From c8ceed08efcc0bdc1fcbd89bce643d9f52f0991b Mon Sep 17 00:00:00 2001 From: aarne Date: Wed, 9 Dec 2009 09:47:16 +0000 Subject: moving a few things to deprecated --- deprecated/homepage.html | 334 + deprecated/index.txt | 211 + deprecated/old-lib/LICENSE | 165 + deprecated/old-lib/c/Makefile | 19 + deprecated/old-lib/c/gfcc-term.c | 203 + deprecated/old-lib/c/gfcc-term.h | 65 + deprecated/old-lib/c/gfcc-tree.c | 61 + deprecated/old-lib/c/gfcc-tree.h | 49 + deprecated/old-lib/index.html | 60 + deprecated/old-lib/index.txt | 58 + deprecated/old-lib/javascript/editor.html | 17 + deprecated/old-lib/javascript/editorGrammar.js | 1 + deprecated/old-lib/javascript/empty.png | Bin 0 -> 161 bytes deprecated/old-lib/javascript/gfjseditor.js | 1267 + deprecated/old-lib/javascript/gflib-xhtml-voice.js | 54 + deprecated/old-lib/javascript/gflib.js | 1128 + deprecated/old-lib/javascript/grammar.js | 1 + deprecated/old-lib/javascript/minus.png | Bin 0 -> 201 bytes deprecated/old-lib/javascript/plus.png | Bin 0 -> 229 bytes deprecated/old-lib/javascript/style.css | 241 + deprecated/old-lib/javascript/translator.css | 54 + deprecated/old-lib/javascript/translator.html | 48 + deprecated/old-lib/javascript/translator.js | 51 + deprecated/old-lib/prelude/Coordination.gf | 129 + deprecated/old-lib/prelude/Formal.gf | 54 + deprecated/old-lib/prelude/HTML.gf | 8 + deprecated/old-lib/prelude/Latex.gf | 12 + deprecated/old-lib/prelude/Precedence.gf | 117 + deprecated/old-lib/prelude/Predef.gf | 37 + deprecated/old-lib/prelude/PredefAbs.gf | 4 + deprecated/old-lib/prelude/PredefCnc.gf | 4 + deprecated/old-lib/prelude/Prelude.gf | 142 + deprecated/old-lib/resource/Make.hs | 193 + deprecated/old-lib/resource/Makefile | 49 + deprecated/old-lib/resource/abstract/Adjective.gf | 30 + deprecated/old-lib/resource/abstract/Adverb.gf | 32 + deprecated/old-lib/resource/abstract/Backward.gf | 63 + deprecated/old-lib/resource/abstract/Cat.gf | 134 + deprecated/old-lib/resource/abstract/Common.gf | 61 + .../old-lib/resource/abstract/Compatibility.gf | 9 + .../old-lib/resource/abstract/Conjunction.gf | 52 + deprecated/old-lib/resource/abstract/Extra.gf | 30 + deprecated/old-lib/resource/abstract/Grammar.gf | 22 + deprecated/old-lib/resource/abstract/Idiom.gf | 22 + deprecated/old-lib/resource/abstract/Lang.gf | 13 + deprecated/old-lib/resource/abstract/Lexicon.gf | 356 + deprecated/old-lib/resource/abstract/Noun.gf | 144 + deprecated/old-lib/resource/abstract/Numeral.gf | 60 + deprecated/old-lib/resource/abstract/Phrase.gf | 44 + deprecated/old-lib/resource/abstract/Question.gf | 41 + deprecated/old-lib/resource/abstract/Relative.gf | 26 + deprecated/old-lib/resource/abstract/Sentence.gf | 95 + deprecated/old-lib/resource/abstract/Structural.gf | 111 + deprecated/old-lib/resource/abstract/Text.gf | 15 + deprecated/old-lib/resource/abstract/Verb.gf | 71 + deprecated/old-lib/resource/api/Combinators.gf | 199 + deprecated/old-lib/resource/api/CombinatorsAra.gf | 3 + deprecated/old-lib/resource/api/CombinatorsBul.gf | 3 + deprecated/old-lib/resource/api/CombinatorsCat.gf | 3 + deprecated/old-lib/resource/api/CombinatorsDan.gf | 3 + deprecated/old-lib/resource/api/CombinatorsEng.gf | 3 + deprecated/old-lib/resource/api/CombinatorsFin.gf | 3 + deprecated/old-lib/resource/api/CombinatorsFre.gf | 3 + deprecated/old-lib/resource/api/CombinatorsGer.gf | 3 + deprecated/old-lib/resource/api/CombinatorsHin.gf | 3 + deprecated/old-lib/resource/api/CombinatorsIna.gf | 3 + deprecated/old-lib/resource/api/CombinatorsIta.gf | 3 + deprecated/old-lib/resource/api/CombinatorsNor.gf | 3 + deprecated/old-lib/resource/api/CombinatorsRus.gf | 3 + deprecated/old-lib/resource/api/CombinatorsSpa.gf | 3 + deprecated/old-lib/resource/api/CombinatorsSwe.gf | 3 + deprecated/old-lib/resource/api/CombinatorsTha.gf | 3 + deprecated/old-lib/resource/api/Constructors.gf | 1700 + deprecated/old-lib/resource/api/ConstructorsBul.gf | 3 + deprecated/old-lib/resource/api/ConstructorsCat.gf | 3 + deprecated/old-lib/resource/api/ConstructorsDan.gf | 3 + deprecated/old-lib/resource/api/ConstructorsEng.gf | 3 + deprecated/old-lib/resource/api/ConstructorsFin.gf | 3 + deprecated/old-lib/resource/api/ConstructorsFre.gf | 3 + deprecated/old-lib/resource/api/ConstructorsGer.gf | 3 + deprecated/old-lib/resource/api/ConstructorsIta.gf | 3 + deprecated/old-lib/resource/api/ConstructorsNor.gf | 3 + deprecated/old-lib/resource/api/ConstructorsRus.gf | 3 + deprecated/old-lib/resource/api/ConstructorsSpa.gf | 3 + deprecated/old-lib/resource/api/ConstructorsSwe.gf | 3 + deprecated/old-lib/resource/api/Syntax.gf | 4 + deprecated/old-lib/resource/api/SyntaxBul.gf | 4 + deprecated/old-lib/resource/api/SyntaxCat.gf | 4 + deprecated/old-lib/resource/api/SyntaxDan.gf | 4 + deprecated/old-lib/resource/api/SyntaxEng.gf | 5 + deprecated/old-lib/resource/api/SyntaxFin.gf | 4 + deprecated/old-lib/resource/api/SyntaxFre.gf | 4 + deprecated/old-lib/resource/api/SyntaxGer.gf | 4 + deprecated/old-lib/resource/api/SyntaxIta.gf | 4 + deprecated/old-lib/resource/api/SyntaxNor.gf | 5 + deprecated/old-lib/resource/api/SyntaxRus.gf | 4 + deprecated/old-lib/resource/api/SyntaxSpa.gf | 5 + deprecated/old-lib/resource/api/SyntaxSwe.gf | 5 + deprecated/old-lib/resource/api/TryBul.gf | 13 + deprecated/old-lib/resource/api/TryCat.gf | 13 + deprecated/old-lib/resource/api/TryDan.gf | 3 + deprecated/old-lib/resource/api/TryEng.gf | 13 + deprecated/old-lib/resource/api/TryFin.gf | 3 + deprecated/old-lib/resource/api/TryFre.gf | 3 + deprecated/old-lib/resource/api/TryGer.gf | 3 + deprecated/old-lib/resource/api/TryIta.gf | 3 + deprecated/old-lib/resource/api/TryNor.gf | 3 + deprecated/old-lib/resource/api/TryRus.gf | 3 + deprecated/old-lib/resource/api/TrySpa.gf | 3 + deprecated/old-lib/resource/api/TrySwe.gf | 12 + deprecated/old-lib/resource/arabic/AdjectiveAra.gf | 43 + deprecated/old-lib/resource/arabic/AdverbAra.gf | 21 + deprecated/old-lib/resource/arabic/AllAra.gf | 3 + deprecated/old-lib/resource/arabic/AllAraAbs.gf | 3 + deprecated/old-lib/resource/arabic/CatAra.gf | 103 + .../old-lib/resource/arabic/ConjunctionAra.gf | 45 + deprecated/old-lib/resource/arabic/ExtAra.gf | 26 + deprecated/old-lib/resource/arabic/GrammarAra.gf | 21 + deprecated/old-lib/resource/arabic/IdiomAra.gf | 14 + deprecated/old-lib/resource/arabic/IrregAra.gf | 181 + deprecated/old-lib/resource/arabic/LangAra.gf | 12 + deprecated/old-lib/resource/arabic/LexiconAra.gf | 384 + deprecated/old-lib/resource/arabic/MorphoAra.gf | 49 + deprecated/old-lib/resource/arabic/NounAra.gf | 184 + deprecated/old-lib/resource/arabic/NumeralAra.gf | 154 + deprecated/old-lib/resource/arabic/OrthoAra.gf | 41 + deprecated/old-lib/resource/arabic/ParadigmsAra.gf | 500 + deprecated/old-lib/resource/arabic/PatternsAra.gf | 106 + deprecated/old-lib/resource/arabic/PhraseAra.gf | 26 + deprecated/old-lib/resource/arabic/QuestionAra.gf | 55 + deprecated/old-lib/resource/arabic/RelativeAra.gf | 34 + deprecated/old-lib/resource/arabic/ResAra.gf | 1172 + deprecated/old-lib/resource/arabic/SentenceAra.gf | 134 + .../old-lib/resource/arabic/StructuralAra.gf | 110 + deprecated/old-lib/resource/arabic/VerbAra.gf | 44 + .../old-lib/resource/bulgarian/AdjectiveBul.gf | 44 + deprecated/old-lib/resource/bulgarian/AdverbBul.gf | 20 + deprecated/old-lib/resource/bulgarian/AllBul.gf | 8 + deprecated/old-lib/resource/bulgarian/AllBulAbs.gf | 8 + deprecated/old-lib/resource/bulgarian/CatBul.gf | 126 + .../old-lib/resource/bulgarian/ConjunctionBul.gf | 56 + deprecated/old-lib/resource/bulgarian/ExtraBul.gf | 68 + .../old-lib/resource/bulgarian/ExtraBulAbs.gf | 33 + .../old-lib/resource/bulgarian/GrammarBul.gf | 23 + deprecated/old-lib/resource/bulgarian/IdiomBul.gf | 65 + deprecated/old-lib/resource/bulgarian/LangBul.gf | 12 + .../old-lib/resource/bulgarian/LexiconBul.gf | 380 + deprecated/old-lib/resource/bulgarian/MorphoBul.gf | 178 + .../old-lib/resource/bulgarian/MorphoFunsBul.gf | 184 + deprecated/old-lib/resource/bulgarian/NounBul.gf | 187 + .../old-lib/resource/bulgarian/NumeralBul.gf | 134 + .../old-lib/resource/bulgarian/ParadigmsBul.gf | 1460 + deprecated/old-lib/resource/bulgarian/PhraseBul.gf | 25 + .../old-lib/resource/bulgarian/QuestionBul.gf | 63 + .../old-lib/resource/bulgarian/RelativeBul.gf | 34 + deprecated/old-lib/resource/bulgarian/ResBul.gf | 626 + .../old-lib/resource/bulgarian/SentenceBul.gf | 72 + .../old-lib/resource/bulgarian/StructuralBul.gf | 122 + deprecated/old-lib/resource/bulgarian/TextBul.gf | 13 + deprecated/old-lib/resource/bulgarian/VerbBul.gf | 92 + .../old-lib/resource/catalan/AdjectiveCat.gf | 2 + deprecated/old-lib/resource/catalan/AdverbCat.gf | 2 + deprecated/old-lib/resource/catalan/AllCat.gf | 7 + deprecated/old-lib/resource/catalan/AllCatAbs.gf | 5 + deprecated/old-lib/resource/catalan/BeschCat.gf | 6066 ++ deprecated/old-lib/resource/catalan/CatCat.gf | 4 + .../old-lib/resource/catalan/CompatibilityCat.gf | 11 + .../old-lib/resource/catalan/ConjunctionCat.gf | 2 + deprecated/old-lib/resource/catalan/DiffCat.gf | 179 + deprecated/old-lib/resource/catalan/ExtraCat.gf | 47 + deprecated/old-lib/resource/catalan/ExtraCatAbs.gf | 28 + .../old-lib/resource/catalan/ExtraRomanceCat.gf | 2 + deprecated/old-lib/resource/catalan/GrammarCat.gf | 22 + deprecated/old-lib/resource/catalan/IdiomCat.gf | 52 + deprecated/old-lib/resource/catalan/IrregCat.gf | 1121 + deprecated/old-lib/resource/catalan/IrregCatAbs.gf | 1106 + deprecated/old-lib/resource/catalan/LangCat.gf | 10 + deprecated/old-lib/resource/catalan/LexiconCat.gf | 365 + deprecated/old-lib/resource/catalan/MorphoCat.gf | 160 + deprecated/old-lib/resource/catalan/NounCat.gf | 2 + deprecated/old-lib/resource/catalan/NumeralCat.gf | 170 + .../old-lib/resource/catalan/ParadigmsCat.gf | 459 + deprecated/old-lib/resource/catalan/PhonoCat.gf | 41 + deprecated/old-lib/resource/catalan/PhraseCat.gf | 2 + deprecated/old-lib/resource/catalan/QuestionCat.gf | 2 + deprecated/old-lib/resource/catalan/RelativeCat.gf | 2 + deprecated/old-lib/resource/catalan/ResCat.gf | 13 + deprecated/old-lib/resource/catalan/SentenceCat.gf | 2 + .../old-lib/resource/catalan/StructuralCat.gf | 154 + deprecated/old-lib/resource/catalan/VerbCat.gf | 2 + deprecated/old-lib/resource/common/CommonX.gf | 31 + deprecated/old-lib/resource/common/ConstructX.gf | 19 + deprecated/old-lib/resource/common/ParamX.gf | 65 + deprecated/old-lib/resource/common/TenseX.gf | 18 + deprecated/old-lib/resource/common/TextX.gf | 11 + deprecated/old-lib/resource/danish/AdjectiveDan.gf | 2 + deprecated/old-lib/resource/danish/AdverbDan.gf | 2 + deprecated/old-lib/resource/danish/AllDan.gf | 7 + deprecated/old-lib/resource/danish/AllDanAbs.gf | 5 + deprecated/old-lib/resource/danish/CatDan.gf | 2 + .../old-lib/resource/danish/ConjunctionDan.gf | 2 + deprecated/old-lib/resource/danish/DiffDan.gf | 86 + deprecated/old-lib/resource/danish/ExtraDan.gf | 3 + deprecated/old-lib/resource/danish/ExtraDanAbs.gf | 7 + .../old-lib/resource/danish/ExtraScandDan.gf | 2 + deprecated/old-lib/resource/danish/GrammarDan.gf | 21 + deprecated/old-lib/resource/danish/IdiomDan.gf | 38 + deprecated/old-lib/resource/danish/IrregDan.gf | 72 + deprecated/old-lib/resource/danish/IrregDanAbs.gf | 65 + deprecated/old-lib/resource/danish/LangDan.gf | 10 + deprecated/old-lib/resource/danish/LexiconDan.gf | 366 + deprecated/old-lib/resource/danish/MathDan.gf | 2 + deprecated/old-lib/resource/danish/MorphoDan.gf | 164 + deprecated/old-lib/resource/danish/NounDan.gf | 2 + deprecated/old-lib/resource/danish/NumeralDan.gf | 83 + deprecated/old-lib/resource/danish/ParadigmsDan.gf | 517 + deprecated/old-lib/resource/danish/PhraseDan.gf | 2 + deprecated/old-lib/resource/danish/QuestionDan.gf | 2 + deprecated/old-lib/resource/danish/RelativeDan.gf | 2 + deprecated/old-lib/resource/danish/ResDan.gf | 3 + deprecated/old-lib/resource/danish/SentenceDan.gf | 2 + .../old-lib/resource/danish/StructuralDan.gf | 129 + deprecated/old-lib/resource/danish/VerbDan.gf | 2 + deprecated/old-lib/resource/demo/Clause.gf | 22 + deprecated/old-lib/resource/demo/ClauseBul.gf | 1 + deprecated/old-lib/resource/demo/ClauseCat.gf | 1 + deprecated/old-lib/resource/demo/ClauseDan.gf | 1 + deprecated/old-lib/resource/demo/ClauseEng.gf | 1 + deprecated/old-lib/resource/demo/ClauseFin.gf | 1 + deprecated/old-lib/resource/demo/ClauseFre.gf | 1 + deprecated/old-lib/resource/demo/ClauseGer.gf | 1 + deprecated/old-lib/resource/demo/ClauseI.gf | 23 + deprecated/old-lib/resource/demo/ClauseIta.gf | 1 + deprecated/old-lib/resource/demo/ClauseNor.gf | 1 + deprecated/old-lib/resource/demo/ClauseRus.gf | 1 + deprecated/old-lib/resource/demo/ClauseSpa.gf | 1 + deprecated/old-lib/resource/demo/ClauseSwe.gf | 1 + deprecated/old-lib/resource/demo/Demo.gf | 21 + deprecated/old-lib/resource/demo/DemoBul.gf | 16 + deprecated/old-lib/resource/demo/DemoCat.gf | 16 + deprecated/old-lib/resource/demo/DemoDan.gf | 16 + deprecated/old-lib/resource/demo/DemoEng.gf | 16 + deprecated/old-lib/resource/demo/DemoFin.gf | 16 + deprecated/old-lib/resource/demo/DemoFre.gf | 16 + deprecated/old-lib/resource/demo/DemoGer.gf | 16 + deprecated/old-lib/resource/demo/DemoIta.gf | 16 + deprecated/old-lib/resource/demo/DemoNor.gf | 16 + deprecated/old-lib/resource/demo/DemoRus.gf | 16 + deprecated/old-lib/resource/demo/DemoSpa.gf | 16 + deprecated/old-lib/resource/demo/DemoSwe.gf | 16 + deprecated/old-lib/resource/deva | 1 + deprecated/old-lib/resource/doc/MkSynopsis.hs | 240 + .../old-lib/resource/doc/categories-imagemap.html | 53 + .../old-lib/resource/doc/categories-intro.txt | 19 + deprecated/old-lib/resource/doc/categories.dot | 149 + deprecated/old-lib/resource/doc/categories.png | Bin 0 -> 123025 bytes deprecated/old-lib/resource/doc/resdemo.html | 2606 + .../old-lib/resource/doc/synopsis-browse.txt | 34 + .../old-lib/resource/doc/synopsis-example.txt | 51 + deprecated/old-lib/resource/doc/synopsis-intro.txt | 26 + deprecated/old-lib/resource/doc/synopsis.html | 6108 ++ deprecated/old-lib/resource/doc/synopsis.txt | 1544 + .../old-lib/resource/english/AdjectiveEng.gf | 38 + deprecated/old-lib/resource/english/AdverbEng.gf | 21 + deprecated/old-lib/resource/english/AllEng.gf | 9 + deprecated/old-lib/resource/english/AllEngAbs.gf | 9 + deprecated/old-lib/resource/english/BackwardEng.gf | 76 + deprecated/old-lib/resource/english/CatEng.gf | 89 + .../old-lib/resource/english/CompatibilityEng.gf | 11 + .../old-lib/resource/english/ConjunctionEng.gf | 60 + deprecated/old-lib/resource/english/ExtraEng.gf | 53 + deprecated/old-lib/resource/english/ExtraEngAbs.gf | 16 + deprecated/old-lib/resource/english/GrammarEng.gf | 21 + deprecated/old-lib/resource/english/IdiomEng.gf | 30 + deprecated/old-lib/resource/english/IrregEng.gf | 181 + deprecated/old-lib/resource/english/IrregEngAbs.gf | 176 + deprecated/old-lib/resource/english/LangEng.gf | 10 + deprecated/old-lib/resource/english/LexiconEng.gf | 375 + deprecated/old-lib/resource/english/MorphoEng.gf | 197 + deprecated/old-lib/resource/english/NounEng.gf | 137 + deprecated/old-lib/resource/english/NumeralEng.gf | 95 + .../old-lib/resource/english/ParadigmsEng.gf | 577 + deprecated/old-lib/resource/english/PhraseEng.gf | 24 + deprecated/old-lib/resource/english/QuestionEng.gf | 55 + deprecated/old-lib/resource/english/RelativeEng.gf | 54 + deprecated/old-lib/resource/english/ResEng.gf | 479 + deprecated/old-lib/resource/english/SentenceEng.gf | 67 + .../old-lib/resource/english/StructuralEng.gf | 131 + deprecated/old-lib/resource/english/VerbEng.gf | 50 + deprecated/old-lib/resource/exx-resource.gft | 222 + .../old-lib/resource/finnish/AdjectiveFin.gf | 40 + deprecated/old-lib/resource/finnish/AdverbFin.gf | 21 + deprecated/old-lib/resource/finnish/AllFin.gf | 6 + deprecated/old-lib/resource/finnish/AllFinAbs.gf | 4 + deprecated/old-lib/resource/finnish/CatFin.gf | 100 + .../old-lib/resource/finnish/CompatibilityFin.gf | 11 + .../old-lib/resource/finnish/ConjunctionFin.gf | 36 + deprecated/old-lib/resource/finnish/ExtraFin.gf | 79 + deprecated/old-lib/resource/finnish/ExtraFinAbs.gf | 19 + deprecated/old-lib/resource/finnish/GrammarFin.gf | 21 + deprecated/old-lib/resource/finnish/IdiomFin.gf | 75 + deprecated/old-lib/resource/finnish/LangFin.gf | 10 + deprecated/old-lib/resource/finnish/LexiconFin.gf | 387 + deprecated/old-lib/resource/finnish/MorphoFin.gf | 905 + deprecated/old-lib/resource/finnish/NounFin.gf | 251 + deprecated/old-lib/resource/finnish/NumeralFin.gf | 179 + .../old-lib/resource/finnish/ParadigmsFin.gf | 606 + deprecated/old-lib/resource/finnish/PhraseFin.gf | 24 + deprecated/old-lib/resource/finnish/QuestionFin.gf | 96 + deprecated/old-lib/resource/finnish/RelativeFin.gf | 50 + deprecated/old-lib/resource/finnish/ResFin.gf | 589 + deprecated/old-lib/resource/finnish/SentenceFin.gf | 67 + .../old-lib/resource/finnish/StructuralFin.gf | 298 + deprecated/old-lib/resource/finnish/VerbFin.gf | 123 + deprecated/old-lib/resource/french/AdjectiveFre.gf | 2 + deprecated/old-lib/resource/french/AdverbFre.gf | 2 + deprecated/old-lib/resource/french/AllFre.gf | 7 + deprecated/old-lib/resource/french/AllFreAbs.gf | 5 + deprecated/old-lib/resource/french/BeschFre.gf | 102 + deprecated/old-lib/resource/french/CatFre.gf | 4 + .../old-lib/resource/french/CompatibilityFre.gf | 11 + .../old-lib/resource/french/ConjunctionFre.gf | 2 + deprecated/old-lib/resource/french/DiffFre.gf | 213 + deprecated/old-lib/resource/french/ExtraFre.gf | 60 + deprecated/old-lib/resource/french/ExtraFreAbs.gf | 34 + .../old-lib/resource/french/ExtraRomanceFre.gf | 2 + deprecated/old-lib/resource/french/GrammarFre.gf | 21 + deprecated/old-lib/resource/french/IdiomFre.gf | 45 + deprecated/old-lib/resource/french/IrregFre.gf | 395 + deprecated/old-lib/resource/french/IrregFreAbs.gf | 391 + deprecated/old-lib/resource/french/LangFre.gf | 10 + deprecated/old-lib/resource/french/LexiconFre.gf | 367 + deprecated/old-lib/resource/french/MorphoFre.gf | 1238 + deprecated/old-lib/resource/french/NounFre.gf | 4 + deprecated/old-lib/resource/french/NumeralFre.gf | 148 + deprecated/old-lib/resource/french/ParadigmsFre.gf | 447 + deprecated/old-lib/resource/french/PhonoFre.gf | 28 + deprecated/old-lib/resource/french/PhraseFre.gf | 2 + deprecated/old-lib/resource/french/QuestionFre.gf | 2 + deprecated/old-lib/resource/french/RelativeFre.gf | 2 + deprecated/old-lib/resource/french/ResFre.gf | 13 + deprecated/old-lib/resource/french/SentenceFre.gf | 2 + .../old-lib/resource/french/StructuralFre.gf | 153 + deprecated/old-lib/resource/french/VerbFre.gf | 4 + deprecated/old-lib/resource/german/AdjectiveGer.gf | 40 + deprecated/old-lib/resource/german/AdverbGer.gf | 23 + deprecated/old-lib/resource/german/AllGer.gf | 7 + deprecated/old-lib/resource/german/AllGerAbs.gf | 7 + deprecated/old-lib/resource/german/CatGer.gf | 98 + .../old-lib/resource/german/ConjunctionGer.gf | 59 + deprecated/old-lib/resource/german/ExtGer.gf | 26 + deprecated/old-lib/resource/german/ExtraGer.gf | 34 + deprecated/old-lib/resource/german/ExtraGerAbs.gf | 11 + deprecated/old-lib/resource/german/GrammarGer.gf | 21 + deprecated/old-lib/resource/german/IdiomGer.gf | 46 + deprecated/old-lib/resource/german/IrregGer.gf | 228 + deprecated/old-lib/resource/german/IrregGerAbs.gf | 185 + deprecated/old-lib/resource/german/LangGer.gf | 10 + deprecated/old-lib/resource/german/LexiconGer.gf | 366 + deprecated/old-lib/resource/german/MorphoGer.gf | 96 + deprecated/old-lib/resource/german/NounGer.gf | 203 + deprecated/old-lib/resource/german/NumeralGer.gf | 86 + deprecated/old-lib/resource/german/ParadigmsGer.gf | 507 + deprecated/old-lib/resource/german/PhraseGer.gf | 26 + deprecated/old-lib/resource/german/QuestionGer.gf | 101 + deprecated/old-lib/resource/german/RelativeGer.gf | 48 + deprecated/old-lib/resource/german/ResGer.gf | 633 + deprecated/old-lib/resource/german/SentenceGer.gf | 67 + .../old-lib/resource/german/StructuralGer.gf | 129 + deprecated/old-lib/resource/german/VerbGer.gf | 82 + deprecated/old-lib/resource/gold-exx-resource.gftb | 1720 + deprecated/old-lib/resource/hdeva.hs | 145 + deprecated/old-lib/resource/hindi/AdjectiveHin.gf | 36 + deprecated/old-lib/resource/hindi/AdverbHin.gf | 20 + deprecated/old-lib/resource/hindi/AllHin.gf | 3 + deprecated/old-lib/resource/hindi/AllHinAbs.gf | 1 + deprecated/old-lib/resource/hindi/BackwardHin.gf | 76 + deprecated/old-lib/resource/hindi/CatHin.gf | 90 + .../old-lib/resource/hindi/ConjunctionHin.gf | 37 + deprecated/old-lib/resource/hindi/Deva.hs | 131 + deprecated/old-lib/resource/hindi/GrammarHin.gf | 21 + deprecated/old-lib/resource/hindi/IdiomHin.gf | 30 + deprecated/old-lib/resource/hindi/IrregHin.gf | 181 + deprecated/old-lib/resource/hindi/LangHin.gf | 10 + deprecated/old-lib/resource/hindi/LexiconHin.gf | 375 + deprecated/old-lib/resource/hindi/MorphoHin.gf | 196 + deprecated/old-lib/resource/hindi/NounHin.gf | 131 + deprecated/old-lib/resource/hindi/NumeralHin.gf | 95 + deprecated/old-lib/resource/hindi/ParadigmsHin.gf | 556 + deprecated/old-lib/resource/hindi/PhraseHin.gf | 24 + deprecated/old-lib/resource/hindi/QuestionHin.gf | 55 + deprecated/old-lib/resource/hindi/RelativeHin.gf | 54 + deprecated/old-lib/resource/hindi/ResHin.gf | 300 + deprecated/old-lib/resource/hindi/SentenceHin.gf | 66 + deprecated/old-lib/resource/hindi/StructuralHin.gf | 132 + deprecated/old-lib/resource/hindi/VerbHin.gf | 50 + deprecated/old-lib/resource/hindi/utf8/MkLex.hs | 19 + .../old-lib/resource/hindi/utf8/ParadigmsHin.gf | 551 + .../old-lib/resource/interlingua/AdjectiveIna.gf | 40 + .../old-lib/resource/interlingua/AdverbIna.gf | 21 + deprecated/old-lib/resource/interlingua/AllIna.gf | 3 + .../old-lib/resource/interlingua/AllInaAbs.gf | 3 + deprecated/old-lib/resource/interlingua/CatIna.gf | 83 + .../old-lib/resource/interlingua/ConjunctionIna.gf | 38 + .../old-lib/resource/interlingua/ExtraIna.gf | 52 + .../old-lib/resource/interlingua/GrammarIna.gf | 21 + .../old-lib/resource/interlingua/IdiomIna.gf | 34 + .../old-lib/resource/interlingua/IrregIna.gf | 7 + .../old-lib/resource/interlingua/IrregInaAbs.gf | 2 + deprecated/old-lib/resource/interlingua/LangIna.gf | 11 + .../old-lib/resource/interlingua/LexiconIna.gf | 371 + .../old-lib/resource/interlingua/MorphoIna.gf | 64 + deprecated/old-lib/resource/interlingua/NounIna.gf | 142 + .../old-lib/resource/interlingua/NumeralIna.gf | 94 + .../old-lib/resource/interlingua/ParadigmsIna.gf | 314 + .../old-lib/resource/interlingua/PhraseIna.gf | 24 + .../old-lib/resource/interlingua/QuestionIna.gf | 54 + .../old-lib/resource/interlingua/RelativeIna.gf | 53 + deprecated/old-lib/resource/interlingua/ResIna.gf | 335 + deprecated/old-lib/resource/interlingua/ResIna2.gf | 63 + .../old-lib/resource/interlingua/SentenceIna.gf | 45 + .../old-lib/resource/interlingua/StructuralIna.gf | 116 + deprecated/old-lib/resource/interlingua/VerbIna.gf | 66 + .../old-lib/resource/italian/AdjectiveIta.gf | 2 + deprecated/old-lib/resource/italian/AdverbIta.gf | 2 + deprecated/old-lib/resource/italian/AllIta.gf | 7 + deprecated/old-lib/resource/italian/AllItaAbs.gf | 5 + deprecated/old-lib/resource/italian/BeschIta.gf | 6602 ++ deprecated/old-lib/resource/italian/CatIta.gf | 4 + .../old-lib/resource/italian/CompatibilityIta.gf | 11 + .../old-lib/resource/italian/ConjunctionIta.gf | 2 + deprecated/old-lib/resource/italian/DiffIta.gf | 201 + deprecated/old-lib/resource/italian/ExtraIta.gf | 39 + deprecated/old-lib/resource/italian/ExtraItaAbs.gf | 28 + .../old-lib/resource/italian/ExtraRomanceIta.gf | 2 + deprecated/old-lib/resource/italian/GrammarIta.gf | 22 + deprecated/old-lib/resource/italian/IdiomIta.gf | 51 + deprecated/old-lib/resource/italian/LangIta.gf | 10 + deprecated/old-lib/resource/italian/LexiconIta.gf | 361 + deprecated/old-lib/resource/italian/MorphoIta.gf | 165 + deprecated/old-lib/resource/italian/NounIta.gf | 2 + deprecated/old-lib/resource/italian/NumeralIta.gf | 111 + .../old-lib/resource/italian/ParadigmsIta.gf | 475 + deprecated/old-lib/resource/italian/PhonoIta.gf | 20 + deprecated/old-lib/resource/italian/PhraseIta.gf | 2 + deprecated/old-lib/resource/italian/QuestionIta.gf | 2 + deprecated/old-lib/resource/italian/RelativeIta.gf | 2 + deprecated/old-lib/resource/italian/ResIta.gf | 13 + deprecated/old-lib/resource/italian/SentenceIta.gf | 2 + .../old-lib/resource/italian/StructuralIta.gf | 141 + deprecated/old-lib/resource/italian/VerbIta.gf | 2 + .../old-lib/resource/mathematical/Mathematical.gf | 31 + .../resource/mathematical/MathematicalCat.gf | 26 + .../resource/mathematical/MathematicalDan.gf | 27 + .../resource/mathematical/MathematicalEng.gf | 26 + .../resource/mathematical/MathematicalFin.gf | 26 + .../resource/mathematical/MathematicalFre.gf | 26 + .../resource/mathematical/MathematicalGer.gf | 26 + .../resource/mathematical/MathematicalIta.gf | 26 + .../resource/mathematical/MathematicalNor.gf | 27 + .../resource/mathematical/MathematicalSpa.gf | 26 + .../resource/mathematical/MathematicalSwe.gf | 27 + .../old-lib/resource/mathematical/Predication.gf | 60 + .../resource/mathematical/PredicationCat.gf | 4 + .../resource/mathematical/PredicationDan.gf | 4 + .../resource/mathematical/PredicationEng.gf | 4 + .../resource/mathematical/PredicationFin.gf | 4 + .../resource/mathematical/PredicationFre.gf | 4 + .../resource/mathematical/PredicationGer.gf | 4 + .../old-lib/resource/mathematical/PredicationI.gf | 51 + .../resource/mathematical/PredicationIta.gf | 4 + .../resource/mathematical/PredicationNor.gf | 4 + .../resource/mathematical/PredicationSpa.gf | 4 + .../resource/mathematical/PredicationSwe.gf | 4 + deprecated/old-lib/resource/mathematical/Symbol.gf | 46 + .../old-lib/resource/mathematical/SymbolCat.gf | 2 + .../old-lib/resource/mathematical/SymbolDan.gf | 2 + .../old-lib/resource/mathematical/SymbolEng.gf | 37 + .../old-lib/resource/mathematical/SymbolFin.gf | 42 + .../old-lib/resource/mathematical/SymbolFre.gf | 2 + .../old-lib/resource/mathematical/SymbolGer.gf | 43 + .../old-lib/resource/mathematical/SymbolIta.gf | 2 + .../old-lib/resource/mathematical/SymbolNor.gf | 2 + .../old-lib/resource/mathematical/SymbolRomance.gf | 41 + .../old-lib/resource/mathematical/SymbolScand.gf | 38 + .../old-lib/resource/mathematical/SymbolSpa.gf | 2 + .../old-lib/resource/mathematical/SymbolSwe.gf | 2 + .../old-lib/resource/mathematical/Symbolic.gf | 64 + .../old-lib/resource/mathematical/SymbolicCat.gf | 5 + .../old-lib/resource/mathematical/SymbolicDan.gf | 5 + .../old-lib/resource/mathematical/SymbolicEng.gf | 5 + .../old-lib/resource/mathematical/SymbolicFin.gf | 5 + .../old-lib/resource/mathematical/SymbolicFre.gf | 5 + .../old-lib/resource/mathematical/SymbolicGer.gf | 5 + .../old-lib/resource/mathematical/SymbolicIta.gf | 5 + .../old-lib/resource/mathematical/SymbolicNor.gf | 5 + .../old-lib/resource/mathematical/SymbolicSpa.gf | 5 + .../old-lib/resource/mathematical/SymbolicSwe.gf | 5 + deprecated/old-lib/resource/mkPresent | 1 + .../old-lib/resource/norwegian/AdjectiveNor.gf | 2 + deprecated/old-lib/resource/norwegian/AdverbNor.gf | 2 + deprecated/old-lib/resource/norwegian/AllNor.gf | 7 + deprecated/old-lib/resource/norwegian/AllNorAbs.gf | 5 + deprecated/old-lib/resource/norwegian/CatNor.gf | 2 + .../old-lib/resource/norwegian/ConjunctionNor.gf | 2 + deprecated/old-lib/resource/norwegian/DiffNor.gf | 90 + deprecated/old-lib/resource/norwegian/ExtraNor.gf | 8 + .../old-lib/resource/norwegian/ExtraNorAbs.gf | 9 + .../old-lib/resource/norwegian/ExtraScandNor.gf | 2 + .../old-lib/resource/norwegian/GrammarNor.gf | 21 + deprecated/old-lib/resource/norwegian/IdiomNor.gf | 40 + deprecated/old-lib/resource/norwegian/IrregNor.gf | 72 + .../old-lib/resource/norwegian/IrregNorAbs.gf | 65 + deprecated/old-lib/resource/norwegian/LangNor.gf | 10 + .../old-lib/resource/norwegian/LexiconNor.gf | 368 + deprecated/old-lib/resource/norwegian/MathNor.gf | 2 + deprecated/old-lib/resource/norwegian/MorphoNor.gf | 171 + deprecated/old-lib/resource/norwegian/NounNor.gf | 2 + .../old-lib/resource/norwegian/NumeralNor.gf | 85 + .../old-lib/resource/norwegian/ParadigmsNor.gf | 502 + deprecated/old-lib/resource/norwegian/PhraseNor.gf | 2 + .../old-lib/resource/norwegian/QuestionNor.gf | 2 + .../old-lib/resource/norwegian/RelativeNor.gf | 2 + deprecated/old-lib/resource/norwegian/ResNor.gf | 3 + .../old-lib/resource/norwegian/SentenceNor.gf | 2 + .../old-lib/resource/norwegian/StructuralNor.gf | 129 + deprecated/old-lib/resource/norwegian/VerbNor.gf | 2 + deprecated/old-lib/resource/restest.gfs | 173 + .../old-lib/resource/romance/AdjectiveRomance.gf | 41 + .../old-lib/resource/romance/AdverbRomance.gf | 26 + deprecated/old-lib/resource/romance/CatRomance.gf | 106 + .../old-lib/resource/romance/CommonRomance.gf | 215 + .../old-lib/resource/romance/ConjunctionRomance.gf | 70 + deprecated/old-lib/resource/romance/DiffRomance.gf | 115 + deprecated/old-lib/resource/romance/ExtRomance.gf | 14 + .../old-lib/resource/romance/ExtraRomance.gf | 21 + .../old-lib/resource/romance/ExtraRomanceAbs.gf | 7 + deprecated/old-lib/resource/romance/NounRomance.gf | 210 + .../old-lib/resource/romance/PhraseRomance.gf | 27 + .../old-lib/resource/romance/QuestionRomance.gf | 113 + .../old-lib/resource/romance/RelativeRomance.gf | 50 + deprecated/old-lib/resource/romance/ResRomance.gf | 299 + .../old-lib/resource/romance/SentenceRomance.gf | 94 + deprecated/old-lib/resource/romance/VerbRomance.gf | 119 + .../old-lib/resource/russian/AdjectiveRus.gf | 46 + deprecated/old-lib/resource/russian/AdverbRus.gf | 24 + deprecated/old-lib/resource/russian/AllRus.gf | 6 + deprecated/old-lib/resource/russian/AllRusAbs.gf | 6 + deprecated/old-lib/resource/russian/CatRus.gf | 99 + .../old-lib/resource/russian/ConjunctionRus.gf | 100 + deprecated/old-lib/resource/russian/ExtraLexRus.gf | 74 + deprecated/old-lib/resource/russian/ExtraRus.gf | 3 + deprecated/old-lib/resource/russian/ExtraRusAbs.gf | 3 + deprecated/old-lib/resource/russian/GrammarRus.gf | 17 + deprecated/old-lib/resource/russian/IdiomRus.gf | 58 + deprecated/old-lib/resource/russian/IrregRus.gf | 182 + deprecated/old-lib/resource/russian/LangRus.gf | 10 + deprecated/old-lib/resource/russian/LexiconRus.gf | 358 + deprecated/old-lib/resource/russian/MorphoRus.gf | 1315 + deprecated/old-lib/resource/russian/NounRus.gf | 236 + deprecated/old-lib/resource/russian/NumeralRus.gf | 143 + .../old-lib/resource/russian/ParadigmsRus.gf | 470 + deprecated/old-lib/resource/russian/PhraseRus.gf | 27 + deprecated/old-lib/resource/russian/QuestionRus.gf | 72 + deprecated/old-lib/resource/russian/RelativeRus.gf | 37 + deprecated/old-lib/resource/russian/ResRus.gf | 400 + deprecated/old-lib/resource/russian/SentenceRus.gf | 115 + .../old-lib/resource/russian/StructuralRus.gf | 128 + deprecated/old-lib/resource/russian/VerbRus.gf | 289 + .../resource/scandinavian/AdjectiveScand.gf | 44 + .../old-lib/resource/scandinavian/AdverbScand.gf | 27 + .../old-lib/resource/scandinavian/CatScand.gf | 106 + .../old-lib/resource/scandinavian/CommonScand.gf | 310 + .../resource/scandinavian/ConjunctionScand.gf | 37 + .../old-lib/resource/scandinavian/DiffScand.gf | 63 + .../old-lib/resource/scandinavian/ExtEngAbs.gf | 15 + .../old-lib/resource/scandinavian/ExtraScand.gf | 47 + .../old-lib/resource/scandinavian/ExtraScandAbs.gf | 3 + .../old-lib/resource/scandinavian/NounScand.gf | 231 + .../old-lib/resource/scandinavian/PhraseScand.gf | 25 + .../old-lib/resource/scandinavian/QuestionScand.gf | 96 + .../old-lib/resource/scandinavian/RelativeScand.gf | 52 + .../old-lib/resource/scandinavian/ResScand.gf | 75 + .../old-lib/resource/scandinavian/SentenceScand.gf | 64 + .../old-lib/resource/scandinavian/VerbScand.gf | 69 + .../old-lib/resource/spanish/AdjectiveSpa.gf | 2 + deprecated/old-lib/resource/spanish/AdverbSpa.gf | 2 + deprecated/old-lib/resource/spanish/AllSpa.gf | 7 + deprecated/old-lib/resource/spanish/AllSpaAbs.gf | 5 + deprecated/old-lib/resource/spanish/BeschSpa.gf | 5963 ++ deprecated/old-lib/resource/spanish/CatSpa.gf | 4 + .../old-lib/resource/spanish/CompatibilitySpa.gf | 11 + .../old-lib/resource/spanish/ConjunctionSpa.gf | 2 + deprecated/old-lib/resource/spanish/DiffSpa.gf | 182 + .../old-lib/resource/spanish/ExtraRomanceSpa.gf | 2 + deprecated/old-lib/resource/spanish/ExtraSpa.gf | 47 + deprecated/old-lib/resource/spanish/ExtraSpaAbs.gf | 28 + deprecated/old-lib/resource/spanish/GrammarSpa.gf | 22 + deprecated/old-lib/resource/spanish/IdiomSpa.gf | 45 + deprecated/old-lib/resource/spanish/IrregSpa.gf | 71819 +++++++++++++++++++ deprecated/old-lib/resource/spanish/IrregSpaAbs.gf | 1092 + deprecated/old-lib/resource/spanish/LangSpa.gf | 10 + deprecated/old-lib/resource/spanish/LexiconSpa.gf | 359 + deprecated/old-lib/resource/spanish/MorphoSpa.gf | 121 + deprecated/old-lib/resource/spanish/NounSpa.gf | 2 + deprecated/old-lib/resource/spanish/NumeralSpa.gf | 142 + .../old-lib/resource/spanish/ParadigmsSpa.gf | 464 + deprecated/old-lib/resource/spanish/PhonoSpa.gf | 14 + deprecated/old-lib/resource/spanish/PhraseSpa.gf | 2 + deprecated/old-lib/resource/spanish/QuestionSpa.gf | 2 + deprecated/old-lib/resource/spanish/RelativeSpa.gf | 2 + deprecated/old-lib/resource/spanish/ResSpa.gf | 13 + deprecated/old-lib/resource/spanish/SentenceSpa.gf | 2 + .../old-lib/resource/spanish/StructuralSpa.gf | 159 + deprecated/old-lib/resource/spanish/TextSpa.gf | 11 + deprecated/old-lib/resource/spanish/VerbSpa.gf | 2 + .../old-lib/resource/swedish/AdjectiveSwe.gf | 2 + deprecated/old-lib/resource/swedish/AdverbSwe.gf | 2 + deprecated/old-lib/resource/swedish/AllSwe.gf | 7 + deprecated/old-lib/resource/swedish/AllSweAbs.gf | 5 + deprecated/old-lib/resource/swedish/CatSwe.gf | 2 + .../old-lib/resource/swedish/CompatibilitySwe.gf | 11 + .../old-lib/resource/swedish/ConjunctionSwe.gf | 2 + deprecated/old-lib/resource/swedish/DiffSwe.gf | 98 + .../old-lib/resource/swedish/ExtraScandSwe.gf | 2 + deprecated/old-lib/resource/swedish/ExtraSwe.gf | 3 + deprecated/old-lib/resource/swedish/ExtraSweAbs.gf | 7 + deprecated/old-lib/resource/swedish/GrammarSwe.gf | 21 + deprecated/old-lib/resource/swedish/IdiomSwe.gf | 44 + deprecated/old-lib/resource/swedish/IrregSwe.gf | 185 + deprecated/old-lib/resource/swedish/IrregSweAbs.gf | 179 + deprecated/old-lib/resource/swedish/LangSwe.gf | 10 + deprecated/old-lib/resource/swedish/LexiconSwe.gf | 366 + deprecated/old-lib/resource/swedish/MorphoSwe.gf | 73 + deprecated/old-lib/resource/swedish/NounSwe.gf | 2 + deprecated/old-lib/resource/swedish/NumeralSwe.gf | 83 + .../old-lib/resource/swedish/ParadigmsSwe.gf | 654 + deprecated/old-lib/resource/swedish/PhraseSwe.gf | 2 + deprecated/old-lib/resource/swedish/QuestionSwe.gf | 2 + deprecated/old-lib/resource/swedish/RelativeSwe.gf | 2 + deprecated/old-lib/resource/swedish/ResSwe.gf | 3 + deprecated/old-lib/resource/swedish/SentenceSwe.gf | 2 + .../old-lib/resource/swedish/StructuralSwe.gf | 127 + deprecated/old-lib/resource/swedish/VerbSwe.gf | 2 + deprecated/old-lib/resource/thai/AdjectiveTha.gf | 36 + deprecated/old-lib/resource/thai/AdverbTha.gf | 23 + deprecated/old-lib/resource/thai/AllTha.gf | 3 + deprecated/old-lib/resource/thai/AllThaAbs.gf | 3 + deprecated/old-lib/resource/thai/CatTha.gf | 77 + deprecated/old-lib/resource/thai/ConjunctionTha.gf | 45 + deprecated/old-lib/resource/thai/ExtraTha.gf | 52 + deprecated/old-lib/resource/thai/GrammarTha.gf | 21 + deprecated/old-lib/resource/thai/IdiomTha.gf | 30 + deprecated/old-lib/resource/thai/IrregTha.gf | 181 + deprecated/old-lib/resource/thai/LangTha.gf | 10 + deprecated/old-lib/resource/thai/LexiconTha.gf | 368 + deprecated/old-lib/resource/thai/MorphoTha.gf | 198 + deprecated/old-lib/resource/thai/NounTha.gf | 76 + deprecated/old-lib/resource/thai/NumeralTha.gf | 66 + deprecated/old-lib/resource/thai/ParadigmsTha.gf | 496 + deprecated/old-lib/resource/thai/PhraseTha.gf | 24 + deprecated/old-lib/resource/thai/QuestionTha.gf | 41 + deprecated/old-lib/resource/thai/RelativeTha.gf | 48 + deprecated/old-lib/resource/thai/ResTha.gf | 484 + deprecated/old-lib/resource/thai/SentenceTha.gf | 61 + deprecated/old-lib/resource/thai/StringsTha.gf | 87 + deprecated/old-lib/resource/thai/StructuralTha.gf | 110 + deprecated/old-lib/resource/thai/VerbTha.gf | 51 + deprecated/old-lib/resource/turkish/CatTur.gf | 13 + deprecated/old-lib/resource/turkish/GrammarTur.gf | 9 + deprecated/old-lib/resource/turkish/LangTur.gf | 10 + deprecated/old-lib/resource/turkish/LexiconTur.gf | 11 + deprecated/old-lib/resource/turkish/NumeralTur.gf | 34 + .../old-lib/resource/turkish/ParadigmsTur.gf | 43 + deprecated/old-lib/resource/turkish/ResTur.gf | 106 + .../old-lib/resource/turkish/StructuralTur.gf | 16 + homepage.html | 334 - index.txt | 211 - old-lib/LICENSE | 165 - old-lib/c/Makefile | 19 - old-lib/c/gfcc-term.c | 203 - old-lib/c/gfcc-term.h | 65 - old-lib/c/gfcc-tree.c | 61 - old-lib/c/gfcc-tree.h | 49 - old-lib/index.html | 60 - old-lib/index.txt | 58 - old-lib/javascript/editor.html | 17 - old-lib/javascript/editorGrammar.js | 1 - old-lib/javascript/empty.png | Bin 161 -> 0 bytes old-lib/javascript/gfjseditor.js | 1267 - old-lib/javascript/gflib-xhtml-voice.js | 54 - old-lib/javascript/gflib.js | 1128 - old-lib/javascript/grammar.js | 1 - old-lib/javascript/minus.png | Bin 201 -> 0 bytes old-lib/javascript/plus.png | Bin 229 -> 0 bytes old-lib/javascript/style.css | 241 - old-lib/javascript/translator.css | 54 - old-lib/javascript/translator.html | 48 - old-lib/javascript/translator.js | 51 - old-lib/prelude/Coordination.gf | 129 - old-lib/prelude/Formal.gf | 54 - old-lib/prelude/HTML.gf | 8 - old-lib/prelude/Latex.gf | 12 - old-lib/prelude/Precedence.gf | 117 - old-lib/prelude/Predef.gf | 37 - old-lib/prelude/PredefAbs.gf | 4 - old-lib/prelude/PredefCnc.gf | 4 - old-lib/prelude/Prelude.gf | 142 - old-lib/resource/Make.hs | 193 - old-lib/resource/Makefile | 49 - old-lib/resource/abstract/Adjective.gf | 30 - old-lib/resource/abstract/Adverb.gf | 32 - old-lib/resource/abstract/Backward.gf | 63 - old-lib/resource/abstract/Cat.gf | 134 - old-lib/resource/abstract/Common.gf | 61 - old-lib/resource/abstract/Compatibility.gf | 9 - old-lib/resource/abstract/Conjunction.gf | 52 - old-lib/resource/abstract/Extra.gf | 30 - old-lib/resource/abstract/Grammar.gf | 22 - old-lib/resource/abstract/Idiom.gf | 22 - old-lib/resource/abstract/Lang.gf | 13 - old-lib/resource/abstract/Lexicon.gf | 356 - old-lib/resource/abstract/Noun.gf | 144 - old-lib/resource/abstract/Numeral.gf | 60 - old-lib/resource/abstract/Phrase.gf | 44 - old-lib/resource/abstract/Question.gf | 41 - old-lib/resource/abstract/Relative.gf | 26 - old-lib/resource/abstract/Sentence.gf | 95 - old-lib/resource/abstract/Structural.gf | 111 - old-lib/resource/abstract/Text.gf | 15 - old-lib/resource/abstract/Verb.gf | 71 - old-lib/resource/api/Combinators.gf | 199 - old-lib/resource/api/CombinatorsAra.gf | 3 - old-lib/resource/api/CombinatorsBul.gf | 3 - old-lib/resource/api/CombinatorsCat.gf | 3 - old-lib/resource/api/CombinatorsDan.gf | 3 - old-lib/resource/api/CombinatorsEng.gf | 3 - old-lib/resource/api/CombinatorsFin.gf | 3 - old-lib/resource/api/CombinatorsFre.gf | 3 - old-lib/resource/api/CombinatorsGer.gf | 3 - old-lib/resource/api/CombinatorsHin.gf | 3 - old-lib/resource/api/CombinatorsIna.gf | 3 - old-lib/resource/api/CombinatorsIta.gf | 3 - old-lib/resource/api/CombinatorsNor.gf | 3 - old-lib/resource/api/CombinatorsRus.gf | 3 - old-lib/resource/api/CombinatorsSpa.gf | 3 - old-lib/resource/api/CombinatorsSwe.gf | 3 - old-lib/resource/api/CombinatorsTha.gf | 3 - old-lib/resource/api/Constructors.gf | 1700 - old-lib/resource/api/ConstructorsBul.gf | 3 - old-lib/resource/api/ConstructorsCat.gf | 3 - old-lib/resource/api/ConstructorsDan.gf | 3 - old-lib/resource/api/ConstructorsEng.gf | 3 - old-lib/resource/api/ConstructorsFin.gf | 3 - old-lib/resource/api/ConstructorsFre.gf | 3 - old-lib/resource/api/ConstructorsGer.gf | 3 - old-lib/resource/api/ConstructorsIta.gf | 3 - old-lib/resource/api/ConstructorsNor.gf | 3 - old-lib/resource/api/ConstructorsRus.gf | 3 - old-lib/resource/api/ConstructorsSpa.gf | 3 - old-lib/resource/api/ConstructorsSwe.gf | 3 - old-lib/resource/api/Syntax.gf | 4 - old-lib/resource/api/SyntaxBul.gf | 4 - old-lib/resource/api/SyntaxCat.gf | 4 - old-lib/resource/api/SyntaxDan.gf | 4 - old-lib/resource/api/SyntaxEng.gf | 5 - old-lib/resource/api/SyntaxFin.gf | 4 - old-lib/resource/api/SyntaxFre.gf | 4 - old-lib/resource/api/SyntaxGer.gf | 4 - old-lib/resource/api/SyntaxIta.gf | 4 - old-lib/resource/api/SyntaxNor.gf | 5 - old-lib/resource/api/SyntaxRus.gf | 4 - old-lib/resource/api/SyntaxSpa.gf | 5 - old-lib/resource/api/SyntaxSwe.gf | 5 - old-lib/resource/api/TryBul.gf | 13 - old-lib/resource/api/TryCat.gf | 13 - old-lib/resource/api/TryDan.gf | 3 - old-lib/resource/api/TryEng.gf | 13 - old-lib/resource/api/TryFin.gf | 3 - old-lib/resource/api/TryFre.gf | 3 - old-lib/resource/api/TryGer.gf | 3 - old-lib/resource/api/TryIta.gf | 3 - old-lib/resource/api/TryNor.gf | 3 - old-lib/resource/api/TryRus.gf | 3 - old-lib/resource/api/TrySpa.gf | 3 - old-lib/resource/api/TrySwe.gf | 12 - old-lib/resource/arabic/AdjectiveAra.gf | 43 - old-lib/resource/arabic/AdverbAra.gf | 21 - old-lib/resource/arabic/AllAra.gf | 3 - old-lib/resource/arabic/AllAraAbs.gf | 3 - old-lib/resource/arabic/CatAra.gf | 103 - old-lib/resource/arabic/ConjunctionAra.gf | 45 - old-lib/resource/arabic/ExtAra.gf | 26 - old-lib/resource/arabic/GrammarAra.gf | 21 - old-lib/resource/arabic/IdiomAra.gf | 14 - old-lib/resource/arabic/IrregAra.gf | 181 - old-lib/resource/arabic/LangAra.gf | 12 - old-lib/resource/arabic/LexiconAra.gf | 384 - old-lib/resource/arabic/MorphoAra.gf | 49 - old-lib/resource/arabic/NounAra.gf | 184 - old-lib/resource/arabic/NumeralAra.gf | 154 - old-lib/resource/arabic/OrthoAra.gf | 41 - old-lib/resource/arabic/ParadigmsAra.gf | 500 - old-lib/resource/arabic/PatternsAra.gf | 106 - old-lib/resource/arabic/PhraseAra.gf | 26 - old-lib/resource/arabic/QuestionAra.gf | 55 - old-lib/resource/arabic/RelativeAra.gf | 34 - old-lib/resource/arabic/ResAra.gf | 1172 - old-lib/resource/arabic/SentenceAra.gf | 134 - old-lib/resource/arabic/StructuralAra.gf | 110 - old-lib/resource/arabic/VerbAra.gf | 44 - old-lib/resource/bulgarian/AdjectiveBul.gf | 44 - old-lib/resource/bulgarian/AdverbBul.gf | 20 - old-lib/resource/bulgarian/AllBul.gf | 8 - old-lib/resource/bulgarian/AllBulAbs.gf | 8 - old-lib/resource/bulgarian/CatBul.gf | 126 - old-lib/resource/bulgarian/ConjunctionBul.gf | 56 - old-lib/resource/bulgarian/ExtraBul.gf | 68 - old-lib/resource/bulgarian/ExtraBulAbs.gf | 33 - old-lib/resource/bulgarian/GrammarBul.gf | 23 - old-lib/resource/bulgarian/IdiomBul.gf | 65 - old-lib/resource/bulgarian/LangBul.gf | 12 - old-lib/resource/bulgarian/LexiconBul.gf | 380 - old-lib/resource/bulgarian/MorphoBul.gf | 178 - old-lib/resource/bulgarian/MorphoFunsBul.gf | 184 - old-lib/resource/bulgarian/NounBul.gf | 187 - old-lib/resource/bulgarian/NumeralBul.gf | 134 - old-lib/resource/bulgarian/ParadigmsBul.gf | 1460 - old-lib/resource/bulgarian/PhraseBul.gf | 25 - old-lib/resource/bulgarian/QuestionBul.gf | 63 - old-lib/resource/bulgarian/RelativeBul.gf | 34 - old-lib/resource/bulgarian/ResBul.gf | 626 - old-lib/resource/bulgarian/SentenceBul.gf | 72 - old-lib/resource/bulgarian/StructuralBul.gf | 122 - old-lib/resource/bulgarian/TextBul.gf | 13 - old-lib/resource/bulgarian/VerbBul.gf | 92 - old-lib/resource/catalan/AdjectiveCat.gf | 2 - old-lib/resource/catalan/AdverbCat.gf | 2 - old-lib/resource/catalan/AllCat.gf | 7 - old-lib/resource/catalan/AllCatAbs.gf | 5 - old-lib/resource/catalan/BeschCat.gf | 6066 -- old-lib/resource/catalan/CatCat.gf | 4 - old-lib/resource/catalan/CompatibilityCat.gf | 11 - old-lib/resource/catalan/ConjunctionCat.gf | 2 - old-lib/resource/catalan/DiffCat.gf | 179 - old-lib/resource/catalan/ExtraCat.gf | 47 - old-lib/resource/catalan/ExtraCatAbs.gf | 28 - old-lib/resource/catalan/ExtraRomanceCat.gf | 2 - old-lib/resource/catalan/GrammarCat.gf | 22 - old-lib/resource/catalan/IdiomCat.gf | 52 - old-lib/resource/catalan/IrregCat.gf | 1121 - old-lib/resource/catalan/IrregCatAbs.gf | 1106 - old-lib/resource/catalan/LangCat.gf | 10 - old-lib/resource/catalan/LexiconCat.gf | 365 - old-lib/resource/catalan/MorphoCat.gf | 160 - old-lib/resource/catalan/NounCat.gf | 2 - old-lib/resource/catalan/NumeralCat.gf | 170 - old-lib/resource/catalan/ParadigmsCat.gf | 459 - old-lib/resource/catalan/PhonoCat.gf | 41 - old-lib/resource/catalan/PhraseCat.gf | 2 - old-lib/resource/catalan/QuestionCat.gf | 2 - old-lib/resource/catalan/RelativeCat.gf | 2 - old-lib/resource/catalan/ResCat.gf | 13 - old-lib/resource/catalan/SentenceCat.gf | 2 - old-lib/resource/catalan/StructuralCat.gf | 154 - old-lib/resource/catalan/VerbCat.gf | 2 - old-lib/resource/common/CommonX.gf | 31 - old-lib/resource/common/ConstructX.gf | 19 - old-lib/resource/common/ParamX.gf | 65 - old-lib/resource/common/TenseX.gf | 18 - old-lib/resource/common/TextX.gf | 11 - old-lib/resource/danish/AdjectiveDan.gf | 2 - old-lib/resource/danish/AdverbDan.gf | 2 - old-lib/resource/danish/AllDan.gf | 7 - old-lib/resource/danish/AllDanAbs.gf | 5 - old-lib/resource/danish/CatDan.gf | 2 - old-lib/resource/danish/ConjunctionDan.gf | 2 - old-lib/resource/danish/DiffDan.gf | 86 - old-lib/resource/danish/ExtraDan.gf | 3 - old-lib/resource/danish/ExtraDanAbs.gf | 7 - old-lib/resource/danish/ExtraScandDan.gf | 2 - old-lib/resource/danish/GrammarDan.gf | 21 - old-lib/resource/danish/IdiomDan.gf | 38 - old-lib/resource/danish/IrregDan.gf | 72 - old-lib/resource/danish/IrregDanAbs.gf | 65 - old-lib/resource/danish/LangDan.gf | 10 - old-lib/resource/danish/LexiconDan.gf | 366 - old-lib/resource/danish/MathDan.gf | 2 - old-lib/resource/danish/MorphoDan.gf | 164 - old-lib/resource/danish/NounDan.gf | 2 - old-lib/resource/danish/NumeralDan.gf | 83 - old-lib/resource/danish/ParadigmsDan.gf | 517 - old-lib/resource/danish/PhraseDan.gf | 2 - old-lib/resource/danish/QuestionDan.gf | 2 - old-lib/resource/danish/RelativeDan.gf | 2 - old-lib/resource/danish/ResDan.gf | 3 - old-lib/resource/danish/SentenceDan.gf | 2 - old-lib/resource/danish/StructuralDan.gf | 129 - old-lib/resource/danish/VerbDan.gf | 2 - old-lib/resource/demo/Clause.gf | 22 - old-lib/resource/demo/ClauseBul.gf | 1 - old-lib/resource/demo/ClauseCat.gf | 1 - old-lib/resource/demo/ClauseDan.gf | 1 - old-lib/resource/demo/ClauseEng.gf | 1 - old-lib/resource/demo/ClauseFin.gf | 1 - old-lib/resource/demo/ClauseFre.gf | 1 - old-lib/resource/demo/ClauseGer.gf | 1 - old-lib/resource/demo/ClauseI.gf | 23 - old-lib/resource/demo/ClauseIta.gf | 1 - old-lib/resource/demo/ClauseNor.gf | 1 - old-lib/resource/demo/ClauseRus.gf | 1 - old-lib/resource/demo/ClauseSpa.gf | 1 - old-lib/resource/demo/ClauseSwe.gf | 1 - old-lib/resource/demo/Demo.gf | 21 - old-lib/resource/demo/DemoBul.gf | 16 - old-lib/resource/demo/DemoCat.gf | 16 - old-lib/resource/demo/DemoDan.gf | 16 - old-lib/resource/demo/DemoEng.gf | 16 - old-lib/resource/demo/DemoFin.gf | 16 - old-lib/resource/demo/DemoFre.gf | 16 - old-lib/resource/demo/DemoGer.gf | 16 - old-lib/resource/demo/DemoIta.gf | 16 - old-lib/resource/demo/DemoNor.gf | 16 - old-lib/resource/demo/DemoRus.gf | 16 - old-lib/resource/demo/DemoSpa.gf | 16 - old-lib/resource/demo/DemoSwe.gf | 16 - old-lib/resource/deva | 1 - old-lib/resource/doc/MkSynopsis.hs | 240 - old-lib/resource/doc/categories-imagemap.html | 53 - old-lib/resource/doc/categories-intro.txt | 19 - old-lib/resource/doc/categories.dot | 149 - old-lib/resource/doc/categories.png | Bin 123025 -> 0 bytes old-lib/resource/doc/resdemo.html | 2606 - old-lib/resource/doc/synopsis-browse.txt | 34 - old-lib/resource/doc/synopsis-example.txt | 51 - old-lib/resource/doc/synopsis-intro.txt | 26 - old-lib/resource/doc/synopsis.html | 6108 -- old-lib/resource/doc/synopsis.txt | 1544 - old-lib/resource/english/AdjectiveEng.gf | 38 - old-lib/resource/english/AdverbEng.gf | 21 - old-lib/resource/english/AllEng.gf | 9 - old-lib/resource/english/AllEngAbs.gf | 9 - old-lib/resource/english/BackwardEng.gf | 76 - old-lib/resource/english/CatEng.gf | 89 - old-lib/resource/english/CompatibilityEng.gf | 11 - old-lib/resource/english/ConjunctionEng.gf | 60 - old-lib/resource/english/ExtraEng.gf | 53 - old-lib/resource/english/ExtraEngAbs.gf | 16 - old-lib/resource/english/GrammarEng.gf | 21 - old-lib/resource/english/IdiomEng.gf | 30 - old-lib/resource/english/IrregEng.gf | 181 - old-lib/resource/english/IrregEngAbs.gf | 176 - old-lib/resource/english/LangEng.gf | 10 - old-lib/resource/english/LexiconEng.gf | 375 - old-lib/resource/english/MorphoEng.gf | 197 - old-lib/resource/english/NounEng.gf | 137 - old-lib/resource/english/NumeralEng.gf | 95 - old-lib/resource/english/ParadigmsEng.gf | 577 - old-lib/resource/english/PhraseEng.gf | 24 - old-lib/resource/english/QuestionEng.gf | 55 - old-lib/resource/english/RelativeEng.gf | 54 - old-lib/resource/english/ResEng.gf | 479 - old-lib/resource/english/SentenceEng.gf | 67 - old-lib/resource/english/StructuralEng.gf | 131 - old-lib/resource/english/VerbEng.gf | 50 - old-lib/resource/exx-resource.gft | 222 - old-lib/resource/finnish/AdjectiveFin.gf | 40 - old-lib/resource/finnish/AdverbFin.gf | 21 - old-lib/resource/finnish/AllFin.gf | 6 - old-lib/resource/finnish/AllFinAbs.gf | 4 - old-lib/resource/finnish/CatFin.gf | 100 - old-lib/resource/finnish/CompatibilityFin.gf | 11 - old-lib/resource/finnish/ConjunctionFin.gf | 36 - old-lib/resource/finnish/ExtraFin.gf | 79 - old-lib/resource/finnish/ExtraFinAbs.gf | 19 - old-lib/resource/finnish/GrammarFin.gf | 21 - old-lib/resource/finnish/IdiomFin.gf | 75 - old-lib/resource/finnish/LangFin.gf | 10 - old-lib/resource/finnish/LexiconFin.gf | 387 - old-lib/resource/finnish/MorphoFin.gf | 905 - old-lib/resource/finnish/NounFin.gf | 251 - old-lib/resource/finnish/NumeralFin.gf | 179 - old-lib/resource/finnish/ParadigmsFin.gf | 606 - old-lib/resource/finnish/PhraseFin.gf | 24 - old-lib/resource/finnish/QuestionFin.gf | 96 - old-lib/resource/finnish/RelativeFin.gf | 50 - old-lib/resource/finnish/ResFin.gf | 589 - old-lib/resource/finnish/SentenceFin.gf | 67 - old-lib/resource/finnish/StructuralFin.gf | 298 - old-lib/resource/finnish/VerbFin.gf | 123 - old-lib/resource/french/AdjectiveFre.gf | 2 - old-lib/resource/french/AdverbFre.gf | 2 - old-lib/resource/french/AllFre.gf | 7 - old-lib/resource/french/AllFreAbs.gf | 5 - old-lib/resource/french/BeschFre.gf | 102 - old-lib/resource/french/CatFre.gf | 4 - old-lib/resource/french/CompatibilityFre.gf | 11 - old-lib/resource/french/ConjunctionFre.gf | 2 - old-lib/resource/french/DiffFre.gf | 213 - old-lib/resource/french/ExtraFre.gf | 60 - old-lib/resource/french/ExtraFreAbs.gf | 34 - old-lib/resource/french/ExtraRomanceFre.gf | 2 - old-lib/resource/french/GrammarFre.gf | 21 - old-lib/resource/french/IdiomFre.gf | 45 - old-lib/resource/french/IrregFre.gf | 395 - old-lib/resource/french/IrregFreAbs.gf | 391 - old-lib/resource/french/LangFre.gf | 10 - old-lib/resource/french/LexiconFre.gf | 367 - old-lib/resource/french/MorphoFre.gf | 1238 - old-lib/resource/french/NounFre.gf | 4 - old-lib/resource/french/NumeralFre.gf | 148 - old-lib/resource/french/ParadigmsFre.gf | 447 - old-lib/resource/french/PhonoFre.gf | 28 - old-lib/resource/french/PhraseFre.gf | 2 - old-lib/resource/french/QuestionFre.gf | 2 - old-lib/resource/french/RelativeFre.gf | 2 - old-lib/resource/french/ResFre.gf | 13 - old-lib/resource/french/SentenceFre.gf | 2 - old-lib/resource/french/StructuralFre.gf | 153 - old-lib/resource/french/VerbFre.gf | 4 - old-lib/resource/german/AdjectiveGer.gf | 40 - old-lib/resource/german/AdverbGer.gf | 23 - old-lib/resource/german/AllGer.gf | 7 - old-lib/resource/german/AllGerAbs.gf | 7 - old-lib/resource/german/CatGer.gf | 98 - old-lib/resource/german/ConjunctionGer.gf | 59 - old-lib/resource/german/ExtGer.gf | 26 - old-lib/resource/german/ExtraGer.gf | 34 - old-lib/resource/german/ExtraGerAbs.gf | 11 - old-lib/resource/german/GrammarGer.gf | 21 - old-lib/resource/german/IdiomGer.gf | 46 - old-lib/resource/german/IrregGer.gf | 228 - old-lib/resource/german/IrregGerAbs.gf | 185 - old-lib/resource/german/LangGer.gf | 10 - old-lib/resource/german/LexiconGer.gf | 366 - old-lib/resource/german/MorphoGer.gf | 96 - old-lib/resource/german/NounGer.gf | 203 - old-lib/resource/german/NumeralGer.gf | 86 - old-lib/resource/german/ParadigmsGer.gf | 507 - old-lib/resource/german/PhraseGer.gf | 26 - old-lib/resource/german/QuestionGer.gf | 101 - old-lib/resource/german/RelativeGer.gf | 48 - old-lib/resource/german/ResGer.gf | 633 - old-lib/resource/german/SentenceGer.gf | 67 - old-lib/resource/german/StructuralGer.gf | 129 - old-lib/resource/german/VerbGer.gf | 82 - old-lib/resource/gold-exx-resource.gftb | 1720 - old-lib/resource/hdeva.hs | 145 - old-lib/resource/hindi/AdjectiveHin.gf | 36 - old-lib/resource/hindi/AdverbHin.gf | 20 - old-lib/resource/hindi/AllHin.gf | 3 - old-lib/resource/hindi/AllHinAbs.gf | 1 - old-lib/resource/hindi/BackwardHin.gf | 76 - old-lib/resource/hindi/CatHin.gf | 90 - old-lib/resource/hindi/ConjunctionHin.gf | 37 - old-lib/resource/hindi/Deva.hs | 131 - old-lib/resource/hindi/GrammarHin.gf | 21 - old-lib/resource/hindi/IdiomHin.gf | 30 - old-lib/resource/hindi/IrregHin.gf | 181 - old-lib/resource/hindi/LangHin.gf | 10 - old-lib/resource/hindi/LexiconHin.gf | 375 - old-lib/resource/hindi/MorphoHin.gf | 196 - old-lib/resource/hindi/NounHin.gf | 131 - old-lib/resource/hindi/NumeralHin.gf | 95 - old-lib/resource/hindi/ParadigmsHin.gf | 556 - old-lib/resource/hindi/PhraseHin.gf | 24 - old-lib/resource/hindi/QuestionHin.gf | 55 - old-lib/resource/hindi/RelativeHin.gf | 54 - old-lib/resource/hindi/ResHin.gf | 300 - old-lib/resource/hindi/SentenceHin.gf | 66 - old-lib/resource/hindi/StructuralHin.gf | 132 - old-lib/resource/hindi/VerbHin.gf | 50 - old-lib/resource/hindi/utf8/MkLex.hs | 19 - old-lib/resource/hindi/utf8/ParadigmsHin.gf | 551 - old-lib/resource/interlingua/AdjectiveIna.gf | 40 - old-lib/resource/interlingua/AdverbIna.gf | 21 - old-lib/resource/interlingua/AllIna.gf | 3 - old-lib/resource/interlingua/AllInaAbs.gf | 3 - old-lib/resource/interlingua/CatIna.gf | 83 - old-lib/resource/interlingua/ConjunctionIna.gf | 38 - old-lib/resource/interlingua/ExtraIna.gf | 52 - old-lib/resource/interlingua/GrammarIna.gf | 21 - old-lib/resource/interlingua/IdiomIna.gf | 34 - old-lib/resource/interlingua/IrregIna.gf | 7 - old-lib/resource/interlingua/IrregInaAbs.gf | 2 - old-lib/resource/interlingua/LangIna.gf | 11 - old-lib/resource/interlingua/LexiconIna.gf | 371 - old-lib/resource/interlingua/MorphoIna.gf | 64 - old-lib/resource/interlingua/NounIna.gf | 142 - old-lib/resource/interlingua/NumeralIna.gf | 94 - old-lib/resource/interlingua/ParadigmsIna.gf | 314 - old-lib/resource/interlingua/PhraseIna.gf | 24 - old-lib/resource/interlingua/QuestionIna.gf | 54 - old-lib/resource/interlingua/RelativeIna.gf | 53 - old-lib/resource/interlingua/ResIna.gf | 335 - old-lib/resource/interlingua/ResIna2.gf | 63 - old-lib/resource/interlingua/SentenceIna.gf | 45 - old-lib/resource/interlingua/StructuralIna.gf | 116 - old-lib/resource/interlingua/VerbIna.gf | 66 - old-lib/resource/italian/AdjectiveIta.gf | 2 - old-lib/resource/italian/AdverbIta.gf | 2 - old-lib/resource/italian/AllIta.gf | 7 - old-lib/resource/italian/AllItaAbs.gf | 5 - old-lib/resource/italian/BeschIta.gf | 6602 -- old-lib/resource/italian/CatIta.gf | 4 - old-lib/resource/italian/CompatibilityIta.gf | 11 - old-lib/resource/italian/ConjunctionIta.gf | 2 - old-lib/resource/italian/DiffIta.gf | 201 - old-lib/resource/italian/ExtraIta.gf | 39 - old-lib/resource/italian/ExtraItaAbs.gf | 28 - old-lib/resource/italian/ExtraRomanceIta.gf | 2 - old-lib/resource/italian/GrammarIta.gf | 22 - old-lib/resource/italian/IdiomIta.gf | 51 - old-lib/resource/italian/LangIta.gf | 10 - old-lib/resource/italian/LexiconIta.gf | 361 - old-lib/resource/italian/MorphoIta.gf | 165 - old-lib/resource/italian/NounIta.gf | 2 - old-lib/resource/italian/NumeralIta.gf | 111 - old-lib/resource/italian/ParadigmsIta.gf | 475 - old-lib/resource/italian/PhonoIta.gf | 20 - old-lib/resource/italian/PhraseIta.gf | 2 - old-lib/resource/italian/QuestionIta.gf | 2 - old-lib/resource/italian/RelativeIta.gf | 2 - old-lib/resource/italian/ResIta.gf | 13 - old-lib/resource/italian/SentenceIta.gf | 2 - old-lib/resource/italian/StructuralIta.gf | 141 - old-lib/resource/italian/VerbIta.gf | 2 - old-lib/resource/mathematical/Mathematical.gf | 31 - old-lib/resource/mathematical/MathematicalCat.gf | 26 - old-lib/resource/mathematical/MathematicalDan.gf | 27 - old-lib/resource/mathematical/MathematicalEng.gf | 26 - old-lib/resource/mathematical/MathematicalFin.gf | 26 - old-lib/resource/mathematical/MathematicalFre.gf | 26 - old-lib/resource/mathematical/MathematicalGer.gf | 26 - old-lib/resource/mathematical/MathematicalIta.gf | 26 - old-lib/resource/mathematical/MathematicalNor.gf | 27 - old-lib/resource/mathematical/MathematicalSpa.gf | 26 - old-lib/resource/mathematical/MathematicalSwe.gf | 27 - old-lib/resource/mathematical/Predication.gf | 60 - old-lib/resource/mathematical/PredicationCat.gf | 4 - old-lib/resource/mathematical/PredicationDan.gf | 4 - old-lib/resource/mathematical/PredicationEng.gf | 4 - old-lib/resource/mathematical/PredicationFin.gf | 4 - old-lib/resource/mathematical/PredicationFre.gf | 4 - old-lib/resource/mathematical/PredicationGer.gf | 4 - old-lib/resource/mathematical/PredicationI.gf | 51 - old-lib/resource/mathematical/PredicationIta.gf | 4 - old-lib/resource/mathematical/PredicationNor.gf | 4 - old-lib/resource/mathematical/PredicationSpa.gf | 4 - old-lib/resource/mathematical/PredicationSwe.gf | 4 - old-lib/resource/mathematical/Symbol.gf | 46 - old-lib/resource/mathematical/SymbolCat.gf | 2 - old-lib/resource/mathematical/SymbolDan.gf | 2 - old-lib/resource/mathematical/SymbolEng.gf | 37 - old-lib/resource/mathematical/SymbolFin.gf | 42 - old-lib/resource/mathematical/SymbolFre.gf | 2 - old-lib/resource/mathematical/SymbolGer.gf | 43 - old-lib/resource/mathematical/SymbolIta.gf | 2 - old-lib/resource/mathematical/SymbolNor.gf | 2 - old-lib/resource/mathematical/SymbolRomance.gf | 41 - old-lib/resource/mathematical/SymbolScand.gf | 38 - old-lib/resource/mathematical/SymbolSpa.gf | 2 - old-lib/resource/mathematical/SymbolSwe.gf | 2 - old-lib/resource/mathematical/Symbolic.gf | 64 - old-lib/resource/mathematical/SymbolicCat.gf | 5 - old-lib/resource/mathematical/SymbolicDan.gf | 5 - old-lib/resource/mathematical/SymbolicEng.gf | 5 - old-lib/resource/mathematical/SymbolicFin.gf | 5 - old-lib/resource/mathematical/SymbolicFre.gf | 5 - old-lib/resource/mathematical/SymbolicGer.gf | 5 - old-lib/resource/mathematical/SymbolicIta.gf | 5 - old-lib/resource/mathematical/SymbolicNor.gf | 5 - old-lib/resource/mathematical/SymbolicSpa.gf | 5 - old-lib/resource/mathematical/SymbolicSwe.gf | 5 - old-lib/resource/mkPresent | 1 - old-lib/resource/norwegian/AdjectiveNor.gf | 2 - old-lib/resource/norwegian/AdverbNor.gf | 2 - old-lib/resource/norwegian/AllNor.gf | 7 - old-lib/resource/norwegian/AllNorAbs.gf | 5 - old-lib/resource/norwegian/CatNor.gf | 2 - old-lib/resource/norwegian/ConjunctionNor.gf | 2 - old-lib/resource/norwegian/DiffNor.gf | 90 - old-lib/resource/norwegian/ExtraNor.gf | 8 - old-lib/resource/norwegian/ExtraNorAbs.gf | 9 - old-lib/resource/norwegian/ExtraScandNor.gf | 2 - old-lib/resource/norwegian/GrammarNor.gf | 21 - old-lib/resource/norwegian/IdiomNor.gf | 40 - old-lib/resource/norwegian/IrregNor.gf | 72 - old-lib/resource/norwegian/IrregNorAbs.gf | 65 - old-lib/resource/norwegian/LangNor.gf | 10 - old-lib/resource/norwegian/LexiconNor.gf | 368 - old-lib/resource/norwegian/MathNor.gf | 2 - old-lib/resource/norwegian/MorphoNor.gf | 171 - old-lib/resource/norwegian/NounNor.gf | 2 - old-lib/resource/norwegian/NumeralNor.gf | 85 - old-lib/resource/norwegian/ParadigmsNor.gf | 502 - old-lib/resource/norwegian/PhraseNor.gf | 2 - old-lib/resource/norwegian/QuestionNor.gf | 2 - old-lib/resource/norwegian/RelativeNor.gf | 2 - old-lib/resource/norwegian/ResNor.gf | 3 - old-lib/resource/norwegian/SentenceNor.gf | 2 - old-lib/resource/norwegian/StructuralNor.gf | 129 - old-lib/resource/norwegian/VerbNor.gf | 2 - old-lib/resource/restest.gfs | 173 - old-lib/resource/romance/AdjectiveRomance.gf | 41 - old-lib/resource/romance/AdverbRomance.gf | 26 - old-lib/resource/romance/CatRomance.gf | 106 - old-lib/resource/romance/CommonRomance.gf | 215 - old-lib/resource/romance/ConjunctionRomance.gf | 70 - old-lib/resource/romance/DiffRomance.gf | 115 - old-lib/resource/romance/ExtRomance.gf | 14 - old-lib/resource/romance/ExtraRomance.gf | 21 - old-lib/resource/romance/ExtraRomanceAbs.gf | 7 - old-lib/resource/romance/NounRomance.gf | 210 - old-lib/resource/romance/PhraseRomance.gf | 27 - old-lib/resource/romance/QuestionRomance.gf | 113 - old-lib/resource/romance/RelativeRomance.gf | 50 - old-lib/resource/romance/ResRomance.gf | 299 - old-lib/resource/romance/SentenceRomance.gf | 94 - old-lib/resource/romance/VerbRomance.gf | 119 - old-lib/resource/russian/AdjectiveRus.gf | 46 - old-lib/resource/russian/AdverbRus.gf | 24 - old-lib/resource/russian/AllRus.gf | 6 - old-lib/resource/russian/AllRusAbs.gf | 6 - old-lib/resource/russian/CatRus.gf | 99 - old-lib/resource/russian/ConjunctionRus.gf | 100 - old-lib/resource/russian/ExtraLexRus.gf | 74 - old-lib/resource/russian/ExtraRus.gf | 3 - old-lib/resource/russian/ExtraRusAbs.gf | 3 - old-lib/resource/russian/GrammarRus.gf | 17 - old-lib/resource/russian/IdiomRus.gf | 58 - old-lib/resource/russian/IrregRus.gf | 182 - old-lib/resource/russian/LangRus.gf | 10 - old-lib/resource/russian/LexiconRus.gf | 358 - old-lib/resource/russian/MorphoRus.gf | 1315 - old-lib/resource/russian/NounRus.gf | 236 - old-lib/resource/russian/NumeralRus.gf | 143 - old-lib/resource/russian/ParadigmsRus.gf | 470 - old-lib/resource/russian/PhraseRus.gf | 27 - old-lib/resource/russian/QuestionRus.gf | 72 - old-lib/resource/russian/RelativeRus.gf | 37 - old-lib/resource/russian/ResRus.gf | 400 - old-lib/resource/russian/SentenceRus.gf | 115 - old-lib/resource/russian/StructuralRus.gf | 128 - old-lib/resource/russian/VerbRus.gf | 289 - old-lib/resource/scandinavian/AdjectiveScand.gf | 44 - old-lib/resource/scandinavian/AdverbScand.gf | 27 - old-lib/resource/scandinavian/CatScand.gf | 106 - old-lib/resource/scandinavian/CommonScand.gf | 310 - old-lib/resource/scandinavian/ConjunctionScand.gf | 37 - old-lib/resource/scandinavian/DiffScand.gf | 63 - old-lib/resource/scandinavian/ExtEngAbs.gf | 15 - old-lib/resource/scandinavian/ExtraScand.gf | 47 - old-lib/resource/scandinavian/ExtraScandAbs.gf | 3 - old-lib/resource/scandinavian/NounScand.gf | 231 - old-lib/resource/scandinavian/PhraseScand.gf | 25 - old-lib/resource/scandinavian/QuestionScand.gf | 96 - old-lib/resource/scandinavian/RelativeScand.gf | 52 - old-lib/resource/scandinavian/ResScand.gf | 75 - old-lib/resource/scandinavian/SentenceScand.gf | 64 - old-lib/resource/scandinavian/VerbScand.gf | 69 - old-lib/resource/spanish/AdjectiveSpa.gf | 2 - old-lib/resource/spanish/AdverbSpa.gf | 2 - old-lib/resource/spanish/AllSpa.gf | 7 - old-lib/resource/spanish/AllSpaAbs.gf | 5 - old-lib/resource/spanish/BeschSpa.gf | 5963 -- old-lib/resource/spanish/CatSpa.gf | 4 - old-lib/resource/spanish/CompatibilitySpa.gf | 11 - old-lib/resource/spanish/ConjunctionSpa.gf | 2 - old-lib/resource/spanish/DiffSpa.gf | 182 - old-lib/resource/spanish/ExtraRomanceSpa.gf | 2 - old-lib/resource/spanish/ExtraSpa.gf | 47 - old-lib/resource/spanish/ExtraSpaAbs.gf | 28 - old-lib/resource/spanish/GrammarSpa.gf | 22 - old-lib/resource/spanish/IdiomSpa.gf | 45 - old-lib/resource/spanish/IrregSpa.gf | 71819 ------------------- old-lib/resource/spanish/IrregSpaAbs.gf | 1092 - old-lib/resource/spanish/LangSpa.gf | 10 - old-lib/resource/spanish/LexiconSpa.gf | 359 - old-lib/resource/spanish/MorphoSpa.gf | 121 - old-lib/resource/spanish/NounSpa.gf | 2 - old-lib/resource/spanish/NumeralSpa.gf | 142 - old-lib/resource/spanish/ParadigmsSpa.gf | 464 - old-lib/resource/spanish/PhonoSpa.gf | 14 - old-lib/resource/spanish/PhraseSpa.gf | 2 - old-lib/resource/spanish/QuestionSpa.gf | 2 - old-lib/resource/spanish/RelativeSpa.gf | 2 - old-lib/resource/spanish/ResSpa.gf | 13 - old-lib/resource/spanish/SentenceSpa.gf | 2 - old-lib/resource/spanish/StructuralSpa.gf | 159 - old-lib/resource/spanish/TextSpa.gf | 11 - old-lib/resource/spanish/VerbSpa.gf | 2 - old-lib/resource/swedish/AdjectiveSwe.gf | 2 - old-lib/resource/swedish/AdverbSwe.gf | 2 - old-lib/resource/swedish/AllSwe.gf | 7 - old-lib/resource/swedish/AllSweAbs.gf | 5 - old-lib/resource/swedish/CatSwe.gf | 2 - old-lib/resource/swedish/CompatibilitySwe.gf | 11 - old-lib/resource/swedish/ConjunctionSwe.gf | 2 - old-lib/resource/swedish/DiffSwe.gf | 98 - old-lib/resource/swedish/ExtraScandSwe.gf | 2 - old-lib/resource/swedish/ExtraSwe.gf | 3 - old-lib/resource/swedish/ExtraSweAbs.gf | 7 - old-lib/resource/swedish/GrammarSwe.gf | 21 - old-lib/resource/swedish/IdiomSwe.gf | 44 - old-lib/resource/swedish/IrregSwe.gf | 185 - old-lib/resource/swedish/IrregSweAbs.gf | 179 - old-lib/resource/swedish/LangSwe.gf | 10 - old-lib/resource/swedish/LexiconSwe.gf | 366 - old-lib/resource/swedish/MorphoSwe.gf | 73 - old-lib/resource/swedish/NounSwe.gf | 2 - old-lib/resource/swedish/NumeralSwe.gf | 83 - old-lib/resource/swedish/ParadigmsSwe.gf | 654 - old-lib/resource/swedish/PhraseSwe.gf | 2 - old-lib/resource/swedish/QuestionSwe.gf | 2 - old-lib/resource/swedish/RelativeSwe.gf | 2 - old-lib/resource/swedish/ResSwe.gf | 3 - old-lib/resource/swedish/SentenceSwe.gf | 2 - old-lib/resource/swedish/StructuralSwe.gf | 127 - old-lib/resource/swedish/VerbSwe.gf | 2 - old-lib/resource/thai/AdjectiveTha.gf | 36 - old-lib/resource/thai/AdverbTha.gf | 23 - old-lib/resource/thai/AllTha.gf | 3 - old-lib/resource/thai/AllThaAbs.gf | 3 - old-lib/resource/thai/CatTha.gf | 77 - old-lib/resource/thai/ConjunctionTha.gf | 45 - old-lib/resource/thai/ExtraTha.gf | 52 - old-lib/resource/thai/GrammarTha.gf | 21 - old-lib/resource/thai/IdiomTha.gf | 30 - old-lib/resource/thai/IrregTha.gf | 181 - old-lib/resource/thai/LangTha.gf | 10 - old-lib/resource/thai/LexiconTha.gf | 368 - old-lib/resource/thai/MorphoTha.gf | 198 - old-lib/resource/thai/NounTha.gf | 76 - old-lib/resource/thai/NumeralTha.gf | 66 - old-lib/resource/thai/ParadigmsTha.gf | 496 - old-lib/resource/thai/PhraseTha.gf | 24 - old-lib/resource/thai/QuestionTha.gf | 41 - old-lib/resource/thai/RelativeTha.gf | 48 - old-lib/resource/thai/ResTha.gf | 484 - old-lib/resource/thai/SentenceTha.gf | 61 - old-lib/resource/thai/StringsTha.gf | 87 - old-lib/resource/thai/StructuralTha.gf | 110 - old-lib/resource/thai/VerbTha.gf | 51 - old-lib/resource/turkish/CatTur.gf | 13 - old-lib/resource/turkish/GrammarTur.gf | 9 - old-lib/resource/turkish/LangTur.gf | 10 - old-lib/resource/turkish/LexiconTur.gf | 11 - old-lib/resource/turkish/NumeralTur.gf | 34 - old-lib/resource/turkish/ParadigmsTur.gf | 43 - old-lib/resource/turkish/ResTur.gf | 106 - old-lib/resource/turkish/StructuralTur.gf | 16 - 1352 files changed, 163207 insertions(+), 163207 deletions(-) create mode 100644 deprecated/homepage.html create mode 100644 deprecated/index.txt create mode 100644 deprecated/old-lib/LICENSE create mode 100644 deprecated/old-lib/c/Makefile create mode 100644 deprecated/old-lib/c/gfcc-term.c create mode 100644 deprecated/old-lib/c/gfcc-term.h create mode 100644 deprecated/old-lib/c/gfcc-tree.c create mode 100644 deprecated/old-lib/c/gfcc-tree.h create mode 100644 deprecated/old-lib/index.html create mode 100644 deprecated/old-lib/index.txt create mode 100644 deprecated/old-lib/javascript/editor.html create mode 100644 deprecated/old-lib/javascript/editorGrammar.js create mode 100644 deprecated/old-lib/javascript/empty.png create mode 100644 deprecated/old-lib/javascript/gfjseditor.js create mode 100644 deprecated/old-lib/javascript/gflib-xhtml-voice.js create mode 100644 deprecated/old-lib/javascript/gflib.js create mode 100644 deprecated/old-lib/javascript/grammar.js create mode 100644 deprecated/old-lib/javascript/minus.png create mode 100644 deprecated/old-lib/javascript/plus.png create mode 100644 deprecated/old-lib/javascript/style.css create mode 100644 deprecated/old-lib/javascript/translator.css create mode 100644 deprecated/old-lib/javascript/translator.html create mode 100644 deprecated/old-lib/javascript/translator.js create mode 100644 deprecated/old-lib/prelude/Coordination.gf create mode 100644 deprecated/old-lib/prelude/Formal.gf create mode 100644 deprecated/old-lib/prelude/HTML.gf create mode 100644 deprecated/old-lib/prelude/Latex.gf create mode 100644 deprecated/old-lib/prelude/Precedence.gf create mode 100644 deprecated/old-lib/prelude/Predef.gf create mode 100644 deprecated/old-lib/prelude/PredefAbs.gf create mode 100644 deprecated/old-lib/prelude/PredefCnc.gf create mode 100644 deprecated/old-lib/prelude/Prelude.gf create mode 100644 deprecated/old-lib/resource/Make.hs create mode 100644 deprecated/old-lib/resource/Makefile create mode 100644 deprecated/old-lib/resource/abstract/Adjective.gf create mode 100644 deprecated/old-lib/resource/abstract/Adverb.gf create mode 100644 deprecated/old-lib/resource/abstract/Backward.gf create mode 100644 deprecated/old-lib/resource/abstract/Cat.gf create mode 100644 deprecated/old-lib/resource/abstract/Common.gf create mode 100644 deprecated/old-lib/resource/abstract/Compatibility.gf create mode 100644 deprecated/old-lib/resource/abstract/Conjunction.gf create mode 100644 deprecated/old-lib/resource/abstract/Extra.gf create mode 100644 deprecated/old-lib/resource/abstract/Grammar.gf create mode 100644 deprecated/old-lib/resource/abstract/Idiom.gf create mode 100644 deprecated/old-lib/resource/abstract/Lang.gf create mode 100644 deprecated/old-lib/resource/abstract/Lexicon.gf create mode 100644 deprecated/old-lib/resource/abstract/Noun.gf create mode 100644 deprecated/old-lib/resource/abstract/Numeral.gf create mode 100644 deprecated/old-lib/resource/abstract/Phrase.gf create mode 100644 deprecated/old-lib/resource/abstract/Question.gf create mode 100644 deprecated/old-lib/resource/abstract/Relative.gf create mode 100644 deprecated/old-lib/resource/abstract/Sentence.gf create mode 100644 deprecated/old-lib/resource/abstract/Structural.gf create mode 100644 deprecated/old-lib/resource/abstract/Text.gf create mode 100644 deprecated/old-lib/resource/abstract/Verb.gf create mode 100644 deprecated/old-lib/resource/api/Combinators.gf create mode 100644 deprecated/old-lib/resource/api/CombinatorsAra.gf create mode 100644 deprecated/old-lib/resource/api/CombinatorsBul.gf create mode 100644 deprecated/old-lib/resource/api/CombinatorsCat.gf create mode 100644 deprecated/old-lib/resource/api/CombinatorsDan.gf create mode 100644 deprecated/old-lib/resource/api/CombinatorsEng.gf create mode 100644 deprecated/old-lib/resource/api/CombinatorsFin.gf create mode 100644 deprecated/old-lib/resource/api/CombinatorsFre.gf create mode 100644 deprecated/old-lib/resource/api/CombinatorsGer.gf create mode 100644 deprecated/old-lib/resource/api/CombinatorsHin.gf create mode 100644 deprecated/old-lib/resource/api/CombinatorsIna.gf create mode 100644 deprecated/old-lib/resource/api/CombinatorsIta.gf create mode 100644 deprecated/old-lib/resource/api/CombinatorsNor.gf create mode 100644 deprecated/old-lib/resource/api/CombinatorsRus.gf create mode 100644 deprecated/old-lib/resource/api/CombinatorsSpa.gf create mode 100644 deprecated/old-lib/resource/api/CombinatorsSwe.gf create mode 100644 deprecated/old-lib/resource/api/CombinatorsTha.gf create mode 100644 deprecated/old-lib/resource/api/Constructors.gf create mode 100644 deprecated/old-lib/resource/api/ConstructorsBul.gf create mode 100644 deprecated/old-lib/resource/api/ConstructorsCat.gf create mode 100644 deprecated/old-lib/resource/api/ConstructorsDan.gf create mode 100644 deprecated/old-lib/resource/api/ConstructorsEng.gf create mode 100644 deprecated/old-lib/resource/api/ConstructorsFin.gf create mode 100644 deprecated/old-lib/resource/api/ConstructorsFre.gf create mode 100644 deprecated/old-lib/resource/api/ConstructorsGer.gf create mode 100644 deprecated/old-lib/resource/api/ConstructorsIta.gf create mode 100644 deprecated/old-lib/resource/api/ConstructorsNor.gf create mode 100644 deprecated/old-lib/resource/api/ConstructorsRus.gf create mode 100644 deprecated/old-lib/resource/api/ConstructorsSpa.gf create mode 100644 deprecated/old-lib/resource/api/ConstructorsSwe.gf create mode 100644 deprecated/old-lib/resource/api/Syntax.gf create mode 100644 deprecated/old-lib/resource/api/SyntaxBul.gf create mode 100644 deprecated/old-lib/resource/api/SyntaxCat.gf create mode 100644 deprecated/old-lib/resource/api/SyntaxDan.gf create mode 100644 deprecated/old-lib/resource/api/SyntaxEng.gf create mode 100644 deprecated/old-lib/resource/api/SyntaxFin.gf create mode 100644 deprecated/old-lib/resource/api/SyntaxFre.gf create mode 100644 deprecated/old-lib/resource/api/SyntaxGer.gf create mode 100644 deprecated/old-lib/resource/api/SyntaxIta.gf create mode 100644 deprecated/old-lib/resource/api/SyntaxNor.gf create mode 100644 deprecated/old-lib/resource/api/SyntaxRus.gf create mode 100644 deprecated/old-lib/resource/api/SyntaxSpa.gf create mode 100644 deprecated/old-lib/resource/api/SyntaxSwe.gf create mode 100644 deprecated/old-lib/resource/api/TryBul.gf create mode 100644 deprecated/old-lib/resource/api/TryCat.gf create mode 100644 deprecated/old-lib/resource/api/TryDan.gf create mode 100644 deprecated/old-lib/resource/api/TryEng.gf create mode 100644 deprecated/old-lib/resource/api/TryFin.gf create mode 100644 deprecated/old-lib/resource/api/TryFre.gf create mode 100644 deprecated/old-lib/resource/api/TryGer.gf create mode 100644 deprecated/old-lib/resource/api/TryIta.gf create mode 100644 deprecated/old-lib/resource/api/TryNor.gf create mode 100644 deprecated/old-lib/resource/api/TryRus.gf create mode 100644 deprecated/old-lib/resource/api/TrySpa.gf create mode 100644 deprecated/old-lib/resource/api/TrySwe.gf create mode 100644 deprecated/old-lib/resource/arabic/AdjectiveAra.gf create mode 100644 deprecated/old-lib/resource/arabic/AdverbAra.gf create mode 100644 deprecated/old-lib/resource/arabic/AllAra.gf create mode 100644 deprecated/old-lib/resource/arabic/AllAraAbs.gf create mode 100644 deprecated/old-lib/resource/arabic/CatAra.gf create mode 100644 deprecated/old-lib/resource/arabic/ConjunctionAra.gf create mode 100644 deprecated/old-lib/resource/arabic/ExtAra.gf create mode 100644 deprecated/old-lib/resource/arabic/GrammarAra.gf create mode 100644 deprecated/old-lib/resource/arabic/IdiomAra.gf create mode 100644 deprecated/old-lib/resource/arabic/IrregAra.gf create mode 100644 deprecated/old-lib/resource/arabic/LangAra.gf create mode 100644 deprecated/old-lib/resource/arabic/LexiconAra.gf create mode 100644 deprecated/old-lib/resource/arabic/MorphoAra.gf create mode 100644 deprecated/old-lib/resource/arabic/NounAra.gf create mode 100644 deprecated/old-lib/resource/arabic/NumeralAra.gf create mode 100644 deprecated/old-lib/resource/arabic/OrthoAra.gf create mode 100644 deprecated/old-lib/resource/arabic/ParadigmsAra.gf create mode 100644 deprecated/old-lib/resource/arabic/PatternsAra.gf create mode 100644 deprecated/old-lib/resource/arabic/PhraseAra.gf create mode 100644 deprecated/old-lib/resource/arabic/QuestionAra.gf create mode 100644 deprecated/old-lib/resource/arabic/RelativeAra.gf create mode 100644 deprecated/old-lib/resource/arabic/ResAra.gf create mode 100644 deprecated/old-lib/resource/arabic/SentenceAra.gf create mode 100644 deprecated/old-lib/resource/arabic/StructuralAra.gf create mode 100644 deprecated/old-lib/resource/arabic/VerbAra.gf create mode 100644 deprecated/old-lib/resource/bulgarian/AdjectiveBul.gf create mode 100644 deprecated/old-lib/resource/bulgarian/AdverbBul.gf create mode 100644 deprecated/old-lib/resource/bulgarian/AllBul.gf create mode 100644 deprecated/old-lib/resource/bulgarian/AllBulAbs.gf create mode 100644 deprecated/old-lib/resource/bulgarian/CatBul.gf create mode 100644 deprecated/old-lib/resource/bulgarian/ConjunctionBul.gf create mode 100644 deprecated/old-lib/resource/bulgarian/ExtraBul.gf create mode 100644 deprecated/old-lib/resource/bulgarian/ExtraBulAbs.gf create mode 100644 deprecated/old-lib/resource/bulgarian/GrammarBul.gf create mode 100644 deprecated/old-lib/resource/bulgarian/IdiomBul.gf create mode 100644 deprecated/old-lib/resource/bulgarian/LangBul.gf create mode 100644 deprecated/old-lib/resource/bulgarian/LexiconBul.gf create mode 100644 deprecated/old-lib/resource/bulgarian/MorphoBul.gf create mode 100644 deprecated/old-lib/resource/bulgarian/MorphoFunsBul.gf create mode 100644 deprecated/old-lib/resource/bulgarian/NounBul.gf create mode 100644 deprecated/old-lib/resource/bulgarian/NumeralBul.gf create mode 100644 deprecated/old-lib/resource/bulgarian/ParadigmsBul.gf create mode 100644 deprecated/old-lib/resource/bulgarian/PhraseBul.gf create mode 100644 deprecated/old-lib/resource/bulgarian/QuestionBul.gf create mode 100644 deprecated/old-lib/resource/bulgarian/RelativeBul.gf create mode 100644 deprecated/old-lib/resource/bulgarian/ResBul.gf create mode 100644 deprecated/old-lib/resource/bulgarian/SentenceBul.gf create mode 100644 deprecated/old-lib/resource/bulgarian/StructuralBul.gf create mode 100644 deprecated/old-lib/resource/bulgarian/TextBul.gf create mode 100644 deprecated/old-lib/resource/bulgarian/VerbBul.gf create mode 100644 deprecated/old-lib/resource/catalan/AdjectiveCat.gf create mode 100644 deprecated/old-lib/resource/catalan/AdverbCat.gf create mode 100644 deprecated/old-lib/resource/catalan/AllCat.gf create mode 100644 deprecated/old-lib/resource/catalan/AllCatAbs.gf create mode 100644 deprecated/old-lib/resource/catalan/BeschCat.gf create mode 100644 deprecated/old-lib/resource/catalan/CatCat.gf create mode 100644 deprecated/old-lib/resource/catalan/CompatibilityCat.gf create mode 100644 deprecated/old-lib/resource/catalan/ConjunctionCat.gf create mode 100644 deprecated/old-lib/resource/catalan/DiffCat.gf create mode 100644 deprecated/old-lib/resource/catalan/ExtraCat.gf create mode 100644 deprecated/old-lib/resource/catalan/ExtraCatAbs.gf create mode 100644 deprecated/old-lib/resource/catalan/ExtraRomanceCat.gf create mode 100644 deprecated/old-lib/resource/catalan/GrammarCat.gf create mode 100644 deprecated/old-lib/resource/catalan/IdiomCat.gf create mode 100644 deprecated/old-lib/resource/catalan/IrregCat.gf create mode 100644 deprecated/old-lib/resource/catalan/IrregCatAbs.gf create mode 100644 deprecated/old-lib/resource/catalan/LangCat.gf create mode 100644 deprecated/old-lib/resource/catalan/LexiconCat.gf create mode 100644 deprecated/old-lib/resource/catalan/MorphoCat.gf create mode 100644 deprecated/old-lib/resource/catalan/NounCat.gf create mode 100644 deprecated/old-lib/resource/catalan/NumeralCat.gf create mode 100644 deprecated/old-lib/resource/catalan/ParadigmsCat.gf create mode 100644 deprecated/old-lib/resource/catalan/PhonoCat.gf create mode 100644 deprecated/old-lib/resource/catalan/PhraseCat.gf create mode 100644 deprecated/old-lib/resource/catalan/QuestionCat.gf create mode 100644 deprecated/old-lib/resource/catalan/RelativeCat.gf create mode 100644 deprecated/old-lib/resource/catalan/ResCat.gf create mode 100644 deprecated/old-lib/resource/catalan/SentenceCat.gf create mode 100644 deprecated/old-lib/resource/catalan/StructuralCat.gf create mode 100644 deprecated/old-lib/resource/catalan/VerbCat.gf create mode 100644 deprecated/old-lib/resource/common/CommonX.gf create mode 100644 deprecated/old-lib/resource/common/ConstructX.gf create mode 100644 deprecated/old-lib/resource/common/ParamX.gf create mode 100644 deprecated/old-lib/resource/common/TenseX.gf create mode 100644 deprecated/old-lib/resource/common/TextX.gf create mode 100644 deprecated/old-lib/resource/danish/AdjectiveDan.gf create mode 100644 deprecated/old-lib/resource/danish/AdverbDan.gf create mode 100644 deprecated/old-lib/resource/danish/AllDan.gf create mode 100644 deprecated/old-lib/resource/danish/AllDanAbs.gf create mode 100644 deprecated/old-lib/resource/danish/CatDan.gf create mode 100644 deprecated/old-lib/resource/danish/ConjunctionDan.gf create mode 100644 deprecated/old-lib/resource/danish/DiffDan.gf create mode 100644 deprecated/old-lib/resource/danish/ExtraDan.gf create mode 100644 deprecated/old-lib/resource/danish/ExtraDanAbs.gf create mode 100644 deprecated/old-lib/resource/danish/ExtraScandDan.gf create mode 100644 deprecated/old-lib/resource/danish/GrammarDan.gf create mode 100644 deprecated/old-lib/resource/danish/IdiomDan.gf create mode 100644 deprecated/old-lib/resource/danish/IrregDan.gf create mode 100644 deprecated/old-lib/resource/danish/IrregDanAbs.gf create mode 100644 deprecated/old-lib/resource/danish/LangDan.gf create mode 100644 deprecated/old-lib/resource/danish/LexiconDan.gf create mode 100644 deprecated/old-lib/resource/danish/MathDan.gf create mode 100644 deprecated/old-lib/resource/danish/MorphoDan.gf create mode 100644 deprecated/old-lib/resource/danish/NounDan.gf create mode 100644 deprecated/old-lib/resource/danish/NumeralDan.gf create mode 100644 deprecated/old-lib/resource/danish/ParadigmsDan.gf create mode 100644 deprecated/old-lib/resource/danish/PhraseDan.gf create mode 100644 deprecated/old-lib/resource/danish/QuestionDan.gf create mode 100644 deprecated/old-lib/resource/danish/RelativeDan.gf create mode 100644 deprecated/old-lib/resource/danish/ResDan.gf create mode 100644 deprecated/old-lib/resource/danish/SentenceDan.gf create mode 100644 deprecated/old-lib/resource/danish/StructuralDan.gf create mode 100644 deprecated/old-lib/resource/danish/VerbDan.gf create mode 100644 deprecated/old-lib/resource/demo/Clause.gf create mode 100644 deprecated/old-lib/resource/demo/ClauseBul.gf create mode 100644 deprecated/old-lib/resource/demo/ClauseCat.gf create mode 100644 deprecated/old-lib/resource/demo/ClauseDan.gf create mode 100644 deprecated/old-lib/resource/demo/ClauseEng.gf create mode 100644 deprecated/old-lib/resource/demo/ClauseFin.gf create mode 100644 deprecated/old-lib/resource/demo/ClauseFre.gf create mode 100644 deprecated/old-lib/resource/demo/ClauseGer.gf create mode 100644 deprecated/old-lib/resource/demo/ClauseI.gf create mode 100644 deprecated/old-lib/resource/demo/ClauseIta.gf create mode 100644 deprecated/old-lib/resource/demo/ClauseNor.gf create mode 100644 deprecated/old-lib/resource/demo/ClauseRus.gf create mode 100644 deprecated/old-lib/resource/demo/ClauseSpa.gf create mode 100644 deprecated/old-lib/resource/demo/ClauseSwe.gf create mode 100644 deprecated/old-lib/resource/demo/Demo.gf create mode 100644 deprecated/old-lib/resource/demo/DemoBul.gf create mode 100644 deprecated/old-lib/resource/demo/DemoCat.gf create mode 100644 deprecated/old-lib/resource/demo/DemoDan.gf create mode 100644 deprecated/old-lib/resource/demo/DemoEng.gf create mode 100644 deprecated/old-lib/resource/demo/DemoFin.gf create mode 100644 deprecated/old-lib/resource/demo/DemoFre.gf create mode 100644 deprecated/old-lib/resource/demo/DemoGer.gf create mode 100644 deprecated/old-lib/resource/demo/DemoIta.gf create mode 100644 deprecated/old-lib/resource/demo/DemoNor.gf create mode 100644 deprecated/old-lib/resource/demo/DemoRus.gf create mode 100644 deprecated/old-lib/resource/demo/DemoSpa.gf create mode 100644 deprecated/old-lib/resource/demo/DemoSwe.gf create mode 100644 deprecated/old-lib/resource/deva create mode 100644 deprecated/old-lib/resource/doc/MkSynopsis.hs create mode 100644 deprecated/old-lib/resource/doc/categories-imagemap.html create mode 100644 deprecated/old-lib/resource/doc/categories-intro.txt create mode 100644 deprecated/old-lib/resource/doc/categories.dot create mode 100644 deprecated/old-lib/resource/doc/categories.png create mode 100644 deprecated/old-lib/resource/doc/resdemo.html create mode 100644 deprecated/old-lib/resource/doc/synopsis-browse.txt create mode 100644 deprecated/old-lib/resource/doc/synopsis-example.txt create mode 100644 deprecated/old-lib/resource/doc/synopsis-intro.txt create mode 100644 deprecated/old-lib/resource/doc/synopsis.html create mode 100644 deprecated/old-lib/resource/doc/synopsis.txt create mode 100644 deprecated/old-lib/resource/english/AdjectiveEng.gf create mode 100644 deprecated/old-lib/resource/english/AdverbEng.gf create mode 100644 deprecated/old-lib/resource/english/AllEng.gf create mode 100644 deprecated/old-lib/resource/english/AllEngAbs.gf create mode 100644 deprecated/old-lib/resource/english/BackwardEng.gf create mode 100644 deprecated/old-lib/resource/english/CatEng.gf create mode 100644 deprecated/old-lib/resource/english/CompatibilityEng.gf create mode 100644 deprecated/old-lib/resource/english/ConjunctionEng.gf create mode 100644 deprecated/old-lib/resource/english/ExtraEng.gf create mode 100644 deprecated/old-lib/resource/english/ExtraEngAbs.gf create mode 100644 deprecated/old-lib/resource/english/GrammarEng.gf create mode 100644 deprecated/old-lib/resource/english/IdiomEng.gf create mode 100644 deprecated/old-lib/resource/english/IrregEng.gf create mode 100644 deprecated/old-lib/resource/english/IrregEngAbs.gf create mode 100644 deprecated/old-lib/resource/english/LangEng.gf create mode 100644 deprecated/old-lib/resource/english/LexiconEng.gf create mode 100644 deprecated/old-lib/resource/english/MorphoEng.gf create mode 100644 deprecated/old-lib/resource/english/NounEng.gf create mode 100644 deprecated/old-lib/resource/english/NumeralEng.gf create mode 100644 deprecated/old-lib/resource/english/ParadigmsEng.gf create mode 100644 deprecated/old-lib/resource/english/PhraseEng.gf create mode 100644 deprecated/old-lib/resource/english/QuestionEng.gf create mode 100644 deprecated/old-lib/resource/english/RelativeEng.gf create mode 100644 deprecated/old-lib/resource/english/ResEng.gf create mode 100644 deprecated/old-lib/resource/english/SentenceEng.gf create mode 100644 deprecated/old-lib/resource/english/StructuralEng.gf create mode 100644 deprecated/old-lib/resource/english/VerbEng.gf create mode 100644 deprecated/old-lib/resource/exx-resource.gft create mode 100644 deprecated/old-lib/resource/finnish/AdjectiveFin.gf create mode 100644 deprecated/old-lib/resource/finnish/AdverbFin.gf create mode 100644 deprecated/old-lib/resource/finnish/AllFin.gf create mode 100644 deprecated/old-lib/resource/finnish/AllFinAbs.gf create mode 100644 deprecated/old-lib/resource/finnish/CatFin.gf create mode 100644 deprecated/old-lib/resource/finnish/CompatibilityFin.gf create mode 100644 deprecated/old-lib/resource/finnish/ConjunctionFin.gf create mode 100644 deprecated/old-lib/resource/finnish/ExtraFin.gf create mode 100644 deprecated/old-lib/resource/finnish/ExtraFinAbs.gf create mode 100644 deprecated/old-lib/resource/finnish/GrammarFin.gf create mode 100644 deprecated/old-lib/resource/finnish/IdiomFin.gf create mode 100644 deprecated/old-lib/resource/finnish/LangFin.gf create mode 100644 deprecated/old-lib/resource/finnish/LexiconFin.gf create mode 100644 deprecated/old-lib/resource/finnish/MorphoFin.gf create mode 100644 deprecated/old-lib/resource/finnish/NounFin.gf create mode 100644 deprecated/old-lib/resource/finnish/NumeralFin.gf create mode 100644 deprecated/old-lib/resource/finnish/ParadigmsFin.gf create mode 100644 deprecated/old-lib/resource/finnish/PhraseFin.gf create mode 100644 deprecated/old-lib/resource/finnish/QuestionFin.gf create mode 100644 deprecated/old-lib/resource/finnish/RelativeFin.gf create mode 100644 deprecated/old-lib/resource/finnish/ResFin.gf create mode 100644 deprecated/old-lib/resource/finnish/SentenceFin.gf create mode 100644 deprecated/old-lib/resource/finnish/StructuralFin.gf create mode 100644 deprecated/old-lib/resource/finnish/VerbFin.gf create mode 100644 deprecated/old-lib/resource/french/AdjectiveFre.gf create mode 100644 deprecated/old-lib/resource/french/AdverbFre.gf create mode 100644 deprecated/old-lib/resource/french/AllFre.gf create mode 100644 deprecated/old-lib/resource/french/AllFreAbs.gf create mode 100644 deprecated/old-lib/resource/french/BeschFre.gf create mode 100644 deprecated/old-lib/resource/french/CatFre.gf create mode 100644 deprecated/old-lib/resource/french/CompatibilityFre.gf create mode 100644 deprecated/old-lib/resource/french/ConjunctionFre.gf create mode 100644 deprecated/old-lib/resource/french/DiffFre.gf create mode 100644 deprecated/old-lib/resource/french/ExtraFre.gf create mode 100644 deprecated/old-lib/resource/french/ExtraFreAbs.gf create mode 100644 deprecated/old-lib/resource/french/ExtraRomanceFre.gf create mode 100644 deprecated/old-lib/resource/french/GrammarFre.gf create mode 100644 deprecated/old-lib/resource/french/IdiomFre.gf create mode 100644 deprecated/old-lib/resource/french/IrregFre.gf create mode 100644 deprecated/old-lib/resource/french/IrregFreAbs.gf create mode 100644 deprecated/old-lib/resource/french/LangFre.gf create mode 100644 deprecated/old-lib/resource/french/LexiconFre.gf create mode 100644 deprecated/old-lib/resource/french/MorphoFre.gf create mode 100644 deprecated/old-lib/resource/french/NounFre.gf create mode 100644 deprecated/old-lib/resource/french/NumeralFre.gf create mode 100644 deprecated/old-lib/resource/french/ParadigmsFre.gf create mode 100644 deprecated/old-lib/resource/french/PhonoFre.gf create mode 100644 deprecated/old-lib/resource/french/PhraseFre.gf create mode 100644 deprecated/old-lib/resource/french/QuestionFre.gf create mode 100644 deprecated/old-lib/resource/french/RelativeFre.gf create mode 100644 deprecated/old-lib/resource/french/ResFre.gf create mode 100644 deprecated/old-lib/resource/french/SentenceFre.gf create mode 100644 deprecated/old-lib/resource/french/StructuralFre.gf create mode 100644 deprecated/old-lib/resource/french/VerbFre.gf create mode 100644 deprecated/old-lib/resource/german/AdjectiveGer.gf create mode 100644 deprecated/old-lib/resource/german/AdverbGer.gf create mode 100644 deprecated/old-lib/resource/german/AllGer.gf create mode 100644 deprecated/old-lib/resource/german/AllGerAbs.gf create mode 100644 deprecated/old-lib/resource/german/CatGer.gf create mode 100644 deprecated/old-lib/resource/german/ConjunctionGer.gf create mode 100644 deprecated/old-lib/resource/german/ExtGer.gf create mode 100644 deprecated/old-lib/resource/german/ExtraGer.gf create mode 100644 deprecated/old-lib/resource/german/ExtraGerAbs.gf create mode 100644 deprecated/old-lib/resource/german/GrammarGer.gf create mode 100644 deprecated/old-lib/resource/german/IdiomGer.gf create mode 100644 deprecated/old-lib/resource/german/IrregGer.gf create mode 100644 deprecated/old-lib/resource/german/IrregGerAbs.gf create mode 100644 deprecated/old-lib/resource/german/LangGer.gf create mode 100644 deprecated/old-lib/resource/german/LexiconGer.gf create mode 100644 deprecated/old-lib/resource/german/MorphoGer.gf create mode 100644 deprecated/old-lib/resource/german/NounGer.gf create mode 100644 deprecated/old-lib/resource/german/NumeralGer.gf create mode 100644 deprecated/old-lib/resource/german/ParadigmsGer.gf create mode 100644 deprecated/old-lib/resource/german/PhraseGer.gf create mode 100644 deprecated/old-lib/resource/german/QuestionGer.gf create mode 100644 deprecated/old-lib/resource/german/RelativeGer.gf create mode 100644 deprecated/old-lib/resource/german/ResGer.gf create mode 100644 deprecated/old-lib/resource/german/SentenceGer.gf create mode 100644 deprecated/old-lib/resource/german/StructuralGer.gf create mode 100644 deprecated/old-lib/resource/german/VerbGer.gf create mode 100644 deprecated/old-lib/resource/gold-exx-resource.gftb create mode 100644 deprecated/old-lib/resource/hdeva.hs create mode 100644 deprecated/old-lib/resource/hindi/AdjectiveHin.gf create mode 100644 deprecated/old-lib/resource/hindi/AdverbHin.gf create mode 100644 deprecated/old-lib/resource/hindi/AllHin.gf create mode 100644 deprecated/old-lib/resource/hindi/AllHinAbs.gf create mode 100644 deprecated/old-lib/resource/hindi/BackwardHin.gf create mode 100644 deprecated/old-lib/resource/hindi/CatHin.gf create mode 100644 deprecated/old-lib/resource/hindi/ConjunctionHin.gf create mode 100644 deprecated/old-lib/resource/hindi/Deva.hs create mode 100644 deprecated/old-lib/resource/hindi/GrammarHin.gf create mode 100644 deprecated/old-lib/resource/hindi/IdiomHin.gf create mode 100644 deprecated/old-lib/resource/hindi/IrregHin.gf create mode 100644 deprecated/old-lib/resource/hindi/LangHin.gf create mode 100644 deprecated/old-lib/resource/hindi/LexiconHin.gf create mode 100644 deprecated/old-lib/resource/hindi/MorphoHin.gf create mode 100644 deprecated/old-lib/resource/hindi/NounHin.gf create mode 100644 deprecated/old-lib/resource/hindi/NumeralHin.gf create mode 100644 deprecated/old-lib/resource/hindi/ParadigmsHin.gf create mode 100644 deprecated/old-lib/resource/hindi/PhraseHin.gf create mode 100644 deprecated/old-lib/resource/hindi/QuestionHin.gf create mode 100644 deprecated/old-lib/resource/hindi/RelativeHin.gf create mode 100644 deprecated/old-lib/resource/hindi/ResHin.gf create mode 100644 deprecated/old-lib/resource/hindi/SentenceHin.gf create mode 100644 deprecated/old-lib/resource/hindi/StructuralHin.gf create mode 100644 deprecated/old-lib/resource/hindi/VerbHin.gf create mode 100644 deprecated/old-lib/resource/hindi/utf8/MkLex.hs create mode 100644 deprecated/old-lib/resource/hindi/utf8/ParadigmsHin.gf create mode 100644 deprecated/old-lib/resource/interlingua/AdjectiveIna.gf create mode 100644 deprecated/old-lib/resource/interlingua/AdverbIna.gf create mode 100644 deprecated/old-lib/resource/interlingua/AllIna.gf create mode 100644 deprecated/old-lib/resource/interlingua/AllInaAbs.gf create mode 100644 deprecated/old-lib/resource/interlingua/CatIna.gf create mode 100644 deprecated/old-lib/resource/interlingua/ConjunctionIna.gf create mode 100644 deprecated/old-lib/resource/interlingua/ExtraIna.gf create mode 100644 deprecated/old-lib/resource/interlingua/GrammarIna.gf create mode 100644 deprecated/old-lib/resource/interlingua/IdiomIna.gf create mode 100644 deprecated/old-lib/resource/interlingua/IrregIna.gf create mode 100644 deprecated/old-lib/resource/interlingua/IrregInaAbs.gf create mode 100644 deprecated/old-lib/resource/interlingua/LangIna.gf create mode 100644 deprecated/old-lib/resource/interlingua/LexiconIna.gf create mode 100644 deprecated/old-lib/resource/interlingua/MorphoIna.gf create mode 100644 deprecated/old-lib/resource/interlingua/NounIna.gf create mode 100644 deprecated/old-lib/resource/interlingua/NumeralIna.gf create mode 100644 deprecated/old-lib/resource/interlingua/ParadigmsIna.gf create mode 100644 deprecated/old-lib/resource/interlingua/PhraseIna.gf create mode 100644 deprecated/old-lib/resource/interlingua/QuestionIna.gf create mode 100644 deprecated/old-lib/resource/interlingua/RelativeIna.gf create mode 100644 deprecated/old-lib/resource/interlingua/ResIna.gf create mode 100644 deprecated/old-lib/resource/interlingua/ResIna2.gf create mode 100644 deprecated/old-lib/resource/interlingua/SentenceIna.gf create mode 100644 deprecated/old-lib/resource/interlingua/StructuralIna.gf create mode 100644 deprecated/old-lib/resource/interlingua/VerbIna.gf create mode 100644 deprecated/old-lib/resource/italian/AdjectiveIta.gf create mode 100644 deprecated/old-lib/resource/italian/AdverbIta.gf create mode 100644 deprecated/old-lib/resource/italian/AllIta.gf create mode 100644 deprecated/old-lib/resource/italian/AllItaAbs.gf create mode 100644 deprecated/old-lib/resource/italian/BeschIta.gf create mode 100644 deprecated/old-lib/resource/italian/CatIta.gf create mode 100644 deprecated/old-lib/resource/italian/CompatibilityIta.gf create mode 100644 deprecated/old-lib/resource/italian/ConjunctionIta.gf create mode 100644 deprecated/old-lib/resource/italian/DiffIta.gf create mode 100644 deprecated/old-lib/resource/italian/ExtraIta.gf create mode 100644 deprecated/old-lib/resource/italian/ExtraItaAbs.gf create mode 100644 deprecated/old-lib/resource/italian/ExtraRomanceIta.gf create mode 100644 deprecated/old-lib/resource/italian/GrammarIta.gf create mode 100644 deprecated/old-lib/resource/italian/IdiomIta.gf create mode 100644 deprecated/old-lib/resource/italian/LangIta.gf create mode 100644 deprecated/old-lib/resource/italian/LexiconIta.gf create mode 100644 deprecated/old-lib/resource/italian/MorphoIta.gf create mode 100644 deprecated/old-lib/resource/italian/NounIta.gf create mode 100644 deprecated/old-lib/resource/italian/NumeralIta.gf create mode 100644 deprecated/old-lib/resource/italian/ParadigmsIta.gf create mode 100644 deprecated/old-lib/resource/italian/PhonoIta.gf create mode 100644 deprecated/old-lib/resource/italian/PhraseIta.gf create mode 100644 deprecated/old-lib/resource/italian/QuestionIta.gf create mode 100644 deprecated/old-lib/resource/italian/RelativeIta.gf create mode 100644 deprecated/old-lib/resource/italian/ResIta.gf create mode 100644 deprecated/old-lib/resource/italian/SentenceIta.gf create mode 100644 deprecated/old-lib/resource/italian/StructuralIta.gf create mode 100644 deprecated/old-lib/resource/italian/VerbIta.gf create mode 100644 deprecated/old-lib/resource/mathematical/Mathematical.gf create mode 100644 deprecated/old-lib/resource/mathematical/MathematicalCat.gf create mode 100644 deprecated/old-lib/resource/mathematical/MathematicalDan.gf create mode 100644 deprecated/old-lib/resource/mathematical/MathematicalEng.gf create mode 100644 deprecated/old-lib/resource/mathematical/MathematicalFin.gf create mode 100644 deprecated/old-lib/resource/mathematical/MathematicalFre.gf create mode 100644 deprecated/old-lib/resource/mathematical/MathematicalGer.gf create mode 100644 deprecated/old-lib/resource/mathematical/MathematicalIta.gf create mode 100644 deprecated/old-lib/resource/mathematical/MathematicalNor.gf create mode 100644 deprecated/old-lib/resource/mathematical/MathematicalSpa.gf create mode 100644 deprecated/old-lib/resource/mathematical/MathematicalSwe.gf create mode 100644 deprecated/old-lib/resource/mathematical/Predication.gf create mode 100644 deprecated/old-lib/resource/mathematical/PredicationCat.gf create mode 100644 deprecated/old-lib/resource/mathematical/PredicationDan.gf create mode 100644 deprecated/old-lib/resource/mathematical/PredicationEng.gf create mode 100644 deprecated/old-lib/resource/mathematical/PredicationFin.gf create mode 100644 deprecated/old-lib/resource/mathematical/PredicationFre.gf create mode 100644 deprecated/old-lib/resource/mathematical/PredicationGer.gf create mode 100644 deprecated/old-lib/resource/mathematical/PredicationI.gf create mode 100644 deprecated/old-lib/resource/mathematical/PredicationIta.gf create mode 100644 deprecated/old-lib/resource/mathematical/PredicationNor.gf create mode 100644 deprecated/old-lib/resource/mathematical/PredicationSpa.gf create mode 100644 deprecated/old-lib/resource/mathematical/PredicationSwe.gf create mode 100644 deprecated/old-lib/resource/mathematical/Symbol.gf create mode 100644 deprecated/old-lib/resource/mathematical/SymbolCat.gf create mode 100644 deprecated/old-lib/resource/mathematical/SymbolDan.gf create mode 100644 deprecated/old-lib/resource/mathematical/SymbolEng.gf create mode 100644 deprecated/old-lib/resource/mathematical/SymbolFin.gf create mode 100644 deprecated/old-lib/resource/mathematical/SymbolFre.gf create mode 100644 deprecated/old-lib/resource/mathematical/SymbolGer.gf create mode 100644 deprecated/old-lib/resource/mathematical/SymbolIta.gf create mode 100644 deprecated/old-lib/resource/mathematical/SymbolNor.gf create mode 100644 deprecated/old-lib/resource/mathematical/SymbolRomance.gf create mode 100644 deprecated/old-lib/resource/mathematical/SymbolScand.gf create mode 100644 deprecated/old-lib/resource/mathematical/SymbolSpa.gf create mode 100644 deprecated/old-lib/resource/mathematical/SymbolSwe.gf create mode 100644 deprecated/old-lib/resource/mathematical/Symbolic.gf create mode 100644 deprecated/old-lib/resource/mathematical/SymbolicCat.gf create mode 100644 deprecated/old-lib/resource/mathematical/SymbolicDan.gf create mode 100644 deprecated/old-lib/resource/mathematical/SymbolicEng.gf create mode 100644 deprecated/old-lib/resource/mathematical/SymbolicFin.gf create mode 100644 deprecated/old-lib/resource/mathematical/SymbolicFre.gf create mode 100644 deprecated/old-lib/resource/mathematical/SymbolicGer.gf create mode 100644 deprecated/old-lib/resource/mathematical/SymbolicIta.gf create mode 100644 deprecated/old-lib/resource/mathematical/SymbolicNor.gf create mode 100644 deprecated/old-lib/resource/mathematical/SymbolicSpa.gf create mode 100644 deprecated/old-lib/resource/mathematical/SymbolicSwe.gf create mode 100644 deprecated/old-lib/resource/mkPresent create mode 100644 deprecated/old-lib/resource/norwegian/AdjectiveNor.gf create mode 100644 deprecated/old-lib/resource/norwegian/AdverbNor.gf create mode 100644 deprecated/old-lib/resource/norwegian/AllNor.gf create mode 100644 deprecated/old-lib/resource/norwegian/AllNorAbs.gf create mode 100644 deprecated/old-lib/resource/norwegian/CatNor.gf create mode 100644 deprecated/old-lib/resource/norwegian/ConjunctionNor.gf create mode 100644 deprecated/old-lib/resource/norwegian/DiffNor.gf create mode 100644 deprecated/old-lib/resource/norwegian/ExtraNor.gf create mode 100644 deprecated/old-lib/resource/norwegian/ExtraNorAbs.gf create mode 100644 deprecated/old-lib/resource/norwegian/ExtraScandNor.gf create mode 100644 deprecated/old-lib/resource/norwegian/GrammarNor.gf create mode 100644 deprecated/old-lib/resource/norwegian/IdiomNor.gf create mode 100644 deprecated/old-lib/resource/norwegian/IrregNor.gf create mode 100644 deprecated/old-lib/resource/norwegian/IrregNorAbs.gf create mode 100644 deprecated/old-lib/resource/norwegian/LangNor.gf create mode 100644 deprecated/old-lib/resource/norwegian/LexiconNor.gf create mode 100644 deprecated/old-lib/resource/norwegian/MathNor.gf create mode 100644 deprecated/old-lib/resource/norwegian/MorphoNor.gf create mode 100644 deprecated/old-lib/resource/norwegian/NounNor.gf create mode 100644 deprecated/old-lib/resource/norwegian/NumeralNor.gf create mode 100644 deprecated/old-lib/resource/norwegian/ParadigmsNor.gf create mode 100644 deprecated/old-lib/resource/norwegian/PhraseNor.gf create mode 100644 deprecated/old-lib/resource/norwegian/QuestionNor.gf create mode 100644 deprecated/old-lib/resource/norwegian/RelativeNor.gf create mode 100644 deprecated/old-lib/resource/norwegian/ResNor.gf create mode 100644 deprecated/old-lib/resource/norwegian/SentenceNor.gf create mode 100644 deprecated/old-lib/resource/norwegian/StructuralNor.gf create mode 100644 deprecated/old-lib/resource/norwegian/VerbNor.gf create mode 100644 deprecated/old-lib/resource/restest.gfs create mode 100644 deprecated/old-lib/resource/romance/AdjectiveRomance.gf create mode 100644 deprecated/old-lib/resource/romance/AdverbRomance.gf create mode 100644 deprecated/old-lib/resource/romance/CatRomance.gf create mode 100644 deprecated/old-lib/resource/romance/CommonRomance.gf create mode 100644 deprecated/old-lib/resource/romance/ConjunctionRomance.gf create mode 100644 deprecated/old-lib/resource/romance/DiffRomance.gf create mode 100644 deprecated/old-lib/resource/romance/ExtRomance.gf create mode 100644 deprecated/old-lib/resource/romance/ExtraRomance.gf create mode 100644 deprecated/old-lib/resource/romance/ExtraRomanceAbs.gf create mode 100644 deprecated/old-lib/resource/romance/NounRomance.gf create mode 100644 deprecated/old-lib/resource/romance/PhraseRomance.gf create mode 100644 deprecated/old-lib/resource/romance/QuestionRomance.gf create mode 100644 deprecated/old-lib/resource/romance/RelativeRomance.gf create mode 100644 deprecated/old-lib/resource/romance/ResRomance.gf create mode 100644 deprecated/old-lib/resource/romance/SentenceRomance.gf create mode 100644 deprecated/old-lib/resource/romance/VerbRomance.gf create mode 100644 deprecated/old-lib/resource/russian/AdjectiveRus.gf create mode 100644 deprecated/old-lib/resource/russian/AdverbRus.gf create mode 100644 deprecated/old-lib/resource/russian/AllRus.gf create mode 100644 deprecated/old-lib/resource/russian/AllRusAbs.gf create mode 100644 deprecated/old-lib/resource/russian/CatRus.gf create mode 100644 deprecated/old-lib/resource/russian/ConjunctionRus.gf create mode 100644 deprecated/old-lib/resource/russian/ExtraLexRus.gf create mode 100644 deprecated/old-lib/resource/russian/ExtraRus.gf create mode 100644 deprecated/old-lib/resource/russian/ExtraRusAbs.gf create mode 100644 deprecated/old-lib/resource/russian/GrammarRus.gf create mode 100644 deprecated/old-lib/resource/russian/IdiomRus.gf create mode 100644 deprecated/old-lib/resource/russian/IrregRus.gf create mode 100644 deprecated/old-lib/resource/russian/LangRus.gf create mode 100644 deprecated/old-lib/resource/russian/LexiconRus.gf create mode 100644 deprecated/old-lib/resource/russian/MorphoRus.gf create mode 100644 deprecated/old-lib/resource/russian/NounRus.gf create mode 100644 deprecated/old-lib/resource/russian/NumeralRus.gf create mode 100644 deprecated/old-lib/resource/russian/ParadigmsRus.gf create mode 100644 deprecated/old-lib/resource/russian/PhraseRus.gf create mode 100644 deprecated/old-lib/resource/russian/QuestionRus.gf create mode 100644 deprecated/old-lib/resource/russian/RelativeRus.gf create mode 100644 deprecated/old-lib/resource/russian/ResRus.gf create mode 100644 deprecated/old-lib/resource/russian/SentenceRus.gf create mode 100644 deprecated/old-lib/resource/russian/StructuralRus.gf create mode 100644 deprecated/old-lib/resource/russian/VerbRus.gf create mode 100644 deprecated/old-lib/resource/scandinavian/AdjectiveScand.gf create mode 100644 deprecated/old-lib/resource/scandinavian/AdverbScand.gf create mode 100644 deprecated/old-lib/resource/scandinavian/CatScand.gf create mode 100644 deprecated/old-lib/resource/scandinavian/CommonScand.gf create mode 100644 deprecated/old-lib/resource/scandinavian/ConjunctionScand.gf create mode 100644 deprecated/old-lib/resource/scandinavian/DiffScand.gf create mode 100644 deprecated/old-lib/resource/scandinavian/ExtEngAbs.gf create mode 100644 deprecated/old-lib/resource/scandinavian/ExtraScand.gf create mode 100644 deprecated/old-lib/resource/scandinavian/ExtraScandAbs.gf create mode 100644 deprecated/old-lib/resource/scandinavian/NounScand.gf create mode 100644 deprecated/old-lib/resource/scandinavian/PhraseScand.gf create mode 100644 deprecated/old-lib/resource/scandinavian/QuestionScand.gf create mode 100644 deprecated/old-lib/resource/scandinavian/RelativeScand.gf create mode 100644 deprecated/old-lib/resource/scandinavian/ResScand.gf create mode 100644 deprecated/old-lib/resource/scandinavian/SentenceScand.gf create mode 100644 deprecated/old-lib/resource/scandinavian/VerbScand.gf create mode 100644 deprecated/old-lib/resource/spanish/AdjectiveSpa.gf create mode 100644 deprecated/old-lib/resource/spanish/AdverbSpa.gf create mode 100644 deprecated/old-lib/resource/spanish/AllSpa.gf create mode 100644 deprecated/old-lib/resource/spanish/AllSpaAbs.gf create mode 100644 deprecated/old-lib/resource/spanish/BeschSpa.gf create mode 100644 deprecated/old-lib/resource/spanish/CatSpa.gf create mode 100644 deprecated/old-lib/resource/spanish/CompatibilitySpa.gf create mode 100644 deprecated/old-lib/resource/spanish/ConjunctionSpa.gf create mode 100644 deprecated/old-lib/resource/spanish/DiffSpa.gf create mode 100644 deprecated/old-lib/resource/spanish/ExtraRomanceSpa.gf create mode 100644 deprecated/old-lib/resource/spanish/ExtraSpa.gf create mode 100644 deprecated/old-lib/resource/spanish/ExtraSpaAbs.gf create mode 100644 deprecated/old-lib/resource/spanish/GrammarSpa.gf create mode 100644 deprecated/old-lib/resource/spanish/IdiomSpa.gf create mode 100644 deprecated/old-lib/resource/spanish/IrregSpa.gf create mode 100644 deprecated/old-lib/resource/spanish/IrregSpaAbs.gf create mode 100644 deprecated/old-lib/resource/spanish/LangSpa.gf create mode 100644 deprecated/old-lib/resource/spanish/LexiconSpa.gf create mode 100644 deprecated/old-lib/resource/spanish/MorphoSpa.gf create mode 100644 deprecated/old-lib/resource/spanish/NounSpa.gf create mode 100644 deprecated/old-lib/resource/spanish/NumeralSpa.gf create mode 100644 deprecated/old-lib/resource/spanish/ParadigmsSpa.gf create mode 100644 deprecated/old-lib/resource/spanish/PhonoSpa.gf create mode 100644 deprecated/old-lib/resource/spanish/PhraseSpa.gf create mode 100644 deprecated/old-lib/resource/spanish/QuestionSpa.gf create mode 100644 deprecated/old-lib/resource/spanish/RelativeSpa.gf create mode 100644 deprecated/old-lib/resource/spanish/ResSpa.gf create mode 100644 deprecated/old-lib/resource/spanish/SentenceSpa.gf create mode 100644 deprecated/old-lib/resource/spanish/StructuralSpa.gf create mode 100644 deprecated/old-lib/resource/spanish/TextSpa.gf create mode 100644 deprecated/old-lib/resource/spanish/VerbSpa.gf create mode 100644 deprecated/old-lib/resource/swedish/AdjectiveSwe.gf create mode 100644 deprecated/old-lib/resource/swedish/AdverbSwe.gf create mode 100644 deprecated/old-lib/resource/swedish/AllSwe.gf create mode 100644 deprecated/old-lib/resource/swedish/AllSweAbs.gf create mode 100644 deprecated/old-lib/resource/swedish/CatSwe.gf create mode 100644 deprecated/old-lib/resource/swedish/CompatibilitySwe.gf create mode 100644 deprecated/old-lib/resource/swedish/ConjunctionSwe.gf create mode 100644 deprecated/old-lib/resource/swedish/DiffSwe.gf create mode 100644 deprecated/old-lib/resource/swedish/ExtraScandSwe.gf create mode 100644 deprecated/old-lib/resource/swedish/ExtraSwe.gf create mode 100644 deprecated/old-lib/resource/swedish/ExtraSweAbs.gf create mode 100644 deprecated/old-lib/resource/swedish/GrammarSwe.gf create mode 100644 deprecated/old-lib/resource/swedish/IdiomSwe.gf create mode 100644 deprecated/old-lib/resource/swedish/IrregSwe.gf create mode 100644 deprecated/old-lib/resource/swedish/IrregSweAbs.gf create mode 100644 deprecated/old-lib/resource/swedish/LangSwe.gf create mode 100644 deprecated/old-lib/resource/swedish/LexiconSwe.gf create mode 100644 deprecated/old-lib/resource/swedish/MorphoSwe.gf create mode 100644 deprecated/old-lib/resource/swedish/NounSwe.gf create mode 100644 deprecated/old-lib/resource/swedish/NumeralSwe.gf create mode 100644 deprecated/old-lib/resource/swedish/ParadigmsSwe.gf create mode 100644 deprecated/old-lib/resource/swedish/PhraseSwe.gf create mode 100644 deprecated/old-lib/resource/swedish/QuestionSwe.gf create mode 100644 deprecated/old-lib/resource/swedish/RelativeSwe.gf create mode 100644 deprecated/old-lib/resource/swedish/ResSwe.gf create mode 100644 deprecated/old-lib/resource/swedish/SentenceSwe.gf create mode 100644 deprecated/old-lib/resource/swedish/StructuralSwe.gf create mode 100644 deprecated/old-lib/resource/swedish/VerbSwe.gf create mode 100644 deprecated/old-lib/resource/thai/AdjectiveTha.gf create mode 100644 deprecated/old-lib/resource/thai/AdverbTha.gf create mode 100644 deprecated/old-lib/resource/thai/AllTha.gf create mode 100644 deprecated/old-lib/resource/thai/AllThaAbs.gf create mode 100644 deprecated/old-lib/resource/thai/CatTha.gf create mode 100644 deprecated/old-lib/resource/thai/ConjunctionTha.gf create mode 100644 deprecated/old-lib/resource/thai/ExtraTha.gf create mode 100644 deprecated/old-lib/resource/thai/GrammarTha.gf create mode 100644 deprecated/old-lib/resource/thai/IdiomTha.gf create mode 100644 deprecated/old-lib/resource/thai/IrregTha.gf create mode 100644 deprecated/old-lib/resource/thai/LangTha.gf create mode 100644 deprecated/old-lib/resource/thai/LexiconTha.gf create mode 100644 deprecated/old-lib/resource/thai/MorphoTha.gf create mode 100644 deprecated/old-lib/resource/thai/NounTha.gf create mode 100644 deprecated/old-lib/resource/thai/NumeralTha.gf create mode 100644 deprecated/old-lib/resource/thai/ParadigmsTha.gf create mode 100644 deprecated/old-lib/resource/thai/PhraseTha.gf create mode 100644 deprecated/old-lib/resource/thai/QuestionTha.gf create mode 100644 deprecated/old-lib/resource/thai/RelativeTha.gf create mode 100644 deprecated/old-lib/resource/thai/ResTha.gf create mode 100644 deprecated/old-lib/resource/thai/SentenceTha.gf create mode 100644 deprecated/old-lib/resource/thai/StringsTha.gf create mode 100644 deprecated/old-lib/resource/thai/StructuralTha.gf create mode 100644 deprecated/old-lib/resource/thai/VerbTha.gf create mode 100644 deprecated/old-lib/resource/turkish/CatTur.gf create mode 100644 deprecated/old-lib/resource/turkish/GrammarTur.gf create mode 100644 deprecated/old-lib/resource/turkish/LangTur.gf create mode 100644 deprecated/old-lib/resource/turkish/LexiconTur.gf create mode 100644 deprecated/old-lib/resource/turkish/NumeralTur.gf create mode 100644 deprecated/old-lib/resource/turkish/ParadigmsTur.gf create mode 100644 deprecated/old-lib/resource/turkish/ResTur.gf create mode 100644 deprecated/old-lib/resource/turkish/StructuralTur.gf delete mode 100644 homepage.html delete mode 100644 index.txt delete mode 100644 old-lib/LICENSE delete mode 100644 old-lib/c/Makefile delete mode 100644 old-lib/c/gfcc-term.c delete mode 100644 old-lib/c/gfcc-term.h delete mode 100644 old-lib/c/gfcc-tree.c delete mode 100644 old-lib/c/gfcc-tree.h delete mode 100644 old-lib/index.html delete mode 100644 old-lib/index.txt delete mode 100644 old-lib/javascript/editor.html delete mode 100644 old-lib/javascript/editorGrammar.js delete mode 100644 old-lib/javascript/empty.png delete mode 100644 old-lib/javascript/gfjseditor.js delete mode 100644 old-lib/javascript/gflib-xhtml-voice.js delete mode 100644 old-lib/javascript/gflib.js delete mode 100644 old-lib/javascript/grammar.js delete mode 100644 old-lib/javascript/minus.png delete mode 100644 old-lib/javascript/plus.png delete mode 100644 old-lib/javascript/style.css delete mode 100644 old-lib/javascript/translator.css delete mode 100644 old-lib/javascript/translator.html delete mode 100644 old-lib/javascript/translator.js delete mode 100644 old-lib/prelude/Coordination.gf delete mode 100644 old-lib/prelude/Formal.gf delete mode 100644 old-lib/prelude/HTML.gf delete mode 100644 old-lib/prelude/Latex.gf delete mode 100644 old-lib/prelude/Precedence.gf delete mode 100644 old-lib/prelude/Predef.gf delete mode 100644 old-lib/prelude/PredefAbs.gf delete mode 100644 old-lib/prelude/PredefCnc.gf delete mode 100644 old-lib/prelude/Prelude.gf delete mode 100644 old-lib/resource/Make.hs delete mode 100644 old-lib/resource/Makefile delete mode 100644 old-lib/resource/abstract/Adjective.gf delete mode 100644 old-lib/resource/abstract/Adverb.gf delete mode 100644 old-lib/resource/abstract/Backward.gf delete mode 100644 old-lib/resource/abstract/Cat.gf delete mode 100644 old-lib/resource/abstract/Common.gf delete mode 100644 old-lib/resource/abstract/Compatibility.gf delete mode 100644 old-lib/resource/abstract/Conjunction.gf delete mode 100644 old-lib/resource/abstract/Extra.gf delete mode 100644 old-lib/resource/abstract/Grammar.gf delete mode 100644 old-lib/resource/abstract/Idiom.gf delete mode 100644 old-lib/resource/abstract/Lang.gf delete mode 100644 old-lib/resource/abstract/Lexicon.gf delete mode 100644 old-lib/resource/abstract/Noun.gf delete mode 100644 old-lib/resource/abstract/Numeral.gf delete mode 100644 old-lib/resource/abstract/Phrase.gf delete mode 100644 old-lib/resource/abstract/Question.gf delete mode 100644 old-lib/resource/abstract/Relative.gf delete mode 100644 old-lib/resource/abstract/Sentence.gf delete mode 100644 old-lib/resource/abstract/Structural.gf delete mode 100644 old-lib/resource/abstract/Text.gf delete mode 100644 old-lib/resource/abstract/Verb.gf delete mode 100644 old-lib/resource/api/Combinators.gf delete mode 100644 old-lib/resource/api/CombinatorsAra.gf delete mode 100644 old-lib/resource/api/CombinatorsBul.gf delete mode 100644 old-lib/resource/api/CombinatorsCat.gf delete mode 100644 old-lib/resource/api/CombinatorsDan.gf delete mode 100644 old-lib/resource/api/CombinatorsEng.gf delete mode 100644 old-lib/resource/api/CombinatorsFin.gf delete mode 100644 old-lib/resource/api/CombinatorsFre.gf delete mode 100644 old-lib/resource/api/CombinatorsGer.gf delete mode 100644 old-lib/resource/api/CombinatorsHin.gf delete mode 100644 old-lib/resource/api/CombinatorsIna.gf delete mode 100644 old-lib/resource/api/CombinatorsIta.gf delete mode 100644 old-lib/resource/api/CombinatorsNor.gf delete mode 100644 old-lib/resource/api/CombinatorsRus.gf delete mode 100644 old-lib/resource/api/CombinatorsSpa.gf delete mode 100644 old-lib/resource/api/CombinatorsSwe.gf delete mode 100644 old-lib/resource/api/CombinatorsTha.gf delete mode 100644 old-lib/resource/api/Constructors.gf delete mode 100644 old-lib/resource/api/ConstructorsBul.gf delete mode 100644 old-lib/resource/api/ConstructorsCat.gf delete mode 100644 old-lib/resource/api/ConstructorsDan.gf delete mode 100644 old-lib/resource/api/ConstructorsEng.gf delete mode 100644 old-lib/resource/api/ConstructorsFin.gf delete mode 100644 old-lib/resource/api/ConstructorsFre.gf delete mode 100644 old-lib/resource/api/ConstructorsGer.gf delete mode 100644 old-lib/resource/api/ConstructorsIta.gf delete mode 100644 old-lib/resource/api/ConstructorsNor.gf delete mode 100644 old-lib/resource/api/ConstructorsRus.gf delete mode 100644 old-lib/resource/api/ConstructorsSpa.gf delete mode 100644 old-lib/resource/api/ConstructorsSwe.gf delete mode 100644 old-lib/resource/api/Syntax.gf delete mode 100644 old-lib/resource/api/SyntaxBul.gf delete mode 100644 old-lib/resource/api/SyntaxCat.gf delete mode 100644 old-lib/resource/api/SyntaxDan.gf delete mode 100644 old-lib/resource/api/SyntaxEng.gf delete mode 100644 old-lib/resource/api/SyntaxFin.gf delete mode 100644 old-lib/resource/api/SyntaxFre.gf delete mode 100644 old-lib/resource/api/SyntaxGer.gf delete mode 100644 old-lib/resource/api/SyntaxIta.gf delete mode 100644 old-lib/resource/api/SyntaxNor.gf delete mode 100644 old-lib/resource/api/SyntaxRus.gf delete mode 100644 old-lib/resource/api/SyntaxSpa.gf delete mode 100644 old-lib/resource/api/SyntaxSwe.gf delete mode 100644 old-lib/resource/api/TryBul.gf delete mode 100644 old-lib/resource/api/TryCat.gf delete mode 100644 old-lib/resource/api/TryDan.gf delete mode 100644 old-lib/resource/api/TryEng.gf delete mode 100644 old-lib/resource/api/TryFin.gf delete mode 100644 old-lib/resource/api/TryFre.gf delete mode 100644 old-lib/resource/api/TryGer.gf delete mode 100644 old-lib/resource/api/TryIta.gf delete mode 100644 old-lib/resource/api/TryNor.gf delete mode 100644 old-lib/resource/api/TryRus.gf delete mode 100644 old-lib/resource/api/TrySpa.gf delete mode 100644 old-lib/resource/api/TrySwe.gf delete mode 100644 old-lib/resource/arabic/AdjectiveAra.gf delete mode 100644 old-lib/resource/arabic/AdverbAra.gf delete mode 100644 old-lib/resource/arabic/AllAra.gf delete mode 100644 old-lib/resource/arabic/AllAraAbs.gf delete mode 100644 old-lib/resource/arabic/CatAra.gf delete mode 100644 old-lib/resource/arabic/ConjunctionAra.gf delete mode 100644 old-lib/resource/arabic/ExtAra.gf delete mode 100644 old-lib/resource/arabic/GrammarAra.gf delete mode 100644 old-lib/resource/arabic/IdiomAra.gf delete mode 100644 old-lib/resource/arabic/IrregAra.gf delete mode 100644 old-lib/resource/arabic/LangAra.gf delete mode 100644 old-lib/resource/arabic/LexiconAra.gf delete mode 100644 old-lib/resource/arabic/MorphoAra.gf delete mode 100644 old-lib/resource/arabic/NounAra.gf delete mode 100644 old-lib/resource/arabic/NumeralAra.gf delete mode 100644 old-lib/resource/arabic/OrthoAra.gf delete mode 100644 old-lib/resource/arabic/ParadigmsAra.gf delete mode 100644 old-lib/resource/arabic/PatternsAra.gf delete mode 100644 old-lib/resource/arabic/PhraseAra.gf delete mode 100644 old-lib/resource/arabic/QuestionAra.gf delete mode 100644 old-lib/resource/arabic/RelativeAra.gf delete mode 100644 old-lib/resource/arabic/ResAra.gf delete mode 100644 old-lib/resource/arabic/SentenceAra.gf delete mode 100644 old-lib/resource/arabic/StructuralAra.gf delete mode 100644 old-lib/resource/arabic/VerbAra.gf delete mode 100644 old-lib/resource/bulgarian/AdjectiveBul.gf delete mode 100644 old-lib/resource/bulgarian/AdverbBul.gf delete mode 100644 old-lib/resource/bulgarian/AllBul.gf delete mode 100644 old-lib/resource/bulgarian/AllBulAbs.gf delete mode 100644 old-lib/resource/bulgarian/CatBul.gf delete mode 100644 old-lib/resource/bulgarian/ConjunctionBul.gf delete mode 100644 old-lib/resource/bulgarian/ExtraBul.gf delete mode 100644 old-lib/resource/bulgarian/ExtraBulAbs.gf delete mode 100644 old-lib/resource/bulgarian/GrammarBul.gf delete mode 100644 old-lib/resource/bulgarian/IdiomBul.gf delete mode 100644 old-lib/resource/bulgarian/LangBul.gf delete mode 100644 old-lib/resource/bulgarian/LexiconBul.gf delete mode 100644 old-lib/resource/bulgarian/MorphoBul.gf delete mode 100644 old-lib/resource/bulgarian/MorphoFunsBul.gf delete mode 100644 old-lib/resource/bulgarian/NounBul.gf delete mode 100644 old-lib/resource/bulgarian/NumeralBul.gf delete mode 100644 old-lib/resource/bulgarian/ParadigmsBul.gf delete mode 100644 old-lib/resource/bulgarian/PhraseBul.gf delete mode 100644 old-lib/resource/bulgarian/QuestionBul.gf delete mode 100644 old-lib/resource/bulgarian/RelativeBul.gf delete mode 100644 old-lib/resource/bulgarian/ResBul.gf delete mode 100644 old-lib/resource/bulgarian/SentenceBul.gf delete mode 100644 old-lib/resource/bulgarian/StructuralBul.gf delete mode 100644 old-lib/resource/bulgarian/TextBul.gf delete mode 100644 old-lib/resource/bulgarian/VerbBul.gf delete mode 100644 old-lib/resource/catalan/AdjectiveCat.gf delete mode 100644 old-lib/resource/catalan/AdverbCat.gf delete mode 100644 old-lib/resource/catalan/AllCat.gf delete mode 100644 old-lib/resource/catalan/AllCatAbs.gf delete mode 100644 old-lib/resource/catalan/BeschCat.gf delete mode 100644 old-lib/resource/catalan/CatCat.gf delete mode 100644 old-lib/resource/catalan/CompatibilityCat.gf delete mode 100644 old-lib/resource/catalan/ConjunctionCat.gf delete mode 100644 old-lib/resource/catalan/DiffCat.gf delete mode 100644 old-lib/resource/catalan/ExtraCat.gf delete mode 100644 old-lib/resource/catalan/ExtraCatAbs.gf delete mode 100644 old-lib/resource/catalan/ExtraRomanceCat.gf delete mode 100644 old-lib/resource/catalan/GrammarCat.gf delete mode 100644 old-lib/resource/catalan/IdiomCat.gf delete mode 100644 old-lib/resource/catalan/IrregCat.gf delete mode 100644 old-lib/resource/catalan/IrregCatAbs.gf delete mode 100644 old-lib/resource/catalan/LangCat.gf delete mode 100644 old-lib/resource/catalan/LexiconCat.gf delete mode 100644 old-lib/resource/catalan/MorphoCat.gf delete mode 100644 old-lib/resource/catalan/NounCat.gf delete mode 100644 old-lib/resource/catalan/NumeralCat.gf delete mode 100644 old-lib/resource/catalan/ParadigmsCat.gf delete mode 100644 old-lib/resource/catalan/PhonoCat.gf delete mode 100644 old-lib/resource/catalan/PhraseCat.gf delete mode 100644 old-lib/resource/catalan/QuestionCat.gf delete mode 100644 old-lib/resource/catalan/RelativeCat.gf delete mode 100644 old-lib/resource/catalan/ResCat.gf delete mode 100644 old-lib/resource/catalan/SentenceCat.gf delete mode 100644 old-lib/resource/catalan/StructuralCat.gf delete mode 100644 old-lib/resource/catalan/VerbCat.gf delete mode 100644 old-lib/resource/common/CommonX.gf delete mode 100644 old-lib/resource/common/ConstructX.gf delete mode 100644 old-lib/resource/common/ParamX.gf delete mode 100644 old-lib/resource/common/TenseX.gf delete mode 100644 old-lib/resource/common/TextX.gf delete mode 100644 old-lib/resource/danish/AdjectiveDan.gf delete mode 100644 old-lib/resource/danish/AdverbDan.gf delete mode 100644 old-lib/resource/danish/AllDan.gf delete mode 100644 old-lib/resource/danish/AllDanAbs.gf delete mode 100644 old-lib/resource/danish/CatDan.gf delete mode 100644 old-lib/resource/danish/ConjunctionDan.gf delete mode 100644 old-lib/resource/danish/DiffDan.gf delete mode 100644 old-lib/resource/danish/ExtraDan.gf delete mode 100644 old-lib/resource/danish/ExtraDanAbs.gf delete mode 100644 old-lib/resource/danish/ExtraScandDan.gf delete mode 100644 old-lib/resource/danish/GrammarDan.gf delete mode 100644 old-lib/resource/danish/IdiomDan.gf delete mode 100644 old-lib/resource/danish/IrregDan.gf delete mode 100644 old-lib/resource/danish/IrregDanAbs.gf delete mode 100644 old-lib/resource/danish/LangDan.gf delete mode 100644 old-lib/resource/danish/LexiconDan.gf delete mode 100644 old-lib/resource/danish/MathDan.gf delete mode 100644 old-lib/resource/danish/MorphoDan.gf delete mode 100644 old-lib/resource/danish/NounDan.gf delete mode 100644 old-lib/resource/danish/NumeralDan.gf delete mode 100644 old-lib/resource/danish/ParadigmsDan.gf delete mode 100644 old-lib/resource/danish/PhraseDan.gf delete mode 100644 old-lib/resource/danish/QuestionDan.gf delete mode 100644 old-lib/resource/danish/RelativeDan.gf delete mode 100644 old-lib/resource/danish/ResDan.gf delete mode 100644 old-lib/resource/danish/SentenceDan.gf delete mode 100644 old-lib/resource/danish/StructuralDan.gf delete mode 100644 old-lib/resource/danish/VerbDan.gf delete mode 100644 old-lib/resource/demo/Clause.gf delete mode 100644 old-lib/resource/demo/ClauseBul.gf delete mode 100644 old-lib/resource/demo/ClauseCat.gf delete mode 100644 old-lib/resource/demo/ClauseDan.gf delete mode 100644 old-lib/resource/demo/ClauseEng.gf delete mode 100644 old-lib/resource/demo/ClauseFin.gf delete mode 100644 old-lib/resource/demo/ClauseFre.gf delete mode 100644 old-lib/resource/demo/ClauseGer.gf delete mode 100644 old-lib/resource/demo/ClauseI.gf delete mode 100644 old-lib/resource/demo/ClauseIta.gf delete mode 100644 old-lib/resource/demo/ClauseNor.gf delete mode 100644 old-lib/resource/demo/ClauseRus.gf delete mode 100644 old-lib/resource/demo/ClauseSpa.gf delete mode 100644 old-lib/resource/demo/ClauseSwe.gf delete mode 100644 old-lib/resource/demo/Demo.gf delete mode 100644 old-lib/resource/demo/DemoBul.gf delete mode 100644 old-lib/resource/demo/DemoCat.gf delete mode 100644 old-lib/resource/demo/DemoDan.gf delete mode 100644 old-lib/resource/demo/DemoEng.gf delete mode 100644 old-lib/resource/demo/DemoFin.gf delete mode 100644 old-lib/resource/demo/DemoFre.gf delete mode 100644 old-lib/resource/demo/DemoGer.gf delete mode 100644 old-lib/resource/demo/DemoIta.gf delete mode 100644 old-lib/resource/demo/DemoNor.gf delete mode 100644 old-lib/resource/demo/DemoRus.gf delete mode 100644 old-lib/resource/demo/DemoSpa.gf delete mode 100644 old-lib/resource/demo/DemoSwe.gf delete mode 100644 old-lib/resource/deva delete mode 100644 old-lib/resource/doc/MkSynopsis.hs delete mode 100644 old-lib/resource/doc/categories-imagemap.html delete mode 100644 old-lib/resource/doc/categories-intro.txt delete mode 100644 old-lib/resource/doc/categories.dot delete mode 100644 old-lib/resource/doc/categories.png delete mode 100644 old-lib/resource/doc/resdemo.html delete mode 100644 old-lib/resource/doc/synopsis-browse.txt delete mode 100644 old-lib/resource/doc/synopsis-example.txt delete mode 100644 old-lib/resource/doc/synopsis-intro.txt delete mode 100644 old-lib/resource/doc/synopsis.html delete mode 100644 old-lib/resource/doc/synopsis.txt delete mode 100644 old-lib/resource/english/AdjectiveEng.gf delete mode 100644 old-lib/resource/english/AdverbEng.gf delete mode 100644 old-lib/resource/english/AllEng.gf delete mode 100644 old-lib/resource/english/AllEngAbs.gf delete mode 100644 old-lib/resource/english/BackwardEng.gf delete mode 100644 old-lib/resource/english/CatEng.gf delete mode 100644 old-lib/resource/english/CompatibilityEng.gf delete mode 100644 old-lib/resource/english/ConjunctionEng.gf delete mode 100644 old-lib/resource/english/ExtraEng.gf delete mode 100644 old-lib/resource/english/ExtraEngAbs.gf delete mode 100644 old-lib/resource/english/GrammarEng.gf delete mode 100644 old-lib/resource/english/IdiomEng.gf delete mode 100644 old-lib/resource/english/IrregEng.gf delete mode 100644 old-lib/resource/english/IrregEngAbs.gf delete mode 100644 old-lib/resource/english/LangEng.gf delete mode 100644 old-lib/resource/english/LexiconEng.gf delete mode 100644 old-lib/resource/english/MorphoEng.gf delete mode 100644 old-lib/resource/english/NounEng.gf delete mode 100644 old-lib/resource/english/NumeralEng.gf delete mode 100644 old-lib/resource/english/ParadigmsEng.gf delete mode 100644 old-lib/resource/english/PhraseEng.gf delete mode 100644 old-lib/resource/english/QuestionEng.gf delete mode 100644 old-lib/resource/english/RelativeEng.gf delete mode 100644 old-lib/resource/english/ResEng.gf delete mode 100644 old-lib/resource/english/SentenceEng.gf delete mode 100644 old-lib/resource/english/StructuralEng.gf delete mode 100644 old-lib/resource/english/VerbEng.gf delete mode 100644 old-lib/resource/exx-resource.gft delete mode 100644 old-lib/resource/finnish/AdjectiveFin.gf delete mode 100644 old-lib/resource/finnish/AdverbFin.gf delete mode 100644 old-lib/resource/finnish/AllFin.gf delete mode 100644 old-lib/resource/finnish/AllFinAbs.gf delete mode 100644 old-lib/resource/finnish/CatFin.gf delete mode 100644 old-lib/resource/finnish/CompatibilityFin.gf delete mode 100644 old-lib/resource/finnish/ConjunctionFin.gf delete mode 100644 old-lib/resource/finnish/ExtraFin.gf delete mode 100644 old-lib/resource/finnish/ExtraFinAbs.gf delete mode 100644 old-lib/resource/finnish/GrammarFin.gf delete mode 100644 old-lib/resource/finnish/IdiomFin.gf delete mode 100644 old-lib/resource/finnish/LangFin.gf delete mode 100644 old-lib/resource/finnish/LexiconFin.gf delete mode 100644 old-lib/resource/finnish/MorphoFin.gf delete mode 100644 old-lib/resource/finnish/NounFin.gf delete mode 100644 old-lib/resource/finnish/NumeralFin.gf delete mode 100644 old-lib/resource/finnish/ParadigmsFin.gf delete mode 100644 old-lib/resource/finnish/PhraseFin.gf delete mode 100644 old-lib/resource/finnish/QuestionFin.gf delete mode 100644 old-lib/resource/finnish/RelativeFin.gf delete mode 100644 old-lib/resource/finnish/ResFin.gf delete mode 100644 old-lib/resource/finnish/SentenceFin.gf delete mode 100644 old-lib/resource/finnish/StructuralFin.gf delete mode 100644 old-lib/resource/finnish/VerbFin.gf delete mode 100644 old-lib/resource/french/AdjectiveFre.gf delete mode 100644 old-lib/resource/french/AdverbFre.gf delete mode 100644 old-lib/resource/french/AllFre.gf delete mode 100644 old-lib/resource/french/AllFreAbs.gf delete mode 100644 old-lib/resource/french/BeschFre.gf delete mode 100644 old-lib/resource/french/CatFre.gf delete mode 100644 old-lib/resource/french/CompatibilityFre.gf delete mode 100644 old-lib/resource/french/ConjunctionFre.gf delete mode 100644 old-lib/resource/french/DiffFre.gf delete mode 100644 old-lib/resource/french/ExtraFre.gf delete mode 100644 old-lib/resource/french/ExtraFreAbs.gf delete mode 100644 old-lib/resource/french/ExtraRomanceFre.gf delete mode 100644 old-lib/resource/french/GrammarFre.gf delete mode 100644 old-lib/resource/french/IdiomFre.gf delete mode 100644 old-lib/resource/french/IrregFre.gf delete mode 100644 old-lib/resource/french/IrregFreAbs.gf delete mode 100644 old-lib/resource/french/LangFre.gf delete mode 100644 old-lib/resource/french/LexiconFre.gf delete mode 100644 old-lib/resource/french/MorphoFre.gf delete mode 100644 old-lib/resource/french/NounFre.gf delete mode 100644 old-lib/resource/french/NumeralFre.gf delete mode 100644 old-lib/resource/french/ParadigmsFre.gf delete mode 100644 old-lib/resource/french/PhonoFre.gf delete mode 100644 old-lib/resource/french/PhraseFre.gf delete mode 100644 old-lib/resource/french/QuestionFre.gf delete mode 100644 old-lib/resource/french/RelativeFre.gf delete mode 100644 old-lib/resource/french/ResFre.gf delete mode 100644 old-lib/resource/french/SentenceFre.gf delete mode 100644 old-lib/resource/french/StructuralFre.gf delete mode 100644 old-lib/resource/french/VerbFre.gf delete mode 100644 old-lib/resource/german/AdjectiveGer.gf delete mode 100644 old-lib/resource/german/AdverbGer.gf delete mode 100644 old-lib/resource/german/AllGer.gf delete mode 100644 old-lib/resource/german/AllGerAbs.gf delete mode 100644 old-lib/resource/german/CatGer.gf delete mode 100644 old-lib/resource/german/ConjunctionGer.gf delete mode 100644 old-lib/resource/german/ExtGer.gf delete mode 100644 old-lib/resource/german/ExtraGer.gf delete mode 100644 old-lib/resource/german/ExtraGerAbs.gf delete mode 100644 old-lib/resource/german/GrammarGer.gf delete mode 100644 old-lib/resource/german/IdiomGer.gf delete mode 100644 old-lib/resource/german/IrregGer.gf delete mode 100644 old-lib/resource/german/IrregGerAbs.gf delete mode 100644 old-lib/resource/german/LangGer.gf delete mode 100644 old-lib/resource/german/LexiconGer.gf delete mode 100644 old-lib/resource/german/MorphoGer.gf delete mode 100644 old-lib/resource/german/NounGer.gf delete mode 100644 old-lib/resource/german/NumeralGer.gf delete mode 100644 old-lib/resource/german/ParadigmsGer.gf delete mode 100644 old-lib/resource/german/PhraseGer.gf delete mode 100644 old-lib/resource/german/QuestionGer.gf delete mode 100644 old-lib/resource/german/RelativeGer.gf delete mode 100644 old-lib/resource/german/ResGer.gf delete mode 100644 old-lib/resource/german/SentenceGer.gf delete mode 100644 old-lib/resource/german/StructuralGer.gf delete mode 100644 old-lib/resource/german/VerbGer.gf delete mode 100644 old-lib/resource/gold-exx-resource.gftb delete mode 100644 old-lib/resource/hdeva.hs delete mode 100644 old-lib/resource/hindi/AdjectiveHin.gf delete mode 100644 old-lib/resource/hindi/AdverbHin.gf delete mode 100644 old-lib/resource/hindi/AllHin.gf delete mode 100644 old-lib/resource/hindi/AllHinAbs.gf delete mode 100644 old-lib/resource/hindi/BackwardHin.gf delete mode 100644 old-lib/resource/hindi/CatHin.gf delete mode 100644 old-lib/resource/hindi/ConjunctionHin.gf delete mode 100644 old-lib/resource/hindi/Deva.hs delete mode 100644 old-lib/resource/hindi/GrammarHin.gf delete mode 100644 old-lib/resource/hindi/IdiomHin.gf delete mode 100644 old-lib/resource/hindi/IrregHin.gf delete mode 100644 old-lib/resource/hindi/LangHin.gf delete mode 100644 old-lib/resource/hindi/LexiconHin.gf delete mode 100644 old-lib/resource/hindi/MorphoHin.gf delete mode 100644 old-lib/resource/hindi/NounHin.gf delete mode 100644 old-lib/resource/hindi/NumeralHin.gf delete mode 100644 old-lib/resource/hindi/ParadigmsHin.gf delete mode 100644 old-lib/resource/hindi/PhraseHin.gf delete mode 100644 old-lib/resource/hindi/QuestionHin.gf delete mode 100644 old-lib/resource/hindi/RelativeHin.gf delete mode 100644 old-lib/resource/hindi/ResHin.gf delete mode 100644 old-lib/resource/hindi/SentenceHin.gf delete mode 100644 old-lib/resource/hindi/StructuralHin.gf delete mode 100644 old-lib/resource/hindi/VerbHin.gf delete mode 100644 old-lib/resource/hindi/utf8/MkLex.hs delete mode 100644 old-lib/resource/hindi/utf8/ParadigmsHin.gf delete mode 100644 old-lib/resource/interlingua/AdjectiveIna.gf delete mode 100644 old-lib/resource/interlingua/AdverbIna.gf delete mode 100644 old-lib/resource/interlingua/AllIna.gf delete mode 100644 old-lib/resource/interlingua/AllInaAbs.gf delete mode 100644 old-lib/resource/interlingua/CatIna.gf delete mode 100644 old-lib/resource/interlingua/ConjunctionIna.gf delete mode 100644 old-lib/resource/interlingua/ExtraIna.gf delete mode 100644 old-lib/resource/interlingua/GrammarIna.gf delete mode 100644 old-lib/resource/interlingua/IdiomIna.gf delete mode 100644 old-lib/resource/interlingua/IrregIna.gf delete mode 100644 old-lib/resource/interlingua/IrregInaAbs.gf delete mode 100644 old-lib/resource/interlingua/LangIna.gf delete mode 100644 old-lib/resource/interlingua/LexiconIna.gf delete mode 100644 old-lib/resource/interlingua/MorphoIna.gf delete mode 100644 old-lib/resource/interlingua/NounIna.gf delete mode 100644 old-lib/resource/interlingua/NumeralIna.gf delete mode 100644 old-lib/resource/interlingua/ParadigmsIna.gf delete mode 100644 old-lib/resource/interlingua/PhraseIna.gf delete mode 100644 old-lib/resource/interlingua/QuestionIna.gf delete mode 100644 old-lib/resource/interlingua/RelativeIna.gf delete mode 100644 old-lib/resource/interlingua/ResIna.gf delete mode 100644 old-lib/resource/interlingua/ResIna2.gf delete mode 100644 old-lib/resource/interlingua/SentenceIna.gf delete mode 100644 old-lib/resource/interlingua/StructuralIna.gf delete mode 100644 old-lib/resource/interlingua/VerbIna.gf delete mode 100644 old-lib/resource/italian/AdjectiveIta.gf delete mode 100644 old-lib/resource/italian/AdverbIta.gf delete mode 100644 old-lib/resource/italian/AllIta.gf delete mode 100644 old-lib/resource/italian/AllItaAbs.gf delete mode 100644 old-lib/resource/italian/BeschIta.gf delete mode 100644 old-lib/resource/italian/CatIta.gf delete mode 100644 old-lib/resource/italian/CompatibilityIta.gf delete mode 100644 old-lib/resource/italian/ConjunctionIta.gf delete mode 100644 old-lib/resource/italian/DiffIta.gf delete mode 100644 old-lib/resource/italian/ExtraIta.gf delete mode 100644 old-lib/resource/italian/ExtraItaAbs.gf delete mode 100644 old-lib/resource/italian/ExtraRomanceIta.gf delete mode 100644 old-lib/resource/italian/GrammarIta.gf delete mode 100644 old-lib/resource/italian/IdiomIta.gf delete mode 100644 old-lib/resource/italian/LangIta.gf delete mode 100644 old-lib/resource/italian/LexiconIta.gf delete mode 100644 old-lib/resource/italian/MorphoIta.gf delete mode 100644 old-lib/resource/italian/NounIta.gf delete mode 100644 old-lib/resource/italian/NumeralIta.gf delete mode 100644 old-lib/resource/italian/ParadigmsIta.gf delete mode 100644 old-lib/resource/italian/PhonoIta.gf delete mode 100644 old-lib/resource/italian/PhraseIta.gf delete mode 100644 old-lib/resource/italian/QuestionIta.gf delete mode 100644 old-lib/resource/italian/RelativeIta.gf delete mode 100644 old-lib/resource/italian/ResIta.gf delete mode 100644 old-lib/resource/italian/SentenceIta.gf delete mode 100644 old-lib/resource/italian/StructuralIta.gf delete mode 100644 old-lib/resource/italian/VerbIta.gf delete mode 100644 old-lib/resource/mathematical/Mathematical.gf delete mode 100644 old-lib/resource/mathematical/MathematicalCat.gf delete mode 100644 old-lib/resource/mathematical/MathematicalDan.gf delete mode 100644 old-lib/resource/mathematical/MathematicalEng.gf delete mode 100644 old-lib/resource/mathematical/MathematicalFin.gf delete mode 100644 old-lib/resource/mathematical/MathematicalFre.gf delete mode 100644 old-lib/resource/mathematical/MathematicalGer.gf delete mode 100644 old-lib/resource/mathematical/MathematicalIta.gf delete mode 100644 old-lib/resource/mathematical/MathematicalNor.gf delete mode 100644 old-lib/resource/mathematical/MathematicalSpa.gf delete mode 100644 old-lib/resource/mathematical/MathematicalSwe.gf delete mode 100644 old-lib/resource/mathematical/Predication.gf delete mode 100644 old-lib/resource/mathematical/PredicationCat.gf delete mode 100644 old-lib/resource/mathematical/PredicationDan.gf delete mode 100644 old-lib/resource/mathematical/PredicationEng.gf delete mode 100644 old-lib/resource/mathematical/PredicationFin.gf delete mode 100644 old-lib/resource/mathematical/PredicationFre.gf delete mode 100644 old-lib/resource/mathematical/PredicationGer.gf delete mode 100644 old-lib/resource/mathematical/PredicationI.gf delete mode 100644 old-lib/resource/mathematical/PredicationIta.gf delete mode 100644 old-lib/resource/mathematical/PredicationNor.gf delete mode 100644 old-lib/resource/mathematical/PredicationSpa.gf delete mode 100644 old-lib/resource/mathematical/PredicationSwe.gf delete mode 100644 old-lib/resource/mathematical/Symbol.gf delete mode 100644 old-lib/resource/mathematical/SymbolCat.gf delete mode 100644 old-lib/resource/mathematical/SymbolDan.gf delete mode 100644 old-lib/resource/mathematical/SymbolEng.gf delete mode 100644 old-lib/resource/mathematical/SymbolFin.gf delete mode 100644 old-lib/resource/mathematical/SymbolFre.gf delete mode 100644 old-lib/resource/mathematical/SymbolGer.gf delete mode 100644 old-lib/resource/mathematical/SymbolIta.gf delete mode 100644 old-lib/resource/mathematical/SymbolNor.gf delete mode 100644 old-lib/resource/mathematical/SymbolRomance.gf delete mode 100644 old-lib/resource/mathematical/SymbolScand.gf delete mode 100644 old-lib/resource/mathematical/SymbolSpa.gf delete mode 100644 old-lib/resource/mathematical/SymbolSwe.gf delete mode 100644 old-lib/resource/mathematical/Symbolic.gf delete mode 100644 old-lib/resource/mathematical/SymbolicCat.gf delete mode 100644 old-lib/resource/mathematical/SymbolicDan.gf delete mode 100644 old-lib/resource/mathematical/SymbolicEng.gf delete mode 100644 old-lib/resource/mathematical/SymbolicFin.gf delete mode 100644 old-lib/resource/mathematical/SymbolicFre.gf delete mode 100644 old-lib/resource/mathematical/SymbolicGer.gf delete mode 100644 old-lib/resource/mathematical/SymbolicIta.gf delete mode 100644 old-lib/resource/mathematical/SymbolicNor.gf delete mode 100644 old-lib/resource/mathematical/SymbolicSpa.gf delete mode 100644 old-lib/resource/mathematical/SymbolicSwe.gf delete mode 100644 old-lib/resource/mkPresent delete mode 100644 old-lib/resource/norwegian/AdjectiveNor.gf delete mode 100644 old-lib/resource/norwegian/AdverbNor.gf delete mode 100644 old-lib/resource/norwegian/AllNor.gf delete mode 100644 old-lib/resource/norwegian/AllNorAbs.gf delete mode 100644 old-lib/resource/norwegian/CatNor.gf delete mode 100644 old-lib/resource/norwegian/ConjunctionNor.gf delete mode 100644 old-lib/resource/norwegian/DiffNor.gf delete mode 100644 old-lib/resource/norwegian/ExtraNor.gf delete mode 100644 old-lib/resource/norwegian/ExtraNorAbs.gf delete mode 100644 old-lib/resource/norwegian/ExtraScandNor.gf delete mode 100644 old-lib/resource/norwegian/GrammarNor.gf delete mode 100644 old-lib/resource/norwegian/IdiomNor.gf delete mode 100644 old-lib/resource/norwegian/IrregNor.gf delete mode 100644 old-lib/resource/norwegian/IrregNorAbs.gf delete mode 100644 old-lib/resource/norwegian/LangNor.gf delete mode 100644 old-lib/resource/norwegian/LexiconNor.gf delete mode 100644 old-lib/resource/norwegian/MathNor.gf delete mode 100644 old-lib/resource/norwegian/MorphoNor.gf delete mode 100644 old-lib/resource/norwegian/NounNor.gf delete mode 100644 old-lib/resource/norwegian/NumeralNor.gf delete mode 100644 old-lib/resource/norwegian/ParadigmsNor.gf delete mode 100644 old-lib/resource/norwegian/PhraseNor.gf delete mode 100644 old-lib/resource/norwegian/QuestionNor.gf delete mode 100644 old-lib/resource/norwegian/RelativeNor.gf delete mode 100644 old-lib/resource/norwegian/ResNor.gf delete mode 100644 old-lib/resource/norwegian/SentenceNor.gf delete mode 100644 old-lib/resource/norwegian/StructuralNor.gf delete mode 100644 old-lib/resource/norwegian/VerbNor.gf delete mode 100644 old-lib/resource/restest.gfs delete mode 100644 old-lib/resource/romance/AdjectiveRomance.gf delete mode 100644 old-lib/resource/romance/AdverbRomance.gf delete mode 100644 old-lib/resource/romance/CatRomance.gf delete mode 100644 old-lib/resource/romance/CommonRomance.gf delete mode 100644 old-lib/resource/romance/ConjunctionRomance.gf delete mode 100644 old-lib/resource/romance/DiffRomance.gf delete mode 100644 old-lib/resource/romance/ExtRomance.gf delete mode 100644 old-lib/resource/romance/ExtraRomance.gf delete mode 100644 old-lib/resource/romance/ExtraRomanceAbs.gf delete mode 100644 old-lib/resource/romance/NounRomance.gf delete mode 100644 old-lib/resource/romance/PhraseRomance.gf delete mode 100644 old-lib/resource/romance/QuestionRomance.gf delete mode 100644 old-lib/resource/romance/RelativeRomance.gf delete mode 100644 old-lib/resource/romance/ResRomance.gf delete mode 100644 old-lib/resource/romance/SentenceRomance.gf delete mode 100644 old-lib/resource/romance/VerbRomance.gf delete mode 100644 old-lib/resource/russian/AdjectiveRus.gf delete mode 100644 old-lib/resource/russian/AdverbRus.gf delete mode 100644 old-lib/resource/russian/AllRus.gf delete mode 100644 old-lib/resource/russian/AllRusAbs.gf delete mode 100644 old-lib/resource/russian/CatRus.gf delete mode 100644 old-lib/resource/russian/ConjunctionRus.gf delete mode 100644 old-lib/resource/russian/ExtraLexRus.gf delete mode 100644 old-lib/resource/russian/ExtraRus.gf delete mode 100644 old-lib/resource/russian/ExtraRusAbs.gf delete mode 100644 old-lib/resource/russian/GrammarRus.gf delete mode 100644 old-lib/resource/russian/IdiomRus.gf delete mode 100644 old-lib/resource/russian/IrregRus.gf delete mode 100644 old-lib/resource/russian/LangRus.gf delete mode 100644 old-lib/resource/russian/LexiconRus.gf delete mode 100644 old-lib/resource/russian/MorphoRus.gf delete mode 100644 old-lib/resource/russian/NounRus.gf delete mode 100644 old-lib/resource/russian/NumeralRus.gf delete mode 100644 old-lib/resource/russian/ParadigmsRus.gf delete mode 100644 old-lib/resource/russian/PhraseRus.gf delete mode 100644 old-lib/resource/russian/QuestionRus.gf delete mode 100644 old-lib/resource/russian/RelativeRus.gf delete mode 100644 old-lib/resource/russian/ResRus.gf delete mode 100644 old-lib/resource/russian/SentenceRus.gf delete mode 100644 old-lib/resource/russian/StructuralRus.gf delete mode 100644 old-lib/resource/russian/VerbRus.gf delete mode 100644 old-lib/resource/scandinavian/AdjectiveScand.gf delete mode 100644 old-lib/resource/scandinavian/AdverbScand.gf delete mode 100644 old-lib/resource/scandinavian/CatScand.gf delete mode 100644 old-lib/resource/scandinavian/CommonScand.gf delete mode 100644 old-lib/resource/scandinavian/ConjunctionScand.gf delete mode 100644 old-lib/resource/scandinavian/DiffScand.gf delete mode 100644 old-lib/resource/scandinavian/ExtEngAbs.gf delete mode 100644 old-lib/resource/scandinavian/ExtraScand.gf delete mode 100644 old-lib/resource/scandinavian/ExtraScandAbs.gf delete mode 100644 old-lib/resource/scandinavian/NounScand.gf delete mode 100644 old-lib/resource/scandinavian/PhraseScand.gf delete mode 100644 old-lib/resource/scandinavian/QuestionScand.gf delete mode 100644 old-lib/resource/scandinavian/RelativeScand.gf delete mode 100644 old-lib/resource/scandinavian/ResScand.gf delete mode 100644 old-lib/resource/scandinavian/SentenceScand.gf delete mode 100644 old-lib/resource/scandinavian/VerbScand.gf delete mode 100644 old-lib/resource/spanish/AdjectiveSpa.gf delete mode 100644 old-lib/resource/spanish/AdverbSpa.gf delete mode 100644 old-lib/resource/spanish/AllSpa.gf delete mode 100644 old-lib/resource/spanish/AllSpaAbs.gf delete mode 100644 old-lib/resource/spanish/BeschSpa.gf delete mode 100644 old-lib/resource/spanish/CatSpa.gf delete mode 100644 old-lib/resource/spanish/CompatibilitySpa.gf delete mode 100644 old-lib/resource/spanish/ConjunctionSpa.gf delete mode 100644 old-lib/resource/spanish/DiffSpa.gf delete mode 100644 old-lib/resource/spanish/ExtraRomanceSpa.gf delete mode 100644 old-lib/resource/spanish/ExtraSpa.gf delete mode 100644 old-lib/resource/spanish/ExtraSpaAbs.gf delete mode 100644 old-lib/resource/spanish/GrammarSpa.gf delete mode 100644 old-lib/resource/spanish/IdiomSpa.gf delete mode 100644 old-lib/resource/spanish/IrregSpa.gf delete mode 100644 old-lib/resource/spanish/IrregSpaAbs.gf delete mode 100644 old-lib/resource/spanish/LangSpa.gf delete mode 100644 old-lib/resource/spanish/LexiconSpa.gf delete mode 100644 old-lib/resource/spanish/MorphoSpa.gf delete mode 100644 old-lib/resource/spanish/NounSpa.gf delete mode 100644 old-lib/resource/spanish/NumeralSpa.gf delete mode 100644 old-lib/resource/spanish/ParadigmsSpa.gf delete mode 100644 old-lib/resource/spanish/PhonoSpa.gf delete mode 100644 old-lib/resource/spanish/PhraseSpa.gf delete mode 100644 old-lib/resource/spanish/QuestionSpa.gf delete mode 100644 old-lib/resource/spanish/RelativeSpa.gf delete mode 100644 old-lib/resource/spanish/ResSpa.gf delete mode 100644 old-lib/resource/spanish/SentenceSpa.gf delete mode 100644 old-lib/resource/spanish/StructuralSpa.gf delete mode 100644 old-lib/resource/spanish/TextSpa.gf delete mode 100644 old-lib/resource/spanish/VerbSpa.gf delete mode 100644 old-lib/resource/swedish/AdjectiveSwe.gf delete mode 100644 old-lib/resource/swedish/AdverbSwe.gf delete mode 100644 old-lib/resource/swedish/AllSwe.gf delete mode 100644 old-lib/resource/swedish/AllSweAbs.gf delete mode 100644 old-lib/resource/swedish/CatSwe.gf delete mode 100644 old-lib/resource/swedish/CompatibilitySwe.gf delete mode 100644 old-lib/resource/swedish/ConjunctionSwe.gf delete mode 100644 old-lib/resource/swedish/DiffSwe.gf delete mode 100644 old-lib/resource/swedish/ExtraScandSwe.gf delete mode 100644 old-lib/resource/swedish/ExtraSwe.gf delete mode 100644 old-lib/resource/swedish/ExtraSweAbs.gf delete mode 100644 old-lib/resource/swedish/GrammarSwe.gf delete mode 100644 old-lib/resource/swedish/IdiomSwe.gf delete mode 100644 old-lib/resource/swedish/IrregSwe.gf delete mode 100644 old-lib/resource/swedish/IrregSweAbs.gf delete mode 100644 old-lib/resource/swedish/LangSwe.gf delete mode 100644 old-lib/resource/swedish/LexiconSwe.gf delete mode 100644 old-lib/resource/swedish/MorphoSwe.gf delete mode 100644 old-lib/resource/swedish/NounSwe.gf delete mode 100644 old-lib/resource/swedish/NumeralSwe.gf delete mode 100644 old-lib/resource/swedish/ParadigmsSwe.gf delete mode 100644 old-lib/resource/swedish/PhraseSwe.gf delete mode 100644 old-lib/resource/swedish/QuestionSwe.gf delete mode 100644 old-lib/resource/swedish/RelativeSwe.gf delete mode 100644 old-lib/resource/swedish/ResSwe.gf delete mode 100644 old-lib/resource/swedish/SentenceSwe.gf delete mode 100644 old-lib/resource/swedish/StructuralSwe.gf delete mode 100644 old-lib/resource/swedish/VerbSwe.gf delete mode 100644 old-lib/resource/thai/AdjectiveTha.gf delete mode 100644 old-lib/resource/thai/AdverbTha.gf delete mode 100644 old-lib/resource/thai/AllTha.gf delete mode 100644 old-lib/resource/thai/AllThaAbs.gf delete mode 100644 old-lib/resource/thai/CatTha.gf delete mode 100644 old-lib/resource/thai/ConjunctionTha.gf delete mode 100644 old-lib/resource/thai/ExtraTha.gf delete mode 100644 old-lib/resource/thai/GrammarTha.gf delete mode 100644 old-lib/resource/thai/IdiomTha.gf delete mode 100644 old-lib/resource/thai/IrregTha.gf delete mode 100644 old-lib/resource/thai/LangTha.gf delete mode 100644 old-lib/resource/thai/LexiconTha.gf delete mode 100644 old-lib/resource/thai/MorphoTha.gf delete mode 100644 old-lib/resource/thai/NounTha.gf delete mode 100644 old-lib/resource/thai/NumeralTha.gf delete mode 100644 old-lib/resource/thai/ParadigmsTha.gf delete mode 100644 old-lib/resource/thai/PhraseTha.gf delete mode 100644 old-lib/resource/thai/QuestionTha.gf delete mode 100644 old-lib/resource/thai/RelativeTha.gf delete mode 100644 old-lib/resource/thai/ResTha.gf delete mode 100644 old-lib/resource/thai/SentenceTha.gf delete mode 100644 old-lib/resource/thai/StringsTha.gf delete mode 100644 old-lib/resource/thai/StructuralTha.gf delete mode 100644 old-lib/resource/thai/VerbTha.gf delete mode 100644 old-lib/resource/turkish/CatTur.gf delete mode 100644 old-lib/resource/turkish/GrammarTur.gf delete mode 100644 old-lib/resource/turkish/LangTur.gf delete mode 100644 old-lib/resource/turkish/LexiconTur.gf delete mode 100644 old-lib/resource/turkish/NumeralTur.gf delete mode 100644 old-lib/resource/turkish/ParadigmsTur.gf delete mode 100644 old-lib/resource/turkish/ResTur.gf delete mode 100644 old-lib/resource/turkish/StructuralTur.gf diff --git a/deprecated/homepage.html b/deprecated/homepage.html new file mode 100644 index 000000000..69d70d92e --- /dev/null +++ b/deprecated/homepage.html @@ -0,0 +1,334 @@ + +GF Version 2.9 + + + + +
+ + +

Grammatical Framework

+ +

Version 2.9

+ +December 21, 2007. + +

+ +

+ +
+ +Documentation +| +Download +| +LatestCode +| +QuickStart +| +Tutorial +| +ReferenceManual +| +Libraries +| +NumeralDemo +| +LetterDemo + + +
+ +

+ +

News

+ +June 25, 2008. +GF 3.0 +coming soon! Version 2.9f is now frozen and no longer +available in darcs. But here is a tarball +with the final version of 2.9 sources. + +

+ +March 20, 2008. Ten years of GF! +

+ +

+ +December 21, 2007. +

+ +

+ +News before 2.9. + + +

What is GF?

+ +The Grammatical Framework (=GF) is a grammar formalism based on type +theory. It consists of + +The compiler reads +GF grammars from user-provided files, +and the generic grammar processor performs +various tasks with the grammars: + +GF particularly addresses four aspects of grammars: + +GF provides an easy way to experiment with grammars written in +different formats, including the ubiquitous BNF and EBNF formats. +The GF compilation chart gives a +summary of the supported input and output formats (the nodes in ellipses). + +
+ +For instance, if you want to create a finite-state automaton +in the HTK SLF format (to use for speech recognition), all you have to do +is to write an EBNF grammar in a file foo.ebnf and type +
+  echo "pg -printer=slf" | gf foo.ebnf
+
+ + + +

License

+ +GF is open-source software licensed under +GNU General Public License (GPL). + +

+ +The GF Grammar Libraries are licensed under +GNU Lesser General Public License (LGPL). + + + +

Examples and demos

+ +Numeral +translator: recognizes and generates +numbers from 1 to 999,999 in 80 languages. +(The link goes to a live applet, which requires +Java 1.5 plugin. +Here is an example, which does +not require the plugin.) + +

+ +Letter +editor: +write simple letters in English, Finnish, +French, Swedish, and Russian with a few mouse clicks. + +

+ +Demo film +of a multimodal dialogue system built with embedded grammars. + +

+ +Example grammars used in the +GF tutorial. + +

+ +Resource grammar library: +basic structures of ten languages +(Danish, English, Finnish, French, German, +Italian, Norwegian, Russian, Spanish, Swedish). +Resource grammars can be used as libraries for writing GF +applications, +but they can also be useful for language training. + + + +

Executable programs

+ +GF is available for +several platforms: Linux, Mac OS X, Microsoft Windows, and Sun OS. +To get GF, go to the +Download Page. + + +

Quick start

+ +When you have downloaded and installed GF, you can try one of the +quick start examples. + + + +

Source code

+ +The main part of GF is written in +Haskell. + +

+ +The platform-independent graphical user interface is written in +Java. + + +

+ +The Download Page +gives links to source and binary packages, as well as +information on compiler requirements. + +

+ +The publicly accessible + +Darcs repository +has the latest sources and documents. + +

+ +For Java programmers: GF grammars can be embedded in Java programs by using the + +Embedded GF Interpreter. + + + + +

Documents

+ + +See the Documentation page. + + + +

Projects and events

+ +
  • WebALT, +Web Advanced Learning Technologies. GF is used as for generating multilingual +teaching material in mathematics. + +
  • TALK = Tools for Ambient Linguistic +Knowledge. GF was used in implementing multimodal and multilingual dialogue systems. + +
  • KeY project on Integrated Deductive +Software Design. GF was used for +authoring informal and formal specifications. More details on the GF +application + +here. + +
  • +Project Efficient +at Tudor Institute, Luxembourg, "atelier de prototypage de transactions d'e-commerce". +GF is used as an authoring tool for business models. + + + +

    Miscellaneous

    + + +
  • + +GFCC: +report on a compiler from a fragment of C to JVM, written in GF. +The compiler source code can be found in the directory +examples/gfcc in the GF grammar library +(see GF download page). + +
  • +The original +GF Xerox Home Page +with the oldest releases of and documents on GF, up to Version 0.54, 1999, +does not seem to exist any more. + + +
  • +Earlier application: + + Natural-Language Interface to the proof editor Alfa. + +
  • +The BNF Converter. +A GF spin-off customized for the description of programming +languages. + +
  • + +The Functional +Morphology project. Creating infrastructure for GF and other +linguistic applications. + + +
  • + +

    Authors

    + +The +Languge Technology Group. +More details on the + +Authors and Acknowledgements page. + + +

    Implementation project

    + +Want to become a GF developer? Contact +Aarne Ranta. +Or just get the sources and start hacking. + +

    + +And register to the +GF User's Mailing List! + +


    + +Last modified by + +Aarne Ranta, +December 21, 2007. + + diff --git a/deprecated/index.txt b/deprecated/index.txt new file mode 100644 index 000000000..6068ffea1 --- /dev/null +++ b/deprecated/index.txt @@ -0,0 +1,211 @@ + + + +%!postproc(html): "#BECE" "
    " +%!postproc(html): "#ENCE" "
    " +%!postproc(html): "#BESMALL" "" +%!postproc(html): "#ENSMALL" "" +%!postproc(html): "#BELARGE" "" +%!postproc(html): "#ENLARGE" "" + +#BECE + +[doc/gf-logo.png] + +=Grammatical Framework= + +Version 3.0 + +June 2008 + + +#BELARGE + +``[`` [Demos demos/index.html] +``|`` [Download download/index.html] +``|`` [Libraries lib/resource/doc/synopsis.html] +``|`` [Reference doc/gf-refman.html] +``|`` [Tutorial doc/gf-tutorial.html] +``]`` + +#ENLARGE + +``[`` [Demos demos/index.html] +``|`` [Download download/index.html] +``|`` [Developers doc/gf-developers.html] +% ``|`` [Events doc/events.html] +``|`` [Libraries lib/resource/doc/synopsis.html] +``|`` [People doc/gf-people.html] +% ``|`` [Projects doc/projects.html] +``|`` [Publications doc/gf-bibliography.html] +``|`` [QuickRefCard doc/gf-reference.html] +``|`` [Reference doc/gf-refman.html] +``|`` [Tutorial doc/gf-tutorial.html] +``]`` + +#ENCE + + +#BESMALL + +==News== + +20 April 2009: +On-line course "GF for Resource Grammar Writers" starting today at 15.30. See the +[Summer School Google Group http://groups.google.com/group/gf-resource-school-2009] +for instructions how to start. + +3 April 2009: +Two demos and one talk on GF at [EACL http://www.eacl2009.gr/conference/] in Athens. + +20 February 2009: +[GF Resource Grammar Summer School doc/gf-summerschool.html] +in Gothenburg, 17-28 August 2009. + +4 November 2008: +GHC 6.10 released, but it doesn't work with GF sources yet. +If compiling GF from source, use e.g. +[GHC 6.8.3 http://haskell.org/ghc/download_ghc_683.html]. + +15 August 2008: +[Numeral translator for the iPhone demos/index-numbers.html] + +27 June 2008: +[release of GF 3.0 doc/gf3-release.html] and this new web page; the old web page is +[here ../GF2/index.html]. + + +#ENSMALL + + +==What is GF== + +GF, Grammatical Framework, is a programming language for +**multilingual grammar applications**. It is +- a **special-purpose language for grammars**, like YACC, Bison, Happy, BNFC, + but not restricted to programming languages +- a **functional language**, like Haskell, Lisp, OCaml, Scheme, SML, + but specialized to grammar writing +- a **natural language processing framework**, like LKB, XLE, Regulus, + but based on functional programming and type theory +- a **categorial grammar formalism**, like ACG, CCG, + but different and equipped with different tools +- a **logical framework**, like Agda, Coq, Isabelle, + but equipped with concrete syntax in addition to logic + + +Don't worry if you don't know most of the references above - but if you do know at +least one, it may help you to get a first idea of what GF is. + + +==Applications== + +GF can be used for building +- [text translators lib/resource/doc/resdemo.html] +- [speech translators http://www.cs.chalmers.se/~bringert/gf/translatespeech.html] +- [natural-language interfaces http://www.cs.chalmers.se/~hallgren/Alfa/Tutorial/GFplugin.html] +- [multilingual web pages http://www.restauranggajden.se/tomas/] +- [multilingual authoring systems http://www.cs.chalmers.se/~markus/gramlets/letter-applet.html] +- [dialogue systems http://www.cs.chalmers.se/~bringert/xv/pizza/] +- [language training systems http://csmisc14.cs.chalmers.se/~bjorn/langtrain.cgi] +- [natural language resources lib/resource/doc/synopsis.html] + + +==Availability== + +GF is **open-source**, licensed under [GPL LICENSE] (the program) and +[LGPL lib/LICENSE] (the libraries). It +is available for +- Linux +- Mac OS X +- Windows +- via compilation to JavaScript, almost any platform that has a web browser + + +==Projects== + +GF was first created in 1998 at +[Xerox Research Centre Europe http://www.xrce.xerox.com/], +Grenoble, in the project +Multilingual Document Authoring. At Xerox, it was used for prototypes including +a restaurant phrase book, +a database query system, +a formalization of an alarm system instructions with translations to 5 languages, and +an authoring system for medical drug descriptions. + +Later projects using GF and involving third parties include, in chronological order, +- [GF-Alfa http://www.cs.chalmers.se/~hallgren/Alfa/Tutorial/GFplugin.html]: + natural language interface to formal proofs +- [Efficient http://efficient.citi.tudor.lu/index_noframe.html]: + authoring tool for business models. +- [GF-KeY http://www.key-project.org/]: + authoring and translation of software specifications +- [TALK http://www.talk-project.org]: + multilingual and multimodal spoken dialogue systems +- [WebALT http://webalt.math.helsinki.fi/]: + multilingual generation of mathematical exercises (commercial project) +- [SALDO http://spraakbanken.gu.se/sal/]: + Swedish morphological dictionary based on rules developed for GF and + [Functional Morphology http://www.cs.chalmers.se/~markus/FM/] + + +Academically, GF has been used in four PhD theses and resulted in around +fifty scientific publications (see [GF publication list doc/gf-bibliography.html]). + + +==Programming in GF== + +GF is easy to learn by following the [tutorial doc/gf-tutorial.html]. +You can write your first translator in 15 minutes. + +GF has an interactive command interpreter, as well as a batch compiler. +Grammars can be compiled to parser and translator code in many different +formats. These components can then be embedded in applications written +in other programming languages. The formats currently supported are: +- Haskell +- Java +- JavaScript +- Prolog +- Speech recognition: HTK/ATK, Nuance, JSGF + + +The GF programming language is high-level and advanced, featuring +- static type checking +- higher-order functions +- dependent types +- pattern matching with data constructors and regular expressions +- module system with multiple inheritance and parametrized modules + + +==Libraries== + +Libraries are at the heart of modern software engineering. In natural language +applications, libraries are a way to cope with thousands of details involved in +syntax, lexicon, and inflection. The +[GF resource grammar library lib/resource/doc/synopsis.html] has +support for an increasing number of languages, currently including ++ Arabic (partial) ++ Bulgarian ++ Catalan (partial) ++ Danish ++ English ++ Finnish ++ French ++ German ++ Hindi/Urdu (fragments) ++ [Interlingua http://www.interlingua.com/] ++ Italian ++ Norwegian bokm�l ++ Russian ++ Spanish ++ Swedish ++ Thai (fragments) + + +Adding a language to the resource library takes 3 to 9 +months - contributions +are welcome! + +% [doc/10lang-small.png] + + diff --git a/deprecated/old-lib/LICENSE b/deprecated/old-lib/LICENSE new file mode 100644 index 000000000..fc8a5de7e --- /dev/null +++ b/deprecated/old-lib/LICENSE @@ -0,0 +1,165 @@ + GNU LESSER GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + + This version of the GNU Lesser General Public License incorporates +the terms and conditions of version 3 of the GNU General Public +License, supplemented by the additional permissions listed below. + + 0. Additional Definitions. + + As used herein, "this License" refers to version 3 of the GNU Lesser +General Public License, and the "GNU GPL" refers to version 3 of the GNU +General Public License. + + "The Library" refers to a covered work governed by this License, +other than an Application or a Combined Work as defined below. + + An "Application" is any work that makes use of an interface provided +by the Library, but which is not otherwise based on the Library. +Defining a subclass of a class defined by the Library is deemed a mode +of using an interface provided by the Library. + + A "Combined Work" is a work produced by combining or linking an +Application with the Library. The particular version of the Library +with which the Combined Work was made is also called the "Linked +Version". + + The "Minimal Corresponding Source" for a Combined Work means the +Corresponding Source for the Combined Work, excluding any source code +for portions of the Combined Work that, considered in isolation, are +based on the Application, and not on the Linked Version. + + The "Corresponding Application Code" for a Combined Work means the +object code and/or source code for the Application, including any data +and utility programs needed for reproducing the Combined Work from the +Application, but excluding the System Libraries of the Combined Work. + + 1. Exception to Section 3 of the GNU GPL. + + You may convey a covered work under sections 3 and 4 of this License +without being bound by section 3 of the GNU GPL. + + 2. Conveying Modified Versions. + + If you modify a copy of the Library, and, in your modifications, a +facility refers to a function or data to be supplied by an Application +that uses the facility (other than as an argument passed when the +facility is invoked), then you may convey a copy of the modified +version: + + a) under this License, provided that you make a good faith effort to + ensure that, in the event an Application does not supply the + function or data, the facility still operates, and performs + whatever part of its purpose remains meaningful, or + + b) under the GNU GPL, with none of the additional permissions of + this License applicable to that copy. + + 3. Object Code Incorporating Material from Library Header Files. + + The object code form of an Application may incorporate material from +a header file that is part of the Library. You may convey such object +code under terms of your choice, provided that, if the incorporated +material is not limited to numerical parameters, data structure +layouts and accessors, or small macros, inline functions and templates +(ten or fewer lines in length), you do both of the following: + + a) Give prominent notice with each copy of the object code that the + Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the object code with a copy of the GNU GPL and this license + document. + + 4. Combined Works. + + You may convey a Combined Work under terms of your choice that, +taken together, effectively do not restrict modification of the +portions of the Library contained in the Combined Work and reverse +engineering for debugging such modifications, if you also do each of +the following: + + a) Give prominent notice with each copy of the Combined Work that + the Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the Combined Work with a copy of the GNU GPL and this license + document. + + c) For a Combined Work that displays copyright notices during + execution, include the copyright notice for the Library among + these notices, as well as a reference directing the user to the + copies of the GNU GPL and this license document. + + d) Do one of the following: + + 0) Convey the Minimal Corresponding Source under the terms of this + License, and the Corresponding Application Code in a form + suitable for, and under terms that permit, the user to + recombine or relink the Application with a modified version of + the Linked Version to produce a modified Combined Work, in the + manner specified by section 6 of the GNU GPL for conveying + Corresponding Source. + + 1) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (a) uses at run time + a copy of the Library already present on the user's computer + system, and (b) will operate properly with a modified version + of the Library that is interface-compatible with the Linked + Version. + + e) Provide Installation Information, but only if you would otherwise + be required to provide such information under section 6 of the + GNU GPL, and only to the extent that such information is + necessary to install and execute a modified version of the + Combined Work produced by recombining or relinking the + Application with a modified version of the Linked Version. (If + you use option 4d0, the Installation Information must accompany + the Minimal Corresponding Source and Corresponding Application + Code. If you use option 4d1, you must provide the Installation + Information in the manner specified by section 6 of the GNU GPL + for conveying Corresponding Source.) + + 5. Combined Libraries. + + You may place library facilities that are a work based on the +Library side by side in a single library together with other library +facilities that are not Applications and are not covered by this +License, and convey such a combined library under terms of your +choice, if you do both of the following: + + a) Accompany the combined library with a copy of the same work based + on the Library, uncombined with any other library facilities, + conveyed under the terms of this License. + + b) Give prominent notice with the combined library that part of it + is a work based on the Library, and explaining where to find the + accompanying uncombined form of the same work. + + 6. Revised Versions of the GNU Lesser General Public License. + + The Free Software Foundation may publish revised and/or new versions +of the GNU Lesser General Public License from time to time. Such new +versions will be similar in spirit to the present version, but may +differ in detail to address new problems or concerns. + + Each version is given a distinguishing version number. If the +Library as you received it specifies that a certain numbered version +of the GNU Lesser General Public License "or any later version" +applies to it, you have the option of following the terms and +conditions either of that published version or of any later version +published by the Free Software Foundation. If the Library as you +received it does not specify a version number of the GNU Lesser +General Public License, you may choose any version of the GNU Lesser +General Public License ever published by the Free Software Foundation. + + If the Library as you received it specifies that a proxy can decide +whether future versions of the GNU Lesser General Public License shall +apply, that proxy's public statement of acceptance of any version is +permanent authorization for you to choose that version for the +Library. diff --git a/deprecated/old-lib/c/Makefile b/deprecated/old-lib/c/Makefile new file mode 100644 index 000000000..72ac7ea79 --- /dev/null +++ b/deprecated/old-lib/c/Makefile @@ -0,0 +1,19 @@ +CC = gcc +CFLAGS += -O2 -W -Wall + +.PHONY: all clean + +all: libgfcc.a + +libgfcc.a: gfcc-tree.o gfcc-term.o + ar r $@ $^ + +gfcc-tree.o: gfcc-tree.c gfcc-tree.h + $(CC) $(CFLAGS) -c -o $@ $< + +gfcc-term.o: gfcc-term.c gfcc-term.h + $(CC) $(CFLAGS) -c -o $@ $< + +clean: + -rm -f libgfcc.a + -rm -f *.o diff --git a/deprecated/old-lib/c/gfcc-term.c b/deprecated/old-lib/c/gfcc-term.c new file mode 100644 index 000000000..b427479e6 --- /dev/null +++ b/deprecated/old-lib/c/gfcc-term.c @@ -0,0 +1,203 @@ +#include "gfcc-term.h" + +#include +#include +#include + +static void *buffer = NULL; +static size_t current; + +extern void term_alloc_pool(size_t size) { + if (buffer == NULL) + buffer = malloc(size); + current = 0; +} + +extern void term_free_pool() { + if (buffer != NULL) + free(buffer); + buffer = NULL; +} + +extern void *term_alloc(size_t size) { + void *off = buffer + current; + current += size; + return off; +} + +static inline Term *create_term(TermType type, int n) { + Term *t = (Term*)term_alloc(sizeof(Term) + n * sizeof(Term *)); + t->type = type; + t->value.size = n; /* FIXME: hack! */ + return t; +} + +extern Term *term_array(int n, ...) { + Term *t = create_term(TERM_ARRAY, n); + va_list ap; + int i; + + va_start(ap, n); + for (i = 0; i < n; i++) { + term_set_child(t, i, va_arg(ap, Term *)); + } + va_end(ap); + + return t; +} + +extern Term *term_seq(int n, ...) { + Term *t = create_term(TERM_SEQUENCE, n); + va_list ap; + int i; + + va_start(ap, n); + for (i = 0; i < n; i++) { + term_set_child(t, i, va_arg(ap, Term *)); + } + va_end(ap); + + return t; +} + +extern Term *term_variants(int n, ...) { + Term *t = create_term(TERM_VARIANTS, n); + va_list ap; + int i; + + va_start(ap, n); + for (i = 0; i < n; i++) { + term_set_child(t, i, va_arg(ap, Term *)); + } + va_end(ap); + + return t; +} + +extern Term *term_glue(int n, ...) { + Term *t = create_term(TERM_GLUE, n); + va_list ap; + int i; + + va_start(ap, n); + for (i = 0; i < n; i++) { + term_set_child(t, i, va_arg(ap, Term *)); + } + va_end(ap); + + return t; +} + +extern Term *term_rp(Term *t1, Term *t2) { + Term *t = create_term(TERM_RECORD_PARAM, 2); + term_set_child(t, 0, t1); + term_set_child(t, 1, t2); + return t; +} + +extern Term *term_suffix(const char *pref, Term *suf) { + Term *t = create_term(TERM_SUFFIX_TABLE, 2); + term_set_child(t,0,term_str(pref)); + term_set_child(t,1,suf); + return t; +} + +extern Term *term_str(const char *s) { + Term *t = create_term(TERM_STRING, 0); + t->value.string_value = s; + return t; +} + +extern Term *term_int(int i) { + Term *t = create_term(TERM_INTEGER,0); + t->value.integer_value = i; + return t; +} + +extern Term *term_meta() { + return create_term(TERM_META, 0); +} + + + +extern Term *term_sel_int(Term *t, int i) { + switch (t->type) { + case TERM_ARRAY: + return term_get_child(t,i); + case TERM_SUFFIX_TABLE: + return term_glue(2, + term_get_child(t,0), + term_sel_int(term_get_child(t,1),i)); + case TERM_META: + return t; + default: + fprintf(stderr,"Error: term_sel_int %d %d\n", t->type, i); + exit(1); + return NULL; + } +} + +extern Term *term_sel(Term *t1, Term *t2) { + switch (t2->type) { + case TERM_INTEGER: + return term_sel_int(t1, t2->value.integer_value); + case TERM_RECORD_PARAM: + return term_sel(t1,term_get_child(t2,0)); + case TERM_META: + return term_sel_int(t1,0); + default: + fprintf(stderr,"Error: term_sel %d %d\n", t1->type, t2->type); + exit(1); + return 0; + } +} + + + +static void term_print_sep(FILE *stream, Term *t, const char *sep) { + int n = t->value.size; + int i; + + for (i = 0; i < n; i++) { + term_print(stream, term_get_child(t,i)); + if (i < n-1) { + fputs(sep, stream); + } + } +} + +extern void term_print(FILE *stream, Term *t) { + switch (t->type) { + case TERM_ARRAY: + term_print(stream, term_get_child(t,0)); + break; + case TERM_SEQUENCE: + term_print_sep(stream, t, " "); + break; + case TERM_VARIANTS: + term_print_sep(stream, t, "/"); + break; + case TERM_GLUE: + term_print_sep(stream, t, ""); + break; + case TERM_RECORD_PARAM: + term_print(stream, term_get_child(t,0)); + break; + case TERM_SUFFIX_TABLE: + term_print(stream, term_get_child(t,0)); + term_print(stream, term_get_child(t,1)); + break; + case TERM_META: + fputs("?", stream); + break; + case TERM_STRING: + fputs(t->value.string_value, stream); + break; + case TERM_INTEGER: + fprintf(stream, "%d", t->value.integer_value); + break; + default: + fprintf(stderr,"Error: term_print %d\n", t->type); + exit(1); + } +} diff --git a/deprecated/old-lib/c/gfcc-term.h b/deprecated/old-lib/c/gfcc-term.h new file mode 100644 index 000000000..d1307259d --- /dev/null +++ b/deprecated/old-lib/c/gfcc-term.h @@ -0,0 +1,65 @@ +#ifndef GFCC_TERM_H +#define GFCC_TERM_H + +#include + +typedef enum { + /* size = variable */ + TERM_ARRAY, + TERM_SEQUENCE, + TERM_VARIANTS, + TERM_GLUE, + /* size = 2 */ + TERM_RECORD_PARAM, + TERM_SUFFIX_TABLE, + /* size = 0 */ + TERM_META, + TERM_STRING, + TERM_INTEGER +} TermType; + +struct Term_ { + TermType type; + union { + const char *string_value; + int integer_value; + int size; + } value; + struct Term_ *args[0]; +}; + +typedef struct Term_ Term; + + + +static inline Term *term_get_child(Term *t, int n) { + return t->args[n]; +} + +static inline void term_set_child(Term *t, int n, Term *c) { + t->args[n] = c; +} + +extern void term_alloc_pool(size_t size); +extern void term_free_pool(); +extern void *term_alloc(size_t size); + + +extern Term *term_array(int n, ...); +extern Term *term_seq(int n, ...); +extern Term *term_variants(int n, ...); +extern Term *term_glue(int n, ...); + +extern Term *term_rp(Term *t1, Term *t2); +extern Term *term_suffix(const char *pref, Term *suf); +extern Term *term_str(const char *s); +extern Term *term_int(int i); +extern Term *term_meta(); + +extern Term *term_sel_int(Term *t, int i); +extern Term *term_sel(Term *t1, Term *t2); + + +extern void term_print(FILE *stream, Term *t); + +#endif diff --git a/deprecated/old-lib/c/gfcc-tree.c b/deprecated/old-lib/c/gfcc-tree.c new file mode 100644 index 000000000..6cd8759be --- /dev/null +++ b/deprecated/old-lib/c/gfcc-tree.c @@ -0,0 +1,61 @@ +#include "gfcc-tree.h" + +#include + + +extern int arity(Tree *t) { + switch (t->type) { + case ATOM_STRING: + case ATOM_INTEGER: + case ATOM_DOUBLE: + case ATOM_META: + return 0; + default: + return t->value.size; + } +} + +static Tree *create_tree(atom_type c, int n) { + Tree *t = (Tree *)malloc(sizeof(Tree) + n * sizeof(Tree *)); + t->type = c; + return t; +} + +extern Tree *tree_string(const char *s) { + Tree *t = create_tree(ATOM_STRING, 0); + t->value.string_value = s; + return t; +} + +extern Tree *tree_integer(int i) { + Tree *t = create_tree(ATOM_INTEGER, 0); + t->value.integer_value = i; + return t; +} + +extern Tree *tree_double(double d) { + Tree *t = create_tree(ATOM_DOUBLE, 0); + t->value.double_value = d; + return t; +} + +extern Tree *tree_meta() { + return create_tree(ATOM_META, 0); +} + +extern Tree *tree_fun(atom_type f, int n) { + Tree *t = create_tree(f, n); + t->value.size = n; + return t; +} + + +extern void tree_free(Tree *t) { + int n = arity(t); + int i; + + for (i = 0; i < n; i++) { + tree_free(tree_get_child(t,i)); + } + free(t); +} diff --git a/deprecated/old-lib/c/gfcc-tree.h b/deprecated/old-lib/c/gfcc-tree.h new file mode 100644 index 000000000..cc8f0fcab --- /dev/null +++ b/deprecated/old-lib/c/gfcc-tree.h @@ -0,0 +1,49 @@ +#ifndef GFCC_TREE_H +#define GFCC_TREE_H + +typedef enum { + ATOM_STRING, + ATOM_INTEGER, + ATOM_DOUBLE, + ATOM_META, + ATOM_FIRST_FUN +} atom_type; + +struct Tree_{ + atom_type type; + union { + const char *string_value; + int integer_value; + double double_value; + int size; + } value; + struct Tree_ *args[0]; +}; + +typedef struct Tree_ Tree; + +static inline Tree *tree_get_child(Tree *t, int n) { + return t->args[n]; +} + +static inline void tree_set_child(Tree *t, int n, Tree *a) { + t->args[n] = a; +} + +extern int arity(Tree *t); + + +extern Tree *tree_string(const char *s); + +extern Tree *tree_integer(int i); + +extern Tree *tree_double(double d); + +extern Tree *tree_meta(); + +extern Tree *tree_fun(atom_type f, int n); + + +extern void tree_free(Tree *t); + +#endif diff --git a/deprecated/old-lib/index.html b/deprecated/old-lib/index.html new file mode 100644 index 000000000..991015ec4 --- /dev/null +++ b/deprecated/old-lib/index.html @@ -0,0 +1,60 @@ + + + + +GF Grammar Libraries + +

    GF Grammar Libraries

    + +Author: Aarne Ranta <aarne (at) cs.chalmers.se>
    +Last update: Fri Dec 22 15:19:46 2006 +
    + +

    +One of the main ideas of +GF +is the use of libraries in grammar writing, in a way familiar +from software engineering. In this way, large grammars can +be built in cooperation, and old grammars or parts of them +can be reused in new grammars. The slides +Grammars as Software Libraries +give some introduction to this idea. +

    +

    The resource grammar library

    +

    +This library covers basic linguistic structures of +different languages. +

    +

    +Version 1.1 released 22 December 2006 +(enhanced version of 1.0). +Covers Danish, English, Finnish, French, German, Italian, Norwegian, +Russian, Spanish, and Swedish. +

    +

    +Two older versions are also available: +Version 0.9 +and +Version 0.6. +

    +

    The prelude library

    +

    +The prelude +library gives utility functions for different GF applications: +

    +

    +Precedence. Utilities for +formal languages: precedence levels, associatives, infixes. +

    +

    +Predef. Type signatures +of predefined (hard-coded) functions. +

    +

    +Prelude. Generic utilities +for strings, tables, records, booleans. +

    + + + + diff --git a/deprecated/old-lib/index.txt b/deprecated/old-lib/index.txt new file mode 100644 index 000000000..83fd65611 --- /dev/null +++ b/deprecated/old-lib/index.txt @@ -0,0 +1,58 @@ +GF Grammar Libraries +Author: Aarne Ranta +Last update: %%date(%c) + +% NOTE: this is a txt2tags file. +% Create an html file from this file using: +% txt2tags --toc -thtml index.txt + +%!target:html + +One of the main ideas of +[GF ..] +is the use of libraries in grammar writing, in a way familiar +from software engineering. In this way, large grammars can +be built in cooperation, and old grammars or parts of them +can be reused in new grammars. The slides +[Grammars as Software Libraries resource-1.0/doc/gslt-sem-2006.html] +give some introduction to this idea. + + + +==The resource grammar library== + +This library covers basic linguistic structures of +different languages. + +[Version 1.2 resource-1.0/doc] released 22 December 2006 +(enhanced version of 1.0). +Covers Danish, English, Finnish, French, German, Italian, Norwegian, +Russian, Spanish, and Swedish, and to a smaller extent Arabic and Catalan. + +Two older versions are also available: +[Version 0.9 resource/] +and +[Version 0.6 resource-0.6/]. + + + +==The prelude library== + +The [prelude prelude/] +library gives utility functions for different GF applications: + +[Precedence resource-1.0/doc/gfdoc/Precedence.html]. Utilities for +formal languages: precedence levels, associatives, infixes. + +[Predef resource-1.0/doc/gfdoc/Predef.html]. Type signatures +of predefined (hard-coded) functions. + +[Prelude resource-1.0/doc/gfdoc/Prelude.html]. Generic utilities +for strings, tables, records, booleans. + + +==License== + +All libraries in this directory and its subdirectories are +releaced under GNU Lesser General Public License (LGPL). See the file +[LICENSE ./LICENSE] for more details. diff --git a/deprecated/old-lib/javascript/editor.html b/deprecated/old-lib/javascript/editor.html new file mode 100644 index 000000000..dd189d9ab --- /dev/null +++ b/deprecated/old-lib/javascript/editor.html @@ -0,0 +1,17 @@ + + + + + + + + + + + Web-based Syntax Editor + + +
    +
    + + diff --git a/deprecated/old-lib/javascript/editorGrammar.js b/deprecated/old-lib/javascript/editorGrammar.js new file mode 100644 index 000000000..a4cc01ea5 --- /dev/null +++ b/deprecated/old-lib/javascript/editorGrammar.js @@ -0,0 +1 @@ +var Editor = new GFGrammar(new GFAbstract("Sentence",{Available: new Type([], "Adjective"), Bulgarian: new Type([], "Noun"), Command: new Type(["Verb", "Determiner", "Noun"], "Sentence"), CommandAdj: new Type(["Verb", "Determiner", "Adjective", "Noun"], "Sentence"), Copy: new Type([], "Verb"), Cut: new Type([], "Verb"), Danish: new Type([], "Noun"), DefPlDet: new Type([], "Determiner"), DefSgDet: new Type([], "Determiner"), Delete: new Type([], "Verb"), English: new Type([], "Noun"), Enter: new Type([], "Verb"), ErrorMessage: new Type(["Adjective", "Noun"], "Sentence"), Finnish: new Type([], "Noun"), Float_N: new Type([], "Noun"), French: new Type([], "Noun"), German: new Type([], "Noun"), IndefPlDet: new Type([], "Determiner"), IndefSgDet: new Type([], "Determiner"), Integer_N: new Type([], "Noun"), Italian: new Type([], "Noun"), Label: new Type(["Noun"], "Sentence"), Language: new Type([], "Noun"), Next: new Type([], "Adjective"), Node: new Type([], "Noun"), Norwegian: new Type([], "Noun"), Page: new Type([], "Noun"), Parse: new Type([], "Verb"), Paste: new Type([], "Verb"), Previous: new Type([], "Adjective"), RandomlyCommand: new Type(["Verb", "Determiner", "Noun"], "Sentence"), Redo: new Type([], "Verb"), Refine: new Type([], "Verb"), Refinement: new Type([], "Noun"), Replace: new Type([], "Verb"), Russian: new Type([], "Noun"), Select: new Type([], "Verb"), Show: new Type([], "Verb"), SingleWordCommand: new Type(["Verb"], "Sentence"), Spanish: new Type([], "Noun"), String_N: new Type([], "Noun"), Swedish: new Type([], "Noun"), Tree: new Type([], "Noun"), Undo: new Type([], "Verb"), Wrap: new Type([], "Verb"), Wrapper: new Type([], "Noun")}),{EditorEng: new GFConcrete({coding: "utf8"},{Available: function(cs){return new Arr(new Suffix("available", new Arr(new Str(""), new Str("r"), new Str("st"), new Str("ly"))));}, Bulgarian: function(cs){return new Arr(new Arr(Editor.concretes["EditorEng"].rule("_4", cs), Editor.concretes["EditorEng"].rule("_4", cs)), new Int(0));}, Command: function(cs){return new Arr(new Seq(Editor.concretes["EditorEng"].rule("_8", cs), Editor.concretes["EditorEng"].rule("_11", cs), Editor.concretes["EditorEng"].rule("_14", cs), Editor.concretes["EditorEng"].rule("_18", cs)));}, CommandAdj: function(cs){return new Arr(new Seq(Editor.concretes["EditorEng"].rule("_8", cs), Editor.concretes["EditorEng"].rule("_11", cs),(new Arr(Editor.concretes["EditorEng"].rule("_13", cs), Editor.concretes["EditorEng"].rule("_13", cs), Editor.concretes["EditorEng"].rule("_13", cs), Editor.concretes["EditorEng"].rule("_13", cs), Editor.concretes["EditorEng"].rule("_13", cs), Editor.concretes["EditorEng"].rule("_13", cs), Editor.concretes["EditorEng"].rule("_13", cs), Editor.concretes["EditorEng"].rule("_13", cs))).sel(Editor.concretes["EditorEng"].rule("_22", cs).sel(cs[3].sel(new Int(1)))), cs[3].sel(new Int(0)).sel(new Int(0)).sel(new Int(1)), Editor.concretes["EditorEng"].rule("_18", cs)));}, Copy: function(cs){return new Arr(new Suffix("Cop", new Arr(new Str("y"), new Str("ies"), new Str("ied"), new Str("ying"))), new Int(1));}, Cut: function(cs){return new Arr(new Suffix("Cut", Editor.concretes["EditorEng"].rule("_34", cs)), new Int(1));}, Danish: function(cs){return new Arr(new Arr(Editor.concretes["EditorEng"].rule("_37", cs), Editor.concretes["EditorEng"].rule("_37", cs)), new Int(0));}, DefPlDet: function(cs){return Editor.concretes["EditorEng"].rule("_43", cs);}, DefSgDet: function(cs){return Editor.concretes["EditorEng"].rule("_43", cs);}, Delete: function(cs){return new Arr(new Suffix("Delet", Editor.concretes["EditorEng"].rule("_44", cs)), new Int(1));}, English: function(cs){return new Arr(new Arr(Editor.concretes["EditorEng"].rule("_47", cs), Editor.concretes["EditorEng"].rule("_47", cs)), new Int(0));}, Enter: function(cs){return new Arr(new Suffix("Enter", Editor.concretes["EditorEng"].rule("_34", cs)), new Int(1));}, ErrorMessage: function(cs){return new Arr(new Seq(new Str("there"),(new Arr(new Seq(new Str("am"), new Str("not")), new Str("aren't"), new Str("aren't"), new Str("aren't"), new Str("isn't"), new Str("isn't"), new Str("isn't"), new Str("aren't"))).sel(Editor.concretes["EditorEng"].rule("_59", cs)), Editor.concretes["EditorEng"].rule("_62", cs), Editor.concretes["EditorEng"].rule("_62", cs), Editor.concretes["EditorEng"].rule("_62", cs),(new Arr(Editor.concretes["EditorEng"].rule("_67", cs), Editor.concretes["EditorEng"].rule("_67", cs), Editor.concretes["EditorEng"].rule("_67", cs), Editor.concretes["EditorEng"].rule("_67", cs), Editor.concretes["EditorEng"].rule("_67", cs), Editor.concretes["EditorEng"].rule("_67", cs), Editor.concretes["EditorEng"].rule("_67", cs), Editor.concretes["EditorEng"].rule("_67", cs))).sel(Editor.concretes["EditorEng"].rule("_59", cs))));}, Finnish: function(cs){return new Arr(new Arr(Editor.concretes["EditorEng"].rule("_72", cs), Editor.concretes["EditorEng"].rule("_72", cs)), new Int(0));}, Float_N: function(cs){return new Arr(new Arr(new Suffix("float", Editor.concretes["EditorEng"].rule("_3", cs)), new Suffix("floats", Editor.concretes["EditorEng"].rule("_76", cs))), new Int(0));}, French: function(cs){return new Arr(new Arr(Editor.concretes["EditorEng"].rule("_80", cs), Editor.concretes["EditorEng"].rule("_80", cs)), new Int(0));}, German: function(cs){return new Arr(new Arr(Editor.concretes["EditorEng"].rule("_83", cs), Editor.concretes["EditorEng"].rule("_83", cs)), new Int(0));}, IndefPlDet: function(cs){return Editor.concretes["EditorEng"].rule("_89", cs);}, IndefSgDet: function(cs){return Editor.concretes["EditorEng"].rule("_89", cs);}, Integer_N: function(cs){return new Arr(new Arr(new Suffix("integer", Editor.concretes["EditorEng"].rule("_3", cs)), new Suffix("integers", Editor.concretes["EditorEng"].rule("_76", cs))), new Int(0));}, Italian: function(cs){return new Arr(new Arr(Editor.concretes["EditorEng"].rule("_94", cs), Editor.concretes["EditorEng"].rule("_94", cs)), new Int(0));}, Label: function(cs){return new Arr(Editor.concretes["EditorEng"].rule("_8", cs).sel(new Int(0)));}, Language: function(cs){return new Arr(new Arr(new Suffix("language", Editor.concretes["EditorEng"].rule("_3", cs)), new Suffix("languages", Editor.concretes["EditorEng"].rule("_76", cs))), new Int(0));}, Next: function(cs){return new Arr(new Suffix("next", Editor.concretes["EditorEng"].rule("_103", cs)));}, Node: function(cs){return new Arr(new Arr(new Suffix("node", Editor.concretes["EditorEng"].rule("_3", cs)), new Suffix("nodes", Editor.concretes["EditorEng"].rule("_76", cs))), new Int(0));}, Norwegian: function(cs){return new Arr(new Arr(Editor.concretes["EditorEng"].rule("_110", cs), Editor.concretes["EditorEng"].rule("_110", cs)), new Int(0));}, Page: function(cs){return new Arr(new Arr(new Suffix("page", Editor.concretes["EditorEng"].rule("_3", cs)), new Suffix("pages", Editor.concretes["EditorEng"].rule("_76", cs))), new Int(0));}, Parse: function(cs){return new Arr(new Suffix("Pars", Editor.concretes["EditorEng"].rule("_44", cs)), new Int(1));}, Paste: function(cs){return new Arr(new Suffix("Past", Editor.concretes["EditorEng"].rule("_44", cs)), new Int(1));}, Previous: function(cs){return new Arr(new Suffix("previous", Editor.concretes["EditorEng"].rule("_103", cs)));}, RandomlyCommand: function(cs){return new Arr(new Seq(Editor.concretes["EditorEng"].rule("_8", cs), Editor.concretes["EditorEng"].rule("_11", cs), Editor.concretes["EditorEng"].rule("_14", cs), Editor.concretes["EditorEng"].rule("_18", cs), new Str("at"), new Str("random")));}, Redo: function(cs){return new Arr(new Suffix("Redo", Editor.concretes["EditorEng"].rule("_125", cs)), new Int(1));}, Refine: function(cs){return new Arr(new Suffix("Refin", Editor.concretes["EditorEng"].rule("_44", cs)), new Int(1));}, Refinement: function(cs){return new Arr(new Arr(new Suffix("refinement", Editor.concretes["EditorEng"].rule("_3", cs)), new Suffix("refinements", Editor.concretes["EditorEng"].rule("_76", cs))), new Int(0));}, Replace: function(cs){return new Arr(new Suffix("Replac", Editor.concretes["EditorEng"].rule("_44", cs)), new Int(1));}, Russian: function(cs){return new Arr(new Arr(Editor.concretes["EditorEng"].rule("_136", cs), Editor.concretes["EditorEng"].rule("_136", cs)), new Int(0));}, Select: function(cs){return new Arr(new Suffix("Select", Editor.concretes["EditorEng"].rule("_34", cs)), new Int(1));}, Show: function(cs){return new Arr(new Suffix("Show", Editor.concretes["EditorEng"].rule("_34", cs)), new Int(1));}, SingleWordCommand: function(cs){return new Arr(new Seq(Editor.concretes["EditorEng"].rule("_8", cs), Editor.concretes["EditorEng"].rule("_18", cs)));}, Spanish: function(cs){return new Arr(new Arr(Editor.concretes["EditorEng"].rule("_145", cs), Editor.concretes["EditorEng"].rule("_145", cs)), new Int(0));}, String_N: function(cs){return new Arr(new Arr(new Suffix("string", Editor.concretes["EditorEng"].rule("_3", cs)), new Suffix("strings", Editor.concretes["EditorEng"].rule("_76", cs))), new Int(0));}, Swedish: function(cs){return new Arr(new Arr(Editor.concretes["EditorEng"].rule("_152", cs), Editor.concretes["EditorEng"].rule("_152", cs)), new Int(0));}, Tree: function(cs){return new Arr(new Arr(new Suffix("tree", Editor.concretes["EditorEng"].rule("_3", cs)), new Suffix("trees", Editor.concretes["EditorEng"].rule("_76", cs))), new Int(0));}, Undo: function(cs){return new Arr(new Suffix("Undo", Editor.concretes["EditorEng"].rule("_125", cs)), new Int(1));}, Wrap: function(cs){return new Arr(new Suffix("Wrap", Editor.concretes["EditorEng"].rule("_34", cs)), new Int(1));}, Wrapper: function(cs){return new Arr(new Arr(new Suffix("wrapper", Editor.concretes["EditorEng"].rule("_3", cs)), new Suffix("wrappers", Editor.concretes["EditorEng"].rule("_76", cs))), new Int(0));}, _10: function(cs){return Editor.concretes["EditorEng"].rule("_9", cs).sel(new Int(1));}, _103: function(cs){return new Arr(new Str(""), new Str("er"), new Str("est"), new Str("ly"));}, _11: function(cs){return Editor.concretes["EditorEng"].rule("_10", cs).sel(new Int(0));}, _110: function(cs){return new Suffix("Norwegian", Editor.concretes["EditorEng"].rule("_3", cs));}, _12: function(cs){return cs[2].sel(new Int(0));}, _125: function(cs){return new Arr(new Str(""), new Str("es"), new Str("ed"), new Str("ing"));}, _13: function(cs){return Editor.concretes["EditorEng"].rule("_12", cs).sel(new Int(0));}, _136: function(cs){return new Suffix("Russian", Editor.concretes["EditorEng"].rule("_3", cs));}, _14: function(cs){return Editor.concretes["EditorEng"].rule("_13", cs).sel(new Int(1));}, _145: function(cs){return new Suffix("Spanish", Editor.concretes["EditorEng"].rule("_3", cs));}, _15: function(cs){return new Seq();}, _152: function(cs){return new Suffix("Swedish", Editor.concretes["EditorEng"].rule("_3", cs));}, _16: function(cs){return new Arr(new Str("yourself"), Editor.concretes["EditorEng"].rule("_15", cs));}, _167: function(cs){return new Arr(cs[0], cs[0], cs[0], cs[0]);}, _169: function(cs){return new Arr(cs[0], cs[0]);}, _17: function(cs){return cs[0].sel(new Int(1));}, _172: function(cs){return new Arr(cs[0], cs[0], cs[0]);}, _18: function(cs){return Editor.concretes["EditorEng"].rule("_16", cs).sel(Editor.concretes["EditorEng"].rule("_17", cs));}, _22: function(cs){return new Arr(new Int(4), new Int(5), new Int(6));}, _3: function(cs){return new Arr(new Str(""), new Str(""), new Str("'s"));}, _34: function(cs){return new Arr(new Str(""), new Str("s"), new Str("ed"), new Str("ing"));}, _37: function(cs){return new Suffix("Danish", Editor.concretes["EditorEng"].rule("_3", cs));}, _4: function(cs){return new Suffix("Bulgarian", Editor.concretes["EditorEng"].rule("_3", cs));}, _40: function(cs){return new Arr(new Str(""), new Str(""));}, _41: function(cs){return new Suffix("the", Editor.concretes["EditorEng"].rule("_40", cs));}, _42: function(cs){return new Arr(Editor.concretes["EditorEng"].rule("_41", cs), Editor.concretes["EditorEng"].rule("_41", cs));}, _43: function(cs){return new Arr(Editor.concretes["EditorEng"].rule("_42", cs));}, _44: function(cs){return new Arr(new Str("e"), new Str("es"), new Str("ed"), new Str("ing"));}, _47: function(cs){return new Suffix("English", Editor.concretes["EditorEng"].rule("_3", cs));}, _54: function(cs){return new Arr(new Int(4), new Int(7));}, _55: function(cs){return new Arr(new Int(0), new Int(1), new Int(0), new Int(1), new Int(0), new Int(0), new Int(0), new Int(1));}, _56: function(cs){return cs[1].sel(new Int(1));}, _57: function(cs){return Editor.concretes["EditorEng"].rule("_22", cs).sel(Editor.concretes["EditorEng"].rule("_56", cs));}, _58: function(cs){return Editor.concretes["EditorEng"].rule("_55", cs).sel(Editor.concretes["EditorEng"].rule("_57", cs));}, _59: function(cs){return Editor.concretes["EditorEng"].rule("_54", cs).sel(Editor.concretes["EditorEng"].rule("_58", cs));}, _61: function(cs){return new Arr(Editor.concretes["EditorEng"].rule("_15", cs), Editor.concretes["EditorEng"].rule("_15", cs), Editor.concretes["EditorEng"].rule("_15", cs), Editor.concretes["EditorEng"].rule("_15", cs), Editor.concretes["EditorEng"].rule("_15", cs), Editor.concretes["EditorEng"].rule("_15", cs), Editor.concretes["EditorEng"].rule("_15", cs), Editor.concretes["EditorEng"].rule("_15", cs));}, _62: function(cs){return Editor.concretes["EditorEng"].rule("_61", cs).sel(Editor.concretes["EditorEng"].rule("_59", cs));}, _63: function(cs){return new Arr(Editor.concretes["EditorEng"].rule("_8", cs), Editor.concretes["EditorEng"].rule("_8", cs), Editor.concretes["EditorEng"].rule("_8", cs), Editor.concretes["EditorEng"].rule("_8", cs), Editor.concretes["EditorEng"].rule("_8", cs), Editor.concretes["EditorEng"].rule("_8", cs), Editor.concretes["EditorEng"].rule("_8", cs), Editor.concretes["EditorEng"].rule("_8", cs));}, _64: function(cs){return Editor.concretes["EditorEng"].rule("_63", cs).sel(Editor.concretes["EditorEng"].rule("_57", cs));}, _65: function(cs){return Editor.concretes["EditorEng"].rule("_9", cs).sel(new Int(0));}, _66: function(cs){return Editor.concretes["EditorEng"].rule("_65", cs).sel(new Int(1));}, _67: function(cs){return new Seq(new Str("a"), Editor.concretes["EditorEng"].rule("_64", cs), Editor.concretes["EditorEng"].rule("_66", cs));}, _7: function(cs){return cs[0].sel(new Int(0));}, _72: function(cs){return new Suffix("Finnish", Editor.concretes["EditorEng"].rule("_3", cs));}, _76: function(cs){return new Arr(new Str(""), new Str(""), new Str("'"));}, _8: function(cs){return Editor.concretes["EditorEng"].rule("_7", cs).sel(new Int(0));}, _80: function(cs){return new Suffix("French", Editor.concretes["EditorEng"].rule("_3", cs));}, _83: function(cs){return new Suffix("German", Editor.concretes["EditorEng"].rule("_3", cs));}, _86: function(cs){return new Arr(Editor.concretes["EditorEng"].rule("_15", cs), Editor.concretes["EditorEng"].rule("_15", cs));}, _87: function(cs){return new Arr(new Str("a"), Editor.concretes["EditorEng"].rule("_15", cs));}, _88: function(cs){return new Arr(Editor.concretes["EditorEng"].rule("_86", cs), Editor.concretes["EditorEng"].rule("_87", cs));}, _89: function(cs){return new Arr(Editor.concretes["EditorEng"].rule("_88", cs));}, _9: function(cs){return cs[1].sel(new Int(0));}, _94: function(cs){return new Suffix("Italian", Editor.concretes["EditorEng"].rule("_3", cs));}, Adjective: function(cs){return new Arr(Editor.concretes["EditorEng"].rule("_167", cs));}, Determiner: function(cs){return new Arr(new Arr(Editor.concretes["EditorEng"].rule("_169", cs), Editor.concretes["EditorEng"].rule("_169", cs)));}, Noun: function(cs){return new Arr(new Arr(Editor.concretes["EditorEng"].rule("_172", cs), Editor.concretes["EditorEng"].rule("_172", cs)), new Int(0));}, Sentence: function(cs){return new Arr(cs[0]);}, Verb: function(cs){return new Arr(Editor.concretes["EditorEng"].rule("_167", cs), new Int(0));}, "Int": function(cs){return new Arr(cs[0]);}, "Float": function(cs){return new Arr(cs[0]);}, "String": function(cs){return new Arr(cs[0]);}}, new Parser("Sentence",[new Rule(10, new FunApp("Wrapper",[]),[],[[new Terminal("wrapper")]]), new Rule(9, new FunApp("Wrapper",[]),[],[[new Terminal("wrapper")]]), new Rule(8, new FunApp("Wrapper",[]),[],[[new Terminal("wrapper's")]]), new Rule(7, new FunApp("Wrapper",[]),[],[[new Terminal("wrappers")]]), new Rule(6, new FunApp("Wrapper",[]),[],[[new Terminal("wrappers")]]), new Rule(5, new FunApp("Wrapper",[]),[],[[new Terminal("wrappers'")]]), new Rule(17, new FunApp("Wrap",[]),[],[[new Terminal("Wrap")]]), new Rule(20, new FunApp("Wrap",[]),[],[[new Terminal("Wraps")]]), new Rule(19, new FunApp("Wrap",[]),[],[[new Terminal("Wraped")]]), new Rule(18, new FunApp("Wrap",[]),[],[[new Terminal("Wraping")]]), new Rule(17, new FunApp("Undo",[]),[],[[new Terminal("Undo")]]), new Rule(20, new FunApp("Undo",[]),[],[[new Terminal("Undoes")]]), new Rule(19, new FunApp("Undo",[]),[],[[new Terminal("Undoed")]]), new Rule(18, new FunApp("Undo",[]),[],[[new Terminal("Undoing")]]), new Rule(10, new FunApp("Tree",[]),[],[[new Terminal("tree")]]), new Rule(9, new FunApp("Tree",[]),[],[[new Terminal("tree")]]), new Rule(8, new FunApp("Tree",[]),[],[[new Terminal("tree's")]]), new Rule(7, new FunApp("Tree",[]),[],[[new Terminal("trees")]]), new Rule(6, new FunApp("Tree",[]),[],[[new Terminal("trees")]]), new Rule(5, new FunApp("Tree",[]),[],[[new Terminal("trees'")]]), new Rule(10, new FunApp("Swedish",[]),[],[[new Terminal("Swedish")]]), new Rule(9, new FunApp("Swedish",[]),[],[[new Terminal("Swedish")]]), new Rule(8, new FunApp("Swedish",[]),[],[[new Terminal("Swedish's")]]), new Rule(7, new FunApp("Swedish",[]),[],[[new Terminal("Swedish")]]), new Rule(6, new FunApp("Swedish",[]),[],[[new Terminal("Swedish")]]), new Rule(5, new FunApp("Swedish",[]),[],[[new Terminal("Swedish's")]]), new Rule(10, new FunApp("String_N",[]),[],[[new Terminal("string")]]), new Rule(9, new FunApp("String_N",[]),[],[[new Terminal("string")]]), new Rule(8, new FunApp("String_N",[]),[],[[new Terminal("string's")]]), new Rule(7, new FunApp("String_N",[]),[],[[new Terminal("strings")]]), new Rule(6, new FunApp("String_N",[]),[],[[new Terminal("strings")]]), new Rule(5, new FunApp("String_N",[]),[],[[new Terminal("strings'")]]), new Rule(10, new FunApp("Spanish",[]),[],[[new Terminal("Spanish")]]), new Rule(9, new FunApp("Spanish",[]),[],[[new Terminal("Spanish")]]), new Rule(8, new FunApp("Spanish",[]),[],[[new Terminal("Spanish's")]]), new Rule(7, new FunApp("Spanish",[]),[],[[new Terminal("Spanish")]]), new Rule(6, new FunApp("Spanish",[]),[],[[new Terminal("Spanish")]]), new Rule(5, new FunApp("Spanish",[]),[],[[new Terminal("Spanish's")]]), new Rule(11, new FunApp("SingleWordCommand",[new Arg(0)]),[17],[[new ArgProj(0, 0)]]), new Rule(11, new FunApp("SingleWordCommand",[new Arg(0)]),[16],[[new ArgProj(0, 0), new Terminal("yourself")]]), new Rule(17, new FunApp("Show",[]),[],[[new Terminal("Show")]]), new Rule(20, new FunApp("Show",[]),[],[[new Terminal("Shows")]]), new Rule(19, new FunApp("Show",[]),[],[[new Terminal("Showed")]]), new Rule(18, new FunApp("Show",[]),[],[[new Terminal("Showing")]]), new Rule(17, new FunApp("Select",[]),[],[[new Terminal("Select")]]), new Rule(20, new FunApp("Select",[]),[],[[new Terminal("Selects")]]), new Rule(19, new FunApp("Select",[]),[],[[new Terminal("Selected")]]), new Rule(18, new FunApp("Select",[]),[],[[new Terminal("Selecting")]]), new Rule(10, new FunApp("Russian",[]),[],[[new Terminal("Russian")]]), new Rule(9, new FunApp("Russian",[]),[],[[new Terminal("Russian")]]), new Rule(8, new FunApp("Russian",[]),[],[[new Terminal("Russian's")]]), new Rule(7, new FunApp("Russian",[]),[],[[new Terminal("Russian")]]), new Rule(6, new FunApp("Russian",[]),[],[[new Terminal("Russian")]]), new Rule(5, new FunApp("Russian",[]),[],[[new Terminal("Russian's")]]), new Rule(17, new FunApp("Replace",[]),[],[[new Terminal("Replace")]]), new Rule(20, new FunApp("Replace",[]),[],[[new Terminal("Replaces")]]), new Rule(19, new FunApp("Replace",[]),[],[[new Terminal("Replaced")]]), new Rule(18, new FunApp("Replace",[]),[],[[new Terminal("Replacing")]]), new Rule(10, new FunApp("Refinement",[]),[],[[new Terminal("refinement")]]), new Rule(9, new FunApp("Refinement",[]),[],[[new Terminal("refinement")]]), new Rule(8, new FunApp("Refinement",[]),[],[[new Terminal("refinement's")]]), new Rule(7, new FunApp("Refinement",[]),[],[[new Terminal("refinements")]]), new Rule(6, new FunApp("Refinement",[]),[],[[new Terminal("refinements")]]), new Rule(5, new FunApp("Refinement",[]),[],[[new Terminal("refinements'")]]), new Rule(17, new FunApp("Refine",[]),[],[[new Terminal("Refine")]]), new Rule(20, new FunApp("Refine",[]),[],[[new Terminal("Refines")]]), new Rule(19, new FunApp("Refine",[]),[],[[new Terminal("Refined")]]), new Rule(18, new FunApp("Refine",[]),[],[[new Terminal("Refining")]]), new Rule(17, new FunApp("Redo",[]),[],[[new Terminal("Redo")]]), new Rule(20, new FunApp("Redo",[]),[],[[new Terminal("Redoes")]]), new Rule(19, new FunApp("Redo",[]),[],[[new Terminal("Redoed")]]), new Rule(18, new FunApp("Redo",[]),[],[[new Terminal("Redoing")]]), new Rule(11, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[17, 15, 12],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("at"), new Terminal("random")]]), new Rule(11, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[16, 15, 12],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("yourself"), new Terminal("at"), new Terminal("random")]]), new Rule(4, new FunApp("Previous",[]),[],[[new Terminal("previous")]]), new Rule(3, new FunApp("Previous",[]),[],[[new Terminal("previouser")]]), new Rule(2, new FunApp("Previous",[]),[],[[new Terminal("previousest")]]), new Rule(1, new FunApp("Previous",[]),[],[[new Terminal("previously")]]), new Rule(17, new FunApp("Paste",[]),[],[[new Terminal("Paste")]]), new Rule(20, new FunApp("Paste",[]),[],[[new Terminal("Pastes")]]), new Rule(19, new FunApp("Paste",[]),[],[[new Terminal("Pasted")]]), new Rule(18, new FunApp("Paste",[]),[],[[new Terminal("Pasting")]]), new Rule(17, new FunApp("Parse",[]),[],[[new Terminal("Parse")]]), new Rule(20, new FunApp("Parse",[]),[],[[new Terminal("Parses")]]), new Rule(19, new FunApp("Parse",[]),[],[[new Terminal("Parsed")]]), new Rule(18, new FunApp("Parse",[]),[],[[new Terminal("Parsing")]]), new Rule(10, new FunApp("Page",[]),[],[[new Terminal("page")]]), new Rule(9, new FunApp("Page",[]),[],[[new Terminal("page")]]), new Rule(8, new FunApp("Page",[]),[],[[new Terminal("page's")]]), new Rule(7, new FunApp("Page",[]),[],[[new Terminal("pages")]]), new Rule(6, new FunApp("Page",[]),[],[[new Terminal("pages")]]), new Rule(5, new FunApp("Page",[]),[],[[new Terminal("pages'")]]), new Rule(10, new FunApp("Norwegian",[]),[],[[new Terminal("Norwegian")]]), new Rule(9, new FunApp("Norwegian",[]),[],[[new Terminal("Norwegian")]]), new Rule(8, new FunApp("Norwegian",[]),[],[[new Terminal("Norwegian's")]]), new Rule(7, new FunApp("Norwegian",[]),[],[[new Terminal("Norwegian")]]), new Rule(6, new FunApp("Norwegian",[]),[],[[new Terminal("Norwegian")]]), new Rule(5, new FunApp("Norwegian",[]),[],[[new Terminal("Norwegian's")]]), new Rule(10, new FunApp("Node",[]),[],[[new Terminal("node")]]), new Rule(9, new FunApp("Node",[]),[],[[new Terminal("node")]]), new Rule(8, new FunApp("Node",[]),[],[[new Terminal("node's")]]), new Rule(7, new FunApp("Node",[]),[],[[new Terminal("nodes")]]), new Rule(6, new FunApp("Node",[]),[],[[new Terminal("nodes")]]), new Rule(5, new FunApp("Node",[]),[],[[new Terminal("nodes'")]]), new Rule(4, new FunApp("Next",[]),[],[[new Terminal("next")]]), new Rule(3, new FunApp("Next",[]),[],[[new Terminal("nexter")]]), new Rule(2, new FunApp("Next",[]),[],[[new Terminal("nextest")]]), new Rule(1, new FunApp("Next",[]),[],[[new Terminal("nextly")]]), new Rule(10, new FunApp("Language",[]),[],[[new Terminal("language")]]), new Rule(9, new FunApp("Language",[]),[],[[new Terminal("language")]]), new Rule(8, new FunApp("Language",[]),[],[[new Terminal("language's")]]), new Rule(7, new FunApp("Language",[]),[],[[new Terminal("languages")]]), new Rule(6, new FunApp("Language",[]),[],[[new Terminal("languages")]]), new Rule(5, new FunApp("Language",[]),[],[[new Terminal("languages'")]]), new Rule(11, new FunApp("Label",[new Arg(0)]),[24],[[new ArgProj(0, 0)]]), new Rule(24, new Arg(0),[26],[[new ArgProj(0, 0)]]), new Rule(24, new Arg(0),[25],[[new ArgProj(0, 0)]]), new Rule(24, new Arg(0),[10],[[new ArgProj(0, 0)]]), new Rule(10, new FunApp("Italian",[]),[],[[new Terminal("Italian")]]), new Rule(9, new FunApp("Italian",[]),[],[[new Terminal("Italian")]]), new Rule(8, new FunApp("Italian",[]),[],[[new Terminal("Italian's")]]), new Rule(7, new FunApp("Italian",[]),[],[[new Terminal("Italian")]]), new Rule(6, new FunApp("Italian",[]),[],[[new Terminal("Italian")]]), new Rule(5, new FunApp("Italian",[]),[],[[new Terminal("Italian's")]]), new Rule(10, new FunApp("Integer_N",[]),[],[[new Terminal("integer")]]), new Rule(9, new FunApp("Integer_N",[]),[],[[new Terminal("integer")]]), new Rule(8, new FunApp("Integer_N",[]),[],[[new Terminal("integer's")]]), new Rule(7, new FunApp("Integer_N",[]),[],[[new Terminal("integers")]]), new Rule(6, new FunApp("Integer_N",[]),[],[[new Terminal("integers")]]), new Rule(5, new FunApp("Integer_N",[]),[],[[new Terminal("integers'")]]), new Rule(23, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(22, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(15, new FunApp("IndefSgDet",[]),[],[[new Terminal("an")]]), new Rule(15, new FunApp("IndefSgDet",[]),[],[[new Terminal("a")]]), new Rule(21, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(23, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(22, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(15, new FunApp("IndefPlDet",[]),[],[[new Terminal("an")]]), new Rule(15, new FunApp("IndefPlDet",[]),[],[[new Terminal("a")]]), new Rule(21, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(10, new FunApp("German",[]),[],[[new Terminal("German")]]), new Rule(9, new FunApp("German",[]),[],[[new Terminal("German")]]), new Rule(8, new FunApp("German",[]),[],[[new Terminal("German's")]]), new Rule(7, new FunApp("German",[]),[],[[new Terminal("German")]]), new Rule(6, new FunApp("German",[]),[],[[new Terminal("German")]]), new Rule(5, new FunApp("German",[]),[],[[new Terminal("German's")]]), new Rule(10, new FunApp("French",[]),[],[[new Terminal("French")]]), new Rule(9, new FunApp("French",[]),[],[[new Terminal("French")]]), new Rule(8, new FunApp("French",[]),[],[[new Terminal("French's")]]), new Rule(7, new FunApp("French",[]),[],[[new Terminal("French")]]), new Rule(6, new FunApp("French",[]),[],[[new Terminal("French")]]), new Rule(5, new FunApp("French",[]),[],[[new Terminal("French's")]]), new Rule(10, new FunApp("Float_N",[]),[],[[new Terminal("float")]]), new Rule(9, new FunApp("Float_N",[]),[],[[new Terminal("float")]]), new Rule(8, new FunApp("Float_N",[]),[],[[new Terminal("float's")]]), new Rule(7, new FunApp("Float_N",[]),[],[[new Terminal("floats")]]), new Rule(6, new FunApp("Float_N",[]),[],[[new Terminal("floats")]]), new Rule(5, new FunApp("Float_N",[]),[],[[new Terminal("floats'")]]), new Rule(10, new FunApp("Finnish",[]),[],[[new Terminal("Finnish")]]), new Rule(9, new FunApp("Finnish",[]),[],[[new Terminal("Finnish")]]), new Rule(8, new FunApp("Finnish",[]),[],[[new Terminal("Finnish's")]]), new Rule(7, new FunApp("Finnish",[]),[],[[new Terminal("Finnish")]]), new Rule(6, new FunApp("Finnish",[]),[],[[new Terminal("Finnish")]]), new Rule(5, new FunApp("Finnish",[]),[],[[new Terminal("Finnish's")]]), new Rule(11, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[4, 14],[[new Terminal("there"), new Terminal("isn't"), new Terminal("an"), new ArgProj(0, 0), new ArgProj(1, 0)]]), new Rule(11, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[4, 14],[[new Terminal("there"), new Terminal("isn't"), new Terminal("a"), new ArgProj(0, 0), new ArgProj(1, 0)]]), new Rule(11, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[4, 13],[[new Terminal("there"), new Terminal("isn't"), new Terminal("an"), new ArgProj(0, 0), new ArgProj(1, 0)]]), new Rule(11, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[4, 13],[[new Terminal("there"), new Terminal("isn't"), new Terminal("a"), new ArgProj(0, 0), new ArgProj(1, 0)]]), new Rule(11, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[4, 9],[[new Terminal("there"), new Terminal("isn't"), new Terminal("an"), new ArgProj(0, 0), new ArgProj(1, 0)]]), new Rule(11, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[4, 9],[[new Terminal("there"), new Terminal("isn't"), new Terminal("a"), new ArgProj(0, 0), new ArgProj(1, 0)]]), new Rule(17, new FunApp("Enter",[]),[],[[new Terminal("Enter")]]), new Rule(20, new FunApp("Enter",[]),[],[[new Terminal("Enters")]]), new Rule(19, new FunApp("Enter",[]),[],[[new Terminal("Entered")]]), new Rule(18, new FunApp("Enter",[]),[],[[new Terminal("Entering")]]), new Rule(10, new FunApp("English",[]),[],[[new Terminal("English")]]), new Rule(9, new FunApp("English",[]),[],[[new Terminal("English")]]), new Rule(8, new FunApp("English",[]),[],[[new Terminal("English's")]]), new Rule(7, new FunApp("English",[]),[],[[new Terminal("English")]]), new Rule(6, new FunApp("English",[]),[],[[new Terminal("English")]]), new Rule(5, new FunApp("English",[]),[],[[new Terminal("English's")]]), new Rule(17, new FunApp("Delete",[]),[],[[new Terminal("Delete")]]), new Rule(20, new FunApp("Delete",[]),[],[[new Terminal("Deletes")]]), new Rule(19, new FunApp("Delete",[]),[],[[new Terminal("Deleted")]]), new Rule(18, new FunApp("Delete",[]),[],[[new Terminal("Deleting")]]), new Rule(23, new FunApp("DefSgDet",[]),[],[[new Terminal("the")]]), new Rule(22, new FunApp("DefSgDet",[]),[],[[new Terminal("the")]]), new Rule(15, new FunApp("DefSgDet",[]),[],[[new Terminal("the")]]), new Rule(21, new FunApp("DefSgDet",[]),[],[[new Terminal("the")]]), new Rule(23, new FunApp("DefPlDet",[]),[],[[new Terminal("the")]]), new Rule(22, new FunApp("DefPlDet",[]),[],[[new Terminal("the")]]), new Rule(15, new FunApp("DefPlDet",[]),[],[[new Terminal("the")]]), new Rule(21, new FunApp("DefPlDet",[]),[],[[new Terminal("the")]]), new Rule(10, new FunApp("Danish",[]),[],[[new Terminal("Danish")]]), new Rule(9, new FunApp("Danish",[]),[],[[new Terminal("Danish")]]), new Rule(8, new FunApp("Danish",[]),[],[[new Terminal("Danish's")]]), new Rule(7, new FunApp("Danish",[]),[],[[new Terminal("Danish")]]), new Rule(6, new FunApp("Danish",[]),[],[[new Terminal("Danish")]]), new Rule(5, new FunApp("Danish",[]),[],[[new Terminal("Danish's")]]), new Rule(17, new FunApp("Cut",[]),[],[[new Terminal("Cut")]]), new Rule(20, new FunApp("Cut",[]),[],[[new Terminal("Cuts")]]), new Rule(19, new FunApp("Cut",[]),[],[[new Terminal("Cuted")]]), new Rule(18, new FunApp("Cut",[]),[],[[new Terminal("Cuting")]]), new Rule(17, new FunApp("Copy",[]),[],[[new Terminal("Copy")]]), new Rule(20, new FunApp("Copy",[]),[],[[new Terminal("Copies")]]), new Rule(19, new FunApp("Copy",[]),[],[[new Terminal("Copied")]]), new Rule(18, new FunApp("Copy",[]),[],[[new Terminal("Copying")]]), new Rule(11, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[17, 15, 4, 14],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(11, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[17, 15, 4, 13],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(11, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[17, 15, 4, 9],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(11, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[16, 15, 4, 14],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0), new Terminal("yourself")]]), new Rule(11, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[16, 15, 4, 13],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0), new Terminal("yourself")]]), new Rule(11, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[16, 15, 4, 9],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0), new Terminal("yourself")]]), new Rule(11, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[17, 15, 12],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(11, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[16, 15, 12],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("yourself")]]), new Rule(12, new Arg(0),[14],[[new ArgProj(0, 0)]]), new Rule(12, new Arg(0),[13],[[new ArgProj(0, 0)]]), new Rule(12, new Arg(0),[9],[[new ArgProj(0, 0)]]), new Rule(10, new FunApp("Bulgarian",[]),[],[[new Terminal("Bulgarian")]]), new Rule(9, new FunApp("Bulgarian",[]),[],[[new Terminal("Bulgarian")]]), new Rule(8, new FunApp("Bulgarian",[]),[],[[new Terminal("Bulgarian's")]]), new Rule(7, new FunApp("Bulgarian",[]),[],[[new Terminal("Bulgarian")]]), new Rule(6, new FunApp("Bulgarian",[]),[],[[new Terminal("Bulgarian")]]), new Rule(5, new FunApp("Bulgarian",[]),[],[[new Terminal("Bulgarian's")]]), new Rule(4, new FunApp("Available",[]),[],[[new Terminal("available")]]), new Rule(3, new FunApp("Available",[]),[],[[new Terminal("availabler")]]), new Rule(2, new FunApp("Available",[]),[],[[new Terminal("availablest")]]), new Rule(1, new FunApp("Available",[]),[],[[new Terminal("availablely")]])],{Adjective:[4, 3, 2, 1], Determiner:[23, 15, 22, 21], Float:[-3], Int:[-2], Noun:[24, 10, 25, 26, 7, 12, 9, 13, 14, 6, 8, 5], Sentence:[11], String:[-1], Verb:[16, 17, 20, 19, 18], _Var:[-4]})), EditorFre: new GFConcrete({coding: "utf8"},{Available: function(cs){return new Arr(new Arr(new Suffix("disponible", new Arr(new Str(""), new Str("s"), new Str(""), new Str("s"), new Str("ment"))), Editor.concretes["EditorFre"].rule("_5", cs), Editor.concretes["EditorFre"].rule("_5", cs)), new Int(1));}, Bulgarian: function(cs){return new Arr(new Suffix("bulgarien", Editor.concretes["EditorFre"].rule("_8", cs)), new Int(0));}, Command: function(cs){return new Arr(new Seq(Editor.concretes["EditorFre"].rule("_41", cs), Editor.concretes["EditorFre"].rule("_43", cs), Editor.concretes["EditorFre"].rule("_45", cs), Editor.concretes["EditorFre"].rule("_58", cs)));}, CommandAdj: function(cs){return new Arr(new Seq((new Arr(Editor.concretes["EditorFre"].rule("_68", cs), Editor.concretes["EditorFre"].rule("_69", cs), Editor.concretes["EditorFre"].rule("_70", cs), Editor.concretes["EditorFre"].rule("_71", cs), Editor.concretes["EditorFre"].rule("_72", cs), Editor.concretes["EditorFre"].rule("_73", cs), Editor.concretes["EditorFre"].rule("_68", cs), Editor.concretes["EditorFre"].rule("_69", cs), Editor.concretes["EditorFre"].rule("_70", cs), Editor.concretes["EditorFre"].rule("_71", cs), Editor.concretes["EditorFre"].rule("_72", cs), Editor.concretes["EditorFre"].rule("_73", cs), Editor.concretes["EditorFre"].rule("_67", cs), Editor.concretes["EditorFre"].rule("_67", cs))).sel(Editor.concretes["EditorFre"].rule("_40", cs)), Editor.concretes["EditorFre"].rule("_43", cs), Editor.concretes["EditorFre"].rule("_45", cs),(new Arr(new Arr(Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_87", cs)), new Arr(Editor.concretes["EditorFre"].rule("_87", cs), Editor.concretes["EditorFre"].rule("_87", cs)))).sel(Editor.concretes["EditorFre"].rule("_25", cs)).sel(Editor.concretes["EditorFre"].rule("_27", cs))));}, Copy: function(cs){return new Arr(new Suffix("copi", Editor.concretes["EditorFre"].rule("_95", cs)), new Int(0));}, Cut: function(cs){return new Arr(new Suffix("coup", Editor.concretes["EditorFre"].rule("_95", cs)), new Int(0));}, Danish: function(cs){return new Arr(new Suffix("danois", Editor.concretes["EditorFre"].rule("_100", cs)), new Int(0));}, DefPlDet: function(cs){return Editor.concretes["EditorFre"].rule("_112", cs);}, DefSgDet: function(cs){return Editor.concretes["EditorFre"].rule("_112", cs);}, Delete: function(cs){return new Arr(new Suffix("enlev", Editor.concretes["EditorFre"].rule("_95", cs)), new Int(0));}, English: function(cs){return new Arr(new Suffix("anglais", Editor.concretes["EditorFre"].rule("_100", cs)), new Int(0));}, Enter: function(cs){return new Arr(new Suffix("introdui", new Arr(new Str("re"), new Str("re"), new Str("s"), new Str("s"), new Str("t"), new Str("sons"), new Str("sez"), new Str("sent"), new Str("se"), new Str("ses"), new Str("se"), new Str("sions"), new Str("siez"), new Str("sent"), new Str("s"), new Str("sons"), new Str("sez"), new Str("t"), new Str("ts"), new Str("te"), new Str("tes"), new Str("sant"))), new Int(0));}, ErrorMessage: function(cs){return new Arr(new Seq(new Str("il"), new Str("ne"), new Str("y"), new Str("a"), new Str("pas"),(new Arr(new Str("des"), new Str("des"))).sel(Editor.concretes["EditorFre"].rule("_121", cs)),(new Arr(new Seq(Editor.concretes["EditorFre"].rule("_125", cs), Editor.concretes["EditorFre"].rule("_47", cs)), new Seq(Editor.concretes["EditorFre"].rule("_47", cs), Editor.concretes["EditorFre"].rule("_125", cs)))).sel(Editor.concretes["EditorFre"].rule("_18", cs))));}, Finnish: function(cs){return new Arr(new Suffix("finnois", Editor.concretes["EditorFre"].rule("_100", cs)), new Int(0));}, Float_N: function(cs){return new Arr(new Suffix("réel", Editor.concretes["EditorFre"].rule("_8", cs)), new Int(0));}, French: function(cs){return new Arr(new Suffix("français", Editor.concretes["EditorFre"].rule("_100", cs)), new Int(0));}, German: function(cs){return new Arr(new Suffix("allemand", Editor.concretes["EditorFre"].rule("_8", cs)), new Int(0));}, IndefPlDet: function(cs){return Editor.concretes["EditorFre"].rule("_155", cs);}, IndefSgDet: function(cs){return Editor.concretes["EditorFre"].rule("_155", cs);}, Integer_N: function(cs){return new Arr(new Suffix("entier", Editor.concretes["EditorFre"].rule("_8", cs)), new Int(0));}, Italian: function(cs){return new Arr(new Suffix("italien", Editor.concretes["EditorFre"].rule("_8", cs)), new Int(0));}, Label: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_43", cs));}, Language: function(cs){return new Arr(new Suffix("langue", Editor.concretes["EditorFre"].rule("_8", cs)), new Int(1));}, Next: function(cs){return new Arr(new Arr(new Suffix("prochain", Editor.concretes["EditorFre"].rule("_163", cs)), Editor.concretes["EditorFre"].rule("_170", cs), Editor.concretes["EditorFre"].rule("_170", cs)), new Int(1));}, Node: function(cs){return new Arr(new Suffix("noeud", Editor.concretes["EditorFre"].rule("_8", cs)), new Int(0));}, Norwegian: function(cs){return new Arr(new Suffix("norvégien", Editor.concretes["EditorFre"].rule("_8", cs)), new Int(0));}, Page: function(cs){return new Arr(new Suffix("page", Editor.concretes["EditorFre"].rule("_8", cs)), new Int(1));}, Parse: function(cs){return new Arr(new Suffix("analys", Editor.concretes["EditorFre"].rule("_95", cs)), new Int(0));}, Paste: function(cs){return new Arr(new Suffix("coll", Editor.concretes["EditorFre"].rule("_95", cs)), new Int(0));}, Previous: function(cs){return new Arr(new Arr(new Suffix("précédent", Editor.concretes["EditorFre"].rule("_163", cs)), Editor.concretes["EditorFre"].rule("_189", cs), Editor.concretes["EditorFre"].rule("_189", cs)), new Int(1));}, RandomlyCommand: function(cs){return new Arr(new Seq(Editor.concretes["EditorFre"].rule("_41", cs), Editor.concretes["EditorFre"].rule("_43", cs), Editor.concretes["EditorFre"].rule("_45", cs), Editor.concretes["EditorFre"].rule("_58", cs), new Str("aléatoirement")));}, Redo: function(cs){return new Arr(new Suffix("ref", new Arr(new Str("aire"), new Str("aire"), new Str("ais"), new Str("ais"), new Str("ait"), new Str("aisons"), new Str("aites"), new Str("ont"), new Str("asse"), new Str("asses"), new Str("asse"), new Str("assions"), new Str("assiez"), new Str("assent"), new Str("ais"), new Str("aisons"), new Str("aites"), new Str("ait"), new Str("aits"), new Str("aite"), new Str("aites"), new Str("aisant"))), new Int(0));}, Refine: function(cs){return new Arr(new Suffix("raffin", Editor.concretes["EditorFre"].rule("_95", cs)), new Int(0));}, Refinement: function(cs){return new Arr(new Suffix("raffinement", Editor.concretes["EditorFre"].rule("_8", cs)), new Int(0));}, Replace: function(cs){return new Arr(new Suffix("rempla", new Arr(new Str("cer"), new Str("cer"), new Str("ce"), new Str("ces"), new Str("ce"), new Str("çons"), new Str("cez"), new Str("cent"), new Str("ce"), new Str("ces"), new Str("ce"), new Str("cions"), new Str("ciez"), new Str("cent"), new Str("ce"), new Str("çons"), new Str("cez"), new Str("cé"), new Str("cés"), new Str("cée"), new Str("cées"), new Str("çant"))), new Int(0));}, Russian: function(cs){return new Arr(new Suffix("russe", Editor.concretes["EditorFre"].rule("_8", cs)), new Int(1));}, Select: function(cs){return new Arr(new Suffix("selectionn", Editor.concretes["EditorFre"].rule("_95", cs)), new Int(0));}, Show: function(cs){return new Arr(new Suffix("montr", Editor.concretes["EditorFre"].rule("_95", cs)), new Int(0));}, SingleWordCommand: function(cs){return new Arr(new Seq(Editor.concretes["EditorFre"].rule("_12", cs).sel(Editor.concretes["EditorFre"].rule("_20", cs)), Editor.concretes["EditorFre"].rule("_43", cs)));}, Spanish: function(cs){return new Arr(new Suffix("espagnol", Editor.concretes["EditorFre"].rule("_8", cs)), new Int(0));}, String_N: function(cs){return new Arr(new Arr(new Seq(new Str("chaîne"), new Str("de"), new Str("charactères")), new Seq(new Str("chaînes"), new Str("de"), new Str("charactères"))), new Int(1));}, Swedish: function(cs){return new Arr(new Suffix("suédois", Editor.concretes["EditorFre"].rule("_100", cs)), new Int(0));}, Tree: function(cs){return new Arr(new Suffix("arbre", Editor.concretes["EditorFre"].rule("_8", cs)), new Int(0));}, Undo: function(cs){return new Arr(new Suffix("annul", Editor.concretes["EditorFre"].rule("_95", cs)), new Int(0));}, Wrap: function(cs){return new Arr(new Suffix("emball", Editor.concretes["EditorFre"].rule("_95", cs)), new Int(0));}, Wrapper: function(cs){return new Arr(new Suffix("emballage", Editor.concretes["EditorFre"].rule("_8", cs)), new Int(1));}, _100: function(cs){return new Arr(new Str(""), new Str(""));}, _103: function(cs){return new Arr(new Str("le"), new Str("le"), new Str("du"), new Str("au"), new Str("le"));}, _104: function(cs){return new Seq(new Str("de"), new Str("la"));}, _105: function(cs){return new Seq(new Str("Ã"), new Str("la"));}, _106: function(cs){return new Arr(new Str("la"), new Str("la"), Editor.concretes["EditorFre"].rule("_104", cs), Editor.concretes["EditorFre"].rule("_105", cs), new Str("la"));}, _107: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_103", cs), Editor.concretes["EditorFre"].rule("_106", cs));}, _108: function(cs){return new Arr(new Str("les"), new Str("les"), new Str("des"), new Str("aux"), new Str("les"));}, _109: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_108", cs), Editor.concretes["EditorFre"].rule("_108", cs));}, _11: function(cs){return new Seq();}, _110: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_107", cs), Editor.concretes["EditorFre"].rule("_109", cs));}, _111: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_110", cs), Editor.concretes["EditorFre"].rule("_110", cs));}, _112: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_111", cs));}, _12: function(cs){return new Arr(new Str("me"), new Str("te"), new Str("le"), new Str("nous"), new Str("vous"), new Str("les"), new Str("me"), new Str("te"), new Str("la"), new Str("nous"), new Str("vous"), new Str("les"), new Str("se"), Editor.concretes["EditorFre"].rule("_11", cs));}, _121: function(cs){return cs[1].sel(new Int(1));}, _123: function(cs){return new Arr(new Int(1), new Int(3));}, _124: function(cs){return Editor.concretes["EditorFre"].rule("_123", cs).sel(Editor.concretes["EditorFre"].rule("_121", cs));}, _125: function(cs){return Editor.concretes["EditorFre"].rule("_43", cs).sel(Editor.concretes["EditorFre"].rule("_124", cs));}, _13: function(cs){return new Arr(new Int(2), new Int(8));}, _14: function(cs){return cs[2].sel(new Int(1));}, _140: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_11", cs));}, _141: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_140", cs), Editor.concretes["EditorFre"].rule("_140", cs));}, _142: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_141", cs), Editor.concretes["EditorFre"].rule("_141", cs));}, _143: function(cs){return new Seq(new Str("d'"), new Str("un"));}, _144: function(cs){return new Seq(new Str("Ã"), new Str("un"));}, _145: function(cs){return new Arr(new Str("un"), new Str("un"), Editor.concretes["EditorFre"].rule("_143", cs), Editor.concretes["EditorFre"].rule("_144", cs), new Str("un"));}, _146: function(cs){return new Seq(new Str("d'"), new Str("une"));}, _147: function(cs){return new Seq(new Str("Ã"), new Str("une"));}, _148: function(cs){return new Arr(new Str("une"), new Str("une"), Editor.concretes["EditorFre"].rule("_146", cs), Editor.concretes["EditorFre"].rule("_147", cs), new Str("une"));}, _149: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_145", cs), Editor.concretes["EditorFre"].rule("_148", cs));}, _15: function(cs){return Editor.concretes["EditorFre"].rule("_13", cs).sel(Editor.concretes["EditorFre"].rule("_14", cs));}, _150: function(cs){return new Seq(new Str("Ã"), new Str("des"));}, _151: function(cs){return new Arr(new Str("des"), new Str("des"), new Str("de"), Editor.concretes["EditorFre"].rule("_150", cs), new Str("des"));}, _152: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_151", cs), Editor.concretes["EditorFre"].rule("_151", cs));}, _153: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_149", cs), Editor.concretes["EditorFre"].rule("_152", cs));}, _154: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_142", cs), Editor.concretes["EditorFre"].rule("_153", cs));}, _155: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_154", cs));}, _16: function(cs){return new Arr(new Int(12), new Int(13));}, _163: function(cs){return new Arr(new Str(""), new Str("s"), new Str("e"), new Str("es"), new Str("ement"));}, _165: function(cs){return new Seq(new Str("plus"), new Str("prochain"));}, _166: function(cs){return new Seq(new Str("plus"), new Str("prochains"));}, _167: function(cs){return new Seq(new Str("plus"), new Str("prochaine"));}, _168: function(cs){return new Seq(new Str("plus"), new Str("prochaines"));}, _169: function(cs){return new Seq(new Str("plus"), new Str("prochainement"));}, _17: function(cs){return new Arr(new Int(1), new Int(1), new Int(0));}, _170: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_165", cs), Editor.concretes["EditorFre"].rule("_166", cs), Editor.concretes["EditorFre"].rule("_167", cs), Editor.concretes["EditorFre"].rule("_168", cs), Editor.concretes["EditorFre"].rule("_169", cs));}, _18: function(cs){return cs[0].sel(new Int(1));}, _184: function(cs){return new Seq(new Str("plus"), new Str("précédent"));}, _185: function(cs){return new Seq(new Str("plus"), new Str("précédents"));}, _186: function(cs){return new Seq(new Str("plus"), new Str("précédente"));}, _187: function(cs){return new Seq(new Str("plus"), new Str("précédentes"));}, _188: function(cs){return new Seq(new Str("plus"), new Str("précédentement"));}, _189: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_184", cs), Editor.concretes["EditorFre"].rule("_185", cs), Editor.concretes["EditorFre"].rule("_186", cs), Editor.concretes["EditorFre"].rule("_187", cs), Editor.concretes["EditorFre"].rule("_188", cs));}, _19: function(cs){return Editor.concretes["EditorFre"].rule("_17", cs).sel(Editor.concretes["EditorFre"].rule("_18", cs));}, _2: function(cs){return new Seq(new Str("plus"), new Str("disponible"));}, _20: function(cs){return Editor.concretes["EditorFre"].rule("_16", cs).sel(Editor.concretes["EditorFre"].rule("_19", cs));}, _21: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_15", cs), Editor.concretes["EditorFre"].rule("_20", cs));}, _22: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_20", cs), Editor.concretes["EditorFre"].rule("_20", cs));}, _229: function(cs){return new Arr(cs[0], cs[0], cs[0], cs[0], cs[0]);}, _23: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_21", cs), Editor.concretes["EditorFre"].rule("_22", cs));}, _232: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_229", cs), Editor.concretes["EditorFre"].rule("_229", cs));}, _233: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_232", cs), Editor.concretes["EditorFre"].rule("_232", cs));}, _24: function(cs){return new Arr(new Int(1), new Int(0));}, _25: function(cs){return Editor.concretes["EditorFre"].rule("_24", cs).sel(new Int(0));}, _26: function(cs){return Editor.concretes["EditorFre"].rule("_23", cs).sel(Editor.concretes["EditorFre"].rule("_25", cs));}, _27: function(cs){return Editor.concretes["EditorFre"].rule("_24", cs).sel(new Int(1));}, _28: function(cs){return Editor.concretes["EditorFre"].rule("_26", cs).sel(Editor.concretes["EditorFre"].rule("_27", cs));}, _29: function(cs){return Editor.concretes["EditorFre"].rule("_12", cs).sel(Editor.concretes["EditorFre"].rule("_28", cs));}, _3: function(cs){return new Seq(new Str("plus"), new Str("disponibles"));}, _30: function(cs){return new Seq(new Str("me"), Editor.concretes["EditorFre"].rule("_29", cs));}, _31: function(cs){return new Seq(new Str("te"), Editor.concretes["EditorFre"].rule("_29", cs));}, _32: function(cs){return new Seq(Editor.concretes["EditorFre"].rule("_29", cs), new Str("lui"));}, _33: function(cs){return new Seq(new Str("nous"), Editor.concretes["EditorFre"].rule("_29", cs));}, _34: function(cs){return new Seq(new Str("vous"), Editor.concretes["EditorFre"].rule("_29", cs));}, _35: function(cs){return new Seq(Editor.concretes["EditorFre"].rule("_29", cs), new Str("leur"));}, _36: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_30", cs), Editor.concretes["EditorFre"].rule("_31", cs), Editor.concretes["EditorFre"].rule("_32", cs), Editor.concretes["EditorFre"].rule("_33", cs), Editor.concretes["EditorFre"].rule("_34", cs), Editor.concretes["EditorFre"].rule("_35", cs), Editor.concretes["EditorFre"].rule("_30", cs), Editor.concretes["EditorFre"].rule("_31", cs), Editor.concretes["EditorFre"].rule("_32", cs), Editor.concretes["EditorFre"].rule("_33", cs), Editor.concretes["EditorFre"].rule("_34", cs), Editor.concretes["EditorFre"].rule("_35", cs), Editor.concretes["EditorFre"].rule("_29", cs), Editor.concretes["EditorFre"].rule("_29", cs));}, _37: function(cs){return new Arr(new Int(13), new Int(13));}, _38: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_37", cs), Editor.concretes["EditorFre"].rule("_37", cs));}, _39: function(cs){return Editor.concretes["EditorFre"].rule("_38", cs).sel(Editor.concretes["EditorFre"].rule("_25", cs));}, _4: function(cs){return new Seq(new Str("plus"), new Str("disponiblement"));}, _40: function(cs){return Editor.concretes["EditorFre"].rule("_39", cs).sel(Editor.concretes["EditorFre"].rule("_27", cs));}, _41: function(cs){return Editor.concretes["EditorFre"].rule("_36", cs).sel(Editor.concretes["EditorFre"].rule("_40", cs));}, _42: function(cs){return cs[0].sel(new Int(0));}, _43: function(cs){return Editor.concretes["EditorFre"].rule("_42", cs).sel(new Int(0));}, _44: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_11", cs));}, _45: function(cs){return Editor.concretes["EditorFre"].rule("_44", cs).sel(Editor.concretes["EditorFre"].rule("_40", cs));}, _46: function(cs){return cs[1].sel(new Int(0));}, _47: function(cs){return Editor.concretes["EditorFre"].rule("_46", cs).sel(new Int(1));}, _48: function(cs){return Editor.concretes["EditorFre"].rule("_47", cs).sel(new Int(0));}, _49: function(cs){return Editor.concretes["EditorFre"].rule("_48", cs).sel(Editor.concretes["EditorFre"].rule("_14", cs));}, _5: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_2", cs), Editor.concretes["EditorFre"].rule("_3", cs), Editor.concretes["EditorFre"].rule("_2", cs), Editor.concretes["EditorFre"].rule("_3", cs), Editor.concretes["EditorFre"].rule("_4", cs));}, _50: function(cs){return Editor.concretes["EditorFre"].rule("_49", cs).sel(new Int(1));}, _51: function(cs){return cs[2].sel(new Int(0));}, _52: function(cs){return Editor.concretes["EditorFre"].rule("_51", cs).sel(new Int(0));}, _53: function(cs){return new Seq(Editor.concretes["EditorFre"].rule("_50", cs), Editor.concretes["EditorFre"].rule("_52", cs));}, _54: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_53", cs));}, _55: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_53", cs), Editor.concretes["EditorFre"].rule("_53", cs));}, _56: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_54", cs), Editor.concretes["EditorFre"].rule("_55", cs));}, _57: function(cs){return Editor.concretes["EditorFre"].rule("_56", cs).sel(Editor.concretes["EditorFre"].rule("_25", cs));}, _58: function(cs){return Editor.concretes["EditorFre"].rule("_57", cs).sel(Editor.concretes["EditorFre"].rule("_27", cs));}, _61: function(cs){return cs[3].sel(new Int(1));}, _62: function(cs){return Editor.concretes["EditorFre"].rule("_13", cs).sel(Editor.concretes["EditorFre"].rule("_61", cs));}, _63: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_62", cs), Editor.concretes["EditorFre"].rule("_20", cs));}, _64: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_63", cs), Editor.concretes["EditorFre"].rule("_22", cs));}, _65: function(cs){return Editor.concretes["EditorFre"].rule("_64", cs).sel(Editor.concretes["EditorFre"].rule("_25", cs));}, _66: function(cs){return Editor.concretes["EditorFre"].rule("_65", cs).sel(Editor.concretes["EditorFre"].rule("_27", cs));}, _67: function(cs){return Editor.concretes["EditorFre"].rule("_12", cs).sel(Editor.concretes["EditorFre"].rule("_66", cs));}, _68: function(cs){return new Seq(new Str("me"), Editor.concretes["EditorFre"].rule("_67", cs));}, _69: function(cs){return new Seq(new Str("te"), Editor.concretes["EditorFre"].rule("_67", cs));}, _70: function(cs){return new Seq(Editor.concretes["EditorFre"].rule("_67", cs), new Str("lui"));}, _71: function(cs){return new Seq(new Str("nous"), Editor.concretes["EditorFre"].rule("_67", cs));}, _72: function(cs){return new Seq(new Str("vous"), Editor.concretes["EditorFre"].rule("_67", cs));}, _73: function(cs){return new Seq(Editor.concretes["EditorFre"].rule("_67", cs), new Str("leur"));}, _76: function(cs){return Editor.concretes["EditorFre"].rule("_48", cs).sel(Editor.concretes["EditorFre"].rule("_61", cs));}, _77: function(cs){return Editor.concretes["EditorFre"].rule("_76", cs).sel(new Int(1));}, _78: function(cs){return new Arr(new Int(0), new Int(2));}, _79: function(cs){return Editor.concretes["EditorFre"].rule("_78", cs).sel(Editor.concretes["EditorFre"].rule("_61", cs));}, _8: function(cs){return new Arr(new Str(""), new Str("s"));}, _80: function(cs){return Editor.concretes["EditorFre"].rule("_52", cs).sel(Editor.concretes["EditorFre"].rule("_79", cs));}, _81: function(cs){return cs[3].sel(new Int(0));}, _82: function(cs){return Editor.concretes["EditorFre"].rule("_81", cs).sel(new Int(0));}, _83: function(cs){return new Seq(Editor.concretes["EditorFre"].rule("_80", cs), Editor.concretes["EditorFre"].rule("_82", cs));}, _84: function(cs){return new Seq(Editor.concretes["EditorFre"].rule("_82", cs), Editor.concretes["EditorFre"].rule("_80", cs));}, _85: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_83", cs), Editor.concretes["EditorFre"].rule("_84", cs));}, _86: function(cs){return Editor.concretes["EditorFre"].rule("_85", cs).sel(Editor.concretes["EditorFre"].rule("_14", cs));}, _87: function(cs){return new Seq(Editor.concretes["EditorFre"].rule("_77", cs), Editor.concretes["EditorFre"].rule("_86", cs));}, _95: function(cs){return new Arr(new Str("er"), new Str("er"), new Str("e"), new Str("es"), new Str("e"), new Str("ons"), new Str("ez"), new Str("ent"), new Str("e"), new Str("es"), new Str("e"), new Str("ions"), new Str("iez"), new Str("ent"), new Str("e"), new Str("ons"), new Str("ez"), new Str("é"), new Str("és"), new Str("ée"), new Str("ées"), new Str("ant"));}, Adjective: function(cs){return new Arr(new Arr(Editor.concretes["EditorFre"].rule("_229", cs), Editor.concretes["EditorFre"].rule("_229", cs), Editor.concretes["EditorFre"].rule("_229", cs)), new Int(0));}, Determiner: function(cs){return new Arr(new Arr(Editor.concretes["EditorFre"].rule("_233", cs), Editor.concretes["EditorFre"].rule("_233", cs)));}, Noun: function(cs){return new Arr(new Arr(cs[0], cs[0]), new Int(0));}, Sentence: function(cs){return new Arr(cs[0]);}, Verb: function(cs){return new Arr(new Arr(cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0]), new Int(0));}, "Int": function(cs){return new Arr(cs[0]);}, "Float": function(cs){return new Arr(cs[0]);}, "String": function(cs){return new Arr(cs[0]);}}, new Parser("Sentence",[new Rule(23, new FunApp("Wrapper",[]),[],[[new Terminal("emballage")]]), new Rule(87, new FunApp("Wrapper",[]),[],[[new Terminal("emballages")]]), new Rule(20, new FunApp("Wrap",[]),[],[[new Terminal("emballer")]]), new Rule(47, new FunApp("Wrap",[]),[],[[new Terminal("emballer")]]), new Rule(46, new FunApp("Wrap",[]),[],[[new Terminal("emballe")]]), new Rule(45, new FunApp("Wrap",[]),[],[[new Terminal("emballes")]]), new Rule(44, new FunApp("Wrap",[]),[],[[new Terminal("emballe")]]), new Rule(43, new FunApp("Wrap",[]),[],[[new Terminal("emballons")]]), new Rule(42, new FunApp("Wrap",[]),[],[[new Terminal("emballez")]]), new Rule(41, new FunApp("Wrap",[]),[],[[new Terminal("emballent")]]), new Rule(40, new FunApp("Wrap",[]),[],[[new Terminal("emballe")]]), new Rule(39, new FunApp("Wrap",[]),[],[[new Terminal("emballes")]]), new Rule(38, new FunApp("Wrap",[]),[],[[new Terminal("emballe")]]), new Rule(37, new FunApp("Wrap",[]),[],[[new Terminal("emballions")]]), new Rule(36, new FunApp("Wrap",[]),[],[[new Terminal("emballiez")]]), new Rule(35, new FunApp("Wrap",[]),[],[[new Terminal("emballent")]]), new Rule(34, new FunApp("Wrap",[]),[],[[new Terminal("emballe")]]), new Rule(33, new FunApp("Wrap",[]),[],[[new Terminal("emballons")]]), new Rule(32, new FunApp("Wrap",[]),[],[[new Terminal("emballez")]]), new Rule(31, new FunApp("Wrap",[]),[],[[new Terminal("emballé")]]), new Rule(30, new FunApp("Wrap",[]),[],[[new Terminal("emballés")]]), new Rule(29, new FunApp("Wrap",[]),[],[[new Terminal("emballée")]]), new Rule(28, new FunApp("Wrap",[]),[],[[new Terminal("emballées")]]), new Rule(27, new FunApp("Wrap",[]),[],[[new Terminal("emballant")]]), new Rule(20, new FunApp("Undo",[]),[],[[new Terminal("annuler")]]), new Rule(47, new FunApp("Undo",[]),[],[[new Terminal("annuler")]]), new Rule(46, new FunApp("Undo",[]),[],[[new Terminal("annule")]]), new Rule(45, new FunApp("Undo",[]),[],[[new Terminal("annules")]]), new Rule(44, new FunApp("Undo",[]),[],[[new Terminal("annule")]]), new Rule(43, new FunApp("Undo",[]),[],[[new Terminal("annulons")]]), new Rule(42, new FunApp("Undo",[]),[],[[new Terminal("annulez")]]), new Rule(41, new FunApp("Undo",[]),[],[[new Terminal("annulent")]]), new Rule(40, new FunApp("Undo",[]),[],[[new Terminal("annule")]]), new Rule(39, new FunApp("Undo",[]),[],[[new Terminal("annules")]]), new Rule(38, new FunApp("Undo",[]),[],[[new Terminal("annule")]]), new Rule(37, new FunApp("Undo",[]),[],[[new Terminal("annulions")]]), new Rule(36, new FunApp("Undo",[]),[],[[new Terminal("annuliez")]]), new Rule(35, new FunApp("Undo",[]),[],[[new Terminal("annulent")]]), new Rule(34, new FunApp("Undo",[]),[],[[new Terminal("annule")]]), new Rule(33, new FunApp("Undo",[]),[],[[new Terminal("annulons")]]), new Rule(32, new FunApp("Undo",[]),[],[[new Terminal("annulez")]]), new Rule(31, new FunApp("Undo",[]),[],[[new Terminal("annulé")]]), new Rule(30, new FunApp("Undo",[]),[],[[new Terminal("annulés")]]), new Rule(29, new FunApp("Undo",[]),[],[[new Terminal("annulée")]]), new Rule(28, new FunApp("Undo",[]),[],[[new Terminal("annulées")]]), new Rule(27, new FunApp("Undo",[]),[],[[new Terminal("annulant")]]), new Rule(17, new FunApp("Tree",[]),[],[[new Terminal("arbre")]]), new Rule(16, new FunApp("Tree",[]),[],[[new Terminal("arbres")]]), new Rule(17, new FunApp("Swedish",[]),[],[[new Terminal("suédois")]]), new Rule(16, new FunApp("Swedish",[]),[],[[new Terminal("suédois")]]), new Rule(23, new FunApp("String_N",[]),[],[[new Terminal("chaîne"), new Terminal("de"), new Terminal("charactères")]]), new Rule(87, new FunApp("String_N",[]),[],[[new Terminal("chaînes"), new Terminal("de"), new Terminal("charactères")]]), new Rule(17, new FunApp("Spanish",[]),[],[[new Terminal("espagnol")]]), new Rule(16, new FunApp("Spanish",[]),[],[[new Terminal("espagnols")]]), new Rule(18, new FunApp("SingleWordCommand",[new Arg(0)]),[22],[[new Terminal("s'"), new ArgProj(0, 0)]]), new Rule(18, new FunApp("SingleWordCommand",[new Arg(0)]),[22],[[new Terminal("se"), new ArgProj(0, 0)]]), new Rule(18, new FunApp("SingleWordCommand",[new Arg(0)]),[21],[[new ArgProj(0, 0)]]), new Rule(18, new FunApp("SingleWordCommand",[new Arg(0)]),[20],[[new ArgProj(0, 0)]]), new Rule(20, new FunApp("Show",[]),[],[[new Terminal("montrer")]]), new Rule(47, new FunApp("Show",[]),[],[[new Terminal("montrer")]]), new Rule(46, new FunApp("Show",[]),[],[[new Terminal("montre")]]), new Rule(45, new FunApp("Show",[]),[],[[new Terminal("montres")]]), new Rule(44, new FunApp("Show",[]),[],[[new Terminal("montre")]]), new Rule(43, new FunApp("Show",[]),[],[[new Terminal("montrons")]]), new Rule(42, new FunApp("Show",[]),[],[[new Terminal("montrez")]]), new Rule(41, new FunApp("Show",[]),[],[[new Terminal("montrent")]]), new Rule(40, new FunApp("Show",[]),[],[[new Terminal("montre")]]), new Rule(39, new FunApp("Show",[]),[],[[new Terminal("montres")]]), new Rule(38, new FunApp("Show",[]),[],[[new Terminal("montre")]]), new Rule(37, new FunApp("Show",[]),[],[[new Terminal("montrions")]]), new Rule(36, new FunApp("Show",[]),[],[[new Terminal("montriez")]]), new Rule(35, new FunApp("Show",[]),[],[[new Terminal("montrent")]]), new Rule(34, new FunApp("Show",[]),[],[[new Terminal("montre")]]), new Rule(33, new FunApp("Show",[]),[],[[new Terminal("montrons")]]), new Rule(32, new FunApp("Show",[]),[],[[new Terminal("montrez")]]), new Rule(31, new FunApp("Show",[]),[],[[new Terminal("montré")]]), new Rule(30, new FunApp("Show",[]),[],[[new Terminal("montrés")]]), new Rule(29, new FunApp("Show",[]),[],[[new Terminal("montrée")]]), new Rule(28, new FunApp("Show",[]),[],[[new Terminal("montrées")]]), new Rule(27, new FunApp("Show",[]),[],[[new Terminal("montrant")]]), new Rule(20, new FunApp("Select",[]),[],[[new Terminal("selectionner")]]), new Rule(47, new FunApp("Select",[]),[],[[new Terminal("selectionner")]]), new Rule(46, new FunApp("Select",[]),[],[[new Terminal("selectionne")]]), new Rule(45, new FunApp("Select",[]),[],[[new Terminal("selectionnes")]]), new Rule(44, new FunApp("Select",[]),[],[[new Terminal("selectionne")]]), new Rule(43, new FunApp("Select",[]),[],[[new Terminal("selectionnons")]]), new Rule(42, new FunApp("Select",[]),[],[[new Terminal("selectionnez")]]), new Rule(41, new FunApp("Select",[]),[],[[new Terminal("selectionnent")]]), new Rule(40, new FunApp("Select",[]),[],[[new Terminal("selectionne")]]), new Rule(39, new FunApp("Select",[]),[],[[new Terminal("selectionnes")]]), new Rule(38, new FunApp("Select",[]),[],[[new Terminal("selectionne")]]), new Rule(37, new FunApp("Select",[]),[],[[new Terminal("selectionnions")]]), new Rule(36, new FunApp("Select",[]),[],[[new Terminal("selectionniez")]]), new Rule(35, new FunApp("Select",[]),[],[[new Terminal("selectionnent")]]), new Rule(34, new FunApp("Select",[]),[],[[new Terminal("selectionne")]]), new Rule(33, new FunApp("Select",[]),[],[[new Terminal("selectionnons")]]), new Rule(32, new FunApp("Select",[]),[],[[new Terminal("selectionnez")]]), new Rule(31, new FunApp("Select",[]),[],[[new Terminal("selectionné")]]), new Rule(30, new FunApp("Select",[]),[],[[new Terminal("selectionnés")]]), new Rule(29, new FunApp("Select",[]),[],[[new Terminal("selectionnée")]]), new Rule(28, new FunApp("Select",[]),[],[[new Terminal("selectionnées")]]), new Rule(27, new FunApp("Select",[]),[],[[new Terminal("selectionnant")]]), new Rule(23, new FunApp("Russian",[]),[],[[new Terminal("russe")]]), new Rule(87, new FunApp("Russian",[]),[],[[new Terminal("russes")]]), new Rule(20, new FunApp("Replace",[]),[],[[new Terminal("remplacer")]]), new Rule(47, new FunApp("Replace",[]),[],[[new Terminal("remplacer")]]), new Rule(46, new FunApp("Replace",[]),[],[[new Terminal("remplace")]]), new Rule(45, new FunApp("Replace",[]),[],[[new Terminal("remplaces")]]), new Rule(44, new FunApp("Replace",[]),[],[[new Terminal("remplace")]]), new Rule(43, new FunApp("Replace",[]),[],[[new Terminal("remplaçons")]]), new Rule(42, new FunApp("Replace",[]),[],[[new Terminal("remplacez")]]), new Rule(41, new FunApp("Replace",[]),[],[[new Terminal("remplacent")]]), new Rule(40, new FunApp("Replace",[]),[],[[new Terminal("remplace")]]), new Rule(39, new FunApp("Replace",[]),[],[[new Terminal("remplaces")]]), new Rule(38, new FunApp("Replace",[]),[],[[new Terminal("remplace")]]), new Rule(37, new FunApp("Replace",[]),[],[[new Terminal("remplacions")]]), new Rule(36, new FunApp("Replace",[]),[],[[new Terminal("remplaciez")]]), new Rule(35, new FunApp("Replace",[]),[],[[new Terminal("remplacent")]]), new Rule(34, new FunApp("Replace",[]),[],[[new Terminal("remplace")]]), new Rule(33, new FunApp("Replace",[]),[],[[new Terminal("remplaçons")]]), new Rule(32, new FunApp("Replace",[]),[],[[new Terminal("remplacez")]]), new Rule(31, new FunApp("Replace",[]),[],[[new Terminal("remplacé")]]), new Rule(30, new FunApp("Replace",[]),[],[[new Terminal("remplacés")]]), new Rule(29, new FunApp("Replace",[]),[],[[new Terminal("remplacée")]]), new Rule(28, new FunApp("Replace",[]),[],[[new Terminal("remplacées")]]), new Rule(27, new FunApp("Replace",[]),[],[[new Terminal("remplaçant")]]), new Rule(17, new FunApp("Refinement",[]),[],[[new Terminal("raffinement")]]), new Rule(16, new FunApp("Refinement",[]),[],[[new Terminal("raffinements")]]), new Rule(20, new FunApp("Refine",[]),[],[[new Terminal("raffiner")]]), new Rule(47, new FunApp("Refine",[]),[],[[new Terminal("raffiner")]]), new Rule(46, new FunApp("Refine",[]),[],[[new Terminal("raffine")]]), new Rule(45, new FunApp("Refine",[]),[],[[new Terminal("raffines")]]), new Rule(44, new FunApp("Refine",[]),[],[[new Terminal("raffine")]]), new Rule(43, new FunApp("Refine",[]),[],[[new Terminal("raffinons")]]), new Rule(42, new FunApp("Refine",[]),[],[[new Terminal("raffinez")]]), new Rule(41, new FunApp("Refine",[]),[],[[new Terminal("raffinent")]]), new Rule(40, new FunApp("Refine",[]),[],[[new Terminal("raffine")]]), new Rule(39, new FunApp("Refine",[]),[],[[new Terminal("raffines")]]), new Rule(38, new FunApp("Refine",[]),[],[[new Terminal("raffine")]]), new Rule(37, new FunApp("Refine",[]),[],[[new Terminal("raffinions")]]), new Rule(36, new FunApp("Refine",[]),[],[[new Terminal("raffiniez")]]), new Rule(35, new FunApp("Refine",[]),[],[[new Terminal("raffinent")]]), new Rule(34, new FunApp("Refine",[]),[],[[new Terminal("raffine")]]), new Rule(33, new FunApp("Refine",[]),[],[[new Terminal("raffinons")]]), new Rule(32, new FunApp("Refine",[]),[],[[new Terminal("raffinez")]]), new Rule(31, new FunApp("Refine",[]),[],[[new Terminal("raffiné")]]), new Rule(30, new FunApp("Refine",[]),[],[[new Terminal("raffinés")]]), new Rule(29, new FunApp("Refine",[]),[],[[new Terminal("raffinée")]]), new Rule(28, new FunApp("Refine",[]),[],[[new Terminal("raffinées")]]), new Rule(27, new FunApp("Refine",[]),[],[[new Terminal("raffinant")]]), new Rule(20, new FunApp("Redo",[]),[],[[new Terminal("refaire")]]), new Rule(47, new FunApp("Redo",[]),[],[[new Terminal("refaire")]]), new Rule(46, new FunApp("Redo",[]),[],[[new Terminal("refais")]]), new Rule(45, new FunApp("Redo",[]),[],[[new Terminal("refais")]]), new Rule(44, new FunApp("Redo",[]),[],[[new Terminal("refait")]]), new Rule(43, new FunApp("Redo",[]),[],[[new Terminal("refaisons")]]), new Rule(42, new FunApp("Redo",[]),[],[[new Terminal("refaites")]]), new Rule(41, new FunApp("Redo",[]),[],[[new Terminal("refont")]]), new Rule(40, new FunApp("Redo",[]),[],[[new Terminal("refasse")]]), new Rule(39, new FunApp("Redo",[]),[],[[new Terminal("refasses")]]), new Rule(38, new FunApp("Redo",[]),[],[[new Terminal("refasse")]]), new Rule(37, new FunApp("Redo",[]),[],[[new Terminal("refassions")]]), new Rule(36, new FunApp("Redo",[]),[],[[new Terminal("refassiez")]]), new Rule(35, new FunApp("Redo",[]),[],[[new Terminal("refassent")]]), new Rule(34, new FunApp("Redo",[]),[],[[new Terminal("refais")]]), new Rule(33, new FunApp("Redo",[]),[],[[new Terminal("refaisons")]]), new Rule(32, new FunApp("Redo",[]),[],[[new Terminal("refaites")]]), new Rule(31, new FunApp("Redo",[]),[],[[new Terminal("refait")]]), new Rule(30, new FunApp("Redo",[]),[],[[new Terminal("refaits")]]), new Rule(29, new FunApp("Redo",[]),[],[[new Terminal("refaite")]]), new Rule(28, new FunApp("Redo",[]),[],[[new Terminal("refaites")]]), new Rule(27, new FunApp("Redo",[]),[],[[new Terminal("refaisant")]]), new Rule(18, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[22, 24, 23],[[new Terminal("s'"), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("aléatoirement")]]), new Rule(18, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[22, 24, 23],[[new Terminal("se"), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("aléatoirement")]]), new Rule(18, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[21, 24, 23],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("aléatoirement")]]), new Rule(18, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[20, 24, 23],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("aléatoirement")]]), new Rule(18, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[22, 19, 17],[[new Terminal("s'"), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("aléatoirement")]]), new Rule(18, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[22, 19, 17],[[new Terminal("se"), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("aléatoirement")]]), new Rule(18, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[21, 19, 17],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("aléatoirement")]]), new Rule(18, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[20, 19, 17],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("aléatoirement")]]), new Rule(15, new FunApp("Previous",[]),[],[[new Terminal("précédent")]]), new Rule(14, new FunApp("Previous",[]),[],[[new Terminal("précédents")]]), new Rule(13, new FunApp("Previous",[]),[],[[new Terminal("précédente")]]), new Rule(12, new FunApp("Previous",[]),[],[[new Terminal("précédentes")]]), new Rule(11, new FunApp("Previous",[]),[],[[new Terminal("précédentement")]]), new Rule(10, new FunApp("Previous",[]),[],[[new Terminal("plus"), new Terminal("précédent")]]), new Rule(9, new FunApp("Previous",[]),[],[[new Terminal("plus"), new Terminal("précédents")]]), new Rule(8, new FunApp("Previous",[]),[],[[new Terminal("plus"), new Terminal("précédente")]]), new Rule(7, new FunApp("Previous",[]),[],[[new Terminal("plus"), new Terminal("précédentes")]]), new Rule(6, new FunApp("Previous",[]),[],[[new Terminal("plus"), new Terminal("précédentement")]]), new Rule(5, new FunApp("Previous",[]),[],[[new Terminal("plus"), new Terminal("précédent")]]), new Rule(4, new FunApp("Previous",[]),[],[[new Terminal("plus"), new Terminal("précédents")]]), new Rule(3, new FunApp("Previous",[]),[],[[new Terminal("plus"), new Terminal("précédente")]]), new Rule(2, new FunApp("Previous",[]),[],[[new Terminal("plus"), new Terminal("précédentes")]]), new Rule(1, new FunApp("Previous",[]),[],[[new Terminal("plus"), new Terminal("précédentement")]]), new Rule(20, new FunApp("Paste",[]),[],[[new Terminal("coller")]]), new Rule(47, new FunApp("Paste",[]),[],[[new Terminal("coller")]]), new Rule(46, new FunApp("Paste",[]),[],[[new Terminal("colle")]]), new Rule(45, new FunApp("Paste",[]),[],[[new Terminal("colles")]]), new Rule(44, new FunApp("Paste",[]),[],[[new Terminal("colle")]]), new Rule(43, new FunApp("Paste",[]),[],[[new Terminal("collons")]]), new Rule(42, new FunApp("Paste",[]),[],[[new Terminal("collez")]]), new Rule(41, new FunApp("Paste",[]),[],[[new Terminal("collent")]]), new Rule(40, new FunApp("Paste",[]),[],[[new Terminal("colle")]]), new Rule(39, new FunApp("Paste",[]),[],[[new Terminal("colles")]]), new Rule(38, new FunApp("Paste",[]),[],[[new Terminal("colle")]]), new Rule(37, new FunApp("Paste",[]),[],[[new Terminal("collions")]]), new Rule(36, new FunApp("Paste",[]),[],[[new Terminal("colliez")]]), new Rule(35, new FunApp("Paste",[]),[],[[new Terminal("collent")]]), new Rule(34, new FunApp("Paste",[]),[],[[new Terminal("colle")]]), new Rule(33, new FunApp("Paste",[]),[],[[new Terminal("collons")]]), new Rule(32, new FunApp("Paste",[]),[],[[new Terminal("collez")]]), new Rule(31, new FunApp("Paste",[]),[],[[new Terminal("collé")]]), new Rule(30, new FunApp("Paste",[]),[],[[new Terminal("collés")]]), new Rule(29, new FunApp("Paste",[]),[],[[new Terminal("collée")]]), new Rule(28, new FunApp("Paste",[]),[],[[new Terminal("collées")]]), new Rule(27, new FunApp("Paste",[]),[],[[new Terminal("collant")]]), new Rule(20, new FunApp("Parse",[]),[],[[new Terminal("analyser")]]), new Rule(47, new FunApp("Parse",[]),[],[[new Terminal("analyser")]]), new Rule(46, new FunApp("Parse",[]),[],[[new Terminal("analyse")]]), new Rule(45, new FunApp("Parse",[]),[],[[new Terminal("analyses")]]), new Rule(44, new FunApp("Parse",[]),[],[[new Terminal("analyse")]]), new Rule(43, new FunApp("Parse",[]),[],[[new Terminal("analysons")]]), new Rule(42, new FunApp("Parse",[]),[],[[new Terminal("analysez")]]), new Rule(41, new FunApp("Parse",[]),[],[[new Terminal("analysent")]]), new Rule(40, new FunApp("Parse",[]),[],[[new Terminal("analyse")]]), new Rule(39, new FunApp("Parse",[]),[],[[new Terminal("analyses")]]), new Rule(38, new FunApp("Parse",[]),[],[[new Terminal("analyse")]]), new Rule(37, new FunApp("Parse",[]),[],[[new Terminal("analysions")]]), new Rule(36, new FunApp("Parse",[]),[],[[new Terminal("analysiez")]]), new Rule(35, new FunApp("Parse",[]),[],[[new Terminal("analysent")]]), new Rule(34, new FunApp("Parse",[]),[],[[new Terminal("analyse")]]), new Rule(33, new FunApp("Parse",[]),[],[[new Terminal("analysons")]]), new Rule(32, new FunApp("Parse",[]),[],[[new Terminal("analysez")]]), new Rule(31, new FunApp("Parse",[]),[],[[new Terminal("analysé")]]), new Rule(30, new FunApp("Parse",[]),[],[[new Terminal("analysés")]]), new Rule(29, new FunApp("Parse",[]),[],[[new Terminal("analysée")]]), new Rule(28, new FunApp("Parse",[]),[],[[new Terminal("analysées")]]), new Rule(27, new FunApp("Parse",[]),[],[[new Terminal("analysant")]]), new Rule(23, new FunApp("Page",[]),[],[[new Terminal("page")]]), new Rule(87, new FunApp("Page",[]),[],[[new Terminal("pages")]]), new Rule(17, new FunApp("Norwegian",[]),[],[[new Terminal("norvégien")]]), new Rule(16, new FunApp("Norwegian",[]),[],[[new Terminal("norvégiens")]]), new Rule(17, new FunApp("Node",[]),[],[[new Terminal("noeud")]]), new Rule(16, new FunApp("Node",[]),[],[[new Terminal("noeuds")]]), new Rule(15, new FunApp("Next",[]),[],[[new Terminal("prochain")]]), new Rule(14, new FunApp("Next",[]),[],[[new Terminal("prochains")]]), new Rule(13, new FunApp("Next",[]),[],[[new Terminal("prochaine")]]), new Rule(12, new FunApp("Next",[]),[],[[new Terminal("prochaines")]]), new Rule(11, new FunApp("Next",[]),[],[[new Terminal("prochainement")]]), new Rule(10, new FunApp("Next",[]),[],[[new Terminal("plus"), new Terminal("prochain")]]), new Rule(9, new FunApp("Next",[]),[],[[new Terminal("plus"), new Terminal("prochains")]]), new Rule(8, new FunApp("Next",[]),[],[[new Terminal("plus"), new Terminal("prochaine")]]), new Rule(7, new FunApp("Next",[]),[],[[new Terminal("plus"), new Terminal("prochaines")]]), new Rule(6, new FunApp("Next",[]),[],[[new Terminal("plus"), new Terminal("prochainement")]]), new Rule(5, new FunApp("Next",[]),[],[[new Terminal("plus"), new Terminal("prochain")]]), new Rule(4, new FunApp("Next",[]),[],[[new Terminal("plus"), new Terminal("prochains")]]), new Rule(3, new FunApp("Next",[]),[],[[new Terminal("plus"), new Terminal("prochaine")]]), new Rule(2, new FunApp("Next",[]),[],[[new Terminal("plus"), new Terminal("prochaines")]]), new Rule(1, new FunApp("Next",[]),[],[[new Terminal("plus"), new Terminal("prochainement")]]), new Rule(23, new FunApp("Language",[]),[],[[new Terminal("langue")]]), new Rule(87, new FunApp("Language",[]),[],[[new Terminal("langues")]]), new Rule(18, new FunApp("Label",[new Arg(0)]),[89],[[new ArgProj(0, 0)]]), new Rule(89, new Arg(0),[23],[[new ArgProj(0, 0)]]), new Rule(89, new Arg(0),[17],[[new ArgProj(0, 0)]]), new Rule(17, new FunApp("Italian",[]),[],[[new Terminal("italien")]]), new Rule(16, new FunApp("Italian",[]),[],[[new Terminal("italiens")]]), new Rule(17, new FunApp("Integer_N",[]),[],[[new Terminal("entier")]]), new Rule(16, new FunApp("Integer_N",[]),[],[[new Terminal("entiers")]]), new Rule(85, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(84, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(83, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(82, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(81, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(80, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(79, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(78, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(77, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(76, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(75, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(74, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(73, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(72, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(71, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(70, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(69, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(68, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(67, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(66, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(65, new FunApp("IndefSgDet",[]),[],[[new Terminal("un")]]), new Rule(19, new FunApp("IndefSgDet",[]),[],[[new Terminal("un")]]), new Rule(64, new FunApp("IndefSgDet",[]),[],[[new Terminal("d'"), new Terminal("un")]]), new Rule(63, new FunApp("IndefSgDet",[]),[],[[new Terminal("Ã"), new Terminal("un")]]), new Rule(62, new FunApp("IndefSgDet",[]),[],[[new Terminal("un")]]), new Rule(61, new FunApp("IndefSgDet",[]),[],[[new Terminal("une")]]), new Rule(24, new FunApp("IndefSgDet",[]),[],[[new Terminal("une")]]), new Rule(60, new FunApp("IndefSgDet",[]),[],[[new Terminal("d'"), new Terminal("une")]]), new Rule(59, new FunApp("IndefSgDet",[]),[],[[new Terminal("Ã"), new Terminal("une")]]), new Rule(58, new FunApp("IndefSgDet",[]),[],[[new Terminal("une")]]), new Rule(57, new FunApp("IndefSgDet",[]),[],[[new Terminal("des")]]), new Rule(56, new FunApp("IndefSgDet",[]),[],[[new Terminal("des")]]), new Rule(55, new FunApp("IndefSgDet",[]),[],[[new Terminal("d'")]]), new Rule(55, new FunApp("IndefSgDet",[]),[],[[new Terminal("de")]]), new Rule(54, new FunApp("IndefSgDet",[]),[],[[new Terminal("Ã"), new Terminal("des")]]), new Rule(53, new FunApp("IndefSgDet",[]),[],[[new Terminal("des")]]), new Rule(52, new FunApp("IndefSgDet",[]),[],[[new Terminal("des")]]), new Rule(51, new FunApp("IndefSgDet",[]),[],[[new Terminal("des")]]), new Rule(50, new FunApp("IndefSgDet",[]),[],[[new Terminal("d'")]]), new Rule(50, new FunApp("IndefSgDet",[]),[],[[new Terminal("de")]]), new Rule(49, new FunApp("IndefSgDet",[]),[],[[new Terminal("Ã"), new Terminal("des")]]), new Rule(48, new FunApp("IndefSgDet",[]),[],[[new Terminal("des")]]), new Rule(85, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(84, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(83, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(82, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(81, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(80, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(79, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(78, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(77, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(76, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(75, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(74, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(73, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(72, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(71, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(70, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(69, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(68, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(67, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(66, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(65, new FunApp("IndefPlDet",[]),[],[[new Terminal("un")]]), new Rule(19, new FunApp("IndefPlDet",[]),[],[[new Terminal("un")]]), new Rule(64, new FunApp("IndefPlDet",[]),[],[[new Terminal("d'"), new Terminal("un")]]), new Rule(63, new FunApp("IndefPlDet",[]),[],[[new Terminal("Ã"), new Terminal("un")]]), new Rule(62, new FunApp("IndefPlDet",[]),[],[[new Terminal("un")]]), new Rule(61, new FunApp("IndefPlDet",[]),[],[[new Terminal("une")]]), new Rule(24, new FunApp("IndefPlDet",[]),[],[[new Terminal("une")]]), new Rule(60, new FunApp("IndefPlDet",[]),[],[[new Terminal("d'"), new Terminal("une")]]), new Rule(59, new FunApp("IndefPlDet",[]),[],[[new Terminal("Ã"), new Terminal("une")]]), new Rule(58, new FunApp("IndefPlDet",[]),[],[[new Terminal("une")]]), new Rule(57, new FunApp("IndefPlDet",[]),[],[[new Terminal("des")]]), new Rule(56, new FunApp("IndefPlDet",[]),[],[[new Terminal("des")]]), new Rule(55, new FunApp("IndefPlDet",[]),[],[[new Terminal("d'")]]), new Rule(55, new FunApp("IndefPlDet",[]),[],[[new Terminal("de")]]), new Rule(54, new FunApp("IndefPlDet",[]),[],[[new Terminal("Ã"), new Terminal("des")]]), new Rule(53, new FunApp("IndefPlDet",[]),[],[[new Terminal("des")]]), new Rule(52, new FunApp("IndefPlDet",[]),[],[[new Terminal("des")]]), new Rule(51, new FunApp("IndefPlDet",[]),[],[[new Terminal("des")]]), new Rule(50, new FunApp("IndefPlDet",[]),[],[[new Terminal("d'")]]), new Rule(50, new FunApp("IndefPlDet",[]),[],[[new Terminal("de")]]), new Rule(49, new FunApp("IndefPlDet",[]),[],[[new Terminal("Ã"), new Terminal("des")]]), new Rule(48, new FunApp("IndefPlDet",[]),[],[[new Terminal("des")]]), new Rule(17, new FunApp("German",[]),[],[[new Terminal("allemand")]]), new Rule(16, new FunApp("German",[]),[],[[new Terminal("allemands")]]), new Rule(17, new FunApp("French",[]),[],[[new Terminal("français")]]), new Rule(16, new FunApp("French",[]),[],[[new Terminal("français")]]), new Rule(17, new FunApp("Float_N",[]),[],[[new Terminal("réel")]]), new Rule(16, new FunApp("Float_N",[]),[],[[new Terminal("réels")]]), new Rule(17, new FunApp("Finnish",[]),[],[[new Terminal("finnois")]]), new Rule(16, new FunApp("Finnish",[]),[],[[new Terminal("finnois")]]), new Rule(18, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[12, 87],[[new Terminal("il"), new Terminal("n'"), new Terminal("y"), new Terminal("a"), new Terminal("pas"), new Terminal("des"), new ArgProj(1, 0), new ArgProj(0, 0)]]), new Rule(18, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[12, 87],[[new Terminal("il"), new Terminal("ne"), new Terminal("y"), new Terminal("a"), new Terminal("pas"), new Terminal("des"), new ArgProj(1, 0), new ArgProj(0, 0)]]), new Rule(18, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[14, 16],[[new Terminal("il"), new Terminal("n'"), new Terminal("y"), new Terminal("a"), new Terminal("pas"), new Terminal("des"), new ArgProj(1, 0), new ArgProj(0, 0)]]), new Rule(18, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[14, 16],[[new Terminal("il"), new Terminal("ne"), new Terminal("y"), new Terminal("a"), new Terminal("pas"), new Terminal("des"), new ArgProj(1, 0), new ArgProj(0, 0)]]), new Rule(18, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[88, 87],[[new Terminal("il"), new Terminal("n'"), new Terminal("y"), new Terminal("a"), new Terminal("pas"), new Terminal("des"), new ArgProj(0, 0), new ArgProj(1, 0)]]), new Rule(18, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[88, 87],[[new Terminal("il"), new Terminal("ne"), new Terminal("y"), new Terminal("a"), new Terminal("pas"), new Terminal("des"), new ArgProj(0, 0), new ArgProj(1, 0)]]), new Rule(18, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[86, 16],[[new Terminal("il"), new Terminal("n'"), new Terminal("y"), new Terminal("a"), new Terminal("pas"), new Terminal("des"), new ArgProj(0, 0), new ArgProj(1, 0)]]), new Rule(18, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[86, 16],[[new Terminal("il"), new Terminal("ne"), new Terminal("y"), new Terminal("a"), new Terminal("pas"), new Terminal("des"), new ArgProj(0, 0), new ArgProj(1, 0)]]), new Rule(20, new FunApp("Enter",[]),[],[[new Terminal("introduire")]]), new Rule(47, new FunApp("Enter",[]),[],[[new Terminal("introduire")]]), new Rule(46, new FunApp("Enter",[]),[],[[new Terminal("introduis")]]), new Rule(45, new FunApp("Enter",[]),[],[[new Terminal("introduis")]]), new Rule(44, new FunApp("Enter",[]),[],[[new Terminal("introduit")]]), new Rule(43, new FunApp("Enter",[]),[],[[new Terminal("introduisons")]]), new Rule(42, new FunApp("Enter",[]),[],[[new Terminal("introduisez")]]), new Rule(41, new FunApp("Enter",[]),[],[[new Terminal("introduisent")]]), new Rule(40, new FunApp("Enter",[]),[],[[new Terminal("introduise")]]), new Rule(39, new FunApp("Enter",[]),[],[[new Terminal("introduises")]]), new Rule(38, new FunApp("Enter",[]),[],[[new Terminal("introduise")]]), new Rule(37, new FunApp("Enter",[]),[],[[new Terminal("introduisions")]]), new Rule(36, new FunApp("Enter",[]),[],[[new Terminal("introduisiez")]]), new Rule(35, new FunApp("Enter",[]),[],[[new Terminal("introduisent")]]), new Rule(34, new FunApp("Enter",[]),[],[[new Terminal("introduis")]]), new Rule(33, new FunApp("Enter",[]),[],[[new Terminal("introduisons")]]), new Rule(32, new FunApp("Enter",[]),[],[[new Terminal("introduisez")]]), new Rule(31, new FunApp("Enter",[]),[],[[new Terminal("introduit")]]), new Rule(30, new FunApp("Enter",[]),[],[[new Terminal("introduits")]]), new Rule(29, new FunApp("Enter",[]),[],[[new Terminal("introduite")]]), new Rule(28, new FunApp("Enter",[]),[],[[new Terminal("introduites")]]), new Rule(27, new FunApp("Enter",[]),[],[[new Terminal("introduisant")]]), new Rule(17, new FunApp("English",[]),[],[[new Terminal("anglais")]]), new Rule(16, new FunApp("English",[]),[],[[new Terminal("anglais")]]), new Rule(20, new FunApp("Delete",[]),[],[[new Terminal("enlever")]]), new Rule(47, new FunApp("Delete",[]),[],[[new Terminal("enlever")]]), new Rule(46, new FunApp("Delete",[]),[],[[new Terminal("enleve")]]), new Rule(45, new FunApp("Delete",[]),[],[[new Terminal("enleves")]]), new Rule(44, new FunApp("Delete",[]),[],[[new Terminal("enleve")]]), new Rule(43, new FunApp("Delete",[]),[],[[new Terminal("enlevons")]]), new Rule(42, new FunApp("Delete",[]),[],[[new Terminal("enlevez")]]), new Rule(41, new FunApp("Delete",[]),[],[[new Terminal("enlevent")]]), new Rule(40, new FunApp("Delete",[]),[],[[new Terminal("enleve")]]), new Rule(39, new FunApp("Delete",[]),[],[[new Terminal("enleves")]]), new Rule(38, new FunApp("Delete",[]),[],[[new Terminal("enleve")]]), new Rule(37, new FunApp("Delete",[]),[],[[new Terminal("enlevions")]]), new Rule(36, new FunApp("Delete",[]),[],[[new Terminal("enleviez")]]), new Rule(35, new FunApp("Delete",[]),[],[[new Terminal("enlevent")]]), new Rule(34, new FunApp("Delete",[]),[],[[new Terminal("enleve")]]), new Rule(33, new FunApp("Delete",[]),[],[[new Terminal("enlevons")]]), new Rule(32, new FunApp("Delete",[]),[],[[new Terminal("enlevez")]]), new Rule(31, new FunApp("Delete",[]),[],[[new Terminal("enlevé")]]), new Rule(30, new FunApp("Delete",[]),[],[[new Terminal("enlevés")]]), new Rule(29, new FunApp("Delete",[]),[],[[new Terminal("enlevée")]]), new Rule(28, new FunApp("Delete",[]),[],[[new Terminal("enlevées")]]), new Rule(27, new FunApp("Delete",[]),[],[[new Terminal("enlevant")]]), new Rule(85, new FunApp("DefSgDet",[]),[],[[new Terminal("l'")]]), new Rule(85, new FunApp("DefSgDet",[]),[],[[new Terminal("le")]]), new Rule(84, new FunApp("DefSgDet",[]),[],[[new Terminal("l'")]]), new Rule(84, new FunApp("DefSgDet",[]),[],[[new Terminal("le")]]), new Rule(83, new FunApp("DefSgDet",[]),[],[[new Terminal("de"), new Terminal("l'")]]), new Rule(83, new FunApp("DefSgDet",[]),[],[[new Terminal("du")]]), new Rule(82, new FunApp("DefSgDet",[]),[],[[new Terminal("Ã"), new Terminal("l'")]]), new Rule(82, new FunApp("DefSgDet",[]),[],[[new Terminal("au")]]), new Rule(81, new FunApp("DefSgDet",[]),[],[[new Terminal("l'")]]), new Rule(81, new FunApp("DefSgDet",[]),[],[[new Terminal("le")]]), new Rule(80, new FunApp("DefSgDet",[]),[],[[new Terminal("l'")]]), new Rule(80, new FunApp("DefSgDet",[]),[],[[new Terminal("la")]]), new Rule(79, new FunApp("DefSgDet",[]),[],[[new Terminal("l'")]]), new Rule(79, new FunApp("DefSgDet",[]),[],[[new Terminal("la")]]), new Rule(78, new FunApp("DefSgDet",[]),[],[[new Terminal("d'"), new Terminal("l'")]]), new Rule(78, new FunApp("DefSgDet",[]),[],[[new Terminal("de"), new Terminal("l'")]]), new Rule(78, new FunApp("DefSgDet",[]),[],[[new Terminal("d'"), new Terminal("la")]]), new Rule(78, new FunApp("DefSgDet",[]),[],[[new Terminal("de"), new Terminal("la")]]), new Rule(77, new FunApp("DefSgDet",[]),[],[[new Terminal("Ã"), new Terminal("l'")]]), new Rule(77, new FunApp("DefSgDet",[]),[],[[new Terminal("Ã"), new Terminal("la")]]), new Rule(76, new FunApp("DefSgDet",[]),[],[[new Terminal("l'")]]), new Rule(76, new FunApp("DefSgDet",[]),[],[[new Terminal("la")]]), new Rule(75, new FunApp("DefSgDet",[]),[],[[new Terminal("les")]]), new Rule(74, new FunApp("DefSgDet",[]),[],[[new Terminal("les")]]), new Rule(73, new FunApp("DefSgDet",[]),[],[[new Terminal("des")]]), new Rule(72, new FunApp("DefSgDet",[]),[],[[new Terminal("aux")]]), new Rule(71, new FunApp("DefSgDet",[]),[],[[new Terminal("les")]]), new Rule(70, new FunApp("DefSgDet",[]),[],[[new Terminal("les")]]), new Rule(69, new FunApp("DefSgDet",[]),[],[[new Terminal("les")]]), new Rule(68, new FunApp("DefSgDet",[]),[],[[new Terminal("des")]]), new Rule(67, new FunApp("DefSgDet",[]),[],[[new Terminal("aux")]]), new Rule(66, new FunApp("DefSgDet",[]),[],[[new Terminal("les")]]), new Rule(65, new FunApp("DefSgDet",[]),[],[[new Terminal("l'")]]), new Rule(65, new FunApp("DefSgDet",[]),[],[[new Terminal("le")]]), new Rule(19, new FunApp("DefSgDet",[]),[],[[new Terminal("l'")]]), new Rule(19, new FunApp("DefSgDet",[]),[],[[new Terminal("le")]]), new Rule(64, new FunApp("DefSgDet",[]),[],[[new Terminal("de"), new Terminal("l'")]]), new Rule(64, new FunApp("DefSgDet",[]),[],[[new Terminal("du")]]), new Rule(63, new FunApp("DefSgDet",[]),[],[[new Terminal("Ã"), new Terminal("l'")]]), new Rule(63, new FunApp("DefSgDet",[]),[],[[new Terminal("au")]]), new Rule(62, new FunApp("DefSgDet",[]),[],[[new Terminal("l'")]]), new Rule(62, new FunApp("DefSgDet",[]),[],[[new Terminal("le")]]), new Rule(61, new FunApp("DefSgDet",[]),[],[[new Terminal("l'")]]), new Rule(61, new FunApp("DefSgDet",[]),[],[[new Terminal("la")]]), new Rule(24, new FunApp("DefSgDet",[]),[],[[new Terminal("l'")]]), new Rule(24, new FunApp("DefSgDet",[]),[],[[new Terminal("la")]]), new Rule(60, new FunApp("DefSgDet",[]),[],[[new Terminal("d'"), new Terminal("l'")]]), new Rule(60, new FunApp("DefSgDet",[]),[],[[new Terminal("de"), new Terminal("l'")]]), new Rule(60, new FunApp("DefSgDet",[]),[],[[new Terminal("d'"), new Terminal("la")]]), new Rule(60, new FunApp("DefSgDet",[]),[],[[new Terminal("de"), new Terminal("la")]]), new Rule(59, new FunApp("DefSgDet",[]),[],[[new Terminal("Ã"), new Terminal("l'")]]), new Rule(59, new FunApp("DefSgDet",[]),[],[[new Terminal("Ã"), new Terminal("la")]]), new Rule(58, new FunApp("DefSgDet",[]),[],[[new Terminal("l'")]]), new Rule(58, new FunApp("DefSgDet",[]),[],[[new Terminal("la")]]), new Rule(57, new FunApp("DefSgDet",[]),[],[[new Terminal("les")]]), new Rule(56, new FunApp("DefSgDet",[]),[],[[new Terminal("les")]]), new Rule(55, new FunApp("DefSgDet",[]),[],[[new Terminal("des")]]), new Rule(54, new FunApp("DefSgDet",[]),[],[[new Terminal("aux")]]), new Rule(53, new FunApp("DefSgDet",[]),[],[[new Terminal("les")]]), new Rule(52, new FunApp("DefSgDet",[]),[],[[new Terminal("les")]]), new Rule(51, new FunApp("DefSgDet",[]),[],[[new Terminal("les")]]), new Rule(50, new FunApp("DefSgDet",[]),[],[[new Terminal("des")]]), new Rule(49, new FunApp("DefSgDet",[]),[],[[new Terminal("aux")]]), new Rule(48, new FunApp("DefSgDet",[]),[],[[new Terminal("les")]]), new Rule(85, new FunApp("DefPlDet",[]),[],[[new Terminal("l'")]]), new Rule(85, new FunApp("DefPlDet",[]),[],[[new Terminal("le")]]), new Rule(84, new FunApp("DefPlDet",[]),[],[[new Terminal("l'")]]), new Rule(84, new FunApp("DefPlDet",[]),[],[[new Terminal("le")]]), new Rule(83, new FunApp("DefPlDet",[]),[],[[new Terminal("de"), new Terminal("l'")]]), new Rule(83, new FunApp("DefPlDet",[]),[],[[new Terminal("du")]]), new Rule(82, new FunApp("DefPlDet",[]),[],[[new Terminal("Ã"), new Terminal("l'")]]), new Rule(82, new FunApp("DefPlDet",[]),[],[[new Terminal("au")]]), new Rule(81, new FunApp("DefPlDet",[]),[],[[new Terminal("l'")]]), new Rule(81, new FunApp("DefPlDet",[]),[],[[new Terminal("le")]]), new Rule(80, new FunApp("DefPlDet",[]),[],[[new Terminal("l'")]]), new Rule(80, new FunApp("DefPlDet",[]),[],[[new Terminal("la")]]), new Rule(79, new FunApp("DefPlDet",[]),[],[[new Terminal("l'")]]), new Rule(79, new FunApp("DefPlDet",[]),[],[[new Terminal("la")]]), new Rule(78, new FunApp("DefPlDet",[]),[],[[new Terminal("d'"), new Terminal("l'")]]), new Rule(78, new FunApp("DefPlDet",[]),[],[[new Terminal("de"), new Terminal("l'")]]), new Rule(78, new FunApp("DefPlDet",[]),[],[[new Terminal("d'"), new Terminal("la")]]), new Rule(78, new FunApp("DefPlDet",[]),[],[[new Terminal("de"), new Terminal("la")]]), new Rule(77, new FunApp("DefPlDet",[]),[],[[new Terminal("Ã"), new Terminal("l'")]]), new Rule(77, new FunApp("DefPlDet",[]),[],[[new Terminal("Ã"), new Terminal("la")]]), new Rule(76, new FunApp("DefPlDet",[]),[],[[new Terminal("l'")]]), new Rule(76, new FunApp("DefPlDet",[]),[],[[new Terminal("la")]]), new Rule(75, new FunApp("DefPlDet",[]),[],[[new Terminal("les")]]), new Rule(74, new FunApp("DefPlDet",[]),[],[[new Terminal("les")]]), new Rule(73, new FunApp("DefPlDet",[]),[],[[new Terminal("des")]]), new Rule(72, new FunApp("DefPlDet",[]),[],[[new Terminal("aux")]]), new Rule(71, new FunApp("DefPlDet",[]),[],[[new Terminal("les")]]), new Rule(70, new FunApp("DefPlDet",[]),[],[[new Terminal("les")]]), new Rule(69, new FunApp("DefPlDet",[]),[],[[new Terminal("les")]]), new Rule(68, new FunApp("DefPlDet",[]),[],[[new Terminal("des")]]), new Rule(67, new FunApp("DefPlDet",[]),[],[[new Terminal("aux")]]), new Rule(66, new FunApp("DefPlDet",[]),[],[[new Terminal("les")]]), new Rule(65, new FunApp("DefPlDet",[]),[],[[new Terminal("l'")]]), new Rule(65, new FunApp("DefPlDet",[]),[],[[new Terminal("le")]]), new Rule(19, new FunApp("DefPlDet",[]),[],[[new Terminal("l'")]]), new Rule(19, new FunApp("DefPlDet",[]),[],[[new Terminal("le")]]), new Rule(64, new FunApp("DefPlDet",[]),[],[[new Terminal("de"), new Terminal("l'")]]), new Rule(64, new FunApp("DefPlDet",[]),[],[[new Terminal("du")]]), new Rule(63, new FunApp("DefPlDet",[]),[],[[new Terminal("Ã"), new Terminal("l'")]]), new Rule(63, new FunApp("DefPlDet",[]),[],[[new Terminal("au")]]), new Rule(62, new FunApp("DefPlDet",[]),[],[[new Terminal("l'")]]), new Rule(62, new FunApp("DefPlDet",[]),[],[[new Terminal("le")]]), new Rule(61, new FunApp("DefPlDet",[]),[],[[new Terminal("l'")]]), new Rule(61, new FunApp("DefPlDet",[]),[],[[new Terminal("la")]]), new Rule(24, new FunApp("DefPlDet",[]),[],[[new Terminal("l'")]]), new Rule(24, new FunApp("DefPlDet",[]),[],[[new Terminal("la")]]), new Rule(60, new FunApp("DefPlDet",[]),[],[[new Terminal("d'"), new Terminal("l'")]]), new Rule(60, new FunApp("DefPlDet",[]),[],[[new Terminal("de"), new Terminal("l'")]]), new Rule(60, new FunApp("DefPlDet",[]),[],[[new Terminal("d'"), new Terminal("la")]]), new Rule(60, new FunApp("DefPlDet",[]),[],[[new Terminal("de"), new Terminal("la")]]), new Rule(59, new FunApp("DefPlDet",[]),[],[[new Terminal("Ã"), new Terminal("l'")]]), new Rule(59, new FunApp("DefPlDet",[]),[],[[new Terminal("Ã"), new Terminal("la")]]), new Rule(58, new FunApp("DefPlDet",[]),[],[[new Terminal("l'")]]), new Rule(58, new FunApp("DefPlDet",[]),[],[[new Terminal("la")]]), new Rule(57, new FunApp("DefPlDet",[]),[],[[new Terminal("les")]]), new Rule(56, new FunApp("DefPlDet",[]),[],[[new Terminal("les")]]), new Rule(55, new FunApp("DefPlDet",[]),[],[[new Terminal("des")]]), new Rule(54, new FunApp("DefPlDet",[]),[],[[new Terminal("aux")]]), new Rule(53, new FunApp("DefPlDet",[]),[],[[new Terminal("les")]]), new Rule(52, new FunApp("DefPlDet",[]),[],[[new Terminal("les")]]), new Rule(51, new FunApp("DefPlDet",[]),[],[[new Terminal("les")]]), new Rule(50, new FunApp("DefPlDet",[]),[],[[new Terminal("des")]]), new Rule(49, new FunApp("DefPlDet",[]),[],[[new Terminal("aux")]]), new Rule(48, new FunApp("DefPlDet",[]),[],[[new Terminal("les")]]), new Rule(17, new FunApp("Danish",[]),[],[[new Terminal("danois")]]), new Rule(16, new FunApp("Danish",[]),[],[[new Terminal("danois")]]), new Rule(20, new FunApp("Cut",[]),[],[[new Terminal("couper")]]), new Rule(47, new FunApp("Cut",[]),[],[[new Terminal("couper")]]), new Rule(46, new FunApp("Cut",[]),[],[[new Terminal("coupe")]]), new Rule(45, new FunApp("Cut",[]),[],[[new Terminal("coupes")]]), new Rule(44, new FunApp("Cut",[]),[],[[new Terminal("coupe")]]), new Rule(43, new FunApp("Cut",[]),[],[[new Terminal("coupons")]]), new Rule(42, new FunApp("Cut",[]),[],[[new Terminal("coupez")]]), new Rule(41, new FunApp("Cut",[]),[],[[new Terminal("coupent")]]), new Rule(40, new FunApp("Cut",[]),[],[[new Terminal("coupe")]]), new Rule(39, new FunApp("Cut",[]),[],[[new Terminal("coupes")]]), new Rule(38, new FunApp("Cut",[]),[],[[new Terminal("coupe")]]), new Rule(37, new FunApp("Cut",[]),[],[[new Terminal("coupions")]]), new Rule(36, new FunApp("Cut",[]),[],[[new Terminal("coupiez")]]), new Rule(35, new FunApp("Cut",[]),[],[[new Terminal("coupent")]]), new Rule(34, new FunApp("Cut",[]),[],[[new Terminal("coupe")]]), new Rule(33, new FunApp("Cut",[]),[],[[new Terminal("coupons")]]), new Rule(32, new FunApp("Cut",[]),[],[[new Terminal("coupez")]]), new Rule(31, new FunApp("Cut",[]),[],[[new Terminal("coupé")]]), new Rule(30, new FunApp("Cut",[]),[],[[new Terminal("coupés")]]), new Rule(29, new FunApp("Cut",[]),[],[[new Terminal("coupée")]]), new Rule(28, new FunApp("Cut",[]),[],[[new Terminal("coupées")]]), new Rule(27, new FunApp("Cut",[]),[],[[new Terminal("coupant")]]), new Rule(20, new FunApp("Copy",[]),[],[[new Terminal("copier")]]), new Rule(47, new FunApp("Copy",[]),[],[[new Terminal("copier")]]), new Rule(46, new FunApp("Copy",[]),[],[[new Terminal("copie")]]), new Rule(45, new FunApp("Copy",[]),[],[[new Terminal("copies")]]), new Rule(44, new FunApp("Copy",[]),[],[[new Terminal("copie")]]), new Rule(43, new FunApp("Copy",[]),[],[[new Terminal("copions")]]), new Rule(42, new FunApp("Copy",[]),[],[[new Terminal("copiez")]]), new Rule(41, new FunApp("Copy",[]),[],[[new Terminal("copient")]]), new Rule(40, new FunApp("Copy",[]),[],[[new Terminal("copie")]]), new Rule(39, new FunApp("Copy",[]),[],[[new Terminal("copies")]]), new Rule(38, new FunApp("Copy",[]),[],[[new Terminal("copie")]]), new Rule(37, new FunApp("Copy",[]),[],[[new Terminal("copiions")]]), new Rule(36, new FunApp("Copy",[]),[],[[new Terminal("copiiez")]]), new Rule(35, new FunApp("Copy",[]),[],[[new Terminal("copient")]]), new Rule(34, new FunApp("Copy",[]),[],[[new Terminal("copie")]]), new Rule(33, new FunApp("Copy",[]),[],[[new Terminal("copions")]]), new Rule(32, new FunApp("Copy",[]),[],[[new Terminal("copiez")]]), new Rule(31, new FunApp("Copy",[]),[],[[new Terminal("copié")]]), new Rule(30, new FunApp("Copy",[]),[],[[new Terminal("copiés")]]), new Rule(29, new FunApp("Copy",[]),[],[[new Terminal("copiée")]]), new Rule(28, new FunApp("Copy",[]),[],[[new Terminal("copiées")]]), new Rule(27, new FunApp("Copy",[]),[],[[new Terminal("copiant")]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[22, 24, 13, 23],[[new Terminal("s'"), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(3, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[22, 24, 13, 23],[[new Terminal("se"), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(3, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[21, 24, 13, 23],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(3, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[20, 24, 13, 23],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(3, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[22, 19, 15, 17],[[new Terminal("s'"), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(3, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[22, 19, 15, 17],[[new Terminal("se"), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(3, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[21, 19, 15, 17],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(3, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[20, 19, 15, 17],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(3, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[22, 24, 26, 23],[[new Terminal("s'"), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[22, 24, 26, 23],[[new Terminal("se"), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[21, 24, 26, 23],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[20, 24, 26, 23],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[22, 19, 25, 17],[[new Terminal("s'"), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[22, 19, 25, 17],[[new Terminal("se"), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[21, 19, 25, 17],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[20, 19, 25, 17],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(18, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[22, 24, 23],[[new Terminal("s'"), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[22, 24, 23],[[new Terminal("se"), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[21, 24, 23],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[20, 24, 23],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[22, 19, 17],[[new Terminal("s'"), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[22, 19, 17],[[new Terminal("se"), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[21, 19, 17],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[20, 19, 17],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(17, new FunApp("Bulgarian",[]),[],[[new Terminal("bulgarien")]]), new Rule(16, new FunApp("Bulgarian",[]),[],[[new Terminal("bulgariens")]]), new Rule(15, new FunApp("Available",[]),[],[[new Terminal("disponible")]]), new Rule(14, new FunApp("Available",[]),[],[[new Terminal("disponibles")]]), new Rule(13, new FunApp("Available",[]),[],[[new Terminal("disponible")]]), new Rule(12, new FunApp("Available",[]),[],[[new Terminal("disponibles")]]), new Rule(11, new FunApp("Available",[]),[],[[new Terminal("disponiblement")]]), new Rule(10, new FunApp("Available",[]),[],[[new Terminal("plus"), new Terminal("disponible")]]), new Rule(9, new FunApp("Available",[]),[],[[new Terminal("plus"), new Terminal("disponibles")]]), new Rule(8, new FunApp("Available",[]),[],[[new Terminal("plus"), new Terminal("disponible")]]), new Rule(7, new FunApp("Available",[]),[],[[new Terminal("plus"), new Terminal("disponibles")]]), new Rule(6, new FunApp("Available",[]),[],[[new Terminal("plus"), new Terminal("disponiblement")]]), new Rule(5, new FunApp("Available",[]),[],[[new Terminal("plus"), new Terminal("disponible")]]), new Rule(4, new FunApp("Available",[]),[],[[new Terminal("plus"), new Terminal("disponibles")]]), new Rule(3, new FunApp("Available",[]),[],[[new Terminal("plus"), new Terminal("disponible")]]), new Rule(2, new FunApp("Available",[]),[],[[new Terminal("plus"), new Terminal("disponibles")]]), new Rule(1, new FunApp("Available",[]),[],[[new Terminal("plus"), new Terminal("disponiblement")]])],{Adjective:[25, 15, 10, 5, 86, 14, 9, 4, 26, 13, 8, 3, 88, 12, 7, 2, 11, 6, 1], Determiner:[85, 65, 75, 57, 80, 61, 70, 52, 84, 19, 74, 56, 79, 24, 69, 51, 83, 64, 73, 55, 78, 60, 68, 50, 82, 63, 72, 54, 77, 59, 67, 49, 81, 62, 71, 53, 76, 58, 66, 48], Float:[-3], Int:[-2], Noun:[89, 17, 23, 16, 87], Sentence:[18], String:[-1], Verb:[20, 21, 22, 47, 46, 45, 44, 43, 42, 41, 40, 39, 38, 37, 36, 35, 34, 33, 32, 31, 30, 29, 28, 27], _Var:[-4]})), EditorSpa: new GFConcrete({coding: "utf8"},{Available: function(cs){return new Arr(new Arr(new Suffix("disponible", Editor.concretes["EditorSpa"].rule("_0", cs)), Editor.concretes["EditorSpa"].rule("_5", cs), Editor.concretes["EditorSpa"].rule("_5", cs)), new Int(1));}, Bulgarian: function(cs){return new Arr(new Suffix("Búlgaro", Editor.concretes["EditorSpa"].rule("_8", cs)), new Int(0));}, Command: function(cs){return new Arr(new Seq(Editor.concretes["EditorSpa"].rule("_12", cs), Editor.concretes["EditorSpa"].rule("_38", cs), Editor.concretes["EditorSpa"].rule("_40", cs), Editor.concretes["EditorSpa"].rule("_42", cs), Editor.concretes["EditorSpa"].rule("_55", cs)));}, CommandAdj: function(cs){return new Arr(new Seq(Editor.concretes["EditorSpa"].rule("_12", cs), Editor.concretes["EditorSpa"].rule("_14", cs).sel(Editor.concretes["EditorSpa"].rule("_24", cs).sel(Editor.concretes["EditorSpa"].rule("_63", cs))), Editor.concretes["EditorSpa"].rule("_40", cs), Editor.concretes["EditorSpa"].rule("_41", cs).sel(Editor.concretes["EditorSpa"].rule("_63", cs)),(new Arr(new Arr(Editor.concretes["EditorSpa"].rule("_13", cs), Editor.concretes["EditorSpa"].rule("_78", cs)), new Arr(Editor.concretes["EditorSpa"].rule("_78", cs), Editor.concretes["EditorSpa"].rule("_78", cs)))).sel(Editor.concretes["EditorSpa"].rule("_19", cs)).sel(Editor.concretes["EditorSpa"].rule("_21", cs))));}, Copy: function(cs){return new Arr(new Suffix("Cop", new Arr(new Str("iar"), new Str("iar"), new Str("ío"), new Str("ías"), new Str("ía"), new Str("iamos"), new Str("iáis"), new Str("ían"), new Str("íe"), new Str("íes"), new Str("íe"), new Str("iemos"), new Str("iéis"), new Str("íen"), new Str("ía"), new Str("iemos"), new Str("iad"), new Str("iado"), new Str("iados"), new Str("iada"), new Str("iadas"), new Str("iando"))), new Int(0));}, Cut: function(cs){return new Arr(new Suffix("Cort", Editor.concretes["EditorSpa"].rule("_89", cs)), new Int(0));}, Danish: function(cs){return new Arr(new Suffix("Danés", Editor.concretes["EditorSpa"].rule("_92", cs)), new Int(0));}, DefPlDet: function(cs){return Editor.concretes["EditorSpa"].rule("_109", cs);}, DefSgDet: function(cs){return Editor.concretes["EditorSpa"].rule("_109", cs);}, Delete: function(cs){return new Arr(new Suffix("Borr", Editor.concretes["EditorSpa"].rule("_89", cs)), new Int(0));}, English: function(cs){return new Arr(new Suffix("Inglés", Editor.concretes["EditorSpa"].rule("_92", cs)), new Int(0));}, Enter: function(cs){return new Arr(new Suffix("introdu", new Arr(new Str("cir"), new Str("cir"), new Str("zco"), new Str("ces"), new Str("ce"), new Str("cimos"), new Str("cís"), new Str("cen"), new Str("zca"), new Str("zcas"), new Str("zca"), new Str("zcamos"), new Str("zcáis"), new Str("zcan"), new Str("ce"), new Str("zcamos"), new Str("cid"), new Str("cido"), new Str("cidos"), new Str("cida"), new Str("cidas"), new Str("ciendo"))), new Int(0));}, ErrorMessage: function(cs){return new Arr(new Seq(new Str("no"),(new Arr(Editor.concretes["EditorSpa"].rule("_119", cs), Editor.concretes["EditorSpa"].rule("_119", cs))).sel(Editor.concretes["EditorSpa"].rule("_121", cs).sel(new Int(0))).sel(Editor.concretes["EditorSpa"].rule("_121", cs).sel(new Int(1))).sel(Editor.concretes["EditorSpa"].rule("_121", cs).sel(new Int(2))),(new Arr(Editor.concretes["EditorSpa"].rule("_128", cs), Editor.concretes["EditorSpa"].rule("_128", cs))).sel(Editor.concretes["EditorSpa"].rule("_130", cs).sel(new Int(0))).sel(Editor.concretes["EditorSpa"].rule("_130", cs).sel(new Int(1))),(new Arr(new Str("un"), new Str("una"))).sel(Editor.concretes["EditorSpa"].rule("_136", cs)),(new Arr(new Seq(Editor.concretes["EditorSpa"].rule("_139", cs), Editor.concretes["EditorSpa"].rule("_140", cs)), new Seq(Editor.concretes["EditorSpa"].rule("_140", cs), Editor.concretes["EditorSpa"].rule("_139", cs)))).sel(Editor.concretes["EditorSpa"].rule("_29", cs))));}, Finnish: function(cs){return new Arr(new Suffix("Finlandés", Editor.concretes["EditorSpa"].rule("_92", cs)), new Int(0));}, Float_N: function(cs){return new Arr(new Arr(new Seq(new Str("número"), new Str("real")), new Seq(new Str("números"), new Str("real"))), new Int(0));}, French: function(cs){return new Arr(new Suffix("Francés", Editor.concretes["EditorSpa"].rule("_92", cs)), new Int(0));}, German: function(cs){return new Arr(new Suffix("Alemán", Editor.concretes["EditorSpa"].rule("_92", cs)), new Int(0));}, IndefPlDet: function(cs){return Editor.concretes["EditorSpa"].rule("_176", cs);}, IndefSgDet: function(cs){return Editor.concretes["EditorSpa"].rule("_176", cs);}, Integer_N: function(cs){return new Arr(new Arr(new Seq(new Str("número"), new Str("entero")), new Seq(new Str("números"), new Str("entero"))), new Int(0));}, Italian: function(cs){return new Arr(new Suffix("Italiano", Editor.concretes["EditorSpa"].rule("_8", cs)), new Int(0));}, Label: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_12", cs));}, Language: function(cs){return new Arr(new Suffix("lenguaje", Editor.concretes["EditorSpa"].rule("_8", cs)), new Int(0));}, Next: function(cs){return new Arr(new Arr(new Suffix("siguiente", Editor.concretes["EditorSpa"].rule("_0", cs)), Editor.concretes["EditorSpa"].rule("_190", cs), Editor.concretes["EditorSpa"].rule("_190", cs)), new Int(1));}, Node: function(cs){return new Arr(new Suffix("nodo", Editor.concretes["EditorSpa"].rule("_8", cs)), new Int(0));}, Norwegian: function(cs){return new Arr(new Suffix("Noruego", Editor.concretes["EditorSpa"].rule("_8", cs)), new Int(0));}, Page: function(cs){return new Arr(new Suffix("página", Editor.concretes["EditorSpa"].rule("_8", cs)), new Int(1));}, Parse: function(cs){return new Arr(new Arr(new Str("Analizar"), new Str("Analizar"), new Str("Analizo"), new Str("Analizas"), new Str("Analiza"), new Str("Analizamos"), new Str("Analizáis"), new Str("Analizan"), new Str("Analice"), new Str("Analices"), new Str("Analice"), new Str("Analicemos"), new Str("Analicéis"), new Str("Analicen"), new Str("Analiza"), new Str("Analicemos"), new Str("Analizad"), new Str("sintácticamente"), new Str("sintácticamentos"), new Str("sintácticamenta"), new Str("sintácticamentas"), new Str("Analizando")), new Int(0));}, Paste: function(cs){return new Arr(new Suffix("Peg", new Arr(new Str("ar"), new Str("ar"), new Str("o"), new Str("as"), new Str("a"), new Str("amos"), new Str("áis"), new Str("an"), new Str("ue"), new Str("ues"), new Str("ue"), new Str("uemos"), new Str("uéis"), new Str("uen"), new Str("a"), new Str("uemos"), new Str("ad"), new Str("ado"), new Str("ados"), new Str("ada"), new Str("adas"), new Str("ando"))), new Int(0));}, Previous: function(cs){return new Arr(new Arr(new Suffix("anterior", new Arr(new Str(""), new Str("es"), new Str(""), new Str("es"), new Str("mente"))), Editor.concretes["EditorSpa"].rule("_209", cs), Editor.concretes["EditorSpa"].rule("_209", cs)), new Int(1));}, RandomlyCommand: function(cs){return new Arr(new Seq(Editor.concretes["EditorSpa"].rule("_12", cs), Editor.concretes["EditorSpa"].rule("_38", cs), Editor.concretes["EditorSpa"].rule("_40", cs), Editor.concretes["EditorSpa"].rule("_42", cs), Editor.concretes["EditorSpa"].rule("_55", cs), new Str("aleatoriamente")));}, Redo: function(cs){return new Arr(new Suffix("reh", Editor.concretes["EditorSpa"].rule("_214", cs)), new Int(0));}, Refine: function(cs){return new Arr(new Suffix("Refin", Editor.concretes["EditorSpa"].rule("_89", cs)), new Int(0));}, Refinement: function(cs){return new Arr(new Suffix("refinamiento", Editor.concretes["EditorSpa"].rule("_8", cs)), new Int(0));}, Replace: function(cs){return new Arr(new Suffix("Reempla", new Arr(new Str("zar"), new Str("zar"), new Str("zo"), new Str("zas"), new Str("za"), new Str("zamos"), new Str("záis"), new Str("zan"), new Str("ce"), new Str("ces"), new Str("ce"), new Str("cemos"), new Str("céis"), new Str("cen"), new Str("za"), new Str("cemos"), new Str("zad"), new Str("zado"), new Str("zados"), new Str("zada"), new Str("zadas"), new Str("zando"))), new Int(0));}, Russian: function(cs){return new Arr(new Suffix("Ruso", Editor.concretes["EditorSpa"].rule("_8", cs)), new Int(0));}, Select: function(cs){return new Arr(new Suffix("Seleccion", Editor.concretes["EditorSpa"].rule("_89", cs)), new Int(0));}, Show: function(cs){return new Arr(new Suffix("Mostr", Editor.concretes["EditorSpa"].rule("_89", cs)), new Int(0));}, SingleWordCommand: function(cs){return new Arr(new Seq(Editor.concretes["EditorSpa"].rule("_12", cs), Editor.concretes["EditorSpa"].rule("_14", cs).sel((new Arr(new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(1))).sel(Editor.concretes["EditorSpa"].rule("_31", cs))), Editor.concretes["EditorSpa"].rule("_41", cs).sel(Editor.concretes["EditorSpa"].rule("_31", cs))));}, Spanish: function(cs){return new Arr(new Suffix("Español", Editor.concretes["EditorSpa"].rule("_92", cs)), new Int(0));}, String_N: function(cs){return new Arr(new Arr(new Seq(new Str("cadena"), new Str("de"), new Str("caracteres")), new Seq(new Str("cadenas"), new Str("de"), new Str("caracteres"))), new Int(1));}, Swedish: function(cs){return new Arr(new Suffix("Sueco", Editor.concretes["EditorSpa"].rule("_8", cs)), new Int(0));}, Tree: function(cs){return new Arr(new Suffix("árbol", Editor.concretes["EditorSpa"].rule("_92", cs)), new Int(0));}, Undo: function(cs){return new Arr(new Suffix("desh", Editor.concretes["EditorSpa"].rule("_214", cs)), new Int(0));}, Wrap: function(cs){return new Arr(new Suffix("env", new Arr(new Str("olver"), new Str("olver"), new Str("uelvo"), new Str("uelves"), new Str("uelve"), new Str("olvemos"), new Str("olvéis"), new Str("uelven"), new Str("uelva"), new Str("uelvas"), new Str("uelva"), new Str("olvamos"), new Str("olváis"), new Str("uelvan"), new Str("uelve"), new Str("olvamos"), new Str("olved"), new Str("olvido"), new Str("olvidos"), new Str("olvida"), new Str("olvidas"), new Str("olviendo"))), new Int(0));}, Wrapper: function(cs){return new Arr(new Suffix("envoltura", Editor.concretes["EditorSpa"].rule("_8", cs)), new Int(1));}, _0: function(cs){return new Arr(new Str(""), new Str("s"), new Str(""), new Str("s"), new Str("mente"));}, _100: function(cs){return new Seq(new Str("de"), new Str("los"));}, _101: function(cs){return new Seq(new Str("a"), new Str("los"));}, _102: function(cs){return new Arr(new Str("los"), new Str("los"), Editor.concretes["EditorSpa"].rule("_100", cs), Editor.concretes["EditorSpa"].rule("_101", cs));}, _103: function(cs){return new Seq(new Str("de"), new Str("las"));}, _104: function(cs){return new Seq(new Str("a"), new Str("las"));}, _105: function(cs){return new Arr(new Str("las"), new Str("las"), Editor.concretes["EditorSpa"].rule("_103", cs), Editor.concretes["EditorSpa"].rule("_104", cs));}, _106: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_102", cs), Editor.concretes["EditorSpa"].rule("_105", cs));}, _107: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_99", cs), Editor.concretes["EditorSpa"].rule("_106", cs));}, _108: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_107", cs), Editor.concretes["EditorSpa"].rule("_107", cs));}, _109: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_108", cs));}, _11: function(cs){return cs[0].sel(new Int(0));}, _117: function(cs){return new Arr(new Str("he"), new Str("has"), new Str("hay"));}, _118: function(cs){return new Arr(new Str("hemos"), new Str("habéis"), new Str("han"));}, _119: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_117", cs), Editor.concretes["EditorSpa"].rule("_118", cs));}, _12: function(cs){return Editor.concretes["EditorSpa"].rule("_11", cs).sel(new Int(0));}, _121: function(cs){return new Arr(new Int(0), new Int(0), new Int(2));}, _128: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_13", cs), Editor.concretes["EditorSpa"].rule("_13", cs));}, _13: function(cs){return new Seq();}, _130: function(cs){return new Arr(new Int(0), new Int(0));}, _136: function(cs){return cs[1].sel(new Int(1));}, _138: function(cs){return Editor.concretes["EditorSpa"].rule("_69", cs).sel(Editor.concretes["EditorSpa"].rule("_136", cs));}, _139: function(cs){return Editor.concretes["EditorSpa"].rule("_12", cs).sel(Editor.concretes["EditorSpa"].rule("_138", cs));}, _14: function(cs){return new Arr(new Str("&+"), Editor.concretes["EditorSpa"].rule("_13", cs));}, _140: function(cs){return Editor.concretes["EditorSpa"].rule("_43", cs).sel(new Int(0));}, _15: function(cs){return new Arr(new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(1), new Int(1));}, _157: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_13", cs), Editor.concretes["EditorSpa"].rule("_13", cs), Editor.concretes["EditorSpa"].rule("_13", cs), Editor.concretes["EditorSpa"].rule("_13", cs));}, _158: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_157", cs), Editor.concretes["EditorSpa"].rule("_157", cs));}, _159: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_158", cs), Editor.concretes["EditorSpa"].rule("_158", cs));}, _16: function(cs){return new Arr(new Int(13), new Int(13));}, _160: function(cs){return new Seq(new Str("de"), new Str("un"));}, _161: function(cs){return new Seq(new Str("a"), new Str("un"));}, _162: function(cs){return new Arr(new Str("un"), new Str("un"), Editor.concretes["EditorSpa"].rule("_160", cs), Editor.concretes["EditorSpa"].rule("_161", cs));}, _163: function(cs){return new Seq(new Str("de"), new Str("una"));}, _164: function(cs){return new Seq(new Str("a"), new Str("una"));}, _165: function(cs){return new Arr(new Str("una"), new Str("una"), Editor.concretes["EditorSpa"].rule("_163", cs), Editor.concretes["EditorSpa"].rule("_164", cs));}, _166: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_162", cs), Editor.concretes["EditorSpa"].rule("_165", cs));}, _167: function(cs){return new Seq(new Str("de"), new Str("unos"));}, _168: function(cs){return new Seq(new Str("a"), new Str("unos"));}, _169: function(cs){return new Arr(new Str("unos"), new Str("unos"), Editor.concretes["EditorSpa"].rule("_167", cs), Editor.concretes["EditorSpa"].rule("_168", cs));}, _17: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_16", cs), Editor.concretes["EditorSpa"].rule("_16", cs));}, _170: function(cs){return new Seq(new Str("de"), new Str("unas"));}, _171: function(cs){return new Seq(new Str("a"), new Str("unas"));}, _172: function(cs){return new Arr(new Str("unas"), new Str("unas"), Editor.concretes["EditorSpa"].rule("_170", cs), Editor.concretes["EditorSpa"].rule("_171", cs));}, _173: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_169", cs), Editor.concretes["EditorSpa"].rule("_172", cs));}, _174: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_166", cs), Editor.concretes["EditorSpa"].rule("_173", cs));}, _175: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_159", cs), Editor.concretes["EditorSpa"].rule("_174", cs));}, _176: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_175", cs));}, _18: function(cs){return new Arr(new Int(1), new Int(0));}, _187: function(cs){return new Seq(new Str("más"), new Str("siguiente"));}, _188: function(cs){return new Seq(new Str("más"), new Str("siguientes"));}, _189: function(cs){return new Seq(new Str("más"), new Str("siguientemente"));}, _19: function(cs){return Editor.concretes["EditorSpa"].rule("_18", cs).sel(new Int(0));}, _190: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_187", cs), Editor.concretes["EditorSpa"].rule("_188", cs), Editor.concretes["EditorSpa"].rule("_187", cs), Editor.concretes["EditorSpa"].rule("_188", cs), Editor.concretes["EditorSpa"].rule("_189", cs));}, _2: function(cs){return new Seq(new Str("más"), new Str("disponible"));}, _20: function(cs){return Editor.concretes["EditorSpa"].rule("_17", cs).sel(Editor.concretes["EditorSpa"].rule("_19", cs));}, _206: function(cs){return new Seq(new Str("más"), new Str("anterior"));}, _207: function(cs){return new Seq(new Str("más"), new Str("anteriores"));}, _208: function(cs){return new Seq(new Str("más"), new Str("anteriormente"));}, _209: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_206", cs), Editor.concretes["EditorSpa"].rule("_207", cs), Editor.concretes["EditorSpa"].rule("_206", cs), Editor.concretes["EditorSpa"].rule("_207", cs), Editor.concretes["EditorSpa"].rule("_208", cs));}, _21: function(cs){return Editor.concretes["EditorSpa"].rule("_18", cs).sel(new Int(1));}, _214: function(cs){return new Arr(new Str("acer"), new Str("acer"), new Str("ago"), new Str("aces"), new Str("ace"), new Str("acemos"), new Str("acéis"), new Str("acen"), new Str("aga"), new Str("agas"), new Str("aga"), new Str("agamos"), new Str("agáis"), new Str("agan"), new Str("az"), new Str("agamos"), new Str("aced"), new Str("echo"), new Str("echos"), new Str("echa"), new Str("echas"), new Str("aciendo"));}, _22: function(cs){return Editor.concretes["EditorSpa"].rule("_20", cs).sel(Editor.concretes["EditorSpa"].rule("_21", cs));}, _23: function(cs){return Editor.concretes["EditorSpa"].rule("_15", cs).sel(Editor.concretes["EditorSpa"].rule("_22", cs));}, _24: function(cs){return new Arr(new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), Editor.concretes["EditorSpa"].rule("_23", cs));}, _25: function(cs){return new Arr(new Int(2), new Int(8));}, _253: function(cs){return new Arr(cs[0], cs[0], cs[0], cs[0], cs[0]);}, _256: function(cs){return new Arr(cs[0], cs[0], cs[0], cs[0]);}, _257: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_256", cs), Editor.concretes["EditorSpa"].rule("_256", cs));}, _258: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_257", cs), Editor.concretes["EditorSpa"].rule("_257", cs));}, _26: function(cs){return cs[2].sel(new Int(1));}, _27: function(cs){return Editor.concretes["EditorSpa"].rule("_25", cs).sel(Editor.concretes["EditorSpa"].rule("_26", cs));}, _28: function(cs){return new Arr(new Int(12), new Int(13));}, _29: function(cs){return cs[0].sel(new Int(1));}, _3: function(cs){return new Seq(new Str("más"), new Str("disponibles"));}, _30: function(cs){return Editor.concretes["EditorSpa"].rule("_18", cs).sel(Editor.concretes["EditorSpa"].rule("_29", cs));}, _31: function(cs){return Editor.concretes["EditorSpa"].rule("_28", cs).sel(Editor.concretes["EditorSpa"].rule("_30", cs));}, _32: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_27", cs), Editor.concretes["EditorSpa"].rule("_31", cs));}, _33: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_31", cs), Editor.concretes["EditorSpa"].rule("_31", cs));}, _34: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_32", cs), Editor.concretes["EditorSpa"].rule("_33", cs));}, _35: function(cs){return Editor.concretes["EditorSpa"].rule("_34", cs).sel(Editor.concretes["EditorSpa"].rule("_19", cs));}, _36: function(cs){return Editor.concretes["EditorSpa"].rule("_35", cs).sel(Editor.concretes["EditorSpa"].rule("_21", cs));}, _37: function(cs){return Editor.concretes["EditorSpa"].rule("_24", cs).sel(Editor.concretes["EditorSpa"].rule("_36", cs));}, _38: function(cs){return Editor.concretes["EditorSpa"].rule("_14", cs).sel(Editor.concretes["EditorSpa"].rule("_37", cs));}, _39: function(cs){return new Arr(new Str("me"), new Str("te"), new Str("le"), new Str("nos"), new Str("vos"), new Str("les"), new Str("me"), new Str("te"), new Str("le"), new Str("nos"), new Str("vos"), new Str("les"), Editor.concretes["EditorSpa"].rule("_13", cs), Editor.concretes["EditorSpa"].rule("_13", cs));}, _4: function(cs){return new Seq(new Str("más"), new Str("disponiblemente"));}, _40: function(cs){return Editor.concretes["EditorSpa"].rule("_39", cs).sel(Editor.concretes["EditorSpa"].rule("_22", cs));}, _41: function(cs){return new Arr(new Str("me"), new Str("te"), new Str("lo"), new Str("nos"), new Str("vos"), new Str("los"), new Str("me"), new Str("te"), new Str("la"), new Str("nos"), new Str("vos"), new Str("las"), new Str("se"), Editor.concretes["EditorSpa"].rule("_13", cs));}, _42: function(cs){return Editor.concretes["EditorSpa"].rule("_41", cs).sel(Editor.concretes["EditorSpa"].rule("_36", cs));}, _43: function(cs){return cs[1].sel(new Int(0));}, _44: function(cs){return Editor.concretes["EditorSpa"].rule("_43", cs).sel(new Int(1));}, _45: function(cs){return Editor.concretes["EditorSpa"].rule("_44", cs).sel(new Int(0));}, _46: function(cs){return Editor.concretes["EditorSpa"].rule("_45", cs).sel(Editor.concretes["EditorSpa"].rule("_26", cs));}, _47: function(cs){return Editor.concretes["EditorSpa"].rule("_46", cs).sel(new Int(1));}, _48: function(cs){return cs[2].sel(new Int(0));}, _49: function(cs){return Editor.concretes["EditorSpa"].rule("_48", cs).sel(new Int(0));}, _5: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_2", cs), Editor.concretes["EditorSpa"].rule("_3", cs), Editor.concretes["EditorSpa"].rule("_2", cs), Editor.concretes["EditorSpa"].rule("_3", cs), Editor.concretes["EditorSpa"].rule("_4", cs));}, _50: function(cs){return new Seq(Editor.concretes["EditorSpa"].rule("_47", cs), Editor.concretes["EditorSpa"].rule("_49", cs));}, _51: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_13", cs), Editor.concretes["EditorSpa"].rule("_50", cs));}, _52: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_50", cs), Editor.concretes["EditorSpa"].rule("_50", cs));}, _53: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_51", cs), Editor.concretes["EditorSpa"].rule("_52", cs));}, _54: function(cs){return Editor.concretes["EditorSpa"].rule("_53", cs).sel(Editor.concretes["EditorSpa"].rule("_19", cs));}, _55: function(cs){return Editor.concretes["EditorSpa"].rule("_54", cs).sel(Editor.concretes["EditorSpa"].rule("_21", cs));}, _58: function(cs){return cs[3].sel(new Int(1));}, _59: function(cs){return Editor.concretes["EditorSpa"].rule("_25", cs).sel(Editor.concretes["EditorSpa"].rule("_58", cs));}, _60: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_59", cs), Editor.concretes["EditorSpa"].rule("_31", cs));}, _61: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_60", cs), Editor.concretes["EditorSpa"].rule("_33", cs));}, _62: function(cs){return Editor.concretes["EditorSpa"].rule("_61", cs).sel(Editor.concretes["EditorSpa"].rule("_19", cs));}, _63: function(cs){return Editor.concretes["EditorSpa"].rule("_62", cs).sel(Editor.concretes["EditorSpa"].rule("_21", cs));}, _67: function(cs){return Editor.concretes["EditorSpa"].rule("_45", cs).sel(Editor.concretes["EditorSpa"].rule("_58", cs));}, _68: function(cs){return Editor.concretes["EditorSpa"].rule("_67", cs).sel(new Int(1));}, _69: function(cs){return new Arr(new Int(0), new Int(2));}, _70: function(cs){return Editor.concretes["EditorSpa"].rule("_69", cs).sel(Editor.concretes["EditorSpa"].rule("_58", cs));}, _71: function(cs){return Editor.concretes["EditorSpa"].rule("_49", cs).sel(Editor.concretes["EditorSpa"].rule("_70", cs));}, _72: function(cs){return cs[3].sel(new Int(0));}, _73: function(cs){return Editor.concretes["EditorSpa"].rule("_72", cs).sel(new Int(0));}, _74: function(cs){return new Seq(Editor.concretes["EditorSpa"].rule("_71", cs), Editor.concretes["EditorSpa"].rule("_73", cs));}, _75: function(cs){return new Seq(Editor.concretes["EditorSpa"].rule("_73", cs), Editor.concretes["EditorSpa"].rule("_71", cs));}, _76: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_74", cs), Editor.concretes["EditorSpa"].rule("_75", cs));}, _77: function(cs){return Editor.concretes["EditorSpa"].rule("_76", cs).sel(Editor.concretes["EditorSpa"].rule("_26", cs));}, _78: function(cs){return new Seq(Editor.concretes["EditorSpa"].rule("_68", cs), Editor.concretes["EditorSpa"].rule("_77", cs));}, _8: function(cs){return new Arr(new Str(""), new Str("s"));}, _89: function(cs){return new Arr(new Str("ar"), new Str("ar"), new Str("o"), new Str("as"), new Str("a"), new Str("amos"), new Str("áis"), new Str("an"), new Str("e"), new Str("es"), new Str("e"), new Str("emos"), new Str("éis"), new Str("en"), new Str("a"), new Str("emos"), new Str("ad"), new Str("ado"), new Str("ados"), new Str("ada"), new Str("adas"), new Str("ando"));}, _92: function(cs){return new Arr(new Str(""), new Str("es"));}, _95: function(cs){return new Arr(new Str("el"), new Str("el"), new Str("del"), new Str("al"));}, _96: function(cs){return new Seq(new Str("de"), new Str("la"));}, _97: function(cs){return new Seq(new Str("a"), new Str("la"));}, _98: function(cs){return new Arr(new Str("la"), new Str("la"), Editor.concretes["EditorSpa"].rule("_96", cs), Editor.concretes["EditorSpa"].rule("_97", cs));}, _99: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_95", cs), Editor.concretes["EditorSpa"].rule("_98", cs));}, Adjective: function(cs){return new Arr(new Arr(Editor.concretes["EditorSpa"].rule("_253", cs), Editor.concretes["EditorSpa"].rule("_253", cs), Editor.concretes["EditorSpa"].rule("_253", cs)), new Int(0));}, Determiner: function(cs){return new Arr(new Arr(Editor.concretes["EditorSpa"].rule("_258", cs), Editor.concretes["EditorSpa"].rule("_258", cs)));}, Noun: function(cs){return new Arr(new Arr(cs[0], cs[0]), new Int(0));}, Sentence: function(cs){return new Arr(cs[0]);}, Verb: function(cs){return new Arr(new Arr(cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0]), new Int(0));}, "Int": function(cs){return new Arr(cs[0]);}, "Float": function(cs){return new Arr(cs[0]);}, "String": function(cs){return new Arr(cs[0]);}}, new Parser("Sentence",[new Rule(22, new FunApp("Wrapper",[]),[],[[new Terminal("envoltura")]]), new Rule(78, new FunApp("Wrapper",[]),[],[[new Terminal("envolturas")]]), new Rule(20, new FunApp("Wrap",[]),[],[[new Terminal("envolver")]]), new Rule(46, new FunApp("Wrap",[]),[],[[new Terminal("envolver")]]), new Rule(45, new FunApp("Wrap",[]),[],[[new Terminal("envuelvo")]]), new Rule(44, new FunApp("Wrap",[]),[],[[new Terminal("envuelves")]]), new Rule(43, new FunApp("Wrap",[]),[],[[new Terminal("envuelve")]]), new Rule(42, new FunApp("Wrap",[]),[],[[new Terminal("envolvemos")]]), new Rule(41, new FunApp("Wrap",[]),[],[[new Terminal("envolvéis")]]), new Rule(40, new FunApp("Wrap",[]),[],[[new Terminal("envuelven")]]), new Rule(39, new FunApp("Wrap",[]),[],[[new Terminal("envuelva")]]), new Rule(38, new FunApp("Wrap",[]),[],[[new Terminal("envuelvas")]]), new Rule(37, new FunApp("Wrap",[]),[],[[new Terminal("envuelva")]]), new Rule(36, new FunApp("Wrap",[]),[],[[new Terminal("envolvamos")]]), new Rule(35, new FunApp("Wrap",[]),[],[[new Terminal("envolváis")]]), new Rule(34, new FunApp("Wrap",[]),[],[[new Terminal("envuelvan")]]), new Rule(33, new FunApp("Wrap",[]),[],[[new Terminal("envuelve")]]), new Rule(32, new FunApp("Wrap",[]),[],[[new Terminal("envolvamos")]]), new Rule(31, new FunApp("Wrap",[]),[],[[new Terminal("envolved")]]), new Rule(30, new FunApp("Wrap",[]),[],[[new Terminal("envolvido")]]), new Rule(29, new FunApp("Wrap",[]),[],[[new Terminal("envolvidos")]]), new Rule(28, new FunApp("Wrap",[]),[],[[new Terminal("envolvida")]]), new Rule(27, new FunApp("Wrap",[]),[],[[new Terminal("envolvidas")]]), new Rule(26, new FunApp("Wrap",[]),[],[[new Terminal("envolviendo")]]), new Rule(20, new FunApp("Undo",[]),[],[[new Terminal("deshacer")]]), new Rule(46, new FunApp("Undo",[]),[],[[new Terminal("deshacer")]]), new Rule(45, new FunApp("Undo",[]),[],[[new Terminal("deshago")]]), new Rule(44, new FunApp("Undo",[]),[],[[new Terminal("deshaces")]]), new Rule(43, new FunApp("Undo",[]),[],[[new Terminal("deshace")]]), new Rule(42, new FunApp("Undo",[]),[],[[new Terminal("deshacemos")]]), new Rule(41, new FunApp("Undo",[]),[],[[new Terminal("deshacéis")]]), new Rule(40, new FunApp("Undo",[]),[],[[new Terminal("deshacen")]]), new Rule(39, new FunApp("Undo",[]),[],[[new Terminal("deshaga")]]), new Rule(38, new FunApp("Undo",[]),[],[[new Terminal("deshagas")]]), new Rule(37, new FunApp("Undo",[]),[],[[new Terminal("deshaga")]]), new Rule(36, new FunApp("Undo",[]),[],[[new Terminal("deshagamos")]]), new Rule(35, new FunApp("Undo",[]),[],[[new Terminal("deshagáis")]]), new Rule(34, new FunApp("Undo",[]),[],[[new Terminal("deshagan")]]), new Rule(33, new FunApp("Undo",[]),[],[[new Terminal("deshaz")]]), new Rule(32, new FunApp("Undo",[]),[],[[new Terminal("deshagamos")]]), new Rule(31, new FunApp("Undo",[]),[],[[new Terminal("deshaced")]]), new Rule(30, new FunApp("Undo",[]),[],[[new Terminal("deshecho")]]), new Rule(29, new FunApp("Undo",[]),[],[[new Terminal("deshechos")]]), new Rule(28, new FunApp("Undo",[]),[],[[new Terminal("deshecha")]]), new Rule(27, new FunApp("Undo",[]),[],[[new Terminal("deshechas")]]), new Rule(26, new FunApp("Undo",[]),[],[[new Terminal("deshaciendo")]]), new Rule(17, new FunApp("Tree",[]),[],[[new Terminal("árbol")]]), new Rule(16, new FunApp("Tree",[]),[],[[new Terminal("árboles")]]), new Rule(17, new FunApp("Swedish",[]),[],[[new Terminal("Sueco")]]), new Rule(16, new FunApp("Swedish",[]),[],[[new Terminal("Suecos")]]), new Rule(22, new FunApp("String_N",[]),[],[[new Terminal("cadena"), new Terminal("de"), new Terminal("caracteres")]]), new Rule(78, new FunApp("String_N",[]),[],[[new Terminal("cadenas"), new Terminal("de"), new Terminal("caracteres")]]), new Rule(17, new FunApp("Spanish",[]),[],[[new Terminal("Español")]]), new Rule(16, new FunApp("Spanish",[]),[],[[new Terminal("Españoles")]]), new Rule(18, new FunApp("SingleWordCommand",[new Arg(0)]),[21],[[new ArgProj(0, 0), new Terminal("&+"), new Terminal("se")]]), new Rule(18, new FunApp("SingleWordCommand",[new Arg(0)]),[20],[[new ArgProj(0, 0)]]), new Rule(20, new FunApp("Show",[]),[],[[new Terminal("Mostrar")]]), new Rule(46, new FunApp("Show",[]),[],[[new Terminal("Mostrar")]]), new Rule(45, new FunApp("Show",[]),[],[[new Terminal("Mostro")]]), new Rule(44, new FunApp("Show",[]),[],[[new Terminal("Mostras")]]), new Rule(43, new FunApp("Show",[]),[],[[new Terminal("Mostra")]]), new Rule(42, new FunApp("Show",[]),[],[[new Terminal("Mostramos")]]), new Rule(41, new FunApp("Show",[]),[],[[new Terminal("Mostráis")]]), new Rule(40, new FunApp("Show",[]),[],[[new Terminal("Mostran")]]), new Rule(39, new FunApp("Show",[]),[],[[new Terminal("Mostre")]]), new Rule(38, new FunApp("Show",[]),[],[[new Terminal("Mostres")]]), new Rule(37, new FunApp("Show",[]),[],[[new Terminal("Mostre")]]), new Rule(36, new FunApp("Show",[]),[],[[new Terminal("Mostremos")]]), new Rule(35, new FunApp("Show",[]),[],[[new Terminal("Mostréis")]]), new Rule(34, new FunApp("Show",[]),[],[[new Terminal("Mostren")]]), new Rule(33, new FunApp("Show",[]),[],[[new Terminal("Mostra")]]), new Rule(32, new FunApp("Show",[]),[],[[new Terminal("Mostremos")]]), new Rule(31, new FunApp("Show",[]),[],[[new Terminal("Mostrad")]]), new Rule(30, new FunApp("Show",[]),[],[[new Terminal("Mostrado")]]), new Rule(29, new FunApp("Show",[]),[],[[new Terminal("Mostrados")]]), new Rule(28, new FunApp("Show",[]),[],[[new Terminal("Mostrada")]]), new Rule(27, new FunApp("Show",[]),[],[[new Terminal("Mostradas")]]), new Rule(26, new FunApp("Show",[]),[],[[new Terminal("Mostrando")]]), new Rule(20, new FunApp("Select",[]),[],[[new Terminal("Seleccionar")]]), new Rule(46, new FunApp("Select",[]),[],[[new Terminal("Seleccionar")]]), new Rule(45, new FunApp("Select",[]),[],[[new Terminal("Selecciono")]]), new Rule(44, new FunApp("Select",[]),[],[[new Terminal("Seleccionas")]]), new Rule(43, new FunApp("Select",[]),[],[[new Terminal("Selecciona")]]), new Rule(42, new FunApp("Select",[]),[],[[new Terminal("Seleccionamos")]]), new Rule(41, new FunApp("Select",[]),[],[[new Terminal("Seleccionáis")]]), new Rule(40, new FunApp("Select",[]),[],[[new Terminal("Seleccionan")]]), new Rule(39, new FunApp("Select",[]),[],[[new Terminal("Seleccione")]]), new Rule(38, new FunApp("Select",[]),[],[[new Terminal("Selecciones")]]), new Rule(37, new FunApp("Select",[]),[],[[new Terminal("Seleccione")]]), new Rule(36, new FunApp("Select",[]),[],[[new Terminal("Seleccionemos")]]), new Rule(35, new FunApp("Select",[]),[],[[new Terminal("Seleccionéis")]]), new Rule(34, new FunApp("Select",[]),[],[[new Terminal("Seleccionen")]]), new Rule(33, new FunApp("Select",[]),[],[[new Terminal("Selecciona")]]), new Rule(32, new FunApp("Select",[]),[],[[new Terminal("Seleccionemos")]]), new Rule(31, new FunApp("Select",[]),[],[[new Terminal("Seleccionad")]]), new Rule(30, new FunApp("Select",[]),[],[[new Terminal("Seleccionado")]]), new Rule(29, new FunApp("Select",[]),[],[[new Terminal("Seleccionados")]]), new Rule(28, new FunApp("Select",[]),[],[[new Terminal("Seleccionada")]]), new Rule(27, new FunApp("Select",[]),[],[[new Terminal("Seleccionadas")]]), new Rule(26, new FunApp("Select",[]),[],[[new Terminal("Seleccionando")]]), new Rule(17, new FunApp("Russian",[]),[],[[new Terminal("Ruso")]]), new Rule(16, new FunApp("Russian",[]),[],[[new Terminal("Rusos")]]), new Rule(20, new FunApp("Replace",[]),[],[[new Terminal("Reemplazar")]]), new Rule(46, new FunApp("Replace",[]),[],[[new Terminal("Reemplazar")]]), new Rule(45, new FunApp("Replace",[]),[],[[new Terminal("Reemplazo")]]), new Rule(44, new FunApp("Replace",[]),[],[[new Terminal("Reemplazas")]]), new Rule(43, new FunApp("Replace",[]),[],[[new Terminal("Reemplaza")]]), new Rule(42, new FunApp("Replace",[]),[],[[new Terminal("Reemplazamos")]]), new Rule(41, new FunApp("Replace",[]),[],[[new Terminal("Reemplazáis")]]), new Rule(40, new FunApp("Replace",[]),[],[[new Terminal("Reemplazan")]]), new Rule(39, new FunApp("Replace",[]),[],[[new Terminal("Reemplace")]]), new Rule(38, new FunApp("Replace",[]),[],[[new Terminal("Reemplaces")]]), new Rule(37, new FunApp("Replace",[]),[],[[new Terminal("Reemplace")]]), new Rule(36, new FunApp("Replace",[]),[],[[new Terminal("Reemplacemos")]]), new Rule(35, new FunApp("Replace",[]),[],[[new Terminal("Reemplacéis")]]), new Rule(34, new FunApp("Replace",[]),[],[[new Terminal("Reemplacen")]]), new Rule(33, new FunApp("Replace",[]),[],[[new Terminal("Reemplaza")]]), new Rule(32, new FunApp("Replace",[]),[],[[new Terminal("Reemplacemos")]]), new Rule(31, new FunApp("Replace",[]),[],[[new Terminal("Reemplazad")]]), new Rule(30, new FunApp("Replace",[]),[],[[new Terminal("Reemplazado")]]), new Rule(29, new FunApp("Replace",[]),[],[[new Terminal("Reemplazados")]]), new Rule(28, new FunApp("Replace",[]),[],[[new Terminal("Reemplazada")]]), new Rule(27, new FunApp("Replace",[]),[],[[new Terminal("Reemplazadas")]]), new Rule(26, new FunApp("Replace",[]),[],[[new Terminal("Reemplazando")]]), new Rule(17, new FunApp("Refinement",[]),[],[[new Terminal("refinamiento")]]), new Rule(16, new FunApp("Refinement",[]),[],[[new Terminal("refinamientos")]]), new Rule(20, new FunApp("Refine",[]),[],[[new Terminal("Refinar")]]), new Rule(46, new FunApp("Refine",[]),[],[[new Terminal("Refinar")]]), new Rule(45, new FunApp("Refine",[]),[],[[new Terminal("Refino")]]), new Rule(44, new FunApp("Refine",[]),[],[[new Terminal("Refinas")]]), new Rule(43, new FunApp("Refine",[]),[],[[new Terminal("Refina")]]), new Rule(42, new FunApp("Refine",[]),[],[[new Terminal("Refinamos")]]), new Rule(41, new FunApp("Refine",[]),[],[[new Terminal("Refináis")]]), new Rule(40, new FunApp("Refine",[]),[],[[new Terminal("Refinan")]]), new Rule(39, new FunApp("Refine",[]),[],[[new Terminal("Refine")]]), new Rule(38, new FunApp("Refine",[]),[],[[new Terminal("Refines")]]), new Rule(37, new FunApp("Refine",[]),[],[[new Terminal("Refine")]]), new Rule(36, new FunApp("Refine",[]),[],[[new Terminal("Refinemos")]]), new Rule(35, new FunApp("Refine",[]),[],[[new Terminal("Refinéis")]]), new Rule(34, new FunApp("Refine",[]),[],[[new Terminal("Refinen")]]), new Rule(33, new FunApp("Refine",[]),[],[[new Terminal("Refina")]]), new Rule(32, new FunApp("Refine",[]),[],[[new Terminal("Refinemos")]]), new Rule(31, new FunApp("Refine",[]),[],[[new Terminal("Refinad")]]), new Rule(30, new FunApp("Refine",[]),[],[[new Terminal("Refinado")]]), new Rule(29, new FunApp("Refine",[]),[],[[new Terminal("Refinados")]]), new Rule(28, new FunApp("Refine",[]),[],[[new Terminal("Refinada")]]), new Rule(27, new FunApp("Refine",[]),[],[[new Terminal("Refinadas")]]), new Rule(26, new FunApp("Refine",[]),[],[[new Terminal("Refinando")]]), new Rule(20, new FunApp("Redo",[]),[],[[new Terminal("rehacer")]]), new Rule(46, new FunApp("Redo",[]),[],[[new Terminal("rehacer")]]), new Rule(45, new FunApp("Redo",[]),[],[[new Terminal("rehago")]]), new Rule(44, new FunApp("Redo",[]),[],[[new Terminal("rehaces")]]), new Rule(43, new FunApp("Redo",[]),[],[[new Terminal("rehace")]]), new Rule(42, new FunApp("Redo",[]),[],[[new Terminal("rehacemos")]]), new Rule(41, new FunApp("Redo",[]),[],[[new Terminal("rehacéis")]]), new Rule(40, new FunApp("Redo",[]),[],[[new Terminal("rehacen")]]), new Rule(39, new FunApp("Redo",[]),[],[[new Terminal("rehaga")]]), new Rule(38, new FunApp("Redo",[]),[],[[new Terminal("rehagas")]]), new Rule(37, new FunApp("Redo",[]),[],[[new Terminal("rehaga")]]), new Rule(36, new FunApp("Redo",[]),[],[[new Terminal("rehagamos")]]), new Rule(35, new FunApp("Redo",[]),[],[[new Terminal("rehagáis")]]), new Rule(34, new FunApp("Redo",[]),[],[[new Terminal("rehagan")]]), new Rule(33, new FunApp("Redo",[]),[],[[new Terminal("rehaz")]]), new Rule(32, new FunApp("Redo",[]),[],[[new Terminal("rehagamos")]]), new Rule(31, new FunApp("Redo",[]),[],[[new Terminal("rehaced")]]), new Rule(30, new FunApp("Redo",[]),[],[[new Terminal("rehecho")]]), new Rule(29, new FunApp("Redo",[]),[],[[new Terminal("rehechos")]]), new Rule(28, new FunApp("Redo",[]),[],[[new Terminal("rehecha")]]), new Rule(27, new FunApp("Redo",[]),[],[[new Terminal("rehechas")]]), new Rule(26, new FunApp("Redo",[]),[],[[new Terminal("rehaciendo")]]), new Rule(18, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[21, 23, 22],[[new ArgProj(0, 0), new Terminal("&+"), new Terminal("se"), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("aleatoriamente")]]), new Rule(18, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[20, 23, 22],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("aleatoriamente")]]), new Rule(18, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[21, 19, 17],[[new ArgProj(0, 0), new Terminal("&+"), new Terminal("se"), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("aleatoriamente")]]), new Rule(18, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[20, 19, 17],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("aleatoriamente")]]), new Rule(15, new FunApp("Previous",[]),[],[[new Terminal("anterior")]]), new Rule(14, new FunApp("Previous",[]),[],[[new Terminal("anteriores")]]), new Rule(13, new FunApp("Previous",[]),[],[[new Terminal("anterior")]]), new Rule(12, new FunApp("Previous",[]),[],[[new Terminal("anteriores")]]), new Rule(11, new FunApp("Previous",[]),[],[[new Terminal("anteriormente")]]), new Rule(10, new FunApp("Previous",[]),[],[[new Terminal("más"), new Terminal("anterior")]]), new Rule(9, new FunApp("Previous",[]),[],[[new Terminal("más"), new Terminal("anteriores")]]), new Rule(8, new FunApp("Previous",[]),[],[[new Terminal("más"), new Terminal("anterior")]]), new Rule(7, new FunApp("Previous",[]),[],[[new Terminal("más"), new Terminal("anteriores")]]), new Rule(6, new FunApp("Previous",[]),[],[[new Terminal("más"), new Terminal("anteriormente")]]), new Rule(5, new FunApp("Previous",[]),[],[[new Terminal("más"), new Terminal("anterior")]]), new Rule(4, new FunApp("Previous",[]),[],[[new Terminal("más"), new Terminal("anteriores")]]), new Rule(3, new FunApp("Previous",[]),[],[[new Terminal("más"), new Terminal("anterior")]]), new Rule(2, new FunApp("Previous",[]),[],[[new Terminal("más"), new Terminal("anteriores")]]), new Rule(1, new FunApp("Previous",[]),[],[[new Terminal("más"), new Terminal("anteriormente")]]), new Rule(20, new FunApp("Paste",[]),[],[[new Terminal("Pegar")]]), new Rule(46, new FunApp("Paste",[]),[],[[new Terminal("Pegar")]]), new Rule(45, new FunApp("Paste",[]),[],[[new Terminal("Pego")]]), new Rule(44, new FunApp("Paste",[]),[],[[new Terminal("Pegas")]]), new Rule(43, new FunApp("Paste",[]),[],[[new Terminal("Pega")]]), new Rule(42, new FunApp("Paste",[]),[],[[new Terminal("Pegamos")]]), new Rule(41, new FunApp("Paste",[]),[],[[new Terminal("Pegáis")]]), new Rule(40, new FunApp("Paste",[]),[],[[new Terminal("Pegan")]]), new Rule(39, new FunApp("Paste",[]),[],[[new Terminal("Pegue")]]), new Rule(38, new FunApp("Paste",[]),[],[[new Terminal("Pegues")]]), new Rule(37, new FunApp("Paste",[]),[],[[new Terminal("Pegue")]]), new Rule(36, new FunApp("Paste",[]),[],[[new Terminal("Peguemos")]]), new Rule(35, new FunApp("Paste",[]),[],[[new Terminal("Peguéis")]]), new Rule(34, new FunApp("Paste",[]),[],[[new Terminal("Peguen")]]), new Rule(33, new FunApp("Paste",[]),[],[[new Terminal("Pega")]]), new Rule(32, new FunApp("Paste",[]),[],[[new Terminal("Peguemos")]]), new Rule(31, new FunApp("Paste",[]),[],[[new Terminal("Pegad")]]), new Rule(30, new FunApp("Paste",[]),[],[[new Terminal("Pegado")]]), new Rule(29, new FunApp("Paste",[]),[],[[new Terminal("Pegados")]]), new Rule(28, new FunApp("Paste",[]),[],[[new Terminal("Pegada")]]), new Rule(27, new FunApp("Paste",[]),[],[[new Terminal("Pegadas")]]), new Rule(26, new FunApp("Paste",[]),[],[[new Terminal("Pegando")]]), new Rule(20, new FunApp("Parse",[]),[],[[new Terminal("Analizar")]]), new Rule(46, new FunApp("Parse",[]),[],[[new Terminal("Analizar")]]), new Rule(45, new FunApp("Parse",[]),[],[[new Terminal("Analizo")]]), new Rule(44, new FunApp("Parse",[]),[],[[new Terminal("Analizas")]]), new Rule(43, new FunApp("Parse",[]),[],[[new Terminal("Analiza")]]), new Rule(42, new FunApp("Parse",[]),[],[[new Terminal("Analizamos")]]), new Rule(41, new FunApp("Parse",[]),[],[[new Terminal("Analizáis")]]), new Rule(40, new FunApp("Parse",[]),[],[[new Terminal("Analizan")]]), new Rule(39, new FunApp("Parse",[]),[],[[new Terminal("Analice")]]), new Rule(38, new FunApp("Parse",[]),[],[[new Terminal("Analices")]]), new Rule(37, new FunApp("Parse",[]),[],[[new Terminal("Analice")]]), new Rule(36, new FunApp("Parse",[]),[],[[new Terminal("Analicemos")]]), new Rule(35, new FunApp("Parse",[]),[],[[new Terminal("Analicéis")]]), new Rule(34, new FunApp("Parse",[]),[],[[new Terminal("Analicen")]]), new Rule(33, new FunApp("Parse",[]),[],[[new Terminal("Analiza")]]), new Rule(32, new FunApp("Parse",[]),[],[[new Terminal("Analicemos")]]), new Rule(31, new FunApp("Parse",[]),[],[[new Terminal("Analizad")]]), new Rule(30, new FunApp("Parse",[]),[],[[new Terminal("sintácticamente")]]), new Rule(29, new FunApp("Parse",[]),[],[[new Terminal("sintácticamentos")]]), new Rule(28, new FunApp("Parse",[]),[],[[new Terminal("sintácticamenta")]]), new Rule(27, new FunApp("Parse",[]),[],[[new Terminal("sintácticamentas")]]), new Rule(26, new FunApp("Parse",[]),[],[[new Terminal("Analizando")]]), new Rule(22, new FunApp("Page",[]),[],[[new Terminal("página")]]), new Rule(78, new FunApp("Page",[]),[],[[new Terminal("páginas")]]), new Rule(17, new FunApp("Norwegian",[]),[],[[new Terminal("Noruego")]]), new Rule(16, new FunApp("Norwegian",[]),[],[[new Terminal("Noruegos")]]), new Rule(17, new FunApp("Node",[]),[],[[new Terminal("nodo")]]), new Rule(16, new FunApp("Node",[]),[],[[new Terminal("nodos")]]), new Rule(15, new FunApp("Next",[]),[],[[new Terminal("siguiente")]]), new Rule(14, new FunApp("Next",[]),[],[[new Terminal("siguientes")]]), new Rule(13, new FunApp("Next",[]),[],[[new Terminal("siguiente")]]), new Rule(12, new FunApp("Next",[]),[],[[new Terminal("siguientes")]]), new Rule(11, new FunApp("Next",[]),[],[[new Terminal("siguientemente")]]), new Rule(10, new FunApp("Next",[]),[],[[new Terminal("más"), new Terminal("siguiente")]]), new Rule(9, new FunApp("Next",[]),[],[[new Terminal("más"), new Terminal("siguientes")]]), new Rule(8, new FunApp("Next",[]),[],[[new Terminal("más"), new Terminal("siguiente")]]), new Rule(7, new FunApp("Next",[]),[],[[new Terminal("más"), new Terminal("siguientes")]]), new Rule(6, new FunApp("Next",[]),[],[[new Terminal("más"), new Terminal("siguientemente")]]), new Rule(5, new FunApp("Next",[]),[],[[new Terminal("más"), new Terminal("siguiente")]]), new Rule(4, new FunApp("Next",[]),[],[[new Terminal("más"), new Terminal("siguientes")]]), new Rule(3, new FunApp("Next",[]),[],[[new Terminal("más"), new Terminal("siguiente")]]), new Rule(2, new FunApp("Next",[]),[],[[new Terminal("más"), new Terminal("siguientes")]]), new Rule(1, new FunApp("Next",[]),[],[[new Terminal("más"), new Terminal("siguientemente")]]), new Rule(17, new FunApp("Language",[]),[],[[new Terminal("lenguaje")]]), new Rule(16, new FunApp("Language",[]),[],[[new Terminal("lenguajes")]]), new Rule(18, new FunApp("Label",[new Arg(0)]),[77],[[new ArgProj(0, 0)]]), new Rule(77, new Arg(0),[22],[[new ArgProj(0, 0)]]), new Rule(77, new Arg(0),[17],[[new ArgProj(0, 0)]]), new Rule(17, new FunApp("Italian",[]),[],[[new Terminal("Italiano")]]), new Rule(16, new FunApp("Italian",[]),[],[[new Terminal("Italianos")]]), new Rule(17, new FunApp("Integer_N",[]),[],[[new Terminal("número"), new Terminal("entero")]]), new Rule(16, new FunApp("Integer_N",[]),[],[[new Terminal("números"), new Terminal("entero")]]), new Rule(76, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(75, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(74, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(73, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(72, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(71, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(70, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(69, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(68, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(67, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(66, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(65, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(64, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(63, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(62, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(61, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(60, new FunApp("IndefSgDet",[]),[],[[new Terminal("un")]]), new Rule(19, new FunApp("IndefSgDet",[]),[],[[new Terminal("un")]]), new Rule(59, new FunApp("IndefSgDet",[]),[],[[new Terminal("de"), new Terminal("un")]]), new Rule(58, new FunApp("IndefSgDet",[]),[],[[new Terminal("a"), new Terminal("un")]]), new Rule(57, new FunApp("IndefSgDet",[]),[],[[new Terminal("una")]]), new Rule(23, new FunApp("IndefSgDet",[]),[],[[new Terminal("una")]]), new Rule(56, new FunApp("IndefSgDet",[]),[],[[new Terminal("de"), new Terminal("una")]]), new Rule(55, new FunApp("IndefSgDet",[]),[],[[new Terminal("a"), new Terminal("una")]]), new Rule(54, new FunApp("IndefSgDet",[]),[],[[new Terminal("unos")]]), new Rule(53, new FunApp("IndefSgDet",[]),[],[[new Terminal("unos")]]), new Rule(52, new FunApp("IndefSgDet",[]),[],[[new Terminal("de"), new Terminal("unos")]]), new Rule(51, new FunApp("IndefSgDet",[]),[],[[new Terminal("a"), new Terminal("unos")]]), new Rule(50, new FunApp("IndefSgDet",[]),[],[[new Terminal("unas")]]), new Rule(49, new FunApp("IndefSgDet",[]),[],[[new Terminal("unas")]]), new Rule(48, new FunApp("IndefSgDet",[]),[],[[new Terminal("de"), new Terminal("unas")]]), new Rule(47, new FunApp("IndefSgDet",[]),[],[[new Terminal("a"), new Terminal("unas")]]), new Rule(76, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(75, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(74, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(73, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(72, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(71, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(70, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(69, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(68, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(67, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(66, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(65, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(64, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(63, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(62, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(61, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(60, new FunApp("IndefPlDet",[]),[],[[new Terminal("un")]]), new Rule(19, new FunApp("IndefPlDet",[]),[],[[new Terminal("un")]]), new Rule(59, new FunApp("IndefPlDet",[]),[],[[new Terminal("de"), new Terminal("un")]]), new Rule(58, new FunApp("IndefPlDet",[]),[],[[new Terminal("a"), new Terminal("un")]]), new Rule(57, new FunApp("IndefPlDet",[]),[],[[new Terminal("una")]]), new Rule(23, new FunApp("IndefPlDet",[]),[],[[new Terminal("una")]]), new Rule(56, new FunApp("IndefPlDet",[]),[],[[new Terminal("de"), new Terminal("una")]]), new Rule(55, new FunApp("IndefPlDet",[]),[],[[new Terminal("a"), new Terminal("una")]]), new Rule(54, new FunApp("IndefPlDet",[]),[],[[new Terminal("unos")]]), new Rule(53, new FunApp("IndefPlDet",[]),[],[[new Terminal("unos")]]), new Rule(52, new FunApp("IndefPlDet",[]),[],[[new Terminal("de"), new Terminal("unos")]]), new Rule(51, new FunApp("IndefPlDet",[]),[],[[new Terminal("a"), new Terminal("unos")]]), new Rule(50, new FunApp("IndefPlDet",[]),[],[[new Terminal("unas")]]), new Rule(49, new FunApp("IndefPlDet",[]),[],[[new Terminal("unas")]]), new Rule(48, new FunApp("IndefPlDet",[]),[],[[new Terminal("de"), new Terminal("unas")]]), new Rule(47, new FunApp("IndefPlDet",[]),[],[[new Terminal("a"), new Terminal("unas")]]), new Rule(17, new FunApp("German",[]),[],[[new Terminal("Alemán")]]), new Rule(16, new FunApp("German",[]),[],[[new Terminal("Alemánes")]]), new Rule(17, new FunApp("French",[]),[],[[new Terminal("Francés")]]), new Rule(16, new FunApp("French",[]),[],[[new Terminal("Francéses")]]), new Rule(17, new FunApp("Float_N",[]),[],[[new Terminal("número"), new Terminal("real")]]), new Rule(16, new FunApp("Float_N",[]),[],[[new Terminal("números"), new Terminal("real")]]), new Rule(17, new FunApp("Finnish",[]),[],[[new Terminal("Finlandés")]]), new Rule(16, new FunApp("Finnish",[]),[],[[new Terminal("Finlandéses")]]), new Rule(18, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[13, 22],[[new Terminal("no"), new Terminal("hay"), new Terminal("una"), new ArgProj(1, 0), new ArgProj(0, 0)]]), new Rule(18, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[15, 17],[[new Terminal("no"), new Terminal("hay"), new Terminal("un"), new ArgProj(1, 0), new ArgProj(0, 0)]]), new Rule(18, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[25, 22],[[new Terminal("no"), new Terminal("hay"), new Terminal("una"), new ArgProj(0, 0), new ArgProj(1, 0)]]), new Rule(18, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[24, 17],[[new Terminal("no"), new Terminal("hay"), new Terminal("un"), new ArgProj(0, 0), new ArgProj(1, 0)]]), new Rule(20, new FunApp("Enter",[]),[],[[new Terminal("introducir")]]), new Rule(46, new FunApp("Enter",[]),[],[[new Terminal("introducir")]]), new Rule(45, new FunApp("Enter",[]),[],[[new Terminal("introduzco")]]), new Rule(44, new FunApp("Enter",[]),[],[[new Terminal("introduces")]]), new Rule(43, new FunApp("Enter",[]),[],[[new Terminal("introduce")]]), new Rule(42, new FunApp("Enter",[]),[],[[new Terminal("introducimos")]]), new Rule(41, new FunApp("Enter",[]),[],[[new Terminal("introducís")]]), new Rule(40, new FunApp("Enter",[]),[],[[new Terminal("introducen")]]), new Rule(39, new FunApp("Enter",[]),[],[[new Terminal("introduzca")]]), new Rule(38, new FunApp("Enter",[]),[],[[new Terminal("introduzcas")]]), new Rule(37, new FunApp("Enter",[]),[],[[new Terminal("introduzca")]]), new Rule(36, new FunApp("Enter",[]),[],[[new Terminal("introduzcamos")]]), new Rule(35, new FunApp("Enter",[]),[],[[new Terminal("introduzcáis")]]), new Rule(34, new FunApp("Enter",[]),[],[[new Terminal("introduzcan")]]), new Rule(33, new FunApp("Enter",[]),[],[[new Terminal("introduce")]]), new Rule(32, new FunApp("Enter",[]),[],[[new Terminal("introduzcamos")]]), new Rule(31, new FunApp("Enter",[]),[],[[new Terminal("introducid")]]), new Rule(30, new FunApp("Enter",[]),[],[[new Terminal("introducido")]]), new Rule(29, new FunApp("Enter",[]),[],[[new Terminal("introducidos")]]), new Rule(28, new FunApp("Enter",[]),[],[[new Terminal("introducida")]]), new Rule(27, new FunApp("Enter",[]),[],[[new Terminal("introducidas")]]), new Rule(26, new FunApp("Enter",[]),[],[[new Terminal("introduciendo")]]), new Rule(17, new FunApp("English",[]),[],[[new Terminal("Inglés")]]), new Rule(16, new FunApp("English",[]),[],[[new Terminal("Ingléses")]]), new Rule(20, new FunApp("Delete",[]),[],[[new Terminal("Borrar")]]), new Rule(46, new FunApp("Delete",[]),[],[[new Terminal("Borrar")]]), new Rule(45, new FunApp("Delete",[]),[],[[new Terminal("Borro")]]), new Rule(44, new FunApp("Delete",[]),[],[[new Terminal("Borras")]]), new Rule(43, new FunApp("Delete",[]),[],[[new Terminal("Borra")]]), new Rule(42, new FunApp("Delete",[]),[],[[new Terminal("Borramos")]]), new Rule(41, new FunApp("Delete",[]),[],[[new Terminal("Borráis")]]), new Rule(40, new FunApp("Delete",[]),[],[[new Terminal("Borran")]]), new Rule(39, new FunApp("Delete",[]),[],[[new Terminal("Borre")]]), new Rule(38, new FunApp("Delete",[]),[],[[new Terminal("Borres")]]), new Rule(37, new FunApp("Delete",[]),[],[[new Terminal("Borre")]]), new Rule(36, new FunApp("Delete",[]),[],[[new Terminal("Borremos")]]), new Rule(35, new FunApp("Delete",[]),[],[[new Terminal("Borréis")]]), new Rule(34, new FunApp("Delete",[]),[],[[new Terminal("Borren")]]), new Rule(33, new FunApp("Delete",[]),[],[[new Terminal("Borra")]]), new Rule(32, new FunApp("Delete",[]),[],[[new Terminal("Borremos")]]), new Rule(31, new FunApp("Delete",[]),[],[[new Terminal("Borrad")]]), new Rule(30, new FunApp("Delete",[]),[],[[new Terminal("Borrado")]]), new Rule(29, new FunApp("Delete",[]),[],[[new Terminal("Borrados")]]), new Rule(28, new FunApp("Delete",[]),[],[[new Terminal("Borrada")]]), new Rule(27, new FunApp("Delete",[]),[],[[new Terminal("Borradas")]]), new Rule(26, new FunApp("Delete",[]),[],[[new Terminal("Borrando")]]), new Rule(76, new FunApp("DefSgDet",[]),[],[[new Terminal("el")]]), new Rule(75, new FunApp("DefSgDet",[]),[],[[new Terminal("el")]]), new Rule(74, new FunApp("DefSgDet",[]),[],[[new Terminal("del")]]), new Rule(73, new FunApp("DefSgDet",[]),[],[[new Terminal("al")]]), new Rule(72, new FunApp("DefSgDet",[]),[],[[new Terminal("la")]]), new Rule(71, new FunApp("DefSgDet",[]),[],[[new Terminal("la")]]), new Rule(70, new FunApp("DefSgDet",[]),[],[[new Terminal("de"), new Terminal("la")]]), new Rule(69, new FunApp("DefSgDet",[]),[],[[new Terminal("a"), new Terminal("la")]]), new Rule(68, new FunApp("DefSgDet",[]),[],[[new Terminal("los")]]), new Rule(67, new FunApp("DefSgDet",[]),[],[[new Terminal("los")]]), new Rule(66, new FunApp("DefSgDet",[]),[],[[new Terminal("de"), new Terminal("los")]]), new Rule(65, new FunApp("DefSgDet",[]),[],[[new Terminal("a"), new Terminal("los")]]), new Rule(64, new FunApp("DefSgDet",[]),[],[[new Terminal("las")]]), new Rule(63, new FunApp("DefSgDet",[]),[],[[new Terminal("las")]]), new Rule(62, new FunApp("DefSgDet",[]),[],[[new Terminal("de"), new Terminal("las")]]), new Rule(61, new FunApp("DefSgDet",[]),[],[[new Terminal("a"), new Terminal("las")]]), new Rule(60, new FunApp("DefSgDet",[]),[],[[new Terminal("el")]]), new Rule(19, new FunApp("DefSgDet",[]),[],[[new Terminal("el")]]), new Rule(59, new FunApp("DefSgDet",[]),[],[[new Terminal("del")]]), new Rule(58, new FunApp("DefSgDet",[]),[],[[new Terminal("al")]]), new Rule(57, new FunApp("DefSgDet",[]),[],[[new Terminal("la")]]), new Rule(23, new FunApp("DefSgDet",[]),[],[[new Terminal("la")]]), new Rule(56, new FunApp("DefSgDet",[]),[],[[new Terminal("de"), new Terminal("la")]]), new Rule(55, new FunApp("DefSgDet",[]),[],[[new Terminal("a"), new Terminal("la")]]), new Rule(54, new FunApp("DefSgDet",[]),[],[[new Terminal("los")]]), new Rule(53, new FunApp("DefSgDet",[]),[],[[new Terminal("los")]]), new Rule(52, new FunApp("DefSgDet",[]),[],[[new Terminal("de"), new Terminal("los")]]), new Rule(51, new FunApp("DefSgDet",[]),[],[[new Terminal("a"), new Terminal("los")]]), new Rule(50, new FunApp("DefSgDet",[]),[],[[new Terminal("las")]]), new Rule(49, new FunApp("DefSgDet",[]),[],[[new Terminal("las")]]), new Rule(48, new FunApp("DefSgDet",[]),[],[[new Terminal("de"), new Terminal("las")]]), new Rule(47, new FunApp("DefSgDet",[]),[],[[new Terminal("a"), new Terminal("las")]]), new Rule(76, new FunApp("DefPlDet",[]),[],[[new Terminal("el")]]), new Rule(75, new FunApp("DefPlDet",[]),[],[[new Terminal("el")]]), new Rule(74, new FunApp("DefPlDet",[]),[],[[new Terminal("del")]]), new Rule(73, new FunApp("DefPlDet",[]),[],[[new Terminal("al")]]), new Rule(72, new FunApp("DefPlDet",[]),[],[[new Terminal("la")]]), new Rule(71, new FunApp("DefPlDet",[]),[],[[new Terminal("la")]]), new Rule(70, new FunApp("DefPlDet",[]),[],[[new Terminal("de"), new Terminal("la")]]), new Rule(69, new FunApp("DefPlDet",[]),[],[[new Terminal("a"), new Terminal("la")]]), new Rule(68, new FunApp("DefPlDet",[]),[],[[new Terminal("los")]]), new Rule(67, new FunApp("DefPlDet",[]),[],[[new Terminal("los")]]), new Rule(66, new FunApp("DefPlDet",[]),[],[[new Terminal("de"), new Terminal("los")]]), new Rule(65, new FunApp("DefPlDet",[]),[],[[new Terminal("a"), new Terminal("los")]]), new Rule(64, new FunApp("DefPlDet",[]),[],[[new Terminal("las")]]), new Rule(63, new FunApp("DefPlDet",[]),[],[[new Terminal("las")]]), new Rule(62, new FunApp("DefPlDet",[]),[],[[new Terminal("de"), new Terminal("las")]]), new Rule(61, new FunApp("DefPlDet",[]),[],[[new Terminal("a"), new Terminal("las")]]), new Rule(60, new FunApp("DefPlDet",[]),[],[[new Terminal("el")]]), new Rule(19, new FunApp("DefPlDet",[]),[],[[new Terminal("el")]]), new Rule(59, new FunApp("DefPlDet",[]),[],[[new Terminal("del")]]), new Rule(58, new FunApp("DefPlDet",[]),[],[[new Terminal("al")]]), new Rule(57, new FunApp("DefPlDet",[]),[],[[new Terminal("la")]]), new Rule(23, new FunApp("DefPlDet",[]),[],[[new Terminal("la")]]), new Rule(56, new FunApp("DefPlDet",[]),[],[[new Terminal("de"), new Terminal("la")]]), new Rule(55, new FunApp("DefPlDet",[]),[],[[new Terminal("a"), new Terminal("la")]]), new Rule(54, new FunApp("DefPlDet",[]),[],[[new Terminal("los")]]), new Rule(53, new FunApp("DefPlDet",[]),[],[[new Terminal("los")]]), new Rule(52, new FunApp("DefPlDet",[]),[],[[new Terminal("de"), new Terminal("los")]]), new Rule(51, new FunApp("DefPlDet",[]),[],[[new Terminal("a"), new Terminal("los")]]), new Rule(50, new FunApp("DefPlDet",[]),[],[[new Terminal("las")]]), new Rule(49, new FunApp("DefPlDet",[]),[],[[new Terminal("las")]]), new Rule(48, new FunApp("DefPlDet",[]),[],[[new Terminal("de"), new Terminal("las")]]), new Rule(47, new FunApp("DefPlDet",[]),[],[[new Terminal("a"), new Terminal("las")]]), new Rule(17, new FunApp("Danish",[]),[],[[new Terminal("Danés")]]), new Rule(16, new FunApp("Danish",[]),[],[[new Terminal("Danéses")]]), new Rule(20, new FunApp("Cut",[]),[],[[new Terminal("Cortar")]]), new Rule(46, new FunApp("Cut",[]),[],[[new Terminal("Cortar")]]), new Rule(45, new FunApp("Cut",[]),[],[[new Terminal("Corto")]]), new Rule(44, new FunApp("Cut",[]),[],[[new Terminal("Cortas")]]), new Rule(43, new FunApp("Cut",[]),[],[[new Terminal("Corta")]]), new Rule(42, new FunApp("Cut",[]),[],[[new Terminal("Cortamos")]]), new Rule(41, new FunApp("Cut",[]),[],[[new Terminal("Cortáis")]]), new Rule(40, new FunApp("Cut",[]),[],[[new Terminal("Cortan")]]), new Rule(39, new FunApp("Cut",[]),[],[[new Terminal("Corte")]]), new Rule(38, new FunApp("Cut",[]),[],[[new Terminal("Cortes")]]), new Rule(37, new FunApp("Cut",[]),[],[[new Terminal("Corte")]]), new Rule(36, new FunApp("Cut",[]),[],[[new Terminal("Cortemos")]]), new Rule(35, new FunApp("Cut",[]),[],[[new Terminal("Cortéis")]]), new Rule(34, new FunApp("Cut",[]),[],[[new Terminal("Corten")]]), new Rule(33, new FunApp("Cut",[]),[],[[new Terminal("Corta")]]), new Rule(32, new FunApp("Cut",[]),[],[[new Terminal("Cortemos")]]), new Rule(31, new FunApp("Cut",[]),[],[[new Terminal("Cortad")]]), new Rule(30, new FunApp("Cut",[]),[],[[new Terminal("Cortado")]]), new Rule(29, new FunApp("Cut",[]),[],[[new Terminal("Cortados")]]), new Rule(28, new FunApp("Cut",[]),[],[[new Terminal("Cortada")]]), new Rule(27, new FunApp("Cut",[]),[],[[new Terminal("Cortadas")]]), new Rule(26, new FunApp("Cut",[]),[],[[new Terminal("Cortando")]]), new Rule(20, new FunApp("Copy",[]),[],[[new Terminal("Copiar")]]), new Rule(46, new FunApp("Copy",[]),[],[[new Terminal("Copiar")]]), new Rule(45, new FunApp("Copy",[]),[],[[new Terminal("Copío")]]), new Rule(44, new FunApp("Copy",[]),[],[[new Terminal("Copías")]]), new Rule(43, new FunApp("Copy",[]),[],[[new Terminal("Copía")]]), new Rule(42, new FunApp("Copy",[]),[],[[new Terminal("Copiamos")]]), new Rule(41, new FunApp("Copy",[]),[],[[new Terminal("Copiáis")]]), new Rule(40, new FunApp("Copy",[]),[],[[new Terminal("Copían")]]), new Rule(39, new FunApp("Copy",[]),[],[[new Terminal("Copíe")]]), new Rule(38, new FunApp("Copy",[]),[],[[new Terminal("Copíes")]]), new Rule(37, new FunApp("Copy",[]),[],[[new Terminal("Copíe")]]), new Rule(36, new FunApp("Copy",[]),[],[[new Terminal("Copiemos")]]), new Rule(35, new FunApp("Copy",[]),[],[[new Terminal("Copiéis")]]), new Rule(34, new FunApp("Copy",[]),[],[[new Terminal("Copíen")]]), new Rule(33, new FunApp("Copy",[]),[],[[new Terminal("Copía")]]), new Rule(32, new FunApp("Copy",[]),[],[[new Terminal("Copiemos")]]), new Rule(31, new FunApp("Copy",[]),[],[[new Terminal("Copiad")]]), new Rule(30, new FunApp("Copy",[]),[],[[new Terminal("Copiado")]]), new Rule(29, new FunApp("Copy",[]),[],[[new Terminal("Copiados")]]), new Rule(28, new FunApp("Copy",[]),[],[[new Terminal("Copiada")]]), new Rule(27, new FunApp("Copy",[]),[],[[new Terminal("Copiadas")]]), new Rule(26, new FunApp("Copy",[]),[],[[new Terminal("Copiando")]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[21, 23, 13, 22],[[new ArgProj(0, 0), new Terminal("&+"), new Terminal("se"), new ArgProj(1, 0), new ArgProj(3, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[20, 23, 13, 22],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(3, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[21, 19, 15, 17],[[new ArgProj(0, 0), new Terminal("&+"), new Terminal("se"), new ArgProj(1, 0), new ArgProj(3, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[20, 19, 15, 17],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(3, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[21, 23, 25, 22],[[new ArgProj(0, 0), new Terminal("&+"), new Terminal("se"), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[20, 23, 25, 22],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[21, 19, 24, 17],[[new ArgProj(0, 0), new Terminal("&+"), new Terminal("se"), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[20, 19, 24, 17],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(18, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[21, 23, 22],[[new ArgProj(0, 0), new Terminal("&+"), new Terminal("se"), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[20, 23, 22],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[21, 19, 17],[[new ArgProj(0, 0), new Terminal("&+"), new Terminal("se"), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[20, 19, 17],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(17, new FunApp("Bulgarian",[]),[],[[new Terminal("Búlgaro")]]), new Rule(16, new FunApp("Bulgarian",[]),[],[[new Terminal("Búlgaros")]]), new Rule(15, new FunApp("Available",[]),[],[[new Terminal("disponible")]]), new Rule(14, new FunApp("Available",[]),[],[[new Terminal("disponibles")]]), new Rule(13, new FunApp("Available",[]),[],[[new Terminal("disponible")]]), new Rule(12, new FunApp("Available",[]),[],[[new Terminal("disponibles")]]), new Rule(11, new FunApp("Available",[]),[],[[new Terminal("disponiblemente")]]), new Rule(10, new FunApp("Available",[]),[],[[new Terminal("más"), new Terminal("disponible")]]), new Rule(9, new FunApp("Available",[]),[],[[new Terminal("más"), new Terminal("disponibles")]]), new Rule(8, new FunApp("Available",[]),[],[[new Terminal("más"), new Terminal("disponible")]]), new Rule(7, new FunApp("Available",[]),[],[[new Terminal("más"), new Terminal("disponibles")]]), new Rule(6, new FunApp("Available",[]),[],[[new Terminal("más"), new Terminal("disponiblemente")]]), new Rule(5, new FunApp("Available",[]),[],[[new Terminal("más"), new Terminal("disponible")]]), new Rule(4, new FunApp("Available",[]),[],[[new Terminal("más"), new Terminal("disponibles")]]), new Rule(3, new FunApp("Available",[]),[],[[new Terminal("más"), new Terminal("disponible")]]), new Rule(2, new FunApp("Available",[]),[],[[new Terminal("más"), new Terminal("disponibles")]]), new Rule(1, new FunApp("Available",[]),[],[[new Terminal("más"), new Terminal("disponiblemente")]])],{Adjective:[24, 15, 10, 5, 14, 9, 4, 25, 13, 8, 3, 12, 7, 2, 11, 6, 1], Determiner:[76, 60, 68, 54, 72, 57, 64, 50, 75, 19, 67, 53, 71, 23, 63, 49, 74, 59, 66, 52, 70, 56, 62, 48, 73, 58, 65, 51, 69, 55, 61, 47], Float:[-3], Int:[-2], Noun:[77, 17, 22, 16, 78], Sentence:[18], String:[-1], Verb:[20, 21, 46, 45, 44, 43, 42, 41, 40, 39, 38, 37, 36, 35, 34, 33, 32, 31, 30, 29, 28, 27, 26], _Var:[-4]})), EditorSwe: new GFConcrete({coding: "utf8"},{Available: function(cs){return new Arr(new Suffix("tillgänglig", Editor.concretes["EditorSwe"].rule("_0", cs)), new Int(1));}, Bulgarian: function(cs){return new Arr(new Arr(new Arr(new Suffix("Bulgariska", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Bulgariskan", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(new Suffix("Bulgariskor", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Bulgariskorna", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(0));}, Command: function(cs){return new Arr(new Seq(Editor.concretes["EditorSwe"].rule("_16", cs), Editor.concretes["EditorSwe"].rule("_17", cs), Editor.concretes["EditorSwe"].rule("_23", cs), Editor.concretes["EditorSwe"].rule("_47", cs), Editor.concretes["EditorSwe"].rule("_62", cs), Editor.concretes["EditorSwe"].rule("_64", cs)));}, CommandAdj: function(cs){return new Arr(new Seq(Editor.concretes["EditorSwe"].rule("_16", cs), Editor.concretes["EditorSwe"].rule("_17", cs), Editor.concretes["EditorSwe"].rule("_67", cs).sel(new Int(1)).sel(Editor.concretes["EditorSwe"].rule("_69", cs)),(new Arr(new Seq(Editor.concretes["EditorSwe"].rule("_75", cs).sel(Editor.concretes["EditorSwe"].rule("_80", cs).sel(Editor.concretes["EditorSwe"].rule("_86", cs).sel(new Int(0))).sel(Editor.concretes["EditorSwe"].rule("_86", cs).sel(new Int(1)))), Editor.concretes["EditorSwe"].rule("_95", cs)), new Seq(Editor.concretes["EditorSwe"].rule("_75", cs).sel(Editor.concretes["EditorSwe"].rule("_80", cs).sel(Editor.concretes["EditorSwe"].rule("_97", cs).sel(new Int(0))).sel(Editor.concretes["EditorSwe"].rule("_97", cs).sel(new Int(1)))), Editor.concretes["EditorSwe"].rule("_95", cs)), new Seq(Editor.concretes["EditorSwe"].rule("_75", cs).sel(Editor.concretes["EditorSwe"].rule("_80", cs).sel(Editor.concretes["EditorSwe"].rule("_105", cs)).sel(Editor.concretes["EditorSwe"].rule("_107", cs))), Editor.concretes["EditorSwe"].rule("_93", cs).sel(new Int(1)).sel(new Int(0))))).sel(Editor.concretes["EditorSwe"].rule("_38", cs).sel(Editor.concretes["EditorSwe"].rule("_114", cs).sel(new Int(0))).sel(Editor.concretes["EditorSwe"].rule("_114", cs).sel(new Int(1))).sel(Editor.concretes["EditorSwe"].rule("_114", cs).sel(new Int(2)))), Editor.concretes["EditorSwe"].rule("_50", cs).sel(Editor.concretes["EditorSwe"].rule("_105", cs)).sel(Editor.concretes["EditorSwe"].rule("_107", cs)), Editor.concretes["EditorSwe"].rule("_64", cs)));}, Copy: function(cs){return new Arr(new Suffix("Kopiera", Editor.concretes["EditorSwe"].rule("_126", cs)), Editor.concretes["EditorSwe"].rule("_48", cs), new Int(0));}, Cut: function(cs){return new Arr(new Suffix("Klipp", Editor.concretes["EditorSwe"].rule("_129", cs)), new Str("ut"), new Int(0));}, Danish: function(cs){return new Arr(new Arr(new Arr(new Suffix("Danska", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Danskan", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(new Suffix("Danskor", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Danskorna", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(0));}, DefPlDet: function(cs){return Editor.concretes["EditorSwe"].rule("_152", cs);}, DefSgDet: function(cs){return Editor.concretes["EditorSwe"].rule("_152", cs);}, Delete: function(cs){return new Arr(new Suffix("Radera", Editor.concretes["EditorSwe"].rule("_126", cs)), Editor.concretes["EditorSwe"].rule("_48", cs), new Int(0));}, English: function(cs){return new Arr(new Arr(new Arr(new Suffix("Engelska", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Engelskan", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(new Suffix("Engelskor", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Engelskorna", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(0));}, Enter: function(cs){return new Arr(new Suffix("Skriv", new Arr(new Str("er"), new Str("s"), new Str(""), new Str("s"), new Str("a"), new Str("as"), new Str("d"), new Str("ds"), new Str("t"), new Str("ts"), new Str("da"), new Str("das"), new Str("da"), new Str("das"), new Str("da"), new Str("das"))), Editor.concretes["EditorSwe"].rule("_48", cs), new Int(0));}, ErrorMessage: function(cs){return new Arr(new Seq(new Str("det"), new Str("finns"), new Str("inte"),(new Arr(new Str("en"), new Str("ett"))).sel(Editor.concretes["EditorSwe"].rule("_39", cs)),(new Arr(new Seq(Editor.concretes["EditorSwe"].rule("_173", cs).sel(Editor.concretes["EditorSwe"].rule("_177", cs).sel(Editor.concretes["EditorSwe"].rule("_183", cs).sel(new Int(0))).sel(Editor.concretes["EditorSwe"].rule("_183", cs).sel(new Int(1)))), Editor.concretes["EditorSwe"].rule("_189", cs)), new Seq(Editor.concretes["EditorSwe"].rule("_173", cs).sel(Editor.concretes["EditorSwe"].rule("_177", cs).sel(Editor.concretes["EditorSwe"].rule("_191", cs).sel(new Int(0))).sel(Editor.concretes["EditorSwe"].rule("_191", cs).sel(new Int(1)))), Editor.concretes["EditorSwe"].rule("_189", cs)), new Seq(Editor.concretes["EditorSwe"].rule("_173", cs).sel(Editor.concretes["EditorSwe"].rule("_177", cs).sel(Editor.concretes["EditorSwe"].rule("_198", cs).sel(new Int(0))).sel(Editor.concretes["EditorSwe"].rule("_198", cs).sel(new Int(1)))), Editor.concretes["EditorSwe"].rule("_20", cs).sel(new Int(0))))).sel(Editor.concretes["EditorSwe"].rule("_38", cs).sel(Editor.concretes["EditorSwe"].rule("_207", cs).sel(new Int(0))).sel(Editor.concretes["EditorSwe"].rule("_207", cs).sel(new Int(1))).sel(Editor.concretes["EditorSwe"].rule("_207", cs).sel(new Int(2))))));}, Finnish: function(cs){return new Arr(new Arr(new Arr(new Suffix("Finska", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Finskan", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(new Suffix("Finskor", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Finskorna", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(0));}, Float_N: function(cs){return new Arr(new Arr(new Arr(Editor.concretes["EditorSwe"].rule("_225", cs), new Suffix("flyttalet", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(Editor.concretes["EditorSwe"].rule("_225", cs), new Suffix("flyttalen", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(1));}, French: function(cs){return new Arr(new Arr(new Arr(new Suffix("Franska", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Franskan", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(new Suffix("Franskor", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Franskorna", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(0));}, German: function(cs){return new Arr(new Arr(new Arr(new Suffix("Tyska", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Tyskan", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(new Suffix("Tyskor", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Tyskorna", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(0));}, IndefPlDet: function(cs){return Editor.concretes["EditorSwe"].rule("_255", cs);}, IndefSgDet: function(cs){return Editor.concretes["EditorSwe"].rule("_255", cs);}, Integer_N: function(cs){return new Arr(new Arr(new Arr(Editor.concretes["EditorSwe"].rule("_256", cs), new Suffix("heltalet", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(Editor.concretes["EditorSwe"].rule("_256", cs), new Suffix("heltalen", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(1));}, Italian: function(cs){return new Arr(new Arr(new Arr(new Suffix("Italienska", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Italienskan", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(new Suffix("Italienskor", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Italienskorna", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(0));}, Label: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_168", cs).sel(new Int(0)).sel(new Int(0)));}, Language: function(cs){return new Arr(new Arr(new Arr(Editor.concretes["EditorSwe"].rule("_274", cs), new Suffix("språket", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(Editor.concretes["EditorSwe"].rule("_274", cs), new Suffix("språken", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(1));}, Next: function(cs){return new Arr(new Suffix("näst", Editor.concretes["EditorSwe"].rule("_0", cs)), new Int(1));}, Node: function(cs){return new Arr(new Arr(new Arr(new Suffix("nod", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("noden", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(new Suffix("nodar", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("nodarna", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(0));}, Norwegian: function(cs){return new Arr(new Arr(new Arr(new Suffix("Norska", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Norskan", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(new Suffix("Norskor", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Norskorna", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(0));}, Page: function(cs){return new Arr(new Arr(new Arr(new Suffix("sida", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("sidan", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(new Suffix("sidor", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("sidorna", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(0));}, Parse: function(cs){return new Arr(new Suffix("Parsa", Editor.concretes["EditorSwe"].rule("_126", cs)), Editor.concretes["EditorSwe"].rule("_48", cs), new Int(0));}, Paste: function(cs){return new Arr(new Suffix("Klistra", Editor.concretes["EditorSwe"].rule("_126", cs)), new Str("in"), new Int(0));}, Previous: function(cs){return new Arr(new Arr(new Str("föregående"), new Str("föregåendes"), new Str("föregående"), new Str("föregåendes"), new Str("föregående"), new Str("föregåendes"), new Str("föregående"), new Str("föregåendes"), new Str("föregående"), new Str("föregåendes"), Editor.concretes["EditorSwe"].rule("_48", cs), new Str("s"), Editor.concretes["EditorSwe"].rule("_48", cs), new Str("s"), new Str("a"), new Str("as")), new Int(1));}, RandomlyCommand: function(cs){return new Arr(new Seq(Editor.concretes["EditorSwe"].rule("_16", cs), Editor.concretes["EditorSwe"].rule("_17", cs), Editor.concretes["EditorSwe"].rule("_23", cs), Editor.concretes["EditorSwe"].rule("_47", cs), Editor.concretes["EditorSwe"].rule("_62", cs), Editor.concretes["EditorSwe"].rule("_64", cs), new Str("slumpmässigt")));}, Redo: function(cs){return new Arr(new Suffix("Upprepa", Editor.concretes["EditorSwe"].rule("_126", cs)), Editor.concretes["EditorSwe"].rule("_48", cs), new Int(0));}, Refine: function(cs){return new Arr(new Suffix("Raffinera", Editor.concretes["EditorSwe"].rule("_126", cs)), Editor.concretes["EditorSwe"].rule("_48", cs), new Int(0));}, Refinement: function(cs){return new Arr(new Arr(new Arr(new Suffix("raffinemang", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("raffinemangen", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(new Suffix("raffinemangar", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("raffinemangarna", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(0));}, Replace: function(cs){return new Arr(new Suffix("Ersätt", Editor.concretes["EditorSwe"].rule("_129", cs)), Editor.concretes["EditorSwe"].rule("_48", cs), new Int(0));}, Russian: function(cs){return new Arr(new Arr(new Arr(new Suffix("Ryska", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Ryskan", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(new Suffix("Ryskor", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Ryskorna", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(0));}, Select: function(cs){return new Arr(new Suffix("Välj", Editor.concretes["EditorSwe"].rule("_129", cs)), Editor.concretes["EditorSwe"].rule("_48", cs), new Int(0));}, Show: function(cs){return new Arr(new Suffix("Visa", Editor.concretes["EditorSwe"].rule("_126", cs)), Editor.concretes["EditorSwe"].rule("_48", cs), new Int(0));}, SingleWordCommand: function(cs){return new Arr(new Seq(Editor.concretes["EditorSwe"].rule("_16", cs), Editor.concretes["EditorSwe"].rule("_17", cs),(new Arr(Editor.concretes["EditorSwe"].rule("_345", cs), Editor.concretes["EditorSwe"].rule("_345", cs), new Arr((new Arr(Editor.concretes["EditorSwe"].rule("_48", cs), Editor.concretes["EditorSwe"].rule("_48", cs), new Str("oss"))).sel(Editor.concretes["EditorSwe"].rule("_14", cs)),(new Arr(Editor.concretes["EditorSwe"].rule("_48", cs), Editor.concretes["EditorSwe"].rule("_48", cs), new Str("er"))).sel(Editor.concretes["EditorSwe"].rule("_14", cs)), Editor.concretes["EditorSwe"].rule("_344", cs)))).sel(Editor.concretes["EditorSwe"].rule("_76", cs).sel(new Int(0))).sel(Editor.concretes["EditorSwe"].rule("_76", cs).sel(new Int(1)))));}, Spanish: function(cs){return new Arr(new Arr(new Arr(new Suffix("Spanska", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Spanskan", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(new Suffix("Spanskor", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Spanskorna", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(0));}, String_N: function(cs){return new Arr(new Arr(new Arr(new Suffix("sträng", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("strängen", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(new Suffix("strängar", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("strängarna", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(0));}, Swedish: function(cs){return new Arr(new Arr(new Arr(new Suffix("Svenska", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Svenskan", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(new Suffix("Svenskor", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Svenskorna", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(0));}, Tree: function(cs){return new Arr(new Arr(new Arr(Editor.concretes["EditorSwe"].rule("_382", cs), new Suffix("trädet", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(Editor.concretes["EditorSwe"].rule("_382", cs), new Suffix("träden", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(1));}, Undo: function(cs){return new Arr(new Suffix("Ångra", Editor.concretes["EditorSwe"].rule("_126", cs)), Editor.concretes["EditorSwe"].rule("_48", cs), new Int(0));}, Wrap: function(cs){return new Arr(new Suffix("Förpacka", Editor.concretes["EditorSwe"].rule("_126", cs)), Editor.concretes["EditorSwe"].rule("_48", cs), new Int(0));}, Wrapper: function(cs){return new Arr(new Arr(new Arr(new Suffix("förpackning", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("förpackningen", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(new Suffix("förpackningar", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("förpackningarna", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(0));}, _0: function(cs){return new Arr(new Str(""), new Str("s"), new Str("t"), new Str("ts"), new Str("a"), new Str("as"), new Str("a"), new Str("as"), new Str("a"), new Str("as"), new Str("are"), new Str("ares"), new Str("ast"), new Str("asts"), new Str("aste"), new Str("astes"));}, _104: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_85", cs), new Int(2));}, _105: function(cs){return Editor.concretes["EditorSwe"].rule("_104", cs).sel(new Int(0));}, _107: function(cs){return Editor.concretes["EditorSwe"].rule("_104", cs).sel(new Int(1));}, _114: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_39", cs), new Int(1), new Int(0));}, _12: function(cs){return cs[0].sel(new Int(0));}, _126: function(cs){return new Arr(new Str("r"), new Str("s"), new Str(""), new Str("s"), new Str(""), new Str("s"), new Str("d"), new Str("ds"), new Str("t"), new Str("ts"), new Str("de"), new Str("des"), new Str("de"), new Str("des"), new Str("de"), new Str("des"));}, _129: function(cs){return new Arr(new Str("er"), new Str("s"), new Str(""), new Str("s"), new Str("a"), new Str("as"), new Str("t"), new Str("ts"), new Str("t"), new Str("ts"), new Str("ta"), new Str("tas"), new Str("ta"), new Str("tas"), new Str("ta"), new Str("tas"));}, _13: function(cs){return new Arr(new Int(2), new Int(3), new Int(2));}, _14: function(cs){return cs[0].sel(new Int(2));}, _140: function(cs){return new Arr(new Str("n"), new Str("t"));}, _141: function(cs){return new Suffix("de", Editor.concretes["EditorSwe"].rule("_140", cs));}, _142: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_141", cs), Editor.concretes["EditorSwe"].rule("_141", cs));}, _143: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_48", cs), Editor.concretes["EditorSwe"].rule("_48", cs));}, _144: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_141", cs), Editor.concretes["EditorSwe"].rule("_143", cs));}, _145: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_142", cs), Editor.concretes["EditorSwe"].rule("_144", cs));}, _146: function(cs){return new Arr(new Str(""), new Str(""));}, _147: function(cs){return new Suffix("de", Editor.concretes["EditorSwe"].rule("_146", cs));}, _148: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_147", cs), Editor.concretes["EditorSwe"].rule("_147", cs));}, _149: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_147", cs), Editor.concretes["EditorSwe"].rule("_143", cs));}, _15: function(cs){return Editor.concretes["EditorSwe"].rule("_13", cs).sel(Editor.concretes["EditorSwe"].rule("_14", cs));}, _150: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_148", cs), Editor.concretes["EditorSwe"].rule("_149", cs));}, _151: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_145", cs), Editor.concretes["EditorSwe"].rule("_150", cs));}, _152: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_151", cs), new Int(2));}, _16: function(cs){return Editor.concretes["EditorSwe"].rule("_12", cs).sel(Editor.concretes["EditorSwe"].rule("_15", cs));}, _168: function(cs){return Editor.concretes["EditorSwe"].rule("_12", cs).sel(new Int(0));}, _169: function(cs){return Editor.concretes["EditorSwe"].rule("_12", cs).sel(new Int(2));}, _17: function(cs){return cs[0].sel(new Int(1));}, _170: function(cs){return Editor.concretes["EditorSwe"].rule("_12", cs).sel(new Int(4));}, _171: function(cs){return Editor.concretes["EditorSwe"].rule("_12", cs).sel(new Int(6));}, _172: function(cs){return Editor.concretes["EditorSwe"].rule("_12", cs).sel(new Int(8));}, _173: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_168", cs), Editor.concretes["EditorSwe"].rule("_169", cs), Editor.concretes["EditorSwe"].rule("_170", cs), Editor.concretes["EditorSwe"].rule("_171", cs), Editor.concretes["EditorSwe"].rule("_172", cs));}, _174: function(cs){return Editor.concretes["EditorSwe"].rule("_76", cs).sel(Editor.concretes["EditorSwe"].rule("_39", cs));}, _175: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_174", cs), new Int(3), new Int(3));}, _176: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_174", cs), new Int(4), new Int(4));}, _177: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_175", cs), Editor.concretes["EditorSwe"].rule("_175", cs), Editor.concretes["EditorSwe"].rule("_176", cs));}, _178: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_39", cs), new Int(0));}, _179: function(cs){return Editor.concretes["EditorSwe"].rule("_178", cs).sel(new Int(0));}, _18: function(cs){return cs[1].sel(new Int(0));}, _180: function(cs){return Editor.concretes["EditorSwe"].rule("_52", cs).sel(Editor.concretes["EditorSwe"].rule("_179", cs));}, _181: function(cs){return Editor.concretes["EditorSwe"].rule("_178", cs).sel(new Int(1));}, _182: function(cs){return Editor.concretes["EditorSwe"].rule("_180", cs).sel(Editor.concretes["EditorSwe"].rule("_181", cs));}, _183: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_182", cs), new Int(0));}, _189: function(cs){return Editor.concretes["EditorSwe"].rule("_67", cs).sel(new Int(0));}, _19: function(cs){return Editor.concretes["EditorSwe"].rule("_18", cs).sel(new Int(0));}, _191: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_182", cs), new Int(1));}, _198: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_182", cs), new Int(2));}, _20: function(cs){return Editor.concretes["EditorSwe"].rule("_19", cs).sel(new Int(1));}, _207: function(cs){return new Arr(new Int(0), new Int(1), new Int(0));}, _21: function(cs){return Editor.concretes["EditorSwe"].rule("_20", cs).sel(new Int(1));}, _22: function(cs){return cs[2].sel(new Int(1));}, _225: function(cs){return new Suffix("flyttal", Editor.concretes["EditorSwe"].rule("_3", cs));}, _23: function(cs){return Editor.concretes["EditorSwe"].rule("_21", cs).sel(Editor.concretes["EditorSwe"].rule("_22", cs));}, _24: function(cs){return cs[2].sel(new Int(0));}, _248: function(cs){return new Arr(new Str("n"), new Str("tt"));}, _249: function(cs){return new Suffix("e", Editor.concretes["EditorSwe"].rule("_248", cs));}, _25: function(cs){return Editor.concretes["EditorSwe"].rule("_24", cs).sel(new Int(0));}, _250: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_143", cs), Editor.concretes["EditorSwe"].rule("_249", cs));}, _251: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_250", cs), Editor.concretes["EditorSwe"].rule("_250", cs));}, _252: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_143", cs), Editor.concretes["EditorSwe"].rule("_143", cs));}, _253: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_252", cs), Editor.concretes["EditorSwe"].rule("_252", cs));}, _254: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_251", cs), Editor.concretes["EditorSwe"].rule("_253", cs));}, _255: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_254", cs), new Int(0));}, _256: function(cs){return new Suffix("heltal", Editor.concretes["EditorSwe"].rule("_3", cs));}, _26: function(cs){return Editor.concretes["EditorSwe"].rule("_25", cs).sel(new Int(0));}, _27: function(cs){return Editor.concretes["EditorSwe"].rule("_26", cs).sel(new Int(0));}, _274: function(cs){return new Suffix("språk", Editor.concretes["EditorSwe"].rule("_3", cs));}, _28: function(cs){return Editor.concretes["EditorSwe"].rule("_25", cs).sel(new Int(1));}, _29: function(cs){return Editor.concretes["EditorSwe"].rule("_28", cs).sel(new Int(0));}, _3: function(cs){return new Arr(new Str(""), new Str("s"));}, _30: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_27", cs), Editor.concretes["EditorSwe"].rule("_27", cs), Editor.concretes["EditorSwe"].rule("_29", cs));}, _31: function(cs){return new Arr(new Int(0), new Int(0));}, _32: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_31", cs), Editor.concretes["EditorSwe"].rule("_31", cs));}, _33: function(cs){return new Arr(new Int(1), new Int(1));}, _34: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_33", cs), Editor.concretes["EditorSwe"].rule("_33", cs));}, _341: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_48", cs), Editor.concretes["EditorSwe"].rule("_48", cs), new Str("mig"));}, _342: function(cs){return Editor.concretes["EditorSwe"].rule("_341", cs).sel(Editor.concretes["EditorSwe"].rule("_14", cs));}, _343: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_48", cs), Editor.concretes["EditorSwe"].rule("_48", cs), new Str("sig"));}, _344: function(cs){return Editor.concretes["EditorSwe"].rule("_343", cs).sel(Editor.concretes["EditorSwe"].rule("_14", cs));}, _345: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_342", cs), Editor.concretes["EditorSwe"].rule("_64", cs), Editor.concretes["EditorSwe"].rule("_344", cs));}, _35: function(cs){return new Arr(new Int(1), new Int(2));}, _36: function(cs){return new Arr(new Int(2), new Int(2));}, _37: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_35", cs), Editor.concretes["EditorSwe"].rule("_36", cs));}, _38: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_32", cs), Editor.concretes["EditorSwe"].rule("_34", cs), Editor.concretes["EditorSwe"].rule("_37", cs));}, _382: function(cs){return new Suffix("träd", Editor.concretes["EditorSwe"].rule("_3", cs));}, _39: function(cs){return cs[1].sel(new Int(1));}, _40: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_39", cs), new Int(1), new Int(1));}, _401: function(cs){return new Arr(cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0]);}, _403: function(cs){return new Arr(cs[0], cs[0]);}, _404: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_403", cs), Editor.concretes["EditorSwe"].rule("_403", cs));}, _405: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_404", cs), Editor.concretes["EditorSwe"].rule("_404", cs));}, _41: function(cs){return Editor.concretes["EditorSwe"].rule("_40", cs).sel(new Int(0));}, _42: function(cs){return Editor.concretes["EditorSwe"].rule("_38", cs).sel(Editor.concretes["EditorSwe"].rule("_41", cs));}, _43: function(cs){return Editor.concretes["EditorSwe"].rule("_40", cs).sel(new Int(1));}, _44: function(cs){return Editor.concretes["EditorSwe"].rule("_42", cs).sel(Editor.concretes["EditorSwe"].rule("_43", cs));}, _45: function(cs){return Editor.concretes["EditorSwe"].rule("_40", cs).sel(new Int(2));}, _46: function(cs){return Editor.concretes["EditorSwe"].rule("_44", cs).sel(Editor.concretes["EditorSwe"].rule("_45", cs));}, _47: function(cs){return Editor.concretes["EditorSwe"].rule("_30", cs).sel(Editor.concretes["EditorSwe"].rule("_46", cs));}, _48: function(cs){return new Seq();}, _49: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_48", cs), Editor.concretes["EditorSwe"].rule("_48", cs), Editor.concretes["EditorSwe"].rule("_48", cs));}, _50: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_49", cs), Editor.concretes["EditorSwe"].rule("_49", cs), Editor.concretes["EditorSwe"].rule("_49", cs));}, _51: function(cs){return new Arr(new Int(0), new Int(2));}, _52: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_51", cs), Editor.concretes["EditorSwe"].rule("_35", cs));}, _53: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_22", cs), new Int(0));}, _54: function(cs){return Editor.concretes["EditorSwe"].rule("_53", cs).sel(new Int(0));}, _55: function(cs){return Editor.concretes["EditorSwe"].rule("_52", cs).sel(Editor.concretes["EditorSwe"].rule("_54", cs));}, _56: function(cs){return Editor.concretes["EditorSwe"].rule("_53", cs).sel(new Int(1));}, _57: function(cs){return Editor.concretes["EditorSwe"].rule("_55", cs).sel(Editor.concretes["EditorSwe"].rule("_56", cs));}, _58: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_57", cs), new Int(2));}, _59: function(cs){return Editor.concretes["EditorSwe"].rule("_58", cs).sel(new Int(0));}, _60: function(cs){return Editor.concretes["EditorSwe"].rule("_50", cs).sel(Editor.concretes["EditorSwe"].rule("_59", cs));}, _61: function(cs){return Editor.concretes["EditorSwe"].rule("_58", cs).sel(new Int(1));}, _62: function(cs){return Editor.concretes["EditorSwe"].rule("_60", cs).sel(Editor.concretes["EditorSwe"].rule("_61", cs));}, _63: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_48", cs), Editor.concretes["EditorSwe"].rule("_48", cs), new Str("dig"));}, _64: function(cs){return Editor.concretes["EditorSwe"].rule("_63", cs).sel(Editor.concretes["EditorSwe"].rule("_14", cs));}, _67: function(cs){return Editor.concretes["EditorSwe"].rule("_19", cs).sel(new Int(0));}, _69: function(cs){return cs[3].sel(new Int(1));}, _71: function(cs){return Editor.concretes["EditorSwe"].rule("_24", cs).sel(new Int(2));}, _72: function(cs){return Editor.concretes["EditorSwe"].rule("_24", cs).sel(new Int(4));}, _73: function(cs){return Editor.concretes["EditorSwe"].rule("_24", cs).sel(new Int(6));}, _74: function(cs){return Editor.concretes["EditorSwe"].rule("_24", cs).sel(new Int(8));}, _75: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_25", cs), Editor.concretes["EditorSwe"].rule("_71", cs), Editor.concretes["EditorSwe"].rule("_72", cs), Editor.concretes["EditorSwe"].rule("_73", cs), Editor.concretes["EditorSwe"].rule("_74", cs));}, _76: function(cs){return new Arr(new Int(0), new Int(1));}, _77: function(cs){return Editor.concretes["EditorSwe"].rule("_76", cs).sel(Editor.concretes["EditorSwe"].rule("_69", cs));}, _78: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_77", cs), new Int(3), new Int(3));}, _79: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_77", cs), new Int(4), new Int(4));}, _80: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_78", cs), Editor.concretes["EditorSwe"].rule("_78", cs), Editor.concretes["EditorSwe"].rule("_79", cs));}, _81: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_69", cs), new Int(0));}, _82: function(cs){return Editor.concretes["EditorSwe"].rule("_81", cs).sel(new Int(0));}, _83: function(cs){return Editor.concretes["EditorSwe"].rule("_52", cs).sel(Editor.concretes["EditorSwe"].rule("_82", cs));}, _84: function(cs){return Editor.concretes["EditorSwe"].rule("_81", cs).sel(new Int(1));}, _85: function(cs){return Editor.concretes["EditorSwe"].rule("_83", cs).sel(Editor.concretes["EditorSwe"].rule("_84", cs));}, _86: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_85", cs), new Int(0));}, _92: function(cs){return cs[3].sel(new Int(0));}, _93: function(cs){return Editor.concretes["EditorSwe"].rule("_92", cs).sel(new Int(0));}, _94: function(cs){return Editor.concretes["EditorSwe"].rule("_93", cs).sel(new Int(0));}, _95: function(cs){return Editor.concretes["EditorSwe"].rule("_94", cs).sel(new Int(0));}, _97: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_85", cs), new Int(1));}, Adjective: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_401", cs), new Int(0));}, Determiner: function(cs){return new Arr(new Arr(Editor.concretes["EditorSwe"].rule("_405", cs), Editor.concretes["EditorSwe"].rule("_405", cs)), new Int(0));}, Noun: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_405", cs), new Int(0));}, Sentence: function(cs){return new Arr(cs[0]);}, Verb: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_401", cs), cs[0], new Int(0));}, "Int": function(cs){return new Arr(cs[0]);}, "Float": function(cs){return new Arr(cs[0]);}, "String": function(cs){return new Arr(cs[0]);}}, new Parser("Sentence",[new Rule(27, new FunApp("Copy",[]),[],[[],[new Terminal("Kopiera")]]), new Rule(27, new FunApp("Cut",[]),[],[[new Terminal("ut")],[new Terminal("Klipp")]]), new Rule(27, new FunApp("Delete",[]),[],[[],[new Terminal("Radera")]]), new Rule(27, new FunApp("Enter",[]),[],[[],[new Terminal("Skriv")]]), new Rule(27, new FunApp("Parse",[]),[],[[],[new Terminal("Parsa")]]), new Rule(27, new FunApp("Paste",[]),[],[[new Terminal("in")],[new Terminal("Klistra")]]), new Rule(27, new FunApp("Redo",[]),[],[[],[new Terminal("Upprepa")]]), new Rule(27, new FunApp("Refine",[]),[],[[],[new Terminal("Raffinera")]]), new Rule(27, new FunApp("Replace",[]),[],[[],[new Terminal("Ersätt")]]), new Rule(27, new FunApp("Select",[]),[],[[],[new Terminal("Välj")]]), new Rule(27, new FunApp("Show",[]),[],[[],[new Terminal("Visa")]]), new Rule(27, new FunApp("Undo",[]),[],[[],[new Terminal("Ångra")]]), new Rule(27, new FunApp("Wrap",[]),[],[[],[new Terminal("Förpacka")]]), new Rule(24, new FunApp("Wrapper",[]),[],[[new Terminal("förpackning")]]), new Rule(23, new FunApp("Wrapper",[]),[],[[new Terminal("förpacknings")]]), new Rule(22, new FunApp("Wrapper",[]),[],[[new Terminal("förpackningen")]]), new Rule(21, new FunApp("Wrapper",[]),[],[[new Terminal("förpackningens")]]), new Rule(20, new FunApp("Wrapper",[]),[],[[new Terminal("förpackningar")]]), new Rule(19, new FunApp("Wrapper",[]),[],[[new Terminal("förpackningars")]]), new Rule(18, new FunApp("Wrapper",[]),[],[[new Terminal("förpackningarna")]]), new Rule(17, new FunApp("Wrapper",[]),[],[[new Terminal("förpackningarnas")]]), new Rule(65, new FunApp("Wrap",[]),[],[[new Terminal("Förpackar")]]), new Rule(64, new FunApp("Wrap",[]),[],[[new Terminal("Förpackas")]]), new Rule(63, new FunApp("Wrap",[]),[],[[new Terminal("Förpacka")]]), new Rule(62, new FunApp("Wrap",[]),[],[[new Terminal("Förpackas")]]), new Rule(61, new FunApp("Wrap",[]),[],[[new Terminal("Förpacka")]]), new Rule(60, new FunApp("Wrap",[]),[],[[new Terminal("Förpackas")]]), new Rule(59, new FunApp("Wrap",[]),[],[[new Terminal("Förpackad")]]), new Rule(58, new FunApp("Wrap",[]),[],[[new Terminal("Förpackads")]]), new Rule(57, new FunApp("Wrap",[]),[],[[new Terminal("Förpackat")]]), new Rule(56, new FunApp("Wrap",[]),[],[[new Terminal("Förpackats")]]), new Rule(55, new FunApp("Wrap",[]),[],[[new Terminal("Förpackade")]]), new Rule(54, new FunApp("Wrap",[]),[],[[new Terminal("Förpackades")]]), new Rule(53, new FunApp("Wrap",[]),[],[[new Terminal("Förpackade")]]), new Rule(52, new FunApp("Wrap",[]),[],[[new Terminal("Förpackades")]]), new Rule(51, new FunApp("Wrap",[]),[],[[new Terminal("Förpackade")]]), new Rule(50, new FunApp("Wrap",[]),[],[[new Terminal("Förpackades")]]), new Rule(49, new FunApp("Wrap",[]),[],[[]]), new Rule(65, new FunApp("Undo",[]),[],[[new Terminal("Ångrar")]]), new Rule(64, new FunApp("Undo",[]),[],[[new Terminal("Ångras")]]), new Rule(63, new FunApp("Undo",[]),[],[[new Terminal("Ångra")]]), new Rule(62, new FunApp("Undo",[]),[],[[new Terminal("Ångras")]]), new Rule(61, new FunApp("Undo",[]),[],[[new Terminal("Ångra")]]), new Rule(60, new FunApp("Undo",[]),[],[[new Terminal("Ångras")]]), new Rule(59, new FunApp("Undo",[]),[],[[new Terminal("Ångrad")]]), new Rule(58, new FunApp("Undo",[]),[],[[new Terminal("Ångrads")]]), new Rule(57, new FunApp("Undo",[]),[],[[new Terminal("Ångrat")]]), new Rule(56, new FunApp("Undo",[]),[],[[new Terminal("Ångrats")]]), new Rule(55, new FunApp("Undo",[]),[],[[new Terminal("Ångrade")]]), new Rule(54, new FunApp("Undo",[]),[],[[new Terminal("Ångrades")]]), new Rule(53, new FunApp("Undo",[]),[],[[new Terminal("Ångrade")]]), new Rule(52, new FunApp("Undo",[]),[],[[new Terminal("Ångrades")]]), new Rule(51, new FunApp("Undo",[]),[],[[new Terminal("Ångrade")]]), new Rule(50, new FunApp("Undo",[]),[],[[new Terminal("Ångrades")]]), new Rule(49, new FunApp("Undo",[]),[],[[]]), new Rule(30, new FunApp("Tree",[]),[],[[new Terminal("träd")]]), new Rule(83, new FunApp("Tree",[]),[],[[new Terminal("träds")]]), new Rule(33, new FunApp("Tree",[]),[],[[new Terminal("trädet")]]), new Rule(82, new FunApp("Tree",[]),[],[[new Terminal("trädets")]]), new Rule(81, new FunApp("Tree",[]),[],[[new Terminal("träd")]]), new Rule(80, new FunApp("Tree",[]),[],[[new Terminal("träds")]]), new Rule(79, new FunApp("Tree",[]),[],[[new Terminal("träden")]]), new Rule(78, new FunApp("Tree",[]),[],[[new Terminal("trädens")]]), new Rule(24, new FunApp("Swedish",[]),[],[[new Terminal("Svenska")]]), new Rule(23, new FunApp("Swedish",[]),[],[[new Terminal("Svenskas")]]), new Rule(22, new FunApp("Swedish",[]),[],[[new Terminal("Svenskan")]]), new Rule(21, new FunApp("Swedish",[]),[],[[new Terminal("Svenskans")]]), new Rule(20, new FunApp("Swedish",[]),[],[[new Terminal("Svenskor")]]), new Rule(19, new FunApp("Swedish",[]),[],[[new Terminal("Svenskors")]]), new Rule(18, new FunApp("Swedish",[]),[],[[new Terminal("Svenskorna")]]), new Rule(17, new FunApp("Swedish",[]),[],[[new Terminal("Svenskornas")]]), new Rule(24, new FunApp("String_N",[]),[],[[new Terminal("sträng")]]), new Rule(23, new FunApp("String_N",[]),[],[[new Terminal("strängs")]]), new Rule(22, new FunApp("String_N",[]),[],[[new Terminal("strängen")]]), new Rule(21, new FunApp("String_N",[]),[],[[new Terminal("strängens")]]), new Rule(20, new FunApp("String_N",[]),[],[[new Terminal("strängar")]]), new Rule(19, new FunApp("String_N",[]),[],[[new Terminal("strängars")]]), new Rule(18, new FunApp("String_N",[]),[],[[new Terminal("strängarna")]]), new Rule(17, new FunApp("String_N",[]),[],[[new Terminal("strängarnas")]]), new Rule(24, new FunApp("Spanish",[]),[],[[new Terminal("Spanska")]]), new Rule(23, new FunApp("Spanish",[]),[],[[new Terminal("Spanskas")]]), new Rule(22, new FunApp("Spanish",[]),[],[[new Terminal("Spanskan")]]), new Rule(21, new FunApp("Spanish",[]),[],[[new Terminal("Spanskans")]]), new Rule(20, new FunApp("Spanish",[]),[],[[new Terminal("Spanskor")]]), new Rule(19, new FunApp("Spanish",[]),[],[[new Terminal("Spanskors")]]), new Rule(18, new FunApp("Spanish",[]),[],[[new Terminal("Spanskorna")]]), new Rule(17, new FunApp("Spanish",[]),[],[[new Terminal("Spanskornas")]]), new Rule(25, new FunApp("SingleWordCommand",[new Arg(0)]),[36],[[new ArgProj(0, 1), new ArgProj(0, 0), new Terminal("dig")]]), new Rule(25, new FunApp("SingleWordCommand",[new Arg(0)]),[35],[[new ArgProj(0, 1), new ArgProj(0, 0)]]), new Rule(25, new FunApp("SingleWordCommand",[new Arg(0)]),[27],[[new ArgProj(0, 1), new ArgProj(0, 0)]]), new Rule(65, new FunApp("Show",[]),[],[[new Terminal("Visar")]]), new Rule(64, new FunApp("Show",[]),[],[[new Terminal("Visas")]]), new Rule(63, new FunApp("Show",[]),[],[[new Terminal("Visa")]]), new Rule(62, new FunApp("Show",[]),[],[[new Terminal("Visas")]]), new Rule(61, new FunApp("Show",[]),[],[[new Terminal("Visa")]]), new Rule(60, new FunApp("Show",[]),[],[[new Terminal("Visas")]]), new Rule(59, new FunApp("Show",[]),[],[[new Terminal("Visad")]]), new Rule(58, new FunApp("Show",[]),[],[[new Terminal("Visads")]]), new Rule(57, new FunApp("Show",[]),[],[[new Terminal("Visat")]]), new Rule(56, new FunApp("Show",[]),[],[[new Terminal("Visats")]]), new Rule(55, new FunApp("Show",[]),[],[[new Terminal("Visade")]]), new Rule(54, new FunApp("Show",[]),[],[[new Terminal("Visades")]]), new Rule(53, new FunApp("Show",[]),[],[[new Terminal("Visade")]]), new Rule(52, new FunApp("Show",[]),[],[[new Terminal("Visades")]]), new Rule(51, new FunApp("Show",[]),[],[[new Terminal("Visade")]]), new Rule(50, new FunApp("Show",[]),[],[[new Terminal("Visades")]]), new Rule(49, new FunApp("Show",[]),[],[[]]), new Rule(65, new FunApp("Select",[]),[],[[new Terminal("Väljer")]]), new Rule(64, new FunApp("Select",[]),[],[[new Terminal("Väljs")]]), new Rule(63, new FunApp("Select",[]),[],[[new Terminal("Välj")]]), new Rule(62, new FunApp("Select",[]),[],[[new Terminal("Väljs")]]), new Rule(61, new FunApp("Select",[]),[],[[new Terminal("Välja")]]), new Rule(60, new FunApp("Select",[]),[],[[new Terminal("Väljas")]]), new Rule(59, new FunApp("Select",[]),[],[[new Terminal("Väljt")]]), new Rule(58, new FunApp("Select",[]),[],[[new Terminal("Väljts")]]), new Rule(57, new FunApp("Select",[]),[],[[new Terminal("Väljt")]]), new Rule(56, new FunApp("Select",[]),[],[[new Terminal("Väljts")]]), new Rule(55, new FunApp("Select",[]),[],[[new Terminal("Väljta")]]), new Rule(54, new FunApp("Select",[]),[],[[new Terminal("Väljtas")]]), new Rule(53, new FunApp("Select",[]),[],[[new Terminal("Väljta")]]), new Rule(52, new FunApp("Select",[]),[],[[new Terminal("Väljtas")]]), new Rule(51, new FunApp("Select",[]),[],[[new Terminal("Väljta")]]), new Rule(50, new FunApp("Select",[]),[],[[new Terminal("Väljtas")]]), new Rule(49, new FunApp("Select",[]),[],[[]]), new Rule(24, new FunApp("Russian",[]),[],[[new Terminal("Ryska")]]), new Rule(23, new FunApp("Russian",[]),[],[[new Terminal("Ryskas")]]), new Rule(22, new FunApp("Russian",[]),[],[[new Terminal("Ryskan")]]), new Rule(21, new FunApp("Russian",[]),[],[[new Terminal("Ryskans")]]), new Rule(20, new FunApp("Russian",[]),[],[[new Terminal("Ryskor")]]), new Rule(19, new FunApp("Russian",[]),[],[[new Terminal("Ryskors")]]), new Rule(18, new FunApp("Russian",[]),[],[[new Terminal("Ryskorna")]]), new Rule(17, new FunApp("Russian",[]),[],[[new Terminal("Ryskornas")]]), new Rule(65, new FunApp("Replace",[]),[],[[new Terminal("Ersätter")]]), new Rule(64, new FunApp("Replace",[]),[],[[new Terminal("Ersätts")]]), new Rule(63, new FunApp("Replace",[]),[],[[new Terminal("Ersätt")]]), new Rule(62, new FunApp("Replace",[]),[],[[new Terminal("Ersätts")]]), new Rule(61, new FunApp("Replace",[]),[],[[new Terminal("Ersätta")]]), new Rule(60, new FunApp("Replace",[]),[],[[new Terminal("Ersättas")]]), new Rule(59, new FunApp("Replace",[]),[],[[new Terminal("Ersättt")]]), new Rule(58, new FunApp("Replace",[]),[],[[new Terminal("Ersättts")]]), new Rule(57, new FunApp("Replace",[]),[],[[new Terminal("Ersättt")]]), new Rule(56, new FunApp("Replace",[]),[],[[new Terminal("Ersättts")]]), new Rule(55, new FunApp("Replace",[]),[],[[new Terminal("Ersättta")]]), new Rule(54, new FunApp("Replace",[]),[],[[new Terminal("Ersätttas")]]), new Rule(53, new FunApp("Replace",[]),[],[[new Terminal("Ersättta")]]), new Rule(52, new FunApp("Replace",[]),[],[[new Terminal("Ersätttas")]]), new Rule(51, new FunApp("Replace",[]),[],[[new Terminal("Ersättta")]]), new Rule(50, new FunApp("Replace",[]),[],[[new Terminal("Ersätttas")]]), new Rule(49, new FunApp("Replace",[]),[],[[]]), new Rule(24, new FunApp("Refinement",[]),[],[[new Terminal("raffinemang")]]), new Rule(23, new FunApp("Refinement",[]),[],[[new Terminal("raffinemangs")]]), new Rule(22, new FunApp("Refinement",[]),[],[[new Terminal("raffinemangen")]]), new Rule(21, new FunApp("Refinement",[]),[],[[new Terminal("raffinemangens")]]), new Rule(20, new FunApp("Refinement",[]),[],[[new Terminal("raffinemangar")]]), new Rule(19, new FunApp("Refinement",[]),[],[[new Terminal("raffinemangars")]]), new Rule(18, new FunApp("Refinement",[]),[],[[new Terminal("raffinemangarna")]]), new Rule(17, new FunApp("Refinement",[]),[],[[new Terminal("raffinemangarnas")]]), new Rule(65, new FunApp("Refine",[]),[],[[new Terminal("Raffinerar")]]), new Rule(64, new FunApp("Refine",[]),[],[[new Terminal("Raffineras")]]), new Rule(63, new FunApp("Refine",[]),[],[[new Terminal("Raffinera")]]), new Rule(62, new FunApp("Refine",[]),[],[[new Terminal("Raffineras")]]), new Rule(61, new FunApp("Refine",[]),[],[[new Terminal("Raffinera")]]), new Rule(60, new FunApp("Refine",[]),[],[[new Terminal("Raffineras")]]), new Rule(59, new FunApp("Refine",[]),[],[[new Terminal("Raffinerad")]]), new Rule(58, new FunApp("Refine",[]),[],[[new Terminal("Raffinerads")]]), new Rule(57, new FunApp("Refine",[]),[],[[new Terminal("Raffinerat")]]), new Rule(56, new FunApp("Refine",[]),[],[[new Terminal("Raffinerats")]]), new Rule(55, new FunApp("Refine",[]),[],[[new Terminal("Raffinerade")]]), new Rule(54, new FunApp("Refine",[]),[],[[new Terminal("Raffinerades")]]), new Rule(53, new FunApp("Refine",[]),[],[[new Terminal("Raffinerade")]]), new Rule(52, new FunApp("Refine",[]),[],[[new Terminal("Raffinerades")]]), new Rule(51, new FunApp("Refine",[]),[],[[new Terminal("Raffinerade")]]), new Rule(50, new FunApp("Refine",[]),[],[[new Terminal("Raffinerades")]]), new Rule(49, new FunApp("Refine",[]),[],[[]]), new Rule(65, new FunApp("Redo",[]),[],[[new Terminal("Upprepar")]]), new Rule(64, new FunApp("Redo",[]),[],[[new Terminal("Upprepas")]]), new Rule(63, new FunApp("Redo",[]),[],[[new Terminal("Upprepa")]]), new Rule(62, new FunApp("Redo",[]),[],[[new Terminal("Upprepas")]]), new Rule(61, new FunApp("Redo",[]),[],[[new Terminal("Upprepa")]]), new Rule(60, new FunApp("Redo",[]),[],[[new Terminal("Upprepas")]]), new Rule(59, new FunApp("Redo",[]),[],[[new Terminal("Upprepad")]]), new Rule(58, new FunApp("Redo",[]),[],[[new Terminal("Upprepads")]]), new Rule(57, new FunApp("Redo",[]),[],[[new Terminal("Upprepat")]]), new Rule(56, new FunApp("Redo",[]),[],[[new Terminal("Upprepats")]]), new Rule(55, new FunApp("Redo",[]),[],[[new Terminal("Upprepade")]]), new Rule(54, new FunApp("Redo",[]),[],[[new Terminal("Upprepades")]]), new Rule(53, new FunApp("Redo",[]),[],[[new Terminal("Upprepade")]]), new Rule(52, new FunApp("Redo",[]),[],[[new Terminal("Upprepades")]]), new Rule(51, new FunApp("Redo",[]),[],[[new Terminal("Upprepade")]]), new Rule(50, new FunApp("Redo",[]),[],[[new Terminal("Upprepades")]]), new Rule(49, new FunApp("Redo",[]),[],[[]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[36, 34, 33],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("dig"), new Terminal("slumpmässigt")]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[36, 32, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("dig"), new Terminal("slumpmässigt")]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[36, 31, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("dig"), new Terminal("slumpmässigt")]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[36, 29, 22],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("dig"), new Terminal("slumpmässigt")]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[36, 28, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("dig"), new Terminal("slumpmässigt")]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[36, 26, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("dig"), new Terminal("slumpmässigt")]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[35, 34, 33],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("slumpmässigt")]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[35, 32, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("slumpmässigt")]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[35, 31, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("slumpmässigt")]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[35, 29, 22],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("slumpmässigt")]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[35, 28, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("slumpmässigt")]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[35, 26, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("slumpmässigt")]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[27, 34, 33],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("slumpmässigt")]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[27, 32, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("slumpmässigt")]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[27, 31, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("slumpmässigt")]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[27, 29, 22],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("slumpmässigt")]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[27, 28, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("slumpmässigt")]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[27, 26, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("slumpmässigt")]]), new Rule(16, new FunApp("Previous",[]),[],[[new Terminal("föregående")]]), new Rule(15, new FunApp("Previous",[]),[],[[new Terminal("föregåendes")]]), new Rule(14, new FunApp("Previous",[]),[],[[new Terminal("föregående")]]), new Rule(13, new FunApp("Previous",[]),[],[[new Terminal("föregåendes")]]), new Rule(12, new FunApp("Previous",[]),[],[[new Terminal("föregående")]]), new Rule(11, new FunApp("Previous",[]),[],[[new Terminal("föregåendes")]]), new Rule(10, new FunApp("Previous",[]),[],[[new Terminal("föregående")]]), new Rule(9, new FunApp("Previous",[]),[],[[new Terminal("föregåendes")]]), new Rule(8, new FunApp("Previous",[]),[],[[new Terminal("föregående")]]), new Rule(7, new FunApp("Previous",[]),[],[[new Terminal("föregåendes")]]), new Rule(6, new FunApp("Previous",[]),[],[[]]), new Rule(5, new FunApp("Previous",[]),[],[[new Terminal("s")]]), new Rule(4, new FunApp("Previous",[]),[],[[]]), new Rule(3, new FunApp("Previous",[]),[],[[new Terminal("s")]]), new Rule(2, new FunApp("Previous",[]),[],[[new Terminal("a")]]), new Rule(1, new FunApp("Previous",[]),[],[[new Terminal("as")]]), new Rule(65, new FunApp("Paste",[]),[],[[new Terminal("Klistrar")]]), new Rule(64, new FunApp("Paste",[]),[],[[new Terminal("Klistras")]]), new Rule(63, new FunApp("Paste",[]),[],[[new Terminal("Klistra")]]), new Rule(62, new FunApp("Paste",[]),[],[[new Terminal("Klistras")]]), new Rule(61, new FunApp("Paste",[]),[],[[new Terminal("Klistra")]]), new Rule(60, new FunApp("Paste",[]),[],[[new Terminal("Klistras")]]), new Rule(59, new FunApp("Paste",[]),[],[[new Terminal("Klistrad")]]), new Rule(58, new FunApp("Paste",[]),[],[[new Terminal("Klistrads")]]), new Rule(57, new FunApp("Paste",[]),[],[[new Terminal("Klistrat")]]), new Rule(56, new FunApp("Paste",[]),[],[[new Terminal("Klistrats")]]), new Rule(55, new FunApp("Paste",[]),[],[[new Terminal("Klistrade")]]), new Rule(54, new FunApp("Paste",[]),[],[[new Terminal("Klistrades")]]), new Rule(53, new FunApp("Paste",[]),[],[[new Terminal("Klistrade")]]), new Rule(52, new FunApp("Paste",[]),[],[[new Terminal("Klistrades")]]), new Rule(51, new FunApp("Paste",[]),[],[[new Terminal("Klistrade")]]), new Rule(50, new FunApp("Paste",[]),[],[[new Terminal("Klistrades")]]), new Rule(49, new FunApp("Paste",[]),[],[[new Terminal("in")]]), new Rule(65, new FunApp("Parse",[]),[],[[new Terminal("Parsar")]]), new Rule(64, new FunApp("Parse",[]),[],[[new Terminal("Parsas")]]), new Rule(63, new FunApp("Parse",[]),[],[[new Terminal("Parsa")]]), new Rule(62, new FunApp("Parse",[]),[],[[new Terminal("Parsas")]]), new Rule(61, new FunApp("Parse",[]),[],[[new Terminal("Parsa")]]), new Rule(60, new FunApp("Parse",[]),[],[[new Terminal("Parsas")]]), new Rule(59, new FunApp("Parse",[]),[],[[new Terminal("Parsad")]]), new Rule(58, new FunApp("Parse",[]),[],[[new Terminal("Parsads")]]), new Rule(57, new FunApp("Parse",[]),[],[[new Terminal("Parsat")]]), new Rule(56, new FunApp("Parse",[]),[],[[new Terminal("Parsats")]]), new Rule(55, new FunApp("Parse",[]),[],[[new Terminal("Parsade")]]), new Rule(54, new FunApp("Parse",[]),[],[[new Terminal("Parsades")]]), new Rule(53, new FunApp("Parse",[]),[],[[new Terminal("Parsade")]]), new Rule(52, new FunApp("Parse",[]),[],[[new Terminal("Parsades")]]), new Rule(51, new FunApp("Parse",[]),[],[[new Terminal("Parsade")]]), new Rule(50, new FunApp("Parse",[]),[],[[new Terminal("Parsades")]]), new Rule(49, new FunApp("Parse",[]),[],[[]]), new Rule(24, new FunApp("Page",[]),[],[[new Terminal("sida")]]), new Rule(23, new FunApp("Page",[]),[],[[new Terminal("sidas")]]), new Rule(22, new FunApp("Page",[]),[],[[new Terminal("sidan")]]), new Rule(21, new FunApp("Page",[]),[],[[new Terminal("sidans")]]), new Rule(20, new FunApp("Page",[]),[],[[new Terminal("sidor")]]), new Rule(19, new FunApp("Page",[]),[],[[new Terminal("sidors")]]), new Rule(18, new FunApp("Page",[]),[],[[new Terminal("sidorna")]]), new Rule(17, new FunApp("Page",[]),[],[[new Terminal("sidornas")]]), new Rule(24, new FunApp("Norwegian",[]),[],[[new Terminal("Norska")]]), new Rule(23, new FunApp("Norwegian",[]),[],[[new Terminal("Norskas")]]), new Rule(22, new FunApp("Norwegian",[]),[],[[new Terminal("Norskan")]]), new Rule(21, new FunApp("Norwegian",[]),[],[[new Terminal("Norskans")]]), new Rule(20, new FunApp("Norwegian",[]),[],[[new Terminal("Norskor")]]), new Rule(19, new FunApp("Norwegian",[]),[],[[new Terminal("Norskors")]]), new Rule(18, new FunApp("Norwegian",[]),[],[[new Terminal("Norskorna")]]), new Rule(17, new FunApp("Norwegian",[]),[],[[new Terminal("Norskornas")]]), new Rule(24, new FunApp("Node",[]),[],[[new Terminal("nod")]]), new Rule(23, new FunApp("Node",[]),[],[[new Terminal("nods")]]), new Rule(22, new FunApp("Node",[]),[],[[new Terminal("noden")]]), new Rule(21, new FunApp("Node",[]),[],[[new Terminal("nodens")]]), new Rule(20, new FunApp("Node",[]),[],[[new Terminal("nodar")]]), new Rule(19, new FunApp("Node",[]),[],[[new Terminal("nodars")]]), new Rule(18, new FunApp("Node",[]),[],[[new Terminal("nodarna")]]), new Rule(17, new FunApp("Node",[]),[],[[new Terminal("nodarnas")]]), new Rule(16, new FunApp("Next",[]),[],[[new Terminal("näst")]]), new Rule(15, new FunApp("Next",[]),[],[[new Terminal("nästs")]]), new Rule(14, new FunApp("Next",[]),[],[[new Terminal("nästt")]]), new Rule(13, new FunApp("Next",[]),[],[[new Terminal("nästts")]]), new Rule(12, new FunApp("Next",[]),[],[[new Terminal("nästa")]]), new Rule(11, new FunApp("Next",[]),[],[[new Terminal("nästas")]]), new Rule(10, new FunApp("Next",[]),[],[[new Terminal("nästa")]]), new Rule(9, new FunApp("Next",[]),[],[[new Terminal("nästas")]]), new Rule(8, new FunApp("Next",[]),[],[[new Terminal("nästa")]]), new Rule(7, new FunApp("Next",[]),[],[[new Terminal("nästas")]]), new Rule(6, new FunApp("Next",[]),[],[[new Terminal("nästare")]]), new Rule(5, new FunApp("Next",[]),[],[[new Terminal("nästares")]]), new Rule(4, new FunApp("Next",[]),[],[[new Terminal("nästast")]]), new Rule(3, new FunApp("Next",[]),[],[[new Terminal("nästasts")]]), new Rule(2, new FunApp("Next",[]),[],[[new Terminal("nästaste")]]), new Rule(1, new FunApp("Next",[]),[],[[new Terminal("nästastes")]]), new Rule(30, new FunApp("Language",[]),[],[[new Terminal("språk")]]), new Rule(83, new FunApp("Language",[]),[],[[new Terminal("språks")]]), new Rule(33, new FunApp("Language",[]),[],[[new Terminal("språket")]]), new Rule(82, new FunApp("Language",[]),[],[[new Terminal("språkets")]]), new Rule(81, new FunApp("Language",[]),[],[[new Terminal("språk")]]), new Rule(80, new FunApp("Language",[]),[],[[new Terminal("språks")]]), new Rule(79, new FunApp("Language",[]),[],[[new Terminal("språken")]]), new Rule(78, new FunApp("Language",[]),[],[[new Terminal("språkens")]]), new Rule(25, new FunApp("Label",[new Arg(0)]),[96],[[new ArgProj(0, 0)]]), new Rule(96, new Arg(0),[30],[[new ArgProj(0, 0)]]), new Rule(96, new Arg(0),[24],[[new ArgProj(0, 0)]]), new Rule(24, new FunApp("Italian",[]),[],[[new Terminal("Italienska")]]), new Rule(23, new FunApp("Italian",[]),[],[[new Terminal("Italienskas")]]), new Rule(22, new FunApp("Italian",[]),[],[[new Terminal("Italienskan")]]), new Rule(21, new FunApp("Italian",[]),[],[[new Terminal("Italienskans")]]), new Rule(20, new FunApp("Italian",[]),[],[[new Terminal("Italienskor")]]), new Rule(19, new FunApp("Italian",[]),[],[[new Terminal("Italienskors")]]), new Rule(18, new FunApp("Italian",[]),[],[[new Terminal("Italienskorna")]]), new Rule(17, new FunApp("Italian",[]),[],[[new Terminal("Italienskornas")]]), new Rule(30, new FunApp("Integer_N",[]),[],[[new Terminal("heltal")]]), new Rule(83, new FunApp("Integer_N",[]),[],[[new Terminal("heltals")]]), new Rule(33, new FunApp("Integer_N",[]),[],[[new Terminal("heltalet")]]), new Rule(82, new FunApp("Integer_N",[]),[],[[new Terminal("heltalets")]]), new Rule(81, new FunApp("Integer_N",[]),[],[[new Terminal("heltal")]]), new Rule(80, new FunApp("Integer_N",[]),[],[[new Terminal("heltals")]]), new Rule(79, new FunApp("Integer_N",[]),[],[[new Terminal("heltalen")]]), new Rule(78, new FunApp("Integer_N",[]),[],[[new Terminal("heltalens")]]), new Rule(95, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(94, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(39, new FunApp("IndefSgDet",[]),[],[[new Terminal("en")]]), new Rule(46, new FunApp("IndefSgDet",[]),[],[[new Terminal("ett")]]), new Rule(93, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(92, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(26, new FunApp("IndefSgDet",[]),[],[[new Terminal("en")]]), new Rule(31, new FunApp("IndefSgDet",[]),[],[[new Terminal("ett")]]), new Rule(91, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(90, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(89, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(88, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(87, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(86, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(85, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(84, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(95, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(94, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(39, new FunApp("IndefPlDet",[]),[],[[new Terminal("en")]]), new Rule(46, new FunApp("IndefPlDet",[]),[],[[new Terminal("ett")]]), new Rule(93, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(92, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(26, new FunApp("IndefPlDet",[]),[],[[new Terminal("en")]]), new Rule(31, new FunApp("IndefPlDet",[]),[],[[new Terminal("ett")]]), new Rule(91, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(90, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(89, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(88, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(87, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(86, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(85, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(84, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(24, new FunApp("German",[]),[],[[new Terminal("Tyska")]]), new Rule(23, new FunApp("German",[]),[],[[new Terminal("Tyskas")]]), new Rule(22, new FunApp("German",[]),[],[[new Terminal("Tyskan")]]), new Rule(21, new FunApp("German",[]),[],[[new Terminal("Tyskans")]]), new Rule(20, new FunApp("German",[]),[],[[new Terminal("Tyskor")]]), new Rule(19, new FunApp("German",[]),[],[[new Terminal("Tyskors")]]), new Rule(18, new FunApp("German",[]),[],[[new Terminal("Tyskorna")]]), new Rule(17, new FunApp("German",[]),[],[[new Terminal("Tyskornas")]]), new Rule(24, new FunApp("French",[]),[],[[new Terminal("Franska")]]), new Rule(23, new FunApp("French",[]),[],[[new Terminal("Franskas")]]), new Rule(22, new FunApp("French",[]),[],[[new Terminal("Franskan")]]), new Rule(21, new FunApp("French",[]),[],[[new Terminal("Franskans")]]), new Rule(20, new FunApp("French",[]),[],[[new Terminal("Franskor")]]), new Rule(19, new FunApp("French",[]),[],[[new Terminal("Franskors")]]), new Rule(18, new FunApp("French",[]),[],[[new Terminal("Franskorna")]]), new Rule(17, new FunApp("French",[]),[],[[new Terminal("Franskornas")]]), new Rule(30, new FunApp("Float_N",[]),[],[[new Terminal("flyttal")]]), new Rule(83, new FunApp("Float_N",[]),[],[[new Terminal("flyttals")]]), new Rule(33, new FunApp("Float_N",[]),[],[[new Terminal("flyttalet")]]), new Rule(82, new FunApp("Float_N",[]),[],[[new Terminal("flyttalets")]]), new Rule(81, new FunApp("Float_N",[]),[],[[new Terminal("flyttal")]]), new Rule(80, new FunApp("Float_N",[]),[],[[new Terminal("flyttals")]]), new Rule(79, new FunApp("Float_N",[]),[],[[new Terminal("flyttalen")]]), new Rule(78, new FunApp("Float_N",[]),[],[[new Terminal("flyttalens")]]), new Rule(24, new FunApp("Finnish",[]),[],[[new Terminal("Finska")]]), new Rule(23, new FunApp("Finnish",[]),[],[[new Terminal("Finskas")]]), new Rule(22, new FunApp("Finnish",[]),[],[[new Terminal("Finskan")]]), new Rule(21, new FunApp("Finnish",[]),[],[[new Terminal("Finskans")]]), new Rule(20, new FunApp("Finnish",[]),[],[[new Terminal("Finskor")]]), new Rule(19, new FunApp("Finnish",[]),[],[[new Terminal("Finskors")]]), new Rule(18, new FunApp("Finnish",[]),[],[[new Terminal("Finskorna")]]), new Rule(17, new FunApp("Finnish",[]),[],[[new Terminal("Finskornas")]]), new Rule(25, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[44, 30],[[new Terminal("det"), new Terminal("finns"), new Terminal("inte"), new Terminal("ett"), new ArgProj(0, 0), new ArgProj(1, 0)]]), new Rule(25, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[37, 24],[[new Terminal("det"), new Terminal("finns"), new Terminal("inte"), new Terminal("en"), new ArgProj(0, 0), new ArgProj(1, 0)]]), new Rule(65, new FunApp("Enter",[]),[],[[new Terminal("Skriver")]]), new Rule(64, new FunApp("Enter",[]),[],[[new Terminal("Skrivs")]]), new Rule(63, new FunApp("Enter",[]),[],[[new Terminal("Skriv")]]), new Rule(62, new FunApp("Enter",[]),[],[[new Terminal("Skrivs")]]), new Rule(61, new FunApp("Enter",[]),[],[[new Terminal("Skriva")]]), new Rule(60, new FunApp("Enter",[]),[],[[new Terminal("Skrivas")]]), new Rule(59, new FunApp("Enter",[]),[],[[new Terminal("Skrivd")]]), new Rule(58, new FunApp("Enter",[]),[],[[new Terminal("Skrivds")]]), new Rule(57, new FunApp("Enter",[]),[],[[new Terminal("Skrivt")]]), new Rule(56, new FunApp("Enter",[]),[],[[new Terminal("Skrivts")]]), new Rule(55, new FunApp("Enter",[]),[],[[new Terminal("Skrivda")]]), new Rule(54, new FunApp("Enter",[]),[],[[new Terminal("Skrivdas")]]), new Rule(53, new FunApp("Enter",[]),[],[[new Terminal("Skrivda")]]), new Rule(52, new FunApp("Enter",[]),[],[[new Terminal("Skrivdas")]]), new Rule(51, new FunApp("Enter",[]),[],[[new Terminal("Skrivda")]]), new Rule(50, new FunApp("Enter",[]),[],[[new Terminal("Skrivdas")]]), new Rule(49, new FunApp("Enter",[]),[],[[]]), new Rule(24, new FunApp("English",[]),[],[[new Terminal("Engelska")]]), new Rule(23, new FunApp("English",[]),[],[[new Terminal("Engelskas")]]), new Rule(22, new FunApp("English",[]),[],[[new Terminal("Engelskan")]]), new Rule(21, new FunApp("English",[]),[],[[new Terminal("Engelskans")]]), new Rule(20, new FunApp("English",[]),[],[[new Terminal("Engelskor")]]), new Rule(19, new FunApp("English",[]),[],[[new Terminal("Engelskors")]]), new Rule(18, new FunApp("English",[]),[],[[new Terminal("Engelskorna")]]), new Rule(17, new FunApp("English",[]),[],[[new Terminal("Engelskornas")]]), new Rule(65, new FunApp("Delete",[]),[],[[new Terminal("Raderar")]]), new Rule(64, new FunApp("Delete",[]),[],[[new Terminal("Raderas")]]), new Rule(63, new FunApp("Delete",[]),[],[[new Terminal("Radera")]]), new Rule(62, new FunApp("Delete",[]),[],[[new Terminal("Raderas")]]), new Rule(61, new FunApp("Delete",[]),[],[[new Terminal("Radera")]]), new Rule(60, new FunApp("Delete",[]),[],[[new Terminal("Raderas")]]), new Rule(59, new FunApp("Delete",[]),[],[[new Terminal("Raderad")]]), new Rule(58, new FunApp("Delete",[]),[],[[new Terminal("Raderads")]]), new Rule(57, new FunApp("Delete",[]),[],[[new Terminal("Raderat")]]), new Rule(56, new FunApp("Delete",[]),[],[[new Terminal("Raderats")]]), new Rule(55, new FunApp("Delete",[]),[],[[new Terminal("Raderade")]]), new Rule(54, new FunApp("Delete",[]),[],[[new Terminal("Raderades")]]), new Rule(53, new FunApp("Delete",[]),[],[[new Terminal("Raderade")]]), new Rule(52, new FunApp("Delete",[]),[],[[new Terminal("Raderades")]]), new Rule(51, new FunApp("Delete",[]),[],[[new Terminal("Raderade")]]), new Rule(50, new FunApp("Delete",[]),[],[[new Terminal("Raderades")]]), new Rule(49, new FunApp("Delete",[]),[],[[]]), new Rule(77, new FunApp("DefSgDet",[]),[],[[new Terminal("den")]]), new Rule(76, new FunApp("DefSgDet",[]),[],[[new Terminal("det")]]), new Rule(43, new FunApp("DefSgDet",[]),[],[[new Terminal("den")]]), new Rule(48, new FunApp("DefSgDet",[]),[],[[new Terminal("det")]]), new Rule(75, new FunApp("DefSgDet",[]),[],[[new Terminal("den")]]), new Rule(74, new FunApp("DefSgDet",[]),[],[[new Terminal("det")]]), new Rule(29, new FunApp("DefSgDet",[]),[],[[]]), new Rule(34, new FunApp("DefSgDet",[]),[],[[]]), new Rule(73, new FunApp("DefSgDet",[]),[],[[new Terminal("de")]]), new Rule(72, new FunApp("DefSgDet",[]),[],[[new Terminal("de")]]), new Rule(71, new FunApp("DefSgDet",[]),[],[[new Terminal("de")]]), new Rule(70, new FunApp("DefSgDet",[]),[],[[new Terminal("de")]]), new Rule(69, new FunApp("DefSgDet",[]),[],[[new Terminal("de")]]), new Rule(68, new FunApp("DefSgDet",[]),[],[[new Terminal("de")]]), new Rule(67, new FunApp("DefSgDet",[]),[],[[]]), new Rule(66, new FunApp("DefSgDet",[]),[],[[]]), new Rule(77, new FunApp("DefPlDet",[]),[],[[new Terminal("den")]]), new Rule(76, new FunApp("DefPlDet",[]),[],[[new Terminal("det")]]), new Rule(43, new FunApp("DefPlDet",[]),[],[[new Terminal("den")]]), new Rule(48, new FunApp("DefPlDet",[]),[],[[new Terminal("det")]]), new Rule(75, new FunApp("DefPlDet",[]),[],[[new Terminal("den")]]), new Rule(74, new FunApp("DefPlDet",[]),[],[[new Terminal("det")]]), new Rule(29, new FunApp("DefPlDet",[]),[],[[]]), new Rule(34, new FunApp("DefPlDet",[]),[],[[]]), new Rule(73, new FunApp("DefPlDet",[]),[],[[new Terminal("de")]]), new Rule(72, new FunApp("DefPlDet",[]),[],[[new Terminal("de")]]), new Rule(71, new FunApp("DefPlDet",[]),[],[[new Terminal("de")]]), new Rule(70, new FunApp("DefPlDet",[]),[],[[new Terminal("de")]]), new Rule(69, new FunApp("DefPlDet",[]),[],[[new Terminal("de")]]), new Rule(68, new FunApp("DefPlDet",[]),[],[[new Terminal("de")]]), new Rule(67, new FunApp("DefPlDet",[]),[],[[]]), new Rule(66, new FunApp("DefPlDet",[]),[],[[]]), new Rule(24, new FunApp("Danish",[]),[],[[new Terminal("Danska")]]), new Rule(23, new FunApp("Danish",[]),[],[[new Terminal("Danskas")]]), new Rule(22, new FunApp("Danish",[]),[],[[new Terminal("Danskan")]]), new Rule(21, new FunApp("Danish",[]),[],[[new Terminal("Danskans")]]), new Rule(20, new FunApp("Danish",[]),[],[[new Terminal("Danskor")]]), new Rule(19, new FunApp("Danish",[]),[],[[new Terminal("Danskors")]]), new Rule(18, new FunApp("Danish",[]),[],[[new Terminal("Danskorna")]]), new Rule(17, new FunApp("Danish",[]),[],[[new Terminal("Danskornas")]]), new Rule(65, new FunApp("Cut",[]),[],[[new Terminal("Klipper")]]), new Rule(64, new FunApp("Cut",[]),[],[[new Terminal("Klipps")]]), new Rule(63, new FunApp("Cut",[]),[],[[new Terminal("Klipp")]]), new Rule(62, new FunApp("Cut",[]),[],[[new Terminal("Klipps")]]), new Rule(61, new FunApp("Cut",[]),[],[[new Terminal("Klippa")]]), new Rule(60, new FunApp("Cut",[]),[],[[new Terminal("Klippas")]]), new Rule(59, new FunApp("Cut",[]),[],[[new Terminal("Klippt")]]), new Rule(58, new FunApp("Cut",[]),[],[[new Terminal("Klippts")]]), new Rule(57, new FunApp("Cut",[]),[],[[new Terminal("Klippt")]]), new Rule(56, new FunApp("Cut",[]),[],[[new Terminal("Klippts")]]), new Rule(55, new FunApp("Cut",[]),[],[[new Terminal("Klippta")]]), new Rule(54, new FunApp("Cut",[]),[],[[new Terminal("Klipptas")]]), new Rule(53, new FunApp("Cut",[]),[],[[new Terminal("Klippta")]]), new Rule(52, new FunApp("Cut",[]),[],[[new Terminal("Klipptas")]]), new Rule(51, new FunApp("Cut",[]),[],[[new Terminal("Klippta")]]), new Rule(50, new FunApp("Cut",[]),[],[[new Terminal("Klipptas")]]), new Rule(49, new FunApp("Cut",[]),[],[[new Terminal("ut")]]), new Rule(65, new FunApp("Copy",[]),[],[[new Terminal("Kopierar")]]), new Rule(64, new FunApp("Copy",[]),[],[[new Terminal("Kopieras")]]), new Rule(63, new FunApp("Copy",[]),[],[[new Terminal("Kopiera")]]), new Rule(62, new FunApp("Copy",[]),[],[[new Terminal("Kopieras")]]), new Rule(61, new FunApp("Copy",[]),[],[[new Terminal("Kopiera")]]), new Rule(60, new FunApp("Copy",[]),[],[[new Terminal("Kopieras")]]), new Rule(59, new FunApp("Copy",[]),[],[[new Terminal("Kopierad")]]), new Rule(58, new FunApp("Copy",[]),[],[[new Terminal("Kopierads")]]), new Rule(57, new FunApp("Copy",[]),[],[[new Terminal("Kopierat")]]), new Rule(56, new FunApp("Copy",[]),[],[[new Terminal("Kopierats")]]), new Rule(55, new FunApp("Copy",[]),[],[[new Terminal("Kopierade")]]), new Rule(54, new FunApp("Copy",[]),[],[[new Terminal("Kopierades")]]), new Rule(53, new FunApp("Copy",[]),[],[[new Terminal("Kopierade")]]), new Rule(52, new FunApp("Copy",[]),[],[[new Terminal("Kopierades")]]), new Rule(51, new FunApp("Copy",[]),[],[[new Terminal("Kopierade")]]), new Rule(50, new FunApp("Copy",[]),[],[[new Terminal("Kopierades")]]), new Rule(49, new FunApp("Copy",[]),[],[[]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[36, 48, 40, 33],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0), new Terminal("dig")]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[36, 47, 40, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0), new Terminal("dig")]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[36, 46, 44, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0), new Terminal("dig")]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[36, 43, 40, 22],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0), new Terminal("dig")]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[36, 42, 40, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0), new Terminal("dig")]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[36, 39, 37, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0), new Terminal("dig")]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[35, 48, 40, 33],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[35, 47, 40, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[35, 46, 44, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[35, 43, 40, 22],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[35, 42, 40, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[35, 39, 37, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[27, 48, 40, 33],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[27, 47, 40, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[27, 46, 44, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(44, new Arg(0),[14],[[new ArgProj(0, 0)]]), new Rule(44, new Arg(0),[45],[[new ArgProj(0, 0)]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[27, 43, 40, 22],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[27, 42, 40, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(40, new Arg(0),[10],[[new ArgProj(0, 0)]]), new Rule(40, new Arg(0),[41],[[new ArgProj(0, 0)]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[27, 39, 37, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(37, new Arg(0),[16],[[new ArgProj(0, 0)]]), new Rule(37, new Arg(0),[38],[[new ArgProj(0, 0)]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[36, 34, 33],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("dig")]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[36, 32, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("dig")]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[36, 31, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("dig")]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[36, 29, 22],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("dig")]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[36, 28, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("dig")]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[36, 26, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("dig")]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[35, 34, 33],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[35, 32, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[35, 31, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[35, 29, 22],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[35, 28, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[35, 26, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[27, 34, 33],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[27, 32, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[27, 31, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[27, 29, 22],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[27, 28, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[27, 26, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(24, new FunApp("Bulgarian",[]),[],[[new Terminal("Bulgariska")]]), new Rule(23, new FunApp("Bulgarian",[]),[],[[new Terminal("Bulgariskas")]]), new Rule(22, new FunApp("Bulgarian",[]),[],[[new Terminal("Bulgariskan")]]), new Rule(21, new FunApp("Bulgarian",[]),[],[[new Terminal("Bulgariskans")]]), new Rule(20, new FunApp("Bulgarian",[]),[],[[new Terminal("Bulgariskor")]]), new Rule(19, new FunApp("Bulgarian",[]),[],[[new Terminal("Bulgariskors")]]), new Rule(18, new FunApp("Bulgarian",[]),[],[[new Terminal("Bulgariskorna")]]), new Rule(17, new FunApp("Bulgarian",[]),[],[[new Terminal("Bulgariskornas")]]), new Rule(16, new FunApp("Available",[]),[],[[new Terminal("tillgänglig")]]), new Rule(15, new FunApp("Available",[]),[],[[new Terminal("tillgängligs")]]), new Rule(14, new FunApp("Available",[]),[],[[new Terminal("tillgängligt")]]), new Rule(13, new FunApp("Available",[]),[],[[new Terminal("tillgängligts")]]), new Rule(12, new FunApp("Available",[]),[],[[new Terminal("tillgängliga")]]), new Rule(11, new FunApp("Available",[]),[],[[new Terminal("tillgängligas")]]), new Rule(10, new FunApp("Available",[]),[],[[new Terminal("tillgängliga")]]), new Rule(9, new FunApp("Available",[]),[],[[new Terminal("tillgängligas")]]), new Rule(8, new FunApp("Available",[]),[],[[new Terminal("tillgängliga")]]), new Rule(7, new FunApp("Available",[]),[],[[new Terminal("tillgängligas")]]), new Rule(6, new FunApp("Available",[]),[],[[new Terminal("tillgängligare")]]), new Rule(5, new FunApp("Available",[]),[],[[new Terminal("tillgängligares")]]), new Rule(4, new FunApp("Available",[]),[],[[new Terminal("tillgängligast")]]), new Rule(3, new FunApp("Available",[]),[],[[new Terminal("tillgängligasts")]]), new Rule(2, new FunApp("Available",[]),[],[[new Terminal("tillgängligaste")]]), new Rule(1, new FunApp("Available",[]),[],[[new Terminal("tillgängligastes")]])],{Adjective:[37, 38, 16, 15, 44, 45, 14, 13, 12, 11, 40, 41, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1], Determiner:[95, 77, 91, 73, 93, 75, 87, 69, 39, 42, 43, 89, 71, 26, 28, 29, 85, 67, 94, 76, 90, 72, 92, 74, 86, 68, 46, 47, 48, 88, 70, 31, 32, 34, 84, 66], Float:[-3], Int:[-2], Noun:[96, 24, 30, 20, 81, 22, 33, 18, 79, 23, 83, 19, 80, 21, 82, 17, 78], Sentence:[25], String:[-1], Verb:[65, 49, 27, 36, 35, 64, 63, 62, 61, 60, 59, 58, 57, 56, 55, 54, 53, 52, 51, 50], _Var:[-4]}))}); diff --git a/deprecated/old-lib/javascript/empty.png b/deprecated/old-lib/javascript/empty.png new file mode 100644 index 000000000..35d9875df Binary files /dev/null and b/deprecated/old-lib/javascript/empty.png differ diff --git a/deprecated/old-lib/javascript/gfjseditor.js b/deprecated/old-lib/javascript/gfjseditor.js new file mode 100644 index 000000000..5deb86160 --- /dev/null +++ b/deprecated/old-lib/javascript/gfjseditor.js @@ -0,0 +1,1267 @@ + +//Variable and Constant definitions + +var expColImg = new Array(2); +expColImg[0] = new Image(12,12); +expColImg[0].src = "minus.png"; +expColImg[1] = new Image(12,12); +expColImg[1].src = "plus.png"; +expColImg[2] = new Image(12,12); +expColImg[2].src = "empty.png"; + +// Grammars +var grammar = undefined; +var editorGrammar = Editor; + +var selectedLanguage = "EditorEng"; +var selectedNode = ""; +var collapseBuffer = new Array(); +var abstractTree = new Fun ("?"); + +var navigationControlString = new Array(); +var undoArray = new Array(); +var redoArray = new Array(); +var clipBoard; +var refPageCounter = 0; + +var stringAbstractTree = undefined; +var myTree = undefined; +var parseTrees = undefined; + +var keys = new Array(); +keys ["Z"] = function() { clickUndo('actUndo'); } +keys ["Y"] = function() { clickRedo('actRedo'); } +keys ["R"] = function() { clickRefine('actRefine'); }; +keys ["V"] = function() { clickPaste('actPaste'); }; +keys ["X"] = function() { clickCut('actCut'); }; +keys ["C"] = function() { clickCopy('actCopy'); }; +keys ["D"] = function() { clickDelete('actDelete'); }; +keys ["E"] = function() { clickReplace('actReplace'); }; +keys ["W"] = function() { clickWrap('actWrap'); }; +keys ["P"] = function() { clickParse('actParse'); }; +keys ["N"] = function() { clickRandomNode('actRandomNode'); }; +keys ["T"] = function() { clickRandomTree('actRandomTree'); }; +keys ["%"] = function() { leftArrowKey(); }; +keys ["&"] = function() { upDownArrowKey(-1); }; +keys ["'"] = function() { rightArrowKey(); }; +keys ["("] = function() { upDownArrowKey( 1); }; +keys ["27"] = function() { clickEsc(); }; + +function state(selectedNode, tree, collapseBuffer) { + this.selectedNode = selectedNode; + this.tree = grammar.abstract.copyTree(tree); + this.collapseBuffer = collapseBuffer; + return this; +} + +function treeNode(name, caption) { + this.name = name; + this.caption = caption; + this.cat = ""; + this.children = new Array(); + this.collapsed = false; + return this; +} + +treeNode.prototype.addChild = function (i, c) { + this.children[i] = c; +} + +treeNode.prototype.hasChildren = function() { + return this.children.length; +} + +/* -------------------------------------------------------------------------- */ +/* ----------------------------- GUI functions ----------------------------- */ +/* -------------------------------------------------------------------------- */ + + +// Creates an instance of the editor and stores it in the given HTML container. +// Previous content is destroyed. +function mkEditor(container, myGrammar) { + grammar = myGrammar; + myTree = treeFromAbstract(grammar.abstract.annotate(abstractTree, grammar.abstract.startcat), "0"); + var holder = document.getElementById(container); + holder.innerHTML = "
    "; + nodeClick('0', '?'); +} + +// Generates a tree from the string representation of an abstract tree contained in the element elementToParse +function parseStringTree(elementToParse) { + stringAbstractTree = elementToParse; + abstractTree = grammar.abstract.handleLiterals(grammar.abstract.parseTree(document.getElementById(elementToParse).value, grammar.abstract.startcat)); + myTree = treeFromAbstract(abstractTree, "0"); + nodeClick("0"); +} + +// If a key is pressed and a function assigned to that key, calls the function +function hotKeys(event) { + event = (event) ? event : ((window.event) ? event : null); + if (event) { + var charCode = (event.charCode) ? event.charCode : ((event.which) ? event.which : event.keyCode); + if (keys[String.fromCharCode(charCode).toUpperCase()] && + !event.ctrlKey && !event.altKey && !event.shiftKey && !event.metaKey) { + keys[String.fromCharCode(charCode).toUpperCase()](); + } + else if (keys["" + charCode] && + !event.ctrlKey && !event.altKey && !event.shiftKey && !event.metaKey) { + keys["" + charCode](); + } + else if (charCode >= "96" && charCode <= "105" && + !event.ctrlKey && !event.altKey && !event.shiftKey && !event.metaKey) { + keys["" + (charCode - 96)](); + } + } +} + +// Clears "numeric" hotkeys +function clearHotKeys() { + for (var key in keys) { + if ((parseInt(key) + 1) && (key != "27")) { keys[key] = function() { }; } + } +} + +// Action to be performed when the up/down arrow key is pressed +function upDownArrowKey(pos) { + var nodePos = getNavPos(selectedNode); + if ((nodePos > 0 && pos < 0) || (nodePos < navigationControlString.length - 1 && pos > 0)) { + nodeClick(navigationControlString[nodePos + pos]); + } +} + +// Gets the position of a given node in the navigationControlString +function getNavPos(nodeName) { + for (var i = 0, j = navigationControlString.length; i < j; i++) { + if (navigationControlString[i] == nodeName) { return i; }; + } + return undefined; +} + +// Given a name and a tree, gets the node in the tree with that name +function getNode(nodeName, node) { + if (nodeName == node.name) { + return node; + } + else { + for (var i = 0, j = node.children.length; i < j; i++) { + var found = getNode(nodeName, node.children[i]); + if (found) { return found; } + } + } +} + +// Action to be performed when the left arrow key is pressed +function leftArrowKey() { + var node = getNode(selectedNode, myTree); + if (!node.collapsed && node.hasChildren()) { + signClick(node.name, node.caption); + } + else { + var parentNode = getParent(node.name, myTree); + if (parentNode) { nodeClick(parentNode.name); } + } +} + +// Gets the parent of the selected node +function getParent(nodeName, node) { + if (node.name == nodeName) { + return undefined; + } + else { + for (var i = 0, j = node.children.length; i < j; i++) { + if (node.children[i].name == nodeName) { return node; } + } + for (var i = 0, j = node.children.length; i < j; i++) { + var found = getParent(nodeName, node.children[i]); + if (found) { return found; } + } + } +} + +// Action to be performed when the right arrow key is pressed +function rightArrowKey() { + var node = getNode(selectedNode, myTree); + if (node.collapsed) { + signClick(node.name, node.caption); + } + else { + var firstDescendant = getfirstDescendant(node); + if (firstDescendant) { + nodeClick(firstDescendant.name); + } + } +} + +// Gets the first descendant child of a node +function getfirstDescendant(node) { + if (node.hasChildren() && !node.collapsed) { return node.children[0]; } + return undefined; +} + +// Produces and displays an HTML representation of the tree +function drawTree() { + var frame = document.getElementById("absFrame"); + navigationControlString = new Array(); + frame.innerHTML = "
      " + getTree(myTree, 0) + "
    "; + document.getElementById("link" + selectedNode).scrollIntoView(false); +} + +// Produces an HTML representation of the tree +function getTree(tree, level) { + navigationControlString[navigationControlString.length] = tree.name; + var htmlTree = new Array(); + htmlTree.push("
  • "); + if (tree.hasChildren()) { + htmlTree.push(""); + } + else { + htmlTree.push(""); + } + htmlTree.push(""); + if (tree.cat == "String" || tree.cat == "Int" || tree.cat == "Float") { + htmlTree.push(tree.caption.substring(tree.caption.lastIndexOf("_") + 1)); + } else { + htmlTree.push(tree.caption); + } + htmlTree.push(" : ", tree.cat, "
    • "); + if (tree.hasChildren() && !tree.collapsed) { + for (var i = 0, j = tree.children.length; i < j; i++) { + htmlTree.push(getTree(tree.children[i], level + 1)); + } + } + htmlTree.push("
    "); + return htmlTree.join(""); +} + +// Linearizes and displays the abstract tree +function drawLinearizedFrame() { + var frame = document.getElementById("conFrame"); + frame.innerHTML = getLinearizedFrame(); +} + +// Linearizes the abstract tree and returns it in HTML form +function getLinearizedFrame() { + var linearizedFrame = new Array(); + for (var i in grammar.concretes) { + linearizedFrame.push("

    ", i, "

    "); + linearizedFrame.push("

    "); + var tokens = grammar.concretes[i].tagAndLinearize(abstractTree); + for (var j = 0, k = tokens.length; j < k; j++) { + linearizedFrame.push(createLinearized(tokens[j])); + } + linearizedFrame.push("

    "); + } + linearizedFrame.push("

    Abstract

    "); + linearizedFrame.push("

    ", createLinearizedFromAbstract(myTree, "0"), "

    "); + return linearizedFrame.join(""); +} + +// Creates an HTML representation of a linearization of an abstract tree +function createLinearized(token) { + var node = getNode(token.tag, myTree); + var linearized = new Array() + linearized.push(""); } + else { linearized.push(" onclick='nodeClick(\"", node.name, "\");'> ", token, " "); } + return linearized.join(""); +} + +// Creates an HTML representation of the abstract tree +function createLinearizedFromAbstract(node, path, prec) { + var linearized = new Array(); + linearized.push(""); + if (node.children.length) { linearized.push(" ("); } + if (node.cat == "String" || node.cat == "Int" || node.cat == "Float") { + linearized.push(" ", node.caption.substring(node.caption.lastIndexOf("_") + 1), " "); + } else { + linearized.push(" ", node.caption, " "); + } + for (var i = 0, j = node.children.length; i < j; i++) { + linearized.push(createLinearizedFromAbstract(node.children[i], path + "-" + i, 1)); + } + if (node.children.length) { linearized.push(") "); } + linearized.push(""); + return linearized.join(""); +} + +// Expands/Collapses node +function signClick(name, caption) { + myTree = expandCollapse(myTree, name); + nodeClick(name); +} + +// Sets the "collapsed" property of a given node +function expandCollapse(node, name) { + if (node.name == name) { + if (wasCollapsed(node.name)) { removeFromCollapseBuffer(node.name); } + else { collapseBuffer[collapseBuffer.length] = node.name; } + node.collapsed ^= true; + } + else { + for (var i = 0, j = node.children.length; i < j; i++) { + expandCollapse(node.children[i], name); + } + } + return node; +} + +// Checks if a node was collapsed on the previous cycle +function wasCollapsed(nodeName) { + for (var i = 0, j = collapseBuffer.length; i < j; i++) { + if (nodeName == collapseBuffer[i]) { + return true; + } + } + return false; +} + +// Removes a node from the collapseBuffer array +function removeFromCollapseBuffer(nodeName) { + var newBuffer = new Array(); + for (var i = 0, j = collapseBuffer.length; i < j; i++) { + if (nodeName != collapseBuffer[i]) { + newBuffer[newBuffer.length] = collapseBuffer[i]; + } + } + collapseBuffer = newBuffer; +} + +// Selects a node +function nodeClick(name) { + if ((document.getElementById("actRefine") && document.getElementById("actRefine").className == "selected") || + (document.getElementById("actReplace") && document.getElementById("actReplace").className == "selected") || + (document.getElementById("actWrap") && document.getElementById("actWrap").className == "selected") || + (document.getElementById("actTree") && document.getElementById("actTree").className == "selected")) { + return; } + selectedNode = name; + if (stringAbstractTree) { + document.getElementById(stringAbstractTree).value = abstractTree.show(); + } + document.getElementById("actFrame").innerHTML = showActions(); + document.getElementById("refFrame").innerHTML = ""; + document.getElementById("messageFrame").innerHTML = showLanguages(); + document.getElementById(selectedLanguage).className = "selected"; + applyLanguage(); + drawTree(); + drawLinearizedFrame(); +} + +// Shows the available languages for the editor +function showLanguages() { + var languages = new Array(); + languages.push("", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "
    BulgarianDanishEnglishFinnishFrenchGermanItalianNorwegianRussianSpanishSwedish
    "); + return languages.join(""); +} + +// Selects the language to use in the editor +function clickLanguage(lang) { + if (lang) { + var tdsToClear = document.getElementById("languagesTable").getElementsByTagName("td"); + for (var i = 0, j = tdsToClear.length; i < j; i++) { + if (tdsToClear[i].className == "selected") { tdsToClear[i].className = "language"; } + } + document.getElementById(lang).className = "selected"; + selectedLanguage = lang; + applyLanguage(); + } +} + +// Applies a language to the editor +function applyLanguage() { + var langsToLinearize = document.getElementById("languagesTable").getElementsByTagName("td"); + for (var i = 0, j = langsToLinearize.length; i < j; i++) { + var absStr = langsToLinearize[i].getAttribute("title"); + var lin = editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree(absStr, editorGrammar.abstract.startcat)); + lin = lin.substring(0,1).toUpperCase().concat(lin.substring(1)) + if (!langsToLinearize[i].firstChild) { + var txt = document.createTextNode(lin); + langsToLinearize[i].appendChild(txt); + } + else { + langsToLinearize[i].firstChild.nodeValue = lin; + } + } + var actionsToLinearize = document.getElementById("actionsTable").getElementsByTagName("td"); + for (var i = 0, j = actionsToLinearize.length; i < j; i++) { + if (actionsToLinearize[i].className == "action") { + var absStr = actionsToLinearize[i].getAttribute("title"); + var lin = editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree(absStr, editorGrammar.abstract.startcat)); + lin = lin.substring(0,1).toUpperCase().concat(lin.substring(1)) + if (!actionsToLinearize[i].firstChild) { + var txt = document.createTextNode(lin); + actionsToLinearize[i].appendChild(txt); + } + else { + actionsToLinearize[i].firstChild.nodeValue = lin; + } + } + } + var messageToLinearize = document.getElementById("refgenRefRandom"); + if (messageToLinearize) { + var msg = editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree("RandomlyCommand Select IndefSgDet Refinement", editorGrammar.abstract.startcat)); + messageToLinearize.firstChild.firstChild.nodeValue = msg.substring(0,1).toUpperCase().concat(msg.substring(1)); + } + var messageToLinearize = document.getElementById("nextRefsNext"); + if (messageToLinearize) { + var msg = editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree("CommandAdj Show DefSgDet Next Page", editorGrammar.abstract.startcat)); + messageToLinearize.firstChild.firstChild.nodeValue = msg.substring(0,1).toUpperCase().concat(msg.substring(1)); + } + messageToLinearize = document.getElementById("nextRefsPrevious"); + if (messageToLinearize) { + var msg = editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree("CommandAdj Show DefSgDet Previous Page", editorGrammar.abstract.startcat)); + messageToLinearize.firstChild.firstChild.nodeValue = msg.substring(0,1).toUpperCase().concat(msg.substring(1)); + } + var messageToLinearize = document.getElementById("nextWrapsNext"); + if (messageToLinearize) { + var msg = editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree("CommandAdj Show DefSgDet Next Page", editorGrammar.abstract.startcat)); + messageToLinearize.firstChild.firstChild.nodeValue = msg.substring(0,1).toUpperCase().concat(msg.substring(1)); + } + messageToLinearize = document.getElementById("nextWrapsPrevious"); + if (messageToLinearize) { + var msg = editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree("CommandAdj Show DefSgDet Previous Page", editorGrammar.abstract.startcat)); + messageToLinearize.firstChild.firstChild.nodeValue = msg.substring(0,1).toUpperCase().concat(msg.substring(1)); + } +} + +// Shows the available actions for a node +function showActions(caption) { + var node = getNode(selectedNode, myTree); + var abstractNode = getNodeFromAbstract(abstractTree, node.name, "0"); + var actions = new Array(); + actions.push(""); + if (undoArray.length) { + actions.push(createAction("Undo", "action", "SingleWordCommand Undo", "Z")); } + else { actions.push(createAction("Undo", "unavailable", "SingleWordCommand Undo", "Z")); }; + if (redoArray.length) { + actions.push(createAction("Redo", "action", "SingleWordCommand Redo", "Y")); } + else { actions.push(createAction("Redo", "unavailable", "SingleWordCommand Redo", "Y")); } + if (node.caption == "?") { + actions.push(createAction("Cut", "unavailable", "SingleWordCommand Cut", "X")); + actions.push(createAction("Copy", "unavailable", "SingleWordCommand Copy", "C")); + var AbsNodeType = abstractNode.type; + if (clipBoard && (AbsNodeType == grammar.abstract.getCat(clipBoard.name))) { + actions.push(createAction("Paste", "action", "SingleWordCommand Paste", "V")); + } + else { actions.push(createAction("Paste", "unavailable", "SingleWordCommand Paste", "V")); } + actions.push(createAction("Delete", "unavailable", "SingleWordCommand Delete", "D")); + actions.push(createAction("Refine", "action", "SingleWordCommand Refine", "R")); + actions.push(createAction("Replace", "unavailable", "SingleWordCommand Replace", "E")); + actions.push(createAction("Wrap", "unavailable", "SingleWordCommand Wrap", "W")); + for (var i in grammar.concretes) { + if (grammar.concretes[i].parser) { + actions.push(createAction("Parse", "action", "Command Parse IndefSgDet String_N", "P")); + } else { actions.push(createAction("Parse", "unavailable", "Command Parse IndefSgDet String_N", "P")); } + break; + } + } + else if (node.caption) { + actions.push(createAction("Cut", "action", "SingleWordCommand Cut", "X")); + actions.push(createAction("Copy", "action", "SingleWordCommand Copy", "C")); + actions.push(createAction("Paste", "unavailable", "SingleWordCommand Paste", "V")); + actions.push(createAction("Delete", "action", "SingleWordCommand Delete", "D")); + actions.push(createAction("Refine", "unavailable", "SingleWordCommand Refine", "R")); + actions.push(createAction("Replace", "action", "SingleWordCommand Replace", "E")); + actions.push(createAction("Wrap", "action", "SingleWordCommand Wrap", "W")); + actions.push(createAction("Parse", "unavailable", "Command Parse IndefSgDet String_N", "P")); + } + if (node && !abstractNode.isComplete()) { + actions.push(createAction("RandomNode", "action", "RandomlyCommand Refine DefSgDet Node", "N")); + } + else { + actions.push(createAction("RandomNode", "unavailable", "RandomlyCommand Refine DefSgDet Node", "N")); + } + if (!abstractTree.isComplete()) { + actions.push(createAction("RandomTree", "action", "RandomlyCommand Refine DefSgDet Tree", "T")); + } + else { + actions.push(createAction("RandomTree", "unavailable", "RandomlyCommand Refine DefSgDet Tree", "T")); + } + actions.push("
    "); + return actions.join(""); + +} + +// Creates an action +function createAction(actionName, className, caption, hotKey) { + return "" + caption + "(" + hotKey + ")"; +} + +// When the "Refine" action is selected, gets the appropriate refinements for a node +function clickRefine(actName) { + if (document.getElementById(actName).className == "action") { + highlightSelectedAction(actName); + pushUndoClearRedo(); + if (selectedNode) { + refPageCounter = 0; + var node = getNodeFromAbstract(abstractTree, selectedNode, "0"); + if (node.type == "String" || node.type == "Int" || node.type == "Float") { + var newType = undefined; + var newTypeCat = node.type + "_Literal_"; + switch(node.type) + { + case "String": + var msg = editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree("Command Enter IndefSgDet String_N", editorGrammar.abstract.startcat)); + newType = prompt(msg.substring(0,1).toUpperCase().concat(msg.substring(1)),'String'); + if (!newType) { newType = "AutoString"; } + break; + case "Int": + while (isNaN(newType) || (newType && newType.indexOf(".") != -1)) { + var msg = editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree("Command Enter IndefSgDet Integer_N", editorGrammar.abstract.startcat)); + newType = prompt(msg.substring(0,1).toUpperCase().concat(msg.substring(1)),'Int'); + } + if (!newType) { newType = "8"; } + break; + case "Float": + while (isNaN(newType)) { + var msg = editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree("Command Enter IndefSgDet Float_N", editorGrammar.abstract.startcat)); + newType = prompt(msg.substring(0,1).toUpperCase().concat(msg.substring(1)),'Float'); + } + if (!newType) { newType = "8.0"; } + if (newType.indexOf(".") == -1) { newType += ".0"; } + break; + } + if (node.type == "String") { + newTypeCat += "\"" + newType + "\""; + } else { + newTypeCat += newType; + } + if (!grammar.abstract.types[newTypeCat]) { + grammar.abstract.addType(newTypeCat, [], node.type); + for (var i in grammar.concretes) { + grammar.concretes[i].addRule(newTypeCat, function(cs){ return new Arr(new Str(newType));}); + } + } + node.name = newTypeCat; + abstractTree = insertNode(abstractTree, selectedNode, "0", node); + document.getElementById("actFrame").innerHTML = showActions(); + document.getElementById("refFrame").innerHTML = ""; + clearHotKeys(); + concludeAction(); + } else { + document.getElementById("refFrame").innerHTML = showRefinements(selectedNode); + } + } + } +} + +// Sets the className of actName to "selected" and grays out the other selections +function highlightSelectedAction(actName) { + graySelections(actName); + document.getElementById(actName).className = "selected"; + drawTree(); +} + +// Grays out all actions except one +function graySelections(except) { + var refs = document.getElementById("actFrame").getElementsByTagName("tr"); + for (var i = 0, j = refs.length; i < j; i++) { + if (refs[i].id != except) { refs[i].className = "closed"; } + } +} + +// Pushes the abstract tree into the undo array and clears the redo array +function pushUndoClearRedo() { + undoArray.push(new state(selectedNode, abstractTree, collapseBuffer)); + redoArray.length = 0; +} + +// Gets the refinements to display +function showRefinements(nodeName) { + var refs = getAvailableRefinements(nodeName, abstractTree, grammar); + var rowsPerPage = 9; + var pages = Math.floor(refs.length / rowsPerPage); + var upperLimit; + if (pages != refPageCounter) { upperLimit = (rowsPerPage * refPageCounter) + rowsPerPage; } + else { upperLimit = refs.length; } + var refinements = new Array(); + refinements.push(""); + var keyPos = 0; + refinements.push(ref_wrapToHtml("ref", "genRefRandom", "refinement", "", keyPos, "RandomlyCommand Select IndefSgDet Refinement")); + keys["" + keyPos] = mkRefHotKey("genRefRandom"); + keyPos++; + for (var i = (rowsPerPage * refPageCounter), j = upperLimit; i < j; i++) { + refinements.push(ref_wrapToHtml("ref", refs[i], "refinement", "", keyPos, "")); + keys["" + keyPos] = mkRefHotKey(refs[i]); + keyPos++; + } + if (((refs.length % rowsPerPage == 0) && (pages - 1) > refPageCounter) || + ((refs.length % rowsPerPage != 0) && pages > refPageCounter) ) { + refinements.push(ref_wrapNextRefsToHtml("nextRefs", "Next", "refinement", "+", editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree("CommandAdj Show DefSgDet Next Page", editorGrammar.abstract.startcat)))); + keys["107"] = mkRefNextRefsHotKey("Next"); + } + if (0 < refPageCounter) { + refinements.push(ref_wrapNextRefsToHtml("nextRefs", "Previous", "refinement", "-", editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree("CommandAdj Show DefSgDet Previous Page", editorGrammar.abstract.startcat)))); + keys["109"] = mkRefNextRefsHotKey("Previous"); + } + refinements.push("
    "); + return refinements.join(""); +} + +// Creates an HTML representation of a Refinement/Wrap +function ref_wrapToHtml(funct, name, className, arg, hotKeyPos, caption) { + var ref_wrapHtml = new Array(); + ref_wrapHtml.push(""); + if (caption) { ref_wrapHtml.push(editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree(caption, editorGrammar.abstract.startcat))); } + else { ref_wrapHtml.push(name, " : ", refArgsToHtml(name), grammar.abstract.getCat(name)); } + ref_wrapHtml.push("(", hotKeyPos, ")"); + return ref_wrapHtml.join(""); +} + +// Creates the function to be used by a "numeric" hot key +function mkRefHotKey(refName) { + return function() { if (document.getElementById("ref" + refName)) { refClick(refName); } } +} + +// Creates an HTML representation of the Next/Previous Refinement/Wrap page +function ref_wrapNextRefsToHtml(funct, name, className, hotKeyPos, caption) { + var ref_wrapHtml = new Array(); + ref_wrapHtml.push(""); + ref_wrapHtml.push(caption); + ref_wrapHtml.push("(", hotKeyPos, ")"); + return ref_wrapHtml.join(""); +} + +// Creates the function to be used by a "+"/"-" hot key +function mkRefNextRefsHotKey(refName) { + return function() { if (document.getElementById("nextRefs" + refName)) { nextRefsClick(refName); } } +} + +// Creates a string representation of the arguments of a refinement +function refArgsToHtml(fun) { + var args = new Array(); + for (var i = 0, j = grammar.abstract.types[fun].args.length; i < j; i++) { + args.push(grammar.abstract.types[fun].args[i], " -> "); + } + return args.join(""); +} + +// Gets the type of a meta variable +function getMetaType(absNode, route, currRoute) { + if (route == currRoute && absNode.isMeta()) { + return absNode.type; + } + else { + for (var i = 0, j = absNode.args.length; i < j; i++) { + var found = getMetaType(absNode.args[i], route, currRoute + "-" + i); + if (found) { return found }; + } + } +} + +// When the "Undo" action is selected, undoes the last action +function clickUndo(actName) { + if (document.getElementById(actName).className == "action" && undoArray.length) { + highlightSelectedAction(actName); + redoArray.push(new state(selectedNode, abstractTree, collapseBuffer)); + var prevState = undoArray.pop(); + selectedNode = prevState.selectedNode; + abstractTree = grammar.abstract.copyTree(prevState.tree); + collapseBuffer = prevState.collapseBuffer; + if (abstractTree.isComplete()) { selectedNode = "0"; } + abstractTree = grammar.abstract.annotate(abstractTree, grammar.abstract.startcat); + myTree = treeFromAbstract(abstractTree, "0"); + nodeClick(selectedNode); + } +} + +// When the "Redo" action is selected, redoes the last action +function clickRedo(actName) { + if (document.getElementById(actName).className == "action" && redoArray.length) { + highlightSelectedAction(actName); + undoArray.push(new state(selectedNode, abstractTree, collapseBuffer)); + var nextState = redoArray.pop(); + selectedNode = nextState.selectedNode; + abstractTree = grammar.abstract.copyTree(nextState.tree); + collapseBuffer = nextState.collapseBuffer; + abstractTree = grammar.abstract.annotate(abstractTree, grammar.abstract.startcat); + myTree = treeFromAbstract(abstractTree, "0"); + nodeClick(selectedNode); + } +} + +// When the "Copy" action is selected, copies the selected node to the clipboard +function clickCopy(actName) { + if (document.getElementById(actName).className == "action") { + highlightSelectedAction(actName); + if (selectedNode) { + clipBoard = grammar.abstract.copyTree(getNodeFromAbstract(abstractTree, selectedNode, "0")); + document.getElementById("clipboardFrame").innerHTML = clipBoard.name + " : " + grammar.abstract.getCat(clipBoard.name); + nodeClick(selectedNode); + } + } +} + +// When the "Cut" action is selected, deletes the selected node and copies it to the clipboard +function clickCut(actName) { + if (document.getElementById(actName).className == "action") { + highlightSelectedAction(actName); + pushUndoClearRedo(); + if (selectedNode) { + clipBoard = grammar.abstract.copyTree(getNodeFromAbstract(abstractTree, selectedNode, "0")); + document.getElementById("clipboardFrame").innerHTML = clipBoard.name + " : " + grammar.abstract.getCat(clipBoard.name); + abstractTree = deleteNode(abstractTree, selectedNode, "0"); + concludeAction(); + } + } +} + +// Annotates the abstract tree, creates a tree from the abstract tree and selects the next meta variable +function concludeAction() { + abstractTree = grammar.abstract.annotate(abstractTree, grammar.abstract.startcat); + myTree = treeFromAbstract(abstractTree, "0"); + selectNextMeta(); +} + +// Selects the next meta variable available +function selectNextMeta() { + nodeClick(selectedNode); + if (!abstractTree.isComplete()) { + var pathToNextMeta = ""; + var nodePos = getNavPos(selectedNode); + while (1) { + if (nodePos == navigationControlString.length) { nodePos = 0; } + var node = getNode(navigationControlString[nodePos], myTree); + if (node.caption == "?") { pathToNextMeta = node.name; break; } + nodePos++; + } + expandAscendants(pathToNextMeta); + nodeClick(pathToNextMeta); + } +} + +// Expands the ascendants of a given node +function expandAscendants(nodeName) { + var nodePath = nodeName.split("-"); + var currAscendant = nodePath.shift(); + while (nodePath.length > 0) { + var node = getNode(currAscendant, myTree); + if (node.collapsed) { + myTree = expandCollapse(myTree, currAscendant); + } + currAscendant += "-" + nodePath.shift(); + } +} + +// When the "Paste" action is selected, pastes the contents of the clipboard into the selected node +function clickPaste(actName) { + if (document.getElementById(actName).className == "action") { + highlightSelectedAction(actName); + pushUndoClearRedo(); + if (selectedNode) { + abstractTree = insertNode(abstractTree, selectedNode, "0", grammar.abstract.copyTree(clipBoard)); + concludeAction(); + } + } +} + +// When the "Delete" action is selected, deletes the selected node +function clickDelete(actName) { + if (document.getElementById(actName).className == "action") { + highlightSelectedAction(actName); + pushUndoClearRedo(); + if (selectedNode) { + abstractTree = deleteNode(abstractTree, selectedNode, "0"); + abstractTree = grammar.abstract.annotate(abstractTree, grammar.abstract.startcat); + myTree = treeFromAbstract(abstractTree, "0"); + nodeClick(selectedNode); + } + } +} + +// When the "Replace" action is selected, replaces the selected node with another refinement +function clickReplace(actName) { + if (document.getElementById(actName).className == "action") { + highlightSelectedAction(actName); + pushUndoClearRedo(); + if (selectedNode) { + refPageCounter = 0; + abstractTree = deleteNode(abstractTree, selectedNode, "0"); + abstractTree = grammar.abstract.annotate(abstractTree, grammar.abstract.startcat); + myTree = treeFromAbstract(abstractTree, "0"); + drawTree(); + document.getElementById("refFrame").innerHTML = showRefinements(selectedNode); + } + } +} + +// When the "Wrap" action is selected, wraps around the selected node with another refinement +function clickWrap(actName) { + if (document.getElementById(actName).className == "action") { + highlightSelectedAction(actName); + pushUndoClearRedo(); + var node = getNode(selectedNode, myTree); + if (selectedNode) { + refPageCounter = 0; + var wrappers = showWrappers(node.caption); + document.getElementById("refFrame").innerHTML = wrappers; + if (wrappers.length <= 31) { + var lin = editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree("ErrorMessage Available Wrapper", editorGrammar.abstract.startcat)); + alert(lin.substring(0,1).toUpperCase().concat(lin.substring(1))); + document.getElementById("actFrame").innerHTML = showActions(); + nodeClick(selectedNode); + } + } + } +} + +// Gets the wrappers to display +function showWrappers(nodeCaption) { + var nodeType = grammar.abstract.types[nodeCaption].cat; + var rowsPerPage = 10; + var availWrappers = getAvailableWrappers(nodeType, grammar, selectedNode); + var pages = Math.floor(availWrappers.length / rowsPerPage); + var upperLimit; + if (pages != refPageCounter) { upperLimit = (rowsPerPage * refPageCounter) + rowsPerPage; } + else { upperLimit = availWrappers.length; } + var wrappers = new Array(); + wrappers.push(""); + var keyPos = 0; + for (var i = (rowsPerPage * refPageCounter), j = upperLimit; i < j; i++) { + wrappers.push(ref_wrapToHtml("wrap", availWrappers[i][0], "wrapper", ", " + availWrappers[i][1], keyPos, "")); + keys["" + keyPos] = mkWrapHotKey(availWrappers[i][0], availWrappers[i][1]); + keyPos++; + } + if (((availWrappers.length % rowsPerPage == 0) && (pages - 1) > refPageCounter) || + ((availWrappers.length % rowsPerPage != 0) && pages > refPageCounter) ) { + wrappers.push(ref_wrapNextRefsToHtml("nextWraps", "Next", "wrapper", "+", editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree("CommandAdj Show DefSgDet Next Page", editorGrammar.abstract.startcat)))); + keys["107"] = mkWrapNextRefsHotKey("Next"); + } + if (0 < refPageCounter) { + wrappers.push(ref_wrapNextRefsToHtml("nextWraps", "Previous", "wrapper", "-", editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree("CommandAdj Show DefSgDet Previous Page", editorGrammar.abstract.startcat)))); + keys["109"] = mkWrapNextRefsHotKey("Previous"); + } + wrappers.push("
    "); + return wrappers.join(""); +} + +// Creates the function to be used by a "numeric" hot key +function mkWrapHotKey(wrapName, argPos) { + return function() { if (document.getElementById("wrap" + wrapName)) { wrapClick(wrapName, argPos); } } +} + +// Creates the function to be used by a "+"/"-" hot key +function mkWrapNextRefsHotKey(wrapName) { + return function() { if (document.getElementById("nextWraps" + wrapName)) { nextWrapsClick(wrapName); } } +} + +// When the "Parse" action is selected, asks the user for a string and parses it +// to generate the subnode +function clickParse(actName) { + if (document.getElementById(actName).className == "action") { + highlightSelectedAction(actName); + var node = getNode(selectedNode, myTree); + if (selectedNode) { + refPageCounter = 0; + parseTrees = undefined; + var msg = editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree("Command Enter IndefSgDet String_N", editorGrammar.abstract.startcat)); + var string = prompt(msg.substring(0,1).toUpperCase().concat(msg.substring(1)),'String'); + if (string || string == "") { + for (var i in grammar.concretes) { + parseTrees = grammar.concretes[i].parser.parseString(string, node.cat); + if (parseTrees.length == 1) { + pushUndoClearRedo(); + abstractTree = insertNode(abstractTree, selectedNode, "0", grammar.abstract.copyTree(grammar.abstract.handleLiterals(parseTrees[0], node.cat))); + document.getElementById("actFrame").innerHTML = showActions(); + document.getElementById("refFrame").innerHTML = ""; + clearHotKeys(); + concludeAction(); + return false; + } else if (parseTrees.length > 1) { + document.getElementById("refFrame").innerHTML = showTrees(); + return false; + } + } + } else { nodeClick(selectedNode); return false; } + var lin = editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree("ErrorMessage Available Tree", editorGrammar.abstract.startcat)); + alert(lin.substring(0,1).toUpperCase().concat(lin.substring(1))); + } + nodeClick(selectedNode); + } +} + +// Displays the parse trees in the refinements panel +function showTrees() { + var rowsPerPage = 10; + var pages = Math.floor(parseTrees.length / rowsPerPage); + var upperLimit; + if (pages != refPageCounter) { upperLimit = (rowsPerPage * refPageCounter) + rowsPerPage; } + else { upperLimit = parseTrees.length; } + var htmlTrees = new Array(); + htmlTrees.push(""); + var keyPos = 0; + for (var i = (rowsPerPage * refPageCounter), j = upperLimit; i < j; i++) { + htmlTrees.push(treeToHtml(i, keyPos, "")); + keys["" + keyPos] = mkTreeHotKey(i, keyPos); + keyPos++; + } + if (((parseTrees.length % rowsPerPage == 0) && (pages - 1) > refPageCounter) || + ((parseTrees.length % rowsPerPage != 0) && pages > refPageCounter) ) { + htmlTrees.push(ref_wrapNextRefsToHtml("nextTrees", "Next", "tree", "+", editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree("CommandAdj Show DefSgDet Next Page", editorGrammar.abstract.startcat)))); + keys["107"] = mkTreeNextRefsHotKey("Next"); + } + if (refPageCounter > 0) { + htmlTrees.push(ref_wrapNextRefsToHtml("nextTrees", "Previous", "tree", "-", editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree("CommandAdj Show DefSgDet Previous Page", editorGrammar.abstract.startcat)))); + keys["109"] = mkTreeNextRefsHotKey("Previous"); + } + htmlTrees.push("
    "); + return htmlTrees.join(""); +} + +// Creates an HTML representation of a parse Tree to be shown in the refinements panel +function treeToHtml(i, hotKeyPos, caption) { + var htmlTree = new Array(); + htmlTree.push(""); + if (caption) { htmlTree.push(editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree(caption, editorGrammar.abstract.startcat))); } + else { htmlTree.push(parseTrees[i].show()); } + htmlTree.push("(", hotKeyPos, ")"); + return htmlTree.join(""); +} + +// Creates the function to be used by a "numeric" hot key +function mkTreeHotKey(i, keyPos) { + return function() { if (document.getElementById("tree" + keyPos)) { treeClick(i); } } +} + +// Creates the function to be used by a "+"/"-" hot key +function mkTreeNextRefsHotKey(treeName) { + return function() { if (document.getElementById("nextTrees" + treeName)) { nextTreesClick(treeName); } } +} + + +// When the "RandomNode" action is selected, refines the node at random +function clickRandomNode(actName) { + if (document.getElementById(actName).className == "action") { + highlightSelectedAction(actName); + pushUndoClearRedo(); + if (selectedNode) { + var tempTree = grammar.abstract.copyTree(abstractTree); + abstractTree = insertNode(tempTree, selectedNode, "0", grammar.abstract.copyTree(fillSubTree(grammar.abstract.copyTree(getNodeFromAbstract(abstractTree, selectedNode, "0")), grammar))); + concludeAction(); + } + } +} + +// When the "RandomTree" action is selected, refines the tree at random +function clickRandomTree(actName) { + if (document.getElementById(actName).className == "action") { + highlightSelectedAction(actName); + pushUndoClearRedo(); + abstractTree = grammar.abstract.copyTree(fillSubTree(abstractTree, grammar)); + concludeAction(); + } +} + +// If a node is selected and is of type meta, it refines the node with a type refName +function refClick(refName) { + if (selectedNode) { + if (refName == "genRefRandom") { + var refs = getAvailableRefinements(selectedNode, abstractTree, grammar); + refName = refs[Math.floor(refs.length * Math.random())]; + } + abstractTree = refineAbstractTree(abstractTree, selectedNode, "0", refName); + document.getElementById("actFrame").innerHTML = showActions(); + document.getElementById("refFrame").innerHTML = ""; + clearHotKeys(); + concludeAction(); + } +} + +// Creates a tree from an abstract tree +function treeFromAbstract(abstractNode, name) { + var node = new treeNode(name, abstractNode.name); + if (node.caption == "?") { + node.cat = abstractNode.type; } + else { + if (grammar.abstract.types[node.caption]) { + node.cat = grammar.abstract.getCat(node.caption); + } else { + node.cat = node.caption.substring(0, node.caption.indexOf("_")); + grammar.abstract.addType(node.caption, [], node.cat); + var linStr = undefined; + if (node.cat == "String") { + linStr = node.caption.substring(node.caption.indexOf("\"") + 1, node.caption.length - 1); + } else { + linStr = node.caption.substring(node.caption.lastIndexOf("_") + 1) + } + for (var i in grammar.concretes) { + grammar.concretes[i].addRule(node.caption, function(cs){ return new Arr(new Str(linStr));}); + } + } + } + if (wasCollapsed(node.name)) { node.collapsed = true; } + for (var i = 0, j = abstractNode.args.length; i < j; i++) { + node.addChild(i, treeFromAbstract(abstractNode.args[i], name + "-" + i)); + } + return node +} + +// Wraps a refinement around a node +function wrapClick(wrapName, argPos) { + if (selectedNode) { + var tempNode = createRefinement(wrapName); + tempNode.setArg(argPos, grammar.abstract.copyTree(getNodeFromAbstract(abstractTree, selectedNode, "0"))); + abstractTree = insertNode(abstractTree, selectedNode, "0", tempNode); + var cat = grammar.abstract.getCat(tempNode.name); + if (selectedNode == "0" && cat != grammar.abstract.startcat) { + grammar.abstract.startcat = cat; + } + document.getElementById("actFrame").innerHTML = showActions(); + document.getElementById("refFrame").innerHTML = ""; + clearHotKeys(); + concludeAction(); + } +} + +// Wraps a refinement around a node +function treeClick(i) { + if (selectedNode) { + pushUndoClearRedo(); + var node = getNode(selectedNode, myTree); + var tempNode = grammar.abstract.copyTree(grammar.abstract.handleLiterals(parseTrees[i], node.cat)); + abstractTree = insertNode(abstractTree, selectedNode, "0", tempNode); + document.getElementById("actFrame").innerHTML = showActions(); + document.getElementById("refFrame").innerHTML = ""; + clearHotKeys(); + concludeAction(); + } +} + +// Handler for the escape key +function clickEsc() { + if ((document.getElementById("actRefine").className == "selected" || + document.getElementById("actReplace").className == "selected" || + document.getElementById("actWrap").className == "selected" || + document.getElementById("actParse").className == "selected") && undoArray.length) { + var prevState = undoArray.pop(); + selectedNode = prevState.selectedNode; + abstractTree = grammar.abstract.copyTree(prevState.tree); + collapseBuffer = prevState.collapseBuffer; + abstractTree = grammar.abstract.annotate(abstractTree, grammar.abstract.startcat); + myTree = treeFromAbstract(abstractTree, "0"); + document.getElementById("actFrame").innerHTML = showActions(); + if (selectedNode) { nodeClick(selectedNode) } + } +} + +// If there are over ten refinements available shows only the selected nine +function nextRefsClick(refName) { + if (refName == "Next") { refPageCounter++; } else { refPageCounter--; } + clearHotKeys(); + document.getElementById("refFrame").innerHTML = showRefinements(selectedNode); +} + +// If there are over ten wrappers available shows only the selected nine +function nextWrapsClick(wrapName) { + if (wrapName == "Next") { refPageCounter++; } else { refPageCounter--; } + clearHotKeys(); + var node = getNode(selectedNode, myTree); + document.getElementById("refFrame").innerHTML = showWrappers(node.caption); +} + +// If there are over ten parse trees available shows only the selected nine +function nextTreesClick(treeName) { + if (treeName == "Next") { refPageCounter++; } else { refPageCounter--; } + clearHotKeys(); + document.getElementById("refFrame").innerHTML = showTrees(); +} + +/* -------------------------------------------------------------------------- */ +/* ---------- GUI independent functions to handle syntax editing ---------- */ +/* -------------------------------------------------------------------------- */ + +// Gets the node rooted at the indicated path (route) in the tree absNode +function getNodeFromAbstract(absNode, route, currRoute) { + if (route == currRoute) { + return absNode; + } + else { + for (var i = 0, j = absNode.args.length; i < j; i++) { + var found = getNodeFromAbstract(absNode.args[i], route, currRoute + "-" + i); + if (found) { return found; } + } + } +} + +// Gets the first metavariable from the abstract tree rooted at the path route +function getNextMetaFromAbstract(node, route) { + if (node.isMeta()) { return route; } + for (var i = 0, j = node.args.length; i < j; i++) { + var found = getNextMetaFromAbstract(node.args[i], route + "-" + i); + if (found) { return found; } + } +} + +// Inserts the node into the abstract tree absNode at the path route +function insertNode(absNode, route, currRoute, node) { + if (route == currRoute) { + return node; + } + else { + for (var i = 0, j = absNode.args.length; i < j; i++) { + absNode.setArg(i, insertNode(absNode.args[i], route, currRoute + "-" + i, node)); + } + return absNode; + } +} + +// Deletes the node rooted at the path route from the abstract tree absNode +function deleteNode(absNode, route, currRoute) { + if (route == currRoute) { + return new Fun("?"); + } + else { + for (var i = 0, j = absNode.args.length; i < j; i++) { + absNode.setArg(i, deleteNode(absNode.args[i], route, currRoute + "-" + i)); + } + return absNode; + } +} + +// Gets the available refinements for the node nodeName, which is in the tree +// abstractTree, from those found in the grammar. +function getAvailableRefinements(nodeName, abstractTree, grammar) { + var node = getNodeFromAbstract(abstractTree, nodeName, "0"); + var metaType = node.type; + var refinements = new Array(); + for (var fun in grammar.abstract.types) { + if (grammar.abstract.types[fun].cat == metaType) { + refinements[refinements.length] = fun; + } + } + return refinements; +} + +// It refines the node rooted at the path route in the abstract tree absNode +// with the refinement refName. Returns the refined abstract tree. +function refineAbstractTree(absNode, route, currRoute, refName) { + if (route == currRoute && absNode.isMeta()) { + return createRefinement(refName); + } + else { + for (var i = 0, j = absNode.args.length; i < j; i++) { + absNode.setArg(i, refineAbstractTree(absNode.args[i], route, currRoute + "-" + i, refName)); + } + return absNode; + } +} + +// Creates a node of type refName object with the appropriate number of arguments +function createRefinement(refName) { + var newRef = new Fun(refName); + for (var i = 0, j = grammar.abstract.types[refName].args.length; i < j; i++) { + newRef.setArg(i, new Fun("?")); + } + return newRef; +} + +// Gets the available wrappers for a node of type nodeType found in the grammar +function getAvailableWrappers(nodeType, grammar, top) { + var wrappers = new Array(); + for (var fun in grammar.abstract.types) { + for (var i = 0, j = grammar.abstract.types[fun].args.length; i < j; i++) { + if (top != "0") { + if (grammar.abstract.types[fun].args[i] == nodeType && grammar.abstract.types[fun].cat == nodeType) { + wrappers[wrappers.length] = new Array(fun, i); + break; + } + } else { + if (grammar.abstract.types[fun].args[i] == nodeType) { + wrappers[wrappers.length] = new Array(fun, i); + break; + } + } + } + } + return wrappers; +} + +// Instantiates metavariables found in the tree abstractTree with refinements +// selected at random from those found in the grammar +function fillSubTree(abstractTree, grammar) { + while (!abstractTree.isComplete()) { + var nodeToRefine = getNextMetaFromAbstract(abstractTree, "0"); + if (nodeToRefine) { + var refs = getAvailableRefinements(nodeToRefine, abstractTree, grammar); + if (refs.length == 0) { + var node = getNodeFromAbstract(abstractTree, nodeToRefine, "0"); + if (node.type == "String" || node.type == "Int" || node.type == "Float") { + var newType = undefined; + var newTypeCat = node.type + "_Literal_"; + switch(node.type) + { + case "String": + newType = "AutoString"; + break; + case "Int": + newType = "8"; + break; + case "Float": + newType = "8.0"; + break; + } + if (node.type == "String") { + newTypeCat += "\"" + newType + "\""; + } else { + newTypeCat += newType; + } + if (!grammar.abstract.types[newTypeCat]) { + grammar.abstract.addType(newTypeCat, [], node.type); + for (var i in grammar.concretes) { + grammar.concretes[i].addRule(newTypeCat, function(cs){ return new Arr(new Str(newType));}); + } + } + node.name = newTypeCat; + abstractTree = insertNode(abstractTree, nodeToRefine, "0", node); + abstractTree = grammar.abstract.annotate(abstractTree, grammar.abstract.startcat); + } + } + else { + var selectedRef = refs[Math.floor(refs.length * Math.random())]; + abstractTree = refineAbstractTree(abstractTree, nodeToRefine, "0", selectedRef); + abstractTree = grammar.abstract.annotate(abstractTree, grammar.abstract.startcat); + } + } + } + return abstractTree; +} diff --git a/deprecated/old-lib/javascript/gflib-xhtml-voice.js b/deprecated/old-lib/javascript/gflib-xhtml-voice.js new file mode 100644 index 000000000..fd8660100 --- /dev/null +++ b/deprecated/old-lib/javascript/gflib-xhtml-voice.js @@ -0,0 +1,54 @@ +/* Output */ + +function sayText(text) { + document.voice_output_text = text; + activateForm("voice_output"); +} + +/* XHTML+Voice Utilities */ + +function activateForm(formid) { + var form = document.getElementById(formid); + var e = document.createEvent("UIEvents"); + e.initEvent("DOMActivate","true","true"); + form.dispatchEvent(e); +} + + +/* DOM utilities */ + +/* Gets the head element of the document. */ +function getHeadElement() { + var hs = document.getElementsByTagName("head"); + if (hs.length == 0) { + var head = document.createElement("head"); + document.documentElement.insertBefore(head, document.documentElement.firstChild); + return head; + } else { + return hs[0]; + } +} + +/* Gets the body element of the document. */ +function getBodyElement() { + var bs = document.getElementsByTagName("body"); + if (bs.length == 0) { + var body = document.createElement("body"); + document.documentElement.appendChild(body); + return body; + } else { + return bs[0]; + } +} + +/* Removes all the children of a node */ +function removeChildren(node) { + while (node.hasChildNodes()) { + node.removeChild(node.firstChild); + } +} + +function setText(node, text) { + removeChildren(node); + node.appendChild(document.createTextNode(text)); +} diff --git a/deprecated/old-lib/javascript/gflib.js b/deprecated/old-lib/javascript/gflib.js new file mode 100644 index 000000000..728655469 --- /dev/null +++ b/deprecated/old-lib/javascript/gflib.js @@ -0,0 +1,1128 @@ + +function GFGrammar(abstract, concretes) { + this.abstract = abstract; + this.concretes = concretes; +} + +/* Translates a string from any concrete syntax to all concrete syntaxes. + Uses the start category of the grammar. +*/ +GFGrammar.prototype.translate = function (input, fromLang, toLang) { + var outputs = new Object(); + var fromConcs = this.concretes; + if (fromLang) { + fromConcs = new Object(); + fromConcs[fromLang] = this.concretes[fromLang]; + } + var toConcs = this.concretes; + if (toLang) { + toConcs = new Object(); + toConcs[toLang] = this.concretes[toLang]; + } + for (var c1 in fromConcs) { + var p = this.concretes[c1].parser; + if (p) { + var trees = p.parseString(input, this.abstract.startcat); + if (trees.length > 0) { + outputs[c1] = new Array(); + for (var i in trees) { + outputs[c1][i] = new Object(); + for (var c2 in toConcs) { + outputs[c1][i][c2] = this.concretes[c2].linearize(trees[i]); + } + } + } + } + } + return outputs; +} + + +/* ------------------------------------------------------------------------- */ +/* ----------------------------- LINEARIZATION ----------------------------- */ +/* ------------------------------------------------------------------------- */ + +/* Extension to the String object */ + +String.prototype.tag = ""; +String.prototype.setTag = function (tag) { this.tag = tag; }; + +/* Abstract syntax trees */ +function Fun(name) { + this.name = name; + this.args = copy_arguments(arguments, 1); +} +Fun.prototype.print = function () { return this.show(0); } ; +Fun.prototype.show = function (prec) { + if (this.isMeta()) { + if (isUndefined(this.type)) { + return '?'; + } else { + var s = '?:' + this.type; + if (prec > 0) { + s = "(" + s + ")" ; + } + return s; + } + } else { + var s = this.name; + var cs = this.args; + for (var i in cs) { + s += " " + (isUndefined(cs[i]) ? "undefined" : cs[i].show(1)); + } + if (prec > 0 && cs.length > 0) { + s = "(" + s + ")" ; + } + return s; + } +}; +Fun.prototype.getArg = function (i) { + return this.args[i]; +}; +Fun.prototype.setArg = function (i,c) { + this.args[i] = c; +}; +Fun.prototype.isMeta = function() { + return this.name == '?'; +} ; +Fun.prototype.isComplete = function() { + if (this.isMeta()) { + return false; + } else { + for (var i in this.args) { + if (!this.args[i].isComplete()) { + return false; + } + } + return true; + } +} ; +Fun.prototype.isLiteral = function() { + return (/^[\"\d]/).test(this.name); +} ; + +/* Concrete syntax terms */ + +function Arr() { this.arr = copy_arguments(arguments, 0); } +Arr.prototype.tokens = function() { return this.arr[0].tokens(); }; +Arr.prototype.sel = function(i) { return this.arr[i.toIndex()]; }; +Arr.prototype.setTag = function(tag) { + for (var i = 0, j = this.arr.length; i < j; i++) { + this.arr[i].setTag(tag); + } +}; + +function Seq() { this.seq = copy_arguments(arguments, 0); } +Seq.prototype.tokens = function() { + var xs = new Array(); + for (var i in this.seq) { + var ys = this.seq[i].tokens(); + for (var j in ys) { + xs.push(ys[j]); + } + } + return xs; +}; +Seq.prototype.setTag = function(tag) { + for (var i = 0, j = this.seq.length; i < j; i++) { + this.seq[i].setTag(tag); + } +}; + +function Variants() { this.variants = copy_arguments(arguments, 0); } +Variants.prototype.tokens = function() { return this.variants[0].tokens(); }; +Variants.prototype.sel = function(i) { return this.variants[0].sel(i); }; +Variants.prototype.toIndex = function() { return this.variants[0].toIndex(); }; +Variants.prototype.setTag = function(tag) { + for (var i = 0, j = this.variants.length; i < j; i++) { + this.variants[i].setTag(tag); + } +}; + +function Rp(index,value) { this.index = index; this.value = value; } +Rp.prototype.tokens = function() { return new Array(this.index.tokens()); }; +Rp.prototype.sel = function(i) { return this.value.arr[i.toIndex()]; }; +Rp.prototype.toIndex = function() { return this.index.toIndex(); }; +Rp.prototype.setTag = function(tag) { this.index.setTag(tag) }; + +function Suffix(prefix,suffix) { + this.prefix = new String(prefix); + if (prefix.tag) { this.prefix.tag = prefix.tag; } + this.suffix = suffix; +}; +Suffix.prototype.tokens = function() { + var xs = this.suffix.tokens(); + for (var i in xs) { + xs[i] = new String(this.prefix + xs[i]); + xs[i].setTag(this.prefix.tag); + } + return xs; +}; +Suffix.prototype.sel = function(i) { return new Suffix(this.prefix, this.suffix.sel(i)); }; +Suffix.prototype.setTag = function(tag) { if (!this.prefix.tag) { this.prefix.setTag(tag); } }; + +function Meta() { } +Meta.prototype.tokens = function() { + var newString = new String("?"); + newString.setTag(this.tag); + return new Array(newString); +}; +Meta.prototype.toIndex = function() { return 0; }; +Meta.prototype.sel = function(i) { return this; }; +Meta.prototype.setTag = function(tag) { if (!this.tag) { this.tag = tag; } }; + +function Str(value) { this.value = value; } +Str.prototype.tokens = function() { + var newString = new String(this.value); + newString.setTag(this.tag); + return new Array(newString); +}; +Str.prototype.setTag = function(tag) { if (!this.tag) { this.tag = tag; } }; + +function Int(value) { this.value = value; } +Int.prototype.tokens = function() { + var newString = new String(this.value.toString()); + newString.setTag(this.tag); + return new Array(newString); +}; +Int.prototype.toIndex = function() { return this.value; }; +Int.prototype.setTag = function(tag) { if (!this.tag) { this.tag = tag; } }; + +/* Type annotation */ + +function GFAbstract(startcat, types) { + this.startcat = startcat; + this.types = types; +} +GFAbstract.prototype.addType = function(fun, args, cat) { + this.types[fun] = new Type(args, cat); +} ; +GFAbstract.prototype.getArgs = function(fun) { + return this.types[fun].args; +} +GFAbstract.prototype.getCat = function(fun) { + return this.types[fun].cat; +}; +GFAbstract.prototype.annotate = function(tree, type) { + if (tree.name == '?') { + tree.type = type; + } else { + var typ = this.types[tree.name]; + for (var i in tree.args) { + this.annotate(tree.args[i], typ.args[i]); + } + } + return tree; +} ; +GFAbstract.prototype.handleLiterals = function(tree, type) { + if (tree.name != '?') { + if (type == "String" || type == "Int" || type == "Float") { + tree.name = type + "_Literal_" + tree.name; + } else { + var typ = this.types[tree.name]; + for (var i in tree.args) { + this.handleLiterals(tree.args[i], typ.args[i]); + } + } + } + return tree; +} ; +/* Hack to get around the fact that our SISR doesn't build real Fun objects. */ +GFAbstract.prototype.copyTree = function(x) { + var t = new Fun(x.name); + if (!isUndefined(x.type)) { + t.type = x.type; + } + var cs = x.args; + if (!isUndefined(cs)) { + for (var i in cs) { + t.setArg(i, this.copyTree(cs[i])); + } + } + return t; +} ; +GFAbstract.prototype.parseTree = function(str, type) { + return this.annotate(this.parseTree_(str.match(/[\w\'\.\"]+|\(|\)|\?|\:/g), 0), type); +} ; +GFAbstract.prototype.parseTree_ = function(tokens, prec) { + if (tokens.length == 0 || tokens[0] == ")") { return null; } + var t = tokens.shift(); + if (t == "(") { + var tree = this.parseTree_(tokens, 0); + tokens.shift(); + return tree; + } else if (t == '?') { + var tree = this.parseTree_(tokens, 0); + return new Fun('?'); + } else { + var tree = new Fun(t); + if (prec == 0) { + var c, i; + for (i = 0; (c = this.parseTree_(tokens, 1)) !== null; i++) { + tree.setArg(i,c); + } + } + return tree; + } +} ; + +function Type(args, cat) { + this.args = args; + this.cat = cat; +} + +/* Linearization */ + +function GFConcrete(flags, rules, parser) { + this.flags = flags; + this.rules = rules; + if (parser) { + this.parser = parser; + } else { + this.parser = undefined; + } +} +GFConcrete.prototype.rule = function (name, cs) { + var r = this.rules[name]; + if (r) { + return this.rules[name](cs); + } else { + window.alert("Missing rule " + name); + } +}; +GFConcrete.prototype.addRule = function (name, f) { this.rules[name] = f; }; +GFConcrete.prototype.lindef = function (cat, v) { return this.rules[cat]([new Str(v)]); } ; +GFConcrete.prototype.linearize = function (tree) { + return this.unlex(this.linearizeToTerm(tree).tokens()); +}; +GFConcrete.prototype.linearizeToTerm = function (tree) { + if (tree.isMeta()) { + if (isUndefined(tree.type)) { + return new Meta(); + } else { + return this.lindef(tree.type, tree.name); + } + } else { + var cs = new Array(); + for (var i in tree.args) { + cs.push(this.linearizeToTerm(tree.args[i])); + } + if (tree.isLiteral()) { + return new Arr(new Str(tree.name)); + } else { + return this.rule(tree.name, cs); + } + } +}; +GFConcrete.prototype.unlex = function (ts) { + if (ts.length == 0) { + return ""; + } + + var noSpaceAfter = /^[\(\-\[]/; + var noSpaceBefore = /^[\.\,\?\!\)\:\;\-\]]/; + + var s = ""; + for (var i = 0; i < ts.length; i++) { + var t = ts[i]; + var after = i < ts.length-1 ? ts[i+1] : null; + s += t; + if (after != null && !t.match(noSpaceAfter) + && !after.match(noSpaceBefore)) { + s += " "; + } + } + return s; +}; +GFConcrete.prototype.tagAndLinearize = function (tree) { + return this.tagAndLinearizeToTerm(tree, "0").tokens(); +}; +GFConcrete.prototype.tagAndLinearizeToTerm = function (tree, route) { + if (tree.isMeta()) { + if (isUndefined(tree.type)) { + var newMeta = new Meta(); + newMeta.setTag(route); + return newMeta; + } else { + var newTerm = this.lindef(tree.type, tree.name); + newTerm.setTag(route); + return newTerm; + } + } else { + var cs = new Array(); + for (var i in tree.args) { + cs.push(this.tagAndLinearizeToTerm(tree.args[i], route + "-" + i)); + } + var newTerm = this.rule(tree.name, cs); + newTerm.setTag(route); + return newTerm; + } +}; + +/* Utilities */ + +/* from Remedial JavaScript by Douglas Crockford, http://javascript.crockford.com/remedial.html */ +function isString(a) { return typeof a == 'string'; } +function isArray(a) { return a && typeof a == 'object' && a.constructor == Array; } +function isUndefined(a) { return typeof a == 'undefined'; } +function isBoolean(a) { return typeof a == 'boolean'; } +function isNumber(a) { return typeof a == 'number' && isFinite(a); } +function isFunction(a) { return typeof a == 'function'; } + +function dumpObject (obj) { + if (isUndefined(obj)) { + return "undefined"; + } else if (isString(obj)) { + return '"' + obj.toString() + '"'; // FIXME: escape + } else if (isBoolean(obj) || isNumber(obj)) { + return obj.toString(); + } else if (isArray(obj)) { + var x = "["; + for (var i in obj) { + x += dumpObject(obj[i]); + if (i < obj.length-1) { + x += ","; + } + } + return x + "]"; + } else { + var x = "{"; + for (var y in obj) { + x += y + "=" + dumpObject(obj[y]) + ";" ; + } + return x + "}"; + } +} + + +function copy_arguments(args, start) { + var arr = new Array(); + for (var i = 0; i < args.length - start; i++) { + arr[i] = args[i + start]; + } + return arr; +} + +/* ------------------------------------------------------------------------- */ +/* -------------------------------- PARSING -------------------------------- */ +/* ------------------------------------------------------------------------- */ + + +function Parser(startcat, rules, cats) { + this.startcat = startcat; + this.rules = rules; + this.cats = cats; +} +Parser.prototype.showRules = function () { + var ruleStr = new Array(); + ruleStr.push(""); + for (i = 0, j = this.rules.length; i < j; i++) { + ruleStr.push(this.rules[i].show()); + } + return ruleStr.join(""); +}; +Parser.prototype.parseString = function (string, cat) { + var tokens = string.split(" "); + // remove empty tokens + for (var i = tokens.length - 1; i >= 0; i--) { + if (tokens[i] == "") { tokens.splice(i, 1); } + } + chart = new Chart(true); + predict(this.rules, tokens); + while (chart.updated) { + chart.updated = false; + completeAndConvert(); + scan(); + combine(); + } + var catToParse = this.startcat; + if (cat) { catToParse = cat; } + var goalRange = new Range(0, tokens.length); + if (tokens.length == 1 && tokens[0] == "") { goalRange = new EmptyRange(); } + var activeEdges = filterActiveEdges(); + var trees = new Array(); + for (var i = 0, j = this.cats[catToParse].length; i < j; i++) { + if (foundTarget(this.cats[catToParse][i], new Array(new Array(goalRange)))) { + trees = trees.concat(extractTrees(this.cats[catToParse][i], new Array(new Array(goalRange)), activeEdges, "")); + } + } + for (var i = trees.length - 1; i >= 0; i--) { + if (trees[i] == undefined) { trees.splice(i, 1); } + } + return trees; +}; + +// Rule Object Definition + +function Rule(cat, profile, args, linRec) { + this.cat = cat; + this.profile = profile; + this.args = args; + this.linRec = linRec; +} +Rule.prototype.show = function () { + var recStr = new Array(); + recStr.push(this.cat, " -> ", this.profile.show(), " [", this.args, "] = ", showLinRec(this.linRec, "")); + return recStr.join(""); +}; + +// Profile definitions + +// Function application +// The function (name) is applied to its arguments (args) +function FunApp(name, args) { + this.id = "FunApp"; + this.name = name; + this.args = args.slice(0); +} +FunApp.prototype.show = function () { + var funAppStr = new Array(); + funAppStr.push("(", this.name); + for (var i = 0, j = this.args.length; i < j; i++) { + funAppStr.push(this.args[i].show()); + } + funAppStr.push(")"); + return funAppStr.join(" "); +}; + +// Literal +function Lit(name) { + this.id = "Lit"; + this.name = name; +} +Lit.prototype.show = function () { return this.name; }; + +// Metavariable +function MetaVar() { this.id = "MetaVar"; } +MetaVar.prototype.show = function () { return "?"; }; + +// Argument +function Arg(i) { + this.id = "Arg"; + this.name = "_"; + this.i = i; +} +Arg.prototype.show = function () { + var argStr = new Array(); + argStr.push(this.id, "(", this.i, ")"); + return argStr.join(""); +}; + +// Unification +// The arguments (args) must be unified +function Unify(args){ + this.id = "Unify"; + this.args = args.slice(0); +} +Unify.prototype.show = function () { + var unifyStr = new Array(); + unifyStr.push("(", this.id); + for (var i = 0, j = this.args.length; i < j; i++) { + unifyStr.push(this.args[i].show()); + } + unifyStr.push(")"); + return unifyStr.join(" "); +}; + +// Definition of symbols present in linearization records + +// Object to represent argument projections in grammar rules +function ArgProj(i, label) { + this.id = "argProj"; + this.i = i; + this.label = label; +} +ArgProj.prototype.getId = function () { return this.id; }; +ArgProj.prototype.getArgNum = function () { return this.i }; +ArgProj.prototype.show = function () { + var argStr = new Array(); + argStr.push(this.i, this.label); + return argStr.join("."); +}; +ArgProj.prototype.isEqual = function (obj) { + return (this.id == obj.id && this.i == obj.i && this.label == obj.label); +} + +// Object to represent terminals in grammar rules +function Terminal (str) { + this.id = "terminal"; + this.str = str; +} +Terminal.prototype.getId = function () { return this.id; }; +Terminal.prototype.show = function () { + var terminalStr = new Array(); + terminalStr.push('"', this.str, '"'); + return terminalStr.join(""); +}; +Terminal.prototype.isEqual = function (obj) { + return (this.id == obj.id && this.str == obj.str); +} + +// Object to represent ranges in grammar rules +function Range (i, j) { + this.id = "range"; + this.i = i; + this.j = j; +} +Range.prototype.getId = function () { return this.id; }; +Range.prototype.show = function () { + var terminalStr = new Array(); + terminalStr.push("(", this.i, ",", this.j, ")"); + return terminalStr.join(""); +}; +Range.prototype.isEqual = function (obj) { + return (this.id == obj.id && this.i == obj.i && this.j == obj.j); +} + +// Object to represent the empty range in grammar rules +function EmptyRange () { + this.id = "emptyRange"; +} +EmptyRange.prototype.getId = function () { return this.id; }; +EmptyRange.prototype.show = function () { return "emptyRange" }; +EmptyRange.prototype.isEqual = function (obj) { + return (this.id == obj.id); +} + +// Chart Object Definition +function Chart(updated) { + this.passive = new Array(); + this.active = new Array(); + this.updated = updated; +} +Chart.prototype.show = function () { + var chartStr = new Array(); + chartStr.push("(", this.showPassive(), ", ", this.showActive(), ")"); + return chartStr.join(""); +}; +Chart.prototype.addPassiveEdge = function (cat, linRec) { + if (!this.passive[cat] || !this.passive[cat].length) { + this.passive[cat] = new Array(); + } + this.passive[cat].push(linRec); +}; +Chart.prototype.isPassiveElem = function (cat, linRec) { + if (this.passive[cat]) { + for (var i = 0, j = this.passive[cat].length; i < j; i++) { + if (linRecsAreEqual(this.passive[cat][i], linRec)) { + return true; + } + } + } + return false; +}; +Chart.prototype.showPassive = function () { + var edgesStr = new Array(); + edgesStr.push("[ "); + for (var cat in this.passive) { + for (var i = 0, j = this.passive[cat].length; i < j; i++) { + edgesStr.push("( ", cat, ", ", showLinRec(this.passive[cat][i], ""), ")"); + if (i != j - 1) { edgesStr.push(", "); }; + } + edgesStr.push(", "); + } + edgesStr.push(" ]"); + return edgesStr.join(""); + return edgesStr.join("") + "
    "; +}; +Chart.prototype.addActiveEdge = function (cat, edge) { + if (!this.active[cat] || !this.active[cat].length) { + this.active[cat] = new Array(); + } + this.active[cat].push(edge); +}; +Chart.prototype.isActiveElem = function (cat, edge) { + if (this.active[cat]) { + for (var i = 0, j = this.active[cat].length; i < j; i++) { + var currentEdge = this.active[cat][i]; + if (currentEdge.name == edge.name && (areArgsEqual(currentEdge.args, edge.args)) && + currentEdge.currLabel == edge.currLabel && currentEdge.currLin.isEqual(edge.currLin) && + linRecsAreEqual(currentEdge.linFound, edge.linFound) && linRowsAreEqual(currentEdge.remLin, edge.remLin) && + linRecsAreEqual(currentEdge.remLinRows, edge.remLinRows) && + arraysOfLinRecsAreEqual(currentEdge.children, edge.children)) { + return true; + } + } + } + return false; +}; +Chart.prototype.showActive = function () { + var edgesStr = new Array() + edgesStr.push("[ "); + for (var cat in this.active) { + for (var i = 0, j = this.active[cat].length; i < j; i++) { + edgesStr.push("( ", this.active[cat][i].show(), " )"); + if (i != j - 1) { edgesStr.push(", "); }; + } + edgesStr.push(", "); + } + edgesStr.push(" ]"); + return edgesStr.join(""); +}; + +// Object to represent the active edges in a chart +function ActiveEdge(profile, cat, name, args, linFound, currLabel, currLin, remLin, remLinRows, children) { + this.profile = profile; + this.cat = cat; + this.name = name; + this.args = args; + this.linFound = linFound; + this.currLabel = currLabel; + this.currLin = currLin; + this.remLin = remLin; + this.remLinRows = remLinRows; + this.children = children.slice(0); +} +ActiveEdge.prototype.show = function () { + var linRecStr = new Array(); + linRecStr.push(this.profile.show(), ", ", this.cat, ", ", this.name, ", [ ", this.args, " ], ", showLinRec(this.linFound, ""), + ", ", this.currLabel, ", ", this.currLin.show(), ", ", showLinRow(this.remLin, " ++ "), + ", ", showLinRec(this.remLinRows, ""), ", [ "); + for (var i = 0, j = this.children.length; i < j; i++) { + linRecStr.push(showLinRec(this.children[i], "")); + if (i != j - 1) { linRecStr.push(", "); }; + } + linRecStr.push(" ]"); + return linRecStr.join(""); +}; + +function areArgsEqual(args1, args2) { + if (args1.length == args1.length && args1.join() == args2.join()) { + return true + } + return false; +} + +// Functions to manipulate linearization records + +// Returns a string representation of a linearization row +function showLinRow(linRow, separator) { + var linRowStr = new Array(); + linRowStr.push(" [ "); + for (var i = 0, j = linRow.length; i < j; i ++) { + linRowStr.push(linRow[i].show()); + if (i != j - 1) { linRowStr.push(separator) }; + } + linRowStr.push(" ] "); + return linRowStr.join(""); +} + +// Returns a string representation of a linearization record +function showLinRec(linRec, separator) { + var linRecStr = new Array(); + linRecStr.push(" [ "); + for (var i = 0, j = linRec.length; i < j; i ++) { + linRecStr.push(showLinRow(linRec[i], " ++ ")); + if (i != j - 1) { linRecStr.push(separator); }; + } + linRecStr.push(" ] "); + return linRecStr.join(""); +} + +// Checks if two linearization rows are equal +function linRowsAreEqual(linRow1, linRow2) { + if (linRow1.length == linRow2.length) { + for (var i = 0, j = linRow1.length; i < j; i++) { + if (linRow1[i].id && linRow2[i].id && !linRow1[i].isEqual(linRow2[i])) { + return false; + } + } + return true; + } + return false; +} + +// Checks if two linearization records are equal +function linRecsAreEqual(linRec1, linRec2) { + if (linRec1.length == linRec2.length) { + for (var i = 0, j = linRec1.length; i < j; i++) { + if (!linRowsAreEqual(linRec1[i], linRec2[i])) { return false; } + } + return true; + } + return false; +} + +// Checks if two arrays of linearization records are equal +function arraysOfLinRecsAreEqual(array1, array2) { + if (array1.length == array2.length) { + for (var i = 0, j = array1.length; i < j; i++) { + if (!linRecsAreEqual(array1[i], array2[i])) { return false; } + } + return true; + } + return false; +} + +// Functions to manipulate ranges (restriction and concatenation) + +// Concatenates two ranges +function rangeConcatLin (lin1, lin2) { + if (lin1.id == "range" && lin2.id == "range") { + if (lin1.j == lin2.i) { return (new Range(lin1.i, lin2.j)) } + } else if (lin1.id == "range" && lin2.id == "emptyRange") { return lin1; } + else if (lin1.id == "emptyRange" && lin2.id == "range") { return lin2; } + else if (lin1.id == "emptyRange" && lin2.id == "emptyRange") { return lin1; } + return undefined; +} + +// Performs range concatenation on a linearization row +function rangeConcatLins (lins) { + var newLins = new Array(); + newLins.push(lins.shift()); + while (lins.length > 0) { + if (!newLins[newLins.length - 1]) { return new Array(); } + if (newLins[newLins.length - 1].id == "range" && lins[0].id == "range") { + var rangeConcat = rangeConcatLin(newLins.pop(), lins[0]); + if (typeof rangeConcat == 'undefined') { return new Array(); } + newLins.push(rangeConcat); + lins.shift(); + } else { + newLins.push(lins.shift()); + } + } + return newLins; +} + +// Performs range restriction on an element of a linearization row +// while keeping track of the tokens that have been used +function rangeRestLinTerm(tokens, lin, rangesNotConsumed) { + if (lin.id == "argProj") { return new Array(lin); } + else if (lin.id == "terminal") { + var ranges = new Array(); + for (var i = 0, j = tokens.length; i < j; i++) { + if (tokens[i] == lin.str) { + ranges.push(new Range(i, i + 1)); + rangesNotConsumed[i] = undefined; + } + } + if (ranges.length == 0) { + return undefined; + } else { + return ranges; + } + } + else { return new Array(); } +} + +// Performs range restriction on a linearization record +// while keeping track of the tokens that have been used +function rangeRestRecTerm(linRec, tokens, rangesNotConsumed) { + var ranges = new Array(); + for (var i = 0, j = linRec.length; i < j; i++) { + var rangeRestLins = new Array(); + for (var k = 0, l = linRec[i].length; k < l; k++) { + rangeRestLins.push(rangeRestLinTerm(tokens, linRec[i][k], rangesNotConsumed)); + } + var combinedLins = combineLins(rangeRestLins); + if (typeof combinedLins != 'undefined') { + var filteredLins = new Array(); + if (combinedLins.length == 0) { + filteredLins.push(new Array()); + } else { + for (var m = 0, n = combinedLins.length; m < n; m++) { + var temp = rangeConcatLins(combinedLins[m]); + if (temp.length != 0) { + filteredLins.push(temp); + } + } + } + ranges.push(filteredLins); + } else { ranges.push(undefined); } + } + for (var k = 0, l = ranges.length; k < l; k++) { + if (ranges[k] == undefined) { return undefined; } + } + return combineLins(ranges); +} + +// Returns the combinations of the elements of an array of arrays +function combineLins(linss) { + if (linss.length > 0) { + var combinedLins = new Array(); + var lins = linss.shift(); + if (lins) { + if (lins.length != 0) { + var tail = combineLins(linss); + if (typeof tail == 'undefined') { return undefined; } + for (var i = 0, j = lins.length; i < j; i++) { + var head = new Array(); + head.push(lins[i]); + if (tail.length == 0) { combinedLins.push(head); } + else { + for (var k = 0, l = tail.length; k < l; k++) { + combinedLins.push(head.concat(tail[k])); + } + } + } + } else { return new Array(); } + } else { return undefined; } + return combinedLins; + } else { return new Array(); } +} + +// Inference Rules + +function predict(rules, tokens) { + var rangesNotConsumed = genRanges(tokens.length); + for (var i = 0, j = rules.length; i < j; i++) { + var currentRule = rules[i]; + var linRec = rangeRestRecTerm(currentRule.linRec, tokens, rangesNotConsumed); + if (linRec) { + for (var k = 0, l = linRec.length; k < l; k++) { + var currentRow = linRec[k].shift(); + var remlinRows = linRec[k]; + var children = new Array(); + for (var m = 0, n = currentRule.args.length; m < n; m++) { + children.push(new Array()); + } + var newActive = new ActiveEdge(currentRule.profile, currentRule.cat, currentRule.profile.name, currentRule.args, new Array(), 0, new EmptyRange(), currentRow, remlinRows, children); + if (!chart.isActiveElem(currentRule.cat, newActive)) { + chart.addActiveEdge(currentRule.cat, newActive); + chart.updated = true; + } + } + } + } + for (var i = 0, j = rangesNotConsumed.length; i < j; i++) { + if (rangesNotConsumed[i] != undefined) { + var cat = undefined; + if (isNaN(tokens[i])) { + cat = "-1"; + } else if (tokens[i].lastIndexOf(".") == -1) { + cat = "-2"; + } else { + cat = "-3"; + } + var lit = undefined; + if (cat == "-1") { + lit = "\"" + tokens[i] + "\""; + } else { + lit = tokens[i]; + } + var newActive = new ActiveEdge(new Lit(lit), cat, tokens[i], new Array(), new Array(), 0, new Range(i, i + 1), new Array(), new Array(), new Array()); + if (!chart.isActiveElem(cat, newActive)) { + chart.addActiveEdge(cat, newActive); + chart.updated = true; + } + } + } +} + +function genRanges(inputLength) { + var ranges = new Array(); + for (var i = 0; i < inputLength; i++) { + ranges.push(i); + } + return ranges; +} + +function completeAndConvert() { + for (var cat in chart.active) { + var currentEdge = chart.active[cat]; + for (var i = 0, j = currentEdge.length; i < j; i++) { + if (currentEdge[i].remLin.length == 0) { + if (currentEdge[i].remLinRows.length == 0) { + var linFound = currentEdge[i].linFound.slice(0); + linFound.push(new Array(currentEdge[i].currLin)); + if (!chart.isPassiveElem(cat, linFound)) { + chart.addPassiveEdge(cat, linFound); + chart.updated = true; + } + } else { + var linFound = currentEdge[i].linFound.slice(0); + linFound.push(new Array(currentEdge[i].currLin)); + var remLinRows = currentEdge[i].remLinRows.slice(0); + var currentRow = remLinRows.shift(); + var newActive = new ActiveEdge(currentEdge[i].profile, cat, currentEdge[i].name, currentEdge[i].args, linFound, linFound.length, new EmptyRange(), currentRow, remLinRows, currentEdge[i].children); + if (!chart.isActiveElem(cat, newActive)) { + chart.active[cat].push(newActive); + chart.updated = true; + } + } + } + } + } +} + +function scan() { + for (var cat in chart.active) { + var currentEdge = chart.active[cat]; + for (var i = 0, j = currentEdge.length; i < j; i++) { + if (currentEdge[i].remLin.length > 0 && currentEdge[i].remLin[0].id == "range") { + var newRange = rangeConcatLin(currentEdge[i].currLin, currentEdge[i].remLin[0]); + if (typeof newRange != 'undefined') { + var remLin = currentEdge[i].remLin.slice(0); + remLin.shift(); + var newActive = new ActiveEdge(currentEdge[i].profile, cat, currentEdge[i].name, currentEdge[i].args, currentEdge[i].linFound, currentEdge[i].currLabel, newRange, remLin, currentEdge[i].remLinRows, currentEdge[i].children); + if (!chart.isActiveElem(cat, newActive)) { + chart.active[cat].push(newActive); + chart.updated = true; + } + } + } + } + } +} + +function combine() { + for (var cat in chart.active) { + for (var i = 0; i < chart.active[cat].length; i++) { + var currentEdge = chart.active[cat][i]; + if (currentEdge.remLin.length && currentEdge.remLin[0].id == "argProj") { + var argNumber = currentEdge.remLin[0].i; + var catToCombine = currentEdge.args[argNumber]; + if (chart.passive[catToCombine]) { + for (var k = 0, l = chart.passive[catToCombine].length; k < l; k++) { + var currentPassive = chart.passive[catToCombine][k]; + var remLin = currentEdge.remLin.slice(0); + var linRow = currentPassive[remLin[0].label]; + if (typeof linRow != 'undefined') { + var newLinRow = linRow.slice(0); + if (currentEdge.children[argNumber].length == 0) { + var newRange = rangeConcatLin(currentEdge.currLin, newLinRow.shift()); + if (typeof newRange != 'undefined') { + remLin.shift(); + var children = currentEdge.children.slice(0); + children[argNumber] = currentPassive.slice(0); + var newActive = new ActiveEdge(currentEdge.profile, currentEdge.cat, currentEdge.name, currentEdge.args, currentEdge.linFound, currentEdge.currLabel, newRange, remLin, currentEdge.remLinRows, children); + if (!chart.isActiveElem(cat, newActive)) { + chart.active[cat].push(newActive); + chart.updated = true; + } + } + } else { + var child = currentEdge.children[argNumber]; + if (linRecsAreEqual(currentPassive, child)) { + var newRange = rangeConcatLin(currentEdge.currLin, newLinRow.shift()); + if (typeof newRange != 'undefined') { + remLin.shift(); + var children = currentEdge.children.slice(0); + children[argNumber] = currentPassive.slice(0); + var newActive = new ActiveEdge(currentEdge.profile, currentEdge.cat, currentEdge.name, currentEdge.args, currentEdge.linFound, currentEdge.currLabel, newRange, remLin, currentEdge.remLinRows, children); + if (!chart.isActiveElem(cat, newActive)) { + chart.active[cat].push(newActive); + chart.updated = true; + } + } + } + } + } + } + } + } + } + } +} + +// Checks if the parsing goal is in the chart +function foundTarget(cat, linRec) { + if (chart.passive[cat]) { + for (var i = 0, j = chart.passive[cat].length; i < j; i++) { + if (linRecsAreEqual(linRec, chart.passive[cat][i])) { + return true; + } + } + } + return false; +} + +// Filters the active edges that are relevant for tree extraction +function filterActiveEdges() { + var activeEdges = new Array(); + for (var cat in chart.active) { + activeEdges[cat] = new Array(); + for (var i = 0, j = chart.active[cat].length; i < j; i++) { + var currentEdge = chart.active[cat][i]; + if (currentEdge.remLin.length == 0 && currentEdge.remLinRows.length == 0) { + var linFound = currentEdge.linFound.slice(0); + linFound.push(new Array(currentEdge.currLin)); + var newActive = new ActiveEdge(currentEdge.profile, currentEdge.cat, currentEdge.name, currentEdge.args, linFound, "", "", "", "", currentEdge.children); + activeEdges[cat].push(newActive); + } + } + } + return activeEdges; +} + +// Extracts the parse trees from the chart +function extractTrees(cat, linRec, activeEdges, currentTree) { + var trees = new Array(); + for (var i = 0, j = activeEdges[cat].length; i < j; i++) { + var currentEdge = activeEdges[cat][i]; + var currentNode = "(" + cat + "-" + i + ")"; + if (currentTree.indexOf(currentNode) == -1 && cat == currentEdge.cat && linRecsAreEqual(linRec, currentEdge.linFound)) { + var subTrees = new Array(); + for (var k = 0, l = currentEdge.children.length; k < l; k++) { + subTrees.push(extractTrees(currentEdge.args[k], currentEdge.children[k].slice(0), activeEdges, currentTree + currentNode)); + } + var combinedSubTrees = combineLins(subTrees); + if (combinedSubTrees) { + if (currentEdge.children.length == 0) { combinedSubTrees.push(new Array()); } + for (var m = 0, n = combinedSubTrees.length; m < n; m++) { + var tree = buildTree(currentEdge.profile, combinedSubTrees[m]); + if (tree) { + trees.push(tree); + } + } + } + } + } + if (trees.length == 0) { + return undefined; + } else { + return trees; + } +} + +// Builds a tree according to the profile +function buildTree(profile, args) { + switch(profile.id) + { + case "FunApp": + var tree = new Fun(profile.name); + for (var i = 0, j = profile.args.length; i < j; i++) { + var subTree = buildTree(profile.args[i], args); + if (subTree) { + tree.setArg(i, subTree); + } else { + return undefined; + } + } + return tree; + case "Lit": + return new Fun(profile.name); + case "MetaVar": + return new Fun("?"); + case "Arg": + return args[profile.i]; + case "Unify": + var subTrees = new Array(); + for (var i = 0, j = profile.args.length; i < j; i++) { + subTrees.push(buildTree(profile.args[i], args)) + } + return unifySubTrees(subTrees); + } +} + +// Tree unification functions +function unifySubTrees(subTrees) { + var t = subTrees[0]; + for (var i = 1, j = subTrees.length; i < j; i++) { + t = unify(t, subTrees[i]); + if (!t) { return undefined; } + } + return t; +} + +function unify(a, b) { + if (a.isMeta()) { return b }; + if (b.isMeta()) { return a }; + if (a.name == b.name && a.args.length == b.args.length) { + for (var i = 0, j = a.args.length; i < j; i++) { + if (!unify(a.args[i], b.args[i])) { return undefined; } + } + return a + }; + return undefined; +} diff --git a/deprecated/old-lib/javascript/grammar.js b/deprecated/old-lib/javascript/grammar.js new file mode 100644 index 000000000..69175bba4 --- /dev/null +++ b/deprecated/old-lib/javascript/grammar.js @@ -0,0 +1 @@ +var Food = new GFGrammar(new GFAbstract("Phrase",{Boring: new Type([], "Quality"), Cheese: new Type([], "Kind"), Delicious: new Type([], "Quality"), Expensive: new Type([], "Quality"), Fish: new Type([], "Kind"), Fresh: new Type([], "Quality"), Is: new Type(["Item", "Quality"], "Phrase"), Italian: new Type([], "Quality"), QKind: new Type(["Quality", "Kind"], "Kind"), That: new Type(["Kind"], "Item"), This: new Type(["Kind"], "Item"), Very: new Type(["Quality"], "Quality"), Warm: new Type([], "Quality"), Wine: new Type([], "Kind")}),{FoodEng: new GFConcrete({},{Boring: function(cs){return new Arr(new Str("boring"));}, Cheese: function(cs){return new Arr(new Str("cheese"));}, Delicious: function(cs){return new Arr(new Str("delicious"));}, Expensive: function(cs){return new Arr(new Str("expensive"));}, Fish: function(cs){return new Arr(new Str("fish"));}, Fresh: function(cs){return new Arr(new Str("fresh"));}, Is: function(cs){return new Arr(new Seq(cs[0].sel(new Int(0)), new Str("is"), cs[1].sel(new Int(0))));}, Italian: function(cs){return new Arr(new Str("Italian"));}, QKind: function(cs){return new Arr(new Seq(cs[0].sel(new Int(0)), cs[1].sel(new Int(0))));}, That: function(cs){return new Arr(new Seq(new Str("that"), cs[0].sel(new Int(0))));}, This: function(cs){return new Arr(new Seq(new Str("this"), cs[0].sel(new Int(0))));}, Very: function(cs){return new Arr(new Seq(new Str("very"), cs[0].sel(new Int(0))));}, Warm: function(cs){return new Arr(new Str("warm"));}, Wine: function(cs){return new Arr(new Str("wine"));}, Item: function(cs){return new Arr(cs[0]);}, Kind: function(cs){return new Arr(cs[0]);}, Phrase: function(cs){return new Arr(cs[0]);}, Quality: function(cs){return new Arr(cs[0]);}, "Int": function(cs){return new Arr(cs[0]);}, "Float": function(cs){return new Arr(cs[0]);}, "String": function(cs){return new Arr(cs[0]);}}, new Parser("Phrase",[new Rule(1, new FunApp("Boring",[]),[],[[new Terminal("boring")]]), new Rule(1, new FunApp("Delicious",[]),[],[[new Terminal("delicious")]]), new Rule(1, new FunApp("Expensive",[]),[],[[new Terminal("expensive")]]), new Rule(1, new FunApp("Fresh",[]),[],[[new Terminal("fresh")]]), new Rule(1, new FunApp("Italian",[]),[],[[new Terminal("Italian")]]), new Rule(1, new FunApp("Very",[new Arg(0)]),[1],[[new Terminal("very"), new ArgProj(0, 0)]]), new Rule(1, new FunApp("Warm",[]),[],[[new Terminal("warm")]]), new Rule(2, new FunApp("Cheese",[]),[],[[new Terminal("cheese")]]), new Rule(2, new FunApp("Fish",[]),[],[[new Terminal("fish")]]), new Rule(2, new FunApp("QKind",[new Arg(0), new Arg(1)]),[1, 2],[[new ArgProj(0, 0), new ArgProj(1, 0)]]), new Rule(2, new FunApp("Wine",[]),[],[[new Terminal("wine")]]), new Rule(3, new FunApp("Is",[new Arg(0), new Arg(1)]),[4, 1],[[new ArgProj(0, 0), new Terminal("is"), new ArgProj(1, 0)]]), new Rule(4, new FunApp("That",[new Arg(0)]),[2],[[new Terminal("that"), new ArgProj(0, 0)]]), new Rule(4, new FunApp("This",[new Arg(0)]),[2],[[new Terminal("this"), new ArgProj(0, 0)]])],{Float:[-3], Int:[-2], Item:[4], Kind:[2], Phrase:[3], Quality:[1], String:[-1], _Var:[-4]})), FoodIta: new GFConcrete({},{Boring: function(cs){return new Arr(new Str("noioso"));}, Cheese: function(cs){return new Arr(new Str("formaggio"));}, Delicious: function(cs){return new Arr(new Str("delizioso"));}, Expensive: function(cs){return new Arr(new Str("caro"));}, Fish: function(cs){return new Arr(new Str("pesce"));}, Fresh: function(cs){return new Arr(new Str("fresco"));}, Is: function(cs){return new Arr(new Seq(cs[0].sel(new Int(0)), new Str("è"), cs[1].sel(new Int(0))));}, Italian: function(cs){return new Arr(new Str("italiano"));}, QKind: function(cs){return new Arr(new Seq(cs[1].sel(new Int(0)), cs[0].sel(new Int(0))));}, That: function(cs){return new Arr(new Seq(new Str("quel"), cs[0].sel(new Int(0))));}, This: function(cs){return new Arr(new Seq(new Str("questo"), cs[0].sel(new Int(0))));}, Very: function(cs){return new Arr(new Seq(new Str("molto"), cs[0].sel(new Int(0))));}, Warm: function(cs){return new Arr(new Str("caldo"));}, Wine: function(cs){return new Arr(new Str("vino"));}, Item: function(cs){return new Arr(cs[0]);}, Kind: function(cs){return new Arr(cs[0]);}, Phrase: function(cs){return new Arr(cs[0]);}, Quality: function(cs){return new Arr(cs[0]);}, "Int": function(cs){return new Arr(cs[0]);}, "Float": function(cs){return new Arr(cs[0]);}, "String": function(cs){return new Arr(cs[0]);}}, new Parser("Phrase",[new Rule(1, new FunApp("Boring",[]),[],[[new Terminal("noioso")]]), new Rule(1, new FunApp("Delicious",[]),[],[[new Terminal("delizioso")]]), new Rule(1, new FunApp("Expensive",[]),[],[[new Terminal("caro")]]), new Rule(1, new FunApp("Fresh",[]),[],[[new Terminal("fresco")]]), new Rule(1, new FunApp("Italian",[]),[],[[new Terminal("italiano")]]), new Rule(1, new FunApp("Very",[new Arg(0)]),[1],[[new Terminal("molto"), new ArgProj(0, 0)]]), new Rule(1, new FunApp("Warm",[]),[],[[new Terminal("caldo")]]), new Rule(2, new FunApp("Cheese",[]),[],[[new Terminal("formaggio")]]), new Rule(2, new FunApp("Fish",[]),[],[[new Terminal("pesce")]]), new Rule(2, new FunApp("QKind",[new Arg(0), new Arg(1)]),[1, 2],[[new ArgProj(1, 0), new ArgProj(0, 0)]]), new Rule(2, new FunApp("Wine",[]),[],[[new Terminal("vino")]]), new Rule(3, new FunApp("Is",[new Arg(0), new Arg(1)]),[4, 1],[[new ArgProj(0, 0), new Terminal("è"), new ArgProj(1, 0)]]), new Rule(4, new FunApp("That",[new Arg(0)]),[2],[[new Terminal("quel"), new ArgProj(0, 0)]]), new Rule(4, new FunApp("This",[new Arg(0)]),[2],[[new Terminal("questo"), new ArgProj(0, 0)]])],{Float:[-3], Int:[-2], Item:[4], Kind:[2], Phrase:[3], Quality:[1], String:[-1], _Var:[-4]}))}); diff --git a/deprecated/old-lib/javascript/minus.png b/deprecated/old-lib/javascript/minus.png new file mode 100644 index 000000000..84cc2a9ba Binary files /dev/null and b/deprecated/old-lib/javascript/minus.png differ diff --git a/deprecated/old-lib/javascript/plus.png b/deprecated/old-lib/javascript/plus.png new file mode 100644 index 000000000..4d2e8ee83 Binary files /dev/null and b/deprecated/old-lib/javascript/plus.png differ diff --git a/deprecated/old-lib/javascript/style.css b/deprecated/old-lib/javascript/style.css new file mode 100644 index 000000000..962c3701f --- /dev/null +++ b/deprecated/old-lib/javascript/style.css @@ -0,0 +1,241 @@ +body { + font-family:arial,helvetica,sans-serif; + font-size:12px; + background-color: white; +} + +#wrapper { + width:740px; + height:520px; + margin:auto 50px; + border:1px solid gray; + padding:10px; + +} + +#absFrame { + width:250px; + height:250px; + padding:10px; + border:1px solid gray; + float:left; + white-space: nowrap; +} + +#conFrame { + width:436px; + height:250px; + margin-left:10px; + padding:10px; + border:1px solid gray; + float:left; + white-space: normal; + overflow:auto; +} + +#actFrame { + width:250px; + height:170px; + margin-top:10px; + padding:10px; + border:1px solid gray; + float:left; + overflow:auto; +} + +#refFrame { + width:436px; + height:170px; + margin-left:10px; + margin-top:10px; + padding:10px; + border:1px solid gray; + float:left; + overflow:auto; +} + +#messageFrame { + width:506px; + height:15px; + margin-top:10px; + margin-right:10px; + padding:10px; + border:1px solid gray; + float:left; + overflow:hidden; +} + +#clipboardFrame { + width:180px; + height:15px; + margin-top:10px; + padding:10px; + border:1px solid gray; + float:left; + overflow:auto; +} + +#tree { + left: -10px; + top: -10px; + width: 250px; + height: 250px; + margin: 0px; + padding: 10px; + overflow: auto; +} + +ul { + position: relative; + list-style: none; + margin-left: 20px; + padding: 0px; +} + +li { + position: relative; +} + +img.tree-menu { + margin-right: 5px; +} + +a.tree:link, a.tree:visited, a.tree:active { + color: black; + background-color: white; + text-decoration: none; + margin-right:10px; +} + +a.tree:hover { + color: blue; + background-color: white; + text-decoration: underline; + margin-right:10px; +} + +a.treeSelected:link, a.treeSelected:visited, a.treeSelected:active { + color: white; + background-color: #3366CC; + text-decoration: none; + margin-right:10px; +} + +a.treeSelected:hover { + color: white; + background-color: #3366CC; + text-decoration: underline; + margin-right:10px; +} + +a.treeGray:link, a.treeGray:visited, a.treeGray:active { + color: silver; + background-color: white; + text-decoration: none; + margin-right:10px; +} + +a.treeGray:hover { + color: silver; + background-color: white; + text-decoration: none; + margin-right:10px; +} + +table.action, table.refinement, table.wrapper, table.tree, table.language { + margin: 0px; + padding: 0px; + border-style: none; + border-collapse: collapse; + border-spacing: 0px; +} + +tr.selected { + color: white; + background-color: #3366CC; +} + +tr.unavailable, tr.closed { + color: silver; + background-color: white; +} + +tr.unavailable:hover { + color: silver; + background-color: #3366CC; +} + +tr.action, tr.refinement, tr.wrapper, tr.tree { + color: black; + background-color: white; +} + +tr.action:hover, tr.refinement:hover, tr.wrapper:hover, tr.tree:hover { + color: white; + background-color: #3366CC; +} + +td.action { + width: 220px; + margin: 0px; + padding: 0px; +} + +td.refinement, td.wrapper, td.tree { + width: 515px; + margin: 0px; + padding: 0px; +} + +td.hotKey { + width: 30px; + margin: 0px; + padding: 0px; + text-align: right; +} + +td.language { + color: black; + background-color: white; + margin: 1px; + padding: 1px; +} + +td.language:hover { + color: blue; + background-color: white; + text-decoration: underline; + margin: 1px; + padding: 1px; +} + +td.selected { + color: white; + background-color: #3366CC; + margin: 1px; + padding: 1px; +} + +td.selected:hover { + color: white; + background-color: #3366CC; + text-decoration: underline; + margin: 1px; + padding: 1px; +} + +p { + margin-bottom: 40px; +} + +span.normal { + color: black; + background-color: white; + text-decoration: none; +} + +span.selected { + color: white; + background-color: #3366CC; + text-decoration: none; +} diff --git a/deprecated/old-lib/javascript/translator.css b/deprecated/old-lib/javascript/translator.css new file mode 100644 index 000000000..f7f771927 --- /dev/null +++ b/deprecated/old-lib/javascript/translator.css @@ -0,0 +1,54 @@ +body { + color: black; + background-color: white; +} + +dl { + +} + +dt { + margin: 0; + padding: 0; +} + +dl dd { + margin: 0; + padding: 0; +} + +dl.fromLang dt { + display: none; +} + +dl.toLang { + border-width: 1px 0 0 0; + border-style: solid; + border-color: #c0c0c0; +} + +dl.toLang dt { + color: #c0c0c0; + display: block; + float: left; + width: 5em; +} + + +dl.toLang dd { + border-width: 0 0 1px 0; + border-style: solid; + border-color: #c0c0c0; +} + + +ul { + margin: 0; + padding: 0; +} + +li { + list-style-type: none; + margin: 0; + padding: 0; +} \ No newline at end of file diff --git a/deprecated/old-lib/javascript/translator.html b/deprecated/old-lib/javascript/translator.html new file mode 100644 index 000000000..b6fd37086 --- /dev/null +++ b/deprecated/old-lib/javascript/translator.html @@ -0,0 +1,48 @@ + + + + + + + + + + + Web-based GF Translator + + +
    +

    + +

    +

    + From: + To: + +

    +
    +
    + + diff --git a/deprecated/old-lib/javascript/translator.js b/deprecated/old-lib/javascript/translator.js new file mode 100644 index 000000000..31da04290 --- /dev/null +++ b/deprecated/old-lib/javascript/translator.js @@ -0,0 +1,51 @@ +function formatTranslation (outputs) { + var dl1 = document.createElement("dl"); + dl1.className = "fromLang"; + for (var fromLang in outputs) { + var ul = document.createElement("ul"); + addDefinition(dl1, document.createTextNode(fromLang), ul); + for (var i in outputs[fromLang]) { + var dl2 = document.createElement("dl"); + dl2.className = "toLang"; + for (var toLang in outputs[fromLang][i]) { + addDefinition(dl2, document.createTextNode(toLang), document.createTextNode(outputs[fromLang][i][toLang])); + } + addItem(ul, dl2); + } + } + + return dl1; +} + +/* DOM utilities for specific tags */ + +function addDefinition (dl, t, d) { + var dt = document.createElement("dt"); + dt.appendChild(t); + dl.appendChild(dt); + var dd = document.createElement("dd"); + dd.appendChild(d); + dl.appendChild(dd); +} + +function addItem (ul, i) { + var li = document.createElement("li"); + li.appendChild(i); + ul.appendChild(li); +} + +function addOption (select, value, content) { + var option = document.createElement("option"); + option.value = value; + option.appendChild(document.createTextNode(content)); + select.appendChild(option); +} + +/* General DOM utilities */ + +/* Removes all the children of a node */ +function removeChildren(node) { + while (node.hasChildNodes()) { + node.removeChild(node.firstChild); + } +} diff --git a/deprecated/old-lib/prelude/Coordination.gf b/deprecated/old-lib/prelude/Coordination.gf new file mode 100644 index 000000000..499b45306 --- /dev/null +++ b/deprecated/old-lib/prelude/Coordination.gf @@ -0,0 +1,129 @@ +resource Coordination = open Prelude in { + +param + ListSize = TwoElem | ManyElem ; + +oper + ListX = {s1,s2 : Str} ; + + twoStr : (x,y : Str) -> ListX = \x,y -> + {s1 = x ; s2 = y} ; + consStr : Str -> ListX -> Str -> ListX = \comma,xs,x -> + {s1 = xs.s1 ++ comma ++ xs.s2 ; s2 = x } ; + + twoSS : (_,_ : SS) -> ListX = \x,y -> + twoStr x.s y.s ; + consSS : Str -> ListX -> SS -> ListX = \comma,xs,x -> + consStr comma xs x.s ; + + Conjunction : Type = SS ; + ConjunctionDistr : Type = {s1 : Str ; s2 : Str} ; + + conjunctX : Conjunction -> ListX -> Str = \or,xs -> + xs.s1 ++ or.s ++ xs.s2 ; + + conjunctDistrX : ConjunctionDistr -> ListX -> Str = \or,xs -> + or.s1 ++ xs.s1 ++ or.s2 ++ xs.s2 ; + + conjunctSS : Conjunction -> ListX -> SS = \or,xs -> + ss (xs.s1 ++ or.s ++ xs.s2) ; + + conjunctDistrSS : ConjunctionDistr -> ListX -> SS = \or,xs -> + ss (or.s1 ++ xs.s1 ++ or.s2 ++ xs.s2) ; + + -- all this lifted to tables + + ListTable : Type -> Type = \P -> {s1,s2 : P => Str} ; + + twoTable : (P : Type) -> (_,_ : {s : P => Str}) -> ListTable P = \_,x,y -> + {s1 = x.s ; s2 = y.s} ; + + consTable : (P : Type) -> Str -> ListTable P -> {s : P => Str} -> ListTable P = + \P,c,xs,x -> + {s1 = table P {o => xs.s1 ! o ++ c ++ xs.s2 ! o} ; s2 = x.s} ; + + conjunctTable : (P : Type) -> Conjunction -> ListTable P -> {s : P => Str} = + \P,or,xs -> + {s = table P {p => xs.s1 ! p ++ or.s ++ xs.s2 ! p}} ; + + conjunctDistrTable : + (P : Type) -> ConjunctionDistr -> ListTable P -> {s : P => Str} = \P,or,xs -> + {s = table P {p => or.s1++ xs.s1 ! p ++ or.s2 ++ xs.s2 ! p}} ; + + -- ... and to two- and three-argument tables: how clumsy! --- + + ListTable2 : Type -> Type -> Type = \P,Q -> + {s1,s2 : P => Q => Str} ; + + twoTable2 : (P,Q : Type) -> (_,_ : {s : P => Q => Str}) -> ListTable2 P Q = + \_,_,x,y -> + {s1 = x.s ; s2 = y.s} ; + + consTable2 : + (P,Q : Type) -> Str -> ListTable2 P Q -> {s : P => Q => Str} -> ListTable2 P Q = + \P,Q,c,xs,x -> + {s1 = table P {p => table Q {q => xs.s1 ! p ! q ++ c ++ xs.s2 ! p! q}} ; + s2 = x.s + } ; + + conjunctTable2 : + (P,Q : Type) -> Conjunction -> ListTable2 P Q -> {s : P => Q => Str} = + \P,Q,or,xs -> + {s = table P {p => table Q {q => xs.s1 ! p ! q ++ or.s ++ xs.s2 ! p ! q}}} ; + + conjunctDistrTable2 : + (P,Q : Type) -> ConjunctionDistr -> ListTable2 P Q -> {s : P => Q => Str} = + \P,Q,or,xs -> + {s = + table P {p => table Q {q => or.s1++ xs.s1 ! p ! q ++ or.s2 ++ xs.s2 ! p ! q}}} ; + + ListTable3 : Type -> Type -> Type -> Type = \P,Q,R -> + {s1,s2 : P => Q => R => Str} ; + + twoTable3 : (P,Q,R : Type) -> (_,_ : {s : P => Q => R => Str}) -> + ListTable3 P Q R = + \_,_,_,x,y -> + {s1 = x.s ; s2 = y.s} ; + + consTable3 : + (P,Q,R : Type) -> Str -> ListTable3 P Q R -> {s : P => Q => R => Str} -> + ListTable3 P Q R = + \P,Q,R,c,xs,x -> + {s1 = \\p,q,r => xs.s1 ! p ! q ! r ++ c ++ xs.s2 ! p ! q ! r ; + s2 = x.s + } ; + + conjunctTable3 : + (P,Q,R : Type) -> Conjunction -> ListTable3 P Q R -> {s : P => Q => R => Str} = + \P,Q,R,or,xs -> + {s = \\p,q,r => xs.s1 ! p ! q ! r ++ or.s ++ xs.s2 ! p ! q ! r} ; + + conjunctDistrTable3 : + (P,Q,R : Type) -> ConjunctionDistr -> ListTable3 P Q R -> + {s : P => Q => R => Str} = + \P,Q,R,or,xs -> + {s = \\p,q,r => or.s1++ xs.s1 ! p ! q ! r ++ or.s2 ++ xs.s2 ! p ! q ! r} ; + + comma = "," ; + +-- you can also do this to right-associative lists: + + consrStr : Str -> Str -> ListX -> ListX = \comma,x,xs -> + {s1 = x ++ comma ++ xs.s1 ; s2 = xs.s2 } ; + + consrSS : Str -> SS -> ListX -> ListX = \comma,x,xs -> + consrStr comma x.s xs ; + + consrTable : (P : Type) -> Str -> {s : P => Str} -> ListTable P -> ListTable P = + \P,c,x,xs -> + {s1 = table P {o => x.s ! o ++ c ++ xs.s1 ! o} ; s2 = xs.s2} ; + + consrTable2 : (P,Q : Type) -> Str -> {s : P => Q => Str} -> + ListTable2 P Q -> ListTable2 P Q = + \P,Q,c,x,xs -> + {s1 = table P {p => table Q {q => x.s ! p ! q ++ c ++ xs.s1 ! p ! q}} ; + s2 = xs.s2 + } ; + + +} ; diff --git a/deprecated/old-lib/prelude/Formal.gf b/deprecated/old-lib/prelude/Formal.gf new file mode 100644 index 000000000..2aa33d9ef --- /dev/null +++ b/deprecated/old-lib/prelude/Formal.gf @@ -0,0 +1,54 @@ +resource Formal = open Prelude in { + +-- to replace the old library Precedence + + oper + Prec : PType ; + TermPrec : Type = {s : Str ; p : Prec} ; + + mkPrec : Prec -> Str -> TermPrec = \p,s -> + {s = s ; p = p} ; + + top : TermPrec -> Str = usePrec 0 ; + + constant : Str -> TermPrec = mkPrec highest ; + + infixl : Prec -> Str -> (_,_ : TermPrec) -> TermPrec = \p,f,x,y -> + mkPrec p (usePrec p x ++ f ++ usePrec (nextPrec p) y) ; + infixr : Prec -> Str -> (_,_ : TermPrec) -> TermPrec = \p,f,x,y -> + mkPrec p (usePrec (nextPrec p) x ++ f ++ usePrec p y) ; + infixn : Prec -> Str -> (_,_ : TermPrec) -> TermPrec = \p,f,x,y -> + mkPrec p (usePrec (nextPrec p) x ++ f ++ usePrec (nextPrec p) y) ; + +-- auxiliaries, should not be needed so much + + usePrec : Prec -> TermPrec -> Str = \p,x -> + case lessPrec x.p p of { + True => parenth x.s ; + False => parenthOpt x.s + } ; + + parenth : Str -> Str = \s -> "(" ++ s ++ ")" ; + parenthOpt : Str -> Str = \s -> variants {s ; "(" ++ s ++ ")"} ; + +--. +-- low-level things: don't use + + Prec : PType = Predef.Ints 4 ; + + highest = 4 ; + + lessPrec : Prec -> Prec -> Bool = \p,q -> + case < : Prec * Prec> of { + <3,4> | <2,3> | <2,4> => True ; + <1,1> | <1,0> | <0,0> => False ; + <1,_> | <0,_> => True ; + _ => False + } ; + + nextPrec : Prec -> Prec = \p -> case

    of { + 4 => 4 ; + n => Predef.plus n 1 + } ; + +} diff --git a/deprecated/old-lib/prelude/HTML.gf b/deprecated/old-lib/prelude/HTML.gf new file mode 100644 index 000000000..b469b582c --- /dev/null +++ b/deprecated/old-lib/prelude/HTML.gf @@ -0,0 +1,8 @@ +resource HTML = open Prelude in { + oper + tag : Str -> Str = \t -> "<" + t + ">" ; + endtag : Str -> Str = \t -> tag ("/" + t) ; + intag : Str -> Str -> Str = \t,s -> tag t ++ s ++ endtag t ; + intagAttr : Str -> Str -> Str -> Str = + \t,a,s -> ("<" + t) ++ (a + ">") ++ s ++ endtag t ; +} diff --git a/deprecated/old-lib/prelude/Latex.gf b/deprecated/old-lib/prelude/Latex.gf new file mode 100644 index 000000000..2fd2f9ec8 --- /dev/null +++ b/deprecated/old-lib/prelude/Latex.gf @@ -0,0 +1,12 @@ +resource Latex = open Prelude in { + oper + command : Str -> Str = \c -> "\\" + c ; + fun1 : Str -> Str -> Str = \f,x -> "\\" + f + "{" ++ x ++ "}" ; + fun2 : Str -> Str -> Str -> Str = + \f,x,y -> "\\" + f + "{" ++ x ++ "}{" ++ y ++ "}" ; + begin : Str -> Str = \e -> "\\begin{" + e + "}" ; + end : Str -> Str = \e -> "\\end{" + e + "}" ; + inEnv : Str -> Str -> Str = \e,s -> begin e ++ s ++ end e ; +} + + diff --git a/deprecated/old-lib/prelude/Precedence.gf b/deprecated/old-lib/prelude/Precedence.gf new file mode 100644 index 000000000..62775958c --- /dev/null +++ b/deprecated/old-lib/prelude/Precedence.gf @@ -0,0 +1,117 @@ +-- operations for precedence-dependent strings. +-- five levels: +-- p4 (constants), p3 (applications), p2 (products), p1 (sums), p0 (arrows) + +resource Precedence = open Prelude in { + +param +Prec = p4 | p3 | p2 | p1 | p0 ; + +oper +PrecTerm = Prec => Str ; + +oper +pss : PrecTerm -> {s : PrecTerm} = \s -> {s = s} ; + + +-- change this if you want some other type of parentheses +mkParenth : Str -> Str = \str -> "(" ++ str ++ ")" ; + +-- define ordering of precedences +nextPrec : Prec => Prec = + table {p0 => p1 ; p1 => p2 ; p2 => p3 ; _ => p4} ; +prevPrec : Prec => Prec = + table {p4 => p3 ; p3 => p2 ; p2 => p1 ; _ => p0} ; + +mkPrec : Str -> Prec => Prec => Str = \str -> + table { + p4 => table { -- use the term of precedence p4... + _ => str} ; -- ...always without parentheses + p3 => table { -- use the term of precedence p3... + p4 => mkParenth str ; -- ...in parentheses if p4 is required... + _ => str} ; -- ...otherwise without parentheses + p2 => table { + p4 => mkParenth str ; + p3 => mkParenth str ; + _ => str} ; + p1 => table { + p1 => str ; + p0 => str ; + _ => mkParenth str} ; + p0 => table { + p0 => str ; + _ => mkParenth str} + } ; + +-- make a string into a constant, of precedence p4 +mkConst : Str -> PrecTerm = + \f -> + mkPrec f ! p4 ; + +-- make a string into a 1/2/3 -place prefix operator, of precedence p3 +mkFun1 : Str -> PrecTerm -> PrecTerm = + \f -> \x -> + table {k => mkPrec (f ++ x ! p4) ! p3 ! k} ; +mkFun2 : Str -> PrecTerm -> PrecTerm -> PrecTerm = + \f -> \x -> \y -> + table {k => mkPrec (f ++ x ! p4 ++ y ! p4) ! p3 ! k} ; +mkFun3 : Str -> PrecTerm -> PrecTerm -> PrecTerm -> PrecTerm = + \f -> \x -> \y -> \z -> + table {k => mkPrec (f ++ x ! p4 ++ y ! p4 ++ z ! p4) ! p3 ! k} ; + +-- make a string into a non/left/right -associative infix operator, of precedence p +mkInfix : Str -> Prec -> PrecTerm -> PrecTerm -> PrecTerm = + \f -> \p -> \x -> \y -> + table {k => mkPrec (x ! (nextPrec ! p) ++ f ++ y ! (nextPrec ! p)) ! p ! k} ; +mkInfixL : Str -> Prec -> PrecTerm -> PrecTerm -> PrecTerm = + \f -> \p -> \x -> \y -> + table {k => mkPrec (x ! p ++ f ++ y ! (nextPrec ! p)) ! p ! k} ; +mkInfixR : Str -> Prec -> PrecTerm -> PrecTerm -> PrecTerm = + \f -> \p -> \x -> \y -> + table {k => mkPrec (x ! (nextPrec ! p) ++ f ++ y ! p) ! p ! k} ; + +----------------------------------------------------------- + +-- alternative: +-- precedence as inherent feature + +oper TermWithPrec = {s : Str ; p : Prec} ; + +oper +mkpPrec : Str -> Prec -> TermWithPrec = + \f -> \p -> + {s = f ; p = p} ; + +usePrec : TermWithPrec -> Prec -> Str = + \x -> \p -> + mkPrec x.s ! x.p ! p ; + +-- make a string into a constant, of precedence p4 +mkpConst : Str -> TermWithPrec = + \f -> + mkpPrec f p4 ; + +-- make a string into a 1/2/3 -place prefix operator, of precedence p3 +mkpFun1 : Str -> TermWithPrec -> TermWithPrec = + \f -> \x -> + mkpPrec (f ++ usePrec x p4) p3 ; + +mkpFun2 : Str -> TermWithPrec -> TermWithPrec -> TermWithPrec = + \f -> \x -> \y -> + mkpPrec (f ++ usePrec x p4 ++ usePrec y p4) p3 ; + +mkpFun3 : Str -> TermWithPrec -> TermWithPrec -> TermWithPrec -> TermWithPrec = + \f -> \x -> \y -> \z -> + mkpPrec (f ++ usePrec x p4 ++ usePrec y p4 ++ usePrec z p4) p3 ; + +-- make a string a into non/left/right -associative infix operator, of precedence p +mkpInfix : Str -> Prec -> TermWithPrec -> TermWithPrec -> TermWithPrec = + \f -> \p -> \x -> \y -> + mkpPrec (usePrec x (nextPrec ! p) ++ f ++ usePrec y (nextPrec ! p)) p ; +mkpInfixL : Str -> Prec -> TermWithPrec -> TermWithPrec -> TermWithPrec = + \f -> \p -> \x -> \y -> + mkpPrec (usePrec x p ++ f ++ usePrec y (nextPrec ! p)) p ; +mkpInfixR : Str -> Prec -> TermWithPrec -> TermWithPrec -> TermWithPrec = + \f -> \p -> \x -> \y -> + mkpPrec (usePrec x (nextPrec ! p) ++ f ++ usePrec y p) p ; +} ; \ No newline at end of file diff --git a/deprecated/old-lib/prelude/Predef.gf b/deprecated/old-lib/prelude/Predef.gf new file mode 100644 index 000000000..d8141ea8c --- /dev/null +++ b/deprecated/old-lib/prelude/Predef.gf @@ -0,0 +1,37 @@ +--1 Predefined functions for concrete syntax + +-- The definitions of these constants are hard-coded in GF, and defined +-- in [AppPredefined.hs ../src/GF/Grammar/AppPredefined.hs]. Applying +-- them to run-time variables leads to compiler errors that are often +-- only detected at the code generation time. + +resource Predef = { + +-- This type of booleans is for internal use only. + + param PBool = PTrue | PFalse ; + + oper Error : Type = variants {} ; -- the empty type + oper Int : Type = variants {} ; -- the type of integers + oper Ints : Int -> Type = variants {} ; -- the type of integers from 0 to n + + oper error : Str -> Error = variants {} ; -- forms error message + oper length : Tok -> Int = variants {} ; -- length of string + oper drop : Int -> Tok -> Tok = variants {} ; -- drop prefix of length + oper take : Int -> Tok -> Tok = variants {} ; -- take prefix of length + oper tk : Int -> Tok -> Tok = variants {} ; -- drop suffix of length + oper dp : Int -> Tok -> Tok = variants {} ; -- take suffix of length + oper eqInt : Int -> Int -> PBool = variants {} ; -- test if equal integers + oper lessInt: Int -> Int -> PBool = variants {} ; -- test order of integers + oper plus : Int -> Int -> Int = variants {} ; -- add integers + oper eqStr : Tok -> Tok -> PBool = variants {} ; -- test if equal strings + oper occur : Tok -> Tok -> PBool = variants {} ; -- test if occurs as substring + oper occurs : Tok -> Tok -> PBool = variants {} ; -- test if any char occurs + oper show : (P : Type) -> P -> Tok = variants {} ; -- convert param to string + oper read : (P : Type) -> Tok -> P = variants {} ; -- convert string to param + oper toStr : (L : Type) -> L -> Str = variants {} ; -- find the "first" string + oper mapStr : (L : Type) -> (Str -> Str) -> L -> L = variants {} ; + -- map all strings in a data structure; experimental --- + +} ; + diff --git a/deprecated/old-lib/prelude/PredefAbs.gf b/deprecated/old-lib/prelude/PredefAbs.gf new file mode 100644 index 000000000..a99961d00 --- /dev/null +++ b/deprecated/old-lib/prelude/PredefAbs.gf @@ -0,0 +1,4 @@ +abstract PredefAbs = { + cat Int ; String ; Float ; +} ; + diff --git a/deprecated/old-lib/prelude/PredefCnc.gf b/deprecated/old-lib/prelude/PredefCnc.gf new file mode 100644 index 000000000..f12b9b1f0 --- /dev/null +++ b/deprecated/old-lib/prelude/PredefCnc.gf @@ -0,0 +1,4 @@ +concrete PredefCnc of PredefAbs = { + lincat + Int, Float, String = {s : Str} ; +} ; diff --git a/deprecated/old-lib/prelude/Prelude.gf b/deprecated/old-lib/prelude/Prelude.gf new file mode 100644 index 000000000..56545d051 --- /dev/null +++ b/deprecated/old-lib/prelude/Prelude.gf @@ -0,0 +1,142 @@ +--1 The GF Prelude + +-- This file defines some prelude facilities usable in all grammars. + +resource Prelude = open (Predef=Predef) in { + +oper + +--2 Strings, records, and tables + + SS : Type = {s : Str} ; + ss : Str -> SS = \s -> {s = s} ; + ss2 : (_,_ : Str) -> SS = \x,y -> ss (x ++ y) ; + ss3 : (_,_ ,_: Str) -> SS = \x,y,z -> ss (x ++ y ++ z) ; + + cc2 : (_,_ : SS) -> SS = \x,y -> ss (x.s ++ y.s) ; + cc3 : (_,_,_ : SS) -> SS = \x,y,z -> ss (x.s ++ y.s ++ z.s) ; + + SS1 : Type -> Type = \P -> {s : P => Str} ; + ss1 : (A : Type) -> Str -> SS1 A = \A,s -> {s = table {_ => s}} ; + + SP1 : Type -> Type = \P -> {s : Str ; p : P} ; + sp1 : (A : Type) -> Str -> A -> SP1 A = \_,s,a -> {s = s ; p = a} ; + + constTable : (A,B : Type) -> B -> A => B = \_,_,b -> \\_ => b ; + constStr : (A : Type) -> Str -> A => Str = \A -> constTable A Str ; + +-- Discontinuous constituents. + + SD2 : Type = {s1,s2 : Str} ; + sd2 : (_,_ : Str) -> SD2 = \x,y -> {s1 = x ; s2 = y} ; + + +--2 Optional elements + +-- Missing form. + + nonExist : Str = variants {} ; + +-- Optional string with preference on the string vs. empty. + + optStr : Str -> Str = \s -> variants {s ; []} ; + strOpt : Str -> Str = \s -> variants {[] ; s} ; + +-- Free order between two strings. + + bothWays : Str -> Str -> Str = \x,y -> variants {x ++ y ; y ++ x} ; + +-- Parametric order between two strings. + + preOrPost : Bool -> Str -> Str -> Str = \pr,x,y -> + if_then_Str pr (x ++ y) (y ++ x) ; + +--2 Infixes. prefixes, and postfixes + +-- Fixes with precedences are defined in [Precedence Precedence.html]. + + infixSS : Str -> SS -> SS -> SS = \f,x,y -> ss (x.s ++ f ++ y.s) ; + prefixSS : Str -> SS -> SS = \f,x -> ss (f ++ x.s) ; + postfixSS : Str -> SS -> SS = \f,x -> ss (x.s ++ f) ; + embedSS : Str -> Str -> SS -> SS = \f,g,x -> ss (f ++ x.s ++ g) ; + + +--2 Booleans + + param Bool = True | False ; + +oper + if_then_else : (A : Type) -> Bool -> A -> A -> A = \_,c,d,e -> + case c of { + True => d ; ---- should not need to qualify + False => e + } ; + + andB : (_,_ : Bool) -> Bool = \a,b -> if_then_else Bool a b False ; + orB : (_,_ : Bool) -> Bool = \a,b -> if_then_else Bool a True b ; + notB : Bool -> Bool = \a -> if_then_else Bool a False True ; + + if_then_Str : Bool -> Str -> Str -> Str = if_then_else Str ; + + onlyIf : Bool -> Str -> Str = \b,s -> case b of { + True => s ; + _ => nonExist + } ; + +-- Interface to internal booleans + + pbool2bool : Predef.PBool -> Bool = \b -> case b of { + Predef.PFalse => False ; Predef.PTrue => True + } ; + + init : Tok -> Tok = Predef.tk 1 ; + last : Tok -> Tok = Predef.dp 1 ; + +--2 High-level acces to Predef operations + + isNil : Tok -> Bool = \b -> pbool2bool (Predef.eqStr [] b) ; + + ifTok : (A : Type) -> Tok -> Tok -> A -> A -> A = \A,t,u,a,b -> + case Predef.eqStr t u of {Predef.PTrue => a ; Predef.PFalse => b} ; + +--2 Lexer-related operations + +-- Bind together two tokens in some lexers, either obligatorily or optionally + + oper + glue : Str -> Str -> Str = \x,y -> x ++ BIND ++ y ; + glueOpt : Str -> Str -> Str = \x,y -> variants {glue x y ; x ++ y} ; + noglueOpt : Str -> Str -> Str = \x,y -> variants {x ++ y ; glue x y} ; + +-- Force capitalization of next word in some unlexers + + capitalize : Str -> Str = \s -> CAPIT ++ s ; + +-- These should be hidden, and never changed since they are hardcoded in (un)lexers + + BIND : Str = "&+" ; + PARA : Str = "&-" ; + CAPIT : Str = "&|" ; + +--2 Miscellaneous + +-- Identity function + + id : (A : Type) -> A -> A = \_,a -> a ; + +-- Parentheses + + paren : Str -> Str = \s -> "(" ++ s ++ ")" ; + parenss : SS -> SS = \s -> ss (paren s.s) ; + +-- Zero, one, two, or more (elements in a list etc) + +param + ENumber = E0 | E1 | E2 | Emore ; + +oper + eNext : ENumber -> ENumber = \e -> case e of { + E0 => E1 ; E1 => E2 ; _ => Emore} ; + + +} diff --git a/deprecated/old-lib/resource/Make.hs b/deprecated/old-lib/resource/Make.hs new file mode 100644 index 000000000..eff24eb06 --- /dev/null +++ b/deprecated/old-lib/resource/Make.hs @@ -0,0 +1,193 @@ +module Main where + +import Control.Monad +import Data.Maybe +import System.Cmd +import System.Directory +import System.Environment +import System.Exit + +-- Make commands for compiling and testing resource grammars. +-- usage: runghc Make ((present? OPT?) | (clone FILE))? LANGS? +-- where +-- - OPT = (lang | api | math | pgf | test | demo | clean) +-- - LANGS has the form e.g. langs=Eng,Fin,Rus +-- - clone with a flag file=FILENAME clones the file to the specified languages, +-- by replacing the 3-letter language name of the original in both +-- the filename and the body +-- with each name in the list (default: all languages) +-- With no argument, lang and api are done, in this order. +-- See 'make' below for what is done by which command. + +default_gf = "../../dist/build/gf/gf" + +presApiPath = "-path=api:present" + +-- the languages have long directory names and short ISO codes (3 letters) +-- we also give the decodings for postprocessing linearizations, as long as grammars +-- don't support all flags needed; they are used in tests + +langsCoding = [ + (("arabic", "Ara"),""), + (("bulgarian","Bul"),""), + (("catalan", "Cat"),""), + (("danish", "Dan"),""), + (("english", "Eng"),""), + (("finnish", "Fin"),""), + (("french", "Fre"),""), + (("hindi", "Hin"),"to_devanagari"), + (("german", "Ger"),""), + (("interlingua","Ina"),""), + (("italian", "Ita"),""), + (("norwegian","Nor"),""), + (("russian", "Rus"),""), + (("spanish", "Spa"),""), + (("swedish", "Swe"),""), + (("thai", "Tha"),"to_thai") + ] + +langs = map fst langsCoding + +-- languagues for which to compile Lang +langsLang = langs `except` ["Ara"] + +-- languages for which to compile Try +langsAPI = langsLang `except` ["Ara","Bul","Hin","Ina","Rus","Tha"] + +-- languages for which to compile Mathematical +langsMath = langsAPI + +-- languages for which to run treebank test +langsTest = langsLang `except` ["Ara","Bul","Cat","Hin","Rus","Spa","Tha"] + +-- languages for which to run demo test +langsDemo = langsLang `except` ["Ara","Hin","Ina","Tha"] + +-- languages for which langs.pgf is built +langsPGF = langsTest `only` ["Eng","Fre","Swe"] + +-- languages for which Compatibility exists (to be extended) +langsCompat = langsLang `only` ["Cat","Eng","Fin","Fre","Ita","Spa","Swe"] + +treebankExx = "exx-resource.gft" +treebankResults = "exx-resource.gftb" + +main = do + xx <- getArgs + make xx + +make :: [String] -> IO () +make xx = do + let ifx opt act = if null xx || elem opt xx then act >> return () else return () + let ifxx opt act = if elem opt xx then act >> return () else return () + let pres = elem "present" xx + let dir = if pres then "../present" else "../alltenses" + + let optl ls = maybe ls id $ getOptLangs xx + + ifx "lang" $ do + mapM_ (gfc pres [] . lang) (optl langsLang) + copy "*/*.gfo" dir + ifx "compat" $ do + mapM_ (gfc pres [] . compat) (optl langsCompat) + copy "*/Compatibility*.gfo" dir + ifx "api" $ do + mapM_ (gfc pres presApiPath . try) (optl langsAPI) + copy "*/*.gfo" dir + ifx "math" $ do + mapM_ (gfc False [] . math) (optl langsMath) + copy "mathematical/*.gfo" "../mathematical" + mapM_ (gfc False [] . symbolic) (optl langsMath) + copy "mathematical/Symbolic*.gfo" "../mathematical" + ifxx "pgf" $ do + run_gfc $ ["-s","--make","--name=langs","--parser=off", + "--output-dir=" ++ dir] + ++ [dir ++ "/Lang" ++ la ++ ".gfo" | (_,la) <- optl langsPGF] + ifxx "test" $ do + let ls = optl langsTest + gf (treeb "Lang" ls) $ unwords [dir ++ "/Lang" ++ la ++ ".gfo" | (_,la) <- ls] + ifxx "demo" $ do + let ls = optl langsDemo + gf (demos "Demo" ls) $ unwords ["demo/Demo" ++ la ++ ".gf" | (_,la) <- ls] + ifxx "clean" $ do + system "rm -f */*.gfo ../alltenses/*.gfo ../present/*.gfo" + ifxx "clone" $ do + let (pref,lang) = case getLangName xx of + Just pl -> pl + _ -> error "expected flag option file=ppppppLLL.gf" + s <- readFile (pref ++ lang ++ ".gf") + mapM_ (\la -> writeFile (pref ++ la ++ ".gf") (replaceLang lang la s)) (map snd (optl langs)) + return () + +gfc pres ppath file = do + let preproc = if pres then "-preproc=./mkPresent" else "" + let path = if pres then ppath else "" + putStrLn $ "Compiling " ++ file + run_gfc ["-s","-src", preproc, path, file] + +gf comm file = do + putStrLn $ "Reading " ++ file + let cmd = "echo \"" ++ comm ++ "\" | gf -s " ++ file + putStrLn cmd + system cmd + +treeb abstr ls = "rf -lines -tree -file=" ++ treebankExx ++ + " | l -treebank " ++ unlexer abstr ls ++ " | wf -file=" ++ treebankResults + +demos abstr ls = "gr -number=100 | l -treebank " ++ unlexer abstr ls ++ + " | ps -to_html | wf -file=resdemo.html" + +lang (lla,la) = lla ++ "/All" ++ la ++ ".gf" +compat (lla,la) = lla ++ "/Compatibility" ++ la ++ ".gf" +try (lla,la) = "api/Try" ++ la ++ ".gf" +math (lla,la) = "mathematical/Mathematical" ++ la ++ ".gf" +symbolic (lla,la) = "mathematical/Symbolic" ++ la ++ ".gf" + +except ls es = filter (flip notElem es . snd) ls +only ls es = filter (flip elem es . snd) ls + +-- list of languages overriding the definitions above +getOptLangs args = case [ls | a <- args, let (f,ls) = splitAt 6 a, f=="langs="] of + ls:_ -> return $ findLangs $ seps ls + _ -> Nothing + where + seps = words . map (\c -> if c==',' then ' ' else c) + findLangs ls = [lang | lang@(_,la) <- langs, elem la ls] + +-- the file name has the form p....pLLL.gf, i.e. 3-letter lang name, suffix .gf +getLangName args = case [ls | a <- args, let (f,ls) = splitAt 5 a, f=="file="] of + fi:_ -> let (nal,ferp) = splitAt 3 (drop 3 (reverse fi)) in return (reverse ferp,reverse nal) + _ -> Nothing + +replaceLang s1 s2 = repl where + repl s = case s of + c:cs -> case splitAt lgs s of + (pre,rest) | pre == s1 -> s2 ++ repl rest + _ -> c : repl cs + _ -> s + lgs = 3 -- length s1 + +unlexer abstr ls = + "-unlexer=\\\"" ++ unwords + [abstr ++ la ++ "=" ++ unl | + lla@(_,la) <- ls, let unl = unlex lla, not (null unl)] ++ + "\\\"" + where + unlex lla = maybe "" id $ lookup lla langsCoding + +-- | Runs the gf executable in compile mode with the given arguments. +run_gfc :: [String] -> IO () +run_gfc args = + do let args' = ["-batch","-gf-lib-path=../"] ++ filter (not . null) args ++ ["+RTS"] ++ rts_flags ++ ["-RTS"] + putStrLn $ "Running: " ++ default_gf ++ " " ++ unwords (map showArg args') + e <- rawSystem default_gf args' + case e of + ExitSuccess -> return () + ExitFailure i -> putStrLn $ "gf exited with exit code: " ++ show i + where rts_flags = ["-K100M"] + showArg arg = "'" ++ arg ++ "'" + +copy :: String -> String -> IO () +copy from to = + do system $ "cp " ++ from ++ " " ++ to + return () diff --git a/deprecated/old-lib/resource/Makefile b/deprecated/old-lib/resource/Makefile new file mode 100644 index 000000000..7c7d1900f --- /dev/null +++ b/deprecated/old-lib/resource/Makefile @@ -0,0 +1,49 @@ +RUNGHC=runghc +RUNMAKE=$(RUNGHC) Make.hs + +.PHONY: all present alltenses lang api math test demo synopsis link compiled clean + +all: link present alltenses math + +present: + $(RUNMAKE) present lang + $(RUNMAKE) present api + +alltenses: + $(RUNMAKE) lang + $(RUNMAKE) api + +lang: + $(RUNMAKE) lang + +api: + $(RUNMAKE) api + +math: + $(RUNMAKE) math + +compat: + gf -batch */Compatibility*.gf + cp -p */Compatibility*.gfo ../alltenses/ + cp -p */Compatibility*.gfo ../present/ +# $(RUNMAKE) present compat +# $(RUNMAKE) compat + +test: + $(RUNMAKE) test + +demo: + $(RUNMAKE) demo + +synopsis: + cd doc ; $(RUNGHC) MkSynopsis ; cd .. + +link: + chmod a+x mkPresent + +compiled: + (cd .. && tar -zcf resource-compiled.tar.gz prelude alltenses present mathematical) + +clean: + $(RUNMAKE) clean + diff --git a/deprecated/old-lib/resource/abstract/Adjective.gf b/deprecated/old-lib/resource/abstract/Adjective.gf new file mode 100644 index 000000000..4255b7eee --- /dev/null +++ b/deprecated/old-lib/resource/abstract/Adjective.gf @@ -0,0 +1,30 @@ +--1 Adjective: Adjectives and Adjectival Phrases + +abstract Adjective = Cat ** { + + fun + +-- The principal ways of forming an adjectival phrase are +-- positive, comparative, relational, reflexive-relational, and +-- elliptic-relational. +-- (The superlative use is covered in [Noun Noun.html].$SuperlA$.) + + PositA : A -> AP ; -- warm + ComparA : A -> NP -> AP ; -- warmer than I + ComplA2 : A2 -> NP -> AP ; -- married to her + ReflA2 : A2 -> AP ; -- married to itself + UseA2 : A2 -> A ; -- married + +-- Sentence and question complements defined for all adjectival +-- phrases, although the semantics is only clear for some adjectives. + + SentAP : AP -> SC -> AP ; -- good that she is here + +-- An adjectival phrase can be modified by an *adadjective*, such as "very". + + AdAP : AdA -> AP -> AP ; -- very warm + +-- The formation of adverbs from adjective (e.g. "quickly") is covered +-- in [Adverb Adverb.html]. + +} diff --git a/deprecated/old-lib/resource/abstract/Adverb.gf b/deprecated/old-lib/resource/abstract/Adverb.gf new file mode 100644 index 000000000..3199d6888 --- /dev/null +++ b/deprecated/old-lib/resource/abstract/Adverb.gf @@ -0,0 +1,32 @@ +--1 Adverb: Adverbs and Adverbial Phrases + +abstract Adverb = Cat ** { + + fun + +-- The two main ways of forming adverbs are from adjectives and by +-- prepositions from noun phrases. + + PositAdvAdj : A -> Adv ; -- warmly + PrepNP : Prep -> NP -> Adv ; -- in the house + +-- Comparative adverbs have a noun phrase or a sentence as object of +-- comparison. + + ComparAdvAdj : CAdv -> A -> NP -> Adv ; -- more warmly than John + ComparAdvAdjS : CAdv -> A -> S -> Adv ; -- more warmly than he runs + +-- Adverbs can be modified by 'adadjectives', just like adjectives. + + AdAdv : AdA -> Adv -> Adv ; -- very quickly + +-- Subordinate clauses can function as adverbs. + + SubjS : Subj -> S -> Adv ; -- when she sleeps + +-- Comparison adverbs also work as numeral adverbs. + + AdnCAdv : CAdv -> AdN ; -- less (than five) + + +} diff --git a/deprecated/old-lib/resource/abstract/Backward.gf b/deprecated/old-lib/resource/abstract/Backward.gf new file mode 100644 index 000000000..458fb3010 --- /dev/null +++ b/deprecated/old-lib/resource/abstract/Backward.gf @@ -0,0 +1,63 @@ +--1 Obsolete constructs included for backward-compatibility + +abstract Backward = Cat ** { + + +-- from Cat + +cat + Slash ; + +fun + +-- from Verb 19/4/2008 + + ComplV2 : V2 -> NP -> VP ; -- use it + ComplV3 : V3 -> NP -> NP -> VP ; -- send a message to her + ComplV2V : V2V -> NP -> VP -> VP ; -- cause it to burn + ComplV2S : V2S -> NP -> S -> VP ; -- tell me that it rains + ComplV2Q : V2Q -> NP -> QS -> VP ; -- ask me who came + ComplV2A : V2A -> NP -> AP -> VP ; -- paint it red + + ReflV2 : V2 -> VP ; -- use itself + + UseVQ : VQ -> V2 ; -- ask (a question) + UseVS : VS -> V2 ; -- know (a secret) + + +-- from Sentence 19/4/2008 + + SlashV2 : NP -> V2 -> Slash ; -- (whom) he sees + SlashVVV2 : NP -> VV -> V2 -> Slash; -- (whom) he wants to see + +-- from Noun 19/4/2008 + + NumInt : Int -> Num ; -- 51 + OrdInt : Int -> Ord ; -- 51st (DEPRECATED) + NoOrd : Ord ; + + -- 20/4 + DetSg : Quant -> Ord -> Det ; -- the best man + DetPl : Quant -> Num -> Ord -> Det ; -- the five best men + NoNum : Num ; + + -- 22/4 + DefArt : Quant ; -- the (house), the (houses) + IndefArt : Quant ; -- a (house), (houses) + MassDet : Quant ; -- (beer) + +-- from Structural 19/4/2008 + + that_NP : NP ; + these_NP : NP ; + this_NP : NP ; + those_NP : NP ; + + whichPl_IDet : IDet ; + whichSg_IDet : IDet ; + +-- from Adverb + + AdvSC : SC -> Adv ; -- that he arrives ---- REMOVE? + +} diff --git a/deprecated/old-lib/resource/abstract/Cat.gf b/deprecated/old-lib/resource/abstract/Cat.gf new file mode 100644 index 000000000..23b8f3b0e --- /dev/null +++ b/deprecated/old-lib/resource/abstract/Cat.gf @@ -0,0 +1,134 @@ +--1 Cat: the Category System + +-- The category system is central to the library in the sense +-- that the other modules ($Adjective$, $Adverb$, $Noun$, $Verb$ etc) +-- communicate through it. This means that a e.g. a function using +-- $NP$s in $Verb$ need not know how $NP$s are constructed in $Noun$: +-- it is enough that both $Verb$ and $Noun$ use the same type $NP$, +-- which is given here in $Cat$. +-- +-- Some categories are inherited from [``Common`` Common.html]. +-- The reason they are defined there is that they have the same +-- implementation in all languages in the resource (typically, +-- just a string). These categories are +-- $AdA, AdN, AdV, Adv, Ant, CAdv, IAdv, PConj, Phr$, +-- $Pol, SC, Tense, Text, Utt, Voc$. +-- +-- Moreover, the list categories $ListAdv, ListAP, ListNP, ListS$ +-- are defined on $Conjunction$ and only used locally there. + + +abstract Cat = Common ** { + + cat + +--2 Sentences and clauses + +-- Constructed in [Sentence Sentence.html], and also in +-- [Idiom Idiom.html]. + + S ; -- declarative sentence e.g. "she lived here" + QS ; -- question e.g. "where did she live" + RS ; -- relative e.g. "in which she lived" + Cl ; -- declarative clause, with all tenses e.g. "she looks at this" + ClSlash;-- clause missing NP (S/NP in GPSG) e.g. "she looks at" + SSlash ;-- sentence missing NP e.g. "she has looked at" + Imp ; -- imperative e.g. "look at this" + +--2 Questions and interrogatives + +-- Constructed in [Question Question.html]. + + QCl ; -- question clause, with all tenses e.g. "why does she walk" + IP ; -- interrogative pronoun e.g. "who" + IComp ; -- interrogative complement of copula e.g. "where" + IDet ; -- interrogative determiner e.g. "how many" + IQuant; -- interrogative quantifier e.g. "which" + +--2 Relative clauses and pronouns + +-- Constructed in [Relative Relative.html]. + + RCl ; -- relative clause, with all tenses e.g. "in which she lives" + RP ; -- relative pronoun e.g. "in which" + +--2 Verb phrases + +-- Constructed in [Verb Verb.html]. + + VP ; -- verb phrase e.g. "is very warm" + Comp ; -- complement of copula, such as AP e.g. "very warm" + VPSlash ; -- verb phrase missing complement e.g. "give to John" + +--2 Adjectival phrases + +-- Constructed in [Adjective Adjective.html]. + + AP ; -- adjectival phrase e.g. "very warm" + +--2 Nouns and noun phrases + +-- Constructed in [Noun Noun.html]. +-- Many atomic noun phrases e.g. "everybody" +-- are constructed in [Structural Structural.html]. +-- The determiner structure is +-- ``` Predet (QuantSg | QuantPl Num) Ord +-- as defined in [Noun Noun.html]. + + CN ; -- common noun (without determiner) e.g. "red house" + NP ; -- noun phrase (subject or object) e.g. "the red house" + Pron ; -- personal pronoun e.g. "she" + Det ; -- determiner phrase e.g. "those seven" + Predet ; -- predeterminer (prefixed Quant) e.g. "all" + Quant ; -- quantifier ('nucleus' of Det) e.g. "this/these" + Art ; -- article e.g. "the" + Num ; -- number determining element e.g. "seven" + Card ; -- cardinal number e.g. "seven" + Ord ; -- ordinal number (used in Det) e.g. "seventh" + +--2 Numerals + +-- Constructed in [Numeral Numeral.html]. + + Numeral ; -- cardinal or ordinal in words e.g. "five/fifth" + Digits ; -- cardinal or ordinal in digits e.g. "1,000/1,000th" + +--2 Structural words + +-- Constructed in [Structural Structural.html]. + + Conj ; -- conjunction e.g. "and" +---b DConj ; -- distributed conjunction e.g. "both - and" + Subj ; -- subjunction e.g. "if" + Prep ; -- preposition, or just case e.g. "in" + +--2 Words of open classes + +-- These are constructed in [Lexicon Lexicon.html] and in +-- additional lexicon modules. + + V ; -- one-place verb e.g. "sleep" + V2 ; -- two-place verb e.g. "love" + V3 ; -- three-place verb e.g. "show" + VV ; -- verb-phrase-complement verb e.g. "want" + VS ; -- sentence-complement verb e.g. "claim" + VQ ; -- question-complement verb e.g. "wonder" + VA ; -- adjective-complement verb e.g. "look" + V2V ; -- verb with NP and V complement e.g. "cause" + V2S ; -- verb with NP and S complement e.g. "tell" + V2Q ; -- verb with NP and Q complement e.g. "ask" + V2A ; -- verb with NP and AP complement e.g. "paint" + + A ; -- one-place adjective e.g. "warm" + A2 ; -- two-place adjective e.g. "divisible" + + N ; -- common noun e.g. "house" + N2 ; -- relational noun e.g. "son" + N3 ; -- three-place relational noun e.g. "connection" + PN ; -- proper name e.g. "Paris" + +-- DEPRECATED: QuantSg, QuantPl +--- QuantSg ;-- quantifier ('nucleus' of sing. Det) e.g. "every" +--- QuantPl ;-- quantifier ('nucleus' of plur. Det) e.g. "many" + +} diff --git a/deprecated/old-lib/resource/abstract/Common.gf b/deprecated/old-lib/resource/abstract/Common.gf new file mode 100644 index 000000000..76bfd9cf4 --- /dev/null +++ b/deprecated/old-lib/resource/abstract/Common.gf @@ -0,0 +1,61 @@ +--1 Common: Structures with Common Implementations. + +-- This module defines the categories that uniformly have the linearization +-- ${s : Str}$ in all languages. + +-- Moreover, this module defines the abstract parameters of tense, polarity, and +-- anteriority, which are used in [``Phrase`` Phrase.html] to generate different +-- forms of sentences. Together they give 4 x 2 x 2 = 16 sentence forms. + +-- These tenses are defined for all languages in the library. More tenses +-- can be defined in the language extensions, e.g. the "pass simple" of +-- Romance languages in [``ExtraRomance`` ../romance/ExtraRomance.gf]. + +abstract Common = { + + cat + +--2 Top-level units + +-- Constructed in [``Text`` Text.html]: $Text$. + + Text ; -- text consisting of several phrases e.g. "He is here. Why?" + +-- Constructed in [``Phrase`` Phrase.html]: + + Phr ; -- phrase in a text e.g. "but be quiet please" + Utt ; -- sentence, question, word... e.g. "be quiet" + Voc ; -- vocative or "please" e.g. "my darling" + PConj ; -- phrase-beginning conjunction e.g. "therefore" + +-- Constructed in [``Sentence`` Sentence.html]: + + SC ; -- embedded sentence or question e.g. "that it rains" + +--2 Adverbs + +-- Constructed in [``Adverb`` Adverb.html]. +-- Many adverbs are constructed in [``Structural`` Structural.html]. + + Adv ; -- verb-phrase-modifying adverb e.g. "in the house" + AdV ; -- adverb directly attached to verb e.g. "always" + AdA ; -- adjective-modifying adverb e.g. "very" + AdN ; -- numeral-modifying adverb e.g. "more than" + IAdv ; -- interrogative adverb e.g. "why" + CAdv ; -- comparative adverb e.g. "more" + +--2 Tense, polarity, and anteriority + + Tense ; -- tense e.g. present, past, future + Pol ; -- polarity e.g. positive, negative + Ant ; -- anteriority e.g. simultaneous, anterior + + fun + PPos, PNeg : Pol ; -- I sleep/don't sleep + + TPres : Tense ; + ASimul : Ant ; + TPast, TFut, TCond : Tense ; -- I slept/will sleep/would sleep --# notpresent + AAnter : Ant ; -- I have slept --# notpresent + +} diff --git a/deprecated/old-lib/resource/abstract/Compatibility.gf b/deprecated/old-lib/resource/abstract/Compatibility.gf new file mode 100644 index 000000000..a4af7d4f5 --- /dev/null +++ b/deprecated/old-lib/resource/abstract/Compatibility.gf @@ -0,0 +1,9 @@ +abstract Compatibility = Cat ** { + +-- from Noun 19/4/2008 + +fun + NumInt : Int -> Num ; -- 57 + OrdInt : Int -> Ord ; -- 57 + +} diff --git a/deprecated/old-lib/resource/abstract/Conjunction.gf b/deprecated/old-lib/resource/abstract/Conjunction.gf new file mode 100644 index 000000000..4c2183919 --- /dev/null +++ b/deprecated/old-lib/resource/abstract/Conjunction.gf @@ -0,0 +1,52 @@ +--1 Conjunction: Coordination + +-- Coordination is defined for many different categories; here is +-- a sample. The rules apply to *lists* of two or more elements, +-- and define two general patterns: +-- - ordinary conjunction: X,...X and X +-- - distributed conjunction: both X,...,X and X +-- +-- +-- $VP$ conjunctions are not covered here, because their applicability +-- depends on language. Some special cases are defined in +-- [``Extra`` ../abstract/Extra.gf]. + + +abstract Conjunction = Cat ** { + +--2 Rules + + fun + ConjS : Conj -> [S] -> S ; -- "he walks and she runs" + ConjAP : Conj -> [AP] -> AP ; -- "cold and warm" + ConjNP : Conj -> [NP] -> NP ; -- "she or we" + ConjAdv : Conj -> [Adv] -> Adv ; -- "here or there" + +---b DConjS : DConj -> [S] -> S ; -- "either he walks or she runs" +---b DConjAP : DConj -> [AP] -> AP ; -- "both warm and cold" +---b DConjNP : DConj -> [NP] -> NP ; -- "either he or she" +---b DConjAdv : DConj -> [Adv] -> Adv; -- "both here and there" + +--2 Categories + +-- These categories are only used in this module. + + cat + [S]{2} ; + [Adv]{2} ; + [NP]{2} ; + [AP]{2} ; + +--2 List constructors + +-- The list constructors are derived from the list notation and therefore +-- not given explicitly. But here are their type signatures: + + -- BaseC : C -> C -> [C] ; -- for C = S, AP, NP, Adv + -- ConsC : C -> [C] -> [C] ; +} + +--. +-- *Note*. This module uses right-recursive lists. If backward +-- compatibility with API 0.9 is needed, use +-- [SeqConjunction SeqConjunction.html]. diff --git a/deprecated/old-lib/resource/abstract/Extra.gf b/deprecated/old-lib/resource/abstract/Extra.gf new file mode 100644 index 000000000..b0601019f --- /dev/null +++ b/deprecated/old-lib/resource/abstract/Extra.gf @@ -0,0 +1,30 @@ +--1 More syntax rules + +-- This module defines syntax rules that are not implemented in all +-- languages, but in more than one, so that it makes sense to offer a +-- common API. + +abstract Extra = Cat ** { + + fun + GenNP : NP -> Quant ; -- this man's + ComplBareVS : VS -> S -> VP ; -- know you go + + StrandRelSlash : RP -> ClSlash -> RCl ; -- that he lives in + EmptyRelSlash : RP -> ClSlash -> RCl ; -- he lives in + StrandQuestSlash : IP -> ClSlash -> QCl ; -- whom does John live with + +-- $VP$ conjunction, which has different fragments implemented in +-- different languages - never a full $VP$, though. + + cat + VPI ; + [VPI] {2} ; + + fun + MkVPI : VP -> VPI ; + ConjVPI : Conj -> [VPI] -> VPI ; + ComplVPIVV : VV -> VPI -> VP ; + + +} diff --git a/deprecated/old-lib/resource/abstract/Grammar.gf b/deprecated/old-lib/resource/abstract/Grammar.gf new file mode 100644 index 000000000..a1edd59df --- /dev/null +++ b/deprecated/old-lib/resource/abstract/Grammar.gf @@ -0,0 +1,22 @@ +--1 Grammar: the Main Module of the Resource Grammar + +-- This grammar is a collection of the different grammar modules, +-- To test the resource, import [``Lang`` Lang.html], which also contains +-- a lexicon. + +abstract Grammar = + Noun, + Verb, + Adjective, + Adverb, + Numeral, + Sentence, + Question, + Relative, + Conjunction, + Phrase, + Text, + Structural, + Idiom ; + + diff --git a/deprecated/old-lib/resource/abstract/Idiom.gf b/deprecated/old-lib/resource/abstract/Idiom.gf new file mode 100644 index 000000000..6b012becc --- /dev/null +++ b/deprecated/old-lib/resource/abstract/Idiom.gf @@ -0,0 +1,22 @@ +--1 Idiom: Idiomatic Expressions + +abstract Idiom = Cat ** { + +-- This module defines constructions that are formed in fixed ways, +-- often different even in closely related languages. + + fun + ImpersCl : VP -> Cl ; -- it is hot + GenericCl : VP -> Cl ; -- one sleeps + + CleftNP : NP -> RS -> Cl ; -- it is I who did it + CleftAdv : Adv -> S -> Cl ; -- it is here she slept + + ExistNP : NP -> Cl ; -- there is a house + ExistIP : IP -> QCl ; -- which houses are there + + ProgrVP : VP -> VP ; -- be sleeping + + ImpPl1 : VP -> Utt ; -- let's go + +} diff --git a/deprecated/old-lib/resource/abstract/Lang.gf b/deprecated/old-lib/resource/abstract/Lang.gf new file mode 100644 index 000000000..978d970ad --- /dev/null +++ b/deprecated/old-lib/resource/abstract/Lang.gf @@ -0,0 +1,13 @@ +--1 Lang: a Test Module for the Resource Grammar + +-- This grammar is for testing the resource as included in the +-- language-independent API, consisting of a grammar and a lexicon. +-- The grammar without a lexicon is [``Grammar`` Grammar.html], +-- which may be more suitable to open in applications. + +abstract Lang = + Grammar, + Lexicon + ** { + flags startcat=Phr ; + } ; diff --git a/deprecated/old-lib/resource/abstract/Lexicon.gf b/deprecated/old-lib/resource/abstract/Lexicon.gf new file mode 100644 index 000000000..59b844ec9 --- /dev/null +++ b/deprecated/old-lib/resource/abstract/Lexicon.gf @@ -0,0 +1,356 @@ +abstract Lexicon = Cat ** { +fun + add_V3 : V3 ; + airplane_N : N ; + already_Adv : Adv ; + animal_N : N ; + answer_V2S : V2S ; + apartment_N : N ; + apple_N : N ; + art_N : N ; + ashes_N : N ; + ask_V2Q : V2Q ; + baby_N : N ; + back_N : N ; + bad_A : A ; + bank_N : N ; + bark_N : N ; + beautiful_A : A ; + become_VA : VA ; + beer_N : N ; + beg_V2V : V2V ; + belly_N : N ; + big_A : A ; + bike_N : N ; + bird_N : N ; + bite_V2 : V2 ; + black_A : A ; + blood_N : N ; + blow_V : V ; + blue_A : A ; + boat_N : N ; + bone_N : N ; + book_N : N ; + boot_N : N ; + boss_N : N ; + boy_N : N ; + bread_N : N ; + break_V2 : V2 ; + breast_N : N ; + breathe_V : V ; + broad_A : A ; + brother_N2 : N2 ; + brown_A : A ; + burn_V : V ; + butter_N : N ; + buy_V2 : V2 ; + camera_N : N ; + cap_N : N ; + car_N : N ; + carpet_N : N ; + cat_N : N ; + ceiling_N : N ; + chair_N : N ; + cheese_N : N ; + child_N : N ; + church_N : N ; + city_N : N ; + clean_A : A ; + clever_A : A ; + close_V2 : V2 ; + cloud_N : N ; + coat_N : N ; + cold_A : A ; + come_V : V ; + computer_N : N ; + correct_A : A ; + country_N : N ; + count_V2 : V2 ; + cousin_N : N ; + cow_N : N ; + cut_V2 : V2 ; + day_N : N ; + die_V : V ; + dig_V : V ; + dirty_A : A ; + distance_N3 : N3 ; + doctor_N : N ; + dog_N : N ; + door_N : N ; + do_V2 : V2 ; + drink_V2 : V2 ; + drink_V2 : V2 ; + dry_A : A ; + dull_A : A ; + dust_N : N ; + ear_N : N ; + earth_N : N ; + easy_A2V : A2 ; + eat_V2 : V2 ; + eat_V2 : V2 ; + egg_N : N ; + empty_A : A ; + enemy_N : N ; + eye_N : N ; + factory_N : N ; + fall_V : V ; + far_Adv : Adv ; + father_N2 : N2 ; + fat_N : N ; + fear_VS : VS ; + fear_V2 : V2 ; + feather_N : N ; + fight_V2 : V2 ; + find_V2 : V2 ; + fingernail_N : N ; + fire_N : N ; + fish_N : N ; + float_V : V ; + floor_N : N ; + flower_N : N ; + flow_V : V ; + fly_V : V ; + fog_N : N ; + foot_N : N ; + forest_N : N ; + forget_V2 : V2 ; + freeze_V : V ; + fridge_N : N ; + friend_N : N ; + fruit_N : N ; + full_A : A ; + fun + fun_AV : A ; + garden_N : N ; + girl_N : N ; + give_V3 : V3 ; + glove_N : N ; + gold_N : N ; + good_A : A ; + go_V : V ; + grammar_N : N ; + grass_N : N ; + green_A : A ; + guts_N : N ; + hair_N : N ; + hand_N : N ; + harbour_N : N ; + hate_V2 : V2 ; + hat_N : N ; + have_V2 : V2 ; + head_N : N ; + heart_N : N ; + hear_V2 : V2 ; + hear_V2 : V2 ; + heavy_A : A ; + hill_N : N ; + hit_V2 : V2 ; + hold_V2 : V2 ; + hope_VS : VS ; + horn_N : N ; + horse_N : N ; + hot_A : A ; + house_N : N ; + hunt_V2 : V2 ; + husband_N : N ; + ice_N : N ; + important_A : A ; + industry_N : N ; + iron_N : N ; + john_PN : PN ; + jump_V : V ; + kill_V2 : V2 ; + king_N : N ; + knee_N : N ; + know_V2 : V2 ; + know_V2 : V2 ; + lake_N : N ; + lamp_N : N ; + language_N : N ; + laugh_V : V ; + leaf_N : N ; + learn_V2 : V2 ; + leather_N : N ; + leave_V2 : V2 ; + left_Ord : Ord ; + leg_N : N ; + lie_V : V ; + like_V2 : V2 ; + listen_V2 : V2 ; + liver_N : N ; + live_V : V ; + long_A : A ; + lose_V2 : V2 ; + louse_N : N ; + love_N : N ; + love_V2 : V2 ; + man_N : N ; + married_A2 : A2 ; + meat_N : N ; + milk_N : N ; + moon_N : N ; + mother_N2 : N2 ; + mountain_N : N ; + mouth_N : N ; + music_N : N ; + name_N : N ; + narrow_A : A ; + near_A : A ; + neck_N : N ; + new_A : A ; + newspaper_N : N ; + night_N : N ; + nose_N : N ; + now_Adv : Adv ; + number_N : N ; + oil_N : N ; + old_A : A ; + open_V2 : V2 ; + paint_V2A : V2A ; + paper_N : N ; + paris_PN : PN ; + peace_N : N ; + pen_N : N ; + person_N : N ; + planet_N : N ; + plastic_N : N ; + play_V2 : V2 ; + play_V : V ; + policeman_N : N ; + priest_N : N ; + probable_AS : A ; + pull_V2 : V2 ; + push_V2 : V2 ; + put_V2 : V2 ; + queen_N : N ; + question_N : N ; + radio_N : N ; + rain_N : N ; + rain_V0 : V ; + read_V2 : V2 ; + ready_A : A ; + reason_N : N ; + red_A : A ; + religion_N : N ; + restaurant_N : N ; + right_Ord : Ord ; + river_N : N ; + road_N : N ; + rock_N : N ; + roof_N : N ; + root_N : N ; + rope_N : N ; + rotten_A : A ; + round_A : A ; + rubber_N : N ; + rub_V2 : V2 ; + rule_N : N ; + run_V : V ; + salt_N : N ; + sand_N : N ; + say_VS : VS ; + school_N : N ; + science_N : N ; + scratch_V2 : V2 ; + sea_N : N ; + seed_N : N ; + seek_V2 : V2 ; + see_V2 : V2 ; + see_V2 : V2 ; + sell_V3 : V3 ; + send_V3 : V3 ; + sew_V : V ; + sharp_A : A ; + sheep_N : N ; + ship_N : N ; + shirt_N : N ; + shoe_N : N ; + shop_N : N ; + short_A : A ; + silver_N : N ; + sing_V : V ; + sister_N : N ; + sit_V : V ; + skin_N : N ; + sky_N : N ; + sleep_V : V ; + small_A : A ; + smell_V : V ; + smoke_N : N ; + smooth_A : A ; + snake_N : N ; + snow_N : N ; + sock_N : N ; + song_N : N ; + speak_V2 : V2 ; + spit_V : V ; + split_V2 : V2 ; + squeeze_V2 : V2 ; + stab_V2 : V2 ; + stand_V : V ; + star_N : N ; + steel_N : N ; + stick_N : N ; + stone_N : N ; + stop_V : V ; + stove_N : N ; + straight_A : A ; + student_N : N ; + stupid_A : A ; + suck_V2 : V2 ; + sun_N : N ; + swell_V : V ; + swim_V : V ; + switch8off_V2 : V2 ; + switch8on_V2 : V2 ; + table_N : N ; + tail_N : N ; + talk_V3 : V3 ; + teacher_N : N ; + teach_V2 : V2 ; + television_N : N ; + thick_A : A ; + thin_A : A ; + think_V : V ; + throw_V2 : V2 ; + tie_V2 : V2 ; + today_Adv : Adv ; + tongue_N : N ; + tooth_N : N ; + train_N : N ; + travel_V : V ; + tree_N : N ; + turn_V : V ; + ugly_A : A ; + uncertain_A : A ; + understand_V2 : V2 ; + university_N : N ; + village_N : N ; + vomit_V : V ; + wait_V2 : V2 ; + walk_V : V ; + warm_A : A ; + war_N : N ; + wash_V2 : V2 ; + watch_V2 : V2 ; + water_N : N ; + wet_A : A ; + white_A : A ; + wide_A : A ; + wife_N : N ; + wind_N : N ; + window_N : N ; + wine_N : N ; + wing_N : N ; + win_V2 : V2 ; + wipe_V2 : V2 ; + woman_N : N ; + wonder_VQ : VQ ; + wood_N : N ; + worm_N : N ; + write_V2 : V2 ; + year_N : N ; + yellow_A : A ; + young_A : A ; + +} diff --git a/deprecated/old-lib/resource/abstract/Noun.gf b/deprecated/old-lib/resource/abstract/Noun.gf new file mode 100644 index 000000000..9e93f053e --- /dev/null +++ b/deprecated/old-lib/resource/abstract/Noun.gf @@ -0,0 +1,144 @@ +--1 Noun: Nouns, noun phrases, and determiners + +abstract Noun = Cat ** { + + +--2 Noun phrases + +-- The three main types of noun phrases are +-- - common nouns with determiners +-- - proper names +-- - pronouns +-- +-- + fun + DetCN : Det -> CN -> NP ; -- the man + UsePN : PN -> NP ; -- John + UsePron : Pron -> NP ; -- he + +-- Pronouns are defined in the module [``Structural`` Structural.html]. + +-- A noun phrase already formed can be modified by a $Predet$erminer. + + PredetNP : Predet -> NP -> NP; -- only the man + +-- A noun phrase can also be postmodified by the past participle of a +-- verb, by an adverb, or by a relative clause + + PPartNP : NP -> V2 -> NP ; -- the man seen + AdvNP : NP -> Adv -> NP ; -- Paris today + RelNP : NP -> RS -> NP ; -- Paris, which is here + +-- Determiners can form noun phrases directly. + + DetNP : Det -> NP ; -- these five + + +--2 Determiners + +-- The determiner has a fine-grained structure, in which a 'nucleus' +-- quantifier and two optional parts can be discerned: a cardinal and +-- an ordinal numeral. + + DetQuantOrd : Quant -> Num -> Ord -> Det ; -- these five best + DetQuant : Quant -> Num -> Det ; -- these five + +-- Whether the resulting determiner is singular or plural depends on the +-- cardinal. + +-- All parts of the determiner can be empty, except $Quant$, which is +-- the "kernel" of a determiner. It is, however, the $Num$ that determines +-- the inherent number. + + NumSg : Num ; + NumPl : Num ; + NumCard : Card -> Num ; + +-- $Card$ consists of either digits or numeral words. + + NumDigits : Digits -> Card ; -- 51 + NumNumeral : Numeral -> Card ; -- fifty-one + +-- The construction of numerals is defined in [Numeral Numeral.html]. + +-- A $Card$ can be modified by certain adverbs. + + AdNum : AdN -> Card -> Card ; -- almost 51 + +-- An $Ord$ consists of either digits or numeral words. +-- Also superlative forms of adjectives behave syntactically like ordinals. + + OrdDigits : Digits -> Ord ; -- 51st + OrdNumeral : Numeral -> Ord ; -- fifty-first + OrdSuperl : A -> Ord ; -- warmest + +-- Definite and indefinite noun phrases are sometimes realized as +-- neatly distinct words (Spanish "un, unos ; el, los") but also without +-- any particular word (Finnish; Swedish definites). + + DetArtOrd : Art -> Num -> Ord -> Det ; -- the (five) best + DetArtCard : Art -> Card -> Det ; -- the five + + IndefArt : Art ; + DefArt : Art ; + +-- Articles cannot alone form noun phrases, but need a noun. + + DetArtSg : Art -> CN -> NP ; -- the man + DetArtPl : Art -> CN -> NP ; -- the men + +-- Nouns can be used without an article as mass nouns. The resource does +-- not distinguish mass nouns from other common nouns, which can result +-- in semantically odd expressions. + + MassNP : CN -> NP ; -- (beer) + +-- Pronouns have possessive forms. Genitives of other kinds +-- of noun phrases are not given here, since they are not possible +-- in e.g. Romance languages. They can be found in $Extra$ modules. + + PossPron : Pron -> Quant ; -- my (house) + +-- Other determiners are defined in [Structural Structural.html]. + + + +--2 Common nouns + +-- Simple nouns can be used as nouns outright. + + UseN : N -> CN ; -- house + +-- Relational nouns take one or two arguments. + + ComplN2 : N2 -> NP -> CN ; -- mother of the king + ComplN3 : N3 -> NP -> N2 ; -- distance from this city (to Paris) + +-- Relational nouns can also be used without their arguments. +-- The semantics is typically derivative of the relational meaning. + + UseN2 : N2 -> CN ; -- mother + Use2N3 : N3 -> N2 ; -- distance (from this city) + Use3N3 : N3 -> N2 ; -- distance (to Paris) + +-- Nouns can be modified by adjectives, relative clauses, and adverbs +-- (the last rule will give rise to many 'PP attachment' ambiguities +-- when used in connection with verb phrases). + + AdjCN : AP -> CN -> CN ; -- big house + RelCN : CN -> RS -> CN ; -- house that John bought + AdvCN : CN -> Adv -> CN ; -- house on the hill + +-- Nouns can also be modified by embedded sentences and questions. +-- For some nouns this makes little sense, but we leave this for applications +-- to decide. Sentential complements are defined in [Verb Verb.html]. + + SentCN : CN -> SC -> CN ; -- question where she sleeps + +--2 Apposition + +-- This is certainly overgenerating. + + ApposCN : CN -> NP -> CN ; -- city Paris (, numbers x and y) + +} ; diff --git a/deprecated/old-lib/resource/abstract/Numeral.gf b/deprecated/old-lib/resource/abstract/Numeral.gf new file mode 100644 index 000000000..43c6f8111 --- /dev/null +++ b/deprecated/old-lib/resource/abstract/Numeral.gf @@ -0,0 +1,60 @@ +--1 Numerals + +-- This grammar defines numerals from 1 to 999999. +-- The implementations are adapted from the +-- [numerals library http://www.cs.chalmers.se/~aarne/GF/examples/numerals/] +-- which defines numerals for 88 languages. +-- The resource grammar implementations add to this inflection (if needed) +-- and ordinal numbers. +-- +-- *Note* 1. Number 1 as defined +-- in the category $Numeral$ here should not be used in the formation of +-- noun phrases, and should therefore be removed. Instead, one should use +-- [Structural Structural.html]$.one_Quant$. This makes the grammar simpler +-- because we can assume that numbers form plural noun phrases. +-- +-- *Note* 2. The implementations introduce spaces between +-- parts of a numeral, which is often incorrect - more work on +-- (un)lexing is needed to solve this problem. + +abstract Numeral = Cat ** { + +cat + Digit ; -- 2..9 + Sub10 ; -- 1..9 + Sub100 ; -- 1..99 + Sub1000 ; -- 1..999 + Sub1000000 ; -- 1..999999 + +fun + num : Sub1000000 -> Numeral ; + + n2, n3, n4, n5, n6, n7, n8, n9 : Digit ; + + pot01 : Sub10 ; -- 1 + pot0 : Digit -> Sub10 ; -- d * 1 + pot110 : Sub100 ; -- 10 + pot111 : Sub100 ; -- 11 + pot1to19 : Digit -> Sub100 ; -- 10 + d + pot0as1 : Sub10 -> Sub100 ; -- coercion of 1..9 + pot1 : Digit -> Sub100 ; -- d * 10 + pot1plus : Digit -> Sub10 -> Sub100 ; -- d * 10 + n + pot1as2 : Sub100 -> Sub1000 ; -- coercion of 1..99 + pot2 : Sub10 -> Sub1000 ; -- m * 100 + pot2plus : Sub10 -> Sub100 -> Sub1000 ; -- m * 100 + n + pot2as3 : Sub1000 -> Sub1000000 ; -- coercion of 1..999 + pot3 : Sub1000 -> Sub1000000 ; -- m * 1000 + pot3plus : Sub1000 -> Sub1000 -> Sub1000000 ; -- m * 1000 + n + +-- Numerals as sequences of digits have a separate, simpler grammar + + cat + Dig ; -- single digit 0..9 + + fun + IDig : Dig -> Digits ; -- 8 + IIDig : Dig -> Digits -> Digits ; -- 876 + + D_0, D_1, D_2, D_3, D_4, D_5, D_6, D_7, D_8, D_9 : Dig ; + +} diff --git a/deprecated/old-lib/resource/abstract/Phrase.gf b/deprecated/old-lib/resource/abstract/Phrase.gf new file mode 100644 index 000000000..3606c2d76 --- /dev/null +++ b/deprecated/old-lib/resource/abstract/Phrase.gf @@ -0,0 +1,44 @@ +--1 Phrase: Phrases and Utterances + +abstract Phrase = Cat ** { + +-- When a phrase is built from an utterance it can be prefixed +-- with a phrasal conjunction (such as "but", "therefore") +-- and suffixing with a vocative (typically a noun phrase). + + fun + PhrUtt : PConj -> Utt -> Voc -> Phr ; -- but come here, my friend + +-- Utterances are formed from sentences, questions, and imperatives. + + UttS : S -> Utt ; -- John walks + UttQS : QS -> Utt ; -- is it good + UttImpSg : Pol -> Imp -> Utt; -- (don't) love yourself + UttImpPl : Pol -> Imp -> Utt; -- (don't) love yourselves + UttImpPol : Pol -> Imp -> Utt ; -- (don't) sleep (polite) + +-- There are also 'one-word utterances'. A typical use of them is +-- as answers to questions. +-- *Note*. This list is incomplete. More categories could be covered. +-- Moreover, in many languages e.g. noun phrases in different cases +-- can be used. + + UttIP : IP -> Utt ; -- who + UttIAdv : IAdv -> Utt ; -- why + UttNP : NP -> Utt ; -- this man + UttAdv : Adv -> Utt ; -- here + UttVP : VP -> Utt ; -- to sleep + +-- The phrasal conjunction is optional. A sentence conjunction +-- can also used to prefix an utterance. + + NoPConj : PConj ; + PConjConj : Conj -> PConj ; -- and + +-- The vocative is optional. Any noun phrase can be made into vocative, +-- which may be overgenerating (e.g. "I"). + + NoVoc : Voc ; + VocNP : NP -> Voc ; -- my friend + +} diff --git a/deprecated/old-lib/resource/abstract/Question.gf b/deprecated/old-lib/resource/abstract/Question.gf new file mode 100644 index 000000000..6b2e3c01d --- /dev/null +++ b/deprecated/old-lib/resource/abstract/Question.gf @@ -0,0 +1,41 @@ +--1 Question: Questions and Interrogative Pronouns + +abstract Question = Cat ** { + +-- A question can be formed from a clause ('yes-no question') or +-- with an interrogative. + + fun + QuestCl : Cl -> QCl ; -- does John walk + QuestVP : IP -> VP -> QCl ; -- who walks + QuestSlash : IP -> ClSlash -> QCl ; -- whom does John love + QuestIAdv : IAdv -> Cl -> QCl ; -- why does John walk + QuestIComp : IComp -> NP -> QCl ; -- where is John + +-- Interrogative pronouns can be formed with interrogative +-- determiners, with or without a noun. + + IdetCN : IDet -> CN -> IP ; -- which five songs + IdetIP : IDet -> IP ; -- which five + +-- They can be modified with adverbs. + + AdvIP : IP -> Adv -> IP ; -- who in Paris + +-- Interrogative quantifiers have number forms and can take number modifiers. + + IdetQuant : IQuant -> Num -> IDet ; -- which (five) + +-- Interrogative adverbs can be formed prepositionally. + + PrepIP : Prep -> IP -> IAdv ; -- with whom + +-- Interrogative complements to copulas can be both adverbs and +-- pronouns. + + CompIAdv : IAdv -> IComp ; -- where (is it) + CompIP : IP -> IComp ; -- who (is it) + +-- More $IP$, $IDet$, and $IAdv$ are defined in $Structural$. + +} diff --git a/deprecated/old-lib/resource/abstract/Relative.gf b/deprecated/old-lib/resource/abstract/Relative.gf new file mode 100644 index 000000000..6db45d085 --- /dev/null +++ b/deprecated/old-lib/resource/abstract/Relative.gf @@ -0,0 +1,26 @@ +--1 Relative clauses and pronouns + +abstract Relative = Cat ** { + + fun + +-- The simplest way to form a relative clause is from a clause by +-- a pronoun similar to "such that". + + RelCl : Cl -> RCl ; -- such that John loves her + +-- The more proper ways are from a verb phrase +-- (formed in [``Verb`` Verb.html]) or a sentence +-- with a missing noun phrase (formed in [``Sentence`` Sentence.html]). + + RelVP : RP -> VP -> RCl ; -- who loves John + RelSlash : RP -> ClSlash -> RCl ; -- whom John loves + +-- Relative pronouns are formed from an 'identity element' by prefixing +-- or suffixing (depending on language) prepositional phrases. + + IdRP : RP ; -- which + FunRP : Prep -> NP -> RP -> RP ; -- the mother of whom + +} + diff --git a/deprecated/old-lib/resource/abstract/Sentence.gf b/deprecated/old-lib/resource/abstract/Sentence.gf new file mode 100644 index 000000000..1f771e12c --- /dev/null +++ b/deprecated/old-lib/resource/abstract/Sentence.gf @@ -0,0 +1,95 @@ +--1 Sentence: Sentences, Clauses, and Imperatives + +abstract Sentence = Cat ** { + +--2 Clauses + +-- The $NP VP$ predication rule form a clause whose linearization +-- gives a table of all tense variants, positive and negative. +-- Clauses are converted to $S$ (with fixed tense) with the +-- $UseCl$ function below. + + fun + PredVP : NP -> VP -> Cl ; -- John walks + +-- Using an embedded sentence as a subject is treated separately. +-- This can be overgenerating. E.g. "whether you go" as subject +-- is only meaningful for some verb phrases. + + PredSCVP : SC -> VP -> Cl ; -- that she goes is good + +--2 Clauses missing object noun phrases + +-- This category is a variant of the 'slash category' $S/NP$ of +-- GPSG and categorial grammars, which in turn replaces +-- movement transformations in the formation of questions +-- and relative clauses. Except $SlashV2$, the construction +-- rules can be seen as special cases of function composition, in +-- the style of CCG. +-- *Note* the set is not complete and lacks e.g. verbs with more than 2 places. + + SlashVP : NP -> VPSlash -> ClSlash ; -- (whom) he sees + AdvSlash : ClSlash -> Adv -> ClSlash ; -- (whom) he sees today + SlashPrep : Cl -> Prep -> ClSlash ; -- (with whom) he walks + SlashVS : NP -> VS -> SSlash -> ClSlash ; -- (whom) she says that he loves + +--2 Imperatives + +-- An imperative is straightforwardly formed from a verb phrase. +-- It has variation over positive and negative, singular and plural. +-- To fix these parameters, see [Phrase Phrase.html]. + + ImpVP : VP -> Imp ; -- love yourselves + +--2 Embedded sentences + +-- Sentences, questions, and infinitival phrases can be used as +-- subjects and (adverbial) complements. + + EmbedS : S -> SC ; -- that she goes + EmbedQS : QS -> SC ; -- who goes + EmbedVP : VP -> SC ; -- to go + +--2 Sentences + +-- These are the 2 x 4 x 4 = 16 forms generated by different +-- combinations of tense, polarity, and +-- anteriority, which are defined in [``Common`` Common.html]. + + fun + UseCl : Tense -> Ant -> Pol -> Cl -> S ; + UseQCl : Tense -> Ant -> Pol -> QCl -> QS ; + UseRCl : Tense -> Ant -> Pol -> RCl -> RS ; + UseSlash : Tense -> Ant -> Pol -> ClSlash -> SSlash ; + +-- An adverb can be added to the beginning of a sentence. + + AdvS : Adv -> S -> S ; -- today, I will go home + +-- A sentence can be modified by a relative clause referring to its contents. + + RelS : S -> RS -> S ; -- she sleeps, which is good + +} + +--. + +-- Examples for English $S$/$Cl$: +{- + Pres Simul Pos ODir : he sleeps + Pres Simul Neg ODir : he doesn't sleep + Pres Anter Pos ODir : he has slept + Pres Anter Neg ODir : he hasn't slept + Past Simul Pos ODir : he slept + Past Simul Neg ODir : he didn't sleep + Past Anter Pos ODir : he had slept + Past Anter Neg ODir : he hadn't slept + Fut Simul Pos ODir : he will sleep + Fut Simul Neg ODir : he won't sleep + Fut Anter Pos ODir : he will have slept + Fut Anter Neg ODir : he won't have slept + Cond Simul Pos ODir : he would sleep + Cond Simul Neg ODir : he wouldn't sleep + Cond Anter Pos ODir : he would have slept + Cond Anter Neg ODir : he wouldn't have slept +-} diff --git a/deprecated/old-lib/resource/abstract/Structural.gf b/deprecated/old-lib/resource/abstract/Structural.gf new file mode 100644 index 000000000..d616ba9d5 --- /dev/null +++ b/deprecated/old-lib/resource/abstract/Structural.gf @@ -0,0 +1,111 @@ +--1 Structural: Structural Words +-- +-- Here we have some words belonging to closed classes and appearing +-- in all languages we have considered. +-- Sometimes more distinctions are needed, e.g. $we_Pron$ in Spanish +-- should be replaced by masculine and feminine variants, found in +-- [``ExtraSpa`` ../spanish/ExtraSpa.gf]. + +abstract Structural = Cat ** { + + fun + +-- This is an alphabetical list of structural words + + above_Prep : Prep ; + after_Prep : Prep ; + all_Predet : Predet ; + almost_AdA : AdA ; + almost_AdN : AdN ; + although_Subj : Subj ; + always_AdV : AdV ; + and_Conj : Conj ; + because_Subj : Subj ; + before_Prep : Prep ; + behind_Prep : Prep ; + between_Prep : Prep ; + both7and_DConj : Conj ; -- both...and +---b both7and_DConj : DConj ; + but_PConj : PConj ; + by8agent_Prep : Prep ; -- by (agent) + by8means_Prep : Prep ; -- by (means of) + can8know_VV : VV ; -- can (capacity) + can_VV : VV ; -- can (possibility) + during_Prep : Prep ; + either7or_DConj : Conj ; -- either...or +---b either7or_DConj : DConj ; + every_Det : Det ; + everybody_NP : NP ; -- everybody + everything_NP : NP ; + everywhere_Adv : Adv ; +--- first_Ord : Ord ; DEPRECATED + few_Det : Det ; + for_Prep : Prep ; + from_Prep : Prep ; + he_Pron : Pron ; + here_Adv : Adv ; + here7to_Adv : Adv ; -- to here + here7from_Adv : Adv ; -- from here + how_IAdv : IAdv ; + how8many_IDet : IDet ; + i_Pron : Pron ; + if_Subj : Subj ; + in8front_Prep : Prep ; -- in front of + in_Prep : Prep ; + it_Pron : Pron ; + less_CAdv : CAdv ; + many_Det : Det ; + more_CAdv : CAdv ; + most_Predet : Predet ; + much_Det : Det ; + must_VV : VV ; +---b no_Phr : Phr ; + no_Utt : Utt ; + on_Prep : Prep ; +--- one_Quant : QuantSg ; DEPRECATED + only_Predet : Predet ; + or_Conj : Conj ; + otherwise_PConj : PConj ; + part_Prep : Prep ; + please_Voc : Voc ; + possess_Prep : Prep ; -- of (possessive) + quite_Adv : AdA ; + she_Pron : Pron ; + so_AdA : AdA ; + someSg_Det : Det ; + somePl_Det : Det ; + somebody_NP : NP ; + something_NP : NP ; + somewhere_Adv : Adv ; + that_Quant : Quant ; + there_Adv : Adv ; + there7to_Adv : Adv ; -- to there + there7from_Adv : Adv ; -- from there + therefore_PConj : PConj ; + they_Pron : Pron ; + this_Quant : Quant ; + through_Prep : Prep ; + to_Prep : Prep ; + too_AdA : AdA ; + under_Prep : Prep ; + very_AdA : AdA ; + want_VV : VV ; + we_Pron : Pron ; + whatPl_IP : IP ; -- what (plural) + whatSg_IP : IP ; -- what (singular) + when_IAdv : IAdv ; + when_Subj : Subj ; + where_IAdv : IAdv ; + which_IQuant : IQuant ; + whoPl_IP : IP ; -- who (plural) + whoSg_IP : IP ; -- who (singular) + why_IAdv : IAdv ; + with_Prep : Prep ; + without_Prep : Prep ; +---b yes_Phr : Phr ; + yes_Utt : Utt ; + youSg_Pron : Pron ; -- you (singular) + youPl_Pron : Pron ; -- you (plural) + youPol_Pron : Pron ; -- you (polite) + +} diff --git a/deprecated/old-lib/resource/abstract/Text.gf b/deprecated/old-lib/resource/abstract/Text.gf new file mode 100644 index 000000000..d3cfac16f --- /dev/null +++ b/deprecated/old-lib/resource/abstract/Text.gf @@ -0,0 +1,15 @@ +--1 Text: Texts + +-- Texts are built from an empty text by adding $Phr$ases, +-- using as constructors the punctuation marks ".", "?", and "!". +-- Any punctuation mark can be attached to any kind of phrase. + +abstract Text = Common ** { + + fun + TEmpty : Text ; -- + TFullStop : Phr -> Text -> Text ; -- John walks. ... + TQuestMark : Phr -> Text -> Text ; -- Are they here? ... + TExclMark : Phr -> Text -> Text ; -- Let's go! ... + +} diff --git a/deprecated/old-lib/resource/abstract/Verb.gf b/deprecated/old-lib/resource/abstract/Verb.gf new file mode 100644 index 000000000..c1462acc7 --- /dev/null +++ b/deprecated/old-lib/resource/abstract/Verb.gf @@ -0,0 +1,71 @@ +--1 The construction of verb phrases + +abstract Verb = Cat ** { + +--2 Complementization rules + +-- Verb phrases are constructed from verbs by providing their +-- complements. There is one rule for each verb category. + + fun + UseV : V -> VP ; -- sleep + + ComplVV : VV -> VP -> VP ; -- want to run + ComplVS : VS -> S -> VP ; -- say that she runs + ComplVQ : VQ -> QS -> VP ; -- wonder who runs + ComplVA : VA -> AP -> VP ; -- they become red + + SlashV2a : V2 -> VPSlash ; -- love (it) + Slash2V3 : V3 -> NP -> VPSlash ; -- give it (to her) + Slash3V3 : V3 -> NP -> VPSlash ; -- give (it) to her + + SlashV2V : V2V -> VP -> VPSlash ; -- beg (her) to go + SlashV2S : V2S -> S -> VPSlash ; -- answer (to him) that it is good + SlashV2Q : V2Q -> QS -> VPSlash ; -- ask (him) who came + SlashV2A : V2A -> AP -> VPSlash ; -- paint (it) red + + ComplSlash : VPSlash -> NP -> VP ; -- love it + + SlashVV : VV -> VPSlash -> VPSlash ; -- want to buy + SlashV2VNP : V2V -> NP -> VPSlash -> VPSlash ; -- beg me to buy + +--2 Other ways of forming verb phrases + +-- Verb phrases can also be constructed reflexively and from +-- copula-preceded complements. + + ReflVP : VPSlash -> VP ; -- love himself + UseComp : Comp -> VP ; -- be warm + +-- Passivization of two-place verbs is another way to use +-- them. In many languages, the result is a participle that +-- is used as complement to a copula ("is used"), but other +-- auxiliary verbs are possible (Ger. "wird angewendet", It. +-- "viene usato"), as well as special verb forms (Fin. "kytetn", +-- Swe. "anvnds"). +-- +-- *Note*. the rule can be overgenerating, since the $V2$ need not +-- take a direct object. + + PassV2 : V2 -> VP ; -- be loved + +-- Adverbs can be added to verb phrases. Many languages make +-- a distinction between adverbs that are attached in the end +-- vs. next to (or before) the verb. + + AdvVP : VP -> Adv -> VP ; -- sleep here + AdVVP : AdV -> VP -> VP ; -- always sleep + +-- *Agents of passives* are constructed as adverbs with the +-- preposition [Structural Structural.html]$.8agent_Prep$. + + +--2 Complements to copula + +-- Adjectival phrases, noun phrases, and adverbs can be used. + + CompAP : AP -> Comp ; -- (be) small + CompNP : NP -> Comp ; -- (be) a man + CompAdv : Adv -> Comp ; -- (be) here + +} diff --git a/deprecated/old-lib/resource/api/Combinators.gf b/deprecated/old-lib/resource/api/Combinators.gf new file mode 100644 index 000000000..23426df08 --- /dev/null +++ b/deprecated/old-lib/resource/api/Combinators.gf @@ -0,0 +1,199 @@ +--1 Combinators: a High-Level Syntax API + +-- This module defines some "grammatical functions" that give shortcuts to +-- typical constructions. [``Constructors`` Constructors.html] and the +-- language-specific ``Paradigms`` modules are usually needed +-- to construct arguments of these functions. + +incomplete resource Combinators = open Grammar in { + + oper + +--2 Predication + + pred : overload { + pred : V -> NP -> Cl ; -- x converges + pred : V2 -> NP -> NP -> Cl ; -- x intersects y + pred : V3 -> NP -> NP -> NP -> Cl ; -- x intersects y at z + pred : V -> NP -> NP -> Cl ; -- x and y intersect + pred : A -> NP -> Cl ; -- x is even + pred : A2 -> NP -> NP -> Cl ; -- x is divisible by y + pred : A -> NP -> NP -> Cl ; -- x and y are equal + pred : N -> NP -> Cl ; -- x is a maximum + pred : CN -> NP -> Cl ; -- x is a local maximum + pred : NP -> NP -> Cl ; -- x is the neutral element + pred : N -> NP -> NP -> Cl ; -- x and y are inverses + pred : Adv -> NP -> Cl ; -- x is in scope + pred : Prep -> NP -> NP -> Cl -- x is outside y + } ; + +--2 Function application + + app : overload { + app : N -> NP ; + app : N2 -> NP -> NP ; + app : N3 -> NP -> NP -> NP ; + app : N2 -> NP -> NP -> NP ; + app : N2 -> N -> CN ; + + app : N2 -> NP -> CN ; -- divisor of x + app : N3 -> NP -> NP -> CN ; -- path from x to y + app : N2 -> NP -> NP -> CN ; -- path between x and y + } ; + +--2 Coordination + + coord : overload { + coord : Conj -> Adv -> Adv -> Adv ; + coord : Conj -> AP -> AP -> AP ; + coord : Conj -> NP -> NP -> NP ; + coord : Conj -> S -> S -> S ; + coord : Conj -> ListAdv -> Adv ; + coord : Conj -> ListAP -> AP ; + coord : Conj -> ListNP -> NP ; + coord : Conj -> ListS -> S ; + + } ; + +--2 Modification + + mod : overload { + mod : A -> N -> CN ; + mod : AP -> CN -> CN ; + mod : AdA -> A -> AP ; + mod : Det -> N -> NP ; + mod : Det -> CN -> NP ; + mod : Quant -> N -> NP ; + mod : Quant -> CN -> NP ; + mod : Predet -> N -> NP ; + mod : Numeral -> N -> NP + + + } ; + +--2 Negation + + neg : overload { + neg : Imp -> Utt ; + neg : Cl -> S ; + neg : QCl -> QS ; + neg : RCl -> RS + }; + +--2 Text append + +-- This is not in ground API, because it would destroy parsing. + + appendText : Text -> Text -> Text ; + +--. + + pred = overload { + pred : V -> NP -> Cl + = \v,np -> PredVP np (UseV v) ; + pred : V2 -> NP -> NP -> Cl + = \v,np,ob -> PredVP np (ComplSlash (SlashV2a v) ob) ; + pred : V3 -> NP -> NP -> NP -> Cl + = \v,np,ob,ob2 -> + PredVP np (ComplSlash (Slash2V3 v ob) ob2) ; + pred : V -> NP -> NP -> Cl + = \v,x,y -> PredVP (ConjNP and_Conj (BaseNP x y)) (UseV v) ; + pred : A -> NP -> Cl + = \a,np -> PredVP np (UseComp (CompAP (PositA a))) ; + pred : A2 -> NP -> NP -> Cl + = \a,x,y -> PredVP x (UseComp (CompAP (ComplA2 a y))) ; + pred : A -> NP -> NP -> Cl + = \a,x,y -> PredVP (ConjNP and_Conj (BaseNP x y)) (UseComp (CompAP (PositA a))) ; + pred : N -> NP -> Cl + = \n,x -> PredVP x (UseComp (CompNP (DetArtSg (IndefArt) (UseN n)))) ; + pred : CN -> NP -> Cl + = \n,x -> PredVP x (UseComp (CompNP (DetArtSg (IndefArt) n))) ; + pred : NP -> NP -> Cl + = \n,x -> PredVP x (UseComp (CompNP n)) ; pred : N2 -> NP -> NP -> Cl + = \n,x,y -> PredVP x (UseComp (CompNP (DetArtSg (IndefArt) (ComplN2 n y)))) ; + pred : N -> NP -> NP -> Cl + = \n,x,y -> PredVP (ConjNP and_Conj (BaseNP x y)) (UseComp (CompNP (DetArtPl (IndefArt) (UseN n)))) ; + pred : Adv -> NP -> Cl + = \a,x -> PredVP x (UseComp (CompAdv a)) ; + pred : Prep -> NP -> NP -> Cl + = \p,x,y -> PredVP x (UseComp (CompAdv (PrepNP p y))) + + } ; + + app = overload { + app : N -> NP + = \n -> (DetArtSg (DefArt) (UseN n)) ; + app : N2 -> NP -> NP + = \n,x -> (DetArtSg (DefArt) (ComplN2 n x)) ; + app : N3 -> NP -> NP -> NP + = \n,x,y -> (DetArtSg (DefArt) (ComplN2 (ComplN3 n x) y)) ; + app : N2 -> NP -> NP -> NP + = \n,x,y -> (DetArtSg DefArt (ComplN2 n (ConjNP and_Conj (BaseNP x y)))) ; + app : N2 -> N -> CN + = \f,n -> ComplN2 f (DetArtPl (IndefArt) (UseN n)) ; + + app : N2 -> NP -> CN = ComplN2 ; + app : N3 -> NP -> NP -> CN = \n,x,y -> ComplN2 (ComplN3 n x) y ; + app : N2 -> NP -> NP -> CN = \n,x,y -> + ComplN2 n (ConjNP and_Conj (BaseNP x y)) ; + } ; + + coord = overload { + coord : Conj -> Adv -> Adv -> Adv + = \c,x,y -> ConjAdv c (BaseAdv x y) ; + coord : Conj -> AP -> AP -> AP + = \c,x,y -> ConjAP c (BaseAP x y) ; + coord : Conj -> NP -> NP -> NP + = \c,x,y -> ConjNP c (BaseNP x y) ; + coord : Conj -> S -> S -> S + = \c,x,y -> ConjS c (BaseS x y) ; + coord : Conj -> ListAdv -> Adv + = \c,xy -> ConjAdv c xy ; + coord : Conj -> ListAP -> AP + = \c,xy -> ConjAP c xy ; + coord : Conj -> ListNP -> NP + = \c,xy -> ConjNP c xy ; + coord : Conj -> ListS -> S + = \c,xy -> ConjS c xy + } ; + + mod = overload { + mod : A -> N -> CN + = \a,n -> AdjCN (PositA a) (UseN n) ; + mod : AP -> CN -> CN + = \a,n -> AdjCN a n ; + mod : AdA -> A -> AP + = \m,a -> AdAP m (PositA a) ; + + mod : Det -> N -> NP + = \d,n -> DetCN d (UseN n) ; + mod : Det -> CN -> NP + = \d,n -> DetCN d n ; + mod : Quant -> N -> NP + = \q,n -> DetCN (DetQuant (q) NumSg) (UseN n) ; + mod : Quant -> CN -> NP + = \q,n -> DetCN (DetQuant (q) NumSg) n ; + mod : Predet -> N -> NP + = \q,n -> PredetNP q (DetArtPl (IndefArt) (UseN n)) ; + mod : Numeral -> N -> NP + = \nu,n -> DetCN (DetArtCard (IndefArt) (NumNumeral nu)) (UseN n) + + } ; + + neg = overload { + neg : Imp -> Utt + = UttImpSg PNeg ; + neg : Cl -> S + = UseCl TPres ASimul PNeg; + neg : QCl -> QS + = UseQCl TPres ASimul PNeg; + neg : RCl -> RS + = UseRCl TPres ASimul PNeg + }; + +-- This is not in ground API, because it would destroy parsing. + + appendText : Text -> Text -> Text + = \x,y -> {s = x.s ++ y.s ; lock_Text = <>} ; + +} diff --git a/deprecated/old-lib/resource/api/CombinatorsAra.gf b/deprecated/old-lib/resource/api/CombinatorsAra.gf new file mode 100644 index 000000000..707b6be7d --- /dev/null +++ b/deprecated/old-lib/resource/api/CombinatorsAra.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource CombinatorsAra = Combinators with (Grammar = GrammarAra) ; diff --git a/deprecated/old-lib/resource/api/CombinatorsBul.gf b/deprecated/old-lib/resource/api/CombinatorsBul.gf new file mode 100644 index 000000000..882a7c875 --- /dev/null +++ b/deprecated/old-lib/resource/api/CombinatorsBul.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource CombinatorsBul = Combinators with (Grammar = GrammarBul) ; diff --git a/deprecated/old-lib/resource/api/CombinatorsCat.gf b/deprecated/old-lib/resource/api/CombinatorsCat.gf new file mode 100644 index 000000000..af78ebfda --- /dev/null +++ b/deprecated/old-lib/resource/api/CombinatorsCat.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource CombinatorsCat = Combinators with (Grammar = GrammarCat) ; diff --git a/deprecated/old-lib/resource/api/CombinatorsDan.gf b/deprecated/old-lib/resource/api/CombinatorsDan.gf new file mode 100644 index 000000000..dff911eba --- /dev/null +++ b/deprecated/old-lib/resource/api/CombinatorsDan.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource CombinatorsDan = Combinators with (Grammar = GrammarDan) ; diff --git a/deprecated/old-lib/resource/api/CombinatorsEng.gf b/deprecated/old-lib/resource/api/CombinatorsEng.gf new file mode 100644 index 000000000..df539e513 --- /dev/null +++ b/deprecated/old-lib/resource/api/CombinatorsEng.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource CombinatorsEng = Combinators with (Grammar = GrammarEng) ; diff --git a/deprecated/old-lib/resource/api/CombinatorsFin.gf b/deprecated/old-lib/resource/api/CombinatorsFin.gf new file mode 100644 index 000000000..e5da96407 --- /dev/null +++ b/deprecated/old-lib/resource/api/CombinatorsFin.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource CombinatorsFin = Combinators with (Grammar = GrammarFin) ; diff --git a/deprecated/old-lib/resource/api/CombinatorsFre.gf b/deprecated/old-lib/resource/api/CombinatorsFre.gf new file mode 100644 index 000000000..48d2166e4 --- /dev/null +++ b/deprecated/old-lib/resource/api/CombinatorsFre.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource CombinatorsFre = Combinators with (Grammar = GrammarFre) ; diff --git a/deprecated/old-lib/resource/api/CombinatorsGer.gf b/deprecated/old-lib/resource/api/CombinatorsGer.gf new file mode 100644 index 000000000..e209fa136 --- /dev/null +++ b/deprecated/old-lib/resource/api/CombinatorsGer.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource CombinatorsGer = Combinators with (Grammar = GrammarGer) ; diff --git a/deprecated/old-lib/resource/api/CombinatorsHin.gf b/deprecated/old-lib/resource/api/CombinatorsHin.gf new file mode 100644 index 000000000..e75f470c2 --- /dev/null +++ b/deprecated/old-lib/resource/api/CombinatorsHin.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource CombinatorsHin = Combinators with (Grammar = GrammarHin) ; diff --git a/deprecated/old-lib/resource/api/CombinatorsIna.gf b/deprecated/old-lib/resource/api/CombinatorsIna.gf new file mode 100644 index 000000000..43db76efb --- /dev/null +++ b/deprecated/old-lib/resource/api/CombinatorsIna.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource CombinatorsIna = Combinators with (Grammar = GrammarIna) ; diff --git a/deprecated/old-lib/resource/api/CombinatorsIta.gf b/deprecated/old-lib/resource/api/CombinatorsIta.gf new file mode 100644 index 000000000..40c8ec880 --- /dev/null +++ b/deprecated/old-lib/resource/api/CombinatorsIta.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource CombinatorsIta = Combinators with (Grammar = GrammarIta) ; diff --git a/deprecated/old-lib/resource/api/CombinatorsNor.gf b/deprecated/old-lib/resource/api/CombinatorsNor.gf new file mode 100644 index 000000000..780c88ab7 --- /dev/null +++ b/deprecated/old-lib/resource/api/CombinatorsNor.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource CombinatorsNor = Combinators with (Grammar = GrammarNor) ; diff --git a/deprecated/old-lib/resource/api/CombinatorsRus.gf b/deprecated/old-lib/resource/api/CombinatorsRus.gf new file mode 100644 index 000000000..b99b55551 --- /dev/null +++ b/deprecated/old-lib/resource/api/CombinatorsRus.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource CombinatorsRus = Combinators with (Grammar = GrammarRus) ; diff --git a/deprecated/old-lib/resource/api/CombinatorsSpa.gf b/deprecated/old-lib/resource/api/CombinatorsSpa.gf new file mode 100644 index 000000000..43b881b50 --- /dev/null +++ b/deprecated/old-lib/resource/api/CombinatorsSpa.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource CombinatorsSpa = Combinators with (Grammar = GrammarSpa) ; diff --git a/deprecated/old-lib/resource/api/CombinatorsSwe.gf b/deprecated/old-lib/resource/api/CombinatorsSwe.gf new file mode 100644 index 000000000..c3b9a0350 --- /dev/null +++ b/deprecated/old-lib/resource/api/CombinatorsSwe.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource CombinatorsSwe = Combinators with (Grammar = GrammarSwe) ; diff --git a/deprecated/old-lib/resource/api/CombinatorsTha.gf b/deprecated/old-lib/resource/api/CombinatorsTha.gf new file mode 100644 index 000000000..5c77348b3 --- /dev/null +++ b/deprecated/old-lib/resource/api/CombinatorsTha.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource CombinatorsTha = Combinators with (Grammar = GrammarTha) ; diff --git a/deprecated/old-lib/resource/api/Constructors.gf b/deprecated/old-lib/resource/api/Constructors.gf new file mode 100644 index 000000000..0a540fe7d --- /dev/null +++ b/deprecated/old-lib/resource/api/Constructors.gf @@ -0,0 +1,1700 @@ +--1 Constructors: the Resource Syntax API + +incomplete resource Constructors = open Grammar in { + + flags optimize=noexpand ; + +-- This module gives access to the syntactic constructions of the +-- GF Resource Grammar library. Its main principle is simple: +-- to construct an object of type $C$, use the function $mkC$. +-- +-- For example, an object of type $S$ corresponding to the string +-- +-- $John loves Mary$ +-- +-- is written +-- +-- $mkS (mkCl (mkNP (mkPN "John")) (mkV2 "love") (mkNP (mkPN "Mary")))$ +-- +-- This module defines the syntactic constructors, which take trees as arguments. +-- Lexical constructors, which take strings as arguments, are defined in the +-- $Paradigms$ modules separately for each language. +-- +-- The recommended usage of this module is via the wrapper module $Syntax$, +-- which also contains the $Structural$ (structural words). +-- Together with $Paradigms$, $Syntax$ gives everything that is needed +-- to implement the concrete syntax for a langauge. + +--2 Principles of organization + +-- To make the library easier to grasp and navigate, we have followed +-- a set of principles when organizing it: +-- + Each category $C$ has an overloaded constructor $mkC$, with value type $C$. +-- + With $mkC$, it is possible to construct any tree of type $C$, except +-- atomic ones, i.e. those that take no arguments, and +-- those whose argument types are exactly the same as in some other instance +-- + To achieve completeness, the library therefore also has +-- for each atomic tree of type $C$, a constant suffixed $C$, and, +-- for other missing constructions, some operation suffixed $C$. +-- These constructors are listed immediately after the $mkC$ group. +-- + Those atomic constructors that are given in $Structural$ are not repeated here. +-- + In addition to the minimally complete set of constructions, many $mkC$ groups +-- include some frequently needed special cases, with two possible logics: +-- default value (to decrease the number of arguments), and +-- direct arguments of an intervening constructor (to flatten the terms). +-- + If such a special case is applied to some category in some rule, it is +-- also applied to all other rules in which the category appears. +-- + The constructors in a group are listed, roughly, +-- *from the most common to the most general*. This does not of course specify +-- a total order. +-- + Optional argument types are marked in parentheses. Although parentheses make no +-- difference in the way the GF compiler treats the types, their presence indicates +-- to the reader that the corresponding arguments can be left out; internally, the +-- library has an overload case for each such combination. +-- + Each constructor case is equipped with an example that is built by that +-- case but could not be built with any other one. +-- +-- + +--2 Texts, phrases, and utterances + +--3 Text: texts + +-- A text is a list of phrases separated by punctuation marks. +-- The default punctuation mark is the full stop, and the default +-- continuation of a text is empty. + + oper + mkText : overload { + mkText : Phr -> Text ; -- 1. But John walks. + mkText : Phr -> (Punct) -> (Text) -> Text ; -- 2. John walks? Yes. + +-- A text can also be directly built from utterances, which in turn can +-- be directly built from sentences, present-tense clauses, questions, or +-- positive imperatives. + + mkText : Utt -> Text ; -- 3. John. + mkText : S -> Text ; -- 4. John walked. + mkText : Cl -> Text ; -- 5. John walks. + mkText : QS -> Text ; -- 6. Did John walk? + mkText : Imp -> Text ; -- 7. Walk! + +-- Finally, two texts can be combined into a text. + + mkText : Text -> Text -> Text ; -- 8. Where? When? Here. Now! + + } ; + +-- A text can also be empty. + + emptyText : Text ; -- 8. (empty text) + + +--3 Punct: punctuation marks + +-- There are three punctuation marks that can separate phrases in a text. + + fullStopPunct : Punct ; -- . + questMarkPunct : Punct ; -- ? + exclMarkPunct : Punct ; -- ! + +--3 Phr: phrases in a text + +-- Phrases are built from utterances by adding a phrasal conjunction +-- and a vocative, both of which are by default empty. + + mkPhr : overload { + mkPhr : Utt -> Phr ; -- 1. why + mkPhr : (PConj) -> Utt -> (Voc) -> Phr ; -- 2. but why John + + +-- A phrase can also be directly built by a sentence, a present-tense +-- clause, a question, or a positive singular imperative. + + mkPhr : S -> Phr ; -- 3. John walked + mkPhr : Cl -> Phr ; -- 4. John walks + mkPhr : QS -> Phr ; -- 5. did John walk + mkPhr : Imp -> Phr -- 6. walk + } ; + +--3 PConj, phrasal conjunctions + +-- Any conjunction can be used as a phrasal conjunction. +-- More phrasal conjunctions are defined in $Structural$. + + mkPConj : Conj -> PConj ; -- 1. and + +--3 Voc, vocatives + +-- Any noun phrase can be turned into a vocative. +-- More vocatives are defined in $Structural$. + + mkVoc : NP -> Voc ; -- 1. John + +--3 Utt, utterances + +-- Utterances are formed from sentences, clauses, questions, and positive singular imperatives. + + mkUtt : overload { + mkUtt : S -> Utt ; -- 1. John walked + mkUtt : Cl -> Utt ; -- 2. John walks + mkUtt : QS -> Utt ; -- 3. did John walk + mkUtt : Imp -> Utt ; -- 4. love yourself + +-- Imperatives can also vary in $ImpForm$ (number/politeness) and +-- polarity. + + mkUtt : (ImpForm) -> (Pol) -> Imp -> Utt ; -- 5. don't love yourselves + +-- Utterances can also be formed from interrogative phrases and +-- interrogative adverbials, noun phrases, adverbs, and verb phrases. + + mkUtt : IP -> Utt ; -- 6. who + mkUtt : IAdv -> Utt ; -- 7. why + mkUtt : NP -> Utt ; -- 8. John + mkUtt : Adv -> Utt ; -- 9. here + mkUtt : VP -> Utt -- 10. to walk + } ; + +-- The plural first-person imperative is a special construction. + + lets_Utt : VP -> Utt ; -- 11. let's walk + + +--2 Auxiliary parameters for phrases and sentences + +--3 Pol, polarity + +-- Polarity is a parameter that sets a clause to positive or negative +-- form. Since positive is the default, it need never be given explicitly. + + positivePol : Pol ; -- (John walks) [default] + negativePol : Pol ; -- (John doesn't walk) + +--3 Ant, anteriority + +-- Anteriority is a parameter that presents an event as simultaneous or +-- anterior to some other reference time. +-- Since simultaneous is the default, it need never be given explicitly. + + simultaneousAnt : Ant ; -- (John walks) [default] + anteriorAnt : Ant ; -- (John has walked) --# notpresent + +--3 Tense, tense + +-- Tense is a parameter that relates the time of an event +-- to the time of speaking about it. +-- Since present is the default, it need never be given explicitly. + + presentTense : Tense ; -- (John walks) [default] + pastTense : Tense ; -- (John walked) --# notpresent + futureTense : Tense ; -- (John will walk) --# notpresent + conditionalTense : Tense ; -- (John would walk) --# notpresent + +--3 ImpForm, imperative form + +-- Imperative form is a parameter that sets the form of imperative +-- by reference to the person or persons addressed. +-- Since singular is the default, it need never be given explicitly. + + singularImpForm : ImpForm ; -- (help yourself) [default] + pluralImpForm : ImpForm ; -- (help yourselves) + politeImpForm : ImpForm ; -- (help yourself) (polite singular) + + +--2 Sentences and clauses + +--3 S, sentences + +-- A sentence has a fixed tense, anteriority and polarity. + + mkS : overload { + mkS : Cl -> S ; -- 1. John walks + mkS : (Tense) -> (Ant) -> (Pol) -> Cl -> S ; -- 2. John wouldn't have walked + +-- Sentences can be combined with conjunctions. This can apply to a pair +-- of sentences, but also to a list of more than two. + + mkS : Conj -> S -> S -> S ; -- 3. John walks and I run + mkS : Conj -> ListS -> S ; -- 4. John walks, I run and you sleep + +-- A sentence can be prefixed by an adverb. + + mkS : Adv -> S -> S -- 5. today, John walks + } ; + +--3 Cl, clauses + +-- A clause has a variable tense, anteriority and polarity. +-- A clause can be built from a subject noun phrase +-- with a verb and appropriate arguments. + + mkCl : overload { + mkCl : NP -> V -> Cl ; -- 1. John walks + mkCl : NP -> V2 -> NP -> Cl ; -- 2. John loves her + mkCl : NP -> V3 -> NP -> NP -> Cl ; -- 3. John sends it to her + mkCl : NP -> VV -> VP -> Cl ; -- 4. John wants to walk + mkCl : NP -> VS -> S -> Cl ; -- 5. John says that it is good + mkCl : NP -> VQ -> QS -> Cl ; -- 6. John wonders if it is good + mkCl : NP -> VA -> AP -> Cl ; -- 7. John becomes old + mkCl : NP -> V2A -> NP -> AP -> Cl ; -- 8. John paints it red + mkCl : NP -> V2S -> NP -> S -> Cl ; -- 9. John tells her that we are here + mkCl : NP -> V2Q -> NP -> QS -> Cl ; -- 10. John asks her who is here + mkCl : NP -> V2V -> NP -> VP -> Cl ; -- 11. John forces us to sleep + mkCl : NP -> A -> Cl ; -- 12. John is old + mkCl : NP -> A -> NP -> Cl ; -- 13. John is older than her + mkCl : NP -> A2 -> NP -> Cl ; -- 14. John is married to her + mkCl : NP -> AP -> Cl ; -- 15. John is very old + mkCl : NP -> N -> Cl ; -- 16. John is a man + mkCl : NP -> CN -> Cl ; -- 17. John is an old man + mkCl : NP -> NP -> Cl ; -- 18. John is the man + mkCl : NP -> Adv -> Cl ; -- 19. John is here + +-- As the general rule, a clause can be built from a subject noun phrase and +-- a verb phrase. + + mkCl : NP -> VP -> Cl ; -- 20. John walks here + +-- Subjectless verb phrases are used for impersonal actions. + + mkCl : V -> Cl ; -- 21. it rains + mkCl : VP -> Cl ; -- 22. it is raining + +-- Existentials are a special form of clauses. + + mkCl : N -> Cl ; -- 23. there is a house + mkCl : CN -> Cl ; -- 24. there is an old houses + mkCl : NP -> Cl ; -- 25. there are five houses + +-- There are also special forms in which a noun phrase or an adverb is +-- emphasized. + + mkCl : NP -> RS -> Cl ; -- 26. it is John that walks + mkCl : Adv -> S -> Cl -- 27. it is here John walks + } ; + +-- Generic clauses are one with an impersonal subject. + + genericCl : VP -> Cl ; -- 28. one walks + + +--2 Verb phrases and imperatives + +--3 VP, verb phrases + +-- A verb phrase is formed from a verb with appropriate arguments. + + mkVP : overload { + mkVP : V -> VP ; -- 1. walk + mkVP : V2 -> NP -> VP ; -- 2. love her + mkVP : V3 -> NP -> NP -> VP ; -- 3. send it to her + mkVP : VV -> VP -> VP ; -- 4. want to walk + mkVP : VS -> S -> VP ; -- 5. know that she walks + mkVP : VQ -> QS -> VP ; -- 6. ask if she walks + mkVP : VA -> AP -> VP ; -- 7. become old + mkVP : V2A -> NP -> AP -> VP ; -- 8. paint it red + +-- The verb can also be a copula ("be"), and the relevant argument is +-- then the complement adjective or noun phrase. + + mkVP : A -> VP ; -- 9. be warm + mkVP : AP -> VP ; -- 12. be very warm + mkVP : A -> NP -> VP ; -- 10. be older than her + mkVP : A2 -> NP -> VP ; -- 11. be married to her + mkVP : N -> VP ; -- 13. be a man + mkVP : CN -> VP ; -- 14. be an old man + mkVP : NP -> VP ; -- 15. be the man + mkVP : Adv -> VP ; -- 16. be here + +-- A verb phrase can be modified with a postverbal or a preverbal adverb. + + mkVP : VP -> Adv -> VP ; -- 17. sleep here + mkVP : AdV -> VP -> VP ; -- 18. always sleep + +-- Objectless verb phrases can be taken to verb phrases in two ways. + + mkVP : VPSlash -> NP -> VP ; -- 19. paint it black + mkVP : VPSlash -> VP ; -- 20. paint itself black + + } ; + +-- Two-place verbs can be used reflexively. + + reflexiveVP : V2 -> VP ; -- 19. love itself + +-- Two-place verbs can also be used in the passive, with or without an agent. + + passiveVP : overload { + passiveVP : V2 -> VP ; -- 20. be loved + passiveVP : V2 -> NP -> VP ; -- 21. be loved by her + } ; + +-- A verb phrase can be turned into the progressive form. + + progressiveVP : VP -> VP ; -- 22. be sleeping + +--3 Imp, imperatives + +-- Imperatives are formed from verbs and their arguments; as the general +-- rule, from verb phrases. + + mkImp : overload { + mkImp : V -> Imp ; -- go + mkImp : V2 -> NP -> Imp ; -- take it + mkImp : VP -> Imp -- go there now + } ; + + +--2 Noun phrases and determiners + +--3 NP, noun phrases + +-- A noun phrases can be built from a determiner and a common noun ($CN$) . +-- For determiners, the special cases of quantifiers, numerals, integers, +-- and possessive pronouns are provided. For common nouns, the +-- special case of a simple common noun ($N$) is always provided. + + mkNP : overload { + mkNP : Art N -> NP ; -- 1. the man + mkNP : Art -> (Num) -> CN -> NP ; -- 2. the five old men + mkNP : Quant -> N -> NP ; -- 3. this men + mkNP : Quant -> (Num) -> CN -> NP ; -- 4. these five old men + mkNP : Det -> N -> NP ; -- 5. the first man + mkNP : Det -> CN -> NP ; -- 6. the first old man + mkNP : Numeral -> N -> NP ; -- 7. twenty men + mkNP : Numeral -> CN -> NP ; -- 8. twenty old men + mkNP : Digits -> N -> NP ; -- 9. 45 men + mkNP : Digits -> CN -> NP ; -- 10. 45 old men + mkNP : Card -> N -> NP ; -- 11. almost twenty men + mkNP : Card -> CN -> NP ; -- 12. almost twenty old men + mkNP : Pron -> N -> NP ; -- 13. my man + mkNP : Pron -> CN -> NP ; -- 14. my old man + +-- Proper names and pronouns can be used as noun phrases. + + mkNP : PN -> NP ; -- 15. John + mkNP : Pron -> NP ; -- 16. he + +-- Determiners alone can form noun phrases (this excludes articles, $Art$) + + mkNP : Quant -> NP ; -- 17. this + mkNP : Det -> NP ; -- 18. these five + +-- Determinesless mass noun phrases. + + mkNP : N -> NP ; -- 19. beer + mkNP : CN -> NP ; -- 20. beer + +-- A noun phrase once formed can be prefixed by a predeterminer and +-- suffixed by a past participle or an adverb. + + mkNP : Predet -> NP -> NP ; -- 21. only John + mkNP : NP -> V2 -> NP ; -- 22. John killed + mkNP : NP -> Adv -> NP ; -- 23. John in Paris + +-- A conjunction can be formed both from two noun phrases and a longer +-- list of them. + + mkNP : Conj -> NP -> NP -> NP ; -- 22. John and I + mkNP : Conj -> ListNP -> NP ; -- 23. John, I, and that + + } ; + + +--3 Det, determiners + +-- A determiner is either a singular or a plural one. +-- Both have a quantifier and an optional ordinal; the plural +-- determiner also has an optional numeral. + + mkDet : overload { + mkDet : Quant -> Det ; -- 1. this + mkDet : Quant -> (Ord) -> Det ; -- 2. this first + mkDet : Quant -> Num -> Det ; -- 3. these + mkDet : Quant -> Num -> (Ord) -> Det ; -- 4. these five best + +-- Quantifiers that have both singular and plural forms are by default used as +-- singular determiners. If a numeral is added, the plural form is chosen. + + mkDet : Quant -> Det ; -- 5. this + mkDet : Quant -> Num -> Det ; -- 6. these five + +-- Numerals, their special cases integers and digits, and possessive pronouns can be +-- used as determiners. + + mkDet : Card -> Det ; -- 7. almost twenty + mkDet : Numeral -> Det ; -- 8. five + mkDet : Digits -> Det ; -- 9. 51 + mkDet : Pron -> Det ; -- 10. my (house) + mkDet : Pron -> Num -> Det -- 11. my (houses) + } ; + +--3 Art, articles + +-- There are definite and indefinite articles. + + the_Art : Art ; -- the + a_Art : Art ; -- a + +--3 Num, cardinal numerals + +-- Numerals can be formed from number words ($Numeral$), their special case digits, +-- and from symbolic integers. + + mkNum : overload { + mkNum : Numeral -> Num ; -- 1. twenty + mkNum : Digits -> Num ; -- 2. 51 + mkNum : Card -> Num ; -- 3. twenty + +-- A numeral can be modified by an adnumeral. + + mkNum : AdN -> Card -> Num -- 4. almost ten + } ; + +-- Dummy numbers are sometimes to select the grammatical number of a determiner. + + sgNum : Num ; -- singular + plNum : Num ; -- plural + +--3 Ord, ordinal numerals + +-- Just like cardinals, ordinals can be formed from number words ($Numeral$) +-- and from symbolic integers. + + mkOrd : overload { + mkOrd : Numeral -> Ord ; -- 1. twentieth + mkOrd : Digits -> Ord ; -- 2. 51st + +-- Also adjectives in the superlative form can appear on ordinal positions. + + mkOrd : A -> Ord -- 3. best + } ; + +--3 AdN, adnumerals + +-- Comparison adverbs can be used as adnumerals. + + mkAdN : CAdv -> AdN ; -- 1. more than + +--3 Numeral, number words + +-- Digits and some "round" numbers are here given as shorthands. + + n1_Numeral : Numeral ; -- 1. one + n2_Numeral : Numeral ; -- 2. two + n3_Numeral : Numeral ; -- 3. three + n4_Numeral : Numeral ; -- 4. four + n5_Numeral : Numeral ; -- 5. five + n6_Numeral : Numeral ; -- 6. six + n7_Numeral : Numeral ; -- 7. seven + n8_Numeral : Numeral ; -- 8. eight + n9_Numeral : Numeral ; -- 9. nine + n10_Numeral : Numeral ; -- 10. ten + n20_Numeral : Numeral ; -- 11. twenty + n100_Numeral : Numeral ; -- 12. hundred + n1000_Numeral : Numeral ; -- 13. thousand + +-- See $Numeral$ for the full set of constructors, and use the category +-- $Digits$ for other numbers from one million. + + mkDigits : overload { + mkDigits : Dig -> Digits ; -- 1. 8 + mkDigits : Dig -> Digits -> Digits ; -- 2. 876 + } ; + + n1_Digits : Digits ; -- 1. 1 + n2_Digits : Digits ; -- 2. 2 + n3_Digits : Digits ; -- 3. 3 + n4_Digits : Digits ; -- 4. 4 + n5_Digits : Digits ; -- 5. 5 + n6_Digits : Digits ; -- 6. 6 + n7_Digits : Digits ; -- 7. 7 + n8_Digits : Digits ; -- 8. 8 + n9_Digits : Digits ; -- 9. 9 + n10_Digits : Digits ; -- 10. 10 + n20_Digits : Digits ; -- 11. 20 + n100_Digits : Digits ; -- 12. 100 + n1000_Digits : Digits ; -- 13. 1,000 + +--3 Dig, single digits + + n0_Dig : Dig ; -- 0. 0 + n1_Dig : Dig ; -- 1. 1 + n2_Dig : Dig ; -- 2. 2 + n3_Dig : Dig ; -- 3. 3 + n4_Dig : Dig ; -- 4. 4 + n5_Dig : Dig ; -- 5. 5 + n6_Dig : Dig ; -- 6. 6 + n7_Dig : Dig ; -- 7. 7 + n8_Dig : Dig ; -- 8. 8 + n9_Dig : Dig ; -- 9. 9 + + +--2 Nouns + +--3 CN, common noun phrases + + mkCN : overload { + +-- The most frequent way of forming common noun phrases is from atomic nouns $N$. + + mkCN : N -> CN ; -- 1. house + +-- Common noun phrases can be formed from relational nouns by providing arguments. + + mkCN : N2 -> NP -> CN ; -- 2. mother of John + mkCN : N3 -> NP -> NP -> CN ; -- 3. distance from this city to Paris + +-- Relational nouns can also be used without their arguments. + + mkCN : N2 -> CN ; -- 4. son + mkCN : N3 -> CN ; -- 5. flight + +-- A common noun phrase can be modified by adjectival phrase. We give special +-- cases of this, where one or both of the arguments are atomic. + + mkCN : A -> N -> CN ; -- 6. big house + mkCN : A -> CN -> CN ; -- 7. big blue house + mkCN : AP -> N -> CN ; -- 8. very big house + mkCN : AP -> CN -> CN ; -- 9. very big blue house + +-- A common noun phrase can be modified by a relative clause or an adverb. + + mkCN : N -> RS -> CN ; -- 10. house that John loves + mkCN : CN -> RS -> CN ; -- 11. big house that John loves + mkCN : N -> Adv -> CN ; -- 12. house in the city + mkCN : CN -> Adv -> CN ; -- 13. big house in the city + +-- For some nouns it makes sense to modify them by sentences, +-- questions, or infinitives. But syntactically this is possible for +-- all nouns. + + mkCN : CN -> S -> CN ; -- 14. rule that John walks + mkCN : CN -> QS -> CN ; -- 15. question if John walks + mkCN : CN -> VP -> CN ; -- 16. reason to walk + +-- A noun can be used in apposition to a noun phrase, especially a proper name. + + mkCN : N -> NP -> CN ; -- 17. king John + mkCN : CN -> NP -> CN -- 18. old king John + } ; + + +--2 Adjectives and adverbs + +--3 AP, adjectival phrases + + mkAP : overload { + +-- Adjectival phrases can be formed from atomic adjectives by using the positive form or +-- the comparative with a complement + + mkAP : A -> AP ; -- 1. old + mkAP : A -> NP -> AP ; -- 2. older than John + +-- Relational adjectives can be used with a complement or a reflexive + + mkAP : A2 -> NP -> AP ; -- 3. married to her + mkAP : A2 -> AP ; -- 4. married to myself + +-- Some adjectival phrases can take as complements sentences, +-- questions, or infinitives. Syntactically this is possible for +-- all adjectives. + + mkAP : AP -> S -> AP ; -- 5. probable that John walks + mkAP : AP -> QS -> AP ; -- 6. uncertain if John walks + mkAP : AP -> VP -> AP ; -- 7. ready to go + +-- An adjectival phrase can be modified by an adadjective. + + mkAP : AdA -> A -> AP ; -- 8. very old + mkAP : AdA -> AP -> AP ; -- 9. very very old + +-- Conjunction can be formed from two or more adjectival phrases. + + mkAP : Conj -> AP -> AP -> AP ; -- 10. old and big + mkAP : Conj -> ListAP -> AP ; -- 11. old, big, and warm + + } ; + +--3 Adv, adverbial phrases + + mkAdv : overload { + +-- Adverbs can be formed from adjectives. + + mkAdv : A -> Adv ; -- 1. warmly + +-- Prepositional phrases are treated as adverbs. + + mkAdv : Prep -> NP -> Adv ; -- 2. with John + +-- Subordinate sentences are treated as adverbs. + + mkAdv : Subj -> S -> Adv ; -- 3. when John walks + +-- An adjectival adverb can be compared to a noun phrase or a sentence. + + mkAdv : CAdv -> A -> NP -> Adv ; -- 4. more warmly than John + mkAdv : CAdv -> A -> S -> Adv ; -- 5. more warmly than John walks + +-- Adverbs can be modified by adadjectives. + + mkAdv : AdA -> Adv -> Adv ; -- 6. very warmly + +-- Conjunction can be formed from two or more adverbial phrases. + + mkAdv : Conj -> Adv -> Adv -> Adv ; -- 7. here and now + mkAdv : Conj -> ListAdv -> Adv ; -- 8. with John, here and now + } ; + + +--2 Questions and relatives + +--3 QS, question sentences + + mkQS : overload { + +-- Just like a sentence $S$ is built from a clause $Cl$, +-- a question sentence $QS$ is built from +-- a question clause $QCl$ by fixing tense, anteriority and polarity. +-- Any of these arguments can be omitted, which results in the +-- default (present, simultaneous, and positive, respectively). + + mkQS : QCl -> QS ; -- 1. who walks + mkQS : (Tense) -> (Ant) -> (Pol) -> QCl -> QS ; -- 2. who wouldn't have walked + +-- Since 'yes-no' question clauses can be built from clauses (see below), +-- we give a shortcut +-- for building a question sentence directly from a clause, using the defaults +-- present, simultaneous, and positive. + + mkQS : Cl -> QS -- 3. does John walk + } ; + + +--3 QCl, question clauses + + mkQCl : overload { + +-- 'Yes-no' question clauses are built from 'declarative' clauses. + + mkQCl : Cl -> QCl ; -- 1. does John walk + +-- 'Wh' questions are built from interrogative pronouns in subject +-- or object position. The former uses a verb phrase; we don't give +-- shortcuts for verb-argument sequences as we do for clauses. +-- The latter uses the 'slash' category of objectless clauses +-- (see below); we give the common special case with a two-place verb. + + mkQCl : IP -> VP -> QCl ; -- 2. who walks + mkQCl : IP -> NP -> V2 -> QCl ; -- 3. whom does John love + mkQCl : IP -> ClSlash -> QCl ; -- 4. whom does John love today + +-- Adverbial 'wh' questions are built with interrogative adverbials, with the +-- special case of prepositional phrases with interrogative pronouns. + + mkQCl : IAdv -> Cl -> QCl ; -- 5. why does John walk + mkQCl : Prep -> IP -> Cl -> QCl ; -- 6. with who does John walk + +-- An interrogative adverbial can serve as the complement of a copula. + + mkQCl : IAdv -> NP -> QCl ; -- 7. where is John + +-- Existentials are a special construction. + + mkQCl : IP -> QCl -- 8. what is there + } ; + + +--3 IP, interrogative pronouns + + mkIP : overload { + +-- Interrogative pronouns +-- can be formed much like noun phrases, by using interrogative quantifiers. + + mkIP : IQuant -> N -> IP ; -- 1. which city + mkIP : IQuant -> (Num) -> CN -> IP ; -- 2. which five big cities + +-- An interrogative pronoun can be modified by an adverb. + + mkIP : IP -> Adv -> IP -- 3. who in Paris + } ; + +-- More interrogative pronouns and determiners can be found in $Structural$. + + + +--3 IAdv, interrogative adverbs. + +-- In addition to the interrogative adverbs defined in the $Structural$ lexicon, they +-- can be formed as prepositional phrases from interrogative pronouns. + + mkIAdv : Prep -> IP -> IAdv ; -- 1. in which city + +-- More interrogative adverbs are given in $Structural$. + + +--3 RS, relative sentences + +-- Just like a sentence $S$ is built from a clause $Cl$, +-- a relative sentence $RS$ is built from +-- a relative clause $RCl$ by fixing the tense, anteriority and polarity. +-- Any of these arguments +-- can be omitted, which results in the default (present, simultaneous, +-- and positive, respectively). + + mkRS : overload { + mkRS : RCl -> RS ; -- 1. that walk + mkRS : (Tense) -> (Ant) -> (Pol) -> RCl -> RS -- 2. that wouldn't have walked + } ; + +--3 RCl, relative clauses + + mkRCl : overload { + +-- Relative clauses are built from relative pronouns in subject or object position. +-- The former uses a verb phrase; we don't give +-- shortcuts for verb-argument sequences as we do for clauses. +-- The latter uses the 'slash' category of objectless clauses (see below); +-- we give the common special case with a two-place verb. + + mkRCl : RP -> VP -> RCl ; -- 1. that walk + mkRCl : RP -> NP -> V2 -> RCl ; -- 2. which John loves + mkRCl : RP -> ClSlash -> RCl ; -- 3. which John loves today + +-- There is a simple 'such that' construction for forming relative +-- clauses from clauses. + + mkRCl : Cl -> RCl -- 4. such that John loves her + } ; + +--3 RP, relative pronouns + +-- There is an atomic relative pronoun + + which_RP : RP ; -- 1. which + +-- A relative pronoun can be made into a kind of a prepositional phrase. + + mkRP : Prep -> NP -> RP -> RP ; -- 2. all the houses in which + + +--3 ClSlash, objectless sentences + + mkClSlash : overload { + +-- Objectless sentences are used in questions and relative clauses. +-- The most common way of constructing them is by using a two-place verb +-- with a subject but without an object. + + mkClSlash : NP -> V2 -> ClSlash ; -- 1. (whom) John loves + +-- The two-place verb can be separated from the subject by a verb-complement verb. + + mkClSlash : NP -> VV -> V2 -> ClSlash ; -- 2. (whom) John wants to see + +-- The missing object can also be the noun phrase in a prepositional phrase. + + mkClSlash : Cl -> Prep -> ClSlash ; -- 3. (with whom) John walks + +-- An objectless sentence can be modified by an adverb. + + mkClSlash : ClSlash -> Adv -> ClSlash -- 4. (whom) John loves today + } ; + + +--3 VPSlash, verb phrases missing an object + + mkVPSlash : overload { + +-- This is the deep level of many-argument predication, permitting extraction. + + mkVPSlash : V2 -> VPSlash ; -- 1. (whom) (John) loves + mkVPSlash : V3 -> NP -> VPSlash ; -- 2. (whom) (John) gives an apple + mkVPSlash : V2A -> AP -> VPSlash ; -- 3. (whom) (John) paints red + mkVPSlash : V2Q -> QS -> VPSlash ; -- 4. (whom) (John) asks who sleeps + mkVPSlash : V2S -> S -> VPSlash ; -- 5. (whom) (John) tells that we sleep + mkVPSlash : V2V -> VP -> VPSlash ; -- 6. (whom) (John) forces to sleep + + } ; + + +--2 Lists for coordination + +-- The rules in this section are very uniform: a list can be built from two or more +-- expressions of the same category. + +--3 ListS, sentence lists + + mkListS : overload { + mkListS : S -> S -> ListS ; -- 1. he walks, I run + mkListS : S -> ListS -> ListS -- 2. John walks, I run, you sleep + } ; + +--3 ListAdv, adverb lists + + mkListAdv : overload { + mkListAdv : Adv -> Adv -> ListAdv ; -- 1. here, now + mkListAdv : Adv -> ListAdv -> ListAdv -- 2. to me, here, now + } ; + +--3 ListAP, adjectival phrase lists + + mkListAP : overload { + mkListAP : AP -> AP -> ListAP ; -- 1. old, big + mkListAP : AP -> ListAP -> ListAP -- 2. old, big, warm + } ; + + +--3 ListNP, noun phrase lists + + mkListNP : overload { + mkListNP : NP -> NP -> ListNP ; -- 1. John, I + mkListNP : NP -> ListNP -> ListNP -- 2. John, I, that + } ; + + +--. +-- Definitions + + mkAP = overload { + mkAP : A -> AP -- warm + = PositA ; + mkAP : A -> NP -> AP -- warmer than Spain + = ComparA ; + mkAP : A2 -> NP -> AP -- divisible by 2 + = ComplA2 ; + mkAP : A2 -> AP -- divisible by itself + = ReflA2 ; + mkAP : AP -> S -> AP -- great that she won + = \ap,s -> SentAP ap (EmbedS s) ; + mkAP : AP -> QS -> AP -- great that she won + = \ap,s -> SentAP ap (EmbedQS s) ; + mkAP : AP -> VP -> AP -- great that she won + = \ap,s -> SentAP ap (EmbedVP s) ; + mkAP : AdA -> A -> AP -- very uncertain + = \x,y -> AdAP x (PositA y) ; + mkAP : AdA -> AP -> AP -- very uncertain + = AdAP ; + mkAP : Conj -> AP -> AP -> AP + = \c,x,y -> ConjAP c (BaseAP x y) ; + mkAP : Conj -> ListAP -> AP + = \c,xy -> ConjAP c xy ; + } ; + + mkAdv = overload { + mkAdv : A -> Adv -- quickly + = PositAdvAdj ; + mkAdv : Prep -> NP -> Adv -- in the house + = PrepNP ; + mkAdv : CAdv -> A -> NP -> Adv -- more quickly than John + = ComparAdvAdj ; + mkAdv : CAdv -> A -> S -> Adv -- more quickly than he runs + = ComparAdvAdjS ; + mkAdv : AdA -> Adv -> Adv -- very quickly + = AdAdv ; + mkAdv : Subj -> S -> Adv -- when he arrives + = SubjS ; + mkAdv : Conj -> Adv -> Adv -> Adv + = \c,x,y -> ConjAdv c (BaseAdv x y) ; + mkAdv : Conj -> ListAdv -> Adv + = \c,xy -> ConjAdv c xy ; + } ; + + mkCl = overload { + mkCl : NP -> VP -> Cl -- John wants to walk walks + = PredVP ; + mkCl : NP -> V -> Cl -- John walks + = \s,v -> PredVP s (UseV v); + mkCl : NP -> V2 -> NP -> Cl -- John uses it + = \s,v,o -> PredVP s (ComplV2 v o); + mkCl : NP -> V3 -> NP -> NP -> Cl + = \s,v,o,i -> PredVP s (ComplV3 v o i); + + mkCl : NP -> VV -> VP -> Cl + = \s,v,vp -> PredVP s (ComplVV v vp) ; + mkCl : NP -> VS -> S -> Cl + = \s,v,p -> PredVP s (ComplVS v p) ; + mkCl : NP -> VQ -> QS -> Cl + = \s,v,q -> PredVP s (ComplVQ v q) ; + mkCl : NP -> VA -> AP -> Cl + = \s,v,q -> PredVP s (ComplVA v q) ; + mkCl : NP -> V2A -> NP -> AP -> Cl + = \s,v,n,q -> PredVP s (ComplV2A v n q) ; + mkCl : NP -> V2S -> NP -> S -> Cl --n14 + = \s,v,n,q -> PredVP s (ComplSlash (SlashV2S v q) n) ; + mkCl : NP -> V2Q -> NP -> QS -> Cl --n14 + = \s,v,n,q -> PredVP s (ComplSlash (SlashV2Q v q) n) ; + mkCl : NP -> V2V -> NP -> VP -> Cl --n14 + = \s,v,n,q -> PredVP s (ComplSlash (SlashV2V v q) n) ; + + mkCl : VP -> Cl -- it rains + = ImpersCl ; + mkCl : NP -> RS -> Cl -- it is you who did it + = CleftNP ; + mkCl : Adv -> S -> Cl -- it is yesterday she arrived + = CleftAdv ; + mkCl : N -> Cl -- there is a house + = \y -> ExistNP (DetArtSg IndefArt (UseN y)) ; + mkCl : CN -> Cl -- there is a house + = \y -> ExistNP (DetArtSg IndefArt y) ; + mkCl : NP -> Cl -- there is a house + = ExistNP ; + mkCl : NP -> AP -> Cl -- John is nice and warm + = \x,y -> PredVP x (UseComp (CompAP y)) ; + mkCl : NP -> A -> Cl -- John is warm + = \x,y -> PredVP x (UseComp (CompAP (PositA y))) ; + mkCl : NP -> A -> NP -> Cl -- John is warmer than Mary + = \x,y,z -> PredVP x (UseComp (CompAP (ComparA y z))) ; + mkCl : NP -> A2 -> NP -> Cl -- John is married to Mary + = \x,y,z -> PredVP x (UseComp (CompAP (ComplA2 y z))) ; + mkCl : NP -> NP -> Cl -- John is the man + = \x,y -> PredVP x (UseComp (CompNP y)) ; + mkCl : NP -> CN -> Cl -- John is a man + = \x,y -> PredVP x (UseComp (CompNP (DetArtSg IndefArt y))) ; + mkCl : NP -> N -> Cl -- John is a man + = \x,y -> PredVP x (UseComp (CompNP (DetArtSg IndefArt (UseN y)))) ; + mkCl : NP -> Adv -> Cl -- John is here + = \x,y -> PredVP x (UseComp (CompAdv y)) ; + mkCl : V -> Cl -- it rains + = \v -> ImpersCl (UseV v) + } ; + + genericCl : VP -> Cl = GenericCl ; + + + mkNP = overload { + mkNP : Art -> N -> NP -- the man --n14 + = \d,n -> DetArtSg d (UseN n) ; + mkNP : Art -> CN -> NP -- the old man --n14 + = DetArtSg ; + mkNP : Art -> Num -> CN -> NP -- the old men --n14 + = \d,nu,cn -> case nu.n of { + ParamX.Sg => DetArtSg d cn ; + Pl => DetArtPl d cn + } ; + mkNP : Art -> Num -> N -> NP -- the men --n14 + = \d,nu,cn -> case nu.n of { + ParamX.Sg => DetArtSg d (UseN cn) ; + Pl => DetArtPl d (UseN cn) + } ; + + mkNP : Art -> Num -> Ord -> CN -> NP -- the five best men --n14 + = \d,nu,ord,cn -> DetCN (DetArtOrd d nu ord) (cn) ; + mkNP : Art -> Ord -> CN -> NP -- the best men --n14 + = \d,ord,cn -> DetCN (DetArtOrd d sgNum ord) (cn) ; + mkNP : Art -> Card -> CN -> NP -- the five men --n14 + = \d,nu,cn -> DetCN (DetArtCard d nu) (cn) ; + + mkNP : Art -> Num -> Ord -> N -> NP -- the five best men --n14 + = \d,nu,ord,cn -> DetCN (DetArtOrd d nu ord) (UseN cn) ; + mkNP : Art -> Ord -> N -> NP -- the best men --n14 + = \d,ord,cn -> DetCN (DetArtOrd d sgNum ord) (UseN cn) ; + mkNP : Art -> Card -> N -> NP -- the five men --n14 + = \d,nu,cn -> DetCN (DetArtCard d nu) (UseN cn) ; + + mkNP : CN -> NP -- old beer --n14 + = MassNP ; + mkNP : N -> NP -- beer --n14 + = \n -> MassNP (UseN n) ; + + mkNP : Det -> CN -> NP -- the old man + = DetCN ; + mkNP : Det -> N -> NP -- the man + = \d,n -> DetCN d (UseN n) ; + mkNP : Quant -> NP -- this + = \q -> DetNP (DetQuant q sgNum) ; + mkNP : Quant -> Num -> NP -- this + = \q,n -> DetNP (DetQuant q n) ; + mkNP : Det -> NP -- this + = DetNP ; + mkNP : Card -> CN -> NP -- forty-five old men + = \d,n -> DetCN (DetArtCard IndefArt d) n ; + mkNP : Card -> N -> NP -- forty-five men + = \d,n -> DetCN (DetArtCard IndefArt d) (UseN n) ; + mkNP : Quant -> CN -> NP + = \q,n -> DetCN (DetQuant q NumSg) n ; + mkNP : Quant -> N -> NP + = \q,n -> DetCN (DetQuant q NumSg) (UseN n) ; + mkNP : Quant -> Num -> CN -> NP + = \q,nu,n -> DetCN (DetQuant q nu) n ; + mkNP : Quant -> Num -> N -> NP + = \q,nu,n -> DetCN (DetQuant q nu) (UseN n) ; + + mkNP : Pron -> CN -> NP + = \p,n -> DetCN (DetQuant (PossPron p) NumSg) n ; + mkNP : Pron -> N -> NP + = \p,n -> DetCN (DetQuant (PossPron p) NumSg) (UseN n) ; + + mkNP : Numeral -> CN -> NP -- 51 old men + = \d,n -> DetCN (DetArtCard IndefArt (NumNumeral d)) n ; + + mkNP : Numeral -> N -> NP -- 51 men + = \d,n -> DetCN (DetArtCard IndefArt (NumNumeral d)) (UseN n) ; + mkNP : Digits -> CN -> NP -- 51 old men + = \d,n -> DetCN (DetArtCard IndefArt (NumDigits d)) n ; + + mkNP : Digits -> N -> NP -- 51 men + = \d,n -> DetCN (DetArtCard IndefArt (NumDigits d)) (UseN n) ; + + mkNP : Digit -> CN -> NP ---- obsol + = \d,n -> DetCN (DetArtCard IndefArt (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 d))))))) n ; + mkNP : Digit -> N -> NP ---- obsol + = \d,n -> DetCN (DetArtCard IndefArt (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 d))))))) (UseN n) ; + + mkNP : PN -> NP -- John + = UsePN ; + mkNP : Pron -> NP -- he + = UsePron ; + mkNP : Predet -> NP -> NP -- only the man + = PredetNP ; + mkNP : NP -> V2 -> NP -- the number squared + = PPartNP ; + mkNP : NP -> Adv -> NP -- Paris at midnight + = AdvNP ; + mkNP : Conj -> NP -> NP -> NP + = \c,x,y -> ConjNP c (BaseNP x y) ; + mkNP : Conj -> ListNP -> NP + = \c,xy -> ConjNP c xy ; +-- backward compat + mkNP : QuantSg -> CN -> NP + = \q,n -> DetCN (DetQuant q NumSg) n ; + mkNP : QuantPl -> CN -> NP + = \q,n -> DetCN (DetQuant q NumPl) n ; + + } ; + + mkDet = overload { + + mkDet : Art -> Num -> Ord -> Det -- the five best men --n14 + = \d,nu,ord -> (DetArtOrd d nu ord) ; + mkDet : Art -> Ord -> Det -- the best men --n14 + = \d,ord -> (DetArtOrd d sgNum ord) ; + mkDet : Art -> Card -> Det -- the five men --n14 + = \d,nu -> (DetArtCard d nu) ; + + + + mkDet : Quant -> Ord -> Det -- this best man + = \q,o -> DetQuantOrd q NumSg o ; + mkDet : Quant -> Det -- this man + = \q -> DetQuant q NumSg ; + mkDet : Quant -> Num -> Ord -> Det -- these five best men + = DetQuantOrd ; + mkDet : Quant -> Num -> Det -- these five man + = DetQuant ; + mkDet : Num -> Det -- forty-five men + = DetArtCard IndefArt ; + mkDet : Digits -> Det -- 51 (men) + = \d -> DetArtCard IndefArt (NumDigits d) ; + mkDet : Numeral -> Det -- + = \d -> DetArtCard IndefArt (NumNumeral d) ; + mkDet : Pron -> Det -- my (house) + = \p -> DetQuant (PossPron p) NumSg ; + mkDet : Pron -> Num -> Det -- my (houses) + = \p -> DetQuant (PossPron p) ; + } ; + + + the_Art : Art = DefArt ; -- the + a_Art : Art = IndefArt ; -- a + +-- 1.4 +-- defSgDet : Det = DetSg (SgQuant DefArt) NoOrd ; -- the (man) +-- defPlDet : Det = DetPl (PlQuant DefArt) NoNum NoOrd ; -- the (man) +-- indefSgDet : Det = DetSg (SgQuant IndefArt) NoOrd ; -- the (man) +-- indefPlDet : Det = DetPl (PlQuant IndefArt) NoNum NoOrd ; -- the (man) + + ---- obsol + + mkQuantSg : Quant -> QuantSg = SgQuant ; + mkQuantPl : Quant -> QuantPl = PlQuant ; + +-- defQuant = DefArt ; +-- indefQuant = IndefArt ; + +-- massQuant : QuantSg = SgQuant MassDet ; +-- the_QuantSg : QuantSg = SgQuant DefArt ; +-- a_QuantSg : QuantSg = mkQuantSg indefQuant ; + this_QuantSg : QuantSg = mkQuantSg this_Quant ; + that_QuantSg : QuantSg = mkQuantSg that_Quant ; + +-- the_QuantPl : QuantPl = mkQuantPl defQuant ; +-- a_QuantPl : QuantPl = mkQuantPl indefQuant ; + these_QuantPl : QuantPl = mkQuantPl this_Quant ; + those_QuantPl : QuantPl = mkQuantPl that_Quant ; + + sgNum : Num = NumSg ; + plNum : Num = NumPl ; + + + mkNum = overload { + mkNum : Numeral -> Num + = \d -> NumCard (NumNumeral d) ; + mkNum : Digits -> Num -- 51 + = \d -> NumCard (NumDigits d) ; + mkNum : Digit -> Num + = \d -> NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 d)))))) ; + mkNum : Card -> Num = NumCard ; + mkNum : AdN -> Card -> Num = \a,c -> NumCard (AdNum a c) + } ; + + singularNum : Num -- [no num] + = NumSg ; + pluralNum : Num -- [no num] + = NumPl ; + + mkOrd = overload { + mkOrd : Numeral -> Ord = OrdNumeral ; + mkOrd : Digits -> Ord -- 51st + = OrdDigits ; + mkOrd : Digit -> Ord -- fifth + = \d -> + OrdNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 d))))) ; + mkOrd : A -> Ord -- largest + = OrdSuperl + } ; + + n1_Numeral = num (pot2as3 (pot1as2 (pot0as1 pot01))) ; + n2_Numeral = num (pot2as3 (pot1as2 (pot0as1 (pot0 n2)))) ; + n3_Numeral = num (pot2as3 (pot1as2 (pot0as1 (pot0 n3)))) ; + n4_Numeral = num (pot2as3 (pot1as2 (pot0as1 (pot0 n4)))) ; + n5_Numeral = num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))) ; + n6_Numeral = num (pot2as3 (pot1as2 (pot0as1 (pot0 n6)))) ; + n7_Numeral = num (pot2as3 (pot1as2 (pot0as1 (pot0 n7)))) ; + n8_Numeral = num (pot2as3 (pot1as2 (pot0as1 (pot0 n8)))) ; + n9_Numeral = num (pot2as3 (pot1as2 (pot0as1 (pot0 n9)))) ; + n10_Numeral = num (pot2as3 (pot1as2 pot110)) ; + n20_Numeral = num (pot2as3 (pot1as2 (pot1 n2))) ; + n100_Numeral = num (pot2as3 (pot2 pot01)) ; + n1000_Numeral = num (pot3 (pot1as2 (pot0as1 pot01))) ; + + n1_Digits = IDig D_1 ; + n2_Digits = IDig D_2 ; + n3_Digits = IDig D_3 ; + n4_Digits = IDig D_4 ; + n5_Digits = IDig D_5 ; + n6_Digits = IDig D_6 ; + n7_Digits = IDig D_7 ; + n8_Digits = IDig D_8 ; + n9_Digits = IDig D_9 ; + n10_Digits = IIDig D_1 (IDig D_0) ; + n20_Digits = IIDig D_2 (IDig D_0) ; + n100_Digits = IIDig D_1 (IIDig D_0 (IDig D_0)) ; + n1000_Digits = IIDig D_1 (IIDig D_0 (IIDig D_0 (IDig D_0))) ; + + + mkAdN : CAdv -> AdN = AdnCAdv ; -- more (than five) + + mkDigits = overload { + mkDigits : Dig -> Digits = IDig ; + mkDigits : Dig -> Digits -> Digits = IIDig ; + } ; + + n0_Dig = D_0 ; + n1_Dig = D_1 ; + n2_Dig = D_2 ; + n3_Dig = D_3 ; + n4_Dig = D_4 ; + n5_Dig = D_5 ; + n6_Dig = D_6 ; + n7_Dig = D_7 ; + n8_Dig = D_8 ; + n9_Dig = D_9 ; + + + + + mkCN = overload { + mkCN : N -> CN -- house + = UseN ; + mkCN : N2 -> NP -> CN -- son of the king + = ComplN2 ; + mkCN : N3 -> NP -> NP -> CN -- flight from Moscow (to Paris) + = \f,x -> ComplN2 (ComplN3 f x) ; + mkCN : N2 -> CN -- son + = UseN2 ; + mkCN : N3 -> CN -- flight + = \n -> UseN2 (Use2N3 n) ; + mkCN : AP -> CN -> CN -- nice and big blue house + = AdjCN ; + mkCN : AP -> N -> CN -- nice and big house + = \x,y -> AdjCN x (UseN y) ; + mkCN : CN -> AP -> CN -- nice and big blue house + = \x,y -> AdjCN y x ; + mkCN : N -> AP -> CN -- nice and big house + = \x,y -> AdjCN y (UseN x) ; + mkCN : A -> CN -> CN -- big blue house + = \x,y -> AdjCN (PositA x) y; + mkCN : A -> N -> CN -- big house + = \x,y -> AdjCN (PositA x) (UseN y); + mkCN : CN -> RS -> CN -- house that John owns + = RelCN ; + mkCN : N -> RS -> CN -- house that John owns + = \x,y -> RelCN (UseN x) y ; + mkCN : CN -> Adv -> CN -- house on the hill + = AdvCN ; + mkCN : N -> Adv -> CN -- house on the hill + = \x,y -> AdvCN (UseN x) y ; + mkCN : CN -> S -> CN -- fact that John smokes + = \cn,s -> SentCN cn (EmbedS s) ; + mkCN : CN -> QS -> CN -- question if John smokes + = \cn,s -> SentCN cn (EmbedQS s) ; + mkCN : CN -> VP -> CN -- reason to smoke + = \cn,s -> SentCN cn (EmbedVP s) ; + mkCN : CN -> NP -> CN -- number x, numbers x and y + = ApposCN ; + mkCN : N -> NP -> CN -- number x, numbers x and y + = \x,y -> ApposCN (UseN x) y + } ; + + + mkPhr = overload { + mkPhr : PConj -> Utt -> Voc -> Phr -- But go home my friend + = PhrUtt ; + mkPhr : Utt -> Voc -> Phr + = \u,v -> PhrUtt NoPConj u v ; + mkPhr : PConj -> Utt -> Phr + = \u,v -> PhrUtt u v NoVoc ; + mkPhr : Utt -> Phr -- Go home + = \u -> PhrUtt NoPConj u NoVoc ; + mkPhr : S -> Phr -- I go home + = \s -> PhrUtt NoPConj (UttS s) NoVoc ; + mkPhr : Cl -> Phr -- I go home + = \s -> PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos s)) NoVoc ; + mkPhr : QS -> Phr -- I go home + = \s -> PhrUtt NoPConj (UttQS s) NoVoc ; + mkPhr : Imp -> Phr -- I go home + = \s -> PhrUtt NoPConj (UttImpSg PPos s) NoVoc + + } ; + + mkPConj : Conj -> PConj = PConjConj ; + noPConj : PConj = NoPConj ; + + mkVoc : NP -> Voc = VocNP ; + noVoc : Voc = NoVoc ; + + positivePol : Pol = PPos ; + negativePol : Pol = PNeg ; + + simultaneousAnt : Ant = ASimul ; + anteriorAnt : Ant = AAnter ; --# notpresent + + presentTense : Tense = TPres ; + pastTense : Tense = TPast ; --# notpresent + futureTense : Tense = TFut ; --# notpresent + conditionalTense : Tense = TCond ; --# notpresent + + param ImpForm = IFSg | IFPl | IFPol ; + + oper + singularImpForm : ImpForm = IFSg ; + pluralImpForm : ImpForm = IFPl ; + politeImpForm : ImpForm = IFPol ; + + mkUttImp : ImpForm -> Pol -> Imp -> Utt = \f,p,i -> case f of { + IFSg => UttImpSg p i ; + IFPl => UttImpPl p i ; + IFPol => UttImpPol p i + } ; + + mkUtt = overload { + mkUtt : S -> Utt -- John walked + = UttS ; + mkUtt : Cl -> Utt -- John walks + = \c -> UttS (UseCl TPres ASimul PPos c); + mkUtt : QS -> Utt -- is it good + = UttQS ; + mkUtt : ImpForm -> Pol -> Imp -> Utt -- don't help yourselves + = mkUttImp ; + mkUtt : ImpForm -> Imp -> Utt -- help yourselves + = \f -> mkUttImp f PPos ; + mkUtt : Pol -> Imp -> Utt -- (don't) help yourself + = UttImpSg ; + mkUtt : Imp -> Utt -- help yourself + = UttImpSg PPos ; + mkUtt : IP -> Utt -- who + = UttIP ; + mkUtt : IAdv -> Utt -- why + = UttIAdv ; + mkUtt : NP -> Utt -- this man + = UttNP ; + mkUtt : Adv -> Utt -- here + = UttAdv ; + mkUtt : VP -> Utt -- to sleep + = UttVP + } ; + + lets_Utt : VP -> Utt = ImpPl1 ; + + mkQCl = overload { + + mkQCl : Cl -> QCl -- does John walk + = QuestCl ; + mkQCl : IP -> VP -> QCl -- who walks + = QuestVP ; + mkQCl : IP -> ClSlash -> QCl -- who does John love + = QuestSlash ; + mkQCl : IP -> NP -> V2 -> QCl -- who does John love + = \ip,np,v -> QuestSlash ip (SlashVP np (SlashV2a v)) ; + mkQCl : IAdv -> Cl -> QCl -- why does John walk + = QuestIAdv ; + mkQCl : Prep -> IP -> Cl -> QCl -- with whom does John walk + = \p,ip -> QuestIAdv (PrepIP p ip) ; + mkQCl : IAdv -> NP -> QCl -- where is John + = \a -> QuestIComp (CompIAdv a) ; + mkQCl : IP -> QCl -- which houses are there + = ExistIP + + } ; + + mkIP = overload { + mkIP : IDet -> CN -> IP -- which songs + = IdetCN ; + mkIP : IDet -> N -> IP -- which song + = \i,n -> IdetCN i (UseN n) ; + mkIP : IQuant -> CN -> IP -- which songs + = \i,n -> IdetCN (IdetQuant i NumSg) n ; + mkIP : IQuant -> Num -> CN -> IP -- which songs + = \i,nu,n -> IdetCN (IdetQuant i nu) n ; + mkIP : IQuant -> N -> IP -- which song + = \i,n -> IdetCN (IdetQuant i NumSg) (UseN n) ; + mkIP : IP -> Adv -> IP -- who in Europe + = AdvIP + } ; + + whichSg_IDet : IDet = IdetQuant which_IQuant NumSg ; + whichPl_IDet : IDet = IdetQuant which_IQuant NumPl ; + + mkIAdv : Prep -> IP -> IAdv = PrepIP ; + + mkRCl = overload { + mkRCl : Cl -> RCl -- such that John loves her + = RelCl ; + mkRCl : RP -> VP -> RCl -- who loves John + = RelVP ; + mkRCl : RP -> ClSlash -> RCl -- whom John loves + = RelSlash ; + mkRCl : RP -> NP -> V2 -> RCl -- whom John loves + = \rp,np,v2 -> RelSlash rp (SlashVP np (SlashV2a v2)) ; + } ; + + which_RP : RP -- which + = IdRP ; + mkRP : Prep -> NP -> RP -> RP -- all the roots of which + = FunRP + ; + + mkClSlash = overload { + mkClSlash : NP -> V2 -> ClSlash -- (whom) he sees + = \np,v2 -> SlashVP np (SlashV2a v2) ; + mkClSlash : NP -> VV -> V2 -> ClSlash -- (whom) he wants to see + = \np,vv,v2 -> SlashVP np (SlashVV vv (SlashV2a v2)) ; + mkClSlash : ClSlash -> Adv -> ClSlash -- (whom) he sees tomorrow + = AdvSlash ; + mkClSlash : Cl -> Prep -> ClSlash -- (with whom) he walks + = SlashPrep + } ; + + mkImp = overload { + mkImp : VP -> Imp -- go + = ImpVP ; + mkImp : V -> Imp + = \v -> ImpVP (UseV v) ; + mkImp : V2 -> NP -> Imp + = \v,np -> ImpVP (ComplV2 v np) + } ; + + mkS = overload { + mkS : Cl -> S + = UseCl TPres ASimul PPos ; + mkS : Tense -> Cl -> S + = \t -> UseCl t ASimul PPos ; + mkS : Ant -> Cl -> S + = \a -> UseCl TPres a PPos ; + mkS : Pol -> Cl -> S + = \p -> UseCl TPres ASimul p ; + mkS : Tense -> Ant -> Cl -> S + = \t,a -> UseCl t a PPos ; + mkS : Tense -> Pol -> Cl -> S + = \t,p -> UseCl t ASimul p ; + mkS : Ant -> Pol -> Cl -> S + = \a,p -> UseCl TPres a p ; + mkS : Tense -> Ant -> Pol -> Cl -> S + = UseCl ; + mkS : Conj -> S -> S -> S + = \c,x,y -> ConjS c (BaseS x y) ; + mkS : Conj -> ListS -> S + = \c,xy -> ConjS c xy ; + mkS : Adv -> S -> S + = AdvS + + } ; + + mkQS = overload { + + mkQS : QCl -> QS + = UseQCl TPres ASimul PPos ; + mkQS : Tense -> QCl -> QS + = \t -> UseQCl t ASimul PPos ; + mkQS : Ant -> QCl -> QS + = \a -> UseQCl TPres a PPos ; + mkQS : Pol -> QCl -> QS + = \p -> UseQCl TPres ASimul p ; + mkQS : Tense -> Ant -> QCl -> QS + = \t,a -> UseQCl t a PPos ; + mkQS : Tense -> Pol -> QCl -> QS + = \t,p -> UseQCl t ASimul p ; + mkQS : Ant -> Pol -> QCl -> QS + = \a,p -> UseQCl TPres a p ; + mkQS : Tense -> Ant -> Pol -> QCl -> QS + = UseQCl ; + mkQS : Cl -> QS + = \x -> UseQCl TPres ASimul PPos (QuestCl x) + } ; + + + mkRS = overload { + + mkRS : RCl -> RS + = UseRCl TPres ASimul PPos ; + mkRS : Tense -> RCl -> RS + = \t -> UseRCl t ASimul PPos ; + mkRS : Ant -> RCl -> RS + = \a -> UseRCl TPres a PPos ; + mkRS : Pol -> RCl -> RS + = \p -> UseRCl TPres ASimul p ; + mkRS : Tense -> Ant -> RCl -> RS + = \t,a -> UseRCl t a PPos ; + mkRS : Tense -> Pol -> RCl -> RS + = \t,p -> UseRCl t ASimul p ; + mkRS : Ant -> Pol -> RCl -> RS + = \a,p -> UseRCl TPres a p ; + mkRS : Tense -> Ant -> Pol -> RCl -> RS + = UseRCl + } ; + + param Punct = PFullStop | PExclMark | PQuestMark ; + + oper + emptyText : Text = TEmpty ; -- [empty text] + + fullStopPunct : Punct = PFullStop ; -- . + questMarkPunct : Punct = PQuestMark ; -- ? + exclMarkPunct : Punct = PExclMark ; -- ! + + + mkText = overload { + mkText : Phr -> Punct -> Text -> Text = + \phr,punct,text -> case punct of { + PFullStop => TFullStop phr text ; + PExclMark => TExclMark phr text ; + PQuestMark => TQuestMark phr text + } ; + mkText : Phr -> Punct -> Text = + \phr,punct -> case punct of { + PFullStop => TFullStop phr TEmpty ; + PExclMark => TExclMark phr TEmpty ; + PQuestMark => TQuestMark phr TEmpty + } ; + mkText : Phr -> Text -- John walks. + = \x -> TFullStop x TEmpty ; + mkText : Utt -> Text + = \u -> TFullStop (PhrUtt NoPConj u NoVoc) TEmpty ; + mkText : S -> Text + = \s -> TFullStop (PhrUtt NoPConj (UttS s) NoVoc) TEmpty; + mkText : Cl -> Text + = \c -> TFullStop (PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos c)) NoVoc) TEmpty; + mkText : QS -> Text + = \q -> TQuestMark (PhrUtt NoPConj (UttQS q) NoVoc) TEmpty ; + mkText : Imp -> Text + = \i -> TExclMark (PhrUtt NoPConj (UttImpSg PPos i) NoVoc) TEmpty; + mkText : Pol -> Imp -> Text + = \p,i -> TExclMark (PhrUtt NoPConj (UttImpSg p i) NoVoc) TEmpty; + mkText : Phr -> Text -> Text -- John walks. ... + = TFullStop ; + mkText : Text -> Text -> Text = \t,u -> {s = t.s ++ u.s ; lock_Text = <>} ; + } ; + + mkVP = overload { + mkVP : V -> VP -- sleep + = UseV ; + mkVP : V2 -> NP -> VP -- use it + = ComplV2 ; + mkVP : V3 -> NP -> NP -> VP -- send a message to her + = ComplV3 ; + mkVP : VV -> VP -> VP -- want to run + = ComplVV ; + mkVP : VS -> S -> VP -- know that she runs + = ComplVS ; + mkVP : VQ -> QS -> VP -- ask if she runs + = ComplVQ ; + mkVP : VA -> AP -> VP -- look red + = ComplVA ; + mkVP : V2A -> NP -> AP -> VP -- paint the house red + = ComplV2A ; + + mkVP : V2S -> NP -> S -> VP --n14 + = \v,n,q -> (ComplSlash (SlashV2S v q) n) ; + mkVP : V2Q -> NP -> QS -> VP --n14 + = \v,n,q -> (ComplSlash (SlashV2Q v q) n) ; + mkVP : V2V -> NP -> VP -> VP --n14 + = \v,n,q -> (ComplSlash (SlashV2V v q) n) ; + + mkVP : A -> VP -- be warm + = \a -> UseComp (CompAP (PositA a)) ; + mkVP : A -> NP -> VP -- John is warmer than Mary + = \y,z -> (UseComp (CompAP (ComparA y z))) ; + mkVP : A2 -> NP -> VP -- John is married to Mary + = \y,z -> (UseComp (CompAP (ComplA2 y z))) ; + mkVP : AP -> VP -- be warm + = \a -> UseComp (CompAP a) ; + mkVP : NP -> VP -- be a man + = \a -> UseComp (CompNP a) ; + mkVP : CN -> VP -- be a man + = \y -> (UseComp (CompNP (DetArtSg IndefArt y))) ; + mkVP : N -> VP -- be a man + = \y -> (UseComp (CompNP (DetArtSg IndefArt (UseN y)))) ; + mkVP : Adv -> VP -- be here + = \a -> UseComp (CompAdv a) ; + mkVP : VP -> Adv -> VP -- sleep here + = AdvVP ; + mkVP : AdV -> VP -> VP -- always sleep + = AdVVP ; + mkVP : VPSlash -> NP -> VP -- always sleep + = ComplSlash ; + mkVP : VPSlash -> VP + = ReflVP + } ; + + reflexiveVP : V2 -> VP = \v -> ReflVP (SlashV2a v) ; + + mkVPSlash = overload { + + mkVPSlash : V2 -> VPSlash -- 1. (whom) (John) loves + = SlashV2a ; + mkVPSlash : V3 -> NP -> VPSlash -- 2. (whom) (John) gives an apple + = Slash2V3 ; + mkVPSlash : V2A -> AP -> VPSlash -- 3. (whom) (John) paints red + = SlashV2A ; + mkVPSlash : V2Q -> QS -> VPSlash -- 4. (whom) (John) asks who sleeps + = SlashV2Q ; + mkVPSlash : V2S -> S -> VPSlash -- 5. (whom) (John) tells that we sleep + = SlashV2S ; + mkVPSlash : V2V -> VP -> VPSlash -- 6. (whom) (John) forces to sleep + = SlashV2V ; + } ; + + + + passiveVP = overload { + passiveVP : V2 -> VP = PassV2 ; + passiveVP : V2 -> NP -> VP = \v,np -> + (AdvVP (PassV2 v) (PrepNP by8agent_Prep np)) + } ; + progressiveVP : VP -> VP = ProgrVP ; + + + mkListS = overload { + mkListS : S -> S -> ListS = BaseS ; + mkListS : S -> ListS -> ListS = ConsS + } ; + + mkListAP = overload { + mkListAP : AP -> AP -> ListAP = BaseAP ; + mkListAP : AP -> ListAP -> ListAP = ConsAP + } ; + + mkListAdv = overload { + mkListAdv : Adv -> Adv -> ListAdv = BaseAdv ; + mkListAdv : Adv -> ListAdv -> ListAdv = ConsAdv + } ; + + mkListNP = overload { + mkListNP : NP -> NP -> ListNP = BaseNP ; + mkListNP : NP -> ListNP -> ListNP = ConsNP + } ; + + mkCard = overload { + mkCard : Numeral -> Card + = NumNumeral ; + mkNum : Digits -> Card -- 51 + = NumDigits ; + } ; + + +------------ for backward compatibility + + QuantSg : Type = Quant ** {isSg : {}} ; + QuantPl : Type = Quant ** {isPl : {}} ; + SgQuant : Quant -> QuantSg = \q -> q ** {isSg = <>} ; + PlQuant : Quant -> QuantPl = \q -> q ** {isPl = <>} ; + +-- Pre-1.4 constants defined + + DetSg : Quant -> Ord -> Det = \q -> DetQuantOrd q NumSg ; + DetPl : Quant -> Num -> Ord -> Det = DetQuantOrd ; + + ComplV2 : V2 -> NP -> VP = \v,np -> ComplSlash (SlashV2a v) np ; + ComplV2A : V2A -> NP -> AP -> VP = \v,np,ap -> ComplSlash (SlashV2A v ap) np ; + ComplV3 : V3 -> NP -> NP -> VP = \v,o,d -> ComplSlash (Slash2V3 v o) d ; + + that_NP : NP = DetNP (DetQuant that_Quant sgNum) ; + this_NP : NP = DetNP (DetQuant this_Quant sgNum) ; + those_NP : NP = DetNP (DetQuant that_Quant plNum) ; + these_NP : NP = DetNP (DetQuant this_Quant plNum) ; + + ListAdv : Type = Grammar.ListAdv ; + ListAP : Type = Grammar.ListAP ; + ListNP : Type = Grammar.ListNP ; + ListS : Type = Grammar.ListS ; + +{- +-- The definite and indefinite articles are commonly used determiners. + + defSgDet : Det ; -- 11. the (house) + defPlDet : Det ; -- 12. the (houses) + indefSgDet : Det ; -- 13. a (house) + indefPlDet : Det ; -- 14. (houses) + + +--3 QuantSg, singular quantifiers + +-- From quantifiers that can have both forms, this constructor +-- builds the singular form. + + mkQuantSg : Quant -> QuantSg ; -- 1. this + +-- The mass noun phrase constructor is treated as a singular quantifier. + + massQuant : QuantSg ; -- 2. (mass terms) + +-- More singular quantifiers are available in the $Structural$ module. +-- The following singular cases of quantifiers are often used. + + the_QuantSg : QuantSg ; -- 3. the + a_QuantSg : QuantSg ; -- 4. a + this_QuantSg : QuantSg ; -- 5. this + that_QuantSg : QuantSg ; -- 6. that + + +--3 QuantPl, plural quantifiers + +-- From quantifiers that can have both forms, this constructor +-- builds the plural form. + + mkQuantPl : Quant -> QuantPl ; -- 1. these + +-- More plural quantifiers are available in the $Structural$ module. +-- The following plural cases of quantifiers are often used. + + the_QuantPl : QuantPl ; -- 2. the + a_QuantPl : QuantPl ; -- 3. (indefinite plural) + these_QuantPl : QuantPl ; -- 4. these + those_QuantPl : QuantPl ; -- 5. those +-} + +} diff --git a/deprecated/old-lib/resource/api/ConstructorsBul.gf b/deprecated/old-lib/resource/api/ConstructorsBul.gf new file mode 100644 index 000000000..54a85890c --- /dev/null +++ b/deprecated/old-lib/resource/api/ConstructorsBul.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource ConstructorsBul = Constructors with (Grammar = GrammarBul) ; diff --git a/deprecated/old-lib/resource/api/ConstructorsCat.gf b/deprecated/old-lib/resource/api/ConstructorsCat.gf new file mode 100644 index 000000000..4efd5bad4 --- /dev/null +++ b/deprecated/old-lib/resource/api/ConstructorsCat.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource ConstructorsCat = Constructors with (Grammar = GrammarCat) ; diff --git a/deprecated/old-lib/resource/api/ConstructorsDan.gf b/deprecated/old-lib/resource/api/ConstructorsDan.gf new file mode 100644 index 000000000..0627f96c8 --- /dev/null +++ b/deprecated/old-lib/resource/api/ConstructorsDan.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource ConstructorsDan = Constructors with (Grammar = GrammarDan) ; diff --git a/deprecated/old-lib/resource/api/ConstructorsEng.gf b/deprecated/old-lib/resource/api/ConstructorsEng.gf new file mode 100644 index 000000000..1d88caa79 --- /dev/null +++ b/deprecated/old-lib/resource/api/ConstructorsEng.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource ConstructorsEng = Constructors with (Grammar = GrammarEng) ; diff --git a/deprecated/old-lib/resource/api/ConstructorsFin.gf b/deprecated/old-lib/resource/api/ConstructorsFin.gf new file mode 100644 index 000000000..57934b728 --- /dev/null +++ b/deprecated/old-lib/resource/api/ConstructorsFin.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource ConstructorsFin = Constructors with (Grammar = GrammarFin) ; diff --git a/deprecated/old-lib/resource/api/ConstructorsFre.gf b/deprecated/old-lib/resource/api/ConstructorsFre.gf new file mode 100644 index 000000000..b50c55fbc --- /dev/null +++ b/deprecated/old-lib/resource/api/ConstructorsFre.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource ConstructorsFre = Constructors with (Grammar = GrammarFre) ; diff --git a/deprecated/old-lib/resource/api/ConstructorsGer.gf b/deprecated/old-lib/resource/api/ConstructorsGer.gf new file mode 100644 index 000000000..907bf90a0 --- /dev/null +++ b/deprecated/old-lib/resource/api/ConstructorsGer.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource ConstructorsGer = Constructors with (Grammar = GrammarGer) ; diff --git a/deprecated/old-lib/resource/api/ConstructorsIta.gf b/deprecated/old-lib/resource/api/ConstructorsIta.gf new file mode 100644 index 000000000..29724ffee --- /dev/null +++ b/deprecated/old-lib/resource/api/ConstructorsIta.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource ConstructorsIta = Constructors with (Grammar = GrammarIta) ; diff --git a/deprecated/old-lib/resource/api/ConstructorsNor.gf b/deprecated/old-lib/resource/api/ConstructorsNor.gf new file mode 100644 index 000000000..d95b8b0e0 --- /dev/null +++ b/deprecated/old-lib/resource/api/ConstructorsNor.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource ConstructorsNor = Constructors with (Grammar = GrammarNor) ; diff --git a/deprecated/old-lib/resource/api/ConstructorsRus.gf b/deprecated/old-lib/resource/api/ConstructorsRus.gf new file mode 100644 index 000000000..3a77d344e --- /dev/null +++ b/deprecated/old-lib/resource/api/ConstructorsRus.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource ConstructorsRus = Constructors with (Grammar = GrammarRus) ; diff --git a/deprecated/old-lib/resource/api/ConstructorsSpa.gf b/deprecated/old-lib/resource/api/ConstructorsSpa.gf new file mode 100644 index 000000000..98874982a --- /dev/null +++ b/deprecated/old-lib/resource/api/ConstructorsSpa.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource ConstructorsSpa = Constructors with (Grammar = GrammarSpa) ; diff --git a/deprecated/old-lib/resource/api/ConstructorsSwe.gf b/deprecated/old-lib/resource/api/ConstructorsSwe.gf new file mode 100644 index 000000000..9def2d75f --- /dev/null +++ b/deprecated/old-lib/resource/api/ConstructorsSwe.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource ConstructorsSwe = Constructors with (Grammar = GrammarSwe) ; diff --git a/deprecated/old-lib/resource/api/Syntax.gf b/deprecated/old-lib/resource/api/Syntax.gf new file mode 100644 index 000000000..1302e6391 --- /dev/null +++ b/deprecated/old-lib/resource/api/Syntax.gf @@ -0,0 +1,4 @@ +--# -path=.:alltenses:prelude + +interface Syntax = Constructors, Cat, Structural, Combinators ; + diff --git a/deprecated/old-lib/resource/api/SyntaxBul.gf b/deprecated/old-lib/resource/api/SyntaxBul.gf new file mode 100644 index 000000000..ff11f6888 --- /dev/null +++ b/deprecated/old-lib/resource/api/SyntaxBul.gf @@ -0,0 +1,4 @@ +--# -path=.:alltenses:prelude + +instance SyntaxBul of Syntax = ConstructorsBul, CatBul, StructuralBul, CombinatorsBul ; + diff --git a/deprecated/old-lib/resource/api/SyntaxCat.gf b/deprecated/old-lib/resource/api/SyntaxCat.gf new file mode 100644 index 000000000..73ff4829c --- /dev/null +++ b/deprecated/old-lib/resource/api/SyntaxCat.gf @@ -0,0 +1,4 @@ +--# -path=.:alltenses:prelude + +instance SyntaxCat of Syntax = ConstructorsCat, CatCat, StructuralCat, CombinatorsCat ; + diff --git a/deprecated/old-lib/resource/api/SyntaxDan.gf b/deprecated/old-lib/resource/api/SyntaxDan.gf new file mode 100644 index 000000000..83d07d828 --- /dev/null +++ b/deprecated/old-lib/resource/api/SyntaxDan.gf @@ -0,0 +1,4 @@ +--# -path=.:alltenses:prelude + +instance SyntaxDan of Syntax = ConstructorsDan, CatDan, StructuralDan, CombinatorsDan ; + diff --git a/deprecated/old-lib/resource/api/SyntaxEng.gf b/deprecated/old-lib/resource/api/SyntaxEng.gf new file mode 100644 index 000000000..940ee0573 --- /dev/null +++ b/deprecated/old-lib/resource/api/SyntaxEng.gf @@ -0,0 +1,5 @@ +--# -path=.:alltenses:prelude + +instance SyntaxEng of Syntax = + ConstructorsEng, CatEng, StructuralEng, CombinatorsEng ; + diff --git a/deprecated/old-lib/resource/api/SyntaxFin.gf b/deprecated/old-lib/resource/api/SyntaxFin.gf new file mode 100644 index 000000000..300c56175 --- /dev/null +++ b/deprecated/old-lib/resource/api/SyntaxFin.gf @@ -0,0 +1,4 @@ +--# -path=.:alltenses:prelude + +instance SyntaxFin of Syntax = ConstructorsFin, CatFin, StructuralFin, CombinatorsFin ; + diff --git a/deprecated/old-lib/resource/api/SyntaxFre.gf b/deprecated/old-lib/resource/api/SyntaxFre.gf new file mode 100644 index 000000000..8f5ffa206 --- /dev/null +++ b/deprecated/old-lib/resource/api/SyntaxFre.gf @@ -0,0 +1,4 @@ +--# -path=.:alltenses:prelude + +instance SyntaxFre of Syntax = ConstructorsFre, CatFre, StructuralFre, CombinatorsFre ; + diff --git a/deprecated/old-lib/resource/api/SyntaxGer.gf b/deprecated/old-lib/resource/api/SyntaxGer.gf new file mode 100644 index 000000000..59f495279 --- /dev/null +++ b/deprecated/old-lib/resource/api/SyntaxGer.gf @@ -0,0 +1,4 @@ +--# -path=.:alltenses:prelude + +instance SyntaxGer of Syntax = ConstructorsGer, CatGer, StructuralGer, CombinatorsGer ; + diff --git a/deprecated/old-lib/resource/api/SyntaxIta.gf b/deprecated/old-lib/resource/api/SyntaxIta.gf new file mode 100644 index 000000000..3bba98dd5 --- /dev/null +++ b/deprecated/old-lib/resource/api/SyntaxIta.gf @@ -0,0 +1,4 @@ +--# -path=.:alltenses:prelude + +instance SyntaxIta of Syntax = ConstructorsIta, CatIta, StructuralIta, CombinatorsIta ; + diff --git a/deprecated/old-lib/resource/api/SyntaxNor.gf b/deprecated/old-lib/resource/api/SyntaxNor.gf new file mode 100644 index 000000000..98b4d41cf --- /dev/null +++ b/deprecated/old-lib/resource/api/SyntaxNor.gf @@ -0,0 +1,5 @@ +--# -path=.:alltenses:prelude + +instance SyntaxNor of Syntax = ConstructorsNor, CatNor, StructuralNor, CombinatorsNor + ; + diff --git a/deprecated/old-lib/resource/api/SyntaxRus.gf b/deprecated/old-lib/resource/api/SyntaxRus.gf new file mode 100644 index 000000000..56f750acb --- /dev/null +++ b/deprecated/old-lib/resource/api/SyntaxRus.gf @@ -0,0 +1,4 @@ +--# -path=.:alltenses:prelude + +instance SyntaxRus of Syntax = ConstructorsRus, CatRus, StructuralRus, CombinatorsRus ; + diff --git a/deprecated/old-lib/resource/api/SyntaxSpa.gf b/deprecated/old-lib/resource/api/SyntaxSpa.gf new file mode 100644 index 000000000..40315b430 --- /dev/null +++ b/deprecated/old-lib/resource/api/SyntaxSpa.gf @@ -0,0 +1,5 @@ +--# -path=.:alltenses:prelude + +instance SyntaxSpa of Syntax = + ConstructorsSpa, CatSpa, StructuralSpa, CombinatorsSpa ; + diff --git a/deprecated/old-lib/resource/api/SyntaxSwe.gf b/deprecated/old-lib/resource/api/SyntaxSwe.gf new file mode 100644 index 000000000..b1b603f8e --- /dev/null +++ b/deprecated/old-lib/resource/api/SyntaxSwe.gf @@ -0,0 +1,5 @@ +--# -path=.:alltenses:prelude + +instance SyntaxSwe of Syntax = + ConstructorsSwe, CatSwe, StructuralSwe, CombinatorsSwe ; + diff --git a/deprecated/old-lib/resource/api/TryBul.gf b/deprecated/old-lib/resource/api/TryBul.gf new file mode 100644 index 000000000..5b58da938 --- /dev/null +++ b/deprecated/old-lib/resource/api/TryBul.gf @@ -0,0 +1,13 @@ +--# -path=.:alltenses:prelude + +resource TryBul = SyntaxBul, LexiconBul, ParadigmsBul - [mkAdv] ** + open (P = ParadigmsBul) in { + +oper + + mkAdv = overload SyntaxBul { + mkAdv : Str -> Adv = P.mkAdv ; + } ; + + +} diff --git a/deprecated/old-lib/resource/api/TryCat.gf b/deprecated/old-lib/resource/api/TryCat.gf new file mode 100644 index 000000000..872a85395 --- /dev/null +++ b/deprecated/old-lib/resource/api/TryCat.gf @@ -0,0 +1,13 @@ +--# -path=.:alltenses:prelude + +resource TryCat = SyntaxCat, LexiconCat, ParadigmsCat - [mkAdv] ** + open (P = ParadigmsCat) in { + +oper + + mkAdv = overload SyntaxCat { + mkAdv : Str -> Adv = P.mkAdv ; + } ; + + +} diff --git a/deprecated/old-lib/resource/api/TryDan.gf b/deprecated/old-lib/resource/api/TryDan.gf new file mode 100644 index 000000000..f92e7285d --- /dev/null +++ b/deprecated/old-lib/resource/api/TryDan.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource TryDan = SyntaxDan, LexiconDan, ParadigmsDan - [mkAdv] ; diff --git a/deprecated/old-lib/resource/api/TryEng.gf b/deprecated/old-lib/resource/api/TryEng.gf new file mode 100644 index 000000000..6975e4afa --- /dev/null +++ b/deprecated/old-lib/resource/api/TryEng.gf @@ -0,0 +1,13 @@ +--# -path=.:alltenses:prelude + +resource TryEng = SyntaxEng, LexiconEng, ParadigmsEng - [mkAdv] ** + open (P = ParadigmsEng) in { + +oper + + mkAdv = overload SyntaxEng { + mkAdv : Str -> Adv = P.mkAdv ; + } ; + + +} diff --git a/deprecated/old-lib/resource/api/TryFin.gf b/deprecated/old-lib/resource/api/TryFin.gf new file mode 100644 index 000000000..75ea25130 --- /dev/null +++ b/deprecated/old-lib/resource/api/TryFin.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource TryFin = SyntaxFin, LexiconFin-[mkOrd], ParadigmsFin - [mkAdv] ; diff --git a/deprecated/old-lib/resource/api/TryFre.gf b/deprecated/old-lib/resource/api/TryFre.gf new file mode 100644 index 000000000..b12983510 --- /dev/null +++ b/deprecated/old-lib/resource/api/TryFre.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource TryFre = SyntaxFre, LexiconFre, ParadigmsFre - [mkAdv] ; diff --git a/deprecated/old-lib/resource/api/TryGer.gf b/deprecated/old-lib/resource/api/TryGer.gf new file mode 100644 index 000000000..7b4d0ddb5 --- /dev/null +++ b/deprecated/old-lib/resource/api/TryGer.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource TryGer = SyntaxGer, LexiconGer, ParadigmsGer - [mkAdv] ; diff --git a/deprecated/old-lib/resource/api/TryIta.gf b/deprecated/old-lib/resource/api/TryIta.gf new file mode 100644 index 000000000..ff91189bc --- /dev/null +++ b/deprecated/old-lib/resource/api/TryIta.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource TryIta = SyntaxIta, LexiconIta, ParadigmsIta - [mkAdv,in_Prep] ; diff --git a/deprecated/old-lib/resource/api/TryNor.gf b/deprecated/old-lib/resource/api/TryNor.gf new file mode 100644 index 000000000..43c9bab63 --- /dev/null +++ b/deprecated/old-lib/resource/api/TryNor.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource TryNor = SyntaxNor, LexiconNor, ParadigmsNor - [mkAdv] ; diff --git a/deprecated/old-lib/resource/api/TryRus.gf b/deprecated/old-lib/resource/api/TryRus.gf new file mode 100644 index 000000000..cb2058ceb --- /dev/null +++ b/deprecated/old-lib/resource/api/TryRus.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource TryRus = SyntaxRus, LexiconRus, ParadigmsRus - [mkAdv] ; diff --git a/deprecated/old-lib/resource/api/TrySpa.gf b/deprecated/old-lib/resource/api/TrySpa.gf new file mode 100644 index 000000000..06e74933b --- /dev/null +++ b/deprecated/old-lib/resource/api/TrySpa.gf @@ -0,0 +1,3 @@ +--# -path=.:alltenses:prelude + +resource TrySpa = SyntaxSpa, LexiconSpa, ParadigmsSpa - [mkAdv] ; diff --git a/deprecated/old-lib/resource/api/TrySwe.gf b/deprecated/old-lib/resource/api/TrySwe.gf new file mode 100644 index 000000000..aac2c9e49 --- /dev/null +++ b/deprecated/old-lib/resource/api/TrySwe.gf @@ -0,0 +1,12 @@ +--# -path=.:alltenses:prelude + +resource TrySwe = SyntaxSwe, LexiconSwe, ParadigmsSwe - [mkAdv] ** + open (P = ParadigmsSwe) in { + +oper + + mkAdv = overload SyntaxSwe { + mkAdv : Str -> Adv = P.mkAdv ; + } ; + +} \ No newline at end of file diff --git a/deprecated/old-lib/resource/arabic/AdjectiveAra.gf b/deprecated/old-lib/resource/arabic/AdjectiveAra.gf new file mode 100644 index 000000000..f324d95d3 --- /dev/null +++ b/deprecated/old-lib/resource/arabic/AdjectiveAra.gf @@ -0,0 +1,43 @@ +concrete AdjectiveAra of Adjective = CatAra ** open ResAra, Prelude in { + + lin + + + PositA a = { + s = \\h,g,n,d,c => case h of { + Hum => a.s ! APosit g n d c; + NoHum => case n of { + Pl => a.s ! APosit Fem Sg d c ; + _ => a.s ! APosit g n d c + } + } + }; +-- ComparA a np = { +-- s = \\_ => a.s ! AAdj Compar ++ "مِنْ" ++ np.s ! Gen ; +-- } ; +-- +-- $SuperlA$ belongs to determiner syntax in $Noun$. +-- +-- ComplA2 a np = { +-- s = \\_ => a.s ! AAdj Posit ++ a.c2 ++ np.s ! Acc ; +-- isPre = False +-- } ; +-- +-- ReflA2 a = { +-- s = \\ag => a.s ! AAdj Posit ++ a.c2 ++ reflPron ! ag ; +-- isPre = False +-- } ; +-- +-- SentAP ap sc = { +-- s = \\a => ap.s ! a ++ sc.s ; +-- isPre = False +-- } ; +-- +-- AdAP ada ap = { +-- s = \\a => ada.s ++ ap.s ! a ; +-- isPre = ap.isPre +-- } ; +-- +-- UseA2 a = a ; +-- +} diff --git a/deprecated/old-lib/resource/arabic/AdverbAra.gf b/deprecated/old-lib/resource/arabic/AdverbAra.gf new file mode 100644 index 000000000..5c2cbdfb6 --- /dev/null +++ b/deprecated/old-lib/resource/arabic/AdverbAra.gf @@ -0,0 +1,21 @@ +concrete AdverbAra of Adverb = CatAra ** open ResAra, Prelude in { + + lin + PositAdvAdj a = {s = a.s ! APosit Masc Sg Indef Acc} ; +-- ComparAdvAdj cadv a np = { +-- s = cadv.s ++ a.s ! AAdv ++ "مِنْ" ++ np.s ! Gen +-- } ; +-- ComparAdvAdjS cadv a s = { +-- s = cadv.s ++ a.s ! AAdv ++ "تهَن" ++ s.s +-- } ; + + PrepNP prep np = {s = prep.s ++ np.s ! Gen} ; + +-- AdAdv = cc2 ; +-- +-- SubjS = cc2 ; +-- AdvSC s = s ; --- this rule give stack overflow in ordinary parsing +-- +-- AdnCAdv cadv = {s = cadv.s ++ "تهَن"} ; +-- +} diff --git a/deprecated/old-lib/resource/arabic/AllAra.gf b/deprecated/old-lib/resource/arabic/AllAra.gf new file mode 100644 index 000000000..d23f9b997 --- /dev/null +++ b/deprecated/old-lib/resource/arabic/AllAra.gf @@ -0,0 +1,3 @@ +--# -path=.:../abstract:../common:prelude + +concrete AllAra of AllAraAbs = LangAra ; diff --git a/deprecated/old-lib/resource/arabic/AllAraAbs.gf b/deprecated/old-lib/resource/arabic/AllAraAbs.gf new file mode 100644 index 000000000..9889c81ed --- /dev/null +++ b/deprecated/old-lib/resource/arabic/AllAraAbs.gf @@ -0,0 +1,3 @@ +--# -path=.:../abstract:../common:prelude + +abstract AllAraAbs = Lang ; diff --git a/deprecated/old-lib/resource/arabic/CatAra.gf b/deprecated/old-lib/resource/arabic/CatAra.gf new file mode 100644 index 000000000..dd1790a94 --- /dev/null +++ b/deprecated/old-lib/resource/arabic/CatAra.gf @@ -0,0 +1,103 @@ +concrete CatAra of Cat = CommonX - [Utt] ** open ResAra, Prelude, ParamX in { + + flags optimize=all_subs ; + + lincat + +-- Phrase + + Utt = {s : Gender => Str}; + +-- Tensed/Untensed + + S = {s : Str} ; + QS = {s : QForm => Str} ; +-- RS = {s : Agr => Str} ; + +-- Sentence + + Cl = {s : ResAra.Tense => Polarity => Order => Str} ; +-- Slash = {s : Tense => Anteriority => Polarity => Order => Str} ** {c2 : Str} ; + Imp = {s : Polarity => Gender => ResAra.Number => Str} ; + +-- Question + + QCl = {s : ResAra.Tense => Polarity => QForm => Str} ; + IP = {s : Str ; n : ResAra.Number} ; +-- IAdv = {s : Str} ; +-- IDet = {s : Str ; n : ResAra.Number} ; +-- +---- Relative +-- +-- RCl = {s : Tense => Anteriority => Polarity => Agr => Str} ; +-- RP = {s : Case => Str ; a : RAgr} ; +-- +-- Verb + + VP = ResAra.VP ; + VPSlash = ResAra.VP ** {c2 : Str} ; + Comp = ResAra.Comp ; --{s : AAgr => Case => Str} ; +-- SC = {s : Str} ; +-- +-- Adjective + + AP = {s : Species => Gender => NTable } ; + +-- Noun + + CN = ResAra.Noun ** {adj : NTable}; + NP, Pron = ResAra.NP; --{s : Case => Str ; a : Agr } ; + Num, Ord, Card = {s : Gender => State => Case => Str ; + n : Size }; + Predet = ResAra.Predet ; + +-- DEPRECATED +-- QuantSg, QuantPl = +-- {s : Species => Gender => Case => Str; +-- n : ResAra.Number; +-- d : State; +-- isNum : Bool; +-- isPron : Bool} ; + + Det = ResAra.Det ; +-- {s : Species => Gender => Case => Str ; +-- d : State; n : Size; isNum : Bool } ; + Quant = {s : ResAra.Number => Species => Gender => Case => Str; + d : State; + isNum : Bool; + isPron: Bool} ; + Art = {s : ResAra.Number => Species => Gender => Case => Str; + d : State} ; + +-- Numeral + + Numeral = {s : CardOrd => Gender => State => Case => Str ; + n : Size } ; + Digits = {s : Str; + n : Size}; + +-- Structural + + Conj = {s : Str ; n : ResAra.Number} ; +-- DConj = {s1,s2 : Str ; n : ResAra.Number} ; +-- Subj = {s : Str} ; + Prep = {s : Str} ; + +-- Open lexical classes, e.g. Lexicon + + V, VS, VQ, VA = ResAra.Verb ; -- = {s : VForm => Str} ; + V2, V2A = ResAra.Verb ** {c2 : Str} ; + V2V, V2S, V2Q = ResAra.Verb ** {c2 : Str} ; --- AR + V3 = ResAra.Verb ** {c2, c3 : Str} ; +-- VV = {s : VVForm => Str ; isAux : Bool} ; + + A = ResAra.Adj ; + A2 = ResAra.Adj ** {c2 : Str} ; + + N, N2 = ResAra.Noun ; +--{s : ResAra.Number => State => Case => Str; g : Gender ; h = Species} ; +-- N2 = {s : ResAra.Number => Case => Str} ** {c2 : Str} ;?? + N3 = ResAra.Noun ** {c2,c3 : Str} ; + PN = {s : Case => Str; g : Gender; h : Species} ; + +} diff --git a/deprecated/old-lib/resource/arabic/ConjunctionAra.gf b/deprecated/old-lib/resource/arabic/ConjunctionAra.gf new file mode 100644 index 000000000..f7683c6cc --- /dev/null +++ b/deprecated/old-lib/resource/arabic/ConjunctionAra.gf @@ -0,0 +1,45 @@ +concrete ConjunctionAra of Conjunction = + CatAra ** open ResAra, Coordination, Prelude in { +-- +-- flags optimize=all_subs ; +-- +-- lin +-- +-- ConjS = conjunctSS ; +-- DConjS = conjunctDistrSS ; +-- +-- ConjAdv = conjunctSS ; +-- DConjAdv = conjunctDistrSS ; +-- +-- ConjNP conj ss = conjunctTable Case conj ss ** { +-- a = {n = conjNumber conj.n ss.a.n ; p = ss.a.p} +-- } ; +-- DConjNP conj ss = conjunctDistrTable Case conj ss ** { +-- a = {n = conjNumber conj.n ss.a.n ; p = ss.a.p} +-- } ; +-- +-- ConjAP conj ss = conjunctTable Agr conj ss ** { +-- isPre = ss.isPre +-- } ; +-- DConjAP conj ss = conjunctDistrTable Agr conj ss ** { +-- isPre = ss.isPre +-- } ; +-- +---- These fun's are generated from the list cat's. +-- +-- BaseS = twoSS ; +-- ConsS = consrSS comma ; +-- BaseAdv = twoSS ; +-- ConsAdv = consrSS comma ; +-- BaseNP x y = twoTable Case x y ** {a = conjAgr x.a y.a} ; +-- ConsNP xs x = consrTable Case comma xs x ** {a = conjAgr xs.a x.a} ; +-- BaseAP x y = twoTable Agr x y ** {isPre = andB x.isPre y.isPre} ; +-- ConsAP xs x = consrTable Agr comma xs x ** {isPre = andB xs.isPre x.isPre} ; +-- +-- lincat +-- [S] = {s1,s2 : Str} ; +-- [Adv] = {s1,s2 : Str} ; +-- [NP] = {s1,s2 : Case => Str ; a : Agr} ; +-- [AP] = {s1,s2 : Agr => Str ; isPre : Bool} ; +-- +} diff --git a/deprecated/old-lib/resource/arabic/ExtAra.gf b/deprecated/old-lib/resource/arabic/ExtAra.gf new file mode 100644 index 000000000..120c7caea --- /dev/null +++ b/deprecated/old-lib/resource/arabic/ExtAra.gf @@ -0,0 +1,26 @@ +concrete ExtAra of ExtAraAbs = CatAra ** open ResAra in { +-- +-- lincat +-- +-- Aux = {s : Polarity => Str} ; +-- +-- lin +-- +-- PredAux np aux vp = mkClause (np.s ! Nom) np.a { +-- s = \\t,ant,b,ord,agr => +-- let +-- fin = aux.s ! b ; +-- vf : Str -> Str -> {fin, inf : Str} = \x,y -> +-- {fin = x ; inf = y} ; +-- in +-- case ant of { +-- Simul => vf fin [] ; +-- Anter => vf fin "هَثي" +-- } ; +-- s2 = \\agr => infVP vp agr +-- } ; +-- +-- can_Aux = {s = \\p => posneg p "عَن"} ; ---- cannt +-- must_Aux = {s = \\p => posneg p "مُست"} ; +-- +} diff --git a/deprecated/old-lib/resource/arabic/GrammarAra.gf b/deprecated/old-lib/resource/arabic/GrammarAra.gf new file mode 100644 index 000000000..f276984ad --- /dev/null +++ b/deprecated/old-lib/resource/arabic/GrammarAra.gf @@ -0,0 +1,21 @@ +--# -path=.:../abstract:../common:prelude + +concrete GrammarAra of Grammar = + NounAra, + VerbAra, + AdjectiveAra, + AdverbAra, + NumeralAra, + SentenceAra, + QuestionAra, + RelativeAra, + ConjunctionAra, + PhraseAra, + TextX - [Utt], + StructuralAra, + IdiomAra + ** { + +flags startcat = Phr ; unlexer = text ; lexer = text ; + +} ; diff --git a/deprecated/old-lib/resource/arabic/IdiomAra.gf b/deprecated/old-lib/resource/arabic/IdiomAra.gf new file mode 100644 index 000000000..d185c5aa7 --- /dev/null +++ b/deprecated/old-lib/resource/arabic/IdiomAra.gf @@ -0,0 +1,14 @@ +concrete IdiomAra of Idiom = CatAra ** open Prelude, ResAra in { +-- +-- flags optimize=all_subs ; +-- +-- lin +-- ExistNP np = +-- mkClause "تهري" (agrP3 np.a.n) (insertObj (\\_ => np.s ! Acc) (predAux auxBe)) ; +-- ImpersCl vp = mkClause "ِت" (agrP3 Sg) vp ; +-- GenericCl vp = mkClause "ْني" (agrP3 Sg) vp ; +-- +-- ProgrVP vp = insertObj (\\a => vp.ad ++ vp.prp ++ vp.s2 ! a) (predAux auxBe) ; +-- +} + diff --git a/deprecated/old-lib/resource/arabic/IrregAra.gf b/deprecated/old-lib/resource/arabic/IrregAra.gf new file mode 100644 index 000000000..0d463bb83 --- /dev/null +++ b/deprecated/old-lib/resource/arabic/IrregAra.gf @@ -0,0 +1,181 @@ +--# -path=.:prelude:../abstract:../common +-- +concrete IrregAra of IrregAraAbs = CatAra ** open ParadigmsAra in { +-- +--flags optimize=values ; +-- +-- lin +-- awake_V = irregV "َوَكي" "َوْكي" "َوْكن" ; +-- bear_V = irregV "بَر" "بْري" "بْرن" ; +-- beat_V = irregV "بَت" "بَت" "بَت" ; +-- become_V = irregV "بعْمي" "بعَمي" "بعْمي" ; +-- begin_V = irregV "بغِن" "بغَن" "بغُن" ; +-- bend_V = irregV "بند" "بنت" "بنت" ; +-- beset_V = irregV "بست" "بست" "بست" ; +-- bet_V = irregDuplV "بت" "بت" "بت" ; +-- bid_V = irregDuplV "بِد" (variants {"بِد" ; "بَدي"}) (variants {"بِد" ; "بِدّن"}) ; +-- bind_V = irregV "بِند" "بُْند" "بُْند" ; +-- bite_V = irregV "بِتي" "بِت" "بِتّن" ; +-- bleed_V = irregV "بلّد" "بلد" "بلد" ; +-- blow_V = irregV "بلْو" "بلو" "بلْون" ; +-- break_V = irregV "برَك" "برْكي" "برْكن" ; +-- breed_V = irregV "برّد" "برد" "برد" ; +-- bring_V = irregV "برِنغ" "برُْغهت" "برُْغهت" ; +-- broadcast_V = irregV "برَْدعَست" "برَْدعَست" "برَْدعَست" ; +-- build_V = irregV "بُِلد" "بُِلت" "بُِلت" ; +-- burn_V = irregV "بُرن" (variants {"بُرند" ; "بُرنت"}) (variants {"بُرند" ; "بُرنت"}) ; +-- burst_V = irregV "بُرست" "بُرست" "بُرست" ; +-- buy_V = irregV "بُي" "بُْغهت" "بُْغهت" ; +-- cast_V = irregV "عَست" "عَست" "عَست" ; +-- catch_V = irregV "عَتعه" "عَُغهت" "عَُغهت" ; +-- choose_V = irregV "عهّْسي" "عهْسي" "عهْسن" ; +-- cling_V = irregV "علِنغ" "علُنغ" "علُنغ" ; +-- come_V = irregV "عْمي" "عَمي" "عْمي" ; +-- cost_V = irregV "عْست" "عْست" "عْست" ; +-- creep_V = irregV "عرّة" "عرةت" "عرةت" ; +-- cut_V = irregDuplV "عُت" "عُت" "عُت" ; +-- deal_V = irregV "دَل" "دَلت" "دَلت" ; +-- dig_V = irregDuplV "دِغ" "دُغ" "دُغ" ; +-- dive_V = irregV "دِثي" (variants {"دِثد" ; "دْثي"}) "دِثد" ; +-- do_V = mkV "دْ" "دْس" "دِد" "دْني" "دِْنغ" ; +-- draw_V = irregV "درَو" "درو" "درَون" ; +-- dream_V = irregV "درَم" (variants {"درَمد" ; "درَمت"}) (variants {"درَمد" ; "درَمت"}) ; +-- drive_V = irregV "درِثي" "درْثي" "درِثن" ; +-- drink_V = irregV "درِنك" "درَنك" "درُنك" ; +-- eat_V = irregV "َت" "َتي" "َتن" ; +-- fall_V = irregV "فَلّ" "فلّ" "فَلّن" ; +-- feed_V = irregV "فّد" "فد" "فد" ; +-- feel_V = irregV "فّل" "فلت" "فلت" ; +-- fight_V = irregV "فِغهت" "فُْغهت" "فُْغهت" ; +-- find_V = irregV "فِند" "فُْند" "فُْند" ; +-- fit_V = irregDuplV "فِت" "فِت" "فِت" ; +-- flee_V = irregV "فلّ" "فلد" "فلد" ; +-- fling_V = irregV "فلِنغ" "فلُنغ" "فلُنغ" ; +-- fly_V = irregV "فلي" "فلو" "فلْون" ; +-- forbid_V = irregDuplV "فْربِد" "فْربَدي" "فْربِدّن" ; +-- forget_V = irregDuplV "فْرغت" "فْرغْت" "فْرغْتّن" ; +-- forgive_V = irregV "فْرغِثي" "فْرغَثي" "فْرغِثن" ; +-- forsake_V = irregV "فْرسَكي" "فْرسّْك" "فْرسَكن" ; +-- freeze_V = irregV "فرّزي" "فرْزي" "فرْزن" ; +-- get_V = irregDuplV "غت" "غْت" "غْتّن" ; +-- give_V = irregV "غِثي" "غَثي" "غِثن" ; +-- go_V = irregV "غْ" "ونت" "غْني" ; +-- grind_V = irregV "غرِند" "غرُْند" "غرُْند" ; +-- grow_V = irregV "غرْو" "غرو" "غرْون" ; +-- hang_V = irregV "هَنغ" "هُنغ" "هُنغ" ; +-- have_V = mkV "هَثي" "هَس" "هَد" "هَد" "هَثِنغ" ; +-- hear_V = irregV "هَر" "هَرد" "هَرد" ; +-- hide_V = irregV "هِدي" "هِد" "هِدّن" ; +-- hit_V = irregDuplV "هِت" "هِت" "هِت" ; +-- hold_V = irregV "هْلد" "هلد" "هلد" ; +-- hurt_V = irregV "هُرت" "هُرت" "هُرت" ; +-- keep_V = irregV "كّة" "كةت" "كةت" ; +-- kneel_V = irregV "كنّل" "كنلت" "كنلت" ; +-- knit_V = irregDuplV "كنِت" "كنِت" "كنِت" ; +-- know_V = irregV "كنْو" "كنو" "كنْو" ; +-- lay_V = irregV "لَي" "لَِد" "لَِد" ; +-- lead_V = irregV "لَد" "لد" "لد" ; +-- leap_V = irregV "لَة" (variants {"لَةد" ; "لةت"}) (variants {"لَةد" ; "لةت"}) ; +-- learn_V = irregV "لَرن" (variants {"لَرند" ; "لَرنت"}) (variants {"لَرند" ; "لَرنت"}) ; +-- leave_V = irregV "لَثي" "لفت" "لفت" ; +-- lend_V = irregV "لند" "لنت" "لنت" ; +-- let_V = irregDuplV "لت" "لت" "لت" ; +-- lie_V = irregV "لِي" "لَي" "لَِن" ; +-- light_V = irregV "لِغهت" (variants {"لِغهتد" ; "لِت"}) "لِغهتد" ; +-- lose_V = irregV "لْسي" "لْست" "لْست" ; +-- make_V = irregV "مَكي" "مَدي" "مَدي" ; +-- mean_V = irregV "مَن" "مَنت" "مَنت" ; +-- meet_V = irregV "مّت" "مت" "مت" ; +-- misspell_V = irregV "مِسّةلّ" (variants {"مِسّةلّد" ; "مِسّةلت"}) (variants {"مِسّةلّد" ; "مِسّةلت"}) ; +-- mistake_V = irregV "مِستَكي" "مِستّْك" "مِستَكن" ; +-- mow_V = irregV "مْو" "مْود" (variants {"مْود" ; "مْون"}) ; +-- overcome_V = irregV "ْثرعْمي" "ْثرعَمي" "ْثرعْمي" ; +-- overdo_V = mkV "ْثردْ" "ْثردْس" "ْثردِد" "ْثردْني" "ْثردِْنغ" ; +-- overtake_V = irregV "ْثرتَكي" "ْثرتّْك" "ْثرتَكن" ; +-- overthrow_V = irregV "ْثرتهرْو" "ْثرتهرو" "ْثرتهرْون" ; +-- pay_V = irregV "ةَي" "ةَِد" "ةَِد" ; +-- plead_V = irregV "ةلَد" "ةلد" "ةلد" ; +-- prove_V = irregV "ةرْثي" "ةرْثد" (variants {"ةرْثد" ; "ةرْثن"}) ; +-- put_V = irregDuplV "ةُت" "ةُت" "ةُت" ; +-- quit_V = irregDuplV "قُِت" "قُِت" "قُِت" ; +-- read_V = irregV "رَد" "رَد" "رَد" ; +-- rid_V = irregDuplV "رِد" "رِد" "رِد" ; +-- ride_V = irregV "رِدي" "رْدي" "رِدّن" ; +-- ring_V = irregV "رِنغ" "رَنغ" "رُنغ" ; +-- rise_V = irregV "رِسي" "رْسي" "رِسن" ; +-- run_V = irregDuplV "رُن" "رَن" "رُن" ; +-- saw_V = irregV "سَو" "سَود" (variants {"سَود" ; "سَون"}) ; +-- say_V = irregV "سَي" "سَِد" "سَِد" ; +-- see_V = irregV "سّ" "سَو" "سّن" ; +-- seek_V = irregV "سّك" "سُْغهت" "سُْغهت" ; +-- sell_V = irregV "سلّ" "سْلد" "سْلد" ; +-- send_V = irregV "سند" "سنت" "سنت" ; +-- set_V = irregDuplV "ست" "ست" "ست" ; +-- sew_V = irregV "سو" "سود" (variants {"سود" ; "سون"}) ; +-- shake_V = irregV "سهَكي" "سهّْك" "سهَكن" ; +-- shave_V = irregV "سهَثي" "سهَثد" (variants {"سهَثد" ; "سهَثن"}) ; +-- shear_V = irregV "سهَر" "سهْري" "سهْرن" ; +-- shed_V = irregDuplV "سهد" "سهد" "سهد" ; +-- shine_V = irregV "سهِني" "سهْني" "سهْني" ; +-- shoe_V = irregV "سهْي" "سهْد" (variants {"سهْد" ; "سهْد"}) ; +-- shoot_V = irregV "سهّْت" "سهْت" "سهْت" ; +-- show_V = irregV "سهْو" "سهْود" (variants {"سهْود" ; "سهْون"}) ; +-- shrink_V = irregV "سهرِنك" "سهرَنك" "سهرُنك" ; +-- shut_V = irregDuplV "سهُت" "سهُت" "سهُت" ; +-- sing_V = irregV "سِنغ" "سَنغ" "سُنغ" ; +-- sink_V = irregV "سِنك" "سَنك" "سُنك" ; +-- sit_V = irregDuplV "سِت" "سَت" "سَت" ; +-- sleep_V = irregV "سلّة" "سلةت" "سلةت" ; +-- slay_V = irregV "سلَي" "سلو" "سلَِن" ; +-- slide_V = irregV "سلِدي" "سلِد" "سلِد" ; +-- sling_V = irregV "سلِنغ" "سلُنغ" "سلُنغ" ; +-- slit_V = irregDuplV "سلِت" "سلِت" "سلِت" ; +-- smite_V = irregV "سمِتي" "سمْتي" "سمِتّن" ; +-- sow_V = irregV "سْو" "سْود" (variants {"سْود" ; "سْون"}) ; +-- speak_V = irregV "سةَك" "سةْكي" "سةْكن" ; +-- speed_V = irregV "سةّد" "سةد" "سةد" ; +-- spend_V = irregV "سةند" "سةنت" "سةنت" ; +-- spill_V = irregV "سةِلّ" (variants {"سةِلّد" ; "سةِلت"}) (variants {"سةِلّد" ; "سةِلت"}) ; +-- spin_V = irregDuplV "سةِن" "سةُن" "سةُن" ; +-- spit_V = irregDuplV "سةِت" (variants {"سةِت" ; "سةَت"}) "سةِت" ; +-- split_V = irregDuplV "سةلِت" "سةلِت" "سةلِت" ; +-- spread_V = irregV "سةرَد" "سةرَد" "سةرَد" ; +-- spring_V = irregV "سةرِنغ" (variants {"سةرَنغ" ; "سةرُنغ"}) "سةرُنغ" ; +-- stand_V = irregV "ستَند" "ستّْد" "ستّْد" ; +-- steal_V = irregV "ستَل" "ستْلي" "ستْلن" ; +-- stick_V = irregV "ستِعك" "ستُعك" "ستُعك" ; +-- sting_V = irregV "ستِنغ" "ستُنغ" "ستُنغ" ; +-- stink_V = irregV "ستِنك" "ستَنك" "ستُنك" ; +-- stride_V = irregV "سترِدي" "سترْد" "سترِدّن" ; +-- strike_V = irregV "سترِكي" "سترُعك" "سترُعك" ; +-- string_V = irregV "سترِنغ" "سترُنغ" "سترُنغ" ; +-- strive_V = irregV "سترِثي" "سترْثي" "سترِثن" ; +-- swear_V = irregV "سوَر" "سوْري" "سوْرن" ; +-- sweep_V = irregV "سوّة" "سوةت" "سوةت" ; +-- swell_V = irregV "سولّ" "سولّد" (variants {"سولّد" ; "سوْلّن"}) ; +-- swim_V = irregDuplV "سوِم" "سوَم" "سوُم" ; +-- swing_V = irregV "سوِنغ" "سوُنغ" "سوُنغ" ; +-- take_V = irregV "تَكي" "تّْك" "تَكن" ; +-- teach_V = irregV "تَعه" "تَُغهت" "تَُغهت" ; +-- tear_V = irregV "تَر" "تْري" "تْرن" ; +-- tell_V = irregV "تلّ" "تْلد" "تْلد" ; +-- think_V = irregV "تهِنك" "تهُْغهت" "تهُْغهت" ; +-- thrive_V = irregV "تهرِثي" (variants {"تهرِثد" ; "تهرْثي"}) "تهرِثد" ; +-- throw_V = irregV "تهرْو" "تهرو" "تهرْون" ; +-- thrust_V = irregV "تهرُست" "تهرُست" "تهرُست" ; +-- tread_V = irregV "ترَد" "ترْد" "ترْدّن" ; +-- understand_V = irregV "ُندرستَند" "ُندرستّْد" "ُندرستّْد" ; +-- uphold_V = irregV "ُةهْلد" "ُةهلد" "ُةهلد" ; +-- upset_V = irregDuplV "ُةست" "ُةست" "ُةست" ; +-- wake_V = irregV "وَكي" "وْكي" "وْكن" ; +-- wear_V = irregV "وَر" "وْري" "وْرن" ; +-- weave_V = irregV "وَثي" (variants {"وَثد" ; "وْثي"}) (variants {"وَثد" ; "وْثن"}) ; +-- wed_V = irregDuplV "ود" "ود" "ود" ; +-- weep_V = irregV "وّة" "وةت" "وةت" ; +-- wind_V = irregV "وِند" "وُْند" "وُْند" ; +-- win_V = irregDuplV "وِن" "وْن" "وْن" ; +-- withhold_V = irregV "وِتهّْلد" "وِتهّلد" "وِتهّلد" ; +-- withstand_V = irregV "وِتهستَند" "وِتهستّْد" "وِتهستّْد" ; +-- wring_V = irregV "ورِنغ" "ورُنغ" "ورُنغ" ; +-- write_V = irregV "ورِتي" "ورْتي" "ورِتّن" ; +} diff --git a/deprecated/old-lib/resource/arabic/LangAra.gf b/deprecated/old-lib/resource/arabic/LangAra.gf new file mode 100644 index 000000000..2a1dc95b5 --- /dev/null +++ b/deprecated/old-lib/resource/arabic/LangAra.gf @@ -0,0 +1,12 @@ +--# -path=.:../abstract:../common:prelude + +concrete LangAra of Lang = + GrammarAra, + LexiconAra + ** { + + flags startcat = Phr ; unlexer = text ; lexer = text ; coding = utf8 ; + +} + + diff --git a/deprecated/old-lib/resource/arabic/LexiconAra.gf b/deprecated/old-lib/resource/arabic/LexiconAra.gf new file mode 100644 index 000000000..6d457e0d8 --- /dev/null +++ b/deprecated/old-lib/resource/arabic/LexiconAra.gf @@ -0,0 +1,384 @@ +--# -path=.:prelude +-- +concrete LexiconAra of Lexicon = CatAra ** open + ParadigmsAra, + ResAra, + MorphoAra, --shouldn't open it here, only needed reg &sndf + Prelude in { + +flags + optimize=values ; coding=utf8 ; + + lin + + airplane_N = sdfN "ط؟ر" "فاعِلة" Fem NoHum ; + answer_V2S = dirV2 (v3 "جوب") ; + apartment_N = brkN "شقّ" "فِعّة" "فِعَل" Fem NoHum ; + apple_N = sdfN "تفح" "فِعّالة" Fem NoHum ; + art_N = brkN "فنّ" "فَعّ" "فُعُول" Masc NoHum ; + ask_V2Q = dirV2 (regV "يَس؟َل") ; +-- ask_V2Q = dirV2 (v1 "س؟ل" a a) ; + baby_N = brkN "طفل" "فِعل" "أَفعال" Masc Hum; + bad_A = sndA "سو؟" "فَيِّع" ; + bank_N = brkN "بنك" "فَعل" "فُعُول" Masc NoHum ; + beautiful_A = sndA "جمل" "فَعِيل" ; + become_VA = mkVA (v4 "صبح") ; + beer_N = sdfN "بير" "فِعلة" Fem NoHum ; + beg_V2V = dirV2 (v5 "وسل") ; + big_A = sndA "كبر" "فَعِيل" ; + bike_N = sdfN "درج" "فَعّالة" Fem NoHum ; + bird_N = brkN "طير" "فَعل" "فُعُول" Masc NoHum; + black_A = clrA "سود" ; + blue_A = clrA "زرق" ; + boat_N = brkN "قرب" "فاعِل" "فَواعِل" Masc NoHum ; + book_N = brkN "كتب" "فِعال" "فُعُل" Masc NoHum ; + boot_N = sdfN "جزم" "فَعلة" Fem NoHum ; + boss_N = brkN "دور" "مُفِيع" "مُفَعاء" Masc Hum ; + boy_N = brkN "صبي" "فَعِل" "فُعلان" Masc Hum ; + bread_N = brkN "خبز" "فُعل" "أَفعال" Masc NoHum ; + break_V2 = dirV2 (regV "يَكسُر") ; +-- break_V2 = dirV2 (v1 "كسر" a u) ; + broad_A = sndA "وسع" "فاعِل" ; + brother_N2 = brkN "؟خو" "فَع" "فِعلة" Masc Hum ; --FIXME + brown_A = sndA "بني" "فُعِّل"; + butter_N = sdfN "سبد" "فُعلة" Fem NoHum ; + buy_V2 = dirV2 (v8 "شري") ; + camera_N = sdfN "كمر" "فاعِيلا" Fem NoHum ; -- |Alö taSwIr + cap_N = sdfN "قبع" "فُعَّلة" Fem NoHum ; --qalnUsö + car_N = sdfN "سير" "فَعّالة" Fem NoHum ; + carpet_N = sdfN "سجد" "فَعّالة" Fem NoHum ; + cat_N = brkN "هرّ" "فِعّة" "فِعَل" Fem NoHum ; + ceiling_N = brkN "سقف" "فَعل" "أَفعُل" Masc NoHum ; + chair_N = brkN "كرس" "فُعلِي" "فَعالِي" Masc NoHum ; + cheese_N = brkN "جبن" "فُعلة" "أَفعال" Fem NoHum ; + child_N = brkN "ولد" "فَعَل" "أَفعال" Masc Hum ; + church_N = brkN "كنس" "فَعِيلة" "فَعاٱِل" Fem Hum ; + city_N = brkN "مدن" "فَعِيلة" "فُعُل" Fem NoHum ; + clean_A = sndA "نظف" "فَعِيل" ; + clever_A = sndA "جهد" "مُفتَعِل" ; + close_V2 = dirV2 (v4 "غلق") ; + coat_N = brkN "عطف" "مِفعَل" "مَفاعِل" Masc NoHum ; + cold_A = sndA "برد" "فاعِل" ; + come_V = v1 "جي؟" a i ; --check + computer_N = brkN "حسب" "فاعُول" "فَواعِيل" Masc NoHum ; + country_N = brkN "بلد" "فَعَل" "فِعال" Masc NoHum ; + cousin_N = brkN "قرب" "فَعِيل" "أَفعِلاء" Masc Hum ; -- (aDAc +-- lose_V2 = dirV2 (v1 "خسر" i a) ; --Dayyac, >aDAc + love_N = brkN "حبّ" "فُعّ" "فُعّ" Masc NoHum ; -- no plur + love_V2 = dirV2 (v1 "حبّ" a i) ; + man_N = brkN "رجل" "فَعُل" "فِعال" Masc Hum ; + married_A2 = mkA2 (sndA "زوج" "مُتَفَعِّل") "مِن" ; + meat_N = brkN "لحم" "فَعلة" "فُعُول" Masc NoHum ; + milk_N = brkN "حلب" "فَعِيل" "فَعِيل" Masc NoHum ; --no plur + moon_N = brkN "قمر" "فَعَل" "أَفعال" Masc NoHum ; + mother_N2 = sdfN "؟م" "فُعّ" Fem Hum ; + mountain_N = brkN "جبل" "فَعَل" "فِعال" Masc NoHum ; + music_N = mkN (reg "مُوسِيقَى" "مُوسِيقَى") Fem NoHum ; --no plur + narrow_A = sndA "ضيق" "فَعِّل" ; + new_A = sndA "جدّ" "فَعِيل" ; + newspaper_N = brkN "صحف" "فَعِيلة" "فُعُل" Fem NoHum ; + oil_N = brkN "زيت" "فَعل" "فُعُول" Masc NoHum ; + old_A = sndA "قدم" "فَعِيل" ; + open_V2 = dirV2 (regV "يَفتَح") ; +-- open_V2 = dirV2 (v1 "فتح" a a ) ; + paint_V2A = mkV2A (regV "يَدهَن" ) [] ; +-- paint_V2A = mkV2A (v1 "دهن" a a ) [] ; + paper_N = brkN "ورق" "فَعَلة" "أَفعال" Fem NoHum ; + paris_PN = mkPN "بارِيس" Fem NoHum ; + peace_N = brkN "سلم" "فَعال" "فَعال" Masc NoHum; --no plur + pen_N = brkN "قلم" "فَعَل" "أَفعال" Masc NoHum; + planet_N = mkN (reg "كَوكَب" "كَواكِب") Masc NoHum ; -- quadriconsonantal + plastic_N = mkN (sndf "بلاستِيك") Masc NoHum ; + play_V2 = dirV2 (regV "لَعِب") ; +-- play_V2 = dirV2 (v1 "لعب" i a) ; + policeman_N = sdmN "شرط" "فِعلِي" Masc Hum ; + priest_N = brkN "قسّ" "فِعِّيل" "أَفِعّة" Masc Hum ; + probable_AS = mkAS (sndA "مكن" "مُفعِل") ; + queen_N = sdfN "ملك" "فَعِلة" Fem Hum ; + radio_N = mkN (sndf "راديُو") Masc NoHum ; + rain_V0 = mkV0 (regV "يَمطُر") ; +-- rain_V0 = mkV0 (v1 "مطر" a u) ; + read_V2 = dirV2 (regV "يَقرَ؟") ; +-- read_V2 = dirV2 (v1 "قر؟" a a ) ; + red_A = clrA "حمر" ; + religion_N = brkN "دين" "فِعل" "أَفعال" Masc NoHum ; + restaurant_N = brkN "طعم" "مَفعَل" "مَفاعِل" Masc NoHum ; + river_N = brkN "نهر" "فَعل" "أَفعال" Masc NoHum ; + rock_N = brkN "صخر" "فَعلة" "فُعُول" Fem NoHum ; + roof_N = brkN "سطح" "فَعل" "أَفعُل" Masc NoHum ; + rubber_N = brkN "مطّ" "فَعّال" "فَعّال" Masc NoHum ; -- no hum + run_V = regV "يَركُض" ; +-- run_V = v1 "ركض" a u ; + say_VS = mkVS (v1 "قول" a u) ; --check + school_N = brkN "درس" "مَفعَلة" "مَفاعِل" Fem NoHum ; + science_N = brkN "علم" "فِعل" "فُعُول" Masc NoHum ; + sea_N = brkN "بحر" "فَعل" "فُعُول" Masc NoHum ; + seek_V2 = dirV2 (regV "يَطلُب") ; +-- seek_V2 = dirV2 (v1 "طلب" a u) ; + see_V2 = dirV2 (v1 "ر؟ي" a a) ; + sell_V3 = dirdirV3 (v1 "بيع" a i) ; --check + send_V3 = dirdirV3 (v4 "رسل") ; + sheep_N = brkN "خرف" "فَعُول" "فِعال" Masc NoHum ; + ship_N = brkN "سفن" "فَعِيلة" "فُعُل" Fem NoHum ; + shirt_N = brkN "قمص" "فَعِيل" "فُعلان" Masc NoHum ; + shoe_N = brkN "حذو" "فِعاء" "أَفعِية" Masc NoHum ; + shop_N = brkN "تجر" "مَفعَل" "مَفاعِل" Masc NoHum ; + short_A = sndA "قصر" "فَعِيل" ; + silver_N = brkN "فضّ" "فِعّة" "فِعَل" Fem NoHum ; + sister_N = brkN "؟خو" "فُعت" "فَعَوات" Fem Hum ; --FIXME + sleep_V = v1 "نوم" i a ; --check + small_A = sndA "صغر" "فَعِيل" ; + snake_N = sdfN "حيّ" "فَعّة" Fem NoHum ; + sock_N = brkN "جرب" "فَوعَل" "فَواعِل" Masc NoHum ; + speak_V2 = dirV2 (v5 "كلم") ; + star_N = brkN "نجم" "فَعل" "فُعُول" Masc NoHum ; --najmö + steel_N = brkN "فلذ" "فُوعال" "فَواعِل" Masc NoHum ; + stone_N = brkN "حجر" "فَعَل" "أَفعال" Masc NoHum ; + stove_N = brkN "وقد" "مَفعِل" "مَفاعِل" Masc NoHum ; + student_N = brkN "طلب" "فاعِل" "فُعّال" Masc Hum ; --tilmI* + stupid_A = clrA "بله" ; + sun_N = brkN "شمس" "فَعل" "فُعُول" Fem NoHum ; + switch8off_V2 = dirV2 (v4 "طف؟") ; + switch8on_V2 = dirV2 (v4 "شعل") ; + table_N = sdfN "طول" "فاعِلة" Fem NoHum ; + talk_V3 = mkV3 (v5 "حدث") "لِ" "عَن" ; + teacher_N = sdmN "علم" "مُفَعِّل" Masc Hum ; --mucal~imö + teach_V2 = dirV2 (v2 "علم") ; + television_N = mkN (sndf "تِلِفِزيُون") Masc NoHum ; + thick_A = sndA "سمك" "فَعِيل" ; + thin_A = sndA "رفع" "فَعِيل" ; + train_N = sdfN "قطر" "فِعال" Masc NoHum; + travel_V = v3 "سفر" ; + tree_N = brkN "شجر" "فَعلة" "أَفعال" Fem NoHum ; + ugly_A = sndA "قبح" "فَعِيل" ; + understand_V2 = dirV2 (regV "فَهِم") ; +-- understand_V2 = dirV2 (v1 "فهم" i a ) ; + university_N = sdfN "جمع" "فاعِلة" Fem NoHum ; + village_N = brkN "قري" "فَعلة" "فُعَى" Fem NoHum ; --Daycö + wait_V2 = dirV2 (v8 "نظر") ; + walk_V = v1 "مشي" a i ; --check + warm_A = sndA "دف؟" "فاعِل" ; + war_N = brkN "حرب" "فَعل" "فُعُول" Fem NoHum ; + watch_V2 = dirV2 (v3 "شهد") ; + water_N = mkN (reg "ماء" "مِياه") Fem NoHum ; --"موه" "فاء" "فِياع" ?? + white_A = clrA "بيض" ; + window_N = brkN "نفذ" "فاعِلة" "فَواعِل" Fem NoHum ; --$ub~Ak + wine_N = brkN "خمر" "فَعل" "فُعُول" Masc NoHum ; + win_V2 = dirV2 (regV "رَبِح") ; +-- win_V2 = dirV2 (v1 "ربح" i a) ; + woman_N = mkN (reg "إِمرَأَة" "نِسوَة") Fem Hum ; + wonder_VQ = mkVQ (v6 "س؟ل") ; + wood_N = brkN "خشب" "فَعَل" "أَفعال" Masc NoHum ; + write_V2 = dirV2 (regV "يَكتُب") ; +-- write_V2 = dirV2 (v1 "كتب" a u) ; + yellow_A = clrA "صفر" ; + young_A = sndA "شبّ" "فاعّ" ; + + do_V2 = dirV2 (regV "يَفعَل") ; +-- do_V2 = dirV2 (v1 "فعل" a a ) ; + now_Adv = mkAdv "الآن" ; + already_Adv = mkAdv "سابِقاً" ; + song_N = brkN "غني" "أَفعِلة" "أَفاعِي" Fem NoHum ; + add_V3 = dirV3 (regV "يَجمَع") "وَ" ; +-- add_V3 = dirV3 (v1 "جمع" a a) "وَ" ; + number_N = brkN "رقم" "فَعل" "أَفعال" Masc NoHum ; --cadad + put_V2 = dirV2 (v1 "وضع" a a ); + stop_V = v5 "وقف" ; + jump_V = regV "يَقفِز" ; +-- jump_V = v1 "قفز" a i ; + + left_Ord = mkOrd "أَيسَر" "يُسرَى"; + right_Ord = mkOrd "أَيمَن" "يُمنَى" ; + + far_Adv = mkAdv "بَعِيداً" ; + correct_A = sndA "صحّ" "فَعِيل" ; + dry_A = sndA "نشف" "فاعِل" ; + dull_A = sndA "بهت" "فاعِل" ; + full_A = sndA "مل؟" "فَعِيل" ; + heavy_A = sndA "ثقل" "فَعِيل" ; + near_A = sndA "قرب" "فَعِيل" ; + rotten_A = sndA "فسد" "فاعِل" ; + round_A = sndA "دور" "مُفَعَّل" ; + sharp_A = sndA "حدّ" "فاعّ" ; + smooth_A = sndA "نعم" "فاعِل" ; + straight_A = sndA "قوم" "مُستَفِيع" ; + wet_A = sndA "رطب" "فَعِل" ; + wide_A = sndA "وسع" "فاعِل" ; + + animal_N = sdfN "حيّ" "فَعَوان" Masc NoHum ; + ashes_N = brkN "رمد" "فَعال" "أَفعِلة" Masc NoHum; + back_N = brkN "ظهر" "فَعل" "فُعُول" Masc NoHum; + bark_N = brkN "نبح" "فَعل" "فُعال" Masc NoHum; + belly_N = brkN "بطن" "فَعل" "فُعُول" Fem NoHum; + blood_N = brkN "دم" "فَع" "فِعاء" Masc NoHum; + bone_N = brkN "عظم" "فَعلة" "فِعال" Fem NoHum; + breast_N = brkN "صدر" "فَعل" "فُعُول" Masc NoHum; + cloud_N = brkN "غيم" "فَعلة" "فُعُول" Fem NoHum; + day_N = brkN "يوم" "فَعل" "أَفّاع" Masc NoHum; + dust_N = brkN "غبر" "فُعال" "أَفعِلة" Masc NoHum; + ear_N = brkN "؟ذن" "فُعل" "أَفعال" Fem NoHum; + earth_N = brkN "ترب" "فُعلة" "فُعَل" Fem NoHum; + egg_N = sdfN "بيض" "فَعلة" Fem NoHum; + eye_N = brkN "عين" "فَعل" "فُعُول" Fem NoHum; + fat_N = brkN "دهن" "فُعل" "فُعُول" Masc NoHum ; + feather_N = sdfN "ريش" "فِعلة" Fem NoHum; + fingernail_N = brkN "ظفر" "فُعل" "أَفاعِل" Masc NoHum; + fire_N = brkN "نور" "فاع" "فِيعان" Fem NoHum; + flower_N = brkN "زهر" "فَعلة" "فُعُول" Fem NoHum; + fog_N = brkN "ضبّ" "فَعال" "فَعال" Masc NoHum; --no plural ? + foot_N = brkN "قدم" "فَعَل" "أَفعال" Fem NoHum; + forest_N = sdfN "غيب" "فاعة" Fem NoHum; + grass_N = brkN "عشب" "فُعلة" "أَفعال" Fem NoHum; + guts_N = brkN "حشو" "فَعا" "أَفعاء" Fem NoHum; + hair_N = sdfN "شعر" "فَعلة" Fem NoHum ; + hand_N = brkN "يد" "فَع" "أَفاعِي" Fem NoHum ; + head_N = brkN "ر؟س" "فَعل" "فُعُول" Masc NoHum; + heart_N = brkN "قلب" "فَعل" "فُعُول" Masc NoHum; + horn_N = brkN "قرن" "فَعل" "فُعُول" Masc NoHum; + husband_N = brkN "زوج" "فَعل" "أَفعال" Masc NoHum; + ice_N = brkN "ثلج" "فَعل" "فُعُول" Masc NoHum; + knee_N = brkN "ركب" "فُعلة" "فُعَل" Fem NoHum; + leaf_N = brkN "ورق" "فَعَلة" "أَفعال" Fem NoHum; + leg_N = brkN "رجل" "فِعل" "أَفعُل" Fem NoHum; + liver_N = brkN "كبد" "فَعِل" "أَفعال" Masc NoHum ; + louse_N = sdfN "قمل" "فَعلة" Fem NoHum; + mouth_N = brkN "فوه" "فُعل" "أَفعال" Masc NoHum ; + name_N = brkN "؟سم" "فِعل" "فَعالِي" Masc NoHum; + neck_N = brkN "رقب" "فَعَلة" "فِعال" Fem NoHum; + night_N = brkN "ليل" "فَعلة" "فَعالِي" Fem NoHum; --plural? + nose_N = brkN "؟نف" "فَعل" "فُعُول" Masc NoHum; + person_N = brkN "شخص" "فَعل" "أَفعال" Masc Hum; + rain_N = brkN "مطر" "فَعَل" "أَفعال" Masc NoHum; + road_N = brkN "طرق" "فَعِيل" "فُعُل" Fem NoHum; + root_N = brkN "جذر" "فَعل" "فُعُول" Masc NoHum ; + rope_N = brkN "حبل" "فَعل" "فِعال" Masc NoHum; + salt_N = brkN "ملح" "فِعل" "أَفعال" Masc NoHum; + sand_N = brkN "رمل" "فَعل" "فِعال" Masc NoHum; + seed_N = brkN "بذر" "فَعل" "فُعُول" Masc NoHum; + skin_N = brkN "جلد" "فِعل" "فُعُول" Masc NoHum; + sky_N = sdfN "سمو" "فَعاء" Fem NoHum; + smoke_N = brkN "دخن" "فُعال" "أَفعِلة" Masc NoHum; + snow_N = brkN "ثلج" "فَعل" "فُعُول" Masc NoHum; + stick_N = brkN "عصو" "فَعا" "فِعِي" Masc NoHum ; --"عصو" + tail_N = brkN "ذنب" "فَعَل" "أَفعال" Masc NoHum; + tongue_N = brkN "لسن" "فِعال" "أَفعِلة" Masc NoHum; + tooth_N = brkN "سنّ" "فِعل" "أَفعال" Masc NoHum ; + wife_N = sdfN "زوج" "فَعلة" Fem Hum; + wind_N = brkN "ريح" "فِعل" "فِعال" Fem NoHum; + wing_N = brkN "جنح" "فَعال" "أَفعِلة" Masc NoHum ; + worm_N = brkN "دود" "فُعلة" "فِيعان" Fem NoHum ; + year_N = sdfN "سن" "فَعة" Fem NoHum ; + + blow_V = regV "يَنفُخ" ; + breathe_V = dirV2 (v5 "نفس") ; + burn_V = regV "يَحرِق" ; + dig_V = regV "يَحفِر" ; + fall_V = v1 "وقع" a a ; + float_V = v1 "عوم" a u ; + flow_V = v1 "سيل" a i ; + fly_V = v1 "طير" a i ; + freeze_V = v2 "جمد" ; + give_V3 = dirdirV3 (v4 "عطي") ; + laugh_V = regV "ضَحِك" ; + lie_V = regV "يَكذِب" ; + play_V = regV "لَعِب" ; + sew_V = v1 "خيط" a i ; + sing_V = v2 "غني" ; + sit_V = regV "يَقعُد" ; + smell_V = v1 "شمّ" i a ; + spit_V = regV "يَبصُق" ; + stand_V = v1 "وقف" a i ; + swell_V = v8 "نفخ" ; + swim_V = regV "يَسبَح" ; + think_V = v2 "فكر" ; + turn_V = regV "يَبرُم" ; + vomit_V = v5 "قي؟" ; + + bite_V2 = dirV2 ( v1 "عضّ" a a ) ; + count_V2 = dirV2 (v1 "عدّ" a u) ; + cut_V2 = dirV2 (v1 "قصّ" a u) ; + fear_V2 = dirV2 (v1 "خوف" i a) ; + fight_V2 = dirV2 (v3 "قتل") ; + hit_V2 = dirV2 (regV "يَضرِب" ) ; + hold_V2 = dirV2 (regV "يَمسِك" ) ; + hunt_V2 = dirV2 (v1 "صيد" a i) ; + kill_V2 = dirV2 (regV "يَقتُل" ) ; + pull_V2 = dirV2 (regV "يَسحَب") ; + push_V2 = dirV2 (regV "يَدفَع" ) ; + rub_V2 = dirV2 ( regV "يَفرُك" ) ; + scratch_V2 = dirV2 (regV "يَخدِش" ) ; + split_V2 = dirV2 ( v2 "قسم" ) ; + squeeze_V2 = dirV2 (regV "يَعصِر" ) ; + stab_V2 = dirV2 ( regV "يَطعُن" ) ; + suck_V2 = dirV2 (v1 "مصّ" a u) ; + throw_V2 = dirV2 (v1 "رمي" a i) ; + tie_V2 = dirV2 (regV "يَربُط" ) ; + wash_V2 = dirV2 ( regV "يَغسِل" ) ; + wipe_V2 = dirV2 ( regV "يَمسَح" ) ; + +-- other_A = sndA "ْتهر" ; + +} ; diff --git a/deprecated/old-lib/resource/arabic/MorphoAra.gf b/deprecated/old-lib/resource/arabic/MorphoAra.gf new file mode 100644 index 000000000..8846e11a6 --- /dev/null +++ b/deprecated/old-lib/resource/arabic/MorphoAra.gf @@ -0,0 +1,49 @@ +resource MorphoAra = ResAra ** open Prelude in { + +flags optimize = all ;--noexpand; coding=utf8 ; + + oper + + mkDet : Str -> Number -> State -> Det + = \word,num,state -> + { s = \\_,_,c => word + vowel ! c ; + n = numberToSize num; + d = state; --only Const is used now. check StructuralAra + isNum = False; + isPron = False + }; + + mkPredet : Str -> Bool -> Predet + = \word,decl -> + { s = \\c => + case decl of { + True => word + vowel!c; + False => word + }; + isDecl = decl + }; + + mkQuantNum : Str -> Number -> State -> { + s: Species => Gender => Case => Str; n: Number; d : State; isPron: Bool; isNum : Bool} = + \waHid,num,state -> + let waHida = waHid + "َة" in + { s = \\_,g,c => + let word = + case g of { + Masc => waHid; + Fem => waHida + } in Al ! state + word + dec1sg ! state ! c; + n = num; + d = state; + isPron = False; + isNum = True + }; + + vowel : Case => Str = + table { + Nom => "ُ"; + Acc => "َ"; + Gen => "ِ" + }; + +} diff --git a/deprecated/old-lib/resource/arabic/NounAra.gf b/deprecated/old-lib/resource/arabic/NounAra.gf new file mode 100644 index 000000000..bafa54d8c --- /dev/null +++ b/deprecated/old-lib/resource/arabic/NounAra.gf @@ -0,0 +1,184 @@ +concrete NounAra of Noun = CatAra ** open ResAra, Prelude in { + +flags optimize=noexpand ; + +lin + + DetCN det cn = let { + number = sizeToNumber det.n; + determiner : Case -> Str = \c -> + det.s ! cn.h ! (detGender cn.g det.n) ! c; + noun : Case -> Str = \c -> cn.s ! + number ! (nounState det.d number) ! (nounCase c det.n det.d) + } in { + s = \\c => + case cnB4det det.isPron det.isNum det.n det.d of { + False => determiner c ++ noun c; + --FIXME use the adj -> cn -> cn rule from below instead of + --repeating code + True => cn.s ! number ! det.d ! c ++ det.s ! cn.h ! cn.g ! c + ++ cn.adj ! number ! det.d ! c + }; + a = { pgn = agrP3 cn.h cn.g number; + isPron = False } + }; + + UsePN pn = { + s = pn.s; + a = {pgn = (Per3 pn.g Sg); isPron = False } + }; + + UsePron p = p ; + + PredetNP pred np = { + s = \\c => case pred.isDecl of { + True => pred.s!c ++ np.s ! Gen ; -- akvaru l-awlAdi + False => pred.s!c ++ np.s ! c + }; + a = np.a + } ; + {- + --should compile.. not working :( wierd error message.. bug? + PPartNP np v2 = + let x = case np.a.pgn of { + Per3 g n => ( positAdj (v2.s ! VPPart) ) ! g ! n ! Indef ; + _ => \\_ => [] -- not occuring anyway + } in { + s = \\c => np.s ! c ++ x ! c ; + a = np.a + }; + -} + + -- FIXME try parsing something like "this house now" and you'll get + -- an internal compiler error, but it still works.. wierd.. + AdvNP np adv = { + s = \\c => np.s ! c ++ adv.s; + a = np.a + }; +{- + DetSg quant ord = { + s = \\h,g,c => + quant.s ! Sg ! h ! g ! c ++ ord.s ! g ! quant.d ! c ; + n = One; + d = quant.d; + isPron = quant.isPron; + isNum = + case ord.n of { + None => False; + _ => True + } + } ; +-} + + DetQuantOrd quant num ord = { + s = \\h,g,c => quant.s ! Pl ! h ! g ! c + ++ num.s ! g ! (toDef quant.d num.n) ! c + --FIXME check this: + ++ ord.s ! g ! (toDef quant.d num.n) ! c ; + n = num.n; + d = quant.d; + isPron = quant.isPron; + isNum = + case num.n of { + None => False; + _ => True + } + } ; + + DetQuant quant num = { + s = \\h,g,c => quant.s ! Pl ! h ! g ! c + ++ num.s ! g ! (toDef quant.d num.n) ! c ; + n = num.n; + d = quant.d; + isPron = quant.isPron; + isNum = + case num.n of { + None => False; + _ => True + } + } ; + + + --DEPRECATED + -- SgQuant quant = {s = quant.s ! Sg ; d = quant.d; + -- isPron = quant.isPron; isNum = False} ; + -- PlQuant quant = {s = quant.s ! Pl ; d = quant.d; + -- isPron = quant.isPron; isNum = False} ; + + PossPron p = { + s = \\_,_,_,_ => p.s ! Gen; + d = Const; + isPron = True; + isNum = False } ; + + NumSg = { + s = \\_,_,_ => [] ; + n = One } ; + + NumPl = { + s = \\_,_,_ => [] ; + n = None } ; + + NumDigits digits = { + s = \\_,_,_ => digits.s; + n = digits.n + }; + + NumNumeral numeral = { + s = numeral.s ! NCard ; + n = numeral.n + }; + + AdNum adn num = { + s = \\g,d,c => adn.s ++ num.s ! g ! d ! c ; + n = num.n } ; + + OrdDigits digits = { + s = \\_,d,_ => Al ! d ++ digits.s; + n = digits.n + }; + + -- OrdNumeral : Numeral -> Ord ; -- fifty-first + OrdNumeral numeral = { + s = numeral.s ! NOrd ; + n = numeral.n + }; + + -- FIXME, "the biggest house" would better translate into + -- akbaru baytin rather than al-baytu l-2akbaru + -- DetCN (DetSg DefArt (OrdSuperl big_A)) (UseN house_N) + OrdSuperl a = { + s = \\_,d,c => a.s ! AComp d c; + n = One + } ; + + DefArt = { + s = \\_,_,_,_ => []; + d = Def} ; + + IndefArt = { + s = \\_,_,_,_ => []; + d = Indef} ; + +-- MassDet = {s = \\_,_,_,_ => [] ; d = Indef; +-- isNum = False; isPron = False} ; + + UseN n = n ** {adj = \\_,_,_ => []}; + -- ComplN2 f x = {s = \\n,c => f.s ! n ! Nom ++ f.c2 ++ x.s ! c} ; + -- ComplN3 f x = {s = \\n,c => f.s ! n ! Nom ++ f.c2 ++ x.s ! c ; c2 = f.c3} ; + -- + -- UseN2 n = n ; + -- UseN3 n = n ; + -- + AdjCN ap cn = { + s = \\n,d,c => cn.s ! n ! d ! c; + adj = \\n,d,c => ap.s ! cn.h ! cn.g ! n ! (definite ! d) ! c ; + g = cn.g; + h = cn.h + }; + -- RelCN cn rs = {s = \\n,c => cn.s ! n ! c ++ rs.s ! {n = n ; p = P3}} ; + -- AdvCN cn ad = {s = \\n,c => cn.s ! n ! c ++ ad.s} ; + -- + -- SentCN cn sc = {s = \\n,c => cn.s ! n ! c ++ sc.s} ; + -- ApposCN cn np = +} diff --git a/deprecated/old-lib/resource/arabic/NumeralAra.gf b/deprecated/old-lib/resource/arabic/NumeralAra.gf new file mode 100644 index 000000000..12c7548f8 --- /dev/null +++ b/deprecated/old-lib/resource/arabic/NumeralAra.gf @@ -0,0 +1,154 @@ +concrete NumeralAra of Numeral = CatAra ** + open Predef, Prelude, ResAra, MorphoAra in { + + + +lincat + + Digit = {s : DForm => CardOrd => Gender => State => Case => Str ; + n : Size } ; + Sub10 = {s : DForm => CardOrd => Gender => State => Case => Str ; + n : Size } ; + Sub100 = {s : CardOrd => Gender => State => Case => Str ; + n : Size} ; + Sub1000 = {s : CardOrd => Gender => State => Case => Str ; + n : Size } ; + Sub1000000 = {s : CardOrd => Gender => State => Case => Str ; + n : Size} ; + + + + lin num x = x ; + + lin n2 = num2 ** {n = Two }; + + lin n3 = num3_10 "ثَلاث" "ثالِث"; + lin n4 = num3_10 "أَربَع" "رابِع"; + lin n5 = num3_10 "خَمس" "خامِس"; + lin n6 = num3_10 "سِتّ" "سادِس"; + lin n7 = num3_10 "سَبع" "سابِع"; + lin n8 = num3_10 "ثَمانِي" "ثامِن"; + lin n9 = num3_10 "تِسع" "تاسِع"; + + lin pot01 = mkNum "واحِد" "أَوَّل" "أُولى" ** { n = One } ; + + lin pot0 d = d ; + + lin pot110 = { + s= ((num3_10 "عَشر" "عاشِر").s ! unit ) ; + n = ThreeTen + }; + + lin pot111 = { + s = \\_,g,d,_ => + case g of { + Masc => Al ! d + "أَحَدَ" ++ teen ! Masc ; + Fem => Al ! d + "إِحدَى" ++ teen ! Fem + }; + n = NonTeen + }; + + lin pot1to19 dig = { + s = \\co,g,d,c => case dig.n of { + Two => Al ! d + num2.s ! unit ! co ! g ! Const ! c ++ teen ! g ; + _ => dig.s ! unit ! co ! g ! (toDef d ThreeTen) ! Acc ++ + teen ! (genPolarity ! g) + }; + n = case dig.n of { + Two => NonTeen; + _ => Teen + } + }; + + lin pot0as1 num = { + s= num.s ! unit; + n = num.n + } ; + + lin pot1 dig = { + s = dig.s ! ten; + n = NonTeen + } ; + + lin pot1plus dig n = { + s = \\co,g,d,c => n.s ! unit ! co ! g ! d ! c + ++ "وَ" ++ dig.s ! ten ! co ! g ! d ! c ; + n = NonTeen + }; + + lin pot1as2 n = n ; + + lin pot2 dig = { + s = \\co,_,d,c => case dig.n of { + One => num100 ! d ! c ; + Two => num200 ! d ! c ; + _ => dig.s ! unit ! co ! Masc ! (toDef d ThreeTen) ! c ++ "مِٱَةِ" + }; + n = Hundreds + }; + + lin pot2plus m e = { + s = \\co,g,d,c => case m.n of { + One => num100 ! d ! c; + Two => num200 ! d ! c; + _ => m.s ! unit ! co ! Masc ! (toDef d ThreeTen) ! c ++ "مِٱَةٌ" + } ++ "وَ" ++ e.s ! co ! g ! d ! c ; + n = e.n + }; + + lin pot2as3 n = n ; + + lin pot3 m = { + s = \\co,_,d,c => case m.n of { + One => num1000 ! (definite ! d) ! c; + Two => num2000 ! (definite ! d) ! c; + _ => m.s ! co ! Fem ! (toDef d ThreeTen) ! c ++ "آلافٌ" + } ; + n = m.n + }; +--lin pot3plus n m = { +-- s = \\c => n.s ! NCard ++ "تهُْسَند" ++ m.s ! c ; n = Pl} ; + +-- numerals as sequences of digits + + lincat + Dig = Digits ; +-- Numeral,Digits = {s : Gender => State => Case => Str ; +-- n : Size } ; + + + lin + IDig d = d ; + + IIDig d i = { + s = d.s ++ i.s; + n = ThreeTen ; + } ; + + D_0 = mk1Dig "0" ; + D_1 = mk2Dig "1" One ; + D_2 = mk2Dig "2" Two ; + D_3 = mk1Dig "3" ; + D_4 = mk1Dig "4" ; + D_5 = mk1Dig "5" ; + D_6 = mk1Dig "6" ; + D_7 = mk1Dig "7" ; + D_8 = mk1Dig "8" ; + D_9 = mk1Dig "9" ; + + oper + + + mk2Dig : Str -> Size -> Digits = \str,sz -> { + s = str ; + n = sz ; + lock_Digits = <> + }; + + mk1Dig : Str -> Digits = \str -> { + s = str ; + n = ThreeTen; + lock_Digits = <> + }; + +} diff --git a/deprecated/old-lib/resource/arabic/OrthoAra.gf b/deprecated/old-lib/resource/arabic/OrthoAra.gf new file mode 100644 index 000000000..62ebc9b58 --- /dev/null +++ b/deprecated/old-lib/resource/arabic/OrthoAra.gf @@ -0,0 +1,41 @@ +resource OrthoAra = open Prelude, Predef in { + +flags coding=utf8 ; + + oper + + rectifyHmz: Str -> Str = \word -> + case word of { + l@(""|"ال") + "؟" + v@("َ"|"ُ") + tail => l + "أ" + v + tail; + l@(""|"ال") + "؟" + v@("ِ") + tail => l + "إ" + v + tail; + head + v1@("ِ"|"ُ"|"َ"|"ْ"|"ا"|"ي"|"و") + "؟" + v2@(""|"ُ"|"َ"|"ْ"|"ِ") => head + v1 + (tHmz v1) + v2; + head + "؟" + tail => head + (bHmz (dp 2 head) (take 2 tail)) + tail; --last head , take 1 tail + _ => word + }; + + --hamza at beginning of word (head) + hHmz : Str -> Str = \d -> + case d of { + "ِ" => "إ"; + _ => "أ" + }; + + --hamza in middle of word (body) + bHmz : Str -> Str -> Str = \d1,d2 -> + case of { + <"ِ",_> | <_,"ِ"> => "ئ"; + <"ُ",_> | <_,"ُ"> => "ؤ"; + <"َ",_> | <_,"َ"> => "أ"; + _ => "ء" + }; + + --hamza carrier sequence + tHmz : Str -> Str = \d -> + case d of { + "ِ" => "ئ"; + "ُ" => "ؤ"; + "َ" => "أ"; + "ْ"|"ا"|"و"|"ي" => "ء" + }; + +} diff --git a/deprecated/old-lib/resource/arabic/ParadigmsAra.gf b/deprecated/old-lib/resource/arabic/ParadigmsAra.gf new file mode 100644 index 000000000..bc9d498a5 --- /dev/null +++ b/deprecated/old-lib/resource/arabic/ParadigmsAra.gf @@ -0,0 +1,500 @@ +--# -path=.:../abstract:../../prelude:../common + +--1 Arabic Lexical Paradigms +-- +-- Ali El Dada 2005--2006 +-- +-- This is an API to 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 $MorphoAra.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$. +-- +-- The following modules are presupposed: + +resource ParadigmsAra = open + Predef, + Prelude, + MorphoAra, + OrthoAra,(ResAra=ResAra), + CatAra + in { + + flags optimize = noexpand; coding=utf8 ; + + oper + +-- Prepositions are used in many-argument functions for rection. + + Preposition : Type ; + +--2 Nouns + +--This is used for loan words or anything that has untreated irregularities +--in the interdigitization process of its words + mkN : NTable -> Gender -> Species -> N ; + +--Takes a root string, a singular pattern string, a broken plural +--pattern string, a gender, and species. Gives a noun. + brkN : Str -> Str -> Str -> Gender -> Species -> N ; + +--Takes a root string, a singular pattern string, a gender, +--and species. Gives a noun whose plural is sound feminine. + sdfN : Str -> Str -> Gender -> Species -> N ; + +--takes a root string, a singular pattern string, a gender, +--and species. Gives a noun whose plural is sound masculine + sdmN : Str -> Str -> Gender -> Species -> N ; + + mkPN : Str -> Gender -> Species -> PN ; + +--3 Relational nouns + + mkN2 : N -> Preposition -> N2 ; + + mkN3 : N -> Preposition -> Preposition -> N3 ; + +--2 Adjectives + +--Takes a root string and a pattern string + sndA : Str -> Str -> A ; + +--Takes a root string only + clrA : Str -> A ; + +--3 Two-place adjectives +-- +-- Two-place adjectives need a preposition for their second argument. + + mkA2 : A -> Preposition -> A2 ; + +--2 Adverbs + +-- Adverbs are not inflected. Most lexical ones have position +-- after the verb. Some can be preverbal. + + mkAdv : Str -> Adv ; + mkAdV : Str -> AdV ; + +-- Adverbs modifying adjectives and sentences can also be formed. + + mkAdA : Str -> AdA ; + +--2 Prepositions +-- +-- A preposition as used for rection in the lexicon, as well as to +-- build $PP$s in the resource API, just requires a string. + + mkPreposition : Str -> Preposition ; + +-- (These two functions are synonyms.) + +--2 Verbs + +--The verb in the imperfect tense gives the most information + + regV : Str -> V ; + +--Verb Form I : fa`ala, fa`ila, fa`ula + + v1 : Str -> Vowel -> Vowel -> V ; + +--Verb Form II : fa``ala + + v2 : Str -> V ; + +--Verb Form III : faa`ala + + v3 : Str -> V ; + +--Verb Form IV : 'af`ala + + v4 : Str -> V ; + +--Verb Form V : tafa``ala + + v5 : Str -> V ; + +--Verb Form VI : tafaa`ala + + v6 : Str -> V ; + +--Verb Form VIII 'ifta`ala + + v8 : Str -> V ; + +--3 Two-place verbs + +-- Two-place verbs need a preposition, except the special case with direct object. +-- (transitive verbs). Notice that a particle comes from the $V$. + + mkV2 : V -> Preposition -> V2 ; + + dirV2 : V -> V2 ; + +--3 Three-place verbs + +-- Three-place (ditransitive) verbs need two prepositions, of which +-- the first one or both can be absent. + + mkV3 : V -> Preposition -> Preposition -> V3 ; -- speak, with, about + dirV3 : V -> Preposition -> V3 ; -- give,_,to + dirdirV3 : V -> V3 ; -- give,_,_ + +--3 Other complement patterns +-- +-- Verbs and adjectives can take complements such as sentences, +-- questions, verb phrases, and adjectives. + + mkV0 : V -> V0 ; + mkVS : V -> VS ; + mkV2S : V -> Str -> V2S ; +-- mkVV : V -> VV ; + mkV2V : V -> Str -> Str -> V2V ; + mkVA : V -> VA ; + mkV2A : V -> Str -> V2A ; + mkVQ : V -> VQ ; + mkV2Q : V -> Str -> V2Q ; + + mkAS : A -> AS ; + mkA2S : A -> Str -> A2S ; + mkAV : A -> AV ; + mkA2V : A -> Str -> 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 Definitions of paradigms + +-- The definitions should not bother the user of the API. So they are +-- hidden from the document. + +{- +-- AED's original definition of regV + + regV = \word -> + case word of { + "يَ" + f@_ + c@_ + "ُ" + l@_ => v1 (f+c+l) a u ; + "يَ" + f@_ + c@_ + "ِ" + l@_ => v1 (f+c+l) a i ; + "يَ" + f@_ + c@_ + "َ" + l@_ => v1 (f+c+l) a a ; + f@_ + "َ" + c@_ + "ِ" + l@_ => v1 (f+c+l) i a + }; +-} + +---- begin workaround for a problem with pattern matching, AR 27/6/2008 + + regV = \word -> + case Predef.eqStr (Predef.take 2 word) "يَ" of { + Predef.PTrue => vYa (Predef.drop 2 word) ; + _ => vCo word + }; + + vYa : Str -> V = \word -> + let + fcl = Predef.take 2 word + Predef.drop 3 word ; + voc = case Predef.take 1 (Predef.drop 2 word) of { + "ُ" => u ; + "ِ" => i ; + _ => a + } + in + v1 fcl a voc ; + + vCo : Str -> V = \word -> + let + f = Predef.take 1 word ; + c = Predef.take 1 (Predef.drop 2 word) ; + l = Predef.drop 4 word + in + v1 (f + c + l) i a ; + +---- end workaround definition + + v1 = \rootStr,vPerf,vImpf -> + let { raw = v1' rootStr vPerf vImpf } in + { s = \\vf => + case rootStr of { + _ + "؟" + _ => rectifyHmz(raw.s ! vf); + _ => raw.s ! vf + }; + lock_V = <> + } ; + + va : Vowel = ResAra.a ; + + v1' : Str -> Vowel -> Vowel -> Verb = + \rootStr,vPerf,vImpf -> + let { root = mkRoot3 rootStr ; + l = dp 2 rootStr } in --last rootStr + case of { + <"ّ",_> => v1geminate rootStr vPerf vImpf ; + <"و"|"ي",_> => v1defective root vImpf ; + <_,"و"|"ي"> => v1hollow root vImpf ; + _ => v1sound root vPerf vImpf + }; + + v2 = + \rootStr -> + let { + root = mkRoot3 rootStr + } in { + s = + case root.l of { + "و"|"ي" => (v2defective root).s; + _ => (v2sound root).s + }; + lock_V = <> + }; + + v3 = + \rootStr -> + let { + tbc = mkRoot3 rootStr ; + } in { + s = (v3sound tbc).s ; + lock_V = <> + }; + + v4 = + \rootStr -> + let { + root = mkRoot3 rootStr + } in { + s = + case root.l of { + "و"|"ي" => (v4defective root).s; + _ => (v4sound root).s + }; + lock_V = <> + }; + + + v5 = + \rootStr -> + let { raw = v5' rootStr } in + { s = \\vf => + case rootStr of { + _ + "؟" + _ => rectifyHmz(raw.s ! vf); + _ => raw.s ! vf + }; + lock_V = <> + }; + + v5' : Str -> V = + \rootStr -> + let { + nfs = mkRoot3 rootStr ; + } in { + s = (v5sound nfs).s ; lock_V = <> + }; + + v6 = + \rootStr -> + let { + fqm = mkRoot3 rootStr ; + } in { + s = (v6sound fqm).s ; + lock_V = <> + }; + + v8 = + \rootStr -> + let { + rbT = mkRoot3 rootStr ; + } in { + s = (v8sound rbT).s ; + lock_V = <> + }; + + Preposition = Str ; + + mkN nsc gen spec = + { s = nsc; --NTable + g = gen; + h = spec; + lock_N = <> + }; + + brkN' : Str -> Str -> Str -> Gender -> Species -> N = + \root,sg,pl,gen,spec -> + let { kitAb = mkWord sg root; + kutub = mkWord pl root + } in mkN (reg kitAb kutub) gen spec; + + brkN root sg pl gen spec = + let { raw = brkN' root sg pl gen spec} in + { s = \\n,d,c => + case root of { + _ + "؟" + _ => rectifyHmz(raw.s ! n ! d ! c); + _ => raw.s ! n ! d ! c + }; + g = gen; + h = spec ; lock_N = <> + }; + + sdfN = + \root,sg,gen,spec -> + let { kalima = mkWord sg root; + } in mkN (sndf kalima) gen spec; + + sdmN = + \root,sg,gen,spec -> + let { mucallim = mkWord sg root; + } in mkN (sndm mucallim) gen spec; + + mkPN = \str,gen,species -> + { s = \\c => str + indecl!c ; + g = gen; + h = species; + lock_PN = <> + }; + + + mkN2 = \n,p -> n ** {lock_N2 = <> ; c2 = p} ; + + mkN3 = \n,p,q -> n ** {lock_N3 = <> ; c2 = p ; c3 = q} ; + + mkPron : (_,_,_ : Str) -> PerGenNum -> NP = \ana,nI,I,pgn -> + { s = + table { + Nom => ana; + Acc => nI; + Gen => I + }; + a = {pgn = pgn; isPron = True }; + lock_NP = <> + }; + + -- e.g. al-jamii3, 2a7ad + regNP : Str -> Number -> NP = \word,n -> + { s = \\c => word + vowel ! c ; + a = {pgn = Per3 Masc n; isPron = False }; + lock_NP = <> + }; + + -- e.g. hadha, dhaalika + indeclNP : Str -> Number -> NP = \word,n -> + { s = \\c => word ; + a = {pgn = Per3 Masc n; isPron = False }; + lock_NP = <> + }; + + mkQuant7 : (_,_,_,_,_,_,_ : Str) -> State -> Quant = + \hava,havihi,havAn,havayn,hAtAn,hAtayn,hA'ulA,det -> + { s = \\n,s,g,c => + case of { + <_,Masc,_,Sg> => hava; + <_,Fem,_,Sg> => havihi; + <_,Masc,Nom,Dl>=> havAn; + <_,Masc,_,Dl> => havayn; + <_,Fem,Nom,Dl> => hAtAn; + <_,Fem,_,Dl> => hAtayn; + => hA'ulA; + _ => havihi + }; + d = Def; + isPron = False; + isNum = False; + lock_Quant = <> + }; + + mkQuant3 : (_,_,_ : Str) -> State -> Quant = + \dalika,tilka,ula'ika,det -> + { s = \\n,s,g,c => + case of { + <_,Masc,_,Sg> => dalika; + <_,Fem,_,Sg> => tilka; + => ula'ika; + _ => tilka + }; + d = Def; + isPron = False; + isNum = False; + lock_Quant = <> + }; + + sndA root pat = + let raw = sndA' root pat in { + s = \\af => + case root of { + _ + "؟" + _ => rectifyHmz(raw.s ! af); + _ => raw.s ! af + }; + lock_A = <> + }; + + sndA' : Str -> Str -> A = + \root,pat -> + let { kabIr = mkWord pat root; + akbar = mkWord "أَفعَل" root + } in { + s = table { + APosit g n d c => (positAdj kabIr) ! g ! n ! d ! c ; + AComp d c => (indeclN akbar) ! d ! c + }; + lock_A = <> + }; + + clrA root = + let { eaHmar = mkWord "أَفعَل" root; + HamrA' = mkWord "فَعلاء" root; + Humr = mkWord "فُعل" root + } in { + s = clr eaHmar HamrA' Humr; + lock_A = <> + }; + + mkA2 a p = a ** {c2 = p ; lock_A2 = <>} ; + + mkAdv x = ss x ** {lock_Adv = <>} ; + mkAdV x = ss x ** {lock_AdV = <>} ; + mkAdA x = ss x ** {lock_AdA = <>} ; + + mkPreposition p = p ; + mkV2 v p = v ** {s = v.s ; c2 = p ; lock_V2 = <>} ; + dirV2 v = mkV2 v [] ; + + mkV3 v p q = v ** {s = v.s ; c2 = p ; c3 = q ; lock_V3 = <>} ; + dirV3 v p = mkV3 v [] p ; + dirdirV3 v = dirV3 v [] ; + + mkVS v = v ** {lock_VS = <>} ; + mkVQ v = v ** {lock_VQ = <>} ; + + V0 : Type = V ; +---- V2S, V2V, V2Q, V2A : Type = V2 ; + AS, A2S, AV : Type = A ; + A2V : Type = A2 ; + + mkV0 v = v ** {lock_V = <>} ; + mkV2S v p = mkV2 v p ** {lock_V2S = <>} ; + mkV2V v p t = mkV2 v p ** {s4 = t ; lock_V2V = <>} ; + mkVA v = v ** {lock_VA = <>} ; + mkV2A v p = mkV2 v p ** {lock_V2A = <>} ; + mkV2Q v p = mkV2 v p ** {lock_V2Q = <>} ; + + mkAS v = v ** {lock_A = <>} ; + mkA2S v p = mkA2 v p ** {lock_A = <>} ; + mkAV v = v ** {lock_A = <>} ; + mkA2V v p = mkA2 v p ** {lock_A2 = <>} ; + + +} ; diff --git a/deprecated/old-lib/resource/arabic/PatternsAra.gf b/deprecated/old-lib/resource/arabic/PatternsAra.gf new file mode 100644 index 000000000..611fd262a --- /dev/null +++ b/deprecated/old-lib/resource/arabic/PatternsAra.gf @@ -0,0 +1,106 @@ +resource PatternsAra = { + +flags coding=utf8 ; + + oper + + fA' = { h = "" ; m1 = ""; m2 = ""; t = "َاء"} ; + + eafAcI = { h = "أَ"; m1 = "َا"; m2 = ""; t = "ِي" } ; + eafcA' = { h = "أَ"; m1 = "ْ" ; m2 = ""; t = "َاء"} ; + eafcI = { h = "أَ"; m1 = "ْ" ; m2 = ""; t = "ِي" } ; + fac = { h = "" ; m1 = "َ" ; m2 = ""; t = "" } ; + facc = { h = "" ; m1 = "َ" ; m2 = ""; t = "ّ" } ; + facca = { h = "" ; m1 = "َ" ; m2 = ""; t = "َّ" } ; + facci = { h = "" ; m1 = "َ" ; m2 = ""; t = "ِّ" } ; + faccu = { h = "" ; m1 = "َ" ; m2 = ""; t = "ُّ" } ; + facp = { h = "" ; m1 = "َ" ; m2 = ""; t = "َة" } ; + faca = { h = "" ; m1 = "َ" ; m2 = ""; t = "َ" } ; + facA = { h = "" ; m1 = "َ" ; m2 = ""; t = "َا" } ; + facA' = { h = "" ; m1 = "َ" ; m2 = ""; t = "َاء"} ; + fAc = { h = "" ; m1 = "َا"; m2 = ""; t = "" } ; + fAcp = { h = "" ; m1 = "َا"; m2 = ""; t = "َة" } ; + fic = { h = "" ; m1 = "ِ" ; m2 = ""; t = "" } ; + ficc = { h = "" ; m1 = "ِ" ; m2 = ""; t = "ّ" } ; + ficA' = { h = "" ; m1 = "ِ" ; m2 = ""; t = "َاء"} ; + fIc = { h = "" ; m1 = "ِي"; m2 = ""; t = "" } ; + fIcAn = { h = "" ; m1 = "ِي"; m2 = ""; t = "َان"} ; + fca = { h = "" ; m1 = "ْ" ; m2 = ""; t = "َ" } ; + fci = { h = "" ; m1 = "ْ" ; m2 = ""; t = "ِ" } ; + fcu = { h = "" ; m1 = "ْ" ; m2 = ""; t = "ُ" } ; + fuc = { h = "" ; m1 = "ُ" ; m2 = ""; t = "" } ; + fucc = { h = "" ; m1 = "ُ" ; m2 = ""; t = "ّ" } ; + fucci = { h = "" ; m1 = "ُ" ; m2 = ""; t = "ِّ" } ; + fuccu = { h = "" ; m1 = "ُ" ; m2 = ""; t = "ُّ" } ; + fuci = { h = "" ; m1 = "ُ" ; m2 = ""; t = "ِ" } ; + fucu = { h = "" ; m1 = "ُ" ; m2 = ""; t = "ُ" } ; + fUc = { h = "" ; m1 = "ُو"; m2 = ""; t = "" } ; + ufAc = { h = "ُ" ; m1 = "َا"; m2 = ""; t = "" } ; + ufca = { h = "ُ" ; m1 = "ْ" ; m2 = ""; t = "َ" } ; + + eafAcil = { h = "أَ"; m1 = "َا" ; m2 = "ِ" ; t = "" } ; + eafAcIl = { h = "أَ"; m1 = "َا" ; m2 = "ِي" ; t = "" } ; + eafcilp = { h = "أَ"; m1 = "ْ" ; m2 = "ِ" ; t = "َة" } ; + eafcal = { h = "أَ"; m1 = "ْ" ; m2 = "َ" ; t = "" } ; + eafcAl = { h = "أَ"; m1 = "ْ" ; m2 = "َا" ; t = "" } ; + eafcil = { h = "أَ"; m1 = "ْ" ; m2 = "ِ" ; t = "" } ; + eafcul = { h = "أَ"; m1 = "ْ" ; m2 = "ُ" ; t = "" } ; + eiftacal = { h = "إِ"; m1 = "ْتَ" ; m2 = "َ" ; t = "" } ; + eufcil = { h = "أُ"; m1 = "ْ" ; m2 = "ِ" ; t = "" } ; + euftucil = { h = "أُ"; m1 = "ْتُ" ; m2 = "ِ" ; t = "" } ; + afcul = { h = "َ" ; m1 = "ْ" ; m2 = "ُ" ; t = "" } ; + faccalo = { h = "" ; m1 = "َ" ; m2 = "َّ" ; t = "ْ" } ; + facal = { h = "" ; m1 = "َ" ; m2 = "َ" ; t = "" } ; + facalo = { h = "" ; m1 = "َ" ; m2 = "َ" ; t = "ْ" } ; + facalp = { h = "" ; m1 = "َ" ; m2 = "َ" ; t = "َة" } ; + facA'il = { h = "" ; m1 = "َ" ; m2 = "َائِ"; t = "" } ; + facAl = { h = "" ; m1 = "َ" ; m2 = "َا" ; t = "" } ; + facAlI = { h = "" ; m1 = "َ" ; m2 = "َا" ; t = "ِي" } ; + facil = { h = "" ; m1 = "َ" ; m2 = "ِ" ; t = "" } ; + facIl = { h = "" ; m1 = "َ" ; m2 = "ِي" ; t = "" } ; + facl = { h = "" ; m1 = "َ" ; m2 = "ْ" ; t = "" } ; + faclp = { h = "" ; m1 = "َ" ; m2 = "ْ" ; t = "َة" } ; + facul = { h = "" ; m1 = "َ" ; m2 = "ُ" ; t = "" } ; + fAcal = { h = "" ; m1 = "َا" ; m2 = "َ" ; t = "" } ; + fAcil = { h = "" ; m1 = "َا" ; m2 = "ِ" ; t = "" } ; + faccal = { h = "" ; m1 = "َ" ; m2 = "َّ" ; t = "" } ; + faccil = { h = "" ; m1 = "َ" ; m2 = "ِّ" ; t = "" } ; + faclA' = { h = "" ; m1 = "َ" ; m2 = "ْ" ; t = "َاء"} ; + fAcilp = { h = "" ; m1 = "َا" ; m2 = "ِ" ; t = "َة" } ; + fawAcil = { h = "" ; m1 = "َوَا"; m2 = "ِ" ; t = "" } ; + ficAlp = { h = "" ; m1 = "ِ" ; m2 = "َا" ; t = "َة" } ; + fcal = { h = "" ; m1 = "ْ" ; m2 = "َ" ; t = "" } ; + fcil = { h = "" ; m1 = "ْ" ; m2 = "ِ" ; t = "" } ; + fcul = { h = "" ; m1 = "ْ" ; m2 = "ُ" ; t = "" } ; + ficl = { h = "" ; m1 = "ِ" ; m2 = "ْ" ; t = "" } ; + ficAl = { h = "" ; m1 = "ِ" ; m2 = "َا" ; t = "" } ; + ficlp = { h = "" ; m1 = "ِ" ; m2 = "ْ" ; t = "َة" } ; + ftacal = { h = "" ; m1 = "ْتَ" ; m2 = "َ" ; t = "" } ; + ftacil = { h = "" ; m1 = "ْتَ" ; m2 = "ِ" ; t = "" } ; + fuccAl = { h = "" ; m1 = "ُ" ; m2 = "َّا" ; t = "" } ; + fuccil = { h = "" ; m1 = "ُ" ; m2 = "ِّ" ; t = "" } ; + fuccilo = { h = "" ; m1 = "ُ" ; m2 = "ِّ" ; t = "ْ" } ; + fucal = { h = "" ; m1 = "ُ" ; m2 = "َ" ; t = "" } ; + fucaylp = { h = "" ; m1 = "ُ" ; m2 = "َيْ" ; t = "َة" } ; + fucAl = { h = "" ; m1 = "ُ" ; m2 = "َا" ; t = "" } ; + fucl = { h = "" ; m1 = "ُ" ; m2 = "ْ" ; t = "" } ; + fucil = { h = "" ; m1 = "ُ" ; m2 = "ِ" ; t = "" } ; + fuclp = { h = "" ; m1 = "ُ" ; m2 = "ْ" ; t = "َة" } ; + fucilo = { h = "" ; m1 = "ُ" ; m2 = "ِ" ; t = "ْ" } ; + fucul = { h = "" ; m1 = "ُ" ; m2 = "ُ" ; t = "" } ; + fuculo = { h = "" ; m1 = "ُ" ; m2 = "ُ" ; t = "ْ" } ; + fucUl = { h = "" ; m1 = "ُ" ; m2 = "ُو" ; t = "" } ; + fUcil = { h = "" ; m1 = "ُو" ; m2 = "ِ" ; t = "" } ; + mafcUl = { h = "مَ"; m1 = "ْ" ; m2 = "ُو" ; t = "" } ; + mafcil = { h = "مَ"; m1 = "ْ" ; m2 = "ِ" ; t = "" } ; + tafAcal = { h = "تَ"; m1 = "َا" ; m2 = "َ" ; t = "" } ; + tafaccal = { h = "تَ"; m1 = "َ" ; m2 = "َّ" ; t = "" } ; + tufuccil = { h = "تُ"; m1 = "ُ" ; m2 = "ِّ" ; t = "" } ; + tufUcil = { h = "تُ"; m1 = "ُو" ; m2 = "ِ" ; t = "" } ; + ufAcal = { h = "ُ" ; m1 = "َا" ; m2 = "َ" ; t = "" } ; + ufAcil = { h = "ُ" ; m1 = "َا" ; m2 = "ِ" ; t = "" } ; + ufcal = { h = "ُ" ; m1 = "ْ" ; m2 = "َ" ; t = "" } ; + ufcil = { h = "ُ" ; m1 = "ْ" ; m2 = "ِ" ; t = "" } ; + ufcul = { h = "ُ" ; m1 = "ْ" ; m2 = "ُ" ; t = "" } ; + +} diff --git a/deprecated/old-lib/resource/arabic/PhraseAra.gf b/deprecated/old-lib/resource/arabic/PhraseAra.gf new file mode 100644 index 000000000..6910d59f5 --- /dev/null +++ b/deprecated/old-lib/resource/arabic/PhraseAra.gf @@ -0,0 +1,26 @@ +concrete PhraseAra of Phrase = CatAra ** open + ParamX, + Prelude, + ResAra in { + + lin + PhrUtt pconj utt voc = {s = pconj.s ++ utt.s ! Masc ++ voc.s} ;--FIXME + +-- UttS s = s ; +-- UttQS qs = {s = qs.s ! QDir} ; + UttImpSg pol imp = {s = \\g => imp.s ! pol.p ! g ! ResAra.Sg} ; +-- UttImpPl pol imp = {s = pol.s ++ imp.s ! pol.p ! Pl} ; +-- +-- UttIP ip = {s = ip.s ! Nom} ; --- Acc also +-- UttIAdv iadv = iadv ; +-- UttNP np = {s = np.s ! Acc} ; +-- UttVP vp = {s = infVP False vp (agrP3 Sg)} ; +-- UttAdv adv = adv ; +-- + NoPConj = {s = []} ; +-- PConjConj conj = conj ; +-- + NoVoc = {s = []} ; +-- VocNP np = {s = "،" ++ np.s ! Nom} ; +-- +} diff --git a/deprecated/old-lib/resource/arabic/QuestionAra.gf b/deprecated/old-lib/resource/arabic/QuestionAra.gf new file mode 100644 index 000000000..651a72cfd --- /dev/null +++ b/deprecated/old-lib/resource/arabic/QuestionAra.gf @@ -0,0 +1,55 @@ +concrete QuestionAra of Question = CatAra ** open ResAra, ParamX in { + + flags optimize=all_subs ; + + lin + + QuestCl cl = { + s = \\t,p => + table { + QIndir => "إِذا" ++ cl.s ! t ! p ! Verbal ; + QDir => cl.s ! t ! p ! Verbal + } + }; + + +-- +-- QuestVP qp vp = +-- let cl = mkClause (qp.s ! Nom) {n = qp.n ; p = P3} vp +-- in {s = \\t,a,b,_ => cl.s ! t ! a ! b ! ODir} ; +-- +-- QuestSlash ip slash = { +-- s = \\t,a,p => +-- let +-- cls = slash.s ! t ! a ! p ; +-- who = slash.c2 ++ ip.s ! Acc --- stranding in ExtAra +-- in table { +-- QDir => who ++ cls ! OQuest ; +-- QIndir => who ++ cls ! ODir +-- } +-- } ; +-- +-- QuestIAdv iadv cl = { +-- s = \\t,a,p => +-- let +-- cls = cl.s ! t ! a ! p ; +-- why = iadv.s +-- in table { +-- QDir => why ++ cls ! OQuest ; +-- QIndir => why ++ cls ! ODir +-- } +-- } ; +-- +-- PrepIP p ip = {s = p.s ++ ip.s ! Nom} ; +-- +-- AdvIP ip adv = { +-- s = \\c => ip.s ! c ++ adv.s ; +-- n = ip.n +-- } ; +-- +-- IDetCN idet num ord cn = { +-- s = \\c => idet.s ++ num.s ++ ord.s ++ cn.s ! idet.n ! c ; +-- n = idet.n +-- } ; +-- +} diff --git a/deprecated/old-lib/resource/arabic/RelativeAra.gf b/deprecated/old-lib/resource/arabic/RelativeAra.gf new file mode 100644 index 000000000..13cf7c5f1 --- /dev/null +++ b/deprecated/old-lib/resource/arabic/RelativeAra.gf @@ -0,0 +1,34 @@ +concrete RelativeAra of Relative = CatAra ** open ResAra in { +-- +-- flags optimize=all_subs ; +-- +-- lin +-- +-- RelCl cl = { +-- s = \\t,a,p,_ => "سُعه" ++ "تهَت" ++ cl.s ! t ! a ! p ! ODir +-- } ; +-- +-- RelVP rp vp = { +-- s = \\t,ant,b,ag => +-- let +-- agr = case rp.a of { +-- RNoAg => ag ; +-- RAg a => a +-- } ; +-- cl = mkClause (rp.s ! Nom) agr vp +-- in +-- cl.s ! t ! ant ! b ! ODir +-- } ; +-- +-- RelSlash rp slash = { +-- s = \\t,a,p,_ => slash.c2 ++ rp.s ! Acc ++ slash.s ! t ! a ! p ! ODir +-- } ; +-- +-- FunRP p np rp = { +-- s = \\c => np.s ! c ++ p.s ++ rp.s ! Acc ; +-- a = RAg np.a +-- } ; +-- +-- IdRP = mkIP "وهِعه" "وهِعه" "وهْسي" Sg ** {a = RNoAg} ; +-- +} diff --git a/deprecated/old-lib/resource/arabic/ResAra.gf b/deprecated/old-lib/resource/arabic/ResAra.gf new file mode 100644 index 000000000..152da5f4d --- /dev/null +++ b/deprecated/old-lib/resource/arabic/ResAra.gf @@ -0,0 +1,1172 @@ +--# -path=.:../abstract:../common:../../prelude +-- +----1 Arabic 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$. +-- +resource ResAra = PatternsAra ** open Prelude, Predef in { + + flags optimize=noexpand ; coding=utf8 ; + + + param + + Vowel = u | a | i ; + Number = Sg | Dl | Pl; + Gender = Masc | Fem ; + Case = Nom | Acc | Gen ; + Person = P1 | P2 | P3 ; + Species = NoHum | Hum ; + State = Def | Indef | Const ; + Mood = Ind | Cnj | Jus ; + Voice = Act | Pas ; + Tense = Pres | Past | Fut ; + Order = Verbal | Nominal ; + + oper + + --roots, patterns, and making words: + + Pattern : Type = {h, m1, m2, t : Str}; + Root : Type = {f : Str}; + Root2 : Type = Root ** {c : Str} ; + Root3 : Type = Root2 ** {l : Str} ; + + mkRoot3 : Str -> Root3 = \fcl -> + let { cl = drop 2 fcl; --drop 1 fcl + l' = dp 2 fcl; --last fcl + c' = take 2 cl} in --take 1 cl + {f = take 2 fcl; c = c'; --take 1 fcl + l = case l' of { + "ّ" => c'; + _ => l' + } + }; + + --for roots with 2 consonants (works also for assimilated strs, like fc~, + --because the function discards anything after the first two characters + mkRoot2 : Str -> Root2 = \fcl -> + let { cl = drop 2 fcl} in --drop 1 fcl + {f = take 2 fcl; c = take 2 cl}; --take 1 + + --opers to interdigitize (make words out of roots and patterns: + + oper + --regular case, 3 non-weak consonants + mkStrong : Pattern -> Root3 -> Str = \p,fcl -> + p.h + fcl.f + p.m1 + fcl.c + p.m2 + fcl.l + p.t; + + mkDefective: Pattern -> Root3 -> Str = \p,fcl -> + p.h + fcl.f + p.m1 + fcl.c + p.t; + + mkHollow: Pattern -> Root3 -> Str = \p,fcl -> + p.h + fcl.f + p.m1 + fcl.l + p.t; + + mkAssimilated: Pattern -> Root3 -> Str = \p,fcl -> + p.h + fcl.c + p.m1 + fcl.l + p.t; + + -- takes a weak pattern and a triliteral root and makes + -- a word, deducing which root consonant is weak + mkWeak : Pattern -> Str -> Str = \pat,root -> + let fcl = mkRoot3 root in + case root of { + _ + ("و"|"ي"|"ّ") => mkDefective pat fcl; + _ + ("و"|"ي") + _ => mkHollow pat fcl; + ("و"|"ي") + _ => mkAssimilated pat fcl + }; + + mkBilit : Pattern -> Root2 -> Str = \p,fcl -> + p.h + fcl.f + p.m1 + fcl.c + p.t; + + --takes a pattern string and root string and makes a word + mkWord : Str -> Str -> Str =\pS, rS -> + case pS of { + w@_ + "ف" + x@_ + "ع" + y@_ + "ل" + z@_ => + mkStrong { h = w ; m1 = x; m2 = y; t = z} (mkRoot3 rS); + w@_ + "ف" + x@_ + "ع" + y@_ => + let pat = { h = w ; m1 = x; m2 = ""; t = y} in + case of { + 6 | 5 => mkWeak pat rS ; --3=> + 4 | 3 => mkBilit pat (mkRoot2 rS) ; --2=> + _ => rS ---- AR error "expected 3--6" + } + }; + + --types of open classes: + + NTable = Number => State => Case => Str; + + Noun : Type = {s : NTable ; g : Gender; h : Species} ; +-- Adj : Type = {s : Gender => NTable} ; + Adj : Type = {s : AForm => Str} ; + Verb : Type = {s : VForm => Str} ; + + param + VForm = + VPerf Voice PerGenNum + | VImpf Mood Voice PerGenNum + | VImp Gender Number + | VPPart ; + + PerGenNum = + Per3 Gender Number + | Per2 Gender Number + | Per1 SgPl; + + SgPl = Sing | Plur; + + AForm = + APosit Gender Number State Case + | AComp State Case ; + + --verbal morphology + +oper + + --macro for sound verb + --PerfAct, PerfPas, ImpfAct, ImpfPas, Imp, PPart + verb : (_,_,_,_,_,_ : Str) -> Verb = + \katab,kutib,aktub,uktab,euktub,maktUb -> { + s = table { + VPerf Act pgn => katab + suffixPerf ! pgn ; + VPerf Pas pgn => kutib + suffixPerf ! pgn ; + VImpf Ind Act pgn => prefixImpf!pgn + aktub + suffixImpfInd !pgn; + VImpf Ind Pas pgn => prefixImpf!pgn + uktab + suffixImpfInd !pgn; + VImpf m Act pgn => prefixImpf!pgn + aktub + suffixImpfCJ m ! pgn; + VImpf m Pas pgn => prefixImpf !pgn + uktab + suffixImpfCJ m !pgn; + VImp g n => euktub + suffixImpfCJ Jus ! (Per2 g n); + VPPart => maktUb + } + } ; + + --affixes of sound verbs + + suffixPerf : PerGenNum => Str = + table { + Per3 Masc Sg => "َ" ; + Per3 Masc Dl => "َا" ; + Per3 Masc Pl => "ُوا" ; + Per3 Fem Sg => "َتْ" ; + Per3 Fem Dl => "َتَا" ; + Per3 Fem Pl => "ْنَ" ; + Per2 Masc Sg => "ْتَ" ; + Per2 _ Dl => "ْتُمَا" ; + Per2 Masc Pl => "ْتُمْ" ; + Per2 Fem Sg => "ْتِ" ; + Per2 Fem Pl => "ْتُنَّ" ; + Per1 Sing => "ْتُ" ; + Per1 Plur => "ْنَا" + } ; + + prefixImpf : PerGenNum => Str = + table { + Per1 Sing => "أ" ; + Per1 Plur => "ن" ; + Per3 Masc _ => "ي" ; + Per3 Fem Pl => "ي" ; + _ => "ت" + } ; + + suffixImpfInd : PerGenNum => Str = + table { + Per3 Masc Pl => "ُونَ" ; + Per3 Fem Pl => "ْنَ" ; + Per3 g Dl => "َانِ" ; + Per2 Masc Pl => "ُونَ" ; + Per2 Fem Sg => "ِينَ" ; + Per2 g Dl => "َانِ" ; + Per2 Fem Pl => "ْنَ" ; + _ => "ُ" + } ; + + suffixImpfCJ : Mood -> PerGenNum => Str = \m -> + table { + Per3 Masc Pl => "ُوا" ; + Per3 Fem Pl => "ْنَ" ; + Per3 g Dl => "َا" ; + Per2 Masc Pl => "ُوا" ; + Per2 Fem Sg => "ِي" ; + Per2 g Dl => "َا" ; + Per2 Fem Pl => "ْنَ" ; + _ => endVowel ! m + } ; + + --macro for geminate verbs: FIXME, change the misleading variable names + verbGeminate : (_,_,_,_,_,_,_,_,_,_,_ : Str) -> Verb = + \xAf,xif,xyf,xuf,axAf,axaf,uxAf,uxaf,xaf,xAf',ppart -> + let { perfPattern = patHollowPerf xAf xif xyf xuf ; + impfPattern = patHollowImpf axAf axaf uxAf uxaf ; + impPattern = patHollowImp xaf xAf' + } in + { s = table { + VPerf v pgn => perfPattern ! v ! pgn + suffixPerf ! pgn ; + VImpf Ind v pgn => prefixImpf ! pgn + impfPattern ! v ! pgn + suffixImpfInd ! pgn ; + VImpf m v pgn => prefixImpf ! pgn + impfPattern ! v ! pgn + suffixImpfCJ m ! pgn ; + VImp g n => impPattern ! g ! n + suffixImpfCJ Jus ! (Per2 g n); + VPPart => ppart + } + } ; + + --macro for hollow verbs: + verbHollow : (_,_,_,_,_,_,_,_,_,_,_ : Str) -> Verb = + \xAf,xif,xyf,xuf,axAf,axaf,uxAf,uxaf,xaf,xAf',ppart -> + let { perfPattern = patHollowPerf xAf xif xyf xuf ; + impfPattern = patHollowImpf axAf axaf uxAf uxaf ; + impPattern = patHollowImp axaf xAf' ; + jusPattern = patHollowJus axaf axAf uxaf uxAf ; + } in + { s = table { + VPerf v pgn => perfPattern ! v ! pgn + suffixPerf ! pgn ; + VImpf Ind v pgn => prefixImpf ! pgn + impfPattern ! v ! pgn + suffixImpfInd ! pgn ; + VImpf Cnj v pgn => prefixImpf ! pgn + impfPattern ! v ! pgn + suffixImpfCJ Cnj ! pgn ; + VImpf Jus v pgn => prefixImpf ! pgn + jusPattern ! v ! pgn + suffixImpfCJ Jus ! pgn ; + VImp g n => impPattern ! g ! n + suffixImpfCJ Jus ! (Per2 g n); + VPPart => ppart + } + } ; + + --macro for defective verbs: + verbDef: (_,_,_,_,_,_,_,_,_,_,_ : Str) -> Vowel -> Verb = + \rama,ramay,rumi,rumu,rumiy,armi,armu,urma,Irmi,Irmu,ppart,vowel -> + let { + patPerf = patDefPerf rama ramay rumi rumu rumiy ; + patImpfAct = patDefImpfAct armi armu ; + patImp = patDefImp Irmi Irmu + } in + { s = table { + VPerf v pgn => patPerf ! v ! pgn + (suffixPerfDef v) ! pgn ; + VImpf m Act pgn => prefixImpf ! pgn + patImpfAct ! pgn + (suffixImpfDef Act vowel) ! m ! pgn ; + VImpf m Pas pgn => prefixImpf ! pgn + urma + (suffixImpfDef Pas vowel) ! m ! pgn ; + VImp g n => patImp ! g ! n + (suffixImpfDef Act vowel) ! Jus ! (Per2 g n) ; + VPPart => ppart + } + } ; + + patDefPerf : (_,_,_,_,_ :Str) -> Voice => PerGenNum => Str = \rama,ramay,rumi,rumu,rumy -> + table { + Act => + table { + Per3 Fem Pl => ramay ; + Per3 _ _ => rama ; + _ => ramay + } ; + Pas => + table { + Per3 Masc Pl => rumu ; + Per3 Fem Pl => rumy ; + Per3 _ _ => rumi ; + _ => rumy + } + } ; + + --ignores the vowel=u case, eg "دعو" + patDefImpfAct : (_,_ : Str) -> PerGenNum => Str = \rmi,rmu -> + table { + Per3 Masc Pl => rmu ; + Per2 Masc Pl => rmu ; + _ => rmi + } ; + + + patDefImp : (_,_ : Str) -> Gender => Number => Str = \rmi, rmu -> + table { + Masc => table {Pl => rmu ; _ => rmi} ; + _ => table {_ => rmi} + } ; + + + suffixPerfDef : Voice -> PerGenNum => Str = \v -> + let {p3ms = + case v of { + Act => "ى" ; + Pas => "يَ" + } ; + ya = + case v of { + Act => "" ; + Pas => "يَ" + } + } in + table { + Per3 Masc Sg => p3ms ; + Per3 Masc Dl => "يَا" ; + Per3 Masc Pl => "وْا" ; + Per3 Fem Sg => ya + "تْ" ; + Per3 Fem Dl => ya + "تَا" ; + Per3 Fem Pl => "نَ" ; + Per2 Masc Sg => "تَ" ; + Per2 _ Dl => "تُمَا" ; + Per2 Masc Pl => "تُمْ" ; + Per2 Fem Sg => "تِ" ; + Per2 Fem Pl => "تُنَّ" ; + Per1 Sing => "تُ" ; + Per1 Plur => "نَا" + } ; + + + suffixImpfDef : Voice -> Vowel -> Mood => PerGenNum => Str = \vc,vw -> + let { + default : Mood -> Str = \m -> + case vc of { + Pas => case m of {Jus => "" ; _ => "ى"} ; + Act => case vw of { + u => case m of {Ind => "و" ; Cnj => "وَ" ; Jus => ""} ; + i => case m of {Ind => "ي" ; Cnj => "يَ" ; Jus => ""} ; + a => case m of {Ind => "ى" ; Cnj => "ى" ; Jus => ""} + } + } + } in + table { + Ind => + table { + Per3 Masc Pl => "وْنَ" ; + Per2 Masc Pl => "وْنَ" ; + Per3 g Dl => "يَانِ" ; + Per2 g Dl => "يَانِ" ; + Per3 Fem Pl => "يْنَ" ; + Per2 Fem _ => "يْنَ" ; + _ => default Ind + } ; + m => + table { + Per3 Masc Pl => "وْا" ; + Per2 Masc Pl => "وْا" ; + Per3 g Dl => "يَا" ; + Per2 g Dl => "يَا" ; + Per3 Fem Pl => "يْنَ" ; + Per2 Fem Pl => "يْنَ" ; + Per2 Fem Sg => "ي" ; + _ => default m + } + } ; + +--now is used for the sound, assimilated (weak C1), and when C1 = hamza: + +v1sound : Root3 -> Vowel -> Vowel -> Verb = + \fcl,vPerf,vImpf -> + let { + qf = {f = fcl.c ; c = fcl.l} ; + qif = mkBilit (fvc ! vImpf) qf; + katab = mkStrong (patV1Perf ! vPerf) fcl ; + kutib = mkStrong fucil fcl ; --FIXME no passive if vPerf == u + ktub = mkStrong (patV1Impf ! vImpf) fcl ; + aktub = "َ" + + case fcl.f of { + "و"|"ي" => qif ; + _ => ktub + }; + uktab = mkStrong ufcal fcl ; + euktub = case fcl.f of { + "؟"|"و"|"ي" => qif ; + _ => prefixImp ! vImpf + ktub + }; + maktUb = mkStrong mafcUl fcl + } in + verb katab kutib aktub uktab euktub maktUb ; + +v1hollow : Root3 -> Vowel -> Verb = + \xwf,vowel -> + let { + xAf = mkHollow fAc xwf ; + xif = mkHollow (patHol1 ! vowel) xwf ; + xyf = mkHollow fIc xwf ; + xuf = mkHollow (patHol2 ! vowel) xwf ; + xaf = mkHollow (fvc ! vowel) xwf ; + axaf= "َ" + xaf ; + uxAf= mkHollow ufAc xwf ; + uxaf= "ُ" + xaf ; + xAf'= mkHollow (patHol3 ! vowel) xwf ; + axAf= "َ" + xAf'; + ppart = "مَ" + xAf' -- FIXME actually wierd anomalies happen with the a vowel.. + + } in verbHollow xAf xif xyf xuf axAf axaf uxAf uxaf xaf xAf' ppart ; + +patHol1 : Vowel => Pattern = + table { u => fuc ; _ => fic} ; + +patHol2 : Vowel => Pattern = + table { u => fic ; _ => fuc} ; + +patHol3 : Vowel => Pattern = + table { + u => fUc ; + i => fIc ; + a => fAc + } ; + +--used in assimilated (wqf -> qif, wqc -> qac..) and hollow (qwl -> qul, xwf->xaf..) +fvc : Vowel => Pattern = + table { + u => fuc ; + i => fic ; + a => fac + } ; + + +v1geminate : Str -> Vowel -> Vowel -> Verb = + \rootStr,vPerf,vImpf -> + let { + mdd = mkRoot3 rootStr ; --fcc + md = mkRoot2 rootStr ; --fc + madd = mkBilit facc md ; + madad = mkStrong (patGem1 ! vPerf) mdd ; + mudd = mkBilit fucc md ; + mudid = mkStrong fucil mdd ; + mudd' = mkBilit (patGem2 ! vImpf) md ; + amudd = "َ" + mudd' ; + mdud = mkStrong (patGem3 ! vImpf) mdd ; + amdud = "َ" + mdud ; + umadd = "ُ" + madd ; + umdad = "ُ" + mkStrong fcal mdd ; + Umdud = (prefixImp ! vImpf) + mdud; + mamdUd = mkStrong mafcUl mdd + } in verbGeminate madd madad mudd mudid amudd amdud umadd umdad Umdud mudd' mamdUd; + +patGem1 : Vowel => Pattern = + table { + a => facal ; + u => facul ; + i => facil + } ; + +patGem2 : Vowel => Pattern = + table { + u => fucc ; + a => facc ; + i => ficc --no such verb probably exists + } ; + +patGem3 : Vowel => Pattern = + table { + u => fcul ; + a => fcal ; + i => fcil --no such verb probably exists + } ; + +v1defective : Root3 -> Vowel -> Verb = + \rmy,vowel -> + let { + rama = mkDefective faca rmy ; + ramay = mkStrong facalo rmy ; + rumi = mkDefective fuci rmy ; + rumu = mkDefective fucu rmy ; + rumiy = mkStrong fucilo rmy ; + rmi = mkDefective (patDef1 ! vowel) rmy ; + armi = "َ" + rmi ; + rmu = mkDefective (patDef2 ! vowel) rmy ; + armu = "َ" + rmu ; + urma = mkDefective ufca rmy ; + eirmi = prefixImp ! vowel + rmi; + eirmu = prefixImp ! vowel + rmu; + marmiy = mkStrong mafcil rmy + } in verbDef rama ramay rumi rumu rumiy armi armu urma eirmi eirmu marmiy vowel ; + +patDef1 : Vowel => Pattern = + table { + u => fcu ; + a => fca ; + i => fci + } ; + +patDef2 : Vowel => Pattern = + table { + a => fca ; + _ => fcu + } ; + +v2sound : Root3 -> Verb = \qsm -> + let { + qassam = mkStrong faccal qsm ; + qussim = mkStrong fuccil qsm ; + qassim = mkStrong faccil qsm ; + uqassim = "ُ" + qassim ; + uqassam = "ُ" + qassam ; + muqassam = "مُ" + qassam + } in + verb qassam qussim uqassim uqassam qassim muqassam; + +v2defective : Root3 -> Verb = \gny -> + let { + ganna = mkDefective facca gny ; + gannay = mkStrong faccalo gny ; + gunni = mkDefective fucci gny ; + gunnu = mkDefective fuccu gny ; + gunniy = mkStrong fuccilo gny ; + ganni = mkDefective facci gny; + uganni = "ُ" + ganni; + gannu = mkDefective faccu gny; + ugannu = "ُ" + gannu; + uganna = "ُ" + ganna; + mugannaY = "مُ" + ganna + "ى" + } in verbDef ganna gannay gunni gunnu gunniy uganni ugannu uganna ganni gannu mugannaY i; + +v3sound : Root3 -> Verb = + \tbc -> + let { + tAbac = mkStrong fAcal tbc ; + twbic = mkStrong fUcil tbc ; + tAbic = mkStrong fAcil tbc ; + utAbic = "ُ" + tAbic ; + utAbac = mkStrong ufAcal tbc ; + mutAbac = "م" + utAbac + } in verb tAbac twbic utAbic utAbac tAbic mutAbac; + +v4sound : Root3 -> Verb = + \qnc -> + let { + eaqnac = mkStrong eafcal qnc; + euqnic = mkStrong eufcil qnc; + uqnic = mkStrong ufcil qnc; + uqnac = mkStrong ufcal qnc; + eaqnic = mkStrong eafcil qnc; + muqnac = "م" + uqnac + } in + verb eaqnac euqnic uqnic uqnac eaqnic muqnac; + + +v4defective : Root3 -> Verb = \cTy -> + let { + cTa = mkDefective fca cTy; + cTu = mkDefective fcu cTy; + cTi = mkDefective fci cTy; + eacTa = "أَ" + cTa; + eacTay = mkStrong eafcal cTy ; + ucTi = "ُ" + cTi; + eucTi = "أُ" + cTi; + ucTu = "ُ" + cTu; + eucTu = "أُ" + cTu; + eucTiy = mkStrong eufcil cTy ; + ucTa = "ُ" + cTa; + eacTi = "أَ" + cTi; + eacTu = "أَ" + cTu; + mucTaY = "م" + ucTa +"ى" + } in verbDef eacTa eacTay eucTi eucTu eucTiy ucTi ucTu ucTa eacTi eacTu mucTaY i; + +v5sound : Root3 -> Verb = + \nfs -> + let { + tanaffas = mkStrong tafaccal nfs ; + tunuffis = mkStrong tufuccil nfs ; + atanaffas = "َ" + tanaffas ; + utanaffas = "ُ" + tanaffas ; + mutanaffas = "م" + tanaffas + } in verb tanaffas tunuffis atanaffas utanaffas tanaffas mutanaffas; + +v6sound : Root3 -> Verb = + \fqm -> + let { + tafAqam = mkStrong tafAcal fqm ; + tufUqim = mkStrong tufUcil fqm ; + atafAqam = "َ" + tafAqam ; + utafAqam = "ُ" + tafAqam ; + mutafAqam = "م" + utafAqam + } in verb tafAqam tufUqim atafAqam utafAqam tafAqam mutafAqam; + +v8sound : Root3 -> Verb = + \rbT -> + let { + rtabiT = mkStrong ftacil rbT ; + rtabaT = mkStrong ftacal rbT ; + eirtabaT = "إِ" + rtabaT ; + eurtubiT = mkStrong euftucil rbT ; + artabiT = "َ" + rtabiT ; + urtabaT = "ُ" + rtabaT ; + eirtabiT = "إِ" + rtabiT ; + murtabaT = "م" + urtabaT + } in verb eirtabaT eurtubiT artabiT urtabaT eirtabiT murtabaT; + +patV1Perf : Vowel => Pattern = + table { + a => facal ; --katab + u => facul ; --Hasun + i => facil --rabiH + } ; + +patV1Impf : Vowel => Pattern = + table { + u => fcul ; --ktub + a => fcal ; --rbaH + i => fcil --Hsin + } ; + +endVowel : Mood => Str = + table { + Cnj => "َ" ; + Jus => "ْ" ; + Ind => "" + } ; + +prefixImp : Vowel => Str = + table { + u => "أُ" ; + _ => "إِ" + } ; + +patHollowPerf : (_,_,_,_ :Str) -> Voice => PerGenNum => Str = \xAf,xif,xyf,xuf -> + table { + Act => + table { + Per3 Fem Pl => xif ; + Per3 _ _ => xAf ; + _ => xif + } ; + Pas => + table { + Per3 Fem Pl => xuf ; + Per3 _ _ => xyf ; + _ => xuf + } + } ; + +--this is the pattern of imperfect hollow (ind & conj) and geminate verbs (all) +patHollowImpf : (_,_,_,_ :Str) -> Voice => PerGenNum => Str = \axAf,axaf,uxAf,uxaf -> + table { + Act => + table { + Per3 Fem Pl => axaf ; + Per2 Fem Pl => axaf ; + _ => axAf + } ; + Pas => + table { + Per3 Fem Pl => uxaf ; + Per2 Fem Pl => uxaf ; + _ => uxAf + } + } ; + +patHollowJus : (_,_,_,_ : Str) -> Voice => PerGenNum => Str =\axaf,axAf,uxaf,uxAf-> + table { + Act => + table { + Per3 g Sg => axaf ; + Per3 Fem Pl => axaf; + Per2 Fem Pl => axaf; + Per2 Masc Sg => axaf; + Per1 _ => axaf; + _ => axAf + } ; + Pas => + table { + Per3 g Sg => uxaf ; + Per3 Fem Pl => uxaf; + Per2 Fem Pl => uxaf; + Per2 Masc Sg => uxaf; + Per1 _ => uxaf; + _ => uxAf + } + } ; + + + +patHollowImp : (_,_ :Str) -> Gender => Number => Str =\xaf,xAf -> + table { + Masc => table { Sg => xaf ; _ => xAf} ; + Fem => table { Pl => xaf ; _ => xAf} + } ; + +--Nominal Morphology + +--takes the adjective lemma and gives the Posit table + positAdj : Str -> Gender => NTable = + \kabIr -> + let kabIra = kabIr + "َة" in + table { + Masc => sndm kabIr; + Fem => sndf kabIra + }; + + clr : Str -> Str -> Str -> AForm => Str = + \aHmar,HamrA',Humr -> + table { + APosit Masc n d c => case n of { + Sg => indeclN aHmar ! d ! c ; + Dl => dual aHmar ! d ! c ; + Pl => sing Humr ! d ! c + }; + APosit Fem n d c => case n of { + Sg => indeclN HamrA' ! d ! c; + Dl => dual ((tk 2 HamrA') + "و") ! d ! c; + Pl => sing Humr ! d ! c + }; + AComp d c => indeclN aHmar ! d ! c + }; + + -- indeclinable nominal word (mamnuu3 mina S-Sarf) + indeclN : Str -> State => Case => Str = + \aHmar -> \\s,c => Al!s + aHmar + indecl!c; + + -- takes 2 words, singular and broken plural, and gives the + -- complete noun inflection table + reg : Str -> Str -> NTable = + \kitAb,kutub -> + table { + Sg => sing kitAb ; + Dl => dual kitAb ; + Pl => sing kutub + }; + + --takes the sound noun in singular and gives the + --complete noun inflection table of sound feminine plural + sndf : Str -> NTable = + \lawHa -> + table { + Sg => sing lawHa ; + Dl => dual lawHa ; + Pl => plurF lawHa + }; + + --takes the sound noun in singular and gives the + --complete inflection table of sound masculine plural nominals + sndm : Str -> NTable = + \muzAric -> + table { + Sg => sing muzAric ; + Dl => dual muzAric ; + Pl => plurM muzAric + }; + + -- takes a singular or broken plural word and tests the ending to + -- determine the declension and gives the corresponding inf table + sing : Str -> State => Case => Str = + \word -> + case word of { +---- the first case gives compiler error in gf3, AR 27/6/2008 +---- lemma + "ِي" => \\s,c => Al ! s + lemma + dec2sg ! s ! c ; + _ + ("ا"|"ى") => \\s,c => Al ! s + word + dec3sg ! s ! c ; + _ => \\s,c => Al ! s + word + dec1sg ! s ! c + }; + + -- takes a singular word and tests the ending to + -- determine the declension and gives the corresponding dual inf table + dual : Str -> State => Case => Str = + \caSaA -> + case caSaA of { + lemma + ("ا"|"ى") => \\s,c => Al ! s + lemma + "ي" + dl ! s ! c ; + _ => \\s,c => Al ! s + caSaA + dl ! s ! c + }; + + -- takes a singular word and gives the corresponding sound + --plural feminine table + plurF : Str -> State => Case => Str = + \kalima -> + \\s,c => Al ! s + (mkAt kalima) + f_pl ! s ! c ; + + -- takes a singular word and gives the corresponding sound + --plural masculine table. FIXME: consider declension 3 + plurM : Str -> State => Case => Str = + \mucallim -> + \\s,c => Al ! s + mucallim + m_pl ! s ! c ; + + + -- to add the Al prefix for Definite words + Al : State => Str = + table { + Def => "ال"; + _ => "" + }; + + --declection 1 (strong ending) of the singular or broken plural words + dec1sg : State => Case => Str = + table { + Indef => + table { + Nom => "ٌ"; + Acc => "ً"; + Gen => "ٍ" + }; + _ => + table { --think of ?axU, ?axA, (the five nouns) + Nom => "ُ"; + Acc => "َ"; + Gen => "ِ" + } + }; + + --indeclinables (mamnuu3 mina S-Sarf) + indecl : Case => Str = + table { + Nom => "ُ"; + _ => "َ" + }; + + + --declection 2 (ends in yaa') + dec2sg : State => Case => Str = + table { + Indef => + table { + Acc => "ِياً"; + _ => "ٍ" + }; + _ => + table { + Acc => "ِيَ"; + _ => "ِي" + } + }; + + --declention 3 (ending in alif) + dec3sg : State => Case => Str = + table { + Indef => + table { + _ => "ً" + }; + _ => + table { + _ => "" + } + }; + + + --dual suffixes + dl : State => Case => Str = + table { + Const => + table { + Nom => "َا"; + _ => "َي" + }; + _ => + table { + Nom => "َانِ"; + _ => "َينِ" + } + }; + + --sound mascualine plural suffixes + m_pl : State => Case => Str = + table { + Const => + table { + Nom => "ُو"; + _ => "ِي" + }; + _ => + table { + Nom => "ُونَ"; + _ => "ِينَ" + } + }; + + --sound feminine plural suffixes + f_pl : State => Case => Str = + table { + Indef => + table { + Nom => "ٌ"; + _ => "ٍ" + }; + _ => + table { + Nom => "ُ"; + _ => "ِ" + } + }; + + + mkAt : Str -> Str = \bayDo -> + case bayDo of { + bayD + "ة" => bayD + "ات"; + bayD + "اء" => bayD + "اوات"; + bayD + "ى" => bayD + "يَات"; + _ => bayDo + "ات" + }; + + + oper + + sizeToNumber : Size -> Number = \s -> + case s of { + ThreeTen | None => Pl; + Two => Dl; + _ => Sg + } ; + + numberToSize : Number -> Size = \n -> + case n of { + Pl => ThreeTen; + Dl => Two ; + Sg => One -- or Hundreds or NonTeen + } ; + + detGender : Gender -> Size -> Gender = + \g,s -> + case s of { + ThreeTen | Teen => genPolarity ! g; + _ => g + }; + + nounState : State -> Number -> State = + \s,n -> + case of { + => Def; --kullu l-kutubi, bacDu l-kutubi + => Indef; --kullu kitaabin + => Indef; --kitaabun + _ => Def --Lkitaabu + }; + + + --FIXME needs testing + nounCase : Case -> Size -> State -> Case = + \c,size,s -> + case of { + => Acc; + => Acc; + => Gen; + => Gen; + <_,Const> => Gen; + _ => c + }; + + definite : State => State = + table { + Indef => Indef; + _ => Def + }; + + --things like mi{aö and vlAva and >alf should be treated as Const + --before the counted noun, so (vlAvaöN kutubK) is wrong + toDef : State -> Size -> State = + \s,n -> + case of { + => Const; + => Const; + _ => s + }; + + -- in a NP, sometimes the common noun preceedes the determiner + -- e.g. some determiners act as adjectives modifying the noun they count + -- "the three children, two children" + -- e.g. possesive pronouns: his book (kitaabuhu" + cnB4det : Bool -> Bool -> Size -> State -> Bool = \isPron,isNum,s,d -> + case of { + => True; + <_,False,_,_> => False; --non-numerals + <_,True,_,Def> => True; --definite numbers act as adjectives + <_,True,Two,_> => True; --numerals one and two always adjectives + <_,True,One,_> => True; --numerals one and two always adjectives + _ => False + }; + + agrP3 : Species -> Gender -> Number -> PerGenNum= \h,g,n -> + case of { + => Per3 Fem Sg; + _ => Per3 g n + }; + + pgn2gn : PerGenNum -> {g : Gender; n : Number} = \pgn -> + case pgn of { + Per3 gn nm => {g = gn; n = nm}; + Per2 gn nm => {g = gn; n = nm}; + _ => {g = Masc; n = Sg} --randomly + }; + + + mkIP : Str -> Number -> {s : Str ; n : Number} = + \s,n -> {s = s ; n = n} ; + + mkOrd : (_,_ : Str) -> {s : Gender => State => Case => Str ; n : Size } = + \aysar,yusra -> + { s = \\g,s,c => + case g of { + Masc => (sing aysar) ! s ! c; + Fem => (sing yusra) ! s ! c + }; + n = None + }; + + + oper + + Det : Type = { + s : Species => Gender => Case => Str ; + d : State; + n : Size; + isNum : Bool; + -- for genitive pronouns (suffixes). if true, then "cn ++ det" + --should be used instead of "det ++ cn" when constructing the NP + isPron : Bool + } ; + + Predet : Type = { + s : Case => Str; + isDecl : Bool + }; + + Agr = { pgn : PerGenNum; isPron : Bool} ; + AAgr = { g : Gender ; n : Number} ; + + Comp : Type = { + s : AAgr => Case => Str + } ; + + Obj : Type = { + s : Str ; + a : Agr + }; + + NP : Type = { + s : Case => Str ; + a : Agr + } ; + + param VPForm = + VPPerf + | VPImpf Mood + | VPImp ; + + oper + + VP : Type = { + s : PerGenNum => VPForm => Str; + obj : Obj; + pred : Comp; + isPred : Bool; --indicates if there is a predicate (xabar) + s2 : Str + }; + + predV : Verb -> VP = \v -> + { s = \\pgn,vf => + let gn = pgn2gn pgn in + case vf of { + VPPerf => v.s ! (VPerf Act pgn); + VPImpf m => v.s ! (VImpf m Act pgn); + VPImp => v.s ! (VImp Masc Sg)--gn.g gn.n) + }; + obj = { + s = [] ; + a = {pgn = Per3 Masc Sg ; isPron = False} + }; --or anything! + s2 = []; + pred = { s = \\_,_ => []}; + isPred = False + }; + + + -- in verbal sentences, the verb agrees with the subject + -- in Gender but not in number + verbalAgr : PerGenNum -> PerGenNum = \pgn -> + case pgn of { + Per3 g _ => Per3 g Sg; + _ => pgn + }; + + insertObj : NP -> VP -> VP = \np,vp -> + { s = vp.s; + obj = {s = np.s ! Acc ; a = np.a}; + s2 = vp.s2; + pred = vp.pred; + isPred = vp.isPred + }; + + insertPred : {s : AAgr => Case => Str} -> VP -> VP = \p,vp -> + { s = vp.s; + obj = vp.obj; + s2 = vp.s2; + pred = p; + isPred = True + }; + + insertStr : Str -> VP -> VP = \str,vp -> + { s = vp.s; + obj = vp.obj; + s2 = str; + pred = vp.pred; + isPred = vp.isPred + }; + + kaan : {s : AAgr => Case => Str} -> VP = \xabar -> + insertPred xabar (predV (v1hollow {f = "ك"; c = "و" ; l = "ن"} u) ); + + param + + Size = One | Two | ThreeTen | Teen | NonTeen | Hundreds | None ; + DForm = unit | ten ; + CardOrd = NCard | NOrd ; + + oper + --digits 1, 3 - 10: take the lemmas of the card ords & in masculine + --form and calculates the whole table + + regNum : Str -> Str -> + {s : DForm => CardOrd => Gender => State => Case => Str} = + \xams,xAmis -> + let { xamsa = xams + "َة"; + xAmisa = xAmis + "َة"} in + mkNum xamsa xAmis xAmisa; + + mkNum : Str -> Str -> Str -> + {s : DForm => CardOrd => Gender => State => Case => Str} = + \wAhid,awwal,Ula -> + let { wAhida = wAhid + "َة"} in + { s= table { + unit => table { + NCard => table { + Masc => \\s,c => (sing wAhid) ! s ! c ; + --all fem are first declension: + Fem => \\s,c => Al ! s + wAhida + dec1sg ! s ! c + }; + NOrd => table { + Masc => \\s,c => Al ! s + awwal + dec1sg ! s ! c; + Fem => \\s,c => (sing Ula) ! s ! c + } + }; + ten => table { + NCard => \\_,s,c => Al ! s + wAhid + m_pl ! Indef ! c; + NOrd => \\_,s,c => Al ! s + awwal + m_pl ! Indef ! c + } + } + }; + + num3_10 : Str -> Str -> { s : DForm => CardOrd => Gender + => State => Case => Str ; n : Size } = + \xams,xAmis -> + regNum xams xAmis ** { n = ThreeTen }; + + num2 : { s : DForm => CardOrd => Gender => State => Case => Str} = + { s = table { + unit => table { + NCard => table { + Masc => \\s,c => Al ! s + "ٱِثن" + dl ! s ! c ; + Fem => \\s,c => Al ! s + "ٱِثنَت" + dl ! s ! c + }; + NOrd => table { + Masc => \\s,c => Al ! s + "ثان" + dec2sg ! s ! c ; + Fem => \\s,c => Al ! s + "ثانِيَة" + dec1sg ! s ! c + } + }; + ten => \\_,_,s,c => Al ! s + "عِشر" + m_pl ! Indef ! c + } + }; + + num100 : State => Case => Str = + \\s,c => Al ! s + "مِٱَة" + dec1sg ! s ! c; + + num200 : State => Case => Str = + \\s,c => Al ! s + "مِٱَة" + dl ! s ! c ; + + num1000 : State => Case => Str = + \\s,c => Al ! s + "أَلف" + dec1sg ! s ! c; + + num2000 : State => Case => Str = + \\s,c => Al ! s + "أَلف" + dl ! s ! c ; + + teen : Gender => Str = + table { + Masc => "عَشَرَ"; + Fem => "عَشرَةَ" + }; + + genPolarity : Gender => Gender = + table { + Masc => Fem; + Fem => Masc + }; + + +} diff --git a/deprecated/old-lib/resource/arabic/SentenceAra.gf b/deprecated/old-lib/resource/arabic/SentenceAra.gf new file mode 100644 index 000000000..33becd26b --- /dev/null +++ b/deprecated/old-lib/resource/arabic/SentenceAra.gf @@ -0,0 +1,134 @@ +--# -path=.:abstract:common:prelude + +concrete SentenceAra of Sentence = CatAra ** open + ResAra, + Prelude, + ResAra, + ParamX, + CommonX in { + + + flags optimize=all_subs ; + + lin +{- + PredVP np vp = + { s = \\t,p,o => + case o of { + Verbal => + case vp.comp.a.isPron of { + False => vp.s ! t ! p ! Verbal ! np.a ++ np.s ! Nom ++ vp.comp.s ! Acc ; + True => vp.s ! t ! p ! Verbal ! np.a ++ vp.comp.s ! Acc ++ np.s ! Nom + }; + Nominal => + np.s ! Nom ++ vp.s ! t ! p ! Nominal ! np.a ++ vp.comp.s ! Acc + } + }; +-} + PredVP np vp = + { s =\\t,p,o => + let { + pgn = + case of { + => verbalAgr np.a.pgn; + _ => np.a.pgn + }; + gn = pgn2gn pgn; + kataba = vp.s ! pgn ! VPPerf ; + yaktubu = vp.s ! pgn ! VPImpf Ind ; + yaktuba = vp.s ! pgn ! VPImpf Cnj ; + yaktub = vp.s ! pgn ! VPImpf Jus ; + vStr : ResAra.Tense -> Polarity -> Str = + \tn,pl -> case of { + => yaktubu ; + => "لَا" ++ yaktubu ; + => "" ; --no verb "to be" in present + => "لَيسَ" ;--same here, just add negation particle + <_, ResAra.Past, Pos> => kataba ; + <_, ResAra.Past, Neg> => "لَمْ" ++ yaktub ; + <_, ResAra.Fut, Pos> => "سَ" ++ yaktubu ; + <_, ResAra.Fut, Neg> => "لَنْ" ++ yaktuba + }; + pred : ResAra.Tense -> Polarity -> Str = + \tn,pl -> case of { + => vp.pred.s ! gn ! Nom; --xabar marfooc + _ => vp.pred.s ! gn ! Acc --xabar kaana wa laysa manSoob + }; + } in + case o of { + Verbal => + case of { +----AR case of { + -- ya2kuluhu + => (vStr t p) ++ vp.obj.s ++ vp.s2 ++ (pred t p); + -- ya2kuluhu al-waladu, yakuluhu al-2awlaadu + => (vStr t p) ++ np.s ! Nom ++ vp.obj.s ++ vp.s2 ++ (pred t p); + => (vStr t p) ++ vp.obj.s ++ np.s ! Nom ++ vp.s2 ++ (pred t p); + => (vStr t p) ++ vp.obj.s ++ vp.s2 ++ (pred t p) + }; + Nominal => + np.s ! Nom ++ (vStr t p) ++ vp.obj.s ++ vp.s2 ++ (pred t p) + } + }; + -- PredVP np vp = mkClause (np.s ! Nom) np.a vp ; + +-- PredSCVP sc vp = mkClause sc.s (agrP3 Sg) vp ; + + ImpVP vp = { + s = \\p,g,n => + case p of { + Pos => vp.s ! (Per2 g n) ! VPImp ++ vp.obj.s ++ vp.s2 ; + Neg => "لا" ++ vp.s ! (Per2 g n) ! (VPImpf Jus) ++ vp.obj.s ++ vp.s2 + } + }; + +-- +-- SlashV2 np v2 = +-- mkClause (np.s ! Nom) np.a (predV v2) ** {c2 = v2.c2} ; +-- +-- SlashVVV2 np vv v2 = +-- mkClause (np.s ! Nom) np.a +-- (insertObj (\\a => infVP vv.isAux (predV v2) a) (predVV vv)) ** +-- {c2 = v2.c2} ; +-- +-- AdvSlash slash adv = { +-- s = \\t,a,b,o => slash.s ! t ! a ! b ! o ++ adv.s ; +-- c2 = slash.c2 +-- } ; +-- +-- SlashPrep cl prep = cl ** {c2 = prep.s} ; +-- +-- EmbedS s = {s = conjThat ++ s.s} ; +-- EmbedQS qs = {s = qs.s ! QIndir} ; +-- EmbedVP vp = {s = infVP False vp (agrP3 Sg)} ; --- agr +-- + + --FIXME, all tenses + UseCl t a p cl = + {s = cl.s ! ResAra.Pres ! p.p ! Verbal +{- case t of { + TPres => cl.s ! ResAra.Pres ! p.p ! Verbal ; + TCond => cl.s ! ResAra.Pres ! p.p ! Verbal ; + TPast => cl.s ! ResAra.Past ! p.p ! Verbal ; + TFut => cl.s ! ResAra.Fut ! p.p ! Verbal + } +-} }; + + --FIXME, all tenses + UseQCl t a p qcl = --{s = cl.s ! t ! p ! Verbal } ; + {s = + table { + QDir => "هَل" ++ qcl.s ! ResAra.Pres ! p.p ! QDir; + QIndir => qcl.s ! ResAra.Pres ! p.p ! QIndir + } +{- case t of { + TPres => "هَل" ++ qcl.s ! ResAra.Pres ! p.p ! q ; + TCond => "هَل" ++ qcl.s ! ResAra.Pres ! p.p ! q ; + TPast => "هَل" ++ qcl.s ! ResAra.Past ! p.p ! q ; + TFut => "هَل" ++ qcl.s ! ResAra.Fut ! p.p ! q + } +-} }; + +-- UseRCl t a p cl = {s = \\r => t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! p.p ! r} ; + +} diff --git a/deprecated/old-lib/resource/arabic/StructuralAra.gf b/deprecated/old-lib/resource/arabic/StructuralAra.gf new file mode 100644 index 000000000..58240c781 --- /dev/null +++ b/deprecated/old-lib/resource/arabic/StructuralAra.gf @@ -0,0 +1,110 @@ +concrete StructuralAra of Structural = CatAra ** + open MorphoAra, ResAra, ParadigmsAra, Prelude in { + + flags optimize=all ; coding=utf8 ; + + lin + above_Prep = ss "فَوْقَ" ; + after_Prep = ss "بَعْدَ" ; + all_Predet = mkPredet "كُلّ" True ; + almost_AdA = ss "تَقْرِيباً"; + almost_AdN = ss "حَوَالي" ; -- or "تَقرِيبا" +-- although_Subj = ss "َلتهُْغه" ; +-- always_AdV = ss "َلوَيس" ; + and_Conj = ss "وَ" ** {n = Pl} ; +-- because_Subj = ss "بعَُسي" ; + before_Prep = ss "قَبْلَ" ; + behind_Prep = ss "خَلْفَ" ; + between_Prep = ss "بَيْنَ" ; +-- both7and_DConj = sd2 "بْته" "َند" ** {n = Pl} ; +-- but_PConj = ss "بُت" ; + by8agent_Prep = ss "بِ" ; + by8means_Prep = ss "بِ" ; +-- can8know_VV, can_VV = { +-- s = table VVForm [["بي َبلي تْ"] ; "عَن" ; "عُْلد" ; +-- ["بّن َبلي تْ"] ; ["بِنغ َبلي تْ"] ; "عَنءت" ; "عُْلدنءت"] ; +-- isAux = True +-- } ; + during_Prep = ss "خِلَالَ" ; +-- either7or_DConj = sd2 "ِتهر" "ْر" ** {n = Sg} ; + everybody_NP = regNP "الجَمِيع" Pl ; + every_Det = mkDet "كُلّ" Sg Const ; + everything_NP = regNP "كُلّ" Sg ; +-- everywhere_Adv = ss "ثريوهري" ; + few_Det = mkDet "بَعض" Pl Const ; +-- first_Ord = ss "فِرست" ; + from_Prep = ss "مِنَ" ; + he_Pron = mkPron "هُوَ" "هُ" "هُ" (Per3 Masc Sg) ; + here_Adv = ss "هُنا" ; +-- here7to_Adv = ss ["تْ هري"] ; +-- here7from_Adv = ss ["فرْم هري"] ; + how_IAdv = ss "كَيفَ" ; +-- how8many_IDet = mkDeterminer Pl ["هْو مَني"] ; +-- if_Subj = ss "ِف" ; + in8front_Prep = ss "مُقَابِلَ" ; + i_Pron = mkPron "أَنَا" "نِي" "ِي" (Per1 Sing); + in_Prep = ss "فِي" ; +-- it_Pron = mkPron "ِت" "ِت" "ِتس" Sg P3 ; +-- less_CAdv = ss "لسّ" ; + many_Det = mkDet "جَمِيع" Pl Const ; +-- more_CAdv = ss "مْري" ; + most_Predet = mkPredet "أَكثَر" True ; + much_Det = mkDet "الكَثِير مِنَ" Pl Const ; +-- must_VV = { +-- s = table VVForm [["بي هَثي تْ"] ; "مُست" ; ["هَد تْ"] ; +-- ["هَد تْ"] ; ["هَثِنغ تْ"] ; "مُستنءت" ; ["هَدنءت تْ"]] ; ---- +-- isAux = True +-- } ; + no_Utt = {s = \\_ => "لا"} ; + on_Prep = ss "عَلى" ; +--- DEPREC one_Quant = mkQuantNum "واحِد" Sg Indef ; + only_Predet = mkPredet "فَقَط" False; +-- or_Conj = ss "ْر" ** {n = Sg} ; +-- otherwise_PConj = ss "ْتهروِسي" ; + part_Prep = ss "مِنَ" ; +-- please_Voc = ss "ةلَسي" ; + possess_Prep = ss "ل" ; +-- quite_Adv = ss "قُِتي" ; + she_Pron = mkPron "هِيَ" "ها" "ها" (Per3 Fem Sg) ; +-- so_AdA = ss "سْ" ; + somebody_NP = regNP "أَحَد" Sg ; + someSg_Det = mkDet "أَحَد" Pl Const ; + somePl_Det = mkDet "بَعض" Pl Const ; + something_NP = regNP "شَيْء" Sg ; +-- somewhere_Adv = ss "سْموهري" ; + that_Quant = mkQuant3 "ذَلِكَ" "تِلكَ" "أُلٱِكَ" Def; +----b that_NP = indeclNP "ذَلِكَ" Sg ; + there_Adv = ss "هُناك" ; +-- there7to_Adv = ss "تهري" ; +-- there7from_Adv = ss ["فرْم تهري"] ; +-- therefore_PConj = ss "تهرفْري" ; +----b these_NP = indeclNP "هَؤُلَاء" Pl ; + they_Pron = mkPron "هُمْ" "هُمْ" "هُمْ" (Per3 Masc Pl) ; + this_Quant = mkQuant7 "هَذا" "هَذِهِ" "هَذَان" "هَذَيْن" "هَاتَان" "هَاتَيْن" "هَؤُلَاء" Def; +----b this_NP = indeclNP "هَذا" Sg ; +----b those_NP = indeclNP "هَؤُلَاءكَ" Pl ; + through_Prep = ss "عَبْرَ" ; +-- too_AdA = ss "تّْ" ; + to_Prep = ss "إِلى" ; + under_Prep = ss "تَحْتَ" ; +-- very_AdA = ss "ثري" ; +-- want_VV = P.mkVV (P.regV "وَنت") ; + we_Pron = mkPron "نَحنُ" "نا" "نا" (Per1 Plur) ; + whatPl_IP = mkIP "ماذا" Pl ; + whatSg_IP = mkIP "ماذا" Sg ; + when_IAdv = ss "مَتَى" ; +-- when_Subj = ss "وهن" ; + where_IAdv = ss "أَينَ" ; +-- whichPl_IDet = mkDeterminer Pl ["وهِعه"] ; +-- whichSg_IDet = mkDeterminer Sg ["وهِعه"] ; + whoSg_IP = mkIP "مَنْ" Sg ; + whoPl_IP = mkIP "مَنْ" Pl ; +-- why_IAdv = ss "وهي" ; + without_Prep = ss "بِدُونِ" ; + with_Prep = ss "مَع" ; + yes_Utt = {s = \\_ => "نَعَم"} ; + youSg_Pron = mkPron "أَنتَ" "كَ" "كَ" (Per2 Masc Sg) ; + youPl_Pron = mkPron "أَنتُمْ" "كُمْ" "كُمْ" (Per2 Masc Sg) ; + youPol_Pron = mkPron "أَنتِ" "كِ" "كِ" (Per2 Fem Sg) ; + +} diff --git a/deprecated/old-lib/resource/arabic/VerbAra.gf b/deprecated/old-lib/resource/arabic/VerbAra.gf new file mode 100644 index 000000000..95e386d35 --- /dev/null +++ b/deprecated/old-lib/resource/arabic/VerbAra.gf @@ -0,0 +1,44 @@ +concrete VerbAra of Verb = CatAra ** open Prelude, ResAra in { + + flags optimize=all_subs ; + + lin + UseV = predV ; + + SlashV2a v = predV v ** {c2 = v.c2}; + + ComplSlash vp np = insertObj np vp ; + +-- ComplV3 v np np2 = insertObj np2 (insertObj np (predV v)) ; + +{-{s = \\_ => v.c2 ++ np.s ! Acc ++ v.c3 ++ np2.s ! Acc ; + a = {pgn = Per3 Masc Sg ; isPron = False} } --FIXME + (predV v) ;-} +-- +-- ComplVV v vp = insertObj (\\a => infVP v.isAux vp a) (predVV v) ; +-- +-- ComplVS v s = insertObj (\\_ => conjThat ++ s.s) (predV v) ; +-- ComplVQ v q = insertObj (\\_ => q.s ! QIndir) (predV v) ; +-- +-- ComplVA v ap = insertObj (ap.s) (predV v) ; +-- ComplV2A v np ap = +-- insertObj (\\_ => v.c2 ++ np.s ! Acc ++ ap.s ! np.a) (predV v) ; +-- + UseComp xabar = kaan xabar ; + + AdvVP vp adv = insertStr adv.s vp ; + +-- AdVVP adv vp = insertAdV adv.s vp ; +-- +-- ReflV2 v = insertObj (\\a => v.c2 ++ reflPron ! a) (predV v) ; +-- +-- PassV2 v = insertObj (\\_ => v.s ! VPPart) (predAux auxBe) ; +-- + -- UseVS, UseVQ = \vv -> {s = vv.s ; c2 = [] ; isRefl = vv.isRefl} ; -- no "تْ" +-- + CompAP ap = {s = \\agr,c => ap.s ! Hum ! agr.g ! agr.n ! Indef ! c} ; --FIXME + CompNP np = {s = \\_,c => np.s ! c}; +-- CompAdv a = {s = \\_ => a.s} ; +-- +-- +} diff --git a/deprecated/old-lib/resource/bulgarian/AdjectiveBul.gf b/deprecated/old-lib/resource/bulgarian/AdjectiveBul.gf new file mode 100644 index 000000000..dfdf19763 --- /dev/null +++ b/deprecated/old-lib/resource/bulgarian/AdjectiveBul.gf @@ -0,0 +1,44 @@ +concrete AdjectiveBul of Adjective = CatBul ** open ResBul, Prelude in { + flags coding=cp1251 ; + + lin + PositA a = { + s = \\aform => a.s ! aform ; + adv = a.adv ; + isPre = True + } ; + + ComparA a np = { + s = \\aform => "" ++ "-" ++ a.s ! aform ++ "" ++ np.s ! RObj Acc ; + adv = "" ++ "-" ++ a.adv ++ "" ++ np.s ! RObj Acc ; + isPre = True + } ; + +-- $SuperlA$ belongs to determiner syntax in $Noun$. + + ComplA2 a np = { + s = \\aform => a.s ! aform ++ a.c2 ++ np.s ! RObj Acc ; + adv = a.adv ++ a.c2 ++ np.s ! RObj Acc ; + isPre = True + } ; + + ReflA2 a = { + s = \\aform => a.s ! aform ++ a.c2 ++ [" "] ; + adv = a.adv ++ a.c2 ++ [" "] ; + isPre = False + } ; + + SentAP ap sc = { + s = \\a => ap.s ! a ++ sc.s ; + adv = ap.adv ++ sc.s ; + isPre = False + } ; + + AdAP ada ap = { + s = \\a => ada.s ++ ap.s ! a ; + adv = ada.s ++ ap.adv ; + isPre = ap.isPre + } ; + + UseA2 a = a ; +} diff --git a/deprecated/old-lib/resource/bulgarian/AdverbBul.gf b/deprecated/old-lib/resource/bulgarian/AdverbBul.gf new file mode 100644 index 000000000..f886575aa --- /dev/null +++ b/deprecated/old-lib/resource/bulgarian/AdverbBul.gf @@ -0,0 +1,20 @@ +concrete AdverbBul of Adverb = CatBul ** open ResBul, Prelude in { + flags coding=cp1251 ; + + lin + PositAdvAdj a = {s = a.adv} ; + ComparAdvAdj cadv a np = { + s = cadv.s ++ "" ++ "-" ++ a.s ! ASg Neut Indef ++ "" ++ np.s ! RObj Acc + } ; + ComparAdvAdjS cadv a s = { + s = cadv.s ++ "" ++ "-" ++ a.s ! ASg Neut Indef ++ "" ++ "" ++ s.s + } ; + + PrepNP prep np = {s = prep.s ++ np.s ! RObj prep.c} ; + + AdAdv = cc2 ; + + SubjS = cc2 ; + + AdnCAdv cadv = {s = cadv.sn ++ ""} ; +} diff --git a/deprecated/old-lib/resource/bulgarian/AllBul.gf b/deprecated/old-lib/resource/bulgarian/AllBul.gf new file mode 100644 index 000000000..80ad02165 --- /dev/null +++ b/deprecated/old-lib/resource/bulgarian/AllBul.gf @@ -0,0 +1,8 @@ +--# -path=.:../abstract:../common:prelude + +concrete AllBul of AllBulAbs = + LangBul, + ExtraBul + ** { + flags coding=cp1251 ; +} ; diff --git a/deprecated/old-lib/resource/bulgarian/AllBulAbs.gf b/deprecated/old-lib/resource/bulgarian/AllBulAbs.gf new file mode 100644 index 000000000..34156982b --- /dev/null +++ b/deprecated/old-lib/resource/bulgarian/AllBulAbs.gf @@ -0,0 +1,8 @@ +--# -path=.:../abstract:../common:prelude + +abstract AllBulAbs = + Lang, + ExtraBulAbs + ** { + flags coding=cp1251 ; +} ; diff --git a/deprecated/old-lib/resource/bulgarian/CatBul.gf b/deprecated/old-lib/resource/bulgarian/CatBul.gf new file mode 100644 index 000000000..e9202f095 --- /dev/null +++ b/deprecated/old-lib/resource/bulgarian/CatBul.gf @@ -0,0 +1,126 @@ +concrete CatBul of Cat = open ResBul, Prelude, (R = ParamX) in { + flags coding=cp1251 ; + + + flags optimize=all_subs ; + + + lincat + +-- Text, Phrase, Utterance + + Text = {s : Str} ; + Phr = {s : Str} ; + Utt = {s : Str} ; + Voc = {s : Str} ; + PConj = {s : Str} ; + +-- Tense, Anteriority, Polarity + + Tense = {s : Str ; t : R.Tense} ; + Ant = {s : Str ; a : R.Anteriority} ; + Pol = {s : Str ; p : R.Polarity} ; + +-- Tensed/Untensed + + S = {s : Str} ; + QS = {s : QForm => Str} ; + RS = {s : Agr => Str} ; + SC = {s : Str} ; + SSlash = {s : Agr => Str ; c2 : Preposition} ; + +-- Sentence + + Cl = {s : ResBul.Tense => Anteriority => Polarity => Order => Str} ; + ClSlash = { + s : Agr => ResBul.Tense => Anteriority => Polarity => Order => Str ; + c2 : Preposition + } ; + Imp = {s : Polarity => GenNum => Str} ; + +-- Question + + QCl = {s : ResBul.Tense => Anteriority => Polarity => QForm => Str} ; + IP = {s : Role => QForm => Str; gn : GenNum} ; + IComp = {s : QForm => Str} ; + IDet = {s : DGender => QForm => Str; n : Number ; nonEmpty : Bool} ; + IQuant = {s : GenNum => QForm => Str} ; + +-- Relative + + RCl = {s : ResBul.Tense => Anteriority => Polarity => Agr => Str} ; + RP = {s : GenNum => Str} ; + +-- Verb + + VP = ResBul.VP ; + VPSlash = ResBul.VPSlash ; + + Comp = {s : Agr => Str} ; + AdV = {s : Str} ; --lock_AdV : {}} ; + +-- Adjective + + AP = {s : AForm => Str; adv : Str; isPre : Bool} ; + +-- Adjective + + Adv = {s : Str} ; + CAdv = {s : Str; sn : Str} ; + IAdv = {s : QForm => Str} ; + AdA = {s : Str} ; + +-- Noun + + CN = {s : NForm => Str; g : DGender} ; + NP = {s : Role => Str; a : Agr} ; + Pron = {s : Role => Str; gen : AForm => Str; a : Agr} ; + Det = {s : DGender => Role => Str ; n : Number; countable : Bool; spec : Species} ; + Predet = {s : GenNum => Str} ; + Ord = {s : AForm => Str} ; + Num = {s : DGenderSpecies => Str; n : Number; nonEmpty : Bool} ; + Card = {s : DGenderSpecies => Str; n : Number} ; + Quant = {s : AForm => Str} ; + Art = {s : Str; spec : Species} ; + +-- Numeral + + Numeral = {s : CardOrd => Str; n : Number} ; + Digits = {s : CardOrd => Str; n : Number; tail : DTail} ; + AdN = {s : Str} ; + +-- Structural + + Conj = {s : Str; distr : Bool; conj : Bool; n : Number} ; + Subj = {s : Str} ; + Prep = {s : Str; c : Case} ; + +-- Open lexical classes, e.g. Lexicon + + V, VS, VQ, VA = Verb ; + V2, V2A = Verb ** {c2 : Preposition} ; + V2V, V2S, V2Q = Verb ** {c2 : Preposition} ; --- AR + V3 = Verb ** {c2, c3 : Preposition} ; + VV = Verb ; + + A = {s : AForm => Str; adv : Str} ; + A2 = {s : AForm => Str; adv : Str; c2 : Str} ; + + N = {s : NForm => Str; g : DGender} ; + N2 = {s : NForm => Str; g : DGender} ** {c2 : Preposition} ; + N3 = {s : NForm => Str; g : DGender} ** {c2,c3 : Preposition} ; + PN = {s : Str; g : Gender} ; + + +-- Tense, Anteriority and Polarity functions + + lin + PPos = {s = []} ** {p = R.Pos} ; + PNeg = {s = []} ** {p = R.Neg} ; + TPres = {s = []} ** {t = R.Pres} ; + TPast = {s = []} ** {t = R.Past} ; --# notpresent + TFut = {s = []} ** {t = R.Fut} ; --# notpresent + TCond = {s = []} ** {t = R.Cond} ; --# notpresent + ASimul = {s = []} ** {a = R.Simul} ; + AAnter = {s = []} ** {a = R.Anter} ; --# notpresent +} diff --git a/deprecated/old-lib/resource/bulgarian/ConjunctionBul.gf b/deprecated/old-lib/resource/bulgarian/ConjunctionBul.gf new file mode 100644 index 000000000..23664cd1f --- /dev/null +++ b/deprecated/old-lib/resource/bulgarian/ConjunctionBul.gf @@ -0,0 +1,56 @@ +concrete ConjunctionBul of Conjunction = + CatBul ** open ResBul, Coordination, Prelude in { + flags coding=cp1251 ; + + + flags optimize=all_subs ; + + lin + ConjS conj ss = { + s = (linCoordSep [])!conj.distr!conj.conj++ss.s!conj.distr!conj.conj; + } ; + + ConjAdv conj ss = { + s = (linCoordSep [])!conj.distr!conj.conj++ss.s!conj.distr!conj.conj; + } ; + + ConjNP conj ss = { + s = \\role => (linCoordSep [])!conj.distr!conj.conj++ss.s!conj.distr!conj.conj!role; + a = {gn = conjGenNum (gennum DMasc conj.n) ss.a.gn; p = ss.a.p} + } ; + + ConjAP conj ss = { + s = \\aform => (linCoordSep [])!conj.distr!conj.conj++ss.s!conj.distr!conj.conj!aform; + adv = (linCoordSep [])!conj.distr!conj.conj++ss.adv!conj.distr!conj.conj; + isPre = ss.isPre + } ; + +-- These fun's are generated from the list cat's. + BaseS x y = {s = \\d,t=>x.s++linCoord!t++ y.s} ; + ConsS x xs = {s = \\d,t=>x.s++(linCoordSep comma)!d!t++xs.s!d!t} ; + + BaseAdv x y = {s = \\d,t=>x.s++linCoord!t++ y.s} ; + ConsAdv x xs = {s = \\d,t=>x.s++(linCoordSep comma)!d!t++xs.s!d!t} ; + + BaseNP x y = + {s = \\d,t,role=>x.s!role++linCoord!t++y.s!role; + a = conjAgr x.a y.a} ; + ConsNP x xs = + {s = \\d,t,role=>x.s!role++(linCoordSep comma)!d!t++xs.s!d!t!role; + a = conjAgr xs.a x.a} ; + + BaseAP x y = + {s = \\d,t,aform=>x.s!aform++linCoord!t++y.s!aform; + adv= \\d,t =>x.adv ++linCoord!t++y.adv; + isPre = andB x.isPre y.isPre} ; + ConsAP x xs = + {s = \\d,t,aform=>x.s!aform++(linCoordSep comma)!d!t++xs.s!d!t!aform; + adv= \\d,t =>x.adv ++(linCoordSep comma)!d!t++xs.adv!d!t; + isPre = andB x.isPre xs.isPre} ; + + lincat + [S] = {s : Bool => Bool => Str} ; + [Adv] = {s : Bool => Bool => Str} ; + [NP] = {s : Bool => Bool => Role => Str; a : Agr} ; + [AP] = {s : Bool => Bool => AForm => Str; adv : Bool => Bool => Str; isPre : Bool} ; +} diff --git a/deprecated/old-lib/resource/bulgarian/ExtraBul.gf b/deprecated/old-lib/resource/bulgarian/ExtraBul.gf new file mode 100644 index 000000000..1e15a19de --- /dev/null +++ b/deprecated/old-lib/resource/bulgarian/ExtraBul.gf @@ -0,0 +1,68 @@ +concrete ExtraBul of ExtraBulAbs = CatBul ** + open ResBul, Coordination, Prelude in { + flags coding=cp1251 ; + + + lin + PossIndefPron p = { + s = \\aform => p.gen ! (indefAForm ! aform) ; + spec = Indef + } ; + + ReflQuant = { + s = \\aform => reflPron ! aform ; + spec = Indef + } ; + + ReflIndefQuant = { + s = \\aform => reflPron ! (indefAForm ! aform) ; + spec = Indef + } ; + + i8fem_Pron = mkPron "" "" "" "" "" "" "" "" "" "" "" "" (GSg Fem) P1 ; + i8neut_Pron = mkPron "" "" "" "" "" "" "" "" "" "" "" "" (GSg Neut) P1 ; + + whatSg8fem_IP = mkIP "" "" (GSg Fem) ; + whatSg8neut_IP = mkIP "" "" (GSg Neut) ; + + whoSg8fem_IP = mkIP "" "" (GSg Fem) ; + whoSg8neut_IP = mkIP "" "" (GSg Neut) ; + + youSg8fem_Pron = mkPron "" "" "" "" "" "" "" "" "" "" "" "" (GSg Fem) P2 ; + youSg8neut_Pron = mkPron "" "" "" "" "" "" "" "" "" "" "" "" (GSg Neut) P2 ; + + youPol8fem_Pron = mkPron "" "" "" "" "" "" "" "" "" "" "" "" (GSg Fem) P2 ; + youPol8neut_Pron = mkPron "" "" "" "" "" "" "" "" "" "" "" "" (GSg Neut) P2 ; + + onePl_Num = {s = table { + DMascIndef | DMascPersonalIndef | DFemIndef | DNeutIndef => "" ; + DMascDef | DMascDefNom | DMascPersonalDef | DMascPersonalDefNom | DFemDef | DNeutDef => "" + } ; + n = Pl; + nonEmpty = True + } ; + + UttImpSg8fem pol imp = {s = pol.s ++ imp.s ! pol.p ! GSg Fem} ; + UttImpSg8neut pol imp = {s = pol.s ++ imp.s ! pol.p ! GSg Fem} ; + + oper + reflPron : AForm => Str = + table { + ASg Masc Indef => "" ; + ASg Masc Def => "" ; + ASgMascDefNom => "" ; + ASg Fem Indef => "" ; + ASg Fem Def => "" ; + ASg Neut Indef => "" ; + ASg Neut Def => "" ; + APl Indef => "" ; + APl Def => "" + } ; + + indefAForm : AForm => AForm = + table { + ASg g _ => ASg g Indef ; + ASgMascDefNom => ASg Masc Indef ; + APl _ => APl Indef + } ; +} diff --git a/deprecated/old-lib/resource/bulgarian/ExtraBulAbs.gf b/deprecated/old-lib/resource/bulgarian/ExtraBulAbs.gf new file mode 100644 index 000000000..fe57f33b1 --- /dev/null +++ b/deprecated/old-lib/resource/bulgarian/ExtraBulAbs.gf @@ -0,0 +1,33 @@ +abstract ExtraBulAbs = Extra ** { + flags coding=cp1251 ; + + +fun +-- Feminine variants of pronouns (those in $Structural$ are +-- masculine, which is the default when gender is unknown). + + PossIndefPron : Pron -> Quant ; + + ReflQuant : Quant ; + ReflIndefQuant : Quant ; + + i8fem_Pron : Pron ; + i8neut_Pron : Pron ; + + whatSg8fem_IP : IP ; + whatSg8neut_IP : IP ; + + whoSg8fem_IP : IP ; + whoSg8neut_IP : IP ; + + youSg8fem_Pron : Pron ; + youSg8neut_Pron : Pron ; + + youPol8fem_Pron : Pron ; + youPol8neut_Pron : Pron ; + + onePl_Num : Num ; + + UttImpSg8fem : Pol -> Imp -> Utt; + UttImpSg8neut : Pol -> Imp -> Utt; +} diff --git a/deprecated/old-lib/resource/bulgarian/GrammarBul.gf b/deprecated/old-lib/resource/bulgarian/GrammarBul.gf new file mode 100644 index 000000000..21e437b74 --- /dev/null +++ b/deprecated/old-lib/resource/bulgarian/GrammarBul.gf @@ -0,0 +1,23 @@ +--# -path=.:../abstract:../common:prelude + +concrete GrammarBul of Grammar = + NounBul, + VerbBul, + AdjectiveBul, + AdverbBul, + NumeralBul, + SentenceBul, + QuestionBul, + RelativeBul, + ConjunctionBul, + PhraseBul, + TextBul, + StructuralBul, + IdiomBul + ** { + flags coding=cp1251 ; + + +flags startcat = Phr ; unlexer = text ; lexer = text ; + +} ; diff --git a/deprecated/old-lib/resource/bulgarian/IdiomBul.gf b/deprecated/old-lib/resource/bulgarian/IdiomBul.gf new file mode 100644 index 000000000..cd22f7908 --- /dev/null +++ b/deprecated/old-lib/resource/bulgarian/IdiomBul.gf @@ -0,0 +1,65 @@ +concrete IdiomBul of Idiom = CatBul ** open Prelude, ParadigmsBul, ResBul in { + flags coding=cp1251 ; + + flags optimize=all_subs ; + + lin + ImpersCl vp = mkClause [] (agrP3 (GSg Neut)) vp ; + GenericCl vp = mkClause "" (agrP3 (GSg Neut)) vp ; + + CleftNP np rs = + mkClause (np.s ! RSubj) + {gn=GSg Neut; p=np.a.p} + (insertObj (\\_ => thisRP ! np.a.gn ++ rs.s ! np.a) (predV verbBe)) ; + + CleftAdv ad s = {s = \\t,a,p,o => case p of {Pos=>[]; Neg=>""} ++ ad.s ++ s.s } ; + + ExistNP np = + { s = \\t,a,p,o => + let verb = case p of { + Pos => mkV186 "" ; + Neg => mkV186 "" + } ; + + agr=agrP3 (GSg Neut); + + present = verb ! (VPres (numGenNum agr.gn) agr.p) ; + aorist = verb ! (VAorist (numGenNum agr.gn) agr.p) ; + perfect = verb ! (VPerfect (aform agr.gn Indef (RObj Acc))) ; + + auxPres = auxBe ! VPres (numGenNum agr.gn) agr.p ; + auxAorist = auxBe ! VAorist (numGenNum agr.gn) agr.p ; + auxCondS = auxWould ! VAorist (numGenNum agr.gn) agr.p ; + + v : {aux1:Str; aux2:Str; main:Str} + = case of { + => {aux1=[]; aux2=[]; main=present} ; + => {aux1=[]; aux2=auxPres; main=perfect} ; + => {aux1=[]; aux2=[]; main=aorist} ; + => {aux1=[]; aux2=auxAorist; main=perfect} ; + => {aux1=""; aux2=[]; main=present} ; + => {aux1=""++auxPres; aux2=[]; main=perfect} ; + => {aux1=auxCondS; aux2=[]; main=perfect} + } ; + + in case o of { + Main => v.aux1 ++ v.main ++ v.aux2 ++ np.s ! RObj Acc ; + Inv => np.s ! RObj Acc ++ v.aux1 ++ v.main ++ v.aux2 ; + Quest => v.aux1 ++ v.main ++ "" ++ v.aux2 ++ np.s ! RObj Acc + } + } ; + + ExistIP ip = + mkQuestion {s = ip.s ! RSubj} + (mkClause "" (agrP3 ip.gn) (predV verbBe)) ; + + ProgrVP vp = { + s = \\_ => vp.s ! Imperf ; + ad = vp.ad ; + compl = vp.compl ; + vtype = vp.vtype + } ; + + ImpPl1 vp = {s = "" ++ daComplex vp ! Perf ! {gn = GPl ; p = P1}} ; +} + diff --git a/deprecated/old-lib/resource/bulgarian/LangBul.gf b/deprecated/old-lib/resource/bulgarian/LangBul.gf new file mode 100644 index 000000000..dcfaacdc1 --- /dev/null +++ b/deprecated/old-lib/resource/bulgarian/LangBul.gf @@ -0,0 +1,12 @@ +--# -path=.:../abstract:../common:prelude + +concrete LangBul of Lang = + GrammarBul, + LexiconBul + ** { + flags coding=cp1251 ; + + +flags startcat = Phr ; unlexer = text ; lexer = text ; erasing = on ; coding = cp1251 ; + +} ; diff --git a/deprecated/old-lib/resource/bulgarian/LexiconBul.gf b/deprecated/old-lib/resource/bulgarian/LexiconBul.gf new file mode 100644 index 000000000..a02db0153 --- /dev/null +++ b/deprecated/old-lib/resource/bulgarian/LexiconBul.gf @@ -0,0 +1,380 @@ +--# -path=.:prelude + +concrete LexiconBul of Lexicon = CatBul ** + open ParadigmsBul, ResBul, Prelude in { + flags coding=cp1251 ; + + +flags + optimize=values ; + +lin + airplane_N = mkN007 "" ; + answer_V2S = mkV2S (actionV (mkV187 "") (mkV173 "")) naP ; + apartment_N = mkN007 "" ; + apple_N = mkN041 "" ; + art_N = mkN054 "" ; + ask_V2Q = mkV2Q (stateV (mkV186 "")) noPrep ; + baby_N = mkN065 "" ; + bad_A = mkA076 "" ; + bank_N = mkN041 "" ; + beautiful_A = mkA076 "" ; + become_VA = mkVA (actionV (mkV186 "") (mkV152 "")) ; + beer_N = mkN041 "" ; + beg_V2V = mkV2V (stateV (mkV173 "")) noPrep zaP ; + big_A = mkA081 "" ; + bike_N = mkN061 "" ; + bird_N = mkN041 "" ; + black_A = mkA079 "" ; + blue_A = mkA086 "" ; + boat_N = mkN007 "" ; + book_N = mkN041 "" ; + boot_N = mkN041 "" ; + boss_N = mkN001 "" ; + boy_N = mkN065 "" ; + bread_N = mkN001 "" ; + break_V2 = dirV2 (actionV (mkV173 "") (mkV173 "")) ; + broad_A = mkA079 "" ; + brother_N2 = prepN2 (mkN025 "") naP ; + brown_A = mkA076 "" ; + butter_N = mkN054 "" ; + buy_V2 = dirV2 (actionV (mkV186 "") (mkV173 "")) ; + camera_N = mkN041 "" ; + cap_N = mkN041 "" ; + car_N = mkN041 "" ; + carpet_N = mkN007 "" ; + cat_N = mkN041 "" ; + ceiling_N = mkN007 "" ; + chair_N = mkN001 "" ; + cheese_N = mkN066 "" ; + child_N = mkN067 "" ; + church_N = mkN041 "" ; + city_N = mkN001 "" ; + clean_A = mkA076 "" ; + clever_A = mkA079 "" ; + close_V2 = dirV2 (actionV (mkV187 "") (mkV173 "")) ; + coat_N = mkN054 "" ; + cold_A = mkA076 "" ; + come_V = actionV (mkV186 "") (table { -- special case "", "" are archaic + VImperative Sg => ""; + VImperative Pl => ""; + vform => mkV146a "" ! vform}) ; + computer_N = mkN009 "" ; + country_N = mkN041 "" ; + cousin_N = mkN007a "" ; + cow_N = mkN041 "" ; + die_V = actionV (mkV186 "") (mkV150a "") ; + dirty_A = mkA079 "" ; + distance_N3 = prepN3 (mkN072 "") otP doP ; + doctor_N = mkN007a "" ; + dog_N = mkN065 "" ; + door_N = mkN041 "" ; + drink_V2 = dirV2 (stateV (mkV163 "")) ; + easy_A2V = mkA2V (mkA079 "") zaP ; + eat_V2 = dirV2 (stateV (mkV169 "")) ; + empty_A = mkA079 "" ; + enemy_N = mkN001 "" ; + factory_N = mkN041 "" ; + father_N2 = prepN2 (mkN038 "") naP ; + fear_VS = mkVS (stateV (mkV186 "")) ; + find_V2 = dirV2 (actionV (mkV186 "") (mkV173 "")) ; + fish_N = mkN041 "" ; + floor_N = mkN007 "" ; + fridge_N = mkN007 "" ; + friend_N = mkN031a "" ; + fruit_N = mkN001 "" ; + fun_AV = mkAV (mkA079 "") ; + forget_V2 = dirV2 (actionV (mkV187 "") (mkV173 "")) ; + garden_N = mkN041 "" ; + girl_N = mkN065 "" ; + glove_N = mkN041 "" ; + gold_N = mkN054 "" ; + good_A = adjAdv (mkA080 "") "" ; + go_V = actionV (mkV186 "") (mkV146 "") ; + green_A = mkA076 "" ; + harbour_N = mkN066 "" ; + hate_V2 = dirV2 (stateV (mkV173 "")) ; + hat_N = mkN041 "" ; + have_V2 = dirV2 (stateV (mkV186 "")) ; + hear_V2 = dirV2 (actionV (mkV186 "") (mkV163 "")) ; + hill_N = mkN001 "" ; + hope_VS = mkVS (medialV (stateV (mkV186 "")) Acc) ; + horse_N = mkN035 "" ; + hot_A = mkA076 "" ; + house_N = mkN041 "" ; + important_A = mkA079 "" ; + industry_N = mkN047 "" ; + iron_N = mkN057 "" ; + king_N = mkN035a "" ; + know_V2 = dirV2 { + s = \\_,vform => case vform of { + VPassive aform => (mkA079 "").s ! aform ; + _ => mkV162 "" ! vform + } ; + vtype = VNormal ; + lock_V = <> + } ; + lake_N = mkN054 "" ; + lamp_N = mkN041 "" ; + learn_V2 = dirV2 (actionV (mkV176 "") (mkV176 "")) ; + leather_N = mkN041 "" ; + leave_V2 = dirV2 (actionV (mkV187 "") (mkV173 "")) ; + like_V2 = dirV2 (actionV (mkV186 "") (mkV186 "")) ; + listen_V2 = dirV2 (stateV (mkV186 "")) ; + live_V = stateV (mkV160 "") ; + long_A = mkA080 "" ; + lose_V2 = dirV2 (actionV (mkV173 "") (mkV173 "")) ; + love_N = mkN049 "" ; + love_V2 = dirV2 (stateV (mkV186 "")) ; + man_N = mkN024 "" ; + married_A2 = mkA2 (mkA076 "") zaP ; + meat_N = mkN054 "" ; + milk_N = mkN057 "" ; + moon_N = mkN041 "" ; + mother_N2 = prepN2 (mkN041a "") naP ; + mountain_N = mkN041 "" ; + music_N = mkN041 "" ; + narrow_A = mkA084 "" ; + new_A = mkA076 "" ; + newspaper_N = mkN014 "" ; + oil_N = mkN065 "" ; + old_A = mkA076 "" ; + open_V2 = dirV2 (actionV (mkV187 "") (mkV173 "")) ; + paint_V2A = mkV2A (actionV (mkV186 "") (mkV186 "")) noPrep ; + paper_N = mkN047 "" ; + paris_PN = mkPN "" Masc ; + peace_N = mkN040a "" ; + pen_N = mkN041 "" ; + planet_N = mkN041 "" ; + plastic_N = mkN041 "" ; + play_V2 = dirV2 (stateV (mkV161 "")) ; + policeman_N = mkN032a "" ; + priest_N = mkN014 "" ; + probable_AS = mkAS (mkA079 "") ; + queen_N = mkN041 "" ; + radio_N = mkN054 "" ; + rain_V0 = mkV0 (stateV (mkV174 "")) ; + read_V2 = dirV2 (stateV (mkV145 "")) ; + red_A = mkA076 "" ; + religion_N = mkN047 "" ; + restaurant_N = mkN007 "" ; + river_N = mkN041 "" ; + rock_N = mkN041 "" ; + roof_N = mkN007 "" ; + rubber_N = mkN041 "" ; + run_V = stateV (mkV186 "") ; + say_VS = mkVS (actionV (mkV186 "") (mkV156 "")) ; + school_N = mkN066 "" ; + science_N = mkN041 "" ; + sea_N = mkN065 "" ; + seek_V2 = dirV2 (stateV (mkV173 "")) ; + see_V2 = dirV2 (actionV (mkV186 "") (mkV181 "")) ; + sell_V3 = dirV3 (stateV (mkV186 "")) naP ; + send_V3 = dirV3 (actionV (mkV186 "") (mkV173 "")) doP ; + sheep_N = mkN044 "" ; + ship_N = mkN007 "" ; + shirt_N = mkN041 "" ; + shoe_N = mkN041 "" ; + shop_N = mkN007 "" ; + short_A = mkA076 "" ; + silver_N = mkN054 "" ; + sister_N = mkN041a "" ; + sleep_V = stateV (mkV182 "") ; + small_A = mkA080 "" ; + snake_N = mkN047 "" ; + sock_N = mkN007 "" ; + speak_V2 = dirV2 (stateV (mkV173 "")) ; + star_N = mkN041 "" ; + steel_N = mkN041 "" ; + stone_N = mkN017 "" ; + stove_N = mkN041 "" ; + student_N = mkN007a "" ; + stupid_A = mkA076 "" ; + sun_N = mkN066 "" ; + switch8off_V2 = dirV2 (actionV (mkV186 "") (mkV176 "")) ; + switch8on_V2 = dirV2 (actionV (mkV186 "") (mkV176 "")) ; + table_N = mkN041 "" ; + talk_V3 = mkV3 (stateV (mkV173 "")) naP zaP ; + teacher_N = mkN031a "" ; + teach_V2 = dirV2 (actionV (mkV186 "") (mkV168 "")) ; + television_N = mkN047 "" ; + thick_A = mkA076 "" ; + thin_A = mkA080 "" ; + train_N = mkN001 "" ; + travel_V = stateV (mkV186 "") ; + tree_N = mkN061 "" ; + ugly_A = mkA076 "" ; + understand_V2 = dirV2 (actionV (mkV186 "") (mkV170 "")) ; + university_N = mkN007 "" ; + village_N = mkN054 "" ; + wait_V2 = prepV2 (stateV (mkV186 "")) zaP ; + walk_V = stateV (mkV173 "") ; + warm_A = mkA080 "" ; + war_N = mkN041 "" ; + watch_V2 = dirV2 (stateV (mkV186 "")) ; + water_N = mkN041 "" ; + white_A = mkA081 "" ; + window_N = mkN008 "" ; + wine_N = mkN054 "" ; + win_V2 = dirV2 (actionV (mkV186 "") (mkV174 "")) ; + woman_N = mkN041a "" ; + wonder_VQ = mkVQ (medialV (actionV (mkV186 "") (mkV173 "")) Acc) ; + wood_N = mkN041 "" ; + write_V2 = dirV2 (stateV (mkV159 "")) ; + yellow_A = mkA076 "" ; + young_A = mkA076 "" ; + do_V2 = dirV2 (actionV (mkV173 "") (mkV173 "")) ; + now_Adv = mkAdv "" ; + already_Adv = mkAdv "" ; + song_N = mkN050 "" ; + add_V3 = dirV3 (actionV (mkV186 "") (mkV170 "")) sP ; + number_N = mkN054 "" ; + put_V2 = prepV2 (actionV (mkV186 "") (mkV176 "")) noPrep ; + stop_V = actionV (mkV186 "") (mkV150 "") ; + jump_V = actionV (mkV186 "") (mkV176 "") ; + left_Ord = mkA081 "" ** {nonEmpty=True} ; + right_Ord = mkA084 "" ** {nonEmpty=True} ; + far_Adv = mkAdv "" ; + correct_A = mkA079 "" ; + dry_A = mkA076 "" ; + dull_A = mkA076 "" ; + full_A = mkA079 "" ; + heavy_A = mkA080 "" ; + near_A = mkA080 "" ; + rotten_A = mkA076 "" ; + round_A = mkA080 "" ; + sharp_A = mkA080 "" ; + smooth_A = mkA080 "" ; + straight_A = mkA081 "" ; + wet_A = mkA080 "" ; ---- + wide_A = mkA076 "" ; + animal_N = mkN062 "" ; + ashes_N = mkN049 "e" ; + back_N = mkN003 "" ; + bark_N = mkN028 "" ; + belly_N = mkN007 "" ; + blood_N = mkN053 "" ; + bone_N = mkN049 "" ; + breast_N = mkN041 "" ; + cloud_N = mkN014 "" ; + day_N = mkN033 "" ; + dust_N = mkN001 "" ; + ear_N = mkN064 "" ; + earth_N = mkN047 "" ; + egg_N = mkN066 "" ; + eye_N = mkN063 "" ; + fat_N = mkN041 "" ; + feather_N = mkN038 "" ; + fingernail_N = mkN034 "" ; + fire_N = mkN030 "" ; + flower_N = mkN068 "" ; + fog_N = mkN041 "" ; + foot_N = mkN041 "" ; + forest_N = mkN041 "" ; + grass_N = mkN041 "" ; + guts_N = mkN054 "" ; + hair_N = mkN041 "" ; + hand_N = mkN045 "" ; + head_N = mkN041 "" ; + heart_N = mkN066 "" ; + horn_N = mkN001 "" ; + husband_N = mkN015 "" ; -- personal + ice_N = mkN001 "" ; + knee_N = mkN058 "" ; + leaf_N = mkN054 "" ; + leg_N = mkN022 "" ; + liver_N = mkN001 "" ; + louse_N = mkN041 "" ; + mouth_N = mkN042 "" ; + name_N = mkN069 "" ; + neck_N = mkN003 "" ; + night_N = mkN049 "" ; + nose_N = mkN001 "" ; + person_N = mkN014 "" ; + rain_N = mkN001 "" ; + road_N = mkN037 "" ; + root_N = mkN007 "" ; + rope_N = mkN065 "" ; + salt_N = mkN049 "" ; + sand_N = mkN014 "" ; + seed_N = mkN069 "" ; + skin_N = mkN041 "" ; + sky_N = mkN070 "" ; + smoke_N = mkN014 "" ; + snow_N = mkN002 "" ; + stick_N = mkN041 "" ; + tail_N = mkN041 "" ; + tongue_N = mkN014 "" ; + tooth_N = mkN007 "" ; + wife_N = mkN041 "" ; + wind_N = mkN004 "" ; + wing_N = mkN056 "" ; + worm_N = mkN032 "" ; + year_N = mkN041 "" ; + blow_V = stateV (mkV186 "") ; + breathe_V = dirV2 (stateV (mkV186 "")) ; + burn_V = actionV (mkV187 "") (mkV177 "") ; + dig_V = stateV (mkV161 "") ; + fall_V = actionV (mkV186 "") (mkV152 "") ; + float_V = stateV (mkV186 "") ; + flow_V = stateV (mkV148 "") ; + fly_V = stateV (mkV177 "") ; + freeze_V = stateV (mkV186 "") ; + give_V3 = dirV3 (actionV (mkV186 "") (mkV186 "")) naP ; + laugh_V = medialV (stateV (mkV160 "")) Acc ; + lie_V = stateV (mkV178 "") ; + play_V = stateV (mkV161 "") ; + sew_V = stateV (mkV163 "") ; + sing_V = stateV (mkV164 "") ; + sit_V = stateV (mkV177 "") ; + smell_V = stateV (mkV159 "") ; + spit_V = stateV (mkV163 "") ; + stand_V = stateV (mkV180 "") ; + swell_V = actionV (mkV186 "") (mkV163 "") ; + swim_V = stateV (mkV186 "") ; + think_V = stateV (mkV173 "") ; + turn_V = actionV (mkV186 "") (mkV152 "") ; + vomit_V = actionV (mkV186 "") (mkV152 "") ; + + bite_V2 = dirV2 (stateV (mkV154 "")) ; + count_V2 = dirV2 (stateV (mkV175 "")) ; + cut_V2 = dirV2 (stateV (mkV157 "")) ; + fear_V2 = dirV2 (medialV (stateV (mkV186 "")) Acc) ; + fight_V2 = dirV2 (medialV (stateV (mkV173 "")) Acc) ; + hit_V2 = dirV2 (actionV (mkV187 "") (mkV173 "")) ; + hold_V2 = dirV2 (stateV (mkV179 "")) ; + hunt_V2 = dirV2 (stateV (mkV174 "")) ; + kill_V2 = dirV2 (actionV (mkV186 "") (mkV163 "")) ; + pull_V2 = dirV2 (stateV (mkV186 "")) ; + push_V2 = dirV2 (stateV (mkV186 "")) ; + rub_V2 = dirV2 (stateV (mkV163 "")) ; + scratch_V2 = dirV2 (actionV (mkV186 "") (mkV152 "")) ; + split_V2 = dirV2 (actionV (mkV187 "") (mkV174 "")) ; + squeeze_V2 = dirV2 (actionV (mkV186 "") (mkV152 "")) ; + stab_V2 = dirV2 (actionV (mkV186 "") (mkV176 "")) ; + suck_V2 = dirV2 (stateV (mkV155 "")) ; + throw_V2 = dirV2 (actionV (mkV187 "") (mkV173 "")) ; + tie_V2 = dirV2 (actionV (mkV186 "") (mkV156 "")) ; + wash_V2 = dirV2 (stateV (mkV163 "")) ; + wipe_V2 = dirV2 (stateV (mkV159 "")) ; + + grammar_N = mkN041 "" ; + language_N = mkN014 "" ; + rule_N = mkN054 "" ; + + john_PN = mkPN "" Masc ; + question_N = mkN007 "" ; + ready_A = mkA076 "" ; + reason_N = mkN041 "" ; + today_Adv = mkAdv "" ; + uncertain_A = mkA079 "" ; + +oper + zaP = mkPrep "" Acc ; + naP = mkPrep [] Dat ; + otP = mkPrep "" Acc ; + doP = mkPrep "" Acc ; + sP = mkPrep (pre { "" ; + "" / strs {"" ; "" ; "" ; ""} + }) Acc ; +} ; diff --git a/deprecated/old-lib/resource/bulgarian/MorphoBul.gf b/deprecated/old-lib/resource/bulgarian/MorphoBul.gf new file mode 100644 index 000000000..c8459d0f5 --- /dev/null +++ b/deprecated/old-lib/resource/bulgarian/MorphoBul.gf @@ -0,0 +1,178 @@ +--# -path=.:../../prelude + +--1 A Simple English 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 $ParadigmsEng$, which +-- gives a higher-level access to this module. + +resource MorphoBul = ResBul ** open + Predef, + Prelude, + CatBul + in { + flags coding=cp1251 ; + + + flags optimize=all ; + +oper +--2 Determiners + + mkDeterminerSg : Str -> Str -> Str -> {s : DGender => Role => Str; n : Number; countable : Bool ; spec : Species} = \vseki,vsiaka,vsiako -> + {s = \\g,_ => table DGender [vseki;vseki;vsiaka;vsiako] ! g; n = Sg; countable = False; spec = Indef} ; + mkDeterminerPl : Str -> {s : DGender => Role => Str ; n : Number; countable : Bool ; spec : Species} = \vsicki -> + {s = \\_,_ => vsicki; n = Pl; countable = False; spec = Indef} ; + + mkQuant : Str -> Str -> Str -> Str -> {s : AForm => Str} = \tozi,tazi,towa,tezi -> { + s = \\aform => case aform of { + ASg Masc _ => tozi ; + ASgMascDefNom => tozi ; + ASg Fem _ => tazi ; + ASg Neut _ => towa ; + APl _ => tezi + } + } ; + + +--2 Verbs + + mkVerb : (_,_,_,_,_,_,_,_,_:Str) -> VTable = + \cheta,chete,chetoh,chetqh,chel,chetql,cheten,chetqst,cheti -> + table { + VPres Sg P1 => cheta; + VPres Sg P2 => chete + ""; + VPres Sg P3 => chete; + VPres Pl P1 => case chete of { + _ + (""|"") => chete + ""; + _ => chete + "" + }; + VPres Pl P2 => chete + ""; + VPres Pl P3 => case cheta of { + vika + "" => case chete of { + dad + "" => dad + ""; + vika => vika + "" + }; + _ => cheta + "" + }; + VAorist Sg P1 => chetoh; + VAorist Sg _ => case chetoh of { + chet+"" => chete; + zova+ "" => zova + }; + VAorist Pl P1 => chetoh + ""; + VAorist Pl P2 => chetoh + ""; + VAorist Pl P3 => chetoh + ""; + VImperfect Sg P1 => chetqh; + VImperfect Sg _ => case chete of { + rabot + "" => rabot + "e"; + _ => chete + "" + }; + VImperfect Pl P1 => chetqh + ""; + VImperfect Pl P2 => chetqh + ""; + VImperfect Pl P3 => chetqh + ""; + VPerfect aform =>let chel1 : Str = + case chel of { + pas+"" => pas+""; + _ => chel + } + in (mkAdjective chel + (chel+"") + (chel+"") + (chel1+"a") + (chel1+"") + (chel1+"") + (chel1+"") + (ia2e chel1+"") + (ia2e chel1+"")).s ! aform ; + VPluPerfect aform => regAdjective chetql ! aform ; + VPassive aform => regAdjective cheten ! aform ; + VPresPart aform => regAdjective chetqst ! aform ; + VImperative Sg => cheti; + VImperative Pl => case cheti of { + chet + "" => chet + ""; + ela => ela + "" + }; + VGerund => case chete of { + rabot + "" => rabot + ""; + _ => chete + "" + } + } ; + + +--2 Nouns + + mkNoun : Str -> Str -> Str -> Str -> DGender -> N = \sg,pl,count,voc,g -> { + s = table { + NF Sg Indef => sg ; + NF Sg Def => case sg of { + _+""=>sg+"" ; + _+""=>sg+"" ; + _+""=>sg+"" ; + _+""=>sg+"" ; + _+""=>sg+"" ; + s+""=>s +"" ; + _+(""|""|""|"" + |""|""|"" + |""|""|"" + |""|""|"") + =>sg +"" ; + _ =>case g of { + DFem => sg+"" ; + _ => sg+"" + } + } ; + NF Pl Indef => pl ; + NF Pl Def => case pl of { + _+""=>pl+"" ; + _+""=>pl+"" ; + _+""=>pl+"" ; + s+""=>s +"" ; + s =>s +"" + } ; + NFSgDefNom => case sg of { + _+""=>sg+"" ; + _+""=>sg+"" ; + _+""=>sg+"" ; + _+""=>sg+"" ; + _+""=>sg+"" ; + s+""=>s +"" ; + _+(""|""|""|"" + |""|""|"" + |""|""|"" + |""|""|"") + =>sg+"" ; + _ =>case g of { + DFem => sg+"" ; + _ => sg+"" + } + } ; + NFPlCount => count ; + NFVocative => voc + } ; + g = g ; + lock_N = <> + } ; + + +--2 Adjectives + + mkAdjective : (_,_,_,_,_,_,_,_,_ : Str) -> A = + \dobyr,dobria,dobriat,dobra,dobrata,dobro,dobroto,dobri,dobrite -> { + s = table { + ASg Masc Indef => dobyr ; + ASg Masc Def => dobria ; + ASgMascDefNom => dobriat ; + ASg Fem Indef => dobra ; + ASg Fem Def => dobrata ; + ASg Neut Indef => dobro ; + ASg Neut Def => dobroto ; + APl Indef => dobri ; + APl Def => dobrite + } ; + adv = dobro ; + lock_A = <> + } ; +} \ No newline at end of file diff --git a/deprecated/old-lib/resource/bulgarian/MorphoFunsBul.gf b/deprecated/old-lib/resource/bulgarian/MorphoFunsBul.gf new file mode 100644 index 000000000..678479d8e --- /dev/null +++ b/deprecated/old-lib/resource/bulgarian/MorphoFunsBul.gf @@ -0,0 +1,184 @@ +--# -path=.:../abstract:../../prelude:../common + +resource MorphoFunsBul = open + Prelude, + CatBul, + MorphoBul + in { + flags coding=cp1251 ; + + +oper +--2 Adverbs + +-- Adverbs are not inflected. Most lexical ones have position +-- after the verb. Some can be preverbal (e.g. "always"). + + mkAdv : Str -> Adv = \x -> ss x ** {lock_Adv = <>} ; + mkAdV : Str -> AdV = \x -> ss x ** {lock_AdV = <>} ; + +-- Adverbs modifying adjectives and sentences can also be formed. + + mkAdA : Str -> AdA = \x -> ss x ** {lock_AdA = <>} ; + + +--2 Adjectives +-- + + AS, A2S, AV : Type = A ; + A2V : Type = A2 ; + + mkA2 : A -> Prep -> A2 ; + mkA2 a p = a ** {c2 = p.s ; lock_A2 = <>} ; + + mkAS : A -> AS ; + mkAS v = v ** {lock_A = <>} ; + + mkA2S : A -> Prep -> A2S ; + mkA2S v p = mkA2 v p ** {lock_A = <>} ; + + mkAV : A -> AV ; + mkAV v = v ** {lock_A = <>} ; + + mkA2V : A -> Prep -> A2V ; + mkA2V v p = mkA2 v p ** {lock_A2 = <>} ; + + +--2 Verbs +-- + + medialV : V -> Case -> V ; + medialV v c = {s = v.s; vtype = VMedial c; lock_V=<>} ; + + phrasalV : V -> Case -> V ; + phrasalV v c = {s = v.s; vtype = VPhrasal c; lock_V=<>} ; + + actionV : VTable -> VTable -> V ; + actionV imperf perf = { + s = table {Imperf=>imperf; Perf=>perf}; + vtype = VNormal; + lock_V=<> + } ; + + stateV : VTable -> V ; + stateV vtable = { + s = \\_=>vtable; + vtype = VNormal; + lock_V=<> + } ; + +--3 Zero-place verbs +-- + + V0 : Type = V ; + mkV0 : V -> V0 ; + mkV0 v = v ** {lock_V = <>} ; + + +--3 Two-place verbs +-- + + prepV2 : V -> Prep -> V2 ; + prepV2 v p = {s = v.s; c2 = p; vtype = v.vtype; lock_V2 = <>} ; + + dirV2 : V -> V2 ; + dirV2 v = prepV2 v noPrep ; + + +--3 Three-place verbs +-- +-- Three-place (ditransitive) verbs need two prepositions, of which +-- the first one or both can be absent. + + mkV3 : V -> Prep -> Prep -> V3 ; -- speak, with, about + mkV3 v p q = {s = v.s; s1 = v.s1; c2 = p; c3 = q; vtype = v.vtype; lock_V3 = <>} ; + + dirV3 : V -> Prep -> V3 ; -- give,_,to + dirV3 v p = mkV3 v noPrep p ; + + dirdirV3 : V -> V3 ; -- give,_,_ + dirdirV3 v = dirV3 v noPrep ; + + +--3 Other verbs +-- + +-- V2S, V2V, V2Q : Type = V2 ; + + mkV2S : V -> Prep -> V2S ; + mkV2S v p = prepV2 v p ** {lock_V2S = <>} ; + + mkV2V : V -> Prep -> Prep -> V2V ; + mkV2V v p t = prepV2 v p ** {s4 = t ; lock_V2V = <>} ; + + mkV2A : V -> Prep -> V2A ; + mkV2A v p = prepV2 v p ** {lock_V2A = <>} ; + + mkV2Q : V -> Prep -> V2Q ; + mkV2Q v p = prepV2 v p ** {lock_V2Q = <>} ; + + mkVS : V -> VS ; + mkVS v = v ** {lock_VS = <>} ; + + mkVV : V -> VV ; + mkVV v = v ** {lock_VV = <>} ; + + mkVA : V -> VA ; + mkVA v = v ** {lock_VA = <>} ; + + mkV2A : V -> Prep -> V2A ; + mkV2A v p = prepV2 v p ** {lock_V2A = <>} ; + + mkVQ : V -> VQ ; + mkVQ v = v ** {lock_VQ = <>} ; + + mkV2Q : V -> Prep -> V2Q ; + mkV2Q v p = prepV2 v p ** {lock_V2Q = <>} ; + + +--2 Nouns + +--3 Two-place Nouns +-- + + prepN2 : N -> Prep -> N2 ; + prepN2 n p = {s = n.s; g = n.g; c2 = p; lock_N2 = <>} ; + + dirN2 : N -> N2 ; + dirN2 n = prepN2 n noPrep ; + + +--3 Three-place Nouns +-- + + prepN3 : N -> Prep -> Prep -> N3 ; + prepN3 n p q = {s = n.s; g = n.g; c2 = p; c3 = q; lock_N3 = <>} ; + + dirN3 : N -> Prep -> N3 ; + dirN3 n p = prepN3 n noPrep p ; + + dirdirN3 : N -> N3 ; + dirdirN3 n = dirN3 n noPrep ; + + +--2 Prepositions +-- +-- A preposition as used for rection in the lexicon, as well as to +-- build $PP$s in the resource API, just requires a string. + + mkPrep : Str -> Case -> Prep = \p,c -> {s = p; c = c; lock_Prep = <>} ; + noPrep : Prep = mkPrep [] Acc ; + + +--2 Proper Names +-- + mkPN : Str -> Gender -> PN ; + mkPN s g = {s = s; g = g ; lock_PN = <>} ; + + +--2 IAdv +-- + + mkIAdv : Str -> IAdv ; + mkIAdv s = {s = table {QDir=>s;QIndir=>s+""}; lock_IAdv = <>} ; +} diff --git a/deprecated/old-lib/resource/bulgarian/NounBul.gf b/deprecated/old-lib/resource/bulgarian/NounBul.gf new file mode 100644 index 000000000..80aa20e22 --- /dev/null +++ b/deprecated/old-lib/resource/bulgarian/NounBul.gf @@ -0,0 +1,187 @@ +concrete NounBul of Noun = CatBul ** open ResBul, Prelude in { + flags coding=cp1251 ; + + + flags optimize=all_subs ; + + lin + DetCN = detCN ; + + DetNP det = detCN det {s = \\_ => [] ; g = DNeut} ; ---- FIXME AR + + oper + detCN : + {s : DGender => Role => Str ; n : Number; countable : Bool; spec : Species} -> + {s : NForm => Str; g : DGender} -> + {s : Role => Str; a : Agr} + = + \det,cn -> + { s = \\role => let nf = case of { + => case role of { + RSubj => NFSgDefNom ; + RVoc => NFVocative ; + _ => NF Sg Def + } ; + => case role of { + RVoc => NFVocative ; + _ => NF Sg Indef + } ; + => NF det.n det.spec ; + => case cn.g of { + DMascPersonal => NF Pl Indef; + _ => case det.countable of { + True => NFPlCount ; + False => NF Pl Indef + } + } + } ; + s = det.s ! cn.g ! role ++ cn.s ! nf + in case role of { + RObj Dat => "" ++ s; + _ => s + } ; + a = {gn = gennum cn.g det.n; p = P3} ; + } ; + + lin + UsePN pn = { s = \\role => case role of { + RObj Dat => "" ++ pn.s; + _ => pn.s + } ; + a = {gn = GSg pn.g; p = P3} + } ; + UsePron p = {s = p.s; a=p.a} ; + + PredetNP pred np = { + s = \\c => pred.s ! np.a.gn ++ np.s ! c ; + a = np.a + } ; + + PPartNP np v2 = { + s = \\c => np.s ! c ++ v2.s ! Perf ! VPassive (aform np.a.gn Indef c) ; + a = np.a + } ; + + AdvNP np adv = { + s = \\c => np.s ! c ++ adv.s ; + a = np.a + } ; + + DetQuant quant num = { + s = \\g,c => quant.s ! aform (gennum g num.n) (case c of {RVoc=>Indef; _=>Def}) c ++ + num.s ! dgenderSpecies g Indef c ; + n = num.n ; + countable = num.nonEmpty ; + spec=Indef + } ; + + DetQuantOrd = \quant, num, ord -> { + s = \\g,c => quant.s ! aform (gennum g num.n) (case c of {RVoc=>Indef; _=>Def}) c ++ + num.s ! dgenderSpecies g Indef c ++ + ord.s ! aform (gennum g num.n) Indef c ; + n = num.n ; + countable = num.nonEmpty ; + spec=Indef + } ; + + DetArtCard art card = { + s = \\g,c => art.s ++ + card.s ! dgenderSpecies g art.spec c ; + n = card.n ; + countable = True ; + spec=Indef + } ; + + DetArtOrd art num ord = { + s = \\g,c => art.s ++ + num.s ! dgenderSpecies g art.spec c ++ + ord.s ! aform (gennum g num.n) (case num.nonEmpty of {False => art.spec; _ => Indef}) c ; + n = num.n ; + countable = num.nonEmpty ; + spec=Indef + } ; + + DetArtPl art = detCN { + s = \\g,c => art.s ; + n = Pl ; + countable = False ; + spec=art.spec; + } ; + + DetArtSg art = detCN { + s = \\g,c => art.s ; + n = Sg ; + countable = False ; + spec=art.spec; + } ; + + PossPron p = { + s = p.gen + } ; + + NumSg = {s = \\_ => []; n = Sg; nonEmpty = False} ; + NumPl = {s = \\_ => []; n = Pl; nonEmpty = False} ; + + NumCard n = n ** {nonEmpty = True} ; + + NumDigits n = {s = \\gspec => n.s ! NCard gspec; n = n.n} ; + OrdDigits n = {s = \\aform => n.s ! NOrd aform} ; + + NumNumeral numeral = {s = \\gspec => numeral.s ! NCard gspec; n = numeral.n; nonEmpty = True} ; + OrdNumeral numeral = {s = \\aform => numeral.s ! NOrd aform} ; + + AdNum adn num = {s = \\gspec => adn.s ++ num.s ! gspec; n = num.n; nonEmpty = num.nonEmpty} ; + + OrdSuperl a = {s = \\aform => "" ++ "-" ++ a.s ! aform} ; + + DefArt = { + s = [] ; + spec = ResBul.Def + } ; + + IndefArt = { + s = [] ; + spec = ResBul.Indef + } ; + + MassNP = detCN { + s = \\_,_ => [] ; + spec = Indef ; + countable = False ; n = Sg ---- FIXME is this correct? AR + } ; + + UseN noun = noun ; + UseN2 noun = noun ; + + ComplN2 f x = {s = \\nf => f.s ! nf ++ f.c2.s ++ x.s ! RObj f.c2.c; g=f.g} ; + ComplN3 f x = {s = \\nf => f.s ! nf ++ f.c2.s ++ x.s ! RObj f.c2.c; c2 = f.c3; g=f.g} ; + + Use2N3 f = {s = f.s ; g=f.g ; c2 = f.c2} ; + Use3N3 f = {s = f.s ; g=f.g ; c2 = f.c3} ; + + + AdjCN ap cn = { + s = \\nf => case ap.isPre of { + True => (ap.s ! nform2aform nf cn.g) ++ (cn.s ! (indefNForm nf)) ; + False => (cn.s ! nf) ++ (ap.s ! nform2aform (indefNForm nf) cn.g) + } ; + g = cn.g + } ; + RelCN cn rs = { + s = \\nf => cn.s ! nf ++ rs.s ! {gn=gennum cn.g (numNForm nf); p=P3} ; + g = cn.g + } ; + AdvCN cn ad = { + s = \\nf => cn.s ! nf ++ ad.s ; + g = cn.g + } ; + + SentCN cn sc = {s = \\nf => cn.s ! nf ++ sc.s; g=DNeut} ; + + ApposCN cn np = {s = \\nf => cn.s ! nf ++ np.s ! RSubj; g=cn.g} ; + + RelNP np rs = { + s = \\r => np.s ! r ++ rs.s ! np.a ; + a = np.a + } ; +} diff --git a/deprecated/old-lib/resource/bulgarian/NumeralBul.gf b/deprecated/old-lib/resource/bulgarian/NumeralBul.gf new file mode 100644 index 000000000..bf89fbe21 --- /dev/null +++ b/deprecated/old-lib/resource/bulgarian/NumeralBul.gf @@ -0,0 +1,134 @@ +concrete NumeralBul of Numeral = CatBul ** open Prelude, ResBul in { + flags coding=cp1251 ; + + +lincat + Digit = {s : DForm => CardOrd => Str} ; + Sub10 = {s : DForm => CardOrd => Str; n : Number} ; + Sub100 = {s : CardOrd => Str; n : Number; i : Bool} ; + Sub1000 = {s : CardOrd => Str; n : Number; i : Bool} ; + Sub1000000 = {s : CardOrd => Str; n : Number} ; + +lin num x = x ; +lin n2 = mkDigit "" "" "" "" "" ; +lin n3 = mkDigit "" "" "" "" "" ; +lin n4 = mkDigit "" "" "" "" "" ; +lin n5 = mkDigit "" "" "" "" "" ; +lin n6 = mkDigit "" "" "" "" "" ; +lin n7 = mkDigit "" "" "" "" "" ; +lin n8 = mkDigit "" "" "" "" "" ; +lin n9 = mkDigit "" "" "" "" "" ; + +lin pot01 = + {s = table { + unit => table { + NCard DMascIndef => "" ; + NCard DMascDef => "" ; + NCard DMascDefNom => "" ; + NCard DMascPersonalIndef => "" ; + NCard DMascPersonalDef => "" ; + NCard DMascPersonalDefNom => "" ; + NCard DFemIndef => "" ; + NCard DFemDef => "" ; + NCard DNeutIndef => "" ; + NCard DNeutDef => "" ; + NOrd aform => case aform of { + ASg Masc Indef => "" ; + ASg Masc Def => "" ; + ASgMascDefNom => "" ; + ASg Fem Indef => "" ; + ASg Fem Def => "" ; + ASg Neut Indef => "" ; + ASg Neut Def => "" ; + APl Indef => "" ; + APl Def => "" + } + } ; + teen => mkCardOrd "" "" "" "" ; + ten => mkCardOrd "" "" "" "" ; + hundred => mkCardOrd "" "" "" "" + } + ;n = Sg + } ; +lin pot0 d = d ** {n = Pl} ; + +lin pot110 = {s=pot01.s ! ten; n = Pl; i = True} ; +lin pot111 = {s=pot01.s ! teen; n = Pl; i = True} ; +lin pot1to19 d = {s = d.s ! teen; n = Pl; i = True} ; +lin pot0as1 n = {s = n.s ! unit; n = n.n; i = True} ; +lin pot1 d = {s = d.s ! ten; n = Pl; i = True} ; +lin pot1plus d e = { + s = \\c => d.s ! ten ! NCard DMascIndef ++ "" ++ e.s ! unit ! c ; n = Pl; i = False} ; + +lin pot1as2 n = n ; +lin pot2 n = {s = \\c => n.s ! hundred ! c; n = Pl; i = True} ; +lin pot2plus d e = { + s = \\c => d.s ! hundred ! NCard DMascIndef ++ case e.i of {False => []; True => ""} ++ e.s ! c ; + n = Pl ; + i = False + } ; + +lin pot2as3 n = n ; +lin pot3 n = { + s = \\c => case n.n of { + Sg => mkCardOrd "" "" "" "" ! c ; + Pl => n.s ! NCard DFemIndef ++ mkCardOrd "" "" "" "" ! c + } ; + n = Pl + } ; +lin pot3plus n m = { + s = \\c => (pot3 (n ** {lock_Sub1000=<>})).s ! NCard DMascIndef ++ case m.i of {False => []; True => ""} ++ m.s ! c ; + n = Pl + } ; + + +-- numerals as sequences of digits + + lincat + Dig = TDigit ; + + lin + IDig d = d ** {tail = T1} ; + + IIDig d i = { + s = \\o => d.s ! NCard DMascIndef ++ commaIf i.tail ++ i.s ! o ; + n = Pl ; + tail = inc i.tail + } ; + + D_0 = mk2Dig "0" "0" ; + D_1 = mk3Dig "1" "1" Sg ; + D_2 = mk2Dig "2" "2" ; + D_3 = mkDig "3" ; + D_4 = mkDig "4" ; + D_5 = mkDig "5" ; + D_6 = mkDig "6" ; + D_7 = mk2Dig "7" "7" ; + D_8 = mk2Dig "8" "8" ; + D_9 = mkDig "9" ; + + oper + commaIf : DTail -> Str = \t -> case t of { + T3 => "," ; + _ => [] + } ; + + inc : DTail -> DTail = \t -> case t of { + T1 => T2 ; + T2 => T3 ; + T3 => T1 + } ; + + mk2Dig : Str -> Str -> TDigit = \c,o -> mk3Dig c o Pl ; + mkDig : Str -> TDigit = \c -> mk2Dig c (c + "") ; + + mk3Dig : Str -> Str -> Number -> TDigit = \c,o,n -> { + s = table {NCard _ => c ; NOrd aform => regAdjective o ! aform} ; + n = n + } ; + + TDigit = { + n : Number ; + s : CardOrd => Str + } ; +} diff --git a/deprecated/old-lib/resource/bulgarian/ParadigmsBul.gf b/deprecated/old-lib/resource/bulgarian/ParadigmsBul.gf new file mode 100644 index 000000000..a22cc6fe9 --- /dev/null +++ b/deprecated/old-lib/resource/bulgarian/ParadigmsBul.gf @@ -0,0 +1,1460 @@ +resource ParadigmsBul = MorphoFunsBul ** open + Predef, + Prelude, + MorphoBul, + CatBul + in { + flags coding=cp1251 ; + +oper + mkN001 : Str -> N ; + mkN001 base = let v0 = base + in mkNoun (v0) + (v0+"") + (v0+"") + (v0+"-") + DMasc ; + mkN002 : Str -> N ; + mkN002 base = let v0 = tk 2 base; + v1 = last (base) + in mkNoun (v0+""+v1) + (v0+""+v1+"") + (v0+""+v1+"") + (v0+"-") + DMasc ; + mkN002a : Str -> N ; + mkN002a base = let v0 = tk 2 base; + v1 = last (base) + in mkNoun (v0+""+v1) + (v0+""+v1+"") + (v0+""+v1+"") + (v0+"-") + DMasc ; + mkN003 : Str -> N ; + mkN003 base = let v0 = tk 3 base; + v1 = last (base) + in mkNoun (v0+""+v1) + (v0+""+v1+"") + (v0+""+v1+"") + (v0+"-") + DMasc ; + mkN004 : Str -> N ; + mkN004 base = let v0 = tk 4 base + in mkNoun (v0+"") + (v0+"") + (v0+"") + (v0+"-") + DMasc ; + mkN005 : Str -> N ; + mkN005 base = let v0 = base + in mkNoun (v0) + (v0+"") + (v0+"") + (v0+"-") + DMasc ; + mkN006 : Str -> N ; + mkN006 base = let v0 = base + in mkNoun (v0) + (v0+"") + (v0+"") + (v0+"-") + DMasc ; + mkN007 : Str -> N ; + mkN007 base = let v0 = base + in mkNoun (v0) + (v0+"") + (v0+"") + (v0+"-") + DMasc ; + mkN007b : Str -> N ; + mkN007b base = let v0 = base + in mkNoun (v0) + (v0+"") + (v0+"") + (v0+"") + DMasc ; + mkN007a : Str -> N ; + mkN007a base = let v0 = base + in mkNoun (v0) + (v0+"") + (v0+"") + (v0+"") + DMascPersonal ; + mkN008 : Str -> N ; + mkN008 base = let v0 = tk 2 base; + v1 = last (base) + in mkNoun (v0+""+v1) + (v0+v1+"") + (v0+""+v1+"") + (v0+"-") + DMasc ; + mkN008a : Str -> N ; + mkN008a base = let v0 = tk 2 base + in mkNoun (v0+"") + (v0+"") + (v0+"-") + (v0+"") + DMasc ; + mkN009 : Str -> N ; + mkN009 base = let v0 = tk 2 base; + v1 = last (base) + in mkNoun (v0+""+v1) + (v0+v1+"") + (v0+""+v1+"") + (v0+"-") + DMasc ; + mkN009a : Str -> N ; + mkN009a base = let v0 = tk 2 base + in mkNoun (v0+"") + (v0+"") + (v0+"") + (v0+"-") + DMasc ; + mkN010 : Str -> N ; + mkN010 base = let v0 = tk 2 base + in mkNoun (v0+"") + (v0+"") + (v0+"") + (v0+"-") + DMasc ; + mkN011 : Str -> N ; + mkN011 base = let v0 = tk 2 base + in mkNoun (v0+"") + (v0+"") + (v0+"") + (v0+"-") + DMasc ; + mkN012 : Str -> N ; + mkN012 base = let v0 = tk 3 base + in mkNoun (v0+"") + (v0+"") + (v0+"-") + (v0+"") + DMasc ; + mkN013 : Str -> N ; + mkN013 base = let v0 = tk 2 base + in mkNoun (v0+"") + (v0+"") + (v0+"-") + (v0+"") + DMasc ; + mkN014 : Str -> N ; + mkN014 base = let v0 = tk 1 base + in mkNoun (v0+"") + (v0+"") + (v0+"") + (v0+"-") + DMasc ; + mkN014a : Str -> N ; + mkN014a base = let v0 = tk 1 base + in mkNoun (v0+"") + (v0+"") + (v0+"") + (v0+"") + DMasc ; + mkN015 : Str -> N ; + mkN015 base = let v0 = tk 1 base + in mkNoun (v0+"") + (v0+"") + (v0+"") + (v0+"-") + DMasc ; + mkN016 : Str -> N ; + mkN016 base = let v0 = tk 1 base + in mkNoun (v0+"") + (v0+"") + (v0+"") + (v0+"-") + DMasc ; + mkN017 : Str -> N ; + mkN017 base = let v0 = tk 1 base + in mkNoun (v0+"") + (v0+"") + (v0+"") + (v0+"-") + DMasc ; + mkN018 : Str -> N ; + mkN018 base = let v0 = tk 2 base + in mkNoun (v0+"") + (v0+"") + (v0+"-") + (v0+"") + DMasc ; + mkN018a : Str -> N ; + mkN018a base = let v0 = tk 2 base; + v1 = last (base) + in mkNoun (v0+""+v1) + (v0+"") + (v0+"-") + (v0+"-") + DMasc ; + mkN019 : Str -> N ; + mkN019 base = let v0 = tk 2 base + in mkNoun (v0+"") + (v0+"") + (v0+"-") + (v0+"") + DMasc ; + mkN019a : Str -> N ; + mkN019a base = let v0 = tk 2 base + in mkNoun (v0+"") + (v0+"") + (v0+"") + (v0+"-") + DMasc ; + mkN020 : Str -> N ; + mkN020 base = let v0 = tk 3 base; + v1 = last (tk 2 base) + in mkNoun (v0+v1+"") + (v0+""+v1+"") + (v0+"-") + (v0+v1+"") + DMasc ; + mkN021 : Str -> N ; + mkN021 base = let v0 = tk 3 base + in mkNoun (v0+"") + (v0+"") + (v0+"-") + (v0+"") + DMasc ; + mkN022 : Str -> N ; + mkN022 base = let v0 = base + in mkNoun (v0) + (v0+"") + (v0+"") + (v0+"-") + DMasc ; + mkN023 : Str -> N ; + mkN023 base = let v0 = tk 2 base + in mkNoun (v0+"") + (v0+"") + (v0+"-") + (v0+"") + DMasc ; + mkN024a : Str -> N ; + mkN024a base = let v0 = tk 1 base + in mkNoun (v0+"") + (v0+"") + (v0+"-") + (v0+"") + DMasc ; + mkN024 : Str -> N ; + mkN024 base = let v0 = base + in mkNoun (v0) + (v0+"") + (v0+"") + (v0+"") + DMascPersonal ; + mkN025 : Str -> N ; + mkN025 base = let v0 = base + in mkNoun (v0) + (v0+"") + (v0+"-") + (v0+"") + DMascPersonal ; + mkN026 : Str -> N ; + mkN026 base = let v0 = base + in mkNoun (v0) + (v0+"") + (v0+"") + (v0+"-") + DMasc ; + mkN027 : Str -> N ; + mkN027 base = let v0 = tk 2 base + in mkNoun (v0+"") + (v0+"") + (v0+"") + (v0+"-") + DMasc ; + mkN028 : Str -> N ; + mkN028 base = let v0 = tk 1 base + in mkNoun (v0+"") + (v0+"") + (v0+"") + (v0+"-") + DMasc ; + mkN028a : Str -> N ; + mkN028a base = let v0 = tk 1 base + in mkNoun (v0+"") + (v0+"") + (v0+"") + (v0+"-") + DMasc ; + mkN029 : Str -> N ; + mkN029 base = let v0 = base + in mkNoun (v0) + (v0+"") + (v0+"-") + (v0+"") + DMasc ; + mkN030 : Str -> N ; + mkN030 base = let v0 = tk 2 base + in mkNoun (v0+"") + (v0+"") + (v0+"") + (v0+"-") + DMasc ; + mkN031 : Str -> N ; + mkN031 base = let v0 = base + in mkNoun (v0) + (v0+"") + (v0+"") + (v0+"-") + DMasc ; + mkN031a : Str -> N ; + mkN031a base = let v0 = base + in mkNoun (v0) + (v0+"") + (v0+"") + (v0+"") + DMascPersonal ; + mkN032 : Str -> N ; + mkN032 base = let v0 = tk 1 base + in mkNoun (v0+"") + (v0+"") + (v0+"") + (v0+"-") + DMasc ; + mkN032a : Str -> N ; + mkN032a base = let v0 = tk 1 base + in mkNoun (v0+"") + (v0+"") + (v0+"") + (v0+"") + DMascPersonal ; + mkN033 : Str -> N ; + mkN033 base = let v0 = tk 2 base + in mkNoun (v0+"") + (v0+"") + (v0+"") + (v0+"-") + DMasc ; + mkN034 : Str -> N ; + mkN034 base = let v0 = tk 2 base + in mkNoun (v0+"") + (v0+"") + (v0+"") + (v0+"-") + DMasc ; + mkN035 : Str -> N ; + mkN035 base = let v0 = base + in mkNoun (v0) + (v0+"") + (v0+"") + (v0+"-") + DMasc ; + mkN035a : Str -> N ; + mkN035a base = let v0 = base + in mkNoun (v0) + (v0+"") + (v0+"") + (v0+"") + DMascPersonal ; + mkN036 : Str -> N ; + mkN036 base = let v0 = tk 1 base + in mkNoun (v0+"") + (v0+"") + (v0+"") + (v0+"-") + DMasc ; + mkN037 : Str -> N ; + mkN037 base = let v0 = base + in mkNoun (v0) + (v0+"") + (v0+"") + (v0+"-") + DMasc ; + mkN038 : Str -> N ; + mkN038 base = let v0 = tk 1 base + in mkNoun (v0+"") + (v0+"") + (v0+"-") + (v0+"") + DMascPersonal ; + mkN039 : Str -> N ; + mkN039 base = let v0 = tk 1 base + in mkNoun (v0+"") + (v0+"") + (v0+"-") + (v0+"-") + DMasc ; + mkN040 : Str -> N ; + mkN040 base = let v0 = tk 1 base + in mkNoun (v0+"") + (v0+"") + (v0+"-") + (v0+"") + DMasc ; + mkN040a : Str -> N ; + mkN040a base = let v0 = base + in mkNoun (v0) + (v0+"-") + (v0+"-") + (v0+"-") + DMasc ; + mkN041 : Str -> N ; + mkN041 base = let v0 = tk 1 base + in mkNoun (v0+"") + (v0+"") + (v0+"") + (v0+"-") + DFem ; + mkN041a : Str -> N ; + mkN041a base = let v0 = tk 1 base + in mkNoun (v0+"") + (v0+"") + (v0+"") + (v0+"") + DFem ; + mkN041b : Str -> N ; + mkN041b base = let v0 = tk 1 base + in mkNoun (v0+"") + (v0+"") + (v0+"") + (v0+"") + DFem ; + mkN042 : Str -> N ; + mkN042 base = let v0 = base + in mkNoun (v0) + (v0) + (v0) + (v0+"-") + DFem ; + mkN043 : Str -> N ; + mkN043 base = let v0 = tk 3 base; + v1 = last (tk 1 base) + in mkNoun (v0+""+v1+"") + (v0+""+v1+"") + (v0+""+v1+"") + (v0+"-") + DFem ; + mkN043a : Str -> N ; + mkN043a base = let v0 = tk 4 base; + v1 = last (tk 2 base) + in mkNoun (v0+""+v1+"") + (v0+""+v1+"") + (v0+""+v1+"") + (v0+"-") + DFem ; + mkN044 : Str -> N ; + mkN044 base = let v0 = tk 1 base + in mkNoun (v0+"") + (v0+"") + (v0+"") + (v0+"-") + DFem ; + mkN045 : Str -> N ; + mkN045 base = let v0 = tk 2 base + in mkNoun (v0+"") + (v0+"") + (v0+"") + (v0+"-") + DFem ; + mkN046 : Str -> N ; + mkN046 base = let v0 = tk 2 base + in mkNoun (v0+"") + (v0+"") + (v0+"") + (v0+"-") + DFem ; + mkN047 : Str -> N ; + mkN047 base = let v0 = tk 1 base + in mkNoun (v0+"") + (v0+"") + (v0+"") + (v0+"-") + DFem ; + mkN048 : Str -> N ; + mkN048 base = let v0 = tk 1 base + in mkNoun (v0+"") + (v0+"") + (v0+"") + (v0+"") + DFem ; + mkN049 : Str -> N ; + mkN049 base = let v0 = base + in mkNoun (v0) + (v0+"") + (v0+"") + (v0+"-") + DFem ; + mkN050 : Str -> N ; + mkN050 base = let v0 = tk 2 base + in mkNoun (v0+"") + (v0+"") + (v0+"") + (v0+"-") + DFem ; + mkN051 : Str -> N ; + mkN051 base = let v0 = tk 2 base; + v1 = last (base) + in mkNoun (v0+""+v1) + (v0+v1+"") + (v0+v1+"") + (v0+"-") + DFem ; + mkN052 : Str -> N ; + mkN052 base = let v0 = tk 5 base + in mkNoun (v0+"") + (v0+"") + (v0+"") + (v0+"-") + DFem ; + mkN052a : Str -> N ; + mkN052a base = let v0 = tk 6 base + in mkNoun (v0+"") + (v0+"") + (v0+"") + (v0+"-") + DFem ; + mkN053 : Str -> N ; + mkN053 base = let v0 = tk 3 base; + v1 = last (base) + in mkNoun (v0+""+v1) + (v0+""+v1+"") + (v0+""+v1+"") + (v0+"-") + DFem ; + mkN054 : Str -> N ; + mkN054 base = let v0 = tk 1 base + in mkNoun (v0+"") + (v0+"") + (v0+"") + (v0+"") + DNeut ; + mkN055 : Str -> N ; + mkN055 base = let v0 = tk 1 base + in mkNoun (v0+"") + (v0+"") + (v0+"") + (v0+"") + DNeut ; + mkN056 : Str -> N ; + mkN056 base = let v0 = tk 1 base + in mkNoun (v0+"") + (v0+"") + (v0+"") + (v0+"") + DNeut ; + mkN057 : Str -> N ; + mkN057 base = let v0 = tk 3 base; + v1 = last (tk 1 base) + in mkNoun (v0+""+v1+"") + (v0+""+v1+"") + (v0+""+v1+"") + (v0+""+v1+"") + DNeut ; + mkN057a : Str -> N ; + mkN057a base = let v0 = tk 4 base + in mkNoun (v0+"") + (v0+"") + (v0+"") + (v0+"") + DNeut ; + mkN058 : Str -> N ; + mkN058 base = let v0 = tk 3 base + in mkNoun (v0+"") + (v0+"") + (v0+"") + (v0+"") + DNeut ; + mkN059 : Str -> N ; + mkN059 base = let v0 = tk 1 base + in mkNoun (v0+"") + (v0+"") + (v0+"") + (v0+"") + DNeut ; + mkN060 : Str -> N ; + mkN060 base = let v0 = tk 1 base + in mkNoun (v0+"") + (v0+"") + (v0+"") + (v0+"") + DNeut ; + mkN061 : Str -> N ; + mkN061 base = let v0 = tk 1 base + in mkNoun (v0+"") + (v0+"") + (v0+"") + (v0+"") + DNeut ; + mkN062 : Str -> N ; + mkN062 base = let v0 = tk 1 base + in mkNoun (v0+"") + (v0+"") + (v0+"") + (v0+"") + DNeut ; + mkN063 : Str -> N ; + mkN063 base = let v0 = tk 2 base + in mkNoun (v0+"") + (v0+"") + (v0+"") + (v0+"") + DNeut ; + mkN064 : Str -> N ; + mkN064 base = let v0 = tk 2 base + in mkNoun (v0+"") + (v0+"") + (v0+"") + (v0+"") + DNeut ; + mkN065 : Str -> N ; + mkN065 base = let v0 = base + in mkNoun (v0) + (v0+"") + (v0+"") + (v0) + DNeut ; + mkN066 : Str -> N ; + mkN066 base = let v0 = tk 1 base + in mkNoun (v0+"") + (v0+"") + (v0+"") + (v0+"") + DNeut ; + mkN067 : Str -> N ; + mkN067 base = let v0 = tk 2 base + in mkNoun (v0+"") + (v0+"") + (v0+"") + (v0+"") + DNeut ; + mkN068 : Str -> N ; + mkN068 base = let v0 = tk 1 base + in mkNoun (v0+"") + (v0+"") + (v0+"") + (v0+"") + DNeut ; + mkN069 : Str -> N ; + mkN069 base = let v0 = base + in mkNoun (v0) + (v0+"") + (v0+"") + (v0) + DNeut ; + mkN070 : Str -> N ; + mkN070 base = let v0 = base + in mkNoun (v0) + (v0+"") + (v0+"") + (v0) + DNeut ; + mkN071 : Str -> N ; + mkN071 base = let v0 = tk 1 base + in mkNoun (v0+"") + (v0+"") + (v0+"") + (v0+"") + DNeut ; + mkN072 : Str -> N ; + mkN072 base = let v0 = tk 1 base + in mkNoun (v0+"") + (v0+"") + (v0+"") + (v0+"") + DNeut ; + mkN073 : Str -> N ; + mkN073 base = let v0 = base + in mkNoun (v0) + (v0+"") + (v0+"") + (v0) + DNeut ; + mkN074 : Str -> N ; + mkN074 base = let v0 = tk 1 base + in mkNoun (v0+"-") + (v0) + (v0) + (v0+"-") + DNeut ; + mkN075 : Str -> N ; + mkN075 base = let v0 = tk 1 base + in mkNoun (v0+"-") + (v0) + (v0) + (v0+"-") + DNeut ; + mkA076 : Str -> A ; + mkA076 base = let v0 = base + in mkAdjective (v0) + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") ; + mkA077 : Str -> A ; + mkA077 base = let v0 = base + in mkAdjective (v0) + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") ; + mkA078 : Str -> A ; + mkA078 base = let v0 = tk 1 base + in adjAdv (mkAdjective (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"")) (v0+"") ; + mkA079 : Str -> A ; + mkA079 base = let v0 = tk 2 base + in mkAdjective (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") ; + mkA080 : Str -> A ; + mkA080 base = let v0 = tk 2 base; + v1 = last (base) + in mkAdjective (v0+""+v1) + (v0+v1+"") + (v0+v1+"") + (v0+v1+"") + (v0+v1+"") + (v0+v1+"") + (v0+v1+"") + (v0+v1+"") + (v0+v1+"") ; + mkA081 : Str -> A ; + mkA081 base = let v0 = tk 2 base; + v1 = last (base) + in mkAdjective (v0+""+v1) + (v0+""+v1+"") + (v0+""+v1+"") + (v0+""+v1+"") + (v0+""+v1+"") + (v0+""+v1+"") + (v0+""+v1+"") + (v0+""+v1+"") + (v0+""+v1+"") ; + mkA082 : Str -> A ; + mkA082 base = let v0 = tk 3 base; + v1 = last (base) + in mkAdjective (v0+""+v1) + (v0+""+v1+"") + (v0+""+v1+"") + (v0+""+v1+"") + (v0+""+v1+"") + (v0+""+v1+"") + (v0+""+v1+"") + (v0+""+v1+"") + (v0+""+v1+"") ; + mkA082a : Str -> A ; + mkA082a base = let v0 = tk 5 base + in mkAdjective (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") ; + mkA083 : Str -> A ; + mkA083 base = let v0 = tk 4 base; + v1 = last (tk 2 base) + in mkAdjective (v0+""+v1+"") + (v0+""+v1+"") + (v0+""+v1+"") + (v0+""+v1+"") + (v0+""+v1+"") + (v0+""+v1+"") + (v0+""+v1+"") + (v0+""+v1+"") + (v0+""+v1+"") ; + mkA084 : Str -> A ; + mkA084 base = let v0 = tk 4 base; + v1 = last (tk 2 base) + in mkAdjective (v0+""+v1+"") + (v0+""+v1+"") + (v0+""+v1+"") + (v0+""+v1+"") + (v0+""+v1+"") + (v0+""+v1+"") + (v0+""+v1+"") + (v0+""+v1+"") + (v0+""+v1+"") ; + mkA084a : Str -> A ; + mkA084a base = let v0 = tk 5 base + in mkAdjective (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") ; + mkA085 : Str -> A ; + mkA085 base = let v0 = tk 2 base + in mkAdjective (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") ; + mkA086 : Str -> A ; + mkA086 base = let v0 = base + in mkAdjective (v0) + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") ; + mkA087 : Str -> A ; + mkA087 base = let v0 = tk 1 base + in mkAdjective (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") ; + mkA088 : Str -> A ; + mkA088 base = let v0 = tk 1 base + in mkAdjective (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") ; + mkA089 : Str -> A ; + mkA089 base = let v0 = tk 1 base + in mkAdjective (v0+"-") + (v0+"") + (v0+"") + (v0+"-") + (v0+"") + (v0+"-") + (v0+"") + (v0+"-") + (v0+"") ; + mkA089a : Str -> A ; + mkA089a base = let v0 = base + in mkAdjective (v0) + (v0) + (v0) + (v0) + (v0) + (v0) + (v0) + (v0) + (v0) ; + mkV142 : Str -> VTable ; + mkV142 base = let v0 = tk 3 base + in mkVerb (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"-") + (v0+"-") + (v0+"") ; + mkV143 : Str -> VTable ; + mkV143 base = let v0 = tk 3 base + in mkVerb (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"-") + (v0+"") + (v0+"") ; + mkV144 : Str -> VTable ; + mkV144 base = let v0 = tk 1 base + in mkVerb (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"-") + (v0+"-") + (v0+"-") ; + mkV145 : Str -> VTable ; + mkV145 base = let v0 = tk 2 base; + v1 = last (tk 1 base) + in mkVerb (v0+v1+"") + (v0+v1+"") + (v0+v1+"") + (v0+v1+"") + (v0+"") + (v0+v1+"") + (v0+v1+"") + (v0+v1+"") + (v0+v1+"") ; + mkV145a : Str -> VTable ; + mkV145a base = let v0 = tk 3 base; + v1 = last (tk 2 base) + in mkVerb (v0+v1+"") + (v0+v1+"") + (v0+v1+"") + (v0+v1+"") + (v0+v1+"") + (v0+v1+"") + (v0+v1+"") + (v0+v1+"") + (v0+v1+"") ; + mkV145b : Str -> VTable ; + mkV145b base = let v0 = tk 2 base + in mkVerb (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"-") + (v0+"") + (v0+"") ; + mkV146 : Str -> VTable ; + mkV146 base = let v0 = tk 2 base + in mkVerb (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"-") + (v0+"-") + (v0+"") ; + mkV146a : Str -> VTable ; + mkV146a base = let v0 = tk 3 base + in mkVerb (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"-") + (v0+"-") + (v0+"") ; + mkV147 : Str -> VTable ; + mkV147 base = let v0 = tk 3 base + in mkVerb (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"-") + (v0+"-") + (v0+"") ; + mkV148 : Str -> VTable ; + mkV148 base = let v0 = tk 2 base + in mkVerb (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") ; + mkV149 : Str -> VTable ; + mkV149 base = let v0 = tk 3 base + in mkVerb (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"-") + (v0+"") ; + mkV150 : Str -> VTable ; + mkV150 base = let v0 = tk 1 base + in mkVerb (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"-") + (v0+"") ; + mkV150a : Str -> VTable ; + mkV150a base = let v0 = tk 1 base + in mkVerb (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"-") + (v0+"-") + (v0+"") ; + mkV151 : Str -> VTable ; + mkV151 base = let v0 = tk 1 base + in mkVerb (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") ; + mkV152 : Str -> VTable ; + mkV152 base = let v0 = tk 1 base + in mkVerb (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"-") + (v0+"") ; + mkV152a : Str -> VTable ; + mkV152a base = let v0 = tk 4 base + in mkVerb (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"-") + (v0+"") ; + mkV153 : Str -> VTable ; + mkV153 base = let v0 = tk 3 base + in mkVerb (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"-") + (v0+"") ; + mkV154 : Str -> VTable ; + mkV154 base = let v0 = tk 1 base + in mkVerb (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") ; + mkV155 : Str -> VTable ; + mkV155 base = let v0 = tk 2 base + in mkVerb (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"-") + (v0+"") + (v0+"") ; + mkV156 : Str -> VTable ; + mkV156 base = let v0 = tk 2 base + in mkVerb (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"-") + (v0+"") ; + mkV157 : Str -> VTable ; + mkV157 base = let v0 = tk 3 base + in mkVerb (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") ; + mkV158 : Str -> VTable ; + mkV158 base = let v0 = tk 2 base + in mkVerb (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") ; + mkV159 : Str -> VTable ; + mkV159 base = let v0 = tk 2 base + in mkVerb (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") ; + mkV160 : Str -> VTable ; + mkV160 base = let v0 = tk 2 base + in mkVerb (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") ; + mkV160a : Str -> VTable ; + mkV160a base = let v0 = tk 2 base + in mkVerb (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") ; + mkV161 : Str -> VTable ; + mkV161 base = let v0 = tk 1 base + in mkVerb (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") ; + mkV161a : Str -> VTable ; + mkV161a base = let v0 = tk 1 base + in mkVerb (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") ; + mkV162 : Str -> VTable ; + mkV162 base = let v0 = tk 1 base + in mkVerb (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"-") + (v0+"") + (v0+"") ; + mkV163 : Str -> VTable ; + mkV163 base = let v0 = tk 1 base + in mkVerb (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") ; + mkV164 : Str -> VTable ; + mkV164 base = let v0 = tk 2 base + in mkVerb (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") ; + mkV165 : Str -> VTable ; + mkV165 base = let v0 = tk 1 base + in mkVerb (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"-") + (v0+"") + (v0+"-") + (v0+"") + (v0+"") ; + mkV166 : Str -> VTable ; + mkV166 base = let v0 = tk 2 base + in mkVerb (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"-") + (v0+"") + (v0+"-") ; + mkV167 : Str -> VTable ; + mkV167 base = let v0 = tk 2 base + in mkVerb (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") ; + mkV168 : Str -> VTable ; + mkV168 base = let v0 = tk 1 base + in mkVerb (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"-") + (v0+"") ; + mkV169 : Str -> VTable ; + mkV169 base = let v0 = tk 1 base + in mkVerb (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") ; + mkV170 : Str -> VTable ; + mkV170 base = let v0 = tk 3 base + in mkVerb (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") ; + mkV171 : Str -> VTable ; + mkV171 base = let v0 = tk 2 base + in mkVerb (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"-") + (v0+"") ; + mkV172 : Str -> VTable ; + mkV172 base = let v0 = tk 4 base + in mkVerb (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") ; + mkV173 : Str -> VTable ; + mkV173 base = let v0 = tk 1 base + in mkVerb (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") ; + mkV174 : Str -> VTable ; + mkV174 base = let v0 = tk 1 base + in mkVerb (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") ; + mkV175 : Str -> VTable ; + mkV175 base = let v0 = tk 1 base + in mkVerb (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") ; + mkV176 : Str -> VTable ; + mkV176 base = let v0 = tk 1 base + in mkVerb (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") ; + mkV177 : Str -> VTable ; + mkV177 base = let v0 = tk 1 base + in mkVerb (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") ; + mkV178 : Str -> VTable ; + mkV178 base = let v0 = tk 1 base + in mkVerb (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"-") + (v0+"") + (v0+"") ; + mkV179 : Str -> VTable ; + mkV179 base = let v0 = tk 4 base + in mkVerb (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") ; + mkV180 : Str -> VTable ; + mkV180 base = let v0 = tk 1 base + in mkVerb (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"-") + (v0+"") + (v0+"") ; + mkV181 : Str -> VTable ; + mkV181 base = let v0 = tk 2 base + in mkVerb (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"-") + (v0+"") ; + mkV182 : Str -> VTable ; + mkV182 base = let v0 = tk 1 base + in mkVerb (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"-") + (v0+"") + (v0+"") ; + mkV183 : Str -> VTable ; + mkV183 base = let v0 = tk 3 base + in mkVerb (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") ; + mkV184 : Str -> VTable ; + mkV184 base = let v0 = tk 3 base + in mkVerb (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") ; + mkV185 : Str -> VTable ; + mkV185 base = let v0 = tk 3 base + in mkVerb (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") ; + mkV186 : Str -> VTable ; + mkV186 base = let v0 = tk 2 base + in mkVerb (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") ; + mkV187 : Str -> VTable ; + mkV187 base = let v0 = tk 2 base + in mkVerb (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") + (v0+"") ; + + adjAdv : A -> Str -> A = + \a,adv -> {s = a.s; adv = adv; lock_A=<>} ; +} \ No newline at end of file diff --git a/deprecated/old-lib/resource/bulgarian/PhraseBul.gf b/deprecated/old-lib/resource/bulgarian/PhraseBul.gf new file mode 100644 index 000000000..0d3524832 --- /dev/null +++ b/deprecated/old-lib/resource/bulgarian/PhraseBul.gf @@ -0,0 +1,25 @@ +concrete PhraseBul of Phrase = CatBul ** open Prelude, ResBul in { + flags coding=cp1251 ; + + + lin + PhrUtt pconj utt voc = {s = pconj.s ++ utt.s ++ voc.s} ; + + UttS s = s ; + UttQS qs = {s = qs.s ! QDir} ; + UttImpSg pol imp = {s = pol.s ++ imp.s ! pol.p ! GSg Masc} ; + UttImpPl pol imp = {s = pol.s ++ imp.s ! pol.p ! GPl} ; + UttImpPol pol imp = {s = pol.s ++ imp.s ! pol.p ! GPl} ; + + UttIP ip = {s = ip.s ! RSubj ! QDir} ; + UttIAdv iadv = {s = iadv.s ! QDir} ; + UttNP np = {s = np.s ! RSubj} ; + UttVP vp = {s = daComplex vp ! Perf ! agrP3 (GSg Neut)} ; + UttAdv adv = adv ; + + NoPConj = {s = []} ; + PConjConj conj = {s = conj.s ++ linCoord!conj.conj} ; + + NoVoc = {s = []} ; + VocNP np = {s = "," ++ np.s ! RVoc} ; +} diff --git a/deprecated/old-lib/resource/bulgarian/QuestionBul.gf b/deprecated/old-lib/resource/bulgarian/QuestionBul.gf new file mode 100644 index 000000000..1032e6b44 --- /dev/null +++ b/deprecated/old-lib/resource/bulgarian/QuestionBul.gf @@ -0,0 +1,63 @@ +concrete QuestionBul of Question = CatBul ** open ResBul, Prelude in { + flags coding=cp1251 ; + + + flags optimize=all_subs ; + + lin + + QuestCl cl = { + s = \\t,a,p => + let cls = cl.s ! t ! a ! p + in table { + QDir => cls ! Quest ; + QIndir => "" ++ cls ! Main + } ---- "whether" in ExtEng + } ; + + QuestVP ip vp = { + s = \\t,a,b,qform => + (mkClause (ip.s ! RSubj ! qform) {gn = ip.gn ; p = P3} vp).s ! t ! a ! b ! Main + } ; + + QuestSlash ip slash = + mkQuestion {s = \\spec => slash.c2.s ++ ip.s ! (RObj slash.c2.c) ! spec} + {s = slash.s ! (agrP3 ip.gn) } ; + + QuestIAdv iadv cl = mkQuestion iadv cl ; + + QuestIComp icomp np = + mkQuestion icomp (mkClause (np.s ! RSubj) np.a (predV verbBe)) ; + + PrepIP p ip = {s = \\spec => p.s ++ ip.s ! RSubj ! spec} ; + + AdvIP ip adv = { + s = \\role,spec => ip.s ! role ! spec ++ adv.s ; + gn = ip.gn + } ; + + CompIAdv a = a ; + + IdetCN idet cn = { + s = \\_,spec => let nf = case of { + => NFPlCount ; + _ => NF idet.n Indef + } + in idet.s ! cn.g ! spec ++ cn.s ! nf ; + gn = gennum cn.g idet.n + } ; + + IdetIP idet = { + s = \\_ => idet.s ! DNeut ; + gn = gennum DNeut idet.n + } ; + + IdetQuant iquant num = { + s = \\g,spec => iquant.s ! gennum g num.n ! spec ++ + num.s ! dgenderSpecies g Indef RSubj ; + n = num.n ; + nonEmpty = num.nonEmpty + } ; + + CompIP ip = {s = ip.s ! RSubj} ; +} diff --git a/deprecated/old-lib/resource/bulgarian/RelativeBul.gf b/deprecated/old-lib/resource/bulgarian/RelativeBul.gf new file mode 100644 index 000000000..19e4f4af3 --- /dev/null +++ b/deprecated/old-lib/resource/bulgarian/RelativeBul.gf @@ -0,0 +1,34 @@ +concrete RelativeBul of Relative = CatBul ** open ResBul in { + flags coding=cp1251 ; + + + flags optimize=all_subs ; + + lin + RelCl cl = { + s = \\t,a,p,agr => suchRP ! agr.gn ++ "" ++ cl.s ! t ! a ! p ! Main ; + role = RSubj + } ; + + RelVP rp vp = { + s = \\t,a,p,agr => + let + cl = mkClause (rp.s ! agr.gn) agr vp + in + cl.s ! t ! a ! p ! Main ; + role = RSubj + } ; + + RelSlash rp slash = { + s = \\t,a,p,agr => slash.c2.s ++ rp.s ! agr.gn ++ slash.s ! agr ! t ! a ! p ! Main ; + role = RObj Acc + } ; + + FunRP p np rp = { + s = \\gn => np.s ! RObj Acc ++ p.s ++ (case p.c of {Acc => []; Dat => ""}) ++ rp.s ! gn ; + } ; + + IdRP = { + s = whichRP ; + } ; +} diff --git a/deprecated/old-lib/resource/bulgarian/ResBul.gf b/deprecated/old-lib/resource/bulgarian/ResBul.gf new file mode 100644 index 000000000..795b9a746 --- /dev/null +++ b/deprecated/old-lib/resource/bulgarian/ResBul.gf @@ -0,0 +1,626 @@ +--# -path=.:../abstract:../common:../../prelude + +--1 Bulgarian 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$. + +resource ResBul = ParamX ** open Prelude in { + flags coding=cp1251 ; + + + flags optimize=all ; + +-- Some parameters, such as $Number$, are inherited from $ParamX$. + +--2 For $Noun$ + +-- This is the worst-case $Case$ needed for pronouns. + + param + Role = RSubj | RObj Case | RVoc ; + Case = Acc | Dat; + + NForm = + NF Number Species + | NFSgDefNom + | NFPlCount + | NFVocative + ; + + GenNum = GSg Gender | GPl ; + +-- Agreement of $NP$ is a record. We'll add $Gender$ later. + + oper + Agr = {gn : GenNum ; p : Person} ; + + param + Gender = Masc | Fem | Neut ; + + Species = Indef | Def ; + +-- The plural never makes a gender distinction. + +--2 For $Verb$ + + Aspect = Imperf | Perf ; + + VForm = + VPres Number Person + | VAorist Number Person + | VImperfect Number Person + | VPerfect AForm + | VPluPerfect AForm + | VPassive AForm + | VPresPart AForm + | VImperative Number + | VGerund + ; + + VType = + VNormal + | VMedial Case + | VPhrasal Case + ; + +-- The order of sentence is needed already in $VP$. + + Order = Main | Inv | Quest ; + +--2 For $Adjective$ + + AForm = + ASg Gender Species + | ASgMascDefNom + | APl Species + ; + +--2 For $Numeral$ + + DGender = + DMasc + | DMascPersonal + | DFem + | DNeut + ; + + DGenderSpecies = + DMascIndef + | DMascDef + | DMascDefNom + | DMascPersonalIndef + | DMascPersonalDef + | DMascPersonalDefNom + | DFemIndef + | DFemDef + | DNeutIndef + | DNeutDef + ; + + CardOrd = NCard DGenderSpecies | NOrd AForm ; + DForm = unit | teen | ten | hundred ; + +--2 Transformations between parameter types + + oper + agrP3 : GenNum -> Agr = \gn -> + {gn = gn; p = P3} ; + + conjGenNum : GenNum -> GenNum -> GenNum = \a,b -> + case of { + => GSg g ; + _ => GPl + } ; + + conjAgr : Agr -> Agr -> Agr = \a,b -> { + gn = conjGenNum a.gn b.gn ; + p = conjPerson a.p b.p + } ; + + gennum : DGender -> Number -> GenNum = \g,n -> + case n of { + Sg => GSg (case g of { + DMasc => Masc ; + DMascPersonal => Masc ; + DFem => Fem ; + DNeut => Neut + }) ; + Pl => GPl + } ; + + numGenNum : GenNum -> Number = \gn -> + case gn of { + GSg _ => Sg ; + GPl => Pl + } ; + + aform : GenNum -> Species -> Role -> AForm = \gn,spec,role -> + case gn of { + GSg g => case of { + => ASgMascDefNom ; + _ => ASg g spec + } ; + GPl => APl spec + } ; + + dgenderSpecies : DGender -> Species -> Role -> DGenderSpecies = + \g,spec,role -> case of { + => DMascIndef ; + => case role of { + RSubj => DMascDefNom ; + _ => DMascDef + } ; + => DMascPersonalIndef ; + => case role of { + RSubj => DMascPersonalDefNom ; + _ => DMascPersonalDef + } ; + => DFemIndef ; + => DFemDef ; + => DNeutIndef ; + => DNeutDef + } ; + + nform2aform : NForm -> DGender -> AForm + = \nf,g -> case nf of { + NF n spec => aform (gennum g n) spec (RObj Acc) ; + NFSgDefNom => aform (gennum g Sg) Def RSubj ; + NFPlCount => APl Indef ; + NFVocative => aform (gennum g Sg) Indef (RObj Acc) + } ; + + indefNForm : NForm -> NForm + = \nf -> case nf of { + NF n spec => NF n Indef ; + NFSgDefNom => NF Sg Indef ; + NFPlCount => NFPlCount ; + NFVocative => NFVocative + } ; + + numNForm : NForm -> Number + = \nf -> case nf of { + NF n spec => n ; + NFSgDefNom => Sg ; + NFPlCount => Pl ; + NFVocative => Sg + } ; + + oper +-- For $Verb$. + VTable = VForm => Str ; + + Verb : Type = { + s : Aspect => VTable ; + vtype : VType + } ; + + VP : Type = { + s : Aspect => VTable ; + ad : {isEmpty : Bool; s : Str} ; -- sentential adverb + compl : Agr => Str ; + vtype : VType + } ; + + VPSlash = { + s : Aspect => VTable ; + ad : {isEmpty : Bool; s : Str} ; -- sentential adverb + compl1 : Agr => Str ; + compl2 : Agr => Str ; + vtype : VType ; + c2 : Preposition + } ; + + predV : Verb -> VP = \verb -> { + s = verb.s ; + ad = {isEmpty=True; s=[]} ; + compl = \\_ => [] ; + vtype = verb.vtype ; + } ; + + slashV : Verb -> Preposition -> VPSlash = \verb,prep -> { + s = verb.s ; + ad = {isEmpty=True; s=[]} ; + compl1 = \\_ => [] ; + compl2 = \\_ => [] ; + vtype = verb.vtype ; + c2 = prep ; + } ; + + insertObj : (Agr => Str) -> VP -> VP = \obj,vp -> { + s = vp.s ; + ad = vp.ad ; + compl = \\a => vp.compl ! a ++ obj ! a ; + vtype = vp.vtype + } ; + + insertSlashObj1 : (Agr => Str) -> VPSlash -> VPSlash = \obj,slash -> { + s = slash.s ; + ad = slash.ad ; + compl1 = \\a => slash.compl1 ! a ++ obj ! a ; + compl2 = slash.compl2 ; + vtype = slash.vtype ; + c2 = slash.c2 + } ; + + insertSlashObj2 : (Agr => Str) -> VPSlash -> VPSlash = \obj,slash -> { + s = slash.s ; + ad = slash.ad ; + compl1 = slash.compl1 ; + compl2 = \\a => slash.compl2 ! a ++ obj ! a ; + vtype = slash.vtype ; + c2 = slash.c2 + } ; + + auxBe : VTable = + table { + VPres Sg P1 => "" ; + VPres Sg P2 => "" ; + VPres Sg P3 => "" ; + VPres Pl P1 => "" ; + VPres Pl P2 => "" ; + VPres Pl P3 => "" ; + VAorist Sg P1 => "" ; + VAorist Sg _ => "" ; + VAorist Pl P1 => "" ; + VAorist Pl P2 => "" ; + VAorist Pl P3 => "" ; + VImperfect Sg P1 => "" ; + VImperfect Sg _ => "" ; + VImperfect Pl P1 => "" ; + VImperfect Pl P2 => "" ; + VImperfect Pl P3 => "" ; + VPerfect aform => regAdjective "" ! aform ; + VPluPerfect aform => regAdjective "" ! aform ; + VPassive aform => regAdjective "" ! aform ; + VPresPart aform => regAdjective "" ! aform ; + VImperative Sg => "" ; + VImperative Pl => "" ; + VGerund => "" + } ; + + auxWould : VTable = + table { + VPres Sg P1 => "" ; + VPres Sg P2 => "" ; + VPres Sg P3 => "" ; + VPres Pl P1 => "" ; + VPres Pl P2 => "" ; + VPres Pl P3 => "" ; + VAorist Sg P1 => "" ; + VAorist Sg _ => "" ; + VAorist Pl P1 => "" ; + VAorist Pl P2 => "" ; + VAorist Pl P3 => "" ; + VImperfect Sg P1 => "" ; + VImperfect Sg _ => "" ; + VImperfect Pl P1 => "" ; + VImperfect Pl P2 => "" ; + VImperfect Pl P3 => "" ; + VPerfect aform => regAdjective "" ! aform ; + VPluPerfect aform => regAdjective "" ! aform ; + VPassive aform => regAdjective "" ! aform ; + VPresPart aform => regAdjective "" ! aform ; + VImperative Sg => "" ; + VImperative Pl => "" ; + VGerund => "" + } ; + + verbBe : Verb = {s=\\_=>auxBe ; vtype=VNormal} ; + verbWould : Verb = {s=\\_=>auxWould ; vtype=VNormal} ; + + reflClitics : Case => Str = table {Acc => ""; Dat => ""} ; + + personalClitics : Case => GenNum => Person => Str = + table { + Acc => table { + GSg g => table { + P1 => "" ; + P2 => "" ; + P3 => case g of { + Masc => "" ; + Fem => "" ; + Neut => "" + } + } ; + GPl => table { + P1 => "" ; + P2 => "" ; + P3 => "" + } + } ; + Dat => table { + GSg g => table { + P1 => "" ; + P2 => "" ; + P3 => case g of { + Masc => "" ; + Fem => "" ; + Neut => "" + } + } ; + GPl => table { + P1 => "" ; + P2 => "" ; + P3 => "" + } + } + } ; + + ia2e : Str -> Str = -- to be used when the next syllable has vowel different from "","","" or "" + \s -> case s of { + x@(_*+_) + "" + y@((""|""|""|""|""|""|""|""|""|""|""|""|""|""|""|""|""|""|""|"")*) + => x+"e"+y; + _ => s + }; + + regAdjective : Str -> AForm => Str = + \base -> + let base0 : Str + = case base of { + x+"" => x; + x => x + } + in table { + ASg Masc Indef => base ; + ASg Masc Def => (base0+"") ; + ASgMascDefNom => (base0+"") ; + ASg Fem Indef => (base0+"a") ; + ASg Fem Def => (base0+"") ; + ASg Neut Indef => (base0+"") ; + ASg Neut Def => (base0+"") ; + APl Indef => (ia2e base0+"") ; + APl Def => (ia2e base0+"") + }; + +-- For $Sentence$. + + Clause : Type = { + s : Tense => Anteriority => Polarity => Order => Str + } ; + + mkClause : Str -> Agr -> VP -> Clause = + \subj,agr,vp -> { + s = \\t,a,p,o => + let + verb : Bool => Str + = \\q => vpTenses vp ! t ! a ! p ! agr ! q ! Perf ; + compl = vp.compl ! agr + in case o of { + Main => subj ++ verb ! False ++ compl ; + Inv => verb ! False ++ compl ++ subj ; + Quest => subj ++ verb ! True ++ compl + } + } ; + + vpTenses : VP -> Tense => Anteriority => Polarity => Agr => Bool => Aspect => Str = + \verb -> \\t,a,p,agr,q0,asp => + let clitic = case verb.vtype of { + VNormal => {s=[]; agr=agr} ; + VMedial c => {s=reflClitics ! c; agr=agr} ; + VPhrasal c => {s=personalClitics ! c ! agr.gn ! agr.p; agr={gn=GSg Neut; p=P3}} + } ; + + present = verb.s ! asp ! (VPres (numGenNum clitic.agr.gn) clitic.agr.p) ; + presentImperf = verb.s ! Imperf ! (VPres (numGenNum clitic.agr.gn) clitic.agr.p) ; + aorist = verb.s ! asp ! (VAorist (numGenNum clitic.agr.gn) clitic.agr.p) ; + perfect = verb.s ! asp ! (VPerfect (aform clitic.agr.gn Indef (RObj Acc))) ; + + auxPres = auxBe ! VPres (numGenNum clitic.agr.gn) clitic.agr.p ; + auxAorist = auxBe ! VAorist (numGenNum clitic.agr.gn) clitic.agr.p ; + auxCond = auxWould ! VAorist (numGenNum clitic.agr.gn) clitic.agr.p ; + + apc : Str -> Str = \s -> + case of { + => clitic.s++auxPres++s ; + _ => auxPres++s++clitic.s + } ; + + li0 = case of { => ""; _ => []} ; + + q = case verb.ad.isEmpty of {True => q0; False => False} ; + li = case q of {True => ""; _ => []} ; + + vf1 : Str -> {s1 : Str; s2 : Str} = \s -> + case p of { + Pos => case q of {True => {s1=[]; s2=""++apc []}; + False => {s1=apc []; s2=[]}} ; + Neg => {s1=""++apc li; s2=[]} + } ; + + vf2 : Str -> {s1 : Str; s2 : Str} = \s -> + case p of { + Pos => case q of {True => {s1=[]; s2=""++s}; + False => {s1=s; s2=[]}} ; + Neg => case verb.vtype of + {VNormal => {s1=""; s2=li} ; + _ => {s1=""++s++li; s2=[]}} + } ; + + vf3 : Str -> {s1 : Str; s2 : Str} = \s -> + case p of { + Pos => {s1=""++s; s2=li} ; + Neg => {s1=""++li++""++s; s2=[]} + } ; + + vf4 : Str -> {s1 : Str; s2 : Str} = \s -> + case p of { + Pos => {s1= s++li++clitic.s; s2=[]} ; + Neg => {s1=""++s++li++clitic.s; s2=[]} + } ; + + verbs : {aux:{s1:Str; s2:Str}; main:Str} = + case of { + => {aux=vf2 clitic.s; main=presentImperf} ; + => {aux=vf1 clitic.s; main=perfect} ; + => {aux=vf2 clitic.s; main=aorist} ; + => {aux=vf4 auxAorist; main=perfect} ; + => {aux=vf3 clitic.s; main=present} ; + => {aux=vf3 (apc []); main=perfect} ; + => {aux=vf4 auxCond ; main=perfect} + } + + in verb.ad.s ++ li0 ++ verbs.aux.s1 ++ verbs.main ++ verbs.aux.s2 ; + + daComplex : VP -> Aspect => Agr => Str = + \vp -> \\asp,agr => + let clitic = case vp.vtype of { + VNormal => {s=[]; agr=agr} ; + VMedial c => {s=reflClitics ! c; agr=agr} ; + VPhrasal c => {s=personalClitics ! c ! agr.gn ! agr.p; agr={gn=GSg Neut; p=P3}} + } + in vp.ad.s ++ "" ++ clitic.s ++ vp.s ! asp ! VPres (numGenNum clitic.agr.gn) clitic.agr.p ++ vp.compl ! agr ; + +-- For $Numeral$. + + mkDigit : Str -> Str -> Str -> Str -> Str -> {s : DForm => CardOrd => Str} = + \dva, dvama, dve, vtori, dvesta -> + {s = table { + unit => mkCardOrd dva dvama dve vtori ; + teen => mkCardOrd (dva+"") (dva+"") (dva+"") (dva+"") ; + ten => mkCardOrd (dva+"") (dva+"") (dva+"") (dva+"") ; + hundred => let dvesten : Str + = case dvesta of { + dvest+"" => dvest+"" ; + chetiristot+"" => chetiristot+"" + } + in mkCardOrd dvesta dvesta dvesta dvesten + } + } ; + + mkCardOrd : Str -> Str -> Str -> Str -> CardOrd => Str = + \dva, dvama, dve, vtori -> + table { + NCard dg => digitGenderSpecies dva dvama dve ! dg ; + NOrd aform => let vtora = init vtori + "" ; + vtoro = init vtori + "" + in case aform of { + ASg Masc Indef => vtori ; + ASg Masc Def => vtori+"" ; + ASgMascDefNom => vtori+"" ; + ASg Fem Indef => vtora ; + ASg Fem Def => vtora+"" ; + ASg Neut Indef => vtoro ; + ASg Neut Def => vtoro+"" ; + APl Indef => vtori ; + APl Def => vtori+"" + } + } ; + + digitGenderSpecies : Str -> Str -> Str -> DGenderSpecies => Str = + \dva, dvama, dve + -> let addDef : Str -> Str = + \s -> case s of { + dves+"" => dves+"" ; + dv+"" => dv+"" ; + x => x+"" + } + in table { + DMascIndef => dva ; + DMascDef => addDef dva ; + DMascDefNom => addDef dva ; + DMascPersonalIndef => dvama ; + DMascPersonalDef => addDef dvama ; + DMascPersonalDefNom => addDef dvama ; + DFemIndef => dve ; + DFemDef => addDef dve ; + DNeutIndef => dve ; + DNeutDef => addDef dve + } ; + + mkIP : Str -> Str -> GenNum -> {s : Role => QForm => Str ; gn : GenNum} = + \koi,kogo,gn -> { + s = table { + RSubj => table QForm [koi; koi+""] ; + RObj Acc => table QForm [kogo; kogo+""] ; + RObj Dat => table QForm ["" ++ kogo; kogo+""] ; + RVoc => table QForm [koi; koi+""] + } ; + gn = gn + } ; + + mkPron : (az,men,mi,moj,moia,moiat,moia_,moiata,moe,moeto,moi,moite : Str) -> GenNum -> Person -> {s : Role => Str; gen : AForm => Str; a : Agr} = + \az,men,mi,moj,moia,moiat,moia_,moiata,moe,moeto,moi,moite,gn,p -> { + s = table { + RSubj => az ; + RObj Acc => men ; + RObj Dat => mi ; + RVoc => az + } ; + gen = table { + ASg Masc Indef => moj ; + ASg Masc Def => moia ; + ASgMascDefNom => moiat ; + ASg Fem Indef => moia_ ; + ASg Fem Def => moiata ; + ASg Neut Indef => moe ; + ASg Neut Def => moeto ; + APl Indef => moi ; + APl Def => moite + } ; + a = { + gn = gn ; + p = p + } + } ; + + mkNP : Str -> GenNum -> Person -> {s : Role => Str; a : Agr} = + \s,gn,p -> { + s = table { + RSubj => s ; + RObj Acc => s ; + RObj Dat => "" ++ s ; + RVoc => s + } ; + a = { + gn = gn ; + p = p + } + } ; + + Preposition : Type = {s : Str; c : Case}; + + mkQuestion : + {s : QForm => Str} -> Clause -> + {s : Tense => Anteriority => Polarity => QForm => Str} = \wh,cl -> + { + s = \\t,a,p,qform => + let cls = cl.s ! t ! a ! p ; + in wh.s ! qform ++ cls ! case qform of { + QDir => Inv ; + QIndir => Main + } + } ; + + whichRP : GenNum => Str + = table { + GSg Masc => "" ; + GSg Fem => "" ; + GSg Neut => "" ; + GPl => "" + } ; + + suchRP : GenNum => Str + = table { + GSg Masc => "" ; + GSg Fem => "" ; + GSg Neut => "" ; + GPl => "" + } ; + + thisRP : GenNum => Str + = table { + GSg Masc => "" ; + GSg Fem => "a" ; + GSg Neut => "" ; + GPl => "" + } ; + + linCoord : Bool => Str ; + linCoord = table {True => ""; False=>""} ; + + linCoordSep : Str -> Bool => Bool => Str ; + linCoordSep s = table {True => linCoord; False=> \\_ => s} ; +} diff --git a/deprecated/old-lib/resource/bulgarian/SentenceBul.gf b/deprecated/old-lib/resource/bulgarian/SentenceBul.gf new file mode 100644 index 000000000..ff2bc0fd8 --- /dev/null +++ b/deprecated/old-lib/resource/bulgarian/SentenceBul.gf @@ -0,0 +1,72 @@ +concrete SentenceBul of Sentence = CatBul ** open Prelude, ResBul in { + flags coding=cp1251 ; + + + flags optimize=all_subs ; + + lin + PredVP np vp = mkClause (np.s ! (case vp.vtype of { + VNormal => RSubj ; + VMedial _ => RSubj ; + VPhrasal c => RObj c})) np.a vp ; + + PredSCVP sc vp = mkClause sc.s {gn=GSg Masc; p=P3} vp ; + + ImpVP vp = { + s = \\p,gn => + let agr = {gn = gn ; p = P2} ; + verb = vp.s ! Perf ! VImperative (numGenNum gn) ; + compl = vp.compl ! agr ; + clitic = case vp.vtype of { + VNormal => [] ; + VMedial c => reflClitics ! c ; + VPhrasal c => personalClitics ! c ! agr.gn ! agr.p + } ; + in case p of {Pos => vp.ad.s ++ verb ++ clitic ; + Neg => "" ++ vp.ad.s ++ clitic ++ verb} ++ compl ; + } ; + + SlashVP np slash = { + s = \\agr => (mkClause (np.s ! RSubj) np.a {s = slash.s ; + ad = slash.ad ; + compl = \\_ => slash.compl1 ! np.a ++ slash.compl2 ! agr ; + vtype = slash.vtype}).s ; + c2 = slash.c2 + } ; + + AdvSlash slash adv = { + s = \\agr,t,a,b,o => slash.s ! agr ! t ! a ! b ! o ++ adv.s ; + c2 = slash.c2 + } ; + + SlashPrep cl prep = {s = \\_ => cl.s; c2 = prep} ; + + SlashVS np vs slash = { + s = \\agr => (mkClause (np.s ! RSubj) np.a + (insertObj (\\_ => "" ++ slash.s ! agr) (predV vs))).s ; + c2 = slash.c2 + } ; + + EmbedS s = {s = "," ++ "" ++ s.s} ; + EmbedQS qs = {s = qs.s ! QIndir} ; + EmbedVP vp = {s = daComplex vp ! Perf ! {gn=GSg Masc; p=P1}} ; + + UseCl t a p cl = { + s = t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! p.p ! Main + } ; + UseQCl t a p cl = { + s = \\q => t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! p.p ! q + } ; + UseRCl t a p cl = { + s = \\agr => t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! p.p ! agr ; + role = cl.role + } ; + UseSlash t a p cl = { + s = \\agr => t.s ++ a.s ++ p.s ++ cl.s ! agr ! t.t ! a.a ! p.p ! Main ; + c2 = cl.c2 + } ; + + AdvS a s = {s = a.s ++ "," ++ s.s} ; + + RelS s r = {s = s.s ++ "," ++ r.s ! {gn=gennum DNeut Sg; p=P3}} ; +} diff --git a/deprecated/old-lib/resource/bulgarian/StructuralBul.gf b/deprecated/old-lib/resource/bulgarian/StructuralBul.gf new file mode 100644 index 000000000..a3b8ec75c --- /dev/null +++ b/deprecated/old-lib/resource/bulgarian/StructuralBul.gf @@ -0,0 +1,122 @@ +concrete StructuralBul of Structural = CatBul ** + open MorphoBul, ParadigmsBul, Prelude in { + flags coding=cp1251 ; + + + flags optimize=all ; + + lin + above_Prep = mkPrep "" Acc ; + after_Prep = mkPrep "" Acc ; + all_Predet = {s = table GenNum ["";"";"";""]} ; + almost_AdA, almost_AdN = ss "" ; + although_Subj = ss [" "] ; + always_AdV = ss "" ; + and_Conj = {s=[]; conj=True; distr=False; n = Pl} ; + because_Subj = ss "" ; + before_Prep = mkPrep "" Acc ; + behind_Prep = mkPrep "" Acc ; + between_Prep = mkPrep "" Acc ; + both7and_DConj = {s=[]; conj=True; distr=True; n = Pl} ; + but_PConj = ss "" ; + by8agent_Prep = mkPrep "" Acc ; + by8means_Prep = mkPrep "" Acc ; + can8know_VV, can_VV = mkVV (stateV (mkV166 "")) ; + during_Prep = mkPrep [" "] Acc ; + either7or_DConj = {s=[]; conj=False; distr=True; n = Sg} ; + everybody_NP = mkNP "" (GSg Masc) P3 ; + every_Det = mkDeterminerSg "" "" ""; + everything_NP = mkNP "" (GSg Neut) P3 ; + everywhere_Adv = ss "" ; + few_Det = {s = \\_,_ => ""; n = Pl; countable = True; spec = Indef} ; +--- first_Ord = ss "first" ; DEPRECATED + for_Prep = mkPrep "" Acc ; + from_Prep = mkPrep "" Acc ; + he_Pron = mkPron "" "" "" "" "" "" "" "" "" "" "" "" (GSg Masc) P3 ; + here_Adv = ss "" ; + here7to_Adv = ss [" "] ; + here7from_Adv = ss [" "] ; + how_IAdv = mkIAdv "" ; + how8many_IDet = {s = \\_ => table QForm ["";""]; n = Pl; nonEmpty = False} ; + if_Subj = ss "" ; + in8front_Prep = mkPrep "" Acc ; + i_Pron = mkPron "" "" "" "" "" "" "" "" "" "" "" "" (GSg Masc) P1 ; + in_Prep = mkPrep (pre { "" ; + "" / strs {"" ; "" ; "" ; ""} + }) Acc ; + it_Pron = mkPron "" "" "" "" "" "" "" "" "" "" "" "" (GSg Neut) P3 ; + less_CAdv = {s=""; sn="-"} ; + many_Det = mkDeterminerPl "" ; + more_CAdv = {s=[]; sn=""} ; + most_Predet = {s = \\_ => ""} ; + much_Det = mkDeterminerSg "" "" ""; + must_VV = + mkVV { + s = \\_=>table { + VPres _ _ => "" ; + VAorist _ _ => "" ; + VImperfect _ _ => "" ; + VPerfect _ => "" ; + VPluPerfect _ => "" ; + VPassive _ => "" ; + VPresPart _ => "" ; + VImperative Sg => "" ; + VImperative Pl => "" ; + VGerund => "" + } ; + vtype=VNormal ; + lock_V=<> + } ; + no_Utt = ss "" ; + on_Prep = mkPrep "" Acc ; +---- one_Quant = mkDeterminer Sg "one" ; -- DEPRECATED + only_Predet = {s = \\_ => ""} ; + or_Conj = {s=[]; conj=False; distr=False; n = Sg} ; + otherwise_PConj = ss "" ; + part_Prep = mkPrep "" Acc ; + please_Voc = ss "" ; + possess_Prep = mkPrep [] Dat ; + quite_Adv = ss "" ; + she_Pron = mkPron "" "" "" "" "" "" "" "" "" "" "" "" (GSg Fem) P3 ; + so_AdA = ss "" ; + somebody_NP = mkNP "" (GSg Masc) P3 ; + someSg_Det = mkDeterminerSg "" "" "" ; + somePl_Det = mkDeterminerPl "" ; + something_NP = mkNP "" (GSg Neut) P3 ; + somewhere_Adv = ss "" ; + that_Quant = mkQuant "" "" "" "" ; + there_Adv = ss "" ; + there7to_Adv = ss [" "] ; + there7from_Adv = ss [" "] ; + therefore_PConj = ss [" "] ; + they_Pron = mkPron "" "" "" "" "" "" "" "" "" "" "" "" GPl P3 ; + this_Quant = mkQuant "" "" "" "" ; + through_Prep = mkPrep "" Acc ; + too_AdA = ss "" ; + to_Prep = mkPrep "" Acc ; + under_Prep = mkPrep "" Acc ; + very_AdA = ss "" ; + want_VV = mkVV (stateV (mkV186 "")) ; + we_Pron = mkPron "" "" "" "" "" "" "" "" "" "" "" "" GPl P1 ; + whatPl_IP = mkIP "" "" GPl ; + whatSg_IP = mkIP "" "" (GSg Masc) ; + when_IAdv = mkIAdv "" ; + when_Subj = ss "" ; + where_IAdv = mkIAdv "" ; + which_IQuant = {s = table GenNum [table QForm ["";""]; + table QForm ["";""]; + table QForm ["";""]; + table QForm ["";""]]} ; + whoSg_IP = mkIP "" "" (GSg Masc) ; + whoPl_IP = mkIP "" "" GPl ; + why_IAdv = mkIAdv "" ; + without_Prep = mkPrep "" Acc ; + with_Prep = mkPrep (pre { "" ; + "" / strs {"" ; "" ; "" ; ""} + }) Acc ; + yes_Utt = ss "" ; + youSg_Pron = mkPron "" "" "" "" "" "" "" "" "" "" "" "" (GSg Masc) P2 ; + youPl_Pron = mkPron "" "" "" "" "" "" "" "" "" "" "" "" GPl P2 ; + youPol_Pron = mkPron "" "" "" "" "" "" "" "" "" "" "" "" GPl P2 ; +} + diff --git a/deprecated/old-lib/resource/bulgarian/TextBul.gf b/deprecated/old-lib/resource/bulgarian/TextBul.gf new file mode 100644 index 000000000..21e624b8e --- /dev/null +++ b/deprecated/old-lib/resource/bulgarian/TextBul.gf @@ -0,0 +1,13 @@ +concrete TextBul of Text = CatBul ** { + flags coding=cp1251 ; + + +-- This will work for almost all languages except Spanish. + + 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/deprecated/old-lib/resource/bulgarian/VerbBul.gf b/deprecated/old-lib/resource/bulgarian/VerbBul.gf new file mode 100644 index 000000000..59d29deb2 --- /dev/null +++ b/deprecated/old-lib/resource/bulgarian/VerbBul.gf @@ -0,0 +1,92 @@ +concrete VerbBul of Verb = CatBul ** open Prelude, ResBul, ParadigmsBul in { + flags coding=cp1251 ; + + + flags optimize=all_subs ; + + lin + UseV = predV ; + + SlashV2a v = slashV v v.c2 ; + + Slash2V3 v np = + insertSlashObj1 (\\_ => v.c2.s ++ np.s ! RObj v.c2.c) (slashV v v.c3) ; + + Slash3V3 v np = + insertSlashObj2 (\\_ => v.c3.s ++ np.s ! RObj v.c3.c) (slashV v v.c2) ; + + ComplVV vv vp = + insertObj (daComplex vp ! Perf) (predV vv) ; + + ComplVS v s = insertObj (\\_ => "," ++ "" ++ s.s) (predV v) ; + ComplVQ v q = insertObj (\\_ => q.s ! QDir) (predV v) ; + + ComplVA v ap = + insertObj (\\agr => ap.s ! aform agr.gn Indef (RObj Acc)) (predV v) ; + + + SlashV2A v ap = + insertSlashObj2 (\\a => ap.s ! aform a.gn Indef (RObj Acc)) (slashV v v.c2) ; + + -- test: I saw a boy to whom she said that they are here + SlashV2S v s = insertSlashObj2 (\\_ => "," ++ "" ++ s.s) (slashV v v.c2) ; + + -- test: I saw a boy whom she asked who is here + SlashV2Q v q = insertSlashObj2 (\\_ => q.s ! QDir) (slashV v v.c2) ; + + -- test: I saw a boy whom she begged to walk + SlashV2V vv vp = + insertSlashObj2 (daComplex vp ! Perf) (slashV vv vv.c2) ; + + -- test: I saw a car whom she wanted to buy + SlashVV vv slash = { + s = vv.s ; + ad = {isEmpty=True; s=[]}; + compl1 = daComplex {s=slash.s; ad=slash.ad; compl=slash.compl1; vtype=slash.vtype} ! Perf ; + compl2 = slash.compl2 ; + vtype = vv.vtype ; + c2 = slash.c2 + } ; + + -- test: I saw a car whom she begged me to buy + SlashV2VNP vv np slash = { + s = vv.s ; + ad = {isEmpty=True; s=[]}; + compl1 = \\agr => vv.c2.s ++ np.s ! RObj vv.c2.c ++ + daComplex {s=slash.s; ad=slash.ad; compl=slash.compl1; vtype=slash.vtype} ! Perf ! np.a ; + compl2 = slash.compl2 ; + vtype = vv.vtype ; + c2 = slash.c2 + } ; + + ComplSlash slash np = { + s = slash.s ; + ad = slash.ad ; + compl = \\a => slash.compl1 ! a ++ slash.c2.s ++ np.s ! RObj slash.c2.c ++ slash.compl2 ! np.a ; + vtype = slash.vtype + } ; + + UseComp comp = insertObj comp.s (predV verbBe) ; + + AdvVP vp adv = insertObj (\\_ => adv.s) vp ; + + AdVVP adv vp = { + s = vp.s ; + ad = {isEmpty=False; s=vp.ad.s ++ adv.s} ; + compl = vp.compl ; + vtype = vp.vtype + } ; + + ReflVP slash = { + s = slash.s ; + ad = slash.ad ; + compl = \\agr => slash.compl1 ! agr ++ slash.compl2 ! agr ; + vtype = VMedial slash.c2.c ; + } ; + + PassV2 v = insertObj (\\a => v.s ! Perf ! VPassive (aform a.gn Indef (RObj Acc))) (predV verbBe) ; + + CompAP ap = {s = \\agr => ap.s ! aform agr.gn Indef (RObj Acc)} ; + CompNP np = {s = \\_ => np.s ! RObj Acc} ; + CompAdv a = {s = \\_ => a.s} ; +} diff --git a/deprecated/old-lib/resource/catalan/AdjectiveCat.gf b/deprecated/old-lib/resource/catalan/AdjectiveCat.gf new file mode 100644 index 000000000..917d1188d --- /dev/null +++ b/deprecated/old-lib/resource/catalan/AdjectiveCat.gf @@ -0,0 +1,2 @@ +concrete AdjectiveCat of Adjective = CatCat ** AdjectiveRomance with + (ResRomance = ResCat) ; diff --git a/deprecated/old-lib/resource/catalan/AdverbCat.gf b/deprecated/old-lib/resource/catalan/AdverbCat.gf new file mode 100644 index 000000000..0911f55b8 --- /dev/null +++ b/deprecated/old-lib/resource/catalan/AdverbCat.gf @@ -0,0 +1,2 @@ +concrete AdverbCat of Adverb = CatCat ** AdverbRomance with + (ResRomance = ResCat) ; diff --git a/deprecated/old-lib/resource/catalan/AllCat.gf b/deprecated/old-lib/resource/catalan/AllCat.gf new file mode 100644 index 000000000..98e2c597d --- /dev/null +++ b/deprecated/old-lib/resource/catalan/AllCat.gf @@ -0,0 +1,7 @@ +--# -path=.:../romance:../abstract:../common:prelude + +concrete AllCat of AllCatAbs = + LangCat, + IrregCat, + ExtraCat + ** {} ; diff --git a/deprecated/old-lib/resource/catalan/AllCatAbs.gf b/deprecated/old-lib/resource/catalan/AllCatAbs.gf new file mode 100644 index 000000000..3ba6575a4 --- /dev/null +++ b/deprecated/old-lib/resource/catalan/AllCatAbs.gf @@ -0,0 +1,5 @@ +abstract AllCatAbs = + Lang, + IrregCatAbs, + ExtraCatAbs + ** {} ; diff --git a/deprecated/old-lib/resource/catalan/BeschCat.gf b/deprecated/old-lib/resource/catalan/BeschCat.gf new file mode 100644 index 000000000..b9e86a0c1 --- /dev/null +++ b/deprecated/old-lib/resource/catalan/BeschCat.gf @@ -0,0 +1,6066 @@ +--# -path=.:../romance:../common:../abstract:../../prelude +-- +-- Verbs trets de "Xurriguera". +-- + +resource BeschCat = open Prelude, CommonRomance in { + +flags coding=utf8 ; + +--flags optimize=noexpand ; -- faster than values +-- +oper Verbum = {s : VFB => Str} ; +-- +-- +oper absoldre_1 : Str -> Verbum = \absoldre -> +let absol_ = Predef.tk 3 absoldre in +{s = table { + VI Infn => absol_ + "dre" ; + VI Ger => absol_ + "ent" ; + VI Part => absol_ + "t" ; + VP (Pres Ind Pl P1) => absol_ + "em" ; + VP (Pres Ind Sg P1) => absol_ + "c" ; + VP (Pres Ind Pl P2) => absol_ + "eu" ; + VP (Pres Ind Sg P2) => absol_ + "s" ; + VP (Pres Ind Pl P3) => absol_ + "en" ; + VP (Pres Ind Sg P3) => absol_ + "" ; + VP (Pres Subj Pl P1) => absol_ + "guem" ; + VP (Pres Subj Sg P1) => absol_ + "gui" ; + VP (Pres Subj Pl P2) => absol_ + "gueu" ; + VP (Pres Subj Sg P2) => absol_ + "guis" ; + VP (Pres Subj Pl P3) => absol_ + "guin" ; + VP (Pres Subj Sg P3) => absol_ + "gui" ; + VP (Impf Ind Pl P1) => absol_ + "em" ;--# notpresent + VP (Impf Ind Sg P1) => absol_ + "ia" ;--# notpresent + VP (Impf Ind Pl P2) => absol_ + "eu" ;--# notpresent + VP (Impf Ind Sg P2) => absol_ + "ies" ;--# notpresent + VP (Impf Ind Pl P3) => absol_ + "ien" ;--# notpresent + VP (Impf Ind Sg P3) => absol_ + "ia" ;--# notpresent + VP (Impf Subj Pl P1) => absol_ + "gussim" ;--# notpresent + VP (Impf Subj Sg P1) => absol_ + "gus" ;--# notpresent + VP (Impf Subj Pl P2) => absol_ + "gussiu" ;--# notpresent + VP (Impf Subj Sg P2) => absol_ + "guessis" ;--# notpresent + VP (Impf Subj Pl P3) => absol_ + "guessin" ;--# notpresent + VP (Impf Subj Sg P3) => absol_ + "gus" ;--# notpresent + VP (Fut Pl P1) => absol_ + "drem" ;--# notpresent + VP (Fut Sg P1) => absol_ + "dr" ;--# notpresent + VP (Fut Pl P2) => absol_ + "dreu" ;--# notpresent + VP (Fut Sg P2) => absol_ + "drs" ;--# notpresent + VP (Fut Pl P3) => absol_ + "dran" ;--# notpresent + VP (Fut Sg P3) => absol_ + "dr" ;--# notpresent + VP (Pret Pl P1) => absol_ + "gussim" ;--# notpresent + VP (Pret Sg P1) => absol_ + "gus" ;--# notpresent + VP (Pret Pl P2) => absol_ + "gussiu" ;--# notpresent + VP (Pret Sg P2) => absol_ + "guessis" ;--# notpresent + VP (Pret Pl P3) => absol_ + "guessin" ;--# notpresent + VP (Pret Sg P3) => absol_ + "gus" ;--# notpresent + VP (Cond Pl P1) => absol_ + "drem" ;--# notpresent + VP (Cond Sg P1) => absol_ + "dria" ;--# notpresent + VP (Cond Pl P2) => absol_ + "dreu" ;--# notpresent + VP (Cond Sg P2) => absol_ + "dries" ;--# notpresent + VP (Cond Pl P3) => absol_ + "drien" ;--# notpresent + VP (Cond Sg P3) => absol_ + "dria" ;--# notpresent + VP (Imp Pl P1) => absol_ + "guem" ; + VP (Imp Pl P2) => absol_ + "eu" ; + VP (Imp Sg P2) => absol_ + "" ; + VP (Imp Pl P3) => absol_ + "guin" ; + VP (Imp Sg P3) => absol_ + "gui" ; + VP (Pass Pl Fem) => absol_ + "tes" ; + VP (Pass Sg Fem) => absol_ + "ta" ; + VP (Pass Pl Masc) => absol_ + "ts" ; + VP (Pass Sg Masc) => absol_ + "t" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper admetre_2 : Str -> Verbum = \admetre -> +let adm_ = Predef.tk 4 admetre in +{s = table { + VI Infn => adm_ + "etre" ; + VI Ger => adm_ + "etent" ; + VP (Pres Ind Pl P1) => adm_ + "etem" ; + VP (Pres Ind Sg P1) => adm_ + "eto" ; + VP (Pres Ind Pl P2) => adm_ + "eteu" ; + VP (Pres Ind Sg P2) => adm_ + "ets" ; + VP (Pres Ind Pl P3) => adm_ + "eten" ; + VP (Pres Ind Sg P3) => adm_ + "et" ; + VP (Pres Subj Pl P1) => adm_ + "etem" ; + VP (Pres Subj Sg P1) => adm_ + "eti" ; + VP (Pres Subj Pl P2) => adm_ + "eteu" ; + VP (Pres Subj Sg P2) => adm_ + "etis" ; + VP (Pres Subj Pl P3) => adm_ + "etin" ; + VP (Pres Subj Sg P3) => adm_ + "eti" ; + VP (Impf Ind Pl P1) => adm_ + "etem" ;--# notpresent + VP (Impf Ind Sg P1) => adm_ + "etia" ;--# notpresent + VP (Impf Ind Pl P2) => adm_ + "eteu" ;--# notpresent + VP (Impf Ind Sg P2) => adm_ + "eties" ;--# notpresent + VP (Impf Ind Pl P3) => adm_ + "etien" ;--# notpresent + VP (Impf Ind Sg P3) => adm_ + "etia" ;--# notpresent + VP (Impf Subj Pl P1) => adm_ + "etssim" ;--# notpresent + VP (Impf Subj Sg P1) => adm_ + "ets" ;--# notpresent + VP (Impf Subj Pl P2) => adm_ + "etssiu" ;--# notpresent + VP (Impf Subj Sg P2) => adm_ + "etessis" ;--# notpresent + VP (Impf Subj Pl P3) => adm_ + "etessin" ;--# notpresent + VP (Impf Subj Sg P3) => adm_ + "ets" ;--# notpresent + VP (Fut Pl P1) => adm_ + "etrem" ;--# notpresent + VP (Fut Sg P1) => adm_ + "etr" ;--# notpresent + VP (Fut Pl P2) => adm_ + "etreu" ;--# notpresent + VP (Fut Sg P2) => adm_ + "etrs" ;--# notpresent + VP (Fut Pl P3) => adm_ + "etran" ;--# notpresent + VP (Fut Sg P3) => adm_ + "etr" ;--# notpresent + VP (Pret Pl P1) => adm_ + "etssim" ;--# notpresent + VP (Pret Sg P1) => adm_ + "ets" ;--# notpresent + VP (Pret Pl P2) => adm_ + "etssiu" ;--# notpresent + VP (Pret Sg P2) => adm_ + "etessis" ;--# notpresent + VP (Pret Pl P3) => adm_ + "etessin" ;--# notpresent + VP (Pret Sg P3) => adm_ + "ets" ;--# notpresent + VP (Cond Pl P1) => adm_ + "etrem" ;--# notpresent + VP (Cond Sg P1) => adm_ + "etria" ;--# notpresent + VP (Cond Pl P2) => adm_ + "etreu" ;--# notpresent + VP (Cond Sg P2) => adm_ + "etries" ;--# notpresent + VP (Cond Pl P3) => adm_ + "etrien" ;--# notpresent + VP (Cond Sg P3) => adm_ + "etria" ;--# notpresent + VP (Imp Pl P1) => adm_ + "etem" ; + VP (Imp Pl P2) => adm_ + "eteu" ; + VP (Imp Sg P2) => adm_ + "et" ; + VP (Imp Pl P3) => adm_ + "etin" ; + VP (Imp Sg P3) => adm_ + "eti" ; + VP (Pass Pl Fem) => adm_ + "eses" ; + VP (Pass Sg Fem) => adm_ + "esa" ; + VP (Pass Pl Masc) => adm_ + "esos" ; + VI Part => adm_ + "s" ; + VP (Pass Sg Masc) => adm_ + "s" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper ajupir_3 : Str -> Verbum = \ajupir -> +let ajup_ = Predef.tk 2 ajupir in +{s = table { + VI Infn => ajup_ + "ir" ; + VI Ger => ajup_ + "int" ; + VI Part => ajup_ + "it" ; + VP (Pres Ind Pl P1) => ajup_ + "im" ; + VP (Pres Ind Sg P1) => ajup_ + "o" ; + VP (Pres Ind Pl P2) => ajup_ + "iu" ; + VP (Pres Ind Sg P2) => ajup_ + "s" ; + VP (Pres Ind Pl P3) => ajup_ + "en" ; + VP (Pres Ind Sg P3) => ajup_ + "" ; + VP (Pres Subj Pl P1) => ajup_ + "im" ; + VP (Pres Subj Sg P1) => ajup_ + "i" ; + VP (Pres Subj Pl P2) => ajup_ + "iu" ; + VP (Pres Subj Sg P2) => ajup_ + "is" ; + VP (Pres Subj Pl P3) => ajup_ + "in" ; + VP (Pres Subj Sg P3) => ajup_ + "i" ; + VP (Impf Ind Pl P1) => ajup_ + "em" ;--# notpresent + VP (Impf Ind Sg P1) => ajup_ + "ia" ;--# notpresent + VP (Impf Ind Pl P2) => ajup_ + "eu" ;--# notpresent + VP (Impf Ind Sg P2) => ajup_ + "ies" ;--# notpresent + VP (Impf Ind Pl P3) => ajup_ + "ien" ;--# notpresent + VP (Impf Ind Sg P3) => ajup_ + "ia" ;--# notpresent + VP (Impf Subj Pl P1) => ajup_ + "ssim" ;--# notpresent + VP (Impf Subj Sg P1) => ajup_ + "s" ;--# notpresent + VP (Impf Subj Pl P2) => ajup_ + "ssiu" ;--# notpresent + VP (Impf Subj Sg P2) => ajup_ + "issis" ;--# notpresent + VP (Impf Subj Pl P3) => ajup_ + "issin" ;--# notpresent + VP (Impf Subj Sg P3) => ajup_ + "s" ;--# notpresent + VP (Fut Pl P1) => ajup_ + "irem" ;--# notpresent + VP (Fut Sg P1) => ajup_ + "ir" ;--# notpresent + VP (Fut Pl P2) => ajup_ + "ireu" ;--# notpresent + VP (Fut Sg P2) => ajup_ + "irs" ;--# notpresent + VP (Fut Pl P3) => ajup_ + "iran" ;--# notpresent + VP (Fut Sg P3) => ajup_ + "ir" ;--# notpresent + VP (Pret Pl P1) => ajup_ + "ssim" ;--# notpresent + VP (Pret Sg P1) => ajup_ + "s" ;--# notpresent + VP (Pret Pl P2) => ajup_ + "ssiu" ;--# notpresent + VP (Pret Sg P2) => ajup_ + "issis" ;--# notpresent + VP (Pret Pl P3) => ajup_ + "issin" ;--# notpresent + VP (Pret Sg P3) => ajup_ + "s" ;--# notpresent + VP (Cond Pl P1) => ajup_ + "irem" ;--# notpresent + VP (Cond Sg P1) => ajup_ + "iria" ;--# notpresent + VP (Cond Pl P2) => ajup_ + "ireu" ;--# notpresent + VP (Cond Sg P2) => ajup_ + "iries" ;--# notpresent + VP (Cond Pl P3) => ajup_ + "irien" ;--# notpresent + VP (Cond Sg P3) => ajup_ + "iria" ;--# notpresent + VP (Imp Pl P1) => ajup_ + "im" ; + VP (Imp Pl P2) => ajup_ + "iu" ; + VP (Imp Sg P2) => ajup_ + "" ; + VP (Imp Pl P3) => ajup_ + "in" ; + VP (Imp Sg P3) => ajup_ + "i" ; + VP (Pass Pl Fem) => ajup_ + "ides" ; + VP (Pass Sg Fem) => ajup_ + "ida" ; + VP (Pass Pl Masc) => ajup_ + "its" ; + VP (Pass Sg Masc) => ajup_ + "it" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper anar_4 : Str -> Verbum = \anar -> +let x_ = Predef.tk 4 anar in +{s = table { + VI Infn => x_ + "anar" ; + VI Ger => x_ + "anant" ; + VI Part => x_ + "anat" ; + VP (Pres Ind Pl P1) => x_ + "anem" ; + VP (Pres Ind Sg P1) => x_ + "vaig" ; + VP (Pres Ind Pl P2) => x_ + "aneu" ; + VP (Pres Ind Sg P2) => x_ + "vas" ; + VP (Pres Ind Pl P3) => x_ + "van" ; + VP (Pres Ind Sg P3) => x_ + "va" ; + VP (Pres Subj Pl P1) => x_ + "anem" ; + VP (Pres Subj Sg P1) => x_ + "vagi" ; + VP (Pres Subj Pl P2) => x_ + "aneu" ; + VP (Pres Subj Sg P2) => x_ + "vagis" ; + VP (Pres Subj Pl P3) => x_ + "vagin" ; + VP (Pres Subj Sg P3) => x_ + "vagi" ; + VP (Impf Ind Pl P1) => x_ + "anvem" ;--# notpresent + VP (Impf Ind Sg P1) => x_ + "anava" ;--# notpresent + VP (Impf Ind Pl P2) => x_ + "anveu" ;--# notpresent + VP (Impf Ind Sg P2) => x_ + "anaves" ;--# notpresent + VP (Impf Ind Pl P3) => x_ + "anaven" ;--# notpresent + VP (Impf Ind Sg P3) => x_ + "anava" ;--# notpresent + VP (Impf Subj Pl P1) => x_ + "anssim" ;--# notpresent + VP (Impf Subj Sg P1) => x_ + "ans" ;--# notpresent + VP (Impf Subj Pl P2) => x_ + "anssiu" ;--# notpresent + VP (Impf Subj Sg P2) => x_ + "anessis" ;--# notpresent + VP (Impf Subj Pl P3) => x_ + "anessin" ;--# notpresent + VP (Impf Subj Sg P3) => x_ + "ans" ;--# notpresent + VP (Fut Pl P1) => x_ + "anirem" ;--# notpresent + VP (Fut Sg P1) => x_ + "anir" ;--# notpresent + VP (Fut Pl P2) => x_ + "anireu" ;--# notpresent + VP (Fut Sg P2) => x_ + "anirs" ;--# notpresent + VP (Fut Pl P3) => x_ + "aniran" ;--# notpresent + VP (Fut Sg P3) => x_ + "anir" ;--# notpresent + VP (Pret Pl P1) => x_ + "anssim" ;--# notpresent + VP (Pret Sg P1) => x_ + "ans" ;--# notpresent + VP (Pret Pl P2) => x_ + "anssiu" ;--# notpresent + VP (Pret Sg P2) => x_ + "anassis" ;--# notpresent + VP (Pret Pl P3) => x_ + "anassin" ;--# notpresent + VP (Pret Sg P3) => x_ + "ans" ;--# notpresent + VP (Cond Pl P1) => x_ + "anirem" ;--# notpresent + VP (Cond Sg P1) => x_ + "aniria" ;--# notpresent + VP (Cond Pl P2) => x_ + "anireu" ;--# notpresent + VP (Cond Sg P2) => x_ + "aniries" ;--# notpresent + VP (Cond Pl P3) => x_ + "anirien" ;--# notpresent + VP (Cond Sg P3) => x_ + "aniria" ;--# notpresent + VP (Imp Pl P1) => x_ + "anem" ; + VP (Imp Pl P2) => x_ + "aneu" ; + VP (Imp Sg P2) => x_ + "vs" ; + VP (Imp Pl P3) => x_ + "vagin" ; + VP (Imp Sg P3) => x_ + "vagi" ; + VP (Pass Pl Fem) => x_ + "anades" ; + VP (Pass Sg Fem) => x_ + "anada" ; + VP (Pass Pl Masc) => x_ + "anats" ; + VP (Pass Sg Masc) => x_ + "anat" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper aparixer_5 : Str -> Verbum = \aparixer -> +let apar_ = Predef.tk 5 aparixer in +{s = table { + VI Ger => apar_ + "eixent" ; + VI Part => apar_ + "egut" ; + VP (Pres Ind Pl P1) => apar_ + "eixem" ; + VP (Pres Ind Sg P1) => apar_ + "ec" ; + VP (Pres Ind Pl P2) => apar_ + "eixeu" ; + VP (Pres Ind Sg P2) => apar_ + "eixes" ; + VP (Pres Ind Pl P3) => apar_ + "eixen" ; + VP (Pres Ind Sg P3) => apar_ + "eix" ; + VP (Pres Subj Pl P1) => apar_ + "eguem" ; + VP (Pres Subj Sg P1) => apar_ + "egui" ; + VP (Pres Subj Pl P2) => apar_ + "egueu" ; + VP (Pres Subj Sg P2) => apar_ + "eguis" ; + VP (Pres Subj Pl P3) => apar_ + "eguin" ; + VP (Pres Subj Sg P3) => apar_ + "egui" ; + VP (Impf Ind Pl P1) => apar_ + "eixem" ;--# notpresent + VP (Impf Ind Sg P1) => apar_ + "eixia" ;--# notpresent + VP (Impf Ind Pl P2) => apar_ + "eixeu" ;--# notpresent + VP (Impf Ind Sg P2) => apar_ + "eixies" ;--# notpresent + VP (Impf Ind Pl P3) => apar_ + "eixien" ;--# notpresent + VP (Impf Ind Sg P3) => apar_ + "eixia" ;--# notpresent + VP (Impf Subj Pl P1) => apar_ + "egussim" ;--# notpresent + VP (Impf Subj Sg P1) => apar_ + "egus" ;--# notpresent + VP (Impf Subj Pl P2) => apar_ + "egussiu" ;--# notpresent + VP (Impf Subj Sg P2) => apar_ + "eguessis" ;--# notpresent + VP (Impf Subj Pl P3) => apar_ + "eguessin" ;--# notpresent + VP (Impf Subj Sg P3) => apar_ + "egus" ;--# notpresent + VP (Fut Pl P1) => apar_ + "eixerem" ;--# notpresent + VP (Fut Sg P1) => apar_ + "eixer" ;--# notpresent + VP (Fut Pl P2) => apar_ + "eixereu" ;--# notpresent + VP (Fut Sg P2) => apar_ + "eixers" ;--# notpresent + VP (Fut Pl P3) => apar_ + "eixeran" ;--# notpresent + VP (Fut Sg P3) => apar_ + "eixer" ;--# notpresent + VP (Pret Pl P1) => apar_ + "egussim" ;--# notpresent + VP (Pret Sg P1) => apar_ + "egus" ;--# notpresent + VP (Pret Pl P2) => apar_ + "egussiu" ;--# notpresent + VP (Pret Sg P2) => apar_ + "eguessis" ;--# notpresent + VP (Pret Pl P3) => apar_ + "eguessin" ;--# notpresent + VP (Pret Sg P3) => apar_ + "egus" ;--# notpresent + VP (Cond Pl P1) => apar_ + "eixerem" ;--# notpresent + VP (Cond Sg P1) => apar_ + "eixeria" ;--# notpresent + VP (Cond Pl P2) => apar_ + "eixereu" ;--# notpresent + VP (Cond Sg P2) => apar_ + "eixeries" ;--# notpresent + VP (Cond Pl P3) => apar_ + "eixerien" ;--# notpresent + VP (Cond Sg P3) => apar_ + "eixeria" ;--# notpresent + VP (Imp Pl P1) => apar_ + "eguem" ; + VP (Imp Pl P2) => apar_ + "eixeu" ; + VP (Imp Sg P2) => apar_ + "eix" ; + VP (Imp Pl P3) => apar_ + "eguin" ; + VP (Imp Sg P3) => apar_ + "egui" ; + VP (Pass Pl Fem) => apar_ + "egudes" ; + VP (Pass Sg Fem) => apar_ + "eguda" ; + VP (Pass Pl Masc) => apar_ + "eguts" ; + VP (Pass Sg Masc) => apar_ + "egut" ; + VI Infn => apar_ + "ixer" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper aprendre_6 : Str -> Verbum = \aprendre -> +let a_ = Predef.tk 7 aprendre in +{s = table { + VI Infn => a_ + "prendre" ; + VI Ger => a_ + "prenent" ; + VI Part => a_ + "prs" ; + VP (Pres Ind Pl P1) => a_ + "prenem" ; + VP (Pres Ind Sg P1) => a_ + "prenc" ; + VP (Pres Ind Pl P2) => a_ + "preneu" ; + VP (Pres Ind Sg P2) => a_ + "prens" ; + VP (Pres Ind Pl P3) => a_ + "prenen" ; + VP (Pres Ind Sg P3) => a_ + "prn" ; + VP (Pres Subj Pl P1) => a_ + "prenguem" ; + VP (Pres Subj Sg P1) => a_ + "prengui" ; + VP (Pres Subj Pl P2) => a_ + "prengueu" ; + VP (Pres Subj Sg P2) => a_ + "prenguis" ; + VP (Pres Subj Pl P3) => a_ + "prenguin" ; + VP (Pres Subj Sg P3) => a_ + "prengui" ; + VP (Impf Ind Pl P1) => a_ + "prenem" ;--# notpresent + VP (Impf Ind Sg P1) => a_ + "prenia" ;--# notpresent + VP (Impf Ind Pl P2) => a_ + "preneu" ;--# notpresent + VP (Impf Ind Sg P2) => a_ + "prenies" ;--# notpresent + VP (Impf Ind Pl P3) => a_ + "prenien" ;--# notpresent + VP (Impf Ind Sg P3) => a_ + "prenia" ;--# notpresent + VP (Impf Subj Pl P1) => a_ + "prengussim" ;--# notpresent + VP (Impf Subj Sg P1) => a_ + "prengus" ;--# notpresent + VP (Impf Subj Pl P2) => a_ + "prengussiu" ;--# notpresent + VP (Impf Subj Sg P2) => a_ + "prenguessis" ;--# notpresent + VP (Impf Subj Pl P3) => a_ + "prenguessin" ;--# notpresent + VP (Impf Subj Sg P3) => a_ + "prengus" ;--# notpresent + VP (Fut Pl P1) => a_ + "prendrem" ;--# notpresent + VP (Fut Sg P1) => a_ + "prendr" ;--# notpresent + VP (Fut Pl P2) => a_ + "prendreu" ;--# notpresent + VP (Fut Sg P2) => a_ + "prendrs" ;--# notpresent + VP (Fut Pl P3) => a_ + "prendran" ;--# notpresent + VP (Fut Sg P3) => a_ + "prendr" ;--# notpresent + VP (Pret Pl P1) => a_ + "prengussim" ;--# notpresent + VP (Pret Sg P1) => a_ + "prengus" ;--# notpresent + VP (Pret Pl P2) => a_ + "prengussiu" ;--# notpresent + VP (Pret Sg P2) => a_ + "prenguessis" ;--# notpresent + VP (Pret Pl P3) => a_ + "prenguessin" ;--# notpresent + VP (Pret Sg P3) => a_ + "prengus" ;--# notpresent + VP (Cond Pl P1) => a_ + "prendrem" ;--# notpresent + VP (Cond Sg P1) => a_ + "prendria" ;--# notpresent + VP (Cond Pl P2) => a_ + "prendreu" ;--# notpresent + VP (Cond Sg P2) => a_ + "prendries" ;--# notpresent + VP (Cond Pl P3) => a_ + "prendrien" ;--# notpresent + VP (Cond Sg P3) => a_ + "prendria" ;--# notpresent + VP (Imp Pl P1) => a_ + "prenguem" ; + VP (Imp Pl P2) => a_ + "preneu" ; + VP (Imp Sg P2) => a_ + "prn" ; + VP (Imp Pl P3) => a_ + "prenguin" ; + VP (Imp Sg P3) => a_ + "prengui" ; + VP (Pass Pl Fem) => a_ + "preses" ; + VP (Pass Sg Fem) => a_ + "presa" ; + VP (Pass Pl Masc) => a_ + "presos" ; + VP (Pass Sg Masc) => a_ + "prs" ; +VP (Imp Sg P1) => variants {} +} +} ; +-- argir-- is not in the used source . + +oper atendre_8 : Str -> Verbum = \atendre -> +let at_ = Predef.tk 5 atendre in +{s = table { + VI Infn => at_ + "endre" ; + VI Ger => at_ + "enent" ; + VP (Pres Ind Pl P1) => at_ + "enem" ; + VP (Pres Ind Sg P1) => at_ + "enc" ; + VP (Pres Ind Pl P2) => at_ + "eneu" ; + VP (Pres Ind Sg P2) => at_ + "ens" ; + VP (Pres Ind Pl P3) => at_ + "enen" ; + VP (Pres Subj Pl P1) => at_ + "enguem" ; + VP (Pres Subj Sg P1) => at_ + "engui" ; + VP (Pres Subj Pl P2) => at_ + "engueu" ; + VP (Pres Subj Sg P2) => at_ + "enguis" ; + VP (Pres Subj Pl P3) => at_ + "enguin" ; + VP (Pres Subj Sg P3) => at_ + "engui" ; + VP (Impf Ind Pl P1) => at_ + "enem" ;--# notpresent + VP (Impf Ind Sg P1) => at_ + "enia" ;--# notpresent + VP (Impf Ind Pl P2) => at_ + "eneu" ;--# notpresent + VP (Impf Ind Sg P2) => at_ + "enies" ;--# notpresent + VP (Impf Ind Pl P3) => at_ + "enien" ;--# notpresent + VP (Impf Ind Sg P3) => at_ + "enia" ;--# notpresent + VP (Impf Subj Pl P1) => at_ + "engussim" ;--# notpresent + VP (Impf Subj Sg P1) => at_ + "engus" ;--# notpresent + VP (Impf Subj Pl P2) => at_ + "engussiu" ;--# notpresent + VP (Impf Subj Sg P2) => at_ + "enguessis" ;--# notpresent + VP (Impf Subj Pl P3) => at_ + "enguessin" ;--# notpresent + VP (Impf Subj Sg P3) => at_ + "engus" ;--# notpresent + VP (Fut Pl P1) => at_ + "endrem" ;--# notpresent + VP (Fut Sg P1) => at_ + "endr" ;--# notpresent + VP (Fut Pl P2) => at_ + "endreu" ;--# notpresent + VP (Fut Sg P2) => at_ + "endrs" ;--# notpresent + VP (Fut Pl P3) => at_ + "endran" ;--# notpresent + VP (Fut Sg P3) => at_ + "endr" ;--# notpresent + VP (Pret Pl P1) => at_ + "engussim" ;--# notpresent + VP (Pret Sg P1) => at_ + "engus" ;--# notpresent + VP (Pret Pl P2) => at_ + "engussiu" ;--# notpresent + VP (Pret Sg P2) => at_ + "enguessis" ;--# notpresent + VP (Pret Pl P3) => at_ + "enguessin" ;--# notpresent + VP (Pret Sg P3) => at_ + "engus" ;--# notpresent + VP (Cond Pl P1) => at_ + "endrem" ;--# notpresent + VP (Cond Sg P1) => at_ + "endria" ;--# notpresent + VP (Cond Pl P2) => at_ + "endreu" ;--# notpresent + VP (Cond Sg P2) => at_ + "endries" ;--# notpresent + VP (Cond Pl P3) => at_ + "endrien" ;--# notpresent + VP (Cond Sg P3) => at_ + "endria" ;--# notpresent + VP (Imp Pl P1) => at_ + "enguem" ; + VP (Imp Pl P2) => at_ + "eneu" ; + VP (Imp Pl P3) => at_ + "enguin" ; + VP (Imp Sg P3) => at_ + "engui" ; + VP (Pass Pl Fem) => at_ + "eses" ; + VP (Pass Sg Fem) => at_ + "esa" ; + VP (Pass Pl Masc) => at_ + "esos" ; + VI Part => at_ + "s" ; + VP (Pass Sg Masc) => at_ + "s" ; + VP (Pres Ind Sg P3) => at_ + "n" ; + VP (Imp Sg P2) => at_ + "n" ; +VP (Imp Sg P1) => variants {} +} +} ; +oper atnyer_59 : Str -> Verbum = \atnyer -> + let at_ = Predef.tk 5 atnyer in + {s = table { + VI Infn=> at_ + "nyer" ; + VI Ger => at_ + "enyent" ; + VI Part => at_ + "s" ; + VP (Pres Ind Sg P1) => at_ + "enyo" ; + VP (Pres Ind Sg P2) => at_ + "enys" ; + VP (Pres Ind Sg P3) => at_ + "eny" ; + VP (Pres Ind Pl P1) => at_ + "enyem" ; + VP (Pres Ind Pl P2) => at_ + "enyeu" ; + VP (Pres Ind Pl P3) => at_ + "enyen" ; + VP (Pres Subj Sg P1) => at_ + "enyi" ; + VP (Pres Subj Sg P2) => at_ + "enyis" ; + VP (Pres Subj Sg P3) => at_ + "enyi" ; + VP (Pres Subj Pl P1) => at_ + "enyem" ; + VP (Pres Subj Pl P2) => at_ + "enyeu" ; + VP (Pres Subj Pl P3) => at_ + "enyin" ; + VP (Impf Ind Sg P1) => at_ + "enyia" ; --# notpresent + VP (Impf Ind Sg P2) => at_ + "enyies" ; --# notpresent + VP (Impf Ind Sg P3) => at_ + "enyia" ; --# notpresent + VP (Impf Ind Pl P1) => at_ + "enyem" ; --# notpresent + VP (Impf Ind Pl P2) => at_ + "enyeu" ; --# notpresent + VP (Impf Ind Pl P3) => at_ + "enyien" ; --# notpresent + VP (Impf Subj Sg P1) => at_ + "enys" ; --# notpresent + VP (Impf Subj Sg P2) => at_ + "enyssis" ; --# notpresent + VP (Impf Subj Sg P3) => at_ + "enys" ; --# notpresent + VP (Impf Subj Pl P1) => at_ + "enyssim" ; --# notpresent + VP (Impf Subj Pl P2) => at_ + "enyssiu" ; --# notpresent + VP (Impf Subj Pl P3) => at_ + "enyssin" ; --# notpresent + VP (Pret Sg P1) => at_ + "eny" ; --# notpresent + VP (Pret Sg P2) => at_ + "enyeres" ; --# notpresent + VP (Pret Sg P3) => at_ + "eny" ; --# notpresent + VP (Pret Pl P1) => at_ + "enyrem" ; --# notpresent + VP (Pret Pl P2) => at_ + "enyreu" ; --# notpresent + VP (Pret Pl P3) => at_ + "enyren" ; --# notpresent + VP (Fut Sg P1) => at_ + "enyer" ; --# notpresent + VP (Fut Sg P2) => at_ + "enyers" ; --# notpresent + VP (Fut Sg P3) => at_ + "enyer" ; --# notpresent + VP (Fut Pl P1) => at_ + "enyerem" ; --# notpresent + VP (Fut Pl P2) => at_ + "enyereu" ; --# notpresent + VP (Fut Pl P3) => at_ + "enyeran" ; --# notpresent + VP (Cond Sg P1) => at_ + "enyeria" ; --# notpresent + VP (Cond Sg P2) => at_ + "enyeries" ; --# notpresent + VP (Cond Sg P3) => at_ + "enyeria" ; --# notpresent + VP (Cond Pl P1) => at_ + "enyerem" ; --# notpresent + VP (Cond Pl P2) => at_ + "enyereu" ; --# notpresent + VP (Cond Pl P3) => at_ + "enyerien" ; --# notpresent + VP (Imp Sg P2) => at_ + "eny" ; + VP (Imp Sg P3) => at_ + "enyi" ; + VP (Imp Pl P1) => at_ + "enyem" ; + VP (Imp Pl P2) => at_ + "enyeu" ; + VP (Imp Pl P3) => at_ + "enyin" ; + VP (Pass Sg Masc) => at_ + "s" ; + VP (Pass Sg Fem) => at_ + "esa" ; + VP (Pass Pl Masc) => at_ + "esos" ; + VP (Pass Pl Fem) => at_ + "eses"; + VP (Imp Sg P1) => variants {} + } + } ; +oper batre_10 : Str -> Verbum = \batre -> +let bat_ = Predef.tk 2 batre in +{s = table { + VI Infn => bat_ + "re" ; + VI Ger => bat_ + "ent" ; + VI Part => bat_ + "ut" ; + VP (Pres Ind Pl P1) => bat_ + "em" ; + VP (Pres Ind Sg P1) => bat_ + "o" ; + VP (Pres Ind Pl P2) => bat_ + "eu" ; + VP (Pres Ind Sg P2) => bat_ + "s" ; + VP (Pres Ind Pl P3) => bat_ + "en" ; + VP (Pres Ind Sg P3) => bat_ + "" ; + VP (Pres Subj Pl P1) => bat_ + "em" ; + VP (Pres Subj Sg P1) => bat_ + "i" ; + VP (Pres Subj Pl P2) => bat_ + "eu" ; + VP (Pres Subj Sg P2) => bat_ + "is" ; + VP (Pres Subj Pl P3) => bat_ + "in" ; + VP (Pres Subj Sg P3) => bat_ + "i" ; + VP (Impf Ind Pl P1) => bat_ + "em" ;--# notpresent + VP (Impf Ind Sg P1) => bat_ + "ia" ;--# notpresent + VP (Impf Ind Pl P2) => bat_ + "eu" ;--# notpresent + VP (Impf Ind Sg P2) => bat_ + "ies" ;--# notpresent + VP (Impf Ind Pl P3) => bat_ + "ien" ;--# notpresent + VP (Impf Ind Sg P3) => bat_ + "ia" ;--# notpresent + VP (Impf Subj Pl P1) => bat_ + "ssim" ;--# notpresent + VP (Impf Subj Sg P1) => bat_ + "s" ;--# notpresent + VP (Impf Subj Pl P2) => bat_ + "ssiu" ;--# notpresent + VP (Impf Subj Sg P2) => bat_ + "essis" ;--# notpresent + VP (Impf Subj Pl P3) => bat_ + "essin" ;--# notpresent + VP (Impf Subj Sg P3) => bat_ + "s" ;--# notpresent + VP (Fut Pl P1) => bat_ + "rem" ;--# notpresent + VP (Fut Sg P1) => bat_ + "r" ;--# notpresent + VP (Fut Pl P2) => bat_ + "reu" ;--# notpresent + VP (Fut Sg P2) => bat_ + "rs" ;--# notpresent + VP (Fut Pl P3) => bat_ + "ran" ;--# notpresent + VP (Fut Sg P3) => bat_ + "r" ;--# notpresent + VP (Pret Pl P1) => bat_ + "ssim" ;--# notpresent + VP (Pret Sg P1) => bat_ + "s" ;--# notpresent + VP (Pret Pl P2) => bat_ + "ssiu" ;--# notpresent + VP (Pret Sg P2) => bat_ + "essis" ;--# notpresent + VP (Pret Pl P3) => bat_ + "essin" ;--# notpresent + VP (Pret Sg P3) => bat_ + "s" ;--# notpresent + VP (Cond Pl P1) => bat_ + "rem" ;--# notpresent + VP (Cond Sg P1) => bat_ + "ria" ;--# notpresent + VP (Cond Pl P2) => bat_ + "reu" ;--# notpresent + VP (Cond Sg P2) => bat_ + "ries" ;--# notpresent + VP (Cond Pl P3) => bat_ + "rien" ;--# notpresent + VP (Cond Sg P3) => bat_ + "ria" ;--# notpresent + VP (Imp Pl P1) => bat_ + "em" ; + VP (Imp Pl P2) => bat_ + "eu" ; + VP (Imp Sg P2) => bat_ + "" ; + VP (Imp Pl P3) => bat_ + "in" ; + VP (Imp Sg P3) => bat_ + "i" ; + VP (Pass Pl Fem) => bat_ + "udes" ; + VP (Pass Sg Fem) => bat_ + "uda" ; + VP (Pass Pl Masc) => bat_ + "uts" ; + VP (Pass Sg Masc) => bat_ + "ut" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper beure_11 : Str -> Verbum = \beure -> +let be_ = Predef.tk 3 beure in +{s = table { + VI Infn => be_ + "ure" ; + VI Ger => be_ + "vent" ; + VI Part => be_ + "gut" ; + VP (Pres Ind Pl P1) => be_ + "vem" ; + VP (Pres Ind Sg P1) => be_ + "c" ; + VP (Pres Ind Pl P2) => be_ + "veu" ; + VP (Pres Ind Sg P2) => be_ + "us" ; + VP (Pres Ind Pl P3) => be_ + "uen" ; + VP (Pres Ind Sg P3) => be_ + "u" ; + VP (Pres Subj Pl P1) => be_ + "guem" ; + VP (Pres Subj Sg P1) => be_ + "gui" ; + VP (Pres Subj Pl P2) => be_ + "gueu" ; + VP (Pres Subj Sg P2) => be_ + "guis" ; + VP (Pres Subj Pl P3) => be_ + "guin" ; + VP (Pres Subj Sg P3) => be_ + "gui" ; + VP (Impf Ind Pl P1) => be_ + "vem" ;--# notpresent + VP (Impf Ind Sg P1) => be_ + "via" ;--# notpresent + VP (Impf Ind Pl P2) => be_ + "veu" ;--# notpresent + VP (Impf Ind Sg P2) => be_ + "vies" ;--# notpresent + VP (Impf Ind Pl P3) => be_ + "vien" ;--# notpresent + VP (Impf Ind Sg P3) => be_ + "via" ;--# notpresent + VP (Impf Subj Pl P1) => be_ + "gussim" ;--# notpresent + VP (Impf Subj Sg P1) => be_ + "gus" ;--# notpresent + VP (Impf Subj Pl P2) => be_ + "gussiu" ;--# notpresent + VP (Impf Subj Sg P2) => be_ + "guessis" ;--# notpresent + VP (Impf Subj Pl P3) => be_ + "guessin" ;--# notpresent + VP (Impf Subj Sg P3) => be_ + "gus" ;--# notpresent + VP (Fut Pl P1) => be_ + "urem" ;--# notpresent + VP (Fut Sg P1) => be_ + "ur" ;--# notpresent + VP (Fut Pl P2) => be_ + "ureu" ;--# notpresent + VP (Fut Sg P2) => be_ + "urs" ;--# notpresent + VP (Fut Pl P3) => be_ + "uran" ;--# notpresent + VP (Fut Sg P3) => be_ + "ur" ;--# notpresent + VP (Pret Pl P1) => be_ + "gussim" ;--# notpresent + VP (Pret Sg P1) => be_ + "gus" ;--# notpresent + VP (Pret Pl P2) => be_ + "gussiu" ;--# notpresent + VP (Pret Sg P2) => be_ + "guessis" ;--# notpresent + VP (Pret Pl P3) => be_ + "guessin" ;--# notpresent + VP (Pret Sg P3) => be_ + "gus" ;--# notpresent + VP (Cond Pl P1) => be_ + "urem" ;--# notpresent + VP (Cond Sg P1) => be_ + "uria" ;--# notpresent + VP (Cond Pl P2) => be_ + "ureu" ;--# notpresent + VP (Cond Sg P2) => be_ + "uries" ;--# notpresent + VP (Cond Pl P3) => be_ + "urien" ;--# notpresent + VP (Cond Sg P3) => be_ + "uria" ;--# notpresent + VP (Imp Pl P1) => be_ + "guem" ; + VP (Imp Pl P2) => be_ + "veu" ; + VP (Imp Sg P2) => be_ + "u" ; + VP (Imp Pl P3) => be_ + "guin" ; + VP (Imp Sg P3) => be_ + "gui" ; + VP (Pass Pl Fem) => be_ + "gudes" ; + VP (Pass Sg Fem) => be_ + "guda" ; + VP (Pass Pl Masc) => be_ + "guts" ; + VP (Pass Sg Masc) => be_ + "gut" ; +VP (Imp Sg P1) => variants {} +} +} ; +-- bullir-- is not in the used source . + +oper cabre_13 : Str -> Verbum = \cabre -> +let ca_ = Predef.tk 3 cabre in +{s = table { + VI Infn => ca_ + "bre" ; + VI Ger => ca_ + "bent" ; + VI Part => ca_ + "but" ; + VP (Pres Ind Pl P1) => ca_ + "bem" ; + VP (Pres Ind Sg P1) => ca_ + "bo" ; + VP (Pres Ind Pl P2) => ca_ + "beu" ; + VP (Pres Ind Sg P2) => ca_ + "ps" ; + VP (Pres Ind Pl P3) => ca_ + "ben" ; + VP (Pres Ind Sg P3) => ca_ + "p" ; + VP (Pres Subj Pl P1) => ca_ + "bem" ; + VP (Pres Subj Sg P1) => ca_ + "bi" ; + VP (Pres Subj Pl P2) => ca_ + "beu" ; + VP (Pres Subj Sg P2) => ca_ + "bis" ; + VP (Pres Subj Pl P3) => ca_ + "bin" ; + VP (Pres Subj Sg P3) => ca_ + "bi" ; + VP (Impf Ind Pl P1) => ca_ + "bem" ;--# notpresent + VP (Impf Ind Sg P1) => ca_ + "bia" ;--# notpresent + VP (Impf Ind Pl P2) => ca_ + "beu" ;--# notpresent + VP (Impf Ind Sg P2) => ca_ + "bies" ;--# notpresent + VP (Impf Ind Pl P3) => ca_ + "bien" ;--# notpresent + VP (Impf Ind Sg P3) => ca_ + "bia" ;--# notpresent + VP (Impf Subj Pl P1) => ca_ + "bssim" ;--# notpresent + VP (Impf Subj Sg P1) => ca_ + "bs" ;--# notpresent + VP (Impf Subj Pl P2) => ca_ + "bssiu" ;--# notpresent + VP (Impf Subj Sg P2) => ca_ + "bessis" ;--# notpresent + VP (Impf Subj Pl P3) => ca_ + "bessin" ;--# notpresent + VP (Impf Subj Sg P3) => ca_ + "bs" ;--# notpresent + VP (Fut Pl P1) => ca_ + "brem" ;--# notpresent + VP (Fut Sg P1) => ca_ + "br" ;--# notpresent + VP (Fut Pl P2) => ca_ + "breu" ;--# notpresent + VP (Fut Sg P2) => ca_ + "brs" ;--# notpresent + VP (Fut Pl P3) => ca_ + "bran" ;--# notpresent + VP (Fut Sg P3) => ca_ + "br" ;--# notpresent + VP (Pret Pl P1) => ca_ + "bssim" ;--# notpresent + VP (Pret Sg P1) => ca_ + "bs" ;--# notpresent + VP (Pret Pl P2) => ca_ + "bssiu" ;--# notpresent + VP (Pret Sg P2) => ca_ + "bessis" ;--# notpresent + VP (Pret Pl P3) => ca_ + "bessin" ;--# notpresent + VP (Pret Sg P3) => ca_ + "bs" ;--# notpresent + VP (Cond Pl P1) => ca_ + "brem" ;--# notpresent + VP (Cond Sg P1) => ca_ + "bria" ;--# notpresent + VP (Cond Pl P2) => ca_ + "breu" ;--# notpresent + VP (Cond Sg P2) => ca_ + "bries" ;--# notpresent + VP (Cond Pl P3) => ca_ + "brien" ;--# notpresent + VP (Cond Sg P3) => ca_ + "bria" ;--# notpresent + VP (Imp Pl P1) => ca_ + "bem" ; + VP (Imp Pl P2) => ca_ + "beu" ; + VP (Imp Sg P2) => ca_ + "p" ; + VP (Imp Pl P3) => ca_ + "bin" ; + VP (Imp Sg P3) => ca_ + "bi" ; + VP (Pass Pl Fem) => ca_ + "budes" ; + VP (Pass Sg Fem) => ca_ + "buda" ; + VP (Pass Pl Masc) => ca_ + "buts" ; + VP (Pass Sg Masc) => ca_ + "but" ; +VP (Imp Sg P1) => variants {} +} +} ; +-- caldre-- is not in the used source . + +oper cantar_15 : Str -> Verbum = \cantar -> +let cant_ = Predef.tk 2 cantar in +{s = table { + VI Infn => cant_ + "ar" ; + VI Ger => cant_ + "ant" ; + VI Part => cant_ + "at" ; + VP (Pres Ind Pl P1) => cant_ + "em" ; + VP (Pres Ind Sg P1) => cant_ + "o" ; + VP (Pres Ind Pl P2) => cant_ + "eu" ; + VP (Pres Ind Sg P2) => cant_ + "es" ; + VP (Pres Ind Pl P3) => cant_ + "en" ; + VP (Pres Ind Sg P3) => cant_ + "a" ; + VP (Pres Subj Pl P1) => cant_ + "em" ; + VP (Pres Subj Sg P1) => cant_ + "i" ; + VP (Pres Subj Pl P2) => cant_ + "eu" ; + VP (Pres Subj Sg P2) => cant_ + "is" ; + VP (Pres Subj Pl P3) => cant_ + "in" ; + VP (Pres Subj Sg P3) => cant_ + "i" ; + VP (Impf Ind Pl P1) => cant_ + "vem" ;--# notpresent + VP (Impf Ind Sg P1) => cant_ + "ava" ;--# notpresent + VP (Impf Ind Pl P2) => cant_ + "veu" ;--# notpresent + VP (Impf Ind Sg P2) => cant_ + "aves" ;--# notpresent + VP (Impf Ind Pl P3) => cant_ + "aven" ;--# notpresent + VP (Impf Ind Sg P3) => cant_ + "ava" ;--# notpresent + VP (Impf Subj Pl P1) => cant_ + "ssim" ;--# notpresent + VP (Impf Subj Sg P1) => cant_ + "s" ;--# notpresent + VP (Impf Subj Pl P2) => cant_ + "ssiu" ;--# notpresent + VP (Impf Subj Sg P2) => cant_ + "essis" ;--# notpresent + VP (Impf Subj Pl P3) => cant_ + "essin" ;--# notpresent + VP (Impf Subj Sg P3) => cant_ + "s" ;--# notpresent + VP (Fut Pl P1) => cant_ + "arem" ;--# notpresent + VP (Fut Sg P1) => cant_ + "ar" ;--# notpresent + VP (Fut Pl P2) => cant_ + "areu" ;--# notpresent + VP (Fut Sg P2) => cant_ + "ars" ;--# notpresent + VP (Fut Pl P3) => cant_ + "aran" ;--# notpresent + VP (Fut Sg P3) => cant_ + "ar" ;--# notpresent + VP (Pret Pl P1) => cant_ + "ssim" ;--# notpresent + VP (Pret Sg P1) => cant_ + "s" ;--# notpresent + VP (Pret Pl P2) => cant_ + "ssiu" ;--# notpresent + VP (Pret Sg P2) => cant_ + "essis" ;--# notpresent + VP (Pret Pl P3) => cant_ + "essin" ;--# notpresent + VP (Pret Sg P3) => cant_ + "s" ;--# notpresent + VP (Cond Pl P1) => cant_ + "arem" ;--# notpresent + VP (Cond Sg P1) => cant_ + "aria" ;--# notpresent + VP (Cond Pl P2) => cant_ + "areu" ;--# notpresent + VP (Cond Sg P2) => cant_ + "aries" ;--# notpresent + VP (Cond Pl P3) => cant_ + "arien" ;--# notpresent + VP (Cond Sg P3) => cant_ + "aria" ;--# notpresent + VP (Imp Pl P1) => cant_ + "em" ; + VP (Imp Pl P2) => cant_ + "eu" ; + VP (Imp Sg P2) => cant_ + "a" ; + VP (Imp Pl P3) => cant_ + "in" ; + VP (Imp Sg P3) => cant_ + "i" ; + VP (Pass Pl Fem) => cant_ + "ades" ; + VP (Pass Sg Fem) => cant_ + "ada" ; + VP (Pass Pl Masc) => cant_ + "ats" ; + VP (Pass Sg Masc) => cant_ + "at" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper canviar_16 : Str -> Verbum = \canviar -> +let canvi_ = Predef.tk 2 canviar in +{s = table { + VI Infn => canvi_ + "ar" ; + VI Ger => canvi_ + "ant" ; + VI Part => canvi_ + "at" ; + VP (Pres Ind Pl P1) => canvi_ + "em" ; + VP (Pres Ind Sg P1) => canvi_ + "o" ; + VP (Pres Ind Pl P2) => canvi_ + "eu" ; + VP (Pres Ind Sg P2) => canvi_ + "es" ; + VP (Pres Ind Pl P3) => canvi_ + "en" ; + VP (Pres Ind Sg P3) => canvi_ + "a" ; + VP (Pres Subj Pl P1) => canvi_ + "em" ; + VP (Pres Subj Sg P1) => canvi_ + "" ; + VP (Pres Subj Pl P2) => canvi_ + "eu" ; + VP (Pres Subj Sg P2) => canvi_ + "s" ; + VP (Pres Subj Pl P3) => canvi_ + "n" ; + VP (Pres Subj Sg P3) => canvi_ + "" ; + VP (Impf Ind Pl P1) => canvi_ + "vem" ;--# notpresent + VP (Impf Ind Sg P1) => canvi_ + "ava" ;--# notpresent + VP (Impf Ind Pl P2) => canvi_ + "veu" ;--# notpresent + VP (Impf Ind Sg P2) => canvi_ + "aves" ;--# notpresent + VP (Impf Ind Pl P3) => canvi_ + "aven" ;--# notpresent + VP (Impf Ind Sg P3) => canvi_ + "ava" ;--# notpresent + VP (Impf Subj Pl P1) => canvi_ + "ssim" ;--# notpresent + VP (Impf Subj Sg P1) => canvi_ + "s" ;--# notpresent + VP (Impf Subj Pl P2) => canvi_ + "ssiu" ;--# notpresent + VP (Impf Subj Sg P2) => canvi_ + "essis" ;--# notpresent + VP (Impf Subj Pl P3) => canvi_ + "essin" ;--# notpresent + VP (Impf Subj Sg P3) => canvi_ + "s" ;--# notpresent + VP (Fut Pl P1) => canvi_ + "arem" ;--# notpresent + VP (Fut Sg P1) => canvi_ + "ar" ;--# notpresent + VP (Fut Pl P2) => canvi_ + "areu" ;--# notpresent + VP (Fut Sg P2) => canvi_ + "ars" ;--# notpresent + VP (Fut Pl P3) => canvi_ + "aran" ;--# notpresent + VP (Fut Sg P3) => canvi_ + "ar" ;--# notpresent + VP (Pret Pl P1) => canvi_ + "ssim" ;--# notpresent + VP (Pret Sg P1) => canvi_ + "s" ;--# notpresent + VP (Pret Pl P2) => canvi_ + "ssiu" ;--# notpresent + VP (Pret Sg P2) => canvi_ + "essis" ;--# notpresent + VP (Pret Pl P3) => canvi_ + "essin" ;--# notpresent + VP (Pret Sg P3) => canvi_ + "s" ;--# notpresent + VP (Cond Pl P1) => canvi_ + "arem" ;--# notpresent + VP (Cond Sg P1) => canvi_ + "aria" ;--# notpresent + VP (Cond Pl P2) => canvi_ + "areu" ;--# notpresent + VP (Cond Sg P2) => canvi_ + "aries" ;--# notpresent + VP (Cond Pl P3) => canvi_ + "arien" ;--# notpresent + VP (Cond Sg P3) => canvi_ + "aria" ;--# notpresent + VP (Imp Pl P1) => canvi_ + "em" ; + VP (Imp Pl P2) => canvi_ + "eu" ; + VP (Imp Sg P2) => canvi_ + "a" ; + VP (Imp Pl P3) => canvi_ + "n" ; + VP (Imp Sg P3) => canvi_ + "" ; + VP (Pass Pl Fem) => canvi_ + "ades" ; + VP (Pass Sg Fem) => canvi_ + "ada" ; + VP (Pass Pl Masc) => canvi_ + "ats" ; + VP (Pass Sg Masc) => canvi_ + "at" ; +VP (Imp Sg P1) => variants {} +} +} ; +-- carvendre-- is not in the used source . + +oper caure_18 : Str -> Verbum = \caure -> +let x_ = Predef.tk 5 caure in +{s = table { + VI Infn => x_ + "caure" ; + VI Ger => x_ + "caient" ; + VI Part => x_ + "caigut" ; + VP (Pres Ind Pl P1) => x_ + "caiem" ; + VP (Pres Ind Sg P1) => x_ + "caic" ; + VP (Pres Ind Pl P2) => x_ + "caieu" ; + VP (Pres Ind Sg P2) => x_ + "caus" ; + VP (Pres Ind Pl P3) => x_ + "cauen" ; + VP (Pres Ind Sg P3) => x_ + "cau" ; + VP (Pres Subj Pl P1) => x_ + "caiguem" ; + VP (Pres Subj Sg P1) => x_ + "caigui" ; + VP (Pres Subj Pl P2) => x_ + "caigueu" ; + VP (Pres Subj Sg P2) => x_ + "caiguis" ; + VP (Pres Subj Pl P3) => x_ + "caiguin" ; + VP (Pres Subj Sg P3) => x_ + "caigui" ; + VP (Impf Ind Pl P1) => x_ + "quiem" ;--# notpresent + VP (Impf Ind Sg P1) => x_ + "queia" ;--# notpresent + VP (Impf Ind Pl P2) => x_ + "quieu" ;--# notpresent + VP (Impf Ind Sg P2) => x_ + "queies" ;--# notpresent + VP (Impf Ind Pl P3) => x_ + "queien" ;--# notpresent + VP (Impf Ind Sg P3) => x_ + "queia" ;--# notpresent + VP (Impf Subj Pl P1) => x_ + "caigussim" ;--# notpresent + VP (Impf Subj Sg P1) => x_ + "caigus" ;--# notpresent + VP (Impf Subj Pl P2) => x_ + "caigussiu" ;--# notpresent + VP (Impf Subj Sg P2) => x_ + "caiguessis" ;--# notpresent + VP (Impf Subj Pl P3) => x_ + "caiguessin" ;--# notpresent + VP (Impf Subj Sg P3) => x_ + "caigus" ;--# notpresent + VP (Fut Pl P1) => x_ + "caurem" ;--# notpresent + VP (Fut Sg P1) => x_ + "caur" ;--# notpresent + VP (Fut Pl P2) => x_ + "caureu" ;--# notpresent + VP (Fut Sg P2) => x_ + "caurs" ;--# notpresent + VP (Fut Pl P3) => x_ + "cauran" ;--# notpresent + VP (Fut Sg P3) => x_ + "caur" ;--# notpresent + VP (Pret Pl P1) => x_ + "caigussim" ;--# notpresent + VP (Pret Sg P1) => x_ + "caigus" ;--# notpresent + VP (Pret Pl P2) => x_ + "caigussiu" ;--# notpresent + VP (Pret Sg P2) => x_ + "caiguessis" ;--# notpresent + VP (Pret Pl P3) => x_ + "caiguessin" ;--# notpresent + VP (Pret Sg P3) => x_ + "caigus" ;--# notpresent + VP (Cond Pl P1) => x_ + "caurem" ;--# notpresent + VP (Cond Sg P1) => x_ + "cauria" ;--# notpresent + VP (Cond Pl P2) => x_ + "caureu" ;--# notpresent + VP (Cond Sg P2) => x_ + "cauries" ;--# notpresent + VP (Cond Pl P3) => x_ + "caurien" ;--# notpresent + VP (Cond Sg P3) => x_ + "cauria" ;--# notpresent + VP (Imp Pl P1) => x_ + "caiguem" ; + VP (Imp Pl P2) => x_ + "caieu" ; + VP (Imp Sg P2) => x_ + "cau" ; + VP (Imp Pl P3) => x_ + "caiguin" ; + VP (Imp Sg P3) => x_ + "caigui" ; + VP (Pass Pl Fem) => x_ + "caigudes" ; + VP (Pass Sg Fem) => x_ + "caiguda" ; + VP (Pass Pl Masc) => x_ + "caiguts" ; + VP (Pass Sg Masc) => x_ + "caigut" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper cloure_19 : Str -> Verbum = \cloure -> +let clo_ = Predef.tk 3 cloure in +{s = table { + VI Infn => clo_ + "ure" ; + VI Ger => clo_ + "ent" ; + VI Part => clo_ + "s" ; + VP (Pres Ind Pl P1) => clo_ + "em" ; + VP (Pres Ind Sg P1) => clo_ + "c" ; + VP (Pres Ind Pl P2) => clo_ + "eu" ; + VP (Pres Ind Sg P2) => clo_ + "us" ; + VP (Pres Ind Pl P3) => clo_ + "uen" ; + VP (Pres Ind Sg P3) => clo_ + "u" ; + VP (Pres Subj Pl P1) => clo_ + "guem" ; + VP (Pres Subj Sg P1) => clo_ + "gui" ; + VP (Pres Subj Pl P2) => clo_ + "gueu" ; + VP (Pres Subj Sg P2) => clo_ + "guis" ; + VP (Pres Subj Pl P3) => clo_ + "guin" ; + VP (Pres Subj Sg P3) => clo_ + "gui" ; + VP (Impf Ind Pl P1) => clo_ + "em" ;--# notpresent + VP (Impf Ind Sg P1) => clo_ + "a" ;--# notpresent + VP (Impf Ind Pl P2) => clo_ + "eu" ;--# notpresent + VP (Impf Ind Sg P2) => clo_ + "es" ;--# notpresent + VP (Impf Ind Pl P3) => clo_ + "en" ;--# notpresent + VP (Impf Ind Sg P3) => clo_ + "a" ;--# notpresent + VP (Impf Subj Pl P1) => clo_ + "gussim" ;--# notpresent + VP (Impf Subj Sg P1) => clo_ + "gus" ;--# notpresent + VP (Impf Subj Pl P2) => clo_ + "gussiu" ;--# notpresent + VP (Impf Subj Sg P2) => clo_ + "guessis" ;--# notpresent + VP (Impf Subj Pl P3) => clo_ + "guessin" ;--# notpresent + VP (Impf Subj Sg P3) => clo_ + "gus" ;--# notpresent + VP (Fut Pl P1) => clo_ + "urem" ;--# notpresent + VP (Fut Sg P1) => clo_ + "ur" ;--# notpresent + VP (Fut Pl P2) => clo_ + "ureu" ;--# notpresent + VP (Fut Sg P2) => clo_ + "urs" ;--# notpresent + VP (Fut Pl P3) => clo_ + "uran" ;--# notpresent + VP (Fut Sg P3) => clo_ + "ur" ;--# notpresent + VP (Pret Pl P1) => clo_ + "gussim" ;--# notpresent + VP (Pret Sg P1) => clo_ + "gus" ;--# notpresent + VP (Pret Pl P2) => clo_ + "gussiu" ;--# notpresent + VP (Pret Sg P2) => clo_ + "guessis" ;--# notpresent + VP (Pret Pl P3) => clo_ + "guessin" ;--# notpresent + VP (Pret Sg P3) => clo_ + "gus" ;--# notpresent + VP (Cond Pl P1) => clo_ + "urem" ;--# notpresent + VP (Cond Sg P1) => clo_ + "uria" ;--# notpresent + VP (Cond Pl P2) => clo_ + "ureu" ;--# notpresent + VP (Cond Sg P2) => clo_ + "uries" ;--# notpresent + VP (Cond Pl P3) => clo_ + "urien" ;--# notpresent + VP (Cond Sg P3) => clo_ + "uria" ;--# notpresent + VP (Imp Pl P1) => clo_ + "guem" ; + VP (Imp Pl P2) => clo_ + "eu" ; + VP (Imp Sg P2) => clo_ + "u" ; + VP (Imp Pl P3) => clo_ + "guin" ; + VP (Imp Sg P3) => clo_ + "gui" ; + VP (Pass Pl Fem) => clo_ + "ses" ; + VP (Pass Sg Fem) => clo_ + "sa" ; + VP (Pass Pl Masc) => clo_ + "sos" ; + VP (Pass Sg Masc) => clo_ + "s" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper cobrir_20 : Str -> Verbum = \cobrir -> +let cob_ = Predef.tk 3 cobrir in +{s = table { + VI Infn => cob_ + "rir" ; + VI Ger => cob_ + "rint" ; + VI Part => cob_ + "ert" ; + VP (Pres Ind Pl P1) => cob_ + "rim" ; + VP (Pres Ind Sg P1) => cob_ + "reixo" ; + VP (Pres Ind Pl P2) => cob_ + "riu" ; + VP (Pres Ind Sg P2) => cob_ + "reixes" ; + VP (Pres Ind Pl P3) => cob_ + "reixen" ; + VP (Pres Ind Sg P3) => cob_ + "reix" ; + VP (Pres Subj Pl P1) => cob_ + "rim" ; + VP (Pres Subj Sg P1) => cob_ + "reixi" ; + VP (Pres Subj Pl P2) => cob_ + "riu" ; + VP (Pres Subj Sg P2) => cob_ + "reixis" ; + VP (Pres Subj Pl P3) => cob_ + "reixin" ; + VP (Pres Subj Sg P3) => cob_ + "reixi" ; + VP (Impf Ind Pl P1) => cob_ + "rem" ;--# notpresent + VP (Impf Ind Sg P1) => cob_ + "ria" ;--# notpresent + VP (Impf Ind Pl P2) => cob_ + "reu" ;--# notpresent + VP (Impf Ind Sg P2) => cob_ + "ries" ;--# notpresent + VP (Impf Ind Pl P3) => cob_ + "rien" ;--# notpresent + VP (Impf Ind Sg P3) => cob_ + "ria" ;--# notpresent + VP (Impf Subj Pl P1) => cob_ + "rssim" ;--# notpresent + VP (Impf Subj Sg P1) => cob_ + "rs" ;--# notpresent + VP (Impf Subj Pl P2) => cob_ + "rssiu" ;--# notpresent + VP (Impf Subj Sg P2) => cob_ + "rissis" ;--# notpresent + VP (Impf Subj Pl P3) => cob_ + "rissin" ;--# notpresent + VP (Impf Subj Sg P3) => cob_ + "rs" ;--# notpresent + VP (Fut Pl P1) => cob_ + "rirem" ;--# notpresent + VP (Fut Sg P1) => cob_ + "rir" ;--# notpresent + VP (Fut Pl P2) => cob_ + "rireu" ;--# notpresent + VP (Fut Sg P2) => cob_ + "rirs" ;--# notpresent + VP (Fut Pl P3) => cob_ + "riran" ;--# notpresent + VP (Fut Sg P3) => cob_ + "rir" ;--# notpresent + VP (Pret Pl P1) => cob_ + "rssim" ;--# notpresent + VP (Pret Sg P1) => cob_ + "rs" ;--# notpresent + VP (Pret Pl P2) => cob_ + "rssiu" ;--# notpresent + VP (Pret Sg P2) => cob_ + "rissis" ;--# notpresent + VP (Pret Pl P3) => cob_ + "rissin" ;--# notpresent + VP (Pret Sg P3) => cob_ + "rs" ;--# notpresent + VP (Cond Pl P1) => cob_ + "rirem" ;--# notpresent + VP (Cond Sg P1) => cob_ + "riria" ;--# notpresent + VP (Cond Pl P2) => cob_ + "rireu" ;--# notpresent + VP (Cond Sg P2) => cob_ + "riries" ;--# notpresent + VP (Cond Pl P3) => cob_ + "ririen" ;--# notpresent + VP (Cond Sg P3) => cob_ + "riria" ;--# notpresent + VP (Imp Pl P1) => cob_ + "rim" ; + VP (Imp Pl P2) => cob_ + "riu" ; + VP (Imp Sg P2) => cob_ + "reix" ; + VP (Imp Pl P3) => cob_ + "reixin" ; + VP (Imp Sg P3) => cob_ + "reixi" ; + VP (Pass Pl Fem) => cob_ + "ertes" ; + VP (Pass Sg Fem) => cob_ + "erta" ; + VP (Pass Pl Masc) => cob_ + "erts" ; + VP (Pass Sg Masc) => cob_ + "ert" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper collir_21 : Str -> Verbum = \collir -> +let c_ = Predef.tk 5 collir in +{s = table { + VI Infn => c_ + "ollir" ; + VI Ger => c_ + "ollint" ; + VI Part => c_ + "ollit" ; + VP (Pres Ind Pl P1) => c_ + "ollim" ; + VP (Pres Ind Sg P1) => c_ + "ullo" ; + VP (Pres Ind Pl P2) => c_ + "olliu" ; + VP (Pres Ind Sg P2) => c_ + "ulls" ; + VP (Pres Ind Pl P3) => c_ + "ullen" ; + VP (Pres Ind Sg P3) => c_ + "ull" ; + VP (Pres Subj Pl P1) => c_ + "ollim" ; + VP (Pres Subj Sg P1) => c_ + "ulli" ; + VP (Pres Subj Pl P2) => c_ + "olliu" ; + VP (Pres Subj Sg P2) => c_ + "ullis" ; + VP (Pres Subj Pl P3) => c_ + "ullin" ; + VP (Pres Subj Sg P3) => c_ + "ulli" ; + VP (Impf Ind Pl P1) => c_ + "ollem" ;--# notpresent + VP (Impf Ind Sg P1) => c_ + "ollia" ;--# notpresent + VP (Impf Ind Pl P2) => c_ + "olleu" ;--# notpresent + VP (Impf Ind Sg P2) => c_ + "ollies" ;--# notpresent + VP (Impf Ind Pl P3) => c_ + "ollien" ;--# notpresent + VP (Impf Ind Sg P3) => c_ + "ollia" ;--# notpresent + VP (Impf Subj Pl P1) => c_ + "ollssim" ;--# notpresent + VP (Impf Subj Sg P1) => c_ + "olls" ;--# notpresent + VP (Impf Subj Pl P2) => c_ + "ollssiu" ;--# notpresent + VP (Impf Subj Sg P2) => c_ + "ollissis" ;--# notpresent + VP (Impf Subj Pl P3) => c_ + "ollissin" ;--# notpresent + VP (Impf Subj Sg P3) => c_ + "olls" ;--# notpresent + VP (Fut Pl P1) => c_ + "ollirem" ;--# notpresent + VP (Fut Sg P1) => c_ + "ollir" ;--# notpresent + VP (Fut Pl P2) => c_ + "ollireu" ;--# notpresent + VP (Fut Sg P2) => c_ + "ollirs" ;--# notpresent + VP (Fut Pl P3) => c_ + "olliran" ;--# notpresent + VP (Fut Sg P3) => c_ + "ollir" ;--# notpresent + VP (Pret Pl P1) => c_ + "ollssim" ;--# notpresent + VP (Pret Sg P1) => c_ + "olls" ;--# notpresent + VP (Pret Pl P2) => c_ + "ollssiu" ;--# notpresent + VP (Pret Sg P2) => c_ + "ollissis" ;--# notpresent + VP (Pret Pl P3) => c_ + "ollissin" ;--# notpresent + VP (Pret Sg P3) => c_ + "olls" ;--# notpresent + VP (Cond Pl P1) => c_ + "ollirem" ;--# notpresent + VP (Cond Sg P1) => c_ + "olliria" ;--# notpresent + VP (Cond Pl P2) => c_ + "ollireu" ;--# notpresent + VP (Cond Sg P2) => c_ + "olliries" ;--# notpresent + VP (Cond Pl P3) => c_ + "ollirien" ;--# notpresent + VP (Cond Sg P3) => c_ + "olliria" ;--# notpresent + VP (Imp Pl P1) => c_ + "ollim" ; + VP (Imp Pl P2) => c_ + "olliu" ; + VP (Imp Sg P2) => c_ + "ull" ; + VP (Imp Pl P3) => c_ + "ullin" ; + VP (Imp Sg P3) => c_ + "ulli" ; + VP (Pass Pl Fem) => c_ + "ollides" ; + VP (Pass Sg Fem) => c_ + "ollida" ; + VP (Pass Pl Masc) => c_ + "ollits" ; + VP (Pass Sg Masc) => c_ + "ollit" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper comenar_22 : Str -> Verbum = \comenar -> +let comen_ = Predef.tk 3 comenar in +{s = table { + VI Infn => comen_ + "ar" ; + VI Ger => comen_ + "ant" ; + VI Part => comen_ + "at" ; + VP (Pres Ind Pl P1) => comen_ + "cem" ; + VP (Pres Ind Sg P1) => comen_ + "o" ; + VP (Pres Ind Pl P2) => comen_ + "ceu" ; + VP (Pres Ind Sg P2) => comen_ + "ces" ; + VP (Pres Ind Pl P3) => comen_ + "cen" ; + VP (Pres Ind Sg P3) => comen_ + "a" ; + VP (Pres Subj Pl P1) => comen_ + "cem" ; + VP (Pres Subj Sg P1) => comen_ + "ci" ; + VP (Pres Subj Pl P2) => comen_ + "ceu" ; + VP (Pres Subj Sg P2) => comen_ + "cis" ; + VP (Pres Subj Pl P3) => comen_ + "cin" ; + VP (Pres Subj Sg P3) => comen_ + "ci" ; + VP (Impf Ind Pl P1) => comen_ + "vem" ;--# notpresent + VP (Impf Ind Sg P1) => comen_ + "ava" ;--# notpresent + VP (Impf Ind Pl P2) => comen_ + "veu" ;--# notpresent + VP (Impf Ind Sg P2) => comen_ + "aves" ;--# notpresent + VP (Impf Ind Pl P3) => comen_ + "aven" ;--# notpresent + VP (Impf Ind Sg P3) => comen_ + "ava" ;--# notpresent + VP (Impf Subj Pl P1) => comen_ + "cssim" ;--# notpresent + VP (Impf Subj Sg P1) => comen_ + "cs" ;--# notpresent + VP (Impf Subj Pl P2) => comen_ + "cssiu" ;--# notpresent + VP (Impf Subj Sg P2) => comen_ + "cessis" ;--# notpresent + VP (Impf Subj Pl P3) => comen_ + "cessin" ;--# notpresent + VP (Impf Subj Sg P3) => comen_ + "cs" ;--# notpresent + VP (Fut Pl P1) => comen_ + "arem" ;--# notpresent + VP (Fut Sg P1) => comen_ + "ar" ;--# notpresent + VP (Fut Pl P2) => comen_ + "areu" ;--# notpresent + VP (Fut Sg P2) => comen_ + "ars" ;--# notpresent + VP (Fut Pl P3) => comen_ + "aran" ;--# notpresent + VP (Fut Sg P3) => comen_ + "ar" ;--# notpresent + VP (Pret Pl P1) => comen_ + "cssim" ;--# notpresent + VP (Pret Sg P1) => comen_ + "cs" ;--# notpresent + VP (Pret Pl P2) => comen_ + "cssiu" ;--# notpresent + VP (Pret Sg P2) => comen_ + "cessis" ;--# notpresent + VP (Pret Pl P3) => comen_ + "cessin" ;--# notpresent + VP (Pret Sg P3) => comen_ + "cs" ;--# notpresent + VP (Cond Pl P1) => comen_ + "arem" ;--# notpresent + VP (Cond Sg P1) => comen_ + "aria" ;--# notpresent + VP (Cond Pl P2) => comen_ + "areu" ;--# notpresent + VP (Cond Sg P2) => comen_ + "aries" ;--# notpresent + VP (Cond Pl P3) => comen_ + "arien" ;--# notpresent + VP (Cond Sg P3) => comen_ + "aria" ;--# notpresent + VP (Imp Pl P1) => comen_ + "cem" ; + VP (Imp Pl P2) => comen_ + "ceu" ; + VP (Imp Sg P2) => comen_ + "a" ; + VP (Imp Pl P3) => comen_ + "cin" ; + VP (Imp Sg P3) => comen_ + "ci" ; + VP (Pass Pl Fem) => comen_ + "ades" ; + VP (Pass Sg Fem) => comen_ + "ada" ; + VP (Pass Pl Masc) => comen_ + "ats" ; + VP (Pass Sg Masc) => comen_ + "at" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper commoure_23 : Str -> Verbum = \commoure -> +let commo_ = Predef.tk 3 commoure in +{s = table { + VI Infn => commo_ + "ure" ; + VI Ger => commo_ + "vent" ; + VI Part => commo_ + "gut" ; + VP (Pres Ind Pl P1) => commo_ + "vem" ; + VP (Pres Ind Sg P1) => commo_ + "c" ; + VP (Pres Ind Pl P2) => commo_ + "veu" ; + VP (Pres Ind Sg P2) => commo_ + "us" ; + VP (Pres Ind Pl P3) => commo_ + "uen" ; + VP (Pres Ind Sg P3) => commo_ + "u" ; + VP (Pres Subj Pl P1) => commo_ + "guem" ; + VP (Pres Subj Sg P1) => commo_ + "gui" ; + VP (Pres Subj Pl P2) => commo_ + "gueu" ; + VP (Pres Subj Sg P2) => commo_ + "guis" ; + VP (Pres Subj Pl P3) => commo_ + "guin" ; + VP (Pres Subj Sg P3) => commo_ + "gui" ; + VP (Impf Ind Pl P1) => commo_ + "vem" ;--# notpresent + VP (Impf Ind Sg P1) => commo_ + "via" ;--# notpresent + VP (Impf Ind Pl P2) => commo_ + "veu" ;--# notpresent + VP (Impf Ind Sg P2) => commo_ + "vies" ;--# notpresent + VP (Impf Ind Pl P3) => commo_ + "vien" ;--# notpresent + VP (Impf Ind Sg P3) => commo_ + "via" ;--# notpresent + VP (Impf Subj Pl P1) => commo_ + "gussim" ;--# notpresent + VP (Impf Subj Sg P1) => commo_ + "gus" ;--# notpresent + VP (Impf Subj Pl P2) => commo_ + "gussiu" ;--# notpresent + VP (Impf Subj Sg P2) => commo_ + "guessis" ;--# notpresent + VP (Impf Subj Pl P3) => commo_ + "guessin" ;--# notpresent + VP (Impf Subj Sg P3) => commo_ + "gus" ;--# notpresent + VP (Fut Pl P1) => commo_ + "urem" ;--# notpresent + VP (Fut Sg P1) => commo_ + "ur" ;--# notpresent + VP (Fut Pl P2) => commo_ + "ureu" ;--# notpresent + VP (Fut Sg P2) => commo_ + "urs" ;--# notpresent + VP (Fut Pl P3) => commo_ + "uran" ;--# notpresent + VP (Fut Sg P3) => commo_ + "ur" ;--# notpresent + VP (Pret Pl P1) => commo_ + "gussim" ;--# notpresent + VP (Pret Sg P1) => commo_ + "gus" ;--# notpresent + VP (Pret Pl P2) => commo_ + "gussiu" ;--# notpresent + VP (Pret Sg P2) => commo_ + "guessis" ;--# notpresent + VP (Pret Pl P3) => commo_ + "guessin" ;--# notpresent + VP (Pret Sg P3) => commo_ + "gus" ;--# notpresent + VP (Cond Pl P1) => commo_ + "urem" ;--# notpresent + VP (Cond Sg P1) => commo_ + "uria" ;--# notpresent + VP (Cond Pl P2) => commo_ + "ureu" ;--# notpresent + VP (Cond Sg P2) => commo_ + "uries" ;--# notpresent + VP (Cond Pl P3) => commo_ + "urien" ;--# notpresent + VP (Cond Sg P3) => commo_ + "uria" ;--# notpresent + VP (Imp Pl P1) => commo_ + "guem" ; + VP (Imp Pl P2) => commo_ + "veu" ; + VP (Imp Sg P2) => commo_ + "u" ; + VP (Imp Pl P3) => commo_ + "guin" ; + VP (Imp Sg P3) => commo_ + "gui" ; + VP (Pass Pl Fem) => commo_ + "gudes" ; + VP (Pass Sg Fem) => commo_ + "guda" ; + VP (Pass Pl Masc) => commo_ + "guts" ; + VP (Pass Sg Masc) => commo_ + "gut" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper complaure_24 : Str -> Verbum = \complaure -> +let compla_ = Predef.tk 3 complaure in +{s = table { + VI Infn => compla_ + "ure" ; + VI Ger => compla_ + "ent" ; + VI Part => compla_ + "gut" ; + VP (Pres Ind Pl P1) => compla_ + "em" ; + VP (Pres Ind Sg P1) => compla_ + "c" ; + VP (Pres Ind Pl P2) => compla_ + "eu" ; + VP (Pres Ind Sg P2) => compla_ + "us" ; + VP (Pres Ind Pl P3) => compla_ + "uen" ; + VP (Pres Ind Sg P3) => compla_ + "u" ; + VP (Pres Subj Pl P1) => compla_ + "guem" ; + VP (Pres Subj Sg P1) => compla_ + "gui" ; + VP (Pres Subj Pl P2) => compla_ + "gueu" ; + VP (Pres Subj Sg P2) => compla_ + "guis" ; + VP (Pres Subj Pl P3) => compla_ + "guin" ; + VP (Pres Subj Sg P3) => compla_ + "gui" ; + VP (Impf Ind Pl P1) => compla_ + "em" ;--# notpresent + VP (Impf Ind Sg P1) => compla_ + "a" ;--# notpresent + VP (Impf Ind Pl P2) => compla_ + "eu" ;--# notpresent + VP (Impf Ind Sg P2) => compla_ + "es" ;--# notpresent + VP (Impf Ind Pl P3) => compla_ + "en" ;--# notpresent + VP (Impf Ind Sg P3) => compla_ + "a" ;--# notpresent + VP (Impf Subj Pl P1) => compla_ + "gussim" ;--# notpresent + VP (Impf Subj Sg P1) => compla_ + "gus" ;--# notpresent + VP (Impf Subj Pl P2) => compla_ + "gussiu" ;--# notpresent + VP (Impf Subj Sg P2) => compla_ + "guessis" ;--# notpresent + VP (Impf Subj Pl P3) => compla_ + "guessin" ;--# notpresent + VP (Impf Subj Sg P3) => compla_ + "gus" ;--# notpresent + VP (Fut Pl P1) => compla_ + "urem" ;--# notpresent + VP (Fut Sg P1) => compla_ + "ur" ;--# notpresent + VP (Fut Pl P2) => compla_ + "ureu" ;--# notpresent + VP (Fut Sg P2) => compla_ + "urs" ;--# notpresent + VP (Fut Pl P3) => compla_ + "uran" ;--# notpresent + VP (Fut Sg P3) => compla_ + "ur" ;--# notpresent + VP (Pret Pl P1) => compla_ + "gussim" ;--# notpresent + VP (Pret Sg P1) => compla_ + "gus" ;--# notpresent + VP (Pret Pl P2) => compla_ + "gussiu" ;--# notpresent + VP (Pret Sg P2) => compla_ + "guessis" ;--# notpresent + VP (Pret Pl P3) => compla_ + "guessin" ;--# notpresent + VP (Pret Sg P3) => compla_ + "gus" ;--# notpresent + VP (Cond Pl P1) => compla_ + "urem" ;--# notpresent + VP (Cond Sg P1) => compla_ + "uria" ;--# notpresent + VP (Cond Pl P2) => compla_ + "ureu" ;--# notpresent + VP (Cond Sg P2) => compla_ + "uries" ;--# notpresent + VP (Cond Pl P3) => compla_ + "urien" ;--# notpresent + VP (Cond Sg P3) => compla_ + "uria" ;--# notpresent + VP (Imp Pl P1) => compla_ + "guem" ; + VP (Imp Pl P2) => compla_ + "eu" ; + VP (Imp Sg P2) => compla_ + "u" ; + VP (Imp Pl P3) => compla_ + "guin" ; + VP (Imp Sg P3) => compla_ + "gui" ; + VP (Pass Pl Fem) => compla_ + "gudes" ; + VP (Pass Sg Fem) => compla_ + "guda" ; + VP (Pass Pl Masc) => compla_ + "guts" ; + VP (Pass Sg Masc) => compla_ + "gut" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper complir_25 : Str -> Verbum = \complir -> +let compl_ = Predef.tk 2 complir in +{s = table { + VI Infn => compl_ + "ir" ; + VI Ger => compl_ + "int" ; + VI Part => compl_ + "ert" ; + VP (Pres Ind Pl P1) => compl_ + "im" ; + VP (Pres Ind Sg P1) => compl_ + "eixo" ; + VP (Pres Ind Pl P2) => compl_ + "iu" ; + VP (Pres Ind Sg P2) => compl_ + "eixes" ; + VP (Pres Ind Pl P3) => compl_ + "eixen" ; + VP (Pres Ind Sg P3) => compl_ + "eix" ; + VP (Pres Subj Pl P1) => compl_ + "im" ; + VP (Pres Subj Sg P1) => compl_ + "eixi" ; + VP (Pres Subj Pl P2) => compl_ + "iu" ; + VP (Pres Subj Sg P2) => compl_ + "eixis" ; + VP (Pres Subj Pl P3) => compl_ + "eixin" ; + VP (Pres Subj Sg P3) => compl_ + "eixi" ; + VP (Impf Ind Pl P1) => compl_ + "em" ;--# notpresent + VP (Impf Ind Sg P1) => compl_ + "ia" ;--# notpresent + VP (Impf Ind Pl P2) => compl_ + "eu" ;--# notpresent + VP (Impf Ind Sg P2) => compl_ + "ies" ;--# notpresent + VP (Impf Ind Pl P3) => compl_ + "ien" ;--# notpresent + VP (Impf Ind Sg P3) => compl_ + "ia" ;--# notpresent + VP (Impf Subj Pl P1) => compl_ + "ssim" ;--# notpresent + VP (Impf Subj Sg P1) => compl_ + "s" ;--# notpresent + VP (Impf Subj Pl P2) => compl_ + "ssiu" ;--# notpresent + VP (Impf Subj Sg P2) => compl_ + "issis" ;--# notpresent + VP (Impf Subj Pl P3) => compl_ + "issin" ;--# notpresent + VP (Impf Subj Sg P3) => compl_ + "s" ;--# notpresent + VP (Fut Pl P1) => compl_ + "irem" ;--# notpresent + VP (Fut Sg P1) => compl_ + "ir" ;--# notpresent + VP (Fut Pl P2) => compl_ + "ireu" ;--# notpresent + VP (Fut Sg P2) => compl_ + "irs" ;--# notpresent + VP (Fut Pl P3) => compl_ + "iran" ;--# notpresent + VP (Fut Sg P3) => compl_ + "ir" ;--# notpresent + VP (Pret Pl P1) => compl_ + "ssim" ;--# notpresent + VP (Pret Sg P1) => compl_ + "s" ;--# notpresent + VP (Pret Pl P2) => compl_ + "ssiu" ;--# notpresent + VP (Pret Sg P2) => compl_ + "issis" ;--# notpresent + VP (Pret Pl P3) => compl_ + "issin" ;--# notpresent + VP (Pret Sg P3) => compl_ + "s" ;--# notpresent + VP (Cond Pl P1) => compl_ + "irem" ;--# notpresent + VP (Cond Sg P1) => compl_ + "iria" ;--# notpresent + VP (Cond Pl P2) => compl_ + "ireu" ;--# notpresent + VP (Cond Sg P2) => compl_ + "iries" ;--# notpresent + VP (Cond Pl P3) => compl_ + "irien" ;--# notpresent + VP (Cond Sg P3) => compl_ + "iria" ;--# notpresent + VP (Imp Pl P1) => compl_ + "im" ; + VP (Imp Pl P2) => compl_ + "iu" ; + VP (Imp Sg P2) => compl_ + "eix" ; + VP (Imp Pl P3) => compl_ + "eixin" ; + VP (Imp Sg P3) => compl_ + "eixi" ; + VP (Pass Pl Fem) => compl_ + "ertes" ; + VP (Pass Sg Fem) => compl_ + "erta" ; + VP (Pass Pl Masc) => compl_ + "erts" ; + VP (Pass Sg Masc) => compl_ + "ert" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper compondre_26 : Str -> Verbum = \compondre -> +let compo_ = Predef.tk 4 compondre in +{s = table { + VI Infn => compo_ + "ndre" ; + VI Ger => compo_ + "nent" ; + VI Part => compo_ + "st" ; + VP (Pres Ind Pl P1) => compo_ + "nem" ; + VP (Pres Ind Sg P1) => compo_ + "nc" ; + VP (Pres Ind Pl P2) => compo_ + "neu" ; + VP (Pres Ind Sg P2) => compo_ + "ns" ; + VP (Pres Ind Pl P3) => compo_ + "nen" ; + VP (Pres Ind Sg P3) => compo_ + "n" ; + VP (Pres Subj Pl P1) => compo_ + "nguem" ; + VP (Pres Subj Sg P1) => compo_ + "ngui" ; + VP (Pres Subj Pl P2) => compo_ + "ngueu" ; + VP (Pres Subj Sg P2) => compo_ + "nguis" ; + VP (Pres Subj Pl P3) => compo_ + "nguin" ; + VP (Pres Subj Sg P3) => compo_ + "ngui" ; + VP (Impf Ind Pl P1) => compo_ + "nem" ;--# notpresent + VP (Impf Ind Sg P1) => compo_ + "nia" ;--# notpresent + VP (Impf Ind Pl P2) => compo_ + "neu" ;--# notpresent + VP (Impf Ind Sg P2) => compo_ + "nies" ;--# notpresent + VP (Impf Ind Pl P3) => compo_ + "nien" ;--# notpresent + VP (Impf Ind Sg P3) => compo_ + "nia" ;--# notpresent + VP (Impf Subj Pl P1) => compo_ + "ngussim" ;--# notpresent + VP (Impf Subj Sg P1) => compo_ + "ngus" ;--# notpresent + VP (Impf Subj Pl P2) => compo_ + "ngussiu" ;--# notpresent + VP (Impf Subj Sg P2) => compo_ + "nguessis" ;--# notpresent + VP (Impf Subj Pl P3) => compo_ + "nguessin" ;--# notpresent + VP (Impf Subj Sg P3) => compo_ + "ngus" ;--# notpresent + VP (Fut Pl P1) => compo_ + "ndrem" ;--# notpresent + VP (Fut Sg P1) => compo_ + "ndr" ;--# notpresent + VP (Fut Pl P2) => compo_ + "ndreu" ;--# notpresent + VP (Fut Sg P2) => compo_ + "ndrs" ;--# notpresent + VP (Fut Pl P3) => compo_ + "ndran" ;--# notpresent + VP (Fut Sg P3) => compo_ + "ndr" ;--# notpresent + VP (Pret Pl P1) => compo_ + "ngussim" ;--# notpresent + VP (Pret Sg P1) => compo_ + "ngus" ;--# notpresent + VP (Pret Pl P2) => compo_ + "ngussiu" ;--# notpresent + VP (Pret Sg P2) => compo_ + "nguessis" ;--# notpresent + VP (Pret Pl P3) => compo_ + "nguessin" ;--# notpresent + VP (Pret Sg P3) => compo_ + "ngus" ;--# notpresent + VP (Cond Pl P1) => compo_ + "ndrem" ;--# notpresent + VP (Cond Sg P1) => compo_ + "ndria" ;--# notpresent + VP (Cond Pl P2) => compo_ + "ndreu" ;--# notpresent + VP (Cond Sg P2) => compo_ + "ndries" ;--# notpresent + VP (Cond Pl P3) => compo_ + "ndrien" ;--# notpresent + VP (Cond Sg P3) => compo_ + "ndria" ;--# notpresent + VP (Imp Pl P1) => compo_ + "nguem" ; + VP (Imp Pl P2) => compo_ + "neu" ; + VP (Imp Sg P2) => compo_ + "n" ; + VP (Imp Pl P3) => compo_ + "nguin" ; + VP (Imp Sg P3) => compo_ + "ngui" ; + VP (Pass Pl Fem) => compo_ + "stes" ; + VP (Pass Sg Fem) => compo_ + "sta" ; + VP (Pass Pl Masc) => compo_ + "sts" ; + VP (Pass Sg Masc) => compo_ + "st" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper conixer_27 : Str -> Verbum = \conixer -> +let con_ = Predef.tk 5 conixer in +{s = table { + VI Ger => con_ + "eixent" ; + VI Part => con_ + "egut" ; + VP (Pres Ind Pl P1) => con_ + "eixem" ; + VP (Pres Ind Sg P1) => con_ + "ec" ; + VP (Pres Ind Pl P2) => con_ + "eixeu" ; + VP (Pres Ind Sg P2) => con_ + "eixes" ; + VP (Pres Ind Pl P3) => con_ + "eixen" ; + VP (Pres Ind Sg P3) => con_ + "eix" ; + VP (Pres Subj Pl P1) => con_ + "eguem" ; + VP (Pres Subj Sg P1) => con_ + "egui" ; + VP (Pres Subj Pl P2) => con_ + "egueu" ; + VP (Pres Subj Sg P2) => con_ + "eguis" ; + VP (Pres Subj Pl P3) => con_ + "eguin" ; + VP (Pres Subj Sg P3) => con_ + "egui" ; + VP (Impf Ind Pl P1) => con_ + "eixem" ;--# notpresent + VP (Impf Ind Sg P1) => con_ + "eixia" ;--# notpresent + VP (Impf Ind Pl P2) => con_ + "eixeu" ;--# notpresent + VP (Impf Ind Sg P2) => con_ + "eixies" ;--# notpresent + VP (Impf Ind Pl P3) => con_ + "eixien" ;--# notpresent + VP (Impf Ind Sg P3) => con_ + "eixia" ;--# notpresent + VP (Impf Subj Pl P1) => con_ + "egussim" ;--# notpresent + VP (Impf Subj Sg P1) => con_ + "egus" ;--# notpresent + VP (Impf Subj Pl P2) => con_ + "egussiu" ;--# notpresent + VP (Impf Subj Sg P2) => con_ + "eguessis" ;--# notpresent + VP (Impf Subj Pl P3) => con_ + "eguessin" ;--# notpresent + VP (Impf Subj Sg P3) => con_ + "egus" ;--# notpresent + VP (Fut Pl P1) => con_ + "eixerem" ;--# notpresent + VP (Fut Sg P1) => con_ + "eixer" ;--# notpresent + VP (Fut Pl P2) => con_ + "eixereu" ;--# notpresent + VP (Fut Sg P2) => con_ + "eixers" ;--# notpresent + VP (Fut Pl P3) => con_ + "eixeran" ;--# notpresent + VP (Fut Sg P3) => con_ + "eixer" ;--# notpresent + VP (Pret Pl P1) => con_ + "egussim" ;--# notpresent + VP (Pret Sg P1) => con_ + "egus" ;--# notpresent + VP (Pret Pl P2) => con_ + "egussiu" ;--# notpresent + VP (Pret Sg P2) => con_ + "eguessis" ;--# notpresent + VP (Pret Pl P3) => con_ + "eguessin" ;--# notpresent + VP (Pret Sg P3) => con_ + "egus" ;--# notpresent + VP (Cond Pl P1) => con_ + "eixerem" ;--# notpresent + VP (Cond Sg P1) => con_ + "eixeria" ;--# notpresent + VP (Cond Pl P2) => con_ + "eixereu" ;--# notpresent + VP (Cond Sg P2) => con_ + "eixeries" ;--# notpresent + VP (Cond Pl P3) => con_ + "eixerien" ;--# notpresent + VP (Cond Sg P3) => con_ + "eixeria" ;--# notpresent + VP (Imp Pl P1) => con_ + "eguem" ; + VP (Imp Pl P2) => con_ + "eixeu" ; + VP (Imp Sg P2) => con_ + "eix" ; + VP (Imp Pl P3) => con_ + "eguin" ; + VP (Imp Sg P3) => con_ + "egui" ; + VP (Pass Pl Fem) => con_ + "egudes" ; + VP (Pass Sg Fem) => con_ + "eguda" ; + VP (Pass Pl Masc) => con_ + "eguts" ; + VP (Pass Sg Masc) => con_ + "egut" ; + VI Infn => con_ + "ixer" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper confondre_28 : Str -> Verbum = \confondre -> +let conf_ = Predef.tk 5 confondre in +{s = table { + VI Infn => conf_ + "ondre" ; + VI Ger => conf_ + "onent" ; + VP (Pres Ind Pl P1) => conf_ + "onem" ; + VP (Pres Ind Sg P1) => conf_ + "onc" ; + VP (Pres Ind Pl P2) => conf_ + "oneu" ; + VP (Pres Ind Sg P2) => conf_ + "ons" ; + VP (Pres Ind Pl P3) => conf_ + "onen" ; + VP (Pres Ind Sg P3) => conf_ + "on" ; + VP (Pres Subj Pl P1) => conf_ + "onguem" ; + VP (Pres Subj Sg P1) => conf_ + "ongui" ; + VP (Pres Subj Pl P2) => conf_ + "ongueu" ; + VP (Pres Subj Sg P2) => conf_ + "onguis" ; + VP (Pres Subj Pl P3) => conf_ + "onguin" ; + VP (Pres Subj Sg P3) => conf_ + "ongui" ; + VP (Impf Ind Pl P1) => conf_ + "onem" ;--# notpresent + VP (Impf Ind Sg P1) => conf_ + "onia" ;--# notpresent + VP (Impf Ind Pl P2) => conf_ + "oneu" ;--# notpresent + VP (Impf Ind Sg P2) => conf_ + "onies" ;--# notpresent + VP (Impf Ind Pl P3) => conf_ + "onien" ;--# notpresent + VP (Impf Ind Sg P3) => conf_ + "onia" ;--# notpresent + VP (Impf Subj Pl P1) => conf_ + "ongussim" ;--# notpresent + VP (Impf Subj Sg P1) => conf_ + "ongus" ;--# notpresent + VP (Impf Subj Pl P2) => conf_ + "ongussiu" ;--# notpresent + VP (Impf Subj Sg P2) => conf_ + "onguessis" ;--# notpresent + VP (Impf Subj Pl P3) => conf_ + "onguessin" ;--# notpresent + VP (Impf Subj Sg P3) => conf_ + "ongus" ;--# notpresent + VP (Fut Pl P1) => conf_ + "ondrem" ;--# notpresent + VP (Fut Sg P1) => conf_ + "ondr" ;--# notpresent + VP (Fut Pl P2) => conf_ + "ondreu" ;--# notpresent + VP (Fut Sg P2) => conf_ + "ondrs" ;--# notpresent + VP (Fut Pl P3) => conf_ + "ondran" ;--# notpresent + VP (Fut Sg P3) => conf_ + "ondr" ;--# notpresent + VP (Pret Pl P1) => conf_ + "ongussim" ;--# notpresent + VP (Pret Sg P1) => conf_ + "ongus" ;--# notpresent + VP (Pret Pl P2) => conf_ + "ongussiu" ;--# notpresent + VP (Pret Sg P2) => conf_ + "onguessis" ;--# notpresent + VP (Pret Pl P3) => conf_ + "onguessin" ;--# notpresent + VP (Pret Sg P3) => conf_ + "ongus" ;--# notpresent + VP (Cond Pl P1) => conf_ + "ondrem" ;--# notpresent + VP (Cond Sg P1) => conf_ + "ondria" ;--# notpresent + VP (Cond Pl P2) => conf_ + "ondreu" ;--# notpresent + VP (Cond Sg P2) => conf_ + "ondries" ;--# notpresent + VP (Cond Pl P3) => conf_ + "ondrien" ;--# notpresent + VP (Cond Sg P3) => conf_ + "ondria" ;--# notpresent + VP (Imp Pl P1) => conf_ + "onguem" ; + VP (Imp Pl P2) => conf_ + "oneu" ; + VP (Imp Sg P2) => conf_ + "on" ; + VP (Imp Pl P3) => conf_ + "onguin" ; + VP (Imp Sg P3) => conf_ + "ongui" ; + VP (Pass Pl Fem) => conf_ + "oses" ; + VP (Pass Sg Fem) => conf_ + "osa" ; + VP (Pass Pl Masc) => conf_ + "osos" ; + VI Part => conf_ + "s" ; + VP (Pass Sg Masc) => conf_ + "s" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper constrnyer_29 : Str -> Verbum = \constrnyer -> +let constr_ = Predef.tk 5 constrnyer in +{s = table { + VI Ger => constr_ + "enyent" ; + VI Part => constr_ + "et" ; + VP (Pres Ind Pl P1) => constr_ + "enyem" ; + VP (Pres Ind Sg P1) => constr_ + "enyo" ; + VP (Pres Ind Pl P2) => constr_ + "enyeu" ; + VP (Pres Ind Sg P2) => constr_ + "enys" ; + VP (Pres Ind Pl P3) => constr_ + "enyen" ; + VP (Pres Ind Sg P3) => constr_ + "eny" ; + VP (Pres Subj Pl P1) => constr_ + "enyem" ; + VP (Pres Subj Sg P1) => constr_ + "enyi" ; + VP (Pres Subj Pl P2) => constr_ + "enyeu" ; + VP (Pres Subj Sg P2) => constr_ + "enyis" ; + VP (Pres Subj Pl P3) => constr_ + "enyin" ; + VP (Pres Subj Sg P3) => constr_ + "enyi" ; + VP (Impf Ind Pl P1) => constr_ + "enyem" ;--# notpresent + VP (Impf Ind Sg P1) => constr_ + "enyia" ;--# notpresent + VP (Impf Ind Pl P2) => constr_ + "enyeu" ;--# notpresent + VP (Impf Ind Sg P2) => constr_ + "enyies" ;--# notpresent + VP (Impf Ind Pl P3) => constr_ + "enyien" ;--# notpresent + VP (Impf Ind Sg P3) => constr_ + "enyia" ;--# notpresent + VP (Impf Subj Pl P1) => constr_ + "enyssim" ;--# notpresent + VP (Impf Subj Sg P1) => constr_ + "enys" ;--# notpresent + VP (Impf Subj Pl P2) => constr_ + "enyssiu" ;--# notpresent + VP (Impf Subj Sg P2) => constr_ + "enyessis" ;--# notpresent + VP (Impf Subj Pl P3) => constr_ + "enyessin" ;--# notpresent + VP (Impf Subj Sg P3) => constr_ + "enys" ;--# notpresent + VP (Fut Pl P1) => constr_ + "enyerem" ;--# notpresent + VP (Fut Sg P1) => constr_ + "enyer" ;--# notpresent + VP (Fut Pl P2) => constr_ + "enyereu" ;--# notpresent + VP (Fut Sg P2) => constr_ + "enyers" ;--# notpresent + VP (Fut Pl P3) => constr_ + "enyeran" ;--# notpresent + VP (Fut Sg P3) => constr_ + "enyer" ;--# notpresent + VP (Pret Pl P1) => constr_ + "enyssim" ;--# notpresent + VP (Pret Sg P1) => constr_ + "enys" ;--# notpresent + VP (Pret Pl P2) => constr_ + "enyssiu" ;--# notpresent + VP (Pret Sg P2) => constr_ + "enyessis" ;--# notpresent + VP (Pret Pl P3) => constr_ + "enyessin" ;--# notpresent + VP (Pret Sg P3) => constr_ + "enys" ;--# notpresent + VP (Cond Pl P1) => constr_ + "enyerem" ;--# notpresent + VP (Cond Sg P1) => constr_ + "enyeria" ;--# notpresent + VP (Cond Pl P2) => constr_ + "enyereu" ;--# notpresent + VP (Cond Sg P2) => constr_ + "enyeries" ;--# notpresent + VP (Cond Pl P3) => constr_ + "enyerien" ;--# notpresent + VP (Cond Sg P3) => constr_ + "enyeria" ;--# notpresent + VP (Imp Pl P1) => constr_ + "enyem" ; + VP (Imp Pl P2) => constr_ + "enyeu" ; + VP (Imp Sg P2) => constr_ + "eny" ; + VP (Imp Pl P3) => constr_ + "enyin" ; + VP (Imp Sg P3) => constr_ + "enyi" ; + VP (Pass Pl Fem) => constr_ + "etes" ; + VP (Pass Sg Fem) => constr_ + "eta" ; + VP (Pass Pl Masc) => constr_ + "ets" ; + VP (Pass Sg Masc) => constr_ + "et" ; + VI Infn => constr_ + "nyer" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper crrer_30 : Str -> Verbum = \crrer -> +let c_ = Predef.tk 5 crrer in +{s = table { + VI Ger => c_ + "orrent" ; + VI Part => c_ + "orregut" ; + VP (Pres Ind Pl P1) => c_ + "orrem" ; + VP (Pres Ind Sg P1) => c_ + "orro" ; + VP (Pres Ind Pl P2) => c_ + "orreu" ; + VP (Pres Ind Sg P2) => c_ + "orres" ; + VP (Pres Ind Pl P3) => c_ + "orren" ; + VP (Pres Ind Sg P3) => c_ + "orre" ; + VP (Pres Subj Pl P1) => c_ + "orrem" ; + VP (Pres Subj Sg P1) => c_ + "orri" ; + VP (Pres Subj Pl P2) => c_ + "orreu" ; + VP (Pres Subj Sg P2) => c_ + "orris" ; + VP (Pres Subj Pl P3) => c_ + "orrin" ; + VP (Pres Subj Sg P3) => c_ + "orri" ; + VP (Impf Ind Pl P1) => c_ + "orrem" ;--# notpresent + VP (Impf Ind Sg P1) => c_ + "orria" ;--# notpresent + VP (Impf Ind Pl P2) => c_ + "orreu" ;--# notpresent + VP (Impf Ind Sg P2) => c_ + "orries" ;--# notpresent + VP (Impf Ind Pl P3) => c_ + "orrien" ;--# notpresent + VP (Impf Ind Sg P3) => c_ + "orria" ;--# notpresent + VP (Impf Subj Pl P1) => c_ + "orregussim" ;--# notpresent + VP (Impf Subj Sg P1) => c_ + "orregus" ;--# notpresent + VP (Impf Subj Pl P2) => c_ + "orregussiu" ;--# notpresent + VP (Impf Subj Sg P2) => c_ + "orreguessis" ;--# notpresent + VP (Impf Subj Pl P3) => c_ + "orreguessin" ;--# notpresent + VP (Impf Subj Sg P3) => c_ + "orregus" ;--# notpresent + VP (Fut Pl P1) => c_ + "orrerem" ;--# notpresent + VP (Fut Sg P1) => c_ + "orrer" ;--# notpresent + VP (Fut Pl P2) => c_ + "orrereu" ;--# notpresent + VP (Fut Sg P2) => c_ + "orrers" ;--# notpresent + VP (Fut Pl P3) => c_ + "orreran" ;--# notpresent + VP (Fut Sg P3) => c_ + "orrer" ;--# notpresent + VP (Pret Pl P1) => c_ + "orregussim" ;--# notpresent + VP (Pret Sg P1) => c_ + "orregus" ;--# notpresent + VP (Pret Pl P2) => c_ + "orregussiu" ;--# notpresent + VP (Pret Sg P2) => c_ + "orreguessis" ;--# notpresent + VP (Pret Pl P3) => c_ + "orreguessin" ;--# notpresent + VP (Pret Sg P3) => c_ + "orregus" ;--# notpresent + VP (Cond Pl P1) => c_ + "orrerem" ;--# notpresent + VP (Cond Sg P1) => c_ + "orreria" ;--# notpresent + VP (Cond Pl P2) => c_ + "orrereu" ;--# notpresent + VP (Cond Sg P2) => c_ + "orreries" ;--# notpresent + VP (Cond Pl P3) => c_ + "orrerien" ;--# notpresent + VP (Cond Sg P3) => c_ + "orreria" ;--# notpresent + VP (Imp Pl P1) => c_ + "orrem" ; + VP (Imp Pl P2) => c_ + "orreu" ; + VP (Imp Sg P2) => c_ + "orre" ; + VP (Imp Pl P3) => c_ + "orrin" ; + VP (Imp Sg P3) => c_ + "orri" ; + VP (Pass Pl Fem) => c_ + "orregudes" ; + VP (Pass Sg Fem) => c_ + "orreguda" ; + VP (Pass Pl Masc) => c_ + "orreguts" ; + VP (Pass Sg Masc) => c_ + "orregut" ; + VI Infn => c_ + "rrer" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper cosir_31 : Str -> Verbum = \cosir -> +let c_ = Predef.tk 4 cosir in +{s = table { + VI Infn => c_ + "osir" ; + VI Ger => c_ + "osint" ; + VI Part => c_ + "osit" ; + VP (Pres Ind Pl P1) => c_ + "osim" ; + VP (Pres Ind Sg P1) => c_ + "uso" ; + VP (Pres Ind Pl P2) => c_ + "osiu" ; + VP (Pres Ind Sg P2) => c_ + "uses" ; + VP (Pres Ind Pl P3) => c_ + "usen" ; + VP (Pres Ind Sg P3) => c_ + "us" ; + VP (Pres Subj Pl P1) => c_ + "osim" ; + VP (Pres Subj Sg P1) => c_ + "usi" ; + VP (Pres Subj Pl P2) => c_ + "osiu" ; + VP (Pres Subj Sg P2) => c_ + "usis" ; + VP (Pres Subj Pl P3) => c_ + "usin" ; + VP (Pres Subj Sg P3) => c_ + "usi" ; + VP (Impf Ind Pl P1) => c_ + "osem" ;--# notpresent + VP (Impf Ind Sg P1) => c_ + "osia" ;--# notpresent + VP (Impf Ind Pl P2) => c_ + "oseu" ;--# notpresent + VP (Impf Ind Sg P2) => c_ + "osies" ;--# notpresent + VP (Impf Ind Pl P3) => c_ + "osien" ;--# notpresent + VP (Impf Ind Sg P3) => c_ + "osia" ;--# notpresent + VP (Impf Subj Pl P1) => c_ + "osssim" ;--# notpresent + VP (Impf Subj Sg P1) => c_ + "oss" ;--# notpresent + VP (Impf Subj Pl P2) => c_ + "osssiu" ;--# notpresent + VP (Impf Subj Sg P2) => c_ + "osissis" ;--# notpresent + VP (Impf Subj Pl P3) => c_ + "osissin" ;--# notpresent + VP (Impf Subj Sg P3) => c_ + "oss" ;--# notpresent + VP (Fut Pl P1) => c_ + "osirem" ;--# notpresent + VP (Fut Sg P1) => c_ + "osir" ;--# notpresent + VP (Fut Pl P2) => c_ + "osireu" ;--# notpresent + VP (Fut Sg P2) => c_ + "osirs" ;--# notpresent + VP (Fut Pl P3) => c_ + "osiran" ;--# notpresent + VP (Fut Sg P3) => c_ + "osir" ;--# notpresent + VP (Pret Pl P1) => c_ + "osssim" ;--# notpresent + VP (Pret Sg P1) => c_ + "oss" ;--# notpresent + VP (Pret Pl P2) => c_ + "osssiu" ;--# notpresent + VP (Pret Sg P2) => c_ + "osissis" ;--# notpresent + VP (Pret Pl P3) => c_ + "osissin" ;--# notpresent + VP (Pret Sg P3) => c_ + "oss" ;--# notpresent + VP (Cond Pl P1) => c_ + "osirem" ;--# notpresent + VP (Cond Sg P1) => c_ + "osiria" ;--# notpresent + VP (Cond Pl P2) => c_ + "osireu" ;--# notpresent + VP (Cond Sg P2) => c_ + "osiries" ;--# notpresent + VP (Cond Pl P3) => c_ + "osirien" ;--# notpresent + VP (Cond Sg P3) => c_ + "osiria" ;--# notpresent + VP (Imp Pl P1) => c_ + "osim" ; + VP (Imp Pl P2) => c_ + "osiu" ; + VP (Imp Sg P2) => c_ + "us" ; + VP (Imp Pl P3) => c_ + "usin" ; + VP (Imp Sg P3) => c_ + "usi" ; + VP (Pass Pl Fem) => c_ + "osides" ; + VP (Pass Sg Fem) => c_ + "osida" ; + VP (Pass Pl Masc) => c_ + "osits" ; + VP (Pass Sg Masc) => c_ + "osit" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper coure_32 : Str -> Verbum = \coure -> +let c_ = Predef.tk 4 coure in +{s = table { + VI Infn => c_ + "oure" ; + VI Ger => c_ + "oent" ; + VI Part => c_ + "uit" ; + VP (Pres Ind Pl P1) => c_ + "oem" ; + VP (Pres Ind Sg P1) => c_ + "oc" ; + VP (Pres Ind Pl P2) => c_ + "oeu" ; + VP (Pres Ind Sg P2) => c_ + "ous" ; + VP (Pres Ind Pl P3) => c_ + "ouen" ; + VP (Pres Ind Sg P3) => c_ + "ou" ; + VP (Pres Subj Pl P1) => c_ + "oguem" ; + VP (Pres Subj Sg P1) => c_ + "ogui" ; + VP (Pres Subj Pl P2) => c_ + "ogueu" ; + VP (Pres Subj Sg P2) => c_ + "oguis" ; + VP (Pres Subj Pl P3) => c_ + "oguin" ; + VP (Pres Subj Sg P3) => c_ + "ogui" ; + VP (Impf Ind Pl P1) => c_ + "oem" ;--# notpresent + VP (Impf Ind Sg P1) => c_ + "oa" ;--# notpresent + VP (Impf Ind Pl P2) => c_ + "oeu" ;--# notpresent + VP (Impf Ind Sg P2) => c_ + "oes" ;--# notpresent + VP (Impf Ind Pl P3) => c_ + "oen" ;--# notpresent + VP (Impf Ind Sg P3) => c_ + "oa" ;--# notpresent + VP (Impf Subj Pl P1) => c_ + "ogussim" ;--# notpresent + VP (Impf Subj Sg P1) => c_ + "ogus" ;--# notpresent + VP (Impf Subj Pl P2) => c_ + "ogussiu" ;--# notpresent + VP (Impf Subj Sg P2) => c_ + "oguessis" ;--# notpresent + VP (Impf Subj Pl P3) => c_ + "oguessin" ;--# notpresent + VP (Impf Subj Sg P3) => c_ + "ogus" ;--# notpresent + VP (Fut Pl P1) => c_ + "ourem" ;--# notpresent + VP (Fut Sg P1) => c_ + "our" ;--# notpresent + VP (Fut Pl P2) => c_ + "oureu" ;--# notpresent + VP (Fut Sg P2) => c_ + "ours" ;--# notpresent + VP (Fut Pl P3) => c_ + "ouran" ;--# notpresent + VP (Fut Sg P3) => c_ + "our" ;--# notpresent + VP (Pret Pl P1) => c_ + "ogussim" ;--# notpresent + VP (Pret Sg P1) => c_ + "ogus" ;--# notpresent + VP (Pret Pl P2) => c_ + "ogussiu" ;--# notpresent + VP (Pret Sg P2) => c_ + "oguessis" ;--# notpresent + VP (Pret Pl P3) => c_ + "oguessin" ;--# notpresent + VP (Pret Sg P3) => c_ + "ogus" ;--# notpresent + VP (Cond Pl P1) => c_ + "ourem" ;--# notpresent + VP (Cond Sg P1) => c_ + "ouria" ;--# notpresent + VP (Cond Pl P2) => c_ + "oureu" ;--# notpresent + VP (Cond Sg P2) => c_ + "ouries" ;--# notpresent + VP (Cond Pl P3) => c_ + "ourien" ;--# notpresent + VP (Cond Sg P3) => c_ + "ouria" ;--# notpresent + VP (Imp Pl P1) => c_ + "oguem" ; + VP (Imp Pl P2) => c_ + "oeu" ; + VP (Imp Sg P2) => c_ + "ou" ; + VP (Imp Pl P3) => c_ + "oguin" ; + VP (Imp Sg P3) => c_ + "ogui" ; + VP (Pass Pl Fem) => c_ + "uites" ; + VP (Pass Sg Fem) => c_ + "uita" ; + VP (Pass Pl Masc) => c_ + "uits" ; + VP (Pass Sg Masc) => c_ + "uit" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper crixer_33 : Str -> Verbum = \crixer -> +let cr_ = Predef.tk 5 crixer in +{s = table { + VI Ger => cr_ + "eixent" ; + VI Part => cr_ + "escut" ; + VP (Pres Ind Pl P1) => cr_ + "eixem" ; + VP (Pres Ind Sg P1) => cr_ + "eixo" ; + VP (Pres Ind Pl P2) => cr_ + "eixeu" ; + VP (Pres Ind Sg P2) => cr_ + "eixes" ; + VP (Pres Ind Pl P3) => cr_ + "eixen" ; + VP (Pres Ind Sg P3) => cr_ + "eix" ; + VP (Pres Subj Pl P1) => cr_ + "eixem" ; + VP (Pres Subj Sg P1) => cr_ + "eixi" ; + VP (Pres Subj Pl P2) => cr_ + "eixeu" ; + VP (Pres Subj Sg P2) => cr_ + "eixis" ; + VP (Pres Subj Pl P3) => cr_ + "eixin" ; + VP (Pres Subj Sg P3) => cr_ + "eixi" ; + VP (Impf Ind Pl P1) => cr_ + "eixem" ;--# notpresent + VP (Impf Ind Sg P1) => cr_ + "eixia" ;--# notpresent + VP (Impf Ind Pl P2) => cr_ + "eixeu" ;--# notpresent + VP (Impf Ind Sg P2) => cr_ + "eixies" ;--# notpresent + VP (Impf Ind Pl P3) => cr_ + "eixien" ;--# notpresent + VP (Impf Ind Sg P3) => cr_ + "eixia" ;--# notpresent + VP (Impf Subj Pl P1) => cr_ + "eixssim" ;--# notpresent + VP (Impf Subj Sg P1) => cr_ + "eixs" ;--# notpresent + VP (Impf Subj Pl P2) => cr_ + "eixssiu" ;--# notpresent + VP (Impf Subj Sg P2) => cr_ + "eixessis" ;--# notpresent + VP (Impf Subj Pl P3) => cr_ + "eixessin" ;--# notpresent + VP (Impf Subj Sg P3) => cr_ + "eixs" ;--# notpresent + VP (Fut Pl P1) => cr_ + "eixerem" ;--# notpresent + VP (Fut Sg P1) => cr_ + "eixer" ;--# notpresent + VP (Fut Pl P2) => cr_ + "eixereu" ;--# notpresent + VP (Fut Sg P2) => cr_ + "eixers" ;--# notpresent + VP (Fut Pl P3) => cr_ + "eixeran" ;--# notpresent + VP (Fut Sg P3) => cr_ + "eixer" ;--# notpresent + VP (Pret Pl P1) => cr_ + "eixssim" ;--# notpresent + VP (Pret Sg P1) => cr_ + "eixs" ;--# notpresent + VP (Pret Pl P2) => cr_ + "eixssiu" ;--# notpresent + VP (Pret Sg P2) => cr_ + "eixessis" ;--# notpresent + VP (Pret Pl P3) => cr_ + "eixessin" ;--# notpresent + VP (Pret Sg P3) => cr_ + "eixs" ;--# notpresent + VP (Cond Pl P1) => cr_ + "eixerem" ;--# notpresent + VP (Cond Sg P1) => cr_ + "eixeria" ;--# notpresent + VP (Cond Pl P2) => cr_ + "eixereu" ;--# notpresent + VP (Cond Sg P2) => cr_ + "eixeries" ;--# notpresent + VP (Cond Pl P3) => cr_ + "eixerien" ;--# notpresent + VP (Cond Sg P3) => cr_ + "eixeria" ;--# notpresent + VP (Imp Pl P1) => cr_ + "eixem" ; + VP (Imp Pl P2) => cr_ + "eixeu" ; + VP (Imp Sg P2) => cr_ + "eix" ; + VP (Imp Pl P3) => cr_ + "eixin" ; + VP (Imp Sg P3) => cr_ + "eixi" ; + VP (Pass Pl Fem) => cr_ + "escudes" ; + VP (Pass Sg Fem) => cr_ + "escuda" ; + VP (Pass Pl Masc) => cr_ + "escuts" ; + VP (Pass Sg Masc) => cr_ + "escut" ; + VI Infn => cr_ + "ixer" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper creure_34 : Str -> Verbum = \creure -> +let cr_ = Predef.tk 4 creure in +{s = table { + VI Infn => cr_ + "eure" ; + VI Ger => cr_ + "eient" ; + VI Part => cr_ + "egut" ; + VP (Pres Ind Pl P1) => cr_ + "eiem" ; + VP (Pres Ind Sg P1) => cr_ + "ec" ; + VP (Pres Ind Pl P2) => cr_ + "eieu" ; + VP (Pres Ind Sg P2) => cr_ + "eus" ; + VP (Pres Ind Pl P3) => cr_ + "euen" ; + VP (Pres Ind Sg P3) => cr_ + "eu" ; + VP (Pres Subj Pl P1) => cr_ + "eguem" ; + VP (Pres Subj Sg P1) => cr_ + "egui" ; + VP (Pres Subj Pl P2) => cr_ + "egueu" ; + VP (Pres Subj Sg P2) => cr_ + "eguis" ; + VP (Pres Subj Pl P3) => cr_ + "eguin" ; + VP (Pres Subj Sg P3) => cr_ + "egui" ; + VP (Impf Ind Sg P1) => cr_ + "eia" ;--# notpresent + VP (Impf Ind Sg P2) => cr_ + "eies" ;--# notpresent + VP (Impf Ind Pl P3) => cr_ + "eien" ;--# notpresent + VP (Impf Ind Sg P3) => cr_ + "eia" ;--# notpresent + VP (Impf Subj Pl P1) => cr_ + "egussim" ;--# notpresent + VP (Impf Subj Sg P1) => cr_ + "egus" ;--# notpresent + VP (Impf Subj Pl P2) => cr_ + "egussiu" ;--# notpresent + VP (Impf Subj Sg P2) => cr_ + "eguessis" ;--# notpresent + VP (Impf Subj Pl P3) => cr_ + "eguessin" ;--# notpresent + VP (Impf Subj Sg P3) => cr_ + "egus" ;--# notpresent + VP (Fut Pl P1) => cr_ + "eurem" ;--# notpresent + VP (Fut Sg P1) => cr_ + "eur" ;--# notpresent + VP (Fut Pl P2) => cr_ + "eureu" ;--# notpresent + VP (Fut Sg P2) => cr_ + "eurs" ;--# notpresent + VP (Fut Pl P3) => cr_ + "euran" ;--# notpresent + VP (Fut Sg P3) => cr_ + "eur" ;--# notpresent + VP (Pret Pl P1) => cr_ + "egussim" ;--# notpresent + VP (Pret Sg P1) => cr_ + "egus" ;--# notpresent + VP (Pret Pl P2) => cr_ + "egussiu" ;--# notpresent + VP (Pret Sg P2) => cr_ + "eguessis" ;--# notpresent + VP (Pret Pl P3) => cr_ + "eguessin" ;--# notpresent + VP (Pret Sg P3) => cr_ + "egus" ;--# notpresent + VP (Cond Pl P1) => cr_ + "eurem" ;--# notpresent + VP (Cond Sg P1) => cr_ + "euria" ;--# notpresent + VP (Cond Pl P2) => cr_ + "eureu" ;--# notpresent + VP (Cond Sg P2) => cr_ + "euries" ;--# notpresent + VP (Cond Pl P3) => cr_ + "eurien" ;--# notpresent + VP (Cond Sg P3) => cr_ + "euria" ;--# notpresent + VP (Imp Pl P1) => cr_ + "eguem" ; + VP (Imp Pl P2) => cr_ + "eieu" ; + VP (Imp Sg P2) => cr_ + "eu" ; + VP (Imp Pl P3) => cr_ + "eguin" ; + VP (Imp Sg P3) => cr_ + "egui" ; + VP (Pass Pl Fem) => cr_ + "egudes" ; + VP (Pass Sg Fem) => cr_ + "eguda" ; + VP (Pass Pl Masc) => cr_ + "eguts" ; + VP (Pass Sg Masc) => cr_ + "egut" ; + VP (Impf Ind Pl P1) => cr_ + "iem" ;--# notpresent + VP (Impf Ind Pl P2) => cr_ + "ieu" ;--# notpresent +VP (Imp Sg P1) => variants {} +} +} ; +-- cruixir-- is not in the used source . + +oper dependre_36 : Str -> Verbum = \dependre -> +let dep_ = Predef.tk 5 dependre in +{s = table { + VI Infn => dep_ + "endre" ; + VI Ger => dep_ + "enent" ; + VP (Pres Ind Pl P1) => dep_ + "enem" ; + VP (Pres Ind Sg P1) => dep_ + "enc" ; + VP (Pres Ind Pl P2) => dep_ + "eneu" ; + VP (Pres Ind Sg P2) => dep_ + "ens" ; + VP (Pres Ind Pl P3) => dep_ + "enen" ; + VP (Pres Subj Pl P1) => dep_ + "enguem" ; + VP (Pres Subj Sg P1) => dep_ + "engui" ; + VP (Pres Subj Pl P2) => dep_ + "engueu" ; + VP (Pres Subj Sg P2) => dep_ + "enguis" ; + VP (Pres Subj Pl P3) => dep_ + "enguin" ; + VP (Pres Subj Sg P3) => dep_ + "engui" ; + VP (Impf Ind Pl P1) => dep_ + "enem" ;--# notpresent + VP (Impf Ind Sg P1) => dep_ + "enia" ;--# notpresent + VP (Impf Ind Pl P2) => dep_ + "eneu" ;--# notpresent + VP (Impf Ind Sg P2) => dep_ + "enies" ;--# notpresent + VP (Impf Ind Pl P3) => dep_ + "enien" ;--# notpresent + VP (Impf Ind Sg P3) => dep_ + "enia" ;--# notpresent + VP (Impf Subj Pl P1) => dep_ + "engussim" ;--# notpresent + VP (Impf Subj Sg P1) => dep_ + "engus" ;--# notpresent + VP (Impf Subj Pl P2) => dep_ + "engussiu" ;--# notpresent + VP (Impf Subj Sg P2) => dep_ + "enguessis" ;--# notpresent + VP (Impf Subj Pl P3) => dep_ + "enguessin" ;--# notpresent + VP (Impf Subj Sg P3) => dep_ + "engus" ;--# notpresent + VP (Fut Pl P1) => dep_ + "endrem" ;--# notpresent + VP (Fut Sg P1) => dep_ + "endr" ;--# notpresent + VP (Fut Pl P2) => dep_ + "endreu" ;--# notpresent + VP (Fut Sg P2) => dep_ + "endrs" ;--# notpresent + VP (Fut Pl P3) => dep_ + "endran" ;--# notpresent + VP (Fut Sg P3) => dep_ + "endr" ;--# notpresent + VP (Pret Pl P1) => dep_ + "engussim" ;--# notpresent + VP (Pret Sg P1) => dep_ + "engus" ;--# notpresent + VP (Pret Pl P2) => dep_ + "engussiu" ;--# notpresent + VP (Pret Sg P2) => dep_ + "enguessis" ;--# notpresent + VP (Pret Pl P3) => dep_ + "enguessin" ;--# notpresent + VP (Pret Sg P3) => dep_ + "engus" ;--# notpresent + VP (Cond Pl P1) => dep_ + "endrem" ;--# notpresent + VP (Cond Sg P1) => dep_ + "endria" ;--# notpresent + VP (Cond Pl P2) => dep_ + "endreu" ;--# notpresent + VP (Cond Sg P2) => dep_ + "endries" ;--# notpresent + VP (Cond Pl P3) => dep_ + "endrien" ;--# notpresent + VP (Cond Sg P3) => dep_ + "endria" ;--# notpresent + VP (Imp Pl P1) => dep_ + "enguem" ; + VP (Imp Pl P2) => dep_ + "eneu" ; + VP (Imp Pl P3) => dep_ + "enguin" ; + VP (Imp Sg P3) => dep_ + "engui" ; + VP (Pass Pl Fem) => dep_ + "eses" ; + VP (Pass Sg Fem) => dep_ + "esa" ; + VP (Pass Pl Masc) => dep_ + "esos" ; + VI Part => dep_ + "s" ; + VP (Pres Ind Sg P3) => dep_ + "n" ; + VP (Pass Sg Masc) => dep_ + "s" ; + VP (Imp Sg P2) => dep_ + "n" ; +VP (Imp Sg P1) => variants {} +} +} ; +-- descloure-- is not in the used source . +-- descosir-- is not in the used source . + +oper desfer_39 : Str -> Verbum = \desfer -> +let desf_ = Predef.tk 2 desfer in +{s = table { + VI Infn => desf_ + "er" ; + VI Ger => desf_ + "ent" ; + VI Part => desf_ + "et" ; + VP (Pres Ind Pl P1) => desf_ + "em" ; + VP (Pres Ind Sg P1) => desf_ + "aig" ; + VP (Pres Ind Pl P2) => desf_ + "eu" ; + VP (Pres Ind Sg P2) => desf_ + "s" ; + VP (Pres Ind Pl P3) => desf_ + "an" ; + VP (Pres Ind Sg P3) => desf_ + "" ; + VP (Pres Subj Pl P1) => desf_ + "em" ; + VP (Pres Subj Sg P1) => desf_ + "aci" ; + VP (Pres Subj Pl P2) => desf_ + "eu" ; + VP (Pres Subj Sg P2) => desf_ + "acis" ; + VP (Pres Subj Pl P3) => desf_ + "acin" ; + VP (Pres Subj Sg P3) => desf_ + "aci" ; + VP (Impf Ind Pl P1) => desf_ + "iem" ;--# notpresent + VP (Impf Ind Sg P1) => desf_ + "eia" ;--# notpresent + VP (Impf Ind Pl P2) => desf_ + "ieu" ;--# notpresent + VP (Impf Ind Sg P2) => desf_ + "eies" ;--# notpresent + VP (Impf Ind Pl P3) => desf_ + "eien" ;--# notpresent + VP (Impf Ind Sg P3) => desf_ + "eia" ;--# notpresent + VP (Impf Subj Pl P1) => desf_ + "ssim" ;--# notpresent + VP (Impf Subj Sg P1) => desf_ + "s" ;--# notpresent + VP (Impf Subj Pl P2) => desf_ + "ssiu" ;--# notpresent + VP (Impf Subj Sg P2) => desf_ + "essis" ;--# notpresent + VP (Impf Subj Pl P3) => desf_ + "essin" ;--# notpresent + VP (Impf Subj Sg P3) => desf_ + "s" ;--# notpresent + VP (Fut Pl P1) => desf_ + "arem" ;--# notpresent + VP (Fut Sg P1) => desf_ + "ar" ;--# notpresent + VP (Fut Pl P2) => desf_ + "areu" ;--# notpresent + VP (Fut Sg P2) => desf_ + "ars" ;--# notpresent + VP (Fut Pl P3) => desf_ + "aran" ;--# notpresent + VP (Fut Sg P3) => desf_ + "ar" ;--# notpresent + VP (Pret Pl P1) => desf_ + "ssim" ;--# notpresent + VP (Pret Sg P1) => desf_ + "s" ;--# notpresent + VP (Pret Pl P2) => desf_ + "ssiu" ;--# notpresent + VP (Pret Sg P2) => desf_ + "essis" ;--# notpresent + VP (Pret Pl P3) => desf_ + "essin" ;--# notpresent + VP (Pret Sg P3) => desf_ + "s" ;--# notpresent + VP (Cond Pl P1) => desf_ + "arem" ;--# notpresent + VP (Cond Sg P1) => desf_ + "aria" ;--# notpresent + VP (Cond Pl P2) => desf_ + "areu" ;--# notpresent + VP (Cond Sg P2) => desf_ + "aries" ;--# notpresent + VP (Cond Pl P3) => desf_ + "arien" ;--# notpresent + VP (Cond Sg P3) => desf_ + "aria" ;--# notpresent + VP (Imp Pl P1) => desf_ + "em" ; + VP (Imp Pl P2) => desf_ + "eu" ; + VP (Imp Sg P2) => desf_ + "s" ; + VP (Imp Pl P3) => desf_ + "acin" ; + VP (Imp Sg P3) => desf_ + "aci" ; + VP (Pass Pl Fem) => desf_ + "etes" ; + VP (Pass Sg Fem) => desf_ + "eta" ; + VP (Pass Pl Masc) => desf_ + "ets" ; + VP (Pass Sg Masc) => desf_ + "et" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper deure_40 : Str -> Verbum = \deure -> +let x_ = Predef.tk 5 deure in +{s = table { + VI Infn => x_ + "ure" ; + VI Ger => x_ + "vent" ; + VI Part => x_ + "gut" ; + VP (Pres Ind Pl P1) => x_ + "vem" ; + VP (Pres Ind Sg P1) => x_ + "c" ; + VP (Pres Ind Pl P2) => x_ + "veu" ; + VP (Pres Ind Sg P2) => x_ + "us" ; + VP (Pres Ind Pl P3) => x_ + "uen" ; + VP (Pres Ind Sg P3) => x_ + "u" ; + VP (Pres Subj Pl P1) => x_ + "guem" ; + VP (Pres Subj Sg P1) => x_ + "gui" ; + VP (Pres Subj Pl P2) => x_ + "gueu" ; + VP (Pres Subj Sg P2) => x_ + "guis" ; + VP (Pres Subj Pl P3) => x_ + "guin" ; + VP (Pres Subj Sg P3) => x_ + "gui" ; + VP (Impf Ind Pl P1) => x_ + "vem" ;--# notpresent + VP (Impf Ind Sg P1) => x_ + "via" ;--# notpresent + VP (Impf Ind Pl P2) => x_ + "veu" ;--# notpresent + VP (Impf Ind Sg P2) => x_ + "vies" ;--# notpresent + VP (Impf Ind Pl P3) => x_ + "vien" ;--# notpresent + VP (Impf Ind Sg P3) => x_ + "via" ;--# notpresent + VP (Impf Subj Pl P1) => x_ + "gussim" ;--# notpresent + VP (Impf Subj Sg P1) => x_ + "gus" ;--# notpresent + VP (Impf Subj Pl P2) => x_ + "gussiu" ;--# notpresent + VP (Impf Subj Sg P2) => x_ + "guessis" ;--# notpresent + VP (Impf Subj Pl P3) => x_ + "guessin" ;--# notpresent + VP (Impf Subj Sg P3) => x_ + "gus" ;--# notpresent + VP (Fut Pl P1) => x_ + "urem" ;--# notpresent + VP (Fut Sg P1) => x_ + "ur" ;--# notpresent + VP (Fut Pl P2) => x_ + "ureu" ;--# notpresent + VP (Fut Sg P2) => x_ + "urs" ;--# notpresent + VP (Fut Pl P3) => x_ + "uran" ;--# notpresent + VP (Fut Sg P3) => x_ + "ur" ;--# notpresent + VP (Pret Pl P1) => x_ + "gussim" ;--# notpresent + VP (Pret Sg P1) => x_ + "gus" ;--# notpresent + VP (Pret Pl P2) => x_ + "gussiu" ;--# notpresent + VP (Pret Sg P2) => x_ + "guessis" ;--# notpresent + VP (Pret Pl P3) => x_ + "guessin" ;--# notpresent + VP (Pret Sg P3) => x_ + "gus" ;--# notpresent + VP (Cond Pl P1) => x_ + "urem" ;--# notpresent + VP (Cond Sg P1) => x_ + "uria" ;--# notpresent + VP (Cond Pl P2) => x_ + "ureu" ;--# notpresent + VP (Cond Sg P2) => x_ + "uries" ;--# notpresent + VP (Cond Pl P3) => x_ + "urien" ;--# notpresent + VP (Cond Sg P3) => x_ + "uria" ;--# notpresent + VP (Imp Pl P1) => x_ + "guem" ; + VP (Imp Pl P2) => x_ + "veu" ; + VP (Imp Sg P2) => x_ + "u" ; + VP (Imp Pl P3) => x_ + "guin" ; + VP (Imp Sg P3) => x_ + "gui" ; + VP (Pass Pl Fem) => x_ + "gudes" ; + VP (Pass Sg Fem) => x_ + "guda" ; + VP (Pass Pl Masc) => x_ + "guts" ; + VP (Pass Sg Masc) => x_ + "gut" ; + VI Infn => x_ + "ure" ; + VI Ger => x_ + "vent" ; + VI Part => x_ + "gut" ; + VP (Pres Ind Pl P1) => x_ + "vem" ; + VP (Pres Ind Sg P1) => x_ + "c" ; + VP (Pres Ind Pl P2) => x_ + "veu" ; + VP (Pres Ind Sg P2) => x_ + "us" ; + VP (Pres Ind Pl P3) => x_ + "uen" ; + VP (Pres Ind Sg P3) => x_ + "u" ; + VP (Pres Subj Pl P1) => x_ + "guem" ; + VP (Pres Subj Sg P1) => x_ + "gui" ; + VP (Pres Subj Pl P2) => x_ + "gueu" ; + VP (Pres Subj Sg P2) => x_ + "guis" ; + VP (Pres Subj Pl P3) => x_ + "guin" ; + VP (Pres Subj Sg P3) => x_ + "gui" ; + VP (Impf Ind Pl P1) => x_ + "vem" ;--# notpresent + VP (Impf Ind Sg P1) => x_ + "via" ;--# notpresent + VP (Impf Ind Pl P2) => x_ + "veu" ;--# notpresent + VP (Impf Ind Sg P2) => x_ + "vies" ;--# notpresent + VP (Impf Ind Pl P3) => x_ + "vien" ;--# notpresent + VP (Impf Ind Sg P3) => x_ + "via" ;--# notpresent + VP (Impf Subj Pl P1) => x_ + "gussim" ;--# notpresent + VP (Impf Subj Sg P1) => x_ + "gus" ;--# notpresent + VP (Impf Subj Pl P2) => x_ + "gussiu" ;--# notpresent + VP (Impf Subj Sg P2) => x_ + "guessis" ;--# notpresent + VP (Impf Subj Pl P3) => x_ + "guessin" ;--# notpresent + VP (Impf Subj Sg P3) => x_ + "gus" ;--# notpresent + VP (Fut Pl P1) => x_ + "urem" ;--# notpresent + VP (Fut Sg P1) => x_ + "ur" ;--# notpresent + VP (Fut Pl P2) => x_ + "ureu" ;--# notpresent + VP (Fut Sg P2) => x_ + "urs" ;--# notpresent + VP (Fut Pl P3) => x_ + "uran" ;--# notpresent + VP (Fut Sg P3) => x_ + "ur" ;--# notpresent + VP (Pret Pl P1) => x_ + "gussim" ;--# notpresent + VP (Pret Sg P1) => x_ + "gus" ;--# notpresent + VP (Pret Pl P2) => x_ + "gussiu" ;--# notpresent + VP (Pret Sg P2) => x_ + "guessis" ;--# notpresent + VP (Pret Pl P3) => x_ + "guessin" ;--# notpresent + VP (Pret Sg P3) => x_ + "gus" ;--# notpresent + VP (Cond Pl P1) => x_ + "urem" ;--# notpresent + VP (Cond Sg P1) => x_ + "uria" ;--# notpresent + VP (Cond Pl P2) => x_ + "ureu" ;--# notpresent + VP (Cond Sg P2) => x_ + "uries" ;--# notpresent + VP (Cond Pl P3) => x_ + "urien" ;--# notpresent + VP (Cond Sg P3) => x_ + "uria" ;--# notpresent + VP (Pass Pl Fem) => x_ + "gudes" ; + VP (Pass Sg Fem) => x_ + "guda" ; + VP (Pass Pl Masc) => x_ + "guts" ; + VP (Pass Sg Masc) => x_ + "gut" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper dir_41 : Str -> Verbum = \dir -> +let d_ = Predef.tk 2 dir in +{s = table { + VI Infn => d_ + "ir" ; + VI Ger => d_ + "ient" ; + VI Part => d_ + "it" ; + VP (Pres Ind Pl P1) => d_ + "iem" ; + VP (Pres Ind Sg P1) => d_ + "ic" ; + VP (Pres Ind Pl P2) => d_ + "ieu" ; + VP (Pres Ind Sg P2) => d_ + "ius" ; + VP (Pres Ind Pl P3) => d_ + "iuen" ; + VP (Pres Ind Sg P3) => d_ + "iu" ; + VP (Pres Subj Pl P1) => d_ + "iguem" ; + VP (Pres Subj Sg P1) => d_ + "igui" ; + VP (Pres Subj Pl P2) => d_ + "igueu" ; + VP (Pres Subj Sg P2) => d_ + "iguis" ; + VP (Pres Subj Pl P3) => d_ + "iguin" ; + VP (Pres Subj Sg P3) => d_ + "igui" ; + VP (Impf Ind Pl P1) => d_ + "iem" ;--# notpresent + VP (Impf Ind Sg P1) => d_ + "eia" ;--# notpresent + VP (Impf Ind Pl P2) => d_ + "ieu" ;--# notpresent + VP (Impf Ind Sg P2) => d_ + "eies" ;--# notpresent + VP (Impf Ind Pl P3) => d_ + "eien" ;--# notpresent + VP (Impf Ind Sg P3) => d_ + "eia" ;--# notpresent + VP (Impf Subj Pl P1) => d_ + "igussim" ;--# notpresent + VP (Impf Subj Sg P1) => d_ + "igus" ;--# notpresent + VP (Impf Subj Pl P2) => d_ + "igussiu" ;--# notpresent + VP (Impf Subj Sg P2) => d_ + "iguessis" ;--# notpresent + VP (Impf Subj Pl P3) => d_ + "iguessin" ;--# notpresent + VP (Impf Subj Sg P3) => d_ + "igus" ;--# notpresent + VP (Fut Pl P1) => d_ + "irem" ;--# notpresent + VP (Fut Sg P1) => d_ + "ir" ;--# notpresent + VP (Fut Pl P2) => d_ + "ireu" ;--# notpresent + VP (Fut Sg P2) => d_ + "irs" ;--# notpresent + VP (Fut Pl P3) => d_ + "iran" ;--# notpresent + VP (Fut Sg P3) => d_ + "ir" ;--# notpresent + VP (Pret Pl P1) => d_ + "igussim" ;--# notpresent + VP (Pret Sg P1) => d_ + "igus" ;--# notpresent + VP (Pret Pl P2) => d_ + "igussiu" ;--# notpresent + VP (Pret Sg P2) => d_ + "iguessis" ;--# notpresent + VP (Pret Pl P3) => d_ + "iguessin" ;--# notpresent + VP (Pret Sg P3) => d_ + "igus" ;--# notpresent + VP (Cond Pl P1) => d_ + "irem" ;--# notpresent + VP (Cond Sg P1) => d_ + "iria" ;--# notpresent + VP (Cond Pl P2) => d_ + "ireu" ;--# notpresent + VP (Cond Sg P2) => d_ + "iries" ;--# notpresent + VP (Cond Pl P3) => d_ + "irien" ;--# notpresent + VP (Cond Sg P3) => d_ + "iria" ;--# notpresent + VP (Imp Pl P1) => d_ + "iguem" ; + VP (Imp Pl P2) => d_ + "igueu" ; + VP (Imp Sg P2) => d_ + "igues" ; + VP (Imp Pl P3) => d_ + "iguin" ; + VP (Imp Sg P3) => d_ + "igui" ; + VP (Pass Pl Fem) => d_ + "ites" ; + VP (Pass Sg Fem) => d_ + "ita" ; + VP (Pass Pl Masc) => d_ + "its" ; + VP (Pass Sg Masc) => d_ + "it" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper doldre_42 : Str -> Verbum = \doldre -> +let dol_ = Predef.tk 3 doldre in +{s = table { + VI Infn => dol_ + "dre" ; + VI Ger => dol_ + "ent" ; + VI Part => dol_ + "gut" ; + VP (Pres Ind Pl P1) => dol_ + "em" ; + VP (Pres Ind Sg P1) => dol_ + "c" ; + VP (Pres Ind Pl P2) => dol_ + "eu" ; + VP (Pres Ind Sg P2) => dol_ + "s" ; + VP (Pres Ind Pl P3) => dol_ + "en" ; + VP (Pres Ind Sg P3) => dol_ + "" ; + VP (Pres Subj Pl P1) => dol_ + "guem" ; + VP (Pres Subj Sg P1) => dol_ + "gui" ; + VP (Pres Subj Pl P2) => dol_ + "gueu" ; + VP (Pres Subj Sg P2) => dol_ + "guis" ; + VP (Pres Subj Pl P3) => dol_ + "guin" ; + VP (Pres Subj Sg P3) => dol_ + "gui" ; + VP (Impf Ind Pl P1) => dol_ + "em" ;--# notpresent + VP (Impf Ind Sg P1) => dol_ + "ia" ;--# notpresent + VP (Impf Ind Pl P2) => dol_ + "eu" ;--# notpresent + VP (Impf Ind Sg P2) => dol_ + "ies" ;--# notpresent + VP (Impf Ind Pl P3) => dol_ + "ien" ;--# notpresent + VP (Impf Ind Sg P3) => dol_ + "ia" ;--# notpresent + VP (Impf Subj Pl P1) => dol_ + "gussim" ;--# notpresent + VP (Impf Subj Sg P1) => dol_ + "gus" ;--# notpresent + VP (Impf Subj Pl P2) => dol_ + "gussiu" ;--# notpresent + VP (Impf Subj Sg P2) => dol_ + "guessis" ;--# notpresent + VP (Impf Subj Pl P3) => dol_ + "guessin" ;--# notpresent + VP (Impf Subj Sg P3) => dol_ + "gus" ;--# notpresent + VP (Fut Pl P1) => dol_ + "drem" ;--# notpresent + VP (Fut Sg P1) => dol_ + "dr" ;--# notpresent + VP (Fut Pl P2) => dol_ + "dreu" ;--# notpresent + VP (Fut Sg P2) => dol_ + "drs" ;--# notpresent + VP (Fut Pl P3) => dol_ + "dran" ;--# notpresent + VP (Fut Sg P3) => dol_ + "dr" ;--# notpresent + VP (Pret Pl P1) => dol_ + "gussim" ;--# notpresent + VP (Pret Sg P1) => dol_ + "gus" ;--# notpresent + VP (Pret Pl P2) => dol_ + "gussiu" ;--# notpresent + VP (Pret Sg P2) => dol_ + "guessis" ;--# notpresent + VP (Pret Pl P3) => dol_ + "guessin" ;--# notpresent + VP (Pret Sg P3) => dol_ + "gus" ;--# notpresent + VP (Cond Pl P1) => dol_ + "drem" ;--# notpresent + VP (Cond Sg P1) => dol_ + "dria" ;--# notpresent + VP (Cond Pl P2) => dol_ + "dreu" ;--# notpresent + VP (Cond Sg P2) => dol_ + "dries" ;--# notpresent + VP (Cond Pl P3) => dol_ + "drien" ;--# notpresent + VP (Cond Sg P3) => dol_ + "dria" ;--# notpresent + VP (Imp Pl P1) => dol_ + "guem" ; + VP (Imp Pl P2) => dol_ + "eu" ; + VP (Imp Sg P2) => dol_ + "" ; + VP (Imp Pl P3) => dol_ + "guin" ; + VP (Imp Sg P3) => dol_ + "gui" ; + VP (Pass Pl Fem) => dol_ + "gudes" ; + VP (Pass Sg Fem) => dol_ + "guda" ; + VP (Pass Pl Masc) => dol_ + "guts" ; + VP (Pass Sg Masc) => dol_ + "gut" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper donar_43 : Str -> Verbum = \donar -> +let d_ = Predef.tk 4 donar in +{s = table { + VI Infn => d_ + "onar" ; + VI Ger => d_ + "onant" ; + VI Part => d_ + "onat" ; + VP (Pres Ind Pl P1) => d_ + "onem" ; + VP (Pres Ind Sg P1) => d_ + "ono" ; + VP (Pres Ind Pl P2) => d_ + "oneu" ; + VP (Pres Ind Pl P3) => d_ + "onen" ; + VP (Pres Subj Pl P1) => d_ + "onem" ; + VP (Pres Subj Sg P1) => d_ + "oni" ; + VP (Pres Subj Pl P2) => d_ + "oneu" ; + VP (Pres Subj Sg P2) => d_ + "onis" ; + VP (Pres Subj Pl P3) => d_ + "onin" ; + VP (Pres Subj Sg P3) => d_ + "oni" ; + VP (Impf Ind Pl P1) => d_ + "onvem" ;--# notpresent + VP (Impf Ind Sg P1) => d_ + "onava" ;--# notpresent + VP (Impf Ind Pl P2) => d_ + "onveu" ;--# notpresent + VP (Impf Ind Sg P2) => d_ + "onaves" ;--# notpresent + VP (Impf Ind Pl P3) => d_ + "onaven" ;--# notpresent + VP (Impf Ind Sg P3) => d_ + "onava" ;--# notpresent + VP (Impf Subj Pl P1) => d_ + "onssim" ;--# notpresent + VP (Impf Subj Sg P1) => d_ + "ons" ;--# notpresent + VP (Impf Subj Pl P2) => d_ + "onssiu" ;--# notpresent + VP (Impf Subj Sg P2) => d_ + "onessis" ;--# notpresent + VP (Impf Subj Pl P3) => d_ + "onessin" ;--# notpresent + VP (Impf Subj Sg P3) => d_ + "ons" ;--# notpresent + VP (Fut Pl P1) => d_ + "onarem" ;--# notpresent + VP (Fut Sg P1) => d_ + "onar" ;--# notpresent + VP (Fut Pl P2) => d_ + "onareu" ;--# notpresent + VP (Fut Sg P2) => d_ + "onars" ;--# notpresent + VP (Fut Pl P3) => d_ + "onaran" ;--# notpresent + VP (Fut Sg P3) => d_ + "onar" ;--# notpresent + VP (Pret Pl P1) => d_ + "onssim" ;--# notpresent + VP (Pret Sg P1) => d_ + "ons" ;--# notpresent + VP (Pret Pl P2) => d_ + "onssiu" ;--# notpresent + VP (Pret Sg P2) => d_ + "onessis" ;--# notpresent + VP (Pret Pl P3) => d_ + "onessin" ;--# notpresent + VP (Pret Sg P3) => d_ + "ons" ;--# notpresent + VP (Cond Pl P1) => d_ + "onarem" ;--# notpresent + VP (Cond Sg P1) => d_ + "onaria" ;--# notpresent + VP (Cond Pl P2) => d_ + "onareu" ;--# notpresent + VP (Cond Sg P2) => d_ + "onaries" ;--# notpresent + VP (Cond Pl P3) => d_ + "onarien" ;--# notpresent + VP (Cond Sg P3) => d_ + "onaria" ;--# notpresent + VP (Imp Pl P1) => d_ + "onem" ; + VP (Imp Pl P2) => d_ + "oneu" ; + VP (Imp Pl P3) => d_ + "onin" ; + VP (Imp Sg P3) => d_ + "oni" ; + VP (Pass Pl Fem) => d_ + "onades" ; + VP (Pass Sg Fem) => d_ + "onada" ; + VP (Pass Pl Masc) => d_ + "onats" ; + VP (Pass Sg Masc) => d_ + "onat" ; + VP (Pres Ind Sg P2) => d_ + "nes" ; + VP (Pres Ind Sg P3) => d_ + "na" ; + VP (Imp Sg P2) => d_ + "na" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper dormir_44 : Str -> Verbum = \dormir -> +let dorm_ = Predef.tk 2 dormir in +{s = table { + VI Infn => dorm_ + "ir" ; + VI Ger => dorm_ + "int" ; + VI Part => dorm_ + "it" ; + VP (Pres Ind Pl P1) => dorm_ + "im" ; + VP (Pres Ind Sg P1) => dorm_ + "o" ; + VP (Pres Ind Pl P2) => dorm_ + "iu" ; + VP (Pres Ind Sg P2) => dorm_ + "s" ; + VP (Pres Ind Pl P3) => dorm_ + "en" ; + VP (Pres Ind Sg P3) => dorm_ + "" ; + VP (Pres Subj Pl P1) => dorm_ + "im" ; + VP (Pres Subj Sg P1) => dorm_ + "i" ; + VP (Pres Subj Pl P2) => dorm_ + "iu" ; + VP (Pres Subj Sg P2) => dorm_ + "is" ; + VP (Pres Subj Pl P3) => dorm_ + "in" ; + VP (Pres Subj Sg P3) => dorm_ + "i" ; + VP (Impf Ind Pl P1) => dorm_ + "em" ;--# notpresent + VP (Impf Ind Sg P1) => dorm_ + "ia" ;--# notpresent + VP (Impf Ind Pl P2) => dorm_ + "eu" ;--# notpresent + VP (Impf Ind Sg P2) => dorm_ + "ies" ;--# notpresent + VP (Impf Ind Pl P3) => dorm_ + "ien" ;--# notpresent + VP (Impf Ind Sg P3) => dorm_ + "ia" ;--# notpresent + VP (Impf Subj Pl P1) => dorm_ + "ssim" ;--# notpresent + VP (Impf Subj Sg P1) => dorm_ + "s" ;--# notpresent + VP (Impf Subj Pl P2) => dorm_ + "ssiu" ;--# notpresent + VP (Impf Subj Sg P2) => dorm_ + "issis" ;--# notpresent + VP (Impf Subj Pl P3) => dorm_ + "issin" ;--# notpresent + VP (Impf Subj Sg P3) => dorm_ + "s" ;--# notpresent + VP (Fut Pl P1) => dorm_ + "irem" ;--# notpresent + VP (Fut Sg P1) => dorm_ + "ir" ;--# notpresent + VP (Fut Pl P2) => dorm_ + "ireu" ;--# notpresent + VP (Fut Sg P2) => dorm_ + "irs" ;--# notpresent + VP (Fut Pl P3) => dorm_ + "iran" ;--# notpresent + VP (Fut Sg P3) => dorm_ + "ir" ;--# notpresent + VP (Pret Pl P1) => dorm_ + "ssim" ;--# notpresent + VP (Pret Sg P1) => dorm_ + "s" ;--# notpresent + VP (Pret Pl P2) => dorm_ + "ssiu" ;--# notpresent + VP (Pret Sg P2) => dorm_ + "issis" ;--# notpresent + VP (Pret Pl P3) => dorm_ + "issin" ;--# notpresent + VP (Pret Sg P3) => dorm_ + "s" ;--# notpresent + VP (Cond Pl P1) => dorm_ + "irem" ;--# notpresent + VP (Cond Sg P1) => dorm_ + "iria" ;--# notpresent + VP (Cond Pl P2) => dorm_ + "ireu" ;--# notpresent + VP (Cond Sg P2) => dorm_ + "iries" ;--# notpresent + VP (Cond Pl P3) => dorm_ + "irien" ;--# notpresent + VP (Cond Sg P3) => dorm_ + "iria" ;--# notpresent + VP (Imp Pl P1) => dorm_ + "im" ; + VP (Imp Pl P2) => dorm_ + "iu" ; + VP (Imp Sg P2) => dorm_ + "" ; + VP (Imp Pl P3) => dorm_ + "in" ; + VP (Imp Sg P3) => dorm_ + "i" ; + VP (Pass Pl Fem) => dorm_ + "ides" ; + VP (Pass Sg Fem) => dorm_ + "ida" ; + VP (Pass Pl Masc) => dorm_ + "its" ; + VP (Pass Sg Masc) => dorm_ + "it" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper dur_45 : Str -> Verbum = \dur -> +let d_ = Predef.tk 2 dur in +{s = table { + VI Infn => d_ + "ur" ; + VI Ger => d_ + "uent" ; + VI Part => d_ + "ut" ; + VP (Pres Ind Pl P1) => d_ + "uem" ; + VP (Pres Ind Sg P1) => d_ + "uc" ; + VP (Pres Ind Pl P2) => d_ + "ueu" ; + VP (Pres Ind Sg P2) => d_ + "uus" ; + VP (Pres Ind Pl P3) => d_ + "uen" ; + VP (Pres Ind Sg P3) => d_ + "uu" ; + VP (Pres Subj Pl P1) => d_ + "uguem" ; + VP (Pres Subj Sg P1) => d_ + "ugui" ; + VP (Pres Subj Pl P2) => d_ + "ugueu" ; + VP (Pres Subj Sg P2) => d_ + "uguis" ; + VP (Pres Subj Pl P3) => d_ + "uguin" ; + VP (Pres Subj Sg P3) => d_ + "ugui" ; + VP (Impf Ind Sg P1) => d_ + "uia" ;--# notpresent + VP (Impf Ind Sg P2) => d_ + "uies" ;--# notpresent + VP (Impf Ind Pl P3) => d_ + "uien" ;--# notpresent + VP (Impf Ind Sg P3) => d_ + "uia" ;--# notpresent + VP (Impf Ind Pl P1) => d_ + "iem" ;--# notpresent + VP (Impf Ind Pl P2) => d_ + "ieu" ;--# notpresent + VP (Impf Subj Pl P1) => d_ + "ugussim" ;--# notpresent + VP (Impf Subj Sg P1) => d_ + "ugus" ;--# notpresent + VP (Impf Subj Pl P2) => d_ + "ugussiu" ;--# notpresent + VP (Impf Subj Sg P2) => d_ + "uguessis" ;--# notpresent + VP (Impf Subj Pl P3) => d_ + "uguessin" ;--# notpresent + VP (Impf Subj Sg P3) => d_ + "ugus" ;--# notpresent + VP (Fut Pl P1) => d_ + "urem" ;--# notpresent + VP (Fut Sg P1) => d_ + "ur" ;--# notpresent + VP (Fut Pl P2) => d_ + "ureu" ;--# notpresent + VP (Fut Sg P2) => d_ + "urs" ;--# notpresent + VP (Fut Pl P3) => d_ + "uran" ;--# notpresent + VP (Fut Sg P3) => d_ + "ur" ;--# notpresent + VP (Pret Pl P1) => d_ + "ugussim" ;--# notpresent + VP (Pret Sg P1) => d_ + "ugus" ;--# notpresent + VP (Pret Pl P2) => d_ + "ugussiu" ;--# notpresent + VP (Pret Sg P2) => d_ + "uguessis" ;--# notpresent + VP (Pret Pl P3) => d_ + "uguessin" ;--# notpresent + VP (Pret Sg P3) => d_ + "ugus" ;--# notpresent + VP (Cond Pl P1) => d_ + "urem" ;--# notpresent + VP (Cond Sg P1) => d_ + "uria" ;--# notpresent + VP (Cond Pl P2) => d_ + "ureu" ;--# notpresent + VP (Cond Sg P2) => d_ + "uries" ;--# notpresent + VP (Cond Pl P3) => d_ + "urien" ;--# notpresent + VP (Cond Sg P3) => d_ + "uria" ;--# notpresent + VP (Imp Pl P1) => d_ + "uguem" ; + VP (Imp Pl P2) => d_ + "ueu" ; + VP (Imp Sg P2) => d_ + "uu" ; + VP (Imp Pl P3) => d_ + "uguin" ; + VP (Imp Sg P3) => d_ + "ugui" ; + VP (Pass Pl Fem) => d_ + "utes" ; + VP (Pass Sg Fem) => d_ + "uta" ; + VP (Pass Pl Masc) => d_ + "uts" ; + VP (Pass Sg Masc) => d_ + "ut" ; +VP (Imp Sg P1) => variants {} +} +} ; +-- eixir-- is not in the used source . +-- enaiguar-- is not in the used source . + +oper envejar_48 : Str -> Verbum = \envejar -> +let enve_ = Predef.tk 3 envejar in +{s = table { + VI Infn => enve_ + "jar" ; + VI Ger => enve_ + "jant" ; + VI Part => enve_ + "jat" ; + VP (Pres Ind Pl P1) => enve_ + "gem" ; + VP (Pres Ind Sg P1) => enve_ + "jo" ; + VP (Pres Ind Pl P2) => enve_ + "geu" ; + VP (Pres Ind Sg P2) => enve_ + "ges" ; + VP (Pres Ind Pl P3) => enve_ + "gen" ; + VP (Pres Ind Sg P3) => enve_ + "ja" ; + VP (Pres Subj Pl P1) => enve_ + "gem" ; + VP (Pres Subj Sg P1) => enve_ + "gi" ; + VP (Pres Subj Pl P2) => enve_ + "geu" ; + VP (Pres Subj Sg P2) => enve_ + "gis" ; + VP (Pres Subj Pl P3) => enve_ + "gin" ; + VP (Pres Subj Sg P3) => enve_ + "gi" ; + VP (Impf Ind Pl P1) => enve_ + "jvem" ;--# notpresent + VP (Impf Ind Sg P1) => enve_ + "java" ;--# notpresent + VP (Impf Ind Pl P2) => enve_ + "jveu" ;--# notpresent + VP (Impf Ind Sg P2) => enve_ + "javes" ;--# notpresent + VP (Impf Ind Pl P3) => enve_ + "javen" ;--# notpresent + VP (Impf Ind Sg P3) => enve_ + "java" ;--# notpresent + VP (Impf Subj Pl P1) => enve_ + "gssim" ;--# notpresent + VP (Impf Subj Sg P1) => enve_ + "gs" ;--# notpresent + VP (Impf Subj Pl P2) => enve_ + "gssiu" ;--# notpresent + VP (Impf Subj Sg P2) => enve_ + "gessis" ;--# notpresent + VP (Impf Subj Pl P3) => enve_ + "gessin" ;--# notpresent + VP (Impf Subj Sg P3) => enve_ + "gs" ;--# notpresent + VP (Fut Pl P1) => enve_ + "jarem" ;--# notpresent + VP (Fut Sg P1) => enve_ + "jar" ;--# notpresent + VP (Fut Pl P2) => enve_ + "jareu" ;--# notpresent + VP (Fut Sg P2) => enve_ + "jars" ;--# notpresent + VP (Fut Pl P3) => enve_ + "jaran" ;--# notpresent + VP (Fut Sg P3) => enve_ + "jar" ;--# notpresent + VP (Pret Pl P1) => enve_ + "gssim" ;--# notpresent + VP (Pret Sg P1) => enve_ + "gs" ;--# notpresent + VP (Pret Pl P2) => enve_ + "gssiu" ;--# notpresent + VP (Pret Sg P2) => enve_ + "gessis" ;--# notpresent + VP (Pret Pl P3) => enve_ + "gessin" ;--# notpresent + VP (Pret Sg P3) => enve_ + "gs" ;--# notpresent + VP (Cond Pl P1) => enve_ + "jarem" ;--# notpresent + VP (Cond Sg P1) => enve_ + "jaria" ;--# notpresent + VP (Cond Pl P2) => enve_ + "jareu" ;--# notpresent + VP (Cond Sg P2) => enve_ + "jaries" ;--# notpresent + VP (Cond Pl P3) => enve_ + "jarien" ;--# notpresent + VP (Cond Sg P3) => enve_ + "jaria" ;--# notpresent + VP (Imp Pl P1) => enve_ + "gem" ; + VP (Imp Pl P2) => enve_ + "geu" ; + VP (Imp Sg P2) => enve_ + "ja" ; + VP (Imp Pl P3) => enve_ + "gin" ; + VP (Imp Sg P3) => enve_ + "gi" ; + VP (Pass Pl Fem) => enve_ + "jades" ; + VP (Pass Sg Fem) => enve_ + "jada" ; + VP (Pass Pl Masc) => enve_ + "jats" ; + VP (Pass Sg Masc) => enve_ + "jat" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper escopir_49 : Str -> Verbum = \escopir -> +let esc_ = Predef.tk 4 escopir in +{s = table { + VI Infn => esc_ + "opir" ; + VI Ger => esc_ + "opint" ; + VI Part => esc_ + "opit" ; + VP (Pres Ind Pl P1) => esc_ + "opim" ; + VP (Pres Ind Sg P1) => esc_ + "upo" ; + VP (Pres Ind Pl P2) => esc_ + "opiu" ; + VP (Pres Ind Sg P2) => esc_ + "ups" ; + VP (Pres Ind Pl P3) => esc_ + "upen" ; + VP (Pres Ind Sg P3) => esc_ + "up" ; + VP (Pres Subj Pl P1) => esc_ + "opim" ; + VP (Pres Subj Sg P1) => esc_ + "upi" ; + VP (Pres Subj Pl P2) => esc_ + "opiu" ; + VP (Pres Subj Sg P2) => esc_ + "upis" ; + VP (Pres Subj Pl P3) => esc_ + "upin" ; + VP (Pres Subj Sg P3) => esc_ + "upi" ; + VP (Impf Ind Pl P1) => esc_ + "opem" ;--# notpresent + VP (Impf Ind Sg P1) => esc_ + "opia" ;--# notpresent + VP (Impf Ind Pl P2) => esc_ + "opeu" ;--# notpresent + VP (Impf Ind Sg P2) => esc_ + "opies" ;--# notpresent + VP (Impf Ind Pl P3) => esc_ + "opien" ;--# notpresent + VP (Impf Ind Sg P3) => esc_ + "opia" ;--# notpresent + VP (Impf Subj Pl P1) => esc_ + "opssim" ;--# notpresent + VP (Impf Subj Sg P1) => esc_ + "ops" ;--# notpresent + VP (Impf Subj Pl P2) => esc_ + "opssiu" ;--# notpresent + VP (Impf Subj Sg P2) => esc_ + "opissis" ;--# notpresent + VP (Impf Subj Pl P3) => esc_ + "opissin" ;--# notpresent + VP (Impf Subj Sg P3) => esc_ + "ops" ;--# notpresent + VP (Fut Pl P1) => esc_ + "opirem" ;--# notpresent + VP (Fut Sg P1) => esc_ + "opir" ;--# notpresent + VP (Fut Pl P2) => esc_ + "opireu" ;--# notpresent + VP (Fut Sg P2) => esc_ + "opirs" ;--# notpresent + VP (Fut Pl P3) => esc_ + "opiran" ;--# notpresent + VP (Fut Sg P3) => esc_ + "opir" ;--# notpresent + VP (Pret Pl P1) => esc_ + "opssim" ;--# notpresent + VP (Pret Sg P1) => esc_ + "ops" ;--# notpresent + VP (Pret Pl P2) => esc_ + "opssiu" ;--# notpresent + VP (Pret Sg P2) => esc_ + "opissis" ;--# notpresent + VP (Pret Pl P3) => esc_ + "opissin" ;--# notpresent + VP (Pret Sg P3) => esc_ + "ops" ;--# notpresent + VP (Cond Pl P1) => esc_ + "opirem" ;--# notpresent + VP (Cond Sg P1) => esc_ + "opiria" ;--# notpresent + VP (Cond Pl P2) => esc_ + "opireu" ;--# notpresent + VP (Cond Sg P2) => esc_ + "opiries" ;--# notpresent + VP (Cond Pl P3) => esc_ + "opirien" ;--# notpresent + VP (Cond Sg P3) => esc_ + "opiria" ;--# notpresent + VP (Imp Pl P1) => esc_ + "opim" ; + VP (Imp Pl P2) => esc_ + "opiu" ; + VP (Imp Sg P2) => esc_ + "up" ; + VP (Imp Pl P3) => esc_ + "upin" ; + VP (Imp Sg P3) => esc_ + "upi" ; + VP (Pass Pl Fem) => esc_ + "opides" ; + VP (Pass Sg Fem) => esc_ + "opida" ; + VP (Pass Pl Masc) => esc_ + "opits" ; + VP (Pass Sg Masc) => esc_ + "opit" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper escriure_50 : Str -> Verbum = \escriure -> +let escri_ = Predef.tk 3 escriure in +{s = table { + VI Infn => escri_ + "ure" ; + VI Ger => escri_ + "vint" ; + VI Part => escri_ + "t" ; + VP (Pres Ind Pl P1) => escri_ + "vim" ; + VP (Pres Ind Sg P1) => escri_ + "c" ; + VP (Pres Ind Pl P2) => escri_ + "viu" ; + VP (Pres Ind Sg P2) => escri_ + "us" ; + VP (Pres Ind Pl P3) => escri_ + "uen" ; + VP (Pres Ind Sg P3) => escri_ + "u" ; + VP (Pres Subj Pl P1) => escri_ + "guem" ; + VP (Pres Subj Sg P1) => escri_ + "gui" ; + VP (Pres Subj Pl P2) => escri_ + "gueu" ; + VP (Pres Subj Sg P2) => escri_ + "guis" ; + VP (Pres Subj Pl P3) => escri_ + "guin" ; + VP (Pres Subj Sg P3) => escri_ + "gui" ; + VP (Impf Ind Pl P1) => escri_ + "vem" ;--# notpresent + VP (Impf Ind Sg P1) => escri_ + "via" ;--# notpresent + VP (Impf Ind Pl P2) => escri_ + "veu" ;--# notpresent + VP (Impf Ind Sg P2) => escri_ + "vies" ;--# notpresent + VP (Impf Ind Pl P3) => escri_ + "vien" ;--# notpresent + VP (Impf Ind Sg P3) => escri_ + "via" ;--# notpresent + VP (Impf Subj Pl P1) => escri_ + "vssim" ;--# notpresent + VP (Impf Subj Sg P1) => escri_ + "vs" ;--# notpresent + VP (Impf Subj Pl P2) => escri_ + "vssiu" ;--# notpresent + VP (Impf Subj Sg P2) => escri_ + "vissis" ;--# notpresent + VP (Impf Subj Pl P3) => escri_ + "vissin" ;--# notpresent + VP (Impf Subj Sg P3) => escri_ + "vs" ;--# notpresent + VP (Fut Pl P1) => escri_ + "urem" ;--# notpresent + VP (Fut Sg P1) => escri_ + "ur" ;--# notpresent + VP (Fut Pl P2) => escri_ + "ureu" ;--# notpresent + VP (Fut Sg P2) => escri_ + "urs" ;--# notpresent + VP (Fut Pl P3) => escri_ + "uran" ;--# notpresent + VP (Fut Sg P3) => escri_ + "ur" ;--# notpresent + VP (Pret Pl P1) => escri_ + "vssim" ;--# notpresent + VP (Pret Sg P1) => escri_ + "vs" ;--# notpresent + VP (Pret Pl P2) => escri_ + "vssiu" ;--# notpresent + VP (Pret Sg P2) => escri_ + "vissis" ;--# notpresent + VP (Pret Pl P3) => escri_ + "vissin" ;--# notpresent + VP (Pret Sg P3) => escri_ + "vs" ;--# notpresent + VP (Cond Pl P1) => escri_ + "urem" ;--# notpresent + VP (Cond Sg P1) => escri_ + "uria" ;--# notpresent + VP (Cond Pl P2) => escri_ + "ureu" ;--# notpresent + VP (Cond Sg P2) => escri_ + "uries" ;--# notpresent + VP (Cond Pl P3) => escri_ + "urien" ;--# notpresent + VP (Cond Sg P3) => escri_ + "uria" ;--# notpresent + VP (Imp Pl P1) => escri_ + "guem" ; + VP (Imp Pl P2) => escri_ + "viu" ; + VP (Imp Sg P2) => escri_ + "u" ; + VP (Imp Pl P3) => escri_ + "guin" ; + VP (Imp Sg P3) => escri_ + "gui" ; + VP (Pass Pl Fem) => escri_ + "tes" ; + VP (Pass Sg Fem) => escri_ + "ta" ; + VP (Pass Pl Masc) => escri_ + "ts" ; + VP (Pass Sg Masc) => escri_ + "t" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper esglaiar_51 : Str -> Verbum = \esglaiar -> +let esgla_ = Predef.tk 3 esglaiar in +{s = table { + VI Infn => esgla_ + "iar" ; + VI Ger => esgla_ + "iant" ; + VI Part => esgla_ + "iat" ; + VP (Pres Ind Pl P1) => esgla_ + "iem" ; + VP (Pres Ind Sg P1) => esgla_ + "io" ; + VP (Pres Ind Pl P2) => esgla_ + "ieu" ; + VP (Pres Ind Sg P2) => esgla_ + "ies" ; + VP (Pres Ind Pl P3) => esgla_ + "ien" ; + VP (Pres Ind Sg P3) => esgla_ + "ia" ; + VP (Pres Subj Pl P1) => esgla_ + "iem" ; + VP (Pres Subj Pl P2) => esgla_ + "ieu" ; + VP (Impf Ind Pl P1) => esgla_ + "ivem" ;--# notpresent + VP (Impf Ind Sg P1) => esgla_ + "iava" ;--# notpresent + VP (Impf Ind Pl P2) => esgla_ + "iveu" ;--# notpresent + VP (Impf Ind Sg P2) => esgla_ + "iaves" ;--# notpresent + VP (Impf Ind Pl P3) => esgla_ + "iaven" ;--# notpresent + VP (Impf Ind Sg P3) => esgla_ + "iava" ;--# notpresent + VP (Impf Subj Pl P1) => esgla_ + "issim" ;--# notpresent + VP (Impf Subj Sg P1) => esgla_ + "is" ;--# notpresent + VP (Impf Subj Pl P2) => esgla_ + "issiu" ;--# notpresent + VP (Impf Subj Sg P2) => esgla_ + "iessis" ;--# notpresent + VP (Impf Subj Pl P3) => esgla_ + "iessin" ;--# notpresent + VP (Impf Subj Sg P3) => esgla_ + "is" ;--# notpresent + VP (Fut Pl P1) => esgla_ + "iarem" ;--# notpresent + VP (Fut Sg P1) => esgla_ + "iar" ;--# notpresent + VP (Fut Pl P2) => esgla_ + "iareu" ;--# notpresent + VP (Fut Sg P2) => esgla_ + "iars" ;--# notpresent + VP (Fut Pl P3) => esgla_ + "iaran" ;--# notpresent + VP (Fut Sg P3) => esgla_ + "iar" ;--# notpresent + VP (Pret Pl P1) => esgla_ + "issim" ;--# notpresent + VP (Pret Sg P1) => esgla_ + "is" ;--# notpresent + VP (Pret Pl P2) => esgla_ + "issiu" ;--# notpresent + VP (Pret Sg P2) => esgla_ + "iessis" ;--# notpresent + VP (Pret Pl P3) => esgla_ + "iessin" ;--# notpresent + VP (Pret Sg P3) => esgla_ + "is" ;--# notpresent + VP (Cond Pl P1) => esgla_ + "iarem" ;--# notpresent + VP (Cond Sg P1) => esgla_ + "iaria" ;--# notpresent + VP (Cond Pl P2) => esgla_ + "iareu" ;--# notpresent + VP (Cond Sg P2) => esgla_ + "iaries" ;--# notpresent + VP (Cond Pl P3) => esgla_ + "iarien" ;--# notpresent + VP (Cond Sg P3) => esgla_ + "iaria" ;--# notpresent + VP (Imp Pl P1) => esgla_ + "iem" ; + VP (Imp Pl P2) => esgla_ + "ieu" ; + VP (Imp Sg P2) => esgla_ + "ia" ; + VP (Pass Pl Fem) => esgla_ + "iades" ; + VP (Pass Sg Fem) => esgla_ + "iada" ; + VP (Pass Pl Masc) => esgla_ + "iats" ; + VP (Pass Sg Masc) => esgla_ + "iat" ; + VP (Pres Subj Sg P1) => esgla_ + "" ; + VP (Pres Subj Sg P2) => esgla_ + "s" ; + VP (Pres Subj Pl P3) => esgla_ + "n" ; + VP (Pres Subj Sg P3) => esgla_ + "" ; + VP (Imp Pl P3) => esgla_ + "n" ; + VP (Imp Sg P3) => esgla_ + "" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper ser_52 : Str -> Verbum = \ser -> +let x_ = Predef.tk 3 ser in +{s = table { + VI Infn => x_ + "ser" ; + VI Ger => x_ + "sent" ; + VI Part => x_ + "estat" ; + VP (Pres Ind Pl P1) => x_ + "som" ; + VP (Pres Ind Sg P1) => x_ + "sc" ; + VP (Pres Ind Pl P2) => x_ + "sou" ; + VP (Pres Ind Sg P2) => x_ + "ets" ; + VP (Pres Ind Pl P3) => x_ + "sn" ; + VP (Pres Ind Sg P3) => x_ + "s" ; + VP (Pres Subj Pl P1) => x_ + "siguem" ; + VP (Pres Subj Sg P1) => x_ + "sigui" ; + VP (Pres Subj Pl P2) => x_ + "sigueu" ; + VP (Pres Subj Sg P2) => x_ + "siguis" ; + VP (Pres Subj Pl P3) => x_ + "siguin" ; + VP (Pres Subj Sg P3) => x_ + "sigui" ; + VP (Impf Ind Pl P1) => x_ + "rem" ;--# notpresent + VP (Impf Ind Sg P1) => x_ + "era" ;--# notpresent + VP (Impf Ind Pl P2) => x_ + "reu" ;--# notpresent + VP (Impf Ind Sg P2) => x_ + "eres" ;--# notpresent + VP (Impf Ind Pl P3) => x_ + "eren" ;--# notpresent + VP (Impf Ind Sg P3) => x_ + "era" ;--# notpresent + VP (Impf Subj Pl P1) => x_ + "fssim" ;--# notpresent + VP (Impf Subj Sg P1) => x_ + "fos" ;--# notpresent + VP (Impf Subj Pl P2) => x_ + "fssiu" ;--# notpresent + VP (Impf Subj Sg P2) => x_ + "fossis" ;--# notpresent + VP (Impf Subj Pl P3) => x_ + "fossin" ;--# notpresent + VP (Impf Subj Sg P3) => x_ + "fos" ;--# notpresent + VP (Fut Pl P1) => x_ + "serem" ;--# notpresent + VP (Fut Sg P1) => x_ + "ser" ;--# notpresent + VP (Fut Pl P2) => x_ + "sereu" ;--# notpresent + VP (Fut Sg P2) => x_ + "sers" ;--# notpresent + VP (Fut Pl P3) => x_ + "seran" ;--# notpresent + VP (Fut Sg P3) => x_ + "ser" ;--# notpresent + VP (Pret Pl P1) => x_ + "fssim" ;--# notpresent + VP (Pret Sg P1) => x_ + "fos" ;--# notpresent + VP (Pret Pl P2) => x_ + "fssiu" ;--# notpresent + VP (Pret Sg P2) => x_ + "fossis" ;--# notpresent + VP (Pret Pl P3) => x_ + "fossin" ;--# notpresent + VP (Pret Sg P3) => x_ + "fos" ;--# notpresent + VP (Cond Pl P1) => x_ + "serem" ;--# notpresent + VP (Cond Sg P1) => x_ + "seria" ;--# notpresent + VP (Cond Pl P2) => x_ + "sereu" ;--# notpresent + VP (Cond Sg P2) => x_ + "series" ;--# notpresent + VP (Cond Pl P3) => x_ + "serien" ;--# notpresent + VP (Cond Sg P3) => x_ + "seria" ;--# notpresent + VP (Imp Pl P1) => x_ + "siguem" ; + VP (Imp Pl P2) => x_ + "sigueu" ; + VP (Imp Sg P2) => x_ + "sigues" ; + VP (Imp Pl P3) => x_ + "siguin" ; + VP (Imp Sg P3) => x_ + "sigui" ; + VP (Pass Sg Masc) => x_ + "estat" ; + VP (Pass Sg Fem) => x_ + "estada" ; + VP (Pass Pl Masc) => x_ + "estats" ; + VP (Pass Pl Fem) => x_ + "estades" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper establir_53 : Str -> Verbum = \establir -> +let establ_ = Predef.tk 2 establir in +{s = table { + VI Infn => establ_ + "ir" ; + VI Ger => establ_ + "int" ; + VI Part => establ_ + "ert" ; + VP (Pres Ind Pl P1) => establ_ + "im" ; + VP (Pres Ind Sg P1) => establ_ + "eixo" ; + VP (Pres Ind Pl P2) => establ_ + "iu" ; + VP (Pres Ind Sg P2) => establ_ + "eixes" ; + VP (Pres Ind Pl P3) => establ_ + "eixen" ; + VP (Pres Ind Sg P3) => establ_ + "eix" ; + VP (Pres Subj Pl P1) => establ_ + "im" ; + VP (Pres Subj Sg P1) => establ_ + "eixi" ; + VP (Pres Subj Pl P2) => establ_ + "iu" ; + VP (Pres Subj Sg P2) => establ_ + "eixis" ; + VP (Pres Subj Pl P3) => establ_ + "eixin" ; + VP (Pres Subj Sg P3) => establ_ + "eixi" ; + VP (Impf Ind Pl P1) => establ_ + "em" ;--# notpresent + VP (Impf Ind Sg P1) => establ_ + "ia" ;--# notpresent + VP (Impf Ind Pl P2) => establ_ + "eu" ;--# notpresent + VP (Impf Ind Sg P2) => establ_ + "ies" ;--# notpresent + VP (Impf Ind Pl P3) => establ_ + "ien" ;--# notpresent + VP (Impf Ind Sg P3) => establ_ + "ia" ;--# notpresent + VP (Impf Subj Pl P1) => establ_ + "ssim" ;--# notpresent + VP (Impf Subj Sg P1) => establ_ + "s" ;--# notpresent + VP (Impf Subj Pl P2) => establ_ + "ssiu" ;--# notpresent + VP (Impf Subj Sg P2) => establ_ + "issis" ;--# notpresent + VP (Impf Subj Pl P3) => establ_ + "issin" ;--# notpresent + VP (Impf Subj Sg P3) => establ_ + "s" ;--# notpresent + VP (Fut Pl P1) => establ_ + "irem" ;--# notpresent + VP (Fut Sg P1) => establ_ + "ir" ;--# notpresent + VP (Fut Pl P2) => establ_ + "ireu" ;--# notpresent + VP (Fut Sg P2) => establ_ + "irs" ;--# notpresent + VP (Fut Pl P3) => establ_ + "iran" ;--# notpresent + VP (Fut Sg P3) => establ_ + "ir" ;--# notpresent + VP (Pret Pl P1) => establ_ + "ssim" ;--# notpresent + VP (Pret Sg P1) => establ_ + "s" ;--# notpresent + VP (Pret Pl P2) => establ_ + "ssiu" ;--# notpresent + VP (Pret Sg P2) => establ_ + "issis" ;--# notpresent + VP (Pret Pl P3) => establ_ + "issin" ;--# notpresent + VP (Pret Sg P3) => establ_ + "s" ;--# notpresent + VP (Cond Pl P1) => establ_ + "irem" ;--# notpresent + VP (Cond Sg P1) => establ_ + "iria" ;--# notpresent + VP (Cond Pl P2) => establ_ + "ireu" ;--# notpresent + VP (Cond Sg P2) => establ_ + "iries" ;--# notpresent + VP (Cond Pl P3) => establ_ + "irien" ;--# notpresent + VP (Cond Sg P3) => establ_ + "iria" ;--# notpresent + VP (Imp Pl P1) => establ_ + "im" ; + VP (Imp Pl P2) => establ_ + "iu" ; + VP (Imp Sg P2) => establ_ + "eix" ; + VP (Imp Pl P3) => establ_ + "eixin" ; + VP (Imp Sg P3) => establ_ + "eixi" ; + VP (Pass Pl Fem) => establ_ + "ertes" ; + VP (Pass Sg Fem) => establ_ + "erta" ; + VP (Pass Pl Masc) => establ_ + "erts" ; + VP (Pass Sg Masc) => establ_ + "ert" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper estar_54 : Str -> Verbum = \estar -> +let es_ = Predef.tk 3 estar in +{s = table { + VI Infn => es_ + "tar" ; + VI Ger => es_ + "tant" ; + VI Part => es_ + "tat" ; + VP (Pres Ind Pl P1) => es_ + "tem" ; + VP (Pres Ind Sg P1) => es_ + "tic" ; + VP (Pres Ind Pl P2) => es_ + "teu" ; + VP (Pres Ind Sg P2) => es_ + "ts" ; + VP (Pres Ind Pl P3) => es_ + "tan" ; + VP (Pres Ind Sg P3) => es_ + "t" ; + VP (Pres Subj Pl P1) => es_ + "tiguem" ; + VP (Pres Subj Sg P1) => es_ + "tigui" ; + VP (Pres Subj Pl P2) => es_ + "tigueu" ; + VP (Pres Subj Sg P2) => es_ + "tiguis" ; + VP (Pres Subj Pl P3) => es_ + "tiguin" ; + VP (Pres Subj Sg P3) => es_ + "tigui" ; + VP (Impf Ind Pl P1) => es_ + "tvem" ;--# notpresent + VP (Impf Ind Sg P1) => es_ + "tava" ;--# notpresent + VP (Impf Ind Pl P2) => es_ + "tveu" ;--# notpresent + VP (Impf Ind Sg P2) => es_ + "taves" ;--# notpresent + VP (Impf Ind Pl P3) => es_ + "taven" ;--# notpresent + VP (Impf Ind Sg P3) => es_ + "tava" ;--# notpresent + VP (Impf Subj Pl P1) => es_ + "tigussim" ;--# notpresent + VP (Impf Subj Sg P1) => es_ + "tigus" ;--# notpresent + VP (Impf Subj Pl P2) => es_ + "tigussiu" ;--# notpresent + VP (Impf Subj Sg P2) => es_ + "tiguessis" ;--# notpresent + VP (Impf Subj Pl P3) => es_ + "tiguessin" ;--# notpresent + VP (Impf Subj Sg P3) => es_ + "tigus" ;--# notpresent + VP (Fut Pl P1) => es_ + "tarem" ;--# notpresent + VP (Fut Sg P1) => es_ + "tar" ;--# notpresent + VP (Fut Pl P2) => es_ + "tareu" ;--# notpresent + VP (Fut Sg P2) => es_ + "tars" ;--# notpresent + VP (Fut Pl P3) => es_ + "taran" ;--# notpresent + VP (Fut Sg P3) => es_ + "tar" ;--# notpresent + VP (Pret Pl P1) => es_ + "tigussim" ;--# notpresent + VP (Pret Sg P1) => es_ + "tigus" ;--# notpresent + VP (Pret Pl P2) => es_ + "tigussiu" ;--# notpresent + VP (Pret Sg P2) => es_ + "tiguessis" ;--# notpresent + VP (Pret Pl P3) => es_ + "tiguessin" ;--# notpresent + VP (Pret Sg P3) => es_ + "tigus" ;--# notpresent + VP (Cond Pl P1) => es_ + "tarem" ;--# notpresent + VP (Cond Sg P1) => es_ + "taria" ;--# notpresent + VP (Cond Pl P2) => es_ + "tareu" ;--# notpresent + VP (Cond Sg P2) => es_ + "taries" ;--# notpresent + VP (Cond Pl P3) => es_ + "tarien" ;--# notpresent + VP (Cond Sg P3) => es_ + "taria" ;--# notpresent + VP (Imp Pl P1) => es_ + "tiguem" ; + VP (Imp Pl P2) => es_ + "tigueu" ; + VP (Imp Sg P2) => es_ + "tigues" ; + VP (Imp Pl P3) => es_ + "tiguin" ; + VP (Imp Sg P3) => es_ + "tigui" ; + VP (Pass Sg Masc) => es_ + "tat" ; + VP (Pass Sg Fem) => es_ + "tada" ; + VP (Pass Pl Masc) => es_ + "tats" ; + VP (Pass Pl Fem) => es_ + "tades" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper evacuar_55 : Str -> Verbum = \evacuar -> +let evacu_ = Predef.tk 2 evacuar in +{s = table { + VI Infn => evacu_ + "ar" ; + VI Ger => evacu_ + "ant" ; + VI Part => evacu_ + "at" ; + VP (Pres Ind Pl P1) => evacu_ + "em" ; + VP (Pres Ind Sg P1) => evacu_ + "o" ; + VP (Pres Ind Pl P2) => evacu_ + "eu" ; + VP (Pres Ind Sg P2) => evacu_ + "es" ; + VP (Pres Ind Pl P3) => evacu_ + "en" ; + VP (Pres Ind Sg P3) => evacu_ + "a" ; + VP (Pres Subj Pl P1) => evacu_ + "em" ; + VP (Pres Subj Sg P1) => evacu_ + "" ; + VP (Pres Subj Pl P2) => evacu_ + "eu" ; + VP (Pres Subj Sg P2) => evacu_ + "s" ; + VP (Pres Subj Pl P3) => evacu_ + "n" ; + VP (Pres Subj Sg P3) => evacu_ + "" ; + VP (Impf Ind Pl P1) => evacu_ + "vem" ;--# notpresent + VP (Impf Ind Sg P1) => evacu_ + "ava" ;--# notpresent + VP (Impf Ind Pl P2) => evacu_ + "veu" ;--# notpresent + VP (Impf Ind Sg P2) => evacu_ + "aves" ;--# notpresent + VP (Impf Ind Pl P3) => evacu_ + "aven" ;--# notpresent + VP (Impf Ind Sg P3) => evacu_ + "ava" ;--# notpresent + VP (Impf Subj Pl P1) => evacu_ + "ssim" ;--# notpresent + VP (Impf Subj Sg P1) => evacu_ + "s" ;--# notpresent + VP (Impf Subj Pl P2) => evacu_ + "ssiu" ;--# notpresent + VP (Impf Subj Sg P2) => evacu_ + "essis" ;--# notpresent + VP (Impf Subj Pl P3) => evacu_ + "essin" ;--# notpresent + VP (Impf Subj Sg P3) => evacu_ + "s" ;--# notpresent + VP (Fut Pl P1) => evacu_ + "arem" ;--# notpresent + VP (Fut Sg P1) => evacu_ + "ar" ;--# notpresent + VP (Fut Pl P2) => evacu_ + "areu" ;--# notpresent + VP (Fut Sg P2) => evacu_ + "ars" ;--# notpresent + VP (Fut Pl P3) => evacu_ + "aran" ;--# notpresent + VP (Fut Sg P3) => evacu_ + "ar" ;--# notpresent + VP (Pret Pl P1) => evacu_ + "ssim" ;--# notpresent + VP (Pret Sg P1) => evacu_ + "s" ;--# notpresent + VP (Pret Pl P2) => evacu_ + "ssiu" ;--# notpresent + VP (Pret Sg P2) => evacu_ + "essis" ;--# notpresent + VP (Pret Pl P3) => evacu_ + "essin" ;--# notpresent + VP (Pret Sg P3) => evacu_ + "s" ;--# notpresent + VP (Cond Pl P1) => evacu_ + "arem" ;--# notpresent + VP (Cond Sg P1) => evacu_ + "aria" ;--# notpresent + VP (Cond Pl P2) => evacu_ + "areu" ;--# notpresent + VP (Cond Sg P2) => evacu_ + "aries" ;--# notpresent + VP (Cond Pl P3) => evacu_ + "arien" ;--# notpresent + VP (Cond Sg P3) => evacu_ + "aria" ;--# notpresent + VP (Imp Pl P1) => evacu_ + "em" ; + VP (Imp Pl P2) => evacu_ + "eu" ; + VP (Imp Sg P2) => evacu_ + "a" ; + VP (Imp Pl P3) => evacu_ + "n" ; + VP (Imp Sg P3) => evacu_ + "" ; + VP (Pass Pl Fem) => evacu_ + "ades" ; + VP (Pass Sg Fem) => evacu_ + "ada" ; + VP (Pass Pl Masc) => evacu_ + "ats" ; + VP (Pass Sg Masc) => evacu_ + "at" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper fer_56 : Str -> Verbum = \fer -> +let f_ = Predef.tk 2 fer in +{s = table { + VI Infn => f_ + "er" ; + VI Ger => f_ + "ent" ; + VI Part => f_ + "et" ; + VP (Pres Ind Pl P1) => f_ + "em" ; + VP (Pres Ind Sg P1) => f_ + "aig" ; + VP (Pres Ind Pl P2) => f_ + "eu" ; + VP (Pres Ind Sg P2) => f_ + "as" ; + VP (Pres Ind Pl P3) => f_ + "an" ; + VP (Pres Ind Sg P3) => f_ + "a" ; + VP (Pres Subj Pl P1) => f_ + "em" ; + VP (Pres Subj Sg P1) => f_ + "aci" ; + VP (Pres Subj Pl P2) => f_ + "eu" ; + VP (Pres Subj Sg P2) => f_ + "acis" ; + VP (Pres Subj Pl P3) => f_ + "acin" ; + VP (Pres Subj Sg P3) => f_ + "aci" ; + VP (Impf Ind Pl P1) => f_ + "iem" ;--# notpresent + VP (Impf Ind Sg P1) => f_ + "eia" ;--# notpresent + VP (Impf Ind Pl P2) => f_ + "ieu" ;--# notpresent + VP (Impf Ind Sg P2) => f_ + "eies" ;--# notpresent + VP (Impf Ind Pl P3) => f_ + "eien" ;--# notpresent + VP (Impf Ind Sg P3) => f_ + "eia" ;--# notpresent + VP (Impf Subj Pl P1) => f_ + "ssim" ;--# notpresent + VP (Impf Subj Sg P1) => f_ + "es" ;--# notpresent + VP (Impf Subj Pl P2) => f_ + "ssiu" ;--# notpresent + VP (Impf Subj Sg P2) => f_ + "essis" ;--# notpresent + VP (Impf Subj Pl P3) => f_ + "essin" ;--# notpresent + VP (Impf Subj Sg P3) => f_ + "es" ;--# notpresent + VP (Fut Pl P1) => f_ + "arem" ;--# notpresent + VP (Fut Sg P1) => f_ + "ar" ;--# notpresent + VP (Fut Pl P2) => f_ + "areu" ;--# notpresent + VP (Fut Sg P2) => f_ + "ars" ;--# notpresent + VP (Fut Pl P3) => f_ + "aran" ;--# notpresent + VP (Fut Sg P3) => f_ + "ar" ;--# notpresent + VP (Pret Pl P1) => f_ + "ssim" ;--# notpresent + VP (Pret Sg P1) => f_ + "es" ;--# notpresent + VP (Pret Pl P2) => f_ + "ssiu" ;--# notpresent + VP (Pret Sg P2) => f_ + "essis" ;--# notpresent + VP (Pret Pl P3) => f_ + "essin" ;--# notpresent + VP (Pret Sg P3) => f_ + "es" ;--# notpresent + VP (Cond Pl P1) => f_ + "arem" ;--# notpresent + VP (Cond Sg P1) => f_ + "aria" ;--# notpresent + VP (Cond Pl P2) => f_ + "areu" ;--# notpresent + VP (Cond Sg P2) => f_ + "aries" ;--# notpresent + VP (Cond Pl P3) => f_ + "arien" ;--# notpresent + VP (Cond Sg P3) => f_ + "aria" ;--# notpresent + VP (Imp Pl P1) => f_ + "em" ; + VP (Imp Pl P2) => f_ + "eu" ; + VP (Imp Sg P2) => f_ + "es" ; + VP (Imp Pl P3) => f_ + "acin" ; + VP (Imp Sg P3) => f_ + "aci" ; + VP (Pass Pl Fem) => f_ + "etes" ; + VP (Pass Sg Fem) => f_ + "eta" ; + VP (Pass Pl Masc) => f_ + "ets" ; + VP (Pass Sg Masc) => f_ + "et" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper fondre_57 : Str -> Verbum = \fondre -> +let fo_ = Predef.tk 4 fondre in +{s = table { + VI Infn => fo_ + "ndre" ; + VI Ger => fo_ + "nent" ; + VI Part => fo_ + "s" ; + VP (Pres Ind Pl P1) => fo_ + "nem" ; + VP (Pres Ind Sg P1) => fo_ + "nc" ; + VP (Pres Ind Pl P2) => fo_ + "neu" ; + VP (Pres Ind Sg P2) => fo_ + "ns" ; + VP (Pres Ind Pl P3) => fo_ + "nen" ; + VP (Pres Ind Sg P3) => fo_ + "n" ; + VP (Pres Subj Pl P1) => fo_ + "nguem" ; + VP (Pres Subj Sg P1) => fo_ + "ngui" ; + VP (Pres Subj Pl P2) => fo_ + "ngueu" ; + VP (Pres Subj Sg P2) => fo_ + "nguis" ; + VP (Pres Subj Pl P3) => fo_ + "nguin" ; + VP (Pres Subj Sg P3) => fo_ + "ngui" ; + VP (Impf Ind Pl P1) => fo_ + "nem" ;--# notpresent + VP (Impf Ind Sg P1) => fo_ + "nia" ;--# notpresent + VP (Impf Ind Pl P2) => fo_ + "neu" ;--# notpresent + VP (Impf Ind Sg P2) => fo_ + "nies" ;--# notpresent + VP (Impf Ind Pl P3) => fo_ + "nien" ;--# notpresent + VP (Impf Ind Sg P3) => fo_ + "nia" ;--# notpresent + VP (Impf Subj Pl P1) => fo_ + "ngussim" ;--# notpresent + VP (Impf Subj Sg P1) => fo_ + "ngus" ;--# notpresent + VP (Impf Subj Pl P2) => fo_ + "ngussiu" ;--# notpresent + VP (Impf Subj Sg P2) => fo_ + "nguessis" ;--# notpresent + VP (Impf Subj Pl P3) => fo_ + "nguessin" ;--# notpresent + VP (Impf Subj Sg P3) => fo_ + "ngus" ;--# notpresent + VP (Fut Pl P1) => fo_ + "ndrem" ;--# notpresent + VP (Fut Sg P1) => fo_ + "ndr" ;--# notpresent + VP (Fut Pl P2) => fo_ + "ndreu" ;--# notpresent + VP (Fut Sg P2) => fo_ + "ndrs" ;--# notpresent + VP (Fut Pl P3) => fo_ + "ndran" ;--# notpresent + VP (Fut Sg P3) => fo_ + "ndr" ;--# notpresent + VP (Pret Pl P1) => fo_ + "ngussim" ;--# notpresent + VP (Pret Sg P1) => fo_ + "ngus" ;--# notpresent + VP (Pret Pl P2) => fo_ + "ngussiu" ;--# notpresent + VP (Pret Sg P2) => fo_ + "nguessis" ;--# notpresent + VP (Pret Pl P3) => fo_ + "nguessin" ;--# notpresent + VP (Pret Sg P3) => fo_ + "ngus" ;--# notpresent + VP (Cond Pl P1) => fo_ + "ndrem" ;--# notpresent + VP (Cond Sg P1) => fo_ + "ndria" ;--# notpresent + VP (Cond Pl P2) => fo_ + "ndreu" ;--# notpresent + VP (Cond Sg P2) => fo_ + "ndries" ;--# notpresent + VP (Cond Pl P3) => fo_ + "ndrien" ;--# notpresent + VP (Cond Sg P3) => fo_ + "ndria" ;--# notpresent + VP (Imp Pl P1) => fo_ + "nguem" ; + VP (Imp Pl P2) => fo_ + "neu" ; + VP (Imp Sg P2) => fo_ + "n" ; + VP (Imp Pl P3) => fo_ + "nguin" ; + VP (Imp Sg P3) => fo_ + "ngui" ; + VP (Pass Pl Fem) => fo_ + "ses" ; + VP (Pass Sg Fem) => fo_ + "sa" ; + VP (Pass Pl Masc) => fo_ + "sos" ; + VP (Pass Sg Masc) => fo_ + "s" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper fugir_58 : Str -> Verbum = \fugir -> +let fu_ = Predef.tk 3 fugir in +{s = table { + VI Infn => fu_ + "gir" ; + VI Ger => fu_ + "gint" ; + VI Part => fu_ + "git" ; + VP (Pres Ind Pl P1) => fu_ + "gim" ; + VP (Pres Ind Sg P1) => fu_ + "jo" ; + VP (Pres Ind Pl P2) => fu_ + "giu" ; + VP (Pres Ind Sg P2) => fu_ + "ges" ; + VP (Pres Ind Pl P3) => fu_ + "gen" ; + VP (Pres Ind Sg P3) => fu_ + "ig" ; + VP (Pres Subj Pl P1) => fu_ + "gim" ; + VP (Pres Subj Sg P1) => fu_ + "gi" ; + VP (Pres Subj Pl P2) => fu_ + "giu" ; + VP (Pres Subj Sg P2) => fu_ + "gis" ; + VP (Pres Subj Pl P3) => fu_ + "gin" ; + VP (Pres Subj Sg P3) => fu_ + "gi" ; + VP (Impf Ind Pl P1) => fu_ + "gem" ;--# notpresent + VP (Impf Ind Sg P1) => fu_ + "gia" ;--# notpresent + VP (Impf Ind Pl P2) => fu_ + "geu" ;--# notpresent + VP (Impf Ind Sg P2) => fu_ + "gies" ;--# notpresent + VP (Impf Ind Pl P3) => fu_ + "gien" ;--# notpresent + VP (Impf Ind Sg P3) => fu_ + "gia" ;--# notpresent + VP (Impf Subj Pl P1) => fu_ + "gssim" ;--# notpresent + VP (Impf Subj Sg P1) => fu_ + "gs" ;--# notpresent + VP (Impf Subj Pl P2) => fu_ + "gssiu" ;--# notpresent + VP (Impf Subj Sg P2) => fu_ + "gissis" ;--# notpresent + VP (Impf Subj Pl P3) => fu_ + "gissin" ;--# notpresent + VP (Impf Subj Sg P3) => fu_ + "gs" ;--# notpresent + VP (Fut Pl P1) => fu_ + "girem" ;--# notpresent + VP (Fut Sg P1) => fu_ + "gir" ;--# notpresent + VP (Fut Pl P2) => fu_ + "gireu" ;--# notpresent + VP (Fut Sg P2) => fu_ + "girs" ;--# notpresent + VP (Fut Pl P3) => fu_ + "giran" ;--# notpresent + VP (Fut Sg P3) => fu_ + "gir" ;--# notpresent + VP (Pret Pl P1) => fu_ + "gssim" ;--# notpresent + VP (Pret Sg P1) => fu_ + "gs" ;--# notpresent + VP (Pret Pl P2) => fu_ + "gssiu" ;--# notpresent + VP (Pret Sg P2) => fu_ + "gissis" ;--# notpresent + VP (Pret Pl P3) => fu_ + "gissin" ;--# notpresent + VP (Pret Sg P3) => fu_ + "gs" ;--# notpresent + VP (Cond Pl P1) => fu_ + "girem" ;--# notpresent + VP (Cond Sg P1) => fu_ + "giria" ;--# notpresent + VP (Cond Pl P2) => fu_ + "gireu" ;--# notpresent + VP (Cond Sg P2) => fu_ + "giries" ;--# notpresent + VP (Cond Pl P3) => fu_ + "girien" ;--# notpresent + VP (Cond Sg P3) => fu_ + "giria" ;--# notpresent + VP (Imp Pl P1) => fu_ + "gim" ; + VP (Imp Pl P2) => fu_ + "giu" ; + VP (Imp Sg P2) => fu_ + "ig" ; + VP (Imp Pl P3) => fu_ + "gin" ; + VP (Imp Sg P3) => fu_ + "gi" ; + VP (Pass Pl Fem) => fu_ + "gides" ; + VP (Pass Sg Fem) => fu_ + "gida" ; + VP (Pass Pl Masc) => fu_ + "gits" ; + VP (Pass Sg Masc) => fu_ + "git" ; +VP (Imp Sg P1) => variants {} +} +} ; +oper haver_59 : Str -> Verbum = \haver -> + let h_ = Predef.tk 4 haver in + {s = table { + VI Infn=> h_ + "aver" ; + VI Ger => h_ + "avent" ; + VI Part => h_ + "agut" ; + VP (Pres Ind Sg P1) => variants {h_ + "e" ; h_ + "aig"} ; + VP (Pres Ind Sg P2) => h_ + "as" ; + VP (Pres Ind Sg P3) => h_ + "a" ; + VP (Pres Ind Pl P1) => variants {h_ + "em" ; h_ + "avem"} ; + VP (Pres Ind Pl P2) => variants {h_ + "eu" ; h_ + "aveu"} ; + VP (Pres Ind Pl P3) => h_ + "an" ; + VP (Pres Subj Sg P1) => h_ + "agi" ; + VP (Pres Subj Sg P2) => h_ + "agis" ; + VP (Pres Subj Sg P3) => h_ + "agi" ; + VP (Pres Subj Pl P1) => h_ + "gim" ; + VP (Pres Subj Pl P2) => h_ + "giu" ; + VP (Pres Subj Pl P3) => h_ + "agin" ; + VP (Impf Ind Sg P1) => h_ + "avia" ; --# notpresent + VP (Impf Ind Sg P2) => h_ + "avies" ; --# notpresent + VP (Impf Ind Sg P3) => h_ + "avia" ; --# notpresent + VP (Impf Ind Pl P1) => h_ + "avem" ; --# notpresent + VP (Impf Ind Pl P2) => h_ + "aveu" ; --# notpresent + VP (Impf Ind Pl P3) => h_ + "avien" ; --# notpresent + VP (Impf Subj Sg P1) => h_ + "agus" ; --# notpresent + VP (Impf Subj Sg P2) => h_ + "aguessis" ; --# notpresent + VP (Impf Subj Sg P3) => h_ + "agus" ; --# notpresent + VP (Impf Subj Pl P1) => h_ + "agussim" ; --# notpresent + VP (Impf Subj Pl P2) => h_ + "agussiu" ; --# notpresent + VP (Impf Subj Pl P3) => h_ + "aguessin" ; --# notpresent + VP (Pret Sg P1) => h_ + "agu" ; --# notpresent + VP (Pret Sg P2) => h_ + "agueres" ; --# notpresent + VP (Pret Sg P3) => h_ + "agu" ; --# notpresent + VP (Pret Pl P1) => h_ + "agurem" ; --# notpresent + VP (Pret Pl P2) => h_ + "agureu" ; --# notpresent + VP (Pret Pl P3) => h_ + "agueren" ; --# notpresent + VP (Fut Sg P1) => h_ + "aur" ; --# notpresent + VP (Fut Sg P2) => h_ + "aurs" ; --# notpresent + VP (Fut Sg P3) => h_ + "aur" ; --# notpresent + VP (Fut Pl P1) => h_ + "aurem" ; --# notpresent + VP (Fut Pl P2) => h_ + "aureu" ; --# notpresent + VP (Fut Pl P3) => h_ + "auran" ; --# notpresent + VP (Cond Sg P1) => h_ + "auria" ; --# notpresent + VP (Cond Sg P2) => h_ + "auries" ; --# notpresent + VP (Cond Sg P3) => h_ + "auria" ; --# notpresent + VP (Cond Pl P1) => h_ + "aurem" ; --# notpresent + VP (Cond Pl P2) => h_ + "aureu" ; --# notpresent + VP (Cond Pl P3) => h_ + "aurien" ; --# notpresent + VP (Imp Sg P1) => variants {} ; + VP (Imp Sg P2) => variants {} ; + VP (Imp Sg P3) => variants {} ; + VP (Imp Pl P1) => variants {} ; + VP (Imp Pl P2) => variants {} ; + VP (Imp Pl P3) => variants {} ; + VP (Pass Sg Masc) => h_ + "agut" ; + VP (Pass Sg Fem) => h_ + "aguda" ; + VP (Pass Pl Masc) => h_ + "aguts" ; + VP (Pass Pl Fem) => h_ + "agudes" + } + } ;-- heure-- is not in the used source . + +oper imprimir_61 : Str -> Verbum = \imprimir -> +let impr_ = Predef.tk 4 imprimir in +{s = table { + VI Infn => impr_ + "imir" ; + VI Ger => impr_ + "imint" ; + VI Part => impr_ + "s" ; + VP (Pres Ind Pl P1) => impr_ + "imim" ; + VP (Pres Ind Sg P1) => impr_ + "imeixo" ; + VP (Pres Ind Pl P2) => impr_ + "imiu" ; + VP (Pres Ind Sg P2) => impr_ + "imeixes" ; + VP (Pres Ind Pl P3) => impr_ + "imeixen" ; + VP (Pres Ind Sg P3) => impr_ + "imeix" ; + VP (Pres Subj Pl P1) => impr_ + "imim" ; + VP (Pres Subj Sg P1) => impr_ + "imeixi" ; + VP (Pres Subj Pl P2) => impr_ + "imiu" ; + VP (Pres Subj Sg P2) => impr_ + "imeixis" ; + VP (Pres Subj Pl P3) => impr_ + "imeixin" ; + VP (Pres Subj Sg P3) => impr_ + "imeixi" ; + VP (Impf Ind Pl P1) => impr_ + "imem" ;--# notpresent + VP (Impf Ind Sg P1) => impr_ + "imia" ;--# notpresent + VP (Impf Ind Pl P2) => impr_ + "imeu" ;--# notpresent + VP (Impf Ind Sg P2) => impr_ + "imies" ;--# notpresent + VP (Impf Ind Pl P3) => impr_ + "imien" ;--# notpresent + VP (Impf Ind Sg P3) => impr_ + "imia" ;--# notpresent + VP (Impf Subj Pl P1) => impr_ + "imssim" ;--# notpresent + VP (Impf Subj Sg P1) => impr_ + "ims" ;--# notpresent + VP (Impf Subj Pl P2) => impr_ + "imssiu" ;--# notpresent + VP (Impf Subj Sg P2) => impr_ + "imissis" ;--# notpresent + VP (Impf Subj Pl P3) => impr_ + "imissin" ;--# notpresent + VP (Impf Subj Sg P3) => impr_ + "ims" ;--# notpresent + VP (Fut Pl P1) => impr_ + "imirem" ;--# notpresent + VP (Fut Sg P1) => impr_ + "imir" ;--# notpresent + VP (Fut Pl P2) => impr_ + "imireu" ;--# notpresent + VP (Fut Sg P2) => impr_ + "imirs" ;--# notpresent + VP (Fut Pl P3) => impr_ + "imiran" ;--# notpresent + VP (Fut Sg P3) => impr_ + "imir" ;--# notpresent + VP (Pret Pl P1) => impr_ + "imssim" ;--# notpresent + VP (Pret Sg P1) => impr_ + "ims" ;--# notpresent + VP (Pret Pl P2) => impr_ + "imssiu" ;--# notpresent + VP (Pret Sg P2) => impr_ + "imissis" ;--# notpresent + VP (Pret Pl P3) => impr_ + "imissin" ;--# notpresent + VP (Pret Sg P3) => impr_ + "ims" ;--# notpresent + VP (Cond Pl P1) => impr_ + "imirem" ;--# notpresent + VP (Cond Sg P1) => impr_ + "imiria" ;--# notpresent + VP (Cond Pl P2) => impr_ + "imireu" ;--# notpresent + VP (Cond Sg P2) => impr_ + "imiries" ;--# notpresent + VP (Cond Pl P3) => impr_ + "imirien" ;--# notpresent + VP (Cond Sg P3) => impr_ + "imiria" ;--# notpresent + VP (Imp Pl P1) => impr_ + "imim" ; + VP (Imp Pl P2) => impr_ + "imiu" ; + VP (Imp Sg P2) => impr_ + "imeix" ; + VP (Imp Pl P3) => impr_ + "imeixin" ; + VP (Imp Sg P3) => impr_ + "imeixi" ; + VP (Pass Pl Fem) => impr_ + "eses" ; + VP (Pass Sg Fem) => impr_ + "esa" ; + VP (Pass Pl Masc) => impr_ + "esos" ; + VP (Pass Sg Masc) => impr_ + "s" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper jeure_62 : Str -> Verbum = \jeure -> +let j_ = Predef.tk 4 jeure in +{s = table { + VI Infn => j_ + "eure" ; + VI Ger => j_ + "aient" ; + VI Part => j_ + "agut" ; + VP (Pres Ind Pl P1) => j_ + "aiem" ; + VP (Pres Ind Sg P1) => j_ + "ec" ; + VP (Pres Ind Pl P2) => j_ + "aieu" ; + VP (Pres Ind Sg P2) => j_ + "eus" ; + VP (Pres Ind Pl P3) => j_ + "euen" ; + VP (Pres Ind Sg P3) => j_ + "eu" ; + VP (Pres Subj Pl P1) => j_ + "aguem" ; + VP (Pres Subj Sg P1) => j_ + "egui" ; + VP (Pres Subj Pl P2) => j_ + "agueu" ; + VP (Pres Subj Sg P2) => j_ + "eguis" ; + VP (Pres Subj Pl P3) => j_ + "eguin" ; + VP (Pres Subj Sg P3) => j_ + "egui" ; + VP (Impf Ind Pl P1) => j_ + "iem" ;--# notpresent + VP (Impf Ind Sg P1) => j_ + "eia" ;--# notpresent + VP (Impf Ind Pl P2) => j_ + "ieu" ;--# notpresent + VP (Impf Ind Sg P2) => j_ + "eies" ;--# notpresent + VP (Impf Ind Pl P3) => j_ + "eien" ;--# notpresent + VP (Impf Ind Sg P3) => j_ + "eia" ;--# notpresent + VP (Impf Subj Pl P1) => j_ + "agussim" ;--# notpresent + VP (Impf Subj Sg P1) => j_ + "agus" ;--# notpresent + VP (Impf Subj Pl P2) => j_ + "agussiu" ;--# notpresent + VP (Impf Subj Sg P2) => j_ + "aguessis" ;--# notpresent + VP (Impf Subj Pl P3) => j_ + "aguessin" ;--# notpresent + VP (Impf Subj Sg P3) => j_ + "agus" ;--# notpresent + VP (Fut Pl P1) => j_ + "aurem" ;--# notpresent + VP (Fut Sg P1) => j_ + "aur" ;--# notpresent + VP (Fut Pl P2) => j_ + "aureu" ;--# notpresent + VP (Fut Sg P2) => j_ + "aurs" ;--# notpresent + VP (Fut Pl P3) => j_ + "auran" ;--# notpresent + VP (Fut Sg P3) => j_ + "aur" ;--# notpresent + VP (Pret Pl P1) => j_ + "agussim" ;--# notpresent + VP (Pret Sg P1) => j_ + "agus" ;--# notpresent + VP (Pret Pl P2) => j_ + "agussiu" ;--# notpresent + VP (Pret Sg P2) => j_ + "aguessis" ;--# notpresent + VP (Pret Pl P3) => j_ + "aguessin" ;--# notpresent + VP (Pret Sg P3) => j_ + "agus" ;--# notpresent + VP (Cond Pl P1) => j_ + "aurem" ;--# notpresent + VP (Cond Sg P1) => j_ + "auria" ;--# notpresent + VP (Cond Pl P2) => j_ + "aureu" ;--# notpresent + VP (Cond Sg P2) => j_ + "auries" ;--# notpresent + VP (Cond Pl P3) => j_ + "aurien" ;--# notpresent + VP (Cond Sg P3) => j_ + "auria" ;--# notpresent + VP (Imp Pl P1) => j_ + "aguem" ; + VP (Imp Pl P2) => j_ + "aieu" ; + VP (Imp Sg P2) => j_ + "eu" ; + VP (Imp Pl P3) => j_ + "eguin" ; + VP (Imp Sg P3) => j_ + "egui" ; + VP (Pass Pl Fem) => j_ + "agudes" ; + VP (Pass Sg Fem) => j_ + "aguda" ; + VP (Pass Pl Masc) => j_ + "aguts" ; + VP (Pass Sg Masc) => j_ + "agut" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper lloar_63 : Str -> Verbum = \lloar -> +let llo_ = Predef.tk 2 lloar in +{s = table { + VI Infn => llo_ + "ar" ; + VI Ger => llo_ + "ant" ; + VI Part => llo_ + "at" ; + VP (Pres Ind Pl P1) => llo_ + "em" ; + VP (Pres Ind Sg P1) => llo_ + "o" ; + VP (Pres Ind Pl P2) => llo_ + "eu" ; + VP (Pres Ind Sg P2) => llo_ + "es" ; + VP (Pres Ind Pl P3) => llo_ + "en" ; + VP (Pres Ind Sg P3) => llo_ + "a" ; + VP (Pres Subj Pl P1) => llo_ + "em" ; + VP (Pres Subj Sg P1) => llo_ + "i" ; + VP (Pres Subj Pl P2) => llo_ + "eu" ; + VP (Pres Subj Sg P2) => llo_ + "is" ; + VP (Pres Subj Pl P3) => llo_ + "in" ; + VP (Pres Subj Sg P3) => llo_ + "i" ; + VP (Impf Ind Pl P1) => llo_ + "vem" ;--# notpresent + VP (Impf Ind Sg P1) => llo_ + "ava" ;--# notpresent + VP (Impf Ind Pl P2) => llo_ + "veu" ;--# notpresent + VP (Impf Ind Sg P2) => llo_ + "aves" ;--# notpresent + VP (Impf Ind Pl P3) => llo_ + "aven" ;--# notpresent + VP (Impf Ind Sg P3) => llo_ + "ava" ;--# notpresent + VP (Impf Subj Pl P1) => llo_ + "ssim" ;--# notpresent + VP (Impf Subj Sg P1) => llo_ + "s" ;--# notpresent + VP (Impf Subj Pl P2) => llo_ + "ssiu" ;--# notpresent + VP (Impf Subj Sg P2) => llo_ + "essis" ;--# notpresent + VP (Impf Subj Pl P3) => llo_ + "essin" ;--# notpresent + VP (Impf Subj Sg P3) => llo_ + "s" ;--# notpresent + VP (Fut Pl P1) => llo_ + "arem" ;--# notpresent + VP (Fut Sg P1) => llo_ + "ar" ;--# notpresent + VP (Fut Pl P2) => llo_ + "areu" ;--# notpresent + VP (Fut Sg P2) => llo_ + "ars" ;--# notpresent + VP (Fut Pl P3) => llo_ + "aran" ;--# notpresent + VP (Fut Sg P3) => llo_ + "ar" ;--# notpresent + VP (Pret Pl P1) => llo_ + "ssim" ;--# notpresent + VP (Pret Sg P1) => llo_ + "s" ;--# notpresent + VP (Pret Pl P2) => llo_ + "ssiu" ;--# notpresent + VP (Pret Sg P2) => llo_ + "essis" ;--# notpresent + VP (Pret Pl P3) => llo_ + "essin" ;--# notpresent + VP (Pret Sg P3) => llo_ + "s" ;--# notpresent + VP (Cond Pl P1) => llo_ + "arem" ;--# notpresent + VP (Cond Sg P1) => llo_ + "aria" ;--# notpresent + VP (Cond Pl P2) => llo_ + "areu" ;--# notpresent + VP (Cond Sg P2) => llo_ + "aries" ;--# notpresent + VP (Cond Pl P3) => llo_ + "arien" ;--# notpresent + VP (Cond Sg P3) => llo_ + "aria" ;--# notpresent + VP (Imp Pl P1) => llo_ + "em" ; + VP (Imp Pl P2) => llo_ + "eu" ; + VP (Imp Sg P2) => llo_ + "a" ; + VP (Imp Pl P3) => llo_ + "in" ; + VP (Imp Sg P3) => llo_ + "i" ; + VP (Pass Pl Fem) => llo_ + "ades" ; + VP (Pass Sg Fem) => llo_ + "ada" ; + VP (Pass Pl Masc) => llo_ + "ats" ; + VP (Pass Sg Masc) => llo_ + "at" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper lluir_64 : Str -> Verbum = \lluir -> +let llu_ = Predef.tk 2 lluir in +{s = table { + VI Infn => llu_ + "ir" ; + VI Ger => llu_ + "int" ; + VI Part => llu_ + "t" ; + VP (Pres Ind Pl P1) => llu_ + "m" ; + VP (Pres Ind Sg P1) => llu_ + "eixo" ; + VP (Pres Ind Pl P2) => llu_ + "u" ; + VP (Pres Ind Sg P2) => llu_ + "eixes" ; + VP (Pres Ind Pl P3) => llu_ + "eixen" ; + VP (Pres Ind Sg P3) => llu_ + "eix" ; + VP (Pres Subj Pl P1) => llu_ + "m" ; + VP (Pres Subj Sg P1) => llu_ + "eixi" ; + VP (Pres Subj Pl P2) => llu_ + "u" ; + VP (Pres Subj Sg P2) => llu_ + "eixis" ; + VP (Pres Subj Pl P3) => llu_ + "eixin" ; + VP (Pres Subj Sg P3) => llu_ + "eixi" ; + VP (Impf Ind Pl P1) => llu_ + "em" ;--# notpresent + VP (Impf Ind Sg P1) => llu_ + "a" ;--# notpresent + VP (Impf Ind Pl P2) => llu_ + "eu" ;--# notpresent + VP (Impf Ind Sg P2) => llu_ + "es" ;--# notpresent + VP (Impf Ind Pl P3) => llu_ + "en" ;--# notpresent + VP (Impf Ind Sg P3) => llu_ + "a" ;--# notpresent + VP (Impf Subj Pl P1) => llu_ + "ssim" ;--# notpresent + VP (Impf Subj Sg P1) => llu_ + "s" ;--# notpresent + VP (Impf Subj Pl P2) => llu_ + "ssiu" ;--# notpresent + VP (Impf Subj Sg P2) => llu_ + "ssis" ;--# notpresent + VP (Impf Subj Pl P3) => llu_ + "ssin" ;--# notpresent + VP (Impf Subj Sg P3) => llu_ + "s" ;--# notpresent + VP (Fut Pl P1) => llu_ + "irem" ;--# notpresent + VP (Fut Sg P1) => llu_ + "ir" ;--# notpresent + VP (Fut Pl P2) => llu_ + "ireu" ;--# notpresent + VP (Fut Sg P2) => llu_ + "irs" ;--# notpresent + VP (Fut Pl P3) => llu_ + "iran" ;--# notpresent + VP (Fut Sg P3) => llu_ + "ir" ;--# notpresent + VP (Pret Pl P1) => llu_ + "ssim" ;--# notpresent + VP (Pret Sg P1) => llu_ + "s" ;--# notpresent + VP (Pret Pl P2) => llu_ + "ssiu" ;--# notpresent + VP (Pret Sg P2) => llu_ + "ssis" ;--# notpresent + VP (Pret Pl P3) => llu_ + "ssin" ;--# notpresent + VP (Pret Sg P3) => llu_ + "s" ;--# notpresent + VP (Cond Pl P1) => llu_ + "irem" ;--# notpresent + VP (Cond Sg P1) => llu_ + "iria" ;--# notpresent + VP (Cond Pl P2) => llu_ + "ireu" ;--# notpresent + VP (Cond Sg P2) => llu_ + "iries" ;--# notpresent + VP (Cond Pl P3) => llu_ + "irien" ;--# notpresent + VP (Cond Sg P3) => llu_ + "iria" ;--# notpresent + VP (Imp Pl P1) => llu_ + "m" ; + VP (Imp Pl P2) => llu_ + "u" ; + VP (Imp Sg P2) => llu_ + "eix" ; + VP (Imp Pl P3) => llu_ + "eixin" ; + VP (Imp Sg P3) => llu_ + "eixi" ; + VP (Pass Pl Fem) => llu_ + "des" ; + VP (Pass Sg Fem) => llu_ + "da" ; + VP (Pass Pl Masc) => llu_ + "ts" ; + VP (Pass Sg Masc) => llu_ + "t" ; +VP (Imp Sg P1) => variants {} +} +} ; +-- malvendre-- is not in the used source . + +oper mentir_66 : Str -> Verbum = \mentir -> +let ment_ = Predef.tk 2 mentir in +{s = table { + VI Infn => ment_ + "ir" ; + VI Ger => ment_ + "int" ; + VI Part => ment_ + "it" ; + VP (Pres Ind Pl P1) => ment_ + "im" ; + VP (Pres Ind Sg P1) => ment_ + "eixo" ; + VP (Pres Ind Pl P2) => ment_ + "iu" ; + VP (Pres Ind Sg P2) => ment_ + "eixes" ; + VP (Pres Ind Pl P3) => ment_ + "eixen" ; + VP (Pres Ind Sg P3) => ment_ + "eix" ; + VP (Pres Subj Pl P1) => ment_ + "im" ; + VP (Pres Subj Sg P1) => ment_ + "eixi" ; + VP (Pres Subj Pl P2) => ment_ + "iu" ; + VP (Pres Subj Sg P2) => ment_ + "eixis" ; + VP (Pres Subj Pl P3) => ment_ + "eixin" ; + VP (Pres Subj Sg P3) => ment_ + "eixi" ; + VP (Impf Ind Pl P1) => ment_ + "em" ;--# notpresent + VP (Impf Ind Sg P1) => ment_ + "ia" ;--# notpresent + VP (Impf Ind Pl P2) => ment_ + "eu" ;--# notpresent + VP (Impf Ind Sg P2) => ment_ + "ies" ;--# notpresent + VP (Impf Ind Pl P3) => ment_ + "ien" ;--# notpresent + VP (Impf Ind Sg P3) => ment_ + "ia" ;--# notpresent + VP (Impf Subj Pl P1) => ment_ + "ssim" ;--# notpresent + VP (Impf Subj Sg P1) => ment_ + "s" ;--# notpresent + VP (Impf Subj Pl P2) => ment_ + "ssiu" ;--# notpresent + VP (Impf Subj Sg P2) => ment_ + "issis" ;--# notpresent + VP (Impf Subj Pl P3) => ment_ + "issin" ;--# notpresent + VP (Impf Subj Sg P3) => ment_ + "s" ;--# notpresent + VP (Fut Pl P1) => ment_ + "irem" ;--# notpresent + VP (Fut Sg P1) => ment_ + "ir" ;--# notpresent + VP (Fut Pl P2) => ment_ + "ireu" ;--# notpresent + VP (Fut Sg P2) => ment_ + "irs" ;--# notpresent + VP (Fut Pl P3) => ment_ + "iran" ;--# notpresent + VP (Fut Sg P3) => ment_ + "ir" ;--# notpresent + VP (Pret Pl P1) => ment_ + "ssim" ;--# notpresent + VP (Pret Sg P1) => ment_ + "s" ;--# notpresent + VP (Pret Pl P2) => ment_ + "ssiu" ;--# notpresent + VP (Pret Sg P2) => ment_ + "issis" ;--# notpresent + VP (Pret Pl P3) => ment_ + "issin" ;--# notpresent + VP (Pret Sg P3) => ment_ + "s" ;--# notpresent + VP (Cond Pl P1) => ment_ + "irem" ;--# notpresent + VP (Cond Sg P1) => ment_ + "iria" ;--# notpresent + VP (Cond Pl P2) => ment_ + "ireu" ;--# notpresent + VP (Cond Sg P2) => ment_ + "iries" ;--# notpresent + VP (Cond Pl P3) => ment_ + "irien" ;--# notpresent + VP (Cond Sg P3) => ment_ + "iria" ;--# notpresent + VP (Imp Pl P1) => ment_ + "im" ; + VP (Imp Pl P2) => ment_ + "iu" ; + VP (Imp Sg P2) => ment_ + "eix" ; + VP (Imp Pl P3) => ment_ + "eixin" ; + VP (Imp Sg P3) => ment_ + "eixi" ; + VP (Pass Pl Fem) => ment_ + "ides" ; + VP (Pass Sg Fem) => ment_ + "ida" ; + VP (Pass Pl Masc) => ment_ + "its" ; + VP (Pass Sg Masc) => ment_ + "it" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper menysprear_67 : Str -> Verbum = \menysprear -> +let menyspre_ = Predef.tk 2 menysprear in +{s = table { + VI Infn => menyspre_ + "ar" ; + VI Ger => menyspre_ + "ant" ; + VI Part => menyspre_ + "at" ; + VP (Pres Ind Pl P1) => menyspre_ + "em" ; + VP (Pres Ind Sg P1) => menyspre_ + "o" ; + VP (Pres Ind Pl P2) => menyspre_ + "eu" ; + VP (Pres Ind Sg P2) => menyspre_ + "es" ; + VP (Pres Ind Pl P3) => menyspre_ + "en" ; + VP (Pres Ind Sg P3) => menyspre_ + "a" ; + VP (Pres Subj Pl P1) => menyspre_ + "em" ; + VP (Pres Subj Sg P1) => menyspre_ + "" ; + VP (Pres Subj Pl P2) => menyspre_ + "eu" ; + VP (Pres Subj Sg P2) => menyspre_ + "s" ; + VP (Pres Subj Pl P3) => menyspre_ + "n" ; + VP (Pres Subj Sg P3) => menyspre_ + "" ; + VP (Impf Ind Pl P1) => menyspre_ + "vem" ;--# notpresent + VP (Impf Ind Sg P1) => menyspre_ + "ava" ;--# notpresent + VP (Impf Ind Pl P2) => menyspre_ + "veu" ;--# notpresent + VP (Impf Ind Sg P2) => menyspre_ + "aves" ;--# notpresent + VP (Impf Ind Pl P3) => menyspre_ + "aven" ;--# notpresent + VP (Impf Ind Sg P3) => menyspre_ + "ava" ;--# notpresent + VP (Impf Subj Pl P1) => menyspre_ + "ssim" ;--# notpresent + VP (Impf Subj Sg P1) => menyspre_ + "s" ;--# notpresent + VP (Impf Subj Pl P2) => menyspre_ + "ssiu" ;--# notpresent + VP (Impf Subj Sg P2) => menyspre_ + "essis" ;--# notpresent + VP (Impf Subj Pl P3) => menyspre_ + "essin" ;--# notpresent + VP (Impf Subj Sg P3) => menyspre_ + "s" ;--# notpresent + VP (Fut Pl P1) => menyspre_ + "arem" ;--# notpresent + VP (Fut Sg P1) => menyspre_ + "ar" ;--# notpresent + VP (Fut Pl P2) => menyspre_ + "areu" ;--# notpresent + VP (Fut Sg P2) => menyspre_ + "ars" ;--# notpresent + VP (Fut Pl P3) => menyspre_ + "aran" ;--# notpresent + VP (Fut Sg P3) => menyspre_ + "ar" ;--# notpresent + VP (Pret Pl P1) => menyspre_ + "ssim" ;--# notpresent + VP (Pret Sg P1) => menyspre_ + "s" ;--# notpresent + VP (Pret Pl P2) => menyspre_ + "ssiu" ;--# notpresent + VP (Pret Sg P2) => menyspre_ + "essis" ;--# notpresent + VP (Pret Pl P3) => menyspre_ + "essin" ;--# notpresent + VP (Pret Sg P3) => menyspre_ + "s" ;--# notpresent + VP (Cond Pl P1) => menyspre_ + "arem" ;--# notpresent + VP (Cond Sg P1) => menyspre_ + "aria" ;--# notpresent + VP (Cond Pl P2) => menyspre_ + "areu" ;--# notpresent + VP (Cond Sg P2) => menyspre_ + "aries" ;--# notpresent + VP (Cond Pl P3) => menyspre_ + "arien" ;--# notpresent + VP (Cond Sg P3) => menyspre_ + "aria" ;--# notpresent + VP (Imp Pl P1) => menyspre_ + "em" ; + VP (Imp Pl P2) => menyspre_ + "eu" ; + VP (Imp Sg P2) => menyspre_ + "a" ; + VP (Imp Pl P3) => menyspre_ + "n" ; + VP (Imp Sg P3) => menyspre_ + "" ; + VP (Pass Pl Fem) => menyspre_ + "ades" ; + VP (Pass Sg Fem) => menyspre_ + "ada" ; + VP (Pass Pl Masc) => menyspre_ + "ats" ; + VP (Pass Sg Masc) => menyspre_ + "at" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper merixer_68 : Str -> Verbum = \merixer -> +let mer_ = Predef.tk 5 merixer in +{s = table { + VI Ger => mer_ + "eixent" ; + VI Part => mer_ + "escut" ; + VP (Pres Ind Pl P1) => mer_ + "eixem" ; + VP (Pres Ind Sg P1) => mer_ + "eixo" ; + VP (Pres Ind Pl P2) => mer_ + "eixeu" ; + VP (Pres Ind Sg P2) => mer_ + "eixes" ; + VP (Pres Ind Pl P3) => mer_ + "eixen" ; + VP (Pres Ind Sg P3) => mer_ + "eix" ; + VP (Pres Subj Pl P1) => mer_ + "eixem" ; + VP (Pres Subj Sg P1) => mer_ + "eixi" ; + VP (Pres Subj Pl P2) => mer_ + "eixeu" ; + VP (Pres Subj Sg P2) => mer_ + "eixis" ; + VP (Pres Subj Pl P3) => mer_ + "eixin" ; + VP (Pres Subj Sg P3) => mer_ + "eixi" ; + VP (Impf Ind Pl P1) => mer_ + "eixem" ;--# notpresent + VP (Impf Ind Sg P1) => mer_ + "eixia" ;--# notpresent + VP (Impf Ind Pl P2) => mer_ + "eixeu" ;--# notpresent + VP (Impf Ind Sg P2) => mer_ + "eixies" ;--# notpresent + VP (Impf Ind Pl P3) => mer_ + "eixien" ;--# notpresent + VP (Impf Ind Sg P3) => mer_ + "eixia" ;--# notpresent + VP (Impf Subj Pl P1) => mer_ + "eixssim" ;--# notpresent + VP (Impf Subj Sg P1) => mer_ + "eixs" ;--# notpresent + VP (Impf Subj Pl P2) => mer_ + "eixssiu" ;--# notpresent + VP (Impf Subj Sg P2) => mer_ + "eixessis" ;--# notpresent + VP (Impf Subj Pl P3) => mer_ + "eixessin" ;--# notpresent + VP (Impf Subj Sg P3) => mer_ + "eixs" ;--# notpresent + VP (Fut Pl P1) => mer_ + "eixerem" ;--# notpresent + VP (Fut Sg P1) => mer_ + "eixer" ;--# notpresent + VP (Fut Pl P2) => mer_ + "eixereu" ;--# notpresent + VP (Fut Sg P2) => mer_ + "eixers" ;--# notpresent + VP (Fut Pl P3) => mer_ + "eixeran" ;--# notpresent + VP (Fut Sg P3) => mer_ + "eixer" ;--# notpresent + VP (Pret Pl P1) => mer_ + "eixssim" ;--# notpresent + VP (Pret Sg P1) => mer_ + "eixs" ;--# notpresent + VP (Pret Pl P2) => mer_ + "eixssiu" ;--# notpresent + VP (Pret Sg P2) => mer_ + "eixessis" ;--# notpresent + VP (Pret Pl P3) => mer_ + "eixessin" ;--# notpresent + VP (Pret Sg P3) => mer_ + "eixs" ;--# notpresent + VP (Cond Pl P1) => mer_ + "eixerem" ;--# notpresent + VP (Cond Sg P1) => mer_ + "eixeria" ;--# notpresent + VP (Cond Pl P2) => mer_ + "eixereu" ;--# notpresent + VP (Cond Sg P2) => mer_ + "eixeries" ;--# notpresent + VP (Cond Pl P3) => mer_ + "eixerien" ;--# notpresent + VP (Cond Sg P3) => mer_ + "eixeria" ;--# notpresent + VP (Imp Pl P1) => mer_ + "eixem" ; + VP (Imp Pl P2) => mer_ + "eixeu" ; + VP (Imp Sg P2) => mer_ + "eix" ; + VP (Imp Pl P3) => mer_ + "eixin" ; + VP (Imp Sg P3) => mer_ + "eixi" ; + VP (Pass Pl Fem) => mer_ + "escudes" ; + VP (Pass Sg Fem) => mer_ + "escuda" ; + VP (Pass Pl Masc) => mer_ + "escuts" ; + VP (Pass Sg Masc) => mer_ + "escut" ; + VI Infn => mer_ + "ixer" ; +VP (Imp Sg P1) => variants {} +} +} ; +-- metre-- is not in the used source . +-- moldre-- is not in the used source . + +oper morir_71 : Str -> Verbum = \morir -> +let m_ = Predef.tk 4 morir in +{s = table { + VI Infn => m_ + "orir" ; + VI Ger => m_ + "orint" ; + VI Part => m_ + "ort" ; + VP (Pres Ind Pl P1) => m_ + "orim" ; + VP (Pres Ind Sg P1) => m_ + "oro" ; + VP (Pres Ind Pl P2) => m_ + "oriu" ; + VP (Pres Ind Sg P2) => m_ + "ors" ; + VP (Pres Ind Pl P3) => m_ + "oren" ; + VP (Pres Ind Sg P3) => m_ + "or" ; + VP (Pres Subj Pl P1) => m_ + "orim" ; + VP (Pres Subj Sg P1) => m_ + "ori" ; + VP (Pres Subj Pl P2) => m_ + "oriu" ; + VP (Pres Subj Sg P2) => m_ + "oris" ; + VP (Pres Subj Pl P3) => m_ + "orin" ; + VP (Pres Subj Sg P3) => m_ + "ori" ; + VP (Impf Ind Pl P1) => m_ + "orem" ;--# notpresent + VP (Impf Ind Sg P1) => m_ + "oria" ;--# notpresent + VP (Impf Ind Pl P2) => m_ + "oreu" ;--# notpresent + VP (Impf Ind Sg P2) => m_ + "ories" ;--# notpresent + VP (Impf Ind Pl P3) => m_ + "orien" ;--# notpresent + VP (Impf Ind Sg P3) => m_ + "oria" ;--# notpresent + VP (Impf Subj Pl P1) => m_ + "orssim" ;--# notpresent + VP (Impf Subj Sg P1) => m_ + "ors" ;--# notpresent + VP (Impf Subj Pl P2) => m_ + "orssiu" ;--# notpresent + VP (Impf Subj Sg P2) => m_ + "orissis" ;--# notpresent + VP (Impf Subj Pl P3) => m_ + "orissin" ;--# notpresent + VP (Impf Subj Sg P3) => m_ + "ors" ;--# notpresent + VP (Fut Pl P1) => m_ + "orirem" ;--# notpresent + VP (Fut Sg P1) => m_ + "orir" ;--# notpresent + VP (Fut Pl P2) => m_ + "orireu" ;--# notpresent + VP (Fut Sg P2) => m_ + "orirs" ;--# notpresent + VP (Fut Pl P3) => m_ + "oriran" ;--# notpresent + VP (Fut Sg P3) => m_ + "orir" ;--# notpresent + VP (Pret Pl P1) => m_ + "orssim" ;--# notpresent + VP (Pret Sg P1) => m_ + "ors" ;--# notpresent + VP (Pret Pl P2) => m_ + "orssiu" ;--# notpresent + VP (Pret Sg P2) => m_ + "orissis" ;--# notpresent + VP (Pret Pl P3) => m_ + "orissin" ;--# notpresent + VP (Pret Sg P3) => m_ + "ors" ;--# notpresent + VP (Cond Pl P1) => m_ + "orirem" ;--# notpresent + VP (Cond Sg P1) => m_ + "oriria" ;--# notpresent + VP (Cond Pl P2) => m_ + "orireu" ;--# notpresent + VP (Cond Sg P2) => m_ + "oriries" ;--# notpresent + VP (Cond Pl P3) => m_ + "oririen" ;--# notpresent + VP (Cond Sg P3) => m_ + "oriria" ;--# notpresent + VP (Imp Pl P1) => m_ + "orim" ; + VP (Imp Pl P2) => m_ + "oriu" ; + VP (Imp Sg P2) => m_ + "or" ; + VP (Imp Pl P3) => m_ + "orin" ; + VP (Imp Sg P3) => m_ + "ori" ; + VP (Pass Pl Fem) => m_ + "ortes" ; + VP (Pass Sg Fem) => m_ + "orta" ; + VP (Pass Pl Masc) => m_ + "orts" ; + VP (Pass Sg Masc) => m_ + "ort" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper moure_72 : Str -> Verbum = \moure -> +let mo_ = Predef.tk 3 moure in +{s = table { + VI Infn => mo_ + "ure" ; + VI Ger => mo_ + "vent" ; + VI Part => mo_ + "gut" ; + VP (Pres Ind Pl P1) => mo_ + "vem" ; + VP (Pres Ind Sg P1) => mo_ + "c" ; + VP (Pres Ind Pl P2) => mo_ + "veu" ; + VP (Pres Ind Sg P2) => mo_ + "us" ; + VP (Pres Ind Pl P3) => mo_ + "uen" ; + VP (Pres Ind Sg P3) => mo_ + "u" ; + VP (Pres Subj Pl P1) => mo_ + "guem" ; + VP (Pres Subj Sg P1) => mo_ + "gui" ; + VP (Pres Subj Pl P2) => mo_ + "gueu" ; + VP (Pres Subj Sg P2) => mo_ + "guis" ; + VP (Pres Subj Pl P3) => mo_ + "guin" ; + VP (Pres Subj Sg P3) => mo_ + "gui" ; + VP (Impf Ind Pl P1) => mo_ + "vem" ;--# notpresent + VP (Impf Ind Sg P1) => mo_ + "via" ;--# notpresent + VP (Impf Ind Pl P2) => mo_ + "veu" ;--# notpresent + VP (Impf Ind Sg P2) => mo_ + "vies" ;--# notpresent + VP (Impf Ind Pl P3) => mo_ + "vien" ;--# notpresent + VP (Impf Ind Sg P3) => mo_ + "via" ;--# notpresent + VP (Impf Subj Pl P1) => mo_ + "gussim" ;--# notpresent + VP (Impf Subj Sg P1) => mo_ + "gus" ;--# notpresent + VP (Impf Subj Pl P2) => mo_ + "gussiu" ;--# notpresent + VP (Impf Subj Sg P2) => mo_ + "guessis" ;--# notpresent + VP (Impf Subj Pl P3) => mo_ + "guessin" ;--# notpresent + VP (Impf Subj Sg P3) => mo_ + "gus" ;--# notpresent + VP (Fut Pl P1) => mo_ + "urem" ;--# notpresent + VP (Fut Sg P1) => mo_ + "ur" ;--# notpresent + VP (Fut Pl P2) => mo_ + "ureu" ;--# notpresent + VP (Fut Sg P2) => mo_ + "urs" ;--# notpresent + VP (Fut Pl P3) => mo_ + "uran" ;--# notpresent + VP (Fut Sg P3) => mo_ + "ur" ;--# notpresent + VP (Pret Pl P1) => mo_ + "gussim" ;--# notpresent + VP (Pret Sg P1) => mo_ + "gus" ;--# notpresent + VP (Pret Pl P2) => mo_ + "gussiu" ;--# notpresent + VP (Pret Sg P2) => mo_ + "guessis" ;--# notpresent + VP (Pret Pl P3) => mo_ + "guessin" ;--# notpresent + VP (Pret Sg P3) => mo_ + "gus" ;--# notpresent + VP (Cond Pl P1) => mo_ + "urem" ;--# notpresent + VP (Cond Sg P1) => mo_ + "uria" ;--# notpresent + VP (Cond Pl P2) => mo_ + "ureu" ;--# notpresent + VP (Cond Sg P2) => mo_ + "uries" ;--# notpresent + VP (Cond Pl P3) => mo_ + "urien" ;--# notpresent + VP (Cond Sg P3) => mo_ + "uria" ;--# notpresent + VP (Imp Pl P1) => mo_ + "guem" ; + VP (Imp Pl P2) => mo_ + "veu" ; + VP (Imp Sg P2) => mo_ + "u" ; + VP (Imp Pl P3) => mo_ + "guin" ; + VP (Imp Sg P3) => mo_ + "gui" ; + VP (Pass Pl Fem) => mo_ + "gudes" ; + VP (Pass Sg Fem) => mo_ + "guda" ; + VP (Pass Pl Masc) => mo_ + "guts" ; + VP (Pass Sg Masc) => mo_ + "gut" ; +VP (Imp Sg P1) => variants {} +} +} ; +-- munyir-- is not in the used source . + +oper nixer_74 : Str -> Verbum = \nixer -> +let n_ = Predef.tk 5 nixer in +{s = table { + VI Infn => n_ + "ixer" ; + VI Ger => n_ + "aixent" ; + VI Part => n_ + "ascut" ; + VP (Pres Ind Pl P1) => n_ + "aixem" ; + VP (Pres Ind Sg P1) => n_ + "eixo" ; + VP (Pres Ind Pl P2) => n_ + "aixeu" ; + VP (Pres Ind Sg P2) => n_ + "eixes" ; + VP (Pres Ind Pl P3) => n_ + "eixen" ; + VP (Pres Ind Sg P3) => n_ + "eix" ; + VP (Pres Subj Pl P1) => n_ + "aixem" ; + VP (Pres Subj Sg P1) => n_ + "eixi" ; + VP (Pres Subj Pl P2) => n_ + "aixeu" ; + VP (Pres Subj Sg P2) => n_ + "eixis" ; + VP (Pres Subj Pl P3) => n_ + "eixin" ; + VP (Pres Subj Sg P3) => n_ + "eixi" ; + VP (Impf Ind Pl P1) => n_ + "aixem" ;--# notpresent + VP (Impf Ind Sg P1) => n_ + "aixia" ;--# notpresent + VP (Impf Ind Pl P2) => n_ + "aixeu" ;--# notpresent + VP (Impf Ind Sg P2) => n_ + "aixies" ;--# notpresent + VP (Impf Ind Pl P3) => n_ + "aixien" ;--# notpresent + VP (Impf Ind Sg P3) => n_ + "aixia" ;--# notpresent + VP (Impf Subj Pl P1) => n_ + "aixssim" ;--# notpresent + VP (Impf Subj Sg P1) => n_ + "aixs" ;--# notpresent + VP (Impf Subj Pl P2) => n_ + "aixssiu" ;--# notpresent + VP (Impf Subj Sg P2) => n_ + "aixessis" ;--# notpresent + VP (Impf Subj Pl P3) => n_ + "aixessin" ;--# notpresent + VP (Impf Subj Sg P3) => n_ + "aixs" ;--# notpresent + VP (Fut Pl P1) => n_ + "aixerem" ;--# notpresent + VP (Fut Sg P1) => n_ + "aixer" ;--# notpresent + VP (Fut Pl P2) => n_ + "aixereu" ;--# notpresent + VP (Fut Sg P2) => n_ + "aixers" ;--# notpresent + VP (Fut Pl P3) => n_ + "aixeran" ;--# notpresent + VP (Fut Sg P3) => n_ + "aixer" ;--# notpresent + VP (Pret Pl P1) => n_ + "aixssim" ;--# notpresent + VP (Pret Sg P1) => n_ + "aixs" ;--# notpresent + VP (Pret Pl P2) => n_ + "aixssiu" ;--# notpresent + VP (Pret Sg P2) => n_ + "aixessis" ;--# notpresent + VP (Pret Pl P3) => n_ + "aixessin" ;--# notpresent + VP (Pret Sg P3) => n_ + "aixs" ;--# notpresent + VP (Cond Pl P1) => n_ + "aixerem" ;--# notpresent + VP (Cond Sg P1) => n_ + "aixeria" ;--# notpresent + VP (Cond Pl P2) => n_ + "aixereu" ;--# notpresent + VP (Cond Sg P2) => n_ + "aixeries" ;--# notpresent + VP (Cond Pl P3) => n_ + "aixerien" ;--# notpresent + VP (Cond Sg P3) => n_ + "aixeria" ;--# notpresent + VP (Imp Pl P1) => n_ + "aixem" ; + VP (Imp Pl P2) => n_ + "aixeu" ; + VP (Imp Sg P2) => n_ + "eix" ; + VP (Imp Pl P3) => n_ + "eixin" ; + VP (Imp Sg P3) => n_ + "eixi" ; + VP (Pass Pl Fem) => n_ + "ascudes" ; + VP (Pass Sg Fem) => n_ + "ascuda" ; + VP (Pass Pl Masc) => n_ + "ascuts" ; + VP (Pass Sg Masc) => n_ + "ascut" ; +VP (Imp Sg P1) => variants {} +} +} ; +-- noure-- is not in the used source . +-- obliquar-- is not in the used source . + +oper obrir_77 : Str -> Verbum = \obrir -> +let x_ = Predef.tk 5 obrir in +{s = table { + VI Infn => x_ + "rir" ; + VI Ger => x_ + "rint" ; + VI Part => x_ + "ert" ; + VP (Pres Ind Pl P1) => x_ + "rim" ; + VP (Pres Ind Sg P1) => x_ + "ro" ; + VP (Pres Ind Pl P2) => x_ + "riu" ; + VP (Pres Ind Sg P2) => x_ + "res" ; + VP (Pres Ind Pl P3) => x_ + "ren" ; + VP (Pres Ind Sg P3) => x_ + "re" ; + VP (Pres Subj Pl P1) => x_ + "rim" ; + VP (Pres Subj Sg P1) => x_ + "ri" ; + VP (Pres Subj Pl P2) => x_ + "riu" ; + VP (Pres Subj Sg P2) => x_ + "ris" ; + VP (Pres Subj Pl P3) => x_ + "rin" ; + VP (Pres Subj Sg P3) => x_ + "ri" ; + VP (Impf Ind Pl P1) => x_ + "rem" ;--# notpresent + VP (Impf Ind Sg P1) => x_ + "ria" ;--# notpresent + VP (Impf Ind Pl P2) => x_ + "reu" ;--# notpresent + VP (Impf Ind Sg P2) => x_ + "ries" ;--# notpresent + VP (Impf Ind Pl P3) => x_ + "rien" ;--# notpresent + VP (Impf Ind Sg P3) => x_ + "ria" ;--# notpresent + VP (Impf Subj Pl P1) => x_ + "rssim" ;--# notpresent + VP (Impf Subj Sg P1) => x_ + "rs" ;--# notpresent + VP (Impf Subj Pl P2) => x_ + "rssiu" ;--# notpresent + VP (Impf Subj Sg P2) => x_ + "rissis" ;--# notpresent + VP (Impf Subj Pl P3) => x_ + "rissin" ;--# notpresent + VP (Impf Subj Sg P3) => x_ + "rs" ;--# notpresent + VP (Fut Pl P1) => x_ + "rirem" ;--# notpresent + VP (Fut Sg P1) => x_ + "rir" ;--# notpresent + VP (Fut Pl P2) => x_ + "rireu" ;--# notpresent + VP (Fut Sg P2) => x_ + "rirs" ;--# notpresent + VP (Fut Pl P3) => x_ + "riran" ;--# notpresent + VP (Fut Sg P3) => x_ + "rir" ;--# notpresent + VP (Pret Pl P1) => x_ + "rssim" ;--# notpresent + VP (Pret Sg P1) => x_ + "rs" ;--# notpresent + VP (Pret Pl P2) => x_ + "rssiu" ;--# notpresent + VP (Pret Sg P2) => x_ + "rissis" ;--# notpresent + VP (Pret Pl P3) => x_ + "rissin" ;--# notpresent + VP (Pret Sg P3) => x_ + "rs" ;--# notpresent + VP (Cond Pl P1) => x_ + "rirem" ;--# notpresent + VP (Cond Sg P1) => x_ + "riria" ;--# notpresent + VP (Cond Pl P2) => x_ + "rireu" ;--# notpresent + VP (Cond Sg P2) => x_ + "riries" ;--# notpresent + VP (Cond Pl P3) => x_ + "ririen" ;--# notpresent + VP (Cond Sg P3) => x_ + "riria" ;--# notpresent + VP (Imp Pl P1) => x_ + "rim" ; + VP (Imp Pl P2) => x_ + "riu" ; + VP (Imp Sg P2) => x_ + "re" ; + VP (Imp Pl P3) => x_ + "rin" ; + VP (Imp Sg P3) => x_ + "ri" ; + VP (Pass Pl Fem) => x_ + "ertes" ; + VP (Pass Sg Fem) => x_ + "erta" ; + VP (Pass Pl Masc) => x_ + "erts" ; + VP (Pass Sg Masc) => x_ + "ert" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper obtenir_78 : Str -> Verbum = \obtenir -> +let ob_ = Predef.tk 5 obtenir in +{s = table { + VI Infn => ob_ + "tenir" ; + VI Ger => ob_ + "tenint" ; + VI Part => ob_ + "tingut" ; + VP (Pres Ind Pl P1) => ob_ + "tenim" ; + VP (Pres Ind Sg P1) => ob_ + "tinc" ; + VP (Pres Ind Pl P2) => ob_ + "teniu" ; + VP (Pres Ind Sg P2) => ob_ + "tens" ; + VP (Pres Ind Pl P3) => ob_ + "tenen" ; + VP (Pres Ind Sg P3) => ob_ + "t" ; + VP (Pres Subj Pl P1) => ob_ + "tinguem" ; + VP (Pres Subj Sg P1) => ob_ + "tingui" ; + VP (Pres Subj Pl P2) => ob_ + "tingueu" ; + VP (Pres Subj Sg P2) => ob_ + "tinguis" ; + VP (Pres Subj Pl P3) => ob_ + "tinguin" ; + VP (Pres Subj Sg P3) => ob_ + "tingui" ; + VP (Impf Ind Pl P1) => ob_ + "tenem" ;--# notpresent + VP (Impf Ind Sg P1) => ob_ + "tenia" ;--# notpresent + VP (Impf Ind Pl P2) => ob_ + "teneu" ;--# notpresent + VP (Impf Ind Sg P2) => ob_ + "tenies" ;--# notpresent + VP (Impf Ind Pl P3) => ob_ + "tenien" ;--# notpresent + VP (Impf Ind Sg P3) => ob_ + "tenia" ;--# notpresent + VP (Impf Subj Pl P1) => ob_ + "tingussim" ;--# notpresent + VP (Impf Subj Sg P1) => ob_ + "tingus" ;--# notpresent + VP (Impf Subj Pl P2) => ob_ + "tingussiu" ;--# notpresent + VP (Impf Subj Sg P2) => ob_ + "tinguessis" ;--# notpresent + VP (Impf Subj Pl P3) => ob_ + "tinguessin" ;--# notpresent + VP (Impf Subj Sg P3) => ob_ + "tingus" ;--# notpresent + VP (Fut Pl P1) => ob_ + "tindrem" ;--# notpresent + VP (Fut Sg P1) => ob_ + "tindr" ;--# notpresent + VP (Fut Pl P2) => ob_ + "tindreu" ;--# notpresent + VP (Fut Sg P2) => ob_ + "tindrs" ;--# notpresent + VP (Fut Pl P3) => ob_ + "tindran" ;--# notpresent + VP (Fut Sg P3) => ob_ + "tindr" ;--# notpresent + VP (Pret Pl P1) => ob_ + "tingussim" ;--# notpresent + VP (Pret Sg P1) => ob_ + "tingus" ;--# notpresent + VP (Pret Pl P2) => ob_ + "tingussiu" ;--# notpresent + VP (Pret Sg P2) => ob_ + "tinguessis" ;--# notpresent + VP (Pret Pl P3) => ob_ + "tinguessin" ;--# notpresent + VP (Pret Sg P3) => ob_ + "tingus" ;--# notpresent + VP (Cond Pl P1) => ob_ + "tindrem" ;--# notpresent + VP (Cond Sg P1) => ob_ + "tindria" ;--# notpresent + VP (Cond Pl P2) => ob_ + "tindreu" ;--# notpresent + VP (Cond Sg P2) => ob_ + "tindries" ;--# notpresent + VP (Cond Pl P3) => ob_ + "tindrien" ;--# notpresent + VP (Cond Sg P3) => ob_ + "tindria" ;--# notpresent + VP (Imp Pl P1) => ob_ + "tinguem" ; + VP (Imp Pl P2) => ob_ + "tingueu" ; + VP (Imp Sg P2) => ob_ + "tingues" ; + VP (Imp Pl P3) => ob_ + "tinguin" ; + VP (Imp Sg P3) => ob_ + "tingui" ; + VP (Pass Pl Fem) => ob_ + "tingudes" ; + VP (Pass Sg Fem) => ob_ + "tinguda" ; + VP (Pass Pl Masc) => ob_ + "tinguts" ; + VP (Pass Sg Masc) => ob_ + "tingut" ; +VP (Imp Sg P1) => variants {} +} +} ; +-- oir-- is not in the used source . + +oper omplir_80 : Str -> Verbum = \omplir -> +let x_ = Predef.tk 6 omplir in +{s = table { + VI Infn => x_ + "ir" ; + VI Ger => x_ + "int" ; + VI Part => x_ + "ert" ; + VP (Pres Ind Pl P1) => x_ + "im" ; + VP (Pres Ind Sg P1) => x_ + "o" ; + VP (Pres Ind Pl P2) => x_ + "iu" ; + VP (Pres Ind Sg P2) => x_ + "es" ; + VP (Pres Ind Pl P3) => x_ + "en" ; + VP (Pres Ind Sg P3) => x_ + "e" ; + VP (Pres Subj Pl P1) => x_ + "im" ; + VP (Pres Subj Sg P1) => x_ + "i" ; + VP (Pres Subj Pl P2) => x_ + "iu" ; + VP (Pres Subj Sg P2) => x_ + "is" ; + VP (Pres Subj Pl P3) => x_ + "in" ; + VP (Pres Subj Sg P3) => x_ + "i" ; + VP (Impf Ind Pl P1) => x_ + "em" ;--# notpresent + VP (Impf Ind Sg P1) => x_ + "ia" ;--# notpresent + VP (Impf Ind Pl P2) => x_ + "eu" ;--# notpresent + VP (Impf Ind Sg P2) => x_ + "ies" ;--# notpresent + VP (Impf Ind Pl P3) => x_ + "ien" ;--# notpresent + VP (Impf Ind Sg P3) => x_ + "ia" ;--# notpresent + VP (Impf Subj Pl P1) => x_ + "ssim" ;--# notpresent + VP (Impf Subj Sg P1) => x_ + "s" ;--# notpresent + VP (Impf Subj Pl P2) => x_ + "ssiu" ;--# notpresent + VP (Impf Subj Sg P2) => x_ + "issis" ;--# notpresent + VP (Impf Subj Pl P3) => x_ + "issin" ;--# notpresent + VP (Impf Subj Sg P3) => x_ + "s" ;--# notpresent + VP (Fut Pl P1) => x_ + "irem" ;--# notpresent + VP (Fut Sg P1) => x_ + "ir" ;--# notpresent + VP (Fut Pl P2) => x_ + "ireu" ;--# notpresent + VP (Fut Sg P2) => x_ + "irs" ;--# notpresent + VP (Fut Pl P3) => x_ + "iran" ;--# notpresent + VP (Fut Sg P3) => x_ + "ir" ;--# notpresent + VP (Pret Pl P1) => x_ + "ssim" ;--# notpresent + VP (Pret Sg P1) => x_ + "s" ;--# notpresent + VP (Pret Pl P2) => x_ + "ssiu" ;--# notpresent + VP (Pret Sg P2) => x_ + "issis" ;--# notpresent + VP (Pret Pl P3) => x_ + "issin" ;--# notpresent + VP (Pret Sg P3) => x_ + "s" ;--# notpresent + VP (Cond Pl P1) => x_ + "irem" ;--# notpresent + VP (Cond Sg P1) => x_ + "iria" ;--# notpresent + VP (Cond Pl P2) => x_ + "ireu" ;--# notpresent + VP (Cond Sg P2) => x_ + "iries" ;--# notpresent + VP (Cond Pl P3) => x_ + "irien" ;--# notpresent + VP (Cond Sg P3) => x_ + "iria" ;--# notpresent + VP (Imp Pl P1) => x_ + "im" ; + VP (Imp Pl P2) => x_ + "iu" ; + VP (Imp Sg P2) => x_ + "e" ; + VP (Imp Pl P3) => x_ + "in" ; + VP (Imp Sg P3) => x_ + "i" ; + VP (Pass Pl Fem) => x_ + "ertes" ; + VP (Pass Sg Fem) => x_ + "erta" ; + VP (Pass Pl Masc) => x_ + "erts" ; + VP (Pass Sg Masc) => x_ + "ert" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper patir_81 : Str -> Verbum = \patir -> +let pat_ = Predef.tk 2 patir in +{s = table { + VI Infn => pat_ + "ir" ; + VI Ger => pat_ + "int" ; + VI Part => pat_ + "it" ; + VP (Pres Ind Pl P1) => pat_ + "im" ; + VP (Pres Ind Sg P1) => pat_ + "eixo" ; + VP (Pres Ind Pl P2) => pat_ + "iu" ; + VP (Pres Ind Sg P2) => pat_ + "eixes" ; + VP (Pres Ind Pl P3) => pat_ + "eixen" ; + VP (Pres Ind Sg P3) => pat_ + "eix" ; + VP (Pres Subj Pl P1) => pat_ + "im" ; + VP (Pres Subj Sg P1) => pat_ + "eixi" ; + VP (Pres Subj Pl P2) => pat_ + "iu" ; + VP (Pres Subj Sg P2) => pat_ + "eixis" ; + VP (Pres Subj Pl P3) => pat_ + "eixin" ; + VP (Pres Subj Sg P3) => pat_ + "eixi" ; + VP (Impf Ind Pl P1) => pat_ + "em" ;--# notpresent + VP (Impf Ind Sg P1) => pat_ + "ia" ;--# notpresent + VP (Impf Ind Pl P2) => pat_ + "eu" ;--# notpresent + VP (Impf Ind Sg P2) => pat_ + "ies" ;--# notpresent + VP (Impf Ind Pl P3) => pat_ + "ien" ;--# notpresent + VP (Impf Ind Sg P3) => pat_ + "ia" ;--# notpresent + VP (Impf Subj Pl P1) => pat_ + "ssim" ;--# notpresent + VP (Impf Subj Sg P1) => pat_ + "s" ;--# notpresent + VP (Impf Subj Pl P2) => pat_ + "ssiu" ;--# notpresent + VP (Impf Subj Sg P2) => pat_ + "issis" ;--# notpresent + VP (Impf Subj Pl P3) => pat_ + "issin" ;--# notpresent + VP (Impf Subj Sg P3) => pat_ + "s" ;--# notpresent + VP (Fut Pl P1) => pat_ + "irem" ;--# notpresent + VP (Fut Sg P1) => pat_ + "ir" ;--# notpresent + VP (Fut Pl P2) => pat_ + "ireu" ;--# notpresent + VP (Fut Sg P2) => pat_ + "irs" ;--# notpresent + VP (Fut Pl P3) => pat_ + "iran" ;--# notpresent + VP (Fut Sg P3) => pat_ + "ir" ;--# notpresent + VP (Pret Pl P1) => pat_ + "ssim" ;--# notpresent + VP (Pret Sg P1) => pat_ + "s" ;--# notpresent + VP (Pret Pl P2) => pat_ + "ssiu" ;--# notpresent + VP (Pret Sg P2) => pat_ + "issis" ;--# notpresent + VP (Pret Pl P3) => pat_ + "issin" ;--# notpresent + VP (Pret Sg P3) => pat_ + "s" ;--# notpresent + VP (Cond Pl P1) => pat_ + "irem" ;--# notpresent + VP (Cond Sg P1) => pat_ + "iria" ;--# notpresent + VP (Cond Pl P2) => pat_ + "ireu" ;--# notpresent + VP (Cond Sg P2) => pat_ + "iries" ;--# notpresent + VP (Cond Pl P3) => pat_ + "irien" ;--# notpresent + VP (Cond Sg P3) => pat_ + "iria" ;--# notpresent + VP (Imp Pl P1) => pat_ + "im" ; + VP (Imp Pl P2) => pat_ + "iu" ; + VP (Imp Sg P2) => pat_ + "eix" ; + VP (Imp Pl P3) => pat_ + "eixin" ; + VP (Imp Sg P3) => pat_ + "eixi" ; + VP (Pass Pl Fem) => pat_ + "ides" ; + VP (Pass Sg Fem) => pat_ + "ida" ; + VP (Pass Pl Masc) => pat_ + "its" ; + VP (Pass Sg Masc) => pat_ + "it" ; +VP (Imp Sg P1) => variants {} +} +} ; +-- pixer-- is not in the used source . + +oper perdre_83 : Str -> Verbum = \perdre -> +let perd_ = Predef.tk 2 perdre in +{s = table { + VI Infn => perd_ + "re" ; + VI Ger => perd_ + "ent" ; + VI Part => perd_ + "ut" ; + VP (Pres Ind Pl P1) => perd_ + "em" ; + VP (Pres Ind Sg P1) => perd_ + "o" ; + VP (Pres Ind Pl P2) => perd_ + "eu" ; + VP (Pres Ind Sg P2) => perd_ + "s" ; + VP (Pres Ind Pl P3) => perd_ + "en" ; + VP (Pres Ind Sg P3) => perd_ + "" ; + VP (Pres Subj Pl P1) => perd_ + "em" ; + VP (Pres Subj Sg P1) => perd_ + "i" ; + VP (Pres Subj Pl P2) => perd_ + "eu" ; + VP (Pres Subj Sg P2) => perd_ + "is" ; + VP (Pres Subj Pl P3) => perd_ + "in" ; + VP (Pres Subj Sg P3) => perd_ + "i" ; + VP (Impf Ind Pl P1) => perd_ + "em" ;--# notpresent + VP (Impf Ind Sg P1) => perd_ + "ia" ;--# notpresent + VP (Impf Ind Pl P2) => perd_ + "eu" ;--# notpresent + VP (Impf Ind Sg P2) => perd_ + "ies" ;--# notpresent + VP (Impf Ind Pl P3) => perd_ + "ien" ;--# notpresent + VP (Impf Ind Sg P3) => perd_ + "ia" ;--# notpresent + VP (Impf Subj Pl P1) => perd_ + "ssim" ;--# notpresent + VP (Impf Subj Sg P1) => perd_ + "s" ;--# notpresent + VP (Impf Subj Pl P2) => perd_ + "ssiu" ;--# notpresent + VP (Impf Subj Sg P2) => perd_ + "essis" ;--# notpresent + VP (Impf Subj Pl P3) => perd_ + "essin" ;--# notpresent + VP (Impf Subj Sg P3) => perd_ + "s" ;--# notpresent + VP (Fut Pl P1) => perd_ + "rem" ;--# notpresent + VP (Fut Sg P1) => perd_ + "r" ;--# notpresent + VP (Fut Pl P2) => perd_ + "reu" ;--# notpresent + VP (Fut Sg P2) => perd_ + "rs" ;--# notpresent + VP (Fut Pl P3) => perd_ + "ran" ;--# notpresent + VP (Fut Sg P3) => perd_ + "r" ;--# notpresent + VP (Pret Pl P1) => perd_ + "ssim" ;--# notpresent + VP (Pret Sg P1) => perd_ + "s" ;--# notpresent + VP (Pret Pl P2) => perd_ + "ssiu" ;--# notpresent + VP (Pret Sg P2) => perd_ + "essis" ;--# notpresent + VP (Pret Pl P3) => perd_ + "essin" ;--# notpresent + VP (Pret Sg P3) => perd_ + "s" ;--# notpresent + VP (Cond Pl P1) => perd_ + "rem" ;--# notpresent + VP (Cond Sg P1) => perd_ + "ria" ;--# notpresent + VP (Cond Pl P2) => perd_ + "reu" ;--# notpresent + VP (Cond Sg P2) => perd_ + "ries" ;--# notpresent + VP (Cond Pl P3) => perd_ + "rien" ;--# notpresent + VP (Cond Sg P3) => perd_ + "ria" ;--# notpresent + VP (Imp Pl P1) => perd_ + "em" ; + VP (Imp Pl P2) => perd_ + "eu" ; + VP (Imp Sg P2) => perd_ + "" ; + VP (Imp Pl P3) => perd_ + "in" ; + VP (Imp Sg P3) => perd_ + "i" ; + VP (Pass Pl Fem) => perd_ + "udes" ; + VP (Pass Sg Fem) => perd_ + "uda" ; + VP (Pass Pl Masc) => perd_ + "uts" ; + VP (Pass Sg Masc) => perd_ + "ut" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper pertnyer_84 : Str -> Verbum = \pertnyer -> +let pert_ = Predef.tk 5 pertnyer in +{s = table { + VI Ger => pert_ + "anyent" ; + VI Part => pert_ + "angut" ; + VP (Pres Ind Pl P1) => pert_ + "anyem" ; + VP (Pres Ind Sg P1) => pert_ + "anyo" ; + VP (Pres Ind Pl P2) => pert_ + "anyeu" ; + VP (Pres Ind Sg P2) => pert_ + "anys" ; + VP (Pres Ind Pl P3) => pert_ + "anyen" ; + VP (Pres Ind Sg P3) => pert_ + "any" ; + VP (Pres Subj Pl P1) => pert_ + "anyem" ; + VP (Pres Subj Sg P1) => pert_ + "anyi" ; + VP (Pres Subj Pl P2) => pert_ + "anyeu" ; + VP (Pres Subj Sg P2) => pert_ + "anyis" ; + VP (Pres Subj Pl P3) => pert_ + "anyin" ; + VP (Pres Subj Sg P3) => pert_ + "anyi" ; + VP (Impf Ind Pl P1) => pert_ + "anyem" ;--# notpresent + VP (Impf Ind Sg P1) => pert_ + "anyia" ;--# notpresent + VP (Impf Ind Pl P2) => pert_ + "anyeu" ;--# notpresent + VP (Impf Ind Sg P2) => pert_ + "anyies" ;--# notpresent + VP (Impf Ind Pl P3) => pert_ + "anyien" ;--# notpresent + VP (Impf Ind Sg P3) => pert_ + "anyia" ;--# notpresent + VP (Impf Subj Pl P1) => pert_ + "anyssim" ;--# notpresent + VP (Impf Subj Sg P1) => pert_ + "anys" ;--# notpresent + VP (Impf Subj Pl P2) => pert_ + "anyssiu" ;--# notpresent + VP (Impf Subj Sg P2) => pert_ + "anyessis" ;--# notpresent + VP (Impf Subj Pl P3) => pert_ + "anyessin" ;--# notpresent + VP (Impf Subj Sg P3) => pert_ + "anys" ;--# notpresent + VP (Fut Pl P1) => pert_ + "anyerem" ;--# notpresent + VP (Fut Sg P1) => pert_ + "anyer" ;--# notpresent + VP (Fut Pl P2) => pert_ + "anyereu" ;--# notpresent + VP (Fut Sg P2) => pert_ + "anyers" ;--# notpresent + VP (Fut Pl P3) => pert_ + "anyeran" ;--# notpresent + VP (Fut Sg P3) => pert_ + "anyer" ;--# notpresent + VP (Pret Pl P1) => pert_ + "anyssim" ;--# notpresent + VP (Pret Sg P1) => pert_ + "anys" ;--# notpresent + VP (Pret Pl P2) => pert_ + "anyssiu" ;--# notpresent + VP (Pret Sg P2) => pert_ + "anyessis" ;--# notpresent + VP (Pret Pl P3) => pert_ + "anyessin" ;--# notpresent + VP (Pret Sg P3) => pert_ + "anys" ;--# notpresent + VP (Cond Pl P1) => pert_ + "anyerem" ;--# notpresent + VP (Cond Sg P1) => pert_ + "anyeria" ;--# notpresent + VP (Cond Pl P2) => pert_ + "anyereu" ;--# notpresent + VP (Cond Sg P2) => pert_ + "anyeries" ;--# notpresent + VP (Cond Pl P3) => pert_ + "anyerien" ;--# notpresent + VP (Cond Sg P3) => pert_ + "anyeria" ;--# notpresent + VP (Imp Pl P1) => pert_ + "anyem" ; + VP (Imp Pl P2) => pert_ + "anyeu" ; + VP (Imp Sg P2) => pert_ + "any" ; + VP (Imp Pl P3) => pert_ + "anyin" ; + VP (Imp Sg P3) => pert_ + "anyi" ; + VP (Pass Pl Fem) => pert_ + "angudes" ; + VP (Pass Sg Fem) => pert_ + "anguda" ; + VP (Pass Pl Masc) => pert_ + "anguts" ; + VP (Pass Sg Masc) => pert_ + "angut" ; + VI Infn => pert_ + "nyer" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper poder_85 : Str -> Verbum = \poder -> +let p_ = Predef.tk 4 poder in +{s = table { + VI Infn => p_ + "oder" ; + VI Ger => p_ + "odent" ; + VI Part => p_ + "ogut" ; + VP (Pres Ind Pl P1) => p_ + "odem" ; + VP (Pres Ind Sg P1) => p_ + "uc" ; + VP (Pres Ind Pl P2) => p_ + "odeu" ; + VP (Pres Ind Sg P2) => p_ + "ots" ; + VP (Pres Ind Pl P3) => p_ + "oden" ; + VP (Pres Ind Sg P3) => p_ + "ot" ; + VP (Pres Subj Pl P1) => p_ + "uguem" ; + VP (Pres Subj Sg P1) => p_ + "ugui" ; + VP (Pres Subj Pl P2) => p_ + "ugueu" ; + VP (Pres Subj Sg P2) => p_ + "uguis" ; + VP (Pres Subj Pl P3) => p_ + "uguin" ; + VP (Pres Subj Sg P3) => p_ + "ugui" ; + VP (Impf Ind Pl P1) => p_ + "odem" ;--# notpresent + VP (Impf Ind Sg P1) => p_ + "odia" ;--# notpresent + VP (Impf Ind Pl P2) => p_ + "odeu" ;--# notpresent + VP (Impf Ind Sg P2) => p_ + "odies" ;--# notpresent + VP (Impf Ind Pl P3) => p_ + "odien" ;--# notpresent + VP (Impf Ind Sg P3) => p_ + "odia" ;--# notpresent + VP (Impf Subj Pl P1) => p_ + "ogussim" ;--# notpresent + VP (Impf Subj Sg P1) => p_ + "ogus" ;--# notpresent + VP (Impf Subj Pl P2) => p_ + "ogussiu" ;--# notpresent + VP (Impf Subj Sg P2) => p_ + "oguessis" ;--# notpresent + VP (Impf Subj Pl P3) => p_ + "oguessin" ;--# notpresent + VP (Impf Subj Sg P3) => p_ + "ogus" ;--# notpresent + VP (Fut Pl P1) => p_ + "odrem" ;--# notpresent + VP (Fut Sg P1) => p_ + "odr" ;--# notpresent + VP (Fut Pl P2) => p_ + "odreu" ;--# notpresent + VP (Fut Sg P2) => p_ + "odrs" ;--# notpresent + VP (Fut Pl P3) => p_ + "odran" ;--# notpresent + VP (Fut Sg P3) => p_ + "odr" ;--# notpresent + VP (Pret Pl P1) => p_ + "ogussim" ;--# notpresent + VP (Pret Sg P1) => p_ + "ogus" ;--# notpresent + VP (Pret Pl P2) => p_ + "ogussiu" ;--# notpresent + VP (Pret Sg P2) => p_ + "oguessis" ;--# notpresent + VP (Pret Pl P3) => p_ + "oguessin" ;--# notpresent + VP (Pret Sg P3) => p_ + "ogus" ;--# notpresent + VP (Cond Pl P1) => p_ + "odrem" ;--# notpresent + VP (Cond Sg P1) => p_ + "odria" ;--# notpresent + VP (Cond Pl P2) => p_ + "odreu" ;--# notpresent + VP (Cond Sg P2) => p_ + "odries" ;--# notpresent + VP (Cond Pl P3) => p_ + "odrien" ;--# notpresent + VP (Cond Sg P3) => p_ + "odria" ;--# notpresent + VP (Imp Pl P1) => p_ + "uguem" ; + VP (Imp Pl P2) => p_ + "ugueu" ; + VP (Imp Sg P2) => p_ + "ugues" ; + VP (Imp Pl P3) => p_ + "uguin" ; + VP (Imp Sg P3) => p_ + "ugui" ; + VP (Pass Pl Fem) => p_ + "ogudes" ; + VP (Pass Sg Fem) => p_ + "oguda" ; + VP (Pass Pl Masc) => p_ + "oguts" ; + VP (Pass Sg Masc) => p_ + "ogut" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper pregar_86 : Str -> Verbum = \pregar -> +let preg_ = Predef.tk 2 pregar in +{s = table { + VI Infn => preg_ + "ar" ; + VI Ger => preg_ + "ant" ; + VI Part => preg_ + "at" ; + VP (Pres Ind Pl P1) => preg_ + "uem" ; + VP (Pres Ind Sg P1) => preg_ + "o" ; + VP (Pres Ind Pl P2) => preg_ + "ueu" ; + VP (Pres Ind Sg P2) => preg_ + "ues" ; + VP (Pres Ind Pl P3) => preg_ + "uen" ; + VP (Pres Ind Sg P3) => preg_ + "a" ; + VP (Pres Subj Pl P1) => preg_ + "uem" ; + VP (Pres Subj Sg P1) => preg_ + "ui" ; + VP (Pres Subj Pl P2) => preg_ + "ueu" ; + VP (Pres Subj Sg P2) => preg_ + "uis" ; + VP (Pres Subj Pl P3) => preg_ + "uin" ; + VP (Pres Subj Sg P3) => preg_ + "ui" ; + VP (Impf Ind Pl P1) => preg_ + "vem" ;--# notpresent + VP (Impf Ind Sg P1) => preg_ + "ava" ;--# notpresent + VP (Impf Ind Pl P2) => preg_ + "veu" ;--# notpresent + VP (Impf Ind Sg P2) => preg_ + "aves" ;--# notpresent + VP (Impf Ind Pl P3) => preg_ + "aven" ;--# notpresent + VP (Impf Ind Sg P3) => preg_ + "ava" ;--# notpresent + VP (Impf Subj Pl P1) => preg_ + "ussim" ;--# notpresent + VP (Impf Subj Sg P1) => preg_ + "us" ;--# notpresent + VP (Impf Subj Pl P2) => preg_ + "ussiu" ;--# notpresent + VP (Impf Subj Sg P2) => preg_ + "uessis" ;--# notpresent + VP (Impf Subj Pl P3) => preg_ + "uessin" ;--# notpresent + VP (Impf Subj Sg P3) => preg_ + "us" ;--# notpresent + VP (Fut Pl P1) => preg_ + "arem" ;--# notpresent + VP (Fut Sg P1) => preg_ + "ar" ;--# notpresent + VP (Fut Pl P2) => preg_ + "areu" ;--# notpresent + VP (Fut Sg P2) => preg_ + "ars" ;--# notpresent + VP (Fut Pl P3) => preg_ + "aran" ;--# notpresent + VP (Fut Sg P3) => preg_ + "ar" ;--# notpresent + VP (Pret Pl P1) => preg_ + "ussim" ;--# notpresent + VP (Pret Sg P1) => preg_ + "us" ;--# notpresent + VP (Pret Pl P2) => preg_ + "ussiu" ;--# notpresent + VP (Pret Sg P2) => preg_ + "uessis" ;--# notpresent + VP (Pret Pl P3) => preg_ + "uessin" ;--# notpresent + VP (Pret Sg P3) => preg_ + "us" ;--# notpresent + VP (Cond Pl P1) => preg_ + "arem" ;--# notpresent + VP (Cond Sg P1) => preg_ + "aria" ;--# notpresent + VP (Cond Pl P2) => preg_ + "areu" ;--# notpresent + VP (Cond Sg P2) => preg_ + "aries" ;--# notpresent + VP (Cond Pl P3) => preg_ + "arien" ;--# notpresent + VP (Cond Sg P3) => preg_ + "aria" ;--# notpresent + VP (Imp Pl P1) => preg_ + "uem" ; + VP (Imp Pl P2) => preg_ + "ueu" ; + VP (Imp Sg P2) => preg_ + "a" ; + VP (Imp Pl P3) => preg_ + "uin" ; + VP (Imp Sg P3) => preg_ + "ui" ; + VP (Pass Pl Fem) => preg_ + "ades" ; + VP (Pass Sg Fem) => preg_ + "ada" ; + VP (Pass Pl Masc) => preg_ + "ats" ; + VP (Pass Sg Masc) => preg_ + "at" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper prendre_87 : Str -> Verbum = \prendre -> +let x_ = Predef.tk 7 prendre in +{s = table { + VI Infn => x_ + "prendre" ; + VI Ger => x_ + "prenent" ; + VI Part => x_ + "pres" ; + VP (Pres Ind Pl P1) => x_ + "prenem" ; + VP (Pres Ind Sg P1) => x_ + "prenc" ; + VP (Pres Ind Pl P2) => x_ + "preneu" ; + VP (Pres Ind Sg P2) => x_ + "prens" ; + VP (Pres Ind Pl P3) => x_ + "prenen" ; + VP (Pres Ind Sg P3) => x_ + "pren" ; + VP (Pres Subj Pl P1) => x_ + "prenguem" ; + VP (Pres Subj Sg P1) => x_ + "prengui" ; + VP (Pres Subj Pl P2) => x_ + "prengueu" ; + VP (Pres Subj Sg P2) => x_ + "prenguis" ; + VP (Pres Subj Pl P3) => x_ + "prenguin" ; + VP (Pres Subj Sg P3) => x_ + "prengui" ; + VP (Impf Ind Pl P1) => x_ + "prenem" ;--# notpresent + VP (Impf Ind Sg P1) => x_ + "prenia" ;--# notpresent + VP (Impf Ind Pl P2) => x_ + "preneu" ;--# notpresent + VP (Impf Ind Sg P2) => x_ + "prenies" ;--# notpresent + VP (Impf Ind Pl P3) => x_ + "prenien" ;--# notpresent + VP (Impf Ind Sg P3) => x_ + "prenia" ;--# notpresent + VP (Impf Subj Pl P1) => x_ + "prengussim" ;--# notpresent + VP (Impf Subj Sg P1) => x_ + "prengus" ;--# notpresent + VP (Impf Subj Pl P2) => x_ + "prengussiu" ;--# notpresent + VP (Impf Subj Sg P2) => x_ + "prenguessis" ;--# notpresent + VP (Impf Subj Pl P3) => x_ + "prenguessin" ;--# notpresent + VP (Impf Subj Sg P3) => x_ + "prengus" ;--# notpresent + VP (Fut Pl P1) => x_ + "prendrem" ;--# notpresent + VP (Fut Sg P1) => x_ + "prendr" ;--# notpresent + VP (Fut Pl P2) => x_ + "prendreu" ;--# notpresent + VP (Fut Sg P2) => x_ + "prendrs" ;--# notpresent + VP (Fut Pl P3) => x_ + "prendran" ;--# notpresent + VP (Fut Sg P3) => x_ + "prendr" ;--# notpresent + VP (Pret Pl P1) => x_ + "prengussim" ;--# notpresent + VP (Pret Sg P1) => x_ + "prengus" ;--# notpresent + VP (Pret Pl P2) => x_ + "prengussiu" ;--# notpresent + VP (Pret Sg P2) => x_ + "prenguessis" ;--# notpresent + VP (Pret Pl P3) => x_ + "prenguessin" ;--# notpresent + VP (Pret Sg P3) => x_ + "prengus" ;--# notpresent + VP (Cond Pl P1) => x_ + "prendrem" ;--# notpresent + VP (Cond Sg P1) => x_ + "prendria" ;--# notpresent + VP (Cond Pl P2) => x_ + "prendreu" ;--# notpresent + VP (Cond Sg P2) => x_ + "prendries" ;--# notpresent + VP (Cond Pl P3) => x_ + "prendrien" ;--# notpresent + VP (Cond Sg P3) => x_ + "prendria" ;--# notpresent + VP (Imp Pl P1) => x_ + "prenguem" ; + VP (Imp Pl P2) => x_ + "preneu" ; + VP (Imp Sg P2) => x_ + "pren" ; + VP (Imp Pl P3) => x_ + "prenguin" ; + VP (Imp Sg P3) => x_ + "prengui" ; + VP (Pass Pl Fem) => x_ + "preses" ; + VP (Pass Sg Fem) => x_ + "presa" ; + VP (Pass Pl Masc) => x_ + "presos" ; + VP (Pass Sg Masc) => x_ + "pres" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper prevenir_88 : Str -> Verbum = \prevenir -> +let prev_ = Predef.tk 4 prevenir in +{s = table { + VI Infn => prev_ + "enir" ; + VI Ger => prev_ + "enint" ; + VI Part => prev_ + "ingut" ; + VP (Pres Ind Pl P1) => prev_ + "enim" ; + VP (Pres Ind Sg P1) => prev_ + "inc" ; + VP (Pres Ind Pl P2) => prev_ + "eniu" ; + VP (Pres Ind Sg P2) => prev_ + "ens" ; + VP (Pres Ind Pl P3) => prev_ + "enen" ; + VP (Pres Ind Sg P3) => prev_ + "" ; + VP (Pres Subj Pl P1) => prev_ + "inguem" ; + VP (Pres Subj Sg P1) => prev_ + "ingui" ; + VP (Pres Subj Pl P2) => prev_ + "ingueu" ; + VP (Pres Subj Sg P2) => prev_ + "inguis" ; + VP (Pres Subj Pl P3) => prev_ + "inguin" ; + VP (Pres Subj Sg P3) => prev_ + "ingui" ; + VP (Impf Ind Pl P1) => prev_ + "enem" ;--# notpresent + VP (Impf Ind Sg P1) => prev_ + "enia" ;--# notpresent + VP (Impf Ind Pl P2) => prev_ + "eneu" ;--# notpresent + VP (Impf Ind Sg P2) => prev_ + "enies" ;--# notpresent + VP (Impf Ind Pl P3) => prev_ + "enien" ;--# notpresent + VP (Impf Ind Sg P3) => prev_ + "enia" ;--# notpresent + VP (Impf Subj Pl P1) => prev_ + "ingussim" ;--# notpresent + VP (Impf Subj Sg P1) => prev_ + "ingus" ;--# notpresent + VP (Impf Subj Pl P2) => prev_ + "ingussiu" ;--# notpresent + VP (Impf Subj Sg P2) => prev_ + "inguessis" ;--# notpresent + VP (Impf Subj Pl P3) => prev_ + "inguessin" ;--# notpresent + VP (Impf Subj Sg P3) => prev_ + "ingus" ;--# notpresent + VP (Fut Pl P1) => prev_ + "indrem" ;--# notpresent + VP (Fut Sg P1) => prev_ + "indr" ;--# notpresent + VP (Fut Pl P2) => prev_ + "indreu" ;--# notpresent + VP (Fut Sg P2) => prev_ + "indrs" ;--# notpresent + VP (Fut Pl P3) => prev_ + "indran" ;--# notpresent + VP (Fut Sg P3) => prev_ + "indr" ;--# notpresent + VP (Pret Pl P1) => prev_ + "ingussim" ;--# notpresent + VP (Pret Sg P1) => prev_ + "ingus" ;--# notpresent + VP (Pret Pl P2) => prev_ + "ingussiu" ;--# notpresent + VP (Pret Sg P2) => prev_ + "inguessis" ;--# notpresent + VP (Pret Pl P3) => prev_ + "inguessin" ;--# notpresent + VP (Pret Sg P3) => prev_ + "ingus" ;--# notpresent + VP (Cond Pl P1) => prev_ + "indrem" ;--# notpresent + VP (Cond Sg P1) => prev_ + "indria" ;--# notpresent + VP (Cond Pl P2) => prev_ + "indreu" ;--# notpresent + VP (Cond Sg P2) => prev_ + "indries" ;--# notpresent + VP (Cond Pl P3) => prev_ + "indrien" ;--# notpresent + VP (Cond Sg P3) => prev_ + "indria" ;--# notpresent + VP (Imp Pl P1) => prev_ + "inguem" ; + VP (Imp Pl P2) => prev_ + "eniu" ; + VP (Imp Sg P2) => prev_ + "ine" ; + VP (Imp Pl P3) => prev_ + "inguin" ; + VP (Imp Sg P3) => prev_ + "ingui" ; + VP (Pass Pl Fem) => prev_ + "ingudes" ; + VP (Pass Sg Fem) => prev_ + "inguda" ; + VP (Pass Pl Masc) => prev_ + "inguts" ; + VP (Pass Sg Masc) => prev_ + "ingut" ; +VP (Imp Sg P1) => variants {} +} +} ; +-- pruir-- is not in the used source . +-- pudir-- is not in the used source . + +oper raure_91 : Str -> Verbum = \raure -> +let ra_ = Predef.tk 3 raure in +{s = table { + VI Infn => ra_ + "ure" ; + VI Ger => ra_ + "ent" ; + VI Part => ra_ + "s" ; + VP (Pres Ind Pl P1) => ra_ + "em" ; + VP (Pres Ind Sg P1) => ra_ + "c" ; + VP (Pres Ind Pl P2) => ra_ + "eu" ; + VP (Pres Ind Sg P2) => ra_ + "us" ; + VP (Pres Ind Pl P3) => ra_ + "uen" ; + VP (Pres Ind Sg P3) => ra_ + "u" ; + VP (Pres Subj Pl P1) => ra_ + "guem" ; + VP (Pres Subj Sg P1) => ra_ + "gui" ; + VP (Pres Subj Pl P2) => ra_ + "gueu" ; + VP (Pres Subj Sg P2) => ra_ + "guis" ; + VP (Pres Subj Pl P3) => ra_ + "guin" ; + VP (Pres Subj Sg P3) => ra_ + "gui" ; + VP (Impf Ind Pl P1) => ra_ + "em" ;--# notpresent + VP (Impf Ind Sg P1) => ra_ + "a" ;--# notpresent + VP (Impf Ind Pl P2) => ra_ + "eu" ;--# notpresent + VP (Impf Ind Sg P2) => ra_ + "es" ;--# notpresent + VP (Impf Ind Pl P3) => ra_ + "en" ;--# notpresent + VP (Impf Ind Sg P3) => ra_ + "a" ;--# notpresent + VP (Impf Subj Pl P1) => ra_ + "gussim" ;--# notpresent + VP (Impf Subj Sg P1) => ra_ + "gus" ;--# notpresent + VP (Impf Subj Pl P2) => ra_ + "gussiu" ;--# notpresent + VP (Impf Subj Sg P2) => ra_ + "guessis" ;--# notpresent + VP (Impf Subj Pl P3) => ra_ + "guessin" ;--# notpresent + VP (Impf Subj Sg P3) => ra_ + "gus" ;--# notpresent + VP (Fut Pl P1) => ra_ + "urem" ;--# notpresent + VP (Fut Sg P1) => ra_ + "ur" ;--# notpresent + VP (Fut Pl P2) => ra_ + "ureu" ;--# notpresent + VP (Fut Sg P2) => ra_ + "urs" ;--# notpresent + VP (Fut Pl P3) => ra_ + "uran" ;--# notpresent + VP (Fut Sg P3) => ra_ + "ur" ;--# notpresent + VP (Pret Pl P1) => ra_ + "gussim" ;--# notpresent + VP (Pret Sg P1) => ra_ + "gus" ;--# notpresent + VP (Pret Pl P2) => ra_ + "gussiu" ;--# notpresent + VP (Pret Sg P2) => ra_ + "guessis" ;--# notpresent + VP (Pret Pl P3) => ra_ + "guessin" ;--# notpresent + VP (Pret Sg P3) => ra_ + "gus" ;--# notpresent + VP (Cond Pl P1) => ra_ + "urem" ;--# notpresent + VP (Cond Sg P1) => ra_ + "uria" ;--# notpresent + VP (Cond Pl P2) => ra_ + "ureu" ;--# notpresent + VP (Cond Sg P2) => ra_ + "uries" ;--# notpresent + VP (Cond Pl P3) => ra_ + "urien" ;--# notpresent + VP (Cond Sg P3) => ra_ + "uria" ;--# notpresent + VP (Imp Pl P1) => ra_ + "guem" ; + VP (Imp Pl P2) => ra_ + "eu" ; + VP (Imp Sg P2) => ra_ + "u" ; + VP (Imp Pl P3) => ra_ + "guin" ; + VP (Imp Sg P3) => ra_ + "gui" ; + VP (Pass Pl Fem) => ra_ + "ses" ; + VP (Pass Sg Fem) => ra_ + "sa" ; + VP (Pass Pl Masc) => ra_ + "sos" ; + VP (Pass Sg Masc) => ra_ + "s" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper rebre_92 : Str -> Verbum = \rebre -> +let re_ = Predef.tk 3 rebre in +{s = table { + VI Infn => re_ + "bre" ; + VI Ger => re_ + "bent" ; + VI Part => re_ + "but" ; + VP (Pres Ind Pl P1) => re_ + "bem" ; + VP (Pres Ind Sg P1) => re_ + "bo" ; + VP (Pres Ind Pl P2) => re_ + "beu" ; + VP (Pres Ind Sg P2) => re_ + "ps" ; + VP (Pres Ind Pl P3) => re_ + "ben" ; + VP (Pres Ind Sg P3) => re_ + "p" ; + VP (Pres Subj Pl P1) => re_ + "bem" ; + VP (Pres Subj Sg P1) => re_ + "bi" ; + VP (Pres Subj Pl P2) => re_ + "beu" ; + VP (Pres Subj Sg P2) => re_ + "bis" ; + VP (Pres Subj Pl P3) => re_ + "bin" ; + VP (Pres Subj Sg P3) => re_ + "bi" ; + VP (Impf Ind Pl P1) => re_ + "bem" ;--# notpresent + VP (Impf Ind Sg P1) => re_ + "bia" ;--# notpresent + VP (Impf Ind Pl P2) => re_ + "beu" ;--# notpresent + VP (Impf Ind Sg P2) => re_ + "bies" ;--# notpresent + VP (Impf Ind Pl P3) => re_ + "bien" ;--# notpresent + VP (Impf Ind Sg P3) => re_ + "bia" ;--# notpresent + VP (Impf Subj Pl P1) => re_ + "bssim" ;--# notpresent + VP (Impf Subj Sg P1) => re_ + "bs" ;--# notpresent + VP (Impf Subj Pl P2) => re_ + "bssiu" ;--# notpresent + VP (Impf Subj Sg P2) => re_ + "bessis" ;--# notpresent + VP (Impf Subj Pl P3) => re_ + "bessin" ;--# notpresent + VP (Impf Subj Sg P3) => re_ + "bs" ;--# notpresent + VP (Fut Pl P1) => re_ + "brem" ;--# notpresent + VP (Fut Sg P1) => re_ + "br" ;--# notpresent + VP (Fut Pl P2) => re_ + "breu" ;--# notpresent + VP (Fut Sg P2) => re_ + "brs" ;--# notpresent + VP (Fut Pl P3) => re_ + "bran" ;--# notpresent + VP (Fut Sg P3) => re_ + "br" ;--# notpresent + VP (Pret Pl P1) => re_ + "bssim" ;--# notpresent + VP (Pret Sg P1) => re_ + "bs" ;--# notpresent + VP (Pret Pl P2) => re_ + "bssiu" ;--# notpresent + VP (Pret Sg P2) => re_ + "bessis" ;--# notpresent + VP (Pret Pl P3) => re_ + "bessin" ;--# notpresent + VP (Pret Sg P3) => re_ + "bs" ;--# notpresent + VP (Cond Pl P1) => re_ + "brem" ;--# notpresent + VP (Cond Sg P1) => re_ + "bria" ;--# notpresent + VP (Cond Pl P2) => re_ + "breu" ;--# notpresent + VP (Cond Sg P2) => re_ + "bries" ;--# notpresent + VP (Cond Pl P3) => re_ + "brien" ;--# notpresent + VP (Cond Sg P3) => re_ + "bria" ;--# notpresent + VP (Imp Pl P1) => re_ + "bem" ; + VP (Imp Pl P2) => re_ + "beu" ; + VP (Imp Sg P2) => re_ + "p" ; + VP (Imp Pl P3) => re_ + "bin" ; + VP (Imp Sg P3) => re_ + "bi" ; + VP (Pass Pl Fem) => re_ + "budes" ; + VP (Pass Sg Fem) => re_ + "buda" ; + VP (Pass Pl Masc) => re_ + "buts" ; + VP (Pass Sg Masc) => re_ + "but" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper recloure_93 : Str -> Verbum = \recloure -> +let recl_ = Predef.tk 4 recloure in +{s = table { + VI Infn => recl_ + "oure" ; + VI Ger => recl_ + "oent" ; + VP (Pres Ind Pl P1) => recl_ + "oem" ; + VP (Pres Ind Sg P1) => recl_ + "oc" ; + VP (Pres Ind Pl P2) => recl_ + "oeu" ; + VP (Pres Ind Sg P2) => recl_ + "ous" ; + VP (Pres Ind Pl P3) => recl_ + "ouen" ; + VP (Pres Ind Sg P3) => recl_ + "ou" ; + VP (Pres Subj Pl P1) => recl_ + "oguem" ; + VP (Pres Subj Sg P1) => recl_ + "ogui" ; + VP (Pres Subj Pl P2) => recl_ + "ogueu" ; + VP (Pres Subj Sg P2) => recl_ + "oguis" ; + VP (Pres Subj Pl P3) => recl_ + "oguin" ; + VP (Pres Subj Sg P3) => recl_ + "ogui" ; + VP (Impf Ind Pl P1) => recl_ + "oem" ;--# notpresent + VP (Impf Ind Sg P1) => recl_ + "oa" ;--# notpresent + VP (Impf Ind Pl P2) => recl_ + "oeu" ;--# notpresent + VP (Impf Ind Sg P2) => recl_ + "oes" ;--# notpresent + VP (Impf Ind Pl P3) => recl_ + "oen" ;--# notpresent + VP (Impf Ind Sg P3) => recl_ + "oa" ;--# notpresent + VP (Impf Subj Pl P1) => recl_ + "ogussim" ;--# notpresent + VP (Impf Subj Sg P1) => recl_ + "ogus" ;--# notpresent + VP (Impf Subj Pl P2) => recl_ + "ogussiu" ;--# notpresent + VP (Impf Subj Sg P2) => recl_ + "oguessis" ;--# notpresent + VP (Impf Subj Pl P3) => recl_ + "oguessin" ;--# notpresent + VP (Impf Subj Sg P3) => recl_ + "ogus" ;--# notpresent + VP (Fut Pl P1) => recl_ + "ourem" ;--# notpresent + VP (Fut Sg P1) => recl_ + "our" ;--# notpresent + VP (Fut Pl P2) => recl_ + "oureu" ;--# notpresent + VP (Fut Sg P2) => recl_ + "ours" ;--# notpresent + VP (Fut Pl P3) => recl_ + "ouran" ;--# notpresent + VP (Fut Sg P3) => recl_ + "our" ;--# notpresent + VP (Pret Pl P1) => recl_ + "ogussim" ;--# notpresent + VP (Pret Sg P1) => recl_ + "ogus" ;--# notpresent + VP (Pret Pl P2) => recl_ + "ogussiu" ;--# notpresent + VP (Pret Sg P2) => recl_ + "oguessis" ;--# notpresent + VP (Pret Pl P3) => recl_ + "oguessin" ;--# notpresent + VP (Pret Sg P3) => recl_ + "ogus" ;--# notpresent + VP (Cond Pl P1) => recl_ + "ourem" ;--# notpresent + VP (Cond Sg P1) => recl_ + "ouria" ;--# notpresent + VP (Cond Pl P2) => recl_ + "oureu" ;--# notpresent + VP (Cond Sg P2) => recl_ + "ouries" ;--# notpresent + VP (Cond Pl P3) => recl_ + "ourien" ;--# notpresent + VP (Cond Sg P3) => recl_ + "ouria" ;--# notpresent + VP (Imp Pl P1) => recl_ + "oguem" ; + VP (Imp Pl P2) => recl_ + "oeu" ; + VP (Imp Sg P2) => recl_ + "ou" ; + VP (Imp Pl P3) => recl_ + "oguin" ; + VP (Imp Sg P3) => recl_ + "ogui" ; + VP (Pass Pl Fem) => recl_ + "oses" ; + VP (Pass Sg Fem) => recl_ + "osa" ; + VP (Pass Pl Masc) => recl_ + "osos" ; + VI Part => recl_ + "s" ; + VP (Pass Sg Masc) => recl_ + "s" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper reduir_94 : Str -> Verbum = \reduir -> +let redu_ = Predef.tk 2 reduir in +{s = table { + VI Infn => redu_ + "ir" ; + VI Ger => redu_ + "int" ; + VI Part => redu_ + "t" ; + VP (Pres Ind Pl P1) => redu_ + "m" ; + VP (Pres Ind Sg P1) => redu_ + "eixo" ; + VP (Pres Ind Pl P2) => redu_ + "u" ; + VP (Pres Ind Sg P2) => redu_ + "eixes" ; + VP (Pres Ind Pl P3) => redu_ + "eixen" ; + VP (Pres Ind Sg P3) => redu_ + "eix" ; + VP (Pres Subj Pl P1) => redu_ + "m" ; + VP (Pres Subj Sg P1) => redu_ + "eixi" ; + VP (Pres Subj Pl P2) => redu_ + "u" ; + VP (Pres Subj Sg P2) => redu_ + "eixis" ; + VP (Pres Subj Pl P3) => redu_ + "eixin" ; + VP (Pres Subj Sg P3) => redu_ + "eixi" ; + VP (Impf Ind Pl P1) => redu_ + "em" ;--# notpresent + VP (Impf Ind Sg P1) => redu_ + "a" ;--# notpresent + VP (Impf Ind Pl P2) => redu_ + "eu" ;--# notpresent + VP (Impf Ind Sg P2) => redu_ + "es" ;--# notpresent + VP (Impf Ind Pl P3) => redu_ + "en" ;--# notpresent + VP (Impf Ind Sg P3) => redu_ + "a" ;--# notpresent + VP (Impf Subj Pl P1) => redu_ + "ssim" ;--# notpresent + VP (Impf Subj Sg P1) => redu_ + "s" ;--# notpresent + VP (Impf Subj Pl P2) => redu_ + "ssiu" ;--# notpresent + VP (Impf Subj Sg P2) => redu_ + "ssis" ;--# notpresent + VP (Impf Subj Pl P3) => redu_ + "ssin" ;--# notpresent + VP (Impf Subj Sg P3) => redu_ + "s" ;--# notpresent + VP (Fut Pl P1) => redu_ + "irem" ;--# notpresent + VP (Fut Sg P1) => redu_ + "ir" ;--# notpresent + VP (Fut Pl P2) => redu_ + "ireu" ;--# notpresent + VP (Fut Sg P2) => redu_ + "irs" ;--# notpresent + VP (Fut Pl P3) => redu_ + "iran" ;--# notpresent + VP (Fut Sg P3) => redu_ + "ir" ;--# notpresent + VP (Pret Pl P1) => redu_ + "ssim" ;--# notpresent + VP (Pret Sg P1) => redu_ + "s" ;--# notpresent + VP (Pret Pl P2) => redu_ + "ssiu" ;--# notpresent + VP (Pret Sg P2) => redu_ + "ssis" ;--# notpresent + VP (Pret Pl P3) => redu_ + "ssin" ;--# notpresent + VP (Pret Sg P3) => redu_ + "s" ;--# notpresent + VP (Cond Pl P1) => redu_ + "irem" ;--# notpresent + VP (Cond Sg P1) => redu_ + "iria" ;--# notpresent + VP (Cond Pl P2) => redu_ + "ireu" ;--# notpresent + VP (Cond Sg P2) => redu_ + "iries" ;--# notpresent + VP (Cond Pl P3) => redu_ + "irien" ;--# notpresent + VP (Cond Sg P3) => redu_ + "iria" ;--# notpresent + VP (Imp Pl P1) => redu_ + "m" ; + VP (Imp Pl P2) => redu_ + "u" ; + VP (Imp Sg P2) => redu_ + "eix" ; + VP (Imp Pl P3) => redu_ + "eixin" ; + VP (Imp Sg P3) => redu_ + "eixi" ; + VP (Pass Pl Fem) => redu_ + "des" ; + VP (Pass Sg Fem) => redu_ + "da" ; + VP (Pass Pl Masc) => redu_ + "ts" ; + VP (Pass Sg Masc) => redu_ + "t" ; +VP (Imp Sg P1) => variants {} +} +} ; +-- reeixir-- is not in the used source . + +oper riure_96 : Str -> Verbum = \riure -> +let r_ = Predef.tk 4 riure in +{s = table { + VI Infn => r_ + "iure" ; + VI Ger => r_ + "ient" ; + VI Part => r_ + "igut" ; + VP (Pres Ind Pl P1) => r_ + "iem" ; + VP (Pres Ind Sg P1) => r_ + "ic" ; + VP (Pres Ind Pl P2) => r_ + "ieu" ; + VP (Pres Ind Sg P2) => r_ + "ius" ; + VP (Pres Ind Pl P3) => r_ + "iuen" ; + VP (Pres Ind Sg P3) => r_ + "iu" ; + VP (Pres Subj Pl P1) => r_ + "iguem" ; + VP (Pres Subj Sg P1) => r_ + "igui" ; + VP (Pres Subj Pl P2) => r_ + "igueu" ; + VP (Pres Subj Sg P2) => r_ + "iguis" ; + VP (Pres Subj Pl P3) => r_ + "iguin" ; + VP (Pres Subj Sg P3) => r_ + "igui" ; + VP (Impf Ind Pl P1) => r_ + "iem" ;--# notpresent + VP (Impf Ind Sg P1) => r_ + "eia" ;--# notpresent + VP (Impf Ind Pl P2) => r_ + "ieu" ;--# notpresent + VP (Impf Ind Sg P2) => r_ + "eies" ;--# notpresent + VP (Impf Ind Pl P3) => r_ + "eien" ;--# notpresent + VP (Impf Ind Sg P3) => r_ + "eia" ;--# notpresent + VP (Impf Subj Pl P1) => r_ + "igussim" ;--# notpresent + VP (Impf Subj Sg P1) => r_ + "igus" ;--# notpresent + VP (Impf Subj Pl P2) => r_ + "igussiu" ;--# notpresent + VP (Impf Subj Sg P2) => r_ + "iguessis" ;--# notpresent + VP (Impf Subj Pl P3) => r_ + "iguessin" ;--# notpresent + VP (Impf Subj Sg P3) => r_ + "igus" ;--# notpresent + VP (Fut Pl P1) => r_ + "iurem" ;--# notpresent + VP (Fut Sg P1) => r_ + "iur" ;--# notpresent + VP (Fut Pl P2) => r_ + "iureu" ;--# notpresent + VP (Fut Sg P2) => r_ + "iurs" ;--# notpresent + VP (Fut Pl P3) => r_ + "iuran" ;--# notpresent + VP (Fut Sg P3) => r_ + "iur" ;--# notpresent + VP (Pret Pl P1) => r_ + "igussim" ;--# notpresent + VP (Pret Sg P1) => r_ + "igus" ;--# notpresent + VP (Pret Pl P2) => r_ + "igussiu" ;--# notpresent + VP (Pret Sg P2) => r_ + "iguessis" ;--# notpresent + VP (Pret Pl P3) => r_ + "iguessin" ;--# notpresent + VP (Pret Sg P3) => r_ + "igus" ;--# notpresent + VP (Cond Pl P1) => r_ + "iurem" ;--# notpresent + VP (Cond Sg P1) => r_ + "iuria" ;--# notpresent + VP (Cond Pl P2) => r_ + "iureu" ;--# notpresent + VP (Cond Sg P2) => r_ + "iuries" ;--# notpresent + VP (Cond Pl P3) => r_ + "iurien" ;--# notpresent + VP (Cond Sg P3) => r_ + "iuria" ;--# notpresent + VP (Imp Pl P1) => r_ + "iguem" ; + VP (Imp Pl P2) => r_ + "ieu" ; + VP (Imp Sg P2) => r_ + "iu" ; + VP (Imp Pl P3) => r_ + "iguin" ; + VP (Imp Sg P3) => r_ + "igui" ; + VP (Pass Pl Fem) => r_ + "igudes" ; + VP (Pass Sg Fem) => r_ + "iguda" ; + VP (Pass Pl Masc) => r_ + "iguts" ; + VP (Pass Sg Masc) => r_ + "igut" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper romandre_97 : Str -> Verbum = \romandre -> +let rom_ = Predef.tk 5 romandre in +{s = table { + VI Infn => rom_ + "andre" ; + VI Ger => rom_ + "anent" ; + VP (Pres Ind Pl P1) => rom_ + "anem" ; + VP (Pres Ind Sg P1) => rom_ + "anc" ; + VP (Pres Ind Pl P2) => rom_ + "aneu" ; + VP (Pres Ind Sg P2) => rom_ + "ans" ; + VP (Pres Ind Pl P3) => rom_ + "anen" ; + VP (Pres Ind Sg P3) => rom_ + "an" ; + VP (Pres Subj Pl P1) => rom_ + "anguem" ; + VP (Pres Subj Sg P1) => rom_ + "angui" ; + VP (Pres Subj Pl P2) => rom_ + "angueu" ; + VP (Pres Subj Sg P2) => rom_ + "anguis" ; + VP (Pres Subj Pl P3) => rom_ + "anguin" ; + VP (Pres Subj Sg P3) => rom_ + "angui" ; + VP (Impf Ind Pl P1) => rom_ + "anem" ;--# notpresent + VP (Impf Ind Sg P1) => rom_ + "ania" ;--# notpresent + VP (Impf Ind Pl P2) => rom_ + "aneu" ;--# notpresent + VP (Impf Ind Sg P2) => rom_ + "anies" ;--# notpresent + VP (Impf Ind Pl P3) => rom_ + "anien" ;--# notpresent + VP (Impf Ind Sg P3) => rom_ + "ania" ;--# notpresent + VP (Impf Subj Pl P1) => rom_ + "angussim" ;--# notpresent + VP (Impf Subj Sg P1) => rom_ + "angus" ;--# notpresent + VP (Impf Subj Pl P2) => rom_ + "angussiu" ;--# notpresent + VP (Impf Subj Sg P2) => rom_ + "anguessis" ;--# notpresent + VP (Impf Subj Pl P3) => rom_ + "anguessin" ;--# notpresent + VP (Impf Subj Sg P3) => rom_ + "angus" ;--# notpresent + VP (Fut Pl P1) => rom_ + "andrem" ;--# notpresent + VP (Fut Sg P1) => rom_ + "andr" ;--# notpresent + VP (Fut Pl P2) => rom_ + "andreu" ;--# notpresent + VP (Fut Sg P2) => rom_ + "andrs" ;--# notpresent + VP (Fut Pl P3) => rom_ + "andran" ;--# notpresent + VP (Fut Sg P3) => rom_ + "andr" ;--# notpresent + VP (Pret Pl P1) => rom_ + "angussim" ;--# notpresent + VP (Pret Sg P1) => rom_ + "angus" ;--# notpresent + VP (Pret Pl P2) => rom_ + "angussiu" ;--# notpresent + VP (Pret Sg P2) => rom_ + "anguessis" ;--# notpresent + VP (Pret Pl P3) => rom_ + "anguessin" ;--# notpresent + VP (Pret Sg P3) => rom_ + "angus" ;--# notpresent + VP (Cond Pl P1) => rom_ + "andrem" ;--# notpresent + VP (Cond Sg P1) => rom_ + "andria" ;--# notpresent + VP (Cond Pl P2) => rom_ + "andreu" ;--# notpresent + VP (Cond Sg P2) => rom_ + "andries" ;--# notpresent + VP (Cond Pl P3) => rom_ + "andrien" ;--# notpresent + VP (Cond Sg P3) => rom_ + "andria" ;--# notpresent + VP (Imp Pl P1) => rom_ + "anguem" ; + VP (Imp Pl P2) => rom_ + "aneu" ; + VP (Imp Sg P2) => rom_ + "an" ; + VP (Imp Pl P3) => rom_ + "anguin" ; + VP (Imp Sg P3) => rom_ + "angui" ; + VP (Pass Pl Fem) => rom_ + "ases" ; + VP (Pass Sg Fem) => rom_ + "asa" ; + VP (Pass Pl Masc) => rom_ + "asos" ; + VI Part => rom_ + "s" ; + VP (Pass Sg Masc) => rom_ + "s" ; +VP (Imp Sg P1) => variants {} +} +} ; +-- rompre-- is not in the used source . + +oper saber_99 : Str -> Verbum = \saber -> +let x_ = Predef.tk 5 saber in +{s = table { + VI Infn => x_ + "saber" ; + VI Ger => x_ + "sabent" ; + VI Part => x_ + "sabut" ; + VP (Pres Ind Pl P1) => x_ + "sabem" ; + VP (Pres Ind Sg P1) => x_ + "s" ; + VP (Pres Ind Pl P2) => x_ + "sabeu" ; + VP (Pres Ind Sg P2) => x_ + "saps" ; + VP (Pres Ind Pl P3) => x_ + "saben" ; + VP (Pres Ind Sg P3) => x_ + "sap" ; + VP (Pres Subj Pl P1) => x_ + "sapiguem" ; + VP (Pres Subj Sg P1) => x_ + "spiga" ; + VP (Pres Subj Pl P2) => x_ + "sapigueu" ; + VP (Pres Subj Sg P2) => x_ + "spigues" ; + VP (Pres Subj Pl P3) => x_ + "spiguen" ; + VP (Pres Subj Sg P3) => x_ + "spiga" ; + VP (Impf Ind Pl P1) => x_ + "sabem" ;--# notpresent + VP (Impf Ind Sg P1) => x_ + "sabia" ;--# notpresent + VP (Impf Ind Pl P2) => x_ + "sabeu" ;--# notpresent + VP (Impf Ind Sg P2) => x_ + "sabies" ;--# notpresent + VP (Impf Ind Pl P3) => x_ + "sabien" ;--# notpresent + VP (Impf Ind Sg P3) => x_ + "sabia" ;--# notpresent + VP (Impf Subj Pl P1) => x_ + "sabssim" ;--# notpresent + VP (Impf Subj Sg P1) => x_ + "sabs" ;--# notpresent + VP (Impf Subj Pl P2) => x_ + "sabssiu" ;--# notpresent + VP (Impf Subj Sg P2) => x_ + "sabessis" ;--# notpresent + VP (Impf Subj Pl P3) => x_ + "sabessin" ;--# notpresent + VP (Impf Subj Sg P3) => x_ + "sabs" ;--# notpresent + VP (Fut Pl P1) => x_ + "sabrem" ;--# notpresent + VP (Fut Sg P1) => x_ + "sabr" ;--# notpresent + VP (Fut Pl P2) => x_ + "sabreu" ;--# notpresent + VP (Fut Sg P2) => x_ + "sabrs" ;--# notpresent + VP (Fut Pl P3) => x_ + "sabran" ;--# notpresent + VP (Fut Sg P3) => x_ + "sabr" ;--# notpresent + VP (Pret Pl P1) => x_ + "sabssim" ;--# notpresent + VP (Pret Sg P1) => x_ + "sabs" ;--# notpresent + VP (Pret Pl P2) => x_ + "sabssiu" ;--# notpresent + VP (Pret Sg P2) => x_ + "sabessis" ;--# notpresent + VP (Pret Pl P3) => x_ + "sabessin" ;--# notpresent + VP (Pret Sg P3) => x_ + "sabs" ;--# notpresent + VP (Cond Pl P1) => x_ + "sabrem" ;--# notpresent + VP (Cond Sg P1) => x_ + "sabria" ;--# notpresent + VP (Cond Pl P2) => x_ + "sabreu" ;--# notpresent + VP (Cond Sg P2) => x_ + "sabries" ;--# notpresent + VP (Cond Pl P3) => x_ + "sabrien" ;--# notpresent + VP (Cond Sg P3) => x_ + "sabria" ;--# notpresent + VP (Imp Pl P1) => x_ + "sapiguem" ; + VP (Imp Pl P2) => x_ + "sapigueu" ; + VP (Imp Sg P2) => x_ + "spigues" ; + VP (Imp Pl P3) => x_ + "spiguen" ; + VP (Imp Sg P3) => x_ + "spiga" ; + VP (Pass Pl Fem) => x_ + "sabudes" ; + VP (Pass Sg Fem) => x_ + "sabuda" ; + VP (Pass Pl Masc) => x_ + "sabuts" ; + VP (Pass Sg Masc) => x_ + "sabut" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper sentir_100 : Str -> Verbum = \sentir -> +let sent_ = Predef.tk 2 sentir in +{s = table { + VI Infn => sent_ + "ir" ; + VI Ger => sent_ + "int" ; + VI Part => sent_ + "it" ; + VP (Pres Ind Pl P1) => sent_ + "im" ; + VP (Pres Ind Sg P1) => sent_ + "o" ; + VP (Pres Ind Pl P2) => sent_ + "iu" ; + VP (Pres Ind Sg P2) => sent_ + "s" ; + VP (Pres Ind Pl P3) => sent_ + "en" ; + VP (Pres Ind Sg P3) => sent_ + "" ; + VP (Pres Subj Pl P1) => sent_ + "im" ; + VP (Pres Subj Sg P1) => sent_ + "i" ; + VP (Pres Subj Pl P2) => sent_ + "iu" ; + VP (Pres Subj Sg P2) => sent_ + "is" ; + VP (Pres Subj Pl P3) => sent_ + "in" ; + VP (Pres Subj Sg P3) => sent_ + "i" ; + VP (Impf Ind Pl P1) => sent_ + "em" ;--# notpresent + VP (Impf Ind Sg P1) => sent_ + "ia" ;--# notpresent + VP (Impf Ind Pl P2) => sent_ + "eu" ;--# notpresent + VP (Impf Ind Sg P2) => sent_ + "ies" ;--# notpresent + VP (Impf Ind Pl P3) => sent_ + "ien" ;--# notpresent + VP (Impf Ind Sg P3) => sent_ + "ia" ;--# notpresent + VP (Impf Subj Pl P1) => sent_ + "ssim" ;--# notpresent + VP (Impf Subj Sg P1) => sent_ + "s" ;--# notpresent + VP (Impf Subj Pl P2) => sent_ + "ssiu" ;--# notpresent + VP (Impf Subj Sg P2) => sent_ + "issis" ;--# notpresent + VP (Impf Subj Pl P3) => sent_ + "issin" ;--# notpresent + VP (Impf Subj Sg P3) => sent_ + "s" ;--# notpresent + VP (Fut Pl P1) => sent_ + "irem" ;--# notpresent + VP (Fut Sg P1) => sent_ + "ir" ;--# notpresent + VP (Fut Pl P2) => sent_ + "ireu" ;--# notpresent + VP (Fut Sg P2) => sent_ + "irs" ;--# notpresent + VP (Fut Pl P3) => sent_ + "iran" ;--# notpresent + VP (Fut Sg P3) => sent_ + "ir" ;--# notpresent + VP (Pret Pl P1) => sent_ + "ssim" ;--# notpresent + VP (Pret Sg P1) => sent_ + "s" ;--# notpresent + VP (Pret Pl P2) => sent_ + "ssiu" ;--# notpresent + VP (Pret Sg P2) => sent_ + "issis" ;--# notpresent + VP (Pret Pl P3) => sent_ + "issin" ;--# notpresent + VP (Pret Sg P3) => sent_ + "s" ;--# notpresent + VP (Cond Pl P1) => sent_ + "irem" ;--# notpresent + VP (Cond Sg P1) => sent_ + "iria" ;--# notpresent + VP (Cond Pl P2) => sent_ + "ireu" ;--# notpresent + VP (Cond Sg P2) => sent_ + "iries" ;--# notpresent + VP (Cond Pl P3) => sent_ + "irien" ;--# notpresent + VP (Cond Sg P3) => sent_ + "iria" ;--# notpresent + VP (Imp Pl P1) => sent_ + "im" ; + VP (Imp Pl P2) => sent_ + "iu" ; + VP (Imp Sg P2) => sent_ + "" ; + VP (Imp Pl P3) => sent_ + "in" ; + VP (Imp Sg P3) => sent_ + "i" ; + VP (Pass Pl Fem) => sent_ + "ides" ; + VP (Pass Sg Fem) => sent_ + "ida" ; + VP (Pass Pl Masc) => sent_ + "its" ; + VP (Pass Sg Masc) => sent_ + "it" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper servir_101 : Str -> Verbum = \servir -> +let serv_ = Predef.tk 2 servir in +{s = table { + VI Infn => serv_ + "ir" ; + VI Ger => serv_ + "int" ; + VI Part => serv_ + "it" ; + VP (Pres Ind Pl P1) => serv_ + "im" ; + VP (Pres Ind Sg P1) => serv_ + "eixo" ; + VP (Pres Ind Pl P2) => serv_ + "iu" ; + VP (Pres Ind Sg P2) => serv_ + "eixes" ; + VP (Pres Ind Pl P3) => serv_ + "eixen" ; + VP (Pres Ind Sg P3) => serv_ + "eix" ; + VP (Pres Subj Pl P1) => serv_ + "im" ; + VP (Pres Subj Sg P1) => serv_ + "eixi" ; + VP (Pres Subj Pl P2) => serv_ + "iu" ; + VP (Pres Subj Sg P2) => serv_ + "eixis" ; + VP (Pres Subj Pl P3) => serv_ + "eixin" ; + VP (Pres Subj Sg P3) => serv_ + "eixi" ; + VP (Impf Ind Pl P1) => serv_ + "em" ;--# notpresent + VP (Impf Ind Sg P1) => serv_ + "ia" ;--# notpresent + VP (Impf Ind Pl P2) => serv_ + "eu" ;--# notpresent + VP (Impf Ind Sg P2) => serv_ + "ies" ;--# notpresent + VP (Impf Ind Pl P3) => serv_ + "ien" ;--# notpresent + VP (Impf Ind Sg P3) => serv_ + "ia" ;--# notpresent + VP (Impf Subj Pl P1) => serv_ + "ssim" ;--# notpresent + VP (Impf Subj Sg P1) => serv_ + "s" ;--# notpresent + VP (Impf Subj Pl P2) => serv_ + "ssiu" ;--# notpresent + VP (Impf Subj Sg P2) => serv_ + "issis" ;--# notpresent + VP (Impf Subj Pl P3) => serv_ + "issin" ;--# notpresent + VP (Impf Subj Sg P3) => serv_ + "s" ;--# notpresent + VP (Fut Pl P1) => serv_ + "irem" ;--# notpresent + VP (Fut Sg P1) => serv_ + "ir" ;--# notpresent + VP (Fut Pl P2) => serv_ + "ireu" ;--# notpresent + VP (Fut Sg P2) => serv_ + "irs" ;--# notpresent + VP (Fut Pl P3) => serv_ + "iran" ;--# notpresent + VP (Fut Sg P3) => serv_ + "ir" ;--# notpresent + VP (Pret Pl P1) => serv_ + "ssim" ;--# notpresent + VP (Pret Sg P1) => serv_ + "s" ;--# notpresent + VP (Pret Pl P2) => serv_ + "ssiu" ;--# notpresent + VP (Pret Sg P2) => serv_ + "issis" ;--# notpresent + VP (Pret Pl P3) => serv_ + "issin" ;--# notpresent + VP (Pret Sg P3) => serv_ + "s" ;--# notpresent + VP (Cond Pl P1) => serv_ + "irem" ;--# notpresent + VP (Cond Sg P1) => serv_ + "iria" ;--# notpresent + VP (Cond Pl P2) => serv_ + "ireu" ;--# notpresent + VP (Cond Sg P2) => serv_ + "iries" ;--# notpresent + VP (Cond Pl P3) => serv_ + "irien" ;--# notpresent + VP (Cond Sg P3) => serv_ + "iria" ;--# notpresent + VP (Imp Pl P1) => serv_ + "im" ; + VP (Imp Pl P2) => serv_ + "iu" ; + VP (Imp Sg P2) => serv_ + "eix" ; + VP (Imp Pl P3) => serv_ + "eixin" ; + VP (Imp Sg P3) => serv_ + "eixi" ; + VP (Pass Pl Fem) => serv_ + "ides" ; + VP (Pass Sg Fem) => serv_ + "ida" ; + VP (Pass Pl Masc) => serv_ + "its" ; + VP (Pass Sg Masc) => serv_ + "it" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper seure_102 : Str -> Verbum = \seure -> +let s_ = Predef.tk 4 seure in +{s = table { + VI Infn => s_ + "eure" ; + VI Ger => s_ + "eient" ; + VI Part => s_ + "egut" ; + VP (Pres Ind Pl P1) => s_ + "eiem" ; + VP (Pres Ind Sg P1) => s_ + "ec" ; + VP (Pres Ind Pl P2) => s_ + "eieu" ; + VP (Pres Ind Sg P2) => s_ + "eus" ; + VP (Pres Ind Pl P3) => s_ + "euen" ; + VP (Pres Ind Sg P3) => s_ + "eu" ; + VP (Pres Subj Pl P1) => s_ + "eguem" ; + VP (Pres Subj Sg P1) => s_ + "ega" ; + VP (Pres Subj Sg P1) => s_ + "egui" ; + VP (Pres Subj Pl P2) => s_ + "egueu" ; + VP (Pres Subj Sg P2) => s_ + "egues" ; + VP (Pres Subj Sg P2) => s_ + "eguis" ; + VP (Pres Subj Pl P3) => s_ + "eguen" ; + VP (Pres Subj Pl P3) => s_ + "eguin" ; + VP (Pres Subj Sg P3) => s_ + "ega" ; + VP (Pres Subj Sg P3) => s_ + "egui" ; + VP (Impf Ind Sg P1) => s_ + "eia" ;--# notpresent + VP (Impf Ind Sg P2) => s_ + "eies" ;--# notpresent + VP (Impf Ind Pl P3) => s_ + "eien" ;--# notpresent + VP (Impf Ind Sg P3) => s_ + "eia" ;--# notpresent + VP (Impf Subj Pl P1) => s_ + "egurem" ;--# notpresent + VP (Impf Subj Pl P1) => s_ + "egussim" ;--# notpresent + VP (Impf Subj Sg P1) => s_ + "eguera" ;--# notpresent + VP (Impf Subj Sg P1) => s_ + "egus" ;--# notpresent + VP (Impf Subj Pl P2) => s_ + "egureu" ;--# notpresent + VP (Impf Subj Pl P2) => s_ + "egussiu" ;--# notpresent + VP (Impf Subj Sg P2) => s_ + "egueres" ;--# notpresent + VP (Impf Subj Sg P2) => s_ + "eguessis" ;--# notpresent + VP (Impf Subj Pl P3) => s_ + "egueren" ;--# notpresent + VP (Impf Subj Pl P3) => s_ + "eguessin" ;--# notpresent + VP (Impf Subj Sg P3) => s_ + "eguera" ;--# notpresent + VP (Impf Subj Sg P3) => s_ + "egus" ;--# notpresent + VP (Pret Pl P1) => s_ + "egurem" ;--# notpresent + VP (Pret Sg P1) => s_ + "egu" ;--# notpresent + VP (Pret Pl P2) => s_ + "egureu" ;--# notpresent + VP (Pret Sg P2) => s_ + "egueres" ;--# notpresent + VP (Pret Pl P3) => s_ + "egueren" ;--# notpresent + VP (Pret Sg P3) => s_ + "egu" ;--# notpresent + VP (Fut Pl P1) => s_ + "eurem" ;--# notpresent + VP (Fut Sg P1) => s_ + "eur" ;--# notpresent + VP (Fut Pl P2) => s_ + "eureu" ;--# notpresent + VP (Fut Sg P2) => s_ + "eurs" ;--# notpresent + VP (Fut Pl P3) => s_ + "euran" ;--# notpresent + VP (Fut Sg P3) => s_ + "eur" ;--# notpresent + VP (Cond Pl P1) => s_ + "eurem" ;--# notpresent + VP (Cond Sg P1) => s_ + "euria" ;--# notpresent + VP (Cond Pl P2) => s_ + "eureu" ;--# notpresent + VP (Cond Sg P2) => s_ + "euries" ;--# notpresent + VP (Cond Pl P3) => s_ + "eurien" ;--# notpresent + VP (Cond Sg P3) => s_ + "euria" ;--# notpresent + VP (Imp Pl P1) => s_ + "eguem" ; + VP (Imp Pl P2) => s_ + "eieu" ; + VP (Imp Sg P2) => s_ + "eu" ; + VP (Imp Pl P3) => s_ + "eguen" ; + VP (Imp Pl P3) => s_ + "eguin" ; + VP (Imp Sg P3) => s_ + "ega" ; + VP (Imp Sg P3) => s_ + "egui" ; + VP (Pass Pl Fem) => s_ + "egudes" ; + VP (Pass Sg Fem) => s_ + "eguda" ; + VP (Pass Pl Masc) => s_ + "eguts" ; + VP (Pass Sg Masc) => s_ + "egut" ; + VP (Impf Ind Pl P1) => s_ + "iem" ;--# notpresent + VP (Impf Ind Pl P2) => s_ + "ieu" ;--# notpresent + VP (Impf Ind Pl P1) => s_ + "iem" ;--# notpresent + VP (Impf Ind Pl P2) => s_ + "ieu" ;--# notpresent +VP (Imp Sg P1) => variants {} +} +} ; + +oper sofrir_103 : Str -> Verbum = \sofrir -> +let sof_ = Predef.tk 3 sofrir in +{s = table { + VI Infn => sof_ + "rir" ; + VI Ger => sof_ + "rint" ; + VI Part => sof_ + "ert" ; + VP (Pres Ind Pl P1) => sof_ + "rim" ; + VP (Pres Ind Sg P1) => sof_ + "reixo" ; + VP (Pres Ind Pl P2) => sof_ + "riu" ; + VP (Pres Ind Sg P2) => sof_ + "reixes" ; + VP (Pres Ind Pl P3) => sof_ + "reixen" ; + VP (Pres Ind Sg P3) => sof_ + "reix" ; + VP (Pres Subj Pl P1) => sof_ + "rim" ; + VP (Pres Subj Sg P1) => sof_ + "reixi" ; + VP (Pres Subj Pl P2) => sof_ + "riu" ; + VP (Pres Subj Sg P2) => sof_ + "reixis" ; + VP (Pres Subj Pl P3) => sof_ + "reixin" ; + VP (Pres Subj Sg P3) => sof_ + "reixi" ; + VP (Impf Ind Pl P1) => sof_ + "rem" ;--# notpresent + VP (Impf Ind Sg P1) => sof_ + "ria" ;--# notpresent + VP (Impf Ind Pl P2) => sof_ + "reu" ;--# notpresent + VP (Impf Ind Sg P2) => sof_ + "ries" ;--# notpresent + VP (Impf Ind Pl P3) => sof_ + "rien" ;--# notpresent + VP (Impf Ind Sg P3) => sof_ + "ria" ;--# notpresent + VP (Impf Subj Pl P1) => sof_ + "rssim" ;--# notpresent + VP (Impf Subj Sg P1) => sof_ + "rs" ;--# notpresent + VP (Impf Subj Pl P2) => sof_ + "rssiu" ;--# notpresent + VP (Impf Subj Sg P2) => sof_ + "rissis" ;--# notpresent + VP (Impf Subj Pl P3) => sof_ + "rissin" ;--# notpresent + VP (Impf Subj Sg P3) => sof_ + "rs" ;--# notpresent + VP (Fut Pl P1) => sof_ + "rirem" ;--# notpresent + VP (Fut Sg P1) => sof_ + "rir" ;--# notpresent + VP (Fut Pl P2) => sof_ + "rireu" ;--# notpresent + VP (Fut Sg P2) => sof_ + "rirs" ;--# notpresent + VP (Fut Pl P3) => sof_ + "riran" ;--# notpresent + VP (Fut Sg P3) => sof_ + "rir" ;--# notpresent + VP (Pret Pl P1) => sof_ + "rssim" ;--# notpresent + VP (Pret Sg P1) => sof_ + "rs" ;--# notpresent + VP (Pret Pl P2) => sof_ + "rssiu" ;--# notpresent + VP (Pret Sg P2) => sof_ + "rissis" ;--# notpresent + VP (Pret Pl P3) => sof_ + "rissin" ;--# notpresent + VP (Pret Sg P3) => sof_ + "rs" ;--# notpresent + VP (Cond Pl P1) => sof_ + "rirem" ;--# notpresent + VP (Cond Sg P1) => sof_ + "riria" ;--# notpresent + VP (Cond Pl P2) => sof_ + "rireu" ;--# notpresent + VP (Cond Sg P2) => sof_ + "riries" ;--# notpresent + VP (Cond Pl P3) => sof_ + "ririen" ;--# notpresent + VP (Cond Sg P3) => sof_ + "riria" ;--# notpresent + VP (Imp Pl P1) => sof_ + "rim" ; + VP (Imp Pl P2) => sof_ + "riu" ; + VP (Imp Sg P2) => sof_ + "reix" ; + VP (Imp Pl P3) => sof_ + "reixin" ; + VP (Imp Sg P3) => sof_ + "reixi" ; + VP (Pass Pl Fem) => sof_ + "ertes" ; + VP (Pass Sg Fem) => sof_ + "erta" ; + VP (Pass Pl Masc) => sof_ + "erts" ; + VP (Pass Sg Masc) => sof_ + "ert" ; +VP (Imp Sg P1) => variants {} +} +} ; +-- soler-- is not in the used source . + +oper sortir_105 : Str -> Verbum = \sortir -> +let s_ = Predef.tk 5 sortir in +{s = table { + VI Infn => s_ + "ortir" ; + VI Ger => s_ + "ortint" ; + VI Part => s_ + "ortit" ; + VP (Pres Ind Pl P1) => s_ + "ortim" ; + VP (Pres Ind Sg P1) => s_ + "urto" ; + VP (Pres Ind Pl P2) => s_ + "ortiu" ; + VP (Pres Ind Sg P2) => s_ + "urts" ; + VP (Pres Ind Pl P3) => s_ + "urten" ; + VP (Pres Ind Sg P3) => s_ + "urt" ; + VP (Pres Subj Pl P1) => s_ + "ortim" ; + VP (Pres Subj Sg P1) => s_ + "urti" ; + VP (Pres Subj Pl P2) => s_ + "ortiu" ; + VP (Pres Subj Sg P2) => s_ + "urtis" ; + VP (Pres Subj Pl P3) => s_ + "urtin" ; + VP (Pres Subj Sg P3) => s_ + "urti" ; + VP (Impf Ind Pl P1) => s_ + "ortem" ;--# notpresent + VP (Impf Ind Sg P1) => s_ + "ortia" ;--# notpresent + VP (Impf Ind Pl P2) => s_ + "orteu" ;--# notpresent + VP (Impf Ind Sg P2) => s_ + "orties" ;--# notpresent + VP (Impf Ind Pl P3) => s_ + "ortien" ;--# notpresent + VP (Impf Ind Sg P3) => s_ + "ortia" ;--# notpresent + VP (Impf Subj Pl P1) => s_ + "ortssim" ;--# notpresent + VP (Impf Subj Sg P1) => s_ + "orts" ;--# notpresent + VP (Impf Subj Pl P2) => s_ + "ortssiu" ;--# notpresent + VP (Impf Subj Sg P2) => s_ + "ortissis" ;--# notpresent + VP (Impf Subj Pl P3) => s_ + "ortissin" ;--# notpresent + VP (Impf Subj Sg P3) => s_ + "orts" ;--# notpresent + VP (Fut Pl P1) => s_ + "ortirem" ;--# notpresent + VP (Fut Sg P1) => s_ + "ortir" ;--# notpresent + VP (Fut Pl P2) => s_ + "ortireu" ;--# notpresent + VP (Fut Sg P2) => s_ + "ortirs" ;--# notpresent + VP (Fut Pl P3) => s_ + "ortiran" ;--# notpresent + VP (Fut Sg P3) => s_ + "ortir" ;--# notpresent + VP (Pret Pl P1) => s_ + "ortssim" ;--# notpresent + VP (Pret Sg P1) => s_ + "orts" ;--# notpresent + VP (Pret Pl P2) => s_ + "ortssiu" ;--# notpresent + VP (Pret Sg P2) => s_ + "ortissis" ;--# notpresent + VP (Pret Pl P3) => s_ + "ortissin" ;--# notpresent + VP (Pret Sg P3) => s_ + "orts" ;--# notpresent + VP (Cond Pl P1) => s_ + "ortirem" ;--# notpresent + VP (Cond Sg P1) => s_ + "ortiria" ;--# notpresent + VP (Cond Pl P2) => s_ + "ortireu" ;--# notpresent + VP (Cond Sg P2) => s_ + "ortiries" ;--# notpresent + VP (Cond Pl P3) => s_ + "ortirien" ;--# notpresent + VP (Cond Sg P3) => s_ + "ortiria" ;--# notpresent + VP (Imp Pl P1) => s_ + "ortim" ; + VP (Imp Pl P2) => s_ + "ortiu" ; + VP (Imp Sg P2) => s_ + "urt" ; + VP (Imp Pl P3) => s_ + "urtin" ; + VP (Imp Sg P3) => s_ + "urti" ; + VP (Pass Pl Fem) => s_ + "ortides" ; + VP (Pass Sg Fem) => s_ + "ortida" ; + VP (Pass Pl Masc) => s_ + "ortits" ; + VP (Pass Sg Masc) => s_ + "ortit" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper suplir_106 : Str -> Verbum = \suplir -> +let supl_ = Predef.tk 2 suplir in +{s = table { + VI Infn => supl_ + "ir" ; + VI Ger => supl_ + "int" ; + VI Part => supl_ + "ert" ; + VP (Pres Ind Pl P1) => supl_ + "im" ; + VP (Pres Ind Sg P1) => supl_ + "eixo" ; + VP (Pres Ind Pl P2) => supl_ + "iu" ; + VP (Pres Ind Sg P2) => supl_ + "eixes" ; + VP (Pres Ind Pl P3) => supl_ + "eixen" ; + VP (Pres Ind Sg P3) => supl_ + "eix" ; + VP (Pres Subj Pl P1) => supl_ + "im" ; + VP (Pres Subj Sg P1) => supl_ + "eixi" ; + VP (Pres Subj Pl P2) => supl_ + "iu" ; + VP (Pres Subj Sg P2) => supl_ + "eixis" ; + VP (Pres Subj Pl P3) => supl_ + "eixin" ; + VP (Pres Subj Sg P3) => supl_ + "eixi" ; + VP (Impf Ind Pl P1) => supl_ + "em" ;--# notpresent + VP (Impf Ind Sg P1) => supl_ + "ia" ;--# notpresent + VP (Impf Ind Pl P2) => supl_ + "eu" ;--# notpresent + VP (Impf Ind Sg P2) => supl_ + "ies" ;--# notpresent + VP (Impf Ind Pl P3) => supl_ + "ien" ;--# notpresent + VP (Impf Ind Sg P3) => supl_ + "ia" ;--# notpresent + VP (Impf Subj Pl P1) => supl_ + "ssim" ;--# notpresent + VP (Impf Subj Sg P1) => supl_ + "s" ;--# notpresent + VP (Impf Subj Pl P2) => supl_ + "ssiu" ;--# notpresent + VP (Impf Subj Sg P2) => supl_ + "issis" ;--# notpresent + VP (Impf Subj Pl P3) => supl_ + "issin" ;--# notpresent + VP (Impf Subj Sg P3) => supl_ + "s" ;--# notpresent + VP (Fut Pl P1) => supl_ + "irem" ;--# notpresent + VP (Fut Sg P1) => supl_ + "ir" ;--# notpresent + VP (Fut Pl P2) => supl_ + "ireu" ;--# notpresent + VP (Fut Sg P2) => supl_ + "irs" ;--# notpresent + VP (Fut Pl P3) => supl_ + "iran" ;--# notpresent + VP (Fut Sg P3) => supl_ + "ir" ;--# notpresent + VP (Pret Pl P1) => supl_ + "ssim" ;--# notpresent + VP (Pret Sg P1) => supl_ + "s" ;--# notpresent + VP (Pret Pl P2) => supl_ + "ssiu" ;--# notpresent + VP (Pret Sg P2) => supl_ + "issis" ;--# notpresent + VP (Pret Pl P3) => supl_ + "issin" ;--# notpresent + VP (Pret Sg P3) => supl_ + "s" ;--# notpresent + VP (Cond Pl P1) => supl_ + "irem" ;--# notpresent + VP (Cond Sg P1) => supl_ + "iria" ;--# notpresent + VP (Cond Pl P2) => supl_ + "ireu" ;--# notpresent + VP (Cond Sg P2) => supl_ + "iries" ;--# notpresent + VP (Cond Pl P3) => supl_ + "irien" ;--# notpresent + VP (Cond Sg P3) => supl_ + "iria" ;--# notpresent + VP (Imp Pl P1) => supl_ + "im" ; + VP (Imp Pl P2) => supl_ + "iu" ; + VP (Imp Sg P2) => supl_ + "eix" ; + VP (Imp Pl P3) => supl_ + "eixin" ; + VP (Imp Sg P3) => supl_ + "eixi" ; + VP (Pass Pl Fem) => supl_ + "ertes" ; + VP (Pass Sg Fem) => supl_ + "erta" ; + VP (Pass Pl Masc) => supl_ + "erts" ; + VP (Pass Sg Masc) => supl_ + "ert" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper tmer_107 : Str -> Verbum = \tmer -> +let t_ = Predef.tk 4 tmer in +{s = table { + VI Ger => t_ + "ement" ; + VI Part => t_ + "emut" ; + VP (Pres Ind Pl P1) => t_ + "emem" ; + VP (Pres Ind Sg P1) => t_ + "emo" ; + VP (Pres Ind Pl P2) => t_ + "emeu" ; + VP (Pres Ind Sg P2) => t_ + "ems" ; + VP (Pres Ind Pl P3) => t_ + "emen" ; + VP (Pres Ind Sg P3) => t_ + "em" ; + VP (Pres Subj Pl P1) => t_ + "emem" ; + VP (Pres Subj Sg P1) => t_ + "emi" ; + VP (Pres Subj Pl P2) => t_ + "emeu" ; + VP (Pres Subj Sg P2) => t_ + "emis" ; + VP (Pres Subj Pl P3) => t_ + "emin" ; + VP (Pres Subj Sg P3) => t_ + "emi" ; + VP (Impf Ind Pl P1) => t_ + "emem" ;--# notpresent + VP (Impf Ind Sg P1) => t_ + "emia" ;--# notpresent + VP (Impf Ind Pl P2) => t_ + "emeu" ;--# notpresent + VP (Impf Ind Sg P2) => t_ + "emies" ;--# notpresent + VP (Impf Ind Pl P3) => t_ + "emien" ;--# notpresent + VP (Impf Ind Sg P3) => t_ + "emia" ;--# notpresent + VP (Impf Subj Pl P1) => t_ + "emssim" ;--# notpresent + VP (Impf Subj Sg P1) => t_ + "ems" ;--# notpresent + VP (Impf Subj Pl P2) => t_ + "emssiu" ;--# notpresent + VP (Impf Subj Sg P2) => t_ + "emessis" ;--# notpresent + VP (Impf Subj Pl P3) => t_ + "emessin" ;--# notpresent + VP (Impf Subj Sg P3) => t_ + "ems" ;--# notpresent + VP (Fut Pl P1) => t_ + "emerem" ;--# notpresent + VP (Fut Sg P1) => t_ + "emer" ;--# notpresent + VP (Fut Pl P2) => t_ + "emereu" ;--# notpresent + VP (Fut Sg P2) => t_ + "emers" ;--# notpresent + VP (Fut Pl P3) => t_ + "emeran" ;--# notpresent + VP (Fut Sg P3) => t_ + "emer" ;--# notpresent + VP (Pret Pl P1) => t_ + "emssim" ;--# notpresent + VP (Pret Sg P1) => t_ + "ems" ;--# notpresent + VP (Pret Pl P2) => t_ + "emssiu" ;--# notpresent + VP (Pret Sg P2) => t_ + "emessis" ;--# notpresent + VP (Pret Pl P3) => t_ + "emessin" ;--# notpresent + VP (Pret Sg P3) => t_ + "ems" ;--# notpresent + VP (Cond Pl P1) => t_ + "emerem" ;--# notpresent + VP (Cond Sg P1) => t_ + "emeria" ;--# notpresent + VP (Cond Pl P2) => t_ + "emereu" ;--# notpresent + VP (Cond Sg P2) => t_ + "emeries" ;--# notpresent + VP (Cond Pl P3) => t_ + "emerien" ;--# notpresent + VP (Cond Sg P3) => t_ + "emeria" ;--# notpresent + VP (Imp Pl P1) => t_ + "emem" ; + VP (Imp Pl P2) => t_ + "emeu" ; + VP (Imp Sg P2) => t_ + "em" ; + VP (Imp Pl P3) => t_ + "emin" ; + VP (Imp Sg P3) => t_ + "emi" ; + VP (Pass Pl Fem) => t_ + "emudes" ; + VP (Pass Sg Fem) => t_ + "emuda" ; + VP (Pass Pl Masc) => t_ + "emuts" ; + VP (Pass Sg Masc) => t_ + "emut" ; + VI Infn => t_ + "mer" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper tenir_108 : Str -> Verbum = \tenir -> +let x_ = Predef.tk 5 tenir in +{s = table { + VI Infn => x_ + "tenir" ; + VI Ger => x_ + "tenint" ; + VI Part => x_ + "tingut" ; + VP (Pres Ind Pl P1) => x_ + "tenim" ; + VP (Pres Ind Sg P1) => x_ + "tinc" ; + VP (Pres Ind Pl P2) => x_ + "teniu" ; + VP (Pres Ind Sg P2) => x_ + "tens" ; + VP (Pres Ind Pl P3) => x_ + "tenen" ; + VP (Pres Ind Sg P3) => x_ + "t" ; + VP (Pres Subj Pl P1) => x_ + "tinguem" ; + VP (Pres Subj Sg P1) => x_ + "tingui" ; + VP (Pres Subj Pl P2) => x_ + "tingueu" ; + VP (Pres Subj Sg P2) => x_ + "tinguis" ; + VP (Pres Subj Pl P3) => x_ + "tinguin" ; + VP (Pres Subj Sg P3) => x_ + "tingui" ; + VP (Impf Ind Pl P1) => x_ + "tenem" ;--# notpresent + VP (Impf Ind Sg P1) => x_ + "tenia" ;--# notpresent + VP (Impf Ind Pl P2) => x_ + "teneu" ;--# notpresent + VP (Impf Ind Sg P2) => x_ + "tenies" ;--# notpresent + VP (Impf Ind Pl P3) => x_ + "tenien" ;--# notpresent + VP (Impf Ind Sg P3) => x_ + "tenia" ;--# notpresent + VP (Impf Subj Pl P1) => x_ + "tingussim" ;--# notpresent + VP (Impf Subj Sg P1) => x_ + "tingus" ;--# notpresent + VP (Impf Subj Pl P2) => x_ + "tingussiu" ;--# notpresent + VP (Impf Subj Sg P2) => x_ + "tinguessis" ;--# notpresent + VP (Impf Subj Pl P3) => x_ + "tinguessin" ;--# notpresent + VP (Impf Subj Sg P3) => x_ + "tingus" ;--# notpresent + VP (Fut Pl P1) => x_ + "tindrem" ;--# notpresent + VP (Fut Sg P1) => x_ + "tindr" ;--# notpresent + VP (Fut Pl P2) => x_ + "tindreu" ;--# notpresent + VP (Fut Sg P2) => x_ + "tindrs" ;--# notpresent + VP (Fut Pl P3) => x_ + "tindran" ;--# notpresent + VP (Fut Sg P3) => x_ + "tindr" ;--# notpresent + VP (Pret Pl P1) => x_ + "tingussim" ;--# notpresent + VP (Pret Sg P1) => x_ + "tingus" ;--# notpresent + VP (Pret Pl P2) => x_ + "tingussiu" ;--# notpresent + VP (Pret Sg P2) => x_ + "tinguessis" ;--# notpresent + VP (Pret Pl P3) => x_ + "tinguessin" ;--# notpresent + VP (Pret Sg P3) => x_ + "tingus" ;--# notpresent + VP (Cond Pl P1) => x_ + "tindrem" ;--# notpresent + VP (Cond Sg P1) => x_ + "tindria" ;--# notpresent + VP (Cond Pl P2) => x_ + "tindreu" ;--# notpresent + VP (Cond Sg P2) => x_ + "tindries" ;--# notpresent + VP (Cond Pl P3) => x_ + "tindrien" ;--# notpresent + VP (Cond Sg P3) => x_ + "tindria" ;--# notpresent + VP (Imp Pl P1) => x_ + "tinguem" ; + VP (Imp Pl P2) => x_ + "tingueu" ; + VP (Imp Sg P2) => x_ + "tingues" ; + VP (Imp Pl P3) => x_ + "tinguin" ; + VP (Imp Sg P3) => x_ + "tingui" ; + VP (Pass Pl Fem) => x_ + "tingudes" ; + VP (Pass Sg Fem) => x_ + "tinguda" ; + VP (Pass Pl Masc) => x_ + "tinguts" ; + VP (Pass Sg Masc) => x_ + "tingut" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper torar_109 : Str -> Verbum = \torar -> +let tor_ = Predef.tk 3 torar in +{s = table { + VI Infn => tor_ + "ar" ; + VI Ger => tor_ + "ant" ; + VI Part => tor_ + "at" ; + VP (Pres Ind Pl P1) => tor_ + "cem" ; + VP (Pres Ind Sg P1) => tor_ + "o" ; + VP (Pres Ind Pl P2) => tor_ + "ceu" ; + VP (Pres Ind Sg P2) => tor_ + "ces" ; + VP (Pres Ind Pl P3) => tor_ + "cen" ; + VP (Pres Ind Sg P3) => tor_ + "a" ; + VP (Pres Subj Pl P1) => tor_ + "cem" ; + VP (Pres Subj Sg P1) => tor_ + "ci" ; + VP (Pres Subj Pl P2) => tor_ + "ceu" ; + VP (Pres Subj Sg P2) => tor_ + "cis" ; + VP (Pres Subj Pl P3) => tor_ + "cin" ; + VP (Pres Subj Sg P3) => tor_ + "ci" ; + VP (Impf Ind Pl P1) => tor_ + "vem" ;--# notpresent + VP (Impf Ind Sg P1) => tor_ + "ava" ;--# notpresent + VP (Impf Ind Pl P2) => tor_ + "veu" ;--# notpresent + VP (Impf Ind Sg P2) => tor_ + "aves" ;--# notpresent + VP (Impf Ind Pl P3) => tor_ + "aven" ;--# notpresent + VP (Impf Ind Sg P3) => tor_ + "ava" ;--# notpresent + VP (Impf Subj Pl P1) => tor_ + "cssim" ;--# notpresent + VP (Impf Subj Sg P1) => tor_ + "cs" ;--# notpresent + VP (Impf Subj Pl P2) => tor_ + "cssiu" ;--# notpresent + VP (Impf Subj Sg P2) => tor_ + "cessis" ;--# notpresent + VP (Impf Subj Pl P3) => tor_ + "cessin" ;--# notpresent + VP (Impf Subj Sg P3) => tor_ + "cs" ;--# notpresent + VP (Fut Pl P1) => tor_ + "arem" ;--# notpresent + VP (Fut Sg P1) => tor_ + "ar" ;--# notpresent + VP (Fut Pl P2) => tor_ + "areu" ;--# notpresent + VP (Fut Sg P2) => tor_ + "ars" ;--# notpresent + VP (Fut Pl P3) => tor_ + "aran" ;--# notpresent + VP (Fut Sg P3) => tor_ + "ar" ;--# notpresent + VP (Pret Pl P1) => tor_ + "cssim" ;--# notpresent + VP (Pret Sg P1) => tor_ + "cs" ;--# notpresent + VP (Pret Pl P2) => tor_ + "cssiu" ;--# notpresent + VP (Pret Sg P2) => tor_ + "cessis" ;--# notpresent + VP (Pret Pl P3) => tor_ + "cessin" ;--# notpresent + VP (Pret Sg P3) => tor_ + "cs" ;--# notpresent + VP (Cond Pl P1) => tor_ + "arem" ;--# notpresent + VP (Cond Sg P1) => tor_ + "aria" ;--# notpresent + VP (Cond Pl P2) => tor_ + "areu" ;--# notpresent + VP (Cond Sg P2) => tor_ + "aries" ;--# notpresent + VP (Cond Pl P3) => tor_ + "arien" ;--# notpresent + VP (Cond Sg P3) => tor_ + "aria" ;--# notpresent + VP (Imp Pl P1) => tor_ + "cem" ; + VP (Imp Pl P2) => tor_ + "ceu" ; + VP (Imp Sg P2) => tor_ + "a" ; + VP (Imp Pl P3) => tor_ + "cin" ; + VP (Imp Sg P3) => tor_ + "ci" ; + VP (Pass Pl Fem) => tor_ + "ades" ; + VP (Pass Sg Fem) => tor_ + "ada" ; + VP (Pass Pl Masc) => tor_ + "ats" ; + VP (Pass Sg Masc) => tor_ + "at" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper trcer_110 : Str -> Verbum = \trcer -> +let t_ = Predef.tk 5 trcer in +{s = table { + VI Ger => t_ + "orcent" ; + VI Part => t_ + "ort" ; + VI Part => t_ + "orut" ; + VP (Pres Ind Pl P1) => t_ + "orcem" ; + VP (Pres Ind Pl P2) => t_ + "orceu" ; + VP (Pres Ind Sg P2) => t_ + "orces" ; + VP (Pres Ind Pl P3) => t_ + "orcen" ; + VP (Pres Ind Sg P3) => t_ + "or" ; + VP (Pres Subj Pl P1) => t_ + "orcem" ; + VP (Pres Subj Sg P1) => t_ + "ora" ; + VP (Pres Subj Pl P2) => t_ + "orceu" ; + VP (Pres Subj Sg P2) => t_ + "orces" ; + VP (Pres Subj Pl P3) => t_ + "orcen" ; + VP (Pres Subj Sg P3) => t_ + "ora" ; + VP (Impf Ind Pl P1) => t_ + "orcem" ;--# notpresent + VP (Impf Ind Sg P1) => t_ + "orcia" ;--# notpresent + VP (Impf Ind Pl P2) => t_ + "orceu" ;--# notpresent + VP (Impf Ind Sg P2) => t_ + "orcies" ;--# notpresent + VP (Impf Ind Pl P3) => t_ + "orcien" ;--# notpresent + VP (Impf Ind Sg P3) => t_ + "orcia" ;--# notpresent + VP (Impf Subj Pl P1) => t_ + "orcrem" ;--# notpresent + VP (Impf Subj Pl P1) => t_ + "orcssim" ;--# notpresent + VP (Impf Subj Sg P1) => t_ + "orcera" ;--# notpresent + VP (Impf Subj Sg P1) => t_ + "orcs" ;--# notpresent + VP (Impf Subj Pl P2) => t_ + "orcreu" ;--# notpresent + VP (Impf Subj Pl P2) => t_ + "orcssiu" ;--# notpresent + VP (Impf Subj Sg P2) => t_ + "orceres" ;--# notpresent + VP (Impf Subj Sg P2) => t_ + "orcessis" ;--# notpresent + VP (Impf Subj Pl P3) => t_ + "orceren" ;--# notpresent + VP (Impf Subj Pl P3) => t_ + "orcessin" ;--# notpresent + VP (Impf Subj Sg P3) => t_ + "orcera" ;--# notpresent + VP (Impf Subj Sg P3) => t_ + "orcs" ;--# notpresent + VP (Pret Pl P1) => t_ + "orcrem" ;--# notpresent + VP (Pret Sg P1) => t_ + "orc" ;--# notpresent + VP (Pret Pl P2) => t_ + "orcreu" ;--# notpresent + VP (Pret Sg P2) => t_ + "orceres" ;--# notpresent + VP (Pret Pl P3) => t_ + "orceren" ;--# notpresent + VP (Pret Sg P3) => t_ + "orc" ;--# notpresent + VP (Fut Pl P1) => t_ + "orcerem" ;--# notpresent + VP (Fut Sg P1) => t_ + "orcer" ;--# notpresent + VP (Fut Pl P2) => t_ + "orcereu" ;--# notpresent + VP (Fut Sg P2) => t_ + "orcers" ;--# notpresent + VP (Fut Pl P3) => t_ + "orceran" ;--# notpresent + VP (Fut Sg P3) => t_ + "orcer" ;--# notpresent + VP (Cond Pl P1) => t_ + "orcerem" ;--# notpresent + VP (Cond Sg P1) => t_ + "orceria" ;--# notpresent + VP (Cond Pl P2) => t_ + "orcereu" ;--# notpresent + VP (Cond Sg P2) => t_ + "orceries" ;--# notpresent + VP (Cond Pl P3) => t_ + "orcerien" ;--# notpresent + VP (Cond Sg P3) => t_ + "orceria" ;--# notpresent + VP (Imp Pl P1) => t_ + "orcem" ; + VP (Imp Pl P2) => t_ + "orceu" ; + VP (Imp Sg P2) => t_ + "or" ; + VP (Imp Pl P3) => t_ + "orcen" ; + VP (Imp Pl P3) => t_ + "orcin" ; + VP (Imp Sg P3) => t_ + "orci" ; + VP (Imp Sg P3) => t_ + "ora" ; + VP (Pass Pl Fem) => t_ + "ortes" ; + VP (Pass Pl Fem) => t_ + "orudes" ; + VP (Pass Sg Fem) => t_ + "orta" ; + VP (Pass Sg Fem) => t_ + "oruda" ; + VP (Pass Pl Masc) => t_ + "orts" ; + VP (Pass Pl Masc) => t_ + "oruts" ; + VP (Pass Sg Masc) => t_ + "ort" ; + VP (Pass Sg Masc) => t_ + "orut" ; + VI Infn => t_ + "rcer" ; +VP (Imp Sg P1) => variants {} +} +} ; +-- tossir-- is not in the used source . + +oper trencar_112 : Str -> Verbum = \trencar -> +let tren_ = Predef.tk 3 trencar in +{s = table { + VI Infn => tren_ + "car" ; + VI Ger => tren_ + "cant" ; + VI Part => tren_ + "cat" ; + VP (Pres Ind Pl P1) => tren_ + "quem" ; + VP (Pres Ind Sg P1) => tren_ + "co" ; + VP (Pres Ind Pl P2) => tren_ + "queu" ; + VP (Pres Ind Sg P2) => tren_ + "ques" ; + VP (Pres Ind Pl P3) => tren_ + "quen" ; + VP (Pres Ind Sg P3) => tren_ + "ca" ; + VP (Pres Subj Pl P1) => tren_ + "quem" ; + VP (Pres Subj Sg P1) => tren_ + "qui" ; + VP (Pres Subj Pl P2) => tren_ + "queu" ; + VP (Pres Subj Sg P2) => tren_ + "quis" ; + VP (Pres Subj Pl P3) => tren_ + "quin" ; + VP (Pres Subj Sg P3) => tren_ + "qui" ; + VP (Impf Ind Pl P1) => tren_ + "cvem" ;--# notpresent + VP (Impf Ind Sg P1) => tren_ + "cava" ;--# notpresent + VP (Impf Ind Pl P2) => tren_ + "cveu" ;--# notpresent + VP (Impf Ind Sg P2) => tren_ + "caves" ;--# notpresent + VP (Impf Ind Pl P3) => tren_ + "caven" ;--# notpresent + VP (Impf Ind Sg P3) => tren_ + "cava" ;--# notpresent + VP (Impf Subj Pl P1) => tren_ + "qussim" ;--# notpresent + VP (Impf Subj Sg P1) => tren_ + "qus" ;--# notpresent + VP (Impf Subj Pl P2) => tren_ + "qussiu" ;--# notpresent + VP (Impf Subj Sg P2) => tren_ + "quessis" ;--# notpresent + VP (Impf Subj Pl P3) => tren_ + "quessin" ;--# notpresent + VP (Impf Subj Sg P3) => tren_ + "qus" ;--# notpresent + VP (Fut Pl P1) => tren_ + "carem" ;--# notpresent + VP (Fut Sg P1) => tren_ + "car" ;--# notpresent + VP (Fut Pl P2) => tren_ + "careu" ;--# notpresent + VP (Fut Sg P2) => tren_ + "cars" ;--# notpresent + VP (Fut Pl P3) => tren_ + "caran" ;--# notpresent + VP (Fut Sg P3) => tren_ + "car" ;--# notpresent + VP (Pret Pl P1) => tren_ + "qussim" ;--# notpresent + VP (Pret Sg P1) => tren_ + "qus" ;--# notpresent + VP (Pret Pl P2) => tren_ + "qussiu" ;--# notpresent + VP (Pret Sg P2) => tren_ + "quessis" ;--# notpresent + VP (Pret Pl P3) => tren_ + "quessin" ;--# notpresent + VP (Pret Sg P3) => tren_ + "qus" ;--# notpresent + VP (Cond Pl P1) => tren_ + "carem" ;--# notpresent + VP (Cond Sg P1) => tren_ + "caria" ;--# notpresent + VP (Cond Pl P2) => tren_ + "careu" ;--# notpresent + VP (Cond Sg P2) => tren_ + "caries" ;--# notpresent + VP (Cond Pl P3) => tren_ + "carien" ;--# notpresent + VP (Cond Sg P3) => tren_ + "caria" ;--# notpresent + VP (Imp Pl P1) => tren_ + "quem" ; + VP (Imp Pl P2) => tren_ + "queu" ; + VP (Imp Sg P2) => tren_ + "ca" ; + VP (Imp Pl P3) => tren_ + "quin" ; + VP (Imp Sg P3) => tren_ + "qui" ; + VP (Pass Pl Fem) => tren_ + "cades" ; + VP (Pass Sg Fem) => tren_ + "cada" ; + VP (Pass Pl Masc) => tren_ + "cats" ; + VP (Pass Sg Masc) => tren_ + "cat" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper treure_113 : Str -> Verbum = \treure -> +let tr_ = Predef.tk 4 treure in +{s = table { + VI Infn => tr_ + "eure" ; + VI Ger => tr_ + "aient" ; + VI Part => tr_ + "et" ; + VP (Pres Ind Pl P1) => tr_ + "aiem" ; + VP (Pres Ind Sg P1) => tr_ + "ec" ; + VP (Pres Ind Pl P2) => tr_ + "aieu" ; + VP (Pres Ind Sg P2) => tr_ + "eus" ; + VP (Pres Ind Pl P3) => tr_ + "euen" ; + VP (Pres Ind Sg P3) => tr_ + "eu" ; + VP (Pres Subj Pl P1) => tr_ + "aguem" ; + VP (Pres Subj Sg P1) => tr_ + "egui" ; + VP (Pres Subj Pl P2) => tr_ + "agueu" ; + VP (Pres Subj Sg P2) => tr_ + "eguis" ; + VP (Pres Subj Pl P3) => tr_ + "eguin" ; + VP (Pres Subj Sg P3) => tr_ + "egui" ; + VP (Impf Ind Pl P1) => tr_ + "iem" ;--# notpresent + VP (Impf Ind Sg P1) => tr_ + "eia" ;--# notpresent + VP (Impf Ind Pl P2) => tr_ + "ieu" ;--# notpresent + VP (Impf Ind Sg P2) => tr_ + "eies" ;--# notpresent + VP (Impf Ind Pl P3) => tr_ + "eien" ;--# notpresent + VP (Impf Ind Sg P3) => tr_ + "eia" ;--# notpresent + VP (Impf Subj Pl P1) => tr_ + "agussim" ;--# notpresent + VP (Impf Subj Sg P1) => tr_ + "agus" ;--# notpresent + VP (Impf Subj Pl P2) => tr_ + "agussiu" ;--# notpresent + VP (Impf Subj Sg P2) => tr_ + "aguessis" ;--# notpresent + VP (Impf Subj Pl P3) => tr_ + "aguessin" ;--# notpresent + VP (Impf Subj Sg P3) => tr_ + "agus" ;--# notpresent + VP (Fut Pl P1) => tr_ + "aurem" ;--# notpresent + VP (Fut Sg P1) => tr_ + "aur" ;--# notpresent + VP (Fut Pl P2) => tr_ + "aureu" ;--# notpresent + VP (Fut Sg P2) => tr_ + "aurs" ;--# notpresent + VP (Fut Pl P3) => tr_ + "auran" ;--# notpresent + VP (Fut Sg P3) => tr_ + "aur" ;--# notpresent + VP (Pret Pl P1) => tr_ + "agussim" ;--# notpresent + VP (Pret Sg P1) => tr_ + "agus" ;--# notpresent + VP (Pret Pl P2) => tr_ + "agussiu" ;--# notpresent + VP (Pret Sg P2) => tr_ + "aguessis" ;--# notpresent + VP (Pret Pl P3) => tr_ + "aguessin" ;--# notpresent + VP (Pret Sg P3) => tr_ + "agus" ;--# notpresent + VP (Cond Pl P1) => tr_ + "aurem" ;--# notpresent + VP (Cond Sg P1) => tr_ + "auria" ;--# notpresent + VP (Cond Pl P2) => tr_ + "aureu" ;--# notpresent + VP (Cond Sg P2) => tr_ + "auries" ;--# notpresent + VP (Cond Pl P3) => tr_ + "aurien" ;--# notpresent + VP (Cond Sg P3) => tr_ + "auria" ;--# notpresent + VP (Imp Pl P1) => tr_ + "aguem" ; + VP (Imp Pl P2) => tr_ + "aieu" ; + VP (Imp Sg P2) => tr_ + "eu" ; + VP (Imp Pl P3) => tr_ + "eguin" ; + VP (Imp Sg P3) => tr_ + "egui" ; + VP (Pass Pl Fem) => tr_ + "etes" ; + VP (Pass Sg Fem) => tr_ + "eta" ; + VP (Pass Pl Masc) => tr_ + "ets" ; + VP (Pass Sg Masc) => tr_ + "et" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper valer_114 : Str -> Verbum = \valer -> +let val_ = Predef.tk 2 valer in +{s = table { + VI Infn => val_ + "er" ; + VI Ger => val_ + "ent" ; + VI Part => val_ + "gut" ; + VP (Pres Ind Pl P1) => val_ + "em" ; + VP (Pres Ind Sg P1) => val_ + "c" ; + VP (Pres Ind Pl P2) => val_ + "eu" ; + VP (Pres Ind Sg P2) => val_ + "s" ; + VP (Pres Ind Pl P3) => val_ + "en" ; + VP (Pres Ind Sg P3) => val_ + "" ; + VP (Pres Subj Pl P1) => val_ + "guem" ; + VP (Pres Subj Sg P1) => val_ + "gui" ; + VP (Pres Subj Pl P2) => val_ + "gueu" ; + VP (Pres Subj Sg P2) => val_ + "guis" ; + VP (Pres Subj Pl P3) => val_ + "guin" ; + VP (Pres Subj Sg P3) => val_ + "gui" ; + VP (Impf Ind Pl P1) => val_ + "em" ;--# notpresent + VP (Impf Ind Sg P1) => val_ + "ia" ;--# notpresent + VP (Impf Ind Pl P2) => val_ + "eu" ;--# notpresent + VP (Impf Ind Sg P2) => val_ + "ies" ;--# notpresent + VP (Impf Ind Pl P3) => val_ + "ien" ;--# notpresent + VP (Impf Ind Sg P3) => val_ + "ia" ;--# notpresent + VP (Impf Subj Pl P1) => val_ + "gussim" ;--# notpresent + VP (Impf Subj Sg P1) => val_ + "gus" ;--# notpresent + VP (Impf Subj Pl P2) => val_ + "gussiu" ;--# notpresent + VP (Impf Subj Sg P2) => val_ + "guessis" ;--# notpresent + VP (Impf Subj Pl P3) => val_ + "guessin" ;--# notpresent + VP (Impf Subj Sg P3) => val_ + "gus" ;--# notpresent + VP (Fut Pl P1) => val_ + "drem" ;--# notpresent + VP (Fut Sg P1) => val_ + "dr" ;--# notpresent + VP (Fut Pl P2) => val_ + "dreu" ;--# notpresent + VP (Fut Sg P2) => val_ + "drs" ;--# notpresent + VP (Fut Pl P3) => val_ + "dran" ;--# notpresent + VP (Fut Sg P3) => val_ + "dr" ;--# notpresent + VP (Pret Pl P1) => val_ + "gussim" ;--# notpresent + VP (Pret Sg P1) => val_ + "gus" ;--# notpresent + VP (Pret Pl P2) => val_ + "gussiu" ;--# notpresent + VP (Pret Sg P2) => val_ + "guessis" ;--# notpresent + VP (Pret Pl P3) => val_ + "guessin" ;--# notpresent + VP (Pret Sg P3) => val_ + "gus" ;--# notpresent + VP (Cond Pl P1) => val_ + "drem" ;--# notpresent + VP (Cond Sg P1) => val_ + "dria" ;--# notpresent + VP (Cond Pl P2) => val_ + "dreu" ;--# notpresent + VP (Cond Sg P2) => val_ + "dries" ;--# notpresent + VP (Cond Pl P3) => val_ + "drien" ;--# notpresent + VP (Cond Sg P3) => val_ + "dria" ;--# notpresent + VP (Imp Pl P1) => val_ + "guem" ; + VP (Imp Pl P2) => val_ + "eu" ; + VP (Imp Sg P2) => val_ + "" ; + VP (Imp Pl P3) => val_ + "guin" ; + VP (Imp Sg P3) => val_ + "gui" ; + VP (Pass Pl Fem) => val_ + "gudes" ; + VP (Pass Sg Fem) => val_ + "guda" ; + VP (Pass Pl Masc) => val_ + "guts" ; + VP (Pass Sg Masc) => val_ + "gut" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper vncer_115 : Str -> Verbum = \vncer -> +let v_ = Predef.tk 5 vncer in +{s = table { + VI Ger => v_ + "encent" ; + VI Part => v_ + "enut" ; + VP (Pres Ind Pl P1) => v_ + "encem" ; + VP (Pres Ind Sg P1) => v_ + "eno" ; + VP (Pres Ind Pl P2) => v_ + "enceu" ; + VP (Pres Ind Sg P2) => v_ + "ences" ; + VP (Pres Ind Pl P3) => v_ + "encen" ; + VP (Pres Ind Sg P3) => v_ + "en" ; + VP (Pres Subj Pl P1) => v_ + "encem" ; + VP (Pres Subj Sg P1) => v_ + "enci" ; + VP (Pres Subj Pl P2) => v_ + "enceu" ; + VP (Pres Subj Sg P2) => v_ + "encis" ; + VP (Pres Subj Pl P3) => v_ + "encin" ; + VP (Pres Subj Sg P3) => v_ + "enci" ; + VP (Impf Ind Pl P1) => v_ + "encem" ;--# notpresent + VP (Impf Ind Sg P1) => v_ + "encia" ;--# notpresent + VP (Impf Ind Pl P2) => v_ + "enceu" ;--# notpresent + VP (Impf Ind Sg P2) => v_ + "encies" ;--# notpresent + VP (Impf Ind Pl P3) => v_ + "encien" ;--# notpresent + VP (Impf Ind Sg P3) => v_ + "encia" ;--# notpresent + VP (Impf Subj Pl P1) => v_ + "encssim" ;--# notpresent + VP (Impf Subj Sg P1) => v_ + "encs" ;--# notpresent + VP (Impf Subj Pl P2) => v_ + "encssiu" ;--# notpresent + VP (Impf Subj Sg P2) => v_ + "encessis" ;--# notpresent + VP (Impf Subj Pl P3) => v_ + "encessin" ;--# notpresent + VP (Impf Subj Sg P3) => v_ + "encs" ;--# notpresent + VP (Fut Pl P1) => v_ + "encerem" ;--# notpresent + VP (Fut Sg P1) => v_ + "encer" ;--# notpresent + VP (Fut Pl P2) => v_ + "encereu" ;--# notpresent + VP (Fut Sg P2) => v_ + "encers" ;--# notpresent + VP (Fut Pl P3) => v_ + "enceran" ;--# notpresent + VP (Fut Sg P3) => v_ + "encer" ;--# notpresent + VP (Pret Pl P1) => v_ + "encssim" ;--# notpresent + VP (Pret Sg P1) => v_ + "encs" ;--# notpresent + VP (Pret Pl P2) => v_ + "encssiu" ;--# notpresent + VP (Pret Sg P2) => v_ + "encessis" ;--# notpresent + VP (Pret Pl P3) => v_ + "encessin" ;--# notpresent + VP (Pret Sg P3) => v_ + "encs" ;--# notpresent + VP (Cond Pl P1) => v_ + "encerem" ;--# notpresent + VP (Cond Sg P1) => v_ + "enceria" ;--# notpresent + VP (Cond Pl P2) => v_ + "encereu" ;--# notpresent + VP (Cond Sg P2) => v_ + "enceries" ;--# notpresent + VP (Cond Pl P3) => v_ + "encerien" ;--# notpresent + VP (Cond Sg P3) => v_ + "enceria" ;--# notpresent + VP (Imp Pl P1) => v_ + "encem" ; + VP (Imp Pl P2) => v_ + "enceu" ; + VP (Imp Sg P2) => v_ + "en" ; + VP (Imp Pl P3) => v_ + "encin" ; + VP (Imp Sg P3) => v_ + "enci" ; + VP (Pass Pl Fem) => v_ + "enudes" ; + VP (Pass Sg Fem) => v_ + "enuda" ; + VP (Pass Pl Masc) => v_ + "enuts" ; + VP (Pass Sg Masc) => v_ + "enut" ; + VI Infn => v_ + "ncer" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper vendre_116 : Str -> Verbum = \vendre -> +let ven_ = Predef.tk 3 vendre in +{s = table { + VI Infn => ven_ + "dre" ; + VI Ger => ven_ + "ent" ; + VI Part => ven_ + "ut" ; + VP (Pres Ind Pl P1) => ven_ + "em" ; + VP (Pres Ind Sg P1) => ven_ + "c" ; + VP (Pres Ind Pl P2) => ven_ + "eu" ; + VP (Pres Ind Sg P2) => ven_ + "s" ; + VP (Pres Ind Pl P3) => ven_ + "en" ; + VP (Pres Ind Sg P3) => ven_ + "" ; + VP (Pres Subj Pl P1) => ven_ + "guem" ; + VP (Pres Subj Sg P1) => ven_ + "gui" ; + VP (Pres Subj Pl P2) => ven_ + "gueu" ; + VP (Pres Subj Sg P2) => ven_ + "guis" ; + VP (Pres Subj Pl P3) => ven_ + "guin" ; + VP (Pres Subj Sg P3) => ven_ + "gui" ; + VP (Impf Ind Pl P1) => ven_ + "em" ;--# notpresent + VP (Impf Ind Sg P1) => ven_ + "ia" ;--# notpresent + VP (Impf Ind Pl P2) => ven_ + "eu" ;--# notpresent + VP (Impf Ind Sg P2) => ven_ + "ies" ;--# notpresent + VP (Impf Ind Pl P3) => ven_ + "ien" ;--# notpresent + VP (Impf Ind Sg P3) => ven_ + "ia" ;--# notpresent + VP (Impf Subj Pl P1) => ven_ + "gussim" ;--# notpresent + VP (Impf Subj Sg P1) => ven_ + "gus" ;--# notpresent + VP (Impf Subj Pl P2) => ven_ + "gussiu" ;--# notpresent + VP (Impf Subj Sg P2) => ven_ + "guessis" ;--# notpresent + VP (Impf Subj Pl P3) => ven_ + "guessin" ;--# notpresent + VP (Impf Subj Sg P3) => ven_ + "gus" ;--# notpresent + VP (Fut Pl P1) => ven_ + "drem" ;--# notpresent + VP (Fut Sg P1) => ven_ + "dr" ;--# notpresent + VP (Fut Pl P2) => ven_ + "dreu" ;--# notpresent + VP (Fut Sg P2) => ven_ + "drs" ;--# notpresent + VP (Fut Pl P3) => ven_ + "dran" ;--# notpresent + VP (Fut Sg P3) => ven_ + "dr" ;--# notpresent + VP (Pret Pl P1) => ven_ + "gussim" ;--# notpresent + VP (Pret Sg P1) => ven_ + "gus" ;--# notpresent + VP (Pret Pl P2) => ven_ + "gussiu" ;--# notpresent + VP (Pret Sg P2) => ven_ + "guessis" ;--# notpresent + VP (Pret Pl P3) => ven_ + "guessin" ;--# notpresent + VP (Pret Sg P3) => ven_ + "gus" ;--# notpresent + VP (Cond Pl P1) => ven_ + "drem" ;--# notpresent + VP (Cond Sg P1) => ven_ + "dria" ;--# notpresent + VP (Cond Pl P2) => ven_ + "dreu" ;--# notpresent + VP (Cond Sg P2) => ven_ + "dries" ;--# notpresent + VP (Cond Pl P3) => ven_ + "drien" ;--# notpresent + VP (Cond Sg P3) => ven_ + "dria" ;--# notpresent + VP (Imp Pl P1) => ven_ + "guem" ; + VP (Imp Pl P2) => ven_ + "eu" ; + VP (Imp Sg P2) => ven_ + "" ; + VP (Imp Pl P3) => ven_ + "guin" ; + VP (Imp Sg P3) => ven_ + "gui" ; + VP (Pass Pl Fem) => ven_ + "udes" ; + VP (Pass Sg Fem) => ven_ + "uda" ; + VP (Pass Pl Masc) => ven_ + "uts" ; + VP (Pass Sg Masc) => ven_ + "ut" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper venir_117 : Str -> Verbum = \venir -> +let v_ = Predef.tk 4 venir in +{s = table { + VI Infn => v_ + "enir" ; + VI Ger => v_ + "enint" ; + VI Part => v_ + "ingut" ; + VP (Pres Ind Pl P1) => v_ + "enim" ; + VP (Pres Ind Sg P1) => v_ + "inc" ; + VP (Pres Ind Pl P2) => v_ + "eniu" ; + VP (Pres Ind Sg P2) => v_ + "ns" ; + VP (Pres Ind Pl P3) => v_ + "nen" ; + VP (Pres Ind Sg P3) => v_ + "e" ; + VP (Pres Subj Pl P1) => v_ + "inguem" ; + VP (Pres Subj Sg P1) => v_ + "ingui" ; + VP (Pres Subj Pl P2) => v_ + "ingueu" ; + VP (Pres Subj Sg P2) => v_ + "inguis" ; + VP (Pres Subj Pl P3) => v_ + "inguin" ; + VP (Pres Subj Sg P3) => v_ + "ingui" ; + VP (Impf Ind Pl P1) => v_ + "enem" ;--# notpresent + VP (Impf Ind Sg P1) => v_ + "enia" ;--# notpresent + VP (Impf Ind Pl P2) => v_ + "eneu" ;--# notpresent + VP (Impf Ind Sg P2) => v_ + "enies" ;--# notpresent + VP (Impf Ind Pl P3) => v_ + "enien" ;--# notpresent + VP (Impf Ind Sg P3) => v_ + "enia" ;--# notpresent + VP (Impf Subj Pl P1) => v_ + "ingussim" ;--# notpresent + VP (Impf Subj Sg P1) => v_ + "ingus" ;--# notpresent + VP (Impf Subj Pl P2) => v_ + "ingussiu" ;--# notpresent + VP (Impf Subj Sg P2) => v_ + "inguessis" ;--# notpresent + VP (Impf Subj Pl P3) => v_ + "inguessin" ;--# notpresent + VP (Impf Subj Sg P3) => v_ + "ingus" ;--# notpresent + VP (Fut Pl P1) => v_ + "indrem" ;--# notpresent + VP (Fut Sg P1) => v_ + "indr" ;--# notpresent + VP (Fut Pl P2) => v_ + "indreu" ;--# notpresent + VP (Fut Sg P2) => v_ + "indrs" ;--# notpresent + VP (Fut Pl P3) => v_ + "indran" ;--# notpresent + VP (Fut Sg P3) => v_ + "indr" ;--# notpresent + VP (Pret Pl P1) => v_ + "ingussim" ;--# notpresent + VP (Pret Sg P1) => v_ + "ingus" ;--# notpresent + VP (Pret Pl P2) => v_ + "ingussiu" ;--# notpresent + VP (Pret Sg P2) => v_ + "inguessis" ;--# notpresent + VP (Pret Pl P3) => v_ + "inguessin" ;--# notpresent + VP (Pret Sg P3) => v_ + "ingus" ;--# notpresent + VP (Cond Pl P1) => v_ + "indrem" ;--# notpresent + VP (Cond Sg P1) => v_ + "indria" ;--# notpresent + VP (Cond Pl P2) => v_ + "indreu" ;--# notpresent + VP (Cond Sg P2) => v_ + "indries" ;--# notpresent + VP (Cond Pl P3) => v_ + "indrien" ;--# notpresent + VP (Cond Sg P3) => v_ + "indria" ;--# notpresent + VP (Imp Pl P1) => v_ + "inguem" ; + VP (Imp Pl P2) => v_ + "eniu" ; + VP (Imp Sg P2) => v_ + "ine" ; + VP (Imp Pl P3) => v_ + "inguin" ; + VP (Imp Sg P3) => v_ + "ingui" ; + VP (Pass Pl Fem) => v_ + "ingudes" ; + VP (Pass Sg Fem) => v_ + "inguda" ; + VP (Pass Pl Masc) => v_ + "inguts" ; + VP (Pass Sg Masc) => v_ + "ingut" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper veure_118 : Str -> Verbum = \veure -> +let v_ = Predef.tk 4 veure in +{s = table { + VI Infn => v_ + "eure" ; + VI Ger => v_ + "eient" ; + VI Part => v_ + "ist" ; + VP (Pres Ind Pl P1) => v_ + "eiem" ; + VP (Pres Ind Sg P1) => v_ + "eig" ; + VP (Pres Ind Pl P2) => v_ + "eieu" ; + VP (Pres Ind Sg P2) => v_ + "eus" ; + VP (Pres Ind Pl P3) => v_ + "euen" ; + VP (Pres Ind Sg P3) => v_ + "eu" ; + VP (Pres Subj Pl P1) => v_ + "egem" ; + VP (Pres Subj Sg P1) => v_ + "egi" ; + VP (Pres Subj Pl P2) => v_ + "egeu" ; + VP (Pres Subj Sg P2) => v_ + "egis" ; + VP (Pres Subj Pl P3) => v_ + "egin" ; + VP (Pres Subj Sg P3) => v_ + "egi" ; + VP (Impf Ind Pl P1) => v_ + "iem" ;--# notpresent + VP (Impf Ind Sg P1) => v_ + "eia" ;--# notpresent + VP (Impf Ind Pl P2) => v_ + "ieu" ;--# notpresent + VP (Impf Ind Sg P2) => v_ + "eies" ;--# notpresent + VP (Impf Ind Pl P3) => v_ + "eien" ;--# notpresent + VP (Impf Ind Sg P3) => v_ + "eia" ;--# notpresent + VP (Impf Subj Pl P1) => v_ + "eissim" ;--# notpresent + VP (Impf Subj Sg P1) => v_ + "eis" ;--# notpresent + VP (Impf Subj Pl P2) => v_ + "eissiu" ;--# notpresent + VP (Impf Subj Sg P2) => v_ + "eiessis" ;--# notpresent + VP (Impf Subj Pl P3) => v_ + "eiessin" ;--# notpresent + VP (Impf Subj Sg P3) => v_ + "eis" ;--# notpresent + VP (Fut Pl P1) => v_ + "eurem" ;--# notpresent + VP (Fut Sg P1) => v_ + "eur" ;--# notpresent + VP (Fut Pl P2) => v_ + "eureu" ;--# notpresent + VP (Fut Sg P2) => v_ + "eurs" ;--# notpresent + VP (Fut Pl P3) => v_ + "euran" ;--# notpresent + VP (Fut Sg P3) => v_ + "eur" ;--# notpresent + VP (Pret Pl P1) => v_ + "eissim" ;--# notpresent + VP (Pret Sg P1) => v_ + "eis" ;--# notpresent + VP (Pret Pl P2) => v_ + "eissiu" ;--# notpresent + VP (Pret Sg P2) => v_ + "eiessis" ;--# notpresent + VP (Pret Pl P3) => v_ + "eiessin" ;--# notpresent + VP (Pret Sg P3) => v_ + "eis" ;--# notpresent + VP (Cond Pl P1) => v_ + "eurem" ;--# notpresent + VP (Cond Sg P1) => v_ + "euria" ;--# notpresent + VP (Cond Pl P2) => v_ + "eureu" ;--# notpresent + VP (Cond Sg P2) => v_ + "euries" ;--# notpresent + VP (Cond Pl P3) => v_ + "eurien" ;--# notpresent + VP (Cond Sg P3) => v_ + "euria" ;--# notpresent + VP (Imp Pl P1) => v_ + "egem" ; + VP (Imp Pl P2) => v_ + "egeu" ; + VP (Imp Sg P2) => v_ + "eges" ; + VP (Imp Pl P3) => v_ + "egin" ; + VP (Imp Sg P3) => v_ + "egi" ; + VP (Pass Pl Fem) => v_ + "istes" ; + VP (Pass Sg Fem) => v_ + "ista" ; + VP (Pass Pl Masc) => v_ + "ists" ; + VP (Pass Sg Masc) => v_ + "ist" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper viure_119 : Str -> Verbum = \viure -> +let vi_ = Predef.tk 3 viure in +{s = table { + VI Infn => vi_ + "ure" ; + VI Ger => vi_ + "vint" ; + VI Part => vi_ + "scut" ; + VP (Pres Ind Pl P1) => vi_ + "vim" ; + VP (Pres Ind Sg P1) => vi_ + "sc" ; + VP (Pres Ind Pl P2) => vi_ + "viu" ; + VP (Pres Ind Sg P2) => vi_ + "us" ; + VP (Pres Ind Pl P3) => vi_ + "uen" ; + VP (Pres Ind Sg P3) => vi_ + "u" ; + VP (Pres Subj Pl P1) => vi_ + "squem" ; + VP (Pres Subj Sg P1) => vi_ + "squi" ; + VP (Pres Subj Pl P2) => vi_ + "squeu" ; + VP (Pres Subj Sg P2) => vi_ + "squis" ; + VP (Pres Subj Pl P3) => vi_ + "squin" ; + VP (Pres Subj Sg P3) => vi_ + "squi" ; + VP (Impf Ind Pl P1) => vi_ + "vem" ;--# notpresent + VP (Impf Ind Sg P1) => vi_ + "via" ;--# notpresent + VP (Impf Ind Pl P2) => vi_ + "veu" ;--# notpresent + VP (Impf Ind Sg P2) => vi_ + "vies" ;--# notpresent + VP (Impf Ind Pl P3) => vi_ + "vien" ;--# notpresent + VP (Impf Ind Sg P3) => vi_ + "via" ;--# notpresent + VP (Impf Subj Pl P1) => vi_ + "squssim" ;--# notpresent + VP (Impf Subj Sg P1) => vi_ + "squs" ;--# notpresent + VP (Impf Subj Pl P2) => vi_ + "squssiu" ;--# notpresent + VP (Impf Subj Sg P2) => vi_ + "squessis" ;--# notpresent + VP (Impf Subj Pl P3) => vi_ + "squessin" ;--# notpresent + VP (Impf Subj Sg P3) => vi_ + "squs" ;--# notpresent + VP (Fut Pl P1) => vi_ + "urem" ;--# notpresent + VP (Fut Sg P1) => vi_ + "ur" ;--# notpresent + VP (Fut Pl P2) => vi_ + "ureu" ;--# notpresent + VP (Fut Sg P2) => vi_ + "urs" ;--# notpresent + VP (Fut Pl P3) => vi_ + "uran" ;--# notpresent + VP (Fut Sg P3) => vi_ + "ur" ;--# notpresent + VP (Pret Pl P1) => vi_ + "squssim" ;--# notpresent + VP (Pret Sg P1) => vi_ + "squs" ;--# notpresent + VP (Pret Pl P2) => vi_ + "squssiu" ;--# notpresent + VP (Pret Sg P2) => vi_ + "squessis" ;--# notpresent + VP (Pret Pl P3) => vi_ + "squessin" ;--# notpresent + VP (Pret Sg P3) => vi_ + "squs" ;--# notpresent + VP (Cond Pl P1) => vi_ + "urem" ;--# notpresent + VP (Cond Sg P1) => vi_ + "uria" ;--# notpresent + VP (Cond Pl P2) => vi_ + "ureu" ;--# notpresent + VP (Cond Sg P2) => vi_ + "uries" ;--# notpresent + VP (Cond Pl P3) => vi_ + "urien" ;--# notpresent + VP (Cond Sg P3) => vi_ + "uria" ;--# notpresent + VP (Imp Pl P1) => vi_ + "squem" ; + VP (Imp Pl P2) => vi_ + "viu" ; + VP (Imp Sg P2) => vi_ + "u" ; + VP (Imp Pl P3) => vi_ + "squin" ; + VP (Imp Sg P3) => vi_ + "squi" ; + VP (Pass Pl Fem) => vi_ + "scudes" ; + VP (Pass Sg Fem) => vi_ + "scuda" ; + VP (Pass Pl Masc) => vi_ + "scuts" ; + VP (Pass Sg Masc) => vi_ + "scut" ; +VP (Imp Sg P1) => variants {} +} +} ; + +oper voler_120 : Str -> Verbum = \voler -> +let x_ = Predef.tk 5 voler in +{s = table { + VI Infn => x_ + "oler" ; + VI Ger => x_ + "olent" ; + VI Part => x_ + "olgut" ; + VP (Pres Ind Pl P1) => x_ + "olem" ; + VP (Pres Ind Sg P1) => x_ + "ull" ; + VP (Pres Ind Pl P2) => x_ + "oleu" ; + VP (Pres Ind Sg P2) => x_ + "ols" ; + VP (Pres Ind Pl P3) => x_ + "olen" ; + VP (Pres Ind Sg P3) => x_ + "ol" ; + VP (Pres Subj Pl P1) => x_ + "ulguem" ; + VP (Pres Subj Sg P1) => x_ + "ulgui" ; + VP (Pres Subj Pl P2) => x_ + "ulgueu" ; + VP (Pres Subj Sg P2) => x_ + "ulguis" ; + VP (Pres Subj Pl P3) => x_ + "ulguin" ; + VP (Pres Subj Sg P3) => x_ + "ulgui" ; + VP (Impf Ind Pl P1) => x_ + "olem" ;--# notpresent + VP (Impf Ind Sg P1) => x_ + "olia" ;--# notpresent + VP (Impf Ind Pl P2) => x_ + "oleu" ;--# notpresent + VP (Impf Ind Sg P2) => x_ + "olies" ;--# notpresent + VP (Impf Ind Pl P3) => x_ + "olien" ;--# notpresent + VP (Impf Ind Sg P3) => x_ + "olia" ;--# notpresent + VP (Impf Subj Pl P1) => x_ + "olgussim" ;--# notpresent + VP (Impf Subj Sg P1) => x_ + "olgus" ;--# notpresent + VP (Impf Subj Pl P2) => x_ + "olgussiu" ;--# notpresent + VP (Impf Subj Sg P2) => x_ + "olguessis" ;--# notpresent + VP (Impf Subj Pl P3) => x_ + "olguessin" ;--# notpresent + VP (Impf Subj Sg P3) => x_ + "olgus" ;--# notpresent + VP (Fut Pl P1) => x_ + "oldrem" ;--# notpresent + VP (Fut Sg P1) => x_ + "oldr" ;--# notpresent + VP (Fut Pl P2) => x_ + "oldreu" ;--# notpresent + VP (Fut Sg P2) => x_ + "oldrs" ;--# notpresent + VP (Fut Pl P3) => x_ + "oldran" ;--# notpresent + VP (Fut Sg P3) => x_ + "oldr" ;--# notpresent + VP (Pret Pl P1) => x_ + "olgussim" ;--# notpresent + VP (Pret Sg P1) => x_ + "olgus" ;--# notpresent + VP (Pret Pl P2) => x_ + "olgussiu" ;--# notpresent + VP (Pret Sg P2) => x_ + "olguessis" ;--# notpresent + VP (Pret Pl P3) => x_ + "olguessin" ;--# notpresent + VP (Pret Sg P3) => x_ + "olgus" ;--# notpresent + VP (Cond Pl P1) => x_ + "oldrem" ;--# notpresent + VP (Cond Sg P1) => x_ + "oldria" ;--# notpresent + VP (Cond Pl P2) => x_ + "oldreu" ;--# notpresent + VP (Cond Sg P2) => x_ + "oldries" ;--# notpresent + VP (Cond Pl P3) => x_ + "oldrien" ;--# notpresent + VP (Cond Sg P3) => x_ + "oldria" ;--# notpresent + VP (Imp Pl P1) => x_ + "ulguem" ; + VP (Imp Pl P2) => x_ + "ulgueu" ; + VP (Imp Sg P2) => x_ + "ulgues" ; + VP (Imp Pl P3) => x_ + "ulguin" ; + VP (Imp Sg P3) => x_ + "ulgui" ; + VP (Pass Pl Fem) => x_ + "olgudes" ; + VP (Pass Sg Fem) => x_ + "olguda" ; + VP (Pass Pl Masc) => x_ + "olguts" ; + VP (Pass Sg Masc) => x_ + "olgut" ; + VI Infn => x_ + "oler" ; + VI Ger => x_ + "olent" ; + VI Part => x_ + "olgut" ; + VP (Pres Ind Pl P1) => x_ + "olem" ; + VP (Pres Ind Sg P1) => x_ + "ull" ; + VP (Pres Ind Pl P2) => x_ + "oleu" ; + VP (Pres Ind Sg P2) => x_ + "ols" ; + VP (Pres Ind Pl P3) => x_ + "olen" ; + VP (Pres Ind Sg P3) => x_ + "ol" ; + VP (Pres Subj Pl P1) => x_ + "ulguem" ; + VP (Pres Subj Sg P1) => x_ + "ulgui" ; + VP (Pres Subj Pl P2) => x_ + "ulgueu" ; + VP (Pres Subj Sg P2) => x_ + "ulguis" ; + VP (Pres Subj Pl P3) => x_ + "ulguin" ; + VP (Pres Subj Sg P3) => x_ + "ulgui" ; + VP (Impf Ind Pl P1) => x_ + "olem" ;--# notpresent + VP (Impf Ind Sg P1) => x_ + "olia" ;--# notpresent + VP (Impf Ind Pl P2) => x_ + "oleu" ;--# notpresent + VP (Impf Ind Sg P2) => x_ + "olies" ;--# notpresent + VP (Impf Ind Pl P3) => x_ + "olien" ;--# notpresent + VP (Impf Ind Sg P3) => x_ + "olia" ;--# notpresent + VP (Impf Subj Pl P1) => x_ + "olgussim" ;--# notpresent + VP (Impf Subj Sg P1) => x_ + "olgus" ;--# notpresent + VP (Impf Subj Pl P2) => x_ + "olgussiu" ;--# notpresent + VP (Impf Subj Sg P2) => x_ + "olguessis" ;--# notpresent + VP (Impf Subj Pl P3) => x_ + "olguessin" ;--# notpresent + VP (Impf Subj Sg P3) => x_ + "olgus" ;--# notpresent + VP (Fut Pl P1) => x_ + "oldrem" ;--# notpresent + VP (Fut Sg P1) => x_ + "oldr" ;--# notpresent + VP (Fut Pl P2) => x_ + "oldreu" ;--# notpresent + VP (Fut Sg P2) => x_ + "oldrs" ;--# notpresent + VP (Fut Pl P3) => x_ + "oldran" ;--# notpresent + VP (Fut Sg P3) => x_ + "oldr" ;--# notpresent + VP (Pret Pl P1) => x_ + "olgussim" ;--# notpresent + VP (Pret Sg P1) => x_ + "olgus" ;--# notpresent + VP (Pret Pl P2) => x_ + "olgussiu" ;--# notpresent + VP (Pret Sg P2) => x_ + "olguessis" ;--# notpresent + VP (Pret Pl P3) => x_ + "olguessin" ;--# notpresent + VP (Pret Sg P3) => x_ + "olgus" ;--# notpresent + VP (Cond Pl P1) => x_ + "oldrem" ;--# notpresent + VP (Cond Sg P1) => x_ + "oldria" ;--# notpresent + VP (Cond Pl P2) => x_ + "oldreu" ;--# notpresent + VP (Cond Sg P2) => x_ + "oldries" ;--# notpresent + VP (Cond Pl P3) => x_ + "oldrien" ;--# notpresent + VP (Cond Sg P3) => x_ + "oldria" ;--# notpresent + VP (Imp Pl P1) => x_ + "ulguem" ; + VP (Imp Pl P2) => x_ + "ulgueu" ; + VP (Imp Sg P2) => x_ + "ulgues" ; + VP (Imp Pl P3) => x_ + "ulguin" ; + VP (Imp Sg P3) => x_ + "ulgui" ; + VP (Pass Pl Fem) => x_ + "olgudes" ; + VP (Pass Sg Fem) => x_ + "olguda" ; + VP (Pass Pl Masc) => x_ + "olguts" ; + VP (Pass Sg Masc) => x_ + "olgut" ; +VP (Imp Sg P1) => variants {} +} +} ; +-- Verbs: conversion from full verbs to present-tense verbs. + + verbBesch : {s : VFB => Str} -> {s : CommonRomance.VF => Str} = \amar -> {s = table { + VInfin _ => amar.s ! VI Infn ; + VFin (VPres Indic) n p => amar.s ! VP (Pres Ind n p) ; + VFin (VPres Conjunct) n p => amar.s ! VP (Pres Sub n p) ; + VFin (VImperf Indic) n p => amar.s ! VP (Impf Ind n p) ; --# notpresent --# notpresent + VFin (VImperf Conjunct) n p => amar.s ! VP (Impf Sub n p) ; --# notpresent --# notpresent + VFin VPasse n p => amar.s ! VP (Pret n p) ; --# notpresent --# notpresent + VFin VFut n p => amar.s ! VP (Fut n p) ; --# notpresent --# notpresent + VFin VCondit n p => amar.s ! VP (Cond n p) ; --# notpresent --# notpresent + VImper SgP2 => amar.s ! VP (Imp Sg P2) ; + VImper PlP1 => amar.s ! VP (Imp Pl P1) ; + VImper PlP2 => amar.s ! VP (Imp Pl P2) ; + VPart g n => amar.s ! VP (Pass n g) ; + VGer => amar.s ! VI Ger + } + } ; +-- +-- +---- The full conjunction is a table on $VForm$: +-- +param + VImpers = + Infn + | Ger + | Part + ; + + Mode = Ind | Sub ; + + VPers = + Pres Mode Number Person + | Impf Mode Number Person --# notpresent --# notpresent + | Pret Number Person --# notpresent --# notpresent + | Fut Number Person --# notpresent --# notpresent + | Cond Number Person --# notpresent --# notpresent + | Imp Number Person + | Pass Number Gender + ; + + VFB = + VI VImpers + | VP VPers + ; +-- +-- +} diff --git a/deprecated/old-lib/resource/catalan/CatCat.gf b/deprecated/old-lib/resource/catalan/CatCat.gf new file mode 100644 index 000000000..7285852b1 --- /dev/null +++ b/deprecated/old-lib/resource/catalan/CatCat.gf @@ -0,0 +1,4 @@ +--# -path=.:../romance:../abstract:../common:prelude + +concrete CatCat of Cat = CommonX - [Tense,TPres,TPast,TFut,TCond] ** CatRomance with -- JS restore TPast for notpresent + (ResRomance = ResCat) ; diff --git a/deprecated/old-lib/resource/catalan/CompatibilityCat.gf b/deprecated/old-lib/resource/catalan/CompatibilityCat.gf new file mode 100644 index 000000000..e12287c45 --- /dev/null +++ b/deprecated/old-lib/resource/catalan/CompatibilityCat.gf @@ -0,0 +1,11 @@ +--# -path=.:../romance:../abstract:../common + +concrete CompatibilityCat of Compatibility = CatCat ** 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/deprecated/old-lib/resource/catalan/ConjunctionCat.gf b/deprecated/old-lib/resource/catalan/ConjunctionCat.gf new file mode 100644 index 000000000..822f29ebc --- /dev/null +++ b/deprecated/old-lib/resource/catalan/ConjunctionCat.gf @@ -0,0 +1,2 @@ +concrete ConjunctionCat of Conjunction = CatCat ** ConjunctionRomance with + (ResRomance = ResCat) ; diff --git a/deprecated/old-lib/resource/catalan/DiffCat.gf b/deprecated/old-lib/resource/catalan/DiffCat.gf new file mode 100644 index 000000000..1b41659f3 --- /dev/null +++ b/deprecated/old-lib/resource/catalan/DiffCat.gf @@ -0,0 +1,179 @@ +--# -path=.:../romance:../abstract:../common:prelude + +instance DiffCat of DiffRomance = open CommonRomance, PhonoCat, BeschCat, Prelude in { + + flags optimize=noexpand ; + + 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 : Gender -> Number -> Case -> Str = \g,n,c -> + case of { + => pre {"del" ; ["de l'"] / vocalForta} ; + => pre {"al" ; ["a l'"] / vocalForta} ; + => elisEl ; + => prepCase c ++ elisLa ; + <_, Pl, CPrep P_de> => "dels" ; + <_, Pl, CPrep P_a> => "als" ; + => "els" ; + => "les" + } ; + + + + artIndef = \g,n,c -> case of { + => genForms ["d' un"] ["d' una"] ! g ; + => genForms ["d' uns"] ["d' unes"] ! g ; + => prepCase c ++ genForms "un" "una" ! g ; + => prepCase c ++ genForms "uns" "unes" ! g + } ; + + + + possCase = \_,_,c -> prepCase c ; + + partitive = \g,c -> case c of { + CPrep P_de => "de" ; + _ => prepCase c ++ artDef g Sg (CPrep P_de) + } ; + + conjunctCase : NPForm -> NPForm = \c -> case c of { + Ton Nom | Aton Nom => Ton Nom ; + _ => Ton Acc + } ; + + auxVerb : VType -> (VF => Str) = \_ -> haver_V.s ; + + partAgr : VType -> VPAgr = \vtyp -> vpAgrNone ; + + 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> + } + in case of { + ---- AR 8/6/2008 efficiency problem in pgf generation: + ---- replace the case expr with + ---- a constant produces an error in V3 predication with two pronouns + ---- => <"se" ++ paccp.p1, [],True> ; + _ => + } ; + + --case of { + -- => <"te" ++ "me", []> ; + -- <_,_,CPron {n = Sg ; p = P2},CPron {n = Sg ; p = P1}> => <"te" ++ "me", []> ; + + infForm _ _ _ _ = True ; + + mkImperative _ p vp = { --- politeness + s = \\pol,aag => + let + agr = aag ** {p = p} ; + verb = case of { + => (vp.s ! VPFinite (VPres Conjunct) Simul).fin ! agr ; + _ => (vp.s ! VPImperat).fin ! agr + } ; + neg = vp.neg ! pol ; + clpr = pronArg agr.n agr.p vp.clAcc vp.clDat ; + compl = neg.p2 ++ clpr.p2 ++ vp.comp ! agr ++ vp.ext ! pol + in + neg.p1 ++ verb ++ bindIf clpr.p3 ++ clpr.p1 ++ compl ; + } ; + + negation : Polarity => (Str * Str) = table { + Pos => <[],[]> ; + Neg => <"no",[]> + } ; + + conjThan = "que" ; + conjThat = "que" ; + subjIf = "si" ; + + + + clitInf b cli inf = inf ++ bindIf b ++ cli ; --- JS copied from DiffSpa + + 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 "tal" "tal" "tals" "tals" ; + + quelPron : AAgr => Str = aagrForms "qual" "qual" "quals" "quals" ; + + 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 of { + <_,Sg,P1> => cases "em" "m" ; + <_,Sg,P2> => cases "et" "t" ; + <_,Pl,P1> => cases "ens" "nosaltres" ; --- nosotros + <_,Pl,P2> => cases "us" "vosaltres" ; --- vosotros + => cases3 "la" "li" "ella" ; + => cases3 "el" "li" "ell" ; + => cases3 "les" "les" "elles" ; + => cases3 "els" "els" "ells" + } ; + + vRefl : VType = VRefl ; + isVRefl : VType -> Bool = \ty -> case ty of { + VRefl => True ; + _ => False + } ; + + auxPassive : Verb = copula ; + + copula = verbBeschH (ser_52 "ser") ; + + haver_V : Verb = verbBeschH (haver_59 "haver") ; + + verbBeschH : Verbum -> Verb = \v -> verbBesch v ** {vtyp = VHabere} ; + +} diff --git a/deprecated/old-lib/resource/catalan/ExtraCat.gf b/deprecated/old-lib/resource/catalan/ExtraCat.gf new file mode 100644 index 000000000..8af5639e4 --- /dev/null +++ b/deprecated/old-lib/resource/catalan/ExtraCat.gf @@ -0,0 +1,47 @@ +concrete ExtraCat of ExtraCatAbs = ExtraRomanceCat ** + open CommonRomance, PhonoCat, MorphoCat, ParadigmsCat, ParamX, ResCat in { + +-- lin +-- i8fem_Pron = mkPronoun +-- "yo" "me" "me" "m" +-- "mi" "mi" "mis" "mis" +-- Fem Sg P1 ; +-- these8fem_NP = mkNP ["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 = mkNP ["esas"] Fem Pl ; + +-- we8fem_Pron = mkPronoun +-- "nosotras" "nos" "nos" "nosotras" +-- "nuestro" "nuestra" "nuestros" "nuestras" +-- Fem Pl P1 ; +-- whoPl8fem_IP = {s = \\c => prepCase c ++ "quin" ; a = aagr Fem Pl} ; +-- whoSg8fem_IP = {s = \\c => prepCase c ++ "quin" ; a = aagr Fem Sg} ; + +-- youSg8fem_Pron = mkPronoun +-- "tu" "te" "te" "t" +-- "tu" "tu" "tus" "tus" +-- Fem Sg P2 ; +-- youPl8fem_Pron = mkPronoun +-- "vosotras" "vos" "vos" "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" "las" "les" "usted" +-- "su" "su" "sus" "sus" +-- Masc Pl P3 ; +-- youPolPl8fem_Pron = mkPronoun +-- "ustedes" "las" "les" "usted" +-- "su" "su" "sus" "sus" +-- Fem Pl P3 ; + + +} diff --git a/deprecated/old-lib/resource/catalan/ExtraCatAbs.gf b/deprecated/old-lib/resource/catalan/ExtraCatAbs.gf new file mode 100644 index 000000000..ac8288d5b --- /dev/null +++ b/deprecated/old-lib/resource/catalan/ExtraCatAbs.gf @@ -0,0 +1,28 @@ +-- Structures special for Catalan. These are not implemented in other +-- Romance languages. + +abstract ExtraCatAbs = 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 ; + +} diff --git a/deprecated/old-lib/resource/catalan/ExtraRomanceCat.gf b/deprecated/old-lib/resource/catalan/ExtraRomanceCat.gf new file mode 100644 index 000000000..f74a467fc --- /dev/null +++ b/deprecated/old-lib/resource/catalan/ExtraRomanceCat.gf @@ -0,0 +1,2 @@ +concrete ExtraRomanceCat of ExtraRomanceAbs = CatCat ** ExtraRomance with + (ResRomance = ResCat) ; diff --git a/deprecated/old-lib/resource/catalan/GrammarCat.gf b/deprecated/old-lib/resource/catalan/GrammarCat.gf new file mode 100644 index 000000000..6aeda2ef8 --- /dev/null +++ b/deprecated/old-lib/resource/catalan/GrammarCat.gf @@ -0,0 +1,22 @@ +--# -path=.:../romance:../abstract:../common:prelude + +concrete GrammarCat of Grammar = + NounCat, + VerbCat, + AdjectiveCat, + AdverbCat, + NumeralCat, + SentenceCat, + QuestionCat, + RelativeCat, + ConjunctionCat, + PhraseCat, + TextX - [Tense,TPres,TPast,TFut,TCond], + IdiomCat, + StructuralCat + + ** { + +flags startcat = Phr ; unlexer = text ; lexer = text ; + +} ; diff --git a/deprecated/old-lib/resource/catalan/IdiomCat.gf b/deprecated/old-lib/resource/catalan/IdiomCat.gf new file mode 100644 index 000000000..5b82047aa --- /dev/null +++ b/deprecated/old-lib/resource/catalan/IdiomCat.gf @@ -0,0 +1,52 @@ +concrete IdiomCat of Idiom = CatCat ** + open MorphoCat, ParadigmsCat, BeschCat, Prelude in { + + flags optimize=all_subs ; + + lin + ExistNP np = mkClause [] True (agrP3 Masc Sg) + (insertClit2 "hi" (insertComplement (\\_ => np.s ! Ton Acc) (predV haver_V))) ; + GenericCl vp = mkClause "hom" True (agrP3 Masc Sg) vp ; + ImpersCl vp = mkClause [] True (agrP3 Masc Sg) vp ; + + + ProgrVP vpr = let vp = useVP vpr in + insertComplement + (\\agr => + let + clpr = pronArg agr.n agr.p vp.clAcc vp.clDat ; + obj = clpr.p2 ++ vp.comp ! agr ++ vp.ext ! Pos ---- pol + in + (vp.s ! VPGerund).inf ! (aagr agr.g agr.n) ++ clpr.p1 ++ obj + ) + (predV (verbV (estar_54 "estar"))) ; + +----AR, for completeness + + CleftNP np rs = mkClause [] True (agrP3 Masc Sg) + (insertComplement (\\_ => rs.s ! Indic ! np.a) + (insertComplement (\\_ => np.s ! Ton rs.c) (predV copula))) ; + + + ExistIP ip = { + s = \\t,a,p,_ => + ip.s ! Nom ++ + (mkClause [] True + (agrP3 Masc Sg) + (insertClit2 "hi" (insertComplement (\\_ => ip.s ! Acc) (predV haver_V)))) + .s ! DDir ! t ! a ! p ! Indic + } ; + + ImpPl1 vpr = let vp = useVP vpr in {s = + (mkImperative False P1 vp).s ! Pos ! {n = Pl ; g = Masc} --- fem + } ; + + CleftAdv ad s = mkClause [] True (agrP3 Masc Sg) + (insertComplement (\\_ => conjThat ++ s.s ! Indic) + (insertComplement (\\_ => ad.s) (predV copula))) ; + + + + + +} diff --git a/deprecated/old-lib/resource/catalan/IrregCat.gf b/deprecated/old-lib/resource/catalan/IrregCat.gf new file mode 100644 index 000000000..c1078109c --- /dev/null +++ b/deprecated/old-lib/resource/catalan/IrregCat.gf @@ -0,0 +1,1121 @@ +--# -path=.:../romance:../abstract:../common:prelude +-- machine-generated GF file from Andersson & Sderberg's MSc work +concrete IrregCat of IrregCatAbs = CatCat ** +open CommonRomance, ParadigmsCat, BeschCat in { +flags optimize=values ; + +lin haver_V = verbV +{s = table (BeschCat.VFB) [ + {-VI Infn=>-} "haver" ; + {-VI Ger =>-} "havent" ; + {-VI Part =>-} "hagut" ; + {-VP (Pres Ind Sg P1) =>-} variants {"he" ; "haig"} ; + {-VP (Pres Ind Sg P2) =>-} "has" ; + {-VP (Pres Ind Sg P3) =>-} "ha" ; + {-VP (Pres Ind Pl P1) =>-} variants {"hem" ; "havem"} ; + {-VP (Pres Ind Pl P2) =>-} variants {"heu" ; "haveu"} ; + {-VP (Pres Ind Pl P3) =>-} "han" ; + {-VP (Pres Subj Sg P1) =>-} "hagi" ; + {-VP (Pres Subj Sg P2) =>-} "hagis" ; + {-VP (Pres Subj Sg P3) =>-} "hagi" ; + {-VP (Pres Subj Pl P1) =>-} "hgim" ; + {-VP (Pres Subj Pl P2) =>-} "hgiu" ; + {-VP (Pres Subj Pl P3) =>-} "hagin" ; + {-VP (Impf Ind Sg P1) =>-} "havia" ; --# notpresent + {-VP (Impf Ind Sg P2) =>-} "havies" ; --# notpresent + {-VP (Impf Ind Sg P3) =>-} "havia" ; --# notpresent + {-VP (Impf Ind Pl P1) =>-} "havem" ; --# notpresent + {-VP (Impf Ind Pl P2) =>-} "haveu" ; --# notpresent + {-VP (Impf Ind Pl P3) =>-} "havien" ; --# notpresent + {-VP (Impf Subj Sg P1) =>-} "hagus" ; --# notpresent + {-VP (Impf Subj Sg P2) =>-} "haguessis" ; --# notpresent + {-VP (Impf Subj Sg P3) =>-} "hagus" ; --# notpresent + {-VP (Impf Subj Pl P1) =>-} "hagussim" ; --# notpresent + {-VP (Impf Subj Pl P2) =>-} "hagussiu" ; --# notpresent + {-VP (Impf Subj Pl P3) =>-} "haguessin" ; --# notpresent + {-VP (Pret Sg P1) =>-} "hagu" ; --# notpresent + {-VP (Pret Sg P2) =>-} "hagueres" ; --# notpresent + {-VP (Pret Sg P3) =>-} "hagu" ; --# notpresent + {-VP (Pret Pl P1) =>-} "hagurem" ; --# notpresent + {-VP (Pret Pl P2) =>-} "hagureu" ; --# notpresent + {-VP (Pret Pl P3) =>-} "hagueren" ; --# notpresent + {-VP (Fut Sg P1) =>-} "haur" ; --# notpresent + {-VP (Fut Sg P2) =>-} "haurs" ; --# notpresent + {-VP (Fut Sg P3) =>-} "haur" ; --# notpresent + {-VP (Fut Pl P1) =>-} "haurem" ; --# notpresent + {-VP (Fut Pl P2) =>-} "haureu" ; --# notpresent + {-VP (Fut Pl P3) =>-} "hauran" ; --# notpresent + {-VP (Cond Sg P1) =>-} "hauria" ; --# notpresent + {-VP (Cond Sg P2) =>-} "hauries" ; --# notpresent + {-VP (Cond Sg P3) =>-} "hauria" ; --# notpresent + {-VP (Cond Pl P1) =>-} "haurem" ; --# notpresent + {-VP (Cond Pl P2) =>-} "haureu" ; --# notpresent + {-VP (Cond Pl P3) =>-} "haurien" ; --# notpresent + {-VP (Imp Sg P1) =>-} variants {} ; + {-VP (Imp Sg P2) =>-} variants {} ; + {-VP (Imp Sg P3) =>-} variants {} ; + {-VP (Imp Pl P1) =>-} variants {} ; + {-VP (Imp Pl P2) =>-} variants {} ; + {-VP (Imp Pl P3) =>-} variants {} ; + {-VP (Pass Sg Masc) =>-} "hagut" ; + {-VP (Pass Sg Fem) =>-} "haguda" ; + {-VP (Pass Pl Masc) =>-} "haguts" ; + {-VP (Pass Pl Fem) =>-} "hagudes" + ] + } ; + +lin estar_V = verbV +{s = table (BeschCat.VFB) [ +{-VI Infn =>-} "estar" ; +{-VI Ger =>-} "estant" ; +{-VI Part =>-} "estat" ; +{-VP (Pres Ind Pl P1) =>-} "estem" ; +{-VP (Pres Ind Sg P1) =>-} "estic" ; +{-VP (Pres Ind Pl P2) =>-} "esteu" ; +{-VP (Pres Ind Sg P2) =>-} "ests" ; +{-VP (Pres Ind Pl P3) =>-} "estan" ; +{-VP (Pres Ind Sg P3) =>-} "est" ; +{-VP (Pres Subj Pl P1) =>-} "estiguem" ; +{-VP (Pres Subj Sg P1) =>-} "estigui" ; +{-VP (Pres Subj Pl P2) =>-} "estigueu" ; +{-VP (Pres Subj Sg P2) =>-} "estiguis" ; +{-VP (Pres Subj Pl P3) =>-} "estiguin" ; +{-VP (Pres Subj Sg P3) =>-} "estigui" ; +{-VP (Impf Ind Pl P1) =>-} "estvem" ;--# notpresent +{-VP (Impf Ind Sg P1) =>-} "estava" ;--# notpresent +{-VP (Impf Ind Pl P2) =>-} "estveu" ;--# notpresent +{-VP (Impf Ind Sg P2) =>-} "estaves" ;--# notpresent +{-VP (Impf Ind Pl P3) =>-} "estaven" ;--# notpresent +{-VP (Impf Ind Sg P3) =>-} "estava" ;--# notpresent +{-VP (Impf Subj Pl P1) =>-} "estigussim" ;--# notpresent +{-VP (Impf Subj Sg P1) =>-} "estigus" ;--# notpresent +{-VP (Impf Subj Pl P2) =>-} "estigussiu" ;--# notpresent +{-VP (Impf Subj Sg P2) =>-} "estiguessis" ;--# notpresent +{-VP (Impf Subj Pl P3) =>-} "estiguessin" ;--# notpresent +{-VP (Impf Subj Sg P3) =>-} "estigus" ;--# notpresent +{-VP (Fut Pl P1) =>-} "estarem" ;--# notpresent +{-VP (Fut Sg P1) =>-} "estar" ;--# notpresent +{-VP (Fut Pl P2) =>-} "estareu" ;--# notpresent +{-VP (Fut Sg P2) =>-} "estars" ;--# notpresent +{-VP (Fut Pl P3) =>-} "estaran" ;--# notpresent +{-VP (Fut Sg P3) =>-} "estar" ;--# notpresent +{-VP (Pret Pl P1) =>-} "estigussim" ;--# notpresent +{-VP (Pret Sg P1) =>-} "estigus" ;--# notpresent +{-VP (Pret Pl P2) =>-} "estigussiu" ;--# notpresent +{-VP (Pret Sg P2) =>-} "estiguessis" ;--# notpresent +{-VP (Pret Pl P3) =>-} "estiguessin" ;--# notpresent +{-VP (Pret Sg P3) =>-} "estigus" ;--# notpresent +{-VP (Cond Pl P1) =>-} "estarem" ;--# notpresent +{-VP (Cond Sg P1) =>-} "estaria" ;--# notpresent +{-VP (Cond Pl P2) =>-} "estareu" ;--# notpresent +{-VP (Cond Sg P2) =>-} "estaries" ;--# notpresent +{-VP (Cond Pl P3) =>-} "estarien" ;--# notpresent +{-VP (Cond Sg P3) =>-} "estaria" ;--# notpresent +{-VP (Imp Pl P1) =>-} "estiguem" ; +{-VP (Imp Pl P2) =>-} "estigueu" ; +{-VP (Imp Sg P2) =>-} "estigues" ; +{-VP (Imp Pl P3) =>-} "estiguin" ; +{-VP (Imp Sg P3) =>-} "estigui" ; +{-VP (Pass Sg Masc) =>-} "estat" ; +{-VP (Pass Sg Fem) =>-} "estada" ; +{-VP (Pass Pl Masc) =>-} "estats" ; +{-VP (Pass Pl Fem) =>-} "estades" ; +{-VP (Imp Sg P1) =>-} variants {} +] +} ; + +lin ser_V = verbV +{s = table (BeschCat.VFB) [ + {-VI Infn=>-} variants {"sser" ; "ser" } ; + {-VI Ger =>-} "ssent" ; + {-VI Part =>-} "estat" ; + {-VP (Pres Ind Sg P1) =>-} "sc" ; + {-VP (Pres Ind Sg P2) =>-} "ets" ; + {-VP (Pres Ind Sg P3) =>-} "s" ; + {-VP (Pres Ind Pl P1) =>-} "som" ; + {-VP (Pres Ind Pl P2) =>-} "sou" ; + {-VP (Pres Ind Pl P3) =>-} "sn" ; + {-VP (Pres Subj Sg P1) =>-} "sigui" ; + {-VP (Pres Subj Sg P2) =>-} "sigui" ; + {-VP (Pres Subj Sg P3) =>-} "sigui" ; + {-VP (Pres Subj Pl P1) =>-} "siguem" ; + {-VP (Pres Subj Pl P2) =>-} "sigueu" ; + {-VP (Pres Subj Pl P3) =>-} "siguin" ; + {-VP (Impf Ind Sg P1) =>-} "era" ; --# notpresent + {-VP (Impf Ind Sg P2) =>-} "eres" ; --# notpresent + {-VP (Impf Ind Sg P3) =>-} "era" ; --# notpresent + {-VP (Impf Ind Pl P1) =>-} "rem" ; --# notpresent + {-VP (Impf Ind Pl P2) =>-} "reu" ; --# notpresent + {-VP (Impf Ind Pl P3) =>-} "eren" ; --# notpresent + {-VP (Impf Subj Sg P1) =>-} "fos" ; --# notpresent + {-VP (Impf Subj Sg P2) =>-} "fossis" ; --# notpresent + {-VP (Impf Subj Sg P3) =>-} "fos" ; --# notpresent + {-VP (Impf Subj Pl P1) =>-} "fssim" ; --# notpresent + {-VP (Impf Subj Pl P2) =>-} "fssiu" ; --# notpresent + {-VP (Impf Subj Pl P3) =>-} "fossin" ; --# notpresent + {-VP (Pret Sg P1) =>-} "fui" ; --# notpresent + {-VP (Pret Sg P2) =>-} "fores" ; --# notpresent + {-VP (Pret Sg P3) =>-} "fou" ; --# notpresent + {-VP (Pret Pl P1) =>-} "frem" ; --# notpresent + {-VP (Pret Pl P2) =>-} "freu" ; --# notpresent + {-VP (Pret Pl P3) =>-} "foren" ; --# notpresent + {-VP (Fut Sg P1) =>-} "ser" ; --# notpresent + {-VP (Fut Sg P2) =>-} "sers" ; --# notpresent + {-VP (Fut Sg P3) =>-} "ser" ; --# notpresent + {-VP (Fut Pl P1) =>-} "serem" ; --# notpresent + {-VP (Fut Pl P2) =>-} "sereu" ; --# notpresent + {-VP (Fut Pl P3) =>-} "seran" ; --# notpresent + {-VP (Cond Sg P1) =>-} variants {"sera" ; "fra"} ; --# notpresent + {-VP (Cond Sg P2) =>-} variants {"series" ; "fores"} ; --# notpresent + {-VP (Cond Sg P3) =>-} variants {"seria" ; "fra"} ; --# notpresent + {-VP (Cond Pl P1) =>-} variants {"serem" ; "frem"} ; --# notpresent + {-VP (Cond Pl P2) =>-} variants {"sereu" ; "freu"} ; --# notpresent + {-VP (Cond Pl P3) =>-} variants {"serien" ; "foren"} ; --# notpresent + {-VP (Imp Sg P1) =>-} variants {} ; + {-VP (Imp Sg P2) =>-} "sigues" ; + {-VP (Imp Sg P3) =>-} "sigui" ; + {-VP (Imp Pl P1) =>-} "siguem" ; + {-VP (Imp Pl P2) =>-} "sigeu" ; + {-VP (Imp Pl P3) =>-} "siguin" ; + {-VP (Pass Sg Masc) =>-} variants {"estat" ; "sigut"} ; + {-VP (Pass Sg Fem) =>-} variants {"estada" ; "siguda"} ; + {-VP (Pass Pl Masc) =>-} variants {"estats" ; "siguts"} ; + {-VP (Pass Pl Fem) =>-} variants {"estades"; "sigudes"} + ] + } ; + + --automatic +lin callar_V = verbV +{s = table (BeschCat.VFB) [ +{-VI Inf =>-} "callar" ; +{-VI Ger =>-} "callant" ; +{-VI Part =>-} "callat" ; +{-VP (Pres Ind Pl P1) =>-} "callem" ; +{-VP (Pres Ind Sg P1) =>-} "callo" ; +{-VP (Pres Ind Pl P2) =>-} "calleu" ; +{-VP (Pres Ind Sg P2) =>-} "calles" ; +{-VP (Pres Ind Pl P3) =>-} "callen" ; +{-VP (Pres Ind Sg P3) =>-} "calla" ; +{-VP (Pres Subj Pl P1) =>-} "callem" ; +{-VP (Pres Subj Sg P1) =>-} "calli" ; +{-VP (Pres Subj Pl P2) =>-} "calleu" ; +{-VP (Pres Subj Sg P2) =>-} "callis" ; +{-VP (Pres Subj Pl P3) =>-} "callin" ; +{-VP (Pres Subj Sg P3) =>-} "calli" ; +{-VP (Impf Ind Pl P1) =>-} "callvem" ;--# notpresent +{-VP (Impf Ind Sg P1) =>-} "callava" ;--# notpresent +{-VP (Impf Ind Pl P2) =>-} "callveu" ;--# notpresent +{-VP (Impf Ind Sg P2) =>-} "callaves" ;--# notpresent +{-VP (Impf Ind Pl P3) =>-} "callaven" ;--# notpresent +{-VP (Impf Ind Sg P3) =>-} "callava" ;--# notpresent +{-VP (Impf Subj Pl P1) =>-} "callssim" ;--# notpresent +{-VP (Impf Subj Sg P1) =>-} "calls" ;--# notpresent +{-VP (Impf Subj Pl P2) =>-} "callssiu" ;--# notpresent +{-VP (Impf Subj Sg P2) =>-} "callessis" ;--# notpresent +{-VP (Impf Subj Pl P3) =>-} "callessin" ;--# notpresent +{-VP (Impf Subj Sg P3) =>-} "calls" ;--# notpresent +{-VP (Fut Pl P1) =>-} "callarem" ;--# notpresent +{-VP (Fut Sg P1) =>-} "callar" ;--# notpresent +{-VP (Fut Pl P2) =>-} "callareu" ;--# notpresent +{-VP (Fut Sg P2) =>-} "callars" ;--# notpresent +{-VP (Fut Pl P3) =>-} "callaran" ;--# notpresent +{-VP (Fut Sg P3) =>-} "callar" ;--# notpresent +{-VP (Pret Pl P1) =>-} "callssim" ;--# notpresent +{-VP (Pret Sg P1) =>-} "calls" ;--# notpresent +{-VP (Pret Pl P2) =>-} "callssiu" ;--# notpresent +{-VP (Pret Sg P2) =>-} "callessis" ;--# notpresent +{-VP (Pret Pl P3) =>-} "callessin" ;--# notpresent +{-VP (Pret Sg P3) =>-} "calls" ;--# notpresent +{-VP (Cond Pl P1) =>-} "callarem" ;--# notpresent +{-VP (Cond Sg P1) =>-} "callaria" ;--# notpresent +{-VP (Cond Pl P2) =>-} "callareu" ;--# notpresent +{-VP (Cond Sg P2) =>-} "callaries" ;--# notpresent +{-VP (Cond Pl P3) =>-} "callarien" ;--# notpresent +{-VP (Cond Sg P3) =>-} "callaria" ;--# notpresent +{-VP (Imp Pl P1) =>-} "callem" ; +{-VP (Imp Pl P2) =>-} "calleu" ; +{-VP (Imp Sg P2) =>-} "calla" ; +{-VP (Imp Pl P3) =>-} "callin" ; +{-VP (Imp Sg P3) =>-} "calli" ; +{-VP (Pass Pl Fem) =>-} "callades" ; +{-VP (Pass Sg Fem) =>-} "callada" ; +{-VP (Pass Pl Masc) =>-} "callats" ; +{-VP (Pass Sg Masc) =>-} "callat" ; +{-VP (Imp Sg P1) =>-} variants {} +] +} ; + +lin caure_V = verbV +{s = table (BeschCat.VFB) [ +{-VI Inf =>-} "caure" ; +{-VI Ger =>-} "caient" ; +{-VI Part =>-} "caigut" ; +{-VP (Pres Ind Pl P1) =>-} "caiem" ; +{-VP (Pres Ind Sg P1) =>-} "caic" ; +{-VP (Pres Ind Pl P2) =>-} "caieu" ; +{-VP (Pres Ind Sg P2) =>-} "caus" ; +{-VP (Pres Ind Pl P3) =>-} "cauen" ; +{-VP (Pres Ind Sg P3) =>-} "cau" ; +{-VP (Pres Subj Pl P1) =>-} "caiguem" ; +{-VP (Pres Subj Sg P1) =>-} "caigui" ; +{-VP (Pres Subj Pl P2) =>-} "caigueu" ; +{-VP (Pres Subj Sg P2) =>-} "caiguis" ; +{-VP (Pres Subj Pl P3) =>-} "caiguin" ; +{-VP (Pres Subj Sg P3) =>-} "caigui" ; +{-VP (Impf Ind Pl P1) =>-} "quiem" ;--# notpresent +{-VP (Impf Ind Sg P1) =>-} "queia" ;--# notpresent +{-VP (Impf Ind Pl P2) =>-} "quieu" ;--# notpresent +{-VP (Impf Ind Sg P2) =>-} "queies" ;--# notpresent +{-VP (Impf Ind Pl P3) =>-} "queien" ;--# notpresent +{-VP (Impf Ind Sg P3) =>-} "queia" ;--# notpresent +{-VP (Impf Subj Pl P1) =>-} "caigussim" ;--# notpresent +{-VP (Impf Subj Sg P1) =>-} "caigus" ;--# notpresent +{-VP (Impf Subj Pl P2) =>-} "caigussiu" ;--# notpresent +{-VP (Impf Subj Sg P2) =>-} "caiguessis" ;--# notpresent +{-VP (Impf Subj Pl P3) =>-} "caiguessin" ;--# notpresent +{-VP (Impf Subj Sg P3) =>-} "caigus" ;--# notpresent +{-VP (Fut Pl P1) =>-} "caurem" ;--# notpresent +{-VP (Fut Sg P1) =>-} "caur" ;--# notpresent +{-VP (Fut Pl P2) =>-} "caureu" ;--# notpresent +{-VP (Fut Sg P2) =>-} "caurs" ;--# notpresent +{-VP (Fut Pl P3) =>-} "cauran" ;--# notpresent +{-VP (Fut Sg P3) =>-} "caur" ;--# notpresent +{-VP (Pret Pl P1) =>-} "caigussim" ;--# notpresent +{-VP (Pret Sg P1) =>-} "caigus" ;--# notpresent +{-VP (Pret Pl P2) =>-} "caigussiu" ;--# notpresent +{-VP (Pret Sg P2) =>-} "caiguessis" ;--# notpresent +{-VP (Pret Pl P3) =>-} "caiguessin" ;--# notpresent +{-VP (Pret Sg P3) =>-} "caigus" ;--# notpresent +{-VP (Cond Pl P1) =>-} "caurem" ;--# notpresent +{-VP (Cond Sg P1) =>-} "cauria" ;--# notpresent +{-VP (Cond Pl P2) =>-} "caureu" ;--# notpresent +{-VP (Cond Sg P2) =>-} "cauries" ;--# notpresent +{-VP (Cond Pl P3) =>-} "caurien" ;--# notpresent +{-VP (Cond Sg P3) =>-} "cauria" ;--# notpresent +{-VP (Imp Pl P1) =>-} "caiguem" ; +{-VP (Imp Pl P2) =>-} "caieu" ; +{-VP (Imp Sg P2) =>-} "cau" ; +{-VP (Imp Pl P3) =>-} "caiguin" ; +{-VP (Imp Sg P3) =>-} "caigui" ; +{-VP (Pass Pl Fem) =>-} "caigudes" ; +{-VP (Pass Sg Fem) =>-} "caiguda" ; +{-VP (Pass Pl Masc) =>-} "caiguts" ; +{-VP (Pass Sg Masc) =>-} "caigut" ; +{-VP (Imp Sg P1) =>-} variants {} +] +} ; + +lin cloure_V = verbV +{s = table (BeschCat.VFB) [ +{-VI Inf =>-} "cloure" ; +{-VI Ger =>-} "cloent" ; +{-VI Part =>-} "clos" ; +{-VP (Pres Ind Pl P1) =>-} "cloem" ; +{-VP (Pres Ind Sg P1) =>-} "cloc" ; +{-VP (Pres Ind Pl P2) =>-} "cloeu" ; +{-VP (Pres Ind Sg P2) =>-} "clous" ; +{-VP (Pres Ind Pl P3) =>-} "clouen" ; +{-VP (Pres Ind Sg P3) =>-} "clou" ; +{-VP (Pres Subj Pl P1) =>-} "cloguem" ; +{-VP (Pres Subj Sg P1) =>-} "clogui" ; +{-VP (Pres Subj Pl P2) =>-} "clogueu" ; +{-VP (Pres Subj Sg P2) =>-} "cloguis" ; +{-VP (Pres Subj Pl P3) =>-} "cloguin" ; +{-VP (Pres Subj Sg P3) =>-} "clogui" ; +{-VP (Impf Ind Pl P1) =>-} "cloem" ;--# notpresent +{-VP (Impf Ind Sg P1) =>-} "cloa" ;--# notpresent +{-VP (Impf Ind Pl P2) =>-} "cloeu" ;--# notpresent +{-VP (Impf Ind Sg P2) =>-} "cloes" ;--# notpresent +{-VP (Impf Ind Pl P3) =>-} "cloen" ;--# notpresent +{-VP (Impf Ind Sg P3) =>-} "cloa" ;--# notpresent +{-VP (Impf Subj Pl P1) =>-} "clogussim" ;--# notpresent +{-VP (Impf Subj Sg P1) =>-} "clogus" ;--# notpresent +{-VP (Impf Subj Pl P2) =>-} "clogussiu" ;--# notpresent +{-VP (Impf Subj Sg P2) =>-} "cloguessis" ;--# notpresent +{-VP (Impf Subj Pl P3) =>-} "cloguessin" ;--# notpresent +{-VP (Impf Subj Sg P3) =>-} "clogus" ;--# notpresent +{-VP (Fut Pl P1) =>-} "clourem" ;--# notpresent +{-VP (Fut Sg P1) =>-} "clour" ;--# notpresent +{-VP (Fut Pl P2) =>-} "cloureu" ;--# notpresent +{-VP (Fut Sg P2) =>-} "clours" ;--# notpresent +{-VP (Fut Pl P3) =>-} "clouran" ;--# notpresent +{-VP (Fut Sg P3) =>-} "clour" ;--# notpresent +{-VP (Pret Pl P1) =>-} "clogussim" ;--# notpresent +{-VP (Pret Sg P1) =>-} "clogus" ;--# notpresent +{-VP (Pret Pl P2) =>-} "clogussiu" ;--# notpresent +{-VP (Pret Sg P2) =>-} "cloguessis" ;--# notpresent +{-VP (Pret Pl P3) =>-} "cloguessin" ;--# notpresent +{-VP (Pret Sg P3) =>-} "clogus" ;--# notpresent +{-VP (Cond Pl P1) =>-} "clourem" ;--# notpresent +{-VP (Cond Sg P1) =>-} "clouria" ;--# notpresent +{-VP (Cond Pl P2) =>-} "cloureu" ;--# notpresent +{-VP (Cond Sg P2) =>-} "clouries" ;--# notpresent +{-VP (Cond Pl P3) =>-} "clourien" ;--# notpresent +{-VP (Cond Sg P3) =>-} "clouria" ;--# notpresent +{-VP (Imp Pl P1) =>-} "cloguem" ; +{-VP (Imp Pl P2) =>-} "cloeu" ; +{-VP (Imp Sg P2) =>-} "clou" ; +{-VP (Imp Pl P3) =>-} "cloguin" ; +{-VP (Imp Sg P3) =>-} "clogui" ; +{-VP (Pass Pl Fem) =>-} "closes" ; +{-VP (Pass Sg Fem) =>-} "closa" ; +{-VP (Pass Pl Masc) =>-} "closos" ; +{-VP (Pass Sg Masc) =>-} "clos" ; +{-VP (Imp Sg P1) =>-} variants {} +] +} ; + +lin complaure_V = verbV +{s = table (BeschCat.VFB) [ +{-VI Inf =>-} "complaure" ; +{-VI Ger =>-} "complaent" ; +{-VI Part =>-} "complagut" ; +{-VP (Pres Ind Pl P1) =>-} "complaem" ; +{-VP (Pres Ind Sg P1) =>-} "complac" ; +{-VP (Pres Ind Pl P2) =>-} "complaeu" ; +{-VP (Pres Ind Sg P2) =>-} "complaus" ; +{-VP (Pres Ind Pl P3) =>-} "complauen" ; +{-VP (Pres Ind Sg P3) =>-} "complau" ; +{-VP (Pres Subj Pl P1) =>-} "complaguem" ; +{-VP (Pres Subj Sg P1) =>-} "complagui" ; +{-VP (Pres Subj Pl P2) =>-} "complagueu" ; +{-VP (Pres Subj Sg P2) =>-} "complaguis" ; +{-VP (Pres Subj Pl P3) =>-} "complaguin" ; +{-VP (Pres Subj Sg P3) =>-} "complagui" ; +{-VP (Impf Ind Pl P1) =>-} "complaem" ;--# notpresent +{-VP (Impf Ind Sg P1) =>-} "complaa" ;--# notpresent +{-VP (Impf Ind Pl P2) =>-} "complaeu" ;--# notpresent +{-VP (Impf Ind Sg P2) =>-} "complaes" ;--# notpresent +{-VP (Impf Ind Pl P3) =>-} "complaen" ;--# notpresent +{-VP (Impf Ind Sg P3) =>-} "complaa" ;--# notpresent +{-VP (Impf Subj Pl P1) =>-} "complagussim" ;--# notpresent +{-VP (Impf Subj Sg P1) =>-} "complagus" ;--# notpresent +{-VP (Impf Subj Pl P2) =>-} "complagussiu" ;--# notpresent +{-VP (Impf Subj Sg P2) =>-} "complaguessis" ;--# notpresent +{-VP (Impf Subj Pl P3) =>-} "complaguessin" ;--# notpresent +{-VP (Impf Subj Sg P3) =>-} "complagus" ;--# notpresent +{-VP (Fut Pl P1) =>-} "complaurem" ;--# notpresent +{-VP (Fut Sg P1) =>-} "complaur" ;--# notpresent +{-VP (Fut Pl P2) =>-} "complaureu" ;--# notpresent +{-VP (Fut Sg P2) =>-} "complaurs" ;--# notpresent +{-VP (Fut Pl P3) =>-} "complauran" ;--# notpresent +{-VP (Fut Sg P3) =>-} "complaur" ;--# notpresent +{-VP (Pret Pl P1) =>-} "complagussim" ;--# notpresent +{-VP (Pret Sg P1) =>-} "complagus" ;--# notpresent +{-VP (Pret Pl P2) =>-} "complagussiu" ;--# notpresent +{-VP (Pret Sg P2) =>-} "complaguessis" ;--# notpresent +{-VP (Pret Pl P3) =>-} "complaguessin" ;--# notpresent +{-VP (Pret Sg P3) =>-} "complagus" ;--# notpresent +{-VP (Cond Pl P1) =>-} "complaurem" ;--# notpresent +{-VP (Cond Sg P1) =>-} "complauria" ;--# notpresent +{-VP (Cond Pl P2) =>-} "complaureu" ;--# notpresent +{-VP (Cond Sg P2) =>-} "complauries" ;--# notpresent +{-VP (Cond Pl P3) =>-} "complaurien" ;--# notpresent +{-VP (Cond Sg P3) =>-} "complauria" ;--# notpresent +{-VP (Imp Pl P1) =>-} "complaguem" ; +{-VP (Imp Pl P2) =>-} "complaeu" ; +{-VP (Imp Sg P2) =>-} "complau" ; +{-VP (Imp Pl P3) =>-} "complaguin" ; +{-VP (Imp Sg P3) =>-} "complagui" ; +{-VP (Pass Pl Fem) =>-} "complagudes" ; +{-VP (Pass Sg Fem) =>-} "complaguda" ; +{-VP (Pass Pl Masc) =>-} "complaguts" ; +{-VP (Pass Sg Masc) =>-} "complagut" ; +{-VP (Imp Sg P1) =>-} variants {} +] +} ; + +lin contradir_V = verbV +{s = table (BeschCat.VFB) [ +{-VI Inf =>-} "contradir" ; +{-VI Ger =>-} "contradient" ; +{-VI Part =>-} "contradit" ; +{-VP (Pres Ind Pl P1) =>-} "contradiem" ; +{-VP (Pres Ind Sg P1) =>-} "contradic" ; +{-VP (Pres Ind Pl P2) =>-} "contradieu" ; +{-VP (Pres Ind Sg P2) =>-} "contradius" ; +{-VP (Pres Ind Pl P3) =>-} "contradiuen" ; +{-VP (Pres Ind Sg P3) =>-} "contradiu" ; +{-VP (Pres Subj Pl P1) =>-} "contradiguem" ; +{-VP (Pres Subj Sg P1) =>-} "contradigui" ; +{-VP (Pres Subj Pl P2) =>-} "contradigueu" ; +{-VP (Pres Subj Sg P2) =>-} "contradiguis" ; +{-VP (Pres Subj Pl P3) =>-} "contradiguin" ; +{-VP (Pres Subj Sg P3) =>-} "contradigui" ; +{-VP (Impf Ind Pl P1) =>-} "contradiem" ;--# notpresent +{-VP (Impf Ind Sg P1) =>-} "contradeia" ;--# notpresent +{-VP (Impf Ind Pl P2) =>-} "contradieu" ;--# notpresent +{-VP (Impf Ind Sg P2) =>-} "contradeies" ;--# notpresent +{-VP (Impf Ind Pl P3) =>-} "contradeien" ;--# notpresent +{-VP (Impf Ind Sg P3) =>-} "contradeia" ;--# notpresent +{-VP (Impf Subj Pl P1) =>-} "contradigussim" ;--# notpresent +{-VP (Impf Subj Sg P1) =>-} "contradigus" ;--# notpresent +{-VP (Impf Subj Pl P2) =>-} "contradigussiu" ;--# notpresent +{-VP (Impf Subj Sg P2) =>-} "contradiguessis" ;--# notpresent +{-VP (Impf Subj Pl P3) =>-} "contradiguessin" ;--# notpresent +{-VP (Impf Subj Sg P3) =>-} "contradigus" ;--# notpresent +{-VP (Fut Pl P1) =>-} "contradirem" ;--# notpresent +{-VP (Fut Sg P1) =>-} "contradir" ;--# notpresent +{-VP (Fut Pl P2) =>-} "contradireu" ;--# notpresent +{-VP (Fut Sg P2) =>-} "contradirs" ;--# notpresent +{-VP (Fut Pl P3) =>-} "contradiran" ;--# notpresent +{-VP (Fut Sg P3) =>-} "contradir" ;--# notpresent +{-VP (Pret Pl P1) =>-} "contradigussim" ;--# notpresent +{-VP (Pret Sg P1) =>-} "contradigus" ;--# notpresent +{-VP (Pret Pl P2) =>-} "contradigussiu" ;--# notpresent +{-VP (Pret Sg P2) =>-} "contradiguessis" ;--# notpresent +{-VP (Pret Pl P3) =>-} "contradiguessin" ;--# notpresent +{-VP (Pret Sg P3) =>-} "contradigus" ;--# notpresent +{-VP (Cond Pl P1) =>-} "contradirem" ;--# notpresent +{-VP (Cond Sg P1) =>-} "contradiria" ;--# notpresent +{-VP (Cond Pl P2) =>-} "contradireu" ;--# notpresent +{-VP (Cond Sg P2) =>-} "contradiries" ;--# notpresent +{-VP (Cond Pl P3) =>-} "contradirien" ;--# notpresent +{-VP (Cond Sg P3) =>-} "contradiria" ;--# notpresent +{-VP (Imp Pl P1) =>-} "contradiguem" ; +{-VP (Imp Pl P2) =>-} "contradigueu" ; +{-VP (Imp Sg P2) =>-} "contradigues" ; +{-VP (Imp Pl P3) =>-} "contradiguin" ; +{-VP (Imp Sg P3) =>-} "contradigui" ; +{-VP (Pass Pl Fem) =>-} "contradites" ; +{-VP (Pass Sg Fem) =>-} "contradita" ; +{-VP (Pass Pl Masc) =>-} "contradits" ; +{-VP (Pass Sg Masc) =>-} "contradit" ; +{-VP(Imp Sg P1) =>-} variants {} +] +} ; + +lin cosir_V = verbV +{s = table (BeschCat.VFB) [ +{-VI Inf =>-} "cosir" ; +{-VI Ger =>-} "cosint" ; +{-VI Part =>-} "cosit" ; +{-VP (Pres Ind Pl P1) =>-} "cosim" ; +{-VP (Pres Ind Sg P1) =>-} "cuso" ; +{-VP (Pres Ind Pl P2) =>-} "cosiu" ; +{-VP (Pres Ind Sg P2) =>-} "cuses" ; +{-VP (Pres Ind Pl P3) =>-} "cusen" ; +{-VP (Pres Ind Sg P3) =>-} "cus" ; +{-VP (Pres Subj Pl P1) =>-} "cosim" ; +{-VP (Pres Subj Sg P1) =>-} "cusi" ; +{-VP (Pres Subj Pl P2) =>-} "cosiu" ; +{-VP (Pres Subj Sg P2) =>-} "cusis" ; +{-VP (Pres Subj Pl P3) =>-} "cusin" ; +{-VP (Pres Subj Sg P3) =>-} "cusi" ; +{-VP (Impf Ind Pl P1) =>-} "cosem" ;--# notpresent +{-VP (Impf Ind Sg P1) =>-} "cosia" ;--# notpresent +{-VP (Impf Ind Pl P2) =>-} "coseu" ;--# notpresent +{-VP (Impf Ind Sg P2) =>-} "cosies" ;--# notpresent +{-VP (Impf Ind Pl P3) =>-} "cosien" ;--# notpresent +{-VP (Impf Ind Sg P3) =>-} "cosia" ;--# notpresent +{-VP (Impf Subj Pl P1) =>-} "cosssim" ;--# notpresent +{-VP (Impf Subj Sg P1) =>-} "coss" ;--# notpresent +{-VP (Impf Subj Pl P2) =>-} "cosssiu" ;--# notpresent +{-VP (Impf Subj Sg P2) =>-} "cosissis" ;--# notpresent +{-VP (Impf Subj Pl P3) =>-} "cosissin" ;--# notpresent +{-VP (Impf Subj Sg P3) =>-} "coss" ;--# notpresent +{-VP (Fut Pl P1) =>-} "cosirem" ;--# notpresent +{-VP (Fut Sg P1) =>-} "cosir" ;--# notpresent +{-VP (Fut Pl P2) =>-} "cosireu" ;--# notpresent +{-VP (Fut Sg P2) =>-} "cosirs" ;--# notpresent +{-VP (Fut Pl P3) =>-} "cosiran" ;--# notpresent +{-VP (Fut Sg P3) =>-} "cosir" ;--# notpresent +{-VP (Pret Pl P1) =>-} "cosssim" ;--# notpresent +{-VP (Pret Sg P1) =>-} "coss" ;--# notpresent +{-VP (Pret Pl P2) =>-} "cosssiu" ;--# notpresent +{-VP (Pret Sg P2) =>-} "cosissis" ;--# notpresent +{-VP (Pret Pl P3) =>-} "cosissin" ;--# notpresent +{-VP (Pret Sg P3) =>-} "coss" ;--# notpresent +{-VP (Cond Pl P1) =>-} "cosirem" ;--# notpresent +{-VP (Cond Sg P1) =>-} "cosiria" ;--# notpresent +{-VP (Cond Pl P2) =>-} "cosireu" ;--# notpresent +{-VP (Cond Sg P2) =>-} "cosiries" ;--# notpresent +{-VP (Cond Pl P3) =>-} "cosirien" ;--# notpresent +{-VP (Cond Sg P3) =>-} "cosiria" ;--# notpresent +{-VP (Imp Pl P1) =>-} "cosim" ; +{-VP (Imp Pl P2) =>-} "cosiu" ; +{-VP (Imp Sg P2) =>-} "cus" ; +{-VP (Imp Pl P3) =>-} "cusin" ; +{-VP (Imp Sg P3) =>-} "cusi" ; +{-VP (Pass Pl Fem) =>-} "cosides" ; +{-VP (Pass Sg Fem) =>-} "cosida" ; +{-VP (Pass Pl Masc) =>-} "cosits" ; +{-VP (Pass Sg Masc) =>-} "cosit" ; +{-VP (Imp Sg P1) =>-} variants {} +] +} ; + +lin dir_V = verbV +{s = table (BeschCat.VFB) [ +{-VI Inf =>-} "dir" ; +{-VI Ger =>-} "dient" ; +{-VI Part =>-} "dit" ; +{-VP (Pres Ind Pl P1) =>-} "diem" ; +{-VP (Pres Ind Sg P1) =>-} "dic" ; +{-VP (Pres Ind Pl P2) =>-} "dieu" ; +{-VP (Pres Ind Sg P2) =>-} "dius" ; +{-VP (Pres Ind Pl P3) =>-} "diuen" ; +{-VP (Pres Ind Sg P3) =>-} "diu" ; +{-VP (Pres Subj Pl P1) =>-} "diguem" ; +{-VP (Pres Subj Sg P1) =>-} "digui" ; +{-VP (Pres Subj Pl P2) =>-} "digueu" ; +{-VP (Pres Subj Sg P2) =>-} "diguis" ; +{-VP (Pres Subj Pl P3) =>-} "diguin" ; +{-VP (Pres Subj Sg P3) =>-} "digui" ; +{-VP (Impf Ind Pl P1) =>-} "diem" ;--# notpresent +{-VP (Impf Ind Sg P1) =>-} "deia" ;--# notpresent +{-VP (Impf Ind Pl P2) =>-} "dieu" ;--# notpresent +{-VP (Impf Ind Sg P2) =>-} "deies" ;--# notpresent +{-VP (Impf Ind Pl P3) =>-} "deien" ;--# notpresent +{-VP (Impf Ind Sg P3) =>-} "deia" ;--# notpresent +{-VP (Impf Subj Pl P1) =>-} "digussim" ;--# notpresent +{-VP (Impf Subj Sg P1) =>-} "digus" ;--# notpresent +{-VP (Impf Subj Pl P2) =>-} "digussiu" ;--# notpresent +{-VP (Impf Subj Sg P2) =>-} "diguessis" ;--# notpresent +{-VP (Impf Subj Pl P3) =>-} "diguessin" ;--# notpresent +{-VP (Impf Subj Sg P3) =>-} "digus" ;--# notpresent +{-VP (Fut Pl P1) =>-} "direm" ;--# notpresent +{-VP (Fut Sg P1) =>-} "dir" ;--# notpresent +{-VP (Fut Pl P2) =>-} "direu" ;--# notpresent +{-VP (Fut Sg P2) =>-} "dirs" ;--# notpresent +{-VP (Fut Pl P3) =>-} "diran" ;--# notpresent +{-VP (Fut Sg P3) =>-} "dir" ;--# notpresent +{-VP (Pret Pl P1) =>-} "digussim" ;--# notpresent +{-VP (Pret Sg P1) =>-} "digus" ;--# notpresent +{-VP (Pret Pl P2) =>-} "digussiu" ;--# notpresent +{-VP (Pret Sg P2) =>-} "diguessis" ;--# notpresent +{-VP (Pret Pl P3) =>-} "diguessin" ;--# notpresent +{-VP (Pret Sg P3) =>-} "digus" ;--# notpresent +{-VP (Cond Pl P1) =>-} "direm" ;--# notpresent +{-VP (Cond Sg P1) =>-} "diria" ;--# notpresent +{-VP (Cond Pl P2) =>-} "direu" ;--# notpresent +{-VP (Cond Sg P2) =>-} "diries" ;--# notpresent +{-VP (Cond Pl P3) =>-} "dirien" ;--# notpresent +{-VP (Cond Sg P3) =>-} "diria" ;--# notpresent +{-VP (Imp Pl P1) =>-} "diguem" ; +{-VP (Imp Pl P2) =>-} "digueu" ; +{-VP (Imp Sg P2) =>-} "digues" ; +{-VP (Imp Pl P3) =>-} "diguin" ; +{-VP (Imp Sg P3) =>-} "digui" ; +{-VP (Pass Pl Fem) =>-} "dites" ; +{-VP (Pass Sg Fem) =>-} "dita" ; +{-VP (Pass Pl Masc) =>-} "dits" ; +{-VP (Pass Sg Masc) =>-} "dit" ; +{-VP (Imp Sg P1) =>-} variants {} +] +} ; + +lin doldre_V = verbV +{s = table (BeschCat.VFB) [ +{-VI Inf =>-} "doldre" ; +{-VI Ger =>-} "dolent" ; +{-VI Part =>-} "dolgut" ; +{-VP (Pres Ind Pl P1) =>-} "dolem" ; +{-VP (Pres Ind Sg P1) =>-} "dolc" ; +{-VP (Pres Ind Pl P2) =>-} "doleu" ; +{-VP (Pres Ind Sg P2) =>-} "dols" ; +{-VP (Pres Ind Pl P3) =>-} "dolen" ; +{-VP (Pres Ind Sg P3) =>-} "dol" ; +{-VP (Pres Subj Pl P1) =>-} "dolguem" ; +{-VP (Pres Subj Sg P1) =>-} "dolgui" ; +{-VP (Pres Subj Pl P2) =>-} "dolgueu" ; +{-VP (Pres Subj Sg P2) =>-} "dolguis" ; +{-VP (Pres Subj Pl P3) =>-} "dolguin" ; +{-VP (Pres Subj Sg P3) =>-} "dolgui" ; +{-VP (Impf Ind Pl P1) =>-} "dolem" ;--# notpresent +{-VP (Impf Ind Sg P1) =>-} "dolia" ;--# notpresent +{-VP (Impf Ind Pl P2) =>-} "doleu" ;--# notpresent +{-VP (Impf Ind Sg P2) =>-} "dolies" ;--# notpresent +{-VP (Impf Ind Pl P3) =>-} "dolien" ;--# notpresent +{-VP (Impf Ind Sg P3) =>-} "dolia" ;--# notpresent +{-VP (Impf Subj Pl P1) =>-} "dolgussim" ;--# notpresent +{-VP (Impf Subj Sg P1) =>-} "dolgus" ;--# notpresent +{-VP (Impf Subj Pl P2) =>-} "dolgussiu" ;--# notpresent +{-VP (Impf Subj Sg P2) =>-} "dolguessis" ;--# notpresent +{-VP (Impf Subj Pl P3) =>-} "dolguessin" ;--# notpresent +{-VP (Impf Subj Sg P3) =>-} "dolgus" ;--# notpresent +{-VP (Fut Pl P1) =>-} "doldrem" ;--# notpresent +{-VP (Fut Sg P1) =>-} "doldr" ;--# notpresent +{-VP (Fut Pl P2) =>-} "doldreu" ;--# notpresent +{-VP (Fut Sg P2) =>-} "doldrs" ;--# notpresent +{-VP (Fut Pl P3) =>-} "doldran" ;--# notpresent +{-VP (Fut Sg P3) =>-} "doldr" ;--# notpresent +{-VP (Pret Pl P1) =>-} "dolgussim" ;--# notpresent +{-VP (Pret Sg P1) =>-} "dolgus" ;--# notpresent +{-VP (Pret Pl P2) =>-} "dolgussiu" ;--# notpresent +{-VP (Pret Sg P2) =>-} "dolguessis" ;--# notpresent +{-VP (Pret Pl P3) =>-} "dolguessin" ;--# notpresent +{-VP (Pret Sg P3) =>-} "dolgus" ;--# notpresent +{-VP (Cond Pl P1) =>-} "doldrem" ;--# notpresent +{-VP (Cond Sg P1) =>-} "doldria" ;--# notpresent +{-VP (Cond Pl P2) =>-} "doldreu" ;--# notpresent +{-VP (Cond Sg P2) =>-} "doldries" ;--# notpresent +{-VP (Cond Pl P3) =>-} "doldrien" ;--# notpresent +{-VP (Cond Sg P3) =>-} "doldria" ;--# notpresent +{-VP (Imp Pl P1) =>-} "dolguem" ; +{-VP (Imp Pl P2) =>-} "doleu" ; +{-VP (Imp Sg P2) =>-} "dol" ; +{-VP (Imp Pl P3) =>-} "dolguin" ; +{-VP (Imp Sg P3) =>-} "dolgui" ; +{-VP (Pass Pl Fem) =>-} "dolgudes" ; +{-VP (Pass Sg Fem) =>-} "dolguda" ; +{-VP (Pass Pl Masc) =>-} "dolguts" ; +{-VP (Pass Sg Masc) =>-} "dolgut" ; +{-VP (Imp Sg P1) =>-} variants {} +] +} ; + +--{-- +--lin donar_V = verbV +--{s = table (BeschCat.VFB) [ +--{-VI Inf =>-} "donar" ; +--{-VI Ger =>-} "donant" ; +--{-VI Part =>-} "donat" ; +--{-VP (Pres Ind Pl P1) =>-} "donem" ; +--{-VP (Pres Ind Sg P1) =>-} "dono" ; +--{-VP (Pres Ind Pl P2) =>-} "doneu" ; +--{-VP (Pres Ind Pl P3) =>-} "donen" ; +--{-VP (Pres Subj Pl P1) =>-} "donem" ; +--{-VP (Pres Subj Sg P1) =>-} "doni" ; +--{-VP (Pres Subj Pl P2) =>-} "doneu" ; +--{-VP (Pres Subj Sg P2) =>-} "donis" ; +--{-VP (Pres Subj Pl P3) =>-} "donin" ; +--{-VP (Pres Subj Sg P3) =>-} "doni" ; +--{-VP (Impf Ind Pl P1) =>-} "donvem" ;--# notpresent +--{-VP (Impf Ind Sg P1) =>-} "donava" ;--# notpresent +--{-VP (Impf Ind Pl P2) =>-} "donveu" ;--# notpresent +--{-VP (Impf Ind Sg P2) =>-} "donaves" ;--# notpresent +--{-VP (Impf Ind Pl P3) =>-} "donaven" ;--# notpresent +--{-VP (Impf Ind Sg P3) =>-} "donava" ;--# notpresent +--{-VP (Impf Subj Pl P1) =>-} "donssim" ;--# notpresent +--{-VP (Impf Subj Sg P1) =>-} "dons" ;--# notpresent +--{-VP (Impf Subj Pl P2) =>-} "donssiu" ;--# notpresent +--{-VP (Impf Subj Sg P2) =>-} "donessis" ;--# notpresent +--{-VP (Impf Subj Pl P3) =>-} "donessin" ;--# notpresent +--{-VP (Impf Subj Sg P3) =>-} "dons" ;--# notpresent +--{-VP (Fut Pl P1) =>-} "donarem" ;--# notpresent +--{-VP (Fut Sg P1) =>-} "donar" ;--# notpresent +--{-VP (Fut Pl P2) =>-} "donareu" ;--# notpresent +--{-VP (Fut Sg P2) =>-} "donars" ;--# notpresent +--{-VP (Fut Pl P3) =>-} "donaran" ;--# notpresent +--{-VP (Fut Sg P3) =>-} "donar" ;--# notpresent +--{-VP (Pret Pl P1) =>-} "donssim" ;--# notpresent +--{-VP (Pret Sg P1) =>-} "dons" ;--# notpresent +--{-VP (Pret Pl P2) =>-} "donssiu" ;--# notpresent +--{-VP (Pret Sg P2) =>-} "donessis" ;--# notpresent +--{-VP (Pret Pl P3) =>-} "donessin" ;--# notpresent +--{-VP (Pret Sg P3) =>-} "dons" ;--# notpresent +--{-VP (Cond Pl P1) =>-} "donarem" ;--# notpresent +--{-VP (Cond Sg P1) =>-} "donaria" ;--# notpresent +--{-VP (Cond Pl P2) =>-} "donareu" ;--# notpresent +--{-VP (Cond Sg P2) =>-} "donaries" ;--# notpresent +--{-VP (Cond Pl P3) =>-} "donarien" ;--# notpresent +--{-VP (Cond Sg P3) =>-} "donaria" ;--# notpresent +--{-VP (Imp Pl P1) =>-} "donem" ; +--{-VP (Imp Pl P2) =>-} "doneu" ; +--{-VP (Imp Pl P3) =>-} "donin" ; +--{-VP (Imp Sg P3) =>-} "doni" ; +--{-VP (Pass Pl Fem) =>-} "donades" ; +--{-VP (Pass Sg Fem) =>-} "donada" ; +--{-VP (Pass Pl Masc) =>-} "donats" ; +--{-VP (Pass Sg Masc) =>-} "donat" ; +--{-VP (Pres Ind Sg P2) =>-} "dones" ; +--{-VP (Pres Ind Sg P3) =>-} "dona" ; +--{-VP (Imp Sg P2) =>-} "dona" ; +--{-VP (Imp Sg P1) =>-} variants {} +--] +--} ; +-- } + +--{-- +--lin endur_V = verbV +--{s = table (BeschCat.VFB) [ +--{-VI Inf =>-} "endur" ; +--{-VI Ger =>-} "enduent" ; +--{-VI Part =>-} "endut" ; +--{-VP (Pres Ind Pl P1) =>-} "enduem" ; +--{-VP (Pres Ind Sg P1) =>-} "enduc" ; +--{-VP (Pres Ind Pl P2) =>-} "endueu" ; +--{-VP (Pres Ind Sg P2) =>-} "endus" ; +--{-VP (Pres Ind Sg P2) =>-} "enduus" ; +--{-VP (Pres Ind Pl P3) =>-} "enduen" ; +--{-VP (Pres Ind Sg P3) =>-} "endu" ; +--{-VP (Pres Ind Sg P3) =>-} "enduu" ; +--{-VP (Pres Subj Pl P1) =>-} "enduguem" ; +--{-VP (Pres Subj Sg P1) =>-} "enduga" ; +--{-VP (Pres Subj Sg P1) =>-} "endugui" ; +--{-VP (Pres Subj Pl P2) =>-} "endugueu" ; +--{-VP (Pres Subj Sg P2) =>-} "endugues" ; +--{-VP (Pres Subj Sg P2) =>-} "enduguis" ; +--{-VP (Pres Subj Pl P3) =>-} "enduguen" ; +--{-VP (Pres Subj Pl P3) =>-} "enduguin" ; +--{-VP (Pres Subj Sg P3) =>-} "enduga" ; +--{-VP (Pres Subj Sg P3) =>-} "endugui" ; +--{-VP (Impf Ind Sg P1) =>-} "enduia" ;--# notpresent +--{-VP (Impf Ind Sg P2) =>-} "enduies" ;--# notpresent +--{-VP (Impf Ind Pl P3) =>-} "enduien" ;--# notpresent +--{-VP (Impf Ind Sg P3) =>-} "enduia" ;--# notpresent +--{-VP (Impf Ind Pl P1) =>-} "endiem" ;--# notpresent +--{-VP (Impf Ind Pl P2) =>-} "endieu" ;--# notpresent +--{-VP (Impf Subj Pl P1) =>-} "endugurem" ;--# notpresent +--{-VP (Impf Subj Pl P1) =>-} "endugussim" ;--# notpresent +--{-VP (Impf Subj Sg P1) =>-} "enduguera" ;--# notpresent +--{-VP (Impf Subj Sg P1) =>-} "endugus" ;--# notpresent +--{-VP (Impf Subj Pl P2) =>-} "endugureu" ;--# notpresent +--{-VP (Impf Subj Pl P2) =>-} "endugussiu" ;--# notpresent +--{-VP (Impf Subj Sg P2) =>-} "endugueres" ;--# notpresent +--{-VP (Impf Subj Sg P2) =>-} "enduguessis" ;--# notpresent +--{-VP (Impf Subj Pl P3) =>-} "endugueren" ;--# notpresent +--{-VP (Impf Subj Pl P3) =>-} "enduguessin" ;--# notpresent +--{-VP (Impf Subj Sg P3) =>-} "enduguera" ;--# notpresent +--{-VP (Impf Subj Sg P3) =>-} "endugus" ;--# notpresent +--{-VP (Pret Pl P1) =>-} "endugurem" ;--# notpresent +--{-VP (Pret Sg P1) =>-} "endugu" ;--# notpresent +--{-VP (Pret Pl P2) =>-} "endugureu" ;--# notpresent +--{-VP (Pret Sg P2) =>-} "endugueres" ;--# notpresent +--{-VP (Pret Pl P3) =>-} "endugueren" ;--# notpresent +--{-VP (Pret Sg P3) =>-} "endugu" ;--# notpresent +--{-VP (Fut Pl P1) =>-} "endurem" ;--# notpresent +--{-VP (Fut Sg P1) =>-} "endur" ;--# notpresent +--{-VP (Fut Pl P2) =>-} "endureu" ;--# notpresent +--{-VP (Fut Sg P2) =>-} "endurs" ;--# notpresent +--{-VP (Fut Pl P3) =>-} "enduran" ;--# notpresent +--{-VP (Fut Sg P3) =>-} "endur" ;--# notpresent +--{-VP (Cond Pl P1) =>-} "endurem" ;--# notpresent +--{-VP (Cond Sg P1) =>-} "enduria" ;--# notpresent +--{-VP (Cond Pl P2) =>-} "endureu" ;--# notpresent +--{-VP (Cond Sg P2) =>-} "enduries" ;--# notpresent +--{-VP (Cond Pl P3) =>-} "endurien" ;--# notpresent +--{-VP (Cond Sg P3) =>-} "enduria" ;--# notpresent +--{-VP (Imp Pl P1) =>-} "enduguem" ; +--{-VP (Imp Pl P2) =>-} "endueu" ; +--{-VP (Imp Sg P2) =>-} "endus" ; +--{-VP (Imp Sg P2) =>-} "enduu" ; +--{-VP (Imp Sg P2) =>-} "enduus" ; +--{-VP (Imp Pl P3) =>-} "enduguen" ; +--{-VP (Imp Pl P3) =>-} "enduguin" ; +--{-VP (Imp Sg P3) =>-} "enduga" ; +--{-VP (Imp Sg P3) =>-} "endugui" ; +--{-VP (Pass Pl Fem) =>-} "endutes" ; +--{-VP (Pass Sg Fem) =>-} "enduta" ; +--{-VP (Pass Pl Masc) =>-} "enduts" ; +--{-VP (Pass Sg Masc) =>-} "endut" ; +--{-VP (Imp Sg P1) =>-} variants {} +--] +--} ; +-- } + +lin escopir_V = verbV +{s = table (BeschCat.VFB) [ +{-VI Inf =>-} "escopir" ; +{-VI Ger =>-} "escopint" ; +{-VI Part =>-} "escopit" ; +{-VP (Pres Ind Pl P1) =>-} "escopim" ; +{-VP (Pres Ind Sg P1) =>-} "escupo" ; +{-VP (Pres Ind Pl P2) =>-} "escopiu" ; +{-VP (Pres Ind Sg P2) =>-} "escups" ; +{-VP (Pres Ind Pl P3) =>-} "escupen" ; +{-VP (Pres Ind Sg P3) =>-} "escup" ; +{-VP (Pres Subj Pl P1) =>-} "escopim" ; +{-VP (Pres Subj Sg P1) =>-} "escupi" ; +{-VP (Pres Subj Pl P2) =>-} "escopiu" ; +{-VP (Pres Subj Sg P2) =>-} "escupis" ; +{-VP (Pres Subj Pl P3) =>-} "escupin" ; +{-VP (Pres Subj Sg P3) =>-} "escupi" ; +{-VP (Impf Ind Pl P1) =>-} "escopem" ;--# notpresent +{-VP (Impf Ind Sg P1) =>-} "escopia" ;--# notpresent +{-VP (Impf Ind Pl P2) =>-} "escopeu" ;--# notpresent +{-VP (Impf Ind Sg P2) =>-} "escopies" ;--# notpresent +{-VP (Impf Ind Pl P3) =>-} "escopien" ;--# notpresent +{-VP (Impf Ind Sg P3) =>-} "escopia" ;--# notpresent +{-VP (Impf Subj Pl P1) =>-} "escopssim" ;--# notpresent +{-VP (Impf Subj Sg P1) =>-} "escops" ;--# notpresent +{-VP (Impf Subj Pl P2) =>-} "escopssiu" ;--# notpresent +{-VP (Impf Subj Sg P2) =>-} "escopissis" ;--# notpresent +{-VP (Impf Subj Pl P3) =>-} "escopissin" ;--# notpresent +{-VP (Impf Subj Sg P3) =>-} "escops" ;--# notpresent +{-VP (Fut Pl P1) =>-} "escopirem" ;--# notpresent +{-VP (Fut Sg P1) =>-} "escopir" ;--# notpresent +{-VP (Fut Pl P2) =>-} "escopireu" ;--# notpresent +{-VP (Fut Sg P2) =>-} "escopirs" ;--# notpresent +{-VP (Fut Pl P3) =>-} "escopiran" ;--# notpresent +{-VP (Fut Sg P3) =>-} "escopir" ;--# notpresent +{-VP (Pret Pl P1) =>-} "escopssim" ;--# notpresent +{-VP (Pret Sg P1) =>-} "escops" ;--# notpresent +{-VP (Pret Pl P2) =>-} "escopssiu" ;--# notpresent +{-VP (Pret Sg P2) =>-} "escopissis" ;--# notpresent +{-VP (Pret Pl P3) =>-} "escopissin" ;--# notpresent +{-VP (Pret Sg P3) =>-} "escops" ;--# notpresent +{-VP (Cond Pl P1) =>-} "escopirem" ;--# notpresent +{-VP (Cond Sg P1) =>-} "escopiria" ;--# notpresent +{-VP (Cond Pl P2) =>-} "escopireu" ;--# notpresent +{-VP (Cond Sg P2) =>-} "escopiries" ;--# notpresent +{-VP (Cond Pl P3) =>-} "escopirien" ;--# notpresent +{-VP (Cond Sg P3) =>-} "escopiria" ;--# notpresent +{-VP (Imp Pl P1) =>-} "escopim" ; +{-VP (Imp Pl P2) =>-} "escopiu" ; +{-VP (Imp Sg P2) =>-} "escup" ; +{-VP (Imp Pl P3) =>-} "escupin" ; +{-VP (Imp Sg P3) =>-} "escupi" ; +{-VP (Pass Pl Fem) =>-} "escopides" ; +{-VP (Pass Sg Fem) =>-} "escopida" ; +{-VP (Pass Pl Masc) =>-} "escopits" ; +{-VP (Pass Sg Masc) =>-} "escopit" ; +{-VP (Imp Sg P1) =>-} variants {} +] +} ; + +lin fondre_V = verbV +{s = table (BeschCat.VFB) [ +{-VI Inf =>-} "fondre" ; +{-VI Ger =>-} "fonent" ; +{-VI Part =>-} "fos" ; +{-VP (Pres Ind Pl P1) =>-} "fonem" ; +{-VP (Pres Ind Sg P1) =>-} "fonc" ; +{-VP (Pres Ind Pl P2) =>-} "foneu" ; +{-VP (Pres Ind Sg P2) =>-} "fons" ; +{-VP (Pres Ind Pl P3) =>-} "fonen" ; +{-VP (Pres Ind Sg P3) =>-} "fon" ; +{-VP (Pres Subj Pl P1) =>-} "fonguem" ; +{-VP (Pres Subj Sg P1) =>-} "fongui" ; +{-VP (Pres Subj Pl P2) =>-} "fongueu" ; +{-VP (Pres Subj Sg P2) =>-} "fonguis" ; +{-VP (Pres Subj Pl P3) =>-} "fonguin" ; +{-VP (Pres Subj Sg P3) =>-} "fongui" ; +{-VP (Impf Ind Pl P1) =>-} "fonem" ;--# notpresent +{-VP (Impf Ind Sg P1) =>-} "fonia" ;--# notpresent +{-VP (Impf Ind Pl P2) =>-} "foneu" ;--# notpresent +{-VP (Impf Ind Sg P2) =>-} "fonies" ;--# notpresent +{-VP (Impf Ind Pl P3) =>-} "fonien" ;--# notpresent +{-VP (Impf Ind Sg P3) =>-} "fonia" ;--# notpresent +{-VP (Impf Subj Pl P1) =>-} "fongussim" ;--# notpresent +{-VP (Impf Subj Sg P1) =>-} "fongus" ;--# notpresent +{-VP (Impf Subj Pl P2) =>-} "fongussiu" ;--# notpresent +{-VP (Impf Subj Sg P2) =>-} "fonguessis" ;--# notpresent +{-VP (Impf Subj Pl P3) =>-} "fonguessin" ;--# notpresent +{-VP (Impf Subj Sg P3) =>-} "fongus" ;--# notpresent +{-VP (Fut Pl P1) =>-} "fondrem" ;--# notpresent +{-VP (Fut Sg P1) =>-} "fondr" ;--# notpresent +{-VP (Fut Pl P2) =>-} "fondreu" ;--# notpresent +{-VP (Fut Sg P2) =>-} "fondrs" ;--# notpresent +{-VP (Fut Pl P3) =>-} "fondran" ;--# notpresent +{-VP (Fut Sg P3) =>-} "fondr" ;--# notpresent +{-VP (Pret Pl P1) =>-} "fongussim" ;--# notpresent +{-VP (Pret Sg P1) =>-} "fongus" ;--# notpresent +{-VP (Pret Pl P2) =>-} "fongussiu" ;--# notpresent +{-VP (Pret Sg P2) =>-} "fonguessis" ;--# notpresent +{-VP (Pret Pl P3) =>-} "fonguessin" ;--# notpresent +{-VP (Pret Sg P3) =>-} "fongus" ;--# notpresent +{-VP (Cond Pl P1) =>-} "fondrem" ;--# notpresent +{-VP (Cond Sg P1) =>-} "fondria" ;--# notpresent +{-VP (Cond Pl P2) =>-} "fondreu" ;--# notpresent +{-VP (Cond Sg P2) =>-} "fondries" ;--# notpresent +{-VP (Cond Pl P3) =>-} "fondrien" ;--# notpresent +{-VP (Cond Sg P3) =>-} "fondria" ;--# notpresent +{-VP (Imp Pl P1) =>-} "fonguem" ; +{-VP (Imp Pl P2) =>-} "foneu" ; +{-VP (Imp Sg P2) =>-} "fon" ; +{-VP (Imp Pl P3) =>-} "fonguin" ; +{-VP (Imp Sg P3) =>-} "fongui" ; +{-VP (Pass Pl Fem) =>-} "foses" ; +{-VP (Pass Sg Fem) =>-} "fosa" ; +{-VP (Pass Pl Masc) =>-} "fosos" ; +{-VP (Pass Sg Masc) =>-} "fos" ; +{-VP (Imp Sg P1) =>-} variants {} +] +} ; + + + + +lin jeure_V = verbV +{s = table (BeschCat.VFB) [ +{-VI Inf =>-} "jeure" ; +{-VI Ger =>-} "jaient" ; +{-VI Part =>-} "jagut" ; +{-VP (Pres Ind Pl P1) =>-} "jaiem" ; +{-VP (Pres Ind Sg P1) =>-} "jec" ; +{-VP (Pres Ind Pl P2) =>-} "jaieu" ; +{-VP (Pres Ind Sg P2) =>-} "jeus" ; +{-VP (Pres Ind Pl P3) =>-} "jeuen" ; +{-VP (Pres Ind Sg P3) =>-} "jeu" ; +{-VP (Pres Subj Pl P1) =>-} "jaguem" ; +{-VP (Pres Subj Sg P1) =>-} "jegui" ; +{-VP (Pres Subj Pl P2) =>-} "jagueu" ; +{-VP (Pres Subj Sg P2) =>-} "jeguis" ; +{-VP (Pres Subj Pl P3) =>-} "jeguin" ; +{-VP (Pres Subj Sg P3) =>-} "jegui" ; +{-VP (Impf Ind Pl P1) =>-} "jiem" ;--# notpresent +{-VP (Impf Ind Sg P1) =>-} "jeia" ;--# notpresent +{-VP (Impf Ind Pl P2) =>-} "jieu" ;--# notpresent +{-VP (Impf Ind Sg P2) =>-} "jeies" ;--# notpresent +{-VP (Impf Ind Pl P3) =>-} "jeien" ;--# notpresent +{-VP (Impf Ind Sg P3) =>-} "jeia" ;--# notpresent +{-VP (Impf Subj Pl P1) =>-} "jagussim" ;--# notpresent +{-VP (Impf Subj Sg P1) =>-} "jagus" ;--# notpresent +{-VP (Impf Subj Pl P2) =>-} "jagussiu" ;--# notpresent +{-VP (Impf Subj Sg P2) =>-} "jaguessis" ;--# notpresent +{-VP (Impf Subj Pl P3) =>-} "jaguessin" ;--# notpresent +{-VP (Impf Subj Sg P3) =>-} "jagus" ;--# notpresent +{-VP (Fut Pl P1) =>-} "jaurem" ;--# notpresent +{-VP (Fut Sg P1) =>-} "jaur" ;--# notpresent +{-VP (Fut Pl P2) =>-} "jaureu" ;--# notpresent +{-VP (Fut Sg P2) =>-} "jaurs" ;--# notpresent +{-VP (Fut Pl P3) =>-} "jauran" ;--# notpresent +{-VP (Fut Sg P3) =>-} "jaur" ;--# notpresent +{-VP (Pret Pl P1) =>-} "jagussim" ;--# notpresent +{-VP (Pret Sg P1) =>-} "jagus" ;--# notpresent +{-VP (Pret Pl P2) =>-} "jagussiu" ;--# notpresent +{-VP (Pret Sg P2) =>-} "jaguessis" ;--# notpresent +{-VP (Pret Pl P3) =>-} "jaguessin" ;--# notpresent +{-VP (Pret Sg P3) =>-} "jagus" ;--# notpresent +{-VP (Cond Pl P1) =>-} "jaurem" ;--# notpresent +{-VP (Cond Sg P1) =>-} "jauria" ;--# notpresent +{-VP (Cond Pl P2) =>-} "jaureu" ;--# notpresent +{-VP (Cond Sg P2) =>-} "jauries" ;--# notpresent +{-VP (Cond Pl P3) =>-} "jaurien" ;--# notpresent +{-VP (Cond Sg P3) =>-} "jauria" ;--# notpresent +{-VP (Imp Pl P1) =>-} "jaguem" ; +{-VP (Imp Pl P2) =>-} "jaieu" ; +{-VP (Imp Sg P2) =>-} "jeu" ; +{-VP (Imp Pl P3) =>-} "jeguin" ; +{-VP (Imp Sg P3) =>-} "jegui" ; +{-VP (Pass Pl Fem) =>-} "jagudes" ; +{-VP (Pass Sg Fem) =>-} "jaguda" ; +{-VP (Pass Pl Masc) =>-} "jaguts" ; +{-VP (Pass Sg Masc) =>-} "jagut" ; +{-VP (Imp Sg P1) =>-} variants {} +] +} ; + + + + + + +lin omplir_V = verbV +{s = table (BeschCat.VFB) [ +{-VI Inf =>-} "omplir" ; +{-VI Ger =>-} "omplint" ; +{-VI Part =>-} "omplert" ; +{-VP (Pres Ind Pl P1) =>-} "omplim" ; +{-VP (Pres Ind Sg P1) =>-} "omplo" ; +{-VP (Pres Ind Pl P2) =>-} "ompliu" ; +{-VP (Pres Ind Sg P2) =>-} "omples" ; +{-VP (Pres Ind Pl P3) =>-} "omplen" ; +{-VP (Pres Ind Sg P3) =>-} "omple" ; +{-VP (Pres Subj Pl P1) =>-} "omplim" ; +{-VP (Pres Subj Sg P1) =>-} "ompli" ; +{-VP (Pres Subj Pl P2) =>-} "ompliu" ; +{-VP (Pres Subj Sg P2) =>-} "omplis" ; +{-VP (Pres Subj Pl P3) =>-} "omplin" ; +{-VP (Pres Subj Sg P3) =>-} "ompli" ; +{-VP (Impf Ind Pl P1) =>-} "omplem" ;--# notpresent +{-VP (Impf Ind Sg P1) =>-} "omplia" ;--# notpresent +{-VP (Impf Ind Pl P2) =>-} "ompleu" ;--# notpresent +{-VP (Impf Ind Sg P2) =>-} "omplies" ;--# notpresent +{-VP (Impf Ind Pl P3) =>-} "omplien" ;--# notpresent +{-VP (Impf Ind Sg P3) =>-} "omplia" ;--# notpresent +{-VP (Impf Subj Pl P1) =>-} "omplssim" ;--# notpresent +{-VP (Impf Subj Sg P1) =>-} "ompls" ;--# notpresent +{-VP (Impf Subj Pl P2) =>-} "omplssiu" ;--# notpresent +{-VP (Impf Subj Sg P2) =>-} "omplissis" ;--# notpresent +{-VP (Impf Subj Pl P3) =>-} "omplissin" ;--# notpresent +{-VP (Impf Subj Sg P3) =>-} "ompls" ;--# notpresent +{-VP (Fut Pl P1) =>-} "omplirem" ;--# notpresent +{-VP (Fut Sg P1) =>-} "omplir" ;--# notpresent +{-VP (Fut Pl P2) =>-} "omplireu" ;--# notpresent +{-VP (Fut Sg P2) =>-} "omplirs" ;--# notpresent +{-VP (Fut Pl P3) =>-} "ompliran" ;--# notpresent +{-VP (Fut Sg P3) =>-} "omplir" ;--# notpresent +{-VP (Pret Pl P1) =>-} "omplssim" ;--# notpresent +{-VP (Pret Sg P1) =>-} "ompls" ;--# notpresent +{-VP (Pret Pl P2) =>-} "omplssiu" ;--# notpresent +{-VP (Pret Sg P2) =>-} "omplissis" ;--# notpresent +{-VP (Pret Pl P3) =>-} "omplissin" ;--# notpresent +{-VP (Pret Sg P3) =>-} "ompls" ;--# notpresent +{-VP (Cond Pl P1) =>-} "omplirem" ;--# notpresent +{-VP (Cond Sg P1) =>-} "ompliria" ;--# notpresent +{-VP (Cond Pl P2) =>-} "omplireu" ;--# notpresent +{-VP (Cond Sg P2) =>-} "ompliries" ;--# notpresent +{-VP (Cond Pl P3) =>-} "omplirien" ;--# notpresent +{-VP (Cond Sg P3) =>-} "ompliria" ;--# notpresent +{-VP (Imp Pl P1) =>-} "omplim" ; +{-VP (Imp Pl P2) =>-} "ompliu" ; +{-VP (Imp Sg P2) =>-} "omple" ; +{-VP (Imp Pl P3) =>-} "omplin" ; +{-VP (Imp Sg P3) =>-} "ompli" ; +{-VP (Pass Pl Fem) =>-} "omplertes" ; +{-VP (Pass Sg Fem) =>-} "omplerta" ; +{-VP (Pass Pl Masc) =>-} "omplerts" ; +{-VP (Pass Sg Masc) =>-} "omplert" ; +{-VP (Imp Sg P1) =>-} variants {} +] +} ; + + + + + + + +lin venir_V = verbV +{s = table (BeschCat.VFB) [ +{-VI Inf =>-} "venir" ; +{-VI Ger =>-} "venint" ; +{-VI Part =>-} "vingut" ; +{-VP (Pres Ind Pl P1) =>-} "venim" ; +{-VP (Pres Ind Sg P1) =>-} "vinc" ; +{-VP (Pres Ind Pl P2) =>-} "veniu" ; +{-VP (Pres Ind Sg P2) =>-} "vns" ; +{-VP (Pres Ind Pl P3) =>-} "vnen" ; +{-VP (Pres Ind Sg P3) =>-} "ve" ; +{-VP (Pres Subj Pl P1) =>-} "vinguem" ; +{-VP (Pres Subj Sg P1) =>-} "vingui" ; +{-VP (Pres Subj Pl P2) =>-} "vingueu" ; +{-VP (Pres Subj Sg P2) =>-} "vinguis" ; +{-VP (Pres Subj Pl P3) =>-} "vinguin" ; +{-VP (Pres Subj Sg P3) =>-} "vingui" ; +{-VP (Impf Ind Pl P1) =>-} "venem" ;--# notpresent +{-VP (Impf Ind Sg P1) =>-} "venia" ;--# notpresent +{-VP (Impf Ind Pl P2) =>-} "veneu" ;--# notpresent +{-VP (Impf Ind Sg P2) =>-} "venies" ;--# notpresent +{-VP (Impf Ind Pl P3) =>-} "venien" ;--# notpresent +{-VP (Impf Ind Sg P3) =>-} "venia" ;--# notpresent +{-VP (Impf Subj Pl P1) =>-} "vingussim" ;--# notpresent +{-VP (Impf Subj Sg P1) =>-} "vingus" ;--# notpresent +{-VP (Impf Subj Pl P2) =>-} "vingussiu" ;--# notpresent +{-VP (Impf Subj Sg P2) =>-} "vinguessis" ;--# notpresent +{-VP (Impf Subj Pl P3) =>-} "vinguessin" ;--# notpresent +{-VP (Impf Subj Sg P3) =>-} "vingus" ;--# notpresent +{-VP (Fut Pl P1) =>-} "vindrem" ;--# notpresent +{-VP (Fut Sg P1) =>-} "vindr" ;--# notpresent +{-VP (Fut Pl P2) =>-} "vindreu" ;--# notpresent +{-VP (Fut Sg P2) =>-} "vindrs" ;--# notpresent +{-VP (Fut Pl P3) =>-} "vindran" ;--# notpresent +{-VP (Fut Sg P3) =>-} "vindr" ;--# notpresent +{-VP (Pret Pl P1) =>-} "vingussim" ;--# notpresent +{-VP (Pret Sg P1) =>-} "vingus" ;--# notpresent +{-VP (Pret Pl P2) =>-} "vingussiu" ;--# notpresent +{-VP (Pret Sg P2) =>-} "vinguessis" ;--# notpresent +{-VP (Pret Pl P3) =>-} "vinguessin" ;--# notpresent +{-VP (Pret Sg P3) =>-} "vingus" ;--# notpresent +{-VP (Cond Pl P1) =>-} "vindrem" ;--# notpresent +{-VP (Cond Sg P1) =>-} "vindria" ;--# notpresent +{-VP (Cond Pl P2) =>-} "vindreu" ;--# notpresent +{-VP (Cond Sg P2) =>-} "vindries" ;--# notpresent +{-VP (Cond Pl P3) =>-} "vindrien" ;--# notpresent +{-VP (Cond Sg P3) =>-} "vindria" ;--# notpresent +{-VP (Imp Pl P1) =>-} "vinguem" ; +{-VP (Imp Pl P2) =>-} "veniu" ; +{-VP (Imp Sg P2) =>-} "vine" ; +{-VP (Imp Pl P3) =>-} "vinguin" ; +{-VP (Imp Sg P3) =>-} "vingui" ; +{-VP (Pass Pl Fem) =>-} "vingudes" ; +{-VP (Pass Sg Fem) =>-} "vinguda" ; +{-VP (Pass Pl Masc) =>-} "vinguts" ; +{-VP (Pass Sg Masc) =>-} "vingut" ; +{-VP (Imp Sg P1) =>-} variants {} +] +} ; +} diff --git a/deprecated/old-lib/resource/catalan/IrregCatAbs.gf b/deprecated/old-lib/resource/catalan/IrregCatAbs.gf new file mode 100644 index 000000000..d5aa65fc6 --- /dev/null +++ b/deprecated/old-lib/resource/catalan/IrregCatAbs.gf @@ -0,0 +1,1106 @@ +abstract IrregCatAbs = Cat ** { +-- 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 abuolar_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 argir_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 astreir_V : V ; +-- fun astriir_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 bruir_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 ceir_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 constreir_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 desceir_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 desler_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 desor_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 desteir_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 engrer_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 ensoar_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 entreor_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 estreir_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 frer_V : V ; +-- fun fruir_V : V ; +-- fun fruncir_V : V ; +-- fun frutecer_V : V ; +-- fun fulgir_V : V ; +-- fun fungir_V : V ; +-- fun gair_V : V ; +-- fun garantir_V : V ; +-- fun gemir_V : V ; +-- fun gernir_V : V ; +-- fun gobernar_V : V ; +-- fun grandisonar_V : V ; +-- fun gruir_V : V ; +-- fun gruir_V : V ; +-- fun guair_V : V ; +-- fun guarecer_V : V ; +-- fun guarnecer_V : V ; + fun haver_V : V ; +-- fun hacendar_V : V ; +-- fun hacer_V : V ; +-- fun hebraizar_V : V ; +-- fun heder_V : V ; +-- fun heir_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 juir_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 muir_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 or_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 plair_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 reargir_V : V ; +-- fun reaventar_V : V ; +-- fun reblandecer_V : V ; +-- fun rebullir_V : V ; +-- fun recaer_V : V ; +-- fun recalentar_V : V ; +-- fun receir_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 redargir_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 refrer_V : V ; +-- fun refringir_V : V ; +-- fun refulgir_V : V ; +-- fun regair_V : V ; +-- fun regar_V : V ; +-- fun regimentar_V : V ; +-- fun regir_V : V ; +-- fun regoldar_V : V ; +-- fun regruir_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 reir_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 rer_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 restriir_V : V ; +-- fun restringir_V : V ; +-- fun resurgir_V : V ; +-- fun retallecer_V : V ; +-- fun reteir_V : V ; +-- fun retemblar_V : V ; +-- fun retener_V : V ; +-- fun retentar_V : V ; +-- fun retiir_V : V ; +-- fun retoecer_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 soar_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 sofrer_V : V ; +-- fun solar_V : V ; +-- fun soldar_V : V ; +-- fun soler_V : V ; +-- fun soltar_V : V ; +-- fun sonar_V : V ; +-- fun sonrer_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 taer_V : V ; +-- fun tallecer_V : V ; +-- fun tardecer_V : V ; +-- fun teir_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 trasoar_V : V ; +-- fun trasor_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 ; +fun haver_V : V ; +fun estar_V : V ; +fun callar_V : V ; +fun caure_V : V ; +fun cloure_V : V ; +fun complaure_V : V ; +fun contradir_V : V ; +fun cosir_V : V ; +fun dir_V : V ; +fun doldre_V : V ; +fun endur_V : V ; +fun escopir_V : V ; +fun fondre_V : V ; +fun jeure_V : V ; +fun omplir_V : V ; +fun venir_V : V ; +} diff --git a/deprecated/old-lib/resource/catalan/LangCat.gf b/deprecated/old-lib/resource/catalan/LangCat.gf new file mode 100644 index 000000000..6e74e77bb --- /dev/null +++ b/deprecated/old-lib/resource/catalan/LangCat.gf @@ -0,0 +1,10 @@ +--# -path=.:../romance:../abstract:../common:prelude + +concrete LangCat of Lang = + GrammarCat, + LexiconCat + ** { + +flags startcat = Phr ; unlexer = text ; lexer = text ; + +} ; diff --git a/deprecated/old-lib/resource/catalan/LexiconCat.gf b/deprecated/old-lib/resource/catalan/LexiconCat.gf new file mode 100644 index 000000000..d06cc7e57 --- /dev/null +++ b/deprecated/old-lib/resource/catalan/LexiconCat.gf @@ -0,0 +1,365 @@ +--# -path=.:../romance:../common:../abstract:../../prelude + +concrete LexiconCat of Lexicon = CatCat ** open + (M=MorphoCat), ParadigmsCat, BeschCat in { + +flags + optimize=values ; + +oper + regFN : Str -> N = \s -> femN (regN s) ; + regMN : Str -> N = \s -> regN s ; + irregMN : Str -> Str -> N = \pa,pans -> M.mkNounIrreg pa pans masculine ; + +lin + airplane_N = regMN "avi" ; + + answer_V2S = mkV2S (verbV (compondre_26 "respondre")) dative ; + apartment_N = regMN "pis" ; + apple_N = regFN "poma" ; + art_N = regMN "art" ; + ask_V2Q = mkV2Q (regV "preguntar") dative ; + baby_N = regMN "nad" ; + bad_A = mkADeg (regA "dolent") (regA "pitjor") ; + bank_N = regMN "banc" ; + beautiful_A = prefA (regADeg "bell") ; + become_VA = reflV (regV "tornar") ; -- esdevenir + beer_N = regFN "cervesa" ; + beg_V2V = mkV2V (regV "demanar") accusative dative ; + big_A = regADeg "gros" ; + bike_N = regFN "bicicleta" ; + bird_N = regMN "ocell" ; + black_A = compADeg (mkA "negre" "negra" "negres" "negres" "negrament") ; + blue_A = compADeg (mkA "blau" "blava" "blaus" "blaves" "blavament") ; + boat_N = regFN "barca" ; + book_N = regMN "llibre" ; + boot_N = regFN "bota" ; + boss_N = regMN "cap" ; + boy_N = regMN "noi" ; + bread_N = irregMN "pa" "pans" ; + break_V2 = dirV2 (verbV (trencar_112 "trencar")) ; + broad_A = regADeg "ample" ; -- put it in MorphoCat?: like black_A + brother_N2 = deN2 (regMN "germ") ; + brown_A = compADeg (mkA "marr" "marrona" "marrons" "marrones" "marronament") ; + butter_N = regFN "mantega" ; + buy_V2 = dirV2 (regV "comprar") ; + camera_N = regFN "cmara" ; + cap_N = regFN "gorra" ; + car_N = regMN "cotxe" ; + carpet_N = regFN "catifa" ; + cat_N = regMN "gat" ; -- gata + ceiling_N = regMN "sostre" ; + chair_N = regFN "cadira" ; + cheese_N = regMN "formatge" ; + child_N = regMN "nen" ; -- nena + church_N = regFN "esglsia" ; + city_N = regFN "ciutat" ; + clean_A = regADeg "net" ; + clever_A = regADeg "inteligent" ; + close_V2 = dirV2 (verbV (trencar_112 "tancar")) ; + coat_N = regMN "abric" ; + cold_A = regADeg "fred" ; + come_V = verbV (venir_117 "venir") ; + computer_N = regMN "ordinador" ; + country_N = regMN "pas" ; -- masc + cousin_N = regMN "cos" ; + cow_N = regFN "vaca" ; + die_V = verbV (morir_71 "morir") ; + dirty_A = regADeg "brut" ; + distance_N3 = mkN3 (regFN "distncia") genitive dative ; + doctor_N = regMN "metge" ; -- metgessa + dog_N = regMN "gos" ; -- gossa + door_N = regFN "porta" ; + drink_V2 = dirV2 (verbV (beure_11 "beure")) ; + easy_A2V = mkA2V (regA "fcil") dative genitive ; + eat_V2 = dirV2 (verbV (envejar_48 "menjar")) ; + empty_A = compADeg (mkA "buit" "buida" "buits" "buides" "buidament") ; + enemy_N = regMN "enemic" ; -- enemiga + factory_N = regFN "fbrica" ; + father_N2 = deN2 (regMN "pare") ; + fear_VS = mkVS (verbV (tmer_107 "tmer")) ; + find_V2 = dirV2 (regV "trobar") ; + fish_N = regMN "peix" ; + floor_N = regMN "terra" ; -- sl + forget_V2 = dirV2 (regV "oblidar") ; + fridge_N = regFN "nevera" ; + friend_N = regMN "amic" ; -- amiga + fruit_N = regFN "fruita" ; + fun_AV = mkAV (regA "divertit") genitive ; + garden_N = regMN "jard" ; + girl_N = regFN "noia" ; + glove_N = regMN "guant" ; + gold_N = regMN "or" ; + good_A = mkADeg (mkA "b" "bona" "bons" "bones" "bonament") (regA "millor") ; ---- adv? + go_V = (verbV (anar_4 "anar")) ; + green_A = regADeg "verd" ; + harbour_N = regMN "port" ; + hate_V2 = dirV2 (verbV (canviar_16 "odiar")) ; + hat_N = regMN "barret" ; + have_V2 = dirV2 (verbV (tenir_108 "tenir")) ; + hear_V2 = mkV2 (regV "escoltar") dative ; -- Must be "oir". Add it to Besch + hill_N = regMN "tur" ; + hope_VS = mkVS (regV "esperar") ; + horse_N = regMN "cavall" ; + hot_A = regADeg "calent" ; + house_N = regFN "casa" ; + important_A = regADeg "important" ; + industry_N = regFN "indstria" ; + iron_N = regMN "ferro" ; + king_N = regMN "rei" ; + know_V2 = dirV2 (verbV (saber_99 "saber")) ; + lake_N = regMN "llac" ; + lamp_N = regFN "lmpada" ; + learn_V2 = dirV2 (verbV (aprendre_6 "aprendre")) ; + leather_N = regMN "cuiro" ; + leave_V2 = dirV2 (regV "partir") ; + like_V2 = dirV2 (verbV (canviar_16 "apreciar")) ; + listen_V2 = dirV2 (regV "escoltar") ; + live_V = verbV (viure_119 "viure") ; + long_A = regADeg "llarg" ; + lose_V2 = dirV2 (verbV (perdre_83 "perdre")) ; + love_N = regMN "amor" ; + love_V2 = dirV2 (regV "estimar") ; + man_N = regMN "home" ; -- masc + married_A2 = mkA2 (regA "casat") dative ; + meat_N = regFN "carn" ; + milk_N = regFN "llet" ; + moon_N = regFN "lluna" ; + mother_N2 = deN2 (regFN "mare") ; -- fem + mountain_N = regFN "muntanya" ; + music_N = regFN "msica" ; + narrow_A = regADeg "estret" ; + new_A = compADeg (mkA "nou" "nova" "nous" "noves" "novament") ; + newspaper_N = regMN "diari" ; -- peridic + oil_N = regMN "oli" ; + old_A = regADeg "vell" ; + open_V2 = dirV2 (verbV (obrir_77 "obrir")) ; + paint_V2A = mkV2A (regV "pintar") accusative (mkPrep "en") ; + paper_N = regMN "paper" ; + paris_PN = mkPN "Paris" masculine ; + peace_N = regFN "pau" ; + pen_N = regMN "llapis" ; + planet_N = regMN "planeta" ; + plastic_N = regMN "plstic" ; + play_V2 = dirV2 (verbV (pregar_86 "jugar")) ; + policeman_N = regMN "policia" ; -- fem refers to the institution + priest_N = regMN "capell" ; -- masc + probable_AS = mkAS (regA "probable") ; + queen_N = regN "reina" ; + radio_N = regFN "rdio" ; + rain_V0 = mkV0 (verbV (moure_72 "ploure")) ; + read_V2 = dirV2 (verbV (servir_101 "llegir")) ; + red_A = regADeg "vermell" ; + religion_N = mkN "religi" "religions" feminine ; + restaurant_N = regMN "restaurant" ; + river_N = regMN "riu" ; + rock_N = regFN "roca" ; + roof_N = regFN "teulada" ; + rubber_N = regFN "goma" ; + run_V = verbV (crrer_30 "crrer") ; + say_VS = mkVS (verbV (dir_41 "dir")) ; + school_N = regFN "escola" ; + science_N = regFN "cincia" ; + sea_N = regMN "mar" ; -- masc & fem + seek_V2 = dirV2 (verbV (trencar_112 "buscar")) ; + see_V2 = dirV2 (verbV (veure_118 "veure")) ; + sell_V3 = dirV3 (verbV (vendre_116 "vendre")) dative ; + send_V3 = dirV3 (verbV (canviar_16 "enviar")) dative ; + sheep_N = regFN "ovella" ; -- xai + ship_N = regMN "vaixell" ; + shirt_N = regFN "camisa" ; + shoe_N = regFN "sabata" ; + shop_N = regFN "botiga" ; + short_A = regADeg "curt" ; --- breu + silver_N = regFN "plata" ; + sister_N = regFN "germana" ; + sleep_V = verbV (dormir_44 "dormir") ; + small_A = prefA (regADeg "petit") ; + snake_N = regFN "serp" ; -- fem + sock_N = regMN "mitj" ; + speak_V2 = dirV2 (regV "parlar") ; + star_N = regFN "estrella" ; + steel_N = regMN "acer" ; + stone_N = regFN "pedra" ; + stove_N = regMN "forn" ; + student_N = regN "estudiant" ; -- used both for fem & masc + stupid_A = regADeg "estpid" ; + sun_N = regMN "sol" ; + switch8off_V2 = dirV2 (verbV (pregar_86 "apagar")) ; + switch8on_V2 = dirV2 (verbV (atendre_8 "encendre")) ; + table_N = regFN "taula" ; + talk_V3 = mkV3 (regV "parlar") dative genitive ; + teacher_N = regMN "mestre" ; -- mestra + teach_V2 = dirV2 (regV "ensenyar") ; + television_N = mkN "televisi" "televisions" feminine ; -- televisor masc + thick_A = compADeg (mkA "gruixut" "gruixuda" "gruixuts" "gruixudes" "gruixudament") ; + thin_A = compADeg (mkA "fi" "fina" "fins" "fines" "finament") ; + train_N = regMN "tren" ; + travel_V = verbV (envejar_48 "viatjar") ; + tree_N = regMN "arbre" ; + --- trousers_N = regN "pantaln" ; -- masc + ugly_A = compADeg (mkA "lleig" "lletja" "lletjos" "lletges" "lletjament") ; + understand_V2 = dirV2 (verbV (atendre_8 "entendre")) ; + university_N = regFN "universitat" ; + village_N = regMN "poble" ; + wait_V2 = mkV2 (regV "esperar") dative ; + walk_V = regV "caminar" ; + warm_A = regADeg "tebi" ; + war_N = regFN "guerra" ; + watch_V2 = dirV2 (regV "mirar") ; + water_N = regFN "aigua" ; + white_A = compADeg (mkA "blanc" "blanca" "blancs" "blanques" "blancament") ; + window_N = regFN "finestra" ; + wine_N = regMN "vi" ; + win_V2 = dirV2 (regV "guanyar") ; + woman_N = regFN "dona" ; + wonder_VQ = mkVQ (reflV (regV "preguntar")) ; + wood_N = regFN "fusta" ; + write_V2 = dirV2 (verbV (escriure_50 "escriure")) ; + yellow_A = compADeg (mkA "groc" "groga" "grocs" "grogues" "grogament") ; + young_A = compADeg (mkA "jove" "jove" "joves" "joves" "jovement") ; + do_V2 = dirV2 (verbV (fer_56 "fer")) ; + now_Adv = mkAdv "ara" ; + already_Adv = mkAdv "ja" ; + song_N = mkN "can" "canons" feminine ; + add_V3 = dirV3 (regV "afegir") dative ; -- also: (regV "sumar") + number_N = regMN "nmero" ; + put_V2 = dirV2 (regV "posar") ; + stop_V = regV "aturar" ; + jump_V = regV "saltar" ; + left_Ord = M.mkOrd (regA "esquerra") ; + right_Ord = M.mkOrd (regA "dreta") ; + far_Adv = mkAdv "lluny" ; + correct_A = regA "correcte" ; + dry_A = regA "sec" ; + dull_A = regA "balb" ; + full_A = regA "ple" ; + heavy_A = regA "pesat" ; + near_A = regA "proper" ; + rotten_A = regA "podrit" ; + round_A = regA "rod" ; + sharp_A = regA "esmolat" ; -- punxegut + smooth_A = regA "llis" ; + straight_A = regA "directe" ; + wet_A = regA "moll" ; + wide_A = regA "extens" ; + animal_N = regMN "animal" ; -- masc (sometimes fem when adj) + ashes_N = regMN "cendra" ; + back_N = regFN "esquena" ; + bark_N = regFN "escora" ; + belly_N = regFN "panxa" ; + blood_N = regFN "sang" ; + bone_N = regMN "os" ; + breast_N = regFN "sina" ; -- pit + cloud_N = regMN "nvol" ; + day_N = regMN "dia" ; + dust_N = regFN "pols" ; + ear_N = regFN "orella" ; + earth_N = regFN "terra" ; + egg_N = regMN "ou" ; + eye_N = regMN "ull" ; + fat_N = regMN "greix" ; + feather_N = regFN "pluma" ; + fingernail_N = regFN "ungla" ; + fire_N = regMN "foc" ; + flower_N = regFN "flor" ; + fog_N = regFN "boira" ; + foot_N = regMN "peu" ; + forest_N = regMN "bosc" ; + grass_N = regFN "herba" ; + guts_N = regMN "budell" ; + hair_N = regMN "cabell" ; + hand_N = regFN "m" ; + head_N = regMN "cap" ; + heart_N = regMN "cor" ; + horn_N = regFN "banya" ; + husband_N = regMN "marit" ; -- esps + ice_N = regMN "gel" ; + knee_N = regMN "genoll" ; + leaf_N = regFN "fulla" ; + leg_N = regFN "cama" ; + liver_N = regMN "fetge" ; + louse_N = regMN "poll" ; + mouth_N = regFN "boca" ; + name_N = regMN "nom" ; + neck_N = regMN "coll" ; + night_N = regFN "nit" ; + nose_N = regMN "nas" ; + person_N = regFN "persona" ; + rain_N = regFN "pluja" ; + road_N = regMN "carrer" ; + root_N = regFN "arrel" ; + rope_N = regN "corda" ; + salt_N = regFN "sal" ; + sand_N = regFN "sorra" ; + seed_N = regFN "llavor" ; + skin_N = regFN "pell" ; -- fem + sky_N = regMN "cel" ; + smoke_N = regMN "fum" ; + snow_N = regFN "neu" ; -- fem + stick_N = regMN "bast" ; + tail_N = regFN "cua" ; + tongue_N = regFN "llengua" ; + tooth_N = regFN "dent" ; + wife_N = regFN "esposa" ; + wind_N = regMN "vent" ; + wing_N = regFN "ala" ; + worm_N = regMN "cuc" ; + year_N = regMN "any" ; + bite_V2 = dirV2 (verbV (pregar_86 "mossegar")) ; + blow_V = regV "bufar" ; + burn_V = regV "cremar" ; + count_V2 = dirV2 (regV "comptar") ; + cut_V2 = dirV2 (regV "tallar") ; + dig_V = regV "cavar" ; + fall_V = verbV (caure_18 "caure") ; + fear_V2 = dirV2 (verbV (tmer_107 "tmer")) ; + fight_V2 = dirV2 (regV "lluitar") ; + float_V = regV "surar" ; + flow_V = verbV (reduir_94 "fluir") ; -- also: regV "circular" + fly_V = regV "volar" ; + freeze_V = regV "congelar" ; + give_V3 = dirdirV3 (verbV (donar_43 "donar")) ; + hit_V2 = dirV2 (verbV (trencar_112 "picar")) ; + hold_V2 = dirV2 (verbV (obtenir_78 "sostenir")) ; + hunt_V2 = dirV2 (verbV (comenar_22 "caar")) ; + kill_V2 = dirV2 (regV "matar") ; + laugh_V = verbV (riure_96 "riure") ; + lie_V = reflV (verbV (jeure_62 "jeure")) ; + play_V = verbV (pregar_86 "jugar") ; + pull_V2 = dirV2 (regV "tibar") ; + push_V2 = dirV2 (verbV (atnyer_59 "empnyer")) ; + rub_V2 = dirV2 (verbV (pregar_86 "refregar")) ; + scratch_V2 = dirV2 (regV "gratar") ; + sew_V = verbV (cosir_31 "cosir") ; + sing_V = regV "cantar" ; + sit_V = reflV (verbV (seure_102 "seure")) ; + smell_V = regV "ensumar" ; + spit_V = verbV (escopir_49 "escopir") ; + split_V2 = dirV2 (regV "separar") ; -- dividir,) ; + squeeze_V2 = dirV2 (verbV (servir_101 "exprimir")) ; + stab_V2 = dirV2 (regV "apunyalar") ; + stand_V = verbV (estar_54 "estar") ; ---- "estar dret" + suck_V2 = dirV2 (regV "xuclar") ; + swell_V = regV "inflar" ; + swim_V = regV "nedar" ; + think_V = regV "pensar" ; + throw_V2 = dirV2 (verbV (comenar_22 "llenar")) ; + tie_V2 = dirV2 (verbV (pregar_86 "lligar")) ; + turn_V = regV "girar" ; + vomit_V = regV "vomitar" ; + wash_V2 = dirV2 (regV "rentar") ; + wipe_V2 = dirV2 (verbV (pregar_86 "eixugar")) ; + breathe_V = regV "respirar" ; + john_PN = mkPN "Joan" masculine ; + today_Adv = mkAdv "avui" ; + + grammar_N = regFN "gramtica" ; + language_N = regFN "llengua" ; + rule_N = regFN "regla" ; + question_N = regFN "pregunta" ; + ready_A = regA "preparat" ; + reason_N = regFN "ra" ; + uncertain_A = regA "incert" ; + +} ; diff --git a/deprecated/old-lib/resource/catalan/MorphoCat.gf b/deprecated/old-lib/resource/catalan/MorphoCat.gf new file mode 100644 index 000000000..f21bc849d --- /dev/null +++ b/deprecated/old-lib/resource/catalan/MorphoCat.gf @@ -0,0 +1,160 @@ +--# -path=.:../romance:../common:../../prelude + +--1 A Simple Catalan Resource Morphology +-- +-- Aarne Ranta 2002 -- 2005 +-- Jordi Saludes 2008: Derived from MorphoSpa. +-- +-- This resource morphology contains definitions needed in the resource +-- syntax. To build a lexicon, it is better to use $ParadigmsCat$, which +-- gives a higher-level access to this module. + +resource MorphoCat = CommonRomance, ResCat ** + open PhonoCat, Prelude, Predef 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. +-- gcc M2.3 +oper + numForms : (_,_ : Str) -> Number => Str = \vi, vins -> + table {Sg => vi ; Pl => vins} ; + + nomCep : Str -> Number => Str = \cep -> + numForms cep (cep + "s") ; + + + nomCasa : Str -> Str -> Number => Str = \es,casa -> + numForms casa (init casa + es) ; + + nomFre : Str -> Number => Str = \fre -> + numForms fre (fre + "ns") ; + + nomCas : Str -> Number => Str = \cas -> + numForms cas (cas + "os") ; + + nomTest : Str -> Number => Str = \test -> + numForms test (variants {test + "s"; test + "os"}) ; + + nomFaig : Str -> Number => Str = \faig -> + let + fa = Predef.tk 2 faig + in + numForms faig (variants {fa + "jos" ; faig + "s"}) ; + + nomDesig : Str -> Number => Str = \desig -> + let + desi = Predef.tk 1 desig + in + numForms desig (variants {desi + "tjos" ; desi + "gs"}) ; + + nomTemps : Str -> Number => Str = \temps -> + numForms temps temps ; + +-- Common nouns are inflected in number and have an inherent gender. + + mkNoun : (Number => Str) -> Gender -> Noun = \noinois,gen -> + {s = noinois ; g = gen} ; + + mkNounIrreg : Str -> Str -> Gender -> Noun = \vi,vins -> + mkNoun (numForms vi vins) ; + + mkNomReg : Str -> Noun = \noi -> + let + mkNounMas : (Str -> Number => Str) -> Noun = \rule -> mkNoun (rule noi) Masc + in + case last noi of { + "a" => mkNoun (nomCasa "es" noi) Fem ; + "s"|"x"|"ç" => mkNounMas nomCas ; + "i"|"e" => mkNounMas nomFre ; + "í" => mkNounMas (nomCasa "ins") ; + "à" => mkNounMas (nomCasa "ans") ; + "ó" => mkNounMas (nomCasa "ons") ; + "g" => mkNounMas nomFaig ; + _ => mkNounMas nomCep + } ; + +--2 Adjectives +-- +-- Adjectives are conveniently seen as gender-dependent nouns. +-- Here are some patterns. First one that describes the worst case. +-- gcc M2.1 + + mkAdj : (_,_,_,_,_ : Str) -> Adj = \prim,prima,prims,primes,primament -> + {s = table { + AF Masc n => numForms prim prims ! n ; + AF Fem n => numForms prima primes ! n ; + AA => primament + } + } ; + +--- Then the regular and invariant patterns. + + adjPrim : Str -> Adj = \prim -> + mkAdj prim (prim + "a") (prim + "s") (prim + "es") (prim + "ament") ; + + adjBlau : Str -> Str -> Adj = \blau,blava -> + let + blav = Predef.tk 1 blava + in + mkAdj blau blava (blau + "s") (blav + "es") (blava + "ment") ; + + adjFondo : Str -> Adj = \fondo -> + let + fond = Predef.tk 1 fondo + in + adjBlau fondo (fond + "a") ; + + adjBo : Str -> Adj = \bo -> + mkAdj bo (bo + "na") (bo + "ns") (bo + "nes") (bo + "nament") ; + + adjFidel : Str -> Adj = \fidel -> + let + fidels = fidel + "s" + in + mkAdj fidel fidel fidels fidels (fidel + "ment") ; + + mkAdjReg : Str -> Adj = \prim -> + case last prim of { + "e"|"u"|"o" => adjFondo prim ; + _ => adjPrim prim + } ; + + +--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 -> + {s = table { + Ton Nom => il ; + Ton x => prepCase x ++ Lui ; + Aton Nom => strOpt il ; ---- [] ; + Aton Acc => le ; + Aton (CPrep P_a) => lui ; + Aton q => prepCase q ++ Lui ; ---- GF bug with c or p! + Poss Masc Sg => son ; + Poss Fem Sg => sa ; + Poss Masc Pl => ses ; + Poss Fem Pl => see + } ; + a = {g = g ; n = n ; p = p} ; + hasClit = True + } ; + + +--2 Determiners +-- +-- Determiners, traditionally called indefinite pronouns, are inflected +-- in gender and number, like adjectives. + + pronForms : Adj -> Gender -> Number -> Str = \tal,g,n -> tal.s ! AF g n ; + +} diff --git a/deprecated/old-lib/resource/catalan/NounCat.gf b/deprecated/old-lib/resource/catalan/NounCat.gf new file mode 100644 index 000000000..ee398698a --- /dev/null +++ b/deprecated/old-lib/resource/catalan/NounCat.gf @@ -0,0 +1,2 @@ +concrete NounCat of Noun = CatCat ** NounRomance with + (ResRomance = ResCat) ; diff --git a/deprecated/old-lib/resource/catalan/NumeralCat.gf b/deprecated/old-lib/resource/catalan/NumeralCat.gf new file mode 100644 index 000000000..fe824165e --- /dev/null +++ b/deprecated/old-lib/resource/catalan/NumeralCat.gf @@ -0,0 +1,170 @@ +concrete NumeralCat of Numeral = CatCat ** + open CommonRomance, ResRomance, MorphoCat, Prelude in { + +-- +-- gcc M3.5.1, M3.5.2 +-- + +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} ; + + +-- Auxiliaries + +oper + -- Use cardinal for big ordinals [M3.5.2] + cent : Number => CardOrd => Str = \\n,co => case n of { + Pl => case co of { + NCard Masc => "-cents" ; + NCard Fem => "-centes" ; + _ => "-cents" ---- variants {} ---- AR 23/6/2008 + } ; + Sg => "cent" + } ; + cardOrd1 : CardOrd -> (_,_,_:Str) -> Str = \co,dos,dues,segon -> case co of { + NCard Masc => dos ; + NCard Fem => dues ; + NOrd Masc Sg => segon ; + NOrd Fem Sg => segon + "a" ; + NOrd Masc Pl => segon + "s" ; + NOrd Fem Pl => segon + "es" + } ; + + + cardOrdReg : CardOrd -> Str -> Str -> Str = \co,sis,si -> case co of { + NCard _ => sis ; + NOrd Masc Sg => si + "" ; + NOrd Fem Sg => si + "ena" ; + NOrd Masc Pl => si + "ens" ; + NOrd Fem Pl => si + "enes" + } ; + + cardOrd2 : CardOrd -> Str -> Str = \co,sis -> let si = init sis in + case (last sis) of { + "e" => cardOrdReg co sis si ; + "a" => cardOrdReg co sis si ; + "u" => cardOrdReg co sis (si + "v") ; + _ => cardOrdReg co sis sis + } ; + + cardOrd3 : CardOrd -> (m,f:Str) -> Str = \co,dos,dues -> case co of { + NCard Masc => dos ; + NCard Fem => dues ; + NOrd Masc Sg => dos + "" ; + NOrd Fem Sg => dos + "ena" ; + NOrd Masc Pl => dos + "ens" ; + NOrd Fem Pl => dos + "enes" + } ; + + + digitPl1 : (u,t,d,dp:Str) -> (fem,ord:Str) -> {s: DForm => CardOrd => Str} = \dos,dotze,vint,vinti,dues,segon -> { + s = \\df,co => + case df of { + unit => cardOrd1 co dos dues segon ; + teen => cardOrd2 co dotze ; + ten => cardOrd2 co vint ; + tenplus => cardOrd2 co vinti ; + _ => cardOrd3 co dos dues + } + } ; + + digitPl2 : (u,t,d,dp:Str) -> {s: DForm => CardOrd => Str} = \sis,setze,seixanta,seixantai -> { + s = \\df,co => case df of { + unit => cardOrd2 co sis; + teen => cardOrd2 co setze ; + ten => cardOrd2 co seixanta ; + tenplus => cardOrd2 co seixantai ; + _ => cardOrd2 co sis + } + } ; + + +lin + num x = x ; + + n2 = digitPl1 "dos" "dotze" "vint" "vint-i-" "dues" "segon" ; + n3 = digitPl1 "tres" "tretze" "trenta" "trenta-" "tres" "tercer" ; + n4 = digitPl1 "quatre" "catorze" "quaranta" "quaranta-" "quatre" "quart" ; + n5 = digitPl1 "cinc" "quinze" "cinquanta" "cinquanta-" "cinc" "quint" ; + n6 = digitPl2 "sis" "setze" "seixanta" "seixanta-" ; + n7 = digitPl2 "set" "disset" "setanta" "setanta-" ; + n8 = digitPl2 "vuit" "divuit" "vuitanta" "vuitanta-" ; + n9 = digitPl2 "nou" "dinou" "noranta" "noranta-" ; + + pot01 = {s= \\df,co => + case df of { + unit => cardOrd1 co "un" "una" "primer" ; + teen => cardOrd2 co "onze" ; + ten => cardOrd2 co "deu" ; + tenplus => variants {} ; + OrdF => cardOrd2 co "un" ; + Aunit => [] + }; + n= Sg} ; + + pot0 d = d ** {n= Pl} ; + pot110 = {s= \\co => cardOrdReg co "deu" "des"; n= Pl} ; + pot111 = {s= \\co => cardOrd2 co "onze"; n= Pl} ; + pot1to19 d = {s= \\co => d.s ! teen ! co ; n= Pl} ; + pot0as1 n = {s= n.s ! unit; n= n.n} ; + pot1 d = {s= \\co => d.s ! ten ! co; n= Pl} ; + pot1plus d e = + {s= \\co => ((d.s ! tenplus ! (NCard Masc)) ++ (e.s ! OrdF ! co)); n= Pl} ; + pot1as2 n = n ; + pot2 d = {s= \\co => (d.s ! Aunit ! co) ++ (cent ! (d.n) ! co); n= Pl} ; + pot2plus d n = { + s= \\co => (d.s ! Aunit ! co) ++ (cent ! (d.n) ! co) ++ (n.s ! co); + n= Pl} ; + pot2as3 n = n ; + pot3 n = {s= \\co => (table {Sg => []; Pl => (n.s ! co) } ! n.n) ++ "mil"; n= Pl} ; + pot3plus n m = + {s= \\co => (table {Sg => []; Pl => (n.s ! co)} ! n.n) ++ "mil" ++ (m.s !co); + n= Pl} ; + + +param + DForm = unit | teen | ten | tenplus | Aunit | OrdF ; + +-- numerals as sequences of digits + + lincat + Dig = TDigit ; + + lin + IDig d = d ; + + IIDig d i = { + s = \\o => d.s ! NCard Masc ++ 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/deprecated/old-lib/resource/catalan/ParadigmsCat.gf b/deprecated/old-lib/resource/catalan/ParadigmsCat.gf new file mode 100644 index 000000000..4032d94d7 --- /dev/null +++ b/deprecated/old-lib/resource/catalan/ParadigmsCat.gf @@ -0,0 +1,459 @@ +--# -path=.:../romance:../common:../abstract:../../prelude + +--1 Catalan Lexical Paradigms +-- +-- Aarne Ranta 2004 - 2006 +-- Jordi Saludes 2008: Modified from ParadigmsSpa +-- +-- 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 $MorphoCat.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 +-- [``IrregCat`` ../../catalan/IrregCat.gf]. + +resource ParadigmsCat = + open + (Predef=Predef), + Prelude, + CommonRomance, + ResCat, + MorphoCat, + BeschCat, + CatCat in { + + flags optimize=all ; + +--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 ; + genitive : Prep ; + dative : Prep ; + + mkPrep : Str -> Prep ; + + +--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. TODO + + mkN : (llum : Str) -> N ; + +-- A different gender can be forced. + + mkN : Str -> Gender -> N ; + +-- The worst case has two forms (singular + plural) and the gender. + + mkN : (disc,discos : Str) -> Gender -> N + } ; + + +--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. "nmero de telfon". +-- They could be formed in syntax, but we give a shortcut here since +-- they are frequent in lexica. + + compN : N -> Str -> N ; + + +--3 Relational nouns +-- +-- Relational nouns ("filla de x") need a case and a preposition. + + mkN2 : N -> Prep -> N2 ; + +-- The most common cases are the genitive "de" and the dative "a", +-- with the empty preposition. + + deN2 : N -> N2 ; + aN2 : N -> N2 ; + +-- Three-place relational nouns ("la connexi de x a y") need two prepositions. + + mkN3 : N -> Prep -> Prep -> N3 ; + + +--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. TODO + + mkPN : overload { + mkPN : (Anna : Str) -> PN ; + mkPN : (Pilar : Str) -> Gender -> PN + } ; + + +--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 : (sol : Str) -> A ; + +-- One-place adjectives compared with "mas" need five forms in the worst +-- case (masc and fem singular, masc plural, adverbial). + + mkA : (fort,forta,forts,fortes,fortament : Str) -> A ; + +-- In the worst case, two separate adjectives are given: +-- the positive ("bo"), and the comparative ("millor"). + + mkA : (bo : A) -> (millor : A) -> A + } ; + +-- The functions above create postfix adjectives. To switch +-- them to prefix ones (i.e. ones placed before the noun in +-- modification, as in "gran casa"), the following function is +-- provided. +-- JS: What about vi b -> bon vi ? + + prefixA : A -> A ; + + +--3 Two-place adjectives +-- +-- Two-place adjectives need a preposition for their second argument. + + mkA2 : A -> Prep -> A2 ; + + + +--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. "sempre"). + + mkAdV : Str -> AdV ; + +-- Adverbs modifying adjectives and sentences can also be formed. + + mkAdA : Str -> AdA ; + + +--2 Verbs + + mkV : overload { + +-- Regular verbs are ones inflected like "cantar", "perdre", "tmer", "perdre", "servir", "dormir" +-- The regular verb function works for models I, IIa, IIb and IIa +-- The module $BeschCat$ gives the complete set of "Bescherelle" conjugations. + + mkV : (cantar : Str) -> V ; + +-- Verbs with vowel alternatition in the stem - easiest to give with +-- two forms, e.g. "mostrar"/"muestro". TODO + +--JS: Needed? mkV : (mostrar,muestro : Str) -> V ; + +-- Most irregular verbs are found in $IrregCat$. If this is not enough, +-- the module $BeschCat$ gives all the patterns of the "Bescherelle" +-- book. To use them in the category $V$, wrap them with the function + + mkV : Verbum -> V + } ; + +-- To form reflexive verbs: + + reflV : V -> V ; + +-- Verbs with a deviant passive participle: just give the participle +-- in masculine singular form as second argument. + + special_ppV : V -> Str -> V ; + + + +--3 Two-place verbs +-- +-- Two-place verbs need a preposition, except the special case with direct object. +-- (transitive verbs). + + mkV2 : overload { + mkV2 : Str -> V2 ; + mkV2 : V -> V2 ; + mkV2 : V -> Prep -> V2 + } ; + + +-- 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 : V -> Prep -> Prep -> V3 ; -- parlar, a, de + dirV3 : V -> Prep -> V3 ; -- donar,(accusative),a + dirdirV3 : V -> V3 ; -- donar,(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 ; + mkV2S : V -> Prep -> V2S ; + mkVV : V -> VV ; -- plain infinitive: "vull parlar" + deVV : V -> VV ; -- "acabar de parlar" + aVV : V -> VV ; -- "aprendre a parlar" + mkV2V : V -> Prep -> Prep -> V2V ; + mkVA : V -> VA ; + mkV2A : V -> Prep -> Prep -> V2A ; + mkVQ : V -> VQ ; + mkV2Q : V -> Prep -> V2Q ; + + 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 = MorphoCat.Gender ; + Number = MorphoCat.Number ; + masculine = Masc ; + feminine = Fem ; + singular = Sg ; + plural = Pl ; + + accusative = complAcc ** {lock_Prep = <>} ; + genitive = complGen ** {lock_Prep = <>} ; + dative = complDat ** {lock_Prep = <>} ; + mkPrep p = {s = p ; c = Acc ; 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} ** {lock_NP = <>} ; + + mk5A a b c d e = + compADeg {s = \\_ => (mkAdj a b c d e).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 => "ms" ++ 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 = <>} ; + + regIIIV : (Str -> Verbum) -> Str -> V = \v,x -> -- I, IIa, IIb, III model given by v + let + verb = case (Predef.dp 2 x) of { + "re" => perdre_83 x ; -- IIa + "er" => tmer_107 x ; -- IIb + "ir" => v x ; -- III? + _ => cantar_15 x -- Ia + } + in verbBesch verb ** {vtyp = VHabere ; lock_V = <>} ; + + regVa = regIIIV dormir_44 ; -- IIIa + regV = regIIIV servir_101 ; -- IIIb + + reflV v = {s = v.s ; vtyp = VRefl ; lock_V = <>} ; + + verbV ve = verbBesch ve ** {vtyp = VHabere ; lock_V = <>} ; + + reflVerbV : Verbum -> V = \ve -> reflV (verbV ve) ; + + special_ppV ve pa = { + s = table { + VPart g n => (adjPrim pa).s ! AF g n ; + p => ve.s ! p + } ; + lock_V = <> ; + vtyp = VHabere + } ; + +-- regAltV x y = verbV (regAlternV x y) ; + + mk2V2 v p = {s = v.s ; vtyp = v.vtyp ; c2 = p ; lock_V2 = <>} ; + dirV2 v = mk2V2 v accusative ; + v2V v = v ** {lock_V = <>} ; + + mkV3 v p q = {s = v.s ; vtyp = v.vtyp ; + c2 = p ; c3 = q ; lock_V3 = <>} ; + dirV3 v p = mkV3 v accusative p ; + dirdirV3 v = dirV3 v dative ; + + 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 + mkV2S v p = mk2V2 v p ** {mn,mp = Indic ; lock_V2S = <>} ; + mkVV v = v ** {c2 = complAcc ; lock_VV = <>} ; + deVV v = v ** {c2 = complGen ; lock_VV = <>} ; + aVV v = v ** {c2 = complDat ; lock_VV = <>} ; + mkV2V v p t = mkV3 v p t ** {lock_V2V = <>} ; + mkVA v = v ** {lock_VA = <>} ; + mkV2A v p q = mkV3 v p q ** {lock_V2A = <>} ; + 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 : (llum : Str) -> N = regN ; + mkN : Str -> Gender -> N = \s,g -> {s = (regN s).s ; g = g ; lock_N = <>}; + mkN : (disc,discos : Str) -> Gender -> N = mk2N + } ; + regN : Str -> N ; + mk2N : (disc,discos : Str) -> Gender -> N ; + mascN : N -> N ; + femN : N -> N ; + + + mkPN = overload { + mkPN : (Anna : Str) -> PN = regPN ; + mkPN : (Pilar : Str) -> Gender -> PN = mk2PN + } ; + mk2PN : Str -> Gender -> PN ; -- Joan + 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 : (fort,forta,forts,fortes,fortament : Str) -> A = mk5A ; + mkA : (bo : A) -> (millor : A) -> A = mkADeg ; + } ; + + mk5A : (fort,forta,forts,fortes,fortament : Str) -> A ; + regA : Str -> A ; + mkADeg : A -> A -> A ; + compADeg : A -> A ; + regADeg : Str -> A ; + prefA : A -> A ; + prefixA = prefA ; + + mkV = overload { + mkV : (cantar : Str) -> V = regV ; +--JS mkV : (mostrar,muestro : Str) -> V = regAltV ; + mkV : Verbum -> V = verbV + } ; + regV, regVa : Str -> V ; +--JS regAltV : (mostrar,muestro : Str) -> V ; + verbV : 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/deprecated/old-lib/resource/catalan/PhonoCat.gf b/deprecated/old-lib/resource/catalan/PhonoCat.gf new file mode 100644 index 000000000..f750aeb01 --- /dev/null +++ b/deprecated/old-lib/resource/catalan/PhonoCat.gf @@ -0,0 +1,41 @@ +--# -path=../common:prelude + +resource PhonoCat = open Prelude in { + +--3 Elision +-- +-- The phonological rule of *elision* can be defined as follows in GF. +-- In Catalan it includes both vowels and 'h'. + +---TODO: L'elisi depn de la tonicitat. + +oper + vocal : Strs = strs { + "a" ; "" ; + "e" ; "" ; "" ; "o" ; "" ; "" ; + "i" ; "" ; "" ; "u" ; "" ; "" ; "h" + } ; + + vocalForta : Strs = strs { + "a" ; "" ; "ha" ; "h" ; + "e" ; "" ; "" ; "he" ; "h" ; "h" ; + "o" ; "" ; "" ; "ho" ; "h" ; "h" ; + "" ; "" ; "h" ; "h" ; + } ; + + vocalFeble : Strs = strs { + "i" ; "" ; "u" ; "" ; + "hi" ; "h" ; "hu" ; "h" ; + } ; + + +elisDe = pre { "de" ; "d'" / vocal }; +elisEl = pre { "el" ; "l'" / vocal } ; +elisLa = pre { "la" ; "l'" / vocalForta } ; +elisEm = pre { "em" ; "m'" / vocal } ; +elisEt = pre { "et" ; "t'" / vocal } ; +elisEs = pre { + pre { "es" ; "s'" / vocal} ; + "se" / strs { "s" } } ; + +} diff --git a/deprecated/old-lib/resource/catalan/PhraseCat.gf b/deprecated/old-lib/resource/catalan/PhraseCat.gf new file mode 100644 index 000000000..daaea343a --- /dev/null +++ b/deprecated/old-lib/resource/catalan/PhraseCat.gf @@ -0,0 +1,2 @@ +concrete PhraseCat of Phrase = CatCat ** PhraseRomance with + (ResRomance = ResCat) ; diff --git a/deprecated/old-lib/resource/catalan/QuestionCat.gf b/deprecated/old-lib/resource/catalan/QuestionCat.gf new file mode 100644 index 000000000..331541c19 --- /dev/null +++ b/deprecated/old-lib/resource/catalan/QuestionCat.gf @@ -0,0 +1,2 @@ +concrete QuestionCat of Question = CatCat ** QuestionRomance with + (ResRomance = ResCat) ; diff --git a/deprecated/old-lib/resource/catalan/RelativeCat.gf b/deprecated/old-lib/resource/catalan/RelativeCat.gf new file mode 100644 index 000000000..6b6a9b27c --- /dev/null +++ b/deprecated/old-lib/resource/catalan/RelativeCat.gf @@ -0,0 +1,2 @@ +concrete RelativeCat of Relative = CatCat ** RelativeRomance with + (ResRomance = ResCat) ; diff --git a/deprecated/old-lib/resource/catalan/ResCat.gf b/deprecated/old-lib/resource/catalan/ResCat.gf new file mode 100644 index 000000000..4a1b7dd80 --- /dev/null +++ b/deprecated/old-lib/resource/catalan/ResCat.gf @@ -0,0 +1,13 @@ +--1 Catalan 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 ResCat of ResRomance = DiffCat ** open CommonRomance, Prelude in { + + flags optimize=noexpand ; + +} ; diff --git a/deprecated/old-lib/resource/catalan/SentenceCat.gf b/deprecated/old-lib/resource/catalan/SentenceCat.gf new file mode 100644 index 000000000..7d5c33f74 --- /dev/null +++ b/deprecated/old-lib/resource/catalan/SentenceCat.gf @@ -0,0 +1,2 @@ +concrete SentenceCat of Sentence = CatCat ** SentenceRomance with + (ResRomance = ResCat) ; diff --git a/deprecated/old-lib/resource/catalan/StructuralCat.gf b/deprecated/old-lib/resource/catalan/StructuralCat.gf new file mode 100644 index 000000000..524420fa5 --- /dev/null +++ b/deprecated/old-lib/resource/catalan/StructuralCat.gf @@ -0,0 +1,154 @@ +concrete StructuralCat of Structural = CatCat ** + open PhonoCat, MorphoCat, ParadigmsCat, BeschCat, Prelude in { + + flags optimize=all ; + +lin + + above_Prep = mkPrep "sobre" ; + after_Prep = {s = ["desprs"] ; c = MorphoCat.genitive ; isDir = False} ; + all_Predet = { + s = \\a,c => prepCase c ++ aagrForms "tot" "tota" "tots" "totes" ! a ; + c = Nom + } ; + almost_AdA, almost_AdN = ss (variants {"quasi"; "gaireb"}) ; + always_AdV = ss "sempre" ; + although_Subj = ss "bench" ** {m = Conjunct} ; + and_Conj = {s1 = [] ; s2 = etConj.s ; n = Pl} ; + because_Subj = ss "perque" ** {m = Indic} ; + before_Prep = {s = "abans" ; c = MorphoCat.genitive ; isDir = False} ; + behind_Prep = {s = "darrera" ; c = MorphoCat.genitive ; isDir = False} ; + between_Prep = mkPrep "entre" ; + both7and_DConj = {s1,s2 = etConj.s ; n = Pl} ; + but_PConj = ss "per" ; + by8agent_Prep = mkPrep "per" ; + by8means_Prep = mkPrep "mitjanant" ; + can8know_VV = mkVV (verbV (saber_99 "saber")) ; + can_VV = mkVV (verbV (poder_85 "poder")) ; + during_Prep = mkPrep "durant" ; ---- + either7or_DConj = {s1,s2 = "o" ; n = Sg} ; + everybody_NP = makeNP ["tothom"] Masc Sg ; + every_Det = {s = \\_,_ => "cada" ; n = Sg} ; + everything_NP = pn2np (mkPN ["tot"] Masc) ; + everywhere_Adv = ss ["a tot arreu"] ; + few_Det = {s = \\g,c => prepCase c ++ genForms "pocs" "poques" ! g ; n = Pl} ; +--- first_Ord = {s = \\ag => (regA "primer").s ! Posit ! AF ag.g ag.n} ; + for_Prep = mkPrep ["per a"] ; + from_Prep = complGen ; --- + he_Pron = + mkPronoun + "ell" "lo" "el" "ell" + ["el seu"] ["la seva"] ["els seus"] ["les seves"] + Masc Sg P3 ; + here_Adv = mkAdv "aqu" ; -- ac + here7to_Adv = mkAdv ["cap aqu"] ; + here7from_Adv = mkAdv ["d'aqu"] ; + how_IAdv = ss "com" ; + how8many_IDet = + {s = \\g,c => prepCase c ++ genForms "quants" "quantes" ! g ; n = Pl} ; + if_Subj = ss "si" ** {m = Indic} ; + in8front_Prep = {s = "davant" ; c = MorphoCat.genitive ; isDir = False} ; + i_Pron = + mkPronoun + "jo" "em" "em" "mi" + ["el meu"] ["la meva"] ["els meus"] ["les meves"] + Fem Sg P1 ; + in_Prep = mkPrep "en" ; + it_Pron = + mkPronoun + "ell" "lo" "el" "ell" + ["el seu"] ["la seva"] ["els seus"] ["les seves"] + Masc Sg P3 ; + less_CAdv = ss "menys" ; ---- + many_Det = {s = \\g,c => prepCase c ++ genForms "molts" "moltes" ! g ; n = Pl} ; + more_CAdv = ss "ms" ; + most_Predet = {s = \\_,c => prepCase c ++ ["la majoria"] ; c = CPrep P_de} ; + much_Det = {s = \\g,c => prepCase c ++ genForms "molt" "molta" ! g ; n = Sg} ; + must_VV = mkVV (verbV (haver_59 "haver")) ; -- + of_Prep + no_Utt = ss "no" ; + on_Prep = mkPrep "sobre" ; +--- one_Quant = {s = \\g,c => prepCase c ++ genForms "un" "una" ! g} ; + only_Predet = {s = \\_,c => prepCase c ++ "noms" ; c = Nom} ; + or_Conj = {s1 = [] ; s2 = "o" ; n = Sg} ; + otherwise_PConj = ss "altrament" ; + part_Prep = complGen ; + please_Voc = ss "sisplau" ; + possess_Prep = complGen ; + quite_Adv = ss "bastant" ; + she_Pron = + mkPronoun + "ella" "la" "la" "ella" + ["el seu"] ["la seva"] ["els seus"] ["les seves"] + Fem Sg P3 ; + so_AdA = ss "tan" ; + somebody_NP = pn2np (mkPN ["alg"] Masc) ; + somePl_Det = {s = \\g,c => prepCase c ++ genForms "alguns" "algunes" ! g ; n = Pl} ; + someSg_Det = {s = \\g,c => prepCase c ++ genForms "algun" "alguna" ! g ; n = Sg} ; + something_NP = pn2np (mkPN ["quelcom"] Masc) ; + somewhere_Adv = ss ["a algun lloc"] ; + that_Quant = { + s = table { + Sg => \\g,c => prepCase c ++ genForms "aquell" "aquella" ! g ; + Pl => \\g,c => prepCase c ++ genForms "aquells" "aquelles" ! g + } + } ; + there_Adv = mkAdv "all" ; -- all + there7to_Adv = mkAdv ["cap a all"] ; + there7from_Adv = mkAdv ["d'all"] ; + therefore_PConj = ss ["per tant"] ; + they_Pron = mkPronoun + "elles" "les" "les" "elles" + ["el seu"] ["la seva"] ["llurs"] ["llurs"] + Fem Pl P3 ; + this_Quant = { + s = table { + Sg => \\g,c => prepCase c ++ genForms "aquest" "aquesta" ! g ; + Pl => \\g,c => prepCase c ++ genForms "aquests" "aquestes" ! g + } + } ; + through_Prep = mkPrep "mitjanant" ; + too_AdA = ss "massa" ; + to_Prep = complDat ; + under_Prep = mkPrep "sota" ; + very_AdA = ss "molt" ; + want_VV = mkVV (verbV (voler_120 "voler")) ; + we_Pron = + mkPronoun + "nosaltres" "nos" "nos" "nosaltres" + ["el nostre"] ["la nostra"] ["els nostres"] ["les nostres"] + Fem 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 "quan" ; + when_Subj = ss "quan" ** {m = Indic} ; + where_IAdv = ss "on" ; + which_IQuant = {s = table { + Sg => \\g,c => prepCase c ++ "quin" ; --per fer: femen quina + Pl => \\g,c => prepCase c ++ "quins" + } + } ; --per fer: femen quines + whoPl_IP = {s = \\c => prepCase c ++ "qui" ; a = aagr Fem Pl} ; + whoSg_IP = {s = \\c => prepCase c ++ "qui" ; a = aagr Fem Sg} ; + why_IAdv = ss ["per qu"] ; + without_Prep = mkPrep "sense" ; + with_Prep = mkPrep "amb" ; + yes_Utt = ss "s" ; + youSg_Pron = mkPronoun + "tu" "et" "et" "tu" + ["el teu"] ["la teva"] ["els teus"] ["les teves"] + Fem Sg P2 ; + youPl_Pron = + mkPronoun + "vosaltres" "us" "us" "vosaltres" + ["el vostre"] ["la vostra"] ["els vostres"] ["les vostres"] + Fem Pl P2 ; + youPol_Pron = + mkPronoun + "vost" "li" "li" "vost" + ["el seu"] ["la seva"] ["els seus"] ["les seves"] + Fem Pl P2 ; + +oper + etConj : {s : Str ; n : MorphoCat.Number} = {s = "i" } ** {n = Pl} ; + +} \ No newline at end of file diff --git a/deprecated/old-lib/resource/catalan/VerbCat.gf b/deprecated/old-lib/resource/catalan/VerbCat.gf new file mode 100644 index 000000000..db73a4301 --- /dev/null +++ b/deprecated/old-lib/resource/catalan/VerbCat.gf @@ -0,0 +1,2 @@ +concrete VerbCat of Verb = CatCat ** VerbRomance with + (ResRomance = ResCat) ; diff --git a/deprecated/old-lib/resource/common/CommonX.gf b/deprecated/old-lib/resource/common/CommonX.gf new file mode 100644 index 000000000..bcaf1e4b9 --- /dev/null +++ b/deprecated/old-lib/resource/common/CommonX.gf @@ -0,0 +1,31 @@ +concrete CommonX of Common = open (R = ParamX) in { + + lincat + Text = {s : Str} ; --lock_Text : {}} ; + Phr = {s : Str} ; --lock_Phr : {}} ; + Utt = {s : Str} ; --lock_Utt : {}} ; + Voc = {s : Str} ; --lock_Voc : {}} ; + SC = {s : Str} ; --lock_SC : {}} ; + Adv = {s : Str} ; --lock_Adv : {}} ; + AdV = {s : Str} ; --lock_AdV : {}} ; + AdA = {s : Str} ; --lock_AdA : {}} ; + AdN = {s : Str} ; --lock_AdN : {}} ; + IAdv = {s : Str} ; --lock_IAdv : {}} ; + CAdv = {s : Str} ; --lock_CAdv : {}} ; + PConj = {s : Str} ; --lock_PConj : {}} ; + + Tense = {s : Str ; t : R.Tense} ; + Ant = {s : Str ; a : R.Anteriority} ; + Pol = {s : Str ; p : R.Polarity} ; + + lin + PPos = {s = []} ** {p = R.Pos} ; + PNeg = {s = []} ** {p = R.Neg} ; + TPres = {s = []} ** {t = R.Pres} ; + TPast = {s = []} ** {t = R.Past} ; --# notpresent + TFut = {s = []} ** {t = R.Fut} ; --# notpresent + TCond = {s = []} ** {t = R.Cond} ; --# notpresent + ASimul = {s = []} ** {a = R.Simul} ; + AAnter = {s = []} ** {a = R.Anter} ; --# notpresent + +} diff --git a/deprecated/old-lib/resource/common/ConstructX.gf b/deprecated/old-lib/resource/common/ConstructX.gf new file mode 100644 index 000000000..ee4decf00 --- /dev/null +++ b/deprecated/old-lib/resource/common/ConstructX.gf @@ -0,0 +1,19 @@ +--# -path=.:../abstract:prelude + +resource ConstructX = open CommonX in { + + oper + mkText : Str -> Text = \s -> {s = s ; lock_Text = <>} ; + mkPhr : Str -> Phr = \s -> {s = s ; lock_Phr = <>} ; + mkUtt : Str -> Utt = \s -> {s = s ; lock_Utt = <>} ; + mkVoc : Str -> Voc = \s -> {s = s ; lock_Voc = <>} ; + mkSC : Str -> SC = \s -> {s = s ; lock_SC = <>} ; + mkAdv : Str -> Adv = \s -> {s = s ; lock_Adv = <>} ; + mkAdV : Str -> AdV = \s -> {s = s ; lock_AdV = <>} ; + mkAdA : Str -> AdA = \s -> {s = s ; lock_AdA = <>} ; + mkAdN : Str -> AdN = \s -> {s = s ; lock_AdN = <>} ; + mkIAdv : Str -> IAdv = \s -> {s = s ; lock_IAdv = <>} ; + mkCAdv : Str -> CAdv = \s -> {s = s ; lock_CAdv = <>} ; + mkPConj : Str -> PConj = \s -> {s = s ; lock_PConj = <>} ; + +} diff --git a/deprecated/old-lib/resource/common/ParamX.gf b/deprecated/old-lib/resource/common/ParamX.gf new file mode 100644 index 000000000..65901de66 --- /dev/null +++ b/deprecated/old-lib/resource/common/ParamX.gf @@ -0,0 +1,65 @@ +resource ParamX = open Prelude in { + +---- flags optimize=noexpand ; + + param + Number = Sg | Pl ; + Person = P1 | P2 | P3 ; + Degree = Posit | Compar | Superl ; + + Anteriority = + Simul + | Anter --# notpresent + ; + Tense = + Pres + | Past --# notpresent + | Fut --# notpresent + | Cond --# notpresent + ; + + param + + Polarity = Pos | Neg ; + + QForm = QDir | QIndir ; + +-- Imperatives: True = polite, False = familiar. + + ImpForm = ImpF Number Bool ; + + oper + numImp : ImpForm -> Number = \i -> + case i of { + ImpF n _ => n + } ; + + conjNumber : Number -> Number -> Number = \m,n -> + case m of { + Sg => n ; + _ => Pl + } ; + +-- For persons, we let the latter argument win ("either you or I am absent" +-- but "either I or you are absent"). This is not quite clear. + + conjPerson : Person -> Person -> Person = \_,p -> + p ; + +-- To construct a record with a polarity-dependent table. + + polCases : SS -> SS -> {s : Polarity => Str} = \true,false -> { + s = table { + Pos => true.s ; + Neg => false.s + } + } ; + +-- To count the length of a tail in a sequence of digits, e.g. to put commas +-- as in 1,000,000. + + param + DTail = T1 | T2 | T3 ; + + +} diff --git a/deprecated/old-lib/resource/common/TenseX.gf b/deprecated/old-lib/resource/common/TenseX.gf new file mode 100644 index 000000000..665bb146d --- /dev/null +++ b/deprecated/old-lib/resource/common/TenseX.gf @@ -0,0 +1,18 @@ +concrete TenseX of Tense = open (R = ParamX) in { + + lincat + Tense = {s : Str ; t : R.Tense} ; + Ant = {s : Str ; a : R.Anteriority} ; + Pol = {s : Str ; p : R.Polarity} ; + + lin + PPos = {s = []} ** {p = R.Pos} ; + PNeg = {s = []} ** {p = R.Neg} ; + TPres = {s = []} ** {t = R.Pres} ; + TPast = {s = []} ** {t = R.Past} ; + TFut = {s = []} ** {t = R.Fut} ; + TCond = {s = []} ** {t = R.Cond} ; + ASimul = {s = []} ** {a = R.Simul} ; + AAnter = {s = []} ** {a = R.Anter} ; + +} diff --git a/deprecated/old-lib/resource/common/TextX.gf b/deprecated/old-lib/resource/common/TextX.gf new file mode 100644 index 000000000..a5ddebc54 --- /dev/null +++ b/deprecated/old-lib/resource/common/TextX.gf @@ -0,0 +1,11 @@ +concrete TextX of Text = CommonX ** { + +-- This will work for almost all languages except Spanish. + + 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/deprecated/old-lib/resource/danish/AdjectiveDan.gf b/deprecated/old-lib/resource/danish/AdjectiveDan.gf new file mode 100644 index 000000000..71d3c56c2 --- /dev/null +++ b/deprecated/old-lib/resource/danish/AdjectiveDan.gf @@ -0,0 +1,2 @@ +concrete AdjectiveDan of Adjective = CatDan ** AdjectiveScand with + (ResScand = ResDan) ; diff --git a/deprecated/old-lib/resource/danish/AdverbDan.gf b/deprecated/old-lib/resource/danish/AdverbDan.gf new file mode 100644 index 000000000..07bab5be4 --- /dev/null +++ b/deprecated/old-lib/resource/danish/AdverbDan.gf @@ -0,0 +1,2 @@ +concrete AdverbDan of Adverb = CatDan ** AdverbScand with + (ResScand = ResDan) ; diff --git a/deprecated/old-lib/resource/danish/AllDan.gf b/deprecated/old-lib/resource/danish/AllDan.gf new file mode 100644 index 000000000..737728417 --- /dev/null +++ b/deprecated/old-lib/resource/danish/AllDan.gf @@ -0,0 +1,7 @@ +--# -path=.:../scandinavian:../abstract:../common:prelude + +concrete AllDan of AllDanAbs = + LangDan, + IrregDan - [fly_V], + ExtraDan + ** {} ; diff --git a/deprecated/old-lib/resource/danish/AllDanAbs.gf b/deprecated/old-lib/resource/danish/AllDanAbs.gf new file mode 100644 index 000000000..c07422d5f --- /dev/null +++ b/deprecated/old-lib/resource/danish/AllDanAbs.gf @@ -0,0 +1,5 @@ +abstract AllDanAbs = + Lang, + IrregDanAbs - [fly_V], + ExtraDanAbs + ** {} ; diff --git a/deprecated/old-lib/resource/danish/CatDan.gf b/deprecated/old-lib/resource/danish/CatDan.gf new file mode 100644 index 000000000..d3d6eec83 --- /dev/null +++ b/deprecated/old-lib/resource/danish/CatDan.gf @@ -0,0 +1,2 @@ +concrete CatDan of Cat = CommonX ** CatScand with + (ResScand = ResDan) ; diff --git a/deprecated/old-lib/resource/danish/ConjunctionDan.gf b/deprecated/old-lib/resource/danish/ConjunctionDan.gf new file mode 100644 index 000000000..d8e9215fd --- /dev/null +++ b/deprecated/old-lib/resource/danish/ConjunctionDan.gf @@ -0,0 +1,2 @@ +concrete ConjunctionDan of Conjunction = CatDan ** ConjunctionScand with + (ResScand = ResDan) ; diff --git a/deprecated/old-lib/resource/danish/DiffDan.gf b/deprecated/old-lib/resource/danish/DiffDan.gf new file mode 100644 index 000000000..2309efd3a --- /dev/null +++ b/deprecated/old-lib/resource/danish/DiffDan.gf @@ -0,0 +1,86 @@ +instance DiffDan of DiffScand = open CommonScand, Prelude in { + +-- Parameters. + + param + Gender = Utr | Neutr ; + + oper + utrum = Utr ; + neutrum = Neutr ; + + gennum : Gender -> Number -> GenNum = \g,n -> + case < : Gender * Number> of { + => SgUtr ; + => SgNeutr ; + _ => Plg + } ; + + detDef : Species = Indef ; + + Verb : Type = { + s : VForm => Str ; + part : Str ; + vtype : VType ; + isVaere : Bool + } ; + + hasAuxBe v = v.isVaere ; + +-- Strings. + + conjThat = "at" ; + conjThan = "end" ; + conjAnd = "og" ; + infMark = "at" ; + compMore = "mere" ; + + subjIf = "hvis" ; + + artIndef : Gender => Str = table { + Utr => "en" ; + Neutr => "et" + } ; + + verbHave = + mkVerb "have" "har" "hav" "havde" "haft" "haven" "havet" "havne" ** + {part = [] ; isVaere = False} ; + verbBe = + mkVerb "vre" "er" "var" "var" "vret" "vren" "vret" "vrne" ** + {part = [] ; isVaere = False} ; + verbBecome = + mkVerb "blive" "bliver" "bliv" "blev" "blevet" + "bliven" "blivet" "blivne" ** + {part = [] ; isVaere = True} ; + + auxFut = "vil" ; -- "skal" in ExtDan + auxCond = "ville" ; + + negation : Polarity => Str = table { + Pos => [] ; + Neg => "ikke" + } ; + + genderForms : (x1,x2 : Str) -> Gender => Str = \all,allt -> + table { + Utr => all ; + Neutr => allt + } ; + + relPron : GenNum => RCase => Str = \\gn,c => case c of { + RNom | RPrep False => "som" ; + RGen => "hvis" ; + RPrep _ => gennumForms "hvilken" "hvilket" "hvilke" ! gn + } ; + + pronSuch = gennumForms "sdan" "sdant" "sdanne" ; + + reflPron : Agr -> Str = \a -> case a of { + {gn = Plg ; p = P1} => "oss" ; + {gn = Plg ; p = P2} => "jer" ; + {p = P1} => "mig" ; + {p = P2} => "dig" ; + {p = P3} => "sig" + } ; + +} diff --git a/deprecated/old-lib/resource/danish/ExtraDan.gf b/deprecated/old-lib/resource/danish/ExtraDan.gf new file mode 100644 index 000000000..28083b20c --- /dev/null +++ b/deprecated/old-lib/resource/danish/ExtraDan.gf @@ -0,0 +1,3 @@ +concrete ExtraDan of ExtraDanAbs = ExtraScandDan ** open CommonScand, ResDan in { + +} diff --git a/deprecated/old-lib/resource/danish/ExtraDanAbs.gf b/deprecated/old-lib/resource/danish/ExtraDanAbs.gf new file mode 100644 index 000000000..45ac75290 --- /dev/null +++ b/deprecated/old-lib/resource/danish/ExtraDanAbs.gf @@ -0,0 +1,7 @@ +-- Structures special for Danish. These are not implemented in other +-- Scandinavian languages. + +abstract ExtraDanAbs = ExtraScandAbs ** { + + +} \ No newline at end of file diff --git a/deprecated/old-lib/resource/danish/ExtraScandDan.gf b/deprecated/old-lib/resource/danish/ExtraScandDan.gf new file mode 100644 index 000000000..26fa8f390 --- /dev/null +++ b/deprecated/old-lib/resource/danish/ExtraScandDan.gf @@ -0,0 +1,2 @@ +concrete ExtraScandDan of ExtraScandAbs = CatDan ** ExtraScand with + (ResScand = ResDan) ; diff --git a/deprecated/old-lib/resource/danish/GrammarDan.gf b/deprecated/old-lib/resource/danish/GrammarDan.gf new file mode 100644 index 000000000..1c2424787 --- /dev/null +++ b/deprecated/old-lib/resource/danish/GrammarDan.gf @@ -0,0 +1,21 @@ +--# -path=.:../scandinavian:../abstract:../common:prelude + +concrete GrammarDan of Grammar = + NounDan, + VerbDan, + AdjectiveDan, + AdverbDan, + NumeralDan, + SentenceDan, + QuestionDan, + RelativeDan, + ConjunctionDan, + PhraseDan, + TextX, + IdiomDan, + StructuralDan + ** { + +flags startcat = Phr ; unlexer = text ; lexer = text ; + +} ; diff --git a/deprecated/old-lib/resource/danish/IdiomDan.gf b/deprecated/old-lib/resource/danish/IdiomDan.gf new file mode 100644 index 000000000..91c46af12 --- /dev/null +++ b/deprecated/old-lib/resource/danish/IdiomDan.gf @@ -0,0 +1,38 @@ +concrete IdiomDan of Idiom = CatDan ** + open MorphoDan, ParadigmsDan, IrregDan, Prelude in { + + flags optimize=all_subs ; + + lin + ImpersCl vp = mkClause "det" (agrP3 MorphoDan.neutrum Sg) vp ; + GenericCl vp = mkClause "man" (agrP3 MorphoDan.utrum Sg) vp ; + + CleftNP np rs = mkClause "det" (agrP3 MorphoDan.neutrum Sg) + (insertObj (\\_ => np.s ! rs.c ++ rs.s ! np.a) (predV verbBe)) ; + + CleftAdv ad s = mkClause "det" (agrP3 MorphoDan.neutrum Sg) + (insertObj (\\_ => ad.s ++ s.s ! Sub) (predV verbBe)) ; + + ExistNP np = + mkClause "det" (agrP3 MorphoDan.neutrum Sg) (insertObj + (\\_ => np.s ! accusative) (predV (depV finde_V))) ; + + ExistIP ip = { + s = \\t,a,p => + let + cls = + (mkClause "det" (agrP3 MorphoDan.neutrum Sg) (predV (depV finde_V))).s ! t ! a ! p ; + who = ip.s ! accusative + in table { + QDir => who ++ cls ! Inv ; + QIndir => who ++ cls ! Sub + } + } ; + + ProgrVP vp = + insertObj (\\a => ["ved "] ++ infVP vp a) (predV verbBe) ; + + ImpPl1 vp = {s = ["lad os"] ++ infVP vp {gn = Plg ; p = P1}} ; + +} + diff --git a/deprecated/old-lib/resource/danish/IrregDan.gf b/deprecated/old-lib/resource/danish/IrregDan.gf new file mode 100644 index 000000000..31dfebeff --- /dev/null +++ b/deprecated/old-lib/resource/danish/IrregDan.gf @@ -0,0 +1,72 @@ +--# -path=.:../scandinavian:../common:../abstract:../../prelude + +-- http://users.cybercity.dk/~nmb3879/danishgram3.html + +concrete IrregDan of IrregDanAbs = CatDan ** open Prelude, ParadigmsDan in { + + flags optimize=values ; + + lin + + bre_V = irregV "bre" "bar" "bret" ; + bede_V = mkV "bede" "beder" "bedes" "bad" "bedt" "bed" ; + bide_V = irregV "bite" "bed" "bidt" ; + binde_V = irregV "binde" "bandt" "bundet" ; + blive_V = irregV "blive" "blev" "blevet" ; + brnde_V = irregV "brnde" "brandt" "brndt" ;-- + bringe_V = irregV "bringe" "bragte" "bragt" ; + burde_V = irregV "burde" "burde" "burdet" ;-- + d_V = irregV "d" "dde" "dd" ; + drage_V = irregV "drage" "drog" "draget" ; + drikke_V = irregV "drikke" "drak" "drukket" ; + drive_V = irregV "drive" "drev" "drevet" ; + falde_V = irregV "falde" "faldt" "faldet" ;----er + f_V = irregV "f" "fik" "fet" ; + finde_V = irregV "finde" "fandt" "fundet" ; + flyde_V = irregV "flyde" "fld" "flydt" ; + flyve_V = irregV "flyve" "flj" "fljet" ; + forlade_V = irregV "forlade" "forlod" "forladet" ; + forst_V = irregV "forst" "forstod" "forstet" ; + fryse_V = irregV "fryse" "frs" "frosset" ; + g_V = irregV "g" "gik" "get" ;----er + give_V = irregV "give" "gav" "givet" ; + gnide_V = irregV "gnide" "gned" "gnidd" ;-- + gre_V = irregV "gre" "gjorde" "gjort" ; + have_V = mkV "have" "har" "havde" "haft" "havd" "hav" ; + hente_V = irregV "hente" "hentet" "hendt" ;-- +-- hete_V = irregV "hete" (variants {"het" ;-- "hette"}) "hett" ;-- +-- hjelpe_V = irregV "hjelpe" "hjalp" "hjulpet" ;-- + holde_V = irregV "holde" "holdt" "holdt" ;-- + komme_V = irregV "komme" "kom" "kommet" ; + kunne_V = irregV "kunne" "kunne" "kunnet" ; + lade_V = irregV "lade" "lod" "ladet" ; + lgge_V = irregV "lgge" "lagde" "lagt" ; + le_V = irregV "le" "lo" "leet" ; + ligge_V = irregV "ligge" "l" "ligget" ; + lbe_V = irregV "lbe" "lb" "lbet" ; + mtte_V = irregV "mtte" "mtte" "mttet" ; + renne_V = irregV "renne" "rant" "rent" ;-- + slge_V = irregV "slge" "solgte" "solgt" ; + stte_V = irregV "stte" "satte" "sat" ; + se_V = irregV "se" "s" "set" ; + sidde_V = irregV "sidde" "sad" "siddet" ; + sige_V = irregV "sige" "sagde" "sagt" ; + skre_V = irregV "skre" "skar" "skret" ;-- + skrive_V = irregV "skrive" "skrev" "skrevet" ; + skulle_V = irregV "skulle" "skulle" "skullet" ; + sl_V = irregV "sl" "slog" "sltt" ;-- + sove_V = irregV "sove" "sov" "sovet" ; + sprge_V = irregV "sprge" "spurgte" "spurgt" ; + springe_V = irregV "springe" "sprang" "sprunget" ;-- + st_V = irregV "st" "stod" "stet" ; + stikke_V = irregV "stikke" "stakk" "stukket" ;-- + synge_V = irregV "synge" "sang" "sunget" ;-- + tage_V = irregV "tage" "tog" "taget" ; +-- treffe_V = irregV "treffe" "traff" "truffet" ;-- +-- trives_V = irregV "trives" "trivdes" (variants {"trives" ;-- "trivs"}) ;-- + tlle_V = irregV "tlle" "talte" "talt" ; + vide_V = irregV "vide" "vidste" "vidst" ; + +} + +-- readFile "vrbs.tmp" >>= mapM_ (putStrLn . (\ (a:_:b:c:_) -> " " ++ a ++ "_V = irregV \"" ++ a ++ "\" \"" ++ b ++ "\" \"" ++ c ++ "\" ;") . words) . lines diff --git a/deprecated/old-lib/resource/danish/IrregDanAbs.gf b/deprecated/old-lib/resource/danish/IrregDanAbs.gf new file mode 100644 index 000000000..5f8942f76 --- /dev/null +++ b/deprecated/old-lib/resource/danish/IrregDanAbs.gf @@ -0,0 +1,65 @@ +abstract IrregDanAbs = Cat ** { + + fun + + bre_V : V ; + bede_V : V ; + bide_V : V ; + binde_V : V ; + blive_V : V ; + brnde_V : V ; + bringe_V : V ; + burde_V : V ; + d_V : V ; + drage_V : V ; + drikke_V : V ; + drive_V : V ; + falde_V : V ; + f_V : V ; + finde_V : V ; + flyde_V : V ; + flyve_V : V ; + forlade_V : V ; + forst_V : V ; + fryse_V : V ; + g_V : V ; + give_V : V ; +-- gjelde_V : V ; + gnide_V : V ; + gre_V : V ; + have_V : V ; + hente_V : V ; +-- hete_V : V ; +-- hjelpe_V : V ; + holde_V : V ; + komme_V : V ; + kunne_V : V ; + lade_V : V ; + lgge_V : V ; + le_V : V ; + ligge_V : V ; + lbe_V : V ; + mtte_V : V ; + renne_V : V ; + slge_V : V ; + stte_V : V ; + se_V : V ; + sidde_V : V ; + sige_V : V ; + skre_V : V ; + skrive_V : V ; + skulle_V : V ; + sl_V : V ; + sove_V : V ; + sprge_V : V ; + springe_V : V ; + st_V : V ; + stikke_V : V ; + synge_V : V ; + tage_V : V ; + tlle_V : V ; +-- treffe_V : V ; +-- trives_V : V ; + vide_V : V ; + +} diff --git a/deprecated/old-lib/resource/danish/LangDan.gf b/deprecated/old-lib/resource/danish/LangDan.gf new file mode 100644 index 000000000..7a80aded4 --- /dev/null +++ b/deprecated/old-lib/resource/danish/LangDan.gf @@ -0,0 +1,10 @@ +--# -path=.:../scandinavian:../abstract:../common:prelude + +concrete LangDan of Lang = + GrammarDan, + LexiconDan + ** { + +flags startcat = Phr ; unlexer = text ; lexer = text ; + +} ; diff --git a/deprecated/old-lib/resource/danish/LexiconDan.gf b/deprecated/old-lib/resource/danish/LexiconDan.gf new file mode 100644 index 000000000..055a2c8dd --- /dev/null +++ b/deprecated/old-lib/resource/danish/LexiconDan.gf @@ -0,0 +1,366 @@ +--# -path=.:../scandinavian:../common:../abstract:../../prelude + + + +concrete LexiconDan of Lexicon = CatDan ** + open Prelude, ParadigmsDan, IrregDan in { + +flags startcat=Phr ; lexer=textlit ; unlexer=text ; + optimize=values ; + +lin + airplane_N = mk2N "fly" "flyet" ; + answer_V2S = mkV2S (regV "svare") (mkPrep "til") ; + apartment_N = mk2N "vrelse" "vrelsen" ; + apple_N = mk3N "ble" "blet" "bler" ; + art_N = mk2N "kunst" "kunsten" ; + ask_V2Q = mkV2Q sprge_V noPrep ; + baby_N = mk2N "baby" "babyen" ; ---- babyen + bad_A = regADeg "drlig" ; ---- + bank_N = mk2N "bank" "banken" ; + beautiful_A = mk3ADeg "smuk" "smukt" "smukke" ; ---- + become_VA = mkVA blive_V ; + beer_N = mk2N "l" "let" ; + beg_V2V = mkV2V bede_V noPrep (mkPrep "at") ; + big_A = irregADeg "stor" "strre" "strst"; + bike_N = mkN "cykel" "cykeln" "cykler" "cyklerne" ; ---- + bird_N = mk2N "fugl" "fuglen" ; + black_A = mk2ADeg "sort" "sort" ; + blue_A = mk2ADeg "bl" "bltt"; + boat_N = mk3N "bd" "bden" "bde" ; + book_N = mkN "bog" "bogen" "bger" "bgene" ; + boot_N = mkN "stvle" "stvlen" "stvler" "stvlerne" ; + boss_N = mk2N "chef" "chefen" ; + boy_N = mk2N "dreng" "drengen" ; + bread_N = mk2N "brd" "brdet" ; + break_V2 = dirV2 (mk2V "knuse" "knuste") ; + broad_A = regADeg "bred" ; + brother_N2 = mkN2 (mk3N "broder" "brodren" "brdre") (mkPrep "til") ; ---- + brown_A = regADeg "brun" ; + butter_N = mk2N "smr" "smret" ; + buy_V2 = dirV2 (mk2V "kbe" "kbte") ; ---- + camera_N = mk2N "kamera" "kameraen" ; ---- + cap_N = mk2N "hue" "huen" ; + car_N = mk2N "bil" "bilen" ; + carpet_N = mk2N "tppe" "tppen" ; + cat_N = mk3N "kat" "katten" "katte" ; + ceiling_N = mk2N "loft" "loftet" ; + chair_N = mk3N "stol" "stolen" "stole" ; + cheese_N = mk2N "ost" "osten" ; + child_N = mk3N "barn" "barnet" "brn" ; ---- + church_N = mk2N "kirke" "kirken" ; + city_N = mk2N "by" "byen" ; + clean_A = regADeg "ren" ; + clever_A = regADeg "flink" ; + close_V2 = dirV2 (mk2V "lukke" "lukkede") ; + coat_N = mk2N "frakke" "frakken" ; + cold_A = regADeg "kold" ; + come_V = vaereV komme_V ; + computer_N = mk2N "datamaskine" "datamaskinen" ; + country_N = mk2N "land" "landet" ; + cousin_N = mk3N "ftter" "fttren" "fttre" ; ---- + cow_N = mk2N "ku" "kuen" ; ---- + die_V = vaereV d_V ; + dirty_A = regADeg "smudsig" ; ---- + distance_N3 = mkN3 (regGenN "afstand" utrum) (mkPrep "fra") (mkPrep "til") ; + doctor_N = mk2N "lge" "lgen" ; + dog_N = mk2N "hund" "hunden" ; + door_N = mk2N "dr" "dren" ; + drink_V2 = dirV2 drikke_V ; + easy_A2V = mkA2V (regA "nem") (mkPrep "for") ; ---- + eat_V2 = dirV2 (mk2V "spise" "spiste") ; + empty_A = mkADeg "tm" "tmt" "tmme" "tmmere" "tmmest" ; ---- + enemy_N = mk2N "fjende" "fjenden" ; + factory_N = mk2N "fabrik" "fabriken" ; + father_N2 = mkN2 ( (mk3N "far" "fadren" "fdre")) (mkPrep "til") ; ---- + fear_VS = mkVS (regV "frygte") ; + find_V2 = dirV2 (irregV "finde" "fand" "fundet") ; ---- + fish_N = mk2N "fisk" "fisken" ; + floor_N = mk2N "gulv" "gulvet" ; + forget_V2 = dirV2 (mkV "glemme" "glemmer" "glemmes" "glemte" "glemt" "glem") ; ---- + fridge_N = mk2N "kleskab" "kleskabet" ; + friend_N = mk3N "ven" "vennen" "venner" ; ---- + fruit_N = mk2N "frugt" "frugten" ; + fun_AV = mkAV (mkA "morsom" "morsomt" "morsomme") ; ---- + garden_N = mk2N "have" "haven" ; + girl_N = mk2N "pige" "pigen" ; + glove_N = mk2N "handske" "handsken" ; + gold_N = mk2N "guld" "guldet" ; + good_A = mkADeg "god" "godt" "gode" "bedre" "bedst" ; ---- + go_V = vaereV g_V ; + green_A = mk3ADeg "grn" "grnt" "grnne" ; + harbour_N = mk2N "havn" "havnen" ; + hate_V2 = dirV2 (regV "hade") ; + hat_N = mk3N "hat" "hatten" "hatte" ; + have_V2 = dirV2 have_V ; + hear_V2 = dirV2 (mk2V "hre" "hrte") ; + hill_N = mk2N "hj" "hjen" ; + hope_VS = mkVS (regV "hbe") ; + horse_N = mk3N "hest" "hesten" "heste" ; + hot_A = regADeg "hed" ; + house_N = mk3N "hus" "huset" "huse" ; + important_A = regADeg "vigtig" ; + industry_N = mk2N "industri" "industrien" ; + iron_N = mk2N "jern" "jernet" ; + john_PN = mkPN "John" utrum ; + king_N = mk2N "konge" "kongen" ; + know_V2 = dirV2 vide_V ; + lake_N = mk2N "s" "sen" ; + lamp_N = mk2N "lampe" "lampen" ; + learn_V2 = dirV2 (mk2V "lre" "lrte") ; + leather_N = mk2N "lder" "ldret" ; + leave_V2 = dirV2 forlade_V ; + like_V2 = mkV2 holde_V (mkPrep "af") ; + listen_V2 = dirV2 (regV "lytte") ; + live_V = mk2V "leve" "levde" ; + long_A = irregADeg "lang" "lngere" "lngst" ; ---- + lose_V2 = dirV2 (regV "tabe") ; + love_N = mk2N "krlighed" "krligheden" ; + love_V2 = dirV2 (regV "elske") ; + man_N = mkN "mand" "manden" "mnd" "mndene" ; + married_A2 = mkA2 (mk2A "gift" "gift") (mkPrep "med") ; + meat_N = mk2N "kd" "kdet" ; + milk_N = mk2N "mlk" "mlken" ; + moon_N = mk2N "mne" "mnen" ; + mother_N2 = mkN2 (mkN "moder" "moderen" "mdre" "mdrene") (mkPrep "til") ; ---- + mountain_N = mk2N "bjerg" "bjerget" ; + music_N = mk2N "musik" "musiken" ; + narrow_A = regADeg "smal" ; + new_A = mkADeg "ny" "nytt" "nye" "nyere" "nyest" ; + newspaper_N = mk2N "avis" "avisen" ; + oil_N = mk2N "olie" "olien" ; + old_A = mkADeg "gammel" "gammelt" "gamle" "ldre" "ldst" ; ---- + open_V2 = dirV2 (regV "bne") ; + paint_V2A = mkV2A (regV "male") noPrep ; + paper_N = mk2N "papir" "papiret" ; + paris_PN = mkPN "Paris" neutrum ; + peace_N = mk2N "fred" "freden" ; + pen_N = mk2N "pen" "penen" ; + planet_N = mk2N "planet" "planeten" ; + plastic_N = mk2N "plast" "plasten" ; + play_V2 = dirV2 (mk2V "spille" "spilte") ; + policeman_N = mk2N "politibetjent" "politibetjenten" ; ---- + priest_N = mk2N "prst" "prsten" ; + probable_AS = mkAS (regA "sandsynlig") ; + queen_N = mk2N "dronning" "dronningen" ; + radio_N = mk2N "radio" "radioen" ; + rain_V0 = mkV0 (regV "regne") ; + read_V2 = dirV2 (mk2V "lse" "lste") ; + red_A = regADeg "rd" ; + religion_N = mk2N "religion" "religionen" ; + restaurant_N = mk2N "restaurant" "restauranten" ; + river_N = mk2N "flod" "floden" ; + rock_N = mk2N "sten" "stenen" ; + roof_N = mk2N "tag" "taget" ; + rubber_N = mk2N "gummi" "gummien" ; + run_V = vaereV (regV "lbe") ; + say_VS = mkVS sige_V ; + school_N = mk2N "skole" "skolen" ; + science_N = mk2N "videnskab" "videnskaben" ; + sea_N = mk2N "hav" "havet" ; + see_V2 = dirV2 se_V ; + seek_V2 = mkV2 (mk2V "sge" "sgte") (mkPrep "efter") ; + sell_V3 = dirV3 slge_V (mkPrep "til") ; + send_V3 = dirV3 (mk2V "sende" "sendte") (mkPrep "til") ; + sheep_N = mk2N "fr" "fret" ; + ship_N = mk2N "skib" "skibet" ; + shirt_N = mk2N "skjorte" "skjorten" ; + shoe_N = mk2N "sko" "skoen" ; + shop_N = mk2N "butik" "butiken" ; + short_A = regADeg "kort" ; + silver_N = mk2N "slv" "slvet"; + sister_N = mk3N "sster" "sstren" "sstrer" ; ---- + sleep_V = sove_V ; + small_A = mkADeg "lille" "lille" "sm" "mindre" "mindst" ; ---- + snake_N = mk2N "slange" "slangen" ; + sock_N = mk2N "sok" "sokken" ; + speak_V2 = dirV2 (regV "tale") ; ---- + star_N = mk2N "stjerne" "stjernen" ; + steel_N = mk2N "stl" "stlet" ; + stone_N = mk2N "sten" "stenen" ; + stove_N = mk2N "komfur" "komfuren" ; + student_N = mk2N "student" "studenten" ; + stupid_A = mk3ADeg "dum" "dumt" "dumme" ; + sun_N = mk2N "sol" "solen" ; + switch8off_V2 = dirV2 (partV (regV "lukke") "for") ; + switch8on_V2 = dirV2 (partV (regV "lukke") "op") ; + table_N = mk2N "bord" "bordet" ; + talk_V3 = mkV3 (regV "tale") (mkPrep "til") (mkPrep "om") ; + teacher_N = mkN "lrer" "lreren" "lrere" "lrerne" ; + teach_V2 = dirV2 (mk2V "undervise" "underviste") ; + television_N = mk2N "fjernsyn" "fjernsynet" ; + thick_A = mk3ADeg "tyk" "tykt" "tykke" ; + thin_A = mk2ADeg "tynd" "tyndt" ; ---- + train_N = mk2N "tog" "toget" ; + travel_V = vaereV (mk2V "rejse" "rejste") ; + tree_N = mkN "tr" "tret" "trer" "trene" ; ---- + ---- trousers_N = regGenN "trousers" ; ---- pl t ! + ugly_A = mk3ADeg "grim" "grimt" "grimme" ; + understand_V2 = dirV2 (irregV "forst" "forstod" "forsttt") ; + university_N = mk2N "universitet" "universitetet" ; + village_N = mk2N "landsby" "landsbyen" ; + wait_V2 = mkV2 (regV "vente") (mkPrep "p") ; + walk_V = vaereV g_V ; + warm_A = regADeg "varm" ; + war_N = mk2N "krig" "krigen" ; + watch_V2 = mkV2 se_V (mkPrep "p") ; + water_N = mk2N "vand" "vandet" ; + white_A = regADeg "hvid" ; + window_N = mkN "vindue" "vinduet" "vinduer" "vinduene" ; ---- er? + wine_N = mk2N "vin" "vinen" ; + win_V2 = dirV2 (irregV "vinde" "vand" "vundet") ; + woman_N = mk2N "kvinde" "kvinden" ; + wonder_VQ = mkVQ (depV (regV "undre")) ; + wood_N = mkN "tr" "tret" "trer" "trene" ; ---- + write_V2 = dirV2 (irregV "skrive" "skrev" "skrevet") ; + yellow_A = regADeg "gul" ; + young_A = irregADeg "ung" "yngre" "yngst" ; ---- + + do_V2 = dirV2 gre_V ; + now_Adv = mkAdv "nu" ; + already_Adv = mkAdv "allerede" ; + song_N = mk2N "sang" "sangen" ; + add_V3 = mkV3 (regV "tilfje") noPrep (mkPrep "til") ; ---- + number_N = mk2N "nummer" "numret" ; ---- + put_V2 = dirV2 stte_V ; + stop_V = vaereV (regV "standse") ; + jump_V = regV "hoppe" ; + + left_Ord = {s = "venstre" ; isDet = True} ; + right_Ord = {s = "hjre" ; isDet = True} ; + far_Adv = mkAdv "fjern" ; + correct_A = regA "rigtig" ; + dry_A = mk3ADeg "tr" "trt" "trre" ; + dull_A = regA "slv" ; + full_A = regA "fuld" ; + heavy_A = irregADeg "tung" "tyngre" "tyngst" ; + near_A = mkADeg "nre" "nre" "nre" "nrmere" "nrmest" ; + rotten_A = mk3ADeg "rdden" "rddent" "rdne" ; ---- + round_A = regA "rund" ; + sharp_A = regA "skarp" ; + smooth_A = regA "jvn" ; + straight_A = mk3ADeg "ret" "rett" "rette" ; ---- + wet_A = regA "vd" ; + wide_A = regA "bred" ; + animal_N = mk2N "dyr" "dyret" ; + ashes_N = mk2N "aske" "asken" ; + back_N = mk2N "ryg" "ryggen" ; ---- + bark_N = mk2N "bark" "barken" ; + belly_N = mk2N "mave" "maven" ; + blood_N = mk2N "blod" "blodet" ; + bone_N = mk2N "ben" "benet" ; + breast_N = mk2N "bryst" "brystet" ; + cloud_N = mk2N "sky" "skyen" ; + day_N = mk3N "dag" "dagen" "dage" ; + dust_N = mk2N "stv" "stvet" ; + ear_N = mk3N "re" "ret" "rer" ; + earth_N = mk2N "jord" "jorden" ; + egg_N = mk2N "g" "get" ; + eye_N = mk3N "je" "jet" "jne" ; + fat_N = mk2N "fedt" "fedtet" ; + feather_N = mk2N "fjer" "fjeren" ; + fingernail_N = mk2N "negl" "neglen" ; + fire_N = mk2N "ild" "ilden" ; + flower_N = mk2N "blomst" "blomsten" ; + fog_N = mk2N "tge" "tgen" ; + foot_N = mk2N "fod" "fder" ; ---- + forest_N = mk2N "skov" "skoven" ; + grass_N = mk2N "grs" "grset" ; + guts_N = mk2N "tarm" "tarmen" ; ---- indvolde + hair_N = mk2N "hr" "hret" ; + hand_N = mk2N "hnd" "hnden" ; + head_N = mk2N "hoved" "hovedet" ; + heart_N = mk3N "hjerte" "hjertet" "hjerter" ; + horn_N = mk2N "horn" "hornet" ; + husband_N = mk2N "gteflle" "gtefllen" ; ---- + ice_N = mk2N "is" "isen" ; + knee_N = mkN "kn" "knt" "knr" "knne" ; ---- + leaf_N = mk2N "lv" "lvet" ; + leg_N = mk2N "ben" "benet" ; + liver_N = mkN "lever" "leveren" "levrer" "levrene" ; ---- + louse_N = mk3N "lus" "lusen" "lus" ; + mouth_N = mk2N "mund" "munden" ; + name_N = mk2N "navn" "navnet" ; + neck_N = mk2N "hals" "halsen" ; + night_N = mk3N "nat" "natten" "ntter" ; ---- + nose_N = mk2N "nse" "nsen" ; + person_N = mk2N "person" "personen" ; + rain_N = mk2N "regn" "regnet" ; + road_N = mk2N "vej" "vejen" ; + root_N = mk3N "rod" "roden" "rder" ; ---- + rope_N = mk2N "reb" "rebet" ; + salt_N = mk2N "salt" "saltet" ; + sand_N = mk2N "sand" "sanden" ; + seed_N = mk2N "fr" "fret" ; + skin_N = mk2N "skind" "skindet" ; + sky_N = mk3N "himmel" "himlen" "himler" ; ---- + smoke_N = mk2N "rg" "rgen" ; + snow_N = mk2N "sn" "snen" ; + stick_N = mk2N "pind" "pinden" ; + tail_N = mk2N "hale" "halen" ; + tongue_N = mk2N "tunge" "tungen" ; + tooth_N = mkN "tand" "tanden" "tnder" "tndene" ; ---- + wife_N = mk2N "kone" "konen" ; + wind_N = mk2N "vind" "vinden" ; + wing_N = mk2N "vinge" "vingen" ; + worm_N = mk2N "orm" "ormen" ; + year_N = mk2N "r" "ret" ; + bite_V2 = dirV2 bide_V ; + blow_V = mk2V "blse" "blste" ; + burn_V = brnde_V ; + count_V2 = dirV2 tlle_V ; + cut_V2 = dirV2 (skre_V) ; + dig_V = mk2V "grave" "gravde" ; + fall_V = vaereV falde_V ; + fear_V2 = dirV2 (regV "frygte") ; + fight_V2 = dirV2 (regV "kmpe") ; + float_V = flyde_V ; + flow_V = regV "strmme" ; + fly_V = vaereV flyve_V ; + freeze_V = fryse_V ; + give_V3 = dirV3 give_V (mkPrep "til"); + hit_V2 = dirV2 (sl_V) ; + hold_V2 = dirV2 (holde_V) ; + hunt_V2 = dirV2 (regV "jage") ; + kill_V2 = dirV2 (regV "drbe") ; + laugh_V = le_V ; + lie_V = ligge_V ; + play_V = regV "spille" ; + pull_V2 = dirV2 (regV "trkke") ; + push_V2 = dirV2 (regV "skubbe") ; + rub_V2 = dirV2 (gnide_V) ; + scratch_V2 = dirV2 (regV "kradse") ; + sew_V = mk2V "sy" "sydde" ; + sing_V = synge_V ; + sit_V = sidde_V ; + smell_V = regV "lugte" ; + spit_V = regV "spytte" ; + split_V2 = dirV2 (regV "splitte") ; ---- + squeeze_V2 = dirV2 (regV "presse") ; + stab_V2 = dirV2 (stikke_V) ; + stand_V = vaereV st_V ; + suck_V2 = dirV2 (regV "sutte") ; ---- + swell_V = regV "svulme" ; + swim_V = regV "svmme" ; + think_V = mk2V "tnke" "tnkte" ; ---- + throw_V2 = dirV2 (regV "kaste") ; + tie_V2 = dirV2 binde_V ; + turn_V = regV "dreje" ; + vomit_V = partV (regV "kaste") "op" ; + wash_V2 = dirV2 (regV "vaske") ; + wipe_V2 = dirV2 (regV "viske") ; + breathe_V = regV "nde" ; + + grammar_N = regN "grammatik" ; + language_N = mk2N "sprog" "sproget" ; + rule_N = mkN "regel" "regeln" "regler" "reglerne" ; + + question_N = mk2N "sprgsml" "sprgsmlet" ; + +---- ready_A = regA "frdig" ; +---- reason_N = regN "anledning" ; + today_Adv = mkAdv "idag" ; +---- uncertain_A = mk3A "osker" "oskert" "oskra" ; + +} ; + diff --git a/deprecated/old-lib/resource/danish/MathDan.gf b/deprecated/old-lib/resource/danish/MathDan.gf new file mode 100644 index 000000000..11d87f5d9 --- /dev/null +++ b/deprecated/old-lib/resource/danish/MathDan.gf @@ -0,0 +1,2 @@ +concrete MathDan of Math = CatDan ** MathScand with + (ResScand = ResDan) ; diff --git a/deprecated/old-lib/resource/danish/MorphoDan.gf b/deprecated/old-lib/resource/danish/MorphoDan.gf new file mode 100644 index 000000000..a5ee90a48 --- /dev/null +++ b/deprecated/old-lib/resource/danish/MorphoDan.gf @@ -0,0 +1,164 @@ +--1 A Simple Danish Resource Morphology +-- +-- Aarne Ranta 2002 +-- +-- This resource morphology contains definitions needed in the resource +-- syntax. It moreover contains copies of the most usual inflectional patterns +-- as defined in functional morphology (in the Haskell file $RulesSw.hs$). +-- +-- We use the parameter types and word classes defined for morphology. + +resource MorphoDan = CommonScand, ResDan ** open Prelude, Predef in { + +oper + +-- type synonyms + + Subst : Type = {s : Number => Species => Case => Str} ; + Adj = Adjective ; + +-- nouns + + mkSubstantive : (_,_,_,_ : Str) -> Subst = + \dreng, drengen, drenger, drengene -> + {s = nounForms dreng drengen drenger drengene} ; + + extNGen : Str -> Gender = \s -> case last s of { + "n" => Utr ; + _ => Neutr + } ; + + nDreng : Str -> Subst = \dreng -> + mkSubstantive dreng (dreng + "en") (dreng + "e") (dreng + "ene") ** + {h1 = Utr} ; + + nBil : Str -> Subst = \bil -> + mkSubstantive bil (bil + "en") (bil + "er") (bil + "erne") ** + {h1 = Utr} ; + + nUge : Str -> Subst = \uge -> + mkSubstantive uge (uge + "n") (uge + "r") (uge + "rne") ** + {h1 = Utr} ; + + nHus : Str -> Subst = \hus -> + mkSubstantive hus (hus + "et") hus (hus + "ene") ** + {h1 = Neutr} ; + +-- adjectives + + mkAdject : (_,_,_,_,_ : Str) -> Adj = + \stor,stort,store,storre,storst -> {s = table { + AF (APosit (Strong SgUtr )) c => mkCase c stor ; + AF (APosit (Strong SgNeutr)) c => mkCase c stort ; + AF (APosit _) c => mkCase c store ; + AF ACompar c => mkCase c storre ; + AF (ASuperl SupStrong) c => mkCase c storst ; + AF (ASuperl SupWeak) c => mkCase c (storst + "e") + } + } ; + + aRod : Str -> Adj = \rod -> + mkAdject rod (rod + "t") (rod + "e") (rod + "ere") (rod + "est") ; + + aAbstrakt : Str -> Adj = \abstrakt -> + mkAdject abstrakt abstrakt (abstrakt + "e") (abstrakt + "ere") (abstrakt + "est") ; + + aRask : Str -> Adj = \rask -> + mkAdject rask rask (rask + "e") (rask + "ere") (rask + "est") ; + + +-- verbs + + Verbum : Type = {s : VForm => Str} ; + + mkVerb6 : (_,_,_,_,_,_ : Str) -> Verbum = + \spise,spiser,spises,spiste,spist,spis -> {s = table { + VI (VInfin v) => mkVoice v spise ; + VF (VPres Act) => spiser ; + VF (VPres Pass) => spises ; + VF (VPret v) => mkVoice v spiste ; --# notpresent + VI (VSupin v) => mkVoice v spist ; --# notpresent + VI (VPtPret (Strong (SgUtr | SgNeutr)) c) => mkCase c spist ; + VI (VPtPret _ c) => mkCase c (spist + "e") ; + VF (VImper v) => mkVoice v spis + } + } ; + + irregVerb : (drikke,drakk,drukket : Str) -> Verbum = + \drikke,drakk,drukket -> + let + drikk = init drikke ; + drikker = case last (init drikke) of { + "r" => drikk ; + _ => drikke + "r" + } + in + mkVerb6 drikke drikker (drikke + "s") drakk drukket (mkImper drikk) ; + + regVerb : Str -> Str -> Verbum = \spise, spiste -> + let + spis = init spise ; + te = Predef.dp 2 spiste + in + case te of { + "te" => vSpis spis ; + "de" => case last spise of { + "e" => vHusk spis ; + _ => vBo spise + } ; + _ => vHusk spis + } ; + + vHusk : Str -> Verbum = \husk -> + mkVerb6 (husk + "e") (husk + "er") (husk + "es") (husk + "ede") (husk + "et") + (mkImper husk) ; + + vSpis : Str -> Verbum = \spis -> + mkVerb6 (spis + "e") (spis + "er") (spis + "es") (spis + "te") (spis + "t") + (mkImper spis) ; + + vBo : Str -> Verbum = \bo -> + mkVerb6 bo (bo + "r") (bo + "es") (bo + "ede") (bo + "et") (mkImper bo) ; + +-- Remove consonant duplication: "passe - pas" + + mkImper : Str -> Str = \s -> + if_then_Str (pbool2bool (Predef.eqStr (last s) (last (init s)))) (init s) s ; + +-- For $Numeral$. + +param DForm = ental | ton | tiotal ; + +oper + LinDigit = {s : DForm => CardOrd => Str} ; + + cardOrd : Str -> Str -> CardOrd => Str = \tre,tredje -> + table { + NCard _ => tre ; + NOrd a => tredje ---- a + } ; + + cardReg : Str -> CardOrd => Str = \syv -> + cardOrd syv (syv + case last syv of { + "n" => "de" ; + "e" => "nde" ; + _ => "ende" + }) ; + + + mkTal : (x1,_,_,_,x5 : Str) -> LinDigit = + \tv, tolv, tjugo, andra, tyvende -> + {s = table { + ental => cardOrd tv andra ; + ton => cardReg tolv ; + tiotal => cardOrd tjugo tyvende + } + } ; + + numPl : (CardOrd => Str) -> {s : CardOrd => Str ; n : Number} = \n -> + {s = n ; n = Pl} ; + + invNum : CardOrd = NCard Neutr ; + + +} diff --git a/deprecated/old-lib/resource/danish/NounDan.gf b/deprecated/old-lib/resource/danish/NounDan.gf new file mode 100644 index 000000000..8005b0d30 --- /dev/null +++ b/deprecated/old-lib/resource/danish/NounDan.gf @@ -0,0 +1,2 @@ +concrete NounDan of Noun = CatDan ** NounScand with + (ResScand = ResDan) ; diff --git a/deprecated/old-lib/resource/danish/NumeralDan.gf b/deprecated/old-lib/resource/danish/NumeralDan.gf new file mode 100644 index 000000000..b8846c8ef --- /dev/null +++ b/deprecated/old-lib/resource/danish/NumeralDan.gf @@ -0,0 +1,83 @@ +concrete NumeralDan of Numeral = CatDan ** open MorphoDan in { + + +-- AR 12/10/2002 following www.geocities.com/tsca.geo/dansk/dknummer.html + +lincat + Digit = {s : DForm => CardOrd => Str} ; + Sub10 = {s : DForm => CardOrd => Str ; n : Number} ; + Sub100, Sub1000, Sub1000000 = + {s : CardOrd => Str ; n : Number} ; + +lin num x = x ; + +lin n2 = mkTal "to" "tolv" "tyve" "anden" "tyvende" ; +lin n3 = mkTal "tre" "tretten" "tredive" "tredje" "tredivte" ; +lin n4 = mkTal "fire" "fjorten" "fyrre" "fjerde" "fyrretyvende" ; +lin n5 = mkTal "fem" "femten" "halvtreds" "femte" "halvtredsindstyvende" ; +lin n6 = mkTal "seks" "seksten" "tres" "sjette" "tredsindstyvende" ; +lin n7 = mkTal "syv" "sytten" "halvfjerds" "syvende""halvfjerdsindstyvende" ; +lin n8 = mkTal "otte" "atten" "firs" "ottende""firsindstyvende" ; +lin n9 = mkTal "ni" "nitten" "halvfems" "niende" "halvfemsindstyvende" ; + + pot01 = { + s = \\f => table { + NCard g => case g of {Neutr => "et" ; _ => "en"} ; + _ => "frste" + } ; + n = Sg + } ; + pot0 d = {s = \\f,g => d.s ! f ! g ; n = Pl} ; + pot110 = numPl (cardReg "ti") ; + pot111 = numPl (cardOrd "elleve" "elvte") ; + pot1to19 d = numPl (d.s ! ton) ; + pot0as1 n = {s = n.s ! ental ; n = n.n} ; + pot1 d = numPl (d.s ! tiotal) ; + + pot1plus d e = { + s = \\g => e.s ! ental ! invNum ++ "og" ++ d.s ! tiotal ! g ; n = Pl} ; + pot1as2 n = n ; + pot2 d = numPl (\\_ => d.s ! ental ! invNum ++ "hundrede") ; + pot2plus d e = + {s = \\g => d.s ! ental ! invNum ++ "hundrede" ++ "og" ++ e.s ! g ; n = Pl} ; + pot2as3 n = n ; + pot3 n = numPl (\\g => n.s ! invNum ++ cardOrd "tusind" "tusinde" ! g) ; + pot3plus n m = {s = \\g => n.s ! invNum ++ "tusind" ++ "og" ++ m.s ! g ; n =Pl} ; + + lincat + Dig = TDigit ; + + lin + IDig d = d ; + + IIDig d i = { + s = \\o => d.s ! NCard neutrum ++ i.s ! o ; + n = Pl + } ; + + D_0 = mkDig "0" ; + D_1 = mk3Dig "1" "1:e" Sg ; + D_2 = mk2Dig "2" "2:e" ; + D_3 = mkDig "3" ; + 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 + ":e") ; + + mk3Dig : Str -> Str -> Number -> TDigit = \c,o,n -> { + s = table {NCard _ => c ; NOrd _ => o} ; + n = n + } ; + + TDigit = { + n : Number ; + s : CardOrd => Str + } ; + +} diff --git a/deprecated/old-lib/resource/danish/ParadigmsDan.gf b/deprecated/old-lib/resource/danish/ParadigmsDan.gf new file mode 100644 index 000000000..ce488ddee --- /dev/null +++ b/deprecated/old-lib/resource/danish/ParadigmsDan.gf @@ -0,0 +1,517 @@ +--# -path=.:../scandinavian:../common:../abstract:../../prelude + +--1 Danish Lexical Paradigms +-- +-- Aarne Ranta 2005 - 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 $MorphoDan.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$. +-- However, this function should only seldom be needed: we have a +-- separate module [``IrregDan`` ../../danish/IrregDan.gf], +-- which haves a list of irregular verbs. + +resource ParadigmsDan = + open + (Predef=Predef), + Prelude, + CommonScand, + ResDan, + MorphoDan, + CatDan in { + +--2 Parameters +-- +-- To abstract over gender names, we define the following identifiers. + +oper + Gender : Type ; + + utrum : Gender ; + neutrum : Gender ; + +-- To abstract over number names, we define the following. + + Number : Type ; + + singular : Number ; + plural : Number ; + +-- To abstract over case names, we define the following. + + Case : Type ; + + nominative : Case ; + genitive : Case ; + +-- Prepositions used in many-argument functions are just strings. + + mkPrep : Str -> Prep ; + noPrep : Prep ; -- empty string + +--2 Nouns + + mkN : overload { + +-- The regular function takes the singular indefinite form +-- and computes the other forms and the gender by a heuristic. +-- The heuristic is that all nouns are $utrum$ with the +-- plural ending "er" or "r". + + mkN : (bil : Str) -> N ; + +-- Giving gender manually makes the heuristic more reliable. + + mkN : (hus : Str) -> Gender -> N ; + +-- This function takes the singular indefinite and definite forms; the +-- gender is computed from the definite form. + + mkN : (bil,bilen : Str) -> N ; + +-- This function takes the singular indefinite and definite and the plural +-- indefinite + + mkN : (bil,bilen,biler : Str) -> N ; + +-- Worst case: give all four forms. The gender is computed from the +-- last letter of the second form (if "n", then $utrum$, otherwise $neutrum$). + + mkN : (dreng,drengen,drenge,drengene : Str) -> N ; + } ; + + + + +--3 Compound nouns +-- +-- All the functions above work quite as well to form compound nouns, +-- such as "fodbold". + + +--3 Relational nouns +-- +-- Relational nouns ("datter til x") need a preposition. + + mkN2 : N -> Prep -> N2 ; + +-- The most common preposition is "af", and the following is a +-- shortcut for regular relational nouns with "af". + + regN2 : Str -> Gender -> N2 ; + +-- Use the function $mkPrep$ or see the section on prepositions below to +-- form other prepositions. +-- +-- Three-place relational nouns ("forbindelse fra x til y") +-- need two prepositions. + + mkN3 : N -> Prep -> Prep -> N3 ; + + +--3 Relational common noun phrases +-- +-- In some cases, you may want to make a complex $CN$ into a +-- relational noun (e.g. "tidligere kone til"). 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, with a regular genitive, are formed as follows + + mkPN : overload { + mkPN : Str -> PN ; -- utrum + mkPN : Str -> Gender -> PN ; + mkPN : N -> PN ; + } ; + + +--2 Adjectives + +-- The regular pattern works for many adjectives, e.g. those ending +-- with "ig". Two, five, or at worst five forms are sometimes needed. + + mkA : overload { + mkA : (fin : Str) -> A ; + mkA : (fin,fint : Str) -> A ; + mkA : (galen,galet,galne : Str) -> A ; + mkA : (stor,stort,store,storre,storst : Str) -> A ; + +-- If comparison is formed by "mer", "mest", as in general for +-- long adjective, the following pattern is used: + + mkA : A -> A ; -- -/mer/mest norsk + } ; + +--3 Two-place adjectives +-- +-- Two-place adjectives need a preposition for their second argument. + + mkA2 : A -> Prep -> A2 ; + + + +--2 Adverbs + +-- Adverbs are not inflected. Most lexical ones have position +-- after the verb. Some can be close to the verb like the negation +-- "ikke" (e.g. "altid"). + + mkAdv : Str -> Adv ; + mkAdV : Str -> AdV ; + +-- Adverbs modifying adjectives and sentences can also be formed. + + mkAdA : Str -> AdA ; + + +--2 Verbs +-- + + mkV : overload { + +-- The 'regular verb' function is the first conjugation. + + mkV : (snakke : Str) -> V ; + +-- The almost regular verb function needs the infinitive and the preteritum. + + mkV : (leve,levde : Str) -> V ; + +-- There is an extensive list of irregular verbs in the module $IrregDan$. +-- In practice, it is enough to give three forms, as in school books. + + mkV : (drikke, drakk, drukket : Str) -> V ; + +-- The worst case needs six forms. + + mkV : (spise,spiser,spises,spiste,spist,spis : Str) -> V ; + + +--3 Verbs with a particle. +-- +-- The particle, such as in "lukke op", is given as a string. + + mkV : V -> Str -> V ; + } ; + + + +--3 Verbs with 'vre' as auxiliary +-- +-- By default, the auxiliary is "have". This function changes it to "vre". + + vaereV : V -> V ; + + + + +--3 Deponent verbs +-- +-- Some words are used in passive forms only, e.g. "undres", some as +-- reflexive e.g. "forestille sig". + + depV : V -> V ; + reflV : V -> V ; + + +--3 Two-place verbs +-- +-- Two-place verbs need a preposition, except the special case with direct object. +-- (transitive verbs). Notice that, if a particle is needed, it comes from the $V$. + + mkV2 : overload { + mkV2 : Str -> V2 ; + mkV2 : V -> V2 ; + mkV2 : V -> Prep -> V2 ; + } ; + + +--3 Three-place verbs +-- +-- Three-place (ditransitive) verbs need two prepositions, of which +-- the first one or both can be absent. + + mkV3 : V -> Prep -> Prep -> V3 ; -- snakke, med, om + dirV3 : V -> Prep -> V3 ; -- give,_,til + dirdirV3 : V -> V3 ; -- give,_,_ + +--3 Other complement patterns +-- +-- Verbs and adjectives can take complements such as sentences, +-- questions, verb phrases, and adjectives. + + mkV0 : V -> V0 ; + mkVS : V -> VS ; + mkV2S : V -> Prep -> V2S ; + mkVV : V -> VV ; + mkV2V : V -> Prep -> Prep -> V2V ; + mkVA : V -> VA ; + mkV2A : V -> Prep -> V2A ; + mkVQ : V -> VQ ; + mkV2Q : V -> Prep -> V2Q ; + + mkAS : A -> AS ; + mkA2S : A -> Prep -> A2S ; + mkAV : A -> AV ; + mkA2V : A -> Prep -> A2V ; + +-- Notice: categories $AS, A2S, AV, A2V$ are just $A$, +-- and the second argument is given as an adverb.. +-- $V0$ is just $V$. + + V0 : Type ; + AS, A2S, AV, A2V : Type ; + +--. + +--2 Definitions of the paradigms +-- +-- The definitions should not bother the user of the API. So they are +-- hidden from the document. + + + Gender = MorphoDan.Gender ; + Number = MorphoDan.Number ; + Case = MorphoDan.Case ; + utrum = Utr ; + neutrum = Neutr ; + singular = Sg ; + plural = Pl ; + nominative = Nom ; + genitive = Gen ; + + Preposition : Type = Str ; -- obsolete + + mkPreposition : Str -> Prep ; -- obsolete + mkPreposition = mkPrep ; + + mkPrep p = {s = p ; lock_Prep = <>} ; + noPrep = mkPrep [] ; + + mk4N x y z u = mkSubstantive x y z u ** {g = extNGen y ; lock_N = <>} ; + + regN x = regGenN x Utr ; + + regGenN x g = case last x of { + "e" => case g of { + Utr => mk4N x (x + "n") (x + "r") (x + "rne") ; + Neutr => mk4N x (x + "t") (x + "r") (init x + "ene") + } ; + _ => case g of { + Utr => mk4N x (x + "en") (x + "er") (x + "erne") ; + Neutr => mk4N x (x + "et") (x + "") (x + "ene") + } + } ; + + + mk2N x y = case last y of { + "n" => mk3N x y (init y + "r") ; + _ => mk3N x y x + } ; + + mk3N x y z = let u = ifTok Str x z "ene" "ne" in mk4N x y z (z + u) ; + + mkN2 = \n,p -> n ** {lock_N2 = <> ; c2 = mkComplement p.s} ; + regN2 n g = mkN2 (regGenN n g) (mkPreposition "av") ; + mkN3 = \n,p,q -> n ** {lock_N3 = <> ; c2 = mkComplement p.s ; c3 = mkComplement q.s} ; + + mk2PN n g = {s = \\c => mkCase c n ; g = g} ** {lock_PN = <>} ; + regPN n = mk2PN n utrum ; + nounPN n = {s = n.s ! singular ! Indef ; g = n.g ; lock_PN = <>} ; + +-- To form a noun phrase that can also be plural and have an irregular +-- genitive, you can use the worst-case function. + + makeNP : Str -> Str -> Number -> Gender -> NP ; + makeNP x y n g = + {s = table {NPPoss _ => x ; _ => y} ; a = agrP3 g n ; + lock_NP = <>} ; + + mk3A = mk3ADeg ; + mk2A a b = mk3A a b (a + "e") ; + regA a = (regADeg a) ** {lock_A = <>} ; + + mkA2 a p = a ** {c2 = mkComplement p.s ; lock_A2 = <>} ; + + mkADeg a b c d e = mkAdject a b c d e ** {isComp = False ; lock_A = <>} ; + + regADeg a = case Predef.dp 2 a of { + "sk" => aRask a ; + _ => case last a of { + "t" => aAbstrakt a ; + _ => aRod a + }} ** {isComp = False ; lock_A = <>} ; + + irregADeg a b c = mkAdject a (a + "t") (a + "e") b c ** + {isComp = False ; lock_A = <>} ; + mk3ADeg a b c = mkAdject a b c (c + "re") (c + "st") ** + {isComp = False ; lock_A = <>} ; + mk2ADeg a b = mkAdject a b (a + "e") (a + "ere") (a + "est") ** + {isComp = False ; lock_A = <>} ; + + compoundA adj = {s = adj.s ; isComp = True ; lock_A = <>} ; + + mkAdv x = ss x ** {lock_Adv = <>} ; + mkAdV x = ss x ** {lock_AdV = <>} ; + mkAdA x = ss x ** {lock_AdA = <>} ; + + mk6V a b c d e f = mkVerb6 a b c d e f ** + {part = [] ; vtype = VAct ; lock_V = <> ; isVaere = False} ; + + regV a = case last a of { + "e" => vHusk (init a) ; + _ => vBo a + } ** {part = [] ; vtype = VAct ; isVaere = False ; lock_V = <>} ; + + mk2V a b = regVerb a b ** + {part = [] ; vtype = VAct ; isVaere = False ; lock_V = <>} ; + + irregV = + \drikke,drakk,drukket -> + let + drikk = case last drikke of { + "e" => init drikke ; + _ => drikke + } ; + drikker = case last (init drikke) of { + "r" => init drikke ; + _ => drikke + "r" + } + in + mk6V drikke drikker (drikke + "s") drakk drukket (mkImper drikk) ; + + vaereV v = { + s = v.s ; + part = [] ; + vtype = v.vtype ; + isVaere = True ; + lock_V = <> + } ; + + partV v p = { + s = v.s ; + part = p ; + vtype = v.vtype ; + isVaere = v.isVaere ; + lock_V = <> + } ; + + depV v = { + s = v.s ; part = v.part ; vtype = VPass ; isVaere = False ; lock_V = <> + } ; + reflV v = { + s = v.s ; part = v.part ; vtype = VRefl ; isVaere = False ; lock_V = <> + } ; + + mk2V2 v p = v ** {c2 = mkComplement p.s ; lock_V2 = <>} ; + dirV2 v = mk2V2 v (mkPrep []) ; + + mkV3 v p q = v ** {c2 = mkComplement p.s ; c3 = mkComplement q.s ; lock_V3 = <>} ; + dirV3 v p = mkV3 v noPrep p ; + dirdirV3 v = dirV3 v noPrep ; + + mkV0 v = v ** {lock_V0 = <>} ; + mkVS v = v ** {lock_VS = <>} ; + mkV2S v p = mk2V2 v p ** {lock_V2S = <>} ; + mkVV v = v ** {c2 = mkComplement "at" ; lock_VV = <>} ; + mkV2V v p t = mk2V2 v p ** {c3 = mkComplement "at" ; lock_V2V = <>} ; + mkVA v = v ** {lock_VA = <>} ; + mkV2A v p = mk2V2 v p ** {lock_V2A = <>} ; + mkVQ v = v ** {lock_VQ = <>} ; + mkV2Q v p = mk2V2 v p ** {lock_V2Q = <>} ; + + mkAS v = v ** {lock_A = <>} ; + mkA2S v p = mkA2 v p ** {lock_A = <>} ; + mkAV v = v ** {lock_A = <>} ; + mkA2V v p = mkA2 v p ** {lock_A = <>} ; + + V0 : Type = V ; + AS, A2S, AV : Type = A ; + A2V : Type = A2 ; + +--------------- + + mkN = overload { + mkN : Str -> N = regN ; + mkN : Str -> Gender -> N = regGenN ; + mkN : (bil,bilen : Str) -> N = mk2N ; + mkN : (bil,bilen,biler : Str) -> N = mk3N ; + mkN : (dreng,drengen,drenge,drengene : Str) -> N = mk4N ; + } ; + + + regN : Str -> N ; + regGenN : Str -> Gender -> N ; + mk2N : (bil,bilen : Str) -> N ; + mk3N : (bil,bilen,biler : Str) -> N ; + mk4N : (dreng,drengen,drenge,drengene : Str) -> N ; + + mkPN = overload { + mkPN : Str -> PN = regPN ; -- masculine + mkPN : Str -> Gender -> PN = mk2PN ; + mkPN : N -> PN = nounPN ; + } ; + + regPN : Str -> PN ; -- utrum + mk2PN : Str -> Gender -> PN ; + nounPN : N -> PN ; + + mkA = overload { + mkA : (fin : Str) -> A = regADeg ; + mkA : (fin,fint : Str) -> A = mk2ADeg ; + mkA : (galen,galet,galne : Str) -> A = mk3ADeg ; + mkA : (stor,stort,store,storre,storst : Str) -> A = mkADeg ; + mkA : A -> A = compoundA ; -- -/mer/mest norsk + } ; + + mk3A : (galen,galet,galne : Str) -> A ; + regA : Str -> A ; + mk2A : (stor,stort : Str) -> A ; + mkADeg : (stor,stort,store,storre,storst : Str) -> A ; + regADeg : Str -> A ; + irregADeg : (tung,tyngre,tyngst : Str) -> A ; + mk3ADeg : (galen,galet,galne : Str) -> A ; + mk2ADeg : (bred,bredt : Str) -> A ; + compoundA : A -> A ; -- -/mer/mest norsk + + mkV = overload { + mkV : (snakke : Str) -> V = regV ; + mkV : (leve,levde : Str) -> V = mk2V ; + mkV : (drikke, drakk, drukket : Str) -> V = irregV ; + mkV : (spise,spiser,spises,spiste,spist,spis : Str) -> V = mk6V ; + mkV : V -> Str -> V = partV ; + } ; + + + regV : (snakke : Str) -> V ; + mk2V : (leve,levde : Str) -> V ; + irregV : (drikke, drakk, drukket : Str) -> V ; + mk6V : (spise,spiser,spises,spiste,spist,spis : Str) -> V ; + partV : V -> Str -> 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/deprecated/old-lib/resource/danish/PhraseDan.gf b/deprecated/old-lib/resource/danish/PhraseDan.gf new file mode 100644 index 000000000..86a9789bf --- /dev/null +++ b/deprecated/old-lib/resource/danish/PhraseDan.gf @@ -0,0 +1,2 @@ +concrete PhraseDan of Phrase = CatDan ** PhraseScand with + (ResScand = ResDan) ; diff --git a/deprecated/old-lib/resource/danish/QuestionDan.gf b/deprecated/old-lib/resource/danish/QuestionDan.gf new file mode 100644 index 000000000..3dee9e7c7 --- /dev/null +++ b/deprecated/old-lib/resource/danish/QuestionDan.gf @@ -0,0 +1,2 @@ +concrete QuestionDan of Question = CatDan ** QuestionScand with + (ResScand = ResDan) ; diff --git a/deprecated/old-lib/resource/danish/RelativeDan.gf b/deprecated/old-lib/resource/danish/RelativeDan.gf new file mode 100644 index 000000000..361169b16 --- /dev/null +++ b/deprecated/old-lib/resource/danish/RelativeDan.gf @@ -0,0 +1,2 @@ +concrete RelativeDan of Relative = CatDan ** RelativeScand with + (ResScand = ResDan) ; diff --git a/deprecated/old-lib/resource/danish/ResDan.gf b/deprecated/old-lib/resource/danish/ResDan.gf new file mode 100644 index 000000000..5e761c268 --- /dev/null +++ b/deprecated/old-lib/resource/danish/ResDan.gf @@ -0,0 +1,3 @@ +instance ResDan of ResScand = DiffDan ** open CommonScand, Prelude in { +} ; + diff --git a/deprecated/old-lib/resource/danish/SentenceDan.gf b/deprecated/old-lib/resource/danish/SentenceDan.gf new file mode 100644 index 000000000..542fffac4 --- /dev/null +++ b/deprecated/old-lib/resource/danish/SentenceDan.gf @@ -0,0 +1,2 @@ +concrete SentenceDan of Sentence = CatDan ** SentenceScand with + (ResScand = ResDan) ; diff --git a/deprecated/old-lib/resource/danish/StructuralDan.gf b/deprecated/old-lib/resource/danish/StructuralDan.gf new file mode 100644 index 000000000..3af15d100 --- /dev/null +++ b/deprecated/old-lib/resource/danish/StructuralDan.gf @@ -0,0 +1,129 @@ +concrete StructuralDan of Structural = CatDan ** + open MorphoDan, ParadigmsDan, Prelude in { + + flags optimize=all ; + + lin + above_Prep = ss "ovenfor" ; + after_Prep = ss "efter" ; + by8agent_Prep = ss "af" ; + all_Predet = {s = gennumForms "all" "alt" "alle"} ; + almost_AdA, almost_AdN = ss "nsten" ; + although_Subj = ss ["selv om"] ; + always_AdV = ss "altid" ; + and_Conj = {s1 = [] ; s2 = "og" ; n = Pl} ; + because_Subj = ss "fordi" ; + before_Prep = ss "fr" ; + behind_Prep = ss "bag" ; + between_Prep = ss "mellem" ; + both7and_DConj = sd2 "bde" "og" ** {n = Pl} ; + but_PConj = ss "men" ; + by8means_Prep = ss "med" ; + can8know_VV, can_VV = + mkV "kunne" "kan" "kan" "kunne" "kunnet" "kan" ** + {c2 = mkComplement [] ; lock_VV = <>} ; + during_Prep = ss "under" ; + either7or_DConj = sd2 "enten" "eller" ** {n = Sg} ; + everybody_NP = regNP "alle" "alles" Plg ; + every_Det = {s = \\_,_ => "hver" ; n = Sg ; det = DDef Indef} ; + everything_NP = regNP "alt" "alts" SgNeutr ; + everywhere_Adv = ss "overalt" ; + few_Det = {s = \\_,_ => "f" ; n = Pl ; det = DDef Indef} ; +--- first_Ord = {s = "frste" ; isDet = True} ; + for_Prep = ss "for" ; + from_Prep = ss "fra" ; + he_Pron = MorphoDan.mkNP "han" "ham" "hans" "hans" "hans" SgUtr P3 ; + here_Adv = ss "her" ; + here7to_Adv = ss "hit" ; + here7from_Adv = ss "herfra" ; + how_IAdv = ss "hvor" ; + how8many_IDet = {s = \\_ => ["hur mange"] ; n = Pl ; det = DDef Indef} ; + if_Subj = ss "hvis" ; + in8front_Prep = ss "foran" ; + i_Pron = + MorphoDan.mkNP "jeg" "mig" "min" "mit" "mine" SgUtr P1 ; + in_Prep = ss "i" ; + it_Pron = MorphoDan.regNP "det" "dets" SgNeutr ; + less_CAdv = ss "mindre" ; + many_Det = {s = \\_,_ => "mange" ; n = Pl ; det = DDef Indef} ; + more_CAdv = ss "mer" ; + most_Predet = {s = gennumForms ["den meste"] ["det meste"] ["de fleste"]} ; + much_Det = {s = \\_,_ => "meget" ; n = Pl ; det = DDef Indef} ; + must_VV = + mkV "mtte" "m" "m" "mtte" "mttet" "mtt" ** + {c2 = mkComplement [] ; lock_VV = <>} ; + no_Utt = ss ["nej"] ; + on_Prep = ss "p" ; +--- one_Quant = {s = \\_ => genderForms ["en"] ["et"] ; n = Sg ; det = DIndef} ; --- ei + only_Predet = {s = \\_ => "kun"} ; + or_Conj = {s1 = [] ; s2 = "eller" ; n = Pl} ; + otherwise_PConj = ss "anderledes" ; + part_Prep = ss "af" ; + please_Voc = ss "tak" ; --- + possess_Prep = ss "af" ; + quite_Adv = ss "temmelig" ; + she_Pron = MorphoDan.mkNP "hun" "hende" "hendes" "hendes" "hendes" SgUtr P3 ; + so_AdA = ss "s" ; + someSg_Det = {s = \\_ => genderForms "nogen" "noget" ; n = Sg ; det = DIndef} ; + somePl_Det = {s = \\_,_ => "nogle" ; n = Pl ; det = DIndef} ; + somebody_NP = regNP "nogen" "nogens" SgUtr ; + something_NP = regNP "noget" "nogets" SgNeutr ; + somewhere_Adv = ss ["et eller annet sted"] ; ---- ? + that_Quant = + {s = table { + Sg => \\_ => genderForms ["den der"] ["det der"] ; + Pl => \\_,_ => ["de der"] + } ; + det = DDef Indef + } ; + there_Adv = ss "der" ; + there7to_Adv = ss "dit" ; + there7from_Adv = ss "derfra" ; + therefore_PConj = ss "derfor" ; + they_Pron = MorphoDan.mkNP "de" "dem" "deres" "deres" "deres" Plg P1 ; + this_Quant = + {s = table { + Sg => \\_ => genderForms ["denne"] ["dette"] ; + Pl => \\_,_ => ["disse"] + } ; + det = DDef Indef + } ; + through_Prep = ss "gennem" ; + too_AdA = ss "for" ; + to_Prep = ss "til" ; + under_Prep = ss "under" ; + very_AdA = ss "meget" ; + want_VV = + mkV "ville" "vil" "vil" "ville" "villet" "villed" ** + {c2 = mkComplement [] ; lock_VV = <>} ; + we_Pron = MorphoDan.mkNP "vi" "os" "vores" "vores" "vores" Plg P1 ; + whatSg_IP = {s = \\_ => "hvad" ; gn = SgUtr} ; ---- infl + whatPl_IP = {s = \\_ => "hvilke" ; gn = Plg} ; ---- infl + when_IAdv = ss "hvornr" ; + when_Subj = ss "nr" ; + where_IAdv = ss "hver" ; + which_IQuant = { + s = table { + Sg => genderForms "hvilken" "hvilket" ; + Pl => \\_ => "hvilke" + } ; + det = DIndef + } ; + whoSg_IP = {s = vem.s ; gn = SgUtr} ; + whoPl_IP = {s = \\_ => "hvilke" ; gn = Plg} ; + why_IAdv = ss "hvorfor" ; + without_Prep = ss "uden" ; + with_Prep = ss "med" ; + yes_Utt = ss ["ja"] ; + youSg_Pron = + MorphoDan.mkNP "du" "dig" "din" "dit" "dine" SgUtr P2 ; ---- + youPl_Pron = MorphoDan.mkNP "i" "jer" "jeres" "jeres" "jeres" Plg P2 ; + youPol_Pron = MorphoDan.mkNP "Dere" "Dere" "Deres" "Deres" "Deres" SgUtr P2 ; --- wrong in refl + +-- Auxiliaries that are used repeatedly. + + oper + vem = MorphoDan.mkNP "hvem" "hvem" "hvis" "hvis" "hvis" SgUtr P3 ; + +} + diff --git a/deprecated/old-lib/resource/danish/VerbDan.gf b/deprecated/old-lib/resource/danish/VerbDan.gf new file mode 100644 index 000000000..90d1b8bcd --- /dev/null +++ b/deprecated/old-lib/resource/danish/VerbDan.gf @@ -0,0 +1,2 @@ +concrete VerbDan of Verb = CatDan ** VerbScand with + (ResScand = ResDan) ; diff --git a/deprecated/old-lib/resource/demo/Clause.gf b/deprecated/old-lib/resource/demo/Clause.gf new file mode 100644 index 000000000..4145d335a --- /dev/null +++ b/deprecated/old-lib/resource/demo/Clause.gf @@ -0,0 +1,22 @@ +abstract Clause = Cat ** { + +fun + PredV : NP -> V -> Cl ; + PredV2 : NP -> V2 -> NP -> Cl ; + PredAP : NP -> AP -> Cl ; + PredAdv : NP -> Adv -> Cl ; + PredNP : NP -> NP -> Cl ; + + UseCl : Tense -> Ant -> Pol -> Cl -> S ; + + QuestV : IP -> V -> QCl ; + QuestV2 : IP -> V2 -> NP -> QCl ; +-- QuestV2Slash : IP -> NP -> V2 -> QCl ; + + UseQCl : Tense -> Ant -> Pol -> QCl -> QS ; + + ImpV : V -> Imp ; +-- ImpV2 : V2 -> NP -> Imp ; + + +} diff --git a/deprecated/old-lib/resource/demo/ClauseBul.gf b/deprecated/old-lib/resource/demo/ClauseBul.gf new file mode 100644 index 000000000..9f35b1ca1 --- /dev/null +++ b/deprecated/old-lib/resource/demo/ClauseBul.gf @@ -0,0 +1 @@ +concrete ClauseBul of Clause = CatBul ** ClauseI with (Grammar = GrammarBul) ; diff --git a/deprecated/old-lib/resource/demo/ClauseCat.gf b/deprecated/old-lib/resource/demo/ClauseCat.gf new file mode 100644 index 000000000..11ab972db --- /dev/null +++ b/deprecated/old-lib/resource/demo/ClauseCat.gf @@ -0,0 +1 @@ +concrete ClauseCat of Clause = CatCat ** ClauseI with (Grammar = GrammarCat) ; diff --git a/deprecated/old-lib/resource/demo/ClauseDan.gf b/deprecated/old-lib/resource/demo/ClauseDan.gf new file mode 100644 index 000000000..9297b86c3 --- /dev/null +++ b/deprecated/old-lib/resource/demo/ClauseDan.gf @@ -0,0 +1 @@ +concrete ClauseDan of Clause = CatDan ** ClauseI with (Grammar = GrammarDan) ; diff --git a/deprecated/old-lib/resource/demo/ClauseEng.gf b/deprecated/old-lib/resource/demo/ClauseEng.gf new file mode 100644 index 000000000..5f98c97ae --- /dev/null +++ b/deprecated/old-lib/resource/demo/ClauseEng.gf @@ -0,0 +1 @@ +concrete ClauseEng of Clause = CatEng ** ClauseI with (Grammar = GrammarEng) ; diff --git a/deprecated/old-lib/resource/demo/ClauseFin.gf b/deprecated/old-lib/resource/demo/ClauseFin.gf new file mode 100644 index 000000000..d62e9667a --- /dev/null +++ b/deprecated/old-lib/resource/demo/ClauseFin.gf @@ -0,0 +1 @@ +concrete ClauseFin of Clause = CatFin ** ClauseI with (Grammar = GrammarFin) ; diff --git a/deprecated/old-lib/resource/demo/ClauseFre.gf b/deprecated/old-lib/resource/demo/ClauseFre.gf new file mode 100644 index 000000000..06cc2b5ab --- /dev/null +++ b/deprecated/old-lib/resource/demo/ClauseFre.gf @@ -0,0 +1 @@ +concrete ClauseFre of Clause = CatFre ** ClauseI with (Grammar = GrammarFre) ; diff --git a/deprecated/old-lib/resource/demo/ClauseGer.gf b/deprecated/old-lib/resource/demo/ClauseGer.gf new file mode 100644 index 000000000..47982626c --- /dev/null +++ b/deprecated/old-lib/resource/demo/ClauseGer.gf @@ -0,0 +1 @@ +concrete ClauseGer of Clause = CatGer ** ClauseI with (Grammar = GrammarGer) ; diff --git a/deprecated/old-lib/resource/demo/ClauseI.gf b/deprecated/old-lib/resource/demo/ClauseI.gf new file mode 100644 index 000000000..12fa28995 --- /dev/null +++ b/deprecated/old-lib/resource/demo/ClauseI.gf @@ -0,0 +1,23 @@ +incomplete concrete ClauseI of Clause = Cat ** open Grammar in { + +lin + PredV np v = PredVP np (UseV v) ; + PredV2 s v o = PredVP s (ComplSlash (SlashV2a v) o) ; + PredAP s a = PredVP s (UseComp (CompAP a)) ; + PredAdv s a = PredVP s (UseComp (CompAdv a)) ; + PredNP s n = PredVP s (UseComp (CompNP n)) ; + + UseCl = Grammar.UseCl ; + + QuestV np v = QuestVP np (UseV v) ; + QuestV2 s v o = QuestVP s (ComplSlash (SlashV2a v) o) ; +-- QuestV2Slash ip s v = QuestSlash ip (SlashVP s (SlashV2a v)) ; + + UseQCl = Grammar.UseQCl ; + + ImpV v = ImpVP (UseV v) ; +-- ImpV2 v o = ImpVP (ComplSlash (SlashV2a v) o) ; + + + +} diff --git a/deprecated/old-lib/resource/demo/ClauseIta.gf b/deprecated/old-lib/resource/demo/ClauseIta.gf new file mode 100644 index 000000000..8602d5878 --- /dev/null +++ b/deprecated/old-lib/resource/demo/ClauseIta.gf @@ -0,0 +1 @@ +concrete ClauseIta of Clause = CatIta ** ClauseI with (Grammar = GrammarIta) ; diff --git a/deprecated/old-lib/resource/demo/ClauseNor.gf b/deprecated/old-lib/resource/demo/ClauseNor.gf new file mode 100644 index 000000000..26d71f76a --- /dev/null +++ b/deprecated/old-lib/resource/demo/ClauseNor.gf @@ -0,0 +1 @@ +concrete ClauseNor of Clause = CatNor ** ClauseI with (Grammar = GrammarNor) ; diff --git a/deprecated/old-lib/resource/demo/ClauseRus.gf b/deprecated/old-lib/resource/demo/ClauseRus.gf new file mode 100644 index 000000000..380b38e15 --- /dev/null +++ b/deprecated/old-lib/resource/demo/ClauseRus.gf @@ -0,0 +1 @@ +concrete ClauseRus of Clause = CatRus ** ClauseI with (Grammar = GrammarRus) ; diff --git a/deprecated/old-lib/resource/demo/ClauseSpa.gf b/deprecated/old-lib/resource/demo/ClauseSpa.gf new file mode 100644 index 000000000..4723fa77f --- /dev/null +++ b/deprecated/old-lib/resource/demo/ClauseSpa.gf @@ -0,0 +1 @@ +concrete ClauseSpa of Clause = CatSpa ** ClauseI with (Grammar = GrammarSpa) ; diff --git a/deprecated/old-lib/resource/demo/ClauseSwe.gf b/deprecated/old-lib/resource/demo/ClauseSwe.gf new file mode 100644 index 000000000..c082d814f --- /dev/null +++ b/deprecated/old-lib/resource/demo/ClauseSwe.gf @@ -0,0 +1 @@ +concrete ClauseSwe of Clause = CatSwe ** ClauseI with (Grammar = GrammarSwe) ; diff --git a/deprecated/old-lib/resource/demo/Demo.gf b/deprecated/old-lib/resource/demo/Demo.gf new file mode 100644 index 000000000..2fcb5a3fc --- /dev/null +++ b/deprecated/old-lib/resource/demo/Demo.gf @@ -0,0 +1,21 @@ +abstract Demo = + Noun - [AdvCN,PredetNP,PPartNP,RelNP,RelCN,SentCN,ApposCN,MassNP,DetNP], +-- Verb, + Clause, -- + Adjective - [SentAP,ReflA2], + Adverb, + Numeral, +-- Sentence, + Question - [QuestVP,QuestSlash], +---- Relative, +---- Conjunction, + Phrase, +---- Text, +---- Idiom, + Structural - [everybody_NP,everything_NP,something_NP], + Lexicon ** { + +flags startcat = S ; + +} + diff --git a/deprecated/old-lib/resource/demo/DemoBul.gf b/deprecated/old-lib/resource/demo/DemoBul.gf new file mode 100644 index 000000000..48219799c --- /dev/null +++ b/deprecated/old-lib/resource/demo/DemoBul.gf @@ -0,0 +1,16 @@ +--# -path=.:alltenses + +concrete DemoBul of Demo = + NounBul, + ClauseBul, + AdjectiveBul, + AdverbBul, + NumeralBul, + QuestionBul, + StructuralBul, + LexiconBul + ** { + +flags language = bg; unlexer = text ; lexer = text ; + +} ; diff --git a/deprecated/old-lib/resource/demo/DemoCat.gf b/deprecated/old-lib/resource/demo/DemoCat.gf new file mode 100644 index 000000000..c0c6e5bef --- /dev/null +++ b/deprecated/old-lib/resource/demo/DemoCat.gf @@ -0,0 +1,16 @@ +--# -path=.:alltenses + +concrete DemoCat of Demo = + NounCat, + ClauseCat, + AdjectiveCat, + AdverbCat, + NumeralCat, + QuestionCat, + StructuralCat, + LexiconCat + ** { + +flags language = ca; unlexer = text ; lexer = text ; + +} ; diff --git a/deprecated/old-lib/resource/demo/DemoDan.gf b/deprecated/old-lib/resource/demo/DemoDan.gf new file mode 100644 index 000000000..62e89c515 --- /dev/null +++ b/deprecated/old-lib/resource/demo/DemoDan.gf @@ -0,0 +1,16 @@ +--# -path=.:alltenses + +concrete DemoDan of Demo = + NounDan, + ClauseDan, + AdjectiveDan, + AdverbDan, + NumeralDan, + QuestionDan, + StructuralDan, + LexiconDan + ** { + +flags language = da; unlexer = text ; lexer = text ; + +} ; diff --git a/deprecated/old-lib/resource/demo/DemoEng.gf b/deprecated/old-lib/resource/demo/DemoEng.gf new file mode 100644 index 000000000..a738832fc --- /dev/null +++ b/deprecated/old-lib/resource/demo/DemoEng.gf @@ -0,0 +1,16 @@ +--# -path=.:alltenses + +concrete DemoEng of Demo = + NounEng, + ClauseEng, + AdjectiveEng, + AdverbEng, + NumeralEng, + QuestionEng, + StructuralEng, + LexiconEng + ** { + +flags language = en; unlexer = text ; lexer = text ; + +} ; diff --git a/deprecated/old-lib/resource/demo/DemoFin.gf b/deprecated/old-lib/resource/demo/DemoFin.gf new file mode 100644 index 000000000..13eb7b5e9 --- /dev/null +++ b/deprecated/old-lib/resource/demo/DemoFin.gf @@ -0,0 +1,16 @@ +--# -path=.:alltenses + +concrete DemoFin of Demo = + NounFin, + ClauseFin, + AdjectiveFin, + AdverbFin, + NumeralFin, + QuestionFin, + StructuralFin, + LexiconFin + ** { + +flags language = fi; unlexer = text ; lexer = text ; + +} ; diff --git a/deprecated/old-lib/resource/demo/DemoFre.gf b/deprecated/old-lib/resource/demo/DemoFre.gf new file mode 100644 index 000000000..84ac32287 --- /dev/null +++ b/deprecated/old-lib/resource/demo/DemoFre.gf @@ -0,0 +1,16 @@ +--# -path=.:alltenses + +concrete DemoFre of Demo = + NounFre, + ClauseFre, + AdjectiveFre, + AdverbFre, + NumeralFre, + QuestionFre, + StructuralFre, + LexiconFre + ** { + +flags language = fr; unlexer = text ; lexer = text ; + +} ; diff --git a/deprecated/old-lib/resource/demo/DemoGer.gf b/deprecated/old-lib/resource/demo/DemoGer.gf new file mode 100644 index 000000000..ca93cc037 --- /dev/null +++ b/deprecated/old-lib/resource/demo/DemoGer.gf @@ -0,0 +1,16 @@ +--# -path=.:alltenses + +concrete DemoGer of Demo = + NounGer, + ClauseGer, + AdjectiveGer, + AdverbGer, + NumeralGer, + QuestionGer, + StructuralGer, + LexiconGer + ** { + +flags language = de; unlexer = text ; lexer = text ; + +} ; diff --git a/deprecated/old-lib/resource/demo/DemoIta.gf b/deprecated/old-lib/resource/demo/DemoIta.gf new file mode 100644 index 000000000..bd5d94d0d --- /dev/null +++ b/deprecated/old-lib/resource/demo/DemoIta.gf @@ -0,0 +1,16 @@ +--# -path=.:alltenses + +concrete DemoIta of Demo = + NounIta, + ClauseIta, + AdjectiveIta, + AdverbIta, + NumeralIta, + QuestionIta, + StructuralIta, + LexiconIta + ** { + +flags language = it; unlexer = text ; lexer = text ; + +} ; diff --git a/deprecated/old-lib/resource/demo/DemoNor.gf b/deprecated/old-lib/resource/demo/DemoNor.gf new file mode 100644 index 000000000..92487132f --- /dev/null +++ b/deprecated/old-lib/resource/demo/DemoNor.gf @@ -0,0 +1,16 @@ +--# -path=.:alltenses + +concrete DemoNor of Demo = + NounNor, + ClauseNor, + AdjectiveNor, + AdverbNor, + NumeralNor, + QuestionNor, + StructuralNor, + LexiconNor + ** { + +flags language = no; unlexer = text ; lexer = text ; + +} ; diff --git a/deprecated/old-lib/resource/demo/DemoRus.gf b/deprecated/old-lib/resource/demo/DemoRus.gf new file mode 100644 index 000000000..ab8ef8934 --- /dev/null +++ b/deprecated/old-lib/resource/demo/DemoRus.gf @@ -0,0 +1,16 @@ +--# -path=.:alltenses + +concrete DemoRus of Demo = + NounRus, + ClauseRus, + AdjectiveRus, + AdverbRus, + NumeralRus, + QuestionRus, + StructuralRus, + LexiconRus + ** { + +flags language = ru; unlexer = text ; lexer = text ; + +} ; diff --git a/deprecated/old-lib/resource/demo/DemoSpa.gf b/deprecated/old-lib/resource/demo/DemoSpa.gf new file mode 100644 index 000000000..e254c45a6 --- /dev/null +++ b/deprecated/old-lib/resource/demo/DemoSpa.gf @@ -0,0 +1,16 @@ +--# -path=.:alltenses + +concrete DemoSpa of Demo = + NounSpa, + ClauseSpa, + AdjectiveSpa, + AdverbSpa, + NumeralSpa, + QuestionSpa, + StructuralSpa, + LexiconSpa + ** { + +flags language = es; unlexer = text ; lexer = text ; + +} ; diff --git a/deprecated/old-lib/resource/demo/DemoSwe.gf b/deprecated/old-lib/resource/demo/DemoSwe.gf new file mode 100644 index 000000000..b6d9bfb66 --- /dev/null +++ b/deprecated/old-lib/resource/demo/DemoSwe.gf @@ -0,0 +1,16 @@ +--# -path=.:alltenses + +concrete DemoSwe of Demo = + NounSwe, + ClauseSwe, + AdjectiveSwe, + AdverbSwe, + NumeralSwe, + QuestionSwe, + StructuralSwe, + LexiconSwe + ** { + +flags language = sv; unlexer = text ; lexer = text ; + +} ; diff --git a/deprecated/old-lib/resource/deva b/deprecated/old-lib/resource/deva new file mode 100644 index 000000000..84d03498d --- /dev/null +++ b/deprecated/old-lib/resource/deva @@ -0,0 +1 @@ +runghc hindi/Deva.hs $1 diff --git a/deprecated/old-lib/resource/doc/MkSynopsis.hs b/deprecated/old-lib/resource/doc/MkSynopsis.hs new file mode 100644 index 000000000..57f1fe31b --- /dev/null +++ b/deprecated/old-lib/resource/doc/MkSynopsis.hs @@ -0,0 +1,240 @@ +import System +import Char +import List + +type Cats = [(String,String,String)] +type Rules = [(String,String,String)] + +main = do + xx <- getArgs + let isLatex = case xx of + "-tex":_ -> True + _ -> False + cs1 <- getCats commonAPI + cs2 <- getCats catAPI + let cs = sortCats (cs1 ++ cs2) + writeFile synopsis "GF Resource Grammar Library: Synopsis" + append "B. Bringert and A. Ranta" + space + append "%!postproc(html): '(SRC=\"categories.png\")' '\\1 USEMAP=\"#categories\"'" + append "%!postproc(html): '#LParadigms' ''" + append "%!postproc(tex): '#LParadigms' ''" + delimit $ addToolTips cs + include "synopsis-intro.txt" + title "Categories" + space + link "Source 1:" commonAPI + space + link "Source 2:" catAPI + space + append "==A hierarchic view==\n" + include "categories-intro.txt" + append "==Explanations==\n" + delimit $ mkCatTable isLatex cs + space + title "Syntax Rules and Structural Words" + space + link "Source 1:" syntaxAPI + space + link "Source 2:" structuralAPI + space + rs <- getRules syntaxAPI + rs2 <- getRules structuralAPI + delimit $ mkSplitTables True isLatex cs $ rs ++ rs2 + space +-- title "Structural Words" +-- space +-- link "Source:" structuralAPI +-- space +-- rs <- rulesTable False isLatex cs structuralAPI +-- delimit rs + space + title "Lexical Paradigms" + mapM_ (putParadigms isLatex cs) paradigmFiles + space + include "synopsis-browse.txt" + space + title "An Example of Usage" + space + include "synopsis-example.txt" + space + let format = if isLatex then "tex" else "html" + system $ "txt2tags -t" ++ format ++ " --toc " ++ synopsis + if isLatex then (system $ "pdflatex synopsis.tex") >> return () else return () + +addToolTips :: Cats -> [String] +addToolTips = map f + where f (n,e,_) = "%!postproc(html): '(?i)(HREF=\"#" ++ n ++ "\")( TITLE=\"[^\"]*\")?' '\\1 TITLE=\"" ++ e' ++ "\"'" + where e' = n ++ if null e then "" else " - " ++ e + +getCats :: FilePath -> IO Cats +getCats file = do + ss <- readFile file >>= return . lines + return $ getrs [] ss + where + getrs rs ss = case ss of + ('-':'-':'.':_):_ -> reverse rs + [] -> reverse rs + ('-':'-':_):ss2 -> getrs rs ss2 + s:ss2 -> case words s of + cat:";":"--":exp -> getrs ((cat,unwords expl, unwords (tail ex)):rs) ss2 where + (expl,ex) = span (/="e.g.") exp + _ -> getrs rs ss2 + +rulesTable :: Bool -> Bool -> Cats -> FilePath -> IO [String] +rulesTable hasEx isLatex cs file = do + rs <- getRules file + return $ mkTable hasEx isLatex cs rs + + +getRules :: FilePath -> IO Rules +getRules file = do + ss <- readFile file >>= return . lines + return $ getrs [] ss + where + getrs rs ss = case ss of + ('-':'-':'.':_):_ -> reverse rs + [] -> reverse rs + ('-':'-':_):ss2 -> getrs rs ss2 + s:ss2 -> case words s of + _:_:"overload":_ -> getrs rs ss2 + _:":":_ -> getrs (rule s:rs) ss2 + _ -> getrs rs ss2 + rule s = (name, typ, ex) + where + ws = words s + name = head ws + (t,e) = span (/="--") (tail ws) + typ = unwords $ filtype (drop 1 t) + filtype = filter (/=";") + ex = if null e then "" else unwords $ unnumber $ drop 1 e + unnumber e = case e of + n:ws | last n == '.' && not (null (init n)) && all isDigit (init n) -> ws + _ -> e + +putParadigms :: Bool -> Cats -> (String, FilePath) -> IO () +putParadigms isLatex cs (lang,file) = do + stitle ("Paradigms for " ++ lang) + append "#LParadigms" + space + link "source" file + space + rs <- rulesTable False isLatex cs file + space + delimit rs + space + +inChunks :: Int -> ([a] -> [String]) -> [a] -> [String] +inChunks i f = concat . intersperse ["\n\n"] . map f . chunks i where + chunks _ [] = [] + chunks i xs = x : chunks i y where (x,y) = splitAt i xs + +-- Makes one table per result category. +-- Adds a subsection header for each table. +mkSplitTables :: Bool -> Bool -> Cats -> Rules -> [String] +mkSplitTables hasEx isLatex cs = concatMap t . addLexicalCats cs . sortRules + where t (c, xs) = [subtitle c expl] ++ tableOrLink + where + expl = case [e | (n,e,_) <- cs, n == c] of + [] -> "" + e:_ -> e + tableOrLink = if null xs then parad else mkTable hasEx isLatex cs xs + parad = [ + "Lexical category, constructors given in", + "[lexical paradigms #RParadigms]." + ] + +mkTable :: Bool -> Bool -> Cats -> Rules -> [String] +mkTable hasEx isLatex cs = inChunks chsize (\rs -> header : map (unwords . row) rs) + where + chsize = if isLatex then 40 else 1000 + header = if hasEx then "|| Function | Type | Example ||" + else "|| Function | Type ||" + row (name,typ,ex) + = if hasEx then ["|", name', "|", typ', "|", ex', "|"] + else ["|", name', "|", typ', "|"] + where + name' = ttf name + typ' = showTyp cs typ + ex' = if null ex then itf (takeWhile (/='_') name) else itf ex + +mkCatTable :: Bool -> Cats -> [String] +mkCatTable isLatex cs = inChunks chsize (\rs -> header ++ map mk1 rs) cs + where + header = ["|| Category | Explanation | Example ||"] + chsize = if isLatex then 40 else 1000 + mk1 (name,expl,ex) = unwords ["|", showCat cs name, "|", expl, "|", typo ex, "|"] + typo ex = if take 1 ex == "\"" then itf (init (tail ex)) else ex + +synopsis = "synopsis.txt" +commonAPI = "../abstract/Common.gf" +catAPI = "../abstract/Cat.gf" +syntaxAPI = "../api/Constructors.gf" +structuralAPI = "../abstract/Structural.gf" +paradigmFiles = [ + ("Bulgarian", "../bulgarian/ParadigmsBul.gf"), + ("Danish", "../danish/ParadigmsDan.gf"), + ("English", "../english/ParadigmsEng.gf"), + ("Finnish", "../finnish/ParadigmsFin.gf"), + ("French", "../french/ParadigmsFre.gf"), + ("German", "../german/ParadigmsGer.gf"), +-- ("Interlingua", "../interlingua/ParadigmsIna.gf"), + ("Italian", "../italian/ParadigmsIta.gf"), + ("Norwegian", "../norwegian/ParadigmsNor.gf"), + ("Russian", "../russian/ParadigmsRus.gf"), + ("Spanish", "../spanish/ParadigmsSpa.gf"), + ("Swedish", "../swedish/ParadigmsSwe.gf") + ] + +append s = appendFile synopsis ('\n':s) +title s = append $ "=" ++ s ++ "=" +stitle s = append $ "==" ++ s ++ "==" +include s = append $ "%!include: " ++ s +space = append "\n" +delimit ss = mapM_ append ss +link s f = append $ s ++ " [``" ++ fa ++ "`` " ++ f ++ "]" where + fa = "http://www.cs.chalmers.se/~aarne/GF/lib/resource" ++ dropWhile (=='.') f + +ttf s = "``" ++ s ++ "``" +itf s = "//" ++ s ++ "//" + +----------------- + +-- sort category synopsis by category, retain one table +sortCats :: Cats -> Cats +sortCats = sortBy compareCat + where compareCat (n1,_,_) (n2,_,_) = compare n1 n2 + +-- sort function synopsis by category, into separate tables +sortRules :: Rules -> [Rules] +sortRules = groupBy sameCat . sortBy compareRules + where sameCat r1 r2 = resultCat r1 == resultCat r2 + compareRules r1@(n1,_,_) r2@(n2,_,_) + = compare (resultCat r1,n1) (resultCat r2,n2) + +addLexicalCats :: Cats -> [Rules] -> [(String,Rules)] +addLexicalCats cs rss = + map head $ groupBy fstEq $ sortBy (\x y -> compare (fst x) (fst y)) $ + [ (resultCat r, rs) | rs@(r:_) <- rss] ++ [(n,[]) | (n,_,_) <- cs] + where fstEq p1 p2 = fst p1 == fst p2 + +resultCat :: (String,String,String) -> String +resultCat (_,t,_) = last (words t) + + +subtitle cat expl = "==" ++ cat ++ e ++ "==" ++ "[" ++ cat ++ "]" + where e = if null expl then "" else " - " ++ expl + +showCat :: Cats -> String -> String +showCat cs cat = "[" ++ cat ++ " #" ++ cat ++ "]" + +showTyp :: Cats -> String -> String +showTyp cs = unwords . map f . words + where f s | head s == '(' && last s == ')' && isCat c + = "(" ++ showCat cs c ++ ")" + | isCat s = showCat cs s + | otherwise = ttf s + where c = init (tail s) + isCat cat = cat `notElem` ["Str","Int"] + && all (\c -> isAlphaNum c || c == '\'') cat + && isUpper (head cat) diff --git a/deprecated/old-lib/resource/doc/categories-imagemap.html b/deprecated/old-lib/resource/doc/categories-imagemap.html new file mode 100644 index 000000000..31f01eef5 --- /dev/null +++ b/deprecated/old-lib/resource/doc/categories-imagemap.html @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/deprecated/old-lib/resource/doc/categories-intro.txt b/deprecated/old-lib/resource/doc/categories-intro.txt new file mode 100644 index 000000000..f5498fcfe --- /dev/null +++ b/deprecated/old-lib/resource/doc/categories-intro.txt @@ -0,0 +1,19 @@ + + +The chart below shows the categories in a hierarchical top-down order. +The edges do not define the complete dependency structure; if they did, +the graph would have many many more edges, and also many cycles. The precise +meaning of a directed edge from //C// to //D// is: there is a constructor +of //C// that takes //D// as an argument. What the constructors exactly are, +and what other arguments they take, is described by separate tables for +each category. + + | [categories.png] | + +%!include(html): ''categories-imagemap.html'' + + +The rectangular boxes mark open lexical categories, which have constructors +also in the ``Paradigms`` modules. + + diff --git a/deprecated/old-lib/resource/doc/categories.dot b/deprecated/old-lib/resource/doc/categories.dot new file mode 100644 index 000000000..69cf67e74 --- /dev/null +++ b/deprecated/old-lib/resource/doc/categories.dot @@ -0,0 +1,149 @@ + +digraph categories { + +size = "11,11" ; +node [href="#\N"]; + +Text [style = "solid", shape = "ellipse"]; +Text -> Punct [style = "solid"]; +Text -> Phr [style = "solid"]; + +Punct [style = "solid", shape = "ellipse"]; + +Phr [style = "solid", shape = "ellipse"]; +Phr -> PConj [style = "solid"]; +Phr -> Utt [style = "solid"]; +Phr -> Voc [style = "solid"]; + +PConj [style = "solid", shape = "ellipse"]; +Voc [style = "solid", shape = "ellipse"]; + +Utt [style = "solid", shape = "ellipse"]; +Utt -> Imp [style = "solid"]; +Utt -> S [style = "solid"]; +Utt -> QS [style = "solid"]; + +Imp [style = "solid", shape = "ellipse"]; + +S [style = "solid", shape = "ellipse"]; +S -> Tense [style = "solid"]; +S -> Ant [style = "solid"]; +S -> Pol [style = "solid"]; +S -> Cl [style = "solid"]; +S -> ListS [style = "solid"]; +S -> Conjs [style = "solid"]; + +Conjs [label = "Conj", href="#Conj", style = "solid", shape = "ellipse"]; + +Tense [style = "solid", shape = "ellipse"]; +Ant [style = "solid", shape = "ellipse"]; +Pol [style = "solid", shape = "ellipse"]; + +Cl [style = "solid", shape = "ellipse"]; +Cl -> NP [style = "solid"]; +Cl -> VP [style = "solid"]; +Cl -> Adv [style = "solid"]; + +Adv [style = "solid", shape = "rectangle"]; +Adv -> Subj [style = "solid"]; +Adv -> ListAdj [style = "solid"]; + + +NP [style = "solid", shape = "ellipse"]; +NP -> Predet [style = "solid"]; +NP -> Pron [style = "solid"]; +NP -> PN [style = "solid"]; +NP -> Det [style = "solid"]; +NP -> CN [style = "solid"]; +NP -> ListNP [style = "solid"]; + +Predet [style = "solid", shape = "ellipse"]; + +Pron [style = "solid", shape = "ellipse"]; +PN [style = "solid", shape = "rectangle"]; + +Det [style = "solid", shape = "ellipse"]; +Det -> Art [style = "solid"]; +Det -> Quant [style = "solid"]; +Det -> Num [style = "solid"]; +Det -> Ord [style = "solid"]; + + +Art [label = "Art", style = "solid", shape = "ellipse"]; +Quant [label = "Quant", style = "solid", shape = "ellipse"]; + + +Num [style = "solid", shape = "ellipse"]; +Num -> Card [style = "solid"]; + +Card [style = "solid", shape = "ellipse"]; +Card -> Numerals [style = "solid"]; +Card -> AdN [style = "solid"]; + +AdN [style = "solid", shape = "ellipse"]; +AdN -> CAdv [style = "solid"]; + +Numerals [label = "Numeral,Digits", href="#Numeral", style = "solid", shape = "ellipse"]; + + +Ord [style = "solid", shape = "ellipse"]; + +CN [style = "solid", shape = "ellipse"]; +CN -> Ns [style = "solid"]; +CN -> RS [style = "solid"]; + +Ns [label = "N,N2,N3", href="#N", style = "solid", shape = "rectangle"]; + + +VP [style = "solid", shape = "ellipse"]; +VP -> AdV [style = "solid"]; +VP -> Vs [style = "solid"]; +VP -> AP [style = "solid"]; + +AdV [style = "solid", shape = "ellipse"]; + +Vs [label = "V,V2,V3,V*,V2*", href="#V", style = "solid", shape = "rectangle"]; + +AP [style = "solid", shape = "ellipse"]; +AP -> AdA [style = "solid"]; +AP -> As [style = "solid"]; +AP -> ListAP [style = "solid"]; + +As [label = "A, A2", href="#A", style = "solid", shape = "rectangle"]; + + + + +QS [style = "solid", shape = "ellipse"]; +QS -> QCl [style = "solid"]; + +QCl [style = "solid", shape = "ellipse"]; +QCl -> IP [style = "solid"]; +QCl -> IAdv [style = "solid"]; +QCl -> ClSlash [style = "solid"]; + +IP [style = "solid", shape = "ellipse"]; +IP -> IDet [style = "solid"]; + +IDet [style = "solid", shape = "ellipse"]; +IDet -> IQuant [style = "solid"]; + +IQuant [style = "solid", shape = "ellipse"]; + +IAdv [style = "solid", shape = "ellipse"]; + +ClSlash [style = "solid", shape = "ellipse"]; +ClSlash -> VPSlash [style = "solid"]; + +VPSlash [style = "solid", shape = "ellipse"]; + +RS [style = "solid", shape = "ellipse"]; +RS -> RCl [style = "solid"]; + +RCl [style = "solid", shape = "ellipse"]; +RCl -> RP [style = "solid"]; + +RP [style = "solid", shape = "ellipse"]; + + +} diff --git a/deprecated/old-lib/resource/doc/categories.png b/deprecated/old-lib/resource/doc/categories.png new file mode 100644 index 000000000..590540fc5 Binary files /dev/null and b/deprecated/old-lib/resource/doc/categories.png differ diff --git a/deprecated/old-lib/resource/doc/resdemo.html b/deprecated/old-lib/resource/doc/resdemo.html new file mode 100644 index 000000000..6cbd91aa6 --- /dev/null +++ b/deprecated/old-lib/resource/doc/resdemo.html @@ -0,0 +1,2606 @@ + + + + + +Demo: UseCl TPres AAnter PPos (PredV2 (AdvNP (UsePron i_Pron) everywhere_Adv) wipe_V2 (UsePN paris_PN)) +
    +DemoBul: аз навсякъде съм бърсал Париж +
    +DemoCat: a tot arreu he eixugat Paris +
    +DemoDan: jeg overalt har visket Paris +
    +DemoEng: I everywhere have wiped Paris +
    +DemoFin: minä kaikkialla olen pyyhkinyt Pariisin +
    +DemoFre: je partout ai essuyé Paris +
    +DemoGer: ich überall habe Paris gewischt +
    +DemoIta: dappertutto ho asciugato Parigi +
    +DemoNor: jeg overalt har tørka Paris +
    +DemoRus: я везде вытираю Париж +
    +DemoSpa: en todas partes he secado Paris +
    +DemoSwe: jag överallt har torkat Paris +
    + Demo: UseCl TPres AAnter PNeg (PredAdv somebody_NP (ComparAdvAdjS more_CAdv blue_A (UseCl TCond ASimul PNeg (PredAdv (AdvNP (DetArtSg IndefArt (ComplN2 brother_N2 (DetArtPl DefArt (UseN2 father_N2)))) here7to_Adv) (AdAdv so_AdA here7from_Adv))))) +
    +DemoBul: някой не е бил по - синьо от колкото брат на бащите до тук не би бил толкова от тук +
    +DemoCat: algú no ha estat més blavament que un germà dels pares cap aquí no seria tan d'aquí +
    +DemoDan: nogen har ikke været mer blått end en broder til fædrene hit ikke ville være så herfra +
    +DemoEng: somebody hasn't been more bluely than a brother of the fathers to here wouldn't be so from here +
    +DemoFin: joku ei ole ollut enemmän sinisesti kuin isien veli tänne ei olisi niin täältä +
    +DemoFre: quelqu'un n' a pas été plus bleuement qu' un frère des pères ici ne serait pas si d'ici +
    +DemoGer: jemand ist nicht mehr blau als ein Bruder von den Vätern hierher nicht so hieraus sein würde gewesen +
    +DemoIta: qualcuno non è stato più blumente che un fratello dei padri quì non sarebbe così da quì +
    +DemoNor: noen har ikke vært mer blått enn en bror til fedrene hit ikke ville være så herfra +
    +DemoRus: кто-то не более голубо чем брат отцов сюда не +
    +DemoSpa: algún no ha sido mas azulmente que un hermano de los padres para acá no sería tanto de acá +
    +DemoSwe: någon har inte varit mer blått än en bror till fäderna hit inte skulle vara så härifrån +
    + Demo: UseCl TFut AAnter PPos (PredV (UsePron we_Pron) live_V) +
    +DemoBul: ние ще сме живeли +
    +DemoCat: haurem viscut +
    +DemoDan: vi vil have levet +
    +DemoEng: we will have lived +
    +DemoFin: me olemme eläneet +
    +DemoFre: nous aurons vécu +
    +DemoGer: wir werden gelebt haben +
    +DemoIta: avremo vissuto +
    +DemoNor: vi vil ha levd +
    +DemoRus: мы будем жить +
    +DemoSpa: habremos vivido +
    +DemoSwe: vi ska ha levt +
    + Demo: UseCl TCond ASimul PNeg (PredAdv (UsePN paris_PN) far_Adv) +
    +DemoBul: Париж не би бил далече +
    +DemoCat: Paris no seria lluny +
    +DemoDan: Paris ville ikke være fjern +
    +DemoEng: Paris wouldn't be far +
    +DemoFin: Pariisi ei olisi kaukana +
    +DemoFre: Paris ne serait pas loin +
    +DemoGer: Paris würde nicht weit sein +
    +DemoIta: Parigi non sarebbe lontano +
    +DemoNor: Paris ville ikke være fjern +
    +DemoRus: Париж не +
    +DemoSpa: Paris no sería lejos +
    +DemoSwe: Paris skulle inte vara långt +
    + Demo: UseCl TFut ASimul PNeg (PredAdv (UsePron it_Pron) (PositAdvAdj full_A)) +
    +DemoBul: то няма да е пълно +
    +DemoCat: no serà pleament +
    +DemoDan: det vil ikke være fuldt +
    +DemoEng: it won't be fully +
    +DemoFin: se ei ole täydesti +
    +DemoFre: il ne sera pas pleinement +
    +DemoGer: es wird nicht voll sein +
    +DemoIta: non sarà pienamente +
    +DemoNor: det vil ikke være fullt +
    +DemoRus: оно не будет полно +
    +DemoSpa: no será llenamente +
    +DemoSwe: det ska inte vara fullt +
    + Demo: UseCl TPast AAnter PPos (PredAdv (UsePron they_Pron) (PositAdvAdj dull_A)) +
    +DemoBul: те бяха били тъпо +
    +DemoCat: havien estat balbament +
    +DemoDan: de havde været sløvt +
    +DemoEng: they had been dully +
    +DemoFin: he olivat olleet tylsästi +
    +DemoFre: ils avaient été émoussément +
    +DemoGer: sie waren stumpf gewesen +
    +DemoIta: erano stati noiosamente +
    +DemoNor: de hadde vært sløvt +
    +DemoRus: они были скучно +
    +DemoSpa: habían sido desafiladamente +
    +DemoSwe: de hade varit slött +
    + Demo: UseCl TPres AAnter PPos (PredAdv (UsePron he_Pron) here_Adv) +
    +DemoBul: той е бил тук +
    +DemoCat: ha estat aquí +
    +DemoDan: han har været her +
    +DemoEng: he has been here +
    +DemoFin: hän on ollut täällä +
    +DemoFre: il a été ici +
    +DemoGer: er ist hier gewesen +
    +DemoIta: è stato quì +
    +DemoNor: han har vært her +
    +DemoRus: он здесь +
    +DemoSpa: ha sido aquí +
    +DemoSwe: han har varit här +
    + Demo: UseCl TPast ASimul PPos (PredV2 (DetArtSg DefArt (UseN car_N)) kill_V2 (UsePN paris_PN)) +
    +DemoBul: колата уби Париж +
    +DemoCat: el cotxe matava Paris +
    +DemoDan: bilen dræbede Paris +
    +DemoEng: the car killed Paris +
    +DemoFin: auto tappoi Pariisin +
    +DemoFre: la voiture tuait Paris +
    +DemoGer: der Wagen tötete Paris +
    +DemoIta: la macchina uccideva Parigi +
    +DemoNor: bilen drepte Paris +
    +DemoRus: машина убивала Париж +
    +DemoSpa: el auto mataba Paris +
    +DemoSwe: bilen dödade Paris +
    + Demo: UseCl TFut AAnter PNeg (PredV2 (UsePN paris_PN) watch_V2 (UsePN paris_PN)) +
    +DemoBul: Париж няма да е гледал Париж +
    +DemoCat: Paris no haurà mirat Paris +
    +DemoDan: Paris vil ikke have set på Paris +
    +DemoEng: Paris won't have watched Paris +
    +DemoFin: Pariisi ei ole katsellut Pariisia +
    +DemoFre: Paris n' aura pas regardé Paris +
    +DemoGer: Paris wird an Paris nicht geschaut haben +
    +DemoIta: Parigi non avrà guardato Parigi +
    +DemoNor: Paris vil ikke ha sett på Paris +
    +DemoRus: Париж не будет смотреть Париж +
    +DemoSpa: Paris no habrá mirado Paris +
    +DemoSwe: Paris ska inte ha tittat på Paris +
    + Demo: UseCl TPast AAnter PNeg (PredV (DetCN (DetArtCard IndefArt (AdNum almost_AdN (NumNumeral (num (pot2as3 (pot1as2 (pot1to19 n8))))))) (ComplN2 mother_N2 (DetCN every_Det (AdjCN (ComparA narrow_A (DetArtSg IndefArt (ComplN2 brother_N2 (DetArtSg IndefArt (UseN2 father_N2))))) (ComplN2 brother_N2 (UsePron i_Pron)))))) sew_V) +
    +DemoBul: почти осемнадесет майки на всеки по - тесен от брат на баща брат ми не бяха шили +
    +DemoCat: quasi divuit mares cada germà de mi más estret que un germà d' un pare no havien cosit +
    +DemoDan: næsten atten mødre til hver broder til mig smalere end en broder til en far havde ikke syet +
    +DemoEng: almost eighteen mothers of every brother of I narrower than a brother of a father hadn't sewed +
    +DemoFin: melkein kahdeksan toista jokaisen isän veljenä kapeamman minun veljen äitiä eivät olleet kylväneet +
    +DemoFre: presque dix-huit mères chaque frère de moi plus étroit qu' un frère d' un père n' avaient pas cousu +
    +DemoGer: fast achzehn Mütter von jedem schmaleren als ein Bruder von einem Vater Bruder von mir hatten nicht genäht +
    +DemoIta: quasi ottanta madri ogni fratello di me più stretto che un fratello di un padre non avevano cucito +
    +DemoNor: nesten atten mødre til hver bror til meg smalere enn en bror til en far hadde ikke sydd +
    +DemoRus: почти восемнадцать матери каждого уже брата отца моего брата не шили +
    +DemoSpa: casi ochenta madres cada hermano de mí más estrecho que un hermano de un padre no habían cosido +
    +DemoSwe: nästan arton mödrar till varje bror till mig smalare än en bror till en far hade inte sytt +
    + Demo: UseCl TPast ASimul PNeg (PredAP (UsePN paris_PN) (ComparA wide_A (DetArtPl IndefArt (ComplN2 (ComplN3 distance_N3 (DetArtSg IndefArt (AdjCN (ComparA hot_A (UsePN paris_PN)) (ComplN2 (ComplN3 distance_N3 (UsePN john_PN)) (UsePron it_Pron))))) (DetArtSg IndefArt (AdjCN (AdAP too_AdA (ComplA2 easy_A2V somebody_NP)) (UseN2 father_N2))))))) +
    +DemoBul: Париж не беше по - широк от разстояния от по - горещо от Париж разстояние от Джон до него до прекалено лесен за някой баща +
    +DemoCat: Paris no era más extens que unes distàncies d' una distància de Joan a ell más calenta que Paris a un pare massa fácil a algú +
    +DemoDan: Paris var ikke bredere end afstander fra en afstand fra John til det hedere end Paris til en far for nem for nogen +
    +DemoEng: Paris wasn't wider than distances from a distance from John to it hotter than Paris to a father too easy for somebody +
    +DemoFin: Pariisi ei ollut leveämpi kuin etäisyyksiä Pariisia kuumemmasta etäisyydestä Jussista siihen liian jollevulle helppoon isään +
    +DemoFre: Paris n' était pas plus large que des distances d' une distance de Jean à lui plus chaude que Paris à un père trop facile à quelqu'un +
    +DemoGer: Paris war nicht breiter als Entfernungen von einer heißeren als Paris Entfernung von Johann zu ihm zu einem zu leichten für jemanden Vater +
    +DemoIta: Parigi non era più largo che distanze di una distanza di Giovanni a lui più calda che Parigi ad un padre troppo facile a qualcuno +
    +DemoNor: Paris var ikke bredere enn avstander fra en avstand fra John til det heitere enn Paris til en far for grei for noen +
    +DemoRus: Париж не был шире расстояний от горячее Парижа его расстояния от Ивана к слишком лёгкому для кого-то отцу +
    +DemoSpa: Paris no era más ancho que unas distancias de una distancia de Juan a él más caliente que Paris a un padre demasiado fácil a algún +
    +DemoSwe: Paris var inte bredare än avstånd från ett avstånd från Johan till det hetare än Paris till en far för lätt för någon +
    + Demo: UseCl TPast ASimul PNeg (PredAP (AdvNP somebody_NP now_Adv) (ComplA2 married_A2 (DetCN few_Det (UseN2 mother_N2)))) +
    +DemoBul: някой сега не беше женен за няколко майки +
    +DemoCat: algú ara no era casat a poques mares +
    +DemoDan: nogen nu var ikke gift med få mødre +
    +DemoEng: somebody now wasn't married to few mothers +
    +DemoFin: joku nyt ei ollut avioitunut harvan äidin kanssa +
    +DemoFre: quelqu'un maintenant n' était pas marié à peu de mères +
    +DemoGer: jemand jetzt war nicht verheiratet mit wenigen Müttern +
    +DemoIta: qualcuno adesso non era sposato a poche madri +
    +DemoNor: noen nå var ikke gift med få mødre +
    +DemoRus: кто-то сейчас не был замужем за немногом матерью +
    +DemoSpa: algún ahora no era casado a pocas madres +
    +DemoSwe: någon nu var inte gift med få mödrar +
    + Demo: UseCl TFut ASimul PPos (PredAP (UsePron it_Pron) (PositA round_A)) +
    +DemoBul: то ще е кръгло +
    +DemoCat: serà rodó +
    +DemoDan: det vil være rundt +
    +DemoEng: it will be round +
    +DemoFin: se on pyöreä +
    +DemoFre: il sera rond +
    +DemoGer: es wird rund sein +
    +DemoIta: sarà rotondo +
    +DemoNor: det vil være rundt +
    +DemoRus: оно будет круглое +
    +DemoSpa: será redondo +
    +DemoSwe: det ska vara runt +
    + Demo: UseCl TCond ASimul PPos (PredAdv (DetArtPl IndefArt (UseN song_N)) far_Adv) +
    +DemoBul: песни биха били далече +
    +DemoCat: unes cançons serien lluny +
    +DemoDan: sanger ville være fjern +
    +DemoEng: songs would be far +
    +DemoFin: lauluja olisi kaukana +
    +DemoFre: des chansons seraient loin +
    +DemoGer: Lieder würden weit sein +
    +DemoIta: canzoni sarebbero lontano +
    +DemoNor: sanger ville være fjern +
    +DemoRus: песни +
    +DemoSpa: unas canciones serían lejos +
    +DemoSwe: sånger skulle vara långt +
    + Demo: UseCl TPres ASimul PPos (PredV (DetArtSg DefArt (UseN2 father_N2)) spit_V) +
    +DemoBul: бащата плюе +
    +DemoCat: el pare escup +
    +DemoDan: fadren spytter +
    +DemoEng: the father spits +
    +DemoFin: isä sylkee +
    +DemoFre: le père crache +
    +DemoGer: der Vater spuckt +
    +DemoIta: il padre sputa +
    +DemoNor: faren spytter +
    +DemoRus: отец плюёт +
    +DemoSpa: el padre escupe +
    +DemoSwe: fadern spottar +
    + Demo: UseCl TFut ASimul PPos (PredV2 (UsePron she_Pron) put_V2 (DetArtSg IndefArt (UseN salt_N))) +
    +DemoBul: тя ще сложи сол +
    +DemoCat: posarà una sal +
    +DemoDan: hun vil sætte et salt +
    +DemoEng: she will put a salt +
    +DemoFin: hän panee suolan +
    +DemoFre: elle mettra un sel +
    +DemoGer: sie wird einen Salz setzen +
    +DemoIta: metterà un sale +
    +DemoNor: hun vil sette et salt +
    +DemoRus: она будет класть соль +
    +DemoSpa: pondrá una sal +
    +DemoSwe: hon ska sätta ett salt +
    + Demo: UseCl TPast AAnter PNeg (PredV2 somebody_NP do_V2 (UsePN john_PN)) +
    +DemoBul: някой не беше направил Джон +
    +DemoCat: algú no havia fet Joan +
    +DemoDan: nogen havde ikke gjort John +
    +DemoEng: somebody hadn't done John +
    +DemoFin: joku ei ollut tehnyt Jussia +
    +DemoFre: quelqu'un n' avait pas fait Jean +
    +DemoGer: jemand hatte Johann nicht getan +
    +DemoIta: qualcuno non aveva fatto Giovanni +
    +DemoNor: noen hadde ikke gjort John +
    +DemoRus: кто-то не делал Ивана +
    +DemoSpa: algún no había hecho Juan +
    +DemoSwe: någon hade inte gjort Johan +
    + Demo: UseCl TCond ASimul PPos (PredAP (DetArtSg DefArt (UseN louse_N)) (ComparA round_A (DetCN every_Det (UseN2 father_N2)))) +
    +DemoBul: въшката би билa по - кръгла от всеки баща +
    +DemoCat: el poll seria más rodó que cada pare +
    +DemoDan: lusen ville være rundere end hver far +
    +DemoEng: the louse would be rounder than every father +
    +DemoFin: lude olisi pyöreämpi kuin jokainen isä +
    +DemoFre: le pou serait plus rond que chaque père +
    +DemoGer: die Laus würde runder als jeder Vater sein +
    +DemoIta: il pidocchio sarebbe più rotondo che ogni padre +
    +DemoNor: lusa ville være rundere enn hver far +
    +DemoRus: вошь +
    +DemoSpa: el piojo sería más redondo que cada padre +
    +DemoSwe: lusen skulle vara rundare än varje far +
    + Demo: UseCl TCond ASimul PPos (PredAP (AdvNP (DetArtSg DefArt (AdjCN (ComparA dull_A (UsePN paris_PN)) (UseN2 mother_N2))) now_Adv) (ComparA black_A (UsePron it_Pron))) +
    +DemoBul: по - тъпата от Париж майка сега би билa по - черна от него +
    +DemoCat: la mare más balba que Paris ara seria más negra que ell +
    +DemoDan: den moder sløvere end Paris nu ville være sortere end det +
    +DemoEng: the mother duller than Paris now would be blacker than it +
    +DemoFin: Pariisia tylsempi äiti nyt olisi mustempi kuin se +
    +DemoFre: la mère plus émoussée que Paris maintenant serait plus noire que lui +
    +DemoGer: die stumpfere als Paris Mutter jetzt würde schwarzer als es sein +
    +DemoIta: la madre più noiosa che Parigi adesso sarebbe più nera che lui +
    +DemoNor: den moren sløvere enn Paris nå ville være svartere enn det +
    +DemoRus: скучнее Парижа мать сейчас +
    +DemoSpa: la madre más desafilada que Paris ahora sería más negra que el +
    +DemoSwe: den modern slöare än Paris nu skulle vara svartare än det +
    + Demo: UseCl TPast AAnter PNeg (PredAP (UsePron it_Pron) (AdAP almost_AdA (ComparA green_A (UsePron it_Pron)))) +
    +DemoBul: то не беше било почти по - зелено от него +
    +DemoCat: no havia estat quasi más verd que ell +
    +DemoDan: det havde ikke været næsten grønnere end det +
    +DemoEng: it hadn't been almost greener than it +
    +DemoFin: se ei ollut ollut melkein vihreämpi kuin se +
    +DemoFre: il n' avait pas été presque plus vert que lui +
    +DemoGer: es war nicht fast grüner als es gewesen +
    +DemoIta: non era stato quasi più verde che lui +
    +DemoNor: det hadde ikke vært nesten grønnere enn det +
    +DemoRus: оно не был почти зелёнее него +
    +DemoSpa: no había sido casi más verde que el +
    +DemoSwe: det hade inte varit nästan grönare än det +
    + Demo: UseCl TPres AAnter PPos (PredAP (UsePron youSg_Pron) (PositA beautiful_A)) +
    +DemoBul: ти си бил красив +
    +DemoCat: has estat bella +
    +DemoDan: du har været smuk +
    +DemoEng: you have been beautiful +
    +DemoFin: sinä olet ollut kaunis +
    +DemoFre: tu as été joli +
    +DemoGer: du bist schön gewesen +
    +DemoIta: sei stato bello +
    +DemoNor: du har vært vakker +
    +DemoRus: ты красивый +
    +DemoSpa: has sido bello +
    +DemoSwe: du har varit vacker +
    + Demo: UseCl TCond ASimul PNeg (PredAdv (DetArtPl DefArt (AdjCN (ComparA long_A (AdvNP (UsePron i_Pron) there7from_Adv)) (UseN leaf_N))) there_Adv) +
    +DemoBul: по - дългите от мен от там листа не биха били там +
    +DemoCat: les fulles más llarges que jo d'allà no serien allà +
    +DemoDan: de løv længere end jeg derfra ville ikke være der +
    +DemoEng: the leaves longer than I from there wouldn't be there +
    +DemoFin: minua sieltä pitemmät lehdet eivät olisi siellä +
    +DemoFre: les feuilles plus longues que moi de là ne seraient pas là +
    +DemoGer: die längeren als ich daher Blätter würden nicht da sein +
    +DemoIta: le foglie più lunghe che io di là non sarebbero là +
    +DemoNor: de løva lengre enn jeg derfra ville ikke være der +
    +DemoRus: длиннее меня оттуда листы не +
    +DemoSpa: las hojas más largas que yo de allá no serían allí +
    +DemoSwe: de löven längre än jag därifrån skulle inte vara där +
    + Demo: UseCl TPres ASimul PNeg (PredV (AdvNP (DetArtSg IndefArt (UseN2 brother_N2)) far_Adv) die_V) +
    +DemoBul: брат далече не умира +
    +DemoCat: un germà lluny no mor +
    +DemoDan: en broder fjern dør ikke +
    +DemoEng: a brother far doesn't die +
    +DemoFin: veli kaukana ei kuole +
    +DemoFre: un frère loin ne meurt pas +
    +DemoGer: ein Bruder weit stirbt nicht +
    +DemoIta: un fratello lontano non muore +
    +DemoNor: en bror fjern dør ikke +
    +DemoRus: брат далеко не умирает +
    +DemoSpa: un hermano lejos no muere +
    +DemoSwe: en bror långt dör inte +
    + Demo: UseCl TPast ASimul PNeg (PredV (DetArtPl IndefArt (ComplN2 brother_N2 somebody_NP)) go_V) +
    +DemoBul: братя на някой не отидоха +
    +DemoCat: uns germàs de algú no anaven +
    +DemoDan: brødre til nogen gik ikke +
    +DemoEng: brothers of somebody didn't go +
    +DemoFin: jonkun veljissä ei mennyt +
    +DemoFre: des frères de quelqu'un n' allaient pas +
    +DemoGer: Brüder von jemandem gingen nicht +
    +DemoIta: fratelli di qualcuno non andavano +
    +DemoNor: brødre til noen gikk ikke +
    +DemoRus: браты кого-то не ходили +
    +DemoSpa: unos hermanos de algún no iban +
    +DemoSwe: bröder till någon gick inte +
    + Demo: UseCl TFut ASimul PPos (PredV (DetCN (DetArtOrd DefArt NumSg left_Ord) (AdjCN (PositA important_A) (ComplN2 brother_N2 (DetCN (DetQuant this_Quant NumPl) (UseN2 mother_N2))))) blow_V) +
    +DemoBul: левият важен брат на тези майки ще духа +
    +DemoCat: l' esquerra germà de aquestes mares important bufarà +
    +DemoDan: den venstre vigtige broder til disse mødre vil blæse +
    +DemoEng: the left important brother of these mothers will blow +
    +DemoFin: vasenet tärkeä näiden äitien veli puhaltaa +
    +DemoFre: le gauche frère ces mères important soufflera +
    +DemoGer: der linke wichtige Bruder von diesen Müttern wird blasen +
    +DemoIta: il sinistro fratello di queste madri importante soffierà +
    +DemoNor: den venstre viktige broren til disse mødrene vil blåse +
    +DemoRus: левый важный брат этих матерей будет дуть +
    +DemoSpa: el izquierda hermano de estas madres importante soplará +
    +DemoSwe: den vänstra viktiga brodern till de här mödrarna ska blåsa +
    + Demo: UseCl TPast AAnter PNeg (PredV (DetCN few_Det (ComplN2 father_N2 (DetCN much_Det (UseN song_N)))) go_V) +
    +DemoBul: няколко бащи на много песен не бяха отишли +
    +DemoCat: pocs pares de molta cançó no havien anat +
    +DemoDan: få fædre til meget sanger var ikke gået +
    +DemoEng: few fathers of much song hadn't gone +
    +DemoFin: harva paljon laulun isä ei ollut mennyt +
    +DemoFre: peu de pères de beaucoup de chansons n' étaient pas allés +
    +DemoGer: wenige Väter von vielem Lied waren nicht gegangen +
    +DemoIta: pochi padri di molta canzone non erano andati +
    +DemoNor: få fedre til mye sanger var ikke gått +
    +DemoRus: немного отец многа песни не ходил +
    +DemoSpa: pocos padres de mucha canción no habían ido +
    +DemoSwe: få fäder till mycket sånger hade inte gått +
    + Demo: UseCl TPast AAnter PNeg (PredAdv (DetArtSg DefArt (UseN bird_N)) now_Adv) +
    +DemoBul: птицата не беше билa сега +
    +DemoCat: l' ocell no havia estat ara +
    +DemoDan: fuglen havde ikke været nu +
    +DemoEng: the bird hadn't been now +
    +DemoFin: lintu ei ollut ollut nyt +
    +DemoFre: l' oiseau n' avait pas été maintenant +
    +DemoGer: der Vogel war nicht jetzt gewesen +
    +DemoIta: l' uccello non era stato adesso +
    +DemoNor: fuglen hadde ikke vært nå +
    +DemoRus: птица не была сейчас +
    +DemoSpa: el pájaro no había sido ahora +
    +DemoSwe: fågeln hade inte varit nu +
    + Demo: UseCl TPast ASimul PNeg (PredV (UsePron we_Pron) sew_V) +
    +DemoBul: ние не шихме +
    +DemoCat: no cosíem +
    +DemoDan: vi syede ikke +
    +DemoEng: we didn't sew +
    +DemoFin: me emme kylväneet +
    +DemoFre: nous ne cousions pas +
    +DemoGer: wir nähten nicht +
    +DemoIta: non cucivamo +
    +DemoNor: vi sydde ikke +
    +DemoRus: мы не шили +
    +DemoSpa: no cosíamos +
    +DemoSwe: vi sydde inte +
    + Demo: UseCl TPast AAnter PNeg (PredV2 (DetArtPl IndefArt (UseN2 father_N2)) leave_V2 (DetArtPl DefArt (AdjCN (AdAP too_AdA (ComparA dull_A (DetCN every_Det (AdjCN (AdAP so_AdA (PositA ugly_A)) (UseN2 brother_N2))))) (UseN book_N)))) +
    +DemoBul: бащи не бяха оставили прекалено по - тъпите от всеки толкова глупав брат книги +
    +DemoCat: uns pares no havien partit els llibres massa más balbs que cada germà tan lleig +
    +DemoDan: fædre havde ikke forladet de bøger for sløvere end hver så grimme broder +
    +DemoEng: fathers hadn't left the books too duller than every so ugly brother +
    +DemoFin: isiä ei ollut jättänyt liian jokaista niin rumaa veljenä tylsempiä kirjoja +
    +DemoFre: des pères n' avaient pas quitté les livres trop plus émoussés que chaque frère si laide +
    +DemoGer: Väter hatten die zu stumpferen als jeder so häßliche Bruder Bücher nicht verlassen +
    +DemoIta: padri non avevano lasciato i libri troppo più noiosi che ogni fratello così brutto +
    +DemoNor: fedre hadde ikke forlatt de bøkene for sløvere enn hver så stygge bror +
    +DemoRus: отцы не уходили слишком скучнее каждого так некрасивого брата книги +
    +DemoSpa: unos padres no habían partido los libros demasiado más desafilados que cada hermano tanto feo +
    +DemoSwe: fäder hade inte lämnat de böckerna för slöare än varje så ful bror +
    + Demo: UseCl TCond ASimul PPos (PredAP (DetCN much_Det (UseN skin_N)) (PositA thick_A)) +
    +DemoBul: много кожа би билa дебела +
    +DemoCat: molta pell seria gruixuda +
    +DemoDan: meget skind ville være tykke +
    +DemoEng: much skin would be thick +
    +DemoFin: paljon nahka olisi paksu +
    +DemoFre: beaucoup de peaux seraient épais +
    +DemoGer: vieler Haut würde dick sein +
    +DemoIta: molta pelle sarebbe grossa +
    +DemoNor: mye skinn ville være tykke +
    +DemoRus: много кожи +
    +DemoSpa: mucha piel sería gruesa +
    +DemoSwe: mycket skinn skulle vara tjocka +
    + Demo: UseCl TPast AAnter PPos (PredAdv (UsePron he_Pron) far_Adv) +
    +DemoBul: той беше бил далече +
    +DemoCat: havia estat lluny +
    +DemoDan: han havde været fjern +
    +DemoEng: he had been far +
    +DemoFin: hän oli ollut kaukana +
    +DemoFre: il avait été loin +
    +DemoGer: er war weit gewesen +
    +DemoIta: era stato lontano +
    +DemoNor: han hadde vært fjern +
    +DemoRus: он был далеко +
    +DemoSpa: había sido lejos +
    +DemoSwe: han hade varit långt +
    + Demo: UseCl TPres ASimul PNeg (PredV2 (UsePron he_Pron) break_V2 (DetArtPl DefArt (AdjCN (ComparA rotten_A (DetArtPl IndefArt (UseN2 brother_N2))) (ComplN2 (ComplN3 distance_N3 (DetArtSg IndefArt (AdjCN (PositA green_A) (ComplN2 mother_N2 (UsePron she_Pron))))) (DetArtSg IndefArt (UseN2 brother_N2)))))) +
    +DemoBul: той не чупи по - прогнилите от братя разстояния от зелена майка и до брат +
    +DemoCat: no trenca les distàncies d' una mare de ella verda a un germà más podrites que uns germàs +
    +DemoDan: han knuser ikke de afstander fra en grøn moder til hende til en broder rådnere end brødre +
    +DemoEng: he doesn't break the distances from a green mother of she to a brother rottener than brothers +
    +DemoFin: hän ei riko veljissä mädämpiä etäisyyksiä vihreästä hänen äidistä veljeen +
    +DemoFre: il ne casse pas les distances d' une mère d' elle verte à un frère plus pourries que des frères +
    +DemoGer: er zerschlägt die verdorbeneren als Brüder Entfernungen von einer grünen Mutter von ihr zu einem Bruder nicht +
    +DemoIta: non rompe le distanze di una madre di lei verde ad un fratello più marcie che fratelli +
    +DemoNor: han knuser ikke de avstandene fra en grønn mor til henne til en bror råttenere enn brødre +
    +DemoRus: он не прерывает гнилее братов расстояния от зелёной её матери к брату +
    +DemoSpa: no rompe las distancias de una madre de ella verde a un hermano más podridas que unos hermanos +
    +DemoSwe: han slår inte sönder de avstånden från en grön mor till henne till en bror ruttnare än bröder +
    + Demo: UseCl TPast ASimul PNeg (PredAP (UsePron we_Pron) (ComplA2 married_A2 (DetCN few_Det (UseN planet_N)))) +
    +DemoBul: ние не бяхме женени за няколко планети +
    +DemoCat: no érem casates a poques planetes +
    +DemoDan: vi var ikke gifte med få planeter +
    +DemoEng: we weren't married to few planets +
    +DemoFin: me emme olleet avioituneita harvan planeetan kanssa +
    +DemoFre: nous n' étions pas mariés à peu de planètes +
    +DemoGer: wir waren nicht verheiratet mit wenigen Planeten +
    +DemoIta: non eravamo sposati a poche pianete +
    +DemoNor: vi var ikke gifte med få planeter +
    +DemoRus: мы не были замужем за немногом планетой +
    +DemoSpa: no éramos casados a pocos planetas +
    +DemoSwe: vi var inte gifta med få planeter +
    + Demo: UseCl TCond AAnter PNeg (PredV (DetCN many_Det (AdjCN (ComplA2 married_A2 (DetCN somePl_Det (UseN bird_N))) (ComplN2 brother_N2 (DetArtPl DefArt (UseN2 (ComplN3 distance_N3 (DetArtSg DefArt (AdjCN (ComplA2 married_A2 (UsePN paris_PN)) (ComplN2 father_N2 (DetCN (DetArtOrd DefArt NumSg (OrdNumeral (num (pot3plus (pot1as2 (pot1 n9)) (pot1as2 (pot0as1 pot01)))))) (UseN person_N))))))))))) spit_V) +
    +DemoBul: много женени за някои птици братя на разстоянита от женения за Париж баща на деветдесет хиляди и първия човек не биха плюли +
    +DemoCat: molts germàs dels distàncies del pare de la norantena mil primera persona casat a Paris casats a alguns ocells no haurien escopit +
    +DemoDan: mange brødre til afstanderne fra den far til halvfems tusind og første personen gifte med Paris gifte med nogle fugler ville ikke have spyttet +
    +DemoEng: many brothers of the distances from the father of the ninety thousand first person married to Paris married to some birds wouldn't have spit +
    +DemoFin: moni joidenkuiden lintujen kanssa avioitunut etäisyyksien Pariisin kanssa avioituneesta yhdeksänsinä kymmenensinä tuhannensina yhdensinä henkilön isästä veli ei olisi sylkenyt +
    +DemoFre: plusieurs frères des distances du père de la quatre-vingt-dix mille unième personne marié à Paris mariés à quelques oiseaux n' auraient pas craché +
    +DemoGer: viele verheirateten mit einigen Vögeln Brüder von den Entfernungen von dem verheirateten mit Paris Vater von dem neunzig tausend ersten Person würden nicht gespuckt haben +
    +DemoIta: molti fratelli delle distanze del padre della novanta mila prima persona sposato a Parigi sposati a qualche uccelli non avrebbero sputato +
    +DemoNor: mange brødre til avstandene fra den faren til nitti tusen og første personen gifte med Paris gifte med noen fugler ville ikke ha spytta +
    +DemoRus: +
    +DemoSpa: muchos hermanos de las distancias del padre de la noventa milésima primera persona casado a Paris casados a algunos pájaros no habrían escupido +
    +DemoSwe: många bröder till avstånden från den fadern till nittio tusen första personen gifta med Paris gifta med några fåglar skulle inte ha spottat +
    + Demo: UseCl TCond AAnter PNeg (PredV (DetCN much_Det (UseN cheese_N)) walk_V) +
    +DemoBul: много сирене не би ходило +
    +DemoCat: molt formatge no hauria caminat +
    +DemoDan: meget oster ville ikke være gået +
    +DemoEng: much cheese wouldn't have walked +
    +DemoFin: paljon juusto ei olisi kävellyt +
    +DemoFre: beaucoup de fromages n' auraient pas marché +
    +DemoGer: viele Käse würde nicht gegangen sein +
    +DemoIta: molto formaggio non avrebbe camminato +
    +DemoNor: mye oster ville ikke være gått +
    +DemoRus: много сыра не гуляло бы +
    +DemoSpa: mucho queso no habría caminado +
    +DemoSwe: mycket ostar skulle inte ha gått +
    + Demo: UseCl TCond ASimul PPos (PredV2 (DetArtPl IndefArt (UseN ear_N)) bite_V2 (DetArtSg DefArt (UseN2 (ComplN3 distance_N3 (UsePN john_PN))))) +
    +DemoBul: уши биха хапали разстоянието от Джон +
    +DemoCat: unes orelles mossegarien la distància de Joan +
    +DemoDan: ører ville bite afstanden fra John +
    +DemoEng: ears would bite the distance from John +
    +DemoFin: korvia purisi etäisyyden Jussista +
    +DemoFre: des oreilles mordraient la distance de Jean +
    +DemoGer: Ohre würden die Entfernung von Johann beißen +
    +DemoIta: orecchi morderebbero la distanza di Giovanni +
    +DemoNor: ører ville bite avstanden fra John +
    +DemoRus: уха кусали бы расстояние от Ивана +
    +DemoSpa: unas orejas moorderían la distancia de Juan +
    +DemoSwe: öron skulle bita avståndet från Johan +
    + Demo: UseCl TPres ASimul PNeg (PredV2 (DetCN much_Det (ComplN2 mother_N2 (UsePron we_Pron))) fear_V2 somebody_NP) +
    +DemoBul: много майка ни не се страхува някой +
    +DemoCat: molta mare de nosaltres no tem algú +
    +DemoDan: meget mødre til os frygter ikke nogen +
    +DemoEng: much mother of we doesn't fear somebody +
    +DemoFin: paljon meidän äiti ei pelkää jotakua +
    +DemoFre: beaucoup de mères de nous ne craignent pas quelqu'un +
    +DemoGer: viele Mutter von uns fürchtet jemanden nicht +
    +DemoIta: molta madre di noi non teme qualcuno +
    +DemoNor: mye mødre til oss frykter ikke noen +
    +DemoRus: много нашей матери не боет кого-то +
    +DemoSpa: mucha madre de nosotros no teme algún +
    +DemoSwe: mycket mödrar till oss fruktar inte någon +
    + Demo: UseCl TPast AAnter PPos (PredV (DetArtSg IndefArt (AdjCN (AdAP almost_AdA (PositA hot_A)) (UseN head_N))) sleep_V) +
    +DemoBul: почти гореща глава беше спалa +
    +DemoCat: un cap quasi calent havia dormit +
    +DemoDan: et næsten hedt hoved havde sovet +
    +DemoEng: an almost hot head had slept +
    +DemoFin: melkein kuuma pää oli nukkunut +
    +DemoFre: une tête presque chaude avait dormi +
    +DemoGer: ein fast heißer Kopf hatte geschlafen +
    +DemoIta: una testa quasi calda aveva dormito +
    +DemoNor: et nesten heitt hode hadde sovet +
    +DemoRus: почти горячая голова спала +
    +DemoSpa: una cabeza casi caliente había dormido +
    +DemoSwe: ett nästan hett huvud hade sovit +
    + Demo: UseCl TCond AAnter PNeg (PredAdv (DetCN someSg_Det (ComplN2 father_N2 (DetArtPl DefArt (AdjCN (PositA ugly_A) (ComplN2 mother_N2 (UsePron youPl_Pron)))))) there7to_Adv) +
    +DemoBul: някой баща на глупавите майки ви не би бил до там +
    +DemoCat: algun pare dels mares de vosaltres lletges no hauria estat cap a allà +
    +DemoDan: nogen far til de grimme mødre til jer ville ikke have været dit +
    +DemoEng: some father of the ugly mothers of you wouldn't have been there +
    +DemoFin: joku rumien teidän äitien isä ei olisi ollut sinne +
    +DemoFre: quelque père des mères de vous laides n' aurait pas été là +
    +DemoGer: ein Vater von den häßlichen Müttern von euch würde nicht dahin gewesen sein +
    +DemoIta: qualche padre delle madri di voi brutte non sarebbe stato là +
    +DemoNor: noen far til de stygge mødrene til dere ville ikke ha vært dit +
    +DemoRus: некоторый отец некрасивых ваших матерей не +
    +DemoSpa: algun padre de las madres de vosotros feas no habría sido para allá +
    +DemoSwe: någon far till de fula mödrarna till er skulle inte ha varit dit +
    + Demo: UseCl TPast AAnter PPos (PredV2 (DetCN (DetArtCard DefArt (AdNum almost_AdN (AdNum almost_AdN (NumNumeral (num (pot2as3 (pot2 pot01))))))) (UseN number_N)) wait_V2 (DetCN somePl_Det (ComplN2 mother_N2 (UsePN john_PN)))) +
    +DemoBul: почти почти стоте числа бяха чакали за някои майки на Джон +
    +DemoCat: els quasi quasi cent números havien esperat a algunes mares de Joan +
    +DemoDan: de næsten næsten et hundrede nummerene havde ventet på nogle mødre til John +
    +DemoEng: the almost almost one hundred numbers had waited for some mothers of John +
    +DemoFin: melkein melkein sata numerota olivat odottaneet joitakuita Jussin äitejä +
    +DemoFre: les presque presque cent nombres avaient attendu à quelques mères de Jean +
    +DemoGer: die fast fast ein hundert Zahlen hatten auf einige Mütter von Johann gewartet +
    +DemoIta: i quasi quasi cento numeri avevano aspettato a qualche madri di Giovanni +
    +DemoNor: de nesten nesten ett hundre nummera hadde venta på noen mødre til John +
    +DemoRus: почти почти сто числа ждали некоторых матерей Ивана +
    +DemoSpa: los casi casi cien números habían esperado a algunas madres de Juan +
    +DemoSwe: de nästan nästan ett hundra numren hade väntat på några mödrar till Johan +
    + Demo: UseCl TPast AAnter PNeg (PredV (DetArtPl IndefArt (ComplN2 (ComplN3 distance_N3 (DetArtPl IndefArt (AdjCN (AdAP almost_AdA (ComplA2 easy_A2V somebody_NP)) (ComplN2 brother_N2 (DetArtPl IndefArt (UseN2 (ComplN3 distance_N3 (DetArtPl DefArt (AdjCN (AdAP so_AdA (PositA dirty_A)) (ComplN2 father_N2 (AdvNP (AdvNP (UsePron i_Pron) far_Adv) here7from_Adv))))))))))) (DetArtPl IndefArt (UseN2 mother_N2)))) come_V) +
    +DemoBul: разстояния от почти лесни за някой братя на разстояния от толкова мръсните бащи ми далече от тук до майки не бяха дошли +
    +DemoCat: unes distàncies d' uns germàs d' unes distàncies dels pares de mi lluny d'aquí tan bruts quasi fácils a algú a unes mares no havien vingut +
    +DemoDan: afstander fra brødre til afstander fra de så smudsige fædre til mig fjern herfra næsten neme for nogen til mødre var ikke kommet +
    +DemoEng: distances from brothers of distances from the so dirty fathers of I far from here almost easy for somebody to mothers hadn't come +
    +DemoFin: etäisyyksiä melkein jollevulle helpoista etäisyyksien niin likaisista minun kaukana täältä isistä velstä äiteihin ei ollut tullut +
    +DemoFre: des distances de frères de distances des pères de moi loin d'ici si sales presque faciles à quelqu'un à des mères n' étaient pas venues +
    +DemoGer: Entfernungen von fast leichten für jemanden Brüdern von Entfernungen von den so schmutzigen Vätern von mir weit hieraus zu Müttern waren nicht gekommen +
    +DemoIta: distanze di fratelli di distanze dei padri di me lontano da quì così sporchi quasi facili a qualcuno a madri non erano venute +
    +DemoNor: avstander fra brødre til avstander fra de så skitne fedrene til meg fjern herfra nesten greie for noen til mødre var ikke kommet +
    +DemoRus: расстояния от почти лёгких для кого-то братов расстояний от так грязных моих далеко отсюда отцов к матерям не приходили +
    +DemoSpa: unas distancias de unos hermanos de unas distancias de los padres de mí lejos de acá tanto sucios casi fáciles a algún a unas madres no habían venido +
    +DemoSwe: avstånd från bröder till avstånd från de så smutsiga fäderna till mig långt härifrån nästan lätta för någon till mödrar hade inte kommit +
    + Demo: UseCl TCond AAnter PNeg (PredAP (DetArtSg DefArt (AdjCN (PositA warm_A) (UseN neck_N))) (AdAP quite_Adv (AdAP too_AdA (ComplA2 easy_A2V (UsePN paris_PN))))) +
    +DemoBul: топлият гръб не би бил доста прекалено лесен за Париж +
    +DemoCat: el coll tebi no hauria estat bastant massa fácil a Paris +
    +DemoDan: den varme hals ville ikke have været temmelig for nem for Paris +
    +DemoEng: the warm neck wouldn't have been quite too easy for Paris +
    +DemoFin: lämmin niska ei olisi ollut melko liian helppo Pariisille +
    +DemoFre: le cou chaud n' aurait pas été assez trop facile à Paris +
    +DemoGer: der warme Nacken würde nicht ziemlich zu leicht für Paris gewesen sein +
    +DemoIta: il collo caldo non sarebbe stato assai troppo facile a Parigi +
    +DemoNor: den varme nakken ville ikke ha vært temmelig for grei for Paris +
    +DemoRus: тёплая шея не +
    +DemoSpa: el cuello tibio no habría sido bastante demasiado fácil a Paris +
    +DemoSwe: den varma nacken skulle inte ha varit ganska för lätt för Paris +
    + Demo: UseCl TPres ASimul PPos (PredAP (DetArtSg IndefArt (ComplN2 mother_N2 (UsePron they_Pron))) (ComparA good_A (UsePN paris_PN))) +
    +DemoBul: майка им е по - добра от Париж +
    +DemoCat: una mare de elles és millora que Paris +
    +DemoDan: en moder til dem er bedre end Paris +
    +DemoEng: a mother of they is better than Paris +
    +DemoFin: heidän äiti on parempi kuin Pariisi +
    +DemoFre: une mère d' eux est meilleure que Paris +
    +DemoGer: eine Mutter von ihnen ist besser als Paris +
    +DemoIta: una madre di loro è migliore che Parigi +
    +DemoNor: en mor til dem er bedre enn Paris +
    +DemoRus: их мать лучше Парижа +
    +DemoSpa: una madre de ellos es mejor que Paris +
    +DemoSwe: en mor till dem är bättre än Paris +
    + Demo: UseCl TPres AAnter PPos (PredV (DetCN (DetArtOrd DefArt NumPl (OrdDigits (IIDig D_4 (IDig D_2)))) (UseN2 brother_N2)) vomit_V) +
    +DemoBul: 4 2рите братя са повърнали +
    +DemoCat: els 4 2:o germàs han vomitat +
    +DemoDan: 4 2:e brødrene har kastet op +
    +DemoEng: the 4 2nd brothers have vomited +
    +DemoFin: 4 2. veljet ovat oksentaneet +
    +DemoFre: les 4 2ème frères ont vomi +
    +DemoGer: die 4 2e Brüder haben gekotzt +
    +DemoIta: i 4 2:o fratelli hanno vomitato +
    +DemoNor: 4 2:e brødrene har kasta opp +
    +DemoRus: +
    +DemoSpa: los 4 2:o hermanos han vomitado +
    +DemoSwe: 4 2:a bröderna har spytt +
    + Demo: UseCl TCond ASimul PPos (PredAP somebody_NP (ComparA yellow_A somebody_NP)) +
    +DemoBul: някой би бил по - жълт от някой +
    +DemoCat: algú seria más groc que algú +
    +DemoDan: nogen ville være gulere end nogen +
    +DemoEng: somebody would be yellower than somebody +
    +DemoFin: joku olisi keltaisempi kuin joku +
    +DemoFre: quelqu'un serait plus jaune que quelqu'un +
    +DemoGer: jemand würde gelber als jemand sein +
    +DemoIta: qualcuno sarebbe più giallo che qualcuno +
    +DemoNor: noen ville være gulere enn noen +
    +DemoRus: кто-то +
    +DemoSpa: algún sería más amarillo que algún +
    +DemoSwe: någon skulle vara gulare än någon +
    + Demo: UseCl TCond AAnter PPos (PredAdv (AdvNP (UsePN paris_PN) already_Adv) (SubjS if_Subj (UseCl TPast AAnter PNeg (PredV (UsePN john_PN) lie_V)))) +
    +DemoBul: Париж вече би бил ако Джон не беше лежал +
    +DemoCat: Paris ja hauria estat si Joan no se havia jagut +
    +DemoDan: Paris allerede ville have været hvis John ikke havde ligget +
    +DemoEng: Paris already would have been if John hadn't lain +
    +DemoFin: Pariisi jo olisi ollut jos Jussi ei ollut maannut +
    +DemoFre: Paris déjà aurait été si Jean ne s' était pas étendu +
    +DemoGer: Paris schon würde wenn Johann nicht gelügt hatte gewesen sein +
    +DemoIta: Parigi già sarebbe stato se Giovanni non aveva giaciuto +
    +DemoNor: Paris allerede ville ha vært hvis John ikke hadde ligget +
    +DemoRus: Париж уже +
    +DemoSpa: Paris ya habría sido si Juan no se había acostado +
    +DemoSwe: Paris redan skulle ha varit om Johan inte hade legat +
    + Demo: UseCl TFut ASimul PNeg (PredAP somebody_NP (ComplA2 married_A2 (UsePron youSg_Pron))) +
    +DemoBul: някой няма да е женен за теб +
    +DemoCat: algú no serà casat a tu +
    +DemoDan: nogen vil ikke være gift med dig +
    +DemoEng: somebody won't be married to you +
    +DemoFin: joku ei ole avioitunut sinun kanssa +
    +DemoFre: quelqu'un ne sera pas marié à toi +
    +DemoGer: jemand wird nicht verheiratet mit dir sein +
    +DemoIta: qualcuno non sarà sposato a te +
    +DemoNor: noen vil ikke være gift med deg +
    +DemoRus: кто-то не будет замужем за тобой +
    +DemoSpa: algún no será casado a tí +
    +DemoSwe: någon ska inte vara gift med dig +
    + Demo: UseCl TFut ASimul PPos (PredV2 (DetCN (DetArtOrd DefArt (NumCard (NumNumeral (num (pot3plus (pot1as2 (pot1to19 n2)) (pot1as2 pot111))))) (OrdNumeral (num (pot3 (pot2 (pot0 n9)))))) (UseN king_N)) open_V2 (DetArtSg DefArt (AdjCN (ComparA wet_A (UsePN john_PN)) (UseN breast_N)))) +
    +DemoBul: дванадесет хиляди и единадесетимата деветстотин хиляден царе ще отворят по - мократа от Джон гърда +
    +DemoCat: els dotze mil onze novens -cents mil reis riran la sina más molla que Joan +
    +DemoDan: de tolv tusind og elleve ni hundrede tusinde kongerne vil åbne det bryst vådere end John +
    +DemoEng: the twelve thousand eleven nine hundred thousandth kings will open the breast weter than John +
    +DemoFin: kaksi toista tuhatta yksi toista yhdeksännet sadannet tuhannennet kuningasta avaavat Jussia märemmän rinnan +
    +DemoFre: les douze mille onze neuf cent millième rois ouvriront le sein plus mouillé que Jean +
    +DemoGer: die zwölf tausend elf neun hundert tausendten Könige werden die naßere als Johann Brust öffnen +
    +DemoIta: i venti mila undici nove cento millesimi ré apriranno il seno più bagnato che Giovanni +
    +DemoNor: de tolv tusen og elve ni hundre tusende kongene vil åpne det brystet våtere enn John +
    +DemoRus: +
    +DemoSpa: los veinte mil once novecientos milésimos reyes abrirán el seno más mojado que Juan +
    +DemoSwe: de tolv tusen elva nio hundra tusende kungarna ska öppna det bröstet våtare än Johan +
    + Demo: UseCl TPast AAnter PPos (PredAP (AdvNP (UsePron he_Pron) (ComparAdvAdj more_CAdv short_A (AdvNP (UsePN john_PN) everywhere_Adv))) (AdAP almost_AdA (PositA blue_A))) +
    +DemoBul: той по - късо от Джон навсякъде беше бил почти син +
    +DemoCat: més curtament que Joan a tot arreu havia estat quasi blau +
    +DemoDan: han mer kort end John overalt havde været næsten blå +
    +DemoEng: he more shortly than John everywhere had been almost blue +
    +DemoFin: hän enemmän lyhyesti kuin Jussi kaikkialla oli ollut melkein sininen +
    +DemoFre: il plus courtement que Jean partout avait été presque bleu +
    +DemoGer: er mehr kurz als Johann überall war fast blau gewesen +
    +DemoIta: più cortamente che Giovanni dappertutto era stato quasi blù +
    +DemoNor: han mer kortt enn John overalt hadde vært nesten blå +
    +DemoRus: он более коротко чем Иван везде был почти голубой +
    +DemoSpa: mas cortamente que Juan en todas partes había sido casi azul +
    +DemoSwe: han mer kortt än Johan överallt hade varit nästan blå +
    + Demo: UseCl TFut ASimul PPos (PredAdv (UsePron i_Pron) here7from_Adv) +
    +DemoBul: аз ще съм от тук +
    +DemoCat: seré d'aquí +
    +DemoDan: jeg vil være herfra +
    +DemoEng: I will be from here +
    +DemoFin: minä olen täältä +
    +DemoFre: je serai d'ici +
    +DemoGer: ich werde hieraus sein +
    +DemoIta: sarò da quì +
    +DemoNor: jeg vil være herfra +
    +DemoRus: я будет отсюда +
    +DemoSpa: seré de acá +
    +DemoSwe: jag ska vara härifrån +
    + Demo: UseCl TCond AAnter PNeg (PredV (AdvNP somebody_NP there7from_Adv) flow_V) +
    +DemoBul: някой от там не би текъл +
    +DemoCat: algú d'allà no hauria fluït +
    +DemoDan: nogen derfra ville ikke have strømmet +
    +DemoEng: somebody from there wouldn't have flowed +
    +DemoFin: joku sieltä ei olisi virrannut +
    +DemoFre: quelqu'un de là n' aurait pas coulé +
    +DemoGer: jemand daher würde nicht gefließt haben +
    +DemoIta: qualcuno di là non avrebbe fluito +
    +DemoNor: noen derfra ville ikke ha rent +
    +DemoRus: кто-то оттуда не тёк бы +
    +DemoSpa: algún de allá no habría fluido +
    +DemoSwe: någon därifrån skulle inte ha runnit +
    + Demo: UseCl TPast ASimul PNeg (PredV (DetCN (DetQuantOrd (PossPron youSg_Pron) (NumCard (NumNumeral (num (pot2as3 (pot2plus pot01 pot111))))) right_Ord) (UseN wife_N)) blow_V) +
    +DemoBul: твоите сто и единадесет десни съпруги не духаха +
    +DemoCat: les teves cent onze dretaes esposes no bufaven +
    +DemoDan: dine et hundrede og elleve højre koner blæste ikke +
    +DemoEng: your one hundred and eleven right wives didn't blow +
    +DemoFin: sinun sata yksi toista oikeat vaimoa &+ si eivät puhaltaneet +
    +DemoFre: tes cent onze droites femmes ne soufflaient pas +
    +DemoGer: deine ein hundert elf rechte Ehefraue blasten nicht +
    +DemoIta: le tue cento undici destre donne non soffiavano +
    +DemoNor: dine ett hundre og elve høyre koner blåste ikke +
    +DemoRus: твои сто одиннадцать правые жены не дули +
    +DemoSpa: tus ciento once derechaes esposas no soplaban +
    +DemoSwe: dina ett hundra elva högra fruar blåste inte +
    + Demo: UseCl TPast ASimul PPos (PredAdv (DetArtSg DefArt (UseN2 mother_N2)) somewhere_Adv) +
    +DemoBul: майката беше някъде +
    +DemoCat: la mare era a algun lloc +
    +DemoDan: moderen var et eller annet sted +
    +DemoEng: the mother was somewhere +
    +DemoFin: äiti oli jossain +
    +DemoFre: la mère était quelque part +
    +DemoGer: die Mutter war irgendwo +
    +DemoIta: la madre era qualche parte +
    +DemoNor: moren var et eller annet sted +
    +DemoRus: мать была где-нибудь +
    +DemoSpa: la madre era en ninguna parte +
    +DemoSwe: modern var någonstans +
    + Demo: UseCl TCond AAnter PNeg (PredV2 (UsePN john_PN) open_V2 (DetCN (DetArtOrd IndefArt NumPl (OrdSuperl fun_AV)) (UseN2 mother_N2))) +
    +DemoBul: Джон не би отворил най - забавни майки +
    +DemoCat: Joan no hauria ert unes más divertites mares +
    +DemoDan: John ville ikke have åbnet morsommeste mødre +
    +DemoEng: John wouldn't have opened funest mothers +
    +DemoFin: Jussi ei olisi avannut hauskimpia äitejä +
    +DemoFre: Jean n' aurait pas ouvert des plus marrantes mères +
    +DemoGer: Johann würde tolleste Mütter nicht geöffnet haben +
    +DemoIta: Giovanni non avrebbe aperto più divertenti madri +
    +DemoNor: John ville ikke ha åpna morsomeste mødre +
    +DemoRus: Иван не открывал бы весёлых матерей +
    +DemoSpa: Juan no habría abierto unas más divertidas madres +
    +DemoSwe: Johan skulle inte ha öppnat roligaste mödrar +
    + Demo: UseCl TFut ASimul PPos (PredAdv (UsePron it_Pron) here7from_Adv) +
    +DemoBul: то ще е от тук +
    +DemoCat: serà d'aquí +
    +DemoDan: det vil være herfra +
    +DemoEng: it will be from here +
    +DemoFin: se on täältä +
    +DemoFre: il sera d'ici +
    +DemoGer: es wird hieraus sein +
    +DemoIta: sarà da quì +
    +DemoNor: det vil være herfra +
    +DemoRus: оно будет отсюда +
    +DemoSpa: será de acá +
    +DemoSwe: det ska vara härifrån +
    + Demo: UseCl TPast AAnter PPos (PredAP (DetArtPl DefArt (AdjCN (AdAP so_AdA (PositA black_A)) (UseN meat_N))) (ComparA thick_A (UsePron youSg_Pron))) +
    +DemoBul: толкова черните меса бяха били по - дебели от теб +
    +DemoCat: les carns tan negres havien estat más gruixudes que tu +
    +DemoDan: de så sorte kød havde været tykkere end du +
    +DemoEng: the so black meats had been thicker than you +
    +DemoFin: niin mustat lihat olivat olleet paksumpia kuin sinä +
    +DemoFre: les viandes si noires avaient été plus épaisses que toi +
    +DemoGer: die so schwarzen Fleische waren dicker als du gewesen +
    +DemoIta: le carni così nere erano state più grosse che tu +
    +DemoNor: de så svarte kjøtta hadde vært tykkere enn du +
    +DemoRus: так чёрные мяса были толще тебя +
    +DemoSpa: las carnes tanto negras habían sido más gruesas que tu +
    +DemoSwe: de så svarta kötten hade varit tjockare än du +
    + Demo: UseCl TPast ASimul PNeg (PredAdv somebody_NP (PositAdvAdj narrow_A)) +
    +DemoBul: някой не беше тясно +
    +DemoCat: algú no era estretament +
    +DemoDan: nogen var ikke smalt +
    +DemoEng: somebody wasn't narrowly +
    +DemoFin: joku ei ollut kapeasti +
    +DemoFre: quelqu'un n' était pas étroitement +
    +DemoGer: jemand war nicht schmal +
    +DemoIta: qualcuno non era strettamente +
    +DemoNor: noen var ikke smalt +
    +DemoRus: кто-то не был узко +
    +DemoSpa: algún no era estrechamente +
    +DemoSwe: någon var inte smalt +
    + Demo: UseCl TPres AAnter PPos (PredAP (AdvNP (DetCN (DetArtCard IndefArt (AdNum (AdnCAdv more_CAdv) (NumDigits (IDig D_5)))) (UseN2 (ComplN3 distance_N3 (UsePron i_Pron)))) (PrepNP after_Prep (DetArtPl IndefArt (ComplN2 mother_N2 (AdvNP somebody_NP (ComparAdvAdjS more_CAdv stupid_A (UseCl TCond AAnter PPos (PredV (DetArtSg IndefArt (UseN language_N)) sleep_V)))))))) (ComparA wide_A (AdvNP somebody_NP everywhere_Adv))) +
    +DemoBul: повече от 5 разстояния от мен след майки на някой по - глупаво от колкото език би спал са били по - широки от някой навсякъде +
    +DemoCat: més que 5 distàncies de mi després d' unes mares de algú més estúpidament que una llengua hauria dormit han estat más extenses que algú a tot arreu +
    +DemoDan: mer end 5 afstander fra mig efter mødre til nogen mer dumt end et sprog ville have sovet har været bredere end nogen overalt +
    +DemoEng: more than 5 distances from I after mothers of somebody more stupidly than a language would have slept have been wider than somebody everywhere +
    +DemoFin: enemmän kuin 5 etäisyyttä minusta jonkun enemmän tyhmästi kuin kieli olisi nukkunut äitien jälkeen ovat olleet leveämpiä kuin joku kaikkialla +
    +DemoFre: plus que 5 distances de moi après des mères de quelqu'un plus stupidement qu' une langue aurait dormi ont été plus larges que quelqu'un partout +
    +DemoGer: mehr als 5 Entfernungen von mir nach Müttern von jemandem mehr dumm als eine Sprache geschlafen haben würde sind breiter als jemand überall gewesen +
    +DemoIta: più che 5 distanze di me dopo madri di qualcuno più stupidamente che una lingua avrebbe dormito sono state più larghe che qualcuno dappertutto +
    +DemoNor: mer enn 5 avstander fra meg etter mødre til noen mer dumt enn et språk ville ha sovet har vært bredere enn noen overalt +
    +DemoRus: более чем 5 расстояния от меня после матерей кого-то более тупо чем язык спал бы шире кого-то везде +
    +DemoSpa: mas que 5 distancias de mí despues de unas madres de algún mas estúpidamente que una lengua habría dormido han sido más anchas que algún en todas partes +
    +DemoSwe: mer än 5 avstånd från mig efter mödrar till någon mer dumt än ett språk skulle ha sovit har varit bredare än någon överallt +
    + Demo: UseCl TPres AAnter PPos (PredV2 (DetArtPl DefArt (UseN2 father_N2)) know_V2 (UsePron youPl_Pron)) +
    +DemoBul: бащите са знаeли вас +
    +DemoCat: els pares us han sabut +
    +DemoDan: fædrene har vidst jer +
    +DemoEng: the fathers have known you +
    +DemoFin: isät ovat tietäneet teidät +
    +DemoFre: les pères vous ont connus +
    +DemoGer: die Väter haben euch gewußt +
    +DemoIta: i padri vi hanno conosciuti +
    +DemoNor: fedrene har visst dere +
    +DemoRus: отцы знают вас +
    +DemoSpa: los padres vos han sabido +
    +DemoSwe: fäderna har vetat er +
    + Demo: UseCl TCond ASimul PPos (PredAdv (UsePron youPol_Pron) already_Adv) +
    +DemoBul: вие бихте били вече +
    +DemoCat: seríeu ja +
    +DemoDan: Dere ville være allerede +
    +DemoEng: you would be already +
    +DemoFin: te olisitte jo +
    +DemoFre: vous seriez déjà +
    +DemoGer: Sie würden schon sein +
    +DemoIta: sarebbe già +
    +DemoNor: Dere ville være allerede +
    +DemoRus: вы +
    +DemoSpa: sería ya +
    +DemoSwe: ni skulle vara redan +
    + Demo: UseCl TPres ASimul PPos (PredV2 (DetArtPl DefArt (ComplN2 mother_N2 (UsePron youPol_Pron))) fear_V2 (DetArtPl IndefArt (UseN dog_N))) +
    +DemoBul: майките ви се страхуват кучета +
    +DemoCat: les mares de vosté temen uns goss +
    +DemoDan: mødrene til Dere frygter hunder +
    +DemoEng: the mothers of you fear dogs +
    +DemoFin: teidän äidit pelkäävät koiria +
    +DemoFre: les mères de vous craignent des chiens +
    +DemoGer: die Mütter von Ihnen fürchten Hunde +
    +DemoIta: le madri di Lei temono cani +
    +DemoNor: mødrene til Dere frykter hunder +
    +DemoRus: ваши матери боют собак +
    +DemoSpa: las madres de usted temen unos perros +
    +DemoSwe: mödrarna till er fruktar hundar +
    + Demo: UseCl TCond AAnter PPos (PredV2 somebody_NP leave_V2 (UsePron we_Pron)) +
    +DemoBul: някой би оставил нас +
    +DemoCat: algú ens hauria partit +
    +DemoDan: nogen ville have forladet os +
    +DemoEng: somebody would have left us +
    +DemoFin: joku olisi jättänyt meidät +
    +DemoFre: quelqu'un nous aurait quittés +
    +DemoGer: jemand würde uns verlassen haben +
    +DemoIta: qualcuno ci avrebbe lasciati +
    +DemoNor: noen ville ha forlatt oss +
    +DemoRus: кто-то уходил бы нас +
    +DemoSpa: algún nos habría partido +
    +DemoSwe: någon skulle ha lämnat oss +
    + Demo: UseCl TPast AAnter PPos (PredAP (UsePN paris_PN) (PositA fun_AV)) +
    +DemoBul: Париж беше бил забавен +
    +DemoCat: Paris havia estat divertit +
    +DemoDan: Paris havde været morsomt +
    +DemoEng: Paris had been fun +
    +DemoFin: Pariisi oli ollut hauska +
    +DemoFre: Paris avait été marrant +
    +DemoGer: Paris war toll gewesen +
    +DemoIta: Parigi era stato divertente +
    +DemoNor: Paris hadde vært morsomt +
    +DemoRus: Париж был весёлый +
    +DemoSpa: Paris había sido divertido +
    +DemoSwe: Paris hade varit roligt +
    + Demo: UseCl TFut ASimul PNeg (PredV2 (DetArtPl DefArt (ComplN2 (ComplN3 distance_N3 (AdvNP (UsePron youSg_Pron) there7from_Adv)) somebody_NP)) kill_V2 (DetArtPl IndefArt (ComplN2 brother_N2 (DetArtSg DefArt (ComplN2 brother_N2 (UsePN paris_PN)))))) +
    +DemoBul: разстоянита от теб от там до някой няма да убият братя на брата на Париж +
    +DemoCat: les distàncies de tu d'allà a algú no mataran uns germàs del germà de Paris +
    +DemoDan: afstanderne fra dig derfra til nogen vil ikke dræbe brødre til brodren til Paris +
    +DemoEng: the distances from you from there to somebody won't kill brothers of the brother of Paris +
    +DemoFin: etäisyydet sinusta sieltä johonkuun eivät tapa Pariisin veljen veljissä +
    +DemoFre: les distances de toi de là à quelqu'un ne tueront pas des frères du frère de Paris +
    +DemoGer: die Entfernungen von dir daher zu jemandem werden Brüder von dem Bruder von Paris nicht töten +
    +DemoIta: le distanze di te di là a qualcuno non uccideranno fratelli del fratello di Parigi +
    +DemoNor: avstandene fra deg derfra til noen vil ikke drepe brødre til broren til Paris +
    +DemoRus: расстояния от тебя оттуда к кому-то не будут убивать братов брата Парижа +
    +DemoSpa: las distancias de tí de allá a algún no matarán unos hermanos del hermano de Paris +
    +DemoSwe: avstånden från dig därifrån till någon ska inte döda bröder till brodern till Paris +
    + Demo: UseCl TPres AAnter PPos (PredV2 (UsePron it_Pron) drink_V2 (UsePron it_Pron)) +
    +DemoBul: то е пило него +
    +DemoCat: el ha begut +
    +DemoDan: det har drukket det +
    +DemoEng: it has drunk it +
    +DemoFin: se on juonut sen +
    +DemoFre: il l' a bu +
    +DemoGer: es hat es getrunken +
    +DemoIta: lo ha bevuto +
    +DemoNor: det har drukket det +
    +DemoRus: оно пьёт его +
    +DemoSpa: lo ha tomado +
    +DemoSwe: det har druckit det +
    + Demo: UseCl TFut AAnter PPos (PredAdv (AdvNP (AdvNP (UsePron youPl_Pron) (AdAdv almost_AdA (ComparAdvAdjS less_CAdv new_A (UseCl TPres ASimul PPos (PredAdv (DetArtSg IndefArt (AdjCN (ComparA empty_A (UsePN paris_PN)) (ComplN2 father_N2 (UsePN paris_PN)))) there7from_Adv))))) there7to_Adv) now_Adv) +
    +DemoBul: вие почти не по - ново от колкото по - празен от Париж баща на Париж е от там до там ще сте били сега +
    +DemoCat: quasi menys novament que un pare de Paris más buit que Paris sigui d'allà cap a allà haureu estat ara +
    +DemoDan: i næsten mindre nytt end en far til Paris tømmere end Paris er derfra dit vil have været nu +
    +DemoEng: you almost less newly than a father of Paris emptier than Paris is from there there will have been now +
    +DemoFin: te melkein vähemmän uudesti kuin Pariisia tyhjempi Pariisin isä on sieltä sinne olette olleet nyt +
    +DemoFre: vous presque moins nouvellement qu' un père de Paris plus vide que Paris soit de là là aurez été maintenant +
    +DemoGer: ihr fast weniger neu als ein lererer als Paris Vater von Paris daher ist dahin werdet jetzt gewesen sein +
    +DemoIta: quasi meno nuovamente che un padre di Parigi più vuoto che Parigi sia di là là sarete stati adesso +
    +DemoNor: dere nesten mindre nytt enn en far til Paris tommere enn Paris er derfra dit vil ha vært nå +
    +DemoRus: вы почти менее ново чем пустее Парижа отец Парижа оттуда туда будут сейчас +
    +DemoSpa: casi meno nuevamente que un padre de Paris más vacío que Paris sea de allá para allá habréis sido ahora +
    +DemoSwe: ni nästan mindre nytt än en far till Paris tommare än Paris är därifrån dit ska ha varit nu +
    + Demo: UseCl TCond ASimul PNeg (PredV2 (UsePron he_Pron) close_V2 (DetCN (DetQuantOrd (PossPron she_Pron) (NumCard (AdNum (AdnCAdv less_CAdv) (NumDigits (IDig D_7)))) left_Ord) (AdjCN (PositA full_A) (AdjCN (ComparA green_A (DetArtSg IndefArt (AdjCN (ComplA2 married_A2 (UsePN john_PN)) (ComplN2 father_N2 (DetArtPl DefArt (UseN woman_N)))))) (UseN neck_N))))) +
    +DemoBul: той не би затворил нейните по-малко от 7 леви пълни по - зелени от женен за Джон баща на жените гърба +
    +DemoCat: no tancaria els seus menys que 7 esquerras colls más verds que un pare dels dones casat a Joan ples +
    +DemoDan: han ville ikke lukke hendes mindre end 7 venstre fulde halser grønnere end en far til kvinderne gift med John +
    +DemoEng: he wouldn't close her less than 7 left full necks greener than a father of the women married to John +
    +DemoFin: hän ei sulkisi hänen vähemmän kuin 7 vasenia täyttä Jussin kanssa avioitunutta naisten isää vihreämpää niskaa &+ nsa +
    +DemoFre: il ne fermerait pas ses moins que 7 gauches cous plus verts qu' un père des femmes marié à Jean pleins +
    +DemoGer: er würde ihre weniger als 7 linke volle grünere als ein verheirateter mit Johann Vater von den Frauen Nacken nicht schließen +
    +DemoIta: non chiuderebbe i suoi meno che 7 sinistri colli più verdi che un padre delle donne sposato a Giovanni pieni +
    +DemoNor: han ville ikke lukke hennes mindre enn 7 venstre fulle nakker grønnere enn en far til kvinnene gift med John +
    +DemoRus: он не закрывал бы её менее чем 7 левые полные зелёнее замужем за Иваном отца женщин шеи +
    +DemoSpa: no cerraría sus meno que 7 izquierdaes cuellos más verdes que un padre de las mujeres casado a Juan llenos +
    +DemoSwe: han skulle inte stänga hennes mindre än 7 vänstra fulla nackar grönare än en far till kvinnorna gift med Johan +
    + Demo: UseCl TCond ASimul PNeg (PredAP (DetCN many_Det (UseN oil_N)) (ComplA2 married_A2 (DetArtSg IndefArt (AdjCN (PositA stupid_A) (ComplN2 father_N2 (DetArtSg IndefArt (UseN2 mother_N2))))))) +
    +DemoBul: много олиота не биха били женени за глупав баща на майка +
    +DemoCat: molts olis no serien casats a un pare d' una mare estúpid +
    +DemoDan: mange olier ville ikke være gifte med en dum far til en moder +
    +DemoEng: many oils wouldn't be married to a stupid father of a mother +
    +DemoFin: moni öljy ei olisi avioitunut tyhmän äidin isän kanssa +
    +DemoFre: plusieurs huiles ne seraient pas mariées à un père d' une mère stupide +
    +DemoGer: viele Öle würden nicht verheiratet mit einem dummen Vater von einer Mutter sein +
    +DemoIta: molti oli non sarebbero sposati ad un padre di una madre stupido +
    +DemoNor: mange oljer ville ikke være gifte med en dum far til en mor +
    +DemoRus: много нефти не +
    +DemoSpa: muchos aceites no serían casados a un padre de una madre estúpido +
    +DemoSwe: många oljor skulle inte vara gifta med en dum far till en mor +
    + Demo: UseCl TFut ASimul PNeg (PredAP (DetArtSg IndefArt (UseN2 (ComplN3 distance_N3 (DetArtSg IndefArt (UseN2 mother_N2))))) (ComparA narrow_A (DetArtPl IndefArt (ComplN2 (ComplN3 distance_N3 (DetArtPl IndefArt (UseN egg_N))) (AdvNP (DetArtSg DefArt (AdjCN (ComparA cold_A (DetCN someSg_Det (AdjCN (ComparA beautiful_A (DetArtSg DefArt (UseN day_N))) (UseN2 mother_N2)))) (UseN country_N))) there7from_Adv))))) +
    +DemoBul: разстояние от майка няма да е по - тясно от разстояния от яйца до по - студената от някоя по - красива от деня майка държава от там +
    +DemoCat: una distància d' una mare no serà más estreta que unes distàncies d' uns ous al país más fred que alguna mare más bella que la dia d'allà +
    +DemoDan: en afstand fra en moder vil ikke være smalere end afstander fra æg til det land koldere end nogen moder smukkere end dagen derfra +
    +DemoEng: a distance from a mother won't be narrower than distances from eggs to the country colder than some mother more beautiful than the day from there +
    +DemoFin: etäisyys äidistä ei ole kapeampi kuin etäisyyksiä munista jotakua päivää kauniimpaa äitiä kylmempään maahan sieltä +
    +DemoFre: une distance d' une mère ne sera pas plus étroite que des distances d' oeufs au pays plus froid que quelque mère plus jolie que le jour de là +
    +DemoGer: eine Entfernung von einer Mutter wird nicht schmaler als Entfernungen von Eien zu dem kalteren als eine schönere als der Tag Mutter Land daher sein +
    +DemoIta: una distanza di una madre non sarà più stretta che distanze di uova al paese più freddo che qualche madre più bella che il giorno di là +
    +DemoNor: en avstand fra en mor vil ikke være smalere enn avstander fra egg til det landet kaldere enn noen mor vakkerere enn dagen derfra +
    +DemoRus: расстояние от матери не будет уже расстояний от яйц к холоднее некоторой красивее дня матери стране оттуда +
    +DemoSpa: una distancia de una madre no será más estrecha que unas distancias de unos huevos al país más frío que alguna madre más bella que el día de allá +
    +DemoSwe: ett avstånd från en mor ska inte vara smalare än avstånd från ägg till det landet kallare än någon mor vackrare än dagen därifrån +
    + Demo: UseCl TPres AAnter PPos (PredAP (UsePron she_Pron) (PositA short_A)) +
    +DemoBul: тя е билa къса +
    +DemoCat: ha estat curta +
    +DemoDan: hun har været kort +
    +DemoEng: she has been short +
    +DemoFin: hän on ollut lyhyt +
    +DemoFre: elle a été courte +
    +DemoGer: sie ist kurz gewesen +
    +DemoIta: è stata corta +
    +DemoNor: hun har vært kort +
    +DemoRus: она короткая +
    +DemoSpa: ha sido corta +
    +DemoSwe: hon har varit kort +
    + Demo: UseCl TFut AAnter PPos (PredV (DetArtSg DefArt (UseN pen_N)) die_V) +
    +DemoBul: писалката ще е умрялa +
    +DemoCat: el llapis haurà mort +
    +DemoDan: penen vil være død +
    +DemoEng: the pen will have died +
    +DemoFin: kynä on kuollut +
    +DemoFre: le stylo sera mort +
    +DemoGer: der Bleistift wird gestorben sein +
    +DemoIta: la penna avrà morto +
    +DemoNor: pennen vil være dødd +
    +DemoRus: ручка будет умирать +
    +DemoSpa: la lapicera habrá morido +
    +DemoSwe: pennan ska ha dött +
    + Demo: UseCl TPast ASimul PNeg (PredAdv (DetCN (DetQuant (PossPron youPol_Pron) (NumCard (NumDigits (IIDig D_4 (IDig D_1))))) (UseN2 brother_N2)) somewhere_Adv) +
    +DemoBul: вашите 4 1 братя не бяха някъде +
    +DemoCat: els seus 4 1 germàs no eren a algun lloc +
    +DemoDan: Deres 4 1 brødre var ikke et eller annet sted +
    +DemoEng: your 4 1 brothers weren't somewhere +
    +DemoFin: teidän 4 1 veljenä &+ nne eivät olleet jossain +
    +DemoFre: vos 4 1 frères n' étaient pas quelque part +
    +DemoGer: Ihre 4 1 Brüder waren nicht irgendwo +
    +DemoIta: i Suoi 4 1 fratelli non erano qualche parte +
    +DemoNor: Deres 4 1 brødre var ikke et eller annet sted +
    +DemoRus: ваши 4 1 браты не были где-нибудь +
    +DemoSpa: sus 4 1 hermanos no eran en ninguna parte +
    +DemoSwe: era 4 1 bröder var inte någonstans +
    + Demo: UseCl TCond ASimul PPos (PredV2 (UsePN paris_PN) watch_V2 (DetArtPl IndefArt (ComplN2 brother_N2 (UsePN paris_PN)))) +
    +DemoBul: Париж би гледал братя на Париж +
    +DemoCat: Paris miraria uns germàs de Paris +
    +DemoDan: Paris ville se på brødre til Paris +
    +DemoEng: Paris would watch brothers of Paris +
    +DemoFin: Pariisi katselisi Pariisin veljissä +
    +DemoFre: Paris regarderait des frères de Paris +
    +DemoGer: Paris würde an Brüder von Paris schauen +
    +DemoIta: Parigi guarderebbe fratelli di Parigi +
    +DemoNor: Paris ville se på brødre til Paris +
    +DemoRus: Париж смотрел бы братов Парижа +
    +DemoSpa: Paris miraría unos hermanos de Paris +
    +DemoSwe: Paris skulle titta på bröder till Paris +
    + Demo: UseCl TPast ASimul PNeg (PredV (UsePron youPl_Pron) smell_V) +
    +DemoBul: вие не мирисахте +
    +DemoCat: no ensumàveu +
    +DemoDan: i lugtede ikke +
    +DemoEng: you didn't smell +
    +DemoFin: te ette haistaneet +
    +DemoFre: vous ne sentiez pas +
    +DemoGer: ihr riechtet nicht +
    +DemoIta: non sentivate +
    +DemoNor: dere lukta ikke +
    +DemoRus: вы не пахнули +
    +DemoSpa: no olíais +
    +DemoSwe: ni luktade inte +
    + Demo: UseCl TPast AAnter PPos (PredV somebody_NP sit_V) +
    +DemoBul: някой беше седял +
    +DemoCat: algú se havia segut +
    +DemoDan: nogen havde siddet +
    +DemoEng: somebody had sat +
    +DemoFin: joku oli istunut +
    +DemoFre: quelqu'un s' était assis +
    +DemoGer: jemand hatte gesessen +
    +DemoIta: qualcuno si era seduto +
    +DemoNor: noen hadde sittet +
    +DemoRus: кто-то сидел +
    +DemoSpa: algún se había sentado +
    +DemoSwe: någon hade suttit +
    + Demo: UseCl TPast AAnter PPos (PredV (DetCN many_Det (ComplN2 (ComplN3 distance_N3 (UsePron youSg_Pron)) (UsePN paris_PN))) smell_V) +
    +DemoBul: много разстояния от теб до Париж бяха мирисали +
    +DemoCat: moltes distàncies de tu a Paris havien ensumat +
    +DemoDan: mange afstander fra dig til Paris havde lugtet +
    +DemoEng: many distances from you to Paris had smelled +
    +DemoFin: moni etäisyys sinusta Pariisiin oli haistanut +
    +DemoFre: plusieurs distances de toi à Paris avaient senti +
    +DemoGer: viele Entfernungen von dir zu Paris hatten geriecht +
    +DemoIta: molte distanze di te a Parigi avevano sentito +
    +DemoNor: mange avstander fra deg til Paris hadde lukta +
    +DemoRus: много расстояния от тебя к Парижу пахнуло +
    +DemoSpa: muchas distancias de tí a Paris habían olido +
    +DemoSwe: många avstånd från dig till Paris hade luktat +
    + Demo: UseCl TPast AAnter PNeg (PredV2 somebody_NP forget_V2 (DetCN (DetArtOrd IndefArt NumPl (OrdSuperl white_A)) (UseN snow_N))) +
    +DemoBul: някой не беше забравил най - бели снегове +
    +DemoCat: algú no havia oblidat unes más blanques neus +
    +DemoDan: nogen havde ikke glemt hvideste snøer +
    +DemoEng: somebody hadn't forgotten whitest snows +
    +DemoFin: joku ei ollut unohtanut valkoisimpia lumia +
    +DemoFre: quelqu'un n' avait pas oublié des plus blanches neiges +
    +DemoGer: jemand hatte weißeste Schneen nicht vergessen +
    +DemoIta: qualcuno non aveva dimenticato più bianche nevi +
    +DemoNor: noen hadde ikke glemt hviteste snøer +
    +DemoRus: кто-то не забывал белые снеги +
    +DemoSpa: algún no había olvidado unas más blancas nieves +
    +DemoSwe: någon hade inte glömt vitaste snöer +
    + Demo: UseCl TPres ASimul PNeg (PredAdv (DetArtSg DefArt (UseN2 mother_N2)) (ComparAdvAdj more_CAdv rotten_A (AdvNP (DetArtPl IndefArt (UseN stick_N)) (PositAdvAdj brown_A)))) +
    +DemoBul: майката не е по - прогнило от пръчки кафяво +
    +DemoCat: la mare no és més podritament que uns bastós marronament +
    +DemoDan: moderen er ikke mer råddent end pinder brunt +
    +DemoEng: the mother isn't more rottenly than sticks brownly +
    +DemoFin: äiti ei ole enemmän mädästi kuin keppejä ruskeasti +
    +DemoFre: la mère n' est pas plus pourriment que des bâtons brunement +
    +DemoGer: die Mutter ist nicht mehr verdorben als Stocke braun +
    +DemoIta: la madre non è più marciamente che bastoni marronemente +
    +DemoNor: moren er ikke mer råttent enn pinner brunt +
    +DemoRus: мать не более гнило чем палки коричнево +
    +DemoSpa: la madre no es mas podridamente que unos bastones marrónmente +
    +DemoSwe: modern är inte mer ruttet än pinnar brunt +
    + Demo: UseCl TCond ASimul PPos (PredAP (UsePN john_PN) (PositA broad_A)) +
    +DemoBul: Джон би бил обширен +
    +DemoCat: Joan seria ample +
    +DemoDan: John ville være bred +
    +DemoEng: John would be broad +
    +DemoFin: Jussi olisi leveä +
    +DemoFre: Jean serait large +
    +DemoGer: Johann würde breit sein +
    +DemoIta: Giovanni sarebbe largo +
    +DemoNor: John ville være bred +
    +DemoRus: Иван +
    +DemoSpa: Juan sería ancho +
    +DemoSwe: Johan skulle vara bred +
    + Demo: UseCl TPast ASimul PNeg (PredV2 somebody_NP watch_V2 (DetArtPl DefArt (UseN iron_N))) +
    +DemoBul: някой не гледа железата +
    +DemoCat: algú no mirava els ferros +
    +DemoDan: nogen så ikke på jernene +
    +DemoEng: somebody didn't watch the irons +
    +DemoFin: joku ei katsellut rautoja +
    +DemoFre: quelqu'un ne regardait pas les fers +
    +DemoGer: jemand schaute an die Eisen nicht +
    +DemoIta: qualcuno non guardava i ferri +
    +DemoNor: noen så ikke på jerna +
    +DemoRus: кто-то не смотрел железа +
    +DemoSpa: algún no miraba los fierros +
    +DemoSwe: någon tittade inte på järnen +
    + Demo: UseCl TCond ASimul PPos (PredAdv (AdvNP (UsePN paris_PN) (AdAdv quite_Adv there7from_Adv)) there7from_Adv) +
    +DemoBul: Париж доста от там би бил от там +
    +DemoCat: Paris bastant d'allà seria d'allà +
    +DemoDan: Paris temmelig derfra ville være derfra +
    +DemoEng: Paris quite from there would be from there +
    +DemoFin: Pariisi melko sieltä olisi sieltä +
    +DemoFre: Paris assez de là serait de là +
    +DemoGer: Paris ziemlich daher würde daher sein +
    +DemoIta: Parigi assai di là sarebbe di là +
    +DemoNor: Paris temmelig derfra ville være derfra +
    +DemoRus: Париж довольно оттуда +
    +DemoSpa: Paris bastante de allá sería de allá +
    +DemoSwe: Paris ganska därifrån skulle vara därifrån +
    + Demo: UseCl TCond ASimul PNeg (PredV (AdvNP (UsePN paris_PN) (SubjS when_Subj (UseCl TPast AAnter PNeg (PredAdv somebody_NP there7from_Adv)))) dig_V) +
    +DemoBul: Париж когато някой не беше бил от там не би копал +
    +DemoCat: Paris quan algú no havia estat d'allà no cavaria +
    +DemoDan: Paris når nogen ikke havde været derfra ville ikke grave +
    +DemoEng: Paris when somebody hadn't been from there wouldn't dig +
    +DemoFin: Pariisi kun joku ei ollut ollut sieltä ei kaivaisi +
    +DemoFre: Paris quand quelqu'un n' avait pas été de là ne creuserait pas +
    +DemoGer: Paris wenn jemand nicht daher gewesen war würde nicht graben +
    +DemoIta: Parigi quando qualcuno non era stato di là non scaverebbe +
    +DemoNor: Paris når noen ikke hadde vært derfra ville ikke grave +
    +DemoRus: Париж когда кто-то не был оттуда не копал бы +
    +DemoSpa: Paris cuando algún no había sido de allá no escarbaría +
    +DemoSwe: Paris när någon inte hade varit därifrån skulle inte gräva +
    + Demo: UseCl TCond ASimul PPos (PredAdv (AdvNP somebody_NP there7to_Adv) far_Adv) +
    +DemoBul: някой до там би бил далече +
    +DemoCat: algú cap a allà seria lluny +
    +DemoDan: nogen dit ville være fjern +
    +DemoEng: somebody there would be far +
    +DemoFin: joku sinne olisi kaukana +
    +DemoFre: quelqu'un là serait loin +
    +DemoGer: jemand dahin würde weit sein +
    +DemoIta: qualcuno là sarebbe lontano +
    +DemoNor: noen dit ville være fjern +
    +DemoRus: кто-то туда +
    +DemoSpa: algún para allá sería lejos +
    +DemoSwe: någon dit skulle vara långt +
    + Demo: UseCl TFut AAnter PNeg (PredAdv somebody_NP here7from_Adv) +
    +DemoBul: някой няма да е бил от тук +
    +DemoCat: algú no haurà estat d'aquí +
    +DemoDan: nogen vil ikke have været herfra +
    +DemoEng: somebody won't have been from here +
    +DemoFin: joku ei ole ollut täältä +
    +DemoFre: quelqu'un n' aura pas été d'ici +
    +DemoGer: jemand wird nicht hieraus gewesen sein +
    +DemoIta: qualcuno non sarà stato da quì +
    +DemoNor: noen vil ikke ha vært herfra +
    +DemoRus: кто-то не будет отсюда +
    +DemoSpa: algún no habrá sido de acá +
    +DemoSwe: någon ska inte ha varit härifrån +
    + Demo: UseCl TPast AAnter PPos (PredAdv (DetArtSg DefArt (AdjCN (PositA long_A) (AdjCN (PositA ugly_A) (ComplN2 brother_N2 (DetArtPl DefArt (ComplN2 mother_N2 (UsePN john_PN))))))) now_Adv) +
    +DemoBul: дългият глупав брат на майките на Джон беше бил сега +
    +DemoCat: el germà dels mares de Joan lleig llarg havia estat ara +
    +DemoDan: den lange grimme broder til mødrene til John havde været nu +
    +DemoEng: the long ugly brother of the mothers of John had been now +
    +DemoFin: pitkä ruma Jussin äitien veli oli ollut nyt +
    +DemoFre: le frère des mères de Jean laide long avait été maintenant +
    +DemoGer: der lange häßliche Bruder von den Müttern von Johann war jetzt gewesen +
    +DemoIta: il fratello delle madri di Giovanni brutto lungo era stato adesso +
    +DemoNor: den lange stygge broren til mødrene til John hadde vært nå +
    +DemoRus: длинный некрасивый брат матерей Ивана был сейчас +
    +DemoSpa: el hermano de las madres de Juan feo largo había sido ahora +
    +DemoSwe: den långa fula brodern till mödrarna till Johan hade varit nu +
    + Demo: UseCl TPast AAnter PNeg (PredAP (UsePron i_Pron) (ComplA2 married_A2 (AdvNP (UsePron she_Pron) already_Adv))) +
    +DemoBul: аз не бях бил женен за нея вече +
    +DemoCat: no havia estat casata a ella ja +
    +DemoDan: jeg havde ikke været gift med hende allerede +
    +DemoEng: I hadn't been married to her already +
    +DemoFin: minä en ollut ollut avioitunut hänen jo kanssa +
    +DemoFre: je n' avais pas été marié à elle déjà +
    +DemoGer: ich war nicht verheiratet mit ihr schon gewesen +
    +DemoIta: non ero stato sposato a lei già +
    +DemoNor: jeg hadde ikke vært gift med henne allerede +
    +DemoRus: я не был замужем за ей уже +
    +DemoSpa: no había sido casado a ella ya +
    +DemoSwe: jag hade inte varit gift med henne redan +
    + Demo: UseCl TPres ASimul PNeg (PredAP (UsePN john_PN) (ComplA2 married_A2 (UsePN paris_PN))) +
    +DemoBul: Джон не е женен за Париж +
    +DemoCat: Joan no és casat a Paris +
    +DemoDan: John er ikke gift med Paris +
    +DemoEng: John isn't married to Paris +
    +DemoFin: Jussi ei ole avioitunut Pariisin kanssa +
    +DemoFre: Jean n' est pas marié à Paris +
    +DemoGer: Johann ist nicht verheiratet mit Paris +
    +DemoIta: Giovanni non è sposato a Parigi +
    +DemoNor: John er ikke gift med Paris +
    +DemoRus: Иван не замужем за Парижом +
    +DemoSpa: Juan no es casado a Paris +
    +DemoSwe: Johan är inte gift med Paris +
    + Demo: UseCl TCond ASimul PNeg (PredAP somebody_NP (AdAP very_AdA (PositA brown_A))) +
    +DemoBul: някой не би бил много кафяв +
    +DemoCat: algú no seria molt marró +
    +DemoDan: nogen ville ikke være meget brun +
    +DemoEng: somebody wouldn't be very brown +
    +DemoFin: joku ei olisi erittäin ruskea +
    +DemoFre: quelqu'un ne serait pas très brun +
    +DemoGer: jemand würde nicht sehr braun sein +
    +DemoIta: qualcuno non sarebbe molto marrone +
    +DemoNor: noen ville ikke være mye brun +
    +DemoRus: кто-то не +
    +DemoSpa: algún no sería muy marrón +
    +DemoSwe: någon skulle inte vara mycket brun +
    + Demo: UseCl TPres ASimul PPos (PredV2 somebody_NP eat_V2 somebody_NP) +
    +DemoBul: някой яде някой +
    +DemoCat: algú menja algú +
    +DemoDan: nogen spiser nogen +
    +DemoEng: somebody eats somebody +
    +DemoFin: joku syö jonkun +
    +DemoFre: quelqu'un mange quelqu'un +
    +DemoGer: jemand ißt jemanden +
    +DemoIta: qualcuno mangia qualcuno +
    +DemoNor: noen spiser noen +
    +DemoRus: кто-то кушает кого-то +
    +DemoSpa: algún come algún +
    +DemoSwe: någon äter någon +
    + Demo: UseCl TPast ASimul PPos (PredAdv somebody_NP everywhere_Adv) +
    +DemoBul: някой беше навсякъде +
    +DemoCat: algú era a tot arreu +
    +DemoDan: nogen var overalt +
    +DemoEng: somebody was everywhere +
    +DemoFin: joku oli kaikkialla +
    +DemoFre: quelqu'un était partout +
    +DemoGer: jemand war überall +
    +DemoIta: qualcuno era dappertutto +
    +DemoNor: noen var overalt +
    +DemoRus: кто-то был везде +
    +DemoSpa: algún era en todas partes +
    +DemoSwe: någon var överallt +
    + Demo: UseCl TFut AAnter PNeg (PredV (AdvNP (DetCN (DetArtOrd IndefArt NumSg (OrdSuperl small_A)) (AdjCN (ComparA fun_AV (AdvNP (UsePron she_Pron) there7from_Adv)) (UseN fridge_N))) (AdAdv so_AdA there7from_Adv)) walk_V) +
    +DemoBul: най - малък по - забавен от нея от там фризер толкова от там няма да е ходил +
    +DemoCat: una más petita nevera más divertita que ella d'allà tan d'allà no haurà caminat +
    +DemoDan: et mindste køleskab morsommere end hun derfra så derfra vil ikke være gået +
    +DemoEng: a smallest fridge funer than she from there so from there won't have walked +
    +DemoFin: pienimmät häntä sieltä hauskempi jääkaappi niin sieltä ei ole kävellyt +
    +DemoFre: un plus petit frigo plus marrant qu' elle de là si de là n' aura pas marché +
    +DemoGer: ein kleinester tollerer als sie daher Kühlschrank so daher wird nicht gegangen sein +
    +DemoIta: un più piccolo frigorifero più divertente che lei di là così di là non avrà camminato +
    +DemoNor: et minste kjøleskap morsomere enn hun derfra så derfra vil ikke være gått +
    +DemoRus: маленький весёлее неё оттуда холодильник так оттуда не будет гулять +
    +DemoSpa: una más pequeña heladera más divertida que ella de allá tanto de allá no habrá caminado +
    +DemoSwe: ett minsta kylskåp roligare än hon därifrån så därifrån ska inte ha gått +
    + Demo: UseCl TPast ASimul PPos (PredV2 (DetArtPl IndefArt (UseN religion_N)) count_V2 (AdvNP (DetArtSg IndefArt (ComplN2 (ComplN3 distance_N3 (DetArtSg DefArt (UseN apple_N))) (DetCN someSg_Det (UseN2 brother_N2)))) there7to_Adv)) +
    +DemoBul: религии броиха разстояние от ябълката до някой брат до там +
    +DemoCat: unes religions comptaven una distància de la poma a algun germà cap a allà +
    +DemoDan: religioner talte en afstand fra æblet til nogen broder dit +
    +DemoEng: religions counted a distance from the apple to some brother there +
    +DemoFin: uskontoja laski etäisyyden omenasta johonkuun veljeen sinne +
    +DemoFre: des religions contaient une distance de la pomme à quelque frère là +
    +DemoGer: Religionen zählten eine Entfernung von dem Apfel zu einem Bruder dahin +
    +DemoIta: religioni contavano una distanza della mela a qualche fratello là +
    +DemoNor: religioner regna en avstand fra eplet til noen bror dit +
    +DemoRus: религии считали расстояние от яблока к некоторому брату туда +
    +DemoSpa: unas religiones contaban una distancia de la manzana a algun hermano para allá +
    +DemoSwe: religioner räknade ett avstånd från äpplet till någon bror dit +
    + Demo: UseCl TFut AAnter PPos (PredV (UsePron youPol_Pron) swim_V) +
    +DemoBul: вие ще сте плували +
    +DemoCat: haureu nedat +
    +DemoDan: Dere vil have svømmet +
    +DemoEng: you will have swum +
    +DemoFin: te olette uineet +
    +DemoFre: vous aurez nagé +
    +DemoGer: Sie werden geschwimmt haben +
    +DemoIta: avrà nuotato +
    +DemoNor: Dere vil ha simma +
    +DemoRus: вы будете плавать +
    +DemoSpa: habrá nadado +
    +DemoSwe: ni ska ha simmat +
    + Demo: UseCl TPres ASimul PPos (PredV2 (UsePron i_Pron) hit_V2 (UsePron he_Pron)) +
    +DemoBul: аз удрям него +
    +DemoCat: el pico +
    +DemoDan: jeg slår ham +
    +DemoEng: I hit him +
    +DemoFin: minä lyön häntä +
    +DemoFre: je le frappe +
    +DemoGer: ich schlage ihn +
    +DemoIta: lo colpisco +
    +DemoNor: jeg slår ham +
    +DemoRus: я ударяю его +
    +DemoSpa: lo golpeo +
    +DemoSwe: jag slår honom +
    + Demo: UseCl TPast ASimul PPos (PredV2 somebody_NP teach_V2 (UsePron i_Pron)) +
    +DemoBul: някой преподаде мен +
    +DemoCat: algú em ensenyava +
    +DemoDan: nogen underviste mig +
    +DemoEng: somebody taught me +
    +DemoFin: joku opetti minut +
    +DemoFre: quelqu'un m' enseignait +
    +DemoGer: jemand unterrichtete mich +
    +DemoIta: qualcuno mi insegnava +
    +DemoNor: noen underviste meg +
    +DemoRus: кто-то учил меня +
    +DemoSpa: algún me enseñaba +
    +DemoSwe: någon undervisade mig +
    + Demo: UseCl TPast ASimul PNeg (PredAdv (UsePron they_Pron) already_Adv) +
    +DemoBul: те не бяха вече +
    +DemoCat: no eren ja +
    +DemoDan: de var ikke allerede +
    +DemoEng: they weren't already +
    +DemoFin: he eivät olleet jo +
    +DemoFre: ils n' étaient pas déjà +
    +DemoGer: sie waren nicht schon +
    +DemoIta: non erano già +
    +DemoNor: de var ikke allerede +
    +DemoRus: они не были уже +
    +DemoSpa: no eran ya +
    +DemoSwe: de var inte redan +
    + Demo: UseCl TCond AAnter PNeg (PredAP (AdvNP (AdvNP somebody_NP there7from_Adv) there_Adv) (ComparA bad_A (DetArtSg DefArt (UseN oil_N)))) +
    +DemoBul: някой от там там не би бил по - лош от олиото +
    +DemoCat: algú d'allà allà no hauria estat pitjor que l' oli +
    +DemoDan: nogen derfra der ville ikke have været dårligere end olien +
    +DemoEng: somebody from there there wouldn't have been worse than the oil +
    +DemoFin: joku sieltä siellä ei olisi ollut pahempi kuin öljy +
    +DemoFre: quelqu'un de là là n' aurait pas été pire que l' huile +
    +DemoGer: jemand daher da würde nicht schlechter als das Öl gewesen sein +
    +DemoIta: qualcuno di là là non sarebbe stato peggio che l' olio +
    +DemoNor: noen derfra der ville ikke ha vært dårligere enn oljen +
    +DemoRus: кто-то оттуда там не +
    +DemoSpa: algún de allá allí no habría sido peor que el aceite +
    +DemoSwe: någon därifrån där skulle inte ha varit sämre än oljan +
    + Demo: UseCl TFut AAnter PPos (PredAP (AdvNP (DetArtSg DefArt (UseN meat_N)) there7from_Adv) (ComplA2 married_A2 (UsePron youPl_Pron))) +
    +DemoBul: месото от там ще е било женено за вас +
    +DemoCat: la carn d'allà haurà estat casata a vosaltres +
    +DemoDan: kødet derfra vil have været gift med jer +
    +DemoEng: the meat from there will have been married to you +
    +DemoFin: liha sieltä on ollut avioitunut teidän kanssa +
    +DemoFre: la viande de là aura été mariée à vous +
    +DemoGer: das Fleisch daher wird verheiratet mit euch gewesen sein +
    +DemoIta: la carne di là sarà stata sposata a voi +
    +DemoNor: kjøttet derfra vil ha vært gift med dere +
    +DemoRus: мясо оттуда будет замужем за вами +
    +DemoSpa: la carne de allá habrá sido casada a vosotros +
    +DemoSwe: köttet därifrån ska ha varit gift med er +
    + Demo: UseCl TCond AAnter PNeg (PredV2 (DetArtPl DefArt (UseN2 father_N2)) suck_V2 (AdvNP (UsePron youPol_Pron) somewhere_Adv)) +
    +DemoBul: бащите не биха сукали вас някъде +
    +DemoCat: els pares no haurien xuclat vosté a algun lloc +
    +DemoDan: fædrene ville ikke have suttet Dere et eller annet sted +
    +DemoEng: the fathers wouldn't have sucked you somewhere +
    +DemoFin: isät eivät olisi imeneet teitä jossain +
    +DemoFre: les pères n' auraient pas sucé vous quelque part +
    +DemoGer: die Väter würden Sie irgendwo nicht gesaugt haben +
    +DemoIta: i padri non avrebbero succhiato Lei qualche parte +
    +DemoNor: fedrene ville ikke ha sugd Dere et eller annet sted +
    +DemoRus: отцы не сосали бы вас где-нибудь +
    +DemoSpa: los padres no habrían chupado usted en ninguna parte +
    +DemoSwe: fäderna skulle inte ha sugit er någonstans +
    + Demo: UseCl TFut AAnter PNeg (PredAdv (DetArtPl IndefArt (UseN hat_N)) there7from_Adv) +
    +DemoBul: шапки няма да са били от там +
    +DemoCat: uns barrets no hauran estat d'allà +
    +DemoDan: hatte vil ikke have været derfra +
    +DemoEng: hats won't have been from there +
    +DemoFin: hattuja ei ole ollut sieltä +
    +DemoFre: des chapeaux n' auront pas été de là +
    +DemoGer: Hüte werden nicht daher gewesen sein +
    +DemoIta: capelli non saranno stati di là +
    +DemoNor: hatter vil ikke ha vært derfra +
    +DemoRus: шляпы не будут оттуда +
    +DemoSpa: unos sombreros no habrán sido de allá +
    +DemoSwe: hattar ska inte ha varit därifrån + + diff --git a/deprecated/old-lib/resource/doc/synopsis-browse.txt b/deprecated/old-lib/resource/doc/synopsis-browse.txt new file mode 100644 index 000000000..4d26fc600 --- /dev/null +++ b/deprecated/old-lib/resource/doc/synopsis-browse.txt @@ -0,0 +1,34 @@ + + + + +=Browsing the libraries with GF commands= + +**New**: Browsing by syntax editor +[directly on the web ../../../demos/resource-api/editor.html]. + +All of the following assume +``` + cd $GF_LIB_PATH +``` +To try out inflection paradigms: +``` + > i -path=alltenses -retain alltenses/ParadigmsGer.gfo + > cc mkN "Farbe" +``` +To try out overloaded syntax, test lexicon, and inflection paradigms: +``` + > i -path=alltenses -retain alltenses/TryGer.gfo + > cc mkCl (mkNP this_Quant (mkN "Farbe")) (mkA "dunkel") +``` +% To look for a syntax tree in the overload API by parsing: +% ``` +% > i -path=alltenses alltenses/OverLangEng.gf +% > p -cat=S -overload "this grammar is too big" +% ``` +% To view linearizations in all languages by parsing from English: +% ``` +% > i alltenses/langs.gfcm +% > p -cat=S -lang=LangEng "this grammar is too big" | tb +% ``` + diff --git a/deprecated/old-lib/resource/doc/synopsis-example.txt b/deprecated/old-lib/resource/doc/synopsis-example.txt new file mode 100644 index 000000000..8c992339e --- /dev/null +++ b/deprecated/old-lib/resource/doc/synopsis-example.txt @@ -0,0 +1,51 @@ + +The standard way of building an application has the following modules. + +An abstract syntax: +``` + abstract Music = { + cat + Kind, + Property ; + fun + PropKind : Kind -> Property -> Kind ; + Song : Kind ; + American : Property ; + } +``` +A domain lexicon interface: +``` + interface LexMusic = open Cat in { + oper + song_N : N ; + american_A : A ; + } +``` +A functor on ``Syntax`` and the domain lexicon interface: +``` + incomplete concrete MusicI of Music = open Syntax, MusicLex in { + lincat + Kind = CN ; + Property = AP ; + lin + PropKind k p = mkCN p k ; + Song = mkCN song_N ; + American = mkAP american_A ; + } +``` +For each language, an instance of the domain lexicon: +``` + instance LexMusicGer of LexMusic = CatGer ** open ParadigmsGer in { + oper + song_N = mkN "Lied" "Lieder" neuter ; + american_A = mkA "amerikanisch" ; + } +``` +For each language, an instantiation of the functor: +``` + --# -path=.:present:prelude + + concrete MusicGer of Music = MusicI with + (Syntax = SyntaxGer), + (LexMusic = LexMusicGer) ; +``` diff --git a/deprecated/old-lib/resource/doc/synopsis-intro.txt b/deprecated/old-lib/resource/doc/synopsis-intro.txt new file mode 100644 index 000000000..5a473d241 --- /dev/null +++ b/deprecated/old-lib/resource/doc/synopsis-intro.txt @@ -0,0 +1,26 @@ + + + +=Introduction= + +This document contains the most important parts of the GF Resource Grammar API. +It has been machine-generated from the source files; each chapter gives a link +to the relevant source files, which give more information. Some of the files have +not yet been prepared so that the machine generated documentation has the right +format. + +Since the character encoding is UTF-8 for Russian and Latin-1 for other +languages, you +may have to change the encoding preference of your browser when reading different +parts of the document. + +The second-last chapter gives instructions on how to "browse" the library by +loading the grammars into the ``gf`` command editor. + +**New**: Browsing by syntax editor +[directly on the web ../../../demos/resource-api/editor.html]. + +The last chapter contains a brief example of how application grammars can +import resource modules. At the same time, it illustrates a "design pattern" for +using the resource API to build functor-based applications + diff --git a/deprecated/old-lib/resource/doc/synopsis.html b/deprecated/old-lib/resource/doc/synopsis.html new file mode 100644 index 000000000..0dd6c7b73 --- /dev/null +++ b/deprecated/old-lib/resource/doc/synopsis.html @@ -0,0 +1,6108 @@ + + + + +GF Resource Grammar Library: Synopsis + +

    GF Resource Grammar Library: Synopsis

    + +B. Bringert and A. Ranta
    +
    + +

    +
    +

    + + +

    +
    +

    + +

    Introduction

    +

    +This document contains the most important parts of the GF Resource Grammar API. +It has been machine-generated from the source files; each chapter gives a link +to the relevant source files, which give more information. Some of the files have +not yet been prepared so that the machine generated documentation has the right +format. +

    +

    +Since the character encoding is UTF-8 for Russian and Latin-1 for other +languages, you +may have to change the encoding preference of your browser when reading different +parts of the document. +

    +

    +The second-last chapter gives instructions on how to "browse" the library by +loading the grammars into the gf command editor. +

    +

    +New: Browsing by syntax editor +directly on the web. +

    +

    +The last chapter contains a brief example of how application grammars can +import resource modules. At the same time, it illustrates a "design pattern" for +using the resource API to build functor-based applications +

    + +

    Categories

    +

    +Source 1: http://www.cs.chalmers.se/~aarne/GF/lib/resource/abstract/Common.gf +

    +

    +Source 2: http://www.cs.chalmers.se/~aarne/GF/lib/resource/abstract/Cat.gf +

    + +

    A hierarchic view

    +

    +The chart below shows the categories in a hierarchical top-down order. +The edges do not define the complete dependency structure; if they did, +the graph would have many many more edges, and also many cycles. The precise +meaning of a directed edge from C to D is: there is a constructor +of C that takes D as an argument. What the constructors exactly are, +and what other arguments they take, is described by separate tables for +each category. +

    + + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

    +The rectangular boxes mark open lexical categories, which have constructors +also in the Paradigms modules. +

    + +

    Explanations

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    CategoryExplanationExample
    Aone-place adjectivewarm
    A2two-place adjectivedivisible
    APadjectival phrasevery warm
    AdAadjective-modifying adverbvery
    AdNnumeral-modifying adverbmore than
    AdVadverb directly attached to verbalways
    Advverb-phrase-modifying adverbin the house
    Antanterioritysimultaneous, anterior
    Artarticlethe
    CAdvcomparative adverbmore
    CNcommon noun (without determiner)red house
    Cardcardinal numberseven
    Cldeclarative clause, with all tensesshe looks at this
    Compcomplement of copula, such as APvery warm
    Conjconjunctionand
    Detdeterminer phrasethose seven
    Digitscardinal or ordinal in digits1,000/1,000th
    IAdvinterrogative adverbwhy
    ICompinterrogative complement of copulawhere
    IDetinterrogative determinerhow many
    IPinterrogative pronounwho
    Impimperativelook at this
    Ncommon nounhouse
    N2relational nounson
    N3three-place relational nounconnection
    NPnoun phrase (subject or object)the red house
    Numnumber determining elementseven
    Numeralcardinal or ordinal in wordsfive/fifth
    Ordordinal number (used in Det)seventh
    PConjphrase-beginning conjunctiontherefore
    PNproper nameParis
    Phrphrase in a textbut be quiet please
    Polpolaritypositive, negative
    Predetpredeterminer (prefixed Quant)all
    Preppreposition, or just casein
    Pronpersonal pronounshe
    QClquestion clause, with all tenseswhy does she walk
    QSquestionwhere did she live
    Quantquantifier ('nucleus' of Det)this/these
    RClrelative clause, with all tensesin which she lives
    RPrelative pronounin which
    RSrelativein which she lived
    Sdeclarative sentenceshe lived here
    SCembedded sentence or questionthat it rains
    Subjsubjunctionif
    Tensetensepresent, past, future
    Texttext consisting of several phrasesHe is here. Why?
    Uttsentence, question, word...be quiet
    Vone-place verbsleep
    V2two-place verblove
    V2Averb with NP and AP complementpaint
    V2Qverb with NP and Q complementask
    V2Sverb with NP and S complementtell
    V2Vverb with NP and V complementcause
    V3three-place verbshow
    VAadjective-complement verblook
    VPverb phraseis very warm
    VPSlashverb phrase missing complementgive to John
    VQquestion-complement verbwonder
    VSsentence-complement verbclaim
    VVverb-phrase-complement verbwant
    Vocvocative or "please"my darling
    + + +

    Syntax Rules and Structural Words

    +

    +Source 1: http://www.cs.chalmers.se/~aarne/GF/lib/resource/api/Constructors.gf +

    +

    +Source 2: http://www.cs.chalmers.se/~aarne/GF/lib/resource/abstract/Structural.gf +

    + +

    A - one-place adjective

    +

    +Lexical category, constructors given in +lexical paradigms. +

    + +

    A2 - two-place adjective

    +

    +Lexical category, constructors given in +lexical paradigms. +

    + +

    AP - adjectival phrase

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FunctionTypeExample
    mkAPA -> APold
    mkAPA -> NP -> APolder than John
    mkAPA2 -> NP -> APmarried to her
    mkAPA2 -> APmarried to myself
    mkAPAP -> S -> APprobable that John walks
    mkAPAP -> QS -> APuncertain if John walks
    mkAPAP -> VP -> APready to go
    mkAPAdA -> A -> APvery old
    mkAPAdA -> AP -> APvery very old
    mkAPConj -> AP -> AP -> APold and big
    mkAPConj -> ListAP -> APold, big, and warm
    + + +

    AdA - adjective-modifying adverb

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FunctionTypeExample
    almost_AdAAdAalmost
    quite_AdvAdAquite
    so_AdAAdAso
    too_AdAAdAtoo
    very_AdAAdAvery
    + + +

    AdN - numeral-modifying adverb

    + + + + + + + + + + + + + + + + +
    FunctionTypeExample
    almost_AdNAdNalmost
    mkAdNCAdv -> AdNmore than
    + + +

    AdV - adverb directly attached to verb

    + + + + + + + + + + + +
    FunctionTypeExample
    always_AdVAdValways
    + + +

    Adv - verb-phrase-modifying adverb

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FunctionTypeExample
    everywhere_AdvAdveverywhere
    here7from_AdvAdvfrom here
    here7to_AdvAdvto here
    here_AdvAdvhere
    mkAdvA -> Advwarmly
    mkAdvPrep -> NP -> Advwith John
    mkAdvSubj -> S -> Advwhen John walks
    mkAdvCAdv -> A -> NP -> Advmore warmly than John
    mkAdvCAdv -> A -> S -> Advmore warmly than John walks
    mkAdvAdA -> Adv -> Advvery warmly
    mkAdvConj -> Adv -> Adv -> Advhere and now
    mkAdvConj -> ListAdv -> Advwith John, here and now
    somewhere_AdvAdvsomewhere
    there7from_AdvAdvfrom there
    there7to_AdvAdvto there
    there_AdvAdvthere
    + + +

    Ant - anteriority

    + + + + + + + + + + + + + + + + +
    FunctionTypeExample
    anteriorAntAnt(John has walked) --# notpresent
    simultaneousAntAnt(John walks) [default]
    + + +

    Art - article

    + + + + + + + + + + + + + + + + +
    FunctionTypeExample
    a_ArtArta
    the_ArtArtthe
    + + +

    CAdv - comparative adverb

    + + + + + + + + + + + + + + + + +
    FunctionTypeExample
    less_CAdvCAdvless
    more_CAdvCAdvmore
    + + +

    CN - common noun (without determiner)

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FunctionTypeExample
    mkCNN -> CNhouse
    mkCNN2 -> NP -> CNmother of John
    mkCNN3 -> NP -> NP -> CNdistance from this city to Paris
    mkCNN2 -> CNson
    mkCNN3 -> CNflight
    mkCNA -> N -> CNbig house
    mkCNA -> CN -> CNbig blue house
    mkCNAP -> N -> CNvery big house
    mkCNAP -> CN -> CNvery big blue house
    mkCNN -> RS -> CNhouse that John loves
    mkCNCN -> RS -> CNbig house that John loves
    mkCNN -> Adv -> CNhouse in the city
    mkCNCN -> Adv -> CNbig house in the city
    mkCNCN -> S -> CNrule that John walks
    mkCNCN -> QS -> CNquestion if John walks
    mkCNCN -> VP -> CNreason to walk
    mkCNN -> NP -> CNking John
    mkCNCN -> NP -> CNold king John
    + + +

    Card - cardinal number

    +

    +Lexical category, constructors given in +lexical paradigms. +

    + +

    Cl - declarative clause, with all tenses

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FunctionTypeExample
    genericClVP -> Clone walks
    mkClNP -> V -> ClJohn walks
    mkClNP -> V2 -> NP -> ClJohn loves her
    mkClNP -> V3 -> NP -> NP -> ClJohn sends it to her
    mkClNP -> VV -> VP -> ClJohn wants to walk
    mkClNP -> VS -> S -> ClJohn says that it is good
    mkClNP -> VQ -> QS -> ClJohn wonders if it is good
    mkClNP -> VA -> AP -> ClJohn becomes old
    mkClNP -> V2A -> NP -> AP -> ClJohn paints it red
    mkClNP -> V2S -> NP -> S -> ClJohn tells her that we are here
    mkClNP -> V2Q -> NP -> QS -> ClJohn asks her who is here
    mkClNP -> V2V -> NP -> VP -> ClJohn forces us to sleep
    mkClNP -> A -> ClJohn is old
    mkClNP -> A -> NP -> ClJohn is older than her
    mkClNP -> A2 -> NP -> ClJohn is married to her
    mkClNP -> AP -> ClJohn is very old
    mkClNP -> N -> ClJohn is a man
    mkClNP -> CN -> ClJohn is an old man
    mkClNP -> NP -> ClJohn is the man
    mkClNP -> Adv -> ClJohn is here
    mkClNP -> VP -> ClJohn walks here
    mkClV -> Clit rains
    mkClVP -> Clit is raining
    mkClN -> Clthere is a house
    mkClCN -> Clthere is an old houses
    mkClNP -> Clthere are five houses
    mkClNP -> RS -> Clit is John that walks
    mkClAdv -> S -> Clit is here John walks
    + + +

    ClSlash

    + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FunctionTypeExample
    mkClSlashNP -> V2 -> ClSlash(whom) John loves
    mkClSlashNP -> VV -> V2 -> ClSlash(whom) John wants to see
    mkClSlashCl -> Prep -> ClSlash(with whom) John walks
    mkClSlashClSlash -> Adv -> ClSlash(whom) John loves today
    + + +

    Comp - complement of copula, such as AP

    +

    +Lexical category, constructors given in +lexical paradigms. +

    + +

    Conj - conjunction

    + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FunctionTypeExample
    and_ConjConjand
    both7and_DConjConjboth...and
    either7or_DConjConjeither...or
    or_ConjConjor
    + + +

    Det - determiner phrase

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FunctionTypeExample
    every_DetDetevery
    few_DetDetfew
    many_DetDetmany
    mkDetQuant -> Detthis
    mkDetQuant -> (Ord) -> Detthis first
    mkDetQuant -> Num -> Detthese
    mkDetQuant -> Num -> (Ord) -> Detthese five best
    mkDetQuant -> Detthis
    mkDetQuant -> Num -> Detthese five
    mkDetCard -> Detalmost twenty
    mkDetNumeral -> Detfive
    mkDetDigits -> Det51
    mkDetPron -> Detmy (house)
    mkDetPron -> Num -> Detmy (houses)
    much_DetDetmuch
    somePl_DetDetsomePl
    someSg_DetDetsomeSg
    + + +

    Dig

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FunctionTypeExample
    n0_DigDig0
    n1_DigDig1
    n2_DigDig2
    n3_DigDig3
    n4_DigDig4
    n5_DigDig5
    n6_DigDig6
    n7_DigDig7
    n8_DigDig8
    n9_DigDig9
    + + +

    Digits - cardinal or ordinal in digits

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FunctionTypeExample
    mkDigitsDig -> Digits8
    mkDigitsDig -> Digits -> Digits876
    n1000_DigitsDigits1,000
    n100_DigitsDigits100
    n10_DigitsDigits10
    n1_DigitsDigits1
    n20_DigitsDigits20
    n2_DigitsDigits2
    n3_DigitsDigits3
    n4_DigitsDigits4
    n5_DigitsDigits5
    n6_DigitsDigits6
    n7_DigitsDigits7
    n8_DigitsDigits8
    n9_DigitsDigits9
    + + +

    IAdv - interrogative adverb

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FunctionTypeExample
    how_IAdvIAdvhow
    mkIAdvPrep -> IP -> IAdvin which city
    when_IAdvIAdvwhen
    where_IAdvIAdvwhere
    why_IAdvIAdvwhy
    + + +

    IComp - interrogative complement of copula

    +

    +Lexical category, constructors given in +lexical paradigms. +

    + +

    IDet - interrogative determiner

    + + + + + + + + + + + +
    FunctionTypeExample
    how8many_IDetIDethow8many
    + + +

    IP - interrogative pronoun

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FunctionTypeExample
    mkIPIQuant -> N -> IPwhich city
    mkIPIQuant -> (Num) -> CN -> IPwhich five big cities
    mkIPIP -> Adv -> IPwho in Paris
    whatPl_IPIPwhat (plural)
    whatSg_IPIPwhat (singular)
    whoPl_IPIPwho (plural)
    whoSg_IPIPwho (singular)
    + + +

    IQuant

    + + + + + + + + + + + +
    FunctionTypeExample
    which_IQuantIQuantwhich
    + + +

    Imp - imperative

    + + + + + + + + + + + + + + + + + + + + + +
    FunctionTypeExample
    mkImpV -> Impgo
    mkImpV2 -> NP -> Imptake it
    mkImpVP -> Impgo there now
    + + +

    ImpForm

    + + + + + + + + + + + + + + + + + + + + + +
    FunctionTypeExample
    pluralImpFormImpForm(help yourselves)
    politeImpFormImpForm(help yourself) (polite singular)
    singularImpFormImpForm(help yourself) [default]
    + + +

    ListAP

    + + + + + + + + + + + + + + + + +
    FunctionTypeExample
    mkListAPAP -> AP -> ListAPold, big
    mkListAPAP -> ListAP -> ListAPold, big, warm
    + + +

    ListAdv

    + + + + + + + + + + + + + + + + +
    FunctionTypeExample
    mkListAdvAdv -> Adv -> ListAdvhere, now
    mkListAdvAdv -> ListAdv -> ListAdvto me, here, now
    + + +

    ListNP

    + + + + + + + + + + + + + + + + +
    FunctionTypeExample
    mkListNPNP -> NP -> ListNPJohn, I
    mkListNPNP -> ListNP -> ListNPJohn, I, that
    + + +

    ListS

    + + + + + + + + + + + + + + + + +
    FunctionTypeExample
    mkListSS -> S -> ListShe walks, I run
    mkListSS -> ListS -> ListSJohn walks, I run, you sleep
    + + +

    N - common noun

    +

    +Lexical category, constructors given in +lexical paradigms. +

    + +

    N2 - relational noun

    +

    +Lexical category, constructors given in +lexical paradigms. +

    + +

    N3 - three-place relational noun

    +

    +Lexical category, constructors given in +lexical paradigms. +

    + +

    NP - noun phrase (subject or object)

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FunctionTypeExample
    everybody_NPNPeverybody
    everything_NPNPeverything
    mkNPArt N -> NPthe man
    mkNPArt -> (Num) -> CN -> NPthe five old men
    mkNPQuant -> N -> NPthis men
    mkNPQuant -> (Num) -> CN -> NPthese five old men
    mkNPDet -> N -> NPthe first man
    mkNPDet -> CN -> NPthe first old man
    mkNPNumeral -> N -> NPtwenty men
    mkNPNumeral -> CN -> NPtwenty old men
    mkNPDigits -> N -> NP45 men
    mkNPDigits -> CN -> NP45 old men
    mkNPCard -> N -> NPalmost twenty men
    mkNPCard -> CN -> NPalmost twenty old men
    mkNPPron -> N -> NPmy man
    mkNPPron -> CN -> NPmy old man
    mkNPPN -> NPJohn
    mkNPPron -> NPhe
    mkNPQuant -> NPthis
    mkNPDet -> NPthese five
    mkNPN -> NPbeer
    mkNPCN -> NPbeer
    mkNPPredet -> NP -> NPonly John
    mkNPNP -> V2 -> NPJohn killed
    mkNPNP -> Adv -> NPJohn in Paris
    mkNPConj -> NP -> NP -> NPJohn and I
    mkNPConj -> ListNP -> NPJohn, I, and that
    somebody_NPNPsomebody
    something_NPNPsomething
    + + +

    Num - number determining element

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FunctionTypeExample
    mkNumNumeral -> Numtwenty
    mkNumDigits -> Num51
    mkNumAdN -> Num -> Numalmost ten
    plNumNumplural
    sgNumNumsingular
    + + +

    Numeral - cardinal or ordinal in words

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FunctionTypeExample
    n1000_NumeralNumeralthousand
    n100_NumeralNumeralhundred
    n10_NumeralNumeralten
    n1_NumeralNumeralone
    n20_NumeralNumeraltwenty
    n2_NumeralNumeraltwo
    n3_NumeralNumeralthree
    n4_NumeralNumeralfour
    n5_NumeralNumeralfive
    n6_NumeralNumeralsix
    n7_NumeralNumeralseven
    n8_NumeralNumeraleight
    n9_NumeralNumeralnine
    + + +

    Ord - ordinal number (used in Det)

    + + + + + + + + + + + + + + + + + + + + + +
    FunctionTypeExample
    mkOrdNumeral -> Ordtwentieth
    mkOrdDigits -> Ord51st
    mkOrdA -> Ordbest
    + + +

    PConj - phrase-beginning conjunction

    + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FunctionTypeExample
    but_PConjPConjbut
    mkPConjConj -> PConjand
    otherwise_PConjPConjotherwise
    therefore_PConjPConjtherefore
    + + +

    PN - proper name

    +

    +Lexical category, constructors given in +lexical paradigms. +

    + +

    Phr - phrase in a text

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FunctionTypeExample
    mkPhrUtt -> Phrwhy
    mkPhr(PConj) -> Utt -> (Voc) -> Phrbut why John
    mkPhrS -> PhrJohn walked
    mkPhrCl -> PhrJohn walks
    mkPhrQS -> Phrdid John walk
    mkPhrImp -> Phrwalk
    + + +

    Pol - polarity

    + + + + + + + + + + + + + + + + +
    FunctionTypeExample
    negativePolPol(John doesn't walk)
    positivePolPol(John walks) [default]
    + + +

    Predet - predeterminer (prefixed Quant)

    + + + + + + + + + + + + + + + + + + + + + +
    FunctionTypeExample
    all_PredetPredetall
    most_PredetPredetmost
    only_PredetPredetonly
    + + +

    Prep - preposition, or just case

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FunctionTypeExample
    above_PrepPrepabove
    after_PrepPrepafter
    before_PrepPrepbefore
    behind_PrepPrepbehind
    between_PrepPrepbetween
    by8agent_PrepPrepby (agent)
    by8means_PrepPrepby (means of)
    during_PrepPrepduring
    for_PrepPrepfor
    from_PrepPrepfrom
    in8front_PrepPrepin front of
    in_PrepPrepin
    on_PrepPrepon
    part_PrepPreppart
    possess_PrepPrepof (possessive)
    through_PrepPrepthrough
    to_PrepPrepto
    under_PrepPrepunder
    with_PrepPrepwith
    without_PrepPrepwithout
    + + +

    Pron - personal pronoun

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FunctionTypeExample
    he_PronPronhe
    i_PronProni
    it_PronPronit
    she_PronPronshe
    they_PronPronthey
    we_PronPronwe
    youPl_PronPronyou (plural)
    youPol_PronPronyou (polite)
    youSg_PronPronyou (singular)
    + + +

    Punct

    + + + + + + + + + + + + + + + + + + + + + +
    FunctionTypeExample
    exclMarkPunctPunct!
    fullStopPunctPunct.
    questMarkPunctPunct?
    + + +

    QCl - question clause, with all tenses

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FunctionTypeExample
    mkQClCl -> QCldoes John walk
    mkQClIP -> VP -> QClwho walks
    mkQClIP -> NP -> V2 -> QClwhom does John love
    mkQClIP -> ClSlash -> QClwhom does John love today
    mkQClIAdv -> Cl -> QClwhy does John walk
    mkQClPrep -> IP -> Cl -> QClwith who does John walk
    mkQClIAdv -> NP -> QClwhere is John
    mkQClIP -> QClwhat is there
    + + +

    QS - question

    + + + + + + + + + + + + + + + + + + + + + +
    FunctionTypeExample
    mkQSQCl -> QSwho walks
    mkQS(Tense) -> (Ant) -> (Pol) -> QCl -> QSwho wouldn't have walked
    mkQSCl -> QSdoes John walk
    + + +

    Quant - quantifier ('nucleus' of Det)

    + + + + + + + + + + + + + + + + +
    FunctionTypeExample
    that_QuantQuantthat
    this_QuantQuantthis
    + + +

    RCl - relative clause, with all tenses

    + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FunctionTypeExample
    mkRClRP -> VP -> RClthat walk
    mkRClRP -> NP -> V2 -> RClwhich John loves
    mkRClRP -> ClSlash -> RClwhich John loves today
    mkRClCl -> RClsuch that John loves her
    + + +

    RP - relative pronoun

    + + + + + + + + + + + + + + + + +
    FunctionTypeExample
    mkRPPrep -> NP -> RP -> RPall the houses in which
    which_RPRPwhich
    + + +

    RS - relative

    + + + + + + + + + + + + + + + + +
    FunctionTypeExample
    mkRSRCl -> RSthat walk
    mkRS(Tense) -> (Ant) -> (Pol) -> RCl -> RSthat wouldn't have walked
    + + +

    S - declarative sentence

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FunctionTypeExample
    mkSCl -> SJohn walks
    mkS(Tense) -> (Ant) -> (Pol) -> Cl -> SJohn wouldn't have walked
    mkSConj -> S -> S -> SJohn walks and I run
    mkSConj -> ListS -> SJohn walks, I run and you sleep
    mkSAdv -> S -> Stoday, John walks
    + + +

    SC - embedded sentence or question

    +

    +Lexical category, constructors given in +lexical paradigms. +

    + +

    Subj - subjunction

    + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FunctionTypeExample
    although_SubjSubjalthough
    because_SubjSubjbecause
    if_SubjSubjif
    when_SubjSubjwhen
    + + +

    Tense - tense

    + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FunctionTypeExample
    conditionalTenseTense(John would walk) --# notpresent
    futureTenseTense(John will walk) --# notpresent
    pastTenseTense(John walked) --# notpresent
    presentTenseTense(John walks) [default]
    + + +

    Text - text consisting of several phrases

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FunctionTypeExample
    emptyTextText(empty text)
    mkTextPhr -> TextBut John walks.
    mkTextPhr -> (Punct) -> (Text) -> TextJohn walks? Yes.
    mkTextUtt -> TextJohn.
    mkTextS -> TextJohn walked.
    mkTextCl -> TextJohn walks.
    mkTextQS -> TextDid John walk?
    mkTextImp -> TextWalk!
    mkTextText -> Text -> TextWhere? When? Here. Now!
    + + +

    Utt - sentence, question, word...

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FunctionTypeExample
    lets_UttVP -> Uttlet's walk
    mkUttS -> UttJohn walked
    mkUttCl -> UttJohn walks
    mkUttQS -> Uttdid John walk
    mkUttImp -> Uttlove yourself
    mkUtt(ImpForm) -> (Pol) -> Imp -> Uttdon't love yourselves
    mkUttIP -> Uttwho
    mkUttIAdv -> Uttwhy
    mkUttNP -> UttJohn
    mkUttAdv -> Utthere
    mkUttVP -> Uttto walk
    no_UttUttno
    yes_UttUttyes
    + + +

    V - one-place verb

    +

    +Lexical category, constructors given in +lexical paradigms. +

    + +

    V2 - two-place verb

    +

    +Lexical category, constructors given in +lexical paradigms. +

    + +

    V2A - verb with NP and AP complement

    +

    +Lexical category, constructors given in +lexical paradigms. +

    + +

    V2Q - verb with NP and Q complement

    +

    +Lexical category, constructors given in +lexical paradigms. +

    + +

    V2S - verb with NP and S complement

    +

    +Lexical category, constructors given in +lexical paradigms. +

    + +

    V2V - verb with NP and V complement

    +

    +Lexical category, constructors given in +lexical paradigms. +

    + +

    V3 - three-place verb

    +

    +Lexical category, constructors given in +lexical paradigms. +

    + +

    VA - adjective-complement verb

    +

    +Lexical category, constructors given in +lexical paradigms. +

    + +

    VP - verb phrase

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FunctionTypeExample
    mkVPV -> VPwalk
    mkVPV2 -> NP -> VPlove her
    mkVPV3 -> NP -> NP -> VPsend it to her
    mkVPVV -> VP -> VPwant to walk
    mkVPVS -> S -> VPknow that she walks
    mkVPVQ -> QS -> VPask if she walks
    mkVPVA -> AP -> VPbecome old
    mkVPV2A -> NP -> AP -> VPpaint it red
    mkVPA -> VPbe warm
    mkVPAP -> VPbe very warm
    mkVPA -> NP -> VPbe older than her
    mkVPA2 -> NP -> VPbe married to her
    mkVPN -> VPbe a man
    mkVPCN -> VPbe an old man
    mkVPNP -> VPbe the man
    mkVPAdv -> VPbe here
    mkVPVP -> Adv -> VPsleep here
    mkVPAdV -> VP -> VPalways sleep
    mkVPVPSlash -> NP -> VPpaint it black
    mkVPVPSlash -> VPpaint itself black
    passiveVPV2 -> VPbe loved
    passiveVPV2 -> NP -> VPbe loved by her
    progressiveVPVP -> VPbe sleeping
    reflexiveVPV2 -> VPlove itself
    + + +

    VPSlash - verb phrase missing complement

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FunctionTypeExample
    mkVPSlashV2 -> VPSlash(whom) (John) loves
    mkVPSlashV3 -> NP -> VPSlash(whom) (John) gives an apple
    mkVPSlashV2A -> AP -> VPSlash(whom) (John) paints red
    mkVPSlashV2Q -> QS -> VPSlash(whom) (John) asks who sleeps
    mkVPSlashV2S -> S -> VPSlash(whom) (John) tells that we sleep
    mkVPSlashV2V -> VP -> VPSlash(whom) (John) forces to sleep
    + + +

    VQ - question-complement verb

    +

    +Lexical category, constructors given in +lexical paradigms. +

    + +

    VS - sentence-complement verb

    +

    +Lexical category, constructors given in +lexical paradigms. +

    + +

    VV - verb-phrase-complement verb

    + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FunctionTypeExample
    can8know_VVVVcan (capacity)
    can_VVVVcan (possibility)
    must_VVVVmust
    want_VVVVwant
    + + +

    Voc - vocative or "please"

    + + + + + + + + + + + + + + + + +
    FunctionTypeExample
    mkVocNP -> VocJohn
    please_VocVocplease
    + + +

    Lexical Paradigms

    + +

    Paradigms for Bulgarian

    +

    + +

    +

    +source http://www.cs.chalmers.se/~aarne/GF/lib/resource/bulgarian/ParadigmsBul.gf +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FunctionType
    mkN001Str -> N
    mkN002Str -> N
    mkN002aStr -> N
    mkN003Str -> N
    mkN004Str -> N
    mkN005Str -> N
    mkN006Str -> N
    mkN007Str -> N
    mkN007bStr -> N
    mkN007aStr -> N
    mkN008Str -> N
    mkN008aStr -> N
    mkN009Str -> N
    mkN009aStr -> N
    mkN010Str -> N
    mkN011Str -> N
    mkN012Str -> N
    mkN013Str -> N
    mkN014Str -> N
    mkN014aStr -> N
    mkN015Str -> N
    mkN016Str -> N
    mkN017Str -> N
    mkN018Str -> N
    mkN018aStr -> N
    mkN019Str -> N
    mkN019aStr -> N
    mkN020Str -> N
    mkN021Str -> N
    mkN022Str -> N
    mkN023Str -> N
    mkN024aStr -> N
    mkN024Str -> N
    mkN025Str -> N
    mkN026Str -> N
    mkN027Str -> N
    mkN028Str -> N
    mkN028aStr -> N
    mkN029Str -> N
    mkN030Str -> N
    mkN031Str -> N
    mkN031aStr -> N
    mkN032Str -> N
    mkN032aStr -> N
    mkN033Str -> N
    mkN034Str -> N
    mkN035Str -> N
    mkN035aStr -> N
    mkN036Str -> N
    mkN037Str -> N
    mkN038Str -> N
    mkN039Str -> N
    mkN040Str -> N
    mkN040aStr -> N
    mkN041Str -> N
    mkN041aStr -> N
    mkN041bStr -> N
    mkN042Str -> N
    mkN043Str -> N
    mkN043aStr -> N
    mkN044Str -> N
    mkN045Str -> N
    mkN046Str -> N
    mkN047Str -> N
    mkN048Str -> N
    mkN049Str -> N
    mkN050Str -> N
    mkN051Str -> N
    mkN052Str -> N
    mkN052aStr -> N
    mkN053Str -> N
    mkN054Str -> N
    mkN055Str -> N
    mkN056Str -> N
    mkN057Str -> N
    mkN057aStr -> N
    mkN058Str -> N
    mkN059Str -> N
    mkN060Str -> N
    mkN061Str -> N
    mkN062Str -> N
    mkN063Str -> N
    mkN064Str -> N
    mkN065Str -> N
    mkN066Str -> N
    mkN067Str -> N
    mkN068Str -> N
    mkN069Str -> N
    mkN070Str -> N
    mkN071Str -> N
    mkN072Str -> N
    mkN073Str -> N
    mkN074Str -> N
    mkN075Str -> N
    mkA076Str -> A
    mkA077Str -> A
    mkA078Str -> A
    mkA079Str -> A
    mkA080Str -> A
    mkA081Str -> A
    mkA082Str -> A
    mkA082aStr -> A
    mkA083Str -> A
    mkA084Str -> A
    mkA084aStr -> A
    mkA085Str -> A
    mkA086Str -> A
    mkA087Str -> A
    mkA088Str -> A
    mkA089Str -> A
    mkA089aStr -> A
    mkV142Str -> VTable
    mkV143Str -> VTable
    mkV144Str -> VTable
    mkV145Str -> VTable
    mkV145aStr -> VTable
    mkV145bStr -> VTable
    mkV146Str -> VTable
    mkV146aStr -> VTable
    mkV147Str -> VTable
    mkV148Str -> VTable
    mkV149Str -> VTable
    mkV150Str -> VTable
    mkV150aStr -> VTable
    mkV151Str -> VTable
    mkV152Str -> VTable
    mkV152aStr -> VTable
    mkV153Str -> VTable
    mkV154Str -> VTable
    mkV155Str -> VTable
    mkV156Str -> VTable
    mkV157Str -> VTable
    mkV158Str -> VTable
    mkV159Str -> VTable
    mkV160Str -> VTable
    mkV160aStr -> VTable
    mkV161Str -> VTable
    mkV161aStr -> VTable
    mkV162Str -> VTable
    mkV163Str -> VTable
    mkV164Str -> VTable
    mkV165Str -> VTable
    mkV166Str -> VTable
    mkV167Str -> VTable
    mkV168Str -> VTable
    mkV169Str -> VTable
    mkV170Str -> VTable
    mkV171Str -> VTable
    mkV172Str -> VTable
    mkV173Str -> VTable
    mkV174Str -> VTable
    mkV175Str -> VTable
    mkV176Str -> VTable
    mkV177Str -> VTable
    mkV178Str -> VTable
    mkV179Str -> VTable
    mkV180Str -> VTable
    mkV181Str -> VTable
    mkV182Str -> VTable
    mkV183Str -> VTable
    mkV184Str -> VTable
    mkV185Str -> VTable
    mkV186Str -> VTable
    mkV187Str -> VTable
    adjAdvA -> Str -> A =
    + + +

    Paradigms for Danish

    +

    + +

    +

    +source http://www.cs.chalmers.se/~aarne/GF/lib/resource/danish/ParadigmsDan.gf +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FunctionType
    GenderType
    utrumGender
    neutrumGender
    NumberType
    singularNumber
    pluralNumber
    CaseType
    nominativeCase
    genitiveCase
    mkPrepStr -> Prep
    noPrepPrep
    mkN(bil : Str) -> N
    mkN(hus : Str) -> Gender -> N
    mkN(bil,bilen : Str) -> N
    mkN(bil,bilen,biler : Str) -> N
    mkN(dreng,drengen,drenge,drengene : Str) -> N
    mkN2N -> Prep -> N2
    regN2Str -> Gender -> N2
    mkN3N -> Prep -> Prep -> N3
    mkPNStr -> PN
    mkPNStr -> Gender -> PN
    mkPNN -> PN
    mkA(fin : Str) -> A
    mkA(fin,fint : Str) -> A
    mkA(galen,galet,galne : Str) -> A
    mkA(stor,stort,store,storre,storst : Str) -> A
    mkAA -> A
    mkA2A -> Prep -> A2
    mkAdvStr -> Adv
    mkAdVStr -> AdV
    mkAdAStr -> AdA
    mkV(snakke : Str) -> V
    mkV(leve,levde : Str) -> V
    mkV(drikke, drakk, drukket : Str) -> V
    mkV(spise,spiser,spises,spiste,spist,spis : Str) -> V
    mkVV -> Str -> V
    vaereVV -> V
    depVV -> V
    reflVV -> V
    mkV2Str -> V2
    mkV2V -> V2
    mkV2V -> Prep -> V2
    mkV3V -> Prep -> Prep -> V3
    dirV3V -> Prep -> V3
    dirdirV3V -> V3
    mkV0V -> V0
    mkVSV -> VS
    mkV2SV -> Prep -> V2S
    mkVVV -> VV
    mkV2VV -> Prep -> Prep -> V2V
    mkVAV -> VA
    mkV2AV -> Prep -> V2A
    mkVQV -> VQ
    mkV2QV -> Prep -> V2Q
    mkASA -> AS
    mkA2SA -> Prep -> A2S
    mkAVA -> AV
    mkA2VA -> Prep -> A2V
    V0Type
    + + +

    Paradigms for English

    +

    + +

    +

    +source http://www.cs.chalmers.se/~aarne/GF/lib/resource/english/ParadigmsEng.gf +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FunctionType
    GenderType
    humanGender
    nonhumanGender
    masculineGender
    feminineGender
    NumberType
    singularNumber
    pluralNumber
    CaseType
    nominativeCase
    genitiveCase
    mkN(flash : Str) -> N
    mkN(man,men : Str) -> N
    mkN(man,men,man's,men's : Str) -> N
    mkNGender -> N -> N
    mkNStr -> N -> N
    mkN2N -> Prep -> N2
    regN2Str -> N2
    mkN3N -> Prep -> Prep -> N3
    mkPNStr -> PN
    mkPNN -> PN
    mkA(happy : Str) -> A
    mkA(fat,fatter : Str) -> A
    mkA(good,better,best,well : Str) -> A
    compoundAA -> A
    mkA2A -> Prep -> A2
    mkAdvStr -> Adv
    mkAdVStr -> AdV
    mkAdAStr -> AdA
    mkPrepStr -> Prep
    noPrepPrep
    mkV(cry : Str) -> V
    mkV(stop, stopped : Str) -> V
    mkV(drink, drank, drunk : Str) -> V
    mkV(run, ran, run, running : Str) -> V
    mkV(go, goes, went, gone, going : Str) -> V
    partVV -> Str -> V
    reflVV -> V
    mkV2V -> Prep -> V2
    mkV2V -> V2
    mkV3V -> Prep -> Prep -> V3
    dirV3V -> Prep -> V3
    dirdirV3V -> V3
    mkV0V -> V0
    mkVSV -> VS
    mkV2SV -> Prep -> V2S
    mkVVV -> VV
    mkV2VV -> Prep -> Prep -> V2V
    mkVAV -> VA
    mkV2AV -> Prep -> V2A
    mkVQV -> VQ
    mkV2QV -> Prep -> V2Q
    mkASA -> AS
    mkA2SA -> Prep -> A2S
    mkAVA -> AV
    mkA2VA -> Prep -> A2V
    V0Type
    + + +

    Paradigms for Finnish

    +

    + +

    +

    +source http://www.cs.chalmers.se/~aarne/GF/lib/resource/finnish/ParadigmsFin.gf +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FunctionType
    NumberType
    singularNumber
    pluralNumber
    CaseType
    nominativeCase
    genitiveCase
    partitiveCase
    translativeCase
    inessiveCase
    elativeCase
    illativeCase
    adessiveCase
    ablativeCase
    allativeCase
    prePrepCase -> Str -> Prep
    postPrepCase -> Str -> Prep
    postGenPrepStr -> Prep
    casePrepCase -> Prep
    mkN(talo : Str) -> N
    mkN(savi,savia : Str) -> N
    mkN(vesi,veden,vesi : Str) -> N
    mkN(vesi,veden,vesi,vett : Str) -> N
    mkN(olo,olon,olona,oloa,oloon,olojen,oloja,oloina,oloissa,oloihin : Str) -> N
    mkN(pika : Str) -> (juna : N) -> N
    mkN(oma : N) -> (tunto : N) -> N
    mkN2N -> N2
    mkN2N -> Prep -> N2
    mkN3N -> Prep -> Prep -> N3
    mkPNStr -> PN
    mkPNN -> PN
    mkAStr -> A
    mkAN -> A
    mkAN -> (kivempaa,kivinta : Str) -> A
    mkA(hyva,parempi,paras : N) -> (hyvin,paremmin,parhaiten : Str) -> A
    mkA2A -> Prep -> A2 = \a,p -> a ** {c2 = p lock_A2 = <>};
    mkV(huutaa : Str) -> V
    mkV(huutaa,huusi : Str) -> V
    mkV(huutaa,huudan,huusi : Str) -> V
    mkV(
    huusin,huusi,huusisi,huutanut,huudettu,huutaneeStr) -> V
    caseVCase -> V -> V
    vOllaV
    mkV2Str -> V2
    mkV2V -> V2
    mkV2V -> Case -> V2
    mkV2V -> Prep -> V2
    mkV3V -> Prep -> Prep -> V3
    dirV3V -> Case -> V3
    dirdirV3V -> V3
    mkV0V -> V0
    mkVSV -> VS
    mkV2SV -> Prep -> V2S
    mkVVV -> VV
    mkVVfV -> InfForm -> VV
    mkV2VV -> Prep -> V2V
    mkV2VfV -> Prep -> InfForm -> V2V
    mkVAV -> Prep -> VA
    mkV2AV -> Prep -> Prep -> V2A
    mkVQV -> VQ
    mkV2QV -> Prep -> V2Q
    mkASA -> AS
    mkA2SA -> Prep -> A2S
    mkAVA -> AV
    mkA2VA -> Prep -> A2V
    V0Type
    + + +

    Paradigms for French

    +

    + +

    +

    +source http://www.cs.chalmers.se/~aarne/GF/lib/resource/french/ParadigmsFre.gf +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FunctionType
    GenderType
    masculineGender
    feminineGender
    NumberType
    singularNumber
    pluralNumber
    accusativePrep
    genitivePrep
    dativePrep
    mkPrepStr -> Prep
    mkN(cheval : Str) -> N
    mkN(foie : Str) -> Gender -> N
    mkN(oeil,yeux : Str) -> Gender -> N
    mkNN -> Str -> N
    mkN2N -> Prep -> N2
    deN2N -> N2
    aN2N -> N2
    mkN3N -> Prep -> Prep -> N3
    mkPNStr -> PN
    mkPNStr -> Gender -> PN
    mkA(cher : Str) -> A
    mkA(sec,seche : Str) -> A
    mkA(banal,banale,banaux,banalement : Str) -> A
    mkAA -> A -> A
    prefixAA -> A
    mkA2A -> Prep -> A2
    mkAdvStr -> Adv
    mkAdVStr -> AdV
    mkAdAStr -> AdA
    mkV(finir : Str) -> V
    mkV(jeter,jette,jettera : Str) -> V
    mkVV2 -> V
    etreVV -> V
    reflVV -> V
    mkV2V -> V2 = dirV2
    mkV2V -> Prep -> V2 = mmkV2
    mkV3V -> V3
    mkV3V -> Prep -> V3
    mkV3V -> Prep -> Prep -> V3
    mkV0V -> V0
    mkVSV -> VS
    mkV2SV -> Prep -> V2S
    mkVVV -> VV
    deVVV -> VV
    aVVV -> VV
    mkV2VV -> Prep -> Prep -> V2V
    mkVAV -> VA
    mkV2AV -> Prep -> Prep -> V2A
    mkVQV -> VQ
    mkV2QV -> Prep -> V2Q
    mkASA -> AS
    mkA2SA -> Prep -> A2S
    mkAVA -> Prep -> AV
    mkA2VA -> Prep -> Prep -> A2V
    V0Type
    + + +

    Paradigms for German

    +

    + +

    +

    +source http://www.cs.chalmers.se/~aarne/GF/lib/resource/german/ParadigmsGer.gf +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FunctionType
    GenderType
    masculineGender
    feminineGender
    neuterGender
    CaseType
    nominativeCase
    accusativeCase
    dativeCase
    genitiveCase
    NumberType
    singularNumber
    pluralNumber
    mkN(Stufe : Str) -> N
    mkN(Bild,Bilder : Str) -> Gender -> N
    mkN(x1,_,_,_,_,x6 : Str) -> Gender -> N
    mkN2Str -> N2
    mkN2N -> N2
    mkN2N -> Prep -> N2
    mkN3N -> Prep -> Prep -> N3
    mkPNStr -> PN
    mkPN(nom,gen : Str) -> PN
    mkPN(nom,acc,dat,gen : Str) -> PN
    mkAStr -> A
    mkA(gut,besser,beste : Str) -> A
    invarAStr -> A
    mkA2A -> Prep -> A2
    mkAdvStr -> Adv
    mkPrepStr -> Case -> Prep
    accPrepPrep
    datPrepPrep
    genPrepPrep
    von_PrepPrep
    zu_PrepPrep
    mkV(fhren : Str) -> V
    mkV(sehen,sieht,sah,she,gesehen : Str) -> V
    mkV(geben, gibt, gib, gab, gbe, gegeben : Str) -> V
    mkVStr -> V -> V
    no_geVV -> V
    seinVV -> V
    habenVV -> V
    reflVV -> Case -> V
    mkV2V -> Prep -> V2
    mkV2V -> V2
    mkV2V -> Case -> V2
    mkV3V -> Prep -> Prep -> V3
    dirV3V -> Prep -> V3
    accdatV3V -> V3
    mkV0V -> V0
    mkVSV -> VS
    mkV2SV -> Prep -> V2S
    mkVVV -> VV
    mkV2VV -> Prep -> V2V
    mkVAV -> VA
    mkV2AV -> Prep -> V2A
    mkVQV -> VQ
    mkV2QV -> Prep -> V2Q
    mkASA -> AS
    mkA2SA -> Prep -> A2S
    mkAVA -> AV
    mkA2VA -> Prep -> A2V
    V0Type
    + + +

    Paradigms for Italian

    +

    + +

    +

    +source http://www.cs.chalmers.se/~aarne/GF/lib/resource/italian/ParadigmsIta.gf +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FunctionType
    GenderType
    masculineGender
    feminineGender
    NumberType
    singularNumber
    pluralNumber
    --PrepType
    accusativePrep
    genitivePrep
    dativePrep
    mkPrepStr -> Prep
    mkN(cane : Str) -> N
    mkN(carne : Str) -> Gender -> N
    mkN(uomo,uomini : Str) -> Gender -> N
    mkNN -> Str -> N
    mkN2Str -> N2
    mkN2N -> Prep -> N2
    mkN3N -> Prep -> Prep -> N3
    mkPNStr -> PN
    mkPNStr -> Gender -> PN
    mkA(bianco : Str) -> A
    mkA(solo,sola,soli,sole,solamente : Str) -> A
    mkAA -> A -> A
    prefixAA -> A = prefA
    mkA2A -> Prep -> A2
    mkAdvStr -> Adv
    mkAdVStr -> AdV
    mkAdAStr -> AdA
    mkVStr -> V
    mkVVerbo -> V
    mkV(udire,odo,ode,udiamo,udiro,udii,udisti,udi,udirono,odi,udito : Str) -> V
    essereVV -> V
    reflVV -> V
    mkV2Str -> V2
    mkV2V -> V2
    mkV2V -> Prep -> V2
    v2VV2 -> V
    mkV3V -> Prep -> Prep -> V3
    dirV3V -> Prep -> V3
    dirdirV3V -> V3
    mkV0V -> V0
    mkVSV -> VS
    mkV2SV -> Prep -> V2S
    mkVVV -> VV
    deVVV -> VV
    aVVV -> VV
    mkV2VV -> Prep -> Prep -> V2V
    mkVAV -> VA
    mkV2AV -> Prep -> Prep -> V2A
    mkVQV -> VQ
    mkV2QV -> Prep -> V2Q
    mkASA -> AS
    mkA2SA -> Prep -> A2S
    mkAVA -> Prep -> AV
    mkA2VA -> Prep -> Prep -> A2V
    V0Type
    + + +

    Paradigms for Norwegian

    +

    + +

    +

    +source http://www.cs.chalmers.se/~aarne/GF/lib/resource/norwegian/ParadigmsNor.gf +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FunctionType
    GenderType
    masculineGender
    feminineGender
    neutrumGender
    NumberType
    singularNumber
    pluralNumber
    CaseType
    nominativeCase
    genitiveCase
    mkPrepStr -> Prep
    noPrepPrep
    mkNStr -> N
    mkNStr -> Gender -> N
    mkN(bil,bilen : Str) -> N
    mkN(dreng,drengen,drenger,drengene : Str) -> N
    mkN2N -> Prep -> N2
    regN2Str -> Gender -> N2
    mkN3N -> Prep -> Prep -> N3
    mkPNStr -> PN
    mkPNStr -> Gender -> PN
    mkPNN -> PN
    mkA(fin : Str) -> A
    mkA(fin,fint : Str) -> A
    mkA(galen,galet,galne : Str) -> A
    mkA(stor,stort,store,storre,storst : Str) -> A
    mkAA -> A
    mkA2A -> Prep -> A2
    mkAdvStr -> Adv
    mkAdVStr -> AdV
    mkAdAStr -> AdA
    mkV(snakke : Str) -> V
    mkV(leve,levde : Str) -> V
    mkV(drikke, drakk, drukket : Str) -> V
    mkV(spise,spiser,spises,spiste,spist,spis : Str) -> V
    mkVV -> Str -> V
    vaereVV -> V
    depVV -> V
    reflVV -> V
    mkV2Str -> V2
    mkV2V -> V2
    mkV2V -> Prep -> V2
    mkV3V -> Prep -> Prep -> V3
    dirV3V -> Prep -> V3
    dirdirV3V -> V3
    mkV0V -> V0
    mkVSV -> VS
    mkV2SV -> Prep -> V2S
    mkVVV -> VV
    mkV2VV -> Prep -> Prep -> V2V
    mkVAV -> VA
    mkV2AV -> Prep -> V2A
    mkVQV -> VQ
    mkV2QV -> Prep -> V2Q
    mkASA -> AS
    mkA2SA -> Prep -> A2S
    mkAVA -> AV
    mkA2VA -> Prep -> A2V
    V0Type
    + + +

    Paradigms for Russian

    +

    + +

    +

    +source http://www.cs.chalmers.se/~aarne/GF/lib/resource/russian/ParadigmsRus.gf +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FunctionType
    GenderType
    masculineGender
    feminineGender
    neuterGender
    CaseType
    nominativeCase
    genitiveCase
    dativeCase
    accusativeCase
    instructiveCase
    prepositionalCase
    NumberType
    singularNumber
    pluralNumber
    mkN(karta : Str) -> N
    mkN(tigr : Str) -> Animacy -> N
    mkN(nomSg, genSg, datSg, accSg, instSg, preposSg, prepos2Sg, nomPl, genPl, datPl, accPl, instPl, preposPl : Str) -> Gender -> Animacy -> N
    mkN2N -> N2
    mkN2N -> Prep -> N2
    mkN3N -> Prep -> Prep -> N3
    mkPNStr -> Gender -> Animacy -> PN
    nounPNN -> PN
    mkA(positive : Str) -> A
    mkA(positive, comparative : Str) -> A
    mkA2A -> Str -> Case -> A2
    mkAdvStr -> Adv
    mkVAspect -> (presentSgP1,presentSgP2,presentSgP3,
    pastSgP1,imperative,infinitiveStr) -> V
    mkV2V -> Str -> Case -> V2
    mkV3V -> Str -> Str -> Case -> Case -> V3
    dirV2V -> V2
    tvDirDirV -> V3
    + + +

    Paradigms for Spanish

    +

    + +

    +

    +source http://www.cs.chalmers.se/~aarne/GF/lib/resource/spanish/ParadigmsSpa.gf +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FunctionType
    GenderType
    masculineGender
    feminineGender
    NumberType
    singularNumber
    pluralNumber
    accusativePrep
    genitivePrep
    dativePrep
    mkPrepStr -> Prep
    mkN(luz : Str) -> N
    mkNStr -> Gender -> N
    mkN(baston,bastones : Str) -> Gender -> N
    compNN -> Str -> N
    mkN2N -> Prep -> N2
    deN2N -> N2
    aN2N -> N2
    mkN3N -> Prep -> Prep -> N3
    mkPN(Anna : Str) -> PN
    mkPN(Pilar : Str) -> Gender -> PN
    mkA(util : Str) -> A
    mkA(solo,sola,solos,solas,solamente : Str) -> A
    mkA(bueno : A) -> (mejor : A) -> A
    prefixAA -> A
    mkA2A -> Prep -> A2
    mkAdvStr -> Adv
    mkAdVStr -> AdV
    mkAdAStr -> AdA
    mkV(pagar : Str) -> V
    mkV(mostrar,muestro : Str) -> V
    mkVVerbum -> V
    reflVV -> V
    special_ppVV -> Str -> V
    mkV2Str -> V2
    mkV2V -> V2
    mkV2V -> Prep -> V2
    v2VV2 -> V
    mkV3V -> Prep -> Prep -> V3
    dirV3V -> Prep -> V3
    dirdirV3V -> V3
    mkV0V -> V0
    mkVSV -> VS
    mkV2SV -> Prep -> V2S
    mkVVV -> VV
    deVVV -> VV
    aVVV -> VV
    mkV2VV -> Prep -> Prep -> V2V
    mkVAV -> VA
    mkV2AV -> Prep -> Prep -> V2A
    mkVQV -> VQ
    mkV2QV -> Prep -> V2Q
    mkASA -> AS
    mkA2SA -> Prep -> A2S
    mkAVA -> Prep -> AV
    mkA2VA -> Prep -> Prep -> A2V
    V0Type
    + + +

    Paradigms for Swedish

    +

    + +

    +

    +source http://www.cs.chalmers.se/~aarne/GF/lib/resource/swedish/ParadigmsSwe.gf +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FunctionType
    GenderType
    utrumGender
    neutrumGender
    NumberType
    singularNumber
    pluralNumber
    CaseType
    nominativeCase
    genitiveCase
    mkPrepStr -> Prep
    noPrepPrep
    mkN(apa : Str) -> N
    mkN(lik : Str) -> Gender -> N
    mkN(nyckel,nycklar : Str) -> N
    mkN(museum,museet,museer,museerna : Str) -> N
    mkN2Str -> N2
    mkN2N -> Prep -> N2
    mkN3N -> Prep -> Prep -> N3
    mkPNStr -> PN
    mkPNStr -> Gender -> PN
    mkPN(jesus,jesu : Str) -> Gender -> PN
    mkA(billig : Str) -> A
    mkA(bred,brett : Str) -> A
    mkA(tung,tyngre,tyngst : Str) -> A
    mkA(god,gott,goda,battre,bast : Str) -> A
    mkA(liten,litet,lilla,sma,mindre,minst,minsta : Str) -> A
    compoundAA -> A
    mkA2A -> Prep -> A2
    mkAdvStr -> Adv
    mkAdVStr -> AdV
    mkAdAStr -> AdA
    mkV(stmmer : Str) -> V
    mkV(dricka,drack,druckit : Str) -> V
    mkV(g,gr,g,gick,gtt,gngen : Str) -> V
    mkVV -> Str -> V
    depVV -> V
    reflVV -> V
    mkV2Str -> V2
    mkV2V -> V2
    mkV2V -> Prep -> V2
    mkV3Str -> V3
    mkV3V -> V3
    mkV3V -> Prep -> V3
    mkV3V -> Prep -> Prep -> V3
    mkV0V -> V0
    mkVSV -> VS
    mkV2SV -> Prep -> V2S
    mkVVV -> VV
    mkV2VV -> Prep -> Prep -> V2V
    mkVAV -> VA
    mkV2AV -> Prep -> V2A
    mkVQV -> VQ
    mkV2QV -> Prep -> V2Q
    mkASA -> AS
    mkA2SA -> Prep -> A2S
    mkAVA -> AV
    mkA2VA -> Prep -> A2V
    V0Type
    + + +

    Browsing the libraries with GF commands

    +

    +New: Browsing by syntax editor +directly on the web. +

    +

    +All of the following assume +

    +
    +    cd $GF_LIB_PATH
    +
    +

    +To try out inflection paradigms: +

    +
    +    > i -path=alltenses -retain alltenses/ParadigmsGer.gfo
    +    > cc mkN "Farbe"
    +
    +

    +To try out overloaded syntax, test lexicon, and inflection paradigms: +

    +
    +    > i -path=alltenses -retain alltenses/TryGer.gfo
    +    > cc mkCl (mkNP this_Quant (mkN "Farbe")) (mkA "dunkel")
    +
    +

    + +

    An Example of Usage

    +

    +The standard way of building an application has the following modules. +

    +

    +An abstract syntax: +

    +
    +    abstract Music = {    
    +    cat 
    +      Kind, 
    +      Property ;
    +    fun 
    +      PropKind : Kind -> Property -> Kind ; 
    +      Song : Kind ;
    +      American : Property ;
    +    }
    +
    +

    +A domain lexicon interface: +

    +
    +    interface LexMusic = open Cat in {
    +    oper
    +      song_N : N ;
    +      american_A : A ;
    +    }
    +
    +

    +A functor on Syntax and the domain lexicon interface: +

    +
    +    incomplete concrete MusicI of Music = open Syntax, MusicLex in {
    +    lincat 
    +      Kind = CN ;
    +      Property = AP ;
    +    lin
    +      PropKind k p = mkCN p k ;
    +      Song = mkCN song_N ;
    +      American = mkAP american_A ;
    +    }
    +
    +

    +For each language, an instance of the domain lexicon: +

    +
    +    instance LexMusicGer of LexMusic = CatGer ** open ParadigmsGer in {    
    +    oper
    +      song_N = mkN "Lied" "Lieder" neuter ;
    +      american_A = mkA "amerikanisch" ;
    +    }
    +
    +

    +For each language, an instantiation of the functor: +

    +
    +    --# -path=.:present:prelude
    +  
    +    concrete MusicGer of Music = MusicI with
    +      (Syntax = SyntaxGer),
    +      (LexMusic = LexMusicGer) ;
    +
    +

    + + + + diff --git a/deprecated/old-lib/resource/doc/synopsis.txt b/deprecated/old-lib/resource/doc/synopsis.txt new file mode 100644 index 000000000..3ed9e21a9 --- /dev/null +++ b/deprecated/old-lib/resource/doc/synopsis.txt @@ -0,0 +1,1544 @@ +GF Resource Grammar Library: Synopsis +B. Bringert and A. Ranta + + +%!postproc(html): '(SRC="categories.png")' '\1 USEMAP="#categories"' +%!postproc(html): '#LParadigms' '' +%!postproc(tex): '#LParadigms' '' +%!postproc(html): '(?i)(HREF="#A")( TITLE="[^"]*")?' '\1 TITLE="A - one-place adjective"' +%!postproc(html): '(?i)(HREF="#A2")( TITLE="[^"]*")?' '\1 TITLE="A2 - two-place adjective"' +%!postproc(html): '(?i)(HREF="#AP")( TITLE="[^"]*")?' '\1 TITLE="AP - adjectival phrase"' +%!postproc(html): '(?i)(HREF="#AdA")( TITLE="[^"]*")?' '\1 TITLE="AdA - adjective-modifying adverb"' +%!postproc(html): '(?i)(HREF="#AdN")( TITLE="[^"]*")?' '\1 TITLE="AdN - numeral-modifying adverb"' +%!postproc(html): '(?i)(HREF="#AdV")( TITLE="[^"]*")?' '\1 TITLE="AdV - adverb directly attached to verb"' +%!postproc(html): '(?i)(HREF="#Adv")( TITLE="[^"]*")?' '\1 TITLE="Adv - verb-phrase-modifying adverb"' +%!postproc(html): '(?i)(HREF="#Ant")( TITLE="[^"]*")?' '\1 TITLE="Ant - anteriority"' +%!postproc(html): '(?i)(HREF="#Art")( TITLE="[^"]*")?' '\1 TITLE="Art - article"' +%!postproc(html): '(?i)(HREF="#CAdv")( TITLE="[^"]*")?' '\1 TITLE="CAdv - comparative adverb"' +%!postproc(html): '(?i)(HREF="#CN")( TITLE="[^"]*")?' '\1 TITLE="CN - common noun (without determiner)"' +%!postproc(html): '(?i)(HREF="#Card")( TITLE="[^"]*")?' '\1 TITLE="Card - cardinal number"' +%!postproc(html): '(?i)(HREF="#Cl")( TITLE="[^"]*")?' '\1 TITLE="Cl - declarative clause, with all tenses"' +%!postproc(html): '(?i)(HREF="#Comp")( TITLE="[^"]*")?' '\1 TITLE="Comp - complement of copula, such as AP"' +%!postproc(html): '(?i)(HREF="#Conj")( TITLE="[^"]*")?' '\1 TITLE="Conj - conjunction"' +%!postproc(html): '(?i)(HREF="#Det")( TITLE="[^"]*")?' '\1 TITLE="Det - determiner phrase"' +%!postproc(html): '(?i)(HREF="#Digits")( TITLE="[^"]*")?' '\1 TITLE="Digits - cardinal or ordinal in digits"' +%!postproc(html): '(?i)(HREF="#IAdv")( TITLE="[^"]*")?' '\1 TITLE="IAdv - interrogative adverb"' +%!postproc(html): '(?i)(HREF="#IComp")( TITLE="[^"]*")?' '\1 TITLE="IComp - interrogative complement of copula"' +%!postproc(html): '(?i)(HREF="#IDet")( TITLE="[^"]*")?' '\1 TITLE="IDet - interrogative determiner"' +%!postproc(html): '(?i)(HREF="#IP")( TITLE="[^"]*")?' '\1 TITLE="IP - interrogative pronoun"' +%!postproc(html): '(?i)(HREF="#Imp")( TITLE="[^"]*")?' '\1 TITLE="Imp - imperative"' +%!postproc(html): '(?i)(HREF="#N")( TITLE="[^"]*")?' '\1 TITLE="N - common noun"' +%!postproc(html): '(?i)(HREF="#N2")( TITLE="[^"]*")?' '\1 TITLE="N2 - relational noun"' +%!postproc(html): '(?i)(HREF="#N3")( TITLE="[^"]*")?' '\1 TITLE="N3 - three-place relational noun"' +%!postproc(html): '(?i)(HREF="#NP")( TITLE="[^"]*")?' '\1 TITLE="NP - noun phrase (subject or object)"' +%!postproc(html): '(?i)(HREF="#Num")( TITLE="[^"]*")?' '\1 TITLE="Num - number determining element"' +%!postproc(html): '(?i)(HREF="#Numeral")( TITLE="[^"]*")?' '\1 TITLE="Numeral - cardinal or ordinal in words"' +%!postproc(html): '(?i)(HREF="#Ord")( TITLE="[^"]*")?' '\1 TITLE="Ord - ordinal number (used in Det)"' +%!postproc(html): '(?i)(HREF="#PConj")( TITLE="[^"]*")?' '\1 TITLE="PConj - phrase-beginning conjunction"' +%!postproc(html): '(?i)(HREF="#PN")( TITLE="[^"]*")?' '\1 TITLE="PN - proper name"' +%!postproc(html): '(?i)(HREF="#Phr")( TITLE="[^"]*")?' '\1 TITLE="Phr - phrase in a text"' +%!postproc(html): '(?i)(HREF="#Pol")( TITLE="[^"]*")?' '\1 TITLE="Pol - polarity"' +%!postproc(html): '(?i)(HREF="#Predet")( TITLE="[^"]*")?' '\1 TITLE="Predet - predeterminer (prefixed Quant)"' +%!postproc(html): '(?i)(HREF="#Prep")( TITLE="[^"]*")?' '\1 TITLE="Prep - preposition, or just case"' +%!postproc(html): '(?i)(HREF="#Pron")( TITLE="[^"]*")?' '\1 TITLE="Pron - personal pronoun"' +%!postproc(html): '(?i)(HREF="#QCl")( TITLE="[^"]*")?' '\1 TITLE="QCl - question clause, with all tenses"' +%!postproc(html): '(?i)(HREF="#QS")( TITLE="[^"]*")?' '\1 TITLE="QS - question"' +%!postproc(html): '(?i)(HREF="#Quant")( TITLE="[^"]*")?' '\1 TITLE="Quant - quantifier ('nucleus' of Det)"' +%!postproc(html): '(?i)(HREF="#RCl")( TITLE="[^"]*")?' '\1 TITLE="RCl - relative clause, with all tenses"' +%!postproc(html): '(?i)(HREF="#RP")( TITLE="[^"]*")?' '\1 TITLE="RP - relative pronoun"' +%!postproc(html): '(?i)(HREF="#RS")( TITLE="[^"]*")?' '\1 TITLE="RS - relative"' +%!postproc(html): '(?i)(HREF="#S")( TITLE="[^"]*")?' '\1 TITLE="S - declarative sentence"' +%!postproc(html): '(?i)(HREF="#SC")( TITLE="[^"]*")?' '\1 TITLE="SC - embedded sentence or question"' +%!postproc(html): '(?i)(HREF="#Subj")( TITLE="[^"]*")?' '\1 TITLE="Subj - subjunction"' +%!postproc(html): '(?i)(HREF="#Tense")( TITLE="[^"]*")?' '\1 TITLE="Tense - tense"' +%!postproc(html): '(?i)(HREF="#Text")( TITLE="[^"]*")?' '\1 TITLE="Text - text consisting of several phrases"' +%!postproc(html): '(?i)(HREF="#Utt")( TITLE="[^"]*")?' '\1 TITLE="Utt - sentence, question, word..."' +%!postproc(html): '(?i)(HREF="#V")( TITLE="[^"]*")?' '\1 TITLE="V - one-place verb"' +%!postproc(html): '(?i)(HREF="#V2")( TITLE="[^"]*")?' '\1 TITLE="V2 - two-place verb"' +%!postproc(html): '(?i)(HREF="#V2A")( TITLE="[^"]*")?' '\1 TITLE="V2A - verb with NP and AP complement"' +%!postproc(html): '(?i)(HREF="#V2Q")( TITLE="[^"]*")?' '\1 TITLE="V2Q - verb with NP and Q complement"' +%!postproc(html): '(?i)(HREF="#V2S")( TITLE="[^"]*")?' '\1 TITLE="V2S - verb with NP and S complement"' +%!postproc(html): '(?i)(HREF="#V2V")( TITLE="[^"]*")?' '\1 TITLE="V2V - verb with NP and V complement"' +%!postproc(html): '(?i)(HREF="#V3")( TITLE="[^"]*")?' '\1 TITLE="V3 - three-place verb"' +%!postproc(html): '(?i)(HREF="#VA")( TITLE="[^"]*")?' '\1 TITLE="VA - adjective-complement verb"' +%!postproc(html): '(?i)(HREF="#VP")( TITLE="[^"]*")?' '\1 TITLE="VP - verb phrase"' +%!postproc(html): '(?i)(HREF="#VPSlash")( TITLE="[^"]*")?' '\1 TITLE="VPSlash - verb phrase missing complement"' +%!postproc(html): '(?i)(HREF="#VQ")( TITLE="[^"]*")?' '\1 TITLE="VQ - question-complement verb"' +%!postproc(html): '(?i)(HREF="#VS")( TITLE="[^"]*")?' '\1 TITLE="VS - sentence-complement verb"' +%!postproc(html): '(?i)(HREF="#VV")( TITLE="[^"]*")?' '\1 TITLE="VV - verb-phrase-complement verb"' +%!postproc(html): '(?i)(HREF="#Voc")( TITLE="[^"]*")?' '\1 TITLE="Voc - vocative or "please""' +%!include: synopsis-intro.txt +=Categories= + + +Source 1: [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/abstract/Common.gf`` ../abstract/Common.gf] + + +Source 2: [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/abstract/Cat.gf`` ../abstract/Cat.gf] + + +==A hierarchic view== + +%!include: categories-intro.txt +==Explanations== + +|| Category | Explanation | Example || +| [A #A] | one-place adjective | //warm// | +| [A2 #A2] | two-place adjective | //divisible// | +| [AP #AP] | adjectival phrase | //very warm// | +| [AdA #AdA] | adjective-modifying adverb | //very// | +| [AdN #AdN] | numeral-modifying adverb | //more than// | +| [AdV #AdV] | adverb directly attached to verb | //always// | +| [Adv #Adv] | verb-phrase-modifying adverb | //in the house// | +| [Ant #Ant] | anteriority | simultaneous, anterior | +| [Art #Art] | article | //the// | +| [CAdv #CAdv] | comparative adverb | //more// | +| [CN #CN] | common noun (without determiner) | //red house// | +| [Card #Card] | cardinal number | //seven// | +| [Cl #Cl] | declarative clause, with all tenses | //she looks at this// | +| [Comp #Comp] | complement of copula, such as AP | //very warm// | +| [Conj #Conj] | conjunction | //and// | +| [Det #Det] | determiner phrase | //those seven// | +| [Digits #Digits] | cardinal or ordinal in digits | //1,000/1,000th// | +| [IAdv #IAdv] | interrogative adverb | //why// | +| [IComp #IComp] | interrogative complement of copula | //where// | +| [IDet #IDet] | interrogative determiner | //how many// | +| [IP #IP] | interrogative pronoun | //who// | +| [Imp #Imp] | imperative | //look at this// | +| [N #N] | common noun | //house// | +| [N2 #N2] | relational noun | //son// | +| [N3 #N3] | three-place relational noun | //connection// | +| [NP #NP] | noun phrase (subject or object) | //the red house// | +| [Num #Num] | number determining element | //seven// | +| [Numeral #Numeral] | cardinal or ordinal in words | //five/fifth// | +| [Ord #Ord] | ordinal number (used in Det) | //seventh// | +| [PConj #PConj] | phrase-beginning conjunction | //therefore// | +| [PN #PN] | proper name | //Paris// | +| [Phr #Phr] | phrase in a text | //but be quiet please// | +| [Pol #Pol] | polarity | positive, negative | +| [Predet #Predet] | predeterminer (prefixed Quant) | //all// | +| [Prep #Prep] | preposition, or just case | //in// | +| [Pron #Pron] | personal pronoun | //she// | +| [QCl #QCl] | question clause, with all tenses | //why does she walk// | +| [QS #QS] | question | //where did she live// | +| [Quant #Quant] | quantifier ('nucleus' of Det) | //this/these// | +| [RCl #RCl] | relative clause, with all tenses | //in which she lives// | +| [RP #RP] | relative pronoun | //in which// | +| [RS #RS] | relative | //in which she lived// | +| [S #S] | declarative sentence | //she lived here// | +| [SC #SC] | embedded sentence or question | //that it rains// | +| [Subj #Subj] | subjunction | //if// | +| [Tense #Tense] | tense | present, past, future | +| [Text #Text] | text consisting of several phrases | //He is here. Why?// | +| [Utt #Utt] | sentence, question, word... | //be quiet// | +| [V #V] | one-place verb | //sleep// | +| [V2 #V2] | two-place verb | //love// | +| [V2A #V2A] | verb with NP and AP complement | //paint// | +| [V2Q #V2Q] | verb with NP and Q complement | //ask// | +| [V2S #V2S] | verb with NP and S complement | //tell// | +| [V2V #V2V] | verb with NP and V complement | //cause// | +| [V3 #V3] | three-place verb | //show// | +| [VA #VA] | adjective-complement verb | //look// | +| [VP #VP] | verb phrase | //is very warm// | +| [VPSlash #VPSlash] | verb phrase missing complement | //give to John// | +| [VQ #VQ] | question-complement verb | //wonder// | +| [VS #VS] | sentence-complement verb | //claim// | +| [VV #VV] | verb-phrase-complement verb | //want// | +| [Voc #Voc] | vocative or "please" | //my darling// | + + +=Syntax Rules and Structural Words= + + +Source 1: [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/api/Constructors.gf`` ../api/Constructors.gf] + + +Source 2: [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/abstract/Structural.gf`` ../abstract/Structural.gf] + + +==A - one-place adjective==[A] +Lexical category, constructors given in +[lexical paradigms #RParadigms]. +==A2 - two-place adjective==[A2] +Lexical category, constructors given in +[lexical paradigms #RParadigms]. +==AP - adjectival phrase==[AP] +|| Function | Type | Example || +| ``mkAP`` | [A #A] ``->`` [AP #AP] | //old// | +| ``mkAP`` | [A #A] ``->`` [NP #NP] ``->`` [AP #AP] | //older than John// | +| ``mkAP`` | [A2 #A2] ``->`` [NP #NP] ``->`` [AP #AP] | //married to her// | +| ``mkAP`` | [A2 #A2] ``->`` [AP #AP] | //married to myself// | +| ``mkAP`` | [AP #AP] ``->`` [S #S] ``->`` [AP #AP] | //probable that John walks// | +| ``mkAP`` | [AP #AP] ``->`` [QS #QS] ``->`` [AP #AP] | //uncertain if John walks// | +| ``mkAP`` | [AP #AP] ``->`` [VP #VP] ``->`` [AP #AP] | //ready to go// | +| ``mkAP`` | [AdA #AdA] ``->`` [A #A] ``->`` [AP #AP] | //very old// | +| ``mkAP`` | [AdA #AdA] ``->`` [AP #AP] ``->`` [AP #AP] | //very very old// | +| ``mkAP`` | [Conj #Conj] ``->`` [AP #AP] ``->`` [AP #AP] ``->`` [AP #AP] | //old and big// | +| ``mkAP`` | [Conj #Conj] ``->`` [ListAP #ListAP] ``->`` [AP #AP] | //old, big, and warm// | +==AdA - adjective-modifying adverb==[AdA] +|| Function | Type | Example || +| ``almost_AdA`` | [AdA #AdA] | //almost// | +| ``quite_Adv`` | [AdA #AdA] | //quite// | +| ``so_AdA`` | [AdA #AdA] | //so// | +| ``too_AdA`` | [AdA #AdA] | //too// | +| ``very_AdA`` | [AdA #AdA] | //very// | +==AdN - numeral-modifying adverb==[AdN] +|| Function | Type | Example || +| ``almost_AdN`` | [AdN #AdN] | //almost// | +| ``mkAdN`` | [CAdv #CAdv] ``->`` [AdN #AdN] | //more than// | +==AdV - adverb directly attached to verb==[AdV] +|| Function | Type | Example || +| ``always_AdV`` | [AdV #AdV] | //always// | +==Adv - verb-phrase-modifying adverb==[Adv] +|| Function | Type | Example || +| ``everywhere_Adv`` | [Adv #Adv] | //everywhere// | +| ``here7from_Adv`` | [Adv #Adv] | //from here// | +| ``here7to_Adv`` | [Adv #Adv] | //to here// | +| ``here_Adv`` | [Adv #Adv] | //here// | +| ``mkAdv`` | [A #A] ``->`` [Adv #Adv] | //warmly// | +| ``mkAdv`` | [Prep #Prep] ``->`` [NP #NP] ``->`` [Adv #Adv] | //with John// | +| ``mkAdv`` | [Subj #Subj] ``->`` [S #S] ``->`` [Adv #Adv] | //when John walks// | +| ``mkAdv`` | [CAdv #CAdv] ``->`` [A #A] ``->`` [NP #NP] ``->`` [Adv #Adv] | //more warmly than John// | +| ``mkAdv`` | [CAdv #CAdv] ``->`` [A #A] ``->`` [S #S] ``->`` [Adv #Adv] | //more warmly than John walks// | +| ``mkAdv`` | [AdA #AdA] ``->`` [Adv #Adv] ``->`` [Adv #Adv] | //very warmly// | +| ``mkAdv`` | [Conj #Conj] ``->`` [Adv #Adv] ``->`` [Adv #Adv] ``->`` [Adv #Adv] | //here and now// | +| ``mkAdv`` | [Conj #Conj] ``->`` [ListAdv #ListAdv] ``->`` [Adv #Adv] | //with John, here and now// | +| ``somewhere_Adv`` | [Adv #Adv] | //somewhere// | +| ``there7from_Adv`` | [Adv #Adv] | //from there// | +| ``there7to_Adv`` | [Adv #Adv] | //to there// | +| ``there_Adv`` | [Adv #Adv] | //there// | +==Ant - anteriority==[Ant] +|| Function | Type | Example || +| ``anteriorAnt`` | [Ant #Ant] | //(John has walked) --# notpresent// | +| ``simultaneousAnt`` | [Ant #Ant] | //(John walks) [default]// | +==Art - article==[Art] +|| Function | Type | Example || +| ``a_Art`` | [Art #Art] | //a// | +| ``the_Art`` | [Art #Art] | //the// | +==CAdv - comparative adverb==[CAdv] +|| Function | Type | Example || +| ``less_CAdv`` | [CAdv #CAdv] | //less// | +| ``more_CAdv`` | [CAdv #CAdv] | //more// | +==CN - common noun (without determiner)==[CN] +|| Function | Type | Example || +| ``mkCN`` | [N #N] ``->`` [CN #CN] | //house// | +| ``mkCN`` | [N2 #N2] ``->`` [NP #NP] ``->`` [CN #CN] | //mother of John// | +| ``mkCN`` | [N3 #N3] ``->`` [NP #NP] ``->`` [NP #NP] ``->`` [CN #CN] | //distance from this city to Paris// | +| ``mkCN`` | [N2 #N2] ``->`` [CN #CN] | //son// | +| ``mkCN`` | [N3 #N3] ``->`` [CN #CN] | //flight// | +| ``mkCN`` | [A #A] ``->`` [N #N] ``->`` [CN #CN] | //big house// | +| ``mkCN`` | [A #A] ``->`` [CN #CN] ``->`` [CN #CN] | //big blue house// | +| ``mkCN`` | [AP #AP] ``->`` [N #N] ``->`` [CN #CN] | //very big house// | +| ``mkCN`` | [AP #AP] ``->`` [CN #CN] ``->`` [CN #CN] | //very big blue house// | +| ``mkCN`` | [N #N] ``->`` [RS #RS] ``->`` [CN #CN] | //house that John loves// | +| ``mkCN`` | [CN #CN] ``->`` [RS #RS] ``->`` [CN #CN] | //big house that John loves// | +| ``mkCN`` | [N #N] ``->`` [Adv #Adv] ``->`` [CN #CN] | //house in the city// | +| ``mkCN`` | [CN #CN] ``->`` [Adv #Adv] ``->`` [CN #CN] | //big house in the city// | +| ``mkCN`` | [CN #CN] ``->`` [S #S] ``->`` [CN #CN] | //rule that John walks// | +| ``mkCN`` | [CN #CN] ``->`` [QS #QS] ``->`` [CN #CN] | //question if John walks// | +| ``mkCN`` | [CN #CN] ``->`` [VP #VP] ``->`` [CN #CN] | //reason to walk// | +| ``mkCN`` | [N #N] ``->`` [NP #NP] ``->`` [CN #CN] | //king John// | +| ``mkCN`` | [CN #CN] ``->`` [NP #NP] ``->`` [CN #CN] | //old king John// | +==Card - cardinal number==[Card] +Lexical category, constructors given in +[lexical paradigms #RParadigms]. +==Cl - declarative clause, with all tenses==[Cl] +|| Function | Type | Example || +| ``genericCl`` | [VP #VP] ``->`` [Cl #Cl] | //one walks// | +| ``mkCl`` | [NP #NP] ``->`` [V #V] ``->`` [Cl #Cl] | //John walks// | +| ``mkCl`` | [NP #NP] ``->`` [V2 #V2] ``->`` [NP #NP] ``->`` [Cl #Cl] | //John loves her// | +| ``mkCl`` | [NP #NP] ``->`` [V3 #V3] ``->`` [NP #NP] ``->`` [NP #NP] ``->`` [Cl #Cl] | //John sends it to her// | +| ``mkCl`` | [NP #NP] ``->`` [VV #VV] ``->`` [VP #VP] ``->`` [Cl #Cl] | //John wants to walk// | +| ``mkCl`` | [NP #NP] ``->`` [VS #VS] ``->`` [S #S] ``->`` [Cl #Cl] | //John says that it is good// | +| ``mkCl`` | [NP #NP] ``->`` [VQ #VQ] ``->`` [QS #QS] ``->`` [Cl #Cl] | //John wonders if it is good// | +| ``mkCl`` | [NP #NP] ``->`` [VA #VA] ``->`` [AP #AP] ``->`` [Cl #Cl] | //John becomes old// | +| ``mkCl`` | [NP #NP] ``->`` [V2A #V2A] ``->`` [NP #NP] ``->`` [AP #AP] ``->`` [Cl #Cl] | //John paints it red// | +| ``mkCl`` | [NP #NP] ``->`` [V2S #V2S] ``->`` [NP #NP] ``->`` [S #S] ``->`` [Cl #Cl] | //John tells her that we are here// | +| ``mkCl`` | [NP #NP] ``->`` [V2Q #V2Q] ``->`` [NP #NP] ``->`` [QS #QS] ``->`` [Cl #Cl] | //John asks her who is here// | +| ``mkCl`` | [NP #NP] ``->`` [V2V #V2V] ``->`` [NP #NP] ``->`` [VP #VP] ``->`` [Cl #Cl] | //John forces us to sleep// | +| ``mkCl`` | [NP #NP] ``->`` [A #A] ``->`` [Cl #Cl] | //John is old// | +| ``mkCl`` | [NP #NP] ``->`` [A #A] ``->`` [NP #NP] ``->`` [Cl #Cl] | //John is older than her// | +| ``mkCl`` | [NP #NP] ``->`` [A2 #A2] ``->`` [NP #NP] ``->`` [Cl #Cl] | //John is married to her// | +| ``mkCl`` | [NP #NP] ``->`` [AP #AP] ``->`` [Cl #Cl] | //John is very old// | +| ``mkCl`` | [NP #NP] ``->`` [N #N] ``->`` [Cl #Cl] | //John is a man// | +| ``mkCl`` | [NP #NP] ``->`` [CN #CN] ``->`` [Cl #Cl] | //John is an old man// | +| ``mkCl`` | [NP #NP] ``->`` [NP #NP] ``->`` [Cl #Cl] | //John is the man// | +| ``mkCl`` | [NP #NP] ``->`` [Adv #Adv] ``->`` [Cl #Cl] | //John is here// | +| ``mkCl`` | [NP #NP] ``->`` [VP #VP] ``->`` [Cl #Cl] | //John walks here// | +| ``mkCl`` | [V #V] ``->`` [Cl #Cl] | //it rains// | +| ``mkCl`` | [VP #VP] ``->`` [Cl #Cl] | //it is raining// | +| ``mkCl`` | [N #N] ``->`` [Cl #Cl] | //there is a house// | +| ``mkCl`` | [CN #CN] ``->`` [Cl #Cl] | //there is an old houses// | +| ``mkCl`` | [NP #NP] ``->`` [Cl #Cl] | //there are five houses// | +| ``mkCl`` | [NP #NP] ``->`` [RS #RS] ``->`` [Cl #Cl] | //it is John that walks// | +| ``mkCl`` | [Adv #Adv] ``->`` [S #S] ``->`` [Cl #Cl] | //it is here John walks// | +==ClSlash==[ClSlash] +|| Function | Type | Example || +| ``mkClSlash`` | [NP #NP] ``->`` [V2 #V2] ``->`` [ClSlash #ClSlash] | //(whom) John loves// | +| ``mkClSlash`` | [NP #NP] ``->`` [VV #VV] ``->`` [V2 #V2] ``->`` [ClSlash #ClSlash] | //(whom) John wants to see// | +| ``mkClSlash`` | [Cl #Cl] ``->`` [Prep #Prep] ``->`` [ClSlash #ClSlash] | //(with whom) John walks// | +| ``mkClSlash`` | [ClSlash #ClSlash] ``->`` [Adv #Adv] ``->`` [ClSlash #ClSlash] | //(whom) John loves today// | +==Comp - complement of copula, such as AP==[Comp] +Lexical category, constructors given in +[lexical paradigms #RParadigms]. +==Conj - conjunction==[Conj] +|| Function | Type | Example || +| ``and_Conj`` | [Conj #Conj] | //and// | +| ``both7and_DConj`` | [Conj #Conj] | //both...and// | +| ``either7or_DConj`` | [Conj #Conj] | //either...or// | +| ``or_Conj`` | [Conj #Conj] | //or// | +==Det - determiner phrase==[Det] +|| Function | Type | Example || +| ``every_Det`` | [Det #Det] | //every// | +| ``few_Det`` | [Det #Det] | //few// | +| ``many_Det`` | [Det #Det] | //many// | +| ``mkDet`` | [Quant #Quant] ``->`` [Det #Det] | //this// | +| ``mkDet`` | [Quant #Quant] ``->`` ([Ord #Ord]) ``->`` [Det #Det] | //this first// | +| ``mkDet`` | [Quant #Quant] ``->`` [Num #Num] ``->`` [Det #Det] | //these// | +| ``mkDet`` | [Quant #Quant] ``->`` [Num #Num] ``->`` ([Ord #Ord]) ``->`` [Det #Det] | //these five best// | +| ``mkDet`` | [Quant #Quant] ``->`` [Det #Det] | //this// | +| ``mkDet`` | [Quant #Quant] ``->`` [Num #Num] ``->`` [Det #Det] | //these five// | +| ``mkDet`` | [Card #Card] ``->`` [Det #Det] | //almost twenty// | +| ``mkDet`` | [Numeral #Numeral] ``->`` [Det #Det] | //five// | +| ``mkDet`` | [Digits #Digits] ``->`` [Det #Det] | //51// | +| ``mkDet`` | [Pron #Pron] ``->`` [Det #Det] | //my (house)// | +| ``mkDet`` | [Pron #Pron] ``->`` [Num #Num] ``->`` [Det #Det] | //my (houses)// | +| ``much_Det`` | [Det #Det] | //much// | +| ``somePl_Det`` | [Det #Det] | //somePl// | +| ``someSg_Det`` | [Det #Det] | //someSg// | +==Dig==[Dig] +|| Function | Type | Example || +| ``n0_Dig`` | [Dig #Dig] | //0// | +| ``n1_Dig`` | [Dig #Dig] | //1// | +| ``n2_Dig`` | [Dig #Dig] | //2// | +| ``n3_Dig`` | [Dig #Dig] | //3// | +| ``n4_Dig`` | [Dig #Dig] | //4// | +| ``n5_Dig`` | [Dig #Dig] | //5// | +| ``n6_Dig`` | [Dig #Dig] | //6// | +| ``n7_Dig`` | [Dig #Dig] | //7// | +| ``n8_Dig`` | [Dig #Dig] | //8// | +| ``n9_Dig`` | [Dig #Dig] | //9// | +==Digits - cardinal or ordinal in digits==[Digits] +|| Function | Type | Example || +| ``mkDigits`` | [Dig #Dig] ``->`` [Digits #Digits] | //8// | +| ``mkDigits`` | [Dig #Dig] ``->`` [Digits #Digits] ``->`` [Digits #Digits] | //876// | +| ``n1000_Digits`` | [Digits #Digits] | //1,000// | +| ``n100_Digits`` | [Digits #Digits] | //100// | +| ``n10_Digits`` | [Digits #Digits] | //10// | +| ``n1_Digits`` | [Digits #Digits] | //1// | +| ``n20_Digits`` | [Digits #Digits] | //20// | +| ``n2_Digits`` | [Digits #Digits] | //2// | +| ``n3_Digits`` | [Digits #Digits] | //3// | +| ``n4_Digits`` | [Digits #Digits] | //4// | +| ``n5_Digits`` | [Digits #Digits] | //5// | +| ``n6_Digits`` | [Digits #Digits] | //6// | +| ``n7_Digits`` | [Digits #Digits] | //7// | +| ``n8_Digits`` | [Digits #Digits] | //8// | +| ``n9_Digits`` | [Digits #Digits] | //9// | +==IAdv - interrogative adverb==[IAdv] +|| Function | Type | Example || +| ``how_IAdv`` | [IAdv #IAdv] | //how// | +| ``mkIAdv`` | [Prep #Prep] ``->`` [IP #IP] ``->`` [IAdv #IAdv] | //in which city// | +| ``when_IAdv`` | [IAdv #IAdv] | //when// | +| ``where_IAdv`` | [IAdv #IAdv] | //where// | +| ``why_IAdv`` | [IAdv #IAdv] | //why// | +==IComp - interrogative complement of copula==[IComp] +Lexical category, constructors given in +[lexical paradigms #RParadigms]. +==IDet - interrogative determiner==[IDet] +|| Function | Type | Example || +| ``how8many_IDet`` | [IDet #IDet] | //how8many// | +==IP - interrogative pronoun==[IP] +|| Function | Type | Example || +| ``mkIP`` | [IQuant #IQuant] ``->`` [N #N] ``->`` [IP #IP] | //which city// | +| ``mkIP`` | [IQuant #IQuant] ``->`` ([Num #Num]) ``->`` [CN #CN] ``->`` [IP #IP] | //which five big cities// | +| ``mkIP`` | [IP #IP] ``->`` [Adv #Adv] ``->`` [IP #IP] | //who in Paris// | +| ``whatPl_IP`` | [IP #IP] | //what (plural)// | +| ``whatSg_IP`` | [IP #IP] | //what (singular)// | +| ``whoPl_IP`` | [IP #IP] | //who (plural)// | +| ``whoSg_IP`` | [IP #IP] | //who (singular)// | +==IQuant==[IQuant] +|| Function | Type | Example || +| ``which_IQuant`` | [IQuant #IQuant] | //which// | +==Imp - imperative==[Imp] +|| Function | Type | Example || +| ``mkImp`` | [V #V] ``->`` [Imp #Imp] | //go// | +| ``mkImp`` | [V2 #V2] ``->`` [NP #NP] ``->`` [Imp #Imp] | //take it// | +| ``mkImp`` | [VP #VP] ``->`` [Imp #Imp] | //go there now// | +==ImpForm==[ImpForm] +|| Function | Type | Example || +| ``pluralImpForm`` | [ImpForm #ImpForm] | //(help yourselves)// | +| ``politeImpForm`` | [ImpForm #ImpForm] | //(help yourself) (polite singular)// | +| ``singularImpForm`` | [ImpForm #ImpForm] | //(help yourself) [default]// | +==ListAP==[ListAP] +|| Function | Type | Example || +| ``mkListAP`` | [AP #AP] ``->`` [AP #AP] ``->`` [ListAP #ListAP] | //old, big// | +| ``mkListAP`` | [AP #AP] ``->`` [ListAP #ListAP] ``->`` [ListAP #ListAP] | //old, big, warm// | +==ListAdv==[ListAdv] +|| Function | Type | Example || +| ``mkListAdv`` | [Adv #Adv] ``->`` [Adv #Adv] ``->`` [ListAdv #ListAdv] | //here, now// | +| ``mkListAdv`` | [Adv #Adv] ``->`` [ListAdv #ListAdv] ``->`` [ListAdv #ListAdv] | //to me, here, now// | +==ListNP==[ListNP] +|| Function | Type | Example || +| ``mkListNP`` | [NP #NP] ``->`` [NP #NP] ``->`` [ListNP #ListNP] | //John, I// | +| ``mkListNP`` | [NP #NP] ``->`` [ListNP #ListNP] ``->`` [ListNP #ListNP] | //John, I, that// | +==ListS==[ListS] +|| Function | Type | Example || +| ``mkListS`` | [S #S] ``->`` [S #S] ``->`` [ListS #ListS] | //he walks, I run// | +| ``mkListS`` | [S #S] ``->`` [ListS #ListS] ``->`` [ListS #ListS] | //John walks, I run, you sleep// | +==N - common noun==[N] +Lexical category, constructors given in +[lexical paradigms #RParadigms]. +==N2 - relational noun==[N2] +Lexical category, constructors given in +[lexical paradigms #RParadigms]. +==N3 - three-place relational noun==[N3] +Lexical category, constructors given in +[lexical paradigms #RParadigms]. +==NP - noun phrase (subject or object)==[NP] +|| Function | Type | Example || +| ``everybody_NP`` | [NP #NP] | //everybody// | +| ``everything_NP`` | [NP #NP] | //everything// | +| ``mkNP`` | [Art #Art] [N #N] ``->`` [NP #NP] | //the man// | +| ``mkNP`` | [Art #Art] ``->`` ([Num #Num]) ``->`` [CN #CN] ``->`` [NP #NP] | //the five old men// | +| ``mkNP`` | [Quant #Quant] ``->`` [N #N] ``->`` [NP #NP] | //this men// | +| ``mkNP`` | [Quant #Quant] ``->`` ([Num #Num]) ``->`` [CN #CN] ``->`` [NP #NP] | //these five old men// | +| ``mkNP`` | [Det #Det] ``->`` [N #N] ``->`` [NP #NP] | //the first man// | +| ``mkNP`` | [Det #Det] ``->`` [CN #CN] ``->`` [NP #NP] | //the first old man// | +| ``mkNP`` | [Numeral #Numeral] ``->`` [N #N] ``->`` [NP #NP] | //twenty men// | +| ``mkNP`` | [Numeral #Numeral] ``->`` [CN #CN] ``->`` [NP #NP] | //twenty old men// | +| ``mkNP`` | [Digits #Digits] ``->`` [N #N] ``->`` [NP #NP] | //45 men// | +| ``mkNP`` | [Digits #Digits] ``->`` [CN #CN] ``->`` [NP #NP] | //45 old men// | +| ``mkNP`` | [Card #Card] ``->`` [N #N] ``->`` [NP #NP] | //almost twenty men// | +| ``mkNP`` | [Card #Card] ``->`` [CN #CN] ``->`` [NP #NP] | //almost twenty old men// | +| ``mkNP`` | [Pron #Pron] ``->`` [N #N] ``->`` [NP #NP] | //my man// | +| ``mkNP`` | [Pron #Pron] ``->`` [CN #CN] ``->`` [NP #NP] | //my old man// | +| ``mkNP`` | [PN #PN] ``->`` [NP #NP] | //John// | +| ``mkNP`` | [Pron #Pron] ``->`` [NP #NP] | //he// | +| ``mkNP`` | [Quant #Quant] ``->`` [NP #NP] | //this// | +| ``mkNP`` | [Det #Det] ``->`` [NP #NP] | //these five// | +| ``mkNP`` | [N #N] ``->`` [NP #NP] | //beer// | +| ``mkNP`` | [CN #CN] ``->`` [NP #NP] | //beer// | +| ``mkNP`` | [Predet #Predet] ``->`` [NP #NP] ``->`` [NP #NP] | //only John// | +| ``mkNP`` | [NP #NP] ``->`` [V2 #V2] ``->`` [NP #NP] | //John killed// | +| ``mkNP`` | [NP #NP] ``->`` [Adv #Adv] ``->`` [NP #NP] | //John in Paris// | +| ``mkNP`` | [Conj #Conj] ``->`` [NP #NP] ``->`` [NP #NP] ``->`` [NP #NP] | //John and I// | +| ``mkNP`` | [Conj #Conj] ``->`` [ListNP #ListNP] ``->`` [NP #NP] | //John, I, and that// | +| ``somebody_NP`` | [NP #NP] | //somebody// | +| ``something_NP`` | [NP #NP] | //something// | +==Num - number determining element==[Num] +|| Function | Type | Example || +| ``mkNum`` | [Numeral #Numeral] ``->`` [Num #Num] | //twenty// | +| ``mkNum`` | [Digits #Digits] ``->`` [Num #Num] | //51// | +| ``mkNum`` | [AdN #AdN] ``->`` [Num #Num] ``->`` [Num #Num] | //almost ten// | +| ``plNum`` | [Num #Num] | //plural// | +| ``sgNum`` | [Num #Num] | //singular// | +==Numeral - cardinal or ordinal in words==[Numeral] +|| Function | Type | Example || +| ``n1000_Numeral`` | [Numeral #Numeral] | //thousand// | +| ``n100_Numeral`` | [Numeral #Numeral] | //hundred// | +| ``n10_Numeral`` | [Numeral #Numeral] | //ten// | +| ``n1_Numeral`` | [Numeral #Numeral] | //one// | +| ``n20_Numeral`` | [Numeral #Numeral] | //twenty// | +| ``n2_Numeral`` | [Numeral #Numeral] | //two// | +| ``n3_Numeral`` | [Numeral #Numeral] | //three// | +| ``n4_Numeral`` | [Numeral #Numeral] | //four// | +| ``n5_Numeral`` | [Numeral #Numeral] | //five// | +| ``n6_Numeral`` | [Numeral #Numeral] | //six// | +| ``n7_Numeral`` | [Numeral #Numeral] | //seven// | +| ``n8_Numeral`` | [Numeral #Numeral] | //eight// | +| ``n9_Numeral`` | [Numeral #Numeral] | //nine// | +==Ord - ordinal number (used in Det)==[Ord] +|| Function | Type | Example || +| ``mkOrd`` | [Numeral #Numeral] ``->`` [Ord #Ord] | //twentieth// | +| ``mkOrd`` | [Digits #Digits] ``->`` [Ord #Ord] | //51st// | +| ``mkOrd`` | [A #A] ``->`` [Ord #Ord] | //best// | +==PConj - phrase-beginning conjunction==[PConj] +|| Function | Type | Example || +| ``but_PConj`` | [PConj #PConj] | //but// | +| ``mkPConj`` | [Conj #Conj] ``->`` [PConj #PConj] | //and// | +| ``otherwise_PConj`` | [PConj #PConj] | //otherwise// | +| ``therefore_PConj`` | [PConj #PConj] | //therefore// | +==PN - proper name==[PN] +Lexical category, constructors given in +[lexical paradigms #RParadigms]. +==Phr - phrase in a text==[Phr] +|| Function | Type | Example || +| ``mkPhr`` | [Utt #Utt] ``->`` [Phr #Phr] | //why// | +| ``mkPhr`` | ([PConj #PConj]) ``->`` [Utt #Utt] ``->`` ([Voc #Voc]) ``->`` [Phr #Phr] | //but why John// | +| ``mkPhr`` | [S #S] ``->`` [Phr #Phr] | //John walked// | +| ``mkPhr`` | [Cl #Cl] ``->`` [Phr #Phr] | //John walks// | +| ``mkPhr`` | [QS #QS] ``->`` [Phr #Phr] | //did John walk// | +| ``mkPhr`` | [Imp #Imp] ``->`` [Phr #Phr] | //walk// | +==Pol - polarity==[Pol] +|| Function | Type | Example || +| ``negativePol`` | [Pol #Pol] | //(John doesn't walk)// | +| ``positivePol`` | [Pol #Pol] | //(John walks) [default]// | +==Predet - predeterminer (prefixed Quant)==[Predet] +|| Function | Type | Example || +| ``all_Predet`` | [Predet #Predet] | //all// | +| ``most_Predet`` | [Predet #Predet] | //most// | +| ``only_Predet`` | [Predet #Predet] | //only// | +==Prep - preposition, or just case==[Prep] +|| Function | Type | Example || +| ``above_Prep`` | [Prep #Prep] | //above// | +| ``after_Prep`` | [Prep #Prep] | //after// | +| ``before_Prep`` | [Prep #Prep] | //before// | +| ``behind_Prep`` | [Prep #Prep] | //behind// | +| ``between_Prep`` | [Prep #Prep] | //between// | +| ``by8agent_Prep`` | [Prep #Prep] | //by (agent)// | +| ``by8means_Prep`` | [Prep #Prep] | //by (means of)// | +| ``during_Prep`` | [Prep #Prep] | //during// | +| ``for_Prep`` | [Prep #Prep] | //for// | +| ``from_Prep`` | [Prep #Prep] | //from// | +| ``in8front_Prep`` | [Prep #Prep] | //in front of// | +| ``in_Prep`` | [Prep #Prep] | //in// | +| ``on_Prep`` | [Prep #Prep] | //on// | +| ``part_Prep`` | [Prep #Prep] | //part// | +| ``possess_Prep`` | [Prep #Prep] | //of (possessive)// | +| ``through_Prep`` | [Prep #Prep] | //through// | +| ``to_Prep`` | [Prep #Prep] | //to// | +| ``under_Prep`` | [Prep #Prep] | //under// | +| ``with_Prep`` | [Prep #Prep] | //with// | +| ``without_Prep`` | [Prep #Prep] | //without// | +==Pron - personal pronoun==[Pron] +|| Function | Type | Example || +| ``he_Pron`` | [Pron #Pron] | //he// | +| ``i_Pron`` | [Pron #Pron] | //i// | +| ``it_Pron`` | [Pron #Pron] | //it// | +| ``she_Pron`` | [Pron #Pron] | //she// | +| ``they_Pron`` | [Pron #Pron] | //they// | +| ``we_Pron`` | [Pron #Pron] | //we// | +| ``youPl_Pron`` | [Pron #Pron] | //you (plural)// | +| ``youPol_Pron`` | [Pron #Pron] | //you (polite)// | +| ``youSg_Pron`` | [Pron #Pron] | //you (singular)// | +==Punct==[Punct] +|| Function | Type | Example || +| ``exclMarkPunct`` | [Punct #Punct] | //!// | +| ``fullStopPunct`` | [Punct #Punct] | //.// | +| ``questMarkPunct`` | [Punct #Punct] | //?// | +==QCl - question clause, with all tenses==[QCl] +|| Function | Type | Example || +| ``mkQCl`` | [Cl #Cl] ``->`` [QCl #QCl] | //does John walk// | +| ``mkQCl`` | [IP #IP] ``->`` [VP #VP] ``->`` [QCl #QCl] | //who walks// | +| ``mkQCl`` | [IP #IP] ``->`` [NP #NP] ``->`` [V2 #V2] ``->`` [QCl #QCl] | //whom does John love// | +| ``mkQCl`` | [IP #IP] ``->`` [ClSlash #ClSlash] ``->`` [QCl #QCl] | //whom does John love today// | +| ``mkQCl`` | [IAdv #IAdv] ``->`` [Cl #Cl] ``->`` [QCl #QCl] | //why does John walk// | +| ``mkQCl`` | [Prep #Prep] ``->`` [IP #IP] ``->`` [Cl #Cl] ``->`` [QCl #QCl] | //with who does John walk// | +| ``mkQCl`` | [IAdv #IAdv] ``->`` [NP #NP] ``->`` [QCl #QCl] | //where is John// | +| ``mkQCl`` | [IP #IP] ``->`` [QCl #QCl] | //what is there// | +==QS - question==[QS] +|| Function | Type | Example || +| ``mkQS`` | [QCl #QCl] ``->`` [QS #QS] | //who walks// | +| ``mkQS`` | ([Tense #Tense]) ``->`` ([Ant #Ant]) ``->`` ([Pol #Pol]) ``->`` [QCl #QCl] ``->`` [QS #QS] | //who wouldn't have walked// | +| ``mkQS`` | [Cl #Cl] ``->`` [QS #QS] | //does John walk// | +==Quant - quantifier ('nucleus' of Det)==[Quant] +|| Function | Type | Example || +| ``that_Quant`` | [Quant #Quant] | //that// | +| ``this_Quant`` | [Quant #Quant] | //this// | +==RCl - relative clause, with all tenses==[RCl] +|| Function | Type | Example || +| ``mkRCl`` | [RP #RP] ``->`` [VP #VP] ``->`` [RCl #RCl] | //that walk// | +| ``mkRCl`` | [RP #RP] ``->`` [NP #NP] ``->`` [V2 #V2] ``->`` [RCl #RCl] | //which John loves// | +| ``mkRCl`` | [RP #RP] ``->`` [ClSlash #ClSlash] ``->`` [RCl #RCl] | //which John loves today// | +| ``mkRCl`` | [Cl #Cl] ``->`` [RCl #RCl] | //such that John loves her// | +==RP - relative pronoun==[RP] +|| Function | Type | Example || +| ``mkRP`` | [Prep #Prep] ``->`` [NP #NP] ``->`` [RP #RP] ``->`` [RP #RP] | //all the houses in which// | +| ``which_RP`` | [RP #RP] | //which// | +==RS - relative==[RS] +|| Function | Type | Example || +| ``mkRS`` | [RCl #RCl] ``->`` [RS #RS] | //that walk// | +| ``mkRS`` | ([Tense #Tense]) ``->`` ([Ant #Ant]) ``->`` ([Pol #Pol]) ``->`` [RCl #RCl] ``->`` [RS #RS] | //that wouldn't have walked// | +==S - declarative sentence==[S] +|| Function | Type | Example || +| ``mkS`` | [Cl #Cl] ``->`` [S #S] | //John walks// | +| ``mkS`` | ([Tense #Tense]) ``->`` ([Ant #Ant]) ``->`` ([Pol #Pol]) ``->`` [Cl #Cl] ``->`` [S #S] | //John wouldn't have walked// | +| ``mkS`` | [Conj #Conj] ``->`` [S #S] ``->`` [S #S] ``->`` [S #S] | //John walks and I run// | +| ``mkS`` | [Conj #Conj] ``->`` [ListS #ListS] ``->`` [S #S] | //John walks, I run and you sleep// | +| ``mkS`` | [Adv #Adv] ``->`` [S #S] ``->`` [S #S] | //today, John walks// | +==SC - embedded sentence or question==[SC] +Lexical category, constructors given in +[lexical paradigms #RParadigms]. +==Subj - subjunction==[Subj] +|| Function | Type | Example || +| ``although_Subj`` | [Subj #Subj] | //although// | +| ``because_Subj`` | [Subj #Subj] | //because// | +| ``if_Subj`` | [Subj #Subj] | //if// | +| ``when_Subj`` | [Subj #Subj] | //when// | +==Tense - tense==[Tense] +|| Function | Type | Example || +| ``conditionalTense`` | [Tense #Tense] | //(John would walk) --# notpresent// | +| ``futureTense`` | [Tense #Tense] | //(John will walk) --# notpresent// | +| ``pastTense`` | [Tense #Tense] | //(John walked) --# notpresent// | +| ``presentTense`` | [Tense #Tense] | //(John walks) [default]// | +==Text - text consisting of several phrases==[Text] +|| Function | Type | Example || +| ``emptyText`` | [Text #Text] | //(empty text)// | +| ``mkText`` | [Phr #Phr] ``->`` [Text #Text] | //But John walks.// | +| ``mkText`` | [Phr #Phr] ``->`` ([Punct #Punct]) ``->`` ([Text #Text]) ``->`` [Text #Text] | //John walks? Yes.// | +| ``mkText`` | [Utt #Utt] ``->`` [Text #Text] | //John.// | +| ``mkText`` | [S #S] ``->`` [Text #Text] | //John walked.// | +| ``mkText`` | [Cl #Cl] ``->`` [Text #Text] | //John walks.// | +| ``mkText`` | [QS #QS] ``->`` [Text #Text] | //Did John walk?// | +| ``mkText`` | [Imp #Imp] ``->`` [Text #Text] | //Walk!// | +| ``mkText`` | [Text #Text] ``->`` [Text #Text] ``->`` [Text #Text] | //Where? When? Here. Now!// | +==Utt - sentence, question, word...==[Utt] +|| Function | Type | Example || +| ``lets_Utt`` | [VP #VP] ``->`` [Utt #Utt] | //let's walk// | +| ``mkUtt`` | [S #S] ``->`` [Utt #Utt] | //John walked// | +| ``mkUtt`` | [Cl #Cl] ``->`` [Utt #Utt] | //John walks// | +| ``mkUtt`` | [QS #QS] ``->`` [Utt #Utt] | //did John walk// | +| ``mkUtt`` | [Imp #Imp] ``->`` [Utt #Utt] | //love yourself// | +| ``mkUtt`` | ([ImpForm #ImpForm]) ``->`` ([Pol #Pol]) ``->`` [Imp #Imp] ``->`` [Utt #Utt] | //don't love yourselves// | +| ``mkUtt`` | [IP #IP] ``->`` [Utt #Utt] | //who// | +| ``mkUtt`` | [IAdv #IAdv] ``->`` [Utt #Utt] | //why// | +| ``mkUtt`` | [NP #NP] ``->`` [Utt #Utt] | //John// | +| ``mkUtt`` | [Adv #Adv] ``->`` [Utt #Utt] | //here// | +| ``mkUtt`` | [VP #VP] ``->`` [Utt #Utt] | //to walk// | +| ``no_Utt`` | [Utt #Utt] | //no// | +| ``yes_Utt`` | [Utt #Utt] | //yes// | +==V - one-place verb==[V] +Lexical category, constructors given in +[lexical paradigms #RParadigms]. +==V2 - two-place verb==[V2] +Lexical category, constructors given in +[lexical paradigms #RParadigms]. +==V2A - verb with NP and AP complement==[V2A] +Lexical category, constructors given in +[lexical paradigms #RParadigms]. +==V2Q - verb with NP and Q complement==[V2Q] +Lexical category, constructors given in +[lexical paradigms #RParadigms]. +==V2S - verb with NP and S complement==[V2S] +Lexical category, constructors given in +[lexical paradigms #RParadigms]. +==V2V - verb with NP and V complement==[V2V] +Lexical category, constructors given in +[lexical paradigms #RParadigms]. +==V3 - three-place verb==[V3] +Lexical category, constructors given in +[lexical paradigms #RParadigms]. +==VA - adjective-complement verb==[VA] +Lexical category, constructors given in +[lexical paradigms #RParadigms]. +==VP - verb phrase==[VP] +|| Function | Type | Example || +| ``mkVP`` | [V #V] ``->`` [VP #VP] | //walk// | +| ``mkVP`` | [V2 #V2] ``->`` [NP #NP] ``->`` [VP #VP] | //love her// | +| ``mkVP`` | [V3 #V3] ``->`` [NP #NP] ``->`` [NP #NP] ``->`` [VP #VP] | //send it to her// | +| ``mkVP`` | [VV #VV] ``->`` [VP #VP] ``->`` [VP #VP] | //want to walk// | +| ``mkVP`` | [VS #VS] ``->`` [S #S] ``->`` [VP #VP] | //know that she walks// | +| ``mkVP`` | [VQ #VQ] ``->`` [QS #QS] ``->`` [VP #VP] | //ask if she walks// | +| ``mkVP`` | [VA #VA] ``->`` [AP #AP] ``->`` [VP #VP] | //become old// | +| ``mkVP`` | [V2A #V2A] ``->`` [NP #NP] ``->`` [AP #AP] ``->`` [VP #VP] | //paint it red// | +| ``mkVP`` | [A #A] ``->`` [VP #VP] | //be warm// | +| ``mkVP`` | [AP #AP] ``->`` [VP #VP] | //be very warm// | +| ``mkVP`` | [A #A] ``->`` [NP #NP] ``->`` [VP #VP] | //be older than her// | +| ``mkVP`` | [A2 #A2] ``->`` [NP #NP] ``->`` [VP #VP] | //be married to her// | +| ``mkVP`` | [N #N] ``->`` [VP #VP] | //be a man// | +| ``mkVP`` | [CN #CN] ``->`` [VP #VP] | //be an old man// | +| ``mkVP`` | [NP #NP] ``->`` [VP #VP] | //be the man// | +| ``mkVP`` | [Adv #Adv] ``->`` [VP #VP] | //be here// | +| ``mkVP`` | [VP #VP] ``->`` [Adv #Adv] ``->`` [VP #VP] | //sleep here// | +| ``mkVP`` | [AdV #AdV] ``->`` [VP #VP] ``->`` [VP #VP] | //always sleep// | +| ``mkVP`` | [VPSlash #VPSlash] ``->`` [NP #NP] ``->`` [VP #VP] | //paint it black// | +| ``mkVP`` | [VPSlash #VPSlash] ``->`` [VP #VP] | //paint itself black// | +| ``passiveVP`` | [V2 #V2] ``->`` [VP #VP] | //be loved// | +| ``passiveVP`` | [V2 #V2] ``->`` [NP #NP] ``->`` [VP #VP] | //be loved by her// | +| ``progressiveVP`` | [VP #VP] ``->`` [VP #VP] | //be sleeping// | +| ``reflexiveVP`` | [V2 #V2] ``->`` [VP #VP] | //love itself// | +==VPSlash - verb phrase missing complement==[VPSlash] +|| Function | Type | Example || +| ``mkVPSlash`` | [V2 #V2] ``->`` [VPSlash #VPSlash] | //(whom) (John) loves// | +| ``mkVPSlash`` | [V3 #V3] ``->`` [NP #NP] ``->`` [VPSlash #VPSlash] | //(whom) (John) gives an apple// | +| ``mkVPSlash`` | [V2A #V2A] ``->`` [AP #AP] ``->`` [VPSlash #VPSlash] | //(whom) (John) paints red// | +| ``mkVPSlash`` | [V2Q #V2Q] ``->`` [QS #QS] ``->`` [VPSlash #VPSlash] | //(whom) (John) asks who sleeps// | +| ``mkVPSlash`` | [V2S #V2S] ``->`` [S #S] ``->`` [VPSlash #VPSlash] | //(whom) (John) tells that we sleep// | +| ``mkVPSlash`` | [V2V #V2V] ``->`` [VP #VP] ``->`` [VPSlash #VPSlash] | //(whom) (John) forces to sleep// | +==VQ - question-complement verb==[VQ] +Lexical category, constructors given in +[lexical paradigms #RParadigms]. +==VS - sentence-complement verb==[VS] +Lexical category, constructors given in +[lexical paradigms #RParadigms]. +==VV - verb-phrase-complement verb==[VV] +|| Function | Type | Example || +| ``can8know_VV`` | [VV #VV] | //can (capacity)// | +| ``can_VV`` | [VV #VV] | //can (possibility)// | +| ``must_VV`` | [VV #VV] | //must// | +| ``want_VV`` | [VV #VV] | //want// | +==Voc - vocative or "please"==[Voc] +|| Function | Type | Example || +| ``mkVoc`` | [NP #NP] ``->`` [Voc #Voc] | //John// | +| ``please_Voc`` | [Voc #Voc] | //please// | + + + + +=Lexical Paradigms= +==Paradigms for Bulgarian== +#LParadigms + + +source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/bulgarian/ParadigmsBul.gf`` ../bulgarian/ParadigmsBul.gf] + + + + +|| Function | Type || +| ``mkN001`` | ``Str`` ``->`` [N #N] | +| ``mkN002`` | ``Str`` ``->`` [N #N] | +| ``mkN002a`` | ``Str`` ``->`` [N #N] | +| ``mkN003`` | ``Str`` ``->`` [N #N] | +| ``mkN004`` | ``Str`` ``->`` [N #N] | +| ``mkN005`` | ``Str`` ``->`` [N #N] | +| ``mkN006`` | ``Str`` ``->`` [N #N] | +| ``mkN007`` | ``Str`` ``->`` [N #N] | +| ``mkN007b`` | ``Str`` ``->`` [N #N] | +| ``mkN007a`` | ``Str`` ``->`` [N #N] | +| ``mkN008`` | ``Str`` ``->`` [N #N] | +| ``mkN008a`` | ``Str`` ``->`` [N #N] | +| ``mkN009`` | ``Str`` ``->`` [N #N] | +| ``mkN009a`` | ``Str`` ``->`` [N #N] | +| ``mkN010`` | ``Str`` ``->`` [N #N] | +| ``mkN011`` | ``Str`` ``->`` [N #N] | +| ``mkN012`` | ``Str`` ``->`` [N #N] | +| ``mkN013`` | ``Str`` ``->`` [N #N] | +| ``mkN014`` | ``Str`` ``->`` [N #N] | +| ``mkN014a`` | ``Str`` ``->`` [N #N] | +| ``mkN015`` | ``Str`` ``->`` [N #N] | +| ``mkN016`` | ``Str`` ``->`` [N #N] | +| ``mkN017`` | ``Str`` ``->`` [N #N] | +| ``mkN018`` | ``Str`` ``->`` [N #N] | +| ``mkN018a`` | ``Str`` ``->`` [N #N] | +| ``mkN019`` | ``Str`` ``->`` [N #N] | +| ``mkN019a`` | ``Str`` ``->`` [N #N] | +| ``mkN020`` | ``Str`` ``->`` [N #N] | +| ``mkN021`` | ``Str`` ``->`` [N #N] | +| ``mkN022`` | ``Str`` ``->`` [N #N] | +| ``mkN023`` | ``Str`` ``->`` [N #N] | +| ``mkN024a`` | ``Str`` ``->`` [N #N] | +| ``mkN024`` | ``Str`` ``->`` [N #N] | +| ``mkN025`` | ``Str`` ``->`` [N #N] | +| ``mkN026`` | ``Str`` ``->`` [N #N] | +| ``mkN027`` | ``Str`` ``->`` [N #N] | +| ``mkN028`` | ``Str`` ``->`` [N #N] | +| ``mkN028a`` | ``Str`` ``->`` [N #N] | +| ``mkN029`` | ``Str`` ``->`` [N #N] | +| ``mkN030`` | ``Str`` ``->`` [N #N] | +| ``mkN031`` | ``Str`` ``->`` [N #N] | +| ``mkN031a`` | ``Str`` ``->`` [N #N] | +| ``mkN032`` | ``Str`` ``->`` [N #N] | +| ``mkN032a`` | ``Str`` ``->`` [N #N] | +| ``mkN033`` | ``Str`` ``->`` [N #N] | +| ``mkN034`` | ``Str`` ``->`` [N #N] | +| ``mkN035`` | ``Str`` ``->`` [N #N] | +| ``mkN035a`` | ``Str`` ``->`` [N #N] | +| ``mkN036`` | ``Str`` ``->`` [N #N] | +| ``mkN037`` | ``Str`` ``->`` [N #N] | +| ``mkN038`` | ``Str`` ``->`` [N #N] | +| ``mkN039`` | ``Str`` ``->`` [N #N] | +| ``mkN040`` | ``Str`` ``->`` [N #N] | +| ``mkN040a`` | ``Str`` ``->`` [N #N] | +| ``mkN041`` | ``Str`` ``->`` [N #N] | +| ``mkN041a`` | ``Str`` ``->`` [N #N] | +| ``mkN041b`` | ``Str`` ``->`` [N #N] | +| ``mkN042`` | ``Str`` ``->`` [N #N] | +| ``mkN043`` | ``Str`` ``->`` [N #N] | +| ``mkN043a`` | ``Str`` ``->`` [N #N] | +| ``mkN044`` | ``Str`` ``->`` [N #N] | +| ``mkN045`` | ``Str`` ``->`` [N #N] | +| ``mkN046`` | ``Str`` ``->`` [N #N] | +| ``mkN047`` | ``Str`` ``->`` [N #N] | +| ``mkN048`` | ``Str`` ``->`` [N #N] | +| ``mkN049`` | ``Str`` ``->`` [N #N] | +| ``mkN050`` | ``Str`` ``->`` [N #N] | +| ``mkN051`` | ``Str`` ``->`` [N #N] | +| ``mkN052`` | ``Str`` ``->`` [N #N] | +| ``mkN052a`` | ``Str`` ``->`` [N #N] | +| ``mkN053`` | ``Str`` ``->`` [N #N] | +| ``mkN054`` | ``Str`` ``->`` [N #N] | +| ``mkN055`` | ``Str`` ``->`` [N #N] | +| ``mkN056`` | ``Str`` ``->`` [N #N] | +| ``mkN057`` | ``Str`` ``->`` [N #N] | +| ``mkN057a`` | ``Str`` ``->`` [N #N] | +| ``mkN058`` | ``Str`` ``->`` [N #N] | +| ``mkN059`` | ``Str`` ``->`` [N #N] | +| ``mkN060`` | ``Str`` ``->`` [N #N] | +| ``mkN061`` | ``Str`` ``->`` [N #N] | +| ``mkN062`` | ``Str`` ``->`` [N #N] | +| ``mkN063`` | ``Str`` ``->`` [N #N] | +| ``mkN064`` | ``Str`` ``->`` [N #N] | +| ``mkN065`` | ``Str`` ``->`` [N #N] | +| ``mkN066`` | ``Str`` ``->`` [N #N] | +| ``mkN067`` | ``Str`` ``->`` [N #N] | +| ``mkN068`` | ``Str`` ``->`` [N #N] | +| ``mkN069`` | ``Str`` ``->`` [N #N] | +| ``mkN070`` | ``Str`` ``->`` [N #N] | +| ``mkN071`` | ``Str`` ``->`` [N #N] | +| ``mkN072`` | ``Str`` ``->`` [N #N] | +| ``mkN073`` | ``Str`` ``->`` [N #N] | +| ``mkN074`` | ``Str`` ``->`` [N #N] | +| ``mkN075`` | ``Str`` ``->`` [N #N] | +| ``mkA076`` | ``Str`` ``->`` [A #A] | +| ``mkA077`` | ``Str`` ``->`` [A #A] | +| ``mkA078`` | ``Str`` ``->`` [A #A] | +| ``mkA079`` | ``Str`` ``->`` [A #A] | +| ``mkA080`` | ``Str`` ``->`` [A #A] | +| ``mkA081`` | ``Str`` ``->`` [A #A] | +| ``mkA082`` | ``Str`` ``->`` [A #A] | +| ``mkA082a`` | ``Str`` ``->`` [A #A] | +| ``mkA083`` | ``Str`` ``->`` [A #A] | +| ``mkA084`` | ``Str`` ``->`` [A #A] | +| ``mkA084a`` | ``Str`` ``->`` [A #A] | +| ``mkA085`` | ``Str`` ``->`` [A #A] | +| ``mkA086`` | ``Str`` ``->`` [A #A] | +| ``mkA087`` | ``Str`` ``->`` [A #A] | +| ``mkA088`` | ``Str`` ``->`` [A #A] | +| ``mkA089`` | ``Str`` ``->`` [A #A] | +| ``mkA089a`` | ``Str`` ``->`` [A #A] | +| ``mkV142`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV143`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV144`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV145`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV145a`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV145b`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV146`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV146a`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV147`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV148`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV149`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV150`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV150a`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV151`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV152`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV152a`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV153`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV154`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV155`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV156`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV157`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV158`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV159`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV160`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV160a`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV161`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV161a`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV162`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV163`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV164`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV165`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV166`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV167`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV168`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV169`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV170`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV171`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV172`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV173`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV174`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV175`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV176`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV177`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV178`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV179`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV180`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV181`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV182`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV183`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV184`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV185`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV186`` | ``Str`` ``->`` [VTable #VTable] | +| ``mkV187`` | ``Str`` ``->`` [VTable #VTable] | +| ``adjAdv`` | [A #A] ``->`` ``Str`` ``->`` [A #A] ``=`` | + + +==Paradigms for Danish== +#LParadigms + + +source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/danish/ParadigmsDan.gf`` ../danish/ParadigmsDan.gf] + + + + +|| Function | Type || +| ``Gender`` | [Type #Type] | +| ``utrum`` | [Gender #Gender] | +| ``neutrum`` | [Gender #Gender] | +| ``Number`` | [Type #Type] | +| ``singular`` | [Number #Number] | +| ``plural`` | [Number #Number] | +| ``Case`` | [Type #Type] | +| ``nominative`` | [Case #Case] | +| ``genitive`` | [Case #Case] | +| ``mkPrep`` | ``Str`` ``->`` [Prep #Prep] | +| ``noPrep`` | [Prep #Prep] | +| ``mkN`` | ``(bil`` ``:`` ``Str)`` ``->`` [N #N] | +| ``mkN`` | ``(hus`` ``:`` ``Str)`` ``->`` [Gender #Gender] ``->`` [N #N] | +| ``mkN`` | ``(bil,bilen`` ``:`` ``Str)`` ``->`` [N #N] | +| ``mkN`` | ``(bil,bilen,biler`` ``:`` ``Str)`` ``->`` [N #N] | +| ``mkN`` | ``(dreng,drengen,drenge,drengene`` ``:`` ``Str)`` ``->`` [N #N] | +| ``mkN2`` | [N #N] ``->`` [Prep #Prep] ``->`` [N2 #N2] | +| ``regN2`` | ``Str`` ``->`` [Gender #Gender] ``->`` [N2 #N2] | +| ``mkN3`` | [N #N] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [N3 #N3] | +| ``mkPN`` | ``Str`` ``->`` [PN #PN] | +| ``mkPN`` | ``Str`` ``->`` [Gender #Gender] ``->`` [PN #PN] | +| ``mkPN`` | [N #N] ``->`` [PN #PN] | +| ``mkA`` | ``(fin`` ``:`` ``Str)`` ``->`` [A #A] | +| ``mkA`` | ``(fin,fint`` ``:`` ``Str)`` ``->`` [A #A] | +| ``mkA`` | ``(galen,galet,galne`` ``:`` ``Str)`` ``->`` [A #A] | +| ``mkA`` | ``(stor,stort,store,storre,storst`` ``:`` ``Str)`` ``->`` [A #A] | +| ``mkA`` | [A #A] ``->`` [A #A] | +| ``mkA2`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2 #A2] | +| ``mkAdv`` | ``Str`` ``->`` [Adv #Adv] | +| ``mkAdV`` | ``Str`` ``->`` [AdV #AdV] | +| ``mkAdA`` | ``Str`` ``->`` [AdA #AdA] | +| ``mkV`` | ``(snakke`` ``:`` ``Str)`` ``->`` [V #V] | +| ``mkV`` | ``(leve,levde`` ``:`` ``Str)`` ``->`` [V #V] | +| ``mkV`` | ``(drikke,`` ``drakk,`` ``drukket`` ``:`` ``Str)`` ``->`` [V #V] | +| ``mkV`` | ``(spise,spiser,spises,spiste,spist,spis`` ``:`` ``Str)`` ``->`` [V #V] | +| ``mkV`` | [V #V] ``->`` ``Str`` ``->`` [V #V] | +| ``vaereV`` | [V #V] ``->`` [V #V] | +| ``depV`` | [V #V] ``->`` [V #V] | +| ``reflV`` | [V #V] ``->`` [V #V] | +| ``mkV2`` | ``Str`` ``->`` [V2 #V2] | +| ``mkV2`` | [V #V] ``->`` [V2 #V2] | +| ``mkV2`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2 #V2] | +| ``mkV3`` | [V #V] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [V3 #V3] | +| ``dirV3`` | [V #V] ``->`` [Prep #Prep] ``->`` [V3 #V3] | +| ``dirdirV3`` | [V #V] ``->`` [V3 #V3] | +| ``mkV0`` | [V #V] ``->`` [V0 #V0] | +| ``mkVS`` | [V #V] ``->`` [VS #VS] | +| ``mkV2S`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2S #V2S] | +| ``mkVV`` | [V #V] ``->`` [VV #VV] | +| ``mkV2V`` | [V #V] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [V2V #V2V] | +| ``mkVA`` | [V #V] ``->`` [VA #VA] | +| ``mkV2A`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2A #V2A] | +| ``mkVQ`` | [V #V] ``->`` [VQ #VQ] | +| ``mkV2Q`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2Q #V2Q] | +| ``mkAS`` | [A #A] ``->`` [AS #AS] | +| ``mkA2S`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2S #A2S] | +| ``mkAV`` | [A #A] ``->`` [AV #AV] | +| ``mkA2V`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2V #A2V] | +| ``V0`` | [Type #Type] | + + +==Paradigms for English== +#LParadigms + + +source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/english/ParadigmsEng.gf`` ../english/ParadigmsEng.gf] + + + + +|| Function | Type || +| ``Gender`` | [Type #Type] | +| ``human`` | [Gender #Gender] | +| ``nonhuman`` | [Gender #Gender] | +| ``masculine`` | [Gender #Gender] | +| ``feminine`` | [Gender #Gender] | +| ``Number`` | [Type #Type] | +| ``singular`` | [Number #Number] | +| ``plural`` | [Number #Number] | +| ``Case`` | [Type #Type] | +| ``nominative`` | [Case #Case] | +| ``genitive`` | [Case #Case] | +| ``mkN`` | ``(flash`` ``:`` ``Str)`` ``->`` [N #N] | +| ``mkN`` | ``(man,men`` ``:`` ``Str)`` ``->`` [N #N] | +| ``mkN`` | ``(man,men,man's,men's`` ``:`` ``Str)`` ``->`` [N #N] | +| ``mkN`` | [Gender #Gender] ``->`` [N #N] ``->`` [N #N] | +| ``mkN`` | ``Str`` ``->`` [N #N] ``->`` [N #N] | +| ``mkN2`` | [N #N] ``->`` [Prep #Prep] ``->`` [N2 #N2] | +| ``regN2`` | ``Str`` ``->`` [N2 #N2] | +| ``mkN3`` | [N #N] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [N3 #N3] | +| ``mkPN`` | ``Str`` ``->`` [PN #PN] | +| ``mkPN`` | [N #N] ``->`` [PN #PN] | +| ``mkA`` | ``(happy`` ``:`` ``Str)`` ``->`` [A #A] | +| ``mkA`` | ``(fat,fatter`` ``:`` ``Str)`` ``->`` [A #A] | +| ``mkA`` | ``(good,better,best,well`` ``:`` ``Str)`` ``->`` [A #A] | +| ``compoundA`` | [A #A] ``->`` [A #A] | +| ``mkA2`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2 #A2] | +| ``mkAdv`` | ``Str`` ``->`` [Adv #Adv] | +| ``mkAdV`` | ``Str`` ``->`` [AdV #AdV] | +| ``mkAdA`` | ``Str`` ``->`` [AdA #AdA] | +| ``mkPrep`` | ``Str`` ``->`` [Prep #Prep] | +| ``noPrep`` | [Prep #Prep] | +| ``mkV`` | ``(cry`` ``:`` ``Str)`` ``->`` [V #V] | +| ``mkV`` | ``(stop,`` ``stopped`` ``:`` ``Str)`` ``->`` [V #V] | +| ``mkV`` | ``(drink,`` ``drank,`` ``drunk`` ``:`` ``Str)`` ``->`` [V #V] | +| ``mkV`` | ``(run,`` ``ran,`` ``run,`` ``running`` ``:`` ``Str)`` ``->`` [V #V] | +| ``mkV`` | ``(go,`` ``goes,`` ``went,`` ``gone,`` ``going`` ``:`` ``Str)`` ``->`` [V #V] | +| ``partV`` | [V #V] ``->`` ``Str`` ``->`` [V #V] | +| ``reflV`` | [V #V] ``->`` [V #V] | +| ``mkV2`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2 #V2] | +| ``mkV2`` | [V #V] ``->`` [V2 #V2] | +| ``mkV3`` | [V #V] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [V3 #V3] | +| ``dirV3`` | [V #V] ``->`` [Prep #Prep] ``->`` [V3 #V3] | +| ``dirdirV3`` | [V #V] ``->`` [V3 #V3] | +| ``mkV0`` | [V #V] ``->`` [V0 #V0] | +| ``mkVS`` | [V #V] ``->`` [VS #VS] | +| ``mkV2S`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2S #V2S] | +| ``mkVV`` | [V #V] ``->`` [VV #VV] | +| ``mkV2V`` | [V #V] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [V2V #V2V] | +| ``mkVA`` | [V #V] ``->`` [VA #VA] | +| ``mkV2A`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2A #V2A] | +| ``mkVQ`` | [V #V] ``->`` [VQ #VQ] | +| ``mkV2Q`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2Q #V2Q] | +| ``mkAS`` | [A #A] ``->`` [AS #AS] | +| ``mkA2S`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2S #A2S] | +| ``mkAV`` | [A #A] ``->`` [AV #AV] | +| ``mkA2V`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2V #A2V] | +| ``V0`` | [Type #Type] | + + +==Paradigms for Finnish== +#LParadigms + + +source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/finnish/ParadigmsFin.gf`` ../finnish/ParadigmsFin.gf] + + + + +|| Function | Type || +| ``Number`` | [Type #Type] | +| ``singular`` | [Number #Number] | +| ``plural`` | [Number #Number] | +| ``Case`` | [Type #Type] | +| ``nominative`` | [Case #Case] | +| ``genitive`` | [Case #Case] | +| ``partitive`` | [Case #Case] | +| ``translative`` | [Case #Case] | +| ``inessive`` | [Case #Case] | +| ``elative`` | [Case #Case] | +| ``illative`` | [Case #Case] | +| ``adessive`` | [Case #Case] | +| ``ablative`` | [Case #Case] | +| ``allative`` | [Case #Case] | +| ``prePrep`` | [Case #Case] ``->`` ``Str`` ``->`` [Prep #Prep] | +| ``postPrep`` | [Case #Case] ``->`` ``Str`` ``->`` [Prep #Prep] | +| ``postGenPrep`` | ``Str`` ``->`` [Prep #Prep] | +| ``casePrep`` | [Case #Case] ``->`` [Prep #Prep] | +| ``mkN`` | ``(talo`` ``:`` ``Str)`` ``->`` [N #N] | +| ``mkN`` | ``(savi,savia`` ``:`` ``Str)`` ``->`` [N #N] | +| ``mkN`` | ``(vesi,veden,vesi`` ``:`` ``Str)`` ``->`` [N #N] | +| ``mkN`` | ``(vesi,veden,vesi,vett`` ``:`` ``Str)`` ``->`` [N #N] | +| ``mkN`` | ``(olo,olon,olona,oloa,oloon,olojen,oloja,oloina,oloissa,oloihin`` ``:`` ``Str)`` ``->`` [N #N] | +| ``mkN`` | ``(pika`` ``:`` ``Str)`` ``->`` ``(juna`` ``:`` ``N)`` ``->`` [N #N] | +| ``mkN`` | ``(oma`` ``:`` ``N)`` ``->`` ``(tunto`` ``:`` ``N)`` ``->`` [N #N] | +| ``mkN2`` | [N #N] ``->`` [N2 #N2] | +| ``mkN2`` | [N #N] ``->`` [Prep #Prep] ``->`` [N2 #N2] | +| ``mkN3`` | [N #N] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [N3 #N3] | +| ``mkPN`` | ``Str`` ``->`` [PN #PN] | +| ``mkPN`` | [N #N] ``->`` [PN #PN] | +| ``mkA`` | ``Str`` ``->`` [A #A] | +| ``mkA`` | [N #N] ``->`` [A #A] | +| ``mkA`` | [N #N] ``->`` ``(kivempaa,kivinta`` ``:`` ``Str)`` ``->`` [A #A] | +| ``mkA`` | ``(hyva,parempi,paras`` ``:`` ``N)`` ``->`` ``(hyvin,paremmin,parhaiten`` ``:`` ``Str)`` ``->`` [A #A] | +| ``mkA2`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2 #A2] ``=`` ``\a,p`` ``->`` ``a`` ``**`` ``{c2`` ``=`` ``p`` ``lock_A2`` ``=`` ``<>};`` | +| ``mkV`` | ``(huutaa`` ``:`` ``Str)`` ``->`` [V #V] | +| ``mkV`` | ``(huutaa,huusi`` ``:`` ``Str)`` ``->`` [V #V] | +| ``mkV`` | ``(huutaa,huudan,huusi`` ``:`` ``Str)`` ``->`` [V #V] | +| ``mkV`` | ``(`` | +| ``huusin,huusi,huusisi,huutanut,huudettu,huutanee`` | ``Str)`` ``->`` [V #V] | +| ``caseV`` | [Case #Case] ``->`` [V #V] ``->`` [V #V] | +| ``vOlla`` | [V #V] | +| ``mkV2`` | ``Str`` ``->`` [V2 #V2] | +| ``mkV2`` | [V #V] ``->`` [V2 #V2] | +| ``mkV2`` | [V #V] ``->`` [Case #Case] ``->`` [V2 #V2] | +| ``mkV2`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2 #V2] | +| ``mkV3`` | [V #V] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [V3 #V3] | +| ``dirV3`` | [V #V] ``->`` [Case #Case] ``->`` [V3 #V3] | +| ``dirdirV3`` | [V #V] ``->`` [V3 #V3] | +| ``mkV0`` | [V #V] ``->`` [V0 #V0] | +| ``mkVS`` | [V #V] ``->`` [VS #VS] | +| ``mkV2S`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2S #V2S] | +| ``mkVV`` | [V #V] ``->`` [VV #VV] | +| ``mkVVf`` | [V #V] ``->`` [InfForm #InfForm] ``->`` [VV #VV] | +| ``mkV2V`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2V #V2V] | +| ``mkV2Vf`` | [V #V] ``->`` [Prep #Prep] ``->`` [InfForm #InfForm] ``->`` [V2V #V2V] | +| ``mkVA`` | [V #V] ``->`` [Prep #Prep] ``->`` [VA #VA] | +| ``mkV2A`` | [V #V] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [V2A #V2A] | +| ``mkVQ`` | [V #V] ``->`` [VQ #VQ] | +| ``mkV2Q`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2Q #V2Q] | +| ``mkAS`` | [A #A] ``->`` [AS #AS] | +| ``mkA2S`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2S #A2S] | +| ``mkAV`` | [A #A] ``->`` [AV #AV] | +| ``mkA2V`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2V #A2V] | +| ``V0`` | [Type #Type] | + + +==Paradigms for French== +#LParadigms + + +source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/french/ParadigmsFre.gf`` ../french/ParadigmsFre.gf] + + + + +|| Function | Type || +| ``Gender`` | [Type #Type] | +| ``masculine`` | [Gender #Gender] | +| ``feminine`` | [Gender #Gender] | +| ``Number`` | [Type #Type] | +| ``singular`` | [Number #Number] | +| ``plural`` | [Number #Number] | +| ``accusative`` | [Prep #Prep] | +| ``genitive`` | [Prep #Prep] | +| ``dative`` | [Prep #Prep] | +| ``mkPrep`` | ``Str`` ``->`` [Prep #Prep] | +| ``mkN`` | ``(cheval`` ``:`` ``Str)`` ``->`` [N #N] | +| ``mkN`` | ``(foie`` ``:`` ``Str)`` ``->`` [Gender #Gender] ``->`` [N #N] | +| ``mkN`` | ``(oeil,yeux`` ``:`` ``Str)`` ``->`` [Gender #Gender] ``->`` [N #N] | +| ``mkN`` | [N #N] ``->`` ``Str`` ``->`` [N #N] | +| ``mkN2`` | [N #N] ``->`` [Prep #Prep] ``->`` [N2 #N2] | +| ``deN2`` | [N #N] ``->`` [N2 #N2] | +| ``aN2`` | [N #N] ``->`` [N2 #N2] | +| ``mkN3`` | [N #N] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [N3 #N3] | +| ``mkPN`` | ``Str`` ``->`` [PN #PN] | +| ``mkPN`` | ``Str`` ``->`` [Gender #Gender] ``->`` [PN #PN] | +| ``mkA`` | ``(cher`` ``:`` ``Str)`` ``->`` [A #A] | +| ``mkA`` | ``(sec,seche`` ``:`` ``Str)`` ``->`` [A #A] | +| ``mkA`` | ``(banal,banale,banaux,banalement`` ``:`` ``Str)`` ``->`` [A #A] | +| ``mkA`` | [A #A] ``->`` [A #A] ``->`` [A #A] | +| ``prefixA`` | [A #A] ``->`` [A #A] | +| ``mkA2`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2 #A2] | +| ``mkAdv`` | ``Str`` ``->`` [Adv #Adv] | +| ``mkAdV`` | ``Str`` ``->`` [AdV #AdV] | +| ``mkAdA`` | ``Str`` ``->`` [AdA #AdA] | +| ``mkV`` | ``(finir`` ``:`` ``Str)`` ``->`` [V #V] | +| ``mkV`` | ``(jeter,jette,jettera`` ``:`` ``Str)`` ``->`` [V #V] | +| ``mkV`` | [V2 #V2] ``->`` [V #V] | +| ``etreV`` | [V #V] ``->`` [V #V] | +| ``reflV`` | [V #V] ``->`` [V #V] | +| ``mkV2`` | [V #V] ``->`` [V2 #V2] ``=`` ``dirV2`` | +| ``mkV2`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2 #V2] ``=`` ``mmkV2`` | +| ``mkV3`` | [V #V] ``->`` [V3 #V3] | +| ``mkV3`` | [V #V] ``->`` [Prep #Prep] ``->`` [V3 #V3] | +| ``mkV3`` | [V #V] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [V3 #V3] | +| ``mkV0`` | [V #V] ``->`` [V0 #V0] | +| ``mkVS`` | [V #V] ``->`` [VS #VS] | +| ``mkV2S`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2S #V2S] | +| ``mkVV`` | [V #V] ``->`` [VV #VV] | +| ``deVV`` | [V #V] ``->`` [VV #VV] | +| ``aVV`` | [V #V] ``->`` [VV #VV] | +| ``mkV2V`` | [V #V] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [V2V #V2V] | +| ``mkVA`` | [V #V] ``->`` [VA #VA] | +| ``mkV2A`` | [V #V] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [V2A #V2A] | +| ``mkVQ`` | [V #V] ``->`` [VQ #VQ] | +| ``mkV2Q`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2Q #V2Q] | +| ``mkAS`` | [A #A] ``->`` [AS #AS] | +| ``mkA2S`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2S #A2S] | +| ``mkAV`` | [A #A] ``->`` [Prep #Prep] ``->`` [AV #AV] | +| ``mkA2V`` | [A #A] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [A2V #A2V] | +| ``V0`` | [Type #Type] | + + +==Paradigms for German== +#LParadigms + + +source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/german/ParadigmsGer.gf`` ../german/ParadigmsGer.gf] + + + + +|| Function | Type || +| ``Gender`` | [Type #Type] | +| ``masculine`` | [Gender #Gender] | +| ``feminine`` | [Gender #Gender] | +| ``neuter`` | [Gender #Gender] | +| ``Case`` | [Type #Type] | +| ``nominative`` | [Case #Case] | +| ``accusative`` | [Case #Case] | +| ``dative`` | [Case #Case] | +| ``genitive`` | [Case #Case] | +| ``Number`` | [Type #Type] | +| ``singular`` | [Number #Number] | +| ``plural`` | [Number #Number] | +| ``mkN`` | ``(Stufe`` ``:`` ``Str)`` ``->`` [N #N] | +| ``mkN`` | ``(Bild,Bilder`` ``:`` ``Str)`` ``->`` [Gender #Gender] ``->`` [N #N] | +| ``mkN`` | ``(x1,_,_,_,_,x6`` ``:`` ``Str)`` ``->`` [Gender #Gender] ``->`` [N #N] | +| ``mkN2`` | ``Str`` ``->`` [N2 #N2] | +| ``mkN2`` | [N #N] ``->`` [N2 #N2] | +| ``mkN2`` | [N #N] ``->`` [Prep #Prep] ``->`` [N2 #N2] | +| ``mkN3`` | [N #N] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [N3 #N3] | +| ``mkPN`` | ``Str`` ``->`` [PN #PN] | +| ``mkPN`` | ``(nom,gen`` ``:`` ``Str)`` ``->`` [PN #PN] | +| ``mkPN`` | ``(nom,acc,dat,gen`` ``:`` ``Str)`` ``->`` [PN #PN] | +| ``mkA`` | ``Str`` ``->`` [A #A] | +| ``mkA`` | ``(gut,besser,beste`` ``:`` ``Str)`` ``->`` [A #A] | +| ``invarA`` | ``Str`` ``->`` [A #A] | +| ``mkA2`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2 #A2] | +| ``mkAdv`` | ``Str`` ``->`` [Adv #Adv] | +| ``mkPrep`` | ``Str`` ``->`` [Case #Case] ``->`` [Prep #Prep] | +| ``accPrep`` | [Prep #Prep] | +| ``datPrep`` | [Prep #Prep] | +| ``genPrep`` | [Prep #Prep] | +| ``von_Prep`` | [Prep #Prep] | +| ``zu_Prep`` | [Prep #Prep] | +| ``mkV`` | ``(fhren`` ``:`` ``Str)`` ``->`` [V #V] | +| ``mkV`` | ``(sehen,sieht,sah,she,gesehen`` ``:`` ``Str)`` ``->`` [V #V] | +| ``mkV`` | ``(geben,`` ``gibt,`` ``gib,`` ``gab,`` ``gbe,`` ``gegeben`` ``:`` ``Str)`` ``->`` [V #V] | +| ``mkV`` | ``Str`` ``->`` [V #V] ``->`` [V #V] | +| ``no_geV`` | [V #V] ``->`` [V #V] | +| ``seinV`` | [V #V] ``->`` [V #V] | +| ``habenV`` | [V #V] ``->`` [V #V] | +| ``reflV`` | [V #V] ``->`` [Case #Case] ``->`` [V #V] | +| ``mkV2`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2 #V2] | +| ``mkV2`` | [V #V] ``->`` [V2 #V2] | +| ``mkV2`` | [V #V] ``->`` [Case #Case] ``->`` [V2 #V2] | +| ``mkV3`` | [V #V] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [V3 #V3] | +| ``dirV3`` | [V #V] ``->`` [Prep #Prep] ``->`` [V3 #V3] | +| ``accdatV3`` | [V #V] ``->`` [V3 #V3] | +| ``mkV0`` | [V #V] ``->`` [V0 #V0] | +| ``mkVS`` | [V #V] ``->`` [VS #VS] | +| ``mkV2S`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2S #V2S] | +| ``mkVV`` | [V #V] ``->`` [VV #VV] | +| ``mkV2V`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2V #V2V] | +| ``mkVA`` | [V #V] ``->`` [VA #VA] | +| ``mkV2A`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2A #V2A] | +| ``mkVQ`` | [V #V] ``->`` [VQ #VQ] | +| ``mkV2Q`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2Q #V2Q] | +| ``mkAS`` | [A #A] ``->`` [AS #AS] | +| ``mkA2S`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2S #A2S] | +| ``mkAV`` | [A #A] ``->`` [AV #AV] | +| ``mkA2V`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2V #A2V] | +| ``V0`` | [Type #Type] | + + +==Paradigms for Italian== +#LParadigms + + +source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/italian/ParadigmsIta.gf`` ../italian/ParadigmsIta.gf] + + + + +|| Function | Type || +| ``Gender`` | [Type #Type] | +| ``masculine`` | [Gender #Gender] | +| ``feminine`` | [Gender #Gender] | +| ``Number`` | [Type #Type] | +| ``singular`` | [Number #Number] | +| ``plural`` | [Number #Number] | +| ``--Prep`` | [Type #Type] | +| ``accusative`` | [Prep #Prep] | +| ``genitive`` | [Prep #Prep] | +| ``dative`` | [Prep #Prep] | +| ``mkPrep`` | ``Str`` ``->`` [Prep #Prep] | +| ``mkN`` | ``(cane`` ``:`` ``Str)`` ``->`` [N #N] | +| ``mkN`` | ``(carne`` ``:`` ``Str)`` ``->`` [Gender #Gender] ``->`` [N #N] | +| ``mkN`` | ``(uomo,uomini`` ``:`` ``Str)`` ``->`` [Gender #Gender] ``->`` [N #N] | +| ``mkN`` | [N #N] ``->`` ``Str`` ``->`` [N #N] | +| ``mkN2`` | ``Str`` ``->`` [N2 #N2] | +| ``mkN2`` | [N #N] ``->`` [Prep #Prep] ``->`` [N2 #N2] | +| ``mkN3`` | [N #N] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [N3 #N3] | +| ``mkPN`` | ``Str`` ``->`` [PN #PN] | +| ``mkPN`` | ``Str`` ``->`` [Gender #Gender] ``->`` [PN #PN] | +| ``mkA`` | ``(bianco`` ``:`` ``Str)`` ``->`` [A #A] | +| ``mkA`` | ``(solo,sola,soli,sole,solamente`` ``:`` ``Str)`` ``->`` [A #A] | +| ``mkA`` | [A #A] ``->`` [A #A] ``->`` [A #A] | +| ``prefixA`` | [A #A] ``->`` [A #A] ``=`` ``prefA`` | +| ``mkA2`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2 #A2] | +| ``mkAdv`` | ``Str`` ``->`` [Adv #Adv] | +| ``mkAdV`` | ``Str`` ``->`` [AdV #AdV] | +| ``mkAdA`` | ``Str`` ``->`` [AdA #AdA] | +| ``mkV`` | ``Str`` ``->`` [V #V] | +| ``mkV`` | [Verbo #Verbo] ``->`` [V #V] | +| ``mkV`` | ``(udire,odo,ode,udiamo,udiro,udii,udisti,udi,udirono,odi,udito`` ``:`` ``Str)`` ``->`` [V #V] | +| ``essereV`` | [V #V] ``->`` [V #V] | +| ``reflV`` | [V #V] ``->`` [V #V] | +| ``mkV2`` | ``Str`` ``->`` [V2 #V2] | +| ``mkV2`` | [V #V] ``->`` [V2 #V2] | +| ``mkV2`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2 #V2] | +| ``v2V`` | [V2 #V2] ``->`` [V #V] | +| ``mkV3`` | [V #V] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [V3 #V3] | +| ``dirV3`` | [V #V] ``->`` [Prep #Prep] ``->`` [V3 #V3] | +| ``dirdirV3`` | [V #V] ``->`` [V3 #V3] | +| ``mkV0`` | [V #V] ``->`` [V0 #V0] | +| ``mkVS`` | [V #V] ``->`` [VS #VS] | +| ``mkV2S`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2S #V2S] | +| ``mkVV`` | [V #V] ``->`` [VV #VV] | +| ``deVV`` | [V #V] ``->`` [VV #VV] | +| ``aVV`` | [V #V] ``->`` [VV #VV] | +| ``mkV2V`` | [V #V] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [V2V #V2V] | +| ``mkVA`` | [V #V] ``->`` [VA #VA] | +| ``mkV2A`` | [V #V] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [V2A #V2A] | +| ``mkVQ`` | [V #V] ``->`` [VQ #VQ] | +| ``mkV2Q`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2Q #V2Q] | +| ``mkAS`` | [A #A] ``->`` [AS #AS] | +| ``mkA2S`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2S #A2S] | +| ``mkAV`` | [A #A] ``->`` [Prep #Prep] ``->`` [AV #AV] | +| ``mkA2V`` | [A #A] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [A2V #A2V] | +| ``V0`` | [Type #Type] | + + +==Paradigms for Norwegian== +#LParadigms + + +source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/norwegian/ParadigmsNor.gf`` ../norwegian/ParadigmsNor.gf] + + + + +|| Function | Type || +| ``Gender`` | [Type #Type] | +| ``masculine`` | [Gender #Gender] | +| ``feminine`` | [Gender #Gender] | +| ``neutrum`` | [Gender #Gender] | +| ``Number`` | [Type #Type] | +| ``singular`` | [Number #Number] | +| ``plural`` | [Number #Number] | +| ``Case`` | [Type #Type] | +| ``nominative`` | [Case #Case] | +| ``genitive`` | [Case #Case] | +| ``mkPrep`` | ``Str`` ``->`` [Prep #Prep] | +| ``noPrep`` | [Prep #Prep] | +| ``mkN`` | ``Str`` ``->`` [N #N] | +| ``mkN`` | ``Str`` ``->`` [Gender #Gender] ``->`` [N #N] | +| ``mkN`` | ``(bil,bilen`` ``:`` ``Str)`` ``->`` [N #N] | +| ``mkN`` | ``(dreng,drengen,drenger,drengene`` ``:`` ``Str)`` ``->`` [N #N] | +| ``mkN2`` | [N #N] ``->`` [Prep #Prep] ``->`` [N2 #N2] | +| ``regN2`` | ``Str`` ``->`` [Gender #Gender] ``->`` [N2 #N2] | +| ``mkN3`` | [N #N] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [N3 #N3] | +| ``mkPN`` | ``Str`` ``->`` [PN #PN] | +| ``mkPN`` | ``Str`` ``->`` [Gender #Gender] ``->`` [PN #PN] | +| ``mkPN`` | [N #N] ``->`` [PN #PN] | +| ``mkA`` | ``(fin`` ``:`` ``Str)`` ``->`` [A #A] | +| ``mkA`` | ``(fin,fint`` ``:`` ``Str)`` ``->`` [A #A] | +| ``mkA`` | ``(galen,galet,galne`` ``:`` ``Str)`` ``->`` [A #A] | +| ``mkA`` | ``(stor,stort,store,storre,storst`` ``:`` ``Str)`` ``->`` [A #A] | +| ``mkA`` | [A #A] ``->`` [A #A] | +| ``mkA2`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2 #A2] | +| ``mkAdv`` | ``Str`` ``->`` [Adv #Adv] | +| ``mkAdV`` | ``Str`` ``->`` [AdV #AdV] | +| ``mkAdA`` | ``Str`` ``->`` [AdA #AdA] | +| ``mkV`` | ``(snakke`` ``:`` ``Str)`` ``->`` [V #V] | +| ``mkV`` | ``(leve,levde`` ``:`` ``Str)`` ``->`` [V #V] | +| ``mkV`` | ``(drikke,`` ``drakk,`` ``drukket`` ``:`` ``Str)`` ``->`` [V #V] | +| ``mkV`` | ``(spise,spiser,spises,spiste,spist,spis`` ``:`` ``Str)`` ``->`` [V #V] | +| ``mkV`` | [V #V] ``->`` ``Str`` ``->`` [V #V] | +| ``vaereV`` | [V #V] ``->`` [V #V] | +| ``depV`` | [V #V] ``->`` [V #V] | +| ``reflV`` | [V #V] ``->`` [V #V] | +| ``mkV2`` | ``Str`` ``->`` [V2 #V2] | +| ``mkV2`` | [V #V] ``->`` [V2 #V2] | +| ``mkV2`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2 #V2] | +| ``mkV3`` | [V #V] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [V3 #V3] | +| ``dirV3`` | [V #V] ``->`` [Prep #Prep] ``->`` [V3 #V3] | +| ``dirdirV3`` | [V #V] ``->`` [V3 #V3] | +| ``mkV0`` | [V #V] ``->`` [V0 #V0] | +| ``mkVS`` | [V #V] ``->`` [VS #VS] | +| ``mkV2S`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2S #V2S] | +| ``mkVV`` | [V #V] ``->`` [VV #VV] | +| ``mkV2V`` | [V #V] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [V2V #V2V] | +| ``mkVA`` | [V #V] ``->`` [VA #VA] | +| ``mkV2A`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2A #V2A] | +| ``mkVQ`` | [V #V] ``->`` [VQ #VQ] | +| ``mkV2Q`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2Q #V2Q] | +| ``mkAS`` | [A #A] ``->`` [AS #AS] | +| ``mkA2S`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2S #A2S] | +| ``mkAV`` | [A #A] ``->`` [AV #AV] | +| ``mkA2V`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2V #A2V] | +| ``V0`` | [Type #Type] | + + +==Paradigms for Russian== +#LParadigms + + +source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/russian/ParadigmsRus.gf`` ../russian/ParadigmsRus.gf] + + + + +|| Function | Type || +| ``Gender`` | [Type #Type] | +| ``masculine`` | [Gender #Gender] | +| ``feminine`` | [Gender #Gender] | +| ``neuter`` | [Gender #Gender] | +| ``Case`` | [Type #Type] | +| ``nominative`` | [Case #Case] | +| ``genitive`` | [Case #Case] | +| ``dative`` | [Case #Case] | +| ``accusative`` | [Case #Case] | +| ``instructive`` | [Case #Case] | +| ``prepositional`` | [Case #Case] | +| ``Number`` | [Type #Type] | +| ``singular`` | [Number #Number] | +| ``plural`` | [Number #Number] | +| ``mkN`` | ``(karta`` ``:`` ``Str)`` ``->`` [N #N] | +| ``mkN`` | ``(tigr`` ``:`` ``Str)`` ``->`` [Animacy #Animacy] ``->`` [N #N] | +| ``mkN`` | ``(nomSg,`` ``genSg,`` ``datSg,`` ``accSg,`` ``instSg,`` ``preposSg,`` ``prepos2Sg,`` ``nomPl,`` ``genPl,`` ``datPl,`` ``accPl,`` ``instPl,`` ``preposPl`` ``:`` ``Str)`` ``->`` [Gender #Gender] ``->`` [Animacy #Animacy] ``->`` [N #N] | +| ``mkN2`` | [N #N] ``->`` [N2 #N2] | +| ``mkN2`` | [N #N] ``->`` [Prep #Prep] ``->`` [N2 #N2] | +| ``mkN3`` | [N #N] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [N3 #N3] | +| ``mkPN`` | ``Str`` ``->`` [Gender #Gender] ``->`` [Animacy #Animacy] ``->`` [PN #PN] | +| ``nounPN`` | [N #N] ``->`` [PN #PN] | +| ``mkA`` | ``(positive`` ``:`` ``Str)`` ``->`` [A #A] | +| ``mkA`` | ``(positive,`` ``comparative`` ``:`` ``Str)`` ``->`` [A #A] | +| ``mkA2`` | [A #A] ``->`` ``Str`` ``->`` [Case #Case] ``->`` [A2 #A2] | +| ``mkAdv`` | ``Str`` ``->`` [Adv #Adv] | +| ``mkV`` | [Aspect #Aspect] ``->`` ``(presentSgP1,presentSgP2,presentSgP3,`` | +| ``pastSgP1,imperative,infinitive`` | ``Str)`` ``->`` [V #V] | +| ``mkV2`` | [V #V] ``->`` ``Str`` ``->`` [Case #Case] ``->`` [V2 #V2] | +| ``mkV3`` | [V #V] ``->`` ``Str`` ``->`` ``Str`` ``->`` [Case #Case] ``->`` [Case #Case] ``->`` [V3 #V3] | +| ``dirV2`` | [V #V] ``->`` [V2 #V2] | +| ``tvDirDir`` | [V #V] ``->`` [V3 #V3] | + + +==Paradigms for Spanish== +#LParadigms + + +source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/spanish/ParadigmsSpa.gf`` ../spanish/ParadigmsSpa.gf] + + + + +|| Function | Type || +| ``Gender`` | [Type #Type] | +| ``masculine`` | [Gender #Gender] | +| ``feminine`` | [Gender #Gender] | +| ``Number`` | [Type #Type] | +| ``singular`` | [Number #Number] | +| ``plural`` | [Number #Number] | +| ``accusative`` | [Prep #Prep] | +| ``genitive`` | [Prep #Prep] | +| ``dative`` | [Prep #Prep] | +| ``mkPrep`` | ``Str`` ``->`` [Prep #Prep] | +| ``mkN`` | ``(luz`` ``:`` ``Str)`` ``->`` [N #N] | +| ``mkN`` | ``Str`` ``->`` [Gender #Gender] ``->`` [N #N] | +| ``mkN`` | ``(baston,bastones`` ``:`` ``Str)`` ``->`` [Gender #Gender] ``->`` [N #N] | +| ``compN`` | [N #N] ``->`` ``Str`` ``->`` [N #N] | +| ``mkN2`` | [N #N] ``->`` [Prep #Prep] ``->`` [N2 #N2] | +| ``deN2`` | [N #N] ``->`` [N2 #N2] | +| ``aN2`` | [N #N] ``->`` [N2 #N2] | +| ``mkN3`` | [N #N] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [N3 #N3] | +| ``mkPN`` | ``(Anna`` ``:`` ``Str)`` ``->`` [PN #PN] | +| ``mkPN`` | ``(Pilar`` ``:`` ``Str)`` ``->`` [Gender #Gender] ``->`` [PN #PN] | +| ``mkA`` | ``(util`` ``:`` ``Str)`` ``->`` [A #A] | +| ``mkA`` | ``(solo,sola,solos,solas,solamente`` ``:`` ``Str)`` ``->`` [A #A] | +| ``mkA`` | ``(bueno`` ``:`` ``A)`` ``->`` ``(mejor`` ``:`` ``A)`` ``->`` [A #A] | +| ``prefixA`` | [A #A] ``->`` [A #A] | +| ``mkA2`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2 #A2] | +| ``mkAdv`` | ``Str`` ``->`` [Adv #Adv] | +| ``mkAdV`` | ``Str`` ``->`` [AdV #AdV] | +| ``mkAdA`` | ``Str`` ``->`` [AdA #AdA] | +| ``mkV`` | ``(pagar`` ``:`` ``Str)`` ``->`` [V #V] | +| ``mkV`` | ``(mostrar,muestro`` ``:`` ``Str)`` ``->`` [V #V] | +| ``mkV`` | [Verbum #Verbum] ``->`` [V #V] | +| ``reflV`` | [V #V] ``->`` [V #V] | +| ``special_ppV`` | [V #V] ``->`` ``Str`` ``->`` [V #V] | +| ``mkV2`` | ``Str`` ``->`` [V2 #V2] | +| ``mkV2`` | [V #V] ``->`` [V2 #V2] | +| ``mkV2`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2 #V2] | +| ``v2V`` | [V2 #V2] ``->`` [V #V] | +| ``mkV3`` | [V #V] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [V3 #V3] | +| ``dirV3`` | [V #V] ``->`` [Prep #Prep] ``->`` [V3 #V3] | +| ``dirdirV3`` | [V #V] ``->`` [V3 #V3] | +| ``mkV0`` | [V #V] ``->`` [V0 #V0] | +| ``mkVS`` | [V #V] ``->`` [VS #VS] | +| ``mkV2S`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2S #V2S] | +| ``mkVV`` | [V #V] ``->`` [VV #VV] | +| ``deVV`` | [V #V] ``->`` [VV #VV] | +| ``aVV`` | [V #V] ``->`` [VV #VV] | +| ``mkV2V`` | [V #V] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [V2V #V2V] | +| ``mkVA`` | [V #V] ``->`` [VA #VA] | +| ``mkV2A`` | [V #V] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [V2A #V2A] | +| ``mkVQ`` | [V #V] ``->`` [VQ #VQ] | +| ``mkV2Q`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2Q #V2Q] | +| ``mkAS`` | [A #A] ``->`` [AS #AS] | +| ``mkA2S`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2S #A2S] | +| ``mkAV`` | [A #A] ``->`` [Prep #Prep] ``->`` [AV #AV] | +| ``mkA2V`` | [A #A] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [A2V #A2V] | +| ``V0`` | [Type #Type] | + + +==Paradigms for Swedish== +#LParadigms + + +source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/swedish/ParadigmsSwe.gf`` ../swedish/ParadigmsSwe.gf] + + + + +|| Function | Type || +| ``Gender`` | [Type #Type] | +| ``utrum`` | [Gender #Gender] | +| ``neutrum`` | [Gender #Gender] | +| ``Number`` | [Type #Type] | +| ``singular`` | [Number #Number] | +| ``plural`` | [Number #Number] | +| ``Case`` | [Type #Type] | +| ``nominative`` | [Case #Case] | +| ``genitive`` | [Case #Case] | +| ``mkPrep`` | ``Str`` ``->`` [Prep #Prep] | +| ``noPrep`` | [Prep #Prep] | +| ``mkN`` | ``(apa`` ``:`` ``Str)`` ``->`` [N #N] | +| ``mkN`` | ``(lik`` ``:`` ``Str)`` ``->`` [Gender #Gender] ``->`` [N #N] | +| ``mkN`` | ``(nyckel,nycklar`` ``:`` ``Str)`` ``->`` [N #N] | +| ``mkN`` | ``(museum,museet,museer,museerna`` ``:`` ``Str)`` ``->`` [N #N] | +| ``mkN2`` | ``Str`` ``->`` [N2 #N2] | +| ``mkN2`` | [N #N] ``->`` [Prep #Prep] ``->`` [N2 #N2] | +| ``mkN3`` | [N #N] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [N3 #N3] | +| ``mkPN`` | ``Str`` ``->`` [PN #PN] | +| ``mkPN`` | ``Str`` ``->`` [Gender #Gender] ``->`` [PN #PN] | +| ``mkPN`` | ``(jesus,jesu`` ``:`` ``Str)`` ``->`` [Gender #Gender] ``->`` [PN #PN] | +| ``mkA`` | ``(billig`` ``:`` ``Str)`` ``->`` [A #A] | +| ``mkA`` | ``(bred,brett`` ``:`` ``Str)`` ``->`` [A #A] | +| ``mkA`` | ``(tung,tyngre,tyngst`` ``:`` ``Str)`` ``->`` [A #A] | +| ``mkA`` | ``(god,gott,goda,battre,bast`` ``:`` ``Str)`` ``->`` [A #A] | +| ``mkA`` | ``(liten,litet,lilla,sma,mindre,minst,minsta`` ``:`` ``Str)`` ``->`` [A #A] | +| ``compoundA`` | [A #A] ``->`` [A #A] | +| ``mkA2`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2 #A2] | +| ``mkAdv`` | ``Str`` ``->`` [Adv #Adv] | +| ``mkAdV`` | ``Str`` ``->`` [AdV #AdV] | +| ``mkAdA`` | ``Str`` ``->`` [AdA #AdA] | +| ``mkV`` | ``(stmmer`` ``:`` ``Str)`` ``->`` [V #V] | +| ``mkV`` | ``(dricka,drack,druckit`` ``:`` ``Str)`` ``->`` [V #V] | +| ``mkV`` | ``(g,gr,g,gick,gtt,gngen`` ``:`` ``Str)`` ``->`` [V #V] | +| ``mkV`` | [V #V] ``->`` ``Str`` ``->`` [V #V] | +| ``depV`` | [V #V] ``->`` [V #V] | +| ``reflV`` | [V #V] ``->`` [V #V] | +| ``mkV2`` | ``Str`` ``->`` [V2 #V2] | +| ``mkV2`` | [V #V] ``->`` [V2 #V2] | +| ``mkV2`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2 #V2] | +| ``mkV3`` | ``Str`` ``->`` [V3 #V3] | +| ``mkV3`` | [V #V] ``->`` [V3 #V3] | +| ``mkV3`` | [V #V] ``->`` [Prep #Prep] ``->`` [V3 #V3] | +| ``mkV3`` | [V #V] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [V3 #V3] | +| ``mkV0`` | [V #V] ``->`` [V0 #V0] | +| ``mkVS`` | [V #V] ``->`` [VS #VS] | +| ``mkV2S`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2S #V2S] | +| ``mkVV`` | [V #V] ``->`` [VV #VV] | +| ``mkV2V`` | [V #V] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [V2V #V2V] | +| ``mkVA`` | [V #V] ``->`` [VA #VA] | +| ``mkV2A`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2A #V2A] | +| ``mkVQ`` | [V #V] ``->`` [VQ #VQ] | +| ``mkV2Q`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2Q #V2Q] | +| ``mkAS`` | [A #A] ``->`` [AS #AS] | +| ``mkA2S`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2S #A2S] | +| ``mkAV`` | [A #A] ``->`` [AV #AV] | +| ``mkA2V`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2V #A2V] | +| ``V0`` | [Type #Type] | + + + + +%!include: synopsis-browse.txt + + +=An Example of Usage= + + +%!include: synopsis-example.txt + diff --git a/deprecated/old-lib/resource/english/AdjectiveEng.gf b/deprecated/old-lib/resource/english/AdjectiveEng.gf new file mode 100644 index 000000000..19dd5dddc --- /dev/null +++ b/deprecated/old-lib/resource/english/AdjectiveEng.gf @@ -0,0 +1,38 @@ +concrete AdjectiveEng of Adjective = CatEng ** open ResEng, Prelude in { + + lin + + PositA a = { + s = \\_ => a.s ! AAdj Posit ; + isPre = True + } ; + ComparA a np = { + s = \\_ => a.s ! AAdj Compar ++ "than" ++ np.s ! Nom ; + isPre = False + } ; + +-- $SuperlA$ belongs to determiner syntax in $Noun$. + + ComplA2 a np = { + s = \\_ => a.s ! AAdj Posit ++ a.c2 ++ np.s ! Acc ; + isPre = False + } ; + + ReflA2 a = { + s = \\ag => a.s ! AAdj Posit ++ a.c2 ++ reflPron ! ag ; + isPre = False + } ; + + SentAP ap sc = { + s = \\a => ap.s ! a ++ sc.s ; + isPre = False + } ; + + AdAP ada ap = { + s = \\a => ada.s ++ ap.s ! a ; + isPre = ap.isPre + } ; + + UseA2 a = a ; + +} diff --git a/deprecated/old-lib/resource/english/AdverbEng.gf b/deprecated/old-lib/resource/english/AdverbEng.gf new file mode 100644 index 000000000..ec7d46321 --- /dev/null +++ b/deprecated/old-lib/resource/english/AdverbEng.gf @@ -0,0 +1,21 @@ +concrete AdverbEng of Adverb = CatEng ** open ResEng, Prelude in { + + lin + PositAdvAdj a = {s = a.s ! AAdv} ; + ComparAdvAdj cadv a np = { + s = cadv.s ++ a.s ! AAdv ++ "than" ++ np.s ! Nom + } ; + ComparAdvAdjS cadv a s = { + s = cadv.s ++ a.s ! AAdv ++ "than" ++ s.s + } ; + + PrepNP prep np = {s = prep.s ++ np.s ! Acc} ; + + AdAdv = cc2 ; + + SubjS = cc2 ; +---b AdvSC s = s ; --- this rule give stack overflow in ordinary parsing + + AdnCAdv cadv = {s = cadv.s ++ "than"} ; + +} diff --git a/deprecated/old-lib/resource/english/AllEng.gf b/deprecated/old-lib/resource/english/AllEng.gf new file mode 100644 index 000000000..88b6e21f6 --- /dev/null +++ b/deprecated/old-lib/resource/english/AllEng.gf @@ -0,0 +1,9 @@ +--# -path=.:../abstract:../common:prelude + +concrete AllEng of AllEngAbs = + LangEng, + IrregEng-[ + blow_V,burn_V,come_V,dig_V,fall_V,fly_V,freeze_V,go_V,lie_V,run_V, + sew_V,sing_V,sit_V,sleep_V,spit_V,stand_V,swell_V,swim_V,think_V], + ExtraEng + ** {} ; diff --git a/deprecated/old-lib/resource/english/AllEngAbs.gf b/deprecated/old-lib/resource/english/AllEngAbs.gf new file mode 100644 index 000000000..687d573a5 --- /dev/null +++ b/deprecated/old-lib/resource/english/AllEngAbs.gf @@ -0,0 +1,9 @@ +--# -path=.:../abstract:../common:prelude + +abstract AllEngAbs = + Lang, + IrregEngAbs-[ + blow_V,burn_V,come_V,dig_V,fall_V,fly_V,freeze_V,go_V,lie_V,run_V, + sew_V,sing_V,sit_V,sleep_V,spit_V,stand_V,swell_V,swim_V,think_V], + ExtraEngAbs + ** {} ; diff --git a/deprecated/old-lib/resource/english/BackwardEng.gf b/deprecated/old-lib/resource/english/BackwardEng.gf new file mode 100644 index 000000000..630626f0b --- /dev/null +++ b/deprecated/old-lib/resource/english/BackwardEng.gf @@ -0,0 +1,76 @@ +concrete BackwardEng of Backward = CatEng ** open ResEng in { + + flags optimize=all_subs ; + + lin + +-- A repository of obsolete constructs, needed for backward compatibility. +-- They create spurious ambiguities if used in combination with Lang. + +-- from Verb 19/4/2008 + + ComplV2 v np = insertObj (\\_ => v.c2 ++ np.s ! Acc) (predV v) ; + ComplV3 v np np2 = + insertObj (\\_ => v.c2 ++ np.s ! Acc ++ v.c3 ++ np2.s ! Acc) (predV v) ; + ComplV2V v np vp = + insertObj (\\a => infVP v.isAux vp a) + (insertObj (\\_ => v.c2 ++ np.s ! Acc) (predV v)) ; + ComplV2S v np s = + insertObj (\\_ => conjThat ++ s.s) + (insertObj (\\_ => v.c2 ++ np.s ! Acc) (predV v)) ; + ComplV2Q v np q = + insertObj (\\_ => q.s ! QIndir) + (insertObj (\\_ => v.c2 ++ np.s ! Acc) (predV v)) ; + ComplV2A v np ap = + insertObj (\\_ => v.c2 ++ np.s ! Acc ++ ap.s ! np.a) (predV v) ; + + ReflV2 v = insertObj (\\a => v.c2 ++ reflPron ! a) (predV v) ; + +-- from Sentence 19/4/2008 + + SlashV2 np v2 = + mkClause (np.s ! Nom) np.a (predV v2) ** {c2 = v2.c2} ; + + SlashVVV2 np vv v2 = + mkClause (np.s ! Nom) np.a + (insertObj (\\a => infVP vv.isAux (predV v2) a) (predVV vv)) ** + {c2 = v2.c2} ; + +-- from Noun 19/4/2008 + + NumInt n = {s = n.s ; n = Pl} ; + OrdInt n = {s = n.s ++ "th"} ; --- DEPRECATED + + DetSg quant ord = { + s = quant.s ! Sg ++ ord.s ; + n = Sg + } ; + + DetPl quant num ord = { + s = quant.s ! num.n ++ num.s ++ ord.s ; + n = num.n + } ; + + NoNum = {s = []; n = Pl } ; + + DefArt = {s = \\_ => artDef} ; + + IndefArt = { + s = table { + Sg => artIndef ; + Pl => [] + } + } ; + + MassDet = {s = \\_ => []} ; + + + +-- from Structural 19/4/2008 + + that_NP = regNP "that" Sg ; + these_NP = regNP "these" Pl ; + this_NP = regNP "this" Sg ; + those_NP = regNP "those" Pl ; + +} diff --git a/deprecated/old-lib/resource/english/CatEng.gf b/deprecated/old-lib/resource/english/CatEng.gf new file mode 100644 index 000000000..bbc367f6c --- /dev/null +++ b/deprecated/old-lib/resource/english/CatEng.gf @@ -0,0 +1,89 @@ +concrete CatEng of Cat = CommonX ** open ResEng, Prelude in { + + flags optimize=all_subs ; + + lincat + +-- Tensed/Untensed + + S = {s : Str} ; + QS = {s : QForm => Str} ; + RS = {s : Agr => Str ; c : Case} ; -- c for it clefts + SSlash = {s : Str ; c2 : Str} ; + +-- Sentence + + Cl = {s : ResEng.Tense => Anteriority => CPolarity => Order => Str} ; + ClSlash = { + s : ResEng.Tense => Anteriority => CPolarity => Order => Str ; + c2 : Str + } ; + Imp = {s : CPolarity => ImpForm => Str} ; + +-- Question + + QCl = {s : ResEng.Tense => Anteriority => CPolarity => QForm => Str} ; + IP = {s : Case => Str ; n : Number} ; + IComp = {s : Str} ; + IDet = {s : Str ; n : Number} ; + IQuant = {s : Number => Str} ; + +-- Relative + + RCl = { + s : ResEng.Tense => Anteriority => CPolarity => Agr => Str ; + c : Case + } ; + RP = {s : RCase => Str ; a : RAgr} ; + +-- Verb + + VP = ResEng.VP ; + VPSlash = ResEng.VP ** {c2 : Str} ; + Comp = {s : Agr => Str} ; + +-- Adjective + + AP = {s : Agr => Str ; isPre : Bool} ; + +-- Noun + + CN = {s : Number => Case => Str ; g : Gender} ; + NP, Pron = {s : Case => Str ; a : Agr} ; + Det = {s : Str ; n : Number} ; + Predet, Ord = {s : Str} ; + Num = {s : Str; n : Number ; hasCard : Bool} ; + Card = {s : Str; n : Number} ; + Quant = {s : Number => Str} ; + Art = {s : Bool => Number => Str} ; + +-- Numeral + + Numeral = {s : CardOrd => Str ; n : Number} ; + Digits = {s : CardOrd => Str ; n : Number ; tail : DTail} ; + +-- Structural + + Conj = {s1,s2 : Str ; n : Number} ; +---b Conj = {s : Str ; n : Number} ; +---b DConj = {s1,s2 : Str ; n : Number} ; + Subj = {s : Str} ; + Prep = {s : Str} ; + +-- Open lexical classes, e.g. Lexicon + + V, VS, VQ, VA = Verb ; -- = {s : VForm => Str} ; + V2, V2A, V2Q, V2S = Verb ** {c2 : Str} ; + V3 = Verb ** {c2, c3 : Str} ; + VV = {s : VVForm => Str ; isAux : Bool} ; + V2V = Verb ** {c2 : Str ; isAux : Bool} ; + + A = {s : AForm => Str} ; + A2 = {s : AForm => Str ; c2 : Str} ; + + N = {s : Number => Case => Str ; g : Gender} ; + N2 = {s : Number => Case => Str ; g : Gender} ** {c2 : Str} ; + N3 = {s : Number => Case => Str ; g : Gender} ** {c2,c3 : Str} ; + PN = {s : Case => Str ; g : Gender} ; + +} diff --git a/deprecated/old-lib/resource/english/CompatibilityEng.gf b/deprecated/old-lib/resource/english/CompatibilityEng.gf new file mode 100644 index 000000000..28ede2a17 --- /dev/null +++ b/deprecated/old-lib/resource/english/CompatibilityEng.gf @@ -0,0 +1,11 @@ +--# -path=.:../abstract:../common + +concrete CompatibilityEng of Compatibility = CatEng ** open Prelude, ResEng in { + +-- from Noun 19/4/2008 + +lin + NumInt n = {s = n.s ; n = Pl ; hasCard = True} ; + OrdInt n = {s = n.s ++ "th"} ; + +} diff --git a/deprecated/old-lib/resource/english/ConjunctionEng.gf b/deprecated/old-lib/resource/english/ConjunctionEng.gf new file mode 100644 index 000000000..269ae5f80 --- /dev/null +++ b/deprecated/old-lib/resource/english/ConjunctionEng.gf @@ -0,0 +1,60 @@ +concrete ConjunctionEng of Conjunction = + CatEng ** open ResEng, Coordination, Prelude in { + + flags optimize=all_subs ; + + lin + + ConjS = conjunctDistrSS ; + + ConjAdv = conjunctDistrSS ; + + ConjNP conj ss = conjunctDistrTable Case conj ss ** { + a = conjAgr (agrP3 conj.n) ss.a + } ; + + ConjAP conj ss = conjunctDistrTable Agr conj ss ** { + isPre = ss.isPre + } ; + +{---b + + ConjS = conjunctSS ; + DConjS = conjunctDistrSS ; + + ConjAdv = conjunctSS ; + DConjAdv = conjunctDistrSS ; + + ConjNP conj ss = conjunctTable Case conj ss ** { + a = conjAgr (agrP3 conj.n) ss.a + } ; + DConjNP conj ss = conjunctDistrTable Case conj ss ** { + a = conjAgr (agrP3 conj.n) ss.a + } ; + + ConjAP conj ss = conjunctTable Agr conj ss ** { + isPre = ss.isPre + } ; + DConjAP conj ss = conjunctDistrTable Agr conj ss ** { + isPre = ss.isPre + } ; +-} + +-- These fun's are generated from the list cat's. + + BaseS = twoSS ; + ConsS = consrSS comma ; + BaseAdv = twoSS ; + ConsAdv = consrSS comma ; + BaseNP x y = twoTable Case x y ** {a = conjAgr x.a y.a} ; + ConsNP xs x = consrTable Case comma xs x ** {a = conjAgr xs.a x.a} ; + BaseAP x y = twoTable Agr x y ** {isPre = andB x.isPre y.isPre} ; + ConsAP xs x = consrTable Agr comma xs x ** {isPre = andB xs.isPre x.isPre} ; + + lincat + [S] = {s1,s2 : Str} ; + [Adv] = {s1,s2 : Str} ; + [NP] = {s1,s2 : Case => Str ; a : Agr} ; + [AP] = {s1,s2 : Agr => Str ; isPre : Bool} ; + +} diff --git a/deprecated/old-lib/resource/english/ExtraEng.gf b/deprecated/old-lib/resource/english/ExtraEng.gf new file mode 100644 index 000000000..7f6b3fde3 --- /dev/null +++ b/deprecated/old-lib/resource/english/ExtraEng.gf @@ -0,0 +1,53 @@ +concrete ExtraEng of ExtraEngAbs = CatEng ** + open ResEng, Coordination, Prelude in { + + lin + GenNP np = {s = \\_ => np.s ! Gen} ; + ComplBareVS v s = insertObj (\\_ => s.s) (predV v) ; + + StrandRelSlash rp slash = { + s = \\t,a,p,ag => + rp.s ! RC (fromAgr ag).g Acc ++ slash.s ! t ! a ! p ! ODir ++ slash.c2 ; + c = Acc + } ; + EmptyRelSlash rp slash = { + s = \\t,a,p,_ => slash.s ! t ! a ! p ! ODir ++ slash.c2 ; + c = Acc + } ; + + StrandQuestSlash ip slash = + {s = \\t,a,b,q => + (mkQuestion (ss (ip.s ! Acc)) slash).s ! t ! a ! b ! q ++ slash.c2 + }; + + lincat + VPI = {s : VPIForm => Agr => Str} ; + [VPI] = {s1,s2 : VPIForm => Agr => Str} ; + + lin + BaseVPI = twoTable2 VPIForm Agr ; + ConsVPI = consrTable2 VPIForm Agr comma ; + + MkVPI vp = { + s = \\v,a => vp.ad ++ vp.inf ++ vp.s2 ! a + } ; + ConjVPI = conjunctDistrTable2 VPIForm Agr ; + ComplVPIVV vv vpi = + insertObj (\\a => (if_then_Str vv.isAux [] "to") ++ vpi.s ! VPIInf ! a) (predVV vv) ; + + UncNegCl t a cl = {s = t.s ++ a.s ++ cl.s ! t.t ! a.a ! neg ! ODir} ; + UncNegQCl t a cl = {s = \\q => t.s ++ a.s ++ cl.s ! t.t ! a.a ! neg !q} ; + UncNegRCl t a cl = { + s = \\r => t.s ++ a.s ++ cl.s ! t.t ! a.a ! neg ! r ; + c = cl.c + } ; + UncNegImpSg imp = {s = imp.s ! neg ! ImpF Sg False} ; + UncNegImpPl imp = {s = imp.s ! neg ! ImpF Pl False} ; + + CompoundCN a b = {s = \\n,c => a.s ! Sg ! Nom ++ b.s ! n ! c ; g = b.g} ; + + + oper + neg = CNeg False ; + +} diff --git a/deprecated/old-lib/resource/english/ExtraEngAbs.gf b/deprecated/old-lib/resource/english/ExtraEngAbs.gf new file mode 100644 index 000000000..9ee849627 --- /dev/null +++ b/deprecated/old-lib/resource/english/ExtraEngAbs.gf @@ -0,0 +1,16 @@ +abstract ExtraEngAbs = Extra ** { + +-- uncontracted negations; contracted are the default + fun + UncNegCl : Tense -> Ant -> Cl -> S ; + UncNegQCl : Tense -> Ant -> QCl -> QS ; + UncNegRCl : Tense -> Ant -> RCl -> RS ; + + UncNegImpSg : Imp -> Utt; -- do not help yourself + UncNegImpPl : Imp -> Utt; -- do not help yourselves + +-- freely compounded nouns + + CompoundCN : CN -> CN -> CN ; -- rock album + +} diff --git a/deprecated/old-lib/resource/english/GrammarEng.gf b/deprecated/old-lib/resource/english/GrammarEng.gf new file mode 100644 index 000000000..932dd9821 --- /dev/null +++ b/deprecated/old-lib/resource/english/GrammarEng.gf @@ -0,0 +1,21 @@ +--# -path=.:../abstract:../common:prelude + +concrete GrammarEng of Grammar = + NounEng, + VerbEng, + AdjectiveEng, + AdverbEng, + NumeralEng, + SentenceEng, + QuestionEng, + RelativeEng, + ConjunctionEng, + PhraseEng, + TextX, + StructuralEng, + IdiomEng + ** { + +flags startcat = Phr ; unlexer = text ; lexer = text ; + +} ; diff --git a/deprecated/old-lib/resource/english/IdiomEng.gf b/deprecated/old-lib/resource/english/IdiomEng.gf new file mode 100644 index 000000000..87fb03136 --- /dev/null +++ b/deprecated/old-lib/resource/english/IdiomEng.gf @@ -0,0 +1,30 @@ +concrete IdiomEng of Idiom = CatEng ** open Prelude, ResEng in { + + flags optimize=all_subs ; + + lin + ImpersCl vp = mkClause "it" (agrP3 Sg) vp ; + GenericCl vp = mkClause "one" (agrP3 Sg) vp ; + + CleftNP np rs = mkClause "it" (agrP3 Sg) + (insertObj (\\_ => rs.s ! np.a) + (insertObj (\\_ => np.s ! rs.c) (predAux auxBe))) ; + + CleftAdv ad s = mkClause "it" (agrP3 Sg) + (insertObj (\\_ => conjThat ++ s.s) + (insertObj (\\_ => ad.s) (predAux auxBe))) ; + + ExistNP np = + mkClause "there" (agrP3 (fromAgr np.a).n) + (insertObj (\\_ => np.s ! Acc) (predAux auxBe)) ; + + ExistIP ip = + mkQuestion (ss (ip.s ! Nom)) + (mkClause "there" (agrP3 ip.n) (predAux auxBe)) ; + + ProgrVP vp = insertObj (\\a => vp.ad ++ vp.prp ++ vp.s2 ! a) (predAux auxBe) ; + + ImpPl1 vp = {s = "let's" ++ infVP True vp (AgP1 Pl)} ; + +} + diff --git a/deprecated/old-lib/resource/english/IrregEng.gf b/deprecated/old-lib/resource/english/IrregEng.gf new file mode 100644 index 000000000..2b90da1c4 --- /dev/null +++ b/deprecated/old-lib/resource/english/IrregEng.gf @@ -0,0 +1,181 @@ +--# -path=.:prelude:../abstract:../common + +concrete IrregEng of IrregEngAbs = CatEng ** open ParadigmsEng in { + +flags optimize=values ; + + lin + awake_V = irregV "awake" "awoke" "awoken" ; + bear_V = irregV "bear" "bore" "born" ; + beat_V = irregV "beat" "beat" "beat" ; + become_V = irregV "become" "became" "become" ; + begin_V = irregV "begin" "began" "begun" ; + bend_V = irregV "bend" "bent" "bent" ; + beset_V = irregV "beset" "beset" "beset" ; + bet_V = irregDuplV "bet" "bet" "bet" ; + bid_V = irregDuplV "bid" (variants {"bid" ; "bade"}) (variants {"bid" ; "bidden"}) ; + bind_V = irregV "bind" "bound" "bound" ; + bite_V = irregV "bite" "bit" "bitten" ; + bleed_V = irregV "bleed" "bled" "bled" ; + blow_V = irregV "blow" "blew" "blown" ; + break_V = irregV "break" "broke" "broken" ; + breed_V = irregV "breed" "bred" "bred" ; + bring_V = irregV "bring" "brought" "brought" ; + broadcast_V = irregV "broadcast" "broadcast" "broadcast" ; + build_V = irregV "build" "built" "built" ; + burn_V = irregV "burn" (variants {"burned" ; "burnt"}) (variants {"burned" ; "burnt"}) ; + burst_V = irregV "burst" "burst" "burst" ; + buy_V = irregV "buy" "bought" "bought" ; + cast_V = irregV "cast" "cast" "cast" ; + catch_V = irregV "catch" "caught" "caught" ; + choose_V = irregV "choose" "chose" "chosen" ; + cling_V = irregV "cling" "clung" "clung" ; + come_V = irregV "come" "came" "come" ; + cost_V = irregV "cost" "cost" "cost" ; + creep_V = irregV "creep" "crept" "crept" ; + cut_V = irregDuplV "cut" "cut" "cut" ; + deal_V = irregV "deal" "dealt" "dealt" ; + dig_V = irregDuplV "dig" "dug" "dug" ; + dive_V = irregV "dive" (variants {"dived" ; "dove"}) "dived" ; + do_V = mk5V "do" "does" "did" "done" "doing" ; + draw_V = irregV "draw" "drew" "drawn" ; + dream_V = irregV "dream" (variants {"dreamed" ; "dreamt"}) (variants {"dreamed" ; "dreamt"}) ; + drive_V = irregV "drive" "drove" "driven" ; + drink_V = irregV "drink" "drank" "drunk" ; + eat_V = irregV "eat" "ate" "eaten" ; + fall_V = irregV "fall" "fell" "fallen" ; + feed_V = irregV "feed" "fed" "fed" ; + feel_V = irregV "feel" "felt" "felt" ; + fight_V = irregV "fight" "fought" "fought" ; + find_V = irregV "find" "found" "found" ; + fit_V = irregDuplV "fit" "fit" "fit" ; + flee_V = irregV "flee" "fled" "fled" ; + fling_V = irregV "fling" "flung" "flung" ; + fly_V = irregV "fly" "flew" "flown" ; + forbid_V = irregDuplV "forbid" "forbade" "forbidden" ; + forget_V = irregDuplV "forget" "forgot" "forgotten" ; + forgive_V = irregV "forgive" "forgave" "forgiven" ; + forsake_V = irregV "forsake" "forsook" "forsaken" ; + freeze_V = irregV "freeze" "froze" "frozen" ; + get_V = irregDuplV "get" "got" "gotten" ; + give_V = irregV "give" "gave" "given" ; + go_V = mk5V "go" "goes" "went" "gone" "going" ; + grind_V = irregV "grind" "ground" "ground" ; + grow_V = irregV "grow" "grew" "grown" ; + hang_V = irregV "hang" "hung" "hung" ; + have_V = mk5V "have" "has" "had" "had" "having" ; + hear_V = irregV "hear" "heard" "heard" ; + hide_V = irregV "hide" "hid" "hidden" ; + hit_V = irregDuplV "hit" "hit" "hit" ; + hold_V = irregV "hold" "held" "held" ; + hurt_V = irregV "hurt" "hurt" "hurt" ; + keep_V = irregV "keep" "kept" "kept" ; + kneel_V = irregV "kneel" "knelt" "knelt" ; + knit_V = irregDuplV "knit" "knit" "knit" ; + know_V = irregV "know" "knew" "know" ; + lay_V = irregV "lay" "laid" "laid" ; + lead_V = irregV "lead" "led" "led" ; + leap_V = irregV "leap" (variants {"leaped" ; "lept"}) (variants {"leaped" ; "lept"}) ; + learn_V = irregV "learn" (variants {"learned" ; "learnt"}) (variants {"learned" ; "learnt"}) ; + leave_V = irregV "leave" "left" "left" ; + lend_V = irregV "lend" "lent" "lent" ; + let_V = irregDuplV "let" "let" "let" ; + lie_V = irregV "lie" "lay" "lain" ; + light_V = irregV "light" (variants {"lighted" ; "lit"}) "lighted" ; + lose_V = irregV "lose" "lost" "lost" ; + make_V = irregV "make" "made" "made" ; + mean_V = irregV "mean" "meant" "meant" ; + meet_V = irregV "meet" "met" "met" ; + misspell_V = irregV "misspell" (variants {"misspelled" ; "misspelt"}) (variants {"misspelled" ; "misspelt"}) ; + mistake_V = irregV "mistake" "mistook" "mistaken" ; + mow_V = irregV "mow" "mowed" (variants {"mowed" ; "mown"}) ; + overcome_V = irregV "overcome" "overcame" "overcome" ; + overdo_V = mk5V "overdo" "overdoes" "overdid" "overdone" "overdoing" ; + overtake_V = irregV "overtake" "overtook" "overtaken" ; + overthrow_V = irregV "overthrow" "overthrew" "overthrown" ; + pay_V = irregV "pay" "paid" "paid" ; + plead_V = irregV "plead" "pled" "pled" ; + prove_V = irregV "prove" "proved" (variants {"proved" ; "proven"}) ; + put_V = irregDuplV "put" "put" "put" ; + quit_V = irregDuplV "quit" "quit" "quit" ; + read_V = irregV "read" "read" "read" ; + rid_V = irregDuplV "rid" "rid" "rid" ; + ride_V = irregV "ride" "rode" "ridden" ; + ring_V = irregV "ring" "rang" "rung" ; + rise_V = irregV "rise" "rose" "risen" ; + run_V = irregDuplV "run" "ran" "run" ; + saw_V = irregV "saw" "sawed" (variants {"sawed" ; "sawn"}) ; + say_V = irregV "say" "said" "said" ; + see_V = irregV "see" "saw" "seen" ; + seek_V = irregV "seek" "sought" "sought" ; + sell_V = irregV "sell" "sold" "sold" ; + send_V = irregV "send" "sent" "sent" ; + set_V = irregDuplV "set" "set" "set" ; + sew_V = irregV "sew" "sewed" (variants {"sewed" ; "sewn"}) ; + shake_V = irregV "shake" "shook" "shaken" ; + shave_V = irregV "shave" "shaved" (variants {"shaved" ; "shaven"}) ; + shear_V = irregV "shear" "shore" "shorn" ; + shed_V = irregDuplV "shed" "shed" "shed" ; + shine_V = irregV "shine" "shone" "shone" ; + shoe_V = irregV "shoe" "shoed" (variants {"shoed" ; "shod"}) ; + shoot_V = irregV "shoot" "shot" "shot" ; + show_V = irregV "show" "showed" (variants {"showed" ; "shown"}) ; + shrink_V = irregV "shrink" "shrank" "shrunk" ; + shut_V = irregDuplV "shut" "shut" "shut" ; + sing_V = irregV "sing" "sang" "sung" ; + sink_V = irregV "sink" "sank" "sunk" ; + sit_V = irregDuplV "sit" "sat" "sat" ; + sleep_V = irregV "sleep" "slept" "slept" ; + slay_V = irregV "slay" "slew" "slain" ; + slide_V = irregV "slide" "slid" "slid" ; + sling_V = irregV "sling" "slung" "slung" ; + slit_V = irregDuplV "slit" "slit" "slit" ; + smite_V = irregV "smite" "smote" "smitten" ; + sow_V = irregV "sow" "sowed" (variants {"sowed" ; "sown"}) ; + speak_V = irregV "speak" "spoke" "spoken" ; + speed_V = irregV "speed" "sped" "sped" ; + spend_V = irregV "spend" "spent" "spent" ; + spill_V = irregV "spill" (variants {"spilled" ; "spilt"}) (variants {"spilled" ; "spilt"}) ; + spin_V = irregDuplV "spin" "spun" "spun" ; + spit_V = irregDuplV "spit" (variants {"spit" ; "spat"}) "spit" ; + split_V = irregDuplV "split" "split" "split" ; + spread_V = irregV "spread" "spread" "spread" ; + spring_V = irregV "spring" (variants {"sprang" ; "sprung"}) "sprung" ; + stand_V = irregV "stand" "stood" "stood" ; + steal_V = irregV "steal" "stole" "stolen" ; + stick_V = irregV "stick" "stuck" "stuck" ; + sting_V = irregV "sting" "stung" "stung" ; + stink_V = irregV "stink" "stank" "stunk" ; + stride_V = irregV "stride" "strod" "stridden" ; + strike_V = irregV "strike" "struck" "struck" ; + string_V = irregV "string" "strung" "strung" ; + strive_V = irregV "strive" "strove" "striven" ; + swear_V = irregV "swear" "swore" "sworn" ; + sweep_V = irregV "sweep" "swept" "swept" ; + swell_V = irregV "swell" "swelled" (variants {"swelled" ; "swollen"}) ; + swim_V = irregDuplV "swim" "swam" "swum" ; + swing_V = irregV "swing" "swung" "swung" ; + take_V = irregV "take" "took" "taken" ; + teach_V = irregV "teach" "taught" "taught" ; + tear_V = irregV "tear" "tore" "torn" ; + tell_V = irregV "tell" "told" "told" ; + think_V = irregV "think" "thought" "thought" ; + thrive_V = irregV "thrive" (variants {"thrived" ; "throve"}) "thrived" ; + throw_V = irregV "throw" "threw" "thrown" ; + thrust_V = irregV "thrust" "thrust" "thrust" ; + tread_V = irregV "tread" "trod" "trodden" ; + understand_V = irregV "understand" "understood" "understood" ; + uphold_V = irregV "uphold" "upheld" "upheld" ; + upset_V = irregDuplV "upset" "upset" "upset" ; + wake_V = irregV "wake" "woke" "woken" ; + wear_V = irregV "wear" "wore" "worn" ; + weave_V = irregV "weave" (variants {"weaved" ; "wove"}) (variants {"weaved" ; "woven"}) ; + wed_V = irregDuplV "wed" "wed" "wed" ; + weep_V = irregV "weep" "wept" "wept" ; + wind_V = irregV "wind" "wound" "wound" ; + win_V = irregDuplV "win" "won" "won" ; + withhold_V = irregV "withhold" "withheld" "withheld" ; + withstand_V = irregV "withstand" "withstood" "withstood" ; + wring_V = irregV "wring" "wrung" "wrung" ; + write_V = irregV "write" "wrote" "written" ; +} diff --git a/deprecated/old-lib/resource/english/IrregEngAbs.gf b/deprecated/old-lib/resource/english/IrregEngAbs.gf new file mode 100644 index 000000000..103fe3278 --- /dev/null +++ b/deprecated/old-lib/resource/english/IrregEngAbs.gf @@ -0,0 +1,176 @@ +abstract IrregEngAbs = Cat ** { +fun + awake_V : V ; + bear_V : V ; + beat_V : V ; + become_V : V ; + begin_V : V ; + bend_V : V ; + beset_V : V ; + bet_V : V ; + bid_V : V ; + bind_V : V ; + bite_V : V ; + bleed_V : V ; + blow_V : V ; + break_V : V ; + breed_V : V ; + bring_V : V ; + broadcast_V : V ; + build_V : V ; + burn_V : V ; + burst_V : V ; + buy_V : V ; + cast_V : V ; + catch_V : V ; + choose_V : V ; + cling_V : V ; + come_V : V ; + cost_V : V ; + creep_V : V ; + cut_V : V ; + deal_V : V ; + dig_V : V ; + dive_V : V ; + do_V : V ; + draw_V : V ; + dream_V : V ; + drive_V : V ; + drink_V : V ; + eat_V : V ; + fall_V : V ; + feed_V : V ; + feel_V : V ; + fight_V : V ; + find_V : V ; + fit_V : V ; + flee_V : V ; + fling_V : V ; + fly_V : V ; + forbid_V : V ; + forget_V : V ; + forgive_V : V ; + forsake_V : V ; + freeze_V : V ; + get_V : V ; + give_V : V ; + go_V : V ; + grind_V : V ; + grow_V : V ; + hang_V : V ; + have_V : V ; + hear_V : V ; + hide_V : V ; + hit_V : V ; + hold_V : V ; + hurt_V : V ; + keep_V : V ; + kneel_V : V ; + knit_V : V ; + know_V : V ; + lay_V : V ; + lead_V : V ; + leap_V : V ; + learn_V : V ; + leave_V : V ; + lend_V : V ; + let_V : V ; + lie_V : V ; + light_V : V ; + lose_V : V ; + make_V : V ; + mean_V : V ; + meet_V : V ; + misspell_V : V ; + mistake_V : V ; + mow_V : V ; + overcome_V : V ; + overdo_V : V ; + overtake_V : V ; + overthrow_V : V ; + pay_V : V ; + plead_V : V ; + prove_V : V ; + put_V : V ; + quit_V : V ; + read_V : V ; + rid_V : V ; + ride_V : V ; + ring_V : V ; + rise_V : V ; + run_V : V ; + saw_V : V ; + say_V : V ; + see_V : V ; + seek_V : V ; + sell_V : V ; + send_V : V ; + set_V : V ; + sew_V : V ; + shake_V : V ; + shave_V : V ; + shear_V : V ; + shed_V : V ; + shine_V : V ; + shoe_V : V ; + shoot_V : V ; + show_V : V ; + shrink_V : V ; + shut_V : V ; + sing_V : V ; + sink_V : V ; + sit_V : V ; + sleep_V : V ; + slay_V : V ; + slide_V : V ; + sling_V : V ; + slit_V : V ; + smite_V : V ; + sow_V : V ; + speak_V : V ; + speed_V : V ; + spend_V : V ; + spill_V : V ; + spin_V : V ; + spit_V : V ; + split_V : V ; + spread_V : V ; + spring_V : V ; + stand_V : V ; + steal_V : V ; + stick_V : V ; + sting_V : V ; + stink_V : V ; + stride_V : V ; + strike_V : V ; + string_V : V ; + strive_V : V ; + swear_V : V ; + sweep_V : V ; + swell_V : V ; + swim_V : V ; + swing_V : V ; + take_V : V ; + teach_V : V ; + tear_V : V ; + tell_V : V ; + think_V : V ; + thrive_V : V ; + throw_V : V ; + thrust_V : V ; + tread_V : V ; + understand_V : V ; + uphold_V : V ; + upset_V : V ; + wake_V : V ; + wear_V : V ; + weave_V : V ; + wed_V : V ; + weep_V : V ; + wind_V : V ; + win_V : V ; + withhold_V : V ; + withstand_V : V ; + wring_V : V ; + write_V : V ; +} diff --git a/deprecated/old-lib/resource/english/LangEng.gf b/deprecated/old-lib/resource/english/LangEng.gf new file mode 100644 index 000000000..966308a2b --- /dev/null +++ b/deprecated/old-lib/resource/english/LangEng.gf @@ -0,0 +1,10 @@ +--# -path=.:../abstract:../common:prelude + +concrete LangEng of Lang = + GrammarEng, + LexiconEng + ** { + +flags startcat = Phr ; unlexer = text ; lexer = text ; + +} ; diff --git a/deprecated/old-lib/resource/english/LexiconEng.gf b/deprecated/old-lib/resource/english/LexiconEng.gf new file mode 100644 index 000000000..a92058c90 --- /dev/null +++ b/deprecated/old-lib/resource/english/LexiconEng.gf @@ -0,0 +1,375 @@ +--# -path=.:prelude + +concrete LexiconEng of Lexicon = CatEng ** + open ParadigmsEng, IrregEng, Prelude in { + +flags + optimize=values ; + +lin + airplane_N = regN "airplane" ; + answer_V2S = mkV2S (regV "answer") toP ; + apartment_N = regN "apartment" ; + apple_N = regN "apple" ; + art_N = regN "art" ; + ask_V2Q = mkV2Q (regV "ask") noPrep ; + baby_N = regN "baby" ; + bad_A = mkADeg "bad" "worse" "worst" "badly" ; + bank_N = regN "bank" ; + beautiful_A = compoundADeg (regA "beautiful") ; + become_VA = mkVA (irregV "become" "became" "become") ; + beer_N = regN "beer" ; + beg_V2V = mkV2V (regDuplV "beg") noPrep toP ; + big_A = duplADeg "big" ; + bike_N = regN "bike" ; + bird_N = regN "bird" ; + black_A = regADeg "black" ; + blue_A = regADeg "blue" ; + boat_N = regN "boat" ; + book_N = regN "book" ; + boot_N = regN "boot" ; + boss_N = mkN human (regN "boss") ; + boy_N = mkN masculine (regN "boy") ; + bread_N = regN "bread" ; + break_V2 = dirV2 (irregV "break" "broke" "broken") ; + broad_A = regADeg "broad" ; + brother_N2 = mkN2 (mkN masculine (mkN "brother")) (mkPrep "of") ; + brown_A = regADeg "brown" ; + butter_N = regN "butter" ; + buy_V2 = dirV2 (irregV "buy" "bought" "bought") ; + camera_N = regN "camera" ; + cap_N = regN "cap" ; + car_N = regN "car" ; + carpet_N = regN "carpet" ; + cat_N = regN "cat" ; + ceiling_N = regN "ceiling" ; + chair_N = regN "chair" ; + cheese_N = regN "cheese" ; + child_N = mk2N "child" "children" ; + church_N = regN "church" ; + city_N = regN "city" ; + clean_A = regADeg "clean" ; + clever_A = regADeg "clever" ; + close_V2 = dirV2 (regV "close") ; + coat_N = regN "coat" ; + cold_A = regADeg "cold" ; + come_V = (irregV "come" "came" "come") ; + computer_N = regN "computer" ; + country_N = regN "country" ; + cousin_N = mkN human (regN "cousin") ; + cow_N = regN "cow" ; + die_V = (regV "die") ; + dirty_A = regADeg "dirty" ; + distance_N3 = mkN3 (regN "distance") fromP toP ; + doctor_N = mkN human (regN "doctor") ; + dog_N = regN "dog" ; + door_N = regN "door" ; + drink_V2 = dirV2 (irregV "drink" "drank" "drunk") ; + easy_A2V = mkA2V (regA "easy") forP ; + eat_V2 = dirV2 (irregV "eat" "ate" "eaten") ; + empty_A = regADeg "empty" ; + enemy_N = regN "enemy" ; + factory_N = regN "factory" ; + father_N2 = mkN2 (mkN masculine (mkN "father")) (mkPrep "of") ; + fear_VS = mkVS (regV "fear") ; + find_V2 = dirV2 (irregV "find" "found" "found") ; + fish_N = mk2N "fish" "fish" ; + floor_N = regN "floor" ; + forget_V2 = dirV2 (irregDuplV "forget" "forgot" "forgotten") ; + fridge_N = regN "fridge" ; + friend_N = mkN human (regN "friend") ; + fruit_N = regN "fruit" ; + fun_AV = mkAV (regA "fun") ; + garden_N = regN "garden" ; + girl_N = mkN feminine (regN "girl") ; + glove_N = regN "glove" ; + gold_N = regN "gold" ; + good_A = mkADeg "good" "better" "best" "well" ; + go_V = mk5V "go" "goes" "went" "gone" "going" ; + green_A = regADeg "green" ; + harbour_N = regN "harbour" ; + hate_V2 = dirV2 (regV "hate") ; + hat_N = regN "hat" ; + have_V2 = dirV2 (mk5V "have" "has" "had" "had" "having") ; + hear_V2 = dirV2 (irregV "hear" "heard" "heard") ; + hill_N = regN "hill" ; + hope_VS = mkVS (regV "hope") ; + horse_N = regN "horse" ; + hot_A = duplADeg "hot" ; + house_N = regN "house" ; + important_A = compoundADeg (regA "important") ; + industry_N = regN "industry" ; + iron_N = regN "iron" ; + king_N = mkN masculine (regN "king") ; + know_V2 = dirV2 (irregV "know" "knew" "known") ; + lake_N = regN "lake" ; + lamp_N = regN "lamp" ; + learn_V2 = dirV2 (regV "learn") ; + leather_N = regN "leather" ; + leave_V2 = dirV2 (irregV "leave" "left" "left") ; + like_V2 = dirV2 (regV "like") ; + listen_V2 = prepV2 (regV "listen") toP ; + live_V = (regV "live") ; + long_A = regADeg "long" ; + lose_V2 = dirV2 (irregV "lose" "lost" "lost") ; + love_N = regN "love" ; + love_V2 = dirV2 (regV "love") ; + man_N = mkN masculine (mk2N "man" "men") ; + married_A2 = mkA2 (regA "married") toP ; + meat_N = regN "meat" ; + milk_N = regN "milk" ; + moon_N = regN "moon" ; + mother_N2 = mkN2 (mkN feminine (mkN "mother")) (mkPrep "of") ; + mountain_N = regN "mountain" ; + music_N = regN "music" ; + narrow_A = regADeg "narrow" ; + new_A = regADeg "new" ; + newspaper_N = regN "newspaper" ; + oil_N = regN "oil" ; + old_A = regADeg "old" ; + open_V2 = dirV2 (regV "open") ; + paint_V2A = mkV2A (regV "paint") noPrep ; + paper_N = regN "paper" ; + paris_PN = mkPN (mkN nonhuman (mkN "Paris")) ; + peace_N = regN "peace" ; + pen_N = regN "pen" ; + planet_N = regN "planet" ; + plastic_N = regN "plastic" ; + play_V2 = dirV2 (regV "play") ; + policeman_N = mkN masculine (mkN "policeman" "policemen") ; + priest_N = mkN human (regN "priest") ; + probable_AS = mkAS (regA "probable") ; + queen_N = mkN feminine (regN "queen") ; + radio_N = regN "radio" ; + rain_V0 = mkV0 (regV "rain") ; + read_V2 = dirV2 (irregV "read" "read" "read") ; + red_A = duplADeg "red" ; + religion_N = regN "religion" ; + restaurant_N = regN "restaurant" ; + river_N = regN "river" ; + rock_N = regN "rock" ; + roof_N = regN "roof" ; + rubber_N = regN "rubber" ; + run_V = (irregDuplV "run" "ran" "run") ; + say_VS = mkVS (irregV "say" "said" "said") ; + school_N = regN "school" ; + science_N = regN "science" ; + sea_N = regN "sea" ; + seek_V2 = dirV2 (irregV "seek" "sought" "sought") ; + see_V2 = dirV2 (irregV "see" "saw" "seen") ; + sell_V3 = dirV3 (irregV "sell" "sold" "sold") toP ; + send_V3 = dirV3 (irregV "send" "sent" "sent") toP ; + sheep_N = mk2N "sheep" "sheep" ; + ship_N = regN "ship" ; + shirt_N = regN "shirt" ; + shoe_N = regN "shoe" ; + shop_N = regN "shop" ; + short_A = regADeg "short" ; + silver_N = regN "silver" ; + sister_N = mkN2 (mkN feminine (mkN "sister")) (mkPrep "of") ; + sleep_V = (irregV "sleep" "slept" "slept") ; + small_A = regADeg "small" ; + snake_N = regN "snake" ; + sock_N = regN "sock" ; + speak_V2 = dirV2 (irregV "speak" "spoke" "spoken") ; + star_N = regN "star" ; + steel_N = regN "steel" ; + stone_N = regN "stone" ; + stove_N = regN "stove" ; + student_N = mkN human (regN "student") ; + stupid_A = regADeg "stupid" ; + sun_N = regN "sun" ; + switch8off_V2 = dirV2 (partV (regV "switch") "off") ; + switch8on_V2 = dirV2 (partV (regV "switch") "on") ; + table_N = regN "table" ; + talk_V3 = mkV3 (regV "talk") toP aboutP ; + teacher_N = mkN human (regN "teacher") ; + teach_V2 = dirV2 (irregV "teach" "taught" "taught") ; + television_N = regN "television" ; + thick_A = regADeg "thick" ; + thin_A = duplADeg "thin" ; + train_N = regN "train" ; + travel_V = (regDuplV "travel") ; + tree_N = regN "tree" ; + ---- trousers_N = regN "trousers" ; + ugly_A = regADeg "ugly" ; + understand_V2 = dirV2 (irregV "understand" "understood" "understood") ; + university_N = regN "university" ; + village_N = regN "village" ; + wait_V2 = prepV2 (regV "wait") forP ; + walk_V = (regV "walk") ; + warm_A = regADeg "warm" ; + war_N = regN "war" ; + watch_V2 = dirV2 (regV "watch") ; + water_N = regN "water" ; + white_A = regADeg "white" ; + window_N = regN "window" ; + wine_N = regN "wine" ; + win_V2 = dirV2 (irregDuplV "win" "won" "won") ; + woman_N = mkN feminine (mk2N "woman" "women") ; + wonder_VQ = mkVQ (regV "wonder") ; + wood_N = regN "wood" ; + write_V2 = dirV2 (irregV "write" "wrote" "written") ; + yellow_A = regADeg "yellow" ; + young_A = regADeg "young" ; + + do_V2 = dirV2 (mk5V "do" "does" "did" "done" "doing") ; + now_Adv = mkAdv "now" ; + already_Adv = mkAdv "already" ; + song_N = regN "song" ; + add_V3 = dirV3 (regV "add") toP ; + number_N = regN "number" ; + put_V2 = prepV2 (irregDuplV "put" "put" "put") noPrep ; + stop_V = regDuplV "stop" ; + jump_V = regV "jump" ; + + left_Ord = ss "left" ; + right_Ord = ss "right" ; + far_Adv = mkAdv "far" ; + correct_A = (regA "correct") ; + dry_A = regA "dry" ; + dull_A = regA "dull" ; + full_A = regA "full" ; + heavy_A = regA "heavy" ; + near_A = regA "near" ; + rotten_A = (regA "rotten") ; + round_A = regA "round" ; + sharp_A = regA "sharp" ; + smooth_A = regA "smooth" ; + straight_A = regA "straight" ; + wet_A = regA "wet" ; ---- + wide_A = regA "wide" ; + animal_N = regN "animal" ; + ashes_N = regN "ash" ; -- FIXME: plural only? + back_N = regN "back" ; + bark_N = regN "bark" ; + belly_N = regN "belly" ; + blood_N = regN "blood" ; + bone_N = regN "bone" ; + breast_N = regN "breast" ; + cloud_N = regN "cloud" ; + day_N = regN "day" ; + dust_N = regN "dust" ; + ear_N = regN "ear" ; + earth_N = regN "earth" ; + egg_N = regN "egg" ; + eye_N = regN "eye" ; + fat_N = regN "fat" ; + feather_N = regN "feather" ; + fingernail_N = regN "fingernail" ; + fire_N = regN "fire" ; + flower_N = regN "flower" ; + fog_N = regN "fog" ; + foot_N = mk2N "foot" "feet" ; + forest_N = regN "forest" ; + grass_N = regN "grass" ; + guts_N = regN "gut" ; -- FIXME: no singular + hair_N = regN "hair" ; + hand_N = regN "hand" ; + head_N = regN "head" ; + heart_N = regN "heart" ; + horn_N = regN "horn" ; + husband_N = mkN masculine (regN "husband") ; + ice_N = regN "ice" ; + knee_N = regN "knee" ; + leaf_N = mk2N "leaf" "leaves" ; + leg_N = regN "leg" ; + liver_N = regN "liver" ; + louse_N = mk2N "louse" "lice" ; + mouth_N = regN "mouth" ; + name_N = regN "name" ; + neck_N = regN "neck" ; + night_N = regN "night" ; + nose_N = regN "nose" ; + person_N = mkN human (regN "person") ; + rain_N = regN "rain" ; + road_N = regN "road" ; + root_N = regN "root" ; + rope_N = regN "rope" ; + salt_N = regN "salt" ; + sand_N = regN "sand" ; + seed_N = regN "seed" ; + skin_N = regN "skin" ; + sky_N = regN "sky" ; + smoke_N = regN "smoke" ; + snow_N = regN "snow" ; + stick_N = regN "stick" ; + tail_N = regN "tail" ; + tongue_N = regN "tongue" ; + tooth_N = mk2N "tooth" "teeth" ; + wife_N = mkN feminine (mk2N "wife" "wives") ; + wind_N = regN "wind" ; + wing_N = regN "wing" ; + worm_N = regN "worm" ; + year_N = regN "year" ; + blow_V = IrregEng.blow_V ; + breathe_V = dirV2 (regV "breathe") ; + burn_V = IrregEng.burn_V ; + dig_V = IrregEng.dig_V ; + fall_V = IrregEng.fall_V ; + float_V = regV "float" ; + flow_V = regV "flow" ; + fly_V = IrregEng.fly_V ; + freeze_V = IrregEng.freeze_V ; + give_V3 = dirV3 give_V toP ; + laugh_V = regV "laugh" ; + lie_V = IrregEng.lie_V ; + play_V = regV "play" ; + sew_V = IrregEng.sew_V ; + sing_V = IrregEng.sing_V ; + sit_V = IrregEng.sit_V ; + smell_V = regV "smell" ; + spit_V = IrregEng.spit_V ; + stand_V = IrregEng.stand_V ; + swell_V = IrregEng.swell_V ; + swim_V = IrregEng.swim_V ; + think_V = IrregEng.think_V ; + turn_V = regV "turn" ; + vomit_V = regV "vomit" ; + + bite_V2 = dirV2 IrregEng.bite_V ; + count_V2 = dirV2 (regV "count") ; + cut_V2 = dirV2 IrregEng.cut_V ; + fear_V2 = dirV2 (regV "fear") ; + fight_V2 = dirV2 fight_V ; + hit_V2 = dirV2 hit_V ; + hold_V2 = dirV2 hold_V ; + hunt_V2 = dirV2 (regV "hunt") ; + kill_V2 = dirV2 (regV "kill") ; + pull_V2 = dirV2 (regV "pull") ; + push_V2 = dirV2 (regV "push") ; + rub_V2 = dirV2 (regDuplV "rub") ; + scratch_V2 = dirV2 (regV "scratch") ; + split_V2 = dirV2 split_V ; + squeeze_V2 = dirV2 (regV "squeeze") ; + stab_V2 = dirV2 (regDuplV "stab") ; + suck_V2 = dirV2 (regV "suck") ; + throw_V2 = dirV2 throw_V ; + tie_V2 = dirV2 (regV "tie") ; + wash_V2 = dirV2 (regV "wash") ; + wipe_V2 = dirV2 (regV "wipe") ; + +-- other_A = regA "other" ; + + grammar_N = regN "grammar" ; + language_N = regN "language" ; + rule_N = regN "rule" ; + +-- added 4/6/2007 + john_PN = mkPN (mkN masculine (mkN "John")) ; + question_N = regN "question" ; + ready_A = regA "ready" ; + reason_N = regN "reason" ; + today_Adv = mkAdv "today" ; + uncertain_A = regA "uncertain" ; + +oper + aboutP = mkPrep "about" ; + atP = mkPrep "at" ; + forP = mkPrep "for" ; + fromP = mkPrep "from" ; + inP = mkPrep "in" ; + onP = mkPrep "on" ; + toP = mkPrep "to" ; + +} ; diff --git a/deprecated/old-lib/resource/english/MorphoEng.gf b/deprecated/old-lib/resource/english/MorphoEng.gf new file mode 100644 index 000000000..ec8dc58df --- /dev/null +++ b/deprecated/old-lib/resource/english/MorphoEng.gf @@ -0,0 +1,197 @@ +--# -path=.:../../prelude + +--1 A Simple English 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 $ParadigmsEng$, which +-- gives a higher-level access to this module. + +resource MorphoEng = ResEng ** open Prelude, (Predef=Predef) in { + + flags optimize=all ; + +--2 Phonology +-- +-- To regulate the use of endings for both nouns, adjectives, and verbs: + +oper + y2ie : Str -> Str -> Str = \fly,s -> + let y = last (init fly) in + case y of { + "a" => fly + s ; + "e" => fly + s ; + "o" => fly + s ; + "u" => fly + s ; + _ => init fly + "ie" + s + } ; + + +--2 Nouns +-- +-- For conciseness and abstraction, we define a worst-case macro for +-- noun inflection. It is used for defining special case that +-- only need one string as argument. + +oper + CommonNoun : Type = {s : Number => Case => Str} ; + + nounGen : Str -> CommonNoun = \dog -> case last dog of { + "y" => nounY "dog" ; + "s" => nounS (init "dog") ; + _ => nounReg "dog" + } ; + +-- These are auxiliaries to $nounGen$. + + nounReg : Str -> CommonNoun = \dog -> + mkNoun dog (dog + "s") (dog + "'s") (dog + "s'"); + nounS : Str -> CommonNoun = \kiss -> + mkNoun kiss (kiss + "es") (kiss + "'s") (kiss + "es'") ; + nounY : Str -> CommonNoun = \fl -> + mkNoun (fl + "y") (fl + "ies") (fl + "y's") (fl + "ies'") ; + + +--3 Proper names +-- +-- Regular proper names are inflected with "'s" in the genitive. + + nameReg : Str -> Gender -> {s : Case => Str} = \john,g -> + {s = table {Gen => john + "'s" ; _ => john} ; g = g} ; + +--2 Determiners + + mkDeterminer : Number -> Str -> {s : Str ; n : Number} = \n,s -> + {s = s ; n = n} ; + +--2 Pronouns +-- +-- Here we define personal pronouns. +-- +-- We record the form "mine" and the gender for later use. + + Pronoun : Type = + {s : Case => Str ; a : Agr} ; + + mkPronoun : (_,_,_,_ : Str) -> Number -> Person -> Gender -> Pronoun = + \I,me,my,mine,n,p,g -> + {s = table {Nom => I ; Acc => me ; Gen => my} ; + a = toAgr n p g + } ; + + human : Gender = Masc ; --- doesn't matter + + pronI = mkPronoun "I" "me" "my" "mine" Sg P1 human ; + pronYouSg = mkPronoun "you" "you" "your" "yours" Sg P2 human ; -- verb agr OK + pronHe = mkPronoun "he" "him" "his" "his" Sg P3 Masc ; + pronShe = mkPronoun "she" "her" "her" "hers" Sg P3 Fem ; + pronIt = mkPronoun "it" "it" "its" "it" Sg P3 Neutr ; + + pronWe = mkPronoun "we" "us" "our" "ours" Pl P1 human ; + pronYouPl = mkPronoun "you" "you" "your" "yours" Pl P2 human ; + pronThey = mkPronoun "they" "them" "their" "theirs" Pl P3 human ; --- + + +--2 Adjectives +-- +-- To form the adjectival and the adverbial forms, two strings are needed +-- in the worst case. (First without degrees.) + + Adjective = {s : AForm => Str} ; + +-- However, most adjectives can be inflected using the final character. +-- N.B. this is not correct for "shy", but $mkAdjective$ has to be used. + + regAdjective : Str -> Adjective = \free -> + let + e = last free ; + fre = init free ; + freely = case e of { + "y" => fre + "ily" ; + _ => free + "ly" + } ; + fre = case e of { + "e" => fre ; + "y" => fre + "i" ; + _ => free + } + in + mkAdjective free (fre + "er") (fre + "est") freely ; + +-- Many adjectives are 'inflected' by adding a comparison word. + + adjDegrLong : Str -> Adjective = \ridiculous -> + mkAdjective + ridiculous + ("more" ++ ridiculous) + ("most" ++ ridiculous) + ((regAdjective ridiculous).s ! AAdv) ; + + +--3 Verbs +-- +-- The worst case needs five forms. (The verb "be" is treated separately.) + + mkVerb4 : (_,_,_,_: Str) -> Verb = \go,goes,went,gone -> + let going = case last go of { + "e" => init go + "ing" ; + _ => go + "ing" + } + in + mkVerb go goes went gone going ; + +-- This is what we use to derive the irregular forms in almost all cases + + mkVerbIrreg : (_,_,_ : Str) -> Verb = \bite,bit,bitten -> + let bites = case last bite of { + "y" => y2ie bite "s" ; + "s" => init bite + "es" ; + _ => bite + "s" + } + in mkVerb4 bite bites bit bitten ; + +-- This is used to derive regular forms. + + mkVerbReg : Str -> Verb = \soak -> + let + soaks = case last soak of { + "y" => y2ie soak "s" ; + "s" => init soak + "es" ; + _ => soak + "s" + } ; + soaked = case last soak of { + "e" => init soak + "s" ; + _ => soak + "ed" + } + in + mkVerb4 soak soaks soaked soaked ; + + verbGen : Str -> Verb = \kill -> case last kill of { + "y" => verbP3y (init kill) ; + "e" => verbP3e (init kill) ; + "s" => verbP3s (init kill) ; + _ => regVerbP3 kill + } ; + +-- These are just auxiliary to $verbGen$. + + regVerbP3 : Str -> Verb = \walk -> + mkVerbIrreg walk (walk + "ed") (walk + "ed") ; + verbP3s : Str -> Verb = \kiss -> + mkVerb4 kiss (kiss + "es") (kiss + "ed") (kiss + "ed") ; + verbP3e : Str -> Verb = \love -> + mkVerb4 love (love + "s") (love + "d") (love + "d") ; + verbP3y : Str -> Verb = \cr -> + mkVerb4 (cr + "y") (cr + "ies") (cr + "ied") (cr + "ied") ; + +--- The particle always appears right after the verb. + + verbPart : Verb -> Str -> Verb = \v,p -> + {s = \\f => v.s ! f ++ p ; isRefl = v.isRefl} ; + + verbNoPart : Verb -> Verb = \v -> verbPart v [] ; + + +} ; + diff --git a/deprecated/old-lib/resource/english/NounEng.gf b/deprecated/old-lib/resource/english/NounEng.gf new file mode 100644 index 000000000..cc7427930 --- /dev/null +++ b/deprecated/old-lib/resource/english/NounEng.gf @@ -0,0 +1,137 @@ +concrete NounEng of Noun = CatEng ** open ResEng, Prelude in { + + flags optimize=all_subs ; + + lin + DetCN det cn = { + s = \\c => det.s ++ cn.s ! det.n ! c ; + a = agrgP3 det.n cn.g + } ; + + UsePN pn = pn ** {a = agrgP3 Sg pn.g} ; + UsePron p = p ; + + PredetNP pred np = { + s = \\c => pred.s ++ np.s ! c ; + a = np.a + } ; + + PPartNP np v2 = { + s = \\c => np.s ! c ++ v2.s ! VPPart ; + a = np.a + } ; + + RelNP np rs = { + s = \\c => np.s ! c ++ "," ++ rs.s ! np.a ; + a = np.a + } ; + + AdvNP np adv = { + s = \\c => np.s ! c ++ adv.s ; + a = np.a + } ; + + DetQuantOrd quant num ord = { + s = quant.s ! num.n ++ num.s ++ ord.s ; + n = num.n + } ; + + DetQuant quant num = { + s = quant.s ! num.n ++ num.s ; + n = num.n + } ; + + DetNP det = { + s = \\c => det.s ; ---- case + a = agrP3 det.n + } ; + + PossPron p = {s = \\_ => p.s ! Gen} ; + + NumSg = {s = []; n = Sg ; hasCard = False} ; + NumPl = {s = []; n = Pl ; hasCard = False} ; +---b NoOrd = {s = []} ; + + NumCard n = n ** {hasCard = True} ; + + NumDigits n = {s = n.s ! NCard ; n = n.n} ; + OrdDigits n = {s = n.s ! NOrd} ; + + NumNumeral numeral = {s = numeral.s ! NCard; n = numeral.n} ; + OrdNumeral numeral = {s = numeral.s ! NOrd} ; + + AdNum adn num = {s = adn.s ++ num.s ; n = num.n} ; + + OrdSuperl a = {s = a.s ! AAdj Superl} ; + + DetArtOrd art num ord = { + s = art.s ! num.hasCard ! num.n ++ num.s ++ ord.s ; + n = num.n + } ; + + DetArtCard art card = { + s = art.s ! True ! card.n ++ card.s ; + n = card.n + } ; + + DetArtSg art cn = { + s = \\c => art.s ! False ! Sg ++ cn.s ! Sg ! c ; + a = agrgP3 Sg cn.g + } ; + + DetArtPl art cn = { + s = \\c => art.s ! False ! Pl ++ cn.s ! Pl ! c ; + a = agrgP3 Pl cn.g + } ; + + DefArt = {s = \\c,n => artDef} ; + + IndefArt = {s = \\c,n => case of { + => artIndef ; + _ => [] + } + } ; + + MassNP cn = { + s = cn.s ! Sg ; + a = agrP3 Sg + } ; + + UseN n = n ; + UseN2 n = n ; +---b UseN3 n = n ; + + Use2N3 f = { + s = \\n,c => f.s ! n ! Nom ; + g = f.g ; + c2 = f.c2 + } ; + + Use3N3 f = { + s = \\n,c => f.s ! n ! Nom ; + g = f.g ; + c2 = f.c3 + } ; + + ComplN2 f x = {s = \\n,c => f.s ! n ! Nom ++ f.c2 ++ x.s ! c ; g = f.g} ; + ComplN3 f x = { + s = \\n,c => f.s ! n ! Nom ++ f.c2 ++ x.s ! c ; + g = f.g ; + c2 = f.c3 + } ; + + AdjCN ap cn = { + s = \\n,c => preOrPost ap.isPre (ap.s ! agrgP3 n cn.g) (cn.s ! n ! c) ; + g = cn.g + } ; + RelCN cn rs = { + s = \\n,c => cn.s ! n ! c ++ rs.s ! agrgP3 n cn.g ; + g = cn.g + } ; + AdvCN cn ad = {s = \\n,c => cn.s ! n ! c ++ ad.s ; g = cn.g} ; + + SentCN cn sc = {s = \\n,c => cn.s ! n ! c ++ sc.s ; g = cn.g} ; + + ApposCN cn np = {s = \\n,c => cn.s ! n ! Nom ++ np.s ! c ; g = cn.g} ; + +} diff --git a/deprecated/old-lib/resource/english/NumeralEng.gf b/deprecated/old-lib/resource/english/NumeralEng.gf new file mode 100644 index 000000000..2f7c8e553 --- /dev/null +++ b/deprecated/old-lib/resource/english/NumeralEng.gf @@ -0,0 +1,95 @@ +concrete NumeralEng of Numeral = CatEng ** open ResEng in { + +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 = let two = mkNum "two" "twelve" "twenty" "second" in + {s = \\f,c => case of { + => "twelfth" ; + _ => two.s ! f ! c + } + } ; + +lin n3 = mkNum "three" "thirteen" "thirty" "third" ; +lin n4 = mkNum "four" "fourteen" "forty" "fourth" ; +lin n5 = mkNum "five" "fifteen" "fifty" "fifth" ; +lin n6 = regNum "six" ; +lin n7 = regNum "seven" ; +lin n8 = mkNum "eight" "eighteen" "eighty" "eighth" ; +lin n9 = mkNum "nine" "nineteen" "ninety" "ninth" ; + +lin pot01 = mkNum "one" "eleven" "ten" "first" ** {n = Sg} ; +lin pot0 d = d ** {n = Pl} ; +lin pot110 = regCardOrd "ten" ** {n = Pl} ; +lin pot111 = regCardOrd "eleven" ** {n = Pl} ; +lin pot1to19 d = {s = d.s ! teen} ** {n = Pl} ; +lin pot0as1 n = {s = n.s ! unit} ** {n = n.n} ; +lin pot1 d = {s = d.s ! ten} ** {n = Pl} ; +lin pot1plus d e = { + s = \\c => d.s ! ten ! NCard ++ "-" ++ e.s ! unit ! c ; n = Pl} ; +lin pot1as2 n = n ; +lin pot2 d = {s = \\c => d.s ! unit ! NCard ++ mkCard c "hundred"} ** {n = Pl} ; +lin pot2plus d e = { + s = \\c => d.s ! unit ! NCard ++ "hundred" ++ "and" ++ e.s ! c ; n = Pl} ; +lin pot2as3 n = n ; +lin pot3 n = { + s = \\c => n.s ! NCard ++ mkCard c "thousand" ; n = Pl} ; +lin pot3plus n m = { + s = \\c => n.s ! NCard ++ "thousand" ++ m.s ! c ; n = Pl} ; + +-- numerals as sequences of digits + + lincat + Dig = TDigit ; + + lin + IDig d = d ** {tail = T1} ; + + IIDig d i = { + s = \\o => d.s ! NCard ++ commaIf i.tail ++ i.s ! o ; + n = Pl ; + tail = inc i.tail + } ; + + D_0 = mkDig "0" ; + D_1 = mk3Dig "1" "1st" Sg ; + D_2 = mk2Dig "2" "2nd" ; + D_3 = mk2Dig "3" "3rd" ; + 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 + commaIf : DTail -> Str = \t -> case t of { + T3 => "," ; + _ => [] + } ; + + inc : DTail -> DTail = \t -> case t of { + T1 => T2 ; + T2 => T3 ; + T3 => T1 + } ; + + mk2Dig : Str -> Str -> TDigit = \c,o -> mk3Dig c o Pl ; + mkDig : Str -> TDigit = \c -> mk2Dig c (c + "th") ; + + mk3Dig : Str -> Str -> Number -> TDigit = \c,o,n -> { + s = table {NCard => c ; NOrd => o} ; + n = n + } ; + + TDigit = { + n : Number ; + s : CardOrd => Str + } ; + +} diff --git a/deprecated/old-lib/resource/english/ParadigmsEng.gf b/deprecated/old-lib/resource/english/ParadigmsEng.gf new file mode 100644 index 000000000..9ce081457 --- /dev/null +++ b/deprecated/old-lib/resource/english/ParadigmsEng.gf @@ -0,0 +1,577 @@ +--# -path=.:../abstract:../../prelude:../common + +--1 English Lexical Paradigms +-- +-- Aarne Ranta 2003--2005 +-- +-- 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 $MorphoEng.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$. +-- However, this function should only seldom be needed: we have a +-- separate module [``IrregEng`` ../../english/IrregEng.gf], +-- which covers irregular verbss. + +resource ParadigmsEng = open + (Predef=Predef), + Prelude, + MorphoEng, + CatEng + in { +--2 Parameters +-- +-- To abstract over gender names, we define the following identifiers. + +oper + Gender : Type ; + + human : Gender ; + nonhuman : Gender ; + masculine : Gender ; + feminine : Gender ; + +-- To abstract over number names, we define the following. + + Number : Type ; + + singular : Number ; + plural : Number ; + +-- To abstract over case names, we define the following. + + Case : Type ; + + nominative : Case ; + genitive : Case ; + +-- Prepositions are used in many-argument functions for rection. +-- The resource category $Prep$ is used. + + + +--2 Nouns + +-- Nouns are constructed by the function $mkN$, which takes a varying +-- number of arguments. + + mkN : overload { + +-- The regular function captures the variants for nouns ending with +-- "s","sh","x","z" or "y": "kiss - kisses", "flash - flashes"; +-- "fly - flies" (but "toy - toys"), + + mkN : (flash : Str) -> N ; + +-- In practice the worst case is to give singular and plural nominative. + + mkN : (man,men : Str) -> N ; + +-- The theoretical worst case: give all four forms. + + mkN : (man,men,man's,men's : Str) -> N ; + +-- Change gender from the default $nonhuman$. + + mkN : Gender -> N -> N ; + +--3 Compound nouns +-- +-- A compound noun is an uninflected string attached to an inflected noun, +-- such as "baby boom", "chief executive officer". + + mkN : Str -> N -> N + } ; + + +--3 Relational nouns +-- +-- Relational nouns ("daughter of x") need a preposition. + + mkN2 : N -> Prep -> N2 ; + +-- The most common preposition is "of", and the following is a +-- shortcut for regular relational nouns with "of". + + regN2 : Str -> N2 ; + +-- Use the function $mkPrep$ or see the section on prepositions below to +-- form other prepositions. +-- +-- Three-place relational nouns ("the connection from x to y") need two prepositions. + + mkN3 : N -> Prep -> Prep -> N3 ; + + + +--3 Proper names and noun phrases +-- +-- Proper names, with a regular genitive, are formed from strings. + + mkPN : overload { + + mkPN : Str -> PN ; + +-- Sometimes a common noun can be reused as a proper name, e.g. "Bank" + + mkPN : N -> PN + } ; + + +--2 Adjectives + + mkA : overload { + +-- For regular adjectives, the adverbial and comparison forms are derived. This holds +-- even for cases with the variations "happy - happily - happier - happiest", +-- "free - freely - freer - freest", and "rude - rudest". + + mkA : (happy : Str) -> A ; + +-- However, the duplication of the final consonant cannot be predicted, +-- but a separate case is used to give the comparative + + mkA : (fat,fatter : Str) -> A ; + +-- As many as four forms may be needed. + + mkA : (good,better,best,well : Str) -> A + } ; + +-- To force comparison to be formed by "more - most", +-- the following function is used: + + compoundA : A -> A ; -- -/more/most ridiculous + + + +--3 Two-place adjectives +-- +-- Two-place adjectives need a preposition for their second argument. + + mkA2 : A -> Prep -> A2 ; + + + +--2 Adverbs + +-- Adverbs are not inflected. Most lexical ones have position +-- after the verb. Some can be preverbal (e.g. "always"). + + mkAdv : Str -> Adv ; + mkAdV : Str -> AdV ; + +-- Adverbs modifying adjectives and sentences can also be formed. + + mkAdA : Str -> AdA ; + +--2 Prepositions +-- +-- A preposition as used for rection in the lexicon, as well as to +-- build $PP$s in the resource API, just requires a string. + + mkPrep : Str -> Prep ; + noPrep : Prep ; + +-- (These two functions are synonyms.) + +--2 Verbs +-- + +-- Verbs are constructed by the function $mkV$, which takes a varying +-- number of arguments. + + mkV : overload { + +-- The regular verb function recognizes the special cases where the last +-- character is "y" ("cry-cries" but "buy-buys") or a sibilant +-- ("kiss-"kisses", "jazz-jazzes", "rush-rushes", "munch - munches", +-- "fix - fixes"). + + mkV : (cry : Str) -> V ; + +-- Give the present and past forms for regular verbs where +-- the last letter is duplicated in some forms, +-- e.g. "rip - ripped - ripping". + + mkV : (stop, stopped : Str) -> V ; + +-- There is an extensive list of irregular verbs in the module $IrregularEng$. +-- In practice, it is enough to give three forms, +-- e.g. "drink - drank - drunk". + + mkV : (drink, drank, drunk : Str) -> V ; + +-- Irregular verbs with duplicated consonant in the present participle. + + mkV : (run, ran, run, running : Str) -> V ; + +-- Except for "be", the worst case needs five forms: the infinitive and +-- the third person singular present, the past indicative, and the +-- past and present participles. + + mkV : (go, goes, went, gone, going : Str) -> V + }; + +-- Verbs with a particle. +-- The particle, such as in "switch on", is given as a string. + + partV : V -> Str -> V ; + +-- Reflexive verbs. +-- By default, verbs are not reflexive; this function makes them that. + + reflV : V -> V ; + +--3 Two-place verbs +-- +-- Two-place verbs need a preposition, except the special case with direct object. +-- (transitive verbs). Notice that a particle comes from the $V$. + + mkV2 : overload { + mkV2 : V -> Prep -> V2 ; -- believe in + mkV2 : V -> V2 -- kill + }; + +--3 Three-place verbs +-- +-- Three-place (ditransitive) verbs need two prepositions, of which +-- the first one or both can be absent. + + mkV3 : V -> Prep -> Prep -> V3 ; -- speak, with, about + dirV3 : V -> Prep -> V3 ; -- give,_,to + dirdirV3 : V -> V3 ; -- give,_,_ + +--3 Other complement patterns +-- +-- Verbs and adjectives can take complements such as sentences, +-- questions, verb phrases, and adjectives. + + mkV0 : V -> V0 ; + mkVS : V -> VS ; + mkV2S : V -> Prep -> V2S ; + mkVV : V -> VV ; + mkV2V : V -> Prep -> Prep -> V2V ; + mkVA : V -> VA ; + mkV2A : V -> Prep -> V2A ; + mkVQ : V -> VQ ; + mkV2Q : V -> Prep -> V2Q ; + + mkAS : A -> AS ; + mkA2S : A -> Prep -> A2S ; + mkAV : A -> AV ; + mkA2V : A -> Prep -> A2V ; + +-- Notice: Categories $V0, AS, A2S, AV, A2V$ are just $A$. +-- $V0$ is just $V$; the second argument is treated as adverb. + + V0 : Type ; + AS, A2S, AV, A2V : Type ; + +--. +--2 Definitions of paradigms +-- +-- The definitions should not bother the user of the API. So they are +-- hidden from the document. + + Gender = MorphoEng.Gender ; + Number = MorphoEng.Number ; + Case = MorphoEng.Case ; + human = Masc ; + nonhuman = Neutr ; + masculine = Masc ; + feminine = Fem ; + singular = Sg ; + plural = Pl ; + nominative = Nom ; + genitive = Gen ; + + Preposition : Type = Str ; -- obsolete + + regN = \ray -> + let rays = add_s ray + in + mk2N ray rays ; + + + add_s : Str -> Str = \w -> case w of { + _ + ("io" | "oo") => w + "s" ; -- radio, bamboo + _ + ("s" | "z" | "x" | "sh" | "ch" | "o") => w + "es" ; -- bus, hero + _ + ("a" | "o" | "u" | "e") + "y" => w + "s" ; -- boy + x + "y" => x + "ies" ; -- fly + _ => w + "s" -- car + } ; + + mk2N = \man,men -> + let mens = case last men of { + "s" => men + "'" ; + _ => men + "'s" + } + in + mk4N man men (man + "'s") mens ; + + mk4N = \man,men,man's,men's -> + mkNoun man man's men men's ** {g = Neutr ; lock_N = <>} ; + + genderN g man = {s = man.s ; g = g ; lock_N = <>} ; + + compoundN s n = {s = \\x,y => s ++ n.s ! x ! y ; g=n.g ; lock_N = <>} ; + + mkPN = overload { + mkPN : Str -> PN = regPN ; + mkPN : N -> PN = nounPN + } ; + + + mkN2 = \n,p -> n ** {lock_N2 = <> ; c2 = p.s} ; + regN2 n = mkN2 (regN n) (mkPrep "of") ; + mkN3 = \n,p,q -> n ** {lock_N3 = <> ; c2 = p.s ; c3 = q.s} ; + +--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"). + + cnN2 : CN -> Prep -> N2 ; + cnN3 : CN -> Prep -> Prep -> N3 ; + +-- This is obsolete. + cnN2 = \n,p -> n ** {lock_N2 = <> ; c2 = p.s} ; + cnN3 = \n,p,q -> n ** {lock_N3 = <> ; c2 = p.s ; c3 = q.s} ; + + regPN n = regGenPN n human ; + regGenPN n g = nameReg n g ** {g = g ; lock_PN = <>} ; + nounPN n = {s = n.s ! singular ; g = n.g ; lock_PN = <>} ; + + mk2A a b = mkAdjective a a a b ** {lock_A = <>} ; + regA a = regADeg a ** {lock_A = <>} ; + + mkA2 a p = a ** {c2 = p.s ; lock_A2 = <>} ; + + ADeg = A ; ---- + + mkADeg a b c d = mkAdjective a b c d ** {lock_A = <>} ; + + regADeg happy = + let + happ = init happy ; + y = last happy ; + happie = case y of { + "y" => happ + "ie" ; + "e" => happy ; + _ => happy + "e" + } ; + happily : Str = case happy of { + _ + "y" => happ + "ily" ; + _ + "ll" => happy + "y" ; + _ => happy + "ly" + } ; + in mkADeg happy (happie + "r") (happie + "st") happily ; + + duplADeg fat = + mkADeg fat + (fat + last fat + "er") (fat + last fat + "est") (fat + "ly") ; + + compoundADeg a = + let ad = (a.s ! AAdj Posit) + in mkADeg ad ("more" ++ ad) ("most" ++ ad) (a.s ! AAdv) ; + + adegA a = a ; + + mkAdv x = ss x ** {lock_Adv = <>} ; + mkAdV x = ss x ** {lock_AdV = <>} ; + mkAdA x = ss x ** {lock_AdA = <>} ; + + mkPrep p = ss p ** {lock_Prep = <>} ; + noPrep = mkPrep [] ; + + mk5V a b c d e = mkVerb a b c d e ** {s1 = [] ; lock_V = <>} ; + + regV cry = + let + cr = init cry ; + y = last cry ; + cries = (regN cry).s ! Pl ! Nom ; -- ! + crie = init cries ; + cried = case last crie of { + "e" => crie + "d" ; + _ => crie + "ed" + } ; + crying = case y of { + "e" => case last cr of { + "e" => cry + "ing" ; + _ => cr + "ing" + } ; + _ => cry + "ing" + } + in mk5V cry cries cried cried crying ; + + reg2V fit fitted = + let fitt = Predef.tk 2 fitted ; + in mk5V fit (fit + "s") (fitt + "ed") (fitt + "ed") (fitt + "ing") ; + + regDuplV fit = + case last fit of { + ("a" | "e" | "i" | "o" | "u" | "y") => + Predef.error (["final duplication makes no sense for"] ++ fit) ; + t => + let fitt = fit + t in + mk5V fit (fit + "s") (fitt + "ed") (fitt + "ed") (fitt + "ing") + } ; + + irregV x y z = let reg = (regV x).s in + mk5V x (reg ! VPres) y z (reg ! VPresPart) ** {s1 = [] ; lock_V = <>} ; + + irreg4V x y z w = let reg = (regV x).s in + mk5V x (reg ! VPres) y z w ** {s1 = [] ; lock_V = <>} ; + + irregDuplV fit y z = + let + fitting = (regDuplV fit).s ! VPresPart + in + mk5V fit (fit + "s") y z fitting ; + + partV v p = verbPart v p ** {lock_V = <>} ; + reflV v = {s = v.s ; part = v.part ; lock_V = v.lock_V ; isRefl = True} ; + + prepV2 v p = v ** {s = v.s ; s1 = v.s1 ; c2 = p.s ; lock_V2 = <>} ; + dirV2 v = prepV2 v noPrep ; + + mkV3 v p q = v ** {s = v.s ; s1 = v.s1 ; c2 = p.s ; c3 = q.s ; lock_V3 = <>} ; + dirV3 v p = mkV3 v noPrep p ; + dirdirV3 v = dirV3 v noPrep ; + + mkVS v = v ** {lock_VS = <>} ; + mkVV v = { + s = table {VVF vf => v.s ! vf ; _ => variants {}} ; + isAux = False ; lock_VV = <> + } ; + mkVQ v = v ** {lock_VQ = <>} ; + + V0 : Type = V ; +-- V2S, V2V, V2Q : Type = V2 ; + AS, A2S, AV : Type = A ; + A2V : Type = A2 ; + + mkV0 v = v ** {lock_V = <>} ; + mkV2S v p = prepV2 v p ** {lock_V2S = <>} ; + mkV2V v p t = prepV2 v p ** {isAux = False ; lock_V2V = <>} ; + mkVA v = v ** {lock_VA = <>} ; + mkV2A v p = prepV2 v p ** {lock_V2A = <>} ; + mkV2Q v p = prepV2 v p ** {lock_V2Q = <>} ; + + mkAS v = v ** {lock_A = <>} ; + mkA2S v p = mkA2 v p ** {lock_A = <>} ; + mkAV v = v ** {lock_A = <>} ; + mkA2V v p = mkA2 v p ** {lock_A2 = <>} ; + + +-- pre-overload API and overload definitions + + mk4N : (man,men,man's,men's : Str) -> N ; + regN : Str -> N ; + mk2N : (man,men : Str) -> N ; + genderN : Gender -> N -> N ; + compoundN : Str -> N -> N ; + + mkN = overload { + mkN : (man,men,man's,men's : Str) -> N = mk4N ; + mkN : Str -> N = regN ; + mkN : (man,men : Str) -> N = mk2N ; + mkN : Gender -> N -> N = genderN ; + mkN : Str -> N -> N = compoundN + } ; + + + mk2A : (free,freely : Str) -> A ; + regA : Str -> A ; + + mkA = overload { + mkA : Str -> A = regA ; + mkA : (fat,fatter : Str) -> A = \fat,fatter -> + mkAdjective fat fatter (init fatter + "st") (fat + "ly") ** {lock_A = <>} ; + mkA : (good,better,best,well : Str) -> A = \a,b,c,d -> + mkAdjective a b c d ** {lock_A = <>} + } ; + + compoundA = compoundADeg ; + + + mk5V : (go, goes, went, gone, going : Str) -> V ; + regV : (cry : Str) -> V ; + reg2V : (stop, stopped : Str) -> V; + irregV : (drink, drank, drunk : Str) -> V ; + irreg4V : (run, ran, run, running : Str) -> V ; + + -- Use reg2V instead + regDuplV : Str -> V ; + -- Use irreg4V instead + irregDuplV : (get, got, gotten : Str) -> V ; + + mkV = overload { + mkV : (cry : Str) -> V = regV ; + mkV : (stop, stopped : Str) -> V = reg2V ; + mkV : (drink, drank, drunk : Str) -> V = irregV ; + mkV : (run, ran, run, running : Str) -> V = irreg4V ; + mkV : (go, goes, went, gone, going : Str) -> V = mk5V + }; + + prepV2 : V -> Prep -> V2 ; + dirV2 : V -> V2 ; + + mkV2 = overload { + mkV2 : V -> Prep -> V2 = prepV2; + mkV2 : V -> V2 = dirV2 + }; + + +---- obsolete + +-- Comparison adjectives may two more forms. + + ADeg : Type ; + + mkADeg : (good,better,best,well : Str) -> ADeg ; + +-- The regular pattern recognizes two common variations: +-- "-e" ("rude" - "ruder" - "rudest") and +-- "-y" ("happy - happier - happiest - happily") + + regADeg : Str -> ADeg ; -- long, longer, longest + +-- However, the duplication of the final consonant is nor predicted, +-- but a separate pattern is used: + + duplADeg : Str -> ADeg ; -- fat, fatter, fattest + +-- If comparison is formed by "more", "most", as in general for +-- long adjective, the following pattern is used: + + compoundADeg : A -> ADeg ; -- -/more/most ridiculous + +-- From a given $ADeg$, it is possible to get back to $A$. + + adegA : ADeg -> A ; + + + regPN : Str -> PN ; + regGenPN : Str -> Gender -> PN ; -- John, John's + +-- Sometimes you can reuse a common noun as a proper name, e.g. "Bank". + + nounPN : N -> PN ; + + + +} ; diff --git a/deprecated/old-lib/resource/english/PhraseEng.gf b/deprecated/old-lib/resource/english/PhraseEng.gf new file mode 100644 index 000000000..c635d4b98 --- /dev/null +++ b/deprecated/old-lib/resource/english/PhraseEng.gf @@ -0,0 +1,24 @@ +concrete PhraseEng of Phrase = CatEng ** open Prelude, ResEng in { + + lin + PhrUtt pconj utt voc = {s = pconj.s ++ utt.s ++ voc.s} ; + + UttS s = s ; + UttQS qs = {s = qs.s ! QDir} ; + UttImpSg pol imp = {s = pol.s ++ imp.s ! contrNeg True pol.p ! ImpF Sg False} ; + UttImpPl pol imp = {s = pol.s ++ imp.s ! contrNeg True pol.p ! ImpF Pl False} ; + UttImpPol pol imp = {s = pol.s ++ imp.s ! contrNeg True pol.p ! ImpF Sg True} ; + + UttIP ip = {s = ip.s ! Nom} ; --- Acc also + UttIAdv iadv = iadv ; + UttNP np = {s = np.s ! Nom} ; + UttVP vp = {s = infVP False vp (agrP3 Sg)} ; + UttAdv adv = adv ; + + NoPConj = {s = []} ; + PConjConj conj = {s = conj.s2} ; --- + + NoVoc = {s = []} ; + VocNP np = {s = "," ++ np.s ! Nom} ; + +} diff --git a/deprecated/old-lib/resource/english/QuestionEng.gf b/deprecated/old-lib/resource/english/QuestionEng.gf new file mode 100644 index 000000000..2fc894932 --- /dev/null +++ b/deprecated/old-lib/resource/english/QuestionEng.gf @@ -0,0 +1,55 @@ +concrete QuestionEng of Question = CatEng ** open ResEng, Prelude in { + + flags optimize=all_subs ; + + lin + + QuestCl cl = { + s = \\t,a,p => + let cls = cl.s ! t ! a ! p + in table { + QDir => cls ! OQuest ; + QIndir => "if" ++ cls ! ODir + } ---- "whether" in ExtEng + } ; + + QuestVP qp vp = + let cl = mkClause (qp.s ! Nom) (agrP3 qp.n) vp + in {s = \\t,a,b,_ => cl.s ! t ! a ! b ! ODir} ; + + QuestSlash ip slash = + mkQuestion (ss (slash.c2 ++ ip.s ! Acc)) slash ; + --- stranding in ExratEng + + QuestIAdv iadv cl = mkQuestion iadv cl ; + + QuestIComp icomp np = + mkQuestion icomp (mkClause (np.s ! Nom) np.a (predAux auxBe)) ; + + + PrepIP p ip = {s = p.s ++ ip.s ! Acc} ; + + AdvIP ip adv = { + s = \\c => ip.s ! c ++ adv.s ; + n = ip.n + } ; + + IdetCN idet cn = { + s = \\c => idet.s ++ cn.s ! idet.n ! c ; + n = idet.n + } ; + + IdetIP idet = { + s = \\c => idet.s ; + n = idet.n + } ; + + IdetQuant idet num = { + s = idet.s ! num.n ++ num.s ; + n = num.n + } ; + + CompIAdv a = a ; + CompIP p = ss (p.s ! Nom) ; + +} diff --git a/deprecated/old-lib/resource/english/RelativeEng.gf b/deprecated/old-lib/resource/english/RelativeEng.gf new file mode 100644 index 000000000..1ec1fc10a --- /dev/null +++ b/deprecated/old-lib/resource/english/RelativeEng.gf @@ -0,0 +1,54 @@ +concrete RelativeEng of Relative = CatEng ** open ResEng in { + + flags optimize=all_subs ; + + lin + + RelCl cl = { + s = \\t,a,p,_ => "such" ++ "that" ++ cl.s ! t ! a ! p ! ODir ; + c = Nom + } ; + + RelVP rp vp = { + s = \\t,ant,b,ag => + let + agr = case rp.a of { + RNoAg => ag ; + RAg a => a + } ; + cl = mkClause (rp.s ! RC (fromAgr agr).g Nom) agr vp + in + cl.s ! t ! ant ! b ! ODir ; + c = Nom + } ; + +-- Pied piping: "at which we are looking". Stranding and empty +-- relative are defined in $ExtraEng.gf$ ("that we are looking at", +-- "we are looking at"). + + RelSlash rp slash = { + s = \\t,a,p,agr => + slash.c2 ++ rp.s ! RPrep (fromAgr agr).g ++ slash.s ! t ! a ! p ! ODir ; + c = Acc + } ; + + FunRP p np rp = { + s = \\c => np.s ! Acc ++ p.s ++ rp.s ! RPrep (fromAgr np.a).g ; + a = RAg np.a + } ; + + IdRP = + let varr : Str -> Str = \x -> variants {x ; "that"} --- for bwc + in { + s = table { + RC _ Gen => "whose" ; + RC Neutr _ => varr "which" ; + RC _ Acc => varr "whom" ; + RC _ Nom => varr "who" ; + RPrep Neutr => "which" ; + RPrep _ => "whom" + } ; + a = RNoAg + } ; + +} diff --git a/deprecated/old-lib/resource/english/ResEng.gf b/deprecated/old-lib/resource/english/ResEng.gf new file mode 100644 index 000000000..866ac2154 --- /dev/null +++ b/deprecated/old-lib/resource/english/ResEng.gf @@ -0,0 +1,479 @@ +--# -path=.:../abstract:../common:../../prelude + +--1 English 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$. + +resource ResEng = ParamX ** open Prelude in { + + flags optimize=all ; + + +-- Some parameters, such as $Number$, are inherited from $ParamX$. + +--2 For $Noun$ + +-- This is the worst-case $Case$ needed for pronouns. + + param + Case = Nom | Acc | Gen ; + +-- Agreement of $NP$ has 8 values. $Gender$ is needed for "who"/"which" and +-- for "himself"/"herself"/"itself". + + param + Agr = AgP1 Number | AgP2 Number | AgP3Sg Gender | AgP3Pl ; + + param + Gender = Neutr | Masc | Fem ; + +--2 For $Verb$ + +-- Only these five forms are needed for open-lexicon verbs. + + param + VForm = + VInf + | VPres + | VPPart + | VPresPart + | VPast --# notpresent + ; + +-- Auxiliary verbs have special negative forms. + + VVForm = + VVF VForm + | VVPresNeg + | VVPastNeg --# notpresent + ; + +-- The order of sentence is needed already in $VP$. + + Order = ODir | OQuest ; + + +--2 For $Adjective$ + + AForm = AAdj Degree | AAdv ; + +--2 For $Relative$ + + RAgr = RNoAg | RAg Agr ; + RCase = RPrep Gender | RC Gender Case ; + +--2 For $Numeral$ + + CardOrd = NCard | NOrd ; + DForm = unit | teen | ten ; + +--2 Transformations between parameter types + + oper + toAgr : Number -> Person -> Gender -> Agr = \n,p,g -> + case p of { + P1 => AgP1 n ; + P2 => AgP2 n ; + P3 => case n of { + Sg => AgP3Sg g ; + Pl => AgP3Pl + } + } ; + + fromAgr : Agr -> {n : Number ; p : Person ; g : Gender} = \a -> case a of { + AgP1 n => {n = n ; p = P1 ; g = Masc} ; + AgP2 n => {n = n ; p = P2 ; g = Masc} ; + AgP3Pl => {n = Pl ; p = P3 ; g = Masc} ; + AgP3Sg g => {n = Sg ; p = P3 ; g = g} + } ; + + agrP3 : Number -> Agr = \n -> agrgP3 n Neutr ; + + agrgP3 : Number -> Gender -> Agr = \n,g -> toAgr n P3 g ; + + conjAgr : Agr -> Agr -> Agr = \a0,b0 -> + let a = fromAgr a0 ; b = fromAgr b0 + in + toAgr + (conjNumber a.n b.n) + (conjPerson a.p b.p) a.g ; + +-- For $Lex$. + +-- For each lexical category, here are the worst-case constructors. + + mkNoun : (_,_,_,_ : Str) -> {s : Number => Case => Str} = + \man,mans,men,mens -> { + s = table { + Sg => table { + Gen => mans ; + _ => man + } ; + Pl => table { + Gen => mens ; + _ => men + } + } + } ; + + mkAdjective : (_,_,_,_ : Str) -> {s : AForm => Str} = + \good,better,best,well -> { + s = table { + AAdj Posit => good ; + AAdj Compar => better ; + AAdj Superl => best ; + AAdv => well + } + } ; + + mkVerb : (_,_,_,_,_ : Str) -> Verb = + \go,goes,went,gone,going -> { + s = table { + VInf => go ; + VPres => goes ; + VPast => went ; --# notpresent + VPPart => gone ; + VPresPart => going + } ; + isRefl = False + } ; + + mkIP : (i,me,my : Str) -> Number -> {s : Case => Str ; n : Number} = + \i,me,my,n -> let who = mkNP i me my n P3 Neutr in { + s = who.s ; + n = n + } ; + + mkNP : (i,me,my : Str) -> Number -> Person -> Gender -> + {s : Case => Str ; a : Agr} = + \i,me,my,n,p,g -> { + s = table { + Nom => i ; + Acc => me ; + Gen => my + } ; + a = toAgr n p g ; + } ; + +-- These functions cover many cases; full coverage inflectional patterns are +-- in $MorphoEng$. + + regN : Str -> {s : Number => Case => Str} = \car -> + mkNoun car (car + "'s") (car + "s") (car + "s'") ; + + regA : Str -> {s : AForm => Str} = \warm -> + mkAdjective warm (warm + "er") (warm + "est") (warm + "ly") ; + + regV : Str -> Verb = \walk -> + mkVerb walk (walk + "s") (walk + "ed") (walk + "ed") (walk + "ing") ; + + regNP : Str -> Number -> {s : Case => Str ; a : Agr} = \that,n -> + mkNP that that (that + "'s") n P3 Neutr ; + +-- We have just a heuristic definition of the indefinite article. +-- There are lots of exceptions: consonantic "e" ("euphemism"), consonantic +-- "o" ("one-sided"), vocalic "u" ("umbrella"). + + artIndef = pre { + "a" ; + "an" / strs {"a" ; "e" ; "i" ; "o" ; "A" ; "E" ; "I" ; "O" } + } ; + + artDef = "the" ; + +-- For $Verb$. + + Verb : Type = { + s : VForm => Str ; + isRefl : Bool + } ; + + param + CPolarity = + CPos + | CNeg Bool ; -- contracted or not + + oper + contrNeg : Bool -> Polarity -> CPolarity = \b,p -> case p of { + Pos => CPos ; + Neg => CNeg b + } ; + + VerbForms : Type = + Tense => Anteriority => CPolarity => Order => Agr => + {aux, adv, fin, inf : Str} ; -- would, not, sleeps, slept + + VP : Type = { + s : VerbForms ; + prp : Str ; -- present participle + inf : Str ; -- the infinitive form ; VerbForms would be the logical place + ad : Str ; -- sentence adverb + s2 : Agr => Str -- complement + } ; + + + SlashVP = VP ** {c2 : Str} ; + + predVc : (Verb ** {c2 : Str}) -> SlashVP = \verb -> + predV verb ** {c2 = verb.c2} ; + + predV : Verb -> VP = \verb -> { + s = \\t,ant,b,ord,agr => + let + inf = verb.s ! VInf ; + fin = presVerb verb agr ; + part = verb.s ! VPPart ; + in + case of { + => vff fin [] ; + => vf (does agr) inf ; + => vf (have agr) part ; --# notpresent + => vfn c (have agr) (havent agr) part ; --# notpresent + => vff (verb.s ! VPast) [] ; --# notpresent + => vf "did" inf ; --# notpresent + => vfn c "did" "didn't" inf ; --# notpresent + => vf "had" part ; --# notpresent + => vfn c "had" "hadn't" part ; --# notpresent + => vf "will" inf ; --# notpresent + => vfn c "will" "won't" inf ; --# notpresent + => vf "will" ("have" ++ part) ; --# notpresent + => vfn c "will" "won't"("have" ++ part) ; --# notpresent + => vf "would" inf ; --# notpresent + => vfn c "would" "wouldn't" inf ; --# notpresent + => vf "would" ("have" ++ part) ; --# notpresent + => vfn c "would" "wouldn't" ("have" ++ part) ; --# notpresent + => vfn c (does agr) (doesnt agr) inf + } ; + prp = verb.s ! VPresPart ; + inf = verb.s ! VInf ; + ad = [] ; + s2 = \\a => if_then_Str verb.isRefl (reflPron ! a) [] + } ; + + predAux : Aux -> VP = \verb -> { + s = \\t,ant,cb,ord,agr => + let + b = case cb of { + CPos => Pos ; + _ => Neg + } ; + inf = verb.inf ; + fin = verb.pres ! b ! agr ; + finp = verb.pres ! Pos ! agr ; + part = verb.ppart ; + in + case of { + => vf (have agr) part ; --# notpresent + => vfn c (have agr) (havent agr) part ; --# notpresent + => vf (verb.past ! b ! agr) [] ; --# notpresent + => vfn c (verb.past!Pos!agr)(verb.past!Neg!agr) [] ; --# notpresent + => vf "had" part ; --# notpresent + => vfn c "had" "hadn't" part ; --# notpresent + => vf "will" inf ; --# notpresent + => vfn c "will" "won't" inf ; --# notpresent + => vf "will" ("have" ++ part) ; --# notpresent + => vfn c "will" "won't"("have" ++ part) ; --# notpresent + => vf "would" inf ; --# notpresent + => vfn c "would" "wouldn't" inf ; --# notpresent + => vf "would" ("have" ++ part) ; --# notpresent + => vfn c "would" "wouldn't" ("have" ++ part) ; --# notpresent + => vf fin [] ; + => vfn c finp fin [] + } ; + prp = verb.prpart ; + inf = verb.inf ; + ad = [] ; + s2 = \\_ => [] + } ; + + vff : Str -> Str -> {aux, adv, fin, inf : Str} = \x,y -> + {aux = [] ; adv = [] ; fin = x ; inf = y} ; + + vf : Str -> Str -> {aux, adv, fin, inf : Str} = \x,y -> vfn True x x y ; + + vfn : Bool -> Str -> Str -> Str -> {aux, fin, adv, inf : Str} = + \contr,x,y,z -> + case contr of { + True => {aux = y ; adv = [] ; fin = [] ; inf = z} ; + False => {aux = x ; adv = "not" ; fin = [] ; inf = z} + } ; + + insertObj : (Agr => Str) -> VP -> VP = \obj,vp -> { + s = vp.s ; + prp = vp.prp ; + inf = vp.inf ; + ad = vp.ad ; + s2 = \\a => vp.s2 ! a ++ obj ! a + } ; + + insertObjPre : (Agr => Str) -> VP -> VP = \obj,vp -> { + s = vp.s ; + prp = vp.prp ; + inf = vp.inf ; + ad = vp.ad ; + s2 = \\a => obj ! a ++ vp.s2 ! a + } ; + + insertObjc : (Agr => Str) -> SlashVP -> SlashVP = \obj,vp -> + insertObj obj vp ** {c2 = vp.c2} ; + +--- The adverb should be before the finite verb. + + insertAdV : Str -> VP -> VP = \ad,vp -> { + s = vp.s ; + prp = vp.prp ; + inf = vp.inf ; + ad = vp.ad ++ ad ; + s2 = \\a => vp.s2 ! a + } ; + +-- + + predVV : {s : VVForm => Str ; isAux : Bool} -> VP = \verb -> + let verbs = verb.s + in + case verb.isAux of { + True => predAux { + pres = table { + Pos => \\_ => verbs ! VVF VPres ; + Neg => \\_ => verbs ! VVPresNeg + } ; + past = table { --# notpresent + Pos => \\_ => verbs ! VVF VPast ; --# notpresent + Neg => \\_ => verbs ! VVPastNeg --# notpresent + } ; --# notpresent + inf = verbs ! VVF VInf ; + ppart = verbs ! VVF VPPart ; + prpart = verbs ! VVF VPresPart ; + } ; + _ => predV {s = \\vf => verbs ! VVF vf ; isRefl = False} + } ; + + presVerb : {s : VForm => Str} -> Agr -> Str = \verb -> + agrVerb (verb.s ! VPres) (verb.s ! VInf) ; + + infVP : Bool -> VP -> Agr -> Str = \isAux,vp,a -> + vp.ad ++ + case isAux of {True => [] ; False => "to"} ++ + vp.inf ++ vp.s2 ! a ; + + agrVerb : Str -> Str -> Agr -> Str = \has,have,agr -> + case agr of { + AgP3Sg _ => has ; + _ => have + } ; + + have = agrVerb "has" "have" ; + havent = agrVerb "hasn't" "haven't" ; + does = agrVerb "does" "do" ; + doesnt = agrVerb "doesn't" "don't" ; + + Aux = { + pres : Polarity => Agr => Str ; + past : Polarity => Agr => Str ; --# notpresent + inf,ppart,prpart : Str + } ; + + auxBe : Aux = { + pres = \\b,a => case of { + => "am" ; + => ["am not"] ; --- am not I + _ => agrVerb (posneg b "is") (posneg b "are") a + } ; + past = \\b,a => case a of { --# notpresent + AgP1 Sg | AgP3Sg _ => posneg b "was" ; --# notpresent + _ => (posneg b "were") --# notpresent + } ; --# notpresent + inf = "be" ; + ppart = "been" ; + prpart = "being" + } ; + + posneg : Polarity -> Str -> Str = \p,s -> case p of { + Pos => s ; + Neg => s + "n't" + } ; + + conjThat : Str = "that" ; + + reflPron : Agr => Str = table { + AgP1 Sg => "myself" ; + AgP2 Sg => "yourself" ; + AgP3Sg Masc => "himself" ; + AgP3Sg Fem => "herself" ; + AgP3Sg Neutr => "itself" ; + AgP1 Pl => "ourselves" ; + AgP2 Pl => "yourselves" ; + AgP3Pl => "themselves" + } ; + +-- For $Sentence$. + + Clause : Type = { + s : Tense => Anteriority => CPolarity => Order => Str + } ; + + mkClause : Str -> Agr -> VP -> Clause = + \subj,agr,vp -> { + s = \\t,a,b,o => + let + verb = vp.s ! t ! a ! b ! o ! agr ; + compl = vp.s2 ! agr + in + case o of { + ODir => subj ++ verb.aux ++ verb.adv ++ vp.ad ++ verb.fin ++ verb.inf ++ compl ; + OQuest => verb.aux ++ subj ++ verb.adv ++ vp.ad ++ verb.fin ++ verb.inf ++ compl + } + } ; + + +-- For $Numeral$. + + mkNum : Str -> Str -> Str -> Str -> {s : DForm => CardOrd => Str} = + \two, twelve, twenty, second -> + {s = table { + unit => table {NCard => two ; NOrd => second} ; + teen => \\c => mkCard c twelve ; + ten => \\c => mkCard c twenty + } + } ; + + regNum : Str -> {s : DForm => CardOrd => Str} = + \six -> mkNum six (six + "teen") (six + "ty") (regOrd six) ; + + regCardOrd : Str -> {s : CardOrd => Str} = \ten -> + {s = table {NCard => ten ; NOrd => regOrd ten}} ; + + mkCard : CardOrd -> Str -> Str = \c,ten -> + (regCardOrd ten).s ! c ; + + regOrd : Str -> Str = \ten -> + case last ten of { + "y" => init ten + "ieth" ; + _ => ten + "th" + } ; + + mkQuestion : + {s : Str} -> Clause -> + {s : Tense => Anteriority => CPolarity => QForm => Str} = \wh,cl -> + { + s = \\t,a,p => + let + cls = cl.s ! t ! a ! p ; + why = wh.s + in table { + QDir => why ++ cls ! OQuest ; + QIndir => why ++ cls ! ODir + } + } ; + +-- for VP conjunction + + param + VPIForm = VPIInf | VPIPPart ; + + +} diff --git a/deprecated/old-lib/resource/english/SentenceEng.gf b/deprecated/old-lib/resource/english/SentenceEng.gf new file mode 100644 index 000000000..f643300ea --- /dev/null +++ b/deprecated/old-lib/resource/english/SentenceEng.gf @@ -0,0 +1,67 @@ +concrete SentenceEng of Sentence = CatEng ** open Prelude, ResEng in { + + flags optimize=all_subs ; + + lin + + PredVP np vp = mkClause (np.s ! Nom) np.a vp ; + + PredSCVP sc vp = mkClause sc.s (agrP3 Sg) vp ; + + ImpVP vp = { + s = \\pol,n => + let + agr = AgP2 (numImp n) ; + verb = infVP True vp agr ; + dont = case pol of { + CNeg True => "don't" ; + CNeg False => "do" ++ "not" ; + _ => [] + } + in + dont ++ verb + } ; + + SlashVP np vp = + mkClause (np.s ! Nom) np.a vp ** {c2 = vp.c2} ; + + AdvSlash slash adv = { + s = \\t,a,b,o => slash.s ! t ! a ! b ! o ++ adv.s ; + c2 = slash.c2 + } ; + + SlashPrep cl prep = cl ** {c2 = prep.s} ; + + SlashVS np vs slash = + mkClause (np.s ! Nom) np.a + (insertObj (\\_ => conjThat ++ slash.s) (predV vs)) ** + {c2 = slash.c2} ; + + EmbedS s = {s = conjThat ++ s.s} ; + EmbedQS qs = {s = qs.s ! QIndir} ; + EmbedVP vp = {s = infVP False vp (agrP3 Sg)} ; --- agr + + UseCl t a p cl = { + s = t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! ctr p.p ! ODir + } ; + UseQCl t a p cl = { + s = \\q => t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! ctr p.p ! q + } ; + UseRCl t a p cl = { + s = \\r => t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! ctr p.p ! r ; + c = cl.c + } ; + UseSlash t a p cl = { + s = t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! ctr p.p ! ODir ; + c2 = cl.c2 + } ; + + AdvS a s = {s = a.s ++ "," ++ s.s} ; + + RelS s r = {s = s.s ++ "," ++ r.s ! agrP3 Sg} ; + + oper + ctr = contrNeg True ; -- contracted negations + +} + diff --git a/deprecated/old-lib/resource/english/StructuralEng.gf b/deprecated/old-lib/resource/english/StructuralEng.gf new file mode 100644 index 000000000..d132e1ebb --- /dev/null +++ b/deprecated/old-lib/resource/english/StructuralEng.gf @@ -0,0 +1,131 @@ +concrete StructuralEng of Structural = CatEng ** + open MorphoEng, (P = ParadigmsEng), Prelude in { + + flags optimize=all ; + + lin + above_Prep = ss "above" ; + after_Prep = ss "after" ; + all_Predet = ss "all" ; + almost_AdA, almost_AdN = ss "almost" ; + although_Subj = ss "although" ; + always_AdV = ss "always" ; + and_Conj = sd2 [] "and" ** {n = Pl} ; +---b and_Conj = ss "and" ** {n = Pl} ; + because_Subj = ss "because" ; + before_Prep = ss "before" ; + behind_Prep = ss "behind" ; + between_Prep = ss "between" ; + both7and_DConj = sd2 "both" "and" ** {n = Pl} ; + but_PConj = ss "but" ; + by8agent_Prep = ss "by" ; + by8means_Prep = ss "by" ; + can8know_VV, can_VV = { + s = table { + VVF VInf => ["be able to"] ; + VVF VPres => "can" ; + VVF VPPart => ["been able to"] ; + VVF VPresPart => ["being able to"] ; + VVF VPast => "could" ; --# notpresent + VVPastNeg => "couldn't" ; --# notpresent + VVPresNeg => "can't" + } ; + isAux = True + } ; + during_Prep = ss "during" ; + either7or_DConj = sd2 "either" "or" ** {n = Sg} ; + everybody_NP = regNP "everybody" Sg ; + every_Det = mkDeterminer Sg "every" ; + everything_NP = regNP "everything" Sg ; + everywhere_Adv = ss "everywhere" ; + few_Det = mkDeterminer Pl "few" ; +--- first_Ord = ss "first" ; DEPRECATED + for_Prep = ss "for" ; + from_Prep = ss "from" ; + he_Pron = mkNP "he" "him" "his" Sg P3 Masc ; + here_Adv = ss "here" ; + here7to_Adv = ss ["to here"] ; + here7from_Adv = ss ["from here"] ; + how_IAdv = ss "how" ; + how8many_IDet = mkDeterminer Pl ["how many"] ; + if_Subj = ss "if" ; + in8front_Prep = ss ["in front of"] ; + i_Pron = mkNP "I" "me" "my" Sg P1 Masc ; + in_Prep = ss "in" ; + it_Pron = mkNP "it" "it" "its" Sg P3 Neutr ; + less_CAdv = ss "less" ; + many_Det = mkDeterminer Pl "many" ; + more_CAdv = ss "more" ; + most_Predet = ss "most" ; + much_Det = mkDeterminer Sg "much" ; + must_VV = { + s = table { + VVF VInf => ["have to"] ; + VVF VPres => "must" ; + VVF VPPart => ["had to"] ; + VVF VPresPart => ["having to"] ; + VVF VPast => ["had to"] ; --# notpresent + VVPastNeg => ["hadn't to"] ; --# notpresent + VVPresNeg => "mustn't" + } ; + isAux = True + } ; +---b no_Phr = ss "no" ; + no_Utt = ss "no" ; + on_Prep = ss "on" ; +---- one_Quant = mkDeterminer Sg "one" ; -- DEPRECATED + only_Predet = ss "only" ; + or_Conj = sd2 [] "or" ** {n = Sg} ; + otherwise_PConj = ss "otherwise" ; + part_Prep = ss "of" ; + please_Voc = ss "please" ; + possess_Prep = ss "of" ; + quite_Adv = ss "quite" ; + she_Pron = mkNP "she" "her" "her" Sg P3 Fem ; + so_AdA = ss "so" ; + somebody_NP = regNP "somebody" Sg ; + someSg_Det = mkDeterminer Sg "some" ; + somePl_Det = mkDeterminer Pl "some" ; + something_NP = regNP "something" Sg ; + somewhere_Adv = ss "somewhere" ; + that_Quant = mkQuant "that" "those" ; + there_Adv = ss "there" ; + there7to_Adv = ss "there" ; + there7from_Adv = ss ["from there"] ; + therefore_PConj = ss "therefore" ; + they_Pron = mkNP "they" "them" "their" Pl P3 Masc ; ---- + this_Quant = mkQuant "this" "these" ; + through_Prep = ss "through" ; + too_AdA = ss "too" ; + to_Prep = ss "to" ; + under_Prep = ss "under" ; + very_AdA = ss "very" ; + want_VV = P.mkVV (P.regV "want") ; + we_Pron = mkNP "we" "us" "our" Pl P1 Masc ; + whatPl_IP = mkIP "what" "what" "what's" Pl ; + whatSg_IP = mkIP "what" "what" "what's" Sg ; + when_IAdv = ss "when" ; + when_Subj = ss "when" ; + where_IAdv = ss "where" ; + which_IQuant = {s = \\_ => "which"} ; +---b whichPl_IDet = mkDeterminer Pl ["which"] ; +---b whichSg_IDet = mkDeterminer Sg ["which"] ; + whoPl_IP = mkIP "who" "whom" "whose" Pl ; + whoSg_IP = mkIP "who" "whom" "whose" Sg ; + why_IAdv = ss "why" ; + without_Prep = ss "without" ; + with_Prep = ss "with" ; +---b yes_Phr = ss "yes" ; + yes_Utt = ss "yes" ; + youSg_Pron = mkNP "you" "you" "your" Sg P2 Masc ; + youPl_Pron = mkNP "you" "you" "your" Pl P2 Masc ; + youPol_Pron = mkNP "you" "you" "your" Sg P2 Masc ; + + +oper + mkQuant : Str -> Str -> {s : Number => Str} = \x,y -> { + s = table Number [x ; y] + } ; + +} + diff --git a/deprecated/old-lib/resource/english/VerbEng.gf b/deprecated/old-lib/resource/english/VerbEng.gf new file mode 100644 index 000000000..b78f6e258 --- /dev/null +++ b/deprecated/old-lib/resource/english/VerbEng.gf @@ -0,0 +1,50 @@ +concrete VerbEng of Verb = CatEng ** open ResEng in { + + flags optimize=all_subs ; + + lin + UseV = predV ; + + SlashV2a v = predVc v ; + Slash2V3 v np = + insertObjc (\\_ => v.c2 ++ np.s ! Acc) (predV v ** {c2 = v.c3}) ; + Slash3V3 v np = + insertObjc (\\_ => v.c3 ++ np.s ! Acc) (predVc v) ; ---- + + ComplVV v vp = insertObj (\\a => infVP v.isAux vp a) (predVV v) ; + ComplVS v s = insertObj (\\_ => conjThat ++ s.s) (predV v) ; + ComplVQ v q = insertObj (\\_ => q.s ! QIndir) (predV v) ; + ComplVA v ap = insertObj (ap.s) (predV v) ; + + SlashV2V v vp = insertObjc (\\a => infVP v.isAux vp a) (predVc v) ; + SlashV2S v s = insertObjc (\\_ => conjThat ++ s.s) (predVc v) ; + SlashV2Q v q = insertObjc (\\_ => q.s ! QIndir) (predVc v) ; + SlashV2A v ap = insertObjc (\\a => ap.s ! a) (predVc v) ; ---- + + ComplSlash vp np = insertObjPre (\\_ => vp.c2 ++ np.s ! Acc) vp ; + + SlashVV vv vp = + insertObj (\\a => infVP vv.isAux vp a) (predVV vv) ** + {c2 = vp.c2} ; + SlashV2VNP vv np vp = + insertObjPre (\\_ => vv.c2 ++ np.s ! Acc) + (insertObjc (\\a => infVP vv.isAux vp a) (predVc vv)) ** + {c2 = vp.c2} ; + + UseComp comp = insertObj comp.s (predAux auxBe) ; + + AdvVP vp adv = insertObj (\\_ => adv.s) vp ; + + AdVVP adv vp = insertAdV adv.s vp ; + + ReflVP v = insertObjPre (\\a => v.c2 ++ reflPron ! a) v ; + + PassV2 v = insertObj (\\_ => v.s ! VPPart) (predAux auxBe) ; + +---b UseVS, UseVQ = \vv -> {s = vv.s ; c2 = [] ; isRefl = vv.isRefl} ; -- no "to" + + CompAP ap = ap ; + CompNP np = {s = \\_ => np.s ! Acc} ; + CompAdv a = {s = \\_ => a.s} ; + +} diff --git a/deprecated/old-lib/resource/exx-resource.gft b/deprecated/old-lib/resource/exx-resource.gft new file mode 100644 index 000000000..c234f4969 --- /dev/null +++ b/deprecated/old-lib/resource/exx-resource.gft @@ -0,0 +1,222 @@ +-- Adjective + +PositA warm_A +ComparA warm_A (UsePron i_Pron) +ComplA2 married_A2 (UsePron she_Pron) +ComplA2 married_A2 (DetNP (DetQuant (PossPron she_Pron) NumPl)) +ComplA2 married_A2 (DetNP (DetQuant (PossPron she_Pron) NumSg)) +ReflA2 married_A2 +PositA (UseA2 married_A2) +SentAP (PositA good_A) (EmbedS (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseComp (CompAdv here_Adv))))) +AdAP very_AdA (PositA warm_A) + + +-- Adverb + +PositAdvAdj warm_A +PrepNP in_Prep (DetArtSg DefArt (UseN house_N)) +ComparAdvAdj more_CAdv warm_A (UsePN john_PN) +ComparAdvAdjS more_CAdv warm_A (UseCl TPres ASimul PPos (PredVP (UsePron he_Pron) (UseV run_V))) +SubjS when_Subj (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV sleep_V))) +AdNum (AdnCAdv more_CAdv) (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))) + + +-- Conjunction + +ConjS and_Conj (BaseS (UseCl TPres ASimul PPos (PredVP (UsePron he_Pron) (UseV walk_V))) (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV run_V)))) +ConjAP and_Conj (BaseAP (PositA cold_A) (PositA warm_A)) +ConjNP or_Conj (BaseNP (UsePron she_Pron) (UsePron we_Pron)) +ConjAdv or_Conj (BaseAdv here_Adv there_Adv) +ConjS either7or_DConj (BaseS (UseCl TPres ASimul PPos (PredVP (UsePron he_Pron) (UseV walk_V))) (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV run_V)))) +ConjAP both7and_DConj (BaseAP (PositA warm_A) (PositA cold_A)) +ConjNP either7or_DConj (BaseNP (UsePron he_Pron) (UsePron she_Pron)) +ConjAdv both7and_DConj (BaseAdv here_Adv there_Adv) + +-- Idiom + +ImpersCl (UseComp (CompAP (PositA hot_A))) +GenericCl (UseV sleep_V) +CleftNP (UsePron i_Pron) (UseRCl TPast ASimul PPos (RelVP IdRP (ComplSlash (SlashV2a do_V2) (UsePron it_Pron)))) +CleftAdv here_Adv (UseCl TPast ASimul PPos (PredVP (UsePron she_Pron) (UseV sleep_V))) +ExistNP (DetArtSg IndefArt (UseN house_N)) +ExistIP (IdetCN (IdetQuant which_IQuant NumPl) (UseN house_N)) +PredVP (UsePron i_Pron) (ProgrVP (UseV sleep_V)) +ImpPl1 (UseV go_V) + +-- Noun + +DetArtSg DefArt (UseN man_N) +UsePN john_PN +UsePron he_Pron +PredetNP only_Predet (DetArtSg DefArt (UseN man_N)) +PPartNP (DetArtSg DefArt (UseN man_N)) see_V2 +AdvNP (UsePN paris_PN) today_Adv +RelNP (UsePN paris_PN) (UseRCl TPres ASimul PPos (RelVP IdRP (UseComp (CompAdv here_Adv)))) +DetNP (DetQuant this_Quant (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))))) +DetCN (DetQuantOrd this_Quant (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5))))))) (OrdSuperl good_A)) (UseN man_N) +DetCN (DetQuant this_Quant (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))))) (UseN man_N) +DetCN (DetQuant this_Quant NumPl) (UseN man_N) +DetCN (DetQuant this_Quant NumSg) (UseN man_N) +NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))) +NumCard (NumDigits (IIDig D_5 (IDig D_1))) +NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot1plus n5 pot01))))) +NumCard (AdNum almost_AdN (NumDigits (IIDig D_5 (IDig D_1)))) +OrdDigits (IIDig D_5 (IDig D_1)) +OrdNumeral (num (pot2as3 (pot1as2 (pot1plus n5 pot01)))) +OrdSuperl warm_A +DetCN (DetArtOrd DefArt (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5))))))) (OrdSuperl good_A)) (UseN man_N) +DetCN (DetArtCard DefArt (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5))))))) (UseN man_N) +DetCN (DetArtCard IndefArt (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 pot01)))))) (UseN man_N) +DetCN (DetArtCard DefArt (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 pot01)))))) (UseN man_N) +DetArtSg DefArt (UseN man_N) +DetArtPl DefArt (UseN man_N) +MassNP (UseN beer_N) +DetCN (DetQuant (PossPron i_Pron) NumSg) (UseN house_N) +UseN house_N +ComplN2 mother_N2 (DetArtSg DefArt (UseN king_N)) +ComplN2 (ComplN3 distance_N3 (DetCN (DetQuant this_Quant NumSg) (UseN city_N))) (UsePN paris_PN) +UseN2 mother_N2 +ComplN2 (Use2N3 distance_N3) (DetCN (DetQuant this_Quant NumSg) (UseN city_N)) +ComplN2 (Use3N3 distance_N3) (UsePN paris_PN) +UseN2 (Use2N3 distance_N3) +AdjCN (PositA big_A) (UseN house_N) +RelCN (UseN house_N) (UseRCl TPast ASimul PPos (RelSlash IdRP (SlashVP (UsePN john_PN) (SlashV2a buy_V2)))) +AdvCN (UseN house_N) (PrepNP on_Prep (DetArtSg DefArt (UseN hill_N))) +SentCN (UseN question_N) (EmbedQS (UseQCl TPres ASimul PPos (QuestIAdv where_IAdv (PredVP (UsePron she_Pron) (UseV sleep_V))))) +DetArtSg DefArt (ApposCN (UseN city_N) (UsePN paris_PN)) +DetCN (DetQuant (PossPron i_Pron) NumSg) (ApposCN (UseN friend_N) (UsePN john_PN)) + +-- Numeral + +num (pot2as3 (pot1as2 (pot0as1 (pot0 n6)))) +num (pot2as3 (pot1as2 (pot0as1 pot01))) +num (pot2as3 (pot1as2 (pot1 n6))) +num (pot2as3 (pot1as2 pot110)) +num (pot2as3 (pot1as2 pot111)) +num (pot2as3 (pot1as2 (pot1to19 n6))) +num (pot2as3 (pot1as2 (pot1 n6))) +num (pot2as3 (pot1as2 (pot1plus n6 (pot0 n5)))) +num (pot2as3 (pot2 (pot0 n4))) +num (pot2as3 (pot2plus (pot0 n4) (pot1plus n6 (pot0 n7)))) +num (pot3 (pot2plus (pot0 n4) (pot1plus n6 (pot0 n7)))) +num (pot3plus (pot2plus (pot0 n4) (pot1plus n6 (pot0 n7))) (pot1as2 (pot1plus n8 (pot0 n9)))) +IDig D_8 +IIDig D_8 (IIDig D_0 (IIDig D_0 (IIDig D_1 (IIDig D_7 (IIDig D_8 (IDig D_9)))))) + + +-- Phrase + +PhrUtt but_PConj (UttImpSg PPos (ImpVP (AdvVP (UseV come_V) here_Adv))) (VocNP (DetCN (DetQuant (PossPron i_Pron) NumSg) (UseN friend_N))) +PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (UsePN john_PN) (UseV walk_V)))) NoVoc +UttQS (UseQCl TPres ASimul PPos (QuestCl (PredVP (UsePron it_Pron) (UseComp (CompAP (PositA good_A)))))) +UttImpSg PNeg (ImpVP (ReflVP (SlashV2a love_V2))) +UttImpPl PNeg (ImpVP (ReflVP (SlashV2a love_V2))) +UttImpPol PNeg (ImpVP (UseV sleep_V)) +UttIP whoPl_IP +UttIP whoSg_IP +UttIAdv why_IAdv +UttNP (DetCN (DetQuant this_Quant NumSg) (UseN man_N)) +UttAdv here_Adv +UttVP (UseV sleep_V) +VocNP (DetCN (DetQuant (PossPron i_Pron) NumSg) (UseN friend_N)) + + +-- Question + +QuestCl (PredVP (UsePN john_PN) (UseV walk_V)) +QuestVP whoSg_IP (UseV walk_V) +QuestSlash whoSg_IP (SlashVP (UsePN john_PN) (SlashV2a love_V2)) +QuestIAdv why_IAdv (PredVP (UsePN john_PN) (UseV walk_V)) +QuestIComp (CompIAdv where_IAdv) (UsePN john_PN) +IdetCN (IdetQuant which_IQuant (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))))) (UseN song_N) +IdetIP (IdetQuant which_IQuant (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))))) +AdvIP whoSg_IP (PrepNP in_Prep (UsePN paris_PN)) +IdetIP (IdetQuant which_IQuant NumSg) +PrepIP with_Prep whoSg_IP +QuestIComp (CompIAdv where_IAdv) (UsePron it_Pron) +QuestIComp (CompIP whoSg_IP) (UsePron it_Pron) + + +-- Relative + +ExistNP (DetArtSg IndefArt (RelCN (UseN woman_N) (UseRCl TPres ASimul PPos (RelCl (PredVP (UsePN john_PN) (ComplSlash (SlashV2a love_V2) (UsePron she_Pron))))))) +ExistNP (DetArtSg IndefArt (RelCN (UseN woman_N) (UseRCl TPres ASimul PPos (RelVP IdRP (ComplSlash (SlashV2a love_V2) (UsePN john_PN)))))) +ExistNP (DetArtSg IndefArt (RelCN (UseN woman_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePN john_PN) (SlashV2a love_V2)))))) +ExistNP (DetArtSg IndefArt (RelCN (UseN woman_N) (UseRCl TPres ASimul PPos (RelSlash (FunRP possess_Prep (DetArtSg DefArt (UseN2 mother_N2)) IdRP) (SlashVP (UsePN john_PN) (SlashV2a love_V2)))))) + +-- Sentence + +PredVP (UsePN john_PN) (UseV walk_V) +PredSCVP (EmbedS (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV go_V)))) (UseComp (CompAP (PositA good_A))) +RelCN (UseN girl_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePron he_Pron) (SlashV2a see_V2)))) +RelCN (UseN girl_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (AdvSlash (SlashVP (UsePron he_Pron) (SlashV2a see_V2)) today_Adv))) +RelCN (UseN girl_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashPrep (PredVP (UsePron he_Pron) (UseV walk_V)) with_Prep))) +RelCN (UseN girl_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVS (UsePron she_Pron) say_VS (UseSlash TPres ASimul PPos (SlashVP (UsePron he_Pron) (SlashV2a love_V2)))))) +ImpVP (ReflVP (SlashV2a love_V2)) +EmbedS (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV go_V))) +EmbedQS (UseQCl TPres ASimul PPos (QuestVP whoSg_IP (UseV go_V))) +EmbedVP (UseV go_V) +UseCl TCond AAnter PNeg (PredVP (UsePN john_PN) (UseV walk_V)) +UseQCl TCond AAnter PNeg (QuestCl (PredVP (UsePN john_PN) (UseV walk_V))) +RelCN (UseN girl_N) (UseRCl TCond AAnter PNeg (RelVP IdRP (UseV walk_V))) +RelCN (UseN girl_N) (UseRCl TCond AAnter PNeg (RelSlash IdRP (SlashPrep (PredVP (UsePron i_Pron) (UseV walk_V)) with_Prep))) +RelS (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV sleep_V))) (UseRCl TPres ASimul PPos (RelVP IdRP (UseComp (CompAP (PositA good_A))))) + + +-- Text + +TEmpty +TFullStop (PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (UsePN john_PN) (UseV walk_V)))) NoVoc) TEmpty +TQuestMark (PhrUtt NoPConj (UttQS (UseQCl TPres ASimul PPos (QuestCl (PredVP (UsePron they_Pron) (UseComp (CompAdv here_Adv)))))) NoVoc) TEmpty +TExclMark (PhrUtt NoPConj (ImpPl1 (UseV go_V)) NoVoc) TEmpty + +-- Verb + +PredVP (UsePron i_Pron) (UseV sleep_V) +PredVP (UsePron i_Pron) (ComplVV want_VV (UseV run_V)) +PredVP (UsePron i_Pron) (ComplVS say_VS (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV run_V)))) +PredVP (UsePron i_Pron) (ComplVQ wonder_VQ (UseQCl TPres ASimul PPos (QuestVP whoSg_IP (UseV run_V)))) +PredVP (UsePron they_Pron) (ComplVA become_VA (PositA red_A)) +PredVP (UsePron i_Pron) (ComplSlash (Slash3V3 give_V3 (UsePron he_Pron)) (UsePron it_Pron)) +PredVP (UsePron i_Pron) (ComplSlash (SlashV2V beg_V2V (UseV go_V)) (UsePron she_Pron)) +PredVP (UsePron i_Pron) (ComplSlash (SlashV2S answer_V2S (UseCl TPres ASimul PPos (PredVP (UsePron it_Pron) (UseComp (CompAP (PositA good_A)))))) (UsePron he_Pron)) +PredVP (UsePron i_Pron) (ComplSlash (SlashV2Q ask_V2Q (UseQCl TPast ASimul PPos (QuestVP whoSg_IP (UseV come_V)))) (UsePron he_Pron)) +PredVP (UsePron i_Pron) (ComplSlash (SlashV2A paint_V2A (PositA red_A)) (UsePron it_Pron)) +RelCN (UseN car_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePron i_Pron) (SlashVV want_VV (SlashV2a buy_V2))))) +RelCN (UseN car_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePron they_Pron) (SlashV2VNP beg_V2V (UsePron i_Pron) (SlashV2a buy_V2))))) +PredVP (UsePron he_Pron) (ReflVP (SlashV2a love_V2)) +PredVP (DetNP (DetQuant this_Quant NumSg)) (UseComp (CompAP (PositA warm_A))) +PredVP (UsePron we_Pron) (PassV2 love_V2) +PredVP (UsePron we_Pron) (AdvVP (UseV sleep_V) here_Adv) +PredVP (UsePron we_Pron) (AdVVP always_AdV (UseV sleep_V)) +PredVP (UsePron we_Pron) (UseComp (CompAP (PositA small_A))) +PredVP (UsePron i_Pron) (UseComp (CompNP (DetArtSg IndefArt (UseN man_N)))) +PredVP (UsePron i_Pron) (UseComp (CompAdv here_Adv)) + + + +-- Janna's and Krasimir's long examples + +RelCN (UseN car_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePron they_Pron) (SlashV2VNP beg_V2V (UsePron i_Pron) (SlashVV want_VV (SlashV2A paint_V2A (PositA red_A))))))) +PhrUtt NoPConj (UttImpSg PPos (ImpVP (AdVVP always_AdV (ComplSlash (SlashV2a listen_V2) (DetArtSg DefArt (UseN sea_N)))))) NoVoc +PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (ExistNP (PredetNP only_Predet (DetCN (DetArtCard IndefArt (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n2))))))) (AdvCN (RelCN (UseN woman_N) (UseRCl TCond ASimul PPos (RelSlash IdRP (SlashPrep (PredVP (UsePron i_Pron) (ComplVV want_VV (PassV2 see_V2))) with_Prep)))) (PrepNP in_Prep (DetArtSg DefArt (UseN rain_N))))))))) NoVoc +PhrUtt NoPConj (UttImpSg PPos (ImpVP (ComplSlash (SlashV2A paint_V2A (ConjAP both7and_DConj (BaseAP (ComparA small_A (DetArtSg DefArt (UseN sun_N))) (ComparA big_A (DetArtSg DefArt (UseN moon_N)))))) (DetArtSg DefArt (UseN earth_N))))) NoVoc +PhrUtt NoPConj (ImpPl1 (ComplVS hope_VS (ConjS either7or_DConj (BaseS (UseCl TPres ASimul PPos (PredVP (DetArtSg DefArt (ComplN2 father_N2 (DetArtSg DefArt (UseN baby_N)))) (UseV run_V))) (UseCl TPres ASimul PPos (PredVP (DetArtSg DefArt (UseN2 (Use2N3 distance_N3))) (UseComp (CompAP (PositA small_A))))))))) NoVoc +PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (DetCN every_Det (UseN baby_N)) (UseComp (CompNP (ConjNP either7or_DConj (BaseNP (DetArtSg IndefArt (UseN boy_N)) (DetArtSg IndefArt (UseN girl_N))))))))) NoVoc +PhrUtt NoPConj (UttAdv (ConjAdv either7or_DConj (ConsAdv here7from_Adv (BaseAdv there_Adv everywhere_Adv)))) NoVoc +PhrUtt NoPConj (UttVP (PassV2 know_V2)) NoVoc +RelCN (UseN bird_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePron i_Pron) (SlashVV want_VV (SlashV2A paint_V2A (PositA red_A)))))) +UttImpSg PPos (ImpVP (ComplVV want_VV (ComplSlash (SlashV2a buy_V2) (UsePron it_Pron)))) +UttImpSg PPos (ImpVP (ComplVV want_VV (ComplSlash (SlashV2A paint_V2A (PositA red_A)) (UsePron it_Pron)))) +UttImpSg PPos (ImpVP (ComplSlash (SlashVV want_VV (SlashV2VNP beg_V2V (UsePron i_Pron) (SlashV2a buy_V2))) (UsePron it_Pron))) +PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (DetArtPl DefArt (UseN fruit_N)) (ReflVP (Slash3V3 sell_V3 (DetArtSg DefArt (UseN road_N))))))) NoVoc +PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (UsePron i_Pron) (ReflVP (SlashV2V beg_V2V (UseV live_V)))))) NoVoc +PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (UsePron i_Pron) (ReflVP (SlashV2S answer_V2S (UseCl TPres ASimul PPos (ImpersCl (ComplVV must_VV (ReflVP (SlashV2a understand_V2)))))))))) NoVoc +PhrUtt NoPConj (UttImpSg PPos (ImpVP (ReflVP (SlashV2Q ask_V2Q (UseQCl TPast ASimul PPos (QuestVP whoSg_IP (UseV come_V))))))) NoVoc +PhrUtt NoPConj (UttS (UseCl TPast ASimul PPos (PredVP (UsePron i_Pron) (ReflVP (SlashV2A paint_V2A (ComparA beautiful_A (UsePN john_PN))))))) NoVoc + +-- more long examples + +UttS (UseCl TPres ASimul PPos (PredVP (DetCN (DetQuant this_Quant NumSg) (UseN grammar_N)) (ComplSlash (SlashV2a speak_V2) (DetCN (DetArtCard IndefArt (NumNumeral (num (pot2as3 (pot1as2 (pot1to19 n2)))))) (UseN language_N))))) +UseCl TPast AAnter PPos (PredVP (UsePron she_Pron) (ComplSlash (SlashV2a buy_V2) (DetArtSg IndefArt (AdjCN (PositA red_A) (UseN house_N))))) + diff --git a/deprecated/old-lib/resource/finnish/AdjectiveFin.gf b/deprecated/old-lib/resource/finnish/AdjectiveFin.gf new file mode 100644 index 000000000..78e7d4a7c --- /dev/null +++ b/deprecated/old-lib/resource/finnish/AdjectiveFin.gf @@ -0,0 +1,40 @@ +concrete AdjectiveFin of Adjective = CatFin ** open ResFin, Prelude in { + + flags optimize=all_subs ; -- gfc size from 2864336 to 6786 - i.e. factor 422 + + lin + + PositA a = { + s = \\_ => a.s ! Posit + } ; + ComparA a np = { + s = \\isMod,af => case isMod of { + True => np.s ! NPCase Part ++ a.s ! Compar ! af ; -- minua isompi + _ => a.s ! Compar ! af ++ "kuin" ++ np.s ! NPCase Nom -- isompi kuin min + } + } ; + +-- $SuperlA$ belongs to determiner syntax in $Noun$. + + ComplA2 adj np = { + s = \\isMod,af => + preOrPost isMod (appCompl True Pos adj.c2 np) (adj.s ! Posit ! af) + } ; + + ReflA2 adj = { + s = \\isMod,af => + preOrPost isMod + (appCompl True Pos adj.c2 (reflPron (agrP3 Sg))) (adj.s ! Posit ! af) + } ; + + SentAP ap sc = { + s = \\b,a => ap.s ! b ! a ++ sc.s + } ; + + AdAP ada ap = { + s = \\b,af => ada.s ++ ap.s ! b ! af + } ; + + UseA2 a = a ; + +} diff --git a/deprecated/old-lib/resource/finnish/AdverbFin.gf b/deprecated/old-lib/resource/finnish/AdverbFin.gf new file mode 100644 index 000000000..a331f985a --- /dev/null +++ b/deprecated/old-lib/resource/finnish/AdverbFin.gf @@ -0,0 +1,21 @@ +concrete AdverbFin of Adverb = CatFin ** open ResFin, Prelude in { + + lin + PositAdvAdj a = {s = a.s ! Posit ! AAdv} ; + ComparAdvAdj cadv a np = { + s = cadv.s ++ a.s ! Posit ! AAdv ++ "kuin" ++ np.s ! NPCase Nom + } ; + ComparAdvAdjS cadv a s = { + s = cadv.s ++ a.s ! Posit ! AAdv ++ "kuin" ++ s.s + } ; + + PrepNP prep np = {s = preOrPost prep.isPre prep.s (np.s ! prep.c)} ; + + AdAdv = cc2 ; + + SubjS = cc2 ; +----b AdvSC s = s ; + + AdnCAdv cadv = {s = cadv.s ++ "kuin"} ; + +} diff --git a/deprecated/old-lib/resource/finnish/AllFin.gf b/deprecated/old-lib/resource/finnish/AllFin.gf new file mode 100644 index 000000000..b79a50b30 --- /dev/null +++ b/deprecated/old-lib/resource/finnish/AllFin.gf @@ -0,0 +1,6 @@ +--# -path=.:../abstract:../common:prelude + +concrete AllFin of AllFinAbs = + LangFin, + ExtraFin + ** {} ; diff --git a/deprecated/old-lib/resource/finnish/AllFinAbs.gf b/deprecated/old-lib/resource/finnish/AllFinAbs.gf new file mode 100644 index 000000000..9aeee82f3 --- /dev/null +++ b/deprecated/old-lib/resource/finnish/AllFinAbs.gf @@ -0,0 +1,4 @@ +abstract AllFinAbs = + Lang, + ExtraFinAbs + ** {} ; diff --git a/deprecated/old-lib/resource/finnish/CatFin.gf b/deprecated/old-lib/resource/finnish/CatFin.gf new file mode 100644 index 000000000..b6a8cdcc9 --- /dev/null +++ b/deprecated/old-lib/resource/finnish/CatFin.gf @@ -0,0 +1,100 @@ +concrete CatFin of Cat = CommonX ** open ResFin, Prelude in { + + flags optimize=all_subs ; + + lincat + +-- Tensed/Untensed + + S = {s : Str} ; + QS = {s : Str} ; + RS = {s : Agr => Str ; c : NPForm} ; + SSlash = {s : Str ; c2 : Compl} ; + +-- Sentence + + Cl = {s : ResFin.Tense => Anteriority => Polarity => SType => Str} ; + ClSlash = {s : ResFin.Tense => Anteriority => Polarity => Str ; c2 : Compl} ; + Imp = {s : Polarity => Number => Str} ; + +-- Question + + QCl = {s : ResFin.Tense => Anteriority => Polarity => Str} ; + IP = {s : NPForm => Str ; n : Number} ; + IComp = {s : Agr => Str} ; + IDet = {s : Case => Str ; n : Number ; isNum : Bool} ; + IQuant = {s : Number => Case => Str} ; + +-- Relative + + RCl = {s : ResFin.Tense => Anteriority => Polarity => Agr => Str ; c : NPForm} ; + RP = {s : Number => NPForm => Str ; a : RAgr} ; + +-- Verb + + VP = ResFin.VP ; + VPSlash = ResFin.VP ** {c2 : Compl} ; + Comp = {s : Agr => Str} ; + +-- Adjective + +-- The $Bool$ tells whether usage is modifying (as opposed to +-- predicative), e.g. "x on suurempi kuin y" vs. "y:t suurempi luku". + + AP = {s : Bool => AForm => Str} ; + +-- Noun + +-- The $Bool$ tells if a possessive suffix is attached, which affects the case. + + CN = {s : NForm => Str} ; + Pron = {s : NPForm => Str ; a : Agr} ; + NP = {s : NPForm => Str ; a : Agr ; isPron : Bool} ; + Det = { + s1 : Case => Str ; -- minun kolme + s2 : Str ; -- -ni + n : Number ; -- Pl (agreement feature for verb) + isNum : Bool ; -- True (a numeral is present) + isPoss : Bool ; -- True (a possessive suffix is present) + isDef : Bool -- True (verb agrees in Pl, Nom is not Part) + } ; +---- QuantSg, QuantPl = {s1 : Case => Str ; s2 : Str ; isPoss, isDef : Bool} ; + Ord = {s : Number => Case => Str} ; + Predet = {s : Number => NPForm => Str} ; + Quant = {s1 : Number => Case => Str ; s2 : Str ; isPoss : Bool} ; + Art = {s1 : Number => Case => Str ; isDef : Bool} ; + Card = {s : Number => Case => Str ; n : Number} ; + Num = {s : Number => Case => Str ; isNum : Bool ; n : Number} ; + +-- Numeral + + Numeral = {s : CardOrd => Str ; n : Number} ; + Digits = {s : CardOrd => Str ; n : Number} ; + +-- Structural + + Conj = {s1,s2 : Str ; n : Number} ; +----b DConj = {s1,s2 : Str ; n : Number} ; + Subj = {s : Str} ; + Prep = Compl ; + +-- Open lexical classes, e.g. Lexicon + + V, VS, VQ = Verb1 ; -- = {s : VForm => Str ; sc : Case} ; + V2, VA, V2Q, V2S = Verb1 ** {c2 : Compl} ; + V2A = Verb1 ** {c2, c3 : Compl} ; + VV = Verb1 ** {vi : InfForm} ; ---- infinitive form + V2V = Verb1 ** {c2 : Compl ; vi : InfForm} ; ---- infinitive form + V3 = Verb1 ** {c2, c3 : Compl} ; + + A = {s : Degree => AForm => Str} ; + A2 = {s : Degree => AForm => Str ; c2 : Compl} ; + + N = {s : NForm => Str} ; + N2 = {s : NForm => Str} ** {c2 : Compl ; isPre : Bool} ; + N3 = {s : NForm => Str} ** {c2,c3 : Compl ; isPre,isPre2 : Bool} ; + PN = {s : Case => Str} ; + +oper Verb1 = {s : VForm => Str ; sc : NPForm ; qp : Str} ; + +} diff --git a/deprecated/old-lib/resource/finnish/CompatibilityFin.gf b/deprecated/old-lib/resource/finnish/CompatibilityFin.gf new file mode 100644 index 000000000..87e35f9d1 --- /dev/null +++ b/deprecated/old-lib/resource/finnish/CompatibilityFin.gf @@ -0,0 +1,11 @@ +--# -path=.:../abstract:../common + +concrete CompatibilityFin of Compatibility = CatFin ** open Prelude, ResFin in { + +-- from Noun 19/4/2008 + +lin + NumInt n = {s = \\_,_ => n.s ; isNum = True ; n = Pl} ; + OrdInt n = {s = \\_,_ => n.s ++ "."} ; + +} diff --git a/deprecated/old-lib/resource/finnish/ConjunctionFin.gf b/deprecated/old-lib/resource/finnish/ConjunctionFin.gf new file mode 100644 index 000000000..94cea7f8c --- /dev/null +++ b/deprecated/old-lib/resource/finnish/ConjunctionFin.gf @@ -0,0 +1,36 @@ +concrete ConjunctionFin of Conjunction = + CatFin ** open ResFin, Coordination, Prelude in { + + flags optimize=all_subs ; + + lin + + ConjS = conjunctDistrSS ; + + ConjAdv = conjunctDistrSS ; + + ConjNP conj ss = conjunctDistrTable NPForm conj ss ** { + a = {n = conjNumber conj.n ss.a.n ; p = ss.a.p} ; + isPron = False + } ; + + ConjAP conj ss = conjunctDistrTable2 Bool AForm conj ss ; + +-- These fun's are generated from the list cat's. + + BaseS = twoSS ; + ConsS = consrSS comma ; + BaseAdv = twoSS ; + ConsAdv = consrSS comma ; + BaseNP x y = twoTable NPForm x y ** {a = conjAgr x.a y.a} ; + ConsNP xs x = consrTable NPForm comma xs x ** {a = conjAgr xs.a x.a} ; + BaseAP x y = twoTable2 Bool AForm x y ; + ConsAP xs x = consrTable2 Bool AForm comma xs x ; + + lincat + [S] = {s1,s2 : Str} ; + [Adv] = {s1,s2 : Str} ; + [NP] = {s1,s2 : NPForm => Str ; a : Agr} ; + [AP] = {s1,s2 : Bool => AForm => Str} ; + +} diff --git a/deprecated/old-lib/resource/finnish/ExtraFin.gf b/deprecated/old-lib/resource/finnish/ExtraFin.gf new file mode 100644 index 000000000..ddacea698 --- /dev/null +++ b/deprecated/old-lib/resource/finnish/ExtraFin.gf @@ -0,0 +1,79 @@ +--# -path=.:abstract:common:prelude + +concrete ExtraFin of ExtraFinAbs = CatFin ** + open ResFin, MorphoFin, Coordination, Prelude, NounFin, StructuralFin in { + + lin + GenNP np = { + s1 = \\_,_ => np.s ! NPCase Gen ; + s2 = [] ; + isNum = False ; + isPoss = False ; + isDef = True --- "Jussin kolme autoa ovat" ; thus "...on" is missing + } ; + + + lincat + VPI = {s : Str} ; + [VPI] = {s1,s2 : Str} ; + lin + BaseVPI = twoSS ; + ConsVPI = consrSS comma ; + + MkVPI vp = {s = infVP (NPCase Nom) Pos (agrP3 Sg) vp Inf1} ; + ConjVPI = conjunctDistrSS ; + ComplVPIVV vv vpi = + insertObj (\\_,_,_ => vpi.s) (predV vv) ; + + AdvExistNP adv np = + mkClause (\_ -> adv.s) np.a (insertObj + (\\_,b,_ => np.s ! NPCase Nom) (predV (verbOlla ** {sc = NPCase Nom ; qp = "ko"}))) ; + + RelExistNP prep rp np = { + s = \\t,ant,bo,ag => + let cl = + mkClause + (\_ -> appCompl True Pos prep (rp2np ag.n rp)) + np.a + (insertObj + (\\_,b,_ => np.s ! NPCase Nom) + (predV (verbOlla ** {sc = NPCase Nom ; qp = "ko"}))) ; + in + cl.s ! t ! ant ! bo ! SDecl ; + c = NPCase Nom + } ; + + AdvPredNP adv v np = + mkClause (\_ -> adv.s) np.a (insertObj + (\\_,b,_ => np.s ! NPCase Nom) (predV v)) ; + + i_implicPron = mkPronoun [] "minun" "minua" "minuna" "minuun" Sg P1 ; + whatPart_IP = { + s = table { + NPCase Nom | NPAcc => "mit" ; + c => whatSg_IP.s ! c + } ; + n = Sg + } ; + + PartCN cn = + let + acn = DetArtSg IndefArt cn + in { + s = table { + NPCase Nom | NPAcc => acn.s ! NPCase Part ; + c => acn.s ! c + } ; + a = acn.a ; + isPron = False + } ; + + + vai_Conj = {s1 = [] ; s2 = "vai" ; n = Sg} ; + + + CompPartAP ap = { + s = \\agr => ap.s ! False ! AN (NCase agr.n Part) + } ; + +} diff --git a/deprecated/old-lib/resource/finnish/ExtraFinAbs.gf b/deprecated/old-lib/resource/finnish/ExtraFinAbs.gf new file mode 100644 index 000000000..824411120 --- /dev/null +++ b/deprecated/old-lib/resource/finnish/ExtraFinAbs.gf @@ -0,0 +1,19 @@ +abstract ExtraFinAbs = Extra [ + GenNP,VPI,ListVPI,BaseVPI,ConsVPI,MkVPI,ComplVPIVV,ConjVPI, + VV,VP,Conj,NP,Quant] ** { + + fun + AdvExistNP : Adv -> NP -> Cl ; -- kuvassa olemme me + AdvPredNP : Adv -> V -> NP -> Cl ; -- kuvassa hymyilee Veikko + + RelExistNP : Prep -> RP -> NP -> RCl ; -- jossa on jazzia + + i_implicPron : Pron ; -- (minä), minut, ... + whatPart_IP : IP ; + + PartCN : CN -> NP ; -- olutta + + vai_Conj : Conj ; -- minä vai sinä? ("or" in question) + + CompPartAP : AP -> Comp ; -- kahvi on valmista +} diff --git a/deprecated/old-lib/resource/finnish/GrammarFin.gf b/deprecated/old-lib/resource/finnish/GrammarFin.gf new file mode 100644 index 000000000..6ae2ee9ea --- /dev/null +++ b/deprecated/old-lib/resource/finnish/GrammarFin.gf @@ -0,0 +1,21 @@ +--# -path=.:../abstract:../common:prelude + +concrete GrammarFin of Grammar = + NounFin, + VerbFin, + AdjectiveFin, + AdverbFin, + NumeralFin, + SentenceFin, + QuestionFin, + RelativeFin, + ConjunctionFin, + PhraseFin, + TextX, + IdiomFin, + StructuralFin + ** { + +flags startcat = Phr ; unlexer = finnish ; lexer = text ; + +} ; diff --git a/deprecated/old-lib/resource/finnish/IdiomFin.gf b/deprecated/old-lib/resource/finnish/IdiomFin.gf new file mode 100644 index 000000000..99b0e2080 --- /dev/null +++ b/deprecated/old-lib/resource/finnish/IdiomFin.gf @@ -0,0 +1,75 @@ +concrete IdiomFin of Idiom = CatFin ** + open MorphoFin, ParadigmsFin, Prelude in { + + flags optimize=all_subs ; + + lin + ExistNP np = + let + cas : Polarity -> NPForm = \p -> case p of { + Pos => NPCase Nom ; -- on olemassa luku + Neg => NPCase Part -- ei ole olemassa lukua + } + in + mkClause noSubj (agrP3 Sg) (insertObj + (\\_,b,_ => "olemassa" ++ np.s ! cas b) (predV olla)) ; + + ExistIP ip = + let + cas : NPForm = NPCase Part ; --- dep on num, pol? + vp = insertObj (\\_,b,_ => "olemassa") (predV olla) ; + cl = mkClause (subjForm (ip ** {isPron = False ; a = agrP3 Sg}) cas) (agrP3 Sg) vp + in { + s = \\t,a,p => cl.s ! t ! a ! p ! SDecl + } ; + +-- Notice the nominative in the cleft $NP$: "se on Matti josta Liisa pitää" + + CleftNP np rs = mkClause (\_ -> "se") (agrP3 Sg) + (insertExtrapos (rs.s ! np.a) + (insertObj (\\_,_,_ => np.s ! NPCase Nom) (predV olla))) ; + +-- This gives the almost forbidden "se on Porissa kun Matti asuu". + + CleftAdv ad s = mkClause (\_ -> "se") (agrP3 Sg) + (insertExtrapos ("kun" ++ s.s) + (insertObj (\\_,_,_ => ad.s) (predV olla))) ; + + ImpersCl vp = mkClause noSubj (agrP3 Sg) vp ; + + GenericCl vp = mkClause noSubj (agrP3 Sg) { + s = \\_ => vp.s ! VIPass ; + s2 = vp.s2 ; + ext = vp.ext ; + sc = vp.sc ; + qp = vp.qp + } ; + + ProgrVP vp = + let + inf = (vp.s ! VIInf Inf3Iness ! Simul ! Pos ! agrP3 Sg).fin ; + on = predV olla + in { + s = on.s ; + s2 = \\b,p,a => inf ++ vp.s2 ! b ! p ! a ; + ext = vp.ext ; + sc = vp.sc ; + qp = vp.qp + } ; + +-- This gives "otetaan oluet" instead of "ottakaamme oluet". +-- The imperative is not available in a $VP$. + + ImpPl1 vp = + let vps = vp.s ! VIPass ! Simul ! Pos ! {n = Pl ; p = P1} + in + {s = vps.fin ++ vps.inf ++ + vp.s2 ! True ! Pos ! {n = Pl ; p = P1} ++ vp.ext + } ; + + oper + olla = verbOlla ** {sc = NPCase Nom ; qp = "ko"} ; + + noSubj : Polarity -> Str = \_ -> [] ; +} + diff --git a/deprecated/old-lib/resource/finnish/LangFin.gf b/deprecated/old-lib/resource/finnish/LangFin.gf new file mode 100644 index 000000000..3cd551a18 --- /dev/null +++ b/deprecated/old-lib/resource/finnish/LangFin.gf @@ -0,0 +1,10 @@ +--# -path=.:../abstract:../common:prelude + +concrete LangFin of Lang = + GrammarFin, + LexiconFin + ** { + +flags startcat = Phr ; unlexer = text ; lexer = finnish ; + +} ; diff --git a/deprecated/old-lib/resource/finnish/LexiconFin.gf b/deprecated/old-lib/resource/finnish/LexiconFin.gf new file mode 100644 index 000000000..e15538b4f --- /dev/null +++ b/deprecated/old-lib/resource/finnish/LexiconFin.gf @@ -0,0 +1,387 @@ +--# -path=.:prelude + +concrete LexiconFin of Lexicon = CatFin ** open MorphoFin, ParadigmsFin in { + +flags + optimize=values ; + + +lin + airplane_N = mkN "lentokone" ; + answer_V2S = mkV2 (mkV "vastata") (casePrep allative) ; + apartment_N = mkN "asunto" ; + apple_N = mkN "omena" ; --- omenia, not omenoita + art_N = mkN "taide" ; + ask_V2Q = mkV2 (mkV "kysy") (casePrep ablative) ; + baby_N = mkN "vauva" ; + bad_A = mkA (mkN "paha") "pahempi" "pahin" ; + bank_N = mkN "pankki" ; + beautiful_A = mkA (mkN "kaunis") "kauniimpi" "kaunein" ; + become_VA = mkVA (mkV "tulla") (casePrep translative) ; + beer_N = mkN "olut" "oluita" ; + beg_V2V = mkV2V (mk2V "pyyt" "pyysi") (casePrep partitive) ; + big_A = mkA (mkN "suuri" "suuria") "suurempi" "suurin" ; + bike_N = mkN "polkupyr" ; --- for correct vowel harmony + bird_N = mkN "lintu" ; + black_A = mkA (mkN "musta") "mustempi" "mustin" ; + blue_A = mkA (mkN "sininen") "sinisempi" "sinisin" ; + boat_N = mkN "vene" ; + book_N = mkN "kirja" ; + boot_N = mkN "saapas" ; + boss_N = mkN "pomo" ; + boy_N = mkN "poika" "pojan" "poikia" ; + bread_N = mkN "leip" ; + break_V2 = mkV2 (mkV "rikkoa") ; + broad_A = mkA (mkN "leve") "levempi" "levein" ; + brother_N2 = mkN2 ( + mkN "veli" "veljen" "veljen" "velje" "veljeen" + "veljin" "veljiss" "veljien" "velji" "veljiin") ; + brown_A = mkA (mkN "ruskea") "ruskeampi" "ruskein" ; + butter_N = mk3N "voi" "voin" "voita" ; ---- errors in Part + buy_V2 = mkV2 (mkV "ostaa") ; + camera_N = mkN "kamera" ; + cap_N = mkN "lakki" ; + car_N = mkN "auto" "auton" "autoja" ; -- mkN: audon + carpet_N = mkN "matto" ; + cat_N = mkN "kissa" ; + ceiling_N = mkN "katto" ; + chair_N = mkN "tuoli" ; + cheese_N = mkN "juusto" ; + child_N = mkN "lapsi" "lapsen" "lasta" "lapsena" "lapseen" + "lasten" "lapsia" "lapsina" "lapsissa" "lapsiin" ; + church_N = mkN "kirkko" ; + city_N = mkN "kaupunki" ; + clean_A = mkA (mkN "puhdas") ; + clever_A = mkA (mkN "viisas") ; + close_V2 = mkV2 (mkV "sulkea") ; + coat_N = mkN "takki" ; + cold_A = mkA (mkN "kylm") "kylmempi" "kylmin" ; + come_V = mkV "tulla" ; + computer_N = mkN "tietokone" ; + country_N = mkN "maa" ; + cousin_N = mkN "serkku" ; + cow_N = mkN "lehm" ; + die_V = mkV "kuolla" ; + dirty_A = mkA (mkN "likainen") "likaisempi" "likaisin" ; + distance_N3 = mkN3 (mkN "etisyys") (casePrep elative) (casePrep illative) ; + doctor_N = mk2N "tohtori" "tohtoreita" ; + dog_N = mkN "koira" ; + door_N = mkN "ovi" "ovia" ; + drink_V2 = mkV2 (mkV "juoda") ; + easy_A2V = mkA2 (mkA (mkN "helppo") "helpompi" "helpoin") + (casePrep allative) ; + eat_V2 = mkV2 (mkV "syd") ; + empty_A = mkA (mkN "tyhj") "tyhjempi" "tyhjin" ; + enemy_N = mkN "vihollinen" ; + factory_N = mkN "tehdas" ; + father_N2 = mkN2 (mkN "is") ; + fear_VS = mkVS (mk2V "pelt" "pelksi") ; + find_V2 = mkV2 (mk2V "lyt" "lysi") ; + fish_N = mkN "kala" ; + floor_N = mk2N "lattia" "lattioita" ; + forget_V2 = mkV2 (mkV "unohtaa") ; + fridge_N = mkN "jkaappi" ; + friend_N = mkN "ystv" ; + fruit_N = mkN "hedelm" ; + fun_AV = mkAV (mkA (mkN "hauska") "hauskempi" "hauskin") ; + garden_N = mkN "puutarha" "puutarhan" "puutarhoja" ; + girl_N = mkN "tytt" ; + glove_N = mkN "ksine" ; + gold_N = mkN "kulta" ; + good_A = mkA (mkN "hyv") "parempi" "parhain" ; --- paras + go_V = mkV "menn" ; + green_A = mkA (mkN "vihre") "vihrempi" "vihrein" ; + harbour_N = mkN "satama" "sataman" "satamia" ; + hate_V2 = mkV2 (mkV "vihata") cpartitive ; + hat_N = mkN "hattu" ; + have_V2 = mkV2 (caseV adessive vOlla) ; + hear_V2 = mkV2 (mkV "kuulla") ; + hill_N = mkN "kukkula" ; + hope_VS = mkVS (mkV "toivoa") ; + horse_N = mkN "hevonen" ; + hot_A = mkA (mkN "kuuma") "kuumempi" "kuumin" ; + house_N = mkN "talo" ; + important_A = mkA (mkN "trke") "trkempi" "trkein" ; + industry_N = mkN "teollisuus" ; + iron_N = mkN "rauta" ; + king_N = mkN "kuningas" ; + know_V2 = mkV2 (mk2V "tiet" "tiesi") ; --- tuntea; gives tietnyt + lake_N = mkN "jrvi" "jrvi" ; + lamp_N = mkN "lamppu" ; + learn_V2 = + mkV2 (mk12V "oppia" "opin" "oppii" "oppivat" "oppikaa" "opitaan" + "opin" "oppi" "oppisi" "oppinut" "opittu" "opitun") ; + leather_N = mkN "nahka" ; --- nahan + leave_V2 = mkV2 (mkV "jtt") ; + like_V2 = mkV2 (mkV "pit") elative ; + listen_V2 = mkV2 (mkV "kuunnella" "kuunteli") partitive ; + live_V = mkV "el" ; + long_A = mkA (mkN "pitk") "pitempi" "pisin" ; + lose_V2 = mkV2 (mkV "hvit" "hvisi") ; --- hukata + love_N = mk3N "rakkaus" "rakkauden" "rakkauksia" ; + love_V2 = mkV2 (mkV "rakastaa") partitive ; + man_N = mkN "mies" "miehen" "miest" "miehen" "mieheen" + "miesten" "miehi" "miehin" "miehiss" "miehiin" ; + married_A2 = mkA2 (mkA "avioitunut") (postPrep genitive "kanssa") ; ---- infl + meat_N = mkN "liha" ; + milk_N = mkN "maito" ; + moon_N = mkN "kuu" ; + mother_N2 = mkN2 (mkN "iti") ; + mountain_N = mkN "vuori" "vuoria" ; + music_N = mkN "musiikki" ; + narrow_A = mkA (mkN "kapea") "kapeampi" "kapein" ; + new_A = mkA (mk3N "uusi" "uuden" "uusia") "uudempi" "uusin" ; + newspaper_N = mkN "sanoma" (mkN "lehti" "lehti") ; --- for correct vowel harmony + oil_N = mkN "ljy" ; + old_A = mkA (mkN "vanha") "vanhempi" "vanhin" ; + open_V2 = mkV2 (mkV "avata" "avasi") ; + paint_V2A = mkV2A (mkV "maalata") accPrep (casePrep translative) ; + paper_N = mk2N "paperi" "papereita" ; + paris_PN = mkPN (mkN "Pariisi") ; + peace_N = mkN "rauha" ; + pen_N = mkN "kyn" ; + planet_N = mkN "planeetta" ; + plastic_N = mkN "muovi" ; + play_V2 = mkV2 (mkV "pelata") cpartitive ; --- leikki, soittaa + policeman_N = mkN "poliisi" ; + priest_N = mkN "pappi" ; + probable_AS = mkAS --- for vowel harmony + (mkA (mkN "todennkinen") "tonennkisempi" "todennlisin") ; ---- sta + queen_N = mkN "kuningatar" ; + radio_N = mk2N "radio" "radioita" ; + rain_V0 = mkV0 (mk2V "sataa" "satoi") ; + read_V2 = mkV2 (mkV "lukea") ; + red_A = mkA "punainen" ; + religion_N = mkN "uskonto" ; + restaurant_N = mkN "ravintola" ; + river_N = mkN "joki" "jokia" ; + rock_N = mk2N "kallio" "kallioita" ; + roof_N = mkN "katto" ; + rubber_N = mkN "kumi" ; + run_V = mk2V "juosta" "juoksi" ; + say_VS = mkVS (mkV "sanoa") ; + school_N = mkN "koulu" ; + science_N = mkN "tiede" ; + sea_N = mkN "meri" "meren" "meri" "merta" ; + seek_V2 = mkV2 (mkV "etsi") cpartitive ; + see_V2 = mkV2 ( + mk12V "nhd" "nen" "nkee" "nkevt" "nhk" "nhdn" + "nin" "nki" "nkisi" "nhnyt" "nhty" "nhdyn") ; + sell_V3 = mkV3 (mkV "myyd") accPrep (casePrep allative) ; + send_V3 = mkV3 (mkV "lhett") accPrep (casePrep allative) ; + sheep_N = mkN "lammas" ; + ship_N = mkN "laiva" ; + shirt_N = mkN "paita" ; + shoe_N = mkN "kenk" ; + shop_N = mkN "kauppa" ; + short_A = mkA (mkN "lyhyt" "lyhyit") ; + silver_N = mkN "hopea" ; + sister_N = mkN "sisko" ; + sleep_V = mkV "nukkua" ; + small_A = mkA (mk2N "pieni" "pieni") "pienempi" "pienin" ; + snake_N = mkN "krme" ; + sock_N = mkN "sukka" ; + speak_V2 = mkV2 (mkV "puhua") cpartitive ; + star_N = mkN "thti" "thti" ; + steel_N = mkN "ters" ; + stone_N = mkN "kivi" "kivi" ; + stove_N = mk3N "liesi" "lieden" "liesi" ; + student_N = mk2N "opiskelija" "opiskelijoita" ; + stupid_A = mkA "tyhm" ; + sun_N = mkN "aurinko" ; + switch8off_V2 = mkV2 (mkV "sammuttaa") ; --- + switch8on_V2 = mkV2 (mkV "sytytt") ; --- + table_N = mkN "pyt" ; + talk_V3 = mkV3 (mkV "puhua") (casePrep allative) (casePrep elative) ; + teacher_N = mkN "opettaja" ; + teach_V2 = mkV2 (mkV "opettaa") ; + television_N = mk2N "televisio" "televisioita" ; + thick_A = mkA "paksu" ; + thin_A = mkA (mkN "ohut" "ohuita") ; + train_N = mkN "juna" ; + travel_V = mkV "matkustaa" ; + tree_N = mkN "puu" ; + ---- trousers_N = mkN "trousers" ; + ugly_A = mkA (mkN "ruma") "rumempi" "rumin" ; + understand_V2 = mkV2 (mkV "ymmrt" "ymmrrn" "ymmrsi") ; + university_N = mkN "yliopisto" ; + village_N = mkN "kyl" ; + wait_V2 = mkV2 (mkV "odottaa") partitive ; + walk_V = mkV "kvell" "kveli" ; + warm_A = mkA + (mkN "lmmin" "lmpimn" "lmpimn" "lmmint" "lmpimn" + "lmpimin" "lmpimiss" "lmpimien" "lmpimi" "lmpimiin" + ) + "lmpimmpi" "lmpimin" ; + war_N = mkN "sota" ; + watch_V2 = mkV2 (mkV "katsella") cpartitive ; + water_N = mk3N "vesi" "veden" "vesi" ; + white_A = mkA "valkoinen" ; + window_N = mk2N "ikkuna" "ikkunoita" ; + wine_N = mkN "viini" ; + win_V2 = mkV2 (mkV "voittaa") ; + woman_N = mkN "nainen" ; + wonder_VQ = mkVQ (mkV "ihmetell") ; + wood_N = mkN "puu" ; + write_V2 = mkV2 (mkV "kirjoittaa") ; + yellow_A = mkA "keltainen" ; + young_A = mkA (mkN "nuori" "nuoria") "nuorempi" "nuorin" ; + + do_V2 = mkV2 ( + mkV "tehd" "teen" "tekee" "tekevt" "tehk" "tehdn" + "tein" "teki" "tekisi" "tehnyt" "tehty" "tehdyn") ; + + now_Adv = mkAdv "nyt" ; + already_Adv = mkAdv "jo" ; + song_N = mkN "laulu" ; + add_V3 = mkV3 (mkV "list") accPrep (casePrep illative) ; + number_N = mk2N "numero" "numeroita" ; + put_V2 = mkV2 (mkV "panna") ; + stop_V = mkV "pyshty" ; + jump_V = mkV "hypt" ; + left_Ord = mkOrd (mkN "vasen") ; + right_Ord = mkOrd (mkN "oikea") ; + far_Adv = mkAdv "kaukana" ; + correct_A = mkA "oikea" ; + dry_A = mkA (mkN "kuiva") "kuivempi" "kuivin" ; + dull_A = mkA (mkN "tyls") "tylsempi" "tylsin" ; + full_A = mkA (mk3N "tysi" "tyden" "tysi") "tydempi" "tysin" ; + heavy_A = mkA "raskas" ; + near_A = mkA (mkN "lheinen") ; + rotten_A = mkA "mt" ; + round_A = mkA "pyre" ; + sharp_A = mkA "terv" ; + smooth_A = mkA "sile" ; + straight_A = mkA (mkN "suora") "suorempi" "suorin" ; + wet_A = mkA (mkN "mrk") "mrempi" "mrin" ; + wide_A = mkA "leve" ; + animal_N = mk3N "elin" "elimen" "elimi" ; + ashes_N = mkN "tuhka" ; + back_N = mkN "selk" ; + bark_N = mkN "kaarna" ; + belly_N = mkN "vatsa" ; + blood_N = mkN "veri" "veren" "veri" "verta" ; + bone_N = mkN "luu" ; + breast_N = mkN "rinta" ; + cloud_N = mk2N "pilvi" "pilvi" ; + day_N = mkN "piv" ; + dust_N = mkN "ply" ; + ear_N = mkN "korva" ; + earth_N = mkN "maa" ; + egg_N = mkN "muna" ; + eye_N = mkN "silm" ; + fat_N = mkN "rasva" ; + feather_N = mk3N "hyhen" "hyhenen" "hyheni" ; + fingernail_N = mk3N "kynsi" "kynnen" "kynsi" ; + fire_N = mk2N "tuli" "tulia" ; + flower_N = mkN "kukka" ; + fog_N = mkN "sumu" ; + foot_N = mkN "jalka" ; + forest_N = mkN "mets" ; + grass_N = mkN "ruoho" ; + guts_N = mkN "sislmys" ; --- suoli + hair_N = mkN "hius" ; + hand_N = mk3N "ksi" "kden" "ksi" ; + head_N = mkN "p" ; + heart_N = mkN "sydn" "sydmen" "sydnt" "sydmen" "sydmeen" + "sydnten" "sydmi" "sydmin" "sydmiss" "sydmiin" ; + horn_N = mk2N "sarvi" "sarvia" ; + husband_N = mkN "mies" "miehen" "miest" "miehen" "mieheen" + "miesten" "miehi" "miehin" "miehiss" "miehiin" ; + ice_N = mkN "j" ; + knee_N = mk2N "polvi" "polvia" ; + leaf_N = mk2N "lehti" "lehti" ; + leg_N = mkN "jalka" ; --- sri + liver_N = mkN "maksa" ; + louse_N = mkN "lude" ; + mouth_N = mkN "suu" ; + name_N = mk2N "nimi" "nimi" ; + neck_N = mkN "niska" ; + night_N = mkN "y" ; + nose_N = mkN "nen" ; + person_N = mkN "henkil" ; + rain_N = mkN "sade" ; + road_N = mkN "tie" ; + root_N = mk2N "juuri" "juuria" ; + rope_N = mk3N "kysi" "kyden" "kysi" ; + salt_N = mkN "suola" ; + sand_N = mkN "hiekka" ; + seed_N = mkN "siemen" ; + skin_N = mkN "nahka" ; + sky_N = mk3N "taivas" "taivaan" "taivaita" ; + smoke_N = mkN "savu" ; + snow_N = mkN "lumi" "lumen" "lumia" "lunta" ; + stick_N = mkN "keppi" ; + tail_N = mkN "hnt" ; + tongue_N = mk2N "kieli" "kieli" ; + tooth_N = mkN "hammas" ; + wife_N = mkN "vaimo" ; + wind_N = mk2N "tuuli" "tuulia" ; + wing_N = mk2N "siipi" "siipi" ; + worm_N = mkN "mato" ; + year_N = mk3N "vuosi" "vuoden" "vuosia" ; + bite_V2 = mkV2 (mkV "purra") ; + blow_V = mkV "puhaltaa" ; + burn_V = mkV "palaa" ; + count_V2 = mkV2 (mkV "laskea") ; + cut_V2 = mkV2 (mk2V "leikata" "leikkasi") ; + dig_V = mkV "kaivaa" ; + fall_V = mkV "pudota" "putoan" "putosi" ; + fear_V2 = mkV2 (mkV "pelt" "pelkn" "pelksi") cpartitive ; + fight_V2 = mkV2 (mkV "taistella") (postPrep partitive "vastaan") ; + float_V = mkV "kellua" ; + flow_V = mkV "virrata" "virtaan" "virtasi" ; + fly_V = mkV "lent" ; + freeze_V = mkV "jty" ; + give_V3 = mkV3 (mkV "antaa" "annan" "antoi") accPrep (casePrep allative) ; + hit_V2 = mkV2 (mkV "lyd") cpartitive ; + hold_V2 = mkV2 (mkV "pit") cpartitive ; + hunt_V2 = mkV2 (mkV "metsst") cpartitive ; + kill_V2 = mkV2 (mkV "tappaa") ; + laugh_V = mkV "nauraa" "nauroi" ; + lie_V = mkV "maata" "makasi" ; + play_V = mkV "pelata" ; + pull_V2 = mkV2 (mkV "vet") ; + push_V2 = mkV2 (mkV "tynt") ; + rub_V2 = mkV2 (mkV "hieroa") cpartitive ; + scratch_V2 = mkV2 (mkV "raapia") cpartitive ; + sew_V = mkV "kylv" ; + sing_V = mkV "laulaa" ; + sit_V = mkV "istua" ; + smell_V = mk2V "haistaa" "haistoi" ; + spit_V = mkV "sylke" ; + split_V2 = mkV2 (mk2V "halkaista" "halkaisi") ; + squeeze_V2 = mkV2 (mkV "puristaa") cpartitive ; + stab_V2 = mkV2 (mkV "pist") cpartitive ; + stand_V = mk12V "seist" "seison" "seisoo" "seisovat" "seisk" "seistn" + "seisoin" "seisoi" "seisoisi" "seissyt" "seisty" "seistyn" ; --- *seisoivt + suck_V2 = mkV2 (mkV "ime") cpartitive ; + swell_V = mkV "turvota" "turposi" ; + swim_V = mkV "uida" "uin" "ui" ; + think_V = mkV "ajatella" "ajattelen" "ajatteli" ; + throw_V2 = mkV2 (mkV "heitt") ; + tie_V2 = mkV2 (mkV "sitoa") ; + turn_V = mkV "knty" ; + vomit_V = mkV "oksentaa" ; + wash_V2 = mkV2 (mkV "pest") ; + wipe_V2 = mkV2 (mkV "pyyhki") ; + + breathe_V = mkV "hengitt" ; + + grammar_N = mkN "kielioppi" ; + language_N = mk2N "kieli" "kieli" ; + rule_N = mkN "snt" ; + + john_PN = mkPN "Jussi" ; + question_N = mkN "kysymys" ; + ready_A = mkA (mkN "valmis") ; + reason_N = mkN "syy" ; + today_Adv = mkAdv "tnn" ; + uncertain_A = mkA "epvarma" ; + + oper + mkOrd : N -> Ord ; + mkOrd x = {s = \\n,c => x.s ! NCase n c; lock_Ord = <> } ; + cpartitive = casePrep partitive ; + +} ; diff --git a/deprecated/old-lib/resource/finnish/MorphoFin.gf b/deprecated/old-lib/resource/finnish/MorphoFin.gf new file mode 100644 index 000000000..3c274a3de --- /dev/null +++ b/deprecated/old-lib/resource/finnish/MorphoFin.gf @@ -0,0 +1,905 @@ +--# -path=.:../common:prelude + +--1 A Simple Finnish 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 $ParadigmsFin$, which +-- gives a higher-level access to this module. + +resource MorphoFin = ResFin ** open Prelude in { + + flags optimize=all ; + + oper + + dLujuus : Str -> NForms = \lujuus -> + let + lujuu = init lujuus ; + lujuuksi = lujuu + "ksi" ; + a = vowHarmony (last lujuu) ; + in nForms10 + lujuus (lujuu + "den") (lujuu + "tt" + a) + (lujuu + "ten" + a) (lujuu + "teen") + (lujuuksi + "en") (lujuuksi + a) + (lujuuksi + "n" + a) (lujuuksi + "ss" + a) (lujuuksi + "in") ; + + dNainen : Str -> NForms = \nainen -> + let + a = vowHarmony nainen ; + nais = Predef.tk 3 nainen + "s" + in nForms10 + nainen (nais + "en") (nais + "t" + a) (nais + "en" + a) (nais + "een") + (nais + "ten") (nais + "i" + a) + (nais + "in" + a) (nais + "iss" + a) (nais + "iin") ; + + dPaluu : Str -> NForms = \paluu -> + let + a = vowHarmony paluu ; + palui = init paluu + "i" ; + u = last paluu ; + in nForms10 + paluu (paluu + "n") (paluu + "t" + a) (paluu + "n" + a) (paluu + "seen") + (palui + "den") (palui + "t" + a) + (palui + "n" + a) (palui + "ss" + a) (palui + "siin") ; + + dPuu : Str -> NForms = \puu -> + let + a = vowHarmony puu ; + pui = init puu + "i" ; + u = last puu ; + in nForms10 + puu (puu + "n") (puu + "t" + a) (puu + "n" + a) (puu + "h" + u + "n") + (pui + "den") (pui + "t" + a) + (pui + "n" + a) (pui + "ss" + a) (pui + "hin") ; + + dSuo : Str -> NForms = \suo -> + let + o = last suo ; + a = vowHarmony o ; + soi = Predef.tk 2 suo + o + "i" ; + in nForms10 + suo (suo + "n") (suo + "t" + a) (suo + "n" + a) (suo + "h" + o + "n") + (soi + "den") (soi + "t" + a) + (soi + "n" + a) (soi + "ss" + a) (soi + "hin") ; + + dKorkea : Str -> NForms = \korkea -> + let + a = last korkea ; + korke = init korkea ; + in nForms10 + korkea (korkea + "n") (korkea + a) + (korkea + "n" + a) (korkea + a + "n") + (korke + "iden") (korke + "it" + a) + (korke + "in" + a) (korke + "iss" + a) + (korke + "isiin") ; --- NSSK: korkeihin + + dKaunis : Str -> NForms = \kaunis -> + let + a = vowHarmony kaunis ; + kaunii = init kaunis + "i" ; + in nForms10 + kaunis (kaunii + "n") (kaunis + "t" + a) + (kaunii + "n" + a) (kaunii + "seen") + (kaunii + "den") (kaunii + "t" + a) + (kaunii + "n" + a) (kaunii + "ss" + a) + (kaunii + "siin") ; + + dLiitin : (_,_ : Str) -> NForms = \liitin,liittimen -> + let + a = vowHarmony liitin ; + liittim = Predef.tk 2 liittimen ; + in nForms10 + liitin (liittim + "en") (liitin + "t" + a) + (liittim + "en" + a) (liittim + "een") + (liittim + "ien") (liittim + "i" + a) + (liittim + "in" + a) (liittim + "iss" + a) + (liittim + "iin") ; + + dOnneton : Str -> NForms = \onneton -> + let + a = vowHarmony onneton ; + onnettom = Predef.tk 2 onneton + "t" + last (init onneton) + "m" ; + in nForms10 + onneton (onnettom + a + "n") (onneton + "t" + a) + (onnettom + a + "n" + a) (onnettom + a + a + "n") + (onnettom + "ien") (onnettom + "i" + a) + (onnettom + "in" + a) (onnettom + "iss" + a) + (onnettom + "iin") ; + + -- 2-syllable a/, o/, u/y + dUkko : (_,_ : Str) -> NForms = \ukko,ukon -> + let + o = last ukko ; + a = vowHarmony o ; + ukk = init ukko ; + uko = init ukon ; + uk = init uko ; + ukkoja = case of { + _ + "" => -- kyl,kyli,kylien,kyliss,kyliin + ; + _ + ("au" | "eu") + _ + "a" => -- kauhojen,seurojen + ; + _ + ("o" | "u") + _ + "a" => -- pula,pulia,pulien,pulissa,puliin + ; + _ + "a" => -- kala,kaloja,kalojen,-oissa,-oihin + ; + _ => -- suku,sukuja,sukujen,-uissa,-uihin + + } ; + ukkoina = ukkoja.p3 + "in" + a ; + ukoissa = ukkoja.p4 + "iss" + a ; + in nForms10 + ukko ukon (ukko + a) (ukko + "n" + a) (ukko + o + "n") + ukkoja.p2 ukkoja.p1 + ukkoina ukoissa ukkoja.p5 ; + + -- 3-syllable a//o/ + dSilakka : (_,_,_ : Str) -> NForms = \silakka,silakan,silakoita -> + let + o = last silakka ; + a = getHarmony o ; + silakk = init silakka ; + silaka = init silakan ; + silak = init silaka ; + silakkaa = silakka + case o of { + "o" | "" => "t" + a ; -- radiota + _ => a -- sammakkoa + } ; + silakoiden = case of { + _ + "i" + ("a" | "") => -- asemia + ; + _ + O@("o" | "" | "u" | "y" | "e") + ("ja" | "j") => -- pasuunoja + ; + _ + O@("o" | "" | "u" | "y" | "e") + ("ita" | "it") => -- silakoita + ; + _ => Predef.error silakoita + } ; + silakkoina = silakoiden.p3 + "in" + a ; + silakoissa = silakoiden.p4 + "iss" + a ; + in nForms10 + silakka silakan silakoiden.p1 (silakka + "n" + a) (silakka + o + "n") + silakoiden.p2 silakoita + silakkoina silakoissa silakoiden.p5 ; + + dArpi : (_,_ : Str) -> NForms = \arpi,arven -> + let + a = vowHarmony arpi ; + arp = init arpi ; + arv = Predef.tk 2 arven ; + ar = init arp ; + arpe = case last arp of { + "s" => case last arv of { + "d" | "l" | "n" | "r" => -- suden,sutta ; jlsi ; kansi ; hirsi + ; + _ => -- kuusta,kuusien + + } ; + "r" | "n" => -- suurta,suurten + ; + "l" | "h" => -- tuulta,tuulien + ; + _ => -- arpea,arpien,arvissa + + } ; ---- pieni,pient; uni,unta + in nForms10 + arpi arven arpe.p1 (arpe.p4 + "en" + a) (arpe.p4 + "een") + arpe.p2 (arpi + a) + (arp + "in" + a) (arpe.p3 + "ss" + a) (arp + "iin") ; + + dRae : (_,_ : Str) -> NForms = \rae,rakeen -> + let + a = vowHarmony rae ; + rakee = init rakeen ; + rakei = init rakee + "i" ; + raetta = case of { + _ + "e" => + ; -- raetta,rakeeseen + _ + "s" => + ; -- rengasta,renkaaseen + _ + "t" => + ; -- olutta,olueen + _ + "r" => + ; -- sisarta,sisareen + _ => Predef.error (["expected ending e/t/s/r, found"] ++ rae) + } ; + in nForms10 + rae rakeen raetta.p1 (rakee + "n"+ a) raetta.p2 + (rakei + "den") (rakei + "t" + a) + (rakei + "n" + a) (rakei + "ss" + a) (rakei + "siin") ; ---- sisariin + + dPaatti : (_,_ : Str) -> NForms = \paatti,paatin -> + let + a = vowHarmony paatti ; + paatte = init paatti + "e" ; + paati = init paatin ; + paate = init paati + "e" ; + in nForms10 + paatti paatin (paatti + a) (paatti + "n" + a) (paatti + "in") + (paatti + "en") (paatte + "j" + a) + (paatte + "in" + a) (paate + "iss" + a) (paatte + "ihin") ; + + dTohtori : (_ : Str) -> NForms = \tohtori -> + let + a = vowHarmony tohtori ; + tohtor = init tohtori ; + in nForms10 + tohtori (tohtori+"n") (tohtori + a) (tohtori + "n" + a) (tohtori + "in") + (tohtor + "eiden") (tohtor + "eit" + a) + (tohtor + "ein" + a) (tohtor + "eiss" + a) (tohtor + "eihin") ; + + dPiennar : (_,_ : Str) -> NForms = \piennar,pientaren -> + let + a = vowHarmony piennar ; + pientar = Predef.tk 2 pientaren ; + in nForms10 + piennar pientaren (piennar +"t" + a) + (pientar + "en" + a) (pientar + "een") + (piennar + "ten") (pientar + "i" + a) (pientar + "in" + a) + (pientar + "iss" + a) (pientar + "iin") ; + + dUnix : (_ : Str) -> NForms = \unix -> + let + a = vowHarmony unix ; + unixi = unix + "i" ; + unixe = unix + "e" ; + in nForms10 + unix (unixi + "n") (unixi + a) (unixi + "n" + a) (unixi + "in") + (unixi + "en") (unixe + "j" + a) (unixe + "in" + a) + (unixe + "iss" + a) (unixe + "ihin") ; + + dNukke : (_,_ : Str) -> NForms = \nukke,nuken -> + let + a = vowHarmony nukke ; + nukk = init nukke ; + nuke = init nuken ; + in + nForms10 + nukke nuken (nukke + a) (nukk +"en" + a) (nukk + "een") + (nukk + "ien") (nukk + "ej" + a) (nukk + "ein" + a) + (nuke + "iss" + a) (nukk + "eihin") ; + + dJalas : Str -> NForms = \jalas -> + let + a = vowHarmony jalas ; + jalaks = init jalas + "ks" ; + jalaksi = jalaks + "i" ; + in nForms10 + jalas (jalaks + "en") (jalas + "t" + a) + (jalaks + "en" + a) (jalaks + "een") + (jalas + "ten") (jalaksi + a) + (jalaksi + "n" + a) (jalaksi + "ss" + a) (jalaksi + "in") ; + + dSDP : Str -> NForms = \SDP -> + let + c = case last SDP of { + "A" => + <"n","ta","na","han","iden","ita","ina","issa","ihin"> ; + "B" | "C" | "D" | "E" | "G" | "P" | "T" | "V" | "W" => + <"n","t","n","hen","iden","it","in","iss","ihin"> ; + "F" | "L" | "M" | "N" | "R" | "S" | "X" => + <"n","","n","n","ien","i","in","iss","iin"> ; + "H" | "K" | "O" | "" => + <"n","ta","na","hon","iden","ita","ina","issa","ihin"> ; + "I" | "J" => + <"n","t","n","hin","iden","it","in","iss","ihin"> ; + "Q" | "U" => + <"n","ta","na","hun","iden","ita","ina","issa","ihin"> ; + "Z" => + <"n","aa","na","aan","ojen","oja","oina","oissa","oihin"> ; + "" => + <"n","t","n","hn","iden","it","in","iss","ihin"> ; + "" => + <"n","t","n","hn","iden","it","in","iss","ihin"> ; + _ => Predef.error (["illegal abbreviation"] ++ SDP) + } ; + in nForms10 + SDP (SDP + ":" + c.p1) (SDP + ":" + c.p2) (SDP + ":" + c.p3) + (SDP + ":" + c.p4) (SDP + ":" + c.p5) (SDP + ":" + c.p6) + (SDP + ":" + c.p7) (SDP + ":" + c.p8) (SDP + ":" + c.p9) ; + +-- for adjective comparison + + dSuurempi : Str -> NForms = \suurempi -> + let + a = vowHarmony suurempi ; + suuremp = init suurempi ; + suuremm = Predef.tk 2 suurempi + "m" ; + in nForms10 + suurempi (suuremm + a + "n") (suuremp + a + a) + (suuremp + a + "n" + a) (suuremp + a + a + "n") + (suuremp + "ien") (suurempi + a) + (suurempi + "n" + a) (suuremm + "iss" + a) (suurempi + "in") ; + + dSuurin : Str -> NForms = \suurin -> + let + a = vowHarmony suurin ; + suurimm = init suurin + "mm" ; + suurimp = init suurimm + "p" ; + in nForms10 + suurin (suurimm + a + "n") (suurin + "t" + a) + (suurimp + a + "n" + a) (suurimp + a + a + "n") + (suurimp + "ien") (suurimp + "i" + a) + (suurimp + "in" + a) (suurimm + "iss" + a) (suurimp + "iin") ; + +-- for verb participle forms + + dOttanut : Str -> NForms = \ottanut -> + let + a = vowHarmony ottanut ; + ottane = Predef.tk 2 ottanut + "e" ; + ottanee = ottane + "e" ; + in nForms10 + ottanut (ottanee + "n") (ottanut + "t" + a) + (ottanee + "n" + a) (ottanee + "seen") + (ottane + "iden") (ottane + "it" + a) + (ottane + "in" + a) (ottane + "iss" + a) (ottane + "isiin") ; + +------------------- +-- auxiliaries ---- +------------------- + +-- the maximal set of technical stems + + NForms : Type = Predef.Ints 9 => Str ; + + nForms10 : (x1,_,_,_,_,_,_,_,_,x10 : Str) -> NForms = + \Ukko,ukon,ukkoa,ukkona,ukkoon, + ukkojen,ukkoja,ukkoina,ukoissa,ukkoihin -> table { + 0 => Ukko ; + 1 => ukon ; + 2 => ukkoa ; + 3 => ukkona ; + 4 => ukkoon ; + 5 => ukkojen ; + 6 => ukkoja ; + 7 => ukkoina ; + 8 => ukoissa ; + 9 => ukkoihin + } ; + + Noun = {s : NForm => Str} ; + + nForms2N : NForms -> Noun = \f -> + let + Ukko = f ! 0 ; + ukon = f ! 1 ; + ukkoa = f ! 2 ; + ukkona = f ! 3 ; + ukkoon = f ! 4 ; + ukkojen = f ! 5 ; + ukkoja = f ! 6 ; + ukkoina = f ! 7 ; + ukoissa = f ! 8 ; + ukkoihin = f ! 9 ; + a = last ukkoja ; + uko = init ukon ; + ukko = Predef.tk 2 ukkona ; + ukkoi = Predef.tk 2 ukkoina ; + ukoi = Predef.tk 3 ukoissa ; + in + {s = table { + NCase Sg Nom => Ukko ; + NCase Sg Gen => uko + "n" ; + NCase Sg Part => ukkoa ; + NCase Sg Transl => uko + "ksi" ; + NCase Sg Ess => ukkona ; + NCase Sg Iness => uko + ("ss" + a) ; + NCase Sg Elat => uko + ("st" + a) ; + NCase Sg Illat => ukkoon ; + NCase Sg Adess => uko + ("ll" + a) ; + NCase Sg Ablat => uko + ("lt" + a) ; + NCase Sg Allat => uko + "lle" ; + NCase Sg Abess => uko + ("tt" + a) ; + + NCase Pl Nom => uko + "t" ; + NCase Pl Gen => ukkojen ; + NCase Pl Part => ukkoja ; + NCase Pl Transl => ukoi + "ksi" ; + NCase Pl Ess => ukkoina ; + NCase Pl Iness => ukoissa ; + NCase Pl Elat => ukoi + ("st" + a) ; + NCase Pl Illat => ukkoihin ; + NCase Pl Adess => ukoi + ("ll" + a) ; + NCase Pl Ablat => ukoi + ("lt" + a) ; + NCase Pl Allat => ukoi + "lle" ; + NCase Pl Abess => ukoi + ("tt" + a) ; + + NComit => ukkoi + "ne" ; + NInstruct => ukoi + "n" ; + + NPossNom _ => ukko ; + NPossGen Sg => ukko ; + NPossGen Pl => init ukkojen ; + NPossTransl Sg => uko + "kse" ; + NPossTransl Pl => ukoi + "kse" ; + NPossIllat Sg => init ukkoon ; + NPossIllat Pl => init ukkoihin + } ; + lock_N = <> + } ; + + n2nforms : Noun -> NForms = \ukko -> table { + 0 => ukko.s ! NCase Sg Nom ; + 1 => ukko.s ! NCase Sg Gen ; + 2 => ukko.s ! NCase Sg Part ; + 3 => ukko.s ! NCase Sg Ess ; + 4 => ukko.s ! NCase Sg Illat ; + 5 => ukko.s ! NCase Pl Gen ; + 6 => ukko.s ! NCase Pl Part ; + 7 => ukko.s ! NCase Pl Ess ; + 8 => ukko.s ! NCase Pl Iness ; + 9 => ukko.s ! NCase Pl Illat + } ; + +-- Adjective forms + + AForms : Type = { + posit : NForms ; + compar : NForms ; + superl : NForms ; + adv_posit, adv_compar, adv_superl : Str ; + } ; + + aForms2A : AForms -> Adjective = \afs -> { + s = table { + Posit => table { + AN n => (nForms2N afs.posit).s ! n ; + AAdv => afs.adv_posit + } ; + Compar => table { + AN n => (nForms2N afs.compar).s ! n ; + AAdv => afs.adv_compar + } ; + Superl => table { + AN n => (nForms2N afs.superl).s ! n ; + AAdv => afs.adv_superl + } + } ; + lock_A = <> + } ; + + nforms2aforms : NForms -> AForms = \nforms -> + let + suure = init (nforms ! 1) ; + suur = Predef.tk 4 (nforms ! 8) ; + in { + posit = nforms ; + compar = dSuurempi (suure ++ "mpi") ; + superl = dSuurin (suur ++ "in") ; + adv_posit = suure + "sti" ; + adv_compar = suure + "mmin" ; + adv_superl = suur + "immin" ; + } ; + + + oper + + cHukkua : (_,_ : Str) -> VForms = \hukkua,hukun -> + let + a = last hukkua ; + hukku = init hukkua ; + huku = init hukun ; + u = last huku ; + i = case u of { + "e" | "i" => [] ; + _ => u + } ; + y = uyHarmony a ; + hukkui = init hukku + i + "i" ; + hukui = init huku + i + "i" ; + in vForms12 + hukkua + hukun + (hukku + u) + (hukku + "v" + a + "t") + (hukku + "k" + a + a) + (huku + "t" + a + a + "n") + (hukui + "n") + hukkui + (hukkui + "si") + (hukku + "n" + y + "t") + (huku + "tt" + y) + (hukku + "nee") ; + + cOttaa : (_,_,_,_ : Str) -> VForms = \ottaa,otan,otin,otti -> + let + a = last ottaa ; + aa = a + a ; + u = uyHarmony a ; + ota = init otan ; + otta = init ottaa ; + ote = init ota + "e" ; + in vForms12 + ottaa + otan + ottaa + (otta + "v" + a + "t") + (otta + "k" + aa) + (ote + "t" + aa + "n") + otin + otti + (otta + "isi") + (otta + "n" + u + "t") + (ote + "tt" + u) + (otta + "nee") ; + + cJuosta : (_,_ : Str) -> VForms = \juosta,juoksen -> + let + a = last juosta ; + juos = Predef.tk 2 juosta ; + juoss = juos + last juos ; + juokse = init juoksen ; + juoks = init juokse ; + u = uyHarmony a ; + juoksi = juoks + "i" ; + in vForms12 + juosta + (juoksen) + (juokse + "e") + (juokse + "v" + a + "t") + (juos + "k" + a + a) + (juosta + a + "n") + (juoks + "in") + (juoks + "i") + (juoks + "isi") + (juoss + u + "t") + (juos + "t" + u) + (juoss + "ee") ; + + cJuoda : (_ : Str) -> VForms = \juoda -> + let + a = last juoda ; + juo = Predef.tk 2 juoda ; + joi = case last juo of { + "i" => juo ; -- naida + o => Predef.tk 2 juo + o + "i" + } ; + u = uyHarmony a ; + in vForms12 + juoda + (juo + "n") + (juo) + (juo + "v" + a + "t") + (juo + "k" + a + a) + (juoda + a + "n") + (joi + "n") + (joi) + (joi + "si") + (juo + "n" + u + "t") + (juo + "t" + u) + (juo + "nee") ; + + cPudota : (_,_ : Str) -> VForms = \pudota,putosi -> + let + a = last pudota ; + pudot = init pudota ; + pudo = init pudot ; + ai = case last pudo of { + "a" | "" => <[], "i"> ; + _ => + } ; + puto = Predef.tk 2 putosi ; + u = uyHarmony a ; + in vForms12 + pudota + (puto + a + "n") + (puto + ai.p1 + a) + (puto + a + "v" + a + "t") + (pudot + "k" + a + a) + (pudot + a + a + "n") + (puto + "sin") + (puto + "si") + (puto + ai.p2 + "si") + (pudo + "nn" + u + "t") + (pudot + "t" + u) + (pudo + "nnee") ; + + cHarkita : (_ : Str) -> VForms = \harkita -> + let + a = last harkita ; + harkit = init harkita ; + harki = init harkit ; + u = uyHarmony a ; + in vForms12 + harkita + (harkit + "sen") + (harkit + "se") + (harkit + "sev" + a + "t") + (harkit + "k" + a + a) + (harkit + a + a + "n") + (harkit + "sin") + (harkit + "si") + (harkit + "sisi") + (harki + "nn" + u + "t") + (harkit + "t" + u) + (harki + "nnee") ; + + cValjeta : (_,_ : Str) -> VForms = \valjeta,valkeni -> + let + a = last valjeta ; + valjet = init valjeta ; + valken = init valkeni ; + valje = init valjet ; + u = uyHarmony a ; + in vForms12 + valjeta + (valken + "en") + (valken + "ee") + (valken + "ev" + a + "t") + (valjet + "k" + a + a) + (valjet + a + a + "n") + (valken + "in") + (valken + "i") + (valken + "isi") + (valje + "nn" + u + "t") + (valjet + "t" + u) + (valje + "nnee") ; + + cKuunnella : (_,_ : Str) -> VForms = \kuunnella,kuuntelin -> + let + a = last kuunnella ; + kuunnel = Predef.tk 2 kuunnella ; + kuuntel = Predef.tk 2 kuuntelin ; + u = uyHarmony a ; + in vForms12 + kuunnella + (kuuntel + "en") + (kuuntel + "ee") + (kuuntel + "ev" + a + "t") + (kuunnel + "k" + a + a) + (kuunnella + a + "n") + (kuuntel + "in") + (kuuntel + "i") + (kuuntel + "isi") + (kuunnel + "l" + u + "t") + (kuunnel + "t" + u) + (kuunnel + "lee") ; + +-- auxiliaries + + uyHarmony : Str -> Str = \a -> case a of { + "a" => "u" ; + _ => "y" + } ; + + VForms : Type = Predef.Ints 11 => Str ; + + vForms12 : (x1,_,_,_,_,_,_,_,_,_,_,x12 : Str) -> VForms = + \olla,olen,on,ovat,olkaa,ollaan,olin,oli,olisi,ollut,oltu,lienee -> + table { + 0 => olla ; + 1 => olen ; + 2 => on ; + 3 => ovat ; + 4 => olkaa ; + 5 => ollaan ; + 6 => olin ; + 7 => oli ; + 8 => olisi ; + 9 => ollut ; + 10 => oltu ; + 11 => lienee + } ; + + vforms2V : VForms -> Verb ** {qp : Str} = \vh -> + let + tulla = vh ! 0 ; + tulen = vh ! 1 ; + tulee = vh ! 2 ; + tulevat = vh ! 3 ; + tulkaa = vh ! 4 ; + tullaan = vh ! 5 ; + tulin = vh ! 6 ; + tuli = vh ! 7 ; + tulisi = vh ! 8 ; + tullut = vh ! 9 ; + tultu = vh ! 10 ; + tullun = vh ! 11 ; + tule_ = init tulen ; + tuli_ = init tulin ; + a = last tulkaa ; + tulko = Predef.tk 2 tulkaa + (ifTok Str a "a" "o" "") ; + tulkoo = tulko + last tulko ; + tullee = Predef.tk 2 tullut + "ee" ; + tulleen = (nForms2N (dOttanut tullut)).s ; + tullu : Str = weakGrade tultu ; + tullun = (nForms2N (dUkko tultu (tullu + "n"))).s ; + tulema = Predef.tk 3 tulevat + "m" + a ; + vat = "v" + a + "t" + in + {s = table { + Inf Inf1 => tulla ; + Presn Sg P1 => tule_ + "n" ; + Presn Sg P2 => tule_ + "t" ; + Presn Sg P3 => tulee ; + Presn Pl P1 => tule_ + "mme" ; + Presn Pl P2 => tule_ + "tte" ; + Presn Pl P3 => tulevat ; + Impf Sg P1 => tuli_ + "n" ; --# notpresent + Impf Sg P2 => tuli_ + "t" ; --# notpresent + Impf Sg P3 => tuli ; --# notpresent + Impf Pl P1 => tuli_ + "mme" ; --# notpresent + Impf Pl P2 => tuli_ + "tte" ; --# notpresent + Impf Pl P3 => tuli + vat ; --# notpresent + Condit Sg P1 => tulisi + "n" ; --# notpresent + Condit Sg P2 => tulisi + "t" ; --# notpresent + Condit Sg P3 => tulisi ; --# notpresent + Condit Pl P1 => tulisi + "mme" ; --# notpresent + Condit Pl P2 => tulisi + "tte" ; --# notpresent + Condit Pl P3 => tulisi + vat ; --# notpresent + Imper Sg => tule_ ; + Imper Pl => tulkaa ; + ImperP3 Sg => tulkoo + "n" ; + ImperP3 Pl => tulkoo + "t" ; + ImperP1Pl => tulkaa + "mme" ; + ImpNegPl => tulko ; + Pass True => tullaan ; + Pass False => Predef.tk 2 tullaan ; + PastPartAct (AN n) => tulleen ! n ; + PastPartAct AAdv => tullee + "sti" ; + PastPartPass (AN n) => tullun ! n ; + PastPartPass AAdv => tullu + "sti" ; + Inf Inf3Iness => tulema + "ss" + a ; + Inf Inf3Elat => tulema + "st" + a ; + Inf Inf3Illat => tulema + a + "n" ; + Inf Inf3Adess => tulema + "ll" + a ; + Inf Inf3Abess => tulema + "tt" + a + } ; + sc = NPCase Nom ; + qp = Predef.dp 2 tulko ; + lock_V = <> + } ; + +----------------------------------------- +-- Auxiliaries +----------------------------------------- + +-- The following function defines how grade alternation works if it is active. +-- In general, *whether there is* grade alternation must be given in the lexicon +-- (cf. "auto - auton" not "audon"; "vihje - vihjeen" not "vihkeen"). + + weakGrade : Str -> Str = \kukko -> + let + ku = Predef.tk 3 kukko ; + kko = Predef.dp 3 kukko ; + o = last kukko + in + case kko of { + "kk" + _ => ku + "k" + o ; + "pp" + _ => ku + "p" + o ; + "tt" + _ => ku + "t" + o ; + "nk" + _ => ku + "ng" + o ; + "nt" + _ => ku + "nn" + o ; + "mp" + _ => ku + "mm" + o ; + "rt" + _ => ku + "rr" + o ; + "lt" + _ => ku + "ll" + o ; + "lk" + ("i" | "e") => ku + "lj" + o ; + "rk" + ("i" | "e") => ku + "rj" + o ; + "lk" + _ => ku + "l" + o ; + "rk" + _ => ku + "r" + o ; + ("hk" | "tk") + _ => kukko ; -- *tahko-tahon, *pitk-pitkn + "s" + ("k" | "p" | "t") + _ => kukko ; -- *lasku-lasvun, *raspi-rasvin, *lastu-lasdun + x + "ku" => ku + x + "vu" ; + x + "k" + ("a" | "e" | "i" | "o" | "u" | "y" | "" | "") => ku + x + o ; + x + "p" + ("a" | "e" | "i" | "o" | "u" | "y" | "" | "") => ku + x + "v" + o ; + x + "t" + ("a" | "e" | "i" | "o" | "u" | "y" | "" | "") => ku + x + "d" + o ; + _ => kukko + } ; + +-- This is used to analyse nouns "rae", "hake", "rengas", "laidun", etc. + + strongGrade : Str -> Str = \hanke -> + let + ha = Predef.tk 3 hanke ; + nke = Predef.dp 3 hanke ; + in + ha + case nke of { + "ng" + a => "nk" + a ; + "nn" + e => "nt" + e ; + "mm" + e => "mp" + e ; + "rr" + e => "rt" + e ; + "ll" + a => "lt" + a ; + h@("h" | "l") + "je" + e => h + "ke" ; -- pohje/lahje impossible + ("tk" | "hk" | "sk" | "sp" | "st") + _ => nke ; -- viuhke,kuiske + a + k@("k"|"p"|"t") + e@("e"|"a"|""|"u"|"i"|"o"|"") => a + k + k + e ; + a + "d" + e@("e"|"a"|""|"u"|"i"|"o"|"") => a + "t" + e ; + s + a@("a" | "") + "e" => s + a + "ke" ; -- se, tae + a + "v" + e@("e"|"a"|""|"u"|"i") => a + "p" + e ; -- taive/toive imposs + ase => ase + } ; + + vowHarmony : Str -> Str = \s -> case s of { + _ + ("a" | "o" | "u") + _ => "a" ; + _ => "" + } ; + + getHarmony : Str -> Str = \u -> case u of { + "a"|"o"|"u" => "a" ; + _ => "" + } ; + +----------------------- +-- for Structural +----------------------- + +caseTable : Number -> CommonNoun -> Case => Str = \n,cn -> + \\c => cn.s ! NCase n c ; + + mkDet : Number -> CommonNoun -> { + s1 : Case => Str ; -- minun kolme + s2 : Str ; -- -ni + n : Number ; -- Pl (agreement feature for verb) + isNum : Bool ; -- True (a numeral is present) + isPoss : Bool ; -- True (a possessive suffix is present) + isDef : Bool -- True (verb agrees in Pl, Nom is not Part) + } = \n, noun -> { + s1 = \\c => noun.s ! NCase n c ; + s2 = [] ; + n = n ; + isNum, isPoss = False ; + isDef = True --- does this hold for all new dets? + } ; + +-- Here we define personal and relative pronouns. + + mkPronoun : (_,_,_,_,_ : Str) -> Number -> Person -> + {s : NPForm => Str ; a : Agr} = + \mina, minun, minua, minuna, minuun, n, p -> + let { + minu = Predef.tk 2 minuna ; + a = Predef.dp 1 minuna + } in + {s = table { + NPCase Nom => mina ; + NPCase Gen => minun ; + NPCase Part => minua ; + NPCase Transl => minu + "ksi" ; + NPCase Ess => minuna ; + NPCase Iness => minu + ("ss" + a) ; + NPCase Elat => minu + ("st" + a) ; + NPCase Illat => minuun ; + NPCase Adess => minu + ("ll" + a) ; + NPCase Ablat => minu + ("lt" + a) ; + NPCase Allat => minu + "lle" ; + NPCase Abess => minu + ("tt" + a) ; + NPAcc => Predef.tk 1 minun + "t" + } ; + a = {n = n ; p = p} + } ; + + mkDemPronoun : (_,_,_,_,_ : Str) -> Number -> + {s : NPForm => Str ; a : Agr} = + \tuo, tuon, tuota, tuona, tuohon, n -> + let pro = mkPronoun tuo tuon tuota tuona tuohon n P3 + in { + s = table { + NPAcc => tuo ; + c => pro.s ! c + } ; + a = pro.a + } ; + +-- The relative pronoun, "joka", is inflected in case and number, +-- like common nouns, but it does not take possessive suffixes. +-- The inflextion shows a surprising similarity with "suo". + +oper + relPron : Number => Case => Str = + let {jo = nForms2N (dSuo "jo")} in + table { + Sg => table { + Nom => "joka" ; + Gen => "jonka" ; + c => jo.s ! NCase Sg c + } ; + Pl => table { + Nom => "jotka" ; + c => "j" + (jo.s ! NCase Pl c) + } + } ; + + ProperName = {s : Case => Str} ; + +} diff --git a/deprecated/old-lib/resource/finnish/NounFin.gf b/deprecated/old-lib/resource/finnish/NounFin.gf new file mode 100644 index 000000000..5425aa54e --- /dev/null +++ b/deprecated/old-lib/resource/finnish/NounFin.gf @@ -0,0 +1,251 @@ +concrete NounFin of Noun = CatFin ** open ResFin, Prelude in { + + flags optimize=all_subs ; + + lin + +-- The $Number$ is subtle: "nuo autot", "nuo kolme autoa" are both plural +-- for verb agreement, but the noun form is singular in the latter. + + DetCN det cn = + let + n : Number = case det.isNum of { + True => Sg ; + _ => det.n + } ; + ncase : Case -> NForm = \c -> + case of { + <_, Nom, True,_,_> => NCase Sg Part ; -- kolme kytkint(ni) + <_, _, True,False,_> => NCase Sg c ; -- kolmeksi kytkimeksi + => NCase Pl Part ; -- kytkimi + <_, Nom,_,True,_> => NPossNom n ; -- kytkime+ni on/ovat... + <_, Gen,_,True,_> => NPossNom n ; -- kytkime+ni vika + <_, Transl,_,True,_> => NPossTransl n ; -- kytkim(e|i)kse+ni + <_, Illat,_,True,_> => NPossIllat n ; -- kytkim(ee|ii)+ni + + _ => NCase n c -- kytkin, kytkimen,... + } + in { + s = \\c => let k = npform2case n c in + det.s1 ! k ++ cn.s ! ncase k ++ det.s2 ; + a = agrP3 (case det.isDef of { + False => Sg ; -- autoja menee; kolme autoa menee + _ => det.n + }) ; + isPron = False + } ; + + DetNP det = + let + n : Number = case det.isNum of { + True => Sg ; + _ => det.n + } ; + in { + s = \\c => let k = npform2case n c in + det.s1 ! k ; -- det.s2 is possessive suffix + a = agrP3 (case det.isDef of { + False => Sg ; -- autoja menee; kolme autoa menee + _ => det.n + }) ; + isPron = False + } ; + + UsePN pn = { + s = \\c => pn.s ! npform2case Sg c ; + a = agrP3 Sg ; + isPron = False + } ; + UsePron p = p ** {isPron = True} ; + + PredetNP pred np = { + s = \\c => pred.s ! np.a.n ! c ++ np.s ! c ; + a = np.a ; + isPron = np.isPron -- kaikki minun - ni + } ; + + PPartNP np v2 = { + s = \\c => np.s ! c ++ v2.s ! PastPartPass (AN (NCase np.a.n Ess)) ; + a = np.a ; + isPron = np.isPron -- minun tll - ni + } ; + + AdvNP np adv = { + s = \\c => np.s ! c ++ adv.s ; + a = np.a ; + isPron = np.isPron -- minun tll - ni + } ; + + DetQuantOrd quant num ord = { + s1 = \\c => quant.s1 ! num.n ! c ++ num.s ! Sg ! c ++ ord.s ! Pl ! c ; + s2 = quant.s2 ; + n = num.n ; + isNum = num.isNum ; + isPoss = quant.isPoss ; + isDef = True + } ; + + DetQuant quant num = { + s1 = \\c => quant.s1 ! num.n ! c ++ num.s ! Sg ! c ; + s2 = quant.s2 ; + n = num.n ; + isNum = num.isNum ; + isPoss = quant.isPoss ; + isDef = True + } ; + + DetArtOrd quant num ord = { + s1 = \\c => quant.s1 ! num.n ! c ++ num.s ! Sg ! c ++ ord.s ! Pl ! c ; + s2 = [] ; + n = num.n ; + isNum = num.isNum ; + isPoss = False ; + isDef = True + } ; + + DetArtCard quant num = { + s1 = \\c => quant.s1 ! num.n ! c ++ num.s ! Sg ! c ; + s2 = [] ; + n = num.n ; + isNum = case num.n of {Sg => False ; _ => True} ; + isPoss = False ; + isDef = True + } ; + + DetArtSg det cn = + let + n : Number = Sg ; + ncase : Case -> NForm = \c -> NCase n c ; + in { + s = \\c => let k = npform2case n c in + det.s1 ! Sg ! k ++ cn.s ! ncase k ; + a = agrP3 Sg ; + isPron = False + } ; + + DetArtPl det cn = + let + n : Number = Pl ; + ncase : Case -> NForm = \c -> + case of { + => NCase Pl Part ; -- kytkimi + _ => NCase n c -- kytkin, kytkimen,... + } + in { + s = \\c => let k = npform2case n c in + det.s1 ! Pl ! k ++ cn.s ! ncase k ; + a = agrP3 (case det.isDef of { + False => Sg ; -- autoja menee; kolme autoa menee + _ => Pl + }) ; + isPron = False + } ; + + PossPron p = { + s1 = \\_,_ => p.s ! NPCase Gen ; + s2 = BIND ++ possSuffix p.a ; + isNum = False ; + isPoss = True ; + isDef = True --- "minun kolme autoani ovat" ; thus "...on" is missing + } ; + + NumSg = {s = \\_,_ => [] ; isNum = False ; n = Sg} ; + NumPl = {s = \\_,_ => [] ; isNum = False ; n = Pl} ; + + NumCard n = n ** {isNum = case n.n of {Sg => False ; _ => True}} ; -- yksi talo/kaksi taloa + + NumDigits numeral = { + s = \\n,c => numeral.s ! NCard (NCase n c) ; + n = numeral.n + } ; + OrdDigits numeral = {s = \\n,c => numeral.s ! NOrd (NCase n c)} ; + + NumNumeral numeral = { + s = \\n,c => numeral.s ! NCard (NCase n c) ; + n = numeral.n + } ; + OrdNumeral numeral = {s = \\n,c => numeral.s ! NOrd (NCase n c)} ; + + AdNum adn num = { + s = \\n,c => adn.s ++ num.s ! n ! c ; + n = num.n + } ; + + OrdSuperl a = {s = \\n,c => a.s ! Superl ! AN (NCase n c)} ; + + DefArt = { + s1 = \\_,_ => [] ; + s2 = [] ; + isNum,isPoss = False ; + isDef = True -- autot ovat + } ; + + IndefArt = { + s1 = \\_,_ => [] ; -- Nom is Part in Pl: use isDef in DetCN + s2 = [] ; + isNum,isPoss,isDef = False -- autoja on + } ; + + MassNP cn = + let + n : Number = Sg ; + ncase : Case -> NForm = \c -> NCase n c ; + in { + s = \\c => let k = npform2case n c in + cn.s ! ncase k ; + a = agrP3 Sg ; + isPron = False + } ; + + UseN n = n ; + + UseN2 n = n ; + + Use2N3 f = { + s = f.s ; + c2 = f.c2 ; + isPre = f.isPre + } ; + Use3N3 f = { + s = f.s ; + c2 = f.c3 ; + isPre = f.isPre2 + } ; + + +--- If a possessive suffix is added here it goes after the complements... + + ComplN2 f x = { + s = \\nf => preOrPost f.isPre (f.s ! nf) (appCompl True Pos f.c2 x) + } ; + ComplN3 f x = { + s = \\nf => preOrPost f.isPre (f.s ! nf) (appCompl True Pos f.c2 x) ; + c2 = f.c3 ; + isPre = f.isPre2 + } ; + + AdjCN ap cn = { + s = \\nf => ap.s ! True ! AN (n2nform nf) ++ cn.s ! nf + } ; + + RelCN cn rs = {s = \\nf => cn.s ! nf ++ rs.s ! agrP3 (numN nf)} ; + + RelNP np rs = { + s = \\c => np.s ! c ++ "," ++ rs.s ! np.a ; + a = np.a ; + isPron = np.isPron ---- correct ? + } ; + + AdvCN cn ad = {s = \\nf => cn.s ! nf ++ ad.s} ; + + SentCN cn sc = {s = \\nf=> cn.s ! nf ++ sc.s} ; + + ApposCN cn np = {s = \\nf=> cn.s ! nf ++ np.s ! NPCase Nom} ; --- luvun x + + oper + numN : NForm -> Number = \nf -> case nf of { + NCase n _ => n ; + _ => Sg --- + } ; + +} diff --git a/deprecated/old-lib/resource/finnish/NumeralFin.gf b/deprecated/old-lib/resource/finnish/NumeralFin.gf new file mode 100644 index 000000000..2103788ac --- /dev/null +++ b/deprecated/old-lib/resource/finnish/NumeralFin.gf @@ -0,0 +1,179 @@ +concrete NumeralFin of Numeral = CatFin ** open Prelude, ParadigmsFin, MorphoFin in { + +-- Notice: possessive forms are not used. They get wrong, since every +-- part is made to agree in them. + +flags optimize = all_subs ; + +lincat + Sub1000000 = {s : CardOrd => Str ; n : MorphoFin.Number} ; + Digit = {s : CardOrd => Str} ; + Sub10, Sub100, Sub1000 = {s : NumPlace => CardOrd => Str ; n : MorphoFin.Number} ; + +lin + num x = x ; + n2 = co + (nhn (mkSubst "a" "kaksi" "kahde" "kahte" "kahta" "kahteen" "kaksi" "kaksi" + "kaksien" "kaksia" "kaksiin")) + (ordN "a" "kahdes") ; --- toinen + n3 = co + (nhn (mkSubst "a" "kolme" "kolme" "kolme" "kolmea" "kolmeen" "kolmi" "kolmi" + "kolmien" "kolmia" "kolmiin")) + (ordN "a" "kolmas") ; + n4 = co (mkN "nelj") (ordN "" "neljs") ; + n5 = co (mkN "viisi" "viiden" "viisi") (ordN "" "viides") ; + n6 = co (mkN "kuusi" "kuuden" "kuusia") (ordN "a" "kuudes") ; + n7 = co + (nhn (mkSubst "" "seitsemn" "seitsem" "seitsem" "seitsem" + "seitsemn" "seitsemi" "seitsemi" "seitsemien" "seitsemi" + "seitsemiin")) + (ordN "" "seitsems") ; + n8 = co + (nhn (mkSubst "a" "kahdeksan" "kahdeksa" "kahdeksa" "kahdeksaa" + "kahdeksaan" "kahdeksi" "kahdeksi" "kahdeksien" "kahdeksia" + "kahdeksiin")) + (ordN "a" "kahdeksas") ; + n9 = co + (nhn (mkSubst "" "yhdeksn" "yhdeks" "yhdeks" "yhdeks" + "yhdeksn" "yhdeksi" "yhdeksi" "yhdeksien" "yhdeksi" "yhdeksiin")) + (ordN "" "yhdekss") ; + + pot01 = + {s = table { + NumAttr => \\_ => [] ; + NumIndep => yksiN.s + } ; + n = Sg + } ; + pot0 d = {n = Pl ; s = \\_ => d.s} ; + pot110 = + {s = \\_ => kymmenenN.s ; + n = Pl + } ; + + pot111 = {n = Pl ; s = \\_,c => yksiN.s ! c ++"toista"} ; ---- yhdes + pot1to19 d = {n = Pl ; s = \\_,c => d.s ! c ++"toista"} ; + pot0as1 n = n ; + + pot1 d = {n = Pl ; s = \\_,c => d.s ! c ++ kymmentaN.s ! c} ; + pot1plus d e = { + n = Pl ; + s = \\_,c => d.s ! c ++ kymmentaN.s ! c ++ e.s ! NumIndep ! c + } ; + pot1as2 n = n ; + pot2 d = {n = Pl ; s = \\_,c => d.s ! NumAttr ! c ++ sataaN.s ! d.n ! c} ; ---- + pot2plus d e = { + n = Pl ; + s = \\_,c => d.s ! NumAttr ! c ++ sataaN.s ! d.n ! c ++ e.s ! NumIndep ! c + } ; + pot2as3 n = {n = n.n ; s = n.s ! NumIndep} ; + pot3 d = {n = Pl ; s = \\c => d.s ! NumAttr ! c ++ tuhattaN.s ! d.n ! c} ; ---- + pot3plus d e = { + n = Pl ; + s = \\c => d.s ! NumAttr ! c ++ tuhattaN.s ! d.n ! c ++ e.s ! NumIndep ! c + } ; + +oper + co : (c,o : {s : NForm => Str}) -> {s : CardOrd => Str} = \c,o -> { + s = table { + NCard nf => c.s ! nf ; + NOrd nf => o.s ! nf + } + } ; + +-- Too much trouble to infer vowel, cf. "kuudes" vs. "viides". + + ordN : Str -> Str -> {s : NForm => Str} = \a,sadas -> + let + sada = init sadas + in + mkN + sadas (sada + "nnen") (sada + "nten" + a) (sada + "tt" + a) (sada + "nteen") + (sada + "nsin" + a) (sada + "nsiss" + a) (sada + "nsien") + (sada + "nsi" + a) (sada + "nsiin") ; + +param + NumPlace = NumIndep | NumAttr ; + +oper + yksiN = co + (nhn (mkSubst "" "yksi" "yhde" "yhte" "yht" "yhteen" "yksi" "yksi" + "yksien" "yksi" "yksiin")) + (ordN "" "yhdes") ; ---- ensimminen + kymmenenN = co + (nhn (mkSubst "" "kymmenen" "kymmene" "kymmene" "kymment" + "kymmeneen" "kymmeni" "kymmeni" "kymmenien" "kymmeni" "kymmeniin")) + (ordN "" "kymmenes") ; + sataN = co + (mkN "sata") + (ordN "a" "sadas") ; + + tuhatN = co + (mkN "tuhat" "tuhannen" "tuhatta" "ruhantena" "tuhanteen" + "tuhansien" "tuhansia" "tuhansina" "tuhansissa" "tuhansiin") + (ordN "a" "tuhannes") ; + + kymmentaN = + {s = table { + NCard (NCase Sg Nom) => "kymment" ; + k => kymmenenN.s ! k + } + } ; + + sataaN : {s : MorphoFin.Number => CardOrd => Str} = {s = table { + Sg => sataN.s ; + Pl => table { + NCard (NCase Sg Nom) => "sataa" ; + k => sataN.s ! k + } + } + } ; + + tuhattaN = {s = table { + Sg => tuhatN.s ; + Pl => table { + NCard (NCase Sg Nom) => "tuhatta" ; + k => tuhatN.s ! k + } + } + } ; + + + lincat + Dig = TDigit ; + + lin + IDig d = d ; + + IIDig d i = { + s = \\o => d.s ! NCard (NCase Sg Nom) ++ i.s ! o ; + n = Pl + } ; + + D_0 = mkDig "0" ; + D_1 = mk3Dig "1" "1." MorphoFin.Sg ; + D_2 = mkDig "2" ; + D_3 = mkDig "3" ; + 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 MorphoFin.Pl ; + mkDig : Str -> TDigit = \c -> mk2Dig c (c + ".") ; + + mk3Dig : Str -> Str -> MorphoFin.Number -> TDigit = \c,o,n -> { + s = table {NCard _ => c ; NOrd _ => o} ; + n = n + } ; + + TDigit = { + n : MorphoFin.Number ; + s : CardOrd => Str + } ; + +} + diff --git a/deprecated/old-lib/resource/finnish/ParadigmsFin.gf b/deprecated/old-lib/resource/finnish/ParadigmsFin.gf new file mode 100644 index 000000000..72a776c31 --- /dev/null +++ b/deprecated/old-lib/resource/finnish/ParadigmsFin.gf @@ -0,0 +1,606 @@ +--# -path=.:../abstract:../common:../../prelude + +--1 Finnish Lexical Paradigms +-- +-- Aarne Ranta 2003--2008 +-- +-- This is an API to 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 and $Structural.gf$. +-- +-- The main difference with $MorphoFin.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: +-- there is a polymorphic constructor $mkC$, which takes one or +-- a few arguments. In Finnish, one argument is enough in 80-90% of +-- cases in average. + +resource ParadigmsFin = open + (Predef=Predef), + Prelude, + MorphoFin, + CatFin + in { + + flags optimize=noexpand ; + +--2 Parameters +-- +-- To abstract over gender, number, and (some) case names, +-- we define the following identifiers. The application programmer +-- should always use these constants instead of the constructors +-- defined in $ResFin$. + +oper + Number : Type ; + + singular : Number ; + plural : Number ; + + Case : Type ; + nominative : Case ; + genitive : Case ; + partitive : Case ; + translative : Case ; + inessive : Case ; + elative : Case ; + illative : Case ; + adessive : Case ; + ablative : Case ; + allative : Case ; + + infFirst, infElat, infIllat : InfForm ; + +-- The following type is used for defining *rection*, i.e. complements +-- of many-place verbs and adjective. A complement can be defined by +-- just a case, or a pre/postposition and a case. + + prePrep : Case -> Str -> Prep ; -- ilman, partitive + postPrep : Case -> Str -> Prep ; -- takana, genitive + postGenPrep : Str -> Prep ; -- takana + casePrep : Case -> Prep ; -- adessive + +--2 Nouns + +-- The worst case gives ten forms. +-- In practice just a couple of forms are needed to define the different +-- stems, vowel alternation, and vowel harmony. + +oper + +-- The regular noun heuristic takes just one form (singular +-- nominative) and analyses it to pick the correct paradigm. +-- It does automatic grade alternation, and is hence not usable +-- for words like "auto" (whose genitive would become "audon"). +-- +-- If the one-argument paradigm does not give the correct result, one can try and give +-- two or three forms. Most notably, the two-argument variant is used +-- for nouns like "kivi - kivi", which would otherwise become like +-- "rivi - rivej". Three arguments are used e.g. for +-- "auto - auton - autoja", which would otherwise become +-- "auto - audon". + + mkN : overload { + mkN : (talo : Str) -> N ; + mkN : (savi,savia : Str) -> N ; + mkN : (vesi,veden,vesi : Str) -> N ; + mkN : (vesi,veden,vesi,vett : Str) -> N ; + mkN : (olo,olon,olona,oloa,oloon,olojen,oloja,oloina,oloissa,oloihin : Str) -> N ; + mkN : (pika : Str) -> (juna : N) -> N ; + mkN : (oma : N) -> (tunto : N) -> N ; + } ; + +-- Nouns used as functions need a case, of which the default is +-- the genitive. + + mkN2 : overload { + mkN2 : N -> N2 ; + mkN2 : N -> Prep -> N2 + } ; + + mkN3 : N -> Prep -> Prep -> N3 ; + +-- Proper names can be formed by using declensions for nouns. +-- The plural forms are filtered away by the compiler. + + mkPN : overload { + mkPN : Str -> PN ; + mkPN : N -> PN + } ; + +--2 Adjectives + +-- Non-comparison one-place adjectives are just like nouns. +-- The regular adjectives are based on $regN$ in the positive. +-- Comparison adjectives have three forms. +-- The comparative and the superlative +-- are always inflected in the same way, so the nominative of them is actually +-- enough (except for the superlative "paras" of "hyv"). + + mkA : overload { + mkA : Str -> A ; + mkA : N -> A ; + mkA : N -> (kivempaa,kivinta : Str) -> A ; + mkA : (hyva,parempi,paras : N) -> (hyvin,paremmin,parhaiten : Str) -> A ; + } ; + +-- Two-place adjectives need a case for the second argument. + + mkA2 : A -> Prep -> A2 = \a,p -> a ** {c2 = p ; lock_A2 = <>}; + + + +--2 Verbs +-- +-- The grammar does not cover the potential mood and some nominal +-- forms. One way to see the coverage is to linearize a verb to +-- a table. +-- The worst case needs twelve forms, as shown in the following. + + mkV : overload { + mkV : (huutaa : Str) -> V ; + mkV : (huutaa,huusi : Str) -> V ; + mkV : (huutaa,huudan,huusi : Str) -> V ; + mkV : ( + huutaa,huudan,huutaa,huutavat,huutakaa,huudetaan, + huusin,huusi,huusisi,huutanut,huudettu,huutanee : Str) -> V ; + } ; + +-- All the patterns above have $nominative$ as subject case. +-- If another case is wanted, use the following. + + caseV : Case -> V -> V ; + +-- The verbs "be" is special. + + vOlla : V ; + + +--3 Two-place verbs +-- +-- Two-place verbs need an object case, and can have a pre- or postposition. +-- The default is direct (accusative) object. There is also a special case +-- with case only. The string-only argument case yields a regular verb with +-- accusative object. + + mkV2 : overload { + mkV2 : Str -> V2 ; + mkV2 : V -> V2 ; + mkV2 : V -> Case -> V2 ; + mkV2 : V -> Prep -> V2 ; + } ; + + +--3 Three-place verbs +-- +-- Three-place (ditransitive) verbs need two prepositions, of which +-- the first one or both can be absent. + + mkV3 : V -> Prep -> Prep -> V3 ; -- puhua, allative, elative + dirV3 : V -> Case -> V3 ; -- siirt, (accusative), illative + dirdirV3 : V -> V3 ; -- antaa, (accusative), (allative) + + +--3 Other complement patterns +-- +-- Verbs and adjectives can take complements such as sentences, +-- questions, verb phrases, and adjectives. + + mkV0 : V -> V0 ; + mkVS : V -> VS ; + mkV2S : V -> Prep -> V2S ; + mkVV : V -> VV ; + mkVVf : V -> InfForm -> VV ; + mkV2V : V -> Prep -> V2V ; + mkV2Vf : V -> Prep -> InfForm -> V2V ; + mkVA : V -> Prep -> VA ; + mkV2A : V -> Prep -> Prep -> V2A ; + mkVQ : V -> VQ ; + mkV2Q : V -> Prep -> V2Q ; + + mkAS : A -> AS ; + mkA2S : A -> Prep -> A2S ; + mkAV : A -> AV ; + mkA2V : A -> 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 ; + +--. +-- The definitions should not bother the user of the API. So they are +-- hidden from the document. + + Case = MorphoFin.Case ; + Number = MorphoFin.Number ; + + singular = Sg ; + plural = Pl ; + + nominative = Nom ; + genitive = Gen ; + partitive = Part ; + translative = Transl ; + inessive = Iness ; + elative = Elat ; + illative = Illat ; + adessive = Adess ; + ablative = Ablat ; + allative = Allat ; + + infFirst = Inf1 ; infElat = Inf3Elat ; infIllat = Inf3Illat ; + + prePrep : Case -> Str -> Prep = + \c,p -> {c = NPCase c ; s = p ; isPre = True ; lock_Prep = <>} ; + postPrep : Case -> Str -> Prep = + \c,p -> {c = NPCase c ; s = p ; isPre = False ; lock_Prep = <>} ; + postGenPrep p = { + c = NPCase genitive ; s = p ; isPre = False ; lock_Prep = <>} ; + casePrep : Case -> Prep = + \c -> {c = NPCase c ; s = [] ; isPre = True ; lock_Prep = <>} ; + accPrep = {c = NPAcc ; s = [] ; isPre = True ; lock_Prep = <>} ; + + mkN = overload { + mkN : (talo : Str) -> N = mk1N ; + -- \s -> nForms2N (nForms1 s) ; + mkN : (talo,talon : Str) -> N = mk2N ; + -- \s,t -> nForms2N (nForms2 s t) ; + mkN : (talo,talon,taloja : Str) -> N = mk3N ; + -- \s,t,u -> nForms2N (nForms3 s t u) ; + mkN : (talo,talon,taloja,taloa : Str) -> N = mk4N ; + -- \s,t,u,v -> nForms2N (nForms4 s t u v) ; + mkN : + (talo,talon,taloa,talona,taloon,talojen,taloja,taloina,taloissa,taloihin + : Str) -> N = mk10N ; + mkN : (sora : Str) -> (tie : N) -> N = mkStrN ; + mkN : (oma,tunto : N) -> N = mkNN ; + } ; + + mk1A : Str -> A = \jalo -> aForms2A (nforms2aforms (nForms1 jalo)) ; + mkNA : N -> A = \suuri -> aForms2A (nforms2aforms (n2nforms suuri)) ; + + mk1N : (talo : Str) -> N = \s -> nForms2N (nForms1 s) ; + mk2N : (talo,talon : Str) -> N = \s,t -> nForms2N (nForms2 s t) ; + mk3N : (talo,talon,taloja : Str) -> N = \s,t,u -> nForms2N (nForms3 s t u) ; + mk4N : (talo,talon,taloa,taloja : Str) -> N = \s,t,u,v -> + nForms2N (nForms4 s t u v) ; + mk10N : + (talo,talon,taloa,talona,taloon,talojen,taloja,taloina,taloissa,taloihin + : Str) -> N = \a,b,c,d,e,f,g,h,i,j -> + nForms2N (nForms10 a b c d e f g h i j) ; + + mkStrN : Str -> N -> N = \sora,tie -> { + s = \\c => sora + tie.s ! c ; lock_N = <> + } ; + mkNN : N -> N -> N = \oma,tunto -> { + s = \\c => oma.s ! c + tunto.s ! c ; lock_N = <> + } ; ---- TODO: oma in possessive suffix forms + + nForms1 : Str -> NForms = \ukko -> + let + ukk = init ukko ; + uko = weakGrade ukko ; + ukon = uko + "n" ; + o = case last ukko of {"" => "" ; "a" => "o"} ; -- only used then + renka = strongGrade (init ukko) ; + rake = strongGrade ukko ; + in + case ukko of { + _ + "nen" => dNainen ukko ; + _ + ("aa" | "ee" | "ii" | "oo" | "uu" | "yy" |""|"") => dPuu ukko ; + _ + ("ai" | "ei" | "oi" | "ui" | "yi" | "i" | "i") => dPuu ukko ; + _ + ("ie" | "uo" | "y") => dSuo ukko ; + _ + ("ea" | "e") => dKorkea ukko ; + _ + "is" => dKaunis ukko ; + _ + ("i" | "u") + "n" => dLiitin ukko (renka + "men") ; + _ + ("ton" | "tn") => dOnneton ukko ; + _ + "e" => dRae ukko (rake + "en") ; + _ + ("ut" | "yt") => dOttanut ukko ; + _ + ("as" | "s") => dRae ukko (renka + last renka + "n") ; + _ + ("uus" | "yys" | "eus" | "eys") => dLujuus ukko ; + _ + "s" => dJalas ukko ; + +{- heuristics for 3-syllable nouns ending a/ + _ + ("a" | "e" | "i" | "o" | "u" | "y" | "" | "") + ? + + _ + "i" + ? + a@("a" | "") => + dSilakka ukko (ukko + "n") (ukk + o + "it" + a) ; + _ + ("a" | "e" | "i" | "o" | "u" | "y" | "" | "") + ? + _ + + ("a" | "e" | "o" | "u" | "y" | "" | "") + + ("l" | "r" | "n") + a@("a" | "") => + dSilakka ukko (ukko + "n") (ukk + o + "it" + a) ; + _ + ("a" | "e" | "i" | "o" | "u" | "y" | "" | "") + ? + _ + + ("a" | "e" | "i" | "o" | "u" | "y" | "" | "") + + ("n" | "k" | "s") + "k" + a@("a" | "") => + dSilakka ukko (uko + "n") (init uko + o + "it" + a) ; + _ + ("a" | "e" | "i" | "o" | "u" | "y" | "" | "") + ? + _ + + ("a" | "e" | "i" | "o" | "u" | "y" | "" | "") + + ("n" | "t" | "s") + "t" + a@("a" | "") => + dSilakka ukko (uko + "n") (ukk + o + "j" + a) ; + _ + ("a" | "e" | "i" | "o" | "u") + ? + _ + + ("a" | "e" | "o" | "u") + ? + "a" => + dSilakka ukko (ukko + "n") (ukk + "ia") ; +-} + _ + "i" +o@("o"|"") => dSilakka ukko (ukko+"n") (ukko+"it"+getHarmony o); + _ + "i" + "a" => dSilakka ukko (ukko + "n") (ukk + "oita") ; + _ + "i" + "" => dSilakka ukko (ukko + "n") (ukk + "it") ; + _ + ("a" | "o" | "u" | "y" | "" | "") => dUkko ukko ukon ; + _ + "i" => dPaatti ukko ukon ; + _ + ("ar" | "r") => dPiennar ukko (renka + "ren") ; + _ + "e" + ("l" | "n") => dPiennar ukko (ukko + "en") ; + _ => dUnix ukko + } ; + + + nForms2 : (_,_ : Str) -> NForms = \ukko,ukkoja -> + let + ukot = nForms1 ukko ; + ukon = weakGrade ukko + "n" ; + in + case of { + <_ + "ea", _ + "oita"> => + dSilakka ukko ukon ukkoja ; -- idea, but not korkea + <_ + ("aa" | "ee" | "ii" | "oo" | "uu" | "yy" | "" | "" | + "ie" | "uo" | "y" | "ea" | "e" | + "ia" | "i" | "io" | "i"), _ + ("a" | "")> => + nForms1 ukko ; --- to protect --- how to get "dioja"? + <_ + ("a" | "" | "o" | ""), _ + ("a" | "")> => + dSilakka ukko ukon ukkoja ; + => + dArpi ukko (init (weakGrade ukko) + "en") ; + <_ + "i", _ + ("eita" | "eit")> => + dTohtori ukko ; + <_ + ("ut" | "yt"),_ + ("uita" | "yit")> => dRae ukko (init ukko + "en") ; + <_ + "e", nuk + ("eja" | "ej")> => + dNukke ukko ukon ; + <_, _ + ":" + _ + ("a" | "")> => dSDP ukko ; + <_ + ("l" | "n" | "r" | "s"), _ + ("eja" | "ej")> => dUnix ukko ; + <_, _ + ("a" | "")> => ukot ; + _ => + Predef.error + (["last argument should end in a/, not"] ++ ukkoja) + } ; + + nForms3 : (_,_,_ : Str) -> NForms = \ukko,ukon,ukkoja -> + let + ukk = init ukko ; + ukot = nForms2 ukko ukkoja ; + in + case of { + <_ + ("aa" | "ee" | "ii" | "oo" | "uu" | "yy" | "" | "" | + "ie" | "uo" | "y" | "ea" | "e" | + "ia" | "i" | "io" | "i" | "ja" | "j"), _ + "n"> => + ukot ; --- to protect + <_ + ("a" | "o" | "u" | "y" | "" | ""), _ + "n"> => + dSilakka ukko ukon ukkoja ; -- auto,auton + <_ + "mpi", _ + ("emman" | "emmn")> => dSuurempi ukko ; + <_ + "in", _ + ("imman" | "immn")> => dSuurin ukko ; + => + dRae ukko ukon ; + => + dRae ukko ukon ; + => dRae ukko ukon ; + => dArpi ukko ukon ; + <_ + ("us" | "ys"), _ + "den"> => dLujuus ukko ; + <_, _ + ":n"> => dSDP ukko ; + <_, _ + "n"> => ukot ; + _ => + Predef.error (["second argument should end in n, not"] ++ ukon) + } ; + + nForms4 : (_,_,_,_ : Str) -> NForms = \ukko,ukon,ukkoja,ukkoa -> + let + ukot = nForms3 ukko ukon ukkoja ; + in + case of { + <_,_ + "n", _ + ("a" | ""), _ + ("a" | "")> => + table { + 2 => ukkoa ; + n => ukot ! n + } ; + _ => + Predef.error + (["last arguments should end in n, a/, and a/, not"] ++ + ukon ++ ukkoja ++ ukkoa) + } ; + + mkN2 = overload { + mkN2 : N -> N2 = \n -> mmkN2 n (casePrep genitive) ; + mkN2 : N -> Prep -> N2 = mmkN2 + } ; + + mmkN2 : N -> Prep -> N2 = \n,c -> n ** {c2 = c ; isPre = mkIsPre c ; lock_N2 = <>} ; + mkN3 = \n,c,e -> n ** {c2 = c ; c3 = e ; + isPre = mkIsPre c ; -- matka Lontoosta Pariisiin + isPre2 = mkIsPre e ; -- Suomen voitto Ruotsista + lock_N3 = <> + } ; + + mkIsPre : Prep -> Bool = \p -> case p.c of { + NPCase Gen => notB p.isPre ; -- Jussin veli (prep is , isPre becomes False) + _ => True -- syyte Jussia vastaan, puhe Jussin puolesta + } ; + + mkPN = overload { + mkPN : Str -> PN = mkPN_1 ; + mkPN : N -> PN = \s -> {s = \\c => s.s ! NCase Sg c ; lock_PN = <>} ; + } ; + + mkPN_1 : Str -> PN = \s -> {s = \\c => (mk1N s).s ! NCase Sg c ; lock_PN = <>} ; + +-- adjectives + + mkA = overload { + mkA : Str -> A = mkA_1 ; + mkA : N -> A = \n -> noun2adjDeg n ** {lock_A = <>} ; + mkA : N -> (kivempaa,kivinta : Str) -> A = regAdjective ; +-- mkA : (hyva,parempi,paras : N) -> (hyvin,paremmin,parhaiten : Str) -> A ; + } ; + + mkA_1 : Str -> A = \x -> noun2adjDeg (mk1N x) ** {lock_A = <>} ; + +-- auxiliaries + mkAdjective : (_,_,_ : Adj) -> A = \hyva,parempi,paras -> + {s = table { + Posit => hyva.s ; + Compar => parempi.s ; + Superl => paras.s + } ; + lock_A = <> + } ; + regAdjective : Noun -> Str -> Str -> A = \kiva, kivempi, kivin -> + mkAdjective + (noun2adj kiva) + (noun2adjComp False (nForms2N (dSuurempi kivempi))) + (noun2adjComp False (nForms2N (dSuurin kivin))) ; + noun2adjDeg : Noun -> Adjective = \suuri -> + regAdjective + suuri + (init (suuri.s ! NCase Sg Gen) + "mpi") ---- to check + (suuri.s ! NInstruct) ; ---- + + + + +-- verbs + + mkV = overload { + mkV : (huutaa : Str) -> V = mk1V ; + mkV : (huutaa,huusi : Str) -> V = mk2V ; + mkV : (huutaa,huudan,huusi : Str) -> V = mk3V ; + mkV : ( + huutaa,huudan,huutaa,huutavat,huutakaa,huudetaan, + huusin,huusi,huusisi,huutanut,huudettu,huutanee : Str) -> V = mk12V ; + } ; + + mk1V : Str -> V = \s -> + let vfs = vforms2V (vForms1 s) in + vfs ** {sc = NPCase Nom ; lock_V = <>} ; + mk2V : (_,_ : Str) -> V = \x,y -> + let vfs = vforms2V (vForms2 x y) in vfs ** {sc = NPCase Nom ; lock_V = <>} ; + mk3V : (huutaa,huudan,huusi : Str) -> V = \x,_,y -> mk2V x y ; ---- + mk12V : ( + huutaa,huudan,huutaa,huutavat,huutakaa,huudetaan, + huusin,huusi,huusisi,huutanut,huudettu,huutanee : Str) -> V = + \a,b,c,d,e,f,g,h,i,j,k,l -> + vforms2V (vForms12 a b c d e f g h i j k l) ** {sc = NPCase Nom ; lock_V = <>} ; + + vForms1 : Str -> VForms = \ottaa -> + let + a = last ottaa ; + otta = init ottaa ; + ott = init otta ; + ots = init ott + "s" ; + ota = weakGrade otta ; + otin = init (strongGrade (init ott)) + "elin" ; + ot = init ota ; + in + case ottaa of { + _ + ("e" | "i" | "o" | "u" | "y" | "") + ("a" | "") => + cHukkua ottaa (ota + "n") ; + _ + ("l" | "n" | "r") + ("taa" | "t") => + cOttaa ottaa (ota + "n") (ots + "in") (ots + "i") ; + ("" | ?) + ("a" | "e" | "i" | "o" | "u") + ? + _ + + ("a" | "e" | "i" | "o" | "u") + _ + "aa" => + cOttaa ottaa (ota + "n") (ot + "in") (ott + "i") ; + ("" | ?) + ("a" | "e" | "i") + _ + "aa" => + cOttaa ottaa (ota + "n") (ot + "oin") (ott + "oi") ; + _ + ("aa" | "") => + cOttaa ottaa (ota + "n") (ot + "in") (ott + "i") ; + _ + ("ella" | "ell") => + cKuunnella ottaa otin ; + _ + ("osta" | "st") => + cJuosta ottaa (init ott + "ksen") ; + _ + ("st" | "nn" | "ll" | "rr") + ("a" | "") => + cJuosta ottaa (ott + "en") ; + _ + ("ita" | "it") => + cHarkita ottaa ; + _ + ("eta" | "et" | "ota" | "ata" | "uta" | "yt" | "t" | "t") => + cPudota ottaa (strongGrade ott + "si") ; + _ + ("da" | "d") => + cJuoda ottaa ; + _ => Predef.error (["expected infinitive, found"] ++ ottaa) + } ; + + vForms2 : (_,_ : Str) -> VForms = \huutaa,huusi -> + let + huuda = weakGrade (init huutaa) ; + huusin = weakGrade huusi + "n" ; + autoin = weakGrade (init huusi) + "in" ; + in + case of { + <_ + ("taa" | "t"), _ + ("oi" | "i")> => + cOttaa huutaa (huuda + "n") autoin huusi ; + <_ + ("aa" | ""), _ + "i"> => + cOttaa huutaa (huuda + "n") huusin huusi ; + <_ + ("eta" | "et"), _ + "eni"> => + cValjeta huutaa huusi ; + <_ + ("sta" | "st"), _ + "si"> => + vForms1 huutaa ; -- pest, halkaista + <_ + ("ta" | "t"), _ + "si"> => + cPudota huutaa huusi ; + <_ + ("lla" | "ll"), _ + "li"> => + cKuunnella huutaa huusin ; + _ => vForms1 huutaa + } ; + + + + caseV c v = {s = v.s ; sc = NPCase c ; qp = v.qp ; lock_V = <>} ; + + vOlla = verbOlla ** {sc = NPCase Nom ; qp = "ko" ; lock_V = <>} ; ---- lieneek + + mk2V2 : V -> Prep -> V2 = \v,c -> v ** {c2 = c ; lock_V2 = <>} ; + caseV2 : V -> Case -> V2 = \v,c -> mk2V2 v (casePrep c) ; + dirV2 v = mk2V2 v accPrep ; + + mkAdv : Str -> Adv = \s -> {s = s ; lock_Adv = <>} ; + + mkV2 = overload { + mkV2 : Str -> V2 = \s -> dirV2 (mk1V s) ; + mkV2 : V -> V2 = dirV2 ; + mkV2 : V -> Case -> V2 = caseV2 ; + mkV2 : V -> Prep -> V2 = mk2V2 ; + } ; + + mk2V2 : V -> Prep -> V2 ; + caseV2 : V -> Case -> V2 ; + dirV2 : V -> V2 ; + + mkV3 v p q = v ** {c2 = p ; c3 = q ; lock_V3 = <>} ; + dirV3 v p = mkV3 v accPrep (casePrep p) ; + dirdirV3 v = dirV3 v allative ; + + mkVS v = v ** {lock_VS = <>} ; + mkVV v = mkVVf v infFirst ; + mkVVf v f = v ** {vi = f ; lock_VV = <>} ; + mkVQ v = v ** {lock_VQ = <>} ; + + V0 : Type = V ; + AS, A2S, AV : Type = A ; + A2V : Type = A2 ; + + mkV0 v = v ** {lock_V = <>} ; + mkV2S v p = mk2V2 v p ** {lock_V2S = <>} ; + mkV2V v p = mkV2Vf v p infIllat ; + mkV2Vf v p f = mk2V2 v p ** {vi = f ; lock_V2V = <>} ; + + mkVA v p = v ** {c2 = p ; lock_VA = <>} ; + mkV2A v p q = v ** {c2 = p ; c3 = q ; lock_V2A = <>} ; + mkV2Q v p = mk2V2 v p ** {lock_V2Q = <>} ; + + mkAS v = v ** {lock_A = <>} ; + mkA2S v p = mkA2 v p ** {lock_A = <>} ; + mkAV v = v ** {lock_A = <>} ; + mkA2V v p = mkA2 v p ** {lock_A2 = <>} ; + +} ; diff --git a/deprecated/old-lib/resource/finnish/PhraseFin.gf b/deprecated/old-lib/resource/finnish/PhraseFin.gf new file mode 100644 index 000000000..1b8e55b08 --- /dev/null +++ b/deprecated/old-lib/resource/finnish/PhraseFin.gf @@ -0,0 +1,24 @@ +concrete PhraseFin of Phrase = CatFin ** open ResFin in { + + lin + PhrUtt pconj utt voc = {s = pconj.s ++ utt.s ++ voc.s} ; + + UttS s = s ; + UttQS qs = {s = qs.s} ; + UttImpSg pol imp = {s = pol.s ++ imp.s ! pol.p ! Sg} ; + UttImpPl pol imp = {s = pol.s ++ imp.s ! pol.p ! Pl} ; + UttImpPol pol imp = {s = pol.s ++ imp.s ! pol.p ! Pl} ; + + UttIP ip = {s = ip.s ! NPCase Nom} ; + UttIAdv iadv = iadv ; + UttNP np = {s = np.s ! NPCase Nom} ; + UttVP vp = {s = infVP (NPCase Nom) Pos (agrP3 Sg) vp Inf1} ; + UttAdv adv = adv ; + + NoPConj = {s = []} ; + PConjConj conj = {s = conj.s2} ; + + NoVoc = {s = []} ; + VocNP np = {s = "," ++ np.s ! NPCase Nom} ; + +} diff --git a/deprecated/old-lib/resource/finnish/QuestionFin.gf b/deprecated/old-lib/resource/finnish/QuestionFin.gf new file mode 100644 index 000000000..f1dbc21f1 --- /dev/null +++ b/deprecated/old-lib/resource/finnish/QuestionFin.gf @@ -0,0 +1,96 @@ +concrete QuestionFin of Question = CatFin ** open ResFin, Prelude in { + + flags optimize=all_subs ; + + lin + + QuestCl cl = { + s = \\t,a,p => cl.s ! t ! a ! p ! SQuest + } ; + + QuestVP ip vp = + let + cl = mkClause (subjForm (ip ** {isPron = False ; a = agrP3 ip.n}) vp.sc) (agrP3 ip.n) vp + in { + s = \\t,a,p => cl.s ! t ! a ! p ! SDecl + } ; + + QuestSlash ip slash = { + s = \\t,a,p => + let + cls = slash.s ! t ! a ! p ; + who = appCompl True p slash.c2 (ip ** {a = agrP3 ip.n ; isPron = False}) + in + who ++ cls + } ; + + QuestIAdv iadv cl = { + s = \\t,a,p => iadv.s ++ cl.s ! t ! a ! p ! SDecl + } ; + + QuestIComp icomp np = { + s = \\t,a,p => + let + vp = predV (verbOlla ** {sc = NPCase Nom ; qp = "ko"}) ; + cl = mkClause (subjForm np vp.sc) np.a vp ; + in + icomp.s ! np.a ++ cl.s ! t ! a ! p ! SDecl + } ; + + PrepIP p ip = {s = + appCompl True Pos p (ip ** {a = agrP3 ip.n ; isPron = False})} ; + + AdvIP ip adv = { + s = \\c => ip.s ! c ++ adv.s ; + n = ip.n + } ; + +-- The computation of $ncase$ is a special case of that in $NounFin.DetCN$, +-- since we don't have possessive suffixes or definiteness. +--- It could still be nice to have a common oper... + + IdetCN idet cn = let n = idet.n in { + s = \\c => + let + k = npform2case n c ; + ncase = case of { + => NCase Sg Part ; -- mitk kolme kytkint + <_, True> => NCase Sg k ; -- miksi kolmeksi kytkimeksi + _ => NCase n k -- mitk kytkimet + } + in + idet.s ! k ++ cn.s ! ncase ; + n = n + } ; + + IdetIP idet = let n = idet.n in { + s = \\c => + let + k = npform2case n c ; + in + idet.s ! k ; + n = n + } ; + + IdetQuant idet num = + let + n = num.n ; + isn = num.isNum + in { + s = \\k => + let + ncase = case of { + => NCase Sg Part ; -- mitk kolme kytkint + <_, True> => NCase Sg k ; -- miksi kolmeksi kytkimeksi + _ => NCase n k -- mitk kytkimet + } + in + idet.s ! n ! k ++ num.s ! Sg ! k ; + n = n ; + isNum = isn + } ; + + CompIAdv a = {s = \\_ => a.s} ; + CompIP ip = {s = \\_ => ip.s ! NPCase Nom} ; + +} diff --git a/deprecated/old-lib/resource/finnish/RelativeFin.gf b/deprecated/old-lib/resource/finnish/RelativeFin.gf new file mode 100644 index 000000000..9aab4e869 --- /dev/null +++ b/deprecated/old-lib/resource/finnish/RelativeFin.gf @@ -0,0 +1,50 @@ +concrete RelativeFin of Relative = CatFin ** open Prelude, ResFin, MorphoFin in { + + flags optimize=all_subs ; + + lin + + RelCl cl = { + s = \\t,a,p,_ => "siten" ++ "ett" ++ cl.s ! t ! a ! p ! SDecl ; + ---- sellainen + c = NPCase Nom + } ; + + RelVP rp vp = { + s = \\t,ant,b,ag => + let + agr = case rp.a of { + RNoAg => ag ; + RAg a => a + } ; + cl = mkClause + (subjForm {s = rp.s ! agr.n ; + a = agr ; isPron = False} vp.sc) agr vp + in + cl.s ! t ! ant ! b ! SDecl ; + c = NPCase Nom + } ; + + RelSlash rp slash = { + s = \\t,a,p,ag => + let + cls = slash.s ! t ! a ! p ; + who = appCompl True p slash.c2 (rp2np ag.n rp) + in + who ++ cls ; + c = slash.c2.c + } ; + + FunRP p np rp = { + s = \\n,c => appCompl True Pos p (rp2np n rp) ++ np.s ! c ; --- is c OK? + a = RAg np.a + } ; + + IdRP = { + s = \\n,c => relPron ! n ! npform2case n c ; + a = RNoAg + } ; + + + +} diff --git a/deprecated/old-lib/resource/finnish/ResFin.gf b/deprecated/old-lib/resource/finnish/ResFin.gf new file mode 100644 index 000000000..5fc68384d --- /dev/null +++ b/deprecated/old-lib/resource/finnish/ResFin.gf @@ -0,0 +1,589 @@ +--# -path=.:../abstract:../common:../../prelude + +--1 Finnish 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$. + +resource ResFin = ParamX ** open Prelude in { + + flags optimize=all ; + + +--2 Parameters for $Noun$ + +-- This is the $Case$ as needed for both nouns and $NP$s. + + param + Case = Nom | Gen | Part | Transl | Ess + | Iness | Elat | Illat | Adess | Ablat | Allat + | Abess ; -- Comit, Instruct in NForm + + NForm = NCase Number Case + | NComit | NInstruct -- no number dist + | NPossNom Number | NPossGen Number --- number needed for syntax of AdjCN + | NPossTransl Number | NPossIllat Number ; + +-- Agreement of $NP$ is a record. We'll add $Gender$ later. + + oper + Agr = {n : Number ; p : Person} ; + + NP = {s : NPForm => Str ; a : Agr ; isPron : Bool} ; + +-- +--2 Adjectives +-- +-- The major division is between the comparison degrees. A degree fixed, +-- an adjective is like common nouns, except for the adverbial form. + +param + AForm = AN NForm | AAdv ; + +oper + Adjective : Type = {s : Degree => AForm => Str} ; + +--2 Noun phrases +-- +-- Two forms of *virtual accusative* are needed for nouns in singular, +-- the nominative and the genitive one ("ostan talon"/"osta talo"). +-- For nouns in plural, only a nominative accusative exist. Pronouns +-- have a uniform, special accusative form ("minut", etc). + +param + NPForm = NPCase Case | NPAcc ; + +oper + npform2case : Number -> NPForm -> Case = \n,f -> + +-- type signature: workaround for gfc bug 9/11/2007 + case < : NPForm * Number> of { + => c ; + => Gen ;-- appCompl does the job + => Nom + } ; + + n2nform : NForm -> NForm = \nf -> case nf of { + NPossNom n => NCase n Nom ; ---- + NPossGen n => NCase n Gen ; + NPossTransl n => NCase n Transl ; + NPossIllat n => NCase n Illat ; + _ => nf + } ; + + +--2 For $Verb$ + +-- A special form is needed for the negated plural imperative. + +param + VForm = + Inf InfForm + | Presn Number Person + | Impf Number Person --# notpresent + | Condit Number Person --# notpresent + | Imper Number + | ImperP3 Number + | ImperP1Pl + | ImpNegPl + | Pass Bool + | PastPartAct AForm + | PastPartPass AForm + ; + + InfForm = + Inf1 + | Inf3Iness -- 5 forms acc. to Karlsson + | Inf3Elat + | Inf3Illat + | Inf3Adess + | Inf3Abess + ; + + SType = SDecl | SQuest ; + +--2 For $Relative$ + + RAgr = RNoAg | RAg {n : Number ; p : Person} ; + +--2 For $Numeral$ + + CardOrd = NCard NForm | NOrd NForm ; + +--2 Transformations between parameter types + + oper + agrP3 : Number -> Agr = \n -> + {n = n ; p = P3} ; + + conjAgr : Agr -> Agr -> Agr = \a,b -> { + n = conjNumber a.n b.n ; + p = conjPerson a.p b.p + } ; + +--- + + Compl : Type = {s : Str ; c : NPForm ; isPre : Bool} ; + + appCompl : Bool -> Polarity -> Compl -> NP -> Str = \isFin,b,co,np -> + let + c = case of { + <_, Neg, NPAcc,_,_> => NPCase Part ; -- en ne taloa/sinua + <_, Pos, NPAcc,True,_> => NPAcc ; -- nen/tytyy sinut + => NPCase Gen ; -- nen talon + => NPCase Nom ; -- tytyy talo/sinut; nen talot + <_,_,coc,_,_> => coc + } ; + nps = np.s ! c + in + preOrPost co.isPre co.s nps ; + +-- For $Verb$. + + Verb : Type = { + s : VForm => Str + } ; + +param + VIForm = + VIFin Tense + | VIInf InfForm + | VIPass + | VIImper + ; + +oper + VP = { + s : VIForm => Anteriority => Polarity => Agr => {fin, inf : Str} ; + s2 : Bool => Polarity => Agr => Str ; -- talo/talon/taloa + ext : Str ; + sc : NPForm ; + qp : Str + } ; + + predV : (Verb ** {sc : NPForm ; qp : Str}) -> VP = \verb -> { + s = \\vi,ant,b,agr => + let + + verbs = verb.s ; + part : Str = case vi of { + VIPass => verbs ! PastPartPass (AN (NCase agr.n Nom)) ; + _ => verbs ! PastPartAct (AN (NCase agr.n Nom)) + } ; + + eiv : Str = case agr of { + {n = Sg ; p = P1} => "en" ; + {n = Sg ; p = P2} => "et" ; + {n = Sg ; p = P3} => "ei" ; + {n = Pl ; p = P1} => "emme" ; + {n = Pl ; p = P2} => "ette" ; + {n = Pl ; p = P3} => "eivt" + } ; + + einegole : Str * Str * Str = case of { + => ; + => ; --# notpresent + => ; --# notpresent + => ; --# notpresent + => ; --# notpresent + => <"l", verbs ! Imper Sg, "ole"> ; + => <"lk", verbs ! ImpNegPl, "olko"> ; + => <"ei", verbs ! Pass False, "ole"> ; + => <"ei", verbs ! Inf i, "olla"> ---- + } ; + + ei : Str = einegole.p1 ; + neg : Str = einegole.p2 ; + ole : Str = einegole.p3 ; + + olla : VForm => Str = verbOlla.s ; + + vf : Str -> Str -> {fin, inf : Str} = \x,y -> + {fin = x ; inf = y} ; + mkvf : VForm -> {fin, inf : Str} = \p -> case of { + => vf (verbs ! p) [] ; + => vf (olla ! p) part ; --# notpresent + => vf ei (ole ++ part) ; --# notpresent + => vf ei neg + } + in + case vi of { + VIFin Past => mkvf (Impf agr.n agr.p) ; --# notpresent + VIFin Cond => mkvf (Condit agr.n agr.p) ; --# notpresent + VIFin Fut => mkvf (Presn agr.n agr.p) ; --# notpresent + VIFin Pres => mkvf (Presn agr.n agr.p) ; + VIImper => mkvf (Imper agr.n) ; + VIPass => mkvf (Pass True) ; + VIInf i => mkvf (Inf i) + } ; + + s2 = \\_,_,_ => [] ; + ext = [] ; + sc = verb.sc ; + qp = verb.qp + } ; + + insertObj : (Bool => Polarity => Agr => Str) -> VP -> VP = \obj,vp -> { + s = vp.s ; + s2 = \\fin,b,a => obj ! fin ! b ! a ++ vp.s2 ! fin ! b ! a ; + ext = vp.ext ; + sc = vp.sc ; + qp = vp.qp + } ; + + insertExtrapos : Str -> VP -> VP = \obj,vp -> { + s = vp.s ; + s2 = vp.s2 ; + ext = vp.ext ++ obj ; + sc = vp.sc ; + qp = vp.qp + } ; + +-- For $Sentence$. + + Clause : Type = { + s : Tense => Anteriority => Polarity => SType => Str + } ; + + mkClause : (Polarity -> Str) -> Agr -> VP -> Clause = + \sub,agr,vp -> { + s = \\t,a,b,o => + let + subj = sub b ; + agrfin = case vp.sc of { + NPCase Nom => ; + _ => -- minun tytyy, minulla on + } ; + verb = vp.s ! VIFin t ! a ! b ! agrfin.p1 ; + compl = vp.s2 ! agrfin.p2 ! b ! agr ++ vp.ext + in + case o of { + SDecl => subj ++ verb.fin ++ verb.inf ++ compl ; + SQuest => questPart vp a b verb.fin ++ subj ++ verb.inf ++ compl + } + } ; + +-- This is used for subjects of passives: therefore isFin in False. + + subjForm : NP -> NPForm -> Polarity -> Str = \np,sc,b -> + appCompl False b {s = [] ; c = sc ; isPre = True} np ; + + questPart : VP -> Anteriority -> Polarity -> Str -> Str = \vp,a,p,on -> on ++ BIND ++ + case p of { + Neg => "k" ; -- eik tule + _ => case a of { + Anter => "ko" ; -- onko mennyt + _ => vp.qp -- tuleeko, meneek + } + } ; + + infVP : NPForm -> Polarity -> Agr -> VP -> InfForm -> Str = + \sc,pol,agr,vp,vi -> + let + fin = case sc of { -- subject case + NPCase Nom => True ; -- min tahdon nhd auton + _ => False -- minun tytyy nhd auto + } ; + verb = vp.s ! VIInf vi ! Simul ! Pos ! agr ; -- no "ei" + compl = vp.s2 ! fin ! pol ! agr ++ vp.ext -- but compl. case propagated + in + verb.fin ++ verb.inf ++ compl ; + +-- The definitions below were moved here from $MorphoFin$ so that we the +-- auxiliary of predication can be defined. + + verbOlla : Verb = + let olla = mkVerb + "olla" "on" "olen" "ovat" "olkaa" "ollaan" + "oli" "olin" "olisi" "ollut" "oltu" "ollun" ; + in {s = table { + Inf Inf3Iness => "olemassa" ; + Inf Inf3Elat => "olemasta" ; + Inf Inf3Illat => "olemaan" ; + Inf Inf3Adess => "olemalla" ; + Inf Inf3Abess => "olematta" ; + v => olla.s ! v + } + } ; + + +--3 Verbs +-- +-- The present, past, conditional. and infinitive stems, acc. to Koskenniemi. +-- Unfortunately not enough (without complicated processes). +-- We moreover give grade alternation forms as arguments, since it does not +-- happen automatically. +--- A problem remains with the verb "seist", where the infinitive +--- stem has vowel harmony "" but the others "a", thus "seisoivat" but "seisk". + + + mkVerb : (_,_,_,_,_,_,_,_,_,_,_,_ : Str) -> Verb = + \tulla,tulee,tulen,tulevat,tulkaa,tullaan,tuli,tulin,tulisi,tullut,tultu,tullun -> + v2v (mkVerbH + tulla tulee tulen tulevat tulkaa tullaan tuli tulin tulisi tullut tultu tullun + ) ; + + v2v : VerbH -> Verb = \vh -> + let + tulla = vh.tulla ; + tulee = vh.tulee ; + tulen = vh.tulen ; + tulevat = vh.tulevat ; + tulkaa = vh.tulkaa ; + tullaan = vh.tullaan ; + tuli = vh.tuli ; + tulin = vh.tulin ; + tulisi = vh.tulisi ; + tullut = vh.tullut ; + tultu = vh.tultu ; + tultu = vh.tultu ; + tullun = vh.tullun ; + tuje = init tulen ; + tuji = init tulin ; + a = Predef.dp 1 tulkaa ; + tulko = Predef.tk 2 tulkaa + (ifTok Str a "a" "o" "") ; + o = last tulko ; + tulleena = Predef.tk 2 tullut + ("een" + a) ; + tulleen = (noun2adj (nhn (sRae tullut tulleena))).s ; + tullun = (noun2adj (nhn (sKukko tultu tullun (tultu + ("j"+a))))).s ; + tulema = Predef.tk 3 tulevat + "m" + a ; +---- tulema = tuje + "m" + a ; + vat = "v" + a + "t" + in + {s = table { + Inf Inf1 => tulla ; + Presn Sg P1 => tuje + "n" ; + Presn Sg P2 => tuje + "t" ; + Presn Sg P3 => tulee ; + Presn Pl P1 => tuje + "mme" ; + Presn Pl P2 => tuje + "tte" ; + Presn Pl P3 => tulevat ; + Impf Sg P1 => tuji + "n" ; --# notpresent + Impf Sg P2 => tuji + "t" ; --# notpresent + Impf Sg P3 => tuli ; --# notpresent + Impf Pl P1 => tuji + "mme" ; --# notpresent + Impf Pl P2 => tuji + "tte" ; --# notpresent + Impf Pl P3 => tuli + vat ; --# notpresent + Condit Sg P1 => tulisi + "n" ; --# notpresent + Condit Sg P2 => tulisi + "t" ; --# notpresent + Condit Sg P3 => tulisi ; --# notpresent + Condit Pl P1 => tulisi + "mme" ; --# notpresent + Condit Pl P2 => tulisi + "tte" ; --# notpresent + Condit Pl P3 => tulisi + vat ; --# notpresent + Imper Sg => tuje ; + Imper Pl => tulkaa ; + ImperP3 Sg => tulko + o + "n" ; + ImperP3 Pl => tulko + o + "t" ; + ImperP1Pl => tulkaa + "mme" ; + ImpNegPl => tulko ; + Pass True => tullaan ; + Pass False => Predef.tk 2 tullaan ; + PastPartAct n => tulleen ! n ; + PastPartPass n => tullun ! n ; + Inf Inf3Iness => tulema + "ss" + a ; + Inf Inf3Elat => tulema + "st" + a ; + Inf Inf3Illat => tulema + a + "n" ; + Inf Inf3Adess => tulema + "ll" + a ; + Inf Inf3Abess => tulema + "tt" + a + } + } ; + + VerbH : Type = { + tulla,tulee,tulen,tulevat,tulkaa,tullaan,tuli,tulin,tulisi,tullut,tultu,tullun + : Str + } ; + + mkVerbH : (_,_,_,_,_,_,_,_,_,_,_,_ : Str) -> VerbH = + \tulla,tulee,tulen,tulevat,tulkaa,tullaan,tuli,tulin,tulisi,tullut,tultu,tullun -> + {tulla = tulla ; + tulee = tulee ; + tulen = tulen ; + tulevat = tulevat ; + tulkaa = tulkaa ; + tullaan = tullaan ; + tuli = tuli ; + tulin = tulin ; + tulisi = tulisi ; + tullut = tullut ; + tultu = tultu ; + tullun = tullun + } ; + + noun2adj : CommonNoun -> Adj = noun2adjComp True ; + + noun2adjComp : Bool -> CommonNoun -> Adj = \isPos,tuore -> + let + tuoreesti = Predef.tk 1 (tuore.s ! NCase Sg Gen) + "sti" ; + tuoreemmin = Predef.tk 2 (tuore.s ! NCase Sg Gen) + "in" + in {s = table { + AN f => tuore.s ! f ; + AAdv => if_then_Str isPos tuoreesti tuoreemmin + } + } ; + + CommonNoun = {s : NForm => Str} ; + +-- To form an adjective, it is usually enough to give a noun declension: the +-- adverbial form is regular. + + Adj : Type = {s : AForm => Str} ; + + NounH : Type = { + a,vesi,vede,vete,vetta,veteen,vetii,vesii,vesien,vesia,vesiin : Str + } ; + +-- worst-case macro + + mkSubst : Str -> (_,_,_,_,_,_,_,_,_,_ : Str) -> NounH = + \a,vesi,vede,vete,vetta,veteen,vetii,vesii,vesien,vesia,vesiin -> + {a = a ; + vesi = vesi ; + vede = vede ; + vete = vete ; + vetta = vetta ; + veteen = veteen ; + vetii = vetii ; + vesii = vesii ; + vesien = vesien ; + vesia = vesia ; + vesiin = vesiin + } ; + + nhn : NounH -> CommonNoun = \nh -> + let + a = nh.a ; + vesi = nh.vesi ; + vede = nh.vede ; + vete = nh.vete ; + vetta = nh.vetta ; + veteen = nh.veteen ; + vetii = nh.vetii ; + vesii = nh.vesii ; + vesien = nh.vesien ; + vesia = nh.vesia ; + vesiin = nh.vesiin + in + {s = table { + NCase Sg Nom => vesi ; + NCase Sg Gen => vede + "n" ; + NCase Sg Part => vetta ; + NCase Sg Transl => vede + "ksi" ; + NCase Sg Ess => vete + ("n" + a) ; + NCase Sg Iness => vede + ("ss" + a) ; + NCase Sg Elat => vede + ("st" + a) ; + NCase Sg Illat => veteen ; + NCase Sg Adess => vede + ("ll" + a) ; + NCase Sg Ablat => vede + ("lt" + a) ; + NCase Sg Allat => vede + "lle" ; + NCase Sg Abess => vede + ("tt" + a) ; + + NCase Pl Nom => vede + "t" ; + NCase Pl Gen => vesien ; + NCase Pl Part => vesia ; + NCase Pl Transl => vesii + "ksi" ; + NCase Pl Ess => vetii + ("n" + a) ; + NCase Pl Iness => vesii + ("ss" + a) ; + NCase Pl Elat => vesii + ("st" + a) ; + NCase Pl Illat => vesiin ; + NCase Pl Adess => vesii + ("ll" + a) ; + NCase Pl Ablat => vesii + ("lt" + a) ; + NCase Pl Allat => vesii + "lle" ; + NCase Pl Abess => vesii + ("tt" + a) ; + + NComit => vetii + "ne" ; + NInstruct => vesii + "n" ; + + NPossNom _ => vete ; + NPossGen Sg => vete ; + NPossGen Pl => Predef.tk 1 vesien ; + NPossTransl Sg => vede + "kse" ; + NPossTransl Pl => vesii + "kse" ; + NPossIllat Sg => Predef.tk 1 veteen ; + NPossIllat Pl => Predef.tk 1 vesiin + } + } ; +-- Surpraisingly, making the test for the partitive, this not only covers +-- "rae", "perhe", "savuke", but also "rengas", "lyhyt" (except $Sg Illat$), etc. + + sRae : (_,_ : Str) -> NounH = \rae,rakeena -> + let { + a = Predef.dp 1 rakeena ; + rakee = Predef.tk 2 rakeena ; + rakei = Predef.tk 1 rakee + "i" ; + raet = rae + (ifTok Str (Predef.dp 1 rae) "e" "t" []) + } + in + mkSubst a + rae + rakee + rakee + (raet + ("t" + a)) + (rakee + "seen") + rakei + rakei + (rakei + "den") + (rakei + ("t" + a)) + (rakei + "siin") ; +-- Nouns with partitive "a"/"" ; +-- to account for grade and vowel alternation, three forms are usually enough +-- Examples: "talo", "kukko", "huippu", "koira", "kukka", "syyl",... + + sKukko : (_,_,_ : Str) -> NounH = \kukko,kukon,kukkoja -> + let { + o = Predef.dp 1 kukko ; + a = Predef.dp 1 kukkoja ; + kukkoj = Predef.tk 1 kukkoja ; + i = Predef.dp 1 kukkoj ; + ifi = ifTok Str i "i" ; + kukkoi = ifi kukkoj (Predef.tk 1 kukkoj) ; + e = Predef.dp 1 kukkoi ; + kukoi = Predef.tk 2 kukon + Predef.dp 1 kukkoi + } + in + mkSubst a + kukko + (Predef.tk 1 kukon) + kukko + (kukko + a) + (kukko + o + "n") + (kukkoi + ifi "" "i") + (kukoi + ifi "" "i") + (ifTok Str e "e" (Predef.tk 1 kukkoi + "ien") (kukkoi + ifi "en" "jen")) + kukkoja + (kukkoi + ifi "in" "ihin") ; + +-- Reflexive pronoun. +--- Possessive could be shared with the more general $NounFin.DetCN$. + +oper + reflPron : Agr -> NP = \agr -> + let + itse = (nhn (sKukko "itse" "itsen" "itsej")).s ; + nsa = possSuffixFront agr + in { + s = table { + NPCase (Nom | Gen) | NPAcc => itse ! NPossNom Sg + nsa ; + NPCase Transl => itse ! NPossTransl Sg + nsa ; + NPCase Illat => itse ! NPossIllat Sg + nsa ; + NPCase c => itse ! NCase Sg c + nsa + } ; + a = agr ; + isPron = False -- no special acc form + } ; + + possSuffixFront : Agr -> Str = \agr -> + table Agr ["ni" ; "si" ; "ns" ; "mme" ; "nne" ; "ns"] ! agr ; + possSuffix : Agr -> Str = \agr -> + table Agr ["ni" ; "si" ; "nsa" ; "mme" ; "nne" ; "nsa"] ! agr ; + +oper + rp2np : Number -> {s : Number => NPForm => Str ; a : RAgr} -> NP = \n,rp -> { + s = rp.s ! n ; + a = agrP3 Sg ; -- does not matter (--- at least in Slash) + isPron = False -- has no special accusative + } ; + + etta_Conj : Str = "ett" ; +} diff --git a/deprecated/old-lib/resource/finnish/SentenceFin.gf b/deprecated/old-lib/resource/finnish/SentenceFin.gf new file mode 100644 index 000000000..8ea12f2d8 --- /dev/null +++ b/deprecated/old-lib/resource/finnish/SentenceFin.gf @@ -0,0 +1,67 @@ +concrete SentenceFin of Sentence = CatFin ** open Prelude, ResFin in { + + flags optimize=all_subs ; + + lin + + PredVP np vp = mkClause (subjForm np vp.sc) np.a vp ; + + PredSCVP sc vp = mkClause (\_ -> sc.s) (agrP3 Sg) vp ; + + ImpVP vp = { + s = \\pol,n => + let + agr = {n = n ; p = P2} ; + verb = vp.s ! VIImper ! Simul ! pol ! agr ; + compl = vp.s2 ! False ! pol ! agr ++ vp.ext --- False = like inf (osta auto) + in + verb.fin ++ verb.inf ++ compl ; + } ; + +-- The object case is formed at the use site of $c2$, in $Relative$ and $Question$. + + SlashVP np vp = { + s = \\t,a,p => (mkClause (subjForm np vp.sc) np.a vp).s ! t ! a ! p ! SDecl ; + c2 = vp.c2 + } ; + + AdvSlash slash adv = { + s = \\t,a,b => slash.s ! t ! a ! b ++ adv.s ; + c2 = slash.c2 + } ; + + SlashPrep cl prep = { + s = \\t,a,p => cl.s ! t ! a ! p ! SDecl ; + c2 = prep + } ; + + SlashVS np vs slash = { + s = \\t,a,p => + (mkClause (subjForm np vs.sc) np.a + (insertExtrapos ("ett" ++ slash.s) + (predV vs)) + ).s ! t ! a ! p ! SDecl ; + c2 = slash.c2 + } ; + + + EmbedS s = {s = etta_Conj ++ s.s} ; + EmbedQS qs = {s = qs.s} ; + EmbedVP vp = {s = infVP (NPCase Nom) Pos (agrP3 Sg) vp Inf1} ; --- case,pol,agr,infform + + UseCl t a p cl = {s = t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! p.p ! SDecl} ; + UseQCl t a p cl = {s = t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! p.p} ; + UseRCl t a p cl = { + s = \\r => t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! p.p ! r ; + c = cl.c + } ; + UseSlash t a p cl = { + s = t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! p.p ; + c2 = cl.c2 + } ; + + AdvS a s = {s = a.s ++ s.s} ; + + RelS s r = {s = s.s ++ "," ++ r.s ! agrP3 Sg} ; ---- mik + +} diff --git a/deprecated/old-lib/resource/finnish/StructuralFin.gf b/deprecated/old-lib/resource/finnish/StructuralFin.gf new file mode 100644 index 000000000..43092fb23 --- /dev/null +++ b/deprecated/old-lib/resource/finnish/StructuralFin.gf @@ -0,0 +1,298 @@ +concrete StructuralFin of Structural = CatFin ** + open MorphoFin, ParadigmsFin, Prelude in { + + flags optimize=all ; + + lin + above_Prep = postGenPrep "ylpuolella" ; + after_Prep = postGenPrep "jlkeen" ; + + all_Predet = {s = \\n,c => + let + kaiket = caseTable n ((mkN "kaikki" "kaiken" "kaikkena")) + in + case npform2case n c of { + Nom => "kaikki" ; + k => kaiket ! k + } + } ; + almost_AdA, almost_AdN = ss "melkein" ; + although_Subj = ss "vaikka" ; + always_AdV = ss "aina" ; + and_Conj = {s1 = [] ; s2 = "ja" ; n = Pl} ; + because_Subj = ss "koska" ; + before_Prep = prePrep partitive "ennen" ; + behind_Prep = postGenPrep "takana" ; + between_Prep = postGenPrep "vliss" ; + both7and_DConj = sd2 "sek" "ett" ** {n = Pl} ; + but_PConj = ss "mutta" ; + by8agent_Prep = postGenPrep "toimesta" ; + by8means_Prep = casePrep adessive ; + can8know_VV = mkVV (mkV "osata" "osasi") ; + can_VV = mkVV (mkV "voida" "voi") ; + during_Prep = postGenPrep "aikana" ; + either7or_DConj = sd2 "joko" "tai" ** {n = Sg} ; + everybody_NP = makeNP (mkN "jokainen") Sg ; + every_Det = mkDet Sg (mkN "jokainen") ; + everything_NP = makeNP (((mkN "kaikki" "kaiken" "kaikkena")) ** + {lock_N = <>}) Sg ; + everywhere_Adv = ss "kaikkialla" ; + few_Det = mkDet Sg (mkN "harva") ; +--- first_Ord = {s = \\n,c => (mkN "ensimminen").s ! NCase n c} ; + for_Prep = casePrep allative ; + from_Prep = casePrep elative ; + he_Pron = mkPronoun "hn" "hnen" "hnt" "hnen" "hneen" Sg P3 ; + here_Adv = ss "tll" ; + here7to_Adv = ss "tnne" ; + here7from_Adv = ss "tlt" ; + how_IAdv = ss "miten" ; + how8many_IDet = + {s = \\c => "kuinka" ++ (mkN "moni" "monia").s ! NCase Sg c ; n = Sg ; isNum = False} ; + if_Subj = ss "jos" ; + in8front_Prep = postGenPrep "edess" ; + i_Pron = mkPronoun "min" "minun" "minua" "minuna" "minuun" Sg P1 ; + in_Prep = casePrep inessive ; + it_Pron = { + s = \\c => pronSe.s ! npform2case Sg c ; + a = agrP3 Sg ; + isPron = False + } ; + less_CAdv = ss "vhemmn" ; + many_Det = mkDet Sg (mkN "moni" "monia") ; + more_CAdv = ss "enemmn" ; + most_Predet = {s = \\n,c => (nForms2N (dSuurin "useinta")).s ! NCase n (npform2case n c)} ; + much_Det = mkDet Sg {s = \\_ => "paljon"} ; + must_VV = mkVV (caseV genitive (mkV "tyty")) ; + no_Utt = ss "ei" ; + on_Prep = casePrep adessive ; +--- one_Quant = mkDet Sg DEPREC + only_Predet = {s = \\_,_ => "vain"} ; + or_Conj = {s1 = [] ; s2 = "tai" ; n = Pl} ; + otherwise_PConj = ss "muuten" ; + part_Prep = casePrep partitive ; + please_Voc = ss ["ole hyv"] ; --- number + possess_Prep = casePrep genitive ; + quite_Adv = ss "melko" ; + she_Pron = mkPronoun "hn" "hnen" "hnt" "hnen" "hneen" Sg P3 ; + so_AdA = ss "niin" ; + somebody_NP = { + s = \\c => jokuPron ! Sg ! npform2case Sg c ; + a = agrP3 Sg ; + isPron = False + } ; + someSg_Det = { + s1 = jokuPron ! Sg ; + s2 = [] ; + isNum,isPoss = False ; isDef = True ; n = Sg + } ; + somePl_Det = { + s1 = jokuPron ! Pl ; + s2 = [] ; isNum,isPoss = False ; isDef = True ; + n = Pl + } ; + something_NP = { + s = \\c => jokinPron ! Sg ! npform2case Sg c ; + a = agrP3 Sg ; + isPron = False + } ; + somewhere_Adv = ss "jossain" ; + that_Quant = { + s1 = table (MorphoFin.Number) { + Sg => table (MorphoFin.Case) { + c => (mkPronoun "tuo" "tuon" "tuota" "tuona" "tuohon" Sg P3).s ! NPCase c + } ; + Pl => table (MorphoFin.Case) { + c => (mkPronoun "nuo" "noiden" "noita" "noina" "noihin" Sg P3).s ! NPCase c + } + } ; + s2 = [] ; isNum,isPoss = False ; isDef = True ; + } ; + there_Adv = ss "siell" ; --- tuolla + there7to_Adv = ss "sinne" ; + there7from_Adv = ss "sielt" ; + therefore_PConj = ss "siksi" ; + they_Pron = mkPronoun "he" "heidn" "heit" "hein" "heihin" Pl P3 ; --- ne + this_Quant = { + s1 = table (MorphoFin.Number) { + Sg => table (MorphoFin.Case) { + c => (mkPronoun "tm" "tmn" "tt" "tn" "thn" Sg P3).s ! NPCase c + } ; + Pl => table (MorphoFin.Case) { + c => (mkPronoun "nm" "niden" "nit" "nin" "nihin" Sg P3).s ! NPCase c + } + } ; + s2 = [] ; isNum,isPoss = False ; isDef = True ; + } ; + through_Prep = postGenPrep "kautta" ; + too_AdA = ss "liian" ; + to_Prep = casePrep illative ; --- allative + under_Prep = postGenPrep "alla" ; + very_AdA = ss "erittin" ; + want_VV = mkVV (mkV "tahtoa") ; + we_Pron = mkPronoun "me" "meidn" "meit" "mein" "meihin" Pl P1 ; + whatPl_IP = { + s = table {NPAcc => "mitk" ; c => mikaInt ! Pl ! npform2case Pl c} ; + n = Pl + } ; + whatSg_IP = { + s = \\c => mikaInt ! Sg ! npform2case Sg c ; + n = Sg + } ; + when_IAdv = ss "milloin" ; + when_Subj = ss "kun" ; + where_IAdv = ss "miss" ; + which_IQuant = { + s = mikaInt + } ; + whoSg_IP = { + s = table {NPAcc => "kenet" ; c => kukaInt ! Sg ! npform2case Sg c} ; + n = Sg + } ; + whoPl_IP = { + s = table {NPAcc => "ketk" ; c => kukaInt ! Pl ! npform2case Pl c} ; + n = Pl + } ; + why_IAdv = ss "miksi" ; + without_Prep = prePrep partitive "ilman" ; + with_Prep = postGenPrep "kanssa" ; + yes_Utt = ss "kyll" ; + youSg_Pron = mkPronoun "sin" "sinun" "sinua" "sinuna" "sinuun" Sg P2 ; + youPl_Pron = mkPronoun "te" "teidn" "teit" "tein" "teihin" Pl P2 ; + youPol_Pron = mkPronoun "te" "teidn" "teit" "tein" "teihin" Pl P2 ; --- Sg + + +oper + jokuPron : MorphoFin.Number => (MorphoFin.Case) => Str = + let + ku = mkN "ku" ; + kui = mkN "kuu" + in + table { + Sg => table { + Nom => "joku" ; + Gen => "jonkun" ; + c => relPron ! Sg ! c + ku.s ! NCase Sg c + } ; + Pl => table { + Nom => "jotkut" ; + c => relPron ! Pl ! c + kui.s ! NCase Pl c + } + } ; + + jokinPron : MorphoFin.Number => (MorphoFin.Case) => Str = + table { + Sg => table { + Nom => "jokin" ; + Gen => "jonkin" ; + c => relPron ! Sg ! c + "kin" + } ; + Pl => table { + Nom => "jotkin" ; + c => relPron ! Pl ! c + "kin" + } + } ; + + mikaInt : MorphoFin.Number => (MorphoFin.Case) => Str = + let { + mi = mkN "mi" + } in + table { + Sg => table { + Nom => "mik" ; + Gen => "mink" ; + Part => "mit" ; + c => mi.s ! NCase Sg c + } ; + Pl => table { + Nom => "mitk" ; + Gen => "mink" ; + Part => "mit" ; + c => mi.s ! NCase Sg c + } + } ; + + kukaInt : MorphoFin.Number => (MorphoFin.Case) => Str = + let + kuka = mkN "kuka" "kenen" "ken" "ket" "keneen" + "keiden" "keit" "kein" "keiss" "keihin" ; + in + table { + Sg => table { + c => kuka.s ! NCase Sg c + } ; + Pl => table { + Nom => "ketk" ; + c => kuka.s ! NCase Pl c + } + } ; + mikaanPron : MorphoFin.Number => (MorphoFin.Case) => Str = \\n,c => + case of { + => "mikn" ; + <_,Part> => "mitn" ; + => "minkn" ; + => "mitkn" ; + => "mittenkn" ; + <_,Ess> => "minn" ; + <_,Iness> => "missn" ; + <_,Elat> => "mistn" ; + <_,Adess> => "milln" ; + <_,Ablat> => "miltn" ; + _ => mikaInt ! n ! c + "kn" + } ; + + kukaanPron : MorphoFin.Number => (MorphoFin.Case) => Str = + table { + Sg => table { + Nom => "kukaan" ; + Part => "ketn" ; + Ess => "kenn" ; + Iness => "kessn" ; + Elat => "kestn" ; + Illat => "kehenkn" ; + Adess => "kelln" ; + Ablat => "keltn" ; + c => kukaInt ! Sg ! c + "kn" + } ; + Pl => table { + Nom => "ketkn" ; + Part => "keitn" ; + Ess => "keinn" ; + Iness => "keissn" ; + Elat => "keistn" ; + Adess => "keilln" ; + Ablat => "keiltn" ; + c => kukaInt ! Pl ! c + "kn" + } + } ; + + pronSe : ProperName = { + s = table { + Nom => "se" ; + Gen => "sen" ; + Part => "sit" ; + Transl => "siksi" ; + Ess => "sin" ; + Iness => "siin" ; + Elat => "siit" ; + Illat => "siihen" ; + Adess => "sill" ; + Ablat => "silt" ; + Allat => "sille" ; + Abess => "sitt" + } ; + } ; + + +oper + makeNP : N -> MorphoFin.Number -> CatFin.NP ; + makeNP noun num = { + s = \\c => noun.s ! NCase num (npform2case num c) ; + a = agrP3 num ; + isPron = False ; + lock_NP = <> + } ; + + + +} + diff --git a/deprecated/old-lib/resource/finnish/VerbFin.gf b/deprecated/old-lib/resource/finnish/VerbFin.gf new file mode 100644 index 000000000..0e6498a0b --- /dev/null +++ b/deprecated/old-lib/resource/finnish/VerbFin.gf @@ -0,0 +1,123 @@ +--1 Verb Phrases in Finnish + +concrete VerbFin of Verb = CatFin ** open Prelude, ResFin in { + + flags optimize=all_subs ; + + lin + UseV = predV ; + + SlashV2a v = predV v ** {c2 = v.c2} ; + + Slash2V3 v np = + insertObj + (\\fin,b,_ => appCompl fin b v.c2 np) (predV v) ** {c2 = v.c3} ; + Slash3V3 v np = + insertObj + (\\fin,b,_ => appCompl fin b v.c3 np) (predV v) ** {c2 = v.c2} ; + + ComplVV v vp = + insertObj + (\\_,b,a => infVP v.sc b a vp v.vi) + (predV {s = v.s ; + sc = case vp.sc of { + NPCase Nom => v.sc ; -- minun tytyy pest auto + c => c -- minulla tytyy olla auto + } ; + qp = v.qp + } + ) ; + + ComplVS v s = insertExtrapos (etta_Conj ++ s.s) (predV v) ; + ComplVQ v q = insertExtrapos ( q.s) (predV v) ; + ComplVA v ap = + insertObj + (\\_,b,agr => + ap.s ! False ! AN (NCase agr.n (npform2case agr.n v.c2.c))) --- v.cs.s ignored + (predV v) ; + + SlashV2S v s = + insertExtrapos (etta_Conj ++ s.s) (predV v) ** {c2 = v.c2} ; + SlashV2Q v q = + insertExtrapos (q.s) (predV v) ** {c2 = v.c2} ; + SlashV2V v vp = + insertObj (\\_,b,a => infVP v.sc b a vp v.vi) (predV v) ** {c2 = v.c2} ; + ---- different infinitives + SlashV2A v ap = + insertObj + (\\fin,b,_ => + ap.s ! False ! AN (NCase Sg (npform2case Sg v.c3.c))) ----agr to obj + (predV v) ** {c2 = v.c2} ; + + ComplSlash vp np = insertObj (\\fin,b,_ => appCompl fin b vp.c2 np) vp ; + + UseComp comp = + insertObj (\\_,_ => comp.s) (predV (verbOlla ** {sc = NPCase Nom ; qp = "ko"})) ; + + SlashVV v vp = + insertObj + (\\_,b,a => infVP v.sc b a vp v.vi) + (predV {s = v.s ; + sc = case vp.sc of { + NPCase Nom => v.sc ; -- minun tytyy pest auto + c => c -- minulla tytyy olla auto + } ; + qp = v.qp + } + ) ** {c2 = vp.c2} ; ---- correct ?? + + SlashV2VNP v np vp = + insertObj + (\\fin,b,a => appCompl fin b v.c2 np ++ infVP v.sc b a vp v.vi) + (predV v) ** {c2 = vp.c2} ; + + AdvVP vp adv = insertObj (\\_,_,_ => adv.s) vp ; + + AdVVP adv vp = insertObj (\\_,_,_ => adv.s) vp ; + + ReflVP v = insertObj (\\fin,b,agr => appCompl fin b v.c2 (reflPron agr)) v ; + + PassV2 v = let vp = predV v in { + s = \\_ => vp.s ! VIPass ; + s2 = \\_,_,_ => [] ; + ext = [] ; + qp = v.qp ; + sc = v.c2.c -- minut valitaan ; minua rakastetaan ; minulle kuiskataan + } ; ---- talon valitaan: should be marked like inf. + +----b UseVS, UseVQ = \v -> v ** {c2 = {s = [] ; c = NPAcc ; isPre = True}} ; + + CompAP ap = { + s = \\agr => + let + n = agr.n ; + c = case agr.n of { + Sg => Nom ; -- min olen iso + Pl => Part -- me olemme isoja + } --- definiteness of NP ? + in ap.s ! False ! AN (NCase agr.n c) + } ; + CompNP np = {s = \\_ => np.s ! NPCase Nom} ; + CompAdv a = {s = \\_ => a.s} ; + +} + + +--2 The object case +-- +-- The rules involved are ComplV2 and ComplVV above. +-- The work is done jointly in ResFin.infVP and appCompl. +-- Cases to test: l -table (to see negated forms) +--``` +-- minun tytyy ostaa auto +-- PredVP (UsePron i_Pron) (ComplVV must_VV +-- (ComplV2 buy_V2 (DetCN (DetSg (SgQuant DefArt) NoOrd) (UseN car_N)))) +-- min tahdon ostaa auton +-- PredVP (UsePron i_Pron) (ComplVV want_VV +-- (ComplV2 buy_V2 (DetCN (DetSg (SgQuant DefArt) NoOrd) (UseN car_N)))) +-- minulla tytyy olla auto +-- PredVP (UsePron i_Pron) (ComplVV must_VV +-- (ComplV2 have_V2 (DetCN (DetSg (SgQuant DefArt) NoOrd) (UseN car_N)))) +--``` +-- Unfortunately, there is no nice way to say "I want to have a car". +-- (Other than the paraphrases "I want a car" or "I want to own a car".) diff --git a/deprecated/old-lib/resource/french/AdjectiveFre.gf b/deprecated/old-lib/resource/french/AdjectiveFre.gf new file mode 100644 index 000000000..28ff535b9 --- /dev/null +++ b/deprecated/old-lib/resource/french/AdjectiveFre.gf @@ -0,0 +1,2 @@ +concrete AdjectiveFre of Adjective = CatFre ** AdjectiveRomance with + (ResRomance = ResFre) ; diff --git a/deprecated/old-lib/resource/french/AdverbFre.gf b/deprecated/old-lib/resource/french/AdverbFre.gf new file mode 100644 index 000000000..0fcc12dca --- /dev/null +++ b/deprecated/old-lib/resource/french/AdverbFre.gf @@ -0,0 +1,2 @@ +concrete AdverbFre of Adverb = CatFre ** AdverbRomance with + (ResRomance = ResFre) ; diff --git a/deprecated/old-lib/resource/french/AllFre.gf b/deprecated/old-lib/resource/french/AllFre.gf new file mode 100644 index 000000000..32f20cd4c --- /dev/null +++ b/deprecated/old-lib/resource/french/AllFre.gf @@ -0,0 +1,7 @@ +--# -path=.:../romance:../abstract:../common:prelude + +concrete AllFre of AllFreAbs = + LangFre, + IrregFre, + ExtraFre + ** {} ; diff --git a/deprecated/old-lib/resource/french/AllFreAbs.gf b/deprecated/old-lib/resource/french/AllFreAbs.gf new file mode 100644 index 000000000..474168d53 --- /dev/null +++ b/deprecated/old-lib/resource/french/AllFreAbs.gf @@ -0,0 +1,5 @@ +abstract AllFreAbs = + Lang, + IrregFreAbs, + ExtraFreAbs + ** {} ; diff --git a/deprecated/old-lib/resource/french/BeschFre.gf b/deprecated/old-lib/resource/french/BeschFre.gf new file mode 100644 index 000000000..9903e07ec --- /dev/null +++ b/deprecated/old-lib/resource/french/BeschFre.gf @@ -0,0 +1,102 @@ +resource BeschFre = open Prelude, MorphoFre in { + +flags optimize=noexpand ; -- faster and smaller than =all + +oper VerbeN = {s : VF => Str} ; +oper mkNV : Verbe -> VerbeN = \ve -> {s = vvf ve} ; + +oper conj : Str -> Verbe = conj1aimer ; --- temp. default + +oper v_nancy100inf : Str -> VerbeN = \ve -> {s = table { + VInfin _ => ve ; + _ => nonExist + } +} ; + + +oper v_besch1 : Str -> VerbeN = \s -> mkNV (conjAvoir s) ; +oper v_besch2 : Str -> VerbeN = \s -> mkNV (conjtre s) ; +-- 3-5 not used +oper v_besch6 : Str -> VerbeN = \s -> mkNV (conj1aimer s) ; +oper v_besch7 : Str -> VerbeN = \s -> mkNV (conj1placer s) ; +oper v_besch8 : Str -> VerbeN = \s -> mkNV (conj1manger s) ; +oper v_besch9 : Str -> VerbeN = \s -> mkNV (conj1peser s) ; +oper v_besch10 : Str -> VerbeN = \s -> mkNV (conj1cder s) ; +oper v_besch11 : Str -> VerbeN = \s -> mkNV (conj1jeter s) ; +oper v_besch12 : Str -> VerbeN = \s -> mkNV (conj1jeter s) ; +oper v_besch13 : Str -> VerbeN = \s -> mkNV (conj1aimer s) ; +oper v_besch14 : Str -> VerbeN = \s -> mkNV (conj1assiger s) ; +oper v_besch15 : Str -> VerbeN = \s -> mkNV (conj1aimer s) ; --- ? +oper v_besch16 : Str -> VerbeN = \s -> mkNV (conj1payer s) ; +oper v_besch17 : Str -> VerbeN = \s -> mkNV (conj1payer s) ; +oper v_besch18 : Str -> VerbeN = \s -> mkNV (conj1envoyer s) ; +oper v_besch19 : Str -> VerbeN = \s -> mkNV (conj2finir s) ; +oper v_besch20 : Str -> VerbeN = \s -> mkNV (conj2har s) ; +-- oper v_besch21 : Str -> VerbeN = \s -> mkNV (conj s) ; -- not used +oper v_besch22 : Str -> VerbeN = \s -> mkNV (conj3aller s) ; +oper v_besch23 : Str -> VerbeN = \s -> mkNV (conj3tenir s) ; +oper v_besch24 : Str -> VerbeN = \s -> mkNV (conj3qurir s) ; +oper v_besch25 : Str -> VerbeN = \s -> mkNV (conj3sentir s) ; +oper v_besch26 : Str -> VerbeN = \s -> mkNV (conj3vtir s) ; +oper v_besch27 : Str -> VerbeN = \s -> mkNV (conj3couvrir s) ; +oper v_besch28 : Str -> VerbeN = \s -> mkNV (conj3cueillir s) ; +oper v_besch29 : Str -> VerbeN = \s -> mkNV (conj3assaillir s) ; +oper v_besch30 : Str -> VerbeN = \s -> mkNV (conj3faillir s) ; +oper v_besch31 : Str -> VerbeN = \s -> mkNV (conj3bouillir s) ; +oper v_besch32 : Str -> VerbeN = \s -> mkNV (conj3dormir s) ; +oper v_besch33 : Str -> VerbeN = \s -> mkNV (conj3courir s) ; +oper v_besch34 : Str -> VerbeN = \s -> mkNV (conj3mourir s) ; +oper v_besch35 : Str -> VerbeN = \s -> mkNV (conj3sentir s) ; +oper v_besch36 : Str -> VerbeN = \s -> mkNV (conj3fuir s) ; +oper v_besch37 : Str -> VerbeN = \s -> mkNV (conj3our s) ; +oper v_besch38 : Str -> VerbeN = \s -> mkNV (conj3cevoir s) ; +oper v_besch39 : Str -> VerbeN = \s -> mkNV (conj3voir s) ; +oper v_besch40 : Str -> VerbeN = \s -> mkNV (conj3pourvoir s) ; +oper v_besch41 : Str -> VerbeN = \s -> mkNV (conj3savoir s) ; +oper v_besch42 : Str -> VerbeN = \s -> mkNV (conj3devoir s) ; +oper v_besch43 : Str -> VerbeN = \s -> mkNV (conj3pouvoir s) ; +oper v_besch44 : Str -> VerbeN = \s -> mkNV (conj3mouvoir s) ; +oper v_besch45 : Str -> VerbeN = \s -> mkNV (conj3pleuvoir s) ; +oper v_besch46 : Str -> VerbeN = \s -> mkNV (conj3falloir s) ; +oper v_besch47 : Str -> VerbeN = \s -> mkNV (conj3valoir s) ; +oper v_besch48 : Str -> VerbeN = \s -> mkNV (conj3vouloir s) ; +oper v_besch49 : Str -> VerbeN = \s -> mkNV (conj3asseoir s) ; +oper v_besch50 : Str -> VerbeN = \s -> mkNV (conj3messeoir s) ; --- ? +oper v_besch51 : Str -> VerbeN = \s -> mkNV (conj3surseoir s) ; +oper v_besch52 : Str -> VerbeN = \s -> mkNV (conj3choir s) ; +oper v_besch53 : Str -> VerbeN = \s -> mkNV (conj3rendre s) ; +oper v_besch54 : Str -> VerbeN = \s -> mkNV (conj3prendre s) ; +oper v_besch55 : Str -> VerbeN = \s -> mkNV (conj3battre s) ; +oper v_besch56 : Str -> VerbeN = \s -> mkNV (conj3mettre s) ; +oper v_besch57 : Str -> VerbeN = \s -> mkNV (conj3peindre s) ; +oper v_besch58 : Str -> VerbeN = \s -> mkNV (conj3joindre s) ; +oper v_besch59 : Str -> VerbeN = \s -> mkNV (conj3craindre s) ; +oper v_besch60 : Str -> VerbeN = \s -> mkNV (conj3vaincre s) ; +oper v_besch61 : Str -> VerbeN = \s -> mkNV (conj3traire s) ; +oper v_besch62 : Str -> VerbeN = \s -> mkNV (conj3faire s) ; +oper v_besch63 : Str -> VerbeN = \s -> mkNV (conj3plaire s) ; +oper v_besch64 : Str -> VerbeN = \s -> mkNV (conj3connatre s) ; +oper v_besch65 : Str -> VerbeN = \s -> mkNV (conj3natre s) ; +oper v_besch66 : Str -> VerbeN = \s -> mkNV (conj3patre s) ; +oper v_besch67 : Str -> VerbeN = \s -> mkNV (conj3crotre s) ; +oper v_besch68 : Str -> VerbeN = \s -> mkNV (conj3croire s) ; +oper v_besch69 : Str -> VerbeN = \s -> mkNV (conj3boire s) ; +oper v_besch70 : Str -> VerbeN = \s -> mkNV (conj3clore s) ; +oper v_besch71 : Str -> VerbeN = \s -> mkNV (conj3conclure s) ; +oper v_besch72 : Str -> VerbeN = \s -> mkNV (conj3absoudre s) ; +oper v_besch73 : Str -> VerbeN = \s -> mkNV (conj3coudre s) ; +oper v_besch74 : Str -> VerbeN = \s -> mkNV (conj3moudre s) ; +oper v_besch75 : Str -> VerbeN = \s -> mkNV (conj3suivre s) ; +oper v_besch76 : Str -> VerbeN = \s -> mkNV (conj3vivre s) ; +oper v_besch77 : Str -> VerbeN = \s -> mkNV (conj3lire s) ; +oper v_besch78 : Str -> VerbeN = \s -> mkNV (conj3dire s) ; +oper v_besch79 : Str -> VerbeN = \s -> mkNV (conj3rire s) ; +oper v_besch80 : Str -> VerbeN = \s -> mkNV (conj3crire s) ; +oper v_besch81 : Str -> VerbeN = \s -> mkNV (conj3confire s) ; +oper v_besch82 : Str -> VerbeN = \s -> mkNV (conj3cuire s) ; + +-- 83-99 not used + +oper v_besch100 : Str -> VerbeN = \s -> mkNV (conj s) ; --- to do +oper v_besch101 : Str -> VerbeN = \s -> mkNV (conj s) ; --- to do +} diff --git a/deprecated/old-lib/resource/french/CatFre.gf b/deprecated/old-lib/resource/french/CatFre.gf new file mode 100644 index 000000000..2daa7decc --- /dev/null +++ b/deprecated/old-lib/resource/french/CatFre.gf @@ -0,0 +1,4 @@ +--# -path=.:../romance:../common:../abstract:../common:prelude + +concrete CatFre of Cat = CommonX - [Tense,TPres,TPast,TFut,TCond] ** CatRomance with + (ResRomance = ResFre) ; diff --git a/deprecated/old-lib/resource/french/CompatibilityFre.gf b/deprecated/old-lib/resource/french/CompatibilityFre.gf new file mode 100644 index 000000000..89680f533 --- /dev/null +++ b/deprecated/old-lib/resource/french/CompatibilityFre.gf @@ -0,0 +1,11 @@ +--# -path=.:../romance:../abstract:../common + +concrete CompatibilityFre of Compatibility = CatFre ** 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/deprecated/old-lib/resource/french/ConjunctionFre.gf b/deprecated/old-lib/resource/french/ConjunctionFre.gf new file mode 100644 index 000000000..8397e141f --- /dev/null +++ b/deprecated/old-lib/resource/french/ConjunctionFre.gf @@ -0,0 +1,2 @@ +concrete ConjunctionFre of Conjunction = CatFre ** ConjunctionRomance with + (ResRomance = ResFre) ; diff --git a/deprecated/old-lib/resource/french/DiffFre.gf b/deprecated/old-lib/resource/french/DiffFre.gf new file mode 100644 index 000000000..37026a754 --- /dev/null +++ b/deprecated/old-lib/resource/french/DiffFre.gf @@ -0,0 +1,213 @@ +--# -path=.:../romance:../abstract:../common:prelude + +instance DiffFre of DiffRomance = open CommonRomance, PhonoFre, Prelude in { + + flags optimize=noexpand ; coding=utf8 ; +-- flags optimize=all ; + + param + Prepos = P_de | P_a | PNul ; + VType = VHabere | VEsse | VRefl ; + + oper + dative : Case = CPrep P_a ; + genitive : Case = CPrep P_de ; + + prepCase : Case -> Str = \c -> case c of { + Nom => [] ; + Acc => [] ; + CPrep P_a => "à" ; + CPrep P_de => elisDe ; + CPrep PNul => [] + } ; + + artDef : Gender -> Number -> Case -> Str = \g,n,c -> + case of { + => pre {"du" ; ["de l'"] / voyelle} ; + => pre {"au" ; ["à l'"] / voyelle} ; + => elisLe ; + => prepCase c ++ elisLa ; + <_, Pl, CPrep P_de> => "des" ; + <_, Pl, CPrep P_a> => "aux" ; + <_, Pl, _ > => "les" + } ; + +-- In these two, "de de/du/des" becomes "de". + + artIndef = \g,n,c -> case of { + => prepCase c ++ genForms "un" "une" ! g ; + => elisDe ; + _ => prepCase c ++ "des" + } ; + + possCase = \_,_,c -> prepCase c ; + + partitive = \g,c -> case c of { + CPrep P_de => elisDe ; + _ => prepCase c ++ artDef g Sg (CPrep P_de) + } ; + + conjunctCase : NPForm -> NPForm = \c -> case c of { + Aton k => Ton k ; + _ => c + } ; + + auxVerb : VType -> (VF => Str) = \vtyp -> case vtyp of { + VHabere => avoir_V.s ; + _ => copula.s + } ; + + partAgr : VType -> VPAgr = \vtyp -> case vtyp of { + VHabere => vpAgrNone ; + _ => VPAgrSubj + } ; + + vpAgrClit : Agr -> VPAgr = \a -> + VPAgrClit a.g a.n ; + +---- pronArg = pronArgGen Neg ; --- takes more space and time + + pronArg : Number -> Person -> CAgr -> CAgr -> Str * Str * Bool = + \n,p,acc,dat -> + let + pacc = case acc of { + CRefl => elision "s" ; --- use of reflPron incred. expensive + _ => argPron Fem n p Acc + },True> ; + CPron ag an ap => ; + _ => <[],False> + } ; + in + case dat of { + CPron ag an ap => let pdat = argPron ag an ap dative in case ap of { + P3 => ; + _ => + } ; + _ => + } ; + + infForm _ _ _ _ = True ; + +-- Positive polarity is used in the imperative: stressed for 1st and +-- 2nd persons. + + pronArgGen : Polarity -> Number -> Person -> CAgr -> CAgr -> Str * Str = + \b,n,p,acc,dat -> + let + cas : Person -> Case -> Case = \pr,c -> case of { + => CPrep P_de ; --- encoding in argPron + _ => c + } ; + pacc = case acc of { + CRefl => case p of { + P3 => elision "s" ; --- use of reflPron incred. expensive + _ => argPron Fem n p (cas p Acc) + } ; + CPron ag an ap => argPron ag an ap (cas ap Acc) ; + _ => [] + } ; + pdat = case dat of { + CPron ag an ap => argPron ag an ap (cas ap dative) ; + _ => [] + } ; + in + case dat of { + CPron _ _ P3 => ; + _ => + } ; + + mkImperative b p vp = { + s = \\pol,aag => + let + num = if_then_else Number b Pl aag.n ; + agr = {g = aag.g ; n = num ; p = p} ; + verb = (vp.s ! VPImperat).fin ! agr ; + neg = vp.neg ! pol ; + hascl = (pronArg agr.n agr.p vp.clAcc vp.clDat).p3 ; + clpr = pronArgGen pol agr.n agr.p vp.clAcc vp.clDat ; + compl = neg.p2 ++ clpr.p2 ++ vp.comp ! agr ++ vp.ext ! pol + in + case pol of { + Pos => verb ++ if_then_Str hascl "-" [] ++ clpr.p1 ++ compl ; + Neg => neg.p1 ++ clpr.p1 ++ verb ++ compl + } + } ; + + + negation : Polarity => (Str * Str) = table { + Pos => <[],[]> ; + Neg => + } ; + + conjThan = elisQue ; + conjThat = elisQue ; + + subjIf = "si" ; --- s' + + clitInf _ cli inf = cli ++ inf ; + + relPron : Bool => AAgr => Case => Str = \\b,a,c => + let + lequel = artDef a.g a.n c + quelPron ! a + in + case b of { + False => case c of { + Nom => "qui" ; + Acc => elisQue ; + CPrep P_de => "dont" ; + _ => lequel + } ; + _ => lequel + } ; + + pronSuch : AAgr => Str = aagrForms "tel" "telle" "tels" "telles" ; + + quelPron : AAgr => Str = aagrForms "quel" "quelle" "quels" "quelles" ; + + partQIndir = "ce" ; --- only for qui,que: elision "c" ; + + reflPron : Number -> Person -> Case -> Str = \n,p,c -> + let pron = argPron Fem n p c in + case of { + => elision "s" ; + => prepCase c ++ "soi" ; + _ => pron + } ; + + 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 of { + <_,Sg,P1> => cases (elision "m") "moi" ; + <_,Sg,P2> => cases (elision "t") "toi" ; + <_,Pl,P1> => \_ -> "nous" ; + <_,Pl,P2> => \_ -> "vous" ; + => cases3 elisLa "lui" "elle" ; + <_,Sg,P3> => cases3 (elision "l") "lui" "lui" ; + => cases3 "les" "leur" "elles" ; + <_,Pl,P3> => cases3 "les" "leur" "eux" + } ; + + vRefl : VType = VRefl ; + isVRefl : VType -> Bool = \ty -> case ty of { + VRefl => True ; + _ => False + } ; + + auxPassive : Verb = copula ; + + copula : Verb = {s = table VF ["être";"être";"suis";"es";"est";"sommes";"êtes";"sont";"sois";"sois";"soit";"soyons";"soyez";"soient";"étais";"étais";"était";"étions";"étiez";"étaient";"fusse";"fusses";"fût";"fussions";"fussiez";"fussent";"fus";"fus";"fut";"fûmes";"fûtes";"furent";"serai";"seras";"sera";"serons";"serez";"seront";"serais";"serais";"serait";"serions";"seriez";"seraient";"sois";"soyons";"soyez";"été";"étés";"étée";"étées";"étant"]; vtyp=VHabere} ; + + avoir_V : Verb = {s=table VF ["avoir";"avoir";"ai";"as";"a";"avons";"avez";"ont";"aie";"aies";"ait";"ayons";"ayez";"aient";"avais";"avais";"avait";"avions";"aviez";"avaient";"eusse";"eusses";"eût";"eussions";"eussiez";"eussent";"eus";"eus";"eut";"eûmes";"eûtes";"eurent";"aurai";"auras";"aura";"aurons";"aurez";"auront";"aurais";"aurais";"aurait";"aurions";"auriez";"auraient";"aie";"ayons";"ayez";"eu";"eus";"eue";"eues";"ayant"];vtyp=VHabere}; + +} diff --git a/deprecated/old-lib/resource/french/ExtraFre.gf b/deprecated/old-lib/resource/french/ExtraFre.gf new file mode 100644 index 000000000..1877d8334 --- /dev/null +++ b/deprecated/old-lib/resource/french/ExtraFre.gf @@ -0,0 +1,60 @@ +concrete ExtraFre of ExtraFreAbs = ExtraRomanceFre ** + open CommonRomance, PhonoFre, MorphoFre, ParadigmsFre, ParamX, ResFre in { + + lin + EstcequeS qs = {s = "est-ce" ++ elisQue ++ qs.s ! Indic} ; + EstcequeIAdvS idet qs = {s = idet.s ++ "est-ce" ++ elisQue ++ qs.s ! Indic} ; + + QueestcequeIP = { + s = table { + c => prepQue c ++ "est-ce" ++ caseQue c + } ; + a = aagr Fem Pl + } ; + + QuiestcequeIP = { + s = table { + c => prepQue c ++ "qui" ++ "est-ce" ++ caseQue c + } ; + a = aagr Fem Pl + } ; + + i8fem_Pron = mkPronoun + (elision "j") (elision "m") (elision "m") "moi" "mon" (elisPoss "m") "mes" + Fem Sg P1 ; + these8fem_NP = makeNP ["celles-ci"] Fem Pl ; + they8fem_Pron = mkPronoun + "elles" "les" "leur" "eux" "leur" "leur" "leurs" + Fem Pl P3 ; + this8fem_NP = pn2np (mkPN ["celle-ci"] Fem) ; + those8fem_NP = makeNP ["celles-l"] Fem Pl ; + we8fem_Pron = mkPronoun "nous" "nous" "nous" "nous" "notre" "notre" "nos" + Fem Pl P1 ; + whoPl8fem_IP = + {s = \\c => artDef a.g a.n c + quelPron ! a ; a = a} + where {a = aagr Fem Sg} ; + whoSg8fem_IP = + {s = \\c => artDef a.g a.n c + quelPron ! a ; a = a} + where {a = aagr Fem Pl} ; + + youSg8fem_Pron = mkPronoun + "tu" (elision "t") (elision "t") "toi" "ton" (elisPoss "t") "tes" + Fem Sg P2 ; + youPl8fem_Pron, + youPol8fem_Pron = + mkPronoun + "vous" "vous" "vous" "vous" "votre" "votre" "vos" + Fem Pl P2 ; + + oper + prepQue : Case -> Str = \c -> case c of { + Nom | Acc => elisQue ; + _ => prepCase c ++ "qui" --- + } ; + caseQue : Case -> Str = \c -> case c of { + Nom => "qui" ; + _ => elisQue + } ; + + +} diff --git a/deprecated/old-lib/resource/french/ExtraFreAbs.gf b/deprecated/old-lib/resource/french/ExtraFreAbs.gf new file mode 100644 index 000000000..33f518ab7 --- /dev/null +++ b/deprecated/old-lib/resource/french/ExtraFreAbs.gf @@ -0,0 +1,34 @@ +-- Structures special for French. These are not implemented in other +-- Romance languages. + +abstract ExtraFreAbs = ExtraRomanceAbs ** { + +-- Notice: only direct (main-clause) questions are generated, and needed. + + fun + EstcequeS : S -> Utt ; -- est-ce qu'il pleut + EstcequeIAdvS : IAdv -> S -> Utt ; -- o est-ce qu'il pleut + +-- These also generate indirect (subordinate) questions. + + QueestcequeIP : IP ; -- qu'est-ce (que/qui) + QuiestcequeIP : IP ; -- qu'est-ce (que/qui) + +-- 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 ; + whoPl8fem_IP : IP ; + whoSg8fem_IP : IP ; + + youSg8fem_Pron : Pron ; + youPl8fem_Pron : Pron ; + youPol8fem_Pron : Pron ; + +} diff --git a/deprecated/old-lib/resource/french/ExtraRomanceFre.gf b/deprecated/old-lib/resource/french/ExtraRomanceFre.gf new file mode 100644 index 000000000..ba7d7b160 --- /dev/null +++ b/deprecated/old-lib/resource/french/ExtraRomanceFre.gf @@ -0,0 +1,2 @@ +concrete ExtraRomanceFre of ExtraRomanceAbs = CatFre ** ExtraRomance with + (ResRomance = ResFre) ; diff --git a/deprecated/old-lib/resource/french/GrammarFre.gf b/deprecated/old-lib/resource/french/GrammarFre.gf new file mode 100644 index 000000000..698cea528 --- /dev/null +++ b/deprecated/old-lib/resource/french/GrammarFre.gf @@ -0,0 +1,21 @@ +--# -path=.:../romance:../abstract:../common:prelude + +concrete GrammarFre of Grammar = + NounFre, + VerbFre, + AdjectiveFre, + AdverbFre, + NumeralFre, + SentenceFre, + QuestionFre, + RelativeFre, + ConjunctionFre, + PhraseFre, + TextX - [Tense,TPres,TPast,TFut,TCond], + IdiomFre, + StructuralFre + ** { + +flags startcat = Phr ; unlexer = text ; lexer = text ; + +} ; diff --git a/deprecated/old-lib/resource/french/IdiomFre.gf b/deprecated/old-lib/resource/french/IdiomFre.gf new file mode 100644 index 000000000..bb38c8774 --- /dev/null +++ b/deprecated/old-lib/resource/french/IdiomFre.gf @@ -0,0 +1,45 @@ +concrete IdiomFre of Idiom = CatFre ** + open (P = ParamX), PhonoFre, MorphoFre, ParadigmsFre, Prelude in { + + flags optimize=all_subs ; + + lin + ImpersCl vp = mkClause "il" True (agrP3 Masc Sg) vp ; + GenericCl vp = mkClause "on" True (agrP3 Masc Sg) vp ; + + ExistNP np = + mkClause "il" True (agrP3 Masc Sg) + (insertClit2 "y" (insertComplement (\\_ => np.s ! Ton Acc) (predV avoir_V))) ; + + ExistIP ip = { + s = \\t,a,p,_ => + ip.s ! Nom ++ + (mkClause "il" True (agrP3 Masc Sg) + (insertClit2 "y" (predV avoir_V))).s + ! DDir ! t ! a ! p ! Indic ---- DInv + } ; + + CleftNP np rs = mkClause elisCe True (agrP3 Masc Sg) + (insertComplement (\\_ => rs.s ! Indic ! np.a) + (insertComplement (\\_ => np.s ! Ton rs.c) (predV copula))) ; + + CleftAdv ad s = mkClause elisCe True (agrP3 Masc Sg) + (insertComplement (\\_ => conjThat ++ s.s ! Indic) + (insertComplement (\\_ => ad.s) (predV copula))) ; + + + ProgrVP vp = + insertComplement + (\\a => "en" ++ "train" ++ elisDe ++ infVP vp a) + (predV copula) ; + + ImpPl1 vpr = let vp = useVP vpr in {s = + (mkImperative False P1 vp).s ! Pos ! {n = Pl ; g = Masc} --- fem + } ; + + oper + elisCe = elision "c" ; + +} + + diff --git a/deprecated/old-lib/resource/french/IrregFre.gf b/deprecated/old-lib/resource/french/IrregFre.gf new file mode 100644 index 000000000..748cb4361 --- /dev/null +++ b/deprecated/old-lib/resource/french/IrregFre.gf @@ -0,0 +1,395 @@ +--# -path=.:../romance:../common:../abstract:../../prelude + +-- Irregular verbs from Nancy, based on a list from Sylvain Pogodalla, 25/11/2004 +-- Translated to GF by Aarne Ranta +-- added extracted subcat information 29/11 + +concrete IrregFre of IrregFreAbs = CatFre ** + open DiffFre, MorphoFre, BeschFre, Prelude in { + + flags optimize=values ; + +-- all verbs in classes with "er" and "finir" are omitted + +lin + abattre_V2 = v_besch55 "abattre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + absoudre_V2 = v_besch72 "absoudre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + abstenir_V = v_besch23 "abstenir" ** {vtyp = VHabere ; lock_V = <> ; c2 = complAcc} ; + abstraire_V2 = v_besch61 "abstraire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + accourir_V = v_besch33 "accourir" ** {vtyp = VHabere ; lock_V = <>} ; + accrotre_V2 = v_besch73 "accrotre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + accueillir_V2 = v_besch28 "accueillir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + acqurir_V2 = v_besch24 "acqurir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + adjoindre_V2 = v_besch58 "adjoindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + admettre_V2 = v_besch56 "admettre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + advenir_V = v_besch23 "advenir" ** {vtyp = VEsse ; lock_V = <>} ; + aller_V = v_besch22 "aller" ** {vtyp = VEsse ; lock_V = <>} ; + apercevoir_V2 = v_besch38 "apercevoir" ** {vtyp = VRefl ; lock_V2 = <> ; c2 = complGen} ; + apparatre_V = v_besch64 "apparatre" ** {vtyp = VHabere ; lock_V = <>} ; + appartenir_V2 = v_besch23 "appartenir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; + appendre_V2 = v_besch53 "appendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + apprendre_V2 = v_besch54 "apprendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + assaillir_V2 = v_besch29 "assaillir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + asseoir_V2 = v_besch49 "asseoir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + astreindre_V2 = v_besch57 "astreindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + atteindre_V2 = v_besch57 "atteindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + attendre_V2 = v_besch53 "attendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; + avoir_V2 = v_besch1 "avoir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + battre_V2 = v_besch55 "battre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + boire_V2 = v_besch69 "boire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + bouillir_V2 = v_besch31 "bouillir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + braire_V = v_besch61 "braire" ** {vtyp = VHabere ; lock_V = <>} ; + ceindre_V2 = v_besch57 "ceindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + choir_V = v_besch52 "choir" ** {vtyp = VEsse ; lock_V = <>} ; + circonscrire_V2 = v_besch80 "circonscrire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + circonvenir_V2 = v_besch23 "circonvenir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + clore_V2 = v_besch70 "clore" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + combattre_V2 = v_besch55 "combattre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + commettre_V2 = v_besch56 "commettre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + comparatre_V2 = v_besch64 "comparatre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + complaire_V2 = v_besch63 "complaire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; + comprendre_V2 = v_besch54 "comprendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + compromettre_V2 = v_besch56 "compromettre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + concevoir_V2 = v_besch38 "concevoir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + conclure_V2 = v_besch71 "conclure" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + concourir_V2 = v_besch33 "concourir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + condescendre_V2 = v_besch53 "condescendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; + conduire_V2 = v_besch82 "conduire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + confire_V2 = v_besch81 "confire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + confondre_V2 = v_besch53 "confondre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + conjoindre_V2 = v_besch58 "conjoindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + connatre_V2 = v_besch64 "connatre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + conqurir_V2 = v_besch24 "conqurir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + consentir_V2 = v_besch25 "consentir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; + construire_V2 = v_besch82 "construire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + contenir_V2 = v_besch23 "contenir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + contraindre_V2 = v_besch59 "contraindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + contrebattre_V2 = v_besch55 "contrebattre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + contredire_V2 = v_besch78 "contredire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + contrefaire_V2 = v_besch62 "contrefaire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + contrevenir_V2 = v_besch23 "contrevenir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; + convaincre_V2 = v_besch60 "convaincre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complGen} ; + convenir_V2 = v_besch23 "convenir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complGen} ; + correspondre_V2 = v_besch53 "correspondre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; + corrompre_V2 = v_besch53 "corrompre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + coudre_V2 = v_besch73 "coudre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + courir_V2 = v_besch33 "courir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + couvrir_V2 = v_besch27 "couvrir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + craindre_V2 = v_besch59 "craindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + croire_V2 = v_besch68 "croire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; + crotre_V = v_besch67 "crotre" ** {vtyp = VEsse ; lock_V = <>} ; + cueillir_V2 = v_besch28 "cueillir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + cuire_V2 = v_besch82 "cuire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + dbattre_V2 = v_besch55 "dbattre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + dbouillir_V2 = v_besch31 "dbouillir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + dcevoir_V2 = v_besch38 "dcevoir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + dchoir_V2 = v_besch52 "dchoir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + dclore_V2 = v_besch70 "dclore" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + dcommettre_V2 = v_besch56 "dcommettre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + dconfire_V2 = v_besch81 "dconfire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + dcoudre_V2 = v_besch73 "dcoudre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + dcouvrir_V2 = v_besch27 "dcouvrir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + dcrire_V2 = v_besch80 "dcrire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + dcrotre_V2 = v_besch67 "dcrotre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + dcuire_V2 = v_besch82 "dcuire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + dduire_V2 = v_besch82 "dduire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + dfaillir_V = v_besch30 "dfaillir" ** {vtyp = VHabere ; lock_V = <>} ; + dfaire_V2 = v_besch62 "dfaire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + dfendre_V2 = v_besch53 "dfendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + dmentir_V2 = v_besch25 "dmentir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + dmettre_V2 = v_besch56 "dmettre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + dmordre_V = v_besch53 "dmordre" ** {vtyp = VHabere ; lock_V = <>} ; + dpartir_V2 = v_besch25 "dpartir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complGen} ; + dpeindre_V2 = v_besch57 "dpeindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + dpendre_V2 = v_besch53 "dpendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complGen} ; + dplaire_V = v_besch63 "dplaire" ** {vtyp = VHabere ; lock_V = <>} ; + dpourvoir_V2 = v_besch40 "dpourvoir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + dprendre_V2 = v_besch54 "dprendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complGen} ; + dsapprendre_V2 = v_besch54 "dsapprendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + descendre_V2 = v_besch53 "descendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + desservir_V2 = v_besch35 "desservir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + dteindre_V2 = v_besch57 "dteindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + dtendre_V2 = v_besch53 "dtendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + dtenir_V2 = v_besch23 "dtenir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + dtordre_V2 = v_besch53 "dtordre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + dtruire_V2 = v_besch82 "dtruire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + devenir_V = v_besch23 "devenir" ** {vtyp = VEsse ; lock_V = <>} ; + dvtir_V2 = v_besch26 "dvtir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + devoir_V2 = v_besch42 "devoir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + dire_V2 = v_besch78 "dire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + disconvenir_V2 = v_besch23 "disconvenir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complGen} ; + discourir_V2 = v_besch33 "discourir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complGen} ; + disjoindre_V2 = v_besch58 "disjoindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + disparatre_V2 = v_besch64 "disparatre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + dissoudre_V2 = v_besch72 "dissoudre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + distendre_V2 = v_besch53 "distendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + distordre_V2 = v_besch53 "distordre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + distraire_V2 = v_besch61 "distraire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + dormir_V2 = v_besch32 "dormir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + battre_V = v_besch55 "battre" ** {vtyp = VHabere ; lock_V = <> ; c2 = complAcc} ; + choir_V2 = v_besch52 "choir" ** {vtyp = VEsse ; lock_V2 = <> ; c2 = complDat} ; + clore_V2 = v_besch70 "clore" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + conduire_V2 = v_besch82 "conduire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + crire_V2 = v_besch80 "crire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + lire_V2 = v_besch77 "lire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + embatre_V2 = v_besch55 "embatre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + embattre_V2 = v_besch55 "embattre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + emboire_V = v_besch69 "emboire" ** {vtyp = VHabere ; lock_V = <> ; c2 = complAcc} ; + mettre_V2 = v_besch56 "mettre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + moudre_V2 = v_besch74 "moudre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + mouvoir_V2 = v_besch44 "mouvoir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + empreindre_V2 = v_besch57 "empreindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complGen} ; + enceindre_V2 = v_besch57 "enceindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + enclore_V2 = v_besch70 "enclore" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + encourir_V2 = v_besch33 "encourir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + endormir_V2 = v_besch32 "endormir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + enduire_V2 = v_besch82 "enduire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + enfreindre_V2 = v_besch57 "enfreindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + enfuir_V = v_besch36 "enfuir" ** {vtyp = VHabere ; lock_V = <> ; c2 = complAcc} ; + enjoindre_V2 = v_besch58 "enjoindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + enqurir_V = v_besch24 "enqurir" ** {vtyp = VHabere ; lock_V = <> ; c2 = complAcc} ; + entendre_V2 = v_besch53 "entendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + entr'apercevoir_V = v_besch38 "entr'apercevoir" ** {vtyp = VHabere ; lock_V = <> ; c2 = complAcc} ; + entrebattre_V = v_besch55 "entrebattre" ** {vtyp = VHabere ; lock_V = <> ; c2 = complAcc} ; + entre_dtruire_V = v_besch82 "entre-dtruire" ** {vtyp = VHabere ; lock_V = <> ; c2 = complAcc} ; + entre_har_V = v_besch20 "entre-har" ** {vtyp = VHabere ; lock_V = <> ; c2 = complAcc} ; + entremettre_V = v_besch56 "entremettre" ** {vtyp = VHabere ; lock_V = <> ; c2 = complAcc} ; + entre_nuire_V = v_besch82 "entre-nuire" ** {vtyp = VHabere ; lock_V = <>} ; + entreprendre_V2 = v_besch54 "entreprendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + entretenir_V2 = v_besch23 "entretenir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + entrevoir_V2 = v_besch39 "entrevoir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + entrouvrir_V2 = v_besch27 "entrouvrir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + envoyer_V2 = v_besch18 "envoyer" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + pandre_V2 = v_besch53 "pandre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + perdre_V = v_besch53 "perdre" ** {vtyp = VHabere ; lock_V = <> ; c2 = complAcc} ; + prendre_V = v_besch54 "prendre" ** {vtyp = VHabere ; lock_V = <> ; c2 = complAcc} ; + quivaloir_V2 = v_besch47 "quivaloir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; + teindre_V2 = v_besch57 "teindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + tendre_V2 = v_besch53 "tendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + treindre_V2 = v_besch57 "treindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + tre_V = v_besch2 "tre" ** {vtyp = VHabere ; lock_V = <>} ; + exclure_V2 = v_besch71 "exclure" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + extraire_V2 = v_besch61 "extraire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + faillir_V2 = v_besch30 "faillir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; + faire_V2 = v_besch62 "faire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + falloir_V = v_besch46 "falloir" ** {vtyp = VHabere ; lock_V = <>} ; + feindre_V2 = v_besch57 "feindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + fendre_V2 = v_besch53 "fendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + fondre_V2 = v_besch53 "fondre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + forfaire_V2 = v_besch62 "forfaire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; + foutre_V2 = v_besch53 "foutre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complGen} ; + frire_V2 = v_besch81 "frire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + fuir_V2 = v_besch36 "fuir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + geindre_V2 = v_besch57 "geindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + gsir_V2 = mkNV (conj3gsir "gsir") ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + har_V2 = v_besch20 "har" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + inclure_V2 = v_besch71 "inclure" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + induire_V2 = v_besch82 "induire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + inscrire_V2 = v_besch80 "inscrire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + instruire_V2 = v_besch82 "instruire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + interdire_V2 = v_besch78 "interdire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + interrompre_V2 = v_besch53 "interrompre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + intervenir_V = v_besch23 "intervenir" ** {vtyp = VEsse ; lock_V = <>} ; + introduire_V2 = v_besch82 "introduire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + joindre_V2 = v_besch58 "joindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + lire_V2 = v_besch77 "lire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + luire_V = v_besch82 "luire" ** {vtyp = VHabere ; lock_V = <>} ; + mainmettre_V2 = v_besch56 "mainmettre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + maintenir_V2 = v_besch23 "maintenir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + mconnatre_V2 = v_besch64 "mconnatre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + mcroire_V2 = v_besch68 "mcroire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + mdire_V2 = v_besch78 "mdire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complGen} ; + mentir_V2 = v_besch25 "mentir" ** {vtyp = VEsse ; lock_V2 = <> ; c2 = complDat} ; + mprendre_V2 = v_besch54 "mprendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; + messeoir_V2 = v_besch50 "messeoir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + mettre_V2 = v_besch56 "mettre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + mvendre_V2 = v_besch53 "mvendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + mordre_V2 = v_besch53 "mordre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + morfondre_V = v_besch53 "morfondre" ** {vtyp = VHabere ; lock_V = <> ; c2 = complAcc} ; + moudre_V2 = v_besch74 "moudre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + mourir_V = v_besch34 "mourir" ** {vtyp = VEsse ; lock_V = <>} ; + mouvoir_V2 = v_besch44 "mouvoir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complGen} ; + natre_V = v_besch65 "natre" ** {vtyp = VEsse ; lock_V = <>} ; + nuire_V2 = v_besch82 "nuire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; + obtenir_V2 = v_besch23 "obtenir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + obvenir_V = v_besch23 "obvenir" ** {vtyp = VEsse ; lock_V = <>} ; + occlure_V2 = v_besch71 "occlure" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + offrir_V2 = v_besch27 "offrir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + oindre_V2 = v_besch58 "oindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + omettre_V2 = v_besch56 "omettre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + our_V2 = v_besch37 "our" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + ouvrir_V2 = v_besch27 "ouvrir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + patre_V2 = v_besch66 "patre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + patre_V = v_besch66 "patre" ** {vtyp = VHabere ; lock_V = <> ; c2 = complAcc} ; + paratre_V = v_besch64 "paratre" ** {vtyp = VHabere ; lock_V = <>} ; + parcourir_V2 = v_besch33 "parcourir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + parfondre_V2 = v_besch53 "parfondre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + partir_V = v_besch25 "partir" ** {vtyp = VEsse ; lock_V = <>} ; + parvenir_V = v_besch23 "parvenir" ** {vtyp = VEsse ; lock_V = <>} ; + peindre_V2 = v_besch57 "peindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + pendre_V2 = v_besch53 "pendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + percevoir_V2 = v_besch38 "percevoir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + perdre_V2 = v_besch53 "perdre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + permettre_V2 = v_besch56 "permettre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + plaindre_V2 = v_besch59 "plaindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + plaire_V2 = v_besch63 "plaire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; + pleuvoir_V = v_besch45 "pleuvoir" ** {vtyp = VHabere ; lock_V = <>} ; + poindre_V2 = v_besch58 "poindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + pondre_V2 = v_besch53 "pondre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + pourfendre_V2 = v_besch53 "pourfendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + poursuivre_V2 = v_besch75 "poursuivre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + pourvoir_V2 = v_besch40 "pourvoir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; + pouvoir_V = v_besch43 "pouvoir" ** {vtyp = VHabere ; lock_V = <>} ; + prdire_V2 = v_besch78 "prdire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + prendre_V2 = v_besch54 "prendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + prescrire_V2 = v_besch80 "prescrire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + pressentir_V2 = v_besch25 "pressentir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + prtendre_V2 = v_besch53 "prtendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; + prvaloir_V2 = v_besch47 "prvaloir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complGen} ; + prvenir_V2 = v_besch23 "prvenir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + prvoir_V2 = v_besch39 "prvoir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + produire_V2 = v_besch82 "produire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + promettre_V2 = v_besch56 "promettre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + promouvoir_V2 = v_besch44 "promouvoir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + proscrire_V2 = v_besch80 "proscrire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + provenir_V = v_besch23 "provenir" ** {vtyp = VEsse ; lock_V = <>} ; + rabattre_V2 = v_besch55 "rabattre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + raire_V2 = v_besch61 "raire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + rapprendre_V2 = v_besch54 "rapprendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + rasseoir_V2 = v_besch49 "rasseoir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + radmettre_V2 = v_besch56 "radmettre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + rapparatre_V = v_besch64 "rapparatre" ** {vtyp = VHabere ; lock_V = <>} ; + rapprendre_V2 = v_besch54 "rapprendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + rebattre_V2 = v_besch55 "rebattre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + recevoir_V2 = v_besch38 "recevoir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + recomparatre_V2 = v_besch64 "recomparatre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + reconduire_V2 = v_besch82 "reconduire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + reconnatre_V2 = v_besch64 "reconnatre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + reconqurir_V2 = v_besch24 "reconqurir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + reconstruire_V2 = v_besch82 "reconstruire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + recoudre_V2 = v_besch73 "recoudre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + recourir_V2 = v_besch33 "recourir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; + recouvrir_V2 = v_besch27 "recouvrir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + rcrire_V2 = v_besch80 "rcrire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + recrotre_V2 = v_besch67 "recrotre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + recueillir_V2 = v_besch28 "recueillir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + recuire_V2 = v_besch82 "recuire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + redcouvrir_V2 = v_besch27 "redcouvrir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + redfaire_V2 = v_besch62 "redfaire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + redescendre_V2 = v_besch53 "redescendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + redevenir_V = v_besch23 "redevenir" ** {vtyp = VEsse ; lock_V = <>} ; + redevoir_V2 = v_besch42 "redevoir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + redire_V2 = v_besch78 "redire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + rduire_V2 = v_besch82 "rduire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; + rcrire_V2 = v_besch80 "rcrire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + rlire_V2 = v_besch77 "rlire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + rentendre_V2 = v_besch53 "rentendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + refaire_V2 = v_besch62 "refaire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + refendre_V2 = v_besch53 "refendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + refondre_V2 = v_besch53 "refondre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + rinscrire_V2 = v_besch80 "rinscrire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + rintroduire_V2 = v_besch82 "rintroduire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + rejoindre_V2 = v_besch58 "rejoindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + relire_V2 = v_besch77 "relire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + reluire_V2 = v_besch82 "reluire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + remettre_V2 = v_besch56 "remettre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + remordre_V2 = v_besch53 "remordre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + remoudre_V2 = v_besch74 "remoudre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + renatre_V2 = v_besch65 "renatre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + rendormir_V2 = v_besch32 "rendormir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + rendre_V2 = v_besch53 "rendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + rentraire_V2 = v_besch61 "rentraire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + rentrouvrir_V2 = v_besch27 "rentrouvrir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + renvoyer_V2 = v_besch18 "renvoyer" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + repatre_V2 = v_besch66 "repatre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + rpandre_V2 = v_besch53 "rpandre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + reparatre_V = v_besch64 "reparatre" ** {vtyp = VEsse ; lock_V = <>} ; + repartir_V = v_besch25 "repartir" ** {vtyp = VEsse ; lock_V = <>} ; + repeindre_V2 = v_besch57 "repeindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + rependre_V2 = v_besch53 "rependre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + repentir_V = v_besch25 "repentir" ** {vtyp = VHabere ; lock_V = <> ; c2 = complAcc} ; + reperdre_V2 = v_besch53 "reperdre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + repleuvoir_V = v_besch45 "repleuvoir" ** {vtyp = VHabere ; lock_V = <>} ; + rpondre_V2 = v_besch53 "rpondre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + reprendre_V2 = v_besch54 "reprendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + reproduire_V2 = v_besch82 "reproduire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + requrir_V2 = v_besch24 "requrir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + rsoudre_V2 = mkNV (conj3rsoudre "rsoudre") ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + ressentir_V2 = v_besch25 "ressentir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complGen} ; + resservir_V2 = v_besch35 "resservir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + ressortir_V = v_besch25 "ressortir" ** {vtyp = VEsse ; lock_V = <>} ; + ressouvenir_V = v_besch23 "ressouvenir" ** {vtyp = VHabere ; lock_V = <> ; c2 = complAcc} ; + restreindre_V2 = v_besch57 "restreindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + reteindre_V2 = v_besch57 "reteindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + retendre_V2 = v_besch53 "retendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + retenir_V2 = v_besch23 "retenir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + retondre_V2 = v_besch53 "retondre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + retordre_V2 = v_besch53 "retordre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + retraduire_V2 = v_besch82 "retraduire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + retraire_V2 = v_besch61 "retraire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + retranscrire_V2 = v_besch80 "retranscrire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + retransmettre_V2 = v_besch56 "retransmettre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + rtreindre_V2 = v_besch57 "rtreindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + revaloir_V2 = v_besch47 "revaloir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + revendre_V2 = v_besch53 "revendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + revenir_V = v_besch23 "revenir" ** {vtyp = VEsse ; lock_V = <>} ; + revtir_V2 = v_besch26 "revtir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + revivre_V2 = v_besch76 "revivre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + revoir_V2 = v_besch39 "revoir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + revouloir_V2 = v_besch48 "revouloir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + rire_V2 = v_besch79 "rire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complGen} ; + rompre_V2 = v_besch53 "rompre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + rouvrir_V2 = v_besch27 "rouvrir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + saillir_V2 = v_besch29 "saillir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + satisfaire_V2 = v_besch62 "satisfaire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; + savoir_V2 = v_besch41 "savoir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + secourir_V2 = v_besch33 "secourir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + sduire_V2 = v_besch82 "sduire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + sentir_V2 = v_besch25 "sentir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + seoir_V = v_besch50 "seoir" ** {vtyp = VHabere ; lock_V = <>} ; + servir_V2 = v_besch35 "servir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + sortir_V = v_besch25 "sortir" ** {vtyp = VHabere ; lock_V = <>} ; + soubattre_V2 = v_besch55 "soubattre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + souffrir_V2 = v_besch27 "souffrir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + soumettre_V2 = v_besch56 "soumettre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; + sourire_V2 = v_besch79 "sourire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; + souscrire_V2 = v_besch80 "souscrire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; + sous_entendre_V2 = v_besch53 "sous-entendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + sous_tendre_V2 = v_besch53 "sous-tendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + soustraire_V2 = v_besch61 "soustraire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + soutenir_V2 = v_besch23 "soutenir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + souvenir_V = v_besch23 "souvenir" ** {vtyp = VHabere ; lock_V = <> ; c2 = complAcc} ; + subvenir_V2 = v_besch23 "subvenir" ** {vtyp = VEsse ; lock_V2 = <> ; c2 = complDat} ; + suffire_V2 = v_besch81 "suffire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; + suivre_V2 = v_besch75 "suivre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + surfaire_V2 = v_besch62 "surfaire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + surprendre_V2 = v_besch54 "surprendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + surproduire_V2 = v_besch82 "surproduire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + surseoir_V2 = v_besch51 "surseoir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; + surtondre_V2 = v_besch53 "surtondre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + survenir_V = v_besch23 "survenir" ** {vtyp = VEsse ; lock_V = <>} ; + survivre_V2 = v_besch76 "survivre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; + suspendre_V2 = v_besch53 "suspendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + taire_V2 = v_besch63 "taire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + teindre_V2 = v_besch57 "teindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + tendre_V2 = v_besch53 "tendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; + tenir_V2 = v_besch23 "tenir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; + tondre_V2 = v_besch53 "tondre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + tordre_V2 = v_besch53 "tordre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + traduire_V2 = v_besch82 "traduire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + traire_V2 = v_besch61 "traire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + transcrire_V2 = v_besch80 "transcrire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + transmettre_V2 = v_besch56 "transmettre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + transparatre_V = v_besch64 "transparatre" ** {vtyp = VHabere ; lock_V = <>} ; + trfondre_V2 = v_besch53 "trfondre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + tressaillir_V = v_besch29 "tressaillir" ** {vtyp = VHabere ; lock_V = <>} ; + vaincre_V2 = v_besch60 "vaincre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + valoir_V2 = v_besch47 "valoir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + vendre_V2 = v_besch53 "vendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + venir_V = v_besch23 "venir" ** {vtyp = VEsse ; lock_V = <>} ; + vtir_V2 = v_besch26 "vtir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + vivre_V2 = v_besch76 "vivre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + voir_V2 = v_besch39 "voir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + vouloir_V2 = v_besch48 "vouloir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; + +} diff --git a/deprecated/old-lib/resource/french/IrregFreAbs.gf b/deprecated/old-lib/resource/french/IrregFreAbs.gf new file mode 100644 index 000000000..f82d7c0a0 --- /dev/null +++ b/deprecated/old-lib/resource/french/IrregFreAbs.gf @@ -0,0 +1,391 @@ +--# -path=.:../romance:../abstract:../../prelude + +-- Irregular verbs from Nancy, based on a list from Sylvain Pogodalla, 25/11/2004 +-- Translated to GF by Aarne Ranta +-- added extracted subcat information 29/11 + +abstract IrregFreAbs = Cat ** { + +-- all verbs in classes with "er" and "ir" like "finir" are omitted + +fun + abattre_V2 : V2 ; + absoudre_V2 : V2 ; + abstenir_V : V ; + abstraire_V2 : V2 ; + accourir_V : V ; + accrotre_V2 : V2 ; + accueillir_V2 : V2 ; + acqurir_V2 : V2 ; + adjoindre_V2 : V2 ; + admettre_V2 : V2 ; + advenir_V : V ; + aller_V : V ; + apercevoir_V2 : V2 ; + apparatre_V : V ; + appartenir_V2 : V2 ; + appendre_V2 : V2 ; + apprendre_V2 : V2 ; + assaillir_V2 : V2 ; + asseoir_V2 : V2 ; + astreindre_V2 : V2 ; + atteindre_V2 : V2 ; + attendre_V2 : V2 ; + avoir_V2 : V2 ; + battre_V2 : V2 ; + boire_V2 : V2 ; + bouillir_V2 : V2 ; + braire_V : V ; + ceindre_V2 : V2 ; + choir_V : V ; + circonscrire_V2 : V2 ; + circonvenir_V2 : V2 ; + clore_V2 : V2 ; + combattre_V2 : V2 ; + commettre_V2 : V2 ; + comparatre_V2 : V2 ; + complaire_V2 : V2 ; + comprendre_V2 : V2 ; + compromettre_V2 : V2 ; + concevoir_V2 : V2 ; + conclure_V2 : V2 ; + concourir_V2 : V2 ; + condescendre_V2 : V2 ; + conduire_V2 : V2 ; + confire_V2 : V2 ; + confondre_V2 : V2 ; + conjoindre_V2 : V2 ; + connatre_V2 : V2 ; + conqurir_V2 : V2 ; + consentir_V2 : V2 ; + construire_V2 : V2 ; + contenir_V2 : V2 ; + contraindre_V2 : V2 ; + contrebattre_V2 : V2 ; + contredire_V2 : V2 ; + contrefaire_V2 : V2 ; + contrevenir_V2 : V2 ; + convaincre_V2 : V2 ; + convenir_V2 : V2 ; + correspondre_V2 : V2 ; + corrompre_V2 : V2 ; + coudre_V2 : V2 ; + courir_V2 : V2 ; + couvrir_V2 : V2 ; + craindre_V2 : V2 ; + croire_V2 : V2 ; + crotre_V : V ; + cueillir_V2 : V2 ; + cuire_V2 : V2 ; + dbattre_V2 : V2 ; + dbouillir_V2 : V2 ; + dcevoir_V2 : V2 ; + dchoir_V2 : V2 ; + dclore_V2 : V2 ; + dcommettre_V2 : V2 ; + dconfire_V2 : V2 ; + dcoudre_V2 : V2 ; + dcouvrir_V2 : V2 ; + dcrire_V2 : V2 ; + dcrotre_V2 : V2 ; + dcuire_V2 : V2 ; + dduire_V2 : V2 ; + dfaillir_V : V ; + dfaire_V2 : V2 ; + dfendre_V2 : V2 ; + dmentir_V2 : V2 ; + dmettre_V2 : V2 ; + dmordre_V : V ; + dpartir_V2 : V2 ; + dpeindre_V2 : V2 ; + dpendre_V2 : V2 ; + dplaire_V : V ; + dpourvoir_V2 : V2 ; + dprendre_V2 : V2 ; + dsapprendre_V2 : V2 ; + descendre_V2 : V2 ; + desservir_V2 : V2 ; + dteindre_V2 : V2 ; + dtendre_V2 : V2 ; + dtenir_V2 : V2 ; + dtordre_V2 : V2 ; + dtruire_V2 : V2 ; + devenir_V : V ; + dvtir_V2 : V2 ; + devoir_V2 : V2 ; + dire_V2 : V2 ; + disconvenir_V2 : V2 ; + discourir_V2 : V2 ; + disjoindre_V2 : V2 ; + disparatre_V2 : V2 ; + dissoudre_V2 : V2 ; + distendre_V2 : V2 ; + distordre_V2 : V2 ; + distraire_V2 : V2 ; + dormir_V2 : V2 ; + battre_V : V ; + choir_V2 : V2 ; + clore_V2 : V2 ; + conduire_V2 : V2 ; + crire_V2 : V2 ; + lire_V2 : V2 ; + embatre_V2 : V2 ; + embattre_V2 : V2 ; + emboire_V : V ; + mettre_V2 : V2 ; + moudre_V2 : V2 ; + mouvoir_V2 : V2 ; + empreindre_V2 : V2 ; + enceindre_V2 : V2 ; + enclore_V2 : V2 ; + encourir_V2 : V2 ; + endormir_V2 : V2 ; + enduire_V2 : V2 ; + enfreindre_V2 : V2 ; + enfuir_V : V ; + enjoindre_V2 : V2 ; + enqurir_V : V ; + entendre_V2 : V2 ; + entr'apercevoir_V : V ; + entrebattre_V : V ; + entre_dtruire_V : V ; + entre_har_V : V ; + entremettre_V : V ; + entre_nuire_V : V ; + entreprendre_V2 : V2 ; + entretenir_V2 : V2 ; + entrevoir_V2 : V2 ; + entrouvrir_V2 : V2 ; + envoyer_V2 : V2 ; + pandre_V2 : V2 ; + perdre_V : V ; + prendre_V : V ; + quivaloir_V2 : V2 ; + teindre_V2 : V2 ; + tendre_V2 : V2 ; + treindre_V2 : V2 ; + tre_V : V ; + exclure_V2 : V2 ; + extraire_V2 : V2 ; + faillir_V2 : V2 ; + faire_V2 : V2 ; + falloir_V : V ; + feindre_V2 : V2 ; + fendre_V2 : V2 ; + fondre_V2 : V2 ; + forfaire_V2 : V2 ; + foutre_V2 : V2 ; + frire_V2 : V2 ; + fuir_V2 : V2 ; + geindre_V2 : V2 ; + gsir_V2 : V2 ; + har_V2 : V2 ; + inclure_V2 : V2 ; + induire_V2 : V2 ; + inscrire_V2 : V2 ; + instruire_V2 : V2 ; + interdire_V2 : V2 ; + interrompre_V2 : V2 ; + intervenir_V : V ; + introduire_V2 : V2 ; + joindre_V2 : V2 ; + lire_V2 : V2 ; + luire_V : V ; + mainmettre_V2 : V2 ; + maintenir_V2 : V2 ; + mconnatre_V2 : V2 ; + mcroire_V2 : V2 ; + mdire_V2 : V2 ; + mentir_V2 : V2 ; + mprendre_V2 : V2 ; + messeoir_V2 : V2 ; + mettre_V2 : V2 ; + mvendre_V2 : V2 ; + mordre_V2 : V2 ; + morfondre_V : V ; + moudre_V2 : V2 ; + mourir_V : V ; + mouvoir_V2 : V2 ; + natre_V : V ; + nuire_V2 : V2 ; + obtenir_V2 : V2 ; + obvenir_V : V ; + occlure_V2 : V2 ; + offrir_V2 : V2 ; + oindre_V2 : V2 ; + omettre_V2 : V2 ; + our_V2 : V2 ; + ouvrir_V2 : V2 ; + patre_V2 : V2 ; + patre_V : V ; + paratre_V : V ; + parcourir_V2 : V2 ; + parfondre_V2 : V2 ; + partir_V : V ; + parvenir_V : V ; + peindre_V2 : V2 ; + pendre_V2 : V2 ; + percevoir_V2 : V2 ; + perdre_V2 : V2 ; + permettre_V2 : V2 ; + plaindre_V2 : V2 ; + plaire_V2 : V2 ; + pleuvoir_V : V ; + poindre_V2 : V2 ; + pondre_V2 : V2 ; + pourfendre_V2 : V2 ; + poursuivre_V2 : V2 ; + pourvoir_V2 : V2 ; + pouvoir_V : V ; + prdire_V2 : V2 ; + prendre_V2 : V2 ; + prescrire_V2 : V2 ; + pressentir_V2 : V2 ; + prtendre_V2 : V2 ; + prvaloir_V2 : V2 ; + prvenir_V2 : V2 ; + prvoir_V2 : V2 ; + produire_V2 : V2 ; + promettre_V2 : V2 ; + promouvoir_V2 : V2 ; + proscrire_V2 : V2 ; + provenir_V : V ; + rabattre_V2 : V2 ; + raire_V2 : V2 ; + rapprendre_V2 : V2 ; + rasseoir_V2 : V2 ; + radmettre_V2 : V2 ; + rapparatre_V : V ; + rapprendre_V2 : V2 ; + rebattre_V2 : V2 ; + recevoir_V2 : V2 ; + recomparatre_V2 : V2 ; + reconduire_V2 : V2 ; + reconnatre_V2 : V2 ; + reconqurir_V2 : V2 ; + reconstruire_V2 : V2 ; + recoudre_V2 : V2 ; + recourir_V2 : V2 ; + recouvrir_V2 : V2 ; + rcrire_V2 : V2 ; + recrotre_V2 : V2 ; + recueillir_V2 : V2 ; + recuire_V2 : V2 ; + redcouvrir_V2 : V2 ; + redfaire_V2 : V2 ; + redescendre_V2 : V2 ; + redevenir_V : V ; + redevoir_V2 : V2 ; + redire_V2 : V2 ; + rduire_V2 : V2 ; + rcrire_V2 : V2 ; + rlire_V2 : V2 ; + rentendre_V2 : V2 ; + refaire_V2 : V2 ; + refendre_V2 : V2 ; + refondre_V2 : V2 ; + rinscrire_V2 : V2 ; + rintroduire_V2 : V2 ; + rejoindre_V2 : V2 ; + relire_V2 : V2 ; + reluire_V2 : V2 ; + remettre_V2 : V2 ; + remordre_V2 : V2 ; + remoudre_V2 : V2 ; + renatre_V2 : V2 ; + rendormir_V2 : V2 ; + rendre_V2 : V2 ; + rentraire_V2 : V2 ; + rentrouvrir_V2 : V2 ; + renvoyer_V2 : V2 ; + repatre_V2 : V2 ; + rpandre_V2 : V2 ; + reparatre_V : V ; + repartir_V : V ; + repeindre_V2 : V2 ; + rependre_V2 : V2 ; + repentir_V : V ; + reperdre_V2 : V2 ; + repleuvoir_V : V ; + rpondre_V2 : V2 ; + reprendre_V2 : V2 ; + reproduire_V2 : V2 ; + requrir_V2 : V2 ; + rsoudre_V2 : V2 ; + ressentir_V2 : V2 ; + resservir_V2 : V2 ; + ressortir_V : V ; + ressouvenir_V : V ; + restreindre_V2 : V2 ; + reteindre_V2 : V2 ; + retendre_V2 : V2 ; + retenir_V2 : V2 ; + retondre_V2 : V2 ; + retordre_V2 : V2 ; + retraduire_V2 : V2 ; + retraire_V2 : V2 ; + retranscrire_V2 : V2 ; + retransmettre_V2 : V2 ; + rtreindre_V2 : V2 ; + revaloir_V2 : V2 ; + revendre_V2 : V2 ; + revenir_V : V ; + revtir_V2 : V2 ; + revivre_V2 : V2 ; + revoir_V2 : V2 ; + revouloir_V2 : V2 ; + rire_V2 : V2 ; + rompre_V2 : V2 ; + rouvrir_V2 : V2 ; + saillir_V2 : V2 ; + satisfaire_V2 : V2 ; + savoir_V2 : V2 ; + secourir_V2 : V2 ; + sduire_V2 : V2 ; + sentir_V2 : V2 ; + seoir_V : V ; + servir_V2 : V2 ; + sortir_V : V ; + soubattre_V2 : V2 ; + souffrir_V2 : V2 ; + soumettre_V2 : V2 ; + sourire_V2 : V2 ; + souscrire_V2 : V2 ; + sous_entendre_V2 : V2 ; + sous_tendre_V2 : V2 ; + soustraire_V2 : V2 ; + soutenir_V2 : V2 ; + souvenir_V : V ; + subvenir_V2 : V2 ; + suffire_V2 : V2 ; + suivre_V2 : V2 ; + surfaire_V2 : V2 ; + surprendre_V2 : V2 ; + surproduire_V2 : V2 ; + surseoir_V2 : V2 ; + surtondre_V2 : V2 ; + survenir_V : V ; + survivre_V2 : V2 ; + suspendre_V2 : V2 ; + taire_V2 : V2 ; + teindre_V2 : V2 ; + tendre_V2 : V2 ; + tenir_V2 : V2 ; + tondre_V2 : V2 ; + tordre_V2 : V2 ; + traduire_V2 : V2 ; + traire_V2 : V2 ; + transcrire_V2 : V2 ; + transmettre_V2 : V2 ; + transparatre_V : V ; + trfondre_V2 : V2 ; + tressaillir_V : V ; + vaincre_V2 : V2 ; + valoir_V2 : V2 ; + vendre_V2 : V2 ; + venir_V : V ; + vtir_V2 : V2 ; + vivre_V2 : V2 ; + voir_V2 : V2 ; + vouloir_V2 : V2 ; +} diff --git a/deprecated/old-lib/resource/french/LangFre.gf b/deprecated/old-lib/resource/french/LangFre.gf new file mode 100644 index 000000000..eee63e930 --- /dev/null +++ b/deprecated/old-lib/resource/french/LangFre.gf @@ -0,0 +1,10 @@ +--# -path=.:../romance:../abstract:../common + +concrete LangFre of Lang = + GrammarFre, + LexiconFre + ** { + +flags startcat = Phr ; unlexer = text ; lexer = text ; + +} ; diff --git a/deprecated/old-lib/resource/french/LexiconFre.gf b/deprecated/old-lib/resource/french/LexiconFre.gf new file mode 100644 index 000000000..d7f7baf6f --- /dev/null +++ b/deprecated/old-lib/resource/french/LexiconFre.gf @@ -0,0 +1,367 @@ +--# -path=.:../romance:../common:../abstract:../../prelude + +concrete LexiconFre of Lexicon = CatFre ** + open (M = MorphoFre), ParadigmsFre, IrregFre in { + +flags + optimize=values ; + +lin + airplane_N = regGenN "avion" masculine ; + answer_V2S = mkV2S (v2V rpondre_V2) dative ; + apartment_N = regGenN "apartement" masculine ; + apple_N = regGenN "pomme" feminine ; + art_N = regGenN "art" feminine ; + ask_V2Q = mkV2Q (regV "demander") dative ; + baby_N = regGenN "bb" masculine ; + bad_A = prefA (mkADeg (regA "mauvais") (regA "pire")) ; + bank_N = regGenN "banque" feminine ; + beautiful_A = prefA (regA "joli") ; ---- beau + become_VA = mkVA devenir_V ; + beer_N = regGenN "bire" feminine ; + beg_V2V = mkV2V (regV "demander") accusative dative ; + big_A = prefA (regA "grand") ; + bike_N = regGenN "vlo" masculine ; + bird_N = regGenN "oiseau" masculine ; + black_A = regA "noir" ; + blue_A = regA "bleu" ; + boat_N = regGenN "bateau" masculine ; + book_N = regGenN "livre" masculine ; + boot_N = regGenN "botte" feminine ; + boss_N = regGenN "chef" masculine ; + boy_N = regGenN "garon" masculine ; + bread_N = regGenN "pain" masculine ; + break_V2 = dirV2 (regV "casser") ; + broad_A = regA "large" ; + brother_N2 = deN2 (regGenN "frre" masculine) ; + brown_A = regA "brun" ; + butter_N = regGenN "beurre" masculine ; + buy_V2 = dirV2 (reg3V "acheter" "achte" "achtera") ; + camera_N = compN (regGenN "appareil" masculine) ["de photo"] ; + cap_N = regGenN "casquette" feminine ; + car_N = regGenN "voiture" feminine ; + carpet_N = regGenN "tapis" masculine ; + cat_N = regGenN "chat" masculine ; + ceiling_N = regGenN "plafond" masculine ; + chair_N = regGenN "chaise" feminine ; + cheese_N = regGenN "fromage" masculine ; + child_N = regGenN "enfant" masculine ; + church_N = regGenN "glise" feminine ; + city_N = regGenN "ville" feminine ; + clean_A = regA "propre" ; + clever_A = regA "sage" ; ---- + close_V2 = dirV2 (regV "fermer") ; + coat_N = regGenN "manteau" masculine ; + cold_A = regA "froid" ; + come_V = venir_V ; + computer_N = regGenN "ordinateur" masculine ; + country_N = regGenN "pays" masculine ; + cousin_N = regGenN "cousin" masculine ; ---- cousine + cow_N = regGenN "vache" feminine ; + die_V = mourir_V ; + dirty_A = regA "sale" ; + distance_N3 = mkN3 (regGenN "distance" feminine) genitive dative ; + doctor_N = regGenN "mdecin" masculine ; + dog_N = regGenN "chien" masculine ; + door_N = regGenN "porte" feminine ; + drink_V2 = boire_V2 ; + easy_A2V = mkA2V (regA "facile") dative genitive ; + eat_V2 = dirV2 (regV "manger") ; + empty_A = regA "vide" ; + enemy_N = regGenN "ennemi" masculine ; + factory_N = regGenN "usine" feminine ; + father_N2 = deN2 (regGenN "pre" masculine) ; + fear_VS = mkVS (v2V craindre_V2) ; + fear_V2 = dirV2 (v2V craindre_V2) ; + find_V2 = dirV2 (regV "trouver") ; + fish_N = regGenN "poisson" masculine ; + floor_N = regGenN "plancher" masculine ; + forget_V2 = dirV2 (regV "oublier") ; + fridge_N = regGenN "frigo" masculine ; + friend_N = regGenN "ami" masculine ; + fruit_N = regGenN "fruit" masculine ; + fun_AV = mkAV (regA "marrant") genitive ; + garden_N = regGenN "jardin" masculine ; + girl_N = regGenN "fille" feminine ; + glove_N = regGenN "gant" masculine ; + gold_N = regGenN "or" masculine ; + good_A = prefA (mkADeg (mkA "bon" "bonne" "bons" "bien") + (mkA "meilleur" "meilleure" "meilleurs" "mieux")) ; + go_V = aller_V ; + green_A = regA "vert" ; + harbour_N = regGenN "port" masculine ; + hate_V2 = har_V2 ; + hat_N = regGenN "chapeau" masculine ; + have_V2 = avoir_V2 ; + hear_V2 = entendre_V2 ; + hill_N = regGenN "colline" feminine ; + hope_VS = mkVS (reg3V "esprer" "espre" "esprera") ; + horse_N = regGenN "cheval" masculine ; + hot_A = regA "chaud" ; + house_N = regGenN "maison" feminine ; + important_A = regA "important" ; + industry_N = regGenN "industrie" feminine ; + iron_N = regGenN "fer" masculine ; + king_N = regGenN "roi" masculine ; + know_V2 = connatre_V2 ; ---- savoir_V2 : VS + lake_N = regGenN "lac" masculine ; + lamp_N = regGenN "lampe" feminine ; + learn_V2 = apprendre_V2 ; + leather_N = regGenN "cuir" masculine ; + leave_V2 = dirV2 (regV "quitter") ; + like_V2 = dirV2 (regV "aimer") ; + listen_V2 = dirV2 (regV "couter") ; + live_V = v2V vivre_V2 ; + long_A = compADeg (mkA "long" "longue" "longs" "longuement") ; + lose_V2 = perdre_V2 ; + love_N = regGenN "amour" masculine ; + love_V2 = dirV2 (regV "aimer") ; + man_N = regGenN "homme" masculine ; + married_A2 = mkA2 (regA "mari") dative ; + meat_N = regGenN "viande" feminine ; + milk_N = regGenN "lait" masculine ; + moon_N = regGenN "lune" feminine ; + mother_N2 = deN2 (regGenN "mre" feminine) ; + mountain_N = regGenN "montagne" feminine ; + music_N = regGenN "musique" feminine ; + narrow_A = regA "troit" ; + new_A = prefA (compADeg (mkA "nouveau" "nouvelle" "nouveaux" "nouvellement")) ; + newspaper_N = regGenN "journal" masculine ; + oil_N = regGenN "huile" feminine ; + old_A = + prefA (compADeg (mkA "vieux" "vieille" "vieux" "vieillement")) ; ---- vieil + open_V2 = ouvrir_V2 ; + paint_V2A = mkV2A (v2V peindre_V2) accusative (mkPrep "en") ; + paper_N = regGenN "papier" masculine ; + paris_PN = mkPN "Paris" masculine ; + peace_N = regGenN "paix" feminine ; + pen_N = regGenN "stylo" masculine ; + planet_N = regGenN "plante" feminine ; + plastic_N = regGenN "plastic" masculine ; + play_V2 = dirV2 (regV "jouer") ; + policeman_N = regGenN "policier" masculine ; + priest_N = regGenN "prtre" masculine ; + probable_AS = mkAS (regA "probable") ; + queen_N = regGenN "reine" feminine ; + radio_N = regGenN "radio" feminine ; + rain_V0 = mkV0 (pleuvoir_V) ; + read_V2 = lire_V2 ; + red_A = regA "rouge" ; + religion_N = regGenN "religion" feminine ; + restaurant_N = regGenN "restaurant" masculine ; + river_N = regGenN "rivire" feminine ; + rock_N = regGenN "rocher" masculine ; + roof_N = regGenN "toit" masculine ; + rubber_N = regGenN "caoutchuc" masculine ; + run_V = v2V courir_V2 ; + say_VS = mkVS (v2V dire_V2) ; + school_N = regGenN "cole" feminine ; + science_N = regGenN "science" feminine ; + sea_N = regGenN "mer" feminine ; + seek_V2 = dirV2 (regV "chercher") ; + see_V2 = voir_V2 ; + sell_V3 = dirV3 (v2V vendre_V2) dative ; + send_V3 = dirV3 (v2V envoyer_V2) dative ; + sheep_N = regGenN "mouton" masculine ; + ship_N = regGenN "bateau" masculine ; + shirt_N = regGenN "chemise" feminine ; + shoe_N = regGenN "chaussure" feminine ; + shop_N = regGenN "magasin" masculine ; + short_A = regA "court" ; ---- bref + silver_N = regGenN "argent" masculine ; + sister_N = regGenN "soeur" feminine ; + sleep_V = v2V dormir_V2 ; + small_A = prefA (regA "petit") ; + snake_N = regGenN "serpent" masculine ; + sock_N = regGenN "chaussette" feminine ; + speak_V2 = dirV2 (regV "parler") ; + star_N = regGenN "toile" feminine ; + steel_N = regGenN "acier" masculine ; + stone_N = regGenN "pierre" feminine ; + stove_N = regGenN "four" masculine ; + student_N = regGenN "tudiant" masculine ; + stupid_A = regA "stupide" ; + sun_N = regGenN "soleil" masculine ; + switch8off_V2 = teindre_V2 ; + switch8on_V2 = dirV2 (regV "allumer") ; ---- + table_N = regGenN "table" feminine ; + talk_V3 = mkV3 (regV "parler") dative genitive ; + teacher_N = regGenN "professeur" masculine ; + teach_V2 = dirV2 (regV "enseigner") ; + television_N = regGenN "tlvision" feminine ; + thick_A = compADeg (mkA "pais" "paisse" "pais" "paissement") ; + thin_A = regA "fin" ; + train_N = regGenN "train" masculine ; + travel_V = regV "voyager" ; + tree_N = regGenN "arbre" masculine ; + ---- trousers_N = regGenN "pantalon" masculine ; + ugly_A = regA "laide" ; + understand_V2 = comprendre_V2 ; + university_N = regGenN "universit" feminine ; + village_N = regGenN "village" masculine ; + wait_V2 = attendre_V2 ; ---- dative? + walk_V = regV "marcher" ; + warm_A = regA "chaud" ; + war_N = regGenN "guerre" masculine ; + watch_V2 = dirV2 (regV "regarder") ; + water_N = regGenN "eau" feminine ; + white_A = compADeg (mkA "blanc" "blanche" "blancs" "blanchement") ; + window_N = regGenN "fentre" feminine ; + wine_N = regGenN "vin" masculine ; + win_V2 = dirV2 (regV "gagner") ; ---- vaincre + woman_N = regGenN "femme" feminine ; + wonder_VQ = mkVQ (reflV (regV "tonner")) ; + wood_N = regGenN "bois" masculine ; + write_V2 = crire_V2 ; + yellow_A = regA "jaune" ; + young_A = prefA (regA "jeune") ; + + do_V2 = faire_V2 ; + now_Adv = mkAdv "maintenant" ; + already_Adv = mkAdv "dj" ; + song_N = regGenN "chanson" feminine ; + add_V3 = dirV3 (regV "ajouter") dative ; + number_N = regGenN "nombre" masculine ; ---- numro + put_V2 = mettre_V2 ; + stop_V = reflV (regV "arrter") ; + jump_V = regV "sauter" ; + + left_Ord = M.mkOrd (regA "gauche") ; + right_Ord = M.mkOrd (regA "droite") ; + far_Adv = mkAdv "loin" ; + correct_A = regA "correct" ; + dry_A = (mkA "sec" "sche" "secs" "sches") ; + dull_A = regA "mouss" ; + full_A = regA "plein" ; + heavy_A = regA "lourd" ; + near_A = regA "proche" ; + rotten_A = regA "pourri" ; + round_A = regA "rond" ; + sharp_A = regA "tranchant" ; + smooth_A = regA "lisse" ; + straight_A = regA "droite" ; + wet_A = regA "mouill" ; + wide_A = regA "large" ; + animal_N = regN "animal" ; + ashes_N = regGenN "cendre" masculine ; + back_N = regN "dos" ; + bark_N = regN "corce" ; + belly_N = regGenN "ventre" masculine ; + blood_N = regN "sang" ; + bone_N = regN "os" ; + breast_N = regN "sein" ; --- poitrine + cloud_N = regGenN "nuage" masculine ; + day_N = regN "jour" ; + dust_N = regN "poussire" ; + ear_N = regN "oreille" ; + earth_N = regN "terre" ; + egg_N = regN "oeuf" ; + eye_N = mkN "oeil" "yeux" masculine ; + fat_N = regN "graisse" ; + feather_N = regN "plume" ; + fingernail_N = regGenN "ongle" masculine ; + fire_N = regN "feu" ; + flower_N = regGenN "fleur" feminine ; + fog_N = regN "brouillard" ; + foot_N = regN "pied" ; + forest_N = regGenN "fort" feminine ; + grass_N = regN "herbe" ; + guts_N = regN "entraille" ; + hair_N = regN "cheveu" ; + hand_N = regGenN "main" feminine ; + head_N = regN "tte" ; + heart_N = regN "coeur" ; + horn_N = regGenN "corne" masculine ; + husband_N = regN "mari" ; + ice_N = regN "glace" ; + knee_N = regN "genou" ; + leaf_N = regN "feuille" ; + leg_N = regN "jambe" ; + liver_N = regGenN "foie" masculine ; + louse_N = regN "pou" ; + mouth_N = regN "bouche" ; + name_N = regN "nom" ; + neck_N = mkN "cou" "cous" masculine ; + night_N = regGenN "nuit" feminine ; + nose_N = regN "nez" ; + person_N = regN "personne" ; + rain_N = regN "pluie" ; + road_N = regN "route" ; + root_N = regN "racine" ; + rope_N = regN "corde" ; + salt_N = regN "sel" ; + sand_N = regGenN "sable" masculine ; + seed_N = regN "graine" ; + skin_N = regN "peau" ; + sky_N = mkN "ciel" "cieux" masculine ; + smoke_N = regN "fume" ; + snow_N = regN "neige" ; + stick_N = regN "bton" ; + tail_N = regN "queue" ; + tongue_N = regN "langue" ; + tooth_N = regGenN "dent" feminine ; + wife_N = regN "femme" ; + wind_N = regN "vent" ; + wing_N = regN "aile" ; + worm_N = regN "ver" ; + year_N = regN "an" ; --- anne + bite_V2 = mordre_V2 ; + blow_V = regV "souffler" ; + breathe_V = regV "respirer" ; + burn_V = regV "brler" ; + count_V2 = dirV2 (regV "conter") ; + cut_V2 = dirV2 (regV "tailler") ; + dig_V = regV "creuser" ; + fall_V = regV "tomber" ; + fight_V2 = dirV2 (regV "lutter") ; + float_V = regV "flotter" ; + flow_V = regV "couler" ; + fly_V = regV "voler" ; + freeze_V = reg3V "geler" "gle" "glera" ; + give_V3 = dirdirV3 (regV "donner") ; + hit_V2 = dirV2 (regV "frapper") ; + hunt_V2 = dirV2 (regV "chasser") ; + kill_V2 = dirV2 (regV "tuer") ; + laugh_V = rire_V2 ; + lie_V = reflV (v2V tendre_V2) ; + play_V = regV "jouer" ; + pull_V2 = dirV2 (regV "tirer") ; + push_V2 = dirV2 (regV "pousser") ; + rub_V2 = dirV2 (regV "frotter") ; + scratch_V2 = dirV2 (regV "gratter") ; + sew_V = coudre_V2 ; + sing_V = regV "chanter" ; + sit_V = reflV (v2V asseoir_V2) ; + smell_V = v2V ( sentir_V2) ; + spit_V = regV "cracher" ; + squeeze_V2 = dirV2 (regV "serrer") ; + stab_V2 = dirV2 (regV "poignarder") ; + stand_V = reflV (reg3V "lever" "lve" "lvera") ; + suck_V2 = dirV2 (regV "sucer") ; + swell_V = regV "gonfler" ; + swim_V = regV "nager" ; + think_V = regV "penser" ; + throw_V2 = dirV2 (regV "jeter") ; + tie_V2 = dirV2 (regV "lier") ; + turn_V = regV "tourner" ; + vomit_V = regV "vomir" ; + wash_V2 = dirV2 (regV "laver") ; + wipe_V2 = dirV2 (regV "essuyer") ; + + hold_V2 = tenir_V2 ; + split_V2 = fendre_V2 ; + sit_V = reflV (v2V asseoir_V2) ; + + grammar_N = regN "grammaire" ; + language_N = regN "langue" ; + rule_N = regN "rgle" ; + + john_PN = regPN "Jean" ; + question_N = regN "question" ; + ready_A = regA "prt" ; + reason_N = regGenN "raison" feminine ; + today_Adv = mkAdv "aujourd'hui" ; + uncertain_A = regA "incertain" ; + + +} ; diff --git a/deprecated/old-lib/resource/french/MorphoFre.gf b/deprecated/old-lib/resource/french/MorphoFre.gf new file mode 100644 index 000000000..586755249 --- /dev/null +++ b/deprecated/old-lib/resource/french/MorphoFre.gf @@ -0,0 +1,1238 @@ +--# -path=.:../romance:../common:../../prelude + +--1 A Simple French 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 $ParadigmsFre$, which +-- gives a higher-level access to this module. + +resource MorphoFre = CommonRomance, ResFre ** + open PhonoFre, Prelude, Predef in { + +flags optimize=noexpand ; + +--2 Front vowels +-- +-- In verb conjugation, we will need the concept of frontal vowel. + +oper + voyelleFront : Strs = strs {"e" ; "i" ; "y" ; "" ; ""} ; + preVoyelleFront : (_,_ : Str) -> Str = \t,u -> pre {t ; u / voyelleFront} ; + + +--2 Nouns +-- +-- The following macro is useful for creating the forms of number-dependent +-- tables, such as common nouns. + + numForms : Str -> Str -> Number => Str = \bon,bons -> + table {Sg => bon ; Pl => bons} ; + +-- For example, the regular noun forms are defined as follows: + + nomReg : Str -> Number => Str = \bu -> numForms bu (bu + "s") ; + +-- Common nouns are inflected in number and have an inherent gender. + + CNom = {s : Number => Str ; g : Gender} ; + + mkCNom : (Number => Str) -> Gender -> CNom = \mecmecs,gen -> + {s = mecmecs ; g = gen} ; + + mkCNomIrreg : Str -> Str -> Gender -> CNom = \mec,mecs -> + mkCNom (numForms mec mecs) ; + + mkCNomReg : Str -> Gender -> CNom = \mec -> + mkCNom (nomReg mec) ; + + mkCNomNiveau : Str -> Gender -> CNom = \niveau -> + mkCNomIrreg niveau (niveau + "x") ; + + mkCNomCheval : Str -> Gender -> CNom = \cheval -> + let {cheva = Predef.tk 1 cheval} in + mkCNomIrreg cheval (cheva + "ux") ; + + mkCNomInvar : Str -> Gender -> CNom = \cas -> + mkCNomIrreg cas cas ; + + mkNomReg : Str -> Gender -> CNom = \cas -> + let cass = case Predef.dp 2 cas of { + "al" => init cas + "ux" ; + "au" => cas + "x" ; + "eu" => cas + "x" ; + "ou" => cas + "x" ; + _ => case last cas of { + "s" => cas ; + "x" => cas ; + "z" => cas ; + _ => cas + "s" + } + } + in mkCNomIrreg cas cass ; + + +--2 Adjectives +-- +-- Adjectives are conveniently seen as gender-dependent nouns. +-- Here are some patterns. First one that describes the worst case. + + mkAdj : (_,_,_,_ : Str) -> Adj = \vieux,vieuxs,vieille,vieillement -> + {s = table { + AF Masc n => numForms vieux vieuxs ! n ; + AF Fem n => nomReg vieille ! n ; + AA => vieillement + } + } ; + +-- Then the regular and invariant patterns. + + adjReg : Str -> Gender => Number => Str = \bu -> table { + Masc => (mkNomReg bu Masc).s ; + Fem => nomReg (case last bu of { + "e" => bu ; + _ => bu + "e" + }) + } ; + + adjInvar : Str -> Gender => Number => Str = \bien -> + \\_,_ => bien ; + +-- Adjectives themselves are records. Here the most common cases: + + adjGrand : Str -> Adj = \grand -> + let grande = case last grand of { + "e" => grand ; + _ => grand + "e" + } + in + mkAdj grand (grand + "s") grande (grande + "ment") ; + +-- Masculine form used for adverbial; also covers "carr". + + adjJoli : Str -> Adj = \joli -> + mkAdj joli (joli + "s") (joli + "e") (joli + "ment") ; + + adjHeureux : Str -> Adj = \heureux -> + let {heureu = Predef.tk 1 heureux} in + mkAdj heureux heureux (heureu+"se") (heureu+"sement") ; + + adjBanal : Str -> Adj = \banal -> + let {bana = Predef.tk 1 banal} in + mkAdj banal (bana + "ux") (banal+"e") (banal+"ement") ; + + adjJeune : Str -> Adj = \jeune -> + mkAdj jeune (jeune+"s") jeune (jeune+"ment") ; + + adjIndien : Str -> Adj = \indien -> + mkAdj indien (indien+"s") (indien+"ne") (indien+"nement") ; + + adjFrancais : Str -> Adj = \francais -> + mkAdj francais francais (francais+"e") (francais+"ement") ; + + adjCher : Str -> Adj = \cher -> + let {ch = Predef.tk 2 cher} in + mkAdj cher (cher + "s") (ch + "re") (ch + "rement") ; + + mkAdjReg : Str -> Adj = \creux -> + case Predef.dp 3 creux of { + "eux" => adjHeureux creux ; + _ => case Predef.dp 2 creux of { + "al" => adjBanal creux ; + "en" => adjIndien creux ; + "on" => adjIndien creux ; + "er" => adjCher creux ; + _ => case Predef.dp 1 creux of { + "s" => adjFrancais creux ; + "x" => adjFrancais creux ; + "e" => adjJeune creux ; + "" => adjJoli creux ; + "i" => adjJoli creux ; + _ => adjGrand creux + } + } + } ; + + +--2 Personal pronouns +-- +-- All the eight personal pronouns can be built by the following macro. +-- The use of "en" as atonic genitive is debatable. + + mkPronoun : (_,_,_,_,_,_,_ : Str) -> + Gender -> Number -> Person -> Pronoun = + \il,le,lui,Lui,son,sa,ses,g,n,p -> + {s = table { + Ton x => prepCase x ++ Lui ; + Aton Nom => il ; + Aton Acc => le ; + Aton (CPrep P_de) => "en" ; --- hmm + Aton (CPrep _) => lui ; + Poss Masc Sg => son ; + Poss Fem Sg => sa ; + Poss _ Pl => ses + } ; + a = {g = g ; n = n ; p = p} ; + hasClit = True + } ; + + elisPoss : Str -> Str = \s -> + pre {s + "a" ; s + "on" / voyelle} ; + + +--2 Determiners +-- +-- Determiners, traditionally called indefinite pronouns, are inflected +-- in gender and number. It is usually enough to give the two singular +-- forms to form the plurals. + + pronForms : Str -> Str -> Gender -> Number -> Str = \tel,telle,g,n -> case g of { + Masc => nomReg tel ! n ; + Fem => nomReg telle ! n + } ; + +-- The following macro generates the phrases "est-ce que", "est-ce qu'", +-- and "est-ce qui" (the last one used e.g. in "qu'est-ce qui"). + + estCeQue : Case -> Str = \c -> + "est-ce" ++ case c of { + Nom => "qui" ; + Acc => elisQue ; + _ => nonExist --- dont? + } ; + + +--2 Verbs + +--3 Parameters + +-- The full conjunction is a table on $VForm$, as in "Bescherelle". + +param + Temps = Presn | Imparf | Passe | Futur ; + TSubj = SPres | SImparf ; + TPart = PPres | PPasse Gender Number ; + VForm = Inf + | Indi Temps Number Person + | Condi Number Person + | Subjo TSubj Number Person + | Imper NumPersI + | Part TPart ; + +-- This is a conversion to the type in $CommonRomance$. + +oper + vvf : (VForm => Str) -> (VF => Str) = \aller -> table { + VInfin _ => aller ! Inf ; + VFin (VPres Indic) n p => aller ! Indi Presn n p ; + VFin (VPres Subjunct) n p => aller ! Subjo SPres n p ; + VFin (VImperf Indic) n p => aller ! Indi Imparf n p ; --# notpresent + VFin (VImperf Subjunct) n p => aller ! Subjo SImparf n p ; --# notpresent + VFin VPasse n p => aller ! Indi Passe n p ; --# notpresent + VFin VFut n p => aller ! Indi Futur n p ; --# notpresent + VFin VCondit n p => aller ! Condi n p ; --# notpresent + VImper np => aller ! Imper np ; + VPart g n => aller ! Part (PPasse g n) ; + VGer => aller ! Part PPres -- *en* allant + } ; + +-- We very often form the verb stem by dropping out the infinitive ending. + + troncVerb : Tok -> Tok = Predef.tk 2 ; + + +--3 Affixes +-- +-- It is convenient to have sets of affixes as data objects. + + Affixe : Type = Person => Str ; + + lesAffixes : (_,_,_ : Str) -> Affixe = \x,y,z -> table { + P1 => x ; + P2 => y ; + P3 => z + } ; + +-- Much of variation can be described in terms of affix sets: + + affixSgE : Affixe = lesAffixes "e" "es" "e" ; + + affixSgS : Affixe = lesAffixes "s" "s" "t" ; + + affixSgSsansT : Affixe = lesAffixes "s" "s" [] ; + + affixSgX : Affixe = lesAffixes "x" "x" "t" ; + + affixPlOns : Affixe = lesAffixes "ons" "ez" "ent" ; + + affixSgAi : Affixe = lesAffixes "ai" "as" "a" ; + + affixSgAis : Affixe = \\p => "ai" + affixSgS ! p ; + + affixPlIons : Affixe = table { + P3 => "aient" ; + p => "i" + affixPlOns ! p + } ; + +-- Often affix sets come in pairs, for the singular and the plural. + + affixImparf : Number => Affixe = table { + Sg => affixSgAis ; + Pl => affixPlIons + } ; + + affixFutur : Number => Affixe = table { + Sg => affixSgAi ; + Pl => table { + P3 => "ont" ; + p => affixPlOns ! p + } + } ; + + affixSPres : Number => Affixe = table { + Sg => affixSgE ; + Pl => table { + P3 => "ent" ; + p => affixPlIons ! p + } + } ; + + affixPlMes : (_,_ : Str) -> Affixe = + \, -> lesAffixes ( + "mes") ( + "tes") ( + "rent") ; + + affixPasseAi : Number => Affixe = table { + Sg => affixSgAi ; + Pl => affixPlMes "" "" + } ; + + affixPasseS : (i, : Str) -> Number => Affixe = \i, -> table { + Sg => table {p => i + affixSgS ! p} ; + Pl => affixPlMes i + } ; + + affixSImparfSse : (i, : Str) -> Number => Affixe = \i, -> table { + Sg => table { + P3 => + "t" ; + p => i + "ss" + affixSgE ! p + } ; + Pl => table {p => i + "ss" + affixSPres ! Pl ! p} + } ; + + AffixPasse : Type = {ps : Number => Affixe ; si : Number => Affixe} ; + + affixPasse : (_,_ : Str) -> AffixPasse = \i, -> + {ps = affixPasseS i ; si = affixSImparfSse i } ; + + affixPasseA : AffixPasse = {ps = affixPasseAi ; si = affixSImparfSse "a" ""} ; + + affixPasseI : AffixPasse = affixPasse "i" "" ; + + affixPasseU : AffixPasse = affixPasse "u" "" ; + + affixPasseNonExist : AffixPasse = + let {aff : Number => Affixe = + table {_ => lesAffixes nonExist nonExist nonExist}} in + {ps = aff ; si = aff} ; + + affixImper : NumPersI => Str = table { + SgP2 => "e" ; + PlP1 => "ons" ; + PlP2 => "ez" + } ; + + formesPresAi : (v,all : Str) -> Number => Affixe = \v,all -> table { + Sg => \\p => v + affixSgAi ! p ; + Pl => table { + P3 => v + "ont" ; + p => all + affixPlOns ! p + } + } ; + +--3 Macros for the complete conjugation type +-- +-- The type $VForm$ has 55 forms, as defined in $types.Fra.gf$. +-- The worst-case macro takes 11 stems and two affix sets. +-- (We will actually never need all of these at the same time.) + + Verbe : Type = VForm => Str ; + + verbAffixes : + (a,b,c,d,e,f,g,h,i,j,k : Str) -> Affixe -> AffixPasse -> Verbe = + \tien, ten, tienn, t, tiendr, soi, soy, soie, tenu, tenus, tenir -> + \affpres, affpasse -> + table { + Inf => tenir ; + Indi Presn Sg p => tien + affpres ! p ; + Indi Presn Pl P3 => tienn + affixPlOns ! P3 ; + Indi Presn Pl p => ten + affixPlOns ! p ; + Indi Imparf n p => ten + affixImparf ! n ! p ; + Indi Passe n p => t + affpasse.ps ! n ! p ; + Indi Futur n p => tiendr + affixFutur ! n ! p ; + Condi n p => tiendr + affixImparf ! n ! p ; + Subjo SPres Sg p => soi + affixSPres ! Sg ! p ; + Subjo SPres Pl P3 => soi + "ent" ; + Subjo SPres Pl p => soy + affixSPres ! Pl ! p ; + Subjo SImparf n p => t + affpasse.si ! n ! p ; + Imper SgP2 => soie ; + Imper p => soy + affixImper ! p ; + Part PPres => ten + "ant" ; + Part (PPasse Masc Sg) => tenu ; + Part (PPasse Fem Sg) => tenu + "e" ; + Part (PPasse Masc Pl) => tenus ; + Part (PPasse Fem Pl) => tenu + "es" + } ; + +-- Almost always seven stems are more than enough. + + verbHabituel : + (a,b,c,d,e,f,g : Str) -> Affixe -> AffixPasse -> Verbe = + \tien, ten, tienn, t, tiendr, tenu, tenir -> + \affpres, affpasse -> + verbAffixes tien ten tienn t tiendr tienn ten + (tien + affpres ! P1) tenu (tenu+"s") tenir affpres affpasse ; + +--3 The first conjugation +-- +-- There is quite some phonologically explained variation in the first conjugation. +-- The worst case has three different stems. + + auxConj1 : Str -> Str -> Str -> Verbe = \jet, jett, jeter -> + verbHabituel jett jet jett jet jeter (jet+"") (jet+"er") affixSgE affixPasseA ; + + conj1aimer : Str -> Verbe = \aimer -> + let {aim = troncVerb aimer} in + auxConj1 aim aim aimer ; + + conj1cder : Str -> Verbe = \cder -> + let { + ced = troncVerb cder ; + d = Predef.dp 1 ced ; + c = Predef.tk 2 ced ; + cd = c + "" + d ; + cd = c + "" + d + } + in auxConj1 cd cd cder ; + + conj1peser : Str -> Verbe = \cder -> ---- ? a verifier + let { + ced = troncVerb cder ; + d = Predef.dp 1 ced ; + c = Predef.tk 2 ced ; + cd = c + "" + d ; + cd = c + "e" + d + } + in auxConj1 cd cd cder ; + + conj1jeter : Str -> Verbe = \jeter -> + let { + jet = troncVerb jeter ; + jett = jet + Predef.dp 1 jet + } + in auxConj1 jet jett (jett + "er") ; + + conj1placer : Str -> Verbe = \placer -> + let { + pla = Predef.tk 3 placer ; + plac = preVoyelleFront (pla+"") (pla+"c") + } in + auxConj1 plac plac placer ; + + conj1manger : Str -> Verbe = \manger -> + let { + mang = Predef.tk 2 manger ; + mange = preVoyelleFront (mang+"e") mang + } in + auxConj1 mange mange manger ; + + conj1assiger : Str -> Verbe = \assiger -> + let {assi = Predef.tk 4 assiger} in + auxConj1 (preVoyelleFront (assi+"ge") (assi+"g")) (assi+"g") assiger ; + + conj1payer : Str -> Verbe = \payer -> + let {pa = Predef.tk 3 payer} in + auxConj1 (pa + "y") (pa + "i") (pa + "ier") ; + + conj1envoyer : Str -> Verbe = \envoyer -> + let {renv = Predef.tk 4 envoyer} in + auxConj1 (renv + "oy") (renv + "oi") (renv + "err") ; + +-- This is a collective dispatcher. + + mkVerbReg : Str -> Verbe = \parler -> + case parler of { + _ + "ir" => conj2finir parler ; + _ + "re" => conj3rendre parler ; + _ + "ger" => conj1assiger parler ; + _ + ("eler" | "eter") => conj1jeter parler ; + _ + "der" => conj1cder parler ; + _ + "cer" => conj1placer parler ; + _ + "ger" => conj1manger parler ; + _ + "yer" => conj1payer parler ; + _ => conj1aimer parler + } ; + +{- + let + e = last (Predef.tk 4 parler) ; + c = last (Predef.tk 3 parler) ; + verb_ = pbool2bool (occur "" (e + last (Predef.tk 3 parler))) ; + verb_e = andB (pbool2bool (occur e "e")) (pbool2bool (occur c "cmnprsv")) + in + case Predef.dp 4 parler of { + "ger" => conj1assiger parler ; + "eler" => conj1jeter parler ; + "eter" => conj1jeter parler ; + _ => case verb_ of { + True => conj1cder parler ; + _ => case verb_e of { +---- True => conj1peser parler ; + False | _ => case Predef.dp 3 parler of { + "cer" => conj1placer parler ; + "ger" => conj1manger parler ; + "yer" => conj1payer parler ; + _ => case Predef.dp 2 parler of { + "ir" => conj2finir parler ; + "re" => conj3rendre parler ; + _ => conj1aimer parler + } + } + } + } + } ; +-} + +-- The following can be more reliable. + + mkVerb3Reg : Str -> Str -> Str -> Verbe = \jeter,jette,jettera -> + auxConj1 + (Predef.tk 2 jeter) + (Predef.tk 1 jette) + (Predef.tk 1 jettera) ; + +--3 The second conjugation +-- +-- There are just two different cases. + + conj2finir : Str -> Verbe = \finir -> + let { + fin = troncVerb finir ; + fini = fin + "i" ; + finiss = fin + "iss" + } in + verbHabituel fini finiss finiss fin finir fini finir affixSgS affixPasseI ; + + conj2har : Str -> Verbe = \har -> + let {ha = troncVerb har ; + hai = ha + "i" ; + ha = ha + "" ; + haiss = ha + "ss" + } in + verbHabituel hai haiss haiss ha har ha har affixSgS (affixPasse "" "") ; + + +--3 The third conjugation +-- +-- This group is very heterogeneous. Most verbs have "re" in the infinitive, +-- but the first example does not! + + conj3tenir : Str -> Verbe = \tenir -> + let {t = Predef.tk 4 tenir} in + verbHabituel + (t+"ien") (t+"en") (t+"ienn") t (t+"iendr") (t+"enu") tenir + affixSgS (affixPasse "in" "n") ; + +-- Many verbs have "is" in the past participle. But there is so much variation +-- that the worst-case macro needs seven forms. + + auxConj3is : (_,_,_,_,_,_,_ : Str) -> Verbe = + \quier, qur, quir, qu, querr, quis, quiss -> + verbAffixes + quier qur quir qu querr quir qur + (quier + "s") quis quiss (qur + "ir") affixSgS affixPasseI ; + + auxConj3ir : (_,_,_ : Str) -> Verbe = \sen, sent, i -> + auxConj3is sen sent sent sent (sent+"ir") (sent+i) (sent+i+"s") ; + + conj3qurir : Str -> Verbe = \qurir -> + let {qu = Predef.tk 4 qurir} in + auxConj3is (qu+"ier") (qu+"r") (qu+"ir") qu (qu+"err") (qu+"is") (qu+"is") ; + + conj3sentir : Str -> Verbe = \sentir -> + let { + sent = troncVerb sentir ; + sen = Predef.tk 1 sent + } in + auxConj3ir sen sent "i" ; + + conj3vtir : Str -> Verbe = \vtir -> + let { + s = Predef.tk 5 vtir ; + vet = auxConj3ir "vt" "vt" "u" + } in + table { + Indi Presn Sg P3 => s + "vt" ; + p => s + vet ! p + }; + + auxConj3vrir : (_,_,_ : Str) -> Verbe = \ouvr, i, ouvert -> + verbAffixes + ouvr ouvr ouvr ouvr (ouvr + i + "r") ouvr ouvr + (ouvr + "e") ouvert (ouvert + "s") (ouvr + "ir") affixSgE affixPasseI ; + + conj3couvrir : Str -> Verbe = \couvrir -> + let {couv = Predef.tk 3 couvrir} in + auxConj3vrir (couv+"r") "i" (couv+"ert") ; + + conj3cueillir : Str -> Verbe = \cueillir -> + let {cueill = troncVerb cueillir} in + auxConj3vrir cueill "e" (cueill + "i") ; + + conj3assaillir : Str -> Verbe = \assaillir -> + let {assaill = troncVerb assaillir} in + auxConj3vrir assaill "i" (assaill + "i") ; + +-- The verb "faillir" has lots of alternatives forms. + + conj3faillir : Str -> Verbe = \faillir -> + let { + fa = Predef.tk 5 faillir ; + faudr = fa + "udr" ; + tfa = conj3assaillir faillir + } in + table { + Indi Presn Sg p => fa + "u" + affixSgX ! p ; + Subjo SPres n p => fa + variants {"illiss" ; "ill"} + affixSPres ! n ! p ; + + Indi Futur n p => variants {tfa ! Indi Futur n p ; faudr + affixFutur ! n ! p} ; + Condi n p => variants {tfa ! Condi n p ; faudr + affixImparf ! n ! p} ; + + Imper _ => nonExist ; + p => tfa ! p + }; + + conj3bouillir : Str -> Verbe = \bouillir -> + let { + bou = Predef.tk 5 bouillir ; + tbou = conj3assaillir bouillir + } in + table { + Indi Presn Sg p => bou + affixSgS ! p ; + Imper SgP2 => bou + "s" ; + p => tbou ! p + }; + +-- Notice that here we don't need another conjugation, as Bescherelle does. + + conj3dormir : Str -> Verbe = conj3sentir ; + +-- The verbs "mourir" and "courir" have much in common, except the first two +-- persons in the present indicative singular, and the past participles. + + auxConj3ourir : (_,_,_ : Str) -> Verbe = \meur, mour, mort -> + verbAffixes + meur mour meur mour (mour + "r") meur mour + (meur + "s") mort (mort + "s") (mour + "ir") affixSgS affixPasseU ; + + conj3courir : Str -> Verbe = \courir -> + let {cour = troncVerb courir} in + auxConj3ourir cour cour (cour + "u") ; + + conj3mourir : Str -> Verbe = \mourir -> + let {m = Predef.tk 5 mourir} in + auxConj3ourir (m + "eur") (m + "our") (m + "ort") ; + +-- A little auxiliary to cover "fuir" and "our". +-- *N.B.* some alternative forms for "our" are still missing. + + auxConj3ui : AffixPasse -> (_,_,_ : Str) -> Verbe = \affpasse, o, ou, ou -> + let {oi : Str = o + "i" ; oy : Str = o + "y" ; our : Str = ou + "r"} in + verbHabituel oi oy oi ou our ou our affixSgS affpasse ; + + conj3fuir : Str -> Verbe = \fuir -> + let {fu = troncVerb fuir} in + auxConj3ui affixPasseI fu fu (fu + "i") ; + + conj3our : Str -> Verbe = \ouir -> + let {o = Predef.tk 3 ouir} in + auxConj3ui (affixPasse "" "") o (o + "u") (o + "u") ; + +-- The verb "gsir" lacks many forms. + + conj3gsir : Str -> Verbe = \gsir -> + let {g = Predef.tk 4 gsir} in + table { + Inf => g + "sir" ; + Indi Presn Sg p => g + lesAffixes "is" "is" "t" ! p ; + Indi Presn Pl p => g + "is" + affixPlOns ! p ; + Indi Imparf n p => g + "is" + affixImparf ! n ! p ; + Part PPres => g + "isant" ; + _ => nonExist + } ; + +-- Here is an auxiliary for a large, and heterogeneous, group of verbs whose +-- infinitive ends in "oir". It has two special cases, depending on the ending +-- of the first two persions in the present indicative singular. + + auxConj3oir : Affixe -> AffixPasse -> (_,_,_,_,_,_,_,_ : Str) -> Verbe = + \affpres, affpasse -> + \peu, pouv, peuv, p, pourr, veuill, voul, v -> + let {pu : Str = p + "u"} in + verbAffixes + peu pouv peuv p pourr veuill voul (peu+affpres!P1) pu (pu+"s") (v+"oir") + affpres affpasse ; + + auxConj3usX : (_,_,_,_,_,_,_,_ : Str) -> Verbe = + auxConj3oir affixSgX affixPasseU ; + auxConj3usS : (_,_,_,_,_,_,_,_ : Str) -> Verbe = + auxConj3oir affixSgS affixPasseU ; + + conj3cevoir : Str -> Verbe = \cevoir -> + let {re = Predef.tk 6 cevoir} in + auxConj3usS (re+"oi") (re+"cev") (re+"oiv") (re+"") + (re+"cevr") (re+"oiv") (re+"cev") (re+"cev") ; + + conj3voir : Str -> Verbe = \voir -> + let { + v = Predef.tk 3 voir ; + voi = v + "oi" + } in + auxConj3oir + affixSgS affixPasseI voi (v + "oy") voi v (v + "err") voi (v + "oy") v ; + + conj3pourvoir : Str -> Verbe = \pourvoir -> + let { + pourv = Predef.tk 3 pourvoir ; + pourvoi = pourv + "oi" ; + pourvoy = pourv + "oy" + } in + auxConj3usS pourvoi pourvoy pourvoi pourv pourvoir pourvoi pourvoy pourv ; + + conj3savoir : Str -> Verbe = \savoir -> + let { + s = Predef.tk 5 savoir ; + tsavoir = auxConj3usS "ai" "av" "av" "" "aur" "ach" "ach" "av" + } in + table { + Imper p => s + "ach" + affixImper ! p ; + Part PPres => s + "achant" ; + p => s + tsavoir ! p + } ; + + conj3devoir : Str -> Verbe = \devoir -> + let { + s = Predef.tk 6 devoir ; + tdevoir = auxConj3usS "doi" "dev" "doiv" "d" "devr" "doiv" "dev" "dev" + } in + table { + Part (PPasse Masc Sg) => s + "d" ; + p => s + tdevoir ! p + } ; + + conj3pouvoir : Str -> Verbe = \pouvoir -> + let { + p = Predef.tk 6 pouvoir ; + tpouvoir = auxConj3usX "eu" "ouv" "euv" "" "ourr" "uiss" "uiss" "ouv" + } in + table { + Indi Presn Sg P1 => p + variants {"eux" ; "uis"} ; + t => p + tpouvoir ! t + } ; + + conj3mouvoir : Str -> Verbe = \mouvoir -> + let { + s = Predef.tk 7 mouvoir ; + mu = adjReg "m" ; + tmouvoir = auxConj3usS "meu" "mouv" "meuv" "m" "mouvr" "meuv" "mouv" "mouv" + } in + table { + Part (PPasse g n) => s + mu ! g ! n ; + p => s + tmouvoir ! p + } ; + + auxConj3seul3sg : (_,_,_,_,_ : Str) -> Verbe = + \faut, fall, pl, faudr, faill -> table { + Inf => fall + "oir" ; + Indi Presn Sg P3 => faut ; + Indi Imparf Sg P3 => fall + "ait" ; + Indi Passe Sg P3 => pl + "ut" ; + Indi Futur Sg P3 => faudr + "a" ; + Condi Sg P3 => faudr + "ait" ; + Subjo SPres Sg P3 => faill + "e" ; + Subjo SImparf Sg P3 => pl + "t" ; + Part PPres => fall + "ant" ; + Part (PPasse g n) => adjReg (pl + "u") ! g ! n ; + _ => nonExist + } ; + + conj3pleuvoir : Str -> Verbe = \pleuvoir -> + let { + pleuv = Predef.tk 3 pleuvoir ; + pl = Predef.tk 3 pleuv + } in + auxConj3seul3sg (pl + "eut") pleuv pl (pleuv + "r") pleuv ; + + conj3falloir : Str -> Verbe = \falloir -> + let { + fa = Predef.tk 5 falloir ; + fau = fa + "u" ; + fall = Predef.tk 3 falloir + } in + auxConj3seul3sg (fau + "t") fall fall (fau + "dr") (fa + "ill") ; + + conj3valoir : Str -> Verbe = \valoir -> + let { + va = Predef.tk 4 valoir ; + val = va + "l" + } in + auxConj3usX (va + "u") val val val (va + "udr") (va + "ill") val val ; + + conj3vouloir : Str -> Verbe = \vouloir -> + let { + v = Predef.tk 6 vouloir ; + vo = v + "o" ; + voul = vo + "ul" ; + veul = v + "eul" + } in + auxConj3usX (v + "eu") voul veul voul (vo + "udr") (v + "euill") voul voul ; + +-- The following two are both "asseoir" in the Bescherelle, which however +-- points out that the latter conjugation has an infinitive form without "e" +-- since the orthographic rectifications of 1990. + + conj3asseoir : Str -> Verbe = \asseoir -> + let { + ass = Predef.tk 4 asseoir ; + tasseoir = auxConj3is "ied" "ey" "ey" "" "ir" "is" "is" + } in + table { + Inf => ass + "eoir" ; + Indi Presn Sg P3 => ass + "ied" ; + t => ass + tasseoir ! t + } ; + + conj3assoir : Str -> Verbe = \assoir -> + let { + ass = Predef.tk 3 assoir ; + tassoir = auxConj3is "oi" "oy" "oi" "" "oir" "is" "is" + } in + table { + Inf => ass + variants {"oir" ; "eoir"} ; + t => ass + tassoir ! t + } ; + + conj3seoir : Str -> Verbe = \seoir -> + let { + s = Predef.tk 4 seoir ; + tseoir = conj3asseoir seoir + } in + table { + Indi Presn Pl P3 => s + "ient" ; + Indi _ _ P1 => nonExist ; + Indi _ _ P2 => nonExist ; + Indi Passe _ _ => nonExist ; + Condi _ P1 => nonExist ; + Condi _ P2 => nonExist ; + Subjo SPres Sg P3 => s + "ie" ; + Subjo SPres Pl P3 => s + "ient" ; + Subjo _ _ _ => nonExist ; + Imper _ => nonExist ; + Part PPres => s + "ant" ; + t => tseoir ! t + } ; + +-- Here we don't need a new conjugation. + + conj3messeoir : Str -> Verbe = \messeoir -> + let {tmesseoir = conj3seoir messeoir} in + table { + Part (PPasse _ _) => nonExist ; + p => tmesseoir ! p + } ; + + conj3surseoir : Str -> Verbe = \surseoir -> + let { + surs = Predef.tk 4 surseoir ; + tsurseoir = auxConj3is "oi" "oy" "oi" "" "eoir" "is" "is" + } in + table { + Inf => surseoir ; + t => surs + tsurseoir ! t + } ; + +-- Here we interpolate and include the imperfect and subjunctive forms, +-- which Bescherelle leaves out. + + conj3choir : Str -> Verbe = \choir -> + let { + e = Predef.tk 5 choir ; + tchoir = + auxConj3usS "choi" "choy" "choi" "ch" + (variants {"choir" ; "cherr"}) "choi" "choy" "ch" + } in + \\p => e + tchoir ! p ; + + conj3choir : Str -> Verbe = \choir -> + let {techoir = conj3choir choir} in + table { + Indi _ _ P1 => nonExist ; + Indi _ _ P2 => nonExist ; + Indi Presn Pl P3 => Predef.tk 3 choir + variants {"oient" ; "ent"} ; + Subjo _ _ P1 => nonExist ; + Subjo _ _ P2 => nonExist ; + Condi _ P1 => nonExist ; + Condi _ P2 => nonExist ; + Imper _ => nonExist ; + Part PPres => Predef.tk 3 choir + "ant" ; + t => techoir ! t + } ; + +-- Verbs with the infinitive ending "re" are a major group within the third +-- conjugation. The worst-case macro takes 2 sets of affixes and 7 stems. + + auxConj3re : Affixe -> AffixPasse -> (_,_,_,_,_,_,_ : Str) -> Verbe = + \affpr, affp -> \prend, pren, prenn, pr, prendr, pris, priss -> + verbAffixes prend pren prenn pr prendr prenn pren + (prend + affpr ! P1) pris priss (prendr + "e") affpr affp ; + + auxConj3tre : (_,_ : Str) -> Verbe = \bat, batt -> + auxConj3re affixSgSsansT affixPasseI + bat batt batt batt (batt + "r") (batt + "u") (batt + "us") ; + + conj3rendre : Str -> Verbe = \rendre -> + let {rend = troncVerb rendre} in + auxConj3tre rend rend ; + + conj3battre : Str -> Verbe = \battre -> + let {bat = Predef.tk 3 battre} in + auxConj3tre bat (bat + "t") ; + + conj3prendre : Str -> Verbe = \prendre -> + let {pr = Predef.tk 5 prendre} in + auxConj3re + affixSgSsansT affixPasseI (pr + "end") (pr + "en") + (pr + "enn") pr (pr + "endr") (pr + "is") (pr + "is") ; + + conj3mettre : Str -> Verbe = \mettre -> + let {m = Predef.tk 5 mettre ; met = m + "et"} in + auxConj3re + affixSgSsansT affixPasseI met (met + "t") + (met + "t") m (met + "tr") (m + "is") (m + "is") ; + + conj3peindre : Str -> Verbe = \peindre -> + let {pe = Predef.tk 5 peindre ; peign = pe + "ign"} in + auxConj3re + affixSgS affixPasseI + (pe + "in") peign peign peign (pe + "indr") (pe + "int") (pe + "ints") ; + +-- We don't need a separate conjugation for "joindre" and "craindre". + + conj3joindre = conj3peindre ; + + conj3craindre = conj3peindre ; + + conj3vaincre : Str -> Verbe = \vaincre -> + let { + vainc = troncVerb vaincre ; + vainqu = Predef.tk 1 vainc + "qu" + } in + auxConj3re + affixSgSsansT affixPasseI + vainc vainqu vainqu vainqu (vainc + "r") (vainc + "u") (vainc + "us") ; + + conj3traire : Str -> Verbe = \traire -> + let { + tra = Predef.tk 3 traire ; + trai = tra + "i" ; + tray = tra + "y" + } in + auxConj3re + affixSgS affixPasseNonExist + trai tray trai [] (trai + "r") (trai + "t") (trai + "ts") ; + +-- The verb "faire" has a great many irregularities. Following Bescherelle, +-- we have left out the plural 2nd person variant "faisez", which is a +-- 'grossier barbarisme'. + + conj3faire : Str -> Verbe = \faire -> + let { + fai = troncVerb faire ; + fais = fai + "s" ; + f = Predef.tk 2 fai ; + tfaire = auxConj3re + affixSgS affixPasseI + fai fais (f + "ass") f (f + "er") (fai + "t") (fai + "ts") + } in + table { + Inf => faire ; + Indi Presn Pl P2 => fai + "tes" ; + Indi Presn Pl P3 => f + "ont" ; + Subjo SPres Pl p => f + "ass" + affixSPres ! Pl ! p ; + Imper PlP2 => fai + "tes" ; + t => tfaire ! t + } ; + + auxConj3oire : (_,_,_,_ : Str) -> Verbe = \boi, buv, boiv, b -> + auxConj3re + affixSgS affixPasseU boi buv boiv b (boi + "r") (b + "u") (b + "us") ; + + auxConj3t : Verbe -> Str -> Verbe = \conj,plat -> + table { + Indi Presn Sg P3 => plat ; + t => conj ! t + } ; + + conj3plaire : Str -> Verbe = \plaire -> + let { + pl = Predef.tk 4 plaire ; + tplaire = auxConj3oire (pl + "ai") (pl + "ais") (pl + "ais") pl + } in + auxConj3t tplaire (pl + "at") ; + + conj3connatre : Str -> Verbe = \connatre -> + let { + conn = Predef.tk 5 connatre ; + connaiss = conn + "aiss" ; + tconnaitre = + auxConj3re + affixSgS affixPasseU (conn + "ai") connaiss connaiss + conn (conn + "atr") (conn + "u") (conn + "us") + } in + auxConj3t tconnaitre (conn + "at") ; + + conj3natre : Str -> Verbe = \natre -> + let { + n = Predef.tk 5 natre ; + tnaitre = auxConj3re + affixSgS affixPasseI + (n + "ai") (n + "aiss") (n + "aiss") (n + "aqu") + (n + "atr") (n + "") (n + "s") + } in + auxConj3t tnaitre (n + "at") ; + +-- The conjugation of "patre" is defective in a curious way, especially +-- if compared with "repatre". According to Bescherelle, the invariable +-- past participle is only used as a term of "fauconnerie" (one would expect it +-- to be defective rather than invariable). + + conj3patre : Str -> Verbe = \patre -> + let {tpaitre = conj3connatre patre} in + table { + Indi Passe _ _ => nonExist ; + Subjo SImparf _ _ => nonExist ; + Part (PPasse _ _) => Predef.tk 5 patre + "u" ; + p => tpaitre ! p + } ; + + conj3repatre = conj3connatre ; + + conj3crotre : Str -> Verbe = \crotre -> + let {cr = Predef.tk 5 crotre} in + auxConj3re + affixSgS (affixPasse "" "") (cr + "o") (cr + "oiss") + (cr + "oiss") cr (cr + "otr") (cr + "") (cr + "s") ; + + conj3croire : Str -> Verbe = \croire -> + let {cr = Predef.tk 4 croire} in + auxConj3oire (cr + "oi") (cr + "oy") (cr + "oi") cr ; + + conj3boire : Str -> Verbe = \boire -> + let {b = Predef.tk 4 boire} in + auxConj3oire (b + "oi") (b + "uv") (b + "oiv") b ; + +-- The verb "clore" shows a systematic absence of past forms, +-- including the imperfect indicative. What is more capricious, is the absence +-- of the plural first and second persons in the present indicative and +-- the imperative. + + conj3clore : Str -> Verbe = \clore -> + let { + clo = troncVerb clore ; + clos = clo + "s" ; + tclore = auxConj3re + affixSgS affixPasseNonExist clo clos clos + nonExist (clo + "r") clos clos + } in + table { + Indi Presn Sg P3 => Predef.tk 1 clo + "t" ; + Indi Presn Pl P1 => nonExist ; + Indi Presn Pl P2 => nonExist ; + Indi Imparf _ _ => nonExist ; + Imper PlP1 => nonExist ; + Imper PlP2 => nonExist ; + t => tclore ! t + } ; + + conj3conclure : Str -> Verbe = \conclure -> + let { + conclu = troncVerb conclure ; + concl = Predef.tk 1 conclu + } in + auxConj3re + affixSgS affixPasseU + conclu conclu conclu concl (conclu + "r") conclu (conclu + "s") ; + + conj3absoudre : Str -> Verbe = \absoudre -> + let { + abso = Predef.tk 4 absoudre ; + tabsoudre = conj3rsoudre absoudre + } in + table { + Indi Passe _ _ => nonExist ; + Subjo SImparf _ _ => nonExist ; + Part (PPasse Masc _) => abso + "us" ; + Part (PPasse Fem n) => nomReg (abso + "ute") ! n ; + p => tabsoudre ! p + } ; + + conj3rsoudre : Str -> Verbe = \rsoudre -> + let {reso = Predef.tk 4 rsoudre} in + auxConj3re + affixSgS affixPasseU (reso + "u") (reso + "lv") (reso + "lv") + (reso + "l") (reso + "udr") (reso + "lu") (reso + "lus") ; + + conj3coudre : Str -> Verbe = \coudre -> + let { + cou = Predef.tk 3 coudre ; + cous = cou + "s" + } in + auxConj3re + affixSgSsansT affixPasseI + (cou +"d") cous cous cous (cou + "dr") (cous + "u") (cous + "us") ; + + conj3moudre : Str -> Verbe = \moudre -> + let { + mou = Predef.tk 3 moudre ; + moul = mou + "l" + } in + auxConj3re + affixSgSsansT affixPasseU + (mou + "d") moul moul moul (mou + "dr") (moul + "u") (moul + "us") ; + + conj3suivre : Str -> Verbe = \suivre -> + let { + suiv = troncVerb suivre ; + sui = Predef.tk 1 suiv ; + suivi = suiv + "i" + } in + auxConj3re + affixSgS affixPasseI sui suiv suiv suiv (suiv + "r") suivi (suivi+"s") ; + + conj3vivre : Str -> Verbe = \vivre -> + let { + viv = troncVerb vivre ; + vi = Predef.tk 1 viv ; + vc = Predef.tk 1 vi + "c" + } in + auxConj3re + affixSgS affixPasseU vi viv viv vc (viv + "r") (vc + "u") (vc + "us") ; + + conj3lire : Str -> Verbe = \lire -> + let { + li = troncVerb lire ; + lis = li + "s" ; + l = Predef.tk 1 li + } in + auxConj3re affixSgS affixPasseU li lis lis l (li + "r") (l + "u") (l + "us") ; + + conj3dire : Str -> Verbe = \dire -> + let { + di = troncVerb dire ; + dis = di + "s" ; + dit = di + "t" ; + d = Predef.tk 1 di ; + tdire = auxConj3re + affixSgS affixPasseI di dis dis d (di + "r") dit (dit+"s") + } in + table { + Indi Presn Pl P2 => di + "tes" ; + Imper PlP2 => di + "tes" ; + t => tdire ! t + } ; + + conj3rire : Str -> Verbe = \rire -> + let { + ri = troncVerb rire ; + r = Predef.tk 1 ri + } in + auxConj3re affixSgS affixPasseI ri ri ri r (ri + "r") ri (ri+"s") ; + + auxConj3scrire : (_,_,_,_: Str) -> Verbe = \ecri, ecriv, ecrivi, ecrit -> + auxConj3re + affixSgS affixPasseI ecri ecriv ecriv ecrivi (ecri + "r") ecrit (ecrit+"s") ; + + conj3crire : Str -> Verbe = \crire -> + let {cri = troncVerb crire} in + auxConj3scrire cri (cri + "v") (cri + "v") (cri + "t") ; + + conj3confire : Str -> Verbe = \confire -> + let {confi = troncVerb confire} in + auxConj3scrire confi (confi + "s") (Predef.tk 1 confi) (confi + "t") ; + + conj3cuire : Str -> Verbe = \cuire -> + let {cui = troncVerb cuire} in + auxConj3scrire cui (cui + "s") (cui + "s") (cui + "t") ; + + +--3 Very irregular verbs +-- +-- Here we cannot do even with the 'worst case macro'. + + conj3aller : Str -> Verbe = \aller -> + let { + s = Predef.tk 5 aller ; + pres = formesPresAi "v" "all" ; + taller = verbHabituel + "all" "all" "aill" "all" "ir" "all" "aller" + affixSgS affixPasseA + } in + table { + Indi Presn Sg P1 => s + "vais" ; + Indi Presn n p => s + pres ! n ! p ; + Indi Imparf n p => s + "all" + affixImparf ! n ! p ; + Imper SgP2 => s + "va" ; + t => s + taller ! t + } ; + + conjtre : Str -> Verbe = \etre -> + let { + s = Predef.tk 4 etre ; + sg = lesAffixes "suis" "es" "est" ; + pl = lesAffixes "sommes" "tes" "sont" ; + tetre = verbHabituel + "soi" "soy" "soi" "f" "ser" "t" "tre" affixSgS affixPasseU + } in + table { + Indi Presn Sg p => s + sg ! p ; + Indi Presn Pl p => s + pl ! p ; + Indi Imparf n p => s + "t" + affixImparf ! n ! p ; + Subjo SPres Sg p => s + "soi" + affixSgS ! p ; + Subjo SPres Pl P3 => s + "soient" ; + Subjo SPres Pl p => s + "soy" + affixPlOns ! p ; + Part PPres => s + "tant" ; + t => s + tetre ! t + } ; + + conjAvoir : Str -> Verbe = \avoir -> + let { + s = Predef.tk 5 avoir ; + pres = formesPresAi [] "av" ; + tavoir = verbHabituel + "ai" "ay" "ai" "e" "aur" "eu" "avoir" affixSgS affixPasseU + } in + table { + Indi Presn n p => s + pres ! n ! p ; + Indi Imparf n p => s + "av" + affixImparf ! n ! p ; + Subjo SPres Sg P3 => s + "ait" ; + Subjo SPres Pl P3 => s + "aient" ; + Subjo SPres Pl p => s + "ay" + affixPlOns ! p ; + Imper SgP2 => s + "aie" ; + t => s + tavoir ! t + } ; + +--- for Numerals + +param DForm = unit | teen | jten | ten | tenplus ; +param Place = indep | attr ; + +} diff --git a/deprecated/old-lib/resource/french/NounFre.gf b/deprecated/old-lib/resource/french/NounFre.gf new file mode 100644 index 000000000..e79ca7477 --- /dev/null +++ b/deprecated/old-lib/resource/french/NounFre.gf @@ -0,0 +1,4 @@ +--# -path=.:romance:abstract:../common:prelude + +concrete NounFre of Noun = CatFre ** NounRomance with + (ResRomance = ResFre) ; diff --git a/deprecated/old-lib/resource/french/NumeralFre.gf b/deprecated/old-lib/resource/french/NumeralFre.gf new file mode 100644 index 000000000..23a8ab43d --- /dev/null +++ b/deprecated/old-lib/resource/french/NumeralFre.gf @@ -0,0 +1,148 @@ +concrete NumeralFre of Numeral = CatFre ** + open CommonRomance, ResRomance, MorphoFre, Prelude in { + +-- originally written in 1998, automatically translated to current notation... +-- last modified 24/1/2006, adding ordinals + +-- Auxiliaries + +oper + digitPl : {s : DForm => Str; inh : DForm ; n : Number} -> + {s : CardOrd => DForm => Str ; inh : DForm ; n : Number} = \d -> { + s = \\co,df => let ds = d.s ! df in + case co of { + NCard _ => ds ; + NOrd _ _ => case last ds of { + "q" => "uime" ; + "e" => init ds + "ime" ; + _ => ds + "ime" + } + } ; + inh = d.inh ; n = d.n + } ; + + cardOrd : CardOrd -> Str -> Str -> Str = \co, x,y -> case co of { + NCard _ => x ; + NOrd _ _ => y + } ; + +lincat + Digit = {s : CardOrd => DForm => Str ; inh : DForm ; n : Number} ; + Sub10 = {s : CardOrd => {p1 : DForm ; p2 : Place} => Str ; inh : Number} ; + Sub100 = {s : CardOrd => Place => Str ; n : Number} ; + Sub1000 = {s : CardOrd => Place => Str ; n : Number} ; + Sub1000000 = {s : CardOrd => Str ; n : Number} ; + +lin num x0 = x0 ; + +lin n2 = + digitPl {inh = unit ; n = Sg ; s = table {unit => "deux" ; teen => "douze" ; jten => "vingt" ; ten => "vingt" ; tenplus => "vingt"}} ; +lin n3 = + digitPl {inh = unit ; n = Sg ; s = table {unit => "trois" ; teen => "treize" ; jten => "trente" ; ten => "trente" ; tenplus => "trente"}} ; +lin n4 = + digitPl {inh = unit ; n = Sg ; s = table {unit => "quatre" ; teen => "quatorze" ; jten => "quarante" ; ten => "quarante" ; tenplus => "quarante"}} ; +lin n5 = + digitPl {inh = unit ; n = Sg ; s = table {unit => "cinq" ; teen => "quinze" ; jten => "cinquante" ; ten => "cinquante" ; tenplus => "cinquante"}} ; +lin n6 = + digitPl {inh = unit ; n = Sg ; s = table {unit => "six" ; teen => "seize" ; jten => "soixante" ; ten => "soixante" ; tenplus => "soixante"}} ; +lin n7 = + digitPl {inh = teen ; n = Sg ; s = table {unit => "sept" ; teen => "dix-sept" ; jten => "soixante-dix" ; ten => "soixante-dix" ; tenplus => "soixante"}} ; +lin n8 = + digitPl {inh = unit ; n = Pl ; s = table {unit => "huit" ; teen => "dix-huit" ; jten => "quatre-vingts" ; ten => "quatre-vingt" ; tenplus => "quatre-vingt"}} ; +lin n9 = + digitPl {inh = teen ; n = Pl ; s = table {unit => "neuf" ; teen => "dix-neuf" ; jten => "quatre-vingt-dix" ; ten => "quatre-vingt-dix" ; tenplus => "quatre-vingt"}} ; + +lin pot01 = + {inh = Sg ; s = \\g => let dix = cardOrd g "dix" "dixime" in table { + {p1 = unit ; p2 = indep} => cardOrd g "un" "unime" ; {p1 = unit ; p2 = attr} => [] ; {p1 = teen ; + p2 = indep} => cardOrd g "onze" "onzime" ; {p1 = teen ; p2 = attr} => [] ; {p1 = jten ; + p2 = indep} => dix ; {p1 = jten ; p2 = attr} => [] ; {p1 = ten ; + p2 = indep} => dix ; {p1 = ten ; p2 = attr} => [] ; {p1 = tenplus + ; p2 = indep} => dix ; {p1 = tenplus ; p2 = attr} => []} ; n = Sg} ; +lin pot0 d = + {inh = Pl ; s = \\g => table {{p1 = unit ; p2 = indep} => d.s ! g ! unit + ; {p1 = unit ; p2 = attr} => d.s ! g ! unit ; {p1 = teen ; p2 = indep} + => d.s ! g ! teen ; {p1 = teen ; p2 = attr} => d.s ! g ! teen ; {p1 = jten ; + p2 = indep} => d.s ! g ! jten ; {p1 = jten ; p2 = attr} => d.s ! g ! jten ; + {p1 = ten ; p2 = indep} => d.s ! g ! ten ; {p1 = ten ; p2 = attr} => d.s + ! g ! ten ; {p1 = tenplus ; p2 = indep} => d.s ! g ! tenplus ; {p1 = tenplus + ; p2 = attr} => d.s ! g ! tenplus} ; n = Pl} ; + +lin pot110 = + {s = \\g => table {_ => cardOrd g "dix" "dixime"} ; n = Pl} ; +lin pot111 = + {s = \\g => table {_ => cardOrd g "onze" "onzime"} ; n = Pl} ; +lin pot1to19 d = + {s = \\g => table {indep => d.s ! g ! teen ; attr => d.s ! g ! teen} ; n = Pl} ; +lin pot0as1 n = + {s = \\g => table {indep => n.s ! g ! {p1 = unit ; p2 = indep} ; + attr => n.s ! g ! {p1 = unit ; p2 = attr}} ; n = n.inh} ; +lin pot1 d = + {s = \\g => table {indep => d.s ! g ! jten ; attr => d.s ! g ! ten} + ; n = Pl} ; +lin pot1plus d e = + {s = \\g => table {indep => (d.s ! (NCard Masc) ! tenplus) ++ (table {{p1 = Sg + ; p2 = Sg} => "et" ; {p1 = Sg ; p2 = pl} => "-" ; {p1 = Pl ; p2 = + Sg} => "-" ; {p1 = Pl ; p2 = pl} => "-"} ! {p1 = d.n ; p2 = + e.inh}) ++ e.s ! g ! {p1 = d.inh ; p2 = indep} ; attr => (d.s ! (NCard Masc) ! + tenplus) ++ (table {{p1 = Sg ; p2 = Sg} => "et" ; {p1 = Sg ; p2 = + pl} => "-" ; {p1 = Pl ; p2 = Sg} => "-" ; {p1 = Pl ; p2 = pl} => + "-"} ! {p1 = d.n ; p2 = e.inh}) ++ e.s ! g ! {p1 = d.inh ; p2 = + indep}} ; n = Pl} ; +lin pot1as2 n = n ; +lin pot2 d = + {s = \\g => table {indep => (d.s ! NCard Masc ! {p1 = unit ; p2 = attr}) + ++ table {Sg => cardOrd g "cent" "centime" ; Pl => cardOrd g "cents" "centime"} ! (d.inh) ; attr => (d.s ! + NCard Masc ! {p1 = unit ; p2 = attr}) ++ cardOrd g "cent" "centime"} ; n = Pl} ; +lin pot2plus d e = + {s = \\g => table {indep => (d.s ! NCard Masc ! {p1 = unit ; p2 = attr}) + ++ "cent" ++ e.s ! g ! indep ; attr => (d.s ! NCard Masc ! {p1 = unit ; p2 + = attr}) ++ "cent" ++ e.s ! g ! indep} ; n = Pl} ; +lin pot2as3 n = + {s = \\g => n.s ! g ! indep ; n = n.n} ; +lin pot3 n = + {s = \\g => (n.s ! NCard Masc ! attr) ++ cardOrd g "mille" "millime" ; n = Pl} ; +lin pot3plus n m = + {s = \\g => (n.s ! NCard Masc ! attr) ++ "mille" ++ m.s ! g ! indep ; n = + Pl} ; + + +-- numerals as sequences of digits + + lincat + Dig = TDigit ; + + lin + IDig d = d ; + + IIDig d i = { + s = \\o => d.s ! NCard Masc ++ i.s ! o ; + n = Pl + } ; + + D_0 = mkDig "0" ; + D_1 = mk3Dig "1" "1er" Sg ; ---- gender + D_2 = mk2Dig "2" "2me" ; + D_3 = mk2Dig "3" "3me" ; + 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 + "me") ; + + 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/deprecated/old-lib/resource/french/ParadigmsFre.gf b/deprecated/old-lib/resource/french/ParadigmsFre.gf new file mode 100644 index 000000000..b5406b558 --- /dev/null +++ b/deprecated/old-lib/resource/french/ParadigmsFre.gf @@ -0,0 +1,447 @@ +--# -path=.:../romance:../common:../abstract:../../prelude + +--1 French Lexical Paradigms +-- +-- Aarne Ranta 2001 - 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 $MorphoFre.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$. +-- However, this function should only seldom be needed: we have a +-- separate module [``IrregFre`` ../../french/IrregFre.gf], +-- which covers all irregularly inflected verbs. + +resource ParadigmsFre = + open + (Predef=Predef), + Prelude, + CommonRomance, + ResFre, + MorphoFre, + CatFre in { + + flags optimize=all ; + +--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' ""). + + accusative : Prep ; + genitive : Prep ; + dative : Prep ; + + mkPrep : Str -> Prep ; + + +--2 Nouns + + mkN : overload { + +-- The regular function uses heuristics to compute the +-- plural and the gender from the singular. The plural +-- heuristic currently +-- covers the cases "pas-pas", "prix-prix", "nez-nez", +-- "bijou-bijoux", "cheveu-cheveux", "plateau-plateaux", "cheval-chevaux". +-- The gender heuristic is less reliable: it treats as feminine all +-- nouns ending with "e" and "ion", all others as masculine. + + mkN : (cheval : Str) -> N ; + +-- Adding gender information widens the scope of the regular pattern. + + mkN : (foie : Str) -> Gender -> N ; + +-- In the worst case, both singular and plural forms and the gender are needed. + + mkN : (oeil,yeux : Str) -> Gender -> N ; + +--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. "numro de tlphone". +-- They could be formed in syntax, but we give a shortcut here since +-- they are frequent in lexica. + + mkN : N -> Str -> N + } ; + + + + +--3 Relational nouns +-- +-- Relational nouns ("fille de x") need a case and a preposition. + + mkN2 : N -> Prep -> N2 ; + +-- The most common cases are the genitive "de" and the dative "", +-- with the empty preposition. + + deN2 : N -> N2 ; + aN2 : N -> N2 ; + +-- Three-place relational nouns ("la connection de x y") need two prepositions. + + mkN3 : N -> Prep -> Prep -> N3 ; + + +--3 Relational common noun phrases +-- +-- In some cases, you may want to make a complex $CN$ into a +-- relational noun (e.g. "la vieille glise de"). 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. If no gender is given, the +-- feminine is used for strings ending with "e", the masculine for other strings. + + mkPN : overload { + mkPN : Str -> PN ; + mkPN : Str -> Gender -> PN + } ; + + + +--2 Adjectives + + mkA : overload { + +-- For regular adjectives, all forms are derived from the +-- masculine singular. The heuristic takes into account certain +-- deviant endings: "banal-banale-banaux", "chinois-chinoise-chinois", +-- "heureux-heureuse-heureux", "italien-italienne", "jeune-jeune", +-- "amer-amre", "carr- - -carrment", "joli- - -joliment". + + mkA : (cher : Str) -> A ; + +-- Often just the feminine singular is deviant. + + mkA : (sec,seche : Str) -> A ; + +-- This is the worst-case paradigm for the positive forms. + + mkA : (banal,banale,banaux,banalement : Str) -> A ; + +-- If comparison forms are irregular (i.e. not formed by "plus", e.g. +-- "bon-meilleur"), the positive and comparative can be given as separate +-- adjectives. + + mkA : A -> A -> A + } ; + +-- The functions create by default postfix adjectives. To switch +-- them to prefix ones (i.e. ones placed before the noun in +-- modification, as in "petite maison"), the following function is +-- provided. + + prefixA : A -> A ; + + +--3 Two-place adjectives +-- +-- Two-place adjectives need a preposition for their second argument. + + mkA2 : A -> Prep -> A2 ; + + +--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. "toujours"). + + mkAdV : Str -> AdV ; + +-- Adverbs modifying adjectives and sentences can also be formed. + + mkAdA : Str -> AdA ; + + +--2 Verbs +-- +-- Irregular verbs are given in the module $IrregFre$. +-- If a verb should be missing in that list, the module +-- $BeschFre$ gives all the patterns of the "Bescherelle" book. +-- +-- Regular verbs are ones with the infinitive "er" or "ir", the +-- latter with plural present indicative forms as "finissons". +-- The regular verb function in the first conjugation recognizes +-- these endings, as well as the variations among +-- "aimer, cder, placer, peser, jeter, placer, manger, assiger, payer". +-- +-- Sometimes, however, it is not predictable which variant of the "er" +-- conjugation is to be selected. Then it is better to use the function +-- that gives the third person singular present indicative and future +-- (("il") "jette", "jettera") as second argument. + + mkV : overload { + mkV : (finir : Str) -> V ; + mkV : (jeter,jette,jettera : Str) -> V ; + +-- The $IrregFre$ list gives some verbs as two-place. These verbs can be +-- reused as one-place verbs. + + mkV : V2 -> V + } ; + +-- The function $mkV$ gives the default compound auxiliary "avoir". +-- To change it to "tre", use the following function. + + etreV : V -> V ; + +-- This function turns a verb into reflexive, which implies the auxiliary "tre". + + reflV : V -> V ; + + +--3 Two-place verbs +-- +-- Two-place verbs need a preposition, except the special case with direct object. +-- (transitive verbs). + + mkV2 = overload { + mkV2 : V -> V2 = dirV2 ; + mkV2 : V -> Prep -> V2 = mmkV2 + } ; + + +--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,_,_ + mkV3 : V -> Prep -> V3 ; -- placer,_,dans + mkV3 : V -> Prep -> Prep -> V3 -- parler, , de + } ; + +--3 Other complement patterns +-- +-- Verbs and adjectives can take complements such as sentences, +-- questions, verb phrases, and adjectives. + + mkV0 : V -> V0 ; + mkVS : V -> VS ; + mkV2S : V -> Prep -> V2S ; + mkVV : V -> VV ; -- plain infinitive: "je veux parler" + deVV : V -> VV ; -- "j'essaie de parler" + aVV : V -> VV ; -- "j'arrive parler" + mkV2V : V -> Prep -> Prep -> V2V ; + mkVA : V -> VA ; + mkV2A : V -> Prep -> Prep -> V2A ; + mkVQ : V -> VQ ; + mkV2Q : V -> Prep -> V2Q ; + + 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 Definitions of the paradigms +-- +-- The definitions should not bother the user of the API. So they are +-- hidden from the document. + + + Gender = MorphoFre.Gender ; + Number = MorphoFre.Number ; + masculine = Masc ; + feminine = Fem ; + singular = Sg ; + plural = Pl ; + + Preposition = Compl ; + accusative = complAcc ** {lock_Prep = <>} ; + genitive = complGen ** {lock_Prep = <>} ; + dative = complDat ** {lock_Prep = <>} ; + mkPrep p = {s = p ; c = CPrep PNul ; isDir = False ; lock_Prep = <>} ; + + --- obsolete + Preposition : Type ; + mkPreposition : Str -> Preposition ; + mkPreposition = mkPrep ; + + regGenN : Str -> Gender -> N ; + regN : Str -> N ; + mk2N : (oeil,yeux : Str) -> Gender -> N ; + mk2N x y g = mkCNomIrreg x y g ** {lock_N = <>} ; + regN x = regGenN x g where { + g = case of { + _ + ("e" | "ion") => Fem ; + _ => Masc + } + } ; + regGenN x g = mkNomReg x g ** {lock_N = <>} ; + compN : N -> Str -> N ; + compN x y = {s = \\n => x.s ! n ++ y ; g = x.g ; lock_N = <>} ; + + mkN = overload { + mkN : Str -> N = regN ; + mkN : Str -> Gender -> N = regGenN ; + mkN : (oeil,yeux : Str) -> Gender -> N = mk2N ; + mkN : N -> Str -> N = compN + } ; + + + 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} ; + + regPN x = mk2PN x g where { + g = case last x of { + "e" => feminine ; + _ => masculine + } + } ; + + mkPN = overload { + mkPN : Str -> PN = regPN ; + mkPN : Str -> Gender -> PN = \x,g -> {s = x ; g = g} ** {lock_PN = <>} ; + } ; + + mk4A a b c d = compADeg {s = \\_ => (mkAdj a c b d).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 = <>} ; + + mkA = overload { + mkA : Str -> A = regA ; + mkA : (sec,seche : Str) -> A = \sec,seche -> mk4A sec seche (sec + "s") (seche + "ment") ; + mkA : (banal,banale,banaux,banalement : Str) -> A = mk4A ; + mkA : A -> A -> A = mkADeg + }; + + prefixA a = {s = a.s ; isPre = True ; lock_A = <>} ; + + mkAdv x = ss x ** {lock_Adv = <>} ; + mkAdV x = ss x ** {lock_AdV = <>} ; + mkAdA x = ss x ** {lock_AdA = <>} ; + + regV x = let v = vvf (mkVerbReg x) in {s = v ; vtyp = VHabere ; lock_V = <>} ; + reg3V x y z = let v = vvf (mkVerb3Reg x y z) in {s = v ; vtyp = VHabere ; lock_V = <>} ; + etreV v = {s = v.s ; vtyp = VEsse ; lock_V = <>} ; + reflV v = {s = v.s ; vtyp = VRefl ; lock_V = <>} ; + + mmkV3 v p q = v ** {c2 = p ; c3 = q ; lock_V3 = <>} ; + dirV3 v p = mmkV3 v accusative p ; + dirdirV3 v = dirV3 v dative ; + + mkV3 = overload { + mkV3 : V -> V3 = dirdirV3 ; -- donner,_,_ + mkV3 : V -> Prep -> V3 = dirV3 ; -- placer,_,sur + mkV3 : V -> Prep -> Prep -> V3 = mmkV3 -- parler, , de + } ; + + 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 + mkV2S v p = mmkV2 v p ** {mn,mp = Indic ; lock_V2S = <>} ; + mkVV v = v ** {c2 = complAcc ; lock_VV = <>} ; + deVV v = v ** {c2 = complGen ; lock_VV = <>} ; + aVV v = v ** {c2 = complDat ; lock_VV = <>} ; + mkV2V v p q = mmkV3 v p q ** {lock_V2V = <>} ; + mkVA v = v ** {lock_VA = <>} ; + mkV2A v p q = mmkV3 v p q ** {lock_V2A = <>} ; + mkVQ v = v ** {lock_VQ = <>} ; + mkV2Q v p = mmkV2 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 = <>} ; + +--------------------------- obsolete + + makeNP : Str -> Gender -> Number -> NP ; + makeNP x g n = {s = (pn2np {s=x;g= g}).s; a = agrP3 g n ; hasClit = False} ** {lock_NP = <>} ; + regPN : Str -> PN ; + mk2PN : Str -> Gender -> PN = \x,g -> {s = x ; g = g} ** {lock_PN = <>} ; + + mkADeg : A -> A -> A ; + compADeg : A -> A ; + + regA : Str -> A ; + mk4A : (banal,banale,banaux,banalement : Str) -> A ; + + prefA : A -> A ; + + 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 => "plus" ++ a.s ! Posit ! f} ; + isPre = a.isPre ; + lock_A = <>} ; + prefA a = {s = a.s ; isPre = True ; lock_A = <>} ; + + mkV = overload { + mkV : Str -> V = regV ; + mkV : (jeter,jette,jettera : Str) -> V = reg3V ; + mkV : V2 -> V = v2V + } ; + + regV : Str -> V ; + reg3V : (jeter,jette,jettera : Str) -> V ; + + mmkV2 : V -> Prep -> V2 ; + mmkV2 v p = v ** {c2 = p ; lock_V2 = <>} ; + dirV2 : V -> V2 = \v -> mmkV2 v accusative ; + v2V : V2 -> V ; + v2V v = v ** {lock_V = <>} ; + + mmkV3 : V -> Prep -> Prep -> V3 ; -- parler, , de + dirV3 : V -> Prep -> V3 ; -- donner,_, + dirdirV3 : V -> V3 ; -- donner,_,_ + + +} ; diff --git a/deprecated/old-lib/resource/french/PhonoFre.gf b/deprecated/old-lib/resource/french/PhonoFre.gf new file mode 100644 index 000000000..f2ef797fc --- /dev/null +++ b/deprecated/old-lib/resource/french/PhonoFre.gf @@ -0,0 +1,28 @@ +resource PhonoFre = open Prelude in { + +flags coding=utf8 ; + +oper + voyelle : Strs = strs { + "a" ; "à" ; "â" ; "e" ; "é" ; "è" ; "ê¨" ; + "h" ; + "i" ; "î" ; "o" ; "ô" ; "u" ; "û" ; "y" + } ; + + elision : Str -> Str = \d -> d + pre {"e" ; "'" / voyelle} ; + +-- The following morphemes are the most common uses of elision. + + elisDe = elision "d" ; + elisLa = pre {"la" ; "l'" / voyelle} ; + elisLe = elision "l" ; + elisNe = elision "n" ; + elisQue = elision "qu" ; + +-- The subjunction "si" has a special kind of elision. The rule is +-- only approximatively correct, for "si" is not really elided before +-- the string "il" in general, but before the pronouns "il" and "ils". + + elisSi = pre {"si" ; "s'" / strs {"il"}} ; + +} diff --git a/deprecated/old-lib/resource/french/PhraseFre.gf b/deprecated/old-lib/resource/french/PhraseFre.gf new file mode 100644 index 000000000..defc9fa14 --- /dev/null +++ b/deprecated/old-lib/resource/french/PhraseFre.gf @@ -0,0 +1,2 @@ +concrete PhraseFre of Phrase = CatFre ** PhraseRomance with + (ResRomance = ResFre) ; diff --git a/deprecated/old-lib/resource/french/QuestionFre.gf b/deprecated/old-lib/resource/french/QuestionFre.gf new file mode 100644 index 000000000..979b7226d --- /dev/null +++ b/deprecated/old-lib/resource/french/QuestionFre.gf @@ -0,0 +1,2 @@ +concrete QuestionFre of Question = CatFre ** QuestionRomance with + (ResRomance = ResFre) ; diff --git a/deprecated/old-lib/resource/french/RelativeFre.gf b/deprecated/old-lib/resource/french/RelativeFre.gf new file mode 100644 index 000000000..cc84b6cb1 --- /dev/null +++ b/deprecated/old-lib/resource/french/RelativeFre.gf @@ -0,0 +1,2 @@ +concrete RelativeFre of Relative = CatFre ** RelativeRomance with + (ResRomance = ResFre) ; diff --git a/deprecated/old-lib/resource/french/ResFre.gf b/deprecated/old-lib/resource/french/ResFre.gf new file mode 100644 index 000000000..3641d1da7 --- /dev/null +++ b/deprecated/old-lib/resource/french/ResFre.gf @@ -0,0 +1,13 @@ +--1 French 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 ResFre of ResRomance = DiffFre ** open CommonRomance, Prelude in { + +flags optimize=noexpand ; + +} ; diff --git a/deprecated/old-lib/resource/french/SentenceFre.gf b/deprecated/old-lib/resource/french/SentenceFre.gf new file mode 100644 index 000000000..ac2fe131d --- /dev/null +++ b/deprecated/old-lib/resource/french/SentenceFre.gf @@ -0,0 +1,2 @@ +concrete SentenceFre of Sentence = CatFre ** SentenceRomance with + (ResRomance = ResFre) ; diff --git a/deprecated/old-lib/resource/french/StructuralFre.gf b/deprecated/old-lib/resource/french/StructuralFre.gf new file mode 100644 index 000000000..4b197664d --- /dev/null +++ b/deprecated/old-lib/resource/french/StructuralFre.gf @@ -0,0 +1,153 @@ +--# -path=.:../abstract:../romance:../common:prelude + +concrete StructuralFre of Structural = CatFre ** + open PhonoFre, MorphoFre, ParadigmsFre, IrregFre, Prelude in { + + flags optimize=all ; coding=utf8 ; + +lin + + above_Prep = {s = ["au dessus"] ; c = MorphoFre.genitive ; isDir = False} ; + after_Prep = mkPreposition "aprs" ; + all_Predet = { + s = \\a,c => prepCase c ++ aagrForms "tout" "toute" "tous" "toutes" ! a ; + c = Nom + } ; + almost_AdA, almost_AdN = ss "presque" ; + always_AdV = ss "toujours" ; + although_Subj = ss ("bien" ++ elisQue) ** {m = Conjunct} ; + and_Conj = {s1 = [] ; s2 = "et" ; n = Pl} ; + because_Subj = ss ("parce" ++ elisQue) ** {m = Indic} ; + before_Prep = mkPreposition "avant" ; + behind_Prep = mkPreposition "derrire" ; + between_Prep = mkPreposition "entre" ; + both7and_DConj = {s1,s2 = "et" ; n = Pl} ; + but_PConj = ss "mais" ; + by8agent_Prep = mkPreposition "par" ; + by8means_Prep = mkPreposition "par" ; + can8know_VV = mkVV (savoir_V2 ** {lock_V = <>}) ; + can_VV = mkVV pouvoir_V ; + during_Prep = mkPreposition "pendant" ; + either7or_DConj = {s1,s2 = "ou" ; n = Pl} ; + everybody_NP = pn2np (mkPN ["tout le monde"] Masc) ; + every_Det = {s = \\_,_ => "chaque" ; n = Sg} ; + everything_NP = pn2np (mkPN ["tout"] Masc) ; + everywhere_Adv = ss "partout" ; + few_Det = {s = \\g,c => prepCase c ++ "peu" ++ elisDe ; n = Pl} ; +--- DEPREC first_Ord = {s = \\ag => (regA "premier").s ! Posit ! AF ag.g ag.n} ; + for_Prep = mkPreposition "pour" ; + from_Prep = complGen ; --- + he_Pron = + mkPronoun + "il" (elision "l") "lui" "lui" "son" (elisPoss "s") "ses" + Masc Sg P3 ; + here7from_Adv = ss "d'ici" ; + here7to_Adv = ss "ici" ; + here_Adv = ss "ici" ; + how_IAdv = ss "comment" ; + how8many_IDet = {s = \\_,c => prepCase c ++ "combien" ++ elisDe ; n = Pl} ; + if_Subj = ss elisSi ** {m = Indic} ; + in8front_Prep = mkPreposition "devant" ; + i_Pron = + mkPronoun + (elision "j") (elision "m") (elision "m") "moi" "mon" (elisPoss "m") "mes" + Masc Sg P1 ; + in_Prep = mkPreposition "dans" ; + it_Pron = + mkPronoun + "il" (elision "l") "lui" "lui" "son" (elisPoss "s") "ses" + Masc Sg P3 ; + less_CAdv = ss "moins" ; + many_Det = {s = \\_,c => prepCase c ++ "plusieurs" ; n = Pl} ; + more_CAdv = ss "plus" ; + most_Predet = {s = \\_,c => prepCase c ++ ["la plupart"] ; c = CPrep P_de} ; + much_Det = {s = \\_,c => prepCase c ++ "beaucoup" ++ elisDe ; n = Pl} ; + must_VV = mkVV (devoir_V2 ** {lock_V = <>}) ; +---b no_Phr = ss "non" ; + no_Utt = ss "non" ; + on_Prep = mkPreposition "sur" ; +--- DEPREC one_Quant = {s = \\g,c => prepCase c ++ genForms "un" "une" ! g} ; + only_Predet = {s = \\_,c => prepCase c ++ "seulement" ; c = Nom} ; --- seul(e)(s) + or_Conj = {s1 = [] ; s2 = "ou" ; n = Sg} ; + otherwise_PConj = ss "autrement" ; + part_Prep = complGen ; + please_Voc = ss ["s'il vous plat"] ; + possess_Prep = complGen ; + quite_Adv = ss "assez" ; + she_Pron = + mkPronoun + "elle" elisLa "lui" "elle" "son" (elisPoss "s") "ses" + Fem Sg P3 ; + + so_AdA = ss "si" ; + somebody_NP = pn2np (mkPN ["quelqu'un"] Masc) ; + somePl_Det = {s = \\_,c => prepCase c ++ "quelques" ; n = Pl} ; + someSg_Det = {s = \\_,c => prepCase c ++ elision "quelqu" ; n = Sg} ; + something_NP = pn2np (mkPN ["quelque chose"] Masc) ; + somewhere_Adv = ss ["quelque part"] ; --- ne - pas + that_Quant = {s = + table { + Sg => \\g,c => prepCase c ++ genForms "ce" "cette" ! g ; ---- cet ; l + Pl => \\_,_ => "ces" + } + } ; +---b that_NP = makeNP ["cela"] Masc Sg ; + there7from_Adv = ss ["de l"] ; + there7to_Adv = ss "l" ; --- y + there_Adv = ss "l" ; + therefore_PConj = ss "donc" ; +---b these_NP = makeNP ["ceux-ci"] Masc Pl ; + they_Pron = mkPronoun + "ils" "les" "leur" "eux" "leur" "leur" "leurs" + Masc Pl P3 ; + this_Quant = {s = + table { + Sg => \\g,c => + prepCase c ++ + genForms (pre {"ce" ; "cet" / voyelle}) "cette" ! g ; --- ci + Pl => \\_,_ => "ces" + } + } ; +---b this_NP = pn2np (mkPN ["ceci"] Masc) ; +---b those_NP = makeNP ["ceux-l"] Masc Pl ; + through_Prep = mkPreposition "par" ; + too_AdA = ss "trop" ; + to_Prep = complDat ; + under_Prep = mkPreposition "sous" ; + very_AdA = ss "trs" ; + want_VV = mkVV (vouloir_V2 ** {lock_V = <>}) ; + we_Pron = + mkPronoun "nous" "nous" "nous" "nous" "notre" "notre" "nos" + Masc Pl P1 ; + whatSg_IP = + {s = \\c => prepCase c ++ "quoi" ; a = a} + where {a = aagr Masc Sg} ; + whatPl_IP = + {s = \\c => prepCase c ++ "quoi" ; a = a} + where {a = aagr Masc Pl} ; + when_IAdv = ss "quand" ; + when_Subj = ss "quand" ** {m = Indic} ; + where_IAdv = ss "o" ; + which_IQuant = { + s = \\n,g,c => + prepCase c ++ aagrForms "quel" "quelle" "quels" "quelles" ! aagr g n + } ; +---b whichSg_IDet = {s = \\g,c => prepCase c ++ genForms "quel" "quelle" ! g ; n = Sg} ; +---b whichPl_IDet = {s = \\g,c => prepCase c ++ genForms "quels" "quelles" ! g; n = Pl} ; + whoPl_IP = {s = \\c => prepCase c ++ "qui" ; a = aagr Masc Pl} ; + whoSg_IP = {s = \\c => prepCase c ++ "qui" ; a = aagr Masc Sg} ; + why_IAdv = ss "pourquoi" ; + without_Prep = mkPreposition "sans" ; + with_Prep = mkPreposition "avec" ; + yes_Utt = ss "oui" ; --- si +---b yes_Phr = ss "oui" ; --- si + youSg_Pron = mkPronoun + "tu" (elision "t") (elision "t") "toi" "ton" (elisPoss "t") "tes" + Masc Sg P2 ; + youPl_Pron, youPol_Pron = + mkPronoun + "vous" "vous" "vous" "vous" "votre" "votre" "vos" + Masc Pl P2 ; + +} + diff --git a/deprecated/old-lib/resource/french/VerbFre.gf b/deprecated/old-lib/resource/french/VerbFre.gf new file mode 100644 index 000000000..9630ec92d --- /dev/null +++ b/deprecated/old-lib/resource/french/VerbFre.gf @@ -0,0 +1,4 @@ +--# -path=.:romance:abstract:../common:prelude + +concrete VerbFre of Verb = CatFre ** VerbRomance with + (ResRomance = ResFre) ; diff --git a/deprecated/old-lib/resource/german/AdjectiveGer.gf b/deprecated/old-lib/resource/german/AdjectiveGer.gf new file mode 100644 index 000000000..6f174bb1e --- /dev/null +++ b/deprecated/old-lib/resource/german/AdjectiveGer.gf @@ -0,0 +1,40 @@ +concrete AdjectiveGer of Adjective = CatGer ** open ResGer, Prelude in { + + flags optimize=all_subs ; + + lin + + PositA a = { + s = a.s ! Posit ; + isPre = True + } ; + ComparA a np = { + s = \\af => a.s ! Compar ! af ++ conjThan ++ np.s ! Nom ; + isPre = True + } ; + +-- $SuperlA$ belongs to determiner syntax in $Noun$. + + ComplA2 a np = { + s = \\af => a.s ! Posit ! af ++ appPrep a.c2 np.s ; + isPre = True + } ; + + ReflA2 a = { + s = \\af => a.s ! Posit ! APred ++ appPrep a.c2 (reflPron ! agrP3 Sg) ; --- agr + isPre = True + } ; + + SentAP ap sc = { + s = \\a => ap.s ! a ++ sc.s ; + isPre = False + } ; + + AdAP ada ap = { + s = \\a => ada.s ++ ap.s ! a ; + isPre = ap.isPre + } ; + + UseA2 a = a ; + +} diff --git a/deprecated/old-lib/resource/german/AdverbGer.gf b/deprecated/old-lib/resource/german/AdverbGer.gf new file mode 100644 index 000000000..4bac57a98 --- /dev/null +++ b/deprecated/old-lib/resource/german/AdverbGer.gf @@ -0,0 +1,23 @@ +concrete AdverbGer of Adverb = CatGer ** open ResGer, Prelude in { + + lin + PositAdvAdj a = {s = a.s ! Posit ! APred} ; + + ComparAdvAdj cadv a np = { + s = cadv.s ++ a.s ! Posit ! APred ++ conjThan ++ np.s ! Nom + } ; + ComparAdvAdjS cadv a s = { + s = cadv.s ++ a.s ! Posit ! APred ++ conjThan ++ s.s ! Sub + } ; + + PrepNP prep np = {s = appPrep prep np.s} ; + + AdAdv = cc2 ; + + SubjS subj s = {s = subj.s ++ s.s ! Sub} ; + + AdnCAdv cadv = {s = cadv.s ++ conjThan} ; + +} + +---b AdvSC s = s ; diff --git a/deprecated/old-lib/resource/german/AllGer.gf b/deprecated/old-lib/resource/german/AllGer.gf new file mode 100644 index 000000000..7795174e4 --- /dev/null +++ b/deprecated/old-lib/resource/german/AllGer.gf @@ -0,0 +1,7 @@ +--# -path=.:../abstract:../common:prelude + +concrete AllGer of AllGerAbs = + LangGer, + IrregGer, + ExtraGer + ** {} ; diff --git a/deprecated/old-lib/resource/german/AllGerAbs.gf b/deprecated/old-lib/resource/german/AllGerAbs.gf new file mode 100644 index 000000000..85ef801a4 --- /dev/null +++ b/deprecated/old-lib/resource/german/AllGerAbs.gf @@ -0,0 +1,7 @@ +--# -path=.:../abstract:../common:prelude + +abstract AllGerAbs = + Lang, + IrregGerAbs, + ExtraGerAbs + ** {} ; diff --git a/deprecated/old-lib/resource/german/CatGer.gf b/deprecated/old-lib/resource/german/CatGer.gf new file mode 100644 index 000000000..02e7db861 --- /dev/null +++ b/deprecated/old-lib/resource/german/CatGer.gf @@ -0,0 +1,98 @@ +concrete CatGer of Cat = + CommonX - [Tense,TPres,TPast,TFut,TCond] ** + open ResGer, Prelude in { + + flags optimize=all_subs ; + + lincat + +-- Tensed/Untensed + + S = {s : Order => Str} ; + QS = {s : QForm => Str} ; + RS = {s : GenNum => Str ; c : Case} ; + SSlash = {s : Order => Str} ** {c2 : Preposition} ; + +-- Sentence + + Cl = {s : Mood => ResGer.Tense => Anteriority => Polarity => Order => Str} ; + ClSlash = { + s : Mood => ResGer.Tense => Anteriority => Polarity => Order => Str ; + c2 : Preposition + } ; + Imp = {s : Polarity => ImpForm => Str} ; + +-- Question + + QCl = {s : Mood => ResGer.Tense => Anteriority => Polarity => QForm => Str} ; + IP = {s : Case => Str ; n : Number} ; + IComp = {s : Agr => Str} ; + IDet = {s : Gender => Case => Str ; n : Number} ; + IQuant = {s : Number => Gender => Case => Str} ; + +-- Relative + + RCl = {s : Mood => ResGer.Tense => Anteriority => Polarity => GenNum => Str ; c : Case} ; + RP = {s : GenNum => Case => Str ; a : RAgr} ; + +-- Verb + + VP = ResGer.VP ; + VPSlash = ResGer.VP ** {c2 : Preposition} ; + Comp = {s : Agr => Str} ; + +-- Adjective + + AP = {s : AForm => Str ; isPre : Bool} ; + +-- Noun + + CN = {s : Adjf => Number => Case => Str ; g : Gender} ; + NP = {s : Case => Str ; a : Agr} ; + Pron = {s : NPForm => Str ; a : Agr} ; + Det = {s : Gender => Case => Str ; n : Number ; a : Adjf} ; +--- QuantSg, QuantPl = {s : Gender => Case => Str ; a : Adjf} ; DEPREC + Quant = {s : Number => Gender => Case => Str ; a : Adjf} ; + Art = {s : Bool => Number => Gender => Case => Str ; a : Adjf} ; + Predet = {s : Number => Gender => Case => Str} ; + Num = {s : Gender => Case => Str ; n : Number ; isNum : Bool} ; + Card = {s : Gender => Case => Str ; n : Number} ; + Ord = {s : AForm => Str} ; + +-- Numeral + + Numeral = {s : CardOrd => Str ; n : Number } ; + Digits = {s : CardOrd => Str ; n : Number } ; + +-- Structural + + Conj = {s1,s2 : Str ; n : Number} ; + Subj = {s : Str} ; + Prep = {s : Str ; c : Case} ; + +-- Open lexical classes, e.g. Lexicon + + V, VS, VQ, VA = ResGer.Verb ; -- = {s : VForm => Str} ; + VV = Verb ** {isAux : Bool} ; + V2, V2A, V2S, V2Q = Verb ** {c2 : Preposition} ; + V2V = Verb ** {c2 : Preposition ; isAux : Bool} ; + V3 = Verb ** {c2, c3 : Preposition} ; + + A = {s : Degree => AForm => Str} ; + A2 = {s : Degree => AForm => Str ; c2 : Preposition} ; + + N = {s : Number => Case => Str ; g : Gender} ; + N2 = {s : Number => Case => Str ; g : Gender} ** {c2 : Preposition} ; + N3 = {s : Number => Case => Str ; g : Gender} ** {c2,c3 : Preposition} ; + PN = {s : Case => Str} ; + +-- tense with possibility to choose conjunctive forms + + Tense = {s : Str ; t : ResGer.Tense ; m : Mood} ; + + lin + TPres = {s = [] ; t = Pres ; m = MIndic} ; + TPast = {s = [] ; t = Past ; m = MIndic} ; --# notpresent + TFut = {s = [] ; t = Fut ; m = MIndic} ; --# notpresent + TCond = {s = [] ; t = Cond ; m = MIndic} ; --# notpresent +} diff --git a/deprecated/old-lib/resource/german/ConjunctionGer.gf b/deprecated/old-lib/resource/german/ConjunctionGer.gf new file mode 100644 index 000000000..d46a32839 --- /dev/null +++ b/deprecated/old-lib/resource/german/ConjunctionGer.gf @@ -0,0 +1,59 @@ +concrete ConjunctionGer of Conjunction = + CatGer ** open ResGer, Coordination, Prelude in { + + flags optimize=all_subs ; + + lin + + ConjS conj ss = conjunctDistrTable Order conj ss ; + + ConjAdv conj ss = conjunctDistrSS conj ss ; + + ConjNP conj ss = conjunctDistrTable Case conj ss ** { + a = {g = Fem ; n = conjNumber conj.n ss.a.n ; p = ss.a.p} + } ; + + ConjAP conj ss = conjunctDistrTable AForm conj ss ** { + isPre = ss.isPre + } ; + +{- ---b + ConjS conj ss = conjunctTable Order conj ss ; + DConjS conj ss = conjunctDistrTable Order conj ss ; + + ConjAdv conj ss = conjunctSS conj ss ; + DConjAdv conj ss = conjunctDistrSS conj ss ; + + ConjNP conj ss = conjunctTable Case conj ss ** { + a = {g = Fem ; n = conjNumber conj.n ss.a.n ; p = ss.a.p} + } ; + DConjNP conj ss = conjunctDistrTable Case conj ss ** { + a = {g = Fem ; n = conjNumber conj.n ss.a.n ; p = ss.a.p} + } ; + + ConjAP conj ss = conjunctTable AForm conj ss ** { + isPre = ss.isPre + } ; + DConjAP conj ss = conjunctDistrTable AForm conj ss ** { + isPre = ss.isPre + } ; +-} + +-- These fun's are generated from the list cat's. + + BaseS = twoTable Order ; + ConsS = consrTable Order comma ; + BaseAdv = twoSS ; + ConsAdv = consrSS comma ; + BaseNP x y = twoTable Case x y ** {a = conjAgr x.a y.a} ; + ConsNP xs x = consrTable Case comma xs x ** {a = conjAgr xs.a x.a} ; + BaseAP x y = twoTable AForm x y ** {isPre = andB x.isPre y.isPre} ; + ConsAP xs x = consrTable AForm comma xs x ** {isPre = andB xs.isPre x.isPre} ; + + lincat + [S] = {s1,s2 : Order => Str} ; + [Adv] = {s1,s2 : Str} ; + [NP] = {s1,s2 : Case => Str ; a : Agr} ; + [AP] = {s1,s2 : AForm => Str ; isPre : Bool} ; + +} diff --git a/deprecated/old-lib/resource/german/ExtGer.gf b/deprecated/old-lib/resource/german/ExtGer.gf new file mode 100644 index 000000000..b87b483e6 --- /dev/null +++ b/deprecated/old-lib/resource/german/ExtGer.gf @@ -0,0 +1,26 @@ +--concrete ExtGer of ExtGerAbs = CatGer ** open ResGer in { +-- +-- lincat +-- +-- Aux = {s : Polarity => Str} ; +-- +-- lin +-- +-- PredAux np aux vp = mkClause (np.s ! Nom) np.a { +-- s = \\t,ant,b,ord,agr => +-- let +-- fin = aux.s ! b ; +-- vf : Str -> Str -> {fin, inf : Str} = \x,y -> +-- {fin = x ; inf = y} ; +-- in +-- case ant of { +-- Simul => vf fin [] ; +-- Anter => vf fin "have" +-- } ; +-- s2 = \\agr => infVP vp agr +-- } ; +-- +-- can_Aux = {s = \\p => posneg p "can"} ; ---- cannt +-- must_Aux = {s = \\p => posneg p "must"} ; +-- +--} diff --git a/deprecated/old-lib/resource/german/ExtraGer.gf b/deprecated/old-lib/resource/german/ExtraGer.gf new file mode 100644 index 000000000..518fe1713 --- /dev/null +++ b/deprecated/old-lib/resource/german/ExtraGer.gf @@ -0,0 +1,34 @@ +concrete ExtraGer of ExtraGerAbs = CatGer ** + open ResGer, Coordination, Prelude, IrregGer in { + + lincat + VPI = {s : Bool => Str} ; + [VPI] = {s1,s2 : Bool => Str} ; + lin + BaseVPI = twoTable Bool ; + ConsVPI = consrTable Bool comma ; + + MkVPI vp = {s = \\b => useInfVP b vp} ; + ConjVPI = conjunctDistrTable Bool ; + + ComplVPIVV v vpi = + insertInf (vpi.s ! v.isAux) ( + predVGen v.isAux v) ; ---- +{- + insertExtrapos vpi.p3 ( + insertInf vpi.p2 ( + insertObj vpi.p1 ( + predVGen v.isAux v))) ; +-} + + PPzuAdv cn = {s = case cn.g of { + Masc | Neutr => "zum" ; + Fem => "zur" + } ++ cn.s ! adjfCase Weak Dat ! Sg ! Dat + } ; + + TImpfSubj = {s = [] ; t = Past ; m = MConjunct} ; --# notpresent + + moegen_VV = auxVV mgen_V ; + +} diff --git a/deprecated/old-lib/resource/german/ExtraGerAbs.gf b/deprecated/old-lib/resource/german/ExtraGerAbs.gf new file mode 100644 index 000000000..886b666c3 --- /dev/null +++ b/deprecated/old-lib/resource/german/ExtraGerAbs.gf @@ -0,0 +1,11 @@ +abstract ExtraGerAbs = Extra [ + VPI,ListVPI,BaseVPI,ConsVPI,MkVPI,ComplVPIVV,ConjVPI, + VV,VP,Conj] ** { + + fun + PPzuAdv : CN -> Adv ; -- zum Lied, zur Flasche + TImpfSubj : Tense ; -- ich möchte... --# notpresent + + moegen_VV : VV ; -- ich mag/möchte singen + +} diff --git a/deprecated/old-lib/resource/german/GrammarGer.gf b/deprecated/old-lib/resource/german/GrammarGer.gf new file mode 100644 index 000000000..7f43b7b11 --- /dev/null +++ b/deprecated/old-lib/resource/german/GrammarGer.gf @@ -0,0 +1,21 @@ +--# -path=.:../abstract:../common:prelude + +concrete GrammarGer of Grammar = + NounGer, + VerbGer, + AdjectiveGer, + AdverbGer, + NumeralGer, + SentenceGer, + QuestionGer, + RelativeGer, + ConjunctionGer, + PhraseGer, + TextX - [Tense,TPres,TPast,TFut,TCond], + IdiomGer, + StructuralGer + ** { + +flags startcat = Phr ; unlexer = text ; lexer = text ; + +} ; diff --git a/deprecated/old-lib/resource/german/IdiomGer.gf b/deprecated/old-lib/resource/german/IdiomGer.gf new file mode 100644 index 000000000..4392a38b5 --- /dev/null +++ b/deprecated/old-lib/resource/german/IdiomGer.gf @@ -0,0 +1,46 @@ +concrete IdiomGer of Idiom = CatGer ** + open MorphoGer, ParadigmsGer, Prelude in { + + flags optimize=all_subs ; + + lin + ImpersCl vp = mkClause "es" (agrP3 Sg) vp ; + GenericCl vp = mkClause "man" (agrP3 Sg) vp ; + + CleftNP np rs = mkClause "es" (agrP3 Sg) + (insertExtrapos (rs.s ! gennum np.a.g np.a.n) ---- + (insertObj (\\_ => np.s ! rs.c) (predV MorphoGer.sein_V))) ; + + CleftAdv ad s = mkClause "es" (agrP3 Sg) + (insertExtrapos (conjThat ++ s.s ! Sub) + (insertObj (\\_ => ad.s) (predV MorphoGer.sein_V))) ; + + + ExistNP np = + mkClause "es" (agrP3 Sg) + (insertObj (\\_ => appPrep geben.c2 np.s) + (predV geben)) ; + + ExistIP ip = { + s = \\m,t,a,p => + let + cls = + (mkClause "es" (agrP3 Sg) (predV geben)).s ! m ! t ! a ! p ; + who = ip.s ! Acc + in table { + QDir => who ++ cls ! Inv ; + QIndir => who ++ cls ! Sub + } + } ; + + ProgrVP = insertAdv "eben" ; ---- + + ImpPl1 vp = {s = + (mkClause "wir" {g = Fem ; n = Pl ; p = P1} vp).s ! + MConjunct ! Pres ! Simul ! Pos ! Inv + } ; + + oper + geben = dirV2 (mk6V "geben" "gibt" "gib" "gab" "gbe" "gegeben") ; +} + diff --git a/deprecated/old-lib/resource/german/IrregGer.gf b/deprecated/old-lib/resource/german/IrregGer.gf new file mode 100644 index 000000000..35f85aafb --- /dev/null +++ b/deprecated/old-lib/resource/german/IrregGer.gf @@ -0,0 +1,228 @@ +--# -path=.:prelude:../abstract:../common + +-- adapted from verb list in +-- http://www.iee.et.tu-dresden.de/~wernerr/grammar/verben_dt.html + +concrete IrregGer of IrregGerAbs = CatGer ** open + ParadigmsGer, + (M = MorphoGer) +in { + + flags optimize=values ; + + lin backen_V = irregV "backen" "bckt" (variants {"backt" ; "buk"}) (variants {"backt" ; "buke"}) "gebacken" ; + lin befehlen_V = irregV "befehlen" "befiehlt" "befahl" "befhle" "befhle)" ; + lin beginnen_V = irregV "beginnen" "beginnt" "begann" "begnne" "begnne)" ; + lin beien_V = irregV "beien" "beit" "bi" "bie" "gebissen" ; + lin bergen_V = irregV "bergen" "birgt" "barg" "brge" "geborgen" ; + lin bersten_V = irregV "bersten" "birst" "barst" "brste" "geborsten" ; + lin bewegen_V = irregV "bewegen" "bewegt" "bewog" "bewge" "bewogen" ; + lin biegen_V = irregV "biegen" "biegt" "bog" "bge" "gebogen" ; + lin bieten_V = irregV "bieten" "bietet" "bot" "bte" "geboten" ; + lin binden_V = irregV "binden" "bindt" "band" "bnde" "gebunden" ; + lin bitten_V = irregV "bitten" "bittet" "bat" "bte" "gebeten" ; + lin blasen_V = irregV "blasen" "blst" "blies" "bliese" "geblasen" ; + lin bleiben_V = irregV "bleiben" "bleibt" "blieb" "bliebe" "geblieben" ; + lin braten_V = irregV "braten" "brt" "briet" "briete" "gebraten" ; + lin brechen_V = irregV "brechen" "bricht" "brach" "brche" "gebrochen" ; + lin brennen_V = irregV "brennen" "brennt" "brannte" "brennte" "gebrannt" ; + lin bringen_V = irregV "bringen" "bringt" "brachte" "brachte" "gebracht" ; + lin denken_V = irregV "denken" "denkt" "dachte" "dachte" "gedacht" ; + lin dingen_V = irregV "dingen" "dingt" "dingte" "dang" "gedungen" ; + lin dreschen_V = irregV "dreschen" "drischt" "drosch" "drsche" "gedroschen" ; + lin dringen_V = irregV "dringen" "dringt" "drang" "drnge" "gedrungen" ; + lin drfen_V = M.mkV + "drfen" "darf" "darfst" "darf" "drft" "drf" + "durfte" "durftest" "durften" "durftet" + "drfte" "gedurft" [] + M.VHaben ** {lock_V = <>} ; + lin empfehlen_V = irregV "empfehlen" "empfiehlt" "empfahl" + (variants {"empfhle" ; "empfhle"}) "empfohlen" ; + lin erlschen_V = irregV "erlschen" "erlischt" "erlosch" "erlsche" "erloschen" ; + lin erkennen_V = irregV "erkennen" "erkennt" "erkannte" "erkannte" "erkannt" ; + lin erschrecken_V = irregV "erschrecken" "erschrickt" "erschrak" "erschrke" "erschrocken" ; + lin essen_V = irregV "essen" "it" "a" "e" "gegessen" ; + lin fahren_V = irregV "fahren" "fhrt" "fuhr" "fhre" "gefahren" ; + lin fallen_V = irregV "fallen" "fllt" "fiel" "fiele" "gefallen" ; + lin fangen_V = irregV "fangen" "fngt" "fing" "finge" "gefangen" ; + lin fechten_V = irregV "fechten" "fechtet" "focht" "fchte" "gefochten" ; + lin finden_V = irregV "finden" "findt" "fand" "fnde" "gefunden" ; + lin flechten_V = irregV "flechten" "flicht" "flocht" "flchte" "geflochten" ; + lin fliegen_V = irregV "fliegen" "fliegt" "flog" "flge" "geflogen" ; + lin fliehen_V = irregV "fliehen" "flieht" "floh" "flhe" "geflohen" ; + lin flieen_V = irregV "flieen" "fliet" "flo" "flsse" "geflossen" ; + lin fressen_V = irregV "fressen" "frit" "fra" "fre" "gefressen" ; + lin frieren_V = irregV "frieren" "friert" "fror" "frre" "gefroren" ; + lin gren_V = irregV "gren" "grt" (variants {"gor" ; "grte"}) "gre" "gegoren" ; + lin gebren_V = irregV "gebren" "gebiert" "gebar" "gebre" "geboren" ; + lin geben_V = irregV "geben" "gibt" "gab" "gbe" "gegeben" ; + lin gedeihen_V = irregV "gedeihen" "gedeiht" "gedieh" "gediehe" "gediehen" ; + lin gehen_V = irregV "gehen" "geht" "ging" "ginge" "gegangen" ; + lin gelingen_V = irregV "gelingen" "gelingt" "gelang" "gelange" "gelungen" ; + lin gelten_V = irregV "gelten" "gilt" "galt" (variants {"galte" ; "golte"}) "gegolten" ; + lin genesen_V = irregV "genesen" "genest" "genas" "gense" "genesen" ; + lin genieen_V = irregV "genieen" "geniet" "geno" "gensse" "genossen" ; + lin geschehen_V = irregV "geschehen" "geschieht" "geschah" "geschehen" "geschhe" ; + lin gewinnen_V = irregV "gewinnen" "gewinnt" "gewann" (variants {"gewnne" ; "gewnne"}) "gewonnen" ; + lin gieen_V = irregV "gieen" "giet" "go" "gsse" "gegossen" ; + lin gleichen_V = irregV "gleichen" "gleicht" "glich" "gliche" "geglichen" ; + lin gleiten_V = irregV "gleiten" "gleitet" "glitt" "glitte" "geglitten" ; + lin glimmen_V = irregV "glimmen" "glimmt" "glomm" "glimmte" "glmme" ; + lin graben_V = irregV "graben" "grbt" "grub" "grbe" "gegraben" ; + lin greifen_V = irregV "greifen" "greift" "griff" "griffe" "gegriffen" ; + lin haben_V = irregV "haben" "hat" "hatte" "hatte" "gehabt" ; + lin halten_V = irregV "halten" "hlt" "hielt" "hielte" "gehalten" ; + lin hngen_V = irregV "hngen" "hngt" "hing" "hinge" "gehangen" ; + lin hauen_V = irregV "hauen" "haut" (variants {"haute" ; "hieb"}) (variants {"haute" ; "hiebe"}) "gehauen" ; + lin heben_V = irregV "heben" "hebt" "hob" "hbe" "gehoben" ; + lin heien_V = irregV "heien" "heit" "hie" "hiee" "geheien" ; + lin helfen_V = irregV "helfen" "hilft" "half" "hlfe" "geholfen" ; + lin kennen_V = irregV "kennen" "kennt" "kannte" "kennte" "gekannt" ; + lin klimmen_V = irregV "klimmen" "klimmt" "klomm" "klmme" "geklommen" ; + lin klingen_V = irregV "klingen" "klingt" "klang" "klnge" "geklungen" ; + lin kneifen_V = irregV "kneifen" "kneift" "kniff" "kniffe" "gekniffen" ; + lin kommen_V = irregV "kommen" "kommt" "kam" "kme" "gekommen" ; + lin knnen_V = M.mkV + "knnen" "kann" "kannst" "kann" "knnt" "knn" + "konnte" "konntest" "konnten" "konntet" + "knnte" "gekonnt" [] + M.VHaben ** {lock_V = <>} ; + lin kriechen_V = irregV "kriechen" "kriecht" "kroch" "krche" "gekrochen" ; + lin kren_V = irregV "kren" "krt" "krte" "kor" "gekrt" ; + lin laden_V = irregV "laden" "ldt" "lud" "lde" "geladen" ; + lin lassen_V = irregV "lassen" "lt" "lie" "liee" "gelassen" ; + lin laufen_V = irregV "laufen" "luft" "lief" "liefe" "gelaufen" ; + lin leiden_V = irregV "leiden" "leidt" "litt" "litte" "gelitten" ; + lin leihen_V = irregV "leihen" "leiht" "lieh" "liehe" "geliehen" ; + lin lesen_V = irregV "lesen" "liest" "las" "lse" "gelesen" ; + lin liegen_V = irregV "liegen" "liegt" "lag" "lge" "gelegen" ; + lin lgen_V = irregV "lgen" "lgt" "log" "lge" "gelogen" ; + lin mahlen_V = irregV "mahlen" "mahlt" "mahlte" "mahlte" "gemahlen" ; + lin meiden_V = irregV "meiden" "meidt" "mied" "miede" "gemieden" ; + lin melken_V = irregV "melken" (variants {"melkt" ; "milkt"}) (variants {"melkte" ; "molk"}) "gemolken" "gemelkt" ; + lin messen_V = irregV "messen" "mit" "ma" "me" "gemessen" ; + lin milingen_V = irregV "milingen" "milingt" "milang" "milungen" "milnge" ; + lin mgen_V = M.mkV + "mgen" "mag" "magst" "mag" "mgt" "mg" + "mochte" "mochtest" "mochten" "mochtet" + "mchte" "gemocht" [] + M.VHaben ** {lock_V = <>} ; + lin mssen_V = M.mkV + "mssen" "mu" "mut" "mu" "mt" "m" + "mute" "mutest" "muten" "mutet" + "mte" "gemut" [] + M.VHaben ** {lock_V = <>} ; + lin nehmen_V = mk6V "nehmen" "nimmt" "nimm" "nahm" "nhme" "genommen" ; + lin nennen_V = irregV "nennen" "nennt" "nannte" "nennte" "genannt" ; + lin pfeifen_V = irregV "pfeifen" "pfeift" "pfiff" "pfiffe" "gepfiffen" ; + lin preisen_V = irregV "preisen" "preist" "pries" "priese" "gepriesen" ; + lin quellen_V = irregV "quellen" "quillt" "quoll" "qulle" "gequollen" ; + lin raten_V = irregV "raten" "rt" "riet" "riete" "geraten" ; + lin reiben_V = irregV "reiben" "reibt" "rieb" "riebe" "gerieben" ; + lin reien_V = irregV "reien" "reit" "ri" "rie" "gerissen" ; + lin reiten_V = irregV "reiten" "reitet" "ritt" "ritte" "geritten" ; + lin rennen_V = irregV "rennen" "rennt" "rannte" "rennte" "gerannt" ; + lin riechen_V = irregV "riechen" "riecht" "roch" "rche" "gerochen" ; + lin ringen_V = irregV "ringen" "ringt" "rang" "rnge" "gerungen" ; + lin rinnen_V = irregV "rinnen" "rinnt" "rann" "rnne" "geronnen" ; + lin rufen_V = irregV "rufen" "ruft" "rief" "riefe" "gerufen" ; + lin salzen_V = irregV "salzen" "salzt" "salzte" "salzte" "gesalzen" ; + lin saufen_V = irregV "saufen" "suft" "soff" "sffe" "gesoffen" ; + lin saugen_V = irregV "saugen" "saugt" (variants {"saugte" ; "sog"}) (variants {"saugte" ; "soge"}) (variants {"gesaugt" ; "gesogen"}) ; + lin schaffen_V = irregV "schaffen" "schafft" "schuf" "schfe" "geschaffen" ; + lin scheiden_V = irregV "scheiden" "scheidt" "schied" "schiede" "geschieden" ; + lin scheinen_V = irregV "scheinen" "scheint" "schien" "schiene" "geschienen" ; + lin scheien_V = irregV "scheien" "scheit" "schi" "schie" "geschissen" ; + lin schelten_V = irregV "schelten" "schilt" "schalt" "schlte" "gescholten" ; + lin scheren_V = irregV "scheren" "schert" "schor" "schre" "geschoren" ; + lin schieben_V = irregV "schieben" "schiebt" "schob" "schbe" "geschoben" ; + lin schieen_V = irregV "schieen" "schiet" "scho" "schsse" "geschossen" ; + lin schinden_V = irregV "schinden" "schindt" "schund" "schunde" "geschunden" ; + lin schlafen_V = irregV "schlafen" "schlft" "schlief" "schliefe" "geschlafen" ; + lin schlagen_V = irregV "schlagen" "schlgt" "schlug" "schlge" "geschlagen" ; + lin schleichen_V = irregV "schleichen" "schleicht" "schlich" "schliche" "geschlichen" ; + lin schleifen_V = irregV "schleifen" "schleift" "schliff" "schliffe" "geschliffen" ; + lin schleien_V = irregV "schleien" "schleit" (variants {"schli" ; "schleite"}) (variants {"schli" ; "schleite"}) (variants {"geschlissen" ; "geschleit"}) ; + lin schlieen_V = irregV "schlieen" "schliet" "schlo" "schlsse" "geschlossen" ; + lin schlingen_V = irregV "schlingen" "schlingt" "schlang" "schlnge" "geschlungen" ; + lin schmeien_V = irregV "schmeien" "schmeit" "schmi" "schmie" "geschmissen" ; + lin schmelzen_V = irregV "schmelzen" "schmilzt" "schmolz" "schmlze" "geschmolzen" ; + lin schneiden_V = irregV "schneiden" "schneidt" "schnitt" "schnitte" "geschnitten" ; + lin schreiben_V = irregV "schreiben" "schreibt" "schrieb" "schriebe" "geschrieben" ; + lin schreien_V = irregV "schreien" "schreit" "schrie" "schrie" "geschrien" ; + lin schreiten_V = irregV "schreiten" "schreitet" "schritt" "schritte" "geschritten" ; + lin schweigen_V = irregV "schweigen" "schweigt" "schwieg" "schwiege" "geschwiegen" ; + lin schwellen_V = irregV "schwellen" "schwillt" "schwoll" "schwlle" "geschwollen" ; + lin schwimmen_V = irregV "schwimmen" "schwimmt" "schwamm" (variants {"schwmme" ; "schwmme"}) "geschwommen" ; + lin schwinden_V = irregV "schwinden" "schwindt" "schwand" "schwnde" "geschwunden" ; + lin schwingen_V = irregV "schwingen" "schwingt" "schwang" "schwnge" "geschwungen" ; + lin schwren_V = irregV "schwren" "schwrt" "schwor" "schwre" "geschworen" ; + lin sehen_V = irregV "sehen" "sieht" "sah" "she" "gesehen" ; + lin sein_V = irregV "sein" "ist" "war" "wre" "gewesen" ; + lin senden_V = irregV "senden" "sendt" (variants {"sandte" ; "sendete"}) (variants {"sandte" ; "sendete"}) (variants {"gesandt" ; "gesendet"}) ; + lin sieden_V = irregV "sieden" "siedt" (variants {"siedete" ; "sott"}) (variants {"siedete" ; "sotte"}) (variants {"gesotten" ; "gesiedet"}) ; + lin singen_V = irregV "singen" "singt" "sang" "snge" "gesungen" ; + lin sinken_V = irregV "sinken" "sinkt" "sank" "snke" "gesunken" ; + lin sinnen_V = irregV "sinnen" "sinnt" "sann" "snne" "gesonnen" ; + lin sitzen_V = irregV "sitzen" "sitzt" "sa" "se" "gesessen" ; + lin sollen_V = M.mkV + "sollen" "soll" "sollst" "soll" "sollt" "soll" + "sollte" "solltest" "sollten" "solltet" + "sollte" "gesollt" [] + M.VHaben ** {lock_V = <>} ; + + lin speien_V = irregV "speien" "speit" "spie" "spie" "gespien" ; + lin spinnen_V = irregV "spinnen" "spinnt" "spann" (variants {"spnne" ; "spnne"}) "gesponnen" ; + lin spleien_V = irregV "spleien" "spleit" "spli" "splie" "gesplissen" ; + lin sprechen_V = irregV "sprechen" "spricht" "sprach" "sprche" "gesprochen" ; + lin sprieen_V = irregV "sprieen" "spriet" "spro" "sprsse" "gesprossen" ; + lin springen_V = irregV "springen" "springt" "sprang" "sprnge" "gesprungen" ; + lin stechen_V = irregV "stechen" "sticht" "stach" "stche" "gestochen" ; + lin stehen_V = irregV "stehen" "steht" "stand" (variants {"stnde" ; "stnde"}) "gestanden" ; + lin stehlen_V = irregV "stehlen" "stiehlt" "stahl" "sthle" "gestohlen" ; + lin steigen_V = irregV "steigen" "steigt" "stieg" "stiege" "gestiegen" ; + lin sterben_V = irregV "sterben" "stirbt" "starb" "strbe" "gestorben" ; + lin stieben_V = irregV "stieben" "stiebt" "stob" "stbe" "gestoben" ; + lin stinken_V = irregV "stinken" "stinkt" "stank" "stnke" "gestunken" ; + lin stoen_V = irregV "stoen" "stt" "stie" "stiee" "gestoen" ; + lin streichen_V = irregV "streichen" "streicht" "strich" "striche" "gestrichen" ; + lin streiten_V = irregV "streiten" "streitet" "stritt" "stritte" "gestritten" ; + lin tragen_V = irregV "tragen" "trgt" "trug" "trge" "getragen" ; + lin treffen_V = irregV "treffen" "trifft" "traf" "trfe" "getroffen" ; + lin treiben_V = irregV "treiben" "treibt" "trieb" "triebe" "getrieben" ; + lin treten_V = irregV "treten" "tritt" "trat" "trte" "getreten" ; + lin trinken_V = irregV "trinken" "trinkt" "trank" "trnke" "getrunken" ; + lin trgen_V = irregV "trgen" "trgt" "trog" "trge" "getrogen" ; + lin tun_V = irregV "tun" "tut" "tat" "tte" "getan" ; + lin verderben_V = irregV "verderben" "verdirbt" "verdarb" "verdarbe" "verdorben" ; + lin verlieren_V = irregV "verlieren" "verliert" "verlor" "verlre" "verloren" ; + lin wachsen_V = irregV "wachsen" "wchst" "wuchs" "wchse" "gewachsen" ; + lin wgen_V = irregV "wgen" "wgt" "wog" "woge" "gewogen" ; + lin waschen_V = irregV "waschen" "wscht" "wusch" "wsche" "gewaschen" ; + lin weben_V = irregV "weben" "webt" (variants {"wob" ; "webte"}) "wbe" (variants {"gewoben" ; "gewebt"}) ; + lin weichen_V = irregV "weichen" "weicht" "wich" "wiche" "gewichen" ; + lin weisen_V = irregV "weisen" "weist" "wies" "wiese" "gewiesen" ; + lin wenden_V = irregV "wenden" "wendt" (variants {"wandte" ; "wendete"}) (variants {"wandte" ; "wendete"}) (variants {"gewandt" ; "gewendet"}) ; + lin werben_V = irregV "werben" "wirbt" "warb" "wrbe" "geworben" ; + lin werden_V = M.mkV + "werden" "werde" "wirst" "wird" "werdet" "werd" + "wurde" "wurdest" "wurden" "wurdet" + "wrde" "geworden" [] + M.VHaben ** {lock_V = <>} ; + lin werfen_V = irregV "werfen" "wirft" "warf" "wrfe" "geworfen" ; + lin wiegen_V = irregV "wiegen" "wiegt" "wog" "wge" "gewogen" ; + lin winden_V = irregV "winden" "windt" "wand" "wnde" "gewunden" ; + lin wissen_V = irregV "wissen" "wei" "wute" "wte" "gewut" ; + lin wollen_V = M.mkV + "wollen" "will" "willst" "will" "wollt" "woll" + "wollte" "wolltest" "wollten" "wolltet" + "wollte" "gewollt" [] + M.VHaben ** {lock_V = <>} ; + + + lin wringen_V = irregV "wringen" "wringt" "wrang" "wrnge" "gewrungen" ; + lin zeihen_V = irregV "zeihen" "zeiht" "zieh" "ziehe" "geziehen" ; + lin ziehen_V = irregV "ziehen" "zieht" "zog" "zge" "gezogen" ; + lin zwingen_V = irregV "zwingen" "zwingt" "zwang" "zwnge" "gezwungen" ; + +} diff --git a/deprecated/old-lib/resource/german/IrregGerAbs.gf b/deprecated/old-lib/resource/german/IrregGerAbs.gf new file mode 100644 index 000000000..0d68f94ed --- /dev/null +++ b/deprecated/old-lib/resource/german/IrregGerAbs.gf @@ -0,0 +1,185 @@ +abstract IrregGerAbs = Cat ** { + + fun backen_V : V ; + fun befehlen_V : V ; + fun beginnen_V : V ; + fun beien_V : V ; + fun bergen_V : V ; + fun bersten_V : V ; + fun bewegen_V : V ; + fun biegen_V : V ; + fun bieten_V : V ; + fun binden_V : V ; + fun bitten_V : V ; + fun blasen_V : V ; + fun bleiben_V : V ; + fun braten_V : V ; + fun brechen_V : V ; + fun brennen_V : V ; + fun bringen_V : V ; + fun denken_V : V ; + fun dingen_V : V ; + fun dreschen_V : V ; + fun dringen_V : V ; + fun drfen_V : V ; + fun empfehlen_V : V ; + fun erlschen_V : V ; + fun erkennen_V : V ; + fun erschrecken_V : V ; + fun essen_V : V ; + fun fahren_V : V ; + fun fallen_V : V ; + fun fangen_V : V ; + fun fechten_V : V ; + fun finden_V : V ; + fun flechten_V : V ; + fun fliegen_V : V ; + fun fliehen_V : V ; + fun flieen_V : V ; + fun fressen_V : V ; + fun frieren_V : V ; + fun gren_V : V ; + fun gebren_V : V ; + fun geben_V : V ; + fun gedeihen_V : V ; + fun gehen_V : V ; + fun gelingen_V : V ; + fun gelten_V : V ; + fun genesen_V : V ; + fun genieen_V : V ; + fun geschehen_V : V ; + fun gewinnen_V : V ; + fun gieen_V : V ; + fun gleichen_V : V ; + fun gleiten_V : V ; + fun glimmen_V : V ; + fun graben_V : V ; + fun greifen_V : V ; + fun haben_V : V ; + fun halten_V : V ; + fun hngen_V : V ; + fun hauen_V : V ; + fun heben_V : V ; + fun heien_V : V ; + fun helfen_V : V ; + fun kennen_V : V ; + fun klimmen_V : V ; + fun klingen_V : V ; + fun kneifen_V : V ; + fun kommen_V : V ; + fun knnen_V : V ; + fun kriechen_V : V ; + fun kren_V : V ; + fun laden_V : V ; + fun lassen_V : V ; + fun laufen_V : V ; + fun leiden_V : V ; + fun leihen_V : V ; + fun lesen_V : V ; + fun liegen_V : V ; + fun lgen_V : V ; + fun mahlen_V : V ; + fun meiden_V : V ; + fun melken_V : V ; + fun messen_V : V ; + fun milingen_V : V ; + fun mgen_V : V ; + fun mssen_V : V ; + fun nehmen_V : V ; + fun nennen_V : V ; + fun pfeifen_V : V ; + fun preisen_V : V ; + fun quellen_V : V ; + fun raten_V : V ; + fun reiben_V : V ; + fun reien_V : V ; + fun reiten_V : V ; + fun rennen_V : V ; + fun riechen_V : V ; + fun ringen_V : V ; + fun rinnen_V : V ; + fun rufen_V : V ; + fun salzen_V : V ; + fun saufen_V : V ; + fun saugen_V : V ; + fun schaffen_V : V ; + fun scheiden_V : V ; + fun scheinen_V : V ; + fun scheien_V : V ; + fun schelten_V : V ; + fun scheren_V : V ; + fun schieben_V : V ; + fun schieen_V : V ; + fun schinden_V : V ; + fun schlafen_V : V ; + fun schlagen_V : V ; + fun schleichen_V : V ; + fun schleifen_V : V ; + fun schleien_V : V ; + fun schlieen_V : V ; + fun schlingen_V : V ; + fun schmeien_V : V ; + fun schmelzen_V : V ; + fun schneiden_V : V ; + fun schreiben_V : V ; + fun schreien_V : V ; + fun schreiten_V : V ; + fun schweigen_V : V ; + fun schwellen_V : V ; + fun schwimmen_V : V ; + fun schwinden_V : V ; + fun schwingen_V : V ; + fun schwren_V : V ; + fun sehen_V : V ; + fun sein_V : V ; + fun senden_V : V ; + fun sieden_V : V ; + fun singen_V : V ; + fun sinken_V : V ; + fun sinnen_V : V ; + fun sitzen_V : V ; + fun sollen_V : V ; + fun speien_V : V ; + fun spinnen_V : V ; + fun spleien_V : V ; + fun sprechen_V : V ; + fun sprieen_V : V ; + fun springen_V : V ; + fun stechen_V : V ; + fun stehen_V : V ; + fun stehlen_V : V ; + fun steigen_V : V ; + fun sterben_V : V ; + fun stieben_V : V ; + fun stinken_V : V ; + fun stoen_V : V ; + fun streichen_V : V ; + fun streiten_V : V ; + fun tragen_V : V ; + fun treffen_V : V ; + fun treiben_V : V ; + fun treten_V : V ; + fun trinken_V : V ; + fun trgen_V : V ; + fun tun_V : V ; + fun verderben_V : V ; + fun verlieren_V : V ; + fun wachsen_V : V ; + fun wgen_V : V ; + fun waschen_V : V ; + fun weben_V : V ; + fun weichen_V : V ; + fun weisen_V : V ; + fun wenden_V : V ; + fun werben_V : V ; + fun werden_V : V ; + fun werfen_V : V ; + fun wiegen_V : V ; + fun winden_V : V ; + fun wissen_V : V ; + fun wollen_V : V ; + fun wringen_V : V ; + fun zeihen_V : V ; + fun ziehen_V : V ; + fun zwingen_V : V ; +} diff --git a/deprecated/old-lib/resource/german/LangGer.gf b/deprecated/old-lib/resource/german/LangGer.gf new file mode 100644 index 000000000..159baf51e --- /dev/null +++ b/deprecated/old-lib/resource/german/LangGer.gf @@ -0,0 +1,10 @@ +--# -path=.:../abstract:../common:prelude + +concrete LangGer of Lang = + GrammarGer, + LexiconGer + ** { + +flags startcat = Phr ; unlexer = text ; lexer = text ; +erasing = on ; +} ; diff --git a/deprecated/old-lib/resource/german/LexiconGer.gf b/deprecated/old-lib/resource/german/LexiconGer.gf new file mode 100644 index 000000000..f3aebb889 --- /dev/null +++ b/deprecated/old-lib/resource/german/LexiconGer.gf @@ -0,0 +1,366 @@ +--# -path=.:../common:../abstract:../../prelude + +-- work by Aarne Ranta, Andreas Priesnitz, and Henning Thielemann. + +concrete LexiconGer of Lexicon = CatGer ** + open Prelude, ParadigmsGer, (Mo = MorphoGer), IrregGer in { + +flags + optimize=all_subs ; + +lin + add_V3 = dirV3 (prefixV "hinzu" (regV "fgen")) zu_Prep ; + airplane_N = regN "Flugzeug" ; + already_Adv = mkAdv "schon" ; + answer_V2S = mkV2S (regV "antworten") datPrep ; + apartment_N = regN "Wohnung" ; + apple_N = reg2N "Apfel" "pfel" masculine ; + art_N = reg2N "Kunst" "Knste" feminine ; + ask_V2Q = mkV2Q (regV "fragen") accPrep ; + baby_N = reg2N "Baby" "Babies" neuter ; ---- + bad_A = regA "schlecht" ; + bank_N = reg2N "Bank" "Banken" feminine ; + beautiful_A = regA "schn" ; + become_VA = mkVA IrregGer.werden_V ; + beer_N = reg2N "Bier" "Biere" neuter ; + beg_V2V = mkV2V (mk6V "bitten" "bittet" "bitte" "bat" "bte" "gebeten") accPrep ; + big_A = mk3A "gro" "grer" "grte" ; + bike_N = reg2N "Fahrrad" "Fahrrder" neuter ; + bird_N = reg2N "Vogel" "Vgel" masculine ; + black_A = regA "schwarz" ; + blue_A = regA "blau"; + boat_N = reg2N "Boot" "Boote" neuter ; + book_N = reg2N "Buch" "Bcher" neuter ; + boot_N = reg2N "Stiefel" "Stiefel" masculine ; + boss_N = reg2N "Chef" "Chefs" masculine ; ---- + boy_N = reg2N "Junge" "Jungen" masculine ; + bread_N = reg2N "Brot" "Brote" neuter ; + break_V2 = dirV2 + (irregV "zerschlagen" "zerschlgt" "zerschlug" "zerschlge" "zerschlagen") ; + broad_A = regA "breit" ; + brother_N2 = mkN2 (reg2N "Bruder" "Brder" masculine) von_Prep ; + brown_A = regA "braun" ; + butter_N = reg2N "Butter" "Butter" feminine ; ---- infl + buy_V2 = dirV2 (regV "kaufen") ; + camera_N = reg2N "Kamera" "Kameras" feminine ; + cap_N = regN "Mtze" ; + car_N = regN "Wagen" ; + carpet_N = regN "Teppich" ; + cat_N = regN "Katze" ; + ceiling_N = reg2N "Dach" "Dcher" neuter ; + chair_N = reg2N "Stuhl" "Sthle" masculine ; + cheese_N = regN "Kse" ; + child_N = reg2N "Kind" "Kinder" neuter ; + church_N = regN "Kirche" ; + city_N = reg2N "Stadt" "Stdte" feminine ; + clean_A = regA "rein" ; + clever_A = mk3A "klug" "klger" "klgste" ; + close_V2 = dirV2 (irregV "schlieen" "schliet" "schlo" "schlsse" "geschlossen") ; + coat_N = regN "Jacke" ; + cold_A = regA "kalt" ; + come_V = seinV (mk6V "kommen" "kommt" "komm" "kam" "kme" "gekommen") ; + computer_N = reg2N "Rechner" "Rechner" masculine ; + country_N = reg2N "Land" "Lnder" neuter ; + cousin_N = reg2N "Vetter" "Vetter" masculine ; --- Kusine + cow_N = reg2N "Kuh" "Khe" feminine ; + die_V = seinV (irregV "sterben" "stirbt" "starb" "strbe" "gestorben") ; + distance_N3 = mkN3 (regN "Entfernung") von_Prep zu_Prep ; + dirty_A = regA "schmutzig" ; + do_V2 = dirV2 (irregV "tun" "tut" "tat" "tte" "getan") ; + doctor_N = reg2N "Arzt" "rzte" masculine ; + dog_N = regN "Hund" ; + door_N = reg2N "Tr" "Tren" feminine ; + drink_V2 = dirV2 (irregV "trinken" "trinkt" "trank" "trnke" "getrunken") ; + easy_A2V = mkA2V (regA "leicht") (mkPrep "fr" accusative) ; + eat_V2 = dirV2 (irregV "essen" "it" "a" "e" "gegessen") ; + empty_A = regA "leer" ; ---- check infl + enemy_N = regN "Feind" ; + factory_N = regN "Fabrik" ; + father_N2 = mkN2 (reg2N "Vater" "Vter" masculine) von_Prep ; + fear_VS = mkVS (regV "frchten") ; + find_V2 = dirV2 (irregV "finden" "findet" "fand" "fnde" "gefunden") ; + fish_N = regN "Fisch" ; + floor_N = reg2N "Fuboden" "Fubden" masculine ; + forget_V2 = dirV2 (irregV "vergessen" "vergit" "verga" "verge" "vergessen") ; + fridge_N = reg2N "Khlschrank" "Khlschrnke" masculine ; + friend_N = regN "Freund" ; + fruit_N = reg2N "Frucht" "Frchte" feminine ; + fun_AV = mkAV (regA "toll") ; + garden_N = reg2N "Garten" "Grten" masculine ; + girl_N = reg2N "Mdchen" "Mdchen" neuter ; + glove_N = regN "Handschuh" ; + gold_N = reg2N "Gold" "Golde" neuter ; ---- infl + good_A = mk3A "gut" "besser" "beste" ; + go_V = seinV (irregV "gehen" "geht" "ging" "ginge" "gegangen") ; + green_A = regA "grn" ; + harbour_N = reg2N "Hafen" "Hfen" masculine ; + hate_V2 = dirV2 (regV "hassen") ; + hat_N = reg2N "Hut" "Hte" masculine ; + have_V2 = dirV2 IrregGer.haben_V ; + hear_V2 = dirV2 (regV "hren") ; + hill_N = regN "Hgel" ; + hope_VS = mkVS (regV "hoffen") ; + horse_N = reg2N "Pferd" "Pferde" neuter ; + hot_A = regA "hei" ; + house_N = reg2N "Haus" "Huser" neuter ; + important_A = regA "wichtig" ; + industry_N = regN "Industrie" ; + iron_N = reg2N "Eisen" "Eisen" neuter ; + jump_V = seinV (irregV "springen" "springt" "sprang" "sprnge" "gesprungen") ; + king_N = regN "Knig" ; + know_V2 = dirV2 (irregV "wissen" "wei" "wute" "wte" "gewut") ; ---- infl + lake_N = reg2N "See" "Seen" masculine ; --- infl + lamp_N = regN "Lampe"; + learn_V2 = dirV2 (regV "lernen") ; + leather_N = reg2N "Leder" "Leder" neuter ; + leave_V2 = dirV2 (irregV "verlassen" "verlt" "verlie" "verliee" "verlassen") ; + like_V2 = dirV2 (irregV "mgen" "mag" "mochte" "mchte" "gemocht") ; + listen_V2 = prepV2 (prefixV "zu" (regV "hren")) datPrep ; ---- dat + live_V = regV "leben" ; + long_A = mk3A "lang" "lnger" "lngste" ; + lose_V2 = dirV2 (irregV "verlieren" "verliert" "verlor" "verlre" "verloren") ; + love_N = regN "Liebe" ; + love_V2 = dirV2 (regV "lieben") ; + man_N = reg2N "Mann" "Mnner" masculine ; + married_A2 = mkA2 (regA "verheiratet") (mkPrep "mit" dative) ; + meat_N = reg2N "Fleisch" "Fleische" neuter ; ---- infl + milk_N = reg2N "Milch" "Milche" feminine ; ---- infl + moon_N = regN "Mond" ; + mother_N2 = mkN2 (reg2N "Mutter" "Mtter" feminine) von_Prep ; + mountain_N = regN "Berg" ; + music_N = reg2N "Musik" "Musiken" feminine ; + narrow_A = regA "schmal" ; + new_A = regA "neu" ; + newspaper_N = regN "Zeitung" ; + now_Adv = mkAdv "jetzt" ; + number_N = reg2N "Zahl" "Zahlen" feminine ; + oil_N = reg2N "l" "le" neuter ; + old_A = mk3A "alt" "lter" "lteste" ; + open_V2 = dirV2 (regV "ffnen") ; + paint_V2A = mkV2A (regV "malen") accPrep ; + paper_N = reg2N "Papier" "Papiere" neuter ; + paris_PN = mkPN "Paris" "Paris" ; + peace_N = mk6N "Friede" "Frieden" "Frieden" "Friedens" "Frieden" "Frieden" masculine ; + pen_N = regN "Bleistift" ; ---- + planet_N = reg2N "Planet" "Planeten" masculine ; + plastic_N = reg2N "Plastik" "Plastiken" feminine ; ---- + play_V2 = dirV2 (regV "spielen") ; + policeman_N = reg2N "Polizist" "Polizisten" masculine ; + priest_N = regN "Priester" ; + probable_AS = mkAS (regA "wahrscheinlich") ; + put_V2 = dirV2 (regV "setzen") ; + queen_N = reg2N "Knigin" "Kniginnen" feminine ; + radio_N = reg2N "Radio" "Radios" neuter ; ---- + rain_V0 = mkV0 (regV "regnen") ; + read_V2 = dirV2 (irregV "lesen" "liest" "las" "lse" "gelesen") ; + red_A = regA "rot" ; + religion_N = regN "Religion" ; + restaurant_N = reg2N "Restaurant" "Restaurants" neuter ; + river_N = reg2N "Flu" "Flsse" masculine ; + rock_N = regN "Stein" ; + roof_N = reg2N "Dach" "Dcher" neuter ; + rubber_N = reg2N "Gummi" "Gummis" neuter ; + run_V = seinV (irregV "laufen" "luft" "lief" "liefe" "gelaufen") ; + say_VS = mkVS (regV "sagen") ; + school_N = regN "Schule"; + science_N = reg2N "Wissenschaft" "Wissenschaften" feminine ; + sea_N = reg2N "Meer" "Meere" neuter ; + seek_V2 = dirV2 (regV "suchen") ; + see_V2 = dirV2 (irregV "sehen" "sieht" "sah" "she" "gesehen") ; + sell_V3 = accdatV3 (no_geV (regV "verkaufen")) ; + send_V3 = accdatV3 (regV "schicken") ; + sheep_N = reg2N "Schaf" "Schafe" neuter ; + ship_N = reg2N "Schiff" "Schiffe" neuter ; + shirt_N = reg2N "Hemd" "Hemden" neuter ; ---- infl + shoe_N = regN "Schuh" ; + shop_N = reg2N "Laden" "Lden" masculine ; + short_A = mk3A "kurz" "krzer" "krzeste" ; + silver_N = reg2N "Silber" "Silber" neuter ; ---- infl + sister_N = reg2N "Schwester" "Schwestern" feminine ; + sleep_V = irregV "schlafen" "schlft" "schlief" "schliefe" "geschlafen" ; + small_A = regA "klein" ; + snake_N = regN "Schlange" ; + sock_N = reg2N "Strumpf" "Strmpfe" masculine ; + song_N = reg2N "Lied" "Lieder" neuter ; + speak_V2 = dirV2 (irregV "sprechen" "spricht" "sprach" "sprche" "gesprochen") ; + star_N = regN "Sterne" ; + steel_N = regN "Stahl" ; + stone_N = regN "Stein" ; + stop_V = seinV (irregV "halten" "hlt" "hielt" "hielte" "gehalten") ; + stove_N = regN "Herd" ; + student_N = reg2N "Student" "Studenten" masculine ; + stupid_A = mk3A "dumm" "dmmer" "dmmste" ; ---- + sun_N = regN "Sonne" ; + switch8off_V2 = dirV2 (prefixV "aus" (regV "schalten")) ; + switch8on_V2 = dirV2 (prefixV "ein" (regV "schalten")) ; + table_N = regN "Tisch" ; + talk_V3 = mkV3 (regV "reden") datPrep von_Prep ; + teacher_N = reg2N "Lehrer" "Lehrer" masculine ; + teach_V2 = dirV2 (no_geV (regV "unterrichten")) ; + television_N = reg2N "Fernsehen" "Fernsehen" neuter; + thick_A = regA "dick" ; + thin_A = regA "dnn" ; + train_N = reg2N "Zug" "Zge" masculine ; + travel_V = regV "reisen" ; + tree_N = reg2N "Baum" "Bume" masculine ; + ---- trousers_N = regN "trousers" ; ---- pl t ! + ugly_A = regA "hlich" ; + understand_V2 = + dirV2 (irregV "verstehen" "versteht" "verstand" "verstnde" "verstanden") ; + university_N = reg2N "Universitt" "Universitten" feminine ; + village_N = reg2N "Dorf" "Drfer" neuter ; + wait_V2 = prepV2 (regV "warten") (mkPrep "auf" accusative) ; + walk_V = seinV (irregV "gehen" "geht" "ging" "ginge" "gegangen") ; + warm_A = mk3A "warm" "wrmer" "wrmste" ; + war_N = regN "Krieg" ; + watch_V2 = prepV2 (regV "schauen") (mkPrep "an" accusative) ; + water_N = reg2N "Wasser" "Wasser" neuter ; + white_A = regA "wei" ; + window_N = reg2N "Fenster" "Fenster" neuter ; + wine_N = regN "Wein" ; + win_V2 = dirV2 (irregV "gewinnen" "gewinnt" "gewann" "gewnne" "gewonnen") ; + woman_N = reg2N "Frau" "Frauen" feminine ; + wonder_VQ = mkVQ (reflV (regV "wundern") accusative) ; + wood_N = reg2N "Holz" "Hlzer" neuter ; + write_V2 = dirV2 (irregV "schreiben" "schreibt" "schrieb" "schriebe" "geschrieben") ; + yellow_A = regA "gelb" ; + young_A = mk3A "jung" "jnger" "jngste" ; + left_Ord = Mo.mkOrd (regA "link") ; + right_Ord = Mo.mkOrd (regA "recht") ; + far_Adv = mkAdv "weit" ; + correct_A = regA "richtig" ; + dry_A = regA "trocken" ; + dull_A = regA "stumpf" ; + full_A = regA "voll" ; + heavy_A = regA "schwer" ; + near_A = mk3A "nahe" "nher" "nchste" ; + rotten_A = regA "verdorben" ; + round_A = regA "rund" ; + sharp_A = mk3A "scharf" "schrfer" "schrfste" ; + smooth_A = regA "glatt" ; + straight_A = regA "gerade" ; + wet_A = regA "na" ; + wide_A = regA "breit" ; + animal_N = reg2N "Tier" "Tiere" neuter ; + ashes_N = regN "Asche" ; + back_N = reg2N "Rcken" "Rcken" masculine ; + bark_N = regN "Rinde" ; + belly_N = reg2N "Bauch" "Buche" masculine ; + blood_N = regN "Blut" ; + bone_N = reg2N "Knochen" "Knochen" masculine ; + breast_N = reg2N "Brust" "Brste" feminine ; + cloud_N = regN "Wolke" ; + day_N = regN "Tag" ; + dust_N = reg2N "Staub" "Stube" masculine ; + ear_N = regN "Ohr" ; + earth_N = regN "Erde" ; + egg_N = regN "Ei" ; + eye_N = regN "Auge" ; + fat_N = regN "Fett" ; + feather_N = reg2N "Feder" "Federn" feminine ; + fingernail_N = reg2N "Fingernagel" "Fingerngel" masculine ; + fire_N = regN "Feuer" ; + flower_N = regN "Blume" ; + fog_N = regN "Nebel" ; + foot_N = reg2N "Fu" "Fe" masculine ; + forest_N = reg2N "Wald" "Wlder" masculine ; + grass_N = regN "Gras" ; + guts_N = regN "Eingeweide" ; + hair_N = regN "Haar" ; + hand_N = regN "Hand" ; + head_N = regN "Kopf" ; + heart_N = regN "Herz" ; + horn_N = regN "Horn" ; + husband_N = regN "Ehemann" ; + ice_N = regN "Eis" ; + knee_N = regN "Knie" ; + leaf_N = reg2N "Blatt" "Bltter" neuter ; + leg_N = regN "Bein" ; + liver_N = regN "Leber" ; + louse_N = reg2N "Laus" "Luse" feminine ; + mouth_N = regN "Mund" ; + name_N = regN "Name" ; + neck_N = regN "Nacken" ; + night_N = reg2N "Nacht" "Nchte" feminine ; + nose_N = regN "Nase" ; + person_N = regN "Person" ; + rain_N = regN "Regen" ; + road_N = regN "Strae" ; + root_N = regN "Wurzel" ; + rope_N = regN "Seil" ; + salt_N = regN "Salz" ; + sand_N = regN "Sand" ; + seed_N = regN "Same" ; + skin_N = regN "Haut" ; + sky_N = regN "Himmel" ; + smoke_N = regN "Rauch" ; + snow_N = regN "Schnee" ; + stick_N = regN "Stock" ; + tail_N = regN "Schwanz" ; + tongue_N = regN "Zunge" ; + tooth_N = regN "Zahn" ; + wife_N = regN "Ehefrau" ; + wind_N = regN "Wind" ; + wing_N = reg2N "Flgel" "Flgel" masculine ; + worm_N = regN "Wurm" ; + year_N = regN "Jahr" ; + blow_V = regV "blasen" ; + breathe_V = regV "atmen" ; + burn_V = regV "brennen" ; + dig_V = regV "graben" ; + fall_V = regV "fallen" ; + float_V = regV "treiben" ; + flow_V = regV "flieen" ; + fly_V = regV "fliegen" ; + freeze_V = regV "frieren" ; + give_V3 = accdatV3 (irregV "geben" "gibt" "gab" "gbe" "gegeben") ; + laugh_V = regV "lachen" ; + lie_V = regV "lgen" ; + play_V = regV "spielen" ; + sew_V = regV "nhen" ; + sing_V = regV "singen" ; + sit_V = irregV "sitzen" "sitzt" "sa" "se" "gesessen" ; + smell_V = regV "riechen" ; + spit_V = regV "spucken" ; + stand_V = regV "stehen" ; + swell_V = prefixV "an" (regV "schwellen") ; + swim_V = regV "schwimmen" ; + think_V = regV "denken" ; + turn_V = regV "drehen" ; + vomit_V = regV "kotzen" ; + + bite_V2 = dirV2 (irregV "beien" "beit" "biss" "bisse" "gebissen") ; + count_V2 = dirV2 (regV "zhlen") ; + cut_V2 = dirV2 (irregV "schneiden" "schneidet" "schnitt" "schnitte" "geschnitten") ; + fear_V2 = dirV2 (regV "frchten") ; + fight_V2 = dirV2 (regV "bekmpfen") ; + hit_V2 = dirV2 (irregV "schlagen" "schlgt" "schlug" "schlge" "geschlagen") ; + hold_V2 = dirV2 (irregV "halten" "hlt" "hielt" "hielte" "gehalten") ; + hunt_V2 = dirV2 (regV "jagen") ; + kill_V2 = dirV2 (regV "tten") ; + pull_V2 = dirV2 (irregV "ziehen" "zieht" "zog" "zge" "gezogen") ; + push_V2 = dirV2 (irregV "schieben" "schiebt" "schub" "schbe" "geschoben") ; + rub_V2 = dirV2 (irregV "reiben" "reibt" "rieb" "riebe" "gerieben") ; + scratch_V2 = dirV2 (regV "kratzen") ; + split_V2 = dirV2 (prefixV "auf" (regV "teilen")) ; + squeeze_V2 = dirV2 (regV "pressen") ; + stab_V2 = dirV2 (irregV "stechen" "sticht" "stach" "stche" "gestochen") ; + suck_V2 = dirV2 (regV "saugen") ; + throw_V2 = dirV2 (irregV "werfen" "wirft" "warf" "wrfe" "geworfen") ; + tie_V2 = dirV2 (irregV "binden" "bindet" "band" "bnde" "gebunden") ; + wash_V2 = dirV2 (irregV "waschen" "wscht" "wusch" "wsche" "gewaschen") ; + wipe_V2 = dirV2 (regV "wischen") ; + + grammar_N = reg2N "Grammatik" "Grammatiken" feminine ; + language_N = regN "Sprache" ; + rule_N = reg2N "Regel" "Regeln" feminine ; + + john_PN = regPN "Johann" ; + question_N = regN "Frage" ; + ready_A = regA "fertig" ; + reason_N = reg2N "Grund" "Grnde" masculine ; + today_Adv = mkAdv "heute" ; + uncertain_A = regA "unsicher" ; + + +} ; diff --git a/deprecated/old-lib/resource/german/MorphoGer.gf b/deprecated/old-lib/resource/german/MorphoGer.gf new file mode 100644 index 000000000..b24c23b6f --- /dev/null +++ b/deprecated/old-lib/resource/german/MorphoGer.gf @@ -0,0 +1,96 @@ +--# -path=.:../common:../../prelude +-- +----1 A Simple German Resource Morphology +---- +---- Aarne Ranta & Harald Hammarstrm 2002 -- 2006 +---- +---- This resource morphology contains definitions needed in the resource +---- syntax. To build a lexicon, it is better to use $ParadigmsGer$, which +---- gives a higher-level access to this module. +-- +resource MorphoGer = ResGer ** open Prelude, (Predef=Predef) in { + + flags optimize=all ; + +oper + +-- For $StructuralGer$. + + mkPrep : Str -> Case -> Preposition = \s,c -> + {s = s ; c = c} ; + + nameNounPhrase : {s : Case => Str} -> {s : Case => Str ; a : Agr} = \name -> + name ** {a = agrP3 Sg} ; + + detLikeAdj : Number -> Str -> + {s : Gender => Case => Str ; n : Number ; a : Adjf} = \n,dies -> + {s = appAdj (regA dies) ! n ; n = n ; a = Weak} ; + + mkOrd : {s : Degree => AForm => Str} -> {s : AForm => Str} = \a -> + {s = a.s ! Posit} ; + +-- For $ParadigmsGer$. + + genitS : Str -> Str = \hund -> case hund of { + _ + ("el" | "en" | "er") => hund + "s" ; + _ + ("s" | "" | "sch" | "st" | "x" | "z") => hund + "es" ; + _ => hund + variants {"s" ; "es"} + } ; + pluralN : Str -> Str = \hund -> case hund of { + _ + ("el" | "er" | "e") => hund + "n" ; + _ + "en" => hund ; + _ => hund + "en" + } ; + dativE : Str -> Str = \hund -> case hund of { + _ + ("el" | "en" | "er" | "e") => hund ; + _ => variants {hund ; hund + "e"} + } ; + +-- Duden, p. 119 + + verbT : Str -> Str = \v -> case v of { + _ + ("t" | "d") => v + "et" ; -- grnden, reden, betten + _ + ("ch" | "k" | "p" | "t" | "g" | "b" | "d" | "f" | "s") + + ("m" | "n") => v + "et" ; -- atmen, widmen, ffnen, rechnen + _ => v + "t" -- lernen, lrmen, qualmen etc + } ; + + verbST : Str -> Str = \v -> case v of { + _ + ("s" | "ss" | "" | "sch" | "x" | "z") => v + "t" ; + _ => v + "st" + } ; + + stemVerb : Str -> Str = \v -> case v of { + _ + ("rn" | "ln") => init v ; + _ => Predef.tk 2 v + } ; + +-- For $Numeral$. + + LinDigit = {s : DForm => CardOrd => Str} ; + + cardOrd : Str -> Str -> CardOrd => Str = \drei,dritte -> + table { + NCard _ _ => drei ; + NOrd a => (regA (init dritte)).s ! Posit ! a + } ; + + cardReg : Str -> CardOrd => Str = \zehn -> + cardOrd zehn (zehn + "te") ; + + mkDigit : (x1,_,_,x4 : Str) -> LinDigit = + \drei,dreizehn,dreissig,dritte -> + {s = table { + DUnit => cardOrd drei dritte ; + DTeen => cardReg dreizehn ; + DTen => cardOrd dreissig (dreissig + "ste") + } + } ; + + regDigit : Str -> LinDigit = \vier -> + mkDigit vier (vier + "zehn") (vier + "zig") (vier + "te") ; + + invNum : CardOrd = NCard Masc Nom ; + +} ; + diff --git a/deprecated/old-lib/resource/german/NounGer.gf b/deprecated/old-lib/resource/german/NounGer.gf new file mode 100644 index 000000000..b6e31d155 --- /dev/null +++ b/deprecated/old-lib/resource/german/NounGer.gf @@ -0,0 +1,203 @@ +concrete NounGer of Noun = CatGer ** open ResGer, Prelude in { + + flags optimize=all_subs ; + + lin + DetCN det cn = { + s = \\c => det.s ! cn.g ! c ++ cn.s ! adjfCase det.a c ! det.n ! c ; + a = agrP3 det.n ; + isPron = False + } ; + + DetNP det = { + s = \\c => det.s ! Neutr ! c ; ---- genders + a = agrP3 det.n ; + isPron = False + } ; + + UsePN pn = pn ** {a = agrP3 Sg} ; + + UsePron pron = { + s = \\c => pron.s ! NPCase c ; + a = pron.a + } ; + + PredetNP pred np = { + s = \\c => pred.s ! np.a.n ! Masc ! c ++ np.s ! c ; ---- g + a = np.a + } ; + + PPartNP np v2 = { + s = \\c => np.s ! c ++ v2.s ! VPastPart APred ; --- invar part + a = np.a + } ; + + AdvNP np adv = { + s = \\c => np.s ! c ++ adv.s ; + a = np.a + } ; + + DetQuantOrd quant num ord = + let + n = num.n ; + a = quant.a + in { + s = \\g,c => quant.s ! n ! g ! c ++ + num.s!g!c ++ ord.s ! agrAdj g (adjfCase a c) n c ; + n = n ; + a = a + } ; + + DetQuant quant num = + let + n = num.n ; + a = quant.a + in { + s = \\g,c => quant.s ! n ! g ! c ++ num.s!g!c ; + n = n ; + a = a + } ; + + DetArtOrd quant num ord = + let + n = num.n ; + a = quant.a + in { + s = \\g,c => quant.s ! num.isNum ! n ! g ! c ++ + num.s!g!c ++ ord.s ! agrAdj g (adjfCase a c) n c ; + n = n ; + a = a + } ; + + DetArtCard quant num = + let + n = num.n ; + a = quant.a + in { + s = \\g,c => quant.s ! True ! n ! g ! c ++ + num.s!g!c ; + n = n ; + a = a + } ; + + DetArtPl det cn = { + s = \\c => det.s ! False ! Pl ! cn.g ! c ++ cn.s ! adjfCase det.a c ! Pl ! c ; + a = agrP3 Pl ; + isPron = False + } ; + + DetArtSg det cn = { + s = \\c => det.s ! False ! Sg ! cn.g ! c ++ cn.s ! adjfCase det.a c ! Sg ! c ; + a = agrP3 Sg ; + isPron = False + } ; + + PossPron p = { + s = \\n,g,c => p.s ! NPPoss (gennum g n) c ; + a = Strong --- need separately weak for Pl ? + } ; + + NumCard n = n ** {isNum = True} ; + + NumPl = {s = \\g,c => []; n = Pl ; isNum = False} ; + NumSg = {s = \\g,c => []; n = Sg ; isNum = False} ; + + NumDigits numeral = {s = \\g,c => numeral.s ! NCard g c; n = numeral.n } ; + OrdDigits numeral = {s = \\af => numeral.s ! NOrd af} ; + + NumNumeral numeral = {s = \\g,c => numeral.s ! NCard g c; n = numeral.n } ; + OrdNumeral numeral = {s = \\af => numeral.s ! NOrd af} ; + + AdNum adn num = {s = \\g,c => adn.s ++ num.s!g!c; n = num.n } ; + + OrdSuperl a = {s = a.s ! Superl} ; + + DefArt = { + s = \\_,n,g,c => artDef ! gennum g n ! c ; + a = Weak + } ; + + IndefArt = { + s = table { + True => \\_,_,_ => [] ; + False => table { + Sg => \\g,c => "ein" + pronEnding ! GSg g ! c ; + Pl => \\_,_ => [] + } + } ; + a = Strong + } ; + + MassNP cn = { + s = \\c => cn.s ! adjfCase Strong c ! Sg ! c ; + a = agrP3 Sg ; + isPron = False + } ; + + UseN, UseN2 = \n -> { + s = \\_ => n.s ; + g = n.g + } ; + + ComplN2 f x = { + s = \\_,n,c => f.s ! n ! c ++ appPrep f.c2 x.s ; + g = f.g + } ; + + ComplN3 f x = { + s = \\n,c => f.s ! n ! c ++ appPrep f.c2 x.s ; + g = f.g ; + c2 = f.c3 + } ; + + Use2N3 f = { + s = f.s ; + g = f.g ; + c2 = f.c2 + } ; + + Use3N3 f = { + s = f.s ; + g = f.g ; + c2 = f.c3 + } ; + + AdjCN ap cn = + let + g = cn.g + in { + s = \\a,n,c => + preOrPost ap.isPre + (ap.s ! agrAdj g a n c) + (cn.s ! a ! n ! c) ; + g = g + } ; + + RelCN cn rs = { + s = \\a,n,c => cn.s ! a ! n ! c ++ rs.s ! gennum cn.g n ; + g = cn.g + } ; + + RelNP np rs = { + s = \\c => np.s ! c ++ "," ++ rs.s ! gennum np.a.g np.a.n ; + a = np.a ; + isPron = False + } ; + + SentCN cn s = { + s = \\a,n,c => cn.s ! a ! n ! c ++ s.s ; + g = cn.g + } ; + + AdvCN cn s = { + s = \\a,n,c => cn.s ! a ! n ! c ++ s.s ; + g = cn.g + } ; + + ApposCN cn np = let g = cn.g in { + s = \\a,n,c => cn.s ! a ! n ! c ++ np.s ! c ; + g = g ; + isMod = cn.isMod + } ; + +} diff --git a/deprecated/old-lib/resource/german/NumeralGer.gf b/deprecated/old-lib/resource/german/NumeralGer.gf new file mode 100644 index 000000000..f12280131 --- /dev/null +++ b/deprecated/old-lib/resource/german/NumeralGer.gf @@ -0,0 +1,86 @@ +concrete NumeralGer of Numeral = CatGer ** open MorphoGer in { + +flags optimize = all_subs ; + +lincat + Digit = {s : DForm => CardOrd => Str} ; + Sub10 = {s : DForm => CardOrd => Str ; n : Number} ; + Sub100, Sub1000, Sub1000000 = + {s : CardOrd => Str ; n : Number} ; + +lin + num x = x ; + + n2 = mkDigit "zwei" "zwlf" "zwanzig" "zweite" ; + n3 = mkDigit "drei" "dreizehn" "dreissig" "dritte" ; + n4 = regDigit "vier" ; + n5 = regDigit "fnf" ; + n6 = regDigit "sechs" ; + n7 = mkDigit "sieben" "siebzehn" "siebzig" "siebte" ; + n8 = mkDigit "acht" "achzehn" "achzig" "achte" ; + n9 = regDigit "neun" ; + + pot01 = { + s = \\f => table { + NCard g c => "ein" + pronEnding ! GSg g ! c ; + NOrd af => (regA "erst").s ! Posit ! af + } ; + n = Sg + } ; + pot0 d = {s = \\f,g => d.s ! f ! g ; n = Pl} ; + pot110 = {s = cardReg "zehn"; n = Pl} ; + pot111 = {s = cardReg "elf"; n = Pl} ; + pot1to19 d = {s = d.s ! DTeen; n = Pl} ; + pot0as1 n = {s = n.s ! DUnit; n = n.n } ; + pot1 d = {s = d.s ! DTen; n = Pl} ; + pot1plus d e = {s = \\g => e.s ! DUnit ! invNum ++ "und" ++ d.s ! DTen ! g; n = Pl} ; + pot1as2 n = n ; + pot2 d = + {s = \\g => d.s ! DUnit ! invNum ++ cardOrd "hundert" "hunderte" ! g ; n = Pl} ; + pot2plus d e = + {s = \\g => d.s ! DUnit ! invNum ++ "hundert" ++ e.s ! g ; n = Pl} ; + pot2as3 n = n ; + pot3 n = + {s = \\g => n.s ! invNum ++ cardOrd "tausend" "tausendte" ! g ; n = Pl} ; ---- + pot3plus n m = + {s = \\g => n.s ! invNum ++ "tausend" ++ m.s ! g ; n = Pl} ; + + + lincat + Dig = TDigit ; + + lin + IDig d = d ; + + IIDig d i = { + s = \\o => d.s ! invNum ++ i.s ! o ; + n = Pl + } ; + + ---- TODO: case endings of ordinals + D_0 = mkDig "0" ; + D_1 = mk3Dig "1" "1e" Sg ; + D_2 = mk2Dig "2" "2e" ; + D_3 = mkDig "3" ; + 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 + "e") ; + + mk3Dig : Str -> Str -> Number -> TDigit = \c,o,n -> { + s = table {NCard _ _ => c ; NOrd _ => o} ; + n = n + } ; + + TDigit = { + n : Number ; + s : CardOrd => Str + } ; + +} diff --git a/deprecated/old-lib/resource/german/ParadigmsGer.gf b/deprecated/old-lib/resource/german/ParadigmsGer.gf new file mode 100644 index 000000000..446bbe07d --- /dev/null +++ b/deprecated/old-lib/resource/german/ParadigmsGer.gf @@ -0,0 +1,507 @@ +--# -path=.:../common:../abstract:../../prelude + +--1 German Lexical Paradigms +-- +-- Aarne Ranta, Harald Hammarstrm and Bjrn Bringert2003--2007 +-- +-- 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 structure of functions for each word class $C$ is the following: +-- first we give a handful of patterns that aim to cover all +-- cases, from the most regular (with just one argument) to the worst. +-- The name of this function is $mkC$. +-- +-- There is also a module [``IrregGer`` ../../german/IrregGer.gf] +-- which covers irregular verbs. + + +resource ParadigmsGer = open + (Predef=Predef), + Prelude, + MorphoGer, + CatGer + in { + +--2 Parameters + +-- To abstract over gender names, we define the following identifiers. + +oper + Gender : Type ; + + masculine : Gender ; + feminine : Gender ; + neuter : Gender ; + +-- To abstract over case names, we define the following. + + Case : Type ; + + nominative : Case ; + accusative : Case ; + dative : Case ; + genitive : Case ; + +-- To abstract over number names, we define the following. + + Number : Type ; + + singular : Number ; + plural : Number ; + + +--2 Nouns + + +mkN : overload { +-- The regular heuristics recognizes some suffixes, from which it +-- guesses the gender and the declension: "e, ung, ion" give the +-- feminine with plural ending "-n, -en", and the rest are masculines +-- with the plural "-e" (without Umlaut). + + mkN : (Stufe : Str) -> N ; + +-- The 'almost regular' case is much like the information given in an ordinary +-- dictionary. It takes the singular and plural nominative and the +-- gender, and infers the other forms from these. + + mkN : (Bild,Bilder : Str) -> Gender -> N ; + +-- Worst case: give all four singular forms, two plural forms (others + dative), +-- and the gender. + + mkN : (x1,_,_,_,_,x6 : Str) -> Gender -> N + -- mann, mann, manne, mannes, mnner, mnnern + }; + + +-- Relational nouns need a preposition. The most common is "von" with +-- the dative, and there is a special case for regular nouns. + + mkN2 : overload { + mkN2 : Str -> N2 ; + mkN2 : N -> N2 ; + mkN2 : N -> Prep -> N2 + } ; + +-- Use the function $mkPrep$ or see the section on prepositions below to +-- form other prepositions. +-- Some prepositions are moreover constructed in [StructuralGer StructuralGer.html]. +-- +-- Three-place relational nouns ("die Verbindung von x nach y") need two prepositions. + + mkN3 : N -> Prep -> Prep -> N3 ; + + +--3 Proper names and noun phrases +-- +-- Proper names, with an "s" genitive and other cases like the +-- nominative, are formed from a string. Final "s" ("Johannes-Johannes") is +-- taken into account. + + mkPN : overload { + mkPN : Str -> PN ; + +-- If only the genitive differs, two strings are needed. + + mkPN : (nom,gen : Str) -> PN ; + +-- In the worst case, all four forms are needed. + + mkPN : (nom,acc,dat,gen : Str) -> PN + } ; + + + +--2 Adjectives + + mkA : overload { + +-- The regular adjective formation works for most cases, and includes +-- variations such as "teuer - teurer", "bse - bser". + + mkA : Str -> A ; + +-- In the worst case, adjectives need three forms - one for each degree. + + mkA : (gut,besser,beste : Str) -> A -- gut,besser,beste + + }; + +-- Invariable adjective are a special case. + + invarA : Str -> A ; -- prima + +-- Two-place adjectives are formed by adding a preposition to an adjective. + + mkA2 : A -> Prep -> A2 ; + +--2 Adverbs + +-- Adverbs are formed from strings. + + mkAdv : Str -> Adv ; + + +--2 Prepositions + +-- A preposition is formed from a string and a case. + + mkPrep : Str -> Case -> Prep ; + +-- Often just a case with the empty string is enough. + + accPrep : Prep ; + datPrep : Prep ; + genPrep : Prep ; + +-- A couple of common prepositions (always with the dative). + + von_Prep : Prep ; + zu_Prep : Prep ; + +--2 Verbs + +mkV : overload { + +-- Regular verbs ("weak verbs") need just the infinitive form. + + mkV : (fhren : Str) -> V ; + +-- Irregular verbs use Ablaut and, in the worst cases, also Umlaut. + + mkV : (sehen,sieht,sah,she,gesehen : Str) -> V ; + +-- The worst-case constructor needs six forms: +-- - Infinitive, +-- - 3p sg pres. indicative, +-- - 2p sg imperative, +-- - 1/3p sg imperfect indicative, +-- - 1/3p sg imperfect subjunctive (because this uncommon form can have umlaut) +-- - the perfect participle +-- +-- + + mkV : (geben, gibt, gib, gab, gbe, gegeben : Str) -> V ; + +-- To add a movable suffix e.g. "auf(fassen)". + + mkV : Str -> V -> V +}; + + +-- To remove the past participle prefix "ge", e.g. for the verbs +-- prefixed by "be-, ver-". + + no_geV : V -> V ; + +-- To change the auxiliary from "haben" (default) to "sein" and +-- vice-versa. + + seinV : V -> V ; + habenV : V -> V ; + +-- Reflexive verbs can take reflexive pronouns of different cases. + + reflV : V -> Case -> V ; + + +--3 Two-place verbs + +mkV2 : overload { + +-- Two-place verbs with a preposition. + + mkV2 : V -> Prep -> V2 ; + +-- Two-place verbs with direct object (accusative, transitive verbs). + + mkV2 : V -> V2 ; + +-- Two-place verbs with object in the given case. + + mkV2 : V -> Case -> V2 +}; + + +--3 Three-place verbs +-- +-- Three-place (ditransitive) verbs need two prepositions, of which +-- the first one or both can be absent. + + mkV3 : V -> Prep -> Prep -> V3 ; -- sprechen, mit, ber + dirV3 : V -> Prep -> V3 ; -- senden,(accusative),nach + accdatV3 : V -> V3 ; -- give,accusative,dative + +--3 Other complement patterns +-- +-- Verbs and adjectives can take complements such as sentences, +-- questions, verb phrases, and adjectives. + + mkV0 : V -> V0 ; + mkVS : V -> VS ; + mkV2S : V -> Prep -> V2S ; + mkVV : V -> VV ; + mkV2V : V -> Prep -> V2V ; + mkVA : V -> VA ; + mkV2A : V -> Prep -> V2A ; + mkVQ : V -> VQ ; + mkV2Q : V -> Prep -> V2Q ; + + mkAS : A -> AS ; + mkA2S : A -> Prep -> A2S ; + mkAV : A -> AV ; + mkA2V : A -> 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 Definitions of paradigms +-- +-- The definitions should not bother the user of the API. So they are +-- hidden from the document. + + + + Gender = MorphoGer.Gender ; + Case = MorphoGer.Case ; + Number = MorphoGer.Number ; + masculine = Masc ; + feminine = Fem ; + neuter = Neutr ; + nominative = Nom ; + accusative = Acc ; + dative = Dat ; + genitive = Gen ; + singular = Sg ; + plural = Pl ; + + mk6N a b c d e f g = MorphoGer.mkN a b c d e f g ** {lock_N = <>} ; + + regN : Str -> N = \hund -> case hund of { + _ + "e" => mk6N hund hund hund hund (hund + "n") (hund + "n") Fem ; + _ + ("ion" | "ung") => mk6N hund hund hund hund (hund + "en") (hund + "en") Fem ; + _ + ("er" | "en" | "el") => mk6N hund hund hund (genitS hund) hund (pluralN hund) Masc ; + _ => mk6N hund hund hund (genitS hund) (hund + "e") (pluralN hund) Masc + } ; + + reg2N : (x1,x2 : Str) -> Gender -> N = \hund,hunde,g -> + let + hunds = genitS hund ; + hundE = dativE hund ; + hunden = pluralN hunde + in + case of { -- Duden p. 223 + <_,_ + ("e" | "er"), Masc | Neutr> => -- I,IV + mk6N hund hund hundE hunds hunde hunden g ; + <_ + ("el"|"er"|"en"),_ + ("el"|"er"|"en"), Masc | Neutr> => -- II + mk6N hund hund hund hunds hunde hunden g ; + <_,_ + "s", Masc | Neutr> => -- V + mk6N hund hund hund (hund + "s") hunde hunde g ; + <_,_ + "en", Masc> => -- VI + mk6N hund hunde hunde hunde hunde hunde g ; + <_,_ + ("e" | "er"), Fem> => -- VII,VIII + mk6N hund hund hund hund hunde hunden g ; + <_,_ + ("n" | "s"), Fem> => -- IX,X + mk6N hund hund hund hund hunde hunde g ; + _ => regN hund + } ; + + mkN2 = overload { + mkN2 : Str -> N2 = \s -> vonN2 (regN s) ; + mkN2 : N -> N2 = vonN2 ; + mkN2 : N -> Prep -> N2 = mmkN2 + } ; + + + mmkN2 : N -> Prep -> N2 = \n,p -> n ** {c2 = p ; lock_N2 = <>} ; + vonN2 : N -> N2 = \n -> n ** {c2 = {s = "von" ; c = dative} ; lock_N2 = <>} ; + + mkN3 = \n,p,q -> n ** {c2 = p ; c3 = q ; lock_N3 = <>} ; + + mk2PN = \karolus, karoli -> + {s = table {Gen => karoli ; _ => karolus} ; lock_PN = <>} ; + regPN = \horst -> + mk2PN horst (ifTok Tok (Predef.dp 1 horst) "s" horst (horst + "s")) ; + + mkPN = overload { + mkPN : Str -> PN = regPN ; + mkPN : (nom,gen : Str) -> PN = mk2PN ; + mkPN : (nom,acc,dat,gen : Str) -> PN = \nom,acc,dat,gen -> + {s = table {Nom => nom ; Acc => acc ; Dat => dat ; Gen => gen} ; lock_PN = <>} + } ; + + mk2PN : (karolus, karoli : Str) -> PN ; -- karolus, karoli + regPN : (Johann : Str) -> PN ; + -- Johann, Johanns ; Johannes, Johannes + + + mk3A : (gut,besser,beste : Str) -> A = \a,b,c -> + let aa : Str = case a of { + teu + "er" => teu + "r" ; + mud + "e" => mud ; + _ => a + } in + MorphoGer.mkA a aa b (init c) ** {lock_A = <>} ; + + regA : Str -> A = \a -> case a of { + teu + "er" => mk3A a (teu + "rer") (teu + "reste") ; + _ + "e" => mk3A a (a + "r") (a + "ste") ; + _ => mk3A a (a + "er") (a + "este") + } ; + + invarA = \s -> {s = \\_,_ => s ; lock_A = <>} ; ---- comparison + + mkA2 = \a,p -> a ** {c2 = p ; lock_A2 = <>} ; + + mkAdv s = {s = s ; lock_Adv = <>} ; + + mkPrep s c = {s = s ; c = c ; lock_Prep = <>} ; + accPrep = mkPrep [] accusative ; + datPrep = mkPrep [] dative ; + genPrep = mkPrep [] genitive ; + von_Prep = mkPrep "von" dative ; + zu_Prep = mkPrep "zu" dative ; + + mk6V geben gibt gib gab gaebe gegeben = + let + geb = stemVerb geben ; + gebe = geb + "e" ; + gibst = verbST (init gibt) ; + gebt = verbT geb ; + gabst = verbST gab ; + gaben = pluralN gab ; + gabt = verbT gab + in + MorphoGer.mkV + geben gebe gibst gibt gebt gib gab gabst gaben gabt gaebe gegeben + [] VHaben ** {lock_V = <>} ; + + regV fragen = + let + frag = stemVerb fragen ; + fragt = verbT frag ; + fragte = fragt + "e" ; + gefragt = "ge" + fragt ; + in + mk6V fragen fragt (frag + "e") fragte fragte gefragt ; + + irregV singen singt sang saenge gesungen = + let + sing = stemVerb singen ; + in + mk6V singen singt sing sang saenge gesungen ; + + prefixV p v = MorphoGer.prefixV p v ** {lock_V = v.lock_V} ; + + habenV v = + {s = v.s ; prefix = v.prefix ; lock_V = v.lock_V ; aux = VHaben ; vtype = v.vtype} ; + seinV v = + {s = v.s ; prefix = v.prefix ; lock_V = v.lock_V ; aux = VSein ; vtype = v.vtype} ; + reflV v c = + {s = v.s ; prefix = v.prefix ; lock_V = v.lock_V ; aux = VHaben ; vtype = VRefl c} ; + + no_geV v = let vs = v.s in { + s = table { + p@(VPastPart _) => Predef.drop 2 (vs ! p) ; + p => vs ! p + } ; + prefix = v.prefix ; lock_V = v.lock_V ; aux = v.aux ; vtype = v.vtype + } ; + + haben_V = MorphoGer.haben_V ** {lock_V = <>} ; + sein_V = MorphoGer.sein_V ** {lock_V = <>} ; + werden_V = MorphoGer.werden_V ** {lock_V = <>} ; + + prepV2 v c = v ** {c2 = c ; lock_V2 = <>} ; + dirV2 v = prepV2 v (mkPrep [] accusative) ; + datV2 v = prepV2 v (mkPrep [] dative) ; + + mkV3 v c d = v ** {c2 = c ; c3 = d ; lock_V3 = <>} ; + dirV3 v p = mkV3 v (mkPrep [] accusative) p ; + accdatV3 v = dirV3 v (mkPrep [] dative) ; + + mkVS v = v ** {lock_VS = <>} ; + mkVQ v = v ** {lock_VQ = <>} ; + mkVV v = v ** {isAux = False ; lock_VV = <>} ; + + V0 : Type = V ; +-- V2S, V2V, V2Q : Type = V2 ; + AS, A2S, AV : Type = A ; + A2V : Type = A2 ; + + mkV0 v = v ** {lock_V = <>} ; + mkV2S v p = prepV2 v p ** {lock_V2S = <>} ; + mkV2V v p = prepV2 v p ** {isAux = False ; lock_V2V = <>} ; + mkVA v = v ** {lock_VA = <>} ; + mkV2A v p = prepV2 v p ** {lock_V2A = <>} ; + mkV2Q v p = prepV2 v p ** {lock_V2Q = <>} ; + + mkAS v = v ** {lock_A = <>} ; + mkA2S v p = mkA2 v p ** {lock_A = <>} ; + mkAV v = v ** {lock_A = <>} ; + mkA2V v p = mkA2 v p ** {lock_A2 = <>} ; + +-- pre-overload API and overload definitions + + regN : Str -> N ; + reg2N : (x1,x2 : Str) -> Gender -> N ; + mk6N : (x1,_,_,_,_,x6 : Str) -> Gender -> N ; + + mkN = overload { + mkN : Str -> N = regN ; + mkN : (x1,x2 : Str) -> Gender -> N = reg2N ; + mkN : (x1,_,_,_,_,x6 : Str) -> Gender -> N = mk6N + }; + + + + regA : Str -> A ; + mk3A : (gut,besser,beste : Str) -> A ; + + mkA = overload { + mkA : Str -> A = regA ; + mkA : (gut,besser,beste : Str) -> A = mk3A + }; + + + + regV : Str -> V ; + irregV : (x1,_,_,_,x5 : Str) -> V ; + mk6V : (x1,_,_,_,_,x6 : Str) -> V ; + + prefixV : Str -> V -> V ; + + mkV = overload { + mkV : Str -> V = regV ; + mkV : (x1,_,_,_,x5 : Str) -> V = irregV ; + mkV : (x1,_,_,_,_,x6 : Str) -> V = mk6V ; + mkV : Str -> V -> V = prefixV + }; + + + prepV2 : V -> Prep -> V2 ; + + dirV2 : V -> V2 ; + + datV2 : V -> V2 ; + + mkV2 = overload { + mkV2 : V -> Prep -> V2 = prepV2; + mkV2 : V -> V2 = dirV2 ; + mkV2 : V -> Case -> V2 = \v,c -> prepV2 v (mkPrep [] c) + }; + + +} ; diff --git a/deprecated/old-lib/resource/german/PhraseGer.gf b/deprecated/old-lib/resource/german/PhraseGer.gf new file mode 100644 index 000000000..dc8cfe04e --- /dev/null +++ b/deprecated/old-lib/resource/german/PhraseGer.gf @@ -0,0 +1,26 @@ +concrete PhraseGer of Phrase = CatGer ** open Prelude, ResGer in { + + flags optimize=all_subs ; + + lin + PhrUtt pconj utt voc = {s = pconj.s ++ utt.s ++ voc.s} ; + + UttS s = {s = s.s ! Main} ; + UttQS qs = {s = qs.s ! QDir} ; + UttImpSg pol imp = {s = pol.s ++ imp.s ! pol.p ! ImpF Sg False} ; + UttImpPl pol imp = {s = pol.s ++ imp.s ! pol.p ! ImpF Pl False} ; + UttImpPol pol imp = {s = pol.s ++ imp.s ! pol.p ! ImpF Sg True} ; + + UttIP ip = {s = ip.s ! Nom} ; --- Acc also + UttIAdv iadv = iadv ; + UttNP np = {s = np.s ! Nom} ; + UttVP vp = {s = useInfVP True vp} ; -- without zu + UttAdv adv = adv ; + + NoPConj = {s = []} ; + PConjConj conj = ss (conj.s2) ; + + NoVoc = {s = []} ; + VocNP np = {s = "," ++ np.s ! Nom} ; + +} diff --git a/deprecated/old-lib/resource/german/QuestionGer.gf b/deprecated/old-lib/resource/german/QuestionGer.gf new file mode 100644 index 000000000..d94742c5f --- /dev/null +++ b/deprecated/old-lib/resource/german/QuestionGer.gf @@ -0,0 +1,101 @@ +concrete QuestionGer of Question = CatGer ** open ResGer in { + + flags optimize=all_subs ; + + lin + + QuestCl cl = { + s = \\m,t,a,p => + let cls = cl.s ! m ! t ! a ! p + in table { + QDir => cls ! Inv ; + QIndir => "ob" ++ cls ! Sub + } + } ; + + QuestVP qp vp = { + s = \\m,t,a,b,q => + let + cl = (mkClause (qp.s ! Nom) (agrP3 qp.n) vp).s ! m ! t ! a ! b + in + case q of { + QIndir => cl ! Sub ; + _ => cl ! Main + } + } ; + + QuestSlash ip slash = { + s = \\m,t,a,p => + let + cls = slash.s ! m ! t ! a ! p ; + who = appPrep slash.c2 ip.s + in table { + QDir => who ++ cls ! Inv ; + QIndir => who ++ cls ! Sub + } + } ; + + QuestIAdv iadv cl = { + s = \\m,t,a,p => + let + cls = cl.s ! m ! t ! a ! p ; + why = iadv.s + in table { + QDir => why ++ cls ! Inv ; + QIndir => why ++ cls ! Sub + } + } ; + + QuestIComp icomp np = { + s = \\m,t,a,p => + let + vp = predV sein_V ; + cls = (mkClause (np.s ! Nom) np.a vp).s ! m ! t ! a ! p ; + why = icomp.s ! np.a + in table { + QDir => why ++ cls ! Inv ; + QIndir => why ++ cls ! Sub + } + } ; + + PrepIP p ip = { + s = appPrep p ip.s + } ; + + AdvIP ip adv = { + s = \\c => ip.s ! c ++ adv.s ; + n = ip.n + } ; + + IdetCN idet cn = + let + g = cn.g ; + n = idet.n + in { + s = \\c => idet.s ! g ! c ++ cn.s ! Weak ! n ! c ; + n = n + } ; + + IdetIP idet = + let + g = Neutr ; ---- + n = idet.n + in { + s = idet.s ! g ; + n = n + } ; + + IdetQuant idet num = + let + n = num.n + in { + s = \\g,c => idet.s ! n ! g ! c ++ num.s!g!c ; + n = n + } ; + + CompIAdv a = {s = \\_ => a.s} ; + + CompIP ip = {s = \\_ => ip.s ! Nom} ; + +} + diff --git a/deprecated/old-lib/resource/german/RelativeGer.gf b/deprecated/old-lib/resource/german/RelativeGer.gf new file mode 100644 index 000000000..2605ed3a4 --- /dev/null +++ b/deprecated/old-lib/resource/german/RelativeGer.gf @@ -0,0 +1,48 @@ +concrete RelativeGer of Relative = CatGer ** open ResGer in { + + flags optimize=all_subs ; + + lin + + RelCl cl = { + s = \\m,t,a,b,_ => "derart" ++ conjThat ++ cl.s ! m ! t ! a ! b ! Sub ; + c = Nom + } ; + + RelVP rp vp = { + s = \\m,t,ant,b,gn => + let + agr = case rp.a of { + RNoAg => agrP3 (numGenNum gn) ; + RAg a => a ** {g = Neutr} + } ; + cl = mkClause (rp.s ! gn ! Nom) agr vp + in + cl.s ! m ! t ! ant ! b ! Sub ; + c = Nom + } ; + + RelSlash rp slash = { + s = \\m,t,a,p,gn => + appPrep slash.c2 (rp.s ! gn) ++ slash.s ! m ! t ! a ! p ! Sub ; + c = slash.c2.c + } ; + + FunRP p np rp = { + s = \\gn,c => np.s ! c ++ appPrep p (rp.s ! gn) ; + a = RAg {n = np.a.n ; p = np.a.p} + } ; + + IdRP = {s = relPron ; a = RNoAg} ; + + oper + relPron : GenNum => Case => Str = \\gn,c => + case of { + => "deren" ; + => "dessen" ; + => "denen" ; + => "deren" ; + _ => artDef ! gn ! c + } ; + +} diff --git a/deprecated/old-lib/resource/german/ResGer.gf b/deprecated/old-lib/resource/german/ResGer.gf new file mode 100644 index 000000000..219749b6f --- /dev/null +++ b/deprecated/old-lib/resource/german/ResGer.gf @@ -0,0 +1,633 @@ +--# -path=.:../abstract:../common:prelude + +--1 German auxiliary operations. +-- +-- (c) 2002-2006 Aarne Ranta and Harald Hammarstrm +-- +-- 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 some lexical +-- patterns needed for $Lex$. + +resource ResGer = ParamX ** open Prelude in { + + flags optimize=all ; + +--2 For $Noun$ + +-- These are the standard four-value case and three-value gender. + + param + Case = Nom | Acc | Dat | Gen ; + Gender = Masc | Fem | Neutr ; + +-- Complex $CN$s, like adjectives, have strong and weak forms. + + Adjf = Strong | Weak ; + +-- Gender distinctions are only made in the singular. + + GenNum = GSg Gender | GPl ; + +-- Agreement of $NP$ is a record. + + oper Agr = {g : Gender ; n : Number ; p : Person} ; + +-- Pronouns are the worst-case noun phrases, which have both case +-- and possessive forms. + + param NPForm = NPCase Case | NPPoss GenNum Case ; + +--2 For $Adjective$ + +-- The predicative form of adjectives is not inflected further. + + param AForm = APred | AMod GenNum Case ; + + +--2 For $Verb$ + + param VForm = + VInf Bool -- True = with the particle "zu" + | VFin Bool VFormFin -- True = prefix glued to verb + | VImper Number -- prefix never glued + | VPresPart AForm -- prefix always glued + | VPastPart AForm ; + + param VFormFin = + VPresInd Number Person + | VPresSubj Number Person + | VImpfInd Number Person --# notpresent + | VImpfSubj Number Person --# notpresent + ; + + param VPForm = + VPFinite Mood Tense Anteriority + | VPImperat Bool + | VPInfinit Anteriority ; + + param VAux = VHaben | VSein ; + + param VType = VAct | VRefl Case ; + +-- The order of sentence is depends on whether it is used as a main +-- clause, inverted, or subordinate. + + param + Order = Main | Inv | Sub ; + +-- Main clause mood: "es sei, es wre, es werde sein". +-- Not relevant for $Fut$. --- + + Mood = MIndic | MConjunct ; + +--2 For $Relative$ + + RAgr = RNoAg | RAg {n : Number ; p : Person} ; + +--2 For $Numeral$ + + CardOrd = NCard Gender Case | NOrd AForm ; + DForm = DUnit | DTeen | DTen ; + +--2 Transformations between parameter types + + oper + agrP3 : Number -> Agr = agrgP3 Neutr ; + + agrgP3 : Gender -> Number -> Agr = \g,n -> + {g = g ; n = n ; p = P3} ; + + gennum : Gender -> Number -> GenNum = \g,n -> + case n of { + Sg => GSg g ; + Pl => GPl + } ; + +-- Needed in $RelativeGer$. + + numGenNum : GenNum -> Number = \gn -> + case gn of { + GSg _ => Sg ; + GPl => Pl + } ; + +-- Used in $NounGer$. + + agrAdj : Gender -> Adjf -> Number -> Case -> AForm = \g,a,n,c -> + let + gn = gennum g n ; + e = AMod (GSg Fem) Nom ; + en = AMod (GSg Masc) Acc ; + in + case a of { + Strong => AMod gn c ; + _ => case of { + => e ; + => en ; + => e ; + _ => en + } + } ; + +-- This is used twice in NounGer. + + adjfCase : Adjf -> Case -> Adjf = \a,c -> case of { + => Strong ; + _ => Weak + } ; + + vFin : Bool -> Mood -> Tense -> Agr -> VForm = \b,m,t,a -> + case of { + => VFin b (VPresInd a.n a.p) ; + => VFin b (VPresSubj a.n a.p) ; + => VFin b (VImpfInd a.n a.p) ; --# notpresent + => VFin b (VImpfSubj a.n a.p) ; --# notpresent + _ => VInf False --- never used + } ; + + conjAgr : Agr -> Agr -> Agr = \a,b -> { + g = Neutr ; ---- + n = conjNumber a.n b.n ; + p = conjPerson a.p b.p + } ; + +-- For $Lex$. + +-- For conciseness and abstraction, we first define a method for +-- generating a case-dependent table from a list of four forms. + + oper + caselist : (x1,_,_,x4 : Str) -> Case => Str = \n,a,d,g -> + table { + Nom => n ; + Acc => a ; + Dat => d ; + Gen => g + } ; + +-- For each lexical category, here are the worst-case constructors and +-- some practical special cases. +-- More paradigms are given in $ParadigmsGer$. + +-- The worst-case constructor for common nouns needs six forms: all plural forms +-- are always the same except for the dative. Actually the six forms are never +-- needed at the same time, but just subsets of them. + + Noun : Type = {s : Number => Case => Str ; g : Gender} ; + + mkN : (x1,_,_,_,_,x6 : Str) -> Gender -> Noun = + \mann, mannen, manne, mannes, maenner, maennern, g -> { + s = table { + Sg => caselist mann mannen manne mannes ; + Pl => caselist maenner maenner maennern maenner + } ; + g = g + } ; + +-- Adjectives need four forms: two for the positive and one for the other degrees. + + Adjective : Type = {s : Degree => AForm => Str} ; + + mkA : (x1,_,_,x4 : Str) -> Adjective = \gut,gute,besser,best -> + {s = table { + Posit => adjForms gut gute ; + Compar => adjForms besser besser ; + Superl => adjForms best best + } + } ; + +-- Verbs need as many as 12 forms, to cover the variations with +-- suffixes "t" and "st". Auxiliaries like "sein" will have to +-- make extra cases even for this. + + Verb : Type = { + s : VForm => Str ; + prefix : Str ; + aux : VAux ; + vtype : VType + } ; + + mkV : (x1,_,_,_,_,_,_,_,_,_,_,x12 : Str) -> Str -> VAux -> Verb = + \geben,gebe,gibst,gibt,gebt,gib, + gab,gabst,gaben,gabt, + gaebe,gegeben,ein,aux -> + let + einb : Bool -> Str -> Str = \b,geb -> + if_then_Str b (ein + geb) geb ; + in + {s = table { + VInf False => ein + geben ; + VInf True => + if_then_Str (isNil ein) ("zu" ++ geben) (ein + "zu" + geben) ; + VFin b vf => einb b (case vf of { + VPresInd Sg P1 => gebe ; + VPresInd Sg P2 => gibst ; + VPresInd Sg P3 => gibt ; + VPresInd Pl P2 => gebt ; + VPresInd Pl _ => geben ; + VImpfInd Sg P2 => gabst ; --# notpresent + VImpfInd Sg _ => gab ; --# notpresent + VImpfInd Pl P2 => gabt ; --# notpresent + VImpfInd Pl _ => gaben ; --# notpresent + VImpfSubj Sg P2 => gaebe + "st" ; --# notpresent + VImpfSubj Sg _ => gaebe ; --# notpresent + VImpfSubj Pl P2 => gaebe + "t" ; --# notpresent + VImpfSubj Pl _ => gaebe + "n" ; --# notpresent + VPresSubj Sg P2 => init geben + "st" ; + VPresSubj Sg _ => init geben ; + VPresSubj Pl P2 => init geben + "t" ; + VPresSubj Pl _ => geben + }) ; + VImper Sg => gib ; + VImper Pl => gebt ; + VPresPart a => ein + (regA (geben + "d")).s ! Posit ! a ; + VPastPart a => ein + (regA gegeben).s ! Posit ! a + } ; + prefix = ein ; + aux = aux ; + vtype = VAct + } ; + +-- To add a prefix (like "ein") to an already existing verb. + + prefixV : Str -> Verb -> Verb = \ein,verb -> + let + vs = verb.s ; + geben = vs ! VInf False ; + einb : Bool -> Str -> Str = \b,geb -> + if_then_Str b (ein + geb) geb ; + in + {s = table { + VInf False => ein + geben ; + VInf True => + if_then_Str (isNil ein) ("zu" ++ geben) (ein + "zu" + geben) ; + VFin b vf => einb b (vs ! VFin b vf) ; + VImper n => vs ! VImper n ; + VPresPart a => ein + (regA (geben + "d")).s ! Posit ! a ; + VPastPart a => ein + vs ! VPastPart a + } ; + prefix = ein ; + aux = verb.aux ; + vtype = verb.vtype + } ; + + +-- These functions cover many regular cases; full coverage inflectional patterns are +-- defined in $MorphoGer$. + + mkN4 : (x1,_,_,x4 : Str) -> Gender -> Noun = \wein,weines,weine,weinen -> + mkN wein wein wein weines weine weinen ; + + regA : Str -> Adjective = \blau -> + mkA blau blau (blau + "er") (blau + "est") ; + + regV : Str -> Verb = \legen -> + let + lege = init legen ; + leg = init lege ; + legt = leg + "t" ; + legte = legt + "e" + in + mkV + legen lege (leg+"st") legt legt leg + legte (legte + "st") (legte + "n") (legte + "t") + legte ("ge" + legt) + [] VHaben ; + +-- Prepositions for complements indicate the complement case. + + Preposition : Type = {s : Str ; c : Case} ; + +-- To apply a preposition to a complement. + + appPrep : Preposition -> (Case => Str) -> Str = \prep,arg -> + prep.s ++ arg ! prep.c ; + +-- To build a preposition from just a case. + + noPreposition : Case -> Preposition = \c -> + {s = [] ; c = c} ; + +-- Pronouns and articles +-- Here we define personal and relative pronouns. +-- All personal pronouns, except "ihr", conform to the simple +-- pattern $mkPronPers$. + + mkPronPers : (x1,_,_,_,x5 : Str) -> Gender -> Number -> Person -> + {s : NPForm => Str ; a : Agr} = + \ich,mich,mir,meiner,mein,g,n,p -> { + s = table { + NPCase c => caselist ich mich mir meiner ! c ; + NPPoss gn c => mein + pronEnding ! gn ! c + } ; + a = {g = g ; n = n ; p = p} + } ; + + pronEnding : GenNum => Case => Str = table { + GSg Masc => caselist "" "en" "em" "es" ; + GSg Fem => caselist "e" "e" "er" "er" ; + GSg Neut => caselist "" "" "em" "es" ; + GPl => caselist "e" "e" "en" "er" + } ; + + artDef : GenNum => Case => Str = table { + GSg Masc => caselist "der" "den" "dem" "des" ; + GSg Fem => caselist "die" "die" "der" "der" ; + GSg Neut => caselist "das" "das" "dem" "des" ; + GPl => caselist "die" "die" "den" "der" + } ; + +-- This is used when forming determiners that are like adjectives. + + appAdj : Adjective -> Number => Gender => Case => Str = \adj -> + let + ad : GenNum -> Case -> Str = \gn,c -> + adj.s ! Posit ! AMod gn c + in + \\n,g,c => case n of { + Sg => ad (GSg g) c ; + _ => ad GPl c + } ; + +-- This auxiliary gives the forms in each degree of adjectives. + + adjForms : (x1,x2 : Str) -> AForm => Str = \teuer,teur -> + table { + APred => teuer ; + AMod (GSg Masc) c => + caselist (teur+"er") (teur+"en") (teur+"em") (teur+"es") ! c ; + AMod (GSg Fem) c => + caselist (teur+"e") (teur+"e") (teur+"er") (teur+"er") ! c ; + AMod (GSg Neut) c => + caselist (teur+"es") (teur+"es") (teur+"em") (teur+"es") ! c ; + AMod GPl c => + caselist (teur+"e") (teur+"e") (teur+"en") (teur+"er") ! c + } ; + +-- For $Verb$. + + VPC : Type = { + s : Bool => Agr => VPForm => { -- True = prefix glued to verb + fin : Str ; -- hat + inf : Str -- wollen + } + } ; + + VP : Type = { + s : Verb ; + a1 : Polarity => Str ; -- nicht + n2 : Agr => Str ; -- dich + a2 : Str ; -- heute + isAux : Bool ; -- is a double infinitive + inf : Str ; -- sagen + ext : Str -- dass sie kommt + } ; + + predV : Verb -> VP = predVGen False ; + + useVP : VP -> VPC = \vp -> + let + isAux = vp.isAux ; + verb = vp.s ; + vfin : Bool -> Mood -> Tense -> Agr -> Str = \b,m,t,a -> + verb.s ! vFin b m t a ; + vinf = verb.s ! VInf False ; + vpart = if_then_Str isAux vinf (verb.s ! VPastPart APred) ; + + vHaben = auxPerfect verb ; + hat : Mood -> Tense -> Agr -> Str = \m,t,a -> + vHaben ! vFin False m t a ; + haben : Str = vHaben ! VInf False ; + + wird : Mood -> Agr -> Str = \m,a -> case m of { + MIndic => werden_V.s ! VFin False (VPresInd a.n a.p) ; + MConjunct => werden_V.s ! VFin False (VPresSubj a.n a.p) + } ; + wuerde : Agr -> Str = \a -> --# notpresent + werden_V.s ! VFin False (VImpfSubj a.n a.p) ; --# notpresent + + auf = verb.prefix ; + + vf : Bool -> Str -> Str -> {fin,inf : Str} = \b,fin,inf -> { + fin = fin ; + inf = if_then_Str b [] auf ++ inf --- negation of main b + } ; + + in { + s = \\b,a => table { + VPFinite m t Simul => case t of { +-- Pres | Past => vf (vfin m t a) [] ; -- the general rule + Past => vf b (vfin b m t a) [] ; --# notpresent + Fut => vf True (wird m a) vinf ; --# notpresent + Cond => vf True (wuerde a) vinf ; --# notpresent + Pres => vf b (vfin b m t a) [] + } ; + VPFinite m t Anter => case t of { --# notpresent + Pres | Past => vf True (hat m t a) vpart ; --# notpresent + Fut => vf True (wird m a) (vpart ++ haben) ; --# notpresent + Cond => vf True (wuerde a) (vpart ++ haben) --# notpresent + } ; --# notpresent + VPImperat False => vf False (verb.s ! VImper a.n) [] ; + VPImperat True => vf False (verb.s ! VFin False (VPresSubj Pl P3)) [] ; + VPInfinit Anter => vf True [] (vpart ++ haben) ; --# notpresent + VPInfinit Simul => vf True [] (verb.s ! VInf b) + } + } ; + + + predVGen : Bool -> Verb -> VP = \isAux, verb -> { + s = { + s = verb.s ; + prefix = verb.prefix ; + aux = verb.aux ; + vtype = verb.vtype + } ; + + a1 : Polarity => Str = negation ; + n2 : Agr => Str = case verb.vtype of { + VAct => \\_ => [] ; + VRefl c => \\a => reflPron ! a ! c + } ; + a2 : Str = [] ; + isAux = isAux ; ---- + inf,ext : Str = [] + } ; + + auxPerfect : Verb -> VForm => Str = \verb -> + case verb.aux of { + VHaben => haben_V.s ; + VSein => sein_V.s + } ; + + haben_V : Verb = + mkV + "haben" "habe" "hast" "hat" "habt" "hab" + "hatte" "hattest" "hatten" "hattet" + "htte" "gehabt" + [] VHaben ; + + werden_V : Verb = + mkV + "werden" "werde" "wirst" "wird" "werdet" "werd" + "wurde" "wurdest" "wurden" "wurdet" + "wrde" "geworden" + [] VSein ; + + werdenPass : Verb = + mkV + "werden" "werde" "wirst" "wird" "werdet" "werd" + "wurde" "wurdest" "wurden" "wurdet" + "wrde" "worden" + [] VSein ; + + sein_V : Verb = + let + sein = mkV + "sein" "bin" "bist" "ist" "seid" "sei" + "war" "warst" "waren" "wart" + "wre" "gewesen" + [] VSein + in + {s = table { + VFin _ (VPresInd Pl (P1 | P3)) => "sind" ; + VFin _ (VPresSubj Sg P2) => (variants {"seiest" ; "seist"}) ; + VFin _ (VPresSubj Sg _) => "sei" ; + VFin _ (VPresSubj Pl P2) => "seiet" ; + VFin _ (VPresSubj Pl _) => "seien" ; + VPresPart a => (regA "seiend").s ! Posit ! a ; + v => sein.s ! v + } ; + prefix = [] ; + aux = VSein ; + vtype = VAct + } ; + + auxVV : Verb -> Verb ** {isAux : Bool} = \v -> v ** {isAux = True} ; + + negation : Polarity => Str = table { + Pos => [] ; + Neg => "nicht" + } ; + +-- Extending a verb phrase with new constituents. + + insertObj : (Agr => Str) -> VP -> VP = \obj,vp -> { + s = vp.s ; + a1 = vp.a1 ; + n2 = \\a => obj ! a ++ vp.n2 ! a ; + a2 = vp.a2 ; + isAux = vp.isAux ; + inf = vp.inf ; + ext = vp.ext + } ; + + insertAdV : Str -> VP -> VP = \adv,vp -> { + s = vp.s ; + a1 = \\a => adv ++ vp.a1 ! a ; -- immer nicht + n2 = vp.n2 ; + a2 = vp.a2 ; + isAux = vp.isAux ; + inf = vp.inf ; + ext = vp.ext + } ; + + insertAdv : Str -> VP -> VP = \adv,vp -> { + s = vp.s ; + a1 = vp.a1 ; + n2 = vp.n2 ; + a2 = vp.a2 ++ adv ; + isAux = vp.isAux ; + inf = vp.inf ; + ext = vp.ext + } ; + + insertExtrapos : Str -> VP -> VP = \ext,vp -> { + s = vp.s ; + a1 = vp.a1 ; + n2 = vp.n2 ; + a2 = vp.a2 ; + isAux = vp.isAux ; + inf = vp.inf ; + ext = vp.ext ++ ext + } ; + + insertInf : Str -> VP -> VP = \inf,vp -> { + s = vp.s ; + a1 = vp.a1 ; + n2 = vp.n2 ; + a2 = vp.a2 ; + isAux = vp.isAux ; ---- + inf = inf ++ vp.inf ; + ext = vp.ext + } ; + +-- For $Sentence$. + + Clause : Type = { + s : Mood => Tense => Anteriority => Polarity => Order => Str + } ; + + mkClause : Str -> Agr -> VP -> Clause = \subj,agr,vp -> let vps = useVP vp in { + s = \\m,t,a,b,o => + let + ord = case o of { + Sub => True ; -- glue prefix to verb + _ => False + } ; + verb = vps.s ! ord ! agr ! VPFinite m t a ; + neg = vp.a1 ! b ; + obj = vp.n2 ! agr ; + compl = obj ++ neg ++ vp.a2 ; + inf = vp.inf ++ verb.inf ; + extra = vp.ext ; + inffin = + case of { --# notpresent + => verb.fin ++ inf ; -- double inf --# notpresent + _ => --# notpresent + inf ++ verb.fin --- or just auxiliary vp + } --# notpresent + in + case o of { + Main => subj ++ verb.fin ++ compl ++ inf ++ extra ; + Inv => verb.fin ++ subj ++ compl ++ inf ++ extra ; + Sub => subj ++ compl ++ inffin ++ extra + } + } ; + + infVP : Bool -> VP -> ((Agr => Str) * Str * Str) = \isAux, vp -> let vps = useVP vp in + < + \\agr => vp.n2 ! agr ++ vp.a2, + vp.a1 ! Pos ++ (vps.s ! (notB isAux) ! agrP3 Sg ! VPInfinit Simul).inf, + vp.inf ++ vp.ext + > ; + + useInfVP : Bool -> VP -> Str = \isAux,vp -> + let vpi = infVP isAux vp in + vpi.p1 ! agrP3 Sg ++ vpi.p3 ++ vpi.p2 ; + +-- The nominative case is not used as reflexive, but defined here +-- so that we can reuse this in personal pronouns. +-- The missing Sg "ihrer" shows that a dependence on gender would +-- be needed. + + reflPron : Agr => Case => Str = table { + {n = Sg ; p = P1} => caselist "ich" "mich" "mir" "meiner" ; + {n = Sg ; p = P2} => caselist "du" "dich" "dir" "deiner" ; + {g = Masc ; n = Sg ; p = P3} => caselist "er" "sich" "sich" "seiner" ; + {g = Fem ; n = Sg ; p = P3} => caselist "sie" "sich" "sich" "ihrer" ; + {g = Neutr ; n = Sg ; p = P3} => caselist "es" "sich" "sich" "seiner" ; + {n = Pl ; p = P1} => caselist "wir" "uns" "uns" "unser" ; + {n = Pl ; p = P2} => caselist "ihr" "euch" "euch" "euer" ; + {n = Pl ; p = P3} => caselist "sie" "sich" "sich" "ihrer" + } ; + + conjThat : Str = "da" ; + + conjThan : Str = "als" ; + +-- The infinitive particle "zu" is used if and only if $vv.isAux = False$. + + infPart : Bool -> Str = \b -> if_then_Str b [] "zu" ; + +} diff --git a/deprecated/old-lib/resource/german/SentenceGer.gf b/deprecated/old-lib/resource/german/SentenceGer.gf new file mode 100644 index 000000000..9154c1445 --- /dev/null +++ b/deprecated/old-lib/resource/german/SentenceGer.gf @@ -0,0 +1,67 @@ +concrete SentenceGer of Sentence = CatGer ** open ResGer, Prelude in { + + flags optimize=all_subs ; + + lin + + PredVP np vp = mkClause (np.s ! Nom) np.a vp ; + + PredSCVP sc vp = mkClause sc.s (agrP3 Sg) vp ; + + ImpVP vp = let vps = useVP vp in { + s = \\pol,n => + let + ps = case n of { + ImpF _ True => ; -- setzen Sie sich + _ => + } ; + agr = {g = Fem ; n = numImp n ; p = ps.p1} ; --- g does not matter + verb = vps.s ! False ! agr ! VPImperat ps.p3 ; + inf = vp.inf ++ verb.inf ; + in + verb.fin ++ ps.p2 ++ + vp.n2 ! agr ++ vp.a1 ! pol ++ vp.a2 ++ inf ++ vp.ext + } ; + + SlashVP np vp = + mkClause + (np.s ! Nom) np.a + vp ** + {c2 = vp.c2} ; + + AdvSlash slash adv = { + s = \\m,t,a,b,o => slash.s ! m ! t ! a ! b ! o ++ adv.s ; + c2 = slash.c2 + } ; + + SlashPrep cl prep = cl ** {c2 = prep} ; + + SlashVS np vs slash = + mkClause (np.s ! Nom) np.a + (insertExtrapos (conjThat ++ slash.s ! Sub) (predV vs)) ** + {c2 = slash.c2} ; + + EmbedS s = {s = conjThat ++ s.s ! Sub} ; + EmbedQS qs = {s = qs.s ! QIndir} ; + EmbedVP vp = {s = useInfVP False vp} ; + + UseCl t a p cl = { + s = \\o => t.s ++ a.s ++ p.s ++ cl.s ! t.m ! t.t ! a.a ! p.p ! o + } ; + UseQCl t a p cl = { + s = \\q => t.s ++ a.s ++ p.s ++ cl.s ! t.m ! t.t ! a.a ! p.p ! q + } ; + UseRCl t a p cl = { + s = \\r => t.s ++ a.s ++ p.s ++ cl.s ! t.m ! t.t ! a.a ! p.p ! r ; + c = cl.c + } ; + UseSlash t a p cl = { + s = \\o => t.s ++ a.s ++ p.s ++ cl.s ! t.m ! t.t ! a.a ! p.p ! o ; + c2 = cl.c2 + } ; + + AdvS a s = {s = \\o => a.s ++ s.s ! Inv} ; + + RelS s r = {s = \\o => s.s ! o ++ "," ++ r.s ! gennum Neutr Sg} ; --- "welches" + +} diff --git a/deprecated/old-lib/resource/german/StructuralGer.gf b/deprecated/old-lib/resource/german/StructuralGer.gf new file mode 100644 index 000000000..6dfe9f6ea --- /dev/null +++ b/deprecated/old-lib/resource/german/StructuralGer.gf @@ -0,0 +1,129 @@ +concrete StructuralGer of Structural = CatGer ** + + open MorphoGer, Prelude in { + + flags optimize=all ; + + lin + + above_Prep = mkPrep "ber" Dat ; + after_Prep = mkPrep "nach" Dat ; + all_Predet = {s = appAdj (regA "all")} ; + almost_AdA, almost_AdN = ss "fast" ; + although_Subj = ss "obwohl" ; + always_AdV = ss "immer" ; + and_Conj = {s1 = [] ; s2 = "und" ; n = Pl} ; + because_Subj = ss "weil" ; + before_Prep = mkPrep "vor" Dat ; + behind_Prep = mkPrep "hinter" Dat ; + between_Prep = mkPrep "zwischen" Dat ; + both7and_DConj = sd2 "sowohl" ["als auch"] ** {n = Pl} ; + but_PConj = ss "aber" ; + by8agent_Prep = mkPrep "durch" Acc ; + by8means_Prep = mkPrep "mit" Dat ; + can8know_VV, can_VV = auxVV + (mkV + "knnen" "kann" "kannst" "kann" "knnt" "knn" + "konnte" "konntest" "konnten" "konntet" + "knnte" "gekonnt" [] + VHaben) ; + during_Prep = mkPrep "whrend" Gen ; + either7or_DConj = sd2 "entweder" "oder" ** {n = Sg} ; + everybody_NP = nameNounPhrase {s = caselist "jeder" "jeden" "jedem" "jedes"} ; + every_Det = detLikeAdj Sg "jed" ; + everything_NP = nameNounPhrase {s = caselist "alles" "alles" "allem" "alles"} ; + everywhere_Adv = ss "berall" ; + few_Det = detLikeAdj Pl "wenig" ; +---- first_Ord = {s = (regA "erst").s ! Posit} ; + for_Prep = mkPrep "fr" Acc ; + from_Prep = mkPrep "aus" Dat ; + he_Pron = mkPronPers "er" "ihn" "ihm" "seiner" "sein" Masc Sg P3 ; + here7to_Adv = ss ["hierher"] ; + here7from_Adv = ss ["hieraus"] ; + here_Adv = ss "hier" ; + how_IAdv = ss "wie" ; + how8many_IDet = detLikeAdj Pl "wieviel" ; + if_Subj = ss "wenn" ; + in8front_Prep = mkPrep "vor" Dat ; + i_Pron = mkPronPers "ich" "mich" "mir" "meiner" "mein" Masc Sg P1 ; + in_Prep = mkPrep "in" Dat ; + it_Pron = mkPronPers "es" "es" "ihm" "seiner" "sein" Neutr Sg P3 ; + less_CAdv = ss "weniger" ; + many_Det = detLikeAdj Pl "viel" ; + more_CAdv = ss "mehr" ; + most_Predet = {s = appAdj (regA "meist")} ; + much_Det = detLikeAdj Sg "viel" ; + must_VV = auxVV + (mkV + "mssen" "mu" "mut" "mu" "mt" "m" + "mute" "mutest" "muten" "mutet" + "mte" "gemut" [] + VHaben) ; +--- one_Quant = DEPREC + only_Predet = {s = \\_,_,_ => "nur"} ; + no_Utt = ss "nein" ; +---b no_Phr = ss "nein" ; + on_Prep = mkPrep "auf" Dat ; + or_Conj = {s1 = [] ; s2 = "oder" ; n = Sg} ; + otherwise_PConj = ss "sonst" ; + part_Prep = mkPrep "von" Dat ; + please_Voc = ss "bitte" ; + possess_Prep = mkPrep "von" Dat ; + quite_Adv = ss "ziemlich" ; + she_Pron = mkPronPers "sie" "sie" "ihr" "ihrer" "ihr" Fem Sg P3 ; + so_AdA = ss "so" ; + somebody_NP = nameNounPhrase {s = caselist "jemand" "jemanden" "jemandem" "jemands"} ; + somePl_Det = detLikeAdj Pl "einig" ; + someSg_Det = { + s = \\g,c => "ein" + pronEnding ! GSg g ! c ; + n = Sg ; + a = Strong + } ; + something_NP = nameNounPhrase {s = \\_ => "etwas"} ; + somewhere_Adv = ss "irgendwo" ; + that_Quant = {s = \\n => (detLikeAdj n "jen").s ; a = Weak} ; +---b that_NP = nameNounPhrase {s = caselist "das" "das" "denem" "dessen"} ; ---- + there_Adv = ss "da" ; + there7to_Adv = ss "dahin" ; + there7from_Adv = ss ["daher"] ; + therefore_PConj = ss "deshalb" ; +---b these_NP = {s = caselist "diese" "diese" "diesen" "dieser" ; a = agrP3 Pl} ; + they_Pron = mkPronPers "sie" "sie" "ihnen" "ihrer" "ihr" Fem Pl P3 ; + this_Quant = {s = \\n => (detLikeAdj n "dies").s ; a = Weak} ; +---b this_NP = nameNounPhrase {s = caselist "dies" "dies" "diesem" "dieses"} ; ---- +---b those_NP = {s = caselist "jene" "jene" "jenen" "jener" ; a = agrP3 Pl} ; + through_Prep = mkPrep "durch" Acc ; + too_AdA = ss "zu" ; + to_Prep = mkPrep "nach" Dat ; + under_Prep = mkPrep "unter" Dat ; + very_AdA = ss "sehr" ; + want_VV = auxVV + (mkV + "wollen" "will" "willst" "will" "wollt" "woll" + "wollte" "wolltest" "wollten" "wolltet" + "wollte" "gewollt" [] + VHaben) ; + we_Pron = mkPronPers "wir" "uns" "uns" "unser" "unser" Fem Pl P1 ; + + whatSg_IP = {s = caselist "was" "was" "was" "wessen" ; n = Sg} ; ---- + whatPl_IP = {s = caselist "was" "was" "was" "wessen" ; n = Pl} ; ---- + + when_IAdv = ss "wann" ; + when_Subj = ss "wenn" ; + where_IAdv = ss "wo" ; + which_IQuant = {s = \\n => (detLikeAdj n "welch").s} ; + +---b whichPl_IDet = detLikeAdj Pl "welch" ; +---b whichSg_IDet = detLikeAdj Sg "welch" ; + whoSg_IP = {s = caselist "wer" "wen" "wem" "wessen" ; n = Sg} ; + whoPl_IP = {s = caselist "wer" "wen" "wem" "wessen" ; n = Pl} ; + why_IAdv = ss "warum" ; + without_Prep = mkPrep "ohne" Acc ; + with_Prep = mkPrep "mit" Dat ; + youSg_Pron = mkPronPers "du" "dich" "dir" "deiner" "dein" Fem Sg P2 ; + youPl_Pron = mkPronPers "ihr" "euch" "euch" "eurer" "euer" Fem Pl P2 ; ---- poss + youPol_Pron = mkPronPers "Sie" "Sie" "Ihnen" "Ihrer" "Ihr" Fem Pl P3 ; + yes_Utt = ss "ja" ; +---b yes_Phr = ss "ja" ; + +} diff --git a/deprecated/old-lib/resource/german/VerbGer.gf b/deprecated/old-lib/resource/german/VerbGer.gf new file mode 100644 index 000000000..83b7ae9e5 --- /dev/null +++ b/deprecated/old-lib/resource/german/VerbGer.gf @@ -0,0 +1,82 @@ +concrete VerbGer of Verb = CatGer ** open Prelude, ResGer in { + + flags optimize=all_subs ; + + lin + UseV = predV ; + + ComplVV v vp = + let + vpi = infVP v.isAux vp + in + insertExtrapos vpi.p3 ( + insertInf vpi.p2 ( + insertObj vpi.p1 ( + predVGen v.isAux v))) ; + + ComplVS v s = + insertExtrapos (conjThat ++ s.s ! Sub) (predV v) ; + ComplVQ v q = + insertExtrapos (q.s ! QIndir) (predV v) ; + ComplVA v ap = insertObj (\\ _ => ap.s ! APred) (predV v) ; + + SlashV2a v = predV v ** {c2 = v.c2} ; + + Slash2V3 v np = + insertObj (\\_ => appPrep v.c2 np.s) (predV v) ** {c2 = v.c3} ; + Slash3V3 v np = + insertObj (\\_ => appPrep v.c3 np.s) (predV v) ** {c2 = v.c2} ; + + SlashV2S v s = + insertExtrapos (conjThat ++ s.s ! Sub) (predV v) ** {c2 = v.c2} ; + SlashV2Q v q = + insertExtrapos (q.s ! QIndir) (predV v) ** {c2 = v.c2} ; + SlashV2V v vp = + let + vpi = infVP False vp + in + insertExtrapos vpi.p3 ( + insertInf vpi.p2 ( + insertObj vpi.p1 ((predV v)))) ** {c2 = v.c2} ; + + SlashV2A v ap = + insertObj (\\_ => ap.s ! APred) (predV v) ** {c2 = v.c2} ; + + ComplSlash vp np = insertObj (\\_ => appPrep vp.c2 np.s) vp ; + + SlashVV v vp = + let + vpi = infVP v.isAux vp + in + insertExtrapos vpi.p3 ( + insertInf vpi.p2 ( + insertObj vpi.p1 ( + predVGen v.isAux v))) ** {c2 = vp.c2} ; + + SlashV2VNP v np vp = + let + vpi = infVP False vp + in + insertExtrapos vpi.p3 ( + insertInf vpi.p2 ( + insertObj vpi.p1 ( + insertObj (\\_ => appPrep v.c2 np.s) ( + predV v)))) ** {c2 = v.c2} ; + + UseComp comp = insertAdv (comp.s ! agrP3 Sg) (predV sein_V) ; -- agr not used + -- we want to say "ich liebe sie nicht" but not "ich bin alt nicht" + + CompAP ap = {s = \\_ => ap.s ! APred} ; + CompNP np = {s = \\_ => np.s ! Nom} ; + CompAdv a = {s = \\_ => a.s} ; + + AdvVP vp adv = insertAdv adv.s vp ; + AdVVP adv vp = insertAdV adv.s vp ; + + ReflVP vp = insertObj (\\a => appPrep vp.c2 (reflPron ! a)) vp ; + + PassV2 v = insertInf (v.s ! VPastPart APred) (predV werdenPass) ; + +---b UseVS, UseVQ = \v -> v ** {c2 = noPreposition Acc} ; + +} diff --git a/deprecated/old-lib/resource/gold-exx-resource.gftb b/deprecated/old-lib/resource/gold-exx-resource.gftb new file mode 100644 index 000000000..bfeafeef3 --- /dev/null +++ b/deprecated/old-lib/resource/gold-exx-resource.gftb @@ -0,0 +1,1720 @@ +Lang: PositA warm_A +LangDan: varm +LangEng: warm +LangFin: lämmin +LangFre: chaud +LangGer: warm +LangIna: calde +LangIta: caldo +LangNor: varm +LangSwe: varm + Lang: ComparA warm_A (UsePron i_Pron) +LangDan: varmere end jeg +LangEng: warmer than I +LangFin: minua lämpimämpi +LangFre: plus chaud que moi +LangGer: wärmer als ich +LangIna: plus calde que io +LangIta: più caldo che io +LangNor: varmere enn jeg +LangSwe: varmare än jag + Lang: ComplA2 married_A2 (UsePron she_Pron) +LangDan: gift med hende +LangEng: married to her +LangFin: hänen kanssa &+ nsa avioitunut +LangFre: marié à elle +LangGer: verheiratet mit ihr +LangIna: sponsate a la +LangIta: sposato a lei +LangNor: gift med henne +LangSwe: gift med henne + Lang: ComplA2 married_A2 (DetNP (DetQuant (PossPron she_Pron) NumPl)) +LangDan: gift med hendes +LangEng: married to hers +LangFin: hänen kanssa avioitunut +LangFre: marié aux siens +LangGer: verheiratet mit ihren +LangIna: sponsate a su +LangIta: sposato ai suoi +LangNor: gift med hennes +LangSwe: gift med hennes + Lang: ComplA2 married_A2 (DetNP (DetQuant (PossPron she_Pron) NumSg)) +LangDan: gift med hendes +LangEng: married to hers +LangFin: hänen kanssa avioitunut +LangFre: marié au sien +LangGer: verheiratet mit ihrem +LangIna: sponsate a su +LangIta: sposato al suo +LangNor: gift med hennes +LangSwe: gift med hennes + Lang: ReflA2 married_A2 +LangDan: gift med sig +LangEng: married to myself +LangFin: itsensä kanssa avioitunut +LangFre: marié à soi +LangGer: verheiratet mit sich +LangIna: sponsate a me +LangIta: sposato a se +LangNor: gift med seg +LangSwe: gift med sig + Lang: PositA (UseA2 married_A2) +LangDan: gift +LangEng: married +LangFin: avioitunut +LangFre: marié +LangGer: verheiratet +LangIna: sponsate +LangIta: sposato +LangNor: gift +LangSwe: gift + Lang: SentAP (PositA good_A) (EmbedS (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseComp (CompAdv here_Adv))))) +LangDan: god at hun er her +LangEng: good that she is here +LangFin: hyvä että hän on täällä +LangFre: bon qu' elle est ici +LangGer: gut daß sie hier ist +LangIna: bon que illa es hic +LangIta: buono che è quì +LangNor: god at hun er her +LangSwe: god att hon är här + Lang: AdAP very_AdA (PositA warm_A) +LangDan: meget varm +LangEng: very warm +LangFin: erittäin lämmin +LangFre: très chaud +LangGer: sehr warm +LangIna: multo calde +LangIta: molto caldo +LangNor: mye varm +LangSwe: mycket varm + Lang: PositAdvAdj warm_A +LangDan: varmt +LangEng: warmly +LangFin: lämpimästi +LangFre: chaudement +LangGer: warm +LangIna: caldemente +LangIta: caldamente +LangNor: varmt +LangSwe: varmt + Lang: PrepNP in_Prep (DetArtSg DefArt (UseN house_N)) +LangDan: i huset +LangEng: in the house +LangFin: talossa +LangFre: dans la maison +LangGer: in dem Haus +LangIna: in le domo +LangIta: nella casa +LangNor: i huset +LangSwe: i huset + Lang: ComparAdvAdj more_CAdv warm_A (UsePN john_PN) +LangDan: mer varmt end John +LangEng: more warmly than John +LangFin: enemmän lämpimästi kuin Jussi +LangFre: plus chaudement que Jean +LangGer: mehr warm als Johann +LangIna: plus caldemente que John +LangIta: più caldamente che Giovanni +LangNor: mer varmt enn John +LangSwe: mer varmt än Johan + Lang: ComparAdvAdjS more_CAdv warm_A (UseCl TPres ASimul PPos (PredVP (UsePron he_Pron) (UseV run_V))) +LangDan: mer varmt end han løber +LangEng: more warmly than he runs +LangFin: enemmän lämpimästi kuin hän juoksee +LangFre: plus chaudement qu' il ne coure +LangGer: mehr warm als er läuft +LangIna: plus caldemente que ille curre +LangIta: più caldamente che corra +LangNor: mer varmt enn han springer +LangSwe: mer varmt än han springer + Lang: SubjS when_Subj (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV sleep_V))) +LangDan: når hun sover +LangEng: when she sleeps +LangFin: kun hän nukkuu +LangFre: quand elle dort +LangGer: wenn sie schläft +LangIna: quando illa dormi +LangIta: quando dorme +LangNor: når hun sover +LangSwe: när hon sover + Lang: AdNum (AdnCAdv more_CAdv) (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))) +LangDan: mer end fem +LangEng: more than five +LangFin: enemmän kuin viisi +LangFre: plus que cinq +LangGer: mehr als fünf +LangIna: plus que cinque +LangIta: più che cinque +LangNor: mer enn fem +LangSwe: mer än fem + Lang: ConjS and_Conj (BaseS (UseCl TPres ASimul PPos (PredVP (UsePron he_Pron) (UseV walk_V))) (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV run_V)))) +LangDan: han går og hun løber +LangEng: he walks and she runs +LangFin: hän kävelee ja hän juoksee +LangFre: il marche et elle court +LangGer: er geht und sie läuft +LangIna: ille ambula e illa curre +LangIta: cammina e corre +LangNor: han går og hun springer +LangSwe: han går och hon springer + Lang: ConjAP and_Conj (BaseAP (PositA cold_A) (PositA warm_A)) +LangDan: kold og varm +LangEng: cold and warm +LangFin: kylmä ja lämmin +LangFre: froid et chaud +LangGer: kalt und warm +LangIna: frigide e calde +LangIta: freddo e caldo +LangNor: kald og varm +LangSwe: kall och varm + Lang: ConjNP or_Conj (BaseNP (UsePron she_Pron) (UsePron we_Pron)) +LangDan: hun eller vi +LangEng: she or we +LangFin: hän tai me +LangFre: elle ou nous +LangGer: sie oder wir +LangIna: illa o nos +LangIta: lei o noi +LangNor: hun eller vi +LangSwe: hon eller vi + Lang: ConjAdv or_Conj (BaseAdv here_Adv there_Adv) +LangDan: her eller der +LangEng: here or there +LangFin: täällä tai siellä +LangFre: ici ou là +LangGer: hier oder da +LangIna: hic o ibi +LangIta: quì o là +LangNor: her eller der +LangSwe: här eller där + Lang: ConjS either7or_DConj (BaseS (UseCl TPres ASimul PPos (PredVP (UsePron he_Pron) (UseV walk_V))) (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV run_V)))) +LangDan: enten han går eller hun løber +LangEng: either he walks or she runs +LangFin: joko hän kävelee tai hän juoksee +LangFre: ou il marche ou elle court +LangGer: entweder er geht oder sie läuft +LangIna: o ille ambula o illa curre +LangIta: o cammina o corre +LangNor: enten han går eller hun springer +LangSwe: antingen han går eller hon springer + Lang: ConjAP both7and_DConj (BaseAP (PositA warm_A) (PositA cold_A)) +LangDan: både varm og kold +LangEng: both warm and cold +LangFin: sekä lämmin että kylmä +LangFre: et chaud et froid +LangGer: sowohl warm als auch kalt +LangIna: e calde e frigide +LangIta: e caldo e freddo +LangNor: både varm og kald +LangSwe: både varm och kall + Lang: ConjNP either7or_DConj (BaseNP (UsePron he_Pron) (UsePron she_Pron)) +LangDan: enten han eller hun +LangEng: either he or she +LangFin: joko hän tai hän +LangFre: ou lui ou elle +LangGer: entweder er oder sie +LangIna: o ille o illa +LangIta: o lui o lei +LangNor: enten han eller hun +LangSwe: antingen han eller hon + Lang: ConjAdv both7and_DConj (BaseAdv here_Adv there_Adv) +LangDan: både her og der +LangEng: both here and there +LangFin: sekä täällä että siellä +LangFre: et ici et là +LangGer: sowohl hier als auch da +LangIna: e hic e ibi +LangIta: e quì e là +LangNor: både her og der +LangSwe: både här och där + Lang: ImpersCl (UseComp (CompAP (PositA hot_A))) +LangDan: det er hedt +LangEng: it is hot +LangFin: on kuuma +LangFre: il est chaud +LangGer: es ist heiß +LangIna: il es calide +LangIta: è caldo +LangNor: det er heitt +LangSwe: det är hett + Lang: GenericCl (UseV sleep_V) +LangDan: man sover +LangEng: one sleeps +LangFin: nukutaan +LangFre: on dort +LangGer: man schläft +LangIna: on dormi +LangIta: si dorme +LangNor: man sover +LangSwe: man sover + Lang: CleftNP (UsePron i_Pron) (UseRCl TPast ASimul PPos (RelVP IdRP (ComplSlash (SlashV2a do_V2) (UsePron it_Pron)))) +LangDan: det er jeg som gjorde det +LangEng: it is I who did it +LangFin: se on minä joka tein sen +LangFre: c' est moi qui le faisais +LangGer: es ist ich der es tat +LangIna: lo es me qui faceva lo +LangIta: è io che lo facevo +LangNor: det er jeg som gjorde det +LangSwe: det är jag som gjorde det + Lang: CleftAdv here_Adv (UseCl TPast ASimul PPos (PredVP (UsePron she_Pron) (UseV sleep_V))) +LangDan: det er her hun sov +LangEng: it is here that she slept +LangFin: se on täällä kun hän nukkui +LangFre: c' est ici qu' elle dormait +LangGer: es ist hier daß sie schlief +LangIna: lo es hic que illa dormiva +LangIta: è quì che dormiva +LangNor: det er her hun sov +LangSwe: det är här hon sov + Lang: ExistNP (DetArtSg IndefArt (UseN house_N)) +LangDan: det findes et hus +LangEng: there is a house +LangFin: on olemassa talo +LangFre: il y a une maison +LangGer: es gibt ein Haus +LangIna: il ha un domo +LangIta: c' è una casa +LangNor: det finnes et hus +LangSwe: det finns ett hus + Lang: ExistIP (IdetCN (IdetQuant which_IQuant NumPl) (UseN house_N)) +LangDan: hvilke huse findes det +LangEng: which houses are there +LangFin: mitä taloja on olemassa +LangFre: quelles maisons il y a +LangGer: welche Häuser gibt es +LangIna: qual domos il ha +LangIta: quali case ci sono +LangNor: hvilke hus finnes det +LangSwe: vilka hus finns det + Lang: PredVP (UsePron i_Pron) (ProgrVP (UseV sleep_V)) +LangDan: jeg er ved å sove +LangEng: I am sleeping +LangFin: minä olen nukkumassa +LangFre: je suis en train de dormir +LangGer: ich schlafe eben +LangIna: io dormi +LangIta: sto dormendo +LangNor: jeg er ved å sove +LangSwe: jag håller på att sova + Lang: ImpPl1 (UseV go_V) +LangDan: lad os gå +LangEng: let's go +LangFin: mennään +LangFre: allons +LangGer: gehen wir +LangIna: que nos i +LangIta: andiamo +LangNor: lat oss gå +LangSwe: låt oss gå + Lang: DetArtSg DefArt (UseN man_N) +LangDan: manden +LangEng: the man +LangFin: mies +LangFre: l' homme +LangGer: der Mann +LangIna: le viro +LangIta: l' uomo +LangNor: mannen +LangSwe: mannen + Lang: UsePN john_PN +LangDan: John +LangEng: John +LangFin: Jussi +LangFre: Jean +LangGer: Johann +LangIna: John +LangIta: Giovanni +LangNor: John +LangSwe: Johan + Lang: UsePron he_Pron +LangDan: han +LangEng: he +LangFin: hän +LangFre: lui +LangGer: er +LangIna: ille +LangIta: lui +LangNor: han +LangSwe: han + Lang: PredetNP only_Predet (DetArtSg DefArt (UseN man_N)) +LangDan: kun manden +LangEng: only the man +LangFin: vain mies +LangFre: seulement l' homme +LangGer: nur der Mann +LangIna: unic le viro +LangIta: soltanto l' uomo +LangNor: kun mannen +LangSwe: bara mannen + Lang: PPartNP (DetArtSg DefArt (UseN man_N)) see_V2 +LangDan: manden set +LangEng: the man seen +LangFin: mies nähtynä +LangFre: l' homme vu +LangGer: der Mann gesehen +LangIna: le viro vidite +LangIta: l' uomo visto +LangNor: mannen sett +LangSwe: mannen sedd + Lang: AdvNP (UsePN paris_PN) today_Adv +LangDan: Paris idag +LangEng: Paris today +LangFin: Pariisi tänään +LangFre: Paris aujourd'hui +LangGer: Paris heute +LangIna: Paris hodie +LangIta: Parigi oggi +LangNor: Paris idag +LangSwe: Paris idag + Lang: RelNP (UsePN paris_PN) (UseRCl TPres ASimul PPos (RelVP IdRP (UseComp (CompAdv here_Adv)))) +LangDan: Paris , som er her +LangEng: Paris , which is here +LangFin: Pariisi , joka on täällä +LangFre: Paris qui est ici +LangGer: Paris , das hier ist +LangIna: Paris , qui es hic +LangIta: Parigi che è quì +LangNor: Paris , som er her +LangSwe: Paris , som är här + Lang: DetNP (DetQuant this_Quant (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))))) +LangDan: disse fem +LangEng: these five +LangFin: nämä viisi +LangFre: ces cinq +LangGer: diese fünf +LangIna: istes cinque +LangIta: questi cinque +LangNor: disse fem +LangSwe: de här fem + Lang: DetCN (DetQuantOrd this_Quant (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5))))))) (OrdSuperl good_A)) (UseN man_N) +LangDan: disse fem bedste mænd +LangEng: these five best men +LangFin: nämä viisi parasta miestä +LangFre: ces cinq meilleurs hommes +LangGer: diese fünf besten Männer +LangIna: istes cinque optime viros +LangIta: questi cinque migliori uomini +LangNor: disse fem beste mennen +LangSwe: de här fem bästa männen + Lang: DetCN (DetQuant this_Quant (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))))) (UseN man_N) +LangDan: disse fem mænd +LangEng: these five men +LangFin: nämä viisi miestä +LangFre: ces cinq hommes +LangGer: diese fünf Männer +LangIna: istes cinque viros +LangIta: questi cinque uomini +LangNor: disse fem mennen +LangSwe: de här fem männen + Lang: DetCN (DetQuant this_Quant NumPl) (UseN man_N) +LangDan: disse mænd +LangEng: these men +LangFin: nämä miehet +LangFre: ces hommes +LangGer: diese Männer +LangIna: istes viros +LangIta: questi uomini +LangNor: disse mennen +LangSwe: de här männen + Lang: DetCN (DetQuant this_Quant NumSg) (UseN man_N) +LangDan: denne mand +LangEng: this man +LangFin: tämä mies +LangFre: cet homme +LangGer: dieser Mann +LangIna: iste viro +LangIta: questo uomo +LangNor: denne mannen +LangSwe: den här mannen + Lang: NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))) +LangDan: fem +LangEng: five +LangFin: viisi +LangFre: cinq +LangGer: fünf +LangIna: cinque +LangIta: cinque +LangNor: fem +LangSwe: fem + Lang: NumCard (NumDigits (IIDig D_5 (IDig D_1))) +LangDan: 5 1 +LangEng: 5 1 +LangFin: 5 1 +LangFre: 5 1 +LangGer: 5 1 +LangIna: 5 1 +LangIta: 5 1 +LangNor: 5 1 +LangSwe: 5 1 + Lang: NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot1plus n5 pot01))))) +LangDan: et og halvtreds +LangEng: fifty - one +LangFin: viisi kymmentä yksi +LangFre: cinquante et un +LangGer: ein und fünfzig +LangIna: quinte - un +LangIta: cinquanta uno +LangNor: femti en +LangSwe: femtio en + Lang: NumCard (AdNum almost_AdN (NumDigits (IIDig D_5 (IDig D_1)))) +LangDan: næsten 5 1 +LangEng: almost 5 1 +LangFin: melkein 5 1 +LangFre: presque 5 1 +LangGer: fast 5 1 +LangIna: quasi 5 1 +LangIta: quasi 5 1 +LangNor: nesten 5 1 +LangSwe: nästan 5 1 + Lang: OrdDigits (IIDig D_5 (IDig D_1)) +LangDan: 5 1:e +LangEng: 5 1st +LangFin: 5 1. +LangFre: 5 1er +LangGer: 5 1e +LangIna: 5 1e +LangIta: 5 1:o +LangNor: 5 1:e +LangSwe: 5 1:a + Lang: OrdNumeral (num (pot2as3 (pot1as2 (pot1plus n5 pot01)))) +LangDan: et og halvtredsindstyvende +LangEng: fifty - first +LangFin: viides kymmenes yhdes +LangFre: cinquante et unième +LangGer: ein und fünfzigst +LangIna: quinte - dece +LangIta: cinquanta primo +LangNor: femti første +LangSwe: femtio första + Lang: OrdSuperl warm_A +LangDan: varmeste +LangEng: warmest +LangFin: lämpimin +LangFre: plus chaud +LangGer: wärmst +LangIna: le plus calde +LangIta: più caldo +LangNor: varmeste +LangSwe: varmaste + Lang: DetCN (DetArtOrd DefArt (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5))))))) (OrdSuperl good_A)) (UseN man_N) +LangDan: de fem bedste mændene +LangEng: the five best men +LangFin: viisi parhaimmat miestä +LangFre: les cinq meilleurs hommes +LangGer: die fünf besten Männer +LangIna: le cinque optime viros +LangIta: i cinque migliori uomini +LangNor: de fem beste mennen +LangSwe: de fem bästa männen + Lang: DetCN (DetArtCard DefArt (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5))))))) (UseN man_N) +LangDan: de fem mændene +LangEng: the five men +LangFin: viisi miestä +LangFre: les cinq hommes +LangGer: die fünf Männer +LangIna: le cinque viros +LangIta: i cinque uomini +LangNor: de fem mennen +LangSwe: de fem männen + Lang: DetCN (DetArtCard IndefArt (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 pot01)))))) (UseN man_N) +LangDan: en mand +LangEng: one man +LangFin: yksi mies +LangFre: un homme +LangGer: ein Mann +LangIna: un viro +LangIta: uno uomo +LangNor: en mann +LangSwe: en man + Lang: DetCN (DetArtCard DefArt (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 pot01)))))) (UseN man_N) +LangDan: den en manden +LangEng: the one man +LangFin: yksi mies +LangFre: l' un homme +LangGer: der ein Mann +LangIna: le un viro +LangIta: l' uno uomo +LangNor: den en mannen +LangSwe: den en mannen + Lang: DetArtSg DefArt (UseN man_N) +LangDan: manden +LangEng: the man +LangFin: mies +LangFre: l' homme +LangGer: der Mann +LangIna: le viro +LangIta: l' uomo +LangNor: mannen +LangSwe: mannen + Lang: DetArtPl DefArt (UseN man_N) +LangDan: mændene +LangEng: the men +LangFin: miehet +LangFre: les hommes +LangGer: die Männer +LangIna: le viros +LangIta: gli uomini +LangNor: mennen +LangSwe: männen + Lang: MassNP (UseN beer_N) +LangDan: øl +LangEng: beer +LangFin: olut +LangFre: de la bière +LangGer: Bier +LangIna: bira +LangIta: della birra +LangNor: øl +LangSwe: öl + Lang: DetCN (DetQuant (PossPron i_Pron) NumSg) (UseN house_N) +LangDan: mit hus +LangEng: my house +LangFin: minun talo &+ ni +LangFre: ma maison +LangGer: mein Haus +LangIna: mi domo +LangIta: la mia casa +LangNor: mit hus +LangSwe: mitt hus + Lang: UseN house_N +LangDan: hus +LangEng: house +LangFin: talo +LangFre: maison +LangGer: Haus +LangIna: domo +LangIta: casa +LangNor: hus +LangSwe: hus + Lang: ComplN2 mother_N2 (DetArtSg DefArt (UseN king_N)) +LangDan: moder til kongen +LangEng: mother of the king +LangFin: kuninkaan äiti +LangFre: mère du roi +LangGer: Mutter von dem König +LangIna: matre del rege +LangIta: madre del ré +LangNor: mor til kongen +LangSwe: mor till kungen + Lang: ComplN2 (ComplN3 distance_N3 (DetCN (DetQuant this_Quant NumSg) (UseN city_N))) (UsePN paris_PN) +LangDan: afstand fra denne by til Paris +LangEng: distance from this city to Paris +LangFin: etäisyys tästä kaupungista Pariisiin +LangFre: distance de cette ville à Paris +LangGer: Entfernung von dieser Stadt zu Paris +LangIna: distantia de iste urbe a Paris +LangIta: distanza di questa città a Parigi +LangNor: avstand fra denne byen til Paris +LangSwe: avstånd från den här staden till Paris + Lang: UseN2 mother_N2 +LangDan: moder +LangEng: mother +LangFin: äiti +LangFre: mère +LangGer: Mutter +LangIna: matre +LangIta: madre +LangNor: mor +LangSwe: mor + Lang: ComplN2 (Use2N3 distance_N3) (DetCN (DetQuant this_Quant NumSg) (UseN city_N)) +LangDan: afstand fra denne by +LangEng: distance from this city +LangFin: etäisyys tästä kaupungista +LangFre: distance de cette ville +LangGer: Entfernung von dieser Stadt +LangIna: distantia de iste urbe +LangIta: distanza di questa città +LangNor: avstand fra denne byen +LangSwe: avstånd från den här staden + Lang: ComplN2 (Use3N3 distance_N3) (UsePN paris_PN) +LangDan: afstand til Paris +LangEng: distance to Paris +LangFin: etäisyys Pariisiin +LangFre: distance de Paris +LangGer: Entfernung zu Paris +LangIna: distantia a Paris +LangIta: distanza di Parigi +LangNor: avstand til Paris +LangSwe: avstånd till Paris + Lang: UseN2 (Use2N3 distance_N3) +LangDan: afstand +LangEng: distance +LangFin: etäisyys +LangFre: distance +LangGer: Entfernung +LangIna: distantia +LangIta: distanza +LangNor: avstand +LangSwe: avstånd + Lang: AdjCN (PositA big_A) (UseN house_N) +LangDan: stort hus +LangEng: big house +LangFin: suuri talo +LangFre: grande maison +LangGer: großes Haus +LangIna: domo magne +LangIta: grande casa +LangNor: stort hus +LangSwe: stort hus + Lang: RelCN (UseN house_N) (UseRCl TPast ASimul PPos (RelSlash IdRP (SlashVP (UsePN john_PN) (SlashV2a buy_V2)))) +LangDan: hus som John købte +LangEng: house which John bought +LangFin: talo jonka Jussi osti +LangFre: maison que Jean achetait +LangGer: Haus das Johann kaufte +LangIna: domo que John comprva +LangIta: casa che Giovanni comprava +LangNor: hus som John kjøpte +LangSwe: hus som Johan köpte + Lang: AdvCN (UseN house_N) (PrepNP on_Prep (DetArtSg DefArt (UseN hill_N))) +LangDan: hus på højen +LangEng: house on the hill +LangFin: talo kukkulalla +LangFre: maison sur la colline +LangGer: Haus auf dem Hügel +LangIna: domo super le monticulo +LangIta: casa sulla collina +LangNor: hus på haugen +LangSwe: hus på kullen + Lang: SentCN (UseN question_N) (EmbedQS (UseQCl TPres ASimul PPos (QuestIAdv where_IAdv (PredVP (UsePron she_Pron) (UseV sleep_V))))) +LangDan: spørgsmål hver hun sover +LangEng: question where she sleeps +LangFin: kysymys missä hän nukkuu +LangFre: question où elle dort +LangGer: Frage wo sie schläft +LangIna: question ubi illa dormi +LangIta: domanda dove dorme +LangNor: spørsmål hver hun sover +LangSwe: fråga var hon sover + Lang: DetArtSg DefArt (ApposCN (UseN city_N) (UsePN paris_PN)) +LangDan: byen Paris +LangEng: the city Paris +LangFin: kaupunki Pariisi +LangFre: la ville Paris +LangGer: die Stadt Paris +LangIna: le urbe Paris +LangIta: la città Parigi +LangNor: byen Paris +LangSwe: staden Paris + Lang: DetCN (DetQuant (PossPron i_Pron) NumSg) (ApposCN (UseN friend_N) (UsePN john_PN)) +LangDan: min ven John +LangEng: my friend John +LangFin: minun ystävä &+ ni Jussi +LangFre: mon ami Jean +LangGer: mein Freund Johann +LangIna: mi amico John +LangIta: il mio amico Giovanni +LangNor: min venn John +LangSwe: min vän Johan + Lang: num (pot2as3 (pot1as2 (pot0as1 (pot0 n6)))) +LangDan: seks +LangEng: six +LangFin: kuusi +LangFre: six +LangGer: sechs +LangIna: sex +LangIta: sei +LangNor: seks +LangSwe: sex + Lang: num (pot2as3 (pot1as2 (pot0as1 pot01))) +LangDan: en +LangEng: one +LangFin: yksi +LangFre: un +LangGer: ein +LangIna: un +LangIta: uno +LangNor: en +LangSwe: en + Lang: num (pot2as3 (pot1as2 (pot1 n6))) +LangDan: tres +LangEng: sixty +LangFin: kuusi kymmentä +LangFre: soixante +LangGer: sechszig +LangIna: sexte +LangIta: sessanta +LangNor: seksti +LangSwe: sextio + Lang: num (pot2as3 (pot1as2 pot110)) +LangDan: ti +LangEng: ten +LangFin: kymmenen +LangFre: dix +LangGer: zehn +LangIna: dece +LangIta: dieci +LangNor: ti +LangSwe: tio + Lang: num (pot2as3 (pot1as2 pot111)) +LangDan: elleve +LangEng: eleven +LangFin: yksi toista +LangFre: onze +LangGer: elf +LangIna: dece-un +LangIta: undici +LangNor: elve +LangSwe: elva + Lang: num (pot2as3 (pot1as2 (pot1to19 n6))) +LangDan: seksten +LangEng: sixteen +LangFin: kuusi toista +LangFre: seize +LangGer: sechszehn +LangIna: dece - sex +LangIta: sessanta +LangNor: seksten +LangSwe: sexton + Lang: num (pot2as3 (pot1as2 (pot1 n6))) +LangDan: tres +LangEng: sixty +LangFin: kuusi kymmentä +LangFre: soixante +LangGer: sechszig +LangIna: sexte +LangIta: sessanta +LangNor: seksti +LangSwe: sextio + Lang: num (pot2as3 (pot1as2 (pot1plus n6 (pot0 n5)))) +LangDan: fem og tres +LangEng: sixty - five +LangFin: kuusi kymmentä viisi +LangFre: soixante - cinq +LangGer: fünf und sechszig +LangIna: sexte - cinque +LangIta: sessanta cinque +LangNor: seksti fem +LangSwe: sextio fem + Lang: num (pot2as3 (pot2 (pot0 n4))) +LangDan: fire hundrede +LangEng: four hundred +LangFin: neljä sataa +LangFre: quatre cents +LangGer: vier hundert +LangIna: quatro cento +LangIta: quattro cento +LangNor: fire hundre +LangSwe: fyra hundra + Lang: num (pot2as3 (pot2plus (pot0 n4) (pot1plus n6 (pot0 n7)))) +LangDan: fire hundrede og syv og tres +LangEng: four hundred and sixty - seven +LangFin: neljä sataa kuusi kymmentä seitsemän +LangFre: quatre cent soixante - sept +LangGer: vier hundert sieben und sechszig +LangIna: quatro cento sexte - septe +LangIta: quattro cento sessanta sette +LangNor: fire hundre og seksti sju +LangSwe: fyra hundra sextio sju + Lang: num (pot3 (pot2plus (pot0 n4) (pot1plus n6 (pot0 n7)))) +LangDan: fire hundrede og syv og tres tusind +LangEng: four hundred and sixty - seven thousand +LangFin: neljä sataa kuusi kymmentä seitsemän tuhatta +LangFre: quatre cent soixante - sept mille +LangGer: vier hundert sieben und sechszig tausend +LangIna: quatro cento sexte - septe mille +LangIta: quattro cento sessanta sette mila +LangNor: fire hundre og seksti sju tusen +LangSwe: fyra hundra sextio sju tusen + Lang: num (pot3plus (pot2plus (pot0 n4) (pot1plus n6 (pot0 n7))) (pot1as2 (pot1plus n8 (pot0 n9)))) +LangDan: fire hundrede og syv og tres tusind og ni og firs +LangEng: four hundred and sixty - seven thousand eighty - nine +LangFin: neljä sataa kuusi kymmentä seitsemän tuhatta kahdeksan kymmentä yhdeksän +LangFre: quatre cent soixante - sept mille quatre-vingt - neuf +LangGer: vier hundert sieben und sechszig tausend neun und achzig +LangIna: quatro cento sexte - septe mille octave - novem +LangIta: quattro cento sessanta sette mila ottanta nove +LangNor: fire hundre og seksti sju tusen og åtti ni +LangSwe: fyra hundra sextio sju tusen åttio nio + Lang: IDig D_8 +LangDan: 8 +LangEng: 8 +LangFin: 8 +LangFre: 8 +LangGer: 8 +LangIna: 8 +LangIta: 8 +LangNor: 8 +LangSwe: 8 + Lang: IIDig D_8 (IIDig D_0 (IIDig D_0 (IIDig D_1 (IIDig D_7 (IIDig D_8 (IDig D_9)))))) +LangDan: 8 0 0 1 7 8 9 +LangEng: 8 , 0 0 1 , 7 8 9 +LangFin: 8 0 0 1 7 8 9 +LangFre: 8 0 0 1 7 8 9 +LangGer: 8 0 0 1 7 8 9 +LangIna: 8 , 0 0 1 , 7 8 9 +LangIta: 8 0 0 1 7 8 9 +LangNor: 8 0 0 1 7 8 9 +LangSwe: 8 0 0 1 7 8 9 + Lang: PhrUtt but_PConj (UttImpSg PPos (ImpVP (AdvVP (UseV come_V) here_Adv))) (VocNP (DetCN (DetQuant (PossPron i_Pron) NumSg) (UseN friend_N))) +LangDan: men kom her , min ven +LangEng: but come here , my friend +LangFin: mutta tule täällä , minun ystävä &+ ni +LangFre: mais viens ici , mon ami +LangGer: aber komm hier , mein Freund +LangIna: sed veni hic , mi amico +LangIta: ma vieni quì , il mio amico +LangNor: men komm her , min venn +LangSwe: men kom här , min vän + Lang: PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (UsePN john_PN) (UseV walk_V)))) NoVoc +LangDan: John går +LangEng: John walks +LangFin: Jussi kävelee +LangFre: Jean marche +LangGer: Johann geht +LangIna: John ambula +LangIta: Giovanni cammina +LangNor: John går +LangSwe: Johan går + Lang: UttQS (UseQCl TPres ASimul PPos (QuestCl (PredVP (UsePron it_Pron) (UseComp (CompAP (PositA good_A)))))) +LangDan: er det godt +LangEng: is it good +LangFin: on &+ ko se hyvä +LangFre: il est bon +LangGer: ist es gut +LangIna: es illo bon +LangIta: è buono +LangNor: er det godt +LangSwe: är det gott + Lang: UttImpSg PNeg (ImpVP (ReflVP (SlashV2a love_V2))) +LangDan: elsk ikke dig +LangEng: don't love yourself +LangFin: älä rakasta itseäsi +LangFre: ne t' aime pas +LangGer: liebe dich nicht +LangIna: non adora te +LangIta: non amar &+ ti +LangNor: elsk ikke deg +LangSwe: älska inte dig + Lang: UttImpPl PNeg (ImpVP (ReflVP (SlashV2a love_V2))) +LangDan: elsk ikke jer +LangEng: don't love yourselves +LangFin: älkää rakastako itseänne +LangFre: ne vous aimez pas +LangGer: liebt euch nicht +LangIna: non adora vos +LangIta: non amate &+ vi +LangNor: elsk ikke jer +LangSwe: älska inte er + Lang: UttImpPol PNeg (ImpVP (UseV sleep_V)) +LangDan: sov ikke +LangEng: don't sleep +LangFin: älkää nukkuko +LangFre: ne dormez pas +LangGer: schlafen Sie nicht +LangIna: non dormi +LangIta: non dorma +LangNor: sov ikke +LangSwe: sov inte + Lang: UttIP whoPl_IP +LangDan: hvilke +LangEng: who +LangFin: ketkä +LangFre: qui +LangGer: wer +LangIna: qui +LangIta: chi +LangNor: hvilke +LangSwe: vilka + Lang: UttIP whoSg_IP +LangDan: hvem +LangEng: who +LangFin: kuka +LangFre: qui +LangGer: wer +LangIna: qui +LangIta: chi +LangNor: hvem +LangSwe: vem + Lang: UttIAdv why_IAdv +LangDan: hvorfor +LangEng: why +LangFin: miksi +LangFre: pourquoi +LangGer: warum +LangIna: proque +LangIta: perché +LangNor: hvorfor +LangSwe: varför + Lang: UttNP (DetCN (DetQuant this_Quant NumSg) (UseN man_N)) +LangDan: denne mand +LangEng: this man +LangFin: tämä mies +LangFre: cet homme +LangGer: dieser Mann +LangIna: iste viro +LangIta: questo uomo +LangNor: denne mannen +LangSwe: den här mannen + Lang: UttAdv here_Adv +LangDan: her +LangEng: here +LangFin: täällä +LangFre: ici +LangGer: hier +LangIna: hic +LangIta: quì +LangNor: her +LangSwe: här + Lang: UttVP (UseV sleep_V) +LangDan: at sove +LangEng: to sleep +LangFin: nukkua +LangFre: dormir +LangGer: schlafen +LangIna: dormir +LangIta: dormire +LangNor: å sove +LangSwe: att sova + Lang: VocNP (DetCN (DetQuant (PossPron i_Pron) NumSg) (UseN friend_N)) +LangDan: , min ven +LangEng: , my friend +LangFin: , minun ystävä &+ ni +LangFre: , mon ami +LangGer: , mein Freund +LangIna: , mi amico +LangIta: , il mio amico +LangNor: , min venn +LangSwe: , min vän + Lang: QuestCl (PredVP (UsePN john_PN) (UseV walk_V)) +LangDan: går John +LangEng: does John walk +LangFin: kävelee &+ kö Jussi +LangFre: Jean marche +LangGer: geht Johann +LangIna: an John ambula +LangIta: Giovanni cammina +LangNor: går John +LangSwe: går Johan + Lang: QuestVP whoSg_IP (UseV walk_V) +LangDan: hvem går +LangEng: who walks +LangFin: kuka kävelee +LangFre: qui marche +LangGer: wer geht +LangIna: qui ambula +LangIta: chi cammina +LangNor: hvem går +LangSwe: vem går + Lang: QuestSlash whoSg_IP (SlashVP (UsePN john_PN) (SlashV2a love_V2)) +LangDan: hvem elsker John +LangEng: whom does John love +LangFin: kenä Jussi rakastaa +LangFre: qui aime Jean +LangGer: wen liebt Johann +LangIna: qui John adora +LangIta: chi ama Giovanni +LangNor: hvem elsker John +LangSwe: vem älskar Johan + Lang: QuestIAdv why_IAdv (PredVP (UsePN john_PN) (UseV walk_V)) +LangDan: hvorfor går John +LangEng: why does John walk +LangFin: miksi Jussi kävelee +LangFre: pourquoi marche Jean +LangGer: warum geht Johann +LangIna: proque John ambula +LangIta: perché cammina Giovanni +LangNor: hvorfor går John +LangSwe: varför går Johan + Lang: QuestIComp (CompIAdv where_IAdv) (UsePN john_PN) +LangDan: hver er John +LangEng: where is John +LangFin: missä Jussi on +LangFre: où est Jean +LangGer: wo ist Johann +LangIna: ubi John es +LangIta: dove è Giovanni +LangNor: hver er John +LangSwe: var är Johan + Lang: IdetCN (IdetQuant which_IQuant (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))))) (UseN song_N) +LangDan: hvilke fem sanger +LangEng: which five songs +LangFin: mitkä viisi laulua +LangFre: quelles cinq chansons +LangGer: welche fünf Lieder +LangIna: qual cinque cantos +LangIta: quali cinque canzoni +LangNor: hvilke fem sanger +LangSwe: vilka fem sånger + Lang: IdetIP (IdetQuant which_IQuant (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))))) +LangDan: hvilke fem +LangEng: which five +LangFin: mitkä viisi +LangFre: quels cinq +LangGer: welche fünf +LangIna: qual cinque +LangIta: quali cinque +LangNor: hvilke fem +LangSwe: vilka fem + Lang: AdvIP whoSg_IP (PrepNP in_Prep (UsePN paris_PN)) +LangDan: hvem i Paris +LangEng: who in Paris +LangFin: kuka Pariisissa +LangFre: qui dans Paris +LangGer: wer in Paris +LangIna: qui in Paris +LangIta: chi in Parigi +LangNor: hvem i Paris +LangSwe: vem i Paris + Lang: IdetIP (IdetQuant which_IQuant NumSg) +LangDan: hvilket +LangEng: which +LangFin: mikä +LangFre: quel +LangGer: welches +LangIna: quales +LangIta: quale +LangNor: hvilket +LangSwe: vilket + Lang: PrepIP with_Prep whoSg_IP +LangDan: med hvem +LangEng: with whom +LangFin: kenen kanssa +LangFre: avec qui +LangGer: mit wem +LangIna: con qui +LangIta: con chi +LangNor: med hvem +LangSwe: med vem + Lang: QuestIComp (CompIAdv where_IAdv) (UsePron it_Pron) +LangDan: hver er det +LangEng: where is it +LangFin: missä se on +LangFre: où est il +LangGer: wo ist es +LangIna: ubi illo es +LangIta: dove è +LangNor: hver er det +LangSwe: var är det + Lang: QuestIComp (CompIP whoSg_IP) (UsePron it_Pron) +LangDan: hvem er det +LangEng: who is it +LangFin: kuka se on +LangFre: qui est il +LangGer: wer ist es +LangIna: qui illo es +LangIta: chi è +LangNor: hvem er det +LangSwe: vem är det + Lang: ExistNP (DetArtSg IndefArt (RelCN (UseN woman_N) (UseRCl TPres ASimul PPos (RelCl (PredVP (UsePN john_PN) (ComplSlash (SlashV2a love_V2) (UsePron she_Pron))))))) +LangDan: det findes en kvinde sådan at John elsker hende +LangEng: there is a woman such that John loves her +LangFin: on olemassa nainen siten että Jussi rakastaa häntä +LangFre: il y a une femme telle que Jean l' aime +LangGer: es gibt eine Frau derart daß Johann sie liebt +LangIna: il ha un femina tal que John adora la +LangIta: c' è una donna tale che Giovanni la ama +LangNor: det finnes ei kvinne sådan at John elsker henne +LangSwe: det finns en kvinna sådan att Johan älskar henne + Lang: ExistNP (DetArtSg IndefArt (RelCN (UseN woman_N) (UseRCl TPres ASimul PPos (RelVP IdRP (ComplSlash (SlashV2a love_V2) (UsePN john_PN)))))) +LangDan: det findes en kvinde som elsker John +LangEng: there is a woman who loves John +LangFin: on olemassa nainen joka rakastaa Jussia +LangFre: il y a une femme qui aime Jean +LangGer: es gibt eine Frau die Johann liebt +LangIna: il ha un femina qui adora John +LangIta: c' è una donna che ama Giovanni +LangNor: det finnes ei kvinne som elsker John +LangSwe: det finns en kvinna som älskar Johan + Lang: ExistNP (DetArtSg IndefArt (RelCN (UseN woman_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePN john_PN) (SlashV2a love_V2)))))) +LangDan: det findes en kvinde som John elsker +LangEng: there is a woman whom John loves +LangFin: on olemassa nainen jota Jussi rakastaa +LangFre: il y a une femme que Jean aime +LangGer: es gibt eine Frau die Johann liebt +LangIna: il ha un femina que John adora +LangIta: c' è una donna che Giovanni ama +LangNor: det finnes ei kvinne som John elsker +LangSwe: det finns en kvinna som Johan älskar + Lang: ExistNP (DetArtSg IndefArt (RelCN (UseN woman_N) (UseRCl TPres ASimul PPos (RelSlash (FunRP possess_Prep (DetArtSg DefArt (UseN2 mother_N2)) IdRP) (SlashVP (UsePN john_PN) (SlashV2a love_V2)))))) +LangDan: det findes en kvinde moderen af hvilken John elsker +LangEng: there is a woman the mother of whom John loves +LangFin: on olemassa nainen jonka äitiä Jussi rakastaa +LangFre: il y a une femme la mère de laquelle Jean aime +LangGer: es gibt eine Frau die Mutter von der Johann liebt +LangIna: il ha un femina le matre cuje John adora +LangIta: c' è una donna la madre cui Giovanni ama +LangNor: det finnes ei kvinne moren av hvilken John elsker +LangSwe: det finns en kvinna modern av vilken Johan älskar + Lang: PredVP (UsePN john_PN) (UseV walk_V) +LangDan: John går +LangEng: John walks +LangFin: Jussi kävelee +LangFre: Jean marche +LangGer: Johann geht +LangIna: John ambula +LangIta: Giovanni cammina +LangNor: John går +LangSwe: Johan går + Lang: PredSCVP (EmbedS (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV go_V)))) (UseComp (CompAP (PositA good_A))) +LangDan: at hun går er godt +LangEng: that she goes is good +LangFin: että hän menee on hyvä +LangFre: qu' elle va est bon +LangGer: daß sie geht ist gut +LangIna: que illa i es bon +LangIta: che va è buono +LangNor: at hun går er godt +LangSwe: att hon går är gott + Lang: RelCN (UseN girl_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePron he_Pron) (SlashV2a see_V2)))) +LangDan: pige som han ser +LangEng: girl whom he sees +LangFin: tyttö jonka hän näkee +LangFre: fille qu' il voit +LangGer: Mädchen das er sieht +LangIna: puera que ille vide +LangIta: ragazza che vede +LangNor: jente som han ser +LangSwe: flicka som han ser + Lang: RelCN (UseN girl_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (AdvSlash (SlashVP (UsePron he_Pron) (SlashV2a see_V2)) today_Adv))) +LangDan: pige som han ser idag +LangEng: girl whom he sees today +LangFin: tyttö jonka hän näkee tänään +LangFre: fille qu' il voit aujourd'hui +LangGer: Mädchen das er sieht heute +LangIna: puera que ille vide hodie +LangIta: ragazza che vede oggi +LangNor: jente som han ser idag +LangSwe: flicka som han ser idag + Lang: RelCN (UseN girl_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashPrep (PredVP (UsePron he_Pron) (UseV walk_V)) with_Prep))) +LangDan: pige med hvilken han går +LangEng: girl with whom he walks +LangFin: tyttö jonka kanssa hän kävelee +LangFre: fille avec laquelle il marche +LangGer: Mädchen mit dem er geht +LangIna: puera con que ille ambula +LangIta: ragazza con cui cammina +LangNor: jente med hvilken han går +LangSwe: flicka med vilken han går + Lang: RelCN (UseN girl_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVS (UsePron she_Pron) say_VS (UseSlash TPres ASimul PPos (SlashVP (UsePron he_Pron) (SlashV2a love_V2)))))) +LangDan: pige som hun siger at han elsker +LangEng: girl whom she says that he loves +LangFin: tyttö jota hän sanoo että hän rakastaa +LangFre: fille qu' elle dit qu' il aime +LangGer: Mädchen das sie sagt daß er liebt +LangIna: puera que illa dice que ille adora +LangIta: ragazza che dice che ama +LangNor: jente som hun sier at han elsker +LangSwe: flicka som hon säger att han älskar + Lang: ImpVP (ReflVP (SlashV2a love_V2)) +LangDan: elsk dig +LangEng: love yourself +LangFin: rakasta itseäsi +LangFre: aimez - vous +LangGer: lieben Sie sich +LangIna: adora te +LangIta: ami &+ si +LangNor: elsk deg +LangSwe: älska dig + Lang: EmbedS (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV go_V))) +LangDan: at hun går +LangEng: that she goes +LangFin: että hän menee +LangFre: qu' elle va +LangGer: daß sie geht +LangIna: que illa i +LangIta: che va +LangNor: at hun går +LangSwe: att hon går + Lang: EmbedQS (UseQCl TPres ASimul PPos (QuestVP whoSg_IP (UseV go_V))) +LangDan: hvem som går +LangEng: who goes +LangFin: kuka menee +LangFre: qui va +LangGer: wer geht +LangIna: qui i +LangIta: chi va +LangNor: hvem som går +LangSwe: vem som går + Lang: EmbedVP (UseV go_V) +LangDan: at gå +LangEng: to go +LangFin: mennä +LangFre: aller +LangGer: zu gehen +LangIna: ir +LangIta: andare +LangNor: å gå +LangSwe: att gå + Lang: UseCl TCond AAnter PNeg (PredVP (UsePN john_PN) (UseV walk_V)) +LangDan: John ville ikke være gået +LangEng: John wouldn't have walked +LangFin: Jussi ei olisi kävellyt +LangFre: Jean n' aurait pas marché +LangGer: Johann würde nicht gegangen sein +LangIna: John non haberea ambulate +LangIta: Giovanni non avrebbe camminato +LangNor: John ville ikke være gått +LangSwe: Johan skulle inte ha gått + Lang: UseQCl TCond AAnter PNeg (QuestCl (PredVP (UsePN john_PN) (UseV walk_V))) +LangDan: ville John ikke være gået +LangEng: wouldn't John have walked +LangFin: ei &+ kö Jussi olisi kävellyt +LangFre: Jean n' aurait pas marché +LangGer: würde Johann nicht gegangen sein +LangIna: an John non haberea ambulate +LangIta: Giovanni non avrebbe camminato +LangNor: ville John ikke være gått +LangSwe: skulle Johan inte ha gått + Lang: RelCN (UseN girl_N) (UseRCl TCond AAnter PNeg (RelVP IdRP (UseV walk_V))) +LangDan: pige som ikke ville være gået +LangEng: girl who wouldn't have walked +LangFin: tyttö joka ei olisi kävellyt +LangFre: fille qui n' aurait pas marché +LangGer: Mädchen das nicht gegangen sein würde +LangIna: puera qui non haberea ambulate +LangIta: ragazza che non avrebbe camminato +LangNor: jente som ikke ville være gått +LangSwe: flicka som inte skulle ha gått + Lang: RelCN (UseN girl_N) (UseRCl TCond AAnter PNeg (RelSlash IdRP (SlashPrep (PredVP (UsePron i_Pron) (UseV walk_V)) with_Prep))) +LangDan: pige med hvilken jeg ikke ville være gået +LangEng: girl with whom I wouldn't have walked +LangFin: tyttö jonka kanssa minä en olisi kävellyt +LangFre: fille avec laquelle je n' aurais pas marché +LangGer: Mädchen mit dem ich nicht gegangen sein würde +LangIna: puera con que io non haberea ambulate +LangIta: ragazza con cui non avrei camminato +LangNor: jente med hvilken jeg ikke ville være gått +LangSwe: flicka med vilken jag inte skulle ha gått + Lang: RelS (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV sleep_V))) (UseRCl TPres ASimul PPos (RelVP IdRP (UseComp (CompAP (PositA good_A))))) +LangDan: hun sover , hvilket er godt +LangEng: she sleeps , which is good +LangFin: hän nukkuu , mikä on hyvä +LangFre: elle dort , ce qui est bon +LangGer: sie schläft , das gut ist +LangIna: illa dormi , qui es bon +LangIta: dorme , ciò che è buono +LangNor: hun sover , hvilket er godt +LangSwe: hon sover , vilket är gott + Lang: TEmpty +LangDan: +LangEng: +LangFin: +LangFre: +LangGer: +LangIna: +LangIta: +LangNor: +LangSwe: + Lang: TFullStop (PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (UsePN john_PN) (UseV walk_V)))) NoVoc) TEmpty +LangDan: John går . +LangEng: John walks . +LangFin: Jussi kävelee . +LangFre: Jean marche . +LangGer: Johann geht . +LangIna: John ambula . +LangIta: Giovanni cammina . +LangNor: John går . +LangSwe: Johan går . + Lang: TQuestMark (PhrUtt NoPConj (UttQS (UseQCl TPres ASimul PPos (QuestCl (PredVP (UsePron they_Pron) (UseComp (CompAdv here_Adv)))))) NoVoc) TEmpty +LangDan: er de her ? +LangEng: are they here ? +LangFin: ovat &+ ko he täällä ? +LangFre: ils sont ici ? +LangGer: sind sie hier ? +LangIna: es illos hic ? +LangIta: sono quì ? +LangNor: er de her ? +LangSwe: är de här ? + Lang: TExclMark (PhrUtt NoPConj (ImpPl1 (UseV go_V)) NoVoc) TEmpty +LangDan: lad os gå ! +LangEng: let's go ! +LangFin: mennään ! +LangFre: allons ! +LangGer: gehen wir ! +LangIna: que nos i ! +LangIta: andiamo ! +LangNor: lat oss gå ! +LangSwe: låt oss gå ! + Lang: PredVP (UsePron i_Pron) (UseV sleep_V) +LangDan: jeg sover +LangEng: I sleep +LangFin: minä nukun +LangFre: je dors +LangGer: ich schlafe +LangIna: io dormi +LangIta: dormo +LangNor: jeg sover +LangSwe: jag sover + Lang: PredVP (UsePron i_Pron) (ComplVV want_VV (UseV run_V)) +LangDan: jeg vil løbe +LangEng: I want to run +LangFin: minä tahdon juosta +LangFre: je veux courir +LangGer: ich will laufen +LangIna: io wan currer +LangIta: voglio correre +LangNor: jeg vil springe +LangSwe: jag vill springa + Lang: PredVP (UsePron i_Pron) (ComplVS say_VS (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV run_V)))) +LangDan: jeg siger at hun løber +LangEng: I say that she runs +LangFin: minä sanon että hän juoksee +LangFre: je dis qu' elle court +LangGer: ich sage daß sie läuft +LangIna: io dice que illa curre +LangIta: dico che corre +LangNor: jeg sier at hun springer +LangSwe: jag säger att hon springer + Lang: PredVP (UsePron i_Pron) (ComplVQ wonder_VQ (UseQCl TPres ASimul PPos (QuestVP whoSg_IP (UseV run_V)))) +LangDan: jeg undres hvem som løber +LangEng: I wonder who runs +LangFin: minä ihmettelen kuka juoksee +LangFre: je m' étonne qui court +LangGer: ich wundere mich wer läuft +LangIna: io demanda qui curre +LangIta: mi domando chi corre +LangNor: jeg undrer hvem som springer +LangSwe: jag undrar vem som springer + Lang: PredVP (UsePron they_Pron) (ComplVA become_VA (PositA red_A)) +LangDan: de bliver røde +LangEng: they become red +LangFin: he tulevat punaisiksi +LangFre: ils deviennent rouges +LangGer: sie werden rot +LangIna: illos deveni rubie +LangIta: diventano rossi +LangNor: de blir røde +LangSwe: de blir röda + Lang: PredVP (UsePron i_Pron) (ComplSlash (Slash3V3 give_V3 (UsePron he_Pron)) (UsePron it_Pron)) +LangDan: jeg giver det til ham +LangEng: I give it to him +LangFin: minä annan sen hänelle +LangFre: je le lui donne +LangGer: ich gebe es ihm +LangIna: io da lo le +LangIta: glie lo do +LangNor: jeg gir det til ham +LangSwe: jag ger det till honom + Lang: PredVP (UsePron i_Pron) (ComplSlash (SlashV2V beg_V2V (UseV go_V)) (UsePron she_Pron)) +LangDan: jeg beder hende at gå +LangEng: I beg her to go +LangFin: minä pyydän häntä menemään +LangFre: je la demande aller +LangGer: ich bitte sie zu gehen +LangIna: io roga la ir +LangIta: la prego andare +LangNor: jeg ber henne att gå +LangSwe: jag ber henne att gå + Lang: PredVP (UsePron i_Pron) (ComplSlash (SlashV2S answer_V2S (UseCl TPres ASimul PPos (PredVP (UsePron it_Pron) (UseComp (CompAP (PositA good_A)))))) (UsePron he_Pron)) +LangDan: jeg svarer til ham at det er godt +LangEng: I answer to him that it is good +LangFin: minä vastaan hänelle että se on hyvä +LangFre: je lui réponds qu' il est bon +LangGer: ich antworte ihm daß es gut ist +LangIna: io responde le que illo es bon +LangIta: gli rispondo che è buono +LangNor: jeg svarer til ham at det er godt +LangSwe: jag svarar till honom att det är gott + Lang: PredVP (UsePron i_Pron) (ComplSlash (SlashV2Q ask_V2Q (UseQCl TPast ASimul PPos (QuestVP whoSg_IP (UseV come_V)))) (UsePron he_Pron)) +LangDan: jeg spørger ham hvem som kom +LangEng: I ask him who came +LangFin: minä kysyn häneltä kuka tuli +LangFre: je lui demande qui venait +LangGer: ich frage ihn wer kam +LangIna: io demanda le qui veniva +LangIta: gli chiedo chi veniva +LangNor: jeg spørr ham hvem som kom +LangSwe: jag frågar honom vem som kom + Lang: PredVP (UsePron i_Pron) (ComplSlash (SlashV2A paint_V2A (PositA red_A)) (UsePron it_Pron)) +LangDan: jeg maler det rødt +LangEng: I paint it red +LangFin: minä maalaan sen punaiseksi +LangFre: je le peins en rouge +LangGer: ich male es rot +LangIna: io pinge lo in rubie +LangIta: lo pingo in rosso +LangNor: jeg maler det rødt +LangSwe: jag målar det rött + Lang: RelCN (UseN car_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePron i_Pron) (SlashVV want_VV (SlashV2a buy_V2))))) +LangDan: bil som jeg vil købe +LangEng: car which I want to buy +LangFin: auto jonka minä tahdon ostaa +LangFre: voiture que je veux acheter +LangGer: Wagen den ich kaufen will +LangIna: automobile que io wan compra +LangIta: macchina che voglio comprare +LangNor: bil som jeg vil kjøpe +LangSwe: bil som jag vill köpa + Lang: RelCN (UseN car_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePron they_Pron) (SlashV2VNP beg_V2V (UsePron i_Pron) (SlashV2a buy_V2))))) +LangDan: bil som de beder mig at købe +LangEng: car which they beg me to buy +LangFin: auto jonka he pyytävät minua ostamaan +LangFre: voiture qu' ils me demandent acheter +LangGer: Wagen den sie mich zu kaufen bitten +LangIna: automobile que illos roga me compra +LangIta: macchina che mi pregano comprare +LangNor: bil som de ber meg att kjøpe +LangSwe: bil som de ber mig att köpa + Lang: PredVP (UsePron he_Pron) (ReflVP (SlashV2a love_V2)) +LangDan: han elsker sig +LangEng: he loves himself +LangFin: hän rakastaa itseänsä +LangFre: il s' aime +LangGer: er liebt sich +LangIna: ille adora se +LangIta: si ama +LangNor: han elsker seg +LangSwe: han älskar sig + Lang: PredVP (DetNP (DetQuant this_Quant NumSg)) (UseComp (CompAP (PositA warm_A))) +LangDan: dette er varmt +LangEng: this is warm +LangFin: tämä on lämmin +LangFre: ceci est chaud +LangGer: dieses ist warm +LangIna: iste es calde +LangIta: questo è caldo +LangNor: dette er varmt +LangSwe: det här är varmt + Lang: PredVP (UsePron we_Pron) (PassV2 love_V2) +LangDan: vi bliver elskete +LangEng: we are loved +LangFin: meitä rakastetaan +LangFre: nous sommes aimés +LangGer: wir werden geliebt +LangIna: nos es adorate +LangIta: veniamo amati +LangNor: vi blir elska +LangSwe: vi blir älskade + Lang: PredVP (UsePron we_Pron) (AdvVP (UseV sleep_V) here_Adv) +LangDan: vi sover her +LangEng: we sleep here +LangFin: me nukumme täällä +LangFre: nous dormons ici +LangGer: wir schlafen hier +LangIna: nos dormi hic +LangIta: dormiamo quì +LangNor: vi sover her +LangSwe: vi sover här + Lang: PredVP (UsePron we_Pron) (AdVVP always_AdV (UseV sleep_V)) +LangDan: vi sover altid +LangEng: we always sleep +LangFin: me nukumme aina +LangFre: nous dormons toujours +LangGer: wir schlafen immer +LangIna: nos dormi sempre +LangIta: dormiamo sempre +LangNor: vi sover altid +LangSwe: vi sover alltid + Lang: PredVP (UsePron we_Pron) (UseComp (CompAP (PositA small_A))) +LangDan: vi er små +LangEng: we are small +LangFin: me olemme pieniä +LangFre: nous sommes petits +LangGer: wir sind klein +LangIna: nos es parve +LangIta: siamo piccoli +LangNor: vi er små +LangSwe: vi är små + Lang: PredVP (UsePron i_Pron) (UseComp (CompNP (DetArtSg IndefArt (UseN man_N)))) +LangDan: jeg er en mand +LangEng: I am a man +LangFin: minä olen mies +LangFre: je suis un homme +LangGer: ich bin ein Mann +LangIna: io es un viro +LangIta: sono un uomo +LangNor: jeg er en mann +LangSwe: jag är en man + Lang: PredVP (UsePron i_Pron) (UseComp (CompAdv here_Adv)) +LangDan: jeg er her +LangEng: I am here +LangFin: minä olen täällä +LangFre: je suis ici +LangGer: ich bin hier +LangIna: io es hic +LangIta: sono quì +LangNor: jeg er her +LangSwe: jag är här + Lang: RelCN (UseN car_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePron they_Pron) (SlashV2VNP beg_V2V (UsePron i_Pron) (SlashVV want_VV (SlashV2A paint_V2A (PositA red_A))))))) +LangDan: bil som de beder mig at ville male rød +LangEng: car which they beg me to want to paint red +LangFin: auto jonka he pyytävät minua tahtomaan maalata punaiseksi +LangFre: voiture qu' ils me demandent vouloir peindre en rouge +LangGer: Wagen den sie rot mich zu wollen bitten malen +LangIna: automobile que illos roga me want pinger in rubie +LangIta: macchina che mi pregano volere pingere in rosso +LangNor: bil som de ber meg att ville male rød +LangSwe: bil som de ber mig att vilja måla röd + Lang: PhrUtt NoPConj (UttImpSg PPos (ImpVP (AdVVP always_AdV (ComplSlash (SlashV2a listen_V2) (DetArtSg DefArt (UseN sea_N)))))) NoVoc +LangDan: lyt altid havet +LangEng: always listen to the sea +LangFin: kuuntele aina merta +LangFre: écoute toujours la mer +LangGer: höre dem Meer immer zu +LangIna: ascolta le mar sempre +LangIta: ascolta sempre il mare +LangNor: lytt altid sjøen +LangSwe: lyssna alltid på havet + Lang: PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (ExistNP (PredetNP only_Predet (DetCN (DetArtCard IndefArt (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n2))))))) (AdvCN (RelCN (UseN woman_N) (UseRCl TCond ASimul PPos (RelSlash IdRP (SlashPrep (PredVP (UsePron i_Pron) (ComplVV want_VV (PassV2 see_V2))) with_Prep)))) (PrepNP in_Prep (DetArtSg DefArt (UseN rain_N))))))))) NoVoc +LangDan: det findes kun to kvinder med hvilke jeg ville ville blive set i regnet +LangEng: there are only two women with whom I would want to be seen in the rain +LangFin: on olemassa vain kaksi naista joiden minut tahdottaisiin nähdä sateessa +LangFre: il y a seulement deux femmes avec lesquelles je voudrais être vu dans la pluie +LangGer: es gibt nur zwei Frauen mit denen ich in dem Regen gesehen werden wollen würde +LangIna: il ha unic duo feminas con que io wantea esser vidite in le pluvia +LangIta: ci sono soltanto due donne con cui vorrei venire visto nella pioggia +LangNor: det finnes kun to kvinner med hvilke jeg ville ville bli sett i regnet +LangSwe: det finns bara två kvinnor med vilka jag skulle vilja bli sedd i regnet + Lang: PhrUtt NoPConj (UttImpSg PPos (ImpVP (ComplSlash (SlashV2A paint_V2A (ConjAP both7and_DConj (BaseAP (ComparA small_A (DetArtSg DefArt (UseN sun_N))) (ComparA big_A (DetArtSg DefArt (UseN moon_N)))))) (DetArtSg DefArt (UseN earth_N))))) NoVoc +LangDan: mal jorden både mindre end solen og større end månen +LangEng: paint the earth both smaller than the sun and bigger than the moon +LangFin: maalaa maa sekä pienemmäksi kuin aurinko että suuremmaksi kuin kuu +LangFre: peins la terre en et plus petit que le soleil et plus grand que la lune +LangGer: male die Erde sowohl kleiner als die Sonne als auch größer als der Mond +LangIna: pinge in e plus parve que le sol e plus magne que le luna le terra +LangIta: pingi la terra in e più piccolo che il sole e più grande che la luna +LangNor: mal jorda både mindre enn sola og større enn månen +LangSwe: måla jorden både mindre än solen och större än månen + Lang: PhrUtt NoPConj (ImpPl1 (ComplVS hope_VS (ConjS either7or_DConj (BaseS (UseCl TPres ASimul PPos (PredVP (DetArtSg DefArt (ComplN2 father_N2 (DetArtSg DefArt (UseN baby_N)))) (UseV run_V))) (UseCl TPres ASimul PPos (PredVP (DetArtSg DefArt (UseN2 (Use2N3 distance_N3))) (UseComp (CompAP (PositA small_A))))))))) NoVoc +LangDan: lad os håbe at enten fadren til babyen løber eller afstanden er lille +LangEng: let's hope that either the father of the baby runs or the distance is small +LangFin: toivotaan että joko vauvan isä juoksee tai etäisyys on pieni +LangFre: espérons qu' ou le père du bébé court ou la distance est petite +LangGer: hoffen wir daß entweder der Vater von dem Baby läuft oder die Entfernung klein ist +LangIna: que nos spera que o le patre del bebe curre o le distantia es parve +LangIta: speriamo che o il padre del bambino corre o la distanza è piccola +LangNor: lat oss håpe at enten faren til babyen springer eller avstanden er liten +LangSwe: låt oss hoppas att antingen fadern till bebisen springer eller avståndet är litet + Lang: PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (DetCN every_Det (UseN baby_N)) (UseComp (CompNP (ConjNP either7or_DConj (BaseNP (DetArtSg IndefArt (UseN boy_N)) (DetArtSg IndefArt (UseN girl_N))))))))) NoVoc +LangDan: hver baby er enten en dreng eller en pige +LangEng: every baby is either a boy or a girl +LangFin: jokainen vauva on joko poika tai tyttö +LangFre: chaque bébé est ou un garçon ou une fille +LangGer: jedes Baby ist entweder ein Junge oder ein Mädchen +LangIna: tote bebe es o un puero o un puera +LangIta: ogni bambino è o un ragazzo o una ragazza +LangNor: hver baby er enten en gutt eller ei jente +LangSwe: varje bebis är antingen en pojke eller en flicka + Lang: PhrUtt NoPConj (UttAdv (ConjAdv either7or_DConj (ConsAdv here7from_Adv (BaseAdv there_Adv everywhere_Adv)))) NoVoc +LangDan: enten herfra , der eller overalt +LangEng: either from here , there or everywhere +LangFin: joko täältä , siellä tai kaikkialla +LangFre: ou d'ici , là ou partout +LangGer: entweder hieraus , da oder überall +LangIna: o de ci , ibi o ubique +LangIta: o da quì , là o dappertutto +LangNor: enten herfra , der eller overalt +LangSwe: antingen härifrån , där eller överallt + Lang: PhrUtt NoPConj (UttVP (PassV2 know_V2)) NoVoc +LangDan: at blive vidst +LangEng: to be known +LangFin: tiedetään +LangFre: être connue +LangGer: gewußt werden +LangIna: esser cognoscite +LangIta: venire conosciuta +LangNor: å bli visst +LangSwe: att bli visst + Lang: RelCN (UseN bird_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePron i_Pron) (SlashVV want_VV (SlashV2A paint_V2A (PositA red_A)))))) +LangDan: fugl som jeg vil male rød +LangEng: bird which I want to paint red +LangFin: lintu jonka minä tahdon maalata punaiseksi +LangFre: oiseau que je veux peindre en rouge +LangGer: Vogel den ich rot malen will +LangIna: ave que io wan pinger in rubie +LangIta: uccello che voglio pingere in rosso +LangNor: fugl som jeg vil male rød +LangSwe: fågel som jag vill måla röd + Lang: UttImpSg PPos (ImpVP (ComplVV want_VV (ComplSlash (SlashV2a buy_V2) (UsePron it_Pron)))) +LangDan: villed købe det +LangEng: want to buy it +LangFin: tahdo ostaa se +LangFre: veux l' acheter +LangGer: woll es kaufen +LangIna: wan lo compra +LangIta: vuoi comprar &+ lo +LangNor: villed kjøpe det +LangSwe: vilj köpa det + Lang: UttImpSg PPos (ImpVP (ComplVV want_VV (ComplSlash (SlashV2A paint_V2A (PositA red_A)) (UsePron it_Pron)))) +LangDan: villed male det rødt +LangEng: want to paint it red +LangFin: tahdo maalata se punaiseksi +LangFre: veux le peindre en rouge +LangGer: woll es rot malen +LangIna: wan lo pinger in rubie +LangIta: vuoi pinger &+ lo in rosso +LangNor: villed male det rødt +LangSwe: vilj måla det rött + Lang: UttImpSg PPos (ImpVP (ComplSlash (SlashVV want_VV (SlashV2VNP beg_V2V (UsePron i_Pron) (SlashV2a buy_V2))) (UsePron it_Pron))) +LangDan: villed bede mig at købe det +LangEng: want to beg me to buy it +LangFin: tahdo pyytää minua ostamaan se +LangFre: veux me demander l' acheter +LangGer: woll mich bitten es zu kaufen +LangIna: wan me rogar lo compra +LangIta: vuoi pregar &+ mi comprar &+ lo +LangNor: villed be meg att kjøpe det +LangSwe: vilj be mig att köpa det + Lang: PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (DetArtPl DefArt (UseN fruit_N)) (ReflVP (Slash3V3 sell_V3 (DetArtSg DefArt (UseN road_N))))))) NoVoc +LangDan: frugterne sælger sig til vejen +LangEng: the fruits sell themselves to the road +LangFin: hedelmät myyvät itsensä tielle +LangFre: les fruits se vendent à la route +LangGer: die Früchte verkaufen sich der Straße +LangIna: le fructos vende se al via +LangIta: le frutte si vendono alla strada +LangNor: fruktene selger seg til veien +LangSwe: frukterna säljer sig till vägen + Lang: PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (UsePron i_Pron) (ReflVP (SlashV2V beg_V2V (UseV live_V)))))) NoVoc +LangDan: jeg beder mig at leve +LangEng: I beg myself to live +LangFin: minä pyydän itseäni elämään +LangFre: je me demande vivre +LangGer: ich bitte mich zu leben +LangIna: io roga me vive +LangIta: mi prego vivere +LangNor: jeg ber meg att leve +LangSwe: jag ber mig att leva + Lang: PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (UsePron i_Pron) (ReflVP (SlashV2S answer_V2S (UseCl TPres ASimul PPos (ImpersCl (ComplVV must_VV (ReflVP (SlashV2a understand_V2)))))))))) NoVoc +LangDan: jeg svarer til mig at det må forstå sig +LangEng: I answer to myself that it must understand itself +LangFin: minä vastaan itselleni että täytyy ymmärtää itsensä +LangFre: je me réponds qu' il doit se comprendre +LangGer: ich antworte mir daß es sich verstehen muß +LangIna: io responde me que il debe se comprender +LangIta: mi rispondo che deve capir &+ si +LangNor: jeg svarer til meg at det må forstå seg +LangSwe: jag svarar till mig att det måste förstå sig + Lang: PhrUtt NoPConj (UttImpSg PPos (ImpVP (ReflVP (SlashV2Q ask_V2Q (UseQCl TPast ASimul PPos (QuestVP whoSg_IP (UseV come_V))))))) NoVoc +LangDan: spørg dig hvem som kom +LangEng: ask yourself who came +LangFin: kysy itseltäsi kuka tuli +LangFre: demande - toi qui venait +LangGer: frage dich wer kam +LangIna: demanda te qui veniva +LangIta: chiedi &+ ti chi veniva +LangNor: spørr deg hvem som kom +LangSwe: fråga dig vem som kom + Lang: PhrUtt NoPConj (UttS (UseCl TPast ASimul PPos (PredVP (UsePron i_Pron) (ReflVP (SlashV2A paint_V2A (ComparA beautiful_A (UsePN john_PN))))))) NoVoc +LangDan: jeg malede mig smukkere end John +LangEng: I painted myself more beautiful than John +LangFin: minä maalasin itseni kauniimmaksi kuin Jussi +LangFre: je me peignais en plus joli que Jean +LangGer: ich malte mich schöner als Johann +LangIna: io pingeva me in plus belle que John +LangIta: mi pingevo in più bello che Giovanni +LangNor: jeg mala meg vakkerere enn John +LangSwe: jag målade mig vackrare än Johan + Lang: UttS (UseCl TPres ASimul PPos (PredVP (DetCN (DetQuant this_Quant NumSg) (UseN grammar_N)) (ComplSlash (SlashV2a speak_V2) (DetCN (DetArtCard IndefArt (NumNumeral (num (pot2as3 (pot1as2 (pot1to19 n2)))))) (UseN language_N))))) +LangDan: denne grammatik taler tolv sprog +LangEng: this grammar speaks twelve languages +LangFin: tämä kielioppi puhuu kahta toista kieltä +LangFre: cette grammaire parle douze langues +LangGer: diese Grammatik spricht zwölf Sprachen +LangIna: iste grammatica parla dece - duo linguages +LangIta: questa grammatica parla venti lingue +LangNor: denne grammatikken snakker tolv språk +LangSwe: den här grammatiken talar tolv språk + Lang: UseCl TPast AAnter PPos (PredVP (UsePron she_Pron) (ComplSlash (SlashV2a buy_V2) (DetArtSg IndefArt (AdjCN (PositA red_A) (UseN house_N))))) +LangDan: hun havde købt et rødt hus +LangEng: she had bought a red house +LangFin: hän oli ostanut punaisen talon +LangFre: elle avait acheté une maison rouge +LangGer: sie hatte ein rotes Haus gekauft +LangIna: illa habeva comprte un domo rubie +LangIta: aveva comprato una casa rossa +LangNor: hun hadde kjøpt et rødt hus +LangSwe: hon hade köpt ett rött hus diff --git a/deprecated/old-lib/resource/hdeva.hs b/deprecated/old-lib/resource/hdeva.hs new file mode 100644 index 000000000..7976c93f1 --- /dev/null +++ b/deprecated/old-lib/resource/hdeva.hs @@ -0,0 +1,145 @@ +import System + +main = do + s <- getContents + let ofile = "devaout.html" + writeFile ofile "\n

    \n" + appendFile ofile $ udevap s + appendFile ofile "\n

    \n" + system ("open " ++ ofile) + +---main = interact udeva + +udevap :: String -> String +udevap = unlines . map (unwords . ("

    ":). map udevaWord . words) . lines + +udeva :: String -> String +udeva = unlines . map (unwords . map udevaWord . words) . lines + +udevaGF :: String -> String +udevaGF s = case s of + '"':cs -> let (w,q:rest) = span (/='"') cs in '"' : udevaWord w ++ [q] ++ udevaGF rest + c :cs -> c : udevaGF cs + _ -> s + +udevaWord = encodeUTF8 . str2deva + +str2deva :: String -> String +str2deva s = map toEnum $ case chop s of + c:cs -> encodeInit c : map encode cs + _ -> [] + +chop s = case s of + ['-'] -> [s] + '-' :cs -> let (c:r) = chop cs in ('-':c) : r -- to force initial vowel + '+' :cs -> let (c:r) = chop cs in ('+':c) : r -- to force non-initial vowel + v:':':cs -> [v,':'] : chop cs + v:'.':cs -> [v,'.'] : chop cs + c:'a':cs -> [c] : chop cs + c :cs -> [c] : chop cs + _ -> [] + +encodeInit :: String -> Int +encodeInit s = case s of + '+':c -> encode c + '-':c -> encodeInit c + "a" -> 0x0905 + "a:" -> 0x0906 + "i" -> 0x0907 + "i:" -> 0x0908 + "u" -> 0x0909 + "u:" -> 0x090a + "r:" -> 0x090b + "e" -> 0x090f + "E" -> 0x0910 + "o" -> 0x0913 + "O" -> 0x0914 + _ -> encode s + +encode :: String -> Int +encode s = case s of + "k" -> 0x0915 + "K" -> 0x0916 + "g" -> 0x0917 + "G" -> 0x0918 + "N:" -> 0x0919 + + "c" -> 0x091a + "C" -> 0x091b + "j" -> 0x091c + "J" -> 0x091d + "n:" -> 0x091e + + "t." -> 0x091f + "T." -> 0x0920 + "d." -> 0x0921 + "D." -> 0x0922 + "n." -> 0x0923 + + "t" -> 0x0924 + "T" -> 0x0925 + "d" -> 0x0926 + "D" -> 0x0927 + "n" -> 0x0928 + + "p" -> 0x092a + "P" -> 0x092b + "b" -> 0x092c + "B" -> 0x092d + "m" -> 0x092e + + "y" -> 0x092f + "r" -> 0x0930 + "l" -> 0x0932 + "v" -> 0x0935 + + "S" -> 0x0936 + "s." -> 0x0937 + "s" -> 0x0938 + "h" -> 0x0939 + + "z" -> 0x095b + "R" -> 0x095c + + "a:" -> 0x093e + "i" -> 0x093f + "i:" -> 0x0940 + "u" -> 0x0941 + "u:" -> 0x0942 + "r:" -> 0x0943 + "e" -> 0x0947 + "E" -> 0x0948 + "o" -> 0x094b + "O" -> 0x094c + + "~" -> 0x0901 + "*" -> 0x0902 + + " " -> space + "\n" -> fromEnum '\n' + + '-':c -> encodeInit c + '+':c -> encode c + + _ -> 0x093e --- a: + + +space = fromEnum ' ' + + +encodeUTF8 :: String -> String +encodeUTF8 "" = "" +encodeUTF8 (c:cs) = + if c > '\x0000' && c < '\x0080' then + c : encodeUTF8 cs + else if c < toEnum 0x0800 then + let i = fromEnum c + in toEnum (0xc0 + i `div` 0x40) : + toEnum (0x80 + i `mod` 0x40) : + encodeUTF8 cs + else + let i = fromEnum c + in toEnum (0xe0 + i `div` 0x1000) : + toEnum (0x80 + (i `mod` 0x1000) `div` 0x40) : + toEnum (0x80 + i `mod` 0x40) : + encodeUTF8 cs diff --git a/deprecated/old-lib/resource/hindi/AdjectiveHin.gf b/deprecated/old-lib/resource/hindi/AdjectiveHin.gf new file mode 100644 index 000000000..b016a2b9d --- /dev/null +++ b/deprecated/old-lib/resource/hindi/AdjectiveHin.gf @@ -0,0 +1,36 @@ +concrete AdjectiveHin of Adjective = CatHin ** open ResHin, Prelude in { + + lin + + PositA a = a ; + +-- ComparA a np = { +-- s = \\_ => a.s ! AAdj Compar ++ "than" ++ np.s ! Nom ; +-- isPre = False +-- } ; +-- +---- $SuperlA$ belongs to determiner syntax in $Noun$. +-- +-- ComplA2 a np = { +-- s = \\_ => a.s ! AAdj Posit ++ a.c2 ++ np.s ! Acc ; +-- isPre = False +-- } ; +-- +-- ReflA2 a = { +-- s = \\ag => a.s ! AAdj Posit ++ a.c2 ++ reflPron ! ag ; +-- isPre = False +-- } ; +-- +-- SentAP ap sc = { +-- s = \\a => ap.s ! a ++ sc.s ; +-- isPre = False +-- } ; +-- +-- AdAP ada ap = { +-- s = \\a => ada.s ++ ap.s ! a ; +-- isPre = ap.isPre +-- } ; +-- +-- UseA2 a = a ; +-- +} diff --git a/deprecated/old-lib/resource/hindi/AdverbHin.gf b/deprecated/old-lib/resource/hindi/AdverbHin.gf new file mode 100644 index 000000000..96ac3242f --- /dev/null +++ b/deprecated/old-lib/resource/hindi/AdverbHin.gf @@ -0,0 +1,20 @@ +concrete AdverbHin of Adverb = CatHin ** open ResHin, Prelude in { +-- +-- lin +-- PositAdvAdj a = {s = a.s ! AAdv} ; +-- ComparAdvAdj cadv a np = { +-- s = cadv.s ++ a.s ! AAdv ++ "than" ++ np.s ! Nom +-- } ; +-- ComparAdvAdjS cadv a s = { +-- s = cadv.s ++ a.s ! AAdv ++ "than" ++ s.s +-- } ; +-- +-- PrepNP prep np = {s = prep.s ++ np.s ! Acc} ; +-- +-- AdAdv = cc2 ; +-- +-- SubjS = cc2 ; +-- +-- AdnCAdv cadv = {s = cadv.s ++ "than"} ; +-- +} diff --git a/deprecated/old-lib/resource/hindi/AllHin.gf b/deprecated/old-lib/resource/hindi/AllHin.gf new file mode 100644 index 000000000..e0256e481 --- /dev/null +++ b/deprecated/old-lib/resource/hindi/AllHin.gf @@ -0,0 +1,3 @@ +--# -path=.:../abstract:../common:prelude + +concrete AllHin of AllHinAbs = LangHin ; diff --git a/deprecated/old-lib/resource/hindi/AllHinAbs.gf b/deprecated/old-lib/resource/hindi/AllHinAbs.gf new file mode 100644 index 000000000..89cdaef54 --- /dev/null +++ b/deprecated/old-lib/resource/hindi/AllHinAbs.gf @@ -0,0 +1 @@ +abstract AllHinAbs = Lang ; \ No newline at end of file diff --git a/deprecated/old-lib/resource/hindi/BackwardHin.gf b/deprecated/old-lib/resource/hindi/BackwardHin.gf new file mode 100644 index 000000000..c880bcbfb --- /dev/null +++ b/deprecated/old-lib/resource/hindi/BackwardHin.gf @@ -0,0 +1,76 @@ +--concrete BackwardHin of Backward = CatHin ** open ResHin in { +-- +-- flags optimize=all_subs ; +-- +-- lin +-- +---- A repository of obsolete constructs, needed for backward compatibility. +---- They create spurious ambiguities if used in combination with Lang. +-- +---- from Verb 19/4/2008 +-- +-- ComplV2 v np = insertObj (\\_ => v.c2 ++ np.s ! Acc) (predV v) ; +-- ComplV3 v np np2 = +-- insertObj (\\_ => v.c2 ++ np.s ! Acc ++ v.c3 ++ np2.s ! Acc) (predV v) ; +-- ComplV2V v np vp = +-- insertObj (\\a => infVP v.isAux vp a) +-- (insertObj (\\_ => v.c2 ++ np.s ! Acc) (predV v)) ; +-- ComplV2S v np s = +-- insertObj (\\_ => conjThat ++ s.s) +-- (insertObj (\\_ => v.c2 ++ np.s ! Acc) (predV v)) ; +-- ComplV2Q v np q = +-- insertObj (\\_ => q.s ! QIndir) +-- (insertObj (\\_ => v.c2 ++ np.s ! Acc) (predV v)) ; +-- ComplV2A v np ap = +-- insertObj (\\_ => v.c2 ++ np.s ! Acc ++ ap.s ! np.a) (predV v) ; +-- +-- ReflV2 v = insertObj (\\a => v.c2 ++ reflPron ! a) (predV v) ; +-- +---- from Sentence 19/4/2008 +-- +-- SlashV2 np v2 = +-- mkClause (np.s ! Nom) np.a (predV v2) ** {c2 = v2.c2} ; +-- +-- SlashVVV2 np vv v2 = +-- mkClause (np.s ! Nom) np.a +-- (insertObj (\\a => infVP vv.isAux (predV v2) a) (predVV vv)) ** +-- {c2 = v2.c2} ; +-- +---- from Noun 19/4/2008 +-- +-- NumInt n = {s = n.s ; n = Pl} ; +-- OrdInt n = {s = n.s ++ "th"} ; --- DEPRECATED +-- +-- DetSg quant ord = { +-- s = quant.s ! Sg ++ ord.s ; +-- n = Sg +-- } ; +-- +-- DetPl quant num ord = { +-- s = quant.s ! num.n ++ num.s ++ ord.s ; +-- n = num.n +-- } ; +-- +-- NoNum = {s = []; n = Pl } ; +-- +-- DefArt = {s = \\_ => artDef} ; +-- +-- IndefArt = { +-- s = table { +-- Sg => artIndef ; +-- Pl => [] +-- } +-- } ; +-- +-- MassDet = {s = \\_ => []} ; +-- +-- +-- +---- from Structural 19/4/2008 +-- +-- that_NP = regNP "that" Sg ; +-- these_NP = regNP "these" Pl ; +-- this_NP = regNP "this" Sg ; +-- those_NP = regNP "those" Pl ; +-- +--} diff --git a/deprecated/old-lib/resource/hindi/CatHin.gf b/deprecated/old-lib/resource/hindi/CatHin.gf new file mode 100644 index 000000000..0d32318d7 --- /dev/null +++ b/deprecated/old-lib/resource/hindi/CatHin.gf @@ -0,0 +1,90 @@ +concrete CatHin of Cat = CommonX ** open ResHin, Prelude in { + + flags optimize=all_subs ; + + lincat +-- +---- Tensed/Untensed +-- +-- S = {s : Str} ; +-- QS = {s : QForm => Str} ; +-- RS = {s : Agr => Str ; c : Case} ; -- c for it clefts +-- SSlash = {s : Str ; c2 : Str} ; +-- +---- Sentence +-- + Cl = ResHin.Clause ; +-- ClSlash = { +-- s : ResHin.Tense => Anteriority => CPolarity => Order => Str ; +-- c2 : Str +-- } ; +-- Imp = {s : CPolarity => ImpForm => Str} ; +-- +---- Question +-- +-- QCl = {s : ResHin.Tense => Anteriority => CPolarity => QForm => Str} ; +-- IP = {s : Case => Str ; n : Number} ; +-- IComp = {s : Str} ; +-- IDet = {s : Str ; n : Number} ; +-- IQuant = {s : Number => Str} ; +-- +---- Relative +-- +-- RCl = { +-- s : ResHin.Tense => Anteriority => CPolarity => Agr => Str ; +-- c : Case +-- } ; +-- RP = {s : RCase => Str ; a : RAgr} ; +-- +---- Verb +-- + VP = ResHin.VPH ; + VPSlash = ResHin.VPHSlash ; +-- Comp = {s : Agr => Str} ; +-- +---- Adjective +-- + AP = ResHin.Adjective ; +-- +---- Noun +-- + CN = ResHin.Noun ; + NP = ResHin.NP ; + Pron = {s : PronCase => Str ; a : Agr} ; + Det = {s : Gender => Case => Str ; n : Number} ; +-- Predet, Ord = {s : Str} ; + Num = {s : Str ; n : Number} ; +-- Card = {s : Str; n : Number} ; + Quant = {s : Number => Gender => Case => Str} ; + Art = {s : Str} ; +-- +---- Numeral +-- +-- Numeral = {s : CardOrd => Str ; n : Number} ; +-- Digits = {s : CardOrd => Str ; n : Number ; tail : DTail} ; +-- +---- Structural +-- +-- Conj = {s1,s2 : Str ; n : Number} ; +-----b Conj = {s : Str ; n : Number} ; +-----b DConj = {s1,s2 : Str ; n : Number} ; +-- Subj = {s : Str} ; +-- Prep = {s : Str} ; +-- +---- Open lexical classes, e.g. Lexicon +-- + V, VS, VQ, VA = Verb ; -- = {s : VForm => Str} ; + V2, V2A, V2Q, V2S = Verb ** {c2 : Compl} ; +-- V3 = Verb ** {c2, c3 : Str} ; +-- VV = {s : VVForm => Str ; isAux : Bool} ; +-- V2V = Verb ** {c2 : Str ; isAux : Bool} ; +-- + A = ResHin.Adjective ; --- {s : Gender => Number => Case => Str} ; +-- A2 = {s : AForm => Str ; c2 : Str} ; +-- + N = {s : Number => Case => Str ; g : Gender} ; +-- N2 = {s : Number => Case => Str ; g : Gender} ** {c2 : Str} ; +-- N3 = {s : Number => Case => Str ; g : Gender} ** {c2,c3 : Str} ; + PN = {s : Case => Str ; g : Gender} ; +-- +} diff --git a/deprecated/old-lib/resource/hindi/ConjunctionHin.gf b/deprecated/old-lib/resource/hindi/ConjunctionHin.gf new file mode 100644 index 000000000..4a2e56096 --- /dev/null +++ b/deprecated/old-lib/resource/hindi/ConjunctionHin.gf @@ -0,0 +1,37 @@ +concrete ConjunctionHin of Conjunction = + CatHin ** open ResHin, Coordination, Prelude in { +-- +-- flags optimize=all_subs ; +-- +-- lin +-- +-- ConjS = conjunctDistrSS ; +-- +-- ConjAdv = conjunctDistrSS ; +-- +-- ConjNP conj ss = conjunctDistrTable Case conj ss ** { +-- a = conjAgr (agrP3 conj.n) ss.a +-- } ; +-- +-- ConjAP conj ss = conjunctDistrTable Agr conj ss ** { +-- isPre = ss.isPre +-- } ; +-- +---- These fun's are generated from the list cat's. +-- +-- BaseS = twoSS ; +-- ConsS = consrSS comma ; +-- BaseAdv = twoSS ; +-- ConsAdv = consrSS comma ; +-- BaseNP x y = twoTable Case x y ** {a = conjAgr x.a y.a} ; +-- ConsNP xs x = consrTable Case comma xs x ** {a = conjAgr xs.a x.a} ; +-- BaseAP x y = twoTable Agr x y ** {isPre = andB x.isPre y.isPre} ; +-- ConsAP xs x = consrTable Agr comma xs x ** {isPre = andB xs.isPre x.isPre} ; +-- +-- lincat +-- [S] = {s1,s2 : Str} ; +-- [Adv] = {s1,s2 : Str} ; +-- [NP] = {s1,s2 : Case => Str ; a : Agr} ; +-- [AP] = {s1,s2 : Agr => Str ; isPre : Bool} ; +-- +} diff --git a/deprecated/old-lib/resource/hindi/Deva.hs b/deprecated/old-lib/resource/hindi/Deva.hs new file mode 100644 index 000000000..cfda1ca01 --- /dev/null +++ b/deprecated/old-lib/resource/hindi/Deva.hs @@ -0,0 +1,131 @@ +main = interact udeva + +udeva :: String -> String +udeva = unlines . map (unwords . map udevaWord . words) . lines + +udevaGF :: String -> String +udevaGF s = case s of + '"':cs -> let (w,q:rest) = span (/='"') cs in '"' : udevaWord w ++ [q] ++ udevaGF rest + c :cs -> c : udevaGF cs + _ -> s + +udevaWord = encodeUTF8 . str2deva + +str2deva :: String -> String +str2deva s = map toEnum $ case chop s of + c:cs -> encodeInit c : map encode cs + _ -> [] + +chop s = case s of + ['-'] -> [s] + '-' :cs -> let (c:r) = chop cs in ('-':c) : r -- to force initial vowel + '+' :cs -> let (c:r) = chop cs in ('+':c) : r -- to force non-initial vowel + v:':':cs -> [v,':'] : chop cs + v:'.':cs -> [v,'.'] : chop cs + c:'a':cs -> [c] : chop cs + c :cs -> [c] : chop cs + _ -> [] + +encodeInit :: String -> Int +encodeInit s = case s of + '+':c -> encode c + '-':c -> encodeInit c + "a" -> 0x0905 + "a:" -> 0x0906 + "i" -> 0x0907 + "i:" -> 0x0908 + "u" -> 0x0909 + "u:" -> 0x090a + "r:" -> 0x090b + "e" -> 0x090f + "E" -> 0x0910 + "o" -> 0x0913 + "O" -> 0x0914 + _ -> encode s + +encode :: String -> Int +encode s = case s of + "k" -> 0x0915 + "K" -> 0x0916 + "g" -> 0x0917 + "G" -> 0x0918 + "N:" -> 0x0919 + + "c" -> 0x091a + "C" -> 0x091b + "j" -> 0x091c + "J" -> 0x091d + "n:" -> 0x091e + + "t." -> 0x091f + "T." -> 0x0920 + "d." -> 0x0921 + "D." -> 0x0922 + "n." -> 0x0923 + + "t" -> 0x0924 + "T" -> 0x0925 + "d" -> 0x0926 + "D" -> 0x0927 + "n" -> 0x0928 + + "p" -> 0x092a + "P" -> 0x092b + "b" -> 0x092c + "B" -> 0x092d + "m" -> 0x092e + + "y" -> 0x092f + "r" -> 0x0930 + "l" -> 0x0932 + "v" -> 0x0935 + + "S" -> 0x0936 + "s." -> 0x0937 + "s" -> 0x0938 + "h" -> 0x0939 + + "R" -> 0x095c + + "a:" -> 0x093e + "i" -> 0x093f + "i:" -> 0x0940 + "u" -> 0x0941 + "u:" -> 0x0942 + "r:" -> 0x0943 + "e" -> 0x0947 + "E" -> 0x0948 + "o" -> 0x094b + "O" -> 0x094c + + "~" -> 0x0901 + "*" -> 0x0902 + + " " -> space + "\n" -> fromEnum '\n' + + '-':c -> encodeInit c + '+':c -> encode c + + _ -> 0x093e --- a: + + +space = fromEnum ' ' + + +encodeUTF8 :: String -> String +encodeUTF8 "" = "" +encodeUTF8 (c:cs) = + if c > '\x0000' && c < '\x0080' then + c : encodeUTF8 cs + else if c < toEnum 0x0800 then + let i = fromEnum c + in toEnum (0xc0 + i `div` 0x40) : + toEnum (0x80 + i `mod` 0x40) : + encodeUTF8 cs + else + let i = fromEnum c + in toEnum (0xe0 + i `div` 0x1000) : + toEnum (0x80 + (i `mod` 0x1000) `div` 0x40) : + toEnum (0x80 + i `mod` 0x40) : + encodeUTF8 cs diff --git a/deprecated/old-lib/resource/hindi/GrammarHin.gf b/deprecated/old-lib/resource/hindi/GrammarHin.gf new file mode 100644 index 000000000..21367747b --- /dev/null +++ b/deprecated/old-lib/resource/hindi/GrammarHin.gf @@ -0,0 +1,21 @@ +--# -path=.:../abstract:../common:prelude + +concrete GrammarHin of Grammar = + NounHin, + VerbHin, + AdjectiveHin, + AdverbHin, + NumeralHin, + SentenceHin, + QuestionHin, + RelativeHin, + ConjunctionHin, + PhraseHin, + TextX, + StructuralHin, + IdiomHin + ** { + +flags startcat = Phr ; unlexer = text ; lexer = text ; + +} diff --git a/deprecated/old-lib/resource/hindi/IdiomHin.gf b/deprecated/old-lib/resource/hindi/IdiomHin.gf new file mode 100644 index 000000000..3f012f514 --- /dev/null +++ b/deprecated/old-lib/resource/hindi/IdiomHin.gf @@ -0,0 +1,30 @@ +concrete IdiomHin of Idiom = CatHin ** open Prelude, ResHin in { +-- +-- flags optimize=all_subs ; +-- +-- lin +-- ImpersCl vp = mkClause "it" (agrP3 Sg) vp ; +-- GenericCl vp = mkClause "one" (agrP3 Sg) vp ; +-- +-- CleftNP np rs = mkClause "it" (agrP3 Sg) +-- (insertObj (\\_ => rs.s ! np.a) +-- (insertObj (\\_ => np.s ! rs.c) (predAux auxBe))) ; +-- +-- CleftAdv ad s = mkClause "it" (agrP3 Sg) +-- (insertObj (\\_ => optStr conjThat ++ s.s) +-- (insertObj (\\_ => ad.s) (predAux auxBe))) ; +-- +-- ExistNP np = +-- mkClause "there" (agrP3 (fromAgr np.a).n) +-- (insertObj (\\_ => np.s ! Acc) (predAux auxBe)) ; +-- +-- ExistIP ip = +-- mkQuestion (ss (ip.s ! Nom)) +-- (mkClause "there" (agrP3 ip.n) (predAux auxBe)) ; +-- +-- ProgrVP vp = insertObj (\\a => vp.ad ++ vp.prp ++ vp.s2 ! a) (predAux auxBe) ; +-- +-- ImpPl1 vp = {s = "let's" ++ infVP True vp (AgP1 Pl)} ; +-- +} + diff --git a/deprecated/old-lib/resource/hindi/IrregHin.gf b/deprecated/old-lib/resource/hindi/IrregHin.gf new file mode 100644 index 000000000..ed8ccd392 --- /dev/null +++ b/deprecated/old-lib/resource/hindi/IrregHin.gf @@ -0,0 +1,181 @@ +----# -path=.:prelude:../abstract:../common +-- +--concrete IrregHin of IrregHinAbs = CatHin ** open ParadigmsHin in { +-- +--flags optimize=values ; +-- +-- lin +-- awake_V = irregV "awake" "awoke" "awoken" ; +-- bear_V = irregV "bear" "bore" "born" ; +-- beat_V = irregV "beat" "beat" "beat" ; +-- become_V = irregV "become" "became" "become" ; +-- begin_V = irregV "begin" "began" "begun" ; +-- bend_V = irregV "bend" "bent" "bent" ; +-- beset_V = irregV "beset" "beset" "beset" ; +-- bet_V = irregDuplV "bet" "bet" "bet" ; +-- bid_V = irregDuplV "bid" (variants {"bid" ; "bade"}) (variants {"bid" ; "bidden"}) ; +-- bind_V = irregV "bind" "bound" "bound" ; +-- bite_V = irregV "bite" "bit" "bitten" ; +-- bleed_V = irregV "bleed" "bled" "bled" ; +-- blow_V = irregV "blow" "blew" "blown" ; +-- break_V = irregV "break" "broke" "broken" ; +-- breed_V = irregV "breed" "bred" "bred" ; +-- bring_V = irregV "bring" "brought" "brought" ; +-- broadcast_V = irregV "broadcast" "broadcast" "broadcast" ; +-- build_V = irregV "build" "built" "built" ; +-- burn_V = irregV "burn" (variants {"burned" ; "burnt"}) (variants {"burned" ; "burnt"}) ; +-- burst_V = irregV "burst" "burst" "burst" ; +-- buy_V = irregV "buy" "bought" "bought" ; +-- cast_V = irregV "cast" "cast" "cast" ; +-- catch_V = irregV "catch" "caught" "caught" ; +-- choose_V = irregV "choose" "chose" "chosen" ; +-- cling_V = irregV "cling" "clung" "clung" ; +-- come_V = irregV "come" "came" "come" ; +-- cost_V = irregV "cost" "cost" "cost" ; +-- creep_V = irregV "creep" "crept" "crept" ; +-- cut_V = irregDuplV "cut" "cut" "cut" ; +-- deal_V = irregV "deal" "dealt" "dealt" ; +-- dig_V = irregDuplV "dig" "dug" "dug" ; +-- dive_V = irregV "dive" (variants {"dived" ; "dove"}) "dived" ; +-- do_V = mk5V "do" "does" "did" "done" "doing" ; +-- draw_V = irregV "draw" "drew" "drawn" ; +-- dream_V = irregV "dream" (variants {"dreamed" ; "dreamt"}) (variants {"dreamed" ; "dreamt"}) ; +-- drive_V = irregV "drive" "drove" "driven" ; +-- drink_V = irregV "drink" "drank" "drunk" ; +-- eat_V = irregV "eat" "ate" "eaten" ; +-- fall_V = irregV "fall" "fell" "fallen" ; +-- feed_V = irregV "feed" "fed" "fed" ; +-- feel_V = irregV "feel" "felt" "felt" ; +-- fight_V = irregV "fight" "fought" "fought" ; +-- find_V = irregV "find" "found" "found" ; +-- fit_V = irregDuplV "fit" "fit" "fit" ; +-- flee_V = irregV "flee" "fled" "fled" ; +-- fling_V = irregV "fling" "flung" "flung" ; +-- fly_V = irregV "fly" "flew" "flown" ; +-- forbid_V = irregDuplV "forbid" "forbade" "forbidden" ; +-- forget_V = irregDuplV "forget" "forgot" "forgotten" ; +-- forgive_V = irregV "forgive" "forgave" "forgiven" ; +-- forsake_V = irregV "forsake" "forsook" "forsaken" ; +-- freeze_V = irregV "freeze" "froze" "frozen" ; +-- get_V = irregDuplV "get" "got" "gotten" ; +-- give_V = irregV "give" "gave" "given" ; +-- go_V = mk5V "go" "goes" "went" "gone" "going" ; +-- grind_V = irregV "grind" "ground" "ground" ; +-- grow_V = irregV "grow" "grew" "grown" ; +-- hang_V = irregV "hang" "hung" "hung" ; +-- have_V = mk5V "have" "has" "had" "had" "having" ; +-- hear_V = irregV "hear" "heard" "heard" ; +-- hide_V = irregV "hide" "hid" "hidden" ; +-- hit_V = irregDuplV "hit" "hit" "hit" ; +-- hold_V = irregV "hold" "held" "held" ; +-- hurt_V = irregV "hurt" "hurt" "hurt" ; +-- keep_V = irregV "keep" "kept" "kept" ; +-- kneel_V = irregV "kneel" "knelt" "knelt" ; +-- knit_V = irregDuplV "knit" "knit" "knit" ; +-- know_V = irregV "know" "knew" "know" ; +-- lay_V = irregV "lay" "laid" "laid" ; +-- lead_V = irregV "lead" "led" "led" ; +-- leap_V = irregV "leap" (variants {"leaped" ; "lept"}) (variants {"leaped" ; "lept"}) ; +-- learn_V = irregV "learn" (variants {"learned" ; "learnt"}) (variants {"learned" ; "learnt"}) ; +-- leave_V = irregV "leave" "left" "left" ; +-- lend_V = irregV "lend" "lent" "lent" ; +-- let_V = irregDuplV "let" "let" "let" ; +-- lie_V = irregV "lie" "lay" "lain" ; +-- light_V = irregV "light" (variants {"lighted" ; "lit"}) "lighted" ; +-- lose_V = irregV "lose" "lost" "lost" ; +-- make_V = irregV "make" "made" "made" ; +-- mean_V = irregV "mean" "meant" "meant" ; +-- meet_V = irregV "meet" "met" "met" ; +-- misspell_V = irregV "misspell" (variants {"misspelled" ; "misspelt"}) (variants {"misspelled" ; "misspelt"}) ; +-- mistake_V = irregV "mistake" "mistook" "mistaken" ; +-- mow_V = irregV "mow" "mowed" (variants {"mowed" ; "mown"}) ; +-- overcome_V = irregV "overcome" "overcame" "overcome" ; +-- overdo_V = mk5V "overdo" "overdoes" "overdid" "overdone" "overdoing" ; +-- overtake_V = irregV "overtake" "overtook" "overtaken" ; +-- overthrow_V = irregV "overthrow" "overthrew" "overthrown" ; +-- pay_V = irregV "pay" "paid" "paid" ; +-- plead_V = irregV "plead" "pled" "pled" ; +-- prove_V = irregV "prove" "proved" (variants {"proved" ; "proven"}) ; +-- put_V = irregDuplV "put" "put" "put" ; +-- quit_V = irregDuplV "quit" "quit" "quit" ; +-- read_V = irregV "read" "read" "read" ; +-- rid_V = irregDuplV "rid" "rid" "rid" ; +-- ride_V = irregV "ride" "rode" "ridden" ; +-- ring_V = irregV "ring" "rang" "rung" ; +-- rise_V = irregV "rise" "rose" "risen" ; +-- run_V = irregDuplV "run" "ran" "run" ; +-- saw_V = irregV "saw" "sawed" (variants {"sawed" ; "sawn"}) ; +-- say_V = irregV "say" "said" "said" ; +-- see_V = irregV "see" "saw" "seen" ; +-- seek_V = irregV "seek" "sought" "sought" ; +-- sell_V = irregV "sell" "sold" "sold" ; +-- send_V = irregV "send" "sent" "sent" ; +-- set_V = irregDuplV "set" "set" "set" ; +-- sew_V = irregV "sew" "sewed" (variants {"sewed" ; "sewn"}) ; +-- shake_V = irregV "shake" "shook" "shaken" ; +-- shave_V = irregV "shave" "shaved" (variants {"shaved" ; "shaven"}) ; +-- shear_V = irregV "shear" "shore" "shorn" ; +-- shed_V = irregDuplV "shed" "shed" "shed" ; +-- shine_V = irregV "shine" "shone" "shone" ; +-- shoe_V = irregV "shoe" "shoed" (variants {"shoed" ; "shod"}) ; +-- shoot_V = irregV "shoot" "shot" "shot" ; +-- show_V = irregV "show" "showed" (variants {"showed" ; "shown"}) ; +-- shrink_V = irregV "shrink" "shrank" "shrunk" ; +-- shut_V = irregDuplV "shut" "shut" "shut" ; +-- sing_V = irregV "sing" "sang" "sung" ; +-- sink_V = irregV "sink" "sank" "sunk" ; +-- sit_V = irregDuplV "sit" "sat" "sat" ; +-- sleep_V = irregV "sleep" "slept" "slept" ; +-- slay_V = irregV "slay" "slew" "slain" ; +-- slide_V = irregV "slide" "slid" "slid" ; +-- sling_V = irregV "sling" "slung" "slung" ; +-- slit_V = irregDuplV "slit" "slit" "slit" ; +-- smite_V = irregV "smite" "smote" "smitten" ; +-- sow_V = irregV "sow" "sowed" (variants {"sowed" ; "sown"}) ; +-- speak_V = irregV "speak" "spoke" "spoken" ; +-- speed_V = irregV "speed" "sped" "sped" ; +-- spend_V = irregV "spend" "spent" "spent" ; +-- spill_V = irregV "spill" (variants {"spilled" ; "spilt"}) (variants {"spilled" ; "spilt"}) ; +-- spin_V = irregDuplV "spin" "spun" "spun" ; +-- spit_V = irregDuplV "spit" (variants {"spit" ; "spat"}) "spit" ; +-- split_V = irregDuplV "split" "split" "split" ; +-- spread_V = irregV "spread" "spread" "spread" ; +-- spring_V = irregV "spring" (variants {"sprang" ; "sprung"}) "sprung" ; +-- stand_V = irregV "stand" "stood" "stood" ; +-- steal_V = irregV "steal" "stole" "stolen" ; +-- stick_V = irregV "stick" "stuck" "stuck" ; +-- sting_V = irregV "sting" "stung" "stung" ; +-- stink_V = irregV "stink" "stank" "stunk" ; +-- stride_V = irregV "stride" "strod" "stridden" ; +-- strike_V = irregV "strike" "struck" "struck" ; +-- string_V = irregV "string" "strung" "strung" ; +-- strive_V = irregV "strive" "strove" "striven" ; +-- swear_V = irregV "swear" "swore" "sworn" ; +-- sweep_V = irregV "sweep" "swept" "swept" ; +-- swell_V = irregV "swell" "swelled" (variants {"swelled" ; "swollen"}) ; +-- swim_V = irregDuplV "swim" "swam" "swum" ; +-- swing_V = irregV "swing" "swung" "swung" ; +-- take_V = irregV "take" "took" "taken" ; +-- teach_V = irregV "teach" "taught" "taught" ; +-- tear_V = irregV "tear" "tore" "torn" ; +-- tell_V = irregV "tell" "told" "told" ; +-- think_V = irregV "think" "thought" "thought" ; +-- thrive_V = irregV "thrive" (variants {"thrived" ; "throve"}) "thrived" ; +-- throw_V = irregV "throw" "threw" "thrown" ; +-- thrust_V = irregV "thrust" "thrust" "thrust" ; +-- tread_V = irregV "tread" "trod" "trodden" ; +-- understand_V = irregV "understand" "understood" "understood" ; +-- uphold_V = irregV "uphold" "upheld" "upheld" ; +-- upset_V = irregDuplV "upset" "upset" "upset" ; +-- wake_V = irregV "wake" "woke" "woken" ; +-- wear_V = irregV "wear" "wore" "worn" ; +-- weave_V = irregV "weave" (variants {"weaved" ; "wove"}) (variants {"weaved" ; "woven"}) ; +-- wed_V = irregDuplV "wed" "wed" "wed" ; +-- weep_V = irregV "weep" "wept" "wept" ; +-- wind_V = irregV "wind" "wound" "wound" ; +-- win_V = irregDuplV "win" "won" "won" ; +-- withhold_V = irregV "withhold" "withheld" "withheld" ; +-- withstand_V = irregV "withstand" "withstood" "withstood" ; +-- wring_V = irregV "wring" "wrung" "wrung" ; +-- write_V = irregV "write" "wrote" "written" ; +--} diff --git a/deprecated/old-lib/resource/hindi/LangHin.gf b/deprecated/old-lib/resource/hindi/LangHin.gf new file mode 100644 index 000000000..d043d04f2 --- /dev/null +++ b/deprecated/old-lib/resource/hindi/LangHin.gf @@ -0,0 +1,10 @@ +--# -path=.:../abstract:../common:prelude + +concrete LangHin of Lang = + GrammarHin, + LexiconHin + ** { + +flags startcat = Phr ; unlexer=unwords ; lexer=words ; + +} diff --git a/deprecated/old-lib/resource/hindi/LexiconHin.gf b/deprecated/old-lib/resource/hindi/LexiconHin.gf new file mode 100644 index 000000000..dfa32d661 --- /dev/null +++ b/deprecated/old-lib/resource/hindi/LexiconHin.gf @@ -0,0 +1,375 @@ +--# -path=.:prelude + +concrete LexiconHin of Lexicon = CatHin ** + open ParadigmsHin, Prelude in { + + flags + optimize=values ; + + lin +-- airplane_N = regN "airplane" ; +-- answer_V2S = mkV2S (regV "answer") toP ; +-- apartment_N = regN "apartment" ; + apple_N = mkN "seb" ; +-- art_N = regN "art" ; +-- ask_V2Q = mkV2Q (regV "ask") noPrep ; +-- baby_N = regN "baby" ; +-- bad_A = mkADeg "bad" "worse" "worst" "badly" ; +-- bank_N = regN "bank" ; +-- beautiful_A = compoundADeg (regA "beautiful") ; +-- become_VA = mkVA (irregV "become" "became" "become") ; +-- beer_N = regN "beer" ; +-- beg_V2V = mkV2V (regDuplV "beg") noPrep toP ; + big_A = mkA "baRA" ; +-- bike_N = regN "bike" ; +-- bird_N = regN "bird" ; +-- black_A = regADeg "black" ; +-- blue_A = regADeg "blue" ; +-- boat_N = regN "boat" ; +-- book_N = regN "book" ; +-- boot_N = regN "boot" ; +-- boss_N = mkN human (regN "boss") ; + boy_N = mkN "lar.kA" ; + bread_N = mkN "rot.I" ; +-- break_V2 = dirV2 (irregV "break" "broke" "broken") ; +-- broad_A = regADeg "broad" ; +-- brother_N2 = mkN2 (mkN masculine (mkN "brother")) (mkPrep "of") ; +-- brown_A = regADeg "brown" ; +-- butter_N = regN "butter" ; +-- buy_V2 = dirV2 (irregV "buy" "bought" "bought") ; +-- camera_N = regN "camera" ; +-- cap_N = regN "cap" ; +-- car_N = regN "car" ; +-- carpet_N = regN "carpet" ; +-- cat_N = regN "cat" ; +-- ceiling_N = regN "ceiling" ; +-- chair_N = regN "chair" ; +-- cheese_N = regN "cheese" ; +-- child_N = mk2N "child" "children" ; +-- church_N = regN "church" ; +-- city_N = regN "city" ; +-- clean_A = regADeg "clean" ; +-- clever_A = regADeg "clever" ; +-- close_V2 = dirV2 (regV "close") ; +-- coat_N = regN "coat" ; +-- cold_A = regADeg "cold" ; +-- come_V = (irregV "come" "came" "come") ; +-- computer_N = regN "computer" ; +-- country_N = regN "country" ; +-- cousin_N = mkN human (regN "cousin") ; +-- cow_N = regN "cow" ; +-- die_V = (regV "die") ; +-- dirty_A = regADeg "dirty" ; +-- distance_N3 = mkN3 (regN "distance") fromP toP ; +-- doctor_N = mkN human (regN "doctor") ; +-- dog_N = regN "dog" ; +-- door_N = regN "door" ; +-- drink_V2 = dirV2 (irregV "drink" "drank" "drunk") ; +-- easy_A2V = mkA2V (regA "easy") forP ; + eat_V2 = mkV2 "KA" ; +-- empty_A = regADeg "empty" ; +-- enemy_N = regN "enemy" ; +-- factory_N = regN "factory" ; +-- father_N2 = mkN2 (mkN masculine (mkN "father")) (mkPrep "of") ; +-- fear_VS = mkVS (regV "fear") ; +-- find_V2 = dirV2 (irregV "find" "found" "found") ; +-- fish_N = mk2N "fish" "fish" ; +-- floor_N = regN "floor" ; +-- forget_V2 = dirV2 (irregDuplV "forget" "forgot" "forgotten") ; +-- fridge_N = regN "fridge" ; +-- friend_N = mkN human (regN "friend") ; +-- fruit_N = regN "fruit" ; +-- fun_AV = mkAV (regA "fun") ; +-- garden_N = regN "garden" ; + girl_N = mkN "lar.kI" ; +-- glove_N = regN "glove" ; +-- gold_N = regN "gold" ; + good_A = mkA "a-cCA" ; + go_V = mkV "cal" ; +-- green_A = regADeg "green" ; +-- harbour_N = regN "harbour" ; +-- hate_V2 = dirV2 (regV "hate") ; +-- hat_N = regN "hat" ; +-- have_V2 = dirV2 (mk5V "have" "has" "had" "had" "having") ; +-- hear_V2 = dirV2 (irregV "hear" "heard" "heard") ; +-- hill_N = regN "hill" ; +-- hope_VS = mkVS (regV "hope") ; +-- horse_N = regN "horse" ; +-- hot_A = duplADeg "hot" ; +-- house_N = regN "house" ; +-- important_A = compoundADeg (regA "important") ; +-- industry_N = regN "industry" ; +-- iron_N = regN "iron" ; +-- king_N = mkN masculine (regN "king") ; +-- know_V2 = dirV2 (irregV "know" "knew" "known") ; +-- lake_N = regN "lake" ; +-- lamp_N = regN "lamp" ; +-- learn_V2 = dirV2 (regV "learn") ; +-- leather_N = regN "leather" ; +-- leave_V2 = dirV2 (irregV "leave" "left" "left") ; +-- like_V2 = dirV2 (regV "like") ; +-- listen_V2 = prepV2 (regV "listen") toP ; + live_V = mkV "CU" ; ---- touch +-- long_A = regADeg "long" ; +-- lose_V2 = dirV2 (irregV "lose" "lost" "lost") ; +-- love_N = regN "love" ; +-- love_V2 = dirV2 (regV "love") ; +-- man_N = mkN masculine (mk2N "man" "men") ; +-- married_A2 = mkA2 (regA "married") toP ; +-- meat_N = regN "meat" ; +-- milk_N = regN "milk" ; +-- moon_N = regN "moon" ; +-- mother_N2 = mkN2 (mkN feminine (mkN "mother")) (mkPrep "of") ; +-- mountain_N = regN "mountain" ; +-- music_N = regN "music" ; +-- narrow_A = regADeg "narrow" ; +-- new_A = regADeg "new" ; +-- newspaper_N = regN "newspaper" ; +-- oil_N = regN "oil" ; +-- old_A = regADeg "old" ; +-- open_V2 = dirV2 (regV "open") ; +-- paint_V2A = mkV2A (regV "paint") noPrep ; +-- paper_N = regN "paper" ; +-- paris_PN = mkPN (mkN nonhuman (mkN "Paris")) ; +-- peace_N = regN "peace" ; +-- pen_N = regN "pen" ; +-- planet_N = regN "planet" ; +-- plastic_N = regN "plastic" ; +-- play_V2 = dirV2 (regV "play") ; +-- policeman_N = mkN masculine (mkN "policeman" "policemen") ; +-- priest_N = mkN human (regN "priest") ; +-- probable_AS = mkAS (regA "probable") ; +-- queen_N = mkN feminine (regN "queen") ; +-- radio_N = regN "radio" ; +-- rain_V0 = mkV0 (regV "rain") ; +-- read_V2 = dirV2 (irregV "read" "read" "read") ; + red_A = mkA "lAl" ; +-- religion_N = regN "religion" ; +-- restaurant_N = regN "restaurant" ; +-- river_N = regN "river" ; +-- rock_N = regN "rock" ; +-- roof_N = regN "roof" ; +-- rubber_N = regN "rubber" ; +-- run_V = (irregDuplV "run" "ran" "run") ; +-- say_VS = mkVS (irregV "say" "said" "said") ; +-- school_N = regN "school" ; +-- science_N = regN "science" ; +-- sea_N = regN "sea" ; +-- seek_V2 = dirV2 (irregV "seek" "sought" "sought") ; +-- see_V2 = dirV2 (irregV "see" "saw" "seen") ; +-- sell_V3 = dirV3 (irregV "sell" "sold" "sold") toP ; +-- send_V3 = dirV3 (irregV "send" "sent" "sent") toP ; +-- sheep_N = mk2N "sheep" "sheep" ; +-- ship_N = regN "ship" ; +-- shirt_N = regN "shirt" ; +-- shoe_N = regN "shoe" ; +-- shop_N = regN "shop" ; +-- short_A = regADeg "short" ; +-- silver_N = regN "silver" ; +-- sister_N = mkN2 (mkN feminine (mkN "sister")) (mkPrep "of") ; +-- sleep_V = (irregV "sleep" "slept" "slept") ; +-- small_A = regADeg "small" ; +-- snake_N = regN "snake" ; +-- sock_N = regN "sock" ; +-- speak_V2 = dirV2 (irregV "speak" "spoke" "spoken") ; +-- star_N = regN "star" ; +-- steel_N = regN "steel" ; +-- stone_N = regN "stone" ; +-- stove_N = regN "stove" ; +-- student_N = mkN human (regN "student") ; +-- stupid_A = regADeg "stupid" ; +-- sun_N = regN "sun" ; +-- switch8off_V2 = dirV2 (partV (regV "switch") "off") ; +-- switch8on_V2 = dirV2 (partV (regV "switch") "on") ; +-- table_N = regN "table" ; +-- talk_V3 = mkV3 (regV "talk") toP aboutP ; +-- teacher_N = mkN human (regN "teacher") ; +-- teach_V2 = dirV2 (irregV "teach" "taught" "taught") ; +-- television_N = regN "television" ; +-- thick_A = regADeg "thick" ; +-- thin_A = duplADeg "thin" ; +-- train_N = regN "train" ; +-- travel_V = (regDuplV "travel") ; +-- tree_N = regN "tree" ; +-- ---- trousers_N = regN "trousers" ; +-- ugly_A = regADeg "ugly" ; +-- understand_V2 = dirV2 (irregV "understand" "understood" "understood") ; +-- university_N = regN "university" ; +-- village_N = regN "village" ; +-- wait_V2 = prepV2 (regV "wait") forP ; +-- walk_V = (regV "walk") ; +-- warm_A = regADeg "warm" ; +-- war_N = regN "war" ; +-- watch_V2 = dirV2 (regV "watch") ; +-- water_N = regN "water" ; +-- white_A = regADeg "white" ; +-- window_N = regN "window" ; +-- wine_N = regN "wine" ; +-- win_V2 = dirV2 (irregDuplV "win" "won" "won") ; +-- woman_N = mkN feminine (mk2N "woman" "women") ; +-- wonder_VQ = mkVQ (regV "wonder") ; +-- wood_N = regN "wood" ; +-- write_V2 = dirV2 (irregV "write" "wrote" "written") ; +-- yellow_A = regADeg "yellow" ; +-- young_A = regADeg "young" ; +-- +-- do_V2 = dirV2 (mk5V "do" "does" "did" "done" "doing") ; +-- now_Adv = mkAdv "now" ; +-- already_Adv = mkAdv "already" ; +-- song_N = regN "song" ; +-- add_V3 = dirV3 (regV "add") toP ; +-- number_N = regN "number" ; +-- put_V2 = prepV2 (irregDuplV "put" "put" "put") noPrep ; +-- stop_V = regDuplV "stop" ; +-- jump_V = regV "jump" ; +-- +-- left_Ord = ss "left" ; +-- right_Ord = ss "right" ; +-- far_Adv = mkAdv "far" ; +-- correct_A = (regA "correct") ; +-- dry_A = regA "dry" ; +-- dull_A = regA "dull" ; +-- full_A = regA "full" ; +-- heavy_A = regA "heavy" ; +-- near_A = regA "near" ; +-- rotten_A = (regA "rotten") ; +-- round_A = regA "round" ; +-- sharp_A = regA "sharp" ; +-- smooth_A = regA "smooth" ; +-- straight_A = regA "straight" ; +-- wet_A = regA "wet" ; ---- +-- wide_A = regA "wide" ; +-- animal_N = regN "animal" ; +-- ashes_N = regN "ash" ; -- FIXME: plural only? +-- back_N = regN "back" ; +-- bark_N = regN "bark" ; +-- belly_N = regN "belly" ; +-- blood_N = regN "blood" ; +-- bone_N = regN "bone" ; +-- breast_N = regN "breast" ; +-- cloud_N = regN "cloud" ; +-- day_N = regN "day" ; +-- dust_N = regN "dust" ; +-- ear_N = regN "ear" ; +-- earth_N = regN "earth" ; +-- egg_N = regN "egg" ; +-- eye_N = regN "eye" ; +-- fat_N = regN "fat" ; +-- feather_N = regN "feather" ; +-- fingernail_N = regN "fingernail" ; +-- fire_N = regN "fire" ; +-- flower_N = regN "flower" ; +-- fog_N = regN "fog" ; +-- foot_N = mk2N "foot" "feet" ; +-- forest_N = regN "forest" ; +-- grass_N = regN "grass" ; +-- guts_N = regN "gut" ; -- FIXME: no singular +-- hair_N = regN "hair" ; +-- hand_N = regN "hand" ; +-- head_N = regN "head" ; +-- heart_N = regN "heart" ; +-- horn_N = regN "horn" ; +-- husband_N = mkN masculine (regN "husband") ; +-- ice_N = regN "ice" ; +-- knee_N = regN "knee" ; +-- leaf_N = mk2N "leaf" "leaves" ; +-- leg_N = regN "leg" ; +-- liver_N = regN "liver" ; +-- louse_N = mk2N "louse" "lice" ; +-- mouth_N = regN "mouth" ; +-- name_N = regN "name" ; +-- neck_N = regN "neck" ; +-- night_N = regN "night" ; +-- nose_N = regN "nose" ; +-- person_N = mkN human (regN "person") ; +-- rain_N = regN "rain" ; +-- road_N = regN "road" ; +-- root_N = regN "root" ; +-- rope_N = regN "rope" ; +-- salt_N = regN "salt" ; +-- sand_N = regN "sand" ; +-- seed_N = regN "seed" ; +-- skin_N = regN "skin" ; +-- sky_N = regN "sky" ; +-- smoke_N = regN "smoke" ; +-- snow_N = regN "snow" ; +-- stick_N = regN "stick" ; +-- tail_N = regN "tail" ; +-- tongue_N = regN "tongue" ; +-- tooth_N = mk2N "tooth" "teeth" ; +-- wife_N = mkN feminine (mk2N "wife" "wives") ; +-- wind_N = regN "wind" ; +-- wing_N = regN "wing" ; +-- worm_N = regN "worm" ; +-- year_N = regN "year" ; +-- blow_V = IrregHin.blow_V ; +-- breathe_V = dirV2 (regV "breathe") ; +-- burn_V = IrregHin.burn_V ; +-- dig_V = IrregHin.dig_V ; +-- fall_V = IrregHin.fall_V ; +-- float_V = regV "float" ; +-- flow_V = regV "flow" ; +-- fly_V = IrregHin.fly_V ; +-- freeze_V = IrregHin.freeze_V ; +-- give_V3 = dirV3 give_V toP ; +-- laugh_V = regV "laugh" ; +-- lie_V = IrregHin.lie_V ; +-- play_V = regV "play" ; + sew_V = mkV "sI" ; +-- sing_V = IrregHin.sing_V ; +-- sit_V = IrregHin.sit_V ; +-- smell_V = regV "smell" ; +-- spit_V = IrregHin.spit_V ; +-- stand_V = IrregHin.stand_V ; +-- swell_V = IrregHin.swell_V ; +-- swim_V = IrregHin.swim_V ; +-- think_V = IrregHin.think_V ; +-- turn_V = regV "turn" ; +-- vomit_V = regV "vomit" ; +-- +-- bite_V2 = dirV2 IrregHin.bite_V ; +-- count_V2 = dirV2 (regV "count") ; +-- cut_V2 = dirV2 IrregHin.cut_V ; +-- fear_V2 = dirV2 (regV "fear") ; +-- fight_V2 = dirV2 fight_V ; + hit_V2 = mkV2 (mkV "mAr") "ko" ; +-- hold_V2 = dirV2 hold_V ; +-- hunt_V2 = dirV2 (regV "hunt") ; +-- kill_V2 = dirV2 (regV "kill") ; +-- pull_V2 = dirV2 (regV "pull") ; +-- push_V2 = dirV2 (regV "push") ; +-- rub_V2 = dirV2 (regDuplV "rub") ; +-- scratch_V2 = dirV2 (regV "scratch") ; +-- split_V2 = dirV2 split_V ; +-- squeeze_V2 = dirV2 (regV "squeeze") ; +-- stab_V2 = dirV2 (regDuplV "stab") ; +-- suck_V2 = dirV2 (regV "suck") ; +-- throw_V2 = dirV2 throw_V ; +-- tie_V2 = dirV2 (regV "tie") ; +-- wash_V2 = dirV2 (regV "wash") ; +-- wipe_V2 = dirV2 (regV "wipe") ; +-- +---- other_A = regA "other" ; +-- +-- grammar_N = regN "grammar" ; +-- language_N = regN "language" ; +-- rule_N = regN "rule" ; +-- +---- added 4/6/2007 + john_PN = mkPN "jon" ; +-- question_N = regN "question" ; +-- ready_A = regA "ready" ; +-- reason_N = regN "reason" ; +-- today_Adv = mkAdv "today" ; +-- uncertain_A = regA "uncertain" ; +-- +--oper +-- aboutP = mkPrep "about" ; +-- atP = mkPrep "at" ; +-- forP = mkPrep "for" ; +-- fromP = mkPrep "from" ; +-- inP = mkPrep "in" ; +-- onP = mkPrep "on" ; +-- toP = mkPrep "to" ; +-- +} diff --git a/deprecated/old-lib/resource/hindi/MorphoHin.gf b/deprecated/old-lib/resource/hindi/MorphoHin.gf new file mode 100644 index 000000000..0cb00fde5 --- /dev/null +++ b/deprecated/old-lib/resource/hindi/MorphoHin.gf @@ -0,0 +1,196 @@ +--# -path=.:../../prelude +-- +----1 A Simple Hindi 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 $ParadigmsHin$, which +---- gives a higher-level access to this module. +-- +resource MorphoHin = ResHin ** open Prelude, (Predef=Predef) in { +-- +-- flags optimize=all ; +-- +----2 Phonology +---- +---- To regulate the use of endings for both nouns, adjectives, and verbs: +-- +--oper +-- y2ie : Str -> Str -> Str = \fly,s -> +-- let y = last (init fly) in +-- case y of { +-- "a" => fly + s ; +-- "e" => fly + s ; +-- "o" => fly + s ; +-- "u" => fly + s ; +-- _ => init fly + "ie" + s +-- } ; +-- +-- +----2 Nouns +---- +---- For conciseness and abstraction, we define a worst-case macro for +---- noun inflection. It is used for defining special case that +---- only need one string as argument. +-- +--oper +-- CommonNoun : Type = {s : Number => Case => Str} ; +-- +-- nounGen : Str -> CommonNoun = \dog -> case last dog of { +-- "y" => nounY "dog" ; +-- "s" => nounS (init "dog") ; +-- _ => nounReg "dog" +-- } ; +-- +---- These are auxiliaries to $nounGen$. +-- +-- nounReg : Str -> CommonNoun = \dog -> +-- mkNoun dog (dog + "s") (dog + "'s") (dog + "s'"); +-- nounS : Str -> CommonNoun = \kiss -> +-- mkNoun kiss (kiss + "es") (kiss + "'s") (kiss + "es'") ; +-- nounY : Str -> CommonNoun = \fl -> +-- mkNoun (fl + "y") (fl + "ies") (fl + "y's") (fl + "ies'") ; +-- +-- +----3 Proper names +---- +---- Regular proper names are inflected with "'s" in the genitive. +-- +-- nameReg : Str -> Gender -> {s : Case => Str} = \john,g -> +-- {s = table {Gen => john + "'s" ; _ => john} ; g = g} ; +-- +----2 Determiners +-- +-- mkDeterminer : Number -> Str -> {s : Str ; n : Number} = \n,s -> +-- {s = s ; n = n} ; +-- +----2 Pronouns +---- +---- Here we define personal pronouns. +---- +---- We record the form "mine" and the gender for later use. +-- +-- Pronoun : Type = +-- {s : Case => Str ; a : Agr} ; +-- +-- mkPronoun : (_,_,_,_ : Str) -> Number -> Person -> Gender -> Pronoun = +-- \I,me,my,mine,n,p,g -> +-- {s = table {Nom => I ; Acc => me ; Gen => my} ; +-- a = toAgr n p g +-- } ; +-- +-- human : Gender = Masc ; --- doesn't matter +-- +-- pronI = mkPronoun "I" "me" "my" "mine" Sg P1 human ; +-- pronYouSg = mkPronoun "you" "you" "your" "yours" Sg P2 human ; -- verb agr OK +-- pronHe = mkPronoun "he" "him" "his" "his" Sg P3 Masc ; +-- pronShe = mkPronoun "she" "her" "her" "hers" Sg P3 Fem ; +-- pronIt = mkPronoun "it" "it" "its" "it" Sg P3 Neutr ; +-- +-- pronWe = mkPronoun "we" "us" "our" "ours" Pl P1 human ; +-- pronYouPl = mkPronoun "you" "you" "your" "yours" Pl P2 human ; +-- pronThey = mkPronoun "they" "them" "their" "theirs" Pl P3 human ; --- +-- +-- +----2 Adjectives +---- +---- To form the adjectival and the adverbial forms, two strings are needed +---- in the worst case. (First without degrees.) +-- +-- Adjective = {s : AForm => Str} ; +-- +---- However, most adjectives can be inflected using the final character. +---- N.B. this is not correct for "shy", but $mkAdjective$ has to be used. +-- +-- regAdjective : Str -> Adjective = \free -> +-- let +-- e = last free ; +-- fre = init free ; +-- freely = case e of { +-- "y" => fre + "ily" ; +-- _ => free + "ly" +-- } ; +-- fre = case e of { +-- "e" => fre ; +-- "y" => fre + "i" ; +-- _ => free +-- } +-- in +-- mkAdjective free (fre + "er") (fre + "est") freely ; +-- +---- Many adjectives are 'inflected' by adding a comparison word. +-- +-- adjDegrLong : Str -> Adjective = \ridiculous -> +-- mkAdjective +-- ridiculous +-- ("more" ++ ridiculous) +-- ("most" ++ ridiculous) +-- ((regAdjective ridiculous).s ! AAdv) ; +-- +-- +----3 Verbs +---- +---- The worst case needs five forms. (The verb "be" is treated separately.) +-- +-- mkVerb4 : (_,_,_,_: Str) -> Verb = \go,goes,went,gone -> +-- let going = case last go of { +-- "e" => init go + "ing" ; +-- _ => go + "ing" +-- } +-- in +-- mkVerb go goes went gone going ; +-- +---- This is what we use to derive the irregular forms in almost all cases +-- +-- mkVerbIrreg : (_,_,_ : Str) -> Verb = \bite,bit,bitten -> +-- let bites = case last bite of { +-- "y" => y2ie bite "s" ; +-- "s" => init bite + "es" ; +-- _ => bite + "s" +-- } +-- in mkVerb4 bite bites bit bitten ; +-- +---- This is used to derive regular forms. +-- +-- mkVerbReg : Str -> Verb = \soak -> +-- let +-- soaks = case last soak of { +-- "y" => y2ie soak "s" ; +-- "s" => init soak + "es" ; +-- _ => soak + "s" +-- } ; +-- soaked = case last soak of { +-- "e" => init soak + "s" ; +-- _ => soak + "ed" +-- } +-- in +-- mkVerb4 soak soaks soaked soaked ; +-- +-- verbGen : Str -> Verb = \kill -> case last kill of { +-- "y" => verbP3y (init kill) ; +-- "e" => verbP3e (init kill) ; +-- "s" => verbP3s (init kill) ; +-- _ => regVerbP3 kill +-- } ; +-- +---- These are just auxiliary to $verbGen$. +-- +-- regVerbP3 : Str -> Verb = \walk -> +-- mkVerbIrreg walk (walk + "ed") (walk + "ed") ; +-- verbP3s : Str -> Verb = \kiss -> +-- mkVerb4 kiss (kiss + "es") (kiss + "ed") (kiss + "ed") ; +-- verbP3e : Str -> Verb = \love -> +-- mkVerb4 love (love + "s") (love + "d") (love + "d") ; +-- verbP3y : Str -> Verb = \cr -> +-- mkVerb4 (cr + "y") (cr + "ies") (cr + "ied") (cr + "ied") ; +-- +----- The particle always appears right after the verb. +-- +-- verbPart : Verb -> Str -> Verb = \v,p -> +-- {s = \\f => v.s ! f ++ p ; isRefl = v.isRefl} ; +-- +-- verbNoPart : Verb -> Verb = \v -> verbPart v [] ; +-- +-- +} diff --git a/deprecated/old-lib/resource/hindi/NounHin.gf b/deprecated/old-lib/resource/hindi/NounHin.gf new file mode 100644 index 000000000..adf82689d --- /dev/null +++ b/deprecated/old-lib/resource/hindi/NounHin.gf @@ -0,0 +1,131 @@ +concrete NounHin of Noun = CatHin ** open ResHin, Prelude in { + + flags optimize=all_subs ; + + lin + DetCN det cn = { + s = \\c => det.s ! cn.g ! npcase2case c ++ toNP (cn.s ! det.n) c ; + a = agrP3 cn.g det.n + } ; + + UsePN pn = {s = \\c => toNP pn.s c ; a = agrP3 pn.g Sg} ; + UsePron p = {s = \\c => p.s ! np2pronCase c ; a = p.a} ; +-- +-- PredetNP pred np = { +-- s = \\c => pred.s ++ np.s ! c ; +-- a = np.a +-- } ; +-- +-- PPartNP np v2 = { +-- s = \\c => np.s ! c ++ v2.s ! VPPart ; +-- a = np.a +-- } ; +-- +-- RelNP np rs = { +-- s = \\c => np.s ! c ++ "," ++ rs.s ! np.a ; +-- a = np.a +-- } ; +-- +-- AdvNP np adv = { +-- s = \\c => np.s ! c ++ adv.s ; +-- a = np.a +-- } ; +-- +-- DetQuantOrd quant num ord = { +-- s = quant.s ! num.n ++ num.s ++ ord.s ; +-- n = num.n +-- } ; + + DetQuant quant num = { + s = \\g,c => quant.s ! num.n ! g ! c ++ num.s ; + n = num.n + } ; + +-- DetNP det = { +-- s = \\c => det.s ; ---- case +-- a = agrP3 det.n +-- } ; +-- + PossPron p = {s = \\_,_,_ => p.s ! PPoss} ; + + NumSg = {s = []; n = Sg} ; + NumPl = {s = []; n = Pl} ; + +-- NumCard n = n ** {hasCard = True} ; +-- +-- NumDigits n = {s = n.s ! NCard ; n = n.n} ; +-- OrdDigits n = {s = n.s ! NOrd} ; +-- +-- NumNumeral numeral = {s = numeral.s ! NCard; n = numeral.n} ; +-- OrdNumeral numeral = {s = numeral.s ! NOrd} ; +-- +-- AdNum adn num = {s = adn.s ++ num.s ; n = num.n} ; +-- +-- OrdSuperl a = {s = a.s ! AAdj Superl} ; +-- +-- DetArtOrd art num ord = { +-- s = art.s ! num.hasCard ! num.n ++ num.s ++ ord.s ; +-- n = num.n +-- } ; +-- +-- DetArtCard art card = { +-- s = art.s ! True ! card.n ++ card.s ; +-- n = card.n +-- } ; + + DetArtSg art cn = { + s = \\c => art.s ++ toNP (cn.s ! Sg) c ; + a = agrP3 cn.g Sg + } ; + + DetArtPl art cn = { + s = \\c => art.s ++ toNP (cn.s ! Pl) c ; + a = agrP3 cn.g Pl + } ; + + DefArt = {s = []} ; + IndefArt = {s = []} ; + +-- MassNP cn = { +-- s = cn.s ! Sg ; +-- a = agrP3 Sg +-- } ; + + UseN n = n ; +-- UseN2 n = n ; +-- +-- Use2N3 f = { +-- s = \\n,c => f.s ! n ! Nom ; +-- g = f.g ; +-- c2 = f.c2 +-- } ; +-- +-- Use3N3 f = { +-- s = \\n,c => f.s ! n ! Nom ; +-- g = f.g ; +-- c2 = f.c3 +-- } ; +-- +-- ComplN2 f x = {s = \\n,c => f.s ! n ! Nom ++ f.c2 ++ x.s ! c ; g = f.g} ; +-- ComplN3 f x = { +-- s = \\n,c => f.s ! n ! Nom ++ f.c2 ++ x.s ! c ; +-- g = f.g ; +-- c2 = f.c3 +-- } ; + + AdjCN ap cn = { + s = \\n,c => ap.s ! cn.g ! n ! c ++ cn.s ! n ! c ; + g = cn.g + } ; + +-- RelCN cn rs = { +-- s = \\n,c => cn.s ! n ! c ++ rs.s ! agrgP3 n cn.g ; +-- g = cn.g +-- } ; +-- AdvCN cn ad = {s = \\n,c => cn.s ! n ! c ++ ad.s ; g = cn.g} ; +-- +-- SentCN cn sc = {s = \\n,c => cn.s ! n ! c ++ sc.s ; g = cn.g} ; +-- +-- ApposCN cn np = {s = \\n,c => cn.s ! n ! Nom ++ np.s ! c ; g = cn.g} ; +-- +} diff --git a/deprecated/old-lib/resource/hindi/NumeralHin.gf b/deprecated/old-lib/resource/hindi/NumeralHin.gf new file mode 100644 index 000000000..ae4a01ac9 --- /dev/null +++ b/deprecated/old-lib/resource/hindi/NumeralHin.gf @@ -0,0 +1,95 @@ +concrete NumeralHin of Numeral = CatHin ** open ResHin in { +-- +--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 = let two = mkNum "two" "twelve" "twenty" "second" in +-- {s = \\f,c => case of { +-- => "twelfth" ; +-- _ => two.s ! f ! c +-- } +-- } ; +-- +--lin n3 = mkNum "three" "thirteen" "thirty" "third" ; +--lin n4 = mkNum "four" "fourteen" "forty" "fourth" ; +--lin n5 = mkNum "five" "fifteen" "fifty" "fifth" ; +--lin n6 = regNum "six" ; +--lin n7 = regNum "seven" ; +--lin n8 = mkNum "eight" "eighteen" "eighty" "eighth" ; +--lin n9 = mkNum "nine" "nineteen" "ninety" "ninth" ; +-- +--lin pot01 = mkNum "one" "eleven" "ten" "first" ** {n = Sg} ; +--lin pot0 d = d ** {n = Pl} ; +--lin pot110 = regCardOrd "ten" ** {n = Pl} ; +--lin pot111 = regCardOrd "eleven" ** {n = Pl} ; +--lin pot1to19 d = {s = d.s ! teen} ** {n = Pl} ; +--lin pot0as1 n = {s = n.s ! unit} ** {n = n.n} ; +--lin pot1 d = {s = d.s ! ten} ** {n = Pl} ; +--lin pot1plus d e = { +-- s = \\c => d.s ! ten ! NCard ++ "-" ++ e.s ! unit ! c ; n = Pl} ; +--lin pot1as2 n = n ; +--lin pot2 d = {s = \\c => d.s ! unit ! NCard ++ mkCard c "hundred"} ** {n = Pl} ; +--lin pot2plus d e = { +-- s = \\c => d.s ! unit ! NCard ++ "hundred" ++ "and" ++ e.s ! c ; n = Pl} ; +--lin pot2as3 n = n ; +--lin pot3 n = { +-- s = \\c => n.s ! NCard ++ mkCard c "thousand" ; n = Pl} ; +--lin pot3plus n m = { +-- s = \\c => n.s ! NCard ++ "thousand" ++ m.s ! c ; n = Pl} ; +-- +---- numerals as sequences of digits +-- +-- lincat +-- Dig = TDigit ; +-- +-- lin +-- IDig d = d ** {tail = T1} ; +-- +-- IIDig d i = { +-- s = \\o => d.s ! NCard ++ commaIf i.tail ++ i.s ! o ; +-- n = Pl ; +-- tail = inc i.tail +-- } ; +-- +-- D_0 = mkDig "0" ; +-- D_1 = mk3Dig "1" "1st" Sg ; +-- D_2 = mk2Dig "2" "2nd" ; +-- D_3 = mk2Dig "3" "3rd" ; +-- 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 +-- commaIf : DTail -> Str = \t -> case t of { +-- T3 => "," ; +-- _ => [] +-- } ; +-- +-- inc : DTail -> DTail = \t -> case t of { +-- T1 => T2 ; +-- T2 => T3 ; +-- T3 => T1 +-- } ; +-- +-- mk2Dig : Str -> Str -> TDigit = \c,o -> mk3Dig c o Pl ; +-- mkDig : Str -> TDigit = \c -> mk2Dig c (c + "th") ; +-- +-- mk3Dig : Str -> Str -> Number -> TDigit = \c,o,n -> { +-- s = table {NCard => c ; NOrd => o} ; +-- n = n +-- } ; +-- +-- TDigit = { +-- n : Number ; +-- s : CardOrd => Str +-- } ; +-- +} diff --git a/deprecated/old-lib/resource/hindi/ParadigmsHin.gf b/deprecated/old-lib/resource/hindi/ParadigmsHin.gf new file mode 100644 index 000000000..7844caf6e --- /dev/null +++ b/deprecated/old-lib/resource/hindi/ParadigmsHin.gf @@ -0,0 +1,556 @@ +--# -path=.:../abstract:../../prelude:../common +-- +----1 Hindi Lexical Paradigms + +resource ParadigmsHin = open + (Predef=Predef), + Prelude, + MorphoHin, + CatHin + in { + +--2 Parameters + +oper + masculine : Gender ; + feminine : Gender ; + + masculine = Masc ; feminine = Fem ; --i + + +--2 Nouns + + mkN = overload { + mkN : Str -> N + = \s -> regNoun s ** {lock_N = <>} ; + mkN : Str -> Gender -> N + = \s,g -> reggNoun s g ** {lock_N = <>} ; + mkN : (x1,_,_,_,_,x6 : Str) -> Gender -> N + = \sd,so,sv,pd,po,pv,g -> mkNoun sd so sv pd po pv g ** {lock_N = <>} ; + } ; + + mkPN = overload { + mkPN : Str -> PN = \s -> let n = regNoun s in {s = n.s ! Sg ; g = n.g ; lock_PN = <>} ; + mkPN : N -> Gender -> PN = \n,g -> {s = n.s ! Sg ; g = g ; lock_PN = <>} ; + } ; + +--2 Adjectives + + mkA = overload { + mkA : Str -> A + = \s -> regAdjective s ** {lock_A = <>} ; + mkA : (x1,_,x3 : Str) -> A + = \msd,m,f -> mkAdjective msd m f ** {lock_A = <>} ; + } ; + +--2 Verbs + + mkV = overload { + mkV : Str -> V + = \s -> regVerb s ** {lock_V = <>} ; + mkV : (x1,_,_,_,_,_,_,_,_,_,_,_,_,_,x15 : Str) -> V + = \inf,stem,ims,imp,ifs,ifp,pms,pmp,pfs,pfp,ss1,ss2,sp2,sp3,r -> + mkVerb inf stem ims imp ifs ifp pms pmp pfs pfp ss1 ss2 sp2 sp3 r ** + {lock_V = <>} ; + } ; + + + mkV2 = overload { + mkV2 : Str -> V2 + = \s -> regVerb s ** {c2 = {s = [] ; c = VTrans} ; lock_V2 = <>} ; + mkV2 : V -> V2 + = \v -> v ** {c2 = {s = [] ; c = VTrans} ; lock_V2 = <>} ; + mkV2 : V -> Str -> V2 + = \v,p -> v ** {c2 = {s = p ; c = VTransPost} ; lock_V2 = <>} ; + } ; + + +----3 Compound nouns +---- +---- A compound noun is an uninflected string attached to an inflected noun, +---- such as "baby boom", "chief executive officer". +-- +-- mkN : Str -> N -> N +-- } ; +-- +-- +----3 Relational nouns +---- +---- Relational nouns ("daughter of x") need a preposition. +-- +-- mkN2 : N -> Prep -> N2 ; +-- +---- The most common preposition is "of", and the following is a +---- shortcut for regular relational nouns with "of". +-- +-- regN2 : Str -> N2 ; +-- +---- Use the function $mkPrep$ or see the section on prepositions below to +---- form other prepositions. +---- +---- Three-place relational nouns ("the connection from x to y") need two prepositions. +-- +-- mkN3 : N -> Prep -> Prep -> N3 ; +-- +-- +-- +----3 Proper names and noun phrases +---- +---- Proper names, with a regular genitive, are formed from strings. +-- +-- mkPN : overload { +-- +-- mkPN : Str -> PN ; +-- +---- Sometimes a common noun can be reused as a proper name, e.g. "Bank" +-- +-- mkPN : N -> PN +-- } ; +-- +-- +----2 Adjectives +-- +-- mkA : overload { +-- +---- For regular adjectives, the adverbial and comparison forms are derived. This holds +---- even for cases with the variations "happy - happily - happier - happiest", +---- "free - freely - freer - freest", and "rude - rudest". +-- +-- mkA : (happy : Str) -> A ; +-- +---- However, the duplication of the final consonant cannot be predicted, +---- but a separate case is used to give the comparative +-- +-- mkA : (fat,fatter : Str) -> A ; +-- +---- As many as four forms may be needed. +-- +-- mkA : (good,better,best,well : Str) -> A +-- } ; +-- +---- To force comparison to be formed by "more - most", +---- the following function is used: +-- +-- compoundA : A -> A ; -- -/more/most ridiculous +-- +-- +-- +----3 Two-place adjectives +---- +---- Two-place adjectives need a preposition for their second argument. +-- +-- mkA2 : A -> Prep -> A2 ; +-- +-- +-- +----2 Adverbs +-- +---- Adverbs are not inflected. Most lexical ones have position +---- after the verb. Some can be preverbal (e.g. "always"). +-- +-- mkAdv : Str -> Adv ; +-- mkAdV : Str -> AdV ; +-- +---- Adverbs modifying adjectives and sentences can also be formed. +-- +-- mkAdA : Str -> AdA ; +-- +----2 Prepositions +---- +---- A preposition as used for rection in the lexicon, as well as to +---- build $PP$s in the resource API, just requires a string. +-- +-- mkPrep : Str -> Prep ; +-- noPrep : Prep ; +-- +---- (These two functions are synonyms.) +-- +----2 Verbs +---- +-- +---- Verbs are constructed by the function $mkV$, which takes a varying +---- number of arguments. +-- +-- mkV : overload { +-- +---- The regular verb function recognizes the special cases where the last +---- character is "y" ("cry-cries" but "buy-buys") or a sibilant +---- ("kiss-"kisses", "jazz-jazzes", "rush-rushes", "munch - munches", +---- "fix - fixes"). +-- +-- mkV : (cry : Str) -> V ; +-- +---- Give the present and past forms for regular verbs where +---- the last letter is duplicated in some forms, +---- e.g. "rip - ripped - ripping". +-- +-- mkV : (stop, stopped : Str) -> V ; +-- +---- There is an extensive list of irregular verbs in the module $IrregularHin$. +---- In practice, it is enough to give three forms, +---- e.g. "drink - drank - drunk". +-- +-- mkV : (drink, drank, drunk : Str) -> V ; +-- +---- Irregular verbs with duplicated consonant in the present participle. +-- +-- mkV : (run, ran, run, running : Str) -> V ; +-- +---- Except for "be", the worst case needs five forms: the infinitive and +---- the third person singular present, the past indicative, and the +---- past and present participles. +-- +-- mkV : (go, goes, went, gone, going : Str) -> V +-- }; +-- +---- Verbs with a particle. +---- The particle, such as in "switch on", is given as a string. +-- +-- partV : V -> Str -> V ; +-- +---- Reflexive verbs. +---- By default, verbs are not reflexive; this function makes them that. +-- +-- reflV : V -> V ; +-- +----3 Two-place verbs +---- +---- Two-place verbs need a preposition, except the special case with direct object. +---- (transitive verbs). Notice that a particle comes from the $V$. +-- +-- mkV2 : overload { +-- mkV2 : V -> Prep -> V2 ; -- believe in +-- mkV2 : V -> V2 -- kill +-- }; +-- +----3 Three-place verbs +---- +---- Three-place (ditransitive) verbs need two prepositions, of which +---- the first one or both can be absent. +-- +-- mkV3 : V -> Prep -> Prep -> V3 ; -- speak, with, about +-- dirV3 : V -> Prep -> V3 ; -- give,_,to +-- dirdirV3 : V -> V3 ; -- give,_,_ +-- +----3 Other complement patterns +---- +---- Verbs and adjectives can take complements such as sentences, +---- questions, verb phrases, and adjectives. +-- +-- mkV0 : V -> V0 ; +-- mkVS : V -> VS ; +-- mkV2S : V -> Prep -> V2S ; +-- mkVV : V -> VV ; +-- mkV2V : V -> Prep -> Prep -> V2V ; +-- mkVA : V -> VA ; +-- mkV2A : V -> Prep -> V2A ; +-- mkVQ : V -> VQ ; +-- mkV2Q : V -> Prep -> V2Q ; +-- +-- mkAS : A -> AS ; +-- mkA2S : A -> Prep -> A2S ; +-- mkAV : A -> AV ; +-- mkA2V : A -> Prep -> A2V ; +-- +---- Notice: Categories $V0, AS, A2S, AV, A2V$ are just $A$. +---- $V0$ is just $V$; the second argument is treated as adverb. +-- +-- V0 : Type ; +-- AS, A2S, AV, A2V : Type ; +-- +----. +----2 Definitions of paradigms +---- +---- The definitions should not bother the user of the API. So they are +---- hidden from the document. +-- +-- Gender = MorphoHin.Gender ; +-- Number = MorphoHin.Number ; +-- Case = MorphoHin.Case ; +-- human = Masc ; +-- nonhuman = Neutr ; +-- masculine = Masc ; +-- feminine = Fem ; +-- singular = Sg ; +-- plural = Pl ; +-- nominative = Nom ; +-- genitive = Gen ; +-- +-- Preposition : Type = Str ; -- obsolete +-- +-- regN = \ray -> +-- let rays = add_s ray +-- in +-- mk2N ray rays ; +-- +-- +-- add_s : Str -> Str = \w -> case w of { +-- _ + ("io" | "oo") => w + "s" ; -- radio, bamboo +-- _ + ("s" | "z" | "x" | "sh" | "ch" | "o") => w + "es" ; -- bus, hero +-- _ + ("a" | "o" | "u" | "e") + "y" => w + "s" ; -- boy +-- x + "y" => x + "ies" ; -- fly +-- _ => w + "s" -- car +-- } ; +-- +-- mk2N = \man,men -> +-- let mens = case last men of { +-- "s" => men + "'" ; +-- _ => men + "'s" +-- } +-- in +-- mk4N man men (man + "'s") mens ; +-- +-- mk4N = \man,men,man's,men's -> +-- mkNoun man man's men men's ** {g = Neutr ; lock_N = <>} ; +-- +-- genderN g man = {s = man.s ; g = g ; lock_N = <>} ; +-- +-- compoundN s n = {s = \\x,y => s ++ n.s ! x ! y ; g=n.g ; lock_N = <>} ; +-- +-- mkPN = overload { +-- mkPN : Str -> PN = regPN ; +-- mkPN : N -> PN = nounPN +-- } ; +-- +-- +-- mkN2 = \n,p -> n ** {lock_N2 = <> ; c2 = p.s} ; +-- regN2 n = mkN2 (regN n) (mkPrep "of") ; +-- mkN3 = \n,p,q -> n ** {lock_N3 = <> ; c2 = p.s ; c3 = q.s} ; +-- +----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"). +-- +-- cnN2 : CN -> Prep -> N2 ; +-- cnN3 : CN -> Prep -> Prep -> N3 ; +-- +---- This is obsolete. +-- cnN2 = \n,p -> n ** {lock_N2 = <> ; c2 = p.s} ; +-- cnN3 = \n,p,q -> n ** {lock_N3 = <> ; c2 = p.s ; c3 = q.s} ; +-- +-- regPN n = regGenPN n human ; +-- regGenPN n g = nameReg n g ** {g = g ; lock_PN = <>} ; +-- nounPN n = {s = n.s ! singular ; g = n.g ; lock_PN = <>} ; +-- +-- mk2A a b = mkAdjective a a a b ** {lock_A = <>} ; +-- regA a = regADeg a ** {lock_A = <>} ; +-- +-- mkA2 a p = a ** {c2 = p.s ; lock_A2 = <>} ; +-- +-- ADeg = A ; ---- +-- +-- mkADeg a b c d = mkAdjective a b c d ** {lock_A = <>} ; +-- +-- regADeg happy = +-- let +-- happ = init happy ; +-- y = last happy ; +-- happie = case y of { +-- "y" => happ + "ie" ; +-- "e" => happy ; +-- _ => happy + "e" +-- } ; +-- happily : Str = case happy of { +-- _ + "y" => happ + "ily" ; +-- _ + "ll" => happy + "y" ; +-- _ => happy + "ly" +-- } ; +-- in mkADeg happy (happie + "r") (happie + "st") happily ; +-- +-- duplADeg fat = +-- mkADeg fat +-- (fat + last fat + "er") (fat + last fat + "est") (fat + "ly") ; +-- +-- compoundADeg a = +-- let ad = (a.s ! AAdj Posit) +-- in mkADeg ad ("more" ++ ad) ("most" ++ ad) (a.s ! AAdv) ; +-- +-- adegA a = a ; +-- +-- mkAdv x = ss x ** {lock_Adv = <>} ; +-- mkAdV x = ss x ** {lock_AdV = <>} ; +-- mkAdA x = ss x ** {lock_AdA = <>} ; +-- +-- mkPrep p = ss p ** {lock_Prep = <>} ; +-- noPrep = mkPrep [] ; +-- +-- mk5V a b c d e = mkVerb a b c d e ** {s1 = [] ; lock_V = <>} ; +-- +-- regV cry = +-- let +-- cr = init cry ; +-- y = last cry ; +-- cries = (regN cry).s ! Pl ! Nom ; -- ! +-- crie = init cries ; +-- cried = case last crie of { +-- "e" => crie + "d" ; +-- _ => crie + "ed" +-- } ; +-- crying = case y of { +-- "e" => case last cr of { +-- "e" => cry + "ing" ; +-- _ => cr + "ing" +-- } ; +-- _ => cry + "ing" +-- } +-- in mk5V cry cries cried cried crying ; +-- +-- reg2V fit fitted = +-- let fitt = Predef.tk 2 fitted ; +-- in mk5V fit (fit + "s") (fitt + "ed") (fitt + "ed") (fitt + "ing") ; +-- +-- regDuplV fit = +-- case last fit of { +-- ("a" | "e" | "i" | "o" | "u" | "y") => +-- Predef.error (["final duplication makes no sense for"] ++ fit) ; +-- t => +-- let fitt = fit + t in +-- mk5V fit (fit + "s") (fitt + "ed") (fitt + "ed") (fitt + "ing") +-- } ; +-- +-- irregV x y z = let reg = (regV x).s in +-- mk5V x (reg ! VPres) y z (reg ! VPresPart) ** {s1 = [] ; lock_V = <>} ; +-- +-- irreg4V x y z w = let reg = (regV x).s in +-- mk5V x (reg ! VPres) y z w ** {s1 = [] ; lock_V = <>} ; +-- +-- irregDuplV fit y z = +-- let +-- fitting = (regDuplV fit).s ! VPresPart +-- in +-- mk5V fit (fit + "s") y z fitting ; +-- +-- partV v p = verbPart v p ** {lock_V = <>} ; +-- reflV v = {s = v.s ; part = v.part ; lock_V = v.lock_V ; isRefl = True} ; +-- +-- prepV2 v p = v ** {s = v.s ; s1 = v.s1 ; c2 = p.s ; lock_V2 = <>} ; +-- dirV2 v = prepV2 v noPrep ; +-- +-- mkV3 v p q = v ** {s = v.s ; s1 = v.s1 ; c2 = p.s ; c3 = q.s ; lock_V3 = <>} ; +-- dirV3 v p = mkV3 v noPrep p ; +-- dirdirV3 v = dirV3 v noPrep ; +-- +-- mkVS v = v ** {lock_VS = <>} ; +-- mkVV v = { +-- s = table {VVF vf => v.s ! vf ; _ => variants {}} ; +-- isAux = False ; lock_VV = <> +-- } ; +-- mkVQ v = v ** {lock_VQ = <>} ; +-- +-- V0 : Type = V ; +---- V2S, V2V, V2Q : Type = V2 ; +-- AS, A2S, AV : Type = A ; +-- A2V : Type = A2 ; +-- +-- mkV0 v = v ** {lock_V = <>} ; +-- mkV2S v p = prepV2 v p ** {lock_V2S = <>} ; +-- mkV2V v p t = prepV2 v p ** {isAux = False ; lock_V2V = <>} ; +-- mkVA v = v ** {lock_VA = <>} ; +-- mkV2A v p = prepV2 v p ** {lock_V2A = <>} ; +-- mkV2Q v p = prepV2 v p ** {lock_V2Q = <>} ; +-- +-- mkAS v = v ** {lock_A = <>} ; +-- mkA2S v p = mkA2 v p ** {lock_A = <>} ; +-- mkAV v = v ** {lock_A = <>} ; +-- mkA2V v p = mkA2 v p ** {lock_A2 = <>} ; +-- +-- +---- pre-overload API and overload definitions +-- +-- mk4N : (man,men,man's,men's : Str) -> N ; +-- regN : Str -> N ; +-- mk2N : (man,men : Str) -> N ; +-- genderN : Gender -> N -> N ; +-- compoundN : Str -> N -> N ; +-- +-- mkN = overload { +-- mkN : (man,men,man's,men's : Str) -> N = mk4N ; +-- mkN : Str -> N = regN ; +-- mkN : (man,men : Str) -> N = mk2N ; +-- mkN : Gender -> N -> N = genderN ; +-- mkN : Str -> N -> N = compoundN +-- } ; +-- +-- +-- mk2A : (free,freely : Str) -> A ; +-- regA : Str -> A ; +-- +-- mkA = overload { +-- mkA : Str -> A = regA ; +-- mkA : (fat,fatter : Str) -> A = \fat,fatter -> +-- mkAdjective fat fatter (init fatter + "st") (fat + "ly") ** {lock_A = <>} ; +-- mkA : (good,better,best,well : Str) -> A = \a,b,c,d -> +-- mkAdjective a b c d ** {lock_A = <>} +-- } ; +-- +-- compoundA = compoundADeg ; +-- +-- +-- mk5V : (go, goes, went, gone, going : Str) -> V ; +-- regV : (cry : Str) -> V ; +-- reg2V : (stop, stopped : Str) -> V; +-- irregV : (drink, drank, drunk : Str) -> V ; +-- irreg4V : (run, ran, run, running : Str) -> V ; +-- +-- -- Use reg2V instead +-- regDuplV : Str -> V ; +-- -- Use irreg4V instead +-- irregDuplV : (get, got, gotten : Str) -> V ; +-- +-- mkV = overload { +-- mkV : (cry : Str) -> V = regV ; +-- mkV : (stop, stopped : Str) -> V = reg2V ; +-- mkV : (drink, drank, drunk : Str) -> V = irregV ; +-- mkV : (run, ran, run, running : Str) -> V = irreg4V ; +-- mkV : (go, goes, went, gone, going : Str) -> V = mk5V +-- }; +-- +-- prepV2 : V -> Prep -> V2 ; +-- dirV2 : V -> V2 ; +-- +-- mkV2 = overload { +-- mkV2 : V -> Prep -> V2 = prepV2; +-- mkV2 : V -> V2 = dirV2 +-- }; +-- +-- +------ obsolete +-- +---- Comparison adjectives may two more forms. +-- +-- ADeg : Type ; +-- +-- mkADeg : (good,better,best,well : Str) -> ADeg ; +-- +---- The regular pattern recognizes two common variations: +---- "-e" ("rude" - "ruder" - "rudest") and +---- "-y" ("happy - happier - happiest - happily") +-- +-- regADeg : Str -> ADeg ; -- long, longer, longest +-- +---- However, the duplication of the final consonant is nor predicted, +---- but a separate pattern is used: +-- +-- duplADeg : Str -> ADeg ; -- fat, fatter, fattest +-- +---- If comparison is formed by "more", "most", as in general for +---- long adjective, the following pattern is used: +-- +-- compoundADeg : A -> ADeg ; -- -/more/most ridiculous +-- +---- From a given $ADeg$, it is possible to get back to $A$. +-- +-- adegA : ADeg -> A ; +-- +-- +-- regPN : Str -> PN ; +-- regGenPN : Str -> Gender -> PN ; -- John, John's +-- +---- Sometimes you can reuse a common noun as a proper name, e.g. "Bank". +-- +-- nounPN : N -> PN ; +-- +-- +-- +} diff --git a/deprecated/old-lib/resource/hindi/PhraseHin.gf b/deprecated/old-lib/resource/hindi/PhraseHin.gf new file mode 100644 index 000000000..16a492029 --- /dev/null +++ b/deprecated/old-lib/resource/hindi/PhraseHin.gf @@ -0,0 +1,24 @@ +concrete PhraseHin of Phrase = CatHin ** open Prelude, ResHin in { +-- +-- lin +-- PhrUtt pconj utt voc = {s = pconj.s ++ utt.s ++ voc.s} ; +-- +-- UttS s = s ; +-- UttQS qs = {s = qs.s ! QDir} ; +-- UttImpSg pol imp = {s = pol.s ++ imp.s ! contrNeg True pol.p ! ImpF Sg False} ; +-- UttImpPl pol imp = {s = pol.s ++ imp.s ! contrNeg True pol.p ! ImpF Pl False} ; +-- UttImpPol pol imp = {s = pol.s ++ imp.s ! contrNeg True pol.p ! ImpF Sg True} ; +-- +-- UttIP ip = {s = ip.s ! Nom} ; --- Acc also +-- UttIAdv iadv = iadv ; +-- UttNP np = {s = np.s ! Nom} ; +-- UttVP vp = {s = infVP False vp (agrP3 Sg)} ; +-- UttAdv adv = adv ; +-- +-- NoPConj = {s = []} ; +-- PConjConj conj = {s = conj.s2} ; --- +-- +-- NoVoc = {s = []} ; +-- VocNP np = {s = "," ++ np.s ! Nom} ; +-- +} diff --git a/deprecated/old-lib/resource/hindi/QuestionHin.gf b/deprecated/old-lib/resource/hindi/QuestionHin.gf new file mode 100644 index 000000000..e35c2c3d3 --- /dev/null +++ b/deprecated/old-lib/resource/hindi/QuestionHin.gf @@ -0,0 +1,55 @@ +concrete QuestionHin of Question = CatHin ** open ResHin, Prelude in { +-- +-- flags optimize=all_subs ; +-- +-- lin +-- +-- QuestCl cl = { +-- s = \\t,a,p => +-- let cls = cl.s ! t ! a ! p +-- in table { +-- QDir => cls ! OQuest ; +-- QIndir => "if" ++ cls ! ODir +-- } ---- "whether" in ExtHin +-- } ; +-- +-- QuestVP qp vp = +-- let cl = mkClause (qp.s ! Nom) (agrP3 qp.n) vp +-- in {s = \\t,a,b,_ => cl.s ! t ! a ! b ! ODir} ; +-- +-- QuestSlash ip slash = +-- mkQuestion (ss (slash.c2 ++ ip.s ! Acc)) slash ; +-- --- stranding in ExratHin +-- +-- QuestIAdv iadv cl = mkQuestion iadv cl ; +-- +-- QuestIComp icomp np = +-- mkQuestion icomp (mkClause (np.s ! Nom) np.a (predAux auxBe)) ; +-- +-- +-- PrepIP p ip = {s = p.s ++ ip.s ! Acc} ; +-- +-- AdvIP ip adv = { +-- s = \\c => ip.s ! c ++ adv.s ; +-- n = ip.n +-- } ; +-- +-- IdetCN idet cn = { +-- s = \\c => idet.s ++ cn.s ! idet.n ! c ; +-- n = idet.n +-- } ; +-- +-- IdetIP idet = { +-- s = \\c => idet.s ; +-- n = idet.n +-- } ; +-- +-- IdetQuant idet num = { +-- s = idet.s ! num.n ++ num.s ; +-- n = num.n +-- } ; +-- +-- CompIAdv a = a ; +-- CompIP p = ss (p.s ! Nom) ; +-- +} diff --git a/deprecated/old-lib/resource/hindi/RelativeHin.gf b/deprecated/old-lib/resource/hindi/RelativeHin.gf new file mode 100644 index 000000000..c4f3ad5d4 --- /dev/null +++ b/deprecated/old-lib/resource/hindi/RelativeHin.gf @@ -0,0 +1,54 @@ +concrete RelativeHin of Relative = CatHin ** open ResHin in { +-- +-- flags optimize=all_subs ; +-- +-- lin +-- +-- RelCl cl = { +-- s = \\t,a,p,_ => "such" ++ "that" ++ cl.s ! t ! a ! p ! ODir ; +-- c = Nom +-- } ; +-- +-- RelVP rp vp = { +-- s = \\t,ant,b,ag => +-- let +-- agr = case rp.a of { +-- RNoAg => ag ; +-- RAg a => a +-- } ; +-- cl = mkClause (rp.s ! RC (fromAgr agr).g Nom) agr vp +-- in +-- cl.s ! t ! ant ! b ! ODir ; +-- c = Nom +-- } ; +-- +---- Pied piping: "at which we are looking". Stranding and empty +---- relative are defined in $ExtraHin.gf$ ("that we are looking at", +---- "we are looking at"). +-- +-- RelSlash rp slash = { +-- s = \\t,a,p,agr => +-- slash.c2 ++ rp.s ! RPrep (fromAgr agr).g ++ slash.s ! t ! a ! p ! ODir ; +-- c = Acc +-- } ; +-- +-- FunRP p np rp = { +-- s = \\c => np.s ! Acc ++ p.s ++ rp.s ! RPrep (fromAgr np.a).g ; +-- a = RAg np.a +-- } ; +-- +-- IdRP = +-- let varr : Str -> Str = \x -> variants {x ; "that"} --- for bwc +-- in { +-- s = table { +-- RC _ Gen => "whose" ; +-- RC Neutr _ => varr "which" ; +-- RC _ Acc => varr "whom" ; +-- RC _ Nom => varr "who" ; +-- RPrep Neutr => "which" ; +-- RPrep _ => "whom" +-- } ; +-- a = RNoAg +-- } ; +-- +} diff --git a/deprecated/old-lib/resource/hindi/ResHin.gf b/deprecated/old-lib/resource/hindi/ResHin.gf new file mode 100644 index 000000000..17ef91235 --- /dev/null +++ b/deprecated/old-lib/resource/hindi/ResHin.gf @@ -0,0 +1,300 @@ +--# -path=.:../abstract:../common:../../prelude +-- +--1 Hindi auxiliary operations. +-- +-- This module contains operations that are needed to make the +-- resource syntax work. + +resource ResHin = ParamX ** open Prelude in { + + flags optimize=all ; + + param + Case = Dir | Obl | Voc ; + Gender = Masc | Fem ; + + oper + Noun = {s : Number => Case => Str ; g : Gender} ; + + mkNoun : (x1,_,_,_,_,x6 : Str) -> Gender -> Noun = + \sd,so,sv,pd,po,pv,g -> { + s = table Number [table Case [sd;so;sv] ; table Case [pd;po;pv]] ; + g = g + } ; + + reggNoun : Str -> Gender -> Noun = \s,g -> case of { + <-(_ + ("A" | "I")), Fem> => + mkNoun s s s (s + "eM") (s + "oM") (s + "o") Fem ; + _ => regNoun s ** {g = g} + } ; + + regNoun : Str -> Noun = \s -> case s of { + x + "iyA" => + mkNoun s s s (x + "iyAM") (x + "iyoN") (x + "iyo") Fem ; + x + "A" => + mkNoun s (x + "e") (x + "e") (x + "e") (x + "oN") (x + "o") Masc ; + x + "I" => + mkNoun s s s (x + "iyAM") (x + "iyoN") (x + "iyo") Fem ; + _ => + mkNoun s s s s (s + "oN") (s + "o") Masc + } ; + + + Adjective = {s : Gender => Number => Case => Str} ; + + mkAdjective : (x1,x2,x3 : Str) -> Adjective = \smd,sm,f -> { + s = \\g,n,c => case of { + => smd ; + => sm ; + _ => f + } + } ; + + regAdjective : Str -> Adjective = \s -> case s of { + acch + "A" => mkAdjective s (acch + "e") (acch + "I") ; + _ => mkAdjective s s s + } ; + + param + VForm = + VInf + | VStem + | VImpf Gender Number + | VPerf Gender Number + | VSubj Number Person + | VFut Number Person Gender + | VAbs + | VReq + | VImp + | VReqFut + ; + + oper + Verb = {s : VForm => Str} ; + + mkVerb : (x1,_,_,_,_,_,_,_,_,_,_,_,_,_,x15 : Str) -> Verb = + \inf,stem,ims,imp,ifs,ifp,pms,pmp,pfs,pfp,ss1,ss2,sp2,sp3,r -> { + s = + let ga : Number -> Gender -> Str = \n,g -> + (regAdjective "gA").s ! g ! n ! Dir + in table { + VInf => inf ; + VStem => stem ; + VImpf Masc Sg => ims ; + VImpf Masc Pl => imp ; + VImpf Fem Sg => ifs ; + VImpf Fem Pl => ifp ; + VPerf Masc Sg => pms ; + VPerf Masc Pl => pmp ; + VPerf Fem Sg => pfs ; + VPerf Fem Pl => pfp ; + VSubj Sg P1 => ss1 ; + VSubj Sg _ => ss2 ; + VSubj Pl P2 => sp2 ; + VSubj Pl _ => sp3 ; + VFut Sg P1 g => ss1 + ga Sg g ; + VFut Sg _ g => ss2 + ga Sg g ; + VFut Pl P2 g => sp2 + ga Pl g ; + VFut Pl _ g => sp3 + ga Pl g ; + VAbs => stem + "kar" ; --- ke + VReq => r ; + VImp => sp2 ; + VReqFut => stem + "ie-gA" + } + } ; + + regVerb : Str -> Verb = \cal -> + let caly : Str = case cal of { + _ + ("A" | "e") => cal + "y" ; + c + "U" => c + "uy" ; + c + "I" => c + "iy" ; + _ => cal + } + in + mkVerb + (cal + "nA") cal + (cal + "tA") (cal + "te") (cal + "tI") (cal + "tI") + (caly + "A") (caly + "e") (caly + "I") (caly + "IN") + (caly + "UM") (caly + "e") (caly + "o") (caly + "eN") + (caly + "ie-") ; + + param + CTense = CPresent | CPast | CFuture ; + oper + copula : CTense -> Number -> Person -> Gender -> Str = \t,n,p,g -> + case of { + => "hUM" ; + => "hE" ; + => "hE" ; + => "hEN" ; + => "ho" ; + => "hEN" ; + => "TA" ; + => "TI" ; + => "Te" ; + => "TIN" ; + => "hUNgA" ; + => "hUNgI" ; + => "hogA" ; + => "hogI" ; + => "hoge" ; + => "hoNge" ; + => "hogi:" ; + => "hoNgi:" + } ; + + param + PronCase = PC Case | PObj | PPoss ; + oper + personalPronoun : Person -> Number -> {s : PronCase => Str} = \p,n -> + case of { + => {s = table PronCase ["mEN" ; "muJ" ; "muJ" ; "muJe" ; "merA"]} ; + => {s = table PronCase ["ham" ; "ham" ; "ham" ; "hameN" ; "hamArA"]} ; + => {s = table PronCase ["tU" ; "tuJ" ; "tuJ" ; "tuJe" ; "terA"]} ; + => {s = table PronCase ["tum" ; "tum" ; "tum" ; "tum" ; "tumhArA"]} ; + => {s = table PronCase ["vah" ; "u-s" ; "u-s" ; "u-se" ; "u-skA"]} ; + => {s = table PronCase ["ve" ; "u-n" ; "u-n" ; "u-nheN" ; "u-nkA"]} + } ; + ---- the third is the vocative - is it really this way? + + -- the Hindi verb phrase + +--- CTense = CPresent | CPast | CFuture ; + + + + param + VPHTense = + VPGenPres -- impf hum nahim "I go" + | VPImpPast -- impf Ta nahim "I went" + | VPContPres -- stem raha hum nahim "I am going" + | VPContPast -- stem raha Ta nahim "I was going" + | VPPerf -- perf na/nahim "I went" + | VPPerfPres -- perf hum na/nahim "I have gone" + | VPPerfPast -- perf Ta na/nahim "I had gone" + | VPSubj -- subj na "I may go" + | VPFut -- fut na/nahim "I shall go" + ; + + VPHForm = + VPTense VPHTense Agr -- 9 * 12 + | VPReq + | VPImp + | VPReqFut + | VPInf + | VPStem + ; + + VType = VIntrans | VTrans | VTransPost ; + + oper + objVType : VType -> NPCase = \vt -> case vt of { + VTrans => NPObj ; + _ => NPC Obl + } ; + + VPH : Type = { + s : Bool => VPHForm => {fin, inf, neg : Str} ; + obj : {s : Str ; a : Agr} ; + subj : VType ; + comp : Agr => Str + } ; + + predV : Verb -> VPH = \verb -> { + s = \\b,vh => + let + na = if_then_Str b [] "na" ; + nahim = if_then_Str b [] "nahIN" ; + in + case vh of { + VPTense VPGenPres (Ag g n p) => + {fin = copula CPresent n p g ; inf = verb.s ! VImpf g n ; neg = nahim} ; + VPTense VPImpPast (Ag g n p) => + {fin = copula CPast n p g ; inf = verb.s ! VImpf g n ; neg = nahim} ; + VPTense VPContPres (Ag g n p) => + {fin = copula CPresent n p g ; + inf = verb.s ! VStem ++ raha g n ; neg = nahim} ; + VPTense VPContPast (Ag g n p) => + {fin = copula CPast n p g ; + inf = verb.s ! VStem ++ raha g n ; neg = nahim} ; + VPTense VPPerf (Ag g n _) => + {fin = verb.s ! VPerf g n ; inf = [] ; neg = nahim} ; + VPTense VPPerfPres (Ag g n p) => + {fin = copula CPresent n p g ; inf = verb.s ! VPerf g n ; neg = nahim} ; + VPTense VPPerfPast (Ag g n p) => + {fin = copula CPast n p g ; inf = verb.s ! VPerf g n ; neg = nahim} ; + VPTense VPSubj (Ag _ n p) => {fin = verb.s ! VSubj n p ; inf = [] ; neg = na} ; + VPTense VPFut (Ag g n p) => {fin = verb.s ! VFut n p g ; inf = [] ; neg = na} ; + VPInf => {fin = verb.s ! VStem ; inf = [] ; neg = na} ; + _ => {fin = verb.s ! VStem ; inf = [] ; neg = na} ---- + } ; + obj = {s = [] ; a = defaultAgr} ; + subj = VIntrans ; + comp = \\_ => [] + } ; + + raha : Gender -> Number -> Str = \g,n -> + (regAdjective "rahA").s ! g ! n ! Dir ; + + VPHSlash = VPH ** {c2 : Compl} ; + + Clause : Type = {s : VPHTense => Bool => Str} ; + + Compl : Type = {s : Str ; c : VType} ; + + insertObject : NP -> VPHSlash -> VPH = \np,vps -> { + s = vps.s ; + obj = {s = vps.obj.s ++ np.s ! objVType vps.c2.c ++ vps.c2.s ; a = np.a} ; + subj = vps.c2.c ; + comp = vps.comp + } ; + + param + Agr = Ag Gender Number Person ; + NPCase = NPC Case | NPObj | NPErg ; + + oper + agrP3 : Gender -> Number -> Agr = \g,n -> Ag g n P3 ; + + defaultAgr : Agr = agrP3 Masc Sg ; + + npcase2case : NPCase -> Case = \npc -> case npc of { + NPC c => c ; + NPObj => Obl ; + NPErg => Obl + } ; + + np2pronCase : NPCase -> PronCase = \np -> case np of { + NPC c => PC c ; + NPObj => PObj ; + NPErg => PC Obl + } ; + + toNP : (Case => Str) -> NPCase -> Str = \pn, npc -> case npc of { + NPC c => pn ! c ; + NPObj => pn ! Obl ; + NPErg => pn ! Obl ++ "ne" + } ; + + NP : Type = {s : NPCase => Str ; a : Agr} ; + + mkClause : NP -> VPH -> Clause = \np,vp -> { + s = \\vt,b => + let + subjagr : NPCase * Agr = case vt of { + VPPerf => case vp.subj of { + VTrans => ; + VTransPost => ; + _ => + } ; + _ => + } ; + subj = subjagr.p1 ; + agr = subjagr.p2 ; + vps = vp.s ! b ! VPTense vt agr ; + in + np.s ! subj ++ vp.obj.s ++ vp.comp ! np.a ++ vps.neg ++ vps.inf ++ vps.fin + } ; + + +} diff --git a/deprecated/old-lib/resource/hindi/SentenceHin.gf b/deprecated/old-lib/resource/hindi/SentenceHin.gf new file mode 100644 index 000000000..d4930c9af --- /dev/null +++ b/deprecated/old-lib/resource/hindi/SentenceHin.gf @@ -0,0 +1,66 @@ +concrete SentenceHin of Sentence = CatHin ** open Prelude, ResHin in { + + flags optimize=all_subs ; + + lin + + PredVP np vp = mkClause np vp ; + +-- PredSCVP sc vp = mkClause sc.s (agrP3 Sg) vp ; +-- +-- ImpVP vp = { +-- s = \\pol,n => +-- let +-- agr = AgP2 (numImp n) ; +-- verb = infVP True vp agr ; +-- dont = case pol of { +-- CNeg True => "don't" ; +-- CNeg False => "do" ++ "not" ; +-- _ => [] +-- } +-- in +-- dont ++ verb +-- } ; +-- +-- SlashVP np vp = +-- mkClause (np.s ! Nom) np.a vp ** {c2 = vp.c2} ; +-- +-- AdvSlash slash adv = { +-- s = \\t,a,b,o => slash.s ! t ! a ! b ! o ++ adv.s ; +-- c2 = slash.c2 +-- } ; +-- +-- SlashPrep cl prep = cl ** {c2 = prep.s} ; +-- +-- SlashVS np vs slash = +-- mkClause (np.s ! Nom) np.a +-- (insertObj (\\_ => conjThat ++ slash.s) (predV vs)) ** +-- {c2 = slash.c2} ; +-- +-- EmbedS s = {s = conjThat ++ s.s} ; +-- EmbedQS qs = {s = qs.s ! QIndir} ; +-- EmbedVP vp = {s = infVP False vp (agrP3 Sg)} ; --- agr +-- +-- UseCl t a p cl = { +-- s = t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! ctr p.p ! ODir +-- } ; +-- UseQCl t a p cl = { +-- s = \\q => t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! ctr p.p ! q +-- } ; +-- UseRCl t a p cl = { +-- s = \\r => t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! ctr p.p ! r ; +-- c = cl.c +-- } ; +-- UseSlash t a p cl = { +-- s = t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! ctr p.p ! ODir ; +-- c2 = cl.c2 +-- } ; +-- +-- AdvS a s = {s = a.s ++ "," ++ s.s} ; +-- +-- RelS s r = {s = s.s ++ "," ++ r.s ! agrP3 Sg} ; +-- +-- oper +-- ctr = contrNeg True ; -- contracted negations +-- +} diff --git a/deprecated/old-lib/resource/hindi/StructuralHin.gf b/deprecated/old-lib/resource/hindi/StructuralHin.gf new file mode 100644 index 000000000..9ad5d8e53 --- /dev/null +++ b/deprecated/old-lib/resource/hindi/StructuralHin.gf @@ -0,0 +1,132 @@ +concrete StructuralHin of Structural = CatHin ** + open MorphoHin, (P = ParadigmsHin), Prelude in { + + flags optimize=all ; + + lin +-- above_Prep = ss "above" ; +-- after_Prep = ss "after" ; +-- all_Predet = ss "all" ; +-- almost_AdA, almost_AdN = ss "almost" ; +-- although_Subj = ss "although" ; +-- always_AdV = ss "always" ; +-- and_Conj = sd2 [] "and" ** {n = Pl} ; +-----b and_Conj = ss "and" ** {n = Pl} ; +-- because_Subj = ss "because" ; +-- before_Prep = ss "before" ; +-- behind_Prep = ss "behind" ; +-- between_Prep = ss "between" ; +-- both7and_DConj = sd2 "both" "and" ** {n = Pl} ; +-- but_PConj = ss "but" ; +-- by8agent_Prep = ss "by" ; +-- by8means_Prep = ss "by" ; +-- can8know_VV, can_VV = { +-- s = table { +-- VVF VInf => ["be able to"] ; +-- VVF VPres => "can" ; +-- VVF VPPart => ["been able to"] ; +-- VVF VPresPart => ["being able to"] ; +-- VVF VPast => "could" ; --# notpresent +-- VVPastNeg => "couldn't" ; --# notpresent +-- VVPresNeg => "can't" +-- } ; +-- isAux = True +-- } ; +-- during_Prep = ss "during" ; +-- either7or_DConj = sd2 "either" "or" ** {n = Sg} ; +-- everybody_NP = regNP "everybody" Sg ; +-- every_Det = mkDeterminer Sg "every" ; +-- everything_NP = regNP "everything" Sg ; +-- everywhere_Adv = ss "everywhere" ; +-- few_Det = mkDeterminer Pl "few" ; +----- first_Ord = ss "first" ; DEPRECATED +-- for_Prep = ss "for" ; +-- from_Prep = ss "from" ; + he_Pron = personalPronoun P3 Sg ** {a = Ag Masc Sg P3} ; +-- here_Adv = ss "here" ; +-- here7to_Adv = ss ["to here"] ; +-- here7from_Adv = ss ["from here"] ; +-- how_IAdv = ss "how" ; +-- how8many_IDet = mkDeterminer Pl ["how many"] ; +-- if_Subj = ss "if" ; +-- in8front_Prep = ss ["in front of"] ; + i_Pron = personalPronoun P1 Sg ** {a = Ag Masc Sg P1} ; + in_Prep = ss "meN" ; +-- it_Pron = mkNP "it" "it" "its" Sg P3 Neutr ; +-- less_CAdv = ss "less" ; +-- many_Det = mkDeterminer Pl "many" ; +-- more_CAdv = ss "more" ; +-- most_Predet = ss "most" ; +-- much_Det = mkDeterminer Sg "much" ; +-- must_VV = { +-- s = table { +-- VVF VInf => ["have to"] ; +-- VVF VPres => "must" ; +-- VVF VPPart => ["had to"] ; +-- VVF VPresPart => ["having to"] ; +-- VVF VPast => ["had to"] ; --# notpresent +-- VVPastNeg => ["hadn't to"] ; --# notpresent +-- VVPresNeg => "mustn't" +-- } ; +-- isAux = True +-- } ; +-----b no_Phr = ss "no" ; +-- no_Utt = ss "no" ; +-- on_Prep = ss "on" ; +------ one_Quant = mkDeterminer Sg "one" ; -- DEPRECATED +-- only_Predet = ss "only" ; +-- or_Conj = sd2 [] "or" ** {n = Sg} ; +-- otherwise_PConj = ss "otherwise" ; +-- part_Prep = ss "of" ; +-- please_Voc = ss "please" ; +-- possess_Prep = ss "of" ; +-- quite_Adv = ss "quite" ; +-- she_Pron = mkNP "she" "her" "her" Sg P3 Fem ; +-- so_AdA = ss "so" ; +-- somebody_NP = regNP "somebody" Sg ; +-- someSg_Det = mkDeterminer Sg "some" ; +-- somePl_Det = mkDeterminer Pl "some" ; +-- something_NP = regNP "something" Sg ; +-- somewhere_Adv = ss "somewhere" ; +-- that_Quant = mkQuant "that" "those" ; +-- there_Adv = ss "there" ; +-- there7to_Adv = ss "there" ; +-- there7from_Adv = ss ["from there"] ; +-- therefore_PConj = ss "therefore" ; +-- they_Pron = mkNP "they" "them" "their" Pl P3 Masc ; ---- +-- this_Quant = mkQuant "this" "these" ; +-- through_Prep = ss "through" ; +-- too_AdA = ss "too" ; +-- to_Prep = ss "to" ; +-- under_Prep = ss "under" ; +-- very_AdA = ss "very" ; +-- want_VV = P.mkVV (P.regV "want") ; + we_Pron = personalPronoun P1 Pl ** {a = Ag Masc Pl P1} ; + +-- whatPl_IP = mkIP "what" "what" "what's" Sg ; +-- whatSg_IP = mkIP "what" "what" "what's" Sg ; +-- when_IAdv = ss "when" ; +-- when_Subj = ss "when" ; +-- where_IAdv = ss "where" ; +-- which_IQuant = {s = \\_ => "which"} ; +-----b whichPl_IDet = mkDeterminer Pl ["which"] ; +-----b whichSg_IDet = mkDeterminer Sg ["which"] ; +-- whoSg_IP = mkIP "who" "whom" "whose" Sg ; +-- whoPl_IP = mkIP "who" "whom" "whose" Pl ; +-- why_IAdv = ss "why" ; +-- without_Prep = ss "without" ; +-- with_Prep = ss "with" ; +-----b yes_Phr = ss "yes" ; +-- yes_Utt = ss "yes" ; +-- youSg_Pron = mkNP "you" "you" "your" Sg P2 Masc ; +-- youPl_Pron = mkNP "you" "you" "your" Pl P2 Masc ; +-- youPol_Pron = mkNP "you" "you" "your" Sg P2 Masc ; +-- +-- +--oper +-- mkQuant : Str -> Str -> {s : Number => Str} = \x,y -> { +-- s = table Number [x ; y] +-- } ; +-- +} +-- diff --git a/deprecated/old-lib/resource/hindi/VerbHin.gf b/deprecated/old-lib/resource/hindi/VerbHin.gf new file mode 100644 index 000000000..c2abf824d --- /dev/null +++ b/deprecated/old-lib/resource/hindi/VerbHin.gf @@ -0,0 +1,50 @@ +concrete VerbHin of Verb = CatHin ** open ResHin in { + + flags optimize=all_subs ; + + lin + UseV = predV ; + + SlashV2a v = predV v ** {c2 = v.c2} ; + +-- Slash2V3 v np = +-- insertObjc (\\_ => v.c2 ++ np.s ! Acc) (predV v ** {c2 = v.c3}) ; +-- Slash3V3 v np = +-- insertObjc (\\_ => v.c3 ++ np.s ! Acc) (predVc v) ; ---- +-- +-- ComplVV v vp = insertObj (\\a => infVP v.isAux vp a) (predVV v) ; +-- ComplVS v s = insertObj (\\_ => conjThat ++ s.s) (predV v) ; +-- ComplVQ v q = insertObj (\\_ => q.s ! QIndir) (predV v) ; +-- ComplVA v ap = insertObj (ap.s) (predV v) ; +-- +-- SlashV2V v vp = insertObjc (\\a => infVP v.isAux vp a) (predVc v) ; +-- SlashV2S v s = insertObjc (\\_ => conjThat ++ s.s) (predVc v) ; +-- SlashV2Q v q = insertObjc (\\_ => q.s ! QIndir) (predVc v) ; +-- SlashV2A v ap = insertObjc (\\a => ap.s ! a) (predVc v) ; ---- + + ComplSlash vp np = insertObject np vp ; + +-- SlashVV vv vp = +-- insertObj (\\a => infVP vv.isAux vp a) (predVV vv) ** +-- {c2 = vp.c2} ; +-- SlashV2VNP vv np vp = +-- insertObjPre (\\_ => vp.c2 ++ np.s ! Acc) +-- (insertObjc (\\a => infVP vv.isAux vp a) (predVc vv)) ** +-- {c2 = vp.c2} ; +-- +-- UseComp comp = insertComplement comp.s (predAux auxBe) ; +-- +-- AdvVP vp adv = insertObj (\\_ => adv.s) vp ; +-- +-- AdVVP adv vp = insertAdV adv.s vp ; +-- +-- ReflVP v = insertObjPre (\\a => v.c2 ++ reflPron ! a) v ; +-- +-- PassV2 v = insertObj (\\_ => v.s ! VPPart) (predAux auxBe) ; +-- +-- +-- CompAP ap = ap ; +-- CompNP np = {s = \\_ => np.s ! Acc} ; +-- CompAdv a = {s = \\_ => a.s} ; +-- +} diff --git a/deprecated/old-lib/resource/hindi/utf8/MkLex.hs b/deprecated/old-lib/resource/hindi/utf8/MkLex.hs new file mode 100644 index 000000000..248f6f875 --- /dev/null +++ b/deprecated/old-lib/resource/hindi/utf8/MkLex.hs @@ -0,0 +1,19 @@ +main = interact (concat . map mkOne . zip [10001..] . lines) + +mkOne (i,line) = case line of + '<':cs -> case pos line of + "nuon" -> entry (show i) (word line) "N" + "brev" -> entry (show i) (word line) "V" + "evitcejda" -> entry (show i) (word line) "A" + _ -> "" + _ -> "" + +pos line = case reverse line of + '>':cs -> takeWhile (/='<') cs + _ -> "" + +word line = takeWhile (/='>') line + +entry i w c = + "fun w" ++ i ++ "_" ++ c ++ " : " ++ c ++ " ;\n" ++ + "lin w" ++ i ++ "_" ++ c ++ " = mk" ++ c ++ " \"" ++ w ++ "\" ;\n" diff --git a/deprecated/old-lib/resource/hindi/utf8/ParadigmsHin.gf b/deprecated/old-lib/resource/hindi/utf8/ParadigmsHin.gf new file mode 100644 index 000000000..f37974d7a --- /dev/null +++ b/deprecated/old-lib/resource/hindi/utf8/ParadigmsHin.gf @@ -0,0 +1,551 @@ +--# -path=.:..:../../abstract:../../common +-- +----1 Hindi Lexical Paradigms + +resource ParadigmsHin = open + (Predef=Predef), + Prelude, + MorphoHin, + CatHin + in { + +--2 Parameters + +oper + masculine : Gender ; + feminine : Gender ; + + masculine = Masc ; feminine = Fem ; --i + + +--2 Nouns + + mkN = overload { + mkN : Str -> N + = \s -> regNoun s ** {lock_N = <>} ; + mkN : Str -> Gender -> N + = \s,g -> reggNoun s g ** {lock_N = <>} ; + mkN : (x1,_,_,_,_,x6 : Str) -> Gender -> N + = \sd,so,sv,pd,po,pv,g -> mkNoun sd so sv pd po pv g ** {lock_N = <>} ; + } ; + +--2 Adjectives + + mkA = overload { + mkA : Str -> A + = \s -> regAdjective s ** {lock_A = <>} ; + mkA : (x1,_,x3 : Str) -> A + = \msd,m,f -> mkAdjective msd m f ** {lock_A = <>} ; + } ; + +--2 Verbs + + mkV = overload { + mkV : Str -> V + = \s -> regVerb s ** {lock_V = <>} ; + mkV : (x1,_,_,_,_,_,_,_,_,_,_,_,_,_,x15 : Str) -> V + = \inf,stem,ims,imp,ifs,ifp,pms,pmp,pfs,pfp,ss1,ss2,sp2,sp3,r -> + mkVerb inf stem ims imp ifs ifp pms pmp pfs pfp ss1 ss2 sp2 sp3 r ** + {lock_V = <>} ; + } ; + + + mkV2 = overload { + mkV2 : Str -> V2 + = \s -> regVerb s ** {c2 = {s = [] ; c = VTrans} ; lock_V2 = <>} ; + mkV2 : V -> V2 + = \v -> v ** {c2 = {s = [] ; c = VTrans} ; lock_V2 = <>} ; + mkV2 : V -> Str -> V2 + = \v,p -> v ** {c2 = {s = p ; c = VTransPost} ; lock_V2 = <>} ; + } ; + + +----3 Compound nouns +---- +---- A compound noun is an uninflected string attached to an inflected noun, +---- such as "baby boom", "chief executive officer". +-- +-- mkN : Str -> N -> N +-- } ; +-- +-- +----3 Relational nouns +---- +---- Relational nouns ("daughter of x") need a preposition. +-- +-- mkN2 : N -> Prep -> N2 ; +-- +---- The most common preposition is "of", and the following is a +---- shortcut for regular relational nouns with "of". +-- +-- regN2 : Str -> N2 ; +-- +---- Use the function $mkPrep$ or see the section on prepositions below to +---- form other prepositions. +---- +---- Three-place relational nouns ("the connection from x to y") need two prepositions. +-- +-- mkN3 : N -> Prep -> Prep -> N3 ; +-- +-- +-- +----3 Proper names and noun phrases +---- +---- Proper names, with a regular genitive, are formed from strings. +-- +-- mkPN : overload { +-- +-- mkPN : Str -> PN ; +-- +---- Sometimes a common noun can be reused as a proper name, e.g. "Bank" +-- +-- mkPN : N -> PN +-- } ; +-- +-- +----2 Adjectives +-- +-- mkA : overload { +-- +---- For regular adjectives, the adverbial and comparison forms are derived. This holds +---- even for cases with the variations "happy - happily - happier - happiest", +---- "free - freely - freer - freest", and "rude - rudest". +-- +-- mkA : (happy : Str) -> A ; +-- +---- However, the duplication of the final consonant cannot be predicted, +---- but a separate case is used to give the comparative +-- +-- mkA : (fat,fatter : Str) -> A ; +-- +---- As many as four forms may be needed. +-- +-- mkA : (good,better,best,well : Str) -> A +-- } ; +-- +---- To force comparison to be formed by "more - most", +---- the following function is used: +-- +-- compoundA : A -> A ; -- -/more/most ridiculous +-- +-- +-- +----3 Two-place adjectives +---- +---- Two-place adjectives need a preposition for their second argument. +-- +-- mkA2 : A -> Prep -> A2 ; +-- +-- +-- +----2 Adverbs +-- +---- Adverbs are not inflected. Most lexical ones have position +---- after the verb. Some can be preverbal (e.g. "always"). +-- +-- mkAdv : Str -> Adv ; +-- mkAdV : Str -> AdV ; +-- +---- Adverbs modifying adjectives and sentences can also be formed. +-- +-- mkAdA : Str -> AdA ; +-- +----2 Prepositions +---- +---- A preposition as used for rection in the lexicon, as well as to +---- build $PP$s in the resource API, just requires a string. +-- +-- mkPrep : Str -> Prep ; +-- noPrep : Prep ; +-- +---- (These two functions are synonyms.) +-- +----2 Verbs +---- +-- +---- Verbs are constructed by the function $mkV$, which takes a varying +---- number of arguments. +-- +-- mkV : overload { +-- +---- The regular verb function recognizes the special cases where the last +---- character is "y" ("cry-cries" but "buy-buys") or a sibilant +---- ("kiss-"kisses", "jazz-jazzes", "rush-rushes", "munch - munches", +---- "fix - fixes"). +-- +-- mkV : (cry : Str) -> V ; +-- +---- Give the present and past forms for regular verbs where +---- the last letter is duplicated in some forms, +---- e.g. "rip - ripped - ripping". +-- +-- mkV : (stop, stopped : Str) -> V ; +-- +---- There is an extensive list of irregular verbs in the module $IrregularHin$. +---- In practice, it is enough to give three forms, +---- e.g. "drink - drank - drunk". +-- +-- mkV : (drink, drank, drunk : Str) -> V ; +-- +---- Irregular verbs with duplicated consonant in the present participle. +-- +-- mkV : (run, ran, run, running : Str) -> V ; +-- +---- Except for "be", the worst case needs five forms: the infinitive and +---- the third person singular present, the past indicative, and the +---- past and present participles. +-- +-- mkV : (go, goes, went, gone, going : Str) -> V +-- }; +-- +---- Verbs with a particle. +---- The particle, such as in "switch on", is given as a string. +-- +-- partV : V -> Str -> V ; +-- +---- Reflexive verbs. +---- By default, verbs are not reflexive; this function makes them that. +-- +-- reflV : V -> V ; +-- +----3 Two-place verbs +---- +---- Two-place verbs need a preposition, except the special case with direct object. +---- (transitive verbs). Notice that a particle comes from the $V$. +-- +-- mkV2 : overload { +-- mkV2 : V -> Prep -> V2 ; -- believe in +-- mkV2 : V -> V2 -- kill +-- }; +-- +----3 Three-place verbs +---- +---- Three-place (ditransitive) verbs need two prepositions, of which +---- the first one or both can be absent. +-- +-- mkV3 : V -> Prep -> Prep -> V3 ; -- speak, with, about +-- dirV3 : V -> Prep -> V3 ; -- give,_,to +-- dirdirV3 : V -> V3 ; -- give,_,_ +-- +----3 Other complement patterns +---- +---- Verbs and adjectives can take complements such as sentences, +---- questions, verb phrases, and adjectives. +-- +-- mkV0 : V -> V0 ; +-- mkVS : V -> VS ; +-- mkV2S : V -> Prep -> V2S ; +-- mkVV : V -> VV ; +-- mkV2V : V -> Prep -> Prep -> V2V ; +-- mkVA : V -> VA ; +-- mkV2A : V -> Prep -> V2A ; +-- mkVQ : V -> VQ ; +-- mkV2Q : V -> Prep -> V2Q ; +-- +-- mkAS : A -> AS ; +-- mkA2S : A -> Prep -> A2S ; +-- mkAV : A -> AV ; +-- mkA2V : A -> Prep -> A2V ; +-- +---- Notice: Categories $V0, AS, A2S, AV, A2V$ are just $A$. +---- $V0$ is just $V$; the second argument is treated as adverb. +-- +-- V0 : Type ; +-- AS, A2S, AV, A2V : Type ; +-- +----. +----2 Definitions of paradigms +---- +---- The definitions should not bother the user of the API. So they are +---- hidden from the document. +-- +-- Gender = MorphoHin.Gender ; +-- Number = MorphoHin.Number ; +-- Case = MorphoHin.Case ; +-- human = Masc ; +-- nonhuman = Neutr ; +-- masculine = Masc ; +-- feminine = Fem ; +-- singular = Sg ; +-- plural = Pl ; +-- nominative = Nom ; +-- genitive = Gen ; +-- +-- Preposition : Type = Str ; -- obsolete +-- +-- regN = \ray -> +-- let rays = add_s ray +-- in +-- mk2N ray rays ; +-- +-- +-- add_s : Str -> Str = \w -> case w of { +-- _ + ("io" | "oo") => w + "s" ; -- radio, bamboo +-- _ + ("s" | "z" | "x" | "sh" | "ch" | "o") => w + "es" ; -- bus, hero +-- _ + ("a" | "o" | "u" | "e") + "y" => w + "s" ; -- boy +-- x + "y" => x + "ies" ; -- fly +-- _ => w + "s" -- car +-- } ; +-- +-- mk2N = \man,men -> +-- let mens = case last men of { +-- "s" => men + "'" ; +-- _ => men + "'s" +-- } +-- in +-- mk4N man men (man + "'s") mens ; +-- +-- mk4N = \man,men,man's,men's -> +-- mkNoun man man's men men's ** {g = Neutr ; lock_N = <>} ; +-- +-- genderN g man = {s = man.s ; g = g ; lock_N = <>} ; +-- +-- compoundN s n = {s = \\x,y => s ++ n.s ! x ! y ; g=n.g ; lock_N = <>} ; +-- +-- mkPN = overload { +-- mkPN : Str -> PN = regPN ; +-- mkPN : N -> PN = nounPN +-- } ; +-- +-- +-- mkN2 = \n,p -> n ** {lock_N2 = <> ; c2 = p.s} ; +-- regN2 n = mkN2 (regN n) (mkPrep "of") ; +-- mkN3 = \n,p,q -> n ** {lock_N3 = <> ; c2 = p.s ; c3 = q.s} ; +-- +----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"). +-- +-- cnN2 : CN -> Prep -> N2 ; +-- cnN3 : CN -> Prep -> Prep -> N3 ; +-- +---- This is obsolete. +-- cnN2 = \n,p -> n ** {lock_N2 = <> ; c2 = p.s} ; +-- cnN3 = \n,p,q -> n ** {lock_N3 = <> ; c2 = p.s ; c3 = q.s} ; +-- +-- regPN n = regGenPN n human ; +-- regGenPN n g = nameReg n g ** {g = g ; lock_PN = <>} ; +-- nounPN n = {s = n.s ! singular ; g = n.g ; lock_PN = <>} ; +-- +-- mk2A a b = mkAdjective a a a b ** {lock_A = <>} ; +-- regA a = regADeg a ** {lock_A = <>} ; +-- +-- mkA2 a p = a ** {c2 = p.s ; lock_A2 = <>} ; +-- +-- ADeg = A ; ---- +-- +-- mkADeg a b c d = mkAdjective a b c d ** {lock_A = <>} ; +-- +-- regADeg happy = +-- let +-- happ = init happy ; +-- y = last happy ; +-- happie = case y of { +-- "y" => happ + "ie" ; +-- "e" => happy ; +-- _ => happy + "e" +-- } ; +-- happily : Str = case happy of { +-- _ + "y" => happ + "ily" ; +-- _ + "ll" => happy + "y" ; +-- _ => happy + "ly" +-- } ; +-- in mkADeg happy (happie + "r") (happie + "st") happily ; +-- +-- duplADeg fat = +-- mkADeg fat +-- (fat + last fat + "er") (fat + last fat + "est") (fat + "ly") ; +-- +-- compoundADeg a = +-- let ad = (a.s ! AAdj Posit) +-- in mkADeg ad ("more" ++ ad) ("most" ++ ad) (a.s ! AAdv) ; +-- +-- adegA a = a ; +-- +-- mkAdv x = ss x ** {lock_Adv = <>} ; +-- mkAdV x = ss x ** {lock_AdV = <>} ; +-- mkAdA x = ss x ** {lock_AdA = <>} ; +-- +-- mkPrep p = ss p ** {lock_Prep = <>} ; +-- noPrep = mkPrep [] ; +-- +-- mk5V a b c d e = mkVerb a b c d e ** {s1 = [] ; lock_V = <>} ; +-- +-- regV cry = +-- let +-- cr = init cry ; +-- y = last cry ; +-- cries = (regN cry).s ! Pl ! Nom ; -- ! +-- crie = init cries ; +-- cried = case last crie of { +-- "e" => crie + "d" ; +-- _ => crie + "ed" +-- } ; +-- crying = case y of { +-- "e" => case last cr of { +-- "e" => cry + "ing" ; +-- _ => cr + "ing" +-- } ; +-- _ => cry + "ing" +-- } +-- in mk5V cry cries cried cried crying ; +-- +-- reg2V fit fitted = +-- let fitt = Predef.tk 2 fitted ; +-- in mk5V fit (fit + "s") (fitt + "ed") (fitt + "ed") (fitt + "ing") ; +-- +-- regDuplV fit = +-- case last fit of { +-- ("a" | "e" | "i" | "o" | "u" | "y") => +-- Predef.error (["final duplication makes no sense for"] ++ fit) ; +-- t => +-- let fitt = fit + t in +-- mk5V fit (fit + "s") (fitt + "ed") (fitt + "ed") (fitt + "ing") +-- } ; +-- +-- irregV x y z = let reg = (regV x).s in +-- mk5V x (reg ! VPres) y z (reg ! VPresPart) ** {s1 = [] ; lock_V = <>} ; +-- +-- irreg4V x y z w = let reg = (regV x).s in +-- mk5V x (reg ! VPres) y z w ** {s1 = [] ; lock_V = <>} ; +-- +-- irregDuplV fit y z = +-- let +-- fitting = (regDuplV fit).s ! VPresPart +-- in +-- mk5V fit (fit + "s") y z fitting ; +-- +-- partV v p = verbPart v p ** {lock_V = <>} ; +-- reflV v = {s = v.s ; part = v.part ; lock_V = v.lock_V ; isRefl = True} ; +-- +-- prepV2 v p = v ** {s = v.s ; s1 = v.s1 ; c2 = p.s ; lock_V2 = <>} ; +-- dirV2 v = prepV2 v noPrep ; +-- +-- mkV3 v p q = v ** {s = v.s ; s1 = v.s1 ; c2 = p.s ; c3 = q.s ; lock_V3 = <>} ; +-- dirV3 v p = mkV3 v noPrep p ; +-- dirdirV3 v = dirV3 v noPrep ; +-- +-- mkVS v = v ** {lock_VS = <>} ; +-- mkVV v = { +-- s = table {VVF vf => v.s ! vf ; _ => variants {}} ; +-- isAux = False ; lock_VV = <> +-- } ; +-- mkVQ v = v ** {lock_VQ = <>} ; +-- +-- V0 : Type = V ; +---- V2S, V2V, V2Q : Type = V2 ; +-- AS, A2S, AV : Type = A ; +-- A2V : Type = A2 ; +-- +-- mkV0 v = v ** {lock_V = <>} ; +-- mkV2S v p = prepV2 v p ** {lock_V2S = <>} ; +-- mkV2V v p t = prepV2 v p ** {isAux = False ; lock_V2V = <>} ; +-- mkVA v = v ** {lock_VA = <>} ; +-- mkV2A v p = prepV2 v p ** {lock_V2A = <>} ; +-- mkV2Q v p = prepV2 v p ** {lock_V2Q = <>} ; +-- +-- mkAS v = v ** {lock_A = <>} ; +-- mkA2S v p = mkA2 v p ** {lock_A = <>} ; +-- mkAV v = v ** {lock_A = <>} ; +-- mkA2V v p = mkA2 v p ** {lock_A2 = <>} ; +-- +-- +---- pre-overload API and overload definitions +-- +-- mk4N : (man,men,man's,men's : Str) -> N ; +-- regN : Str -> N ; +-- mk2N : (man,men : Str) -> N ; +-- genderN : Gender -> N -> N ; +-- compoundN : Str -> N -> N ; +-- +-- mkN = overload { +-- mkN : (man,men,man's,men's : Str) -> N = mk4N ; +-- mkN : Str -> N = regN ; +-- mkN : (man,men : Str) -> N = mk2N ; +-- mkN : Gender -> N -> N = genderN ; +-- mkN : Str -> N -> N = compoundN +-- } ; +-- +-- +-- mk2A : (free,freely : Str) -> A ; +-- regA : Str -> A ; +-- +-- mkA = overload { +-- mkA : Str -> A = regA ; +-- mkA : (fat,fatter : Str) -> A = \fat,fatter -> +-- mkAdjective fat fatter (init fatter + "st") (fat + "ly") ** {lock_A = <>} ; +-- mkA : (good,better,best,well : Str) -> A = \a,b,c,d -> +-- mkAdjective a b c d ** {lock_A = <>} +-- } ; +-- +-- compoundA = compoundADeg ; +-- +-- +-- mk5V : (go, goes, went, gone, going : Str) -> V ; +-- regV : (cry : Str) -> V ; +-- reg2V : (stop, stopped : Str) -> V; +-- irregV : (drink, drank, drunk : Str) -> V ; +-- irreg4V : (run, ran, run, running : Str) -> V ; +-- +-- -- Use reg2V instead +-- regDuplV : Str -> V ; +-- -- Use irreg4V instead +-- irregDuplV : (get, got, gotten : Str) -> V ; +-- +-- mkV = overload { +-- mkV : (cry : Str) -> V = regV ; +-- mkV : (stop, stopped : Str) -> V = reg2V ; +-- mkV : (drink, drank, drunk : Str) -> V = irregV ; +-- mkV : (run, ran, run, running : Str) -> V = irreg4V ; +-- mkV : (go, goes, went, gone, going : Str) -> V = mk5V +-- }; +-- +-- prepV2 : V -> Prep -> V2 ; +-- dirV2 : V -> V2 ; +-- +-- mkV2 = overload { +-- mkV2 : V -> Prep -> V2 = prepV2; +-- mkV2 : V -> V2 = dirV2 +-- }; +-- +-- +------ obsolete +-- +---- Comparison adjectives may two more forms. +-- +-- ADeg : Type ; +-- +-- mkADeg : (good,better,best,well : Str) -> ADeg ; +-- +---- The regular pattern recognizes two common variations: +---- "-e" ("rude" - "ruder" - "rudest") and +---- "-y" ("happy - happier - happiest - happily") +-- +-- regADeg : Str -> ADeg ; -- long, longer, longest +-- +---- However, the duplication of the final consonant is nor predicted, +---- but a separate pattern is used: +-- +-- duplADeg : Str -> ADeg ; -- fat, fatter, fattest +-- +---- If comparison is formed by "more", "most", as in general for +---- long adjective, the following pattern is used: +-- +-- compoundADeg : A -> ADeg ; -- -/more/most ridiculous +-- +---- From a given $ADeg$, it is possible to get back to $A$. +-- +-- adegA : ADeg -> A ; +-- +-- +-- regPN : Str -> PN ; +-- regGenPN : Str -> Gender -> PN ; -- John, John's +-- +---- Sometimes you can reuse a common noun as a proper name, e.g. "Bank". +-- +-- nounPN : N -> PN ; +-- +-- +-- +} diff --git a/deprecated/old-lib/resource/interlingua/AdjectiveIna.gf b/deprecated/old-lib/resource/interlingua/AdjectiveIna.gf new file mode 100644 index 000000000..02265a8b0 --- /dev/null +++ b/deprecated/old-lib/resource/interlingua/AdjectiveIna.gf @@ -0,0 +1,40 @@ +concrete AdjectiveIna of Adjective = CatIna ** open ResIna, Prelude in { + + lin + + PositA a = { + s = \\_ => a.s ! AAdj Posit ; +-- isPre = a.isPre -- TODO: support adjectives that can be optionally placed before. + isPre = False + } ; + + ComparA a np = { + s = \\_ => a.s ! AAdj Compar ++ "que" ++ np.s ! Nom ; + isPre = False + } ; + +-- $SuperlA$ belongs to determiner syntax in $Noun$. + + ComplA2 a np = { + s = \\_ => a.s ! AAdj Posit ++ a.c2 ++ np.s ! Acc ; + isPre = False + } ; + + ReflA2 a = { + s = \\ag => a.s ! AAdj Posit ++ a.c2 ++ reflPron ! ag ; + isPre = False + } ; + + SentAP ap sc = { + s = \\a => ap.s ! a++ sc.s ; + isPre = False + } ; + + AdAP ada ap = { + s = \\a => ada.s ++ ap.s ! a; + isPre = ap.isPre + } ; + + UseA2 a = a ; + +} diff --git a/deprecated/old-lib/resource/interlingua/AdverbIna.gf b/deprecated/old-lib/resource/interlingua/AdverbIna.gf new file mode 100644 index 000000000..325aba408 --- /dev/null +++ b/deprecated/old-lib/resource/interlingua/AdverbIna.gf @@ -0,0 +1,21 @@ +concrete AdverbIna of Adverb = CatIna ** open ResIna, Prelude in { + + lin + PositAdvAdj a = {s = a.s ! AAdv} ; + PrepNP prep np = {s = prep.s ++ np.s ! Acc} ; + + ComparAdvAdj cadv a np = { + s = cadv.s ++ a.s ! AAdv ++ "que" ++ np.s ! Nom + } ; + ComparAdvAdjS cadv a s = { + s = cadv.s ++ a.s ! AAdv ++ "que" ++ s.s + } ; + + + AdAdv = cc2 ; + + SubjS = cc2 ; + + AdnCAdv cadv = {s = cadv.s ++ "que"} ; + +} diff --git a/deprecated/old-lib/resource/interlingua/AllIna.gf b/deprecated/old-lib/resource/interlingua/AllIna.gf new file mode 100644 index 000000000..e4e8593aa --- /dev/null +++ b/deprecated/old-lib/resource/interlingua/AllIna.gf @@ -0,0 +1,3 @@ +--# -path=.:../abstract:../common:prelude + +concrete AllIna of AllInaAbs = LangIna ; diff --git a/deprecated/old-lib/resource/interlingua/AllInaAbs.gf b/deprecated/old-lib/resource/interlingua/AllInaAbs.gf new file mode 100644 index 000000000..f4752f5e6 --- /dev/null +++ b/deprecated/old-lib/resource/interlingua/AllInaAbs.gf @@ -0,0 +1,3 @@ +--# -path=.:../abstract:../common:prelude + +abstract AllInaAbs = Lang ; diff --git a/deprecated/old-lib/resource/interlingua/CatIna.gf b/deprecated/old-lib/resource/interlingua/CatIna.gf new file mode 100644 index 000000000..9dbaa5144 --- /dev/null +++ b/deprecated/old-lib/resource/interlingua/CatIna.gf @@ -0,0 +1,83 @@ +concrete CatIna of Cat = CommonX ** open ResIna, Prelude in { + + flags optimize=all_subs ; + + lincat + +-- Tensed/Untensed + + S = {s : Str} ; + QS = {s : Order => Str} ; -- order is necessary to embed a "semantical" question into other propositions. + RS = {s : Agr => Str} ; + SSlash = SS ** {p2 : Str; c2 : Case} ; + +-- Sentence + + Cl = ResIna.Clause; + ClSlash = ResIna.Clause ** {p2 : Str; c2 : Case} ; + Imp = {s : Polarity => Number => Str} ; + +-- Question + + QCl = ResIna.Clause; + IP = {s : Case => Str; n : Number} ; + IComp = {s : Str} ; + IQuant = {s : Number => Str} ; + IDet = {s : Str ; n : Number} ; + +-- Relative + + RCl = {s : ResIna.Tense => Anteriority => Polarity => Agr => Str ; c : Case} ; + RP = {s : Case => Str; a : Agr} ; -- number for "tal que / tales que"; person for reflexives + +-- Verb + + VP = ResIna.VP; + VPSlash = ResIna.VP ** {p2 : Str; c2 : Case} ; + Comp = {s : Agr => Str} ; + +-- Adjective + + AP = {s : Agr => Str ; isPre : Bool} ; + +-- Noun + + CN = {s : Number => Str} ; + NP = ResIna.NP; + Pron = ResIna.NP ** {possForm : Str}; + Det = {s : Case => Str ; n : Number} ; + Predet, Ord = {s : Str}; + Card = {s : Str; n : Number } ; + Num = {s : Str; n : Number } ; + Quant = {s : Number => Case => Str} ; + Art = {s : Number => Case => Str} ; + +-- Numeral + + Numeral = {s : CardOrd => Str ; n : Number} ; + Digits = {s : CardOrd => Str ; n : Number ; tail : DTail} ; + +-- Structural + + Conj = {s1,s2 : Str ; n : Number} ; + Subj = {s : Str} ; + Prep = {c : Case; s : Str} ; + +-- Open lexical classes, e.g. Lexicon + + V, VS, VQ, VA = Verb ; + V2, V2V, V2S, V2Q = + Verb ** {p2 : Str; c2 : Case} ; -- preposition + case of the complement. + V3, V2A = Verb ** {p2, p3 : Str; c2, c3 : Case} ; + VV = Verb; + + A = {s : AForm => Str} ; -- TODO: optional pre-adjectives + A2 = {s : AForm => Str ; c2 : Str} ; + + N = {s : Number => Str} ; + N2 = {s : Number => Str} ** {p2 : Str; c2 : Case} ; + N3 = {s : Number => Str} ** {p2,p3 : Str; c2,c3 : Case} ; + + PN = {s : Str} ; + +} diff --git a/deprecated/old-lib/resource/interlingua/ConjunctionIna.gf b/deprecated/old-lib/resource/interlingua/ConjunctionIna.gf new file mode 100644 index 000000000..280ed40f1 --- /dev/null +++ b/deprecated/old-lib/resource/interlingua/ConjunctionIna.gf @@ -0,0 +1,38 @@ +concrete ConjunctionIna of Conjunction = + CatIna ** open ResIna, Coordination, Prelude in { + + flags optimize=all_subs ; + + lin + + ConjS = conjunctDistrSS ; + + ConjAdv = conjunctDistrSS ; + + ConjNP conj ss = conjunctDistrTable Case conj ss ** { + isPronoun = False; + a = {n = conjNumber conj.n ss.a.n ; p = ss.a.p} + } ; + + ConjAP conj ss = conjunctDistrTable Agr conj ss ** { + isPre = ss.isPre + } ; + +-- These fun's are generated from the list cat's. + + BaseS = twoSS ; + ConsS = consrSS comma ; + BaseAdv = twoSS ; + ConsAdv = consrSS comma ; + BaseNP x y = twoTable Case x y ** {a = conjAgr x.a y.a} ; + ConsNP xs x = consrTable Case comma xs x ** {a = conjAgr xs.a x.a} ; + BaseAP x y = twoTable Agr x y ** {isPre = andB x.isPre y.isPre} ; + ConsAP xs x = consrTable Agr comma xs x ** {isPre = andB xs.isPre x.isPre} ; + + lincat + [S] = {s1,s2 : Str} ; + [Adv] = {s1,s2 : Str} ; + [NP] = {s1,s2 : Case => Str ; a : Agr} ; + [AP] = {s1,s2 : Agr => Str ; isPre : Bool} ; + +} diff --git a/deprecated/old-lib/resource/interlingua/ExtraIna.gf b/deprecated/old-lib/resource/interlingua/ExtraIna.gf new file mode 100644 index 000000000..c9afb0328 --- /dev/null +++ b/deprecated/old-lib/resource/interlingua/ExtraIna.gf @@ -0,0 +1,52 @@ +concrete ExtraIna of ExtraInaAbs = CatIna ** + open ResIna, Coordination, Prelude in { +-- +-- lin +-- GenNP np = {s = \\_ => np.s ! Gen} ; +-- ComplBareVS v s = insertObj (\\_ => s.s) (predV v) ; +-- +-- StrandRelSlash rp slash = { +-- s = \\t,a,p,_ => rp.s ! RC Acc ++ slash.s ! t ! a ! p ! ODir ++ slash.c2 ; +-- c = Acc +-- } ; +-- EmptyRelSlash rp slash = { +-- s = \\t,a,p,_ => slash.s ! t ! a ! p ! ODir ++ slash.c2 ; +-- c = Acc +-- } ; +-- +-- StrandQuestSlash ip slash = +-- {s = \\t,a,b,q => +-- (mkQuestion (ss (ip.s ! Acc)) slash).s ! t ! a ! b ! q ++ slash.c2 +-- }; +-- +-- lincat +-- VPI = {s : VPIForm => Agr => Str} ; +-- [VPI] = {s1,s2 : VPIForm => Agr => Str} ; +-- +-- lin +-- BaseVPI = twoTable2 VPIForm Agr ; +-- ConsVPI = consrTable2 VPIForm Agr comma ; +-- +-- MkVPI vp = { +-- s = \\v,a => vp.ad ++ vp.inf ++ vp.s2 ! a +-- } ; +-- ConjVPI = conjunctTable2 VPIForm Agr ; +-- ComplVPIVV vv vpi = +-- insertObj (\\a => (if_then_Str vv.isAux [] "to") ++ vpi.s ! VPIInf ! a) (predVV vv) ; +-- +-- UncNegCl t a cl = {s = t.s ++ a.s ++ cl.s ! t.t ! a.a ! neg ! ODir} ; +-- UncNegQCl t a cl = {s = \\q => t.s ++ a.s ++ cl.s ! t.t ! a.a ! neg !q} ; +-- UncNegRCl t a cl = { +-- s = \\r => t.s ++ a.s ++ cl.s ! t.t ! a.a ! neg ! r ; +-- c = cl.c +-- } ; +-- UncNegImpSg imp = {s = imp.s ! neg ! ImpF Sg False} ; +-- UncNegImpPl imp = {s = imp.s ! neg ! ImpF Pl False} ; +-- +-- CompoundCN a b = {s = \\n,c => a.s ! Sg ! Nom ++ b.s ! n ! c} ; +-- +-- +-- oper +-- neg = CNeg False ; +-- +} diff --git a/deprecated/old-lib/resource/interlingua/GrammarIna.gf b/deprecated/old-lib/resource/interlingua/GrammarIna.gf new file mode 100644 index 000000000..b873d0004 --- /dev/null +++ b/deprecated/old-lib/resource/interlingua/GrammarIna.gf @@ -0,0 +1,21 @@ +--# -path=.:../abstract:../common:prelude + +concrete GrammarIna of Grammar = + NounIna, + VerbIna, + AdjectiveIna, + AdverbIna, + NumeralIna, + SentenceIna, + QuestionIna, + RelativeIna, + ConjunctionIna, + PhraseIna, + TextX, + StructuralIna, + IdiomIna + ** { + +flags startcat = Phr ; unlexer = text ; lexer = text ; + +} ; diff --git a/deprecated/old-lib/resource/interlingua/IdiomIna.gf b/deprecated/old-lib/resource/interlingua/IdiomIna.gf new file mode 100644 index 000000000..6aac72fc5 --- /dev/null +++ b/deprecated/old-lib/resource/interlingua/IdiomIna.gf @@ -0,0 +1,34 @@ +concrete IdiomIna of Idiom = CatIna ** open Prelude, ResIna in { + + flags optimize=all_subs ; + + lin + ImpersCl vp = mkClause "il" Sp3 vp ; + GenericCl vp = mkClause "on" Sp3 vp ; + + CleftNP np rs = mkClause "lo" Sp3 + (insertObj [] Acc (mkInvarNP (rs.s ! Sp3)) + (insertObj [] Acc np + (predV esserV))); + -- ??? number/case agreement + + CleftAdv ad s = mkClause "lo" Sp3 + (insertObj [] Acc (mkInvarNP ("que" ++ s.s)) + (insertObj [] Acc (mkInvarNP (ad.s)) (predV esserV))) ; + + + ExistNP np = + mkClause "il" Sp3 ((insertObj "" Acc np) (predV haberV)) ; + -- Il ha colonias que non pote reclamar mesmo un tal origine. (sample text 3) + + ExistIP ip = mkQuestion {s=ip.s ! Acc} (mkClause "il" Sp3 (predV haberV)) ; + -- Never seen the above, but we can deduce it exists, since it's + -- merely an interrogative form of ExistNP. + + ProgrVP vp = vp; -- progressive tense is the same as present in Interlingua. + -- (parag. 80+ of Grammatica de Interlingua) + + ImpPl1 vp = {s = "que" ++ (mkClause "nos" {n = Pl ; p = P1} vp).s ! Pres ! Simul ! Pos ! ODir}; + +} + diff --git a/deprecated/old-lib/resource/interlingua/IrregIna.gf b/deprecated/old-lib/resource/interlingua/IrregIna.gf new file mode 100644 index 000000000..3e4a21d0e --- /dev/null +++ b/deprecated/old-lib/resource/interlingua/IrregIna.gf @@ -0,0 +1,7 @@ +--# -path=.:prelude:../abstract:../common + +concrete IrregIna of IrregInaAbs = CatIna ** open ParadigmsIna in { + +flags optimize=values ; + +} diff --git a/deprecated/old-lib/resource/interlingua/IrregInaAbs.gf b/deprecated/old-lib/resource/interlingua/IrregInaAbs.gf new file mode 100644 index 000000000..d4f91f7f2 --- /dev/null +++ b/deprecated/old-lib/resource/interlingua/IrregInaAbs.gf @@ -0,0 +1,2 @@ +abstract IrregInaAbs = Cat ** { +} diff --git a/deprecated/old-lib/resource/interlingua/LangIna.gf b/deprecated/old-lib/resource/interlingua/LangIna.gf new file mode 100644 index 000000000..9c4460100 --- /dev/null +++ b/deprecated/old-lib/resource/interlingua/LangIna.gf @@ -0,0 +1,11 @@ +--# -path=.:../abstract:../common:prelude + +concrete LangIna of Lang = + GrammarIna, + LexiconIna + ** { + +flags startcat = Phr ; unlexer = text ; lexer = text ; + +} + diff --git a/deprecated/old-lib/resource/interlingua/LexiconIna.gf b/deprecated/old-lib/resource/interlingua/LexiconIna.gf new file mode 100644 index 000000000..beba8fa64 --- /dev/null +++ b/deprecated/old-lib/resource/interlingua/LexiconIna.gf @@ -0,0 +1,371 @@ +--# -path=.:prelude + +concrete LexiconIna of Lexicon = CatIna ** + open (R=ResIna), ParadigmsIna, IrregIna, Prelude in { + + flags + optimize=values ; + + lin + airplane_N = regN "avion"; + answer_V2S = prepV2 aP (regV "responder"); + apartment_N = regN "appartamento"; + apple_N = regN "pomo"; + art_N = regN "arte" ; + ask_V2Q = mkV2Q aP (regV "demandar") ; + baby_N = regN "bebe" ; + bad_A = regA "mal"; + bank_N = regN "banca" ; + beautiful_A = regA "belle" ; + become_VA = mkVA (regV "devenir") ; + beer_N = regN "bira" ; + beg_V2V = mkV2V noPrep aP (regV "rogar") ; + big_A = regA "magne" ; + bike_N = regN "bicycletta" ; + bird_N = regN "ave" ; + black_A = regA "nigre" ; + blue_A = regA "blau" ; + boat_N = regN "barca" ; + book_N = regN "libro" ; + boot_N = regN "botta"; + boss_N = regN "chef" ; + boy_N = regN "puero" ; + bread_N = regN "pan" ; + break_V2 = dirV2 (regV "rumper") ; + broad_A = regA "large" ; + brother_N2 = regN2 "fratre"; + brown_A = regA "brun" ; + butter_N = regN "butyro" ; + buy_V2 = dirV2 (regV "compra"); + camera_N = compN (regN "apparato" ) ["photographic"] ; + cap_N = regN "bonetto" ; + car_N = regN "automobile" ; + carpet_N = regN "tapete" ; + cat_N = regN "catto" ; + ceiling_N = regN "tecto" ; -- of room ??? + chair_N = regN "sede"; + cheese_N = regN "caseo"; + child_N = regN "infante" ; + church_N = regN "ecclesia" ; + city_N = regN "urbe" ; -- ??? citate + clean_A = regA "munde" ; + clever_A = regA "intelligente" ; + close_V2 = dirV2 (regV "clauder") ; + coat_N = regN "mantello" ; + cold_A = regA "frigide" ; + come_V = regV "venir" ; + computer_N = regN "computator" ; + country_N = regN "pais" ; + cousin_N = regN "cosino" ; ---- cosina + cow_N = regN "vacca" ; + die_V = regV "morir" ; + dirty_A = regA "immunde" ; + distance_N3 = prepN3 aP (prepN2 deP (regN "distantia")) ; --- ??? wtf + doctor_N = regN "medico"; + dog_N = regN "can"; + door_N = regN "porta"; + drink_V2 = dirV2 (regV "biber"); + easy_A2V = mkA2V (regA "facile") aP ; + eat_V2 = dirV2 (regV "eder"); + empty_A = regA "vacue" ; + enemy_N = regN "inimico" ; + factory_N = regN "fabrica" ; + father_N2 = regN2 "patre" ; + fear_VS = mkVS (regV "timer") ; + find_V2 = dirV2 (regV "trovar") ; + fish_N = regN "pisce" ; + floor_N = regN "pavimento" ; + forget_V2 = dirV2 (regV "oblidar"); + fridge_N = regN "refrigerator"; + friend_N = regN "amico" ; + fruit_N = regN "fructo" ; + fun_AV = mkAV (regA "famusante") ; + garden_N = regN "horto" ; + girl_N = regN "puera" ; + glove_N = regN "guanto" ; + go_V = regV "ir"; + gold_N = regN "auro" ; + good_A = R.mkAdjective "bon" "melior" "optime"; + green_A = regA "verde" ; + harbour_N = regN "porto" ; + hate_V2 = dirV2 (regV "detestar0") ; + hat_N = regN "cappello" ; + have_V2 = dirV2 (R.haberV ** {lock_V = <>}); + hear_V2 = dirV2 (regV "audir"); + hill_N = regN "monticulo" ; + hope_VS = mkVS (regV "sperar") ; + horse_N = regN "cavallo" ; + hot_A = regA "calide" ; + house_N = regN "domo" ; + important_A = regA "importante" ; + industry_N = regN "industria" ; + iron_N = regN "ferro" ; + king_N = regN "rege" ; + know_V2 = dirV2 (regV "cognoscer") ; -- ??? + lake_N = regN "laco" ; + lamp_N = regN "lampa" ; + learn_V2 = dirV2 (regV "apprender") ; + leather_N = regN "corio" ; + leave_V2 = prepV2 deP (regV "partir"); + like_V2 = dirV2 (regV "amar") ; + listen_V2 = dirV2 (regV "ascoltar") ; + live_V = (regV "vive") ; + long_A = regA "longe" ; + lose_V2 = dirV2 (regV "perder"); + love_N = regN "amor" ; + love_V2 = dirV2 (regV "adorar") ; + man_N = regN "viro"; + married_A2 = mkA2 (regA "sponsate") aP ; + meat_N = regN "carne" ; + milk_N = regN "lacte" ; + moon_N = regN "luna" ; + mother_N2 = regN2 "matre" ; + mountain_N = regN "montania" ; + music_N = regN "musica" ; + narrow_A = regA "stricte" ; + new_A = regA "nove" ; + newspaper_N = regN "jornal" ; + oil_N = regN "oleo" ; + old_A = regA "vetule" ; + open_V2 = dirV2 (regV "operir") ; + paint_V2A = mkV2A noPrep inP (regV "pinger") ; -- ??? preposition might be wrong. (did not find a sample usage) + paper_N = regN "papiro" ; + paris_PN = regPN "Paris" ; + peace_N = regN "pace" ; + pen_N = regN "penna" ; + planet_N = regN "planeta" ; + plastic_N = regN "plastico" ; + play_V2 = dirV2 (regV "sonar") ; -- ??? eg. play the piano + policeman_N = regN "policero" ; + priest_N = regN "prestre" ; + probable_AS = mkAS (regA "probabile") ; + queen_N = regN "regina" ; + radio_N = regN "radio" ; + rain_V0 = mkV0 (regV "pluvar") ; + read_V2 = dirV2 (regV "leger"); + red_A = regA "rubie" ; + religion_N = regN "religion" ; + restaurant_N = regN "restaurant" ; + river_N = regN "riviera" ; + rock_N = regN "rocca" ; + roof_N = regN "tecto" ; + rubber_N = regN "cauchu" ; + run_V = regV "currer"; + say_VS = mkVS (regV "dicer"); + school_N = regN "schola" ; + science_N = regN "scientia"; + sea_N = regN "mar" ; + seek_V2 = dirV2 (regV "cercar"); + see_V2 = dirV2 (regV "vider"); + sell_V3 = prepV3 aP (dirV2 (regV "vender")); + send_V3 = prepV3 aP (dirV2 (regV "inviar")); + sheep_N = regN "ove"; + ship_N = regN "nave" ; + shirt_N = regN "camisa" ; + shoe_N = regN "scapra" ; + shop_N = regN "boteca" ; + short_A = regA "curte" ; + silver_N = regN "argento" ; + sister_N = regN "soror" ; + sleep_V = regV "dormir"; + small_A = regA "parve" ; -- !!! This one should be preferably a prefix adjective + snake_N = regN "serpente" ; + sock_N = regN "calcetta" ; + speak_V2 = dirV2 (regV "parlar") ;-- ??? + star_N = regN "stella" ; + steel_N = regN "aciero" ; + stone_N = regN "petra" ; + stove_N = regN "estufa" ; + student_N = regN "studente" ; + stupid_A = regA "nescie" ; + sun_N = regN "sol" ; + switch8off_V2 = dirV2 (regV "extinguer"); + switch8on_V2 = dirV2 (regV "accender") ; + table_N = regN "tablula" ; + talk_V3 = (prepV3 deP (prepV2 aP (regV "parlar"))) ; + teacher_N = regN "professor" ; + teach_V2 = dirV2 (regV "inseniar"); -- ??? aP (preposition is what?) + television_N = regN "television" ; + thick_A = regA "spisse" ; + thin_A = regA "magre" ; + train_N = regN "convoyo" ; -- ??? + travel_V = regV "viagiar" ; + tree_N = regN "tarbore" ; + ---- trousers_N = regN "pantalon" ; --- ??? funky plural in the Abstract lexicon... + ugly_A = regA "ugly" ; + understand_V2 = dirV2 (regV "comprender"); + university_N = regN "universitate" ; + village_N = regN "village" ; + wait_V2 = dirV2 (regV "wait") ; + walk_V = (regV "ambular") ; + warm_A = regA "calde" ; + war_N = regN "guerra" ; + watch_V2 = dirV2 (regV "spectar") ; + water_N = regN "aqua" ; + white_A = regA "albe" ; + window_N = regN "fenestra" ; + wine_N = regN "vino" ; + win_V2 = dirV2 (regV "ganiar"); + woman_N = regN "femina"; + wonder_VQ = mkVQ (reflV (regV "demandar")) ; + wood_N = regN "ligno"; -- or silva ... + write_V2 = dirV2 (regV "scriber"); + yellow_A = regA "jalne" ; + young_A = regA "juvene" ; + +lin + do_V2 = dirV2 (regV "facer"); + add_V3 = prepV3 aP (dirV2 (regV "additionar")); + already_Adv = mkAdv "jam" ; + animal_N = regN "animal" ; + ashes_N = regN "cinere" ; -- plural only??? + back_N = regN "dorso" ; + bark_N = regN "cortice" ; + belly_N = regN "ventre" ; + bite_V2 = dirV2 (regV "morder"); + blood_N = regN "sanguine" ; + blow_V = regV "sufflar"; + bone_N = regN "osso" ; + breast_N = regN "pectore" ; + breathe_V = dirV2 (regV "respirar") ; + burn_V = regV "arder"; + cloud_N = regN "nube" ; + correct_A = (regA "correcte") ; + count_V2 = dirV2 (regV "numerar") ; + cut_V2 = dirV2 (regV "secar"); + day_N = regN "die" ; + dig_V = regV "fossar"; + dry_A = regA "sic" ; + dull_A = regA "enoiose" ; + dust_N = regN "pulvere" ; + ear_N = regN "aure" ; + earth_N = regN "terra" ; + egg_N = regN "ovo" ; + eye_N = regN "oculo" ; + fall_V = regV "cader" ; + far_Adv = mkAdv "lontano" ; + fat_N = regN "grasse" ; + fear_V2 = dirV2 (regV "timer") ; + feather_N = regN "pluma" ; + fight_V2 = dirV2 (regV "combattar"); + fingernail_N = regN "ungual"; + fire_N = regN "foco" ; + float_V = regV "flottar" ; + flow_V = regV "flucto" ; + flower_N = regN "flore" ; + fly_V = regV "volar" ; + fog_N = regN "bruma" ; + foot_N = regN "pede"; + forest_N = regN "silva" ; + freeze_V = regV "gelar"; + full_A = regA "plen" ; + give_V3 = prepV3 aP (dirV2 (regV "dar")) ; + grammar_N = regN "grammatica" ; + grass_N = regN "herba" ; + guts_N = regN "tripas" ; -- !!!: no singular + hair_N = regN "pilo" ; + hand_N = regN "mano" ; + head_N = regN "capite" ; + heart_N = regN "corde" ; + heavy_A = regA "pesante" ; + hit_V2 = dirV2 (regV "frappar") ; + hold_V2 = dirV2 (regV "retener") ; + horn_N = regN "corno" ; + hunt_V2 = dirV2 (regV "chassar") ; + husband_N = regN "sposo"; + ice_N = regN "glacie" ; + john_PN = regPN "John" ; + jump_V = regV "saltar" ; + kill_V2 = dirV2 (regV "occider") ; + knee_N = regN "genu" ; + language_N = regN "linguage" ; + laugh_V = regV "rider" ; + leaf_N = regN "folio" ; + left_Ord = ss "leve" ; + leg_N = regN "gamba" ; + lie_V = regV "mentir"; + liver_N = regN "hepate" ; + louse_N = regN "pediculo"; + mouth_N = regN "bucca" ; + name_N = regN "nomine" ; + near_A = regA "proxime" ; + neck_N = regN "collo" ; + night_N = regN "nocte" ; + nose_N = regN "naso" ; + now_Adv = mkAdv "nunc" ; + number_N = regN "numero" ; + person_N = regN "homine" ; + play_V = regV "jocar" ; + pull_V2 = dirV2 (regV "traher") ; + push_V2 = dirV2 (regV "pulsar") ; + put_V2 = dirV2 (regV "placar"); + question_N = regN "question" ; + rain_N = regN "pluvia" ; + ready_A = regA "preste" ; + reason_N = regN "ration" ; + right_Ord = ss "dextra" ; + road_N = regN "via" ; + root_N = regN "radice" ; + rope_N = regN "corda" ; + rotten_A = (regA "corrupte") ; + round_A = regA "ronde" ; + rub_V2 = dirV2 (regV "fircar") ; + rule_N = regN "regula" ; + salt_N = regN "sal" ; + sand_N = regN "sablo" ; + scratch_V2 = dirV2 (regV "grattar") ; + seed_N = regN "semine" ; + sew_V = regV "suer"; + sharp_A = regA "trenchante" ; + sing_V = regV "cantar"; + sit_V = regV "seder"; + skin_N = regN "pelle" ; + sky_N = regN "celo" ; + smell_V = regV "oler" ; + smoke_N = regN "fumar" ; + smooth_A = regA "lisie" ; + snow_N = regN "niva" ; + song_N = regN "canto" ; + spit_V = regV "sputar"; + split_V2 = dirV2 (regV "finder"); + squeeze_V2 = dirV2 (regV "comprimer") ; + stab_V2 = dirV2 (regV "dagar") ; + stand_V = regV "star"; + stick_N = regN "baston" ; + stop_V = regV "stoppar" ; + straight_A = regA "directe" ; + suck_V2 = dirV2 (regV "suger") ; + swell_V = (regV "turger"); + swim_V = (regV "natada"); + tail_N = regN "cauda" ; + think_V = regV "pensar"; + throw_V2 = dirV2 (regV "jectar") ; + tie_V2 = dirV2 (regV "ligar") ; + today_Adv = mkAdv "hodie" ; + tongue_N = regN "lingua" ; + tooth_N = regN "dente"; + turn_V = regV "tornar" ; + uncertain_A = regA "incerte" ; + vomit_V = regV "vomir" ; + wash_V2 = dirV2 (regV "abluer") ; + wet_A = regA "humid" ; ---- + wide_A = regA "large" ; + wife_N = regN "sposa"; + wind_N = regN "vento" ; + wing_N = regN "ala" ; + wipe_V2 = dirV2 (regV "essugar") ; + worm_N = regN "verme" ; + year_N = regN "anno" ; +-- other_A = regA "altere" ; +---- added 4/6/2007 +-- + oper +-- aboutP = mkPrep "about" ; +-- atP = mkPrep "at" ; +-- forP = mkPrep "for" ; +-- fromP = mkPrep "from" ; + inP = mkPrep "in" accusative; +-- onP = mkPrep "on" ; + aP = mkPrep "" dative; -- can generate clitics, fuses with the def. det. "le" + deP = mkPrep "" ablative; -- can not generate clitics, fuses with the def. det. "le", pronoun form: "de mi". +} ; diff --git a/deprecated/old-lib/resource/interlingua/MorphoIna.gf b/deprecated/old-lib/resource/interlingua/MorphoIna.gf new file mode 100644 index 000000000..3ad94282a --- /dev/null +++ b/deprecated/old-lib/resource/interlingua/MorphoIna.gf @@ -0,0 +1,64 @@ +--# -path=.:../../prelude + +--1 A Simple Interlingua Resource Morphology +-- +-- Aarne Ranta 2003--2005 +-- JP Bernardy 2007 +-- +-- This resource morphology contains definitions needed in the resource +-- syntax. To build a lexicon, it is better to use $ParadigmsIna$, which +-- gives a higher-level access to this module. + +resource MorphoIna = ResIna ** open Prelude, (Predef=Predef) in { + + flags optimize=all ; + +--2 Nouns +-- +-- For conciseness and abstraction, we define a worst-case macro for +-- noun inflection. It is used for defining special case that +-- only need one string as argument. + +oper + CommonNoun : Type = {s : Number => Str}; -- nouns are inflected in number + + nounGen : Str -> Str -> CommonNoun = \mec,mecs -> + {s = table {Sg => mec; + Pl => mecs + }; + }; + + nounReg : Str -> CommonNoun = \cas -> + let s = case last cas of { + "a" | "e" | "i" | "o" | "u" => "s" ; + "c" => "hes"; + _ => "es" + } + in nounGen cas (cas + s) ; + +--2 Determiners + + mkDeterminer : Number -> Str -> {s : Case => Str ; n : Number} = \n,s -> + {s = \\c=>casePrep "" c ++ s ; n = n} ; + + mkIDeterminer : Number -> Str -> {s : Str ; n : Number} = \n,s -> + {s = s ; n = n} ; + +--2 Adjectives +-- +-- To form the adjectival and the adverbial forms, 3 strings are needed +-- in the worst case. (bon, melior, optime) + + Adjective = {s : AForm => Str} ; + +-- However, most adjectives can be inflected using the final character. + + regAdjective : Str -> Adjective = \clar -> + mkAdjective clar ("plus" ++ clar) ("le" ++ "plus" ++ clar) ; + +--3 Verbs + + -- defined in resina + +} ; + diff --git a/deprecated/old-lib/resource/interlingua/NounIna.gf b/deprecated/old-lib/resource/interlingua/NounIna.gf new file mode 100644 index 000000000..e99aed813 --- /dev/null +++ b/deprecated/old-lib/resource/interlingua/NounIna.gf @@ -0,0 +1,142 @@ +concrete NounIna of Noun = CatIna ** open ResIna, Prelude in { + + flags optimize=all_subs ; + + lin + DetCN det cn = { + s = \\c => det.s!c ++ cn.s ! det.n ; + a = agrP3 det.n ; + isPronoun = False + }; -- iste pizza + + UsePN pn = { + s = \\_ => pn.s; + a = agrP3 Sg; + isPronoun = False + }; + + UsePron p = p; -- io, tu, ille, etc. + + PredetNP pred np = { + s = \\c => pred.s ++ np.s ! c ; + isPronoun = False; + a = np.a + } ; + + PPartNP np v2 = { + s = \\c => np.s ! c ++ v2.s ! VPPart ; + isPronoun = False; + a = np.a + } ; + + AdvNP np adv = { + isPronoun = False; + s = \\c => np.s ! c ++ adv.s ; + a = Sp3; + } ; + +-- version 1.4 changes by AR 16/6/2008 + + DetNP det = { + s = \\c => det.s ! c ; + a = agrP3 det.n ; + isPronoun = False + }; -- iste pizza + + DetQuantOrd quant num ord = { + s = \\c=>(quant.s ! num.n !c) ++ num.s ++ ord.s ; + n = num.n + } ; + + DetQuant quant num = { + s = \\c=>(quant.s ! num.n !c) ++ num.s ; + n = num.n + } ; + + DetArtOrd art num ord = { + s = \\c=>(art.s ! num.n !c) ++ num.s ++ ord.s ; + n = num.n + } ; + + DetArtCard art num = { + s = \\c=>(art.s ! num.n !c) ++ num.s ; + n = num.n + } ; + + DetArtSg art cn = { + s = \\c => art.s ! Sg ! c ++ cn.s ! Sg ; + a = agrP3 Sg ; + isPronoun = False + }; -- iste pizza + + DetArtPl art cn = { + s = \\c => art.s ! Pl ! c ++ cn.s ! Pl ; + a = agrP3 Pl ; + isPronoun = False + }; -- iste pizza + + PossPron p = {s = \\_,c => casePrep [] c ++ p.possForm} ; + + NumPl = {s = []; n = Pl } ; + NumSg = {s = []; n = Sg } ; + + NumCard c = c ; + + NumDigits n = {s = n.s ! NCard ; n = n.n} ; + + OrdDigits n = {s = n.s ! NOrd} ; + + NumNumeral numeral = {s = numeral.s ! NCard; n = numeral.n } ; + OrdNumeral numeral = {s = numeral.s ! NOrd} ; + + AdNum adn num = {s = adn.s ++ num.s; n = num.n } ; + + OrdSuperl a = {s = a.s ! AAdj Superl} ; + + DefArt = {s = \\_ => table { + Dat => "al"; + Gen | Abl => "del"; + _ => "le"}} ; + + IndefArt = {s = + \\n,c => casePrep [] c ++ case n of { + Sg => "un" ; + Pl => [] + } + } ; + + MassNP cn = { + s = \\_ => cn.s ! Sg ; + a = agrP3 Sg; + isPronoun = False + }; + + UseN n = n ; + UseN2 n = n ; +-- UseN3 n = n ; + Use2N3 f = {s = \\n => f.s ! n ; c2 = f.c2; p2 = f.p2} ; + Use3N3 f = {s = \\n => f.s ! n ; c2 = f.c3; p2 = f.p3} ; + + ComplN2 f x = {s = \\n => f.s ! n ++ f.p2 ++ x.s ! f.c2} ; + ComplN3 f x = {s = \\n => f.s ! n ++ f.p2 ++ x.s ! f.c2 ; c2 = f.c3; p2 = f.p3} ; + + AdjCN ap cn = { + s = \\n => preOrPost ap.isPre (ap.s ! agrP3 n) (cn.s ! n) + } ; + + RelCN cn rs = {s = \\n => cn.s ! n ++ rs.s ! agrP3 n} ; + AdvCN cn ad = {s = \\n => cn.s ! n ++ ad.s} ; + + SentCN cn sc = {s = \\n => cn.s ! n ++ sc.s} ; + + ApposCN cn np = {s = \\n => cn.s ! n ++ np.s ! Nom} ; + --- ??? The use of the Nom case is somewhat strange here. The + --- abstract rule is dubious anyway, so ... + + RelNP np rs = {s = + \\c => np.s ! c ++ "," ++ rs.s ! np.a ; + a = np.a ; + isPronoun = np.isPronoun ---- ?? AR + } ; + +} diff --git a/deprecated/old-lib/resource/interlingua/NumeralIna.gf b/deprecated/old-lib/resource/interlingua/NumeralIna.gf new file mode 100644 index 000000000..e41167d4c --- /dev/null +++ b/deprecated/old-lib/resource/interlingua/NumeralIna.gf @@ -0,0 +1,94 @@ +concrete NumeralIna of Numeral = CatIna ** open ResIna in { + + 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 = mkNum "duo" "secunde" "vinti" "vintesime"; + lin n3 = mkNum "tres" "tertie" "trenta" "trentesime"; + lin n4 = mkNum "quatro" "quarte" "quaranta" "quarantesime"; + lin n5 = regNum "cinque" "quinte" ; + lin n6 = regNum "sex" "sexte" ; + lin n7 = regNum "septe" "septime" ; + lin n8 = regNum "octo" "octave" ; + lin n9 = regNum "novem" "none" ; + + lin pot01 = mkNum "un" "prime" "dece" "decime" ** {n = Sg} ; + lin pot0 d = d ** {n = Pl} ; + lin pot110 = regCardOrd "dece" ** {n = Pl} ; + lin pot111 = regCardOrd ["dece-un"] ** {n = Pl} ; + lin pot1to19 d = {s = \\c => "dece" ++ "-" ++ d.s ! unit ! c} ** {n = Pl} ; + lin pot0as1 n = {s = n.s ! unit} ** {n = n.n} ; + lin pot1 d = {s = d.s ! ten} ** {n = Pl} ; + lin pot1plus d e = { + s = \\c => d.s ! ten ! NCard ++ "-" ++ e.s ! unit ! c ; n = Pl} ; + lin pot1as2 n = n ; + lin pot2 d = {s = \\c => d.s ! unit ! NCard ++ mkCard c "cento"} ** {n = Pl} ; + lin pot2plus d e = { + s = \\c => d.s ! unit ! NCard ++ "cento" ++ e.s ! c ; n = Pl} ; + lin pot2as3 n = n ; + lin pot3 n = { + s = \\c => n.s ! NCard ++ mkCard c "mille" ; n = Pl} ; + lin pot3plus n m = { + s = \\c => n.s ! NCard ++ "mille" ++ m.s ! c ; n = Pl} ; + +-- numerals as sequences of digits + + lincat + Dig = TDigit ; + + lin + IDig d = d ** {tail = T1} ; + + IIDig d i = { + s = \\o => d.s ! NCard ++ commaIf i.tail ++ i.s ! o ; + n = Pl ; + tail = inc i.tail + } ; + + -- I don't know the convention (and could not find it in the + -- grammar) so I just affix "e" to all numbers to indicate the + -- ordinal + + D_0 = mkDig "0" ; + D_1 = mkDig "1" ; + D_2 = mkDig "2" ; + D_3 = mkDig "3" ; + 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 + commaIf : DTail -> Str = \t -> case t of { + T3 => "," ; + _ => [] + } ; + + inc : DTail -> DTail = \t -> case t of { + T1 => T2 ; + T2 => T3 ; + T3 => T1 + } ; + + mk2Dig : Str -> Str -> TDigit = \c,o -> mk3Dig c o Pl ; + mkDig : Str -> TDigit = \c -> mk2Dig c (c + "e") ; + + mk3Dig : Str -> Str -> Number -> TDigit = \c,o,n -> { + s = table {NCard => c ; NOrd => o} ; + n = n + } ; + + TDigit = { + n : Number ; + s : CardOrd => Str + } ; + +} diff --git a/deprecated/old-lib/resource/interlingua/ParadigmsIna.gf b/deprecated/old-lib/resource/interlingua/ParadigmsIna.gf new file mode 100644 index 000000000..62d963825 --- /dev/null +++ b/deprecated/old-lib/resource/interlingua/ParadigmsIna.gf @@ -0,0 +1,314 @@ +--# -path=.:../abstract:../../prelude:../common + +--1 Interlingua Lexical Paradigms +-- +-- Aarne Ranta 2003--2005 +-- JP Bernardy 2007 +-- +-- 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 $MorphoIna.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$. +-- However, this function should only seldom be needed: we have a +-- separate module [``IrregIna`` ../../english/IrregIna.gf], +-- which covers irregular verbss. + +resource ParadigmsIna = open + (Predef=Predef), + Prelude, + MorphoIna, + CatIna + in { +--2 Parameters +-- +-- To abstract over gender names, we define the following identifiers. + +oper +-- Gender : Type ; +-- There is no grammatical gender in interlingua. + +---- To abstract over number names, we define the following. +-- +-- Number : Type ; +-- +-- singular : Number ; +-- plural : Number ; + +-- To abstract over case names, we define the following. + + nominative : Case ; + accusative : Case ; + genitive : Case ; + dative : Case ; + ablative : Case ; + + +-- Prepositions are used in many-argument functions for rection. +-- The resource category $Prep$ is used. + + + +--2 Nouns +-- + +-- All nouns are regular, so one should use $regN$ to construct them. + +--3 Relational nouns +-- +-- Relational nouns ("daughter of x") need a preposition. + +-- The most common preposition is "of", and the following is a +-- shortcut for regular relational nouns with "of". + + regN2 : Str -> N2 ; + +--2 Adjectives + +-- All adjectives are regular, so on should use $regA$ to construct them. + +--3 Two-place adjectives + +-- Two-place adjectives need a preposition for their second argument. + + mkA2 : A -> Prep -> A2 ; + + +--2 Adverbs + +-- Adverbs are not inflected. Most lexical ones have position +-- after the verb. Some can be preverbal (e.g. "always"). + + mkAdv : Str -> Adv ; + mkAdV : Str -> AdV ; + +-- Adverbs modifying adjectives and sentences can also be formed. + + mkAdA : Str -> AdA ; + +--2 Prepositions +-- +-- A preposition as used for rection in the lexicon, as well as to +-- build $PP$s in the resource API, just requires a string and an expected case. + + mkPrep : Str -> Case -> Prep ; + noPrep : Prep ; + +--2 Verbs +-- +-- Regular verbs should be constructed with $regV$. The 3 irregular verbs +-- esser, haber and vader are available separately. + + +---- Reflexive verbs. +---- By default, verbs are not reflexive; this function makes them that. +-- + reflV : V -> V ; + reflV v = {s = v.s ; part = v.part ; lock_V = v.lock_V ; isRefl = True} ; + + +--3 2 and many-place verbs + + +-- I decided to provide the following combinators for forming verbs with +-- complex grammar rules: + + prepV2 : Prep -> V -> V2 ; + prepV3 : Prep -> V2 -> V3 ; + dirV2 : V -> V2 ; + + + mkV0 : V -> V0 ; + mkVS : V -> VS ; +-- mkV2S : V -> Prep -> V2S ; +-- mkVV : V -> VV ; + mkV2V : Prep -> Prep -> V -> V2V ; + mkVA : V -> VA ; + mkV2A : Prep -> Prep -> V -> V2A ; + mkVQ : V -> VQ ; + mkV2Q : Prep -> V -> V2Q ; + + mkAS : A -> AS ; +-- mkA2S : A -> Prep -> A2S ; + mkAV : A -> AV ; + mkA2V : A -> Prep -> A2V ; +-- +---- Notice: categories $V2S, V2V, V2Q$ are in v 1.0 treated +---- just as synonyms of $V2$, and the second argument is given +---- as an adverb. Likewise $AS, A2S, AV, A2V$ are just $A$. +---- $V0$ is just $V$. +-- + V0, V2S, V2V, V2Q : Type ; + AS, A2S, AV, A2V : Type ; +-- +----. +----2 Definitions of paradigms +---- +---- The definitions should not bother the user of the API. So they are +---- hidden from the document. + nominative = Nom ; + accusative = Acc ; + genitive = Gen ; + dative = Dat ; + ablative = Abl ; + + regN s = nounReg s ** {lock_N = <>}; + + compN : N -> Str -> N; + compN n s = {s = \\x => n.s ! x ++ s; lock_N = <>} ; + + + prepN2 : Prep -> N -> N2; + prepN3 : Prep -> N2 -> N3; + prepN2 = \p,n -> n ** {lock_N2 = <> ; p2 = p.s; c2 = p.c} ; + prepN3 = \p,n -> n ** {lock_N3 = <> ; p3 = p.s; c3 = p.c} ; + regN2 n = prepN2 (mkPrep [] genitive) (regN n) ** {lock_N2 = <>}; + +----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"). +-- +-- cnN2 : CN -> Prep -> N2 ; +-- cnN3 : CN -> Prep -> Prep -> N3 ; +-- +---- This is obsolete. +-- cnN2 = \n,p -> n ** {lock_N2 = <> ; c2 = p.s} ; +-- cnN3 = \n,p,q -> n ** {lock_N3 = <> ; c2 = p.s ; c3 = q.s} ; +-- + regPN n = regGenPN n; + regGenPN n = {s = n; lock_PN = <>} ; +-- nounPN n = {s = n.s ! singular ; g = n.g ; lock_PN = <>} ; +-- +-- mk2A a b = mkAdjective a a a b ** {lock_A = <>} ; + regA a = regAdjective a ** {lock_A = <>} ; + + mkA2 a p = a ** {c2 = casePrep p.s p.c ; lock_A2 = <>} ; + + + + mkAdv x = ss x ** {lock_Adv = <>} ; + mkAdV x = ss x ** {lock_AdV = <>} ; + mkAdA x = ss x ** {lock_AdA = <>} ; + + mkPrep p c = ss p ** {c = c; lock_Prep = <>} ; + noPrep = mkPrep [] accusative ; + + + -- Verb-formation combinators. + regV : Str -> V; + regV s = mkVerb s ** {lock_V = <>}; + + prepV2 p v = v ** {c2 = p.c; p2 = p.s ; lock_V2 = <>} ; + prepV3 p v = v ** {c3 = p.c; p3 = p.s ; lock_V3 = <>} ; + dirV2 = prepV2 noPrep ; + + mkVS v = v ** {lock_VS = <>} ; +-- mkVV v = { +-- s = table {VVF vf => v.s ! vf ; _ => variants {}} ; +-- isAux = False ; lock_VV = <> +-- } ; + mkVQ v = v ** {lock_VQ = <>} ; + + V0 : Type = V ; + V2S, V2V, V2Q : Type = V2 ; + AS, A2S, AV : Type = A ; + A2V : Type = A2 ; +-- + mkV0 v = v ** {lock_V = <>} ; +-- mkV2S v p = prepV2 v p ** {lock_V2 = <>} ; + mkV2V p t v = prepV2 p v ** {s4 = t ; lock_V2 = <>} ; + mkVA v = v ** {lock_VA = <>} ; + mkV2A p2 p3 v = (prepV3 p3 (prepV2 p2 v)) ** {lock_V2A = <>} ; + mkV2Q p v = prepV2 p v ** {lock_V2 = <>} ; + mkAS v = v ** {lock_A = <>} ; +-- mkA2S v p = mkA2 v p ** {lock_A = <>} ; + mkAV v = v ** {lock_A = <>} ; + mkA2V v p = mkA2 v p ** {lock_A2 = <>} ; + + +-- pre-overload API and overload definitions + regN : Str -> N ; +-- mk2N : (man,men : Str) -> N ; +-- genderN : Gender -> N -> N ; +-- compN : Str -> N -> N ; +-- +-- +-- +-- mk2A : (free,freely : Str) -> A ; + regA : Str -> A ; +-- +-- mkA = overload { +-- mkA : Str -> A = regA ; +-- mkA : (fat,fatter : Str) -> A = \fat,fatter -> +-- mkAdjective fat fatter (init fatter + "st") (fat + "ly") ** {lock_A = <>} ; +-- mkA : (good,better,best,well : Str) -> A = \a,b,c,d -> +-- mkAdjective a b c d ** {lock_A = <>} +-- } ; +-- +-- compoundA = compoundADeg ; +-- +-- +-- mk5V : (go, goes, went, gone, going : Str) -> V ; +-- regV : (cry : Str) -> V ; +-- reg2V : (stop, stopped : Str) -> V; +-- irregV : (drink, drank, drunk : Str) -> V ; +-- irreg4V : (run, ran, run, running : Str) -> V ; +-- +-- -- Use reg2V instead +-- regDuplV : Str -> V ; +-- -- Use irreg4V instead +-- irregDuplV : (get, got, gotten : Str) -> V ; +-- + + +------ obsolete +-- +---- Comparison adjectives may two more forms. +-- +-- ADeg : Type ; +-- +-- mkADeg : (good,better,best,well : Str) -> ADeg ; +-- +---- The regular pattern recognizes two common variations: +---- "-e" ("rude" - "ruder" - "rudest") and +---- "-y" ("happy - happier - happiest - happily") +-- +-- regADeg : Str -> ADeg ; -- long, longer, longest +-- +---- However, the duplication of the final consonant is nor predicted, +---- but a separate pattern is used: +-- +-- duplADeg : Str -> ADeg ; -- fat, fatter, fattest +-- +---- If comparison is formed by "more", "most", as in general for +---- long adjective, the following pattern is used: +-- +-- compoundADeg : A -> ADeg ; -- -/more/most ridiculous +-- +---- From a given $ADeg$, it is possible to get back to $A$. +-- +-- adegA : ADeg -> A ; +-- +-- + regPN : Str -> PN ; + regGenPN : Str -> PN ; -- John, John's +-- +---- Sometimes you can reuse a common noun as a proper name, e.g. "Bank". +-- +-- nounPN : N -> PN ; + + + +} ; diff --git a/deprecated/old-lib/resource/interlingua/PhraseIna.gf b/deprecated/old-lib/resource/interlingua/PhraseIna.gf new file mode 100644 index 000000000..f5fa8d77a --- /dev/null +++ b/deprecated/old-lib/resource/interlingua/PhraseIna.gf @@ -0,0 +1,24 @@ +concrete PhraseIna of Phrase = CatIna ** open Prelude, ResIna in { + + lin + PhrUtt pconj utt voc = {s = pconj.s ++ utt.s ++ voc.s} ; + + UttS s = s ; + UttQS qs = {s = qs.s ! OQuest}; + UttImpSg pol imp = {s = pol.s ++ imp.s ! pol.p ! Sg} ; + UttImpPl pol imp = {s = pol.s ++ imp.s ! pol.p ! Pl} ; + UttImpPol pol imp = {s = pol.s ++ imp.s ! pol.p ! Pl} ; + + UttIP ip = {s = ip.s ! Nom} ; -- ??? Dat, Abl also... + UttIAdv iadv = iadv ; + UttNP np = {s = np.s ! Nom} ; + UttVP vp = {s = infVP vp} ; + UttAdv adv = adv ; + + NoPConj = {s = []} ; + PConjConj conj = ss conj.s2 ; + + NoVoc = {s = []} ; + VocNP np = {s = "," ++ np.s ! Nom} ; + +} diff --git a/deprecated/old-lib/resource/interlingua/QuestionIna.gf b/deprecated/old-lib/resource/interlingua/QuestionIna.gf new file mode 100644 index 000000000..aadbaa090 --- /dev/null +++ b/deprecated/old-lib/resource/interlingua/QuestionIna.gf @@ -0,0 +1,54 @@ +concrete QuestionIna of Question = CatIna ** open ResIna, Prelude in { + + flags optimize=all_subs ; + + lin + QuestCl cl = { + s = \\t,a,p => + let cls = cl.s ! t ! a ! p + in table { + OQuest => cls ! OQuest ; + ODir => "an" ++ cls ! ODir + } + } ; + + QuestVP qp vp = + let cl = mkClause (qp.s ! Nom) Sp3 vp + in {s = \\t,a,b,_ => cl.s ! t ! a ! b ! ODir} ; + + QuestSlash ip slash = + mkQuestion (ss (slash.p2 ++ ip.s ! slash.c2)) slash ; + + QuestIAdv iadv cl = mkQuestion iadv cl ; + + QuestIComp icomp np = + mkQuestion icomp (mkClause (np.s ! Nom) np.a (predV esserV)) ; + + + PrepIP p ip = {s = p.s ++ ip.s ! Nom} ; + + AdvIP ip adv = { + s = \\c => ip.s ! c ++ adv.s ; + n = ip.n + } ; + + IdetCN idet cn = { + s = \\c => casePrep [] c ++ idet.s ++ cn.s ! idet.n; + n = idet.n + } ; + + IdetIP idet = { + s = \\c => casePrep [] c ++ idet.s ; + n = idet.n + } ; + + IdetQuant iquant num = { + s = iquant.s ! num.n ++ num.s ; + n = num.n + } ; + + CompIAdv a = a ; + + CompIP ip = ss (ip.s ! Nom) ; + +} diff --git a/deprecated/old-lib/resource/interlingua/RelativeIna.gf b/deprecated/old-lib/resource/interlingua/RelativeIna.gf new file mode 100644 index 000000000..ebdebcd13 --- /dev/null +++ b/deprecated/old-lib/resource/interlingua/RelativeIna.gf @@ -0,0 +1,53 @@ +concrete RelativeIna of Relative = CatIna ** open ResIna in { + + flags optimize=all_subs ; + + lin + + RelCl cl = { + s = \\t,a,p,agr => + (case agr.n of {Sg => "tal"; Pl => "tales"}) ++ + "que" ++ cl.s ! t ! a ! p ! ODir ; + c = Nom + } ; + + RelVP rp vp = { + s = \\t,a,p,agr => (mkClause (rp.s!Nom) agr vp).s ! t ! a ! p ! ODir; + c = Nom + } ; + -- !!! person agreement is probably bad here; see below. + +---- Pied piping: "a que tu invia flores" + + RelSlash rp slash = { + s = \\t,a,p,agr => slash.p2 ++ rp.s ! slash.c2 ++ slash.s ! t ! a ! p ! ODir ; + c = slash.c2; + } ; + -- !!! In the above The agreement feature of the RP does not match + -- the the (parametric!) agreement of the resulting clause. + -- Is it a bug? I believe there is the same behaviour in the english grammar. + + FunRP p np rp = { + s = \\c => np.s ! Acc ++ p.s ++ rp.s ! p.c ; + a = np.a + } ; + + + IdRP = { + -- TODO: variant: "le qual" + a = {p = P3; n = variants {Sg; Pl}}; + s = table { + Nom => quique; -- Le ultime traino que pote portar me ibi a tempore parti in cinque minutas + Gen => "cuje"; -- Le documentos cuje importantia esseva dubitose incriminava le spia + Acc => "que"; -- Le documentos que le spia portava con se esseva multo importante + Dat => "a" ++ quique; + Abl => "de" ++ quique + }} ; + + oper + quique = variants {"qui"; -- !!! Only for humans, only after a preposition. + -- This is extremely strange, because it does not match any Romance language I know. + -- For now just be lax and make it a variant of "que" + "que"}; + +} diff --git a/deprecated/old-lib/resource/interlingua/ResIna.gf b/deprecated/old-lib/resource/interlingua/ResIna.gf new file mode 100644 index 000000000..c81324f0d --- /dev/null +++ b/deprecated/old-lib/resource/interlingua/ResIna.gf @@ -0,0 +1,335 @@ +--# -path=.:../abstract:../common:../../prelude + +--1 Interlingua 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$. + +resource ResIna = ParamX ** open Prelude in { + + flags optimize=all ; + + + -- Some parameters, such as $Number$, are inherited from $ParamX$. + + --2 For $Noun$ + + -- This is the worst-case $Case$ needed for pronouns. + + param + Case = Nom | Acc | Gen | Dat | Abl ; + -- Why do we need so many cases? + -- Interlingua has (optional) contractions: + -- "a le" -> "al" + -- "de le" -> "del" + -- so, we can't get away with mere prepositions "a" and "de" + -- but use Dative and Ablative to represent those. + -- Pronouns have different forms in Nominative and Accusative. + -- Genitive is used for possesives (which can also be pronominalized) + + oper + casePrep : Str -> Case -> Str = \prep,cas -> case cas of { + Dat => "a"; + Gen | Abl => "de"; + _ => prep + }; + + + --2 For $Verb$ + + -- These 7 forms are more than we need. (esser is irregular + -- only in pres, past, fut, cond so we could do with 5, but it makes + -- easy to reason about what happens.) + + param + VForm + = VInf + | VPres + | VPPart + | VPresPart + | VPast --# notpresent + | VFut --# notpresent + | VCond --# notpresent + ; + + param + VVariant + = VMono -- "creava" + | VSplit -- "ha create" -- !!! This is not implemented. One reason is that the split forms overlap with aux verb + participle as ajective. (Anterior form) + ; + + -- The order of sentence is needed already in $VP$. + Order = ODir | OQuest ; + + --2 For $Adjective$ + + AForm = AAdj Degree | AAdv ; + + --2 For $Relative$ + + -- RAgr = RNoAg | RAg {n : Number ; p : Person} ; + -- RCase = RPrep | RC Case ; + + --2 For $Numeral$ + + CardOrd = NCard | NOrd ; + DForm = unit | ten ; + + --2 Transformations between parameter types + + oper + Agr = {n : Number ; p : Person} ; + -- This is the agreement record for verb phrases, which is needed only for reflexive verbs. + + agrP3 : Number -> Agr = \n -> + {n = n ; p = P3} ; + + conjAgr : Agr -> Agr -> Agr = \a,b -> { + n = conjNumber a.n b.n ; + p = conjPerson a.p b.p + } ; + + + -- For each lexical category, here are the worst-case constructors. + mkAdjective : (_,_,_ : Str) -> {s : AForm => Str} = + \bon,melior,optime -> + let mente = case last bon of + {"c" => "amente"; + _ => "mente" + } + in { + s = table { + AAdj Posit => bon ; + AAdj Compar => melior ; + AAdj Superl => optime ; + AAdv => bon + mente + } + } ; + + + mkVerb : Str -> Verb = \crear-> + let crea = init crear + in {isRefl = False; + s = table { + VInf => crear; + VPres => crea; + VPast => crea + "va"; + VFut => crear + "a"; + VCond => crear + "ea"; + VPPart => case crear of { + rid + "er" => rid + "ite"; + _ => crea + "te" + }; + VPresPart => case crear of { + aud + "ir" => aud + "iente"; + _ => crea + "nte" + }}}; + + -- + The 3 (optionally) irregular verbs. (we only need haberV in this module) + esserV : Verb = + let reg = mkVerb "esser" + in {isRefl = False; + s = \\form=> case form of { + VPres => variants {"es"; "esse"}; + VFut => variants {"sera"; "essera"}; + VCond => variants {"serea"; "esserea"}; + VPast => variants {"era"; "esseva"}; + _ => reg.s!form}}; + + haberV : Verb = + let reg = mkVerb "haber" + in {isRefl = False; + s = \\form=> case form of { + VPres => variants {"ha"; "habe"}; + _ => reg.s!form}}; + + vaderV : Verb = + let reg = mkVerb "vader" + in {isRefl = False; + s = \\form=> case form of { + VPres => variants {"va"; "vade"}; + _ => reg.s!form}}; + + + mkIP : Str -> Number -> {s : Case => Str ; n : Number} = \qui,n -> {s = \\c=>casePrep [] c ++ qui; n = n}; + + mkPron : (io,me,mi : Str) -> Agr -> NP ** {possForm : Str} = + \io,me,mi,a -> + let mie = case last mi of { + "e" => mi; + _ => mi + "e" + } in + { + a = a; + s = table { + Nom => io ; + Gen => mie ; + _ => me + } ; + possForm = mi; + isPronoun = True + } ; + + + Sp1 : Agr = {n = Sg ; p = P1}; + Sp2 : Agr = {n = Sg ; p = P2}; + Sp3 : Agr = {n = Sg ; p = P3}; + Pp1 : Agr = {n = Pl ; p = P1}; + Pp2 : Agr = {n = Pl ; p = P2}; + Pp3 : Agr = {n = Pl ; p = P3}; + + -- make an invariant NP (not inflected) + mkInvarNP : Str -> NP = \str -> {a = Sp3; isPronoun = False; s = \\_=> str}; + + regNP : Str -> NP = mkInvarNP; + + artIndef = "un"; + artDef = "le" ; + + -- For $Verb$. + Verb : Type = { + s : VForm => Str ; + isRefl : Bool + } ; + + -- Dependency on Agr is there only because of reflexive pronouns! + VP : Type = { + s : Anteriority => Tense => {fin, inf : Str} ; + rest : Agr => Str; -- comes after the infinite part + clitics : Agr => Str; -- can be placed just before the finite or right after the infinite + prp : Str ; -- present participle (unused at the moment ???) + inf : Str ; -- the infinitive form ; VerbForms would be the logical place + } ; + NP : Type = { + isPronoun : Bool; + s : Case => Str; + a : Agr; + }; + -- Noun phrase that can be declined in person and number. (for reflexive pronouns) + NP' : Type = { + isPronoun : Bool; + s : Agr => Case => Str; + }; + + predV : Verb -> VP = \verb -> { + clitics = \\_ => []; + rest = \\_ => []; + s = table + {Simul => \\t=> {fin = verb.s ! (tenseToVFrom!t); inf = []}; + Anter => \\t=> {fin = haberV.s ! (tenseToVFrom!t); inf = verb.s!VPPart} + }; + prp = verb.s ! VPresPart; + inf = verb.s ! VInf; + }; + + tenseToVFrom = table { + Pres => VPres + ;Past => VPast; --# notpresent + Fut => VFut; --# notpresent + Cond => VCond --# notpresent + }; + + insertInvarObj : Str -> VP -> VP = \obj -> insertObj "" Acc (mkInvarNP obj); + + insertObj : Str -> Case -> NP -> VP -> VP + = \prep,c,obj,vp -> insertReflObj prep c {isPronoun = obj.isPronoun; s = \\agr => obj.s} vp; + + insertReflObj : Str -> Case -> NP' -> VP -> VP = \prep,c,obj,vp -> case obj.isPronoun of + { + -- !!! if the preposition is not empty, or + -- if the case is not [Dat, Acc] + -- then the pronoun cannot be inserted as a clitic. + True => { + inf = vp.inf; + prp = vp.prp; + s = vp.s; + clitics = \\agr => obj.s!agr!c ++ vp.clitics!agr; -- clitics are inserted in reverse order. + rest = vp.rest}; + False => { + inf = vp.inf; + prp = vp.prp; + s = vp.s; + clitics = vp.clitics; + rest = \\agr => vp.rest!agr ++ prep ++ obj.s!agr!c; + } }; + + infVP : VP -> Str = \vp -> variants { + vp.clitics ! Sp3 ++ vp.inf ++ vp.rest ! Sp3 ; + vp.inf ++ vp.clitics ! Sp3 ++ vp.rest ! Sp3 ; + }; + + posneg : Polarity -> Str = \b -> case b of { + Pos => [] ; + Neg => "non" + } ; + + + reflPron : Agr => Str = table { + {n = Sg ; p = P1} => "me" ; + {n = Sg ; p = P2} => "te" ; + {n = Sg ; p = P3} => "se" ; + {n = Pl ; p = P1} => "nos" ; + {n = Pl ; p = P2} => "vos" ; + {n = Pl ; p = P3} => "se" + } ; + + ---- For $Sentence$. + -- + Clause = {s : Tense => Anteriority => Polarity => Order => Str} ; + + mkClause : Str -> Agr -> VP -> Clause = + \subj,agr,vp -> + { + s = \\t,anter,b =>let v = vp.s!anter!t + in table { + ODir => variants { + subj ++ posneg b ++ v.fin ++ v.inf ++ vp.clitics!agr ++ vp.rest!agr; + subj ++ posneg b ++ vp.clitics!agr ++ v.fin ++ v.inf ++ vp.rest!agr + }; + OQuest => variants { + posneg b ++ v.fin ++ subj ++ v.inf ++ vp.clitics!agr ++ vp.rest!agr; + posneg b ++ vp.clitics!agr ++ v.fin ++ subj ++ v.inf ++ vp.rest!agr; + } + } + }; + + + mkQuestion : + {s : Str} -> Clause -> Clause = \qu,cl -> + {s=\\t,a,p,o => qu.s ++ cl.s ! t ! a ! p ! o}; + + + + -- For $Numeral$. + + oper mkNum : Str -> Str -> Str -> Str -> {s : DForm => CardOrd => Str} = + \duo,vinti,secunde,vintesime-> + {s = table { unit => table { + NCard => duo ; + NOrd => secunde}; + ten => table { + NCard => vinti; + NOrd => vintesime}}} ; + + oper regNum : Str -> Str -> {s : DForm => CardOrd => Str} = + \cinque,quinte -> + let cinqu : Str = case cinque of { + nov + "em"=> nov; + cinq_ + "e" => cinq_; + cinq_ + "o" => cinq_; + sex => sex} + in mkNum cinque quinte (cinqu + "anta") (cinqu + "esime"); + + regOrd : Str -> Str = \cent -> case cent of { + mill + "e" => mill + "esime"; + _ => cent + "esime"}; + + regCardOrd : Str -> {s : CardOrd => Str} = \ten -> + {s = table {NCard => ten ; NOrd => regOrd ten}} ; + + mkCard : CardOrd -> Str -> Str = \c,ten -> + (regCardOrd ten).s ! c ; + +} diff --git a/deprecated/old-lib/resource/interlingua/ResIna2.gf b/deprecated/old-lib/resource/interlingua/ResIna2.gf new file mode 100644 index 000000000..e0e9d42f2 --- /dev/null +++ b/deprecated/old-lib/resource/interlingua/ResIna2.gf @@ -0,0 +1,63 @@ +--# -path=.:../abstract:../common:../../prelude + +--1 Interlingua 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$. + +resource ResIna2 = ParamX ** open Prelude in { + + flags optimize=all ; + + +-- Some parameters, such as $Number$, are inherited from $ParamX$. + +--2 For $Noun$ + +-- This is the worst-case $Case$ needed for pronouns. + + + param + VForm + = VInf + | VPres + | VPPart + | VPresPart + | VPast --# notpresent + | VFut --# notpresent + | VCond --# notpresent + ; + + oper + + + + mkVerb : Str -> Verb = \crear-> + let crea = init crear + in {s = table { + VInf => crear; + VPres => crea; + VPast => crea + "va"; + VFut => crear + "a"; + VCondit => crear + "ea"; + VPPart => case crear of { + rid + "er" => rid + "ite"; + _ => crea + "te" + }; + VPresPart => case crear of { + aud + "ir" => aud + "iente"; + _ => crea + "nte" + }}}; + + + ---- For $Verb$. + -- + Verb : Type = { + s : VForm => Str ; + -- isRefl : Bool + } ; + + +} diff --git a/deprecated/old-lib/resource/interlingua/SentenceIna.gf b/deprecated/old-lib/resource/interlingua/SentenceIna.gf new file mode 100644 index 000000000..908fde7df --- /dev/null +++ b/deprecated/old-lib/resource/interlingua/SentenceIna.gf @@ -0,0 +1,45 @@ +concrete SentenceIna of Sentence = CatIna ** open Prelude, ResIna in { + +flags optimize=all_subs ; + +lin + + PredVP np vp = mkClause (np.s ! Nom) np.a vp ; + + PredSCVP sc vp = mkClause sc.s Sp3 vp ; + + ImpVP vp = {s = \\pol,n=> (mkClause [] {n = n; p = P2} vp).s!Pres!Simul!pol!ODir}; + + SlashVP np vp = mkClause (np.s ! Nom) np.a vp ** {c2 = vp.c2; p2 = vp.p2} ; + + SlashVS np vs slash = + mkClause (np.s ! Nom) np.a + (insertInvarObj ("que" ++ slash.s) (predV vs)) ** + {c2 = slash.c2; p2 = slash.p2} ; + + AdvSlash slash adv = { + s = \\t,a,b,o => slash.s ! t ! a ! b ! o ++ adv.s ; + c2 = slash.c2; + p2 = slash.p2 + } ; + + SlashPrep cl prep = cl ** {c2 = prep.c; p2 = prep.s} ; + + + + EmbedS s = {s = "que" ++ s.s} ; + EmbedQS qs = {s = qs.s ! ODir} ; + EmbedVP vp = {s = infVP vp} ; + + UseCl t a p cl = {s = t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! p.p ! ODir} ; + UseQCl t a p cl = {s = \\o => t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! p.p ! o} ; + UseRCl t a p cl = {s = \\agr => t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! p.p ! agr}; + UseSlash t a p cl={s = t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! p.p ! ODir; + c2 = cl.c2; + p2 = cl.p2} ; + + AdvS a s = {s = a.s ++ "," ++ s.s} ; + + RelS s r = {s = s.s ++ "," ++ r.s ! agrP3 Sg} ; + +} diff --git a/deprecated/old-lib/resource/interlingua/StructuralIna.gf b/deprecated/old-lib/resource/interlingua/StructuralIna.gf new file mode 100644 index 000000000..4e9c56451 --- /dev/null +++ b/deprecated/old-lib/resource/interlingua/StructuralIna.gf @@ -0,0 +1,116 @@ +concrete StructuralIna of Structural = CatIna ** + open MorphoIna, (P = ParadigmsIna), Prelude in { + + flags optimize=all ; + + oper + mkPrep = P.mkPrep; + pp : Str -> Prep = \s-> mkPrep s Acc; + lin + above_Prep = pp "supra"; + after_Prep = pp "post" ; + all_Predet = ss "omne" ; + almost_AdA, almost_AdN = ss "quasi" ; + although_Subj = ss "quamquam" ; + always_AdV = ss "sempre" ; + and_Conj = {s1 = [] ; s2 = "e" ; n = Pl} ; + because_Subj = ss "proque" ; + before_Prep = pp "ante"; + behind_Prep = pp "detra" ; + between_Prep = pp "inter" ; + both7and_DConj = sd2 "e" "e" ** {n = Pl} ; + but_PConj = ss "sed" ; + by8agent_Prep = pp "per" ; + by8means_Prep = pp "per" ; + can_VV = P.regV "poter"; + can8know_VV = P.regV "saper"; + during_Prep = pp "durante" ; + either7or_DConj = sd2 "o" "o" ** {n = Sg} ; + everybody_NP = regNP "totos" ; + every_Det = mkDeterminer Sg "tote" ; + everything_NP = regNP "toto" ; + everywhere_Adv = ss "ubique" ; + few_Det = mkDeterminer Pl "qualque" ; + for_Prep = pp "por" ; + from_Prep = pp "ex" ; + he_Pron = mkPron "ille" "le" "su" Sp3; + here_Adv = ss "hic" ; + here7to_Adv = ss "hac" ; + here7from_Adv = mkPrep ["de ci"] Dat; + how_IAdv = ss "como" ; + how8many_IDet = mkIDeterminer Pl ["quante"] ; + if_Subj = ss "ii" ; + in8front_Prep = pp "avante"; + i_Pron = mkPron "io" "me" "mi" Sp1; + in_Prep = pp "in" ; + it_Pron = mkPron "illo" "lo" "su" Sp3; + less_CAdv = ss "minus" ; + many_Det = mkDeterminer Pl "multe" ; + more_CAdv = ss "plus" ; + most_Predet = ss ("le"++"plus"); + much_Det = mkDeterminer Sg "tanto" ; + must_VV = P.regV "deber"; + no_Utt = ss "no" ; + on_Prep = mkPrep "super" Acc; + only_Predet = ss "unic" ; + or_Conj = {s1 = [] ; s2 = "o" ; n = Sg} ; + otherwise_PConj = ss "alias" ; + part_Prep = mkPrep [] Abl; -- de ... + please_Voc = ss ("per"++"favor") ; + possess_Prep = mkPrep [] Gen; -- the possesive preposition can not generate clitics, and fuses with the definite determiner "le". Pronoun form: "mie", "sue", etc. + quite_Adv = ss "assi" ; + she_Pron = mkPron "illa" "la" "su" Sp3; + so_AdA = ss "tam" ; + somebody_NP = regNP (variants {"alicuno"; "alcuno"}) ; + someSg_Det = mkDeterminer Sg (variants {"alicun"; "alcun"}); + somePl_Det = mkDeterminer Pl (variants {"alicun"; "alcun"}); + something_NP = regNP ("alcun"++"cosa") ; -- very many variants + somewhere_Adv = ss "alicubi" ; -- variants + that_Quant = mkQuant "ille" "ille" ; +-- that_NP = regNP "illo" ; -- Also exsits gender variants! + there_Adv = ss "ibi"; -- la + there7to_Adv = ss "ibi" ; + there7from_Adv = ss "ibi"; + therefore_PConj = ss "ergo" ; +-- these_NP = regNP "istes" ; + they_Pron = mkPron "illos" "los" "lor" Pp3; + this_Quant = mkQuant "iste" "istes" ; +-- this_NP = regNP "isto" ; +-- those_NP = regNP "illos" ; -- Also exsits gender variants! + through_Prep = mkPrep "per" Acc; + too_AdA = ss "alsi" ; + to_Prep = mkPrep "" Dat; + under_Prep = pp "infra" ; + very_AdA = ss "multo" ; + want_VV = P.regV "want" ; + we_Pron = mkPron "nos" "nos" "nostre" Pp1; + whatPl_IP = mkIP "que" Pl ; + whatSg_IP = mkIP "que" Sg ; + when_IAdv = ss "quando" ; + when_Subj = ss "quando" ; + where_IAdv = ss "ubi" ; + which_IQuant = {s = table { + Pl => "qual" ; + Sg => "quales" + } + } ; + whoSg_IP = mkIP "qui" Sg ; + whoPl_IP = mkIP "qui" Pl ; + why_IAdv = ss "proque" ; + without_Prep = mkPrep "sin" Acc; + with_Prep = mkPrep "con" Acc ; + yes_Utt = ss "itaque" ; -- ita? + youSg_Pron = mkPron "tu" "te" "tu" Sp2; + youPl_Pron = mkPron "vos" "vos" "vostre" Pp2; + youPol_Pron = mkPron "vos" "vos" "vostre" Pp2; + + +oper + mkQuant : Str -> Str -> {s : Number => Case => Str} = \x,y -> { + s = \\n,c=> case n of { + Sg => x; + Pl => y + }} ; + +} + diff --git a/deprecated/old-lib/resource/interlingua/VerbIna.gf b/deprecated/old-lib/resource/interlingua/VerbIna.gf new file mode 100644 index 000000000..c41b1f55b --- /dev/null +++ b/deprecated/old-lib/resource/interlingua/VerbIna.gf @@ -0,0 +1,66 @@ +concrete VerbIna of Verb = CatIna ** open ResIna, Prelude in { + + flags optimize=all_subs ; + + lin + UseV = predV ; + + SlashV2a v = predV v ** {p2 = v.p2 ; c2 = v.c2} ; + + Slash2V3 v np = insertObj v.p2 v.c2 np (predV v) ** {p2 = v.p3 ; c2 = v.c3} ; + Slash3V3 v np = insertObj v.p3 v.c3 np (predV v) ** {p2 = v.p2 ; c2 = v.c2} ; + + SlashV2A v ap = + insertInvarObj (casePrep v.p3 v.c3 ++ (ap.s ! Sp3)) + (predV v) ** {p2 = v.p2 ; c2 = v.c2} ; + + -- This is not described by the interlingua grammar. + -- eg. "peint en rouge" + +-- the 1.4 additions made by AR 16/6/2008 + SlashV2V v vp = + insertInvarObj (infVP vp) (predV v) ** {p2 = v.p2 ; c2 = v.c2} ; + SlashV2S v s = + insertInvarObj ("que" ++ s.s) (predV v) ** {p2 = v.p2 ; c2 = v.c2} ; + SlashV2Q v q = + insertInvarObj (q.s ! ODir) (predV v) ** {p2 = v.p2 ; c2 = v.c2} ; + + + ComplVV v vp = insertInvarObj (infVP vp) (predV v) ; + + ComplVS v s = insertInvarObj ("que" ++ s.s) (predV v) ; + ComplVQ v q = insertInvarObj (q.s ! ODir) (predV v) ; + + + ComplVA v ap = insertInvarObj (ap.s ! Sp3) (predV v) ; + -- !!! Agr should agree with the subject; however this is a quite useless sentence: + -- You are greater than yourself... etc. + + + ComplSlash vp np = insertObj vp.p2 vp.c2 np vp ; + + UseComp comp = insertInvarObj (comp.s ! Sp3) (predV esserV) ; + -- !!! as above + + SlashVV v vp = + insertInvarObj (infVP vp) (predV v) ** {p2 = vp.p2 ; c2 = vp.c2} ; + + SlashV2VNP v np vp = + insertObj v.p2 v.c2 np + (insertInvarObj (infVP vp) (predV v)) ** {p2 = vp.p2 ; c2 = vp.c2} ; + + AdvVP vp adv = insertInvarObj (adv.s) vp ; + + AdVVP adv vp = insertInvarObj adv.s vp ; + -- ??? The grammar is quite unclear about where the adverbs should go. + + ReflVP vp = insertReflObj vp.p2 vp.c2 + {isPronoun = True; s = \\agr,c => reflPron!agr} vp ; + + PassV2 v = insertInvarObj (v.s ! VPPart) (predV esserV); + + CompAP ap = ap ; + CompNP np = {s = \\_ => np.s ! Acc} ; + CompAdv a = {s = \\_ => a.s} ; + +} diff --git a/deprecated/old-lib/resource/italian/AdjectiveIta.gf b/deprecated/old-lib/resource/italian/AdjectiveIta.gf new file mode 100644 index 000000000..9f4de0fa3 --- /dev/null +++ b/deprecated/old-lib/resource/italian/AdjectiveIta.gf @@ -0,0 +1,2 @@ +concrete AdjectiveIta of Adjective = CatIta ** AdjectiveRomance with + (ResRomance = ResIta) ; diff --git a/deprecated/old-lib/resource/italian/AdverbIta.gf b/deprecated/old-lib/resource/italian/AdverbIta.gf new file mode 100644 index 000000000..878e1229d --- /dev/null +++ b/deprecated/old-lib/resource/italian/AdverbIta.gf @@ -0,0 +1,2 @@ +concrete AdverbIta of Adverb = CatIta ** AdverbRomance with + (ResRomance = ResIta) ; diff --git a/deprecated/old-lib/resource/italian/AllIta.gf b/deprecated/old-lib/resource/italian/AllIta.gf new file mode 100644 index 000000000..33df0699b --- /dev/null +++ b/deprecated/old-lib/resource/italian/AllIta.gf @@ -0,0 +1,7 @@ +--# -path=.:../romance:../abstract:../common:prelude + +concrete AllIta of AllItaAbs = + LangIta, +-- IrregIta, + ExtraIta + ** {} ; diff --git a/deprecated/old-lib/resource/italian/AllItaAbs.gf b/deprecated/old-lib/resource/italian/AllItaAbs.gf new file mode 100644 index 000000000..601904f7c --- /dev/null +++ b/deprecated/old-lib/resource/italian/AllItaAbs.gf @@ -0,0 +1,5 @@ +abstract AllItaAbs = + Lang, +-- IrregItaAbs, + ExtraItaAbs + ** {} ; diff --git a/deprecated/old-lib/resource/italian/BeschIta.gf b/deprecated/old-lib/resource/italian/BeschIta.gf new file mode 100644 index 000000000..321a0dd01 --- /dev/null +++ b/deprecated/old-lib/resource/italian/BeschIta.gf @@ -0,0 +1,6602 @@ +--# -path=.:../romance:../common:../abstract:../../prelude + +resource BeschIta = open Prelude, CommonRomance in { + +flags optimize=values ; coding=utf8 ; -- smaller than noexpand + +oper Verbo = {s : VForm => Str} ; + +-- machine-generated GF file + +oper essere_1 : Str -> Verbo = \essere -> + let x_ = Predef.tk 6 essere in + {s = table { + Inf => x_ + "essere" ; + InfClit => x_ + "r" ; + Indi Pres Sg P1 => x_ + "sono" ; + Indi Pres Sg P2 => x_ + "sei" ; + Indi Pres Sg P3 => x_ + "è" ; + Indi Pres Pl P1 => x_ + "siamo" ; + Indi Pres Pl P2 => x_ + "siete" ; + Indi Pres Pl P3 => x_ + "sono" ; + Indi Imperf Sg P1 => x_ + "ero" ; --# notpresent + Indi Imperf Sg P2 => x_ + "eri" ; --# notpresent + Indi Imperf Sg P3 => x_ + "era" ; --# notpresent + Indi Imperf Pl P1 => x_ + "eravamo" ; --# notpresent + Indi Imperf Pl P2 => x_ + "eravate" ; --# notpresent + Indi Imperf Pl P3 => x_ + "erano" ; --# notpresent + Pass Sg P1 => x_ + "fui" ; --# notpresent + Pass Sg P2 => x_ + "fosti" ; --# notpresent + Pass Sg P3 => x_ + "fu" ; --# notpresent + Pass Pl P1 => x_ + "fummo" ; --# notpresent + Pass Pl P2 => x_ + "foste" ; --# notpresent + Pass Pl P3 => x_ + "furono" ; --# notpresent + Fut Sg P1 => x_ + "sarò" ; --# notpresent + Fut Sg P2 => x_ + "sarai" ; --# notpresent + Fut Sg P3 => x_ + "sarà" ; --# notpresent + Fut Pl P1 => x_ + "saremo" ; --# notpresent + Fut Pl P2 => x_ + "sarete" ; --# notpresent + Fut Pl P3 => x_ + "saranno" ; --# notpresent + Cong Pres Sg P1 => x_ + "sia" ; + Cong Pres Sg P2 => x_ + "sia" ; + Cong Pres Sg P3 => x_ + "sia" ; + Cong Pres Pl P1 => x_ + "siamo" ; + Cong Pres Pl P2 => x_ + "siate" ; + Cong Pres Pl P3 => x_ + "siano" ; + Cong Imperf Sg P1 => x_ + "fossi" ; --# notpresent + Cong Imperf Sg P2 => x_ + "fossi" ; --# notpresent + Cong Imperf Sg P3 => x_ + "fosse" ; --# notpresent + Cong Imperf Pl P1 => x_ + "fossimo" ; --# notpresent + Cong Imperf Pl P2 => x_ + "foste" ; --# notpresent + Cong Imperf Pl P3 => x_ + "fossero" ; --# notpresent + Cond Sg P1 => x_ + "sarei" ; --# notpresent + Cond Sg P2 => x_ + "saresti" ; --# notpresent + Cond Sg P3 => x_ + "sarebbe" ; --# notpresent + Cond Pl P1 => x_ + "saremmo" ; --# notpresent + Cond Pl P2 => x_ + "sareste" ; --# notpresent + Cond Pl P3 => x_ + "sarebbero" ; --# notpresent + Imper SgP2 => x_ + "sii" ; + Imper PlP1 => x_ + "siamo" ; + Imper PlP2 => x_ + "siate" ; + Ger => x_ + "essendo" ; + Part PresP Masc Sg => variants {} ; + Part PresP Masc Pl => variants {} ; + Part PresP Fem Sg => variants {} ; + Part PresP Fem Pl => variants {} ; + Part PassP Masc Sg => x_ + "stato" ; + Part PassP Masc Pl => x_ + "stati" ; + Part PassP Fem Sg => x_ + "stata" ; + Part PassP Fem Pl => x_ + "state" + } + } ; + +oper avere_2 : Str -> Verbo = \avere -> + let x_ = Predef.tk 5 avere in + {s = table { + Inf => x_ + "avere" ; + InfClit => x_ + "aver" ; + Indi Pres Sg P1 => x_ + "ho" ; + Indi Pres Sg P2 => x_ + "hai" ; + Indi Pres Sg P3 => x_ + "ha" ; + Indi Pres Pl P1 => x_ + "abbiamo" ; + Indi Pres Pl P2 => x_ + "avete" ; + Indi Pres Pl P3 => x_ + "hanno" ; + Indi Imperf Sg P1 => x_ + "avevo" ; --# notpresent + Indi Imperf Sg P2 => x_ + "avevi" ; --# notpresent + Indi Imperf Sg P3 => x_ + "aveva" ; --# notpresent + Indi Imperf Pl P1 => x_ + "avevamo" ; --# notpresent + Indi Imperf Pl P2 => x_ + "avevate" ; --# notpresent + Indi Imperf Pl P3 => x_ + "avevano" ; --# notpresent + Pass Sg P1 => x_ + "ebbi" ; --# notpresent + Pass Sg P2 => x_ + "avesti" ; --# notpresent + Pass Sg P3 => x_ + "ebbe" ; --# notpresent + Pass Pl P1 => x_ + "avemmo" ; --# notpresent + Pass Pl P2 => x_ + "aveste" ; --# notpresent + Pass Pl P3 => x_ + "ebbero" ; --# notpresent + Fut Sg P1 => x_ + "avrò" ; --# notpresent + Fut Sg P2 => x_ + "avrai" ; --# notpresent + Fut Sg P3 => x_ + "avrà" ; --# notpresent + Fut Pl P1 => x_ + "avremo" ; --# notpresent + Fut Pl P2 => x_ + "avrete" ; --# notpresent + Fut Pl P3 => x_ + "avranno" ; --# notpresent + Cong Pres Sg P1 => x_ + "abbia" ; + Cong Pres Sg P2 => x_ + "abbia" ; + Cong Pres Sg P3 => x_ + "abbia" ; + Cong Pres Pl P1 => x_ + "abbiamo" ; + Cong Pres Pl P2 => x_ + "abbiate" ; + Cong Pres Pl P3 => x_ + "abbiano" ; + Cong Imperf Sg P1 => x_ + "avessi" ; --# notpresent + Cong Imperf Sg P2 => x_ + "avessi" ; --# notpresent + Cong Imperf Sg P3 => x_ + "avesse" ; --# notpresent + Cong Imperf Pl P1 => x_ + "avessimo" ; --# notpresent + Cong Imperf Pl P2 => x_ + "aveste" ; --# notpresent + Cong Imperf Pl P3 => x_ + "avessero" ; --# notpresent + Cond Sg P1 => x_ + "avrei" ; --# notpresent + Cond Sg P2 => x_ + "avresti" ; --# notpresent + Cond Sg P3 => x_ + "avrebbe" ; --# notpresent + Cond Pl P1 => x_ + "avremmo" ; --# notpresent + Cond Pl P2 => x_ + "avreste" ; --# notpresent + Cond Pl P3 => x_ + "avrebbero" ; --# notpresent + Imper SgP2 => x_ + "abbi" ; + Imper PlP1 => x_ + "abbiamo" ; + Imper PlP2 => x_ + "abbiate" ; + Ger => x_ + "avendo" ; + Part PresP Masc Sg => x_ + "avente" ; + Part PresP Masc Pl => x_ + "aventi" ; + Part PresP Fem Sg => x_ + "avente" ; + Part PresP Fem Pl => x_ + "aventi" ; + Part PassP Masc Sg => x_ + "avuto" ; + Part PassP Masc Pl => x_ + "avuti" ; + Part PassP Fem Sg => x_ + "avuta" ; + Part PassP Fem Pl => x_ + "avute" + } + } ; + +oper amare_6 : Str -> Verbo = \amare -> + let am_ = Predef.tk 3 amare in + {s = table { + Inf => am_ + "are" ; + InfClit => am_ + "ar" ; + Indi Pres Sg P1 => am_ + "o" ; + Indi Pres Sg P2 => am_ + "i" ; + Indi Pres Sg P3 => am_ + "a" ; + Indi Pres Pl P1 => am_ + "iamo" ; + Indi Pres Pl P2 => am_ + "ate" ; + Indi Pres Pl P3 => am_ + "ano" ; + Indi Imperf Sg P1 => am_ + "avo" ; --# notpresent + Indi Imperf Sg P2 => am_ + "avi" ; --# notpresent + Indi Imperf Sg P3 => am_ + "ava" ; --# notpresent + Indi Imperf Pl P1 => am_ + "avamo" ; --# notpresent + Indi Imperf Pl P2 => am_ + "avate" ; --# notpresent + Indi Imperf Pl P3 => am_ + "avano" ; --# notpresent + Pass Sg P1 => am_ + "ai" ; --# notpresent + Pass Sg P2 => am_ + "asti" ; --# notpresent + Pass Sg P3 => am_ + "ò" ; --# notpresent + Pass Pl P1 => am_ + "ammo" ; --# notpresent + Pass Pl P2 => am_ + "aste" ; --# notpresent + Pass Pl P3 => am_ + "arono" ; --# notpresent + Fut Sg P1 => am_ + "erò" ; --# notpresent + Fut Sg P2 => am_ + "erai" ; --# notpresent + Fut Sg P3 => am_ + "erà" ; --# notpresent + Fut Pl P1 => am_ + "eremo" ; --# notpresent + Fut Pl P2 => am_ + "erete" ; --# notpresent + Fut Pl P3 => am_ + "eranno" ; --# notpresent + Cong Pres Sg P1 => am_ + "i" ; + Cong Pres Sg P2 => am_ + "i" ; + Cong Pres Sg P3 => am_ + "i" ; + Cong Pres Pl P1 => am_ + "iamo" ; + Cong Pres Pl P2 => am_ + "iate" ; + Cong Pres Pl P3 => am_ + "ino" ; + Cong Imperf Sg P1 => am_ + "assi" ; --# notpresent + Cong Imperf Sg P2 => am_ + "assi" ; --# notpresent + Cong Imperf Sg P3 => am_ + "asse" ; --# notpresent + Cong Imperf Pl P1 => am_ + "assimo" ; --# notpresent + Cong Imperf Pl P2 => am_ + "aste" ; --# notpresent + Cong Imperf Pl P3 => am_ + "assero" ; --# notpresent + Cond Sg P1 => am_ + "erei" ; --# notpresent + Cond Sg P2 => am_ + "eresti" ; --# notpresent + Cond Sg P3 => am_ + "erebbe" ; --# notpresent + Cond Pl P1 => am_ + "eremmo" ; --# notpresent + Cond Pl P2 => am_ + "ereste" ; --# notpresent + Cond Pl P3 => am_ + "erebbero" ; --# notpresent + Imper SgP2 => am_ + "a" ; + Imper PlP1 => am_ + "iamo" ; + Imper PlP2 => am_ + "ate" ; + Ger => am_ + "ando" ; + Part PresP Masc Sg => am_ + "ante" ; + Part PresP Masc Pl => am_ + "anti" ; + Part PresP Fem Sg => am_ + "ante" ; + Part PresP Fem Pl => am_ + "anti" ; + Part PassP Masc Sg => am_ + "ato" ; + Part PassP Masc Pl => am_ + "ati" ; + Part PassP Fem Sg => am_ + "ata" ; + Part PassP Fem Pl => am_ + "ate" + } + } ; + +oper cercare_7 : Str -> Verbo = \cercare -> + let cerc_ = Predef.tk 3 cercare in + {s = table { + Inf => cerc_ + "are" ; + InfClit => cerc_ + "ar" ; + Indi Pres Sg P1 => cerc_ + "o" ; + Indi Pres Sg P2 => cerc_ + "hi" ; + Indi Pres Sg P3 => cerc_ + "a" ; + Indi Pres Pl P1 => cerc_ + "hiamo" ; + Indi Pres Pl P2 => cerc_ + "ate" ; + Indi Pres Pl P3 => cerc_ + "ano" ; + Indi Imperf Sg P1 => cerc_ + "avo" ; --# notpresent + Indi Imperf Sg P2 => cerc_ + "avi" ; --# notpresent + Indi Imperf Sg P3 => cerc_ + "ava" ; --# notpresent + Indi Imperf Pl P1 => cerc_ + "avamo" ; --# notpresent + Indi Imperf Pl P2 => cerc_ + "avate" ; --# notpresent + Indi Imperf Pl P3 => cerc_ + "avano" ; --# notpresent + Pass Sg P1 => cerc_ + "ai" ; --# notpresent + Pass Sg P2 => cerc_ + "asti" ; --# notpresent + Pass Sg P3 => cerc_ + "ò" ; --# notpresent + Pass Pl P1 => cerc_ + "ammo" ; --# notpresent + Pass Pl P2 => cerc_ + "aste" ; --# notpresent + Pass Pl P3 => cerc_ + "arono" ; --# notpresent + Fut Sg P1 => cerc_ + "herò" ; --# notpresent + Fut Sg P2 => cerc_ + "herai" ; --# notpresent + Fut Sg P3 => cerc_ + "herà" ; --# notpresent + Fut Pl P1 => cerc_ + "heremo" ; --# notpresent + Fut Pl P2 => cerc_ + "herete" ; --# notpresent + Fut Pl P3 => cerc_ + "heranno" ; --# notpresent + Cong Pres Sg P1 => cerc_ + "hi" ; + Cong Pres Sg P2 => cerc_ + "hi" ; + Cong Pres Sg P3 => cerc_ + "hi" ; + Cong Pres Pl P1 => cerc_ + "hiamo" ; + Cong Pres Pl P2 => cerc_ + "hiate" ; + Cong Pres Pl P3 => cerc_ + "hino" ; + Cong Imperf Sg P1 => cerc_ + "assi" ; --# notpresent + Cong Imperf Sg P2 => cerc_ + "assi" ; --# notpresent + Cong Imperf Sg P3 => cerc_ + "asse" ; --# notpresent + Cong Imperf Pl P1 => cerc_ + "assimo" ; --# notpresent + Cong Imperf Pl P2 => cerc_ + "aste" ; --# notpresent + Cong Imperf Pl P3 => cerc_ + "assero" ; --# notpresent + Cond Sg P1 => cerc_ + "herei" ; --# notpresent + Cond Sg P2 => cerc_ + "heresti" ; --# notpresent + Cond Sg P3 => cerc_ + "herebbe" ; --# notpresent + Cond Pl P1 => cerc_ + "heremmo" ; --# notpresent + Cond Pl P2 => cerc_ + "hereste" ; --# notpresent + Cond Pl P3 => cerc_ + "herebbero" ; --# notpresent + Imper SgP2 => cerc_ + "a" ; + Imper PlP1 => cerc_ + "hiamo" ; + Imper PlP2 => cerc_ + "ate" ; + Ger => cerc_ + "ando" ; + Part PresP Masc Sg => cerc_ + "ante" ; + Part PresP Masc Pl => cerc_ + "anti" ; + Part PresP Fem Sg => cerc_ + "ante" ; + Part PresP Fem Pl => cerc_ + "anti" ; + Part PassP Masc Sg => cerc_ + "ato" ; + Part PassP Masc Pl => cerc_ + "ati" ; + Part PassP Fem Sg => cerc_ + "ata" ; + Part PassP Fem Pl => cerc_ + "ate" + } + } ; + +oper legare_8 : Str -> Verbo = \legare -> + let leg_ = Predef.tk 3 legare in + {s = table { + Inf => leg_ + "are" ; + InfClit => leg_ + "ar" ; + Indi Pres Sg P1 => leg_ + "o" ; + Indi Pres Sg P2 => leg_ + "hi" ; + Indi Pres Sg P3 => leg_ + "a" ; + Indi Pres Pl P1 => leg_ + "hiamo" ; + Indi Pres Pl P2 => leg_ + "ate" ; + Indi Pres Pl P3 => leg_ + "ano" ; + Indi Imperf Sg P1 => leg_ + "avo" ; --# notpresent + Indi Imperf Sg P2 => leg_ + "avi" ; --# notpresent + Indi Imperf Sg P3 => leg_ + "ava" ; --# notpresent + Indi Imperf Pl P1 => leg_ + "avamo" ; --# notpresent + Indi Imperf Pl P2 => leg_ + "avate" ; --# notpresent + Indi Imperf Pl P3 => leg_ + "avano" ; --# notpresent + Pass Sg P1 => leg_ + "ai" ; --# notpresent + Pass Sg P2 => leg_ + "asti" ; --# notpresent + Pass Sg P3 => leg_ + "ò" ; --# notpresent + Pass Pl P1 => leg_ + "ammo" ; --# notpresent + Pass Pl P2 => leg_ + "aste" ; --# notpresent + Pass Pl P3 => leg_ + "arono" ; --# notpresent + Fut Sg P1 => leg_ + "herò" ; --# notpresent + Fut Sg P2 => leg_ + "herai" ; --# notpresent + Fut Sg P3 => leg_ + "herà" ; --# notpresent + Fut Pl P1 => leg_ + "heremo" ; --# notpresent + Fut Pl P2 => leg_ + "herete" ; --# notpresent + Fut Pl P3 => leg_ + "heranno" ; --# notpresent + Cong Pres Sg P1 => leg_ + "hi" ; + Cong Pres Sg P2 => leg_ + "hi" ; + Cong Pres Sg P3 => leg_ + "hi" ; + Cong Pres Pl P1 => leg_ + "hiamo" ; + Cong Pres Pl P2 => leg_ + "hiate" ; + Cong Pres Pl P3 => leg_ + "hino" ; + Cong Imperf Sg P1 => leg_ + "assi" ; --# notpresent + Cong Imperf Sg P2 => leg_ + "assi" ; --# notpresent + Cong Imperf Sg P3 => leg_ + "asse" ; --# notpresent + Cong Imperf Pl P1 => leg_ + "assimo" ; --# notpresent + Cong Imperf Pl P2 => leg_ + "aste" ; --# notpresent + Cong Imperf Pl P3 => leg_ + "assero" ; --# notpresent + Cond Sg P1 => leg_ + "herei" ; --# notpresent + Cond Sg P2 => leg_ + "heresti" ; --# notpresent + Cond Sg P3 => leg_ + "herebbe" ; --# notpresent + Cond Pl P1 => leg_ + "heremmo" ; --# notpresent + Cond Pl P2 => leg_ + "hereste" ; --# notpresent + Cond Pl P3 => leg_ + "herebbero" ; --# notpresent + Imper SgP2 => leg_ + "a" ; + Imper PlP1 => leg_ + "hiamo" ; + Imper PlP2 => leg_ + "ate" ; + Ger => leg_ + "ando" ; + Part PresP Masc Sg => leg_ + "ante" ; + Part PresP Masc Pl => leg_ + "anti" ; + Part PresP Fem Sg => leg_ + "ante" ; + Part PresP Fem Pl => leg_ + "anti" ; + Part PassP Masc Sg => leg_ + "ato" ; + Part PassP Masc Pl => leg_ + "ati" ; + Part PassP Fem Sg => leg_ + "ata" ; + Part PassP Fem Pl => leg_ + "ate" + } + } ; + +oper cominciare_9 : Str -> Verbo = \cominciare -> + let cominc_ = Predef.tk 4 cominciare in + {s = table { + Inf => cominc_ + "iare" ; + InfClit => cominc_ + "iar" ; + Indi Pres Sg P1 => cominc_ + "io" ; + Indi Pres Sg P2 => cominc_ + "i" ; + Indi Pres Sg P3 => cominc_ + "ia" ; + Indi Pres Pl P1 => cominc_ + "iamo" ; + Indi Pres Pl P2 => cominc_ + "iate" ; + Indi Pres Pl P3 => cominc_ + "iano" ; + Indi Imperf Sg P1 => cominc_ + "iavo" ; --# notpresent + Indi Imperf Sg P2 => cominc_ + "iavi" ; --# notpresent + Indi Imperf Sg P3 => cominc_ + "iava" ; --# notpresent + Indi Imperf Pl P1 => cominc_ + "iavamo" ; --# notpresent + Indi Imperf Pl P2 => cominc_ + "iavate" ; --# notpresent + Indi Imperf Pl P3 => cominc_ + "iavano" ; --# notpresent + Pass Sg P1 => cominc_ + "iai" ; --# notpresent + Pass Sg P2 => cominc_ + "iasti" ; --# notpresent + Pass Sg P3 => cominc_ + "iò" ; --# notpresent + Pass Pl P1 => cominc_ + "iammo" ; --# notpresent + Pass Pl P2 => cominc_ + "iaste" ; --# notpresent + Pass Pl P3 => cominc_ + "iarono" ; --# notpresent + Fut Sg P1 => cominc_ + "erò" ; --# notpresent + Fut Sg P2 => cominc_ + "erai" ; --# notpresent + Fut Sg P3 => cominc_ + "erà" ; --# notpresent + Fut Pl P1 => cominc_ + "eremo" ; --# notpresent + Fut Pl P2 => cominc_ + "erete" ; --# notpresent + Fut Pl P3 => cominc_ + "eranno" ; --# notpresent + Cong Pres Sg P1 => cominc_ + "i" ; + Cong Pres Sg P2 => cominc_ + "i" ; + Cong Pres Sg P3 => cominc_ + "i" ; + Cong Pres Pl P1 => cominc_ + "iamo" ; + Cong Pres Pl P2 => cominc_ + "iate" ; + Cong Pres Pl P3 => cominc_ + "ino" ; + Cong Imperf Sg P1 => cominc_ + "iassi" ; --# notpresent + Cong Imperf Sg P2 => cominc_ + "iassi" ; --# notpresent + Cong Imperf Sg P3 => cominc_ + "iasse" ; --# notpresent + Cong Imperf Pl P1 => cominc_ + "iassimo" ; --# notpresent + Cong Imperf Pl P2 => cominc_ + "iaste" ; --# notpresent + Cong Imperf Pl P3 => cominc_ + "iassero" ; --# notpresent + Cond Sg P1 => cominc_ + "erei" ; --# notpresent + Cond Sg P2 => cominc_ + "eresti" ; --# notpresent + Cond Sg P3 => cominc_ + "erebbe" ; --# notpresent + Cond Pl P1 => cominc_ + "eremmo" ; --# notpresent + Cond Pl P2 => cominc_ + "ereste" ; --# notpresent + Cond Pl P3 => cominc_ + "erebbero" ; --# notpresent + Imper SgP2 => cominc_ + "ia" ; + Imper PlP1 => cominc_ + "iamo" ; + Imper PlP2 => cominc_ + "iate" ; + Ger => cominc_ + "iando" ; + Part PresP Masc Sg => cominc_ + "iante" ; + Part PresP Masc Pl => cominc_ + "ianti" ; + Part PresP Fem Sg => cominc_ + "iante" ; + Part PresP Fem Pl => cominc_ + "ianti" ; + Part PassP Masc Sg => cominc_ + "iato" ; + Part PassP Masc Pl => cominc_ + "iati" ; + Part PassP Fem Sg => cominc_ + "iata" ; + Part PassP Fem Pl => cominc_ + "iate" + } + } ; + +oper mangiare_10 : Str -> Verbo = \mangiare -> + let mang_ = Predef.tk 4 mangiare in + {s = table { + Inf => mang_ + "iare" ; + InfClit => mang_ + "iar" ; + Indi Pres Sg P1 => mang_ + "io" ; + Indi Pres Sg P2 => mang_ + "i" ; + Indi Pres Sg P3 => mang_ + "ia" ; + Indi Pres Pl P1 => mang_ + "iamo" ; + Indi Pres Pl P2 => mang_ + "iate" ; + Indi Pres Pl P3 => mang_ + "iano" ; + Indi Imperf Sg P1 => mang_ + "iavo" ; --# notpresent + Indi Imperf Sg P2 => mang_ + "iavi" ; --# notpresent + Indi Imperf Sg P3 => mang_ + "iava" ; --# notpresent + Indi Imperf Pl P1 => mang_ + "iavamo" ; --# notpresent + Indi Imperf Pl P2 => mang_ + "iavate" ; --# notpresent + Indi Imperf Pl P3 => mang_ + "iavano" ; --# notpresent + Pass Sg P1 => mang_ + "iai" ; --# notpresent + Pass Sg P2 => mang_ + "iasti" ; --# notpresent + Pass Sg P3 => mang_ + "iò" ; --# notpresent + Pass Pl P1 => mang_ + "iammo" ; --# notpresent + Pass Pl P2 => mang_ + "iaste" ; --# notpresent + Pass Pl P3 => mang_ + "iarono" ; --# notpresent + Fut Sg P1 => mang_ + "erò" ; --# notpresent + Fut Sg P2 => mang_ + "erai" ; --# notpresent + Fut Sg P3 => mang_ + "erà" ; --# notpresent + Fut Pl P1 => mang_ + "eremo" ; --# notpresent + Fut Pl P2 => mang_ + "erete" ; --# notpresent + Fut Pl P3 => mang_ + "eranno" ; --# notpresent + Cong Pres Sg P1 => mang_ + "i" ; + Cong Pres Sg P2 => mang_ + "i" ; + Cong Pres Sg P3 => mang_ + "i" ; + Cong Pres Pl P1 => mang_ + "iamo" ; + Cong Pres Pl P2 => mang_ + "iate" ; + Cong Pres Pl P3 => mang_ + "ino" ; + Cong Imperf Sg P1 => mang_ + "iassi" ; --# notpresent + Cong Imperf Sg P2 => mang_ + "iassi" ; --# notpresent + Cong Imperf Sg P3 => mang_ + "iasse" ; --# notpresent + Cong Imperf Pl P1 => mang_ + "iassimo" ; --# notpresent + Cong Imperf Pl P2 => mang_ + "iaste" ; --# notpresent + Cong Imperf Pl P3 => mang_ + "iassero" ; --# notpresent + Cond Sg P1 => mang_ + "erei" ; --# notpresent + Cond Sg P2 => mang_ + "eresti" ; --# notpresent + Cond Sg P3 => mang_ + "erebbe" ; --# notpresent + Cond Pl P1 => mang_ + "eremmo" ; --# notpresent + Cond Pl P2 => mang_ + "ereste" ; --# notpresent + Cond Pl P3 => mang_ + "erebbero" ; --# notpresent + Imper SgP2 => mang_ + "ia" ; + Imper PlP1 => mang_ + "iamo" ; + Imper PlP2 => mang_ + "iate" ; + Ger => mang_ + "iando" ; + Part PresP Masc Sg => mang_ + "iante" ; + Part PresP Masc Pl => mang_ + "ianti" ; + Part PresP Fem Sg => mang_ + "iante" ; + Part PresP Fem Pl => mang_ + "ianti" ; + Part PassP Masc Sg => mang_ + "iato" ; + Part PassP Masc Pl => mang_ + "iati" ; + Part PassP Fem Sg => mang_ + "iata" ; + Part PassP Fem Pl => mang_ + "iate" + } + } ; + +oper inviare_11 : Str -> Verbo = \inviare -> + let invi_ = Predef.tk 3 inviare in + {s = table { + Inf => invi_ + "are" ; + InfClit => invi_ + "ar" ; + Indi Pres Sg P1 => invi_ + "o" ; + Indi Pres Sg P2 => invi_ + "i" ; + Indi Pres Sg P3 => invi_ + "a" ; + Indi Pres Pl P1 => invi_ + "iamo" ; + Indi Pres Pl P2 => invi_ + "ate" ; + Indi Pres Pl P3 => invi_ + "ano" ; + Indi Imperf Sg P1 => invi_ + "avo" ; --# notpresent + Indi Imperf Sg P2 => invi_ + "avi" ; --# notpresent + Indi Imperf Sg P3 => invi_ + "ava" ; --# notpresent + Indi Imperf Pl P1 => invi_ + "avamo" ; --# notpresent + Indi Imperf Pl P2 => invi_ + "avate" ; --# notpresent + Indi Imperf Pl P3 => invi_ + "avano" ; --# notpresent + Pass Sg P1 => invi_ + "ai" ; --# notpresent + Pass Sg P2 => invi_ + "asti" ; --# notpresent + Pass Sg P3 => invi_ + "ò" ; --# notpresent + Pass Pl P1 => invi_ + "ammo" ; --# notpresent + Pass Pl P2 => invi_ + "aste" ; --# notpresent + Pass Pl P3 => invi_ + "arono" ; --# notpresent + Fut Sg P1 => invi_ + "erò" ; --# notpresent + Fut Sg P2 => invi_ + "erai" ; --# notpresent + Fut Sg P3 => invi_ + "erà" ; --# notpresent + Fut Pl P1 => invi_ + "eremo" ; --# notpresent + Fut Pl P2 => invi_ + "erete" ; --# notpresent + Fut Pl P3 => invi_ + "eranno" ; --# notpresent + Cong Pres Sg P1 => invi_ + "i" ; + Cong Pres Sg P2 => invi_ + "i" ; + Cong Pres Sg P3 => invi_ + "i" ; + Cong Pres Pl P1 => invi_ + "iamo" ; + Cong Pres Pl P2 => invi_ + "iate" ; + Cong Pres Pl P3 => invi_ + "ino" ; + Cong Imperf Sg P1 => invi_ + "assi" ; --# notpresent + Cong Imperf Sg P2 => invi_ + "assi" ; --# notpresent + Cong Imperf Sg P3 => invi_ + "asse" ; --# notpresent + Cong Imperf Pl P1 => invi_ + "assimo" ; --# notpresent + Cong Imperf Pl P2 => invi_ + "aste" ; --# notpresent + Cong Imperf Pl P3 => invi_ + "assero" ; --# notpresent + Cond Sg P1 => invi_ + "erei" ; --# notpresent + Cond Sg P2 => invi_ + "eresti" ; --# notpresent + Cond Sg P3 => invi_ + "erebbe" ; --# notpresent + Cond Pl P1 => invi_ + "eremmo" ; --# notpresent + Cond Pl P2 => invi_ + "ereste" ; --# notpresent + Cond Pl P3 => invi_ + "erebbero" ; --# notpresent + Imper SgP2 => invi_ + "a" ; + Imper PlP1 => invi_ + "iamo" ; + Imper PlP2 => invi_ + "ate" ; + Ger => invi_ + "ando" ; + Part PresP Masc Sg => invi_ + "ante" ; + Part PresP Masc Pl => invi_ + "anti" ; + Part PresP Fem Sg => invi_ + "ante" ; + Part PresP Fem Pl => invi_ + "anti" ; + Part PassP Masc Sg => invi_ + "ato" ; + Part PassP Masc Pl => invi_ + "ati" ; + Part PassP Fem Sg => invi_ + "ata" ; + Part PassP Fem Pl => invi_ + "ate" + } + } ; + +oper studiare_12 : Str -> Verbo = \studiare -> + let studi_ = Predef.tk 3 studiare in + {s = table { + Inf => studi_ + "are" ; + InfClit => studi_ + "ar" ; + Indi Pres Sg P1 => studi_ + "o" ; + Indi Pres Sg P2 => studi_ + "" ; + Indi Pres Sg P3 => studi_ + "a" ; + Indi Pres Pl P1 => studi_ + "amo" ; + Indi Pres Pl P2 => studi_ + "ate" ; + Indi Pres Pl P3 => studi_ + "ano" ; + Indi Imperf Sg P1 => studi_ + "avo" ; --# notpresent + Indi Imperf Sg P2 => studi_ + "avi" ; --# notpresent + Indi Imperf Sg P3 => studi_ + "ava" ; --# notpresent + Indi Imperf Pl P1 => studi_ + "avamo" ; --# notpresent + Indi Imperf Pl P2 => studi_ + "avate" ; --# notpresent + Indi Imperf Pl P3 => studi_ + "avano" ; --# notpresent + Pass Sg P1 => studi_ + "ai" ; --# notpresent + Pass Sg P2 => studi_ + "asti" ; --# notpresent + Pass Sg P3 => studi_ + "ò" ; --# notpresent + Pass Pl P1 => studi_ + "ammo" ; --# notpresent + Pass Pl P2 => studi_ + "aste" ; --# notpresent + Pass Pl P3 => studi_ + "arono" ; --# notpresent + Fut Sg P1 => studi_ + "erò" ; --# notpresent + Fut Sg P2 => studi_ + "erai" ; --# notpresent + Fut Sg P3 => studi_ + "erà" ; --# notpresent + Fut Pl P1 => studi_ + "eremo" ; --# notpresent + Fut Pl P2 => studi_ + "erete" ; --# notpresent + Fut Pl P3 => studi_ + "eranno" ; --# notpresent + Cong Pres Sg P1 => studi_ + "" ; + Cong Pres Sg P2 => studi_ + "" ; + Cong Pres Sg P3 => studi_ + "" ; + Cong Pres Pl P1 => studi_ + "amo" ; + Cong Pres Pl P2 => studi_ + "ate" ; + Cong Pres Pl P3 => studi_ + "no" ; + Cong Imperf Sg P1 => studi_ + "assi" ; --# notpresent + Cong Imperf Sg P2 => studi_ + "assi" ; --# notpresent + Cong Imperf Sg P3 => studi_ + "asse" ; --# notpresent + Cong Imperf Pl P1 => studi_ + "assimo" ; --# notpresent + Cong Imperf Pl P2 => studi_ + "aste" ; --# notpresent + Cong Imperf Pl P3 => studi_ + "assero" ; --# notpresent + Cond Sg P1 => studi_ + "erei" ; --# notpresent + Cond Sg P2 => studi_ + "eresti" ; --# notpresent + Cond Sg P3 => studi_ + "erebbe" ; --# notpresent + Cond Pl P1 => studi_ + "eremmo" ; --# notpresent + Cond Pl P2 => studi_ + "ereste" ; --# notpresent + Cond Pl P3 => studi_ + "erebbero" ; --# notpresent + Imper SgP2 => studi_ + "a" ; + Imper PlP1 => studi_ + "amo" ; + Imper PlP2 => studi_ + "ate" ; + Ger => studi_ + "ando" ; + Part PresP Masc Sg => studi_ + "ante" ; + Part PresP Masc Pl => studi_ + "anti" ; + Part PresP Fem Sg => studi_ + "ante" ; + Part PresP Fem Pl => studi_ + "anti" ; + Part PassP Masc Sg => studi_ + "ato" ; + Part PassP Masc Pl => studi_ + "ati" ; + Part PassP Fem Sg => studi_ + "ata" ; + Part PassP Fem Pl => studi_ + "ate" + } + } ; + +oper giocare_13 : Str -> Verbo = \giocare -> + let gioc_ = Predef.tk 3 giocare in + {s = table { + Inf => gioc_ + "are" ; + InfClit => gioc_ + "ar" ; + Indi Pres Sg P1 => gioc_ + "o" ; + Indi Pres Sg P2 => gioc_ + "hi" ; + Indi Pres Sg P3 => gioc_ + "a" ; + Indi Pres Pl P1 => gioc_ + "hiamo" ; + Indi Pres Pl P2 => gioc_ + "ate" ; + Indi Pres Pl P3 => gioc_ + "ano" ; + Indi Imperf Sg P1 => gioc_ + "avo" ; --# notpresent + Indi Imperf Sg P2 => gioc_ + "avi" ; --# notpresent + Indi Imperf Sg P3 => gioc_ + "ava" ; --# notpresent + Indi Imperf Pl P1 => gioc_ + "avamo" ; --# notpresent + Indi Imperf Pl P2 => gioc_ + "avate" ; --# notpresent + Indi Imperf Pl P3 => gioc_ + "avano" ; --# notpresent + Pass Sg P1 => gioc_ + "ai" ; --# notpresent + Pass Sg P2 => gioc_ + "asti" ; --# notpresent + Pass Sg P3 => gioc_ + "ò" ; --# notpresent + Pass Pl P1 => gioc_ + "ammo" ; --# notpresent + Pass Pl P2 => gioc_ + "aste" ; --# notpresent + Pass Pl P3 => gioc_ + "arono" ; --# notpresent + Fut Sg P1 => gioc_ + "herò" ; --# notpresent + Fut Sg P2 => gioc_ + "herai" ; --# notpresent + Fut Sg P3 => gioc_ + "herà" ; --# notpresent + Fut Pl P1 => gioc_ + "heremo" ; --# notpresent + Fut Pl P2 => gioc_ + "herete" ; --# notpresent + Fut Pl P3 => gioc_ + "heranno" ; --# notpresent + Cong Pres Sg P1 => gioc_ + "hi" ; + Cong Pres Sg P2 => gioc_ + "hi" ; + Cong Pres Sg P3 => gioc_ + "hi" ; + Cong Pres Pl P1 => gioc_ + "hiamo" ; + Cong Pres Pl P2 => gioc_ + "hiate" ; + Cong Pres Pl P3 => gioc_ + "hino" ; + Cong Imperf Sg P1 => gioc_ + "assi" ; --# notpresent + Cong Imperf Sg P2 => gioc_ + "assi" ; --# notpresent + Cong Imperf Sg P3 => gioc_ + "asse" ; --# notpresent + Cong Imperf Pl P1 => gioc_ + "assimo" ; --# notpresent + Cong Imperf Pl P2 => gioc_ + "aste" ; --# notpresent + Cong Imperf Pl P3 => gioc_ + "assero" ; --# notpresent + Cond Sg P1 => gioc_ + "herei" ; --# notpresent + Cond Sg P2 => gioc_ + "heresti" ; --# notpresent + Cond Sg P3 => gioc_ + "herebbe" ; --# notpresent + Cond Pl P1 => gioc_ + "heremmo" ; --# notpresent + Cond Pl P2 => gioc_ + "hereste" ; --# notpresent + Cond Pl P3 => gioc_ + "herebbero" ; --# notpresent + Imper SgP2 => gioc_ + "a" ; + Imper PlP1 => gioc_ + "hiamo" ; + Imper PlP2 => gioc_ + "ate" ; + Ger => gioc_ + "ando" ; + Part PresP Masc Sg => gioc_ + "ante" ; + Part PresP Masc Pl => gioc_ + "anti" ; + Part PresP Fem Sg => gioc_ + "ante" ; + Part PresP Fem Pl => gioc_ + "anti" ; + Part PassP Masc Sg => gioc_ + "ato" ; + Part PassP Masc Pl => gioc_ + "ati" ; + Part PassP Fem Sg => gioc_ + "ata" ; + Part PassP Fem Pl => gioc_ + "ate" + } + } ; + +oper andare_14 : Str -> Verbo = \andare -> + let x_ = Predef.tk 6 andare in + {s = table { + Inf => x_ + "andare" ; + InfClit => x_ + "andar" ; + Indi Pres Sg P1 => variants {x_ + "vo" ; x_ + "vado"} ; + Indi Pres Sg P2 => x_ + "vai" ; + Indi Pres Sg P3 => x_ + "va" ; + Indi Pres Pl P1 => x_ + "andiamo" ; + Indi Pres Pl P2 => x_ + "andate" ; + Indi Pres Pl P3 => x_ + "vanno" ; + Indi Imperf Sg P1 => x_ + "andavo" ; --# notpresent + Indi Imperf Sg P2 => x_ + "andavi" ; --# notpresent + Indi Imperf Sg P3 => x_ + "andava" ; --# notpresent + Indi Imperf Pl P1 => x_ + "andavamo" ; --# notpresent + Indi Imperf Pl P2 => x_ + "andavate" ; --# notpresent + Indi Imperf Pl P3 => x_ + "andavano" ; --# notpresent + Pass Sg P1 => x_ + "andai" ; --# notpresent + Pass Sg P2 => x_ + "andasti" ; --# notpresent + Pass Sg P3 => x_ + "andò" ; --# notpresent + Pass Pl P1 => x_ + "andammo" ; --# notpresent + Pass Pl P2 => x_ + "andaste" ; --# notpresent + Pass Pl P3 => x_ + "andarono" ; --# notpresent + Fut Sg P1 => x_ + "andrò" ; --# notpresent + Fut Sg P2 => x_ + "andrai" ; --# notpresent + Fut Sg P3 => x_ + "andrà" ; --# notpresent + Fut Pl P1 => x_ + "andremo" ; --# notpresent + Fut Pl P2 => x_ + "andrete" ; --# notpresent + Fut Pl P3 => x_ + "andranno" ; --# notpresent + Cong Pres Sg P1 => x_ + "vada" ; + Cong Pres Sg P2 => x_ + "vada" ; + Cong Pres Sg P3 => x_ + "vada" ; + Cong Pres Pl P1 => x_ + "andiamo" ; + Cong Pres Pl P2 => x_ + "andiate" ; + Cong Pres Pl P3 => x_ + "vadano" ; + Cong Imperf Sg P1 => x_ + "andassi" ; --# notpresent + Cong Imperf Sg P2 => x_ + "andassi" ; --# notpresent + Cong Imperf Sg P3 => x_ + "andasse" ; --# notpresent + Cong Imperf Pl P1 => x_ + "andassimo" ; --# notpresent + Cong Imperf Pl P2 => x_ + "andaste" ; --# notpresent + Cong Imperf Pl P3 => x_ + "andassero" ; --# notpresent + Cond Sg P1 => x_ + "andrei" ; --# notpresent + Cond Sg P2 => x_ + "andresti" ; --# notpresent + Cond Sg P3 => x_ + "andrebbe" ; --# notpresent + Cond Pl P1 => x_ + "andremmo" ; --# notpresent + Cond Pl P2 => x_ + "andreste" ; --# notpresent + Cond Pl P3 => x_ + "andrebbero" ; --# notpresent + Imper SgP2 => x_ + "vai" ; + Imper PlP1 => x_ + "andiamo" ; + Imper PlP2 => x_ + "andate" ; + Ger => x_ + "andando" ; + Part PresP Masc Sg => x_ + "andante" ; + Part PresP Masc Pl => x_ + "andanti" ; + Part PresP Fem Sg => x_ + "andante" ; + Part PresP Fem Pl => x_ + "andanti" ; + Part PassP Masc Sg => x_ + "andato" ; + Part PassP Masc Pl => x_ + "andati" ; + Part PassP Fem Sg => x_ + "andata" ; + Part PassP Fem Pl => x_ + "andate" + } + } ; + +oper riandare_14b : Str -> Verbo = \riandare -> + let ri_ = Predef.tk 6 riandare in + {s = table { + Inf => ri_ + "andare" ; + InfClit => ri_ + "andar" ; + Indi Pres Sg P1 => variants {ri_ + "vo" ; ri_ + "vado"} ; + Indi Pres Sg P2 => ri_ + "vai" ; + Indi Pres Sg P3 => ri_ + "và" ; + Indi Pres Pl P1 => ri_ + "andiamo" ; + Indi Pres Pl P2 => ri_ + "andate" ; + Indi Pres Pl P3 => ri_ + "vanno" ; + Indi Imperf Sg P1 => ri_ + "andavo" ; --# notpresent + Indi Imperf Sg P2 => ri_ + "andavi" ; --# notpresent + Indi Imperf Sg P3 => ri_ + "andava" ; --# notpresent + Indi Imperf Pl P1 => ri_ + "andavamo" ; --# notpresent + Indi Imperf Pl P2 => ri_ + "andavate" ; --# notpresent + Indi Imperf Pl P3 => ri_ + "andavano" ; --# notpresent + Pass Sg P1 => ri_ + "andai" ; --# notpresent + Pass Sg P2 => ri_ + "andasti" ; --# notpresent + Pass Sg P3 => ri_ + "andò" ; --# notpresent + Pass Pl P1 => ri_ + "andammo" ; --# notpresent + Pass Pl P2 => ri_ + "andaste" ; --# notpresent + Pass Pl P3 => ri_ + "andarono" ; --# notpresent + Fut Sg P1 => ri_ + "andrò" ; --# notpresent + Fut Sg P2 => ri_ + "andrai" ; --# notpresent + Fut Sg P3 => ri_ + "andrà" ; --# notpresent + Fut Pl P1 => ri_ + "andremo" ; --# notpresent + Fut Pl P2 => ri_ + "andrete" ; --# notpresent + Fut Pl P3 => ri_ + "andranno" ; --# notpresent + Cong Pres Sg P1 => ri_ + "vada" ; + Cong Pres Sg P2 => ri_ + "vada" ; + Cong Pres Sg P3 => ri_ + "vada" ; + Cong Pres Pl P1 => ri_ + "andiamo" ; + Cong Pres Pl P2 => ri_ + "andiate" ; + Cong Pres Pl P3 => ri_ + "vadano" ; + Cong Imperf Sg P1 => ri_ + "andassi" ; --# notpresent + Cong Imperf Sg P2 => ri_ + "andassi" ; --# notpresent + Cong Imperf Sg P3 => ri_ + "andasse" ; --# notpresent + Cong Imperf Pl P1 => ri_ + "andassimo" ; --# notpresent + Cong Imperf Pl P2 => ri_ + "andaste" ; --# notpresent + Cong Imperf Pl P3 => ri_ + "andassero" ; --# notpresent + Cond Sg P1 => ri_ + "andrei" ; --# notpresent + Cond Sg P2 => ri_ + "andresti" ; --# notpresent + Cond Sg P3 => ri_ + "andrebbe" ; --# notpresent + Cond Pl P1 => ri_ + "andremmo" ; --# notpresent + Cond Pl P2 => ri_ + "andreste" ; --# notpresent + Cond Pl P3 => ri_ + "andrebbero" ; --# notpresent + Imper SgP2 => ri_ + "vai" ; + Imper PlP1 => ri_ + "andiamo" ; + Imper PlP2 => ri_ + "andate" ; + Ger => ri_ + "andando" ; + Part PresP Masc Sg => ri_ + "andante" ; + Part PresP Masc Pl => ri_ + "andanti" ; + Part PresP Fem Sg => ri_ + "andante" ; + Part PresP Fem Pl => ri_ + "andanti" ; + Part PassP Masc Sg => ri_ + "andato" ; + Part PassP Masc Pl => ri_ + "andati" ; + Part PassP Fem Sg => ri_ + "andata" ; + Part PassP Fem Pl => ri_ + "andate" + } + } ; + +oper dare_15 : Str -> Verbo = \dare -> + let d_ = Predef.tk 3 dare in + {s = table { + Inf => d_ + "are" ; + InfClit => d_ + "a" ; + Indi Pres Sg P1 => d_ + "o" ; + Indi Pres Sg P2 => d_ + "ai" ; + Indi Pres Sg P3 => d_ + "à" ; + Indi Pres Pl P1 => d_ + "iamo" ; + Indi Pres Pl P2 => d_ + "ate" ; + Indi Pres Pl P3 => d_ + "anno" ; + Indi Imperf Sg P1 => d_ + "avo" ; --# notpresent + Indi Imperf Sg P2 => d_ + "avi" ; --# notpresent + Indi Imperf Sg P3 => d_ + "ava" ; --# notpresent + Indi Imperf Pl P1 => d_ + "avamo" ; --# notpresent + Indi Imperf Pl P2 => d_ + "avate" ; --# notpresent + Indi Imperf Pl P3 => d_ + "avano" ; --# notpresent + Pass Sg P1 => d_ + "iedi" ; --# notpresent + Pass Sg P2 => d_ + "esti" ; --# notpresent + Pass Sg P3 => d_ + "iede" ; --# notpresent + Pass Pl P1 => d_ + "emmo" ; --# notpresent + Pass Pl P2 => d_ + "este" ; --# notpresent + Pass Pl P3 => d_ + "iedero" ; --# notpresent + Fut Sg P1 => d_ + "arò" ; --# notpresent + Fut Sg P2 => d_ + "arai" ; --# notpresent + Fut Sg P3 => d_ + "arà" ; --# notpresent + Fut Pl P1 => d_ + "aremo" ; --# notpresent + Fut Pl P2 => d_ + "arete" ; --# notpresent + Fut Pl P3 => d_ + "aranno" ; --# notpresent + Cong Pres Sg P1 => d_ + "ia" ; + Cong Pres Sg P2 => d_ + "ia" ; + Cong Pres Sg P3 => d_ + "ia" ; + Cong Pres Pl P1 => d_ + "iamo" ; + Cong Pres Pl P2 => d_ + "iate" ; + Cong Pres Pl P3 => d_ + "iano" ; + Cong Imperf Sg P1 => d_ + "essi" ; --# notpresent + Cong Imperf Sg P2 => d_ + "essi" ; --# notpresent + Cong Imperf Sg P3 => d_ + "esse" ; --# notpresent + Cong Imperf Pl P1 => d_ + "essimo" ; --# notpresent + Cong Imperf Pl P2 => d_ + "este" ; --# notpresent + Cong Imperf Pl P3 => d_ + "essero" ; --# notpresent + Cond Sg P1 => d_ + "arei" ; --# notpresent + Cond Sg P2 => d_ + "aresti" ; --# notpresent + Cond Sg P3 => d_ + "arebbe" ; --# notpresent + Cond Pl P1 => d_ + "aremmo" ; --# notpresent + Cond Pl P2 => d_ + "areste" ; --# notpresent + Cond Pl P3 => d_ + "arebbero" ; --# notpresent + Imper SgP2 => d_ + "ai" ; + Imper PlP1 => d_ + "iamo" ; + Imper PlP2 => d_ + "iate" ; + Ger => d_ + "ando" ; + Part PresP Masc Sg => d_ + "ante" ; + Part PresP Masc Pl => d_ + "anti" ; + Part PresP Fem Sg => d_ + "ante" ; + Part PresP Fem Pl => d_ + "anti" ; + Part PassP Masc Sg => d_ + "ato" ; + Part PassP Masc Pl => d_ + "ati" ; + Part PassP Fem Sg => d_ + "ata" ; + Part PassP Fem Pl => d_ + "ate" + } + } ; + +oper stare_16 : Str -> Verbo = \stare -> + let st_ = Predef.tk 3 stare in + {s = table { + Inf => st_ + "are" ; + InfClit => st_ + "a" ; + Indi Pres Sg P1 => st_ + "o" ; + Indi Pres Sg P2 => st_ + "ai" ; + Indi Pres Sg P3 => st_ + "a" ; + Indi Pres Pl P1 => st_ + "iamo" ; + Indi Pres Pl P2 => st_ + "ate" ; + Indi Pres Pl P3 => st_ + "anno" ; + Indi Imperf Sg P1 => st_ + "avo" ; --# notpresent + Indi Imperf Sg P2 => st_ + "avi" ; --# notpresent + Indi Imperf Sg P3 => st_ + "ava" ; --# notpresent + Indi Imperf Pl P1 => st_ + "avamo" ; --# notpresent + Indi Imperf Pl P2 => st_ + "avate" ; --# notpresent + Indi Imperf Pl P3 => st_ + "avano" ; --# notpresent + Pass Sg P1 => st_ + "etti" ; --# notpresent + Pass Sg P2 => st_ + "esti" ; --# notpresent + Pass Sg P3 => st_ + "ette" ; --# notpresent + Pass Pl P1 => st_ + "emmo" ; --# notpresent + Pass Pl P2 => st_ + "este" ; --# notpresent + Pass Pl P3 => st_ + "ettero" ; --# notpresent + Fut Sg P1 => st_ + "arò" ; --# notpresent + Fut Sg P2 => st_ + "arai" ; --# notpresent + Fut Sg P3 => st_ + "arà" ; --# notpresent + Fut Pl P1 => st_ + "aremo" ; --# notpresent + Fut Pl P2 => st_ + "arete" ; --# notpresent + Fut Pl P3 => st_ + "aranno" ; --# notpresent + Cong Pres Sg P1 => st_ + "ia" ; + Cong Pres Sg P2 => st_ + "ia" ; + Cong Pres Sg P3 => st_ + "ia" ; + Cong Pres Pl P1 => st_ + "iamo" ; + Cong Pres Pl P2 => st_ + "iate" ; + Cong Pres Pl P3 => st_ + "iano" ; + Cong Imperf Sg P1 => st_ + "essi" ; --# notpresent + Cong Imperf Sg P2 => st_ + "essi" ; --# notpresent + Cong Imperf Sg P3 => st_ + "esse" ; --# notpresent + Cong Imperf Pl P1 => st_ + "essimo" ; --# notpresent + Cong Imperf Pl P2 => st_ + "este" ; --# notpresent + Cong Imperf Pl P3 => st_ + "essero" ; --# notpresent + Cond Sg P1 => st_ + "arei" ; --# notpresent + Cond Sg P2 => st_ + "aresti" ; --# notpresent + Cond Sg P3 => st_ + "arebbe" ; --# notpresent + Cond Pl P1 => st_ + "aremmo" ; --# notpresent + Cond Pl P2 => st_ + "areste" ; --# notpresent + Cond Pl P3 => st_ + "arebbero" ; --# notpresent + Imper SgP2 => variants {st_ + "a`" ; st_ + "ai"} ; + Imper PlP1 => st_ + "iamo" ; + Imper PlP2 => st_ + "iate" ; + Ger => st_ + "ando" ; + Part PresP Masc Sg => st_ + "ante" ; + Part PresP Masc Pl => st_ + "anti" ; + Part PresP Fem Sg => st_ + "ante" ; + Part PresP Fem Pl => st_ + "anti" ; + Part PassP Masc Sg => st_ + "ato" ; + Part PassP Masc Pl => st_ + "ati" ; + Part PassP Fem Sg => st_ + "ata" ; + Part PassP Fem Pl => st_ + "ate" + } + } ; + +oper agitare_17 : Str -> Verbo = \agitare -> + let agit_ = Predef.tk 3 agitare in + {s = table { + Inf => agit_ + "are" ; + InfClit => agit_ + "ar" ; + Indi Pres Sg P1 => agit_ + "o" ; + Indi Pres Sg P2 => agit_ + "i" ; + Indi Pres Sg P3 => agit_ + "a" ; + Indi Pres Pl P1 => agit_ + "iamo" ; + Indi Pres Pl P2 => agit_ + "ate" ; + Indi Pres Pl P3 => agit_ + "ano" ; + Indi Imperf Sg P1 => agit_ + "avo" ; --# notpresent + Indi Imperf Sg P2 => agit_ + "avi" ; --# notpresent + Indi Imperf Sg P3 => agit_ + "ava" ; --# notpresent + Indi Imperf Pl P1 => agit_ + "avamo" ; --# notpresent + Indi Imperf Pl P2 => agit_ + "avate" ; --# notpresent + Indi Imperf Pl P3 => agit_ + "avano" ; --# notpresent + Pass Sg P1 => agit_ + "ai" ; --# notpresent + Pass Sg P2 => agit_ + "asti" ; --# notpresent + Pass Sg P3 => agit_ + "ò" ; --# notpresent + Pass Pl P1 => agit_ + "ammo" ; --# notpresent + Pass Pl P2 => agit_ + "aste" ; --# notpresent + Pass Pl P3 => agit_ + "arono" ; --# notpresent + Fut Sg P1 => agit_ + "erò" ; --# notpresent + Fut Sg P2 => agit_ + "erai" ; --# notpresent + Fut Sg P3 => agit_ + "erà" ; --# notpresent + Fut Pl P1 => agit_ + "eremo" ; --# notpresent + Fut Pl P2 => agit_ + "erete" ; --# notpresent + Fut Pl P3 => agit_ + "eranno" ; --# notpresent + Cong Pres Sg P1 => agit_ + "i" ; + Cong Pres Sg P2 => agit_ + "i" ; + Cong Pres Sg P3 => agit_ + "i" ; + Cong Pres Pl P1 => agit_ + "iamo" ; + Cong Pres Pl P2 => agit_ + "iate" ; + Cong Pres Pl P3 => agit_ + "ino" ; + Cong Imperf Sg P1 => agit_ + "assi" ; --# notpresent + Cong Imperf Sg P2 => agit_ + "assi" ; --# notpresent + Cong Imperf Sg P3 => agit_ + "asse" ; --# notpresent + Cong Imperf Pl P1 => agit_ + "assimo" ; --# notpresent + Cong Imperf Pl P2 => agit_ + "aste" ; --# notpresent + Cong Imperf Pl P3 => agit_ + "assero" ; --# notpresent + Cond Sg P1 => agit_ + "erei" ; --# notpresent + Cond Sg P2 => agit_ + "eresti" ; --# notpresent + Cond Sg P3 => agit_ + "erebbe" ; --# notpresent + Cond Pl P1 => agit_ + "eremmo" ; --# notpresent + Cond Pl P2 => agit_ + "ereste" ; --# notpresent + Cond Pl P3 => agit_ + "erebbero" ; --# notpresent + Imper SgP2 => agit_ + "a" ; + Imper PlP1 => agit_ + "iamo" ; + Imper PlP2 => agit_ + "ate" ; + Ger => agit_ + "ando" ; + Part PresP Masc Sg => agit_ + "ante" ; + Part PresP Masc Pl => agit_ + "anti" ; + Part PresP Fem Sg => agit_ + "ante" ; + Part PresP Fem Pl => agit_ + "anti" ; + Part PassP Masc Sg => agit_ + "ato" ; + Part PassP Masc Pl => agit_ + "ati" ; + Part PassP Fem Sg => agit_ + "ata" ; + Part PassP Fem Pl => agit_ + "ate" + } + } ; + +oper immaginare_18 : Str -> Verbo = \immaginare -> + let immagin_ = Predef.tk 3 immaginare in + {s = table { + Inf => immagin_ + "are" ; + InfClit => immagin_ + "ar" ; + Indi Pres Sg P1 => immagin_ + "o" ; + Indi Pres Sg P2 => immagin_ + "i" ; + Indi Pres Sg P3 => immagin_ + "a" ; + Indi Pres Pl P1 => immagin_ + "iamo" ; + Indi Pres Pl P2 => immagin_ + "ate" ; + Indi Pres Pl P3 => immagin_ + "ano" ; + Indi Imperf Sg P1 => immagin_ + "avo" ; --# notpresent + Indi Imperf Sg P2 => immagin_ + "avi" ; --# notpresent + Indi Imperf Sg P3 => immagin_ + "ava" ; --# notpresent + Indi Imperf Pl P1 => immagin_ + "avamo" ; --# notpresent + Indi Imperf Pl P2 => immagin_ + "avate" ; --# notpresent + Indi Imperf Pl P3 => immagin_ + "avano" ; --# notpresent + Pass Sg P1 => immagin_ + "ai" ; --# notpresent + Pass Sg P2 => immagin_ + "asti" ; --# notpresent + Pass Sg P3 => immagin_ + "ò" ; --# notpresent + Pass Pl P1 => immagin_ + "ammo" ; --# notpresent + Pass Pl P2 => immagin_ + "aste" ; --# notpresent + Pass Pl P3 => immagin_ + "arono" ; --# notpresent + Fut Sg P1 => immagin_ + "erò" ; --# notpresent + Fut Sg P2 => immagin_ + "erai" ; --# notpresent + Fut Sg P3 => immagin_ + "erà" ; --# notpresent + Fut Pl P1 => immagin_ + "eremo" ; --# notpresent + Fut Pl P2 => immagin_ + "erete" ; --# notpresent + Fut Pl P3 => immagin_ + "eranno" ; --# notpresent + Cong Pres Sg P1 => immagin_ + "i" ; + Cong Pres Sg P2 => immagin_ + "i" ; + Cong Pres Sg P3 => immagin_ + "i" ; + Cong Pres Pl P1 => immagin_ + "iamo" ; + Cong Pres Pl P2 => immagin_ + "iate" ; + Cong Pres Pl P3 => immagin_ + "ino" ; + Cong Imperf Sg P1 => immagin_ + "assi" ; --# notpresent + Cong Imperf Sg P2 => immagin_ + "assi" ; --# notpresent + Cong Imperf Sg P3 => immagin_ + "asse" ; --# notpresent + Cong Imperf Pl P1 => immagin_ + "assimo" ; --# notpresent + Cong Imperf Pl P2 => immagin_ + "aste" ; --# notpresent + Cong Imperf Pl P3 => immagin_ + "assero" ; --# notpresent + Cond Sg P1 => immagin_ + "erei" ; --# notpresent + Cond Sg P2 => immagin_ + "eresti" ; --# notpresent + Cond Sg P3 => immagin_ + "erebbe" ; --# notpresent + Cond Pl P1 => immagin_ + "eremmo" ; --# notpresent + Cond Pl P2 => immagin_ + "ereste" ; --# notpresent + Cond Pl P3 => immagin_ + "erebbero" ; --# notpresent + Imper SgP2 => immagin_ + "a" ; + Imper PlP1 => immagin_ + "iamo" ; + Imper PlP2 => immagin_ + "ate" ; + Ger => immagin_ + "ando" ; + Part PresP Masc Sg => immagin_ + "ante" ; + Part PresP Masc Pl => immagin_ + "anti" ; + Part PresP Fem Sg => immagin_ + "ante" ; + Part PresP Fem Pl => immagin_ + "anti" ; + Part PassP Masc Sg => immagin_ + "ato" ; + Part PassP Masc Pl => immagin_ + "ati" ; + Part PassP Fem Sg => immagin_ + "ata" ; + Part PassP Fem Pl => immagin_ + "ate" + } + } ; + +oper modificare_19 : Str -> Verbo = \modificare -> + let modific_ = Predef.tk 3 modificare in + {s = table { + Inf => modific_ + "are" ; + InfClit => modific_ + "ar" ; + Indi Pres Sg P1 => modific_ + "o" ; + Indi Pres Sg P2 => modific_ + "hi" ; + Indi Pres Sg P3 => modific_ + "a" ; + Indi Pres Pl P1 => modific_ + "hiamo" ; + Indi Pres Pl P2 => modific_ + "ate" ; + Indi Pres Pl P3 => modific_ + "ano" ; + Indi Imperf Sg P1 => modific_ + "avo" ; --# notpresent + Indi Imperf Sg P2 => modific_ + "avi" ; --# notpresent + Indi Imperf Sg P3 => modific_ + "ava" ; --# notpresent + Indi Imperf Pl P1 => modific_ + "avamo" ; --# notpresent + Indi Imperf Pl P2 => modific_ + "avate" ; --# notpresent + Indi Imperf Pl P3 => modific_ + "avano" ; --# notpresent + Pass Sg P1 => modific_ + "ai" ; --# notpresent + Pass Sg P2 => modific_ + "asti" ; --# notpresent + Pass Sg P3 => modific_ + "ò" ; --# notpresent + Pass Pl P1 => modific_ + "ammo" ; --# notpresent + Pass Pl P2 => modific_ + "aste" ; --# notpresent + Pass Pl P3 => modific_ + "arono" ; --# notpresent + Fut Sg P1 => modific_ + "herò" ; --# notpresent + Fut Sg P2 => modific_ + "herai" ; --# notpresent + Fut Sg P3 => modific_ + "herà" ; --# notpresent + Fut Pl P1 => modific_ + "heremo" ; --# notpresent + Fut Pl P2 => modific_ + "herete" ; --# notpresent + Fut Pl P3 => modific_ + "heranno" ; --# notpresent + Cong Pres Sg P1 => modific_ + "hi" ; + Cong Pres Sg P2 => modific_ + "hi" ; + Cong Pres Sg P3 => modific_ + "hi" ; + Cong Pres Pl P1 => modific_ + "hiamo" ; + Cong Pres Pl P2 => modific_ + "hiate" ; + Cong Pres Pl P3 => modific_ + "hino" ; + Cong Imperf Sg P1 => modific_ + "assi" ; --# notpresent + Cong Imperf Sg P2 => modific_ + "assi" ; --# notpresent + Cong Imperf Sg P3 => modific_ + "asse" ; --# notpresent + Cong Imperf Pl P1 => modific_ + "assimo" ; --# notpresent + Cong Imperf Pl P2 => modific_ + "aste" ; --# notpresent + Cong Imperf Pl P3 => modific_ + "assero" ; --# notpresent + Cond Sg P1 => modific_ + "herei" ; --# notpresent + Cond Sg P2 => modific_ + "heresti" ; --# notpresent + Cond Sg P3 => modific_ + "herebbe" ; --# notpresent + Cond Pl P1 => modific_ + "heremmo" ; --# notpresent + Cond Pl P2 => modific_ + "hereste" ; --# notpresent + Cond Pl P3 => modific_ + "herebbero" ; --# notpresent + Imper SgP2 => modific_ + "a" ; + Imper PlP1 => modific_ + "hiamo" ; + Imper PlP2 => modific_ + "ate" ; + Ger => modific_ + "ando" ; + Part PresP Masc Sg => modific_ + "ante" ; + Part PresP Masc Pl => modific_ + "anti" ; + Part PresP Fem Sg => modific_ + "ante" ; + Part PresP Fem Pl => modific_ + "anti" ; + Part PassP Masc Sg => modific_ + "ato" ; + Part PassP Masc Pl => modific_ + "ati" ; + Part PassP Fem Sg => modific_ + "ata" ; + Part PassP Fem Pl => modific_ + "ate" + } + } ; + +oper temere_20 : Str -> Verbo = \temere -> + let tem_ = Predef.tk 3 temere in + {s = table { + Inf => tem_ + "ere" ; + InfClit => tem_ + "er" ; + Indi Pres Sg P1 => tem_ + "o" ; + Indi Pres Sg P2 => tem_ + "i" ; + Indi Pres Sg P3 => tem_ + "e" ; + Indi Pres Pl P1 => tem_ + "iamo" ; + Indi Pres Pl P2 => tem_ + "ete" ; + Indi Pres Pl P3 => tem_ + "ono" ; + Indi Imperf Sg P1 => tem_ + "evo" ; --# notpresent + Indi Imperf Sg P2 => tem_ + "evi" ; --# notpresent + Indi Imperf Sg P3 => tem_ + "eva" ; --# notpresent + Indi Imperf Pl P1 => tem_ + "evamo" ; --# notpresent + Indi Imperf Pl P2 => tem_ + "evate" ; --# notpresent + Indi Imperf Pl P3 => tem_ + "evano" ; --# notpresent + Pass Sg P1 => tem_ + "etti" ; --# notpresent + Pass Sg P2 => tem_ + "esti" ; --# notpresent + Pass Sg P3 => tem_ + "ette" ; --# notpresent + Pass Pl P1 => tem_ + "emmo" ; --# notpresent + Pass Pl P2 => tem_ + "este" ; --# notpresent + Pass Pl P3 => tem_ + "ettero" ; --# notpresent + Fut Sg P1 => tem_ + "erò" ; --# notpresent + Fut Sg P2 => tem_ + "erai" ; --# notpresent + Fut Sg P3 => tem_ + "erà" ; --# notpresent + Fut Pl P1 => tem_ + "eremo" ; --# notpresent + Fut Pl P2 => tem_ + "erete" ; --# notpresent + Fut Pl P3 => tem_ + "eranno" ; --# notpresent + Cong Pres Sg P1 => tem_ + "a" ; + Cong Pres Sg P2 => tem_ + "a" ; + Cong Pres Sg P3 => tem_ + "a" ; + Cong Pres Pl P1 => tem_ + "iamo" ; + Cong Pres Pl P2 => tem_ + "iate" ; + Cong Pres Pl P3 => tem_ + "ano" ; + Cong Imperf Sg P1 => tem_ + "essi" ; --# notpresent + Cong Imperf Sg P2 => tem_ + "essi" ; --# notpresent + Cong Imperf Sg P3 => tem_ + "esse" ; --# notpresent + Cong Imperf Pl P1 => tem_ + "essimo" ; --# notpresent + Cong Imperf Pl P2 => tem_ + "este" ; --# notpresent + Cong Imperf Pl P3 => tem_ + "essero" ; --# notpresent + Cond Sg P1 => tem_ + "erei" ; --# notpresent + Cond Sg P2 => tem_ + "eresti" ; --# notpresent + Cond Sg P3 => tem_ + "erebbe" ; --# notpresent + Cond Pl P1 => tem_ + "eremmo" ; --# notpresent + Cond Pl P2 => tem_ + "ereste" ; --# notpresent + Cond Pl P3 => tem_ + "erebbero" ; --# notpresent + Imper SgP2 => tem_ + "i" ; + Imper PlP1 => tem_ + "iamo" ; + Imper PlP2 => tem_ + "ete" ; + Ger => tem_ + "endo" ; + Part PresP Masc Sg => tem_ + "ente" ; + Part PresP Masc Pl => tem_ + "enti" ; + Part PresP Fem Sg => tem_ + "ente" ; + Part PresP Fem Pl => tem_ + "enti" ; + Part PassP Masc Sg => tem_ + "uto" ; + Part PassP Masc Pl => tem_ + "uti" ; + Part PassP Fem Sg => tem_ + "uta" ; + Part PassP Fem Pl => tem_ + "ute" + } + } ; + +oper accendere_21 : Str -> Verbo = \accendere -> + let acce_ = Predef.tk 5 accendere in + {s = table { + Inf => acce_ + "ndere" ; + InfClit => acce_ + "nder" ; + Indi Pres Sg P1 => acce_ + "ndo" ; + Indi Pres Sg P2 => acce_ + "ndi" ; + Indi Pres Sg P3 => acce_ + "nde" ; + Indi Pres Pl P1 => acce_ + "ndiamo" ; + Indi Pres Pl P2 => acce_ + "ndete" ; + Indi Pres Pl P3 => acce_ + "ndono" ; + Indi Imperf Sg P1 => acce_ + "ndevo" ; --# notpresent + Indi Imperf Sg P2 => acce_ + "ndevi" ; --# notpresent + Indi Imperf Sg P3 => acce_ + "ndeva" ; --# notpresent + Indi Imperf Pl P1 => acce_ + "ndevamo" ; --# notpresent + Indi Imperf Pl P2 => acce_ + "ndevate" ; --# notpresent + Indi Imperf Pl P3 => acce_ + "ndevano" ; --# notpresent + Pass Sg P1 => acce_ + "si" ; --# notpresent + Pass Sg P2 => acce_ + "ndesti" ; --# notpresent + Pass Sg P3 => acce_ + "se" ; --# notpresent + Pass Pl P1 => acce_ + "ndemmo" ; --# notpresent + Pass Pl P2 => acce_ + "ndeste" ; --# notpresent + Pass Pl P3 => acce_ + "sero" ; --# notpresent + Fut Sg P1 => acce_ + "nderò" ; --# notpresent + Fut Sg P2 => acce_ + "nderai" ; --# notpresent + Fut Sg P3 => acce_ + "nderà" ; --# notpresent + Fut Pl P1 => acce_ + "nderemo" ; --# notpresent + Fut Pl P2 => acce_ + "nderete" ; --# notpresent + Fut Pl P3 => acce_ + "nderanno" ; --# notpresent + Cong Pres Sg P1 => acce_ + "nda" ; + Cong Pres Sg P2 => acce_ + "nda" ; + Cong Pres Sg P3 => acce_ + "nda" ; + Cong Pres Pl P1 => acce_ + "ndiamo" ; + Cong Pres Pl P2 => acce_ + "ndiate" ; + Cong Pres Pl P3 => acce_ + "ndano" ; + Cong Imperf Sg P1 => acce_ + "ndessi" ; --# notpresent + Cong Imperf Sg P2 => acce_ + "ndessi" ; --# notpresent + Cong Imperf Sg P3 => acce_ + "ndesse" ; --# notpresent + Cong Imperf Pl P1 => acce_ + "ndessimo" ; --# notpresent + Cong Imperf Pl P2 => acce_ + "ndeste" ; --# notpresent + Cong Imperf Pl P3 => acce_ + "ndessero" ; --# notpresent + Cond Sg P1 => acce_ + "nderei" ; --# notpresent + Cond Sg P2 => acce_ + "nderesti" ; --# notpresent + Cond Sg P3 => acce_ + "nderebbe" ; --# notpresent + Cond Pl P1 => acce_ + "nderemmo" ; --# notpresent + Cond Pl P2 => acce_ + "ndereste" ; --# notpresent + Cond Pl P3 => acce_ + "nderebbero" ; --# notpresent + Imper SgP2 => acce_ + "ndi" ; + Imper PlP1 => acce_ + "ndiamo" ; + Imper PlP2 => acce_ + "ndete" ; + Ger => acce_ + "ndendo" ; + Part PresP Masc Sg => acce_ + "ndente" ; + Part PresP Masc Pl => acce_ + "ndenti" ; + Part PresP Fem Sg => acce_ + "ndente" ; + Part PresP Fem Pl => acce_ + "ndenti" ; + Part PassP Masc Sg => acce_ + "so" ; + Part PassP Masc Pl => acce_ + "si" ; + Part PassP Fem Sg => acce_ + "sa" ; + Part PassP Fem Pl => acce_ + "se" + } + } ; + +oper affiggere_22 : Str -> Verbo = \affiggere -> + let affi_ = Predef.tk 5 affiggere in + {s = table { + Inf => affi_ + "ggere" ; + InfClit => affi_ + "gger" ; + Indi Pres Sg P1 => affi_ + "ggo" ; + Indi Pres Sg P2 => affi_ + "ggi" ; + Indi Pres Sg P3 => affi_ + "gge" ; + Indi Pres Pl P1 => affi_ + "ggiamo" ; + Indi Pres Pl P2 => affi_ + "ggete" ; + Indi Pres Pl P3 => affi_ + "ggono" ; + Indi Imperf Sg P1 => affi_ + "ggevo" ; --# notpresent + Indi Imperf Sg P2 => affi_ + "ggevi" ; --# notpresent + Indi Imperf Sg P3 => affi_ + "ggeva" ; --# notpresent + Indi Imperf Pl P1 => affi_ + "ggevamo" ; --# notpresent + Indi Imperf Pl P2 => affi_ + "ggevate" ; --# notpresent + Indi Imperf Pl P3 => affi_ + "ggevano" ; --# notpresent + Pass Sg P1 => affi_ + "ssi" ; --# notpresent + Pass Sg P2 => affi_ + "ggesti" ; --# notpresent + Pass Sg P3 => affi_ + "sse" ; --# notpresent + Pass Pl P1 => affi_ + "ggemmo" ; --# notpresent + Pass Pl P2 => affi_ + "ggeste" ; --# notpresent + Pass Pl P3 => affi_ + "ssero" ; --# notpresent + Fut Sg P1 => affi_ + "ggerò" ; --# notpresent + Fut Sg P2 => affi_ + "ggerai" ; --# notpresent + Fut Sg P3 => affi_ + "ggerà" ; --# notpresent + Fut Pl P1 => affi_ + "ggeremo" ; --# notpresent + Fut Pl P2 => affi_ + "ggerete" ; --# notpresent + Fut Pl P3 => affi_ + "ggeranno" ; --# notpresent + Cong Pres Sg P1 => affi_ + "gga" ; + Cong Pres Sg P2 => affi_ + "gga" ; + Cong Pres Sg P3 => affi_ + "gga" ; + Cong Pres Pl P1 => affi_ + "ggiamo" ; + Cong Pres Pl P2 => affi_ + "ggiate" ; + Cong Pres Pl P3 => affi_ + "ggano" ; + Cong Imperf Sg P1 => affi_ + "ggessi" ; --# notpresent + Cong Imperf Sg P2 => affi_ + "ggessi" ; --# notpresent + Cong Imperf Sg P3 => affi_ + "ggesse" ; --# notpresent + Cong Imperf Pl P1 => affi_ + "ggessimo" ; --# notpresent + Cong Imperf Pl P2 => affi_ + "ggeste" ; --# notpresent + Cong Imperf Pl P3 => affi_ + "ggessero" ; --# notpresent + Cond Sg P1 => affi_ + "ggerei" ; --# notpresent + Cond Sg P2 => affi_ + "ggeresti" ; --# notpresent + Cond Sg P3 => affi_ + "ggerebbe" ; --# notpresent + Cond Pl P1 => affi_ + "ggeremmo" ; --# notpresent + Cond Pl P2 => affi_ + "ggereste" ; --# notpresent + Cond Pl P3 => affi_ + "ggerebbero" ; --# notpresent + Imper SgP2 => affi_ + "ggi" ; + Imper PlP1 => affi_ + "ggiamo" ; + Imper PlP2 => affi_ + "ggete" ; + Ger => affi_ + "ggendo" ; + Part PresP Masc Sg => affi_ + "ggente" ; + Part PresP Masc Pl => affi_ + "ggenti" ; + Part PresP Fem Sg => affi_ + "ggente" ; + Part PresP Fem Pl => affi_ + "ggenti" ; + Part PassP Masc Sg => affi_ + "sso" ; + Part PassP Masc Pl => affi_ + "ssi" ; + Part PassP Fem Sg => affi_ + "ssa" ; + Part PassP Fem Pl => affi_ + "sse" + } + } ; + +oper ardere_23 : Str -> Verbo = \ardere -> + let ar_ = Predef.tk 4 ardere in + {s = table { + Inf => ar_ + "dere" ; + InfClit => ar_ + "der" ; + Indi Pres Sg P1 => ar_ + "do" ; + Indi Pres Sg P2 => ar_ + "di" ; + Indi Pres Sg P3 => ar_ + "de" ; + Indi Pres Pl P1 => ar_ + "diamo" ; + Indi Pres Pl P2 => ar_ + "dete" ; + Indi Pres Pl P3 => ar_ + "dono" ; + Indi Imperf Sg P1 => ar_ + "devo" ; --# notpresent + Indi Imperf Sg P2 => ar_ + "devi" ; --# notpresent + Indi Imperf Sg P3 => ar_ + "deva" ; --# notpresent + Indi Imperf Pl P1 => ar_ + "devamo" ; --# notpresent + Indi Imperf Pl P2 => ar_ + "devate" ; --# notpresent + Indi Imperf Pl P3 => ar_ + "devano" ; --# notpresent + Pass Sg P1 => ar_ + "si" ; --# notpresent + Pass Sg P2 => ar_ + "desti" ; --# notpresent + Pass Sg P3 => ar_ + "se" ; --# notpresent + Pass Pl P1 => ar_ + "demmo" ; --# notpresent + Pass Pl P2 => ar_ + "deste" ; --# notpresent + Pass Pl P3 => ar_ + "sero" ; --# notpresent + Fut Sg P1 => ar_ + "derò" ; --# notpresent + Fut Sg P2 => ar_ + "derai" ; --# notpresent + Fut Sg P3 => ar_ + "derà" ; --# notpresent + Fut Pl P1 => ar_ + "deremo" ; --# notpresent + Fut Pl P2 => ar_ + "derete" ; --# notpresent + Fut Pl P3 => ar_ + "deranno" ; --# notpresent + Cong Pres Sg P1 => ar_ + "da" ; + Cong Pres Sg P2 => ar_ + "da" ; + Cong Pres Sg P3 => ar_ + "da" ; + Cong Pres Pl P1 => ar_ + "diamo" ; + Cong Pres Pl P2 => ar_ + "diate" ; + Cong Pres Pl P3 => ar_ + "dano" ; + Cong Imperf Sg P1 => ar_ + "dessi" ; --# notpresent + Cong Imperf Sg P2 => ar_ + "dessi" ; --# notpresent + Cong Imperf Sg P3 => ar_ + "desse" ; --# notpresent + Cong Imperf Pl P1 => ar_ + "dessimo" ; --# notpresent + Cong Imperf Pl P2 => ar_ + "deste" ; --# notpresent + Cong Imperf Pl P3 => ar_ + "dessero" ; --# notpresent + Cond Sg P1 => ar_ + "derei" ; --# notpresent + Cond Sg P2 => ar_ + "deresti" ; --# notpresent + Cond Sg P3 => ar_ + "derebbe" ; --# notpresent + Cond Pl P1 => ar_ + "deremmo" ; --# notpresent + Cond Pl P2 => ar_ + "dereste" ; --# notpresent + Cond Pl P3 => ar_ + "derebbero" ; --# notpresent + Imper SgP2 => ar_ + "di" ; + Imper PlP1 => ar_ + "diamo" ; + Imper PlP2 => ar_ + "dete" ; + Ger => ar_ + "dendo" ; + Part PresP Masc Sg => ar_ + "dente" ; + Part PresP Masc Pl => ar_ + "denti" ; + Part PresP Fem Sg => ar_ + "dente" ; + Part PresP Fem Pl => ar_ + "denti" ; + Part PassP Masc Sg => ar_ + "so" ; + Part PassP Masc Pl => ar_ + "si" ; + Part PassP Fem Sg => ar_ + "sa" ; + Part PassP Fem Pl => ar_ + "se" + } + } ; + +oper assistere_24 : Str -> Verbo = \assistere -> + let assist_ = Predef.tk 3 assistere in + {s = table { + Inf => assist_ + "ere" ; + InfClit => assist_ + "er" ; + Indi Pres Sg P1 => assist_ + "o" ; + Indi Pres Sg P2 => assist_ + "i" ; + Indi Pres Sg P3 => assist_ + "e" ; + Indi Pres Pl P1 => assist_ + "iamo" ; + Indi Pres Pl P2 => assist_ + "ete" ; + Indi Pres Pl P3 => assist_ + "ono" ; + Indi Imperf Sg P1 => assist_ + "evo" ; --# notpresent + Indi Imperf Sg P2 => assist_ + "evi" ; --# notpresent + Indi Imperf Sg P3 => assist_ + "eva" ; --# notpresent + Indi Imperf Pl P1 => assist_ + "evamo" ; --# notpresent + Indi Imperf Pl P2 => assist_ + "evate" ; --# notpresent + Indi Imperf Pl P3 => assist_ + "evano" ; --# notpresent + Pass Sg P1 => assist_ + "ei" ; --# notpresent + Pass Sg P2 => assist_ + "esti" ; --# notpresent + Pass Sg P3 => assist_ + "é" ; --# notpresent + Pass Pl P1 => assist_ + "emmo" ; --# notpresent + Pass Pl P2 => assist_ + "este" ; --# notpresent + Pass Pl P3 => assist_ + "erono" ; --# notpresent + Fut Sg P1 => assist_ + "erò" ; --# notpresent + Fut Sg P2 => assist_ + "erai" ; --# notpresent + Fut Sg P3 => assist_ + "erà" ; --# notpresent + Fut Pl P1 => assist_ + "eremo" ; --# notpresent + Fut Pl P2 => assist_ + "erete" ; --# notpresent + Fut Pl P3 => assist_ + "eranno" ; --# notpresent + Cong Pres Sg P1 => assist_ + "a" ; + Cong Pres Sg P2 => assist_ + "a" ; + Cong Pres Sg P3 => assist_ + "a" ; + Cong Pres Pl P1 => assist_ + "iamo" ; + Cong Pres Pl P2 => assist_ + "iate" ; + Cong Pres Pl P3 => assist_ + "ano" ; + Cong Imperf Sg P1 => assist_ + "essi" ; --# notpresent + Cong Imperf Sg P2 => assist_ + "essi" ; --# notpresent + Cong Imperf Sg P3 => assist_ + "esse" ; --# notpresent + Cong Imperf Pl P1 => assist_ + "essimo" ; --# notpresent + Cong Imperf Pl P2 => assist_ + "este" ; --# notpresent + Cong Imperf Pl P3 => assist_ + "essero" ; --# notpresent + Cond Sg P1 => assist_ + "erei" ; --# notpresent + Cond Sg P2 => assist_ + "eresti" ; --# notpresent + Cond Sg P3 => assist_ + "erebbe" ; --# notpresent + Cond Pl P1 => assist_ + "eremmo" ; --# notpresent + Cond Pl P2 => assist_ + "ereste" ; --# notpresent + Cond Pl P3 => assist_ + "erebbero" ; --# notpresent + Imper SgP2 => assist_ + "i" ; + Imper PlP1 => assist_ + "iamo" ; + Imper PlP2 => assist_ + "ete" ; + Ger => assist_ + "endo" ; + Part PresP Masc Sg => assist_ + "ente" ; + Part PresP Masc Pl => assist_ + "enti" ; + Part PresP Fem Sg => assist_ + "ente" ; + Part PresP Fem Pl => assist_ + "enti" ; + Part PassP Masc Sg => assist_ + "ito" ; + Part PassP Masc Pl => assist_ + "iti" ; + Part PassP Fem Sg => assist_ + "ita" ; + Part PassP Fem Pl => assist_ + "ite" + } + } ; + +oper assolvere_25 : Str -> Verbo = \assolvere -> + let assol_ = Predef.tk 4 assolvere in + {s = table { + Inf => assol_ + "vere" ; + InfClit => assol_ + "ver" ; + Indi Pres Sg P1 => assol_ + "vo" ; + Indi Pres Sg P2 => assol_ + "vi" ; + Indi Pres Sg P3 => assol_ + "ve" ; + Indi Pres Pl P1 => assol_ + "viamo" ; + Indi Pres Pl P2 => assol_ + "vete" ; + Indi Pres Pl P3 => assol_ + "vono" ; + Indi Imperf Sg P1 => assol_ + "vevo" ; --# notpresent + Indi Imperf Sg P2 => assol_ + "vevi" ; --# notpresent + Indi Imperf Sg P3 => assol_ + "veva" ; --# notpresent + Indi Imperf Pl P1 => assol_ + "vevamo" ; --# notpresent + Indi Imperf Pl P2 => assol_ + "vevate" ; --# notpresent + Indi Imperf Pl P3 => assol_ + "vevano" ; --# notpresent + Pass Sg P1 => assol_ + "si" ; --# notpresent + Pass Sg P2 => assol_ + "vesti" ; --# notpresent + Pass Sg P3 => assol_ + "se" ; --# notpresent + Pass Pl P1 => assol_ + "vemmo" ; --# notpresent + Pass Pl P2 => assol_ + "veste" ; --# notpresent + Pass Pl P3 => assol_ + "sero" ; --# notpresent + Fut Sg P1 => assol_ + "verò" ; --# notpresent + Fut Sg P2 => assol_ + "verai" ; --# notpresent + Fut Sg P3 => assol_ + "verà" ; --# notpresent + Fut Pl P1 => assol_ + "veremo" ; --# notpresent + Fut Pl P2 => assol_ + "verete" ; --# notpresent + Fut Pl P3 => assol_ + "veranno" ; --# notpresent + Cong Pres Sg P1 => assol_ + "va" ; + Cong Pres Sg P2 => assol_ + "va" ; + Cong Pres Sg P3 => assol_ + "va" ; + Cong Pres Pl P1 => assol_ + "viamo" ; + Cong Pres Pl P2 => assol_ + "viate" ; + Cong Pres Pl P3 => assol_ + "vano" ; + Cong Imperf Sg P1 => assol_ + "vessi" ; --# notpresent + Cong Imperf Sg P2 => assol_ + "vessi" ; --# notpresent + Cong Imperf Sg P3 => assol_ + "vesse" ; --# notpresent + Cong Imperf Pl P1 => assol_ + "vessimo" ; --# notpresent + Cong Imperf Pl P2 => assol_ + "veste" ; --# notpresent + Cong Imperf Pl P3 => assol_ + "vessero" ; --# notpresent + Cond Sg P1 => assol_ + "verei" ; --# notpresent + Cond Sg P2 => assol_ + "veresti" ; --# notpresent + Cond Sg P3 => assol_ + "verebbe" ; --# notpresent + Cond Pl P1 => assol_ + "veremmo" ; --# notpresent + Cond Pl P2 => assol_ + "vereste" ; --# notpresent + Cond Pl P3 => assol_ + "verebbero" ; --# notpresent + Imper SgP2 => assol_ + "vi" ; + Imper PlP1 => assol_ + "viamo" ; + Imper PlP2 => assol_ + "vete" ; + Ger => assol_ + "vendo" ; + Part PresP Masc Sg => assol_ + "vente" ; + Part PresP Masc Pl => assol_ + "venti" ; + Part PresP Fem Sg => assol_ + "vente" ; + Part PresP Fem Pl => assol_ + "venti" ; + Part PassP Masc Sg => assol_ + "to" ; + Part PassP Masc Pl => assol_ + "ti" ; + Part PassP Fem Sg => assol_ + "ta" ; + Part PassP Fem Pl => assol_ + "te" + } + } ; + +oper assumere_26 : Str -> Verbo = \assumere -> + let assu_ = Predef.tk 4 assumere in + {s = table { + Inf => assu_ + "mere" ; + InfClit => assu_ + "mer" ; + Indi Pres Sg P1 => assu_ + "mo" ; + Indi Pres Sg P2 => assu_ + "mi" ; + Indi Pres Sg P3 => assu_ + "me" ; + Indi Pres Pl P1 => assu_ + "miamo" ; + Indi Pres Pl P2 => assu_ + "mete" ; + Indi Pres Pl P3 => assu_ + "mono" ; + Indi Imperf Sg P1 => assu_ + "mevo" ; --# notpresent + Indi Imperf Sg P2 => assu_ + "mevi" ; --# notpresent + Indi Imperf Sg P3 => assu_ + "meva" ; --# notpresent + Indi Imperf Pl P1 => assu_ + "mevamo" ; --# notpresent + Indi Imperf Pl P2 => assu_ + "mevate" ; --# notpresent + Indi Imperf Pl P3 => assu_ + "mevano" ; --# notpresent + Pass Sg P1 => assu_ + "nsi" ; --# notpresent + Pass Sg P2 => assu_ + "mesti" ; --# notpresent + Pass Sg P3 => assu_ + "nse" ; --# notpresent + Pass Pl P1 => assu_ + "memmo" ; --# notpresent + Pass Pl P2 => assu_ + "meste" ; --# notpresent + Pass Pl P3 => assu_ + "nsero" ; --# notpresent + Fut Sg P1 => assu_ + "merò" ; --# notpresent + Fut Sg P2 => assu_ + "merai" ; --# notpresent + Fut Sg P3 => assu_ + "merà" ; --# notpresent + Fut Pl P1 => assu_ + "meremo" ; --# notpresent + Fut Pl P2 => assu_ + "merete" ; --# notpresent + Fut Pl P3 => assu_ + "meranno" ; --# notpresent + Cong Pres Sg P1 => assu_ + "ma" ; + Cong Pres Sg P2 => assu_ + "ma" ; + Cong Pres Sg P3 => assu_ + "ma" ; + Cong Pres Pl P1 => assu_ + "miamo" ; + Cong Pres Pl P2 => assu_ + "miate" ; + Cong Pres Pl P3 => assu_ + "mano" ; + Cong Imperf Sg P1 => assu_ + "messi" ; --# notpresent + Cong Imperf Sg P2 => assu_ + "messi" ; --# notpresent + Cong Imperf Sg P3 => assu_ + "messe" ; --# notpresent + Cong Imperf Pl P1 => assu_ + "messimo" ; --# notpresent + Cong Imperf Pl P2 => assu_ + "meste" ; --# notpresent + Cong Imperf Pl P3 => assu_ + "messero" ; --# notpresent + Cond Sg P1 => assu_ + "merei" ; --# notpresent + Cond Sg P2 => assu_ + "meresti" ; --# notpresent + Cond Sg P3 => assu_ + "merebbe" ; --# notpresent + Cond Pl P1 => assu_ + "meremmo" ; --# notpresent + Cond Pl P2 => assu_ + "mereste" ; --# notpresent + Cond Pl P3 => assu_ + "merebbero" ; --# notpresent + Imper SgP2 => assu_ + "mi" ; + Imper PlP1 => assu_ + "miamo" ; + Imper PlP2 => assu_ + "mete" ; + Ger => assu_ + "mendo" ; + Part PresP Masc Sg => assu_ + "mente" ; + Part PresP Masc Pl => assu_ + "menti" ; + Part PresP Fem Sg => assu_ + "mente" ; + Part PresP Fem Pl => assu_ + "menti" ; + Part PassP Masc Sg => assu_ + "nto" ; + Part PassP Masc Pl => assu_ + "nti" ; + Part PassP Fem Sg => assu_ + "nta" ; + Part PassP Fem Pl => assu_ + "nte" + } + } ; + +oper bere_27 : Str -> Verbo = \bere -> + let be_ = Predef.tk 2 bere in + {s = table { + Inf => be_ + "re" ; + InfClit => be_ + "r" ; + Indi Pres Sg P1 => be_ + "vo" ; + Indi Pres Sg P2 => be_ + "vi" ; + Indi Pres Sg P3 => be_ + "ve" ; + Indi Pres Pl P1 => be_ + "viamo" ; + Indi Pres Pl P2 => be_ + "vete" ; + Indi Pres Pl P3 => be_ + "vono" ; + Indi Imperf Sg P1 => be_ + "vevo" ; --# notpresent + Indi Imperf Sg P2 => be_ + "vevi" ; --# notpresent + Indi Imperf Sg P3 => be_ + "veva" ; --# notpresent + Indi Imperf Pl P1 => be_ + "vevamo" ; --# notpresent + Indi Imperf Pl P2 => be_ + "vevate" ; --# notpresent + Indi Imperf Pl P3 => be_ + "vevano" ; --# notpresent + Pass Sg P1 => be_ + "vvi" ; --# notpresent + Pass Sg P2 => be_ + "vesti" ; --# notpresent + Pass Sg P3 => be_ + "vve" ; --# notpresent + Pass Pl P1 => be_ + "vemmo" ; --# notpresent + Pass Pl P2 => be_ + "veste" ; --# notpresent + Pass Pl P3 => be_ + "vvero" ; --# notpresent + Fut Sg P1 => be_ + "rrò" ; --# notpresent + Fut Sg P2 => be_ + "rrai" ; --# notpresent + Fut Sg P3 => be_ + "rrà" ; --# notpresent + Fut Pl P1 => be_ + "rremo" ; --# notpresent + Fut Pl P2 => be_ + "rrete" ; --# notpresent + Fut Pl P3 => be_ + "rranno" ; --# notpresent + Cong Pres Sg P1 => be_ + "va" ; + Cong Pres Sg P2 => be_ + "va" ; + Cong Pres Sg P3 => be_ + "va" ; + Cong Pres Pl P1 => be_ + "viamo" ; + Cong Pres Pl P2 => be_ + "viate" ; + Cong Pres Pl P3 => be_ + "vano" ; + Cong Imperf Sg P1 => be_ + "vessi" ; --# notpresent + Cong Imperf Sg P2 => be_ + "vessi" ; --# notpresent + Cong Imperf Sg P3 => be_ + "vesse" ; --# notpresent + Cong Imperf Pl P1 => be_ + "vessimo" ; --# notpresent + Cong Imperf Pl P2 => be_ + "veste" ; --# notpresent + Cong Imperf Pl P3 => be_ + "vessero" ; --# notpresent + Cond Sg P1 => be_ + "rrei" ; --# notpresent + Cond Sg P2 => be_ + "rresti" ; --# notpresent + Cond Sg P3 => be_ + "rrebbe" ; --# notpresent + Cond Pl P1 => be_ + "rremmo" ; --# notpresent + Cond Pl P2 => be_ + "rreste" ; --# notpresent + Cond Pl P3 => be_ + "rrebbero" ; --# notpresent + Imper SgP2 => be_ + "vi" ; + Imper PlP1 => be_ + "viamo" ; + Imper PlP2 => be_ + "vete" ; + Ger => be_ + "vendo" ; + Part PresP Masc Sg => be_ + "vente" ; + Part PresP Masc Pl => be_ + "venti" ; + Part PresP Fem Sg => be_ + "vente" ; + Part PresP Fem Pl => be_ + "venti" ; + Part PassP Masc Sg => be_ + "vuto" ; + Part PassP Masc Pl => be_ + "vuti" ; + Part PassP Fem Sg => be_ + "vuta" ; + Part PassP Fem Pl => be_ + "vute" + } + } ; + +oper cadere_28 : Str -> Verbo = \caere -> + let ca_ = Predef.tk 3 caere in + {s = table { + Inf => ca_ + "ere" ; + InfClit => ca_ + "er" ; + Indi Pres Sg P1 => ca_ + "o" ; + Indi Pres Sg P2 => ca_ + "i" ; + Indi Pres Sg P3 => ca_ + "e" ; + Indi Pres Pl P1 => ca_ + "iamo" ; + Indi Pres Pl P2 => ca_ + "ete" ; + Indi Pres Pl P3 => ca_ + "ono" ; + Indi Imperf Sg P1 => ca_ + "evo" ; --# notpresent + Indi Imperf Sg P2 => ca_ + "evi" ; --# notpresent + Indi Imperf Sg P3 => ca_ + "eva" ; --# notpresent + Indi Imperf Pl P1 => ca_ + "evamo" ; --# notpresent + Indi Imperf Pl P2 => ca_ + "evate" ; --# notpresent + Indi Imperf Pl P3 => ca_ + "evano" ; --# notpresent + Pass Sg P1 => ca_ + "di" ; --# notpresent + Pass Sg P2 => ca_ + "esti" ; --# notpresent + Pass Sg P3 => ca_ + "de" ; --# notpresent + Pass Pl P1 => ca_ + "emmo" ; --# notpresent + Pass Pl P2 => ca_ + "este" ; --# notpresent + Pass Pl P3 => ca_ + "dero" ; --# notpresent + Fut Sg P1 => ca_ + "rò" ; --# notpresent + Fut Sg P2 => ca_ + "rai" ; --# notpresent + Fut Sg P3 => ca_ + "rà" ; --# notpresent + Fut Pl P1 => ca_ + "remo" ; --# notpresent + Fut Pl P2 => ca_ + "rete" ; --# notpresent + Fut Pl P3 => ca_ + "ranno" ; --# notpresent + Cong Pres Sg P1 => ca_ + "a" ; + Cong Pres Sg P2 => ca_ + "a" ; + Cong Pres Sg P3 => ca_ + "a" ; + Cong Pres Pl P1 => ca_ + "iamo" ; + Cong Pres Pl P2 => ca_ + "iate" ; + Cong Pres Pl P3 => ca_ + "ano" ; + Cong Imperf Sg P1 => ca_ + "essi" ; --# notpresent + Cong Imperf Sg P2 => ca_ + "essi" ; --# notpresent + Cong Imperf Sg P3 => ca_ + "esse" ; --# notpresent + Cong Imperf Pl P1 => ca_ + "essimo" ; --# notpresent + Cong Imperf Pl P2 => ca_ + "este" ; --# notpresent + Cong Imperf Pl P3 => ca_ + "essero" ; --# notpresent + Cond Sg P1 => ca_ + "rei" ; --# notpresent + Cond Sg P2 => ca_ + "resti" ; --# notpresent + Cond Sg P3 => ca_ + "rebbe" ; --# notpresent + Cond Pl P1 => ca_ + "remmo" ; --# notpresent + Cond Pl P2 => ca_ + "reste" ; --# notpresent + Cond Pl P3 => ca_ + "rebbero" ; --# notpresent + Imper SgP2 => ca_ + "i" ; + Imper PlP1 => ca_ + "iamo" ; + Imper PlP2 => ca_ + "ete" ; + Ger => ca_ + "endo" ; + Part PresP Masc Sg => ca_ + "ente" ; + Part PresP Masc Pl => ca_ + "enti" ; + Part PresP Fem Sg => ca_ + "ente" ; + Part PresP Fem Pl => ca_ + "enti" ; + Part PassP Masc Sg => ca_ + "uto" ; + Part PassP Masc Pl => ca_ + "uti" ; + Part PassP Fem Sg => ca_ + "uta" ; + Part PassP Fem Pl => ca_ + "ute" + } + } ; + +oper chiedere_29 : Str -> Verbo = \chiedere -> + let chie_ = Predef.tk 4 chiedere in + {s = table { + Inf => chie_ + "dere" ; + InfClit => chie_ + "der" ; + Indi Pres Sg P1 => chie_ + "do" ; + Indi Pres Sg P2 => chie_ + "di" ; + Indi Pres Sg P3 => chie_ + "de" ; + Indi Pres Pl P1 => chie_ + "diamo" ; + Indi Pres Pl P2 => chie_ + "dete" ; + Indi Pres Pl P3 => chie_ + "dono" ; + Indi Imperf Sg P1 => chie_ + "devo" ; --# notpresent + Indi Imperf Sg P2 => chie_ + "devi" ; --# notpresent + Indi Imperf Sg P3 => chie_ + "deva" ; --# notpresent + Indi Imperf Pl P1 => chie_ + "devamo" ; --# notpresent + Indi Imperf Pl P2 => chie_ + "devate" ; --# notpresent + Indi Imperf Pl P3 => chie_ + "devano" ; --# notpresent + Pass Sg P1 => chie_ + "si" ; --# notpresent + Pass Sg P2 => chie_ + "desti" ; --# notpresent + Pass Sg P3 => chie_ + "se" ; --# notpresent + Pass Pl P1 => chie_ + "demmo" ; --# notpresent + Pass Pl P2 => chie_ + "deste" ; --# notpresent + Pass Pl P3 => chie_ + "sero" ; --# notpresent + Fut Sg P1 => chie_ + "derò" ; --# notpresent + Fut Sg P2 => chie_ + "derai" ; --# notpresent + Fut Sg P3 => chie_ + "derà" ; --# notpresent + Fut Pl P1 => chie_ + "deremo" ; --# notpresent + Fut Pl P2 => chie_ + "derete" ; --# notpresent + Fut Pl P3 => chie_ + "deranno" ; --# notpresent + Cong Pres Sg P1 => chie_ + "da" ; + Cong Pres Sg P2 => chie_ + "da" ; + Cong Pres Sg P3 => chie_ + "da" ; + Cong Pres Pl P1 => chie_ + "diamo" ; + Cong Pres Pl P2 => chie_ + "diate" ; + Cong Pres Pl P3 => chie_ + "dano" ; + Cong Imperf Sg P1 => chie_ + "dessi" ; --# notpresent + Cong Imperf Sg P2 => chie_ + "dessi" ; --# notpresent + Cong Imperf Sg P3 => chie_ + "desse" ; --# notpresent + Cong Imperf Pl P1 => chie_ + "dessimo" ; --# notpresent + Cong Imperf Pl P2 => chie_ + "deste" ; --# notpresent + Cong Imperf Pl P3 => chie_ + "dessero" ; --# notpresent + Cond Sg P1 => chie_ + "derei" ; --# notpresent + Cond Sg P2 => chie_ + "deresti" ; --# notpresent + Cond Sg P3 => chie_ + "derebbe" ; --# notpresent + Cond Pl P1 => chie_ + "deremmo" ; --# notpresent + Cond Pl P2 => chie_ + "dereste" ; --# notpresent + Cond Pl P3 => chie_ + "derebbero" ; --# notpresent + Imper SgP2 => chie_ + "di" ; + Imper PlP1 => chie_ + "diamo" ; + Imper PlP2 => chie_ + "dete" ; + Ger => chie_ + "dendo" ; + Part PresP Masc Sg => chie_ + "dente" ; + Part PresP Masc Pl => chie_ + "denti" ; + Part PresP Fem Sg => chie_ + "dente" ; + Part PresP Fem Pl => chie_ + "denti" ; + Part PassP Masc Sg => chie_ + "sto" ; + Part PassP Masc Pl => chie_ + "sti" ; + Part PassP Fem Sg => chie_ + "sta" ; + Part PassP Fem Pl => chie_ + "ste" + } + } ; + +oper chiudere_30 : Str -> Verbo = \chiudere -> + let chiu_ = Predef.tk 4 chiudere in + {s = table { + Inf => chiu_ + "dere" ; + InfClit => chiu_ + "der" ; + Indi Pres Sg P1 => chiu_ + "do" ; + Indi Pres Sg P2 => chiu_ + "di" ; + Indi Pres Sg P3 => chiu_ + "de" ; + Indi Pres Pl P1 => chiu_ + "diamo" ; + Indi Pres Pl P2 => chiu_ + "dete" ; + Indi Pres Pl P3 => chiu_ + "dono" ; + Indi Imperf Sg P1 => chiu_ + "devo" ; --# notpresent + Indi Imperf Sg P2 => chiu_ + "devi" ; --# notpresent + Indi Imperf Sg P3 => chiu_ + "deva" ; --# notpresent + Indi Imperf Pl P1 => chiu_ + "devamo" ; --# notpresent + Indi Imperf Pl P2 => chiu_ + "devate" ; --# notpresent + Indi Imperf Pl P3 => chiu_ + "devano" ; --# notpresent + Pass Sg P1 => chiu_ + "si" ; --# notpresent + Pass Sg P2 => chiu_ + "desti" ; --# notpresent + Pass Sg P3 => chiu_ + "se" ; --# notpresent + Pass Pl P1 => chiu_ + "demmo" ; --# notpresent + Pass Pl P2 => chiu_ + "deste" ; --# notpresent + Pass Pl P3 => chiu_ + "sero" ; --# notpresent + Fut Sg P1 => chiu_ + "derò" ; --# notpresent + Fut Sg P2 => chiu_ + "derai" ; --# notpresent + Fut Sg P3 => chiu_ + "derà" ; --# notpresent + Fut Pl P1 => chiu_ + "deremo" ; --# notpresent + Fut Pl P2 => chiu_ + "derete" ; --# notpresent + Fut Pl P3 => chiu_ + "deranno" ; --# notpresent + Cong Pres Sg P1 => chiu_ + "da" ; + Cong Pres Sg P2 => chiu_ + "da" ; + Cong Pres Sg P3 => chiu_ + "da" ; + Cong Pres Pl P1 => chiu_ + "diamo" ; + Cong Pres Pl P2 => chiu_ + "diate" ; + Cong Pres Pl P3 => chiu_ + "dano" ; + Cong Imperf Sg P1 => chiu_ + "dessi" ; --# notpresent + Cong Imperf Sg P2 => chiu_ + "dessi" ; --# notpresent + Cong Imperf Sg P3 => chiu_ + "desse" ; --# notpresent + Cong Imperf Pl P1 => chiu_ + "dessimo" ; --# notpresent + Cong Imperf Pl P2 => chiu_ + "deste" ; --# notpresent + Cong Imperf Pl P3 => chiu_ + "dessero" ; --# notpresent + Cond Sg P1 => chiu_ + "derei" ; --# notpresent + Cond Sg P2 => chiu_ + "deresti" ; --# notpresent + Cond Sg P3 => chiu_ + "derebbe" ; --# notpresent + Cond Pl P1 => chiu_ + "deremmo" ; --# notpresent + Cond Pl P2 => chiu_ + "dereste" ; --# notpresent + Cond Pl P3 => chiu_ + "derebbero" ; --# notpresent + Imper SgP2 => chiu_ + "di" ; + Imper PlP1 => chiu_ + "diamo" ; + Imper PlP2 => chiu_ + "dete" ; + Ger => chiu_ + "dendo" ; + Part PresP Masc Sg => chiu_ + "dente" ; + Part PresP Masc Pl => chiu_ + "denti" ; + Part PresP Fem Sg => chiu_ + "dente" ; + Part PresP Fem Pl => chiu_ + "denti" ; + Part PassP Masc Sg => chiu_ + "so" ; + Part PassP Masc Pl => chiu_ + "si" ; + Part PassP Fem Sg => chiu_ + "sa" ; + Part PassP Fem Pl => chiu_ + "se" + } + } ; + +oper cingere_31 : Str -> Verbo = \cingere -> + let cin_ = Predef.tk 4 cingere in + {s = table { + Inf => cin_ + "gere" ; + InfClit => cin_ + "ger" ; + Indi Pres Sg P1 => cin_ + "go" ; + Indi Pres Sg P2 => cin_ + "gi" ; + Indi Pres Sg P3 => cin_ + "ge" ; + Indi Pres Pl P1 => cin_ + "giamo" ; + Indi Pres Pl P2 => cin_ + "gete" ; + Indi Pres Pl P3 => cin_ + "gono" ; + Indi Imperf Sg P1 => cin_ + "gevo" ; --# notpresent + Indi Imperf Sg P2 => cin_ + "gevi" ; --# notpresent + Indi Imperf Sg P3 => cin_ + "geva" ; --# notpresent + Indi Imperf Pl P1 => cin_ + "gevamo" ; --# notpresent + Indi Imperf Pl P2 => cin_ + "gevate" ; --# notpresent + Indi Imperf Pl P3 => cin_ + "gevano" ; --# notpresent + Pass Sg P1 => cin_ + "si" ; --# notpresent + Pass Sg P2 => cin_ + "gesti" ; --# notpresent + Pass Sg P3 => cin_ + "se" ; --# notpresent + Pass Pl P1 => cin_ + "gemmo" ; --# notpresent + Pass Pl P2 => cin_ + "geste" ; --# notpresent + Pass Pl P3 => cin_ + "sero" ; --# notpresent + Fut Sg P1 => cin_ + "gerò" ; --# notpresent + Fut Sg P2 => cin_ + "gerai" ; --# notpresent + Fut Sg P3 => cin_ + "gerà" ; --# notpresent + Fut Pl P1 => cin_ + "geremo" ; --# notpresent + Fut Pl P2 => cin_ + "gerete" ; --# notpresent + Fut Pl P3 => cin_ + "geranno" ; --# notpresent + Cong Pres Sg P1 => cin_ + "ga" ; + Cong Pres Sg P2 => cin_ + "ga" ; + Cong Pres Sg P3 => cin_ + "ga" ; + Cong Pres Pl P1 => cin_ + "giamo" ; + Cong Pres Pl P2 => cin_ + "giate" ; + Cong Pres Pl P3 => cin_ + "gano" ; + Cong Imperf Sg P1 => cin_ + "gessi" ; --# notpresent + Cong Imperf Sg P2 => cin_ + "gessi" ; --# notpresent + Cong Imperf Sg P3 => cin_ + "gesse" ; --# notpresent + Cong Imperf Pl P1 => cin_ + "gessimo" ; --# notpresent + Cong Imperf Pl P2 => cin_ + "geste" ; --# notpresent + Cong Imperf Pl P3 => cin_ + "gessero" ; --# notpresent + Cond Sg P1 => cin_ + "gerei" ; --# notpresent + Cond Sg P2 => cin_ + "geresti" ; --# notpresent + Cond Sg P3 => cin_ + "gerebbe" ; --# notpresent + Cond Pl P1 => cin_ + "geremmo" ; --# notpresent + Cond Pl P2 => cin_ + "gereste" ; --# notpresent + Cond Pl P3 => cin_ + "gerebbero" ; --# notpresent + Imper SgP2 => cin_ + "gi" ; + Imper PlP1 => cin_ + "giamo" ; + Imper PlP2 => cin_ + "gete" ; + Ger => cin_ + "gendo" ; + Part PresP Masc Sg => cin_ + "gente" ; + Part PresP Masc Pl => cin_ + "genti" ; + Part PresP Fem Sg => cin_ + "gente" ; + Part PresP Fem Pl => cin_ + "genti" ; + Part PassP Masc Sg => cin_ + "to" ; + Part PassP Masc Pl => cin_ + "ti" ; + Part PassP Fem Sg => cin_ + "ta" ; + Part PassP Fem Pl => cin_ + "te" + } + } ; + +oper cogliere_32 : Str -> Verbo = \cogliere -> + let co_ = Predef.tk 6 cogliere in + {s = table { + Inf => co_ + "gliere" ; + InfClit => co_ + "glier" ; + Indi Pres Sg P1 => co_ + "lgo" ; + Indi Pres Sg P2 => co_ + "gli" ; + Indi Pres Sg P3 => co_ + "glie" ; + Indi Pres Pl P1 => co_ + "gliamo" ; + Indi Pres Pl P2 => co_ + "gliete" ; + Indi Pres Pl P3 => co_ + "lgono" ; + Indi Imperf Sg P1 => co_ + "glievo" ; --# notpresent + Indi Imperf Sg P2 => co_ + "glievi" ; --# notpresent + Indi Imperf Sg P3 => co_ + "glieva" ; --# notpresent + Indi Imperf Pl P1 => co_ + "glievamo" ; --# notpresent + Indi Imperf Pl P2 => co_ + "glievate" ; --# notpresent + Indi Imperf Pl P3 => co_ + "glievano" ; --# notpresent + Pass Sg P1 => co_ + "lsi" ; --# notpresent + Pass Sg P2 => co_ + "gliesti" ; --# notpresent + Pass Sg P3 => co_ + "lse" ; --# notpresent + Pass Pl P1 => co_ + "gliemmo" ; --# notpresent + Pass Pl P2 => co_ + "glieste" ; --# notpresent + Pass Pl P3 => co_ + "lsero" ; --# notpresent + Fut Sg P1 => co_ + "glierò" ; --# notpresent + Fut Sg P2 => co_ + "glierai" ; --# notpresent + Fut Sg P3 => co_ + "glierà" ; --# notpresent + Fut Pl P1 => co_ + "glieremo" ; --# notpresent + Fut Pl P2 => co_ + "glierete" ; --# notpresent + Fut Pl P3 => co_ + "glieranno" ; --# notpresent + Cong Pres Sg P1 => co_ + "lga" ; + Cong Pres Sg P2 => co_ + "lga" ; + Cong Pres Sg P3 => co_ + "lga" ; + Cong Pres Pl P1 => co_ + "gliamo" ; + Cong Pres Pl P2 => co_ + "gliate" ; + Cong Pres Pl P3 => co_ + "lgano" ; + Cong Imperf Sg P1 => co_ + "gliessi" ; --# notpresent + Cong Imperf Sg P2 => co_ + "gliessi" ; --# notpresent + Cong Imperf Sg P3 => co_ + "gliesse" ; --# notpresent + Cong Imperf Pl P1 => co_ + "gliessimo" ; --# notpresent + Cong Imperf Pl P2 => co_ + "glieste" ; --# notpresent + Cong Imperf Pl P3 => co_ + "gliessero" ; --# notpresent + Cond Sg P1 => co_ + "glierei" ; --# notpresent + Cond Sg P2 => co_ + "glieresti" ; --# notpresent + Cond Sg P3 => co_ + "glierebbe" ; --# notpresent + Cond Pl P1 => co_ + "glieremmo" ; --# notpresent + Cond Pl P2 => co_ + "gliereste" ; --# notpresent + Cond Pl P3 => co_ + "glierebbero" ; --# notpresent + Imper SgP2 => co_ + "gli" ; + Imper PlP1 => co_ + "gliamo" ; + Imper PlP2 => co_ + "gliete" ; + Ger => co_ + "gliendo" ; + Part PresP Masc Sg => co_ + "gliente" ; + Part PresP Masc Pl => co_ + "glienti" ; + Part PresP Fem Sg => co_ + "gliente" ; + Part PresP Fem Pl => co_ + "glienti" ; + Part PassP Masc Sg => co_ + "lto" ; + Part PassP Masc Pl => co_ + "lti" ; + Part PassP Fem Sg => co_ + "lta" ; + Part PassP Fem Pl => co_ + "lte" + } + } ; + +oper compiere_33 : Str -> Verbo = \compiere -> + let compi_ = Predef.tk 3 compiere in + {s = table { + Inf => compi_ + "ere" ; + InfClit => compi_ + "er" ; + Indi Pres Sg P1 => compi_ + "o" ; + Indi Pres Sg P2 => compi_ + "" ; + Indi Pres Sg P3 => compi_ + "e" ; + Indi Pres Pl P1 => compi_ + "amo" ; + Indi Pres Pl P2 => compi_ + "te" ; + Indi Pres Pl P3 => compi_ + "ono" ; + Indi Imperf Sg P1 => compi_ + "evo" ; --# notpresent + Indi Imperf Sg P2 => compi_ + "evi" ; --# notpresent + Indi Imperf Sg P3 => compi_ + "eva" ; --# notpresent + Indi Imperf Pl P1 => compi_ + "evamo" ; --# notpresent + Indi Imperf Pl P2 => compi_ + "evate" ; --# notpresent + Indi Imperf Pl P3 => compi_ + "evano" ; --# notpresent + Pass Sg P1 => compi_ + "ei" ; --# notpresent + Pass Sg P2 => compi_ + "esti" ; --# notpresent + Pass Sg P3 => compi_ + "é" ; --# notpresent + Pass Pl P1 => compi_ + "emmo" ; --# notpresent + Pass Pl P2 => compi_ + "este" ; --# notpresent + Pass Pl P3 => compi_ + "erono" ; --# notpresent + Fut Sg P1 => compi_ + "rò" ; --# notpresent + Fut Sg P2 => compi_ + "rai" ; --# notpresent + Fut Sg P3 => compi_ + "rà" ; --# notpresent + Fut Pl P1 => compi_ + "remo" ; --# notpresent + Fut Pl P2 => compi_ + "rete" ; --# notpresent + Fut Pl P3 => compi_ + "ranno" ; --# notpresent + Cong Pres Sg P1 => compi_ + "a" ; + Cong Pres Sg P2 => compi_ + "a" ; + Cong Pres Sg P3 => compi_ + "a" ; + Cong Pres Pl P1 => compi_ + "amo" ; + Cong Pres Pl P2 => compi_ + "ate" ; + Cong Pres Pl P3 => compi_ + "ano" ; + Cong Imperf Sg P1 => compi_ + "essi" ; --# notpresent + Cong Imperf Sg P2 => compi_ + "essi" ; --# notpresent + Cong Imperf Sg P3 => compi_ + "esse" ; --# notpresent + Cong Imperf Pl P1 => compi_ + "essimo" ; --# notpresent + Cong Imperf Pl P2 => compi_ + "este" ; --# notpresent + Cong Imperf Pl P3 => compi_ + "essero" ; --# notpresent + Cond Sg P1 => compi_ + "rei" ; --# notpresent + Cond Sg P2 => compi_ + "resti" ; --# notpresent + Cond Sg P3 => compi_ + "rebbe" ; --# notpresent + Cond Pl P1 => compi_ + "remmo" ; --# notpresent + Cond Pl P2 => compi_ + "reste" ; --# notpresent + Cond Pl P3 => compi_ + "rebbero" ; --# notpresent + Imper SgP2 => compi_ + "" ; + Imper PlP1 => compi_ + "amo" ; + Imper PlP2 => compi_ + "ete" ; + Ger => compi_ + "endo" ; + Part PresP Masc Sg => compi_ + "ente" ; + Part PresP Masc Pl => compi_ + "enti" ; + Part PresP Fem Sg => compi_ + "ente" ; + Part PresP Fem Pl => compi_ + "enti" ; + Part PassP Masc Sg => compi_ + "uto" ; + Part PassP Masc Pl => compi_ + "uti" ; + Part PassP Fem Sg => compi_ + "uta" ; + Part PassP Fem Pl => compi_ + "ute" + } + } ; + +oper compire_33b : Str -> Verbo = \cire -> + let c_ = Predef.tk 3 cire in + {s = table { + Inf => c_ + "ire" ; + InfClit => c_ + "ir" ; + Indi Pres Sg P1 => c_ + "isco" ; + Indi Pres Sg P2 => c_ + "isci" ; + Indi Pres Sg P3 => c_ + "isce" ; + Indi Pres Pl P1 => c_ + "iamo" ; + Indi Pres Pl P2 => c_ + "ite" ; + Indi Pres Pl P3 => c_ + "iscono" ; + Indi Imperf Sg P1 => c_ + "ivo" ; --# notpresent + Indi Imperf Sg P2 => c_ + "ivi" ; --# notpresent + Indi Imperf Sg P3 => c_ + "iva" ; --# notpresent + Indi Imperf Pl P1 => c_ + "ivamo" ; --# notpresent + Indi Imperf Pl P2 => c_ + "ivate" ; --# notpresent + Indi Imperf Pl P3 => c_ + "ivano" ; --# notpresent + Pass Sg P1 => c_ + "ii" ; --# notpresent + Pass Sg P2 => c_ + "isti" ; --# notpresent + Pass Sg P3 => c_ + "ì" ; --# notpresent + Pass Pl P1 => c_ + "immo" ; --# notpresent + Pass Pl P2 => c_ + "iste" ; --# notpresent + Pass Pl P3 => c_ + "irono" ; --# notpresent + Fut Sg P1 => c_ + "irò" ; --# notpresent + Fut Sg P2 => c_ + "irai" ; --# notpresent + Fut Sg P3 => c_ + "irà" ; --# notpresent + Fut Pl P1 => c_ + "iremo" ; --# notpresent + Fut Pl P2 => c_ + "irete" ; --# notpresent + Fut Pl P3 => c_ + "iranno" ; --# notpresent + Cong Pres Sg P1 => c_ + "isca" ; + Cong Pres Sg P2 => c_ + "isca" ; + Cong Pres Sg P3 => c_ + "isca" ; + Cong Pres Pl P1 => c_ + "iamo" ; + Cong Pres Pl P2 => c_ + "iate" ; + Cong Pres Pl P3 => c_ + "iscano" ; + Cong Imperf Sg P1 => c_ + "issi" ; --# notpresent + Cong Imperf Sg P2 => c_ + "issi" ; --# notpresent + Cong Imperf Sg P3 => c_ + "isse" ; --# notpresent + Cong Imperf Pl P1 => c_ + "issimo" ; --# notpresent + Cong Imperf Pl P2 => c_ + "iste" ; --# notpresent + Cong Imperf Pl P3 => c_ + "issero" ; --# notpresent + Cond Sg P1 => c_ + "irei" ; --# notpresent + Cond Sg P2 => c_ + "iresti" ; --# notpresent + Cond Sg P3 => c_ + "irebbe" ; --# notpresent + Cond Pl P1 => c_ + "iremmo" ; --# notpresent + Cond Pl P2 => c_ + "ireste" ; --# notpresent + Cond Pl P3 => c_ + "irebbero" ; --# notpresent + Imper SgP2 => c_ + "isci" ; + Imper PlP1 => c_ + "iamo" ; + Imper PlP2 => c_ + "ite" ; + Ger => c_ + "ompiendo" ; + Part PresP Masc Sg => c_ + "ompiente" ; + Part PresP Masc Pl => c_ + "ompienti" ; + Part PresP Fem Sg => c_ + "ompiente" ; + Part PresP Fem Pl => c_ + "ompienti" ; + Part PassP Masc Sg => c_ + "ito" ; + Part PassP Masc Pl => c_ + "iti" ; + Part PassP Fem Sg => c_ + "ita" ; + Part PassP Fem Pl => c_ + "ite" + } + } ; + +oper comprimere_34 : Str -> Verbo = \comprimere -> + let compr_ = Predef.tk 5 comprimere in + {s = table { + Inf => compr_ + "imere" ; + InfClit => compr_ + "imer" ; + Indi Pres Sg P1 => compr_ + "imo" ; + Indi Pres Sg P2 => compr_ + "imi" ; + Indi Pres Sg P3 => compr_ + "ime" ; + Indi Pres Pl P1 => compr_ + "imiamo" ; + Indi Pres Pl P2 => compr_ + "imete" ; + Indi Pres Pl P3 => compr_ + "imono" ; + Indi Imperf Sg P1 => compr_ + "imevo" ; --# notpresent + Indi Imperf Sg P2 => compr_ + "imevi" ; --# notpresent + Indi Imperf Sg P3 => compr_ + "imeva" ; --# notpresent + Indi Imperf Pl P1 => compr_ + "imevamo" ; --# notpresent + Indi Imperf Pl P2 => compr_ + "imevate" ; --# notpresent + Indi Imperf Pl P3 => compr_ + "imevano" ; --# notpresent + Pass Sg P1 => compr_ + "essi" ; --# notpresent + Pass Sg P2 => compr_ + "imesti" ; --# notpresent + Pass Sg P3 => compr_ + "esse" ; --# notpresent + Pass Pl P1 => compr_ + "imemmo" ; --# notpresent + Pass Pl P2 => compr_ + "imeste" ; --# notpresent + Pass Pl P3 => compr_ + "essero" ; --# notpresent + Fut Sg P1 => compr_ + "imerò" ; --# notpresent + Fut Sg P2 => compr_ + "imerai" ; --# notpresent + Fut Sg P3 => compr_ + "imerà" ; --# notpresent + Fut Pl P1 => compr_ + "imeremo" ; --# notpresent + Fut Pl P2 => compr_ + "imerete" ; --# notpresent + Fut Pl P3 => compr_ + "imeranno" ; --# notpresent + Cong Pres Sg P1 => compr_ + "ima" ; + Cong Pres Sg P2 => compr_ + "ima" ; + Cong Pres Sg P3 => compr_ + "ima" ; + Cong Pres Pl P1 => compr_ + "imiamo" ; + Cong Pres Pl P2 => compr_ + "imiate" ; + Cong Pres Pl P3 => compr_ + "imano" ; + Cong Imperf Sg P1 => compr_ + "imessi" ; --# notpresent + Cong Imperf Sg P2 => compr_ + "imessi" ; --# notpresent + Cong Imperf Sg P3 => compr_ + "imesse" ; --# notpresent + Cong Imperf Pl P1 => compr_ + "imessimo" ; --# notpresent + Cong Imperf Pl P2 => compr_ + "imeste" ; --# notpresent + Cong Imperf Pl P3 => compr_ + "imessero" ; --# notpresent + Cond Sg P1 => compr_ + "imerei" ; --# notpresent + Cond Sg P2 => compr_ + "imeresti" ; --# notpresent + Cond Sg P3 => compr_ + "imerebbe" ; --# notpresent + Cond Pl P1 => compr_ + "imeremmo" ; --# notpresent + Cond Pl P2 => compr_ + "imereste" ; --# notpresent + Cond Pl P3 => compr_ + "imerebbero" ; --# notpresent + Imper SgP2 => compr_ + "imi" ; + Imper PlP1 => compr_ + "imiamo" ; + Imper PlP2 => compr_ + "imete" ; + Ger => compr_ + "imendo" ; + Part PresP Masc Sg => compr_ + "imente" ; + Part PresP Masc Pl => compr_ + "imenti" ; + Part PresP Fem Sg => compr_ + "imente" ; + Part PresP Fem Pl => compr_ + "imenti" ; + Part PassP Masc Sg => compr_ + "esso" ; + Part PassP Masc Pl => compr_ + "essi" ; + Part PassP Fem Sg => compr_ + "essa" ; + Part PassP Fem Pl => compr_ + "esse" + } + } ; + +oper concedere_35 : Str -> Verbo = \concedere -> + let conce_ = Predef.tk 4 concedere in + {s = table { + Inf => conce_ + "dere" ; + InfClit => conce_ + "der" ; + Indi Pres Sg P1 => conce_ + "do" ; + Indi Pres Sg P2 => conce_ + "di" ; + Indi Pres Sg P3 => conce_ + "de" ; + Indi Pres Pl P1 => conce_ + "diamo" ; + Indi Pres Pl P2 => conce_ + "dete" ; + Indi Pres Pl P3 => conce_ + "dono" ; + Indi Imperf Sg P1 => conce_ + "devo" ; --# notpresent + Indi Imperf Sg P2 => conce_ + "devi" ; --# notpresent + Indi Imperf Sg P3 => conce_ + "deva" ; --# notpresent + Indi Imperf Pl P1 => conce_ + "devamo" ; --# notpresent + Indi Imperf Pl P2 => conce_ + "devate" ; --# notpresent + Indi Imperf Pl P3 => conce_ + "devano" ; --# notpresent + Pass Sg P1 => conce_ + "ssi" ; --# notpresent + Pass Sg P2 => conce_ + "desti" ; --# notpresent + Pass Sg P3 => conce_ + "sse" ; --# notpresent + Pass Pl P1 => conce_ + "demmo" ; --# notpresent + Pass Pl P2 => conce_ + "deste" ; --# notpresent + Pass Pl P3 => conce_ + "ssero" ; --# notpresent + Fut Sg P1 => conce_ + "derò" ; --# notpresent + Fut Sg P2 => conce_ + "derai" ; --# notpresent + Fut Sg P3 => conce_ + "derà" ; --# notpresent + Fut Pl P1 => conce_ + "deremo" ; --# notpresent + Fut Pl P2 => conce_ + "derete" ; --# notpresent + Fut Pl P3 => conce_ + "deranno" ; --# notpresent + Cong Pres Sg P1 => conce_ + "da" ; + Cong Pres Sg P2 => conce_ + "da" ; + Cong Pres Sg P3 => conce_ + "da" ; + Cong Pres Pl P1 => conce_ + "diamo" ; + Cong Pres Pl P2 => conce_ + "diate" ; + Cong Pres Pl P3 => conce_ + "dano" ; + Cong Imperf Sg P1 => conce_ + "dessi" ; --# notpresent + Cong Imperf Sg P2 => conce_ + "dessi" ; --# notpresent + Cong Imperf Sg P3 => conce_ + "desse" ; --# notpresent + Cong Imperf Pl P1 => conce_ + "dessimo" ; --# notpresent + Cong Imperf Pl P2 => conce_ + "deste" ; --# notpresent + Cong Imperf Pl P3 => conce_ + "dessero" ; --# notpresent + Cond Sg P1 => conce_ + "derei" ; --# notpresent + Cond Sg P2 => conce_ + "deresti" ; --# notpresent + Cond Sg P3 => conce_ + "derebbe" ; --# notpresent + Cond Pl P1 => conce_ + "deremmo" ; --# notpresent + Cond Pl P2 => conce_ + "dereste" ; --# notpresent + Cond Pl P3 => conce_ + "derebbero" ; --# notpresent + Imper SgP2 => conce_ + "di" ; + Imper PlP1 => conce_ + "diamo" ; + Imper PlP2 => conce_ + "dete" ; + Ger => conce_ + "dendo" ; + Part PresP Masc Sg => conce_ + "dente" ; + Part PresP Masc Pl => conce_ + "denti" ; + Part PresP Fem Sg => conce_ + "dente" ; + Part PresP Fem Pl => conce_ + "denti" ; + Part PassP Masc Sg => conce_ + "sso" ; + Part PassP Masc Pl => conce_ + "ssi" ; + Part PassP Fem Sg => conce_ + "ssa" ; + Part PassP Fem Pl => conce_ + "sse" + } + } ; + +oper condurre_36 : Str -> Verbo = \condurre -> + let cond_ = Predef.tk 4 condurre in + {s = table { + Inf => cond_ + "urre" ; + InfClit => cond_ + "ur" ; + Indi Pres Sg P1 => cond_ + "uco" ; + Indi Pres Sg P2 => cond_ + "uci" ; + Indi Pres Sg P3 => cond_ + "uce" ; + Indi Pres Pl P1 => cond_ + "uciamo" ; + Indi Pres Pl P2 => cond_ + "ucete" ; + Indi Pres Pl P3 => cond_ + "ucono" ; + Indi Imperf Sg P1 => cond_ + "ucevo" ; --# notpresent + Indi Imperf Sg P2 => cond_ + "ucevi" ; --# notpresent + Indi Imperf Sg P3 => cond_ + "uceva" ; --# notpresent + Indi Imperf Pl P1 => cond_ + "ucevamo" ; --# notpresent + Indi Imperf Pl P2 => cond_ + "ucevate" ; --# notpresent + Indi Imperf Pl P3 => cond_ + "ucevano" ; --# notpresent + Pass Sg P1 => cond_ + "ussi" ; --# notpresent + Pass Sg P2 => cond_ + "ucesti" ; --# notpresent + Pass Sg P3 => cond_ + "usse" ; --# notpresent + Pass Pl P1 => cond_ + "ucemmo" ; --# notpresent + Pass Pl P2 => cond_ + "uceste" ; --# notpresent + Pass Pl P3 => cond_ + "ussero" ; --# notpresent + Fut Sg P1 => cond_ + "urrò" ; --# notpresent + Fut Sg P2 => cond_ + "urrai" ; --# notpresent + Fut Sg P3 => cond_ + "urrà" ; --# notpresent + Fut Pl P1 => cond_ + "urremo" ; --# notpresent + Fut Pl P2 => cond_ + "urrete" ; --# notpresent + Fut Pl P3 => cond_ + "urranno" ; --# notpresent + Cong Pres Sg P1 => cond_ + "uca" ; + Cong Pres Sg P2 => cond_ + "uca" ; + Cong Pres Sg P3 => cond_ + "uca" ; + Cong Pres Pl P1 => cond_ + "uciamo" ; + Cong Pres Pl P2 => cond_ + "uciate" ; + Cong Pres Pl P3 => cond_ + "ucano" ; + Cong Imperf Sg P1 => cond_ + "ucessi" ; --# notpresent + Cong Imperf Sg P2 => cond_ + "ucessi" ; --# notpresent + Cong Imperf Sg P3 => cond_ + "ucesse" ; --# notpresent + Cong Imperf Pl P1 => cond_ + "ucessimo" ; --# notpresent + Cong Imperf Pl P2 => cond_ + "uceste" ; --# notpresent + Cong Imperf Pl P3 => cond_ + "ucessero" ; --# notpresent + Cond Sg P1 => cond_ + "urrei" ; --# notpresent + Cond Sg P2 => cond_ + "urresti" ; --# notpresent + Cond Sg P3 => cond_ + "urrebbe" ; --# notpresent + Cond Pl P1 => cond_ + "urremmo" ; --# notpresent + Cond Pl P2 => cond_ + "urreste" ; --# notpresent + Cond Pl P3 => cond_ + "urrebbero" ; --# notpresent + Imper SgP2 => cond_ + "uci" ; + Imper PlP1 => cond_ + "uciamo" ; + Imper PlP2 => cond_ + "ucete" ; + Ger => cond_ + "ucendo" ; + Part PresP Masc Sg => cond_ + "ucente" ; + Part PresP Masc Pl => cond_ + "ucenti" ; + Part PresP Fem Sg => cond_ + "ucente" ; + Part PresP Fem Pl => cond_ + "ucenti" ; + Part PassP Masc Sg => cond_ + "otto" ; + Part PassP Masc Pl => cond_ + "otti" ; + Part PassP Fem Sg => cond_ + "otta" ; + Part PassP Fem Pl => cond_ + "otte" + } + } ; + +oper conoscere_37 : Str -> Verbo = \conoscere -> + let cono_ = Predef.tk 5 conoscere in + {s = table { + Inf => cono_ + "scere" ; + InfClit => cono_ + "scer" ; + Indi Pres Sg P1 => cono_ + "sco" ; + Indi Pres Sg P2 => cono_ + "sci" ; + Indi Pres Sg P3 => cono_ + "sce" ; + Indi Pres Pl P1 => cono_ + "sciamo" ; + Indi Pres Pl P2 => cono_ + "scete" ; + Indi Pres Pl P3 => cono_ + "scono" ; + Indi Imperf Sg P1 => cono_ + "scevo" ; --# notpresent + Indi Imperf Sg P2 => cono_ + "scevi" ; --# notpresent + Indi Imperf Sg P3 => cono_ + "sceva" ; --# notpresent + Indi Imperf Pl P1 => cono_ + "scevamo" ; --# notpresent + Indi Imperf Pl P2 => cono_ + "scevate" ; --# notpresent + Indi Imperf Pl P3 => cono_ + "scevano" ; --# notpresent + Pass Sg P1 => cono_ + "bbi" ; --# notpresent + Pass Sg P2 => cono_ + "scesti" ; --# notpresent + Pass Sg P3 => cono_ + "bbe" ; --# notpresent + Pass Pl P1 => cono_ + "scemmo" ; --# notpresent + Pass Pl P2 => cono_ + "sceste" ; --# notpresent + Pass Pl P3 => cono_ + "bbero" ; --# notpresent + Fut Sg P1 => cono_ + "scerò" ; --# notpresent + Fut Sg P2 => cono_ + "scerai" ; --# notpresent + Fut Sg P3 => cono_ + "scerà" ; --# notpresent + Fut Pl P1 => cono_ + "sceremo" ; --# notpresent + Fut Pl P2 => cono_ + "scerete" ; --# notpresent + Fut Pl P3 => cono_ + "sceranno" ; --# notpresent + Cong Pres Sg P1 => cono_ + "sca" ; + Cong Pres Sg P2 => cono_ + "sca" ; + Cong Pres Sg P3 => cono_ + "sca" ; + Cong Pres Pl P1 => cono_ + "sciamo" ; + Cong Pres Pl P2 => cono_ + "sciate" ; + Cong Pres Pl P3 => cono_ + "scano" ; + Cong Imperf Sg P1 => cono_ + "scessi" ; --# notpresent + Cong Imperf Sg P2 => cono_ + "scessi" ; --# notpresent + Cong Imperf Sg P3 => cono_ + "scesse" ; --# notpresent + Cong Imperf Pl P1 => cono_ + "scessimo" ; --# notpresent + Cong Imperf Pl P2 => cono_ + "sceste" ; --# notpresent + Cong Imperf Pl P3 => cono_ + "scessero" ; --# notpresent + Cond Sg P1 => cono_ + "scerei" ; --# notpresent + Cond Sg P2 => cono_ + "sceresti" ; --# notpresent + Cond Sg P3 => cono_ + "scerebbe" ; --# notpresent + Cond Pl P1 => cono_ + "sceremmo" ; --# notpresent + Cond Pl P2 => cono_ + "scereste" ; --# notpresent + Cond Pl P3 => cono_ + "scerebbero" ; --# notpresent + Imper SgP2 => cono_ + "sci" ; + Imper PlP1 => cono_ + "sciamo" ; + Imper PlP2 => cono_ + "scete" ; + Ger => cono_ + "scendo" ; + Part PresP Masc Sg => cono_ + "scente" ; + Part PresP Masc Pl => cono_ + "scenti" ; + Part PresP Fem Sg => cono_ + "scente" ; + Part PresP Fem Pl => cono_ + "scenti" ; + Part PassP Masc Sg => cono_ + "sciuto" ; + Part PassP Masc Pl => cono_ + "sciuti" ; + Part PassP Fem Sg => cono_ + "sciuta" ; + Part PassP Fem Pl => cono_ + "sciute" + } + } ; + +oper correre_38 : Str -> Verbo = \correre -> + let cor_ = Predef.tk 4 correre in + {s = table { + Inf => cor_ + "rere" ; + InfClit => cor_ + "rer" ; + Indi Pres Sg P1 => cor_ + "ro" ; + Indi Pres Sg P2 => cor_ + "ri" ; + Indi Pres Sg P3 => cor_ + "re" ; + Indi Pres Pl P1 => cor_ + "riamo" ; + Indi Pres Pl P2 => cor_ + "rete" ; + Indi Pres Pl P3 => cor_ + "rono" ; + Indi Imperf Sg P1 => cor_ + "revo" ; --# notpresent + Indi Imperf Sg P2 => cor_ + "revi" ; --# notpresent + Indi Imperf Sg P3 => cor_ + "reva" ; --# notpresent + Indi Imperf Pl P1 => cor_ + "revamo" ; --# notpresent + Indi Imperf Pl P2 => cor_ + "revate" ; --# notpresent + Indi Imperf Pl P3 => cor_ + "revano" ; --# notpresent + Pass Sg P1 => cor_ + "si" ; --# notpresent + Pass Sg P2 => cor_ + "resti" ; --# notpresent + Pass Sg P3 => cor_ + "se" ; --# notpresent + Pass Pl P1 => cor_ + "remmo" ; --# notpresent + Pass Pl P2 => cor_ + "reste" ; --# notpresent + Pass Pl P3 => cor_ + "sero" ; --# notpresent + Fut Sg P1 => cor_ + "rerò" ; --# notpresent + Fut Sg P2 => cor_ + "rerai" ; --# notpresent + Fut Sg P3 => cor_ + "rerà" ; --# notpresent + Fut Pl P1 => cor_ + "reremo" ; --# notpresent + Fut Pl P2 => cor_ + "rerete" ; --# notpresent + Fut Pl P3 => cor_ + "reranno" ; --# notpresent + Cong Pres Sg P1 => cor_ + "ra" ; + Cong Pres Sg P2 => cor_ + "ra" ; + Cong Pres Sg P3 => cor_ + "ra" ; + Cong Pres Pl P1 => cor_ + "riamo" ; + Cong Pres Pl P2 => cor_ + "riate" ; + Cong Pres Pl P3 => cor_ + "rano" ; + Cong Imperf Sg P1 => cor_ + "ressi" ; --# notpresent + Cong Imperf Sg P2 => cor_ + "ressi" ; --# notpresent + Cong Imperf Sg P3 => cor_ + "resse" ; --# notpresent + Cong Imperf Pl P1 => cor_ + "ressimo" ; --# notpresent + Cong Imperf Pl P2 => cor_ + "reste" ; --# notpresent + Cong Imperf Pl P3 => cor_ + "ressero" ; --# notpresent + Cond Sg P1 => cor_ + "rerei" ; --# notpresent + Cond Sg P2 => cor_ + "reresti" ; --# notpresent + Cond Sg P3 => cor_ + "rerebbe" ; --# notpresent + Cond Pl P1 => cor_ + "reremmo" ; --# notpresent + Cond Pl P2 => cor_ + "rereste" ; --# notpresent + Cond Pl P3 => cor_ + "rerebbero" ; --# notpresent + Imper SgP2 => cor_ + "ri" ; + Imper PlP1 => cor_ + "riamo" ; + Imper PlP2 => cor_ + "rete" ; + Ger => cor_ + "rendo" ; + Part PresP Masc Sg => cor_ + "rente" ; + Part PresP Masc Pl => cor_ + "renti" ; + Part PresP Fem Sg => cor_ + "rente" ; + Part PresP Fem Pl => cor_ + "renti" ; + Part PassP Masc Sg => cor_ + "so" ; + Part PassP Masc Pl => cor_ + "si" ; + Part PassP Fem Sg => cor_ + "sa" ; + Part PassP Fem Pl => cor_ + "se" + } + } ; + +oper crescere_39 : Str -> Verbo = \crescere -> + let cre_ = Predef.tk 5 crescere in + {s = table { + Inf => cre_ + "scere" ; + InfClit => cre_ + "scer" ; + Indi Pres Sg P1 => cre_ + "sco" ; + Indi Pres Sg P2 => cre_ + "sci" ; + Indi Pres Sg P3 => cre_ + "sce" ; + Indi Pres Pl P1 => cre_ + "sciamo" ; + Indi Pres Pl P2 => cre_ + "scete" ; + Indi Pres Pl P3 => cre_ + "scono" ; + Indi Imperf Sg P1 => cre_ + "scevo" ; --# notpresent + Indi Imperf Sg P2 => cre_ + "scevi" ; --# notpresent + Indi Imperf Sg P3 => cre_ + "sceva" ; --# notpresent + Indi Imperf Pl P1 => cre_ + "scevamo" ; --# notpresent + Indi Imperf Pl P2 => cre_ + "scevate" ; --# notpresent + Indi Imperf Pl P3 => cre_ + "scevano" ; --# notpresent + Pass Sg P1 => cre_ + "bbi" ; --# notpresent + Pass Sg P2 => cre_ + "scesti" ; --# notpresent + Pass Sg P3 => cre_ + "bbe" ; --# notpresent + Pass Pl P1 => cre_ + "scemmo" ; --# notpresent + Pass Pl P2 => cre_ + "sceste" ; --# notpresent + Pass Pl P3 => cre_ + "bbero" ; --# notpresent + Fut Sg P1 => cre_ + "scerò" ; --# notpresent + Fut Sg P2 => cre_ + "scerai" ; --# notpresent + Fut Sg P3 => cre_ + "scerà" ; --# notpresent + Fut Pl P1 => cre_ + "sceremo" ; --# notpresent + Fut Pl P2 => cre_ + "scerete" ; --# notpresent + Fut Pl P3 => cre_ + "sceranno" ; --# notpresent + Cong Pres Sg P1 => cre_ + "sca" ; + Cong Pres Sg P2 => cre_ + "sca" ; + Cong Pres Sg P3 => cre_ + "sca" ; + Cong Pres Pl P1 => cre_ + "sciamo" ; + Cong Pres Pl P2 => cre_ + "sciate" ; + Cong Pres Pl P3 => cre_ + "scano" ; + Cong Imperf Sg P1 => cre_ + "scessi" ; --# notpresent + Cong Imperf Sg P2 => cre_ + "scessi" ; --# notpresent + Cong Imperf Sg P3 => cre_ + "scesse" ; --# notpresent + Cong Imperf Pl P1 => cre_ + "scessimo" ; --# notpresent + Cong Imperf Pl P2 => cre_ + "sceste" ; --# notpresent + Cong Imperf Pl P3 => cre_ + "scessero" ; --# notpresent + Cond Sg P1 => cre_ + "scerei" ; --# notpresent + Cond Sg P2 => cre_ + "sceresti" ; --# notpresent + Cond Sg P3 => cre_ + "scerebbe" ; --# notpresent + Cond Pl P1 => cre_ + "sceremmo" ; --# notpresent + Cond Pl P2 => cre_ + "scereste" ; --# notpresent + Cond Pl P3 => cre_ + "scerebbero" ; --# notpresent + Imper SgP2 => cre_ + "sci" ; + Imper PlP1 => cre_ + "sciamo" ; + Imper PlP2 => cre_ + "scete" ; + Ger => cre_ + "scendo" ; + Part PresP Masc Sg => cre_ + "scente" ; + Part PresP Masc Pl => cre_ + "scenti" ; + Part PresP Fem Sg => cre_ + "scente" ; + Part PresP Fem Pl => cre_ + "scenti" ; + Part PassP Masc Sg => cre_ + "sciuto" ; + Part PassP Masc Pl => cre_ + "sciuti" ; + Part PassP Fem Sg => cre_ + "sciuta" ; + Part PassP Fem Pl => cre_ + "sciute" + } + } ; + +oper cuocere_40 : Str -> Verbo = \cuocere -> + let c_ = Predef.tk 6 cuocere in + {s = table { + Inf => c_ + "uocere" ; + InfClit => c_ + "uocer" ; + Indi Pres Sg P1 => c_ + "uocio" ; + Indi Pres Sg P2 => c_ + "uoci" ; + Indi Pres Sg P3 => c_ + "uoce" ; + Indi Pres Pl P1 => c_ + "uociamo" ; + Indi Pres Pl P2 => c_ + "uocete" ; + Indi Pres Pl P3 => c_ + "uociono" ; + Indi Imperf Sg P1 => c_ + "uocevo" ; --# notpresent + Indi Imperf Sg P2 => c_ + "uocevi" ; --# notpresent + Indi Imperf Sg P3 => c_ + "uoceva" ; --# notpresent + Indi Imperf Pl P1 => c_ + "uocevamo" ; --# notpresent + Indi Imperf Pl P2 => c_ + "uocevate" ; --# notpresent + Indi Imperf Pl P3 => c_ + "uocevano" ; --# notpresent + Pass Sg P1 => c_ + "ossi" ; --# notpresent + Pass Sg P2 => c_ + "uocesti" ; --# notpresent + Pass Sg P3 => c_ + "osse" ; --# notpresent + Pass Pl P1 => c_ + "uocemmo" ; --# notpresent + Pass Pl P2 => c_ + "uoceste" ; --# notpresent + Pass Pl P3 => c_ + "ossero" ; --# notpresent + Fut Sg P1 => c_ + "uocerò" ; --# notpresent + Fut Sg P2 => c_ + "uocerai" ; --# notpresent + Fut Sg P3 => c_ + "uocerà" ; --# notpresent + Fut Pl P1 => c_ + "uoceremo" ; --# notpresent + Fut Pl P2 => c_ + "uocerete" ; --# notpresent + Fut Pl P3 => c_ + "uoceranno" ; --# notpresent + Cong Pres Sg P1 => c_ + "uocia" ; + Cong Pres Sg P2 => c_ + "uocia" ; + Cong Pres Sg P3 => c_ + "uocia" ; + Cong Pres Pl P1 => c_ + "uociamo" ; + Cong Pres Pl P2 => c_ + "uociate" ; + Cong Pres Pl P3 => c_ + "uociano" ; + Cong Imperf Sg P1 => c_ + "uocessi" ; --# notpresent + Cong Imperf Sg P2 => c_ + "uocessi" ; --# notpresent + Cong Imperf Sg P3 => c_ + "uocesse" ; --# notpresent + Cong Imperf Pl P1 => c_ + "uocessimo" ; --# notpresent + Cong Imperf Pl P2 => c_ + "uoceste" ; --# notpresent + Cong Imperf Pl P3 => c_ + "uocessero" ; --# notpresent + Cond Sg P1 => c_ + "uocerei" ; --# notpresent + Cond Sg P2 => c_ + "uoceresti" ; --# notpresent + Cond Sg P3 => c_ + "uocerebbe" ; --# notpresent + Cond Pl P1 => c_ + "uoceremmo" ; --# notpresent + Cond Pl P2 => c_ + "uocereste" ; --# notpresent + Cond Pl P3 => c_ + "uocerebbero" ; --# notpresent + Imper SgP2 => c_ + "uoci" ; + Imper PlP1 => c_ + "uociamo" ; + Imper PlP2 => c_ + "uocete" ; + Ger => c_ + "uocendo" ; + Part PresP Masc Sg => c_ + "uocente" ; + Part PresP Masc Pl => c_ + "uocenti" ; + Part PresP Fem Sg => c_ + "uocente" ; + Part PresP Fem Pl => c_ + "uocenti" ; + Part PassP Masc Sg => c_ + "otto" ; + Part PassP Masc Pl => c_ + "otti" ; + Part PassP Fem Sg => c_ + "otta" ; + Part PassP Fem Pl => c_ + "otte" + } + } ; + +oper dire_41 : Str -> Verbo = \dire -> + let d_ = Predef.tk 3 dire in + {s = table { + Inf => d_ + "ire" ; + InfClit => d_ + "ir" ; + Indi Pres Sg P1 => d_ + "ico" ; + Indi Pres Sg P2 => d_ + "ici" ; + Indi Pres Sg P3 => d_ + "ice" ; + Indi Pres Pl P1 => d_ + "iciamo" ; + Indi Pres Pl P2 => d_ + "ite" ; + Indi Pres Pl P3 => d_ + "icono" ; + Indi Imperf Sg P1 => d_ + "icevo" ; --# notpresent + Indi Imperf Sg P2 => d_ + "icevi" ; --# notpresent + Indi Imperf Sg P3 => d_ + "iceva" ; --# notpresent + Indi Imperf Pl P1 => d_ + "icevamo" ; --# notpresent + Indi Imperf Pl P2 => d_ + "icevate" ; --# notpresent + Indi Imperf Pl P3 => d_ + "icevano" ; --# notpresent + Pass Sg P1 => d_ + "issi" ; --# notpresent + Pass Sg P2 => d_ + "icesti" ; --# notpresent + Pass Sg P3 => d_ + "isse" ; --# notpresent + Pass Pl P1 => d_ + "icemmo" ; --# notpresent + Pass Pl P2 => d_ + "iceste" ; --# notpresent + Pass Pl P3 => d_ + "issero" ; --# notpresent + Fut Sg P1 => d_ + "irò" ; --# notpresent + Fut Sg P2 => d_ + "irai" ; --# notpresent + Fut Sg P3 => d_ + "irà" ; --# notpresent + Fut Pl P1 => d_ + "iremo" ; --# notpresent + Fut Pl P2 => d_ + "irete" ; --# notpresent + Fut Pl P3 => d_ + "iranno" ; --# notpresent + Cong Pres Sg P1 => d_ + "ica" ; + Cong Pres Sg P2 => d_ + "ica" ; + Cong Pres Sg P3 => d_ + "ica" ; + Cong Pres Pl P1 => d_ + "iciamo" ; + Cong Pres Pl P2 => d_ + "iciate" ; + Cong Pres Pl P3 => d_ + "icano" ; + Cong Imperf Sg P1 => d_ + "icessi" ; --# notpresent + Cong Imperf Sg P2 => d_ + "icessi" ; --# notpresent + Cong Imperf Sg P3 => d_ + "icesse" ; --# notpresent + Cong Imperf Pl P1 => d_ + "icessimo" ; --# notpresent + Cong Imperf Pl P2 => d_ + "iceste" ; --# notpresent + Cong Imperf Pl P3 => d_ + "icessero" ; --# notpresent + Cond Sg P1 => d_ + "irei" ; --# notpresent + Cond Sg P2 => d_ + "iresti" ; --# notpresent + Cond Sg P3 => d_ + "irebbe" ; --# notpresent + Cond Pl P1 => d_ + "iremmo" ; --# notpresent + Cond Pl P2 => d_ + "ireste" ; --# notpresent + Cond Pl P3 => d_ + "irebbero" ; --# notpresent + Imper SgP2 => variants {d_ + "i`" ; d_ + "i"} ; + Imper PlP1 => d_ + "iciamo" ; + Imper PlP2 => d_ + "ite" ; + Ger => d_ + "icendo" ; + Part PresP Masc Sg => d_ + "icente" ; + Part PresP Masc Pl => d_ + "icenti" ; + Part PresP Fem Sg => d_ + "icente" ; + Part PresP Fem Pl => d_ + "icenti" ; + Part PassP Masc Sg => d_ + "etto" ; + Part PassP Masc Pl => d_ + "etti" ; + Part PassP Fem Sg => d_ + "etta" ; + Part PassP Fem Pl => d_ + "ette" + } + } ; + +oper dirigere_42 : Str -> Verbo = \dirigere -> + let dir_ = Predef.tk 5 dirigere in + {s = table { + Inf => dir_ + "igere" ; + InfClit => dir_ + "iger" ; + Indi Pres Sg P1 => dir_ + "igo" ; + Indi Pres Sg P2 => dir_ + "igi" ; + Indi Pres Sg P3 => dir_ + "ige" ; + Indi Pres Pl P1 => dir_ + "igiamo" ; + Indi Pres Pl P2 => dir_ + "igete" ; + Indi Pres Pl P3 => dir_ + "igono" ; + Indi Imperf Sg P1 => dir_ + "igevo" ; --# notpresent + Indi Imperf Sg P2 => dir_ + "igevi" ; --# notpresent + Indi Imperf Sg P3 => dir_ + "igeva" ; --# notpresent + Indi Imperf Pl P1 => dir_ + "igevamo" ; --# notpresent + Indi Imperf Pl P2 => dir_ + "igevate" ; --# notpresent + Indi Imperf Pl P3 => dir_ + "igevano" ; --# notpresent + Pass Sg P1 => dir_ + "essi" ; --# notpresent + Pass Sg P2 => dir_ + "igesti" ; --# notpresent + Pass Sg P3 => dir_ + "esse" ; --# notpresent + Pass Pl P1 => dir_ + "igemmo" ; --# notpresent + Pass Pl P2 => dir_ + "igeste" ; --# notpresent + Pass Pl P3 => dir_ + "essero" ; --# notpresent + Fut Sg P1 => dir_ + "igerò" ; --# notpresent + Fut Sg P2 => dir_ + "igerai" ; --# notpresent + Fut Sg P3 => dir_ + "igerà" ; --# notpresent + Fut Pl P1 => dir_ + "igeremo" ; --# notpresent + Fut Pl P2 => dir_ + "igerete" ; --# notpresent + Fut Pl P3 => dir_ + "igeranno" ; --# notpresent + Cong Pres Sg P1 => dir_ + "iga" ; + Cong Pres Sg P2 => dir_ + "iga" ; + Cong Pres Sg P3 => dir_ + "iga" ; + Cong Pres Pl P1 => dir_ + "igiamo" ; + Cong Pres Pl P2 => dir_ + "igiate" ; + Cong Pres Pl P3 => dir_ + "igano" ; + Cong Imperf Sg P1 => dir_ + "igessi" ; --# notpresent + Cong Imperf Sg P2 => dir_ + "igessi" ; --# notpresent + Cong Imperf Sg P3 => dir_ + "igesse" ; --# notpresent + Cong Imperf Pl P1 => dir_ + "igessimo" ; --# notpresent + Cong Imperf Pl P2 => dir_ + "igeste" ; --# notpresent + Cong Imperf Pl P3 => dir_ + "igessero" ; --# notpresent + Cond Sg P1 => dir_ + "igerei" ; --# notpresent + Cond Sg P2 => dir_ + "igeresti" ; --# notpresent + Cond Sg P3 => dir_ + "igerebbe" ; --# notpresent + Cond Pl P1 => dir_ + "igeremmo" ; --# notpresent + Cond Pl P2 => dir_ + "igereste" ; --# notpresent + Cond Pl P3 => dir_ + "igerebbero" ; --# notpresent + Imper SgP2 => dir_ + "igi" ; + Imper PlP1 => dir_ + "igiamo" ; + Imper PlP2 => dir_ + "igete" ; + Ger => dir_ + "igendo" ; + Part PresP Masc Sg => dir_ + "igente" ; + Part PresP Masc Pl => dir_ + "igenti" ; + Part PresP Fem Sg => dir_ + "igente" ; + Part PresP Fem Pl => dir_ + "igenti" ; + Part PassP Masc Sg => dir_ + "etto" ; + Part PassP Masc Pl => dir_ + "etti" ; + Part PassP Fem Sg => dir_ + "etta" ; + Part PassP Fem Pl => dir_ + "ette" + } + } ; + +oper discutere_43 : Str -> Verbo = \discutere -> + let discu_ = Predef.tk 4 discutere in + {s = table { + Inf => discu_ + "tere" ; + InfClit => discu_ + "ter" ; + Indi Pres Sg P1 => discu_ + "to" ; + Indi Pres Sg P2 => discu_ + "ti" ; + Indi Pres Sg P3 => discu_ + "te" ; + Indi Pres Pl P1 => discu_ + "tiamo" ; + Indi Pres Pl P2 => discu_ + "tete" ; + Indi Pres Pl P3 => discu_ + "tono" ; + Indi Imperf Sg P1 => discu_ + "tevo" ; --# notpresent + Indi Imperf Sg P2 => discu_ + "tevi" ; --# notpresent + Indi Imperf Sg P3 => discu_ + "teva" ; --# notpresent + Indi Imperf Pl P1 => discu_ + "tevamo" ; --# notpresent + Indi Imperf Pl P2 => discu_ + "tevate" ; --# notpresent + Indi Imperf Pl P3 => discu_ + "tevano" ; --# notpresent + Pass Sg P1 => discu_ + "ssi" ; --# notpresent + Pass Sg P2 => discu_ + "testi" ; --# notpresent + Pass Sg P3 => discu_ + "sse" ; --# notpresent + Pass Pl P1 => discu_ + "temmo" ; --# notpresent + Pass Pl P2 => discu_ + "teste" ; --# notpresent + Pass Pl P3 => discu_ + "ssero" ; --# notpresent + Fut Sg P1 => discu_ + "terò" ; --# notpresent + Fut Sg P2 => discu_ + "terai" ; --# notpresent + Fut Sg P3 => discu_ + "terà" ; --# notpresent + Fut Pl P1 => discu_ + "teremo" ; --# notpresent + Fut Pl P2 => discu_ + "terete" ; --# notpresent + Fut Pl P3 => discu_ + "teranno" ; --# notpresent + Cong Pres Sg P1 => discu_ + "ta" ; + Cong Pres Sg P2 => discu_ + "ta" ; + Cong Pres Sg P3 => discu_ + "ta" ; + Cong Pres Pl P1 => discu_ + "tiamo" ; + Cong Pres Pl P2 => discu_ + "tiate" ; + Cong Pres Pl P3 => discu_ + "tano" ; + Cong Imperf Sg P1 => discu_ + "tessi" ; --# notpresent + Cong Imperf Sg P2 => discu_ + "tessi" ; --# notpresent + Cong Imperf Sg P3 => discu_ + "tesse" ; --# notpresent + Cong Imperf Pl P1 => discu_ + "tessimo" ; --# notpresent + Cong Imperf Pl P2 => discu_ + "teste" ; --# notpresent + Cong Imperf Pl P3 => discu_ + "tessero" ; --# notpresent + Cond Sg P1 => discu_ + "terei" ; --# notpresent + Cond Sg P2 => discu_ + "teresti" ; --# notpresent + Cond Sg P3 => discu_ + "terebbe" ; --# notpresent + Cond Pl P1 => discu_ + "teremmo" ; --# notpresent + Cond Pl P2 => discu_ + "tereste" ; --# notpresent + Cond Pl P3 => discu_ + "terebbero" ; --# notpresent + Imper SgP2 => discu_ + "ti" ; + Imper PlP1 => discu_ + "tiamo" ; + Imper PlP2 => discu_ + "tete" ; + Ger => discu_ + "tendo" ; + Part PresP Masc Sg => discu_ + "tente" ; + Part PresP Masc Pl => discu_ + "tenti" ; + Part PresP Fem Sg => discu_ + "tente" ; + Part PresP Fem Pl => discu_ + "tenti" ; + Part PassP Masc Sg => discu_ + "sso" ; + Part PassP Masc Pl => discu_ + "ssi" ; + Part PassP Fem Sg => discu_ + "ssa" ; + Part PassP Fem Pl => discu_ + "sse" + } + } ; + +oper distinguere_44 : Str -> Verbo = \distinguere -> + let distin_ = Predef.tk 5 distinguere in + {s = table { + Inf => distin_ + "guere" ; + InfClit => distin_ + "guer" ; + Indi Pres Sg P1 => distin_ + "guo" ; + Indi Pres Sg P2 => distin_ + "gui" ; + Indi Pres Sg P3 => distin_ + "gue" ; + Indi Pres Pl P1 => distin_ + "guiamo" ; + Indi Pres Pl P2 => distin_ + "guete" ; + Indi Pres Pl P3 => distin_ + "guono" ; + Indi Imperf Sg P1 => distin_ + "guevo" ; --# notpresent + Indi Imperf Sg P2 => distin_ + "guevi" ; --# notpresent + Indi Imperf Sg P3 => distin_ + "gueva" ; --# notpresent + Indi Imperf Pl P1 => distin_ + "guevamo" ; --# notpresent + Indi Imperf Pl P2 => distin_ + "guevate" ; --# notpresent + Indi Imperf Pl P3 => distin_ + "guevano" ; --# notpresent + Pass Sg P1 => distin_ + "si" ; --# notpresent + Pass Sg P2 => distin_ + "guesti" ; --# notpresent + Pass Sg P3 => distin_ + "se" ; --# notpresent + Pass Pl P1 => distin_ + "guemmo" ; --# notpresent + Pass Pl P2 => distin_ + "gueste" ; --# notpresent + Pass Pl P3 => distin_ + "sero" ; --# notpresent + Fut Sg P1 => distin_ + "guerò" ; --# notpresent + Fut Sg P2 => distin_ + "guerai" ; --# notpresent + Fut Sg P3 => distin_ + "guerà" ; --# notpresent + Fut Pl P1 => distin_ + "gueremo" ; --# notpresent + Fut Pl P2 => distin_ + "guerete" ; --# notpresent + Fut Pl P3 => distin_ + "gueranno" ; --# notpresent + Cong Pres Sg P1 => distin_ + "gua" ; + Cong Pres Sg P2 => distin_ + "gua" ; + Cong Pres Sg P3 => distin_ + "gua" ; + Cong Pres Pl P1 => distin_ + "guiamo" ; + Cong Pres Pl P2 => distin_ + "guiate" ; + Cong Pres Pl P3 => distin_ + "guano" ; + Cong Imperf Sg P1 => distin_ + "guessi" ; --# notpresent + Cong Imperf Sg P2 => distin_ + "guessi" ; --# notpresent + Cong Imperf Sg P3 => distin_ + "guesse" ; --# notpresent + Cong Imperf Pl P1 => distin_ + "guessimo" ; --# notpresent + Cong Imperf Pl P2 => distin_ + "gueste" ; --# notpresent + Cong Imperf Pl P3 => distin_ + "guessero" ; --# notpresent + Cond Sg P1 => distin_ + "guerei" ; --# notpresent + Cond Sg P2 => distin_ + "gueresti" ; --# notpresent + Cond Sg P3 => distin_ + "guerebbe" ; --# notpresent + Cond Pl P1 => distin_ + "gueremmo" ; --# notpresent + Cond Pl P2 => distin_ + "guereste" ; --# notpresent + Cond Pl P3 => distin_ + "guerebbero" ; --# notpresent + Imper SgP2 => distin_ + "gui" ; + Imper PlP1 => distin_ + "guiamo" ; + Imper PlP2 => distin_ + "guete" ; + Ger => distin_ + "guendo" ; + Part PresP Masc Sg => distin_ + "guente" ; + Part PresP Masc Pl => distin_ + "guenti" ; + Part PresP Fem Sg => distin_ + "guente" ; + Part PresP Fem Pl => distin_ + "guenti" ; + Part PassP Masc Sg => distin_ + "to" ; + Part PassP Masc Pl => distin_ + "ti" ; + Part PassP Fem Sg => distin_ + "ta" ; + Part PassP Fem Pl => distin_ + "te" + } + } ; + +oper distruggere_45 : Str -> Verbo = \distruggere -> + let distru_ = Predef.tk 5 distruggere in + {s = table { + Inf => distru_ + "ggere" ; + InfClit => distru_ + "gger" ; + Indi Pres Sg P1 => distru_ + "ggo" ; + Indi Pres Sg P2 => distru_ + "ggi" ; + Indi Pres Sg P3 => distru_ + "gge" ; + Indi Pres Pl P1 => distru_ + "ggiamo" ; + Indi Pres Pl P2 => distru_ + "ggete" ; + Indi Pres Pl P3 => distru_ + "ggono" ; + Indi Imperf Sg P1 => distru_ + "ggevo" ; --# notpresent + Indi Imperf Sg P2 => distru_ + "ggevi" ; --# notpresent + Indi Imperf Sg P3 => distru_ + "ggeva" ; --# notpresent + Indi Imperf Pl P1 => distru_ + "ggevamo" ; --# notpresent + Indi Imperf Pl P2 => distru_ + "ggevate" ; --# notpresent + Indi Imperf Pl P3 => distru_ + "ggevano" ; --# notpresent + Pass Sg P1 => distru_ + "ssi" ; --# notpresent + Pass Sg P2 => distru_ + "ggesti" ; --# notpresent + Pass Sg P3 => distru_ + "sse" ; --# notpresent + Pass Pl P1 => distru_ + "ggemmo" ; --# notpresent + Pass Pl P2 => distru_ + "ggeste" ; --# notpresent + Pass Pl P3 => distru_ + "ssero" ; --# notpresent + Fut Sg P1 => distru_ + "ggerò" ; --# notpresent + Fut Sg P2 => distru_ + "ggerai" ; --# notpresent + Fut Sg P3 => distru_ + "ggerà" ; --# notpresent + Fut Pl P1 => distru_ + "ggeremo" ; --# notpresent + Fut Pl P2 => distru_ + "ggerete" ; --# notpresent + Fut Pl P3 => distru_ + "ggeranno" ; --# notpresent + Cong Pres Sg P1 => distru_ + "gga" ; + Cong Pres Sg P2 => distru_ + "gga" ; + Cong Pres Sg P3 => distru_ + "gga" ; + Cong Pres Pl P1 => distru_ + "ggiamo" ; + Cong Pres Pl P2 => distru_ + "ggiate" ; + Cong Pres Pl P3 => distru_ + "ggano" ; + Cong Imperf Sg P1 => distru_ + "ggessi" ; --# notpresent + Cong Imperf Sg P2 => distru_ + "ggessi" ; --# notpresent + Cong Imperf Sg P3 => distru_ + "ggesse" ; --# notpresent + Cong Imperf Pl P1 => distru_ + "ggessimo" ; --# notpresent + Cong Imperf Pl P2 => distru_ + "ggeste" ; --# notpresent + Cong Imperf Pl P3 => distru_ + "ggessero" ; --# notpresent + Cond Sg P1 => distru_ + "ggerei" ; --# notpresent + Cond Sg P2 => distru_ + "ggeresti" ; --# notpresent + Cond Sg P3 => distru_ + "ggerebbe" ; --# notpresent + Cond Pl P1 => distru_ + "ggeremmo" ; --# notpresent + Cond Pl P2 => distru_ + "ggereste" ; --# notpresent + Cond Pl P3 => distru_ + "ggerebbero" ; --# notpresent + Imper SgP2 => distru_ + "ggi" ; + Imper PlP1 => distru_ + "ggiamo" ; + Imper PlP2 => distru_ + "ggete" ; + Ger => distru_ + "ggendo" ; + Part PresP Masc Sg => distru_ + "ggente" ; + Part PresP Masc Pl => distru_ + "ggenti" ; + Part PresP Fem Sg => distru_ + "ggente" ; + Part PresP Fem Pl => distru_ + "ggenti" ; + Part PassP Masc Sg => distru_ + "tto" ; + Part PassP Masc Pl => distru_ + "tti" ; + Part PassP Fem Sg => distru_ + "tta" ; + Part PassP Fem Pl => distru_ + "tte" + } + } ; + +oper dolere_46 : Str -> Verbo = \dolere -> + let d_ = Predef.tk 5 dolere in + {s = table { + Inf => d_ + "olere" ; + InfClit => d_ + "oler" ; + Indi Pres Sg P1 => d_ + "olgo" ; + Indi Pres Sg P2 => d_ + "uoli" ; + Indi Pres Sg P3 => d_ + "uole" ; + Indi Pres Pl P1 => d_ + "oliamo" ; + Indi Pres Pl P2 => d_ + "olete" ; + Indi Pres Pl P3 => d_ + "olgono" ; + Indi Imperf Sg P1 => d_ + "olevo" ; --# notpresent + Indi Imperf Sg P2 => d_ + "olevi" ; --# notpresent + Indi Imperf Sg P3 => d_ + "oleva" ; --# notpresent + Indi Imperf Pl P1 => d_ + "olevamo" ; --# notpresent + Indi Imperf Pl P2 => d_ + "olevate" ; --# notpresent + Indi Imperf Pl P3 => d_ + "olevano" ; --# notpresent + Pass Sg P1 => d_ + "olsi" ; --# notpresent + Pass Sg P2 => d_ + "olesti" ; --# notpresent + Pass Sg P3 => d_ + "olse" ; --# notpresent + Pass Pl P1 => d_ + "olemmo" ; --# notpresent + Pass Pl P2 => d_ + "oleste" ; --# notpresent + Pass Pl P3 => d_ + "olsero" ; --# notpresent + Fut Sg P1 => d_ + "orrò" ; --# notpresent + Fut Sg P2 => d_ + "orrai" ; --# notpresent + Fut Sg P3 => d_ + "orrà" ; --# notpresent + Fut Pl P1 => d_ + "orremo" ; --# notpresent + Fut Pl P2 => d_ + "orrete" ; --# notpresent + Fut Pl P3 => d_ + "orranno" ; --# notpresent + Cong Pres Sg P1 => d_ + "olga" ; + Cong Pres Sg P2 => d_ + "olga" ; + Cong Pres Sg P3 => d_ + "olga" ; + Cong Pres Pl P1 => d_ + "oliamo" ; + Cong Pres Pl P2 => d_ + "oliate" ; + Cong Pres Pl P3 => d_ + "olgano" ; + Cong Imperf Sg P1 => d_ + "olessi" ; --# notpresent + Cong Imperf Sg P2 => d_ + "olessi" ; --# notpresent + Cong Imperf Sg P3 => d_ + "olesse" ; --# notpresent + Cong Imperf Pl P1 => d_ + "olessimo" ; --# notpresent + Cong Imperf Pl P2 => d_ + "oleste" ; --# notpresent + Cong Imperf Pl P3 => d_ + "olessero" ; --# notpresent + Cond Sg P1 => d_ + "orrei" ; --# notpresent + Cond Sg P2 => d_ + "orresti" ; --# notpresent + Cond Sg P3 => d_ + "orrebbe" ; --# notpresent + Cond Pl P1 => d_ + "orremmo" ; --# notpresent + Cond Pl P2 => d_ + "orreste" ; --# notpresent + Cond Pl P3 => d_ + "orrebbero" ; --# notpresent + Imper SgP2 => d_ + "uoli" ; + Imper PlP1 => d_ + "oliamo" ; + Imper PlP2 => d_ + "olete" ; + Ger => d_ + "olendo" ; + Part PresP Masc Sg => d_ + "olente" ; + Part PresP Masc Pl => d_ + "olenti" ; + Part PresP Fem Sg => d_ + "olente" ; + Part PresP Fem Pl => d_ + "olenti" ; + Part PassP Masc Sg => d_ + "oluto" ; + Part PassP Masc Pl => d_ + "oluti" ; + Part PassP Fem Sg => d_ + "oluta" ; + Part PassP Fem Pl => d_ + "olute" + } + } ; + +oper dovere_47 : Str -> Verbo = \dovere -> + let d_ = Predef.tk 5 dovere in + {s = table { + Inf => d_ + "overe" ; + InfClit => d_ + "over" ; + Indi Pres Sg P1 => variants {d_ + "ebbo" ; d_ + "evo"} ; + Indi Pres Sg P2 => d_ + "evi" ; + Indi Pres Sg P3 => d_ + "eve" ; + Indi Pres Pl P1 => d_ + "obbiamo" ; + Indi Pres Pl P2 => d_ + "ovete" ; + Indi Pres Pl P3 => variants {d_ + "ebbono" ; d_ + "evono"} ; + Indi Imperf Sg P1 => d_ + "ovevo" ; --# notpresent + Indi Imperf Sg P2 => d_ + "ovevi" ; --# notpresent + Indi Imperf Sg P3 => d_ + "oveva" ; --# notpresent + Indi Imperf Pl P1 => d_ + "ovevamo" ; --# notpresent + Indi Imperf Pl P2 => d_ + "ovevate" ; --# notpresent + Indi Imperf Pl P3 => d_ + "ovevano" ; --# notpresent + Pass Sg P1 => d_ + "ovetti" ; --# notpresent + Pass Sg P2 => d_ + "ovesti" ; --# notpresent + Pass Sg P3 => d_ + "ovette" ; --# notpresent + Pass Pl P1 => d_ + "ovemmo" ; --# notpresent + Pass Pl P2 => d_ + "oveste" ; --# notpresent + Pass Pl P3 => d_ + "ovettero" ; --# notpresent + Fut Sg P1 => d_ + "ovrò" ; --# notpresent + Fut Sg P2 => d_ + "ovrai" ; --# notpresent + Fut Sg P3 => d_ + "ovrà" ; --# notpresent + Fut Pl P1 => d_ + "ovremo" ; --# notpresent + Fut Pl P2 => d_ + "ovrete" ; --# notpresent + Fut Pl P3 => d_ + "ovranno" ; --# notpresent + Cong Pres Sg P1 => variants {d_ + "ebba" ; d_ + "eva"} ; + Cong Pres Sg P2 => variants {d_ + "ebba" ; d_ + "eva"} ; + Cong Pres Sg P3 => variants {d_ + "ebba" ; d_ + "eva"} ; + Cong Pres Pl P1 => d_ + "obbiamo" ; + Cong Pres Pl P2 => d_ + "obbiate" ; + Cong Pres Pl P3 => variants {d_ + "ebbano" ; d_ + "evano"} ; + Cong Imperf Sg P1 => d_ + "ovessi" ; --# notpresent + Cong Imperf Sg P2 => d_ + "ovessi" ; --# notpresent + Cong Imperf Sg P3 => d_ + "ovesse" ; --# notpresent + Cong Imperf Pl P1 => d_ + "ovessimo" ; --# notpresent + Cong Imperf Pl P2 => d_ + "oveste" ; --# notpresent + Cong Imperf Pl P3 => d_ + "ovessero" ; --# notpresent + Cond Sg P1 => d_ + "ovrei" ; --# notpresent + Cond Sg P2 => d_ + "ovresti" ; --# notpresent + Cond Sg P3 => d_ + "ovrebbe" ; --# notpresent + Cond Pl P1 => d_ + "ovremmo" ; --# notpresent + Cond Pl P2 => d_ + "ovreste" ; --# notpresent + Cond Pl P3 => d_ + "ovrebbero" ; --# notpresent + Imper SgP2 => variants {} ; + Imper PlP1 => variants {} ; + Imper PlP2 => variants {} ; + Ger => d_ + "ovendo" ; + Part PresP Masc Sg => variants {} ; + Part PresP Masc Pl => variants {} ; + Part PresP Fem Sg => variants {} ; + Part PresP Fem Pl => variants {} ; + Part PassP Masc Sg => d_ + "ovuto" ; + Part PassP Masc Pl => d_ + "ovuti" ; + Part PassP Fem Sg => d_ + "ovuta" ; + Part PassP Fem Pl => d_ + "ovute" + } + } ; + +oper emergere_28 : Str -> Verbo = \emergere -> + let emer_ = Predef.tk 4 emergere in + {s = table { + Inf => emer_ + "gere" ; + InfClit => emer_ + "ger" ; + Indi Pres Sg P1 => emer_ + "go" ; + Indi Pres Sg P2 => emer_ + "gi" ; + Indi Pres Sg P3 => emer_ + "ge" ; + Indi Pres Pl P1 => emer_ + "giamo" ; + Indi Pres Pl P2 => emer_ + "gete" ; + Indi Pres Pl P3 => emer_ + "gono" ; + Indi Imperf Sg P1 => emer_ + "gevo" ; --# notpresent + Indi Imperf Sg P2 => emer_ + "gevi" ; --# notpresent + Indi Imperf Sg P3 => emer_ + "geva" ; --# notpresent + Indi Imperf Pl P1 => emer_ + "gevamo" ; --# notpresent + Indi Imperf Pl P2 => emer_ + "gevate" ; --# notpresent + Indi Imperf Pl P3 => emer_ + "gevano" ; --# notpresent + Pass Sg P1 => emer_ + "si" ; --# notpresent + Pass Sg P2 => emer_ + "gesti" ; --# notpresent + Pass Sg P3 => emer_ + "se" ; --# notpresent + Pass Pl P1 => emer_ + "gemmo" ; --# notpresent + Pass Pl P2 => emer_ + "geste" ; --# notpresent + Pass Pl P3 => emer_ + "sero" ; --# notpresent + Fut Sg P1 => emer_ + "gerò" ; --# notpresent + Fut Sg P2 => emer_ + "gerai" ; --# notpresent + Fut Sg P3 => emer_ + "gerà" ; --# notpresent + Fut Pl P1 => emer_ + "geremo" ; --# notpresent + Fut Pl P2 => emer_ + "gerete" ; --# notpresent + Fut Pl P3 => emer_ + "geranno" ; --# notpresent + Cong Pres Sg P1 => emer_ + "ga" ; + Cong Pres Sg P2 => emer_ + "ga" ; + Cong Pres Sg P3 => emer_ + "ga" ; + Cong Pres Pl P1 => emer_ + "giamo" ; + Cong Pres Pl P2 => emer_ + "giate" ; + Cong Pres Pl P3 => emer_ + "gano" ; + Cong Imperf Sg P1 => emer_ + "gessi" ; --# notpresent + Cong Imperf Sg P2 => emer_ + "gessi" ; --# notpresent + Cong Imperf Sg P3 => emer_ + "gesse" ; --# notpresent + Cong Imperf Pl P1 => emer_ + "gessimo" ; --# notpresent + Cong Imperf Pl P2 => emer_ + "geste" ; --# notpresent + Cong Imperf Pl P3 => emer_ + "gessero" ; --# notpresent + Cond Sg P1 => emer_ + "gerei" ; --# notpresent + Cond Sg P2 => emer_ + "geresti" ; --# notpresent + Cond Sg P3 => emer_ + "gerebbe" ; --# notpresent + Cond Pl P1 => emer_ + "geremmo" ; --# notpresent + Cond Pl P2 => emer_ + "gereste" ; --# notpresent + Cond Pl P3 => emer_ + "gerebbero" ; --# notpresent + Imper SgP2 => emer_ + "gi" ; + Imper PlP1 => emer_ + "giamo" ; + Imper PlP2 => emer_ + "gete" ; + Ger => emer_ + "gendo" ; + Part PresP Masc Sg => emer_ + "gente" ; + Part PresP Masc Pl => emer_ + "genti" ; + Part PresP Fem Sg => emer_ + "gente" ; + Part PresP Fem Pl => emer_ + "genti" ; + Part PassP Masc Sg => emer_ + "so" ; + Part PassP Masc Pl => emer_ + "si" ; + Part PassP Fem Sg => emer_ + "sa" ; + Part PassP Fem Pl => emer_ + "se" + } + } ; + +oper espandere_49 : Str -> Verbo = \espandere -> + let espan_ = Predef.tk 4 espandere in + {s = table { + Inf => espan_ + "dere" ; + InfClit => espan_ + "der" ; + Indi Pres Sg P1 => espan_ + "do" ; + Indi Pres Sg P2 => espan_ + "di" ; + Indi Pres Sg P3 => espan_ + "de" ; + Indi Pres Pl P1 => espan_ + "diamo" ; + Indi Pres Pl P2 => espan_ + "dete" ; + Indi Pres Pl P3 => espan_ + "dono" ; + Indi Imperf Sg P1 => espan_ + "devo" ; --# notpresent + Indi Imperf Sg P2 => espan_ + "devi" ; --# notpresent + Indi Imperf Sg P3 => espan_ + "deva" ; --# notpresent + Indi Imperf Pl P1 => espan_ + "devamo" ; --# notpresent + Indi Imperf Pl P2 => espan_ + "devate" ; --# notpresent + Indi Imperf Pl P3 => espan_ + "devano" ; --# notpresent + Pass Sg P1 => espan_ + "si" ; --# notpresent + Pass Sg P2 => espan_ + "desti" ; --# notpresent + Pass Sg P3 => espan_ + "se" ; --# notpresent + Pass Pl P1 => espan_ + "demmo" ; --# notpresent + Pass Pl P2 => espan_ + "deste" ; --# notpresent + Pass Pl P3 => espan_ + "sero" ; --# notpresent + Fut Sg P1 => espan_ + "derò" ; --# notpresent + Fut Sg P2 => espan_ + "derai" ; --# notpresent + Fut Sg P3 => espan_ + "derà" ; --# notpresent + Fut Pl P1 => espan_ + "deremo" ; --# notpresent + Fut Pl P2 => espan_ + "derete" ; --# notpresent + Fut Pl P3 => espan_ + "deranno" ; --# notpresent + Cong Pres Sg P1 => espan_ + "da" ; + Cong Pres Sg P2 => espan_ + "da" ; + Cong Pres Sg P3 => espan_ + "da" ; + Cong Pres Pl P1 => espan_ + "diamo" ; + Cong Pres Pl P2 => espan_ + "diate" ; + Cong Pres Pl P3 => espan_ + "dano" ; + Cong Imperf Sg P1 => espan_ + "dessi" ; --# notpresent + Cong Imperf Sg P2 => espan_ + "dessi" ; --# notpresent + Cong Imperf Sg P3 => espan_ + "desse" ; --# notpresent + Cong Imperf Pl P1 => espan_ + "dessimo" ; --# notpresent + Cong Imperf Pl P2 => espan_ + "deste" ; --# notpresent + Cong Imperf Pl P3 => espan_ + "dessero" ; --# notpresent + Cond Sg P1 => espan_ + "derei" ; --# notpresent + Cond Sg P2 => espan_ + "deresti" ; --# notpresent + Cond Sg P3 => espan_ + "derebbe" ; --# notpresent + Cond Pl P1 => espan_ + "deremmo" ; --# notpresent + Cond Pl P2 => espan_ + "dereste" ; --# notpresent + Cond Pl P3 => espan_ + "derebbero" ; --# notpresent + Imper SgP2 => espan_ + "di" ; + Imper PlP1 => espan_ + "diamo" ; + Imper PlP2 => espan_ + "dete" ; + Ger => espan_ + "dendo" ; + Part PresP Masc Sg => espan_ + "dente" ; + Part PresP Masc Pl => espan_ + "denti" ; + Part PresP Fem Sg => espan_ + "dente" ; + Part PresP Fem Pl => espan_ + "denti" ; + Part PassP Masc Sg => espan_ + "so" ; + Part PassP Masc Pl => espan_ + "si" ; + Part PassP Fem Sg => espan_ + "sa" ; + Part PassP Fem Pl => espan_ + "se" + } + } ; + +oper espellere_50 : Str -> Verbo = \espellere -> + let esp_ = Predef.tk 6 espellere in + {s = table { + Inf => esp_ + "ellere" ; + InfClit => esp_ + "eller" ; + Indi Pres Sg P1 => esp_ + "ello" ; + Indi Pres Sg P2 => esp_ + "elli" ; + Indi Pres Sg P3 => esp_ + "elle" ; + Indi Pres Pl P1 => esp_ + "elliamo" ; + Indi Pres Pl P2 => esp_ + "ellete" ; + Indi Pres Pl P3 => esp_ + "ellono" ; + Indi Imperf Sg P1 => esp_ + "ellevo" ; --# notpresent + Indi Imperf Sg P2 => esp_ + "ellevi" ; --# notpresent + Indi Imperf Sg P3 => esp_ + "elleva" ; --# notpresent + Indi Imperf Pl P1 => esp_ + "ellevamo" ; --# notpresent + Indi Imperf Pl P2 => esp_ + "ellevate" ; --# notpresent + Indi Imperf Pl P3 => esp_ + "ellevano" ; --# notpresent + Pass Sg P1 => esp_ + "ulsi" ; --# notpresent + Pass Sg P2 => esp_ + "ellesti" ; --# notpresent + Pass Sg P3 => esp_ + "ulse" ; --# notpresent + Pass Pl P1 => esp_ + "ellemmo" ; --# notpresent + Pass Pl P2 => esp_ + "elleste" ; --# notpresent + Pass Pl P3 => esp_ + "ulsero" ; --# notpresent + Fut Sg P1 => esp_ + "ellerò" ; --# notpresent + Fut Sg P2 => esp_ + "ellerai" ; --# notpresent + Fut Sg P3 => esp_ + "ellerà" ; --# notpresent + Fut Pl P1 => esp_ + "elleremo" ; --# notpresent + Fut Pl P2 => esp_ + "ellerete" ; --# notpresent + Fut Pl P3 => esp_ + "elleranno" ; --# notpresent + Cong Pres Sg P1 => esp_ + "ella" ; + Cong Pres Sg P2 => esp_ + "ella" ; + Cong Pres Sg P3 => esp_ + "ella" ; + Cong Pres Pl P1 => esp_ + "elliamo" ; + Cong Pres Pl P2 => esp_ + "elliate" ; + Cong Pres Pl P3 => esp_ + "ellano" ; + Cong Imperf Sg P1 => esp_ + "ellessi" ; --# notpresent + Cong Imperf Sg P2 => esp_ + "ellessi" ; --# notpresent + Cong Imperf Sg P3 => esp_ + "ellesse" ; --# notpresent + Cong Imperf Pl P1 => esp_ + "ellessimo" ; --# notpresent + Cong Imperf Pl P2 => esp_ + "elleste" ; --# notpresent + Cong Imperf Pl P3 => esp_ + "ellessero" ; --# notpresent + Cond Sg P1 => esp_ + "ellerei" ; --# notpresent + Cond Sg P2 => esp_ + "elleresti" ; --# notpresent + Cond Sg P3 => esp_ + "ellerebbe" ; --# notpresent + Cond Pl P1 => esp_ + "elleremmo" ; --# notpresent + Cond Pl P2 => esp_ + "ellereste" ; --# notpresent + Cond Pl P3 => esp_ + "ellerebbero" ; --# notpresent + Imper SgP2 => esp_ + "elli" ; + Imper PlP1 => esp_ + "elliamo" ; + Imper PlP2 => esp_ + "ellete" ; + Ger => esp_ + "ellendo" ; + Part PresP Masc Sg => esp_ + "ellente" ; + Part PresP Masc Pl => esp_ + "ellenti" ; + Part PresP Fem Sg => esp_ + "ellente" ; + Part PresP Fem Pl => esp_ + "ellenti" ; + Part PassP Masc Sg => esp_ + "ulso" ; + Part PassP Masc Pl => esp_ + "ulsi" ; + Part PassP Fem Sg => esp_ + "ulsa" ; + Part PassP Fem Pl => esp_ + "ulse" + } + } ; + +oper esplodere_51 : Str -> Verbo = \esplodere -> + let esplo_ = Predef.tk 4 esplodere in + {s = table { + Inf => esplo_ + "dere" ; + InfClit => esplo_ + "der" ; + Indi Pres Sg P1 => esplo_ + "do" ; + Indi Pres Sg P2 => esplo_ + "di" ; + Indi Pres Sg P3 => esplo_ + "de" ; + Indi Pres Pl P1 => esplo_ + "diamo" ; + Indi Pres Pl P2 => esplo_ + "dete" ; + Indi Pres Pl P3 => esplo_ + "dono" ; + Indi Imperf Sg P1 => esplo_ + "devo" ; --# notpresent + Indi Imperf Sg P2 => esplo_ + "devi" ; --# notpresent + Indi Imperf Sg P3 => esplo_ + "deva" ; --# notpresent + Indi Imperf Pl P1 => esplo_ + "devamo" ; --# notpresent + Indi Imperf Pl P2 => esplo_ + "devate" ; --# notpresent + Indi Imperf Pl P3 => esplo_ + "devano" ; --# notpresent + Pass Sg P1 => esplo_ + "si" ; --# notpresent + Pass Sg P2 => esplo_ + "desti" ; --# notpresent + Pass Sg P3 => esplo_ + "se" ; --# notpresent + Pass Pl P1 => esplo_ + "demmo" ; --# notpresent + Pass Pl P2 => esplo_ + "deste" ; --# notpresent + Pass Pl P3 => esplo_ + "sero" ; --# notpresent + Fut Sg P1 => esplo_ + "derò" ; --# notpresent + Fut Sg P2 => esplo_ + "derai" ; --# notpresent + Fut Sg P3 => esplo_ + "derà" ; --# notpresent + Fut Pl P1 => esplo_ + "deremo" ; --# notpresent + Fut Pl P2 => esplo_ + "derete" ; --# notpresent + Fut Pl P3 => esplo_ + "deranno" ; --# notpresent + Cong Pres Sg P1 => esplo_ + "da" ; + Cong Pres Sg P2 => esplo_ + "da" ; + Cong Pres Sg P3 => esplo_ + "da" ; + Cong Pres Pl P1 => esplo_ + "diamo" ; + Cong Pres Pl P2 => esplo_ + "diate" ; + Cong Pres Pl P3 => esplo_ + "dano" ; + Cong Imperf Sg P1 => esplo_ + "dessi" ; --# notpresent + Cong Imperf Sg P2 => esplo_ + "dessi" ; --# notpresent + Cong Imperf Sg P3 => esplo_ + "desse" ; --# notpresent + Cong Imperf Pl P1 => esplo_ + "dessimo" ; --# notpresent + Cong Imperf Pl P2 => esplo_ + "deste" ; --# notpresent + Cong Imperf Pl P3 => esplo_ + "dessero" ; --# notpresent + Cond Sg P1 => esplo_ + "derei" ; --# notpresent + Cond Sg P2 => esplo_ + "deresti" ; --# notpresent + Cond Sg P3 => esplo_ + "derebbe" ; --# notpresent + Cond Pl P1 => esplo_ + "deremmo" ; --# notpresent + Cond Pl P2 => esplo_ + "dereste" ; --# notpresent + Cond Pl P3 => esplo_ + "derebbero" ; --# notpresent + Imper SgP2 => esplo_ + "di" ; + Imper PlP1 => esplo_ + "diamo" ; + Imper PlP2 => esplo_ + "dete" ; + Ger => esplo_ + "dendo" ; + Part PresP Masc Sg => esplo_ + "dente" ; + Part PresP Masc Pl => esplo_ + "denti" ; + Part PresP Fem Sg => esplo_ + "dente" ; + Part PresP Fem Pl => esplo_ + "denti" ; + Part PassP Masc Sg => esplo_ + "so" ; + Part PassP Masc Pl => esplo_ + "si" ; + Part PassP Fem Sg => esplo_ + "sa" ; + Part PassP Fem Pl => esplo_ + "se" + } + } ; + +oper fare_52 : Str -> Verbo = \fare -> + let f_ = Predef.tk 3 fare in + {s = table { + Inf => f_ + "are" ; + InfClit => f_ + "ar" ; + Indi Pres Sg P1 => f_ + "accio" ; + Indi Pres Sg P2 => f_ + "ai" ; + Indi Pres Sg P3 => f_ + "a" ; + Indi Pres Pl P1 => f_ + "acciamo" ; + Indi Pres Pl P2 => f_ + "ate" ; + Indi Pres Pl P3 => f_ + "anno" ; + Indi Imperf Sg P1 => f_ + "acevo" ; --# notpresent + Indi Imperf Sg P2 => f_ + "acevi" ; --# notpresent + Indi Imperf Sg P3 => f_ + "aceva" ; --# notpresent + Indi Imperf Pl P1 => f_ + "acevamo" ; --# notpresent + Indi Imperf Pl P2 => f_ + "acevate" ; --# notpresent + Indi Imperf Pl P3 => f_ + "acevano" ; --# notpresent + Pass Sg P1 => f_ + "eci" ; --# notpresent + Pass Sg P2 => f_ + "acesti" ; --# notpresent + Pass Sg P3 => f_ + "ece" ; --# notpresent + Pass Pl P1 => f_ + "acemmo" ; --# notpresent + Pass Pl P2 => f_ + "aceste" ; --# notpresent + Pass Pl P3 => f_ + "ecero" ; --# notpresent + Fut Sg P1 => f_ + "arò" ; --# notpresent + Fut Sg P2 => f_ + "arai" ; --# notpresent + Fut Sg P3 => f_ + "arà" ; --# notpresent + Fut Pl P1 => f_ + "aremo" ; --# notpresent + Fut Pl P2 => f_ + "arete" ; --# notpresent + Fut Pl P3 => f_ + "aranno" ; --# notpresent + Cong Pres Sg P1 => f_ + "accia" ; + Cong Pres Sg P2 => f_ + "accia" ; + Cong Pres Sg P3 => f_ + "accia" ; + Cong Pres Pl P1 => f_ + "acciamo" ; + Cong Pres Pl P2 => f_ + "acciate" ; + Cong Pres Pl P3 => f_ + "acciano" ; + Cong Imperf Sg P1 => f_ + "acessi" ; --# notpresent + Cong Imperf Sg P2 => f_ + "acessi" ; --# notpresent + Cong Imperf Sg P3 => f_ + "acesse" ; --# notpresent + Cong Imperf Pl P1 => f_ + "acessimo" ; --# notpresent + Cong Imperf Pl P2 => f_ + "aceste" ; --# notpresent + Cong Imperf Pl P3 => f_ + "acessero" ; --# notpresent + Cond Sg P1 => f_ + "arei" ; --# notpresent + Cond Sg P2 => f_ + "aresti" ; --# notpresent + Cond Sg P3 => f_ + "arebbe" ; --# notpresent + Cond Pl P1 => f_ + "aremmo" ; --# notpresent + Cond Pl P2 => f_ + "areste" ; --# notpresent + Cond Pl P3 => f_ + "arebbero" ; --# notpresent + Imper SgP2 => f_ + "ai" ; + Imper PlP1 => f_ + "acciamo" ; + Imper PlP2 => f_ + "ate" ; + Ger => f_ + "acendo" ; + Part PresP Masc Sg => f_ + "acente" ; + Part PresP Masc Pl => f_ + "acenti" ; + Part PresP Fem Sg => f_ + "acente" ; + Part PresP Fem Pl => f_ + "acenti" ; + Part PassP Masc Sg => f_ + "atto" ; + Part PassP Masc Pl => f_ + "atti" ; + Part PassP Fem Sg => f_ + "atta" ; + Part PassP Fem Pl => f_ + "atte" + } + } ; + +oper flettere_53 : Str -> Verbo = \flettere -> + let fle_ = Predef.tk 5 flettere in + {s = table { + Inf => fle_ + "ttere" ; + InfClit => fle_ + "tter" ; + Indi Pres Sg P1 => fle_ + "tto" ; + Indi Pres Sg P2 => fle_ + "tti" ; + Indi Pres Sg P3 => fle_ + "tte" ; + Indi Pres Pl P1 => fle_ + "ttiamo" ; + Indi Pres Pl P2 => fle_ + "ttete" ; + Indi Pres Pl P3 => fle_ + "ttono" ; + Indi Imperf Sg P1 => fle_ + "ttevo" ; --# notpresent + Indi Imperf Sg P2 => fle_ + "ttevi" ; --# notpresent + Indi Imperf Sg P3 => fle_ + "tteva" ; --# notpresent + Indi Imperf Pl P1 => fle_ + "ttevamo" ; --# notpresent + Indi Imperf Pl P2 => fle_ + "ttevate" ; --# notpresent + Indi Imperf Pl P3 => fle_ + "ttevano" ; --# notpresent + Pass Sg P1 => fle_ + "ssi" ; --# notpresent + Pass Sg P2 => fle_ + "ttesti" ; --# notpresent + Pass Sg P3 => fle_ + "sse" ; --# notpresent + Pass Pl P1 => fle_ + "ttemmo" ; --# notpresent + Pass Pl P2 => fle_ + "tteste" ; --# notpresent + Pass Pl P3 => fle_ + "ssero" ; --# notpresent + Fut Sg P1 => fle_ + "tterò" ; --# notpresent + Fut Sg P2 => fle_ + "tterai" ; --# notpresent + Fut Sg P3 => fle_ + "tterà" ; --# notpresent + Fut Pl P1 => fle_ + "tteremo" ; --# notpresent + Fut Pl P2 => fle_ + "tterete" ; --# notpresent + Fut Pl P3 => fle_ + "tteranno" ; --# notpresent + Cong Pres Sg P1 => fle_ + "tta" ; + Cong Pres Sg P2 => fle_ + "tta" ; + Cong Pres Sg P3 => fle_ + "tta" ; + Cong Pres Pl P1 => fle_ + "ttiamo" ; + Cong Pres Pl P2 => fle_ + "ttiate" ; + Cong Pres Pl P3 => fle_ + "ttano" ; + Cong Imperf Sg P1 => fle_ + "ttessi" ; --# notpresent + Cong Imperf Sg P2 => fle_ + "ttessi" ; --# notpresent + Cong Imperf Sg P3 => fle_ + "ttesse" ; --# notpresent + Cong Imperf Pl P1 => fle_ + "ttessimo" ; --# notpresent + Cong Imperf Pl P2 => fle_ + "tteste" ; --# notpresent + Cong Imperf Pl P3 => fle_ + "ttessero" ; --# notpresent + Cond Sg P1 => fle_ + "tterei" ; --# notpresent + Cond Sg P2 => fle_ + "tteresti" ; --# notpresent + Cond Sg P3 => fle_ + "tterebbe" ; --# notpresent + Cond Pl P1 => fle_ + "tteremmo" ; --# notpresent + Cond Pl P2 => fle_ + "ttereste" ; --# notpresent + Cond Pl P3 => fle_ + "tterebbero" ; --# notpresent + Imper SgP2 => fle_ + "tti" ; + Imper PlP1 => fle_ + "ttiamo" ; + Imper PlP2 => fle_ + "ttete" ; + Ger => fle_ + "ttendo" ; + Part PresP Masc Sg => fle_ + "ttente" ; + Part PresP Masc Pl => fle_ + "ttenti" ; + Part PresP Fem Sg => fle_ + "ttente" ; + Part PresP Fem Pl => fle_ + "ttenti" ; + Part PassP Masc Sg => fle_ + "sso" ; + Part PassP Masc Pl => fle_ + "ssi" ; + Part PassP Fem Sg => fle_ + "ssa" ; + Part PassP Fem Pl => fle_ + "sse" + } + } ; + +oper fondere_54 : Str -> Verbo = \fondere -> + let f_ = Predef.tk 6 fondere in + {s = table { + Inf => f_ + "ondere" ; + InfClit => f_ + "onder" ; + Indi Pres Sg P1 => f_ + "ondo" ; + Indi Pres Sg P2 => f_ + "ondi" ; + Indi Pres Sg P3 => f_ + "onde" ; + Indi Pres Pl P1 => f_ + "ondiamo" ; + Indi Pres Pl P2 => f_ + "ondete" ; + Indi Pres Pl P3 => f_ + "ondono" ; + Indi Imperf Sg P1 => f_ + "ondevo" ; --# notpresent + Indi Imperf Sg P2 => f_ + "ondevi" ; --# notpresent + Indi Imperf Sg P3 => f_ + "ondeva" ; --# notpresent + Indi Imperf Pl P1 => f_ + "ondevamo" ; --# notpresent + Indi Imperf Pl P2 => f_ + "ondevate" ; --# notpresent + Indi Imperf Pl P3 => f_ + "ondevano" ; --# notpresent + Pass Sg P1 => f_ + "usi" ; --# notpresent + Pass Sg P2 => f_ + "ondesti" ; --# notpresent + Pass Sg P3 => f_ + "use" ; --# notpresent + Pass Pl P1 => f_ + "ondemmo" ; --# notpresent + Pass Pl P2 => f_ + "ondeste" ; --# notpresent + Pass Pl P3 => f_ + "usero" ; --# notpresent + Fut Sg P1 => f_ + "onderò" ; --# notpresent + Fut Sg P2 => f_ + "onderai" ; --# notpresent + Fut Sg P3 => f_ + "onderà" ; --# notpresent + Fut Pl P1 => f_ + "onderemo" ; --# notpresent + Fut Pl P2 => f_ + "onderete" ; --# notpresent + Fut Pl P3 => f_ + "onderanno" ; --# notpresent + Cong Pres Sg P1 => f_ + "onda" ; + Cong Pres Sg P2 => f_ + "onda" ; + Cong Pres Sg P3 => f_ + "onda" ; + Cong Pres Pl P1 => f_ + "ondiamo" ; + Cong Pres Pl P2 => f_ + "ondiate" ; + Cong Pres Pl P3 => f_ + "ondano" ; + Cong Imperf Sg P1 => f_ + "ondessi" ; --# notpresent + Cong Imperf Sg P2 => f_ + "ondessi" ; --# notpresent + Cong Imperf Sg P3 => f_ + "ondesse" ; --# notpresent + Cong Imperf Pl P1 => f_ + "ondessimo" ; --# notpresent + Cong Imperf Pl P2 => f_ + "ondeste" ; --# notpresent + Cong Imperf Pl P3 => f_ + "ondessero" ; --# notpresent + Cond Sg P1 => f_ + "onderei" ; --# notpresent + Cond Sg P2 => f_ + "onderesti" ; --# notpresent + Cond Sg P3 => f_ + "onderebbe" ; --# notpresent + Cond Pl P1 => f_ + "onderemmo" ; --# notpresent + Cond Pl P2 => f_ + "ondereste" ; --# notpresent + Cond Pl P3 => f_ + "onderebbero" ; --# notpresent + Imper SgP2 => f_ + "ondi" ; + Imper PlP1 => f_ + "ondiamo" ; + Imper PlP2 => f_ + "ondete" ; + Ger => f_ + "ondendo" ; + Part PresP Masc Sg => f_ + "ondente" ; + Part PresP Masc Pl => f_ + "ondenti" ; + Part PresP Fem Sg => f_ + "ondente" ; + Part PresP Fem Pl => f_ + "ondenti" ; + Part PassP Masc Sg => f_ + "uso" ; + Part PassP Masc Pl => f_ + "usi" ; + Part PassP Fem Sg => f_ + "usa" ; + Part PassP Fem Pl => f_ + "use" + } + } ; + +oper giungere_55 : Str -> Verbo = \giungere -> + let giun_ = Predef.tk 4 giungere in + {s = table { + Inf => giun_ + "gere" ; + InfClit => giun_ + "ger" ; + Indi Pres Sg P1 => giun_ + "go" ; + Indi Pres Sg P2 => giun_ + "gi" ; + Indi Pres Sg P3 => giun_ + "ge" ; + Indi Pres Pl P1 => giun_ + "giamo" ; + Indi Pres Pl P2 => giun_ + "gete" ; + Indi Pres Pl P3 => giun_ + "gono" ; + Indi Imperf Sg P1 => giun_ + "gevo" ; --# notpresent + Indi Imperf Sg P2 => giun_ + "gevi" ; --# notpresent + Indi Imperf Sg P3 => giun_ + "geva" ; --# notpresent + Indi Imperf Pl P1 => giun_ + "gevamo" ; --# notpresent + Indi Imperf Pl P2 => giun_ + "gevate" ; --# notpresent + Indi Imperf Pl P3 => giun_ + "gevano" ; --# notpresent + Pass Sg P1 => giun_ + "si" ; --# notpresent + Pass Sg P2 => giun_ + "gesti" ; --# notpresent + Pass Sg P3 => giun_ + "se" ; --# notpresent + Pass Pl P1 => giun_ + "gemmo" ; --# notpresent + Pass Pl P2 => giun_ + "geste" ; --# notpresent + Pass Pl P3 => giun_ + "sero" ; --# notpresent + Fut Sg P1 => giun_ + "gerò" ; --# notpresent + Fut Sg P2 => giun_ + "gerai" ; --# notpresent + Fut Sg P3 => giun_ + "gerà" ; --# notpresent + Fut Pl P1 => giun_ + "geremo" ; --# notpresent + Fut Pl P2 => giun_ + "gerete" ; --# notpresent + Fut Pl P3 => giun_ + "geranno" ; --# notpresent + Cong Pres Sg P1 => giun_ + "ga" ; + Cong Pres Sg P2 => giun_ + "ga" ; + Cong Pres Sg P3 => giun_ + "ga" ; + Cong Pres Pl P1 => giun_ + "giamo" ; + Cong Pres Pl P2 => giun_ + "giate" ; + Cong Pres Pl P3 => giun_ + "gano" ; + Cong Imperf Sg P1 => giun_ + "gessi" ; --# notpresent + Cong Imperf Sg P2 => giun_ + "gessi" ; --# notpresent + Cong Imperf Sg P3 => giun_ + "gesse" ; --# notpresent + Cong Imperf Pl P1 => giun_ + "gessimo" ; --# notpresent + Cong Imperf Pl P2 => giun_ + "geste" ; --# notpresent + Cong Imperf Pl P3 => giun_ + "gessero" ; --# notpresent + Cond Sg P1 => giun_ + "gerei" ; --# notpresent + Cond Sg P2 => giun_ + "geresti" ; --# notpresent + Cond Sg P3 => giun_ + "gerebbe" ; --# notpresent + Cond Pl P1 => giun_ + "geremmo" ; --# notpresent + Cond Pl P2 => giun_ + "gereste" ; --# notpresent + Cond Pl P3 => giun_ + "gerebbero" ; --# notpresent + Imper SgP2 => giun_ + "gi" ; + Imper PlP1 => giun_ + "giamo" ; + Imper PlP2 => giun_ + "gete" ; + Ger => giun_ + "gendo" ; + Part PresP Masc Sg => giun_ + "gente" ; + Part PresP Masc Pl => giun_ + "genti" ; + Part PresP Fem Sg => giun_ + "gente" ; + Part PresP Fem Pl => giun_ + "genti" ; + Part PassP Masc Sg => giun_ + "to" ; + Part PassP Masc Pl => giun_ + "ti" ; + Part PassP Fem Sg => giun_ + "ta" ; + Part PassP Fem Pl => giun_ + "te" + } + } ; + +oper leggere_56 : Str -> Verbo = \leggere -> + let le_ = Predef.tk 5 leggere in + {s = table { + Inf => le_ + "ggere" ; + InfClit => le_ + "gger" ; + Indi Pres Sg P1 => le_ + "ggo" ; + Indi Pres Sg P2 => le_ + "ggi" ; + Indi Pres Sg P3 => le_ + "gge" ; + Indi Pres Pl P1 => le_ + "ggiamo" ; + Indi Pres Pl P2 => le_ + "ggete" ; + Indi Pres Pl P3 => le_ + "ggono" ; + Indi Imperf Sg P1 => le_ + "ggevo" ; --# notpresent + Indi Imperf Sg P2 => le_ + "ggevi" ; --# notpresent + Indi Imperf Sg P3 => le_ + "ggeva" ; --# notpresent + Indi Imperf Pl P1 => le_ + "ggevamo" ; --# notpresent + Indi Imperf Pl P2 => le_ + "ggevate" ; --# notpresent + Indi Imperf Pl P3 => le_ + "ggevano" ; --# notpresent + Pass Sg P1 => le_ + "ssi" ; --# notpresent + Pass Sg P2 => le_ + "ggesti" ; --# notpresent + Pass Sg P3 => le_ + "sse" ; --# notpresent + Pass Pl P1 => le_ + "ggemmo" ; --# notpresent + Pass Pl P2 => le_ + "ggeste" ; --# notpresent + Pass Pl P3 => le_ + "ssero" ; --# notpresent + Fut Sg P1 => le_ + "ggerò" ; --# notpresent + Fut Sg P2 => le_ + "ggerai" ; --# notpresent + Fut Sg P3 => le_ + "ggerà" ; --# notpresent + Fut Pl P1 => le_ + "ggeremo" ; --# notpresent + Fut Pl P2 => le_ + "ggerete" ; --# notpresent + Fut Pl P3 => le_ + "ggeranno" ; --# notpresent + Cong Pres Sg P1 => le_ + "gga" ; + Cong Pres Sg P2 => le_ + "gga" ; + Cong Pres Sg P3 => le_ + "gga" ; + Cong Pres Pl P1 => le_ + "ggiamo" ; + Cong Pres Pl P2 => le_ + "ggiate" ; + Cong Pres Pl P3 => le_ + "ggano" ; + Cong Imperf Sg P1 => le_ + "ggessi" ; --# notpresent + Cong Imperf Sg P2 => le_ + "ggessi" ; --# notpresent + Cong Imperf Sg P3 => le_ + "ggesse" ; --# notpresent + Cong Imperf Pl P1 => le_ + "ggessimo" ; --# notpresent + Cong Imperf Pl P2 => le_ + "ggeste" ; --# notpresent + Cong Imperf Pl P3 => le_ + "ggessero" ; --# notpresent + Cond Sg P1 => le_ + "ggerei" ; --# notpresent + Cond Sg P2 => le_ + "ggeresti" ; --# notpresent + Cond Sg P3 => le_ + "ggerebbe" ; --# notpresent + Cond Pl P1 => le_ + "ggeremmo" ; --# notpresent + Cond Pl P2 => le_ + "ggereste" ; --# notpresent + Cond Pl P3 => le_ + "ggerebbero" ; --# notpresent + Imper SgP2 => le_ + "ggi" ; + Imper PlP1 => le_ + "ggiamo" ; + Imper PlP2 => le_ + "ggete" ; + Ger => le_ + "ggendo" ; + Part PresP Masc Sg => le_ + "ggente" ; + Part PresP Masc Pl => le_ + "ggenti" ; + Part PresP Fem Sg => le_ + "ggente" ; + Part PresP Fem Pl => le_ + "ggenti" ; + Part PassP Masc Sg => le_ + "tto" ; + Part PassP Masc Pl => le_ + "tti" ; + Part PassP Fem Sg => le_ + "tta" ; + Part PassP Fem Pl => le_ + "tte" + } + } ; + +oper mettere_57 : Str -> Verbo = \mettere -> + let m_ = Predef.tk 6 mettere in + {s = table { + Inf => m_ + "ettere" ; + InfClit => m_ + "etter" ; + Indi Pres Sg P1 => m_ + "etto" ; + Indi Pres Sg P2 => m_ + "etti" ; + Indi Pres Sg P3 => m_ + "ette" ; + Indi Pres Pl P1 => m_ + "ettiamo" ; + Indi Pres Pl P2 => m_ + "ettete" ; + Indi Pres Pl P3 => m_ + "ettono" ; + Indi Imperf Sg P1 => m_ + "ettevo" ; --# notpresent + Indi Imperf Sg P2 => m_ + "ettevi" ; --# notpresent + Indi Imperf Sg P3 => m_ + "etteva" ; --# notpresent + Indi Imperf Pl P1 => m_ + "ettevamo" ; --# notpresent + Indi Imperf Pl P2 => m_ + "ettevate" ; --# notpresent + Indi Imperf Pl P3 => m_ + "ettevano" ; --# notpresent + Pass Sg P1 => m_ + "isi" ; --# notpresent + Pass Sg P2 => m_ + "ettesti" ; --# notpresent + Pass Sg P3 => m_ + "ise" ; --# notpresent + Pass Pl P1 => m_ + "ettemmo" ; --# notpresent + Pass Pl P2 => m_ + "etteste" ; --# notpresent + Pass Pl P3 => m_ + "isero" ; --# notpresent + Fut Sg P1 => m_ + "etterò" ; --# notpresent + Fut Sg P2 => m_ + "etterai" ; --# notpresent + Fut Sg P3 => m_ + "etterà" ; --# notpresent + Fut Pl P1 => m_ + "etteremo" ; --# notpresent + Fut Pl P2 => m_ + "etterete" ; --# notpresent + Fut Pl P3 => m_ + "etteranno" ; --# notpresent + Cong Pres Sg P1 => m_ + "etta" ; + Cong Pres Sg P2 => m_ + "etta" ; + Cong Pres Sg P3 => m_ + "etta" ; + Cong Pres Pl P1 => m_ + "ettiamo" ; + Cong Pres Pl P2 => m_ + "ettiate" ; + Cong Pres Pl P3 => m_ + "ettano" ; + Cong Imperf Sg P1 => m_ + "ettessi" ; --# notpresent + Cong Imperf Sg P2 => m_ + "ettessi" ; --# notpresent + Cong Imperf Sg P3 => m_ + "ettesse" ; --# notpresent + Cong Imperf Pl P1 => m_ + "ettessimo" ; --# notpresent + Cong Imperf Pl P2 => m_ + "etteste" ; --# notpresent + Cong Imperf Pl P3 => m_ + "ettessero" ; --# notpresent + Cond Sg P1 => m_ + "etterei" ; --# notpresent + Cond Sg P2 => m_ + "etteresti" ; --# notpresent + Cond Sg P3 => m_ + "etterebbe" ; --# notpresent + Cond Pl P1 => m_ + "etteremmo" ; --# notpresent + Cond Pl P2 => m_ + "ettereste" ; --# notpresent + Cond Pl P3 => m_ + "etterebbero" ; --# notpresent + Imper SgP2 => m_ + "etti" ; + Imper PlP1 => m_ + "ettiamo" ; + Imper PlP2 => m_ + "ettete" ; + Ger => m_ + "ettendo" ; + Part PresP Masc Sg => m_ + "ettente" ; + Part PresP Masc Pl => m_ + "ettenti" ; + Part PresP Fem Sg => m_ + "ettente" ; + Part PresP Fem Pl => m_ + "ettenti" ; + Part PassP Masc Sg => m_ + "esso" ; + Part PassP Masc Pl => m_ + "essi" ; + Part PassP Fem Sg => m_ + "essa" ; + Part PassP Fem Pl => m_ + "esse" + } + } ; + +oper muovere_58 : Str -> Verbo = \muovere -> + let m_ = Predef.tk 6 muovere in + {s = table { + Inf => m_ + "uovere" ; + InfClit => m_ + "uover" ; + Indi Pres Sg P1 => m_ + "uovo" ; + Indi Pres Sg P2 => m_ + "uovi" ; + Indi Pres Sg P3 => m_ + "uove" ; + Indi Pres Pl P1 => m_ + "uoviamo" ; + Indi Pres Pl P2 => m_ + "uovete" ; + Indi Pres Pl P3 => m_ + "uovono" ; + Indi Imperf Sg P1 => m_ + "uovevo" ; --# notpresent + Indi Imperf Sg P2 => m_ + "uovevi" ; --# notpresent + Indi Imperf Sg P3 => m_ + "uoveva" ; --# notpresent + Indi Imperf Pl P1 => m_ + "uovevamo" ; --# notpresent + Indi Imperf Pl P2 => m_ + "uovevate" ; --# notpresent + Indi Imperf Pl P3 => m_ + "uovevano" ; --# notpresent + Pass Sg P1 => m_ + "ossi" ; --# notpresent + Pass Sg P2 => m_ + "uovesti" ; --# notpresent + Pass Sg P3 => m_ + "osse" ; --# notpresent + Pass Pl P1 => m_ + "uovemmo" ; --# notpresent + Pass Pl P2 => m_ + "uoveste" ; --# notpresent + Pass Pl P3 => m_ + "ossero" ; --# notpresent + Fut Sg P1 => m_ + "uoverò" ; --# notpresent + Fut Sg P2 => m_ + "uoverai" ; --# notpresent + Fut Sg P3 => m_ + "uoverà" ; --# notpresent + Fut Pl P1 => m_ + "uoveremo" ; --# notpresent + Fut Pl P2 => m_ + "uoverete" ; --# notpresent + Fut Pl P3 => m_ + "uoveranno" ; --# notpresent + Cong Pres Sg P1 => m_ + "uova" ; + Cong Pres Sg P2 => m_ + "uova" ; + Cong Pres Sg P3 => m_ + "uova" ; + Cong Pres Pl P1 => m_ + "uoviamo" ; + Cong Pres Pl P2 => m_ + "uoviate" ; + Cong Pres Pl P3 => m_ + "uovano" ; + Cong Imperf Sg P1 => m_ + "uovessi" ; --# notpresent + Cong Imperf Sg P2 => m_ + "uovessi" ; --# notpresent + Cong Imperf Sg P3 => m_ + "uovesse" ; --# notpresent + Cong Imperf Pl P1 => m_ + "uovessimo" ; --# notpresent + Cong Imperf Pl P2 => m_ + "uoveste" ; --# notpresent + Cong Imperf Pl P3 => m_ + "uovessero" ; --# notpresent + Cond Sg P1 => m_ + "uoverei" ; --# notpresent + Cond Sg P2 => m_ + "uoveresti" ; --# notpresent + Cond Sg P3 => m_ + "uoverebbe" ; --# notpresent + Cond Pl P1 => m_ + "uoveremmo" ; --# notpresent + Cond Pl P2 => m_ + "uovereste" ; --# notpresent + Cond Pl P3 => m_ + "uoverebbero" ; --# notpresent + Imper SgP2 => m_ + "uovi" ; + Imper PlP1 => m_ + "uoviamo" ; + Imper PlP2 => m_ + "uovete" ; + Ger => m_ + "uovendo" ; + Part PresP Masc Sg => m_ + "uovente" ; + Part PresP Masc Pl => m_ + "uoventi" ; + Part PresP Fem Sg => m_ + "uovente" ; + Part PresP Fem Pl => m_ + "uoventi" ; + Part PassP Masc Sg => m_ + "osso" ; + Part PassP Masc Pl => m_ + "ossi" ; + Part PassP Fem Sg => m_ + "ossa" ; + Part PassP Fem Pl => m_ + "osse" + } + } ; + +oper nascere_59 : Str -> Verbo = \nascere -> + let na_ = Predef.tk 5 nascere in + {s = table { + Inf => na_ + "scere" ; + InfClit => na_ + "scer" ; + Indi Pres Sg P1 => na_ + "sco" ; + Indi Pres Sg P2 => na_ + "sci" ; + Indi Pres Sg P3 => na_ + "sce" ; + Indi Pres Pl P1 => na_ + "sciamo" ; + Indi Pres Pl P2 => na_ + "scete" ; + Indi Pres Pl P3 => na_ + "scono" ; + Indi Imperf Sg P1 => na_ + "scevo" ; --# notpresent + Indi Imperf Sg P2 => na_ + "scevi" ; --# notpresent + Indi Imperf Sg P3 => na_ + "sceva" ; --# notpresent + Indi Imperf Pl P1 => na_ + "scevamo" ; --# notpresent + Indi Imperf Pl P2 => na_ + "scevate" ; --# notpresent + Indi Imperf Pl P3 => na_ + "scevano" ; --# notpresent + Pass Sg P1 => na_ + "cqui" ; --# notpresent + Pass Sg P2 => na_ + "scesti" ; --# notpresent + Pass Sg P3 => na_ + "cque" ; --# notpresent + Pass Pl P1 => na_ + "scemmo" ; --# notpresent + Pass Pl P2 => na_ + "sceste" ; --# notpresent + Pass Pl P3 => na_ + "cquero" ; --# notpresent + Fut Sg P1 => na_ + "scerò" ; --# notpresent + Fut Sg P2 => na_ + "scerai" ; --# notpresent + Fut Sg P3 => na_ + "scerà" ; --# notpresent + Fut Pl P1 => na_ + "sceremo" ; --# notpresent + Fut Pl P2 => na_ + "scerete" ; --# notpresent + Fut Pl P3 => na_ + "sceranno" ; --# notpresent + Cong Pres Sg P1 => na_ + "sca" ; + Cong Pres Sg P2 => na_ + "sca" ; + Cong Pres Sg P3 => na_ + "sca" ; + Cong Pres Pl P1 => na_ + "sciamo" ; + Cong Pres Pl P2 => na_ + "sciate" ; + Cong Pres Pl P3 => na_ + "scano" ; + Cong Imperf Sg P1 => na_ + "scessi" ; --# notpresent + Cong Imperf Sg P2 => na_ + "scessi" ; --# notpresent + Cong Imperf Sg P3 => na_ + "scesse" ; --# notpresent + Cong Imperf Pl P1 => na_ + "scessimo" ; --# notpresent + Cong Imperf Pl P2 => na_ + "sceste" ; --# notpresent + Cong Imperf Pl P3 => na_ + "scessero" ; --# notpresent + Cond Sg P1 => na_ + "scerei" ; --# notpresent + Cond Sg P2 => na_ + "sceresti" ; --# notpresent + Cond Sg P3 => na_ + "scerebbe" ; --# notpresent + Cond Pl P1 => na_ + "sceremmo" ; --# notpresent + Cond Pl P2 => na_ + "scereste" ; --# notpresent + Cond Pl P3 => na_ + "scerebbero" ; --# notpresent + Imper SgP2 => na_ + "sci" ; + Imper PlP1 => na_ + "sciamo" ; + Imper PlP2 => na_ + "scete" ; + Ger => na_ + "scendo" ; + Part PresP Masc Sg => na_ + "scente" ; + Part PresP Masc Pl => na_ + "scenti" ; + Part PresP Fem Sg => na_ + "scente" ; + Part PresP Fem Pl => na_ + "scenti" ; + Part PassP Masc Sg => na_ + "to" ; + Part PassP Masc Pl => na_ + "ti" ; + Part PassP Fem Sg => na_ + "ta" ; + Part PassP Fem Pl => na_ + "te" + } + } ; + +oper nuocere_60 : Str -> Verbo = \nuocere -> + let n_ = Predef.tk 6 nuocere in + {s = table { + Inf => n_ + "uocere" ; + InfClit => n_ + "uocer" ; + Indi Pres Sg P1 => n_ + "uoccio" ; + Indi Pres Sg P2 => n_ + "uoci" ; + Indi Pres Sg P3 => n_ + "uoce" ; + Indi Pres Pl P1 => n_ + "uociamo" ; + Indi Pres Pl P2 => n_ + "uocete" ; + Indi Pres Pl P3 => n_ + "uocciono" ; + Indi Imperf Sg P1 => n_ + "uocevo" ; --# notpresent + Indi Imperf Sg P2 => n_ + "uocevi" ; --# notpresent + Indi Imperf Sg P3 => n_ + "uoceva" ; --# notpresent + Indi Imperf Pl P1 => n_ + "uocevamo" ; --# notpresent + Indi Imperf Pl P2 => n_ + "uocevate" ; --# notpresent + Indi Imperf Pl P3 => n_ + "uocevano" ; --# notpresent + Pass Sg P1 => n_ + "ocqui" ; --# notpresent + Pass Sg P2 => n_ + "uocesti" ; --# notpresent + Pass Sg P3 => n_ + "ocque" ; --# notpresent + Pass Pl P1 => n_ + "uocemmo" ; --# notpresent + Pass Pl P2 => n_ + "uoceste" ; --# notpresent + Pass Pl P3 => n_ + "ocquero" ; --# notpresent + Fut Sg P1 => n_ + "uocerò" ; --# notpresent + Fut Sg P2 => n_ + "uocerai" ; --# notpresent + Fut Sg P3 => n_ + "uocerà" ; --# notpresent + Fut Pl P1 => n_ + "uoceremo" ; --# notpresent + Fut Pl P2 => n_ + "uocerete" ; --# notpresent + Fut Pl P3 => n_ + "uoceranno" ; --# notpresent + Cong Pres Sg P1 => n_ + "uoccia" ; + Cong Pres Sg P2 => n_ + "uoccia" ; + Cong Pres Sg P3 => n_ + "uoccia" ; + Cong Pres Pl P1 => n_ + "uociamo" ; + Cong Pres Pl P2 => n_ + "uociate" ; + Cong Pres Pl P3 => n_ + "uocciano" ; + Cong Imperf Sg P1 => n_ + "uocessi" ; --# notpresent + Cong Imperf Sg P2 => n_ + "uocessi" ; --# notpresent + Cong Imperf Sg P3 => n_ + "uocesse" ; --# notpresent + Cong Imperf Pl P1 => n_ + "uocessimo" ; --# notpresent + Cong Imperf Pl P2 => n_ + "uoceste" ; --# notpresent + Cong Imperf Pl P3 => n_ + "uocessero" ; --# notpresent + Cond Sg P1 => n_ + "uocerei" ; --# notpresent + Cond Sg P2 => n_ + "uoceresti" ; --# notpresent + Cond Sg P3 => n_ + "uocerebbe" ; --# notpresent + Cond Pl P1 => n_ + "uoceremmo" ; --# notpresent + Cond Pl P2 => n_ + "uocereste" ; --# notpresent + Cond Pl P3 => n_ + "uocerebbero" ; --# notpresent + Imper SgP2 => n_ + "uoci" ; + Imper PlP1 => n_ + "uociamo" ; + Imper PlP2 => n_ + "uocete" ; + Ger => n_ + "uocendo" ; + Part PresP Masc Sg => n_ + "uocente" ; + Part PresP Masc Pl => n_ + "uocenti" ; + Part PresP Fem Sg => n_ + "uocente" ; + Part PresP Fem Pl => n_ + "uocenti" ; + Part PassP Masc Sg => n_ + "uociuto" ; + Part PassP Masc Pl => n_ + "uociuti" ; + Part PassP Fem Sg => n_ + "uociuta" ; + Part PassP Fem Pl => n_ + "uociute" + } + } ; + +oper parere_61 : Str -> Verbo = \parere -> + let pa_ = Predef.tk 4 parere in + {s = table { + Inf => pa_ + "rere" ; + InfClit => pa_ + "rer" ; + Indi Pres Sg P1 => pa_ + "io" ; + Indi Pres Sg P2 => pa_ + "ri" ; + Indi Pres Sg P3 => pa_ + "re" ; + Indi Pres Pl P1 => pa_ + "riamo" ; + Indi Pres Pl P2 => pa_ + "rete" ; + Indi Pres Pl P3 => pa_ + "iono" ; + Indi Imperf Sg P1 => pa_ + "revo" ; --# notpresent + Indi Imperf Sg P2 => pa_ + "revi" ; --# notpresent + Indi Imperf Sg P3 => pa_ + "reva" ; --# notpresent + Indi Imperf Pl P1 => pa_ + "revamo" ; --# notpresent + Indi Imperf Pl P2 => pa_ + "revate" ; --# notpresent + Indi Imperf Pl P3 => pa_ + "revano" ; --# notpresent + Pass Sg P1 => pa_ + "rvi" ; --# notpresent + Pass Sg P2 => pa_ + "resti" ; --# notpresent + Pass Sg P3 => pa_ + "rve" ; --# notpresent + Pass Pl P1 => pa_ + "remmo" ; --# notpresent + Pass Pl P2 => pa_ + "reste" ; --# notpresent + Pass Pl P3 => pa_ + "rvero" ; --# notpresent + Fut Sg P1 => pa_ + "rrò" ; --# notpresent + Fut Sg P2 => pa_ + "rrai" ; --# notpresent + Fut Sg P3 => pa_ + "rrà" ; --# notpresent + Fut Pl P1 => pa_ + "rremo" ; --# notpresent + Fut Pl P2 => pa_ + "rrete" ; --# notpresent + Fut Pl P3 => pa_ + "rranno" ; --# notpresent + Cong Pres Sg P1 => pa_ + "ia" ; + Cong Pres Sg P2 => pa_ + "ia" ; + Cong Pres Sg P3 => pa_ + "ia" ; + Cong Pres Pl P1 => pa_ + "riamo" ; + Cong Pres Pl P2 => pa_ + "riate" ; + Cong Pres Pl P3 => pa_ + "iano" ; + Cong Imperf Sg P1 => pa_ + "ressi" ; --# notpresent + Cong Imperf Sg P2 => pa_ + "ressi" ; --# notpresent + Cong Imperf Sg P3 => pa_ + "resse" ; --# notpresent + Cong Imperf Pl P1 => pa_ + "ressimo" ; --# notpresent + Cong Imperf Pl P2 => pa_ + "reste" ; --# notpresent + Cong Imperf Pl P3 => pa_ + "ressero" ; --# notpresent + Cond Sg P1 => pa_ + "rrei" ; --# notpresent + Cond Sg P2 => pa_ + "rresti" ; --# notpresent + Cond Sg P3 => pa_ + "rrebbe" ; --# notpresent + Cond Pl P1 => pa_ + "rremmo" ; --# notpresent + Cond Pl P2 => pa_ + "rreste" ; --# notpresent + Cond Pl P3 => pa_ + "rrebbero" ; --# notpresent + Imper SgP2 => variants {} ; + Imper PlP1 => variants {} ; + Imper PlP2 => variants {} ; + Ger => pa_ + "rendo" ; + Part PresP Masc Sg => pa_ + "rvente" ; + Part PresP Masc Pl => pa_ + "rventi" ; + Part PresP Fem Sg => pa_ + "rvente" ; + Part PresP Fem Pl => pa_ + "rventi" ; + Part PassP Masc Sg => pa_ + "rso" ; + Part PassP Masc Pl => pa_ + "rsi" ; + Part PassP Fem Sg => pa_ + "rsa" ; + Part PassP Fem Pl => pa_ + "rse" + } + } ; + +oper perdere_62 : Str -> Verbo = \perdere -> + let per_ = Predef.tk 4 perdere in + {s = table { + Inf => per_ + "dere" ; + InfClit => per_ + "der" ; + Indi Pres Sg P1 => per_ + "do" ; + Indi Pres Sg P2 => per_ + "di" ; + Indi Pres Sg P3 => per_ + "de" ; + Indi Pres Pl P1 => per_ + "diamo" ; + Indi Pres Pl P2 => per_ + "dete" ; + Indi Pres Pl P3 => per_ + "dono" ; + Indi Imperf Sg P1 => per_ + "devo" ; --# notpresent + Indi Imperf Sg P2 => per_ + "devi" ; --# notpresent + Indi Imperf Sg P3 => per_ + "deva" ; --# notpresent + Indi Imperf Pl P1 => per_ + "devamo" ; --# notpresent + Indi Imperf Pl P2 => per_ + "devate" ; --# notpresent + Indi Imperf Pl P3 => per_ + "devano" ; --# notpresent + Pass Sg P1 => per_ + "si" ; --# notpresent + Pass Sg P2 => per_ + "desti" ; --# notpresent + Pass Sg P3 => per_ + "se" ; --# notpresent + Pass Pl P1 => per_ + "demmo" ; --# notpresent + Pass Pl P2 => per_ + "deste" ; --# notpresent + Pass Pl P3 => per_ + "sero" ; --# notpresent + Fut Sg P1 => per_ + "derò" ; --# notpresent + Fut Sg P2 => per_ + "derai" ; --# notpresent + Fut Sg P3 => per_ + "derà" ; --# notpresent + Fut Pl P1 => per_ + "deremo" ; --# notpresent + Fut Pl P2 => per_ + "derete" ; --# notpresent + Fut Pl P3 => per_ + "deranno" ; --# notpresent + Cong Pres Sg P1 => per_ + "da" ; + Cong Pres Sg P2 => per_ + "da" ; + Cong Pres Sg P3 => per_ + "da" ; + Cong Pres Pl P1 => per_ + "diamo" ; + Cong Pres Pl P2 => per_ + "diate" ; + Cong Pres Pl P3 => per_ + "dano" ; + Cong Imperf Sg P1 => per_ + "dessi" ; --# notpresent + Cong Imperf Sg P2 => per_ + "dessi" ; --# notpresent + Cong Imperf Sg P3 => per_ + "desse" ; --# notpresent + Cong Imperf Pl P1 => per_ + "dessimo" ; --# notpresent + Cong Imperf Pl P2 => per_ + "deste" ; --# notpresent + Cong Imperf Pl P3 => per_ + "dessero" ; --# notpresent + Cond Sg P1 => per_ + "derei" ; --# notpresent + Cond Sg P2 => per_ + "deresti" ; --# notpresent + Cond Sg P3 => per_ + "derebbe" ; --# notpresent + Cond Pl P1 => per_ + "deremmo" ; --# notpresent + Cond Pl P2 => per_ + "dereste" ; --# notpresent + Cond Pl P3 => per_ + "derebbero" ; --# notpresent + Imper SgP2 => per_ + "di" ; + Imper PlP1 => per_ + "diamo" ; + Imper PlP2 => per_ + "dete" ; + Ger => per_ + "dendo" ; + Part PresP Masc Sg => per_ + "dente" ; + Part PresP Masc Pl => per_ + "denti" ; + Part PresP Fem Sg => per_ + "dente" ; + Part PresP Fem Pl => per_ + "denti" ; + Part PassP Masc Sg => variants {per_ + "duto" ; per_ + "so"} ; + Part PassP Masc Pl => variants {per_ + "duti" ; per_ + "si"} ; + Part PassP Fem Sg => variants {per_ + "duta" ; per_ + "sa"} ; + Part PassP Fem Pl => variants {per_ + "dute" ; per_ + "se"} + } + } ; + +oper persuadere_63 : Str -> Verbo = \persuadere -> + let persua_ = Predef.tk 4 persuadere in + {s = table { + Inf => persua_ + "dere" ; + InfClit => persua_ + "der" ; + Indi Pres Sg P1 => persua_ + "do" ; + Indi Pres Sg P2 => persua_ + "di" ; + Indi Pres Sg P3 => persua_ + "de" ; + Indi Pres Pl P1 => persua_ + "diamo" ; + Indi Pres Pl P2 => persua_ + "dete" ; + Indi Pres Pl P3 => persua_ + "dono" ; + Indi Imperf Sg P1 => persua_ + "devo" ; --# notpresent + Indi Imperf Sg P2 => persua_ + "devi" ; --# notpresent + Indi Imperf Sg P3 => persua_ + "deva" ; --# notpresent + Indi Imperf Pl P1 => persua_ + "devamo" ; --# notpresent + Indi Imperf Pl P2 => persua_ + "devate" ; --# notpresent + Indi Imperf Pl P3 => persua_ + "devano" ; --# notpresent + Pass Sg P1 => persua_ + "si" ; --# notpresent + Pass Sg P2 => persua_ + "desti" ; --# notpresent + Pass Sg P3 => persua_ + "se" ; --# notpresent + Pass Pl P1 => persua_ + "demmo" ; --# notpresent + Pass Pl P2 => persua_ + "deste" ; --# notpresent + Pass Pl P3 => persua_ + "sero" ; --# notpresent + Fut Sg P1 => persua_ + "derò" ; --# notpresent + Fut Sg P2 => persua_ + "derai" ; --# notpresent + Fut Sg P3 => persua_ + "derà" ; --# notpresent + Fut Pl P1 => persua_ + "deremo" ; --# notpresent + Fut Pl P2 => persua_ + "derete" ; --# notpresent + Fut Pl P3 => persua_ + "deranno" ; --# notpresent + Cong Pres Sg P1 => persua_ + "da" ; + Cong Pres Sg P2 => persua_ + "da" ; + Cong Pres Sg P3 => persua_ + "da" ; + Cong Pres Pl P1 => persua_ + "diamo" ; + Cong Pres Pl P2 => persua_ + "diate" ; + Cong Pres Pl P3 => persua_ + "dano" ; + Cong Imperf Sg P1 => persua_ + "dessi" ; --# notpresent + Cong Imperf Sg P2 => persua_ + "dessi" ; --# notpresent + Cong Imperf Sg P3 => persua_ + "desse" ; --# notpresent + Cong Imperf Pl P1 => persua_ + "dessimo" ; --# notpresent + Cong Imperf Pl P2 => persua_ + "deste" ; --# notpresent + Cong Imperf Pl P3 => persua_ + "dessero" ; --# notpresent + Cond Sg P1 => persua_ + "derei" ; --# notpresent + Cond Sg P2 => persua_ + "deresti" ; --# notpresent + Cond Sg P3 => persua_ + "derebbe" ; --# notpresent + Cond Pl P1 => persua_ + "deremmo" ; --# notpresent + Cond Pl P2 => persua_ + "dereste" ; --# notpresent + Cond Pl P3 => persua_ + "derebbero" ; --# notpresent + Imper SgP2 => persua_ + "di" ; + Imper PlP1 => persua_ + "diamo" ; + Imper PlP2 => persua_ + "dete" ; + Ger => persua_ + "dendo" ; + Part PresP Masc Sg => persua_ + "dente" ; + Part PresP Masc Pl => persua_ + "denti" ; + Part PresP Fem Sg => persua_ + "dente" ; + Part PresP Fem Pl => persua_ + "denti" ; + Part PassP Masc Sg => persua_ + "so" ; + Part PassP Masc Pl => persua_ + "si" ; + Part PassP Fem Sg => persua_ + "sa" ; + Part PassP Fem Pl => persua_ + "se" + } + } ; + +oper piacere_64 : Str -> Verbo = \piacerecere -> + let piacerec_ = Predef.tk 3 piacerecere in + {s = table { + Inf => piacerec_ + "ere" ; + InfClit => piacerec_ + "er" ; + Indi Pres Sg P1 => piacerec_ + "cio" ; + Indi Pres Sg P2 => piacerec_ + "i" ; + Indi Pres Sg P3 => piacerec_ + "e" ; + Indi Pres Pl P1 => piacerec_ + "iamo" ; + Indi Pres Pl P2 => piacerec_ + "ete" ; + Indi Pres Pl P3 => piacerec_ + "ciono" ; + Indi Imperf Sg P1 => piacerec_ + "evo" ; --# notpresent + Indi Imperf Sg P2 => piacerec_ + "evi" ; --# notpresent + Indi Imperf Sg P3 => piacerec_ + "eva" ; --# notpresent + Indi Imperf Pl P1 => piacerec_ + "evamo" ; --# notpresent + Indi Imperf Pl P2 => piacerec_ + "evate" ; --# notpresent + Indi Imperf Pl P3 => piacerec_ + "evano" ; --# notpresent + Pass Sg P1 => piacerec_ + "qui" ; --# notpresent + Pass Sg P2 => piacerec_ + "esti" ; --# notpresent + Pass Sg P3 => piacerec_ + "que" ; --# notpresent + Pass Pl P1 => piacerec_ + "emmo" ; --# notpresent + Pass Pl P2 => piacerec_ + "este" ; --# notpresent + Pass Pl P3 => piacerec_ + "quero" ; --# notpresent + Fut Sg P1 => piacerec_ + "erò" ; --# notpresent + Fut Sg P2 => piacerec_ + "erai" ; --# notpresent + Fut Sg P3 => piacerec_ + "erà" ; --# notpresent + Fut Pl P1 => piacerec_ + "eremo" ; --# notpresent + Fut Pl P2 => piacerec_ + "erete" ; --# notpresent + Fut Pl P3 => piacerec_ + "eranno" ; --# notpresent + Cong Pres Sg P1 => piacerec_ + "cia" ; + Cong Pres Sg P2 => piacerec_ + "cia" ; + Cong Pres Sg P3 => piacerec_ + "cia" ; + Cong Pres Pl P1 => piacerec_ + "iamo" ; + Cong Pres Pl P2 => piacerec_ + "iate" ; + Cong Pres Pl P3 => piacerec_ + "ciano" ; + Cong Imperf Sg P1 => piacerec_ + "essi" ; --# notpresent + Cong Imperf Sg P2 => piacerec_ + "essi" ; --# notpresent + Cong Imperf Sg P3 => piacerec_ + "esse" ; --# notpresent + Cong Imperf Pl P1 => piacerec_ + "essimo" ; --# notpresent + Cong Imperf Pl P2 => piacerec_ + "este" ; --# notpresent + Cong Imperf Pl P3 => piacerec_ + "essero" ; --# notpresent + Cond Sg P1 => piacerec_ + "erei" ; --# notpresent + Cond Sg P2 => piacerec_ + "eresti" ; --# notpresent + Cond Sg P3 => piacerec_ + "erebbe" ; --# notpresent + Cond Pl P1 => piacerec_ + "eremmo" ; --# notpresent + Cond Pl P2 => piacerec_ + "ereste" ; --# notpresent + Cond Pl P3 => piacerec_ + "erebbero" ; --# notpresent + Imper SgP2 => piacerec_ + "i" ; + Imper PlP1 => piacerec_ + "iamo" ; + Imper PlP2 => piacerec_ + "ete" ; + Ger => piacerec_ + "endo" ; + Part PresP Masc Sg => piacerec_ + "ente" ; + Part PresP Masc Pl => piacerec_ + "enti" ; + Part PresP Fem Sg => piacerec_ + "ente" ; + Part PresP Fem Pl => piacerec_ + "enti" ; + Part PassP Masc Sg => piacerec_ + "iuto" ; + Part PassP Masc Pl => piacerec_ + "iuti" ; + Part PassP Fem Sg => piacerec_ + "iuta" ; + Part PassP Fem Pl => piacerec_ + "iute" + } + } ; + +oper piangere_65 : Str -> Verbo = \piangere -> + let pian_ = Predef.tk 4 piangere in + {s = table { + Inf => pian_ + "gere" ; + InfClit => pian_ + "ger" ; + Indi Pres Sg P1 => pian_ + "go" ; + Indi Pres Sg P2 => pian_ + "gi" ; + Indi Pres Sg P3 => pian_ + "ge" ; + Indi Pres Pl P1 => pian_ + "giamo" ; + Indi Pres Pl P2 => pian_ + "gete" ; + Indi Pres Pl P3 => pian_ + "gono" ; + Indi Imperf Sg P1 => pian_ + "gevo" ; --# notpresent + Indi Imperf Sg P2 => pian_ + "gevi" ; --# notpresent + Indi Imperf Sg P3 => pian_ + "geva" ; --# notpresent + Indi Imperf Pl P1 => pian_ + "gevamo" ; --# notpresent + Indi Imperf Pl P2 => pian_ + "gevate" ; --# notpresent + Indi Imperf Pl P3 => pian_ + "gevano" ; --# notpresent + Pass Sg P1 => pian_ + "si" ; --# notpresent + Pass Sg P2 => pian_ + "gesti" ; --# notpresent + Pass Sg P3 => pian_ + "se" ; --# notpresent + Pass Pl P1 => pian_ + "gemmo" ; --# notpresent + Pass Pl P2 => pian_ + "geste" ; --# notpresent + Pass Pl P3 => pian_ + "sero" ; --# notpresent + Fut Sg P1 => pian_ + "gerò" ; --# notpresent + Fut Sg P2 => pian_ + "gerai" ; --# notpresent + Fut Sg P3 => pian_ + "gerà" ; --# notpresent + Fut Pl P1 => pian_ + "geremo" ; --# notpresent + Fut Pl P2 => pian_ + "gerete" ; --# notpresent + Fut Pl P3 => pian_ + "geranno" ; --# notpresent + Cong Pres Sg P1 => pian_ + "ga" ; + Cong Pres Sg P2 => pian_ + "ga" ; + Cong Pres Sg P3 => pian_ + "ga" ; + Cong Pres Pl P1 => pian_ + "giamo" ; + Cong Pres Pl P2 => pian_ + "giate" ; + Cong Pres Pl P3 => pian_ + "gano" ; + Cong Imperf Sg P1 => pian_ + "gessi" ; --# notpresent + Cong Imperf Sg P2 => pian_ + "gessi" ; --# notpresent + Cong Imperf Sg P3 => pian_ + "gesse" ; --# notpresent + Cong Imperf Pl P1 => pian_ + "gessimo" ; --# notpresent + Cong Imperf Pl P2 => pian_ + "geste" ; --# notpresent + Cong Imperf Pl P3 => pian_ + "gessero" ; --# notpresent + Cond Sg P1 => pian_ + "gerei" ; --# notpresent + Cond Sg P2 => pian_ + "geresti" ; --# notpresent + Cond Sg P3 => pian_ + "gerebbe" ; --# notpresent + Cond Pl P1 => pian_ + "geremmo" ; --# notpresent + Cond Pl P2 => pian_ + "gereste" ; --# notpresent + Cond Pl P3 => pian_ + "gerebbero" ; --# notpresent + Imper SgP2 => pian_ + "gi" ; + Imper PlP1 => pian_ + "giamo" ; + Imper PlP2 => pian_ + "gete" ; + Ger => pian_ + "gendo" ; + Part PresP Masc Sg => pian_ + "gente" ; + Part PresP Masc Pl => pian_ + "genti" ; + Part PresP Fem Sg => pian_ + "gente" ; + Part PresP Fem Pl => pian_ + "genti" ; + Part PassP Masc Sg => pian_ + "to" ; + Part PassP Masc Pl => pian_ + "ti" ; + Part PassP Fem Sg => pian_ + "ta" ; + Part PassP Fem Pl => pian_ + "te" + } + } ; + +oper piovere_66 : Str -> Verbo = \piovere -> + let piov_ = Predef.tk 3 piovere in + {s = table { + Inf => piov_ + "ere" ; + InfClit => piov_ + "er" ; + Indi Pres Sg P1 => piov_ + "o" ; + Indi Pres Sg P2 => piov_ + "i" ; + Indi Pres Sg P3 => piov_ + "e" ; + Indi Pres Pl P1 => piov_ + "iamo" ; + Indi Pres Pl P2 => piov_ + "ete" ; + Indi Pres Pl P3 => piov_ + "ono" ; + Indi Imperf Sg P1 => piov_ + "evo" ; --# notpresent + Indi Imperf Sg P2 => piov_ + "evi" ; --# notpresent + Indi Imperf Sg P3 => piov_ + "eva" ; --# notpresent + Indi Imperf Pl P1 => piov_ + "evamo" ; --# notpresent + Indi Imperf Pl P2 => piov_ + "evate" ; --# notpresent + Indi Imperf Pl P3 => piov_ + "evano" ; --# notpresent + Pass Sg P1 => piov_ + "vi" ; --# notpresent + Pass Sg P2 => piov_ + "esti" ; --# notpresent + Pass Sg P3 => piov_ + "ve" ; --# notpresent + Pass Pl P1 => piov_ + "emmo" ; --# notpresent + Pass Pl P2 => piov_ + "este" ; --# notpresent + Pass Pl P3 => piov_ + "vero" ; --# notpresent + Fut Sg P1 => piov_ + "erò" ; --# notpresent + Fut Sg P2 => piov_ + "erai" ; --# notpresent + Fut Sg P3 => piov_ + "erà" ; --# notpresent + Fut Pl P1 => piov_ + "eremo" ; --# notpresent + Fut Pl P2 => piov_ + "erete" ; --# notpresent + Fut Pl P3 => piov_ + "eranno" ; --# notpresent + Cong Pres Sg P1 => piov_ + "a" ; + Cong Pres Sg P2 => piov_ + "a" ; + Cong Pres Sg P3 => piov_ + "a" ; + Cong Pres Pl P1 => piov_ + "iamo" ; + Cong Pres Pl P2 => piov_ + "iate" ; + Cong Pres Pl P3 => piov_ + "ano" ; + Cong Imperf Sg P1 => piov_ + "essi" ; --# notpresent + Cong Imperf Sg P2 => piov_ + "essi" ; --# notpresent + Cong Imperf Sg P3 => piov_ + "esse" ; --# notpresent + Cong Imperf Pl P1 => piov_ + "essimo" ; --# notpresent + Cong Imperf Pl P2 => piov_ + "este" ; --# notpresent + Cong Imperf Pl P3 => piov_ + "essero" ; --# notpresent + Cond Sg P1 => piov_ + "erei" ; --# notpresent + Cond Sg P2 => piov_ + "eresti" ; --# notpresent + Cond Sg P3 => piov_ + "erebbe" ; --# notpresent + Cond Pl P1 => piov_ + "eremmo" ; --# notpresent + Cond Pl P2 => piov_ + "ereste" ; --# notpresent + Cond Pl P3 => piov_ + "erebbero" ; --# notpresent + Imper SgP2 => piov_ + "i" ; + Imper PlP1 => piov_ + "iamo" ; + Imper PlP2 => piov_ + "ete" ; + Ger => piov_ + "endo" ; + Part PresP Masc Sg => piov_ + "ente" ; + Part PresP Masc Pl => piov_ + "enti" ; + Part PresP Fem Sg => piov_ + "ente" ; + Part PresP Fem Pl => piov_ + "enti" ; + Part PassP Masc Sg => piov_ + "uto" ; + Part PassP Masc Pl => piov_ + "uti" ; + Part PassP Fem Sg => piov_ + "uta" ; + Part PassP Fem Pl => piov_ + "ute" + } + } ; + +oper porgere_67 : Str -> Verbo = \porgere -> + let por_ = Predef.tk 4 porgere in + {s = table { + Inf => por_ + "gere" ; + InfClit => por_ + "ger" ; + Indi Pres Sg P1 => por_ + "go" ; + Indi Pres Sg P2 => por_ + "gi" ; + Indi Pres Sg P3 => por_ + "ge" ; + Indi Pres Pl P1 => por_ + "giamo" ; + Indi Pres Pl P2 => por_ + "gete" ; + Indi Pres Pl P3 => por_ + "gono" ; + Indi Imperf Sg P1 => por_ + "gevo" ; --# notpresent + Indi Imperf Sg P2 => por_ + "gevi" ; --# notpresent + Indi Imperf Sg P3 => por_ + "geva" ; --# notpresent + Indi Imperf Pl P1 => por_ + "gevamo" ; --# notpresent + Indi Imperf Pl P2 => por_ + "gevate" ; --# notpresent + Indi Imperf Pl P3 => por_ + "gevano" ; --# notpresent + Pass Sg P1 => por_ + "si" ; --# notpresent + Pass Sg P2 => por_ + "gesti" ; --# notpresent + Pass Sg P3 => por_ + "se" ; --# notpresent + Pass Pl P1 => por_ + "gemmo" ; --# notpresent + Pass Pl P2 => por_ + "geste" ; --# notpresent + Pass Pl P3 => por_ + "sero" ; --# notpresent + Fut Sg P1 => por_ + "gerò" ; --# notpresent + Fut Sg P2 => por_ + "gerai" ; --# notpresent + Fut Sg P3 => por_ + "gerà" ; --# notpresent + Fut Pl P1 => por_ + "geremo" ; --# notpresent + Fut Pl P2 => por_ + "gerete" ; --# notpresent + Fut Pl P3 => por_ + "geranno" ; --# notpresent + Cong Pres Sg P1 => por_ + "ga" ; + Cong Pres Sg P2 => por_ + "ga" ; + Cong Pres Sg P3 => por_ + "ga" ; + Cong Pres Pl P1 => por_ + "giamo" ; + Cong Pres Pl P2 => por_ + "giate" ; + Cong Pres Pl P3 => por_ + "gano" ; + Cong Imperf Sg P1 => por_ + "gessi" ; --# notpresent + Cong Imperf Sg P2 => por_ + "gessi" ; --# notpresent + Cong Imperf Sg P3 => por_ + "gesse" ; --# notpresent + Cong Imperf Pl P1 => por_ + "gessimo" ; --# notpresent + Cong Imperf Pl P2 => por_ + "geste" ; --# notpresent + Cong Imperf Pl P3 => por_ + "gessero" ; --# notpresent + Cond Sg P1 => por_ + "gerei" ; --# notpresent + Cond Sg P2 => por_ + "geresti" ; --# notpresent + Cond Sg P3 => por_ + "gerebbe" ; --# notpresent + Cond Pl P1 => por_ + "geremmo" ; --# notpresent + Cond Pl P2 => por_ + "gereste" ; --# notpresent + Cond Pl P3 => por_ + "gerebbero" ; --# notpresent + Imper SgP2 => por_ + "gi" ; + Imper PlP1 => por_ + "giamo" ; + Imper PlP2 => por_ + "gete" ; + Ger => por_ + "gendo" ; + Part PresP Masc Sg => por_ + "gente" ; + Part PresP Masc Pl => por_ + "genti" ; + Part PresP Fem Sg => por_ + "gente" ; + Part PresP Fem Pl => por_ + "genti" ; + Part PassP Masc Sg => por_ + "to" ; + Part PassP Masc Pl => por_ + "ti" ; + Part PassP Fem Sg => por_ + "ta" ; + Part PassP Fem Pl => por_ + "te" + } + } ; + +oper porre_68 : Str -> Verbo = \porre -> + let po_ = Predef.tk 3 porre in + {s = table { + Inf => po_ + "rre" ; + InfClit => po_ + "r" ; + Indi Pres Sg P1 => po_ + "ngo" ; + Indi Pres Sg P2 => po_ + "ni" ; + Indi Pres Sg P3 => po_ + "ne" ; + Indi Pres Pl P1 => po_ + "niamo" ; + Indi Pres Pl P2 => po_ + "nete" ; + Indi Pres Pl P3 => po_ + "ngono" ; + Indi Imperf Sg P1 => po_ + "nevo" ; --# notpresent + Indi Imperf Sg P2 => po_ + "nevi" ; --# notpresent + Indi Imperf Sg P3 => po_ + "neva" ; --# notpresent + Indi Imperf Pl P1 => po_ + "nevamo" ; --# notpresent + Indi Imperf Pl P2 => po_ + "nevate" ; --# notpresent + Indi Imperf Pl P3 => po_ + "nevano" ; --# notpresent + Pass Sg P1 => po_ + "si" ; --# notpresent + Pass Sg P2 => po_ + "nesti" ; --# notpresent + Pass Sg P3 => po_ + "se" ; --# notpresent + Pass Pl P1 => po_ + "nemmo" ; --# notpresent + Pass Pl P2 => po_ + "neste" ; --# notpresent + Pass Pl P3 => po_ + "sero" ; --# notpresent + Fut Sg P1 => po_ + "rrò" ; --# notpresent + Fut Sg P2 => po_ + "rrai" ; --# notpresent + Fut Sg P3 => po_ + "rrà" ; --# notpresent + Fut Pl P1 => po_ + "rremo" ; --# notpresent + Fut Pl P2 => po_ + "rrete" ; --# notpresent + Fut Pl P3 => po_ + "rranno" ; --# notpresent + Cong Pres Sg P1 => po_ + "nga" ; + Cong Pres Sg P2 => po_ + "nga" ; + Cong Pres Sg P3 => po_ + "nga" ; + Cong Pres Pl P1 => po_ + "niamo" ; + Cong Pres Pl P2 => po_ + "niate" ; + Cong Pres Pl P3 => po_ + "ngano" ; + Cong Imperf Sg P1 => po_ + "nessi" ; --# notpresent + Cong Imperf Sg P2 => po_ + "nessi" ; --# notpresent + Cong Imperf Sg P3 => po_ + "nesse" ; --# notpresent + Cong Imperf Pl P1 => po_ + "nessimo" ; --# notpresent + Cong Imperf Pl P2 => po_ + "neste" ; --# notpresent + Cong Imperf Pl P3 => po_ + "nessero" ; --# notpresent + Cond Sg P1 => po_ + "rrei" ; --# notpresent + Cond Sg P2 => po_ + "rresti" ; --# notpresent + Cond Sg P3 => po_ + "rrebbe" ; --# notpresent + Cond Pl P1 => po_ + "rremmo" ; --# notpresent + Cond Pl P2 => po_ + "rreste" ; --# notpresent + Cond Pl P3 => po_ + "rrebbero" ; --# notpresent + Imper SgP2 => po_ + "ni" ; + Imper PlP1 => po_ + "niamo" ; + Imper PlP2 => po_ + "nete" ; + Ger => po_ + "nendo" ; + Part PresP Masc Sg => po_ + "nente" ; + Part PresP Masc Pl => po_ + "nenti" ; + Part PresP Fem Sg => po_ + "nente" ; + Part PresP Fem Pl => po_ + "nenti" ; + Part PassP Masc Sg => po_ + "sto" ; + Part PassP Masc Pl => po_ + "sti" ; + Part PassP Fem Sg => po_ + "sta" ; + Part PassP Fem Pl => po_ + "ste" + } + } ; + +oper potere_69 : Str -> Verbo = \potere -> + let p_ = Predef.tk 5 potere in + {s = table { + Inf => p_ + "otere" ; + InfClit => p_ + "oter" ; + Indi Pres Sg P1 => p_ + "osso" ; + Indi Pres Sg P2 => p_ + "uoi" ; + Indi Pres Sg P3 => p_ + "uò" ; + Indi Pres Pl P1 => p_ + "otiamo" ; + Indi Pres Pl P2 => p_ + "otete" ; + Indi Pres Pl P3 => p_ + "ossono" ; + Indi Imperf Sg P1 => p_ + "otevo" ; --# notpresent + Indi Imperf Sg P2 => p_ + "otevi" ; --# notpresent + Indi Imperf Sg P3 => p_ + "oteva" ; --# notpresent + Indi Imperf Pl P1 => p_ + "otevamo" ; --# notpresent + Indi Imperf Pl P2 => p_ + "otevate" ; --# notpresent + Indi Imperf Pl P3 => p_ + "otevano" ; --# notpresent + Pass Sg P1 => p_ + "otetti" ; --# notpresent + Pass Sg P2 => p_ + "otesti" ; --# notpresent + Pass Sg P3 => p_ + "otette" ; --# notpresent + Pass Pl P1 => p_ + "otemmo" ; --# notpresent + Pass Pl P2 => p_ + "oteste" ; --# notpresent + Pass Pl P3 => p_ + "otettero" ; --# notpresent + Fut Sg P1 => p_ + "otrò" ; --# notpresent + Fut Sg P2 => p_ + "otrai" ; --# notpresent + Fut Sg P3 => p_ + "otrà" ; --# notpresent + Fut Pl P1 => p_ + "otremo" ; --# notpresent + Fut Pl P2 => p_ + "otrete" ; --# notpresent + Fut Pl P3 => p_ + "otranno" ; --# notpresent + Cong Pres Sg P1 => p_ + "ossa" ; + Cong Pres Sg P2 => p_ + "ossa" ; + Cong Pres Sg P3 => p_ + "ossa" ; + Cong Pres Pl P1 => p_ + "otiamo" ; + Cong Pres Pl P2 => p_ + "otiate" ; + Cong Pres Pl P3 => p_ + "ossano" ; + Cong Imperf Sg P1 => p_ + "otessi" ; --# notpresent + Cong Imperf Sg P2 => p_ + "otessi" ; --# notpresent + Cong Imperf Sg P3 => p_ + "otesse" ; --# notpresent + Cong Imperf Pl P1 => p_ + "otessimo" ; --# notpresent + Cong Imperf Pl P2 => p_ + "oteste" ; --# notpresent + Cong Imperf Pl P3 => p_ + "otessero" ; --# notpresent + Cond Sg P1 => p_ + "otrei" ; --# notpresent + Cond Sg P2 => p_ + "otresti" ; --# notpresent + Cond Sg P3 => p_ + "otrebbe" ; --# notpresent + Cond Pl P1 => p_ + "otremmo" ; --# notpresent + Cond Pl P2 => p_ + "otreste" ; --# notpresent + Cond Pl P3 => p_ + "otrebbero" ; --# notpresent + Imper SgP2 => variants {} ; + Imper PlP1 => variants {} ; + Imper PlP2 => variants {} ; + Ger => p_ + "otendo" ; + Part PresP Masc Sg => p_ + "otente" ; + Part PresP Masc Pl => p_ + "otenti" ; + Part PresP Fem Sg => p_ + "otente" ; + Part PresP Fem Pl => p_ + "otenti" ; + Part PassP Masc Sg => p_ + "otuto" ; + Part PassP Masc Pl => p_ + "otuti" ; + Part PassP Fem Sg => p_ + "otuta" ; + Part PassP Fem Pl => p_ + "otute" + } + } ; + +oper prendere_70 : Str -> Verbo = \prendere -> + let pre_ = Predef.tk 5 prendere in + {s = table { + Inf => pre_ + "ndere" ; + InfClit => pre_ + "nder" ; + Indi Pres Sg P1 => pre_ + "ndo" ; + Indi Pres Sg P2 => pre_ + "ndi" ; + Indi Pres Sg P3 => pre_ + "nde" ; + Indi Pres Pl P1 => pre_ + "ndiamo" ; + Indi Pres Pl P2 => pre_ + "ndete" ; + Indi Pres Pl P3 => pre_ + "ndono" ; + Indi Imperf Sg P1 => pre_ + "ndevo" ; --# notpresent + Indi Imperf Sg P2 => pre_ + "ndevi" ; --# notpresent + Indi Imperf Sg P3 => pre_ + "ndeva" ; --# notpresent + Indi Imperf Pl P1 => pre_ + "ndevamo" ; --# notpresent + Indi Imperf Pl P2 => pre_ + "ndevate" ; --# notpresent + Indi Imperf Pl P3 => pre_ + "ndevano" ; --# notpresent + Pass Sg P1 => pre_ + "si" ; --# notpresent + Pass Sg P2 => pre_ + "ndesti" ; --# notpresent + Pass Sg P3 => pre_ + "se" ; --# notpresent + Pass Pl P1 => pre_ + "ndemmo" ; --# notpresent + Pass Pl P2 => pre_ + "ndeste" ; --# notpresent + Pass Pl P3 => pre_ + "sero" ; --# notpresent + Fut Sg P1 => pre_ + "nderò" ; --# notpresent + Fut Sg P2 => pre_ + "nderai" ; --# notpresent + Fut Sg P3 => pre_ + "nderà" ; --# notpresent + Fut Pl P1 => pre_ + "nderemo" ; --# notpresent + Fut Pl P2 => pre_ + "nderete" ; --# notpresent + Fut Pl P3 => pre_ + "nderanno" ; --# notpresent + Cong Pres Sg P1 => pre_ + "nda" ; + Cong Pres Sg P2 => pre_ + "nda" ; + Cong Pres Sg P3 => pre_ + "nda" ; + Cong Pres Pl P1 => pre_ + "ndiamo" ; + Cong Pres Pl P2 => pre_ + "ndiate" ; + Cong Pres Pl P3 => pre_ + "ndano" ; + Cong Imperf Sg P1 => pre_ + "ndessi" ; --# notpresent + Cong Imperf Sg P2 => pre_ + "ndessi" ; --# notpresent + Cong Imperf Sg P3 => pre_ + "ndesse" ; --# notpresent + Cong Imperf Pl P1 => pre_ + "ndessimo" ; --# notpresent + Cong Imperf Pl P2 => pre_ + "ndeste" ; --# notpresent + Cong Imperf Pl P3 => pre_ + "ndessero" ; --# notpresent + Cond Sg P1 => pre_ + "nderei" ; --# notpresent + Cond Sg P2 => pre_ + "nderesti" ; --# notpresent + Cond Sg P3 => pre_ + "nderebbe" ; --# notpresent + Cond Pl P1 => pre_ + "nderemmo" ; --# notpresent + Cond Pl P2 => pre_ + "ndereste" ; --# notpresent + Cond Pl P3 => pre_ + "nderebbero" ; --# notpresent + Imper SgP2 => pre_ + "ndi" ; + Imper PlP1 => pre_ + "ndiamo" ; + Imper PlP2 => pre_ + "ndete" ; + Ger => pre_ + "ndendo" ; + Part PresP Masc Sg => pre_ + "ndente" ; + Part PresP Masc Pl => pre_ + "ndenti" ; + Part PresP Fem Sg => pre_ + "ndente" ; + Part PresP Fem Pl => pre_ + "ndenti" ; + Part PassP Masc Sg => pre_ + "so" ; + Part PassP Masc Pl => pre_ + "si" ; + Part PassP Fem Sg => pre_ + "sa" ; + Part PassP Fem Pl => pre_ + "se" + } + } ; + +oper radere_71 : Str -> Verbo = \radere -> + let ra_ = Predef.tk 4 radere in + {s = table { + Inf => ra_ + "dere" ; + InfClit => ra_ + "der" ; + Indi Pres Sg P1 => ra_ + "do" ; + Indi Pres Sg P2 => ra_ + "di" ; + Indi Pres Sg P3 => ra_ + "de" ; + Indi Pres Pl P1 => ra_ + "diamo" ; + Indi Pres Pl P2 => ra_ + "dete" ; + Indi Pres Pl P3 => ra_ + "dono" ; + Indi Imperf Sg P1 => ra_ + "devo" ; --# notpresent + Indi Imperf Sg P2 => ra_ + "devi" ; --# notpresent + Indi Imperf Sg P3 => ra_ + "deva" ; --# notpresent + Indi Imperf Pl P1 => ra_ + "devamo" ; --# notpresent + Indi Imperf Pl P2 => ra_ + "devate" ; --# notpresent + Indi Imperf Pl P3 => ra_ + "devano" ; --# notpresent + Pass Sg P1 => ra_ + "si" ; --# notpresent + Pass Sg P2 => ra_ + "desti" ; --# notpresent + Pass Sg P3 => ra_ + "se" ; --# notpresent + Pass Pl P1 => ra_ + "demmo" ; --# notpresent + Pass Pl P2 => ra_ + "deste" ; --# notpresent + Pass Pl P3 => ra_ + "sero" ; --# notpresent + Fut Sg P1 => ra_ + "derò" ; --# notpresent + Fut Sg P2 => ra_ + "derai" ; --# notpresent + Fut Sg P3 => ra_ + "derà" ; --# notpresent + Fut Pl P1 => ra_ + "deremo" ; --# notpresent + Fut Pl P2 => ra_ + "derete" ; --# notpresent + Fut Pl P3 => ra_ + "deranno" ; --# notpresent + Cong Pres Sg P1 => ra_ + "da" ; + Cong Pres Sg P2 => ra_ + "da" ; + Cong Pres Sg P3 => ra_ + "da" ; + Cong Pres Pl P1 => ra_ + "diamo" ; + Cong Pres Pl P2 => ra_ + "diate" ; + Cong Pres Pl P3 => ra_ + "dano" ; + Cong Imperf Sg P1 => ra_ + "dessi" ; --# notpresent + Cong Imperf Sg P2 => ra_ + "dessi" ; --# notpresent + Cong Imperf Sg P3 => ra_ + "desse" ; --# notpresent + Cong Imperf Pl P1 => ra_ + "dessimo" ; --# notpresent + Cong Imperf Pl P2 => ra_ + "deste" ; --# notpresent + Cong Imperf Pl P3 => ra_ + "dessero" ; --# notpresent + Cond Sg P1 => ra_ + "derei" ; --# notpresent + Cond Sg P2 => ra_ + "deresti" ; --# notpresent + Cond Sg P3 => ra_ + "derebbe" ; --# notpresent + Cond Pl P1 => ra_ + "deremmo" ; --# notpresent + Cond Pl P2 => ra_ + "dereste" ; --# notpresent + Cond Pl P3 => ra_ + "derebbero" ; --# notpresent + Imper SgP2 => ra_ + "di" ; + Imper PlP1 => ra_ + "diamo" ; + Imper PlP2 => ra_ + "dete" ; + Ger => ra_ + "dendo" ; + Part PresP Masc Sg => ra_ + "dente" ; + Part PresP Masc Pl => ra_ + "denti" ; + Part PresP Fem Sg => ra_ + "dente" ; + Part PresP Fem Pl => ra_ + "denti" ; + Part PassP Masc Sg => ra_ + "so" ; + Part PassP Masc Pl => ra_ + "si" ; + Part PassP Fem Sg => ra_ + "sa" ; + Part PassP Fem Pl => ra_ + "se" + } + } ; + +oper redigere_72 : Str -> Verbo = \redigere -> + let red_ = Predef.tk 5 redigere in + {s = table { + Inf => red_ + "igere" ; + InfClit => red_ + "iger" ; + Indi Pres Sg P1 => red_ + "igo" ; + Indi Pres Sg P2 => red_ + "igi" ; + Indi Pres Sg P3 => red_ + "ige" ; + Indi Pres Pl P1 => red_ + "igiamo" ; + Indi Pres Pl P2 => red_ + "igete" ; + Indi Pres Pl P3 => red_ + "igono" ; + Indi Imperf Sg P1 => red_ + "igevo" ; --# notpresent + Indi Imperf Sg P2 => red_ + "igevi" ; --# notpresent + Indi Imperf Sg P3 => red_ + "igeva" ; --# notpresent + Indi Imperf Pl P1 => red_ + "igevamo" ; --# notpresent + Indi Imperf Pl P2 => red_ + "igevate" ; --# notpresent + Indi Imperf Pl P3 => red_ + "igevano" ; --# notpresent + Pass Sg P1 => red_ + "assi" ; --# notpresent + Pass Sg P2 => red_ + "igesti" ; --# notpresent + Pass Sg P3 => red_ + "asse" ; --# notpresent + Pass Pl P1 => red_ + "igemmo" ; --# notpresent + Pass Pl P2 => red_ + "igeste" ; --# notpresent + Pass Pl P3 => red_ + "assero" ; --# notpresent + Fut Sg P1 => red_ + "igerò" ; --# notpresent + Fut Sg P2 => red_ + "igerai" ; --# notpresent + Fut Sg P3 => red_ + "igerà" ; --# notpresent + Fut Pl P1 => red_ + "igeremo" ; --# notpresent + Fut Pl P2 => red_ + "igerete" ; --# notpresent + Fut Pl P3 => red_ + "igeranno" ; --# notpresent + Cong Pres Sg P1 => red_ + "iga" ; + Cong Pres Sg P2 => red_ + "iga" ; + Cong Pres Sg P3 => red_ + "iga" ; + Cong Pres Pl P1 => red_ + "igiamo" ; + Cong Pres Pl P2 => red_ + "igiate" ; + Cong Pres Pl P3 => red_ + "igano" ; + Cong Imperf Sg P1 => red_ + "igessi" ; --# notpresent + Cong Imperf Sg P2 => red_ + "igessi" ; --# notpresent + Cong Imperf Sg P3 => red_ + "igesse" ; --# notpresent + Cong Imperf Pl P1 => red_ + "igessimo" ; --# notpresent + Cong Imperf Pl P2 => red_ + "igeste" ; --# notpresent + Cong Imperf Pl P3 => red_ + "igessero" ; --# notpresent + Cond Sg P1 => red_ + "igerei" ; --# notpresent + Cond Sg P2 => red_ + "igeresti" ; --# notpresent + Cond Sg P3 => red_ + "igerebbe" ; --# notpresent + Cond Pl P1 => red_ + "igeremmo" ; --# notpresent + Cond Pl P2 => red_ + "igereste" ; --# notpresent + Cond Pl P3 => red_ + "igerebbero" ; --# notpresent + Imper SgP2 => red_ + "igi" ; + Imper PlP1 => red_ + "igiamo" ; + Imper PlP2 => red_ + "igete" ; + Ger => red_ + "igendo" ; + Part PresP Masc Sg => red_ + "igente" ; + Part PresP Masc Pl => red_ + "igenti" ; + Part PresP Fem Sg => red_ + "igente" ; + Part PresP Fem Pl => red_ + "igenti" ; + Part PassP Masc Sg => red_ + "atto" ; + Part PassP Masc Pl => red_ + "atti" ; + Part PassP Fem Sg => red_ + "atta" ; + Part PassP Fem Pl => red_ + "atte" + } + } ; + +oper redimere_73 : Str -> Verbo = \redimere -> + let red_ = Predef.tk 5 redimere in + {s = table { + Inf => red_ + "imere" ; + InfClit => red_ + "imer" ; + Indi Pres Sg P1 => red_ + "imo" ; + Indi Pres Sg P2 => red_ + "imi" ; + Indi Pres Sg P3 => red_ + "ime" ; + Indi Pres Pl P1 => red_ + "imiamo" ; + Indi Pres Pl P2 => red_ + "imete" ; + Indi Pres Pl P3 => red_ + "imono" ; + Indi Imperf Sg P1 => red_ + "imevo" ; --# notpresent + Indi Imperf Sg P2 => red_ + "imevi" ; --# notpresent + Indi Imperf Sg P3 => red_ + "imeva" ; --# notpresent + Indi Imperf Pl P1 => red_ + "imevamo" ; --# notpresent + Indi Imperf Pl P2 => red_ + "imevate" ; --# notpresent + Indi Imperf Pl P3 => red_ + "imevano" ; --# notpresent + Pass Sg P1 => red_ + "ensi" ; --# notpresent + Pass Sg P2 => red_ + "imesti" ; --# notpresent + Pass Sg P3 => red_ + "ense" ; --# notpresent + Pass Pl P1 => red_ + "imemmo" ; --# notpresent + Pass Pl P2 => red_ + "imeste" ; --# notpresent + Pass Pl P3 => red_ + "ensero" ; --# notpresent + Fut Sg P1 => red_ + "imerò" ; --# notpresent + Fut Sg P2 => red_ + "imerai" ; --# notpresent + Fut Sg P3 => red_ + "imerà" ; --# notpresent + Fut Pl P1 => red_ + "imeremo" ; --# notpresent + Fut Pl P2 => red_ + "imerete" ; --# notpresent + Fut Pl P3 => red_ + "imeranno" ; --# notpresent + Cong Pres Sg P1 => red_ + "ima" ; + Cong Pres Sg P2 => red_ + "ima" ; + Cong Pres Sg P3 => red_ + "ima" ; + Cong Pres Pl P1 => red_ + "imiamo" ; + Cong Pres Pl P2 => red_ + "imiate" ; + Cong Pres Pl P3 => red_ + "imano" ; + Cong Imperf Sg P1 => red_ + "imessi" ; --# notpresent + Cong Imperf Sg P2 => red_ + "imessi" ; --# notpresent + Cong Imperf Sg P3 => red_ + "imesse" ; --# notpresent + Cong Imperf Pl P1 => red_ + "imessimo" ; --# notpresent + Cong Imperf Pl P2 => red_ + "imeste" ; --# notpresent + Cong Imperf Pl P3 => red_ + "imessero" ; --# notpresent + Cond Sg P1 => red_ + "imerei" ; --# notpresent + Cond Sg P2 => red_ + "imeresti" ; --# notpresent + Cond Sg P3 => red_ + "imerebbe" ; --# notpresent + Cond Pl P1 => red_ + "imeremmo" ; --# notpresent + Cond Pl P2 => red_ + "imereste" ; --# notpresent + Cond Pl P3 => red_ + "imerebbero" ; --# notpresent + Imper SgP2 => red_ + "imi" ; + Imper PlP1 => red_ + "imiamo" ; + Imper PlP2 => red_ + "imete" ; + Ger => red_ + "imendo" ; + Part PresP Masc Sg => red_ + "imente" ; + Part PresP Masc Pl => red_ + "imenti" ; + Part PresP Fem Sg => red_ + "imente" ; + Part PresP Fem Pl => red_ + "imenti" ; + Part PassP Masc Sg => red_ + "ento" ; + Part PassP Masc Pl => red_ + "enti" ; + Part PassP Fem Sg => red_ + "enta" ; + Part PassP Fem Pl => red_ + "ente" + } + } ; + +oper ridere_74 : Str -> Verbo = \ridere -> + let ri_ = Predef.tk 4 ridere in + {s = table { + Inf => ri_ + "dere" ; + InfClit => ri_ + "der" ; + Indi Pres Sg P1 => ri_ + "do" ; + Indi Pres Sg P2 => ri_ + "di" ; + Indi Pres Sg P3 => ri_ + "de" ; + Indi Pres Pl P1 => ri_ + "diamo" ; + Indi Pres Pl P2 => ri_ + "dete" ; + Indi Pres Pl P3 => ri_ + "dono" ; + Indi Imperf Sg P1 => ri_ + "devo" ; --# notpresent + Indi Imperf Sg P2 => ri_ + "devi" ; --# notpresent + Indi Imperf Sg P3 => ri_ + "deva" ; --# notpresent + Indi Imperf Pl P1 => ri_ + "devamo" ; --# notpresent + Indi Imperf Pl P2 => ri_ + "devate" ; --# notpresent + Indi Imperf Pl P3 => ri_ + "devano" ; --# notpresent + Pass Sg P1 => ri_ + "si" ; --# notpresent + Pass Sg P2 => ri_ + "desti" ; --# notpresent + Pass Sg P3 => ri_ + "se" ; --# notpresent + Pass Pl P1 => ri_ + "demmo" ; --# notpresent + Pass Pl P2 => ri_ + "deste" ; --# notpresent + Pass Pl P3 => ri_ + "sero" ; --# notpresent + Fut Sg P1 => ri_ + "derò" ; --# notpresent + Fut Sg P2 => ri_ + "derai" ; --# notpresent + Fut Sg P3 => ri_ + "derà" ; --# notpresent + Fut Pl P1 => ri_ + "deremo" ; --# notpresent + Fut Pl P2 => ri_ + "derete" ; --# notpresent + Fut Pl P3 => ri_ + "deranno" ; --# notpresent + Cong Pres Sg P1 => ri_ + "da" ; + Cong Pres Sg P2 => ri_ + "da" ; + Cong Pres Sg P3 => ri_ + "da" ; + Cong Pres Pl P1 => ri_ + "diamo" ; + Cong Pres Pl P2 => ri_ + "diate" ; + Cong Pres Pl P3 => ri_ + "dano" ; + Cong Imperf Sg P1 => ri_ + "dessi" ; --# notpresent + Cong Imperf Sg P2 => ri_ + "dessi" ; --# notpresent + Cong Imperf Sg P3 => ri_ + "desse" ; --# notpresent + Cong Imperf Pl P1 => ri_ + "dessimo" ; --# notpresent + Cong Imperf Pl P2 => ri_ + "deste" ; --# notpresent + Cong Imperf Pl P3 => ri_ + "dessero" ; --# notpresent + Cond Sg P1 => ri_ + "derei" ; --# notpresent + Cond Sg P2 => ri_ + "deresti" ; --# notpresent + Cond Sg P3 => ri_ + "derebbe" ; --# notpresent + Cond Pl P1 => ri_ + "deremmo" ; --# notpresent + Cond Pl P2 => ri_ + "dereste" ; --# notpresent + Cond Pl P3 => ri_ + "derebbero" ; --# notpresent + Imper SgP2 => ri_ + "di" ; + Imper PlP1 => ri_ + "diamo" ; + Imper PlP2 => ri_ + "dete" ; + Ger => ri_ + "dendo" ; + Part PresP Masc Sg => ri_ + "dente" ; + Part PresP Masc Pl => ri_ + "denti" ; + Part PresP Fem Sg => ri_ + "dente" ; + Part PresP Fem Pl => ri_ + "denti" ; + Part PassP Masc Sg => ri_ + "so" ; + Part PassP Masc Pl => ri_ + "si" ; + Part PassP Fem Sg => ri_ + "sa" ; + Part PassP Fem Pl => ri_ + "se" + } + } ; + +oper rimanere_75 : Str -> Verbo = \rimanere -> + let rima_ = Predef.tk 4 rimanere in + {s = table { + Inf => rima_ + "nere" ; + InfClit => rima_ + "ner" ; + Indi Pres Sg P1 => rima_ + "ngo" ; + Indi Pres Sg P2 => rima_ + "ni" ; + Indi Pres Sg P3 => rima_ + "ne" ; + Indi Pres Pl P1 => rima_ + "niamo" ; + Indi Pres Pl P2 => rima_ + "nete" ; + Indi Pres Pl P3 => rima_ + "ngono" ; + Indi Imperf Sg P1 => rima_ + "nevo" ; --# notpresent + Indi Imperf Sg P2 => rima_ + "nevi" ; --# notpresent + Indi Imperf Sg P3 => rima_ + "neva" ; --# notpresent + Indi Imperf Pl P1 => rima_ + "nevamo" ; --# notpresent + Indi Imperf Pl P2 => rima_ + "nevate" ; --# notpresent + Indi Imperf Pl P3 => rima_ + "nevano" ; --# notpresent + Pass Sg P1 => rima_ + "si" ; --# notpresent + Pass Sg P2 => rima_ + "nesti" ; --# notpresent + Pass Sg P3 => rima_ + "se" ; --# notpresent + Pass Pl P1 => rima_ + "nemmo" ; --# notpresent + Pass Pl P2 => rima_ + "neste" ; --# notpresent + Pass Pl P3 => rima_ + "sero" ; --# notpresent + Fut Sg P1 => rima_ + "rrò" ; --# notpresent + Fut Sg P2 => rima_ + "rrai" ; --# notpresent + Fut Sg P3 => rima_ + "rrà" ; --# notpresent + Fut Pl P1 => rima_ + "rremo" ; --# notpresent + Fut Pl P2 => rima_ + "rrete" ; --# notpresent + Fut Pl P3 => rima_ + "rranno" ; --# notpresent + Cong Pres Sg P1 => rima_ + "nga" ; + Cong Pres Sg P2 => rima_ + "nga" ; + Cong Pres Sg P3 => rima_ + "nga" ; + Cong Pres Pl P1 => rima_ + "niamo" ; + Cong Pres Pl P2 => rima_ + "niate" ; + Cong Pres Pl P3 => rima_ + "ngano" ; + Cong Imperf Sg P1 => rima_ + "nessi" ; --# notpresent + Cong Imperf Sg P2 => rima_ + "nessi" ; --# notpresent + Cong Imperf Sg P3 => rima_ + "nesse" ; --# notpresent + Cong Imperf Pl P1 => rima_ + "nessimo" ; --# notpresent + Cong Imperf Pl P2 => rima_ + "neste" ; --# notpresent + Cong Imperf Pl P3 => rima_ + "nessero" ; --# notpresent + Cond Sg P1 => rima_ + "rrei" ; --# notpresent + Cond Sg P2 => rima_ + "rresti" ; --# notpresent + Cond Sg P3 => rima_ + "rrebbe" ; --# notpresent + Cond Pl P1 => rima_ + "rremmo" ; --# notpresent + Cond Pl P2 => rima_ + "rreste" ; --# notpresent + Cond Pl P3 => rima_ + "rrebbero" ; --# notpresent + Imper SgP2 => rima_ + "ni" ; + Imper PlP1 => rima_ + "niamo" ; + Imper PlP2 => rima_ + "nete" ; + Ger => rima_ + "nendo" ; + Part PresP Masc Sg => rima_ + "nente" ; + Part PresP Masc Pl => rima_ + "nenti" ; + Part PresP Fem Sg => rima_ + "nente" ; + Part PresP Fem Pl => rima_ + "nenti" ; + Part PassP Masc Sg => rima_ + "sto" ; + Part PassP Masc Pl => rima_ + "sti" ; + Part PassP Fem Sg => rima_ + "sta" ; + Part PassP Fem Pl => rima_ + "ste" + } + } ; + +oper rispondere_76 : Str -> Verbo = \rispondere -> + let rispo_ = Predef.tk 5 rispondere in + {s = table { + Inf => rispo_ + "ndere" ; + InfClit => rispo_ + "nder" ; + Indi Pres Sg P1 => rispo_ + "ndo" ; + Indi Pres Sg P2 => rispo_ + "ndi" ; + Indi Pres Sg P3 => rispo_ + "nde" ; + Indi Pres Pl P1 => rispo_ + "ndiamo" ; + Indi Pres Pl P2 => rispo_ + "ndete" ; + Indi Pres Pl P3 => rispo_ + "ndono" ; + Indi Imperf Sg P1 => rispo_ + "ndevo" ; --# notpresent + Indi Imperf Sg P2 => rispo_ + "ndevi" ; --# notpresent + Indi Imperf Sg P3 => rispo_ + "ndeva" ; --# notpresent + Indi Imperf Pl P1 => rispo_ + "ndevamo" ; --# notpresent + Indi Imperf Pl P2 => rispo_ + "ndevate" ; --# notpresent + Indi Imperf Pl P3 => rispo_ + "ndevano" ; --# notpresent + Pass Sg P1 => rispo_ + "si" ; --# notpresent + Pass Sg P2 => rispo_ + "ndesti" ; --# notpresent + Pass Sg P3 => rispo_ + "se" ; --# notpresent + Pass Pl P1 => rispo_ + "ndemmo" ; --# notpresent + Pass Pl P2 => rispo_ + "ndeste" ; --# notpresent + Pass Pl P3 => rispo_ + "sero" ; --# notpresent + Fut Sg P1 => rispo_ + "nderò" ; --# notpresent + Fut Sg P2 => rispo_ + "nderai" ; --# notpresent + Fut Sg P3 => rispo_ + "nderà" ; --# notpresent + Fut Pl P1 => rispo_ + "nderemo" ; --# notpresent + Fut Pl P2 => rispo_ + "nderete" ; --# notpresent + Fut Pl P3 => rispo_ + "nderanno" ; --# notpresent + Cong Pres Sg P1 => rispo_ + "nda" ; + Cong Pres Sg P2 => rispo_ + "nda" ; + Cong Pres Sg P3 => rispo_ + "nda" ; + Cong Pres Pl P1 => rispo_ + "ndiamo" ; + Cong Pres Pl P2 => rispo_ + "ndiate" ; + Cong Pres Pl P3 => rispo_ + "ndano" ; + Cong Imperf Sg P1 => rispo_ + "ndessi" ; --# notpresent + Cong Imperf Sg P2 => rispo_ + "ndessi" ; --# notpresent + Cong Imperf Sg P3 => rispo_ + "ndesse" ; --# notpresent + Cong Imperf Pl P1 => rispo_ + "ndessimo" ; --# notpresent + Cong Imperf Pl P2 => rispo_ + "ndeste" ; --# notpresent + Cong Imperf Pl P3 => rispo_ + "ndessero" ; --# notpresent + Cond Sg P1 => rispo_ + "nderei" ; --# notpresent + Cond Sg P2 => rispo_ + "nderesti" ; --# notpresent + Cond Sg P3 => rispo_ + "nderebbe" ; --# notpresent + Cond Pl P1 => rispo_ + "nderemmo" ; --# notpresent + Cond Pl P2 => rispo_ + "ndereste" ; --# notpresent + Cond Pl P3 => rispo_ + "nderebbero" ; --# notpresent + Imper SgP2 => rispo_ + "ndi" ; + Imper PlP1 => rispo_ + "ndiamo" ; + Imper PlP2 => rispo_ + "ndete" ; + Ger => rispo_ + "ndendo" ; + Part PresP Masc Sg => rispo_ + "ndente" ; + Part PresP Masc Pl => rispo_ + "ndenti" ; + Part PresP Fem Sg => rispo_ + "ndente" ; + Part PresP Fem Pl => rispo_ + "ndenti" ; + Part PassP Masc Sg => rispo_ + "sto" ; + Part PassP Masc Pl => rispo_ + "sti" ; + Part PassP Fem Sg => rispo_ + "sta" ; + Part PassP Fem Pl => rispo_ + "ste" + } + } ; + +oper rompere_77 : Str -> Verbo = \roompere -> + let ro_ = Predef.tk 6 roompere in + {s = table { + Inf => ro_ + "ompere" ; + InfClit => ro_ + "omper" ; + Indi Pres Sg P1 => ro_ + "ompo" ; + Indi Pres Sg P2 => ro_ + "ompi" ; + Indi Pres Sg P3 => ro_ + "ompe" ; + Indi Pres Pl P1 => ro_ + "ompiamo" ; + Indi Pres Pl P2 => ro_ + "ompete" ; + Indi Pres Pl P3 => ro_ + "ompono" ; + Indi Imperf Sg P1 => ro_ + "ompevo" ; --# notpresent + Indi Imperf Sg P2 => ro_ + "ompevi" ; --# notpresent + Indi Imperf Sg P3 => ro_ + "ompeva" ; --# notpresent + Indi Imperf Pl P1 => ro_ + "ompevamo" ; --# notpresent + Indi Imperf Pl P2 => ro_ + "ompevate" ; --# notpresent + Indi Imperf Pl P3 => ro_ + "ompevano" ; --# notpresent + Pass Sg P1 => ro_ + "uppi" ; --# notpresent + Pass Sg P2 => ro_ + "ompesti" ; --# notpresent + Pass Sg P3 => ro_ + "uppe" ; --# notpresent + Pass Pl P1 => ro_ + "ompemmo" ; --# notpresent + Pass Pl P2 => ro_ + "ompeste" ; --# notpresent + Pass Pl P3 => ro_ + "uppero" ; --# notpresent + Fut Sg P1 => ro_ + "omperò" ; --# notpresent + Fut Sg P2 => ro_ + "omperai" ; --# notpresent + Fut Sg P3 => ro_ + "omperà" ; --# notpresent + Fut Pl P1 => ro_ + "omperemo" ; --# notpresent + Fut Pl P2 => ro_ + "omperete" ; --# notpresent + Fut Pl P3 => ro_ + "omperanno" ; --# notpresent + Cong Pres Sg P1 => ro_ + "ompa" ; + Cong Pres Sg P2 => ro_ + "ompa" ; + Cong Pres Sg P3 => ro_ + "ompa" ; + Cong Pres Pl P1 => ro_ + "ompiamo" ; + Cong Pres Pl P2 => ro_ + "ompiate" ; + Cong Pres Pl P3 => ro_ + "ompano" ; + Cong Imperf Sg P1 => ro_ + "ompessi" ; --# notpresent + Cong Imperf Sg P2 => ro_ + "ompessi" ; --# notpresent + Cong Imperf Sg P3 => ro_ + "ompesse" ; --# notpresent + Cong Imperf Pl P1 => ro_ + "ompessimo" ; --# notpresent + Cong Imperf Pl P2 => ro_ + "ompeste" ; --# notpresent + Cong Imperf Pl P3 => ro_ + "ompessero" ; --# notpresent + Cond Sg P1 => ro_ + "omperei" ; --# notpresent + Cond Sg P2 => ro_ + "omperesti" ; --# notpresent + Cond Sg P3 => ro_ + "omperebbe" ; --# notpresent + Cond Pl P1 => ro_ + "omperemmo" ; --# notpresent + Cond Pl P2 => ro_ + "ompereste" ; --# notpresent + Cond Pl P3 => ro_ + "omperebbero" ; --# notpresent + Imper SgP2 => ro_ + "ompi" ; + Imper PlP1 => ro_ + "ompiamo" ; + Imper PlP2 => ro_ + "ompete" ; + Ger => ro_ + "ompendo" ; + Part PresP Masc Sg => ro_ + "ompente" ; + Part PresP Masc Pl => ro_ + "ompenti" ; + Part PresP Fem Sg => ro_ + "ompente" ; + Part PresP Fem Pl => ro_ + "ompenti" ; + Part PassP Masc Sg => ro_ + "otto" ; + Part PassP Masc Pl => ro_ + "otti" ; + Part PassP Fem Sg => ro_ + "otta" ; + Part PassP Fem Pl => ro_ + "otte" + } + } ; + +oper sapere_78 : Str -> Verbo = \sapere -> + let s_ = Predef.tk 5 sapere in + {s = table { + Inf => s_ + "apere" ; + InfClit => s_ + "aper" ; + Indi Pres Sg P1 => s_ + "o" ; + Indi Pres Sg P2 => s_ + "ai" ; + Indi Pres Sg P3 => s_ + "a" ; + Indi Pres Pl P1 => s_ + "appiamo" ; + Indi Pres Pl P2 => s_ + "apete" ; + Indi Pres Pl P3 => s_ + "anno" ; + Indi Imperf Sg P1 => s_ + "apevo" ; --# notpresent + Indi Imperf Sg P2 => s_ + "apevi" ; --# notpresent + Indi Imperf Sg P3 => s_ + "apeva" ; --# notpresent + Indi Imperf Pl P1 => s_ + "apevamo" ; --# notpresent + Indi Imperf Pl P2 => s_ + "apevate" ; --# notpresent + Indi Imperf Pl P3 => s_ + "apevano" ; --# notpresent + Pass Sg P1 => s_ + "eppi" ; --# notpresent + Pass Sg P2 => s_ + "apesti" ; --# notpresent + Pass Sg P3 => s_ + "eppe" ; --# notpresent + Pass Pl P1 => s_ + "apemmo" ; --# notpresent + Pass Pl P2 => s_ + "apeste" ; --# notpresent + Pass Pl P3 => s_ + "eppero" ; --# notpresent + Fut Sg P1 => s_ + "aprò" ; --# notpresent + Fut Sg P2 => s_ + "aprai" ; --# notpresent + Fut Sg P3 => s_ + "aprà" ; --# notpresent + Fut Pl P1 => s_ + "apremo" ; --# notpresent + Fut Pl P2 => s_ + "aprete" ; --# notpresent + Fut Pl P3 => s_ + "apranno" ; --# notpresent + Cong Pres Sg P1 => s_ + "appia" ; + Cong Pres Sg P2 => s_ + "appia" ; + Cong Pres Sg P3 => s_ + "appia" ; + Cong Pres Pl P1 => s_ + "appiamo" ; + Cong Pres Pl P2 => s_ + "appiate" ; + Cong Pres Pl P3 => s_ + "appiano" ; + Cong Imperf Sg P1 => s_ + "apessi" ; --# notpresent + Cong Imperf Sg P2 => s_ + "apessi" ; --# notpresent + Cong Imperf Sg P3 => s_ + "apesse" ; --# notpresent + Cong Imperf Pl P1 => s_ + "apessimo" ; --# notpresent + Cong Imperf Pl P2 => s_ + "apeste" ; --# notpresent + Cong Imperf Pl P3 => s_ + "apessero" ; --# notpresent + Cond Sg P1 => s_ + "aprei" ; --# notpresent + Cond Sg P2 => s_ + "apresti" ; --# notpresent + Cond Sg P3 => s_ + "aprebbe" ; --# notpresent + Cond Pl P1 => s_ + "apremmo" ; --# notpresent + Cond Pl P2 => s_ + "apreste" ; --# notpresent + Cond Pl P3 => s_ + "aprebbero" ; --# notpresent + Imper SgP2 => s_ + "appi" ; + Imper PlP1 => s_ + "appiamo" ; + Imper PlP2 => s_ + "appiate" ; + Ger => s_ + "apendo" ; + Part PresP Masc Sg => variants {} ; + Part PresP Masc Pl => variants {} ; + Part PresP Fem Sg => variants {} ; + Part PresP Fem Pl => variants {} ; + Part PassP Masc Sg => s_ + "aputo" ; + Part PassP Masc Pl => s_ + "aputi" ; + Part PassP Fem Sg => s_ + "aputa" ; + Part PassP Fem Pl => s_ + "apute" + } + } ; + +oper scegliere_79 : Str -> Verbo = \scegliere -> + let sce_ = Predef.tk 6 scegliere in + {s = table { + Inf => sce_ + "gliere" ; + InfClit => sce_ + "glier" ; + Indi Pres Sg P1 => sce_ + "lgo" ; + Indi Pres Sg P2 => sce_ + "gli" ; + Indi Pres Sg P3 => sce_ + "glie" ; + Indi Pres Pl P1 => sce_ + "gliamo" ; + Indi Pres Pl P2 => sce_ + "gliete" ; + Indi Pres Pl P3 => sce_ + "lgono" ; + Indi Imperf Sg P1 => sce_ + "glievo" ; --# notpresent + Indi Imperf Sg P2 => sce_ + "glievi" ; --# notpresent + Indi Imperf Sg P3 => sce_ + "glieva" ; --# notpresent + Indi Imperf Pl P1 => sce_ + "glievamo" ; --# notpresent + Indi Imperf Pl P2 => sce_ + "glievate" ; --# notpresent + Indi Imperf Pl P3 => sce_ + "glievano" ; --# notpresent + Pass Sg P1 => sce_ + "lsi" ; --# notpresent + Pass Sg P2 => sce_ + "gliesti" ; --# notpresent + Pass Sg P3 => sce_ + "lse" ; --# notpresent + Pass Pl P1 => sce_ + "gliemmo" ; --# notpresent + Pass Pl P2 => sce_ + "glieste" ; --# notpresent + Pass Pl P3 => sce_ + "lsero" ; --# notpresent + Fut Sg P1 => sce_ + "glierò" ; --# notpresent + Fut Sg P2 => sce_ + "glierai" ; --# notpresent + Fut Sg P3 => sce_ + "glierà" ; --# notpresent + Fut Pl P1 => sce_ + "glieremo" ; --# notpresent + Fut Pl P2 => sce_ + "glierete" ; --# notpresent + Fut Pl P3 => sce_ + "glieranno" ; --# notpresent + Cong Pres Sg P1 => sce_ + "lga" ; + Cong Pres Sg P2 => sce_ + "lga" ; + Cong Pres Sg P3 => sce_ + "lga" ; + Cong Pres Pl P1 => sce_ + "gliamo" ; + Cong Pres Pl P2 => sce_ + "gliate" ; + Cong Pres Pl P3 => sce_ + "lgano" ; + Cong Imperf Sg P1 => sce_ + "gliessi" ; --# notpresent + Cong Imperf Sg P2 => sce_ + "gliessi" ; --# notpresent + Cong Imperf Sg P3 => sce_ + "gliesse" ; --# notpresent + Cong Imperf Pl P1 => sce_ + "gliessimo" ; --# notpresent + Cong Imperf Pl P2 => sce_ + "glieste" ; --# notpresent + Cong Imperf Pl P3 => sce_ + "gliessero" ; --# notpresent + Cond Sg P1 => sce_ + "glierei" ; --# notpresent + Cond Sg P2 => sce_ + "glieresti" ; --# notpresent + Cond Sg P3 => sce_ + "glierebbe" ; --# notpresent + Cond Pl P1 => sce_ + "glieremmo" ; --# notpresent + Cond Pl P2 => sce_ + "gliereste" ; --# notpresent + Cond Pl P3 => sce_ + "glierebbero" ; --# notpresent + Imper SgP2 => sce_ + "gli" ; + Imper PlP1 => sce_ + "gliamo" ; + Imper PlP2 => sce_ + "gliete" ; + Ger => sce_ + "gliendo" ; + Part PresP Masc Sg => sce_ + "gliente" ; + Part PresP Masc Pl => sce_ + "glienti" ; + Part PresP Fem Sg => sce_ + "gliente" ; + Part PresP Fem Pl => sce_ + "glienti" ; + Part PassP Masc Sg => sce_ + "lto" ; + Part PassP Masc Pl => sce_ + "lti" ; + Part PassP Fem Sg => sce_ + "lta" ; + Part PassP Fem Pl => sce_ + "lte" + } + } ; + +oper scendere_80 : Str -> Verbo = \scendere -> + let sce_ = Predef.tk 5 scendere in + {s = table { + Inf => sce_ + "ndere" ; + InfClit => sce_ + "nder" ; + Indi Pres Sg P1 => sce_ + "ndo" ; + Indi Pres Sg P2 => sce_ + "ndi" ; + Indi Pres Sg P3 => sce_ + "nde" ; + Indi Pres Pl P1 => sce_ + "ndiamo" ; + Indi Pres Pl P2 => sce_ + "ndete" ; + Indi Pres Pl P3 => sce_ + "ndono" ; + Indi Imperf Sg P1 => sce_ + "ndevo" ; --# notpresent + Indi Imperf Sg P2 => sce_ + "ndevi" ; --# notpresent + Indi Imperf Sg P3 => sce_ + "ndeva" ; --# notpresent + Indi Imperf Pl P1 => sce_ + "ndevamo" ; --# notpresent + Indi Imperf Pl P2 => sce_ + "ndevate" ; --# notpresent + Indi Imperf Pl P3 => sce_ + "ndevano" ; --# notpresent + Pass Sg P1 => sce_ + "si" ; --# notpresent + Pass Sg P2 => sce_ + "ndesti" ; --# notpresent + Pass Sg P3 => sce_ + "se" ; --# notpresent + Pass Pl P1 => sce_ + "ndemmo" ; --# notpresent + Pass Pl P2 => sce_ + "ndeste" ; --# notpresent + Pass Pl P3 => sce_ + "sero" ; --# notpresent + Fut Sg P1 => sce_ + "nderò" ; --# notpresent + Fut Sg P2 => sce_ + "nderai" ; --# notpresent + Fut Sg P3 => sce_ + "nderà" ; --# notpresent + Fut Pl P1 => sce_ + "nderemo" ; --# notpresent + Fut Pl P2 => sce_ + "nderete" ; --# notpresent + Fut Pl P3 => sce_ + "nderanno" ; --# notpresent + Cong Pres Sg P1 => sce_ + "nda" ; + Cong Pres Sg P2 => sce_ + "nda" ; + Cong Pres Sg P3 => sce_ + "nda" ; + Cong Pres Pl P1 => sce_ + "ndiamo" ; + Cong Pres Pl P2 => sce_ + "ndiate" ; + Cong Pres Pl P3 => sce_ + "ndano" ; + Cong Imperf Sg P1 => sce_ + "ndessi" ; --# notpresent + Cong Imperf Sg P2 => sce_ + "ndessi" ; --# notpresent + Cong Imperf Sg P3 => sce_ + "ndesse" ; --# notpresent + Cong Imperf Pl P1 => sce_ + "ndessimo" ; --# notpresent + Cong Imperf Pl P2 => sce_ + "ndeste" ; --# notpresent + Cong Imperf Pl P3 => sce_ + "ndessero" ; --# notpresent + Cond Sg P1 => sce_ + "nderei" ; --# notpresent + Cond Sg P2 => sce_ + "nderesti" ; --# notpresent + Cond Sg P3 => sce_ + "nderebbe" ; --# notpresent + Cond Pl P1 => sce_ + "nderemmo" ; --# notpresent + Cond Pl P2 => sce_ + "ndereste" ; --# notpresent + Cond Pl P3 => sce_ + "nderebbero" ; --# notpresent + Imper SgP2 => sce_ + "ndi" ; + Imper PlP1 => sce_ + "ndiamo" ; + Imper PlP2 => sce_ + "ndete" ; + Ger => sce_ + "ndendo" ; + Part PresP Masc Sg => sce_ + "ndente" ; + Part PresP Masc Pl => sce_ + "ndenti" ; + Part PresP Fem Sg => sce_ + "ndente" ; + Part PresP Fem Pl => sce_ + "ndenti" ; + Part PassP Masc Sg => sce_ + "so" ; + Part PassP Masc Pl => sce_ + "si" ; + Part PassP Fem Sg => sce_ + "sa" ; + Part PassP Fem Pl => sce_ + "se" + } + } ; + +oper scindere_81 : Str -> Verbo = \scindere -> + let sci_ = Predef.tk 5 scindere in + {s = table { + Inf => sci_ + "ndere" ; + InfClit => sci_ + "nder" ; + Indi Pres Sg P1 => sci_ + "ndo" ; + Indi Pres Sg P2 => sci_ + "ndi" ; + Indi Pres Sg P3 => sci_ + "nde" ; + Indi Pres Pl P1 => sci_ + "ndiamo" ; + Indi Pres Pl P2 => sci_ + "ndete" ; + Indi Pres Pl P3 => sci_ + "ndono" ; + Indi Imperf Sg P1 => sci_ + "ndevo" ; --# notpresent + Indi Imperf Sg P2 => sci_ + "ndevi" ; --# notpresent + Indi Imperf Sg P3 => sci_ + "ndeva" ; --# notpresent + Indi Imperf Pl P1 => sci_ + "ndevamo" ; --# notpresent + Indi Imperf Pl P2 => sci_ + "ndevate" ; --# notpresent + Indi Imperf Pl P3 => sci_ + "ndevano" ; --# notpresent + Pass Sg P1 => sci_ + "ssi" ; --# notpresent + Pass Sg P2 => sci_ + "ndesti" ; --# notpresent + Pass Sg P3 => sci_ + "sse" ; --# notpresent + Pass Pl P1 => sci_ + "ndemmo" ; --# notpresent + Pass Pl P2 => sci_ + "ndeste" ; --# notpresent + Pass Pl P3 => sci_ + "ssero" ; --# notpresent + Fut Sg P1 => sci_ + "nderò" ; --# notpresent + Fut Sg P2 => sci_ + "nderai" ; --# notpresent + Fut Sg P3 => sci_ + "nderà" ; --# notpresent + Fut Pl P1 => sci_ + "nderemo" ; --# notpresent + Fut Pl P2 => sci_ + "nderete" ; --# notpresent + Fut Pl P3 => sci_ + "nderanno" ; --# notpresent + Cong Pres Sg P1 => sci_ + "nda" ; + Cong Pres Sg P2 => sci_ + "nda" ; + Cong Pres Sg P3 => sci_ + "nda" ; + Cong Pres Pl P1 => sci_ + "ndiamo" ; + Cong Pres Pl P2 => sci_ + "ndiate" ; + Cong Pres Pl P3 => sci_ + "ndano" ; + Cong Imperf Sg P1 => sci_ + "ndessi" ; --# notpresent + Cong Imperf Sg P2 => sci_ + "ndessi" ; --# notpresent + Cong Imperf Sg P3 => sci_ + "ndesse" ; --# notpresent + Cong Imperf Pl P1 => sci_ + "ndessimo" ; --# notpresent + Cong Imperf Pl P2 => sci_ + "ndeste" ; --# notpresent + Cong Imperf Pl P3 => sci_ + "ndessero" ; --# notpresent + Cond Sg P1 => sci_ + "nderei" ; --# notpresent + Cond Sg P2 => sci_ + "nderesti" ; --# notpresent + Cond Sg P3 => sci_ + "nderebbe" ; --# notpresent + Cond Pl P1 => sci_ + "nderemmo" ; --# notpresent + Cond Pl P2 => sci_ + "ndereste" ; --# notpresent + Cond Pl P3 => sci_ + "nderebbero" ; --# notpresent + Imper SgP2 => sci_ + "ndi" ; + Imper PlP1 => sci_ + "ndiamo" ; + Imper PlP2 => sci_ + "ndete" ; + Ger => sci_ + "ndendo" ; + Part PresP Masc Sg => sci_ + "ndente" ; + Part PresP Masc Pl => sci_ + "ndenti" ; + Part PresP Fem Sg => sci_ + "ndente" ; + Part PresP Fem Pl => sci_ + "ndenti" ; + Part PassP Masc Sg => sci_ + "sso" ; + Part PassP Masc Pl => sci_ + "ssi" ; + Part PassP Fem Sg => sci_ + "ssa" ; + Part PassP Fem Pl => sci_ + "sse" + } + } ; + +oper scrivere_82 : Str -> Verbo = \scrivere -> + let scri_ = Predef.tk 4 scrivere in + {s = table { + Inf => scri_ + "vere" ; + InfClit => scri_ + "ver" ; + Indi Pres Sg P1 => scri_ + "vo" ; + Indi Pres Sg P2 => scri_ + "vi" ; + Indi Pres Sg P3 => scri_ + "ve" ; + Indi Pres Pl P1 => scri_ + "viamo" ; + Indi Pres Pl P2 => scri_ + "vete" ; + Indi Pres Pl P3 => scri_ + "vono" ; + Indi Imperf Sg P1 => scri_ + "vevo" ; --# notpresent + Indi Imperf Sg P2 => scri_ + "vevi" ; --# notpresent + Indi Imperf Sg P3 => scri_ + "veva" ; --# notpresent + Indi Imperf Pl P1 => scri_ + "vevamo" ; --# notpresent + Indi Imperf Pl P2 => scri_ + "vevate" ; --# notpresent + Indi Imperf Pl P3 => scri_ + "vevano" ; --# notpresent + Pass Sg P1 => scri_ + "ssi" ; --# notpresent + Pass Sg P2 => scri_ + "vesti" ; --# notpresent + Pass Sg P3 => scri_ + "sse" ; --# notpresent + Pass Pl P1 => scri_ + "vemmo" ; --# notpresent + Pass Pl P2 => scri_ + "veste" ; --# notpresent + Pass Pl P3 => scri_ + "ssero" ; --# notpresent + Fut Sg P1 => scri_ + "verò" ; --# notpresent + Fut Sg P2 => scri_ + "verai" ; --# notpresent + Fut Sg P3 => scri_ + "verà" ; --# notpresent + Fut Pl P1 => scri_ + "veremo" ; --# notpresent + Fut Pl P2 => scri_ + "verete" ; --# notpresent + Fut Pl P3 => scri_ + "veranno" ; --# notpresent + Cong Pres Sg P1 => scri_ + "va" ; + Cong Pres Sg P2 => scri_ + "va" ; + Cong Pres Sg P3 => scri_ + "va" ; + Cong Pres Pl P1 => scri_ + "viamo" ; + Cong Pres Pl P2 => scri_ + "viate" ; + Cong Pres Pl P3 => scri_ + "vano" ; + Cong Imperf Sg P1 => scri_ + "vessi" ; --# notpresent + Cong Imperf Sg P2 => scri_ + "vessi" ; --# notpresent + Cong Imperf Sg P3 => scri_ + "vesse" ; --# notpresent + Cong Imperf Pl P1 => scri_ + "vessimo" ; --# notpresent + Cong Imperf Pl P2 => scri_ + "veste" ; --# notpresent + Cong Imperf Pl P3 => scri_ + "vessero" ; --# notpresent + Cond Sg P1 => scri_ + "verei" ; --# notpresent + Cond Sg P2 => scri_ + "veresti" ; --# notpresent + Cond Sg P3 => scri_ + "verebbe" ; --# notpresent + Cond Pl P1 => scri_ + "veremmo" ; --# notpresent + Cond Pl P2 => scri_ + "vereste" ; --# notpresent + Cond Pl P3 => scri_ + "verebbero" ; --# notpresent + Imper SgP2 => scri_ + "vi" ; + Imper PlP1 => scri_ + "viamo" ; + Imper PlP2 => scri_ + "vete" ; + Ger => scri_ + "vendo" ; + Part PresP Masc Sg => scri_ + "vente" ; + Part PresP Masc Pl => scri_ + "venti" ; + Part PresP Fem Sg => scri_ + "vente" ; + Part PresP Fem Pl => scri_ + "venti" ; + Part PassP Masc Sg => scri_ + "tto" ; + Part PassP Masc Pl => scri_ + "tti" ; + Part PassP Fem Sg => scri_ + "tta" ; + Part PassP Fem Pl => scri_ + "tte" + } + } ; + +oper scuotere_83 : Str -> Verbo = \scuotere -> + let sc_ = Predef.tk 6 scuotere in + {s = table { + Inf => sc_ + "uotere" ; + InfClit => sc_ + "uoter" ; + Indi Pres Sg P1 => sc_ + "uoto" ; + Indi Pres Sg P2 => sc_ + "uoti" ; + Indi Pres Sg P3 => sc_ + "uote" ; + Indi Pres Pl P1 => sc_ + "uotiamo" ; + Indi Pres Pl P2 => sc_ + "uotete" ; + Indi Pres Pl P3 => sc_ + "uotono" ; + Indi Imperf Sg P1 => sc_ + "uotevo" ; --# notpresent + Indi Imperf Sg P2 => sc_ + "uotevi" ; --# notpresent + Indi Imperf Sg P3 => sc_ + "uoteva" ; --# notpresent + Indi Imperf Pl P1 => sc_ + "uotevamo" ; --# notpresent + Indi Imperf Pl P2 => sc_ + "uotevate" ; --# notpresent + Indi Imperf Pl P3 => sc_ + "uotevano" ; --# notpresent + Pass Sg P1 => sc_ + "ossi" ; --# notpresent + Pass Sg P2 => sc_ + "uotesti" ; --# notpresent + Pass Sg P3 => sc_ + "osse" ; --# notpresent + Pass Pl P1 => sc_ + "uotemmo" ; --# notpresent + Pass Pl P2 => sc_ + "uoteste" ; --# notpresent + Pass Pl P3 => sc_ + "ossero" ; --# notpresent + Fut Sg P1 => sc_ + "uoterò" ; --# notpresent + Fut Sg P2 => sc_ + "uoterai" ; --# notpresent + Fut Sg P3 => sc_ + "uoterà" ; --# notpresent + Fut Pl P1 => sc_ + "uoteremo" ; --# notpresent + Fut Pl P2 => sc_ + "uoterete" ; --# notpresent + Fut Pl P3 => sc_ + "uoteranno" ; --# notpresent + Cong Pres Sg P1 => sc_ + "uota" ; + Cong Pres Sg P2 => sc_ + "uota" ; + Cong Pres Sg P3 => sc_ + "uota" ; + Cong Pres Pl P1 => sc_ + "uotiamo" ; + Cong Pres Pl P2 => sc_ + "uotiate" ; + Cong Pres Pl P3 => sc_ + "uotano" ; + Cong Imperf Sg P1 => sc_ + "uotessi" ; --# notpresent + Cong Imperf Sg P2 => sc_ + "uotessi" ; --# notpresent + Cong Imperf Sg P3 => sc_ + "uotesse" ; --# notpresent + Cong Imperf Pl P1 => sc_ + "uotessimo" ; --# notpresent + Cong Imperf Pl P2 => sc_ + "uoteste" ; --# notpresent + Cong Imperf Pl P3 => sc_ + "uotessero" ; --# notpresent + Cond Sg P1 => sc_ + "uoterei" ; --# notpresent + Cond Sg P2 => sc_ + "uoteresti" ; --# notpresent + Cond Sg P3 => sc_ + "uoterebbe" ; --# notpresent + Cond Pl P1 => sc_ + "uoteremmo" ; --# notpresent + Cond Pl P2 => sc_ + "uotereste" ; --# notpresent + Cond Pl P3 => sc_ + "uoterebbero" ; --# notpresent + Imper SgP2 => sc_ + "uoti" ; + Imper PlP1 => sc_ + "uotiamo" ; + Imper PlP2 => sc_ + "uotete" ; + Ger => sc_ + "uotendo" ; + Part PresP Masc Sg => sc_ + "uotente" ; + Part PresP Masc Pl => sc_ + "uotenti" ; + Part PresP Fem Sg => sc_ + "uotente" ; + Part PresP Fem Pl => sc_ + "uotenti" ; + Part PassP Masc Sg => sc_ + "osso" ; + Part PassP Masc Pl => sc_ + "ossi" ; + Part PassP Fem Sg => sc_ + "ossa" ; + Part PassP Fem Pl => sc_ + "osse" + } + } ; + +oper sedere_84 : Str -> Verbo = \sedere -> + let s_ = Predef.tk 5 sedere in + {s = table { + Inf => s_ + "edere" ; + InfClit => s_ + "eder" ; + Indi Pres Sg P1 => s_ + "iedo" ; + Indi Pres Sg P2 => s_ + "iedi" ; + Indi Pres Sg P3 => s_ + "iede" ; + Indi Pres Pl P1 => s_ + "ediamo" ; + Indi Pres Pl P2 => s_ + "edete" ; + Indi Pres Pl P3 => s_ + "iedono" ; + Indi Imperf Sg P1 => s_ + "edevo" ; --# notpresent + Indi Imperf Sg P2 => s_ + "edevi" ; --# notpresent + Indi Imperf Sg P3 => s_ + "edeva" ; --# notpresent + Indi Imperf Pl P1 => s_ + "edevamo" ; --# notpresent + Indi Imperf Pl P2 => s_ + "edevate" ; --# notpresent + Indi Imperf Pl P3 => s_ + "edevano" ; --# notpresent + Pass Sg P1 => s_ + "edetti" ; --# notpresent + Pass Sg P2 => s_ + "edesti" ; --# notpresent + Pass Sg P3 => s_ + "edette" ; --# notpresent + Pass Pl P1 => s_ + "edemmo" ; --# notpresent + Pass Pl P2 => s_ + "edeste" ; --# notpresent + Pass Pl P3 => s_ + "edettero" ; --# notpresent + Fut Sg P1 => s_ + "ederò" ; --# notpresent + Fut Sg P2 => s_ + "ederai" ; --# notpresent + Fut Sg P3 => s_ + "ederà" ; --# notpresent + Fut Pl P1 => s_ + "ederemo" ; --# notpresent + Fut Pl P2 => s_ + "ederete" ; --# notpresent + Fut Pl P3 => s_ + "ederanno" ; --# notpresent + Cong Pres Sg P1 => s_ + "ieda" ; + Cong Pres Sg P2 => s_ + "ieda" ; + Cong Pres Sg P3 => s_ + "ieda" ; + Cong Pres Pl P1 => s_ + "ediamo" ; + Cong Pres Pl P2 => s_ + "ediate" ; + Cong Pres Pl P3 => s_ + "iedano" ; + Cong Imperf Sg P1 => s_ + "edessi" ; --# notpresent + Cong Imperf Sg P2 => s_ + "edessi" ; --# notpresent + Cong Imperf Sg P3 => s_ + "edesse" ; --# notpresent + Cong Imperf Pl P1 => s_ + "edessimo" ; --# notpresent + Cong Imperf Pl P2 => s_ + "edeste" ; --# notpresent + Cong Imperf Pl P3 => s_ + "edessero" ; --# notpresent + Cond Sg P1 => s_ + "ederei" ; --# notpresent + Cond Sg P2 => s_ + "ederesti" ; --# notpresent + Cond Sg P3 => s_ + "ederebbe" ; --# notpresent + Cond Pl P1 => s_ + "ederemmo" ; --# notpresent + Cond Pl P2 => s_ + "edereste" ; --# notpresent + Cond Pl P3 => s_ + "ederebbero" ; --# notpresent + Imper SgP2 => s_ + "iedi" ; + Imper PlP1 => s_ + "ediamo" ; + Imper PlP2 => s_ + "edete" ; + Ger => s_ + "edendo" ; + Part PresP Masc Sg => s_ + "edente" ; + Part PresP Masc Pl => s_ + "edenti" ; + Part PresP Fem Sg => s_ + "edente" ; + Part PresP Fem Pl => s_ + "edenti" ; + Part PassP Masc Sg => s_ + "eduto" ; + Part PassP Masc Pl => s_ + "eduti" ; + Part PassP Fem Sg => s_ + "eduta" ; + Part PassP Fem Pl => s_ + "edute" + } + } ; + +oper spargere_85 : Str -> Verbo = \spargere -> + let spar_ = Predef.tk 4 spargere in + {s = table { + Inf => spar_ + "gere" ; + InfClit => spar_ + "ger" ; + Indi Pres Sg P1 => spar_ + "go" ; + Indi Pres Sg P2 => spar_ + "gi" ; + Indi Pres Sg P3 => spar_ + "ge" ; + Indi Pres Pl P1 => spar_ + "giamo" ; + Indi Pres Pl P2 => spar_ + "gete" ; + Indi Pres Pl P3 => spar_ + "gono" ; + Indi Imperf Sg P1 => spar_ + "gevo" ; --# notpresent + Indi Imperf Sg P2 => spar_ + "gevi" ; --# notpresent + Indi Imperf Sg P3 => spar_ + "geva" ; --# notpresent + Indi Imperf Pl P1 => spar_ + "gevamo" ; --# notpresent + Indi Imperf Pl P2 => spar_ + "gevate" ; --# notpresent + Indi Imperf Pl P3 => spar_ + "gevano" ; --# notpresent + Pass Sg P1 => spar_ + "si" ; --# notpresent + Pass Sg P2 => spar_ + "gesti" ; --# notpresent + Pass Sg P3 => spar_ + "se" ; --# notpresent + Pass Pl P1 => spar_ + "gemmo" ; --# notpresent + Pass Pl P2 => spar_ + "geste" ; --# notpresent + Pass Pl P3 => spar_ + "sero" ; --# notpresent + Fut Sg P1 => spar_ + "gerò" ; --# notpresent + Fut Sg P2 => spar_ + "gerai" ; --# notpresent + Fut Sg P3 => spar_ + "gerà" ; --# notpresent + Fut Pl P1 => spar_ + "geremo" ; --# notpresent + Fut Pl P2 => spar_ + "gerete" ; --# notpresent + Fut Pl P3 => spar_ + "geranno" ; --# notpresent + Cong Pres Sg P1 => spar_ + "ga" ; + Cong Pres Sg P2 => spar_ + "ga" ; + Cong Pres Sg P3 => spar_ + "ga" ; + Cong Pres Pl P1 => spar_ + "giamo" ; + Cong Pres Pl P2 => spar_ + "giate" ; + Cong Pres Pl P3 => spar_ + "gano" ; + Cong Imperf Sg P1 => spar_ + "gessi" ; --# notpresent + Cong Imperf Sg P2 => spar_ + "gessi" ; --# notpresent + Cong Imperf Sg P3 => spar_ + "gesse" ; --# notpresent + Cong Imperf Pl P1 => spar_ + "gessimo" ; --# notpresent + Cong Imperf Pl P2 => spar_ + "geste" ; --# notpresent + Cong Imperf Pl P3 => spar_ + "gessero" ; --# notpresent + Cond Sg P1 => spar_ + "gerei" ; --# notpresent + Cond Sg P2 => spar_ + "geresti" ; --# notpresent + Cond Sg P3 => spar_ + "gerebbe" ; --# notpresent + Cond Pl P1 => spar_ + "geremmo" ; --# notpresent + Cond Pl P2 => spar_ + "gereste" ; --# notpresent + Cond Pl P3 => spar_ + "gerebbero" ; --# notpresent + Imper SgP2 => spar_ + "gi" ; + Imper PlP1 => spar_ + "giamo" ; + Imper PlP2 => spar_ + "gete" ; + Ger => spar_ + "gendo" ; + Part PresP Masc Sg => spar_ + "gente" ; + Part PresP Masc Pl => spar_ + "genti" ; + Part PresP Fem Sg => spar_ + "gente" ; + Part PresP Fem Pl => spar_ + "genti" ; + Part PassP Masc Sg => spar_ + "so" ; + Part PassP Masc Pl => spar_ + "si" ; + Part PassP Fem Sg => spar_ + "sa" ; + Part PassP Fem Pl => spar_ + "se" + } + } ; + +oper spegnere_86 : Str -> Verbo = \spegnere -> + let spe_ = Predef.tk 5 spegnere in + {s = table { + Inf => spe_ + "gnere" ; + InfClit => spe_ + "gner" ; + Indi Pres Sg P1 => spe_ + "ngo" ; + Indi Pres Sg P2 => spe_ + "gni" ; + Indi Pres Sg P3 => spe_ + "gne" ; + Indi Pres Pl P1 => spe_ + "gniamo" ; + Indi Pres Pl P2 => spe_ + "gnete" ; + Indi Pres Pl P3 => spe_ + "ngono" ; + Indi Imperf Sg P1 => spe_ + "gnevo" ; --# notpresent + Indi Imperf Sg P2 => spe_ + "gnevi" ; --# notpresent + Indi Imperf Sg P3 => spe_ + "gneva" ; --# notpresent + Indi Imperf Pl P1 => spe_ + "gnevamo" ; --# notpresent + Indi Imperf Pl P2 => spe_ + "gnevate" ; --# notpresent + Indi Imperf Pl P3 => spe_ + "gnevano" ; --# notpresent + Pass Sg P1 => spe_ + "nsi" ; --# notpresent + Pass Sg P2 => spe_ + "gnesti" ; --# notpresent + Pass Sg P3 => spe_ + "nse" ; --# notpresent + Pass Pl P1 => spe_ + "gnemmo" ; --# notpresent + Pass Pl P2 => spe_ + "gneste" ; --# notpresent + Pass Pl P3 => spe_ + "nsero" ; --# notpresent + Fut Sg P1 => spe_ + "gnerò" ; --# notpresent + Fut Sg P2 => spe_ + "gnerai" ; --# notpresent + Fut Sg P3 => spe_ + "gnerà" ; --# notpresent + Fut Pl P1 => spe_ + "gneremo" ; --# notpresent + Fut Pl P2 => spe_ + "gnerete" ; --# notpresent + Fut Pl P3 => spe_ + "gneranno" ; --# notpresent + Cong Pres Sg P1 => spe_ + "nga" ; + Cong Pres Sg P2 => spe_ + "nga" ; + Cong Pres Sg P3 => spe_ + "nga" ; + Cong Pres Pl P1 => spe_ + "gniamo" ; + Cong Pres Pl P2 => spe_ + "gniate" ; + Cong Pres Pl P3 => spe_ + "ngano" ; + Cong Imperf Sg P1 => spe_ + "gnessi" ; --# notpresent + Cong Imperf Sg P2 => spe_ + "gnessi" ; --# notpresent + Cong Imperf Sg P3 => spe_ + "gnesse" ; --# notpresent + Cong Imperf Pl P1 => spe_ + "gnessimo" ; --# notpresent + Cong Imperf Pl P2 => spe_ + "gneste" ; --# notpresent + Cong Imperf Pl P3 => spe_ + "gnessero" ; --# notpresent + Cond Sg P1 => spe_ + "gnerei" ; --# notpresent + Cond Sg P2 => spe_ + "gneresti" ; --# notpresent + Cond Sg P3 => spe_ + "gnerebbe" ; --# notpresent + Cond Pl P1 => spe_ + "gneremmo" ; --# notpresent + Cond Pl P2 => spe_ + "gnereste" ; --# notpresent + Cond Pl P3 => spe_ + "gnerebbero" ; --# notpresent + Imper SgP2 => spe_ + "gni" ; + Imper PlP1 => spe_ + "gniamo" ; + Imper PlP2 => spe_ + "gnete" ; + Ger => spe_ + "gnendo" ; + Part PresP Masc Sg => spe_ + "gnente" ; + Part PresP Masc Pl => spe_ + "gnenti" ; + Part PresP Fem Sg => spe_ + "gnente" ; + Part PresP Fem Pl => spe_ + "gnenti" ; + Part PassP Masc Sg => spe_ + "nto" ; + Part PassP Masc Pl => spe_ + "nti" ; + Part PassP Fem Sg => spe_ + "nta" ; + Part PassP Fem Pl => spe_ + "nte" + } + } ; + +oper stringere_87 : Str -> Verbo = \striingere -> + let stri_ = Predef.tk 6 striingere in + {s = table { + Inf => stri_ + "ingere" ; + InfClit => stri_ + "inger" ; + Indi Pres Sg P1 => stri_ + "ingo" ; + Indi Pres Sg P2 => stri_ + "ingi" ; + Indi Pres Sg P3 => stri_ + "inge" ; + Indi Pres Pl P1 => stri_ + "ingiamo" ; + Indi Pres Pl P2 => stri_ + "ingete" ; + Indi Pres Pl P3 => stri_ + "ingono" ; + Indi Imperf Sg P1 => stri_ + "ingevo" ; --# notpresent + Indi Imperf Sg P2 => stri_ + "ingevi" ; --# notpresent + Indi Imperf Sg P3 => stri_ + "ingeva" ; --# notpresent + Indi Imperf Pl P1 => stri_ + "ingevamo" ; --# notpresent + Indi Imperf Pl P2 => stri_ + "ingevate" ; --# notpresent + Indi Imperf Pl P3 => stri_ + "ingevano" ; --# notpresent + Pass Sg P1 => stri_ + "insi" ; --# notpresent + Pass Sg P2 => stri_ + "ingesti" ; --# notpresent + Pass Sg P3 => stri_ + "inse" ; --# notpresent + Pass Pl P1 => stri_ + "ingemmo" ; --# notpresent + Pass Pl P2 => stri_ + "ingeste" ; --# notpresent + Pass Pl P3 => stri_ + "insero" ; --# notpresent + Fut Sg P1 => stri_ + "ingerò" ; --# notpresent + Fut Sg P2 => stri_ + "ingerai" ; --# notpresent + Fut Sg P3 => stri_ + "ingerà" ; --# notpresent + Fut Pl P1 => stri_ + "ingeremo" ; --# notpresent + Fut Pl P2 => stri_ + "ingerete" ; --# notpresent + Fut Pl P3 => stri_ + "ingeranno" ; --# notpresent + Cong Pres Sg P1 => stri_ + "inga" ; + Cong Pres Sg P2 => stri_ + "inga" ; + Cong Pres Sg P3 => stri_ + "inga" ; + Cong Pres Pl P1 => stri_ + "ingiamo" ; + Cong Pres Pl P2 => stri_ + "ingiate" ; + Cong Pres Pl P3 => stri_ + "ingano" ; + Cong Imperf Sg P1 => stri_ + "ingessi" ; --# notpresent + Cong Imperf Sg P2 => stri_ + "ingessi" ; --# notpresent + Cong Imperf Sg P3 => stri_ + "ingesse" ; --# notpresent + Cong Imperf Pl P1 => stri_ + "ingessimo" ; --# notpresent + Cong Imperf Pl P2 => stri_ + "ingeste" ; --# notpresent + Cong Imperf Pl P3 => stri_ + "ingessero" ; --# notpresent + Cond Sg P1 => stri_ + "ingerei" ; --# notpresent + Cond Sg P2 => stri_ + "ingeresti" ; --# notpresent + Cond Sg P3 => stri_ + "ingerebbe" ; --# notpresent + Cond Pl P1 => stri_ + "ingeremmo" ; --# notpresent + Cond Pl P2 => stri_ + "ingereste" ; --# notpresent + Cond Pl P3 => stri_ + "ingerebbero" ; --# notpresent + Imper SgP2 => stri_ + "ingi" ; + Imper PlP1 => stri_ + "ingiamo" ; + Imper PlP2 => stri_ + "ingete" ; + Ger => stri_ + "ingendo" ; + Part PresP Masc Sg => stri_ + "ingente" ; + Part PresP Masc Pl => stri_ + "ingenti" ; + Part PresP Fem Sg => stri_ + "ingente" ; + Part PresP Fem Pl => stri_ + "ingenti" ; + Part PassP Masc Sg => stri_ + "etto" ; + Part PassP Masc Pl => stri_ + "etti" ; + Part PassP Fem Sg => stri_ + "etta" ; + Part PassP Fem Pl => stri_ + "ette" + } + } ; + +oper svellere_88 : Str -> Verbo = \svellere -> + let svel_ = Predef.tk 4 svellere in + {s = table { + Inf => svel_ + "lere" ; + InfClit => svel_ + "ler" ; + Indi Pres Sg P1 => svel_ + "lo" ; + Indi Pres Sg P2 => svel_ + "li" ; + Indi Pres Sg P3 => svel_ + "le" ; + Indi Pres Pl P1 => svel_ + "liamo" ; + Indi Pres Pl P2 => svel_ + "lete" ; + Indi Pres Pl P3 => svel_ + "lono" ; + Indi Imperf Sg P1 => svel_ + "levo" ; --# notpresent + Indi Imperf Sg P2 => svel_ + "levi" ; --# notpresent + Indi Imperf Sg P3 => svel_ + "leva" ; --# notpresent + Indi Imperf Pl P1 => svel_ + "levamo" ; --# notpresent + Indi Imperf Pl P2 => svel_ + "levate" ; --# notpresent + Indi Imperf Pl P3 => svel_ + "levano" ; --# notpresent + Pass Sg P1 => svel_ + "si" ; --# notpresent + Pass Sg P2 => svel_ + "lesti" ; --# notpresent + Pass Sg P3 => svel_ + "se" ; --# notpresent + Pass Pl P1 => svel_ + "lemmo" ; --# notpresent + Pass Pl P2 => svel_ + "leste" ; --# notpresent + Pass Pl P3 => svel_ + "sero" ; --# notpresent + Fut Sg P1 => svel_ + "lerò" ; --# notpresent + Fut Sg P2 => svel_ + "lerai" ; --# notpresent + Fut Sg P3 => svel_ + "lerà" ; --# notpresent + Fut Pl P1 => svel_ + "leremo" ; --# notpresent + Fut Pl P2 => svel_ + "lerete" ; --# notpresent + Fut Pl P3 => svel_ + "leranno" ; --# notpresent + Cong Pres Sg P1 => svel_ + "la" ; + Cong Pres Sg P2 => svel_ + "la" ; + Cong Pres Sg P3 => svel_ + "la" ; + Cong Pres Pl P1 => svel_ + "liamo" ; + Cong Pres Pl P2 => svel_ + "liate" ; + Cong Pres Pl P3 => svel_ + "lano" ; + Cong Imperf Sg P1 => svel_ + "lessi" ; --# notpresent + Cong Imperf Sg P2 => svel_ + "lessi" ; --# notpresent + Cong Imperf Sg P3 => svel_ + "lesse" ; --# notpresent + Cong Imperf Pl P1 => svel_ + "lessimo" ; --# notpresent + Cong Imperf Pl P2 => svel_ + "leste" ; --# notpresent + Cong Imperf Pl P3 => svel_ + "lessero" ; --# notpresent + Cond Sg P1 => svel_ + "lerei" ; --# notpresent + Cond Sg P2 => svel_ + "leresti" ; --# notpresent + Cond Sg P3 => svel_ + "lerebbe" ; --# notpresent + Cond Pl P1 => svel_ + "leremmo" ; --# notpresent + Cond Pl P2 => svel_ + "lereste" ; --# notpresent + Cond Pl P3 => svel_ + "lerebbero" ; --# notpresent + Imper SgP2 => svel_ + "li" ; + Imper PlP1 => svel_ + "liamo" ; + Imper PlP2 => svel_ + "lete" ; + Ger => svel_ + "lendo" ; + Part PresP Masc Sg => svel_ + "lente" ; + Part PresP Masc Pl => svel_ + "lenti" ; + Part PresP Fem Sg => svel_ + "lente" ; + Part PresP Fem Pl => svel_ + "lenti" ; + Part PassP Masc Sg => svel_ + "to" ; + Part PassP Masc Pl => svel_ + "ti" ; + Part PassP Fem Sg => svel_ + "ta" ; + Part PassP Fem Pl => svel_ + "te" + } + } ; + +oper tenere_89 : Str -> Verbo = \tenere -> + let t_ = Predef.tk 5 tenere in + {s = table { + Inf => t_ + "enere" ; + InfClit => t_ + "ener" ; + Indi Pres Sg P1 => t_ + "engo" ; + Indi Pres Sg P2 => t_ + "ieni" ; + Indi Pres Sg P3 => t_ + "iene" ; + Indi Pres Pl P1 => t_ + "eniamo" ; + Indi Pres Pl P2 => t_ + "enete" ; + Indi Pres Pl P3 => t_ + "engono" ; + Indi Imperf Sg P1 => t_ + "enevo" ; --# notpresent + Indi Imperf Sg P2 => t_ + "enevi" ; --# notpresent + Indi Imperf Sg P3 => t_ + "eneva" ; --# notpresent + Indi Imperf Pl P1 => t_ + "enevamo" ; --# notpresent + Indi Imperf Pl P2 => t_ + "enevate" ; --# notpresent + Indi Imperf Pl P3 => t_ + "enevano" ; --# notpresent + Pass Sg P1 => t_ + "enni" ; --# notpresent + Pass Sg P2 => t_ + "enesti" ; --# notpresent + Pass Sg P3 => t_ + "enne" ; --# notpresent + Pass Pl P1 => t_ + "enemmo" ; --# notpresent + Pass Pl P2 => t_ + "eneste" ; --# notpresent + Pass Pl P3 => t_ + "ennero" ; --# notpresent + Fut Sg P1 => t_ + "errò" ; --# notpresent + Fut Sg P2 => t_ + "errai" ; --# notpresent + Fut Sg P3 => t_ + "errà" ; --# notpresent + Fut Pl P1 => t_ + "erremo" ; --# notpresent + Fut Pl P2 => t_ + "errete" ; --# notpresent + Fut Pl P3 => t_ + "erranno" ; --# notpresent + Cong Pres Sg P1 => t_ + "enga" ; + Cong Pres Sg P2 => t_ + "enga" ; + Cong Pres Sg P3 => t_ + "enga" ; + Cong Pres Pl P1 => t_ + "eniamo" ; + Cong Pres Pl P2 => t_ + "eniate" ; + Cong Pres Pl P3 => t_ + "engano" ; + Cong Imperf Sg P1 => t_ + "enessi" ; --# notpresent + Cong Imperf Sg P2 => t_ + "enessi" ; --# notpresent + Cong Imperf Sg P3 => t_ + "enesse" ; --# notpresent + Cong Imperf Pl P1 => t_ + "enessimo" ; --# notpresent + Cong Imperf Pl P2 => t_ + "eneste" ; --# notpresent + Cong Imperf Pl P3 => t_ + "enessero" ; --# notpresent + Cond Sg P1 => t_ + "errei" ; --# notpresent + Cond Sg P2 => t_ + "erresti" ; --# notpresent + Cond Sg P3 => t_ + "errebbe" ; --# notpresent + Cond Pl P1 => t_ + "erremmo" ; --# notpresent + Cond Pl P2 => t_ + "erreste" ; --# notpresent + Cond Pl P3 => t_ + "errebbero" ; --# notpresent + Imper SgP2 => t_ + "ieni" ; + Imper PlP1 => t_ + "eniamo" ; + Imper PlP2 => t_ + "enete" ; + Ger => t_ + "enendo" ; + Part PresP Masc Sg => t_ + "enente" ; + Part PresP Masc Pl => t_ + "enenti" ; + Part PresP Fem Sg => t_ + "enente" ; + Part PresP Fem Pl => t_ + "enenti" ; + Part PassP Masc Sg => t_ + "enuto" ; + Part PassP Masc Pl => t_ + "enuti" ; + Part PassP Fem Sg => t_ + "enuta" ; + Part PassP Fem Pl => t_ + "enute" + } + } ; + +oper torcere_90 : Str -> Verbo = \torcere -> + let tor_ = Predef.tk 4 torcere in + {s = table { + Inf => tor_ + "cere" ; + InfClit => tor_ + "cer" ; + Indi Pres Sg P1 => tor_ + "co" ; + Indi Pres Sg P2 => tor_ + "ci" ; + Indi Pres Sg P3 => tor_ + "ce" ; + Indi Pres Pl P1 => tor_ + "ciamo" ; + Indi Pres Pl P2 => tor_ + "cete" ; + Indi Pres Pl P3 => tor_ + "cono" ; + Indi Imperf Sg P1 => tor_ + "cevo" ; --# notpresent + Indi Imperf Sg P2 => tor_ + "cevi" ; --# notpresent + Indi Imperf Sg P3 => tor_ + "ceva" ; --# notpresent + Indi Imperf Pl P1 => tor_ + "cevamo" ; --# notpresent + Indi Imperf Pl P2 => tor_ + "cevate" ; --# notpresent + Indi Imperf Pl P3 => tor_ + "cevano" ; --# notpresent + Pass Sg P1 => tor_ + "si" ; --# notpresent + Pass Sg P2 => tor_ + "cesti" ; --# notpresent + Pass Sg P3 => tor_ + "se" ; --# notpresent + Pass Pl P1 => tor_ + "cemmo" ; --# notpresent + Pass Pl P2 => tor_ + "ceste" ; --# notpresent + Pass Pl P3 => tor_ + "sero" ; --# notpresent + Fut Sg P1 => tor_ + "cerò" ; --# notpresent + Fut Sg P2 => tor_ + "cerai" ; --# notpresent + Fut Sg P3 => tor_ + "cerà" ; --# notpresent + Fut Pl P1 => tor_ + "ceremo" ; --# notpresent + Fut Pl P2 => tor_ + "cerete" ; --# notpresent + Fut Pl P3 => tor_ + "ceranno" ; --# notpresent + Cong Pres Sg P1 => tor_ + "ca" ; + Cong Pres Sg P2 => tor_ + "ca" ; + Cong Pres Sg P3 => tor_ + "ca" ; + Cong Pres Pl P1 => tor_ + "ciamo" ; + Cong Pres Pl P2 => tor_ + "ciate" ; + Cong Pres Pl P3 => tor_ + "cano" ; + Cong Imperf Sg P1 => tor_ + "cessi" ; --# notpresent + Cong Imperf Sg P2 => tor_ + "cessi" ; --# notpresent + Cong Imperf Sg P3 => tor_ + "cesse" ; --# notpresent + Cong Imperf Pl P1 => tor_ + "cessimo" ; --# notpresent + Cong Imperf Pl P2 => tor_ + "ceste" ; --# notpresent + Cong Imperf Pl P3 => tor_ + "cessero" ; --# notpresent + Cond Sg P1 => tor_ + "cerei" ; --# notpresent + Cond Sg P2 => tor_ + "ceresti" ; --# notpresent + Cond Sg P3 => tor_ + "cerebbe" ; --# notpresent + Cond Pl P1 => tor_ + "ceremmo" ; --# notpresent + Cond Pl P2 => tor_ + "cereste" ; --# notpresent + Cond Pl P3 => tor_ + "cerebbero" ; --# notpresent + Imper SgP2 => tor_ + "ci" ; + Imper PlP1 => tor_ + "ciamo" ; + Imper PlP2 => tor_ + "cete" ; + Ger => tor_ + "cendo" ; + Part PresP Masc Sg => tor_ + "cente" ; + Part PresP Masc Pl => tor_ + "centi" ; + Part PresP Fem Sg => tor_ + "cente" ; + Part PresP Fem Pl => tor_ + "centi" ; + Part PassP Masc Sg => tor_ + "to" ; + Part PassP Masc Pl => tor_ + "ti" ; + Part PassP Fem Sg => tor_ + "ta" ; + Part PassP Fem Pl => tor_ + "te" + } + } ; + +oper trarre_91 : Str -> Verbo = \trarre -> + let tra_ = Predef.tk 3 trarre in + {s = table { + Inf => tra_ + "rre" ; + InfClit => tra_ + "r" ; + Indi Pres Sg P1 => tra_ + "ggo" ; + Indi Pres Sg P2 => tra_ + "i" ; + Indi Pres Sg P3 => tra_ + "e" ; + Indi Pres Pl P1 => tra_ + "iamo" ; + Indi Pres Pl P2 => tra_ + "ete" ; + Indi Pres Pl P3 => tra_ + "ggono" ; + Indi Imperf Sg P1 => tra_ + "evo" ; --# notpresent + Indi Imperf Sg P2 => tra_ + "evi" ; --# notpresent + Indi Imperf Sg P3 => tra_ + "eva" ; --# notpresent + Indi Imperf Pl P1 => tra_ + "evamo" ; --# notpresent + Indi Imperf Pl P2 => tra_ + "evate" ; --# notpresent + Indi Imperf Pl P3 => tra_ + "evano" ; --# notpresent + Pass Sg P1 => tra_ + "ssi" ; --# notpresent + Pass Sg P2 => tra_ + "esti" ; --# notpresent + Pass Sg P3 => tra_ + "sse" ; --# notpresent + Pass Pl P1 => tra_ + "emmo" ; --# notpresent + Pass Pl P2 => tra_ + "este" ; --# notpresent + Pass Pl P3 => tra_ + "ssero" ; --# notpresent + Fut Sg P1 => tra_ + "rrò" ; --# notpresent + Fut Sg P2 => tra_ + "rrai" ; --# notpresent + Fut Sg P3 => tra_ + "rrà" ; --# notpresent + Fut Pl P1 => tra_ + "rremo" ; --# notpresent + Fut Pl P2 => tra_ + "rrete" ; --# notpresent + Fut Pl P3 => tra_ + "rranno" ; --# notpresent + Cong Pres Sg P1 => tra_ + "gga" ; + Cong Pres Sg P2 => tra_ + "gga" ; + Cong Pres Sg P3 => tra_ + "gga" ; + Cong Pres Pl P1 => tra_ + "iamo" ; + Cong Pres Pl P2 => tra_ + "iate" ; + Cong Pres Pl P3 => tra_ + "ggano" ; + Cong Imperf Sg P1 => tra_ + "essi" ; --# notpresent + Cong Imperf Sg P2 => tra_ + "essi" ; --# notpresent + Cong Imperf Sg P3 => tra_ + "esse" ; --# notpresent + Cong Imperf Pl P1 => tra_ + "essimo" ; --# notpresent + Cong Imperf Pl P2 => tra_ + "este" ; --# notpresent + Cong Imperf Pl P3 => tra_ + "essero" ; --# notpresent + Cond Sg P1 => tra_ + "rrei" ; --# notpresent + Cond Sg P2 => tra_ + "rresti" ; --# notpresent + Cond Sg P3 => tra_ + "rrebbe" ; --# notpresent + Cond Pl P1 => tra_ + "rremmo" ; --# notpresent + Cond Pl P2 => tra_ + "rreste" ; --# notpresent + Cond Pl P3 => tra_ + "rrebbero" ; --# notpresent + Imper SgP2 => tra_ + "i" ; + Imper PlP1 => tra_ + "iamo" ; + Imper PlP2 => tra_ + "ete" ; + Ger => tra_ + "endo" ; + Part PresP Masc Sg => tra_ + "ente" ; + Part PresP Masc Pl => tra_ + "enti" ; + Part PresP Fem Sg => tra_ + "ente" ; + Part PresP Fem Pl => tra_ + "enti" ; + Part PassP Masc Sg => tra_ + "tto" ; + Part PassP Masc Pl => tra_ + "tti" ; + Part PassP Fem Sg => tra_ + "tta" ; + Part PassP Fem Pl => tra_ + "tte" + } + } ; + +oper valere_92 : Str -> Verbo = \valere -> + let va_ = Predef.tk 4 valere in + {s = table { + Inf => va_ + "lere" ; + InfClit => va_ + "ler" ; + Indi Pres Sg P1 => va_ + "lgo" ; + Indi Pres Sg P2 => va_ + "li" ; + Indi Pres Sg P3 => va_ + "le" ; + Indi Pres Pl P1 => va_ + "liamo" ; + Indi Pres Pl P2 => va_ + "lete" ; + Indi Pres Pl P3 => va_ + "lgono" ; + Indi Imperf Sg P1 => va_ + "levo" ; --# notpresent + Indi Imperf Sg P2 => va_ + "levi" ; --# notpresent + Indi Imperf Sg P3 => va_ + "leva" ; --# notpresent + Indi Imperf Pl P1 => va_ + "levamo" ; --# notpresent + Indi Imperf Pl P2 => va_ + "levate" ; --# notpresent + Indi Imperf Pl P3 => va_ + "levano" ; --# notpresent + Pass Sg P1 => va_ + "lsi" ; --# notpresent + Pass Sg P2 => va_ + "lesti" ; --# notpresent + Pass Sg P3 => va_ + "lse" ; --# notpresent + Pass Pl P1 => va_ + "lemmo" ; --# notpresent + Pass Pl P2 => va_ + "leste" ; --# notpresent + Pass Pl P3 => va_ + "lsero" ; --# notpresent + Fut Sg P1 => va_ + "rrò" ; --# notpresent + Fut Sg P2 => va_ + "rrai" ; --# notpresent + Fut Sg P3 => va_ + "rrà" ; --# notpresent + Fut Pl P1 => va_ + "rremo" ; --# notpresent + Fut Pl P2 => va_ + "rrete" ; --# notpresent + Fut Pl P3 => va_ + "rranno" ; --# notpresent + Cong Pres Sg P1 => va_ + "lga" ; + Cong Pres Sg P2 => va_ + "lga" ; + Cong Pres Sg P3 => va_ + "lga" ; + Cong Pres Pl P1 => va_ + "liamo" ; + Cong Pres Pl P2 => va_ + "liate" ; + Cong Pres Pl P3 => va_ + "lgano" ; + Cong Imperf Sg P1 => va_ + "lessi" ; --# notpresent + Cong Imperf Sg P2 => va_ + "lessi" ; --# notpresent + Cong Imperf Sg P3 => va_ + "lesse" ; --# notpresent + Cong Imperf Pl P1 => va_ + "lessimo" ; --# notpresent + Cong Imperf Pl P2 => va_ + "leste" ; --# notpresent + Cong Imperf Pl P3 => va_ + "lessero" ; --# notpresent + Cond Sg P1 => va_ + "rrei" ; --# notpresent + Cond Sg P2 => va_ + "rresti" ; --# notpresent + Cond Sg P3 => va_ + "rrebbe" ; --# notpresent + Cond Pl P1 => va_ + "rremmo" ; --# notpresent + Cond Pl P2 => va_ + "rreste" ; --# notpresent + Cond Pl P3 => va_ + "rrebbero" ; --# notpresent + Imper SgP2 => va_ + "li" ; + Imper PlP1 => va_ + "liamo" ; + Imper PlP2 => va_ + "lete" ; + Ger => va_ + "lendo" ; + Part PresP Masc Sg => va_ + "lente" ; + Part PresP Masc Pl => va_ + "lenti" ; + Part PresP Fem Sg => va_ + "lente" ; + Part PresP Fem Pl => va_ + "lenti" ; + Part PassP Masc Sg => va_ + "lso" ; + Part PassP Masc Pl => va_ + "lsi" ; + Part PassP Fem Sg => va_ + "lsa" ; + Part PassP Fem Pl => va_ + "lse" + } + } ; + +oper vedere_93 : Str -> Verbo = \vedereedere -> + let vedere_ = Predef.tk 5 vedereedere in + {s = table { + Inf => vedere_ + "edere" ; + InfClit => vedere_ + "eder" ; + Indi Pres Sg P1 => vedere_ + "edo" ; + Indi Pres Sg P2 => vedere_ + "edi" ; + Indi Pres Sg P3 => vedere_ + "ede" ; + Indi Pres Pl P1 => vedere_ + "ediamo" ; + Indi Pres Pl P2 => vedere_ + "edete" ; + Indi Pres Pl P3 => vedere_ + "edono" ; + Indi Imperf Sg P1 => vedere_ + "edevo" ; --# notpresent + Indi Imperf Sg P2 => vedere_ + "edevi" ; --# notpresent + Indi Imperf Sg P3 => vedere_ + "edeva" ; --# notpresent + Indi Imperf Pl P1 => vedere_ + "edevamo" ; --# notpresent + Indi Imperf Pl P2 => vedere_ + "edevate" ; --# notpresent + Indi Imperf Pl P3 => vedere_ + "edevano" ; --# notpresent + Pass Sg P1 => vedere_ + "idi" ; --# notpresent + Pass Sg P2 => vedere_ + "edesti" ; --# notpresent + Pass Sg P3 => vedere_ + "ide" ; --# notpresent + Pass Pl P1 => vedere_ + "edemmo" ; --# notpresent + Pass Pl P2 => vedere_ + "edeste" ; --# notpresent + Pass Pl P3 => vedere_ + "idero" ; --# notpresent + Fut Sg P1 => vedere_ + "edrò" ; --# notpresent + Fut Sg P2 => vedere_ + "edrai" ; --# notpresent + Fut Sg P3 => vedere_ + "edrà" ; --# notpresent + Fut Pl P1 => vedere_ + "edremo" ; --# notpresent + Fut Pl P2 => vedere_ + "edrete" ; --# notpresent + Fut Pl P3 => vedere_ + "edranno" ; --# notpresent + Cong Pres Sg P1 => vedere_ + "eda" ; + Cong Pres Sg P2 => vedere_ + "eda" ; + Cong Pres Sg P3 => vedere_ + "eda" ; + Cong Pres Pl P1 => vedere_ + "ediamo" ; + Cong Pres Pl P2 => vedere_ + "ediate" ; + Cong Pres Pl P3 => vedere_ + "edano" ; + Cong Imperf Sg P1 => vedere_ + "edessi" ; --# notpresent + Cong Imperf Sg P2 => vedere_ + "edessi" ; --# notpresent + Cong Imperf Sg P3 => vedere_ + "edesse" ; --# notpresent + Cong Imperf Pl P1 => vedere_ + "edessimo" ; --# notpresent + Cong Imperf Pl P2 => vedere_ + "edeste" ; --# notpresent + Cong Imperf Pl P3 => vedere_ + "edessero" ; --# notpresent + Cond Sg P1 => vedere_ + "edrei" ; --# notpresent + Cond Sg P2 => vedere_ + "edresti" ; --# notpresent + Cond Sg P3 => vedere_ + "edrebbe" ; --# notpresent + Cond Pl P1 => vedere_ + "edremmo" ; --# notpresent + Cond Pl P2 => vedere_ + "edreste" ; --# notpresent + Cond Pl P3 => vedere_ + "edrebbero" ; --# notpresent + Imper SgP2 => vedere_ + "edi" ; + Imper PlP1 => vedere_ + "ediamo" ; + Imper PlP2 => vedere_ + "edete" ; + Ger => vedere_ + "edendo" ; + Part PresP Masc Sg => vedere_ + "edente" ; + Part PresP Masc Pl => vedere_ + "edenti" ; + Part PresP Fem Sg => vedere_ + "edente" ; + Part PresP Fem Pl => vedere_ + "edenti" ; + Part PassP Masc Sg => vedere_ + "isto" ; + Part PassP Masc Pl => vedere_ + "isti" ; + Part PassP Fem Sg => vedere_ + "ista" ; + Part PassP Fem Pl => vedere_ + "iste" + } + } ; + +oper vincere_94 : Str -> Verbo = \vincere -> + let vin_ = Predef.tk 4 vincere in + {s = table { + Inf => vin_ + "cere" ; + InfClit => vin_ + "cer" ; + Indi Pres Sg P1 => vin_ + "co" ; + Indi Pres Sg P2 => vin_ + "ci" ; + Indi Pres Sg P3 => vin_ + "ce" ; + Indi Pres Pl P1 => vin_ + "ciamo" ; + Indi Pres Pl P2 => vin_ + "cete" ; + Indi Pres Pl P3 => vin_ + "cono" ; + Indi Imperf Sg P1 => vin_ + "cevo" ; --# notpresent + Indi Imperf Sg P2 => vin_ + "cevi" ; --# notpresent + Indi Imperf Sg P3 => vin_ + "ceva" ; --# notpresent + Indi Imperf Pl P1 => vin_ + "cevamo" ; --# notpresent + Indi Imperf Pl P2 => vin_ + "cevate" ; --# notpresent + Indi Imperf Pl P3 => vin_ + "cevano" ; --# notpresent + Pass Sg P1 => vin_ + "si" ; --# notpresent + Pass Sg P2 => vin_ + "cesti" ; --# notpresent + Pass Sg P3 => vin_ + "se" ; --# notpresent + Pass Pl P1 => vin_ + "cemmo" ; --# notpresent + Pass Pl P2 => vin_ + "ceste" ; --# notpresent + Pass Pl P3 => vin_ + "sero" ; --# notpresent + Fut Sg P1 => vin_ + "cerò" ; --# notpresent + Fut Sg P2 => vin_ + "cerai" ; --# notpresent + Fut Sg P3 => vin_ + "cerà" ; --# notpresent + Fut Pl P1 => vin_ + "ceremo" ; --# notpresent + Fut Pl P2 => vin_ + "cerete" ; --# notpresent + Fut Pl P3 => vin_ + "ceranno" ; --# notpresent + Cong Pres Sg P1 => vin_ + "ca" ; + Cong Pres Sg P2 => vin_ + "ca" ; + Cong Pres Sg P3 => vin_ + "ca" ; + Cong Pres Pl P1 => vin_ + "ciamo" ; + Cong Pres Pl P2 => vin_ + "ciate" ; + Cong Pres Pl P3 => vin_ + "cano" ; + Cong Imperf Sg P1 => vin_ + "cessi" ; --# notpresent + Cong Imperf Sg P2 => vin_ + "cessi" ; --# notpresent + Cong Imperf Sg P3 => vin_ + "cesse" ; --# notpresent + Cong Imperf Pl P1 => vin_ + "cessimo" ; --# notpresent + Cong Imperf Pl P2 => vin_ + "ceste" ; --# notpresent + Cong Imperf Pl P3 => vin_ + "cessero" ; --# notpresent + Cond Sg P1 => vin_ + "cerei" ; --# notpresent + Cond Sg P2 => vin_ + "ceresti" ; --# notpresent + Cond Sg P3 => vin_ + "cerebbe" ; --# notpresent + Cond Pl P1 => vin_ + "ceremmo" ; --# notpresent + Cond Pl P2 => vin_ + "cereste" ; --# notpresent + Cond Pl P3 => vin_ + "cerebbero" ; --# notpresent + Imper SgP2 => vin_ + "ci" ; + Imper PlP1 => vin_ + "ciamo" ; + Imper PlP2 => vin_ + "cete" ; + Ger => vin_ + "cendo" ; + Part PresP Masc Sg => vin_ + "cente" ; + Part PresP Masc Pl => vin_ + "centi" ; + Part PresP Fem Sg => vin_ + "cente" ; + Part PresP Fem Pl => vin_ + "centi" ; + Part PassP Masc Sg => vin_ + "to" ; + Part PassP Masc Pl => vin_ + "ti" ; + Part PassP Fem Sg => vin_ + "ta" ; + Part PassP Fem Pl => vin_ + "te" + } + } ; + +oper vivere_95 : Str -> Verbo = \viverevere -> + let vivere_ = Predef.tk 4 viverevere in + {s = table { + Inf => vivere_ + "vere" ; + InfClit => vivere_ + "ver" ; + Indi Pres Sg P1 => vivere_ + "vo" ; + Indi Pres Sg P2 => vivere_ + "vi" ; + Indi Pres Sg P3 => vivere_ + "ve" ; + Indi Pres Pl P1 => vivere_ + "viamo" ; + Indi Pres Pl P2 => vivere_ + "vete" ; + Indi Pres Pl P3 => vivere_ + "vono" ; + Indi Imperf Sg P1 => vivere_ + "vevo" ; --# notpresent + Indi Imperf Sg P2 => vivere_ + "vevi" ; --# notpresent + Indi Imperf Sg P3 => vivere_ + "veva" ; --# notpresent + Indi Imperf Pl P1 => vivere_ + "vevamo" ; --# notpresent + Indi Imperf Pl P2 => vivere_ + "vevate" ; --# notpresent + Indi Imperf Pl P3 => vivere_ + "vevano" ; --# notpresent + Pass Sg P1 => vivere_ + "ssi" ; --# notpresent + Pass Sg P2 => vivere_ + "vesti" ; --# notpresent + Pass Sg P3 => vivere_ + "sse" ; --# notpresent + Pass Pl P1 => vivere_ + "vemmo" ; --# notpresent + Pass Pl P2 => vivere_ + "veste" ; --# notpresent + Pass Pl P3 => vivere_ + "ssero" ; --# notpresent + Fut Sg P1 => vivere_ + "vrò" ; --# notpresent + Fut Sg P2 => vivere_ + "vrai" ; --# notpresent + Fut Sg P3 => vivere_ + "vrà" ; --# notpresent + Fut Pl P1 => vivere_ + "vremo" ; --# notpresent + Fut Pl P2 => vivere_ + "vrete" ; --# notpresent + Fut Pl P3 => vivere_ + "vranno" ; --# notpresent + Cong Pres Sg P1 => vivere_ + "va" ; + Cong Pres Sg P2 => vivere_ + "va" ; + Cong Pres Sg P3 => vivere_ + "va" ; + Cong Pres Pl P1 => vivere_ + "viamo" ; + Cong Pres Pl P2 => vivere_ + "viate" ; + Cong Pres Pl P3 => vivere_ + "vano" ; + Cong Imperf Sg P1 => vivere_ + "vessi" ; --# notpresent + Cong Imperf Sg P2 => vivere_ + "vessi" ; --# notpresent + Cong Imperf Sg P3 => vivere_ + "vesse" ; --# notpresent + Cong Imperf Pl P1 => vivere_ + "vessimo" ; --# notpresent + Cong Imperf Pl P2 => vivere_ + "veste" ; --# notpresent + Cong Imperf Pl P3 => vivere_ + "vessero" ; --# notpresent + Cond Sg P1 => vivere_ + "vrei" ; --# notpresent + Cond Sg P2 => vivere_ + "vresti" ; --# notpresent + Cond Sg P3 => vivere_ + "vrebbe" ; --# notpresent + Cond Pl P1 => vivere_ + "vremmo" ; --# notpresent + Cond Pl P2 => vivere_ + "vreste" ; --# notpresent + Cond Pl P3 => vivere_ + "vrebbero" ; --# notpresent + Imper SgP2 => vivere_ + "vi" ; + Imper PlP1 => vivere_ + "viamo" ; + Imper PlP2 => vivere_ + "vete" ; + Ger => vivere_ + "vendo" ; + Part PresP Masc Sg => vivere_ + "vente" ; + Part PresP Masc Pl => vivere_ + "venti" ; + Part PresP Fem Sg => vivere_ + "vente" ; + Part PresP Fem Pl => vivere_ + "venti" ; + Part PassP Masc Sg => vivere_ + "ssuto" ; + Part PassP Masc Pl => vivere_ + "ssuti" ; + Part PassP Fem Sg => vivere_ + "ssuta" ; + Part PassP Fem Pl => vivere_ + "ssute" + } + } ; + +oper volere_96 : Str -> Verbo = \volere -> + let v_ = Predef.tk 5 volere in + {s = table { + Inf => v_ + "olere" ; + InfClit => v_ + "oler" ; + Indi Pres Sg P1 => v_ + "oglio" ; + Indi Pres Sg P2 => v_ + "uoi" ; + Indi Pres Sg P3 => v_ + "uole" ; + Indi Pres Pl P1 => v_ + "ogliamo" ; + Indi Pres Pl P2 => v_ + "olete" ; + Indi Pres Pl P3 => v_ + "ogliono" ; + Indi Imperf Sg P1 => v_ + "olevo" ; --# notpresent + Indi Imperf Sg P2 => v_ + "olevi" ; --# notpresent + Indi Imperf Sg P3 => v_ + "oleva" ; --# notpresent + Indi Imperf Pl P1 => v_ + "olevamo" ; --# notpresent + Indi Imperf Pl P2 => v_ + "olevate" ; --# notpresent + Indi Imperf Pl P3 => v_ + "olevano" ; --# notpresent + Pass Sg P1 => v_ + "olli" ; --# notpresent + Pass Sg P2 => v_ + "olesti" ; --# notpresent + Pass Sg P3 => v_ + "olle" ; --# notpresent + Pass Pl P1 => v_ + "olemmo" ; --# notpresent + Pass Pl P2 => v_ + "oleste" ; --# notpresent + Pass Pl P3 => v_ + "ollero" ; --# notpresent + Fut Sg P1 => v_ + "orrò" ; --# notpresent + Fut Sg P2 => v_ + "orrai" ; --# notpresent + Fut Sg P3 => v_ + "orrà" ; --# notpresent + Fut Pl P1 => v_ + "orremo" ; --# notpresent + Fut Pl P2 => v_ + "orrete" ; --# notpresent + Fut Pl P3 => v_ + "orranno" ; --# notpresent + Cong Pres Sg P1 => v_ + "oglia" ; + Cong Pres Sg P2 => v_ + "oglia" ; + Cong Pres Sg P3 => v_ + "oglia" ; + Cong Pres Pl P1 => v_ + "ogliamo" ; + Cong Pres Pl P2 => v_ + "ogliate" ; + Cong Pres Pl P3 => v_ + "ogliano" ; + Cong Imperf Sg P1 => v_ + "olessi" ; --# notpresent + Cong Imperf Sg P2 => v_ + "olessi" ; --# notpresent + Cong Imperf Sg P3 => v_ + "olesse" ; --# notpresent + Cong Imperf Pl P1 => v_ + "olessimo" ; --# notpresent + Cong Imperf Pl P2 => v_ + "oleste" ; --# notpresent + Cong Imperf Pl P3 => v_ + "olessero" ; --# notpresent + Cond Sg P1 => v_ + "orrei" ; --# notpresent + Cond Sg P2 => v_ + "orresti" ; --# notpresent + Cond Sg P3 => v_ + "orrebbe" ; --# notpresent + Cond Pl P1 => v_ + "orremmo" ; --# notpresent + Cond Pl P2 => v_ + "orreste" ; --# notpresent + Cond Pl P3 => v_ + "orrebbero" ; --# notpresent + Imper SgP2 => v_ + "uoi" ; + Imper PlP1 => v_ + "ogliamo" ; + Imper PlP2 => v_ + "olete" ; + Ger => v_ + "olendo" ; + Part PresP Masc Sg => v_ + "olente" ; + Part PresP Masc Pl => v_ + "olenti" ; + Part PresP Fem Sg => v_ + "olente" ; + Part PresP Fem Pl => v_ + "olenti" ; + Part PassP Masc Sg => v_ + "oluto" ; + Part PassP Masc Pl => v_ + "oluti" ; + Part PassP Fem Sg => v_ + "oluta" ; + Part PassP Fem Pl => v_ + "olute" + } + } ; + +oper volgere_97 : Str -> Verbo = \volgere -> + let vol_ = Predef.tk 4 volgere in + {s = table { + Inf => vol_ + "gere" ; + InfClit => vol_ + "ger" ; + Indi Pres Sg P1 => vol_ + "go" ; + Indi Pres Sg P2 => vol_ + "gi" ; + Indi Pres Sg P3 => vol_ + "ge" ; + Indi Pres Pl P1 => vol_ + "giamo" ; + Indi Pres Pl P2 => vol_ + "gete" ; + Indi Pres Pl P3 => vol_ + "gono" ; + Indi Imperf Sg P1 => vol_ + "gevo" ; --# notpresent + Indi Imperf Sg P2 => vol_ + "gevi" ; --# notpresent + Indi Imperf Sg P3 => vol_ + "geva" ; --# notpresent + Indi Imperf Pl P1 => vol_ + "gevamo" ; --# notpresent + Indi Imperf Pl P2 => vol_ + "gevate" ; --# notpresent + Indi Imperf Pl P3 => vol_ + "gevano" ; --# notpresent + Pass Sg P1 => vol_ + "si" ; --# notpresent + Pass Sg P2 => vol_ + "gesti" ; --# notpresent + Pass Sg P3 => vol_ + "se" ; --# notpresent + Pass Pl P1 => vol_ + "gemmo" ; --# notpresent + Pass Pl P2 => vol_ + "geste" ; --# notpresent + Pass Pl P3 => vol_ + "sero" ; --# notpresent + Fut Sg P1 => vol_ + "gerò" ; --# notpresent + Fut Sg P2 => vol_ + "gerai" ; --# notpresent + Fut Sg P3 => vol_ + "gerà" ; --# notpresent + Fut Pl P1 => vol_ + "geremo" ; --# notpresent + Fut Pl P2 => vol_ + "gerete" ; --# notpresent + Fut Pl P3 => vol_ + "geranno" ; --# notpresent + Cong Pres Sg P1 => vol_ + "ga" ; + Cong Pres Sg P2 => vol_ + "ga" ; + Cong Pres Sg P3 => vol_ + "ga" ; + Cong Pres Pl P1 => vol_ + "giamo" ; + Cong Pres Pl P2 => vol_ + "giate" ; + Cong Pres Pl P3 => vol_ + "gano" ; + Cong Imperf Sg P1 => vol_ + "gessi" ; --# notpresent + Cong Imperf Sg P2 => vol_ + "gessi" ; --# notpresent + Cong Imperf Sg P3 => vol_ + "gesse" ; --# notpresent + Cong Imperf Pl P1 => vol_ + "gessimo" ; --# notpresent + Cong Imperf Pl P2 => vol_ + "geste" ; --# notpresent + Cong Imperf Pl P3 => vol_ + "gessero" ; --# notpresent + Cond Sg P1 => vol_ + "gerei" ; --# notpresent + Cond Sg P2 => vol_ + "geresti" ; --# notpresent + Cond Sg P3 => vol_ + "gerebbe" ; --# notpresent + Cond Pl P1 => vol_ + "geremmo" ; --# notpresent + Cond Pl P2 => vol_ + "gereste" ; --# notpresent + Cond Pl P3 => vol_ + "gerebbero" ; --# notpresent + Imper SgP2 => vol_ + "gi" ; + Imper PlP1 => vol_ + "giamo" ; + Imper PlP2 => vol_ + "gete" ; + Ger => vol_ + "gendo" ; + Part PresP Masc Sg => vol_ + "gente" ; + Part PresP Masc Pl => vol_ + "genti" ; + Part PresP Fem Sg => vol_ + "gente" ; + Part PresP Fem Pl => vol_ + "genti" ; + Part PassP Masc Sg => vol_ + "to" ; + Part PassP Masc Pl => vol_ + "ti" ; + Part PassP Fem Sg => vol_ + "ta" ; + Part PassP Fem Pl => vol_ + "te" + } + } ; + +---- solere_98a +---- suggere_98b + +oper sentire_99 : Str -> Verbo = \sentire -> + let sen_ = Predef.tk 4 sentire in + {s = table { + Inf => sen_ + "tire" ; + InfClit => sen_ + "tir" ; + Indi Pres Sg P1 => sen_ + "to" ; + Indi Pres Sg P2 => sen_ + "ti" ; + Indi Pres Sg P3 => sen_ + "te" ; + Indi Pres Pl P1 => sen_ + "tiamo" ; + Indi Pres Pl P2 => sen_ + "tite" ; + Indi Pres Pl P3 => sen_ + "tono" ; + Indi Imperf Sg P1 => sen_ + "tivo" ; --# notpresent + Indi Imperf Sg P2 => sen_ + "tivi" ; --# notpresent + Indi Imperf Sg P3 => sen_ + "tiva" ; --# notpresent + Indi Imperf Pl P1 => sen_ + "tivamo" ; --# notpresent + Indi Imperf Pl P2 => sen_ + "tivate" ; --# notpresent + Indi Imperf Pl P3 => sen_ + "tivano" ; --# notpresent + Pass Sg P1 => sen_ + "tii" ; --# notpresent + Pass Sg P2 => sen_ + "tisti" ; --# notpresent + Pass Sg P3 => sen_ + "tì" ; --# notpresent + Pass Pl P1 => sen_ + "timmo" ; --# notpresent + Pass Pl P2 => sen_ + "tiste" ; --# notpresent + Pass Pl P3 => sen_ + "tirono" ; --# notpresent + Fut Sg P1 => sen_ + "tirò" ; --# notpresent + Fut Sg P2 => sen_ + "tirai" ; --# notpresent + Fut Sg P3 => sen_ + "tirà" ; --# notpresent + Fut Pl P1 => sen_ + "tiremo" ; --# notpresent + Fut Pl P2 => sen_ + "tirete" ; --# notpresent + Fut Pl P3 => sen_ + "tiranno" ; --# notpresent + Cong Pres Sg P1 => sen_ + "ta" ; + Cong Pres Sg P2 => sen_ + "ta" ; + Cong Pres Sg P3 => sen_ + "ta" ; + Cong Pres Pl P1 => sen_ + "tiamo" ; + Cong Pres Pl P2 => sen_ + "tiate" ; + Cong Pres Pl P3 => sen_ + "tano" ; + Cong Imperf Sg P1 => sen_ + "tissi" ; --# notpresent + Cong Imperf Sg P2 => sen_ + "tissi" ; --# notpresent + Cong Imperf Sg P3 => sen_ + "tisse" ; --# notpresent + Cong Imperf Pl P1 => sen_ + "tissimo" ; --# notpresent + Cong Imperf Pl P2 => sen_ + "tiste" ; --# notpresent + Cong Imperf Pl P3 => sen_ + "tissero" ; --# notpresent + Cond Sg P1 => sen_ + "tirei" ; --# notpresent + Cond Sg P2 => sen_ + "tiresti" ; --# notpresent + Cond Sg P3 => sen_ + "tirebbe" ; --# notpresent + Cond Pl P1 => sen_ + "tiremmo" ; --# notpresent + Cond Pl P2 => sen_ + "tireste" ; --# notpresent + Cond Pl P3 => sen_ + "tirebbero" ; --# notpresent + Imper SgP2 => sen_ + "ti" ; + Imper PlP1 => sen_ + "tiamo" ; + Imper PlP2 => sen_ + "tite" ; + Ger => sen_ + "tendo" ; + Part PresP Masc Sg => sen_ + "zient" ; + Part PresP Masc Pl => sen_ + "zieni" ; + Part PresP Fem Sg => sen_ + "zient" ; + Part PresP Fem Pl => sen_ + "zieni" ; + Part PassP Masc Sg => sen_ + "tito" ; + Part PassP Masc Pl => sen_ + "titi" ; + Part PassP Fem Sg => sen_ + "tita" ; + Part PassP Fem Pl => sen_ + "tite" + } + } ; + +oper dormire_99b : Str -> Verbo = \dormire -> + let dorm_ = Predef.tk 3 dormire in + {s = table { + Inf => dorm_ + "ire" ; + InfClit => dorm_ + "ir" ; + Indi Pres Sg P1 => dorm_ + "o" ; + Indi Pres Sg P2 => dorm_ + "i" ; + Indi Pres Sg P3 => dorm_ + "e" ; + Indi Pres Pl P1 => dorm_ + "iamo" ; + Indi Pres Pl P2 => dorm_ + "ite" ; + Indi Pres Pl P3 => dorm_ + "ono" ; + Indi Imperf Sg P1 => dorm_ + "ivo" ; --# notpresent + Indi Imperf Sg P2 => dorm_ + "ivi" ; --# notpresent + Indi Imperf Sg P3 => dorm_ + "iva" ; --# notpresent + Indi Imperf Pl P1 => dorm_ + "ivamo" ; --# notpresent + Indi Imperf Pl P2 => dorm_ + "ivate" ; --# notpresent + Indi Imperf Pl P3 => dorm_ + "ivano" ; --# notpresent + Pass Sg P1 => dorm_ + "ii" ; --# notpresent + Pass Sg P2 => dorm_ + "isti" ; --# notpresent + Pass Sg P3 => dorm_ + "ì" ; --# notpresent + Pass Pl P1 => dorm_ + "immo" ; --# notpresent + Pass Pl P2 => dorm_ + "iste" ; --# notpresent + Pass Pl P3 => dorm_ + "irono" ; --# notpresent + Fut Sg P1 => dorm_ + "irò" ; --# notpresent + Fut Sg P2 => dorm_ + "irai" ; --# notpresent + Fut Sg P3 => dorm_ + "irà" ; --# notpresent + Fut Pl P1 => dorm_ + "iremo" ; --# notpresent + Fut Pl P2 => dorm_ + "irete" ; --# notpresent + Fut Pl P3 => dorm_ + "iranno" ; --# notpresent + Cong Pres Sg P1 => dorm_ + "a" ; + Cong Pres Sg P2 => dorm_ + "a" ; + Cong Pres Sg P3 => dorm_ + "a" ; + Cong Pres Pl P1 => dorm_ + "iamo" ; + Cong Pres Pl P2 => dorm_ + "iate" ; + Cong Pres Pl P3 => dorm_ + "ano" ; + Cong Imperf Sg P1 => dorm_ + "issi" ; --# notpresent + Cong Imperf Sg P2 => dorm_ + "issi" ; --# notpresent + Cong Imperf Sg P3 => dorm_ + "isse" ; --# notpresent + Cong Imperf Pl P1 => dorm_ + "issimo" ; --# notpresent + Cong Imperf Pl P2 => dorm_ + "iste" ; --# notpresent + Cong Imperf Pl P3 => dorm_ + "issero" ; --# notpresent + Cond Sg P1 => dorm_ + "irei" ; --# notpresent + Cond Sg P2 => dorm_ + "iresti" ; --# notpresent + Cond Sg P3 => dorm_ + "irebbe" ; --# notpresent + Cond Pl P1 => dorm_ + "iremmo" ; --# notpresent + Cond Pl P2 => dorm_ + "ireste" ; --# notpresent + Cond Pl P3 => dorm_ + "irebbero" ; --# notpresent + Imper SgP2 => dorm_ + "i" ; + Imper PlP1 => dorm_ + "iamo" ; + Imper PlP2 => dorm_ + "ite" ; + Ger => dorm_ + "endo" ; + Part PresP Masc Sg => dorm_ + "ente" ; + Part PresP Masc Pl => dorm_ + "enti" ; + Part PresP Fem Sg => dorm_ + "ente" ; + Part PresP Fem Pl => dorm_ + "enti" ; + Part PassP Masc Sg => dorm_ + "ito" ; + Part PassP Masc Pl => dorm_ + "iti" ; + Part PassP Fem Sg => dorm_ + "ita" ; + Part PassP Fem Pl => dorm_ + "ite" + } + } ; + +oper finire_100 : Str -> Verbo = \finire -> + let fin_ = Predef.tk 3 finire in + {s = table { + Inf => fin_ + "ire" ; + InfClit => fin_ + "ir" ; + Indi Pres Sg P1 => fin_ + "isco" ; + Indi Pres Sg P2 => fin_ + "isci" ; + Indi Pres Sg P3 => fin_ + "isce" ; + Indi Pres Pl P1 => fin_ + "iamo" ; + Indi Pres Pl P2 => fin_ + "ite" ; + Indi Pres Pl P3 => fin_ + "iscono" ; + Indi Imperf Sg P1 => fin_ + "ivo" ; --# notpresent + Indi Imperf Sg P2 => fin_ + "ivi" ; --# notpresent + Indi Imperf Sg P3 => fin_ + "iva" ; --# notpresent + Indi Imperf Pl P1 => fin_ + "ivamo" ; --# notpresent + Indi Imperf Pl P2 => fin_ + "ivate" ; --# notpresent + Indi Imperf Pl P3 => fin_ + "ivano" ; --# notpresent + Pass Sg P1 => fin_ + "ii" ; --# notpresent + Pass Sg P2 => fin_ + "isti" ; --# notpresent + Pass Sg P3 => fin_ + "ì" ; --# notpresent + Pass Pl P1 => fin_ + "immo" ; --# notpresent + Pass Pl P2 => fin_ + "iste" ; --# notpresent + Pass Pl P3 => fin_ + "irono" ; --# notpresent + Fut Sg P1 => fin_ + "irò" ; --# notpresent + Fut Sg P2 => fin_ + "irai" ; --# notpresent + Fut Sg P3 => fin_ + "irà" ; --# notpresent + Fut Pl P1 => fin_ + "iremo" ; --# notpresent + Fut Pl P2 => fin_ + "irete" ; --# notpresent + Fut Pl P3 => fin_ + "iranno" ; --# notpresent + Cong Pres Sg P1 => fin_ + "isca" ; + Cong Pres Sg P2 => fin_ + "isca" ; + Cong Pres Sg P3 => fin_ + "isca" ; + Cong Pres Pl P1 => fin_ + "iamo" ; + Cong Pres Pl P2 => fin_ + "iate" ; + Cong Pres Pl P3 => fin_ + "iscano" ; + Cong Imperf Sg P1 => fin_ + "issi" ; --# notpresent + Cong Imperf Sg P2 => fin_ + "issi" ; --# notpresent + Cong Imperf Sg P3 => fin_ + "isse" ; --# notpresent + Cong Imperf Pl P1 => fin_ + "issimo" ; --# notpresent + Cong Imperf Pl P2 => fin_ + "iste" ; --# notpresent + Cong Imperf Pl P3 => fin_ + "issero" ; --# notpresent + Cond Sg P1 => fin_ + "irei" ; --# notpresent + Cond Sg P2 => fin_ + "iresti" ; --# notpresent + Cond Sg P3 => fin_ + "irebbe" ; --# notpresent + Cond Pl P1 => fin_ + "iremmo" ; --# notpresent + Cond Pl P2 => fin_ + "ireste" ; --# notpresent + Cond Pl P3 => fin_ + "irebbero" ; --# notpresent + Imper SgP2 => fin_ + "isci" ; + Imper PlP1 => fin_ + "iamo" ; + Imper PlP2 => fin_ + "ite" ; + Ger => fin_ + "endo" ; + Part PresP Masc Sg => fin_ + "ente" ; + Part PresP Masc Pl => fin_ + "enti" ; + Part PresP Fem Sg => fin_ + "ente" ; + Part PresP Fem Pl => fin_ + "enti" ; + Part PassP Masc Sg => fin_ + "ito" ; + Part PassP Masc Pl => fin_ + "iti" ; + Part PassP Fem Sg => fin_ + "ita" ; + Part PassP Fem Pl => fin_ + "ite" + } + } ; + +---- apparire_101 + +oper aprire_102 : Str -> Verbo = \aprire -> + let ap_ = Predef.tk 4 aprire in + {s = table { + Inf => ap_ + "rire" ; + InfClit => ap_ + "rir" ; + Indi Pres Sg P1 => ap_ + "ro" ; + Indi Pres Sg P2 => ap_ + "ri" ; + Indi Pres Sg P3 => ap_ + "re" ; + Indi Pres Pl P1 => ap_ + "riamo" ; + Indi Pres Pl P2 => ap_ + "rite" ; + Indi Pres Pl P3 => ap_ + "rono" ; + Indi Imperf Sg P1 => ap_ + "rivo" ; --# notpresent + Indi Imperf Sg P2 => ap_ + "rivi" ; --# notpresent + Indi Imperf Sg P3 => ap_ + "riva" ; --# notpresent + Indi Imperf Pl P1 => ap_ + "rivamo" ; --# notpresent + Indi Imperf Pl P2 => ap_ + "rivate" ; --# notpresent + Indi Imperf Pl P3 => ap_ + "rivano" ; --# notpresent + Pass Sg P1 => variants {ap_ + "rii" ; ap_ + "ersi"} ; --# notpresent + Pass Sg P2 => ap_ + "risti" ; --# notpresent + Pass Sg P3 => variants {ap_ + "rì" ; ap_ + "erse"} ; --# notpresent + Pass Pl P1 => ap_ + "rimmo" ; --# notpresent + Pass Pl P2 => ap_ + "riste" ; --# notpresent + Pass Pl P3 => variants {ap_ + "rirono" ; ap_ + "ersero"} ; --# notpresent + Fut Sg P1 => ap_ + "rirò" ; --# notpresent + Fut Sg P2 => ap_ + "rirai" ; --# notpresent + Fut Sg P3 => ap_ + "rirà" ; --# notpresent + Fut Pl P1 => ap_ + "riremo" ; --# notpresent + Fut Pl P2 => ap_ + "rirete" ; --# notpresent + Fut Pl P3 => ap_ + "riranno" ; --# notpresent + Cong Pres Sg P1 => ap_ + "ra" ; + Cong Pres Sg P2 => ap_ + "ra" ; + Cong Pres Sg P3 => ap_ + "ra" ; + Cong Pres Pl P1 => ap_ + "riamo" ; + Cong Pres Pl P2 => ap_ + "riate" ; + Cong Pres Pl P3 => ap_ + "rano" ; + Cong Imperf Sg P1 => ap_ + "rissi" ; --# notpresent + Cong Imperf Sg P2 => ap_ + "rissi" ; --# notpresent + Cong Imperf Sg P3 => ap_ + "risse" ; --# notpresent + Cong Imperf Pl P1 => ap_ + "rissimo" ; --# notpresent + Cong Imperf Pl P2 => ap_ + "riste" ; --# notpresent + Cong Imperf Pl P3 => ap_ + "rissero" ; --# notpresent + Cond Sg P1 => ap_ + "rirei" ; --# notpresent + Cond Sg P2 => ap_ + "riresti" ; --# notpresent + Cond Sg P3 => ap_ + "rirebbe" ; --# notpresent + Cond Pl P1 => ap_ + "riremmo" ; --# notpresent + Cond Pl P2 => ap_ + "rireste" ; --# notpresent + Cond Pl P3 => ap_ + "rirebbero" ; --# notpresent + Imper SgP2 => ap_ + "ri" ; + Imper PlP1 => ap_ + "riamo" ; + Imper PlP2 => ap_ + "rite" ; + Ger => ap_ + "rendo" ; + Part PresP Masc Sg => ap_ + "rendo" ; + Part PresP Masc Pl => ap_ + "rendo" ; + Part PresP Fem Sg => ap_ + "rendo" ; + Part PresP Fem Pl => ap_ + "rendo" ; + Part PassP Masc Sg => ap_ + "erto" ; + Part PassP Masc Pl => ap_ + "erti" ; + Part PassP Fem Sg => ap_ + "erta" ; + Part PassP Fem Pl => ap_ + "erte" + } + } ; + + +oper cucire_103 : Str -> Verbo = \cucire -> + let cuc_ = Predef.tk 3 cucire in + {s = table { + Inf => cuc_ + "ire" ; + InfClit => cuc_ + "ir" ; + Indi Pres Sg P1 => cuc_ + "io" ; + Indi Pres Sg P2 => cuc_ + "i" ; + Indi Pres Sg P3 => cuc_ + "e" ; + Indi Pres Pl P1 => cuc_ + "iamo" ; + Indi Pres Pl P2 => cuc_ + "ite" ; + Indi Pres Pl P3 => cuc_ + "iono" ; + Indi Imperf Sg P1 => cuc_ + "ivo" ; --# notpresent + Indi Imperf Sg P2 => cuc_ + "ivi" ; --# notpresent + Indi Imperf Sg P3 => cuc_ + "iva" ; --# notpresent + Indi Imperf Pl P1 => cuc_ + "ivamo" ; --# notpresent + Indi Imperf Pl P2 => cuc_ + "ivate" ; --# notpresent + Indi Imperf Pl P3 => cuc_ + "ivano" ; --# notpresent + Pass Sg P1 => cuc_ + "ii" ; --# notpresent + Pass Sg P2 => cuc_ + "isti" ; --# notpresent + Pass Sg P3 => cuc_ + "ì" ; --# notpresent + Pass Pl P1 => cuc_ + "immo" ; --# notpresent + Pass Pl P2 => cuc_ + "iste" ; --# notpresent + Pass Pl P3 => cuc_ + "irono" ; --# notpresent + Fut Sg P1 => cuc_ + "irò" ; --# notpresent + Fut Sg P2 => cuc_ + "irai" ; --# notpresent + Fut Sg P3 => cuc_ + "irà" ; --# notpresent + Fut Pl P1 => cuc_ + "iremo" ; --# notpresent + Fut Pl P2 => cuc_ + "irete" ; --# notpresent + Fut Pl P3 => cuc_ + "iranno" ; --# notpresent + Cong Pres Sg P1 => cuc_ + "ia" ; + Cong Pres Sg P2 => cuc_ + "ia" ; + Cong Pres Sg P3 => cuc_ + "ia" ; + Cong Pres Pl P1 => cuc_ + "iamo" ; + Cong Pres Pl P2 => cuc_ + "iate" ; + Cong Pres Pl P3 => cuc_ + "iano" ; + Cong Imperf Sg P1 => cuc_ + "issi" ; --# notpresent + Cong Imperf Sg P2 => cuc_ + "issi" ; --# notpresent + Cong Imperf Sg P3 => cuc_ + "isse" ; --# notpresent + Cong Imperf Pl P1 => cuc_ + "issimo" ; --# notpresent + Cong Imperf Pl P2 => cuc_ + "iste" ; --# notpresent + Cong Imperf Pl P3 => cuc_ + "issero" ; --# notpresent + Cond Sg P1 => cuc_ + "irei" ; --# notpresent + Cond Sg P2 => cuc_ + "iresti" ; --# notpresent + Cond Sg P3 => cuc_ + "irebbe" ; --# notpresent + Cond Pl P1 => cuc_ + "iremmo" ; --# notpresent + Cond Pl P2 => cuc_ + "ireste" ; --# notpresent + Cond Pl P3 => cuc_ + "irebbero" ; --# notpresent + Imper SgP2 => cuc_ + "i" ; + Imper PlP1 => cuc_ + "iamo" ; + Imper PlP2 => cuc_ + "ite" ; + Ger => cuc_ + "endo" ; + Part PresP Masc Sg => cuc_ + "ente" ; + Part PresP Masc Pl => cuc_ + "enti" ; + Part PresP Fem Sg => cuc_ + "ente" ; + Part PresP Fem Pl => cuc_ + "enti" ; + Part PassP Masc Sg => cuc_ + "ito" ; + Part PassP Masc Pl => cuc_ + "iti" ; + Part PassP Fem Sg => cuc_ + "ita" ; + Part PassP Fem Pl => cuc_ + "ite" + } + } ; + +oper fuggire_104 : Str -> Verbo = \fuggire -> + let fugg_ = Predef.tk 3 fuggire in + {s = table { + Inf => fugg_ + "ire" ; + InfClit => fugg_ + "ir" ; + Indi Pres Sg P1 => fugg_ + "o" ; + Indi Pres Sg P2 => fugg_ + "i" ; + Indi Pres Sg P3 => fugg_ + "e" ; + Indi Pres Pl P1 => fugg_ + "iamo" ; + Indi Pres Pl P2 => fugg_ + "ite" ; + Indi Pres Pl P3 => fugg_ + "ono" ; + Indi Imperf Sg P1 => fugg_ + "ivo" ; --# notpresent + Indi Imperf Sg P2 => fugg_ + "ivi" ; --# notpresent + Indi Imperf Sg P3 => fugg_ + "iva" ; --# notpresent + Indi Imperf Pl P1 => fugg_ + "ivamo" ; --# notpresent + Indi Imperf Pl P2 => fugg_ + "ivate" ; --# notpresent + Indi Imperf Pl P3 => fugg_ + "ivano" ; --# notpresent + Pass Sg P1 => fugg_ + "ii" ; --# notpresent + Pass Sg P2 => fugg_ + "isti" ; --# notpresent + Pass Sg P3 => fugg_ + "ì" ; --# notpresent + Pass Pl P1 => fugg_ + "immo" ; --# notpresent + Pass Pl P2 => fugg_ + "iste" ; --# notpresent + Pass Pl P3 => fugg_ + "irono" ; --# notpresent + Fut Sg P1 => fugg_ + "irò" ; --# notpresent + Fut Sg P2 => fugg_ + "irai" ; --# notpresent + Fut Sg P3 => fugg_ + "irà" ; --# notpresent + Fut Pl P1 => fugg_ + "iremo" ; --# notpresent + Fut Pl P2 => fugg_ + "irete" ; --# notpresent + Fut Pl P3 => fugg_ + "iranno" ; --# notpresent + Cong Pres Sg P1 => fugg_ + "a" ; + Cong Pres Sg P2 => fugg_ + "a" ; + Cong Pres Sg P3 => fugg_ + "a" ; + Cong Pres Pl P1 => fugg_ + "iamo" ; + Cong Pres Pl P2 => fugg_ + "iate" ; + Cong Pres Pl P3 => fugg_ + "ano" ; + Cong Imperf Sg P1 => fugg_ + "issi" ; --# notpresent + Cong Imperf Sg P2 => fugg_ + "issi" ; --# notpresent + Cong Imperf Sg P3 => fugg_ + "isse" ; --# notpresent + Cong Imperf Pl P1 => fugg_ + "issimo" ; --# notpresent + Cong Imperf Pl P2 => fugg_ + "iste" ; --# notpresent + Cong Imperf Pl P3 => fugg_ + "issero" ; --# notpresent + Cond Sg P1 => fugg_ + "irei" ; --# notpresent + Cond Sg P2 => fugg_ + "iresti" ; --# notpresent + Cond Sg P3 => fugg_ + "irebbe" ; --# notpresent + Cond Pl P1 => fugg_ + "iremmo" ; --# notpresent + Cond Pl P2 => fugg_ + "ireste" ; --# notpresent + Cond Pl P3 => fugg_ + "irebbero" ; --# notpresent + Imper SgP2 => fugg_ + "i" ; + Imper PlP1 => fugg_ + "iamo" ; + Imper PlP2 => fugg_ + "ite" ; + Ger => fugg_ + "endo" ; + Part PresP Masc Sg => fugg_ + "ente" ; + Part PresP Masc Pl => fugg_ + "enti" ; + Part PresP Fem Sg => fugg_ + "ente" ; + Part PresP Fem Pl => fugg_ + "enti" ; + Part PassP Masc Sg => fugg_ + "ito" ; + Part PassP Masc Pl => fugg_ + "iti" ; + Part PassP Fem Sg => fugg_ + "ita" ; + Part PassP Fem Pl => fugg_ + "ite" + } + } ; + +oper morire_105 : Str -> Verbo = \morire -> + let mor_ = Predef.tk 3 morire ; + m_ = Predef.tk 5 morire + in + {s = table { + Inf => mor_ + "ire" ; + InfClit => mor_ + "ir" ; + Indi Pres Sg P1 => m_ + "uoio" ; + Indi Pres Sg P2 => m_ + "uori" ; + Indi Pres Sg P3 => m_ + "uore" ; + Indi Pres Pl P1 => mor_ + "iamo" ; + Indi Pres Pl P2 => mor_ + "ite" ; + Indi Pres Pl P3 => m_ + "uoiono" ; + Indi Imperf Sg P1 => mor_ + "ivo" ; --# notpresent + Indi Imperf Sg P2 => mor_ + "ivi" ; --# notpresent + Indi Imperf Sg P3 => mor_ + "iva" ; --# notpresent + Indi Imperf Pl P1 => mor_ + "ivamo" ; --# notpresent + Indi Imperf Pl P2 => mor_ + "ivate" ; --# notpresent + Indi Imperf Pl P3 => mor_ + "ivano" ; --# notpresent + Pass Sg P1 => mor_ + "ii" ; --# notpresent + Pass Sg P2 => mor_ + "isti" ; --# notpresent + Pass Sg P3 => mor_ + "ì" ; --# notpresent + Pass Pl P1 => mor_ + "immo" ; --# notpresent + Pass Pl P2 => mor_ + "iste" ; --# notpresent + Pass Pl P3 => mor_ + "irono" ; --# notpresent + Fut Sg P1 => mor_ + "irò" ; ---- also morrò etc --# notpresent + Fut Sg P2 => mor_ + "irai" ; --# notpresent + Fut Sg P3 => mor_ + "irà" ; --# notpresent + Fut Pl P1 => mor_ + "iremo" ; --# notpresent + Fut Pl P2 => mor_ + "irete" ; --# notpresent + Fut Pl P3 => mor_ + "iranno" ; --# notpresent + Cong Pres Sg P1 => m_ + "uoia" ; + Cong Pres Sg P2 => m_ + "uoia" ; + Cong Pres Sg P3 => m_ + "uoia" ; + Cong Pres Pl P1 => mor_ + "iamo" ; + Cong Pres Pl P2 => mor_ + "iate" ; + Cong Pres Pl P3 => m_ + "uoiano" ; + Cong Imperf Sg P1 => mor_ + "issi" ; --# notpresent + Cong Imperf Sg P2 => mor_ + "issi" ; --# notpresent + Cong Imperf Sg P3 => mor_ + "isse" ; --# notpresent + Cong Imperf Pl P1 => mor_ + "issimo" ; --# notpresent + Cong Imperf Pl P2 => mor_ + "iste" ; --# notpresent + Cong Imperf Pl P3 => mor_ + "issero" ; --# notpresent + Cond Sg P1 => mor_ + "irei" ; --# notpresent + Cond Sg P2 => mor_ + "iresti" ; --# notpresent + Cond Sg P3 => mor_ + "irebbe" ; --# notpresent + Cond Pl P1 => mor_ + "iremmo" ; --# notpresent + Cond Pl P2 => mor_ + "ireste" ; --# notpresent + Cond Pl P3 => mor_ + "irebbero" ; --# notpresent + Imper SgP2 => m_ + "uori" ; + Imper PlP1 => mor_ + "iamo" ; + Imper PlP2 => mor_ + "ite" ; + Ger => mor_ + "endo" ; + Part PresP Masc Sg => mor_ + "ente" ; + Part PresP Masc Pl => mor_ + "enti" ; + Part PresP Fem Sg => mor_ + "ente" ; + Part PresP Fem Pl => mor_ + "enti" ; + Part PassP Masc Sg => mor_ + "to" ; + Part PassP Masc Pl => mor_ + "ti" ; + Part PassP Fem Sg => mor_ + "ta" ; + Part PassP Fem Pl => mor_ + "te" + } + } ; + +oper salire_106 : Str -> Verbo = \salire -> + let x_ = Predef.tk 6 salire in + mkVerbo + (x_ + "salire") (x_ + "salgo") (x_ + "sale") (x_ + "saliamo") + (x_ + "salirò") (x_ + "salii") (x_ + "salisti") (x_ + "salì") + (x_ + "salirono") (x_ + "sali") (x_ + "salito") ; + +oper seguire_107 : Str -> Verbo = \seguire -> + let x_ = Predef.tk 7 seguire in + mkVerbo + (x_ + "seguire") (x_ + "seguo") (x_ + "segue") (x_ + "seguiamo") + (x_ + "seguirò") (x_ + "seguii") (x_ + "seguisti") (x_ + "seguì") + (x_ + "seguirono") (x_ + "segui") (x_ + "seguito") ; + +oper udire_108 : Str -> Verbo = \udire -> + let x_ = Predef.tk 5 udire in + mkVerbo (x_ + "udire") (x_ + "odo") (x_ + "ode") (x_ + "udiamo") + (x_ + "udirò") (x_ + "udii") (x_ + "udisti") (x_ + "udì") + (x_ + "udirono") (x_ + "odi") (x_ + "udito") ; + +oper uscire_109 : Str -> Verbo = \uscire -> + let x_ = Predef.tk 6 uscire in + mkVerbo (x_ + "uscire") (x_ + "esco") (x_ + "esce") + (x_ + "usciamo") (x_ + "uscirò") (x_ + "uscii") (x_ + "uscisti") + (x_ + "uscì") (x_ + "uscirono") (x_ + "esci") (x_ + "uscito") ; + +oper venire_110 : Str -> Verbo = \venire -> + let v_ = Predef.tk 5 venire in + {s = table { + Inf => v_ + "enire" ; + InfClit => v_ + "enir" ; + Indi Pres Sg P1 => v_ + "engo" ; + Indi Pres Sg P2 => v_ + "ieni" ; + Indi Pres Sg P3 => v_ + "iene" ; + Indi Pres Pl P1 => v_ + "eniamo" ; + Indi Pres Pl P2 => v_ + "enite" ; + Indi Pres Pl P3 => v_ + "engono" ; + Indi Imperf Sg P1 => v_ + "enivo" ; --# notpresent + Indi Imperf Sg P2 => v_ + "enivi" ; --# notpresent + Indi Imperf Sg P3 => v_ + "eniva" ; --# notpresent + Indi Imperf Pl P1 => v_ + "enivamo" ; --# notpresent + Indi Imperf Pl P2 => v_ + "enivate" ; --# notpresent + Indi Imperf Pl P3 => v_ + "enivano" ; --# notpresent + Pass Sg P1 => v_ + "enni" ; --# notpresent + Pass Sg P2 => v_ + "enisti" ; --# notpresent + Pass Sg P3 => v_ + "enne" ; --# notpresent + Pass Pl P1 => v_ + "enimmo" ; --# notpresent + Pass Pl P2 => v_ + "eniste" ; --# notpresent + Pass Pl P3 => v_ + "ennero" ; --# notpresent + Fut Sg P1 => v_ + "errò" ; --# notpresent + Fut Sg P2 => v_ + "errai" ; --# notpresent + Fut Sg P3 => v_ + "errà" ; --# notpresent + Fut Pl P1 => v_ + "erremo" ; --# notpresent + Fut Pl P2 => v_ + "errete" ; --# notpresent + Fut Pl P3 => v_ + "erranno" ; --# notpresent + Cong Pres Sg P1 => v_ + "enga" ; + Cong Pres Sg P2 => v_ + "enga" ; + Cong Pres Sg P3 => v_ + "enga" ; + Cong Pres Pl P1 => v_ + "eniamo" ; + Cong Pres Pl P2 => v_ + "eniate" ; + Cong Pres Pl P3 => v_ + "engano" ; + Cong Imperf Sg P1 => v_ + "enissi" ; --# notpresent + Cong Imperf Sg P2 => v_ + "enissi" ; --# notpresent + Cong Imperf Sg P3 => v_ + "enisse" ; --# notpresent + Cong Imperf Pl P1 => v_ + "enissimo" ; --# notpresent + Cong Imperf Pl P2 => v_ + "eniste" ; --# notpresent + Cong Imperf Pl P3 => v_ + "enissero" ; --# notpresent + Cond Sg P1 => v_ + "errei" ; --# notpresent + Cond Sg P2 => v_ + "erresti" ; --# notpresent + Cond Sg P3 => v_ + "errebbe" ; --# notpresent + Cond Pl P1 => v_ + "erremmo" ; --# notpresent + Cond Pl P2 => v_ + "erreste" ; --# notpresent + Cond Pl P3 => v_ + "errebbero" ; --# notpresent + Imper SgP2 => v_ + "ieni" ; + Imper PlP1 => v_ + "eniamo" ; + Imper PlP2 => v_ + "enite" ; + Ger => v_ + "enendo" ; + Part PresP Masc Sg => v_ + "eniente" ; + Part PresP Masc Pl => v_ + "enienti" ; + Part PresP Fem Sg => v_ + "eniente" ; + Part PresP Fem Pl => v_ + "enienti" ; + Part PassP Masc Sg => v_ + "enuto" ; + Part PassP Masc Pl => v_ + "enuti" ; + Part PassP Fem Sg => v_ + "enuta" ; + Part PassP Fem Pl => v_ + "enute" + } + } ; + + verbBesch : {s : VForm => Str} -> {s : VF => Str} = \amare -> {s = table { + VInfin False => amare.s ! Inf ; + VInfin True => amare.s ! InfClit ; + VFin (VPres Indic) n p => amare.s ! Indi Pres n p ; + VFin (VPres Conjunct) n p => amare.s ! Cong Pres n p ; + VFin (VImperf Indic) n p => amare.s ! Indi Imperf n p ; --# notpresent + VFin (VImperf Conjunct) n p => amare.s ! Cong Imperf n p ; --# notpresent + VFin VPasse n p => amare.s ! Pass n p ; --# notpresent + VFin VFut n p => amare.s ! Fut n p ; --# notpresent + VFin VCondit n p => amare.s ! Cond n p ; --# notpresent + VImper np => amare.s ! Imper np ; + VPart g n => amare.s ! Part PassP g n ; + VGer => amare.s ! Ger + } + } ; + +param + Tempo = + Pres + | Imperf --# notpresent + ; + TempoP = + PresP + | PassP + ; + VForm = + Inf + | InfClit + | Indi Tempo Number Person + | Pass Number Person --# notpresent + | Fut Number Person --# notpresent + | Cong Tempo Number Person + | Cond Number Person --# notpresent + | Imper NumPersI + | Ger + | Part TempoP Gender Number + ; + + oper + mkVerbo : (x1,_,_,_,_,_,_,_,_,_,x11 : Str) -> Verbo ; + mkVerbo + dovere devo deve dobbiamo dovro + dovetti dovesti dovette dovettero dovi dovuto = + let + dove = Predef.tk 2 dovere ; + dov = init dove ; + dev = init devo ; + dovr = init dovro ; + dovei = Predef.tk 3 dovesti ; + dovut = init dovuto + in ( + {s = table { + Inf => dovere ; + InfClit => init dovere ; + Indi Pres Sg P1 => devo ; + Indi Pres Sg P2 => init deve + "i" ; + Indi Pres Sg P3 => deve ; + Indi Pres Pl P1 => dobbiamo ; + Indi Pres Pl P2 => dove + "te" ; + Indi Pres Pl P3 => init deve + "ono" ; + Indi Imperf Sg P1 => dove + "vo" ; --# notpresent + Indi Imperf Sg P2 => dove + "vi" ; --# notpresent + Indi Imperf Sg P3 => dove + "va" ; --# notpresent + Indi Imperf Pl P1 => dove + "vamo" ; --# notpresent + Indi Imperf Pl P2 => dove + "vate" ; --# notpresent + Indi Imperf Pl P3 => dove + "vano" ; --# notpresent + Pass Sg P1 => dovetti ; --# notpresent + Pass Sg P2 => dovesti ; --# notpresent + Pass Sg P3 => dovette ; --# notpresent + Pass Pl P1 => dovei + "mmo" ; --# notpresent + Pass Pl P2 => dovei + "ste" ; --# notpresent + Pass Pl P3 => dovettero ; --# notpresent + Fut Sg P1 => dovro ; --# notpresent + Fut Sg P2 => dovr + "ai" ; --# notpresent + Fut Sg P3 => dovr + "à" ; --# notpresent + Fut Pl P1 => dovr + "emo" ; --# notpresent + Fut Pl P2 => dovr + "ete" ; --# notpresent + Fut Pl P3 => dovr + "anno" ; --# notpresent + Cong Pres Sg P1 => dev + "a" ; + Cong Pres Sg P2 => dev + "a" ; + Cong Pres Sg P3 => dev + "a" ; + Cong Pres Pl P1 => dobbiamo ; + Cong Pres Pl P2 => Predef.tk 2 dobbiamo + "te" ; + Cong Pres Pl P3 => dev + "ano" ; + Cong Imperf Sg P1 => dovei + "ssi" ; --# notpresent + Cong Imperf Sg P2 => dovei + "ssi" ; --# notpresent + Cong Imperf Sg P3 => dovei + "sse" ; --# notpresent + Cong Imperf Pl P1 => dovei + "ssimo" ; --# notpresent + Cong Imperf Pl P2 => dovei + "ste" ; --# notpresent + Cong Imperf Pl P3 => dovei + "ssero" ; --# notpresent + Cond Sg P1 => dovr + "ei" ; --# notpresent + Cond Sg P2 => dovr + "esti" ; --# notpresent + Cond Sg P3 => dovr + "ebbe" ; --# notpresent + Cond Pl P1 => dovr + "emmo" ; --# notpresent + Cond Pl P2 => dovr + "este" ; --# notpresent + Cond Pl P3 => dovr + "ebbero" ; --# notpresent + Imper SgP2 => dovi ; + Imper PlP1 => dobbiamo ; + Imper PlP2 => dove + "te" ; + Ger => dov + "endo" ; + Part PresP _ Sg => dov + "ente" ; + Part PresP _ Pl => dov + "enti" ; + Part PassP Masc Sg => dovuto ; + Part PassP Masc Pl => dovut + "i" ; + Part PassP Fem Sg => dovut + "a" ; + Part PassP Fem Pl => dovut + "e" + } + }) ; + +} diff --git a/deprecated/old-lib/resource/italian/CatIta.gf b/deprecated/old-lib/resource/italian/CatIta.gf new file mode 100644 index 000000000..9be8ca6de --- /dev/null +++ b/deprecated/old-lib/resource/italian/CatIta.gf @@ -0,0 +1,4 @@ +--# -path=.:../romance:../abstract:../common:prelude + +concrete CatIta of Cat = CommonX - [Tense,TPres,TPast,TFut,TCond] ** CatRomance with + (ResRomance = ResIta) ; diff --git a/deprecated/old-lib/resource/italian/CompatibilityIta.gf b/deprecated/old-lib/resource/italian/CompatibilityIta.gf new file mode 100644 index 000000000..91446be55 --- /dev/null +++ b/deprecated/old-lib/resource/italian/CompatibilityIta.gf @@ -0,0 +1,11 @@ +--# -path=.:../romance:../abstract:../common + +concrete CompatibilityIta of Compatibility = CatIta ** 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/deprecated/old-lib/resource/italian/ConjunctionIta.gf b/deprecated/old-lib/resource/italian/ConjunctionIta.gf new file mode 100644 index 000000000..8b9bf13d1 --- /dev/null +++ b/deprecated/old-lib/resource/italian/ConjunctionIta.gf @@ -0,0 +1,2 @@ +concrete ConjunctionIta of Conjunction = CatIta ** ConjunctionRomance with + (ResRomance = ResIta) ; diff --git a/deprecated/old-lib/resource/italian/DiffIta.gf b/deprecated/old-lib/resource/italian/DiffIta.gf new file mode 100644 index 000000000..7eef2109e --- /dev/null +++ b/deprecated/old-lib/resource/italian/DiffIta.gf @@ -0,0 +1,201 @@ +--# -path=.:../romance:../abstract:../common:prelude + +instance DiffIta of DiffRomance = open CommonRomance, PhonoIta, BeschIta, Prelude in { + + flags optimize=all ; + + param + Prepos = P_di | P_a | P_da | P_in | P_su | P_con ; + VType = VHabere | VEsse | VRefl ; + + oper + dative : Case = CPrep P_a ; + genitive : Case = CPrep P_di ; + + prepCase = \c -> case c of { + Nom | Acc => [] ; + CPrep p => case p of { + P_di => "di" ; + P_a => pre {"a" ; "ad" / vocale} ; + P_da => "da" ; + P_in => "in" ; + P_su => "su" ; + P_con => "con" + } + } ; + + artDef : Gender -> Number -> Case -> Str = \g,n,c -> + case of { + <_, _, CPrep P_di> => prepArt "de" ; + <_, _, CPrep P_da> => prepArt "da" ; + <_, _, CPrep P_a> => prepArt "a" ; + <_, _, CPrep P_in> => prepArt "ne" ; + <_, _, CPrep P_su> => prepArt "su" ; + <_, _, CPrep P_con> => prepArt "co" ; + => elision "il" "l'" "lo" ; + => elision "la" "l'" "la" ; + => elision "i" "gli" "gli" ; + => "le" + } + where { + prepArt : Tok -> Tok = \de -> case of { + => elision (de + "l") (de + "ll'") (de + "llo") ; + => elision (de + "i") (de + "gli") (de + "gli") ; + => elision (de + "lla") (de + "ll'") (de + "lla") ; + => de + "lle" + } + } ; + + +-- In these two, "de de/du/des" becomes "de". + + artIndef = \g,n,c -> case of { + => prepCase c ++ + genForms (elision "un" "un" "uno") (elision "una" "un'" "una") ! g ; + _ => prepCase c + } ; + + possCase = artDef ; + + partitive = \g,c -> case c of { + CPrep P_di => "di" ; + _ => prepCase c ++ artDef g Sg (CPrep P_di) + } ; + + conjunctCase : NPForm -> NPForm = \c -> case c of { + Ton Nom | Aton Nom => Ton Nom ; + _ => Ton Acc + } ; + + auxVerb : VType -> (VF => Str) = \vtyp -> case vtyp of { + VHabere => avere_V.s ; + _ => copula.s + } ; + + partAgr : VType -> VPAgr = \vtyp -> case vtyp of { + VHabere => vpAgrNone ; + _ => VPAgrSubj + } ; + + vpAgrClit : Agr -> VPAgr = \a -> + VPAgrClit a.g a.n ; --- subty + + pronArg = \n,p,acc,dat -> + let + pacc = case acc of { --- only accusative refl handled + CRefl => case p of { + P3 => "si" ; + _ => argPron Fem n p Acc False --- no clitic after acc + } ; + CPron ag an ap => argPron ag an ap Acc False ; + _ => [] + } ; + hasAcc = case acc of { + CNone => False ; + _ => True + } ; + hasDat = case dat of { + CNone => False ; + _ => True + } ; + pdat = case dat of { + CPron ag an ap => argPron ag an ap dative hasAcc ; + _ => [] + } ; + in + ; + + infForm n p x y = (pronArg n p x y).p3 ; + + mkImperative b p vp = { + s = \\pol,aag => + let + pe = case b of {True => P3 ; _ => p} ; + agr = aag ** {p = pe} ; + clpr = pronArg agr.n agr.p vp.clAcc vp.clDat ; + verb = case of { + => (vp.s ! VPInfinit Simul clpr.p3).inf ! aag ; + _ => (vp.s ! VPImperat).fin ! agr + } ; + neg = vp.neg ! pol ; + compl = neg.p2 ++ clpr.p2 ++ vp.comp ! agr ++ vp.ext ! pol + in + neg.p1 ++ verb ++ bindIf clpr.p3 ++ clpr.p1 ++ compl ; + } ; + + negation : Polarity => (Str * Str) = table { + Pos => <[],[]> ; + Neg => <"non",[]> + } ; + + conjThan = "che" ; --- di + conjThat = "che" ; + + subjIf = "se" ; + + clitInf b cli inf = inf ++ bindIf b ++ cli ; + + relPron : Bool => AAgr => Case => Str = \\b,a,c => + case c of { + Nom | Acc => "che" ; + CPrep P_di => "cui" ; + _ => prepCase c ++ "cui" --- ilquale + } ; + + pronSuch : AAgr => Str = aagrForms "tale" "tale" "tali" "tali" ; + + quelPron : AAgr => Str = aagrForms "quale" "quale" "quali" "quali" ; + + partQIndir = "ci" ; + + reflPron : Number -> Person -> Case -> Str = + let + cases : (x,y : Str) -> (Case -> Str) = \me,moi,c -> case c of { + Acc | CPrep P_a => me ; + _ => moi + } ; + in + \n,p -> case of { + => cases "mi" "me" ; + => cases "ti" "te" ; + => cases "ci" "noi" ; -- unlike French with just one alt! + => cases "vi" "voi" ; + _ => cases "si" "se" + } ; + + argPron : Gender -> Number -> Person -> Case -> Bool -> Str = + let + cases : (x,y,z : Str) -> Case -> Bool -> Str = + \ci,ce,noi,c,isPre -> case c of { + Acc | CPrep P_a => if_then_Str isPre ce ci ; + _ => noi + } ; + cases4 : (x,y,z,u : Str) -> Case -> Bool -> Str = + \lo,gli,glie,lui,c,isPre -> case c of { + Acc => lo ; + CPrep P_a => if_then_Str isPre glie gli ; + _ => lui + } ; + in + \g,n,p -> case of { + <_,Sg,P1> => cases "mi" "me" "me" ; + <_,Sg,P2> => cases "ti" "te" "te" ; + <_,Pl,P1> => cases "ci" "ce" "noi" ; -- unlike French with just one alt! + <_,Pl,P2> => cases "vi" "ve" "voi" ; + => cases4 "lo" "gli" "glie" "lui" ; + => cases4 "la" "le" "glie" "lei" ; + <_, Pl,P3> => cases4 "li" "li" "glie" "loro" + } ; + + vRefl : VType = VRefl ; + isVRefl : VType -> Bool = \ty -> case ty of { + VRefl => True ; + _ => False + } ; + + auxPassive : Verb = venire_V ; + + copula = verbBesch (essere_1 "essere") ** {vtyp = VEsse} ; + avere_V = verbBesch (avere_2 "avere") ** {vtyp = VHabere} ; + venire_V = verbBesch (venire_110 "venire") ** {vtyp = VEsse} ; +} diff --git a/deprecated/old-lib/resource/italian/ExtraIta.gf b/deprecated/old-lib/resource/italian/ExtraIta.gf new file mode 100644 index 000000000..66fe52e62 --- /dev/null +++ b/deprecated/old-lib/resource/italian/ExtraIta.gf @@ -0,0 +1,39 @@ +concrete ExtraIta of ExtraItaAbs = ExtraRomanceIta ** + open CommonRomance, ParadigmsIta, PhonoIta, MorphoIta, ParamX, ResIta in { + + lin + i8fem_Pron = mkPronoun + "io" "mi" "mi" "me" "me" "mio" "mia" "miei" "mie" + Fem Sg P1 ; + these8fem_NP = makeNP ["queste"] Fem Pl ; + they8fem_Pron = mkPronoun + "loro" "loro" "li" "glie" "loro" "loro" "loro" "loro" "loro" + Fem Pl P3 ; + this8fem_NP = pn2np (mkPN ["questa"] Fem) ; + those8fem_NP = makeNP ["quelle"] Fem Pl ; + we8fem_Pron = + mkPronoun "noi" "ci" "ci" "ce" "noi" "nostro" "nostra" "nostri" "nostre" + Fem Pl P1 ; + whoPl8fem_IP = {s = \\c => prepCase c ++ "chi" ; a = aagr Fem Pl} ; + whoSg8fem_IP = {s = \\c => prepCase c ++ "chi" ; a = aagr Fem Sg} ; + + youSg8fem_Pron = mkPronoun + "tu" "ti" "ti" "te" "te" "tuo" "tua" "tuoi" "tue" + Fem Sg P2 ; + youPl8fem_Pron = + mkPronoun + "voi" "vi" "vi" "ve" "voi" "vostro" "vostra" "vostri" "vostre" + Fem Pl P2 ; + youPol8fem_Pron = + mkPronoun + "Lei" "La" "Le" "Glie" "Lei" "Suo" "Sua" "Suoi" "Sue" + Fem Sg P3 ; + + youPolPl_Pron = mkPronoun + "Loro" "Loro" "Li" "Glie" "Loro" "Loro" "Loro" "Loro" "Loro" + Masc Pl P3 ; + youPolPl8fem_Pron = mkPronoun + "Loro" "Loro" "Li" "Glie" "Loro" "Loro" "Loro" "Loro" "Loro" + Fem Pl P3 ; + +} diff --git a/deprecated/old-lib/resource/italian/ExtraItaAbs.gf b/deprecated/old-lib/resource/italian/ExtraItaAbs.gf new file mode 100644 index 000000000..f73f1809a --- /dev/null +++ b/deprecated/old-lib/resource/italian/ExtraItaAbs.gf @@ -0,0 +1,28 @@ +-- Structures special for Italian. These are not implemented in other +-- Romance languages. + +abstract ExtraItaAbs = 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 ; + whoPl8fem_IP : IP ; + whoSg8fem_IP : IP ; + + youSg8fem_Pron : Pron ; + youPl8fem_Pron : Pron ; + youPol8fem_Pron : Pron ; -- Lei + + youPolPl_Pron : Pron ; -- Loro + youPolPl8fem_Pron : Pron ; + +} diff --git a/deprecated/old-lib/resource/italian/ExtraRomanceIta.gf b/deprecated/old-lib/resource/italian/ExtraRomanceIta.gf new file mode 100644 index 000000000..af4bb5976 --- /dev/null +++ b/deprecated/old-lib/resource/italian/ExtraRomanceIta.gf @@ -0,0 +1,2 @@ +concrete ExtraRomanceIta of ExtraRomanceAbs = CatIta ** ExtraRomance with + (ResRomance = ResIta) ; diff --git a/deprecated/old-lib/resource/italian/GrammarIta.gf b/deprecated/old-lib/resource/italian/GrammarIta.gf new file mode 100644 index 000000000..326a06568 --- /dev/null +++ b/deprecated/old-lib/resource/italian/GrammarIta.gf @@ -0,0 +1,22 @@ +--# -path=.:../romance:../abstract:../common:prelude + +concrete GrammarIta of Grammar = + NounIta, + VerbIta, + AdjectiveIta, + AdverbIta, + NumeralIta, + SentenceIta, + QuestionIta, + RelativeIta, + ConjunctionIta, + PhraseIta, + TextX - [Tense,TPres,TPast,TFut,TCond], + IdiomIta, + StructuralIta + + ** { + +flags startcat = Phr ; unlexer = text ; lexer = text ; + +} ; diff --git a/deprecated/old-lib/resource/italian/IdiomIta.gf b/deprecated/old-lib/resource/italian/IdiomIta.gf new file mode 100644 index 000000000..2f1bb118d --- /dev/null +++ b/deprecated/old-lib/resource/italian/IdiomIta.gf @@ -0,0 +1,51 @@ +concrete IdiomIta of Idiom = CatIta ** + open (P = ParamX), PhonoIta, MorphoIta, BeschIta, ParadigmsIta, Prelude in { + + flags optimize=all_subs ; + + lin + ImpersCl vp = mkClause [] True (agrP3 Masc Sg) vp ; + + GenericCl vp = + mkClause [] True (agrP3 Masc Sg) (insertRefl vp) ; + + CleftNP np rs = mkClause [] True (agrP3 Masc Sg) + (insertComplement (\\_ => rs.s ! Indic ! np.a) + (insertComplement (\\_ => np.s ! Ton rs.c) (predV copula))) ; + + CleftAdv ad s = mkClause [] True (agrP3 Masc Sg) + (insertComplement (\\_ => conjThat ++ s.s ! Indic) + (insertComplement (\\_ => ad.s) (predV copula))) ; + + ExistNP np = + mkClause [] True (agrP3 np.a.g np.a.n) + (insertClit2 (elision "ci" "c'" "ci") + (insertComplement (\\_ => np.s ! Ton Nom) + (predV copula))) ; + + ExistIP ip = { + s = \\t,a,p,_ => + ip.s ! Nom ++ + (mkClause [] True (agrP3 ip.a.g ip.a.n) + (insertClit2 (elision "ci" "c'" "ci") + (predV copula))).s ! DDir ! t ! a ! p ! Indic + } ; + + ProgrVP vpr = + let vp = useVP vpr in + insertComplement + (\\agr => + let + clpr = pronArg agr.n agr.p vp.clAcc vp.clDat ; + obj = clpr.p2 ++ vp.comp ! agr ++ vp.ext ! Pos ---- pol + in + (vp.s ! VPGerund).inf ! (aagr agr.g agr.n) ++ clpr.p1 ++ obj + ) + (predV (essereV (verboV (stare_16 "stare")))) ; + + ImpPl1 vpr = let vp = useVP vpr in {s = + (mkImperative False P1 vp).s ! Pos ! {n = Pl ; g = Masc} --- fem + } ; + +} + diff --git a/deprecated/old-lib/resource/italian/LangIta.gf b/deprecated/old-lib/resource/italian/LangIta.gf new file mode 100644 index 000000000..d5e4670c7 --- /dev/null +++ b/deprecated/old-lib/resource/italian/LangIta.gf @@ -0,0 +1,10 @@ +--# -path=.:../romance:../abstract:../common:prelude + +concrete LangIta of Lang = + GrammarIta, + LexiconIta + ** { + +flags startcat = Phr ; unlexer = text ; lexer = text ; + +} ; diff --git a/deprecated/old-lib/resource/italian/LexiconIta.gf b/deprecated/old-lib/resource/italian/LexiconIta.gf new file mode 100644 index 000000000..93e4bcf73 --- /dev/null +++ b/deprecated/old-lib/resource/italian/LexiconIta.gf @@ -0,0 +1,361 @@ +--# -path=.:../romance:../common:../abstract:../../prelude + +concrete LexiconIta of Lexicon = CatIta ** open + MorphoIta, ParadigmsIta, BeschIta in { + +flags + optimize=values ; coding=utf8 ; + +lin + airplane_N = regN "aereo" ; + answer_V2S = mkV2S (verboV (rispondere_76 "rispondere")) ParadigmsIta.dative ; + apartment_N = regN "apartamento" ; + apple_N = regN "mela" ; + art_N = femN (regN "arte") ; + ask_V2Q = mkV2Q (verboV (chiedere_29 "chiedere")) ParadigmsIta.dative ; + baby_N = regN "bambino" ; + bad_A = prefA (mkADeg (regA "cattivo") (regA "peggio")) ; + bank_N = regN "banca" ; + beautiful_A = prefA (regADeg "bello") ; + become_VA = essereV (regV "diventare") ; + beer_N = regN "birra" ; + beg_V2V = mkV2V (regV "pregare") ParadigmsIta.accusative ParadigmsIta.dative ; + big_A = prefA (regADeg "grande") ; + bike_N = regN "bicicletta" ; + bird_N = regN "uccello" ; + black_A = regADeg "nero" ; + blue_A = mkA "blù" "blù" "blù" "blù" "blumente" ; + boat_N = regN "batello" ; + book_N = regN "libro" ; + boot_N = regN "stivale" ; + boss_N = regN "capo" ; + boy_N = regN "ragazzo" ; + bread_N = regN "pane" ; + break_V2 = dirV2 (verboV (rompere_77 "rompere")) ; + broad_A = regADeg "largo" ; + brother_N2 = diN2 (regN "fratello") ; + brown_A = regADeg "marrone" ; + butter_N = regN "burro" ; + buy_V2 = dirV2 (regV "comprare") ; + camera_N = mkN ["macchina fotografica"]["macchine fotografiche"] feminine ; --- + cap_N = regN "berretta" ; + car_N = regN "macchina" ; + carpet_N = regN "tappeto" ; + cat_N = regN "gatto" ; + ceiling_N = regN "soffitto" ; + chair_N = regN "sedia" ; + cheese_N = regN "formaggio" ; + child_N = regN "bambino" ; + church_N = regN "chiesa" ; + city_N = regN "città" ; + clean_A = regADeg "proprio" ; + clever_A = regADeg "saggio" ; + close_V2 = dirV2 (verboV (chiudere_30 "chiudere")) ; + coat_N = regN "cappotto" ; + cold_A = regADeg "freddo" ; + come_V = essereV (verboV (venire_110 "venire")) ; + computer_N = regN "computer" ; + country_N = regN "paese" ; + cousin_N = regN "cugino" ; --- cousine + cow_N = regN "vacca" ; + die_V = verboV (morire_105 "morire") ; + dirty_A = regADeg "sporco" ; + distance_N3 = mkN3 (regN "distanza") ParadigmsIta.genitive ParadigmsIta.dative ; + doctor_N = mkN "medico" "medici" masculine ; + dog_N = regN "cane" ; + door_N = regN "porta" ; + drink_V2 = dirV2 (verboV (bere_27 "bere")) ; + easy_A2V = mkA2V (regA "facile") ParadigmsIta.dative ParadigmsIta.genitive ; + eat_V2 = dirV2 (regV "mangiare") ; + empty_A = regADeg "vuoto" ; + enemy_N = regN "nemico" ; + factory_N = regN "stabilimento" ; + father_N2 = diN2 (regN "padre") ; + fear_VS = mkVS (verboV (temere_20 "temere")) ; + find_V2 = dirV2 (regV "trovare") ; + fish_N = regN "pesca" ; + floor_N = regN "pavimento" ; + forget_V2 = dirV2 (regV "dimenticare") ; + fridge_N = regN "frigorifero" ; + friend_N = regN "amico" ; + fruit_N = regN "frutta" ; + fun_AV = mkAV (regA "divertente") ParadigmsIta.genitive ; + garden_N = regN "giardino" ; + girl_N = regN "ragazza" ; + glove_N = regN "guanto" ; + gold_N = regN "oro" ; + good_A = prefA (mkADeg (regA "buono") + (mkA "migliore" "migliore" "migliori" "migliori" "meglio")) ; + go_V = essereV (verboV (andare_14 "andare")) ; + green_A = regADeg "verde" ; + harbour_N = regN "porto" ; + hate_V2 = dirV2 (regV "odiare") ; + hat_N = regN "capello" ; + have_V2 = dirV2 (verboV (avere_2 "avere")) ; + hear_V2 = dirV2 (verboV (sentire_99 "sentire")) ; + hill_N = regN "collina" ; + hope_VS = mkVS (regV "sperare") ; + horse_N = regN "cavallo" ; + hot_A = regADeg "caldo" ; + house_N = regN "casa" ; + important_A = regADeg "importante" ; + industry_N = regN "industria" ; + iron_N = regN "ferro" ; + john_PN = mkPN "Giovanni" masculine ; + king_N = regN "ré" ; + know_V2 = dirV2 (verboV (conoscere_37 "conoscere")) ; --- savoir_V2 : VS + lake_N = regN "lago" ; + lamp_N = regN "lampa" ; + learn_V2 = dirV2 (regV "imparare") ; + leather_N = regN "cuoio" ; + leave_V2 = dirV2 (regV "lasciare") ; + like_V2 = dirV2 (regV "amare") ; + listen_V2 = dirV2 (regV "ascoltare") ; + live_V = verboV (vivere_95 "vivere") ; + long_A = regADeg "lungo" ; + lose_V2 = dirV2 (verboV (perdere_62 "perdere")) ; + love_N = regN "amore" ; + love_V2 = dirV2 (regV "amare") ; + man_N = mkN "uomo" "uomini" masculine ; + married_A2 = mkA2 (regA "sposato") ParadigmsIta.dative ; + meat_N = femN (regN "carne") ; + milk_N = regN "latte" ; + moon_N = regN "luna" ; + mother_N2 = diN2 (femN (regN "madre")) ; + mountain_N = regN "montagna" ; + music_N = regN "musica" ; + narrow_A = regADeg "stretto" ; + new_A = prefA (regADeg "nuovo") ; + newspaper_N = regN "giornale" ; + oil_N = regN "olio" ; + old_A = prefA (regADeg "vecchio") ; + open_V2 = dirV2 (verboV (aprire_102 "aprire")) ; + paint_V2A = + mkV2A (verboV (cingere_31 "pingere")) ParadigmsIta.accusative (mkPrep "in") ; ---- + paper_N = regN "carta" ; + paris_PN = mkPN "Parigi" masculine ; + peace_N = femN (regN "pace") ; + pen_N = regN "penna" ; + planet_N = regN "pianeta" ; + plastic_N = regN "plastica" ; + play_V2 = dirV2 (regV "giocare") ; + policeman_N = regN "carabiniere" ; + priest_N = regN "prete" ; + probable_AS = mkAS (regA "probabile") ; + queen_N = regN "regina" ; + radio_N = mkN "radio" "radio" feminine ; + rain_V0 = mkV0 (verboV (piovere_66 "piovere")) ; + read_V2 = dirV2 (verboV (leggere_56 "leggere")) ; + red_A = regADeg "rosso" ; + religion_N = femN (regN "religione") ; + restaurant_N = regN "ristorante" ; + river_N = regN "fiume" ; + rock_N = regN "roccia" ; + roof_N = regN "tetto" ; + rubber_N = regN "gomma" ; + run_V = verboV (correre_38 "correre") ; + say_VS = mkVS (verboV (dire_41 "dire")) ; + school_N = regN "scuola" ; + science_N = regN "scienza" ; + sea_N = regN "mare" ; + seek_V2 = dirV2 (regV "cercare") ; + see_V2 = dirV2 (verboV (vedere_93 "vedere")) ; + sell_V3 = dirV3 (verboV (scendere_80 "vendere")) ParadigmsIta.dative ; ---- except some forms + send_V3 = dirV3 (regV "mandare") ParadigmsIta.dative ; + sheep_N = regN "agnello" ; + ship_N = femN (regN "nave") ; + shirt_N = regN "camicia" ; + shoe_N = regN "scarpa" ; + shop_N = regN "magazzino" ; + short_A = regADeg "corto" ; --- breve + silver_N = regN "argento" ; + sister_N = regN "sorella" ; + sleep_V = verboV (dormire_99b "dormire") ; + small_A = prefA (regADeg "piccolo") ; + snake_N = regN "serpente" ; + sock_N = regN "calza" ; + speak_V2 = dirV2 (regV "parlare") ; + star_N = regN "stella" ; + steel_N = regN "acciaio" ; + stone_N = regN "sasso" ; + stove_N = regN "forno" ; + student_N = regN "studente" ; + stupid_A = regADeg "stupido" ; + sun_N = regN "sole" ; + switch8off_V2 = dirV2 (verboV (cingere_31 "spingere")) ; + switch8on_V2 = dirV2 (regV "allumare") ; ---- + table_N = regN "tavola" ; --- tavolo + talk_V3 = mkV3 (regV "parlare") ParadigmsIta.dative ParadigmsIta.genitive ; + teacher_N = regN "professore" ; + teach_V2 = dirV2 (regV "insegnare") ; + television_N = femN (regN "televisione") ; + thick_A = regADeg "grosso" ; + thin_A = regADeg "sottile" ; + train_N = regN "treno" ; + travel_V = regV "viaggare" ; + tree_N = regN "albero" ; + --- trousers_N = regN "pantalon" ; + ugly_A = regADeg "brutto" ; + understand_V2 = dirV2 (regV "capire") ; + university_N = regN "università" ; + village_N = regN "paese" ; + wait_V2 = mkV2 (regV "aspettare") ParadigmsIta.dative ; + walk_V = regV "camminare" ; + warm_A = regADeg "caldo" ; + war_N = regN "guerra" ; + watch_V2 = dirV2 (regV "guardare") ; + water_N = regN "acqua" ; + white_A = compADeg (regA "bianco") ; + window_N = regN "finestra" ; + wine_N = regN "vino" ; + win_V2 = dirV2 (verboV (vincere_94 "vincere")) ; + woman_N = regN "donna" ; + wonder_VQ = mkVQ (reflV (regV "domandare")) ; + wood_N = regN "legno" ; + write_V2 = dirV2 (verboV (scrivere_82 "scrivere")) ; + yellow_A = regADeg "giallo" ; + young_A = prefA (regADeg "giovane") ; + + do_V2 = dirV2 (verboV (fare_52 "fare")) ; + now_Adv = mkAdv "adesso" ; + already_Adv = mkAdv "già" ; + song_N = femN (regN "canzone") ; + add_V3 = dirV3 (verboV (giungere_55 "aggiungere")) ParadigmsIta.dative ; + number_N = regN "numero" ; + put_V2 = dirV2 (verboV (mettere_57 "mettere")) ; + stop_V = reflV (regV "fermare") ; + jump_V = regV "saltare" ; + + left_Ord = mkOrd (regA "sinistro") ; + right_Ord = mkOrd (regA "destro") ; + far_Adv = mkAdv "lontano" ; + correct_A = regA "corretto" ; + dry_A = regA "secco" ; + dull_A = regA "noioso" ; + full_A = regA "pieno" ; + heavy_A = regA "pesante" ; + near_A = regA "vicino" ; + rotten_A = regA "marcio" ; + round_A = regA "rotondo" ; + sharp_A = regA "aguzzo" ; + smooth_A = regA "liscio" ; + straight_A = regA "diretto" ; + wet_A = regA "bagnato" ; + wide_A = regA "largo" ; + animal_N = regN "animale" ; + ashes_N = regN "cenere" ; + back_N = regN "schiena" ; + bark_N = regN "corteccia" ; + belly_N = regN "pancia" ; + blood_N = regN "sangue" ; + bone_N = regN "osso" ; + breast_N = regN "seno" ; + cloud_N = regN "nuvola" ; + day_N = regN "giorno" ; + dust_N = regN "polvere" ; + ear_N = regN "orecchio" ; + earth_N = regN "terra" ; + egg_N = mkN "uovo" "uova" masculine ; -- fem in Pl + eye_N = regN "occhio" ; + fat_N = regN "grasso" ; + feather_N = regN "piuma" ; + fingernail_N = regN "unghia" ; + fire_N = regN "fuoco" ; + flower_N = regN "fiore" ; + fog_N = regN "nebbia" ; + foot_N = regN "piede" ; + forest_N = regN "bosco" ; + grass_N = regN "erba" ; + guts_N = regN "intestino" ; + hair_N = regN "capello" ; + hand_N = femN (regN "mano") ; + head_N = regN "testa" ; + heart_N = regN "cuore" ; + horn_N = regN "corno" ; + husband_N = regN "marito" ; + ice_N = regN "ghiaccio" ; + knee_N = regN "ginocchio" ; + leaf_N = regN "foglia" ; + leg_N = regN "gamba" ; + liver_N = regN "fegato" ; + louse_N = regN "pidocchio" ; + mouth_N = regN "bocca" ; + name_N = regN "nome" ; + neck_N = regN "collo" ; + night_N = femN (regN "notte") ; + nose_N = regN "naso" ; + person_N = regN "persona" ; + rain_N = regN "pioggia" ; + road_N = regN "strada" ; + root_N = femN (regN "radice") ; + rope_N = regN "corda" ; + salt_N = regN "sale" ; + sand_N = regN "sabbia" ; + seed_N = regN "seme" ; + skin_N = femN (regN "pelle") ; + sky_N = regN "cielo" ; + smoke_N = regN "fumo" ; + snow_N = femN (regN "neve") ; + stick_N = regN "bastone" ; + tail_N = regN "coda" ; + tongue_N = regN "lingua" ; + tooth_N = regN "dente" ; + wife_N = regN "donna" ; + wind_N = regN "vento" ; + wing_N = regN "ala" ; + worm_N = regN "verme" ; + year_N = regN "anno" ; + bite_V2 = dirV2 (verboV (esplodere_51 "mordere")) ; + blow_V = regV "soffiare" ; + burn_V = regV "bruciare" ; + count_V2 = dirV2 (regV "contare") ; + cut_V2 = dirV2 (regV "tagliare") ; + dig_V = regV "scavare" ; + fall_V = essereV (verboV (cadere_28 "cadere")) ; + fear_V2 = dirV2 (verboV (temere_20 "temere")) ; + fight_V2 = dirV2 (regV "lottare") ; + float_V = regV "galleggiare" ; + flow_V = verboV (finire_100 "fluire") ; + fly_V = regV "volare" ; + freeze_V = regV "gelare" ; + give_V3 = dirdirV3 (verboV (dare_15 "dare")) ; + hit_V2 = dirV2 (regV "colpire") ; + hold_V2 = dirV2 (verboV (venire_110 "tenire")) ; + hunt_V2 = dirV2 (regV "cacciare") ; + kill_V2 = dirV2 (verboV (ridere_74 "uccidere")) ; + laugh_V = verboV (ridere_74 "ridere") ; + lie_V = verboV (piacere_64 "giacere") ; + play_V = regV "giocare" ; + pull_V2 = dirV2 (regV "tirare") ; + push_V2 = dirV2 (verboV (cingere_31 "spingere")) ; + rub_V2 = dirV2 (regV "strofinare") ; + scratch_V2 = dirV2 (regV "graffiare") ; + sew_V = verboV (cucire_103 "cucire") ; + sing_V = regV "cantare" ; + sit_V = reflV (verboV (sedere_84 "sedere")) ; + smell_V = verboV (sentire_99 "sentire") ; + spit_V = regV "sputare" ; + split_V2 = dirV2 (verboV (ridere_74 "dividere")) ; + squeeze_V2 = dirV2 (verboV (temere_20 "spremere")) ; + stab_V2 = dirV2 (regV "pugnalare") ; + stand_V = verboV (stare_16 "stare") ; ---- in piedi + suck_V2 = dirV2 (regV "succhiare") ; + swell_V = regV "gonfiare" ; + swim_V = regV "nuotare" ; + think_V = regV "pensare" ; + throw_V2 = dirV2 (regV "gettare") ; + tie_V2 = dirV2 (regV "legare") ; + turn_V = regV "tornare" ; + vomit_V = regV "vomitare" ; + wash_V2 = dirV2 (regV "lavare") ; + wipe_V2 = dirV2 (regV "asciugare") ; + breathe_V = (regV "respirare") ; + + grammar_N = regN "grammatica" ; + language_N = regN "lingua" ; + rule_N = regN "regola" ; + + question_N = regN "domanda" ; + today_Adv = mkAdv "oggi" ; + +} ; diff --git a/deprecated/old-lib/resource/italian/MorphoIta.gf b/deprecated/old-lib/resource/italian/MorphoIta.gf new file mode 100644 index 000000000..ff2b884a1 --- /dev/null +++ b/deprecated/old-lib/resource/italian/MorphoIta.gf @@ -0,0 +1,165 @@ +--# -path=.:../romance:../common:../../prelude + +--1 A Simple Italian 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 $ParadigmsIta$, which +-- gives a higher-level access to this module. + +resource MorphoIta = CommonRomance, ResIta ** + open PhonoIta, Prelude, Predef in { + + flags optimize=all ; + + + +--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 -> let {vin = Predef.tk 1 vino} in + numForms vino (vin + "i") ; + + nomRana : Str -> Number => Str = \rana -> let {ran = Predef.tk 1 rana} in + numForms rana (ran + "e") ; + + nomSale : Str -> Number => Str = \sale -> let {sal = Predef.tk 1 sale} in + numForms sale (sal + "i") ; + + 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 = \vino -> + let + o = last vino ; + vin = init vino ; + n = last vin + in + case o of { + "o" => {s = case n of { + "c" | "g" => numForms vino (vin + "hi") ; + "i" => numForms vino vin ; + _ => numForms vino (vin + "i") + } ; g = Masc} ; + "a" => {s = case n of { + "c" | "g" => numForms vino (vin + "he") ; + _ => numForms vino (vin + "e") + } ; g = Fem} ; + "e" => {s = numForms vino (vin + "i") + ; g = Masc} ; + "" | "" => {s = numForms vino vino + ; g = Fem} ; + _ => {s = numForms vino vino + ; g = 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 + "i") (sol + "e") (sol + "amente") ; + + adjTale : Str -> Adj = \tale -> + let + tal = Predef.tk 1 tale ; + tali = tal + "i" ; + tala = if_then_Str (pbool2bool (Predef.occur (Predef.dp 1 tal) "lr")) tal tale + in + mkAdj tale tale tali tali (tala + "mente") ; + + adjBlu : Str -> Adj = \blu -> + mkAdj blu blu blu blu blu ; --- + + + mkAdjReg : Str -> Adj = \solo -> + let + o = last solo ; + sol = init solo ; + l = last sol ; + solamente = (sol + "amente") + in + case o of { + "o" => case l of { + "c" | "g" => mkAdj solo (sol + "a") (sol + "hi") (sol + "he") solamente ; + "i" => mkAdj solo (sol + "a") sol (sol + "e") solamente ; + _ => mkAdj solo (sol + "a") (sol + "i") (sol + "e") solamente + } ; + "e" => mkAdj solo solo (sol + "i") (sol + "i") (case l of { + "l" => sol + "mente" ; + _ => solo + "mente" + }) ; + _ => mkAdj solo solo solo solo (sol + "mente") + } ; + + +--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. +-- (The form $glie$ is no longer used, and also the other clitics are +-- given in $DiffIta.argPron$ and therefore wouldn't be needed in the +-- pronoun itself.) + + mkPronoun : (_,_,_,_,_,_,_,_,_ : Str) -> + Gender -> Number -> Person -> Pronoun = + \il,le,lui,glie,Lui,son,sa,ses,see,g,n,p -> + {s = table { + Ton Nom => il ; + Ton x => prepCase x ++ Lui ; + Aton Nom => strOpt il ; -- [] or il + Aton Acc => le ; + Aton (CPrep P_di) => "ne" ; --- hmm + Aton (CPrep P_a) => lui ; + Aton q => prepCase q ++ Lui ; ---- GF bug with c or p! + Poss Masc Sg => son ; + Poss Fem Sg => sa ; + Poss Masc Pl => ses ; + Poss Fem Pl => see + } ; + a = {g = g ; n = n ; p = p} ; + hasClit = True + } ; + +--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 ; + +} diff --git a/deprecated/old-lib/resource/italian/NounIta.gf b/deprecated/old-lib/resource/italian/NounIta.gf new file mode 100644 index 000000000..14e9389e2 --- /dev/null +++ b/deprecated/old-lib/resource/italian/NounIta.gf @@ -0,0 +1,2 @@ +concrete NounIta of Noun = CatIta ** NounRomance with + (ResRomance = ResIta) ; diff --git a/deprecated/old-lib/resource/italian/NumeralIta.gf b/deprecated/old-lib/resource/italian/NumeralIta.gf new file mode 100644 index 000000000..453caee0f --- /dev/null +++ b/deprecated/old-lib/resource/italian/NumeralIta.gf @@ -0,0 +1,111 @@ +concrete NumeralIta of Numeral = CatIta ** + open CommonRomance, ResRomance, MorphoIta, Prelude in { + +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 "due" "dodici" "venti" "secondo" ; +lin n3 = mkTal "tre" "tredici" "trenta" "terzo" ; +lin n4 = mkTal "quattro" "quattordici" "quaranta" "quarto" ; +lin n5 = mkTal "cinque" "quindici" "cinquanta" "quinto" ; +lin n6 = mkTal "sei" "sedici" "sessanta" "sesto" ; +lin n7 = mkTal "sette" "diciassette" "settanta" "settimo" ; --- diciasettesimo? +lin n8 = mkTal "otto" "diciotto" "ottanta" "ottavo" ; +lin n9 = mkTal "nove" "diciannove" "novanta" "nono" ; + +lin pot01 = + let uno = (mkTal "uno" "undici" "dieci" "primo").s in + {s =\\f,g => case f of { + ental pred => [] ; + _ => uno ! f ! g + } ; + n = Sg} ; + +lin pot0 d = {s = d.s ; n = Pl} ; +lin pot110 = spl ((mkTal "dieci" [] [] "decimo").s ! ental indip) ; +lin pot111 = spl ((mkTal "undici" [] [] "undicesimo").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 ! NCard Masc ++ e.s ! ental indip ! g ; n = Pl} ; +lin pot1as2 n = n ; +lin pot2 d = spl (\\co => d.s ! ental pred ! NCard Masc ++ + (mkTal "cento" [] [] "centesimo").s ! ental indip ! co) ; +lin pot2plus d e = + {s = \\g => d.s ! ental pred ! NCard Masc ++ "cento" ++ e.s ! g ; n = Pl} ; +lin pot2as3 n = n ; +lin pot3 n = spl (\\co => n.s ! NCard Masc ++ + (mkTal (mille ! n.n) [] [] "millesimo").s ! ental indip ! co) ; +lin pot3plus n m = {s = \\g => n.s ! NCard Masc ++ mille ! n.n ++ m.s ! g ; n = Pl} ; + +oper + mkTal : (x1,_,_,x4 : Str) -> {s : DForm => CardOrd => Str} = + \due,dodici,venti,secondo -> {s = \\d,co => case of { + => due ; + => pronForms (adjSolo secondo) g n ; + => venti ; + => regCard venti g n ; + => venti ; + => regCard venti g n + } + } ; + + regCard : Str -> Gender -> Number -> Str = \venti -> + pronForms (adjSolo (init venti + "esimo")) ; + + spl : (CardOrd => Str) -> {s : CardOrd => Str ; n : Number} = \s -> { + s = s ; + n = Pl + } ; + +oper mille : Number => Str = table {Sg => "mille" ; Pl => "mila"} ; +param DForm = ental Pred | ton | tiotal ; +param Pred = pred | indip ; + + +-- numerals as sequences of digits + + lincat + Dig = TDigit ; + + lin + IDig d = d ; + + IIDig d i = { + s = \\o => d.s ! NCard Masc ++ 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/deprecated/old-lib/resource/italian/ParadigmsIta.gf b/deprecated/old-lib/resource/italian/ParadigmsIta.gf new file mode 100644 index 000000000..88e8a8566 --- /dev/null +++ b/deprecated/old-lib/resource/italian/ParadigmsIta.gf @@ -0,0 +1,475 @@ +--# -path=.:../romance:../common:../abstract:../../prelude + +--1 Italian Lexical Paradigms +-- +-- Aarne Ranta 2003 +-- +-- 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 $MorphoIta.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$. +-- However, this function should only seldom be needed. For verbs, we have a +-- separate module [``BeschIta`` ../../italian/BeschIta.gf], +-- which covers the "Bescherelle" verb conjugations. + +resource ParadigmsIta = + open + (Predef=Predef), + Prelude, + CommonRomance, + ResIta, + MorphoIta, + BeschIta, + CatIta in { + + flags optimize=all ; + +--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' "di" and the +-- 'dative' "a"). + + --Prep : Type ; + + accusative : Prep ; + genitive : Prep ; + dative : Prep ; + + mkPrep : Str -> Prep ; + +-- The following prepositions also have special contracted forms. + + con_Prep, da_Prep, in_Prep, su_Prep : Prep ; + +--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", and masculine for all other words. + + mkN : (cane : Str) -> N ; + +-- To force a different gender, give it explicitly. + + mkN : (carne : Str) -> Gender -> N ; + +-- Worst case: give both two forms and the gender. + + mkN : (uomo,uomini : Str) -> Gender -> N ; + +-- In *compound nouns*, the first part is inflected as a noun but +-- the second part is not inflected. e.g. "numero di telefono". +-- They could be formed in syntax, but we give a shortcut here since +-- they are frequent in lexica. + + mkN : N -> Str -> N + } ; + + + + +--3 Relational nouns +-- +-- Relational nouns ("figlio di x") need a case and a preposition. +-- The default is regular nouns with the genitive "di". + + mkN2 : overload { + mkN2 : Str -> N2 ; + mkN2 : N -> Prep -> N2 + } ; + +-- Three-place relational nouns ("la connessione di x a y") need two prepositions. + + mkN3 : N -> Prep -> Prep -> N3 ; + + +--3 Relational common noun phrases +-- +-- In some cases, you may want to make a complex $CN$ into a +-- relational noun (e.g. "la vecchia chiesa di"). 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 gender is by default feminine if +-- the name ends with an "a", and masculine otherwise. + + mkPN : overload { + mkPN : Str -> PN ; + mkPN : Str -> Gender -> PN + } ; + + + +--2 Adjectives + + mkA : overload { + +-- For regular adjectives, all forms are derived from the +-- masculine singular. Comparison is formed by "pi". + + mkA : (bianco : Str) -> A ; + +-- Five forms are needed in the worst +-- case (masc and fem singular, masc plural, adverbial), given that +-- comparison is formed by "pi". + + mkA : (solo,sola,soli,sole,solamente : Str) -> A ; + +-- With irregular comparison, there are as it were two adjectives: +-- the positive ("buono") and the comparative ("migliore"). + + mkA : A -> A -> A + } ; + +-- All the functions above create postfix adjectives. To switch +-- them to prefix ones (i.e. ones placed before the noun in +-- modification, as in "vecchia chiesa"), the following function is +-- provided. + + prefixA : A -> A = prefA ; + + + +--3 Two-place adjectives +-- +-- Two-place adjectives need a preposition for their second argument. + + mkA2 : A -> Prep -> A2 ; + + + +--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. "sempre"). + + mkAdV : Str -> AdV ; + +-- Adverbs modifying adjectives and sentences can also be formed. + + mkAdA : Str -> AdA ; + + +--2 Verbs + + mkV : overload { + +-- Regular verbs are ones with the infinitive "are" or "ire", the +-- latter with singular present indicative forms as "finisco". +-- The regular verb function is the first conjugation recognizes +-- these endings, as well as the variations among +-- "amare, cominciare, mangiare, legare, cercare". + + mkV : Str -> V ; + +-- The module $BeschIta$ gives (almost) all the patterns of the "Bescherelle" +-- book. To use them in the category $V$, wrap them with the function + + mkV : Verbo -> V ; + +-- If $BeschIta$ does not give the desired result or feels difficult +-- to consult, here is a worst-case function for "-ire" and "-ere" verbs, +-- taking 11 arguments. + + mkV : (udire,odo,ode,udiamo,udiro,udii,udisti,udi,udirono,odi,udito : Str) -> V + } ; + +-- The function $regV$ gives all verbs the compound auxiliary "avere". +-- To change it to "essere", use the following function. +-- Reflexive implies "essere". + + essereV : V -> V ; + reflV : V -> V ; + + +--3 Two-place verbs +-- +-- Two-place verbs need a preposition, except the special case with direct object. +-- (transitive verbs). Notice that a particle comes from the $V$. + + mkV2 : overload { + mkV2 : Str -> V2 ; + mkV2 : V -> V2 ; + mkV2 : V -> Prep -> V2 + } ; + +-- 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 : V -> Prep -> Prep -> V3 ; -- parlare, a, di + dirV3 : V -> Prep -> V3 ; -- dare,_,a + dirdirV3 : V -> V3 ; -- dare,_,_ + + +--3 Other complement patterns +-- +-- Verbs and adjectives can take complements such as sentences, +-- questions, verb phrases, and adjectives. + + mkV0 : V -> V0 ; + mkVS : V -> VS ; + mkV2S : V -> Prep -> V2S ; + mkVV : V -> VV ; -- plain infinitive: "voglio parlare" + deVV : V -> VV ; -- "cerco di parlare" + aVV : V -> VV ; -- "arrivo a parlare" + mkV2V : V -> Prep -> Prep -> V2V ; + mkVA : V -> VA ; + mkV2A : V -> Prep -> Prep -> V2A ; + mkVQ : V -> VQ ; + mkV2Q : V -> Prep -> V2Q ; + + 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 = MorphoIta.Gender ; + Number = MorphoIta.Number ; + masculine = Masc ; + feminine = Fem ; + singular = Sg ; + plural = Pl ; + + --Prep = Compl ; + accusative = complAcc ; + genitive = complGen ; + dative = complDat ; + mkPrep p = {s = p ; c = Acc ; isDir = False ; lock_Prep = <>} ; + + con_Prep = {s = [] ; c = CPrep P_con ; isDir = False ; lock_Prep = <>} ; + da_Prep = {s = [] ; c = CPrep P_da ; isDir = False ; lock_Prep = <>} ; + in_Prep = {s = [] ; c = CPrep P_in ; isDir = False ; lock_Prep = <>} ; + su_Prep = {s = [] ; c = CPrep P_su ; 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 = <>} ; + + + mk2N2 = \n,p -> n ** {lock_N2 = <> ; c2 = p} ; + diN2 n = mk2N2 n genitive ; + aN2 n = mk2N2 n dative ; + mkN3 = \n,p,q -> n ** {lock_N3 = <> ; c2 = p ; c3 = q} ; + + mk2PN : Str -> Gender -> PN ; + 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} ** {lock_NP = <>} ; + + mk5A a b c d e = + compADeg {s = \\_ => (mkAdj a b c d e).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 => "pi" ++ 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 = <>} ; + + regV x = + let + are = Predef.dp 3 x ; + ci = Predef.dp 2 (Predef.tk 3 x) ; + i = last ci ; + verb = case are of { + "ire" => finire_100 x ; + _ => case i of { + "c" => cercare_7 x ; + "g" => legare_8 x ; + _ => case ci of { + "ci" => cominciare_9 x ; + "gi" => mangiare_10 x ; + _ => amare_6 x + } + } + } + in verbBesch verb ** {vtyp = VHabere ; lock_V = <>} ; + + verboV ve = verbBesch ve ** {vtyp = VHabere ; lock_V = <>} ; + + mk11V + dovere devo deve dobbiamo dovro + dovetti dovesti dovette dovettero dovi dovuto = verboV (mkVerbo + dovere devo deve dobbiamo dovro + dovetti dovesti dovette dovettero dovi dovuto + ) ; + + essereV v = {s = v.s ; vtyp = VEsse ; lock_V = <>} ; + reflV v = {s = v.s ; vtyp = VRefl ; lock_V = <>} ; + + mk2V2 v p = {s = v.s ; vtyp = v.vtyp ; c2 = p ; lock_V2 = <>} ; + dirV2 v = mk2V2 v accusative ; + v2V v = v ** {lock_V = <>} ; + + mkV3 v p q = {s = v.s ; vtyp = v.vtyp ; + c2 = p ; c3 = q ; lock_V3 = <>} ; + dirV3 v p = mkV3 v accusative p ; + dirdirV3 v = dirV3 v dative ; + + 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 + mkV2S v p = mk2V2 v p ** {mn,mp = Indic ; lock_V2S = <>} ; + mkVV v = v ** {c2 = complAcc ; lock_VV = <>} ; + deVV v = v ** {c2 = complGen ; lock_VV = <>} ; + aVV v = v ** {c2 = complDat ; lock_VV = <>} ; + mkV2V v p t = mkV3 v p t ** {lock_V2V = <>} ; + mkVA v = v ** {lock_VA = <>} ; + mkV2A v p q = mkV3 v p q ** {lock_V2A = <>} ; + 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 : (cane : Str) -> N = regN ; + mkN : (carne : Str) -> Gender -> N = \n,g -> {s = (regN n).s ; g = g ; lock_N = <>} ; + mkN : (uomo,uomini : Str) -> Gender -> N = mk2N ; + mkN : N -> Str -> N = compN + } ; + + compN : N -> Str -> N ; + mk2N :(uomo,uomini : Str) -> Gender -> N ; + regN : Str -> N ; + mascN : N -> N ; + femN : N -> N ; + + mkN2 = overload { + mkN2 : Str -> N2 = \s -> diN2 (regN s) ; + mkN2 : N -> Prep -> N2 = mk2N2 + } ; + + mk2N2 : N -> Prep -> N2 ; + diN2 : N -> N2 ; + aN2 : N -> N2 ; + + regPN : Str -> PN ; -- feminine if "-a", otherwise masculine + +-- obsolete + makeNP : Str -> Gender -> Number -> NP ; + + mkPN = overload { + mkPN : Str -> PN = regPN ; + mkPN : Str -> Gender -> PN = mk2PN + } ; + + mkA = overload { + mkA : (bianco : Str) -> A = regA ; + mkA : (solo,sola,soli,sole, solamente : Str) -> A = mk5A ; + mkA : A -> A -> A = mkADeg + } ; + mk5A : (solo,sola,soli,sole, solamente : Str) -> A ; + regA : Str -> A ; + prefA : A -> A ; + mkADeg : A -> A -> A ; + compADeg : A -> A ; + regADeg : Str -> A ; + + mkV = overload { + mkV : Str -> V = regV ; + mkV : Verbo -> V = verboV ; + mkV : + (udire,odo,ode,udiamo,udiro,udii,udisti,udi,udirono,odi,udito : Str) -> V = mk11V ; + } ; + + regV : Str -> V ; + verboV : Verbo -> V ; + mk11V : + (udire,odo,ode,udiamo,udiro,udii,udisti,udi,udirono,odi,udito : Str) -> 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/deprecated/old-lib/resource/italian/PhonoIta.gf b/deprecated/old-lib/resource/italian/PhonoIta.gf new file mode 100644 index 000000000..f725aef68 --- /dev/null +++ b/deprecated/old-lib/resource/italian/PhonoIta.gf @@ -0,0 +1,20 @@ +resource PhonoIta = open Prelude in { + +--3 Elision +-- +-- The phonological rule of *elision* can be defined as follows in GF. +-- In Italian it includes both vowels and the *impure 's'*. + +oper + vocale : Strs = strs { + "a" ; "e" ; "h" ; "i" ; "o" ; "u" ; "" ; "y" + } ; + + sImpuro : Strs = strs { + "z" ; "sb" ; "sc" ; "sd" ; "sf" ; "sm" ; "sp" ; "sq" ; "sr" ; "st" ; "sv" + } ; + + elision : (_,_,_ : Str) -> Str = \il, l', lo -> + pre {il ; l' / vocale ; lo / sImpuro} ; + +} diff --git a/deprecated/old-lib/resource/italian/PhraseIta.gf b/deprecated/old-lib/resource/italian/PhraseIta.gf new file mode 100644 index 000000000..847a8977e --- /dev/null +++ b/deprecated/old-lib/resource/italian/PhraseIta.gf @@ -0,0 +1,2 @@ +concrete PhraseIta of Phrase = CatIta ** PhraseRomance with + (ResRomance = ResIta) ; diff --git a/deprecated/old-lib/resource/italian/QuestionIta.gf b/deprecated/old-lib/resource/italian/QuestionIta.gf new file mode 100644 index 000000000..2c528a32d --- /dev/null +++ b/deprecated/old-lib/resource/italian/QuestionIta.gf @@ -0,0 +1,2 @@ +concrete QuestionIta of Question = CatIta ** QuestionRomance with + (ResRomance = ResIta) ; diff --git a/deprecated/old-lib/resource/italian/RelativeIta.gf b/deprecated/old-lib/resource/italian/RelativeIta.gf new file mode 100644 index 000000000..d9bae4c4f --- /dev/null +++ b/deprecated/old-lib/resource/italian/RelativeIta.gf @@ -0,0 +1,2 @@ +concrete RelativeIta of Relative = CatIta ** RelativeRomance with + (ResRomance = ResIta) ; diff --git a/deprecated/old-lib/resource/italian/ResIta.gf b/deprecated/old-lib/resource/italian/ResIta.gf new file mode 100644 index 000000000..d18906d9a --- /dev/null +++ b/deprecated/old-lib/resource/italian/ResIta.gf @@ -0,0 +1,13 @@ +--1 Italian 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 ResIta of ResRomance = DiffIta ** open CommonRomance, Prelude in { + + flags optimize=all ; + +} ; diff --git a/deprecated/old-lib/resource/italian/SentenceIta.gf b/deprecated/old-lib/resource/italian/SentenceIta.gf new file mode 100644 index 000000000..beaa75c73 --- /dev/null +++ b/deprecated/old-lib/resource/italian/SentenceIta.gf @@ -0,0 +1,2 @@ +concrete SentenceIta of Sentence = CatIta ** SentenceRomance with + (ResRomance = ResIta) ; diff --git a/deprecated/old-lib/resource/italian/StructuralIta.gf b/deprecated/old-lib/resource/italian/StructuralIta.gf new file mode 100644 index 000000000..70f5337e8 --- /dev/null +++ b/deprecated/old-lib/resource/italian/StructuralIta.gf @@ -0,0 +1,141 @@ +concrete StructuralIta of Structural = CatIta ** + open PhonoIta, MorphoIta, ParadigmsIta, BeschIta, Prelude in { + + flags optimize=all ; coding=utf8 ; + +lin + + above_Prep = {s = ["sopra"] ; c = MorphoIta.genitive ; isDir = False} ; + after_Prep = mkPrep "dopo" ; + all_Predet = { + s = \\a,c => prepCase c ++ aagrForms "tutto" "tutta" "tutti" "tutte" ! a ; + c = Nom + } ; + almost_AdA, almost_AdN = ss "quasi" ; + always_AdV = ss "sempre" ; + although_Subj = ss "benché" ** {m = Conjunct} ; + and_Conj = {s1 = [] ; s2 = "e" ; n = Pl} ; + because_Subj = ss "perché" ** {m = Indic} ; + before_Prep = mkPrep "prima" ; + behind_Prep = mkPrep "dietro" ; + between_Prep = mkPrep "fra" ; + both7and_DConj = {s1,s2 = "e" ; n = Pl} ; + but_PConj = ss "ma" ; + by8agent_Prep = {s = [] ; c = CPrep P_da ; isDir = False} ; + by8means_Prep = mkPrep "per" ; + can8know_VV = mkVV (verboV (sapere_78 "sapere")) ; + can_VV = mkVV (verboV (potere_69 "potere")) ; + during_Prep = mkPrep "durante" ; + either7or_DConj = {s1,s2 = "o" ; n = Sg} ; + everybody_NP = makeNP ["tutti"] Masc Pl ; + every_Det = {s = \\_,_ => "ogni" ; n = Sg} ; + everything_NP = pn2np (mkPN ["tutto"] Masc) ; + everywhere_Adv = ss "dappertutto" ; + few_Det = {s = \\g,c => prepCase c ++ genForms "pochi" "poche" ! g ; n = Pl} ; +---- first_Ord = {s = \\ag => (regA "primo").s ! Posit ! AF ag.g ag.n} ; + for_Prep = mkPrep "per" ; + from_Prep = complGen ; --- + he_Pron = + mkPronoun + "lui" "lo" "gli" "glie" "lui" "suo" "sua" "suoi" "sue" + Masc Sg P3 ; + here7from_Adv = ss ["da quì"] ; + here7to_Adv = ss "quì" ; + here_Adv = ss "quì" ; + how_IAdv = ss "come" ; + how8many_IDet = {s = \\g,c => prepCase c ++ genForms "quanti" "quante" ! g ; n = Pl} ; + if_Subj = ss "se" ** {m = Indic} ; + in8front_Prep = mkPrep "davanti" ; + i_Pron = + mkPronoun + "io" "mi" "mi" "me" "me" "mio" "mia" "miei" "mie" + Masc Sg P1 ; + in_Prep = {s = [] ; c = CPrep P_in ; isDir = False} ; + it_Pron = + mkPronoun + "lui" "lo" "gli" "glie" "lui" "suo" "sua" "suoi" "sue" + Masc Sg P3 ; + less_CAdv = ss "meno" ; + many_Det = {s = \\g,c => prepCase c ++ genForms "molti" "molte" ! g ; n = Pl} ; + more_CAdv = ss "più" ; + most_Predet = {s = \\_,c => prepCase c ++ ["la maggior parte"] ; c = CPrep P_di} ; + much_Det = {s = \\g,c => prepCase c ++ genForms "molto" "molta" ! g ; n = Sg} ; + must_VV = mkVV (verboV (dovere_47 "dovere")) ; + no_Utt = ss "no" ; + on_Prep = {s = [] ; c = CPrep P_su ; isDir = False} ; +---- one_Quant = {s = \\g,c => prepCase c ++ genForms "uno" "una" ! g} ; + only_Predet = {s = \\_,c => prepCase c ++ "soltanto" ; c = Nom} ; --- solo|a|i|e + or_Conj = {s1 = [] ; s2 = "o" ; n = Sg} ; + otherwise_PConj = ss "altramente" ; + part_Prep = complGen ; + please_Voc = ss ["per favore"] ; + possess_Prep = complGen ; + quite_Adv = ss "assai" ; + she_Pron = + mkPronoun + "lei" "la" "le" "glie" "lei" "suo" "sua" "suoi" "sue" + Fem Sg P3 ; + so_AdA = ss "così" ; + somebody_NP = pn2np (mkPN ["qualcuno"] Masc) ; + somePl_Det = {s = \\_,c => prepCase c ++ "qualche" ; n = Pl} ; + someSg_Det = {s = \\_,c => prepCase c ++ "qualche" ; n = Sg} ; + something_NP = pn2np (mkPN ["qualche cosa"] Masc) ; + somewhere_Adv = ss ["qualche parte"] ; + that_Quant = { + s = table { + Sg => \\g,c => prepCase c ++ genForms "quello" "quella" ! g ; + Pl => \\g,c => prepCase c ++ genForms "quelli" "quelle" ! g ---- quegli + } + } ; + there7from_Adv = ss ["di là"] ; + there7to_Adv = ss "là" ; --- ci + there_Adv = ss "là" ; + therefore_PConj = ss "quindi" ; + they_Pron = mkPronoun + "loro" "loro" "li" "glie" "loro" "loro" "loro" "loro" "loro" + Masc Pl P3 ; + this_Quant = { + s = table { + Sg => \\g,c => prepCase c ++ genForms "questo" "questa" ! g ; + Pl => \\g,c => prepCase c ++ genForms "questi" "queste" ! g + } + } ; + through_Prep = mkPrep "per" ; + too_AdA = ss "troppo" ; + to_Prep = complDat ; + under_Prep = mkPrep "sotto" ; + very_AdA = ss "molto" ; + want_VV = mkVV (verboV (volere_96 "volere")) ; + we_Pron = + mkPronoun "noi" "ci" "ci" "ce" "noi" "nostro" "nostra" "nostri" "nostre" + Masc Pl P1 ; + whatSg_IP = {s = \\c => prepCase c ++ ["che cosa"] ; a = aagr Fem Sg} ; + whatPl_IP = {s = \\c => prepCase c ++ ["che cose"] ; a = aagr Fem Pl} ; --- + when_IAdv = ss "quando" ; + when_Subj = ss "quando" ** {m = Indic} ; + where_IAdv = ss "dove" ; + which_IQuant = {s = table { + Sg => \\g,c => prepCase c ++ genForms "quale" "quale" ! g ; + Pl => \\g,c => prepCase c ++ genForms "quali" "quali" ! g + } + } ; + whoPl_IP = {s = \\c => prepCase c ++ "chi" ; a = aagr Masc Pl} ; + whoSg_IP = {s = \\c => prepCase c ++ "chi" ; a = aagr Masc Sg} ; + why_IAdv = ss "perché" ; + without_Prep = mkPrep "senza" ; + with_Prep = {s = [] ; c = CPrep P_con ; isDir = False} ; + yes_Utt = ss "sì" ; + youSg_Pron = mkPronoun + "tu" "ti" "ti" "te" "te" "tuo" "tua" "tuoi" "tue" + Masc Sg P2 ; + youPl_Pron = + mkPronoun + "voi" "vi" "vi" "ve" "voi" "vostro" "vostra" "vostri" "vostre" + Masc Pl P2 ; + youPol_Pron = + mkPronoun + "Lei" "La" "Le" "Glie" "Lei" "Suo" "Sua" "Suoi" "Sue" + Masc Sg P3 ; + +} + diff --git a/deprecated/old-lib/resource/italian/VerbIta.gf b/deprecated/old-lib/resource/italian/VerbIta.gf new file mode 100644 index 000000000..7af634d4f --- /dev/null +++ b/deprecated/old-lib/resource/italian/VerbIta.gf @@ -0,0 +1,2 @@ +concrete VerbIta of Verb = CatIta ** VerbRomance with + (ResRomance = ResIta) ; diff --git a/deprecated/old-lib/resource/mathematical/Mathematical.gf b/deprecated/old-lib/resource/mathematical/Mathematical.gf new file mode 100644 index 000000000..65afef3b1 --- /dev/null +++ b/deprecated/old-lib/resource/mathematical/Mathematical.gf @@ -0,0 +1,31 @@ +--1 The Mathematics API to the Resource Grammar + +-- This grammar is a collection of the different modules. +-- It differs from $Lang$ in two main ways: +-- - the combinations in Noun, Verb, Adjective, Adverb, Sentence are not included +-- - instead, Symbol and Predication are used +-- +-- +-- In practice, the most important difference is that only present-tense sentences +-- are included, and that symbolic expressions are recognized as NPs. + +abstract Mathematical = + Noun - [ComplN2], --- to avoid ambiguity +-- Verb, + Adjective, + Adverb, + Numeral, +-- Sentence, + Question, + Relative, + Conjunction, + Phrase, + Text, + Idiom, + Structural, + + Symbol, + Predication, + + Lexicon + ** {} ; diff --git a/deprecated/old-lib/resource/mathematical/MathematicalCat.gf b/deprecated/old-lib/resource/mathematical/MathematicalCat.gf new file mode 100644 index 000000000..36d6985f1 --- /dev/null +++ b/deprecated/old-lib/resource/mathematical/MathematicalCat.gf @@ -0,0 +1,26 @@ +--# -path=.:present:prelude + +concrete MathematicalCat of Mathematical = + NounCat - [ComplN2], --- to avoid ambiguity +-- VerbCat, + AdjectiveCat, + AdverbCat, + NumeralCat, +-- SentenceCat, + QuestionCat, + RelativeCat, + ConjunctionCat, + PhraseCat, + TextX - [Tense,TPres,TPast,TFut,TCond], + IdiomCat, + StructuralCat, + + SymbolCat, + PredicationCat, -- - [predV3,predV2], --- gf bug + + LexiconCat + ** { + +flags startcat = Phr ; + +} ; diff --git a/deprecated/old-lib/resource/mathematical/MathematicalDan.gf b/deprecated/old-lib/resource/mathematical/MathematicalDan.gf new file mode 100644 index 000000000..7d8785b12 --- /dev/null +++ b/deprecated/old-lib/resource/mathematical/MathematicalDan.gf @@ -0,0 +1,27 @@ +--# -path=.:present:prelude + +concrete MathematicalDan of Mathematical = + NounDan - [ComplN2], --- to avoid ambiguity +-- VerbDan, + AdjectiveDan, + AdverbDan, + NumeralDan, +-- SentenceDan, + QuestionDan, + RelativeDan, + ConjunctionDan, + PhraseDan, + TextX, + IdiomDan, + + StructuralDan, + + SymbolDan, + PredicationDan, + + LexiconDan + ** { + +flags startcat = Phr ; + +} ; diff --git a/deprecated/old-lib/resource/mathematical/MathematicalEng.gf b/deprecated/old-lib/resource/mathematical/MathematicalEng.gf new file mode 100644 index 000000000..9042a3eb9 --- /dev/null +++ b/deprecated/old-lib/resource/mathematical/MathematicalEng.gf @@ -0,0 +1,26 @@ +--# -path=.:present:prelude + +concrete MathematicalEng of Mathematical = + NounEng - [ComplN2], --- to avoid ambiguity +-- VerbEng, + AdjectiveEng, + AdverbEng, + NumeralEng, +-- SentenceEng, + QuestionEng, + RelativeEng, + ConjunctionEng, + PhraseEng, + StructuralEng, + TextX, + IdiomEng, + + SymbolEng, + PredicationEng, + + LexiconEng + ** { + +flags startcat = Phr ; + +} ; diff --git a/deprecated/old-lib/resource/mathematical/MathematicalFin.gf b/deprecated/old-lib/resource/mathematical/MathematicalFin.gf new file mode 100644 index 000000000..26704d6e3 --- /dev/null +++ b/deprecated/old-lib/resource/mathematical/MathematicalFin.gf @@ -0,0 +1,26 @@ +--# -path=.:present:prelude + +concrete MathematicalFin of Mathematical = + NounFin - [ComplN2], --- to avoid ambiguity +-- VerbFin, + AdjectiveFin, + AdverbFin, + NumeralFin, +-- SentenceFin, + QuestionFin, + RelativeFin, + ConjunctionFin, + PhraseFin, + TextX, + IdiomFin, + StructuralFin, + + SymbolFin, + PredicationFin, + + LexiconFin + ** { + +flags startcat = Phr ; + +} ; diff --git a/deprecated/old-lib/resource/mathematical/MathematicalFre.gf b/deprecated/old-lib/resource/mathematical/MathematicalFre.gf new file mode 100644 index 000000000..65eb6a9b5 --- /dev/null +++ b/deprecated/old-lib/resource/mathematical/MathematicalFre.gf @@ -0,0 +1,26 @@ +--# -path=.:present:prelude + +concrete MathematicalFre of Mathematical = + NounFre - [ComplN2], --- to avoid ambiguity +-- VerbFre, + AdjectiveFre, + AdverbFre, + NumeralFre, +-- SentenceFre, + QuestionFre, + RelativeFre, + ConjunctionFre, + PhraseFre, + TextX - [Tense,TPres,TPast,TFut,TCond], + IdiomFre, + StructuralFre, + + SymbolFre, + PredicationFre - [predV3], ---- gf bug + + LexiconFre + ** { + +flags startcat = Phr ; + +} ; diff --git a/deprecated/old-lib/resource/mathematical/MathematicalGer.gf b/deprecated/old-lib/resource/mathematical/MathematicalGer.gf new file mode 100644 index 000000000..0d9eb45b5 --- /dev/null +++ b/deprecated/old-lib/resource/mathematical/MathematicalGer.gf @@ -0,0 +1,26 @@ +--# -path=.:present:prelude + +concrete MathematicalGer of Mathematical = + NounGer - [ComplN2], --- to avoid ambiguity +-- VerbGer, + AdjectiveGer, + AdverbGer, + NumeralGer, +-- SentenceGer, + QuestionGer, + RelativeGer, + ConjunctionGer, + PhraseGer, + TextX - [Tense,TPres], + IdiomGer, + StructuralGer, + + SymbolGer, + PredicationGer, + + LexiconGer + ** { + +flags startcat = Phr ; + +} ; diff --git a/deprecated/old-lib/resource/mathematical/MathematicalIta.gf b/deprecated/old-lib/resource/mathematical/MathematicalIta.gf new file mode 100644 index 000000000..0591ef6c6 --- /dev/null +++ b/deprecated/old-lib/resource/mathematical/MathematicalIta.gf @@ -0,0 +1,26 @@ +--# -path=.:present:prelude + +concrete MathematicalIta of Mathematical = + NounIta - [ComplN2], --- to avoid ambiguity +-- VerbIta, + AdjectiveIta, + AdverbIta, + NumeralIta, +-- SentenceIta, + QuestionIta, + RelativeIta, + ConjunctionIta, + PhraseIta, + TextX - [Tense,TPres,TPast,TFut,TCond], + IdiomIta, + StructuralIta, + + SymbolIta, + PredicationIta, -- - [predV3,predV2], --- gf bug + + LexiconIta + ** { + +flags startcat = Phr ; + +} ; diff --git a/deprecated/old-lib/resource/mathematical/MathematicalNor.gf b/deprecated/old-lib/resource/mathematical/MathematicalNor.gf new file mode 100644 index 000000000..383ced6eb --- /dev/null +++ b/deprecated/old-lib/resource/mathematical/MathematicalNor.gf @@ -0,0 +1,27 @@ +--# -path=.:present:prelude + +concrete MathematicalNor of Mathematical = + NounNor - [ComplN2], --- to avoid ambiguity +-- VerbNor, + AdjectiveNor, + AdverbNor, + NumeralNor, +-- SentenceNor, + QuestionNor, + RelativeNor, + ConjunctionNor, + PhraseNor, + TextX, + IdiomNor, + + StructuralNor, + + SymbolNor, + PredicationNor, + + LexiconNor + ** { + +flags startcat = Phr ; + +} ; diff --git a/deprecated/old-lib/resource/mathematical/MathematicalSpa.gf b/deprecated/old-lib/resource/mathematical/MathematicalSpa.gf new file mode 100644 index 000000000..92cebf436 --- /dev/null +++ b/deprecated/old-lib/resource/mathematical/MathematicalSpa.gf @@ -0,0 +1,26 @@ +--# -path=.:present:prelude + +concrete MathematicalSpa of Mathematical = + NounSpa - [ComplN2], --- to avoid ambiguity +-- VerbSpa, + AdjectiveSpa, + AdverbSpa, + NumeralSpa, +-- SentenceSpa, + QuestionSpa, + RelativeSpa, + ConjunctionSpa, + PhraseSpa, + TextSpa - [Tense,TPres,TPast,TFut,TCond], + IdiomSpa, + StructuralSpa, + + SymbolSpa, + PredicationSpa, -- - [predV3,predV2], --- gf bug + + LexiconSpa + ** { + +flags startcat = Phr ; + +} ; diff --git a/deprecated/old-lib/resource/mathematical/MathematicalSwe.gf b/deprecated/old-lib/resource/mathematical/MathematicalSwe.gf new file mode 100644 index 000000000..59d5fefde --- /dev/null +++ b/deprecated/old-lib/resource/mathematical/MathematicalSwe.gf @@ -0,0 +1,27 @@ +--# -path=.:present:prelude + +concrete MathematicalSwe of Mathematical = + NounSwe - [ComplN2], --- to avoid ambiguity +-- VerbSwe, + AdjectiveSwe, + AdverbSwe, + NumeralSwe, +-- SentenceSwe, + QuestionSwe, + RelativeSwe, + ConjunctionSwe, + PhraseSwe, + TextX, + IdiomSwe, + + StructuralSwe, + + SymbolSwe, + PredicationSwe, + + LexiconSwe + ** { + +flags startcat = Phr ; + +} ; diff --git a/deprecated/old-lib/resource/mathematical/Predication.gf b/deprecated/old-lib/resource/mathematical/Predication.gf new file mode 100644 index 000000000..f53d44005 --- /dev/null +++ b/deprecated/old-lib/resource/mathematical/Predication.gf @@ -0,0 +1,60 @@ +--1 A Small Predication Library +-- +-- (c) Aarne Ranta 2003-2006 under Gnu GPL. +-- +-- This library is a derived library built on the language-independent Ground +-- API of resource grammars. + +abstract Predication = Cat ** { + +--2 The category of atomic sentences + +-- We want to use sentences in positive and negative forms but do not care about +-- tenses. + +fun + PosCl : Cl -> S ; -- positive sentence: "x intersects y" + NegCl : Cl -> S ; -- negative sentence: "x doesn't intersect y" + +--2 Predication patterns. + + predV : V -> NP -> Cl ; -- one-place verb: "x converges" + predV2 : V2 -> NP -> NP -> Cl ; -- two-place verb: "x intersects y" + predV3 : V3 -> NP->NP-> NP -> Cl; -- three-place verb: "x intersects y at z" + predVColl : V -> NP -> NP -> Cl ; -- collective verb: "x and y intersect" + predA : A -> NP -> Cl ; -- one-place adjective: "x is even" + predA2 : A2 -> NP -> NP -> Cl ; -- two-place adj: "x is divisible by y" + predAComp : A -> NP -> NP -> Cl; -- comparative adj: "x is greater than y" + predAColl : A -> NP -> NP -> Cl ; -- collective adj: "x and y are parallel" + predN : N -> NP -> Cl ; -- one-place noun: "x is a point" + predN2 : N2 -> NP -> NP -> Cl ; -- two-place noun: "x is a divisor of y" + predNColl : N -> NP -> NP -> Cl ; -- collective noun: "x and y are duals" + predAdv : Adv -> NP -> Cl ; -- adverb: "x is inside" + predPrep : Prep -> NP -> NP -> Cl ; -- preposition: "x is outside y" + +--2 Imperatives and infinitives. + + impV2 : V2 -> NP -> Phr ; -- imperative: "solve the equation E" + infV2 : V2 -> NP -> Phr ; -- infinitive: "to solve the equation E" + +--2 Individual-valued function applications + + appN2 : N2 -> NP -> NP ; -- one-place function: "the successor of x" + appN3 : N3 -> NP -> NP -> NP ; -- two-place function: "the distance from x to y" + appColl : N2 -> NP -> NP -> NP ; -- collective function: "the sum of x and y" + +--2 Families of types + +-- These are expressed by relational nouns applied to arguments. + + famN2 : N2 -> NP -> CN ; -- one-place family: "divisor of x" + famN3 : N3 -> NP -> NP -> CN ; -- two-place family: "path from x to y" + famColl : N2 -> NP -> NP -> CN ; -- collective family: "path between x and y" + +--2 Type constructor + +-- This is similar to a family except that the argument is a type. + + typN2 : N2 -> CN -> CN ; -- constructed type: "list of integers" + +} diff --git a/deprecated/old-lib/resource/mathematical/PredicationCat.gf b/deprecated/old-lib/resource/mathematical/PredicationCat.gf new file mode 100644 index 000000000..95fd70cc0 --- /dev/null +++ b/deprecated/old-lib/resource/mathematical/PredicationCat.gf @@ -0,0 +1,4 @@ +concrete PredicationCat of Predication = CatCat ** PredicationI with + (Syntax = SyntaxCat), + (Lang = LangCat) ; + diff --git a/deprecated/old-lib/resource/mathematical/PredicationDan.gf b/deprecated/old-lib/resource/mathematical/PredicationDan.gf new file mode 100644 index 000000000..6f1ba235e --- /dev/null +++ b/deprecated/old-lib/resource/mathematical/PredicationDan.gf @@ -0,0 +1,4 @@ +concrete PredicationDan of Predication = CatDan ** PredicationI with + (Syntax = SyntaxDan), + (Lang = LangDan) ; + diff --git a/deprecated/old-lib/resource/mathematical/PredicationEng.gf b/deprecated/old-lib/resource/mathematical/PredicationEng.gf new file mode 100644 index 000000000..c7dc12c51 --- /dev/null +++ b/deprecated/old-lib/resource/mathematical/PredicationEng.gf @@ -0,0 +1,4 @@ +concrete PredicationEng of Predication = CatEng ** PredicationI with + (Syntax = SyntaxEng), + (Lang = LangEng) ; + diff --git a/deprecated/old-lib/resource/mathematical/PredicationFin.gf b/deprecated/old-lib/resource/mathematical/PredicationFin.gf new file mode 100644 index 000000000..86982aaae --- /dev/null +++ b/deprecated/old-lib/resource/mathematical/PredicationFin.gf @@ -0,0 +1,4 @@ +concrete PredicationFin of Predication = CatFin ** PredicationI with + (Syntax = SyntaxFin), + (Lang = LangFin) ; + diff --git a/deprecated/old-lib/resource/mathematical/PredicationFre.gf b/deprecated/old-lib/resource/mathematical/PredicationFre.gf new file mode 100644 index 000000000..da968d2b8 --- /dev/null +++ b/deprecated/old-lib/resource/mathematical/PredicationFre.gf @@ -0,0 +1,4 @@ +concrete PredicationFre of Predication = CatFre ** PredicationI with + (Syntax = SyntaxFre), + (Lang = LangFre) ; + diff --git a/deprecated/old-lib/resource/mathematical/PredicationGer.gf b/deprecated/old-lib/resource/mathematical/PredicationGer.gf new file mode 100644 index 000000000..5f870309d --- /dev/null +++ b/deprecated/old-lib/resource/mathematical/PredicationGer.gf @@ -0,0 +1,4 @@ +concrete PredicationGer of Predication = CatGer ** PredicationI with + (Syntax = SyntaxGer), + (Lang = LangGer) ; + diff --git a/deprecated/old-lib/resource/mathematical/PredicationI.gf b/deprecated/old-lib/resource/mathematical/PredicationI.gf new file mode 100644 index 000000000..67cbcd67e --- /dev/null +++ b/deprecated/old-lib/resource/mathematical/PredicationI.gf @@ -0,0 +1,51 @@ +incomplete concrete PredicationI of Predication = + Cat ** open ParamX, Lang, Syntax in { + +flags optimize = all_subs ; + +lin + PosCl cl = mkS cl ; + NegCl cl = mkS PNeg cl ; + +--2 Predication patterns. + + predV v x = PredVP x (UseV v) ; -- mkCl x v ; + predV2 v x y = mkCl x v y ; + predV3 v x y z = mkCl x v y z ; + predVColl v x y = mkCl (mkNP and_Conj x y) v ; + predA a x = mkCl x a ; + predA2 a x y = mkCl x a y ; + predAComp a x y = mkCl x a y ; + predAColl a x y = mkCl (mkNP and_Conj x y) a ; + predN n x = mkCl x (mkNP IndefArt (mkCN n)) ; --- Sg/Pl ? + predN2 n x y = mkCl x (mkNP IndefArt (ComplN2 n y)) ; --- Sg/Pl ? + predNColl n x y = mkCl (mkNP and_Conj x y) (mkNP IndefArt (mkCN n)) ; + predAdv a x = mkCl x a ; + predPrep p x y = mkCl x (mkAdv p y) ; + +--2 Imperatives and infinitives. + + impV2 v x = mkPhr (mkImp v x) ; + infV2 v x = mkPhr (mkUtt (mkVP v x)) ; + +--2 Individual-valued function applications + + appN2 n x = mkNP DefArt (mkCN n x) ; + appN3 n x y = mkNP DefArt (mkCN n x y) ; + appColl n x y = mkNP DefArt (mkCN n (mkNP and_Conj x y)) ; + +--2 Families of types + +-- These are expressed by relational nouns applied to arguments. + + famN2 n x = ComplN2 n x ; + famN3 n x y = ComplN2 (ComplN3 n x) y ; + famColl n x y = ComplN2 n (ConjNP and_Conj (BaseNP x y)) ; + +--2 Type constructor + +-- This is similar to a family except that the argument is a type. + + typN2 f n = ComplN2 f (DetArtPl DefArt n) ; + +} diff --git a/deprecated/old-lib/resource/mathematical/PredicationIta.gf b/deprecated/old-lib/resource/mathematical/PredicationIta.gf new file mode 100644 index 000000000..1b4123c2d --- /dev/null +++ b/deprecated/old-lib/resource/mathematical/PredicationIta.gf @@ -0,0 +1,4 @@ +concrete PredicationIta of Predication = CatIta ** PredicationI with + (Syntax = SyntaxIta), + (Lang = LangIta) ; + diff --git a/deprecated/old-lib/resource/mathematical/PredicationNor.gf b/deprecated/old-lib/resource/mathematical/PredicationNor.gf new file mode 100644 index 000000000..6204c707a --- /dev/null +++ b/deprecated/old-lib/resource/mathematical/PredicationNor.gf @@ -0,0 +1,4 @@ +concrete PredicationNor of Predication = CatNor ** PredicationI with + (Syntax = SyntaxNor), + (Lang = LangNor) ; + diff --git a/deprecated/old-lib/resource/mathematical/PredicationSpa.gf b/deprecated/old-lib/resource/mathematical/PredicationSpa.gf new file mode 100644 index 000000000..037e30901 --- /dev/null +++ b/deprecated/old-lib/resource/mathematical/PredicationSpa.gf @@ -0,0 +1,4 @@ +concrete PredicationSpa of Predication = CatSpa ** PredicationI with + (Syntax = SyntaxSpa), + (Lang = LangSpa) ; + diff --git a/deprecated/old-lib/resource/mathematical/PredicationSwe.gf b/deprecated/old-lib/resource/mathematical/PredicationSwe.gf new file mode 100644 index 000000000..732b11cc8 --- /dev/null +++ b/deprecated/old-lib/resource/mathematical/PredicationSwe.gf @@ -0,0 +1,4 @@ +concrete PredicationSwe of Predication = CatSwe ** PredicationI with + (Syntax = SyntaxSwe), + (Lang = LangSwe) ; + diff --git a/deprecated/old-lib/resource/mathematical/Symbol.gf b/deprecated/old-lib/resource/mathematical/Symbol.gf new file mode 100644 index 000000000..a8ac9ca1b --- /dev/null +++ b/deprecated/old-lib/resource/mathematical/Symbol.gf @@ -0,0 +1,46 @@ +--1 Symbolic expressions + +-- *Note*. This module is not automatically included in the main +-- grammar [Lang Lang.html]. + +abstract Symbol = Cat, PredefAbs ** { + +--2 Noun phrases with symbols and numbers + +fun + + SymbPN : Symb -> PN ; -- x + IntPN : Int -> PN ; -- 27 + FloatPN : Float -> PN ; -- 3.14159 + NumPN : Card -> PN ; + CNNumNP : CN -> Card -> NP ; -- level five ; level 5 + CNSymbNP : Det -> CN -> [Symb] -> NP ; -- (the) (2) numbers x and y + + +--2 Sentence consisting of a formula + + SymbS : Symb -> S ; -- A + +--2 Symbols as numerals + + SymbNum : Symb -> Card ; -- n + SymbOrd : Symb -> Ord ; -- n'th + +--2 Symbol lists + +-- A symbol list has at least two elements. The last two are separated +-- by a conjunction ("and" in English), the others by commas. +-- This produces "x, y and z", in English. + +cat + Symb ; + [Symb]{2} ; + +fun + MkSymb : String -> Symb ; + +--2 Obsolescent + + CNIntNP : CN -> Int -> NP ; -- level 53 (covered by CNNumNP) + +} diff --git a/deprecated/old-lib/resource/mathematical/SymbolCat.gf b/deprecated/old-lib/resource/mathematical/SymbolCat.gf new file mode 100644 index 000000000..09faff744 --- /dev/null +++ b/deprecated/old-lib/resource/mathematical/SymbolCat.gf @@ -0,0 +1,2 @@ +concrete SymbolCat of Symbol = CatCat ** SymbolRomance with + (ResRomance = ResCat) ; diff --git a/deprecated/old-lib/resource/mathematical/SymbolDan.gf b/deprecated/old-lib/resource/mathematical/SymbolDan.gf new file mode 100644 index 000000000..ef1e73c82 --- /dev/null +++ b/deprecated/old-lib/resource/mathematical/SymbolDan.gf @@ -0,0 +1,2 @@ +concrete SymbolDan of Symbol = CatDan ** SymbolScand with + (ResScand = ResDan) ; diff --git a/deprecated/old-lib/resource/mathematical/SymbolEng.gf b/deprecated/old-lib/resource/mathematical/SymbolEng.gf new file mode 100644 index 000000000..488c3fbdd --- /dev/null +++ b/deprecated/old-lib/resource/mathematical/SymbolEng.gf @@ -0,0 +1,37 @@ +concrete SymbolEng of Symbol = CatEng ** open Prelude, ResEng in { + +lin + SymbPN i = {s = \\c => i.s ; g = Neutr} ; --- c + IntPN i = {s = \\c => i.s ; g = Neutr} ; --- c + FloatPN i = {s = \\c => i.s ; g = Neutr} ; --- c + NumPN i = {s = \\c => i.s ; g = Neutr} ; --- c + CNIntNP cn i = { + s = \\c => (cn.s ! Sg ! Nom ++ i.s) ; + a = agrgP3 Sg cn.g + } ; + CNSymbNP det cn xs = { + s = \\c => det.s ++ cn.s ! det.n ! c ++ xs.s ; + a = agrgP3 det.n cn.g + } ; + CNNumNP cn i = { + s = \\c => (cn.s ! Sg ! Nom ++ i.s) ; + a = agrgP3 Sg cn.g + } ; + + SymbS sy = sy ; + + SymbNum sy = {s = sy.s ; n = Pl ; hasCard = True} ; + SymbOrd sy = {s = sy.s ++ "th"} ; + +lincat + + Symb, [Symb] = SS ; + +lin + + MkSymb s = s ; + + BaseSymb = infixSS "and" ; + ConsSymb = infixSS "," ; + +} diff --git a/deprecated/old-lib/resource/mathematical/SymbolFin.gf b/deprecated/old-lib/resource/mathematical/SymbolFin.gf new file mode 100644 index 000000000..922b19dcb --- /dev/null +++ b/deprecated/old-lib/resource/mathematical/SymbolFin.gf @@ -0,0 +1,42 @@ +concrete SymbolFin of Symbol = CatFin ** open Prelude, NounFin, ResFin in { + +lin + SymbPN i = {s = \\c => i.s} ; --- c + IntPN i = {s = \\c => i.s} ; --- c + FloatPN i = {s = \\c => i.s} ; --- c + NumPN i = {s = \\c => i.s!Sg!Nom } ; --- c + + CNIntNP cn i = { + s = \\c => cn.s ! NCase Sg (npform2case Sg c) ++ i.s ; + a = agrP3 Sg ; + isPron = False + } ; + CNSymbNP det cn xs = let detcn = NounFin.DetCN det cn in { + s = \\c => detcn.s ! c ++ xs.s ; + a = detcn.a ; + isPron = False + } ; + CNNumNP cn i = { + s = \\c => cn.s ! NCase Sg (npform2case Sg c) ++ i.s ! Sg ! Nom ; + a = agrP3 Sg ; + isPron = False + } ; + + SymbS sy = sy ; + + SymbNum n = {s = \\_,_ => n.s ; isNum = True ; n = Pl} ; + SymbOrd n = {s = \\_,_ => n.s ++ "."} ; + +lincat + + Symb, [Symb] = SS ; + +lin + + MkSymb s = s ; + + BaseSymb = infixSS "ja" ; + ConsSymb = infixSS "," ; + +} + diff --git a/deprecated/old-lib/resource/mathematical/SymbolFre.gf b/deprecated/old-lib/resource/mathematical/SymbolFre.gf new file mode 100644 index 000000000..ab972c039 --- /dev/null +++ b/deprecated/old-lib/resource/mathematical/SymbolFre.gf @@ -0,0 +1,2 @@ +concrete SymbolFre of Symbol = CatFre ** SymbolRomance with + (ResRomance = ResFre) ; diff --git a/deprecated/old-lib/resource/mathematical/SymbolGer.gf b/deprecated/old-lib/resource/mathematical/SymbolGer.gf new file mode 100644 index 000000000..38516d74a --- /dev/null +++ b/deprecated/old-lib/resource/mathematical/SymbolGer.gf @@ -0,0 +1,43 @@ +concrete SymbolGer of Symbol = CatGer ** open Prelude, ResGer in { + +lin + SymbPN i = {s = \\c => i.s ; g = Neutr} ; --- c + IntPN i = {s = \\c => i.s ; g = Neutr} ; --- c + FloatPN i = {s = \\c => i.s ; g = Neutr} ; --- c + NumPN i = {s = i.s ! Neutr ; g = Neutr} ; --- c + + CNIntNP cn i = { + s = \\c => cn.s ! Weak ! Sg ! Nom ++ i.s ; + a = agrP3 Sg ; + isPron = False + } ; + CNSymbNP det cn xs = let g = cn.g in { + s = \\c => det.s ! g ! c ++ cn.s ! adjfCase det.a c ! det.n ! c ++ xs.s ; + a = agrP3 det.n ; + isPron = False + } ; + CNNumNP cn i = { + s = \\c => artDef ! (GSg cn.g) ! c ++ cn.s ! Weak ! Sg ! Nom ++ i.s ! Neutr ! c ; + a = agrP3 Sg ; + isPron = False + } ; + + SymbS sy = {s = \\_ => sy.s} ; + + SymbNum n = {s = \\_,_ => n.s ; n = Pl ; isNum = True} ; + SymbOrd n = {s = \\_ => n.s ++ "."} ; + + +lincat + + Symb, [Symb] = SS ; + +lin + + MkSymb s = s ; + + BaseSymb = infixSS "und" ; + ConsSymb = infixSS "," ; + +} + diff --git a/deprecated/old-lib/resource/mathematical/SymbolIta.gf b/deprecated/old-lib/resource/mathematical/SymbolIta.gf new file mode 100644 index 000000000..d4e9cbf52 --- /dev/null +++ b/deprecated/old-lib/resource/mathematical/SymbolIta.gf @@ -0,0 +1,2 @@ +concrete SymbolIta of Symbol = CatIta ** SymbolRomance with + (ResRomance = ResIta) ; diff --git a/deprecated/old-lib/resource/mathematical/SymbolNor.gf b/deprecated/old-lib/resource/mathematical/SymbolNor.gf new file mode 100644 index 000000000..2e446b09b --- /dev/null +++ b/deprecated/old-lib/resource/mathematical/SymbolNor.gf @@ -0,0 +1,2 @@ +concrete SymbolNor of Symbol = CatNor ** SymbolScand with + (ResScand = ResNor) ; diff --git a/deprecated/old-lib/resource/mathematical/SymbolRomance.gf b/deprecated/old-lib/resource/mathematical/SymbolRomance.gf new file mode 100644 index 000000000..64b4e1a34 --- /dev/null +++ b/deprecated/old-lib/resource/mathematical/SymbolRomance.gf @@ -0,0 +1,41 @@ +incomplete concrete SymbolRomance of Symbol = + CatRomance ** open Prelude, CommonRomance, ResRomance in { + +lin + SymbPN i = {s = i.s ; g = Masc} ; + IntPN i = {s = i.s ; g = Masc} ; + FloatPN i = {s = i.s ; g = Masc} ; + NumPN i = {s = i.s!Masc ; g = Masc} ; + + CNIntNP cn i = { + s = \\c => cn.s ! Sg ++ i.s ; + a = agrP3 cn.g Sg ; + hasClit = False + } ; + CNSymbNP det cn xs = let g = cn.g in { + s = \\c => det.s ! g ! npform2case c ++ cn.s ! det.n ++ xs.s ; + a = agrP3 g det.n ; + hasClit = False + } ; + CNNumNP cn i = { + s = \\c => artDef cn.g Sg (npform2case c) ++ cn.s ! Sg ++ i.s ! Masc ; + a = agrP3 cn.g Sg ; + hasClit = False + } ; + SymbS sy = {s = \\_ => sy.s} ; + + SymbNum n = {s = \\_ => n.s ; isNum = True ; n = Pl} ; + SymbOrd n = {s = \\_ => n.s ++ "."} ; --- + +lincat + + Symb, [Symb] = SS ; + +lin + + MkSymb s = s ; + + BaseSymb = infixSS "et" ; ---- + ConsSymb = infixSS "," ; + +} diff --git a/deprecated/old-lib/resource/mathematical/SymbolScand.gf b/deprecated/old-lib/resource/mathematical/SymbolScand.gf new file mode 100644 index 000000000..8bde4e1a4 --- /dev/null +++ b/deprecated/old-lib/resource/mathematical/SymbolScand.gf @@ -0,0 +1,38 @@ +incomplete concrete SymbolScand of Symbol = + CatScand ** open Prelude, ResScand, CommonScand in { + +lin + SymbPN i = {s = \\c => i.s ; g = Neutr} ; --- c + IntPN i = {s = \\c => i.s ; g = Neutr} ; --- c + FloatPN i = {s = \\c => i.s ; g = Neutr} ; --- c + NumPN i = {s = \\c => i.s!neutrum ; g = Neutr} ; --- c + CNIntNP cn i = { + s = \\c => (cn.s ! Sg ! DIndef ! Nom ++ i.s) ; + a = agrP3 cn.g Sg + } ; + CNSymbNP det cn xs = let g = cn.g in { + s = \\c => det.s ! cn.isMod ! g ++ cn.s ! det.n ! det.det ! caseNP c ++ xs.s ; + a = agrP3 g det.n + } ; + CNNumNP cn i = { + s = \\c => (cn.s ! Sg ! DIndef ! Nom ++ i.s ! neutrum) ; + a = agrP3 cn.g Sg + } ; + + SymbS sy = {s = \\_ => sy.s} ; + + SymbNum n = {s = \\_ => n.s ; isDet = True ; n = Pl} ; + SymbOrd n = {s = n.s ++ ":te" ; isDet = True} ; --- + +lincat + + Symb, [Symb] = SS ; + +lin + + MkSymb s = s ; + + BaseSymb = infixSS conjAnd ; + ConsSymb = infixSS "," ; + +} diff --git a/deprecated/old-lib/resource/mathematical/SymbolSpa.gf b/deprecated/old-lib/resource/mathematical/SymbolSpa.gf new file mode 100644 index 000000000..e56343432 --- /dev/null +++ b/deprecated/old-lib/resource/mathematical/SymbolSpa.gf @@ -0,0 +1,2 @@ +concrete SymbolSpa of Symbol = CatSpa ** SymbolRomance with + (ResRomance = ResSpa) ; diff --git a/deprecated/old-lib/resource/mathematical/SymbolSwe.gf b/deprecated/old-lib/resource/mathematical/SymbolSwe.gf new file mode 100644 index 000000000..b80619c06 --- /dev/null +++ b/deprecated/old-lib/resource/mathematical/SymbolSwe.gf @@ -0,0 +1,2 @@ +concrete SymbolSwe of Symbol = CatSwe ** SymbolScand with + (ResScand = ResSwe) ; diff --git a/deprecated/old-lib/resource/mathematical/Symbolic.gf b/deprecated/old-lib/resource/mathematical/Symbolic.gf new file mode 100644 index 000000000..9d945c7c3 --- /dev/null +++ b/deprecated/old-lib/resource/mathematical/Symbolic.gf @@ -0,0 +1,64 @@ +--1 Symbolic: Noun Phrases with mathematical symbols + +incomplete resource Symbolic = open + Symbol, Grammar, PredefCnc in { + + oper + symb : overload { + symb : Str -> NP ; -- x + symb : Int -> NP ; -- 23 + symb : Float -> NP ; -- 0.99 + symb : N -> Digits -> NP ; -- level 4 + symb : N -> Card -> NP ; -- level four + symb : CN -> Card -> NP ; -- advanced level four + symb : Det -> N -> Card -> NP ; -- the number four + symb : Det -> CN -> Card -> NP ; -- the even number four + symb : Det -> N -> Str -> Str -> NP ; -- the levels i and j + symb : Det -> CN -> [Symb] -> NP ; -- the basic levels i, j, and k + symb : Symb -> S ; -- A + symb : Symb -> Card ; -- n + symb : Symb -> Ord -- n'th + } ; + + mkSymb : Str -> Symb ; + mkInt : Str -> PredefCnc.Int ; + mkFloat : Str -> PredefCnc.Float ; + +--. + + symb = overload { + symb : Str -> NP + = \s -> UsePN (SymbPN (mkSymb s)) ; + symb : Int -> NP + = \i -> UsePN (IntPN i) ; + symb : Float -> NP + = \i -> UsePN (FloatPN i) ; + symb : N -> Digits -> NP + = \c,i -> CNNumNP (UseN c) (NumDigits i) ; + symb : N -> Card -> NP + = \c,n -> CNNumNP (UseN c) n ; + symb : CN -> Card -> NP + = \c,n -> CNNumNP c n ; + symb : Det -> N -> Card -> NP + = \d,n,x -> DetCN d (ApposCN (UseN n) (UsePN (NumPN x))) ; + symb : Det -> CN -> Card -> NP + = \d,n,x -> DetCN d (ApposCN n (UsePN (NumPN x))) ; + symb : Det -> N -> Str -> Str -> NP + = \c,n,x,y -> CNSymbNP c (UseN n) (BaseSymb (mkSymb x) (mkSymb y)) ; + symb : Det -> CN -> [Symb] -> NP + = CNSymbNP ; + symb : Symb -> S = SymbS ; + symb : Symb -> Card = SymbNum ; + symb : Symb -> Ord = SymbOrd + + } ; + + mkSymb : Str -> Symb = \s -> {s = s ; lock_Symb = <>} ; + + mkInt i = {s = i ; lock_Int = <>} ; + mkFloat f = {s = f ; lock_Float = <>} ; + +-- Integer : Type = {s : Str ; lock_Int : {}} ; +-- Floating : Type = {s : Str ; lock_Float : {}} ; + +} diff --git a/deprecated/old-lib/resource/mathematical/SymbolicCat.gf b/deprecated/old-lib/resource/mathematical/SymbolicCat.gf new file mode 100644 index 000000000..de79ec2ba --- /dev/null +++ b/deprecated/old-lib/resource/mathematical/SymbolicCat.gf @@ -0,0 +1,5 @@ +--# -path=.:present:mathematical:prelude + +resource SymbolicCat = Symbolic with + (Symbol = SymbolCat), + (Grammar = GrammarCat) ; diff --git a/deprecated/old-lib/resource/mathematical/SymbolicDan.gf b/deprecated/old-lib/resource/mathematical/SymbolicDan.gf new file mode 100644 index 000000000..cbbe7e0ad --- /dev/null +++ b/deprecated/old-lib/resource/mathematical/SymbolicDan.gf @@ -0,0 +1,5 @@ +--# -path=.:present:mathematical:prelude + +resource SymbolicDan = Symbolic with + (Symbol = SymbolDan), + (Grammar = GrammarDan) ; diff --git a/deprecated/old-lib/resource/mathematical/SymbolicEng.gf b/deprecated/old-lib/resource/mathematical/SymbolicEng.gf new file mode 100644 index 000000000..c9b559a22 --- /dev/null +++ b/deprecated/old-lib/resource/mathematical/SymbolicEng.gf @@ -0,0 +1,5 @@ +--# -path=.:present:mathematical:prelude + +resource SymbolicEng = Symbolic with + (Symbol = SymbolEng), + (Grammar = GrammarEng) ; diff --git a/deprecated/old-lib/resource/mathematical/SymbolicFin.gf b/deprecated/old-lib/resource/mathematical/SymbolicFin.gf new file mode 100644 index 000000000..f8b88526b --- /dev/null +++ b/deprecated/old-lib/resource/mathematical/SymbolicFin.gf @@ -0,0 +1,5 @@ +--# -path=.:present:mathematical:prelude + +resource SymbolicFin = Symbolic with + (Symbol = SymbolFin), + (Grammar = GrammarFin) ; diff --git a/deprecated/old-lib/resource/mathematical/SymbolicFre.gf b/deprecated/old-lib/resource/mathematical/SymbolicFre.gf new file mode 100644 index 000000000..ee0b2acc9 --- /dev/null +++ b/deprecated/old-lib/resource/mathematical/SymbolicFre.gf @@ -0,0 +1,5 @@ +--# -path=.:present:mathematical:prelude + +resource SymbolicFre = Symbolic with + (Symbol = SymbolFre), + (Grammar = GrammarFre) ; diff --git a/deprecated/old-lib/resource/mathematical/SymbolicGer.gf b/deprecated/old-lib/resource/mathematical/SymbolicGer.gf new file mode 100644 index 000000000..8b8d7111d --- /dev/null +++ b/deprecated/old-lib/resource/mathematical/SymbolicGer.gf @@ -0,0 +1,5 @@ +--# -path=.:present:mathematical:prelude + +resource SymbolicGer = Symbolic with + (Symbol = SymbolGer), + (Grammar = GrammarGer) ; diff --git a/deprecated/old-lib/resource/mathematical/SymbolicIta.gf b/deprecated/old-lib/resource/mathematical/SymbolicIta.gf new file mode 100644 index 000000000..d4b578c8d --- /dev/null +++ b/deprecated/old-lib/resource/mathematical/SymbolicIta.gf @@ -0,0 +1,5 @@ +--# -path=.:present:mathematical:prelude + +resource SymbolicIta = Symbolic with + (Symbol = SymbolIta), + (Grammar = GrammarIta) ; diff --git a/deprecated/old-lib/resource/mathematical/SymbolicNor.gf b/deprecated/old-lib/resource/mathematical/SymbolicNor.gf new file mode 100644 index 000000000..b4eff28e0 --- /dev/null +++ b/deprecated/old-lib/resource/mathematical/SymbolicNor.gf @@ -0,0 +1,5 @@ +--# -path=.:present:mathematical:prelude + +resource SymbolicNor = Symbolic with + (Symbol = SymbolNor), + (Grammar = GrammarNor) ; diff --git a/deprecated/old-lib/resource/mathematical/SymbolicSpa.gf b/deprecated/old-lib/resource/mathematical/SymbolicSpa.gf new file mode 100644 index 000000000..ae44431f5 --- /dev/null +++ b/deprecated/old-lib/resource/mathematical/SymbolicSpa.gf @@ -0,0 +1,5 @@ +--# -path=.:present:mathematical:prelude + +resource SymbolicSpa = Symbolic with + (Symbol = SymbolSpa), + (Grammar = GrammarSpa) ; diff --git a/deprecated/old-lib/resource/mathematical/SymbolicSwe.gf b/deprecated/old-lib/resource/mathematical/SymbolicSwe.gf new file mode 100644 index 000000000..193d8e84d --- /dev/null +++ b/deprecated/old-lib/resource/mathematical/SymbolicSwe.gf @@ -0,0 +1,5 @@ +--# -path=.:present:mathematical:prelude + +resource SymbolicSwe = Symbolic with + (Symbol = SymbolSwe), + (Grammar = GrammarSwe) ; diff --git a/deprecated/old-lib/resource/mkPresent b/deprecated/old-lib/resource/mkPresent new file mode 100644 index 000000000..21f70c75a --- /dev/null +++ b/deprecated/old-lib/resource/mkPresent @@ -0,0 +1 @@ +grep -v "\-\-\# notpresent" $1 diff --git a/deprecated/old-lib/resource/norwegian/AdjectiveNor.gf b/deprecated/old-lib/resource/norwegian/AdjectiveNor.gf new file mode 100644 index 000000000..e1c722b36 --- /dev/null +++ b/deprecated/old-lib/resource/norwegian/AdjectiveNor.gf @@ -0,0 +1,2 @@ +concrete AdjectiveNor of Adjective = CatNor ** AdjectiveScand with + (ResScand = ResNor) ; diff --git a/deprecated/old-lib/resource/norwegian/AdverbNor.gf b/deprecated/old-lib/resource/norwegian/AdverbNor.gf new file mode 100644 index 000000000..09244f110 --- /dev/null +++ b/deprecated/old-lib/resource/norwegian/AdverbNor.gf @@ -0,0 +1,2 @@ +concrete AdverbNor of Adverb = CatNor ** AdverbScand with + (ResScand = ResNor) ; diff --git a/deprecated/old-lib/resource/norwegian/AllNor.gf b/deprecated/old-lib/resource/norwegian/AllNor.gf new file mode 100644 index 000000000..cf84e6768 --- /dev/null +++ b/deprecated/old-lib/resource/norwegian/AllNor.gf @@ -0,0 +1,7 @@ +--# -path=.:../scandinavian:../abstract:../common:prelude + +concrete AllNor of AllNorAbs = + LangNor, + IrregNor - [fly_V], + ExtraNor + ** {} ; diff --git a/deprecated/old-lib/resource/norwegian/AllNorAbs.gf b/deprecated/old-lib/resource/norwegian/AllNorAbs.gf new file mode 100644 index 000000000..a252fd6f2 --- /dev/null +++ b/deprecated/old-lib/resource/norwegian/AllNorAbs.gf @@ -0,0 +1,5 @@ +abstract AllNorAbs = + Lang, + IrregNorAbs - [fly_V], + ExtraNorAbs + ** {} ; diff --git a/deprecated/old-lib/resource/norwegian/CatNor.gf b/deprecated/old-lib/resource/norwegian/CatNor.gf new file mode 100644 index 000000000..bfc4b5390 --- /dev/null +++ b/deprecated/old-lib/resource/norwegian/CatNor.gf @@ -0,0 +1,2 @@ +concrete CatNor of Cat = CommonX ** CatScand with + (ResScand = ResNor) ; diff --git a/deprecated/old-lib/resource/norwegian/ConjunctionNor.gf b/deprecated/old-lib/resource/norwegian/ConjunctionNor.gf new file mode 100644 index 000000000..85357dffd --- /dev/null +++ b/deprecated/old-lib/resource/norwegian/ConjunctionNor.gf @@ -0,0 +1,2 @@ +concrete ConjunctionNor of Conjunction = CatNor ** ConjunctionScand with + (ResScand = ResNor) ; diff --git a/deprecated/old-lib/resource/norwegian/DiffNor.gf b/deprecated/old-lib/resource/norwegian/DiffNor.gf new file mode 100644 index 000000000..3723369f2 --- /dev/null +++ b/deprecated/old-lib/resource/norwegian/DiffNor.gf @@ -0,0 +1,90 @@ +instance DiffNor of DiffScand = open CommonScand, Prelude in { + +-- Parameters. + + param + Gender = Utr Sex | Neutr ; + Sex = Masc | Fem ; + + oper + utrum = Utr Masc ; + neutrum = Neutr ; + + gennum : Gender -> Number -> GenNum = \g,n -> + case < : Gender * Number> of { + => SgUtr ; + => SgNeutr ; + _ => Plg + } ; + + detDef : Species = Def ; + + Verb : Type = { + s : VForm => Str ; + part : Str ; + vtype : VType ; + isVaere : Bool + } ; + + hasAuxBe v = v.isVaere ; + +-- Strings. + + conjThat = "at" ; + conjThan = "enn" ; + conjAnd = "og" ; + compMore = "mere" ; + infMark = "" ; + + subjIf = "hvis" ; + + artIndef : Gender => Str = table { + Utr Masc => "en" ; + Utr Fem => "ei" ; + Neutr => "et" + } ; + + verbHave = + mkVerb "ha" "har" "ha" "hadde" "hatt" "haven" "havet" "havne" + ** {part = [] ; isVaere = False} ; + verbBe = + mkVerb "vre" "er" "var" "var" "vrt" "vren" "vret" "vrne" + ** {part = [] ; isVaere = False} ; + verbBecome = + mkVerb "bli" "blir" "bli" "ble" "blitt" "bliven" "blivet" "blivne" + ** {part = [] ; isVaere = True} ; + + -- auxiliary + noPart = {part = []} ; + + auxFut = "vil" ; -- "skal" in ExtNor + auxCond = "ville" ; + + negation : Polarity => Str = table { + Pos => [] ; + Neg => "ikke" + } ; + + genderForms : (x1,x2 : Str) -> Gender => Str = \all,allt -> + table { + Utr _ => all ; + Neutr => allt + } ; + + relPron : GenNum => RCase => Str = \\gn,c => case c of { + RNom | RPrep False => "som" ; + RGen => "hvis" ; + RPrep _ => gennumForms "hvilken" "hvilket" "hvilke" ! gn + } ; + + pronSuch = gennumForms "sdan" "sdant" "sdanne" ; + + reflPron : Agr -> Str = \a -> case a of { + {gn = Plg ; p = P1} => "oss" ; + {gn = Plg ; p = P2} => "jer" ; + {p = P1} => "meg" ; + {p = P2} => "deg" ; + {p = P3} => "seg" + } ; + +} diff --git a/deprecated/old-lib/resource/norwegian/ExtraNor.gf b/deprecated/old-lib/resource/norwegian/ExtraNor.gf new file mode 100644 index 000000000..1cfd1008b --- /dev/null +++ b/deprecated/old-lib/resource/norwegian/ExtraNor.gf @@ -0,0 +1,8 @@ +concrete ExtraNor of ExtraNorAbs = ExtraScandNor ** open CommonScand, ResNor in { + + lin + PossNP np pro = { + s = \\c => np.s ! NPNom ++ pro.s ! NPPoss np.a.gn ; ---- c + a = np.a + } ; +} diff --git a/deprecated/old-lib/resource/norwegian/ExtraNorAbs.gf b/deprecated/old-lib/resource/norwegian/ExtraNorAbs.gf new file mode 100644 index 000000000..21c03ae7e --- /dev/null +++ b/deprecated/old-lib/resource/norwegian/ExtraNorAbs.gf @@ -0,0 +1,9 @@ +-- Structures special for Norwegian. These are not implemented in other +-- Scandinavian languages. + +abstract ExtraNorAbs = ExtraScandAbs ** { + + fun + PossNP : NP -> Pron -> NP ; -- bilen min + +} \ No newline at end of file diff --git a/deprecated/old-lib/resource/norwegian/ExtraScandNor.gf b/deprecated/old-lib/resource/norwegian/ExtraScandNor.gf new file mode 100644 index 000000000..5f988fe7e --- /dev/null +++ b/deprecated/old-lib/resource/norwegian/ExtraScandNor.gf @@ -0,0 +1,2 @@ +concrete ExtraScandNor of ExtraScandAbs = CatNor ** ExtraScand with + (ResScand = ResNor) ; diff --git a/deprecated/old-lib/resource/norwegian/GrammarNor.gf b/deprecated/old-lib/resource/norwegian/GrammarNor.gf new file mode 100644 index 000000000..ed36ad496 --- /dev/null +++ b/deprecated/old-lib/resource/norwegian/GrammarNor.gf @@ -0,0 +1,21 @@ +--# -path=.:../scandinavian:../abstract:../common:prelude + +concrete GrammarNor of Grammar = + NounNor, + VerbNor, + AdjectiveNor, + AdverbNor, + NumeralNor, + SentenceNor, + QuestionNor, + RelativeNor, + ConjunctionNor, + PhraseNor, + TextX, + IdiomNor, + StructuralNor + ** { + +flags startcat = Phr ; unlexer = text ; lexer = text ; + +} ; diff --git a/deprecated/old-lib/resource/norwegian/IdiomNor.gf b/deprecated/old-lib/resource/norwegian/IdiomNor.gf new file mode 100644 index 000000000..998d8fa8d --- /dev/null +++ b/deprecated/old-lib/resource/norwegian/IdiomNor.gf @@ -0,0 +1,40 @@ +concrete IdiomNor of Idiom = CatNor ** + open MorphoNor, ParadigmsNor, IrregNor, Prelude in { + + flags optimize=all_subs ; + + lin + + ImpersCl vp = mkClause "det" (agrP3 ParadigmsNor.neutrum Sg) vp ; + GenericCl vp = mkClause "man" (agrP3 utrum Sg) vp ; + + CleftNP np rs = mkClause "det" (agrP3 ParadigmsNor.neutrum Sg) + (insertObj (\\_ => np.s ! rs.c ++ rs.s ! np.a) (predV verbBe)) ; + + CleftAdv ad s = mkClause "det" (agrP3 ParadigmsNor.neutrum Sg) + (insertObj (\\_ => ad.s ++ s.s ! Sub) (predV verbBe)) ; + + ExistNP np = + mkClause "det" (agrP3 ParadigmsNor.neutrum Sg) (insertObj + (\\_ => np.s ! accusative) (predV (depV finne_V))) ; + + ExistIP ip = { + s = \\t,a,p => + let + cls = + (mkClause "det" (agrP3 ParadigmsNor.neutrum Sg) (predV (depV finne_V))).s ! t ! a ! p ; + who = ip.s ! accusative + in table { + QDir => who ++ cls ! Inv ; + QIndir => who ++ cls ! Sub + } + } ; + + ProgrVP vp = + insertObj (\\a => ["ved "] ++ infVP vp a) (predV verbBe) ; + + ImpPl1 vp = {s = ["lat oss"] ++ infVP vp {gn = Plg ; p = P1}} ; + + +} + diff --git a/deprecated/old-lib/resource/norwegian/IrregNor.gf b/deprecated/old-lib/resource/norwegian/IrregNor.gf new file mode 100644 index 000000000..ba734148b --- /dev/null +++ b/deprecated/old-lib/resource/norwegian/IrregNor.gf @@ -0,0 +1,72 @@ +--# -path=.:../scandinavian:../common:../abstract:../../prelude + +-- see: http://frodo.bruderhof.com/norskklassen/commonverbs.htm + +concrete IrregNor of IrregNorAbs = CatNor ** open ParadigmsNor in { + + flags optimize=values ; + + lin be_V = mkV "be" "ber" "bes" "bad" "bedt" "be" ; + lin bite_V = irregV "bite" (variants {"bet" ; "beit"}) "bitt" ; + lin bli_V = irregV "bli" (variants {"ble" ; "blei"}) "blitt" ; + lin brenne_V = irregV "brenne" (variants {"brant" ; "brente"}) "brent" ; + lin bringe_V = irregV "bringe" "brakte" "brakt" ; + lin burde_V = irregV "burde" "burde" "burdet" ; + lin bre_V = irregV "bre" "bar" "bret" ; + lin dra_V = mkV "dra" "drar" "dras" "drog" (variants {"dradd" ; "dratt"}) "dra" ; + lin drikke_V = irregV "drikke" "drakk" "drukket" ; + lin drive_V = irregV "drive" (variants {"drev" ; "dreiv"}) "drevet" ; + lin d_V = irregV "d" (variants {"ddde" ; "dde"}) "ddd" ; + lin eie_V = irregV "eie" (variants {"eide" ; "tte"}) (variants {"eid" ; "tt"}) ; + lin falle_V = irregV "falle" "falt" "falt" ; + lin finne_V = irregV "finne" "fant" "funnet" ; + lin fly_V = irregV "fly" (variants {"fly" ; "flaug"}) (variants {"flyet";"flydd"}) ; + lin flyte_V = irregV "flyte" (variants {"flte" ; "flaut"}) "flytt" ; + lin foretrekke_V = irregV "foretrekke" "foretrakk" "foretrukket" ; + lin forlate_V = irregV "forlate" "forlot" "forlatt" ; + lin forst_V = irregV "forst" "forstod" "forsttt" ; + lin fortelle_V = irregV "fortelle" "fortalte" "fortalt" ; + lin fryse_V = irregV "fryse" "frs" "frosset" ; + lin f_V = irregV "f" "fikk" "ftt" ; + lin gi_V = irregV "gi" "gav" "gitt" ; + lin gjelde_V = irregV "gjelde" (variants {"gjaldt" ; "galdt"}) "gjeldt" ; + lin gjre_V = irregV "gjre" "gjorde" "gjort" ; + lin gni_V = irregV "gni" (variants {"gned" ; "gnei" ; "gnidde"}) "gnidd" ; + lin g_V = irregV "g" "gikk" "gtt" ; + lin ha_V = irregV "ha" "hadde" "hatt" ; + lin hente_V = irregV "hente" "hentet" "hendt" ; + lin hete_V = irregV "hete" (variants {"het" ; "hette"}) "hett" ; + lin hjelpe_V = irregV "hjelpe" "hjalp" "hjulpet" ; + lin holde_V = irregV "holde" "holdt" "holdt" ; + lin komme_V = irregV "komme" "kom" "kommet" ; + lin kunne_V = irregV "kunne" "kunne" "kunnet" ; + lin la_V = irregV "la" "lot" "latt" ; + lin legge_V = irregV "legge" "la" "lagt" ; + lin ligge_V = irregV "ligge" "l" "ligget" ; + lin lpe_V = irregV "lpe" "lp" (variants {"lpt" ; "lpet"}) ; + lin mtte_V = irregV "mtte" "mtte" "mttet" ; + lin renne_V = irregV "renne" "rant" "rent" ; + lin se_V = mkV "se" "ser" "ses" "s" "sett" "se" ; + lin selge_V = irregV "selge" "solgte" "solgt" ; + lin sette_V = irregV "sette" "satte" "satt" ; + lin si_V = mkV "si" "sier" "sies" "sa" "sagt" "sagd" ; + lin sitte_V = irregV "sitte" "satt" "sittet" ; + lin skjre_V = irregV "skjre" "skar" "skret" ; + lin skrive_V = irregV "skrive" "skrev" "skrevet" ; + lin skulle_V = irregV "skulle" "skulle" "skullet" ; + lin sl_V = irregV "sl" "slo" "sltt" ; + lin slss_V = mkV "slss" "slss" "slss" "sloss" "slss" "slss" ; + lin sove_V = irregV "sove" "sov" "sovet" ; + lin springe_V = irregV "springe" "sprang" "sprunget" ; + lin sprre_V = irregV "sprre" "spurte" "spurt" ; + lin stikke_V = irregV "stikke" "stakk" "stukket" ; + lin st_V = irregV "st" "stod" "sttt" ; + lin suge_V = irregV "suge" (variants {"sugde" ; "saug"}) "sugd" ; + lin synes_V = irregV "synes" "syntes" (variants {"synes" ; "syns"}) ; + lin synge_V = irregV "synge" "sang" "sunget" ; + lin ta_V = irregV "ta" "tok" "tatt" ; + lin treffe_V = irregV "treffe" "traff" "truffet" ; + lin trives_V = irregV "trives" "trivdes" (variants {"trives" ; "trivs"}) ; + lin ville_V = irregV "ville" "ville" "villet" ; + lin vite_V = mkV "vite" "vet" "vetes" "visste" "visst" "vit" ; +} diff --git a/deprecated/old-lib/resource/norwegian/IrregNorAbs.gf b/deprecated/old-lib/resource/norwegian/IrregNorAbs.gf new file mode 100644 index 000000000..2c6c61181 --- /dev/null +++ b/deprecated/old-lib/resource/norwegian/IrregNorAbs.gf @@ -0,0 +1,65 @@ +abstract IrregNorAbs = Cat ** { + fun be_V : V ; + fun bite_V : V ; + fun bli_V : V ; + fun brenne_V : V ; + fun bringe_V : V ; + fun burde_V : V ; + fun bre_V : V ; + fun dra_V : V ; + fun drikke_V : V ; + fun drive_V : V ; + fun d_V : V ; + fun eie_V : V ; + fun falle_V : V ; + fun finne_V : V ; + fun fly_V : V ; + fun flyte_V : V ; + fun foretrekke_V : V ; + fun forlate_V : V ; + fun forst_V : V ; + fun fortelle_V : V ; + fun fryse_V : V ; + fun f_V : V ; + fun gi_V : V ; + fun gjelde_V : V ; + fun gjre_V : V ; + fun gni_V : V ; + fun g_V : V ; + fun ha_V : V ; + fun hente_V : V ; + fun hete_V : V ; + fun hjelpe_V : V ; + fun holde_V : V ; + fun komme_V : V ; + fun kunne_V : V ; + fun la_V : V ; + fun legge_V : V ; + fun ligge_V : V ; + fun lpe_V : V ; + fun mtte_V : V ; + fun renne_V : V ; + fun se_V : V ; + fun selge_V : V ; + fun sette_V : V ; + fun si_V : V ; + fun sitte_V : V ; + fun skjre_V : V ; + fun skrive_V : V ; + fun skulle_V : V ; + fun sl_V : V ; + fun slss_V : V ; + fun sove_V : V ; + fun springe_V : V ; + fun sprre_V : V ; + fun stikke_V : V ; + fun st_V : V ; + fun suge_V : V ; + fun synes_V : V ; + fun synge_V : V ; + fun ta_V : V ; + fun treffe_V : V ; + fun trives_V : V ; + fun ville_V : V ; + fun vite_V : V ; +} diff --git a/deprecated/old-lib/resource/norwegian/LangNor.gf b/deprecated/old-lib/resource/norwegian/LangNor.gf new file mode 100644 index 000000000..41d51c2a9 --- /dev/null +++ b/deprecated/old-lib/resource/norwegian/LangNor.gf @@ -0,0 +1,10 @@ +--# -path=.:../scandinavian:../abstract:../common:prelude + +concrete LangNor of Lang = + GrammarNor, + LexiconNor + ** { + +flags startcat = Phr ; unlexer = text ; lexer = text ; + +} ; diff --git a/deprecated/old-lib/resource/norwegian/LexiconNor.gf b/deprecated/old-lib/resource/norwegian/LexiconNor.gf new file mode 100644 index 000000000..30cda22ea --- /dev/null +++ b/deprecated/old-lib/resource/norwegian/LexiconNor.gf @@ -0,0 +1,368 @@ +--# -path=.:../scandinavian:../common:../abstract:../../prelude + +concrete LexiconNor of Lexicon = CatNor ** + open Prelude, ParadigmsNor, IrregNor in { + +flags startcat=Phr ; lexer=textlit ; unlexer=text ; + optimize=values ; + +lin + airplane_N = mk2N "fly" "flyet" ; + answer_V2S = mkV2S (regV "svare") (mkPrep "til") ; + apartment_N = mk2N "leilighet" "leiligheten" ; + apple_N = mk2N "eple" "eplet" ; + art_N = mk2N "kunst" "kunsten" ; + ask_V2Q = mkV2Q sprre_V noPrep ; + baby_N = mk2N "baby" "babyen" ; + bad_A = regADeg "drlig" ; ---- + bank_N = mk2N "bank" "banken" ; + beautiful_A = mk3ADeg "vakker" "vakkert" "vakre" ; + become_VA = mkVA (vaereV bli_V) ; + beer_N = regGenN "l" neutrum ; + beg_V2V = mkV2V be_V noPrep (mkPrep "at") ; + big_A = irregADeg "stor" "strre" "strst"; + bike_N = mkN "sykkel" "sykkelen" "sykler" "syklene" ; + bird_N = mk2N "fugl" "fuglen" ; + black_A = mk2ADeg "svart" "svart" ; + blue_A = mk2ADeg "bl" "bltt"; + boat_N = regGenN "bt" masculine ; + book_N = mkN "bok" "boka" "bker" "bkene" ; + boot_N = mkN "stvel" "stvelen" "stvler" "stvlene" ; + boss_N = mk2N "sjef" "sjefen" ; + boy_N = regGenN "gutt" masculine ; + bread_N = regGenN "brd" neutrum ; + break_V2 = dirV2 (mk2V "knuse" "knuste") ; + broad_A = regADeg "bred" ; + brother_N2 = mkN2 ( (mkN "bror" "broren" "brdre" "brdrene")) (mkPrep "til") ; + brown_A = regADeg "brun" ; + butter_N = regGenN "smr" neutrum ; + buy_V2 = dirV2 (mk2V "kjpe" "kjpte") ; + camera_N = mk2N "kamera" "kameraen" ; ---- + cap_N = mk2N "lue" "lua" ; + car_N = regGenN "bil" masculine ; + carpet_N = regGenN "matte" feminine ; + cat_N = mk2N "katt" "katten" ; + ceiling_N = regGenN "tak" neutrum ; + chair_N = regGenN "stol" masculine ; + cheese_N = regGenN "ost" masculine ; + child_N = regGenN "barn" neutrum ; + church_N = regGenN "kirke" feminine ; + city_N = mk2N "by" "byen" ; + clean_A = regADeg "rein" ; + clever_A = regADeg "klok" ; + close_V2 = dirV2 (mk2V "lukke" "lukket") ; + coat_N = regGenN "frakk" masculine ; + cold_A = regADeg "kald" ; + come_V = vaereV IrregNor.komme_V ; + computer_N = mk2N "datamaskin" "datamaskinen" ; + country_N = mk2N "land" "landet" ; + cousin_N = mk2N "fetter" "fetteren" ; ---- + cow_N = mkN "ku" "kua" "kyr" "kyrne" ; ---- + die_V = vaereV IrregNor.d_V ; + dirty_A = mk3ADeg "skitten" "skittent" "skitne" ; ---- + distance_N3 = mkN3 (regGenN "avstand" masculine) (mkPrep "fra") (mkPrep "til") ; + doctor_N = mk2N "lege" "legen" ; + dog_N = regGenN "hund" masculine ; + door_N = regGenN "dr" feminine ; + drink_V2 = dirV2 IrregNor.drikke_V ; + easy_A2V = mkA2V (regA "grei") (mkPrep "for") ; + eat_V2 = dirV2 (mk2V "spise" "spiste") ; + empty_A = mkADeg "tom" "tomt" "tomme" "tommere" "tommest" ; + enemy_N = regGenN "fiende" masculine ; + factory_N = mk2N "fabrikk" "fabrikken" ; + father_N2 = mkN2 ( (mkN "far" "faren" "fedre" "fedrene")) (mkPrep "til") ; + fear_VS = mkVS (regV "frykte") ; + find_V2 = dirV2 (irregV "finne" "fann" "funnet") ; + fish_N = mk2N "fisk" "fisken" ; + floor_N = regGenN "golv" neutrum ; + forget_V2 = dirV2 (mkV "glemme" "glemmer" "glemmes" "glemte" "glemt" "glem") ; + fridge_N = regGenN "kjleskap" neutrum ; + friend_N = mkN "venn" "vennen" "venner" "vennene" ; + fruit_N = mk2N "frukt" "frukten" ; + fun_AV = mkAV (mkA "morsom" "morsomt" "morsomme") ; + garden_N = regGenN "hage" masculine ; + girl_N = regGenN "jente" feminine ; + glove_N = regGenN "hanske" masculine ; + gold_N = regGenN "gull" neutrum ; + good_A = mkADeg "god" "godt" "gode" "bedre" "best" ; + go_V = vaereV IrregNor.g_V ; + green_A = mk2ADeg "grnn" "grnt" ; + harbour_N = regGenN "havn" feminine; + hate_V2 = dirV2 (regV "hate") ; + hat_N = regGenN "hatt" masculine ; + have_V2 = dirV2 IrregNor.ha_V ; + hear_V2 = dirV2 (mk2V "hre" "hrte") ; + hill_N = regGenN "haug" masculine ; + hope_VS = mkVS (regV "hpe") ; + horse_N = regGenN "hest" masculine ; + hot_A = regADeg "heit" ; + house_N = regGenN "hus" neutrum ; + important_A = regADeg "viktig" ; + industry_N = mk2N "industri" "industrien" ; + iron_N = regGenN "jern" neutrum ; + john_PN = mkPN "John" masculine ; + king_N = regGenN "konge" masculine ; + know_V2 = dirV2 IrregNor.vite_V ; + lake_N = regGenN "vann" neutrum ; + lamp_N = regGenN "lampe" feminine ; + learn_V2 = dirV2 (mk2V "lre" "lrte") ; + leather_N = regGenN "lr" neutrum ; + leave_V2 = dirV2 forlate_V ; + like_V2 = dirV2 (mk2V "like" "likte") ; + listen_V2 = dirV2 (regV "lytte") ; + live_V = mk2V "leve" "levde" ; + long_A = irregADeg "lang" "lengre" "lengst" ; + lose_V2 = dirV2 (mk2V "tape" "tapte") ; + love_N = regGenN "kjrlighet" masculine ; + love_V2 = dirV2 (regV "elske") ; + man_N = (mkN "mann" "mannen" "menn" "mennen") ; + married_A2 = mkA2 (mk2A "gift" "gift") (mkPrep "med") ; + meat_N = regGenN "kjtt" neutrum ; + milk_N = regGenN "melk" masculine ; + moon_N = regGenN "mne" masculine ; + mother_N2 = mkN2 (mkN "mor" "moren" "mdre" "mdrene") (mkPrep "til") ; ---- fem + mountain_N = regGenN "berg" neutrum ; + music_N = mk2N "musikk" "musikken" ; + narrow_A = regADeg "smal" ; + new_A = mkADeg "ny" "nytt" "nye" "nyere" "nyest" ; + newspaper_N = regGenN "avis" feminine ; + oil_N = regGenN "olje" masculine ; + old_A = mkADeg "gammel" "gammelt" "gamle" "eldre" "eldst" ; + open_V2 = dirV2 (regV "pne") ; + paint_V2A = mkV2A (regV "male") noPrep ; + paper_N = regGenN "papir" neutrum ; ---- + paris_PN = regGenPN "Paris" neutrum ; + peace_N = regGenN "fred" masculine ; + pen_N = regGenN "penn" masculine ; + planet_N = mk2N "planet" "planeten" ; + plastic_N = mk2N "plast" "plasten" ; + play_V2 = dirV2 (mk2V "spille" "spilte") ; + policeman_N = mk2N "politi" "politien" ; + priest_N = mk2N "prest" "presten" ; + probable_AS = mkAS (regA "sannsynlig") ; + queen_N = regGenN "dronning" feminine ; + radio_N = regGenN "radio" masculine ; + rain_V0 = mkV0 (regV "regne") ; + read_V2 = dirV2 (mk2V "lese" "leste") ; + red_A = regADeg "rd" ; + religion_N = mk2N "religion" "religionen" ; + restaurant_N = mk2N "restaurant" "restauranten" ; + river_N = mk2N "elv" "elva" ; + rock_N = regGenN "stein" masculine ; + roof_N = regGenN "tak" neutrum ; + rubber_N = mk2N "gummi" "gummien" ; + run_V = vaereV IrregNor.springe_V ; + say_VS = mkVS si_V ; + school_N = regGenN "skole" feminine; + science_N = mk2N "vitenskap" "vitenskapen" ; + sea_N = mk2N "sj" "sjen" ; + seek_V2 = mkV2 (mk2V "lete" "lette") (mkPrep "etter") ; + see_V2 = dirV2 se_V ; + sell_V3 = dirV3 selge_V (mkPrep "til") ; + send_V3 = dirV3 (mk2V "sende" "sendte") (mkPrep "til") ; + sheep_N = mk2N "fr" "fret" ; + ship_N = regGenN "skip" neutrum ; + shirt_N = regGenN "skjorte" feminine ; + shoe_N = regGenN "sko" masculine ; + shop_N = mk2N "butikk" "butikken" ; + short_A = regADeg "kort" ; + silver_N = mk2N "slv" "slvet"; + sister_N = mkN "sster" "ssteren" "sstrer" "sstrene" ; + sleep_V = irregV "sove" "sov" "sovet" ; + small_A = mkADeg "liten" "lite" "sm" "mindre" "minst" ; ---- lille + snake_N = regGenN "orm" masculine ; + sock_N = regGenN "strmpe" masculine ; + speak_V2 = dirV2 (regV "snakke") ; + star_N = regGenN "stjerne" feminine ; + steel_N = regGenN "stl" neutrum ; + stone_N = regGenN "stein" masculine ; + stove_N = regGenN "komfyr" masculine ; + student_N = mk2N "student" "studenten" ; + stupid_A = mk3ADeg "dum" "dumt" "dumme" ; + sun_N = regGenN "sol" feminine ; + switch8off_V2 = dirV2 (partV (irregV "sl" "slo" "sltt") "av") ; + switch8on_V2 = dirV2 (partV (irregV "sl" "slo" "sltt") "p") ; + table_N = regGenN "bord" neutrum ; + talk_V3 = mkV3 (regV "snakke") (mkPrep "til") (mkPrep "om") ; + teacher_N = mkN "lrer" "lreren" "lrere" "lrerne" ; + teach_V2 = dirV2 (mk2V "undervise" "underviste") ; + television_N = mk2N "fjernsyn" "fjernsynet" ; + thick_A = mk2ADeg "tykk" "tykt" ; + thin_A = mk2ADeg "tynn" "tynt" ; + train_N = regGenN "tog" neutrum ; + travel_V = vaereV (mk2V "reise" "reiste") ; + tree_N = mkN "tre" "treet" "trr" "trne" ; + ---- trousers_N = regGenN "trousers" ; ---- pl t ! + ugly_A = mk2ADeg "stygg" "stygt" ; + understand_V2 = dirV2 (irregV "forst" "forstod" "forsttt") ; + university_N = regGenN "universitet" neutrum ; + village_N = mk2N "grend" "grenda" ; + wait_V2 = mkV2 (regV "vente") (mkPrep "p") ; + walk_V = vaereV IrregNor.g_V ; + warm_A = regADeg "varm" ; + war_N = regGenN "krig" masculine ; + watch_V2 = mkV2 se_V (mkPrep "p") ; + water_N = mk2N "vatn" "vatnet" ; + white_A = regADeg "hvit" ; + window_N = mkN "vindu" "vinduet" "vinduer" "vinduene" ; ---- er? + wine_N = mk2N "vin" "vinen" ; + win_V2 = dirV2 (irregV "vinne" "vant" "vunnet") ; + woman_N = regGenN "kvinne" feminine ; ---- kvinnen + wonder_VQ = mkVQ (regV "undre") ; ---- seg + wood_N = mkN "tre" "treet" "trr" "trne" ; + write_V2 = dirV2 (irregV "skrive" "skrev" "skrevet") ; + yellow_A = regADeg "gul" ; + young_A = irregADeg "ung" "yngre" "yngst" ; + + do_V2 = dirV2 (irregV "gjre" "gjorde" "gjort") ; + now_Adv = mkAdv "n" ; + already_Adv = mkAdv "allerede" ; + song_N = mk2N "sang" "sangen" ; + add_V3 = mkV3 (partV (irregV "legge" "la" "lagt") "til") noPrep (mkPrep "til") ; + number_N = mk2N "nummer" "nummeret" ; + put_V2 = mkV2 (irregV "sette" "satte" "satt") noPrep ; + stop_V = vaereV (regV "stanse") ; + jump_V = regV "hoppe" ; + + left_Ord = {s = "venstre" ; isDet = True} ; + right_Ord = {s = "hyre" ; isDet = True} ; + far_Adv = mkAdv "fjern" ; + correct_A = regA "riktig" ; + dry_A = mk2A "trr" "trt" ; + dull_A = regA "slv" ; + full_A = regA "full" ; + heavy_A = irregADeg "tung" "tyngre" "tyngst" ; + near_A = mkADeg "nre" "nre" "nre" "nrmere" "nrmest" ; + rotten_A = mk3ADeg "rtten" "rttent" "rtne" ; + round_A = regA "rund" ; + sharp_A = mk2A "kvass" "kvast" ; + smooth_A = mk2A "slett" "slett" ; + straight_A = regA "rak" ; + wet_A = regA "vt" ; + wide_A = regA "bred" ; + animal_N = mk2N "dyr" "dyret" ; + ashes_N = mk2N "aske" "aska" ; + back_N = mk2N "rygg" "ryggen" ; + bark_N = mk2N "bark" "barken" ; + belly_N = mk2N "mage" "magen" ; + blood_N = mk2N "blod" "blodet" ; + bone_N = mk2N "bein" "beinet" ; + breast_N = mk2N "bryst" "brystet" ; + cloud_N = mk2N "sky" "skya" ; + day_N = mk2N "dag" "dagen" ; + dust_N = mk2N "stv" "stvet" ; + ear_N = mk2N "re" "ret" ; + earth_N = mk2N "jord" "jorda" ; + egg_N = mk2N "egg" "egget" ; + eye_N = mkN "ye" "yet" "yne" "ynene" ; + fat_N = mk2N "fett" "fettet" ; + feather_N = mk2N "fjr" "fjra" ; + fingernail_N = mk2N "negl" "neglen" ; + fire_N = mk2N "ild" "ilden" ; + flower_N = mk2N "blomst" "blomsten" ; + fog_N = mk2N "tke" "tka" ; + foot_N = mk2N "fot" "ftter" ; + forest_N = mk2N "skog" "skogen" ; + grass_N = mk2N "gras" "graset" ; + guts_N = mk2N "tarm" "tarmen" ; ---- involler + hair_N = mk2N "hr" "hret" ; + hand_N = mk2N "hnd" "hnden" ; + head_N = mk2N "hode" "hodet" ; + heart_N = mk2N "hjerte" "hjertet" ; + horn_N = mk2N "horn" "hornet" ; + husband_N = mkN "ektemann" "ektemannen" "ektemenn" "ektemennen" ; + ice_N = mk2N "is" "isen" ; + knee_N = mkN "kne" "kneet" "knr" "knne" ; + leaf_N = mk2N "lv" "lvet" ; + leg_N = mk2N "bein" "beinet" ; + liver_N = mkN "lever" "leveren" "levrer" "levrene" ; + louse_N = mk2N "lus" "lusa" ; + mouth_N = mk2N "munn" "munnen" ; + name_N = mk2N "navn" "navnet" ; + neck_N = mk2N "nakke" "nakken" ; + night_N = mkN "natt" "natta" "netter" "nettene" ; + nose_N = mk2N "nese" "nesen" ; + person_N = mk2N "person" "personen" ; + rain_N = mk2N "regn" "regnet" ; + road_N = mk2N "vei" "veien" ; + root_N = mkN "rot" "rota" "rtter" "rttene" ; + rope_N = mk2N "tau" "tauet" ; + salt_N = mk2N "salt" "saltet" ; + sand_N = mk2N "sand" "sanden" ; + seed_N = mk2N "fr" "fret" ; + skin_N = mk2N "skinn" "skinnet" ; + sky_N = mkN "himmel" "himmelen" "himler" "himlene" ; + smoke_N = mk2N "ryk" "ryken" ; + snow_N = mk2N "sn" "snen" ; + stick_N = mk2N "pinne" "pinnen" ; + tail_N = mk2N "hale" "halen" ; + tongue_N = mk2N "tunge" "tunga" ; + tooth_N = mkN "tann" "tanna" "tenner" "tennene" ; + wife_N = mk2N "kone" "kona" ; + wind_N = mk2N "vind" "vinden" ; + wing_N = mk2N "vinge" "vingen" ; + worm_N = mk2N "mark" "marken" ; + year_N = mk2N "r" "ret" ; + bite_V2 = dirV2 (IrregNor.bite_V) ; + blow_V = mk2V "blse" "blste" ; + burn_V = brenne_V ; + count_V2 = dirV2 (regV "regne") ; + cut_V2 = dirV2 (skjre_V) ; + dig_V = mk2V "grave" "gravde" ; + fall_V = vaereV falle_V ; + fear_V2 = dirV2 (regV "frykte") ; + fight_V2 = dirV2 (slss_V) ; + float_V = flyte_V ; + flow_V = renne_V ; + fly_V = vaereV IrregNor.fly_V ; + freeze_V = fryse_V ; + give_V3 = dirV3 gi_V (mkPrep "til"); + hit_V2 = dirV2 (sl_V) ; + hold_V2 = dirV2 (holde_V) ; + hunt_V2 = dirV2 (regV "jakte") ; + kill_V2 = dirV2 (mk2V "drepe" "drepte") ; + laugh_V = mkV "le" "ler" "les" "lo" "ledd" "le" ; + lie_V = ligge_V ; + play_V = mk2V "leke" "lekte" ; + pull_V2 = dirV2 (dra_V) ; + push_V2 = dirV2 (irregV "skyve" "skjv" "skjvet") ; + rub_V2 = dirV2 (gni_V) ; + scratch_V2 = dirV2 (regV "kl") ; + sew_V = mk2V "sy" "sydde" ; + sing_V = synge_V ; + sit_V = sitte_V ; + smell_V = regV "lukte" ; + spit_V = regV "spytte" ; + split_V2 = dirV2 (mk2V "klyve" "klyvde") ; + squeeze_V2 = dirV2 (mk2V "klemme" "klemte") ; + stab_V2 = dirV2 (stikke_V) ; + stand_V = vaereV st_V ; + suck_V2 = dirV2 (suge_V) ; + swell_V = partV (regV "hovne") "opp" ; + swim_V = regV "simme" ; + think_V = mk2V "tenke" "tenkte" ; + throw_V2 = dirV2 (regV "kaste") ; + tie_V2 = dirV2 (regV "knytte") ; + turn_V = mk2V "vende" "vendte" ; + vomit_V = partV (regV "kaste") "opp" ; + wash_V2 = dirV2 (regV "vaske") ; + wipe_V2 = dirV2 (regV "trke") ; + breathe_V = regV "puste" ; + + + grammar_N = regN "grammatikk" ; + language_N = mk2N "sprk" "sprket" ; + rule_N = mkN "regel" "regelen" "regler" "reglene" ; + + question_N = mk2N "sprsml" "sprsmlet" ; +---- ready_A = regA "frdig" ; +---- reason_N = regN "anledning" ; + today_Adv = mkAdv "idag" ; +---- uncertain_A = mk3A "osker" "oskert" "oskra" ; + +} ; + +-- a" -> e" 86 +-- -> 66 +-- ck -> kk 20 +-- -> e 44 diff --git a/deprecated/old-lib/resource/norwegian/MathNor.gf b/deprecated/old-lib/resource/norwegian/MathNor.gf new file mode 100644 index 000000000..53e9ffd99 --- /dev/null +++ b/deprecated/old-lib/resource/norwegian/MathNor.gf @@ -0,0 +1,2 @@ +concrete MathNor of Math = CatNor ** MathScand with + (ResScand = ResNor) ; diff --git a/deprecated/old-lib/resource/norwegian/MorphoNor.gf b/deprecated/old-lib/resource/norwegian/MorphoNor.gf new file mode 100644 index 000000000..13a87125a --- /dev/null +++ b/deprecated/old-lib/resource/norwegian/MorphoNor.gf @@ -0,0 +1,171 @@ +--1 A Simple Norwegian Resource Morphology +-- +-- Aarne Ranta 2002 +-- +-- This resource morphology contains definitions needed in the resource +-- syntax. It moreover contains copies of the most usual inflectional patterns +-- as defined in functional morphology (in the Haskell file $RulesSw.hs$). +-- +-- We use the parameter types and word classes defined for morphology. + +resource MorphoNor = CommonScand, ResNor ** open Prelude, Predef in { + +-- genders + +oper + masc = Utr Masc ; + fem = Utr Fem ; + neutr = Neutr ; + +-- type synonyms + + Subst : Type = {s : Number => Species => Case => Str} ; + Adj = Adjective ; + +-- nouns + + mkSubstantive : (_,_,_,_ : Str) -> Subst = + \dreng, drengen, drenger, drengene -> + {s = nounForms dreng drengen drenger drengene} ; + + extNGen : Str -> Gender = \s -> case last s of { + "n" => Utr Masc ; + "a" => Utr Fem ; + _ => Neutr + } ; + + nBil : Str -> Subst = \bil -> + mkSubstantive bil (bil + "en") (bil + "er") (bil + "erne") ** + {h1 = masc} ; + + nUke : Str -> Subst = \uke -> + mkSubstantive uke (init uke + "a") (uke + "r") (uke + "ne") ** + {h1 = fem} ; + + nHus : Str -> Subst = \hus -> + mkSubstantive hus (hus + "et") hus (hus + "ene") ** + {h1 = neutr} ; + + nHotell : Str -> Subst = \hotell -> + mkSubstantive hotell (hotell + "et") (hotell + "er") (hotell + "ene") ** + {h1 = neutr} ; + + + + +-- adjectives + + mkAdject : (_,_,_,_,_ : Str) -> Adj = + \stor,stort,store,storre,storst -> {s = table { + AF (APosit (Strong SgUtr )) c => mkCase c stor ; + AF (APosit (Strong SgNeutr)) c => mkCase c stort ; + AF (APosit _) c => mkCase c store ; + AF ACompar c => mkCase c storre ; + AF (ASuperl SupStrong) c => mkCase c storst ; + AF (ASuperl SupWeak) c => mkCase c (storst + "e") + } + } ; + + aRod : Str -> Adj = \rod -> + mkAdject rod (rod + "t") (rod + "e") (rod + "ere") (rod + "est") ; + + aAbstrakt : Str -> Adj = \abstrakt -> + mkAdject abstrakt abstrakt (abstrakt + "e") (abstrakt + "ere") (abstrakt + "est") ; + + aRask : Str -> Adj = \rask -> + mkAdject rask rask (rask + "e") (rask + "ere") (rask + "est") ; + + aBillig : Str -> Adj = \billig -> + mkAdject billig billig (billig + "e") (billig + "ere") (billig + "st") ; + +-- verbs + + Verbum : Type = {s : VForm => Str} ; + + mkVerb6 : (_,_,_,_,_,_ : Str) -> Verbum = + \spise,spiser,spises,spiste,spist,spis -> {s = table { + VI (VInfin v) => mkVoice v spise ; + VF (VPres Act) => spiser ; + VF (VPres Pass) => spises ; + VF (VPret v) => mkVoice v spiste ; --# notpresent + VI (VSupin v) => mkVoice v spist ; --# notpresent + VI (VPtPret (Strong (SgUtr | SgNeutr)) c) => mkCase c spist ; + VI (VPtPret _ c) => case last spist of { + "a" => mkCase c spist ; + _ => mkCase c (spist + "e") + } ; + VF (VImper v) => mkVoice v spis + } + } ; + + vHusk : Str -> Verbum = \husk -> + let huska : Str = husk + "a" ---- variants {husk + "a" ; husk + "et"} + in + mkVerb6 (husk + "e") (husk + "er") (husk + "es") huska huska husk ; + + vSpis : Str -> Verbum = \spis -> + mkVerb6 (spis + "e") (spis + "er") (spis + "es") (spis + "te") (spis + "t") spis ; + + vLev : Str -> Verbum = \lev -> + let lever = case last lev of { + "r" => lev ; + _ => lev + "er" + } + in + mkVerb6 (lev + "e") lever (lev + "es") (lev + "de") (lev + "d") lev ; + + vBo : Str -> Verbum = \bo -> + mkVerb6 bo (bo + "r") (bo + "es") (bo + "dde") (bo + "dd") bo ; + + regVerb : Str -> Str -> Verbum = \spise, spiste -> + let + spis = init spise ; + te = dp 2 spiste + in + case te of { + "te" => vSpis spis ; + "de" => case last spise of { + "e" => vLev spis ; + _ => vBo spise + } ; + _ => vHusk spis + } ; + + +-- For $Numeral$. + +param DForm = ental | ton | tiotal ; + +oper + LinDigit = {s : DForm => CardOrd => Str} ; + + cardOrd : Str -> Str -> CardOrd => Str = \tre,tredje -> + table { + NCard _ => tre ; + NOrd a => tredje ---- a + } ; + + cardReg : Str -> CardOrd => Str = \syv -> + cardOrd syv (syv + case last syv of { + "n" => "de" ; + "e" => "nde" ; + _ => "ende" + }) ; + + + mkTal : (x1,_,_,_,x5 : Str) -> LinDigit = + \tv, tolv, tjugo, andra, tolfte -> + {s = table { + ental => cardOrd tv andra ; + ton => cardOrd tolv tolfte ; + tiotal => cardReg tjugo + } + } ; + + numPl : (CardOrd => Str) -> {s : CardOrd => Str ; n : Number} = \n -> + {s = n ; n = Pl} ; + + invNum : CardOrd = NCard Neutr ; + + +} diff --git a/deprecated/old-lib/resource/norwegian/NounNor.gf b/deprecated/old-lib/resource/norwegian/NounNor.gf new file mode 100644 index 000000000..d3aa276ab --- /dev/null +++ b/deprecated/old-lib/resource/norwegian/NounNor.gf @@ -0,0 +1,2 @@ +concrete NounNor of Noun = CatNor ** NounScand with + (ResScand = ResNor) ; diff --git a/deprecated/old-lib/resource/norwegian/NumeralNor.gf b/deprecated/old-lib/resource/norwegian/NumeralNor.gf new file mode 100644 index 000000000..0d0a6e907 --- /dev/null +++ b/deprecated/old-lib/resource/norwegian/NumeralNor.gf @@ -0,0 +1,85 @@ +concrete NumeralNor of Numeral = CatNor ** open MorphoNor in { + +lincat + Digit = {s : DForm => CardOrd => Str} ; + Sub10 = {s : DForm => CardOrd => Str ; n : Number} ; + Sub100, Sub1000, Sub1000000 = + {s : CardOrd => Str ; n : Number} ; + +lin + num x = x ; + + n2 = mkTal "to" "tolv" "tjue" "andre" "tolfte" ; + n3 = mkTal "tre" "tretten" "tretti" "tredje" "trettende" ; + n4 = mkTal "fire" "fjorten" "frti" "fjerde" "fjortende" ; + n5 = mkTal "fem" "femten" "femti" "femte" "femtende" ; + n6 = mkTal "seks" "seksten" "seksti" "sjette" "sextende" ; + n7 = mkTal "sju" "sytten" "sytti" "syvende" "syttende" ; + n8 = mkTal "tte" "atten" "tti" "ttende" "attende" ; + n9 = mkTal "ni" "nitten" "nitti" "niende" "nittende" ; + + pot01 = { + s = \\f => table { + NCard g => case g of {Neutr => "ett" ; _ => "en"} ; + _ => "frste" + } ; + n = Sg + } ; + pot0 d = {s = \\f,g => d.s ! f ! g ; n = Pl} ; + pot110 = numPl (cardReg "ti") ; + pot111 = numPl (cardOrd "elve" "elfte") ; + pot1to19 d = numPl (d.s ! ton) ; + pot0as1 n = {s = n.s ! ental ; n = n.n} ; + pot1 d = numPl (d.s ! tiotal) ; + pot1plus d e = {s = \\g => d.s ! tiotal ! invNum ++ e.s ! ental ! g ; n = Pl} ; + pot1as2 n = n ; + pot2 d = + numPl (\\g => d.s ! ental ! invNum ++ cardOrd "hundre" "hundrede" ! g) ; + pot2plus d e = + {s = \\g => d.s ! ental ! invNum ++ "hundre" ++ "og" ++ e.s ! g ; n = Pl} ; + pot2as3 n = n ; + pot3 n = + numPl (\\g => n.s ! invNum ++ cardOrd "tusen" "tusende" ! g) ; + pot3plus n m = + {s = \\g => n.s ! invNum ++ "tusen" ++ "og" ++ m.s ! g ; n = Pl} ; + +-- Numerals from sequences of digits. + + lincat + Dig = TDigit ; + + lin + IDig d = d ; + + IIDig d i = { + s = \\o => d.s ! NCard neutrum ++ i.s ! o ; + n = Pl + } ; + + D_0 = mkDig "0" ; + D_1 = mk3Dig "1" "1:e" Sg ; + D_2 = mk2Dig "2" "2:e" ; + D_3 = mkDig "3" ; + 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 + ":e") ; + + mk3Dig : Str -> Str -> Number -> TDigit = \c,o,n -> { + s = table {NCard _ => c ; NOrd _ => o} ; + n = n + } ; + + TDigit = { + n : Number ; + s : CardOrd => Str + } ; + +} + diff --git a/deprecated/old-lib/resource/norwegian/ParadigmsNor.gf b/deprecated/old-lib/resource/norwegian/ParadigmsNor.gf new file mode 100644 index 000000000..cdb71a1e6 --- /dev/null +++ b/deprecated/old-lib/resource/norwegian/ParadigmsNor.gf @@ -0,0 +1,502 @@ +--# -path=.:../scandinavian:../common:../abstract:../../prelude + +--1 Norwegian Lexical Paradigms +-- +-- Aarne Ranta 2003 +-- +-- 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. +-- It covers the "bokml" variant of Norwegian. +-- +-- Closed categories (determiners, pronouns, conjunctions) are +-- accessed through the resource syntax API, $Structural$. +-- +-- The main difference with $MorphoNor.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$. +-- However, this function should only seldom be needed: we have a +-- separate module [``IrregNor`` ../../norwegian/IrregNor], +-- which covers irregularly inflected verbs. + +resource ParadigmsNor = + open + (Predef=Predef), + Prelude, + CommonScand, + ResNor, + MorphoNor, + CatNor in { + +--2 Parameters +-- +-- To abstract over gender names, we define the following identifiers. + +oper + Gender : Type ; + + masculine : Gender ; + feminine : Gender ; + neutrum : Gender ; + +-- To abstract over number names, we define the following. + + Number : Type ; + + singular : Number ; + plural : Number ; + +-- To abstract over case names, we define the following. + + Case : Type ; + + nominative : Case ; + genitive : Case ; + +-- Prepositions used in many-argument functions are just strings. + + mkPrep : Str -> Prep ; + noPrep : Prep ; -- empty string + +--2 Nouns + +-- The regular function takes the singular indefinite form +-- and computes the other forms and the gender by a heuristic. +-- The heuristic is that nouns ending "e" are feminine like "kvinne", +-- all others are masculine like "bil". +-- Giving gender manually makes the heuristic more reliable. +-- One can also compute the gender from the definite form. +-- gender is computed from the definite form. +-- If in doubt, use the $cc$ command to test! +-- In the worst case, give all four forms. The gender is computed from the +-- last letter of the second form (if "n", then $utrum$, otherwise $neutrum$). + + mkN : overload { + mkN : Str -> N ; + mkN : Str -> Gender -> N ; + mkN : (bil,bilen : Str) -> N ; + mkN : (dreng,drengen,drenger,drengene : Str) -> N + } ; + + + +--3 Compound nouns +-- +-- All the functions above work quite as well to form compound nouns, +-- such as "fotboll". + + +--3 Relational nouns +-- +-- Relational nouns ("datter til x") need a preposition. + + mkN2 : N -> Prep -> N2 ; + +-- The most common preposition is "av", and the following is a +-- shortcut for regular, $nonhuman$ relational nouns with "av". + + regN2 : Str -> Gender -> N2 ; + +-- Use the function $mkPrep$ or see the section on prepositions below to +-- form other prepositions. +-- +-- Three-place relational nouns ("forbindelse fra x til y") +-- need two prepositions. + + mkN3 : N -> Prep -> Prep -> N3 ; + + +--3 Relational common noun phrases +-- +-- In some cases, you may want to make a complex $CN$ into a +-- relational noun (e.g. "den gamle kongen av"). 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, with a regular genitive, are formed as follows +-- Sometimes you can reuse a common noun as a proper name, e.g. "Bank". + + mkPN : overload { + mkPN : Str -> PN ; -- masculine + mkPN : Str -> Gender -> PN ; + mkPN : N -> PN ; + } ; + + +--2 Adjectives + +-- The regular pattern works for many adjectives, e.g. those ending +-- with "ig". Two, five, or at worst five forms are sometimes needed. + + mkA : overload { + mkA : (fin : Str) -> A ; + mkA : (fin,fint : Str) -> A ; + mkA : (galen,galet,galne : Str) -> A ; + mkA : (stor,stort,store,storre,storst : Str) -> A ; + +-- If comparison is formed by "mer", "mest", as in general for +-- long adjective, the following pattern is used: + + mkA : A -> A ; -- -/mer/mest norsk + } ; + + +--3 Two-place adjectives +-- +-- Two-place adjectives need a preposition for their second argument. + + mkA2 : A -> Prep -> A2 ; + + + +--2 Adverbs + +-- Adverbs are not inflected. Most lexical ones have position +-- after the verb. Some follow the verb (e.g. "altid"). + + mkAdv : Str -> Adv ; -- e.g. her + mkAdV : Str -> AdV ; -- e.g. altid + +-- Adverbs modifying adjectives and sentences can also be formed. + + mkAdA : Str -> AdA ; + + +--2 Verbs +-- + + mkV : overload { + +-- The 'regular verb' function is the first conjugation. + + mkV : (snakke : Str) -> V ; + +-- The almost regular verb function needs the infinitive and the preteritum. + + mkV : (leve,levde : Str) -> V ; + +-- There is an extensive list of irregular verbs in the module $IrregNor$. +-- In practice, it is enough to give three forms, as in school books. + + mkV : (drikke, drakk, drukket : Str) -> V ; + +-- The worst case needs six forms. + + mkV : (spise,spiser,spises,spiste,spist,spis : Str) -> V ; + +--3 Verbs with a particle. +-- +-- The particle, such as in "lukke opp", is given as a string. + + mkV : V -> Str -> V ; + } ; + + + +--3 Verbs with 'vre' as auxiliary +-- +-- By default, the auxiliary is "have". This function changes it to "vre". + + vaereV : V -> V ; + + + +--3 Deponent verbs. +-- +-- Some words are used in passive forms only, e.g. "trives", some as +-- reflexive e.g. "forestille seg". + + depV : V -> V ; + reflV : V -> V ; + +--3 Two-place verbs +-- +-- Two-place verbs need a preposition, except the special case with direct object. +-- (transitive verbs). Notice that, if a particle is needed, it comes from the $V$. + + mkV2 : overload { + mkV2 : Str -> V2 ; + mkV2 : V -> V2 ; + mkV2 : V -> Prep -> V2 ; + } ; + + +--3 Three-place verbs +-- +-- Three-place (ditransitive) verbs need two prepositions, of which +-- the first one or both can be absent. + + mkV3 : V -> Prep -> Prep -> V3 ; -- snakke, med, om + dirV3 : V -> Prep -> V3 ; -- gi,_,til + dirdirV3 : V -> V3 ; -- gi,_,_ + +--3 Other complement patterns +-- +-- Verbs and adjectives can take complements such as sentences, +-- questions, verb phrases, and adjectives. + + mkV0 : V -> V0 ; + mkVS : V -> VS ; + mkV2S : V -> Prep -> V2S ; + mkVV : V -> VV ; + mkV2V : V -> Prep -> Prep -> V2V ; + mkVA : V -> VA ; + mkV2A : V -> Prep -> V2A ; + mkVQ : V -> VQ ; + mkV2Q : V -> Prep -> V2Q ; + + mkAS : A -> AS ; + mkA2S : A -> Prep -> A2S ; + mkAV : A -> AV ; + mkA2V : A -> Prep -> A2V ; + +-- Notice: categories $AS, A2S, AV, A2V$ are just $A$. +-- $V0$ is just $V$. + + V0 : Type ; + AS, A2S, AV, A2V : Type ; + + +--. +--2 Definitions of the paradigms +-- +-- The definitions should not bother the user of the API. So they are +-- hidden from the document. + + Gender = MorphoNor.Gender ; + Number = MorphoNor.Number ; + Case = MorphoNor.Case ; + masculine = Utr Masc ; + feminine = Utr Fem ; + neutrum = Neutr ; + singular = Sg ; + plural = Pl ; + nominative = Nom ; + genitive = Gen ; + + mk4N x y z u = mkSubstantive x y z u ** {g = extNGen y ; lock_N = <>} ; + + regN x = regGenN x g where { + g = case of { + _ + "e" => Utr Fem ; + _ => Utr Masc + } + } ; + + regGenN x g = case last x of { + "e" => case g of { + Utr Masc => mk4N x (x + "n") (x + "r") (x + "ne") ; + Utr Fem => mk4N x (init x + "a") (x + "r") (x + "ne") ; + Neutr => mk4N x (x + "t") (x + "r") (init x + "a") + } ; + _ => case g of { + Utr Masc => mk4N x (x + "en") (x + "er") (x + "ene") ; + Utr Fem => mk4N x (x + "a") (x + "er") (x + "ene") ; + Neutr => mk4N x (x + "et") (x + "") (x + "a") + } + } ; + + mk2N x y = case last y of { + "n" => regGenN x masculine ; + "a" => regGenN x feminine ; + _ => regGenN x neutrum + } ; + + + mkN2 = \n,p -> n ** {lock_N2 = <> ; c2 = mkComplement p.s} ; + regN2 n g = mkN2 (regGenN n g) (mkPrep "av") ; + mkN3 = \n,p,q -> n ** {lock_N3 = <> ; c2 = mkComplement p.s ; c3 = mkComplement q.s} ; + + regGenPN n g = {s = \\c => mkCase c n ; g = g} ** {lock_PN = <>} ; + regPN n = regGenPN n utrum ; + nounPN n = {s = n.s ! singular ! Indef ; g = n.g ; lock_PN = <>} ; + +-- To form a noun phrase that can also be plural and have an irregular +-- genitive, you can use the worst-case function. + + makeNP : Str -> Str -> Number -> Gender -> NP ; + makeNP x y n g = + {s = table {NPPoss _ => x ; _ => y} ; a = agrP3 g n ; + lock_NP = <>} ; + + mk3A a b c = (mkAdject a b c [] []) ** {isComp = False ; lock_A = <>} ; + mk2A a b = mk3A a b (a + "e") ; + regA a = (regADeg a) ** {isComp = False ; lock_A = <>} ; + + mkA2 a p = a ** {c2 = mkComplement p.s ; lock_A2 = <>} ; + + mkADeg a b c d e = mkAdject a b c d e ** {isComp = False ; lock_A = <>} ; + regADeg a = case Predef.dp 2 a of { + "ig" => aBillig a ; + "sk" => aRask a ; + _ => aRod a + } ** {isComp = False ; lock_A = <>} ; + irregADeg a b c = mkAdject a (a + "t") (a + "e") b c ** + {isComp = False ; lock_A = <>} ; + mk3ADeg a b c = mkAdject a b c (a + "ere") (a + "est") ** + {isComp = False ; lock_A = <>} ; + mk2ADeg a b = mkAdject a b (a + "e") (a + "ere") (a + "est") ** + {isComp = False ; lock_A = <>} ; + + compoundA adj = {s = adj.s ; isComp = True ; lock_A = <>} ; + + mkAdv x = ss x ** {lock_Adv = <>} ; + mkAdV x = ss x ** {lock_AdV = <>} ; + mkAdA x = ss x ** {lock_AdA = <>} ; + + mkPrep p = {s = p ; lock_Prep = <>} ; + noPrep = mkPrep [] ; + + mk6V a b c d e f = mkVerb6 a b c d e f ** + {part = [] ; vtype = VAct ; isVaere = False ; lock_V = <>} ; + + regV a = case last a of { + +--3 Verbs with a particle. +-- +-- The particle, such as in "lukke opp", is given as a string. + + + +--3 Verbs with a particle. +-- +-- The particle, such as in "lukke opp", is given as a string. + + + "e" => vHusk (init a) ; + _ => vBo a + } ** {part = [] ; vtype = VAct ; isVaere = False ; lock_V = <>} ; + + mk2V a b = regVerb a b ** {part = [] ; vtype = VAct ; isVaere = False ; lock_V = <>} ; + + irregV = + \drikke,drakk,drukket -> + let + drikk = case last drikke of { + "e" => init drikke ; + _ => drikke + } ; + drikker = case last (init drikke) of { + "r" => init drikke ; + _ => drikke + "r" + } + in + mk6V drikke drikker (drikke + "s") drakk drukket drikk ; + + vaereV v = { + s = v.s ; + part = [] ; + vtype = v.vtype ; + isVaere = True ; + lock_V = <> + } ; + + partV v p = {s = v.s ; part = p ; vtype = v.vtype ; isVaere = v.isVaere ; lock_V = <>} ; + depV v = {s = v.s ; part = v.part ; vtype = VPass ; isVaere = False ; lock_V = <>} ; + reflV v = {s = v.s ; part = v.part ; vtype = VRefl ; isVaere = False ; lock_V = <>} ; + + mk2V2 v p = v ** {c2 = mkComplement p.s ; lock_V2 = <>} ; + dirV2 v = mk2V2 v noPrep ; + + mkV3 v p q = v ** {c2 = mkComplement p.s ; c3 = mkComplement q.s ; lock_V3 = <>} ; + dirV3 v p = mkV3 v noPrep p ; + dirdirV3 v = dirV3 v noPrep ; + + mkV0 v = v ** {lock_V0 = <>} ; + mkVS v = v ** {lock_VS = <>} ; + mkV2S v p = mk2V2 v p ** {lock_V2S = <>} ; + mkVV v = v ** {c2 = mkComplement "" ; lock_VV = <>} ; + mkV2V v p t = mk2V2 v p ** {c3 = mkComplement "att" ; lock_V2V = <>} ; + mkVA v = v ** {lock_VA = <>} ; + mkV2A v p = mk2V2 v p ** {lock_V2A = <>} ; + mkVQ v = v ** {lock_VQ = <>} ; + mkV2Q v p = mk2V2 v p ** {lock_V2Q = <>} ; + + mkAS v = v ** {lock_A = <>} ; + mkA2S v p = mkA2 v p ** {lock_A = <>} ; + mkAV v = v ** {lock_A = <>} ; + mkA2V v p = mkA2 v p ** {lock_A = <>} ; + + V0 : Type = V ; + AS, A2S, AV : Type = A ; + A2V : Type = A2 ; + + +--------- + + mk2N : (bil,bilen : Str) -> N ; + mk4N : (dreng,drengen,drenger,drengene : Str) -> N ; + regN : Str -> N ; + regGenN : Str -> Gender -> N ; + mk2N : (bil,bilen : Str) -> N ; + + mkN = overload { + mkN : Str -> N = regN ; + mkN : Str -> Gender -> N = regGenN ; + mkN : (bil,bilen : Str) -> N = mk2N ; + mkN : (dreng,drengen,drenger,drengene : Str) -> N = mk4N + } ; + + mkPN = overload { + mkPN : Str -> PN = regPN ; -- masculine + mkPN : Str -> Gender -> PN = regGenPN ; + mkPN : N -> PN = nounPN ; + } ; + + regPN : Str -> PN ; -- utrum + regGenPN : Str -> Gender -> PN ; + nounPN : N -> PN ; + + mkA = overload { + mkA : (fin : Str) -> A = regADeg ; + mkA : (fin,fint : Str) -> A = mk2ADeg ; + mkA : (galen,galet,galne : Str) -> A = mk3ADeg ; + mkA : (stor,stort,store,storre,storst : Str) -> A = mkADeg ; + mkA : A -> A = compoundA ; -- -/mer/mest norsk + } ; + + mk3A : (galen,galet,galne : Str) -> A ; + regA : Str -> A ; + mk2A : (stor,stort : Str) -> A ; + mkADeg : (stor,stort,store,storre,storst : Str) -> A ; + regADeg : Str -> A ; + irregADeg : (tung,tyngre,tyngst : Str) -> A ; + mk3ADeg : (galen,galet,galne : Str) -> A ; + mk2ADeg : (bred,bredt : Str) -> A ; + compoundA : A -> A ; -- -/mer/mest norsk + + mkV = overload { + mkV : (snakke : Str) -> V = regV ; + mkV : (leve,levde : Str) -> V = mk2V ; + mkV : (drikke, drakk, drukket : Str) -> V = irregV ; + mkV : (spise,spiser,spises,spiste,spist,spis : Str) -> V = mk6V ; + mkV : V -> Str -> V = partV ; + } ; + + + regV : (snakke : Str) -> V ; + mk2V : (leve,levde : Str) -> V ; + irregV : (drikke, drakk, drukket : Str) -> V ; + mk6V : (spise,spiser,spises,spiste,spist,spis : Str) -> V ; + partV : V -> Str -> 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/deprecated/old-lib/resource/norwegian/PhraseNor.gf b/deprecated/old-lib/resource/norwegian/PhraseNor.gf new file mode 100644 index 000000000..da463adb1 --- /dev/null +++ b/deprecated/old-lib/resource/norwegian/PhraseNor.gf @@ -0,0 +1,2 @@ +concrete PhraseNor of Phrase = CatNor ** PhraseScand with + (ResScand = ResNor) ; diff --git a/deprecated/old-lib/resource/norwegian/QuestionNor.gf b/deprecated/old-lib/resource/norwegian/QuestionNor.gf new file mode 100644 index 000000000..8a7c08e0f --- /dev/null +++ b/deprecated/old-lib/resource/norwegian/QuestionNor.gf @@ -0,0 +1,2 @@ +concrete QuestionNor of Question = CatNor ** QuestionScand with + (ResScand = ResNor) ; diff --git a/deprecated/old-lib/resource/norwegian/RelativeNor.gf b/deprecated/old-lib/resource/norwegian/RelativeNor.gf new file mode 100644 index 000000000..18be3bc45 --- /dev/null +++ b/deprecated/old-lib/resource/norwegian/RelativeNor.gf @@ -0,0 +1,2 @@ +concrete RelativeNor of Relative = CatNor ** RelativeScand with + (ResScand = ResNor) ; diff --git a/deprecated/old-lib/resource/norwegian/ResNor.gf b/deprecated/old-lib/resource/norwegian/ResNor.gf new file mode 100644 index 000000000..490389ad2 --- /dev/null +++ b/deprecated/old-lib/resource/norwegian/ResNor.gf @@ -0,0 +1,3 @@ +instance ResNor of ResScand = DiffNor ** open CommonScand, Prelude in { +} ; + diff --git a/deprecated/old-lib/resource/norwegian/SentenceNor.gf b/deprecated/old-lib/resource/norwegian/SentenceNor.gf new file mode 100644 index 000000000..eeca680ab --- /dev/null +++ b/deprecated/old-lib/resource/norwegian/SentenceNor.gf @@ -0,0 +1,2 @@ +concrete SentenceNor of Sentence = CatNor ** SentenceScand with + (ResScand = ResNor) ; diff --git a/deprecated/old-lib/resource/norwegian/StructuralNor.gf b/deprecated/old-lib/resource/norwegian/StructuralNor.gf new file mode 100644 index 000000000..7f23ddd62 --- /dev/null +++ b/deprecated/old-lib/resource/norwegian/StructuralNor.gf @@ -0,0 +1,129 @@ +concrete StructuralNor of Structural = CatNor ** + open MorphoNor, ParadigmsNor, Prelude in { + + flags optimize=all ; + + lin + above_Prep = ss "ovenfor" ; + after_Prep = ss "etter" ; + by8agent_Prep = ss "av" ; + all_Predet = {s = gennumForms "all" "alt" "alle"} ; + almost_AdA, almost_AdN = ss "nesten" ; + although_Subj = ss ["selv om"] ; + always_AdV = ss "altid" ; + and_Conj = {s1 = [] ; s2 = "og" ; n = Pl} ; + because_Subj = ss "fordi" ; + before_Prep = ss "fr" ; + behind_Prep = ss "bakom" ; + between_Prep = ss "mellom" ; + both7and_DConj = sd2 "bde" "og" ** {n = Pl} ; + but_PConj = ss "men" ; + by8means_Prep = ss "med" ; + can8know_VV, can_VV = + mkV "kunne" "kan" "kunn" "kunne" "kunnet" "kunnen" ** + {c2 = mkComplement [] ; lock_VV = <>} ; + during_Prep = ss "under" ; + either7or_DConj = sd2 "enten" "eller" ** {n = Sg} ; + everybody_NP = regNP "alle" "alles" Plg ; + every_Det = {s = \\_,_ => "hver" ; n = Sg ; det = DDef Indef} ; + everything_NP = regNP "alt" "alts" SgNeutr ; + everywhere_Adv = ss "overalt" ; + few_Det = {s = \\_,_ => "f" ; n = Pl ; det = DDef Indef} ; +--- first_Ord = {s = "frste" ; isDet = True} ; DEPREC + for_Prep = ss "for" ; + from_Prep = ss "fra" ; + he_Pron = MorphoNor.mkNP "han" "ham" "hans" "hans" "hans" SgUtr P3 ; + here_Adv = ss "her" ; + here7to_Adv = ss "hit" ; + here7from_Adv = ss "herfra" ; + how_IAdv = ss "hvor" ; + how8many_IDet = {s = \\_ => ["hur mange"] ; n = Pl ; det = DDef Indef} ; + if_Subj = ss "hvis" ; + in8front_Prep = ss "foran" ; + i_Pron = + MorphoNor.mkNP "jeg" "meg" (variants {"min" ; "mi"}) "mit" "mine" SgUtr P1 ; --- mi + in_Prep = ss "i" ; + it_Pron = MorphoNor.regNP "det" "dets" SgNeutr ; + less_CAdv = ss "mindre" ; + many_Det = {s = \\_,_ => "mange" ; n = Pl ; det = DDef Indef} ; + more_CAdv = ss "mer" ; + most_Predet = {s = gennumForms ["den meste"] ["det meste"] ["de fleste"]} ; + much_Det = {s = \\_,_ => "mye" ; n = Pl ; det = DDef Indef} ; + must_VV = + mkV "mtte" "m" "m" "mtte" "mttet" "mtt" ** + {c2 = mkComplement [] ; lock_VV = <>} ; + no_Utt = ss ["nei"] ; + on_Prep = ss "p" ; +--- one_Quant = {s = \\_ => genderForms ["en"] ["et"] ; n = Sg ; det = DIndef} ; DEPREC + only_Predet = {s = \\_ => "kun"} ; + or_Conj = {s1 = [] ; s2 = "eller" ; n = Pl} ; + otherwise_PConj = ss "annarledes" ; + part_Prep = ss "av" ; + please_Voc = ss "takk" ; --- + possess_Prep = ss "av" ; + quite_Adv = ss "temmelig" ; + she_Pron = MorphoNor.mkNP "hun" "henne" "hennes" "hennes" "hennes" SgUtr P3 ; + so_AdA = ss "s" ; + someSg_Det = {s = \\_ => genderForms "noen" "noe" ; n = Sg ; det = DIndef} ; + somePl_Det = {s = \\_,_ => "noen" ; n = Pl ; det = DIndef} ; + somebody_NP = regNP "noen" "noens" SgUtr ; + something_NP = regNP "noe" "noes" SgNeutr ; + somewhere_Adv = ss ["et eller annet sted"] ; ---- ? + that_Quant = + {s = table { + Sg => \\_ => genderForms ["den der"] ["det der"] ; + Pl => \\_,_ => ["de der"] + } ; + det = DDef Indef + } ; + there_Adv = ss "der" ; + there7to_Adv = ss "dit" ; + there7from_Adv = ss "derfra" ; + therefore_PConj = ss "derfor" ; + they_Pron = MorphoNor.mkNP "de" "dem" "deres" "deres" "deres" Plg P1 ; + this_Quant = + {s = table { + Sg => \\_ => genderForms ["denne"] ["dette"] ; + Pl => \\_,_ => ["disse"] + } ; + det = DDef Def + } ; + through_Prep = ss "gjennom" ; + too_AdA = ss "for" ; + to_Prep = ss "til" ; + under_Prep = ss "under" ; + very_AdA = ss "mye" ; + want_VV = + mkV "ville" "vil" "vill" "ville" "villet" "villed" ** + {c2 = mkComplement [] ; lock_VV = <>} ; + we_Pron = MorphoNor.mkNP "vi" "oss" "vr" "vrt" "vre" Plg P1 ; + whatSg_IP = {s = \\_ => "hva" ; gn = SgUtr} ; ---- infl + whatPl_IP = {s = \\_ => "hva" ; gn = Plg} ; ---- infl + when_IAdv = ss "nr" ; + when_Subj = ss "nr" ; + where_IAdv = ss "hver" ; + which_IQuant = { + s = table { + Sg => genderForms "hvilken" "hvilket" ; + Pl => \\_ => "hvilke" + } ; + det = DIndef + } ; + whoSg_IP = {s = vem.s ; gn = SgUtr} ; + whoPl_IP = {s = \\_ => "hvilke" ; gn = Plg} ; + why_IAdv = ss "hvorfor" ; + without_Prep = ss "uten" ; + with_Prep = ss "med" ; + yes_Utt = ss ["ja"] ; + youSg_Pron = + MorphoNor.mkNP "du" "deg" (variants {"din" ; "di"}) "dit" "dine" SgUtr P2 ; ---- + youPl_Pron = MorphoNor.mkNP "dere" "dere" "deres" "deres" "deres" Plg P2 ; + youPol_Pron = MorphoNor.mkNP "Dere" "Dere" "Deres" "Deres" "Deres" SgUtr P2 ; --- wrong in refl + +-- Auxiliaries that are used repeatedly. + + oper + vem = MorphoNor.mkNP "hvem" "hvem" "hvis" "hvis" "hvis" SgUtr P3 ; + +} + diff --git a/deprecated/old-lib/resource/norwegian/VerbNor.gf b/deprecated/old-lib/resource/norwegian/VerbNor.gf new file mode 100644 index 000000000..cd816e2fc --- /dev/null +++ b/deprecated/old-lib/resource/norwegian/VerbNor.gf @@ -0,0 +1,2 @@ +concrete VerbNor of Verb = CatNor ** VerbScand with + (ResScand = ResNor) ; diff --git a/deprecated/old-lib/resource/restest.gfs b/deprecated/old-lib/resource/restest.gfs new file mode 100644 index 000000000..d02b0356e --- /dev/null +++ b/deprecated/old-lib/resource/restest.gfs @@ -0,0 +1,173 @@ +i english/LangEng.gf +i finnish/LangFin.gf + +l PositA warm_A +l ComparA warm_A (UsePron i_Pron) +l ComplA2 married_A2 (UsePron she_Pron) +l ReflA2 married_A2 +l PositA (UseA2 married_A2) +l SentAP (PositA good_A) (EmbedS (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseComp (CompAdv here_Adv))))) +l AdAP very_AdA (PositA warm_A) +l PositAdvAdj warm_A +l PrepNP in_Prep (DetArtSg DefArt (UseN house_N)) +l ComparAdvAdj more_CAdv warm_A (UsePN john_PN) +l ComparAdvAdjS more_CAdv warm_A (UseCl TPres ASimul PPos (PredVP (UsePron he_Pron) (UseV run_V))) +l SubjS when_Subj (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV sleep_V))) +l AdNum (AdnCAdv more_CAdv) (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))) +l ConjS and_Conj (BaseS (UseCl TPres ASimul PPos (PredVP (UsePron he_Pron) (UseV walk_V))) (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV run_V)))) +l ConjAP and_Conj (BaseAP (PositA cold_A) (PositA warm_A)) +l ConjNP or_Conj (BaseNP (UsePron she_Pron) (UsePron we_Pron)) +l ConjAdv or_Conj (BaseAdv here_Adv there_Adv) +l DConjS either7or_DConj (BaseS (UseCl TPres ASimul PPos (PredVP (UsePron he_Pron) (UseV walk_V))) (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV run_V)))) +l DConjAP both7and_DConj (BaseAP (PositA warm_A) (PositA cold_A)) +l DConjNP either7or_DConj (BaseNP (UsePron he_Pron) (UsePron she_Pron)) +l DConjAdv both7and_DConj (BaseAdv here_Adv there_Adv) +l ImpersCl (UseComp (CompAP (PositA hot_A))) +l GenericCl (UseV sleep_V) +l CleftNP (UsePron i_Pron) (UseRCl TPast ASimul PPos (RelVP IdRP (ComplSlash (SlashV2a do_V2) (UsePron it_Pron)))) +l CleftAdv here_Adv (UseCl TPast ASimul PPos (PredVP (UsePron she_Pron) (UseV sleep_V))) +l ExistNP (DetArtSg IndefArt (UseN house_N)) +l ExistIP (IdetCN (IdetQuant which_IQuant NumPl) (UseN house_N)) +l PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (UsePron i_Pron) (ProgrVP (UseV sleep_V))))) NoVoc +l PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (UsePron i_Pron) (ProgrVP (UseV come_V))))) NoVoc +l PhrUtt NoPConj (UttS (UseCl TPast ASimul PPos (PredVP (UsePron i_Pron) (ProgrVP (UseV come_V))))) NoVoc +l PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (UsePron i_Pron) (ComplVV must_VV (ProgrVP (UseV come_V)))))) NoVoc +l ImpPl1 (UseV go_V) +l DetArtSg DefArt (UseN man_N) +l UsePN john_PN +l UsePron he_Pron +l PredetNP only_Predet (DetArtSg DefArt (UseN man_N)) +l PPartNP (DetArtSg DefArt (UseN man_N)) see_V2 +l AdvNP (UsePN paris_PN) today_Adv +l RelNP (UsePN paris_PN) (UseRCl TPres ASimul PPos (RelVP IdRP (UseComp (CompAdv here_Adv)))) +l DetNP (DetQuant this_Quant (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))))) +l DetCN (DetQuantOrd this_Quant (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5))))))) (OrdSuperl good_A)) (UseN man_N) +l DetCN (DetQuant this_Quant (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))))) (UseN man_N) +l DetCN (DetQuant this_Quant NumPl) (UseN man_N) +l DetCN (DetQuant this_Quant NumSg) (UseN man_N) +l NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))) +l NumCard (NumDigits (IIDig D_5 (IDig D_1))) +l NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot1plus n5 pot01))))) +l NumCard (AdNum almost_AdN (NumDigits (IIDig D_5 (IDig D_1)))) +l OrdDigits (IIDig D_5 (IDig D_1)) +l OrdNumeral (num (pot2as3 (pot1as2 (pot1plus n5 pot01)))) +l OrdSuperl warm_A +l DetCN (DetArtOrd DefArt (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5))))))) (OrdSuperl good_A)) (UseN man_N) +l DetCN (DetArtCard DefArt (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5))))))) (UseN man_N) +l DetCN (DetArtCard IndefArt (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 pot01)))))) (UseN man_N) +l DetCN (DetArtCard DefArt (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 pot01)))))) (UseN man_N) +l DetArtSg DefArt (UseN man_N) +l DetArtPl DefArt (UseN man_N) +l MassNP (UseN beer_N) +l DetCN (DetQuant (PossPron i_Pron) NumSg) (UseN house_N) +l UseN house_N +l ComplN2 mother_N2 (DetArtSg DefArt (UseN king_N)) +l ComplN2 (ComplN3 distance_N3 (DetCN (DetQuant this_Quant NumSg) (UseN city_N))) (UsePN paris_PN) +l UseN2 mother_N2 +l ComplN2 (Use2N3 distance_N3) (DetCN (DetQuant this_Quant NumSg) (UseN city_N)) +l ComplN2 (Use3N3 distance_N3) (UsePN paris_PN) +l UseN2 (Use2N3 distance_N3) +l AdjCN (PositA big_A) (UseN house_N) +l RelCN (UseN house_N) (UseRCl TPast ASimul PPos (RelSlash IdRP (SlashVP (UsePN john_PN) (SlashV2a buy_V2)))) +l AdvCN (UseN house_N) (PrepNP on_Prep (DetArtSg DefArt (UseN hill_N))) +l SentCN (UseN house_N) (EmbedQS (UseQCl TPres ASimul PPos (QuestIAdv where_IAdv (PredVP (UsePron she_Pron) (UseV sleep_V))))) +l ApposCN (UseN city_N) (UsePN paris_PN) +l num (pot2as3 (pot1as2 (pot0as1 (pot0 n6)))) +l num (pot2as3 (pot1as2 (pot0as1 pot01))) +l num (pot2as3 (pot1as2 (pot1 n6))) +l num (pot2as3 (pot1as2 pot110)) +l num (pot2as3 (pot1as2 pot111)) +l num (pot2as3 (pot1as2 (pot1to19 n6))) +l num (pot2as3 (pot1as2 (pot1 n6))) +l num (pot2as3 (pot1as2 (pot1plus n6 (pot0 n5)))) +l num (pot2as3 (pot2 (pot0 n4))) +l num (pot2as3 (pot2plus (pot0 n4) (pot1plus n6 (pot0 n7)))) +l num (pot3 (pot2plus (pot0 n4) (pot1plus n6 (pot0 n7)))) +l num (pot3plus (pot2plus (pot0 n4) (pot1plus n6 (pot0 n7))) (pot1as2 (pot1plus n8 (pot0 n9)))) +l IDig D_8 +l IIDig D_8 (IIDig D_0 (IIDig D_0 (IIDig D_1 (IIDig D_7 (IIDig D_8 (IDig D_9)))))) +l PhrUtt but_PConj (UttImpSg PPos (ImpVP (AdvVP (UseV come_V) here_Adv))) (VocNP (DetCN (DetQuant (PossPron i_Pron) NumSg) (UseN friend_N))) +l PhrUtt NoPConj (UttImpSg PPos (ImpVP (AdVVP always_AdV (ComplSlash (SlashV2a listen_V2) (DetArtSg DefArt (UseN sea_N)))))) NoVoc +l PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (UsePN john_PN) (UseV walk_V)))) NoVoc +l UttQS (UseQCl TPres ASimul PPos (QuestCl (PredVP (UsePron it_Pron) (UseComp (CompAP (PositA good_A)))))) +l UttImpSg PNeg (ImpVP (ReflVP (SlashV2a love_V2))) +l UttImpPl PNeg (ImpVP (ReflVP (SlashV2a love_V2))) +l UttImpPol PNeg (ImpVP (UseV sleep_V)) +l UttIP whoPl_IP +l UttIP whoSg_IP +l UttIAdv why_IAdv +l UttNP (DetCN (DetQuant this_Quant NumSg) (UseN man_N)) +l UttAdv here_Adv +l UttVP (UseV sleep_V) +l VocNP (DetCN (DetQuant (PossPron i_Pron) NumSg) (UseN friend_N)) +l QuestCl (PredVP (UsePN john_PN) (UseV walk_V)) +l QuestVP whoSg_IP (UseV walk_V) +l QuestSlash whoSg_IP (SlashVP (UsePN john_PN) (SlashV2a love_V2)) +l QuestIAdv why_IAdv (PredVP (UsePN john_PN) (UseV walk_V)) +l QuestIComp (CompIAdv where_IAdv) (UsePN john_PN) +l IdetCN (IdetQuant which_IQuant (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))))) (UseN song_N) +l IdetIP (IdetQuant which_IQuant (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))))) +l AdvIP whoSg_IP (PrepNP in_Prep (UsePN paris_PN)) +l IdetIP (IdetQuant which_IQuant NumSg) +l PrepIP with_Prep whoSg_IP +l QuestIComp (CompIAdv where_IAdv) (UsePron it_Pron) +l QuestIComp (CompIP whoSg_IP) (UsePron it_Pron) +l ExistNP (DetArtSg IndefArt (RelCN (UseN woman_N) (UseRCl TPres ASimul PPos (RelCl (PredVP (UsePN john_PN) (ComplSlash (SlashV2a love_V2) (UsePron she_Pron))))))) +l ExistNP (DetArtSg IndefArt (RelCN (UseN woman_N) (UseRCl TPres ASimul PPos (RelVP IdRP (ComplSlash (SlashV2a love_V2) (UsePN john_PN)))))) +l ExistNP (DetArtSg IndefArt (RelCN (UseN woman_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePN john_PN) (SlashV2a love_V2)))))) +l ExistNP (DetArtSg IndefArt (RelCN (UseN woman_N) (UseRCl TPres ASimul PPos (RelSlash (FunRP possess_Prep (DetArtSg DefArt (UseN2 mother_N2)) IdRP) (SlashVP (UsePN john_PN) (SlashV2a love_V2)))))) +l PredVP (UsePN john_PN) (UseV walk_V) +l PredSCVP (EmbedS (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV go_V)))) (UseComp (CompAP (PositA good_A))) +l RelCN (UseN girl_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePron he_Pron) (SlashV2a see_V2)))) +l RelCN (UseN girl_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (AdvSlash (SlashVP (UsePron he_Pron) (SlashV2a see_V2)) today_Adv))) +l RelCN (UseN girl_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashPrep (PredVP (UsePron he_Pron) (UseV walk_V)) with_Prep))) +l RelCN (UseN girl_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVS (UsePron she_Pron) say_VS (UseSlash TPres ASimul PPos (SlashVP (UsePron he_Pron) (SlashV2a love_V2)))))) +l ImpVP (ReflVP (SlashV2a love_V2)) +l EmbedS (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV go_V))) +l EmbedQS (UseQCl TPres ASimul PPos (QuestVP whoSg_IP (UseV go_V))) +l EmbedVP (UseV go_V) +l UseCl TCond AAnter PNeg (PredVP (UsePN john_PN) (UseV walk_V)) +l UseQCl TCond AAnter PNeg (QuestCl (PredVP (UsePN john_PN) (UseV walk_V))) +l RelCN (UseN girl_N) (UseRCl TCond AAnter PNeg (RelVP IdRP (UseV walk_V))) +l RelCN (UseN girl_N) (UseRCl TCond AAnter PNeg (RelSlash IdRP (SlashPrep (PredVP (UsePron i_Pron) (UseV walk_V)) with_Prep))) +l RelS (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV sleep_V))) (UseRCl TPres ASimul PPos (RelVP IdRP (UseComp (CompAP (PositA good_A))))) +l TEmpty +l TFullStop (PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (UsePN john_PN) (UseV walk_V)))) NoVoc) TEmpty +l TQuestMark (PhrUtt NoPConj (UttQS (UseQCl TPres ASimul PPos (QuestCl (PredVP (UsePron they_Pron) (UseComp (CompAdv here_Adv)))))) NoVoc) TEmpty +l TExclMark (PhrUtt NoPConj (ImpPl1 (UseV go_V)) NoVoc) TEmpty +l PredVP (UsePron i_Pron) (UseV sleep_V) +l PredVP (UsePron i_Pron) (ComplVV want_VV (UseV run_V)) +l PredVP (UsePron i_Pron) (ComplVS say_VS (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV run_V)))) +l PredVP (UsePron i_Pron) (ComplVQ wonder_VQ (UseQCl TPres ASimul PPos (QuestVP whoSg_IP (UseV run_V)))) +l PredVP (UsePron they_Pron) (ComplVA become_VA (PositA red_A)) +l PredVP (UsePron i_Pron) (ComplSlash (Slash3V3 give_V3 (UsePron he_Pron)) (UsePron it_Pron)) +l PredVP (UsePron i_Pron) (ComplSlash (SlashV2V beg_V2V (UseV go_V)) (UsePron she_Pron)) +l PredVP (UsePron i_Pron) (ComplSlash (SlashV2S answer_V2S (UseCl TPres ASimul PPos (PredVP (UsePron it_Pron) (UseComp (CompAP (PositA good_A)))))) (UsePron he_Pron)) +l PredVP (UsePron i_Pron) (ComplSlash (SlashV2Q ask_V2Q (UseQCl TPast ASimul PPos (QuestVP whoSg_IP (UseV come_V)))) (UsePron he_Pron)) +l PredVP (UsePron i_Pron) (ComplSlash (SlashV2A paint_V2A (PositA red_A)) (UsePron it_Pron)) +l RelCN (UseN car_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePron i_Pron) (SlashVV want_VV (SlashV2a buy_V2))))) +l RelCN (UseN car_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePron they_Pron) (SlashV2VNP beg_V2V (UsePron i_Pron) (SlashV2a buy_V2))))) +l RelCN (UseN car_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePron they_Pron) (SlashV2VNP beg_V2V (UsePron i_Pron) (SlashVV want_VV (SlashV2A paint_V2A (PositA red_A))))))) +l PredVP (UsePron he_Pron) (ReflVP (SlashV2a love_V2)) +l PredVP (DetNP (DetQuant this_Quant NumSg)) (UseComp (CompAP (PositA warm_A))) +l PredVP (UsePron we_Pron) (PassV2 love_V2) +l PredVP (UsePron we_Pron) (AdvVP (UseV sleep_V) here_Adv) +l PredVP (UsePron we_Pron) (AdVVP always_AdV (UseV sleep_V)) +l PredVP (UsePron we_Pron) (UseComp (CompAP (PositA small_A))) +l PredVP (UsePron i_Pron) (UseComp (CompNP (DetArtSg IndefArt (UseN man_N)))) +l PredVP (UsePron i_Pron) (UseComp (CompAdv here_Adv)) +l PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (ExistNP (PredetNP only_Predet (DetCN (DetArtCard IndefArt (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n2))))))) (AdvCN (SentCN (UseN woman_N) (EmbedQS (UseQCl TCond ASimul PPos (QuestSlash (IdetIP (IdetQuant which_IQuant NumPl)) (SlashPrep (PredVP (UsePron i_Pron) (ComplVV want_VV (PassV2 see_V2))) with_Prep))))) (PrepNP in_Prep (DetArtSg DefArt (UseN rain_N))))))))) NoVoc +l PhrUtt NoPConj (UttImpSg PPos (ImpVP (ComplSlash (SlashV2A paint_V2A (ConjAP both7and_DConj (BaseAP (ComparA small_A (DetArtSg DefArt (UseN sun_N))) (ComparA big_A (DetArtSg DefArt (UseN moon_N)))))) (DetArtSg DefArt (UseN earth_N))))) NoVoc +l PhrUtt NoPConj (ImpPl1 (ComplVS hope_VS (ConjS either7or_DConj (BaseS (UseCl TPres ASimul PPos (PredVP (DetArtSg DefArt (ComplN2 father_N2 (DetArtSg DefArt (UseN baby_N)))) (UseV run_V))) (UseCl TPres ASimul PPos (PredVP (DetArtSg DefArt (UseN2 (Use2N3 distance_N3))) (UseComp (CompAP (PositA small_A))))))))) NoVoc +l PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (DetCN every_Det (UseN baby_N)) (UseComp (CompNP (ConjNP either7or_DConj (BaseNP (DetArtSg IndefArt (UseN boy_N)) (DetArtSg IndefArt (UseN girl_N))))))))) NoVoc +l PhrUtt NoPConj (UttAdv (ConjAdv either7or_DConj (ConsAdv here7from_Adv (BaseAdv there_Adv everywhere_Adv)))) NoVoc +l PhrUtt NoPConj (UttVP (PassV2 know_V2)) NoVoc +l RelCN (UseN bird_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePron i_Pron) (SlashVV want_VV (SlashV2A paint_V2A (PositA red_A)))))) +l UttImpSg PPos (ImpVP (ComplSlash (SlashVV want_VV (SlashV2a buy_V2)) (UsePron it_Pron))) +l UttImpSg PPos (ImpVP (ComplSlash (SlashVV want_VV (SlashV2A paint_V2A (PositA red_A))) (UsePron it_Pron))) +l UttImpSg PPos (ImpVP (ComplSlash (SlashVV want_VV (SlashV2VNP beg_V2V (UsePron i_Pron) (SlashV2a buy_V2))) (UsePron it_Pron))) +l PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (DetArtPl DefArt (UseN fruit_N)) (ReflVP (Slash3V3 sell_V3 (DetArtSg DefArt (UseN road_N))))))) NoVoc +l PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (UsePron i_Pron) (ReflVP (SlashV2V beg_V2V (UseV live_V)))))) NoVoc +l PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (UsePron i_Pron) (ReflVP (SlashV2S answer_V2S (UseCl TPres ASimul PPos (ImpersCl (ComplVV must_VV (ReflVP (SlashV2a understand_V2)))))))))) NoVoc +l PhrUtt NoPConj (UttImpSg PPos (ImpVP (ReflVP (SlashV2Q ask_V2Q (UseQCl TPast ASimul PPos (QuestVP whoSg_IP (UseV come_V))))))) NoVoc +l PhrUtt NoPConj (UttS (UseCl TPast ASimul PPos (PredVP (UsePron i_Pron) (ReflVP (SlashV2A paint_V2A (ComparA beautiful_A (UsePN john_PN))))))) NoVoc diff --git a/deprecated/old-lib/resource/romance/AdjectiveRomance.gf b/deprecated/old-lib/resource/romance/AdjectiveRomance.gf new file mode 100644 index 000000000..5ff9babb0 --- /dev/null +++ b/deprecated/old-lib/resource/romance/AdjectiveRomance.gf @@ -0,0 +1,41 @@ +incomplete concrete AdjectiveRomance of Adjective = + CatRomance ** open CommonRomance, ResRomance, Prelude in { + + lin + + PositA a = { + s = a.s ! Posit ; + isPre = a.isPre + } ; + ComparA a np = { + s = \\af => a.s ! Compar ! af ++ conjThan ++ np.s ! Ton Nom ; + isPre = False + } ; + +-- $SuperlA$ belongs to determiner syntax in $Noun$. + + ComplA2 adj np = { + s = \\af => adj.s ! Posit ! af ++ appCompl adj.c2 np.s ; + isPre = False + } ; + + ReflA2 adj = { + s = \\af => + adj.s ! Posit ! af ++ adj.c2.s ++ + adj.c2.s ++ prepCase adj.c2.c ++ reflPron Sg P3 Nom ; --- agr + isPre = False + } ; + + SentAP ap sc = { + s = \\a => ap.s ! a ++ sc.s ; --- mood + isPre = False + } ; + + AdAP ada ap = { + s = \\a => ada.s ++ ap.s ! a ; + isPre = ap.isPre + } ; + + UseA2 a = a ** {isPre = False} ; + +} diff --git a/deprecated/old-lib/resource/romance/AdverbRomance.gf b/deprecated/old-lib/resource/romance/AdverbRomance.gf new file mode 100644 index 000000000..4fe30e707 --- /dev/null +++ b/deprecated/old-lib/resource/romance/AdverbRomance.gf @@ -0,0 +1,26 @@ +incomplete concrete AdverbRomance of Adverb = + CatRomance ** open CommonRomance, ResRomance, Prelude in { + + lin + PositAdvAdj a = { + s = a.s ! Posit ! AA + } ; + ComparAdvAdj cadv a np = { + s = cadv.s ++ a.s ! Posit ! AA ++ conjThan ++ np.s ! Ton Nom + } ; + ComparAdvAdjS cadv a s = { + s = cadv.s ++ a.s ! Posit ! AA ++ conjThan ++ s.s ! Conjunct --- ne + } ; + + PrepNP prep np = {s = prep.s ++ np.s ! case2npform prep.c} ; + + AdAdv = cc2 ; + + SubjS subj s = { + s = subj.s ++ s.s ! subj.m + } ; +---b AdvSC s = s ; + + AdnCAdv cadv = {s = cadv.s ++ conjThan} ; + +} diff --git a/deprecated/old-lib/resource/romance/CatRomance.gf b/deprecated/old-lib/resource/romance/CatRomance.gf new file mode 100644 index 000000000..4a88dd082 --- /dev/null +++ b/deprecated/old-lib/resource/romance/CatRomance.gf @@ -0,0 +1,106 @@ +incomplete concrete CatRomance of Cat = + CommonX - [Tense,TPres,TPast,TFut,TCond] + ** open Prelude, CommonRomance, ResRomance, (R = ParamX) in { + + flags optimize=all_subs ; + + lincat + +-- Tensed/Untensed + + S = {s : Mood => Str} ; + QS = {s : QForm => Str} ; + RS = {s : Mood => Agr => Str ; c : Case} ; + SSlash = { + s : AAgr => Mood => Str ; + c2 : Compl + } ; + + +-- Sentence + + Cl = {s : Direct => RTense => Anteriority => Polarity => Mood => Str} ; + ClSlash = { + s : AAgr => Direct => RTense => Anteriority => Polarity => Mood => Str ; + c2 : Compl + } ; + Imp = {s : Polarity => ImpForm => Gender => Str} ; + +-- Question + + QCl = {s : RTense => Anteriority => Polarity => QForm => Str} ; + IP = {s : Case => Str ; a : AAgr} ; + IComp = {s : AAgr => Str} ; + IDet = {s : Gender => Case => Str ; n : Number} ; + IQuant = {s : Number => Gender => Case => Str} ; + +-- Relative + + RCl = { + s : Agr => RTense => Anteriority => Polarity => Mood => Str ; + c : Case + } ; + RP = {s : Bool => AAgr => Case => Str ; a : AAgr ; hasAgr : Bool} ; + +-- Verb + + VP = ResRomance.VP ; + VPSlash = ResRomance.VP ** {c2 : Compl} ; + Comp = {s : Agr => Str} ; + +-- Adjective + + AP = {s : AForm => Str ; isPre : Bool} ; + +-- Noun + + CN = {s : Number => Str ; g : Gender} ; + NP,Pron = Pronoun ; + Det = {s : Gender => Case => Str ; n : Number} ; +--- QuantSg = {s : Gender => Case => Str} ; +--- QuantPl = {s : Bool => Gender => Case => Str} ; + Quant = {s : Number => Gender => Case => Str} ; + Art = {s : Bool => Number => Gender => Case => Str} ; + Predet = {s : AAgr => Case => Str ; c : Case} ; -- c : la plupart de + Num = {s : Gender => Str ; isNum : Bool ; n : Number} ; + Card = {s : Gender => Str ; n : Number} ; + Ord = {s : AAgr => Str} ; + +-- Numeral + + Numeral = {s : CardOrd => Str ; n : Number} ; + Digits = {s : CardOrd => Str ; n : Number} ; + +-- Structural + +---b Conj = {s : Str ; n : Number} ; +---b DConj = {s1,s2 : Str ; n : Number} ; + Conj = {s1,s2 : Str ; n : Number} ; + Subj = {s : Str ; m : Mood} ; + Prep = {s : Str ; c : Case ; isDir : Bool} ; + +-- Open lexical classes, e.g. Lexicon + + V, VQ, VA = Verb ; + V2, VV, V2S, V2Q = Verb ** {c2 : Compl} ; + V3, V2A, V2V = Verb ** {c2,c3 : Compl} ; + VS = Verb ** {m : Polarity => Mood} ; + + A = {s : Degree => AForm => Str ; isPre : Bool} ; + A2 = {s : Degree => AForm => Str ; c2 : Compl} ; + + N = Noun ; + N2 = Noun ** {c2 : Compl} ; + N3 = Noun ** {c2,c3 : Compl} ; + PN = {s : Str ; g : Gender} ; + +-- tense augmented with pass simple + + Tense = {s : Str ; t : RTense} ; + lin + TPres = {s = []} ** {t = RPres} ; + TPast = {s = []} ** {t = RPast} ; --# notpresent + TFut = {s = []} ** {t = RFut} ; --# notpresent + TCond = {s = []} ** {t = RCond} ; --# notpresent + +} diff --git a/deprecated/old-lib/resource/romance/CommonRomance.gf b/deprecated/old-lib/resource/romance/CommonRomance.gf new file mode 100644 index 000000000..f167f38fa --- /dev/null +++ b/deprecated/old-lib/resource/romance/CommonRomance.gf @@ -0,0 +1,215 @@ +----1 Auxiliary operations common for Romance languages +-- +-- This module contains operations that are shared by the Romance +-- languages. The complete set of auxiliary operations needed to +-- implement [Test Test.html] is defined in [ResRomance ResRomance.html], +-- which depends on [DiffRomance DiffRomance.html]. +-- + +resource CommonRomance = ParamX ** open Prelude in { + + flags optimize=all ; + +--2 Enumerated parameter types for morphology +-- +-- These types are the ones found in school grammars. +-- Their parameter values are atomic. + +param + + Gender = Masc | Fem ; + + Mood = Indic | Conjunct ; + + Direct = DDir | DInv ; + +-- Adjectives are inflected in gender and number, and there is also an +-- adverbial form (e.g. "infiniment"), which has different paradigms and +-- can even be irregular ("bien"). +-- Comparative adjectives are moreover inflected in degree +-- (which in Romance is usually syntactic, though). + + AForm = AF Gender Number | AA ; + +-- Gender is not morphologically determined for first and second person pronouns. + + PronGen = PGen Gender | PNoGen ; + +-- Cardinal numerals have gender, ordinal numerals have full number as well. + + CardOrd = NCard Gender | NOrd Gender Number ; + +-- The following coercions are useful: + +oper + prongen2gender : PronGen -> Gender = \p -> case p of { + PGen g => g ; + PNoGen => variants {Masc ; Fem} --- the best we can do for je, tu, nous, vous + } ; + + + aform2gender : AForm -> Gender = \a -> case a of { + AF g _ => g ; + _ => Masc -- "le plus lentement" + } ; + aform2number : AForm -> Number = \a -> case a of { + AF _ n => n ; + _ => Sg -- "le plus lentement" + } ; + + conjGender : Gender -> Gender -> Gender = \m,n -> + case m of { + Fem => n ; + _ => Masc + } ; + + conjAgr : Agr -> Agr -> Agr = \a,b -> { + g = conjGender a.g b.g ; + n = conjNumber a.n b.n ; + p = conjPerson a.p b.p + } ; + + +--3 Verbs +-- +-- In the current syntax, we use +-- a reduced conjugation with only the present tense infinitive, +-- indicative, subjunctive, and imperative forms. +-- But our morphology has full Bescherelle conjunctions: +-- so we use a coercion between full and reduced verbs. +-- The full conjugations and the coercions are defined separately for French +-- and Italian, since they are not identical. The differences are mostly due +-- to Bescherelle structuring the forms in different groups; the +-- gerund and the present participles show real differences. +-- +-- For Italian contracted forms, $VInfin$ should have +-- an alternative form, whose proper place is $Diff$. + +param + VF = + VInfin Bool + | VFin TMood Number Person + | VImper NumPersI + | VPart Gender Number + | VGer + ; + + TMood = + VPres Mood + | VImperf Mood --# notpresent + | VPasse --# notpresent + | VFut --# notpresent + | VCondit --# notpresent + ; + + NumPersI = SgP2 | PlP1 | PlP2 ; + + VPForm = + VPFinite TMood Anteriority + | VPImperat + | VPGerund + | VPInfinit Anteriority Bool ; + + RTense = + RPres + | RPast --# notpresent + | RPasse --# notpresent + | RFut --# notpresent + | RCond --# notpresent + ; + +-- Agreement of adjectives, verb phrases, and relative pronouns. + +oper + AAgr : Type = {g : Gender ; n : Number} ; + Agr : Type = AAgr ** {p : Person} ; + +param + RAgr = RAg {g : Gender ; n : Number} | RNoAg ; --- AAgr + +-- Clitic slots. + + CAgr = CPron Gender Number Person | CRefl | CNone ; --- Agr +--- CAgr = CPron {g : Gender ; n : Number ; p : Person} | CRefl | CNone ; --- Agr + +oper + aagr : Gender -> Number -> AAgr = \g,n -> + {g = g ; n = n} ; + agrP3 : Gender -> Number -> Agr = \g,n -> + aagr g n ** {p = P3} ; + + + vf2numpers : VF -> (Number * Person) = \v -> case v of { + VFin _ n p => ; + _ => ---- + } ; + + presInd = VPres Indic ; + +-- The imperative forms depend on number and person. + + vImper : Number -> Person -> VF = \n,p -> case of { + => VImper SgP2 ; + => VImper PlP1 ; + => VImper PlP2 ; + _ => VInfin False + } ; + +--- + + oper + genForms : Str -> Str -> Gender => Str = \bon,bonne -> + table { + Masc => bon ; + Fem => bonne + } ; + + aagrForms : (x1,_,_,x4 : Str) -> (AAgr => Str) = \tout,toute,tous,toutes -> + table { + {g = g ; n = Sg} => genForms tout toute ! g ; + {g = g ; n = Pl} => genForms tous toutes ! g + } ; + + Noun = {s : Number => Str ; g : Gender} ; + + Adj = {s : AForm => Str} ; + + appVPAgr : VPAgr -> AAgr -> AAgr = \vp,agr -> + case vp of { + VPAgrSubj => agr ; + VPAgrClit g n => {g = g ; n = n} + } ; + + vpAgrNone : VPAgr = VPAgrClit Masc Sg ; + + oper + mkOrd : {s : Degree => AForm => Str} -> {s : AAgr => Str} ; + mkOrd x = {s = \\ag => x.s ! Posit ! AF ag.g ag.n} ; + +-- This is used in Spanish and Italian to bind clitics with preceding verb. + + bindIf : Bool -> Str = \b -> if_then_Str b BIND [] ; + + param + VPAgr = + VPAgrSubj -- elle est partie, elle s'est vue + | VPAgrClit Gender Number ; -- elle a dormi; elle les a vues + + oper + VPC : Type = { + s : VPForm => { + fin : Agr => Str ; -- ai + inf : AAgr => Str -- dit + } ; + agr : VPAgr ; -- dit/dite dep. on verb, subj, and clitic + neg : Polarity => (Str * Str) ; -- ne-pas + clAcc : CAgr ; -- le/se + clDat : CAgr ; -- lui + clit2 : Str ; -- y en + comp : Agr => Str ; -- content(e) ; ma mre ; hier + ext : Polarity => Str ; -- que je dors / que je dorme + } ; + + +} + diff --git a/deprecated/old-lib/resource/romance/ConjunctionRomance.gf b/deprecated/old-lib/resource/romance/ConjunctionRomance.gf new file mode 100644 index 000000000..894fccefa --- /dev/null +++ b/deprecated/old-lib/resource/romance/ConjunctionRomance.gf @@ -0,0 +1,70 @@ +incomplete concrete ConjunctionRomance of Conjunction = + CatRomance ** open CommonRomance, ResRomance, Coordination, Prelude in { + + flags optimize=all_subs ; + + lin + +{---b + ConjS conj ss = conjunctTable Mood conj ss ; + DConjS conj ss = conjunctDistrTable Mood conj ss ; + + ConjAdv conj ss = conjunctSS conj ss ; + DConjAdv conj ss = conjunctDistrSS conj ss ; + + ConjNP conj ss = conjunctTable NPForm conj ss ** { + a = {g = ss.a.g ; n = conjNumber conj.n ss.a.n ; p = ss.a.p} ; + hasClit = False + } ; + DConjNP conj ss = conjunctDistrTable NPForm conj ss ** { + a = {g = ss.a.g ; n = conjNumber conj.n ss.a.n ; p = ss.a.p} ; + hasClit = False + } ; + + ConjAP conj ss = conjunctTable AForm conj ss ** { + isPre = ss.isPre + } ; + DConjAP conj ss = conjunctDistrTable AForm conj ss ** { + isPre = ss.isPre + } ; +---} + + ConjS conj ss = conjunctDistrTable Mood conj ss ; + + ConjAdv conj ss = conjunctDistrSS conj ss ; + + ConjNP conj ss = conjunctDistrTable NPForm conj ss ** { + a = {g = ss.a.g ; n = conjNumber conj.n ss.a.n ; p = ss.a.p} ; + hasClit = False + } ; + ConjAP conj ss = conjunctDistrTable AForm conj ss ** { + isPre = ss.isPre + } ; + + +-- These fun's are generated from the list cat's. + + BaseS = twoTable Mood ; + ConsS = consrTable Mood comma ; + BaseAdv = twoSS ; + ConsAdv = consrSS comma ; + BaseNP x y = { + s1 = \\c => x.s ! stressedCase c ; + s2 = \\c => y.s ! (conjunctCase c) ; + a = conjAgr x.a y.a + } ; + ConsNP x xs = { + s1 = \\c => x.s ! stressedCase c ++ comma ++ xs.s1 ! (conjunctCase c) ; + s2 = \\c => xs.s2 ! (conjunctCase c) ; + a = conjAgr x.a xs.a + } ; + BaseAP x y = twoTable AForm x y ** {isPre = andB x.isPre y.isPre} ; + ConsAP xs x = consrTable AForm comma xs x ** {isPre = andB xs.isPre x.isPre} ; + + lincat + [S] = {s1,s2 : Mood => Str} ; + [Adv] = {s1,s2 : Str} ; + [NP] = {s1,s2 : NPForm => Str ; a : Agr} ; + [AP] = {s1,s2 : AForm => Str ; isPre : Bool} ; + +} diff --git a/deprecated/old-lib/resource/romance/DiffRomance.gf b/deprecated/old-lib/resource/romance/DiffRomance.gf new file mode 100644 index 000000000..7f43f7639 --- /dev/null +++ b/deprecated/old-lib/resource/romance/DiffRomance.gf @@ -0,0 +1,115 @@ +--1 Differences between Romance languages + +interface DiffRomance = open CommonRomance, Prelude in { + +-- The first eight constants show the essential differences +-- between French, Italian, and Romance syntaxes (as regards the +-- resource API). The other constants are either derivatively +-- dependent, or have as values strings, which are language-dependent +-- anyway. + + +--2 Constants whose definitions fundamentally depend on language + +-- Prepositions that fuse with the article +-- (Fre, Spa "de", "a"; Ita also "con", "da", "in", "su). + + param Prepos ; + +-- Which types of verbs exist, in terms of auxiliaries. +-- (Fre, Ita "avoir", "tre", and refl; Spa only "haber" and refl). + + param VType ; + +-- Derivatively, if/when the participle agrees to the subject. +-- (Fre "elle est partie", Ita "lei partita", Spa not) + + oper partAgr : VType -> VPAgr ; + +-- Whether participle agrees to foregoing clitic. +-- (Fre "je l'ai vue", Spa "yo la he visto") + + oper vpAgrClit : Agr -> VPAgr ; + +-- Whether a preposition is repeated in conjunction +-- (Fre "la somme de 3 et de 4", Ita "la somma di 3 e 4"). + + oper conjunctCase : NPForm -> NPForm ; + +-- How infinitives and clitics are placed relative to each other +-- (Fre "la voir", Ita "vederla"). The $Bool$ is used for indicating +-- if there are any clitics. + + oper clitInf : Bool -> Str -> Str -> Str ; + +-- To render pronominal arguments as clitics and/or ordinary complements. +-- Returns $True$ if there are any clitics. + + oper pronArg : Number -> Person -> CAgr -> CAgr -> Str * Str * Bool ; + +-- To render imperatives (with their clitics etc). + + oper mkImperative : Bool -> Person -> VPC -> {s : Polarity => AAgr => Str} ; + +--2 Constants that must derivatively depend on language + + param NPForm = Ton Case | Aton Case | Poss Gender Number ; --- AAgr + + oper dative : Case ; + oper genitive : Case ; + + vRefl : VType ; + isVRefl : VType -> Bool ; + + +--2 Strings + + prepCase : Case -> Str ; + + partitive : Gender -> Case -> Str ; + + artDef : Gender -> Number -> Case -> Str ; + artIndef : Gender -> Number -> Case -> Str ; + +-- This is the definite article in Italian, $prepCase c$ in French and Spanish. + + possCase : Gender -> Number -> Case -> Str ; + + auxVerb : VType -> (VF => Str) ; + negation : Polarity => (Str * Str) ; + copula : Verb ; + + conjThan : Str ; + conjThat : Str ; + + subjIf : Str ; + + relPron : Bool => AAgr => Case => Str ; + pronSuch : AAgr => Str ; + + partQIndir : Str ; -- ce, ci + + reflPron : Number -> Person -> Case -> Str ; +-- argPron : Gender -> Number -> Person -> Case -> Str ; + + auxPassive : Verb ; + + +--2 Contants needed in type signatures above + +param + Case = Nom | Acc | CPrep Prepos ; + +oper + Verb = {s : VF => Str ; vtyp : VType} ; + +--2 Workarounds, to be eliminated + +-- This should be provided by $pronArg$ above, but causes trouble in compilation. +-- (AR 16/8/2008) + + oper infForm : Number -> Person -> CAgr -> CAgr -> Bool ; + + +} + diff --git a/deprecated/old-lib/resource/romance/ExtRomance.gf b/deprecated/old-lib/resource/romance/ExtRomance.gf new file mode 100644 index 000000000..a5586d715 --- /dev/null +++ b/deprecated/old-lib/resource/romance/ExtRomance.gf @@ -0,0 +1,14 @@ +incomplete concrete ExtRomance of ExtRomanceAbs = + CatRomance ** open DiffRomance, ResRomance in { + + lin + DefSgN predet noun = let g = noun.g in { + s = \\c => predet.s ! gennum g Sg ++ noun.s ! Sg ! Def ! caseNP c ; + a = agrP3 g Sg + } ; + DefPlN predet noun = let g = noun.g in { + s = \\c => predet.s ! Plg ++ noun.s ! Pl ! Def ! caseNP c ; + a = agrP3 g Sg + } ; + +} diff --git a/deprecated/old-lib/resource/romance/ExtraRomance.gf b/deprecated/old-lib/resource/romance/ExtraRomance.gf new file mode 100644 index 000000000..9bddb29f3 --- /dev/null +++ b/deprecated/old-lib/resource/romance/ExtraRomance.gf @@ -0,0 +1,21 @@ +incomplete concrete ExtraRomance of ExtraRomanceAbs = CatRomance ** + open + CommonRomance, + Coordination, + ResRomance in { + + lin TPasseSimple = {s = []} ** {t = RPasse} ; --# notpresent + + lincat + VPI = {s : Str} ; + [VPI] = {s1,s2 : Str} ; + lin + BaseVPI = twoSS ; + ConsVPI = consrSS comma ; + + MkVPI vp = {s = infVP vp (agrP3 Masc Sg)} ; + ConjVPI = conjunctDistrSS ; + ComplVPIVV v vpi = + insertComplement (\\a => prepCase v.c2.c ++ vpi.s) (predV v) ; + +} diff --git a/deprecated/old-lib/resource/romance/ExtraRomanceAbs.gf b/deprecated/old-lib/resource/romance/ExtraRomanceAbs.gf new file mode 100644 index 000000000..ff5263e98 --- /dev/null +++ b/deprecated/old-lib/resource/romance/ExtraRomanceAbs.gf @@ -0,0 +1,7 @@ +abstract ExtraRomanceAbs = Cat, Extra[ + VPI,ListVPI,BaseVPI,ConsVPI,MkVPI,ComplVPIVV,ConjVPI, + VV,VP,Conj] ** { + + fun TPasseSimple : Tense ; --# notpresent + +} diff --git a/deprecated/old-lib/resource/romance/NounRomance.gf b/deprecated/old-lib/resource/romance/NounRomance.gf new file mode 100644 index 000000000..b505cb5ca --- /dev/null +++ b/deprecated/old-lib/resource/romance/NounRomance.gf @@ -0,0 +1,210 @@ +incomplete concrete NounRomance of Noun = + CatRomance ** open CommonRomance, ResRomance, Prelude in { + + flags optimize=all_subs ; + + lin + DetCN det cn = + let + g = cn.g ; + n = det.n + in { + s = \\c => let cs = npform2case c in + det.s ! g ! cs ++ cn.s ! n ; + a = agrP3 g n ; + hasClit = False + } ; + + UsePN = pn2np ; + + UsePron p = p ; + + PredetNP pred np = { + s = \\c => pred.s ! aagr (np.a.g) (np.a.n) ! npform2case c ++ --- subtype + np.s ! case2npform pred.c ; + a = np.a ; + hasClit = False + } ; + + PPartNP np v2 = { + s = \\c => np.s ! c ++ v2.s ! VPart np.a.g np.a.n ; + a = np.a ; + hasClit = False + } ; + + RelNP np rs = { + s = \\c => np.s ! c ++ rs.s ! Indic ! np.a ; + a = np.a ; + hasClit = False + } ; + + AdvNP np adv = { + s = \\c => np.s ! c ++ adv.s ; + a = np.a ; + hasClit = False + } ; + + DetQuantOrd quant num ord = { + s = \\g,c => quant.s ! num.n ! g ! c ++ num.s ! g ++ + ord.s ! aagr g num.n ; + n = num.n + } ; + + DetQuant quant num = { + s = \\g,c => quant.s ! num.n ! g ! c ++ num.s ! g ; + n = num.n + } ; + +{---b + DetSg quant ord = { + s = \\g,c => quant.s ! False ! Sg ! g ! c ++ ord.s ! aagr g Sg ; + n = Sg + } ; + DetPl quant num ord = { + s = \\g,c => quant.s ! num.isNum ! num.n ! g ! c ++ num.s ! g ++ + ord.s ! aagr g Pl ; + n = num.n + } ; +-} + + DetNP det = + let + g = Masc ; ---- Fem in Extra + n = det.n + in { + s = \\c => let cs = npform2case c in + det.s ! g ! cs ; + a = agrP3 g n ; + hasClit = False + } ; + + PossPron p = { + s = \\n,g,c => possCase g n c ++ p.s ! Poss g n ---- il mio! + } ; + + NumSg = {s = \\_ => [] ; isNum = False ; n = Sg} ; + NumPl = {s = \\_ => [] ; isNum = False ; n = Pl} ; +---b NoNum = {s = \\_ => [] ; isNum = False ; n = Pl} ; +---b NoOrd = {s = \\_ => []} ; + +---b NumInt n = {s = \\_ => n.s ; isNum = True ; n = Pl} ; +---b OrdInt n = {s = \\_ => n.s ++ "."} ; --- + + NumCard n = n ** {isNum = True} ; + + NumDigits nu = {s = \\g => nu.s ! NCard g ; n = nu.n} ; + OrdDigits nu = {s = \\a => nu.s ! NOrd a.g a.n} ; + + NumNumeral nu = {s = \\g => nu.s ! NCard g ; n = nu.n} ; + OrdNumeral nu = {s = \\a => nu.s ! NOrd a.g a.n} ; + + AdNum adn num = {s = \\a => adn.s ++ num.s ! a ; isNum = num.isNum ; n = num.n} ; + + OrdSuperl adj = {s = \\a => adj.s ! Superl ! AF a.g a.n} ; + + DetArtOrd quant num ord = { + s = \\g,c => quant.s ! num.isNum ! num.n ! g ! c ++ num.s ! g ++ + ord.s ! aagr g num.n ; + n = num.n + } ; + + DetArtCard quant num = { + s = \\g,c => quant.s ! True ! num.n ! g ! c ++ num.s ! g ; + n = num.n + } ; + + DetArtSg det cn = + let + g = cn.g ; + n = Sg + in { + s = \\c => let cs = npform2case c in + det.s ! False ! n ! g ! cs ++ cn.s ! n ; + a = agrP3 g n ; + hasClit = False + } ; + + DetArtPl det cn = + let + g = cn.g ; + n = Pl + in { + s = \\c => let cs = npform2case c in + det.s ! False ! n ! g ! cs ++ cn.s ! n ; + a = agrP3 g n ; + hasClit = False + } ; + + DefArt = { + s = \\_,n,g,c => artDef g n c + } ; + + IndefArt = { + s = \\b,n,g,c => if_then_Str b [] (artIndef g n c) ; + } ; + + MassNP cn = let + g = cn.g ; + n = Sg + in { + s = \\c => partitive g (npform2case c) ++ cn.s ! n ; + a = agrP3 g n ; + hasClit = False + } ; + +{---b + MassDet = { + s = \\b,n,g,c => case of { + => partitive g c ; + _ => prepCase genitive ---- + } + } ; +-} + +-- This is based on record subtyping. + + UseN, UseN2 = \noun -> noun ; +---b UseN3 = \noun -> noun ; + + Use2N3 f = f ; + + Use3N3 f = f ** {c2 = f.c3} ; + + ComplN2 f x = { + s = \\n => f.s ! n ++ appCompl f.c2 x.s ; + g = f.g ; + } ; + + ComplN3 f x = { + s = \\n => f.s ! n ++ appCompl f.c2 x.s ; + g = f.g ; + c2 = f.c3 + } ; + + AdjCN ap cn = + let + g = cn.g + in { + s = \\n => preOrPost ap.isPre (ap.s ! (AF g n)) (cn.s ! n) ; + g = g ; + } ; + + RelCN cn rs = let g = cn.g in { + s = \\n => cn.s ! n ++ rs.s ! Indic ! agrP3 g n ; --- mood + g = g + } ; + SentCN cn sc = let g = cn.g in { + s = \\n => cn.s ! n ++ sc.s ; + g = g + } ; + AdvCN cn sc = let g = cn.g in { + s = \\n => cn.s ! n ++ sc.s ; + g = g + } ; + + ApposCN cn np = let g = cn.g in { + s = \\n => cn.s ! n ++ np.s ! Ton Nom ; + g = g + } ; + +} diff --git a/deprecated/old-lib/resource/romance/PhraseRomance.gf b/deprecated/old-lib/resource/romance/PhraseRomance.gf new file mode 100644 index 000000000..4de6b28e5 --- /dev/null +++ b/deprecated/old-lib/resource/romance/PhraseRomance.gf @@ -0,0 +1,27 @@ +incomplete concrete PhraseRomance of Phrase = + CatRomance ** open CommonRomance, ResRomance, Prelude in { + + flags optimize = all_subs ; + + lin + PhrUtt pconj utt voc = {s = pconj.s ++ utt.s ++ voc.s} ; + + UttS s = {s = s.s ! Indic} ; + UttQS qs = {s = qs.s ! QDir} ; + UttImpSg pol imp = {s = pol.s ++ imp.s ! pol.p ! ImpF Sg False ! Fem} ; + UttImpPl pol imp = {s = pol.s ++ imp.s ! pol.p ! ImpF Pl False ! Fem} ; + UttImpPol pol imp = {s = pol.s ++ imp.s ! pol.p ! ImpF Sg True ! Fem} ; + + UttIP ip = {s = ip.s ! Nom} ; --- Acc also + UttIAdv iadv = iadv ; + UttNP np = {s = np.s ! Ton Nom} ; + UttVP vp = {s = infVP vp (agrP3 Fem Sg)} ; --- Agr + UttAdv adv = adv ; + + NoPConj = {s = []} ; + PConjConj conj = {s = conj.s2} ; + + NoVoc = {s = []} ; + VocNP np = {s = "," ++ np.s ! Ton Nom} ; + +} diff --git a/deprecated/old-lib/resource/romance/QuestionRomance.gf b/deprecated/old-lib/resource/romance/QuestionRomance.gf new file mode 100644 index 000000000..6d2fa8669 --- /dev/null +++ b/deprecated/old-lib/resource/romance/QuestionRomance.gf @@ -0,0 +1,113 @@ +incomplete concrete QuestionRomance of Question = + CatRomance ** open CommonRomance, ResRomance, Prelude in { + + flags optimize=all_subs ; + + lin + + QuestCl cl = { + s = \\t,a,p => + let cls = cl.s ! DDir ! t ! a ! p ---- DInv? + in table { + QDir => cls ! Indic ; + QIndir => subjIf ++ cls ! Indic + } + } ; + + QuestVP qp vp = { + s = \\t,a,b,_ => + let + cl = mkClause (qp.s ! Nom) False (agrP3 qp.a.g qp.a.n) vp + in + cl.s ! DDir ! t ! a ! b ! Indic + } ; + + QuestSlash ip slash = { + s = \\t,a,p => + let + cls : Direct -> Str = + \d -> slash.s ! ip.a ! d ! t ! a ! p ! Indic ; + who = slash.c2.s ++ ip.s ! slash.c2.c + in table { + QDir => who ++ cls DInv ; + QIndir => who ++ cls DDir + } + } ; + + QuestIAdv iadv cl = { + s = \\t,a,p,q => + let + ord = case q of { + QDir => DInv ; + QIndir => DDir + } ; + cls = cl.s ! ord ! t ! a ! p ! Indic ; + why = iadv.s + in why ++ cls + } ; + + QuestIComp icomp np = { + s = \\t,a,p,_ => + let + vp = predV copula ; + cls = (mkClause (np.s ! Aton Nom) np.hasClit np.a vp).s ! + DInv ! t ! a ! p ! Indic ; + why = icomp.s ! {g = np.a.g ; n = np.a.n} + in why ++ cls + } ; + + PrepIP p ip = { + s = p.s ++ ip.s ! p.c + } ; + + AdvIP ip adv = { + s = \\c => ip.s ! c ++ adv.s ; + a = ip.a + } ; + + IdetCN idet cn = + let + g = cn.g ; + n = idet.n ; + a = aagr g n + in { + s = \\c => idet.s ! g ! c ++ cn.s ! n ; + a = a + } ; + + IdetIP idet = + let + g = Masc ; ---- Fem in Extra + n = idet.n ; + a = aagr g n + in { + s = \\c => idet.s ! g ! c ; + a = a + } ; + + IdetQuant idet num = + let + n = num.n ; + in { + s = \\g,c => idet.s ! n ! g ! c ++ num.s ! g ; + n = n + } ; + + + CompIAdv a = {s = \\_ => a.s} ; + + CompIP p = {s = \\_ => p.s ! Nom} ; + +} + +{- ---b + IDetCN idet num ord cn = + let + g = cn.g ; + n = idet.n ; + a = aagr g n + in { + s = \\c => idet.s ! g ! c ++ num.s ! g ++ ord.s ! a ++ cn.s ! n ; + a = a + } ; +-} diff --git a/deprecated/old-lib/resource/romance/RelativeRomance.gf b/deprecated/old-lib/resource/romance/RelativeRomance.gf new file mode 100644 index 000000000..40b83c1b3 --- /dev/null +++ b/deprecated/old-lib/resource/romance/RelativeRomance.gf @@ -0,0 +1,50 @@ +incomplete concrete RelativeRomance of Relative = + CatRomance ** open Prelude, CommonRomance, ResRomance in { + + flags optimize=all_subs ; + + lin + + RelCl cl = { + s = \\ag,t,a,p,m => pronSuch ! ag ++ conjThat ++ + cl.s ! DDir ! t ! a ! p ! m ; + c = Nom + } ; + + --- more efficient to compile than case inside mkClause; see log.txt + RelVP rp vp = case rp.hasAgr of { + True => {s = \\ag => + (mkClause + (rp.s ! False ! {g = ag.g ; n = ag.n} ! Nom) False + {g = rp.a.g ; n = rp.a.n ; p = P3} + vp).s ! DDir ; c = Nom} ; + False => {s = \\ag => + (mkClause + (rp.s ! False ! {g = ag.g ; n = ag.n} ! Nom) False + ag + vp).s ! DDir ; c = Nom + } + } ; + + RelSlash rp slash = { + s = \\ag,t,a,p,m => + let aag = {g = ag.g ; n = ag.n} + in + slash.c2.s ++ + rp.s ! False ! aag ! slash.c2.c ++ + slash.s ! aag ! DDir ! t ! a ! p ! m ; --- ragr + c = Acc + } ; + + FunRP p np rp = { + s = \\_,a,c => np.s ! Ton Nom ++ p.s ++ rp.s ! True ! a ! p.c ; + a = {g = np.a.g ; n = np.a.n} ; + hasAgr = True + } ; + IdRP = { + s = relPron ; + a = {g = Masc ; n = Sg} ; + hasAgr = False + } ; + +} diff --git a/deprecated/old-lib/resource/romance/ResRomance.gf b/deprecated/old-lib/resource/romance/ResRomance.gf new file mode 100644 index 000000000..73ec6c8db --- /dev/null +++ b/deprecated/old-lib/resource/romance/ResRomance.gf @@ -0,0 +1,299 @@ +--1 Romance auxiliary operations. +-- + +interface ResRomance = DiffRomance ** open CommonRomance, Prelude in { + +flags optimize=all ; + +--2 Constants uniformly defined in terms of language-dependent constants + +oper + + nominative : Case = Nom ; + accusative : Case = Acc ; + + Pronoun = {s : NPForm => Str ; a : Agr ; hasClit : Bool} ; + + Compl : Type = {s : Str ; c : Case ; isDir : Bool} ; + + complAcc : Compl = {s = [] ; c = accusative ; isDir = True} ; + complGen : Compl = {s = [] ; c = genitive ; isDir = False} ; + complDat : Compl = {s = [] ; c = dative ; isDir = True} ; + + pn2np : {s : Str ; g : Gender} -> Pronoun = \pn -> { + s = \\c => prepCase (npform2case c) ++ pn.s ; + a = agrP3 pn.g Sg ; + hasClit = False + } ; + + npform2case : NPForm -> Case = \p -> case p of { + Ton x => x ; + Poss _ _ => genitive ; + Aton x => x + } ; + + case2npform : Case -> NPForm = \c -> case c of { + Nom => Ton Nom ; + Acc => Ton Acc ; + _ => Ton c + } ; + +-- Pronouns in $NP$ lists are always in stressed forms. + + stressedCase : NPForm -> NPForm = \c -> case c of { + Aton k => Ton k ; + _ => c + } ; + + appCompl : Compl -> (NPForm => Str) -> Str = \comp,np -> + comp.s ++ np ! Ton comp.c ; + + oper + + VP : Type = { + s : Verb ; + agr : VPAgr ; -- dit/dite dep. on verb, subj, and clitic + neg : Polarity => (Str * Str) ; -- ne-pas + clAcc : CAgr ; -- le/se + clDat : CAgr ; -- lui + clit2 : Str ; -- y en + comp : Agr => Str ; -- content(e) ; ma mre ; hier + ext : Polarity => Str ; -- que je dors / que je dorme + } ; + + + useVP : VP -> VPC = \vp -> + let + verb = vp.s ; + vfin : TMood -> Agr -> Str = \tm,a -> verb.s ! VFin tm a.n a.p ; + vpart : AAgr -> Str = \a -> verb.s ! VPart a.g a.n ; + vinf : Bool -> Str = \b -> verb.s ! VInfin b ; + vger = verb.s ! VGer ; + + typ = verb.vtyp ; + aux = auxVerb typ ; + + habet : TMood -> Agr -> Str = \tm,a -> aux ! VFin tm a.n a.p ; + habere : Str = aux ! VInfin False ; + + vimp : Agr -> Str = \a -> case of { + => verb.s ! VImper PlP1 ; + <_, P3> => verb.s ! VFin (VPres Conjunct) a.n P3 ; + => verb.s ! VImper SgP2 ; + => verb.s ! VImper PlP2 + } ; + + vf : (Agr -> Str) -> (AAgr -> Str) -> { + fin : Agr => Str ; + inf : AAgr => Str + } = + \fin,inf -> { + fin = \\a => fin a ; + inf = \\a => inf a + } ; + + in { + s = table { + VPFinite t Simul => vf (vfin t) (\_ -> []) ; + VPFinite t Anter => vf (habet t) vpart ; --# notpresent + VPInfinit Anter b=> vf (\_ -> []) (\a -> habere ++ vpart a) ; --# notpresent + VPImperat => vf vimp (\_ -> []) ; + VPGerund => vf (\_ -> []) (\_ -> vger) ; + VPInfinit Simul b=> vf (\_ -> []) (\_ -> vinf b) + } ; + agr = vp.agr ; -- partAgr typ ; + neg = vp.neg ; -- negation ; + clAcc = vp.clAcc ; -- case isVRefl typ of { + -- True => CRefl ; + -- _ => CNone + -- } ; + clDat = vp.clDat ; -- CNone ; --- no dative refls + clit2 = vp.clit2 ; -- [] ; + comp = vp.comp ; -- \\a => [] ; + ext = vp.ext -- \\p => [] + } ; + + predV : Verb -> VP = \verb -> + let + typ = verb.vtyp ; + in { + s = {s = verb.s ; vtyp = typ} ; + agr = partAgr typ ; + neg = negation ; + clAcc = case isVRefl typ of { + True => CRefl ; + _ => CNone + } ; + clDat = CNone ; --- no dative refls + clit2 = [] ; + comp = \\a => [] ; + ext = \\p => [] + } ; + + insertObject : Compl -> Pronoun -> VP -> VP = \c,np,vp -> + let + vpacc = vp.clAcc ; + vpdat = vp.clDat ; + vpagr = vp.agr ; + npa = np.a ; + cpron = CPron npa.g npa.n npa.p ; + noNewClit = ; + + cc : CAgr * CAgr * Str * VPAgr = case of { + => case c.c of { + Acc => ; + _ => -- must be dat + } ; + _ => noNewClit + } ; + + in { + s = vp.s ; + agr = cc.p4 ; + clAcc = cc.p1 ; + clDat = cc.p2 ; + clit2 = vp.clit2 ; + neg = vp.neg ; + comp = \\a => cc.p3 ++ vp.comp ! a ; + ext = vp.ext ; + } ; + + insertComplement : (Agr => Str) -> VP -> VP = \co,vp -> { + s = vp.s ; + agr = vp.agr ; + clAcc = vp.clAcc ; + clDat = vp.clDat ; + clit2 = vp.clit2 ; + neg = vp.neg ; + comp = \\a => vp.comp ! a ++ co ! a ; + ext = vp.ext ; + } ; + + +-- Agreement with preceding relative or interrogative: +-- "les femmes que j'ai aimes" + + insertAgr : AAgr -> VP -> VP = \ag,vp -> { + s = vp.s ; + agr = vpAgrClit (agrP3 ag.g ag.n) ; + clAcc = vp.clAcc ; + clDat = vp.clDat ; + clit2 = vp.clit2 ; + neg = vp.neg ; + comp = vp.comp ; + ext = vp.ext ; + } ; + + insertRefl : VP -> VP = \vp -> { + s = {s = vp.s.s ; vtyp = vRefl} ; + agr = vp.agr ; + clAcc = CRefl ; + clDat = vp.clDat ; + clit2 = vp.clit2 ; + neg = vp.neg ; + comp = vp.comp ; + ext = vp.ext ; + } ; + + insertAdv : Str -> VP -> VP = \co,vp -> { + s = vp.s ; + agr = vp.agr ; + clAcc = vp.clAcc ; + clDat = vp.clDat ; + clit2 = vp.clit2 ; + neg = vp.neg ; + comp = \\a => vp.comp ! a ++ co ; + ext = vp.ext ; + } ; + + insertAdV : Str -> VP -> VP = \co,vp -> { + s = vp.s ; + agr = vp.agr ; + clAcc = vp.clAcc ; + clDat = vp.clDat ; + clit2 = vp.clit2 ; + neg = \\b => let vpn = vp.neg ! b in {p1 = vpn.p1 ; p2 = vpn.p2 ++ co} ; + comp = vp.comp ; + ext = vp.ext ; + } ; + + insertClit2 : Str -> VP -> VP = \co,vp -> { + s = vp.s ; + agr = vp.agr ; + clAcc = vp.clAcc ; + clDat = vp.clDat ; + clit2 = vp.clit2 ++ co ; ---- y en + neg = vp.neg ; + comp = vp.comp ; + ext = vp.ext ; + } ; + + insertExtrapos : (Polarity => Str) -> VP -> VP = \co,vp -> { + s = vp.s ; + agr = vp.agr ; + clAcc = vp.clAcc ; + clDat = vp.clDat ; + clit2 = vp.clit2 ; + neg = vp.neg ; + comp = vp.comp ; + ext = \\p => vp.ext ! p ++ co ! p ; + } ; + + mkVPSlash : Compl -> VP -> VP ** {c2 : Compl} = \c,vp -> vp ** {c2 = c} ; + + mkClause : Str -> Bool -> Agr -> VP -> + {s : Direct => RTense => Anteriority => Polarity => Mood => Str} = + \subj,hasClit,agr,vpr -> { + s = \\d,t,a,b,m => + let + tm = case t of { + RPast => VImperf m ; --# notpresent + RFut => VFut ; --# notpresent + RCond => VCondit ; --# notpresent + RPasse => VPasse ; --# notpresent + RPres => VPres m + } ; + vp = useVP vpr ; + vps = vp.s ! VPFinite tm a ; + verb = vps.fin ! agr ; + inf = vps.inf ! (appVPAgr vp.agr (aagr agr.g agr.n)) ; --- subtype bug + neg = vp.neg ! b ; + clpr = pronArg agr.n agr.p vp.clAcc vp.clDat ; + compl = clpr.p2 ++ vp.comp ! agr ++ vp.ext ! b + in + case d of { + DDir => + subj ++ neg.p1 ++ clpr.p1 ++ vp.clit2 ++ verb ++ neg.p2 ++ inf ; + DInv => + neg.p1 ++ clpr.p1 ++ vp.clit2 ++ verb ++ + preOrPost hasClit subj (neg.p2 ++ inf) + } + ++ compl + } ; +--- in French, pronouns should +--- have a "-" with possibly a special verb form with "t": +--- "comment fera-t-il" vs. "comment fera Pierre" + + infVP : VP -> Agr -> Str = \vpr,agr -> + let + vp = useVP vpr ; + clpr = pronArg agr.n agr.p vp.clAcc vp.clDat ; + iform = infForm agr.n agr.p vp.clAcc vp.clDat ; + inf = (vp.s ! VPInfinit Simul iform).inf ! (aagr agr.g agr.n) ; + neg = vp.neg ! Pos ; --- Neg not in API + obj = neg.p2 ++ clpr.p2 ++ vp.comp ! agr ++ vp.ext ! Pos ---- pol + in + clitInf clpr.p3 (clpr.p1 ++ vp.clit2) inf ++ obj ; + +} + +-- insertObject: +-- p -cat=Cl -tr "la femme te l' envoie" +-- PredVP (DetCN (DetSg DefSg NoOrd) (UseN woman_N)) +-- (ComplV3 send_V3 (UsePron he_Pron) (UsePron thou_Pron)) +-- la femme te l' a envoy +-- +-- p -cat=Cl -tr "la femme te lui envoie" +-- PredVP (DetCN (DetSg DefSg NoOrd) (UseN woman_N)) +-- (ComplV3 send_V3 (UsePron thou_Pron) (UsePron he_Pron)) +-- la femme te lui a envoye diff --git a/deprecated/old-lib/resource/romance/SentenceRomance.gf b/deprecated/old-lib/resource/romance/SentenceRomance.gf new file mode 100644 index 000000000..66b9ed8dd --- /dev/null +++ b/deprecated/old-lib/resource/romance/SentenceRomance.gf @@ -0,0 +1,94 @@ +incomplete concrete SentenceRomance of Sentence = + CatRomance ** open Prelude, CommonRomance, ResRomance in { + + flags optimize=all_subs ; + + lin + PredVP np vp = mkClause (np.s ! Aton Nom) np.hasClit np.a vp ; + + PredSCVP sc vp = mkClause sc.s False (agrP3 Masc Sg) vp ; + + ImpVP vpr = let vp = useVP vpr in { + s = \\p,i,g => case i of { + ImpF n b => (mkImperative b P2 vp).s ! p ! (aagr g n) + } + } ; + + SlashVP np v2 = + -- agreement decided afterwards: la fille qu'il a trouve + {s = \\ag => + let vp = case of { + => insertAgr ag v2 ; + _ => v2 + } + in (mkClause (np.s ! Aton Nom) np.hasClit np.a vp).s ; + c2 = v2.c2 + } ; + +{---b + SlashV2 np v2 = + {s = \\d,ag =>case of { + => + (mkClause (np.s ! Aton Nom) np.hasClit np.a + (insertAgr ag (predV v2))).s ! d ; + _ => (mkClause (np.s ! Aton Nom) np.hasClit np.a (predV v2)).s ! d + } ; + c2 = v2.c2 + } ; + + SlashVVV2 np vv v2 = + {s = \\d,_ => + (mkClause + (np.s ! Aton Nom) np.hasClit np.a + (insertComplement + (\\a => prepCase vv.c2.c ++ v2.s ! VInfin False) (predV vv))).s ! d; + c2 = v2.c2 + } ; +-} + AdvSlash slash adv = { + s = \\ag,d,t,a,b,m => slash.s ! ag ! d ! t ! a ! b ! m ++ adv.s ; + c2 = slash.c2 + } ; + + SlashPrep cl prep = { + s = \\_ => cl.s ; + c2 = {s = prep.s ; c = prep.c ; isDir = False} + } ; + + SlashVS np vs slash = + {s = \\ag => + (mkClause + (np.s ! Aton Nom) np.hasClit np.a + (insertExtrapos (\\b => conjThat ++ slash.s ! ag ! (vs.m ! b)) + (predV vs)) + ).s ; + c2 = slash.c2 + } ; + + EmbedS s = {s = conjThat ++ s.s ! Indic} ; --- mood + EmbedQS qs = {s = qs.s ! QIndir} ; + EmbedVP vp = {s = infVP vp (agrP3 Masc Sg)} ; --- agr ---- compl + + UseCl t a p cl = { + s = \\o => t.s ++ a.s ++ p.s ++ cl.s ! DDir ! t.t ! a.a ! p.p ! o + } ; + UseQCl t a p cl = { + s = \\q => t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! p.p ! q + } ; + UseRCl t a p cl = { + s = \\r,ag => t.s ++ a.s ++ p.s ++ cl.s ! ag ! t.t ! a.a ! p.p ! r ; + c = cl.c + } ; + UseSlash t a p cl = { + s = \\ag,mo => + t.s ++ a.s ++ p.s ++ cl.s ! ag ! DDir ! t.t ! a.a ! p.p ! mo ; + c2 = cl.c2 + } ; + + AdvS a s = {s = \\o => a.s ++ "," ++ s.s ! o} ; + + RelS s r = { + s = \\o => s.s ! o ++ "," ++ partQIndir ++ r.s ! Indic ! agrP3 Masc Sg + } ; + +} diff --git a/deprecated/old-lib/resource/romance/VerbRomance.gf b/deprecated/old-lib/resource/romance/VerbRomance.gf new file mode 100644 index 000000000..96992bd35 --- /dev/null +++ b/deprecated/old-lib/resource/romance/VerbRomance.gf @@ -0,0 +1,119 @@ +incomplete concrete VerbRomance of Verb = + CatRomance ** open Prelude, CommonRomance, ResRomance in { + + flags optimize=all_subs ; + + lin + UseV = predV ; + + ComplVV v vp = + insertComplement (\\a => prepCase v.c2.c ++ infVP vp a) (predV v) ; + ComplVS v s = insertExtrapos (\\b => conjThat ++ s.s ! (v.m ! b)) (predV v) ; + ComplVQ v q = insertExtrapos (\\_ => q.s ! QIndir) (predV v) ; + ComplVA v ap = + insertComplement (\\a => ap.s ! AF a.g a.n) (predV v) ; + + SlashV2a v = mkVPSlash v.c2 (predV v) ; + + Slash2V3 v np = mkVPSlash v.c3 (insertObject v.c2 np (predV v)) ; + Slash3V3 v np = mkVPSlash v.c2 (insertObject v.c3 np (predV v)) ; + + SlashV2V v vp = + mkVPSlash v.c2 + (insertComplement + (\\a => prepCase v.c2.c ++ infVP vp a) + (predV v)) ; + + SlashV2S v s = + mkVPSlash v.c2 + (insertExtrapos + (\\b => conjThat ++ s.s ! Indic) ---- mood + (predV v)) ; + + SlashV2Q v q = + mkVPSlash v.c2 + (insertExtrapos + (\\_ => q.s ! QIndir) + (predV v)) ; + + {- ---- lincat should be fixed + SlashV2A v ap = + + let af = case v.c3.isDir of { + True => AF np.a.g np.a.n ; -- ... bleues + _ => AF Masc Sg -- il les peint en bleu + } + -} + + SlashV2A v ap = + let af = AF Masc Sg + in + mkVPSlash v.c2 + (insertComplement + (\\_ => v.c3.s ++ prepCase v.c3.c ++ ap.s ! af) + (predV v)) ; + + ComplSlash vp np = insertObject vp.c2 np vp ; + + ReflVP v = case v.c2.isDir of { + True => insertRefl v ; + False => insertComplement + (\\a => v.c2.s ++ reflPron a.n a.p v.c2.c) v + } ; + + SlashVV v vp = + mkVPSlash vp.c2 + (insertComplement (\\a => prepCase v.c2.c ++ infVP vp a) (predV v)) ; + + SlashV2VNP v np vp = + mkVPSlash vp.c2 + (insertComplement + (\\a => prepCase v.c2.c ++ infVP vp a) + (insertObject v.c2 np (predV v))) ; + + UseComp comp = insertComplement comp.s (predV copula) ; + + CompAP ap = {s = \\ag => ap.s ! AF ag.g ag.n} ; + CompNP np = {s = \\_ => np.s ! Ton Acc} ; + CompAdv a = {s = \\_ => a.s} ; + + AdvVP vp adv = insertAdv adv.s vp ; + AdVVP adv vp = insertAdV adv.s vp ; + + PassV2 v = insertComplement (\\a => v.s ! VPart a.g a.n) (predV auxPassive) ; + +} + +{---b + ComplV2 v np1 = insertObject v.c2 np1 (predV v) ; + ComplV3 v np1 np2 = insertObject v.c3 np2 (insertObject v.c2 np1 (predV v)) ; + + ComplV2V v np vp = + insertComplement (\\a => prepCase v.c2.c ++ infVP vp a) + (insertObject v.c2 np (predV v)) ; + ComplV2S v np s = + insertExtrapos (\\b => s.s ! Indic) ---- mood + (insertObject v.c2 np (predV v)) ; + ComplV2Q v np q = + insertExtrapos (\\_ => q.s ! QIndir) + (insertObject v.c2 np (predV v)) ; + + ComplV2A v np ap = + let af = case v.c3.isDir of { + True => AF np.a.g np.a.n ; -- ... bleues + _ => AF Masc Sg -- il les peint en bleu + } + in + insertComplement + (\\a => v.c3.s ++ prepCase v.c3.c ++ ap.s ! af) + (insertObject v.c2 np (predV v)) ; + + ReflV2 v = case v.c2.isDir of { + True => predV {s = v.s ; vtyp = vRefl} ; + False => insertComplement + (\\a => v.c2.s ++ reflPron a.n a.p v.c2.c) (predV v) + } ; + + UseVS, UseVQ = \vv -> {s = vv.s ; c2 = complAcc ; vtyp = vv.vtyp} ; +-} + diff --git a/deprecated/old-lib/resource/russian/AdjectiveRus.gf b/deprecated/old-lib/resource/russian/AdjectiveRus.gf new file mode 100644 index 000000000..39c3d5209 --- /dev/null +++ b/deprecated/old-lib/resource/russian/AdjectiveRus.gf @@ -0,0 +1,46 @@ + +--# -path=.:../abstract:../common:../../prelude + + +concrete AdjectiveRus of Adjective = CatRus ** open ResRus, Prelude in { +flags coding=utf8 ; + + lin + + PositA a = { s = a.s!Posit; p = False}; + -- Comparative forms are used with an object of comparison, as + -- adjectival phrases ("больше тебя"). + + ComparA bolshoj tu = + {s = \\af => bolshoj.s ! Compar ! af ++ tu.s ! (mkPronForm Gen Yes NonPoss) ; + p = True + } ; + +-- $SuperlA$ belongs to determiner syntax in $Noun$. + + ComplA2 vlublen tu = + {s = \\af => vlublen.s !Posit! af ++ vlublen.s2 ++ + tu.s ! (mkPronForm vlublen.c No NonPoss) ; + p = True + } ; + + ReflA2 vlublen = + {s = \\af => vlublen.s !Posit! af ++ vlublen.s2 ++ sam.s ! vlublen.c; + p = True + } ; + + SentAP vlublen sent= + {s = \\af => vlublen.s ! af ++ [", "] ++ sent.s; + p = True + } ; + + + AdAP ada ap = { + s = \\af => ada.s ++ ap.s ! af ; + p = True + } ; + + UseA2 a = a ; + +} + diff --git a/deprecated/old-lib/resource/russian/AdverbRus.gf b/deprecated/old-lib/resource/russian/AdverbRus.gf new file mode 100644 index 000000000..4e283431d --- /dev/null +++ b/deprecated/old-lib/resource/russian/AdverbRus.gf @@ -0,0 +1,24 @@ +--# -path=.:../abstract:../common:../../prelude + +concrete AdverbRus of Adverb = CatRus ** open ResRus, Prelude in { +flags coding=utf8 ; + + lin + PositAdvAdj a = {s = a.s !Posit! AdvF} ; + ComparAdvAdj cadv a np = { + s = cadv.s ++ a.s !Posit! AdvF ++ "чем" ++ np.s ! PF Nom No NonPoss + } ; + ComparAdvAdjS cadv a s = { + s = cadv.s ++ a.s !Posit! AdvF ++ "чем" ++ s.s + } ; + + PrepNP na stol = ss (na.s ++ stol.s ! PF na.c Yes NonPoss) ; + + AdAdv = cc2 ; + + SubjS = cc2 ; + + AdnCAdv cadv = {s = cadv.s ++ "чем"} ; + +} + diff --git a/deprecated/old-lib/resource/russian/AllRus.gf b/deprecated/old-lib/resource/russian/AllRus.gf new file mode 100644 index 000000000..024ce67e1 --- /dev/null +++ b/deprecated/old-lib/resource/russian/AllRus.gf @@ -0,0 +1,6 @@ +--# -path=.:../abstract:../common:prelude + +concrete AllRus of AllRusAbs = + LangRus, + ExtraRus + ** {flags coding=utf8 ;} ; diff --git a/deprecated/old-lib/resource/russian/AllRusAbs.gf b/deprecated/old-lib/resource/russian/AllRusAbs.gf new file mode 100644 index 000000000..eff645337 --- /dev/null +++ b/deprecated/old-lib/resource/russian/AllRusAbs.gf @@ -0,0 +1,6 @@ +--# -path=.:../abstract:../common:prelude + +abstract AllRusAbs = + Lang, + ExtraRusAbs + ** {} ; diff --git a/deprecated/old-lib/resource/russian/CatRus.gf b/deprecated/old-lib/resource/russian/CatRus.gf new file mode 100644 index 000000000..b3e3809c9 --- /dev/null +++ b/deprecated/old-lib/resource/russian/CatRus.gf @@ -0,0 +1,99 @@ +--# -path=.:../abstract:../common:../../prelude + +concrete CatRus of Cat = CommonX ** open ResRus, Prelude in { + + flags optimize=all_subs ; coding=utf8 ; + + lincat + +-- Tensed/Untensed + + S = {s : Str} ; + QS = {s : QForm => Str} ; + RS = {s : GenNum => Case => Animacy => Str} ; + SSlash = {s : Str; s2: Str ; c: Case} ; + +-- Sentence + -- clause (variable tense) e.g. "John walks"/"John walked" + Cl ={s : Polarity => ClForm => Str} ; + ClSlash = {s : Polarity => ClForm => Str; s2: Str; c: Case} ; + Imp = { s: Polarity => Gender => Number => Str } ; + +-- Question + + QCl = {s :Polarity => ClForm => QForm => Str}; + IP = { s : PronForm => Str ; n : Number ; p : Person ; + g: PronGen ; anim : Animacy ; pron: Bool} ; + IComp = {s : Str} ; + IDet = Adjective ** {n: Number; g: PronGen; c: Case} ; + IQuant = {s : Number => AdjForm => Str; g: PronGen; c: Case} ; -- AR 16/6/2008 + +-- Relative + + RCl = {s : Polarity => ClForm => GenNum => Case => Animacy => Str} ; + RP = {s : GenNum => Case => Animacy => Str} ; + +-- Verb + -- Polarity => + Comp, VP = VerbPhrase ; + VPSlash = VerbPhrase ** {sc : Str ; c : Case} ; + +-- Adjective + + AP = {s : AdjForm => Str; p : IsPostfixAdj} ; + +-- Noun + + CN = {s : Number => Case => Str; g : Gender; anim : Animacy} ; + NP = { s : PronForm => Str ; n : Number ; p : Person ; + g: PronGen ; anim : Animacy ; pron: Bool} ; + Pron = { s : PronForm => Str ; n : Number ; p : Person ; + g: PronGen ; pron: Bool} ; + +-- Determiners (only determinative pronouns +-- (or even indefinite numerals: "много" (many)) in Russian) are inflected +-- according to the gender of nouns they determine. +-- extra parameters (Number and Case) are added for the sake of +-- the determinative pronoun "bolshinstvo" ("most"); +-- Gender parameter is due to multiple determiners (Numerals in Russian) +-- like "mnogo" +-- The determined noun has the case parameter specific for the determiner + + Det = {s : AdjForm => Str; n: Number; g: PronGen; c: Case} ; + Predet, Quant, Art = {s : AdjForm => Str; g: PronGen; c: Case} ; + +-- Numeral + + Num, Numeral, Card = {s : Case => Gender => Str ; n : Number} ; + Digits = {s : Str ; n : Number} ; ---- + +-- Structural +-- The conjunction has an inherent number, which is used when conjoining +-- noun phrases: "Иван и Маша поют" vs. "Иван или Маша поет"; in the +-- case of "или", the result is however plural if any of the disjuncts is. + + Conj = {s1,s2 : Str ; n : Number} ; + Subj = {s : Str} ; + Prep = {s : Str ; c: Case } ; + +-- Open lexical classes, e.g. Lexicon + + V, VS, VV, VQ, VA = Verbum ; -- = {s : VerbForm => Str ; asp : Aspect } ; + V2, V2A = Verbum ** Complement ; + V2V, V2S, V2Q = Verbum ** Complement ; --- AR + V3 = Verbum ** Complement** {s4 : Str; c2: Case} ; +-- VV = {s : VVForm => Str ; isAux : Bool} ; + + Ord = {s : AdjForm => Str} ; + A = {s : Degree => AdjForm => Str} ; + A2 = A ** Complement ; + + -- Substantives moreover have an inherent gender. + N = {s : SubstForm => Str ; g : Gender ; anim : Animacy } ; + N2 = {s : Number => Case => Str; g : Gender; anim : Animacy} ** Complement ; + N3 = {s : Number => Case => Str; g : Gender; anim : Animacy} ** Complement ** {s3 : Str; c2: Case} ; + PN = {s : Case => Str ; g : Gender ; anim : Animacy} ; + + +} + diff --git a/deprecated/old-lib/resource/russian/ConjunctionRus.gf b/deprecated/old-lib/resource/russian/ConjunctionRus.gf new file mode 100644 index 000000000..25423b2bb --- /dev/null +++ b/deprecated/old-lib/resource/russian/ConjunctionRus.gf @@ -0,0 +1,100 @@ +--# -path=.:../abstract:../common:../../prelude + +concrete ConjunctionRus of Conjunction = + CatRus ** open ResRus, Coordination, Prelude in { + + flags optimize=all_subs ; coding=utf8 ; + + lin + + ConjS = conjunctDistrSS ; + + ConjAdv = conjunctDistrSS ; + + ConjNP c xs = + conjunctDistrTable PronForm c xs ** {n = conjNumber c.n xs.n ; + p = xs.p ; pron = xs.pron ; anim = xs.anim ; + g = xs.g } ; + + + ConjAP c xs = conjunctDistrTable AdjForm c xs ** {p = xs.p} ; + +-- These fun's are generated from the list cat's. + + BaseS = twoSS ; + ConsS = consrSS comma ; + BaseAdv = twoSS ; + ConsAdv = consrSS comma ; + + + ConsNP x xs = + consTable PronForm comma xs x ** + {n = conjNumber xs.n x.n ; g = conjPGender x.g xs.g ; + anim = conjAnim x.anim xs.anim ; + p = conjPerson xs.p x.p; pron = conjPron xs.pron x.pron} ; + + ConsAP x xs = consTable AdjForm comma xs x ** {p = andB xs.p x.p} ; + + + BaseAP x y = twoTable AdjForm x y ** {p = andB x.p y.p} ; + + BaseNP x y = twoTable PronForm x y ** {n = conjNumber x.n y.n ; + g = conjPGender x.g y.g ; p = conjPerson x.p y.p ; + pron = conjPron x.pron y.pron ; anim = conjAnim x.anim y.anim } ; + + + + + lincat + [S] = {s1,s2 : Str} ; + [Adv] = {s1,s2 : Str} ; + -- The structure is the same as for sentences. The result is either always plural + -- or plural if any of the components is, depending on the conjunction. + [NP] = { s1,s2 : PronForm => Str ; g: PronGen ; + anim : Animacy ; n : Number ; p : Person ; pron : Bool } ; + -- The structure is the same as for sentences. The result is a prefix adjective + -- if and only if all elements are prefix. + [AP] = {s1,s2 : AdjForm => Str ; p : Bool} ; + + + +oper + +-- We have to define a calculus of numbers of persons. For numbers, +-- it is like the conjunction with $Pl$ corresponding to $False$. +-- +-- The following are given in $ParamX$. +-- +-- conjNumber : Number -> Number -> Number = \m,n -> case of { +-- => Sg ; +-- _ => Pl +-- } ; + +-- For persons, we let the latter argument win ("либо ты, либо я пойду" +-- but "либо я, либо ты пойдешь"). This is not quite clear. + +-- conjPerson : Person -> Person -> Person = \_,p -> +-- p ; + +-- For pron, we let the latter argument win - "Маша или моя мама" (Nominative case) +-- but - "моей или Машина мама" (Genetive case) both corresponds to +-- "Masha's or my mother"), which is actually not exactly correct, since +-- different cases should be used - "Машина или моя мама". + + conjPron : Bool -> Bool -> Bool = \_,p -> + p ; + +-- For gender in a similar manner as for person: +-- Needed for adjective predicates like: +-- "Маша или Оля - красивая", "Антон или Олег - красивый", +-- "Маша или Олег - красивый". +-- The later is not totally correct, but there is no correct way to say that. + + conjGender : Gender -> Gender -> Gender = \_,m -> m ; + conjPGender : PronGen -> PronGen -> PronGen = \_,m -> m ; + + conjAnim : Animacy -> Animacy -> Animacy = \_,m -> m ; + + +} + diff --git a/deprecated/old-lib/resource/russian/ExtraLexRus.gf b/deprecated/old-lib/resource/russian/ExtraLexRus.gf new file mode 100644 index 000000000..a58868309 --- /dev/null +++ b/deprecated/old-lib/resource/russian/ExtraLexRus.gf @@ -0,0 +1,74 @@ +--# -path=.:abstract:common +concrete ExtraLexRus of ExtraLexRusAbs = CatRus ** + open ParadigmsRus in { +flags + coding=utf8 ; +lin +--- bridge_N = mkN "мост" ; +--- candle_N = nSvecha "свеч" ; -- +++ MG_UR: added +++ +--- citizen_N = nGrazhdanin "господ" ; -- +++ MG_UR: added +++ + daughter_N = + {s = table { + SF Sg Nom => "дочь" ; + SF Sg Gen => "дочери" ; + SF Sg Dat => "дочери" ; + SF Sg Acc => "дочь" ; + SF Sg Inst => "дочерью" ; + SF Sg (Prepos _) => "дочери" ; + SF Pl Nom => "дочери" ; + SF Pl Gen => "дочерей" ; + SF Pl Dat => "дочерям" ; + SF Pl Acc => "дочерей" ; + SF Pl Inst => "дочерьми" ; + SF Pl (Prepos _) => "дочерях" + } ; + g = Fem ; anim = Animate + } ; + +--- desk_N = nStol "стол" ; +--- dictionary_N = nSlovar "словар" ; +--- fellow_N = nTovarish "товарищ" ; -- +++ MG_UR: added +++ +--- flag_N = nVremja "зна" ; +--- heaven_N = nNebo "неб" ; -- +++ MG_UR: added +++ +--- museum_N = nMusej "музе" ; -- +++ MG_UR: added +++ +-- name_N = mkN "имя" "имени" "имени" "имя" "именем" "имени" "имени" "имена" "имён" "именам" "имена" "именами" "именах" neuter inanimate ; +--- ocean_N = nMorje "мор" ; -- +++ MG_UR: added +++ + son_N = + {s = table + { SF Sg Nom => syn ; + SF Sg Gen => syn+"а" ; + SF Sg Dat => syn+"у" ; + SF Sg Acc => syn +"а"; + SF Sg Inst => syn+"ом" ; + SF Sg (Prepos _) => syn+"е" ; + SF Pl Nom => syn+"ья" ; + SF Pl Gen => syn+"ьев" ; + SF Pl Dat => syn+"ьям" ; + SF Pl Acc => syn +"ьев"; + SF Pl Inst => syn+"ьями" ; + SF Pl (Prepos _) => syn+"ьяах" + } ; + g = Masc ; anim = Animate + } ; +--- time_N = nVremja "вре" ; -- +++ MG_UR: added +++ +--- vocationalschool_N = nUchilishe "училищ" ; -- +++ MG_UR: added +++ + way_N = + {s = table + { SF Sg Nom => put+"ь" ; + SF Sg Gen => put+"и" ; + SF Sg Dat => put+"и" ; + SF Sg Acc => put+"ь" ; + SF Sg Inst => put+"ём" ; + SF Sg (Prepos _) => put+"и" ; + SF Pl Nom => put+"и" ; + SF Pl Gen => put+"ей" ; + SF Pl Dat => put+"ям" ; + SF Pl Acc => put+"и" ; + SF Pl Inst => put+"ями" ; + SF Pl (Prepos _) => put+"ях" + } ; + g = Masc ; anim = Inanimate + } ; + +--- word_N = nSlovo "слов" ; -- +++ MG_UR: added +++ +} \ No newline at end of file diff --git a/deprecated/old-lib/resource/russian/ExtraRus.gf b/deprecated/old-lib/resource/russian/ExtraRus.gf new file mode 100644 index 000000000..d592b6e64 --- /dev/null +++ b/deprecated/old-lib/resource/russian/ExtraRus.gf @@ -0,0 +1,3 @@ +concrete ExtraRus of ExtraRusAbs = CatRus ** { +flags coding=utf8 ; +} diff --git a/deprecated/old-lib/resource/russian/ExtraRusAbs.gf b/deprecated/old-lib/resource/russian/ExtraRusAbs.gf new file mode 100644 index 000000000..e1a9d8e9d --- /dev/null +++ b/deprecated/old-lib/resource/russian/ExtraRusAbs.gf @@ -0,0 +1,3 @@ +abstract ExtraRusAbs = { + +} diff --git a/deprecated/old-lib/resource/russian/GrammarRus.gf b/deprecated/old-lib/resource/russian/GrammarRus.gf new file mode 100644 index 000000000..052d5204c --- /dev/null +++ b/deprecated/old-lib/resource/russian/GrammarRus.gf @@ -0,0 +1,17 @@ +--# -path=.:../abstract:../common:../../prelude + +concrete GrammarRus of Grammar = + NounRus, + VerbRus, + AdjectiveRus, + AdverbRus, + NumeralRus, + SentenceRus, + QuestionRus, + RelativeRus, + ConjunctionRus, + PhraseRus, + TextX, + StructuralRus, + IdiomRus + ** { flags startcat = Phr ; unlexer = text ; lexer = text ; coding=utf8 ;} ; diff --git a/deprecated/old-lib/resource/russian/IdiomRus.gf b/deprecated/old-lib/resource/russian/IdiomRus.gf new file mode 100644 index 000000000..d2db6c33c --- /dev/null +++ b/deprecated/old-lib/resource/russian/IdiomRus.gf @@ -0,0 +1,58 @@ +--# -path=.:../abstract:../common:../../prelude + +concrete IdiomRus of Idiom = CatRus ** open Prelude, ResRus, MorphoRus in { + + flags optimize=all_subs ; coding=utf8 ; + + lin + ExistNP = \bar -> + {s =\\b,clf => case b of + {Pos => verbSuchestvovat.s ! (getActVerbForm clf (pgen2gen bar.g) Sg P3) + ++ bar.s ! PF Nom No NonPoss; + Neg => "не" ++ verbSuchestvovat.s ! (getActVerbForm clf (pgen2gen bar.g) Sg P3) + ++ bar.s ! PF Nom No NonPoss + } +} ; + + ExistIP Kto = + let { kto = Kto.s ! (PF Nom No NonPoss) } in + {s = \\b,clf,_ => case b of + {Pos => kto ++ verbSuchestvovat.s ! (getActVerbForm clf (pgen2gen Kto.g) Sg P3) ; + Neg => kto ++ "не" ++ verbSuchestvovat.s ! (getActVerbForm clf (pgen2gen Kto.g) Sg P3) + } + } ; + + CleftAdv adv sen = {s= \\ b, clf => let ne= case b of {Pos =>[]; Neg =>"не"} + in + "это" ++ ne ++ adv.s ++ [", "]++ sen.s }; + + CleftNP np rs = {s= \\ b, clf => + let + ne= case b of {Pos =>[]; Neg =>"не"}; + gn = case np.n of {Pl => APl; _=> ASg (pgen2gen np.g)} + in + "это" ++ ne ++ np.s ! (PF Nom No NonPoss) ++ + rs.s ! gn !Nom!Animate }; + + ImpPl1 vp = {s= "давайте" ++ vp.s! (ClIndic Future Simul)! APl ! P1}; + + ImpersCl vp = {s= \\ b, clf => let ne= case b of {Pos =>[]; Neg =>"не"} + in + ne ++ vp.s! clf! (ASg Neut) ! P3 }; + +-- No direct correspondance in Russian. Usually expressed by infinitive: +-- "Если очень захотеть, можно в космос улететь" +-- (If one really wants one can fly into the space). +-- Note that the modal verb "can" is trasferred into adverb +-- "можно" (it is possible) in Russian +-- The closest subject is "ты" (you), which is omitted in the final sentence: +-- "Если очень захочешь, можешь в космос улететь" + + GenericCl vp = {s= \\ b, clf => let ne= case b of {Pos =>[]; Neg =>"не"} + in + "ты" ++ ne ++ vp.s! clf! (ASg Masc) ! P2 }; + + ProgrVP vp = vp ; + +} + diff --git a/deprecated/old-lib/resource/russian/IrregRus.gf b/deprecated/old-lib/resource/russian/IrregRus.gf new file mode 100644 index 000000000..37e109b68 --- /dev/null +++ b/deprecated/old-lib/resource/russian/IrregRus.gf @@ -0,0 +1,182 @@ +--# -path=.:../abstract:../common:../../prelude + +-- +concrete IrregRus of IrregRusAbs = CatRus ** open ParadigmsRus in { +-- +flags optimize=values ; coding=utf8 ; +-- +-- lin +-- awake_V = irregV "awake" "awoke" "awoken" ; +-- bear_V = irregV "bear" "bore" "born" ; +-- beat_V = irregV "beat" "beat" "beat" ; +-- become_V = irregV "become" "became" "become" ; +-- begin_V = irregV "begin" "began" "begun" ; +-- bend_V = irregV "bend" "bent" "bent" ; +-- beset_V = irregV "beset" "beset" "beset" ; +-- bet_V = irregDuplV "bet" "bet" "bet" ; +-- bid_V = irregDuplV "bid" (variants {"bid" ; "bade"}) (variants {"bid" ; "bidden"}) ; +-- bind_V = irregV "bind" "bound" "bound" ; +-- bite_V = irregV "bite" "bit" "bitten" ; +-- bleed_V = irregV "bleed" "bled" "bled" ; +-- blow_V = irregV "blow" "blew" "blown" ; +-- break_V = irregV "break" "broke" "broken" ; +-- breed_V = irregV "breed" "bred" "bred" ; +-- bring_V = irregV "bring" "brought" "brought" ; +-- broadcast_V = irregV "broadcast" "broadcast" "broadcast" ; +-- build_V = irregV "build" "built" "built" ; +-- burn_V = irregV "burn" (variants {"burned" ; "burnt"}) (variants {"burned" ; "burnt"}) ; +-- burst_V = irregV "burst" "burst" "burst" ; +-- buy_V = irregV "buy" "bought" "bought" ; +-- cast_V = irregV "cast" "cast" "cast" ; +-- catch_V = irregV "catch" "caught" "caught" ; +-- choose_V = irregV "choose" "chose" "chosen" ; +-- cling_V = irregV "cling" "clung" "clung" ; +-- come_V = irregV "come" "came" "come" ; +-- cost_V = irregV "cost" "cost" "cost" ; +-- creep_V = irregV "creep" "crept" "crept" ; +-- cut_V = irregDuplV "cut" "cut" "cut" ; +-- deal_V = irregV "deal" "dealt" "dealt" ; +-- dig_V = irregDuplV "dig" "dug" "dug" ; +-- dive_V = irregV "dive" (variants {"dived" ; "dove"}) "dived" ; +-- do_V = mkV "do" "does" "did" "done" "doing" ; +-- draw_V = irregV "draw" "drew" "drawn" ; +-- dream_V = irregV "dream" (variants {"dreamed" ; "dreamt"}) (variants {"dreamed" ; "dreamt"}) ; +-- drive_V = irregV "drive" "drove" "driven" ; +-- drink_V = irregV "drink" "drank" "drunk" ; +-- eat_V = irregV "eat" "ate" "eaten" ; +-- fall_V = irregV "fall" "fell" "fallen" ; +-- feed_V = irregV "feed" "fed" "fed" ; +-- feel_V = irregV "feel" "felt" "felt" ; +-- fight_V = irregV "fight" "fought" "fought" ; +-- find_V = irregV "find" "found" "found" ; +-- fit_V = irregDuplV "fit" "fit" "fit" ; +-- flee_V = irregV "flee" "fled" "fled" ; +-- fling_V = irregV "fling" "flung" "flung" ; +-- fly_V = irregV "fly" "flew" "flown" ; +-- forbid_V = irregDuplV "forbid" "forbade" "forbidden" ; +-- forget_V = irregDuplV "forget" "forgot" "forgotten" ; +-- forgive_V = irregV "forgive" "forgave" "forgiven" ; +-- forsake_V = irregV "forsake" "forsook" "forsaken" ; +-- freeze_V = irregV "freeze" "froze" "frozen" ; +-- get_V = irregDuplV "get" "got" "gotten" ; +-- give_V = irregV "give" "gave" "given" ; +-- go_V = irregV "go" "went" "gone" ; +-- grind_V = irregV "grind" "ground" "ground" ; +-- grow_V = irregV "grow" "grew" "grown" ; +-- hang_V = irregV "hang" "hung" "hung" ; +-- have_V = mkV "have" "has" "had" "had" "having" ; +-- hear_V = irregV "hear" "heard" "heard" ; +-- hide_V = irregV "hide" "hid" "hidden" ; +-- hit_V = irregDuplV "hit" "hit" "hit" ; +-- hold_V = irregV "hold" "held" "held" ; +-- hurt_V = irregV "hurt" "hurt" "hurt" ; +-- keep_V = irregV "keep" "kept" "kept" ; +-- kneel_V = irregV "kneel" "knelt" "knelt" ; +-- knit_V = irregDuplV "knit" "knit" "knit" ; +-- know_V = irregV "know" "knew" "know" ; +-- lay_V = irregV "lay" "laid" "laid" ; +-- lead_V = irregV "lead" "led" "led" ; +-- leap_V = irregV "leap" (variants {"leaped" ; "lept"}) (variants {"leaped" ; "lept"}) ; +-- learn_V = irregV "learn" (variants {"learned" ; "learnt"}) (variants {"learned" ; "learnt"}) ; +-- leave_V = irregV "leave" "left" "left" ; +-- lend_V = irregV "lend" "lent" "lent" ; +-- let_V = irregDuplV "let" "let" "let" ; +-- lie_V = irregV "lie" "lay" "lain" ; +-- light_V = irregV "light" (variants {"lighted" ; "lit"}) "lighted" ; +-- lose_V = irregV "lose" "lost" "lost" ; +-- make_V = irregV "make" "made" "made" ; +-- mean_V = irregV "mean" "meant" "meant" ; +-- meet_V = irregV "meet" "met" "met" ; +-- misspell_V = irregV "misspell" (variants {"misspelled" ; "misspelt"}) (variants {"misspelled" ; "misspelt"}) ; +-- mistake_V = irregV "mistake" "mistook" "mistaken" ; +-- mow_V = irregV "mow" "mowed" (variants {"mowed" ; "mown"}) ; +-- overcome_V = irregV "overcome" "overcame" "overcome" ; +-- overdo_V = mkV "overdo" "overdoes" "overdid" "overdone" "overdoing" ; +-- overtake_V = irregV "overtake" "overtook" "overtaken" ; +-- overthrow_V = irregV "overthrow" "overthrew" "overthrown" ; +-- pay_V = irregV "pay" "paid" "paid" ; +-- plead_V = irregV "plead" "pled" "pled" ; +-- prove_V = irregV "prove" "proved" (variants {"proved" ; "proven"}) ; +-- put_V = irregDuplV "put" "put" "put" ; +-- quit_V = irregDuplV "quit" "quit" "quit" ; +-- read_V = irregV "read" "read" "read" ; +-- rid_V = irregDuplV "rid" "rid" "rid" ; +-- ride_V = irregV "ride" "rode" "ridden" ; +-- ring_V = irregV "ring" "rang" "rung" ; +-- rise_V = irregV "rise" "rose" "risen" ; +-- run_V = irregDuplV "run" "ran" "run" ; +-- saw_V = irregV "saw" "sawed" (variants {"sawed" ; "sawn"}) ; +-- say_V = irregV "say" "said" "said" ; +-- see_V = irregV "see" "saw" "seen" ; +-- seek_V = irregV "seek" "sought" "sought" ; +-- sell_V = irregV "sell" "sold" "sold" ; +-- send_V = irregV "send" "sent" "sent" ; +-- set_V = irregDuplV "set" "set" "set" ; +-- sew_V = irregV "sew" "sewed" (variants {"sewed" ; "sewn"}) ; +-- shake_V = irregV "shake" "shook" "shaken" ; +-- shave_V = irregV "shave" "shaved" (variants {"shaved" ; "shaven"}) ; +-- shear_V = irregV "shear" "shore" "shorn" ; +-- shed_V = irregDuplV "shed" "shed" "shed" ; +-- shine_V = irregV "shine" "shone" "shone" ; +-- shoe_V = irregV "shoe" "shoed" (variants {"shoed" ; "shod"}) ; +-- shoot_V = irregV "shoot" "shot" "shot" ; +-- show_V = irregV "show" "showed" (variants {"showed" ; "shown"}) ; +-- shrink_V = irregV "shrink" "shrank" "shrunk" ; +-- shut_V = irregDuplV "shut" "shut" "shut" ; +-- sing_V = irregV "sing" "sang" "sung" ; +-- sink_V = irregV "sink" "sank" "sunk" ; +-- sit_V = irregDuplV "sit" "sat" "sat" ; +-- sleep_V = irregV "sleep" "slept" "slept" ; +-- slay_V = irregV "slay" "slew" "slain" ; +-- slide_V = irregV "slide" "slid" "slid" ; +-- sling_V = irregV "sling" "slung" "slung" ; +-- slit_V = irregDuplV "slit" "slit" "slit" ; +-- smite_V = irregV "smite" "smote" "smitten" ; +-- sow_V = irregV "sow" "sowed" (variants {"sowed" ; "sown"}) ; +-- speak_V = irregV "speak" "spoke" "spoken" ; +-- speed_V = irregV "speed" "sped" "sped" ; +-- spend_V = irregV "spend" "spent" "spent" ; +-- spill_V = irregV "spill" (variants {"spilled" ; "spilt"}) (variants {"spilled" ; "spilt"}) ; +-- spin_V = irregDuplV "spin" "spun" "spun" ; +-- spit_V = irregDuplV "spit" (variants {"spit" ; "spat"}) "spit" ; +-- split_V = irregDuplV "split" "split" "split" ; +-- spread_V = irregV "spread" "spread" "spread" ; +-- spring_V = irregV "spring" (variants {"sprang" ; "sprung"}) "sprung" ; +-- stand_V = irregV "stand" "stood" "stood" ; +-- steal_V = irregV "steal" "stole" "stolen" ; +-- stick_V = irregV "stick" "stuck" "stuck" ; +-- sting_V = irregV "sting" "stung" "stung" ; +-- stink_V = irregV "stink" "stank" "stunk" ; +-- stride_V = irregV "stride" "strod" "stridden" ; +-- strike_V = irregV "strike" "struck" "struck" ; +-- string_V = irregV "string" "strung" "strung" ; +-- strive_V = irregV "strive" "strove" "striven" ; +-- swear_V = irregV "swear" "swore" "sworn" ; +-- sweep_V = irregV "sweep" "swept" "swept" ; +-- swell_V = irregV "swell" "swelled" (variants {"swelled" ; "swollen"}) ; +-- swim_V = irregDuplV "swim" "swam" "swum" ; +-- swing_V = irregV "swing" "swung" "swung" ; +-- take_V = irregV "take" "took" "taken" ; +-- teach_V = irregV "teach" "taught" "taught" ; +-- tear_V = irregV "tear" "tore" "torn" ; +-- tell_V = irregV "tell" "told" "told" ; +-- think_V = irregV "think" "thought" "thought" ; +-- thrive_V = irregV "thrive" (variants {"thrived" ; "throve"}) "thrived" ; +-- throw_V = irregV "throw" "threw" "thrown" ; +-- thrust_V = irregV "thrust" "thrust" "thrust" ; +-- tread_V = irregV "tread" "trod" "trodden" ; +-- understand_V = irregV "understand" "understood" "understood" ; +-- uphold_V = irregV "uphold" "upheld" "upheld" ; +-- upset_V = irregDuplV "upset" "upset" "upset" ; +-- wake_V = irregV "wake" "woke" "woken" ; +-- wear_V = irregV "wear" "wore" "worn" ; +-- weave_V = irregV "weave" (variants {"weaved" ; "wove"}) (variants {"weaved" ; "woven"}) ; +-- wed_V = irregDuplV "wed" "wed" "wed" ; +-- weep_V = irregV "weep" "wept" "wept" ; +-- wind_V = irregV "wind" "wound" "wound" ; +-- win_V = irregDuplV "win" "won" "won" ; +-- withhold_V = irregV "withhold" "withheld" "withheld" ; +-- withstand_V = irregV "withstand" "withstood" "withstood" ; +-- wring_V = irregV "wring" "wrung" "wrung" ; +-- write_V = irregV "write" "wrote" "written" ; +} diff --git a/deprecated/old-lib/resource/russian/LangRus.gf b/deprecated/old-lib/resource/russian/LangRus.gf new file mode 100644 index 000000000..c3126dcfe --- /dev/null +++ b/deprecated/old-lib/resource/russian/LangRus.gf @@ -0,0 +1,10 @@ +--# -path=.:../abstract:../common:prelude + +concrete LangRus of Lang = + GrammarRus, + LexiconRus + ** { + +flags startcat = Phr ; unlexer = text ; lexer = text ; coding=utf8 ; + +} ; diff --git a/deprecated/old-lib/resource/russian/LexiconRus.gf b/deprecated/old-lib/resource/russian/LexiconRus.gf new file mode 100644 index 000000000..229b07ed1 --- /dev/null +++ b/deprecated/old-lib/resource/russian/LexiconRus.gf @@ -0,0 +1,358 @@ +--# -path=.:abstract:common +concrete LexiconRus of Lexicon = CatRus ** + open ParadigmsRus, Prelude, StructuralRus, MorphoRus in { +flags + optimize=values ; + coding=utf8 ; +lin + add_V3 = mkV3 (regV imperfective first "складыва" "ю" "складывал" "складывай" "складывать" ) "" "в" accusative accusative; + airplane_N = mkN "самолёт" ; + already_Adv = mkAdv "уже" ; + animal_N = mkN "животное" animate; + answer_V2S = dirV2 (regV imperfective first "отвеча" "ю" "отвечал" "отвечай" "отвечать" ); + apartment_N = mkN "квартира" ; + apple_N = mkN "яблоко" ; + art_N = mkN "искусство" ; + ashes_N = mkN "пепел" ; + ask_V2Q = dirV2 (regV imperfective first "спрашива" "ю" "спрашивал" "спрашивай" "спрашивать") ; + baby_N = mkN "малыш" animate; + back_N = mkN "спина" ; + bad_A = mkA "плохой" "хуже"; + bank_N = mkN "банк" ; + bark_N = mkN "кора"; + beautiful_A = mkA "красивый"; + become_VA = regV perfective second "станов" "лю" "стал" "стань" "стать" ; + beer_N = mkN "пиво" ; + beg_V2V = dirV2 (mkV imperfective "прошу" "просишь" "просит" "просим" "просите" "просят" "просил" "проси" "просить" ); + belly_N = mkN "живот" ; + big_A = mkA "большой" "больше" ; + bike_N = mkN "велосипед" ; + bird_N = mkN "птица" animate; + bite_V2 = dirV2 (regV imperfective first "куса" "ю" "кусал" "кусай" "кусать"); + black_A = mkA "чёрный"; + blood_N = mkN "кровь" ; + blow_V = regV imperfective first "ду" "ю" "дул" "дуй" "дуть" ; + blue_A = mkA "голубой" ; + boat_N = mkN "лодка" ; + bone_N = mkN "кость" ; + book_N = mkN "книга" ; + boot_N = mkN "сапог" ; + boss_N = mkN "начальник" animate; + boy_N = mkN "мальчик" animate; + bread_N = mkN "хлеб" ; + break_V2 = dirV2 (regV imperfective first "прерыва" "ю" "прерывал" "прерывай" "прерывать" ); + breast_N = mkN "грудь" ; + breathe_V = regV imperfective second "дыш" "у" "дышал" "дыши" "дышать" ; + broad_A = mkA "широкий" "шире"; + brother_N2 = mkN2 (mkN "брат" animate) ; -- FIXME: special case + brown_A = mkA "коричневый"; + burn_V = regV imperfective second "гор" "ю" "горел" "гори" "гореть" ; + butter_N = mkN "масло"; + buy_V2 = dirV2 (regV imperfective first "покупа" "ю" "покупал" "покупай" "покупать" ); + camera_N = mkN "фотоаппарат" ; + cap_N = mkN "чашка" ; -- vowel change + car_N = mkN "машина" ; + carpet_N = mkN "ковёр"; -- vowel change + cat_N = mkN "кошка" animate ; -- vowel change + ceiling_N = mkN "потолок" ; -- vowel change + chair_N = mkN "стул" ; -- irregular + cheese_N = mkN "сыр" ; + child_N = mkN "ребёнок" "ребёнка" "ребёнку" "ребёнка" "ребёнком" "ребёнке" "ребёнке" "дети" "детей" "детям" "детей" "детьми" "детях" masculine animate ; + church_N = mkN "церковь" "церкви" "церкви" "церковь" "церковью" "церкви" "церкви" "церкви" "церквей" "церквям" "церкви" "церквями" "церквях" masculine inanimate ; + city_N = mkN "город" ; + clean_A = mkA "чистый" "чище"; + clever_A = mkA "умный"; + close_V2= dirV2 (regV imperfective first "закрыва" "ю" "закрывал" "закрывай" "закрывать" ); + cloud_N = mkN "облако" ; -- irregular + coat_N = mkIndeclinableNoun "пальто" masculine inanimate ; + cold_A = mkA "холодный"; + come_V = regV imperfective first "прихо" "жу" "приходил" "приходи" "приходить" ; + computer_N = mkN "компьютер" ; + correct_A = mkA "правильный" ; + count_V2 = dirV2 (regV imperfective first "счита" "ю" "считал" "считай" "считать" ) ; + country_N = mkN "страна" ; + cousin_N = mkN "кузен" ; -- FIXME: is this really correct? can't find it in the dictionary + cow_N = mkN "корова" animate ; + cut_V2 = dirV2 (regV imperfective first "реж" "у" "резал" "режь" "резать" ) ; + day_N = mkN "день" "дня" "дню" "день" "днём" "дне" "дне" "дни" "дней" "дням" "дни" "днями" "днях" masculine inanimate ; + die_V = regV imperfective first "умира" "ю" "умирал" "умирай" "умирать" ; + dig_V = regV imperfective first "копа" "ю" "копал" "копай" "копать" ; + dirty_A = mkA "грязный" ; + distance_N3 = mkN3 (mkN "расстояние") from_Prep to_Prep ; + do_V2 = dirV2 (regV imperfective first "дела" "ю" "делал" "делай" "делать" ); + doctor_N = mkN "доктор" animate ; + dog_N = mkN "собака" animate; + door_N = mkN "дверь" ; + drink_V2 = dirV2 (regV imperfective firstE "пь" "ю" "пил" "пей" "пить" ); + dry_A = mkA "сухой" "суше"; + dull_A = mkA "скучный" ; + dust_N = mkN "пыль" ; + ear_N = mkN "ухо" ; + earth_N = mkN "земля" ; + easy_A2V = mkA2 (mkA "лёгкий" "легче") "для" genitive ; + eat_V2 = dirV2 (regV imperfective first "куша" "ю" "кушал" "кушай" "кушать" ); + egg_N = mkN "яйцо" ; + empty_A = mkA "пустой" ; + enemy_N = mkN "враг" animate ; + eye_N = mkN "глаз" ; -- FIXME: Pl -a + factory_N = mkN "фабрика" ; + fall_V = regV imperfective first "пада" "ю" "падал" "падай" "падать" ; + far_Adv = mkAdv "далеко"; + fat_N = mkN "жир" ; + father_N2 = mkN2 (mkN "отец" "отца" "отцу" "отца" "отцом" "отце" "отце" "отцы" "отцов" "отцам" "отцов" "отцами" "отцах" masculine animate); + fear_V2 =dirV2 (regV imperfective first "бо" "ю" "боял" "бой" "боять" ); + fear_VS = regV imperfective second "бо" "ю" "боял" "бой" "боять" ; + feather_N = mkN "перо" "пера" "перу" "пера" "пером" "пере" "пере" "перья" "перьев" "перьям" "перьев" "перьями" "перьях" neuter inanimate ; + fight_V2 = dirV2 (regV imperfective firstE "дер" "у" "драл" "дери" "драть" ) ; + find_V2 = dirV2 (mkV imperfective "нахожу" "находишь" "находит" "находим" "находите" "находят" "находил" "находи" "находить" ); + fingernail_N = mkN "ноготь" "ногтя" "ногтю" "ногтя" "ногтем" "ногте" "ногте" "ногти" "ногтей" "ногтям" "ногтей" "ногтями" "ногтях" masculine inanimate ; + fire_N = mkN "огонь" "огня" "огню" "огня" "огнём" "огне" "огне" "огни" "огней" "огням" "огней" "огнями" "огнях" masculine inanimate ; + fish_N = mkN "рыба" animate; + float_V = regV imperfective firstE "плыв" "у" "плыл" "плыви" "плыть" ; + floor_N = mkN "пол" ; + flow_V = regV imperfective firstE "тек" "у" "тёк" "теки" "течь" ; + flower_N = mkN "цветок"; + fly_V = regV imperfective second "лета" "ю" "летал" "летай" "летать" ; + fog_N = mkN "туман" ; + foot_N = mkN "ступня" ; + forest_N = mkN "лес" ; -- prepos -u + forget_V2= dirV2 (regV imperfective first "забыва" "ю" "забывал" "забывай" "забывать" ); + freeze_V = regV imperfective first "замерза" "ю" "замерзал" "замерзай" "замерзать" ; + fridge_N = mkN "холодильник" ; + friend_N = mkN "друг" "друга" "другу" "друга" "другом" "друге" "друге" "друзья" "друзей" "друзьям" "друзей" "дузьями" "друзьях" masculine animate ; + fruit_N = mkN "фрукт" ; + full_A = mkA "полный"; + fun_AV = mkA "весёлый"; + garden_N = mkN "сад" ; + girl_N = mkN "девочка" animate; -- vowel change + give_V3 = tvDirDir (regV imperfective firstE "да" "ю" "давал" "давай" "давать" ) ; + glove_N = mkN "перчатка" ; -- vowel change + go_V= regV imperfective second "хо" "жу" "ходил" "ходи" "ходить" ; + gold_N = mkN "золото" ; + good_A = mkA "хороший" "лучше" ; + grammar_N = mkN "грамматикa"; + grass_N = mkN "трава"; + green_A = mkA "зелёный" ; + guts_N = mkN "внутренность" ; + hair_N = mkN "волос" ; -- FIXME: always plural? + hand_N = mkN "рука" ; + harbour_N = mkN "порт" ; -- prepos -u + hat_N = mkN "шляпа" ; + hate_V2= dirV2 (regV imperfective second "ненави" "жу" "ненавидел" "ненавидь" "ненавидеть" ); + have_V2= dirV2 (regV imperfective first "име" "ю" "имел" "имей" "иметь" ); + head_N = mkN "голова" ; + hear_V2= dirV2 (regV imperfective first "слуша" "ю" "слушал" "слушай" "слушать" ); + heart_N = mkN "сердце" "сердца" "сердцу" "сердца" "сердцем" "сердце" "сердце" "сердца" "сердец" "сердцам" "сердец" "сердцами" "сердцах" neuter inanimate ; + heavy_A = mkA "тяжёлый" ; + hill_N = mkN "холм" ; + hit_V2 = dirV2 (regV imperfective first "ударя" "ю" "ударял" "ударяй" "ударять" ); + hold_V2 = dirV2 (regV imperfective second "держ" "у" "держал" "держи" "держать" ); + hope_VS= regV imperfective first "наде" "ю" "надеял" "надей" "надеять" ; + horn_N = mkN "рог" ; + horse_N = mkN "лошадь" animate; -- irregular + hot_A = mkA "горячий" ; + house_N = mkN "дом" ; + hunt_V2 = dirV2 (regV imperfective second "охоч" "у" "охотил" "охоть" "охотить" ) ; + husband_N = mkN "муж" "мужа" "мужу" "мужа" "мужем" "муже" "муже" "мужья" "мужей" "мужьям" "мужей" "мужьями" "мужьях" masculine animate ; + ice_N = mkN "лёд" "льда" "льду" "льда" "льдом" "льде" "льде" "льды" "льдов" "льдам" "льдов" "льдами" "льдах" masculine inanimate ; + important_A = mkA "важный" ; + industry_N = mkN "промышленность" ; + iron_N = mkN "железо" ; + john_PN = mkPN "Иван" Masc Animate ; + jump_V = regV imperfective first "прыга" "ю" "прыгал" "прыгай" "прыгать" ; + kill_V2 = dirV2 (regV imperfective first "убива" "ю" "убивал" "убивай" "убивать" ) ; + king_N = mkN "король" "короля" "королю" "короля" "королем" "короле" "короле" "короли" "королей" "королям" "королей" "королями" "королях" masculine animate ; + knee_N = mkN "колено" "колена" "колену" "колена" "коленом" "колене" "колене" "колени" "колен" "коленам" "колен" "коленями" "коленях" neuter inanimate ; + know_V2= dirV2 (regV imperfective first "зна" "ю" "знал" "знай" "знать" ); + lake_N = mkN "озеро" ; -- gen pl "озёр" + lamp_N = mkN "лампа" ; + language_N = mkN "язык" ; + laugh_V = regV imperfective firstE "сме" "ю" "смеял" "смей" "смеять" ; + leaf_N = mkN "лист" ; -- irregular pl + learn_V2= dirV2 (regV imperfective second "уч" "у" "учил" "учи" "учить" ); + leather_N = mkN "кожа" ; + leave_V2= dirV2 (regV imperfective second "ухож" "у" "уходил" "уходи" "уходить" ); + left_Ord = (uy_j_EndDecl "лев" ) ** {lock_A = <>}; + leg_N = mkN "нога" ; + lie_V = regV imperfective firstE "лг" "у" "лгал" "лги" "лгать" ; + like_V2= dirV2 (regV imperfective second "нрав" "лю" "нравил" "нравь" "нравить" ); + listen_V2= dirV2 (regV imperfective first "слуша" "ю" "слушал" "слушай" "слушать" ); + live_V= regV imperfective firstE "жив" "у" "жил" "живи" "жить" ; + liver_N = mkN "печень" ; + long_A = mkA "длинный" ; + lose_V2 = dirV2 (regV imperfective first "теря" "ю" "терял" "теряй" "терять" ); + louse_N = mkN "вошь" "вши" "вши" "вошь" "вошью" "вше" "вше" "вши" "вшей" "вшам" "вшей" "вшами" "вшах" feminine animate ; + love_N = mkN "любовь" ; -- vowel change + love_V2= dirV2 (regV imperfective second "люб" "лю" "любил" "люби" "любить" ); + man_N = mkN "человек" ; -- null gen pl + married_A2 = mkA2 (mkA "замужем") "за" instructive ; + meat_N = mkN "мясо" ; + milk_N = mkN "молоко" ; + moon_N = mkN "луна" ; + mother_N2 = mkN2 (mkN "мать" "матери" "матери" "мать" "матерью" "матери" "матери" "матери" "матерей" "матерям" "матерей" "матерями" "матерях" feminine animate) ; + mountain_N = mkN "гора" ; + mouth_N = mkN "рот" "рта" "рту" "рот" "ртом" "рте" "рте" "рты" "ртов" "ртам" "рты" "ртами" "ртах" masculine inanimate ; + music_N = mkN "музыка" ; + name_N = mkN "имя" ; + narrow_A = mkA "узкий" "уже" ; + near_A = mkA "близкий" "ближе"; + neck_N = mkN "шея" ; + new_A = mkA "новый" ; + newspaper_N = mkN "газета" ; + night_N = mkN "ночь" ; + nose_N = mkN "нос" ; + now_Adv = mkAdv "сейчас" ; + number_N = mkN "число" ; -- gen pl "чисел" + oil_N = mkN "нефть" ; + old_A = mkA "старый" "старше" ; + open_V2= dirV2 (regV imperfective first "открыва" "ю" "открывал" "открывай" "открывать" ); +--- organise_V2 = dirV2 (regV imperfective foreign "организу" "ю" "организовал" "организуй" "организовать" ); -- +++ MG_UR: added +++ + paint_V2A = dirV2 (regV imperfective first "рису" "ю" "рисовал" "рисуй" "рисовать" ) ; +--- palace_N = nDvorec "двор" ; -- +++ MG_UR: added +++ + paper_N = mkN "бумага" ; + paris_PN = mkPN "Париж" Masc Inanimate ; + peace_N = mkN "мир" ; + pen_N = mkN "ручка" ; + person_N = mkN "лицo" animate ; -- irregular + planet_N = mkN "планета" ; + plastic_N = mkN "пластмасса" ; + play_V = regV imperfective first "игра" "ю" "играл" "играй" "играть" ; + play_V2 = mkV2 (regV imperfective first "игра" "ю" "играл" "играй" "играть" ) "c" instructive; + policeman_N = mkN "милиционер" animate ; + priest_N = mkN "священник" animate; + probable_AS = mkA "возможный" ; + pull_V2 = dirV2 (regV imperfective first "тян" "у" "тянул" "тяни" "тянуть" ) ; + push_V2 = dirV2 (regV imperfective first "толка" "ю" "толкал" "толкай" "толкать" ); + put_V2 = dirV2 (regV imperfective firstE "клад" "у" "клал" "клади" "класть" ); + queen_N = mkN "королева" animate ; + question_N = mkN "вопрос" ; + radio_N = mkIndeclinableNoun "радио" neuter inanimate; + rain_N = mkN "дождь" ; + rain_V0 = idetDozhd verbIdti; -- No such verb in Russian! + read_V2 = dirV2 (regV imperfective first "чита" "ю" "читал" "читай" "читать" ); +-- ready_A = ; + reason_N = mkN "причина"; + red_A = mkA "красный" ; + religion_N = mkN "религия" ; + restaurant_N = mkN "ресторан" ; + right_Ord = (uy_j_EndDecl "прав") ** {lock_A = <>} ; + river_N = mkN "рекa" ; + road_N = mkN "дорогa" ; + rock_N = mkN "камень" ; + roof_N = mkN "крыша" ; + root_N = mkN "корень" ; + rope_N = mkN "верёвка" ; + rotten_A = mkA "гнилой"; + round_A = mkA "круглый"; + rub_V2 = dirV2 (regV imperfective firstE "тр" "у" "тёр" "три" "тереть" ); + rubber_N = mkN "резина" ; + rule_N = mkN "правило" ; + run_V = regV imperfective first "бега" "ю" "бегал" "бегай" "бегать" ; + salt_N = mkN "соль" ; + sand_N = mkN "песок" "песка" "песку" "песок" "песком" "песке" "песке" "пески" "песков" "пескам" "песков" "песками" "песках" masculine inanimate ; + say_VS = regV imperfective second "говор" "ю" "говорил" "говори" "говорить" ; + school_N = mkN "школа" ; + science_N = mkN "наука" ; + scratch_V2 = dirV2 (regV imperfective first "чеш" "у" "чесал" "чеши" "чесать" ) ; + sea_N = mkN "море" ; + see_V2 = dirV2 (regV imperfective second "ви" "жу" "видел" "видь" "видеть" ); + seed_N = mkN "семя"; + seek_V2 = dirV2 (regV imperfective first "ищ" "у" "искал" "ищи" "искать" ); + sell_V3 = tvDirDir (regV imperfective firstE "прода" "ю" "продавал" "продавай" "продавать" ); + send_V3 = tvDirDir (regV imperfective first "посыла" "ю" "посылал" "посылай" "посылать" ); + sew_V = regV imperfective firstE "шь" "ю" "шил" "шей" "шить" ; + sharp_A = mkA "острый"; + sheep_N = mkN "овца" animate ; + ship_N = mkN "корабль" ; + shirt_N = mkN "рубашка" ; + shoe_N = mkN "туфля" "туфли" "туфле" "туфлю" "туфлей" "туфле" "туфле" "туфли" "туфель" "туфлям" "туфли" "туфлями" "туфлях" masculine inanimate ; + shop_N = mkN "магазин" ; + short_A = mkA "короткий" "короче" ; + silver_N = mkN "серебро" ; + sing_V = regV imperfective firstE "по" "ю" "пел" "пой" "петь" ; + sister_N = mkN "сестра" animate ; + sit_V = mkV imperfective "сижу" "сидишь" "сидит" "сидим" "сидите" "сидят" "сидел" "сиди" "сидеть" ; + skin_N = mkN "кожа" ; + sky_N = mkN "небо" "неба" "небу" "небо" "небом" "небе" "небе" "небеса" "небес" "небесам" "небес" "небесами" "небесах" neuter inanimate ; + sleep_V = regV imperfective second "сп" "лю" "спал" "спи" "спать" ; + small_A = mkA "маленький" "меньше" ; + smell_V = regV imperfective first "пахн" "у" "пахнул" "пахни" "пахнуть" ; + smoke_N = mkN "дым" ; + smooth_A = mkA "гладкий" "глаже"; + snake_N = mkN "змея" animate ; + snow_N = mkN "снег" ; + sock_N = mkN "носок" ; + song_N = mkN "песня" ; + speak_V2 = mkV2 (regV imperfective secondA "говор" "ю" "говорил" "говори" "говорить") + "на" prepositional ; + spit_V = regV imperfective firstE "плю" "ю" "плевал" "плюй" "плевать" ; + split_V2 = dirV2 (regV imperfective first "разбива" "ю" "разбивал" "разбей" "разбивать" ) ; + squeeze_V2 = dirV2 (regV imperfective first "сжима" "ю" "сжимал" "сжимай" "сжимать" ) ; + stab_V2 = dirV2 (regV imperfective first "кол" "ю" "колол" "коли" "колоть" ) ; + stand_V = regV imperfective second "сто" "ю" "стоял" "стой" "стоять" ; + star_N = mkN "звезда" ; + steel_N = mkN "сталь" ; + stick_N = mkN "палка" ; + stone_N = mkN "камень" ; + stop_V = regV imperfective first "останавлива" "ю" "останавливал" "останавливай" "останавливать"; + stove_N = mkN "печь" ; + straight_A = mkA "прямой" ; + student_N = mkN "студент" animate ; + stupid_A = mkA "тупой" "тупее" ; + suck_V2 = dirV2 (regV imperfective firstE "сос" "у" "сосал" "соси" "сосать") ; + sun_N = mkN "солнце" "солнца" "солнцу" "солнце" "солнцем" "солнце" "солнце" "солнца" "солнц" "солнцам" "солнца" "солнцами" "солнцах" neuter inanimate ; + swell_V = regV imperfective first "опуха" "ю" "опухал" "опухай" "опухать" ; + swim_V = regV imperfective first "плава" "ю" "плавал" "плавай" "плавать" ; + switch8off_V2 = dirV2 (regV imperfective first "выключа" "ю" "выключал" "выключай" "выключать") ; + switch8on_V2 = dirV2 (regV imperfective first "включа" "ю" "включал" "включай" "включать") ; + table_N = mkN "стол" ; + tail_N = mkN "хвост" ; + talk_V3 = mkV3 (regV imperfective second "говор" "ю" "говорил" "говори" "говорить" ) "с" "о" instructive prepositional; + teach_V2 = dirV2 (regV imperfective second "уч" "у" "учил" "учи" "учить" ); + teacher_N = mkN "учитель" animate ; + television_N = mkN "телевидение" ; -- FIXME: televizor? + thick_A = mkA "толстый" "толще" ; + thin_A = mkA "тонкий" "тоньше" ; + think_V = regV imperfective first "дума" "ю" "думал" "думай" "думать" ; + throw_V2 = dirV2 (regV imperfective first "броса" "ю" "бросал" "бросай" "бросать" ) ; + tie_V2 = dirV2 (regV imperfective first "вяж" "у" "вязал" "вяжи" "вязать") ; +-- today_Adv = ; + tongue_N = mkN "язык" ; + tooth_N = mkN "зуб" ; + train_N = mkN "поезд" ; + travel_V = regV imperfective first "путешеству" "ю" "путешествовал" "путешествуй" "путешествовать" ; + tree_N = mkN "дерево" ; -- irregular + turn_V = regV imperfective first "поворачива" "ю" "поворачивал" "поворачивай" "поворачивать" ; + ugly_A = mkA "некрасивый" ; +-- uncertain_A = ; + understand_V2 = dirV2 (regV imperfective first "понима" "ю" "понимал" "понимай" "понимать" ); + university_N = mkN "университет" ; + village_N = mkN "деревня" ; + vomit_V = regV imperfective firstE "рв" "у" "рвал" "рви" "рвать" ; + wait_V2 = dirV2 (regV imperfective firstE "жд" "у" "ждал" "жди" "ждать" ); + walk_V = regV imperfective first "гуля" "ю" "гулял" "гуляй" "гулять" ; +--- want_V2 = dirV2 (regV imperfective mixed "хо" "чу" "хотел" "хоти" "хотеть" ); + war_N = mkN "война" ; + warm_A = mkA "тёплый" ; + wash_V2 = dirV2 (regV imperfective first "мо" "ю" "мыл" "мой" "мыть" ) ; + watch_V2 = dirV2 (regV imperfective second "смотр" "ю" "смотрел" "смотри" "смотреть" ); + water_N = mkN "вода" ; + wet_A = mkA "мокрый" ; + white_A = mkA "белый" ; + wide_A = mkA "широкий" "шире"; + wife_N = mkN "жена" animate ; + win_V2 = dirV2 (regV imperfective first "выигрыва" "ю" "выигрывал" "выигрывай" "выигрывать" ); + wind_N = mkN "ветер" "ветра" "ветру" "ветер" "ветром" "ветра" "ветра" "ветров" "ветра" "ветрам" "ветров" "ветрами" "ветрах" masculine inanimate ; + window_N = mkN "окно" ; -- "окон" + wine_N = mkN "вино" ; + wing_N = mkN "крыло" ; -- pl крылья крыльев etc + wipe_V2 = dirV2 (regV imperfective first "вытира" "ю" "вытирал" "вытирай" "вытирать" ); + woman_N = mkN "женщина" ; + wonder_VQ = regV imperfective first "интересу" "ю" "интересовал" "интересуй" "интересовать"; + wood_N = mkN "дерево" ; + worm_N = mkN "черв" ; + write_V2 = dirV2 (regV imperfective first "пиш" "у" "писал" "пиши" "писать" ); + year_N = mkN "годь" ; + yellow_A = mkA "жёлтый" ; + young_A = mkA "молодой" "моложе"; +} diff --git a/deprecated/old-lib/resource/russian/MorphoRus.gf b/deprecated/old-lib/resource/russian/MorphoRus.gf new file mode 100644 index 000000000..15a497dd1 --- /dev/null +++ b/deprecated/old-lib/resource/russian/MorphoRus.gf @@ -0,0 +1,1315 @@ +--# -path=.:../../prelude:../common + +--1 A Simple Russian Resource Morphology + +-- Aarne Ranta, Janna Khegai 2006 + +-- This resource morphology contains definitions of the lexical entries +-- needed in the resource syntax. +-- It moreover contains copies of the most usual inflectional patterns. + +-- We use the parameter types and word classes defined for morphology. + +resource MorphoRus = ResRus ** open Prelude in { + +flags coding=utf8 ; + +----2 Personal (together with possesive) pronouns. + +oper pronYa : Pronoun = + let nonPoss = { s = table { Nom => "я" ; + Gen => "меня" ; + Dat => "мне" ; + Acc => "меня" ; + Inst => "мной" ; + Prepos _ => "мне" } } + in pronYaTu nonPoss "мо" P1 ; + +oper pronTu : Pronoun = + let nonPoss = { s = table { Nom => "ты" ; + Gen => "тебя" ; + Dat => "тебе" ; + Acc => "тебя" ; + Inst => "тобой" ; + Prepos _ => "тебе" } } + in pronYaTu nonPoss "тво" P2 ; + +-- Pronouns ya, tu, svoj +oper pronYaTu : { s : Case => Str } -> Str -> Person -> Pronoun = + \nonPoss, mo, pers -> + { s = table { + PF c _ NonPoss => nonPoss.s!c ; + PF c _ (Poss gn) => case of { + => mo + "ё" ; + => mo + "й" ; + => mo + "его" ; + => mo + "ему" ; + => mo + "его" ; + => mo + "им" ; + => mo + "ём" ; + + => mo + "я" ; + => mo + "ей" ; + => mo + "ей" ; + => mo + "ю" ; + => mo + "ей" ; + => mo + "ей" ; + + => mo + "и" ; + => mo + "их" ; + => mo + "им" ; + => mo + "их" ; + => mo + "им" ; + => mo + "их" + + } + } ; + g = PNoGen ; n = Sg ; p = pers ; pron = True + } ; + +oper pronNAfterPrep : Pronoun -> Pronoun = \p -> + { s = table { + PF c Yes NonPoss => case p.s!(PF c No NonPoss) of { + x@(("е"|"ё"|"и")+_) => "н"+x; + x => x }; + pf => p.s!pf }; + g = p.g ; n = p.n ; p = p.p ; pron = p.pron + } ; + +oper pronOn : Pronoun = pronNAfterPrep + { s = table { + PF _ _ (Poss _) => "его" ; + PF Nom _ _ => "он" ; + PF (Gen|Acc) _ _ => "его" ; + PF Dat _ _ => "ему" ; + PF Inst _ _ => "им" ; + PF (Prepos _) _ _ => "ём" + } ; + g = PGen Masc ; n = Sg ; p = P3 ; pron = True + } ; + +oper pronOna : Pronoun = pronNAfterPrep + { s = table { + PF _ _ (Poss _ ) => "её" ; + PF Nom _ NonPoss => "она" ; + PF (Gen|Acc) _ _ => "её" ; + PF (Dat|Inst|Prepos _) _ _ => "ей" + } ; + g = PGen Fem ; n = Sg ; p = P3 ; pron = True + } ; + +oper pronOno: Pronoun = + { s = table { + PF Nom _ NonPoss => "оно" ; + pf => pronOn.s!pf + } ; + g = PGen Neut ; n = Sg ; p = P3 ; pron = True + } ; + +oper pronMuVu : Str -> Str -> Person -> Pronoun = + \mu,na,pers -> + { s = table { + PF Nom _ NonPoss => mu ; + PF Gen _ NonPoss => na + "с" ; + PF Dat _ NonPoss => na + "м" ; + PF Acc _ NonPoss => na + "с" ; + PF Inst _ NonPoss => na + "ми" ; + PF (Prepos _) _ NonPoss => na + "с" ; + + PF Nom _ (Poss (ASg Masc)) => na + "ш" ; + PF Nom _ (Poss (ASg Neut)) => na + "ше" ; + PF Gen _ (Poss (ASg (Masc | Neut))) => na + "шего" ; + PF Dat _ (Poss (ASg (Masc | Neut))) => na + "шему" ; + PF Acc _ (Poss (ASg (Masc | Neut))) => na + "шего" ; + PF Inst _ (Poss (ASg (Masc | Neut))) => na + "шим" ; + PF (Prepos _) _ (Poss (ASg (Masc | Neut))) => na + "шем" ; + + PF Nom _ (Poss (ASg Fem)) => na + "ша" ; + PF Gen _ (Poss (ASg Fem)) => na + "шей" ; + PF Dat _ (Poss (ASg Fem)) => na + "шей" ; + PF Acc _ (Poss (ASg Fem)) => na + "шу" ; + PF Inst _ (Poss (ASg Fem)) => na + "шею" ; + PF (Prepos _) _ (Poss (ASg Fem)) => na + "шей" ; + + PF Nom _ (Poss APl) => na + "ши" ; + PF Gen _ (Poss APl) => na + "ших" ; + PF Dat _ (Poss APl) => na + "шим" ; + PF Acc _ (Poss APl) => na + "ших" ; + PF Inst _ (Poss APl) => na + "шими" ; + PF (Prepos _) _ (Poss APl) => na + "ших" + }; + g = PNoGen ; n = Pl ; p = pers ; pron = True + } ; + +oper pronMu: Pronoun = pronMuVu "мы" "на" P1; + +oper pronVu: Pronoun = pronMuVu "вы" "ва" P2; + +oper pronOni: Pronoun = pronNAfterPrep + { s = table { + PF _ _ (Poss _) => "их" ; + PF Nom _ _ => "они" ; + PF Dat _ _ => "им" ; + PF (Gen|Acc|Prepos _) _ _ => "их" ; + PF Inst _ _ => "ими" + } ; + g = PNoGen ; n = Pl ; p = P3 ; pron = True + } ; + +oper pronKto: Pronoun = + { s = table { + PF Nom _ _ => "кто" ; + PF Gen _ _ => "кого" ; + PF Dat _ _ => "кому" ; + PF Acc _ _ => "кого" ; + PF Inst _ _ => "кем" ; + PF (Prepos _) _ _ => "ком" + } ; + g = PGen Masc; + n = Sg ; + p = P3 ; + pron = False + } ; + +oper pronChto: Pronoun = + { s = table { + PF Nom _ _ => "что" ; + PF Gen _ _ => "чего" ; + PF Dat _ _ => "чему" ; + PF Acc _ _ => "что" ; + PF Inst _ _ => "чем" ; + PF (Prepos _) _ _ => "чём" + } ; + g = PGen Masc; + n = Sg ; + p = P3 ; + pron = False + } ; + +oper pron_add_to : Pronoun -> Pronoun = \p -> + { s = \\pf => (p.s!pf) + "-то" ; + g = p.g ; + n = p.n ; + p = p.p ; + pron = p.pron + } ; + +oper pronKtoTo : Pronoun = pron_add_to pronKto ; + +oper pronChtoTo: Pronoun = pron_add_to pronChto ; + +oper pronEti: Pronoun = + { s = table { + PF Nom _ _ => "эти" ; + PF Gen _ _ => "этих" ; + PF Dat _ _ => "этим" ; + PF Acc _ _ => "этих" ; + PF Inst _ _ => "этими" ; + PF (Prepos _) _ _ => "этих" + } ; + n = Pl; + p = P3; + g= PGen Fem ; + anim = Animate ; + pron = False + } ; + +oper pronTe: Pronoun = + { s = table { + PF Nom _ _ => "те" ; + PF Gen _ _ => "тех" ; + PF Dat _ _ => "тем" ; + PF Acc _ _ => "тех" ; + PF Inst _ _ => "теми" ; + PF (Prepos _) _ _ => "тех" + } ; + n = Pl; + p = P3; + g=PGen Fem ; + anim = Animate ; + pron = False + } ; + + +--oper pronNikto: Pronoun = +-- { s = table { +-- PF Nom _ _ => "никто" ; +-- PF Gen _ _ => "никого" ; +-- PF Dat _ _ => "никому" ; +-- PF Acc _ _ => "никого" ; +-- PF Inst _ _ => "никем" ; +-- PF (Prepos _) _ _ => ["ни о ком"] -- only together with a preposition; +-- } ; +-- g = PGen Masc; +-- n = Sg ; +-- p = P3 ; +-- pron = False +-- } ; +-- +--oper pronNichto: Pronoun = +-- { s = table { +-- PF Nom _ _ => "ничто" ; +-- PF Gen _ _ => "ничего" ; +-- PF Dat _ _ => "ничему" ; +-- PF Acc _ _ => "ничего" ; +-- PF Inst _ _ => "ничем" ; +-- PF (Prepos _) _ _ => ["ни о чём"] -- only together with preposition; +-- } ; +-- g = PGen Masc; +-- n = Sg ; +-- p = P3 ; +-- pron = False +-- } ; +-- + +oper pronVseInanimate: Pronoun = + { s = table { + PF Nom _ _ => "всё" ; + PF Gen _ _ => "всего" ; + PF Dat _ _ => "всему" ; + PF Acc _ _ => "всё" ; + PF Inst _ _ => "всем" ; + PF (Prepos _) _ _ => "всём" + } ; + g = PGen Neut; + n = Sg ; + p = P3 ; + pron = False + } ; + + + +----2 Nouns +-- +---- Help type SubstFormDecl is introduced to reduce repetition in +---- the declination definitions. It allows us to define a declination type, +---- namely, the String component "s" of the CommNoun type +---- without any reference to the Gender parameter "g". +-- + +{- + +Paradigms: +1. hard regular + Masc -Consonant + Neut -o + Fem -a +1*. with vowel changes, Masc in Gen Sg, Fem and Neut in Gen Pl +2. soft regular: + Masc -ь + Neut -е + Fem -я +2*. with vowel changes, Masc in Gen Sg, Fem in Gen Pl (no Neut) +3. stem ending in г, к, х + - Masc, Fem same as 1 but use и instead of ы (Nom/Acc Pl, Gen Sg) + - Neut -кo has Nom Pl -ки instead of -кa +3* with vowel changes, Masc in Gen Sg, Fem and Neut in Gen Pl +4. stem ending in ш, ж, ч, щ, hard endings, + use и instead of ы, and use е instead of unstressed o +5. stem ending in ц, hard endings, use е instead of unstressed o +5*. with vowel changes, Masc in Gen Sg, Fem and Neut in Gen Pl +6. Masc ending in -й, Fem stem ending in vowel, Neut ending in ь? +6* with vowel changes +7. stem ending in и +8. F2, Fem ending in -ь + all -чь, -щь, -шь, -жь + all -пь, -энь, -мь, -фь, + most -дь, -ть, -сть, -сь, -вь, -бь, +8*. with vowel changes in Ins Sg, Gen Sg +9. Neut ending in -мя +10. Masc in -oнoк +11. Masc in -aнин +12. Nom Pl in -ья + +-} + + + oper iAfter : Str -> Str = \stem -> + case stem of { + _ + ("г"|"к"|"х") => "и" ; + _ + ("ш"|"ж"|"ч"|"щ") => "и" ; + _ => "ы" + }; + + oper oAfter : Str -> Str = \stem -> + case stem of { + _ + ("ш"|"ж"|"ч"|"щ") => "е" ; + _ + "ц" => "е" ; + _ => "о" + }; + + -- 1. Hard regular masculine inanimate, e.g. spor. + -- 3. stem ending in г, к, х + -- 4. stem ending in ш, ж, ч, щ + -- 5. stem ending in ц + oper nRegHardMasc : Str ->CommNoun= \stem -> + let i = iAfter stem in + let o = oAfter stem in + { s = table { + SF Sg Nom => stem ; + SF Sg Gen => stem+"а" ; + SF Sg Dat => stem+"у" ; + SF Sg Acc => stem ; + SF Sg Inst => stem+o+"м" ; + SF Sg (Prepos _) => stem+"е" ; + SF Pl Nom => stem+i ; + SF Pl Gen => stem+case stem of { _+("ш"|"ж"|"ч"|"щ") => "ей"; _ => "ов" } ; + SF Pl Dat => stem+"ам" ; + SF Pl Acc => stem+i ; + SF Pl Inst => stem+"ами" ; + SF Pl (Prepos _) => stem+"ах" }; + g = Masc; anim = Inanimate }; + + -- 1. Hard regular neuter inanimate, e.g. pravilo. + -- 3. stem ending in г, к, х + -- 4. stem ending in ш, ж, ч, щ + -- 5. stem ending in ц + oper nRegHardNeut : Str ->CommNoun= \stem -> + let o = oAfter stem in + { s = table { + SF Sg Nom => stem+o ; + SF Sg Gen => stem+"а" ; + SF Sg Dat => stem+"у" ; + SF Sg Acc => stem+o ; + SF Sg Inst => stem+o+"м" ; + SF Sg (Prepos _) => stem+"е" ; + SF Pl Nom => stem+case stem of { _+"к" => "и" ; _ => "а" } ; + SF Pl Gen => stem ; + SF Pl Dat => stem+"ам" ; + SF Pl Acc => stem+"а" ; + SF Pl Inst => stem+"ами" ; + SF Pl (Prepos _) => stem+"ах" }; + g = Neut; anim = Inanimate }; + + -- 1. Hard regular feminine inanimate, e.g. karta. + -- 3. stem ending in г, к, х + -- 4. stem ending in ш, ж, ч, щ + -- 5. stem ending in ц + oper nRegHardFem : Str ->CommNoun= \stem -> + let i = iAfter stem in + let o = oAfter stem in + { s = table { + SF Sg Nom => stem+"а" ; + SF Sg Gen => stem+i ; + SF Sg Dat => stem+"е" ; + SF Sg Acc => stem+"у" ; + SF Sg Inst => stem+o+"й" ; + SF Sg (Prepos _) => stem+"е" ; + SF Pl Nom => stem+i ; + SF Pl Gen => stem ; + SF Pl Dat => stem+"ам" ; + SF Pl Acc => stem+i ; + SF Pl Inst => stem+"ами" ; + SF Pl (Prepos _) => stem+"ах" }; + g = Fem; anim = Inanimate }; + + -- 2. Soft regular masculine inanimate, e.g. vichr' + oper nRegSoftMasc : Str ->CommNoun= \stem -> + { s = table { + SF Sg Nom => stem+"ь"; + SF Sg Gen => stem+"я" ; + SF Sg Dat => stem+"ю" ; + SF Sg Acc => stem+"ь" ; + SF Sg Inst => stem+"ем" ; + SF Sg (Prepos _) => stem+"е" ; + SF Pl Nom => stem+"и" ; + SF Pl Gen => stem+"ей" ; + SF Pl Dat => stem+"ям" ; + SF Pl Acc => stem+"и" ; + SF Pl Inst => stem+"ями" ; + SF Pl (Prepos _) => stem+"ях" }; + g = Masc; anim = Inanimate }; + + -- 2. Soft regular neuter inanimate, e.g. more + oper nRegSoftNeut : Str ->CommNoun= \stem -> + { s = table { + SF Sg Nom => stem+"е"; + SF Sg Gen => stem+"я" ; + SF Sg Dat => stem+"ю" ; + SF Sg Acc => stem+"е" ; + SF Sg Inst => stem+"ем" ; + SF Sg (Prepos _) => stem+"е" ; + SF Pl Nom => stem+"я" ; + SF Pl Gen => stem+"ей" ; + SF Pl Dat => stem+"ям" ; + SF Pl Acc => stem+"я" ; + SF Pl Inst => stem+"ями" ; + SF Pl (Prepos _) => stem+"ях" }; + g = Neut; anim = Inanimate }; + + -- 2. Soft regular feminine inanimate, e.g. burya + oper nRegSoftFem : Str ->CommNoun= \stem -> + { s = table { + SF Sg Nom => stem+"я"; + SF Sg Gen => stem+"и" ; + SF Sg Dat => stem+"е" ; + SF Sg Acc => stem+"ю" ; + SF Sg Inst => stem+"ей" ; + SF Sg (Prepos _) => stem+"е" ; + SF Pl Nom => stem+"и" ; + SF Pl Gen => stem+"ь" ; + SF Pl Dat => stem+"ям" ; + SF Pl Acc => stem+"и" ; + SF Pl Inst => stem+"ями" ; + SF Pl (Prepos _) => stem+"ях" }; + g = Fem; anim = Inanimate }; + + -- 6. Masc ending in -Vй (V = vowel) + oper nDecl6Masc : Str ->CommNoun= \stem -> + let n = nRegSoftMasc stem in + { s = table { + SF Sg (Nom|Acc) => stem+"й"; + SF Pl Gen => stem+"ев" ; + sf => n.s!sf }; + g = n.g; anim = n.anim }; + + -- 6. Neut ending in -Ve (V = vowel) (not adjectives) + oper nDecl6Neut : Str ->CommNoun= \stem -> + let n = nRegSoftNeut stem in + { s = table { + SF Pl Gen => stem+"й" ; + sf => n.s!sf }; + g = n.g; anim = n.anim }; + + -- 6. Fem ending in -Vя (V = vowel) + oper nDecl6Fem : Str ->CommNoun= \stem -> + let n = nRegSoftFem stem in + { s = table { + SF Pl Gen => stem+"й" ; + sf => n.s!sf }; + g = n.g; anim = n.anim }; + + -- 7. stem ending in и + oper nDecl7Masc : Str ->CommNoun= \stem -> + let n = nDecl6Masc stem in + { s = table { + SF Sg (Prepos _) => stem+"и" ; + sf => n.s!sf }; + g = n.g; anim = n.anim }; + + -- 7. stem ending in и + oper nDecl7Neut : Str ->CommNoun= \stem -> + let n = nDecl6Neut stem in + { s = table { + SF Sg (Prepos _) => stem+"и" ; + sf => n.s!sf }; + g = n.g; anim = n.anim }; + + -- 7. stem ending in и + oper nDecl7Fem : Str ->CommNoun= \stem -> + let n = nDecl6Fem stem in + { s = table { + SF Sg (Dat|Prepos _) => stem+"и" ; + sf => n.s!sf }; + g = n.g; anim = n.anim }; + + + -- 8. Feminine ending in soft consonant + oper nDecl8 : Str ->CommNoun= \stem -> + let a : Str = case stem of { _+("ч"|"щ"|"ш"|"ж") => "а"; _ => "я" } in + { s = table { + SF Sg Nom => stem+"ь"; + SF Sg Gen => stem+"и" ; + SF Sg Dat => stem+"и" ; + SF Sg Acc => stem+"ь" ; + SF Sg Inst => stem+"ью" ; + SF Sg (Prepos _) => stem+"и" ; + SF Pl Nom => stem+"и" ; + SF Pl Gen => stem+"ей" ; + SF Pl Dat => stem+a+"м" ; + SF Pl Acc => stem+"и" ; + SF Pl Inst => stem+a+"ми" ; + SF Pl (Prepos _) => stem+a+"х" }; + g = Fem; anim = Inanimate }; + + -- 9. Neut ending in -мя + oper nDecl9 : Str ->CommNoun= \stem -> + { s = table { + SF Sg Nom => stem+"мя"; + SF Sg Gen => stem+"мени" ; + SF Sg Dat => stem+"мени" ; + SF Sg Acc => stem+"мя" ; + SF Sg Inst => stem+"менем" ; + SF Sg (Prepos _) => stem+"мени" ; + SF Pl Nom => stem+"мена" ; + SF Pl Gen => stem+"мён" ; + SF Pl Dat => stem+"менам" ; + SF Pl Acc => stem+"мена" ; + SF Pl Inst => stem+"менами" ; + SF Pl (Prepos _) => stem+"менах" }; + g = Fem; anim = Inanimate }; + + -- 10. Masc in -oнoк + oper nDecl10Hard : Str -> CommNoun = \stem -> + nAnimate (nSplitSgPl (nRegHardMasc (stem+"онок")) -- FIXME: vowel change in sg + (nRegHardNeut (stem+"ат"))) ; + + -- 10. Masc in -ёнoк + oper nDecl10Soft : Str -> CommNoun = \stem -> + nAnimate (nSplitSgPl (nRegHardMasc (stem+"ёнок")) -- FIXME: vowel change in sg + (nRegHardNeut (stem+"ят"))) ; + + oper nSplitSgPl : CommNoun -> CommNoun -> CommNoun = \x, y -> + {s = table { + SF Sg c => x.s!(SF Sg c) ; + SF Pl c => y.s!(SF Pl c) + } ; + g = x.g ; anim = y.anim + } ; + + -- Nouns inflected as adjectives. + oper nAdj : Adjective -> Gender ->CommNoun= \a,g -> + { s = table { + SF Sg c => a.s!AF c Inanimate (ASg g) ; + SF Pl c => a.s!AF c Inanimate APl }; + g = g; anim = Inanimate } ; + +-- Makes a noun animate. + oper nAnimate : CommNoun -> CommNoun = \n -> + { s = table { + SF Sg Acc => case n.g of { + Masc => n.s!(SF Sg Gen); + _ => n.s!(SF Sg Acc) + }; + SF Pl Acc => n.s!(SF Pl Gen); + sf => n.s!sf } ; + g = n.g ; + anim = Animate + } ; + +oper + CommNoun = {s : SubstForm => Str ; g : Gender ; anim : Animacy } ; + SubstFormDecl = SS1 SubstForm ; + +oper nullEndInAnimateDeclStul: Str -> CommNoun = \brat -> + {s = table + { SF Sg Nom => brat ; + SF Sg Gen => brat+"а" ; + SF Sg Dat => brat+"у" ; + SF Sg Acc => brat +"а"; + SF Sg Inst => brat+"ом" ; + SF Sg (Prepos _) => brat+"е" ; + SF Pl Nom => brat+"ья" ; + SF Pl Gen => brat+"ьев" ; + SF Pl Dat => brat+"ьям" ; + SF Pl Acc => brat +"ьев"; + SF Pl Inst => brat+"ьями" ; + SF Pl (Prepos _) => brat+"ьяах" + } ; + g = Masc ; anim = Inanimate + } ; + +oper nullEndAnimateDeclBrat: Str -> CommNoun = \brat -> + {s = table + { SF Sg Nom => brat ; + SF Sg Gen => brat+"а" ; + SF Sg Dat => brat+"у" ; + SF Sg Acc => brat +"а"; + SF Sg Inst => brat+"ом" ; + SF Sg (Prepos _) => brat+"е" ; + SF Pl Nom => brat+"ья" ; + SF Pl Gen => brat+"ьев" ; + SF Pl Dat => brat+"ьям" ; + SF Pl Acc => brat +"ьев"; + SF Pl Inst => brat+"ьями" ; + SF Pl (Prepos _) => brat+"ьяах" + } ; + g = Masc ; anim = Animate + } ; + +oper irregPl_StemInAnimateDecl: Str -> CommNoun = \derev -> + { s = table + { SF Sg Nom => derev+"о" ; + SF Sg Gen => derev+"а" ; + SF Sg Dat => derev+"у" ; + SF Sg Acc => derev +"о"; + SF Sg Inst => derev+"ом" ; + SF Sg (Prepos _) => derev+"е" ; + SF Pl Nom => derev+"ья" ; + SF Pl Gen => derev+"ьев" ; + SF Pl Dat => derev+"ьям" ; + SF Pl Acc => derev +"ья" ; + SF Pl Inst => derev+"ьями" ; + SF Pl (Prepos _) => derev+"ьяах" + } ; + g = Masc ; anim = Inanimate + } ; + +oper kg_oEnd_SgDecl: Str -> CommNoun = \mnog -> +{ s = table { + SF _ Nom => mnog+"о" ; + SF _ Gen => mnog +"их"; + SF _ Dat => mnog+"им" ; + SF _ Acc => mnog+"о" ; + SF _ Inst => mnog+"ими" ; + SF _ (Prepos _) => mnog+"их" + } ; + g = Neut ; anim = Inanimate +} ; + +oper oEnd_PlDecl: Str -> CommNoun = \menshinstv -> + { s = table { + SF _ Nom => menshinstv+"а" ; + SF _ Gen => menshinstv; + SF _ Dat => menshinstv+"ам" ; + SF _ Acc => menshinstv+"ва" ; + SF _ Inst => menshinstv+"ами" ; + SF _ (Prepos _) => menshinstv+"вах" + } ; + g = Neut ; anim = Inanimate +} ; + +oper oEnd_SgDecl: Str -> CommNoun = \bolshinstv -> + {s = table { + SF _ Nom => bolshinstv+"о" ; + SF _ Gen => bolshinstv+"а" ; + SF _ Dat => bolshinstv+"у" ; + SF _ Acc => bolshinstv+"о" ; + SF _ Inst => bolshinstv+"ом" ; + SF _ (Prepos _) => bolshinstv+"е" + } ; + g = Neut ; anim = Inanimate +} ; + +-- Note: Now we consider only the plural form of the pronoun "все" (all) +-- treated as an adjective (see AllDetPl definition). +-- The meaning "entire" is not considered, which allows us to form +-- the pronoun-adjective from the substantive form below: + +oper eEnd_Decl: Str -> CommNoun = \vs -> +{ s = table { + SF Sg Nom => vs+"е" ; + SF Sg Gen => vs+"ех" ; + SF Sg Dat => vs+"ем" ; + SF Sg Acc => vs+"ех" ; + SF Sg Inst => vs+"еми" ; + SF Sg (Prepos _) => vs+"ех" ; + SF Pl Nom => vs+"е" ; + SF Pl Gen => vs +"ех"; + SF Pl Dat => vs+"ем" ; + SF Pl Acc => vs+ "ех" ; + SF Pl Inst => vs+"еми" ; + SF Pl (Prepos _) => vs+"ех" + } ; + g = Neut ; anim = Inanimate +} ; + + +----2 Adjectives +-- +---- Type Adjective only has positive degree while AdjDegr type +---- includes also comparative and superlative forms. +-- + kazhdujDet: Adjective = aRegHardStemStress "кажд" ; + samuj : Adjective = aRegHardStemStress "сам" ; + +-- lubojDet: Adjective = uy_oj_EndDecl "люб" ; +-- drugojDet: Adjective = uy_oj_EndDecl "друг" ; +-- glaznoj: Adjective = uy_oj_EndDecl "глазн" ; + kotorujDet: Adjective = aRegHardStemStress "котор"; + nekotorujDet: Adjective = aRegHardStemStress "некотор"; + takoj: Adjective = aRegHardEndStress "так"; +-- kakojNibudDet: Adjective = i_oj_EndDecl "как" "-нибудь"; +-- kakojDet: Adjective = i_oj_EndDecl "как" []; +-- nikakojDet: Adjective = i_oj_EndDecl "никак" []; + bolshinstvoSgDet: Adjective = extAdjFromSubst (nRegHardNeut "большинств"); + mnogoSgDet: Adjective = extAdjFromSubst (nRegHardNeut "мног"); + nemnogoSgDet: Adjective = extAdjFromSubst (nRegHardNeut "немног"); + skolkoSgDet: Adjective = extAdjFromSubst (nRegHardNeut "скольк"); + +-- bolshinstvoPlDet: Adjective = extAdjFromSubst (oEnd_PlDecl "большинств"); + + + + oper aRegHardStemStress : Str -> Adjective = \stem -> aRegHard stem False ; + + oper aRegHardEndStress : Str -> Adjective = \stem -> aRegHard stem True; + + -- 1. regular hard adjective + -- 3. stem ending with г, к, х + -- 4. stem ending with ш, ж, ч, щ + -- 5. stem ending with ц + oper aRegHard : Str -> Bool -> Adjective = \stem, endStress -> + let i = iAfter stem in + let o = case endStress of { + True => "о" ; + False => oAfter stem } in + { s = table { + AF Nom _ (ASg Masc) => stem + case endStress of { + True => "ой"; + False => iAfter stem + "й" } ; + AF Nom _ (ASg Neut) => stem + o+"е"; + AF Gen _ (ASg (Masc|Neut)) => stem + o+"го"; + AF Dat _ (ASg (Masc|Neut)) => stem + o+"му"; + AF Acc Inanimate (ASg Masc) => stem + i+"й"; + AF Acc Animate (ASg Masc) => stem + o+"го"; + AF Acc _ (ASg Neut) => stem + o+"е"; + AF Inst _ (ASg (Masc|Neut)) => stem + i+"м"; + AF (Prepos _) _ (ASg (Masc|Neut)) => stem + o+"м"; + + AF Nom _ (ASg Fem) => stem + "ая"; + AF Acc _ (ASg Fem) => stem + "ую"; + AF _ _ (ASg Fem) => stem + o+"й"; + + AF Nom _ APl => stem + i+"е"; + AF Acc Inanimate APl => stem + i+"е"; + AF Acc Animate APl => stem + i+"х"; + AF Gen _ APl => stem + i+"х"; + AF Inst _ APl => stem + i+"ми"; + AF Dat _ APl => stem + i+"м"; + AF (Prepos _) _ APl => stem + i+"х"; + + AFShort (ASg Masc) => stem; + AFShort (ASg Fem) => stem + "а"; + AFShort (ASg Neut) => stem + o ; + AFShort APl => stem + i; + + AdvF => stem + o + } } ; + + oper aRegSoft : Str -> Adjective = \stem -> + { s = table { + AF Nom _ (ASg Masc) => stem + "ий" ; + AF Nom _ (ASg Neut) => stem + "ее"; + AF Gen _ (ASg (Masc|Neut)) => stem + "его"; + AF Dat _ (ASg (Masc|Neut)) => stem + "ему"; + AF Acc Inanimate (ASg Masc) => stem + "ий"; + AF Acc Animate (ASg Masc) => stem + "его"; + AF Acc _ (ASg Neut) => stem + "ее"; + AF Inst _ (ASg (Masc|Neut)) => stem + "им"; + AF (Prepos _) _ (ASg (Masc|Neut)) => stem + "ем"; + + AF Nom _ (ASg Fem) => stem + "яя"; + AF Acc _ (ASg Fem) => stem + "юю"; + AF _ _ (ASg Fem) => stem + "ей"; + + AF Nom _ APl => stem + "ие"; + AF Acc Inanimate APl => stem + "ие"; + AF Acc Animate APl => stem + "их"; + AF Gen _ APl => stem + "их"; + AF Inst _ APl => stem + "ими"; + AF Dat _ APl => stem + "им"; + AF (Prepos _) _ APl => stem + "их"; + + AFShort (ASg Masc) => stem; -- FIXME: add e if stem ends in consonant + n + AFShort (ASg Fem) => stem + "я"; + AFShort (ASg Neut) => stem + "е" ; + AFShort APl => stem + "и" ; + + AdvF => stem + "е" + } } ; + + + + + vseDetPl: Adjective = extAdjFromSubst (eEnd_Decl "вс") ; + extAdjFromSubst: CommNoun -> Adjective = \ vse -> + {s = \\af => vse.s ! SF (numAF af) (caseAF af) } ; + + +oper totDet: Adjective = {s = table { + AF Nom _ (ASg Masc) => "тот"; + AF Nom _ (ASg Fem) => "та"; + AF Nom _ (ASg Neut) => "то"; + AF Nom _ APl => "те"; + AF Acc Inanimate (ASg Masc) => "тот"; + AF Acc Animate (ASg Masc) => "того"; + AF Acc _ (ASg Fem) => "ту"; + AF Acc _ (ASg Neut) => "то"; + AF Acc Inanimate APl => "те"; + AF Acc Animate APl => "тех"; + AF Gen _ (ASg Masc) => "того"; + AF Gen _ (ASg Fem) => "той"; + AF Gen _ (ASg Neut) => "того"; + AF Gen _ APl => "тех"; + AF Inst _ (ASg Masc) => "тем"; + AF Inst _ (ASg Fem) => "той"; + AF Inst _ (ASg Neut) => "тем"; + AF Inst _ APl => "теми"; + AF Dat _ (ASg Masc) => "тому"; + AF Dat _ (ASg Fem) => "той"; + AF Dat _ (ASg Neut) => "тому"; + AF Dat _ APl => "тем"; + AF (Prepos _) _ (ASg Masc) => "том"; + AF (Prepos _) _ (ASg Fem) => "той"; + AF (Prepos _) _ (ASg Neut) => "том"; + AF (Prepos _) _ APl => "тех" ; + AFShort (ASg Masc) => "тот"; + AFShort (ASg Fem) => "та"; + AFShort (ASg Neut) => "то"; + AFShort APl => "те"; + AdvF => "то" + } + } ; + +oper odinDet: Adjective = {s = table { + AF Nom _ (ASg Masc) => "один"; + AF Nom _ (ASg Fem) => "одна"; + AF Nom _ (ASg Neut) => "одно"; + AF Nom _ APl => "одни"; + AF Acc Inanimate (ASg Masc) => "один"; + AF Acc Animate (ASg Masc) => "одного"; + AF Acc _ (ASg Fem) => "одну"; + AF Acc _ (ASg Neut) => "одно"; + AF Acc Inanimate APl => "одни"; + AF Acc Animate APl => "одних"; + AF Gen _ (ASg Masc) => "одного"; + AF Gen _ (ASg Fem) => "одной"; + AF Gen _ (ASg Neut) => "одного"; + AF Gen _ APl => "одних"; + AF Inst _ (ASg Masc) => "одним"; + AF Inst _ (ASg Fem) => "одной"; + AF Inst _ (ASg Neut) => "одним"; + AF Inst _ APl => "одними"; + AF Dat _ (ASg Masc) => "одному"; + AF Dat _ (ASg Fem) => "одной"; + AF Dat _ (ASg Neut) => "одному"; + AF Dat _ APl => "одним"; + AF (Prepos _) _ (ASg Masc) => "одном"; + AF (Prepos _) _ (ASg Fem) => "одной"; + AF (Prepos _) _ (ASg Neut) => "одном"; + AF (Prepos _) _ APl => "одних"; + AFShort (ASg Masc) => "один"; + AFShort (ASg Fem) => "одна"; + AFShort (ASg Neut) => "одно"; + AFShort APl => "одни"; + AdvF => "одно" + } + } ; + +oper etotDet: Adjective = {s = table { + AF Nom _ (ASg Masc) => "этот"; + AF Nom _ (ASg Fem) => "эта"; + AF Nom _ (ASg Neut) => "это"; + AF Nom _ APl => "эти"; + AF Acc Inanimate (ASg Masc) => "этот"; + AF Acc Animate (ASg Masc) => "этого"; + AF Acc _ (ASg Fem) => "эту"; + AF Acc _ (ASg Neut) => "это"; + AF Acc Inanimate APl => "эти"; + AF Acc Animate APl => "этих"; + AF Gen _ (ASg Masc) => "этого"; + AF Gen _ (ASg Fem) => "этой"; + AF Gen _ (ASg Neut) => "этого"; + AF Gen _ APl => "этих"; + AF Inst _ (ASg Masc) => "этим"; + AF Inst _ (ASg Fem) => "этой"; + AF Inst _ (ASg Neut) => "этим"; + AF Inst _ APl => "этими"; + AF Dat _ (ASg Masc) => "этому"; + AF Dat _ (ASg Fem) => "этой"; + AF Dat _ (ASg Neut) => "этому"; + AF Dat _ APl => "этим"; + AF (Prepos _) _ (ASg Masc) => "этом"; + AF (Prepos _) _ (ASg Fem) => "этой"; + AF (Prepos _) _ (ASg Neut) => "этом"; + AF (Prepos _) _ APl => "этих"; + AFShort (ASg Masc) => "этот"; + AFShort (ASg Fem) => "эта"; + AFShort (ASg Neut) => "это"; + AFShort APl => "эти"; + AdvF => "это" + } + } ; + +oper vesDet: Adjective = {s = table { + AF Nom _ (ASg Masc) => "весь"; + AF Nom _ (ASg Fem) => "вся"; + AF Nom _ (ASg Neut) => "всё"; + AF Nom _ APl => "все"; + AF Acc Animate (ASg Masc) => "весь"; + AF Acc Inanimate (ASg Masc) => "всего"; + AF Acc _ (ASg Fem) => "всю"; + AF Acc _ (ASg Neut) => "всё"; + AF Acc Inanimate APl => "все"; + AF Acc Animate APl => "всех"; + AF Gen _ (ASg Masc) => "всего"; + AF Gen _ (ASg Fem) => "всей"; + AF Gen _ (ASg Neut) => "всего"; + AF Gen _ APl => "всех"; + AF Inst _ (ASg Masc) => "всем"; + AF Inst _ (ASg Fem) => "всей"; + AF Inst _ (ASg Neut) => "всем"; + AF Inst _ APl => "всеми"; + AF Dat _ (ASg Masc) => "ему"; + AF Dat _ (ASg Fem) => "ей"; + AF Dat _ (ASg Neut) => "ему"; + AF Dat _ APl => "всем"; + AF (Prepos _) _ (ASg Masc) => "всём"; + AF (Prepos _) _ (ASg Fem) => "всей"; + AF (Prepos _) _ (ASg Neut) => "всём"; + AF (Prepos _) _ APl => "всех" ; + AFShort (ASg Masc) => "весь"; + AFShort (ASg Fem) => "вся"; + AFShort (ASg Neut) => "всё"; + AFShort APl => "все"; + AdvF => "полностью" + } + } ; + +oper uy_j_EndDecl : Str -> Adjective = \s ->{s = table { + AF Nom _ (ASg Masc) => s+ "ый"; + AF Nom _ (ASg Fem) => s + "ая"; + AF Nom _ (ASg Neut) => s + "ое"; + AF Nom _ APl => s + "ые"; + AF Acc Inanimate (ASg Masc) => s + "ый"; + AF Acc Animate (ASg Masc) => s + "ого"; + AF Acc _ (ASg Fem) => s + "ую"; + AF Acc _ (ASg Neut) => s + "ое"; + AF Acc Inanimate APl => s + "ые"; + AF Acc Animate APl => s + "ых"; + AF Gen _ (ASg Masc) => s + "ого"; + AF Gen _ (ASg Fem) => s + "ой"; + AF Gen _ (ASg Neut) => s + "ого"; + AF Gen _ APl => s + "ых"; + AF Inst _ (ASg Masc) => s + "ым"; + AF Inst _ (ASg Fem) => s + "ой"; + AF Inst _ (ASg Neut) => s + "ым"; + AF Inst _ APl => s + "ыми"; + AF Dat _ (ASg Masc) => s + "ому"; + AF Dat _ (ASg Fem) => s + "ой"; + AF Dat _ (ASg Neut) => s + "ому"; + AF Dat _ APl => s + "ым"; + AF (Prepos _) _ (ASg Masc) => s + "ом"; + AF (Prepos _) _ (ASg Fem) => s + "ой"; + AF (Prepos _) _ (ASg Neut) => s + "ом"; + AF (Prepos _) _ APl => s + "ых"; + AFShort (ASg Masc) => s; + AFShort (ASg Fem) => s + "а"; + AFShort (ASg Neut) => s + "о" ; + AFShort APl => s + "ы"; + AdvF => s +"о" + } + } ; + +{- +-- Commented out since I don't know what the short forms are +oper ti_j_EndDecl : Str -> Adjective = \s ->{s = table { + AF Nom _ (ASg Masc) => s+"ий"; + AF Nom _ (ASg Fem) => s+"ья"; + AF Nom _ (ASg Neut) => s+"ье"; + AF Nom _ APl => s+"ьи"; + AF Acc Inanimate (ASg Masc) => s+"ий"; + AF Acc Animate (ASg Masc) => s+"ьего"; + AF Acc _ (ASg Fem) => s+"ью"; + AF Acc _ (ASg Neut) => s+"ье"; + AF Acc Inanimate APl => s+"ьи"; + AF Acc Animate APl => s+"ьих"; + AF Gen _ (ASg Masc) => s+"ьего"; + AF Gen _ (ASg Fem) => s+"ьей"; + AF Gen _ (ASg Neut) => s+"ьего"; + AF Gen _ APl => s+"ьих"; + AF Inst _ (ASg Masc) => s+"ьим"; + AF Inst _ (ASg Fem) => s+"ьей"; + AF Inst _ (ASg Neut) => s+"ьим"; + AF Inst _ APl => s+"ьими"; + AF Dat _ (ASg Masc) => s+"ьему"; + AF Dat _ (ASg Fem) => s+"ьей"; + AF Dat _ (ASg Neut) => s+"ьему"; + AF Dat _ APl => s+"ьим"; + AF (Prepos _) _ (ASg Masc) => s+"ьем"; + AF (Prepos _) _ (ASg Fem) => s+"ьей"; + AF (Prepos _) _ (ASg Neut) => s+"ьем"; + AF (Prepos _) _ APl => s+"ьих"; + AdvF => s + "ье" + } + } ; +-} + + + +---- 2 Adverbs +-- +--oper vsegda: Adverb = { s = "всегда" } ; +--oper chorosho: Adverb = { s = "хорошо" } ; +-- +---- 2 Verbs +-- +---- Dummy verbum "have" that corresponds to the phrases like +---- "I have a headache" in English. The corresponding sentence +---- in Russian doesn't contain a verb: +-- +--oper have: Verbum = {s=\\ vf => "-" ; asp = Imperfective} ; +-- +---- There are two common conjugations +---- (according to the number and the person of the subject) +---- patterns in the present tense in the indicative mood. + +-- +++ MG_UR: new conjugation class 'Foreign' introduced +++ +param Conjugation = First | FirstE | Second | SecondA | Mixed | Dolzhen | Foreign ; + + +--3 First conjugation (in Present) verbs : +oper verbIdti : Verbum = verbDecl Imperfective First "ид" "у" "шел" "иди" "идти"; + +--oper verbGulyat : Verbum = verbDecl Imperfective First "гуля" "ю" "гулял" "гуляй" "гулять"; +--oper verbVkluchat : Verbum = verbDecl Imperfective First "включа" "ю" "включал" "включай" "включать"; +oper verbSuchestvovat : Verbum = verbDecl Imperfective First "существу" "ю" "существовал" "существуй" "существовать"; +--oper verbVukluchat : Verbum = verbDecl Imperfective First "выключа" "ю" "выключал" "выключай" "выключать"; +--oper verbZhdat : Verbum = verbDecl Imperfective First "жд" "у" "ждал" "жди" "ждать" ; +--oper verbBegat : Verbum = verbDecl Imperfective First "бега" "ю" "бегал" "бегай" "бегать"; +--oper verbPrinimat : Verbum = verbDecl Imperfective First "принима" "ю" "принимал" "принимай" "принимать"; +--oper verbDokazuvat : Verbum = verbDecl Imperfective First "доказыва" "ю" "доказывал" "доказывай" "доказывать"; +--oper verbPredpochitat : Verbum = verbDecl Imperfective First "предпочита" "ю" "предпочитал" "предпочитай" "предпочитать"; +--oper verbOtpravlyat : Verbum = verbDecl Imperfective First "отправля" "ю" "отправлял" "отправляй" "отправлять"; +--oper verbSlomat : Verbum = verbDecl Perfective First "слома" "ю" "сломал" "сломай" "сломать"; + + +---- Verbs with vowel "ё": "даёшь" (give), "пьёшь" (drink) : +--oper verbDavat : Verbum = verbDecl Imperfective FirstE "да" "ю" "давал" "давай" "давать"; +--oper verbPit : Verbum = verbDecl Imperfective FirstE "пь" "ю" "пил" "пей" "пить"; +-- + + +oper verbByut : Verbum = verbDecl Perfective First "буд" "у" "был" "будь" "быть"; + +oper verbMoch : Verbum = verbDeclMoch Imperfective First "мог" "у" "мог" "моги" "мочь" "мож"; + +----3 Second conjugation (in Present) verbs : +-- +--oper verbLubit : Verbum = verbDecl Imperfective Second "люб" "лю" "любил" "люби" "любить"; +--oper verbGovorit : Verbum = verbDecl Imperfective Second "говор" "ю" "говорил" "говори" "говорить"; +-- +--oper verbBolet_2 : Verbum = verbDecl Imperfective Second "бол" "ю" "болел" "боли" "болеть"; +--oper verbPoranit : Verbum = verbDecl Perfective Second "поран" "ю" "поранил" "порань" "поранить"; +-- +-- Irregular Mixed: +oper verbKhotet : Verbum = verbDecl Imperfective Mixed "хоч" "у" "хотел" "хоти" "хотеть"; + +-- Irregular +oper verbDolzhen : Verbum = verbDecl Imperfective Dolzhen "долж" "ен" "долж" ["будь должен"] ["быть должным"] ; + + +-- further conjugation class added by Magda Gerritsen and Ulrich Real: +-- foreign words introduced in Russian + +oper verbOrganisuet : Verbum = verbDecl Imperfective Foreign "организу" "ю" "организовал" "организуй" "организовать"; + + +oper idetDozhd: Verbum -> Verbum = \idet -> {s = \\vf=>idet.s!vf ++ "дождь"; asp = Imperfective}; + +-- "PresentVerb" takes care of the present tense conjugation. + +param PresentVF = PRF GenNum Person; +oper PresentVerb : Type = PresentVF => Str ; + +oper presentConjDolzhen: Str -> Str -> PresentVerb = \del, sgP1End -> + table { + PRF APl _ => del + "ны" ; + PRF (ASg Masc) _ => del + sgP1End ; + PRF (ASg Fem) _ => del + "на" ; + PRF (ASg Neut) _ => del + "но" + }; + +-- +++ MG_UR: changed! +++ +oper presentConjMixed: Str -> Str -> PresentVerb = \del, sgP1End -> + table { + PRF (ASg _) P1 => del+ sgP1End ; -- sgP1End "чу" + PRF (ASg _) P2 => del+ "чешь" ; + PRF (ASg _) P3 => del+ "чет" ; + PRF APl P1 => del+ "тим" ; + PRF APl P2 => del+ "тите" ; + PRF APl P3 => del+ "тят" + }; + +-- +++ MG_UR: changed! (+ д) +++ +oper presentConj2: Str -> Str -> PresentVerb = \del, sgP1End -> +table { + PRF (ASg _) P1 => del+ sgP1End ; -- sgP1End "жу" + PRF (ASg _) P2 => del+ "дишь" ; + PRF (ASg _) P3 => del+ "дит" ; + PRF APl P1 => del+ "дим" ; + PRF APl P2 => del+ "дите" ; + PRF APl P3 => del+ "дят" + }; + +oper presentConj2a: Str -> Str -> PresentVerb = \del, sgP1End -> +table { + PRF (ASg _) P1 => del+ sgP1End ; -- sgP1End "жу" + PRF (ASg _) P2 => del+ "ишь" ; + PRF (ASg _) P3 => del+ "ит" ; + PRF APl P1 => del+ "им" ; + PRF APl P2 => del+ "ите" ; + PRF APl P3 => del+ "ят" + }; + +oper presentConj1E: Str -> Str -> PresentVerb = \del, sgP1End -> + table { + PRF (ASg _) P1 => del+ sgP1End ; + PRF (ASg _) P2 => del+ "ёшь" ; + PRF (ASg _) P3 => del+ "ёт" ; + PRF APl P1 => del+ "ём" ; + PRF APl P2 => del+ "ёте" ; + PRF APl P3 => del+ sgP1End + "т" + }; + +oper presentConj1: Str -> Str -> PresentVerb = \del, sgP1End -> + table { + PRF (ASg _) P1 => del+ sgP1End ; + PRF (ASg _) P2 => del+ "ешь" ; + PRF (ASg _) P3 => del+ "ет" ; + PRF APl P1 => del+ "ем" ; + PRF APl P2 => del+ "ете" ; + PRF APl P3 => del+ sgP1End + "т" + }; + +oper presentConj1Moch: Str -> Str -> Str -> PresentVerb = \del, sgP1End, altRoot -> + table { + PRF (ASg _) P1 => del + sgP1End ; + PRF (ASg _) P2 => altRoot + "ешь" ; + PRF (ASg _) P3 => altRoot + "ет" ; + PRF APl P1 => altRoot + "ем" ; + PRF APl P2 => altRoot + "ете" ; + PRF APl P3 => del+ sgP1End + "т" + }; + +-- "PastVerb" takes care of the past tense conjugation. + +param PastVF = PSF GenNum ; +oper PastVerb : Type = PastVF => Str ; +oper pastConj: Str -> PastVerb = \del -> + table { + PSF (ASg Masc) => del ; + PSF (ASg Fem) => del +"а" ; + PSF (ASg Neut) => del+"о" ; + PSF APl => del+ "и" + }; + +oper pastConjDolzhen: Str -> PastVerb = \del -> + table { + PSF (ASg Masc) => ["был "] + del + "ен" ; + PSF (ASg Fem) => ["была "] + del + "на" ; + PSF (ASg Neut) => ["было "] + del + "но" ; + PSF APl => ["были "] + del + "ны" + }; + +-- further class added by Magda Gerritsen and Ulrich Real +oper presentConjForeign: Str -> Str -> PresentVerb = \del, sgP1End -> + table { + PRF (ASg _) P1 => del+ sgP1End ; -- sgP1End "ю" + PRF (ASg _) P2 => del+ "ешь" ; + PRF (ASg _) P3 => del+ "ет" ; + PRF APl P1 => del+ "ем" ; + PRF APl P2 => del+ "ете" ; + PRF APl P3 => del+ "ют" +}; + +-- "verbDecl" sorts out verbs according to the aspect and voice parameters. +-- It produces the full conjugation table for a verb entry + +-- +++ MG_UR: new conjugation class 'Foreign' introduced +++ +oper verbDecl: Aspect -> Conjugation -> Str -> Str -> Str -> Str -> Str -> Verbum = + \a, c, del, sgP1End, sgMascPast, imperSgP2, inf -> + let conj = case c of { + First => ; + FirstE => ; + Second => ; + SecondA => ; + Mixed => ; + Dolzhen => ; + Foreign => } in + let patt = case a of { + Perfective => mkVerbImperfective; + Imperfective => mkVerbImperfective } in + patt inf imperSgP2 (conj.p1 del sgP1End) (conj.p2 sgMascPast) ; + +-- for verbs like "мочь" ("can") with changing consonants (first conjugation): +-- "могу - можешь" +oper verbDeclMoch: Aspect -> Conjugation -> Str -> Str -> Str -> Str ->Str -> Str -> Verbum = + \a, c, del, sgP1End, sgMascPast, imperSgP2, inf, altRoot -> + let patt = case a of { + Perfective => mkVerbImperfective; + Imperfective => mkVerbImperfective } in + patt inf imperSgP2 (presentConj1Moch del sgP1End altRoot) (pastConj sgMascPast); + +oper add_sya : Voice -> Str -> Str = \v,x -> + case v of { + Act => x ; + Pas => case Predef.dp 2 x of { + "а" | "е" | "ё" | "и" | "о" | "у" | "ы" | "э" | "ю" | "я" => x + "сь" ; + _ => x + "ся" + } + }; + + +-- Generation the imperfective active pattern given +-- a number of basic conjugation forms. + +oper mkVerbImperfective : Str -> Str -> PresentVerb -> PastVerb -> Verbum = + \inf, imper, presentFuture, past -> { s = table { VFORM vox vf => + case vf of { + VINF => add_sya vox inf ; + + VIMP _ P1 => "давайте" ++ add_sya vox inf ; + VIMP Sg P2 => add_sya vox imper ; + VIMP Pl P2 => add_sya vox (imper+"те") ; + VIMP Sg P3 => "пусть" ++ add_sya vox (presentFuture ! (PRF (ASg Masc) P3)) ; + VIMP Pl P3 => "пусть" ++ add_sya vox (presentFuture ! (PRF APl P3)) ; + + VSUB gn => add_sya vox (past ! (PSF gn)) ++ "бы"; + + VIND (ASg _) (VPresent p) => add_sya vox (presentFuture ! (PRF (ASg Masc) p)); + VIND APl (VPresent p) => add_sya vox (presentFuture ! (PRF APl p)); + VIND (ASg _) (VFuture P1) => "буду" ++ add_sya vox inf ; + VIND (ASg _) (VFuture P2) => "будешь" ++ add_sya vox inf ; + VIND (ASg _) (VFuture P3) => "будет" ++ add_sya vox inf ; + VIND APl (VFuture P1) => "будем" ++ add_sya vox inf ; + VIND APl (VFuture P2) => "будете" ++ add_sya vox inf ; + VIND APl (VFuture P3) => "будут" ++ add_sya vox inf ; + VIND gn VPast => add_sya vox (past ! (PSF gn)) + } } ; + asp = Imperfective + } ; + +oper mkVerbPerfective: Str -> Str -> PresentVerb -> PastVerb -> Verbum = + \inf, imper, presentFuture, past -> { s = table { VFORM vox vf => + case vf of { + VINF => add_sya vox inf ; + VIMP Sg P1 => "давайте" ++ add_sya vox (presentFuture ! (PRF (ASg Masc) P1)); + VIMP Pl P1 => "давайте" ++ add_sya vox (presentFuture ! (PRF APl P1)); + VIMP Sg P2 => add_sya vox imper ; + VIMP Pl P2 => add_sya vox (imper+"те") ; + VIMP Sg P3 => "пусть" ++ add_sya vox (presentFuture ! (PRF (ASg Masc) P3)) ; + VIMP Pl P3 => "пусть" ++ add_sya vox (presentFuture ! (PRF APl P3)) ; + + VSUB gn => add_sya vox (past ! (PSF gn)) ++ "бы" ; + + VIND (ASg _) (VPresent _) => nonExist ; + VIND APl (VPresent P1) => nonExist ; + VIND APl (VPresent P2) => nonExist ; + VIND APl (VPresent P3) => nonExist ; + VIND gn (VFuture p) => add_sya vox (presentFuture ! (PRF gn p)) ; + VIND gn VPast => add_sya vox (past ! (PSF gn)) + } } ; + asp = Perfective + } ; + +----2 Proper names are a simple kind of noun phrases. +-- +oper ProperName : Type = {s : Case => Str ; g : Gender ; anim : Animacy} ; +-- +-- mkCNProperName : CommNoun -> ProperName = \cn -> +--{s = \\c => cn.s! (SF Sg c); g=cn.g; anim = cn.anim }; +-- + mkProperNameMasc : Str -> Animacy -> ProperName = \ivan, anim -> + { s = table { Nom => ivan ; + Gen => ivan + "а"; + Dat => ivan + "у"; + Acc => case anim of + { Animate => ivan + "а"; + Inanimate => ivan + }; + Inst => ivan + "ом"; + (Prepos _) => ivan + "е" } ; + g = Masc; anim = anim }; + + mkProperNameFem : Str -> Animacy -> ProperName = \masha, anim -> + { s = table { Nom => masha + "а"; + Gen => masha + "и"; + Dat => masha + "е"; + Acc => masha + "у"; + Inst => masha + "ей"; + (Prepos _) => masha + "е" }; + g = Fem ; anim = anim }; + +}; diff --git a/deprecated/old-lib/resource/russian/NounRus.gf b/deprecated/old-lib/resource/russian/NounRus.gf new file mode 100644 index 000000000..683f54d07 --- /dev/null +++ b/deprecated/old-lib/resource/russian/NounRus.gf @@ -0,0 +1,236 @@ +--# -path=.:../abstract:../common:../../prelude + +concrete NounRus of Noun = CatRus ** open ResRus, Prelude, MorphoRus in { + + flags optimize=all_subs ; coding=utf8 ; + + lin + DetCN kazhduj okhotnik = { + s = \\c => case kazhduj.c of { + Nom => + kazhduj.s ! AF (extCase c) okhotnik.anim (gNum okhotnik.g kazhduj.n) ++ + okhotnik.s ! kazhduj.n ! (extCase c) ; + _ => + kazhduj.s ! AF (extCase c) okhotnik.anim (gNum okhotnik.g kazhduj.n) ++ + okhotnik.s ! kazhduj.n ! kazhduj.c }; + n = kazhduj.n ; + p = P3 ; + pron = False; + g = case kazhduj.g of { PNoGen => (PGen okhotnik.g); _ => kazhduj.g }; + anim = okhotnik.anim + } ; + + UsePN masha = { + s = \\c => masha.s ! (extCase c) ; + p = P3; g = PGen masha.g ; anim = masha.anim ; + n = Sg; nComp = Sg; pron = False} ; + + UsePron p = p ** {anim = Inanimate}; + + PredetNP pred np = { + s = \\pf => pred.s! (AF (extCase pf) np.anim (gNum (pgen2gen np.g) np.n))++ np.s ! pf ; + n = np.n; + p = np.p; + g = np.g; + anim = np.anim; + pron = np.pron + } ; + + PPartNP np v2 = { + s = \\pf => np.s ! pf ++ v2.s ! VFORM Act VINF ; + -- no participles in the Verbum type as they behave as adjectives + n = np.n; + p = np.p; + g = np.g; + anim = np.anim; + pron = np.pron + } ; + + AdvNP np adv = { + s = \\pf => np.s ! pf ++ adv.s ; + n = np.n; + p = np.p; + g = np.g; + anim = np.anim; + pron = np.pron + } ; + +-- 1.4 additions AR 17/6/2008 + + DetNP kazhduj = + let + g = Neut ; ---- + anim = Inanimate ; + in { + s = \\c => kazhduj.s ! AF (extCase c) anim (gNum g kazhduj.n) ; + n = kazhduj.n ; + p = P3 ; + pron = False; + g = case kazhduj.g of { PNoGen => (PGen g); _ => kazhduj.g }; + anim = anim + } ; + + DetQuantOrd quant num ord = { + s = \\af => quant.s !af ++ num.s! (caseAF af) ! (genAF af) ++ ord.s!af ; + n = num.n ; + g = quant.g; + c = quant.c + } ; + + DetQuant quant num = { + s = \\af => quant.s !af ++ num.s! (caseAF af) ! (genAF af) ; + n = num.n ; + g = quant.g; + c = quant.c + } ; + + DetArtOrd quant num ord = { + s = \\af => quant.s !af ++ num.s! (caseAF af) ! (genAF af) ++ ord.s!af ; + n = num.n ; + g = quant.g; + c = quant.c + } ; + + DetArtCard quant num = { + s = \\af => quant.s !af ++ num.s! (caseAF af) ! (genAF af) ; + n = num.n ; + g = quant.g; + c = quant.c + } ; + +-- MassDet = {s = \\_=>[] ; c=Nom; g = PNoGen; n = Sg} ; + + MassNP okhotnik = { + s = \\c => okhotnik.s ! Sg ! (extCase c) ; + n = Sg ; + p = P3 ; + pron = False; + g = PGen okhotnik.g ; + anim = okhotnik.anim + } ; + + DetArtSg kazhduj okhotnik = { + s = \\c => -- art case always Nom (AR 17/6/2008) + kazhduj.s ! AF (extCase c) okhotnik.anim (gNum okhotnik.g Sg) ++ + okhotnik.s ! Sg ! (extCase c) ; + n = Sg ; + p = P3 ; + pron = False; + g = case kazhduj.g of { PNoGen => (PGen okhotnik.g); _ => kazhduj.g }; + anim = okhotnik.anim + } ; + + DetArtPl kazhduj okhotnik = { + s = \\c => -- art case always Nom (AR 17/6/2008) + kazhduj.s ! AF (extCase c) okhotnik.anim (gNum okhotnik.g Pl) ++ + okhotnik.s ! Pl ! (extCase c) ; + n = Pl ; + p = P3 ; + pron = False; + g = case kazhduj.g of { PNoGen => (PGen okhotnik.g); _ => kazhduj.g }; + anim = okhotnik.anim + } ; + + PossPron p = {s = \\af => p.s ! mkPronForm (caseAF af) No (Poss (gNum (genAF af) (numAF af) )); c=Nom; g = PNoGen} ; + + NumCard c = c ; + NumSg = {s = \\_,_ => [] ; n = Sg} ; + NumPl = {s = \\_,_ => [] ; n = Pl} ; + + OrdNumeral numeral = variants {} ; ---- TODO; needed to compile Constructors + OrdDigits numeral = variants {} ; ---- TODO; needed to compile Constructors +---- OrdDigits TODO + -- {s = \\ af => (uy_j_EndDecl (numeral.s ! caseAF af ! genAF af)).s!af} ; + + NumNumeral n = n ; + NumDigits n = {s = \\_,_ => n.s ; n = n.n} ; + + AdNum adn num = {s = \\c,n => adn.s ++ num.s!c!n ; n = num.n} ; + + OrdSuperl a = {s = a.s!Posit}; + + DefArt = {s = \\_=>[] ; c=Nom; g = PNoGen }; + IndefArt = { s = \\_=>[] ; c=Nom; g = PNoGen }; + + UseN sb = + {s = \\n,c => sb.s ! SF n c ; + g = sb.g ; + anim = sb.anim + } ; + +-- It is possible to use a function word as a common noun; the semantics is +-- often existential or indexical. + UseN2 x = x ; + +-- The application of a function gives, in the first place, a common noun: +-- "ключ от дома". From this, other rules of the resource grammar +-- give noun phrases, such as "ключи от дома", "ключи от дома +-- и от машины", and "ключ от дома и машины" (the +-- latter two corresponding to distributive and collective functions, +-- respectively). Semantics will eventually tell when each +-- of the readings is meaningful. + + ComplN2 mama ivan = + {s = \\n, cas => case ivan.pron of + { True => ivan.s ! (mkPronForm cas No (Poss (gNum mama.g n))) ++ mama.s ! n ! cas; + False => mama.s ! n ! cas ++ mama.s2 ++ + ivan.s ! (mkPronForm mama.c Yes (Poss (gNum mama.g n))) + }; + g = mama.g ; + anim = mama.anim + } ; + +-- Two-place functions add one argument place. +-- There application starts by filling the first place. + + ComplN3 poezd paris = + {s = \\n,c => poezd.s ! n ! c ++ poezd.s2 ++ paris.s ! (PF poezd.c Yes NonPoss) ; + g = poezd.g ; anim = poezd.anim; + s2 = poezd.s3; c = poezd.c2 + } ; + + +-- The two main functions of adjective are in predication ("Иван - молод") +-- and in modification ("молодой человек"). Predication will be defined +-- later, in the chapter on verbs. + + AdjCN khoroshij novayaMashina = + {s = \\n, c => + khoroshij.s ! AF c novayaMashina.anim (gNum novayaMashina.g n) ++ + novayaMashina.s ! n ! c ; + g = novayaMashina.g ; + anim = novayaMashina.anim + } ; + +-- This is a source of the "man with a telescope" ambiguity, and may produce +-- strange things, like "машины всегда". +-- Semantics will have to make finer distinctions among adverbials. + + AdvCN chelovek uTelevizora = + {s = \\n,c => chelovek.s ! n ! c ++ uTelevizora.s ; + g = chelovek.g ; + anim = chelovek.anim + } ; + +-- Constructions like "the idea that two is even" are formed at the +-- first place as common nouns, so that one can also have "a suggestion that...". + + SentCN idea x = + {s = \\n,c => idea.s ! n ! c ++ x.s ; + g = idea.g; anim = idea.anim + } ; + + RelCN idea x = + {s = \\n,c => idea.s ! n ! c ++ x.s !(gNum idea.g n)!c!idea.anim ; + g = idea.g; anim = idea.anim + } ; + + ApposCN cn s = + {s = \\n,c => cn.s ! n ! c ++ s.s! PF c No NonPoss ; + g = cn.g ; + anim = cn.anim + } ; + + +} + diff --git a/deprecated/old-lib/resource/russian/NumeralRus.gf b/deprecated/old-lib/resource/russian/NumeralRus.gf new file mode 100644 index 000000000..c1900358f --- /dev/null +++ b/deprecated/old-lib/resource/russian/NumeralRus.gf @@ -0,0 +1,143 @@ +--# -path=.:../abstract:../common:../../prelude + +concrete NumeralRus of Numeral = CatRus ** open ResRus in { + +flags coding=utf8 ; + +-- Toiska, 13/8/2000, AR with Arto Mustajoki. + +lincat Digit = {s : DForm => Gender => Str ; size : Size} ; +lincat Sub10 = {s : Place => DForm => Gender => Str ; size : Size} ; +lincat Sub100 = {s : Place => Gender => Str ; size : Size} ; +lincat Sub1000 = {s : Place => Gender => Str ; size : Size} ; +lincat Sub1000000 = {s : Gender => Str} ; + +lin num x = {s = table{ _ => x.s } ; n = Pl}; ---- n TODO ; Size? AR 18/12/2007 + +lin n2 = + {s = table {{unit} => table {{Fem} => "две" ; _ => "два"} ; + {teen} => gg "двенадцать" ; + {ten} => gg "двадцать" ; + {hund} => gg "двести"} ; + size = sgg} ; +lin n3 = + {s = table {{unit} => gg "три" ; + {teen} => gg "тринадцать" ; + {ten} => gg "тридцать" ; + {hund} => gg "триста"} ; + size = sgg} ; +lin n4 = + {s = table {{unit} => gg "четыре" ; + {teen} => gg "четырнадцать" ; + {ten} => gg "сорок" ; + {hund} => gg "четыреста"} ; + size = sgg} ; +lin n5 = + {s = table {{unit} => gg "пять" ; + {teen} => gg "пятнадцать" ; + {ten} => gg "пятьдесят" ; + {hund} => gg "пятьсот"} ; + size = plg} ; +lin n6 = + {s = table {{unit} => gg "шесть" ; + {teen} => gg "шестнадцать" ; + {ten} => gg "шестьдесят" ; + {hund} => gg "шестьсот"} ; + size = plg} ; +lin n7 = + {s = table {{unit} => gg "семь" ; + {teen} => gg "семнадцать" ; + {ten} => gg "семьдесят" ; + {hund} => gg "семьсот"} ; + size = plg} ; +lin n8 = + {s = table {{unit} => gg "восемь" ; + {teen} => gg "восемнадцать" ; + {ten} => gg "восемьдесят" ; + {hund} => gg "восемьсот"} ; + size = plg} ; +lin n9 = + {s = table {{unit} => gg "девять" ; + {teen} => gg "девятнадцать" ; + {ten} => gg "девяносто" ; + {hund} => gg "девятьсот"} ; + size = plg} ; + + +lin pot01 = + {s = table {{attr} => table {{hund} => gg "сто" ; _ => gg []} ; + _ => table {{hund} => gg "сто" ; + _ => table {{Masc} => "один" ; {Fem} => "одна" ; _ => "одно"}}} ; + size = nom} ; +lin pot0 d = + {s = table {_ => d.s} ; size = d.size} ; +lin pot110 = + {s = table {_ => gg "десяти"} ; size = plg} ; +-- {s = table {_ => gg "десять"} ; size = plg} ; +lin pot111 = + {s = table {_ => gg "одиннадцать"} ; size = plg} ; --- 11 +lin pot1to19 d = + {s = table {_ => d.s ! teen} ; size = plg} ; +lin pot0as1 n = + {s = table {p => n.s ! p ! unit} ; size = n.size} ; +lin pot1 d = + {s = table {_ => d.s ! ten} ; size = plg} ; --- +lin pot1plus d e = + {s = table {_ => + table {g => d.s ! ten ! g ++ e.s ! indep ! unit ! g}} ; size = e.size} ; +lin pot1as2 n = + {s = n.s ; size = n.size} ; +lin pot2 d = + {s = table {p => d.s ! p ! hund} ; size = plg} ; +lin pot2plus d e = + {s = table {p => table {g => d.s ! p ! hund ! g ++ e.s ! indep ! g}} ; size = e.size} ; +lin pot2as3 n = + {s = n.s ! indep} ; +lin pot3 n = + {s = gg (n.s ! attr ! Fem ++ mille ! n.size)} ; +lin pot3plus n m = + {s = table {g => n.s ! attr ! Fem ++ mille ! n.size ++ m.s ! indep ! g}} ; + +--- TODO +--- raz/odin + +-- numerals as sequences of digits + + lincat + Dig = TDigit ; + + lin + IDig d = {s = d.s ; n = d.n} ; + + IIDig d i = { + s = d.s ++ i.s ; + n = Pl + } ; + + D_0 = mkDig "0" ; + D_1 = mk3Dig "1" "1" Sg ; ---- + D_2 = mkDig "2" ; + D_3 = mkDig "3" ; + 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 = c ; ---- gender + n = n + } ; + + TDigit = { + n : Number ; + s : Str + } ; + +} + diff --git a/deprecated/old-lib/resource/russian/ParadigmsRus.gf b/deprecated/old-lib/resource/russian/ParadigmsRus.gf new file mode 100644 index 000000000..b424ef102 --- /dev/null +++ b/deprecated/old-lib/resource/russian/ParadigmsRus.gf @@ -0,0 +1,470 @@ +--# -path=.:../abstract:../../prelude:../common + +--1 Russian Lexical Paradigms +-- +-- Janna Khegai 2003--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 $MorphoRus.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$. +-- +-- The following modules are presupposed: + +resource ParadigmsRus = open + Prelude, + MorphoRus, + CatRus, + NounRus + in { + +flags coding=utf8 ; + +--2 Parameters +-- +-- To abstract over gender names, we define the following identifiers. + +oper + Gender : Type ; + masculine : Gender ; + feminine : Gender ; + neuter : Gender ; + +-- To abstract over case names, we define the following. + Case : Type ; + + nominative : Case ; + genitive : Case ; + dative : Case ; + accusative : Case ; + instructive : Case ; + prepositional : Case ; + +-- In some (written in English) textbooks accusative case +-- is put on the second place. However, we follow the case order +-- standard for Russian textbooks. + +-- To abstract over number names, we define the following. + Number : Type ; + + singular : Number ; + plural : Number ; + +--2 Nouns + + Animacy: Type ; + + animate: Animacy; + inanimate: Animacy; + +-- Indeclinabe nouns: "кофе", "пальто", "ВУЗ". + + mkIndeclinableNoun: Str -> Gender -> Animacy -> N ; + + mkN : overload { + +-- The regular function captures the variants for some common noun endings. + + mkN : (karta : Str) -> N ; + mkN : (tigr : Str) -> Animacy -> N ; + +-- Worst case - give six singular forms: +-- Nominative, Genetive, Dative, Accusative, Instructive and Prepositional; +-- and the prepositional form after в and на, and +-- the corresponding six plural forms and the gender and animacy. + + mkN : (nomSg, genSg, datSg, accSg, instSg, preposSg, prepos2Sg, nomPl, genPl, datPl, accPl, instPl, preposPl : Str) -> Gender -> Animacy -> N + } ; + + mkN2 : overload { + +-- Genitive with no preposition. + + mkN2 : N -> N2 ; + mkN2 : N -> Prep -> N2 ; + } ; + + + mkN3 : N -> Prep -> Prep -> N3 ; + +-- Proper names. + + mkPN : Str -> Gender -> Animacy -> PN ; -- "Иван", "Маша" + nounPN : N -> PN ; + + +--2 Adjectives + +-- Non-comparison (only positive degree) one-place adjectives need 28 (4 by 7) +-- forms in the worst case: + + +-- (Masculine | Feminine | Neutral | Plural) * + +-- (Nominative | Genitive | Dative | Accusative Inanimate | Accusative Animate | +-- Instructive | Prepositional) + + +-- Notice that 4 short forms, which exist for some adjectives are not included +-- in the current description, otherwise there would be 32 forms for +-- positive degree. + + mkA : overload { + +-- Regular and invariant adjectives with regular comparative. + + mkA : (positive : Str) -> A ; + +-- Adjectives with irregular comparative. + + mkA : (positive, comparative : Str) -> A ; + } ; + +-- Two-place adjectives need a preposition and a case as extra arguments. + + mkA2 : A -> Str -> Case -> A2 ; -- "делим на" + +-- Comparison adjectives need a positive adjective +-- (28 forms without short forms). +-- Taking only one comparative form (non-syntactic) and +-- only one superlative form (syntactic) we can produce the +-- comparison adjective with only one extra argument - +-- non-syntactic comparative form. +-- Syntactic forms are based on the positive forms. + + +-- mkADeg : A -> Str -> ADeg ; + +-- On top level, there are adjectival phrases. The most common case is +-- just to use a one-place adjective. +-- ap : A -> IsPostfixAdj -> AP ; + +--2 Adverbs + +-- Adverbs are not inflected. + + mkAdv : Str -> Adv ; + +--2 Verbs +-- +-- In our lexicon description ("Verbum") there are 62 forms: +-- 2 (Voice) by { 1 (infinitive) + [2(number) by 3 (person)](imperative) + +-- [ [2(Number) by 3(Person)](present) + [2(Number) by 3(Person)](future) + +-- 4(GenNum)(past) ](indicative)+ 4 (GenNum) (subjunctive) } +-- Participles (Present and Past) and Gerund forms are not included, +-- since they fuction more like Adjectives and Adverbs correspondingly +-- rather than verbs. Aspect is regarded as an inherent parameter of a verb. +-- Notice, that some forms are never used for some verbs. + +Voice: Type; +Aspect: Type; +Bool: Type; +Conjugation: Type ; + +first: Conjugation; -- "гуля-Ешь, гуля-Ем" +firstE: Conjugation; -- Verbs with vowel "ё": "даёшь" (give), "пьёшь" (drink) +second: Conjugation; -- "вид-Ишь, вид-Им" +mixed: Conjugation; -- "хоч-Ешь - хот-Им" +dolzhen: Conjugation; -- irregular +foreign: Conjugation; -- foreign words which are used in Russian, +++ MG_UR: added +++ + + +true: Bool; +false: Bool; + +active: Voice ; +passive: Voice ; +imperfective: Aspect; +perfective: Aspect ; + + +-- The worst case need 6 forms of the present tense in indicative mood +-- ("я бегу", "ты бежишь", "он бежит", "мы бежим", "вы бежите", "они бегут"), +-- a past form (singular, masculine: "я бежал"), an imperative form +-- (singular, second person: "беги"), an infinitive ("бежать"). +-- Inherent aspect should also be specified. + +-- mkVerbum : Aspect -> (presentSgP1,presentSgP2,presentSgP3, + mkV : Aspect -> (presentSgP1,presentSgP2,presentSgP3, + presentPlP1,presentPlP2,presentPlP3, + pastSgMasculine,imperative,infinitive: Str) -> V ; + +-- Common conjugation patterns are two conjugations: +-- first - verbs ending with "-ать/-ять" and second - "-ить/-еть". +-- Instead of 6 present forms of the worst case, we only need +-- a present stem and one ending (singular, first person): +-- "я люб-лю", "я жд-у", etc. To determine where the border +-- between stem and ending lies it is sufficient to compare +-- first person from with second person form: +-- "я люб-лю", "ты люб-ишь". Stems shoud be the same. +-- So the definition for verb "любить" looks like: +-- regV Imperfective Second "люб" "лю" "любил" "люби" "любить"; + + regV :Aspect -> Conjugation -> (stemPresentSgP1,endingPresentSgP1, + pastSgP1,imperative,infinitive : Str) -> V ; + + +-- Two-place verbs, and the special case with direct object. Notice that +-- a particle can be included in a $V$. + + mkV2 : V -> Str -> Case -> V2 ; -- "войти в дом"; "в", accusative + mkV3 : V -> Str -> Str -> Case -> Case -> V3 ; -- "сложить письмо в конверт" + dirV2 : V -> V2 ; -- "видеть", "любить" + tvDirDir : V -> V3 ; + +-- The definitions should not bother the user of the API. So they are +-- hidden from the document. +--. + Gender = MorphoRus.Gender ; + Case = MorphoRus.Case ; + Number = MorphoRus.Number ; + Animacy = MorphoRus.Animacy; + Aspect = MorphoRus.Aspect; + Voice = MorphoRus.Voice ; + --Tense = Tense ; + Bool = Prelude.Bool ; + Conjugation = MorphoRus.Conjugation; +first = First ; +firstE = FirstE ; +second = Second ; +secondA = SecondA ; +mixed = Mixed ; +dolzhen = Dolzhen; +foreign = Foreign; -- +++ MG_UR: added +++ + + true = True; + false = False ; + masculine = Masc ; + feminine = Fem ; + neuter = Neut ; + nominative = Nom ; + accusative = Acc ; + dative = Dat ; + genitive = Gen ; + instructive = Inst ; + prepositional = Prepos PrepOther ; -- FIXME: not correct for v and na + singular = Sg ; + plural = Pl ; + animate = Animate ; + inanimate = Inanimate ; + active = Act ; + passive = Pass ; + imperfective = Imperfective ; + perfective = Perfective ; + -- present = Present ; + --past = Past ; + -- Degree = Pos | Comp | Super ; + -- Person = P1 | P2 | P3 ; + -- AfterPrep = Yes | No ; + -- Possessive = NonPoss | Poss GenNum ; + +-- Noun definitions + + mkN = overload { + mkN : (karta : Str) -> N = mk1N ; + mkN : (tigr : Str) -> Animacy -> N = \nom, anim -> case anim of { Animate => nAnimate (mk1N nom) ; + Inanimate => mk1N nom } ; + mkN : (nomSg, genSg, datSg, accSg, instSg, preposSg, prepos2Sg, + nomPl, genPl, datPl, accPl, instPl, preposPl : Str) -> Gender -> Animacy -> N = mkWorstN + } ; + + mkIndeclinableNoun = \s,g, anim -> + { + s = table { SF _ _ => s } ; + g = g ; + anim = anim + } ** {lock_N = <>}; + + oper mkWorstN : (nomSg, genSg, datSg, accSg, instSg, preposSg, prepos2Sg, + nomPl, genPl, datPl, accPl, instPl, preposPl : Str) -> Gender -> Animacy -> N + = \nomSg, genSg, datSg, accSg, instSg, preposSg, prepos2Sg, + nomPl, genPl, datPl, accPl, instPl, preposPl, g, anim -> + { + s = table { + SF Sg Nom => nomSg ; + SF Sg Gen => genSg ; + SF Sg Dat => datSg ; + SF Sg Acc => accSg ; + SF Sg Inst => instSg ; + SF Sg (Prepos PrepOther) => preposSg ; + SF Sg (Prepos PrepVNa) => prepos2Sg ; + SF Pl Nom => nomPl ; + SF Pl Gen => genPl ; + SF Pl Dat => datPl ; + SF Pl Acc => accPl ; + SF Pl Inst => instPl ; + SF Pl (Prepos _) => preposPl + } ; + g = g ; + anim = anim + } ** {lock_N = <>} ; + + oper mk1N : Str -> N = \x -> + case x of { + stem+"онок" => nDecl10Hard stem ; + stem+"ёнок" => nDecl10Soft stem ; +-- stem+"aнин" => nDecl11 stem ; + stem@(_+"и")+"й" => nDecl7Masc stem; + stem@(_+"и")+"я" => nDecl7Fem stem; + stem@(_+"и")+"е" => nDecl7Neut stem; + stem+"ее" => nAdj { s = (mk1A (stem+"ий")).s!Posit } Neut; + stem+"ое" => nAdj { s = (mk1A (stem+(iAfter stem)+"й")).s!Posit } Neut; + stem+"мя" => nDecl9 stem ; + stem@(_+("а"|"е"|"ё"|"о"|"у"|"ы"|"э"|"ю"|"я"))+"й" => nDecl6Masc stem ; + stem@(_+("а"|"е"|"ё"|"о"|"у"|"ы"|"э"|"ю"|"я"))+"е" => nDecl6Neut stem ; + stem@(_+("а"|"е"|"ё"|"о"|"у"|"ы"|"э"|"ю"|"я"))+"я" => nDecl6Fem stem ; + stem@(_+("ч"|"щ"|"ш"|"ж"|"п"|"эн"|"м"|"ф"))+"ь" => nDecl8 stem ; + stem@(_+("д"|"т"|"ст"|"с"|"в"|"б"))+"ь" => nDecl8 stem ; + stem@(_+"ш"|"ж"|"ч"|"щ"|"ц")+"е" => nRegHardNeut stem; + stem+"е" => nRegSoftNeut stem ; + stem+"я" => nRegSoftFem stem ; + stem+"ь" => nRegSoftMasc stem ; + stem+"о" => nRegHardNeut stem ; + stem+"а" => nRegHardFem stem ; + stem => nRegHardMasc stem + } ** {lock_N = <>} ; + + + +-- An individual-valued function is a common noun together with the +-- preposition prefixed to its argument ("клZ+ о' дома"). +-- The situation is analogous to two-place adjectives and transitive verbs. +-- +-- We allow the genitive construction to be used as a variant of +-- all function applications. It would definitely be too restrictive only +-- to allow it when the required case is genitive. We don't know if there +-- are counterexamples to the liberal choice we've made. + + oper mkN2 = overload { + mkN2 : N -> N2 = \n -> mkFun n nullPrep ; + mkN2 : N -> Prep -> N2 = mkFun; + } ; + + mkFun : N -> Prep -> N2 = \f,p -> (UseN f) ** {s2 = p.s ; c = p.c}** {lock_N2 = <>} ; + + nullPrep : Prep = {s = []; c= Gen; lock_Prep=<>} ; + + mkN3 f p r = (UseN f) ** {s2 = p.s ; c=p.c; s3=r.s ; c2=r.c; lock_N3 = <>} ; + + + mkPN = \ivan, g, anim -> + case g of { + Masc => mkProperNameMasc ivan anim ; + _ => mkProperNameFem ivan anim + } ** {lock_PN =<>}; + nounPN n = {s=\\c => n.s! SF Sg c; anim=n.anim; g=n.g; lock_PN=<>}; + +-- On the top level, it is maybe $CN$ that is used rather than $N$, and +-- $NP$ rather than $PN$. + + makeCN : N -> CN ; + makeNP : Str -> Gender -> Animacy -> NP ; + + + makeCN = UseN; + + makeNP = \x,y,z -> UsePN (mkPN x y z) ; + + mkA = overload { + mkA : (positive : Str) -> A = mk1A ; + mkA : (positive, comparative : Str) -> A = mk2A; + } ; + + mk1A : Str -> A = \positive -> + let stem = Predef.tk 2 positive in mk2A positive (stem+"ее") ; + + mk2A : Str -> Str -> A = \positive, comparative -> + case positive of { + stem+"ый" => mkAdjDeg (aRegHardStemStress stem) comparative ; + stem+"ой" => mkAdjDeg (aRegHardEndStress stem) comparative ; + stem@(_+("г"|"к"|"х"))+"ий" => mkAdjDeg (aRegHardStemStress stem) comparative; + stem@(_+("ш"|"ж"|"ч"|"щ"))+"ий" => mkAdjDeg (aRegHardStemStress stem) comparative; + stem+"ий" => mkAdjDeg (aRegSoft stem) comparative ; + stem => mkAdjDeg (adjInvar stem) comparative + } ; + + -- khaki, mini, hindi, netto + adjInvar : Str -> Adjective = \stem -> { s = \\_ => stem } ; + + oper mkAdjDeg: Adjective -> Str -> A = \adj, s -> + { s = table + { + Posit => adj.s ; + Compar => \\af => s ; + Superl => \\af => samuj.s !af ++ adj.s ! af + } + } ** {lock_A = <>}; + + + mkA2 a p c= a ** {s2 = p ; c = c; lock_A2 = <>}; +-- mkADeg a s = mkAdjDeg a s ** {lock_ADeg = <>}; -- defined in morpho.RusU + +-- ap a p = mkAdjPhrase a p ** {lock_AP = <>}; -- defined in syntax module + + mkAdv x = ss x ** {lock_Adv = <>} ; + +-- Verb definitions + +-- mkVerbum = \asp, sgP1, sgP2, sgP3, plP1, plP2, plP3, + mkV = \asp, sgP1, sgP2, sgP3, plP1, plP2, plP3, + sgMascPast, imperSgP2, inf -> case asp of { + Perfective => + mkVerbPerfective inf imperSgP2 + (presentConj sgP1 sgP2 sgP3 plP1 plP2 plP3) (pastConj sgMascPast) + ** { lock_V=<> }; + Imperfective => + mkVerbImperfective inf imperSgP2 + (presentConj sgP1 sgP2 sgP3 plP1 plP2 plP3) (pastConj sgMascPast) + ** { lock_V=<> } + }; + + oper presentConj: (_,_,_,_,_,_: Str) -> PresentVerb = + \sgP1, sgP2, sgP3, plP1, plP2, plP3 -> + table { + PRF (ASg _) P1 => sgP1 ; + PRF (ASg _) P2 => sgP2 ; + PRF (ASg _) P3 => sgP3 ; + PRF APl P1 => plP1 ; + PRF APl P2 => plP2 ; + PRF APl P3 => plP3 + }; + + regV a b c d e f g = verbDecl a b c d e f g ** {lock_V = <>} ; + -- defined in morpho.RusU.gf +{- + mkV a b = extVerb a b ** {lock_V = <>}; -- defined in types.RusU.gf + + mkPresentV = \aller, vox -> + { s = table { + VFin gn p => aller.s ! VFORM vox (VIND (VPresent (numGNum gn) p)) ; + VImper n p => aller.s ! VFORM vox (VIMP n p) ; + VInf => aller.s ! VFORM vox VINF ; + VSubj gn => aller.s ! VFORM vox (VSUB gn) + }; t = Present ; a = aller.asp ; w = vox ; lock_V = <>} ; +-} + mkV2 v p cas = v ** {s2 = p ; c = cas; lock_V2 = <>}; + dirV2 v = mkV2 v [] Acc; + + + tvDirDir v = mkV3 v "" "" Acc Dat; + +-- *Ditransitive verbs* are verbs with three argument places. +-- We treat so far only the rule in which the ditransitive +-- verb takes both complements to form a verb phrase. + + mkV3 v s1 s2 c1 c2 = v ** {s2 = s1; c = c1; s4 = s2; c2=c2; lock_V3 = <>}; + +} ; + diff --git a/deprecated/old-lib/resource/russian/PhraseRus.gf b/deprecated/old-lib/resource/russian/PhraseRus.gf new file mode 100644 index 000000000..7a13e3c32 --- /dev/null +++ b/deprecated/old-lib/resource/russian/PhraseRus.gf @@ -0,0 +1,27 @@ +--# -path=.:../abstract:../common:../../prelude + +concrete PhraseRus of Phrase = CatRus ** open Prelude, ResRus in { + + flags coding=utf8 ; + lin + PhrUtt pconj utt voc = {s = pconj.s ++ utt.s ++ voc.s} ; + + UttS s = s ; + UttQS qs = {s = qs.s ! QDir} ; + UttImpSg pol imp = {s = pol.s ++ imp.s ! pol.p ! Masc! Sg} ; + UttImpPl pol imp = {s = pol.s ++ imp.s ! pol.p ! Masc!Pl} ; + UttImpPol pol imp = {s = pol.s ++ imp.s ! pol.p ! Masc! Sg} ; ---- ?? AR + + UttIP ip = {s = ip.s ! PF Nom No NonPoss} ; --- Acc also + UttIAdv iadv = iadv ; + UttNP np = {s = np.s ! PF Acc No NonPoss} ; + UttVP vp = {s = vp.s ! ClInfinit ! ASg Masc! P3} ; + UttAdv adv = adv ; + + NoPConj = {s = []} ; + PConjConj conj = ss conj.s2 ; + + NoVoc = {s = []} ; + VocNP np = {s = "," ++ np.s ! PF Nom No NonPoss} ; + +} diff --git a/deprecated/old-lib/resource/russian/QuestionRus.gf b/deprecated/old-lib/resource/russian/QuestionRus.gf new file mode 100644 index 000000000..28a9dfccd --- /dev/null +++ b/deprecated/old-lib/resource/russian/QuestionRus.gf @@ -0,0 +1,72 @@ +--# -path=.:../abstract:../common:../../prelude + +concrete QuestionRus of Question = CatRus ** open ResRus, Prelude in { + + flags optimize=all_subs ; coding=utf8 ; + + lin + + QuestCl cl = {s = \\b,cf,_ => cl.s ! b ! cf } ; + + QuestVP kto spit = + {s = \\b,clf,qf => (predVerbPhrase kto spit).s!b!clf } ; + + QuestSlash Kto yaGovoruO = + let { kom = Kto.s ! (mkPronForm yaGovoruO.c No NonPoss) ; o = yaGovoruO.s2 } in + {s = \\b,clf,_ => o ++ kom ++ yaGovoruO.s ! b ! clf + } ; + + QuestIAdv kak tuPozhivaesh = + {s = \\b,clf,q => kak.s ++ tuPozhivaesh.s!b!clf } ; + + QuestIComp kak tuPozhivaesh = + {s = \\b,clf,q => let ne = case b of {Neg => ""; Pos => []} + in + kak.s ++ ne ++tuPozhivaesh.s! PF Nom No NonPoss } ; + + + PrepIP p ip = {s = p.s ++ ip.s ! PF Nom No NonPoss} ; + + AdvIP ip adv = { + s = \\c => ip.s ! c ++ adv.s ; + n = ip.n; p=ip.p; g=ip.g; anim=ip.anim; pron=ip.pron + } ; + + IdetCN kakoj okhotnik = + {s = \\pf => case kakoj.c of { + Nom => + kakoj.s ! AF (extCase pf) okhotnik.anim (gNum okhotnik.g kakoj.n) ++ + okhotnik.s ! kakoj.n ! (extCase pf) ; + _ => + kakoj.s ! AF (extCase pf) okhotnik.anim (gNum okhotnik.g kakoj.n) ++ + okhotnik.s ! kakoj.n ! kakoj.c }; + n = kakoj.n ; + p = P3 ; + pron = False; + g = kakoj.g ; + anim = okhotnik.anim + } ; + +-- 1.4 additions 17/6/2008 by AR + + IdetIP kakoj = let anim = Inanimate in + {s = \\pf => kakoj.s ! AF (extCase pf) anim (pgNum kakoj.g kakoj.n) ; + n = kakoj.n ; + p = P3 ; + pron = False; + g = kakoj.g ; + anim = anim + } ; + + IdetQuant kakoj pyat = -- okhotnik = + {s = \\af => + kakoj.s ! pyat.n ! af ++ + pyat.s ! caseAF af ! genAF af ; + n = pyat.n ; + g = kakoj.g ; + c = kakoj.c + } ; + + CompIAdv a = a ; + CompIP ip = {s = ip.s ! PF Nom No NonPoss} ; +} diff --git a/deprecated/old-lib/resource/russian/RelativeRus.gf b/deprecated/old-lib/resource/russian/RelativeRus.gf new file mode 100644 index 000000000..d8a60dc47 --- /dev/null +++ b/deprecated/old-lib/resource/russian/RelativeRus.gf @@ -0,0 +1,37 @@ +--# -path=.:../abstract:../common:../../prelude + +concrete RelativeRus of Relative = CatRus ** open ResRus, MorphoRus in { + + flags optimize=all_subs ; coding=utf8 ; + + lin + + RelCl A = {s = \\b,clf,gn,c, anim => + takoj.s ! AF c anim gn ++ "что" ++ A.s !b!clf}; + + RelVP kotoruj gulyaet = + { s = \\b,clf,gn, c, anim => let { nu = numGNum gn } in + kotoruj.s ! gn ! c ! anim ++ gulyaet.s2 ++ gulyaet.s ! clf ! gn !P3 ++ + gulyaet.s3 ! genGNum gn ! nu + } ; + + +-- Preposition stranding: "that we are looking at". Pied-piping is +-- deferred to $ExtRus.gf$ ("at which we are looking"). + + RelSlash kotoruj yaVizhu = + {s = \\b,clf,gn, _ , anim => yaVizhu.s2 ++ + kotoruj.s ! gn ! yaVizhu.c ! anim + ++ yaVizhu.s!b!clf + } ; + + FunRP p mama kotoruj = + {s = \\gn,c, anim => let {nu = numGNum gn} in + mama.s ! PF c No NonPoss ++ + p.s ++ kotoruj.s ! gn ! p.c ! anim + } ; + + IdRP ={ s = \\gn, c, anim => + kotorujDet.s ! (AF c anim gn )} ; +} + diff --git a/deprecated/old-lib/resource/russian/ResRus.gf b/deprecated/old-lib/resource/russian/ResRus.gf new file mode 100644 index 000000000..d19ea1797 --- /dev/null +++ b/deprecated/old-lib/resource/russian/ResRus.gf @@ -0,0 +1,400 @@ +--# -path=.:../abstract:../common:../../prelude + +--1 Russian 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$. + +resource ResRus = ParamX ** open Prelude in { + +flags coding=utf8 ; optimize=all ; + +--2 Enumerated parameter types +-- +-- These types are the ones found in school grammars. +-- Their parameter values are atomic. + +-- Some parameters, such as $Number$, are inherited from $ParamX$. +param + Gender = Masc | Fem | Neut ; + Case = Nom | Gen | Dat | Acc | Inst | Prepos PrepKind ; + PrepKind = PrepOther | PrepVNa; + Animacy = Animate | Inanimate ; + Voice = Act | Pass ; + Aspect = Imperfective | Perfective ; + RusTense = Present | PastRus | Future ; +-- Degree = Pos | Comp | Super ; + AfterPrep = Yes | No ; + Possessive = NonPoss | Poss GenNum ; +-- Anteriority = Simul | Anter ; + ClForm = ClIndic RusTense Anteriority | ClCondit | ClInfinit | ClImper; + -- "naked infinitive" clauses + +-- A number of Russian nouns have common gender. They can +-- denote both males and females: "умница" (a clever person), "инженер" (an engineer). +-- We overlook this phenomenon for now. + +-- The AfterPrep parameter is introduced in order to describe +-- the variations of the third person personal pronoun forms +-- depending on whether they come after a preposition or not. + +-- Declination forms depend on Case, Animacy , Gender: +-- "большие дома" - "больших домов" (big houses - big houses'), +-- Animacy plays role only in the Accusative case (Masc Sg and Plural forms): +-- Accusative Animate = Genetive, Accusaive Inanimate = Nominative +-- "я люблю большие дома-"я люблю больших мужчин" +-- (I love big houses - I love big men); +-- and on Number: "большой дом - "большие дома" +-- (a big house - big houses). +-- The plural never makes a gender distinction. + + GenNum = ASg Gender | APl ; + + -- Coercions between the compound gen-num type and gender and number: +oper + gNum : Gender -> Number -> GenNum = \g,n -> + case n of + { Sg => case g of + { Fem => ASg Fem ; + Masc => ASg Masc ; + Neut => ASg Neut } ; + Pl => APl + } ; + + +-- The Possessive parameter is introduced in order to describe +-- the possessives of personal pronouns, which are used in the +-- Genetive constructions like "моя мама" (my mother) instead of +-- "мама моя" (the mother of mine). + +--2 For $Noun$ +-- Nouns decline according to number and case. +-- For the sake of shorter description these parameters are +-- combined in the type SubstForm. +param + SubstForm = SF Number Case ; + + +-- Real parameter types (i.e. ones on which words and phrases depend) +-- are mostly hierarchical. The alternative would be cross-products of +-- simple parameters, but this would usually overgenerate. + +-- However, we use the cross-products in complex cases +-- (for example, aspect and tense parameter in the verb description) +-- where the relationship between the parameters are non-trivial +-- even though we aware that some combinations do not exist +-- (for example, present perfective does not exist, but removing +-- this combination would lead to having different descriptions +-- for perfective and imperfective verbs, which we do not want for the +-- sake of uniformity). + +param PronForm = PF Case AfterPrep Possessive; + +oper Pronoun = { s : PronForm => Str ; n : Number ; p : Person ; + g: PronGen ; pron: Bool} ; + +-- Gender is not morphologically determined for first +-- and second person pronouns. + +param PronGen = PGen Gender | PNoGen ; + +-- The following coercion is useful: + +oper + pgen2gen : PronGen -> Gender = \p -> case p of { + PGen g => g ; + PNoGen => Masc ---- variants {Masc ; Fem} --- the best we can do for ya, tu + } ; + + +oper + extCase: PronForm -> Case = \pf -> case pf of { PF c _ _ => c } ; + + mkPronForm: Case -> AfterPrep -> Possessive -> PronForm = + \c,n,p -> PF c n p ; + + CommNounPhrase: Type = {s : Number => Case => Str; g : Gender; anim : Animacy} ; + + NounPhrase : Type = { s : PronForm => Str ; n : Number ; + p : Person ; g: PronGen ; anim : Animacy ; pron: Bool} ; + + mkNP : Number -> CommNounPhrase -> NounPhrase = \n,chelovek -> + {s = \\cas => chelovek.s ! n ! (extCase cas) ; + n = n ; g = PGen chelovek.g ; p = P3 ; pron =False ; + anim = chelovek.anim + } ; + + det2NounPhrase : Adjective -> NounPhrase = \eto -> + {s = \\pf => eto.s ! (AF (extCase pf) Inanimate (ASg Neut)); n = Sg ; g = PGen Neut ; pron = False ; p = P3 ; anim = Inanimate } ; + + + + pron2NounPhraseNum : Pronoun -> Animacy -> Number -> NounPhrase = \ona, anim, num -> + {s = ona.s ; n = num ; g = ona.g ; + pron = ona.pron; p = ona.p ; anim = anim } ; + + +-- Agreement of $NP$ is a record. We'll add $Gender$ later. +-- oper Agr = {n : Number ; p : Person} ; + + +----2 For $Verb$ + +-- Mood is the main verb classification parameter. +-- The verb mood can be infinitive, subjunctive, imperative, and indicative. + +-- Note: subjunctive mood is analytical, i.e. formed from the past form of the +-- indicative mood plus the particle "ли". That is why they have the same GenNum +-- parameter. We choose to keep the "redundant" form in order to indicate +-- the presence of the subjunctive mood in Russian verbs. + +-- Aspect and Voice parameters are present in every mood, so Voice is put +-- before the mood parameter in verb form description the hierachy. +-- Moreover Aspect is regarded as an inherent parameter of a verb entry. +-- The primary reason for that is that one imperfective form can have several +-- perfective forms: "ломать" - "сломать" - "поломать" (to break). +-- Besides, the perfective form could be formed from imperfective +-- by prefixation, but also by taking a completely different stem: +-- "говорить"-"сказать" (to say). In the later case it is even natural to +-- regard them as different verb entries. +-- Another reason is that looking at the Aspect as an inherent verb parameter +-- seem to be customary in other similar projects: +-- http://starling.rinet.ru/morph.htm + +-- Note: Of course, the whole inflection table has many redundancies +-- in a sense that many verbs do not have all grammatically possible +-- forms. For example, passive does not exist for the verb +-- "любить" (to love), but exists for the verb "ломаться" (to break). +-- In present tense verbs do not conjugate according to Genus, +-- so parameter GenNum instead Number is used for the sake of +-- using for example as adjective in predication. + +-- Depending on the tense verbs conjugate according to combinations +-- of gender, person and number of the verb objects. +-- Participles (Present and PastRus) and Gerund forms are not included in the +-- current description. This is the verb type used in the lexicon: + +oper Verbum : Type = { s: VerbForm => Str ; asp : Aspect }; + +param + + VerbForm = VFORM Voice VerbConj ; + VerbConj = VIND GenNum VTense | VIMP Number Person | VINF | VSUB GenNum ; + VTense = VPresent Person | VPast | VFuture Person ; + +oper + getVTense : RusTense -> Person -> VTense= \t,p -> + case t of { Present => VPresent p ; PastRus => VPast; Future => VFuture p } ; + + getTense : Tense -> RusTense= \t -> + case t of { Pres => Present + ; Fut => Future --# notpresent + ; _ => PastRus --# notpresent + } ; + + + getVoice: VerbForm -> Voice = \vf -> + case vf of { + VFORM Act _ => Act; + VFORM Pass _ => Pass + }; +oper sebya : Case => Str =table { +Nom => ""; +Gen => "себя"; +Dat=> "себе"; +Acc => "себя"; +Inst => "собой"; +Prep =>"себе"}; + + Verb : Type = {s : ClForm => GenNum => Person => Str ; asp : Aspect ; w: Voice} ; +-- Verb phrases are discontinuous: the parts of a verb phrase are +-- (s) an inflected verb, (s2) verb adverbials (not negation though), and +-- (s3) complement. This discontinuity is needed in sentence formation +-- to account for word order variations. + + VerbPhrase : Type = Verb ** {s2: Str; s3 : Gender => Number => Str ; + negBefore: Bool} ; + + +-- This is one instance of Gazdar's *slash categories*, corresponding to his +-- $S/NP$. +-- We cannot have - nor would we want to have - a productive slash-category former. +-- Perhaps a handful more will be needed. +-- +-- Notice that the slash category has the same relation to sentences as +-- transitive verbs have to verbs: it's like a *sentence taking a complement*. + + SlashNounPhrase = Clause ** Complement ; + Clause = {s : Polarity => ClForm => Str} ; + +-- This is the traditional $S -> NP VP$ rule. + + predVerbPhrase : NounPhrase -> VerbPhrase -> SlashNounPhrase = + \Ya, tebyaNeVizhu -> { s = \\b,clf => + let + { ya = Ya.s ! (mkPronForm Nom No NonPoss); + khorosho = tebyaNeVizhu.s2; + vizhu = tebyaNeVizhu.s ! clf !(gNum (pgen2gen Ya.g) Ya.n)! Ya.p; + tebya = tebyaNeVizhu.s3 ! (pgen2gen Ya.g) ! Ya.n + } + in + ya ++ khorosho ++ vizhu ++ tebya; + s2= ""; + c = Nom +} ; + +-- Questions are either direct ("Ты счастлив?") +-- or indirect ("Потом он спросил счастлив ли ты"). + +param + QuestForm = DirQ | IndirQ ; + +---- The order of sentence is needed already in $VP$. +-- +-- Order = ODir | OQuest ; + +oper + getActVerbForm : ClForm -> Gender -> Number -> Person -> VerbForm = \clf,g,n, p -> case clf of + { ClIndic Future _ => VFORM Act (VIND (gNum g n) (VFuture p)); + ClIndic PastRus _ => VFORM Act (VIND (gNum g n) VPast); + ClIndic Present _ => VFORM Act (VIND (gNum g n) (VPresent p)); + ClCondit => VFORM Act (VSUB (gNum g n)); + ClInfinit => VFORM Act VINF ; + ClImper => VFORM Act (VIMP n p) + }; + + getPassVerbForm : ClForm -> Gender -> Number -> Person -> VerbForm = \clf,g,n, p -> case clf of + { ClIndic Future _ => VFORM Pass (VIND (gNum g n) (VFuture p)); + ClIndic PastRus _ => VFORM Pass (VIND (gNum g n) VPast); + ClIndic Present _ => VFORM Pass (VIND (gNum g n) (VPresent p)); + ClCondit => VFORM Pass (VSUB (gNum g n)); + ClInfinit => VFORM Pass VINF ; + ClImper => VFORM Pass (VIMP n p) + }; + + +--2 For $Adjective$ + +-- The short form is only inflected in gender and number. +-- Fixing this would require changing the Degree type. +param + AdjForm = AF Case Animacy GenNum | AFShort GenNum | AdvF; + +oper + Complement = {s2 : Str ; c : Case} ; + +oper Refl ={s: Case => Str}; +oper sam: Refl= +{s = table{ + Nom => "сам"; + Gen => "себя"; + Dat => "себе"; + Acc => "себя"; + Inst => "собой"; + Prepos _ => "себе" + } +}; + + pgNum : PronGen -> Number -> GenNum = \g,n -> + case n of + { Sg => ASg (pgen2gen g) ; -- assuming pronoun "I" is a male + Pl => APl + } ; + -- _ => variants {ASg Masc ; ASg Fem} } ; + -- "variants" version cause "no term variants" error during linearization + + + +oper numGNum : GenNum -> Number = \gn -> + case gn of { APl => Pl ; _ => Sg } ; + +oper genGNum : GenNum -> Gender = \gn -> + case gn of { ASg Fem => Fem; ASg Masc => Masc; _ => Neut } ; + +oper numAF: AdjForm -> Number = \af -> + case af of { AdvF => Sg; AFShort gn => numGNum gn; AF _ _ gn => (numGNum gn) } ; + +oper genAF: AdjForm -> Gender = \af -> + case af of { AdvF => Neut; AFShort gn => genGNum gn; AF _ _ gn => (genGNum gn) } ; + +oper caseAF: AdjForm -> Case = \af -> + case af of { AdvF => Nom; AFShort _ => Nom; AF c _ _ => c } ; + +-- The Degree parameter should also be more complex, since most Russian +-- adjectives have two comparative forms: +-- attributive (syntactic (compound), declinable) - +-- "более высокий" (corresponds to "more high") +-- and predicative (indeclinable)- "выше" (higher) and more than one +-- superlative forms: "самый высокий" (corresponds to "the most high") - +-- "высочайший" (the highest). + +-- Even one more parameter independent of the degree can be added, +-- since Russian adjectives in the positive degree also have two forms: +-- long (attributive and predicative) - "высокий" (high) and short (predicative) - "высок" +-- although this parameter will not be exactly orthogonal to the +-- degree parameter. +-- Short form has no case declension, so in principle +-- it can be considered as an additional case. + +-- Note: although the predicative usage of the long +-- form is perfectly grammatical, it can have a slightly different meaning +-- compared to the short form. +-- For example: "он - больной" (long, predicative) vs. +-- "он - болен" (short, predicative). + +--3 Adjective phrases +-- +-- An adjective phrase may contain a complement, e.g. "моложе Риты". +-- Then it is used as postfix in modification, e.g. "человек, моложе Риты". + + IsPostfixAdj = Bool ; + + +-- Simple adjectives are not postfix: + +-- Adjective type includes both non-degree adjective classes: +-- possesive ("мамин"[mother's], "лисий" [fox'es]) +-- and relative ("русский" [Russian]) adjectives. + + Adjective : Type = {s : AdjForm => Str} ; + +-- A special type of adjectives just having positive forms +-- (for semantic reasons) is useful, e.g. "финский". + + AdjPhrase = Adjective ** {p : IsPostfixAdj} ; + + + mkAdjPhrase : Adjective -> IsPostfixAdj -> AdjPhrase = \novuj ,p -> novuj ** {p = p} ; + +----2 For $Relative$ +-- +-- RAgr = RNoAg | RAg {n : Number ; p : Person} ; +-- RCase = RPrep | RC Case ; +-- +--2 For $Numeral$ + +param DForm = unit | teen | ten | hund ; +param Place = attr | indep ; +param Size = nom | sgg | plg ; +--param Gend = masc | fem | neut ; +oper mille : Size => Str = table { + {nom} => "тысяча" ; + {sgg} => "тысячи" ; + _ => "тысяч"} ; + +oper gg : Str -> Gender => Str = \s -> table {_ => s} ; + +-- CardOrd = NCard | NOrd ; + +----2 Transformations between parameter types +-- + +oper + + numSF: SubstForm -> Number = \sf -> case sf of { SF n _ => n } ; + + caseSF: SubstForm -> Case = \sf -> case sf of { SF _ c => c } ; + +} diff --git a/deprecated/old-lib/resource/russian/SentenceRus.gf b/deprecated/old-lib/resource/russian/SentenceRus.gf new file mode 100644 index 000000000..963694673 --- /dev/null +++ b/deprecated/old-lib/resource/russian/SentenceRus.gf @@ -0,0 +1,115 @@ + +--# -path=.:../abstract:../common:../../prelude + + +concrete SentenceRus of Sentence = CatRus ** open Prelude, ResRus in { + + flags optimize=all_subs ; coding=utf8 ; + + lin + + PredVP Ya tebyaNeVizhu = { s = \\b,clf => + let { + ya = Ya.s ! (case clf of { + ClInfinit => (mkPronForm Acc No NonPoss); + _ => (mkPronForm Nom No NonPoss) + }); + ne = case b of {Pos=>""; Neg=>"не"}; + vizhu = tebyaNeVizhu.s ! clf ! (pgNum Ya.g Ya.n)! Ya.p; + khorosho = tebyaNeVizhu.s2 ; + tebya = tebyaNeVizhu.s3 ! (pgen2gen Ya.g) ! Ya.n + } + in + if_then_else Str tebyaNeVizhu.negBefore + (ya ++ ne ++ vizhu ++ tebya ++ khorosho) + (ya ++ vizhu ++ ne ++ tebya ++ khorosho) + } ; + + + PredSCVP sc vp = { s = \\b,clf => + let { + ne = case b of {Pos=>""; Neg=>"не"}; + vizhu = vp.s ! clf ! (ASg Neut)! P3; + tebya = vp.s3 ! Neut ! Sg + } + in + if_then_else Str vp.negBefore + (sc.s ++ ne ++ vizhu ++ tebya) + (sc.s ++ vizhu ++ ne ++ tebya) + } ; +{- + SlashV2 ivan lubit = { s=\\b,clf => ivan.s ! PF Nom No NonPoss ++ + lubit.s! (getActVerbForm clf (pgen2gen ivan.g) ivan.n ivan.p) ; + s2=lubit.s2; c=lubit.c }; + + SlashVVV2 ivan khotet lubit = + { s=\\b,clf => ivan.s ! PF Nom No NonPoss ++ khotet.s! (getActVerbForm clf (pgen2gen ivan.g) ivan.n ivan.p) ++ lubit.s! VFORM Act VINF ; + s2=lubit.s2; + c=lubit.c }; +-} + AdvSlash slash adv = { + s = \\b,clf => slash.s ! b ! clf ++ adv.s ; + c = slash.c; + s2 = slash.s2; + } ; + + SlashPrep cl p = {s=cl.s; s2=p.s; c=p.c} ; + + --- AR 3/11/2007 + SlashVS ivan vidit tuUlubaeshsya = { + s=\\b,clf => ivan.s ! PF Nom No NonPoss ++ + vidit.s! (getActVerbForm clf (pgen2gen ivan.g) ivan.n ivan.p) ++ + [", что"] ++ tuUlubaeshsya.s ; + s2=tuUlubaeshsya.s2; + c=tuUlubaeshsya.c + } ; + + + + ImpVP inf = {s = \\pol, g,n => + let + dont = case pol of { + Neg => "не" ; + _ => [] + } + in + dont ++ inf.s ! ClImper ! (gNum g n )!P2 ++ + inf.s2++inf.s3!g!n + } ; + + EmbedS s = {s = "что" ++ s.s} ; + -- In Russian "Whether you go" transformed in "go whether you": + EmbedQS qs = {s = qs.s ! QIndir} ; + EmbedVP vp = {s = vp.s2 ++ vp.s!ClInfinit!(ASg Masc) !P3 ++ vp.s3!Masc!Sg} ; + + UseCl t a p cl = {s = case t.t of { + Cond => cl.s! p.p ! ClCondit ; --# notpresent + Pres => cl.s! p.p ! ClIndic Present a.a ; ---- AR work-around 13/12/2007 + _ => cl.s! p.p ! ClIndic (getTense t.t) a.a}}; + + UseQCl t a p qcl= {s = case t.t of { + Cond => qcl.s! p.p ! ClCondit ; --# notpresent + Pres => qcl.s! p.p ! ClIndic Present a.a ; + _ => qcl.s!p.p! ClIndic (getTense t.t) a.a }}; + + UseRCl t a p rcl ={s = \\gn,c,anim => case t.t of { + Cond => [", "] ++ rcl.s! p.p ! ClCondit ! gn !c !anim ; --# notpresent + Pres => [", "] ++ rcl.s! p.p ! ClIndic Present a.a !gn !c !anim; + _ => [", "] ++ rcl.s! p.p ! ClIndic (getTense t.t) a.a !gn !c !anim}}; + + UseSlash t a p cl = { + s = case t.t of { + Cond => cl.s! p.p ! ClCondit ; --# notpresent + Pres => cl.s! p.p ! ClIndic Present a.a ; + _ => cl.s! p.p ! ClIndic (getTense t.t) a.a + } ; + s2 = cl.s2 ; + c = cl.c + }; + + + AdvS a s = {s = a.s ++ "," ++ s.s} ; ---- AR 19/6/2007 + + +} + diff --git a/deprecated/old-lib/resource/russian/StructuralRus.gf b/deprecated/old-lib/resource/russian/StructuralRus.gf new file mode 100644 index 000000000..1ae206828 --- /dev/null +++ b/deprecated/old-lib/resource/russian/StructuralRus.gf @@ -0,0 +1,128 @@ +--# -path=.:../abstract:../common:../../prelude + +concrete StructuralRus of Structural = CatRus ** + open ResRus, MorphoRus, (P = ParadigmsRus), Prelude, NounRus in { + + flags optimize=all ; coding=utf8 ; + +lin +-- First mount the numerals. +-- UseNumeral i = i ; + +-- Then an alphabetical list of structural words + + above_Prep = { s = "над" ; c = Inst} ; + after_Prep = { s = "после" ; c = Gen }; +-- all8mass_Det = vesDet ** {n = Sg; g = PNoGen; c = Nom} ; + all_Predet = vseDetPl ** { g = PNoGen; c = Nom} ; + almost_AdA = {s= "почти"} ; + almost_AdN = {s= "почти"} ; + although_Subj = ss "хотя" ; + always_AdV = ss "всегда" ; + and_Conj = {s1 = [] ; s2 = "и" ; n = Pl} ; + because_Subj = ss ["потому что"] ; + before_Prep ={ s = "перед" ; c = Inst}; + behind_Prep = { s = "за" ; c = Inst }; + between_Prep = { s = "между" ; c = Inst}; + both7and_DConj = sd2 "как" [", так и"] ** {n = Pl} ; + but_PConj = ss "но" ; + by8agent_Prep = { s = ["с помощью"] ; c = Gen}; + by8means_Prep = { s = ["с помощью"] ; c = Gen}; + can8know_VV = verbMoch ; + can_VV = verbMoch ; + during_Prep = { s = ["в течение"] ; c = Gen}; + either7or_DConj = sd2 "либо" [", либо"] ** {n = Sg} ; +-- comma is not visible in GUI! + every_Det = kazhdujDet ** {n = Sg ; g = PNoGen; c= Nom} ; + everybody_NP = mkNP Pl (UseN ((eEnd_Decl "вс")**{lock_N=<>})) ; + everything_NP = UsePron (pronVseInanimate ** {lock_Pron=<>}) ; + everywhere_Adv = ss "везде" ; + few_Det = nemnogoSgDet **{lock_Det= <>; n= Sg; g = PNoGen; c = Nom}; +--- DEPREC first_Ord = (uy_j_EndDecl "перв" ) ** {lock_A = <>}; --AStaruyj + from_Prep = { s = "от" ; c = Gen }; + he_Pron = pronOn ; + here_Adv = ss "здесь" ; + here7to_Adv = ss "сюда" ; + here7from_Adv = ss "отсюда" ; + how_IAdv = ss "как" ; + how8many_IDet = skolkoSgDet ** {n = Pl; g = (PGen Neut); c= Gen}; + i_Pron = pronYa ; + if_Subj = ss "если" ; + in8front_Prep = { s = "перед" ; c = Inst}; + in_Prep = { s = "в" ; c = Prepos PrepVNa } ; + it_Pron = pronOno ; + less_CAdv = ss "менее" ; + many_Det = mnogoSgDet ** {n = Sg; g = (PGen Neut); c= Gen} ; + more_CAdv = ss "более" ; + most_Predet = bolshinstvoSgDet ** {n = Sg; g = (PGen Neut); c= Gen} ; + -- inanimate, Sg: "большинство телефонов безмолству-ет" +-- most8many_Det = bolshinstvoPlDet ** {n = Pl; g = (PGen Neut); c= Gen} ; + -- animate, Pl: "большинство учащихся хорошо подготовлен-ы" + much_Det = mnogoSgDet ** {n = Sg; g = (PGen Neut); c= Gen} ; -- same as previous + must_VV = verbDolzhen ; + no_Utt = ss ["Нет"] ; + on_Prep = { s = "на" ; c = Prepos PrepVNa }; +--- DEPREC one_Quant = odinDet ** {lock_QuantSg = <>; n= Sg; g = PNoGen; c = Nom }; +--AStaruyj : + only_Predet = (uy_j_EndDecl "единственн" ) ** {lock_Predet = <>; n= Sg; g = PNoGen; c = Nom }; + or_Conj = {s1= [] ; s2 = "или" ; n = Sg} ; + otherwise_PConj = ss "иначе" ; + part_Prep = { s = "" ; c = Nom}; -- missing in Russian + please_Voc = ss "пожалуйста" ; + possess_Prep = { s = "" ; c = Gen}; --- ?? AR 19/2/2004 + quite_Adv = ss "довольно" ; + she_Pron = pronOna ; + so_AdA = ss "так"; + somebody_NP = UsePron (pronKtoTo** {lock_Pron = <>}); + someSg_Det = nekotorujDet ** {n = Sg; g = PNoGen; c= Nom} ; + somePl_Det = nekotorujDet ** {n = Pl; g = PNoGen; c= Nom} ; + something_NP = UsePron (pronChtoTo** {lock_Pron=<> }) ; + somewhere_Adv = ss "где-нибудь" ; + that_Quant = totDet ** {n = Sg; g = PNoGen; c= Nom} ; + there_Adv = ss "там" ; + there7to_Adv = ss "туда" ; + there7from_Adv = ss "оттуда" ; + therefore_PConj = ss "следовательно" ; + they_Pron = pronOni; + this_Quant = etotDet ** {n = Sg; g = PNoGen; c= Nom} ; + through_Prep = { s = "через" ; c = Acc }; + to_Prep = { s = "к" ; c = Dat }; + too_AdA = ss "слишком" ; + under_Prep = { s = "под" ; c = Inst }; + very_AdA = ss "очень" ; + want_VV = verbKhotet ; + we_Pron = pronMu ; + whatPl_IP = pron2NounPhraseNum pronChto Inanimate Pl; + whatSg_IP = pron2NounPhraseNum pronChto Inanimate Sg; + when_IAdv = ss "когда" ; + when_Subj = ss "когда" ; + where_IAdv = ss "где" ; + which_IQuant = { + s = \\_ => kotorujDet.s ; + g = PNoGen; + c= Nom + } ; + whoPl_IP = pron2NounPhraseNum pronKto Animate Pl; + whoSg_IP = pron2NounPhraseNum pronKto Animate Sg; + why_IAdv = ss "почему" ; + with_Prep = { s = "с" ; c = Inst}; + without_Prep = { s = "без" ; c = Gen}; + youPl_Pron = pronVu; + yes_Utt = ss ["Да"] ; + youSg_Pron = pronTu; + youPol_Pron = pronVu; + +--- NoDet = nikakojDet ** {n = Sg; g = PNoGen; c= Nom} ; +--- AnyDet = lubojDet ** {n = Sg; g = PNoGen; c= Nom} ; +--- AnyNumDet = mkDeterminerNum (lubojDet ** {n = Pl; g = PNoGen; c= Nom} ); +--- NoNumDet = mkDeterminerNum (nikakojDet ** {n = Pl; g = PNoGen; c= Nom} ); +---NobodyNP = UsePron pronNikto Animate; +---NothingNP = UsePron pronNichto Inanimate; + +-- In case of "neither.. no" expression double negation is not +-- only possible, but also required in Russian. +-- There is no means of control for this however in the resource grammar. +--- NeitherNor = sd2 "ни" [", ни"] ** {n = Sg} ; +--- NowhereNP = ss "нигде" ; +--- AgentPrep = { s = "" ; c = Nom}; -- missing in Russian +} diff --git a/deprecated/old-lib/resource/russian/VerbRus.gf b/deprecated/old-lib/resource/russian/VerbRus.gf new file mode 100644 index 000000000..193800034 --- /dev/null +++ b/deprecated/old-lib/resource/russian/VerbRus.gf @@ -0,0 +1,289 @@ + +--# -path=.:../abstract:../common:../../prelude + +concrete VerbRus of Verb = CatRus ** open ResRus, Prelude in { + +-- 1.4 additions by AR 17/6/2008 + + flags optimize=all_subs ; coding=utf8 ; + lin + CompNP masha = + { s=\\clf,gn,p => case clf of + { + (ClIndic Present _) => masha.s ! (mkPronForm Nom No NonPoss) ; + (ClIndic PastRus _) => case gn of + { (ASg Fem) =>"была"++masha.s ! (mkPronForm Inst No NonPoss); + (ASg Masc) =>"был" ++ masha.s!(mkPronForm Inst No NonPoss); + (ASg Neut) =>"было" ++ masha.s!(mkPronForm Inst No NonPoss); + APl => "были" ++ masha.s ! (mkPronForm Inst No NonPoss) + }; + (ClIndic Future _) => case gn of + { APl => case p of + { P3 => "будут"++masha.s ! (mkPronForm Inst No NonPoss); + P2 => "будете"++masha.s !(mkPronForm Inst No NonPoss); + P1 => "будем"++masha.s ! (mkPronForm Inst No NonPoss) + }; + (ASg _) => case p of + { P3=>"будет"++masha.s!(mkPronForm Inst No NonPoss) ; + P2 => "будешь"++ masha.s ! (mkPronForm Inst No NonPoss) ; + P1=> "буду"++ masha.s ! (mkPronForm Inst No NonPoss) + } --case p + }; --case gn + ClCondit => "" ; + ClImper => case (numGNum gn) of + {Sg => "будь" ++ masha.s ! (mkPronForm Inst No NonPoss); + Pl => "будьте" ++ masha.s ! (mkPronForm Inst No NonPoss) + }; + ClInfin => "быть" ++ masha.s ! (mkPronForm Inst No NonPoss) +}; -- case clf + asp = Imperfective ; + w = Act; + negBefore = True; + s2 = ""; + s3 = \\g,n => "" + } ; + + CompAP zloj ={ + s= \\clf,gn,p => case clf of { +-- person is ignored ! + ClInfinit => "быть" ++ zloj.s ! AF Inst Animate (ASg Masc) ; + ClImper => case gn of + { (ASg _) => "будь" ++ zloj.s ! AF Inst Animate (ASg Masc); + APl => "будьте" ++ zloj.s ! AF Inst Animate APl + }; +-- infinitive does not save GenNum, +-- but indicative does for the sake of adjectival predication ! + ClIndic Present _ => zloj.s ! AF Nom Animate gn ; + ClIndic PastRus _ => case gn of + { (ASg Fem) => "была" ++ zloj.s! AF Nom Animate (ASg Fem); + (ASg Masc) => "был" ++ zloj.s! AF Nom Animate (ASg Masc); + (ASg Neut) => "был" ++ zloj.s! AF Nom Animate (ASg Neut); + APl => "были" ++ zloj.s! AF Nom Animate APl + }; + ClIndic Future _ => case gn of + { APl => case p of + { P3 => "будут" ++ zloj.s! AF Nom Animate APl; + P2 => "будете" ++ zloj.s! AF Nom Animate APl; + P1 => "будем" ++ zloj.s! AF Nom Animate APl + } ; + (ASg _) => case p of + {P3 => "будет" ++ zloj.s! AF Nom Animate (ASg (genGNum gn)); + P2 => "будешь"++ zloj.s! AF Nom Animate (ASg (genGNum gn)); + P1=> "буду" ++ zloj.s! AF Nom Animate (ASg (genGNum gn)) + } + }; + ClCondit => "" + } ; + + asp = Imperfective ; + w = Act; + negBefore = True; + s2 = ""; + s3 = \\g,n=> "" + } ; + + +-- Verb phrases can also be formed from adjectives (" молод"), +-- common nouns (" человек"), and noun phrases (" самый молодой"). +-- The third rule is overgenerating: " каждый человек" has to be ruled out +-- on semantic grounds. +-- Note: we omit a dash "-" because it will cause problems with negation word order: +-- "Я не - волшебник". Alternatively, we can consider verb-based VP and +-- all the rest. + + CompAdv zloj = + { s= \\clf,gn,p => case clf of { + ClImper => case gn of + { ASg _ => "будь" ++ zloj.s; -- person is ignored ! + APl => "будьте" ++ zloj.s + }; + ClInfinit => "быть" ++ zloj.s; + ClIndic Present _ => zloj.s ; + ClIndic PastRus _ => case gn of + { (ASg Fem) => "была" ++ zloj.s; + (ASg Masc) => "был" ++ zloj.s; + (ASg Neut) => "было" ++ zloj.s; + APl => "были" ++ zloj.s + }; + ClIndic Future _ => case gn of + { (ASg _) => "будет" ++ zloj.s; + APl => "будут" ++ zloj.s + }; + ClCondit => "" + } ; + asp = Imperfective ; + w = Act; + s2 = ""; + negBefore = True; + s3 = \\g,n => "" + } ; + + + + UseComp comp = comp ; + +-- CompAP ap = ap ; +-- CompNP np = {s = \\_ => np.s ! Acc} ; +-- CompAdv a = {s = \\_ => a.s} ; + + +-- A simple verb can be made into a verb phrase with an empty complement. +-- There are two versions, depending on if we want to negate the verb. +-- N.B. negation is *not* a function applicable to a verb phrase, since +-- double negations with "inte" are not grammatical. + + UseV se = + {s=\\clf,gn,p => se.s ! (getActVerbForm clf (genGNum gn) (numGNum gn) p) ; + asp = se.asp ; + w=Act; + s2 = ""; + negBefore = True; + s3 = table{_=> table{_ => ""}} + } ; + +-- The rule for using transitive verbs is the complementization rule: + SlashV2a se = + {s = \\clf,gn,p => se.s ! (getActVerbForm clf (genGNum gn) (numGNum gn) p) ; + asp = se.asp ; + w = Act; + s2 = ""; + s3 = \\g,n => ""; + negBefore = True ; + sc = se.s2 ; + c = se.c + } ; + + ComplSlash se tu = + {s = \\clf,gn,p => se.s ! clf ! gn ! p + ++ se.sc ++ tu.s ! (mkPronForm se.c No NonPoss) ; + asp = se.asp ; + w = se.w; + s2 = se.s2; + s3 = se.s3; + negBefore = se.negBefore + } ; + + Slash2V3 dat tu = + let + tebepivo = dat.s2 ++ tu.s ! PF dat.c No NonPoss ++ dat.s4 ; + in + {s = \\clf,gn,p => dat.s ! (getActVerbForm clf (genGNum gn) (numGNum gn) p) ++ tebepivo ; + asp = dat.asp ; + w = Act; + negBefore = True; + s2 = ""; + s3 = \\g,n=> "" ; + sc = dat.s4 ; + c = dat.c2 + } ; + + Slash3V3 dat pivo = + let + tebepivo = dat.s4 ++ pivo.s ! PF dat.c2 Yes NonPoss + in + {s = \\clf,gn,p => dat.s ! (getActVerbForm clf (genGNum gn) (numGNum gn) p) ++ tebepivo ; + asp = dat.asp ; + w = Act; + negBefore = True; + s2 = ""; + s3 = \\g,n=> "" ; + sc = dat.s2 ; + c = dat.c + } ; + +{- + ComplV3 dat tu pivo = + let + tebepivo = dat.s2 ++ + tu.s ! PF dat.c No NonPoss ++ dat.s4 ++ pivo.s ! PF dat.c2 Yes NonPoss + in + {s = \\clf,gn,p => dat.s ! (getActVerbForm clf (genGNum gn) (numGNum gn) p) ++ tebepivo ; + asp = dat.asp ; + w = Act; + negBefore = True; + s2 = ""; + s3 = \\g,n=> "" + } ; + + + ReflV2 v = + { s = \\clf,gn,p => v.s ! (getActVerbForm clf (genGNum gn) (numGNum gn) p) ++ v.s2 ++ sebya!v.c; + asp = v.asp ; + w = Act; + negBefore = True; + s2 = ""; + s3 = \\g,n=> "" + } ; +-} + +-- To generate "сказал, что Иван гуляет" / "не сказал, что Иван гуляет": + ComplVS vidit tuUlubaeshsya = + {s = \\clf,gn,p => vidit.s ! (getActVerbForm clf (genGNum gn) (numGNum gn) p) + ++ [", что"] ++ tuUlubaeshsya.s ; + asp = vidit.asp; + w = Act; + s2=""; + negBefore = True; + s3 = \\g,n => "" + } ; +-- To generate "can walk"/"can't walk"; "tries to walk"/"does not try to walk": +-- The contraction of "not" is not provided, since it would require changing +-- the verb parameter type. + + ComplVV putatsya bezhat = + { s = \\clf,gn,p => putatsya.s ! (getActVerbForm clf (genGNum gn) + (numGNum gn) p) ++ bezhat.s!ClInfinit !gn!p ; + asp = putatsya.asp ; + w = Act; + negBefore = True; + s2 = ""; + s3 =\\g,n => "" + } ; + ComplVQ dat esliOnPridet = + {s = \\clf,gn,p => dat.s ! (getActVerbForm clf (genGNum gn) (numGNum gn) p) ++ esliOnPridet.s ! QDir ; + asp = dat.asp ; + w = Act; + negBefore = True; + s2 = ""; + s3 = \\g,n=> "" + } ; + ComplVA vuglyadet molodoj = + {s = \\clf,gn,p => vuglyadet.s ! (getActVerbForm clf (genGNum gn) (numGNum gn) p) ; + asp = vuglyadet.asp ; + w = Act; + negBefore = True; + s2 = ""; + s3 = \\g,n => molodoj.s!(AF Inst Animate (gNum g n)) + } ; + + SlashV2A obechat molodoj = + {s = \\clf,gn,p => + obechat.s ! (getActVerbForm clf (genGNum gn) (numGNum gn) p) ++ + molodoj.s ! AF Inst Inanimate (ASg Neut) ; + ---- AR 17/6; AF Inst tu.anim (pgNum tu.g tu.n) ; + asp = obechat.asp ; + w = Act; + negBefore = True; + s2 = ""; + s3 = \\g,n =>"" ; + sc = obechat.s2 ; + c = obechat.c + } ; + + AdvVP poet khorosho = + {s = \\clf,gn,p => poet.s ! clf!gn!p; s2 = poet.s2 ++ khorosho.s; s3 = poet.s3; + asp = poet.asp; w = poet.w; t = poet.t ; negBefore = poet.negBefore } ; + + AdVVP khorosho poet = + {s = \\clf,gn,p => poet.s ! clf!gn!p; s2 = khorosho.s ++ poet.s2; s3 = poet.s3; + asp = poet.asp; w = poet.w; t = poet.t ; negBefore = poet.negBefore } ; + +PassV2 se = + {s=\\clf,gn,p => se.s ! (getPassVerbForm clf (genGNum gn) (numGNum gn) p) ; + asp=se.asp; w=Pass; s2 = se.s2; + negBefore = True; + s3 = table{_=> table{_ => ""}} +}; + +} + diff --git a/deprecated/old-lib/resource/scandinavian/AdjectiveScand.gf b/deprecated/old-lib/resource/scandinavian/AdjectiveScand.gf new file mode 100644 index 000000000..1570574cb --- /dev/null +++ b/deprecated/old-lib/resource/scandinavian/AdjectiveScand.gf @@ -0,0 +1,44 @@ +incomplete concrete AdjectiveScand of Adjective = + CatScand ** open CommonScand, ResScand, Prelude in { + + lin + + PositA a = { + s = \\ap => a.s ! AF (APosit ap) Nom ; + isPre = True + } ; + ComparA a np = { + s = \\ap => case a.isComp of { + True => compMore ++ a.s ! AF (APosit ap) Nom ; + _ => a.s ! AF ACompar Nom + } + ++ conjThan ++ np.s ! nominative ; + isPre = False + } ; + +-- $SuperlA$ belongs to determiner syntax in $Noun$. + + ComplA2 a np = { + s = \\ap => a.s ! AF (APosit ap) Nom ++ a.c2.s ++ np.s ! accusative ; + isPre = False + } ; + + ReflA2 a = { + s = \\ap => a.s ! AF (APosit ap) Nom ++ a.c2.s ++ + reflPron (agrP3 utrum Sg) ; ---- + isPre = False + } ; + + SentAP ap sc = { + s = \\a => ap.s ! a ++ sc.s ; + isPre = False + } ; + + AdAP ada ap = { + s = \\a => ada.s ++ ap.s ! a ; + isPre = ap.isPre + } ; + + UseA2 a = a ; + +} diff --git a/deprecated/old-lib/resource/scandinavian/AdverbScand.gf b/deprecated/old-lib/resource/scandinavian/AdverbScand.gf new file mode 100644 index 000000000..1afa40cf1 --- /dev/null +++ b/deprecated/old-lib/resource/scandinavian/AdverbScand.gf @@ -0,0 +1,27 @@ +incomplete concrete AdverbScand of Adverb = CatScand ** open CommonScand, ResScand, Prelude in { + + lin + PositAdvAdj a = { + s = a.s ! adverbForm + } ; + ComparAdvAdj cadv a np = { + s = cadv.s ++ a.s ! adverbForm ++ conjThan ++ np.s ! nominative + } ; + ComparAdvAdjS cadv a s = { + s = cadv.s ++ a.s ! adverbForm ++ conjThan ++ s.s ! Sub + } ; + + PrepNP prep np = {s = prep.s ++ np.s ! accusative} ; + + AdAdv = cc2 ; + + SubjS subj s = { + s = subj.s ++ s.s ! Sub + } ; + + AdnCAdv cadv = {s = cadv.s ++ conjThan} ; + + oper + adverbForm : AForm = AF (APosit (Strong SgNeutr)) Nom ; + +} diff --git a/deprecated/old-lib/resource/scandinavian/CatScand.gf b/deprecated/old-lib/resource/scandinavian/CatScand.gf new file mode 100644 index 000000000..536f6aa55 --- /dev/null +++ b/deprecated/old-lib/resource/scandinavian/CatScand.gf @@ -0,0 +1,106 @@ +incomplete concrete CatScand of Cat = + CommonX ** open ResScand, Prelude, CommonScand, (R = ParamX) in { + + flags optimize=all_subs ; + + lincat + +-- Tensed/Untensed + + S = {s : Order => Str} ; + QS = {s : QForm => Str} ; + RS = {s : Agr => Str ; c : NPForm} ; + SSlash = {s : Order => Str ; n3 : Agr => Str ; c2 : Complement} ; + +-- Sentence + + Cl = {s : R.Tense => Anteriority => Polarity => Order => Str} ; + ClSlash = { + s : R.Tense => Anteriority => Polarity => Order => Str ; + n3 : Agr => Str ; + c2 : Complement + } ; + Imp = {s : Polarity => Number => Str} ; + +-- Question + + QCl = {s : R.Tense => Anteriority => Polarity => QForm => Str} ; + IP = {s : NPForm => Str ; gn : GenNum} ; + IComp = {s : AFormPos => Str} ; + IDet = {s : Gender => Str ; n : Number ; det : DetSpecies} ; + IQuant = {s : Number => Gender => Str ; det : DetSpecies} ; + +-- Relative; the case $c$ is for "det" clefts. + + RCl = {s : R.Tense => Anteriority => Polarity => Agr => Str ; c : NPForm} ; + RP = {s : GenNum => RCase => Str ; a : RAgr} ; + +-- Verb + + VP = { + s : VPForm => { + fin : Str ; -- V1 har ---s1 + inf : Str -- V2 sagt ---s4 + } ; + a1 : Polarity => Str ; -- A1 inte ---s3 + n2 : Agr => Str ; -- N2 dig ---s5 + a2 : Str ; -- A2 idag ---s6 + ext : Str ; -- S-Ext att hon gr ---s7 + en2,ea2,eext : Bool -- indicate if the field exists + } ; + VPSlash = CommonScand.VP ** { + n3 : Agr => Str ; -- object-control complement + c2 : Complement + } ; + Comp = {s : AFormPos => Str} ; + + +-- Adjective + + AP = {s : AFormPos => Str ; isPre : Bool} ; + +-- Noun + +-- The fields $isMod$ and $isDet$, and the boolean parameter of +-- determiners, are a hack (the simples possible we found) that +-- permits treating definite articles "huset - de fem husen - det gamla huset" +-- as $Quant$. + + CN = {s : Number => DetSpecies => Case => Str ; g : Gender ; isMod : Bool} ; + NP,Pron = {s : NPForm => Str ; a : Agr} ; + Det = {s : Bool => Gender => Str ; n : Number ; det : DetSpecies} ; + Quant = {s : Number => Bool => Gender => Str ; det : DetSpecies} ; + Art = {s : Number => Bool => Bool => Gender => Str ; det : DetSpecies} ; + Predet = {s : GenNum => Str} ; + Num = {s : Gender => Str ; isDet : Bool ; n : Number} ; + Card = {s : Gender => Str ; n : Number} ; + Ord = {s : Str} ; + +-- Numeral + + Numeral = {s : CardOrd => Str ; n : Number} ; + Digits = {s : CardOrd => Str ; n : Number} ; + +-- Structural + + Conj = {s1,s2 : Str ; n : Number} ; + Subj = {s : Str} ; + Prep = {s : Str} ; + +-- Open lexical classes, e.g. Lexicon + + V, VS, VQ, VA = Verb ; + V2, VV, V2Q, V2S, V2A = Verb ** {c2 : Complement} ; + V3, V2V = Verb ** {c2,c3 : Complement} ; + + A = Adjective ** {isComp : Bool} ; + -- {s : AForm => Str} ; + A2 = Adjective ** {isComp : Bool ; c2 : Complement} ; + + N = Noun ; + -- {s : Number => Species => Case => Str ; g : Gender} ; + N2 = Noun ** {c2 : Complement} ; + N3 = Noun ** {c2,c3 : Complement} ; + PN = {s : Case => Str ; g : Gender} ; + +} diff --git a/deprecated/old-lib/resource/scandinavian/CommonScand.gf b/deprecated/old-lib/resource/scandinavian/CommonScand.gf new file mode 100644 index 000000000..487082305 --- /dev/null +++ b/deprecated/old-lib/resource/scandinavian/CommonScand.gf @@ -0,0 +1,310 @@ +--1 Auxiliary operations common for Scandinavian languages. +-- +-- This module contains operations that are shared by the Scandinavian +-- languages. The complete set of auxiliary operations needed to +-- implement [Test Test.html] is defined in [ResScandinavian ResScandinavian.html], +-- which depends on [DiffScandinavian DiffScandinavian.html]. + +resource CommonScand = ParamX ** open Prelude in { + + flags optimize=all ; + +param + Species = Indef | Def ; + Case = Nom | Gen ; + Voice = Act | Pass ; + + Order = Main | Inv | Sub ; + + DetSpecies = DIndef | DDef Species ; + + GenNum = SgUtr | SgNeutr | Plg ; + + AForm = AF AFormGrad Case ; + + AFormGrad = + APosit AFormPos + | ACompar + | ASuperl AFormSup ; + +-- The $Number$ in $Weak$ only matters in "lilla"/"sm". + + AFormPos = Strong GenNum | Weak Number ; + AFormSup = SupStrong | SupWeak ; + + VForm = + VF VFin + | VI VInf ; + + VFin = + VPres Voice + | VPret Voice --# notpresent + | VImper Voice + ; + + VInf = + VInfin Voice + | VSupin Voice --# notpresent + | VPtPret AFormPos Case + ; + + VPForm = + VPFinite Tense Anteriority + | VPImperat + | VPInfinit Anteriority ; + + VType = VAct | VPass | VRefl ; + + NPForm = NPNom | NPAcc | NPPoss GenNum ; +--- AdjPronForm = APron GenNum Case ; +--- AuxVerbForm = AuxInf | AuxPres | AuxPret | AuxSup ; + + RCase = RNom | RGen | RPrep Bool ; + + RAgr = RNoAg | RAg {gn : GenNum ; p : Person} ; + +oper + Complement : Type = {s : Str ; hasPrep : Bool} ; + + Agr : PType = {gn : GenNum ; p : Person} ; + + nominative : NPForm = NPNom ; + accusative : NPForm = NPAcc ; + + caseNP : NPForm -> Case = \np -> case np of { + NPPoss _ => Gen ; + _ => Nom + } ; + + specDet : DetSpecies -> Species = \d -> case d of { + DDef Def => Def ; + _ => Indef + } ; + + mkComplement : Str -> Complement = \s -> { + s = s ; + hasPrep = case s of { + "" => False ; + _ => True + } + } ; +-- Used in $Noun.AdjCN$. + +----- agrAdj : GenNum -> DetSpecies -> AFormPos = \gn,d -> Strong gn ; --- debug + agrAdj : GenNum -> DetSpecies -> AFormPos = \gn,d -> + case < : GenNum * DetSpecies> of { + <_, DIndef> => Strong gn ; + => Weak Pl ; + _ => Weak Sg + } ; + +-- Used in $DiffScand.predV$. + + vFin : Tense -> Voice -> VForm = \t,v -> case t of { + Pres => VF (VPres v) ; + Past => VF (VPret v) ; --# notpresent + _ => VI (VInfin v) --- not to be used? + } ; + +-- Used in $ConjunctionScand$. + + conjGenNum : (_,_ : GenNum) -> GenNum = \g,h -> case of { + => SgUtr ; + => Plg ; + <_, Plg> => Plg ; + _ => SgNeutr + } ; + + conjAgr : (_,_ : Agr) -> Agr = \a,b -> { + gn = conjGenNum a.gn b.gn ; + p = conjPerson a.p b.p + } ; + +--- + +-- For $Lex$. + +-- For each lexical category, here are the worst-case constructors. +-- +-- But $mkNoun$ is fully defined only for each language, since +-- $Gender$ varies. + + nounForms : (x1,_,_,x4 : Str) -> (Number => Species => Case => Str) = + \man,mannen,men,mennen -> \\n,d,c => case of { + => mkCase c man ; + => mkCase c mannen ; + => mkCase c men ; + => mkCase c mennen + } ; + + Adjective : Type = {s : AForm => Str} ; + + mkAdjective : (x1,_,_,_,_,_,x7 : Str) -> {s : AForm => Str} = + \liten, litet, lilla, sma, mindre, minst, minsta -> { + s = table { + AF (APosit a) c => mkCase c (mkAdjPos a liten litet lilla sma) ; + AF ACompar c => mkCase c mindre ; + AF (ASuperl SupStrong) c => mkCase c minst ; + AF (ASuperl SupWeak) c => mkCase c minsta + } + } ; + + mkVerb : (x1,_,_,_,_,_,_,x8 : Str) -> {s : VForm => Str ; vtype : VType} = + \finna,finner,finn,fann,funnit,funnen,funnet,funna -> { + s = table { + VF (VPres Act) => finner ; + VF (VPres Pass) => mkVoice Pass finn ; + VF (VPret v) => mkVoice v fann ; --# notpresent + VF (VImper v) => mkVoice v finn ; + VI (VInfin v) => mkVoice v finna ; + VI (VSupin v) => mkVoice v funnit ; --# notpresent + VI (VPtPret a c)=> mkCase c (mkAdjPos a funnen funnet funna funna) + } ; + vtype = VAct + } ; + +-- These are useful auxiliaries. + + mkCase : Case -> Str -> Str = \c,f -> case c of { + Nom => f ; + Gen => f + case last f of { + "s" | "x" => [] ; + _ => "s" + } + } ; + + mkAdjPos : AFormPos -> (s1,_,_,s4 : Str) -> Str = + \a, liten, litet, lilla, sma -> + case a of { + Strong gn => case gn of { + SgUtr => liten ; + SgNeutr => litet ; + Plg => sma + } ; + Weak Sg => lilla ; + Weak Pl => sma + } ; + + mkVoice : Voice -> Str -> Str = \v,s -> case v of { + Act => s ; + Pass => s + case last s of { + "s" => "es" ; + _ => "s" + } + } ; + + +-- For $Noun$. + + artDef : GenNum -> Str = \gn -> gennumForms "den" "det" "de" ! gn ; + + mkNP : (x1,_,_,_,x5 : Str) -> GenNum -> Person -> + {s : NPForm => Str ; a : Agr} = \du,dig,din,ditt,dina,gn,p -> { + s = table { + NPNom => du ; + NPAcc => dig ; + NPPoss g => gennumForms din ditt dina ! g + } ; + a = { + gn = gn ; + p = p + } + } ; + + gennumForms : (x1,x2,x3 : Str) -> GenNum => Str = \den,det,de -> + table { + SgUtr => den ; + SgNeutr => det ; + _ => de + } ; + + regNP : Str -> Str -> GenNum -> {s : NPForm => Str ; a : Agr} = + \det,dess,gn -> + mkNP det det dess dess dess gn P3 ; + + +-- For $Verb$. + + VP = { + s : VPForm => { + fin : Str ; -- V1 har ---s1 + inf : Str -- V2 sagt ---s4 + } ; + a1 : Polarity => Str ; -- A1 inte ---s3 + n2 : Agr => Str ; -- N2 dig ---s5 + a2 : Str ; -- A2 idag ---s6 + ext : Str ; -- S-Ext att hon gr ---s7 + --- ea1,ev2, --- these depend on params of v and a1 + en2,ea2,eext : Bool -- indicate if the field exists + } ; + + + insertObj : (Agr => Str) -> VP -> VP = \obj,vp -> { + s = vp.s ; + a1 = vp.a1 ; + n2 = \\a => obj ! a ++ vp.n2 ! a ; + a2 = vp.a2 ; + ext = vp.ext ; + en2 = True ; + ea2 = vp.ea2 ; + eext = vp.eext + } ; + + insertObjPost : (Agr => Str) -> VP -> VP = \obj,vp -> { + s = vp.s ; + a1 = vp.a1 ; + n2 = \\a => vp.n2 ! a ++ obj ! a ; + a2 = vp.a2 ; + ext = vp.ext ; + en2 = True ; + ea2 = vp.ea2 ; + eext = vp.eext + } ; + + insertAdv : Str -> VP -> VP = \adv,vp -> { + s = vp.s ; + a1 = vp.a1 ; + n2 = vp.n2 ; + a2 = vp.a2 ++ adv ; + ext = vp.ext ; + en2 = vp.en2 ; + ea2 = True ; + eext = vp.eext + } ; + + insertAdV : Str -> VP -> VP = \adv,vp -> { + s = vp.s ; + a1 = \\b => vp.a1 ! b ++ adv ; + n2 = vp.n2 ; + a2 = vp.a2 ; + ext = vp.ext ; + en2 = vp.en2 ; + ea2 = vp.ea2 ; + eext = vp.eext + } ; + + infVP : VP -> Agr -> Str = \vp,a -> + vp.a1 ! Pos ++ (vp.s ! VPInfinit Simul).inf ++ vp.n2 ! a ++ vp.a2 ++ vp.ext ; --- a1 + + +-- For $Sentence$. + + Clause : Type = { + s : Tense => Anteriority => Polarity => Order => Str + } ; + + mkClause : Str -> Agr -> VP -> Clause = \subj,agr,vp -> { + s = \\t,a,b,o => + let + verb = vp.s ! VPFinite t a ; + neg = vp.a1 ! b ; + compl = vp.n2 ! agr ++ vp.a2 ++ vp.ext + in + case o of { + Main => subj ++ verb.fin ++ neg ++ verb.inf ++ compl ; + Inv => verb.fin ++ subj ++ neg ++ verb.inf ++ compl ; + Sub => subj ++ neg ++ verb.fin ++ verb.inf ++ compl + } + } ; + +} diff --git a/deprecated/old-lib/resource/scandinavian/ConjunctionScand.gf b/deprecated/old-lib/resource/scandinavian/ConjunctionScand.gf new file mode 100644 index 000000000..b98f04ae9 --- /dev/null +++ b/deprecated/old-lib/resource/scandinavian/ConjunctionScand.gf @@ -0,0 +1,37 @@ +incomplete concrete ConjunctionScand of Conjunction = + CatScand ** open CommonScand, ResScand, Coordination, Prelude in { + + flags optimize=all_subs ; + + lin + + ConjS conj ss = conjunctDistrTable Order conj ss ; + + ConjAdv conj ss = conjunctDistrSS conj ss ; + + ConjNP conj ss = conjunctDistrTable NPForm conj ss ** { + a = {gn = conjGenNum (gennum utrum conj.n) ss.a.gn ; p = ss.a.p} + } ; + + ConjAP conj ss = conjunctDistrTable AFormPos conj ss ** { + isPre = ss.isPre + } ; + +-- These fun's are generated from the list cat's. + + BaseS = twoTable Order ; + ConsS = consrTable Order comma ; + BaseAdv = twoSS ; + ConsAdv = consrSS comma ; + BaseNP x y = twoTable NPForm x y ** {a = conjAgr x.a y.a} ; + ConsNP xs x = consrTable NPForm comma xs x ** {a = conjAgr xs.a x.a} ; + BaseAP x y = twoTable AFormPos x y ** {isPre = andB x.isPre y.isPre} ; + ConsAP xs x = consrTable AFormPos comma xs x ** {isPre = andB xs.isPre x.isPre} ; + + lincat + [S] = {s1,s2 : Order => Str} ; + [Adv] = {s1,s2 : Str} ; + [NP] = {s1,s2 : NPForm => Str ; a : Agr} ; + [AP] = {s1,s2 : AFormPos => Str ; isPre : Bool} ; + +} diff --git a/deprecated/old-lib/resource/scandinavian/DiffScand.gf b/deprecated/old-lib/resource/scandinavian/DiffScand.gf new file mode 100644 index 000000000..e288be677 --- /dev/null +++ b/deprecated/old-lib/resource/scandinavian/DiffScand.gf @@ -0,0 +1,63 @@ +interface DiffScand = open CommonScand, Prelude in { + +--1 Differences between Scandinavian languages + +-- Norway has three genders, Danish and Swedish have two. + + param + Gender ; + + oper + neutrum, utrum : Gender ; + + gennum : Gender -> Number -> GenNum ; + +-- This is the form of the noun in "det stora berget"/"det store berg". + + detDef : Species ; + +-- Danish and Norwegian verbs, but not Swedish verbs, +-- have two possible compound-tense auxiliaries ("have" or "vre"). + + Verb : Type ; + + hasAuxBe : Verb -> Bool ; + +-- The rest of the parameters are function words used in the syntax modules. + + conjThat : Str ; + conjThan : Str ; + compMore : Str ; + conjAnd : Str ; + infMark : Str ; + + subjIf : Str ; + + artIndef : Gender => Str ; + + verbHave : Verb ; + verbBe : Verb ; + + verbBecome : Verb ; + + auxFut : Str ; + auxCond : Str ; + + negation : Polarity => Str ; + +-- For determiners; mostly two-valued even in Norwegian. + + genderForms : (x1,x2 : Str) -> Gender => Str ; + +-- The forms of a relative pronoun ("som", "vars", "i vilken"). + + relPron : GenNum => RCase => Str ; + +-- Pronoun "sdan" used in $Relative.RelCl$. + + pronSuch : GenNum => Str ; + + reflPron : Agr -> Str ; + +} + diff --git a/deprecated/old-lib/resource/scandinavian/ExtEngAbs.gf b/deprecated/old-lib/resource/scandinavian/ExtEngAbs.gf new file mode 100644 index 000000000..85c117e47 --- /dev/null +++ b/deprecated/old-lib/resource/scandinavian/ExtEngAbs.gf @@ -0,0 +1,15 @@ +abstract ExtEngAbs = Cat ** { + + cat + Aux ; -- auxiliary verbs: "can", "must", etc + +-- Notice that $Aux$ cannot form $VP$ with infinitive, imperative, etc. + + fun + PredAux : NP -> Aux -> VP -> Cl ; + QuestAux : IP -> Aux -> VP -> QCl ; + + can_Aux : Aux ; + must_Aux : Aux ; + +} diff --git a/deprecated/old-lib/resource/scandinavian/ExtraScand.gf b/deprecated/old-lib/resource/scandinavian/ExtraScand.gf new file mode 100644 index 000000000..3438a0d3b --- /dev/null +++ b/deprecated/old-lib/resource/scandinavian/ExtraScand.gf @@ -0,0 +1,47 @@ +incomplete concrete ExtraScand of ExtraScandAbs = CatScand ** + open CommonScand,Coordination,ResScand in { + lin + GenNP np = { + s = \\n,_,g => np.s ! NPPoss (gennum g n) ; + det = DDef Indef + } ; + + ComplBareVS v s = insertObj (\\_ => s.s ! Sub) (predV v) ; + + StrandRelSlash rp slash = { + s = \\t,a,p,ag => + rp.s ! ag.gn ! RNom ++ slash.s ! t ! a ! p ! Sub ++ slash.c2.s ; + c = NPAcc + } ; + EmptyRelSlash rp slash = { + s = \\t,a,p,ag => + slash.s ! t ! a ! p ! Sub ++ slash.c2.s ; + c = NPAcc + } ; + + StrandQuestSlash ip slash = { + s = \\t,a,p => + let + cls = slash.s ! t ! a ! p ; + who = ip.s ! accusative + in table { + QDir => who ++ cls ! Inv ++ slash.c2.s ; + QIndir => who ++ cls ! Sub ++ slash.c2.s + } + } ; + + lincat + VPI = {s : VPIForm => Agr => Str} ; + [VPI] = {s1,s2 : VPIForm => Agr => Str} ; + + lin + BaseVPI = twoTable2 VPIForm Agr ; + ConsVPI = consrTable2 VPIForm Agr comma ; + + MkVPI vp = { + s = \\v,a => infVP vp a ---- no sup + } ; + ConjVPI = conjunctDistrTable2 VPIForm Agr ; + ComplVPIVV vv vpi = insertObj (\\a => vv.c2.s ++ vpi.s ! VPIInf ! a) (predV vv) ; + +} diff --git a/deprecated/old-lib/resource/scandinavian/ExtraScandAbs.gf b/deprecated/old-lib/resource/scandinavian/ExtraScandAbs.gf new file mode 100644 index 000000000..7f0fb1651 --- /dev/null +++ b/deprecated/old-lib/resource/scandinavian/ExtraScandAbs.gf @@ -0,0 +1,3 @@ +abstract ExtraScandAbs = Extra ** { + +} diff --git a/deprecated/old-lib/resource/scandinavian/NounScand.gf b/deprecated/old-lib/resource/scandinavian/NounScand.gf new file mode 100644 index 000000000..edabe8228 --- /dev/null +++ b/deprecated/old-lib/resource/scandinavian/NounScand.gf @@ -0,0 +1,231 @@ +incomplete concrete NounScand of Noun = + CatScand ** open CommonScand, ResScand, Prelude in { + + flags optimize=all_subs ; + +-- The rule defines $Det Quant Num Ord CN$ where $Det$ is empty if +-- it is the definite article ($DefSg$ or $DefPl$) and both $Num$ and +-- $Ord$ are empty and $CN$ is not adjectivally modified +-- ($AdjCN$). Thus we get $huset$ but $de fem husen$, $det gamla huset$. + + lin + DetCN det cn = + let + g = cn.g ; + m = cn.isMod ; + dd = case of { + => DDef Indef ; + => d + } + in { + s = \\c => det.s ! m ! g ++ + cn.s ! det.n ! dd ! caseNP c ; + a = agrP3 g det.n + } ; + + UsePN pn = { + s = \\c => pn.s ! caseNP c ; + a = agrP3 pn.g Sg + } ; + + UsePron p = p ; + + PredetNP pred np = { + s = \\c => pred.s ! np.a.gn ++ np.s ! c ; + a = np.a + } ; + + PPartNP np v2 = { + s = \\c => np.s ! c ++ v2.s ! (VI (VPtPret (agrAdj np.a.gn DIndef) Nom)) ; + a = np.a + } ; + + AdvNP np adv = { + s = \\c => np.s ! c ++ adv.s ; + a = np.a + } ; + + DetQuantOrd quant num ord = { + s = \\b,g => quant.s ! num.n ! (orB b num.isDet) ! g ++ + num.s ! g ++ ord.s ; + n = num.n ; + det = quant.det + } ; + + DetQuant quant num = { + s = \\b,g => quant.s ! num.n ! (orB b num.isDet) ! g ++ + num.s ! g ; + n = num.n ; + det = quant.det + } ; + + DetNP det = + let + g = Neutr ; ---- + m = True ; ---- is this needed for other than Art? + in { + s = \\c => det.s ! m ! g ; + a = agrP3 g det.n + } ; + + DetArtOrd quant num ord = { + s = \\b,g => quant.s ! num.n ! b ! num.isDet ! g ++ + num.s ! g ++ ord.s ; + n = num.n ; + det = quant.det + } ; + + DetArtCard quant num = { + s = \\b,g => quant.s ! num.n ! b ! True ! g ++ num.s ! g ; + n = num.n ; + det = quant.det + } ; + + DetArtSg det cn = + let + g = cn.g ; + n = Sg ; + m = cn.isMod ; + dd = case of { + => DDef Indef ; + => d + } + in { + s = \\c => det.s ! n ! cn.isMod ! False ! cn.g ++ + cn.s ! n ! dd ! caseNP c ; + a = agrP3 g n + } ; + + DetArtPl det cn = + let + g = cn.g ; + n = Pl ; + m = cn.isMod ; + dd = case of { + => DDef Indef ; + => d + } + in { + s = \\c => det.s ! n ! cn.isMod ! False !cn.g ++ + cn.s ! n ! dd ! caseNP c ; + a = agrP3 g n + } ; + + + PossPron p = { + s = \\n,_,g => p.s ! NPPoss (gennum g n) ; + det = DDef Indef + } ; + + NumCard c = c ** {isDet = True} ; + + NumSg = {s = \\_ => [] ; isDet = False ; n = Sg} ; + NumPl = {s = \\_ => [] ; isDet = False ; n = Pl} ; + + NumDigits nu = {s = \\g => nu.s ! NCard g ; n = nu.n} ; + OrdDigits nu = {s = nu.s ! NOrd SupWeak} ; + + NumNumeral nu = {s = \\g => nu.s ! NCard g ; n = nu.n} ; + OrdNumeral nu = {s = nu.s ! NOrd SupWeak} ; + + AdNum adn num = {s = \\g => adn.s ++ num.s ! g ; isDet = True ; n = num.n} ; + + OrdSuperl a = { + s = case a.isComp of { + True => "mest" ++ a.s ! AF (APosit (Weak Sg)) Nom ; + _ => a.s ! AF (ASuperl SupWeak) Nom + } ; + isDet = True + } ; + + DefArt = { + s = \\n,bm,bn,g => if_then_Str (orB bm bn) (artDef (gennum g n)) [] ; + det = DDef Def + } ; + + IndefArt = { + s = table { + Sg => \\_,bn,g => if_then_Str bn [] (artIndef ! g) ; + Pl => \\_,bn,_ => [] + } ; + det = DIndef + } ; + + MassNP cn = { + s = \\c => cn.s ! Sg ! DIndef ! caseNP c ; + a = agrP3 cn.g Sg + } ; + + UseN, UseN2 = \noun -> { + s = \\n,d,c => noun.s ! n ! specDet d ! c ; + ---- part app wo c shows editor bug. AR 8/7/2007 + g = noun.g ; + isMod = False + } ; + + Use2N3 f = { + s = f.s ; + g = f.g ; + c2 = f.c2 ; + isMod = False + } ; + + Use3N3 f = { + s = f.s ; + g = f.g ; + c2 = f.c3 ; + isMod = False + } ; + +-- The genitive of this $NP$ is not correct: "sonen till mig" (not "migs"). + + ComplN2 f x = { + s = \\n,d,c => f.s ! n ! specDet d ! Nom ++ f.c2.s ++ x.s ! accusative ; + g = f.g ; + isMod = False + } ; + ComplN3 f x = { + s = \\n,d,c => f.s ! n ! d ! Nom ++ f.c2.s ++ x.s ! accusative ; + g = f.g ; + c2 = f.c3 ; + isMod = False + } ; + + AdjCN ap cn = let g = cn.g in { + s = \\n,d,c => + preOrPost ap.isPre + (ap.s ! agrAdj (gennum g n) d) + (cn.s ! n ! d ! c) ; + g = g ; + isMod = True + } ; + + RelCN cn rs = let g = cn.g in { + s = \\n,d,c => cn.s ! n ! d ! c ++ rs.s ! agrP3 g n ; + g = g ; + isMod = cn.isMod + } ; + + RelNP np rs = { + s = \\c => np.s ! c ++ "," ++ rs.s ! np.a ; + a = np.a ; + isMod = np.isMod + } ; + + AdvCN cn sc = let g = cn.g in { + s = \\n,d,c => cn.s ! n ! d ! c ++ sc.s ; + g = g ; + isMod = cn.isMod + } ; + SentCN cn sc = let g = cn.g in { + s = \\n,d,c => cn.s ! n ! d ! c ++ sc.s ; + g = g ; + isMod = cn.isMod + } ; + ApposCN cn np = let g = cn.g in { + s = \\n,d,c => cn.s ! n ! d ! Nom ++ np.s ! NPNom ; --c + g = g ; + isMod = cn.isMod + } ; + +} diff --git a/deprecated/old-lib/resource/scandinavian/PhraseScand.gf b/deprecated/old-lib/resource/scandinavian/PhraseScand.gf new file mode 100644 index 000000000..f417b6041 --- /dev/null +++ b/deprecated/old-lib/resource/scandinavian/PhraseScand.gf @@ -0,0 +1,25 @@ +incomplete concrete PhraseScand of Phrase = + CatScand ** open CommonScand, ResScand, Prelude in { + + lin + PhrUtt pconj utt voc = {s = pconj.s ++ utt.s ++ voc.s} ; + + UttS s = {s = s.s ! Main} ; + UttQS qs = {s = qs.s ! QDir} ; + UttImpSg pol imp = {s = pol.s ++ imp.s ! pol.p ! Sg} ; + UttImpPl pol imp = {s = pol.s ++ imp.s ! pol.p ! Pl} ; + UttImpPol pol imp = {s = pol.s ++ imp.s ! pol.p ! Sg} ; --- works for adj but not for refl + + UttIP ip = {s = ip.s ! nominative} ; --- Acc also + UttIAdv iadv = iadv ; + UttNP np = {s = np.s ! accusative} ; + UttVP vp = {s = infMark ++ infVP vp (agrP3 utrum Sg)} ; + UttAdv adv = adv ; + + NoPConj = {s = []} ; + PConjConj conj = {s = conj.s2} ; + + NoVoc = {s = []} ; + VocNP np = {s = "," ++ np.s ! nominative} ; + +} diff --git a/deprecated/old-lib/resource/scandinavian/QuestionScand.gf b/deprecated/old-lib/resource/scandinavian/QuestionScand.gf new file mode 100644 index 000000000..f053e71cc --- /dev/null +++ b/deprecated/old-lib/resource/scandinavian/QuestionScand.gf @@ -0,0 +1,96 @@ +incomplete concrete QuestionScand of Question = + CatScand ** open CommonScand, ResScand in { + + flags optimize=all_subs ; + + lin + + QuestCl cl = { + s = \\t,a,p => + let cls = cl.s ! t ! a ! p + in table { + QDir => cls ! Inv ; + QIndir => subjIf ++ cls ! Sub + } + } ; + + QuestVP qp vp = { + s = \\t,a,b,q => + let + somo = case q of { + QIndir => <"som",Sub> ; + _ => <[], Main> + } ; + cl = mkClause (qp.s ! nominative ++ somo.p1) {gn = qp.gn ; p = P3} vp + in + cl.s ! t ! a ! b ! somo.p2 + } ; + + QuestSlash ip slash = { + s = \\t,a,p => + let + agr = {gn = ip.gn ; p = P3} ; + cls : Order => Str = \\o => slash.s ! t ! a ! p ! o ++ slash.n3 ! agr ; + who = slash.c2.s ++ ip.s ! accusative --- stranding in ExtScand + in table { + QDir => who ++ cls ! Inv ; + QIndir => who ++ cls ! Sub + } + } ; + + QuestIAdv iadv cl = { + s = \\t,a,p => + let + cls = cl.s ! t ! a ! p ; + why = iadv.s + in table { + QDir => why ++ cls ! Inv ; + QIndir => why ++ cls ! Sub + } + } ; + + QuestIComp icomp np = { + s = \\t,a,p => + let + cls = + (mkClause (np.s ! nominative) np.a (predV verbBe)).s ! t ! a ! p ; + why = icomp.s ! agrAdj np.a.gn DIndef + in table { + QDir => why ++ cls ! Inv ; + QIndir => why ++ cls ! Sub + } + } ; + + PrepIP p ip = { + s = p.s ++ ip.s ! accusative + } ; + + AdvIP ip adv = { + s = \\c => ip.s ! c ++ adv.s ; + gn = ip.gn + } ; + + IdetCN idet cn = let g = cn.g in { + s = \\c => + idet.s ! g ++ cn.s ! idet.n ! idet.det ! caseNP c ; + gn = gennum g idet.n + } ; + + IdetIP idet = + let + g = Neutr ; + in { + s = \\c => idet.s ! g ; + gn = (agrP3 g idet.n).gn + } ; + + IdetQuant idet num = { + s = \\g => idet.s ! num.n ! g ++ num.s ! g ; + n = num.n ; + det = idet.det + } ; + + CompIAdv a = {s = \\_ => a.s} ; + CompIP ip = {s = \\_ => ip.s ! nominative} ; + +} diff --git a/deprecated/old-lib/resource/scandinavian/RelativeScand.gf b/deprecated/old-lib/resource/scandinavian/RelativeScand.gf new file mode 100644 index 000000000..c5c0abc17 --- /dev/null +++ b/deprecated/old-lib/resource/scandinavian/RelativeScand.gf @@ -0,0 +1,52 @@ +incomplete concrete RelativeScand of Relative = + CatScand ** open CommonScand, ResScand, Prelude in { + + flags optimize=all_subs ; + + lin + + RelCl cl = { + s = \\t,a,p,ag => pronSuch ! ag.gn ++ conjThat ++ cl.s ! t ! a ! p ! Sub ; + c = NPAcc + } ; + + RelVP rp vp = { + s = \\t,ant,b,ag => + let + agr = case rp.a of { + RNoAg => ag ; + RAg a => a + } ; + cl = mkClause (rp.s ! ag.gn ! RNom) agr vp + in + cl.s ! t ! ant ! b ! Sub ; + c = NPNom + } ; + +-- This rule uses pied piping ("huset i vilket hon bor") +-- Preposition stranding ("huset som hon bor i") +-- and the empty relative ("huset hon bor i") are defined in $ExtraScand$. + + RelSlash rp slash = { + s = \\t,a,p,ag => + let + agr = case rp.a of { + RNoAg => ag ; + RAg agg => agg + } + in + slash.c2.s ++ rp.s ! ag.gn ! RPrep slash.c2.hasPrep ++ + slash.s ! t ! a ! p ! Sub ++ slash.n3 ! agr ; + c = NPAcc + } ; + +--- The case here could be genitive. + + FunRP p np rp = { + s = \\gn,c => np.s ! nominative ++ p.s ++ rp.s ! gn ! RPrep True ; + a = RAg np.a + } ; + + IdRP = {s = relPron ; a = RNoAg} ; + +} diff --git a/deprecated/old-lib/resource/scandinavian/ResScand.gf b/deprecated/old-lib/resource/scandinavian/ResScand.gf new file mode 100644 index 000000000..bcd1c7497 --- /dev/null +++ b/deprecated/old-lib/resource/scandinavian/ResScand.gf @@ -0,0 +1,75 @@ +--1 Scandinavian auxiliary operations + +interface ResScand = DiffScand ** open CommonScand, Prelude in { + +--2 Constants uniformly defined in terms of language-dependent constants + + param + CardOrd = NCard Gender | NOrd AFormSup ; -- sic! (AFormSup) + + oper + agrP3 : Gender -> Number -> Agr = \g,n -> { + gn = gennum g n ; + p = P3 + } ; + + Noun = {s : Number => Species => Case => Str ; g : Gender} ; + +-- This function is here because it depends on $verbHave, auxFut, auxCond$. + + predV : Verb -> VP = \verb -> + let + diath = case verb.vtype of { + VPass => Pass ; + _ => Act + } ; + vfin : Tense -> Str = \t -> verb.s ! vFin t diath ; + vsup = verb.s ! VI (VSupin diath) ; --# notpresent + vinf = verb.s ! VI (VInfin diath) ; + + auxv = case hasAuxBe verb of { + True => verbBe.s ; + _ => verbHave.s + } ; + + har : Tense -> Str = \t -> auxv ! vFin t Act ; + ha : Str = auxv ! VI (VInfin Act) ; + + vf : Str -> Str -> {fin,inf : Str} = \fin,inf -> { + fin = fin ; inf = inf ++ verb.part + } ; + + in { + s = table { + VPFinite t Simul => case t of { +-- Pres | Past => vf (vfin t) [] ; -- the general rule + Past => vf (vfin t) [] ; --# notpresent + Fut => vf auxFut vinf ; --# notpresent + Cond => vf auxCond vinf ; --# notpresent + Pres => vf (vfin t) [] + } ; + VPFinite t Anter => case t of { --# notpresent + Pres | Past => vf (har t) vsup ; --# notpresent + Fut => vf auxFut (ha ++ vsup) ; --# notpresent + Cond => vf auxCond (ha ++ vsup) --# notpresent + } ; --# notpresent + VPImperat => vf (verb.s ! VF (VImper diath)) [] ; + VPInfinit Anter => vf [] (ha ++ vsup) ; --# notpresent + VPInfinit Simul => vf [] vinf + } ; + a1 : Polarity => Str = negation ; + n2 : Agr => Str = \\a => case verb.vtype of { + VRefl => reflPron a ; + _ => [] + } ; + a2 : Str = [] ; + ext : Str = [] ; + en2,ea2,eext : Bool = False -- indicate if the field exists + } ; + +-- needed for VP conjunction + param + VPIForm = VPIInf | VPISup ; ---- sup not yet used + + +} diff --git a/deprecated/old-lib/resource/scandinavian/SentenceScand.gf b/deprecated/old-lib/resource/scandinavian/SentenceScand.gf new file mode 100644 index 000000000..e845b2a79 --- /dev/null +++ b/deprecated/old-lib/resource/scandinavian/SentenceScand.gf @@ -0,0 +1,64 @@ +incomplete concrete SentenceScand of Sentence = + CatScand ** open CommonScand, ResScand, Prelude in { + + flags optimize=all_subs ; + + lin + PredVP np vp = mkClause (np.s ! nominative) np.a vp ; + + PredSCVP sc vp = mkClause sc.s (agrP3 neutrum Sg) vp ; + + ImpVP vp = { + s = \\pol,n => + let + agr = {gn = gennum utrum n ; p = P2} ; + verb = vp.s ! VPImperat ; + in + verb.fin ++ vp.a1 ! pol ++ verb.inf ++ vp.n2 ! agr ++ vp.a2 ++ vp.ext + } ; + + SlashVP np vp = + mkClause + (np.s ! nominative) np.a + vp ** + {n3 = vp.n3 ; c2 = vp.c2} ; + + AdvSlash slash adv = { + s = \\t,a,b,o => slash.s ! t ! a ! b ! o ++ adv.s ; + n3 = slash.n3 ; + c2 = slash.c2 + } ; + + SlashPrep cl prep = cl ** {n3 = \\_ => [] ; c2 = {s = prep.s ; hasPrep = True}} ; + + SlashVS np vs slash = + mkClause + (np.s ! nominative) np.a + (insertObj (\\_ => conjThat ++ slash.s ! Sub) (predV vs)) ** + {n3 = slash.n3 ; c2 = slash.c2} ; + + EmbedS s = {s = conjThat ++ s.s ! Sub} ; + EmbedQS qs = {s = qs.s ! QIndir} ; + EmbedVP vp = {s = infMark ++ infVP vp (agrP3 utrum Sg)} ; --- agr + + UseCl t a p cl = { + s = \\o => t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! p.p ! o + } ; + UseQCl t a p cl = { + s = \\q => t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! p.p ! q + } ; + UseRCl t a p cl = { + s = \\r => t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! p.p ! r ; + c = cl.c + } ; + UseSlash t a p cl = { + s = \\o => t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! p.p ! o ; + n3 = cl.n3 ; + c2 = cl.c2 + } ; + + AdvS a s = {s = \\o => a.s ++ s.s ! Inv} ; + + RelS s r = {s = \\o => s.s ! o ++ "," ++ r.s ! agrP3 Neutr Sg} ; --- vilket + +} diff --git a/deprecated/old-lib/resource/scandinavian/VerbScand.gf b/deprecated/old-lib/resource/scandinavian/VerbScand.gf new file mode 100644 index 000000000..5ec40157c --- /dev/null +++ b/deprecated/old-lib/resource/scandinavian/VerbScand.gf @@ -0,0 +1,69 @@ +incomplete concrete VerbScand of Verb = CatScand ** open CommonScand, ResScand in { + + flags optimize=all_subs ; + + lin + UseV = predV ; + + SlashV2a v = predV v ** {n3 = \\_ => [] ; c2 = v.c2} ; + + Slash2V3 v np = + insertObj (\\_ => v.c2.s ++ np.s ! accusative) (predV v) ** + {n3 = \\_ => [] ; c2 = v.c3} ; -- to preserve the order of args + Slash3V3 v np = predV v ** { + n3 = \\_ => v.c3.s ++ np.s ! accusative ; + c2 = v.c2 + } ; + + ComplVV v vp = insertObj (\\a => v.c2.s ++ infVP vp a) (predV v) ; + ComplVS v s = insertObj (\\_ => conjThat ++ s.s ! Sub) (predV v) ; + ComplVQ v q = insertObj (\\_ => q.s ! QIndir) (predV v) ; + ComplVA v ap = insertObj (\\a => ap.s ! agrAdj a.gn DIndef) (predV v) ; + + SlashV2V v vp = predV v ** { + n3 = \\a => v.c3.s ++ infVP vp a ; + c2 = v.c2 + } ; + SlashV2S v s = predV v ** { + n3 = \\_ => conjThat ++ s.s ! Sub ; + c2 = v.c2 + } ; + SlashV2Q v q = predV v ** { + n3 = \\_ => q.s ! QIndir ; + c2 = v.c2 + } ; + SlashV2A v ap = predV v ** { + n3 = \\a => ap.s ! agrAdj a.gn DIndef ; + c2 = v.c2 + } ; + + ComplSlash vp np = + insertObj + (\\_ => vp.c2.s ++ np.s ! accusative ++ vp.n3 ! np.a) vp ; + + SlashVV v vp = + insertObj (\\a => v.c2.s ++ infVP vp a) (predV v) ** {n3 = vp.n3 ; c2 = vp.c2} ; + + SlashV2VNP v np vp = + insertObj + (\\a => v.c2.s ++ np.s ! accusative ++ v.c3.s ++ infVP vp a) (predV v) + ** {n3 = vp.n3 ; c2 = v.c2} ; + + UseComp comp = insertObj (\\a => comp.s ! agrAdj a.gn DIndef) (predV verbBe) ; + + CompAP ap = ap ; + CompNP np = {s = \\_ => np.s ! accusative} ; + CompAdv a = {s = \\_ => a.s} ; + + AdvVP vp adv = insertAdv adv.s vp ; + AdVVP adv vp = insertAdV adv.s vp ; + + + ReflVP vp = insertObj (\\a => vp.c2.s ++ reflPron a ++ vp.n3 ! a) vp ; + + PassV2 v = + insertObj + (\\a => v.s ! VI (VPtPret (agrAdj a.gn DIndef) Nom)) + (predV verbBecome) ; + +} diff --git a/deprecated/old-lib/resource/spanish/AdjectiveSpa.gf b/deprecated/old-lib/resource/spanish/AdjectiveSpa.gf new file mode 100644 index 000000000..cfa3f0ce4 --- /dev/null +++ b/deprecated/old-lib/resource/spanish/AdjectiveSpa.gf @@ -0,0 +1,2 @@ +concrete AdjectiveSpa of Adjective = CatSpa ** AdjectiveRomance with + (ResRomance = ResSpa) ; diff --git a/deprecated/old-lib/resource/spanish/AdverbSpa.gf b/deprecated/old-lib/resource/spanish/AdverbSpa.gf new file mode 100644 index 000000000..70540ae8a --- /dev/null +++ b/deprecated/old-lib/resource/spanish/AdverbSpa.gf @@ -0,0 +1,2 @@ +concrete AdverbSpa of Adverb = CatSpa ** AdverbRomance with + (ResRomance = ResSpa) ; diff --git a/deprecated/old-lib/resource/spanish/AllSpa.gf b/deprecated/old-lib/resource/spanish/AllSpa.gf new file mode 100644 index 000000000..4aa98fd55 --- /dev/null +++ b/deprecated/old-lib/resource/spanish/AllSpa.gf @@ -0,0 +1,7 @@ +--# -path=.:../romance:../abstract:../common:prelude + +concrete AllSpa of AllSpaAbs = + LangSpa, + IrregSpa, + ExtraSpa + ** {} ; diff --git a/deprecated/old-lib/resource/spanish/AllSpaAbs.gf b/deprecated/old-lib/resource/spanish/AllSpaAbs.gf new file mode 100644 index 000000000..f1e21176e --- /dev/null +++ b/deprecated/old-lib/resource/spanish/AllSpaAbs.gf @@ -0,0 +1,5 @@ +abstract AllSpaAbs = + Lang, + IrregSpaAbs, + ExtraSpaAbs + ** {} ; diff --git a/deprecated/old-lib/resource/spanish/BeschSpa.gf b/deprecated/old-lib/resource/spanish/BeschSpa.gf new file mode 100644 index 000000000..57f215c30 --- /dev/null +++ b/deprecated/old-lib/resource/spanish/BeschSpa.gf @@ -0,0 +1,5963 @@ +--# -path=.:../romance:../common:../abstract:../../prelude + +resource BeschSpa = open Prelude, CommonRomance in { + +flags optimize=noexpand ; -- faster than values + +oper Verbum = {s : VFB => Str} ; + +-- machine-generated GF file from FM source by Inger Andersson and Therese Sderberg + +oper ser_1 : Str -> Verbum = \ser -> + let x_ = Predef.tk 3 ser in + {s = table { + VI Infn=> x_ + "ser" ; + VI Ger => x_ + "siendo" ; + VI Part => x_ + "sido" ; + VPB (Pres Ind Sg P1) => x_ + "soy" ; + VPB (Pres Ind Sg P2) => x_ + "eres" ; + VPB (Pres Ind Sg P3) => x_ + "es" ; + VPB (Pres Ind Pl P1) => x_ + "somos" ; + VPB (Pres Ind Pl P2) => x_ + "sois" ; + VPB (Pres Ind Pl P3) => x_ + "son" ; + VPB (Pres Subj Sg P1) => x_ + "sea" ; + VPB (Pres Subj Sg P2) => x_ + "seas" ; + VPB (Pres Subj Sg P3) => x_ + "sea" ; + VPB (Pres Subj Pl P1) => x_ + "seamos" ; + VPB (Pres Subj Pl P2) => x_ + "seis" ; + VPB (Pres Subj Pl P3) => x_ + "sean" ; + VPB (Impf Ind Sg P1) => x_ + "era" ; --# notpresent + VPB (Impf Ind Sg P2) => x_ + "eras" ; --# notpresent + VPB (Impf Ind Sg P3) => x_ + "era" ; --# notpresent + VPB (Impf Ind Pl P1) => x_ + "ramos" ; --# notpresent + VPB (Impf Ind Pl P2) => x_ + "erais" ; --# notpresent + VPB (Impf Ind Pl P3) => x_ + "eran" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {x_ + "fuera" ; x_ + "fuese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {x_ + "fueras" ; x_ + "fueses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {x_ + "fuera" ; x_ + "fuese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {x_ + "furamos" ; x_ + "fusemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {x_ + "fuerais" ; x_ + "fueseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {x_ + "fueran" ; x_ + "fuesen"} ; --# notpresent + VPB (Pret Sg P1) => x_ + "fui" ; --# notpresent + VPB (Pret Sg P2) => x_ + "fuiste" ; --# notpresent + VPB (Pret Sg P3) => x_ + "fue" ; --# notpresent + VPB (Pret Pl P1) => x_ + "fuimos" ; --# notpresent + VPB (Pret Pl P2) => x_ + "fuisteis" ; --# notpresent + VPB (Pret Pl P3) => x_ + "fueron" ; --# notpresent + VPB (Fut Ind Sg P1) => x_ + "ser" ; --# notpresent + VPB (Fut Ind Sg P2) => x_ + "sers" ; --# notpresent + VPB (Fut Ind Sg P3) => x_ + "ser" ; --# notpresent + VPB (Fut Ind Pl P1) => x_ + "seremos" ; --# notpresent + VPB (Fut Ind Pl P2) => x_ + "seris" ; --# notpresent + VPB (Fut Ind Pl P3) => x_ + "sern" ; --# notpresent + VPB (Fut Subj Sg P1) => x_ + "fuere" ; --# notpresent + VPB (Fut Subj Sg P2) => x_ + "fueres" ; --# notpresent + VPB (Fut Subj Sg P3) => x_ + "fuere" ; --# notpresent + VPB (Fut Subj Pl P1) => x_ + "furemos" ; --# notpresent + VPB (Fut Subj Pl P2) => x_ + "fuereis" ; --# notpresent + VPB (Fut Subj Pl P3) => x_ + "fueren" ; --# notpresent + VPB (Cond Sg P1) => x_ + "sera" ; --# notpresent + VPB (Cond Sg P2) => x_ + "seras" ; --# notpresent + VPB (Cond Sg P3) => x_ + "sera" ; --# notpresent + VPB (Cond Pl P1) => x_ + "seramos" ; --# notpresent + VPB (Cond Pl P2) => x_ + "serais" ; --# notpresent + VPB (Cond Pl P3) => x_ + "seran" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => x_ + "s" ; + VPB (Imper Sg P3) => x_ + "sea" ; + VPB (Imper Pl P1) => x_ + "seamos" ; + VPB (Imper Pl P2) => x_ + "sed" ; + VPB (Imper Pl P3) => x_ + "sean" ; + VPB (Pass Sg Masc) => x_ + "sido" ; + VPB (Pass Sg Fem) => x_ + "sida" ; + VPB (Pass Pl Masc) => x_ + "sidos" ; + VPB (Pass Pl Fem) => x_ + "sidas" + } + } ; + +oper estar_2 : Str -> Verbum = \estar -> + let est_ = Predef.tk 2 estar in + {s = table { + VI Infn=> est_ + "ar" ; + VI Ger => est_ + "ando" ; + VI Part => est_ + "ado" ; + VPB (Pres Ind Sg P1) => est_ + "oy" ; + VPB (Pres Ind Sg P2) => est_ + "s" ; + VPB (Pres Ind Sg P3) => est_ + "" ; + VPB (Pres Ind Pl P1) => est_ + "amos" ; + VPB (Pres Ind Pl P2) => est_ + "is" ; + VPB (Pres Ind Pl P3) => est_ + "n" ; + VPB (Pres Subj Sg P1) => est_ + "" ; + VPB (Pres Subj Sg P2) => est_ + "s" ; + VPB (Pres Subj Sg P3) => est_ + "" ; + VPB (Pres Subj Pl P1) => est_ + "emos" ; + VPB (Pres Subj Pl P2) => est_ + "is" ; + VPB (Pres Subj Pl P3) => est_ + "n" ; + VPB (Impf Ind Sg P1) => est_ + "aba" ; --# notpresent + VPB (Impf Ind Sg P2) => est_ + "abas" ; --# notpresent + VPB (Impf Ind Sg P3) => est_ + "aba" ; --# notpresent + VPB (Impf Ind Pl P1) => est_ + "bamos" ; --# notpresent + VPB (Impf Ind Pl P2) => est_ + "abais" ; --# notpresent + VPB (Impf Ind Pl P3) => est_ + "aban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {est_ + "uviera" ; est_ + "uviese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {est_ + "uvieras" ; est_ + "uvieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {est_ + "uviera" ; est_ + "uviese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {est_ + "uviramos" ; est_ + "uvisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {est_ + "uvierais" ; est_ + "uvieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {est_ + "uvieran" ; est_ + "uviesen"} ; --# notpresent + VPB (Pret Sg P1) => est_ + "uve" ; --# notpresent + VPB (Pret Sg P2) => est_ + "uviste" ; --# notpresent + VPB (Pret Sg P3) => est_ + "uvo" ; --# notpresent + VPB (Pret Pl P1) => est_ + "uvimos" ; --# notpresent + VPB (Pret Pl P2) => est_ + "uvisteis" ; --# notpresent + VPB (Pret Pl P3) => est_ + "uvieron" ; --# notpresent + VPB (Fut Ind Sg P1) => est_ + "ar" ; --# notpresent + VPB (Fut Ind Sg P2) => est_ + "ars" ; --# notpresent + VPB (Fut Ind Sg P3) => est_ + "ar" ; --# notpresent + VPB (Fut Ind Pl P1) => est_ + "aremos" ; --# notpresent + VPB (Fut Ind Pl P2) => est_ + "aris" ; --# notpresent + VPB (Fut Ind Pl P3) => est_ + "arn" ; --# notpresent + VPB (Fut Subj Sg P1) => est_ + "uviere" ; --# notpresent + VPB (Fut Subj Sg P2) => est_ + "uvieres" ; --# notpresent + VPB (Fut Subj Sg P3) => est_ + "uviere" ; --# notpresent + VPB (Fut Subj Pl P1) => est_ + "uviremos" ; --# notpresent + VPB (Fut Subj Pl P2) => est_ + "uviereis" ; --# notpresent + VPB (Fut Subj Pl P3) => est_ + "uvieren" ; --# notpresent + VPB (Cond Sg P1) => est_ + "ara" ; --# notpresent + VPB (Cond Sg P2) => est_ + "aras" ; --# notpresent + VPB (Cond Sg P3) => est_ + "ara" ; --# notpresent + VPB (Cond Pl P1) => est_ + "aramos" ; --# notpresent + VPB (Cond Pl P2) => est_ + "arais" ; --# notpresent + VPB (Cond Pl P3) => est_ + "aran" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => est_ + "" ; + VPB (Imper Sg P3) => est_ + "" ; + VPB (Imper Pl P1) => est_ + "emos" ; + VPB (Imper Pl P2) => est_ + "ad" ; + VPB (Imper Pl P3) => est_ + "n" ; + VPB (Pass Sg Masc) => est_ + "ado" ; + VPB (Pass Sg Fem) => est_ + "ada" ; + VPB (Pass Pl Masc) => est_ + "ados" ; + VPB (Pass Pl Fem) => est_ + "adas" + } + } ; + +oper haber_3 : Str -> Verbum = \haber -> + let h_ = Predef.tk 4 haber in + {s = table { + VI Infn=> h_ + "aber" ; + VI Ger => h_ + "abiendo" ; + VI Part => h_ + "abido" ; + VPB (Pres Ind Sg P1) => h_ + "e" ; + VPB (Pres Ind Sg P2) => h_ + "as" ; + VPB (Pres Ind Sg P3) => variants {h_ + "a"} ; ---- h_ + "ay"} ; + VPB (Pres Ind Pl P1) => h_ + "emos" ; + VPB (Pres Ind Pl P2) => h_ + "abis" ; + VPB (Pres Ind Pl P3) => h_ + "an" ; + VPB (Pres Subj Sg P1) => h_ + "aya" ; + VPB (Pres Subj Sg P2) => h_ + "ayas" ; + VPB (Pres Subj Sg P3) => h_ + "aya" ; + VPB (Pres Subj Pl P1) => h_ + "ayamos" ; + VPB (Pres Subj Pl P2) => h_ + "ayis" ; + VPB (Pres Subj Pl P3) => h_ + "ayan" ; + VPB (Impf Ind Sg P1) => h_ + "aba" ; --# notpresent + VPB (Impf Ind Sg P2) => h_ + "abas" ; --# notpresent + VPB (Impf Ind Sg P3) => h_ + "aba" ; --# notpresent + VPB (Impf Ind Pl P1) => h_ + "abamos" ; --# notpresent + VPB (Impf Ind Pl P2) => h_ + "abais" ; --# notpresent + VPB (Impf Ind Pl P3) => h_ + "aban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {h_ + "ubiera" ; h_ + "ubiese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {h_ + "ubieras" ; h_ + "ubieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {h_ + "ubiera" ; h_ + "ubiese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {h_ + "ubiramos" ; h_ + "ubisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {h_ + "ubierais" ; h_ + "ubieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {h_ + "ubieran" ; h_ + "ubiesen"} ; --# notpresent + VPB (Pret Sg P1) => h_ + "ube" ; --# notpresent + VPB (Pret Sg P2) => h_ + "ubiste" ; --# notpresent + VPB (Pret Sg P3) => h_ + "ubo" ; --# notpresent + VPB (Pret Pl P1) => h_ + "ubimos" ; --# notpresent + VPB (Pret Pl P2) => h_ + "ubisteis" ; --# notpresent + VPB (Pret Pl P3) => h_ + "ubieron" ; --# notpresent + VPB (Fut Ind Sg P1) => h_ + "abr" ; --# notpresent + VPB (Fut Ind Sg P2) => h_ + "abrs" ; --# notpresent + VPB (Fut Ind Sg P3) => h_ + "abr" ; --# notpresent + VPB (Fut Ind Pl P1) => h_ + "abremos" ; --# notpresent + VPB (Fut Ind Pl P2) => h_ + "abris" ; --# notpresent + VPB (Fut Ind Pl P3) => h_ + "abrn" ; --# notpresent + VPB (Fut Subj Sg P1) => h_ + "ubiere" ; --# notpresent + VPB (Fut Subj Sg P2) => h_ + "ubieres" ; --# notpresent + VPB (Fut Subj Sg P3) => h_ + "ubiere" ; --# notpresent + VPB (Fut Subj Pl P1) => h_ + "ubiremos" ; --# notpresent + VPB (Fut Subj Pl P2) => h_ + "ubiereis" ; --# notpresent + VPB (Fut Subj Pl P3) => h_ + "ubieren" ; --# notpresent + VPB (Cond Sg P1) => h_ + "abra" ; --# notpresent + VPB (Cond Sg P2) => h_ + "abras" ; --# notpresent + VPB (Cond Sg P3) => h_ + "abra" ; --# notpresent + VPB (Cond Pl P1) => h_ + "abramos" ; --# notpresent + VPB (Cond Pl P2) => h_ + "abrais" ; --# notpresent + VPB (Cond Pl P3) => h_ + "abran" ; --# 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_ + "abis" ; + VPB (Pres Ind Pl P3) => h_ + "an" ; + VPB (Pres Subj Sg P1) => h_ + "aya" ; + VPB (Pres Subj Sg P2) => h_ + "ayas" ; + VPB (Pres Subj Sg P3) => h_ + "aya" ; + VPB (Pres Subj Pl P1) => h_ + "ayamos" ; + VPB (Pres Subj Pl P2) => h_ + "ayis" ; + VPB (Pres Subj Pl P3) => h_ + "ayan" ; + VPB (Impf Ind Sg P1) => h_ + "aba" ; --# notpresent + VPB (Impf Ind Sg P2) => h_ + "abas" ; --# notpresent + VPB (Impf Ind Sg P3) => h_ + "aba" ; --# notpresent + VPB (Impf Ind Pl P1) => h_ + "abamos" ; --# notpresent + VPB (Impf Ind Pl P2) => h_ + "abais" ; --# notpresent + VPB (Impf Ind Pl P3) => h_ + "aban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {h_ + "ubiera" ; h_ + "ubiese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {h_ + "ubieras" ; h_ + "ubieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {h_ + "ubiera" ; h_ + "ubiese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {h_ + "ubiramos" ; h_ + "ubisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {h_ + "ubierais" ; h_ + "ubieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {h_ + "ubieran" ; h_ + "ubiesen"} ; --# notpresent + VPB (Pret Sg P1) => h_ + "ube" ; --# notpresent + VPB (Pret Sg P2) => h_ + "ubiste" ; --# notpresent + VPB (Pret Sg P3) => h_ + "ubo" ; --# notpresent + VPB (Pret Pl P1) => h_ + "ubimos" ; --# notpresent + VPB (Pret Pl P2) => h_ + "ubisteis" ; --# notpresent + VPB (Pret Pl P3) => h_ + "ubieron" ; --# notpresent + VPB (Fut Ind Sg P1) => h_ + "abr" ; --# notpresent + VPB (Fut Ind Sg P2) => h_ + "abrs" ; --# notpresent + VPB (Fut Ind Sg P3) => h_ + "abr" ; --# notpresent + VPB (Fut Ind Pl P1) => h_ + "abremos" ; --# notpresent + VPB (Fut Ind Pl P2) => h_ + "abris" ; --# notpresent + VPB (Fut Ind Pl P3) => h_ + "abrn" ; --# notpresent + VPB (Fut Subj Sg P1) => h_ + "ubiere" ; --# notpresent + VPB (Fut Subj Sg P2) => h_ + "ubieres" ; --# notpresent + VPB (Fut Subj Sg P3) => h_ + "ubiere" ; --# notpresent + VPB (Fut Subj Pl P1) => h_ + "ubiremos" ; --# notpresent + VPB (Fut Subj Pl P2) => h_ + "ubiereis" ; --# notpresent + VPB (Fut Subj Pl P3) => h_ + "ubieren" ; --# notpresent + VPB (Cond Sg P1) => h_ + "abra" ; --# notpresent + VPB (Cond Sg P2) => h_ + "abras" ; --# notpresent + VPB (Cond Sg P3) => h_ + "abra" ; --# notpresent + VPB (Cond Pl P1) => h_ + "abramos" ; --# notpresent + VPB (Cond Pl P2) => h_ + "abrais" ; --# notpresent + VPB (Cond Pl P3) => h_ + "abran" ; --# 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_ + "enis" ; + VPB (Pres Ind Pl P3) => t_ + "ienen" ; + VPB (Pres Subj Sg P1) => t_ + "enga" ; + VPB (Pres Subj Sg P2) => t_ + "engas" ; + VPB (Pres Subj Sg P3) => t_ + "enga" ; + VPB (Pres Subj Pl P1) => t_ + "engamos" ; + VPB (Pres Subj Pl P2) => t_ + "engis" ; + VPB (Pres Subj Pl P3) => t_ + "engan" ; + VPB (Impf Ind Sg P1) => t_ + "ena" ; --# notpresent + VPB (Impf Ind Sg P2) => t_ + "enas" ; --# notpresent + VPB (Impf Ind Sg P3) => t_ + "ena" ; --# notpresent + VPB (Impf Ind Pl P1) => t_ + "enamos" ; --# notpresent + VPB (Impf Ind Pl P2) => t_ + "enais" ; --# notpresent + VPB (Impf Ind Pl P3) => t_ + "enan" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {t_ + "uviera" ; t_ + "uviese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {t_ + "uvieras" ; t_ + "uvieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {t_ + "uviera" ; t_ + "uviese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {t_ + "uviramos" ; t_ + "uvisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {t_ + "uvierais" ; t_ + "uvieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {t_ + "uvieran" ; t_ + "uviesen"} ; --# notpresent + VPB (Pret Sg P1) => t_ + "uve" ; --# notpresent + VPB (Pret Sg P2) => t_ + "uviste" ; --# notpresent + VPB (Pret Sg P3) => t_ + "uvo" ; --# notpresent + VPB (Pret Pl P1) => t_ + "uvimos" ; --# notpresent + VPB (Pret Pl P2) => t_ + "uvisteis" ; --# notpresent + VPB (Pret Pl P3) => t_ + "uvieron" ; --# notpresent + VPB (Fut Ind Sg P1) => t_ + "endr" ; --# notpresent + VPB (Fut Ind Sg P2) => t_ + "endrs" ; --# notpresent + VPB (Fut Ind Sg P3) => t_ + "endr" ; --# notpresent + VPB (Fut Ind Pl P1) => t_ + "endremos" ; --# notpresent + VPB (Fut Ind Pl P2) => t_ + "endris" ; --# notpresent + VPB (Fut Ind Pl P3) => t_ + "endrn" ; --# notpresent + VPB (Fut Subj Sg P1) => t_ + "uviere" ; --# notpresent + VPB (Fut Subj Sg P2) => t_ + "uvieres" ; --# notpresent + VPB (Fut Subj Sg P3) => t_ + "uviere" ; --# notpresent + VPB (Fut Subj Pl P1) => t_ + "uviremos" ; --# notpresent + VPB (Fut Subj Pl P2) => t_ + "uviereis" ; --# notpresent + VPB (Fut Subj Pl P3) => t_ + "uvieren" ; --# notpresent + VPB (Cond Sg P1) => t_ + "endra" ; --# notpresent + VPB (Cond Sg P2) => t_ + "endras" ; --# notpresent + VPB (Cond Sg P3) => t_ + "endra" ; --# notpresent + VPB (Cond Pl P1) => t_ + "endramos" ; --# notpresent + VPB (Cond Pl P2) => t_ + "endrais" ; --# notpresent + VPB (Cond Pl P3) => t_ + "endran" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => t_ + "en" ; + VPB (Imper Sg P3) => t_ + "enga" ; + VPB (Imper Pl P1) => t_ + "engamos" ; + VPB (Imper Pl P2) => t_ + "ened" ; + VPB (Imper Pl P3) => t_ + "engan" ; + VPB (Pass Sg Masc) => t_ + "enido" ; + VPB (Pass Sg Fem) => t_ + "enida" ; + VPB (Pass Pl Masc) => t_ + "enidos" ; + VPB (Pass Pl Fem) => t_ + "enidas" + } + } ; + +oper cortar_5 : Str -> Verbum = \cortar -> + let cort_ = Predef.tk 2 cortar in + {s = table { + VI Infn => cort_ + "ar" ; + VI Ger => cort_ + "ando" ; + VI Part => cort_ + "ado" ; + VPB (Pres Ind Sg P1) => cort_ + "o" ; + VPB (Pres Ind Sg P2) => cort_ + "as" ; + VPB (Pres Ind Sg P3) => cort_ + "a" ; + VPB (Pres Ind Pl P1) => cort_ + "amos" ; + VPB (Pres Ind Pl P2) => cort_ + "is" ; + VPB (Pres Ind Pl P3) => cort_ + "an" ; + VPB (Pres Subj Sg P1) => cort_ + "e" ; + VPB (Pres Subj Sg P2) => cort_ + "es" ; + VPB (Pres Subj Sg P3) => cort_ + "e" ; + VPB (Pres Subj Pl P1) => cort_ + "emos" ; + VPB (Pres Subj Pl P2) => cort_ + "is" ; + VPB (Pres Subj Pl P3) => cort_ + "en" ; + VPB (Impf Ind Sg P1) => cort_ + "aba" ; --# notpresent + VPB (Impf Ind Sg P2) => cort_ + "abas" ; --# notpresent + VPB (Impf Ind Sg P3) => cort_ + "aba" ; --# notpresent + VPB (Impf Ind Pl P1) => cort_ + "bamos" ; --# notpresent + VPB (Impf Ind Pl P2) => cort_ + "abais" ; --# notpresent + VPB (Impf Ind Pl P3) => cort_ + "aban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {cort_ + "ara" ; cort_ + "ase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {cort_ + "aras" ; cort_ + "ases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {cort_ + "ara" ; cort_ + "ase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {cort_ + "ramos" ; cort_ + "semos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {cort_ + "arais" ; cort_ + "aseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {cort_ + "aran" ; cort_ + "asen"} ; --# notpresent + VPB (Pret Sg P1) => cort_ + "" ; --# notpresent + VPB (Pret Sg P2) => cort_ + "aste" ; --# notpresent + VPB (Pret Sg P3) => cort_ + "" ; --# notpresent + VPB (Pret Pl P1) => cort_ + "amos" ; --# notpresent + VPB (Pret Pl P2) => cort_ + "asteis" ; --# notpresent + VPB (Pret Pl P3) => cort_ + "aron" ; --# notpresent + VPB (Fut Ind Sg P1) => cort_ + "ar" ; --# notpresent + VPB (Fut Ind Sg P2) => cort_ + "ars" ; --# notpresent + VPB (Fut Ind Sg P3) => cort_ + "ar" ; --# notpresent + VPB (Fut Ind Pl P1) => cort_ + "aremos" ; --# notpresent + VPB (Fut Ind Pl P2) => cort_ + "aris" ; --# notpresent + VPB (Fut Ind Pl P3) => cort_ + "arn" ; --# notpresent + VPB (Fut Subj Sg P1) => cort_ + "are" ; --# notpresent + VPB (Fut Subj Sg P2) => cort_ + "ares" ; --# notpresent + VPB (Fut Subj Sg P3) => cort_ + "are" ; --# notpresent + VPB (Fut Subj Pl P1) => cort_ + "remos" ; --# notpresent + VPB (Fut Subj Pl P2) => cort_ + "areis" ; --# notpresent + VPB (Fut Subj Pl P3) => cort_ + "aren" ; --# notpresent + VPB (Cond Sg P1) => cort_ + "ara" ; --# notpresent + VPB (Cond Sg P2) => cort_ + "aras" ; --# notpresent + VPB (Cond Sg P3) => cort_ + "ara" ; --# notpresent + VPB (Cond Pl P1) => cort_ + "aramos" ; --# notpresent + VPB (Cond Pl P2) => cort_ + "arais" ; --# notpresent + VPB (Cond Pl P3) => cort_ + "aran" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => cort_ + "a" ; + VPB (Imper Sg P3) => cort_ + "e" ; + VPB (Imper Pl P1) => cort_ + "emos" ; + VPB (Imper Pl P2) => cort_ + "ad" ; + VPB (Imper Pl P3) => cort_ + "en" ; + VPB (Pass Sg Masc) => cort_ + "ado" ; + VPB (Pass Sg Fem) => cort_ + "ada" ; + VPB (Pass Pl Masc) => cort_ + "ados" ; + VPB (Pass Pl Fem) => cort_ + "adas" + } + } ; + + +oper deber_6 : Str -> Verbum = \deber -> + let deb_ = Predef.tk 2 deber in + {s = table { + VI Infn => deb_ + "er" ; + VI Ger => deb_ + "iendo" ; + VI Part => deb_ + "ido" ; + VPB (Pres Ind Sg P1) => deb_ + "o" ; + VPB (Pres Ind Sg P2) => deb_ + "es" ; + VPB (Pres Ind Sg P3) => deb_ + "e" ; + VPB (Pres Ind Pl P1) => deb_ + "emos" ; + VPB (Pres Ind Pl P2) => deb_ + "is" ; + VPB (Pres Ind Pl P3) => deb_ + "en" ; + VPB (Pres Subj Sg P1) => deb_ + "a" ; + VPB (Pres Subj Sg P2) => deb_ + "as" ; + VPB (Pres Subj Sg P3) => deb_ + "a" ; + VPB (Pres Subj Pl P1) => deb_ + "amos" ; + VPB (Pres Subj Pl P2) => deb_ + "is" ; + VPB (Pres Subj Pl P3) => deb_ + "an" ; + VPB (Impf Ind Sg P1) => deb_ + "a" ; --# notpresent + VPB (Impf Ind Sg P2) => deb_ + "as" ; --# notpresent + VPB (Impf Ind Sg P3) => deb_ + "a" ; --# notpresent + VPB (Impf Ind Pl P1) => deb_ + "amos" ; --# notpresent + VPB (Impf Ind Pl P2) => deb_ + "ais" ; --# notpresent + VPB (Impf Ind Pl P3) => deb_ + "an" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {deb_ + "iera" ; deb_ + "iese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {deb_ + "ieras" ; deb_ + "ieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {deb_ + "iera" ; deb_ + "iese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {deb_ + "iramos" ; deb_ + "isemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {deb_ + "ierais" ; deb_ + "ieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {deb_ + "ieran" ; deb_ + "iesen"} ; --# notpresent + VPB (Pret Sg P1) => deb_ + "" ; --# notpresent + VPB (Pret Sg P2) => deb_ + "iste" ; --# notpresent + VPB (Pret Sg P3) => deb_ + "i" ; --# notpresent + VPB (Pret Pl P1) => deb_ + "imos" ; --# notpresent + VPB (Pret Pl P2) => deb_ + "isteis" ; --# notpresent + VPB (Pret Pl P3) => deb_ + "ieron" ; --# notpresent + VPB (Fut Ind Sg P1) => deb_ + "er" ; --# notpresent + VPB (Fut Ind Sg P2) => deb_ + "ers" ; --# notpresent + VPB (Fut Ind Sg P3) => deb_ + "er" ; --# notpresent + VPB (Fut Ind Pl P1) => deb_ + "eremos" ; --# notpresent + VPB (Fut Ind Pl P2) => deb_ + "eris" ; --# notpresent + VPB (Fut Ind Pl P3) => deb_ + "ern" ; --# notpresent + VPB (Fut Subj Sg P1) => deb_ + "iere" ; --# notpresent + VPB (Fut Subj Sg P2) => deb_ + "ieres" ; --# notpresent + VPB (Fut Subj Sg P3) => deb_ + "iere" ; --# notpresent + VPB (Fut Subj Pl P1) => deb_ + "iremos" ; --# notpresent + VPB (Fut Subj Pl P2) => deb_ + "iereis" ; --# notpresent + VPB (Fut Subj Pl P3) => deb_ + "ieren" ; --# notpresent + VPB (Cond Sg P1) => deb_ + "era" ; --# notpresent + VPB (Cond Sg P2) => deb_ + "eras" ; --# notpresent + VPB (Cond Sg P3) => deb_ + "era" ; --# notpresent + VPB (Cond Pl P1) => deb_ + "eramos" ; --# notpresent + VPB (Cond Pl P2) => deb_ + "erais" ; --# notpresent + VPB (Cond Pl P3) => deb_ + "eran" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => deb_ + "e" ; + VPB (Imper Sg P3) => deb_ + "a" ; + VPB (Imper Pl P1) => deb_ + "amos" ; + VPB (Imper Pl P2) => deb_ + "ed" ; + VPB (Imper Pl P3) => deb_ + "an" ; + VPB (Pass Sg Masc) => deb_ + "ido" ; + VPB (Pass Sg Fem) => deb_ + "ida" ; + VPB (Pass Pl Masc) => deb_ + "idos" ; + VPB (Pass Pl Fem) => deb_ + "idas" + } + } ; +oper vivir_7 : Str -> Verbum = \vivir -> + let viv_ = Predef.tk 2 vivir in + {s = table { + VI Infn => viv_ + "ir" ; + VI Ger => viv_ + "iendo" ; + VI Part => viv_ + "ido" ; + VPB (Pres Ind Sg P1) => viv_ + "o" ; + VPB (Pres Ind Sg P2) => viv_ + "es" ; + VPB (Pres Ind Sg P3) => viv_ + "e" ; + VPB (Pres Ind Pl P1) => viv_ + "imos" ; + VPB (Pres Ind Pl P2) => viv_ + "s" ; + VPB (Pres Ind Pl P3) => viv_ + "en" ; + VPB (Pres Subj Sg P1) => viv_ + "a" ; + VPB (Pres Subj Sg P2) => viv_ + "as" ; + VPB (Pres Subj Sg P3) => viv_ + "a" ; + VPB (Pres Subj Pl P1) => viv_ + "amos" ; + VPB (Pres Subj Pl P2) => viv_ + "is" ; + VPB (Pres Subj Pl P3) => viv_ + "an" ; + VPB (Impf Ind Sg P1) => viv_ + "a" ; --# notpresent + VPB (Impf Ind Sg P2) => viv_ + "as" ; --# notpresent + VPB (Impf Ind Sg P3) => viv_ + "a" ; --# notpresent + VPB (Impf Ind Pl P1) => viv_ + "amos" ; --# notpresent + VPB (Impf Ind Pl P2) => viv_ + "ais" ; --# notpresent + VPB (Impf Ind Pl P3) => viv_ + "an" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {viv_ + "iera" ; viv_ + "iese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {viv_ + "ieras" ; viv_ + "ieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {viv_ + "iera" ; viv_ + "iese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {viv_ + "iramos" ; viv_ + "isemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {viv_ + "ierais" ; viv_ + "ieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {viv_ + "ieran" ; viv_ + "iesen"} ; --# notpresent + VPB (Pret Sg P1) => viv_ + "" ; --# notpresent + VPB (Pret Sg P2) => viv_ + "iste" ; --# notpresent + VPB (Pret Sg P3) => viv_ + "i" ; --# notpresent + VPB (Pret Pl P1) => viv_ + "imos" ; --# notpresent + VPB (Pret Pl P2) => viv_ + "isteis" ; --# notpresent + VPB (Pret Pl P3) => viv_ + "ieron" ; --# notpresent + VPB (Fut Ind Sg P1) => viv_ + "ir" ; --# notpresent + VPB (Fut Ind Sg P2) => viv_ + "irs" ; --# notpresent + VPB (Fut Ind Sg P3) => viv_ + "ir" ; --# notpresent + VPB (Fut Ind Pl P1) => viv_ + "iremos" ; --# notpresent + VPB (Fut Ind Pl P2) => viv_ + "iris" ; --# notpresent + VPB (Fut Ind Pl P3) => viv_ + "irn" ; --# notpresent + VPB (Fut Subj Sg P1) => viv_ + "iere" ; --# notpresent + VPB (Fut Subj Sg P2) => viv_ + "ieres" ; --# notpresent + VPB (Fut Subj Sg P3) => viv_ + "iere" ; --# notpresent + VPB (Fut Subj Pl P1) => viv_ + "iremos" ; --# notpresent + VPB (Fut Subj Pl P2) => viv_ + "iereis" ; --# notpresent + VPB (Fut Subj Pl P3) => viv_ + "ieren" ; --# notpresent + VPB (Cond Sg P1) => viv_ + "ira" ; --# notpresent + VPB (Cond Sg P2) => viv_ + "iras" ; --# notpresent + VPB (Cond Sg P3) => viv_ + "ira" ; --# notpresent + VPB (Cond Pl P1) => viv_ + "iramos" ; --# notpresent + VPB (Cond Pl P2) => viv_ + "irais" ; --# notpresent + VPB (Cond Pl P3) => viv_ + "iran" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => viv_ + "e" ; + VPB (Imper Sg P3) => viv_ + "a" ; + VPB (Imper Pl P1) => viv_ + "amos" ; + VPB (Imper Pl P2) => viv_ + "id" ; + VPB (Imper Pl P3) => viv_ + "an" ; + VPB (Pass Sg Masc) => viv_ + "ido" ; + VPB (Pass Sg Fem) => viv_ + "ida" ; + VPB (Pass Pl Masc) => viv_ + "idos" ; + VPB (Pass Pl Fem) => viv_ + "idas" + } + } ; +oper abolir_8 : Str -> Verbum = \abolir -> + let abol_ = Predef.tk 2 abolir in + {s = table { + VI Infn => abol_ + "ir" ; + VI Ger => abol_ + "iendo" ; + VI Part => abol_ + "ido" ; + VPB (Pres Ind Sg P1) => variants {} ; + VPB (Pres Ind Sg P2) => variants {} ; + VPB (Pres Ind Sg P3) => variants {} ; + VPB (Pres Ind Pl P1) => abol_ + "imos" ; + VPB (Pres Ind Pl P2) => abol_ + "s" ; + VPB (Pres Ind Pl P3) => variants {} ; + VPB (Pres Subj Sg P1) => variants {} ; + VPB (Pres Subj Sg P2) => variants {} ; + VPB (Pres Subj Sg P3) => variants {} ; + VPB (Pres Subj Pl P1) => variants {} ; + VPB (Pres Subj Pl P2) => variants {} ; + VPB (Pres Subj Pl P3) => variants {} ; + VPB (Impf Ind Sg P1) => abol_ + "a" ; --# notpresent + VPB (Impf Ind Sg P2) => abol_ + "as" ; --# notpresent + VPB (Impf Ind Sg P3) => abol_ + "a" ; --# notpresent + VPB (Impf Ind Pl P1) => abol_ + "amos" ; --# notpresent + VPB (Impf Ind Pl P2) => abol_ + "ais" ; --# notpresent + VPB (Impf Ind Pl P3) => abol_ + "an" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {abol_ + "iera" ; abol_ + "iese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {abol_ + "ieras" ; abol_ + "ieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {abol_ + "iera" ; abol_ + "iese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {abol_ + "iramos" ; abol_ + "isemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {abol_ + "ierais" ; abol_ + "ieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {abol_ + "ieran" ; abol_ + "iesen"} ; --# notpresent + VPB (Pret Sg P1) => abol_ + "" ; --# notpresent + VPB (Pret Sg P2) => abol_ + "iste" ; --# notpresent + VPB (Pret Sg P3) => abol_ + "i" ; --# notpresent + VPB (Pret Pl P1) => abol_ + "imos" ; --# notpresent + VPB (Pret Pl P2) => abol_ + "isteis" ; --# notpresent + VPB (Pret Pl P3) => abol_ + "ieron" ; --# notpresent + VPB (Fut Ind Sg P1) => abol_ + "ir" ; --# notpresent + VPB (Fut Ind Sg P2) => abol_ + "irs" ; --# notpresent + VPB (Fut Ind Sg P3) => abol_ + "ir" ; --# notpresent + VPB (Fut Ind Pl P1) => abol_ + "iremos" ; --# notpresent + VPB (Fut Ind Pl P2) => abol_ + "iris" ; --# notpresent + VPB (Fut Ind Pl P3) => abol_ + "irn" ; --# notpresent + VPB (Fut Subj Sg P1) => abol_ + "iere" ; --# notpresent + VPB (Fut Subj Sg P2) => abol_ + "ieres" ; --# notpresent + VPB (Fut Subj Sg P3) => abol_ + "iere" ; --# notpresent + VPB (Fut Subj Pl P1) => abol_ + "iremos" ; --# notpresent + VPB (Fut Subj Pl P2) => abol_ + "iereis" ; --# notpresent + VPB (Fut Subj Pl P3) => abol_ + "ieren" ; --# notpresent + VPB (Cond Sg P1) => abol_ + "ira" ; --# notpresent + VPB (Cond Sg P2) => abol_ + "iras" ; --# notpresent + VPB (Cond Sg P3) => abol_ + "ira" ; --# notpresent + VPB (Cond Pl P1) => abol_ + "iramos" ; --# notpresent + VPB (Cond Pl P2) => abol_ + "irais" ; --# notpresent + VPB (Cond Pl P3) => abol_ + "iran" ; --# 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_ + "uis" ; + VPB (Pres Ind Pl P3) => act_ + "an" ; + VPB (Pres Subj Sg P1) => act_ + "e" ; + VPB (Pres Subj Sg P2) => act_ + "es" ; + VPB (Pres Subj Sg P3) => act_ + "e" ; + VPB (Pres Subj Pl P1) => act_ + "uemos" ; + VPB (Pres Subj Pl P2) => act_ + "uis" ; + VPB (Pres Subj Pl P3) => act_ + "en" ; + VPB (Impf Ind Sg P1) => act_ + "uaba" ; --# notpresent + VPB (Impf Ind Sg P2) => act_ + "uabas" ; --# notpresent + VPB (Impf Ind Sg P3) => act_ + "uaba" ; --# notpresent + VPB (Impf Ind Pl P1) => act_ + "ubamos" ; --# notpresent + VPB (Impf Ind Pl P2) => act_ + "uabais" ; --# notpresent + VPB (Impf Ind Pl P3) => act_ + "uaban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {act_ + "uara" ; act_ + "uase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {act_ + "uaras" ; act_ + "uases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {act_ + "uara" ; act_ + "uase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {act_ + "uramos" ; act_ + "usemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {act_ + "uarais" ; act_ + "uaseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {act_ + "uaran" ; act_ + "uasen"} ; --# notpresent + VPB (Pret Sg P1) => act_ + "u" ; --# notpresent + VPB (Pret Sg P2) => act_ + "uaste" ; --# notpresent + VPB (Pret Sg P3) => act_ + "u" ; --# notpresent + VPB (Pret Pl P1) => act_ + "uamos" ; --# notpresent + VPB (Pret Pl P2) => act_ + "uasteis" ; --# notpresent + VPB (Pret Pl P3) => act_ + "uaron" ; --# notpresent + VPB (Fut Ind Sg P1) => act_ + "uar" ; --# notpresent + VPB (Fut Ind Sg P2) => act_ + "uars" ; --# notpresent + VPB (Fut Ind Sg P3) => act_ + "uar" ; --# notpresent + VPB (Fut Ind Pl P1) => act_ + "uaremos" ; --# notpresent + VPB (Fut Ind Pl P2) => act_ + "uaris" ; --# notpresent + VPB (Fut Ind Pl P3) => act_ + "uarn" ; --# notpresent + VPB (Fut Subj Sg P1) => act_ + "uare" ; --# notpresent + VPB (Fut Subj Sg P2) => act_ + "uares" ; --# notpresent + VPB (Fut Subj Sg P3) => act_ + "uare" ; --# notpresent + VPB (Fut Subj Pl P1) => act_ + "uremos" ; --# notpresent + VPB (Fut Subj Pl P2) => act_ + "uareis" ; --# notpresent + VPB (Fut Subj Pl P3) => act_ + "uaren" ; --# notpresent + VPB (Cond Sg P1) => act_ + "uara" ; --# notpresent + VPB (Cond Sg P2) => act_ + "uaras" ; --# notpresent + VPB (Cond Sg P3) => act_ + "uara" ; --# notpresent + VPB (Cond Pl P1) => act_ + "uaramos" ; --# notpresent + VPB (Cond Pl P2) => act_ + "uarais" ; --# notpresent + VPB (Cond Pl P3) => act_ + "uaran" ; --# 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_ + "rs" ; + VPB (Pres Ind Pl P3) => adqui_ + "eren" ; + VPB (Pres Subj Sg P1) => adqui_ + "era" ; + VPB (Pres Subj Sg P2) => adqui_ + "eras" ; + VPB (Pres Subj Sg P3) => adqui_ + "era" ; + VPB (Pres Subj Pl P1) => adqui_ + "ramos" ; + VPB (Pres Subj Pl P2) => adqui_ + "ris" ; + VPB (Pres Subj Pl P3) => adqui_ + "eran" ; + VPB (Impf Ind Sg P1) => adqui_ + "ra" ; --# notpresent + VPB (Impf Ind Sg P2) => adqui_ + "ras" ; --# notpresent + VPB (Impf Ind Sg P3) => adqui_ + "ra" ; --# notpresent + VPB (Impf Ind Pl P1) => adqui_ + "ramos" ; --# notpresent + VPB (Impf Ind Pl P2) => adqui_ + "rais" ; --# notpresent + VPB (Impf Ind Pl P3) => adqui_ + "ran" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {adqui_ + "riera" ; adqui_ + "riese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {adqui_ + "rieras" ; adqui_ + "rieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {adqui_ + "riera" ; adqui_ + "riese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {adqui_ + "riramos" ; adqui_ + "risemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {adqui_ + "rierais" ; adqui_ + "rieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {adqui_ + "rieran" ; adqui_ + "riesen"} ; --# notpresent + VPB (Pret Sg P1) => adqui_ + "r" ; --# notpresent + VPB (Pret Sg P2) => adqui_ + "riste" ; --# notpresent + VPB (Pret Sg P3) => adqui_ + "ri" ; --# notpresent + VPB (Pret Pl P1) => adqui_ + "rimos" ; --# notpresent + VPB (Pret Pl P2) => adqui_ + "risteis" ; --# notpresent + VPB (Pret Pl P3) => adqui_ + "rieron" ; --# notpresent + VPB (Fut Ind Sg P1) => adqui_ + "rir" ; --# notpresent + VPB (Fut Ind Sg P2) => adqui_ + "rirs" ; --# notpresent + VPB (Fut Ind Sg P3) => adqui_ + "rir" ; --# notpresent + VPB (Fut Ind Pl P1) => adqui_ + "riremos" ; --# notpresent + VPB (Fut Ind Pl P2) => adqui_ + "riris" ; --# notpresent + VPB (Fut Ind Pl P3) => adqui_ + "rirn" ; --# notpresent + VPB (Fut Subj Sg P1) => adqui_ + "riere" ; --# notpresent + VPB (Fut Subj Sg P2) => adqui_ + "rieres" ; --# notpresent + VPB (Fut Subj Sg P3) => adqui_ + "riere" ; --# notpresent + VPB (Fut Subj Pl P1) => adqui_ + "riremos" ; --# notpresent + VPB (Fut Subj Pl P2) => adqui_ + "riereis" ; --# notpresent + VPB (Fut Subj Pl P3) => adqui_ + "rieren" ; --# notpresent + VPB (Cond Sg P1) => adqui_ + "rira" ; --# notpresent + VPB (Cond Sg P2) => adqui_ + "riras" ; --# notpresent + VPB (Cond Sg P3) => adqui_ + "rira" ; --# notpresent + VPB (Cond Pl P1) => adqui_ + "riramos" ; --# notpresent + VPB (Cond Pl P2) => adqui_ + "rirais" ; --# notpresent + VPB (Cond Pl P3) => adqui_ + "riran" ; --# 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_ + "incis" ; + VPB (Pres Ind Pl P3) => ah_ + "ncan" ; + VPB (Pres Subj Sg P1) => ah_ + "nque" ; + VPB (Pres Subj Sg P2) => ah_ + "nques" ; + VPB (Pres Subj Sg P3) => ah_ + "nque" ; + VPB (Pres Subj Pl P1) => ah_ + "inquemos" ; + VPB (Pres Subj Pl P2) => ah_ + "inquis" ; + VPB (Pres Subj Pl P3) => ah_ + "nquen" ; + VPB (Impf Ind Sg P1) => ah_ + "incaba" ; --# notpresent + VPB (Impf Ind Sg P2) => ah_ + "incabas" ; --# notpresent + VPB (Impf Ind Sg P3) => ah_ + "incaba" ; --# notpresent + VPB (Impf Ind Pl P1) => ah_ + "incbamos" ; --# notpresent + VPB (Impf Ind Pl P2) => ah_ + "incabais" ; --# notpresent + VPB (Impf Ind Pl P3) => ah_ + "incaban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {ah_ + "incara" ; ah_ + "incase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {ah_ + "incaras" ; ah_ + "incases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {ah_ + "incara" ; ah_ + "incase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {ah_ + "incramos" ; ah_ + "incsemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {ah_ + "incarais" ; ah_ + "incaseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {ah_ + "incaran" ; ah_ + "incasen"} ; --# notpresent + VPB (Pret Sg P1) => ah_ + "inqu" ; --# notpresent + VPB (Pret Sg P2) => ah_ + "incaste" ; --# notpresent + VPB (Pret Sg P3) => ah_ + "inc" ; --# notpresent + VPB (Pret Pl P1) => ah_ + "incamos" ; --# notpresent + VPB (Pret Pl P2) => ah_ + "incasteis" ; --# notpresent + VPB (Pret Pl P3) => ah_ + "incaron" ; --# notpresent + VPB (Fut Ind Sg P1) => ah_ + "incar" ; --# notpresent + VPB (Fut Ind Sg P2) => ah_ + "incars" ; --# notpresent + VPB (Fut Ind Sg P3) => ah_ + "incar" ; --# notpresent + VPB (Fut Ind Pl P1) => ah_ + "incaremos" ; --# notpresent + VPB (Fut Ind Pl P2) => ah_ + "incaris" ; --# notpresent + VPB (Fut Ind Pl P3) => ah_ + "incarn" ; --# notpresent + VPB (Fut Subj Sg P1) => ah_ + "incare" ; --# notpresent + VPB (Fut Subj Sg P2) => ah_ + "incares" ; --# notpresent + VPB (Fut Subj Sg P3) => ah_ + "incare" ; --# notpresent + VPB (Fut Subj Pl P1) => ah_ + "incremos" ; --# notpresent + VPB (Fut Subj Pl P2) => ah_ + "incareis" ; --# notpresent + VPB (Fut Subj Pl P3) => ah_ + "incaren" ; --# notpresent + VPB (Cond Sg P1) => ah_ + "incara" ; --# notpresent + VPB (Cond Sg P2) => ah_ + "incaras" ; --# notpresent + VPB (Cond Sg P3) => ah_ + "incara" ; --# notpresent + VPB (Cond Pl P1) => ah_ + "incaramos" ; --# notpresent + VPB (Cond Pl P2) => ah_ + "incarais" ; --# notpresent + VPB (Cond Pl P3) => ah_ + "incaran" ; --# 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_ + "iris" ; + VPB (Pres Ind Pl P3) => a_ + "ran" ; + VPB (Pres Subj Sg P1) => a_ + "re" ; + VPB (Pres Subj Sg P2) => a_ + "res" ; + VPB (Pres Subj Sg P3) => a_ + "re" ; + VPB (Pres Subj Pl P1) => a_ + "iremos" ; + VPB (Pres Subj Pl P2) => a_ + "iris" ; + VPB (Pres Subj Pl P3) => a_ + "ren" ; + VPB (Impf Ind Sg P1) => a_ + "iraba" ; --# notpresent + VPB (Impf Ind Sg P2) => a_ + "irabas" ; --# notpresent + VPB (Impf Ind Sg P3) => a_ + "iraba" ; --# notpresent + VPB (Impf Ind Pl P1) => a_ + "irbamos" ; --# notpresent + VPB (Impf Ind Pl P2) => a_ + "irabais" ; --# notpresent + VPB (Impf Ind Pl P3) => a_ + "iraban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {a_ + "irara" ; a_ + "irase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {a_ + "iraras" ; a_ + "irases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {a_ + "irara" ; a_ + "irase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {a_ + "irramos" ; a_ + "irsemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {a_ + "irarais" ; a_ + "iraseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {a_ + "iraran" ; a_ + "irasen"} ; --# notpresent + VPB (Pret Sg P1) => a_ + "ir" ; --# notpresent + VPB (Pret Sg P2) => a_ + "iraste" ; --# notpresent + VPB (Pret Sg P3) => a_ + "ir" ; --# notpresent + VPB (Pret Pl P1) => a_ + "iramos" ; --# notpresent + VPB (Pret Pl P2) => a_ + "irasteis" ; --# notpresent + VPB (Pret Pl P3) => a_ + "iraron" ; --# notpresent + VPB (Fut Ind Sg P1) => a_ + "irar" ; --# notpresent + VPB (Fut Ind Sg P2) => a_ + "irars" ; --# notpresent + VPB (Fut Ind Sg P3) => a_ + "irar" ; --# notpresent + VPB (Fut Ind Pl P1) => a_ + "iraremos" ; --# notpresent + VPB (Fut Ind Pl P2) => a_ + "iraris" ; --# notpresent + VPB (Fut Ind Pl P3) => a_ + "irarn" ; --# notpresent + VPB (Fut Subj Sg P1) => a_ + "irare" ; --# notpresent + VPB (Fut Subj Sg P2) => a_ + "irares" ; --# notpresent + VPB (Fut Subj Sg P3) => a_ + "irare" ; --# notpresent + VPB (Fut Subj Pl P1) => a_ + "irremos" ; --# notpresent + VPB (Fut Subj Pl P2) => a_ + "irareis" ; --# notpresent + VPB (Fut Subj Pl P3) => a_ + "iraren" ; --# notpresent + VPB (Cond Sg P1) => a_ + "irara" ; --# notpresent + VPB (Cond Sg P2) => a_ + "iraras" ; --# notpresent + VPB (Cond Sg P3) => a_ + "irara" ; --# notpresent + VPB (Cond Pl P1) => a_ + "iraramos" ; --# notpresent + VPB (Cond Pl P2) => a_ + "irarais" ; --# notpresent + VPB (Cond Pl P3) => a_ + "iraran" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => a_ + "ra" ; + VPB (Imper Sg P3) => a_ + "re" ; + VPB (Imper Pl P1) => a_ + "iremos" ; + VPB (Imper Pl P2) => a_ + "irad" ; + VPB (Imper Pl P3) => a_ + "ren" ; + VPB (Pass Sg Masc) => a_ + "irado" ; + VPB (Pass Sg Fem) => a_ + "irada" ; + VPB (Pass Pl Masc) => a_ + "irados" ; + VPB (Pass Pl Fem) => a_ + "iradas" + } + } ; +oper andar_13 : Str -> Verbum = \andar -> + let and_ = Predef.tk 2 andar in + {s = table { + VI Infn => and_ + "ar" ; + VI Ger => and_ + "ando" ; + VI Part => and_ + "ado" ; + VPB (Pres Ind Sg P1) => and_ + "o" ; + VPB (Pres Ind Sg P2) => and_ + "as" ; + VPB (Pres Ind Sg P3) => and_ + "a" ; + VPB (Pres Ind Pl P1) => and_ + "amos" ; + VPB (Pres Ind Pl P2) => and_ + "is" ; + VPB (Pres Ind Pl P3) => and_ + "an" ; + VPB (Pres Subj Sg P1) => and_ + "e" ; + VPB (Pres Subj Sg P2) => and_ + "es" ; + VPB (Pres Subj Sg P3) => and_ + "e" ; + VPB (Pres Subj Pl P1) => and_ + "emos" ; + VPB (Pres Subj Pl P2) => and_ + "is" ; + VPB (Pres Subj Pl P3) => and_ + "en" ; + VPB (Impf Ind Sg P1) => and_ + "aba" ; --# notpresent + VPB (Impf Ind Sg P2) => and_ + "abas" ; --# notpresent + VPB (Impf Ind Sg P3) => and_ + "aba" ; --# notpresent + VPB (Impf Ind Pl P1) => and_ + "bamos" ; --# notpresent + VPB (Impf Ind Pl P2) => and_ + "abais" ; --# notpresent + VPB (Impf Ind Pl P3) => and_ + "aban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {and_ + "uviera" ; and_ + "uviese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {and_ + "uvieras" ; and_ + "uvieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {and_ + "uviera" ; and_ + "uviese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {and_ + "uviramos" ; and_ + "uvisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {and_ + "uvierais" ; and_ + "uvieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {and_ + "uvieran" ; and_ + "uviesen"} ; --# notpresent + VPB (Pret Sg P1) => and_ + "uve" ; --# notpresent + VPB (Pret Sg P2) => and_ + "uviste" ; --# notpresent + VPB (Pret Sg P3) => and_ + "uvo" ; --# notpresent + VPB (Pret Pl P1) => and_ + "uvimos" ; --# notpresent + VPB (Pret Pl P2) => and_ + "uvisteis" ; --# notpresent + VPB (Pret Pl P3) => and_ + "uvieron" ; --# notpresent + VPB (Fut Ind Sg P1) => and_ + "ar" ; --# notpresent + VPB (Fut Ind Sg P2) => and_ + "ars" ; --# notpresent + VPB (Fut Ind Sg P3) => and_ + "ar" ; --# notpresent + VPB (Fut Ind Pl P1) => and_ + "aremos" ; --# notpresent + VPB (Fut Ind Pl P2) => and_ + "aris" ; --# notpresent + VPB (Fut Ind Pl P3) => and_ + "arn" ; --# notpresent + VPB (Fut Subj Sg P1) => and_ + "uviere" ; --# notpresent + VPB (Fut Subj Sg P2) => and_ + "uvieres" ; --# notpresent + VPB (Fut Subj Sg P3) => and_ + "uviere" ; --# notpresent + VPB (Fut Subj Pl P1) => and_ + "uviremos" ; --# notpresent + VPB (Fut Subj Pl P2) => and_ + "uviereis" ; --# notpresent + VPB (Fut Subj Pl P3) => and_ + "uvieren" ; --# notpresent + VPB (Cond Sg P1) => and_ + "ara" ; --# notpresent + VPB (Cond Sg P2) => and_ + "aras" ; --# notpresent + VPB (Cond Sg P3) => and_ + "ara" ; --# notpresent + VPB (Cond Pl P1) => and_ + "aramos" ; --# notpresent + VPB (Cond Pl P2) => and_ + "arais" ; --# notpresent + VPB (Cond Pl P3) => and_ + "aran" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => and_ + "a" ; + VPB (Imper Sg P3) => and_ + "e" ; + VPB (Imper Pl P1) => and_ + "emos" ; + VPB (Imper Pl P2) => and_ + "ad" ; + VPB (Imper Pl P3) => and_ + "en" ; + VPB (Pass Sg Masc) => and_ + "ado" ; + VPB (Pass Sg Fem) => and_ + "ada" ; + VPB (Pass Pl Masc) => and_ + "ados" ; + VPB (Pass Pl Fem) => and_ + "adas" + } + } ; +oper asir_14 : Str -> Verbum = \asir -> + let as_ = Predef.tk 2 asir in + {s = table { + VI Infn => as_ + "ir" ; + VI Ger => as_ + "iendo" ; + VI Part => as_ + "ido" ; + VPB (Pres Ind Sg P1) => as_ + "go" ; + VPB (Pres Ind Sg P2) => as_ + "es" ; + VPB (Pres Ind Sg P3) => as_ + "e" ; + VPB (Pres Ind Pl P1) => as_ + "imos" ; + VPB (Pres Ind Pl P2) => as_ + "s" ; + VPB (Pres Ind Pl P3) => as_ + "en" ; + VPB (Pres Subj Sg P1) => as_ + "ga" ; + VPB (Pres Subj Sg P2) => as_ + "gas" ; + VPB (Pres Subj Sg P3) => as_ + "ga" ; + VPB (Pres Subj Pl P1) => as_ + "gamos" ; + VPB (Pres Subj Pl P2) => as_ + "gis" ; + VPB (Pres Subj Pl P3) => as_ + "gan" ; + VPB (Impf Ind Sg P1) => as_ + "a" ; --# notpresent + VPB (Impf Ind Sg P2) => as_ + "as" ; --# notpresent + VPB (Impf Ind Sg P3) => as_ + "a" ; --# notpresent + VPB (Impf Ind Pl P1) => as_ + "amos" ; --# notpresent + VPB (Impf Ind Pl P2) => as_ + "ais" ; --# notpresent + VPB (Impf Ind Pl P3) => as_ + "an" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {as_ + "iera" ; as_ + "iese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {as_ + "ieras" ; as_ + "ieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {as_ + "iera" ; as_ + "iese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {as_ + "iramos" ; as_ + "isemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {as_ + "ierais" ; as_ + "ieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {as_ + "ieran" ; as_ + "iesen"} ; --# notpresent + VPB (Pret Sg P1) => as_ + "" ; --# notpresent + VPB (Pret Sg P2) => as_ + "iste" ; --# notpresent + VPB (Pret Sg P3) => as_ + "i" ; --# notpresent + VPB (Pret Pl P1) => as_ + "imos" ; --# notpresent + VPB (Pret Pl P2) => as_ + "isteis" ; --# notpresent + VPB (Pret Pl P3) => as_ + "ieron" ; --# notpresent + VPB (Fut Ind Sg P1) => as_ + "ir" ; --# notpresent + VPB (Fut Ind Sg P2) => as_ + "irs" ; --# notpresent + VPB (Fut Ind Sg P3) => as_ + "ir" ; --# notpresent + VPB (Fut Ind Pl P1) => as_ + "iremos" ; --# notpresent + VPB (Fut Ind Pl P2) => as_ + "iris" ; --# notpresent + VPB (Fut Ind Pl P3) => as_ + "irn" ; --# notpresent + VPB (Fut Subj Sg P1) => as_ + "iere" ; --# notpresent + VPB (Fut Subj Sg P2) => as_ + "ieres" ; --# notpresent + VPB (Fut Subj Sg P3) => as_ + "iere" ; --# notpresent + VPB (Fut Subj Pl P1) => as_ + "iremos" ; --# notpresent + VPB (Fut Subj Pl P2) => as_ + "iereis" ; --# notpresent + VPB (Fut Subj Pl P3) => as_ + "ieren" ; --# notpresent + VPB (Cond Sg P1) => as_ + "ira" ; --# notpresent + VPB (Cond Sg P2) => as_ + "iras" ; --# notpresent + VPB (Cond Sg P3) => as_ + "ira" ; --# notpresent + VPB (Cond Pl P1) => as_ + "iramos" ; --# notpresent + VPB (Cond Pl P2) => as_ + "irais" ; --# notpresent + VPB (Cond Pl P3) => as_ + "iran" ; --# 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_ + "ullis" ; + VPB (Pres Ind Pl P3) => a_ + "llan" ; + VPB (Pres Subj Sg P1) => a_ + "lle" ; + VPB (Pres Subj Sg P2) => a_ + "lles" ; + VPB (Pres Subj Sg P3) => a_ + "lle" ; + VPB (Pres Subj Pl P1) => a_ + "ullemos" ; + VPB (Pres Subj Pl P2) => a_ + "ullis" ; + VPB (Pres Subj Pl P3) => a_ + "llen" ; + VPB (Impf Ind Sg P1) => a_ + "ullaba" ; --# notpresent + VPB (Impf Ind Sg P2) => a_ + "ullabas" ; --# notpresent + VPB (Impf Ind Sg P3) => a_ + "ullaba" ; --# notpresent + VPB (Impf Ind Pl P1) => a_ + "ullbamos" ; --# notpresent + VPB (Impf Ind Pl P2) => a_ + "ullabais" ; --# notpresent + VPB (Impf Ind Pl P3) => a_ + "ullaban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {a_ + "ullara" ; a_ + "ullase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {a_ + "ullaras" ; a_ + "ullases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {a_ + "ullara" ; a_ + "ullase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {a_ + "ullramos" ; a_ + "ullsemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {a_ + "ullarais" ; a_ + "ullaseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {a_ + "ullaran" ; a_ + "ullasen"} ; --# notpresent + VPB (Pret Sg P1) => a_ + "ull" ; --# notpresent + VPB (Pret Sg P2) => a_ + "ullaste" ; --# notpresent + VPB (Pret Sg P3) => a_ + "ull" ; --# notpresent + VPB (Pret Pl P1) => a_ + "ullamos" ; --# notpresent + VPB (Pret Pl P2) => a_ + "ullasteis" ; --# notpresent + VPB (Pret Pl P3) => a_ + "ullaron" ; --# notpresent + VPB (Fut Ind Sg P1) => a_ + "ullar" ; --# notpresent + VPB (Fut Ind Sg P2) => a_ + "ullars" ; --# notpresent + VPB (Fut Ind Sg P3) => a_ + "ullar" ; --# notpresent + VPB (Fut Ind Pl P1) => a_ + "ullaremos" ; --# notpresent + VPB (Fut Ind Pl P2) => a_ + "ullaris" ; --# notpresent + VPB (Fut Ind Pl P3) => a_ + "ullarn" ; --# notpresent + VPB (Fut Subj Sg P1) => a_ + "ullare" ; --# notpresent + VPB (Fut Subj Sg P2) => a_ + "ullares" ; --# notpresent + VPB (Fut Subj Sg P3) => a_ + "ullare" ; --# notpresent + VPB (Fut Subj Pl P1) => a_ + "ullremos" ; --# notpresent + VPB (Fut Subj Pl P2) => a_ + "ullareis" ; --# notpresent + VPB (Fut Subj Pl P3) => a_ + "ullaren" ; --# notpresent + VPB (Cond Sg P1) => a_ + "ullara" ; --# notpresent + VPB (Cond Sg P2) => a_ + "ullaras" ; --# notpresent + VPB (Cond Sg P3) => a_ + "ullara" ; --# notpresent + VPB (Cond Pl P1) => a_ + "ullaramos" ; --# notpresent + VPB (Cond Pl P2) => a_ + "ullarais" ; --# notpresent + VPB (Cond Pl P3) => a_ + "ullaran" ; --# 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_ + "onzis" ; + VPB (Pres Ind Pl P3) => averg_ + "enzan" ; + VPB (Pres Subj Sg P1) => averg_ + "ence" ; + VPB (Pres Subj Sg P2) => averg_ + "ences" ; + VPB (Pres Subj Sg P3) => averg_ + "ence" ; + VPB (Pres Subj Pl P1) => averg_ + "oncemos" ; + VPB (Pres Subj Pl P2) => averg_ + "oncis" ; + VPB (Pres Subj Pl P3) => averg_ + "encen" ; + VPB (Impf Ind Sg P1) => averg_ + "onzaba" ; --# notpresent + VPB (Impf Ind Sg P2) => averg_ + "onzabas" ; --# notpresent + VPB (Impf Ind Sg P3) => averg_ + "onzaba" ; --# notpresent + VPB (Impf Ind Pl P1) => averg_ + "onzbamos" ; --# notpresent + VPB (Impf Ind Pl P2) => averg_ + "onzabais" ; --# notpresent + VPB (Impf Ind Pl P3) => averg_ + "onzaban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {averg_ + "onzara" ; averg_ + "onzase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {averg_ + "onzaras" ; averg_ + "onzases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {averg_ + "onzara" ; averg_ + "onzase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {averg_ + "onzramos" ; averg_ + "onzsemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {averg_ + "onzarais" ; averg_ + "onzaseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {averg_ + "onzaran" ; averg_ + "onzasen"} ; --# notpresent + VPB (Pret Sg P1) => averg_ + "onc" ; --# notpresent + VPB (Pret Sg P2) => averg_ + "onzaste" ; --# notpresent + VPB (Pret Sg P3) => averg_ + "onz" ; --# notpresent + VPB (Pret Pl P1) => averg_ + "onzamos" ; --# notpresent + VPB (Pret Pl P2) => averg_ + "onzasteis" ; --# notpresent + VPB (Pret Pl P3) => averg_ + "onzaron" ; --# notpresent + VPB (Fut Ind Sg P1) => averg_ + "onzar" ; --# notpresent + VPB (Fut Ind Sg P2) => averg_ + "onzars" ; --# notpresent + VPB (Fut Ind Sg P3) => averg_ + "onzar" ; --# notpresent + VPB (Fut Ind Pl P1) => averg_ + "onzaremos" ; --# notpresent + VPB (Fut Ind Pl P2) => averg_ + "onzaris" ; --# notpresent + VPB (Fut Ind Pl P3) => averg_ + "onzarn" ; --# notpresent + VPB (Fut Subj Sg P1) => averg_ + "onzare" ; --# notpresent + VPB (Fut Subj Sg P2) => averg_ + "onzares" ; --# notpresent + VPB (Fut Subj Sg P3) => averg_ + "onzare" ; --# notpresent + VPB (Fut Subj Pl P1) => averg_ + "onzremos" ; --# notpresent + VPB (Fut Subj Pl P2) => averg_ + "onzareis" ; --# notpresent + VPB (Fut Subj Pl P3) => averg_ + "onzaren" ; --# notpresent + VPB (Cond Sg P1) => averg_ + "onzara" ; --# notpresent + VPB (Cond Sg P2) => averg_ + "onzaras" ; --# notpresent + VPB (Cond Sg P3) => averg_ + "onzara" ; --# notpresent + VPB (Cond Pl P1) => averg_ + "onzaramos" ; --# notpresent + VPB (Cond Pl P2) => averg_ + "onzarais" ; --# notpresent + VPB (Cond Pl P3) => averg_ + "onzaran" ; --# 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_ + "uis" ; + VPB (Pres Ind Pl P3) => averig_ + "uan" ; + VPB (Pres Subj Sg P1) => averig_ + "e" ; + VPB (Pres Subj Sg P2) => averig_ + "es" ; + VPB (Pres Subj Sg P3) => averig_ + "e" ; + VPB (Pres Subj Pl P1) => averig_ + "emos" ; + VPB (Pres Subj Pl P2) => averig_ + "is" ; + VPB (Pres Subj Pl P3) => averig_ + "en" ; + VPB (Impf Ind Sg P1) => averig_ + "uaba" ; --# notpresent + VPB (Impf Ind Sg P2) => averig_ + "uabas" ; --# notpresent + VPB (Impf Ind Sg P3) => averig_ + "uaba" ; --# notpresent + VPB (Impf Ind Pl P1) => averig_ + "ubamos" ; --# notpresent + VPB (Impf Ind Pl P2) => averig_ + "uabais" ; --# notpresent + VPB (Impf Ind Pl P3) => averig_ + "uaban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {averig_ + "uara" ; averig_ + "uase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {averig_ + "uaras" ; averig_ + "uases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {averig_ + "uara" ; averig_ + "uase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {averig_ + "uramos" ; averig_ + "usemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {averig_ + "uarais" ; averig_ + "uaseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {averig_ + "uaran" ; averig_ + "uasen"} ; --# notpresent + VPB (Pret Sg P1) => averig_ + "" ; --# notpresent + VPB (Pret Sg P2) => averig_ + "uaste" ; --# notpresent + VPB (Pret Sg P3) => averig_ + "u" ; --# notpresent + VPB (Pret Pl P1) => averig_ + "uamos" ; --# notpresent + VPB (Pret Pl P2) => averig_ + "uasteis" ; --# notpresent + VPB (Pret Pl P3) => averig_ + "uaron" ; --# notpresent + VPB (Fut Ind Sg P1) => averig_ + "uar" ; --# notpresent + VPB (Fut Ind Sg P2) => averig_ + "uars" ; --# notpresent + VPB (Fut Ind Sg P3) => averig_ + "uar" ; --# notpresent + VPB (Fut Ind Pl P1) => averig_ + "uaremos" ; --# notpresent + VPB (Fut Ind Pl P2) => averig_ + "uaris" ; --# notpresent + VPB (Fut Ind Pl P3) => averig_ + "uarn" ; --# notpresent + VPB (Fut Subj Sg P1) => averig_ + "uare" ; --# notpresent + VPB (Fut Subj Sg P2) => averig_ + "uares" ; --# notpresent + VPB (Fut Subj Sg P3) => averig_ + "uare" ; --# notpresent + VPB (Fut Subj Pl P1) => averig_ + "uremos" ; --# notpresent + VPB (Fut Subj Pl P2) => averig_ + "uareis" ; --# notpresent + VPB (Fut Subj Pl P3) => averig_ + "uaren" ; --# notpresent + VPB (Cond Sg P1) => averig_ + "uara" ; --# notpresent + VPB (Cond Sg P2) => averig_ + "uaras" ; --# notpresent + VPB (Cond Sg P3) => averig_ + "uara" ; --# notpresent + VPB (Cond Pl P1) => averig_ + "uaramos" ; --# notpresent + VPB (Cond Pl P2) => averig_ + "uarais" ; --# notpresent + VPB (Cond Pl P3) => averig_ + "uaran" ; --# 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 bruir_18 : Str -> Verbum = \bruir -> + let bru_ = Predef.tk 2 bruir in + {s = table { + VI Infn => bru_ + "ir" ; + VI Ger => bru_ + "endo" ; + VI Part => bru_ + "ido" ; + VPB (Pres Ind Sg P1) => bru_ + "o" ; + VPB (Pres Ind Sg P2) => bru_ + "es" ; + VPB (Pres Ind Sg P3) => bru_ + "e" ; + VPB (Pres Ind Pl P1) => bru_ + "imos" ; + VPB (Pres Ind Pl P2) => bru_ + "s" ; + VPB (Pres Ind Pl P3) => bru_ + "en" ; + VPB (Pres Subj Sg P1) => bru_ + "a" ; + VPB (Pres Subj Sg P2) => bru_ + "as" ; + VPB (Pres Subj Sg P3) => bru_ + "a" ; + VPB (Pres Subj Pl P1) => bru_ + "amos" ; + VPB (Pres Subj Pl P2) => bru_ + "is" ; + VPB (Pres Subj Pl P3) => bru_ + "an" ; + VPB (Impf Ind Sg P1) => bru_ + "a" ; --# notpresent + VPB (Impf Ind Sg P2) => bru_ + "as" ; --# notpresent + VPB (Impf Ind Sg P3) => bru_ + "a" ; --# notpresent + VPB (Impf Ind Pl P1) => bru_ + "amos" ; --# notpresent + VPB (Impf Ind Pl P2) => bru_ + "ais" ; --# notpresent + VPB (Impf Ind Pl P3) => bru_ + "an" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {bru_ + "era" ; bru_ + "ese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {bru_ + "eras" ; bru_ + "eses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {bru_ + "era" ; bru_ + "ese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {bru_ + "ramos" ; bru_ + "semos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {bru_ + "erais" ; bru_ + "eseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {bru_ + "eran" ; bru_ + "esen"} ; --# notpresent + VPB (Pret Sg P1) => bru_ + "" ; --# notpresent + VPB (Pret Sg P2) => bru_ + "iste" ; --# notpresent + VPB (Pret Sg P3) => bru_ + "" ; --# notpresent + VPB (Pret Pl P1) => bru_ + "imos" ; --# notpresent + VPB (Pret Pl P2) => bru_ + "isteis" ; --# notpresent + VPB (Pret Pl P3) => bru_ + "eron" ; --# notpresent + VPB (Fut Ind Sg P1) => bru_ + "ir" ; --# notpresent + VPB (Fut Ind Sg P2) => bru_ + "irs" ; --# notpresent + VPB (Fut Ind Sg P3) => bru_ + "ir" ; --# notpresent + VPB (Fut Ind Pl P1) => bru_ + "iremos" ; --# notpresent + VPB (Fut Ind Pl P2) => bru_ + "iris" ; --# notpresent + VPB (Fut Ind Pl P3) => bru_ + "irn" ; --# notpresent + VPB (Fut Subj Sg P1) => bru_ + "ere" ; --# notpresent + VPB (Fut Subj Sg P2) => bru_ + "eres" ; --# notpresent + VPB (Fut Subj Sg P3) => bru_ + "ere" ; --# notpresent + VPB (Fut Subj Pl P1) => bru_ + "remos" ; --# notpresent + VPB (Fut Subj Pl P2) => bru_ + "ereis" ; --# notpresent + VPB (Fut Subj Pl P3) => bru_ + "eren" ; --# notpresent + VPB (Cond Sg P1) => bru_ + "ira" ; --# notpresent + VPB (Cond Sg P2) => bru_ + "iras" ; --# notpresent + VPB (Cond Sg P3) => bru_ + "ira" ; --# notpresent + VPB (Cond Pl P1) => bru_ + "iramos" ; --# notpresent + VPB (Cond Pl P2) => bru_ + "irais" ; --# notpresent + VPB (Cond Pl P3) => bru_ + "iran" ; --# 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_ + "cabis" ; + VPB (Pres Ind Pl P3) => x_ + "caben" ; + VPB (Pres Subj Sg P1) => x_ + "quepa" ; + VPB (Pres Subj Sg P2) => x_ + "quepas" ; + VPB (Pres Subj Sg P3) => x_ + "quepa" ; + VPB (Pres Subj Pl P1) => x_ + "quepamos" ; + VPB (Pres Subj Pl P2) => x_ + "quepis" ; + VPB (Pres Subj Pl P3) => x_ + "quepan" ; + VPB (Impf Ind Sg P1) => x_ + "caba" ; --# notpresent + VPB (Impf Ind Sg P2) => x_ + "cabas" ; --# notpresent + VPB (Impf Ind Sg P3) => x_ + "caba" ; --# notpresent + VPB (Impf Ind Pl P1) => x_ + "cabamos" ; --# notpresent + VPB (Impf Ind Pl P2) => x_ + "cabais" ; --# notpresent + VPB (Impf Ind Pl P3) => x_ + "caban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {x_ + "cupiera" ; x_ + "cupiese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {x_ + "cupieras" ; x_ + "cupieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {x_ + "cupiera" ; x_ + "cupiese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {x_ + "cupiramos" ; x_ + "cupisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {x_ + "cupierais" ; x_ + "cupieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {x_ + "cupieran" ; x_ + "cupiesen"} ; --# notpresent + VPB (Pret Sg P1) => x_ + "cupe" ; --# notpresent + VPB (Pret Sg P2) => x_ + "cupiste" ; --# notpresent + VPB (Pret Sg P3) => x_ + "cupo" ; --# notpresent + VPB (Pret Pl P1) => x_ + "cupimos" ; --# notpresent + VPB (Pret Pl P2) => x_ + "cupisteis" ; --# notpresent + VPB (Pret Pl P3) => x_ + "cupieron" ; --# notpresent + VPB (Fut Ind Sg P1) => x_ + "cabr" ; --# notpresent + VPB (Fut Ind Sg P2) => x_ + "cabrs" ; --# notpresent + VPB (Fut Ind Sg P3) => x_ + "cabr" ; --# notpresent + VPB (Fut Ind Pl P1) => x_ + "cabremos" ; --# notpresent + VPB (Fut Ind Pl P2) => x_ + "cabris" ; --# notpresent + VPB (Fut Ind Pl P3) => x_ + "cabrn" ; --# notpresent + VPB (Fut Subj Sg P1) => x_ + "cupiere" ; --# notpresent + VPB (Fut Subj Sg P2) => x_ + "cupieres" ; --# notpresent + VPB (Fut Subj Sg P3) => x_ + "cupiere" ; --# notpresent + VPB (Fut Subj Pl P1) => x_ + "cupiremos" ; --# notpresent + VPB (Fut Subj Pl P2) => x_ + "cupiereis" ; --# notpresent + VPB (Fut Subj Pl P3) => x_ + "cupieren" ; --# notpresent + VPB (Cond Sg P1) => x_ + "cabra" ; --# notpresent + VPB (Cond Sg P2) => x_ + "cabras" ; --# notpresent + VPB (Cond Sg P3) => x_ + "cabra" ; --# notpresent + VPB (Cond Pl P1) => x_ + "cabramos" ; --# notpresent + VPB (Cond Pl P2) => x_ + "cabrais" ; --# notpresent + VPB (Cond Pl P3) => x_ + "cabran" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => x_ + "cabe" ; + VPB (Imper Sg P3) => x_ + "quepa" ; + VPB (Imper Pl P1) => x_ + "quepamos" ; + VPB (Imper Pl P2) => x_ + "cabed" ; + VPB (Imper Pl P3) => x_ + "quepan" ; + VPB (Pass Sg Masc) => x_ + "cabido" ; + VPB (Pass Sg Fem) => x_ + "cabida" ; + VPB (Pass Pl Masc) => x_ + "cabidos" ; + VPB (Pass Pl Fem) => x_ + "cabidas" + } + } ; +oper caer_20 : Str -> Verbum = \caer -> + let ca_ = Predef.tk 2 caer in + {s = table { + VI Infn => ca_ + "er" ; + VI Ger => ca_ + "yendo" ; + VI Part => ca_ + "do" ; + VPB (Pres Ind Sg P1) => ca_ + "igo" ; + VPB (Pres Ind Sg P2) => ca_ + "es" ; + VPB (Pres Ind Sg P3) => ca_ + "e" ; + VPB (Pres Ind Pl P1) => ca_ + "emos" ; + VPB (Pres Ind Pl P2) => ca_ + "is" ; + VPB (Pres Ind Pl P3) => ca_ + "en" ; + VPB (Pres Subj Sg P1) => ca_ + "iga" ; + VPB (Pres Subj Sg P2) => ca_ + "igas" ; + VPB (Pres Subj Sg P3) => ca_ + "iga" ; + VPB (Pres Subj Pl P1) => ca_ + "igamos" ; + VPB (Pres Subj Pl P2) => ca_ + "igis" ; + VPB (Pres Subj Pl P3) => ca_ + "igan" ; + VPB (Impf Ind Sg P1) => ca_ + "a" ; --# notpresent + VPB (Impf Ind Sg P2) => ca_ + "as" ; --# notpresent + VPB (Impf Ind Sg P3) => ca_ + "a" ; --# notpresent + VPB (Impf Ind Pl P1) => ca_ + "amos" ; --# notpresent + VPB (Impf Ind Pl P2) => ca_ + "ais" ; --# notpresent + VPB (Impf Ind Pl P3) => ca_ + "an" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {ca_ + "yera" ; ca_ + "yese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {ca_ + "yeras" ; ca_ + "yeses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {ca_ + "yera" ; ca_ + "yese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {ca_ + "yramos" ; ca_ + "ysemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {ca_ + "yerais" ; ca_ + "yeseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {ca_ + "yeran" ; ca_ + "yesen"} ; --# notpresent + VPB (Pret Sg P1) => ca_ + "" ; --# notpresent + VPB (Pret Sg P2) => ca_ + "ste" ; --# notpresent + VPB (Pret Sg P3) => ca_ + "y" ; --# notpresent + VPB (Pret Pl P1) => ca_ + "mos" ; --# notpresent + VPB (Pret Pl P2) => ca_ + "steis" ; --# notpresent + VPB (Pret Pl P3) => ca_ + "yeron" ; --# notpresent + VPB (Fut Ind Sg P1) => ca_ + "er" ; --# notpresent + VPB (Fut Ind Sg P2) => ca_ + "ers" ; --# notpresent + VPB (Fut Ind Sg P3) => ca_ + "er" ; --# notpresent + VPB (Fut Ind Pl P1) => ca_ + "eremos" ; --# notpresent + VPB (Fut Ind Pl P2) => ca_ + "eris" ; --# notpresent + VPB (Fut Ind Pl P3) => ca_ + "ern" ; --# notpresent + VPB (Fut Subj Sg P1) => ca_ + "yere" ; --# notpresent + VPB (Fut Subj Sg P2) => ca_ + "yeres" ; --# notpresent + VPB (Fut Subj Sg P3) => ca_ + "yere" ; --# notpresent + VPB (Fut Subj Pl P1) => ca_ + "yremos" ; --# notpresent + VPB (Fut Subj Pl P2) => ca_ + "yereis" ; --# notpresent + VPB (Fut Subj Pl P3) => ca_ + "yeren" ; --# notpresent + VPB (Cond Sg P1) => ca_ + "era" ; --# notpresent + VPB (Cond Sg P2) => ca_ + "eras" ; --# notpresent + VPB (Cond Sg P3) => ca_ + "era" ; --# notpresent + VPB (Cond Pl P1) => ca_ + "eramos" ; --# notpresent + VPB (Cond Pl P2) => ca_ + "erais" ; --# notpresent + VPB (Cond Pl P3) => ca_ + "eran" ; --# 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_ + "zis" ; + VPB (Pres Ind Pl P3) => ca_ + "zan" ; + VPB (Pres Subj Sg P1) => ca_ + "ce" ; + VPB (Pres Subj Sg P2) => ca_ + "ces" ; + VPB (Pres Subj Sg P3) => ca_ + "ce" ; + VPB (Pres Subj Pl P1) => ca_ + "cemos" ; + VPB (Pres Subj Pl P2) => ca_ + "cis" ; + VPB (Pres Subj Pl P3) => ca_ + "cen" ; + VPB (Impf Ind Sg P1) => ca_ + "zaba" ; --# notpresent + VPB (Impf Ind Sg P2) => ca_ + "zabas" ; --# notpresent + VPB (Impf Ind Sg P3) => ca_ + "zaba" ; --# notpresent + VPB (Impf Ind Pl P1) => ca_ + "zbamos" ; --# notpresent + VPB (Impf Ind Pl P2) => ca_ + "zabais" ; --# notpresent + VPB (Impf Ind Pl P3) => ca_ + "zaban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {ca_ + "zara" ; ca_ + "zase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {ca_ + "zaras" ; ca_ + "zases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {ca_ + "zara" ; ca_ + "zase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {ca_ + "zramos" ; ca_ + "zsemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {ca_ + "zarais" ; ca_ + "zaseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {ca_ + "zaran" ; ca_ + "zasen"} ; --# notpresent + VPB (Pret Sg P1) => ca_ + "c" ; --# notpresent + VPB (Pret Sg P2) => ca_ + "zaste" ; --# notpresent + VPB (Pret Sg P3) => ca_ + "z" ; --# notpresent + VPB (Pret Pl P1) => ca_ + "zamos" ; --# notpresent + VPB (Pret Pl P2) => ca_ + "zasteis" ; --# notpresent + VPB (Pret Pl P3) => ca_ + "zaron" ; --# notpresent + VPB (Fut Ind Sg P1) => ca_ + "zar" ; --# notpresent + VPB (Fut Ind Sg P2) => ca_ + "zars" ; --# notpresent + VPB (Fut Ind Sg P3) => ca_ + "zar" ; --# notpresent + VPB (Fut Ind Pl P1) => ca_ + "zaremos" ; --# notpresent + VPB (Fut Ind Pl P2) => ca_ + "zaris" ; --# notpresent + VPB (Fut Ind Pl P3) => ca_ + "zarn" ; --# notpresent + VPB (Fut Subj Sg P1) => ca_ + "zare" ; --# notpresent + VPB (Fut Subj Sg P2) => ca_ + "zares" ; --# notpresent + VPB (Fut Subj Sg P3) => ca_ + "zare" ; --# notpresent + VPB (Fut Subj Pl P1) => ca_ + "zremos" ; --# notpresent + VPB (Fut Subj Pl P2) => ca_ + "zareis" ; --# notpresent + VPB (Fut Subj Pl P3) => ca_ + "zaren" ; --# notpresent + VPB (Cond Sg P1) => ca_ + "zara" ; --# notpresent + VPB (Cond Sg P2) => ca_ + "zaras" ; --# notpresent + VPB (Cond Sg P3) => ca_ + "zara" ; --# notpresent + VPB (Cond Pl P1) => ca_ + "zaramos" ; --# notpresent + VPB (Cond Pl P2) => ca_ + "zarais" ; --# notpresent + VPB (Cond Pl P3) => ca_ + "zaran" ; --# 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_ + "ocis" ; + VPB (Pres Ind Pl P3) => c_ + "uecen" ; + VPB (Pres Subj Sg P1) => c_ + "ueza" ; + VPB (Pres Subj Sg P2) => c_ + "uezas" ; + VPB (Pres Subj Sg P3) => c_ + "ueza" ; + VPB (Pres Subj Pl P1) => c_ + "ozamos" ; + VPB (Pres Subj Pl P2) => c_ + "ozis" ; + VPB (Pres Subj Pl P3) => c_ + "uezan" ; + VPB (Impf Ind Sg P1) => c_ + "oca" ; --# notpresent + VPB (Impf Ind Sg P2) => c_ + "ocas" ; --# notpresent + VPB (Impf Ind Sg P3) => c_ + "oca" ; --# notpresent + VPB (Impf Ind Pl P1) => c_ + "ocamos" ; --# notpresent + VPB (Impf Ind Pl P2) => c_ + "ocais" ; --# notpresent + VPB (Impf Ind Pl P3) => c_ + "ocan" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {c_ + "ociera" ; c_ + "ociese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {c_ + "ocieras" ; c_ + "ocieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {c_ + "ociera" ; c_ + "ociese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {c_ + "ociramos" ; c_ + "ocisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {c_ + "ocierais" ; c_ + "ocieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {c_ + "ocieran" ; c_ + "ociesen"} ; --# notpresent + VPB (Pret Sg P1) => c_ + "oc" ; --# notpresent + VPB (Pret Sg P2) => c_ + "ociste" ; --# notpresent + VPB (Pret Sg P3) => c_ + "oci" ; --# notpresent + VPB (Pret Pl P1) => c_ + "ocimos" ; --# notpresent + VPB (Pret Pl P2) => c_ + "ocisteis" ; --# notpresent + VPB (Pret Pl P3) => c_ + "ocieron" ; --# notpresent + VPB (Fut Ind Sg P1) => c_ + "ocer" ; --# notpresent + VPB (Fut Ind Sg P2) => c_ + "ocers" ; --# notpresent + VPB (Fut Ind Sg P3) => c_ + "ocer" ; --# notpresent + VPB (Fut Ind Pl P1) => c_ + "oceremos" ; --# notpresent + VPB (Fut Ind Pl P2) => c_ + "oceris" ; --# notpresent + VPB (Fut Ind Pl P3) => c_ + "ocern" ; --# notpresent + VPB (Fut Subj Sg P1) => c_ + "ociere" ; --# notpresent + VPB (Fut Subj Sg P2) => c_ + "ocieres" ; --# notpresent + VPB (Fut Subj Sg P3) => c_ + "ociere" ; --# notpresent + VPB (Fut Subj Pl P1) => c_ + "ociremos" ; --# notpresent + VPB (Fut Subj Pl P2) => c_ + "ociereis" ; --# notpresent + VPB (Fut Subj Pl P3) => c_ + "ocieren" ; --# notpresent + VPB (Cond Sg P1) => c_ + "ocera" ; --# notpresent + VPB (Cond Sg P2) => c_ + "oceras" ; --# notpresent + VPB (Cond Sg P3) => c_ + "ocera" ; --# notpresent + VPB (Cond Pl P1) => c_ + "oceramos" ; --# notpresent + VPB (Cond Pl P2) => c_ + "ocerais" ; --# notpresent + VPB (Cond Pl P3) => c_ + "oceran" ; --# 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_ + "gis" ; + VPB (Pres Ind Pl P3) => co_ + "gen" ; + VPB (Pres Subj Sg P1) => co_ + "ja" ; + VPB (Pres Subj Sg P2) => co_ + "jas" ; + VPB (Pres Subj Sg P3) => co_ + "ja" ; + VPB (Pres Subj Pl P1) => co_ + "jamos" ; + VPB (Pres Subj Pl P2) => co_ + "jis" ; + VPB (Pres Subj Pl P3) => co_ + "jan" ; + VPB (Impf Ind Sg P1) => co_ + "ga" ; --# notpresent + VPB (Impf Ind Sg P2) => co_ + "gas" ; --# notpresent + VPB (Impf Ind Sg P3) => co_ + "ga" ; --# notpresent + VPB (Impf Ind Pl P1) => co_ + "gamos" ; --# notpresent + VPB (Impf Ind Pl P2) => co_ + "gais" ; --# notpresent + VPB (Impf Ind Pl P3) => co_ + "gan" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {co_ + "giera" ; co_ + "giese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {co_ + "gieras" ; co_ + "gieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {co_ + "giera" ; co_ + "giese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {co_ + "giramos" ; co_ + "gisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {co_ + "gierais" ; co_ + "gieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {co_ + "gieran" ; co_ + "giesen"} ; --# notpresent + VPB (Pret Sg P1) => co_ + "g" ; --# notpresent + VPB (Pret Sg P2) => co_ + "giste" ; --# notpresent + VPB (Pret Sg P3) => co_ + "gi" ; --# notpresent + VPB (Pret Pl P1) => co_ + "gimos" ; --# notpresent + VPB (Pret Pl P2) => co_ + "gisteis" ; --# notpresent + VPB (Pret Pl P3) => co_ + "gieron" ; --# notpresent + VPB (Fut Ind Sg P1) => co_ + "ger" ; --# notpresent + VPB (Fut Ind Sg P2) => co_ + "gers" ; --# notpresent + VPB (Fut Ind Sg P3) => co_ + "ger" ; --# notpresent + VPB (Fut Ind Pl P1) => co_ + "geremos" ; --# notpresent + VPB (Fut Ind Pl P2) => co_ + "geris" ; --# notpresent + VPB (Fut Ind Pl P3) => co_ + "gern" ; --# notpresent + VPB (Fut Subj Sg P1) => co_ + "giere" ; --# notpresent + VPB (Fut Subj Sg P2) => co_ + "gieres" ; --# notpresent + VPB (Fut Subj Sg P3) => co_ + "giere" ; --# notpresent + VPB (Fut Subj Pl P1) => co_ + "giremos" ; --# notpresent + VPB (Fut Subj Pl P2) => co_ + "giereis" ; --# notpresent + VPB (Fut Subj Pl P3) => co_ + "gieren" ; --# notpresent + VPB (Cond Sg P1) => co_ + "gera" ; --# notpresent + VPB (Cond Sg P2) => co_ + "geras" ; --# notpresent + VPB (Cond Sg P3) => co_ + "gera" ; --# notpresent + VPB (Cond Pl P1) => co_ + "geramos" ; --# notpresent + VPB (Cond Pl P2) => co_ + "gerais" ; --# notpresent + VPB (Cond Pl P3) => co_ + "geran" ; --# 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_ + "olgis" ; + VPB (Pres Ind Pl P3) => c_ + "uelgan" ; + VPB (Pres Subj Sg P1) => c_ + "uelgue" ; + VPB (Pres Subj Sg P2) => c_ + "uelgues" ; + VPB (Pres Subj Sg P3) => c_ + "uelgue" ; + VPB (Pres Subj Pl P1) => c_ + "olguemos" ; + VPB (Pres Subj Pl P2) => c_ + "olguis" ; + VPB (Pres Subj Pl P3) => c_ + "uelguen" ; + VPB (Impf Ind Sg P1) => c_ + "olgaba" ; --# notpresent + VPB (Impf Ind Sg P2) => c_ + "olgabas" ; --# notpresent + VPB (Impf Ind Sg P3) => c_ + "olgaba" ; --# notpresent + VPB (Impf Ind Pl P1) => c_ + "olgbamos" ; --# notpresent + VPB (Impf Ind Pl P2) => c_ + "olgabais" ; --# notpresent + VPB (Impf Ind Pl P3) => c_ + "olgaban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {c_ + "olgara" ; c_ + "olgase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {c_ + "olgaras" ; c_ + "olgases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {c_ + "olgara" ; c_ + "olgase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {c_ + "olgramos" ; c_ + "olgsemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {c_ + "olgarais" ; c_ + "olgaseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {c_ + "olgaran" ; c_ + "olgasen"} ; --# notpresent + VPB (Pret Sg P1) => c_ + "olgu" ; --# notpresent + VPB (Pret Sg P2) => c_ + "olgaste" ; --# notpresent + VPB (Pret Sg P3) => c_ + "olg" ; --# notpresent + VPB (Pret Pl P1) => c_ + "olgamos" ; --# notpresent + VPB (Pret Pl P2) => c_ + "olgasteis" ; --# notpresent + VPB (Pret Pl P3) => c_ + "olgaron" ; --# notpresent + VPB (Fut Ind Sg P1) => c_ + "olgar" ; --# notpresent + VPB (Fut Ind Sg P2) => c_ + "olgars" ; --# notpresent + VPB (Fut Ind Sg P3) => c_ + "olgar" ; --# notpresent + VPB (Fut Ind Pl P1) => c_ + "olgaremos" ; --# notpresent + VPB (Fut Ind Pl P2) => c_ + "olgaris" ; --# notpresent + VPB (Fut Ind Pl P3) => c_ + "olgarn" ; --# notpresent + VPB (Fut Subj Sg P1) => c_ + "olgare" ; --# notpresent + VPB (Fut Subj Sg P2) => c_ + "olgares" ; --# notpresent + VPB (Fut Subj Sg P3) => c_ + "olgare" ; --# notpresent + VPB (Fut Subj Pl P1) => c_ + "olgremos" ; --# notpresent + VPB (Fut Subj Pl P2) => c_ + "olgareis" ; --# notpresent + VPB (Fut Subj Pl P3) => c_ + "olgaren" ; --# notpresent + VPB (Cond Sg P1) => c_ + "olgara" ; --# notpresent + VPB (Cond Sg P2) => c_ + "olgaras" ; --# notpresent + VPB (Cond Sg P3) => c_ + "olgara" ; --# notpresent + VPB (Cond Pl P1) => c_ + "olgaramos" ; --# notpresent + VPB (Cond Pl P2) => c_ + "olgarais" ; --# notpresent + VPB (Cond Pl P3) => c_ + "olgaran" ; --# 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_ + "cis" ; + VPB (Pres Ind Pl P3) => cono_ + "cen" ; + VPB (Pres Subj Sg P1) => cono_ + "zca" ; + VPB (Pres Subj Sg P2) => cono_ + "zcas" ; + VPB (Pres Subj Sg P3) => cono_ + "zca" ; + VPB (Pres Subj Pl P1) => cono_ + "zcamos" ; + VPB (Pres Subj Pl P2) => cono_ + "zcis" ; + VPB (Pres Subj Pl P3) => cono_ + "zcan" ; + VPB (Impf Ind Sg P1) => cono_ + "ca" ; --# notpresent + VPB (Impf Ind Sg P2) => cono_ + "cas" ; --# notpresent + VPB (Impf Ind Sg P3) => cono_ + "ca" ; --# notpresent + VPB (Impf Ind Pl P1) => cono_ + "camos" ; --# notpresent + VPB (Impf Ind Pl P2) => cono_ + "cais" ; --# notpresent + VPB (Impf Ind Pl P3) => cono_ + "can" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {cono_ + "ciera" ; cono_ + "ciese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {cono_ + "cieras" ; cono_ + "cieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {cono_ + "ciera" ; cono_ + "ciese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {cono_ + "ciramos" ; cono_ + "cisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {cono_ + "cierais" ; cono_ + "cieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {cono_ + "cieran" ; cono_ + "ciesen"} ; --# notpresent + VPB (Pret Sg P1) => cono_ + "c" ; --# notpresent + VPB (Pret Sg P2) => cono_ + "ciste" ; --# notpresent + VPB (Pret Sg P3) => cono_ + "ci" ; --# notpresent + VPB (Pret Pl P1) => cono_ + "cimos" ; --# notpresent + VPB (Pret Pl P2) => cono_ + "cisteis" ; --# notpresent + VPB (Pret Pl P3) => cono_ + "cieron" ; --# notpresent + VPB (Fut Ind Sg P1) => cono_ + "cer" ; --# notpresent + VPB (Fut Ind Sg P2) => cono_ + "cers" ; --# notpresent + VPB (Fut Ind Sg P3) => cono_ + "cer" ; --# notpresent + VPB (Fut Ind Pl P1) => cono_ + "ceremos" ; --# notpresent + VPB (Fut Ind Pl P2) => cono_ + "ceris" ; --# notpresent + VPB (Fut Ind Pl P3) => cono_ + "cern" ; --# notpresent + VPB (Fut Subj Sg P1) => cono_ + "ciere" ; --# notpresent + VPB (Fut Subj Sg P2) => cono_ + "cieres" ; --# notpresent + VPB (Fut Subj Sg P3) => cono_ + "ciere" ; --# notpresent + VPB (Fut Subj Pl P1) => cono_ + "ciremos" ; --# notpresent + VPB (Fut Subj Pl P2) => cono_ + "ciereis" ; --# notpresent + VPB (Fut Subj Pl P3) => cono_ + "cieren" ; --# notpresent + VPB (Cond Sg P1) => cono_ + "cera" ; --# notpresent + VPB (Cond Sg P2) => cono_ + "ceras" ; --# notpresent + VPB (Cond Sg P3) => cono_ + "cera" ; --# notpresent + VPB (Cond Pl P1) => cono_ + "ceramos" ; --# notpresent + VPB (Cond Pl P2) => cono_ + "cerais" ; --# notpresent + VPB (Cond Pl P3) => cono_ + "ceran" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => cono_ + "ce" ; + VPB (Imper Sg P3) => cono_ + "zca" ; + VPB (Imper Pl P1) => cono_ + "zcamos" ; + VPB (Imper Pl P2) => cono_ + "ced" ; + VPB (Imper Pl P3) => cono_ + "zcan" ; + VPB (Pass Sg Masc) => cono_ + "cido" ; + VPB (Pass Sg Fem) => cono_ + "cida" ; + VPB (Pass Pl Masc) => cono_ + "cidos" ; + VPB (Pass Pl Fem) => cono_ + "cidas" + } + } ; +oper creer_26 : Str -> Verbum = \creer -> + let cre_ = Predef.tk 2 creer in + {s = table { + VI Infn => cre_ + "er" ; + VI Ger => cre_ + "yendo" ; + VI Part => cre_ + "do" ; + VPB (Pres Ind Sg P1) => cre_ + "o" ; + VPB (Pres Ind Sg P2) => cre_ + "es" ; + VPB (Pres Ind Sg P3) => cre_ + "e" ; + VPB (Pres Ind Pl P1) => cre_ + "emos" ; + VPB (Pres Ind Pl P2) => cre_ + "is" ; + VPB (Pres Ind Pl P3) => cre_ + "en" ; + VPB (Pres Subj Sg P1) => cre_ + "a" ; + VPB (Pres Subj Sg P2) => cre_ + "as" ; + VPB (Pres Subj Sg P3) => cre_ + "a" ; + VPB (Pres Subj Pl P1) => cre_ + "amos" ; + VPB (Pres Subj Pl P2) => cre_ + "is" ; + VPB (Pres Subj Pl P3) => cre_ + "an" ; + VPB (Impf Ind Sg P1) => cre_ + "a" ; --# notpresent + VPB (Impf Ind Sg P2) => cre_ + "as" ; --# notpresent + VPB (Impf Ind Sg P3) => cre_ + "a" ; --# notpresent + VPB (Impf Ind Pl P1) => cre_ + "amos" ; --# notpresent + VPB (Impf Ind Pl P2) => cre_ + "ais" ; --# notpresent + VPB (Impf Ind Pl P3) => cre_ + "an" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {cre_ + "yera" ; cre_ + "yese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {cre_ + "yeras" ; cre_ + "yeses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {cre_ + "yera" ; cre_ + "yese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {cre_ + "yramos" ; cre_ + "ysemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {cre_ + "yerais" ; cre_ + "yeseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {cre_ + "yeran" ; cre_ + "yesen"} ; --# notpresent + VPB (Pret Sg P1) => cre_ + "" ; --# notpresent + VPB (Pret Sg P2) => cre_ + "ste" ; --# notpresent + VPB (Pret Sg P3) => cre_ + "y" ; --# notpresent + VPB (Pret Pl P1) => cre_ + "mos" ; --# notpresent + VPB (Pret Pl P2) => cre_ + "steis" ; --# notpresent + VPB (Pret Pl P3) => cre_ + "yeron" ; --# notpresent + VPB (Fut Ind Sg P1) => cre_ + "er" ; --# notpresent + VPB (Fut Ind Sg P2) => cre_ + "ers" ; --# notpresent + VPB (Fut Ind Sg P3) => cre_ + "er" ; --# notpresent + VPB (Fut Ind Pl P1) => cre_ + "eremos" ; --# notpresent + VPB (Fut Ind Pl P2) => cre_ + "eris" ; --# notpresent + VPB (Fut Ind Pl P3) => cre_ + "ern" ; --# notpresent + VPB (Fut Subj Sg P1) => cre_ + "yere" ; --# notpresent + VPB (Fut Subj Sg P2) => cre_ + "yeres" ; --# notpresent + VPB (Fut Subj Sg P3) => cre_ + "yere" ; --# notpresent + VPB (Fut Subj Pl P1) => cre_ + "yremos" ; --# notpresent + VPB (Fut Subj Pl P2) => cre_ + "yereis" ; --# notpresent + VPB (Fut Subj Pl P3) => cre_ + "yeren" ; --# notpresent + VPB (Cond Sg P1) => cre_ + "era" ; --# notpresent + VPB (Cond Sg P2) => cre_ + "eras" ; --# notpresent + VPB (Cond Sg P3) => cre_ + "era" ; --# notpresent + VPB (Cond Pl P1) => cre_ + "eramos" ; --# notpresent + VPB (Cond Pl P2) => cre_ + "erais" ; --# notpresent + VPB (Cond Pl P3) => cre_ + "eran" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => cre_ + "e" ; + VPB (Imper Sg P3) => cre_ + "a" ; + VPB (Imper Pl P1) => cre_ + "amos" ; + VPB (Imper Pl P2) => cre_ + "ed" ; + VPB (Imper Pl P3) => cre_ + "an" ; + VPB (Pass Sg Masc) => cre_ + "do" ; + VPB (Pass Sg Fem) => cre_ + "da" ; + VPB (Pass Pl Masc) => cre_ + "dos" ; + VPB (Pass Pl Fem) => cre_ + "das" + } + } ; +oper dar_27 : Str -> Verbum = \dar -> + let d_ = Predef.tk 2 dar in + {s = table { + VI Infn => d_ + "ar" ; + VI Ger => d_ + "ando" ; + VI Part => d_ + "ado" ; + VPB (Pres Ind Sg P1) => d_ + "oy" ; + VPB (Pres Ind Sg P2) => d_ + "as" ; + VPB (Pres Ind Sg P3) => d_ + "a" ; + VPB (Pres Ind Pl P1) => d_ + "amos" ; + VPB (Pres Ind Pl P2) => d_ + "ais" ; + VPB (Pres Ind Pl P3) => d_ + "an" ; + VPB (Pres Subj Sg P1) => d_ + "" ; + VPB (Pres Subj Sg P2) => d_ + "es" ; + VPB (Pres Subj Sg P3) => d_ + "" ; + VPB (Pres Subj Pl P1) => d_ + "emos" ; + VPB (Pres Subj Pl P2) => d_ + "eis" ; + VPB (Pres Subj Pl P3) => d_ + "en" ; + VPB (Impf Ind Sg P1) => d_ + "aba" ; --# notpresent + VPB (Impf Ind Sg P2) => d_ + "abas" ; --# notpresent + VPB (Impf Ind Sg P3) => d_ + "aba" ; --# notpresent + VPB (Impf Ind Pl P1) => d_ + "bamos" ; --# notpresent + VPB (Impf Ind Pl P2) => d_ + "abais" ; --# notpresent + VPB (Impf Ind Pl P3) => d_ + "aban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {d_ + "iera" ; d_ + "iese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {d_ + "ieras" ; d_ + "ieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {d_ + "iera" ; d_ + "iese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {d_ + "iramos" ; d_ + "isemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {d_ + "ierais" ; d_ + "ieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {d_ + "ieran" ; d_ + "iesen"} ; --# notpresent + VPB (Pret Sg P1) => d_ + "i" ; --# notpresent + VPB (Pret Sg P2) => d_ + "iste" ; --# notpresent + VPB (Pret Sg P3) => d_ + "io" ; --# notpresent + VPB (Pret Pl P1) => d_ + "imos" ; --# notpresent + VPB (Pret Pl P2) => d_ + "isteis" ; --# notpresent + VPB (Pret Pl P3) => d_ + "ieron" ; --# notpresent + VPB (Fut Ind Sg P1) => d_ + "ar" ; --# notpresent + VPB (Fut Ind Sg P2) => d_ + "ars" ; --# notpresent + VPB (Fut Ind Sg P3) => d_ + "ar" ; --# notpresent + VPB (Fut Ind Pl P1) => d_ + "aremos" ; --# notpresent + VPB (Fut Ind Pl P2) => d_ + "aris" ; --# notpresent + VPB (Fut Ind Pl P3) => d_ + "arn" ; --# notpresent + VPB (Fut Subj Sg P1) => d_ + "iere" ; --# notpresent + VPB (Fut Subj Sg P2) => d_ + "ieres" ; --# notpresent + VPB (Fut Subj Sg P3) => d_ + "iere" ; --# notpresent + VPB (Fut Subj Pl P1) => d_ + "iremos" ; --# notpresent + VPB (Fut Subj Pl P2) => d_ + "iereis" ; --# notpresent + VPB (Fut Subj Pl P3) => d_ + "ieren" ; --# notpresent + VPB (Cond Sg P1) => d_ + "ara" ; --# notpresent + VPB (Cond Sg P2) => d_ + "aras" ; --# notpresent + VPB (Cond Sg P3) => d_ + "ara" ; --# notpresent + VPB (Cond Pl P1) => d_ + "aramos" ; --# notpresent + VPB (Cond Pl P2) => d_ + "arais" ; --# notpresent + VPB (Cond Pl P3) => d_ + "aran" ; --# 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_ + "ecs" ; + VPB (Pres Ind Pl P3) => d_ + "icen" ; + VPB (Pres Subj Sg P1) => d_ + "iga" ; + VPB (Pres Subj Sg P2) => d_ + "igas" ; + VPB (Pres Subj Sg P3) => d_ + "iga" ; + VPB (Pres Subj Pl P1) => d_ + "igamos" ; + VPB (Pres Subj Pl P2) => d_ + "igis" ; + VPB (Pres Subj Pl P3) => d_ + "igan" ; + VPB (Impf Ind Sg P1) => d_ + "eca" ; --# notpresent + VPB (Impf Ind Sg P2) => d_ + "ecas" ; --# notpresent + VPB (Impf Ind Sg P3) => d_ + "eca" ; --# notpresent + VPB (Impf Ind Pl P1) => d_ + "ecamos" ; --# notpresent + VPB (Impf Ind Pl P2) => d_ + "ecais" ; --# notpresent + VPB (Impf Ind Pl P3) => d_ + "ecan" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {d_ + "ijera" ; d_ + "ijese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {d_ + "ijeras" ; d_ + "ijeses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {d_ + "ijera" ; d_ + "ijese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {d_ + "ijramos" ; d_ + "ijsemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {d_ + "ijerais" ; d_ + "ijeseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {d_ + "ijeran" ; d_ + "ijesen"} ; --# notpresent + VPB (Pret Sg P1) => d_ + "ije" ; --# notpresent + VPB (Pret Sg P2) => d_ + "ijiste" ; --# notpresent + VPB (Pret Sg P3) => d_ + "ijo" ; --# notpresent + VPB (Pret Pl P1) => d_ + "ijimos" ; --# notpresent + VPB (Pret Pl P2) => d_ + "ijisteis" ; --# notpresent + VPB (Pret Pl P3) => d_ + "ijeron" ; --# notpresent + VPB (Fut Ind Sg P1) => d_ + "ir" ; --# notpresent + VPB (Fut Ind Sg P2) => d_ + "irs" ; --# notpresent + VPB (Fut Ind Sg P3) => d_ + "ir" ; --# notpresent + VPB (Fut Ind Pl P1) => d_ + "iremos" ; --# notpresent + VPB (Fut Ind Pl P2) => d_ + "iris" ; --# notpresent + VPB (Fut Ind Pl P3) => d_ + "irn" ; --# notpresent + VPB (Fut Subj Sg P1) => d_ + "ijere" ; --# notpresent + VPB (Fut Subj Sg P2) => d_ + "ijeres" ; --# notpresent + VPB (Fut Subj Sg P3) => d_ + "ijere" ; --# notpresent + VPB (Fut Subj Pl P1) => d_ + "ijremos" ; --# notpresent + VPB (Fut Subj Pl P2) => d_ + "ijereis" ; --# notpresent + VPB (Fut Subj Pl P3) => d_ + "ijeren" ; --# notpresent + VPB (Cond Sg P1) => d_ + "ira" ; --# notpresent + VPB (Cond Sg P2) => d_ + "iras" ; --# notpresent + VPB (Cond Sg P3) => d_ + "ira" ; --# notpresent + VPB (Cond Pl P1) => d_ + "iramos" ; --# notpresent + VPB (Cond Pl P2) => d_ + "irais" ; --# notpresent + VPB (Cond Pl P3) => d_ + "iran" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => d_ + "i" ; + VPB (Imper Sg P3) => d_ + "iga" ; + VPB (Imper Pl P1) => d_ + "igamos" ; + VPB (Imper Pl P2) => d_ + "ecid" ; + VPB (Imper Pl P3) => d_ + "igan" ; + VPB (Pass Sg Masc) => d_ + "icho" ; + VPB (Pass Sg Fem) => d_ + "icha" ; + VPB (Pass Pl Masc) => d_ + "ichos" ; + VPB (Pass Pl Fem) => d_ + "ichas" + } + } ; +oper defender_29 : Str -> Verbum = \defender -> + let + def_ = Predef.tk 5 defender ; + nd_ = Predef.tk 2 (Predef.dp 4 defender) + in + {s = table { + VI Infn => def_ + "e" + nd_ + "er" ; + VI Ger => def_ + "e" + nd_ + "iendo" ; + VI Part => def_ + "e" + nd_ + "ido" ; + VPB (Pres Ind Sg P1) => def_ + "ie" + nd_ + "o" ; + VPB (Pres Ind Sg P2) => def_ + "ie" + nd_ + "es" ; + VPB (Pres Ind Sg P3) => def_ + "ie" + nd_ + "e" ; + VPB (Pres Ind Pl P1) => def_ + "e" + nd_ + "emos" ; + VPB (Pres Ind Pl P2) => def_ + "e" + nd_ + "is" ; + VPB (Pres Ind Pl P3) => def_ + "ie" + nd_ + "en" ; + VPB (Pres Subj Sg P1) => def_ + "ie" + nd_ + "a" ; + VPB (Pres Subj Sg P2) => def_ + "ie" + nd_ + "as" ; + VPB (Pres Subj Sg P3) => def_ + "ie" + nd_ + "a" ; + VPB (Pres Subj Pl P1) => def_ + "e" + nd_ + "amos" ; + VPB (Pres Subj Pl P2) => def_ + "e" + nd_ + "is" ; + VPB (Pres Subj Pl P3) => def_ + "ie" + nd_ + "an" ; + VPB (Impf Ind Sg P1) => def_ + "e" + nd_ + "a" ; --# notpresent + VPB (Impf Ind Sg P2) => def_ + "e" + nd_ + "as" ; --# notpresent + VPB (Impf Ind Sg P3) => def_ + "e" + nd_ + "a" ; --# notpresent + VPB (Impf Ind Pl P1) => def_ + "e" + nd_ + "amos" ; --# notpresent + VPB (Impf Ind Pl P2) => def_ + "e" + nd_ + "ais" ; --# notpresent + VPB (Impf Ind Pl P3) => def_ + "e" + nd_ + "an" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {def_ + "e" + nd_ + "iera" ; def_ + "e" + nd_ + "iese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {def_ + "e" + nd_ + "ieras" ; def_ + "e" + nd_ + "ieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {def_ + "e" + nd_ + "iera" ; def_ + "e" + nd_ + "iese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {def_ + "e" + nd_ + "iramos" ; def_ + "e" + nd_ + "isemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {def_ + "e" + nd_ + "ierais" ; def_ + "e" + nd_ + "ieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {def_ + "e" + nd_ + "ieran" ; def_ + "e" + nd_ + "iesen"} ; --# notpresent + VPB (Pret Sg P1) => def_ + "e" + nd_ + "" ; --# notpresent + VPB (Pret Sg P2) => def_ + "e" + nd_ + "iste" ; --# notpresent + VPB (Pret Sg P3) => def_ + "e" + nd_ + "i" ; --# notpresent + VPB (Pret Pl P1) => def_ + "e" + nd_ + "imos" ; --# notpresent + VPB (Pret Pl P2) => def_ + "e" + nd_ + "isteis" ; --# notpresent + VPB (Pret Pl P3) => def_ + "e" + nd_ + "ieron" ; --# notpresent + VPB (Fut Ind Sg P1) => def_ + "e" + nd_ + "er" ; --# notpresent + VPB (Fut Ind Sg P2) => def_ + "e" + nd_ + "ers" ; --# 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_ + "eris" ; --# notpresent + VPB (Fut Ind Pl P3) => def_ + "e" + nd_ + "ern" ; --# notpresent + VPB (Fut Subj Sg P1) => def_ + "e" + nd_ + "iere" ; --# notpresent + VPB (Fut Subj Sg P2) => def_ + "e" + nd_ + "ieres" ; --# notpresent + VPB (Fut Subj Sg P3) => def_ + "e" + nd_ + "iere" ; --# notpresent + VPB (Fut Subj Pl P1) => def_ + "e" + nd_ + "iremos" ; --# notpresent + VPB (Fut Subj Pl P2) => def_ + "e" + nd_ + "iereis" ; --# notpresent + VPB (Fut Subj Pl P3) => def_ + "e" + nd_ + "ieren" ; --# notpresent + VPB (Cond Sg P1) => def_ + "e" + nd_ + "era" ; --# notpresent + VPB (Cond Sg P2) => def_ + "e" + nd_ + "eras" ; --# notpresent + VPB (Cond Sg P3) => def_ + "e" + nd_ + "era" ; --# notpresent + VPB (Cond Pl P1) => def_ + "e" + nd_ + "eramos" ; --# notpresent + VPB (Cond Pl P2) => def_ + "e" + nd_ + "erais" ; --# notpresent + VPB (Cond Pl P3) => def_ + "e" + nd_ + "eran" ; --# 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_ + "qus" ; + VPB (Pres Ind Pl P3) => delin_ + "quen" ; + VPB (Pres Subj Sg P1) => delin_ + "ca" ; + VPB (Pres Subj Sg P2) => delin_ + "cas" ; + VPB (Pres Subj Sg P3) => delin_ + "ca" ; + VPB (Pres Subj Pl P1) => delin_ + "camos" ; + VPB (Pres Subj Pl P2) => delin_ + "cis" ; + VPB (Pres Subj Pl P3) => delin_ + "can" ; + VPB (Impf Ind Sg P1) => delin_ + "qua" ; --# notpresent + VPB (Impf Ind Sg P2) => delin_ + "quas" ; --# notpresent + VPB (Impf Ind Sg P3) => delin_ + "qua" ; --# notpresent + VPB (Impf Ind Pl P1) => delin_ + "quamos" ; --# notpresent + VPB (Impf Ind Pl P2) => delin_ + "quais" ; --# notpresent + VPB (Impf Ind Pl P3) => delin_ + "quan" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {delin_ + "quiera" ; delin_ + "quiese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {delin_ + "quieras" ; delin_ + "quieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {delin_ + "quiera" ; delin_ + "quiese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {delin_ + "quiramos" ; delin_ + "quisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {delin_ + "quierais" ; delin_ + "quieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {delin_ + "quieran" ; delin_ + "quiesen"} ; --# notpresent + VPB (Pret Sg P1) => delin_ + "qu" ; --# notpresent + VPB (Pret Sg P2) => delin_ + "quiste" ; --# notpresent + VPB (Pret Sg P3) => delin_ + "qui" ; --# notpresent + VPB (Pret Pl P1) => delin_ + "quimos" ; --# notpresent + VPB (Pret Pl P2) => delin_ + "quisteis" ; --# notpresent + VPB (Pret Pl P3) => delin_ + "quieron" ; --# notpresent + VPB (Fut Ind Sg P1) => delin_ + "quir" ; --# notpresent + VPB (Fut Ind Sg P2) => delin_ + "quirs" ; --# notpresent + VPB (Fut Ind Sg P3) => delin_ + "quir" ; --# notpresent + VPB (Fut Ind Pl P1) => delin_ + "quiremos" ; --# notpresent + VPB (Fut Ind Pl P2) => delin_ + "quiris" ; --# notpresent + VPB (Fut Ind Pl P3) => delin_ + "quirn" ; --# notpresent + VPB (Fut Subj Sg P1) => delin_ + "quiere" ; --# notpresent + VPB (Fut Subj Sg P2) => delin_ + "quieres" ; --# notpresent + VPB (Fut Subj Sg P3) => delin_ + "quiere" ; --# notpresent + VPB (Fut Subj Pl P1) => delin_ + "quiremos" ; --# notpresent + VPB (Fut Subj Pl P2) => delin_ + "quiereis" ; --# notpresent + VPB (Fut Subj Pl P3) => delin_ + "quieren" ; --# notpresent + VPB (Cond Sg P1) => delin_ + "quira" ; --# notpresent + VPB (Cond Sg P2) => delin_ + "quiras" ; --# notpresent + VPB (Cond Sg P3) => delin_ + "quira" ; --# notpresent + VPB (Cond Pl P1) => delin_ + "quiramos" ; --# notpresent + VPB (Cond Pl P2) => delin_ + "quirais" ; --# notpresent + VPB (Cond Pl P3) => delin_ + "quiran" ; --# 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_ + "osis" ; + VPB (Pres Ind Pl P3) => des_ + "huesan" ; + VPB (Pres Subj Sg P1) => des_ + "huese" ; + VPB (Pres Subj Sg P2) => des_ + "hueses" ; + VPB (Pres Subj Sg P3) => des_ + "huese" ; + VPB (Pres Subj Pl P1) => des_ + "osemos" ; + VPB (Pres Subj Pl P2) => des_ + "osis" ; + VPB (Pres Subj Pl P3) => des_ + "huesen" ; + VPB (Impf Ind Sg P1) => des_ + "osaba" ; --# notpresent + VPB (Impf Ind Sg P2) => des_ + "osabas" ; --# notpresent + VPB (Impf Ind Sg P3) => des_ + "osaba" ; --# notpresent + VPB (Impf Ind Pl P1) => des_ + "osbamos" ; --# notpresent + VPB (Impf Ind Pl P2) => des_ + "osabais" ; --# notpresent + VPB (Impf Ind Pl P3) => des_ + "osaban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {des_ + "osara" ; des_ + "osase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {des_ + "osaras" ; des_ + "osases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {des_ + "osara" ; des_ + "osase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {des_ + "osramos" ; des_ + "ossemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {des_ + "osarais" ; des_ + "osaseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {des_ + "osaran" ; des_ + "osasen"} ; --# notpresent + VPB (Pret Sg P1) => des_ + "os" ; --# notpresent + VPB (Pret Sg P2) => des_ + "osaste" ; --# notpresent + VPB (Pret Sg P3) => des_ + "os" ; --# notpresent + VPB (Pret Pl P1) => des_ + "osamos" ; --# notpresent + VPB (Pret Pl P2) => des_ + "osasteis" ; --# notpresent + VPB (Pret Pl P3) => des_ + "osaron" ; --# notpresent + VPB (Fut Ind Sg P1) => des_ + "osar" ; --# notpresent + VPB (Fut Ind Sg P2) => des_ + "osars" ; --# notpresent + VPB (Fut Ind Sg P3) => des_ + "osar" ; --# notpresent + VPB (Fut Ind Pl P1) => des_ + "osaremos" ; --# notpresent + VPB (Fut Ind Pl P2) => des_ + "osaris" ; --# notpresent + VPB (Fut Ind Pl P3) => des_ + "osarn" ; --# notpresent + VPB (Fut Subj Sg P1) => des_ + "osare" ; --# notpresent + VPB (Fut Subj Sg P2) => des_ + "osares" ; --# notpresent + VPB (Fut Subj Sg P3) => des_ + "osare" ; --# notpresent + VPB (Fut Subj Pl P1) => des_ + "osremos" ; --# notpresent + VPB (Fut Subj Pl P2) => des_ + "osareis" ; --# notpresent + VPB (Fut Subj Pl P3) => des_ + "osaren" ; --# notpresent + VPB (Cond Sg P1) => des_ + "osara" ; --# notpresent + VPB (Cond Sg P2) => des_ + "osaras" ; --# notpresent + VPB (Cond Sg P3) => des_ + "osara" ; --# notpresent + VPB (Cond Pl P1) => des_ + "osaramos" ; --# notpresent + VPB (Cond Pl P2) => des_ + "osarais" ; --# notpresent + VPB (Cond Pl P3) => des_ + "osaran" ; --# 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_ + "gs" ; + VPB (Pres Ind Pl P3) => diri_ + "gen" ; + VPB (Pres Subj Sg P1) => diri_ + "ja" ; + VPB (Pres Subj Sg P2) => diri_ + "jas" ; + VPB (Pres Subj Sg P3) => diri_ + "ja" ; + VPB (Pres Subj Pl P1) => diri_ + "jamos" ; + VPB (Pres Subj Pl P2) => diri_ + "jis" ; + VPB (Pres Subj Pl P3) => diri_ + "jan" ; + VPB (Impf Ind Sg P1) => diri_ + "ga" ; --# notpresent + VPB (Impf Ind Sg P2) => diri_ + "gas" ; --# notpresent + VPB (Impf Ind Sg P3) => diri_ + "ga" ; --# notpresent + VPB (Impf Ind Pl P1) => diri_ + "gamos" ; --# notpresent + VPB (Impf Ind Pl P2) => diri_ + "gais" ; --# notpresent + VPB (Impf Ind Pl P3) => diri_ + "gan" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {diri_ + "giera" ; diri_ + "giese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {diri_ + "gieras" ; diri_ + "gieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {diri_ + "giera" ; diri_ + "giese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {diri_ + "giramos" ; diri_ + "gisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {diri_ + "gierais" ; diri_ + "gieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {diri_ + "gieran" ; diri_ + "giesen"} ; --# notpresent + VPB (Pret Sg P1) => diri_ + "g" ; --# notpresent + VPB (Pret Sg P2) => diri_ + "giste" ; --# notpresent + VPB (Pret Sg P3) => diri_ + "gi" ; --# notpresent + VPB (Pret Pl P1) => diri_ + "gimos" ; --# notpresent + VPB (Pret Pl P2) => diri_ + "gisteis" ; --# notpresent + VPB (Pret Pl P3) => diri_ + "gieron" ; --# notpresent + VPB (Fut Ind Sg P1) => diri_ + "gir" ; --# notpresent + VPB (Fut Ind Sg P2) => diri_ + "girs" ; --# notpresent + VPB (Fut Ind Sg P3) => diri_ + "gir" ; --# notpresent + VPB (Fut Ind Pl P1) => diri_ + "giremos" ; --# notpresent + VPB (Fut Ind Pl P2) => diri_ + "giris" ; --# notpresent + VPB (Fut Ind Pl P3) => diri_ + "girn" ; --# notpresent + VPB (Fut Subj Sg P1) => diri_ + "giere" ; --# notpresent + VPB (Fut Subj Sg P2) => diri_ + "gieres" ; --# notpresent + VPB (Fut Subj Sg P3) => diri_ + "giere" ; --# notpresent + VPB (Fut Subj Pl P1) => diri_ + "giremos" ; --# notpresent + VPB (Fut Subj Pl P2) => diri_ + "giereis" ; --# notpresent + VPB (Fut Subj Pl P3) => diri_ + "gieren" ; --# notpresent + VPB (Cond Sg P1) => diri_ + "gira" ; --# notpresent + VPB (Cond Sg P2) => diri_ + "giras" ; --# notpresent + VPB (Cond Sg P3) => diri_ + "gira" ; --# notpresent + VPB (Cond Pl P1) => diri_ + "giramos" ; --# notpresent + VPB (Cond Pl P2) => diri_ + "girais" ; --# notpresent + VPB (Cond Pl P3) => diri_ + "giran" ; --# 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_ + "erns" ; + VPB (Pres Ind Pl P3) => disc_ + "iernen" ; + VPB (Pres Subj Sg P1) => disc_ + "ierna" ; + VPB (Pres Subj Sg P2) => disc_ + "iernas" ; + VPB (Pres Subj Sg P3) => disc_ + "ierna" ; + VPB (Pres Subj Pl P1) => disc_ + "ernamos" ; + VPB (Pres Subj Pl P2) => disc_ + "ernis" ; + VPB (Pres Subj Pl P3) => disc_ + "iernan" ; + VPB (Impf Ind Sg P1) => disc_ + "erna" ; --# notpresent + VPB (Impf Ind Sg P2) => disc_ + "ernas" ; --# notpresent + VPB (Impf Ind Sg P3) => disc_ + "erna" ; --# notpresent + VPB (Impf Ind Pl P1) => disc_ + "ernamos" ; --# notpresent + VPB (Impf Ind Pl P2) => disc_ + "ernais" ; --# notpresent + VPB (Impf Ind Pl P3) => disc_ + "ernan" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {disc_ + "erniera" ; disc_ + "erniese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {disc_ + "ernieras" ; disc_ + "ernieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {disc_ + "erniera" ; disc_ + "erniese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {disc_ + "erniramos" ; disc_ + "ernisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {disc_ + "ernierais" ; disc_ + "ernieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {disc_ + "ernieran" ; disc_ + "erniesen"} ; --# notpresent + VPB (Pret Sg P1) => disc_ + "ern" ; --# notpresent + VPB (Pret Sg P2) => disc_ + "erniste" ; --# notpresent + VPB (Pret Sg P3) => disc_ + "erni" ; --# notpresent + VPB (Pret Pl P1) => disc_ + "ernimos" ; --# notpresent + VPB (Pret Pl P2) => disc_ + "ernisteis" ; --# notpresent + VPB (Pret Pl P3) => disc_ + "ernieron" ; --# notpresent + VPB (Fut Ind Sg P1) => disc_ + "ernir" ; --# notpresent + VPB (Fut Ind Sg P2) => disc_ + "ernirs" ; --# notpresent + VPB (Fut Ind Sg P3) => disc_ + "ernir" ; --# notpresent + VPB (Fut Ind Pl P1) => disc_ + "erniremos" ; --# notpresent + VPB (Fut Ind Pl P2) => disc_ + "erniris" ; --# notpresent + VPB (Fut Ind Pl P3) => disc_ + "ernirn" ; --# notpresent + VPB (Fut Subj Sg P1) => disc_ + "erniere" ; --# notpresent + VPB (Fut Subj Sg P2) => disc_ + "ernieres" ; --# notpresent + VPB (Fut Subj Sg P3) => disc_ + "erniere" ; --# notpresent + VPB (Fut Subj Pl P1) => disc_ + "erniremos" ; --# notpresent + VPB (Fut Subj Pl P2) => disc_ + "erniereis" ; --# notpresent + VPB (Fut Subj Pl P3) => disc_ + "ernieren" ; --# notpresent + VPB (Cond Sg P1) => disc_ + "ernira" ; --# notpresent + VPB (Cond Sg P2) => disc_ + "erniras" ; --# notpresent + VPB (Cond Sg P3) => disc_ + "ernira" ; --# notpresent + VPB (Cond Pl P1) => disc_ + "erniramos" ; --# notpresent + VPB (Cond Pl P2) => disc_ + "ernirais" ; --# notpresent + VPB (Cond Pl P3) => disc_ + "erniran" ; --# 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_ + "us" ; + VPB (Pres Ind Pl P3) => disting_ + "uen" ; + VPB (Pres Subj Sg P1) => disting_ + "a" ; + VPB (Pres Subj Sg P2) => disting_ + "as" ; + VPB (Pres Subj Sg P3) => disting_ + "a" ; + VPB (Pres Subj Pl P1) => disting_ + "amos" ; + VPB (Pres Subj Pl P2) => disting_ + "is" ; + VPB (Pres Subj Pl P3) => disting_ + "an" ; + VPB (Impf Ind Sg P1) => disting_ + "ua" ; --# notpresent + VPB (Impf Ind Sg P2) => disting_ + "uas" ; --# notpresent + VPB (Impf Ind Sg P3) => disting_ + "ua" ; --# notpresent + VPB (Impf Ind Pl P1) => disting_ + "uamos" ; --# notpresent + VPB (Impf Ind Pl P2) => disting_ + "uais" ; --# notpresent + VPB (Impf Ind Pl P3) => disting_ + "uan" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {disting_ + "uiera" ; disting_ + "uiese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {disting_ + "uieras" ; disting_ + "uieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {disting_ + "uiera" ; disting_ + "uiese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {disting_ + "uiramos" ; disting_ + "uisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {disting_ + "uierais" ; disting_ + "uieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {disting_ + "uieran" ; disting_ + "uiesen"} ; --# notpresent + VPB (Pret Sg P1) => disting_ + "u" ; --# notpresent + VPB (Pret Sg P2) => disting_ + "uiste" ; --# notpresent + VPB (Pret Sg P3) => disting_ + "ui" ; --# notpresent + VPB (Pret Pl P1) => disting_ + "uimos" ; --# notpresent + VPB (Pret Pl P2) => disting_ + "uisteis" ; --# notpresent + VPB (Pret Pl P3) => disting_ + "uieron" ; --# notpresent + VPB (Fut Ind Sg P1) => disting_ + "uir" ; --# notpresent + VPB (Fut Ind Sg P2) => disting_ + "uirs" ; --# notpresent + VPB (Fut Ind Sg P3) => disting_ + "uir" ; --# notpresent + VPB (Fut Ind Pl P1) => disting_ + "uiremos" ; --# notpresent + VPB (Fut Ind Pl P2) => disting_ + "uiris" ; --# notpresent + VPB (Fut Ind Pl P3) => disting_ + "uirn" ; --# notpresent + VPB (Fut Subj Sg P1) => disting_ + "uiere" ; --# notpresent + VPB (Fut Subj Sg P2) => disting_ + "uieres" ; --# notpresent + VPB (Fut Subj Sg P3) => disting_ + "uiere" ; --# notpresent + VPB (Fut Subj Pl P1) => disting_ + "uiremos" ; --# notpresent + VPB (Fut Subj Pl P2) => disting_ + "uiereis" ; --# notpresent + VPB (Fut Subj Pl P3) => disting_ + "uieren" ; --# notpresent + VPB (Cond Sg P1) => disting_ + "uira" ; --# notpresent + VPB (Cond Sg P2) => disting_ + "uiras" ; --# notpresent + VPB (Cond Sg P3) => disting_ + "uira" ; --# notpresent + VPB (Cond Pl P1) => disting_ + "uiramos" ; --# notpresent + VPB (Cond Pl P2) => disting_ + "uirais" ; --# notpresent + VPB (Cond Pl P3) => disting_ + "uiran" ; --# 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_ + "orms" ; + VPB (Pres Ind Pl P3) => d_ + "uermen" ; + VPB (Pres Subj Sg P1) => d_ + "uerma" ; + VPB (Pres Subj Sg P2) => d_ + "uermas" ; + VPB (Pres Subj Sg P3) => d_ + "uerma" ; + VPB (Pres Subj Pl P1) => d_ + "urmamos" ; + VPB (Pres Subj Pl P2) => d_ + "urmis" ; + VPB (Pres Subj Pl P3) => d_ + "uerman" ; + VPB (Impf Ind Sg P1) => d_ + "orma" ; --# notpresent + VPB (Impf Ind Sg P2) => d_ + "ormas" ; --# notpresent + VPB (Impf Ind Sg P3) => d_ + "orma" ; --# notpresent + VPB (Impf Ind Pl P1) => d_ + "ormamos" ; --# notpresent + VPB (Impf Ind Pl P2) => d_ + "ormais" ; --# notpresent + VPB (Impf Ind Pl P3) => d_ + "orman" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {d_ + "urmiera" ; d_ + "urmiese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {d_ + "urmieras" ; d_ + "urmieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {d_ + "urmiera" ; d_ + "urmiese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {d_ + "urmiramos" ; d_ + "urmisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {d_ + "urmierais" ; d_ + "urmieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {d_ + "urmieran" ; d_ + "urmiesen"} ; --# notpresent + VPB (Pret Sg P1) => d_ + "orm" ; --# notpresent + VPB (Pret Sg P2) => d_ + "ormiste" ; --# notpresent + VPB (Pret Sg P3) => d_ + "urmi" ; --# notpresent + VPB (Pret Pl P1) => d_ + "ormimos" ; --# notpresent + VPB (Pret Pl P2) => d_ + "ormisteis" ; --# notpresent + VPB (Pret Pl P3) => d_ + "urmieron" ; --# notpresent + VPB (Fut Ind Sg P1) => d_ + "ormir" ; --# notpresent + VPB (Fut Ind Sg P2) => d_ + "ormirs" ; --# notpresent + VPB (Fut Ind Sg P3) => d_ + "ormir" ; --# notpresent + VPB (Fut Ind Pl P1) => d_ + "ormiremos" ; --# notpresent + VPB (Fut Ind Pl P2) => d_ + "ormiris" ; --# notpresent + VPB (Fut Ind Pl P3) => d_ + "ormirn" ; --# notpresent + VPB (Fut Subj Sg P1) => d_ + "urmiere" ; --# notpresent + VPB (Fut Subj Sg P2) => d_ + "urmieres" ; --# notpresent + VPB (Fut Subj Sg P3) => d_ + "urmiere" ; --# notpresent + VPB (Fut Subj Pl P1) => d_ + "urmiremos" ; --# notpresent + VPB (Fut Subj Pl P2) => d_ + "urmiereis" ; --# notpresent + VPB (Fut Subj Pl P3) => d_ + "urmieren" ; --# notpresent + VPB (Cond Sg P1) => d_ + "ormira" ; --# notpresent + VPB (Cond Sg P2) => d_ + "ormiras" ; --# notpresent + VPB (Cond Sg P3) => d_ + "ormira" ; --# notpresent + VPB (Cond Pl P1) => d_ + "ormiramos" ; --# notpresent + VPB (Cond Pl P2) => d_ + "ormirais" ; --# notpresent + VPB (Cond Pl P3) => d_ + "ormiran" ; --# 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_ + "ors" ; + VPB (Pres Ind Pl P3) => d_ + "ueren" ; + VPB (Pres Subj Sg P1) => d_ + "uera" ; + VPB (Pres Subj Sg P2) => d_ + "ueras" ; + VPB (Pres Subj Sg P3) => d_ + "uera" ; + VPB (Pres Subj Pl P1) => d_ + "uramos" ; + VPB (Pres Subj Pl P2) => d_ + "uris" ; + VPB (Pres Subj Pl P3) => d_ + "ueran" ; + VPB (Impf Ind Sg P1) => d_ + "ora" ; --# notpresent + VPB (Impf Ind Sg P2) => d_ + "oras" ; --# notpresent + VPB (Impf Ind Sg P3) => d_ + "ora" ; --# notpresent + VPB (Impf Ind Pl P1) => d_ + "oramos" ; --# notpresent + VPB (Impf Ind Pl P2) => d_ + "orais" ; --# notpresent + VPB (Impf Ind Pl P3) => d_ + "oran" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {d_ + "uriera" ; d_ + "uriese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {d_ + "urieras" ; d_ + "urieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {d_ + "uriera" ; d_ + "uriese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {d_ + "uriramos" ; d_ + "urisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {d_ + "urierais" ; d_ + "urieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {d_ + "urieran" ; d_ + "uriesen"} ; --# notpresent + VPB (Pret Sg P1) => d_ + "or" ; --# notpresent + VPB (Pret Sg P2) => d_ + "oriste" ; --# notpresent + VPB (Pret Sg P3) => d_ + "uri" ; --# notpresent + VPB (Pret Pl P1) => d_ + "orimos" ; --# notpresent + VPB (Pret Pl P2) => d_ + "oristeis" ; --# notpresent + VPB (Pret Pl P3) => d_ + "urieron" ; --# notpresent + VPB (Fut Ind Sg P1) => d_ + "orir" ; --# notpresent + VPB (Fut Ind Sg P2) => d_ + "orirs" ; --# notpresent + VPB (Fut Ind Sg P3) => d_ + "orir" ; --# notpresent + VPB (Fut Ind Pl P1) => d_ + "oriremos" ; --# notpresent + VPB (Fut Ind Pl P2) => d_ + "oriris" ; --# notpresent + VPB (Fut Ind Pl P3) => d_ + "orirn" ; --# notpresent + VPB (Fut Subj Sg P1) => d_ + "uriere" ; --# notpresent + VPB (Fut Subj Sg P2) => d_ + "urieres" ; --# notpresent + VPB (Fut Subj Sg P3) => d_ + "uriere" ; --# notpresent + VPB (Fut Subj Pl P1) => d_ + "uriremos" ; --# notpresent + VPB (Fut Subj Pl P2) => d_ + "uriereis" ; --# notpresent + VPB (Fut Subj Pl P3) => d_ + "urieren" ; --# notpresent + VPB (Cond Sg P1) => d_ + "orira" ; --# notpresent + VPB (Cond Sg P2) => d_ + "oriras" ; --# notpresent + VPB (Cond Sg P3) => d_ + "orira" ; --# notpresent + VPB (Cond Pl P1) => d_ + "oriramos" ; --# notpresent + VPB (Cond Pl P2) => d_ + "orirais" ; --# notpresent + VPB (Cond Pl P3) => d_ + "oriran" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => d_ + "uere" ; + VPB (Imper Sg P3) => d_ + "uera" ; + VPB (Imper Pl P1) => d_ + "uramos" ; + VPB (Imper Pl P2) => d_ + "orid" ; + VPB (Imper Pl P3) => d_ + "ueran" ; + VPB (Pass Sg Masc) => d_ + "orido" ; + VPB (Pass Sg Fem) => d_ + "orida" ; + VPB (Pass Pl Masc) => d_ + "oridos" ; + VPB (Pass Pl Fem) => d_ + "oridas" + } + } ; +oper elegir_36 : Str -> Verbum = \elegir -> + let el_ = Predef.tk 4 elegir in + {s = table { + VI Infn => el_ + "egir" ; + VI Ger => el_ + "igiendo" ; + VI Part => variants {el_ + "egido" ; el_ + "ecto"} ; + VPB (Pres Ind Sg P1) => el_ + "ijo" ; + VPB (Pres Ind Sg P2) => el_ + "iges" ; + VPB (Pres Ind Sg P3) => el_ + "ige" ; + VPB (Pres Ind Pl P1) => el_ + "egimos" ; + VPB (Pres Ind Pl P2) => el_ + "egs" ; + VPB (Pres Ind Pl P3) => el_ + "igen" ; + VPB (Pres Subj Sg P1) => el_ + "ija" ; + VPB (Pres Subj Sg P2) => el_ + "ijas" ; + VPB (Pres Subj Sg P3) => el_ + "ija" ; + VPB (Pres Subj Pl P1) => el_ + "ijamos" ; + VPB (Pres Subj Pl P2) => el_ + "ijis" ; + VPB (Pres Subj Pl P3) => el_ + "ijan" ; + VPB (Impf Ind Sg P1) => el_ + "ega" ; --# notpresent + VPB (Impf Ind Sg P2) => el_ + "egas" ; --# notpresent + VPB (Impf Ind Sg P3) => el_ + "ega" ; --# notpresent + VPB (Impf Ind Pl P1) => el_ + "egamos" ; --# notpresent + VPB (Impf Ind Pl P2) => el_ + "egais" ; --# notpresent + VPB (Impf Ind Pl P3) => el_ + "egan" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {el_ + "igiera" ; el_ + "igiese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {el_ + "igieras" ; el_ + "igieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {el_ + "igiera" ; el_ + "igiese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {el_ + "igiramos" ; el_ + "igisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {el_ + "igierais" ; el_ + "igieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {el_ + "igieran" ; el_ + "igiesen"} ; --# notpresent + VPB (Pret Sg P1) => el_ + "eg" ; --# notpresent + VPB (Pret Sg P2) => el_ + "egiste" ; --# notpresent + VPB (Pret Sg P3) => el_ + "igi" ; --# notpresent + VPB (Pret Pl P1) => el_ + "egimos" ; --# notpresent + VPB (Pret Pl P2) => el_ + "egisteis" ; --# notpresent + VPB (Pret Pl P3) => el_ + "igieron" ; --# notpresent + VPB (Fut Ind Sg P1) => el_ + "egir" ; --# notpresent + VPB (Fut Ind Sg P2) => el_ + "egirs" ; --# notpresent + VPB (Fut Ind Sg P3) => el_ + "egir" ; --# notpresent + VPB (Fut Ind Pl P1) => el_ + "egiremos" ; --# notpresent + VPB (Fut Ind Pl P2) => el_ + "egiris" ; --# notpresent + VPB (Fut Ind Pl P3) => el_ + "egirn" ; --# notpresent + VPB (Fut Subj Sg P1) => el_ + "igiere" ; --# notpresent + VPB (Fut Subj Sg P2) => el_ + "igieres" ; --# notpresent + VPB (Fut Subj Sg P3) => el_ + "igiere" ; --# notpresent + VPB (Fut Subj Pl P1) => el_ + "igiremos" ; --# notpresent + VPB (Fut Subj Pl P2) => el_ + "igiereis" ; --# notpresent + VPB (Fut Subj Pl P3) => el_ + "igieren" ; --# notpresent + VPB (Cond Sg P1) => el_ + "egira" ; --# notpresent + VPB (Cond Sg P2) => el_ + "egiras" ; --# notpresent + VPB (Cond Sg P3) => el_ + "egira" ; --# notpresent + VPB (Cond Pl P1) => el_ + "egiramos" ; --# notpresent + VPB (Cond Pl P2) => el_ + "egirais" ; --# notpresent + VPB (Cond Pl P3) => el_ + "egiran" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => el_ + "ige" ; + VPB (Imper Sg P3) => el_ + "ija" ; + VPB (Imper Pl P1) => el_ + "ijamos" ; + VPB (Imper Pl P2) => el_ + "egid" ; + VPB (Imper Pl P3) => el_ + "ijan" ; + VPB (Pass Sg Masc) => variants {el_ + "egido" ; el_ + "ecto"} ; + VPB (Pass Sg Fem) => variants {el_ + "egida" ; el_ + "ecta"} ; + VPB (Pass Pl Masc) => variants {el_ + "egidos" ; el_ + "ectos"} ; + VPB (Pass Pl Fem) => variants {el_ + "egidas" ; el_ + "ectas"} + } + } ; +oper empezar_37 : Str -> Verbum = \empezar -> + let emp_ = Predef.tk 4 empezar in + {s = table { + VI Infn => emp_ + "ezar" ; + VI Ger => emp_ + "ezando" ; + VI Part => emp_ + "ezado" ; + VPB (Pres Ind Sg P1) => emp_ + "iezo" ; + VPB (Pres Ind Sg P2) => emp_ + "iezas" ; + VPB (Pres Ind Sg P3) => emp_ + "ieza" ; + VPB (Pres Ind Pl P1) => emp_ + "ezamos" ; + VPB (Pres Ind Pl P2) => emp_ + "ezis" ; + VPB (Pres Ind Pl P3) => emp_ + "iezan" ; + VPB (Pres Subj Sg P1) => emp_ + "iece" ; + VPB (Pres Subj Sg P2) => emp_ + "ieces" ; + VPB (Pres Subj Sg P3) => emp_ + "iece" ; + VPB (Pres Subj Pl P1) => emp_ + "ecemos" ; + VPB (Pres Subj Pl P2) => emp_ + "ecis" ; + VPB (Pres Subj Pl P3) => emp_ + "iecen" ; + VPB (Impf Ind Sg P1) => emp_ + "ezaba" ; --# notpresent + VPB (Impf Ind Sg P2) => emp_ + "ezabas" ; --# notpresent + VPB (Impf Ind Sg P3) => emp_ + "ezaba" ; --# notpresent + VPB (Impf Ind Pl P1) => emp_ + "ezbamos" ; --# notpresent + VPB (Impf Ind Pl P2) => emp_ + "ezabais" ; --# notpresent + VPB (Impf Ind Pl P3) => emp_ + "ezaban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {emp_ + "ezara" ; emp_ + "ezase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {emp_ + "ezaras" ; emp_ + "ezases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {emp_ + "ezara" ; emp_ + "ezase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {emp_ + "ezramos" ; emp_ + "ezsemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {emp_ + "ezarais" ; emp_ + "ezaseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {emp_ + "ezaran" ; emp_ + "ezasen"} ; --# notpresent + VPB (Pret Sg P1) => emp_ + "ec" ; --# notpresent + VPB (Pret Sg P2) => emp_ + "ezaste" ; --# notpresent + VPB (Pret Sg P3) => emp_ + "ez" ; --# notpresent + VPB (Pret Pl P1) => emp_ + "ezamos" ; --# notpresent + VPB (Pret Pl P2) => emp_ + "ezasteis" ; --# notpresent + VPB (Pret Pl P3) => emp_ + "ezaron" ; --# notpresent + VPB (Fut Ind Sg P1) => emp_ + "ezar" ; --# notpresent + VPB (Fut Ind Sg P2) => emp_ + "ezars" ; --# notpresent + VPB (Fut Ind Sg P3) => emp_ + "ezar" ; --# notpresent + VPB (Fut Ind Pl P1) => emp_ + "ezaremos" ; --# notpresent + VPB (Fut Ind Pl P2) => emp_ + "ezaris" ; --# notpresent + VPB (Fut Ind Pl P3) => emp_ + "ezarn" ; --# notpresent + VPB (Fut Subj Sg P1) => emp_ + "ezare" ; --# notpresent + VPB (Fut Subj Sg P2) => emp_ + "ezares" ; --# notpresent + VPB (Fut Subj Sg P3) => emp_ + "ezare" ; --# notpresent + VPB (Fut Subj Pl P1) => emp_ + "ezremos" ; --# notpresent + VPB (Fut Subj Pl P2) => emp_ + "ezareis" ; --# notpresent + VPB (Fut Subj Pl P3) => emp_ + "ezaren" ; --# notpresent + VPB (Cond Sg P1) => emp_ + "ezara" ; --# notpresent + VPB (Cond Sg P2) => emp_ + "ezaras" ; --# notpresent + VPB (Cond Sg P3) => emp_ + "ezara" ; --# notpresent + VPB (Cond Pl P1) => emp_ + "ezaramos" ; --# notpresent + VPB (Cond Pl P2) => emp_ + "ezarais" ; --# notpresent + VPB (Cond Pl P3) => emp_ + "ezaran" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => emp_ + "ieza" ; + VPB (Imper Sg P3) => emp_ + "iece" ; + VPB (Imper Pl P1) => emp_ + "ecemos" ; + VPB (Imper Pl P2) => emp_ + "ezad" ; + VPB (Imper Pl P3) => emp_ + "iecen" ; + VPB (Pass Sg Masc) => emp_ + "ezado" ; + VPB (Pass Sg Fem) => emp_ + "ezada" ; + VPB (Pass Pl Masc) => emp_ + "ezados" ; + VPB (Pass Pl Fem) => emp_ + "ezadas" + } + } ; +oper encontrar_38 : Str -> Verbum = \encontrar -> + let enc_ = Predef.tk 6 encontrar in + {s = table { + VI Infn => enc_ + "ontrar" ; + VI Ger => enc_ + "ontrando" ; + VI Part => enc_ + "ontrado" ; + VPB (Pres Ind Sg P1) => enc_ + "uentro" ; + VPB (Pres Ind Sg P2) => enc_ + "uentras" ; + VPB (Pres Ind Sg P3) => enc_ + "uentra" ; + VPB (Pres Ind Pl P1) => enc_ + "ontramos" ; + VPB (Pres Ind Pl P2) => enc_ + "ontris" ; + VPB (Pres Ind Pl P3) => enc_ + "uentran" ; + VPB (Pres Subj Sg P1) => enc_ + "uentre" ; + VPB (Pres Subj Sg P2) => enc_ + "uentres" ; + VPB (Pres Subj Sg P3) => enc_ + "uentre" ; + VPB (Pres Subj Pl P1) => enc_ + "ontremos" ; + VPB (Pres Subj Pl P2) => enc_ + "ontris" ; + VPB (Pres Subj Pl P3) => enc_ + "uentren" ; + VPB (Impf Ind Sg P1) => enc_ + "ontraba" ; --# notpresent + VPB (Impf Ind Sg P2) => enc_ + "ontrabas" ; --# notpresent + VPB (Impf Ind Sg P3) => enc_ + "ontraba" ; --# notpresent + VPB (Impf Ind Pl P1) => enc_ + "ontrbamos" ; --# notpresent + VPB (Impf Ind Pl P2) => enc_ + "ontrabais" ; --# notpresent + VPB (Impf Ind Pl P3) => enc_ + "ontraban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {enc_ + "ontrara" ; enc_ + "ontrase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {enc_ + "ontraras" ; enc_ + "ontrases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {enc_ + "ontrara" ; enc_ + "ontrase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {enc_ + "ontrramos" ; enc_ + "ontrsemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {enc_ + "ontrarais" ; enc_ + "ontraseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {enc_ + "ontraran" ; enc_ + "ontrasen"} ; --# notpresent + VPB (Pret Sg P1) => enc_ + "ontr" ; --# notpresent + VPB (Pret Sg P2) => enc_ + "ontraste" ; --# notpresent + VPB (Pret Sg P3) => enc_ + "ontr" ; --# notpresent + VPB (Pret Pl P1) => enc_ + "ontramos" ; --# notpresent + VPB (Pret Pl P2) => enc_ + "ontrasteis" ; --# notpresent + VPB (Pret Pl P3) => enc_ + "ontraron" ; --# notpresent + VPB (Fut Ind Sg P1) => enc_ + "ontrar" ; --# notpresent + VPB (Fut Ind Sg P2) => enc_ + "ontrars" ; --# notpresent + VPB (Fut Ind Sg P3) => enc_ + "ontrar" ; --# notpresent + VPB (Fut Ind Pl P1) => enc_ + "ontraremos" ; --# notpresent + VPB (Fut Ind Pl P2) => enc_ + "ontraris" ; --# notpresent + VPB (Fut Ind Pl P3) => enc_ + "ontrarn" ; --# notpresent + VPB (Fut Subj Sg P1) => enc_ + "ontrare" ; --# notpresent + VPB (Fut Subj Sg P2) => enc_ + "ontrares" ; --# notpresent + VPB (Fut Subj Sg P3) => enc_ + "ontrare" ; --# notpresent + VPB (Fut Subj Pl P1) => enc_ + "ontrremos" ; --# notpresent + VPB (Fut Subj Pl P2) => enc_ + "ontrareis" ; --# notpresent + VPB (Fut Subj Pl P3) => enc_ + "ontraren" ; --# notpresent + VPB (Cond Sg P1) => enc_ + "ontrara" ; --# notpresent + VPB (Cond Sg P2) => enc_ + "ontraras" ; --# notpresent + VPB (Cond Sg P3) => enc_ + "ontrara" ; --# notpresent + VPB (Cond Pl P1) => enc_ + "ontraramos" ; --# notpresent + VPB (Cond Pl P2) => enc_ + "ontrarais" ; --# notpresent + VPB (Cond Pl P3) => enc_ + "ontraran" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => enc_ + "uentra" ; + VPB (Imper Sg P3) => enc_ + "uentre" ; + VPB (Imper Pl P1) => enc_ + "ontremos" ; + VPB (Imper Pl P2) => enc_ + "ontrad" ; + VPB (Imper Pl P3) => enc_ + "uentren" ; + VPB (Pass Sg Masc) => enc_ + "ontrado" ; + VPB (Pass Sg Fem) => enc_ + "ontrada" ; + VPB (Pass Pl Masc) => enc_ + "ontrados" ; + VPB (Pass Pl Fem) => enc_ + "ontradas" + } + } ; +oper contar_38b : Str -> Verbum = \contar -> + let c_ = Predef.tk 5 contar in + {s = table { + VI Infn => c_ + "ontar" ; + VI Ger => c_ + "ontando" ; + VI Part => c_ + "ontado" ; + VPB (Pres Ind Sg P1) => c_ + "uento" ; + VPB (Pres Ind Sg P2) => c_ + "uentas" ; + VPB (Pres Ind Sg P3) => c_ + "uenta" ; + VPB (Pres Ind Pl P1) => c_ + "ontamos" ; + VPB (Pres Ind Pl P2) => c_ + "ontis" ; + VPB (Pres Ind Pl P3) => c_ + "uentan" ; + VPB (Pres Subj Sg P1) => c_ + "uente" ; + VPB (Pres Subj Sg P2) => c_ + "uentes" ; + VPB (Pres Subj Sg P3) => c_ + "uente" ; + VPB (Pres Subj Pl P1) => c_ + "ontemos" ; + VPB (Pres Subj Pl P2) => c_ + "ontis" ; + VPB (Pres Subj Pl P3) => c_ + "uenten" ; + VPB (Impf Ind Sg P1) => c_ + "ontaba" ; --# notpresent + VPB (Impf Ind Sg P2) => c_ + "ontabas" ; --# notpresent + VPB (Impf Ind Sg P3) => c_ + "ontaba" ; --# notpresent + VPB (Impf Ind Pl P1) => c_ + "ontbamos" ; --# notpresent + VPB (Impf Ind Pl P2) => c_ + "ontabais" ; --# notpresent + VPB (Impf Ind Pl P3) => c_ + "ontaban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {c_ + "ontara" ; c_ + "ontase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {c_ + "ontaras" ; c_ + "ontases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {c_ + "ontara" ; c_ + "ontase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {c_ + "ontramos" ; c_ + "ontsemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {c_ + "ontarais" ; c_ + "ontaseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {c_ + "ontaran" ; c_ + "ontasen"} ; --# notpresent + VPB (Pret Sg P1) => c_ + "ont" ; --# notpresent + VPB (Pret Sg P2) => c_ + "ontaste" ; --# notpresent + VPB (Pret Sg P3) => c_ + "ont" ; --# notpresent + VPB (Pret Pl P1) => c_ + "ontamos" ; --# notpresent + VPB (Pret Pl P2) => c_ + "ontasteis" ; --# notpresent + VPB (Pret Pl P3) => c_ + "ontaron" ; --# notpresent + VPB (Fut Ind Sg P1) => c_ + "ontar" ; --# notpresent + VPB (Fut Ind Sg P2) => c_ + "ontars" ; --# notpresent + VPB (Fut Ind Sg P3) => c_ + "ontar" ; --# notpresent + VPB (Fut Ind Pl P1) => c_ + "ontaremos" ; --# notpresent + VPB (Fut Ind Pl P2) => c_ + "ontaris" ; --# notpresent + VPB (Fut Ind Pl P3) => c_ + "ontarn" ; --# notpresent + VPB (Fut Subj Sg P1) => c_ + "ontare" ; --# notpresent + VPB (Fut Subj Sg P2) => c_ + "ontares" ; --# notpresent + VPB (Fut Subj Sg P3) => c_ + "ontare" ; --# notpresent + VPB (Fut Subj Pl P1) => c_ + "ontremos" ; --# notpresent + VPB (Fut Subj Pl P2) => c_ + "ontareis" ; --# notpresent + VPB (Fut Subj Pl P3) => c_ + "ontaren" ; --# notpresent + VPB (Cond Sg P1) => c_ + "ontara" ; --# notpresent + VPB (Cond Sg P2) => c_ + "ontaras" ; --# notpresent + VPB (Cond Sg P3) => c_ + "ontara" ; --# notpresent + VPB (Cond Pl P1) => c_ + "ontaramos" ; --# notpresent + VPB (Cond Pl P2) => c_ + "ontarais" ; --# notpresent + VPB (Cond Pl P3) => c_ + "ontaran" ; --# 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_ + "izis" ; + VPB (Pres Ind Pl P3) => enra_ + "zan" ; + VPB (Pres Subj Sg P1) => enra_ + "ce" ; + VPB (Pres Subj Sg P2) => enra_ + "ces" ; + VPB (Pres Subj Sg P3) => enra_ + "ce" ; + VPB (Pres Subj Pl P1) => enra_ + "icemos" ; + VPB (Pres Subj Pl P2) => enra_ + "icis" ; + VPB (Pres Subj Pl P3) => enra_ + "cen" ; + VPB (Impf Ind Sg P1) => enra_ + "izaba" ; --# notpresent + VPB (Impf Ind Sg P2) => enra_ + "izabas" ; --# notpresent + VPB (Impf Ind Sg P3) => enra_ + "izaba" ; --# notpresent + VPB (Impf Ind Pl P1) => enra_ + "izbamos" ; --# notpresent + VPB (Impf Ind Pl P2) => enra_ + "izabais" ; --# notpresent + VPB (Impf Ind Pl P3) => enra_ + "izaban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {enra_ + "izara" ; enra_ + "izase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {enra_ + "izaras" ; enra_ + "izases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {enra_ + "izara" ; enra_ + "izase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {enra_ + "izramos" ; enra_ + "izsemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {enra_ + "izarais" ; enra_ + "izaseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {enra_ + "izaran" ; enra_ + "izasen"} ; --# notpresent + VPB (Pret Sg P1) => enra_ + "ic" ; --# notpresent + VPB (Pret Sg P2) => enra_ + "izaste" ; --# notpresent + VPB (Pret Sg P3) => enra_ + "iz" ; --# notpresent + VPB (Pret Pl P1) => enra_ + "izamos" ; --# notpresent + VPB (Pret Pl P2) => enra_ + "izasteis" ; --# notpresent + VPB (Pret Pl P3) => enra_ + "izaron" ; --# notpresent + VPB (Fut Ind Sg P1) => enra_ + "izar" ; --# notpresent + VPB (Fut Ind Sg P2) => enra_ + "izars" ; --# notpresent + VPB (Fut Ind Sg P3) => enra_ + "izar" ; --# notpresent + VPB (Fut Ind Pl P1) => enra_ + "izaremos" ; --# notpresent + VPB (Fut Ind Pl P2) => enra_ + "izaris" ; --# notpresent + VPB (Fut Ind Pl P3) => enra_ + "izarn" ; --# notpresent + VPB (Fut Subj Sg P1) => enra_ + "izare" ; --# notpresent + VPB (Fut Subj Sg P2) => enra_ + "izares" ; --# notpresent + VPB (Fut Subj Sg P3) => enra_ + "izare" ; --# notpresent + VPB (Fut Subj Pl P1) => enra_ + "izremos" ; --# notpresent + VPB (Fut Subj Pl P2) => enra_ + "izareis" ; --# notpresent + VPB (Fut Subj Pl P3) => enra_ + "izaren" ; --# notpresent + VPB (Cond Sg P1) => enra_ + "izara" ; --# notpresent + VPB (Cond Sg P2) => enra_ + "izaras" ; --# notpresent + VPB (Cond Sg P3) => enra_ + "izara" ; --# notpresent + VPB (Cond Pl P1) => enra_ + "izaramos" ; --# notpresent + VPB (Cond Pl P2) => enra_ + "izarais" ; --# notpresent + VPB (Cond Pl P3) => enra_ + "izaran" ; --# 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_ + "ergus" ; + VPB (Pres Ind Pl P3) => x_ + "yerguen" ; + VPB (Pres Subj Sg P1) => x_ + "yerga" ; + VPB (Pres Subj Sg P2) => x_ + "yergas" ; + VPB (Pres Subj Sg P3) => x_ + "yerga" ; + VPB (Pres Subj Pl P1) => x_ + "irgamos" ; + VPB (Pres Subj Pl P2) => x_ + "irgis" ; + VPB (Pres Subj Pl P3) => x_ + "yergan" ; + VPB (Impf Ind Sg P1) => x_ + "ergua" ; --# notpresent + VPB (Impf Ind Sg P2) => x_ + "erguas" ; --# notpresent + VPB (Impf Ind Sg P3) => x_ + "ergua" ; --# notpresent + VPB (Impf Ind Pl P1) => x_ + "erguamos" ; --# notpresent + VPB (Impf Ind Pl P2) => x_ + "erguais" ; --# notpresent + VPB (Impf Ind Pl P3) => x_ + "erguan" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {x_ + "irguiera" ; x_ + "irguiese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {x_ + "irguieras" ; x_ + "irguieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {x_ + "irguiera" ; x_ + "irguiese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {x_ + "irguiramos" ; x_ + "irguisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {x_ + "irguierais" ; x_ + "irguieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {x_ + "irguieran" ; x_ + "irguiesen"} ; --# notpresent + VPB (Pret Sg P1) => x_ + "ergu" ; --# notpresent + VPB (Pret Sg P2) => x_ + "erguiste" ; --# notpresent + VPB (Pret Sg P3) => x_ + "irgui" ; --# notpresent + VPB (Pret Pl P1) => x_ + "erguimos" ; --# notpresent + VPB (Pret Pl P2) => x_ + "erguisteis" ; --# notpresent + VPB (Pret Pl P3) => x_ + "irguieron" ; --# notpresent + VPB (Fut Ind Sg P1) => x_ + "erguir" ; --# notpresent + VPB (Fut Ind Sg P2) => x_ + "erguirs" ; --# notpresent + VPB (Fut Ind Sg P3) => x_ + "erguir" ; --# notpresent + VPB (Fut Ind Pl P1) => x_ + "erguiremos" ; --# notpresent + VPB (Fut Ind Pl P2) => x_ + "erguiris" ; --# notpresent + VPB (Fut Ind Pl P3) => x_ + "erguirn" ; --# notpresent + VPB (Fut Subj Sg P1) => x_ + "irguiere" ; --# notpresent + VPB (Fut Subj Sg P2) => x_ + "irguieres" ; --# notpresent + VPB (Fut Subj Sg P3) => x_ + "irguiere" ; --# notpresent + VPB (Fut Subj Pl P1) => x_ + "irguiremos" ; --# notpresent + VPB (Fut Subj Pl P2) => x_ + "irguiereis" ; --# notpresent + VPB (Fut Subj Pl P3) => x_ + "irguieren" ; --# notpresent + VPB (Cond Sg P1) => x_ + "erguira" ; --# notpresent + VPB (Cond Sg P2) => x_ + "erguiras" ; --# notpresent + VPB (Cond Sg P3) => x_ + "erguira" ; --# notpresent + VPB (Cond Pl P1) => x_ + "erguiramos" ; --# notpresent + VPB (Cond Pl P2) => x_ + "erguirais" ; --# notpresent + VPB (Cond Pl P3) => x_ + "erguiran" ; --# 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_ + "erris" ; + VPB (Pres Ind Pl P3) => x_ + "yerran" ; + VPB (Pres Subj Sg P1) => x_ + "yerre" ; + VPB (Pres Subj Sg P2) => x_ + "yerres" ; + VPB (Pres Subj Sg P3) => x_ + "yerre" ; + VPB (Pres Subj Pl P1) => x_ + "erremos" ; + VPB (Pres Subj Pl P2) => x_ + "erris" ; + VPB (Pres Subj Pl P3) => x_ + "yerren" ; + VPB (Impf Ind Sg P1) => x_ + "erraba" ; --# notpresent + VPB (Impf Ind Sg P2) => x_ + "errabas" ; --# notpresent + VPB (Impf Ind Sg P3) => x_ + "erraba" ; --# notpresent + VPB (Impf Ind Pl P1) => x_ + "errbamos" ; --# notpresent + VPB (Impf Ind Pl P2) => x_ + "errabais" ; --# notpresent + VPB (Impf Ind Pl P3) => x_ + "erraban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {x_ + "errara" ; x_ + "errase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {x_ + "erraras" ; x_ + "errases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {x_ + "errara" ; x_ + "errase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {x_ + "errramos" ; x_ + "errsemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {x_ + "errarais" ; x_ + "erraseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {x_ + "erraran" ; x_ + "errasen"} ; --# notpresent + VPB (Pret Sg P1) => x_ + "err" ; --# notpresent + VPB (Pret Sg P2) => x_ + "erraste" ; --# notpresent + VPB (Pret Sg P3) => x_ + "err" ; --# notpresent + VPB (Pret Pl P1) => x_ + "erramos" ; --# notpresent + VPB (Pret Pl P2) => x_ + "errasteis" ; --# notpresent + VPB (Pret Pl P3) => x_ + "erraron" ; --# notpresent + VPB (Fut Ind Sg P1) => x_ + "errar" ; --# notpresent + VPB (Fut Ind Sg P2) => x_ + "errars" ; --# notpresent + VPB (Fut Ind Sg P3) => x_ + "errar" ; --# notpresent + VPB (Fut Ind Pl P1) => x_ + "erraremos" ; --# notpresent + VPB (Fut Ind Pl P2) => x_ + "erraris" ; --# notpresent + VPB (Fut Ind Pl P3) => x_ + "errarn" ; --# notpresent + VPB (Fut Subj Sg P1) => x_ + "errare" ; --# notpresent + VPB (Fut Subj Sg P2) => x_ + "errares" ; --# notpresent + VPB (Fut Subj Sg P3) => x_ + "errare" ; --# notpresent + VPB (Fut Subj Pl P1) => x_ + "errremos" ; --# notpresent + VPB (Fut Subj Pl P2) => x_ + "errareis" ; --# notpresent + VPB (Fut Subj Pl P3) => x_ + "erraren" ; --# notpresent + VPB (Cond Sg P1) => x_ + "errara" ; --# notpresent + VPB (Cond Sg P2) => x_ + "erraras" ; --# notpresent + VPB (Cond Sg P3) => x_ + "errara" ; --# notpresent + VPB (Cond Pl P1) => x_ + "erraramos" ; --# notpresent + VPB (Cond Pl P2) => x_ + "errarais" ; --# notpresent + VPB (Cond Pl P3) => x_ + "erraran" ; --# 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_ + "orzis" ; + VPB (Pres Ind Pl P3) => f_ + "uerzan" ; + VPB (Pres Subj Sg P1) => f_ + "uerce" ; + VPB (Pres Subj Sg P2) => f_ + "uerces" ; + VPB (Pres Subj Sg P3) => f_ + "uerce" ; + VPB (Pres Subj Pl P1) => f_ + "orcemos" ; + VPB (Pres Subj Pl P2) => f_ + "orcis" ; + VPB (Pres Subj Pl P3) => f_ + "uercen" ; + VPB (Impf Ind Sg P1) => f_ + "orzaba" ; --# notpresent + VPB (Impf Ind Sg P2) => f_ + "orzabas" ; --# notpresent + VPB (Impf Ind Sg P3) => f_ + "orzaba" ; --# notpresent + VPB (Impf Ind Pl P1) => f_ + "orzbamos" ; --# notpresent + VPB (Impf Ind Pl P2) => f_ + "orzabais" ; --# notpresent + VPB (Impf Ind Pl P3) => f_ + "orzaban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {f_ + "orzara" ; f_ + "orzase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {f_ + "orzaras" ; f_ + "orzases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {f_ + "orzara" ; f_ + "orzase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {f_ + "orzramos" ; f_ + "orzsemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {f_ + "orzarais" ; f_ + "orzaseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {f_ + "orzaran" ; f_ + "orzasen"} ; --# notpresent + VPB (Pret Sg P1) => f_ + "orc" ; --# notpresent + VPB (Pret Sg P2) => f_ + "orzaste" ; --# notpresent + VPB (Pret Sg P3) => f_ + "orz" ; --# notpresent + VPB (Pret Pl P1) => f_ + "orzamos" ; --# notpresent + VPB (Pret Pl P2) => f_ + "orzasteis" ; --# notpresent + VPB (Pret Pl P3) => f_ + "orzaron" ; --# notpresent + VPB (Fut Ind Sg P1) => f_ + "orzar" ; --# notpresent + VPB (Fut Ind Sg P2) => f_ + "orzars" ; --# notpresent + VPB (Fut Ind Sg P3) => f_ + "orzar" ; --# notpresent + VPB (Fut Ind Pl P1) => f_ + "orzaremos" ; --# notpresent + VPB (Fut Ind Pl P2) => f_ + "orzaris" ; --# notpresent + VPB (Fut Ind Pl P3) => f_ + "orzarn" ; --# notpresent + VPB (Fut Subj Sg P1) => f_ + "orzare" ; --# notpresent + VPB (Fut Subj Sg P2) => f_ + "orzares" ; --# notpresent + VPB (Fut Subj Sg P3) => f_ + "orzare" ; --# notpresent + VPB (Fut Subj Pl P1) => f_ + "orzremos" ; --# notpresent + VPB (Fut Subj Pl P2) => f_ + "orzareis" ; --# notpresent + VPB (Fut Subj Pl P3) => f_ + "orzaren" ; --# notpresent + VPB (Cond Sg P1) => f_ + "orzara" ; --# notpresent + VPB (Cond Sg P2) => f_ + "orzaras" ; --# notpresent + VPB (Cond Sg P3) => f_ + "orzara" ; --# notpresent + VPB (Cond Pl P1) => f_ + "orzaramos" ; --# notpresent + VPB (Cond Pl P2) => f_ + "orzarais" ; --# notpresent + VPB (Cond Pl P3) => f_ + "orzaran" ; --# 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_ + "iis" ; + VPB (Pres Ind Pl P3) => gu_ + "an" ; + VPB (Pres Subj Sg P1) => gu_ + "e" ; + VPB (Pres Subj Sg P2) => gu_ + "es" ; + VPB (Pres Subj Sg P3) => gu_ + "e" ; + VPB (Pres Subj Pl P1) => gu_ + "iemos" ; + VPB (Pres Subj Pl P2) => gu_ + "iis" ; + VPB (Pres Subj Pl P3) => gu_ + "en" ; + VPB (Impf Ind Sg P1) => gu_ + "iaba" ; --# notpresent + VPB (Impf Ind Sg P2) => gu_ + "iabas" ; --# notpresent + VPB (Impf Ind Sg P3) => gu_ + "iaba" ; --# notpresent + VPB (Impf Ind Pl P1) => gu_ + "ibamos" ; --# notpresent + VPB (Impf Ind Pl P2) => gu_ + "iabais" ; --# notpresent + VPB (Impf Ind Pl P3) => gu_ + "iaban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {gu_ + "iara" ; gu_ + "iase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {gu_ + "iaras" ; gu_ + "iases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {gu_ + "iara" ; gu_ + "iase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {gu_ + "iramos" ; gu_ + "isemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {gu_ + "iarais" ; gu_ + "iaseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {gu_ + "iaran" ; gu_ + "iasen"} ; --# notpresent + VPB (Pret Sg P1) => gu_ + "i" ; --# notpresent + VPB (Pret Sg P2) => gu_ + "iaste" ; --# notpresent + VPB (Pret Sg P3) => gu_ + "i" ; --# notpresent + VPB (Pret Pl P1) => gu_ + "iamos" ; --# notpresent + VPB (Pret Pl P2) => gu_ + "iasteis" ; --# notpresent + VPB (Pret Pl P3) => gu_ + "iaron" ; --# notpresent + VPB (Fut Ind Sg P1) => gu_ + "iar" ; --# notpresent + VPB (Fut Ind Sg P2) => gu_ + "iars" ; --# notpresent + VPB (Fut Ind Sg P3) => gu_ + "iar" ; --# notpresent + VPB (Fut Ind Pl P1) => gu_ + "iaremos" ; --# notpresent + VPB (Fut Ind Pl P2) => gu_ + "iaris" ; --# notpresent + VPB (Fut Ind Pl P3) => gu_ + "iarn" ; --# notpresent + VPB (Fut Subj Sg P1) => gu_ + "iare" ; --# notpresent + VPB (Fut Subj Sg P2) => gu_ + "iares" ; --# notpresent + VPB (Fut Subj Sg P3) => gu_ + "iare" ; --# notpresent + VPB (Fut Subj Pl P1) => gu_ + "iremos" ; --# notpresent + VPB (Fut Subj Pl P2) => gu_ + "iareis" ; --# notpresent + VPB (Fut Subj Pl P3) => gu_ + "iaren" ; --# notpresent + VPB (Cond Sg P1) => gu_ + "iara" ; --# notpresent + VPB (Cond Sg P2) => gu_ + "iaras" ; --# notpresent + VPB (Cond Sg P3) => gu_ + "iara" ; --# notpresent + VPB (Cond Pl P1) => gu_ + "iaramos" ; --# notpresent + VPB (Cond Pl P2) => gu_ + "iarais" ; --# notpresent + VPB (Cond Pl P3) => gu_ + "iaran" ; --# 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_ + "acis" ; + VPB (Pres Ind Pl P3) => h_ + "acen" ; + VPB (Pres Subj Sg P1) => h_ + "aga" ; + VPB (Pres Subj Sg P2) => h_ + "agas" ; + VPB (Pres Subj Sg P3) => h_ + "aga" ; + VPB (Pres Subj Pl P1) => h_ + "agamos" ; + VPB (Pres Subj Pl P2) => h_ + "agis" ; + VPB (Pres Subj Pl P3) => h_ + "agan" ; + VPB (Impf Ind Sg P1) => h_ + "aca" ; --# notpresent + VPB (Impf Ind Sg P2) => h_ + "acas" ; --# notpresent + VPB (Impf Ind Sg P3) => h_ + "aca" ; --# notpresent + VPB (Impf Ind Pl P1) => h_ + "acamos" ; --# notpresent + VPB (Impf Ind Pl P2) => h_ + "acais" ; --# notpresent + VPB (Impf Ind Pl P3) => h_ + "acan" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {h_ + "iciera" ; h_ + "iciese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {h_ + "icieras" ; h_ + "icieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {h_ + "iciera" ; h_ + "iciese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {h_ + "iciramos" ; h_ + "icisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {h_ + "icierais" ; h_ + "icieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {h_ + "icieran" ; h_ + "iciesen"} ; --# notpresent + VPB (Pret Sg P1) => h_ + "ice" ; --# notpresent + VPB (Pret Sg P2) => h_ + "iciste" ; --# notpresent + VPB (Pret Sg P3) => h_ + "izo" ; --# notpresent + VPB (Pret Pl P1) => h_ + "icimos" ; --# notpresent + VPB (Pret Pl P2) => h_ + "icisteis" ; --# notpresent + VPB (Pret Pl P3) => h_ + "icieron" ; --# notpresent + VPB (Fut Ind Sg P1) => h_ + "ar" ; --# notpresent + VPB (Fut Ind Sg P2) => h_ + "ars" ; --# notpresent + VPB (Fut Ind Sg P3) => h_ + "ar" ; --# notpresent + VPB (Fut Ind Pl P1) => h_ + "aremos" ; --# notpresent + VPB (Fut Ind Pl P2) => h_ + "aris" ; --# notpresent + VPB (Fut Ind Pl P3) => h_ + "arn" ; --# notpresent + VPB (Fut Subj Sg P1) => h_ + "iciere" ; --# notpresent + VPB (Fut Subj Sg P2) => h_ + "icieres" ; --# notpresent + VPB (Fut Subj Sg P3) => h_ + "iciere" ; --# notpresent + VPB (Fut Subj Pl P1) => h_ + "iciremos" ; --# notpresent + VPB (Fut Subj Pl P2) => h_ + "iciereis" ; --# notpresent + VPB (Fut Subj Pl P3) => h_ + "icieren" ; --# notpresent + VPB (Cond Sg P1) => h_ + "ara" ; --# notpresent + VPB (Cond Sg P2) => h_ + "aras" ; --# notpresent + VPB (Cond Sg P3) => h_ + "ara" ; --# notpresent + VPB (Cond Pl P1) => h_ + "aramos" ; --# notpresent + VPB (Cond Pl P2) => h_ + "arais" ; --# notpresent + VPB (Cond Pl P3) => h_ + "aran" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => h_ + "az" ; + VPB (Imper Sg P3) => h_ + "aga" ; + VPB (Imper Pl P1) => h_ + "agamos" ; + VPB (Imper Pl P2) => h_ + "aced" ; + VPB (Imper Pl P3) => h_ + "agan" ; + VPB (Pass Sg Masc) => h_ + "echo" ; + VPB (Pass Sg Fem) => h_ + "echa" ; + VPB (Pass Pl Masc) => h_ + "echos" ; + VPB (Pass Pl Fem) => h_ + "echas" + } + } ; +oper influir_45 : Str -> Verbum = \influir -> + let influ_ = Predef.tk 2 influir in + {s = table { + VI Infn => influ_ + "ir" ; + VI Ger => influ_ + "yendo" ; + VI Part => influ_ + "ido" ; + VPB (Pres Ind Sg P1) => influ_ + "yo" ; + VPB (Pres Ind Sg P2) => influ_ + "yes" ; + VPB (Pres Ind Sg P3) => influ_ + "ye" ; + VPB (Pres Ind Pl P1) => influ_ + "imos" ; + VPB (Pres Ind Pl P2) => influ_ + "s" ; + VPB (Pres Ind Pl P3) => influ_ + "yen" ; + VPB (Pres Subj Sg P1) => influ_ + "ya" ; + VPB (Pres Subj Sg P2) => influ_ + "yas" ; + VPB (Pres Subj Sg P3) => influ_ + "ya" ; + VPB (Pres Subj Pl P1) => influ_ + "yamos" ; + VPB (Pres Subj Pl P2) => influ_ + "yis" ; + VPB (Pres Subj Pl P3) => influ_ + "yan" ; + VPB (Impf Ind Sg P1) => influ_ + "a" ; --# notpresent + VPB (Impf Ind Sg P2) => influ_ + "as" ; --# notpresent + VPB (Impf Ind Sg P3) => influ_ + "a" ; --# notpresent + VPB (Impf Ind Pl P1) => influ_ + "amos" ; --# notpresent + VPB (Impf Ind Pl P2) => influ_ + "ais" ; --# notpresent + VPB (Impf Ind Pl P3) => influ_ + "an" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {influ_ + "yera" ; influ_ + "yese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {influ_ + "yeras" ; influ_ + "yeses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {influ_ + "yera" ; influ_ + "yese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {influ_ + "yramos" ; influ_ + "ysemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {influ_ + "yerais" ; influ_ + "yeseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {influ_ + "yeran" ; influ_ + "yesen"} ; --# notpresent + VPB (Pret Sg P1) => influ_ + "" ; --# notpresent + VPB (Pret Sg P2) => influ_ + "iste" ; --# notpresent + VPB (Pret Sg P3) => influ_ + "y" ; --# notpresent + VPB (Pret Pl P1) => influ_ + "imos" ; --# notpresent + VPB (Pret Pl P2) => influ_ + "isteis" ; --# notpresent + VPB (Pret Pl P3) => influ_ + "yeron" ; --# notpresent + VPB (Fut Ind Sg P1) => influ_ + "ir" ; --# notpresent + VPB (Fut Ind Sg P2) => influ_ + "irs" ; --# notpresent + VPB (Fut Ind Sg P3) => influ_ + "ir" ; --# notpresent + VPB (Fut Ind Pl P1) => influ_ + "iremos" ; --# notpresent + VPB (Fut Ind Pl P2) => influ_ + "iris" ; --# notpresent + VPB (Fut Ind Pl P3) => influ_ + "irn" ; --# notpresent + VPB (Fut Subj Sg P1) => influ_ + "yere" ; --# notpresent + VPB (Fut Subj Sg P2) => influ_ + "yeres" ; --# notpresent + VPB (Fut Subj Sg P3) => influ_ + "yere" ; --# notpresent + VPB (Fut Subj Pl P1) => influ_ + "yremos" ; --# notpresent + VPB (Fut Subj Pl P2) => influ_ + "yereis" ; --# notpresent + VPB (Fut Subj Pl P3) => influ_ + "yeren" ; --# notpresent + VPB (Cond Sg P1) => influ_ + "ira" ; --# notpresent + VPB (Cond Sg P2) => influ_ + "iras" ; --# notpresent + VPB (Cond Sg P3) => influ_ + "ira" ; --# notpresent + VPB (Cond Pl P1) => influ_ + "iramos" ; --# notpresent + VPB (Cond Pl P2) => influ_ + "irais" ; --# notpresent + VPB (Cond Pl P3) => influ_ + "iran" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => influ_ + "ye" ; + VPB (Imper Sg P3) => influ_ + "ya" ; + VPB (Imper Pl P1) => influ_ + "yamos" ; + VPB (Imper Pl P2) => influ_ + "id" ; + VPB (Imper Pl P3) => influ_ + "yan" ; + VPB (Pass Sg Masc) => influ_ + "ido" ; + VPB (Pass Sg Fem) => influ_ + "ida" ; + VPB (Pass Pl Masc) => influ_ + "idos" ; + VPB (Pass Pl Fem) => influ_ + "idas" + } + } ; +oper ir_46 : Str -> Verbum = \ir -> + let x_ = Predef.tk 2 ir in + {s = table { + VI Infn => x_ + "ir" ; + VI Ger => x_ + "yendo" ; + VI Part => x_ + "ido" ; + VPB (Pres Ind Sg P1) => x_ + "voy" ; + VPB (Pres Ind Sg P2) => x_ + "vas" ; + VPB (Pres Ind Sg P3) => x_ + "va" ; + VPB (Pres Ind Pl P1) => x_ + "vamos" ; + VPB (Pres Ind Pl P2) => x_ + "vais" ; + VPB (Pres Ind Pl P3) => x_ + "van" ; + VPB (Pres Subj Sg P1) => x_ + "vaya" ; + VPB (Pres Subj Sg P2) => x_ + "vayas" ; + VPB (Pres Subj Sg P3) => x_ + "vaya" ; + VPB (Pres Subj Pl P1) => x_ + "vayamos" ; + VPB (Pres Subj Pl P2) => x_ + "vayis" ; + VPB (Pres Subj Pl P3) => x_ + "vayan" ; + VPB (Impf Ind Sg P1) => x_ + "iba" ; --# notpresent + VPB (Impf Ind Sg P2) => x_ + "ibas" ; --# notpresent + VPB (Impf Ind Sg P3) => x_ + "iba" ; --# notpresent + VPB (Impf Ind Pl P1) => x_ + "bamos" ; --# notpresent + VPB (Impf Ind Pl P2) => x_ + "ibais" ; --# notpresent + VPB (Impf Ind Pl P3) => x_ + "iban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {x_ + "fuera" ; x_ + "fuese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {x_ + "fueras" ; x_ + "fueses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {x_ + "fuera" ; x_ + "fuese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {x_ + "furamos" ; x_ + "fusemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {x_ + "fuerais" ; x_ + "fueseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {x_ + "fueran" ; x_ + "fuesen"} ; --# notpresent + VPB (Pret Sg P1) => x_ + "fui" ; --# notpresent + VPB (Pret Sg P2) => x_ + "fuiste" ; --# notpresent + VPB (Pret Sg P3) => x_ + "fue" ; --# notpresent + VPB (Pret Pl P1) => x_ + "fuimos" ; --# notpresent + VPB (Pret Pl P2) => x_ + "fuisteis" ; --# notpresent + VPB (Pret Pl P3) => x_ + "fueron" ; --# notpresent + VPB (Fut Ind Sg P1) => x_ + "ir" ; --# notpresent + VPB (Fut Ind Sg P2) => x_ + "irs" ; --# notpresent + VPB (Fut Ind Sg P3) => x_ + "ir" ; --# notpresent + VPB (Fut Ind Pl P1) => x_ + "iremos" ; --# notpresent + VPB (Fut Ind Pl P2) => x_ + "iris" ; --# notpresent + VPB (Fut Ind Pl P3) => x_ + "irn" ; --# notpresent + VPB (Fut Subj Sg P1) => x_ + "fuere" ; --# notpresent + VPB (Fut Subj Sg P2) => x_ + "fueres" ; --# notpresent + VPB (Fut Subj Sg P3) => x_ + "fuere" ; --# notpresent + VPB (Fut Subj Pl P1) => x_ + "furemos" ; --# notpresent + VPB (Fut Subj Pl P2) => x_ + "fuereis" ; --# notpresent + VPB (Fut Subj Pl P3) => x_ + "fueren" ; --# notpresent + VPB (Cond Sg P1) => x_ + "ira" ; --# notpresent + VPB (Cond Sg P2) => x_ + "iras" ; --# notpresent + VPB (Cond Sg P3) => x_ + "ira" ; --# notpresent + VPB (Cond Pl P1) => x_ + "iramos" ; --# notpresent + VPB (Cond Pl P2) => x_ + "irais" ; --# notpresent + VPB (Cond Pl P3) => x_ + "iran" ; --# 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_ + "gis" ; + VPB (Pres Ind Pl P3) => ju_ + "egan" ; + VPB (Pres Subj Sg P1) => ju_ + "egue" ; + VPB (Pres Subj Sg P2) => ju_ + "egues" ; + VPB (Pres Subj Sg P3) => ju_ + "egue" ; + VPB (Pres Subj Pl P1) => ju_ + "guemos" ; + VPB (Pres Subj Pl P2) => ju_ + "guis" ; + VPB (Pres Subj Pl P3) => ju_ + "eguen" ; + VPB (Impf Ind Sg P1) => ju_ + "gaba" ; --# notpresent + VPB (Impf Ind Sg P2) => ju_ + "gabas" ; --# notpresent + VPB (Impf Ind Sg P3) => ju_ + "gaba" ; --# notpresent + VPB (Impf Ind Pl P1) => ju_ + "gbamos" ; --# notpresent + VPB (Impf Ind Pl P2) => ju_ + "gabais" ; --# notpresent + VPB (Impf Ind Pl P3) => ju_ + "gaban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {ju_ + "gara" ; ju_ + "gase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {ju_ + "garas" ; ju_ + "gases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {ju_ + "gara" ; ju_ + "gase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {ju_ + "gramos" ; ju_ + "gsemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {ju_ + "garais" ; ju_ + "gaseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {ju_ + "garan" ; ju_ + "gasen"} ; --# notpresent + VPB (Pret Sg P1) => ju_ + "gu" ; --# notpresent + VPB (Pret Sg P2) => ju_ + "gaste" ; --# notpresent + VPB (Pret Sg P3) => ju_ + "g" ; --# notpresent + VPB (Pret Pl P1) => ju_ + "gamos" ; --# notpresent + VPB (Pret Pl P2) => ju_ + "gasteis" ; --# notpresent + VPB (Pret Pl P3) => ju_ + "garon" ; --# notpresent + VPB (Fut Ind Sg P1) => ju_ + "gar" ; --# notpresent + VPB (Fut Ind Sg P2) => ju_ + "gars" ; --# notpresent + VPB (Fut Ind Sg P3) => ju_ + "gar" ; --# notpresent + VPB (Fut Ind Pl P1) => ju_ + "garemos" ; --# notpresent + VPB (Fut Ind Pl P2) => ju_ + "garis" ; --# notpresent + VPB (Fut Ind Pl P3) => ju_ + "garn" ; --# notpresent + VPB (Fut Subj Sg P1) => ju_ + "gare" ; --# notpresent + VPB (Fut Subj Sg P2) => ju_ + "gares" ; --# notpresent + VPB (Fut Subj Sg P3) => ju_ + "gare" ; --# notpresent + VPB (Fut Subj Pl P1) => ju_ + "gremos" ; --# notpresent + VPB (Fut Subj Pl P2) => ju_ + "gareis" ; --# notpresent + VPB (Fut Subj Pl P3) => ju_ + "garen" ; --# notpresent + VPB (Cond Sg P1) => ju_ + "gara" ; --# notpresent + VPB (Cond Sg P2) => ju_ + "garas" ; --# notpresent + VPB (Cond Sg P3) => ju_ + "gara" ; --# notpresent + VPB (Cond Pl P1) => ju_ + "garamos" ; --# notpresent + VPB (Cond Pl P2) => ju_ + "garais" ; --# notpresent + VPB (Cond Pl P3) => ju_ + "garan" ; --# 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_ + "cs" ; + VPB (Pres Ind Pl P3) => lu_ + "cen" ; + VPB (Pres Subj Sg P1) => lu_ + "zca" ; + VPB (Pres Subj Sg P2) => lu_ + "zcas" ; + VPB (Pres Subj Sg P3) => lu_ + "zca" ; + VPB (Pres Subj Pl P1) => lu_ + "zcamos" ; + VPB (Pres Subj Pl P2) => lu_ + "zcis" ; + VPB (Pres Subj Pl P3) => lu_ + "zcan" ; + VPB (Impf Ind Sg P1) => lu_ + "ca" ; --# notpresent + VPB (Impf Ind Sg P2) => lu_ + "cas" ; --# notpresent + VPB (Impf Ind Sg P3) => lu_ + "ca" ; --# notpresent + VPB (Impf Ind Pl P1) => lu_ + "camos" ; --# notpresent + VPB (Impf Ind Pl P2) => lu_ + "cais" ; --# notpresent + VPB (Impf Ind Pl P3) => lu_ + "can" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {lu_ + "ciera" ; lu_ + "ciese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {lu_ + "cieras" ; lu_ + "cieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {lu_ + "ciera" ; lu_ + "ciese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {lu_ + "ciramos" ; lu_ + "cisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {lu_ + "cierais" ; lu_ + "cieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {lu_ + "cieran" ; lu_ + "ciesen"} ; --# notpresent + VPB (Pret Sg P1) => lu_ + "c" ; --# notpresent + VPB (Pret Sg P2) => lu_ + "ciste" ; --# notpresent + VPB (Pret Sg P3) => lu_ + "ci" ; --# notpresent + VPB (Pret Pl P1) => lu_ + "cimos" ; --# notpresent + VPB (Pret Pl P2) => lu_ + "cisteis" ; --# notpresent + VPB (Pret Pl P3) => lu_ + "cieron" ; --# notpresent + VPB (Fut Ind Sg P1) => lu_ + "cir" ; --# notpresent + VPB (Fut Ind Sg P2) => lu_ + "cirs" ; --# notpresent + VPB (Fut Ind Sg P3) => lu_ + "cir" ; --# notpresent + VPB (Fut Ind Pl P1) => lu_ + "ciremos" ; --# notpresent + VPB (Fut Ind Pl P2) => lu_ + "ciris" ; --# notpresent + VPB (Fut Ind Pl P3) => lu_ + "cirn" ; --# notpresent + VPB (Fut Subj Sg P1) => lu_ + "ciere" ; --# notpresent + VPB (Fut Subj Sg P2) => lu_ + "cieres" ; --# notpresent + VPB (Fut Subj Sg P3) => lu_ + "ciere" ; --# notpresent + VPB (Fut Subj Pl P1) => lu_ + "ciremos" ; --# notpresent + VPB (Fut Subj Pl P2) => lu_ + "ciereis" ; --# notpresent + VPB (Fut Subj Pl P3) => lu_ + "cieren" ; --# notpresent + VPB (Cond Sg P1) => lu_ + "cira" ; --# notpresent + VPB (Cond Sg P2) => lu_ + "ciras" ; --# notpresent + VPB (Cond Sg P3) => lu_ + "cira" ; --# notpresent + VPB (Cond Pl P1) => lu_ + "ciramos" ; --# notpresent + VPB (Cond Pl P2) => lu_ + "cirais" ; --# notpresent + VPB (Cond Pl P3) => lu_ + "ciran" ; --# 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_ + "cis" ; + VPB (Pres Ind Pl P3) => me_ + "cen" ; + VPB (Pres Subj Sg P1) => me_ + "za" ; + VPB (Pres Subj Sg P2) => me_ + "zas" ; + VPB (Pres Subj Sg P3) => me_ + "za" ; + VPB (Pres Subj Pl P1) => me_ + "zamos" ; + VPB (Pres Subj Pl P2) => me_ + "zis" ; + VPB (Pres Subj Pl P3) => me_ + "zan" ; + VPB (Impf Ind Sg P1) => me_ + "ca" ; --# notpresent + VPB (Impf Ind Sg P2) => me_ + "cas" ; --# notpresent + VPB (Impf Ind Sg P3) => me_ + "ca" ; --# notpresent + VPB (Impf Ind Pl P1) => me_ + "camos" ; --# notpresent + VPB (Impf Ind Pl P2) => me_ + "cais" ; --# notpresent + VPB (Impf Ind Pl P3) => me_ + "can" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {me_ + "ciera" ; me_ + "ciese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {me_ + "cieras" ; me_ + "cieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {me_ + "ciera" ; me_ + "ciese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {me_ + "ciramos" ; me_ + "cisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {me_ + "cierais" ; me_ + "cieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {me_ + "cieran" ; me_ + "ciesen"} ; --# notpresent + VPB (Pret Sg P1) => me_ + "c" ; --# notpresent + VPB (Pret Sg P2) => me_ + "ciste" ; --# notpresent + VPB (Pret Sg P3) => me_ + "ci" ; --# notpresent + VPB (Pret Pl P1) => me_ + "cimos" ; --# notpresent + VPB (Pret Pl P2) => me_ + "cisteis" ; --# notpresent + VPB (Pret Pl P3) => me_ + "cieron" ; --# notpresent + VPB (Fut Ind Sg P1) => me_ + "cer" ; --# notpresent + VPB (Fut Ind Sg P2) => me_ + "cers" ; --# notpresent + VPB (Fut Ind Sg P3) => me_ + "cer" ; --# notpresent + VPB (Fut Ind Pl P1) => me_ + "ceremos" ; --# notpresent + VPB (Fut Ind Pl P2) => me_ + "ceris" ; --# notpresent + VPB (Fut Ind Pl P3) => me_ + "cern" ; --# notpresent + VPB (Fut Subj Sg P1) => me_ + "ciere" ; --# notpresent + VPB (Fut Subj Sg P2) => me_ + "cieres" ; --# notpresent + VPB (Fut Subj Sg P3) => me_ + "ciere" ; --# notpresent + VPB (Fut Subj Pl P1) => me_ + "ciremos" ; --# notpresent + VPB (Fut Subj Pl P2) => me_ + "ciereis" ; --# notpresent + VPB (Fut Subj Pl P3) => me_ + "cieren" ; --# notpresent + VPB (Cond Sg P1) => me_ + "cera" ; --# notpresent + VPB (Cond Sg P2) => me_ + "ceras" ; --# notpresent + VPB (Cond Sg P3) => me_ + "cera" ; --# notpresent + VPB (Cond Pl P1) => me_ + "ceramos" ; --# notpresent + VPB (Cond Pl P2) => me_ + "cerais" ; --# notpresent + VPB (Cond Pl P3) => me_ + "ceran" ; --# 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_ + "ovis" ; + VPB (Pres Ind Pl P3) => m_ + "ueven" ; + VPB (Pres Subj Sg P1) => m_ + "ueva" ; + VPB (Pres Subj Sg P2) => m_ + "uevas" ; + VPB (Pres Subj Sg P3) => m_ + "ueva" ; + VPB (Pres Subj Pl P1) => m_ + "ovamos" ; + VPB (Pres Subj Pl P2) => m_ + "ovis" ; + VPB (Pres Subj Pl P3) => m_ + "uevan" ; + VPB (Impf Ind Sg P1) => m_ + "ova" ; --# notpresent + VPB (Impf Ind Sg P2) => m_ + "ovas" ; --# notpresent + VPB (Impf Ind Sg P3) => m_ + "ova" ; --# notpresent + VPB (Impf Ind Pl P1) => m_ + "ovamos" ; --# notpresent + VPB (Impf Ind Pl P2) => m_ + "ovais" ; --# notpresent + VPB (Impf Ind Pl P3) => m_ + "ovan" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {m_ + "oviera" ; m_ + "oviese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {m_ + "ovieras" ; m_ + "ovieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {m_ + "oviera" ; m_ + "oviese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {m_ + "oviramos" ; m_ + "ovisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {m_ + "ovierais" ; m_ + "ovieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {m_ + "ovieran" ; m_ + "oviesen"} ; --# notpresent + VPB (Pret Sg P1) => m_ + "ov" ; --# notpresent + VPB (Pret Sg P2) => m_ + "oviste" ; --# notpresent + VPB (Pret Sg P3) => m_ + "ovi" ; --# notpresent + VPB (Pret Pl P1) => m_ + "ovimos" ; --# notpresent + VPB (Pret Pl P2) => m_ + "ovisteis" ; --# notpresent + VPB (Pret Pl P3) => m_ + "ovieron" ; --# notpresent + VPB (Fut Ind Sg P1) => m_ + "over" ; --# notpresent + VPB (Fut Ind Sg P2) => m_ + "overs" ; --# notpresent + VPB (Fut Ind Sg P3) => m_ + "over" ; --# notpresent + VPB (Fut Ind Pl P1) => m_ + "overemos" ; --# notpresent + VPB (Fut Ind Pl P2) => m_ + "overis" ; --# notpresent + VPB (Fut Ind Pl P3) => m_ + "overn" ; --# notpresent + VPB (Fut Subj Sg P1) => m_ + "oviere" ; --# notpresent + VPB (Fut Subj Sg P2) => m_ + "ovieres" ; --# notpresent + VPB (Fut Subj Sg P3) => m_ + "oviere" ; --# notpresent + VPB (Fut Subj Pl P1) => m_ + "oviremos" ; --# notpresent + VPB (Fut Subj Pl P2) => m_ + "oviereis" ; --# notpresent + VPB (Fut Subj Pl P3) => m_ + "ovieren" ; --# notpresent + VPB (Cond Sg P1) => m_ + "overa" ; --# notpresent + VPB (Cond Sg P2) => m_ + "overas" ; --# notpresent + VPB (Cond Sg P3) => m_ + "overa" ; --# notpresent + VPB (Cond Pl P1) => m_ + "overamos" ; --# notpresent + VPB (Cond Pl P2) => m_ + "overais" ; --# notpresent + VPB (Cond Pl P3) => m_ + "overan" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => m_ + "ueve" ; + VPB (Imper Sg P3) => m_ + "ueva" ; + VPB (Imper Pl P1) => m_ + "ovamos" ; + VPB (Imper Pl P2) => m_ + "oved" ; + VPB (Imper Pl P3) => m_ + "uevan" ; + VPB (Pass Sg Masc) => m_ + "ovido" ; + VPB (Pass Sg Fem) => m_ + "ovida" ; + VPB (Pass Pl Masc) => m_ + "ovidos" ; + VPB (Pass Pl Fem) => m_ + "ovidas" + } + } ; +oper morder_50b : Str -> Verbum = \morder -> + let m_ = Predef.tk 4 morder in + {s = table { + VI Infn => m_ + "order" ; + VI Ger => m_ + "ordiendo" ; + VI Part => m_ + "ordido" ; + VPB (Pres Ind Sg P1) => m_ + "uerdo" ; + VPB (Pres Ind Sg P2) => m_ + "uerdes" ; + VPB (Pres Ind Sg P3) => m_ + "uerde" ; + VPB (Pres Ind Pl P1) => m_ + "ordemos" ; + VPB (Pres Ind Pl P2) => m_ + "ordis" ; + VPB (Pres Ind Pl P3) => m_ + "uerden" ; + VPB (Pres Subj Sg P1) => m_ + "uerda" ; + VPB (Pres Subj Sg P2) => m_ + "uerdas" ; + VPB (Pres Subj Sg P3) => m_ + "uerda" ; + VPB (Pres Subj Pl P1) => m_ + "ordamos" ; + VPB (Pres Subj Pl P2) => m_ + "ordis" ; + VPB (Pres Subj Pl P3) => m_ + "uerdan" ; + VPB (Impf Ind Sg P1) => m_ + "orda" ; --# notpresent + VPB (Impf Ind Sg P2) => m_ + "ordas" ; --# notpresent + VPB (Impf Ind Sg P3) => m_ + "orda" ; --# notpresent + VPB (Impf Ind Pl P1) => m_ + "ordamos" ; --# notpresent + VPB (Impf Ind Pl P2) => m_ + "ordais" ; --# notpresent + VPB (Impf Ind Pl P3) => m_ + "ordan" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {m_ + "ordiera" ; m_ + "ordiese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {m_ + "ordieras" ; m_ + "ordieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {m_ + "ordiera" ; m_ + "ordiese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {m_ + "ordiramos" ; m_ + "ordisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {m_ + "ordierais" ; m_ + "ordieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {m_ + "ordieran" ; m_ + "ordiesen"} ; --# notpresent + VPB (Pret Sg P1) => m_ + "ord" ; --# notpresent + VPB (Pret Sg P2) => m_ + "ordiste" ; --# notpresent + VPB (Pret Sg P3) => m_ + "ordi" ; --# notpresent + VPB (Pret Pl P1) => m_ + "ordimos" ; --# notpresent + VPB (Pret Pl P2) => m_ + "ordisteis" ; --# notpresent + VPB (Pret Pl P3) => m_ + "ordieron" ; --# notpresent + VPB (Fut Ind Sg P1) => m_ + "order" ; --# notpresent + VPB (Fut Ind Sg P2) => m_ + "orders" ; --# notpresent + VPB (Fut Ind Sg P3) => m_ + "order" ; --# notpresent + VPB (Fut Ind Pl P1) => m_ + "orderemos" ; --# notpresent + VPB (Fut Ind Pl P2) => m_ + "orderis" ; --# notpresent + VPB (Fut Ind Pl P3) => m_ + "ordern" ; --# notpresent + VPB (Fut Subj Sg P1) => m_ + "ordiere" ; --# notpresent + VPB (Fut Subj Sg P2) => m_ + "ordieres" ; --# notpresent + VPB (Fut Subj Sg P3) => m_ + "ordiere" ; --# notpresent + VPB (Fut Subj Pl P1) => m_ + "ordiremos" ; --# notpresent + VPB (Fut Subj Pl P2) => m_ + "ordiereis" ; --# notpresent + VPB (Fut Subj Pl P3) => m_ + "ordieren" ; --# notpresent + VPB (Cond Sg P1) => m_ + "ordera" ; --# notpresent + VPB (Cond Sg P2) => m_ + "orderas" ; --# notpresent + VPB (Cond Sg P3) => m_ + "ordera" ; --# notpresent + VPB (Cond Pl P1) => m_ + "orderamos" ; --# notpresent + VPB (Cond Pl P2) => m_ + "orderais" ; --# notpresent + VPB (Cond Pl P3) => m_ + "orderan" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => m_ + "uerde" ; + VPB (Imper Sg P3) => m_ + "uerda" ; + VPB (Imper Pl P1) => m_ + "ordamos" ; + VPB (Imper Pl P2) => m_ + "orded" ; + VPB (Imper Pl P3) => m_ + "uerdan" ; + VPB (Pass Sg Masc) => m_ + "ordido" ; + VPB (Pass Sg Fem) => m_ + "ordida" ; + VPB (Pass Pl Masc) => m_ + "ordidos" ; + VPB (Pass Pl Fem) => m_ + "ordidas" + } + } ; +oper oler_52 : Str -> Verbum = \oler -> + let x_ = Predef.tk 4 oler in + {s = table { + VI Infn => x_ + "oler" ; + VI Ger => x_ + "oliendo" ; + VI Part => x_ + "olido" ; + VPB (Pres Ind Sg P1) => x_ + "huelo" ; + VPB (Pres Ind Sg P2) => x_ + "hueles" ; + VPB (Pres Ind Sg P3) => x_ + "huele" ; + VPB (Pres Ind Pl P1) => x_ + "olemos" ; + VPB (Pres Ind Pl P2) => x_ + "olis" ; + VPB (Pres Ind Pl P3) => x_ + "huelen" ; + VPB (Pres Subj Sg P1) => x_ + "huela" ; + VPB (Pres Subj Sg P2) => x_ + "huelas" ; + VPB (Pres Subj Sg P3) => x_ + "huela" ; + VPB (Pres Subj Pl P1) => x_ + "olamos" ; + VPB (Pres Subj Pl P2) => x_ + "olis" ; + VPB (Pres Subj Pl P3) => x_ + "huelan" ; + VPB (Impf Ind Sg P1) => x_ + "ola" ; --# notpresent + VPB (Impf Ind Sg P2) => x_ + "olas" ; --# notpresent + VPB (Impf Ind Sg P3) => x_ + "ola" ; --# notpresent + VPB (Impf Ind Pl P1) => x_ + "olamos" ; --# notpresent + VPB (Impf Ind Pl P2) => x_ + "olais" ; --# notpresent + VPB (Impf Ind Pl P3) => x_ + "olan" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {x_ + "oliera" ; x_ + "oliese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {x_ + "olieras" ; x_ + "olieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {x_ + "oliera" ; x_ + "oliese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {x_ + "oliramos" ; x_ + "olisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {x_ + "olierais" ; x_ + "olieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {x_ + "olieran" ; x_ + "oliesen"} ; --# notpresent + VPB (Pret Sg P1) => x_ + "ol" ; --# notpresent + VPB (Pret Sg P2) => x_ + "oliste" ; --# notpresent + VPB (Pret Sg P3) => x_ + "oli" ; --# notpresent + VPB (Pret Pl P1) => x_ + "olimos" ; --# notpresent + VPB (Pret Pl P2) => x_ + "olisteis" ; --# notpresent + VPB (Pret Pl P3) => x_ + "olieron" ; --# notpresent + VPB (Fut Ind Sg P1) => x_ + "oler" ; --# notpresent + VPB (Fut Ind Sg P2) => x_ + "olers" ; --# notpresent + VPB (Fut Ind Sg P3) => x_ + "oler" ; --# notpresent + VPB (Fut Ind Pl P1) => x_ + "oleremos" ; --# notpresent + VPB (Fut Ind Pl P2) => x_ + "oleris" ; --# notpresent + VPB (Fut Ind Pl P3) => x_ + "olern" ; --# notpresent + VPB (Fut Subj Sg P1) => x_ + "oliere" ; --# notpresent + VPB (Fut Subj Sg P2) => x_ + "olieres" ; --# notpresent + VPB (Fut Subj Sg P3) => x_ + "oliere" ; --# notpresent + VPB (Fut Subj Pl P1) => x_ + "oliremos" ; --# notpresent + VPB (Fut Subj Pl P2) => x_ + "oliereis" ; --# notpresent + VPB (Fut Subj Pl P3) => x_ + "olieren" ; --# notpresent + VPB (Cond Sg P1) => x_ + "olera" ; --# notpresent + VPB (Cond Sg P2) => x_ + "oleras" ; --# notpresent + VPB (Cond Sg P3) => x_ + "olera" ; --# notpresent + VPB (Cond Pl P1) => x_ + "oleramos" ; --# notpresent + VPB (Cond Pl P2) => x_ + "olerais" ; --# notpresent + VPB (Cond Pl P3) => x_ + "oleran" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => x_ + "huele" ; + VPB (Imper Sg P3) => x_ + "huela" ; + VPB (Imper Pl P1) => x_ + "olamos" ; + VPB (Imper Pl P2) => x_ + "oled" ; + VPB (Imper Pl P3) => x_ + "huelan" ; + VPB (Pass Sg Masc) => x_ + "olido" ; + VPB (Pass Sg Fem) => x_ + "olida" ; + VPB (Pass Pl Masc) => x_ + "olidos" ; + VPB (Pass Pl Fem) => x_ + "olidas" + } + } ; +oper pagar_53 : Str -> Verbum = \pagar -> + let pag_ = Predef.tk 2 pagar in + {s = table { + VI Infn => pag_ + "ar" ; + VI Ger => pag_ + "ando" ; + VI Part => pag_ + "ado" ; + VPB (Pres Ind Sg P1) => pag_ + "o" ; + VPB (Pres Ind Sg P2) => pag_ + "as" ; + VPB (Pres Ind Sg P3) => pag_ + "a" ; + VPB (Pres Ind Pl P1) => pag_ + "amos" ; + VPB (Pres Ind Pl P2) => pag_ + "is" ; + VPB (Pres Ind Pl P3) => pag_ + "an" ; + VPB (Pres Subj Sg P1) => pag_ + "ue" ; + VPB (Pres Subj Sg P2) => pag_ + "ues" ; + VPB (Pres Subj Sg P3) => pag_ + "ue" ; + VPB (Pres Subj Pl P1) => pag_ + "uemos" ; + VPB (Pres Subj Pl P2) => pag_ + "uis" ; + VPB (Pres Subj Pl P3) => pag_ + "uen" ; + VPB (Impf Ind Sg P1) => pag_ + "aba" ; --# notpresent + VPB (Impf Ind Sg P2) => pag_ + "abas" ; --# notpresent + VPB (Impf Ind Sg P3) => pag_ + "aba" ; --# notpresent + VPB (Impf Ind Pl P1) => pag_ + "bamos" ; --# notpresent + VPB (Impf Ind Pl P2) => pag_ + "abais" ; --# notpresent + VPB (Impf Ind Pl P3) => pag_ + "aban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {pag_ + "ara" ; pag_ + "ase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {pag_ + "aras" ; pag_ + "ases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {pag_ + "ara" ; pag_ + "ase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {pag_ + "ramos" ; pag_ + "semos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {pag_ + "arais" ; pag_ + "aseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {pag_ + "aran" ; pag_ + "asen"} ; --# notpresent + VPB (Pret Sg P1) => pag_ + "u" ; --# notpresent + VPB (Pret Sg P2) => pag_ + "aste" ; --# notpresent + VPB (Pret Sg P3) => pag_ + "" ; --# notpresent + VPB (Pret Pl P1) => pag_ + "amos" ; --# notpresent + VPB (Pret Pl P2) => pag_ + "asteis" ; --# notpresent + VPB (Pret Pl P3) => pag_ + "aron" ; --# notpresent + VPB (Fut Ind Sg P1) => pag_ + "ar" ; --# notpresent + VPB (Fut Ind Sg P2) => pag_ + "ars" ; --# notpresent + VPB (Fut Ind Sg P3) => pag_ + "ar" ; --# notpresent + VPB (Fut Ind Pl P1) => pag_ + "aremos" ; --# notpresent + VPB (Fut Ind Pl P2) => pag_ + "aris" ; --# notpresent + VPB (Fut Ind Pl P3) => pag_ + "arn" ; --# notpresent + VPB (Fut Subj Sg P1) => pag_ + "are" ; --# notpresent + VPB (Fut Subj Sg P2) => pag_ + "ares" ; --# notpresent + VPB (Fut Subj Sg P3) => pag_ + "are" ; --# notpresent + VPB (Fut Subj Pl P1) => pag_ + "remos" ; --# notpresent + VPB (Fut Subj Pl P2) => pag_ + "areis" ; --# notpresent + VPB (Fut Subj Pl P3) => pag_ + "aren" ; --# notpresent + VPB (Cond Sg P1) => pag_ + "ara" ; --# notpresent + VPB (Cond Sg P2) => pag_ + "aras" ; --# notpresent + VPB (Cond Sg P3) => pag_ + "ara" ; --# notpresent + VPB (Cond Pl P1) => pag_ + "aramos" ; --# notpresent + VPB (Cond Pl P2) => pag_ + "arais" ; --# notpresent + VPB (Cond Pl P3) => pag_ + "aran" ; --# 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_ + "cis" ; + VPB (Pres Ind Pl P3) => pare_ + "cen" ; + VPB (Pres Subj Sg P1) => pare_ + "zca" ; + VPB (Pres Subj Sg P2) => pare_ + "zcas" ; + VPB (Pres Subj Sg P3) => pare_ + "zca" ; + VPB (Pres Subj Pl P1) => pare_ + "zcamos" ; + VPB (Pres Subj Pl P2) => pare_ + "zcis" ; + VPB (Pres Subj Pl P3) => pare_ + "zcan" ; + VPB (Impf Ind Sg P1) => pare_ + "ca" ; --# notpresent + VPB (Impf Ind Sg P2) => pare_ + "cas" ; --# notpresent + VPB (Impf Ind Sg P3) => pare_ + "ca" ; --# notpresent + VPB (Impf Ind Pl P1) => pare_ + "camos" ; --# notpresent + VPB (Impf Ind Pl P2) => pare_ + "cais" ; --# notpresent + VPB (Impf Ind Pl P3) => pare_ + "can" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {pare_ + "ciera" ; pare_ + "ciese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {pare_ + "cieras" ; pare_ + "cieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {pare_ + "ciera" ; pare_ + "ciese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {pare_ + "ciramos" ; pare_ + "cisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {pare_ + "cierais" ; pare_ + "cieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {pare_ + "cieran" ; pare_ + "ciesen"} ; --# notpresent + VPB (Pret Sg P1) => pare_ + "c" ; --# notpresent + VPB (Pret Sg P2) => pare_ + "ciste" ; --# notpresent + VPB (Pret Sg P3) => pare_ + "ci" ; --# notpresent + VPB (Pret Pl P1) => pare_ + "cimos" ; --# notpresent + VPB (Pret Pl P2) => pare_ + "cisteis" ; --# notpresent + VPB (Pret Pl P3) => pare_ + "cieron" ; --# notpresent + VPB (Fut Ind Sg P1) => pare_ + "cer" ; --# notpresent + VPB (Fut Ind Sg P2) => pare_ + "cers" ; --# notpresent + VPB (Fut Ind Sg P3) => pare_ + "cer" ; --# notpresent + VPB (Fut Ind Pl P1) => pare_ + "ceremos" ; --# notpresent + VPB (Fut Ind Pl P2) => pare_ + "ceris" ; --# notpresent + VPB (Fut Ind Pl P3) => pare_ + "cern" ; --# notpresent + VPB (Fut Subj Sg P1) => pare_ + "ciere" ; --# notpresent + VPB (Fut Subj Sg P2) => pare_ + "cieres" ; --# notpresent + VPB (Fut Subj Sg P3) => pare_ + "ciere" ; --# notpresent + VPB (Fut Subj Pl P1) => pare_ + "ciremos" ; --# notpresent + VPB (Fut Subj Pl P2) => pare_ + "ciereis" ; --# notpresent + VPB (Fut Subj Pl P3) => pare_ + "cieren" ; --# notpresent + VPB (Cond Sg P1) => pare_ + "cera" ; --# notpresent + VPB (Cond Sg P2) => pare_ + "ceras" ; --# notpresent + VPB (Cond Sg P3) => pare_ + "cera" ; --# notpresent + VPB (Cond Pl P1) => pare_ + "ceramos" ; --# notpresent + VPB (Cond Pl P2) => pare_ + "cerais" ; --# notpresent + VPB (Cond Pl P3) => pare_ + "ceran" ; --# 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_ + "eds" ; + VPB (Pres Ind Pl P3) => p_ + "iden" ; + VPB (Pres Subj Sg P1) => p_ + "ida" ; + VPB (Pres Subj Sg P2) => p_ + "idas" ; + VPB (Pres Subj Sg P3) => p_ + "ida" ; + VPB (Pres Subj Pl P1) => p_ + "idamos" ; + VPB (Pres Subj Pl P2) => p_ + "idis" ; + VPB (Pres Subj Pl P3) => p_ + "idan" ; + VPB (Impf Ind Sg P1) => p_ + "eda" ; --# notpresent + VPB (Impf Ind Sg P2) => p_ + "edas" ; --# notpresent + VPB (Impf Ind Sg P3) => p_ + "eda" ; --# notpresent + VPB (Impf Ind Pl P1) => p_ + "edamos" ; --# notpresent + VPB (Impf Ind Pl P2) => p_ + "edais" ; --# notpresent + VPB (Impf Ind Pl P3) => p_ + "edan" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {p_ + "idiera" ; p_ + "idiese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {p_ + "idieras" ; p_ + "idieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {p_ + "idiera" ; p_ + "idiese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {p_ + "idiramos" ; p_ + "idisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {p_ + "idierais" ; p_ + "idieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {p_ + "idieran" ; p_ + "idiesen"} ; --# notpresent + VPB (Pret Sg P1) => p_ + "ed" ; --# notpresent + VPB (Pret Sg P2) => p_ + "ediste" ; --# notpresent + VPB (Pret Sg P3) => p_ + "idi" ; --# notpresent + VPB (Pret Pl P1) => p_ + "edimos" ; --# notpresent + VPB (Pret Pl P2) => p_ + "edisteis" ; --# notpresent + VPB (Pret Pl P3) => p_ + "idieron" ; --# notpresent + VPB (Fut Ind Sg P1) => p_ + "edir" ; --# notpresent + VPB (Fut Ind Sg P2) => p_ + "edirs" ; --# notpresent + VPB (Fut Ind Sg P3) => p_ + "edir" ; --# notpresent + VPB (Fut Ind Pl P1) => p_ + "ediremos" ; --# notpresent + VPB (Fut Ind Pl P2) => p_ + "ediris" ; --# notpresent + VPB (Fut Ind Pl P3) => p_ + "edirn" ; --# notpresent + VPB (Fut Subj Sg P1) => p_ + "idiere" ; --# notpresent + VPB (Fut Subj Sg P2) => p_ + "idieres" ; --# notpresent + VPB (Fut Subj Sg P3) => p_ + "idiere" ; --# notpresent + VPB (Fut Subj Pl P1) => p_ + "idiremos" ; --# notpresent + VPB (Fut Subj Pl P2) => p_ + "idiereis" ; --# notpresent + VPB (Fut Subj Pl P3) => p_ + "idieren" ; --# notpresent + VPB (Cond Sg P1) => p_ + "edira" ; --# notpresent + VPB (Cond Sg P2) => p_ + "ediras" ; --# notpresent + VPB (Cond Sg P3) => p_ + "edira" ; --# notpresent + VPB (Cond Pl P1) => p_ + "ediramos" ; --# notpresent + VPB (Cond Pl P2) => p_ + "edirais" ; --# notpresent + VPB (Cond Pl P3) => p_ + "ediran" ; --# 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_ + "ensis" ; + VPB (Pres Ind Pl P3) => p_ + "iensan" ; + VPB (Pres Subj Sg P1) => p_ + "iense" ; + VPB (Pres Subj Sg P2) => p_ + "ienses" ; + VPB (Pres Subj Sg P3) => p_ + "iense" ; + VPB (Pres Subj Pl P1) => p_ + "ensemos" ; + VPB (Pres Subj Pl P2) => p_ + "ensis" ; + VPB (Pres Subj Pl P3) => p_ + "iensen" ; + VPB (Impf Ind Sg P1) => p_ + "ensaba" ; --# notpresent + VPB (Impf Ind Sg P2) => p_ + "ensabas" ; --# notpresent + VPB (Impf Ind Sg P3) => p_ + "ensaba" ; --# notpresent + VPB (Impf Ind Pl P1) => p_ + "ensbamos" ; --# notpresent + VPB (Impf Ind Pl P2) => p_ + "ensabais" ; --# notpresent + VPB (Impf Ind Pl P3) => p_ + "ensaban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {p_ + "ensara" ; p_ + "ensase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {p_ + "ensaras" ; p_ + "ensases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {p_ + "ensara" ; p_ + "ensase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {p_ + "ensramos" ; p_ + "enssemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {p_ + "ensarais" ; p_ + "ensaseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {p_ + "ensaran" ; p_ + "ensasen"} ; --# notpresent + VPB (Pret Sg P1) => p_ + "ens" ; --# notpresent + VPB (Pret Sg P2) => p_ + "ensaste" ; --# notpresent + VPB (Pret Sg P3) => p_ + "ens" ; --# notpresent + VPB (Pret Pl P1) => p_ + "ensamos" ; --# notpresent + VPB (Pret Pl P2) => p_ + "ensasteis" ; --# notpresent + VPB (Pret Pl P3) => p_ + "ensaron" ; --# notpresent + VPB (Fut Ind Sg P1) => p_ + "ensar" ; --# notpresent + VPB (Fut Ind Sg P2) => p_ + "ensars" ; --# notpresent + VPB (Fut Ind Sg P3) => p_ + "ensar" ; --# notpresent + VPB (Fut Ind Pl P1) => p_ + "ensaremos" ; --# notpresent + VPB (Fut Ind Pl P2) => p_ + "ensaris" ; --# notpresent + VPB (Fut Ind Pl P3) => p_ + "ensarn" ; --# notpresent + VPB (Fut Subj Sg P1) => p_ + "ensare" ; --# notpresent + VPB (Fut Subj Sg P2) => p_ + "ensares" ; --# notpresent + VPB (Fut Subj Sg P3) => p_ + "ensare" ; --# notpresent + VPB (Fut Subj Pl P1) => p_ + "ensremos" ; --# notpresent + VPB (Fut Subj Pl P2) => p_ + "ensareis" ; --# notpresent + VPB (Fut Subj Pl P3) => p_ + "ensaren" ; --# notpresent + VPB (Cond Sg P1) => p_ + "ensara" ; --# notpresent + VPB (Cond Sg P2) => p_ + "ensaras" ; --# notpresent + VPB (Cond Sg P3) => p_ + "ensara" ; --# notpresent + VPB (Cond Pl P1) => p_ + "ensaramos" ; --# notpresent + VPB (Cond Pl P2) => p_ + "ensarais" ; --# notpresent + VPB (Cond Pl P3) => p_ + "ensaran" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => p_ + "iensa" ; + VPB (Imper Sg P3) => p_ + "iense" ; + VPB (Imper Pl P1) => p_ + "ensemos" ; + VPB (Imper Pl P2) => p_ + "ensad" ; + VPB (Imper Pl P3) => p_ + "iensen" ; + VPB (Pass Sg Masc) => p_ + "ensado" ; + VPB (Pass Sg Fem) => p_ + "ensada" ; + VPB (Pass Pl Masc) => p_ + "ensados" ; + VPB (Pass Pl Fem) => p_ + "ensadas" + } + } ; +oper placer_57 : Str -> Verbum = \placer -> + let pl_ = Predef.tk 4 placer in + {s = table { + VI Infn => pl_ + "acer" ; + VI Ger => pl_ + "aciendo" ; + VI Part => pl_ + "acido" ; + VPB (Pres Ind Sg P1) => pl_ + "azco" ; + VPB (Pres Ind Sg P2) => pl_ + "aces" ; + VPB (Pres Ind Sg P3) => pl_ + "ace" ; + VPB (Pres Ind Pl P1) => pl_ + "acemos" ; + VPB (Pres Ind Pl P2) => pl_ + "acis" ; + VPB (Pres Ind Pl P3) => pl_ + "acen" ; + VPB (Pres Subj Sg P1) => pl_ + "azca" ; + VPB (Pres Subj Sg P2) => pl_ + "azcas" ; + VPB (Pres Subj Sg P3) => variants {pl_ + "azca" ; pl_ + "egue" ; pl_ + "ega"} ; + VPB (Pres Subj Pl P1) => pl_ + "azcamos" ; + VPB (Pres Subj Pl P2) => pl_ + "azcis" ; + VPB (Pres Subj Pl P3) => pl_ + "azcan" ; + VPB (Impf Ind Sg P1) => pl_ + "aca" ; --# notpresent + VPB (Impf Ind Sg P2) => pl_ + "acas" ; --# notpresent + VPB (Impf Ind Sg P3) => pl_ + "aca" ; --# notpresent + VPB (Impf Ind Pl P1) => pl_ + "acamos" ; --# notpresent + VPB (Impf Ind Pl P2) => pl_ + "acais" ; --# notpresent + VPB (Impf Ind Pl P3) => pl_ + "acan" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {pl_ + "aciera" ; pl_ + "aciese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {pl_ + "acieras" ; pl_ + "acieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {pl_ + "aciera" ; pl_ + "aciese" ; pl_ + "uguiera" ; pl_ + "uguiese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {pl_ + "aciramos" ; pl_ + "acisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {pl_ + "acierais" ; pl_ + "acieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {pl_ + "acieran" ; pl_ + "aciesen"} ; --# notpresent + VPB (Pret Sg P1) => pl_ + "ac" ; --# notpresent + VPB (Pret Sg P2) => pl_ + "aciste" ; --# notpresent + VPB (Pret Sg P3) => variants {pl_ + "aci" ; pl_ + "ugo"} ; --# notpresent + VPB (Pret Pl P1) => pl_ + "acimos" ; --# notpresent + VPB (Pret Pl P2) => pl_ + "acisteis" ; --# notpresent + VPB (Pret Pl P3) => variants {pl_ + "acieron" ; pl_ + "uguieron"} ; --# notpresent + VPB (Fut Ind Sg P1) => pl_ + "acer" ; --# notpresent + VPB (Fut Ind Sg P2) => pl_ + "acers" ; --# notpresent + VPB (Fut Ind Sg P3) => pl_ + "acer" ; --# notpresent + VPB (Fut Ind Pl P1) => pl_ + "aceremos" ; --# notpresent + VPB (Fut Ind Pl P2) => pl_ + "aceris" ; --# notpresent + VPB (Fut Ind Pl P3) => pl_ + "acern" ; --# notpresent + VPB (Fut Subj Sg P1) => pl_ + "aciere" ; --# notpresent + VPB (Fut Subj Sg P2) => pl_ + "acieres" ; --# notpresent + VPB (Fut Subj Sg P3) => variants {pl_ + "aciere" ; pl_ + "uguiere"} ; --# notpresent + VPB (Fut Subj Pl P1) => pl_ + "aciremos" ; --# notpresent + VPB (Fut Subj Pl P2) => pl_ + "aciereis" ; --# notpresent + VPB (Fut Subj Pl P3) => pl_ + "acieren" ; --# notpresent + VPB (Cond Sg P1) => pl_ + "acera" ; --# notpresent + VPB (Cond Sg P2) => pl_ + "aceras" ; --# notpresent + VPB (Cond Sg P3) => pl_ + "acera" ; --# notpresent + VPB (Cond Pl P1) => pl_ + "aceramos" ; --# notpresent + VPB (Cond Pl P2) => pl_ + "acerais" ; --# notpresent + VPB (Cond Pl P3) => pl_ + "aceran" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => pl_ + "ace" ; + VPB (Imper Sg P3) => pl_ + "azca" ; + VPB (Imper Pl P1) => pl_ + "azcamos" ; + VPB (Imper Pl P2) => pl_ + "aced" ; + VPB (Imper Pl P3) => pl_ + "azcan" ; + VPB (Pass Sg Masc) => pl_ + "acido" ; + VPB (Pass Sg Fem) => pl_ + "acida" ; + VPB (Pass Pl Masc) => pl_ + "acidos" ; + VPB (Pass Pl Fem) => pl_ + "acidas" + } + } ; +oper poder_58 : Str -> Verbum = \poder -> + let p_ = Predef.tk 4 poder in + {s = table { + VI Infn => p_ + "oder" ; + VI Ger => p_ + "udiendo" ; + VI Part => p_ + "odido" ; + VPB (Pres Ind Sg P1) => p_ + "uedo" ; + VPB (Pres Ind Sg P2) => p_ + "uedes" ; + VPB (Pres Ind Sg P3) => p_ + "uede" ; + VPB (Pres Ind Pl P1) => p_ + "odemos" ; + VPB (Pres Ind Pl P2) => p_ + "odis" ; + VPB (Pres Ind Pl P3) => p_ + "ueden" ; + VPB (Pres Subj Sg P1) => p_ + "ueda" ; + VPB (Pres Subj Sg P2) => p_ + "uedas" ; + VPB (Pres Subj Sg P3) => p_ + "ueda" ; + VPB (Pres Subj Pl P1) => p_ + "odamos" ; + VPB (Pres Subj Pl P2) => p_ + "odis" ; + VPB (Pres Subj Pl P3) => p_ + "uedan" ; + VPB (Impf Ind Sg P1) => p_ + "oda" ; --# notpresent + VPB (Impf Ind Sg P2) => p_ + "odas" ; --# notpresent + VPB (Impf Ind Sg P3) => p_ + "oda" ; --# notpresent + VPB (Impf Ind Pl P1) => p_ + "odamos" ; --# notpresent + VPB (Impf Ind Pl P2) => p_ + "odais" ; --# notpresent + VPB (Impf Ind Pl P3) => p_ + "odan" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {p_ + "udiera" ; p_ + "udiese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {p_ + "udieras" ; p_ + "udieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {p_ + "udiera" ; p_ + "udiese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {p_ + "udiramos" ; p_ + "udisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {p_ + "udierais" ; p_ + "udieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {p_ + "udieran" ; p_ + "udiesen"} ; --# notpresent + VPB (Pret Sg P1) => p_ + "ude" ; --# notpresent + VPB (Pret Sg P2) => p_ + "udiste" ; --# notpresent + VPB (Pret Sg P3) => p_ + "udo" ; --# notpresent + VPB (Pret Pl P1) => p_ + "udimos" ; --# notpresent + VPB (Pret Pl P2) => p_ + "udisteis" ; --# notpresent + VPB (Pret Pl P3) => p_ + "udieron" ; --# notpresent + VPB (Fut Ind Sg P1) => p_ + "odr" ; --# notpresent + VPB (Fut Ind Sg P2) => p_ + "odrs" ; --# notpresent + VPB (Fut Ind Sg P3) => p_ + "odr" ; --# notpresent + VPB (Fut Ind Pl P1) => p_ + "odremos" ; --# notpresent + VPB (Fut Ind Pl P2) => p_ + "odris" ; --# notpresent + VPB (Fut Ind Pl P3) => p_ + "odrn" ; --# notpresent + VPB (Fut Subj Sg P1) => p_ + "udiere" ; --# notpresent + VPB (Fut Subj Sg P2) => p_ + "udieres" ; --# notpresent + VPB (Fut Subj Sg P3) => p_ + "udiere" ; --# notpresent + VPB (Fut Subj Pl P1) => p_ + "udiremos" ; --# notpresent + VPB (Fut Subj Pl P2) => p_ + "udiereis" ; --# notpresent + VPB (Fut Subj Pl P3) => p_ + "udieren" ; --# notpresent + VPB (Cond Sg P1) => p_ + "odra" ; --# notpresent + VPB (Cond Sg P2) => p_ + "odras" ; --# notpresent + VPB (Cond Sg P3) => p_ + "odra" ; --# notpresent + VPB (Cond Pl P1) => p_ + "odramos" ; --# notpresent + VPB (Cond Pl P2) => p_ + "odrais" ; --# notpresent + VPB (Cond Pl P3) => p_ + "odran" ; --# 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_ + "onis" ; + VPB (Pres Ind Pl P3) => p_ + "onen" ; + VPB (Pres Subj Sg P1) => p_ + "onga" ; + VPB (Pres Subj Sg P2) => p_ + "ongas" ; + VPB (Pres Subj Sg P3) => p_ + "onga" ; + VPB (Pres Subj Pl P1) => p_ + "ongamos" ; + VPB (Pres Subj Pl P2) => p_ + "ongis" ; + VPB (Pres Subj Pl P3) => p_ + "ongan" ; + VPB (Impf Ind Sg P1) => p_ + "ona" ; --# notpresent + VPB (Impf Ind Sg P2) => p_ + "onas" ; --# notpresent + VPB (Impf Ind Sg P3) => p_ + "ona" ; --# notpresent + VPB (Impf Ind Pl P1) => p_ + "onamos" ; --# notpresent + VPB (Impf Ind Pl P2) => p_ + "onais" ; --# notpresent + VPB (Impf Ind Pl P3) => p_ + "onan" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {p_ + "usiera" ; p_ + "usiese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {p_ + "usieras" ; p_ + "usieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {p_ + "usiera" ; p_ + "usiese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {p_ + "usiramos" ; p_ + "usisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {p_ + "usierais" ; p_ + "usieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {p_ + "usieran" ; p_ + "usiesen"} ; --# notpresent + VPB (Pret Sg P1) => p_ + "use" ; --# notpresent + VPB (Pret Sg P2) => p_ + "usiste" ; --# notpresent + VPB (Pret Sg P3) => p_ + "uso" ; --# notpresent + VPB (Pret Pl P1) => p_ + "usimos" ; --# notpresent + VPB (Pret Pl P2) => p_ + "usisteis" ; --# notpresent + VPB (Pret Pl P3) => p_ + "usieron" ; --# notpresent + VPB (Fut Ind Sg P1) => p_ + "ondr" ; --# notpresent + VPB (Fut Ind Sg P2) => p_ + "ondrs" ; --# notpresent + VPB (Fut Ind Sg P3) => p_ + "ondr" ; --# notpresent + VPB (Fut Ind Pl P1) => p_ + "ondremos" ; --# notpresent + VPB (Fut Ind Pl P2) => p_ + "ondris" ; --# notpresent + VPB (Fut Ind Pl P3) => p_ + "ondrn" ; --# notpresent + VPB (Fut Subj Sg P1) => p_ + "usiere" ; --# notpresent + VPB (Fut Subj Sg P2) => p_ + "usieres" ; --# notpresent + VPB (Fut Subj Sg P3) => p_ + "usiere" ; --# notpresent + VPB (Fut Subj Pl P1) => p_ + "usiremos" ; --# notpresent + VPB (Fut Subj Pl P2) => p_ + "usiereis" ; --# notpresent + VPB (Fut Subj Pl P3) => p_ + "usieren" ; --# notpresent + VPB (Cond Sg P1) => p_ + "ondra" ; --# notpresent + VPB (Cond Sg P2) => p_ + "ondras" ; --# notpresent + VPB (Cond Sg P3) => p_ + "ondra" ; --# notpresent + VPB (Cond Pl P1) => p_ + "ondramos" ; --# notpresent + VPB (Cond Pl P2) => p_ + "ondrais" ; --# notpresent + VPB (Cond Pl P3) => p_ + "ondran" ; --# 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_ + "ecs" ; + VPB (Pres Ind Pl P3) => pred_ + "icen" ; + VPB (Pres Subj Sg P1) => pred_ + "iga" ; + VPB (Pres Subj Sg P2) => pred_ + "igas" ; + VPB (Pres Subj Sg P3) => pred_ + "iga" ; + VPB (Pres Subj Pl P1) => pred_ + "igamos" ; + VPB (Pres Subj Pl P2) => pred_ + "igis" ; + VPB (Pres Subj Pl P3) => pred_ + "igan" ; + VPB (Impf Ind Sg P1) => pred_ + "eca" ; --# notpresent + VPB (Impf Ind Sg P2) => pred_ + "ecas" ; --# notpresent + VPB (Impf Ind Sg P3) => pred_ + "eca" ; --# notpresent + VPB (Impf Ind Pl P1) => pred_ + "ecamos" ; --# notpresent + VPB (Impf Ind Pl P2) => pred_ + "ecais" ; --# notpresent + VPB (Impf Ind Pl P3) => pred_ + "ecan" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {pred_ + "ijera" ; pred_ + "ijese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {pred_ + "ijeras" ; pred_ + "ijeses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {pred_ + "ijera" ; pred_ + "ijese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {pred_ + "ijramos" ; pred_ + "ijsemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {pred_ + "ijerais" ; pred_ + "ijeseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {pred_ + "ijeran" ; pred_ + "ijesen"} ; --# notpresent + VPB (Pret Sg P1) => pred_ + "ije" ; --# notpresent + VPB (Pret Sg P2) => pred_ + "ijiste" ; --# notpresent + VPB (Pret Sg P3) => pred_ + "ijo" ; --# notpresent + VPB (Pret Pl P1) => pred_ + "ijimos" ; --# notpresent + VPB (Pret Pl P2) => pred_ + "ijisteis" ; --# notpresent + VPB (Pret Pl P3) => pred_ + "ijeron" ; --# notpresent + VPB (Fut Ind Sg P1) => pred_ + "ecir" ; --# notpresent + VPB (Fut Ind Sg P2) => pred_ + "ecirs" ; --# notpresent + VPB (Fut Ind Sg P3) => pred_ + "ecir" ; --# notpresent + VPB (Fut Ind Pl P1) => pred_ + "eciremos" ; --# notpresent + VPB (Fut Ind Pl P2) => pred_ + "eciris" ; --# notpresent + VPB (Fut Ind Pl P3) => pred_ + "ecirn" ; --# notpresent + VPB (Fut Subj Sg P1) => pred_ + "ijere" ; --# notpresent + VPB (Fut Subj Sg P2) => pred_ + "ijeres" ; --# notpresent + VPB (Fut Subj Sg P3) => pred_ + "ijere" ; --# notpresent + VPB (Fut Subj Pl P1) => pred_ + "ijremos" ; --# notpresent + VPB (Fut Subj Pl P2) => pred_ + "ijereis" ; --# notpresent + VPB (Fut Subj Pl P3) => pred_ + "ijeren" ; --# notpresent + VPB (Cond Sg P1) => pred_ + "ecira" ; --# notpresent + VPB (Cond Sg P2) => pred_ + "eciras" ; --# notpresent + VPB (Cond Sg P3) => pred_ + "ecira" ; --# notpresent + VPB (Cond Pl P1) => pred_ + "eciramos" ; --# notpresent + VPB (Cond Pl P2) => pred_ + "ecirais" ; --# notpresent + VPB (Cond Pl P3) => pred_ + "eciran" ; --# 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_ + "cs" ; + VPB (Pres Ind Pl P3) => produ_ + "cen" ; + VPB (Pres Subj Sg P1) => produ_ + "zca" ; + VPB (Pres Subj Sg P2) => produ_ + "zcas" ; + VPB (Pres Subj Sg P3) => produ_ + "zca" ; + VPB (Pres Subj Pl P1) => produ_ + "zcamos" ; + VPB (Pres Subj Pl P2) => produ_ + "zcis" ; + VPB (Pres Subj Pl P3) => produ_ + "zcan" ; + VPB (Impf Ind Sg P1) => produ_ + "ca" ; --# notpresent + VPB (Impf Ind Sg P2) => produ_ + "cas" ; --# notpresent + VPB (Impf Ind Sg P3) => produ_ + "ca" ; --# notpresent + VPB (Impf Ind Pl P1) => produ_ + "camos" ; --# notpresent + VPB (Impf Ind Pl P2) => produ_ + "cais" ; --# notpresent + VPB (Impf Ind Pl P3) => produ_ + "can" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {produ_ + "jera" ; produ_ + "jese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {produ_ + "jeras" ; produ_ + "jeses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {produ_ + "jera" ; produ_ + "jese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {produ_ + "jramos" ; produ_ + "jsemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {produ_ + "jerais" ; produ_ + "jeseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {produ_ + "jeran" ; produ_ + "jesen"} ; --# notpresent + VPB (Pret Sg P1) => produ_ + "je" ; --# notpresent + VPB (Pret Sg P2) => produ_ + "jiste" ; --# notpresent + VPB (Pret Sg P3) => produ_ + "jo" ; --# notpresent + VPB (Pret Pl P1) => produ_ + "jimos" ; --# notpresent + VPB (Pret Pl P2) => produ_ + "jisteis" ; --# notpresent + VPB (Pret Pl P3) => produ_ + "jeron" ; --# notpresent + VPB (Fut Ind Sg P1) => produ_ + "cir" ; --# notpresent + VPB (Fut Ind Sg P2) => produ_ + "cirs" ; --# notpresent + VPB (Fut Ind Sg P3) => produ_ + "cir" ; --# notpresent + VPB (Fut Ind Pl P1) => produ_ + "ciremos" ; --# notpresent + VPB (Fut Ind Pl P2) => produ_ + "ciris" ; --# notpresent + VPB (Fut Ind Pl P3) => produ_ + "cirn" ; --# notpresent + VPB (Fut Subj Sg P1) => produ_ + "jere" ; --# notpresent + VPB (Fut Subj Sg P2) => produ_ + "jeres" ; --# notpresent + VPB (Fut Subj Sg P3) => produ_ + "jere" ; --# notpresent + VPB (Fut Subj Pl P1) => produ_ + "jremos" ; --# notpresent + VPB (Fut Subj Pl P2) => produ_ + "jereis" ; --# notpresent + VPB (Fut Subj Pl P3) => produ_ + "jeren" ; --# notpresent + VPB (Cond Sg P1) => produ_ + "cira" ; --# notpresent + VPB (Cond Sg P2) => produ_ + "ciras" ; --# notpresent + VPB (Cond Sg P3) => produ_ + "cira" ; --# notpresent + VPB (Cond Pl P1) => produ_ + "ciramos" ; --# notpresent + VPB (Cond Pl P2) => produ_ + "cirais" ; --# notpresent + VPB (Cond Pl P3) => produ_ + "ciran" ; --# 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_ + "ibs" ; + VPB (Pres Ind Pl P3) => proh_ + "ben" ; + VPB (Pres Subj Sg P1) => proh_ + "ba" ; + VPB (Pres Subj Sg P2) => proh_ + "bas" ; + VPB (Pres Subj Sg P3) => proh_ + "ba" ; + VPB (Pres Subj Pl P1) => proh_ + "ibamos" ; + VPB (Pres Subj Pl P2) => proh_ + "ibis" ; + VPB (Pres Subj Pl P3) => proh_ + "ban" ; + VPB (Impf Ind Sg P1) => proh_ + "iba" ; --# notpresent + VPB (Impf Ind Sg P2) => proh_ + "ibas" ; --# notpresent + VPB (Impf Ind Sg P3) => proh_ + "iba" ; --# notpresent + VPB (Impf Ind Pl P1) => proh_ + "ibamos" ; --# notpresent + VPB (Impf Ind Pl P2) => proh_ + "ibais" ; --# notpresent + VPB (Impf Ind Pl P3) => proh_ + "iban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {proh_ + "ibiera" ; proh_ + "ibiese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {proh_ + "ibieras" ; proh_ + "ibieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {proh_ + "ibiera" ; proh_ + "ibiese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {proh_ + "ibiramos" ; proh_ + "ibisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {proh_ + "ibierais" ; proh_ + "ibieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {proh_ + "ibieran" ; proh_ + "ibiesen"} ; --# notpresent + VPB (Pret Sg P1) => proh_ + "ib" ; --# notpresent + VPB (Pret Sg P2) => proh_ + "ibiste" ; --# notpresent + VPB (Pret Sg P3) => proh_ + "ibi" ; --# notpresent + VPB (Pret Pl P1) => proh_ + "ibimos" ; --# notpresent + VPB (Pret Pl P2) => proh_ + "ibisteis" ; --# notpresent + VPB (Pret Pl P3) => proh_ + "ibieron" ; --# notpresent + VPB (Fut Ind Sg P1) => proh_ + "ibir" ; --# notpresent + VPB (Fut Ind Sg P2) => proh_ + "ibirs" ; --# notpresent + VPB (Fut Ind Sg P3) => proh_ + "ibir" ; --# notpresent + VPB (Fut Ind Pl P1) => proh_ + "ibiremos" ; --# notpresent + VPB (Fut Ind Pl P2) => proh_ + "ibiris" ; --# notpresent + VPB (Fut Ind Pl P3) => proh_ + "ibirn" ; --# notpresent + VPB (Fut Subj Sg P1) => proh_ + "ibiere" ; --# notpresent + VPB (Fut Subj Sg P2) => proh_ + "ibieres" ; --# notpresent + VPB (Fut Subj Sg P3) => proh_ + "ibiere" ; --# notpresent + VPB (Fut Subj Pl P1) => proh_ + "ibiremos" ; --# notpresent + VPB (Fut Subj Pl P2) => proh_ + "ibiereis" ; --# notpresent + VPB (Fut Subj Pl P3) => proh_ + "ibieren" ; --# notpresent + VPB (Cond Sg P1) => proh_ + "ibira" ; --# notpresent + VPB (Cond Sg P2) => proh_ + "ibiras" ; --# notpresent + VPB (Cond Sg P3) => proh_ + "ibira" ; --# notpresent + VPB (Cond Pl P1) => proh_ + "ibiramos" ; --# notpresent + VPB (Cond Pl P2) => proh_ + "ibirais" ; --# notpresent + VPB (Cond Pl P3) => proh_ + "ibiran" ; --# 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_ + "eris" ; + VPB (Pres Ind Pl P3) => qu_ + "ieren" ; + VPB (Pres Subj Sg P1) => qu_ + "iera" ; + VPB (Pres Subj Sg P2) => qu_ + "ieras" ; + VPB (Pres Subj Sg P3) => qu_ + "iera" ; + VPB (Pres Subj Pl P1) => qu_ + "eramos" ; + VPB (Pres Subj Pl P2) => qu_ + "eris" ; + VPB (Pres Subj Pl P3) => qu_ + "ieran" ; + VPB (Impf Ind Sg P1) => qu_ + "era" ; --# notpresent + VPB (Impf Ind Sg P2) => qu_ + "eras" ; --# notpresent + VPB (Impf Ind Sg P3) => qu_ + "era" ; --# notpresent + VPB (Impf Ind Pl P1) => qu_ + "eramos" ; --# notpresent + VPB (Impf Ind Pl P2) => qu_ + "erais" ; --# notpresent + VPB (Impf Ind Pl P3) => qu_ + "eran" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {qu_ + "isiera" ; qu_ + "isiese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {qu_ + "isieras" ; qu_ + "isieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {qu_ + "isiera" ; qu_ + "isiese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {qu_ + "isiramos" ; qu_ + "isisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {qu_ + "isierais" ; qu_ + "isieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {qu_ + "isieran" ; qu_ + "isiesen"} ; --# notpresent + VPB (Pret Sg P1) => qu_ + "ise" ; --# notpresent + VPB (Pret Sg P2) => qu_ + "isiste" ; --# notpresent + VPB (Pret Sg P3) => qu_ + "iso" ; --# notpresent + VPB (Pret Pl P1) => qu_ + "isimos" ; --# notpresent + VPB (Pret Pl P2) => qu_ + "isisteis" ; --# notpresent + VPB (Pret Pl P3) => qu_ + "isieron" ; --# notpresent + VPB (Fut Ind Sg P1) => qu_ + "err" ; --# notpresent + VPB (Fut Ind Sg P2) => qu_ + "errs" ; --# notpresent + VPB (Fut Ind Sg P3) => qu_ + "err" ; --# notpresent + VPB (Fut Ind Pl P1) => qu_ + "erremos" ; --# notpresent + VPB (Fut Ind Pl P2) => qu_ + "erris" ; --# notpresent + VPB (Fut Ind Pl P3) => qu_ + "errn" ; --# notpresent + VPB (Fut Subj Sg P1) => qu_ + "isiere" ; --# notpresent + VPB (Fut Subj Sg P2) => qu_ + "isieres" ; --# notpresent + VPB (Fut Subj Sg P3) => qu_ + "isiere" ; --# notpresent + VPB (Fut Subj Pl P1) => qu_ + "isiremos" ; --# notpresent + VPB (Fut Subj Pl P2) => qu_ + "isiereis" ; --# notpresent + VPB (Fut Subj Pl P3) => qu_ + "isieren" ; --# notpresent + VPB (Cond Sg P1) => qu_ + "erra" ; --# notpresent + VPB (Cond Sg P2) => qu_ + "erras" ; --# notpresent + VPB (Cond Sg P3) => qu_ + "erra" ; --# notpresent + VPB (Cond Pl P1) => qu_ + "erramos" ; --# notpresent + VPB (Cond Pl P2) => qu_ + "errais" ; --# notpresent + VPB (Cond Pl P3) => qu_ + "erran" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => qu_ + "iere" ; + VPB (Imper Sg P3) => qu_ + "iera" ; + VPB (Imper Pl P1) => qu_ + "eramos" ; + VPB (Imper Pl P2) => qu_ + "ered" ; + VPB (Imper Pl P3) => qu_ + "ieran" ; + VPB (Pass Sg Masc) => qu_ + "erido" ; + VPB (Pass Sg Fem) => qu_ + "erida" ; + VPB (Pass Pl Masc) => qu_ + "eridos" ; + VPB (Pass Pl Fem) => qu_ + "eridas" + } + } ; +oper raer_65 : Str -> Verbum = \raer -> + let ra_ = Predef.tk 2 raer in + {s = table { + VI Infn => ra_ + "er" ; + VI Ger => ra_ + "yendo" ; + VI Part => ra_ + "do" ; + VPB (Pres Ind Sg P1) => variants {ra_ + "o" ; ra_ + "igo"} ; + VPB (Pres Ind Sg P2) => ra_ + "es" ; + VPB (Pres Ind Sg P3) => ra_ + "e" ; + VPB (Pres Ind Pl P1) => ra_ + "emos" ; + VPB (Pres Ind Pl P2) => ra_ + "is" ; + VPB (Pres Ind Pl P3) => ra_ + "en" ; + VPB (Pres Subj Sg P1) => ra_ + "iga" ; + VPB (Pres Subj Sg P2) => ra_ + "igas" ; + VPB (Pres Subj Sg P3) => ra_ + "iga" ; + VPB (Pres Subj Pl P1) => ra_ + "igamos" ; + VPB (Pres Subj Pl P2) => ra_ + "igis" ; + VPB (Pres Subj Pl P3) => ra_ + "igan" ; + VPB (Impf Ind Sg P1) => ra_ + "a" ; --# notpresent + VPB (Impf Ind Sg P2) => ra_ + "as" ; --# notpresent + VPB (Impf Ind Sg P3) => ra_ + "a" ; --# notpresent + VPB (Impf Ind Pl P1) => ra_ + "amos" ; --# notpresent + VPB (Impf Ind Pl P2) => ra_ + "ais" ; --# notpresent + VPB (Impf Ind Pl P3) => ra_ + "an" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {ra_ + "yera" ; ra_ + "yese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {ra_ + "yeras" ; ra_ + "yeses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {ra_ + "yera" ; ra_ + "yese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {ra_ + "yramos" ; ra_ + "ysemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {ra_ + "yerais" ; ra_ + "yeseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {ra_ + "yeran" ; ra_ + "yesen"} ; --# notpresent + VPB (Pret Sg P1) => ra_ + "" ; --# notpresent + VPB (Pret Sg P2) => ra_ + "ste" ; --# notpresent + VPB (Pret Sg P3) => ra_ + "y" ; --# notpresent + VPB (Pret Pl P1) => ra_ + "mos" ; --# notpresent + VPB (Pret Pl P2) => ra_ + "steis" ; --# notpresent + VPB (Pret Pl P3) => ra_ + "yeron" ; --# notpresent + VPB (Fut Ind Sg P1) => ra_ + "er" ; --# notpresent + VPB (Fut Ind Sg P2) => ra_ + "ers" ; --# notpresent + VPB (Fut Ind Sg P3) => ra_ + "er" ; --# notpresent + VPB (Fut Ind Pl P1) => ra_ + "eremos" ; --# notpresent + VPB (Fut Ind Pl P2) => ra_ + "eris" ; --# notpresent + VPB (Fut Ind Pl P3) => ra_ + "ern" ; --# notpresent + VPB (Fut Subj Sg P1) => ra_ + "yere" ; --# notpresent + VPB (Fut Subj Sg P2) => ra_ + "yeres" ; --# notpresent + VPB (Fut Subj Sg P3) => ra_ + "yere" ; --# notpresent + VPB (Fut Subj Pl P1) => ra_ + "yremos" ; --# notpresent + VPB (Fut Subj Pl P2) => ra_ + "yereis" ; --# notpresent + VPB (Fut Subj Pl P3) => ra_ + "yeren" ; --# notpresent + VPB (Cond Sg P1) => ra_ + "era" ; --# notpresent + VPB (Cond Sg P2) => ra_ + "eras" ; --# notpresent + VPB (Cond Sg P3) => ra_ + "era" ; --# notpresent + VPB (Cond Pl P1) => ra_ + "eramos" ; --# notpresent + VPB (Cond Pl P2) => ra_ + "erais" ; --# notpresent + VPB (Cond Pl P3) => ra_ + "eran" ; --# 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_ + "egis" ; + VPB (Pres Ind Pl P3) => r_ + "iegan" ; + VPB (Pres Subj Sg P1) => r_ + "iegue" ; + VPB (Pres Subj Sg P2) => r_ + "iegues" ; + VPB (Pres Subj Sg P3) => r_ + "iegue" ; + VPB (Pres Subj Pl P1) => r_ + "eguemos" ; + VPB (Pres Subj Pl P2) => r_ + "eguis" ; + VPB (Pres Subj Pl P3) => r_ + "ieguen" ; + VPB (Impf Ind Sg P1) => r_ + "egaba" ; --# notpresent + VPB (Impf Ind Sg P2) => r_ + "egabas" ; --# notpresent + VPB (Impf Ind Sg P3) => r_ + "egaba" ; --# notpresent + VPB (Impf Ind Pl P1) => r_ + "egbamos" ; --# notpresent + VPB (Impf Ind Pl P2) => r_ + "egabais" ; --# notpresent + VPB (Impf Ind Pl P3) => r_ + "egaban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {r_ + "egara" ; r_ + "egase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {r_ + "egaras" ; r_ + "egases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {r_ + "egara" ; r_ + "egase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {r_ + "egramos" ; r_ + "egsemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {r_ + "egarais" ; r_ + "egaseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {r_ + "egaran" ; r_ + "egasen"} ; --# notpresent + VPB (Pret Sg P1) => r_ + "egu" ; --# notpresent + VPB (Pret Sg P2) => r_ + "egaste" ; --# notpresent + VPB (Pret Sg P3) => r_ + "eg" ; --# notpresent + VPB (Pret Pl P1) => r_ + "egamos" ; --# notpresent + VPB (Pret Pl P2) => r_ + "egasteis" ; --# notpresent + VPB (Pret Pl P3) => r_ + "egaron" ; --# notpresent + VPB (Fut Ind Sg P1) => r_ + "egar" ; --# notpresent + VPB (Fut Ind Sg P2) => r_ + "egars" ; --# notpresent + VPB (Fut Ind Sg P3) => r_ + "egar" ; --# notpresent + VPB (Fut Ind Pl P1) => r_ + "egaremos" ; --# notpresent + VPB (Fut Ind Pl P2) => r_ + "egaris" ; --# notpresent + VPB (Fut Ind Pl P3) => r_ + "egarn" ; --# notpresent + VPB (Fut Subj Sg P1) => r_ + "egare" ; --# notpresent + VPB (Fut Subj Sg P2) => r_ + "egares" ; --# notpresent + VPB (Fut Subj Sg P3) => r_ + "egare" ; --# notpresent + VPB (Fut Subj Pl P1) => r_ + "egremos" ; --# notpresent + VPB (Fut Subj Pl P2) => r_ + "egareis" ; --# notpresent + VPB (Fut Subj Pl P3) => r_ + "egaren" ; --# notpresent + VPB (Cond Sg P1) => r_ + "egara" ; --# notpresent + VPB (Cond Sg P2) => r_ + "egaras" ; --# notpresent + VPB (Cond Sg P3) => r_ + "egara" ; --# notpresent + VPB (Cond Pl P1) => r_ + "egaramos" ; --# notpresent + VPB (Cond Pl P2) => r_ + "egarais" ; --# notpresent + VPB (Cond Pl P3) => r_ + "egaran" ; --# 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 reir_68 : Str -> Verbum = \reir -> + let r_ = Predef.tk 4 reir in + {s = table { + VI Infn => r_ + "eir" ; + VI Ger => r_ + "iiendo" ; + VI Part => r_ + "eido" ; + VPB (Pres Ind Sg P1) => r_ + "io" ; + VPB (Pres Ind Sg P2) => r_ + "ies" ; + VPB (Pres Ind Sg P3) => r_ + "ie" ; + VPB (Pres Ind Pl P1) => r_ + "eimos" ; + VPB (Pres Ind Pl P2) => r_ + "es" ; + VPB (Pres Ind Pl P3) => r_ + "ien" ; + VPB (Pres Subj Sg P1) => r_ + "ia" ; + VPB (Pres Subj Sg P2) => r_ + "ias" ; + VPB (Pres Subj Sg P3) => r_ + "ia" ; + VPB (Pres Subj Pl P1) => r_ + "iamos" ; + VPB (Pres Subj Pl P2) => r_ + "iis" ; + VPB (Pres Subj Pl P3) => r_ + "ian" ; + VPB (Impf Ind Sg P1) => r_ + "ea" ; --# notpresent + VPB (Impf Ind Sg P2) => r_ + "eas" ; --# notpresent + VPB (Impf Ind Sg P3) => r_ + "ea" ; --# notpresent + VPB (Impf Ind Pl P1) => r_ + "eamos" ; --# notpresent + VPB (Impf Ind Pl P2) => r_ + "eais" ; --# notpresent + VPB (Impf Ind Pl P3) => r_ + "ean" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {r_ + "iera" ; r_ + "iese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {r_ + "ieras" ; r_ + "ieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {r_ + "iera" ; r_ + "iese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {r_ + "iramos" ; r_ + "isemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {r_ + "ierais" ; r_ + "ieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {r_ + "ieran" ; r_ + "iesen"} ; --# notpresent + VPB (Pret Sg P1) => r_ + "e" ; --# notpresent + VPB (Pret Sg P2) => r_ + "eiste" ; --# notpresent + VPB (Pret Sg P3) => r_ + "i" ; --# notpresent + VPB (Pret Pl P1) => r_ + "eimos" ; --# notpresent + VPB (Pret Pl P2) => r_ + "eisteis" ; --# notpresent + VPB (Pret Pl P3) => r_ + "ieron" ; --# notpresent + VPB (Fut Ind Sg P1) => r_ + "eir" ; --# notpresent + VPB (Fut Ind Sg P2) => r_ + "eirs" ; --# notpresent + VPB (Fut Ind Sg P3) => r_ + "eir" ; --# notpresent + VPB (Fut Ind Pl P1) => r_ + "eiremos" ; --# notpresent + VPB (Fut Ind Pl P2) => r_ + "eiris" ; --# notpresent + VPB (Fut Ind Pl P3) => r_ + "eirn" ; --# notpresent + VPB (Fut Subj Sg P1) => r_ + "iere" ; --# notpresent + VPB (Fut Subj Sg P2) => r_ + "ieres" ; --# notpresent + VPB (Fut Subj Sg P3) => r_ + "iere" ; --# notpresent + VPB (Fut Subj Pl P1) => r_ + "iremos" ; --# notpresent + VPB (Fut Subj Pl P2) => r_ + "iereis" ; --# notpresent + VPB (Fut Subj Pl P3) => r_ + "ieren" ; --# notpresent + VPB (Cond Sg P1) => r_ + "eira" ; --# notpresent + VPB (Cond Sg P2) => r_ + "eiras" ; --# notpresent + VPB (Cond Sg P3) => r_ + "eira" ; --# notpresent + VPB (Cond Pl P1) => r_ + "eiramos" ; --# notpresent + VPB (Cond Pl P2) => r_ + "eirais" ; --# notpresent + VPB (Cond Pl P3) => r_ + "eiran" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => r_ + "ie" ; + VPB (Imper Sg P3) => r_ + "ia" ; + VPB (Imper Pl P1) => r_ + "iamos" ; + VPB (Imper Pl P2) => r_ + "eid" ; + VPB (Imper Pl P3) => r_ + "ian" ; + VPB (Pass Sg Masc) => r_ + "eido" ; + VPB (Pass Sg Fem) => r_ + "eida" ; + VPB (Pass Pl Masc) => r_ + "eidos" ; + VPB (Pass Pl Fem) => r_ + "eidas" + } + } ; +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_ + "uns" ; + VPB (Pres Ind Pl P3) => re_ + "nen" ; + VPB (Pres Subj Sg P1) => re_ + "na" ; + VPB (Pres Subj Sg P2) => re_ + "nas" ; + VPB (Pres Subj Sg P3) => re_ + "na" ; + VPB (Pres Subj Pl P1) => re_ + "unamos" ; + VPB (Pres Subj Pl P2) => re_ + "unis" ; + VPB (Pres Subj Pl P3) => re_ + "nan" ; + VPB (Impf Ind Sg P1) => re_ + "una" ; --# notpresent + VPB (Impf Ind Sg P2) => re_ + "unas" ; --# notpresent + VPB (Impf Ind Sg P3) => re_ + "una" ; --# notpresent + VPB (Impf Ind Pl P1) => re_ + "unamos" ; --# notpresent + VPB (Impf Ind Pl P2) => re_ + "unais" ; --# notpresent + VPB (Impf Ind Pl P3) => re_ + "unan" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {re_ + "uniera" ; re_ + "uniese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {re_ + "unieras" ; re_ + "unieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {re_ + "uniera" ; re_ + "uniese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {re_ + "uniramos" ; re_ + "unisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {re_ + "unierais" ; re_ + "unieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {re_ + "unieran" ; re_ + "uniesen"} ; --# notpresent + VPB (Pret Sg P1) => re_ + "un" ; --# notpresent + VPB (Pret Sg P2) => re_ + "uniste" ; --# notpresent + VPB (Pret Sg P3) => re_ + "uni" ; --# notpresent + VPB (Pret Pl P1) => re_ + "unimos" ; --# notpresent + VPB (Pret Pl P2) => re_ + "unisteis" ; --# notpresent + VPB (Pret Pl P3) => re_ + "unieron" ; --# notpresent + VPB (Fut Ind Sg P1) => re_ + "unir" ; --# notpresent + VPB (Fut Ind Sg P2) => re_ + "unirs" ; --# notpresent + VPB (Fut Ind Sg P3) => re_ + "unir" ; --# notpresent + VPB (Fut Ind Pl P1) => re_ + "uniremos" ; --# notpresent + VPB (Fut Ind Pl P2) => re_ + "uniris" ; --# notpresent + VPB (Fut Ind Pl P3) => re_ + "unirn" ; --# notpresent + VPB (Fut Subj Sg P1) => re_ + "uniere" ; --# notpresent + VPB (Fut Subj Sg P2) => re_ + "unieres" ; --# notpresent + VPB (Fut Subj Sg P3) => re_ + "uniere" ; --# notpresent + VPB (Fut Subj Pl P1) => re_ + "uniremos" ; --# notpresent + VPB (Fut Subj Pl P2) => re_ + "uniereis" ; --# notpresent + VPB (Fut Subj Pl P3) => re_ + "unieren" ; --# notpresent + VPB (Cond Sg P1) => re_ + "unira" ; --# notpresent + VPB (Cond Sg P2) => re_ + "uniras" ; --# notpresent + VPB (Cond Sg P3) => re_ + "unira" ; --# notpresent + VPB (Cond Pl P1) => re_ + "uniramos" ; --# notpresent + VPB (Cond Pl P2) => re_ + "unirais" ; --# notpresent + VPB (Cond Pl P3) => re_ + "uniran" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => re_ + "ne" ; + VPB (Imper Sg P3) => re_ + "na" ; + VPB (Imper Pl P1) => re_ + "unamos" ; + VPB (Imper Pl P2) => re_ + "unid" ; + VPB (Imper Pl P3) => re_ + "nan" ; + VPB (Pass Sg Masc) => re_ + "unido" ; + VPB (Pass Sg Fem) => re_ + "unida" ; + VPB (Pass Pl Masc) => re_ + "unidos" ; + VPB (Pass Pl Fem) => re_ + "unidas" + } + } ; +oper roer_70 : Str -> Verbum = \roer -> + let ro_ = Predef.tk 2 roer in + {s = table { + VI Infn => ro_ + "er" ; + VI Ger => ro_ + "yendo" ; + VI Part => ro_ + "do" ; + VPB (Pres Ind Sg P1) => variants {ro_ + "o" ; ro_ + "igo"} ; + VPB (Pres Ind Sg P2) => ro_ + "es" ; + VPB (Pres Ind Sg P3) => ro_ + "e" ; + VPB (Pres Ind Pl P1) => ro_ + "emos" ; + VPB (Pres Ind Pl P2) => ro_ + "is" ; + VPB (Pres Ind Pl P3) => ro_ + "en" ; + VPB (Pres Subj Sg P1) => ro_ + "a" ; + VPB (Pres Subj Sg P2) => ro_ + "as" ; + VPB (Pres Subj Sg P3) => ro_ + "a" ; + VPB (Pres Subj Pl P1) => ro_ + "amos" ; + VPB (Pres Subj Pl P2) => ro_ + "is" ; + VPB (Pres Subj Pl P3) => ro_ + "an" ; + VPB (Impf Ind Sg P1) => ro_ + "a" ; --# notpresent + VPB (Impf Ind Sg P2) => ro_ + "as" ; --# notpresent + VPB (Impf Ind Sg P3) => ro_ + "a" ; --# notpresent + VPB (Impf Ind Pl P1) => ro_ + "amos" ; --# notpresent + VPB (Impf Ind Pl P2) => ro_ + "ais" ; --# notpresent + VPB (Impf Ind Pl P3) => ro_ + "an" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {ro_ + "yera" ; ro_ + "yese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {ro_ + "yeras" ; ro_ + "yeses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {ro_ + "yera" ; ro_ + "yese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {ro_ + "yramos" ; ro_ + "ysemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {ro_ + "yerais" ; ro_ + "yeseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {ro_ + "yeran" ; ro_ + "yesen"} ; --# notpresent + VPB (Pret Sg P1) => ro_ + "" ; --# notpresent + VPB (Pret Sg P2) => ro_ + "ste" ; --# notpresent + VPB (Pret Sg P3) => ro_ + "y" ; --# notpresent + VPB (Pret Pl P1) => ro_ + "mos" ; --# notpresent + VPB (Pret Pl P2) => ro_ + "steis" ; --# notpresent + VPB (Pret Pl P3) => ro_ + "yeron" ; --# notpresent + VPB (Fut Ind Sg P1) => ro_ + "er" ; --# notpresent + VPB (Fut Ind Sg P2) => ro_ + "ers" ; --# notpresent + VPB (Fut Ind Sg P3) => ro_ + "er" ; --# notpresent + VPB (Fut Ind Pl P1) => ro_ + "eremos" ; --# notpresent + VPB (Fut Ind Pl P2) => ro_ + "eris" ; --# notpresent + VPB (Fut Ind Pl P3) => ro_ + "ern" ; --# notpresent + VPB (Fut Subj Sg P1) => ro_ + "yere" ; --# notpresent + VPB (Fut Subj Sg P2) => ro_ + "yeres" ; --# notpresent + VPB (Fut Subj Sg P3) => ro_ + "yere" ; --# notpresent + VPB (Fut Subj Pl P1) => ro_ + "yremos" ; --# notpresent + VPB (Fut Subj Pl P2) => ro_ + "yereis" ; --# notpresent + VPB (Fut Subj Pl P3) => ro_ + "yeren" ; --# notpresent + VPB (Cond Sg P1) => ro_ + "era" ; --# notpresent + VPB (Cond Sg P2) => ro_ + "eras" ; --# notpresent + VPB (Cond Sg P3) => ro_ + "era" ; --# notpresent + VPB (Cond Pl P1) => ro_ + "eramos" ; --# notpresent + VPB (Cond Pl P2) => ro_ + "erais" ; --# notpresent + VPB (Cond Pl P3) => ro_ + "eran" ; --# 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_ + "abis" ; + VPB (Pres Ind Pl P3) => s_ + "aben" ; + VPB (Pres Subj Sg P1) => s_ + "epa" ; + VPB (Pres Subj Sg P2) => s_ + "epas" ; + VPB (Pres Subj Sg P3) => s_ + "epa" ; + VPB (Pres Subj Pl P1) => s_ + "epamos" ; + VPB (Pres Subj Pl P2) => s_ + "epis" ; + VPB (Pres Subj Pl P3) => s_ + "epan" ; + VPB (Impf Ind Sg P1) => s_ + "aba" ; --# notpresent + VPB (Impf Ind Sg P2) => s_ + "abas" ; --# notpresent + VPB (Impf Ind Sg P3) => s_ + "aba" ; --# notpresent + VPB (Impf Ind Pl P1) => s_ + "abamos" ; --# notpresent + VPB (Impf Ind Pl P2) => s_ + "abais" ; --# notpresent + VPB (Impf Ind Pl P3) => s_ + "aban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {s_ + "upiera" ; s_ + "upiese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {s_ + "upieras" ; s_ + "upieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {s_ + "upiera" ; s_ + "upiese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {s_ + "upiramos" ; s_ + "upisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {s_ + "upierais" ; s_ + "upieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {s_ + "upieran" ; s_ + "upiesen"} ; --# notpresent + VPB (Pret Sg P1) => s_ + "upe" ; --# notpresent + VPB (Pret Sg P2) => s_ + "upiste" ; --# notpresent + VPB (Pret Sg P3) => s_ + "upo" ; --# notpresent + VPB (Pret Pl P1) => s_ + "upimos" ; --# notpresent + VPB (Pret Pl P2) => s_ + "upisteis" ; --# notpresent + VPB (Pret Pl P3) => s_ + "upieron" ; --# notpresent + VPB (Fut Ind Sg P1) => s_ + "abr" ; --# notpresent + VPB (Fut Ind Sg P2) => s_ + "abrs" ; --# notpresent + VPB (Fut Ind Sg P3) => s_ + "abr" ; --# notpresent + VPB (Fut Ind Pl P1) => s_ + "abremos" ; --# notpresent + VPB (Fut Ind Pl P2) => s_ + "abris" ; --# notpresent + VPB (Fut Ind Pl P3) => s_ + "abrn" ; --# notpresent + VPB (Fut Subj Sg P1) => s_ + "upiere" ; --# notpresent + VPB (Fut Subj Sg P2) => s_ + "upieres" ; --# notpresent + VPB (Fut Subj Sg P3) => s_ + "upiere" ; --# notpresent + VPB (Fut Subj Pl P1) => s_ + "upiremos" ; --# notpresent + VPB (Fut Subj Pl P2) => s_ + "upiereis" ; --# notpresent + VPB (Fut Subj Pl P3) => s_ + "upieren" ; --# notpresent + VPB (Cond Sg P1) => s_ + "abra" ; --# notpresent + VPB (Cond Sg P2) => s_ + "abras" ; --# notpresent + VPB (Cond Sg P3) => s_ + "abra" ; --# notpresent + VPB (Cond Pl P1) => s_ + "abramos" ; --# notpresent + VPB (Cond Pl P2) => s_ + "abrais" ; --# notpresent + VPB (Cond Pl P3) => s_ + "abran" ; --# 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_ + "cis" ; + VPB (Pres Ind Pl P3) => sa_ + "can" ; + VPB (Pres Subj Sg P1) => sa_ + "que" ; + VPB (Pres Subj Sg P2) => sa_ + "ques" ; + VPB (Pres Subj Sg P3) => sa_ + "que" ; + VPB (Pres Subj Pl P1) => sa_ + "quemos" ; + VPB (Pres Subj Pl P2) => sa_ + "quis" ; + VPB (Pres Subj Pl P3) => sa_ + "quen" ; + VPB (Impf Ind Sg P1) => sa_ + "caba" ; --# notpresent + VPB (Impf Ind Sg P2) => sa_ + "cabas" ; --# notpresent + VPB (Impf Ind Sg P3) => sa_ + "caba" ; --# notpresent + VPB (Impf Ind Pl P1) => sa_ + "cbamos" ; --# notpresent + VPB (Impf Ind Pl P2) => sa_ + "cabais" ; --# notpresent + VPB (Impf Ind Pl P3) => sa_ + "caban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {sa_ + "cara" ; sa_ + "case"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {sa_ + "caras" ; sa_ + "cases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {sa_ + "cara" ; sa_ + "case"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {sa_ + "cramos" ; sa_ + "csemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {sa_ + "carais" ; sa_ + "caseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {sa_ + "caran" ; sa_ + "casen"} ; --# notpresent + VPB (Pret Sg P1) => sa_ + "qu" ; --# notpresent + VPB (Pret Sg P2) => sa_ + "caste" ; --# notpresent + VPB (Pret Sg P3) => sa_ + "c" ; --# notpresent + VPB (Pret Pl P1) => sa_ + "camos" ; --# notpresent + VPB (Pret Pl P2) => sa_ + "casteis" ; --# notpresent + VPB (Pret Pl P3) => sa_ + "caron" ; --# notpresent + VPB (Fut Ind Sg P1) => sa_ + "car" ; --# notpresent + VPB (Fut Ind Sg P2) => sa_ + "cars" ; --# notpresent + VPB (Fut Ind Sg P3) => sa_ + "car" ; --# notpresent + VPB (Fut Ind Pl P1) => sa_ + "caremos" ; --# notpresent + VPB (Fut Ind Pl P2) => sa_ + "caris" ; --# notpresent + VPB (Fut Ind Pl P3) => sa_ + "carn" ; --# notpresent + VPB (Fut Subj Sg P1) => sa_ + "care" ; --# notpresent + VPB (Fut Subj Sg P2) => sa_ + "cares" ; --# notpresent + VPB (Fut Subj Sg P3) => sa_ + "care" ; --# notpresent + VPB (Fut Subj Pl P1) => sa_ + "cremos" ; --# notpresent + VPB (Fut Subj Pl P2) => sa_ + "careis" ; --# notpresent + VPB (Fut Subj Pl P3) => sa_ + "caren" ; --# notpresent + VPB (Cond Sg P1) => sa_ + "cara" ; --# notpresent + VPB (Cond Sg P2) => sa_ + "caras" ; --# notpresent + VPB (Cond Sg P3) => sa_ + "cara" ; --# notpresent + VPB (Cond Pl P1) => sa_ + "caramos" ; --# notpresent + VPB (Cond Pl P2) => sa_ + "carais" ; --# notpresent + VPB (Cond Pl P3) => sa_ + "caran" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => sa_ + "ca" ; + VPB (Imper Sg P3) => sa_ + "que" ; + VPB (Imper Pl P1) => sa_ + "quemos" ; + VPB (Imper Pl P2) => sa_ + "cad" ; + VPB (Imper Pl P3) => sa_ + "quen" ; + VPB (Pass Sg Masc) => sa_ + "cado" ; + VPB (Pass Sg Fem) => sa_ + "cada" ; + VPB (Pass Pl Masc) => sa_ + "cados" ; + VPB (Pass Pl Fem) => sa_ + "cadas" + } + } ; +oper salir_73 : Str -> Verbum = \salir -> + let sal_ = Predef.tk 2 salir in + {s = table { + VI Infn => sal_ + "ir" ; + VI Ger => sal_ + "iendo" ; + VI Part => sal_ + "ido" ; + VPB (Pres Ind Sg P1) => sal_ + "go" ; + VPB (Pres Ind Sg P2) => sal_ + "es" ; + VPB (Pres Ind Sg P3) => sal_ + "e" ; + VPB (Pres Ind Pl P1) => sal_ + "imos" ; + VPB (Pres Ind Pl P2) => sal_ + "s" ; + VPB (Pres Ind Pl P3) => sal_ + "en" ; + VPB (Pres Subj Sg P1) => sal_ + "ga" ; + VPB (Pres Subj Sg P2) => sal_ + "gas" ; + VPB (Pres Subj Sg P3) => sal_ + "ga" ; + VPB (Pres Subj Pl P1) => sal_ + "gamos" ; + VPB (Pres Subj Pl P2) => sal_ + "gis" ; + VPB (Pres Subj Pl P3) => sal_ + "gan" ; + VPB (Impf Ind Sg P1) => sal_ + "a" ; --# notpresent + VPB (Impf Ind Sg P2) => sal_ + "as" ; --# notpresent + VPB (Impf Ind Sg P3) => sal_ + "a" ; --# notpresent + VPB (Impf Ind Pl P1) => sal_ + "amos" ; --# notpresent + VPB (Impf Ind Pl P2) => sal_ + "ais" ; --# notpresent + VPB (Impf Ind Pl P3) => sal_ + "an" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {sal_ + "iera" ; sal_ + "iese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {sal_ + "ieras" ; sal_ + "ieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {sal_ + "iera" ; sal_ + "iese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {sal_ + "iramos" ; sal_ + "isemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {sal_ + "ierais" ; sal_ + "ieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {sal_ + "ieran" ; sal_ + "iesen"} ; --# notpresent + VPB (Pret Sg P1) => sal_ + "" ; --# notpresent + VPB (Pret Sg P2) => sal_ + "iste" ; --# notpresent + VPB (Pret Sg P3) => sal_ + "i" ; --# notpresent + VPB (Pret Pl P1) => sal_ + "imos" ; --# notpresent + VPB (Pret Pl P2) => sal_ + "isteis" ; --# notpresent + VPB (Pret Pl P3) => sal_ + "ieron" ; --# notpresent + VPB (Fut Ind Sg P1) => sal_ + "dr" ; --# notpresent + VPB (Fut Ind Sg P2) => sal_ + "drs" ; --# notpresent + VPB (Fut Ind Sg P3) => sal_ + "dr" ; --# notpresent + VPB (Fut Ind Pl P1) => sal_ + "dremos" ; --# notpresent + VPB (Fut Ind Pl P2) => sal_ + "dris" ; --# notpresent + VPB (Fut Ind Pl P3) => sal_ + "drn" ; --# notpresent + VPB (Fut Subj Sg P1) => sal_ + "iere" ; --# notpresent + VPB (Fut Subj Sg P2) => sal_ + "ieres" ; --# notpresent + VPB (Fut Subj Sg P3) => sal_ + "iere" ; --# notpresent + VPB (Fut Subj Pl P1) => sal_ + "iremos" ; --# notpresent + VPB (Fut Subj Pl P2) => sal_ + "iereis" ; --# notpresent + VPB (Fut Subj Pl P3) => sal_ + "ieren" ; --# notpresent + VPB (Cond Sg P1) => sal_ + "dra" ; --# notpresent + VPB (Cond Sg P2) => sal_ + "dras" ; --# notpresent + VPB (Cond Sg P3) => sal_ + "dra" ; --# notpresent + VPB (Cond Pl P1) => sal_ + "dramos" ; --# notpresent + VPB (Cond Pl P2) => sal_ + "drais" ; --# notpresent + VPB (Cond Pl P3) => sal_ + "dran" ; --# 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_ + "acis" ; + VPB (Pres Ind Pl P3) => satisf_ + "acen" ; + VPB (Pres Subj Sg P1) => satisf_ + "aga" ; + VPB (Pres Subj Sg P2) => satisf_ + "agas" ; + VPB (Pres Subj Sg P3) => satisf_ + "aga" ; + VPB (Pres Subj Pl P1) => satisf_ + "agamos" ; + VPB (Pres Subj Pl P2) => satisf_ + "agis" ; + VPB (Pres Subj Pl P3) => satisf_ + "agan" ; + VPB (Impf Ind Sg P1) => satisf_ + "aca" ; --# notpresent + VPB (Impf Ind Sg P2) => satisf_ + "acas" ; --# notpresent + VPB (Impf Ind Sg P3) => satisf_ + "aca" ; --# notpresent + VPB (Impf Ind Pl P1) => satisf_ + "acamos" ; --# notpresent + VPB (Impf Ind Pl P2) => satisf_ + "acais" ; --# notpresent + VPB (Impf Ind Pl P3) => satisf_ + "acan" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {satisf_ + "iciera" ; satisf_ + "iciese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {satisf_ + "icieras" ; satisf_ + "icieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {satisf_ + "iciera" ; satisf_ + "iciese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {satisf_ + "iciramos" ; satisf_ + "icisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {satisf_ + "icierais" ; satisf_ + "icieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {satisf_ + "icieran" ; satisf_ + "iciesen"} ; --# notpresent + VPB (Pret Sg P1) => satisf_ + "ice" ; --# notpresent + VPB (Pret Sg P2) => satisf_ + "iciste" ; --# notpresent + VPB (Pret Sg P3) => satisf_ + "izo" ; --# notpresent + VPB (Pret Pl P1) => satisf_ + "icimos" ; --# notpresent + VPB (Pret Pl P2) => satisf_ + "icisteis" ; --# notpresent + VPB (Pret Pl P3) => satisf_ + "icieron" ; --# notpresent + VPB (Fut Ind Sg P1) => satisf_ + "ar" ; --# notpresent + VPB (Fut Ind Sg P2) => satisf_ + "ars" ; --# notpresent + VPB (Fut Ind Sg P3) => satisf_ + "ar" ; --# notpresent + VPB (Fut Ind Pl P1) => satisf_ + "aremos" ; --# notpresent + VPB (Fut Ind Pl P2) => satisf_ + "aris" ; --# notpresent + VPB (Fut Ind Pl P3) => satisf_ + "arn" ; --# notpresent + VPB (Fut Subj Sg P1) => satisf_ + "iciere" ; --# notpresent + VPB (Fut Subj Sg P2) => satisf_ + "icieres" ; --# notpresent + VPB (Fut Subj Sg P3) => satisf_ + "iciere" ; --# notpresent + VPB (Fut Subj Pl P1) => satisf_ + "iciremos" ; --# notpresent + VPB (Fut Subj Pl P2) => satisf_ + "iciereis" ; --# notpresent + VPB (Fut Subj Pl P3) => satisf_ + "icieren" ; --# notpresent + VPB (Cond Sg P1) => satisf_ + "ara" ; --# notpresent + VPB (Cond Sg P2) => satisf_ + "aras" ; --# notpresent + VPB (Cond Sg P3) => satisf_ + "ara" ; --# notpresent + VPB (Cond Pl P1) => satisf_ + "aramos" ; --# notpresent + VPB (Cond Pl P2) => satisf_ + "arais" ; --# notpresent + VPB (Cond Pl P3) => satisf_ + "aran" ; --# 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_ + "ents" ; + VPB (Pres Ind Pl P3) => s_ + "ienten" ; + VPB (Pres Subj Sg P1) => s_ + "ienta" ; + VPB (Pres Subj Sg P2) => s_ + "ientas" ; + VPB (Pres Subj Sg P3) => s_ + "ienta" ; + VPB (Pres Subj Pl P1) => s_ + "intamos" ; + VPB (Pres Subj Pl P2) => s_ + "intis" ; + VPB (Pres Subj Pl P3) => s_ + "ientan" ; + VPB (Impf Ind Sg P1) => s_ + "enta" ; --# notpresent + VPB (Impf Ind Sg P2) => s_ + "entas" ; --# notpresent + VPB (Impf Ind Sg P3) => s_ + "enta" ; --# notpresent + VPB (Impf Ind Pl P1) => s_ + "entamos" ; --# notpresent + VPB (Impf Ind Pl P2) => s_ + "entais" ; --# notpresent + VPB (Impf Ind Pl P3) => s_ + "entan" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {s_ + "intiera" ; s_ + "intiese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {s_ + "intieras" ; s_ + "intieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {s_ + "intiera" ; s_ + "intiese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {s_ + "intiramos" ; s_ + "intisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {s_ + "intierais" ; s_ + "intieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {s_ + "intieran" ; s_ + "intiesen"} ; --# notpresent + VPB (Pret Sg P1) => s_ + "ent" ; --# notpresent + VPB (Pret Sg P2) => s_ + "entiste" ; --# notpresent + VPB (Pret Sg P3) => s_ + "inti" ; --# notpresent + VPB (Pret Pl P1) => s_ + "entimos" ; --# notpresent + VPB (Pret Pl P2) => s_ + "entisteis" ; --# notpresent + VPB (Pret Pl P3) => s_ + "intieron" ; --# notpresent + VPB (Fut Ind Sg P1) => s_ + "entir" ; --# notpresent + VPB (Fut Ind Sg P2) => s_ + "entirs" ; --# notpresent + VPB (Fut Ind Sg P3) => s_ + "entir" ; --# notpresent + VPB (Fut Ind Pl P1) => s_ + "entiremos" ; --# notpresent + VPB (Fut Ind Pl P2) => s_ + "entiris" ; --# notpresent + VPB (Fut Ind Pl P3) => s_ + "entirn" ; --# notpresent + VPB (Fut Subj Sg P1) => s_ + "intiere" ; --# notpresent + VPB (Fut Subj Sg P2) => s_ + "intieres" ; --# notpresent + VPB (Fut Subj Sg P3) => s_ + "intiere" ; --# notpresent + VPB (Fut Subj Pl P1) => s_ + "intiremos" ; --# notpresent + VPB (Fut Subj Pl P2) => s_ + "intiereis" ; --# notpresent + VPB (Fut Subj Pl P3) => s_ + "intieren" ; --# notpresent + VPB (Cond Sg P1) => s_ + "entira" ; --# notpresent + VPB (Cond Sg P2) => s_ + "entiras" ; --# notpresent + VPB (Cond Sg P3) => s_ + "entira" ; --# notpresent + VPB (Cond Pl P1) => s_ + "entiramos" ; --# notpresent + VPB (Cond Pl P2) => s_ + "entirais" ; --# notpresent + VPB (Cond Pl P3) => s_ + "entiran" ; --# 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_ + "olis" ; + VPB (Pres Ind Pl P3) => s_ + "uelen" ; + VPB (Pres Subj Sg P1) => s_ + "uela" ; + VPB (Pres Subj Sg P2) => s_ + "uelas" ; + VPB (Pres Subj Sg P3) => s_ + "uela" ; + VPB (Pres Subj Pl P1) => s_ + "olamos" ; + VPB (Pres Subj Pl P2) => s_ + "olis" ; + VPB (Pres Subj Pl P3) => s_ + "uelan" ; + VPB (Impf Ind Sg P1) => s_ + "ola" ; --# notpresent + VPB (Impf Ind Sg P2) => s_ + "olas" ; --# notpresent + VPB (Impf Ind Sg P3) => s_ + "ola" ; --# notpresent + VPB (Impf Ind Pl P1) => s_ + "olamos" ; --# notpresent + VPB (Impf Ind Pl P2) => s_ + "olais" ; --# notpresent + VPB (Impf Ind Pl P3) => s_ + "olan" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {s_ + "oliera" ; s_ + "oliese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {s_ + "olieras" ; s_ + "olieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {s_ + "oliera" ; s_ + "oliese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {s_ + "oliramos" ; s_ + "olisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {s_ + "olierais" ; s_ + "olieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {s_ + "olieran" ; s_ + "oliesen"} ; --# notpresent + VPB (Pret Sg P1) => s_ + "ol" ; --# notpresent + VPB (Pret Sg P2) => s_ + "oliste" ; --# notpresent + VPB (Pret Sg P3) => s_ + "oli" ; --# notpresent + VPB (Pret Pl P1) => s_ + "olimos" ; --# notpresent + VPB (Pret Pl P2) => s_ + "olisteis" ; --# notpresent + VPB (Pret Pl P3) => s_ + "olieron" ; --# notpresent + VPB (Fut Ind Sg P1) => variants {} ; --# notpresent + VPB (Fut Ind Sg P2) => variants {} ; --# notpresent + VPB (Fut Ind Sg P3) => variants {} ; --# notpresent + VPB (Fut Ind Pl P1) => variants {} ; --# notpresent + VPB (Fut Ind Pl P2) => variants {} ; --# notpresent + VPB (Fut Ind Pl P3) => variants {} ; --# notpresent + VPB (Fut Subj Sg P1) => variants {} ; --# notpresent + VPB (Fut Subj Sg P2) => variants {} ; --# notpresent + VPB (Fut Subj Sg P3) => variants {} ; --# notpresent + VPB (Fut Subj Pl P1) => variants {} ; --# notpresent + VPB (Fut Subj Pl P2) => variants {} ; --# notpresent + VPB (Fut Subj Pl P3) => variants {} ; --# notpresent + VPB (Cond Sg P1) => variants {} ; --# notpresent + VPB (Cond Sg P2) => variants {} ; --# notpresent + VPB (Cond Sg P3) => variants {} ; --# notpresent + VPB (Cond Pl P1) => variants {} ; --# notpresent + VPB (Cond Pl P2) => variants {} ; --# notpresent + VPB (Cond Pl P3) => variants {} ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => variants {} ; + VPB (Imper Sg P3) => variants {} ; + VPB (Imper Pl P1) => variants {} ; + VPB (Imper Pl P2) => variants {} ; + VPB (Imper Pl P3) => variants {} ; + VPB (Pass Sg Masc) => variants {} ; + VPB (Pass Sg Fem) => variants {} ; + VPB (Pass Pl Masc) => variants {} ; + VPB (Pass Pl Fem) => variants {} + } + } ; +oper taer_78 : Str -> Verbum = \taer -> + let ta_ = Predef.tk 2 taer in + {s = table { + VI Infn => ta_ + "er" ; + VI Ger => ta_ + "endo" ; + VI Part => ta_ + "ido" ; + VPB (Pres Ind Sg P1) => ta_ + "o" ; + VPB (Pres Ind Sg P2) => ta_ + "es" ; + VPB (Pres Ind Sg P3) => ta_ + "e" ; + VPB (Pres Ind Pl P1) => ta_ + "emos" ; + VPB (Pres Ind Pl P2) => ta_ + "is" ; + VPB (Pres Ind Pl P3) => ta_ + "en" ; + VPB (Pres Subj Sg P1) => ta_ + "a" ; + VPB (Pres Subj Sg P2) => ta_ + "as" ; + VPB (Pres Subj Sg P3) => ta_ + "a" ; + VPB (Pres Subj Pl P1) => ta_ + "amos" ; + VPB (Pres Subj Pl P2) => ta_ + "is" ; + VPB (Pres Subj Pl P3) => ta_ + "an" ; + VPB (Impf Ind Sg P1) => ta_ + "a" ; --# notpresent + VPB (Impf Ind Sg P2) => ta_ + "as" ; --# notpresent + VPB (Impf Ind Sg P3) => ta_ + "a" ; --# notpresent + VPB (Impf Ind Pl P1) => ta_ + "amos" ; --# notpresent + VPB (Impf Ind Pl P2) => ta_ + "ais" ; --# notpresent + VPB (Impf Ind Pl P3) => ta_ + "an" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {ta_ + "era" ; ta_ + "ese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {ta_ + "eras" ; ta_ + "eses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {ta_ + "era" ; ta_ + "ese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {ta_ + "ramos" ; ta_ + "semos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {ta_ + "erais" ; ta_ + "eseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {ta_ + "eran" ; ta_ + "esen"} ; --# notpresent + VPB (Pret Sg P1) => ta_ + "" ; --# notpresent + VPB (Pret Sg P2) => ta_ + "iste" ; --# notpresent + VPB (Pret Sg P3) => ta_ + "" ; --# notpresent + VPB (Pret Pl P1) => ta_ + "imos" ; --# notpresent + VPB (Pret Pl P2) => ta_ + "isteis" ; --# notpresent + VPB (Pret Pl P3) => ta_ + "eron" ; --# notpresent + VPB (Fut Ind Sg P1) => ta_ + "er" ; --# notpresent + VPB (Fut Ind Sg P2) => ta_ + "ers" ; --# notpresent + VPB (Fut Ind Sg P3) => ta_ + "er" ; --# notpresent + VPB (Fut Ind Pl P1) => ta_ + "eremos" ; --# notpresent + VPB (Fut Ind Pl P2) => ta_ + "eris" ; --# notpresent + VPB (Fut Ind Pl P3) => ta_ + "ern" ; --# notpresent + VPB (Fut Subj Sg P1) => ta_ + "ere" ; --# notpresent + VPB (Fut Subj Sg P2) => ta_ + "eres" ; --# notpresent + VPB (Fut Subj Sg P3) => ta_ + "ere" ; --# notpresent + VPB (Fut Subj Pl P1) => ta_ + "remos" ; --# notpresent + VPB (Fut Subj Pl P2) => ta_ + "ereis" ; --# notpresent + VPB (Fut Subj Pl P3) => ta_ + "eren" ; --# notpresent + VPB (Cond Sg P1) => ta_ + "era" ; --# notpresent + VPB (Cond Sg P2) => ta_ + "eras" ; --# notpresent + VPB (Cond Sg P3) => ta_ + "era" ; --# notpresent + VPB (Cond Pl P1) => ta_ + "eramos" ; --# notpresent + VPB (Cond Pl P2) => ta_ + "erais" ; --# notpresent + VPB (Cond Pl P3) => ta_ + "eran" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => ta_ + "e" ; + VPB (Imper Sg P3) => ta_ + "a" ; + VPB (Imper Pl P1) => ta_ + "amos" ; + VPB (Imper Pl P2) => ta_ + "ed" ; + VPB (Imper Pl P3) => ta_ + "an" ; + VPB (Pass Sg Masc) => ta_ + "ido" ; + VPB (Pass Sg Fem) => ta_ + "ida" ; + VPB (Pass Pl Masc) => ta_ + "idos" ; + VPB (Pass Pl Fem) => ta_ + "idas" + } + } ; +oper traer_79 : Str -> Verbum = \traer -> + let tra_ = Predef.tk 2 traer in + {s = table { + VI Infn => tra_ + "er" ; + VI Ger => tra_ + "yendo" ; + VI Part => tra_ + "do" ; + VPB (Pres Ind Sg P1) => tra_ + "o" ; + VPB (Pres Ind Sg P2) => tra_ + "es" ; + VPB (Pres Ind Sg P3) => tra_ + "e" ; + VPB (Pres Ind Pl P1) => tra_ + "emos" ; + VPB (Pres Ind Pl P2) => tra_ + "is" ; + VPB (Pres Ind Pl P3) => tra_ + "en" ; + VPB (Pres Subj Sg P1) => tra_ + "a" ; + VPB (Pres Subj Sg P2) => tra_ + "as" ; + VPB (Pres Subj Sg P3) => tra_ + "a" ; + VPB (Pres Subj Pl P1) => tra_ + "amos" ; + VPB (Pres Subj Pl P2) => tra_ + "is" ; + VPB (Pres Subj Pl P3) => tra_ + "an" ; + VPB (Impf Ind Sg P1) => tra_ + "a" ; --# notpresent + VPB (Impf Ind Sg P2) => tra_ + "as" ; --# notpresent + VPB (Impf Ind Sg P3) => tra_ + "a" ; --# notpresent + VPB (Impf Ind Pl P1) => tra_ + "amos" ; --# notpresent + VPB (Impf Ind Pl P2) => tra_ + "ais" ; --# notpresent + VPB (Impf Ind Pl P3) => tra_ + "an" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {tra_ + "yera" ; tra_ + "yese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {tra_ + "yeras" ; tra_ + "yeses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {tra_ + "yera" ; tra_ + "yese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {tra_ + "yramos" ; tra_ + "ysemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {tra_ + "yerais" ; tra_ + "yeseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {tra_ + "yeran" ; tra_ + "yesen"} ; --# notpresent + VPB (Pret Sg P1) => tra_ + "" ; --# notpresent + VPB (Pret Sg P2) => tra_ + "ste" ; --# notpresent + VPB (Pret Sg P3) => tra_ + "y" ; --# notpresent + VPB (Pret Pl P1) => tra_ + "mos" ; --# notpresent + VPB (Pret Pl P2) => tra_ + "steis" ; --# notpresent + VPB (Pret Pl P3) => tra_ + "yeron" ; --# notpresent + VPB (Fut Ind Sg P1) => tra_ + "er" ; --# notpresent + VPB (Fut Ind Sg P2) => tra_ + "ers" ; --# notpresent + VPB (Fut Ind Sg P3) => tra_ + "er" ; --# notpresent + VPB (Fut Ind Pl P1) => tra_ + "eremos" ; --# notpresent + VPB (Fut Ind Pl P2) => tra_ + "eris" ; --# notpresent + VPB (Fut Ind Pl P3) => tra_ + "ern" ; --# notpresent + VPB (Fut Subj Sg P1) => tra_ + "yere" ; --# notpresent + VPB (Fut Subj Sg P2) => tra_ + "yeres" ; --# notpresent + VPB (Fut Subj Sg P3) => tra_ + "yere" ; --# notpresent + VPB (Fut Subj Pl P1) => tra_ + "yremos" ; --# notpresent + VPB (Fut Subj Pl P2) => tra_ + "yereis" ; --# notpresent + VPB (Fut Subj Pl P3) => tra_ + "yeren" ; --# notpresent + VPB (Cond Sg P1) => tra_ + "era" ; --# notpresent + VPB (Cond Sg P2) => tra_ + "eras" ; --# notpresent + VPB (Cond Sg P3) => tra_ + "era" ; --# notpresent + VPB (Cond Pl P1) => tra_ + "eramos" ; --# notpresent + VPB (Cond Pl P2) => tra_ + "erais" ; --# notpresent + VPB (Cond Pl P3) => tra_ + "eran" ; --# 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_ + "ocis" ; + VPB (Pres Ind Pl P3) => tr_ + "uecan" ; + VPB (Pres Subj Sg P1) => tr_ + "ueque" ; + VPB (Pres Subj Sg P2) => tr_ + "ueques" ; + VPB (Pres Subj Sg P3) => tr_ + "ueque" ; + VPB (Pres Subj Pl P1) => tr_ + "oquemos" ; + VPB (Pres Subj Pl P2) => tr_ + "oquis" ; + VPB (Pres Subj Pl P3) => tr_ + "uequen" ; + VPB (Impf Ind Sg P1) => tr_ + "ocaba" ; --# notpresent + VPB (Impf Ind Sg P2) => tr_ + "ocabas" ; --# notpresent + VPB (Impf Ind Sg P3) => tr_ + "ocaba" ; --# notpresent + VPB (Impf Ind Pl P1) => tr_ + "ocbamos" ; --# notpresent + VPB (Impf Ind Pl P2) => tr_ + "ocabais" ; --# notpresent + VPB (Impf Ind Pl P3) => tr_ + "ocaban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {tr_ + "ocara" ; tr_ + "ocase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {tr_ + "ocaras" ; tr_ + "ocases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {tr_ + "ocara" ; tr_ + "ocase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {tr_ + "ocramos" ; tr_ + "ocsemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {tr_ + "ocarais" ; tr_ + "ocaseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {tr_ + "ocaran" ; tr_ + "ocasen"} ; --# notpresent + VPB (Pret Sg P1) => tr_ + "oqu" ; --# notpresent + VPB (Pret Sg P2) => tr_ + "ocaste" ; --# notpresent + VPB (Pret Sg P3) => tr_ + "oc" ; --# notpresent + VPB (Pret Pl P1) => tr_ + "ocamos" ; --# notpresent + VPB (Pret Pl P2) => tr_ + "ocasteis" ; --# notpresent + VPB (Pret Pl P3) => tr_ + "ocaron" ; --# notpresent + VPB (Fut Ind Sg P1) => tr_ + "ocar" ; --# notpresent + VPB (Fut Ind Sg P2) => tr_ + "ocars" ; --# notpresent + VPB (Fut Ind Sg P3) => tr_ + "ocar" ; --# notpresent + VPB (Fut Ind Pl P1) => tr_ + "ocaremos" ; --# notpresent + VPB (Fut Ind Pl P2) => tr_ + "ocaris" ; --# notpresent + VPB (Fut Ind Pl P3) => tr_ + "ocarn" ; --# notpresent + VPB (Fut Subj Sg P1) => tr_ + "ocare" ; --# notpresent + VPB (Fut Subj Sg P2) => tr_ + "ocares" ; --# notpresent + VPB (Fut Subj Sg P3) => tr_ + "ocare" ; --# notpresent + VPB (Fut Subj Pl P1) => tr_ + "ocremos" ; --# notpresent + VPB (Fut Subj Pl P2) => tr_ + "ocareis" ; --# notpresent + VPB (Fut Subj Pl P3) => tr_ + "ocaren" ; --# notpresent + VPB (Cond Sg P1) => tr_ + "ocara" ; --# notpresent + VPB (Cond Sg P2) => tr_ + "ocaras" ; --# notpresent + VPB (Cond Sg P3) => tr_ + "ocara" ; --# notpresent + VPB (Cond Pl P1) => tr_ + "ocaramos" ; --# notpresent + VPB (Cond Pl P2) => tr_ + "ocarais" ; --# notpresent + VPB (Cond Pl P3) => tr_ + "ocaran" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => tr_ + "ueca" ; + VPB (Imper Sg P3) => tr_ + "ueque" ; + VPB (Imper Pl P1) => tr_ + "oquemos" ; + VPB (Imper Pl P2) => tr_ + "ocad" ; + VPB (Imper Pl P3) => tr_ + "uequen" ; + VPB (Pass Sg Masc) => tr_ + "ocado" ; + VPB (Pass Sg Fem) => tr_ + "ocada" ; + VPB (Pass Pl Masc) => tr_ + "ocados" ; + VPB (Pass Pl Fem) => tr_ + "ocadas" + } + } ; +oper valer_81 : Str -> Verbum = \valer -> + let val_ = Predef.tk 2 valer in + {s = table { + VI Infn => val_ + "er" ; + VI Ger => val_ + "iendo" ; + VI Part => val_ + "ido" ; + VPB (Pres Ind Sg P1) => val_ + "go" ; + VPB (Pres Ind Sg P2) => val_ + "es" ; + VPB (Pres Ind Sg P3) => val_ + "e" ; + VPB (Pres Ind Pl P1) => val_ + "emos" ; + VPB (Pres Ind Pl P2) => val_ + "is" ; + VPB (Pres Ind Pl P3) => val_ + "en" ; + VPB (Pres Subj Sg P1) => val_ + "ga" ; + VPB (Pres Subj Sg P2) => val_ + "gas" ; + VPB (Pres Subj Sg P3) => val_ + "ga" ; + VPB (Pres Subj Pl P1) => val_ + "gamos" ; + VPB (Pres Subj Pl P2) => val_ + "gis" ; + VPB (Pres Subj Pl P3) => val_ + "gan" ; + VPB (Impf Ind Sg P1) => val_ + "a" ; --# notpresent + VPB (Impf Ind Sg P2) => val_ + "as" ; --# notpresent + VPB (Impf Ind Sg P3) => val_ + "a" ; --# notpresent + VPB (Impf Ind Pl P1) => val_ + "amos" ; --# notpresent + VPB (Impf Ind Pl P2) => val_ + "ais" ; --# notpresent + VPB (Impf Ind Pl P3) => val_ + "an" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {val_ + "iera" ; val_ + "iese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {val_ + "ieras" ; val_ + "ieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {val_ + "iera" ; val_ + "iese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {val_ + "iramos" ; val_ + "isemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {val_ + "ierais" ; val_ + "ieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {val_ + "ieran" ; val_ + "iesen"} ; --# notpresent + VPB (Pret Sg P1) => val_ + "" ; --# notpresent + VPB (Pret Sg P2) => val_ + "iste" ; --# notpresent + VPB (Pret Sg P3) => val_ + "i" ; --# notpresent + VPB (Pret Pl P1) => val_ + "imos" ; --# notpresent + VPB (Pret Pl P2) => val_ + "isteis" ; --# notpresent + VPB (Pret Pl P3) => val_ + "ieron" ; --# notpresent + VPB (Fut Ind Sg P1) => val_ + "dr" ; --# notpresent + VPB (Fut Ind Sg P2) => val_ + "drs" ; --# notpresent + VPB (Fut Ind Sg P3) => val_ + "dr" ; --# notpresent + VPB (Fut Ind Pl P1) => val_ + "dremos" ; --# notpresent + VPB (Fut Ind Pl P2) => val_ + "dris" ; --# notpresent + VPB (Fut Ind Pl P3) => val_ + "drn" ; --# notpresent + VPB (Fut Subj Sg P1) => val_ + "iere" ; --# notpresent + VPB (Fut Subj Sg P2) => val_ + "ieres" ; --# notpresent + VPB (Fut Subj Sg P3) => val_ + "iere" ; --# notpresent + VPB (Fut Subj Pl P1) => val_ + "iremos" ; --# notpresent + VPB (Fut Subj Pl P2) => val_ + "iereis" ; --# notpresent + VPB (Fut Subj Pl P3) => val_ + "ieren" ; --# notpresent + VPB (Cond Sg P1) => val_ + "dra" ; --# notpresent + VPB (Cond Sg P2) => val_ + "dras" ; --# notpresent + VPB (Cond Sg P3) => val_ + "dra" ; --# notpresent + VPB (Cond Pl P1) => val_ + "dramos" ; --# notpresent + VPB (Cond Pl P2) => val_ + "drais" ; --# notpresent + VPB (Cond Pl P3) => val_ + "dran" ; --# 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_ + "ens" ; + VPB (Pres Ind Pl P3) => v_ + "ienen" ; + VPB (Pres Subj Sg P1) => v_ + "enga" ; + VPB (Pres Subj Sg P2) => v_ + "engas" ; + VPB (Pres Subj Sg P3) => v_ + "enga" ; + VPB (Pres Subj Pl P1) => v_ + "engamos" ; + VPB (Pres Subj Pl P2) => v_ + "engis" ; + VPB (Pres Subj Pl P3) => v_ + "engan" ; + VPB (Impf Ind Sg P1) => v_ + "ena" ; --# notpresent + VPB (Impf Ind Sg P2) => v_ + "enas" ; --# notpresent + VPB (Impf Ind Sg P3) => v_ + "ena" ; --# notpresent + VPB (Impf Ind Pl P1) => v_ + "enamos" ; --# notpresent + VPB (Impf Ind Pl P2) => v_ + "enais" ; --# notpresent + VPB (Impf Ind Pl P3) => v_ + "enan" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {v_ + "iniera" ; v_ + "iniese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {v_ + "inieras" ; v_ + "inieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {v_ + "iniera" ; v_ + "iniese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {v_ + "iniramos" ; v_ + "inisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {v_ + "inierais" ; v_ + "inieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {v_ + "inieran" ; v_ + "iniesen"} ; --# notpresent + VPB (Pret Sg P1) => v_ + "ine" ; --# notpresent + VPB (Pret Sg P2) => v_ + "iniste" ; --# notpresent + VPB (Pret Sg P3) => v_ + "ino" ; --# notpresent + VPB (Pret Pl P1) => v_ + "inimos" ; --# notpresent + VPB (Pret Pl P2) => v_ + "inisteis" ; --# notpresent + VPB (Pret Pl P3) => v_ + "inieron" ; --# notpresent + VPB (Fut Ind Sg P1) => v_ + "endr" ; --# notpresent + VPB (Fut Ind Sg P2) => v_ + "endrs" ; --# notpresent + VPB (Fut Ind Sg P3) => v_ + "endr" ; --# notpresent + VPB (Fut Ind Pl P1) => v_ + "endremos" ; --# notpresent + VPB (Fut Ind Pl P2) => v_ + "endris" ; --# notpresent + VPB (Fut Ind Pl P3) => v_ + "endrn" ; --# notpresent + VPB (Fut Subj Sg P1) => v_ + "iniere" ; --# notpresent + VPB (Fut Subj Sg P2) => v_ + "inieres" ; --# notpresent + VPB (Fut Subj Sg P3) => v_ + "iniere" ; --# notpresent + VPB (Fut Subj Pl P1) => v_ + "iniremos" ; --# notpresent + VPB (Fut Subj Pl P2) => v_ + "iniereis" ; --# notpresent + VPB (Fut Subj Pl P3) => v_ + "inieren" ; --# notpresent + VPB (Cond Sg P1) => v_ + "endra" ; --# notpresent + VPB (Cond Sg P2) => v_ + "endras" ; --# notpresent + VPB (Cond Sg P3) => v_ + "endra" ; --# notpresent + VPB (Cond Pl P1) => v_ + "endramos" ; --# notpresent + VPB (Cond Pl P2) => v_ + "endrais" ; --# notpresent + VPB (Cond Pl P3) => v_ + "endran" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => v_ + "en" ; + VPB (Imper Sg P3) => v_ + "enga" ; + VPB (Imper Pl P1) => v_ + "engamos" ; + VPB (Imper Pl P2) => v_ + "enid" ; + VPB (Imper Pl P3) => v_ + "engan" ; + VPB (Pass Sg Masc) => v_ + "enido" ; + VPB (Pass Sg Fem) => v_ + "enida" ; + VPB (Pass Pl Masc) => v_ + "enidos" ; + VPB (Pass Pl Fem) => v_ + "enidas" + } + } ; +oper ver_83 : Str -> Verbum = \ver -> + let v_ = Predef.tk 2 ver in + {s = table { + VI Infn => v_ + "er" ; + VI Ger => v_ + "iendo" ; + VI Part => v_ + "isto" ; + VPB (Pres Ind Sg P1) => v_ + "eo" ; + VPB (Pres Ind Sg P2) => v_ + "es" ; + VPB (Pres Ind Sg P3) => v_ + "e" ; + VPB (Pres Ind Pl P1) => v_ + "emos" ; + VPB (Pres Ind Pl P2) => v_ + "eis" ; + VPB (Pres Ind Pl P3) => v_ + "en" ; + VPB (Pres Subj Sg P1) => v_ + "ea" ; + VPB (Pres Subj Sg P2) => v_ + "eas" ; + VPB (Pres Subj Sg P3) => v_ + "ea" ; + VPB (Pres Subj Pl P1) => v_ + "eamos" ; + VPB (Pres Subj Pl P2) => v_ + "eis" ; + VPB (Pres Subj Pl P3) => v_ + "ean" ; + VPB (Impf Ind Sg P1) => v_ + "ea" ; --# notpresent + VPB (Impf Ind Sg P2) => v_ + "eas" ; --# notpresent + VPB (Impf Ind Sg P3) => v_ + "ea" ; --# notpresent + VPB (Impf Ind Pl P1) => v_ + "eamos" ; --# notpresent + VPB (Impf Ind Pl P2) => v_ + "eais" ; --# notpresent + VPB (Impf Ind Pl P3) => v_ + "ean" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {v_ + "iera" ; v_ + "iese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {v_ + "ieras" ; v_ + "ieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {v_ + "iera" ; v_ + "iese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {v_ + "iramos" ; v_ + "isemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {v_ + "ierais" ; v_ + "ieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {v_ + "ieran" ; v_ + "iesen"} ; --# notpresent + VPB (Pret Sg P1) => v_ + "i" ; --# notpresent + VPB (Pret Sg P2) => v_ + "iste" ; --# notpresent + VPB (Pret Sg P3) => v_ + "io" ; --# notpresent + VPB (Pret Pl P1) => v_ + "imos" ; --# notpresent + VPB (Pret Pl P2) => v_ + "isteis" ; --# notpresent + VPB (Pret Pl P3) => v_ + "ieron" ; --# notpresent + VPB (Fut Ind Sg P1) => v_ + "er" ; --# notpresent + VPB (Fut Ind Sg P2) => v_ + "ers" ; --# notpresent + VPB (Fut Ind Sg P3) => v_ + "er" ; --# notpresent + VPB (Fut Ind Pl P1) => v_ + "eremos" ; --# notpresent + VPB (Fut Ind Pl P2) => v_ + "eris" ; --# notpresent + VPB (Fut Ind Pl P3) => v_ + "ern" ; --# notpresent + VPB (Fut Subj Sg P1) => v_ + "iere" ; --# notpresent + VPB (Fut Subj Sg P2) => v_ + "ieres" ; --# notpresent + VPB (Fut Subj Sg P3) => v_ + "iere" ; --# notpresent + VPB (Fut Subj Pl P1) => v_ + "iremos" ; --# notpresent + VPB (Fut Subj Pl P2) => v_ + "iereis" ; --# notpresent + VPB (Fut Subj Pl P3) => v_ + "ieren" ; --# notpresent + VPB (Cond Sg P1) => v_ + "era" ; --# notpresent + VPB (Cond Sg P2) => v_ + "eras" ; --# notpresent + VPB (Cond Sg P3) => v_ + "era" ; --# notpresent + VPB (Cond Pl P1) => v_ + "eramos" ; --# notpresent + VPB (Cond Pl P2) => v_ + "erais" ; --# notpresent + VPB (Cond Pl P3) => v_ + "eran" ; --# 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_ + "olvis" ; + VPB (Pres Ind Pl P3) => v_ + "uelven" ; + VPB (Pres Subj Sg P1) => v_ + "uelva" ; + VPB (Pres Subj Sg P2) => v_ + "uelvas" ; + VPB (Pres Subj Sg P3) => v_ + "uelva" ; + VPB (Pres Subj Pl P1) => v_ + "olvamos" ; + VPB (Pres Subj Pl P2) => v_ + "olvis" ; + VPB (Pres Subj Pl P3) => v_ + "uelvan" ; + VPB (Impf Ind Sg P1) => v_ + "olva" ; --# notpresent + VPB (Impf Ind Sg P2) => v_ + "olvas" ; --# notpresent + VPB (Impf Ind Sg P3) => v_ + "olva" ; --# notpresent + VPB (Impf Ind Pl P1) => v_ + "olvamos" ; --# notpresent + VPB (Impf Ind Pl P2) => v_ + "olvais" ; --# notpresent + VPB (Impf Ind Pl P3) => v_ + "olvan" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {v_ + "olviera" ; v_ + "olviese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {v_ + "olvieras" ; v_ + "olvieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {v_ + "olviera" ; v_ + "olviese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {v_ + "olviramos" ; v_ + "olvisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {v_ + "olvierais" ; v_ + "olvieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {v_ + "olvieran" ; v_ + "olviesen"} ; --# notpresent + VPB (Pret Sg P1) => v_ + "olv" ; --# notpresent + VPB (Pret Sg P2) => v_ + "olviste" ; --# notpresent + VPB (Pret Sg P3) => v_ + "olvi" ; --# notpresent + VPB (Pret Pl P1) => v_ + "olvimos" ; --# notpresent + VPB (Pret Pl P2) => v_ + "olvisteis" ; --# notpresent + VPB (Pret Pl P3) => v_ + "olvieron" ; --# notpresent + VPB (Fut Ind Sg P1) => v_ + "olver" ; --# notpresent + VPB (Fut Ind Sg P2) => v_ + "olvers" ; --# notpresent + VPB (Fut Ind Sg P3) => v_ + "olver" ; --# notpresent + VPB (Fut Ind Pl P1) => v_ + "olveremos" ; --# notpresent + VPB (Fut Ind Pl P2) => v_ + "olveris" ; --# notpresent + VPB (Fut Ind Pl P3) => v_ + "olvern" ; --# notpresent + VPB (Fut Subj Sg P1) => v_ + "olviere" ; --# notpresent + VPB (Fut Subj Sg P2) => v_ + "olvieres" ; --# notpresent + VPB (Fut Subj Sg P3) => v_ + "olviere" ; --# notpresent + VPB (Fut Subj Pl P1) => v_ + "olviremos" ; --# notpresent + VPB (Fut Subj Pl P2) => v_ + "olviereis" ; --# notpresent + VPB (Fut Subj Pl P3) => v_ + "olvieren" ; --# notpresent + VPB (Cond Sg P1) => v_ + "olvera" ; --# notpresent + VPB (Cond Sg P2) => v_ + "olveras" ; --# notpresent + VPB (Cond Sg P3) => v_ + "olvera" ; --# notpresent + VPB (Cond Pl P1) => v_ + "olveramos" ; --# notpresent + VPB (Cond Pl P2) => v_ + "olverais" ; --# notpresent + VPB (Cond Pl P3) => v_ + "olveran" ; --# 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_ + "cis" ; + VPB (Pres Ind Pl P3) => ya_ + "cen" ; + VPB (Pres Subj Sg P1) => ya_ + "zga" ; + VPB (Pres Subj Sg P2) => ya_ + "zgas" ; + VPB (Pres Subj Sg P3) => ya_ + "zga" ; + VPB (Pres Subj Pl P1) => ya_ + "zgamos" ; + VPB (Pres Subj Pl P2) => ya_ + "zgis" ; + VPB (Pres Subj Pl P3) => ya_ + "zgan" ; + VPB (Impf Ind Sg P1) => ya_ + "ca" ; --# notpresent + VPB (Impf Ind Sg P2) => ya_ + "cas" ; --# notpresent + VPB (Impf Ind Sg P3) => ya_ + "ca" ; --# notpresent + VPB (Impf Ind Pl P1) => ya_ + "camos" ; --# notpresent + VPB (Impf Ind Pl P2) => ya_ + "cais" ; --# notpresent + VPB (Impf Ind Pl P3) => ya_ + "can" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {ya_ + "ciera" ; ya_ + "ciese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {ya_ + "cieras" ; ya_ + "cieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {ya_ + "ciera" ; ya_ + "ciese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {ya_ + "ciramos" ; ya_ + "cisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {ya_ + "cierais" ; ya_ + "cieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {ya_ + "cieran" ; ya_ + "ciesen"} ; --# notpresent + VPB (Pret Sg P1) => ya_ + "c" ; --# notpresent + VPB (Pret Sg P2) => ya_ + "ciste" ; --# notpresent + VPB (Pret Sg P3) => ya_ + "ci" ; --# notpresent + VPB (Pret Pl P1) => ya_ + "cimos" ; --# notpresent + VPB (Pret Pl P2) => ya_ + "cisteis" ; --# notpresent + VPB (Pret Pl P3) => ya_ + "cieron" ; --# notpresent + VPB (Fut Ind Sg P1) => ya_ + "cer" ; --# notpresent + VPB (Fut Ind Sg P2) => ya_ + "cers" ; --# notpresent + VPB (Fut Ind Sg P3) => ya_ + "cer" ; --# notpresent + VPB (Fut Ind Pl P1) => ya_ + "ceremos" ; --# notpresent + VPB (Fut Ind Pl P2) => ya_ + "ceris" ; --# notpresent + VPB (Fut Ind Pl P3) => ya_ + "cern" ; --# notpresent + VPB (Fut Subj Sg P1) => ya_ + "ciere" ; --# notpresent + VPB (Fut Subj Sg P2) => ya_ + "cieres" ; --# notpresent + VPB (Fut Subj Sg P3) => ya_ + "ciere" ; --# notpresent + VPB (Fut Subj Pl P1) => ya_ + "ciremos" ; --# notpresent + VPB (Fut Subj Pl P2) => ya_ + "ciereis" ; --# notpresent + VPB (Fut Subj Pl P3) => ya_ + "cieren" ; --# notpresent + VPB (Cond Sg P1) => ya_ + "cera" ; --# notpresent + VPB (Cond Sg P2) => ya_ + "ceras" ; --# notpresent + VPB (Cond Sg P3) => ya_ + "cera" ; --# notpresent + VPB (Cond Pl P1) => ya_ + "ceramos" ; --# notpresent + VPB (Cond Pl P2) => ya_ + "cerais" ; --# notpresent + VPB (Cond Pl P3) => ya_ + "ceran" ; --# 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_ + "cs" ; + VPB (Pres Ind Pl P3) => zur_ + "cen" ; + VPB (Pres Subj Sg P1) => zur_ + "za" ; + VPB (Pres Subj Sg P2) => zur_ + "zas" ; + VPB (Pres Subj Sg P3) => zur_ + "za" ; + VPB (Pres Subj Pl P1) => zur_ + "zamos" ; + VPB (Pres Subj Pl P2) => zur_ + "zis" ; + VPB (Pres Subj Pl P3) => zur_ + "zan" ; + VPB (Impf Ind Sg P1) => zur_ + "ca" ; --# notpresent + VPB (Impf Ind Sg P2) => zur_ + "cas" ; --# notpresent + VPB (Impf Ind Sg P3) => zur_ + "ca" ; --# notpresent + VPB (Impf Ind Pl P1) => zur_ + "camos" ; --# notpresent + VPB (Impf Ind Pl P2) => zur_ + "cais" ; --# notpresent + VPB (Impf Ind Pl P3) => zur_ + "can" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {zur_ + "ciera" ; zur_ + "ciese"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {zur_ + "cieras" ; zur_ + "cieses"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {zur_ + "ciera" ; zur_ + "ciese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {zur_ + "ciramos" ; zur_ + "cisemos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {zur_ + "cierais" ; zur_ + "cieseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {zur_ + "cieran" ; zur_ + "ciesen"} ; --# notpresent + VPB (Pret Sg P1) => zur_ + "c" ; --# notpresent + VPB (Pret Sg P2) => zur_ + "ciste" ; --# notpresent + VPB (Pret Sg P3) => zur_ + "ci" ; --# notpresent + VPB (Pret Pl P1) => zur_ + "cimos" ; --# notpresent + VPB (Pret Pl P2) => zur_ + "cisteis" ; --# notpresent + VPB (Pret Pl P3) => zur_ + "cieron" ; --# notpresent + VPB (Fut Ind Sg P1) => zur_ + "cir" ; --# notpresent + VPB (Fut Ind Sg P2) => zur_ + "cirs" ; --# notpresent + VPB (Fut Ind Sg P3) => zur_ + "cir" ; --# notpresent + VPB (Fut Ind Pl P1) => zur_ + "ciremos" ; --# notpresent + VPB (Fut Ind Pl P2) => zur_ + "ciris" ; --# notpresent + VPB (Fut Ind Pl P3) => zur_ + "cirn" ; --# notpresent + VPB (Fut Subj Sg P1) => zur_ + "ciere" ; --# notpresent + VPB (Fut Subj Sg P2) => zur_ + "cieres" ; --# notpresent + VPB (Fut Subj Sg P3) => zur_ + "ciere" ; --# notpresent + VPB (Fut Subj Pl P1) => zur_ + "ciremos" ; --# notpresent + VPB (Fut Subj Pl P2) => zur_ + "ciereis" ; --# notpresent + VPB (Fut Subj Pl P3) => zur_ + "cieren" ; --# notpresent + VPB (Cond Sg P1) => zur_ + "cira" ; --# notpresent + VPB (Cond Sg P2) => zur_ + "ciras" ; --# notpresent + VPB (Cond Sg P3) => zur_ + "cira" ; --# notpresent + VPB (Cond Pl P1) => zur_ + "ciramos" ; --# notpresent + VPB (Cond Pl P2) => zur_ + "cirais" ; --# notpresent + VPB (Cond Pl P3) => zur_ + "ciran" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => zur_ + "ce" ; + VPB (Imper Sg P3) => zur_ + "za" ; + VPB (Imper Pl P1) => zur_ + "zamos" ; + VPB (Imper Pl P2) => zur_ + "cid" ; + VPB (Imper Pl P3) => zur_ + "zan" ; + VPB (Pass Sg Masc) => zur_ + "cido" ; + VPB (Pass Sg Fem) => zur_ + "cida" ; + VPB (Pass Pl Masc) => zur_ + "cidos" ; + VPB (Pass Pl Fem) => zur_ + "cidas" + } + } ; +oper amar_87 : Str -> Verbum = \amar -> + let am_ = Predef.tk 2 amar in + {s = table { + VI Infn => am_ + "ar" ; + VI Ger => am_ + "ando" ; + VI Part => am_ + "ado" ; + VPB (Pres Ind Sg P1) => am_ + "o" ; + VPB (Pres Ind Sg P2) => am_ + "as" ; + VPB (Pres Ind Sg P3) => am_ + "a" ; + VPB (Pres Ind Pl P1) => am_ + "amos" ; + VPB (Pres Ind Pl P2) => am_ + "is" ; + VPB (Pres Ind Pl P3) => am_ + "an" ; + VPB (Pres Subj Sg P1) => am_ + "e" ; + VPB (Pres Subj Sg P2) => am_ + "es" ; + VPB (Pres Subj Sg P3) => am_ + "e" ; + VPB (Pres Subj Pl P1) => am_ + "emos" ; + VPB (Pres Subj Pl P2) => am_ + "is" ; + VPB (Pres Subj Pl P3) => am_ + "en" ; + VPB (Impf Ind Sg P1) => am_ + "aba" ; --# notpresent + VPB (Impf Ind Sg P2) => am_ + "abas" ; --# notpresent + VPB (Impf Ind Sg P3) => am_ + "aba" ; --# notpresent + VPB (Impf Ind Pl P1) => am_ + "bamos" ; --# notpresent + VPB (Impf Ind Pl P2) => am_ + "abais" ; --# notpresent + VPB (Impf Ind Pl P3) => am_ + "aban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {am_ + "ara" ; am_ + "ase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {am_ + "aras" ; am_ + "ases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {am_ + "ara" ; am_ + "ase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {am_ + "ramos" ; am_ + "semos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {am_ + "arais" ; am_ + "aseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {am_ + "aran" ; am_ + "asen"} ; --# notpresent + VPB (Pret Sg P1) => am_ + "" ; --# notpresent + VPB (Pret Sg P2) => am_ + "aste" ; --# notpresent + VPB (Pret Sg P3) => am_ + "" ; --# notpresent + VPB (Pret Pl P1) => am_ + "amos" ; --# notpresent + VPB (Pret Pl P2) => am_ + "asteis" ; --# notpresent + VPB (Pret Pl P3) => am_ + "aron" ; --# notpresent + VPB (Fut Ind Sg P1) => am_ + "ar" ; --# notpresent + VPB (Fut Ind Sg P2) => am_ + "ars" ; --# notpresent + VPB (Fut Ind Sg P3) => am_ + "ar" ; --# notpresent + VPB (Fut Ind Pl P1) => am_ + "aremos" ; --# notpresent + VPB (Fut Ind Pl P2) => am_ + "aris" ; --# notpresent + VPB (Fut Ind Pl P3) => am_ + "arn" ; --# notpresent + VPB (Fut Subj Sg P1) => am_ + "are" ; --# notpresent + VPB (Fut Subj Sg P2) => am_ + "ares" ; --# notpresent + VPB (Fut Subj Sg P3) => am_ + "are" ; --# notpresent + VPB (Fut Subj Pl P1) => am_ + "remos" ; --# notpresent + VPB (Fut Subj Pl P2) => am_ + "areis" ; --# notpresent + VPB (Fut Subj Pl P3) => am_ + "aren" ; --# notpresent + VPB (Cond Sg P1) => am_ + "ara" ; --# notpresent + VPB (Cond Sg P2) => am_ + "aras" ; --# notpresent + VPB (Cond Sg P3) => am_ + "ara" ; --# notpresent + VPB (Cond Pl P1) => am_ + "aramos" ; --# notpresent + VPB (Cond Pl P2) => am_ + "arais" ; --# notpresent + VPB (Cond Pl P3) => am_ + "aran" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => am_ + "a" ; + VPB (Imper Sg P3) => am_ + "e" ; + VPB (Imper Pl P1) => am_ + "emos" ; + VPB (Imper Pl P2) => am_ + "ad" ; + VPB (Imper Pl P3) => am_ + "en" ; + VPB (Pass Sg Masc) => am_ + "ado" ; + VPB (Pass Sg Fem) => am_ + "ada" ; + VPB (Pass Pl Masc) => am_ + "ados" ; + VPB (Pass Pl Fem) => am_ + "adas" + } + } ; +oper llover_89 : Str -> Verbum = \llover -> + let ll_ = Predef.tk 4 llover in + {s = table { + VI Infn => ll_ + "over" ; + VI Ger => ll_ + "oviendo" ; + VI Part => ll_ + "ovido" ; + VPB (Pres Ind Sg P1) => variants {} ; + VPB (Pres Ind Sg P2) => variants {} ; + VPB (Pres Ind Sg P3) => ll_ + "ueve" ; + VPB (Pres Ind Pl P1) => variants {} ; + VPB (Pres Ind Pl P2) => variants {} ; + VPB (Pres Ind Pl P3) => variants {} ; + VPB (Pres Subj Sg P1) => variants {} ; + VPB (Pres Subj Sg P2) => variants {} ; + VPB (Pres Subj Sg P3) => ll_ + "ueva" ; + VPB (Pres Subj Pl P1) => variants {} ; + VPB (Pres Subj Pl P2) => variants {} ; + VPB (Pres Subj Pl P3) => variants {} ; + VPB (Impf Ind Sg P1) => variants {} ; --# notpresent + VPB (Impf Ind Sg P2) => variants {} ; --# notpresent + VPB (Impf Ind Sg P3) => ll_ + "ova" ; --# notpresent + VPB (Impf Ind Pl P1) => variants {} ; --# notpresent + VPB (Impf Ind Pl P2) => variants {} ; --# notpresent + VPB (Impf Ind Pl P3) => variants {} ; --# notpresent + VPB (Impf Subj Sg P1) => variants {} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {ll_ + "oviera" ; ll_ + "oviese"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {} ; --# notpresent + VPB (Pret Sg P1) => variants {} ; --# notpresent + VPB (Pret Sg P2) => variants {} ; --# notpresent + VPB (Pret Sg P3) => ll_ + "ovi" ; --# notpresent + VPB (Pret Pl P1) => variants {} ; --# notpresent + VPB (Pret Pl P2) => variants {} ; --# notpresent + VPB (Pret Pl P3) => variants {} ; --# notpresent + VPB (Fut Ind Sg P1) => variants {} ; --# notpresent + VPB (Fut Ind Sg P2) => variants {} ; --# notpresent + VPB (Fut Ind Sg P3) => ll_ + "over" ; --# notpresent + VPB (Fut Ind Pl P1) => variants {} ; --# notpresent + VPB (Fut Ind Pl P2) => variants {} ; --# notpresent + VPB (Fut Ind Pl P3) => variants {} ; --# notpresent + VPB (Fut Subj Sg P1) => variants {} ; --# notpresent + VPB (Fut Subj Sg P2) => variants {} ; --# notpresent + VPB (Fut Subj Sg P3) => ll_ + "oviere" ; --# notpresent + VPB (Fut Subj Pl P1) => variants {} ; --# notpresent + VPB (Fut Subj Pl P2) => variants {} ; --# notpresent + VPB (Fut Subj Pl P3) => variants {} ; --# notpresent + VPB (Cond Sg P1) => variants {} ; --# notpresent + VPB (Cond Sg P2) => variants {} ; --# notpresent + VPB (Cond Sg P3) => ll_ + "overa" ; --# notpresent + VPB (Cond Pl P1) => variants {} ; --# notpresent + VPB (Cond Pl P2) => variants {} ; --# notpresent + VPB (Cond Pl P3) => variants {} ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => variants {} ; + VPB (Imper Sg P3) => variants {} ; + VPB (Imper Pl P1) => variants {} ; + VPB (Imper Pl P2) => variants {} ; + VPB (Imper Pl P3) => variants {} ; + VPB (Pass Sg Masc) => variants {} ; + VPB (Pass Sg Fem) => variants {} ; + VPB (Pass Pl Masc) => variants {} ; + VPB (Pass Pl Fem) => variants {} + } + } ; + +-- Verbs: conversion from full verbs to present-tense verbs. + + verbBesch : {s : VFB => Str} -> {s : CommonRomance.VF => Str} = \amar -> + {- + -- even imperatives should be modified this way, so let's postpone this + -- AR 21/6/2006 + let + amare = amar.s ! VI Infn ; + a'r = case last (init amare) of { + "i" => "r" ; + "e" => "r" ; + _ => "r" + } ; + ama'r = Predef.tk 2 amare ++ a'r + in + -} + {s = table { +-- VInfin True => ama'r ; + VInfin _ => amar.s ! VI Infn ; + VFin (VPres Indic) n p => amar.s ! VPB (Pres Ind n p) ; + VFin (VPres Conjunct) n p => amar.s ! VPB (Pres Sub n p) ; + VFin (VImperf Indic) n p => amar.s ! VPB (Impf Ind n p) ; --# notpresent --# notpresent + VFin (VImperf Conjunct) n p => amar.s ! VPB (Impf Sub n p) ; --# notpresent --# notpresent + VFin VPasse n p => amar.s ! VPB (Pret n p) ; --# notpresent --# notpresent + VFin VFut n p => amar.s ! VPB (Fut Ind n p) ; --# notpresent --# notpresent + VFin VCondit n p => amar.s ! VPB (Cond n p) ; --# notpresent --# notpresent + VImper SgP2 => amar.s ! VPB (Imper Sg P2) ; + VImper PlP1 => amar.s ! VPB (Imper Pl P1) ; + VImper PlP2 => amar.s ! VPB (Imper Pl P2) ; + VPart g n => amar.s ! VPB (Pass n g) ; + VGer => amar.s ! VI Ger + } + } ; + + +-- The full conjunction is a table on $VForm$: + +param + VImpers = + Infn + | Ger + | Part + ; + + Mode = Ind | Sub ; + + VPers = + Pres Mode Number Person + | Impf Mode Number Person --# notpresent --# notpresent + | Pret Number Person --# notpresent --# notpresent + | Fut Mode Number Person --# notpresent --# notpresent + | Cond Number Person --# notpresent --# notpresent + | Imper Number Person + | Pass Number Gender + ; + + VFB = + VI VImpers + | VPB VPers + ; + +oper + regAlternV : Str -> Str -> Verbum = + \mostrar, muestro -> + let + mostr = Predef.tk 2 mostrar ; + muestr = Predef.tk 1 muestro + in + {s = table { + VI Infn => mostr + "ar" ; + VI Ger => mostr + "ando" ; + VI Part => mostr + "ado" ; + VPB (Pres Ind Sg P1) => muestr + "o" ; + VPB (Pres Ind Sg P2) => muestr + "as" ; + VPB (Pres Ind Sg P3) => muestr + "a" ; + VPB (Pres Ind Pl P1) => mostr + "amos" ; + VPB (Pres Ind Pl P2) => mostr + "is" ; + VPB (Pres Ind Pl P3) => muestr + "an" ; + VPB (Pres Subj Sg P1) => muestr + "ue" ; + VPB (Pres Subj Sg P2) => muestr + "ues" ; + VPB (Pres Subj Sg P3) => muestr + "ue" ; + VPB (Pres Subj Pl P1) => mostr + "uemos" ; + VPB (Pres Subj Pl P2) => mostr + "uis" ; + VPB (Pres Subj Pl P3) => muestr + "uen" ; + VPB (Impf Ind Sg P1) => mostr + "aba" ; --# notpresent + VPB (Impf Ind Sg P2) => mostr + "abas" ; --# notpresent + VPB (Impf Ind Sg P3) => mostr + "aba" ; --# notpresent + VPB (Impf Ind Pl P1) => mostr + "bamos" ; --# notpresent + VPB (Impf Ind Pl P2) => mostr + "abais" ; --# notpresent + VPB (Impf Ind Pl P3) => mostr + "aban" ; --# notpresent + VPB (Impf Subj Sg P1) => variants {mostr + "ara" ; mostr + "ase"} ; --# notpresent + VPB (Impf Subj Sg P2) => variants {mostr + "aras" ; mostr + "ases"} ; --# notpresent + VPB (Impf Subj Sg P3) => variants {mostr + "ara" ; mostr + "ase"} ; --# notpresent + VPB (Impf Subj Pl P1) => variants {mostr + "ramos" ; mostr + "semos"} ; --# notpresent + VPB (Impf Subj Pl P2) => variants {mostr + "arais" ; mostr + "aseis"} ; --# notpresent + VPB (Impf Subj Pl P3) => variants {mostr + "aran" ; mostr + "asen"} ; --# notpresent + VPB (Pret Sg P1) => mostr + "u" ; --# notpresent + VPB (Pret Sg P2) => mostr + "aste" ; --# notpresent + VPB (Pret Sg P3) => mostr + "" ; --# notpresent + VPB (Pret Pl P1) => mostr + "amos" ; --# notpresent + VPB (Pret Pl P2) => mostr + "asteis" ; --# notpresent + VPB (Pret Pl P3) => mostr + "aron" ; --# notpresent + VPB (Fut Ind Sg P1) => mostr + "ar" ; --# notpresent + VPB (Fut Ind Sg P2) => mostr + "ars" ; --# notpresent + VPB (Fut Ind Sg P3) => mostr + "ar" ; --# notpresent + VPB (Fut Ind Pl P1) => mostr + "aremos" ; --# notpresent + VPB (Fut Ind Pl P2) => mostr + "aris" ; --# notpresent + VPB (Fut Ind Pl P3) => mostr + "arn" ; --# notpresent + VPB (Fut Subj Sg P1) => mostr + "are" ; --# notpresent + VPB (Fut Subj Sg P2) => mostr + "ares" ; --# notpresent + VPB (Fut Subj Sg P3) => mostr + "are" ; --# notpresent + VPB (Fut Subj Pl P1) => mostr + "remos" ; --# notpresent + VPB (Fut Subj Pl P2) => mostr + "areis" ; --# notpresent + VPB (Fut Subj Pl P3) => mostr + "aren" ; --# notpresent + VPB (Cond Sg P1) => mostr + "ara" ; --# notpresent + VPB (Cond Sg P2) => mostr + "aras" ; --# notpresent + VPB (Cond Sg P3) => mostr + "ara" ; --# notpresent + VPB (Cond Pl P1) => mostr + "aramos" ; --# notpresent + VPB (Cond Pl P2) => mostr + "arais" ; --# notpresent + VPB (Cond Pl P3) => mostr + "aran" ; --# notpresent + VPB (Imper Sg P1) => variants {} ; + VPB (Imper Sg P2) => muestr + "a" ; + VPB (Imper Sg P3) => muestr + "ue" ; + VPB (Imper Pl P1) => mostr + "uemos" ; + VPB (Imper Pl P2) => mostr + "ad" ; + VPB (Imper Pl P3) => muestr + "uen" ; + VPB (Pass Sg Masc) => mostr + "ado" ; + VPB (Pass Sg Fem) => mostr + "ada" ; + VPB (Pass Pl Masc) => mostr + "ados" ; + VPB (Pass Pl Fem) => mostr + "adas" + } + } ; + +} diff --git a/deprecated/old-lib/resource/spanish/CatSpa.gf b/deprecated/old-lib/resource/spanish/CatSpa.gf new file mode 100644 index 000000000..956de7fe1 --- /dev/null +++ b/deprecated/old-lib/resource/spanish/CatSpa.gf @@ -0,0 +1,4 @@ +--# -path=.:../romance:../abstract:../common:prelude + +concrete CatSpa of Cat = CommonX - [Tense,TPres,TPast,TFut,TCond] ** CatRomance with + (ResRomance = ResSpa) ; diff --git a/deprecated/old-lib/resource/spanish/CompatibilitySpa.gf b/deprecated/old-lib/resource/spanish/CompatibilitySpa.gf new file mode 100644 index 000000000..b8af3136b --- /dev/null +++ b/deprecated/old-lib/resource/spanish/CompatibilitySpa.gf @@ -0,0 +1,11 @@ +--# -path=.:../romance:../abstract:../common + +concrete CompatibilitySpa of Compatibility = CatSpa ** 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/deprecated/old-lib/resource/spanish/ConjunctionSpa.gf b/deprecated/old-lib/resource/spanish/ConjunctionSpa.gf new file mode 100644 index 000000000..c015ba7cb --- /dev/null +++ b/deprecated/old-lib/resource/spanish/ConjunctionSpa.gf @@ -0,0 +1,2 @@ +concrete ConjunctionSpa of Conjunction = CatSpa ** ConjunctionRomance with + (ResRomance = ResSpa) ; diff --git a/deprecated/old-lib/resource/spanish/DiffSpa.gf b/deprecated/old-lib/resource/spanish/DiffSpa.gf new file mode 100644 index 000000000..668aa79c0 --- /dev/null +++ b/deprecated/old-lib/resource/spanish/DiffSpa.gf @@ -0,0 +1,182 @@ +--# -path=.:../romance:../abstract:../common:prelude + +instance DiffSpa of DiffRomance = open CommonRomance, PhonoSpa, BeschSpa, Prelude in { + + flags optimize=noexpand ; + + 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 : Gender -> Number -> Case -> Str = \g,n,c -> + case of { + => "del" ; + => "al" ; + => prepCase c ++ "el" ; + => prepCase c ++ "la" ; + => prepCase c ++ "los" ; + => prepCase c ++ "las" + } ; + +-- In these two, "de de/du/des" becomes "de". + + artIndef = \g,n,c -> case n of { + Sg => prepCase c ++ genForms "un" "una" ! g ; + _ => prepCase c ++ genForms "unos" "unas" ! g + } ; + + 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 : NPForm -> NPForm = \c -> case c of { + Ton Nom | Aton Nom => Ton Nom ; + _ => Ton Acc + } ; + + auxVerb : VType -> (VF => Str) = \_ -> haber_V.s ; + + partAgr : VType -> VPAgr = \vtyp -> vpAgrNone ; + + 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 = { + s = \\pol,aag => + let + pe = case b of {True => P3 ; _ => p} ; + agr = aag ** {p = pe} ; + verb = case of { + => (vp.s ! VPFinite (VPres Conjunct) Simul).fin ! agr ; + _ => (vp.s ! VPImperat).fin ! agr + } ; + neg = vp.neg ! pol ; + clpr = pronArg agr.n agr.p vp.clAcc vp.clDat ; + compl = neg.p2 ++ clpr.p2 ++ vp.comp ! agr ++ vp.ext ! pol + in + neg.p1 ++ verb ++ bindIf clpr.p3 ++ clpr.p1 ++ compl ; + } ; + + negation : Polarity => (Str * Str) = table { + Pos => <[],[]> ; + Neg => <"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 "tl" "tl" "tales" "tales" ; + + quelPron : AAgr => Str = aagrForms "cul" "cul" "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 : VType = VRefl ; + isVRefl : VType -> Bool = \ty -> case ty of { + VRefl => True ; + _ => False + } ; + + auxPassive : Verb = copula ; + + copula = verbBeschH (ser_1 "ser") ; + + haber_V : Verb = verbBeschH (haber_3 "haber") ; + + verbBeschH : Verbum -> Verb = \v -> verbBesch v ** {vtyp = VHabere} ; + +} diff --git a/deprecated/old-lib/resource/spanish/ExtraRomanceSpa.gf b/deprecated/old-lib/resource/spanish/ExtraRomanceSpa.gf new file mode 100644 index 000000000..d143b9612 --- /dev/null +++ b/deprecated/old-lib/resource/spanish/ExtraRomanceSpa.gf @@ -0,0 +1,2 @@ +concrete ExtraRomanceSpa of ExtraRomanceAbs = CatSpa ** ExtraRomance with + (ResRomance = ResSpa) ; diff --git a/deprecated/old-lib/resource/spanish/ExtraSpa.gf b/deprecated/old-lib/resource/spanish/ExtraSpa.gf new file mode 100644 index 000000000..1d625dcac --- /dev/null +++ b/deprecated/old-lib/resource/spanish/ExtraSpa.gf @@ -0,0 +1,47 @@ +concrete ExtraSpa of ExtraSpaAbs = ExtraRomanceSpa ** + open CommonRomance, PhonoSpa, MorphoSpa, ParadigmsSpa, ParamX, ResSpa in { + + 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 ++ "quin" ; a = aagr Fem Pl} ; + whoSg8fem_IP = {s = \\c => prepCase c ++ "quin" ; a = aagr Fem Sg} ; + + youSg8fem_Pron = mkPronoun + "tu" "te" "te" "t" + "tu" "tu" "tus" "tus" + Fem Sg P2 ; + youPl8fem_Pron = mkPronoun + "vosotras" "vos" "vos" "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" "las" "les" "usted" + "su" "su" "sus" "sus" + Masc Pl P3 ; + youPolPl8fem_Pron = mkPronoun + "ustedes" "las" "les" "usted" + "su" "su" "sus" "sus" + Fem Pl P3 ; + + +} diff --git a/deprecated/old-lib/resource/spanish/ExtraSpaAbs.gf b/deprecated/old-lib/resource/spanish/ExtraSpaAbs.gf new file mode 100644 index 000000000..49d57ee76 --- /dev/null +++ b/deprecated/old-lib/resource/spanish/ExtraSpaAbs.gf @@ -0,0 +1,28 @@ +-- Structures special for Spanish. These are not implemented in other +-- Romance languages. + +abstract ExtraSpaAbs = 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 ; + +} diff --git a/deprecated/old-lib/resource/spanish/GrammarSpa.gf b/deprecated/old-lib/resource/spanish/GrammarSpa.gf new file mode 100644 index 000000000..34594feb9 --- /dev/null +++ b/deprecated/old-lib/resource/spanish/GrammarSpa.gf @@ -0,0 +1,22 @@ +--# -path=.:../romance:../abstract:../common:prelude + +concrete GrammarSpa of Grammar = + NounSpa, + VerbSpa, + AdjectiveSpa, + AdverbSpa, + NumeralSpa, + SentenceSpa, + QuestionSpa, + RelativeSpa, + ConjunctionSpa, + PhraseSpa, + TextSpa - [Tense,TPres,TPast,TFut,TCond], -- special punctuation + IdiomSpa, + StructuralSpa + + ** { + +flags startcat = Phr ; unlexer = text ; lexer = text ; + +} ; diff --git a/deprecated/old-lib/resource/spanish/IdiomSpa.gf b/deprecated/old-lib/resource/spanish/IdiomSpa.gf new file mode 100644 index 000000000..209d66c0a --- /dev/null +++ b/deprecated/old-lib/resource/spanish/IdiomSpa.gf @@ -0,0 +1,45 @@ +concrete IdiomSpa of Idiom = CatSpa ** + open (P = ParamX), MorphoSpa, ParadigmsSpa, BeschSpa, Prelude in { + + flags optimize=all_subs ; + + lin + ImpersCl vp = mkClause [] True (agrP3 Masc Sg) vp ; + + GenericCl vp = + mkClause [] True (agrP3 Masc Sg) (insertRefl vp) ; ---- just Italian ? + + CleftNP np rs = mkClause [] True (agrP3 Masc Sg) + (insertComplement (\\_ => rs.s ! Indic ! np.a) + (insertComplement (\\_ => np.s ! Ton rs.c) (predV copula))) ; + + CleftAdv ad s = mkClause [] True (agrP3 Masc Sg) + (insertComplement (\\_ => conjThat ++ s.s ! Indic) + (insertComplement (\\_ => ad.s) (predV copula))) ; + + + ExistNP np = + mkClause [] True (agrP3 Masc Sg) + (insertComplement (\\_ => np.s ! Ton Acc) (predV (verboV (hay_3 "haber")))) ; + ExistIP ip = { + s = \\t,a,p,_ => + ip.s ! Nom ++ + (mkClause [] True (agrP3 Masc Sg) (predV (verboV (hay_3 "haber")))).s ! DDir ! t ! a ! p ! Indic + } ; + + ProgrVP vpr = let vp = useVP vpr in + insertComplement + (\\agr => + let + clpr = pronArg agr.n agr.p vp.clAcc vp.clDat ; + obj = clpr.p2 ++ vp.comp ! agr ++ vp.ext ! Pos ---- pol + in + (vp.s ! VPGerund).inf ! (aagr agr.g agr.n) ++ clpr.p1 ++ obj + ) + (predV (verboV (estar_2 "estar"))) ; + + ImpPl1 vpr = let vp = useVP vpr in {s = + (mkImperative False P1 vp).s ! Pos ! {n = Pl ; g = Masc} --- fem + } ; + +} diff --git a/deprecated/old-lib/resource/spanish/IrregSpa.gf b/deprecated/old-lib/resource/spanish/IrregSpa.gf new file mode 100644 index 000000000..5953f8063 --- /dev/null +++ b/deprecated/old-lib/resource/spanish/IrregSpa.gf @@ -0,0 +1,71819 @@ +--# -path=.:../romance:../abstract:../common:prelude + +-- machine-generated GF file from Andersson & Sderberg's MSc work + +concrete IrregSpa of IrregSpaAbs = CatSpa ** + open (C=CommonRomance), ParadigmsSpa, BeschSpa in { + +flags optimize=values ; + +lin ser_V = verboV + {s = table (BeschSpa.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 Subj C.Sg C.P1) => -} "sea" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "seas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sea" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "seamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "seis" ; + {- VPB (Pres Subj 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 Subj C.Sg C.P1) => -} variants {"fuera" ; "fuese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fueras" ; "fueses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fuera" ; "fuese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"furamos" ; "fusemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fuerais" ; "fueseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fueran" ; "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) => -} "sers" ;--# 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) => -} "seris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "fuere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "fueres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "fuere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "furemos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "fuereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "fueren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "seras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "seramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "serais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "seran" ;--# 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 (BeschSpa.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 Subj C.Sg C.P1) => -} "vaya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "vayas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "vaya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "vayamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "vayis" ; + {- VPB (Pres Subj 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 Subj C.Sg C.P1) => -} variants {"fuera" ; "fuese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fueras" ; "fueses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fuera" ; "fuese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"furamos" ; "fusemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fuerais" ; "fueseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fueran" ; "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) => -} "irs" ;--# 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) => -} "iris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "irn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "fuere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "fueres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "fuere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "furemos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "fuereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "fueren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "ira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "iras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "ira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "iramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "irais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "iran" ;--# 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 (BeschSpa.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) => -} "ests" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "est" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "estamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "estis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "estn" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "est" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ests" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "est" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "estemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "estis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "estn" ; + {- 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) => -} "estbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "estabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "estaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"estuviera" ; "estuviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"estuvieras" ; "estuvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"estuviera" ; "estuviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"estuviramos" ; "estuvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"estuvierais" ; "estuvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"estuvieran" ; "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) => -} "estars" ;--# 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) => -} "estaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "estarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "estuviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "estuvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "estuviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "estuviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "estuviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "estuvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "estara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "estaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "estara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "estaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "estarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "estaran" ;--# 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) => -} "estn" ; + {- 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 (BeschSpa.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) => -} "habis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "han" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "haya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "hayas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "haya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "hayamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "hayis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "hayan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "haba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "habas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "haba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "habamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "habais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "haban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"hubiera" ; "hubiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"hubieras" ; "hubieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"hubiera" ; "hubiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"hubiramos" ; "hubisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"hubierais" ; "hubieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"hubieran" ; "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) => -} "habrs" ;--# 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) => -} "habris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "habrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "hubiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "hubieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "hubiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "hubiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "hubiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "hubieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "habra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "habras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "habra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "habramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "habrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "habran" ;--# 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 (BeschSpa.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) => -} "cabis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "caben" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "quepa" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "quepas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "quepa" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "quepamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "quepis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "quepan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "caba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "cabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "caba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "cabamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "cabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "caban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"cupiera" ; "cupiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"cupieras" ; "cupieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"cupiera" ; "cupiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"cupiramos" ; "cupisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"cupierais" ; "cupieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"cupieran" ; "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) => -} "cabrs" ;--# 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) => -} "cabris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "cabrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "cupiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "cupieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "cupiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "cupiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "cupiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "cupieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "cabra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "cabras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "cabra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "cabramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "cabrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "cabran" ;--# 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 (BeschSpa.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) => -} "resabis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "resaben" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "resepa" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "resepas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "resepa" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "resepamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "resepis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "resepan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "resaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "resabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "resaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "resabamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "resabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "resaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"resupiera" ; "resupiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"resupieras" ; "resupieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"resupiera" ; "resupiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"resupiramos" ; "resupisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"resupierais" ; "resupieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"resupieran" ; "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) => -} "resabrs" ;--# 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) => -} "resabris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "resabrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "resupiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "resupieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "resupiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "resupiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "resupiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "resupieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "resabra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "resabras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "resabra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "resabramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "resabrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "resabran" ;--# 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 (BeschSpa.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) => -} "sabis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "saben" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sepa" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sepas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sepa" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sepamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sepis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sepan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "saba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "saba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sabamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "saban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"supiera" ; "supiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"supieras" ; "supieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"supiera" ; "supiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"supiramos" ; "supisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"supierais" ; "supieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"supieran" ; "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) => -} "sabrs" ;--# 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) => -} "sabris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sabrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "supiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "supieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "supiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "supiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "supiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "supieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sabra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sabras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sabra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sabramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sabrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sabran" ;--# 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 (BeschSpa.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) => -} "abstenis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "abstienen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "abstenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "abstengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "abstenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "abstengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "abstengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "abstengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "abstena" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "abstenas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "abstena" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "abstenamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "abstenais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "abstenan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"abstuviera" ; "abstuviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"abstuvieras" ; "abstuvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"abstuviera" ; "abstuviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"abstuviramos" ; "abstuvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"abstuvierais" ; "abstuvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"abstuvieran" ; "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) => -} "abstendrs" ;--# 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) => -} "abstendris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "abstendrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "abstuviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "abstuvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "abstuviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "abstuviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "abstuviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "abstuvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "abstendra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "abstendras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "abstendra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "abstendramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "abstendrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "abstendran" ;--# 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 (BeschSpa.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) => -} "contenis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "contienen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "contenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "contengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "contenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "contengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "contengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "contengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "contena" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "contenas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "contena" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "contenamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "contenais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "contenan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"contuviera" ; "contuviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"contuvieras" ; "contuvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"contuviera" ; "contuviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"contuviramos" ; "contuvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"contuvierais" ; "contuvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"contuvieran" ; "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) => -} "contendrs" ;--# 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) => -} "contendris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "contendrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "contuviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "contuvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "contuviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "contuviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "contuviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "contuvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "contendra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "contendras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "contendra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "contendramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "contendrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "contendran" ;--# 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 (BeschSpa.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) => -} "detenis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "detienen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "detenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "detengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "detenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "detengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "detengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "detengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "detena" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "detenas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "detena" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "detenamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "detenais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "detenan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"detuviera" ; "detuviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"detuvieras" ; "detuvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"detuviera" ; "detuviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"detuviramos" ; "detuvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"detuvierais" ; "detuvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"detuvieran" ; "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) => -} "detendrs" ;--# 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) => -} "detendris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "detendrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "detuviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "detuvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "detuviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "detuviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "detuviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "detuvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "detendra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "detendras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "detendra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "detendramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "detendrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "detendran" ;--# 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 (BeschSpa.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) => -} "entretenis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "entretienen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "entretenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "entretengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "entretenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "entretengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "entretengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "entretengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "entretena" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "entretenas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "entretena" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "entretenamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "entretenais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "entretenan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entretuviera" ; "entretuviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entretuvieras" ; "entretuvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entretuviera" ; "entretuviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entretuviramos" ; "entretuvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entretuvierais" ; "entretuvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entretuvieran" ; "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) => -} "entretendrs" ;--# 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) => -} "entretendris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "entretendrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "entretuviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "entretuvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "entretuviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "entretuviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "entretuviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "entretuvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "entretendra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "entretendras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "entretendra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "entretendramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "entretendrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "entretendran" ;--# 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 (BeschSpa.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) => -} "mantenis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "mantienen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "mantenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "mantengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "mantenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "mantengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "mantengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "mantengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "mantena" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "mantenas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "mantena" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "mantenamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "mantenais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "mantenan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"mantuviera" ; "mantuviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"mantuvieras" ; "mantuvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"mantuviera" ; "mantuviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"mantuviramos" ; "mantuvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"mantuvierais" ; "mantuvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"mantuvieran" ; "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) => -} "mantendrs" ;--# 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) => -} "mantendris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "mantendrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "mantuviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "mantuvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "mantuviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "mantuviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "mantuviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "mantuvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "mantendra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "mantendras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "mantendra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "mantendramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "mantendrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "mantendran" ;--# 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 (BeschSpa.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) => -} "manutenis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "manutienen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "manutenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "manutengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "manutenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "manutengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "manutengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "manutengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "manutena" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "manutenas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "manutena" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "manutenamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "manutenais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "manutenan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"manutuviera" ; "manutuviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"manutuvieras" ; "manutuvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"manutuviera" ; "manutuviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"manutuviramos" ; "manutuvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"manutuvierais" ; "manutuvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"manutuvieran" ; "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) => -} "manutendrs" ;--# 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) => -} "manutendris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "manutendrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "manutuviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "manutuvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "manutuviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "manutuviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "manutuviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "manutuvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "manutendra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "manutendras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "manutendra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "manutendramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "manutendrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "manutendran" ;--# 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 (BeschSpa.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) => -} "obtenis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "obtienen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "obtenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "obtengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "obtenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "obtengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "obtengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "obtengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "obtena" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "obtenas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "obtena" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "obtenamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "obtenais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "obtenan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"obtuviera" ; "obtuviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"obtuvieras" ; "obtuvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"obtuviera" ; "obtuviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"obtuviramos" ; "obtuvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"obtuvierais" ; "obtuvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"obtuvieran" ; "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) => -} "obtendrs" ;--# 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) => -} "obtendris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "obtendrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "obtuviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "obtuvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "obtuviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "obtuviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "obtuviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "obtuvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "obtendra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "obtendras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "obtendra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "obtendramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "obtendrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "obtendran" ;--# 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 (BeschSpa.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) => -} "retenis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "retienen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "retenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "retengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "retenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "retengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "retengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "retengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "retena" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "retenas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "retena" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "retenamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "retenais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "retenan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retuviera" ; "retuviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retuvieras" ; "retuvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retuviera" ; "retuviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retuviramos" ; "retuvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retuvierais" ; "retuvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retuvieran" ; "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) => -} "retendrs" ;--# 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) => -} "retendris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "retendrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "retuviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "retuvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "retuviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "retuviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "retuviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "retuvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "retendra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "retendras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "retendra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "retendramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "retendrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "retendran" ;--# 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 (BeschSpa.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) => -} "sostenis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sostienen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sostenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sostengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sostenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sostengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sostengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sostengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sostena" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sostenas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sostena" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sostenamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sostenais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sostenan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sostuviera" ; "sostuviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sostuvieras" ; "sostuvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sostuviera" ; "sostuviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sostuviramos" ; "sostuvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sostuvierais" ; "sostuvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sostuvieran" ; "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) => -} "sostendrs" ;--# 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) => -} "sostendris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sostendrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sostuviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sostuvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sostuviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sostuviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sostuviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sostuvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sostendra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sostendras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sostendra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sostendramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sostendrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sostendran" ;--# 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 (BeschSpa.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) => -} "tenis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "tienen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "tenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "tengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "tenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "tengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "tengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "tengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "tena" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "tenas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "tena" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "tenamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "tenais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "tenan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tuviera" ; "tuviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tuvieras" ; "tuvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tuviera" ; "tuviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tuviramos" ; "tuvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tuvierais" ; "tuvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tuvieran" ; "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) => -} "tendrs" ;--# 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) => -} "tendris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "tendrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "tuviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "tuvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "tuviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "tuviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "tuviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "tuvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "tendra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "tendras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "tendra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "tendramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "tendrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "tendran" ;--# 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 (BeschSpa.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) => -} "anteponis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "anteponen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "anteponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "antepongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "anteponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "antepongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "antepongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "antepongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "antepona" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "anteponas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "antepona" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "anteponamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "anteponais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "anteponan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"antepusiera" ; "antepusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"antepusieras" ; "antepusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"antepusiera" ; "antepusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"antepusiramos" ; "antepusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"antepusierais" ; "antepusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"antepusieran" ; "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) => -} "antepondrs" ;--# 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) => -} "antepondris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "antepondrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "antepusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "antepusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "antepusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "antepusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "antepusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "antepusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "antepondra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "antepondras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "antepondra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "antepondramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "antepondrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "antepondran" ;--# 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 (BeschSpa.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) => -} "aponis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "aponen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "aponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "apongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "aponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "apongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "apongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "apongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "apona" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "aponas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "apona" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "aponamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "aponais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "aponan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"apusiera" ; "apusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"apusieras" ; "apusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"apusiera" ; "apusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"apusiramos" ; "apusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"apusierais" ; "apusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"apusieran" ; "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) => -} "apondrs" ;--# 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) => -} "apondris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "apondrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "apusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "apusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "apusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "apusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "apusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "apusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "apondra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "apondras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "apondra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "apondramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "apondrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "apondran" ;--# 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 (BeschSpa.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) => -} "componis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "componen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "componga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "compongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "componga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "compongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "compongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "compongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "compona" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "componas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "compona" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "componamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "componais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "componan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"compusiera" ; "compusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"compusieras" ; "compusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"compusiera" ; "compusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"compusiramos" ; "compusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"compusierais" ; "compusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"compusieran" ; "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) => -} "compondrs" ;--# 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) => -} "compondris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "compondrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "compusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "compusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "compusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "compusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "compusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "compusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "compondra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "compondras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "compondra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "compondramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "compondrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "compondran" ;--# 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 (BeschSpa.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) => -} "contraponis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "contraponen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "contraponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "contrapongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "contraponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "contrapongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "contrapongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "contrapongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "contrapona" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "contraponas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "contrapona" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "contraponamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "contraponais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "contraponan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"contrapusiera" ; "contrapusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"contrapusieras" ; "contrapusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"contrapusiera" ; "contrapusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"contrapusiramos" ; "contrapusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"contrapusierais" ; "contrapusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"contrapusieran" ; "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) => -} "contrapondrs" ;--# 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) => -} "contrapondris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "contrapondrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "contrapusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "contrapusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "contrapusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "contrapusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "contrapusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "contrapusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "contrapondra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "contrapondras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "contrapondra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "contrapondramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "contrapondrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "contrapondran" ;--# 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 (BeschSpa.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) => -} "deponis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "deponen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "deponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "depongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "deponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "depongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "depongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "depongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "depona" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "deponas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "depona" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "deponamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "deponais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "deponan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"depusiera" ; "depusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"depusieras" ; "depusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"depusiera" ; "depusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"depusiramos" ; "depusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"depusierais" ; "depusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"depusieran" ; "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) => -} "depondrs" ;--# 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) => -} "depondris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "depondrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "depusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "depusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "depusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "depusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "depusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "depusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "depondra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "depondras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "depondra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "depondramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "depondrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "depondran" ;--# 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 (BeschSpa.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) => -} "descomponis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "descomponen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "descomponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "descompongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "descomponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "descompongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "descompongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "descompongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "descompona" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "descomponas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "descompona" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "descomponamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "descomponais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "descomponan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descompusiera" ; "descompusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descompusieras" ; "descompusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descompusiera" ; "descompusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descompusiramos" ; "descompusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descompusierais" ; "descompusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descompusieran" ; "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) => -} "descompondrs" ;--# 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) => -} "descompondris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "descompondrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "descompusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "descompusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "descompusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "descompusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "descompusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "descompusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "descompondra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "descompondras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "descompondra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "descompondramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "descompondrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "descompondran" ;--# 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 (BeschSpa.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) => -} "desimponis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desimponen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desimponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desimpongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desimponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desimpongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desimpongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desimpongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desimpona" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desimponas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desimpona" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desimponamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desimponais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desimponan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desimpusiera" ; "desimpusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desimpusieras" ; "desimpusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desimpusiera" ; "desimpusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desimpusiramos" ; "desimpusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desimpusierais" ; "desimpusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desimpusieran" ; "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) => -} "desimpondrs" ;--# 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) => -} "desimpondris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desimpondrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desimpusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desimpusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desimpusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desimpusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desimpusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desimpusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desimpondra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desimpondras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desimpondra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desimpondramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desimpondrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desimpondran" ;--# 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 (BeschSpa.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) => -} "disponis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "disponen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "disponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "dispongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "disponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "dispongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "dispongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "dispongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "dispona" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "disponas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "dispona" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "disponamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "disponais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "disponan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"dispusiera" ; "dispusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"dispusieras" ; "dispusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"dispusiera" ; "dispusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"dispusiramos" ; "dispusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"dispusierais" ; "dispusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"dispusieran" ; "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) => -} "dispondrs" ;--# 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) => -} "dispondris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "dispondrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "dispusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "dispusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "dispusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "dispusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "dispusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "dispusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "dispondra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "dispondras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "dispondra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "dispondramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "dispondrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "dispondran" ;--# 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 (BeschSpa.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) => -} "exponis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "exponen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "exponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "expongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "exponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "expongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "expongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "expongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "expona" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "exponas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "expona" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "exponamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "exponais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "exponan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"expusiera" ; "expusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"expusieras" ; "expusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"expusiera" ; "expusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"expusiramos" ; "expusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"expusierais" ; "expusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"expusieran" ; "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) => -} "expondrs" ;--# 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) => -} "expondris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "expondrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "expusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "expusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "expusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "expusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "expusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "expusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "expondra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "expondras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "expondra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "expondramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "expondrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "expondran" ;--# 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 (BeschSpa.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) => -} "fotocomponis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "fotocomponen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "fotocomponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "fotocompongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "fotocomponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "fotocompongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "fotocompongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "fotocompongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "fotocompona" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "fotocomponas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "fotocompona" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "fotocomponamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "fotocomponais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "fotocomponan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"fotocompusiera" ; "fotocompusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fotocompusieras" ; "fotocompusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fotocompusiera" ; "fotocompusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"fotocompusiramos" ; "fotocompusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fotocompusierais" ; "fotocompusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fotocompusieran" ; "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) => -} "fotocompondrs" ;--# 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) => -} "fotocompondris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "fotocompondrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "fotocompusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "fotocompusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "fotocompusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "fotocompusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "fotocompusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "fotocompusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "fotocompondra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "fotocompondras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "fotocompondra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "fotocompondramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "fotocompondrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "fotocompondran" ;--# 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 (BeschSpa.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) => -} "imponis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "imponen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "imponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "impongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "imponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "impongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "impongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "impongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "impona" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "imponas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "impona" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "imponamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "imponais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "imponan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"impusiera" ; "impusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"impusieras" ; "impusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"impusiera" ; "impusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"impusiramos" ; "impusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"impusierais" ; "impusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"impusieran" ; "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) => -} "impondrs" ;--# 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) => -} "impondris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "impondrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "impusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "impusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "impusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "impusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "impusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "impusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "impondra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "impondras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "impondra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "impondramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "impondrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "impondran" ;--# 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 (BeschSpa.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) => -} "indisponis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "indisponen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "indisponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "indispongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "indisponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "indispongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "indispongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "indispongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "indispona" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "indisponas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "indispona" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "indisponamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "indisponais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "indisponan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"indispusiera" ; "indispusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"indispusieras" ; "indispusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"indispusiera" ; "indispusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"indispusiramos" ; "indispusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"indispusierais" ; "indispusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"indispusieran" ; "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) => -} "indispondrs" ;--# 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) => -} "indispondris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "indispondrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "indispusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "indispusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "indispusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "indispusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "indispusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "indispusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "indispondra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "indispondras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "indispondra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "indispondramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "indispondrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "indispondran" ;--# 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 (BeschSpa.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) => -} "interponis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "interponen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "interponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "interpongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "interponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "interpongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "interpongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "interpongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "interpona" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "interponas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "interpona" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "interponamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "interponais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "interponan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"interpusiera" ; "interpusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"interpusieras" ; "interpusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"interpusiera" ; "interpusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"interpusiramos" ; "interpusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"interpusierais" ; "interpusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"interpusieran" ; "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) => -} "interpondrs" ;--# 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) => -} "interpondris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "interpondrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "interpusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "interpusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "interpusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "interpusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "interpusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "interpusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "interpondra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "interpondras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "interpondra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "interpondramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "interpondrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "interpondran" ;--# 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 (BeschSpa.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) => -} "oponis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "oponen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "oponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "opongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "oponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "opongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "opongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "opongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "opona" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "oponas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "opona" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "oponamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "oponais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "oponan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"opusiera" ; "opusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"opusieras" ; "opusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"opusiera" ; "opusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"opusiramos" ; "opusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"opusierais" ; "opusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"opusieran" ; "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) => -} "opondrs" ;--# 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) => -} "opondris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "opondrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "opusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "opusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "opusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "opusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "opusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "opusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "opondra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "opondras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "opondra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "opondramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "opondrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "opondran" ;--# 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 (BeschSpa.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) => -} "ponis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ponen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "pongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "pongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "pongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "pongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "pona" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "ponas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "pona" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "ponamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "ponais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "ponan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"pusiera" ; "pusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"pusieras" ; "pusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"pusiera" ; "pusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"pusiramos" ; "pusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"pusierais" ; "pusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"pusieran" ; "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) => -} "pondrs" ;--# 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) => -} "pondris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "pondrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "pusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "pusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "pusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "pusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "pusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "pusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "pondra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "pondras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "pondra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "pondramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "pondrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "pondran" ;--# 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 (BeschSpa.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) => -} "posponis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "posponen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "posponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "pospongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "posponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "pospongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "pospongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "pospongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "pospona" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "posponas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "pospona" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "posponamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "posponais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "posponan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"pospusiera" ; "pospusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"pospusieras" ; "pospusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"pospusiera" ; "pospusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"pospusiramos" ; "pospusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"pospusierais" ; "pospusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"pospusieran" ; "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) => -} "pospondrs" ;--# 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) => -} "pospondris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "pospondrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "pospusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "pospusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "pospusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "pospusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "pospusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "pospusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "pospondra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "pospondras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "pospondra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "pospondramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "pospondrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "pospondran" ;--# 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 (BeschSpa.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) => -} "predisponis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "predisponen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "predisponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "predispongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "predisponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "predispongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "predispongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "predispongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "predispona" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "predisponas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "predispona" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "predisponamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "predisponais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "predisponan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"predispusiera" ; "predispusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"predispusieras" ; "predispusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"predispusiera" ; "predispusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"predispusiramos" ; "predispusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"predispusierais" ; "predispusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"predispusieran" ; "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) => -} "predispondrs" ;--# 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) => -} "predispondris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "predispondrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "predispusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "predispusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "predispusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "predispusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "predispusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "predispusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "predispondra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "predispondras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "predispondra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "predispondramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "predispondrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "predispondran" ;--# 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 (BeschSpa.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) => -} "preponis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "preponen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "preponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "prepongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "preponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "prepongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "prepongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "prepongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "prepona" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "preponas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "prepona" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "preponamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "preponais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "preponan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"prepusiera" ; "prepusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"prepusieras" ; "prepusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"prepusiera" ; "prepusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"prepusiramos" ; "prepusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"prepusierais" ; "prepusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"prepusieran" ; "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) => -} "prepondrs" ;--# 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) => -} "prepondris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "prepondrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "prepusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "prepusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "prepusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "prepusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "prepusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "prepusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "prepondra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "prepondras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "prepondra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "prepondramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "prepondrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "prepondran" ;--# 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 (BeschSpa.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) => -} "presuponis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "presuponen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "presuponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "presupongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "presuponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "presupongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "presupongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "presupongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "presupona" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "presuponas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "presupona" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "presuponamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "presuponais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "presuponan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"presupusiera" ; "presupusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"presupusieras" ; "presupusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"presupusiera" ; "presupusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"presupusiramos" ; "presupusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"presupusierais" ; "presupusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"presupusieran" ; "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) => -} "presupondrs" ;--# 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) => -} "presupondris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "presupondrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "presupusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "presupusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "presupusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "presupusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "presupusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "presupusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "presupondra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "presupondras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "presupondra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "presupondramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "presupondrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "presupondran" ;--# 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 (BeschSpa.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) => -} "proponis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "proponen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "proponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "propongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "proponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "propongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "propongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "propongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "propona" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "proponas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "propona" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "proponamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "proponais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "proponan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"propusiera" ; "propusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"propusieras" ; "propusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"propusiera" ; "propusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"propusiramos" ; "propusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"propusierais" ; "propusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"propusieran" ; "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) => -} "propondrs" ;--# 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) => -} "propondris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "propondrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "propusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "propusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "propusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "propusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "propusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "propusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "propondra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "propondras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "propondra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "propondramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "propondrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "propondran" ;--# 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 (BeschSpa.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) => -} "recomponis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "recomponen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "recomponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "recompongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "recomponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "recompongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "recompongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "recompongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "recompona" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "recomponas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "recompona" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "recomponamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "recomponais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "recomponan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recompusiera" ; "recompusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recompusieras" ; "recompusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recompusiera" ; "recompusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recompusiramos" ; "recompusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recompusierais" ; "recompusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recompusieran" ; "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) => -} "recompondrs" ;--# 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) => -} "recompondris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "recompondrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "recompusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "recompusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "recompusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "recompusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "recompusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "recompusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "recompondra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "recompondras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "recompondra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "recompondramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "recompondrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "recompondran" ;--# 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 (BeschSpa.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) => -} "reponis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reponen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "repongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "repongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "repongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "repongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "repona" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reponas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "repona" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reponamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reponais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reponan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"repusiera" ; "repusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"repusieras" ; "repusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"repusiera" ; "repusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"repusiramos" ; "repusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"repusierais" ; "repusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"repusieran" ; "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) => -} "repondrs" ;--# 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) => -} "repondris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "repondrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "repusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "repusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "repusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "repusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "repusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "repusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "repondra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "repondras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "repondra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "repondramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "repondrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "repondran" ;--# 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 (BeschSpa.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) => -} "sobreexponis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sobreexponen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sobreexponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sobreexpongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sobreexponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sobreexpongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sobreexpongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sobreexpongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sobreexpona" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sobreexponas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sobreexpona" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sobreexponamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sobreexponais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sobreexponan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobreexpusiera" ; "sobreexpusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobreexpusieras" ; "sobreexpusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobreexpusiera" ; "sobreexpusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobreexpusiramos" ; "sobreexpusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobreexpusierais" ; "sobreexpusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobreexpusieran" ; "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) => -} "sobreexpondrs" ;--# 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) => -} "sobreexpondris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sobreexpondrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sobreexpusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sobreexpusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sobreexpusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sobreexpusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sobreexpusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sobreexpusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sobreexpondra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sobreexpondras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sobreexpondra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sobreexpondramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sobreexpondrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sobreexpondran" ;--# 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 (BeschSpa.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) => -} "sobreponis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sobreponen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sobreponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sobrepongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sobreponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sobrepongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sobrepongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sobrepongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sobrepona" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sobreponas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sobrepona" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sobreponamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sobreponais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sobreponan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobrepusiera" ; "sobrepusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobrepusieras" ; "sobrepusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobrepusiera" ; "sobrepusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobrepusiramos" ; "sobrepusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobrepusierais" ; "sobrepusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobrepusieran" ; "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) => -} "sobrepondrs" ;--# 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) => -} "sobrepondris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sobrepondrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sobrepusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sobrepusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sobrepusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sobrepusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sobrepusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sobrepusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sobrepondra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sobrepondras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sobrepondra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sobrepondramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sobrepondrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sobrepondran" ;--# 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 (BeschSpa.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) => -} "subexponis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "subexponen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "subexponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "subexpongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "subexponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "subexpongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "subexpongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "subexpongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "subexpona" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "subexponas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "subexpona" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "subexponamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "subexponais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "subexponan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"subexpusiera" ; "subexpusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"subexpusieras" ; "subexpusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"subexpusiera" ; "subexpusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"subexpusiramos" ; "subexpusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"subexpusierais" ; "subexpusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"subexpusieran" ; "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) => -} "subexpondrs" ;--# 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) => -} "subexpondris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "subexpondrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "subexpusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "subexpusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "subexpusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "subexpusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "subexpusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "subexpusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "subexpondra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "subexpondras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "subexpondra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "subexpondramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "subexpondrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "subexpondran" ;--# 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 (BeschSpa.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) => -} "superponis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "superponen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "superponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "superpongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "superponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "superpongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "superpongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "superpongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "superpona" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "superponas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "superpona" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "superponamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "superponais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "superponan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"superpusiera" ; "superpusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"superpusieras" ; "superpusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"superpusiera" ; "superpusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"superpusiramos" ; "superpusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"superpusierais" ; "superpusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"superpusieran" ; "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) => -} "superpondrs" ;--# 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) => -} "superpondris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "superpondrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "superpusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "superpusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "superpusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "superpusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "superpusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "superpusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "superpondra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "superpondras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "superpondra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "superpondramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "superpondrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "superpondran" ;--# 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 (BeschSpa.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) => -} "suponis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "suponen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "suponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "supongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "suponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "supongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "supongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "supongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "supona" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "suponas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "supona" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "suponamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "suponais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "suponan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"supusiera" ; "supusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"supusieras" ; "supusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"supusiera" ; "supusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"supusiramos" ; "supusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"supusierais" ; "supusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"supusieran" ; "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) => -} "supondrs" ;--# 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) => -} "supondris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "supondrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "supusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "supusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "supusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "supusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "supusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "supusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "supondra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "supondras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "supondra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "supondramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "supondrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "supondran" ;--# 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 (BeschSpa.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) => -} "telecomponis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "telecomponen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "telecomponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "telecompongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "telecomponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "telecompongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "telecompongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "telecompongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "telecompona" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "telecomponas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "telecompona" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "telecomponamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "telecomponais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "telecomponan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"telecompusiera" ; "telecompusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"telecompusieras" ; "telecompusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"telecompusiera" ; "telecompusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"telecompusiramos" ; "telecompusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"telecompusierais" ; "telecompusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"telecompusieran" ; "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) => -} "telecompondrs" ;--# 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) => -} "telecompondris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "telecompondrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "telecompusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "telecompusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "telecompusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "telecompusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "telecompusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "telecompusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "telecompondra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "telecompondras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "telecompondra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "telecompondramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "telecompondrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "telecompondran" ;--# 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 (BeschSpa.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) => -} "transponis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "transponen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "transponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "transpongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "transponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "transpongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "transpongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "transpongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "transpona" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "transponas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "transpona" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "transponamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "transponais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "transponan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"transpusiera" ; "transpusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"transpusieras" ; "transpusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"transpusiera" ; "transpusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"transpusiramos" ; "transpusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"transpusierais" ; "transpusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"transpusieran" ; "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) => -} "transpondrs" ;--# 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) => -} "transpondris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "transpondrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "transpusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "transpusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "transpusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "transpusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "transpusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "transpusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "transpondra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "transpondras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "transpondra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "transpondramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "transpondrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "transpondran" ;--# 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 (BeschSpa.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) => -} "trasponis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "trasponen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "trasponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "traspongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "trasponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "traspongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "traspongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "traspongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "traspona" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "trasponas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "traspona" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "trasponamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "trasponais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "trasponan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"traspusiera" ; "traspusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"traspusieras" ; "traspusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"traspusiera" ; "traspusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"traspusiramos" ; "traspusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"traspusierais" ; "traspusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"traspusieran" ; "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) => -} "traspondrs" ;--# 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) => -} "traspondris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "traspondrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "traspusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "traspusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "traspusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "traspusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "traspusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "traspusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "traspondra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "traspondras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "traspondra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "traspondramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "traspondrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "traspondran" ;--# 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 (BeschSpa.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) => -} "yuxtaponis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "yuxtaponen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "yuxtaponga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "yuxtapongas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "yuxtaponga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "yuxtapongamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "yuxtapongis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "yuxtapongan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "yuxtapona" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "yuxtaponas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "yuxtapona" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "yuxtaponamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "yuxtaponais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "yuxtaponan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"yuxtapusiera" ; "yuxtapusiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"yuxtapusieras" ; "yuxtapusieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"yuxtapusiera" ; "yuxtapusiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"yuxtapusiramos" ; "yuxtapusisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"yuxtapusierais" ; "yuxtapusieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"yuxtapusieran" ; "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) => -} "yuxtapondrs" ;--# 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) => -} "yuxtapondris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "yuxtapondrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "yuxtapusiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "yuxtapusieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "yuxtapusiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "yuxtapusiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "yuxtapusiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "yuxtapusieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "yuxtapondra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "yuxtapondras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "yuxtapondra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "yuxtapondramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "yuxtapondrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "yuxtapondran" ;--# 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 (BeschSpa.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) => -} "advens" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "advienen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "advenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "advengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "advenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "advengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "advengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "advengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "advena" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "advenas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "advena" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "advenamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "advenais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "advenan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"adviniera" ; "adviniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"advinieras" ; "advinieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"adviniera" ; "adviniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"adviniramos" ; "advinisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"advinierais" ; "advinieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"advinieran" ; "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) => -} "advendrs" ;--# 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) => -} "advendris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "advendrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "adviniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "advinieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "adviniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "adviniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "adviniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "advinieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "advendra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "advendras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "advendra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "advendramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "advendrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "advendran" ;--# 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 (BeschSpa.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) => -} "antevens" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "antevienen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "antevenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "antevengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "antevenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "antevengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "antevengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "antevengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "antevena" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "antevenas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "antevena" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "antevenamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "antevenais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "antevenan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"anteviniera" ; "anteviniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"antevinieras" ; "antevinieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"anteviniera" ; "anteviniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"anteviniramos" ; "antevinisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"antevinierais" ; "antevinieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"antevinieran" ; "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) => -} "antevendrs" ;--# 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) => -} "antevendris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "antevendrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "anteviniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "antevinieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "anteviniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "anteviniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "anteviniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "antevinieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "antevendra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "antevendras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "antevendra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "antevendramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "antevendrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "antevendran" ;--# 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 (BeschSpa.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) => -} "aprevens" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "aprevienen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "aprevenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "aprevengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "aprevenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "aprevengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "aprevengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "aprevengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "aprevena" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "aprevenas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "aprevena" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "aprevenamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "aprevenais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "aprevenan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"apreviniera" ; "apreviniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aprevinieras" ; "aprevinieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"apreviniera" ; "apreviniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"apreviniramos" ; "aprevinisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aprevinierais" ; "aprevinieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aprevinieran" ; "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) => -} "aprevendrs" ;--# 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) => -} "aprevendris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "aprevendrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "apreviniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "aprevinieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "apreviniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "apreviniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "apreviniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "aprevinieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "aprevendra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "aprevendras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "aprevendra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "aprevendramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "aprevendrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "aprevendran" ;--# 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 (BeschSpa.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) => -} "avens" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "avienen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "avenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "avengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "avenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "avengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "avengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "avengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "avena" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "avenas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "avena" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "avenamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "avenais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "avenan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aviniera" ; "aviniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"avinieras" ; "avinieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aviniera" ; "aviniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aviniramos" ; "avinisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"avinierais" ; "avinieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"avinieran" ; "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) => -} "avendrs" ;--# 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) => -} "avendris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "avendrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "aviniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "avinieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "aviniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "aviniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "aviniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "avinieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "avendra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "avendras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "avendra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "avendramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "avendrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "avendran" ;--# 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 (BeschSpa.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) => -} "contravens" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "contravienen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "contravenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "contravengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "contravenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "contravengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "contravengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "contravengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "contravena" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "contravenas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "contravena" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "contravenamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "contravenais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "contravenan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"contraviniera" ; "contraviniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"contravinieras" ; "contravinieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"contraviniera" ; "contraviniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"contraviniramos" ; "contravinisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"contravinierais" ; "contravinieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"contravinieran" ; "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) => -} "contravendrs" ;--# 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) => -} "contravendris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "contravendrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "contraviniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "contravinieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "contraviniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "contraviniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "contraviniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "contravinieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "contravendra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "contravendras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "contravendra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "contravendramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "contravendrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "contravendran" ;--# 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 (BeschSpa.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) => -} "convens" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "convienen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "convenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "convengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "convenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "convengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "convengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "convengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "convena" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "convenas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "convena" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "convenamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "convenais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "convenan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"conviniera" ; "conviniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"convinieras" ; "convinieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"conviniera" ; "conviniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"conviniramos" ; "convinisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"convinierais" ; "convinieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"convinieran" ; "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) => -} "convendrs" ;--# 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) => -} "convendris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "convendrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "conviniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "convinieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "conviniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "conviniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "conviniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "convinieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "convendra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "convendras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "convendra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "convendramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "convendrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "convendran" ;--# 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 (BeschSpa.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) => -} "desavens" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desavienen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desavenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desavengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desavenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desavengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desavengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desavengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desavena" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desavenas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desavena" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desavenamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desavenais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desavenan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desaviniera" ; "desaviniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desavinieras" ; "desavinieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desaviniera" ; "desaviniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desaviniramos" ; "desavinisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desavinierais" ; "desavinieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desavinieran" ; "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) => -} "desavendrs" ;--# 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) => -} "desavendris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desavendrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desaviniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desavinieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desaviniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desaviniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desaviniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desavinieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desavendra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desavendras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desavendra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desavendramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desavendrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desavendran" ;--# 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 (BeschSpa.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) => -} "desconvens" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desconvienen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desconvenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desconvengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desconvenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desconvengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desconvengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desconvengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desconvena" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desconvenas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desconvena" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desconvenamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desconvenais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desconvenan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desconviniera" ; "desconviniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desconvinieras" ; "desconvinieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desconviniera" ; "desconviniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desconviniramos" ; "desconvinisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desconvinierais" ; "desconvinieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desconvinieran" ; "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) => -} "desconvendrs" ;--# 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) => -} "desconvendris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desconvendrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desconviniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desconvinieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desconviniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desconviniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desconviniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desconvinieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desconvendra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desconvendras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desconvendra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desconvendramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desconvendrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desconvendran" ;--# 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 (BeschSpa.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) => -} "devens" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "devienen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "devenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "devengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "devenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "devengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "devengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "devengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "devena" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "devenas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "devena" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "devenamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "devenais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "devenan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"deviniera" ; "deviniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"devinieras" ; "devinieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"deviniera" ; "deviniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"deviniramos" ; "devinisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"devinierais" ; "devinieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"devinieran" ; "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) => -} "devendrs" ;--# 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) => -} "devendris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "devendrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "deviniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "devinieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "deviniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "deviniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "deviniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "devinieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "devendra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "devendras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "devendra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "devendramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "devendrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "devendran" ;--# 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 (BeschSpa.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) => -} "disconvens" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "disconvienen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "disconvenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "disconvengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "disconvenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "disconvengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "disconvengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "disconvengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "disconvena" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "disconvenas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "disconvena" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "disconvenamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "disconvenais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "disconvenan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"disconviniera" ; "disconviniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"disconvinieras" ; "disconvinieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"disconviniera" ; "disconviniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"disconviniramos" ; "disconvinisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"disconvinierais" ; "disconvinieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"disconvinieran" ; "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) => -} "disconvendrs" ;--# 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) => -} "disconvendris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "disconvendrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "disconviniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "disconvinieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "disconviniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "disconviniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "disconviniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "disconvinieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "disconvendra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "disconvendras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "disconvendra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "disconvendramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "disconvendrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "disconvendran" ;--# 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 (BeschSpa.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) => -} "intervens" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "intervienen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "intervenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "intervengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "intervenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "intervengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "intervengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "intervengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "intervena" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "intervenas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "intervena" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "intervenamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "intervenais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "intervenan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"interviniera" ; "interviniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"intervinieras" ; "intervinieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"interviniera" ; "interviniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"interviniramos" ; "intervinisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"intervinierais" ; "intervinieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"intervinieran" ; "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) => -} "intervendrs" ;--# 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) => -} "intervendris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "intervendrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "interviniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "intervinieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "interviniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "interviniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "interviniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "intervinieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "intervendra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "intervendras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "intervendra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "intervendramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "intervendrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "intervendran" ;--# 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 (BeschSpa.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) => -} "prevens" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "previenen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "prevenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "prevengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "prevenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "prevengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "prevengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "prevengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "prevena" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "prevenas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "prevena" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "prevenamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "prevenais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "prevenan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"previniera" ; "previniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"previnieras" ; "previnieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"previniera" ; "previniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"previniramos" ; "previnisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"previnierais" ; "previnieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"previnieran" ; "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) => -} "prevendrs" ;--# 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) => -} "prevendris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "prevendrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "previniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "previnieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "previniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "previniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "previniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "previnieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "prevendra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "prevendras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "prevendra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "prevendramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "prevendrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "prevendran" ;--# 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 (BeschSpa.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) => -} "provens" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "provienen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "provenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "provengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "provenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "provengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "provengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "provengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "provena" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "provenas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "provena" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "provenamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "provenais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "provenan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"proviniera" ; "proviniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"provinieras" ; "provinieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"proviniera" ; "proviniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"proviniramos" ; "provinisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"provinierais" ; "provinieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"provinieran" ; "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) => -} "provendrs" ;--# 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) => -} "provendris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "provendrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "proviniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "provinieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "proviniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "proviniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "proviniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "provinieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "provendra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "provendras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "provendra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "provendramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "provendrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "provendran" ;--# 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 (BeschSpa.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) => -} "reconvens" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reconvienen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reconvenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reconvengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reconvenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reconvengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reconvengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "reconvengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reconvena" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reconvenas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reconvena" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reconvenamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reconvenais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reconvenan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reconviniera" ; "reconviniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reconvinieras" ; "reconvinieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reconviniera" ; "reconviniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reconviniramos" ; "reconvinisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reconvinierais" ; "reconvinieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reconvinieran" ; "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) => -} "reconvendrs" ;--# 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) => -} "reconvendris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reconvendrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reconviniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "reconvinieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reconviniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reconviniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reconviniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "reconvinieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reconvendra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reconvendras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reconvendra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reconvendramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reconvendrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reconvendran" ;--# 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 (BeschSpa.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) => -} "revens" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "revienen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "revenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "revengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "revenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "revengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "revengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "revengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "revena" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "revenas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "revena" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "revenamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "revenais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "revenan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reviniera" ; "reviniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"revinieras" ; "revinieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reviniera" ; "reviniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reviniramos" ; "revinisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"revinierais" ; "revinieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"revinieran" ; "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) => -} "revendrs" ;--# 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) => -} "revendris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "revendrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reviniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "revinieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reviniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reviniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reviniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "revinieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "revendra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "revendras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "revendra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "revendramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "revendrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "revendran" ;--# 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 (BeschSpa.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) => -} "sobrevens" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sobrevienen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sobrevenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sobrevengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sobrevenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sobrevengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sobrevengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sobrevengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sobrevena" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sobrevenas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sobrevena" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sobrevenamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sobrevenais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sobrevenan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobreviniera" ; "sobreviniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobrevinieras" ; "sobrevinieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobreviniera" ; "sobreviniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobreviniramos" ; "sobrevinisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobrevinierais" ; "sobrevinieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobrevinieran" ; "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) => -} "sobrevendrs" ;--# 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) => -} "sobrevendris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sobrevendrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sobreviniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sobrevinieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sobreviniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sobreviniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sobreviniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sobrevinieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sobrevendra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sobrevendras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sobrevendra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sobrevendramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sobrevendrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sobrevendran" ;--# 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 (BeschSpa.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) => -} "subvens" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "subvienen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "subvenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "subvengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "subvenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "subvengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "subvengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "subvengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "subvena" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "subvenas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "subvena" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "subvenamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "subvenais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "subvenan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"subviniera" ; "subviniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"subvinieras" ; "subvinieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"subviniera" ; "subviniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"subviniramos" ; "subvinisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"subvinierais" ; "subvinieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"subvinieran" ; "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) => -} "subvendrs" ;--# 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) => -} "subvendris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "subvendrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "subviniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "subvinieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "subviniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "subviniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "subviniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "subvinieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "subvendra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "subvendras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "subvendra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "subvendramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "subvendrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "subvendran" ;--# 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 (BeschSpa.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) => -} "supervens" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "supervienen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "supervenga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "supervengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "supervenga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "supervengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "supervengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "supervengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "supervena" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "supervenas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "supervena" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "supervenamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "supervenais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "supervenan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"superviniera" ; "superviniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"supervinieras" ; "supervinieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"superviniera" ; "superviniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"superviniramos" ; "supervinisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"supervinierais" ; "supervinieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"supervinieran" ; "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) => -} "supervendrs" ;--# 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) => -} "supervendris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "supervendrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "superviniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "supervinieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "superviniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "superviniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "superviniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "supervinieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "supervendra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "supervendras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "supervendra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "supervendramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "supervendrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "supervendran" ;--# 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 (BeschSpa.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) => -} "vens" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "vienen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "venga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "vengas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "venga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "vengamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "vengis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "vengan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "vena" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "venas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "vena" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "venamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "venais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "venan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"viniera" ; "viniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"vinieras" ; "vinieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"viniera" ; "viniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"viniramos" ; "vinisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"vinierais" ; "vinieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"vinieran" ; "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) => -} "vendrs" ;--# 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) => -} "vendris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "vendrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "viniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "vinieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "viniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "viniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "viniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "vinieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "vendra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "vendras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "vendra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "vendramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "vendrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "vendran" ;--# 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 (BeschSpa.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) => -} "rompis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "rompen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "rompa" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "rompas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "rompa" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "rompamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "rompis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "rompan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "rompa" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "rompas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "rompa" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "rompamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "rompais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "rompan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rompiera" ; "rompiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rompieras" ; "rompieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rompiera" ; "rompiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rompiramos" ; "rompisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rompierais" ; "rompieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rompieran" ; "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) => -} "rompers" ;--# 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) => -} "romperis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "rompern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "rompiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "rompieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "rompiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "rompiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "rompiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "rompieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "rompera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "romperas" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "rompera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "romperamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "romperais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "romperan" ;--# 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 (BeschSpa.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) => -} "volvis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "vuelven" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "vuelva" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "vuelvas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "vuelva" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "volvamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "volvis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "vuelvan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "volva" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "volvas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "volva" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "volvamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "volvais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "volvan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"volviera" ; "volviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"volvieras" ; "volvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"volviera" ; "volviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"volviramos" ; "volvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"volvierais" ; "volvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"volvieran" ; "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) => -} "volvers" ;--# 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) => -} "volveris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "volvern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "volviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "volvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "volviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "volviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "volviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "volvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "volvera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "volveras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "volvera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "volveramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "volverais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "volveran" ;--# 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 (BeschSpa.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) => -} "pudrs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "pudren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "pudra" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "pudras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "pudra" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "pudramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "pudris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "pudran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "pudra" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "pudras" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "pudra" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "pudramos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "pudrais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "pudran" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"pudriera" ; "pudriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"pudrieras" ; "pudrieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"pudriera" ; "pudriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"pudriramos" ; "pudrisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"pudrierais" ; "pudrieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"pudrieran" ; "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) => -} "pudrirs" ;--# 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) => -} "pudriris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "pudrirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "pudriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "pudrieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "pudriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "pudriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "pudriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "pudrieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "pudrira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "pudriras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "pudrira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "pudriramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "pudrirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "pudriran" ;--# 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 (BeschSpa.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 Subj C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Subj 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 Subj C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Subj 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 Subj C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Subj 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 (BeschSpa.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 Subj C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Subj 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 Subj C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Subj 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 Subj C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Subj 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 (BeschSpa.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 Subj C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Subj 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 Subj C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Subj 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 Subj C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Subj 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 (BeschSpa.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 Subj C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Subj 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 Subj C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Subj 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 Subj C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Subj 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 (BeschSpa.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 Subj C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Subj 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 Subj C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Subj 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 Subj C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Subj 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 (BeschSpa.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 Subj C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Subj 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 Subj C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Subj 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 Subj C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Subj 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 (BeschSpa.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) => -} "abrs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "abren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "abra" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "abras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "abra" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "abramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "abris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "abran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "abra" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "abras" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "abra" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "abramos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "abrais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "abran" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"abriera" ; "abriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"abrieras" ; "abrieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"abriera" ; "abriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"abriramos" ; "abrisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"abrierais" ; "abrieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"abrieran" ; "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) => -} "abrirs" ;--# 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) => -} "abriris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "abrirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "abriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "abrieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "abriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "abriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "abriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "abrieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "abrira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "abriras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "abrira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "abriramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "abrirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "abriran" ;--# 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 (BeschSpa.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) => -} "adscribs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "adscriben" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "adscriba" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "adscribas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "adscriba" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "adscribamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "adscribis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "adscriban" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "adscriba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "adscribas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "adscriba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "adscribamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "adscribais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "adscriban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"adscribiera" ; "adscribiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"adscribieras" ; "adscribieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"adscribiera" ; "adscribiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"adscribiramos" ; "adscribisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"adscribierais" ; "adscribieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"adscribieran" ; "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) => -} "adscribirs" ;--# 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) => -} "adscribiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "adscribirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "adscribiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "adscribieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "adscribiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "adscribiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "adscribiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "adscribieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "adscribira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "adscribiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "adscribira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "adscribiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "adscribirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "adscribiran" ;--# 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 (BeschSpa.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) => -} "circunscribs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "circunscriben" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "circunscriba" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "circunscribas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "circunscriba" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "circunscribamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "circunscribis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "circunscriban" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "circunscriba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "circunscribas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "circunscriba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "circunscribamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "circunscribais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "circunscriban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"circunscribiera" ; "circunscribiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"circunscribieras" ; "circunscribieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"circunscribiera" ; "circunscribiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"circunscribiramos" ; "circunscribisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"circunscribierais" ; "circunscribieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"circunscribieran" ; "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) => -} "circunscribirs" ;--# 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) => -} "circunscribiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "circunscribirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "circunscribiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "circunscribieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "circunscribiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "circunscribiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "circunscribiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "circunscribieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "circunscribira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "circunscribiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "circunscribira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "circunscribiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "circunscribirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "circunscribiran" ;--# 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 (BeschSpa.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) => -} "cubrs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "cubren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "cubra" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "cubras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "cubra" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "cubramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "cubris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "cubran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "cubra" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "cubras" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "cubra" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "cubramos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "cubrais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "cubran" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"cubriera" ; "cubriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"cubrieras" ; "cubrieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"cubriera" ; "cubriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"cubriramos" ; "cubrisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"cubrierais" ; "cubrieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"cubrieran" ; "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) => -} "cubrirs" ;--# 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) => -} "cubriris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "cubrirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "cubriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "cubrieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "cubriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "cubriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "cubriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "cubrieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "cubrira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "cubriras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "cubrira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "cubriramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "cubrirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "cubriran" ;--# 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 (BeschSpa.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) => -} "describs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "describen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "describa" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "describas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "describa" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "describamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "describis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "describan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "describa" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "describas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "describa" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "describamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "describais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "describan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"describiera" ; "describiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"describieras" ; "describieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"describiera" ; "describiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"describiramos" ; "describisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"describierais" ; "describieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"describieran" ; "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) => -} "describirs" ;--# 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) => -} "describiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "describirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "describiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "describieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "describiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "describiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "describiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "describieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "describira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "describiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "describira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "describiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "describirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "describiran" ;--# 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 (BeschSpa.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) => -} "descubrs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "descubren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "descubra" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "descubras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "descubra" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "descubramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "descubris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "descubran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "descubra" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "descubras" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "descubra" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "descubramos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "descubrais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "descubran" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descubriera" ; "descubriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descubrieras" ; "descubrieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descubriera" ; "descubriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descubriramos" ; "descubrisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descubrierais" ; "descubrieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descubrieran" ; "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) => -} "descubrirs" ;--# 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) => -} "descubriris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "descubrirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "descubriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "descubrieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "descubriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "descubriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "descubriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "descubrieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "descubrira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "descubriras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "descubrira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "descubriramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "descubrirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "descubriran" ;--# 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 (BeschSpa.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) => -} "encubrs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "encubren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "encubra" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "encubras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "encubra" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "encubramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "encubris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "encubran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "encubra" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "encubras" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "encubra" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "encubramos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "encubrais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "encubran" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encubriera" ; "encubriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encubrieras" ; "encubrieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encubriera" ; "encubriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encubriramos" ; "encubrisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encubrierais" ; "encubrieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encubrieran" ; "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) => -} "encubrirs" ;--# 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) => -} "encubriris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "encubrirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "encubriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "encubrieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "encubriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "encubriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "encubriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "encubrieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "encubrira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "encubriras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "encubrira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "encubriramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "encubrirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "encubriran" ;--# 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 (BeschSpa.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) => -} "entreabrs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "entreabren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "entreabra" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "entreabras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "entreabra" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "entreabramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "entreabris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "entreabran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "entreabra" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "entreabras" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "entreabra" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "entreabramos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "entreabrais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "entreabran" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entreabriera" ; "entreabriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entreabrieras" ; "entreabrieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entreabriera" ; "entreabriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entreabriramos" ; "entreabrisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entreabrierais" ; "entreabrieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entreabrieran" ; "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) => -} "entreabrirs" ;--# 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) => -} "entreabriris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "entreabrirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "entreabriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "entreabrieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "entreabriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "entreabriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "entreabriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "entreabrieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "entreabrira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "entreabriras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "entreabrira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "entreabriramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "entreabrirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "entreabriran" ;--# 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 (BeschSpa.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) => -} "escribs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "escriben" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "escriba" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "escribas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "escriba" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "escribamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "escribis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "escriban" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "escriba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "escribas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "escriba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "escribamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "escribais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "escriban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"escribiera" ; "escribiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"escribieras" ; "escribieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"escribiera" ; "escribiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"escribiramos" ; "escribisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"escribierais" ; "escribieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"escribieran" ; "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) => -} "escribirs" ;--# 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) => -} "escribiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "escribirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "escribiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "escribieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "escribiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "escribiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "escribiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "escribieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "escribira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "escribiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "escribira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "escribiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "escribirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "escribiran" ;--# 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 (BeschSpa.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) => -} "inscribs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "inscriben" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "inscriba" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "inscribas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "inscriba" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "inscribamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "inscribis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "inscriban" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "inscriba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "inscribas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "inscriba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "inscribamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "inscribais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "inscriban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"inscribiera" ; "inscribiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"inscribieras" ; "inscribieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"inscribiera" ; "inscribiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"inscribiramos" ; "inscribisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"inscribierais" ; "inscribieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"inscribieran" ; "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) => -} "inscribirs" ;--# 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) => -} "inscribiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "inscribirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "inscribiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "inscribieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "inscribiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "inscribiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "inscribiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "inscribieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "inscribira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "inscribiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "inscribira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "inscribiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "inscribirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "inscribiran" ;--# 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 (BeschSpa.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) => -} "manuscribs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "manuscriben" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "manuscriba" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "manuscribas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "manuscriba" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "manuscribamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "manuscribis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "manuscriban" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "manuscriba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "manuscribas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "manuscriba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "manuscribamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "manuscribais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "manuscriban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"manuscribiera" ; "manuscribiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"manuscribieras" ; "manuscribieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"manuscribiera" ; "manuscribiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"manuscribiramos" ; "manuscribisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"manuscribierais" ; "manuscribieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"manuscribieran" ; "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) => -} "manuscribirs" ;--# 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) => -} "manuscribiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "manuscribirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "manuscribiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "manuscribieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "manuscribiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "manuscribiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "manuscribiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "manuscribieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "manuscribira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "manuscribiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "manuscribira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "manuscribiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "manuscribirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "manuscribiran" ;--# 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 (BeschSpa.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) => -} "prescribs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "prescriben" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "prescriba" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "prescribas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "prescriba" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "prescribamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "prescribis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "prescriban" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "prescriba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "prescribas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "prescriba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "prescribamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "prescribais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "prescriban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"prescribiera" ; "prescribiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"prescribieras" ; "prescribieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"prescribiera" ; "prescribiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"prescribiramos" ; "prescribisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"prescribierais" ; "prescribieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"prescribieran" ; "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) => -} "prescribirs" ;--# 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) => -} "prescribiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "prescribirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "prescribiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "prescribieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "prescribiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "prescribiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "prescribiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "prescribieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "prescribira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "prescribiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "prescribira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "prescribiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "prescribirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "prescribiran" ;--# 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 (BeschSpa.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) => -} "proscribs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "proscriben" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "proscriba" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "proscribas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "proscriba" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "proscribamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "proscribis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "proscriban" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "proscriba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "proscribas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "proscriba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "proscribamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "proscribais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "proscriban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"proscribiera" ; "proscribiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"proscribieras" ; "proscribieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"proscribiera" ; "proscribiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"proscribiramos" ; "proscribisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"proscribierais" ; "proscribieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"proscribieran" ; "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) => -} "proscribirs" ;--# 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) => -} "proscribiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "proscribirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "proscribiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "proscribieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "proscribiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "proscribiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "proscribiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "proscribieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "proscribira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "proscribiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "proscribira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "proscribiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "proscribirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "proscribiran" ;--# 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 (BeschSpa.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) => -} "reabrs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reabren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reabra" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reabras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reabra" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reabramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reabris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "reabran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reabra" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reabras" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reabra" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reabramos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reabrais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reabran" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reabriera" ; "reabriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reabrieras" ; "reabrieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reabriera" ; "reabriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reabriramos" ; "reabrisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reabrierais" ; "reabrieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reabrieran" ; "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) => -} "reabrirs" ;--# 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) => -} "reabriris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reabrirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reabriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "reabrieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reabriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reabriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reabriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "reabrieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reabrira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reabriras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reabrira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reabriramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reabrirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reabriran" ;--# 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 (BeschSpa.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) => -} "reinscribs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reinscriben" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reinscriba" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reinscribas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reinscriba" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reinscribamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reinscribis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "reinscriban" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reinscriba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reinscribas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reinscriba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reinscribamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reinscribais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reinscriban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reinscribiera" ; "reinscribiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reinscribieras" ; "reinscribieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reinscribiera" ; "reinscribiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reinscribiramos" ; "reinscribisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reinscribierais" ; "reinscribieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reinscribieran" ; "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) => -} "reinscribirs" ;--# 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) => -} "reinscribiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reinscribirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reinscribiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "reinscribieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reinscribiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reinscribiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reinscribiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "reinscribieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reinscribira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reinscribiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reinscribira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reinscribiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reinscribirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reinscribiran" ;--# 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 (BeschSpa.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) => -} "rescribs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "rescriben" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "rescriba" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "rescribas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "rescriba" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "rescribamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "rescribis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "rescriban" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "rescriba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "rescribas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "rescriba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "rescribamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "rescribais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "rescriban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rescribiera" ; "rescribiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rescribieras" ; "rescribieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rescribiera" ; "rescribiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rescribiramos" ; "rescribisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rescribierais" ; "rescribieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rescribieran" ; "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) => -} "rescribirs" ;--# 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) => -} "rescribiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "rescribirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "rescribiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "rescribieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "rescribiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "rescribiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "rescribiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "rescribieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "rescribira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "rescribiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "rescribira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "rescribiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "rescribirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "rescribiran" ;--# 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 (BeschSpa.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) => -} "sobrescribs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sobrescriben" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sobrescriba" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sobrescribas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sobrescriba" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sobrescribamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sobrescribis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sobrescriban" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sobrescriba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sobrescribas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sobrescriba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sobrescribamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sobrescribais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sobrescriban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobrescribiera" ; "sobrescribiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobrescribieras" ; "sobrescribieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobrescribiera" ; "sobrescribiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobrescribiramos" ; "sobrescribisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobrescribierais" ; "sobrescribieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobrescribieran" ; "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) => -} "sobrescribirs" ;--# 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) => -} "sobrescribiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sobrescribirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sobrescribiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sobrescribieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sobrescribiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sobrescribiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sobrescribiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sobrescribieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sobrescribira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sobrescribiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sobrescribira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sobrescribiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sobrescribirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sobrescribiran" ;--# 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 (BeschSpa.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) => -} "subscribs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "subscriben" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "subscriba" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "subscribas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "subscriba" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "subscribamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "subscribis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "subscriban" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "subscriba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "subscribas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "subscriba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "subscribamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "subscribais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "subscriban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"subscribiera" ; "subscribiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"subscribieras" ; "subscribieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"subscribiera" ; "subscribiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"subscribiramos" ; "subscribisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"subscribierais" ; "subscribieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"subscribieran" ; "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) => -} "subscribirs" ;--# 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) => -} "subscribiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "subscribirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "subscribiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "subscribieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "subscribiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "subscribiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "subscribiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "subscribieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "subscribira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "subscribiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "subscribira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "subscribiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "subscribirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "subscribiran" ;--# 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 (BeschSpa.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) => -} "suscribs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "suscriben" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "suscriba" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "suscribas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "suscriba" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "suscribamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "suscribis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "suscriban" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "suscriba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "suscribas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "suscriba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "suscribamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "suscribais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "suscriban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"suscribiera" ; "suscribiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"suscribieras" ; "suscribieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"suscribiera" ; "suscribiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"suscribiramos" ; "suscribisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"suscribierais" ; "suscribieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"suscribieran" ; "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) => -} "suscribirs" ;--# 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) => -} "suscribiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "suscribirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "suscribiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "suscribieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "suscribiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "suscribiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "suscribiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "suscribieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "suscribira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "suscribiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "suscribira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "suscribiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "suscribirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "suscribiran" ;--# 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 (BeschSpa.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) => -} "transcribs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "transcriben" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "transcriba" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "transcribas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "transcriba" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "transcribamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "transcribis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "transcriban" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "transcriba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "transcribas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "transcriba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "transcribamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "transcribais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "transcriban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"transcribiera" ; "transcribiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"transcribieras" ; "transcribieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"transcribiera" ; "transcribiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"transcribiramos" ; "transcribisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"transcribierais" ; "transcribieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"transcribieran" ; "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) => -} "transcribirs" ;--# 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) => -} "transcribiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "transcribirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "transcribiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "transcribieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "transcribiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "transcribiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "transcribiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "transcribieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "transcribira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "transcribiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "transcribira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "transcribiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "transcribirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "transcribiran" ;--# 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 (BeschSpa.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) => -} "trascribs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "trascriben" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "trascriba" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "trascribas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "trascriba" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "trascribamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "trascribis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "trascriban" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "trascriba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "trascribas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "trascriba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "trascribamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "trascribais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "trascriban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trascribiera" ; "trascribiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trascribieras" ; "trascribieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trascribiera" ; "trascribiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trascribiramos" ; "trascribisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trascribierais" ; "trascribieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trascribieran" ; "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) => -} "trascribirs" ;--# 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) => -} "trascribiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "trascribirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "trascribiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "trascribieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "trascribiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "trascribiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "trascribiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "trascribieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "trascribira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "trascribiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "trascribira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "trascribiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "trascribirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "trascribiran" ;--# 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 (BeschSpa.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) => -} "abols" ; + {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; + {- VPB (Impf Ind C.Sg C.P1) => -} "abola" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "abolas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "abola" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "abolamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "abolais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "abolan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aboliera" ; "aboliese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"abolieras" ; "abolieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aboliera" ; "aboliese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aboliramos" ; "abolisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"abolierais" ; "abolieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"abolieran" ; "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) => -} "abolirs" ;--# 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) => -} "aboliris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "abolirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "aboliere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "abolieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "aboliere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "aboliremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "aboliereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "abolieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "abolira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "aboliras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "abolira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "aboliramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "abolirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "aboliran" ;--# 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 (BeschSpa.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) => -} "agreds" ; + {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; + {- VPB (Impf Ind C.Sg C.P1) => -} "agreda" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "agredas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "agreda" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "agredamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "agredais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "agredan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"agrediera" ; "agrediese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"agredieras" ; "agredieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"agrediera" ; "agrediese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"agrediramos" ; "agredisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"agredierais" ; "agredieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"agredieran" ; "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) => -} "agredirs" ;--# 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) => -} "agrediris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "agredirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "agrediere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "agredieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "agrediere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "agrediremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "agrediereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "agredieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "agredira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "agrediras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "agredira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "agrediramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "agredirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "agrediran" ;--# 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 (BeschSpa.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) => -} "aguerrs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; + {- VPB (Impf Ind C.Sg C.P1) => -} "aguerra" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "aguerras" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "aguerra" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "aguerramos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "aguerrais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "aguerran" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aguerriera" ; "aguerriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aguerrieras" ; "aguerrieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aguerriera" ; "aguerriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aguerriramos" ; "aguerrisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aguerrierais" ; "aguerrieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aguerrieran" ; "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) => -} "aguerrirs" ;--# 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) => -} "aguerriris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "aguerrirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "aguerriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "aguerrieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "aguerriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "aguerriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "aguerriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "aguerrieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "aguerrira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "aguerriras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "aguerrira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "aguerriramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "aguerrirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "aguerriran" ;--# 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 (BeschSpa.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) => -} "arrecs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; + {- VPB (Impf Ind C.Sg C.P1) => -} "arreca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "arrecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "arreca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "arrecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "arrecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "arrecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"arreciera" ; "arreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"arrecieras" ; "arrecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"arreciera" ; "arreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"arreciramos" ; "arrecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"arrecierais" ; "arrecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"arrecieran" ; "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) => -} "arrecirs" ;--# 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) => -} "arreciris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "arrecirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "arreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "arrecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "arreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "arreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "arreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "arrecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "arrecira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "arreciras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "arrecira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "arreciramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "arrecirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "arreciran" ;--# 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 (BeschSpa.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) => -} "aters" ; + {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; + {- VPB (Impf Ind C.Sg C.P1) => -} "atera" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "ateras" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "atera" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "ateramos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "aterais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "ateran" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ateriera" ; "ateriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aterieras" ; "aterieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ateriera" ; "ateriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ateriramos" ; "aterisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aterierais" ; "aterieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aterieran" ; "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) => -} "aterirs" ;--# 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) => -} "ateriris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "aterirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "ateriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "aterieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "ateriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "ateriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "ateriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "aterieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "aterira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "ateriras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "aterira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "ateriramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "aterirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "ateriran" ;--# 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 (BeschSpa.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) => -} "blands" ; + {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; + {- VPB (Impf Ind C.Sg C.P1) => -} "blanda" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "blandas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "blanda" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "blandamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "blandais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "blandan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"blandiera" ; "blandiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"blandieras" ; "blandieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"blandiera" ; "blandiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"blandiramos" ; "blandisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"blandierais" ; "blandieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"blandieran" ; "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) => -} "blandirs" ;--# 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) => -} "blandiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "blandirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "blandiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "blandieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "blandiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "blandiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "blandiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "blandieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "blandira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "blandiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "blandira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "blandiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "blandirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "blandiran" ;--# 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 (BeschSpa.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) => -} "colors" ; + {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; + {- VPB (Impf Ind C.Sg C.P1) => -} "colora" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "coloras" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "colora" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "coloramos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "colorais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "coloran" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"coloriera" ; "coloriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"colorieras" ; "colorieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"coloriera" ; "coloriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"coloriramos" ; "colorisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"colorierais" ; "colorieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"colorieran" ; "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) => -} "colorirs" ;--# 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) => -} "coloriris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "colorirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "coloriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "colorieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "coloriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "coloriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "coloriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "colorieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "colorira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "coloriras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "colorira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "coloriramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "colorirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "coloriran" ;--# 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 (BeschSpa.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) => -} "concerns" ; + {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; + {- VPB (Impf Ind C.Sg C.P1) => -} "concerna" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "concernas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "concerna" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "concernamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "concernais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "concernan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"concerniera" ; "concerniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"concernieras" ; "concernieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"concerniera" ; "concerniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"concerniramos" ; "concernisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"concernierais" ; "concernieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"concernieran" ; "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) => -} "concernirs" ;--# 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) => -} "concerniris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "concernirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "concerniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "concernieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "concerniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "concerniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "concerniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "concernieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "concernira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "concerniras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "concernira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "concerniramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "concernirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "concerniran" ;--# 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 (BeschSpa.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) => -} "empederns" ; + {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; + {- VPB (Impf Ind C.Sg C.P1) => -} "empederna" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "empedernas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "empederna" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "empedernamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "empedernais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "empedernan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empederniera" ; "empederniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empedernieras" ; "empedernieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empederniera" ; "empederniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empederniramos" ; "empedernisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empedernierais" ; "empedernieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empedernieran" ; "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) => -} "empedernirs" ;--# 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) => -} "empederniris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "empedernirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "empederniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "empedernieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "empederniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "empederniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "empederniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "empedernieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "empedernira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "empederniras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "empedernira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "empederniramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "empedernirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "empederniran" ;--# 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 (BeschSpa.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) => -} "garants" ; + {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; + {- VPB (Impf Ind C.Sg C.P1) => -} "garanta" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "garantas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "garanta" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "garantamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "garantais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "garantan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"garantiera" ; "garantiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"garantieras" ; "garantieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"garantiera" ; "garantiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"garantiramos" ; "garantisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"garantierais" ; "garantieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"garantieran" ; "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) => -} "garantirs" ;--# 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) => -} "garantiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "garantirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "garantiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "garantieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "garantiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "garantiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "garantiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "garantieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "garantira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "garantiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "garantira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "garantiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "garantirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "garantiran" ;--# 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 (BeschSpa.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) => -} "mans" ; + {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; + {- VPB (Impf Ind C.Sg C.P1) => -} "mana" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "manas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "mana" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "manamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "manais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "manan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"maniera" ; "maniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"manieras" ; "manieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"maniera" ; "maniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"maniramos" ; "manisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"manierais" ; "manieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"manieran" ; "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) => -} "manirs" ;--# 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) => -} "maniris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "manirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "maniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "manieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "maniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "maniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "maniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "manieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "manira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "maniras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "manira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "maniramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "manirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "maniran" ;--# 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 (BeschSpa.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) => -} "transgreds" ; + {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; + {- VPB (Impf Ind C.Sg C.P1) => -} "transgreda" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "transgredas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "transgreda" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "transgredamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "transgredais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "transgredan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"transgrediera" ; "transgrediese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"transgredieras" ; "transgredieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"transgrediera" ; "transgrediese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"transgrediramos" ; "transgredisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"transgredierais" ; "transgredieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"transgredieran" ; "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) => -} "transgredirs" ;--# 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) => -} "transgrediris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "transgredirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "transgrediere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "transgredieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "transgrediere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "transgrediremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "transgrediereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "transgredieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "transgredira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "transgrediras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "transgredira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "transgrediramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "transgredirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "transgrediran" ;--# 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 (BeschSpa.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) => -} "trasgreds" ; + {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; + {- VPB (Impf Ind C.Sg C.P1) => -} "trasgreda" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "trasgredas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "trasgreda" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "trasgredamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "trasgredais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "trasgredan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trasgrediera" ; "trasgrediese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trasgredieras" ; "trasgredieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trasgrediera" ; "trasgrediese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trasgrediramos" ; "trasgredisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trasgredierais" ; "trasgredieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trasgredieran" ; "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) => -} "trasgredirs" ;--# 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) => -} "trasgrediris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "trasgredirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "trasgrediere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "trasgredieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "trasgrediere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "trasgrediremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "trasgrediereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "trasgredieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "trasgredira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "trasgrediras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "trasgredira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "trasgrediramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "trasgredirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "trasgrediran" ;--# 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 (BeschSpa.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) => -} "adquirs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "adquieren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "adquiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "adquieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "adquiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "adquiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "adquiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "adquieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "adquira" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "adquiras" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "adquira" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "adquiramos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "adquirais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "adquiran" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"adquiriera" ; "adquiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"adquirieras" ; "adquirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"adquiriera" ; "adquiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"adquiriramos" ; "adquirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"adquirierais" ; "adquirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"adquirieran" ; "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) => -} "adquirirs" ;--# 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) => -} "adquiriris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "adquirirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "adquiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "adquirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "adquiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "adquiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "adquiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "adquirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "adquirira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "adquiriras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "adquirira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "adquiriramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "adquirirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "adquiriran" ;--# 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 (BeschSpa.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) => -} "coadquirs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "coadquieren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "coadquiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "coadquieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "coadquiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "coadquiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "coadquiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "coadquieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "coadquira" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "coadquiras" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "coadquira" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "coadquiramos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "coadquirais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "coadquiran" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"coadquiriera" ; "coadquiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"coadquirieras" ; "coadquirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"coadquiriera" ; "coadquiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"coadquiriramos" ; "coadquirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"coadquirierais" ; "coadquirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"coadquirieran" ; "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) => -} "coadquirirs" ;--# 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) => -} "coadquiriris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "coadquirirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "coadquiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "coadquirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "coadquiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "coadquiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "coadquiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "coadquirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "coadquirira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "coadquiriras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "coadquirira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "coadquiriramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "coadquirirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "coadquiriran" ;--# 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 (BeschSpa.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) => -} "inquirs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "inquieren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "inquiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "inquieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "inquiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "inquiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "inquiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "inquieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "inquira" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "inquiras" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "inquira" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "inquiramos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "inquirais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "inquiran" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"inquiriera" ; "inquiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"inquirieras" ; "inquirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"inquiriera" ; "inquiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"inquiriramos" ; "inquirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"inquirierais" ; "inquirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"inquirieran" ; "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) => -} "inquirirs" ;--# 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) => -} "inquiriris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "inquirirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "inquiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "inquirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "inquiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "inquiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "inquiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "inquirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "inquirira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "inquiriras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "inquirira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "inquiriramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "inquirirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "inquiriran" ;--# 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 (BeschSpa.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) => -} "perquirs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "perquieren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "perquiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "perquieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "perquiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "perquiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "perquiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "perquieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "perquira" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "perquiras" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "perquira" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "perquiramos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "perquirais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "perquiran" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"perquiriera" ; "perquiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"perquirieras" ; "perquirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"perquiriera" ; "perquiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"perquiriramos" ; "perquirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"perquirierais" ; "perquirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"perquirieran" ; "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) => -} "perquirirs" ;--# 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) => -} "perquiriris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "perquirirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "perquiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "perquirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "perquiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "perquiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "perquiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "perquirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "perquirira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "perquiriras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "perquirira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "perquiriramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "perquirirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "perquiriran" ;--# 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 (BeschSpa.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) => -} "ascendis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ascienden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ascienda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "asciendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ascienda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "ascendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "ascendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "asciendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "ascenda" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "ascendas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "ascenda" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "ascendamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "ascendais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "ascendan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ascendiera" ; "ascendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ascendieras" ; "ascendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ascendiera" ; "ascendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ascendiramos" ; "ascendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ascendierais" ; "ascendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ascendieran" ; "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) => -} "ascenders" ;--# 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) => -} "ascenderis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "ascendern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "ascendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "ascendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "ascendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "ascendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "ascendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "ascendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "ascendera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "ascenderas" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "ascendera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "ascenderamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "ascenderais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "ascenderan" ;--# 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 (BeschSpa.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) => -} "atendis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "atienden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "atienda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "atiendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "atienda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "atendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "atendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "atiendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "atenda" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "atendas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "atenda" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "atendamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "atendais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "atendan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"atendiera" ; "atendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"atendieras" ; "atendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"atendiera" ; "atendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"atendiramos" ; "atendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"atendierais" ; "atendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"atendieran" ; "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) => -} "atenders" ;--# 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) => -} "atenderis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "atendern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "atendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "atendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "atendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "atendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "atendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "atendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "atendera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "atenderas" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "atendera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "atenderamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "atenderais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "atenderan" ;--# 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 (BeschSpa.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) => -} "cernis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ciernen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "cierna" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ciernas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "cierna" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "cernamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "cernis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "ciernan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "cerna" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "cernas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "cerna" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "cernamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "cernais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "cernan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"cerniera" ; "cerniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"cernieras" ; "cernieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"cerniera" ; "cerniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"cerniramos" ; "cernisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"cernierais" ; "cernieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"cernieran" ; "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) => -} "cerners" ;--# 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) => -} "cerneris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "cernern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "cerniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "cernieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "cerniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "cerniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "cerniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "cernieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "cernera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "cerneras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "cernera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "cerneramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "cernerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "cerneran" ;--# 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 (BeschSpa.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) => -} "condecendis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "condecienden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "condecienda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "condeciendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "condecienda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "condecendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "condecendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "condeciendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "condecenda" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "condecendas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "condecenda" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "condecendamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "condecendais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "condecendan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"condecendiera" ; "condecendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"condecendieras" ; "condecendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"condecendiera" ; "condecendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"condecendiramos" ; "condecendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"condecendierais" ; "condecendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"condecendieran" ; "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) => -} "condecenders" ;--# 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) => -} "condecenderis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "condecendern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "condecendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "condecendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "condecendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "condecendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "condecendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "condecendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "condecendera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "condecenderas" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "condecendera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "condecenderamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "condecenderais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "condecenderan" ;--# 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 (BeschSpa.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) => -} "condescendis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "condescienden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "condescienda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "condesciendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "condescienda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "condescendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "condescendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "condesciendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "condescenda" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "condescendas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "condescenda" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "condescendamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "condescendais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "condescendan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"condescendiera" ; "condescendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"condescendieras" ; "condescendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"condescendiera" ; "condescendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"condescendiramos" ; "condescendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"condescendierais" ; "condescendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"condescendieran" ; "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) => -} "condescenders" ;--# 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) => -} "condescenderis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "condescendern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "condescendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "condescendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "condescendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "condescendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "condescendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "condescendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "condescendera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "condescenderas" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "condescendera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "condescenderamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "condescenderais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "condescenderan" ;--# 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 (BeschSpa.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) => -} "contendis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "contienden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "contienda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "contiendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "contienda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "contendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "contendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "contiendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "contenda" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "contendas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "contenda" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "contendamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "contendais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "contendan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"contendiera" ; "contendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"contendieras" ; "contendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"contendiera" ; "contendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"contendiramos" ; "contendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"contendierais" ; "contendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"contendieran" ; "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) => -} "contenders" ;--# 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) => -} "contenderis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "contendern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "contendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "contendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "contendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "contendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "contendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "contendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "contendera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "contenderas" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "contendera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "contenderamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "contenderais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "contenderan" ;--# 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 (BeschSpa.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) => -} "defendis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "defienden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "defienda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "defiendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "defienda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "defendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "defendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "defiendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "defenda" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "defendas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "defenda" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "defendamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "defendais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "defendan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"defendiera" ; "defendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"defendieras" ; "defendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"defendiera" ; "defendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"defendiramos" ; "defendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"defendierais" ; "defendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"defendieran" ; "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) => -} "defenders" ;--# 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) => -} "defenderis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "defendern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "defendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "defendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "defendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "defendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "defendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "defendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "defendera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "defenderas" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "defendera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "defenderamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "defenderais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "defenderan" ;--# 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 (BeschSpa.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) => -} "desatendis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desatienden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desatienda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desatiendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desatienda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desatendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desatendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desatiendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desatenda" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desatendas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desatenda" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desatendamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desatendais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desatendan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desatendiera" ; "desatendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desatendieras" ; "desatendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desatendiera" ; "desatendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desatendiramos" ; "desatendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desatendierais" ; "desatendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desatendieran" ; "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) => -} "desatenders" ;--# 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) => -} "desatenderis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desatendern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desatendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desatendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desatendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desatendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desatendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desatendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desatendera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desatenderas" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desatendera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desatenderamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desatenderais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desatenderan" ;--# 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 (BeschSpa.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) => -} "descendis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "descienden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "descienda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desciendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "descienda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "descendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "descendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desciendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "descenda" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "descendas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "descenda" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "descendamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "descendais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "descendan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descendiera" ; "descendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descendieras" ; "descendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descendiera" ; "descendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descendiramos" ; "descendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descendierais" ; "descendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descendieran" ; "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) => -} "descenders" ;--# 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) => -} "descenderis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "descendern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "descendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "descendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "descendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "descendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "descendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "descendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "descendera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "descenderas" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "descendera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "descenderamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "descenderais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "descenderan" ;--# 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 (BeschSpa.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) => -} "distendis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "distienden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "distienda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "distiendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "distienda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "distendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "distendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "distiendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "distenda" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "distendas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "distenda" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "distendamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "distendais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "distendan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"distendiera" ; "distendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"distendieras" ; "distendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"distendiera" ; "distendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"distendiramos" ; "distendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"distendierais" ; "distendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"distendieran" ; "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) => -} "distenders" ;--# 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) => -} "distenderis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "distendern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "distendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "distendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "distendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "distendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "distendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "distendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "distendera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "distenderas" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "distendera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "distenderamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "distenderais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "distenderan" ;--# 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 (BeschSpa.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) => -} "encendis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "encienden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "encienda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enciendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "encienda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "encendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "encendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enciendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "encenda" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "encendas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "encenda" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "encendamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "encendais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "encendan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encendiera" ; "encendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encendieras" ; "encendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encendiera" ; "encendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encendiramos" ; "encendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encendierais" ; "encendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encendieran" ; "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) => -} "encenders" ;--# 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) => -} "encenderis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "encendern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "encendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "encendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "encendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "encendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "encendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "encendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "encendera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "encenderas" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "encendera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "encenderamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "encenderais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "encenderan" ;--# 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 (BeschSpa.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) => -} "entendis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "entienden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "entienda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "entiendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "entienda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "entendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "entendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "entiendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "entenda" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "entendas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "entenda" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "entendamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "entendais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "entendan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entendiera" ; "entendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entendieras" ; "entendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entendiera" ; "entendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entendiramos" ; "entendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entendierais" ; "entendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entendieran" ; "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) => -} "entenders" ;--# 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) => -} "entenderis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "entendern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "entendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "entendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "entendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "entendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "entendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "entendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "entendera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "entenderas" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "entendera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "entenderamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "entenderais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "entenderan" ;--# 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 (BeschSpa.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) => -} "extendis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "extienden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "extienda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "extiendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "extienda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "extendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "extendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "extiendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "extenda" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "extendas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "extenda" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "extendamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "extendais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "extendan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"extendiera" ; "extendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"extendieras" ; "extendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"extendiera" ; "extendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"extendiramos" ; "extendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"extendierais" ; "extendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"extendieran" ; "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) => -} "extenders" ;--# 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) => -} "extenderis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "extendern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "extendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "extendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "extendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "extendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "extendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "extendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "extendera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "extenderas" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "extendera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "extenderamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "extenderais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "extenderan" ;--# 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 (BeschSpa.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) => -} "hedis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "hieden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "hieda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "hiedas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "hieda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "hedamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "hedis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "hiedan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "heda" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "hedas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "heda" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "hedamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "hedais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "hedan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"hediera" ; "hediese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"hedieras" ; "hedieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"hediera" ; "hediese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"hediramos" ; "hedisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"hedierais" ; "hedieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"hedieran" ; "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) => -} "heders" ;--# 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) => -} "hederis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "hedern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "hediere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "hedieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "hediere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "hediremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "hediereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "hedieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "hedera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "hederas" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "hedera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "hederamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "hederais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "hederan" ;--# 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 (BeschSpa.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) => -} "hendis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "hienden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "hienda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "hiendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "hienda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "hendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "hendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "hiendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "henda" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "hendas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "henda" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "hendamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "hendais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "hendan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"hendiera" ; "hendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"hendieras" ; "hendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"hendiera" ; "hendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"hendiramos" ; "hendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"hendierais" ; "hendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"hendieran" ; "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) => -} "henders" ;--# 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) => -} "henderis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "hendern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "hendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "hendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "hendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "hendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "hendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "hendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "hendera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "henderas" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "hendera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "henderamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "henderais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "henderan" ;--# 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 (BeschSpa.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) => -} "malentendis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "malentienden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "malentienda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "malentiendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "malentienda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "malentendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "malentendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "malentiendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "malentenda" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "malentendas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "malentenda" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "malentendamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "malentendais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "malentendan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"malentendiera" ; "malentendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"malentendieras" ; "malentendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"malentendiera" ; "malentendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"malentendiramos" ; "malentendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"malentendierais" ; "malentendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"malentendieran" ; "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) => -} "malentenders" ;--# 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) => -} "malentenderis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "malentendern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "malentendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "malentendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "malentendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "malentendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "malentendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "malentendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "malentendera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "malentenderas" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "malentendera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "malentenderamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "malentenderais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "malentenderan" ;--# 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 (BeschSpa.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) => -} "perdis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "pierden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "pierda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "pierdas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "pierda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "perdamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "perdis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "pierdan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "perda" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "perdas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "perda" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "perdamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "perdais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "perdan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"perdiera" ; "perdiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"perdieras" ; "perdieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"perdiera" ; "perdiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"perdiramos" ; "perdisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"perdierais" ; "perdieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"perdieran" ; "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) => -} "perders" ;--# 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) => -} "perderis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "perdern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "perdiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "perdieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "perdiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "perdiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "perdiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "perdieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "perdera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "perderas" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "perdera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "perderamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "perderais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "perderan" ;--# 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 (BeschSpa.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) => -} "revertis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "revierten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "revierta" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reviertas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "revierta" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "revertamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "revertis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "reviertan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reverta" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "revertas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reverta" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "revertamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "revertais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "revertan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"revertiera" ; "revertiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"revertieras" ; "revertieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"revertiera" ; "revertiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"revertiramos" ; "revertisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"revertierais" ; "revertieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"revertieran" ; "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) => -} "reverters" ;--# 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) => -} "reverteris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "revertern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "revertiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "revertieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "revertiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "revertiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "revertiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "revertieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "revertera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reverteras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "revertera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reverteramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reverterais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reverteran" ;--# 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 (BeschSpa.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) => -} "sobreentendis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sobreentienden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sobreentienda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sobreentiendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sobreentienda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sobreentendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sobreentendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sobreentiendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sobreentenda" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sobreentendas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sobreentenda" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sobreentendamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sobreentendais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sobreentendan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobreentendiera" ; "sobreentendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobreentendieras" ; "sobreentendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobreentendiera" ; "sobreentendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobreentendiramos" ; "sobreentendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobreentendierais" ; "sobreentendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobreentendieran" ; "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) => -} "sobreentenders" ;--# 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) => -} "sobreentenderis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sobreentendern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sobreentendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sobreentendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sobreentendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sobreentendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sobreentendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sobreentendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sobreentendera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sobreentenderas" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sobreentendera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sobreentenderamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sobreentenderais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sobreentenderan" ;--# 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 (BeschSpa.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) => -} "sobrentendis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sobrentienden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sobrentienda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sobrentiendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sobrentienda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sobrentendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sobrentendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sobrentiendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sobrentenda" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sobrentendas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sobrentenda" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sobrentendamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sobrentendais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sobrentendan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobrentendiera" ; "sobrentendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobrentendieras" ; "sobrentendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobrentendiera" ; "sobrentendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobrentendiramos" ; "sobrentendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobrentendierais" ; "sobrentendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobrentendieran" ; "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) => -} "sobrentenders" ;--# 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) => -} "sobrentenderis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sobrentendern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sobrentendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sobrentendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sobrentendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sobrentendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sobrentendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sobrentendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sobrentendera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sobrentenderas" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sobrentendera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sobrentenderamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sobrentenderais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sobrentenderan" ;--# 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 (BeschSpa.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) => -} "subentendis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "subentienden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "subentienda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "subentiendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "subentienda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "subentendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "subentendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "subentiendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "subentenda" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "subentendas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "subentenda" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "subentendamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "subentendais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "subentendan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"subentendiera" ; "subentendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"subentendieras" ; "subentendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"subentendiera" ; "subentendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"subentendiramos" ; "subentendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"subentendierais" ; "subentendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"subentendieran" ; "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) => -} "subentenders" ;--# 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) => -} "subentenderis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "subentendern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "subentendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "subentendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "subentendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "subentendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "subentendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "subentendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "subentendera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "subentenderas" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "subentendera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "subentenderamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "subentenderais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "subentenderan" ;--# 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 (BeschSpa.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) => -} "subtendis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "subtienden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "subtienda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "subtiendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "subtienda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "subtendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "subtendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "subtiendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "subtenda" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "subtendas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "subtenda" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "subtendamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "subtendais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "subtendan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"subtendiera" ; "subtendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"subtendieras" ; "subtendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"subtendiera" ; "subtendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"subtendiramos" ; "subtendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"subtendierais" ; "subtendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"subtendieran" ; "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) => -} "subtenders" ;--# 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) => -} "subtenderis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "subtendern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "subtendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "subtendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "subtendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "subtendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "subtendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "subtendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "subtendera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "subtenderas" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "subtendera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "subtenderamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "subtenderais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "subtenderan" ;--# 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 (BeschSpa.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) => -} "superentendis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "superentienden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "superentienda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "superentiendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "superentienda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "superentendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "superentendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "superentiendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "superentenda" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "superentendas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "superentenda" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "superentendamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "superentendais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "superentendan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"superentendiera" ; "superentendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"superentendieras" ; "superentendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"superentendiera" ; "superentendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"superentendiramos" ; "superentendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"superentendierais" ; "superentendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"superentendieran" ; "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) => -} "superentenders" ;--# 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) => -} "superentenderis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "superentendern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "superentendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "superentendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "superentendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "superentendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "superentendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "superentendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "superentendera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "superentenderas" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "superentendera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "superentenderamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "superentenderais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "superentenderan" ;--# 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 (BeschSpa.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) => -} "tendis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "tienden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "tienda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "tiendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "tienda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "tendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "tendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "tiendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "tenda" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "tendas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "tenda" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "tendamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "tendais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "tendan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tendiera" ; "tendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tendieras" ; "tendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tendiera" ; "tendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tendiramos" ; "tendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tendierais" ; "tendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tendieran" ; "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) => -} "tenders" ;--# 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) => -} "tenderis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "tendern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "tendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "tendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "tendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "tendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "tendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "tendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "tendera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "tenderas" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "tendera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "tenderamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "tenderais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "tenderan" ;--# 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 (BeschSpa.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) => -} "transcendis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "transcienden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "transcienda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "transciendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "transcienda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "transcendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "transcendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "transciendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "transcenda" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "transcendas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "transcenda" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "transcendamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "transcendais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "transcendan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"transcendiera" ; "transcendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"transcendieras" ; "transcendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"transcendiera" ; "transcendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"transcendiramos" ; "transcendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"transcendierais" ; "transcendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"transcendieran" ; "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) => -} "transcenders" ;--# 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) => -} "transcenderis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "transcendern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "transcendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "transcendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "transcendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "transcendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "transcendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "transcendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "transcendera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "transcenderas" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "transcendera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "transcenderamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "transcenderais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "transcenderan" ;--# 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 (BeschSpa.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) => -} "trascendis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "trascienden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "trascienda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "trasciendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "trascienda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "trascendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "trascendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "trasciendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "trascenda" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "trascendas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "trascenda" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "trascendamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "trascendais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "trascendan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trascendiera" ; "trascendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trascendieras" ; "trascendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trascendiera" ; "trascendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trascendiramos" ; "trascendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trascendierais" ; "trascendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trascendieran" ; "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) => -} "trascenders" ;--# 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) => -} "trascenderis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "trascendern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "trascendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "trascendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "trascendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "trascendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "trascendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "trascendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "trascendera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "trascenderas" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "trascendera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "trascenderamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "trascenderais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "trascenderan" ;--# 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 (BeschSpa.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) => -} "trasvertis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "trasvierten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "trasvierta" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "trasviertas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "trasvierta" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "trasvertamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "trasvertis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "trasviertan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "trasverta" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "trasvertas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "trasverta" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "trasvertamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "trasvertais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "trasvertan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trasvertiera" ; "trasvertiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trasvertieras" ; "trasvertieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trasvertiera" ; "trasvertiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trasvertiramos" ; "trasvertisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trasvertierais" ; "trasvertieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trasvertieran" ; "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) => -} "trasverters" ;--# 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) => -} "trasverteris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "trasvertern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "trasvertiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "trasvertieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "trasvertiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "trasvertiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "trasvertiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "trasvertieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "trasvertera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "trasverteras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "trasvertera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "trasverteramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "trasverterais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "trasverteran" ;--# 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 (BeschSpa.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) => -} "vertis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "vierten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "vierta" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "viertas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "vierta" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "vertamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "vertis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "viertan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "verta" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "vertas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "verta" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "vertamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "vertais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "vertan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"vertiera" ; "vertiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"vertieras" ; "vertieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"vertiera" ; "vertiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"vertiramos" ; "vertisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"vertierais" ; "vertieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"vertieran" ; "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) => -} "verters" ;--# 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) => -} "verteris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "vertern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "vertiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "vertieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "vertiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "vertiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "vertiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "vertieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "vertera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "verteras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "vertera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "verteramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "verterais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "verteran" ;--# 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 (BeschSpa.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) => -} "cerns" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ciernen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "cierna" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ciernas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "cierna" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "cernamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "cernis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "ciernan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "cerna" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "cernas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "cerna" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "cernamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "cernais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "cernan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"cerniera" ; "cerniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"cernieras" ; "cernieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"cerniera" ; "cerniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"cerniramos" ; "cernisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"cernierais" ; "cernieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"cernieran" ; "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) => -} "cernirs" ;--# 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) => -} "cerniris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "cernirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "cerniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "cernieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "cerniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "cerniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "cerniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "cernieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "cernira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "cerniras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "cernira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "cerniramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "cernirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "cerniran" ;--# 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 (BeschSpa.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) => -} "concerns" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "conciernen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "concierna" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "conciernas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "concierna" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "concernamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "concernis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "conciernan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "concerna" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "concernas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "concerna" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "concernamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "concernais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "concernan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"concerniera" ; "concerniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"concernieras" ; "concernieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"concerniera" ; "concerniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"concerniramos" ; "concernisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"concernierais" ; "concernieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"concernieran" ; "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) => -} "concernirs" ;--# 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) => -} "concerniris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "concernirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "concerniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "concernieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "concerniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "concerniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "concerniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "concernieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "concernira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "concerniras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "concernira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "concerniramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "concernirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "concerniran" ;--# 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 (BeschSpa.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) => -} "discerns" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "disciernen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "discierna" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "disciernas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "discierna" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "discernamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "discernis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "disciernan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "discerna" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "discernas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "discerna" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "discernamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "discernais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "discernan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"discerniera" ; "discerniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"discernieras" ; "discernieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"discerniera" ; "discerniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"discerniramos" ; "discernisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"discernierais" ; "discernieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"discernieran" ; "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) => -} "discernirs" ;--# 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) => -} "discerniris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "discernirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "discerniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "discernieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "discerniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "discerniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "discerniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "discernieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "discernira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "discerniras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "discernira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "discerniramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "discernirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "discerniran" ;--# 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 (BeschSpa.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) => -} "hends" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "hienden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "hienda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "hiendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "hienda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "hendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "hendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "hiendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "henda" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "hendas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "henda" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "hendamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "hendais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "hendan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"hendiera" ; "hendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"hendieras" ; "hendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"hendiera" ; "hendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"hendiramos" ; "hendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"hendierais" ; "hendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"hendieran" ; "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) => -} "hendirs" ;--# 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) => -} "hendiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "hendirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "hendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "hendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "hendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "hendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "hendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "hendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "hendira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "hendiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "hendira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "hendiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "hendirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "hendiran" ;--# 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 (BeschSpa.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) => -} "amovis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "amueven" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "amueva" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "amuevas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "amueva" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "amovamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "amovis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "amuevan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "amova" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "amovas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "amova" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "amovamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "amovais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "amovan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"amoviera" ; "amoviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"amovieras" ; "amovieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"amoviera" ; "amoviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"amoviramos" ; "amovisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"amovierais" ; "amovieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"amovieran" ; "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) => -} "amovers" ;--# 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) => -} "amoveris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "amovern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "amoviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "amovieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "amoviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "amoviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "amoviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "amovieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "amovera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "amoveras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "amovera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "amoveramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "amoverais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "amoveran" ;--# 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 (BeschSpa.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) => -} "conmovis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "conmueven" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "conmueva" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "conmuevas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "conmueva" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "conmovamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "conmovis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "conmuevan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "conmova" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "conmovas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "conmova" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "conmovamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "conmovais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "conmovan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"conmoviera" ; "conmoviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"conmovieras" ; "conmovieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"conmoviera" ; "conmoviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"conmoviramos" ; "conmovisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"conmovierais" ; "conmovieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"conmovieran" ; "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) => -} "conmovers" ;--# 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) => -} "conmoveris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "conmovern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "conmoviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "conmovieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "conmoviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "conmoviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "conmoviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "conmovieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "conmovera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "conmoveras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "conmovera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "conmoveramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "conmoverais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "conmoveran" ;--# 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 (BeschSpa.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) => -} "demolis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "demuelen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "demuela" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "demuelas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "demuela" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "demolamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "demolis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "demuelan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "demola" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "demolas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "demola" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "demolamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "demolais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "demolan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"demoliera" ; "demoliese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"demolieras" ; "demolieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"demoliera" ; "demoliese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"demoliramos" ; "demolisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"demolierais" ; "demolieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"demolieran" ; "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) => -} "demolers" ;--# 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) => -} "demoleris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "demolern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "demoliere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "demolieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "demoliere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "demoliremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "demoliereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "demolieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "demolera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "demoleras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "demolera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "demoleramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "demolerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "demoleran" ;--# 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 (BeschSpa.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) => -} "dolis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "duelen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "duela" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "duelas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "duela" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "dolamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "dolis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "duelan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "dola" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "dolas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "dola" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "dolamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "dolais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "dolan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"doliera" ; "doliese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"dolieras" ; "dolieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"doliera" ; "doliese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"doliramos" ; "dolisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"dolierais" ; "dolieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"dolieran" ; "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) => -} "dolers" ;--# 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) => -} "doleris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "dolern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "doliere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "dolieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "doliere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "doliremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "doliereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "dolieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "dolera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "doleras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "dolera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "doleramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "dolerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "doleran" ;--# 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 (BeschSpa.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) => -} "molis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "muelen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "muela" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "muelas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "muela" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "molamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "molis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "muelan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "mola" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "molas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "mola" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "molamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "molais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "molan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"moliera" ; "moliese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"molieras" ; "molieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"moliera" ; "moliese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"moliramos" ; "molisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"molierais" ; "molieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"molieran" ; "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) => -} "molers" ;--# 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) => -} "moleris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "molern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "moliere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "molieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "moliere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "moliremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "moliereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "molieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "molera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "moleras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "molera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "moleramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "molerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "moleran" ;--# 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 (BeschSpa.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) => -} "mordis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "muerden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "muerda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "muerdas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "muerda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "mordamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "mordis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "muerdan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "morda" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "mordas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "morda" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "mordamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "mordais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "mordan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"mordiera" ; "mordiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"mordieras" ; "mordieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"mordiera" ; "mordiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"mordiramos" ; "mordisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"mordierais" ; "mordieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"mordieran" ; "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) => -} "morders" ;--# 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) => -} "morderis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "mordern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "mordiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "mordieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "mordiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "mordiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "mordiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "mordieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "mordera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "morderas" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "mordera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "morderamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "morderais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "morderan" ;--# 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 (BeschSpa.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) => -} "movis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "mueven" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "mueva" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "muevas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "mueva" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "movamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "movis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "muevan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "mova" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "movas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "mova" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "movamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "movais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "movan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"moviera" ; "moviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"movieras" ; "movieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"moviera" ; "moviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"moviramos" ; "movisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"movierais" ; "movieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"movieran" ; "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) => -} "movers" ;--# 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) => -} "moveris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "movern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "moviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "movieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "moviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "moviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "moviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "movieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "movera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "moveras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "movera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "moveramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "moverais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "moveran" ;--# 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 (BeschSpa.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) => -} "promovis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "promueven" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "promueva" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "promuevas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "promueva" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "promovamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "promovis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "promuevan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "promova" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "promovas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "promova" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "promovamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "promovais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "promovan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"promoviera" ; "promoviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"promovieras" ; "promovieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"promoviera" ; "promoviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"promoviramos" ; "promovisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"promovierais" ; "promovieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"promovieran" ; "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) => -} "promovers" ;--# 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) => -} "promoveris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "promovern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "promoviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "promovieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "promoviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "promoviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "promoviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "promovieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "promovera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "promoveras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "promovera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "promoveramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "promoverais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "promoveran" ;--# 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 (BeschSpa.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) => -} "remolis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "remuelen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "remuela" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "remuelas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "remuela" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "remolamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "remolis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "remuelan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "remola" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "remolas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "remola" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "remolamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "remolais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "remolan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"remoliera" ; "remoliese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"remolieras" ; "remolieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"remoliera" ; "remoliese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"remoliramos" ; "remolisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"remolierais" ; "remolieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"remolieran" ; "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) => -} "remolers" ;--# 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) => -} "remoleris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "remolern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "remoliere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "remolieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "remoliere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "remoliremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "remoliereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "remolieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "remolera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "remoleras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "remolera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "remoleramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "remolerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "remoleran" ;--# 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 (BeschSpa.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) => -} "removis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "remueven" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "remueva" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "remuevas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "remueva" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "removamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "removis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "remuevan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "remova" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "removas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "remova" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "removamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "removais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "removan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"removiera" ; "removiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"removieras" ; "removieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"removiera" ; "removiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"removiramos" ; "removisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"removierais" ; "removieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"removieran" ; "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) => -} "removers" ;--# 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) => -} "removeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "removern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "removiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "removieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "removiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "removiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "removiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "removieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "removera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "removeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "removera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "removeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "removerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "removeran" ;--# 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 (BeschSpa.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) => -} "rernordis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "rernuerden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "rernuerda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "rernuerdas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "rernuerda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "rernordamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "rernordis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "rernuerdan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "rernorda" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "rernordas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "rernorda" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "rernordamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "rernordais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "rernordan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rernordiera" ; "rernordiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rernordieras" ; "rernordieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rernordiera" ; "rernordiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rernordiramos" ; "rernordisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rernordierais" ; "rernordieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rernordieran" ; "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) => -} "rernorders" ;--# 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) => -} "rernorderis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "rernordern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "rernordiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "rernordieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "rernordiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "rernordiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "rernordiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "rernordieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "rernordera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "rernorderas" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "rernordera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "rernorderamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "rernorderais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "rernorderan" ;--# 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 (BeschSpa.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) => -} "absolvis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "absuelven" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "absuelva" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "absuelvas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "absuelva" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "absolvamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "absolvis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "absuelvan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "absolva" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "absolvas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "absolva" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "absolvamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "absolvais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "absolvan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"absolviera" ; "absolviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"absolvieras" ; "absolvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"absolviera" ; "absolviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"absolviramos" ; "absolvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"absolvierais" ; "absolvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"absolvieran" ; "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) => -} "absolvers" ;--# 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) => -} "absolveris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "absolvern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "absolviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "absolvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "absolviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "absolviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "absolviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "absolvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "absolvera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "absolveras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "absolvera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "absolveramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "absolverais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "absolveran" ;--# 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 (BeschSpa.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) => -} "desenvolvis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desenvuelven" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desenvuelva" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desenvuelvas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desenvuelva" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desenvolvamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desenvolvis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desenvuelvan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desenvolva" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desenvolvas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desenvolva" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desenvolvamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desenvolvais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desenvolvan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desenvolviera" ; "desenvolviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desenvolvieras" ; "desenvolvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desenvolviera" ; "desenvolviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desenvolviramos" ; "desenvolvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desenvolvierais" ; "desenvolvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desenvolvieran" ; "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) => -} "desenvolvers" ;--# 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) => -} "desenvolveris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desenvolvern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desenvolviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desenvolvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desenvolviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desenvolviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desenvolviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desenvolvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desenvolvera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desenvolveras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desenvolvera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desenvolveramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desenvolverais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desenvolveran" ;--# 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 (BeschSpa.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) => -} "desvolvis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desvuelven" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desvuelva" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desvuelvas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desvuelva" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desvolvamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desvolvis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desvuelvan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desvolva" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desvolvas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desvolva" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desvolvamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desvolvais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desvolvan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desvolviera" ; "desvolviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desvolvieras" ; "desvolvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desvolviera" ; "desvolviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desvolviramos" ; "desvolvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desvolvierais" ; "desvolvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desvolvieran" ; "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) => -} "desvolvers" ;--# 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) => -} "desvolveris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desvolvern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desvolviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desvolvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desvolviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desvolviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desvolviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desvolvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desvolvera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desvolveras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desvolvera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desvolveramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desvolverais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desvolveran" ;--# 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 (BeschSpa.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) => -} "devolvis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "devuelven" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "devuelva" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "devuelvas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "devuelva" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "devolvamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "devolvis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "devuelvan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "devolva" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "devolvas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "devolva" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "devolvamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "devolvais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "devolvan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"devolviera" ; "devolviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"devolvieras" ; "devolvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"devolviera" ; "devolviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"devolviramos" ; "devolvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"devolvierais" ; "devolvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"devolvieran" ; "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) => -} "devolvers" ;--# 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) => -} "devolveris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "devolvern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "devolviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "devolvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "devolviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "devolviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "devolviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "devolvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "devolvera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "devolveras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "devolvera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "devolveramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "devolverais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "devolveran" ;--# 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 (BeschSpa.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) => -} "disolvis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "disuelven" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "disuelva" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "disuelvas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "disuelva" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "disolvamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "disolvis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "disuelvan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "disolva" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "disolvas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "disolva" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "disolvamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "disolvais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "disolvan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"disolviera" ; "disolviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"disolvieras" ; "disolvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"disolviera" ; "disolviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"disolviramos" ; "disolvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"disolvierais" ; "disolvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"disolvieran" ; "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) => -} "disolvers" ;--# 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) => -} "disolveris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "disolvern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "disolviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "disolvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "disolviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "disolviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "disolviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "disolvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "disolvera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "disolveras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "disolvera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "disolveramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "disolverais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "disolveran" ;--# 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 (BeschSpa.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) => -} "ensolvis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ensuelven" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ensuelva" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ensuelvas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ensuelva" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "ensolvamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "ensolvis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "ensuelvan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "ensolva" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "ensolvas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "ensolva" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "ensolvamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "ensolvais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "ensolvan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ensolviera" ; "ensolviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ensolvieras" ; "ensolvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ensolviera" ; "ensolviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ensolviramos" ; "ensolvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ensolvierais" ; "ensolvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ensolvieran" ; "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) => -} "ensolvers" ;--# 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) => -} "ensolveris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "ensolvern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "ensolviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "ensolvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "ensolviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "ensolviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "ensolviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "ensolvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "ensolvera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "ensolveras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "ensolvera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "ensolveramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "ensolverais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "ensolveran" ;--# 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 (BeschSpa.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) => -} "envolvis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "envuelven" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "envuelva" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "envuelvas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "envuelva" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "envolvamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "envolvis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "envuelvan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "envolva" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "envolvas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "envolva" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "envolvamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "envolvais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "envolvan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"envolviera" ; "envolviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"envolvieras" ; "envolvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"envolviera" ; "envolviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"envolviramos" ; "envolvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"envolvierais" ; "envolvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"envolvieran" ; "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) => -} "envolvers" ;--# 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) => -} "envolveris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "envolvern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "envolviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "envolvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "envolviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "envolviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "envolviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "envolvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "envolvera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "envolveras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "envolvera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "envolveramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "envolverais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "envolveran" ;--# 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 (BeschSpa.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) => -} "resolvis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "resuelven" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "resuelva" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "resuelvas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "resuelva" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "resolvamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "resolvis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "resuelvan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "resolva" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "resolvas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "resolva" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "resolvamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "resolvais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "resolvan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"resolviera" ; "resolviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"resolvieras" ; "resolvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"resolviera" ; "resolviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"resolviramos" ; "resolvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"resolvierais" ; "resolvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"resolvieran" ; "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) => -} "resolvers" ;--# 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) => -} "resolveris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "resolvern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "resolviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "resolvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "resolviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "resolviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "resolviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "resolvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "resolvera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "resolveras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "resolvera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "resolveramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "resolverais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "resolveran" ;--# 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 (BeschSpa.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) => -} "revolvis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "revuelven" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "revuelva" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "revuelvas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "revuelva" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "revolvamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "revolvis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "revuelvan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "revolva" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "revolvas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "revolva" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "revolvamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "revolvais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "revolvan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"revolviera" ; "revolviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"revolvieras" ; "revolvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"revolviera" ; "revolviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"revolviramos" ; "revolvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"revolvierais" ; "revolvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"revolvieran" ; "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) => -} "revolvers" ;--# 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) => -} "revolveris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "revolvern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "revolviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "revolvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "revolviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "revolviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "revolviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "revolvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "revolvera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "revolveras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "revolvera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "revolveramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "revolverais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "revolveran" ;--# 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 (BeschSpa.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) => -} "coextendis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "coextienden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "coextienda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "coextiendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "coextienda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "coextendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "coextendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "coextiendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "coextenda" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "coextendas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "coextenda" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "coextendamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "coextendais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "coextendan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"coextendiera" ; "coextendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"coextendieras" ; "coextendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"coextendiera" ; "coextendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"coextendiramos" ; "coextendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"coextendierais" ; "coextendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"coextendieran" ; "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) => -} "coextenders" ;--# 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) => -} "coextenderis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "coextendern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "coextendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "coextendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "coextendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "coextendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "coextendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "coextendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "coextendera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "coextenderas" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "coextendera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "coextenderamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "coextenderais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "coextenderan" ;--# 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 (BeschSpa.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) => -} "desentendis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desentienden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desentienda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desentiendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desentienda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desentendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desentendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desentiendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desentenda" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desentendas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desentenda" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desentendamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desentendais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desentendan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desentendiera" ; "desentendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desentendieras" ; "desentendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desentendiera" ; "desentendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desentendiramos" ; "desentendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desentendierais" ; "desentendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desentendieran" ; "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) => -} "desentenders" ;--# 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) => -} "desentenderis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desentendern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desentendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desentendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desentendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desentendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desentendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desentendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desentendera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desentenderas" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desentendera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desentenderamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desentenderais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desentenderan" ;--# 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 (BeschSpa.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) => -} "sobrevertis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sobrevierten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sobrevierta" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sobreviertas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sobrevierta" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sobrevertamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sobrevertis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sobreviertan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sobreverta" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sobrevertas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sobreverta" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sobrevertamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sobrevertais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sobrevertan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobrevertiera" ; "sobrevertiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobrevertieras" ; "sobrevertieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobrevertiera" ; "sobrevertiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobrevertiramos" ; "sobrevertisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobrevertierais" ; "sobrevertieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobrevertieran" ; "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) => -} "sobreverters" ;--# 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) => -} "sobreverteris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sobrevertern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sobrevertiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sobrevertieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sobrevertiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sobrevertiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sobrevertiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sobrevertieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sobrevertera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sobreverteras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sobrevertera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sobreverteramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sobreverterais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sobreverteran" ;--# 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 (BeschSpa.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) => -} "condolis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "conduelen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "conduela" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "conduelas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "conduela" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "condolamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "condolis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "conduelan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "condola" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "condolas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "condola" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "condolamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "condolais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "condolan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"condoliera" ; "condoliese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"condolieras" ; "condolieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"condoliera" ; "condoliese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"condoliramos" ; "condolisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"condolierais" ; "condolieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"condolieran" ; "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) => -} "condolers" ;--# 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) => -} "condoleris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "condolern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "condoliere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "condolieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "condoliere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "condoliremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "condoliereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "condolieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "condolera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "condoleras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "condolera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "condoleramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "condolerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "condoleran" ;--# 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 (BeschSpa.VFB) [ + {- VI Infn => -} "ahincar" ; + {- VI Ger => -} "ahincando" ; + {- VI Part => -} "ahincado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "ahnco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "ahncas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "ahnca" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "ahincamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "ahincis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ahncan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ahnque" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ahnques" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ahnque" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "ahinquemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "ahinquis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "ahnquen" ; + {- 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) => -} "ahincbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "ahincabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "ahincaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ahincara" ; "ahincase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ahincaras" ; "ahincases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ahincara" ; "ahincase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ahincramos" ; "ahincsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ahincarais" ; "ahincaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ahincaran" ; "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) => -} "ahincars" ;--# 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) => -} "ahincaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "ahincarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "ahincare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "ahincares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "ahincare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "ahincremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "ahincareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "ahincaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "ahincara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "ahincaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "ahincara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "ahincaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "ahincarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "ahincaran" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "ahnca" ; + {- VPB (Imper C.Sg C.P3) => -} "ahnque" ; + {- VPB (Imper C.Pl C.P1) => -} "ahinquemos" ; + {- VPB (Imper C.Pl C.P2) => -} "ahincad" ; + {- VPB (Imper C.Pl C.P3) => -} "ahnquen" ; + {- 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 (BeschSpa.VFB) [ + {- VI Infn => -} "arrusticar" ; + {- VI Ger => -} "arrusticando" ; + {- VI Part => -} "arrusticado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "arrustco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "arrustcas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "arrustca" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "arrusticamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "arrusticis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "arrustcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "arrustque" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "arrustques" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "arrustque" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "arrustiquemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "arrustiquis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "arrustquen" ; + {- 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) => -} "arrusticbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "arrusticabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "arrusticaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"arrusticara" ; "arrusticase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"arrusticaras" ; "arrusticases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"arrusticara" ; "arrusticase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"arrusticramos" ; "arrusticsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"arrusticarais" ; "arrusticaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"arrusticaran" ; "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) => -} "arrusticars" ;--# 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) => -} "arrusticaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "arrusticarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "arrusticare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "arrusticares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "arrusticare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "arrusticremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "arrusticareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "arrusticaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "arrusticara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "arrusticaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "arrusticara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "arrusticaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "arrusticarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "arrusticaran" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "arrustca" ; + {- VPB (Imper C.Sg C.P3) => -} "arrustque" ; + {- VPB (Imper C.Pl C.P1) => -} "arrustiquemos" ; + {- VPB (Imper C.Pl C.P2) => -} "arrusticad" ; + {- VPB (Imper C.Pl C.P3) => -} "arrustquen" ; + {- 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 (BeschSpa.VFB) [ + {- VI Infn => -} "arcaizar" ; + {- VI Ger => -} "arcaizando" ; + {- VI Part => -} "arcaizado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "arcazo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "arcazas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "arcaza" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "arcaizamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "arcaizis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "arcazan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "arcace" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "arcaces" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "arcace" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "arcaicemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "arcaicis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "arcacen" ; + {- 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) => -} "arcaizbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "arcaizabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "arcaizaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"arcaizara" ; "arcaizase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"arcaizaras" ; "arcaizases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"arcaizara" ; "arcaizase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"arcaizramos" ; "arcaizsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"arcaizarais" ; "arcaizaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"arcaizaran" ; "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) => -} "arcaizars" ;--# 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) => -} "arcaizaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "arcaizarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "arcaizare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "arcaizares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "arcaizare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "arcaizremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "arcaizareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "arcaizaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "arcaizara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "arcaizaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "arcaizara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "arcaizaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "arcaizarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "arcaizaran" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "arcaza" ; + {- VPB (Imper C.Sg C.P3) => -} "arcace" ; + {- VPB (Imper C.Pl C.P1) => -} "arcaicemos" ; + {- VPB (Imper C.Pl C.P2) => -} "arcaizad" ; + {- VPB (Imper C.Pl C.P3) => -} "arcacen" ; + {- 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 (BeschSpa.VFB) [ + {- VI Infn => -} "desraizar" ; + {- VI Ger => -} "desraizando" ; + {- VI Part => -} "desraizado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "desrazo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desrazas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desraza" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desraizamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desraizis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desrazan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desrace" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desraces" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desrace" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desraicemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desraicis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desracen" ; + {- 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) => -} "desraizbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desraizabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desraizaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desraizara" ; "desraizase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desraizaras" ; "desraizases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desraizara" ; "desraizase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desraizramos" ; "desraizsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desraizarais" ; "desraizaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desraizaran" ; "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) => -} "desraizars" ;--# 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) => -} "desraizaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desraizarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desraizare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desraizares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desraizare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desraizremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desraizareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desraizaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desraizara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desraizaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desraizara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desraizaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desraizarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desraizaran" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desraza" ; + {- VPB (Imper C.Sg C.P3) => -} "desrace" ; + {- VPB (Imper C.Pl C.P1) => -} "desraicemos" ; + {- VPB (Imper C.Pl C.P2) => -} "desraizad" ; + {- VPB (Imper C.Pl C.P3) => -} "desracen" ; + {- 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 (BeschSpa.VFB) [ + {- VI Infn => -} "enraizar" ; + {- VI Ger => -} "enraizando" ; + {- VI Part => -} "enraizado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "enrazo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "enrazas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "enraza" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "enraizamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "enraizis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enrazan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enrace" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enraces" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enrace" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enraicemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enraicis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enracen" ; + {- 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) => -} "enraizbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enraizabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enraizaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enraizara" ; "enraizase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enraizaras" ; "enraizases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enraizara" ; "enraizase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enraizramos" ; "enraizsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enraizarais" ; "enraizaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enraizaran" ; "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) => -} "enraizars" ;--# 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) => -} "enraizaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enraizarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enraizare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enraizares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enraizare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enraizremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enraizareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enraizaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enraizara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enraizaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enraizara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enraizaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enraizarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enraizaran" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "enraza" ; + {- VPB (Imper C.Sg C.P3) => -} "enrace" ; + {- VPB (Imper C.Pl C.P1) => -} "enraicemos" ; + {- VPB (Imper C.Pl C.P2) => -} "enraizad" ; + {- VPB (Imper C.Pl C.P3) => -} "enracen" ; + {- 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 (BeschSpa.VFB) [ + {- VI Infn => -} "europeizar" ; + {- VI Ger => -} "europeizando" ; + {- VI Part => -} "europeizado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "europezo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "europezas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "europeza" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "europeizamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "europeizis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "europezan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "europece" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "europeces" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "europece" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "europeicemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "europeicis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "europecen" ; + {- 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) => -} "europeizbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "europeizabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "europeizaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"europeizara" ; "europeizase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"europeizaras" ; "europeizases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"europeizara" ; "europeizase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"europeizramos" ; "europeizsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"europeizarais" ; "europeizaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"europeizaran" ; "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) => -} "europeizars" ;--# 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) => -} "europeizaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "europeizarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "europeizare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "europeizares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "europeizare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "europeizremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "europeizareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "europeizaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "europeizara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "europeizaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "europeizara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "europeizaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "europeizarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "europeizaran" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "europeza" ; + {- VPB (Imper C.Sg C.P3) => -} "europece" ; + {- VPB (Imper C.Pl C.P1) => -} "europeicemos" ; + {- VPB (Imper C.Pl C.P2) => -} "europeizad" ; + {- VPB (Imper C.Pl C.P3) => -} "europecen" ; + {- 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 (BeschSpa.VFB) [ + {- VI Infn => -} "hebraizar" ; + {- VI Ger => -} "hebraizando" ; + {- VI Part => -} "hebraizado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "hebrazo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "hebrazas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "hebraza" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "hebraizamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "hebraizis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "hebrazan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "hebrace" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "hebraces" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "hebrace" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "hebraicemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "hebraicis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "hebracen" ; + {- 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) => -} "hebraizbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "hebraizabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "hebraizaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"hebraizara" ; "hebraizase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"hebraizaras" ; "hebraizases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"hebraizara" ; "hebraizase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"hebraizramos" ; "hebraizsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"hebraizarais" ; "hebraizaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"hebraizaran" ; "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) => -} "hebraizars" ;--# 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) => -} "hebraizaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "hebraizarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "hebraizare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "hebraizares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "hebraizare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "hebraizremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "hebraizareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "hebraizaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "hebraizara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "hebraizaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "hebraizara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "hebraizaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "hebraizarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "hebraizaran" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "hebraza" ; + {- VPB (Imper C.Sg C.P3) => -} "hebrace" ; + {- VPB (Imper C.Pl C.P1) => -} "hebraicemos" ; + {- VPB (Imper C.Pl C.P2) => -} "hebraizad" ; + {- VPB (Imper C.Pl C.P3) => -} "hebracen" ; + {- 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 (BeschSpa.VFB) [ + {- VI Infn => -} "judaizar" ; + {- VI Ger => -} "judaizando" ; + {- VI Part => -} "judaizado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "judazo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "judazas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "judaza" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "judaizamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "judaizis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "judazan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "judace" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "judaces" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "judace" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "judaicemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "judaicis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "judacen" ; + {- 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) => -} "judaizbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "judaizabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "judaizaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"judaizara" ; "judaizase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"judaizaras" ; "judaizases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"judaizara" ; "judaizase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"judaizramos" ; "judaizsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"judaizarais" ; "judaizaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"judaizaran" ; "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) => -} "judaizars" ;--# 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) => -} "judaizaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "judaizarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "judaizare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "judaizares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "judaizare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "judaizremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "judaizareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "judaizaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "judaizara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "judaizaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "judaizara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "judaizaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "judaizarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "judaizaran" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "judaza" ; + {- VPB (Imper C.Sg C.P3) => -} "judace" ; + {- VPB (Imper C.Pl C.P1) => -} "judaicemos" ; + {- VPB (Imper C.Pl C.P2) => -} "judaizad" ; + {- VPB (Imper C.Pl C.P3) => -} "judacen" ; + {- 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 (BeschSpa.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) => -} "andis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "andan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ande" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "andes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ande" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "andemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "andis" ; + {- VPB (Pres Subj 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) => -} "andbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "andabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "andaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"anduviera" ; "anduviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"anduvieras" ; "anduvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"anduviera" ; "anduviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"anduviramos" ; "anduvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"anduvierais" ; "anduvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"anduvieran" ; "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) => -} "andars" ;--# 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) => -} "andaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "andarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "anduviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "anduvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "anduviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "anduviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "anduviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "anduvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "andara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "andaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "andara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "andaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "andarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "andaran" ;--# 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 (BeschSpa.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) => -} "desandis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desandan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desande" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desandes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desande" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desandemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desandis" ; + {- VPB (Pres Subj 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) => -} "desandbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desandabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desandaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desanduviera" ; "desanduviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desanduvieras" ; "desanduvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desanduviera" ; "desanduviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desanduviramos" ; "desanduvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desanduvierais" ; "desanduvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desanduvieran" ; "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) => -} "desandars" ;--# 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) => -} "desandaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desandarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desanduviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desanduvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desanduviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desanduviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desanduviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desanduvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desandara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desandaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desandara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desandaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desandarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desandaran" ;--# 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 (BeschSpa.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) => -} "ass" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "asen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "asga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "asgas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "asga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "asgamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "asgis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "asgan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "asa" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "asas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "asa" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "asamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "asais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "asan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"asiera" ; "asiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"asieras" ; "asieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"asiera" ; "asiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"asiramos" ; "asisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"asierais" ; "asieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"asieran" ; "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) => -} "asirs" ;--# 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) => -} "asiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "asirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "asiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "asieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "asiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "asiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "asiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "asieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "asira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "asiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "asira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "asiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "asirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "asiran" ;--# 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 (BeschSpa.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) => -} "desass" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desasen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desasga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desasgas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desasga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desasgamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desasgis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desasgan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desasa" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desasas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desasa" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desasamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desasais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desasan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desasiera" ; "desasiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desasieras" ; "desasieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desasiera" ; "desasiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desasiramos" ; "desasisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desasierais" ; "desasieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desasieran" ; "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) => -} "desasirs" ;--# 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) => -} "desasiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desasirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desasiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desasieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desasiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desasiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desasiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desasieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desasira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desasiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desasira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desasiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desasirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desasiran" ;--# 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 (BeschSpa.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) => -} "abstergis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "abstergen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "absterja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "absterjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "absterja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "absterjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "absterjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "absterjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "absterga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "abstergas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "absterga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "abstergamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "abstergais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "abstergan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"abstergiera" ; "abstergiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"abstergieras" ; "abstergieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"abstergiera" ; "abstergiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"abstergiramos" ; "abstergisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"abstergierais" ; "abstergieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"abstergieran" ; "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) => -} "abstergers" ;--# 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) => -} "abstergeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "abstergern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "abstergiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "abstergieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "abstergiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "abstergiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "abstergiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "abstergieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "abstergera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "abstergeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "abstergera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "abstergeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "abstergerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "abstergeran" ;--# 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 (BeschSpa.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) => -} "acogis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "acogen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "acoja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "acojas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "acoja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "acojamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "acojis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "acojan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "acoga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "acogas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "acoga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "acogamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "acogais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "acogan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"acogiera" ; "acogiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"acogieras" ; "acogieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"acogiera" ; "acogiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"acogiramos" ; "acogisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"acogierais" ; "acogieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acogieran" ; "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) => -} "acogers" ;--# 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) => -} "acogeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "acogern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "acogiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "acogieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "acogiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "acogiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "acogiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "acogieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "acogera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "acogeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "acogera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "acogeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "acogerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "acogeran" ;--# 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 (BeschSpa.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) => -} "antecogis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "antecogen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "antecoja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "antecojas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "antecoja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "antecojamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "antecojis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "antecojan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "antecoga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "antecogas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "antecoga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "antecogamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "antecogais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "antecogan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"antecogiera" ; "antecogiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"antecogieras" ; "antecogieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"antecogiera" ; "antecogiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"antecogiramos" ; "antecogisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"antecogierais" ; "antecogieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"antecogieran" ; "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) => -} "antecogers" ;--# 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) => -} "antecogeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "antecogern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "antecogiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "antecogieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "antecogiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "antecogiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "antecogiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "antecogieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "antecogera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "antecogeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "antecogera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "antecogeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "antecogerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "antecogeran" ;--# 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 (BeschSpa.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) => -} "aspergis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "aspergen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "asperja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "asperjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "asperja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "asperjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "asperjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "asperjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "asperga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "aspergas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "asperga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "aspergamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "aspergais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "aspergan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aspergiera" ; "aspergiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aspergieras" ; "aspergieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aspergiera" ; "aspergiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aspergiramos" ; "aspergisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aspergierais" ; "aspergieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aspergieran" ; "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) => -} "aspergers" ;--# 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) => -} "aspergeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "aspergern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "aspergiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "aspergieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "aspergiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "aspergiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "aspergiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "aspergieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "aspergera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "aspergeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "aspergera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "aspergeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "aspergerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "aspergeran" ;--# 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 (BeschSpa.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) => -} "cogis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "cogen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "coja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "cojas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "coja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "cojamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "cojis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "cojan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "coga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "cogas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "coga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "cogamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "cogais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "cogan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"cogiera" ; "cogiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"cogieras" ; "cogieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"cogiera" ; "cogiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"cogiramos" ; "cogisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"cogierais" ; "cogieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"cogieran" ; "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) => -} "cogers" ;--# 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) => -} "cogeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "cogern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "cogiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "cogieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "cogiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "cogiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "cogiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "cogieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "cogera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "cogeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "cogera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "cogeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "cogerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "cogeran" ;--# 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 (BeschSpa.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) => -} "convergis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "convergen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "converja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "converjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "converja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "converjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "converjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "converjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "converga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "convergas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "converga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "convergamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "convergais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "convergan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"convergiera" ; "convergiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"convergieras" ; "convergieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"convergiera" ; "convergiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"convergiramos" ; "convergisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"convergierais" ; "convergieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"convergieran" ; "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) => -} "convergers" ;--# 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) => -} "convergeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "convergern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "convergiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "convergieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "convergiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "convergiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "convergiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "convergieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "convergera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "convergeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "convergera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "convergeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "convergerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "convergeran" ;--# 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 (BeschSpa.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) => -} "descogis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "descogen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "descoja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "descojas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "descoja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "descojamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "descojis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "descojan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "descoga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "descogas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "descoga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "descogamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "descogais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "descogan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descogiera" ; "descogiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descogieras" ; "descogieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descogiera" ; "descogiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descogiramos" ; "descogisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descogierais" ; "descogieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descogieran" ; "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) => -} "descogers" ;--# 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) => -} "descogeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "descogern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "descogiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "descogieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "descogiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "descogiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "descogiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "descogieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "descogera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "descogeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "descogera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "descogeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "descogerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "descogeran" ;--# 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 (BeschSpa.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) => -} "desencogis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desencogen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desencoja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desencojas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desencoja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desencojamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desencojis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desencojan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desencoga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desencogas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desencoga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desencogamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desencogais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desencogan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desencogiera" ; "desencogiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desencogieras" ; "desencogieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desencogiera" ; "desencogiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desencogiramos" ; "desencogisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desencogierais" ; "desencogieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desencogieran" ; "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) => -} "desencogers" ;--# 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) => -} "desencogeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desencogern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desencogiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desencogieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desencogiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desencogiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desencogiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desencogieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desencogera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desencogeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desencogera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desencogeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desencogerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desencogeran" ;--# 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 (BeschSpa.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) => -} "detergis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "detergen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "deterja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "deterjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "deterja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "deterjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "deterjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "deterjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "deterga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "detergas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "deterga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "detergamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "detergais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "detergan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"detergiera" ; "detergiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"detergieras" ; "detergieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"detergiera" ; "detergiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"detergiramos" ; "detergisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"detergierais" ; "detergieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"detergieran" ; "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) => -} "detergers" ;--# 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) => -} "detergeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "detergern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "detergiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "detergieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "detergiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "detergiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "detergiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "detergieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "detergera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "detergeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "detergera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "detergeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "detergerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "detergeran" ;--# 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 (BeschSpa.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) => -} "emergis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "emergen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "emerja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "emerjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "emerja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "emerjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "emerjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "emerjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "emerga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "emergas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "emerga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "emergamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "emergais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "emergan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"emergiera" ; "emergiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"emergieras" ; "emergieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"emergiera" ; "emergiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"emergiramos" ; "emergisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"emergierais" ; "emergieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"emergieran" ; "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) => -} "emergers" ;--# 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) => -} "emergeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "emergern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "emergiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "emergieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "emergiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "emergiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "emergiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "emergieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "emergera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "emergeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "emergera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "emergeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "emergerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "emergeran" ;--# 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 (BeschSpa.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) => -} "encogis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "encogen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "encoja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "encojas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "encoja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "encojamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "encojis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "encojan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "encoga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "encogas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "encoga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "encogamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "encogais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "encogan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encogiera" ; "encogiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encogieras" ; "encogieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encogiera" ; "encogiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encogiramos" ; "encogisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encogierais" ; "encogieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encogieran" ; "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) => -} "encogers" ;--# 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) => -} "encogeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "encogern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "encogiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "encogieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "encogiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "encogiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "encogiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "encogieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "encogera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "encogeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "encogera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "encogeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "encogerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "encogeran" ;--# 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 (BeschSpa.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) => -} "entrecogis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "entrecogen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "entrecoja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "entrecojas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "entrecoja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "entrecojamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "entrecojis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "entrecojan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "entrecoga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "entrecogas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "entrecoga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "entrecogamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "entrecogais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "entrecogan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entrecogiera" ; "entrecogiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entrecogieras" ; "entrecogieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entrecogiera" ; "entrecogiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entrecogiramos" ; "entrecogisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entrecogierais" ; "entrecogieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entrecogieran" ; "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) => -} "entrecogers" ;--# 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) => -} "entrecogeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "entrecogern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "entrecogiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "entrecogieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "entrecogiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "entrecogiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "entrecogiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "entrecogieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "entrecogera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "entrecogeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "entrecogera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "entrecogeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "entrecogerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "entrecogeran" ;--# 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 (BeschSpa.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) => -} "escogis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "escogen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "escoja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "escojas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "escoja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "escojamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "escojis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "escojan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "escoga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "escogas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "escoga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "escogamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "escogais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "escogan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"escogiera" ; "escogiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"escogieras" ; "escogieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"escogiera" ; "escogiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"escogiramos" ; "escogisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"escogierais" ; "escogieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"escogieran" ; "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) => -} "escogers" ;--# 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) => -} "escogeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "escogern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "escogiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "escogieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "escogiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "escogiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "escogiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "escogieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "escogera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "escogeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "escogera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "escogeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "escogerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "escogeran" ;--# 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 (BeschSpa.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) => -} "protegis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "protegen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "proteja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "protejas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "proteja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "protejamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "protejis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "protejan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "protega" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "protegas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "protega" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "protegamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "protegais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "protegan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"protegiera" ; "protegiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"protegieras" ; "protegieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"protegiera" ; "protegiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"protegiramos" ; "protegisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"protegierais" ; "protegieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"protegieran" ; "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) => -} "protegers" ;--# 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) => -} "protegeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "protegern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "protegiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "protegieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "protegiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "protegiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "protegiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "protegieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "protegera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "protegeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "protegera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "protegeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "protegerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "protegeran" ;--# 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 (BeschSpa.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) => -} "recogis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "recogen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "recoja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "recojas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "recoja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "recojamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "recojis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "recojan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "recoga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "recogas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "recoga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "recogamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "recogais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "recogan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recogiera" ; "recogiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recogieras" ; "recogieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recogiera" ; "recogiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recogiramos" ; "recogisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recogierais" ; "recogieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recogieran" ; "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) => -} "recogers" ;--# 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) => -} "recogeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "recogern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "recogiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "recogieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "recogiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "recogiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "recogiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "recogieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "recogera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "recogeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "recogera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "recogeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "recogerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "recogeran" ;--# 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 (BeschSpa.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) => -} "sobrecogis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sobrecogen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sobrecoja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sobrecojas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sobrecoja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sobrecojamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sobrecojis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sobrecojan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sobrecoga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sobrecogas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sobrecoga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sobrecogamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sobrecogais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sobrecogan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobrecogiera" ; "sobrecogiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobrecogieras" ; "sobrecogieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobrecogiera" ; "sobrecogiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobrecogiramos" ; "sobrecogisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobrecogierais" ; "sobrecogieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobrecogieran" ; "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) => -} "sobrecogers" ;--# 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) => -} "sobrecogeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sobrecogern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sobrecogiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sobrecogieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sobrecogiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sobrecogiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sobrecogiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sobrecogieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sobrecogera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sobrecogeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sobrecogera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sobrecogeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sobrecogerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sobrecogeran" ;--# 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 (BeschSpa.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) => -} "abstergis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "abstergen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "absterja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "absterjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "absterja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "absterjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "absterjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "absterjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "absterga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "abstergas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "absterga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "abstergamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "abstergais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "abstergan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"abstergiera" ; "abstergiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"abstergieras" ; "abstergieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"abstergiera" ; "abstergiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"abstergiramos" ; "abstergisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"abstergierais" ; "abstergieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"abstergieran" ; "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) => -} "abstergers" ;--# 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) => -} "abstergeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "abstergern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "abstergiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "abstergieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "abstergiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "abstergiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "abstergiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "abstergieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "abstergera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "abstergeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "abstergera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "abstergeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "abstergerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "abstergeran" ;--# 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 (BeschSpa.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) => -} "acogis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "acogen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "acoja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "acojas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "acoja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "acojamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "acojis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "acojan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "acoga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "acogas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "acoga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "acogamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "acogais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "acogan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"acogiera" ; "acogiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"acogieras" ; "acogieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"acogiera" ; "acogiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"acogiramos" ; "acogisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"acogierais" ; "acogieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acogieran" ; "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) => -} "acogers" ;--# 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) => -} "acogeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "acogern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "acogiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "acogieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "acogiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "acogiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "acogiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "acogieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "acogera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "acogeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "acogera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "acogeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "acogerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "acogeran" ;--# 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 (BeschSpa.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) => -} "antecogis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "antecogen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "antecoja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "antecojas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "antecoja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "antecojamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "antecojis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "antecojan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "antecoga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "antecogas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "antecoga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "antecogamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "antecogais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "antecogan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"antecogiera" ; "antecogiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"antecogieras" ; "antecogieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"antecogiera" ; "antecogiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"antecogiramos" ; "antecogisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"antecogierais" ; "antecogieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"antecogieran" ; "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) => -} "antecogers" ;--# 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) => -} "antecogeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "antecogern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "antecogiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "antecogieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "antecogiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "antecogiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "antecogiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "antecogieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "antecogera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "antecogeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "antecogera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "antecogeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "antecogerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "antecogeran" ;--# 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 (BeschSpa.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) => -} "aspergis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "aspergen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "asperja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "asperjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "asperja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "asperjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "asperjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "asperjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "asperga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "aspergas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "asperga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "aspergamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "aspergais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "aspergan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aspergiera" ; "aspergiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aspergieras" ; "aspergieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aspergiera" ; "aspergiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aspergiramos" ; "aspergisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aspergierais" ; "aspergieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aspergieran" ; "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) => -} "aspergers" ;--# 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) => -} "aspergeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "aspergern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "aspergiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "aspergieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "aspergiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "aspergiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "aspergiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "aspergieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "aspergera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "aspergeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "aspergera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "aspergeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "aspergerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "aspergeran" ;--# 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 (BeschSpa.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) => -} "cogis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "cogen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "coja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "cojas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "coja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "cojamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "cojis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "cojan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "coga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "cogas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "coga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "cogamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "cogais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "cogan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"cogiera" ; "cogiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"cogieras" ; "cogieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"cogiera" ; "cogiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"cogiramos" ; "cogisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"cogierais" ; "cogieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"cogieran" ; "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) => -} "cogers" ;--# 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) => -} "cogeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "cogern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "cogiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "cogieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "cogiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "cogiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "cogiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "cogieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "cogera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "cogeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "cogera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "cogeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "cogerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "cogeran" ;--# 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 (BeschSpa.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) => -} "convergis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "convergen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "converja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "converjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "converja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "converjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "converjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "converjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "converga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "convergas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "converga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "convergamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "convergais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "convergan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"convergiera" ; "convergiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"convergieras" ; "convergieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"convergiera" ; "convergiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"convergiramos" ; "convergisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"convergierais" ; "convergieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"convergieran" ; "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) => -} "convergers" ;--# 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) => -} "convergeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "convergern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "convergiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "convergieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "convergiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "convergiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "convergiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "convergieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "convergera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "convergeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "convergera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "convergeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "convergerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "convergeran" ;--# 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 (BeschSpa.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) => -} "descogis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "descogen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "descoja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "descojas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "descoja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "descojamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "descojis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "descojan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "descoga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "descogas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "descoga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "descogamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "descogais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "descogan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descogiera" ; "descogiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descogieras" ; "descogieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descogiera" ; "descogiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descogiramos" ; "descogisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descogierais" ; "descogieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descogieran" ; "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) => -} "descogers" ;--# 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) => -} "descogeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "descogern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "descogiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "descogieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "descogiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "descogiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "descogiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "descogieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "descogera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "descogeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "descogera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "descogeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "descogerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "descogeran" ;--# 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 (BeschSpa.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) => -} "desencogis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desencogen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desencoja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desencojas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desencoja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desencojamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desencojis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desencojan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desencoga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desencogas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desencoga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desencogamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desencogais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desencogan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desencogiera" ; "desencogiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desencogieras" ; "desencogieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desencogiera" ; "desencogiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desencogiramos" ; "desencogisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desencogierais" ; "desencogieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desencogieran" ; "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) => -} "desencogers" ;--# 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) => -} "desencogeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desencogern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desencogiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desencogieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desencogiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desencogiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desencogiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desencogieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desencogera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desencogeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desencogera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desencogeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desencogerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desencogeran" ;--# 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 (BeschSpa.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) => -} "detergis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "detergen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "deterja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "deterjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "deterja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "deterjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "deterjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "deterjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "deterga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "detergas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "deterga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "detergamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "detergais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "detergan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"detergiera" ; "detergiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"detergieras" ; "detergieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"detergiera" ; "detergiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"detergiramos" ; "detergisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"detergierais" ; "detergieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"detergieran" ; "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) => -} "detergers" ;--# 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) => -} "detergeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "detergern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "detergiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "detergieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "detergiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "detergiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "detergiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "detergieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "detergera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "detergeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "detergera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "detergeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "detergerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "detergeran" ;--# 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 (BeschSpa.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) => -} "emergis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "emergen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "emerja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "emerjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "emerja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "emerjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "emerjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "emerjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "emerga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "emergas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "emerga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "emergamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "emergais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "emergan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"emergiera" ; "emergiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"emergieras" ; "emergieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"emergiera" ; "emergiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"emergiramos" ; "emergisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"emergierais" ; "emergieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"emergieran" ; "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) => -} "emergers" ;--# 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) => -} "emergeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "emergern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "emergiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "emergieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "emergiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "emergiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "emergiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "emergieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "emergera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "emergeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "emergera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "emergeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "emergerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "emergeran" ;--# 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 (BeschSpa.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) => -} "encogis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "encogen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "encoja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "encojas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "encoja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "encojamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "encojis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "encojan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "encoga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "encogas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "encoga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "encogamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "encogais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "encogan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encogiera" ; "encogiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encogieras" ; "encogieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encogiera" ; "encogiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encogiramos" ; "encogisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encogierais" ; "encogieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encogieran" ; "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) => -} "encogers" ;--# 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) => -} "encogeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "encogern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "encogiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "encogieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "encogiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "encogiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "encogiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "encogieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "encogera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "encogeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "encogera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "encogeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "encogerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "encogeran" ;--# 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 (BeschSpa.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) => -} "entrecogis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "entrecogen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "entrecoja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "entrecojas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "entrecoja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "entrecojamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "entrecojis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "entrecojan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "entrecoga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "entrecogas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "entrecoga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "entrecogamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "entrecogais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "entrecogan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entrecogiera" ; "entrecogiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entrecogieras" ; "entrecogieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entrecogiera" ; "entrecogiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entrecogiramos" ; "entrecogisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entrecogierais" ; "entrecogieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entrecogieran" ; "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) => -} "entrecogers" ;--# 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) => -} "entrecogeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "entrecogern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "entrecogiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "entrecogieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "entrecogiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "entrecogiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "entrecogiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "entrecogieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "entrecogera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "entrecogeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "entrecogera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "entrecogeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "entrecogerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "entrecogeran" ;--# 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 (BeschSpa.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) => -} "escogis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "escogen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "escoja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "escojas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "escoja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "escojamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "escojis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "escojan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "escoga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "escogas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "escoga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "escogamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "escogais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "escogan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"escogiera" ; "escogiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"escogieras" ; "escogieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"escogiera" ; "escogiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"escogiramos" ; "escogisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"escogierais" ; "escogieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"escogieran" ; "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) => -} "escogers" ;--# 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) => -} "escogeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "escogern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "escogiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "escogieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "escogiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "escogiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "escogiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "escogieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "escogera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "escogeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "escogera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "escogeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "escogerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "escogeran" ;--# 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 (BeschSpa.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) => -} "protegis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "protegen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "proteja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "protejas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "proteja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "protejamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "protejis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "protejan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "protega" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "protegas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "protega" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "protegamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "protegais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "protegan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"protegiera" ; "protegiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"protegieras" ; "protegieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"protegiera" ; "protegiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"protegiramos" ; "protegisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"protegierais" ; "protegieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"protegieran" ; "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) => -} "protegers" ;--# 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) => -} "protegeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "protegern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "protegiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "protegieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "protegiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "protegiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "protegiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "protegieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "protegera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "protegeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "protegera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "protegeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "protegerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "protegeran" ;--# 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 (BeschSpa.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) => -} "recogis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "recogen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "recoja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "recojas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "recoja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "recojamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "recojis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "recojan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "recoga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "recogas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "recoga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "recogamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "recogais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "recogan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recogiera" ; "recogiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recogieras" ; "recogieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recogiera" ; "recogiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recogiramos" ; "recogisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recogierais" ; "recogieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recogieran" ; "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) => -} "recogers" ;--# 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) => -} "recogeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "recogern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "recogiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "recogieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "recogiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "recogiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "recogiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "recogieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "recogera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "recogeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "recogera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "recogeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "recogerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "recogeran" ;--# 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 (BeschSpa.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) => -} "sobrecogis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sobrecogen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sobrecoja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sobrecojas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sobrecoja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sobrecojamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sobrecojis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sobrecojan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sobrecoga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sobrecogas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sobrecoga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sobrecogamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sobrecogais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sobrecogan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobrecogiera" ; "sobrecogiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobrecogieras" ; "sobrecogieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobrecogiera" ; "sobrecogiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobrecogiramos" ; "sobrecogisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobrecogierais" ; "sobrecogieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobrecogieran" ; "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) => -} "sobrecogers" ;--# 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) => -} "sobrecogeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sobrecogern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sobrecogiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sobrecogieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sobrecogiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sobrecogiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sobrecogiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sobrecogieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sobrecogera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sobrecogeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sobrecogera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sobrecogeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sobrecogerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sobrecogeran" ;--# 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 (BeschSpa.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) => -} "conocis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "conocen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "conozca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "conozcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "conozca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "conozcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "conozcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "conozcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "conoca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "conocas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "conoca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "conocamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "conocais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "conocan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"conociera" ; "conociese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"conocieras" ; "conocieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"conociera" ; "conociese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"conociramos" ; "conocisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"conocierais" ; "conocieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"conocieran" ; "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) => -} "conocers" ;--# 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) => -} "conoceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "conocern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "conociere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "conocieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "conociere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "conociremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "conociereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "conocieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "conocera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "conoceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "conocera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "conoceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "conocerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "conoceran" ;--# 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 (BeschSpa.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) => -} "desconocis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desconocen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desconozca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desconozcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desconozca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desconozcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desconozcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desconozcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desconoca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desconocas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desconoca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desconocamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desconocais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desconocan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desconociera" ; "desconociese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desconocieras" ; "desconocieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desconociera" ; "desconociese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desconociramos" ; "desconocisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desconocierais" ; "desconocieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desconocieran" ; "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) => -} "desconocers" ;--# 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) => -} "desconoceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desconocern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desconociere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desconocieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desconociere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desconociremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desconociereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desconocieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desconocera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desconoceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desconocera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desconoceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desconocerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desconoceran" ;--# 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 (BeschSpa.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) => -} "preconocis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "preconocen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "preconozca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "preconozcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "preconozca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "preconozcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "preconozcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "preconozcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "preconoca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "preconocas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "preconoca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "preconocamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "preconocais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "preconocan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"preconociera" ; "preconociese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"preconocieras" ; "preconocieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"preconociera" ; "preconociese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"preconociramos" ; "preconocisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"preconocierais" ; "preconocieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"preconocieran" ; "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) => -} "preconocers" ;--# 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) => -} "preconoceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "preconocern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "preconociere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "preconocieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "preconociere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "preconociremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "preconociereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "preconocieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "preconocera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "preconoceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "preconocera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "preconoceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "preconocerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "preconoceran" ;--# 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 (BeschSpa.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) => -} "reconocis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reconocen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reconozca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reconozcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reconozca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reconozcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reconozcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "reconozcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reconoca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reconocas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reconoca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reconocamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reconocais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reconocan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reconociera" ; "reconociese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reconocieras" ; "reconocieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reconociera" ; "reconociese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reconociramos" ; "reconocisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reconocierais" ; "reconocieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reconocieran" ; "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) => -} "reconocers" ;--# 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) => -} "reconoceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reconocern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reconociere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "reconocieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reconociere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reconociremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reconociereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "reconocieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reconocera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reconoceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reconocera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reconoceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reconocerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reconoceran" ;--# 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 (BeschSpa.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) => -} "delinqus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "delinquen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "delinca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "delincas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "delinca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "delincamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "delincis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "delincan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "delinqua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "delinquas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "delinqua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "delinquamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "delinquais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "delinquan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"delinquiera" ; "delinquiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"delinquieras" ; "delinquieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"delinquiera" ; "delinquiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"delinquiramos" ; "delinquisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"delinquierais" ; "delinquieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"delinquieran" ; "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) => -} "delinquirs" ;--# 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) => -} "delinquiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "delinquirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "delinquiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "delinquieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "delinquiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "delinquiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "delinquiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "delinquieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "delinquira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "delinquiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "delinquira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "delinquiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "delinquirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "delinquiran" ;--# 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 (BeschSpa.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) => -} "derrelinqus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "derrelinquen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "derrelinca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "derrelincas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "derrelinca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "derrelincamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "derrelincis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "derrelincan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "derrelinqua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "derrelinquas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "derrelinqua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "derrelinquamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "derrelinquais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "derrelinquan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"derrelinquiera" ; "derrelinquiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"derrelinquieras" ; "derrelinquieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"derrelinquiera" ; "derrelinquiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"derrelinquiramos" ; "derrelinquisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"derrelinquierais" ; "derrelinquieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"derrelinquieran" ; "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) => -} "derrelinquirs" ;--# 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) => -} "derrelinquiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "derrelinquirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "derrelinquiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "derrelinquieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "derrelinquiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "derrelinquiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "derrelinquiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "derrelinquieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "derrelinquira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "derrelinquiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "derrelinquira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "derrelinquiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "derrelinquirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "derrelinquiran" ;--# 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 (BeschSpa.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) => -} "adstrings" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "adstringen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "adstrinja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "adstrinjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "adstrinja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "adstrinjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "adstrinjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "adstrinjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "adstringa" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "adstringas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "adstringa" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "adstringamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "adstringais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "adstringan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"adstringiera" ; "adstringiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"adstringieras" ; "adstringieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"adstringiera" ; "adstringiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"adstringiramos" ; "adstringisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"adstringierais" ; "adstringieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"adstringieran" ; "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) => -} "adstringirs" ;--# 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) => -} "adstringiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "adstringirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "adstringiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "adstringieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "adstringiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "adstringiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "adstringiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "adstringieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "adstringira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "adstringiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "adstringira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "adstringiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "adstringirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "adstringiran" ;--# 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 (BeschSpa.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) => -} "afligs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "afligen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "aflija" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "aflijas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "aflija" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "aflijamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "aflijis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "aflijan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "afliga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "afligas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "afliga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "afligamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "afligais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "afligan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"afligiera" ; "afligiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"afligieras" ; "afligieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"afligiera" ; "afligiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"afligiramos" ; "afligisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"afligierais" ; "afligieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"afligieran" ; "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) => -} "afligirs" ;--# 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) => -} "afligiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "afligirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "afligiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "afligieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "afligiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "afligiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "afligiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "afligieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "afligira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "afligiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "afligira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "afligiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "afligirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "afligiran" ;--# 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 (BeschSpa.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) => -} "astrings" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "astringen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "astrinja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "astrinjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "astrinja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "astrinjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "astrinjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "astrinjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "astringa" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "astringas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "astringa" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "astringamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "astringais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "astringan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"astringiera" ; "astringiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"astringieras" ; "astringieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"astringiera" ; "astringiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"astringiramos" ; "astringisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"astringierais" ; "astringieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"astringieran" ; "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) => -} "astringirs" ;--# 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) => -} "astringiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "astringirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "astringiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "astringieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "astringiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "astringiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "astringiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "astringieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "astringira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "astringiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "astringira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "astringiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "astringirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "astringiran" ;--# 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 (BeschSpa.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) => -} "compungs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "compungen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "compunja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "compunjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "compunja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "compunjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "compunjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "compunjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "compunga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "compungas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "compunga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "compungamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "compungais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "compungan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"compungiera" ; "compungiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"compungieras" ; "compungieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"compungiera" ; "compungiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"compungiramos" ; "compungisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"compungierais" ; "compungieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"compungieran" ; "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) => -} "compungirs" ;--# 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) => -} "compungiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "compungirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "compungiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "compungieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "compungiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "compungiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "compungiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "compungieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "compungira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "compungiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "compungira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "compungiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "compungirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "compungiran" ;--# 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 (BeschSpa.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) => -} "convergs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "convergen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "converja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "converjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "converja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "converjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "converjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "converjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "converga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "convergas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "converga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "convergamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "convergais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "convergan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"convergiera" ; "convergiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"convergieras" ; "convergieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"convergiera" ; "convergiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"convergiramos" ; "convergisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"convergierais" ; "convergieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"convergieran" ; "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) => -} "convergirs" ;--# 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) => -} "convergiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "convergirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "convergiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "convergieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "convergiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "convergiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "convergiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "convergieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "convergira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "convergiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "convergira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "convergiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "convergirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "convergiran" ;--# 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 (BeschSpa.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) => -} "dirigs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "dirigen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "dirija" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "dirijas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "dirija" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "dirijamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "dirijis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "dirijan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "diriga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "dirigas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "diriga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "dirigamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "dirigais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "dirigan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"dirigiera" ; "dirigiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"dirigieras" ; "dirigieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"dirigiera" ; "dirigiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"dirigiramos" ; "dirigisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"dirigierais" ; "dirigieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"dirigieran" ; "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) => -} "dirigirs" ;--# 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) => -} "dirigiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "dirigirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "dirigiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "dirigieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "dirigiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "dirigiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "dirigiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "dirigieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "dirigira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "dirigiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "dirigira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "dirigiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "dirigirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "dirigiran" ;--# 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 (BeschSpa.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) => -} "divergs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "divergen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "diverja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "diverjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "diverja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "diverjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "diverjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "diverjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "diverga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "divergas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "diverga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "divergamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "divergais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "divergan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"divergiera" ; "divergiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"divergieras" ; "divergieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"divergiera" ; "divergiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"divergiramos" ; "divergisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"divergierais" ; "divergieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"divergieran" ; "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) => -} "divergirs" ;--# 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) => -} "divergiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "divergirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "divergiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "divergieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "divergiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "divergiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "divergiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "divergieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "divergira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "divergiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "divergira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "divergiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "divergirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "divergiran" ;--# 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 (BeschSpa.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) => -} "erigs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "erigen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "erija" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "erijas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "erija" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "erijamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "erijis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "erijan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "eriga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "erigas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "eriga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "erigamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "erigais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "erigan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"erigiera" ; "erigiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"erigieras" ; "erigieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"erigiera" ; "erigiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"erigiramos" ; "erigisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"erigierais" ; "erigieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"erigieran" ; "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) => -} "erigirs" ;--# 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) => -} "erigiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "erigirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "erigiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "erigieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "erigiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "erigiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "erigiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "erigieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "erigira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "erigiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "erigira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "erigiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "erigirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "erigiran" ;--# 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 (BeschSpa.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) => -} "exigs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "exigen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "exija" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "exijas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "exija" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "exijamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "exijis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "exijan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "exiga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "exigas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "exiga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "exigamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "exigais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "exigan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"exigiera" ; "exigiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"exigieras" ; "exigieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"exigiera" ; "exigiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"exigiramos" ; "exigisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"exigierais" ; "exigieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"exigieran" ; "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) => -} "exigirs" ;--# 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) => -} "exigiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "exigirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "exigiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "exigieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "exigiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "exigiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "exigiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "exigieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "exigira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "exigiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "exigira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "exigiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "exigirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "exigiran" ;--# 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 (BeschSpa.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) => -} "fings" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "fingen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "finja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "finjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "finja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "finjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "finjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "finjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "finga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "fingas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "finga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "fingamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "fingais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "fingan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"fingiera" ; "fingiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fingieras" ; "fingieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fingiera" ; "fingiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"fingiramos" ; "fingisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fingierais" ; "fingieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fingieran" ; "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) => -} "fingirs" ;--# 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) => -} "fingiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "fingirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "fingiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "fingieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "fingiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "fingiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "fingiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "fingieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "fingira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "fingiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "fingira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "fingiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "fingirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "fingiran" ;--# 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 (BeschSpa.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) => -} "frangs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "frangen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "franja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "franjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "franja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "franjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "franjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "franjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "franga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "frangas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "franga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "frangamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "frangais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "frangan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"frangiera" ; "frangiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"frangieras" ; "frangieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"frangiera" ; "frangiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"frangiramos" ; "frangisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"frangierais" ; "frangieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"frangieran" ; "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) => -} "frangirs" ;--# 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) => -} "frangiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "frangirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "frangiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "frangieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "frangiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "frangiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "frangiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "frangieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "frangira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "frangiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "frangira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "frangiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "frangirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "frangiran" ;--# 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 (BeschSpa.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) => -} "fulgs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "fulgen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "fulja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "fuljas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "fulja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "fuljamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "fuljis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "fuljan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "fulga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "fulgas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "fulga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "fulgamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "fulgais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "fulgan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"fulgiera" ; "fulgiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fulgieras" ; "fulgieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fulgiera" ; "fulgiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"fulgiramos" ; "fulgisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fulgierais" ; "fulgieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fulgieran" ; "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) => -} "fulgirs" ;--# 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) => -} "fulgiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "fulgirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "fulgiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "fulgieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "fulgiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "fulgiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "fulgiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "fulgieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "fulgira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "fulgiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "fulgira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "fulgiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "fulgirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "fulgiran" ;--# 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 (BeschSpa.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) => -} "fungs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "fungen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "funja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "funjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "funja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "funjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "funjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "funjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "funga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "fungas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "funga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "fungamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "fungais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "fungan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"fungiera" ; "fungiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fungieras" ; "fungieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fungiera" ; "fungiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"fungiramos" ; "fungisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fungierais" ; "fungieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fungieran" ; "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) => -} "fungirs" ;--# 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) => -} "fungiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "fungirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "fungiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "fungieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "fungiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "fungiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "fungiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "fungieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "fungira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "fungiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "fungira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "fungiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "fungirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "fungiran" ;--# 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 (BeschSpa.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) => -} "infligs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "infligen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "inflija" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "inflijas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "inflija" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "inflijamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "inflijis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "inflijan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "infliga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "infligas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "infliga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "infligamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "infligais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "infligan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"infligiera" ; "infligiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"infligieras" ; "infligieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"infligiera" ; "infligiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"infligiramos" ; "infligisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"infligierais" ; "infligieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"infligieran" ; "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) => -} "infligirs" ;--# 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) => -} "infligiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "infligirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "infligiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "infligieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "infligiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "infligiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "infligiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "infligieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "infligira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "infligiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "infligira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "infligiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "infligirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "infligiran" ;--# 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 (BeschSpa.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) => -} "infrings" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "infringen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "infrinja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "infrinjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "infrinja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "infrinjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "infrinjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "infrinjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "infringa" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "infringas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "infringa" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "infringamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "infringais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "infringan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"infringiera" ; "infringiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"infringieras" ; "infringieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"infringiera" ; "infringiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"infringiramos" ; "infringisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"infringierais" ; "infringieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"infringieran" ; "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) => -} "infringirs" ;--# 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) => -} "infringiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "infringirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "infringiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "infringieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "infringiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "infringiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "infringiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "infringieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "infringira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "infringiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "infringira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "infringiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "infringirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "infringiran" ;--# 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 (BeschSpa.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) => -} "inmergs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "inmergen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "inmerja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "inmerjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "inmerja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "inmerjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "inmerjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "inmerjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "inmerga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "inmergas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "inmerga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "inmergamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "inmergais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "inmergan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"inmergiera" ; "inmergiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"inmergieras" ; "inmergieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"inmergiera" ; "inmergiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"inmergiramos" ; "inmergisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"inmergierais" ; "inmergieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"inmergieran" ; "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) => -} "inmergirs" ;--# 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) => -} "inmergiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "inmergirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "inmergiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "inmergieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "inmergiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "inmergiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "inmergiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "inmergieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "inmergira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "inmergiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "inmergira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "inmergiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "inmergirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "inmergiran" ;--# 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 (BeschSpa.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) => -} "mugs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "mugen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "muja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "mujas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "muja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "mujamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "mujis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "mujan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "muga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "mugas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "muga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "mugamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "mugais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "mugan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"mugiera" ; "mugiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"mugieras" ; "mugieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"mugiera" ; "mugiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"mugiramos" ; "mugisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"mugierais" ; "mugieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"mugieran" ; "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) => -} "mugirs" ;--# 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) => -} "mugiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "mugirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "mugiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "mugieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "mugiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "mugiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "mugiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "mugieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "mugira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "mugiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "mugira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "mugiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "mugirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "mugiran" ;--# 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 (BeschSpa.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) => -} "pungs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "pungen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "punja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "punjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "punja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "punjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "punjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "punjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "punga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "pungas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "punga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "pungamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "pungais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "pungan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"pungiera" ; "pungiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"pungieras" ; "pungieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"pungiera" ; "pungiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"pungiramos" ; "pungisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"pungierais" ; "pungieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"pungieran" ; "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) => -} "pungirs" ;--# 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) => -} "pungiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "pungirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "pungiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "pungieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "pungiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "pungiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "pungiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "pungieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "pungira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "pungiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "pungira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "pungiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "pungirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "pungiran" ;--# 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 (BeschSpa.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) => -} "radiodirigs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "radiodirigen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "radiodirija" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "radiodirijas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "radiodirija" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "radiodirijamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "radiodirijis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "radiodirijan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "radiodiriga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "radiodirigas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "radiodiriga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "radiodirigamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "radiodirigais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "radiodirigan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"radiodirigiera" ; "radiodirigiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"radiodirigieras" ; "radiodirigieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"radiodirigiera" ; "radiodirigiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"radiodirigiramos" ; "radiodirigisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"radiodirigierais" ; "radiodirigieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"radiodirigieran" ; "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) => -} "radiodirigirs" ;--# 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) => -} "radiodirigiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "radiodirigirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "radiodirigiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "radiodirigieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "radiodirigiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "radiodirigiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "radiodirigiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "radiodirigieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "radiodirigira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "radiodirigiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "radiodirigira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "radiodirigiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "radiodirigirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "radiodirigiran" ;--# 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 (BeschSpa.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) => -} "refrings" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "refringen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "refrinja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "refrinjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "refrinja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "refrinjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "refrinjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "refrinjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "refringa" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "refringas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "refringa" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "refringamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "refringais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "refringan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"refringiera" ; "refringiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"refringieras" ; "refringieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"refringiera" ; "refringiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"refringiramos" ; "refringisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"refringierais" ; "refringieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"refringieran" ; "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) => -} "refringirs" ;--# 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) => -} "refringiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "refringirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "refringiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "refringieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "refringiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "refringiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "refringiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "refringieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "refringira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "refringiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "refringira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "refringiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "refringirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "refringiran" ;--# 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 (BeschSpa.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) => -} "refulgs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "refulgen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "refulja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "refuljas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "refulja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "refuljamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "refuljis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "refuljan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "refulga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "refulgas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "refulga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "refulgamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "refulgais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "refulgan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"refulgiera" ; "refulgiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"refulgieras" ; "refulgieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"refulgiera" ; "refulgiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"refulgiramos" ; "refulgisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"refulgierais" ; "refulgieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"refulgieran" ; "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) => -} "refulgirs" ;--# 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) => -} "refulgiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "refulgirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "refulgiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "refulgieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "refulgiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "refulgiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "refulgiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "refulgieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "refulgira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "refulgiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "refulgira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "refulgiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "refulgirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "refulgiran" ;--# 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 (BeschSpa.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) => -} "restrings" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "restringen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "restrinja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "restrinjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "restrinja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "restrinjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "restrinjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "restrinjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "restringa" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "restringas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "restringa" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "restringamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "restringais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "restringan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"restringiera" ; "restringiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"restringieras" ; "restringieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"restringiera" ; "restringiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"restringiramos" ; "restringisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"restringierais" ; "restringieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"restringieran" ; "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) => -} "restringirs" ;--# 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) => -} "restringiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "restringirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "restringiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "restringieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "restringiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "restringiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "restringiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "restringieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "restringira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "restringiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "restringira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "restringiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "restringirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "restringiran" ;--# 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 (BeschSpa.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) => -} "resurgs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "resurgen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "resurja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "resurjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "resurja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "resurjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "resurjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "resurjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "resurga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "resurgas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "resurga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "resurgamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "resurgais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "resurgan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"resurgiera" ; "resurgiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"resurgieras" ; "resurgieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"resurgiera" ; "resurgiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"resurgiramos" ; "resurgisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"resurgierais" ; "resurgieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"resurgieran" ; "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) => -} "resurgirs" ;--# 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) => -} "resurgiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "resurgirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "resurgiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "resurgieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "resurgiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "resurgiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "resurgiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "resurgieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "resurgira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "resurgiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "resurgira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "resurgiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "resurgirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "resurgiran" ;--# 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 (BeschSpa.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) => -} "rugs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "rugen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ruja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "rujas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ruja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "rujamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "rujis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "rujan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "ruga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "rugas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "ruga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "rugamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "rugais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "rugan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rugiera" ; "rugiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rugieras" ; "rugieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rugiera" ; "rugiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rugiramos" ; "rugisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rugierais" ; "rugieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rugieran" ; "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) => -} "rugirs" ;--# 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) => -} "rugiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "rugirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "rugiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "rugieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "rugiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "rugiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "rugiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "rugieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "rugira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "rugiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "rugira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "rugiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "rugirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "rugiran" ;--# 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 (BeschSpa.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) => -} "sumergs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sumergen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sumerja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sumerjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sumerja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sumerjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sumerjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sumerjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sumerga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sumergas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sumerga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sumergamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sumergais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sumergan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sumergiera" ; "sumergiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sumergieras" ; "sumergieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sumergiera" ; "sumergiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sumergiramos" ; "sumergisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sumergierais" ; "sumergieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sumergieran" ; "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) => -} "sumergirs" ;--# 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) => -} "sumergiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sumergirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sumergiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sumergieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sumergiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sumergiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sumergiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sumergieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sumergira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sumergiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sumergira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sumergiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sumergirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sumergiran" ;--# 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 (BeschSpa.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) => -} "surgs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "surgen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "surja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "surjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "surja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "surjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "surjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "surjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "surga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "surgas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "surga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "surgamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "surgais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "surgan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"surgiera" ; "surgiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"surgieras" ; "surgieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"surgiera" ; "surgiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"surgiramos" ; "surgisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"surgierais" ; "surgieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"surgieran" ; "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) => -} "surgirs" ;--# 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) => -} "surgiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "surgirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "surgiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "surgieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "surgiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "surgiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "surgiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "surgieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "surgira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "surgiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "surgira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "surgiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "surgirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "surgiran" ;--# 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 (BeschSpa.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) => -} "teledirigs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "teledirigen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "teledirija" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "teledirijas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "teledirija" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "teledirijamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "teledirijis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "teledirijan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "telediriga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "teledirigas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "telediriga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "teledirigamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "teledirigais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "teledirigan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"teledirigiera" ; "teledirigiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"teledirigieras" ; "teledirigieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"teledirigiera" ; "teledirigiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"teledirigiramos" ; "teledirigisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"teledirigierais" ; "teledirigieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"teledirigieran" ; "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) => -} "teledirigirs" ;--# 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) => -} "teledirigiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "teledirigirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "teledirigiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "teledirigieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "teledirigiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "teledirigiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "teledirigiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "teledirigieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "teledirigira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "teledirigiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "teledirigira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "teledirigiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "teledirigirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "teledirigiran" ;--# 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 (BeschSpa.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) => -} "transigs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "transigen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "transija" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "transijas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "transija" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "transijamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "transijis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "transijan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "transiga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "transigas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "transiga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "transigamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "transigais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "transigan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"transigiera" ; "transigiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"transigieras" ; "transigieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"transigiera" ; "transigiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"transigiramos" ; "transigisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"transigierais" ; "transigieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"transigieran" ; "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) => -} "transigirs" ;--# 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) => -} "transigiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "transigirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "transigiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "transigieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "transigiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "transigiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "transigiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "transigieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "transigira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "transigiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "transigira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "transigiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "transigirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "transigiran" ;--# 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 (BeschSpa.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) => -} "ungs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ungen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "unja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "unjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "unja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "unjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "unjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "unjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "unga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "ungas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "unga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "ungamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "ungais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "ungan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ungiera" ; "ungiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ungieras" ; "ungieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ungiera" ; "ungiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ungiramos" ; "ungisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ungierais" ; "ungieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ungieran" ; "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) => -} "ungirs" ;--# 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) => -} "ungiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "ungirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "ungiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "ungieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "ungiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "ungiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "ungiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "ungieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "ungira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "ungiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "ungira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "ungiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "ungirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "ungiran" ;--# 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 (BeschSpa.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) => -} "urgs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "urgen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "urja" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "urjas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "urja" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "urjamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "urjis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "urjan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "urga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "urgas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "urga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "urgamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "urgais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "urgan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"urgiera" ; "urgiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"urgieras" ; "urgieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"urgiera" ; "urgiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"urgiramos" ; "urgisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"urgierais" ; "urgieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"urgieran" ; "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) => -} "urgirs" ;--# 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) => -} "urgiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "urgirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "urgiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "urgieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "urgiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "urgiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "urgiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "urgieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "urgira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "urgiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "urgira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "urgiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "urgirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "urgiran" ;--# 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 (BeschSpa.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) => -} "distingus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "distinguen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "distinga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "distingas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "distinga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "distingamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "distingis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "distingan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "distingua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "distinguas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "distingua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "distinguamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "distinguais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "distinguan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"distinguiera" ; "distinguiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"distinguieras" ; "distinguieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"distinguiera" ; "distinguiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"distinguiramos" ; "distinguisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"distinguierais" ; "distinguieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"distinguieran" ; "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) => -} "distinguirs" ;--# 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) => -} "distinguiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "distinguirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "distinguiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "distinguieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "distinguiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "distinguiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "distinguiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "distinguieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "distinguira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "distinguiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "distinguira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "distinguiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "distinguirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "distinguiran" ;--# 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 (BeschSpa.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) => -} "extingus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "extinguen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "extinga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "extingas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "extinga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "extingamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "extingis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "extingan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "extingua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "extinguas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "extingua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "extinguamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "extinguais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "extinguan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"extinguiera" ; "extinguiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"extinguieras" ; "extinguieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"extinguiera" ; "extinguiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"extinguiramos" ; "extinguisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"extinguierais" ; "extinguieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"extinguieran" ; "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) => -} "extinguirs" ;--# 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) => -} "extinguiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "extinguirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "extinguiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "extinguieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "extinguiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "extinguiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "extinguiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "extinguieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "extinguira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "extinguiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "extinguira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "extinguiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "extinguirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "extinguiran" ;--# 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 (BeschSpa.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) => -} "subdistingus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "subdistinguen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "subdistinga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "subdistingas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "subdistinga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "subdistingamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "subdistingis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "subdistingan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "subdistingua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "subdistinguas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "subdistingua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "subdistinguamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "subdistinguais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "subdistinguan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"subdistinguiera" ; "subdistinguiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"subdistinguieras" ; "subdistinguieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"subdistinguiera" ; "subdistinguiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"subdistinguiramos" ; "subdistinguisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"subdistinguierais" ; "subdistinguieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"subdistinguieran" ; "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) => -} "subdistinguirs" ;--# 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) => -} "subdistinguiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "subdistinguirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "subdistinguiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "subdistinguieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "subdistinguiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "subdistinguiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "subdistinguiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "subdistinguieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "subdistinguira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "subdistinguiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "subdistinguira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "subdistinguiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "subdistinguirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "subdistinguiran" ;--# 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 (BeschSpa.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) => -} "deslucs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "deslucen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desluzca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desluzcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desluzca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desluzcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desluzcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desluzcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desluca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "deslucas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desluca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "deslucamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "deslucais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "deslucan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desluciera" ; "desluciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"deslucieras" ; "deslucieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desluciera" ; "desluciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desluciramos" ; "deslucisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"deslucierais" ; "deslucieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"deslucieran" ; "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) => -} "deslucirs" ;--# 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) => -} "desluciris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "deslucirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desluciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "deslucieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desluciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desluciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desluciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "deslucieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "deslucira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desluciras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "deslucira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desluciramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "deslucirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desluciran" ;--# 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 (BeschSpa.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) => -} "enlucs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enlucen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enluzca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enluzcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enluzca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enluzcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enluzcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enluzcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enluca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enlucas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enluca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enlucamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enlucais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enlucan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enluciera" ; "enluciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enlucieras" ; "enlucieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enluciera" ; "enluciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enluciramos" ; "enlucisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enlucierais" ; "enlucieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enlucieran" ; "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) => -} "enlucirs" ;--# 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) => -} "enluciris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enlucirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enluciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enlucieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enluciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enluciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enluciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enlucieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enlucira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enluciras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enlucira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enluciramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enlucirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enluciran" ;--# 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 (BeschSpa.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) => -} "entrelucs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "entrelucen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "entreluzca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "entreluzcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "entreluzca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "entreluzcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "entreluzcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "entreluzcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "entreluca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "entrelucas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "entreluca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "entrelucamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "entrelucais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "entrelucan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entreluciera" ; "entreluciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entrelucieras" ; "entrelucieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entreluciera" ; "entreluciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entreluciramos" ; "entrelucisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entrelucierais" ; "entrelucieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entrelucieran" ; "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) => -} "entrelucirs" ;--# 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) => -} "entreluciris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "entrelucirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "entreluciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "entrelucieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "entreluciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "entreluciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "entreluciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "entrelucieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "entrelucira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "entreluciras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "entrelucira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "entreluciramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "entrelucirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "entreluciran" ;--# 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 (BeschSpa.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) => -} "lucs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "lucen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "luzca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "luzcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "luzca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "luzcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "luzcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "luzcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "luca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "lucas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "luca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "lucamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "lucais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "lucan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"luciera" ; "luciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"lucieras" ; "lucieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"luciera" ; "luciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"luciramos" ; "lucisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"lucierais" ; "lucieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"lucieran" ; "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) => -} "lucirs" ;--# 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) => -} "luciris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "lucirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "luciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "lucieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "luciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "luciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "luciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "lucieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "lucira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "luciras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "lucira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "luciramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "lucirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "luciran" ;--# 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 (BeschSpa.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) => -} "prelucs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "prelucen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "preluzca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "preluzcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "preluzca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "preluzcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "preluzcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "preluzcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "preluca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "prelucas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "preluca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "prelucamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "prelucais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "prelucan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"preluciera" ; "preluciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"prelucieras" ; "prelucieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"preluciera" ; "preluciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"preluciramos" ; "prelucisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"prelucierais" ; "prelucieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"prelucieran" ; "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) => -} "prelucirs" ;--# 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) => -} "preluciris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "prelucirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "preluciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "prelucieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "preluciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "preluciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "preluciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "prelucieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "prelucira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "preluciras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "prelucira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "preluciramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "prelucirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "preluciran" ;--# 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 (BeschSpa.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) => -} "relucs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "relucen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reluzca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reluzcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reluzca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reluzcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reluzcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "reluzcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reluca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "relucas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reluca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "relucamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "relucais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "relucan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reluciera" ; "reluciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"relucieras" ; "relucieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reluciera" ; "reluciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reluciramos" ; "relucisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"relucierais" ; "relucieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"relucieran" ; "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) => -} "relucirs" ;--# 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) => -} "reluciris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "relucirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reluciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "relucieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reluciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reluciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reluciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "relucieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "relucira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reluciras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "relucira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reluciramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "relucirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reluciran" ;--# 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 (BeschSpa.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) => -} "traslucs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "traslucen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "trasluzca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "trasluzcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "trasluzca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "trasluzcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "trasluzcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "trasluzcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "trasluca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "traslucas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "trasluca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "traslucamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "traslucais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "traslucan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trasluciera" ; "trasluciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"traslucieras" ; "traslucieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trasluciera" ; "trasluciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trasluciramos" ; "traslucisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"traslucierais" ; "traslucieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"traslucieran" ; "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) => -} "traslucirs" ;--# 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) => -} "trasluciris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "traslucirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "trasluciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "traslucieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "trasluciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "trasluciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "trasluciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "traslucieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "traslucira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "trasluciras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "traslucira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "trasluciramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "traslucirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "trasluciran" ;--# 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 (BeschSpa.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) => -} "abastecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "abastecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "abastezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "abastezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "abastezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "abastezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "abastezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "abastezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "abasteca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "abastecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "abasteca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "abastecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "abastecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "abastecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"abasteciera" ; "abasteciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"abastecieras" ; "abastecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"abasteciera" ; "abasteciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"abasteciramos" ; "abastecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"abastecierais" ; "abastecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"abastecieran" ; "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) => -} "abastecers" ;--# 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) => -} "abasteceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "abastecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "abasteciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "abastecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "abasteciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "abasteciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "abasteciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "abastecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "abastecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "abasteceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "abastecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "abasteceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "abastecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "abasteceran" ;--# 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 (BeschSpa.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) => -} "ablandecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ablandecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ablandezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ablandezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ablandezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "ablandezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "ablandezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "ablandezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "ablandeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "ablandecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "ablandeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "ablandecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "ablandecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "ablandecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ablandeciera" ; "ablandeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ablandecieras" ; "ablandecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ablandeciera" ; "ablandeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ablandeciramos" ; "ablandecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ablandecierais" ; "ablandecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ablandecieran" ; "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) => -} "ablandecers" ;--# 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) => -} "ablandeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "ablandecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "ablandeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "ablandecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "ablandeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "ablandeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "ablandeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "ablandecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "ablandecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "ablandeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "ablandecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "ablandeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "ablandecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "ablandeceran" ;--# 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 (BeschSpa.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) => -} "aborrecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "aborrecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "aborrezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "aborrezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "aborrezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "aborrezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "aborrezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "aborrezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "aborreca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "aborrecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "aborreca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "aborrecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "aborrecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "aborrecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aborreciera" ; "aborreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aborrecieras" ; "aborrecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aborreciera" ; "aborreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aborreciramos" ; "aborrecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aborrecierais" ; "aborrecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aborrecieran" ; "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) => -} "aborrecers" ;--# 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) => -} "aborreceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "aborrecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "aborreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "aborrecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "aborreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "aborreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "aborreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "aborrecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "aborrecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "aborreceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "aborrecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "aborreceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "aborrecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "aborreceran" ;--# 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 (BeschSpa.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) => -} "abravecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "abravecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "abravezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "abravezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "abravezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "abravezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "abravezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "abravezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "abraveca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "abravecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "abraveca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "abravecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "abravecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "abravecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"abraveciera" ; "abraveciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"abravecieras" ; "abravecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"abraveciera" ; "abraveciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"abraveciramos" ; "abravecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"abravecierais" ; "abravecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"abravecieran" ; "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) => -} "abravecers" ;--# 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) => -} "abraveceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "abravecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "abraveciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "abravecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "abraveciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "abraveciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "abraveciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "abravecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "abravecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "abraveceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "abravecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "abraveceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "abravecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "abraveceran" ;--# 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 (BeschSpa.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) => -} "acaecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "acaecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "acaezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "acaezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "acaezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "acaezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "acaezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "acaezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "acaeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "acaecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "acaeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "acaecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "acaecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "acaecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"acaeciera" ; "acaeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"acaecieras" ; "acaecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"acaeciera" ; "acaeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"acaeciramos" ; "acaecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"acaecierais" ; "acaecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acaecieran" ; "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) => -} "acaecers" ;--# 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) => -} "acaeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "acaecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "acaeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "acaecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "acaeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "acaeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "acaeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "acaecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "acaecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "acaeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "acaecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "acaeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "acaecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "acaeceran" ;--# 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 (BeschSpa.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) => -} "aclarecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "aclarecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "aclarezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "aclarezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "aclarezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "aclarezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "aclarezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "aclarezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "aclareca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "aclarecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "aclareca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "aclarecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "aclarecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "aclarecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aclareciera" ; "aclareciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aclarecieras" ; "aclarecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aclareciera" ; "aclareciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aclareciramos" ; "aclarecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aclarecierais" ; "aclarecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aclarecieran" ; "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) => -} "aclarecers" ;--# 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) => -} "aclareceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "aclarecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "aclareciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "aclarecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "aclareciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "aclareciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "aclareciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "aclarecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "aclarecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "aclareceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "aclarecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "aclareceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "aclarecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "aclareceran" ;--# 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 (BeschSpa.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) => -} "acontecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "acontecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "acontezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "acontezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "acontezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "acontezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "acontezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "acontezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "aconteca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "acontecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "aconteca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "acontecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "acontecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "acontecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aconteciera" ; "aconteciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"acontecieras" ; "acontecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aconteciera" ; "aconteciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aconteciramos" ; "acontecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"acontecierais" ; "acontecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acontecieran" ; "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) => -} "acontecers" ;--# 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) => -} "aconteceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "acontecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "aconteciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "acontecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "aconteciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "aconteciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "aconteciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "acontecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "acontecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "aconteceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "acontecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "aconteceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "acontecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "aconteceran" ;--# 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 (BeschSpa.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) => -} "acrecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "acrecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "acrezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "acrezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "acrezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "acrezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "acrezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "acrezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "acreca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "acrecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "acreca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "acrecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "acrecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "acrecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"acreciera" ; "acreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"acrecieras" ; "acrecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"acreciera" ; "acreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"acreciramos" ; "acrecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"acrecierais" ; "acrecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acrecieran" ; "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) => -} "acrecers" ;--# 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) => -} "acreceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "acrecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "acreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "acrecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "acreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "acreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "acreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "acrecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "acrecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "acreceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "acrecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "acreceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "acrecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "acreceran" ;--# 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 (BeschSpa.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) => -} "adolecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "adolecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "adolezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "adolezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "adolezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "adolezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "adolezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "adolezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "adoleca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "adolecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "adoleca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "adolecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "adolecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "adolecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"adoleciera" ; "adoleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"adolecieras" ; "adolecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"adoleciera" ; "adoleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"adoleciramos" ; "adolecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"adolecierais" ; "adolecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"adolecieran" ; "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) => -} "adolecers" ;--# 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) => -} "adoleceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "adolecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "adoleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "adolecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "adoleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "adoleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "adoleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "adolecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "adolecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "adoleceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "adolecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "adoleceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "adolecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "adoleceran" ;--# 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 (BeschSpa.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) => -} "adormecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "adormecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "adormezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "adormezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "adormezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "adormezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "adormezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "adormezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "adormeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "adormecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "adormeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "adormecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "adormecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "adormecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"adormeciera" ; "adormeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"adormecieras" ; "adormecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"adormeciera" ; "adormeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"adormeciramos" ; "adormecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"adormecierais" ; "adormecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"adormecieran" ; "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) => -} "adormecers" ;--# 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) => -} "adormeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "adormecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "adormeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "adormecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "adormeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "adormeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "adormeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "adormecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "adormecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "adormeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "adormecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "adormeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "adormecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "adormeceran" ;--# 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 (BeschSpa.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) => -} "agradecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "agradecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "agradezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "agradezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "agradezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "agradezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "agradezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "agradezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "agradeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "agradecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "agradeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "agradecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "agradecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "agradecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"agradeciera" ; "agradeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"agradecieras" ; "agradecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"agradeciera" ; "agradeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"agradeciramos" ; "agradecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"agradecierais" ; "agradecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"agradecieran" ; "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) => -} "agradecers" ;--# 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) => -} "agradeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "agradecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "agradeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "agradecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "agradeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "agradeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "agradeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "agradecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "agradecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "agradeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "agradecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "agradeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "agradecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "agradeceran" ;--# 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 (BeschSpa.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) => -} "altivecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "altivecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "altivezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "altivezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "altivezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "altivezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "altivezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "altivezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "altiveca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "altivecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "altiveca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "altivecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "altivecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "altivecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"altiveciera" ; "altiveciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"altivecieras" ; "altivecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"altiveciera" ; "altiveciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"altiveciramos" ; "altivecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"altivecierais" ; "altivecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"altivecieran" ; "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) => -} "altivecers" ;--# 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) => -} "altiveceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "altivecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "altiveciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "altivecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "altiveciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "altiveciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "altiveciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "altivecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "altivecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "altiveceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "altivecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "altiveceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "altivecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "altiveceran" ;--# 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 (BeschSpa.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) => -} "amanecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "amanecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "amanezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "amanezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "amanezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "amanezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "amanezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "amanezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "amaneca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "amanecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "amaneca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "amanecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "amanecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "amanecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"amaneciera" ; "amaneciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"amanecieras" ; "amanecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"amaneciera" ; "amaneciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"amaneciramos" ; "amanecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"amanecierais" ; "amanecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"amanecieran" ; "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) => -} "amanecers" ;--# 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) => -} "amaneceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "amanecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "amaneciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "amanecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "amaneciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "amaneciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "amaneciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "amanecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "amanecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "amaneceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "amanecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "amaneceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "amanecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "amaneceran" ;--# 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 (BeschSpa.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) => -} "amarecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "amarecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "amarezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "amarezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "amarezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "amarezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "amarezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "amarezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "amareca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "amarecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "amareca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "amarecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "amarecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "amarecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"amareciera" ; "amareciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"amarecieras" ; "amarecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"amareciera" ; "amareciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"amareciramos" ; "amarecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"amarecierais" ; "amarecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"amarecieran" ; "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) => -} "amarecers" ;--# 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) => -} "amareceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "amarecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "amareciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "amarecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "amareciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "amareciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "amareciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "amarecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "amarecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "amareceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "amarecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "amareceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "amarecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "amareceran" ;--# 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 (BeschSpa.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) => -} "amarillecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "amarillecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "amarillezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "amarillezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "amarillezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "amarillezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "amarillezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "amarillezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "amarilleca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "amarillecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "amarilleca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "amarillecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "amarillecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "amarillecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"amarilleciera" ; "amarilleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"amarillecieras" ; "amarillecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"amarilleciera" ; "amarilleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"amarilleciramos" ; "amarillecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"amarillecierais" ; "amarillecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"amarillecieran" ; "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) => -} "amarillecers" ;--# 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) => -} "amarilleceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "amarillecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "amarilleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "amarillecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "amarilleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "amarilleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "amarilleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "amarillecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "amarillecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "amarilleceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "amarillecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "amarilleceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "amarillecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "amarilleceran" ;--# 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 (BeschSpa.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) => -} "amohecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "amohecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "amohezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "amohezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "amohezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "amohezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "amohezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "amohezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "amoheca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "amohecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "amoheca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "amohecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "amohecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "amohecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"amoheciera" ; "amoheciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"amohecieras" ; "amohecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"amoheciera" ; "amoheciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"amoheciramos" ; "amohecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"amohecierais" ; "amohecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"amohecieran" ; "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) => -} "amohecers" ;--# 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) => -} "amoheceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "amohecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "amoheciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "amohecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "amoheciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "amoheciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "amoheciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "amohecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "amohecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "amoheceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "amohecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "amoheceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "amohecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "amoheceran" ;--# 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 (BeschSpa.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) => -} "amorecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "amorecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "amorezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "amorezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "amorezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "amorezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "amorezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "amorezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "amoreca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "amorecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "amoreca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "amorecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "amorecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "amorecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"amoreciera" ; "amoreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"amorecieras" ; "amorecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"amoreciera" ; "amoreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"amoreciramos" ; "amorecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"amorecierais" ; "amorecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"amorecieran" ; "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) => -} "amorecers" ;--# 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) => -} "amoreceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "amorecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "amoreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "amorecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "amoreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "amoreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "amoreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "amorecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "amorecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "amoreceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "amorecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "amoreceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "amorecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "amoreceran" ;--# 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 (BeschSpa.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) => -} "amortecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "amortecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "amortezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "amortezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "amortezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "amortezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "amortezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "amortezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "amorteca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "amortecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "amorteca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "amortecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "amortecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "amortecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"amorteciera" ; "amorteciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"amortecieras" ; "amortecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"amorteciera" ; "amorteciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"amorteciramos" ; "amortecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"amortecierais" ; "amortecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"amortecieran" ; "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) => -} "amortecers" ;--# 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) => -} "amorteceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "amortecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "amorteciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "amortecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "amorteciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "amorteciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "amorteciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "amortecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "amortecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "amorteceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "amortecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "amorteceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "amortecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "amorteceran" ;--# 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 (BeschSpa.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) => -} "anochecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "anochecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "anochezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "anochezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "anochezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "anochezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "anochezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "anochezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "anocheca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "anochecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "anocheca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "anochecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "anochecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "anochecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"anocheciera" ; "anocheciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"anochecieras" ; "anochecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"anocheciera" ; "anocheciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"anocheciramos" ; "anochecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"anochecierais" ; "anochecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"anochecieran" ; "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) => -} "anochecers" ;--# 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) => -} "anocheceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "anochecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "anocheciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "anochecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "anocheciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "anocheciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "anocheciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "anochecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "anochecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "anocheceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "anochecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "anocheceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "anochecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "anocheceran" ;--# 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 (BeschSpa.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) => -} "aparecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "aparecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "aparezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "aparezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "aparezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "aparezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "aparezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "aparezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "apareca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "aparecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "apareca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "aparecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "aparecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "aparecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"apareciera" ; "apareciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aparecieras" ; "aparecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"apareciera" ; "apareciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"apareciramos" ; "aparecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aparecierais" ; "aparecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aparecieran" ; "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) => -} "aparecers" ;--# 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) => -} "apareceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "aparecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "apareciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "aparecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "apareciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "apareciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "apareciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "aparecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "aparecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "apareceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "aparecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "apareceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "aparecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "apareceran" ;--# 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 (BeschSpa.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) => -} "apetecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "apetecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "apetezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "apetezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "apetezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "apetezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "apetezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "apetezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "apeteca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "apetecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "apeteca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "apetecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "apetecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "apetecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"apeteciera" ; "apeteciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"apetecieras" ; "apetecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"apeteciera" ; "apeteciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"apeteciramos" ; "apetecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"apetecierais" ; "apetecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"apetecieran" ; "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) => -} "apetecers" ;--# 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) => -} "apeteceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "apetecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "apeteciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "apetecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "apeteciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "apeteciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "apeteciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "apetecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "apetecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "apeteceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "apetecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "apeteceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "apetecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "apeteceran" ;--# 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 (BeschSpa.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) => -} "arbolecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "arbolecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "arbolezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "arbolezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "arbolezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "arbolezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "arbolezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "arbolezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "arboleca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "arbolecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "arboleca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "arbolecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "arbolecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "arbolecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"arboleciera" ; "arboleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"arbolecieras" ; "arbolecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"arboleciera" ; "arboleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"arboleciramos" ; "arbolecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"arbolecierais" ; "arbolecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"arbolecieran" ; "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) => -} "arbolecers" ;--# 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) => -} "arboleceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "arbolecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "arboleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "arbolecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "arboleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "arboleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "arboleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "arbolecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "arbolecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "arboleceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "arbolecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "arboleceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "arbolecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "arboleceran" ;--# 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 (BeschSpa.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) => -} "arborecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "arborecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "arborezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "arborezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "arborezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "arborezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "arborezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "arborezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "arboreca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "arborecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "arboreca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "arborecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "arborecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "arborecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"arboreciera" ; "arboreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"arborecieras" ; "arborecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"arboreciera" ; "arboreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"arboreciramos" ; "arborecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"arborecierais" ; "arborecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"arborecieran" ; "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) => -} "arborecers" ;--# 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) => -} "arboreceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "arborecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "arboreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "arborecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "arboreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "arboreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "arboreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "arborecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "arborecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "arboreceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "arborecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "arboreceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "arborecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "arboreceran" ;--# 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 (BeschSpa.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) => -} "aridecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "aridecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "aridezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "aridezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "aridezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "aridezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "aridezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "aridezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "arideca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "aridecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "arideca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "aridecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "aridecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "aridecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"arideciera" ; "arideciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aridecieras" ; "aridecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"arideciera" ; "arideciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"arideciramos" ; "aridecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aridecierais" ; "aridecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aridecieran" ; "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) => -} "aridecers" ;--# 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) => -} "arideceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "aridecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "arideciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "aridecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "arideciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "arideciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "arideciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "aridecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "aridecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "arideceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "aridecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "arideceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "aridecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "arideceran" ;--# 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 (BeschSpa.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) => -} "atardecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "atardecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "atardezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "atardezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "atardezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "atardezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "atardezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "atardezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "atardeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "atardecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "atardeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "atardecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "atardecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "atardecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"atardeciera" ; "atardeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"atardecieras" ; "atardecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"atardeciera" ; "atardeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"atardeciramos" ; "atardecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"atardecierais" ; "atardecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"atardecieran" ; "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) => -} "atardecers" ;--# 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) => -} "atardeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "atardecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "atardeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "atardecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "atardeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "atardeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "atardeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "atardecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "atardecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "atardeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "atardecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "atardeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "atardecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "atardeceran" ;--# 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 (BeschSpa.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) => -} "blanquecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "blanquecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "blanquezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "blanquezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "blanquezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "blanquezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "blanquezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "blanquezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "blanqueca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "blanquecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "blanqueca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "blanquecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "blanquecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "blanquecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"blanqueciera" ; "blanqueciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"blanquecieras" ; "blanquecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"blanqueciera" ; "blanqueciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"blanqueciramos" ; "blanquecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"blanquecierais" ; "blanquecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"blanquecieran" ; "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) => -} "blanquecers" ;--# 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) => -} "blanqueceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "blanquecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "blanqueciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "blanquecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "blanqueciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "blanqueciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "blanqueciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "blanquecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "blanquecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "blanqueceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "blanquecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "blanqueceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "blanquecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "blanqueceran" ;--# 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 (BeschSpa.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) => -} "calecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "calecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "calezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "calezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "calezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "calezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "calezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "calezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "caleca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "calecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "caleca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "calecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "calecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "calecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"caleciera" ; "caleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"calecieras" ; "calecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"caleciera" ; "caleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"caleciramos" ; "calecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"calecierais" ; "calecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"calecieran" ; "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) => -} "calecers" ;--# 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) => -} "caleceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "calecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "caleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "calecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "caleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "caleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "caleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "calecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "calecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "caleceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "calecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "caleceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "calecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "caleceran" ;--# 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 (BeschSpa.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) => -} "carecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "carecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "carezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "carezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "carezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "carezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "carezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "carezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "careca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "carecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "careca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "carecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "carecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "carecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"careciera" ; "careciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"carecieras" ; "carecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"careciera" ; "careciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"careciramos" ; "carecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"carecierais" ; "carecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"carecieran" ; "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) => -} "carecers" ;--# 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) => -} "careceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "carecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "careciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "carecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "careciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "careciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "careciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "carecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "carecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "careceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "carecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "careceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "carecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "careceran" ;--# 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 (BeschSpa.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) => -} "clarecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "clarecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "clarezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "clarezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "clarezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "clarezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "clarezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "clarezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "clareca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "clarecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "clareca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "clarecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "clarecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "clarecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"clareciera" ; "clareciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"clarecieras" ; "clarecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"clareciera" ; "clareciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"clareciramos" ; "clarecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"clarecierais" ; "clarecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"clarecieran" ; "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) => -} "clarecers" ;--# 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) => -} "clareceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "clarecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "clareciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "clarecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "clareciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "clareciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "clareciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "clarecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "clarecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "clareceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "clarecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "clareceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "clarecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "clareceran" ;--# 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 (BeschSpa.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) => -} "colicuecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "colicuecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "colicuezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "colicuezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "colicuezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "colicuezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "colicuezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "colicuezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "colicueca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "colicuecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "colicueca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "colicuecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "colicuecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "colicuecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"colicueciera" ; "colicueciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"colicuecieras" ; "colicuecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"colicueciera" ; "colicueciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"colicueciramos" ; "colicuecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"colicuecierais" ; "colicuecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"colicuecieran" ; "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) => -} "colicuecers" ;--# 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) => -} "colicueceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "colicuecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "colicueciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "colicuecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "colicueciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "colicueciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "colicueciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "colicuecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "colicuecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "colicueceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "colicuecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "colicueceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "colicuecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "colicueceran" ;--# 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 (BeschSpa.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) => -} "compadecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "compadecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "compadezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "compadezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "compadezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "compadezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "compadezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "compadezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "compadeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "compadecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "compadeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "compadecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "compadecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "compadecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"compadeciera" ; "compadeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"compadecieras" ; "compadecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"compadeciera" ; "compadeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"compadeciramos" ; "compadecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"compadecierais" ; "compadecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"compadecieran" ; "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) => -} "compadecers" ;--# 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) => -} "compadeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "compadecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "compadeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "compadecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "compadeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "compadeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "compadeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "compadecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "compadecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "compadeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "compadecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "compadeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "compadecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "compadeceran" ;--# 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 (BeschSpa.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) => -} "comparecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "comparecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "comparezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "comparezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "comparezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "comparezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "comparezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "comparezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "compareca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "comparecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "compareca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "comparecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "comparecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "comparecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"compareciera" ; "compareciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"comparecieras" ; "comparecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"compareciera" ; "compareciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"compareciramos" ; "comparecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"comparecierais" ; "comparecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"comparecieran" ; "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) => -} "comparecers" ;--# 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) => -} "compareceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "comparecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "compareciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "comparecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "compareciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "compareciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "compareciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "comparecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "comparecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "compareceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "comparecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "compareceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "comparecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "compareceran" ;--# 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 (BeschSpa.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) => -} "convalecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "convalecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "convalezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "convalezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "convalezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "convalezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "convalezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "convalezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "convaleca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "convalecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "convaleca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "convalecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "convalecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "convalecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"convaleciera" ; "convaleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"convalecieras" ; "convalecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"convaleciera" ; "convaleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"convaleciramos" ; "convalecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"convalecierais" ; "convalecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"convalecieran" ; "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) => -} "convalecers" ;--# 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) => -} "convaleceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "convalecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "convaleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "convalecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "convaleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "convaleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "convaleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "convalecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "convalecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "convaleceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "convalecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "convaleceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "convalecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "convaleceran" ;--# 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 (BeschSpa.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) => -} "crecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "crecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "crezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "crezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "crezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "crezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "crezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "crezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "creca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "crecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "creca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "crecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "crecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "crecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"creciera" ; "creciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"crecieras" ; "crecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"creciera" ; "creciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"creciramos" ; "crecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"crecierais" ; "crecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"crecieran" ; "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) => -} "crecers" ;--# 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) => -} "creceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "crecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "creciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "crecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "creciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "creciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "creciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "crecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "crecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "creceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "crecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "creceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "crecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "creceran" ;--# 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 (BeschSpa.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) => -} "decrecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "decrecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "decrezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "decrezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "decrezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "decrezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "decrezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "decrezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "decreca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "decrecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "decreca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "decrecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "decrecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "decrecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"decreciera" ; "decreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"decrecieras" ; "decrecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"decreciera" ; "decreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"decreciramos" ; "decrecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"decrecierais" ; "decrecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"decrecieran" ; "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) => -} "decrecers" ;--# 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) => -} "decreceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "decrecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "decreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "decrecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "decreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "decreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "decreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "decrecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "decrecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "decreceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "decrecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "decreceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "decrecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "decreceran" ;--# 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 (BeschSpa.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) => -} "desabastecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desabastecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desabastezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desabastezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desabastezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desabastezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desabastezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desabastezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desabasteca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desabastecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desabasteca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desabastecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desabastecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desabastecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desabasteciera" ; "desabasteciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desabastecieras" ; "desabastecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desabasteciera" ; "desabasteciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desabasteciramos" ; "desabastecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desabastecierais" ; "desabastecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desabastecieran" ; "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) => -} "desabastecers" ;--# 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) => -} "desabasteceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desabastecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desabasteciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desabastecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desabasteciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desabasteciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desabasteciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desabastecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desabastecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desabasteceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desabastecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desabasteceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desabastecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desabasteceran" ;--# 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 (BeschSpa.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) => -} "desadormecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desadormecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desadormezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desadormezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desadormezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desadormezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desadormezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desadormezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desadormeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desadormecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desadormeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desadormecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desadormecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desadormecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desadormeciera" ; "desadormeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desadormecieras" ; "desadormecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desadormeciera" ; "desadormeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desadormeciramos" ; "desadormecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desadormecierais" ; "desadormecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desadormecieran" ; "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) => -} "desadormecers" ;--# 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) => -} "desadormeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desadormecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desadormeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desadormecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desadormeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desadormeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desadormeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desadormecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desadormecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desadormeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desadormecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desadormeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desadormecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desadormeceran" ;--# 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 (BeschSpa.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) => -} "desagradecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desagradecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desagradezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desagradezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desagradezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desagradezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desagradezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desagradezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desagradeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desagradecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desagradeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desagradecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desagradecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desagradecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desagradeciera" ; "desagradeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desagradecieras" ; "desagradecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desagradeciera" ; "desagradeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desagradeciramos" ; "desagradecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desagradecierais" ; "desagradecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desagradecieran" ; "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) => -} "desagradecers" ;--# 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) => -} "desagradeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desagradecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desagradeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desagradecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desagradeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desagradeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desagradeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desagradecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desagradecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desagradeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desagradecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desagradeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desagradecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desagradeceran" ;--# 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 (BeschSpa.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) => -} "desaparecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desaparecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desaparezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desaparezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desaparezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desaparezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desaparezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desaparezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desapareca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desaparecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desapareca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desaparecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desaparecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desaparecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desapareciera" ; "desapareciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desaparecieras" ; "desaparecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desapareciera" ; "desapareciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desapareciramos" ; "desaparecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desaparecierais" ; "desaparecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desaparecieran" ; "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) => -} "desaparecers" ;--# 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) => -} "desapareceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desaparecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desapareciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desaparecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desapareciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desapareciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desapareciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desaparecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desaparecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desapareceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desaparecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desapareceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desaparecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desapareceran" ;--# 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 (BeschSpa.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) => -} "desbravecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desbravecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desbravezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desbravezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desbravezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desbravezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desbravezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desbravezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desbraveca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desbravecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desbraveca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desbravecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desbravecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desbravecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desbraveciera" ; "desbraveciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desbravecieras" ; "desbravecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desbraveciera" ; "desbraveciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desbraveciramos" ; "desbravecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desbravecierais" ; "desbravecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desbravecieran" ; "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) => -} "desbravecers" ;--# 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) => -} "desbraveceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desbravecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desbraveciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desbravecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desbraveciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desbraveciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desbraveciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desbravecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desbravecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desbraveceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desbravecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desbraveceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desbravecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desbraveceran" ;--# 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 (BeschSpa.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) => -} "descaecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "descaecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "descaezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "descaezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "descaezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "descaezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "descaezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "descaezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "descaeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "descaecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "descaeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "descaecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "descaecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "descaecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descaeciera" ; "descaeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descaecieras" ; "descaecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descaeciera" ; "descaeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descaeciramos" ; "descaecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descaecierais" ; "descaecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descaecieran" ; "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) => -} "descaecers" ;--# 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) => -} "descaeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "descaecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "descaeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "descaecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "descaeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "descaeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "descaeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "descaecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "descaecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "descaeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "descaecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "descaeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "descaecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "descaeceran" ;--# 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 (BeschSpa.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) => -} "desembravecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desembravecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desembravezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desembravezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desembravezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desembravezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desembravezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desembravezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desembraveca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desembravecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desembraveca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desembravecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desembravecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desembravecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desembraveciera" ; "desembraveciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desembravecieras" ; "desembravecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desembraveciera" ; "desembraveciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desembraveciramos" ; "desembravecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desembravecierais" ; "desembravecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desembravecieran" ; "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) => -} "desembravecers" ;--# 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) => -} "desembraveceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desembravecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desembraveciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desembravecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desembraveciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desembraveciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desembraveciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desembravecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desembravecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desembraveceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desembravecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desembraveceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desembravecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desembraveceran" ;--# 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 (BeschSpa.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) => -} "desenfurecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desenfurecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desenfurezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desenfurezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desenfurezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desenfurezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desenfurezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desenfurezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desenfureca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desenfurecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desenfureca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desenfurecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desenfurecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desenfurecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desenfureciera" ; "desenfureciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desenfurecieras" ; "desenfurecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desenfureciera" ; "desenfureciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desenfureciramos" ; "desenfurecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desenfurecierais" ; "desenfurecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desenfurecieran" ; "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) => -} "desenfurecers" ;--# 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) => -} "desenfureceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desenfurecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desenfureciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desenfurecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desenfureciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desenfureciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desenfureciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desenfurecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desenfurecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desenfureceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desenfurecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desenfureceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desenfurecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desenfureceran" ;--# 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 (BeschSpa.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) => -} "desenmohecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desenmohecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desenmohezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desenmohezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desenmohezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desenmohezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desenmohezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desenmohezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desenmoheca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desenmohecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desenmoheca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desenmohecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desenmohecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desenmohecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desenmoheciera" ; "desenmoheciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desenmohecieras" ; "desenmohecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desenmoheciera" ; "desenmoheciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desenmoheciramos" ; "desenmohecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desenmohecierais" ; "desenmohecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desenmohecieran" ; "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) => -} "desenmohecers" ;--# 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) => -} "desenmoheceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desenmohecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desenmoheciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desenmohecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desenmoheciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desenmoheciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desenmoheciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desenmohecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desenmohecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desenmoheceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desenmohecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desenmoheceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desenmohecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desenmoheceran" ;--# 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 (BeschSpa.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) => -} "desenmudecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desenmudecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desenmudezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desenmudezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desenmudezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desenmudezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desenmudezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desenmudezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desenmudeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desenmudecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desenmudeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desenmudecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desenmudecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desenmudecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desenmudeciera" ; "desenmudeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desenmudecieras" ; "desenmudecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desenmudeciera" ; "desenmudeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desenmudeciramos" ; "desenmudecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desenmudecierais" ; "desenmudecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desenmudecieran" ; "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) => -} "desenmudecers" ;--# 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) => -} "desenmudeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desenmudecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desenmudeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desenmudecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desenmudeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desenmudeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desenmudeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desenmudecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desenmudecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desenmudeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desenmudecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desenmudeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desenmudecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desenmudeceran" ;--# 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 (BeschSpa.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) => -} "desenrudecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desenrudecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desenrudezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desenrudezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desenrudezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desenrudezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desenrudezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desenrudezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desenrudeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desenrudecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desenrudeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desenrudecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desenrudecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desenrudecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desenrudeciera" ; "desenrudeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desenrudecieras" ; "desenrudecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desenrudeciera" ; "desenrudeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desenrudeciramos" ; "desenrudecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desenrudecierais" ; "desenrudecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desenrudecieran" ; "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) => -} "desenrudecers" ;--# 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) => -} "desenrudeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desenrudecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desenrudeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desenrudecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desenrudeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desenrudeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desenrudeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desenrudecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desenrudecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desenrudeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desenrudecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desenrudeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desenrudecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desenrudeceran" ;--# 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 (BeschSpa.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) => -} "desensoberbecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desensoberbecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desensoberbezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desensoberbezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desensoberbezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desensoberbezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desensoberbezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desensoberbezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desensoberbeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desensoberbecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desensoberbeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desensoberbecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desensoberbecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desensoberbecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desensoberbeciera" ; "desensoberbeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desensoberbecieras" ; "desensoberbecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desensoberbeciera" ; "desensoberbeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desensoberbeciramos" ; "desensoberbecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desensoberbecierais" ; "desensoberbecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desensoberbecieran" ; "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) => -} "desensoberbecers" ;--# 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) => -} "desensoberbeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desensoberbecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desensoberbeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desensoberbecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desensoberbeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desensoberbeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desensoberbeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desensoberbecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desensoberbecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desensoberbeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desensoberbecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desensoberbeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desensoberbecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desensoberbeceran" ;--# 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 (BeschSpa.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) => -} "desentorpecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desentorpecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desentorpezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desentorpezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desentorpezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desentorpezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desentorpezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desentorpezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desentorpeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desentorpecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desentorpeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desentorpecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desentorpecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desentorpecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desentorpeciera" ; "desentorpeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desentorpecieras" ; "desentorpecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desentorpeciera" ; "desentorpeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desentorpeciramos" ; "desentorpecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desentorpecierais" ; "desentorpecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desentorpecieran" ; "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) => -} "desentorpecers" ;--# 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) => -} "desentorpeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desentorpecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desentorpeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desentorpecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desentorpeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desentorpeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desentorpeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desentorpecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desentorpecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desentorpeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desentorpecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desentorpeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desentorpecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desentorpeceran" ;--# 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 (BeschSpa.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) => -} "desentumecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desentumecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desentumezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desentumezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desentumezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desentumezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desentumezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desentumezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desentumeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desentumecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desentumeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desentumecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desentumecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desentumecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desentumeciera" ; "desentumeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desentumecieras" ; "desentumecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desentumeciera" ; "desentumeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desentumeciramos" ; "desentumecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desentumecierais" ; "desentumecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desentumecieran" ; "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) => -} "desentumecers" ;--# 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) => -} "desentumeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desentumecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desentumeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desentumecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desentumeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desentumeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desentumeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desentumecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desentumecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desentumeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desentumecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desentumeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desentumecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desentumeceran" ;--# 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 (BeschSpa.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) => -} "desfallecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desfallecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desfallezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desfallezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desfallezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desfallezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desfallezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desfallezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desfalleca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desfallecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desfalleca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desfallecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desfallecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desfallecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desfalleciera" ; "desfalleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desfallecieras" ; "desfallecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desfalleciera" ; "desfalleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desfalleciramos" ; "desfallecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desfallecierais" ; "desfallecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desfallecieran" ; "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) => -} "desfallecers" ;--# 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) => -} "desfalleceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desfallecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desfalleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desfallecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desfalleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desfalleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desfalleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desfallecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desfallecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desfalleceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desfallecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desfalleceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desfallecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desfalleceran" ;--# 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 (BeschSpa.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) => -} "desfavorecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desfavorecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desfavorezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desfavorezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desfavorezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desfavorezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desfavorezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desfavorezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desfavoreca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desfavorecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desfavoreca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desfavorecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desfavorecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desfavorecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desfavoreciera" ; "desfavoreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desfavorecieras" ; "desfavorecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desfavoreciera" ; "desfavoreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desfavoreciramos" ; "desfavorecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desfavorecierais" ; "desfavorecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desfavorecieran" ; "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) => -} "desfavorecers" ;--# 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) => -} "desfavoreceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desfavorecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desfavoreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desfavorecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desfavoreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desfavoreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desfavoreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desfavorecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desfavorecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desfavoreceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desfavorecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desfavoreceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desfavorecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desfavoreceran" ;--# 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 (BeschSpa.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) => -} "desflorecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desflorecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desflorezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desflorezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desflorezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desflorezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desflorezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desflorezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desfloreca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desflorecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desfloreca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desflorecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desflorecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desflorecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desfloreciera" ; "desfloreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desflorecieras" ; "desflorecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desfloreciera" ; "desfloreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desfloreciramos" ; "desflorecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desflorecierais" ; "desflorecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desflorecieran" ; "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) => -} "desflorecers" ;--# 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) => -} "desfloreceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desflorecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desfloreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desflorecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desfloreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desfloreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desfloreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desflorecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desflorecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desfloreceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desflorecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desfloreceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desflorecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desfloreceran" ;--# 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 (BeschSpa.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) => -} "desfortalecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desfortalecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desfortalezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desfortalezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desfortalezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desfortalezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desfortalezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desfortalezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desfortaleca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desfortalecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desfortaleca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desfortalecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desfortalecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desfortalecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desfortaleciera" ; "desfortaleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desfortalecieras" ; "desfortalecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desfortaleciera" ; "desfortaleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desfortaleciramos" ; "desfortalecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desfortalecierais" ; "desfortalecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desfortalecieran" ; "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) => -} "desfortalecers" ;--# 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) => -} "desfortaleceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desfortalecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desfortaleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desfortalecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desfortaleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desfortaleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desfortaleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desfortalecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desfortalecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desfortaleceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desfortalecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desfortaleceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desfortalecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desfortaleceran" ;--# 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 (BeschSpa.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) => -} "desguarnecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desguarnecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desguarnezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desguarnezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desguarnezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desguarnezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desguarnezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desguarnezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desguarneca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desguarnecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desguarneca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desguarnecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desguarnecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desguarnecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desguarneciera" ; "desguarneciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desguarnecieras" ; "desguarnecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desguarneciera" ; "desguarneciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desguarneciramos" ; "desguarnecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desguarnecierais" ; "desguarnecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desguarnecieran" ; "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) => -} "desguarnecers" ;--# 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) => -} "desguarneceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desguarnecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desguarneciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desguarnecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desguarneciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desguarneciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desguarneciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desguarnecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desguarnecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desguarneceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desguarnecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desguarneceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desguarnecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desguarneceran" ;--# 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 (BeschSpa.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) => -} "deshumedecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "deshumedecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "deshumedezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "deshumedezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "deshumedezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "deshumedezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "deshumedezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "deshumedezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "deshumedeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "deshumedecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "deshumedeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "deshumedecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "deshumedecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "deshumedecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"deshumedeciera" ; "deshumedeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"deshumedecieras" ; "deshumedecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"deshumedeciera" ; "deshumedeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"deshumedeciramos" ; "deshumedecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"deshumedecierais" ; "deshumedecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"deshumedecieran" ; "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) => -} "deshumedecers" ;--# 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) => -} "deshumedeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "deshumedecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "deshumedeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "deshumedecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "deshumedeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "deshumedeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "deshumedeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "deshumedecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "deshumedecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "deshumedeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "deshumedecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "deshumedeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "deshumedecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "deshumedeceran" ;--# 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 (BeschSpa.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) => -} "desmerecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desmerecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desmerezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desmerezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desmerezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desmerezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desmerezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desmerezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desmereca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desmerecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desmereca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desmerecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desmerecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desmerecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desmereciera" ; "desmereciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desmerecieras" ; "desmerecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desmereciera" ; "desmereciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desmereciramos" ; "desmerecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desmerecierais" ; "desmerecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desmerecieran" ; "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) => -} "desmerecers" ;--# 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) => -} "desmereceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desmerecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desmereciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desmerecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desmereciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desmereciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desmereciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desmerecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desmerecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desmereceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desmerecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desmereceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desmerecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desmereceran" ;--# 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 (BeschSpa.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) => -} "desobedecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desobedecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desobedezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desobedezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desobedezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desobedezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desobedezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desobedezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desobedeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desobedecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desobedeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desobedecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desobedecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desobedecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desobedeciera" ; "desobedeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desobedecieras" ; "desobedecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desobedeciera" ; "desobedeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desobedeciramos" ; "desobedecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desobedecierais" ; "desobedecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desobedecieran" ; "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) => -} "desobedecers" ;--# 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) => -} "desobedeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desobedecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desobedeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desobedecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desobedeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desobedeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desobedeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desobedecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desobedecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desobedeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desobedecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desobedeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desobedecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desobedeceran" ;--# 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 (BeschSpa.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) => -} "desparecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desparecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desparezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desparezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desparezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desparezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desparezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desparezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "despareca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desparecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "despareca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desparecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desparecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desparecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"despareciera" ; "despareciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desparecieras" ; "desparecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"despareciera" ; "despareciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"despareciramos" ; "desparecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desparecierais" ; "desparecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desparecieran" ; "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) => -} "desparecers" ;--# 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) => -} "despareceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desparecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "despareciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desparecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "despareciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "despareciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "despareciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desparecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desparecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "despareceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desparecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "despareceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desparecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "despareceran" ;--# 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 (BeschSpa.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) => -} "desvanecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desvanecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desvanezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desvanezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desvanezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desvanezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desvanezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desvanezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desvaneca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desvanecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desvaneca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desvanecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desvanecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desvanecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desvaneciera" ; "desvaneciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desvanecieras" ; "desvanecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desvaneciera" ; "desvaneciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desvaneciramos" ; "desvanecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desvanecierais" ; "desvanecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desvanecieran" ; "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) => -} "desvanecers" ;--# 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) => -} "desvaneceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desvanecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desvaneciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desvanecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desvaneciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desvaneciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desvaneciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desvanecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desvanecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desvaneceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desvanecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desvaneceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desvanecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desvaneceran" ;--# 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 (BeschSpa.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) => -} "embarbecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "embarbecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "embarbezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "embarbezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "embarbezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "embarbezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "embarbezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "embarbezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "embarbeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "embarbecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "embarbeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "embarbecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "embarbecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "embarbecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"embarbeciera" ; "embarbeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"embarbecieras" ; "embarbecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"embarbeciera" ; "embarbeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"embarbeciramos" ; "embarbecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"embarbecierais" ; "embarbecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"embarbecieran" ; "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) => -} "embarbecers" ;--# 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) => -} "embarbeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "embarbecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "embarbeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "embarbecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "embarbeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "embarbeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "embarbeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "embarbecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "embarbecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "embarbeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "embarbecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "embarbeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "embarbecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "embarbeceran" ;--# 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 (BeschSpa.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) => -} "embastecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "embastecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "embastezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "embastezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "embastezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "embastezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "embastezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "embastezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "embasteca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "embastecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "embasteca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "embastecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "embastecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "embastecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"embasteciera" ; "embasteciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"embastecieras" ; "embastecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"embasteciera" ; "embasteciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"embasteciramos" ; "embastecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"embastecierais" ; "embastecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"embastecieran" ; "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) => -} "embastecers" ;--# 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) => -} "embasteceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "embastecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "embasteciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "embastecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "embasteciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "embasteciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "embasteciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "embastecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "embastecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "embasteceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "embastecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "embasteceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "embastecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "embasteceran" ;--# 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 (BeschSpa.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) => -} "embebecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "embebecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "embebezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "embebezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "embebezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "embebezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "embebezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "embebezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "embebeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "embebecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "embebeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "embebecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "embebecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "embebecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"embebeciera" ; "embebeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"embebecieras" ; "embebecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"embebeciera" ; "embebeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"embebeciramos" ; "embebecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"embebecierais" ; "embebecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"embebecieran" ; "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) => -} "embebecers" ;--# 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) => -} "embebeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "embebecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "embebeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "embebecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "embebeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "embebeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "embebeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "embebecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "embebecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "embebeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "embebecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "embebeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "embebecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "embebeceran" ;--# 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 (BeschSpa.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) => -} "embellecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "embellecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "embellezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "embellezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "embellezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "embellezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "embellezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "embellezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "embelleca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "embellecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "embelleca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "embellecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "embellecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "embellecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"embelleciera" ; "embelleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"embellecieras" ; "embellecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"embelleciera" ; "embelleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"embelleciramos" ; "embellecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"embellecierais" ; "embellecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"embellecieran" ; "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) => -} "embellecers" ;--# 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) => -} "embelleceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "embellecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "embelleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "embellecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "embelleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "embelleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "embelleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "embellecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "embellecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "embelleceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "embellecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "embelleceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "embellecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "embelleceran" ;--# 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 (BeschSpa.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) => -} "embermejecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "embermejecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "embermejezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "embermejezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "embermejezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "embermejezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "embermejezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "embermejezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "embermejeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "embermejecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "embermejeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "embermejecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "embermejecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "embermejecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"embermejeciera" ; "embermejeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"embermejecieras" ; "embermejecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"embermejeciera" ; "embermejeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"embermejeciramos" ; "embermejecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"embermejecierais" ; "embermejecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"embermejecieran" ; "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) => -} "embermejecers" ;--# 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) => -} "embermejeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "embermejecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "embermejeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "embermejecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "embermejeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "embermejeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "embermejeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "embermejecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "embermejecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "embermejeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "embermejecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "embermejeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "embermejecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "embermejeceran" ;--# 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 (BeschSpa.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) => -} "emblandecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "emblandecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "emblandezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "emblandezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "emblandezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "emblandezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "emblandezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "emblandezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "emblandeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "emblandecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "emblandeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "emblandecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "emblandecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "emblandecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"emblandeciera" ; "emblandeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"emblandecieras" ; "emblandecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"emblandeciera" ; "emblandeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"emblandeciramos" ; "emblandecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"emblandecierais" ; "emblandecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"emblandecieran" ; "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) => -} "emblandecers" ;--# 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) => -} "emblandeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "emblandecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "emblandeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "emblandecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "emblandeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "emblandeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "emblandeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "emblandecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "emblandecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "emblandeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "emblandecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "emblandeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "emblandecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "emblandeceran" ;--# 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 (BeschSpa.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) => -} "emblanquecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "emblanquecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "emblanquezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "emblanquezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "emblanquezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "emblanquezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "emblanquezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "emblanquezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "emblanqueca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "emblanquecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "emblanqueca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "emblanquecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "emblanquecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "emblanquecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"emblanqueciera" ; "emblanqueciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"emblanquecieras" ; "emblanquecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"emblanqueciera" ; "emblanqueciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"emblanqueciramos" ; "emblanquecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"emblanquecierais" ; "emblanquecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"emblanquecieran" ; "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) => -} "emblanquecers" ;--# 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) => -} "emblanqueceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "emblanquecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "emblanqueciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "emblanquecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "emblanqueciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "emblanqueciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "emblanqueciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "emblanquecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "emblanquecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "emblanqueceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "emblanquecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "emblanqueceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "emblanquecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "emblanqueceran" ;--# 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 (BeschSpa.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) => -} "embobecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "embobecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "embobezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "embobezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "embobezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "embobezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "embobezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "embobezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "embobeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "embobecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "embobeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "embobecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "embobecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "embobecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"embobeciera" ; "embobeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"embobecieras" ; "embobecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"embobeciera" ; "embobeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"embobeciramos" ; "embobecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"embobecierais" ; "embobecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"embobecieran" ; "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) => -} "embobecers" ;--# 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) => -} "embobeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "embobecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "embobeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "embobecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "embobeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "embobeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "embobeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "embobecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "embobecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "embobeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "embobecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "embobeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "embobecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "embobeceran" ;--# 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 (BeschSpa.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) => -} "embosquecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "embosquecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "embosquezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "embosquezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "embosquezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "embosquezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "embosquezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "embosquezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "embosqueca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "embosquecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "embosqueca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "embosquecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "embosquecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "embosquecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"embosqueciera" ; "embosqueciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"embosquecieras" ; "embosquecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"embosqueciera" ; "embosqueciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"embosqueciramos" ; "embosquecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"embosquecierais" ; "embosquecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"embosquecieran" ; "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) => -} "embosquecers" ;--# 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) => -} "embosqueceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "embosquecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "embosqueciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "embosquecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "embosqueciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "embosqueciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "embosqueciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "embosquecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "embosquecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "embosqueceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "embosquecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "embosqueceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "embosquecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "embosqueceran" ;--# 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 (BeschSpa.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) => -} "embravecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "embravecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "embravezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "embravezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "embravezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "embravezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "embravezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "embravezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "embraveca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "embravecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "embraveca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "embravecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "embravecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "embravecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"embraveciera" ; "embraveciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"embravecieras" ; "embravecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"embraveciera" ; "embraveciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"embraveciramos" ; "embravecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"embravecierais" ; "embravecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"embravecieran" ; "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) => -} "embravecers" ;--# 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) => -} "embraveceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "embravecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "embraveciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "embravecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "embraveciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "embraveciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "embraveciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "embravecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "embravecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "embraveceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "embravecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "embraveceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "embravecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "embraveceran" ;--# 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 (BeschSpa.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) => -} "embrutecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "embrutecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "embrutezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "embrutezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "embrutezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "embrutezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "embrutezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "embrutezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "embruteca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "embrutecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "embruteca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "embrutecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "embrutecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "embrutecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"embruteciera" ; "embruteciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"embrutecieras" ; "embrutecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"embruteciera" ; "embruteciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"embruteciramos" ; "embrutecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"embrutecierais" ; "embrutecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"embrutecieran" ; "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) => -} "embrutecers" ;--# 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) => -} "embruteceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "embrutecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "embruteciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "embrutecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "embruteciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "embruteciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "embruteciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "embrutecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "embrutecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "embruteceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "embrutecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "embruteceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "embrutecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "embruteceran" ;--# 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 (BeschSpa.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) => -} "empalidecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "empalidecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "empalidezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "empalidezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "empalidezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "empalidezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "empalidezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "empalidezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "empalideca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "empalidecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "empalideca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "empalidecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "empalidecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "empalidecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empalideciera" ; "empalideciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empalidecieras" ; "empalidecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empalideciera" ; "empalideciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empalideciramos" ; "empalidecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empalidecierais" ; "empalidecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empalidecieran" ; "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) => -} "empalidecers" ;--# 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) => -} "empalideceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "empalidecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "empalideciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "empalidecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "empalideciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "empalideciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "empalideciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "empalidecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "empalidecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "empalideceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "empalidecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "empalideceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "empalidecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "empalideceran" ;--# 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 (BeschSpa.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) => -} "empavorecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "empavorecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "empavorezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "empavorezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "empavorezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "empavorezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "empavorezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "empavorezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "empavoreca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "empavorecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "empavoreca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "empavorecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "empavorecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "empavorecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empavoreciera" ; "empavoreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empavorecieras" ; "empavorecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empavoreciera" ; "empavoreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empavoreciramos" ; "empavorecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empavorecierais" ; "empavorecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empavorecieran" ; "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) => -} "empavorecers" ;--# 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) => -} "empavoreceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "empavorecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "empavoreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "empavorecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "empavoreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "empavoreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "empavoreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "empavorecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "empavorecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "empavoreceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "empavorecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "empavoreceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "empavorecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "empavoreceran" ;--# 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 (BeschSpa.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) => -} "empecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "empecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "empezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "empezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "empezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "empezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "empezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "empezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "empeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "empecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "empeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "empecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "empecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "empecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empeciera" ; "empeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empecieras" ; "empecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empeciera" ; "empeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empeciramos" ; "empecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empecierais" ; "empecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empecieran" ; "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) => -} "empecers" ;--# 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) => -} "empeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "empecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "empeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "empecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "empeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "empeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "empeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "empecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "empecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "empeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "empecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "empeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "empecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "empeceran" ;--# 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 (BeschSpa.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) => -} "empequehecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "empequehecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "empequehezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "empequehezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "empequehezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "empequehezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "empequehezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "empequehezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "empequeheca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "empequehecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "empequeheca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "empequehecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "empequehecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "empequehecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empequeheciera" ; "empequeheciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empequehecieras" ; "empequehecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empequeheciera" ; "empequeheciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empequeheciramos" ; "empequehecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empequehecierais" ; "empequehecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empequehecieran" ; "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) => -} "empequehecers" ;--# 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) => -} "empequeheceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "empequehecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "empequeheciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "empequehecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "empequeheciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "empequeheciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "empequeheciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "empequehecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "empequehecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "empequeheceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "empequehecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "empequeheceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "empequehecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "empequeheceran" ;--# 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 (BeschSpa.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) => -} "emplastecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "emplastecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "emplastezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "emplastezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "emplastezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "emplastezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "emplastezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "emplastezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "emplasteca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "emplastecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "emplasteca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "emplastecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "emplastecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "emplastecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"emplasteciera" ; "emplasteciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"emplastecieras" ; "emplastecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"emplasteciera" ; "emplasteciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"emplasteciramos" ; "emplastecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"emplastecierais" ; "emplastecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"emplastecieran" ; "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) => -} "emplastecers" ;--# 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) => -} "emplasteceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "emplastecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "emplasteciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "emplastecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "emplasteciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "emplasteciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "emplasteciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "emplastecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "emplastecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "emplasteceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "emplastecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "emplasteceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "emplastecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "emplasteceran" ;--# 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 (BeschSpa.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) => -} "emplebeyecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "emplebeyecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "emplebeyezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "emplebeyezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "emplebeyezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "emplebeyezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "emplebeyezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "emplebeyezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "emplebeyeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "emplebeyecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "emplebeyeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "emplebeyecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "emplebeyecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "emplebeyecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"emplebeyeciera" ; "emplebeyeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"emplebeyecieras" ; "emplebeyecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"emplebeyeciera" ; "emplebeyeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"emplebeyeciramos" ; "emplebeyecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"emplebeyecierais" ; "emplebeyecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"emplebeyecieran" ; "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) => -} "emplebeyecers" ;--# 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) => -} "emplebeyeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "emplebeyecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "emplebeyeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "emplebeyecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "emplebeyeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "emplebeyeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "emplebeyeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "emplebeyecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "emplebeyecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "emplebeyeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "emplebeyecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "emplebeyeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "emplebeyecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "emplebeyeceran" ;--# 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 (BeschSpa.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) => -} "emplumecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "emplumecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "emplumezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "emplumezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "emplumezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "emplumezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "emplumezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "emplumezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "emplumeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "emplumecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "emplumeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "emplumecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "emplumecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "emplumecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"emplumeciera" ; "emplumeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"emplumecieras" ; "emplumecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"emplumeciera" ; "emplumeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"emplumeciramos" ; "emplumecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"emplumecierais" ; "emplumecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"emplumecieran" ; "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) => -} "emplumecers" ;--# 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) => -} "emplumeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "emplumecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "emplumeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "emplumecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "emplumeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "emplumeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "emplumeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "emplumecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "emplumecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "emplumeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "emplumecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "emplumeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "emplumecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "emplumeceran" ;--# 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 (BeschSpa.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) => -} "empobrecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "empobrecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "empobrezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "empobrezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "empobrezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "empobrezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "empobrezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "empobrezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "empobreca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "empobrecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "empobreca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "empobrecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "empobrecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "empobrecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empobreciera" ; "empobreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empobrecieras" ; "empobrecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empobreciera" ; "empobreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empobreciramos" ; "empobrecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empobrecierais" ; "empobrecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empobrecieran" ; "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) => -} "empobrecers" ;--# 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) => -} "empobreceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "empobrecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "empobreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "empobrecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "empobreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "empobreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "empobreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "empobrecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "empobrecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "empobreceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "empobrecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "empobreceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "empobrecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "empobreceran" ;--# 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 (BeschSpa.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) => -} "empodrecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "empodrecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "empodrezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "empodrezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "empodrezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "empodrezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "empodrezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "empodrezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "empodreca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "empodrecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "empodreca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "empodrecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "empodrecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "empodrecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empodreciera" ; "empodreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empodrecieras" ; "empodrecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empodreciera" ; "empodreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empodreciramos" ; "empodrecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empodrecierais" ; "empodrecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empodrecieran" ; "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) => -} "empodrecers" ;--# 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) => -} "empodreceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "empodrecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "empodreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "empodrecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "empodreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "empodreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "empodreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "empodrecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "empodrecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "empodreceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "empodrecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "empodreceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "empodrecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "empodreceran" ;--# 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 (BeschSpa.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) => -} "empretecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "empretecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "empretezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "empretezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "empretezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "empretezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "empretezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "empretezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "empreteca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "empretecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "empreteca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "empretecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "empretecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "empretecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empreteciera" ; "empreteciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empretecieras" ; "empretecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empreteciera" ; "empreteciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empreteciramos" ; "empretecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empretecierais" ; "empretecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empretecieran" ; "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) => -} "empretecers" ;--# 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) => -} "empreteceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "empretecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "empreteciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "empretecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "empreteciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "empreteciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "empreteciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "empretecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "empretecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "empreteceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "empretecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "empreteceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "empretecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "empreteceran" ;--# 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 (BeschSpa.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) => -} "emputecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "emputecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "emputezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "emputezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "emputezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "emputezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "emputezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "emputezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "emputeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "emputecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "emputeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "emputecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "emputecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "emputecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"emputeciera" ; "emputeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"emputecieras" ; "emputecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"emputeciera" ; "emputeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"emputeciramos" ; "emputecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"emputecierais" ; "emputecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"emputecieran" ; "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) => -} "emputecers" ;--# 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) => -} "emputeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "emputecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "emputeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "emputecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "emputeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "emputeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "emputeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "emputecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "emputecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "emputeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "emputecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "emputeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "emputecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "emputeceran" ;--# 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 (BeschSpa.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) => -} "enaltecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enaltecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enaltezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enaltezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enaltezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enaltezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enaltezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enaltezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enalteca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enaltecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enalteca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enaltecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enaltecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enaltecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enalteciera" ; "enalteciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enaltecieras" ; "enaltecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enalteciera" ; "enalteciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enalteciramos" ; "enaltecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enaltecierais" ; "enaltecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enaltecieran" ; "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) => -} "enaltecers" ;--# 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) => -} "enalteceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enaltecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enalteciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enaltecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enalteciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enalteciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enalteciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enaltecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enaltecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enalteceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enaltecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enalteceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enaltecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enalteceran" ;--# 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 (BeschSpa.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) => -} "enamarillecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enamarillecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enamarillezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enamarillezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enamarillezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enamarillezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enamarillezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enamarillezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enamarilleca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enamarillecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enamarilleca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enamarillecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enamarillecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enamarillecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enamarilleciera" ; "enamarilleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enamarillecieras" ; "enamarillecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enamarilleciera" ; "enamarilleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enamarilleciramos" ; "enamarillecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enamarillecierais" ; "enamarillecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enamarillecieran" ; "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) => -} "enamarillecers" ;--# 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) => -} "enamarilleceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enamarillecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enamarilleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enamarillecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enamarilleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enamarilleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enamarilleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enamarillecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enamarillecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enamarilleceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enamarillecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enamarilleceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enamarillecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enamarilleceran" ;--# 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 (BeschSpa.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) => -} "enardecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enardecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enardezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enardezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enardezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enardezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enardezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enardezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enardeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enardecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enardeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enardecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enardecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enardecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enardeciera" ; "enardeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enardecieras" ; "enardecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enardeciera" ; "enardeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enardeciramos" ; "enardecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enardecierais" ; "enardecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enardecieran" ; "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) => -} "enardecers" ;--# 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) => -} "enardeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enardecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enardeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enardecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enardeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enardeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enardeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enardecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enardecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enardeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enardecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enardeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enardecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enardeceran" ;--# 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 (BeschSpa.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) => -} "encallecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "encallecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "encallezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "encallezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "encallezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "encallezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "encallezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "encallezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "encalleca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "encallecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "encalleca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "encallecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "encallecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "encallecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encalleciera" ; "encalleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encallecieras" ; "encallecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encalleciera" ; "encalleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encalleciramos" ; "encallecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encallecierais" ; "encallecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encallecieran" ; "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) => -} "encallecers" ;--# 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) => -} "encalleceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "encallecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "encalleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "encallecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "encalleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "encalleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "encalleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "encallecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "encallecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "encalleceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "encallecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "encalleceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "encallecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "encalleceran" ;--# 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 (BeschSpa.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) => -} "encalvecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "encalvecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "encalvezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "encalvezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "encalvezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "encalvezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "encalvezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "encalvezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "encalveca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "encalvecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "encalveca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "encalvecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "encalvecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "encalvecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encalveciera" ; "encalveciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encalvecieras" ; "encalvecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encalveciera" ; "encalveciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encalveciramos" ; "encalvecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encalvecierais" ; "encalvecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encalvecieran" ; "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) => -} "encalvecers" ;--# 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) => -} "encalveceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "encalvecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "encalveciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "encalvecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "encalveciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "encalveciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "encalveciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "encalvecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "encalvecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "encalveceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "encalvecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "encalveceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "encalvecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "encalveceran" ;--# 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 (BeschSpa.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) => -} "encandecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "encandecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "encandezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "encandezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "encandezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "encandezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "encandezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "encandezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "encandeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "encandecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "encandeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "encandecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "encandecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "encandecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encandeciera" ; "encandeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encandecieras" ; "encandecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encandeciera" ; "encandeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encandeciramos" ; "encandecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encandecierais" ; "encandecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encandecieran" ; "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) => -} "encandecers" ;--# 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) => -} "encandeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "encandecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "encandeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "encandecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "encandeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "encandeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "encandeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "encandecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "encandecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "encandeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "encandecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "encandeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "encandecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "encandeceran" ;--# 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 (BeschSpa.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) => -} "encanecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "encanecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "encanezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "encanezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "encanezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "encanezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "encanezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "encanezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "encaneca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "encanecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "encaneca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "encanecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "encanecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "encanecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encaneciera" ; "encaneciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encanecieras" ; "encanecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encaneciera" ; "encaneciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encaneciramos" ; "encanecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encanecierais" ; "encanecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encanecieran" ; "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) => -} "encanecers" ;--# 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) => -} "encaneceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "encanecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "encaneciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "encanecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "encaneciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "encaneciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "encaneciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "encanecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "encanecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "encaneceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "encanecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "encaneceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "encanecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "encaneceran" ;--# 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 (BeschSpa.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) => -} "encarecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "encarecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "encarezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "encarezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "encarezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "encarezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "encarezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "encarezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "encareca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "encarecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "encareca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "encarecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "encarecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "encarecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encareciera" ; "encareciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encarecieras" ; "encarecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encareciera" ; "encareciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encareciramos" ; "encarecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encarecierais" ; "encarecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encarecieran" ; "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) => -} "encarecers" ;--# 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) => -} "encareceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "encarecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "encareciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "encarecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "encareciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "encareciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "encareciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "encarecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "encarecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "encareceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "encarecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "encareceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "encarecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "encareceran" ;--# 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 (BeschSpa.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) => -} "encarnecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "encarnecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "encarnezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "encarnezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "encarnezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "encarnezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "encarnezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "encarnezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "encarneca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "encarnecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "encarneca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "encarnecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "encarnecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "encarnecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encarneciera" ; "encarneciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encarnecieras" ; "encarnecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encarneciera" ; "encarneciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encarneciramos" ; "encarnecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encarnecierais" ; "encarnecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encarnecieran" ; "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) => -} "encarnecers" ;--# 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) => -} "encarneceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "encarnecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "encarneciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "encarnecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "encarneciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "encarneciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "encarneciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "encarnecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "encarnecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "encarneceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "encarnecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "encarneceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "encarnecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "encarneceran" ;--# 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 (BeschSpa.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) => -} "enceguecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enceguecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enceguezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enceguezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enceguezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enceguezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enceguezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enceguezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "encegueca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enceguecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "encegueca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enceguecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enceguecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enceguecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encegueciera" ; "encegueciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enceguecieras" ; "enceguecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encegueciera" ; "encegueciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encegueciramos" ; "enceguecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enceguecierais" ; "enceguecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enceguecieran" ; "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) => -} "enceguecers" ;--# 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) => -} "encegueceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enceguecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "encegueciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enceguecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "encegueciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "encegueciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "encegueciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enceguecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enceguecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "encegueceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enceguecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "encegueceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enceguecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "encegueceran" ;--# 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 (BeschSpa.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) => -} "encloquecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "encloquecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "encloquezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "encloquezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "encloquezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "encloquezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "encloquezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "encloquezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "encloqueca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "encloquecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "encloqueca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "encloquecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "encloquecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "encloquecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encloqueciera" ; "encloqueciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encloquecieras" ; "encloquecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encloqueciera" ; "encloqueciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encloqueciramos" ; "encloquecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encloquecierais" ; "encloquecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encloquecieran" ; "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) => -} "encloquecers" ;--# 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) => -} "encloqueceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "encloquecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "encloqueciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "encloquecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "encloqueciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "encloqueciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "encloqueciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "encloquecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "encloquecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "encloqueceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "encloquecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "encloqueceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "encloquecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "encloqueceran" ;--# 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 (BeschSpa.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) => -} "encorecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "encorecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "encorezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "encorezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "encorezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "encorezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "encorezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "encorezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "encoreca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "encorecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "encoreca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "encorecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "encorecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "encorecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encoreciera" ; "encoreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encorecieras" ; "encorecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encoreciera" ; "encoreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encoreciramos" ; "encorecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encorecierais" ; "encorecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encorecieran" ; "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) => -} "encorecers" ;--# 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) => -} "encoreceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "encorecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "encoreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "encorecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "encoreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "encoreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "encoreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "encorecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "encorecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "encoreceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "encorecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "encoreceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "encorecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "encoreceran" ;--# 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 (BeschSpa.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) => -} "encrudecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "encrudecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "encrudezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "encrudezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "encrudezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "encrudezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "encrudezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "encrudezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "encrudeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "encrudecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "encrudeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "encrudecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "encrudecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "encrudecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encrudeciera" ; "encrudeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encrudecieras" ; "encrudecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encrudeciera" ; "encrudeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encrudeciramos" ; "encrudecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encrudecierais" ; "encrudecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encrudecieran" ; "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) => -} "encrudecers" ;--# 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) => -} "encrudeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "encrudecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "encrudeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "encrudecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "encrudeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "encrudeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "encrudeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "encrudecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "encrudecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "encrudeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "encrudecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "encrudeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "encrudecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "encrudeceran" ;--# 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 (BeschSpa.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) => -} "encruelecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "encruelecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "encruelezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "encruelezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "encruelezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "encruelezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "encruelezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "encruelezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "encrueleca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "encruelecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "encrueleca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "encruelecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "encruelecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "encruelecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encrueleciera" ; "encrueleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encruelecieras" ; "encruelecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encrueleciera" ; "encrueleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encrueleciramos" ; "encruelecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encruelecierais" ; "encruelecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encruelecieran" ; "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) => -} "encruelecers" ;--# 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) => -} "encrueleceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "encruelecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "encrueleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "encruelecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "encrueleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "encrueleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "encrueleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "encruelecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "encruelecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "encrueleceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "encruelecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "encrueleceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "encruelecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "encrueleceran" ;--# 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 (BeschSpa.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) => -} "endentecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "endentecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "endentezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "endentezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "endentezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "endentezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "endentezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "endentezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "endenteca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "endentecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "endenteca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "endentecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "endentecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "endentecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"endenteciera" ; "endenteciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"endentecieras" ; "endentecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"endenteciera" ; "endenteciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"endenteciramos" ; "endentecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"endentecierais" ; "endentecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"endentecieran" ; "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) => -} "endentecers" ;--# 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) => -} "endenteceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "endentecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "endenteciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "endentecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "endenteciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "endenteciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "endenteciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "endentecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "endentecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "endenteceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "endentecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "endenteceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "endentecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "endenteceran" ;--# 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 (BeschSpa.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) => -} "endurecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "endurecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "endurezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "endurezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "endurezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "endurezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "endurezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "endurezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "endureca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "endurecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "endureca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "endurecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "endurecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "endurecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"endureciera" ; "endureciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"endurecieras" ; "endurecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"endureciera" ; "endureciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"endureciramos" ; "endurecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"endurecierais" ; "endurecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"endurecieran" ; "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) => -} "endurecers" ;--# 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) => -} "endureceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "endurecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "endureciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "endurecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "endureciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "endureciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "endureciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "endurecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "endurecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "endureceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "endurecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "endureceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "endurecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "endureceran" ;--# 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 (BeschSpa.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) => -} "enflaquecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enflaquecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enflaquezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enflaquezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enflaquezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enflaquezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enflaquezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enflaquezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enflaqueca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enflaquecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enflaqueca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enflaquecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enflaquecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enflaquecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enflaqueciera" ; "enflaqueciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enflaquecieras" ; "enflaquecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enflaqueciera" ; "enflaqueciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enflaqueciramos" ; "enflaquecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enflaquecierais" ; "enflaquecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enflaquecieran" ; "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) => -} "enflaquecers" ;--# 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) => -} "enflaqueceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enflaquecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enflaqueciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enflaquecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enflaqueciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enflaqueciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enflaqueciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enflaquecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enflaquecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enflaqueceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enflaquecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enflaqueceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enflaquecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enflaqueceran" ;--# 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 (BeschSpa.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) => -} "enflorecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enflorecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enflorezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enflorezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enflorezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enflorezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enflorezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enflorezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enfloreca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enflorecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enfloreca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enflorecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enflorecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enflorecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enfloreciera" ; "enfloreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enflorecieras" ; "enflorecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enfloreciera" ; "enfloreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enfloreciramos" ; "enflorecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enflorecierais" ; "enflorecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enflorecieran" ; "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) => -} "enflorecers" ;--# 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) => -} "enfloreceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enflorecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enfloreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enflorecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enfloreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enfloreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enfloreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enflorecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enflorecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enfloreceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enflorecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enfloreceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enflorecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enfloreceran" ;--# 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 (BeschSpa.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) => -} "enfranquecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enfranquecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enfranquezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enfranquezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enfranquezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enfranquezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enfranquezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enfranquezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enfranqueca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enfranquecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enfranqueca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enfranquecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enfranquecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enfranquecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enfranqueciera" ; "enfranqueciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enfranquecieras" ; "enfranquecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enfranqueciera" ; "enfranqueciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enfranqueciramos" ; "enfranquecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enfranquecierais" ; "enfranquecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enfranquecieran" ; "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) => -} "enfranquecers" ;--# 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) => -} "enfranqueceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enfranquecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enfranqueciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enfranquecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enfranqueciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enfranqueciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enfranqueciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enfranquecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enfranquecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enfranqueceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enfranquecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enfranqueceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enfranquecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enfranqueceran" ;--# 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 (BeschSpa.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) => -} "enfurecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enfurecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enfurezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enfurezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enfurezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enfurezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enfurezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enfurezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enfureca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enfurecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enfureca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enfurecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enfurecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enfurecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enfureciera" ; "enfureciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enfurecieras" ; "enfurecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enfureciera" ; "enfureciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enfureciramos" ; "enfurecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enfurecierais" ; "enfurecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enfurecieran" ; "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) => -} "enfurecers" ;--# 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) => -} "enfureceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enfurecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enfureciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enfurecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enfureciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enfureciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enfureciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enfurecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enfurecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enfureceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enfurecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enfureceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enfurecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enfureceran" ;--# 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 (BeschSpa.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) => -} "engrandecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "engrandecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "engrandezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "engrandezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "engrandezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "engrandezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "engrandezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "engrandezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "engrandeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "engrandecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "engrandeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "engrandecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "engrandecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "engrandecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"engrandeciera" ; "engrandeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"engrandecieras" ; "engrandecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"engrandeciera" ; "engrandeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"engrandeciramos" ; "engrandecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"engrandecierais" ; "engrandecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"engrandecieran" ; "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) => -} "engrandecers" ;--# 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) => -} "engrandeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "engrandecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "engrandeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "engrandecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "engrandeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "engrandeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "engrandeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "engrandecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "engrandecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "engrandeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "engrandecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "engrandeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "engrandecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "engrandeceran" ;--# 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 (BeschSpa.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) => -} "engravecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "engravecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "engravezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "engravezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "engravezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "engravezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "engravezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "engravezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "engraveca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "engravecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "engraveca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "engravecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "engravecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "engravecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"engraveciera" ; "engraveciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"engravecieras" ; "engravecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"engraveciera" ; "engraveciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"engraveciramos" ; "engravecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"engravecierais" ; "engravecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"engravecieran" ; "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) => -} "engravecers" ;--# 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) => -} "engraveceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "engravecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "engraveciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "engravecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "engraveciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "engraveciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "engraveciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "engravecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "engravecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "engraveceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "engravecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "engraveceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "engravecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "engraveceran" ;--# 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 (BeschSpa.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) => -} "enllentecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enllentecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enllentezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enllentezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enllentezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enllentezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enllentezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enllentezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enllenteca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enllentecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enllenteca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enllentecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enllentecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enllentecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enllenteciera" ; "enllenteciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enllentecieras" ; "enllentecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enllenteciera" ; "enllenteciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enllenteciramos" ; "enllentecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enllentecierais" ; "enllentecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enllentecieran" ; "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) => -} "enllentecers" ;--# 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) => -} "enllenteceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enllentecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enllenteciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enllentecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enllenteciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enllenteciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enllenteciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enllentecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enllentecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enllenteceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enllentecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enllenteceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enllentecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enllenteceran" ;--# 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 (BeschSpa.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) => -} "enlobreguecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enlobreguecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enlobreguezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enlobreguezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enlobreguezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enlobreguezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enlobreguezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enlobreguezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enlobregueca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enlobreguecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enlobregueca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enlobreguecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enlobreguecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enlobreguecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enlobregueciera" ; "enlobregueciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enlobreguecieras" ; "enlobreguecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enlobregueciera" ; "enlobregueciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enlobregueciramos" ; "enlobreguecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enlobreguecierais" ; "enlobreguecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enlobreguecieran" ; "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) => -} "enlobreguecers" ;--# 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) => -} "enlobregueceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enlobreguecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enlobregueciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enlobreguecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enlobregueciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enlobregueciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enlobregueciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enlobreguecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enlobreguecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enlobregueceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enlobreguecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enlobregueceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enlobreguecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enlobregueceran" ;--# 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 (BeschSpa.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) => -} "enloquecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enloquecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enloquezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enloquezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enloquezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enloquezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enloquezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enloquezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enloqueca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enloquecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enloqueca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enloquecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enloquecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enloquecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enloqueciera" ; "enloqueciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enloquecieras" ; "enloquecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enloqueciera" ; "enloqueciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enloqueciramos" ; "enloquecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enloquecierais" ; "enloquecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enloquecieran" ; "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) => -} "enloquecers" ;--# 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) => -} "enloqueceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enloquecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enloqueciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enloquecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enloqueciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enloqueciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enloqueciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enloquecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enloquecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enloqueceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enloquecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enloqueceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enloquecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enloqueceran" ;--# 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 (BeschSpa.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) => -} "enlustrecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enlustrecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enlustrezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enlustrezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enlustrezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enlustrezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enlustrezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enlustrezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enlustreca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enlustrecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enlustreca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enlustrecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enlustrecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enlustrecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enlustreciera" ; "enlustreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enlustrecieras" ; "enlustrecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enlustreciera" ; "enlustreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enlustreciramos" ; "enlustrecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enlustrecierais" ; "enlustrecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enlustrecieran" ; "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) => -} "enlustrecers" ;--# 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) => -} "enlustreceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enlustrecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enlustreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enlustrecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enlustreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enlustreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enlustreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enlustrecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enlustrecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enlustreceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enlustrecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enlustreceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enlustrecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enlustreceran" ;--# 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 (BeschSpa.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) => -} "enmagrecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enmagrecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enmagrezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enmagrezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enmagrezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enmagrezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enmagrezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enmagrezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enmagreca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enmagrecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enmagreca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enmagrecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enmagrecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enmagrecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enmagreciera" ; "enmagreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enmagrecieras" ; "enmagrecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enmagreciera" ; "enmagreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enmagreciramos" ; "enmagrecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enmagrecierais" ; "enmagrecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enmagrecieran" ; "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) => -} "enmagrecers" ;--# 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) => -} "enmagreceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enmagrecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enmagreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enmagrecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enmagreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enmagreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enmagreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enmagrecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enmagrecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enmagreceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enmagrecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enmagreceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enmagrecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enmagreceran" ;--# 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 (BeschSpa.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) => -} "enmalecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enmalecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enmalezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enmalezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enmalezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enmalezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enmalezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enmalezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enmaleca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enmalecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enmaleca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enmalecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enmalecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enmalecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enmaleciera" ; "enmaleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enmalecieras" ; "enmalecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enmaleciera" ; "enmaleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enmaleciramos" ; "enmalecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enmalecierais" ; "enmalecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enmalecieran" ; "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) => -} "enmalecers" ;--# 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) => -} "enmaleceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enmalecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enmaleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enmalecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enmaleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enmaleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enmaleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enmalecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enmalecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enmaleceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enmalecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enmaleceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enmalecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enmaleceran" ;--# 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 (BeschSpa.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) => -} "enmohecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enmohecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enmohezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enmohezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enmohezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enmohezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enmohezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enmohezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enmoheca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enmohecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enmoheca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enmohecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enmohecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enmohecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enmoheciera" ; "enmoheciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enmohecieras" ; "enmohecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enmoheciera" ; "enmoheciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enmoheciramos" ; "enmohecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enmohecierais" ; "enmohecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enmohecieran" ; "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) => -} "enmohecers" ;--# 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) => -} "enmoheceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enmohecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enmoheciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enmohecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enmoheciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enmoheciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enmoheciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enmohecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enmohecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enmoheceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enmohecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enmoheceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enmohecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enmoheceran" ;--# 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 (BeschSpa.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) => -} "enmollecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enmollecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enmollezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enmollezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enmollezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enmollezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enmollezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enmollezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enmolleca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enmollecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enmolleca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enmollecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enmollecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enmollecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enmolleciera" ; "enmolleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enmollecieras" ; "enmollecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enmolleciera" ; "enmolleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enmolleciramos" ; "enmollecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enmollecierais" ; "enmollecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enmollecieran" ; "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) => -} "enmollecers" ;--# 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) => -} "enmolleceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enmollecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enmolleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enmollecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enmolleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enmolleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enmolleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enmollecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enmollecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enmolleceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enmollecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enmolleceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enmollecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enmolleceran" ;--# 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 (BeschSpa.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) => -} "enmudecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enmudecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enmudezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enmudezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enmudezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enmudezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enmudezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enmudezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enmudeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enmudecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enmudeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enmudecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enmudecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enmudecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enmudeciera" ; "enmudeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enmudecieras" ; "enmudecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enmudeciera" ; "enmudeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enmudeciramos" ; "enmudecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enmudecierais" ; "enmudecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enmudecieran" ; "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) => -} "enmudecers" ;--# 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) => -} "enmudeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enmudecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enmudeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enmudecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enmudeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enmudeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enmudeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enmudecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enmudecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enmudeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enmudecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enmudeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enmudecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enmudeceran" ;--# 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 (BeschSpa.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) => -} "ennegrecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ennegrecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ennegrezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ennegrezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ennegrezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "ennegrezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "ennegrezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "ennegrezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "ennegreca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "ennegrecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "ennegreca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "ennegrecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "ennegrecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "ennegrecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ennegreciera" ; "ennegreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ennegrecieras" ; "ennegrecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ennegreciera" ; "ennegreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ennegreciramos" ; "ennegrecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ennegrecierais" ; "ennegrecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ennegrecieran" ; "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) => -} "ennegrecers" ;--# 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) => -} "ennegreceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "ennegrecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "ennegreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "ennegrecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "ennegreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "ennegreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "ennegreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "ennegrecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "ennegrecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "ennegreceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "ennegrecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "ennegreceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "ennegrecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "ennegreceran" ;--# 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 (BeschSpa.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) => -} "ennoblecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ennoblecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ennoblezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ennoblezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ennoblezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "ennoblezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "ennoblezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "ennoblezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "ennobleca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "ennoblecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "ennobleca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "ennoblecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "ennoblecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "ennoblecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ennobleciera" ; "ennobleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ennoblecieras" ; "ennoblecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ennobleciera" ; "ennobleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ennobleciramos" ; "ennoblecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ennoblecierais" ; "ennoblecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ennoblecieran" ; "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) => -} "ennoblecers" ;--# 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) => -} "ennobleceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "ennoblecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "ennobleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "ennoblecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "ennobleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "ennobleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "ennobleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "ennoblecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "ennoblecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "ennobleceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "ennoblecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "ennobleceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "ennoblecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "ennobleceran" ;--# 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 (BeschSpa.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) => -} "ennudecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ennudecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ennudezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ennudezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ennudezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "ennudezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "ennudezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "ennudezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "ennudeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "ennudecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "ennudeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "ennudecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "ennudecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "ennudecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ennudeciera" ; "ennudeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ennudecieras" ; "ennudecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ennudeciera" ; "ennudeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ennudeciramos" ; "ennudecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ennudecierais" ; "ennudecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ennudecieran" ; "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) => -} "ennudecers" ;--# 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) => -} "ennudeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "ennudecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "ennudeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "ennudecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "ennudeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "ennudeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "ennudeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "ennudecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "ennudecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "ennudeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "ennudecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "ennudeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "ennudecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "ennudeceran" ;--# 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 (BeschSpa.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) => -} "enorgullecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enorgullecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enorgullezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enorgullezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enorgullezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enorgullezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enorgullezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enorgullezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enorgulleca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enorgullecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enorgulleca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enorgullecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enorgullecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enorgullecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enorgulleciera" ; "enorgulleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enorgullecieras" ; "enorgullecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enorgulleciera" ; "enorgulleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enorgulleciramos" ; "enorgullecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enorgullecierais" ; "enorgullecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enorgullecieran" ; "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) => -} "enorgullecers" ;--# 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) => -} "enorgulleceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enorgullecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enorgulleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enorgullecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enorgulleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enorgulleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enorgulleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enorgullecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enorgullecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enorgulleceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enorgullecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enorgulleceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enorgullecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enorgulleceran" ;--# 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 (BeschSpa.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) => -} "enralecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enralecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enralezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enralezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enralezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enralezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enralezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enralezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enraleca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enralecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enraleca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enralecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enralecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enralecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enraleciera" ; "enraleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enralecieras" ; "enralecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enraleciera" ; "enraleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enraleciramos" ; "enralecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enralecierais" ; "enralecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enralecieran" ; "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) => -} "enralecers" ;--# 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) => -} "enraleceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enralecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enraleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enralecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enraleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enraleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enraleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enralecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enralecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enraleceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enralecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enraleceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enralecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enraleceran" ;--# 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 (BeschSpa.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) => -} "enrarecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enrarecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enrarezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enrarezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enrarezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enrarezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enrarezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enrarezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enrareca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enrarecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enrareca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enrarecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enrarecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enrarecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enrareciera" ; "enrareciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enrarecieras" ; "enrarecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enrareciera" ; "enrareciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enrareciramos" ; "enrarecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enrarecierais" ; "enrarecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enrarecieran" ; "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) => -} "enrarecers" ;--# 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) => -} "enrareceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enrarecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enrareciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enrarecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enrareciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enrareciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enrareciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enrarecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enrarecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enrareceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enrarecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enrareceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enrarecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enrareceran" ;--# 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 (BeschSpa.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) => -} "enrigidecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enrigidecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enrigidezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enrigidezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enrigidezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enrigidezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enrigidezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enrigidezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enrigideca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enrigidecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enrigideca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enrigidecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enrigidecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enrigidecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enrigideciera" ; "enrigideciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enrigidecieras" ; "enrigidecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enrigideciera" ; "enrigideciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enrigideciramos" ; "enrigidecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enrigidecierais" ; "enrigidecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enrigidecieran" ; "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) => -} "enrigidecers" ;--# 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) => -} "enrigideceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enrigidecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enrigideciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enrigidecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enrigideciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enrigideciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enrigideciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enrigidecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enrigidecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enrigideceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enrigidecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enrigideceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enrigidecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enrigideceran" ;--# 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 (BeschSpa.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) => -} "enriquecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enriquecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enriquezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enriquezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enriquezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enriquezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enriquezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enriquezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enriqueca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enriquecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enriqueca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enriquecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enriquecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enriquecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enriqueciera" ; "enriqueciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enriquecieras" ; "enriquecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enriqueciera" ; "enriqueciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enriqueciramos" ; "enriquecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enriquecierais" ; "enriquecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enriquecieran" ; "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) => -} "enriquecers" ;--# 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) => -} "enriqueceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enriquecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enriqueciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enriquecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enriqueciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enriqueciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enriqueciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enriquecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enriquecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enriqueceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enriquecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enriqueceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enriquecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enriqueceran" ;--# 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 (BeschSpa.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) => -} "enrojecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enrojecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enrojezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enrojezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enrojezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enrojezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enrojezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enrojezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enrojeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enrojecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enrojeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enrojecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enrojecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enrojecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enrojeciera" ; "enrojeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enrojecieras" ; "enrojecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enrojeciera" ; "enrojeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enrojeciramos" ; "enrojecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enrojecierais" ; "enrojecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enrojecieran" ; "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) => -} "enrojecers" ;--# 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) => -} "enrojeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enrojecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enrojeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enrojecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enrojeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enrojeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enrojeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enrojecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enrojecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enrojeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enrojecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enrojeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enrojecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enrojeceran" ;--# 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 (BeschSpa.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) => -} "enronquecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enronquecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enronquezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enronquezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enronquezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enronquezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enronquezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enronquezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enronqueca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enronquecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enronqueca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enronquecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enronquecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enronquecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enronqueciera" ; "enronqueciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enronquecieras" ; "enronquecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enronqueciera" ; "enronqueciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enronqueciramos" ; "enronquecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enronquecierais" ; "enronquecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enronquecieran" ; "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) => -} "enronquecers" ;--# 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) => -} "enronqueceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enronquecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enronqueciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enronquecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enronqueciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enronqueciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enronqueciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enronquecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enronquecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enronqueceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enronquecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enronqueceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enronquecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enronqueceran" ;--# 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 (BeschSpa.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) => -} "enrudecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enrudecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enrudezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enrudezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enrudezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enrudezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enrudezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enrudezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enrudeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enrudecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enrudeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enrudecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enrudecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enrudecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enrudeciera" ; "enrudeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enrudecieras" ; "enrudecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enrudeciera" ; "enrudeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enrudeciramos" ; "enrudecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enrudecierais" ; "enrudecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enrudecieran" ; "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) => -} "enrudecers" ;--# 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) => -} "enrudeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enrudecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enrudeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enrudecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enrudeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enrudeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enrudeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enrudecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enrudecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enrudeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enrudecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enrudeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enrudecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enrudeceran" ;--# 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 (BeschSpa.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) => -} "enruinecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enruinecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enruinezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enruinezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enruinezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enruinezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enruinezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enruinezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enruineca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enruinecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enruineca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enruinecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enruinecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enruinecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enruineciera" ; "enruineciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enruinecieras" ; "enruinecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enruineciera" ; "enruineciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enruineciramos" ; "enruinecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enruinecierais" ; "enruinecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enruinecieran" ; "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) => -} "enruinecers" ;--# 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) => -} "enruineceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enruinecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enruineciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enruinecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enruineciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enruineciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enruineciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enruinecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enruinecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enruineceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enruinecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enruineceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enruinecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enruineceran" ;--# 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 (BeschSpa.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) => -} "ensandecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ensandecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ensandezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ensandezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ensandezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "ensandezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "ensandezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "ensandezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "ensandeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "ensandecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "ensandeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "ensandecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "ensandecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "ensandecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ensandeciera" ; "ensandeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ensandecieras" ; "ensandecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ensandeciera" ; "ensandeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ensandeciramos" ; "ensandecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ensandecierais" ; "ensandecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ensandecieran" ; "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) => -} "ensandecers" ;--# 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) => -} "ensandeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "ensandecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "ensandeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "ensandecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "ensandeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "ensandeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "ensandeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "ensandecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "ensandecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "ensandeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "ensandecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "ensandeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "ensandecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "ensandeceran" ;--# 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 (BeschSpa.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) => -} "ensarnecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ensarnecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ensarnezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ensarnezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ensarnezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "ensarnezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "ensarnezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "ensarnezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "ensarneca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "ensarnecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "ensarneca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "ensarnecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "ensarnecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "ensarnecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ensarneciera" ; "ensarneciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ensarnecieras" ; "ensarnecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ensarneciera" ; "ensarneciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ensarneciramos" ; "ensarnecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ensarnecierais" ; "ensarnecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ensarnecieran" ; "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) => -} "ensarnecers" ;--# 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) => -} "ensarneceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "ensarnecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "ensarneciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "ensarnecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "ensarneciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "ensarneciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "ensarneciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "ensarnecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "ensarnecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "ensarneceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "ensarnecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "ensarneceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "ensarnecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "ensarneceran" ;--# 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 (BeschSpa.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) => -} "ensoberbecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ensoberbecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ensoberbezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ensoberbezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ensoberbezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "ensoberbezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "ensoberbezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "ensoberbezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "ensoberbeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "ensoberbecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "ensoberbeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "ensoberbecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "ensoberbecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "ensoberbecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ensoberbeciera" ; "ensoberbeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ensoberbecieras" ; "ensoberbecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ensoberbeciera" ; "ensoberbeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ensoberbeciramos" ; "ensoberbecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ensoberbecierais" ; "ensoberbecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ensoberbecieran" ; "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) => -} "ensoberbecers" ;--# 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) => -} "ensoberbeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "ensoberbecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "ensoberbeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "ensoberbecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "ensoberbeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "ensoberbeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "ensoberbeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "ensoberbecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "ensoberbecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "ensoberbeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "ensoberbecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "ensoberbeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "ensoberbecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "ensoberbeceran" ;--# 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 (BeschSpa.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) => -} "ensombrecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ensombrecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ensombrezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ensombrezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ensombrezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "ensombrezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "ensombrezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "ensombrezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "ensombreca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "ensombrecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "ensombreca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "ensombrecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "ensombrecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "ensombrecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ensombreciera" ; "ensombreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ensombrecieras" ; "ensombrecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ensombreciera" ; "ensombreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ensombreciramos" ; "ensombrecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ensombrecierais" ; "ensombrecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ensombrecieran" ; "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) => -} "ensombrecers" ;--# 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) => -} "ensombreceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "ensombrecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "ensombreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "ensombrecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "ensombreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "ensombreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "ensombreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "ensombrecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "ensombrecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "ensombreceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "ensombrecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "ensombreceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "ensombrecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "ensombreceran" ;--# 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 (BeschSpa.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) => -} "ensordecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ensordecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ensordezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ensordezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ensordezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "ensordezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "ensordezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "ensordezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "ensordeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "ensordecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "ensordeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "ensordecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "ensordecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "ensordecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ensordeciera" ; "ensordeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ensordecieras" ; "ensordecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ensordeciera" ; "ensordeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ensordeciramos" ; "ensordecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ensordecierais" ; "ensordecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ensordecieran" ; "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) => -} "ensordecers" ;--# 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) => -} "ensordeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "ensordecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "ensordeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "ensordecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "ensordeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "ensordeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "ensordeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "ensordecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "ensordecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "ensordeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "ensordecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "ensordeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "ensordecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "ensordeceran" ;--# 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 (BeschSpa.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) => -} "entallecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "entallecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "entallezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "entallezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "entallezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "entallezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "entallezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "entallezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "entalleca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "entallecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "entalleca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "entallecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "entallecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "entallecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entalleciera" ; "entalleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entallecieras" ; "entallecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entalleciera" ; "entalleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entalleciramos" ; "entallecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entallecierais" ; "entallecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entallecieran" ; "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) => -} "entallecers" ;--# 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) => -} "entalleceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "entallecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "entalleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "entallecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "entalleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "entalleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "entalleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "entallecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "entallecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "entalleceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "entallecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "entalleceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "entallecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "entalleceran" ;--# 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 (BeschSpa.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) => -} "entenebrecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "entenebrecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "entenebrezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "entenebrezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "entenebrezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "entenebrezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "entenebrezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "entenebrezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "entenebreca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "entenebrecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "entenebreca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "entenebrecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "entenebrecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "entenebrecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entenebreciera" ; "entenebreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entenebrecieras" ; "entenebrecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entenebreciera" ; "entenebreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entenebreciramos" ; "entenebrecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entenebrecierais" ; "entenebrecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entenebrecieran" ; "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) => -} "entenebrecers" ;--# 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) => -} "entenebreceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "entenebrecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "entenebreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "entenebrecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "entenebreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "entenebreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "entenebreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "entenebrecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "entenebrecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "entenebreceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "entenebrecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "entenebreceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "entenebrecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "entenebreceran" ;--# 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 (BeschSpa.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) => -} "enternecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enternecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enternezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enternezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enternezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enternezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enternezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enternezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enterneca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enternecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enterneca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enternecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enternecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enternecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enterneciera" ; "enterneciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enternecieras" ; "enternecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enterneciera" ; "enterneciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enterneciramos" ; "enternecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enternecierais" ; "enternecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enternecieran" ; "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) => -} "enternecers" ;--# 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) => -} "enterneceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enternecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enterneciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enternecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enterneciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enterneciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enterneciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enternecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enternecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enterneceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enternecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enterneceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enternecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enterneceran" ;--# 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 (BeschSpa.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) => -} "entestecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "entestecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "entestezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "entestezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "entestezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "entestezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "entestezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "entestezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "entesteca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "entestecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "entesteca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "entestecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "entestecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "entestecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entesteciera" ; "entesteciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entestecieras" ; "entestecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entesteciera" ; "entesteciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entesteciramos" ; "entestecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entestecierais" ; "entestecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entestecieran" ; "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) => -} "entestecers" ;--# 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) => -} "entesteceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "entestecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "entesteciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "entestecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "entesteciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "entesteciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "entesteciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "entestecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "entestecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "entesteceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "entestecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "entesteceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "entestecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "entesteceran" ;--# 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 (BeschSpa.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) => -} "entontecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "entontecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "entontezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "entontezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "entontezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "entontezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "entontezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "entontezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "entonteca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "entontecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "entonteca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "entontecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "entontecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "entontecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entonteciera" ; "entonteciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entontecieras" ; "entontecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entonteciera" ; "entonteciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entonteciramos" ; "entontecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entontecierais" ; "entontecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entontecieran" ; "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) => -} "entontecers" ;--# 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) => -} "entonteceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "entontecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "entonteciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "entontecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "entonteciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "entonteciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "entonteciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "entontecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "entontecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "entonteceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "entontecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "entonteceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "entontecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "entonteceran" ;--# 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 (BeschSpa.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) => -} "entorpecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "entorpecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "entorpezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "entorpezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "entorpezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "entorpezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "entorpezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "entorpezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "entorpeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "entorpecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "entorpeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "entorpecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "entorpecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "entorpecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entorpeciera" ; "entorpeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entorpecieras" ; "entorpecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entorpeciera" ; "entorpeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entorpeciramos" ; "entorpecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entorpecierais" ; "entorpecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entorpecieran" ; "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) => -} "entorpecers" ;--# 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) => -} "entorpeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "entorpecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "entorpeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "entorpecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "entorpeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "entorpeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "entorpeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "entorpecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "entorpecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "entorpeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "entorpecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "entorpeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "entorpecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "entorpeceran" ;--# 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 (BeschSpa.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) => -} "entristecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "entristecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "entristezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "entristezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "entristezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "entristezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "entristezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "entristezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "entristeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "entristecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "entristeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "entristecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "entristecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "entristecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entristeciera" ; "entristeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entristecieras" ; "entristecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entristeciera" ; "entristeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entristeciramos" ; "entristecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entristecierais" ; "entristecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entristecieran" ; "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) => -} "entristecers" ;--# 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) => -} "entristeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "entristecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "entristeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "entristecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "entristeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "entristeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "entristeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "entristecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "entristecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "entristeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "entristecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "entristeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "entristecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "entristeceran" ;--# 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 (BeschSpa.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) => -} "entullecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "entullecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "entullezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "entullezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "entullezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "entullezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "entullezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "entullezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "entulleca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "entullecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "entulleca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "entullecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "entullecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "entullecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entulleciera" ; "entulleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entullecieras" ; "entullecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entulleciera" ; "entulleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entulleciramos" ; "entullecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entullecierais" ; "entullecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entullecieran" ; "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) => -} "entullecers" ;--# 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) => -} "entulleceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "entullecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "entulleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "entullecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "entulleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "entulleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "entulleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "entullecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "entullecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "entulleceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "entullecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "entulleceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "entullecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "entulleceran" ;--# 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 (BeschSpa.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) => -} "entumecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "entumecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "entumezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "entumezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "entumezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "entumezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "entumezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "entumezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "entumeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "entumecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "entumeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "entumecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "entumecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "entumecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entumeciera" ; "entumeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entumecieras" ; "entumecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entumeciera" ; "entumeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entumeciramos" ; "entumecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entumecierais" ; "entumecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entumecieran" ; "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) => -} "entumecers" ;--# 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) => -} "entumeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "entumecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "entumeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "entumecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "entumeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "entumeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "entumeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "entumecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "entumecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "entumeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "entumecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "entumeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "entumecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "entumeceran" ;--# 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 (BeschSpa.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) => -} "envaguecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "envaguecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "envaguezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "envaguezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "envaguezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "envaguezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "envaguezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "envaguezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "envagueca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "envaguecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "envagueca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "envaguecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "envaguecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "envaguecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"envagueciera" ; "envagueciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"envaguecieras" ; "envaguecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"envagueciera" ; "envagueciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"envagueciramos" ; "envaguecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"envaguecierais" ; "envaguecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"envaguecieran" ; "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) => -} "envaguecers" ;--# 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) => -} "envagueceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "envaguecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "envagueciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "envaguecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "envagueciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "envagueciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "envagueciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "envaguecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "envaguecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "envagueceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "envaguecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "envagueceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "envaguecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "envagueceran" ;--# 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 (BeschSpa.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) => -} "envanecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "envanecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "envanezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "envanezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "envanezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "envanezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "envanezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "envanezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "envaneca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "envanecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "envaneca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "envanecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "envanecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "envanecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"envaneciera" ; "envaneciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"envanecieras" ; "envanecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"envaneciera" ; "envaneciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"envaneciramos" ; "envanecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"envanecierais" ; "envanecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"envanecieran" ; "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) => -} "envanecers" ;--# 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) => -} "envaneceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "envanecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "envaneciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "envanecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "envaneciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "envaneciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "envaneciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "envanecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "envanecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "envaneceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "envanecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "envaneceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "envanecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "envaneceran" ;--# 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 (BeschSpa.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) => -} "envejecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "envejecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "envejezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "envejezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "envejezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "envejezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "envejezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "envejezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "envejeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "envejecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "envejeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "envejecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "envejecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "envejecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"envejeciera" ; "envejeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"envejecieras" ; "envejecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"envejeciera" ; "envejeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"envejeciramos" ; "envejecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"envejecierais" ; "envejecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"envejecieran" ; "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) => -} "envejecers" ;--# 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) => -} "envejeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "envejecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "envejeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "envejecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "envejeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "envejeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "envejeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "envejecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "envejecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "envejeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "envejecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "envejeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "envejecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "envejeceran" ;--# 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 (BeschSpa.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) => -} "enverdecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enverdecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enverdezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enverdezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enverdezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enverdezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enverdezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enverdezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enverdeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enverdecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enverdeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enverdecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enverdecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enverdecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enverdeciera" ; "enverdeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enverdecieras" ; "enverdecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enverdeciera" ; "enverdeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enverdeciramos" ; "enverdecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enverdecierais" ; "enverdecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enverdecieran" ; "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) => -} "enverdecers" ;--# 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) => -} "enverdeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enverdecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enverdeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enverdecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enverdeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enverdeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enverdeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enverdecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enverdecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enverdeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enverdecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enverdeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enverdecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enverdeceran" ;--# 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 (BeschSpa.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) => -} "enzurdecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enzurdecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enzurdezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enzurdezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enzurdezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enzurdezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enzurdezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enzurdezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enzurdeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enzurdecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enzurdeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enzurdecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enzurdecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enzurdecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enzurdeciera" ; "enzurdeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enzurdecieras" ; "enzurdecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enzurdeciera" ; "enzurdeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enzurdeciramos" ; "enzurdecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enzurdecierais" ; "enzurdecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enzurdecieran" ; "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) => -} "enzurdecers" ;--# 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) => -} "enzurdeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enzurdecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enzurdeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enzurdecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enzurdeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enzurdeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enzurdeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enzurdecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enzurdecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enzurdeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enzurdecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enzurdeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enzurdecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enzurdeceran" ;--# 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 (BeschSpa.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) => -} "escaecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "escaecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "escaezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "escaezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "escaezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "escaezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "escaezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "escaezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "escaeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "escaecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "escaeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "escaecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "escaecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "escaecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"escaeciera" ; "escaeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"escaecieras" ; "escaecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"escaeciera" ; "escaeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"escaeciramos" ; "escaecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"escaecierais" ; "escaecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"escaecieran" ; "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) => -} "escaecers" ;--# 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) => -} "escaeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "escaecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "escaeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "escaecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "escaeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "escaeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "escaeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "escaecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "escaecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "escaeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "escaecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "escaeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "escaecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "escaeceran" ;--# 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 (BeschSpa.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) => -} "escarnecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "escarnecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "escarnezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "escarnezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "escarnezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "escarnezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "escarnezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "escarnezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "escarneca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "escarnecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "escarneca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "escarnecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "escarnecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "escarnecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"escarneciera" ; "escarneciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"escarnecieras" ; "escarnecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"escarneciera" ; "escarneciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"escarneciramos" ; "escarnecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"escarnecierais" ; "escarnecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"escarnecieran" ; "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) => -} "escarnecers" ;--# 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) => -} "escarneceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "escarnecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "escarneciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "escarnecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "escarneciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "escarneciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "escarneciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "escarnecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "escarnecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "escarneceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "escarnecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "escarneceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "escarnecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "escarneceran" ;--# 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 (BeschSpa.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) => -} "esclarecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "esclarecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "esclarezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "esclarezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "esclarezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "esclarezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "esclarezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "esclarezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "esclareca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "esclarecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "esclareca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "esclarecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "esclarecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "esclarecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"esclareciera" ; "esclareciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"esclarecieras" ; "esclarecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"esclareciera" ; "esclareciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"esclareciramos" ; "esclarecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"esclarecierais" ; "esclarecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"esclarecieran" ; "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) => -} "esclarecers" ;--# 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) => -} "esclareceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "esclarecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "esclareciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "esclarecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "esclareciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "esclareciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "esclareciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "esclarecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "esclarecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "esclareceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "esclarecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "esclareceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "esclarecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "esclareceran" ;--# 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 (BeschSpa.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) => -} "esmorecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "esmorecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "esmorezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "esmorezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "esmorezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "esmorezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "esmorezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "esmorezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "esmoreca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "esmorecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "esmoreca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "esmorecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "esmorecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "esmorecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"esmoreciera" ; "esmoreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"esmorecieras" ; "esmorecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"esmoreciera" ; "esmoreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"esmoreciramos" ; "esmorecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"esmorecierais" ; "esmorecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"esmorecieran" ; "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) => -} "esmorecers" ;--# 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) => -} "esmoreceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "esmorecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "esmoreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "esmorecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "esmoreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "esmoreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "esmoreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "esmorecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "esmorecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "esmoreceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "esmorecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "esmoreceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "esmorecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "esmoreceran" ;--# 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 (BeschSpa.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) => -} "establecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "establecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "establezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "establezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "establezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "establezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "establezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "establezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "estableca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "establecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "estableca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "establecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "establecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "establecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"estableciera" ; "estableciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"establecieras" ; "establecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"estableciera" ; "estableciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"estableciramos" ; "establecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"establecierais" ; "establecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"establecieran" ; "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) => -} "establecers" ;--# 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) => -} "estableceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "establecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "estableciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "establecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "estableciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "estableciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "estableciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "establecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "establecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "estableceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "establecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "estableceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "establecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "estableceran" ;--# 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 (BeschSpa.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) => -} "estremecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "estremecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "estremezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "estremezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "estremezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "estremezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "estremezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "estremezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "estremeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "estremecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "estremeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "estremecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "estremecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "estremecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"estremeciera" ; "estremeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"estremecieras" ; "estremecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"estremeciera" ; "estremeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"estremeciramos" ; "estremecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"estremecierais" ; "estremecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"estremecieran" ; "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) => -} "estremecers" ;--# 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) => -} "estremeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "estremecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "estremeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "estremecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "estremeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "estremeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "estremeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "estremecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "estremecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "estremeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "estremecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "estremeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "estremecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "estremeceran" ;--# 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 (BeschSpa.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) => -} "evanecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "evanecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "evanezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "evanezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "evanezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "evanezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "evanezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "evanezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "evaneca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "evanecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "evaneca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "evanecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "evanecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "evanecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"evaneciera" ; "evaneciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"evanecieras" ; "evanecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"evaneciera" ; "evaneciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"evaneciramos" ; "evanecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"evanecierais" ; "evanecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"evanecieran" ; "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) => -} "evanecers" ;--# 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) => -} "evaneceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "evanecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "evaneciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "evanecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "evaneciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "evaneciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "evaneciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "evanecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "evanecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "evaneceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "evanecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "evaneceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "evanecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "evaneceran" ;--# 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 (BeschSpa.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) => -} "evanescis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "evanescen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "evaneszca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "evaneszcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "evaneszca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "evaneszcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "evaneszcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "evaneszcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "evanesca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "evanescas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "evanesca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "evanescamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "evanescais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "evanescan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"evanesciera" ; "evanesciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"evanescieras" ; "evanescieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"evanesciera" ; "evanesciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"evanesciramos" ; "evanescisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"evanescierais" ; "evanescieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"evanescieran" ; "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) => -} "evanescers" ;--# 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) => -} "evanesceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "evanescern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "evanesciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "evanescieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "evanesciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "evanesciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "evanesciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "evanescieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "evanescera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "evanesceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "evanescera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "evanesceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "evanescerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "evanesceran" ;--# 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 (BeschSpa.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) => -} "excandecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "excandecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "excandezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "excandezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "excandezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "excandezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "excandezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "excandezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "excandeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "excandecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "excandeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "excandecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "excandecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "excandecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"excandeciera" ; "excandeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"excandecieras" ; "excandecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"excandeciera" ; "excandeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"excandeciramos" ; "excandecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"excandecierais" ; "excandecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"excandecieran" ; "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) => -} "excandecers" ;--# 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) => -} "excandeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "excandecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "excandeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "excandecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "excandeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "excandeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "excandeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "excandecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "excandecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "excandeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "excandecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "excandeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "excandecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "excandeceran" ;--# 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 (BeschSpa.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) => -} "fallecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "fallecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "fallezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "fallezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "fallezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "fallezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "fallezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "fallezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "falleca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "fallecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "falleca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "fallecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "fallecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "fallecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"falleciera" ; "falleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fallecieras" ; "fallecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"falleciera" ; "falleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"falleciramos" ; "fallecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fallecierais" ; "fallecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fallecieran" ; "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) => -} "fallecers" ;--# 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) => -} "falleceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "fallecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "falleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "fallecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "falleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "falleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "falleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "fallecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "fallecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "falleceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "fallecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "falleceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "fallecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "falleceran" ;--# 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 (BeschSpa.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) => -} "favorecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "favorecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "favorezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "favorezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "favorezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "favorezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "favorezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "favorezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "favoreca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "favorecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "favoreca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "favorecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "favorecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "favorecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"favoreciera" ; "favoreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"favorecieras" ; "favorecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"favoreciera" ; "favoreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"favoreciramos" ; "favorecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"favorecierais" ; "favorecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"favorecieran" ; "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) => -} "favorecers" ;--# 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) => -} "favoreceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "favorecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "favoreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "favorecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "favoreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "favoreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "favoreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "favorecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "favorecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "favoreceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "favorecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "favoreceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "favorecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "favoreceran" ;--# 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 (BeschSpa.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) => -} "fenecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "fenecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "fenezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "fenezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "fenezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "fenezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "fenezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "fenezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "feneca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "fenecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "feneca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "fenecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "fenecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "fenecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"feneciera" ; "feneciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fenecieras" ; "fenecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"feneciera" ; "feneciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"feneciramos" ; "fenecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fenecierais" ; "fenecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fenecieran" ; "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) => -} "fenecers" ;--# 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) => -} "feneceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "fenecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "feneciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "fenecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "feneciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "feneciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "feneciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "fenecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "fenecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "feneceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "fenecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "feneceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "fenecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "feneceran" ;--# 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 (BeschSpa.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) => -} "florecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "florecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "florezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "florezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "florezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "florezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "florezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "florezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "floreca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "florecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "floreca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "florecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "florecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "florecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"floreciera" ; "floreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"florecieras" ; "florecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"floreciera" ; "floreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"floreciramos" ; "florecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"florecierais" ; "florecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"florecieran" ; "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) => -} "florecers" ;--# 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) => -} "floreceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "florecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "floreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "florecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "floreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "floreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "floreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "florecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "florecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "floreceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "florecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "floreceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "florecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "floreceran" ;--# 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 (BeschSpa.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) => -} "fortalecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "fortalecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "fortalezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "fortalezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "fortalezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "fortalezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "fortalezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "fortalezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "fortaleca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "fortalecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "fortaleca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "fortalecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "fortalecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "fortalecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"fortaleciera" ; "fortaleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fortalecieras" ; "fortalecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fortaleciera" ; "fortaleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"fortaleciramos" ; "fortalecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fortalecierais" ; "fortalecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fortalecieran" ; "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) => -} "fortalecers" ;--# 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) => -} "fortaleceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "fortalecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "fortaleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "fortalecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "fortaleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "fortaleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "fortaleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "fortalecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "fortalecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "fortaleceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "fortalecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "fortaleceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "fortalecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "fortaleceran" ;--# 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 (BeschSpa.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) => -} "fosforecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "fosforecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "fosforezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "fosforezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "fosforezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "fosforezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "fosforezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "fosforezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "fosforeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "fosforecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "fosforeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "fosforecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "fosforecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "fosforecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"fosforeciera" ; "fosforeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fosforecieras" ; "fosforecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fosforeciera" ; "fosforeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"fosforeciramos" ; "fosforecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fosforecierais" ; "fosforecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fosforecieran" ; "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) => -} "fosforecers" ;--# 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) => -} "fosforeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "fosforecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "fosforeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "fosforecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "fosforeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "fosforeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "fosforeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "fosforecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "fosforecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "fosforeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "fosforecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "fosforeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "fosforecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "fosforeceran" ;--# 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 (BeschSpa.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) => -} "fosforescis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "fosforescen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "fosforeszca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "fosforeszcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "fosforeszca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "fosforeszcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "fosforeszcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "fosforeszcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "fosforesca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "fosforescas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "fosforesca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "fosforescamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "fosforescais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "fosforescan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"fosforesciera" ; "fosforesciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fosforescieras" ; "fosforescieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fosforesciera" ; "fosforesciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"fosforesciramos" ; "fosforescisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fosforescierais" ; "fosforescieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fosforescieran" ; "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) => -} "fosforescers" ;--# 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) => -} "fosforesceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "fosforescern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "fosforesciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "fosforescieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "fosforesciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "fosforesciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "fosforesciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "fosforescieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "fosforescera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "fosforesceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "fosforescera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "fosforesceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "fosforescerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "fosforesceran" ;--# 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 (BeschSpa.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) => -} "frutecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "frutecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "frutezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "frutezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "frutezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "frutezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "frutezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "frutezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "fruteca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "frutecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "fruteca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "frutecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "frutecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "frutecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"fruteciera" ; "fruteciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"frutecieras" ; "frutecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fruteciera" ; "fruteciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"fruteciramos" ; "frutecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"frutecierais" ; "frutecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"frutecieran" ; "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) => -} "frutecers" ;--# 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) => -} "fruteceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "frutecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "fruteciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "frutecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "fruteciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "fruteciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "fruteciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "frutecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "frutecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "fruteceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "frutecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "fruteceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "frutecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "fruteceran" ;--# 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 (BeschSpa.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) => -} "guarecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "guarecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "guarezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "guarezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "guarezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "guarezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "guarezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "guarezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "guareca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "guarecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "guareca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "guarecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "guarecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "guarecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"guareciera" ; "guareciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"guarecieras" ; "guarecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"guareciera" ; "guareciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"guareciramos" ; "guarecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"guarecierais" ; "guarecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"guarecieran" ; "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) => -} "guarecers" ;--# 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) => -} "guareceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "guarecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "guareciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "guarecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "guareciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "guareciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "guareciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "guarecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "guarecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "guareceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "guarecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "guareceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "guarecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "guareceran" ;--# 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 (BeschSpa.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) => -} "guarnecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "guarnecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "guarnezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "guarnezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "guarnezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "guarnezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "guarnezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "guarnezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "guarneca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "guarnecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "guarneca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "guarnecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "guarnecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "guarnecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"guarneciera" ; "guarneciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"guarnecieras" ; "guarnecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"guarneciera" ; "guarneciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"guarneciramos" ; "guarnecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"guarnecierais" ; "guarnecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"guarnecieran" ; "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) => -} "guarnecers" ;--# 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) => -} "guarneceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "guarnecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "guarneciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "guarnecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "guarneciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "guarneciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "guarneciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "guarnecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "guarnecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "guarneceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "guarnecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "guarneceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "guarnecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "guarneceran" ;--# 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 (BeschSpa.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) => -} "herbecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "herbecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "herbezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "herbezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "herbezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "herbezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "herbezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "herbezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "herbeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "herbecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "herbeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "herbecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "herbecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "herbecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"herbeciera" ; "herbeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"herbecieras" ; "herbecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"herbeciera" ; "herbeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"herbeciramos" ; "herbecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"herbecierais" ; "herbecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"herbecieran" ; "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) => -} "herbecers" ;--# 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) => -} "herbeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "herbecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "herbeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "herbecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "herbeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "herbeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "herbeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "herbecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "herbecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "herbeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "herbecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "herbeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "herbecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "herbeceran" ;--# 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 (BeschSpa.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) => -} "hermanecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "hermanecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "hermanezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "hermanezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "hermanezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "hermanezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "hermanezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "hermanezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "hermaneca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "hermanecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "hermaneca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "hermanecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "hermanecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "hermanecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"hermaneciera" ; "hermaneciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"hermanecieras" ; "hermanecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"hermaneciera" ; "hermaneciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"hermaneciramos" ; "hermanecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"hermanecierais" ; "hermanecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"hermanecieran" ; "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) => -} "hermanecers" ;--# 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) => -} "hermaneceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "hermanecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "hermaneciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "hermanecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "hermaneciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "hermaneciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "hermaneciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "hermanecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "hermanecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "hermaneceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "hermanecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "hermaneceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "hermanecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "hermaneceran" ;--# 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 (BeschSpa.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) => -} "humedecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "humedecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "humedezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "humedezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "humedezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "humedezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "humedezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "humedezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "humedeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "humedecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "humedeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "humedecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "humedecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "humedecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"humedeciera" ; "humedeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"humedecieras" ; "humedecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"humedeciera" ; "humedeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"humedeciramos" ; "humedecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"humedecierais" ; "humedecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"humedecieran" ; "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) => -} "humedecers" ;--# 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) => -} "humedeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "humedecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "humedeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "humedecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "humedeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "humedeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "humedeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "humedecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "humedecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "humedeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "humedecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "humedeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "humedecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "humedeceran" ;--# 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 (BeschSpa.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) => -} "languidecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "languidecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "languidezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "languidezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "languidezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "languidezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "languidezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "languidezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "languideca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "languidecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "languideca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "languidecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "languidecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "languidecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"languideciera" ; "languideciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"languidecieras" ; "languidecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"languideciera" ; "languideciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"languideciramos" ; "languidecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"languidecierais" ; "languidecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"languidecieran" ; "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) => -} "languidecers" ;--# 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) => -} "languideceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "languidecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "languideciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "languidecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "languideciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "languideciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "languideciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "languidecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "languidecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "languideceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "languidecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "languideceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "languidecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "languideceran" ;--# 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 (BeschSpa.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) => -} "lividecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "lividecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "lividezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "lividezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "lividezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "lividezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "lividezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "lividezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "livideca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "lividecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "livideca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "lividecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "lividecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "lividecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"livideciera" ; "livideciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"lividecieras" ; "lividecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"livideciera" ; "livideciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"livideciramos" ; "lividecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"lividecierais" ; "lividecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"lividecieran" ; "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) => -} "lividecers" ;--# 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) => -} "livideceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "lividecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "livideciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "lividecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "livideciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "livideciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "livideciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "lividecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "lividecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "livideceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "lividecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "livideceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "lividecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "livideceran" ;--# 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 (BeschSpa.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) => -} "lobreguecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "lobreguecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "lobreguezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "lobreguezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "lobreguezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "lobreguezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "lobreguezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "lobreguezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "lobregueca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "lobreguecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "lobregueca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "lobreguecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "lobreguecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "lobreguecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"lobregueciera" ; "lobregueciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"lobreguecieras" ; "lobreguecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"lobregueciera" ; "lobregueciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"lobregueciramos" ; "lobreguecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"lobreguecierais" ; "lobreguecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"lobreguecieran" ; "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) => -} "lobreguecers" ;--# 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) => -} "lobregueceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "lobreguecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "lobregueciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "lobreguecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "lobregueciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "lobregueciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "lobregueciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "lobreguecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "lobreguecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "lobregueceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "lobreguecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "lobregueceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "lobreguecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "lobregueceran" ;--# 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 (BeschSpa.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) => -} "merecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "merecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "merezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "merezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "merezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "merezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "merezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "merezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "mereca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "merecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "mereca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "merecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "merecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "merecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"mereciera" ; "mereciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"merecieras" ; "merecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"mereciera" ; "mereciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"mereciramos" ; "merecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"merecierais" ; "merecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"merecieran" ; "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) => -} "merecers" ;--# 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) => -} "mereceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "merecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "mereciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "merecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "mereciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "mereciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "mereciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "merecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "merecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "mereceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "merecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "mereceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "merecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "mereceran" ;--# 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 (BeschSpa.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) => -} "mohecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "mohecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "mohezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "mohezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "mohezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "mohezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "mohezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "mohezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "moheca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "mohecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "moheca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "mohecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "mohecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "mohecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"moheciera" ; "moheciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"mohecieras" ; "mohecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"moheciera" ; "moheciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"moheciramos" ; "mohecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"mohecierais" ; "mohecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"mohecieran" ; "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) => -} "mohecers" ;--# 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) => -} "moheceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "mohecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "moheciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "mohecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "moheciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "moheciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "moheciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "mohecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "mohecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "moheceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "mohecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "moheceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "mohecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "moheceran" ;--# 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 (BeschSpa.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) => -} "nacis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "nacen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "nazca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "nazcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "nazca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "nazcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "nazcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "nazcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "naca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "nacas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "naca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "nacamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "nacais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "nacan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"naciera" ; "naciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"nacieras" ; "nacieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"naciera" ; "naciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"naciramos" ; "nacisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"nacierais" ; "nacieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"nacieran" ; "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) => -} "nacers" ;--# 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) => -} "naceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "nacern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "naciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "nacieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "naciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "naciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "naciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "nacieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "nacera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "naceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "nacera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "naceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "nacerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "naceran" ;--# 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 (BeschSpa.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) => -} "negrecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "negrecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "negrezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "negrezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "negrezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "negrezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "negrezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "negrezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "negreca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "negrecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "negreca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "negrecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "negrecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "negrecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"negreciera" ; "negreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"negrecieras" ; "negrecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"negreciera" ; "negreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"negreciramos" ; "negrecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"negrecierais" ; "negrecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"negrecieran" ; "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) => -} "negrecers" ;--# 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) => -} "negreceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "negrecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "negreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "negrecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "negreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "negreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "negreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "negrecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "negrecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "negreceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "negrecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "negreceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "negrecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "negreceran" ;--# 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 (BeschSpa.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) => -} "obedecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "obedecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "obedezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "obedezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "obedezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "obedezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "obedezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "obedezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "obedeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "obedecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "obedeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "obedecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "obedecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "obedecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"obedeciera" ; "obedeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"obedecieras" ; "obedecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"obedeciera" ; "obedeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"obedeciramos" ; "obedecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"obedecierais" ; "obedecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"obedecieran" ; "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) => -} "obedecers" ;--# 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) => -} "obedeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "obedecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "obedeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "obedecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "obedeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "obedeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "obedeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "obedecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "obedecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "obedeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "obedecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "obedeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "obedecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "obedeceran" ;--# 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 (BeschSpa.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) => -} "obscurecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "obscurecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "obscurezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "obscurezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "obscurezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "obscurezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "obscurezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "obscurezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "obscureca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "obscurecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "obscureca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "obscurecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "obscurecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "obscurecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"obscureciera" ; "obscureciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"obscurecieras" ; "obscurecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"obscureciera" ; "obscureciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"obscureciramos" ; "obscurecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"obscurecierais" ; "obscurecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"obscurecieran" ; "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) => -} "obscurecers" ;--# 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) => -} "obscureceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "obscurecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "obscureciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "obscurecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "obscureciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "obscureciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "obscureciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "obscurecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "obscurecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "obscureceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "obscurecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "obscureceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "obscurecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "obscureceran" ;--# 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 (BeschSpa.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) => -} "ofrecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ofrecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ofrezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ofrezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ofrezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "ofrezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "ofrezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "ofrezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "ofreca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "ofrecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "ofreca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "ofrecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "ofrecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "ofrecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ofreciera" ; "ofreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ofrecieras" ; "ofrecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ofreciera" ; "ofreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ofreciramos" ; "ofrecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ofrecierais" ; "ofrecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ofrecieran" ; "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) => -} "ofrecers" ;--# 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) => -} "ofreceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "ofrecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "ofreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "ofrecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "ofreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "ofreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "ofreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "ofrecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "ofrecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "ofreceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "ofrecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "ofreceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "ofrecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "ofreceran" ;--# 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 (BeschSpa.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) => -} "oscurecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "oscurecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "oscurezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "oscurezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "oscurezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "oscurezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "oscurezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "oscurezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "oscureca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "oscurecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "oscureca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "oscurecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "oscurecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "oscurecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"oscureciera" ; "oscureciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"oscurecieras" ; "oscurecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"oscureciera" ; "oscureciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"oscureciramos" ; "oscurecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"oscurecierais" ; "oscurecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"oscurecieran" ; "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) => -} "oscurecers" ;--# 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) => -} "oscureceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "oscurecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "oscureciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "oscurecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "oscureciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "oscureciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "oscureciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "oscurecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "oscurecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "oscureceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "oscurecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "oscureceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "oscurecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "oscureceran" ;--# 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 (BeschSpa.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) => -} "pacis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "pacen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "pazca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "pazcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "pazca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "pazcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "pazcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "pazcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "paca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "pacas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "paca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "pacamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "pacais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "pacan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"paciera" ; "paciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"pacieras" ; "pacieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"paciera" ; "paciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"paciramos" ; "pacisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"pacierais" ; "pacieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"pacieran" ; "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) => -} "pacers" ;--# 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) => -} "paceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "pacern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "paciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "pacieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "paciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "paciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "paciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "pacieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "pacera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "paceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "pacera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "paceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "pacerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "paceran" ;--# 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 (BeschSpa.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) => -} "padecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "padecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "padezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "padezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "padezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "padezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "padezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "padezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "padeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "padecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "padeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "padecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "padecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "padecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"padeciera" ; "padeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"padecieras" ; "padecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"padeciera" ; "padeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"padeciramos" ; "padecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"padecierais" ; "padecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"padecieran" ; "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) => -} "padecers" ;--# 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) => -} "padeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "padecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "padeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "padecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "padeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "padeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "padeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "padecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "padecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "padeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "padecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "padeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "padecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "padeceran" ;--# 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 (BeschSpa.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) => -} "palidecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "palidecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "palidezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "palidezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "palidezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "palidezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "palidezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "palidezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "palideca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "palidecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "palideca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "palidecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "palidecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "palidecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"palideciera" ; "palideciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"palidecieras" ; "palidecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"palideciera" ; "palideciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"palideciramos" ; "palidecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"palidecierais" ; "palidecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"palidecieran" ; "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) => -} "palidecers" ;--# 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) => -} "palideceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "palidecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "palideciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "palidecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "palideciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "palideciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "palideciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "palidecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "palidecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "palideceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "palidecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "palideceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "palidecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "palideceran" ;--# 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 (BeschSpa.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) => -} "parecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "parecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "parezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "parezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "parezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "parezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "parezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "parezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "pareca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "parecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "pareca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "parecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "parecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "parecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"pareciera" ; "pareciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"parecieras" ; "parecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"pareciera" ; "pareciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"pareciramos" ; "parecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"parecierais" ; "parecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"parecieran" ; "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) => -} "parecers" ;--# 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) => -} "pareceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "parecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "pareciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "parecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "pareciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "pareciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "pareciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "parecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "parecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "pareceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "parecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "pareceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "parecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "pareceran" ;--# 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 (BeschSpa.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) => -} "perecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "perecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "perezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "perezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "perezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "perezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "perezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "perezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "pereca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "perecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "pereca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "perecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "perecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "perecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"pereciera" ; "pereciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"perecieras" ; "perecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"pereciera" ; "pereciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"pereciramos" ; "perecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"perecierais" ; "perecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"perecieran" ; "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) => -} "perecers" ;--# 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) => -} "pereceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "perecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "pereciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "perecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "pereciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "pereciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "pereciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "perecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "perecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "pereceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "perecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "pereceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "perecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "pereceran" ;--# 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 (BeschSpa.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) => -} "permanecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "permanecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "permanezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "permanezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "permanezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "permanezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "permanezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "permanezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "permaneca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "permanecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "permaneca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "permanecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "permanecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "permanecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"permaneciera" ; "permaneciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"permanecieras" ; "permanecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"permaneciera" ; "permaneciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"permaneciramos" ; "permanecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"permanecierais" ; "permanecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"permanecieran" ; "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) => -} "permanecers" ;--# 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) => -} "permaneceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "permanecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "permaneciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "permanecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "permaneciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "permaneciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "permaneciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "permanecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "permanecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "permaneceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "permanecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "permaneceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "permanecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "permaneceran" ;--# 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 (BeschSpa.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) => -} "pertenecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "pertenecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "pertenezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "pertenezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "pertenezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "pertenezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "pertenezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "pertenezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "perteneca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "pertenecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "perteneca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "pertenecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "pertenecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "pertenecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"perteneciera" ; "perteneciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"pertenecieras" ; "pertenecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"perteneciera" ; "perteneciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"perteneciramos" ; "pertenecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"pertenecierais" ; "pertenecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"pertenecieran" ; "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) => -} "pertenecers" ;--# 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) => -} "perteneceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "pertenecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "perteneciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "pertenecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "perteneciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "perteneciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "perteneciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "pertenecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "pertenecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "perteneceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "pertenecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "perteneceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "pertenecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "perteneceran" ;--# 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 (BeschSpa.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) => -} "pimpollecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "pimpollecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "pimpollezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "pimpollezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "pimpollezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "pimpollezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "pimpollezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "pimpollezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "pimpolleca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "pimpollecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "pimpolleca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "pimpollecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "pimpollecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "pimpollecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"pimpolleciera" ; "pimpolleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"pimpollecieras" ; "pimpollecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"pimpolleciera" ; "pimpolleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"pimpolleciramos" ; "pimpollecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"pimpollecierais" ; "pimpollecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"pimpollecieran" ; "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) => -} "pimpollecers" ;--# 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) => -} "pimpolleceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "pimpollecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "pimpolleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "pimpollecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "pimpolleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "pimpolleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "pimpolleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "pimpollecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "pimpollecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "pimpolleceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "pimpollecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "pimpolleceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "pimpollecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "pimpolleceran" ;--# 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 (BeschSpa.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) => -} "plastecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "plastecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "plastezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "plastezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "plastezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "plastezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "plastezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "plastezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "plasteca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "plastecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "plasteca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "plastecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "plastecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "plastecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"plasteciera" ; "plasteciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"plastecieras" ; "plastecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"plasteciera" ; "plasteciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"plasteciramos" ; "plastecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"plastecierais" ; "plastecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"plastecieran" ; "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) => -} "plastecers" ;--# 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) => -} "plasteceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "plastecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "plasteciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "plastecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "plasteciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "plasteciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "plasteciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "plastecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "plastecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "plasteceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "plastecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "plasteceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "plastecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "plasteceran" ;--# 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 (BeschSpa.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) => -} "preestablecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "preestablecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "preestablezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "preestablezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "preestablezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "preestablezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "preestablezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "preestablezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "preestableca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "preestablecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "preestableca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "preestablecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "preestablecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "preestablecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"preestableciera" ; "preestableciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"preestablecieras" ; "preestablecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"preestableciera" ; "preestableciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"preestableciramos" ; "preestablecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"preestablecierais" ; "preestablecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"preestablecieran" ; "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) => -} "preestablecers" ;--# 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) => -} "preestableceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "preestablecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "preestableciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "preestablecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "preestableciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "preestableciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "preestableciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "preestablecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "preestablecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "preestableceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "preestablecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "preestableceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "preestablecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "preestableceran" ;--# 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 (BeschSpa.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) => -} "prevalecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "prevalecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "prevalezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "prevalezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "prevalezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "prevalezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "prevalezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "prevalezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "prevaleca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "prevalecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "prevaleca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "prevalecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "prevalecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "prevalecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"prevaleciera" ; "prevaleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"prevalecieras" ; "prevalecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"prevaleciera" ; "prevaleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"prevaleciramos" ; "prevalecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"prevalecierais" ; "prevalecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"prevalecieran" ; "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) => -} "prevalecers" ;--# 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) => -} "prevaleceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "prevalecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "prevaleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "prevalecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "prevaleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "prevaleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "prevaleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "prevalecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "prevalecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "prevaleceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "prevalecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "prevaleceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "prevalecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "prevaleceran" ;--# 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 (BeschSpa.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) => -} "reaparecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reaparecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reaparezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reaparezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reaparezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reaparezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reaparezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "reaparezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reapareca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reaparecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reapareca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reaparecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reaparecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reaparecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reapareciera" ; "reapareciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reaparecieras" ; "reaparecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reapareciera" ; "reapareciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reapareciramos" ; "reaparecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reaparecierais" ; "reaparecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reaparecieran" ; "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) => -} "reaparecers" ;--# 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) => -} "reapareceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reaparecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reapareciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "reaparecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reapareciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reapareciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reapareciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "reaparecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reaparecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reapareceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reaparecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reapareceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reaparecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reapareceran" ;--# 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 (BeschSpa.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) => -} "reblandecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reblandecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reblandezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reblandezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reblandezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reblandezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reblandezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "reblandezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reblandeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reblandecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reblandeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reblandecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reblandecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reblandecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reblandeciera" ; "reblandeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reblandecieras" ; "reblandecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reblandeciera" ; "reblandeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reblandeciramos" ; "reblandecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reblandecierais" ; "reblandecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reblandecieran" ; "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) => -} "reblandecers" ;--# 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) => -} "reblandeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reblandecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reblandeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "reblandecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reblandeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reblandeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reblandeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "reblandecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reblandecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reblandeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reblandecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reblandeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reblandecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reblandeceran" ;--# 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 (BeschSpa.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) => -} "reconvalecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reconvalecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reconvalezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reconvalezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reconvalezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reconvalezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reconvalezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "reconvalezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reconvaleca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reconvalecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reconvaleca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reconvalecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reconvalecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reconvalecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reconvaleciera" ; "reconvaleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reconvalecieras" ; "reconvalecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reconvaleciera" ; "reconvaleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reconvaleciramos" ; "reconvalecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reconvalecierais" ; "reconvalecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reconvalecieran" ; "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) => -} "reconvalecers" ;--# 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) => -} "reconvaleceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reconvalecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reconvaleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "reconvalecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reconvaleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reconvaleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reconvaleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "reconvalecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reconvalecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reconvaleceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reconvalecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reconvaleceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reconvalecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reconvaleceran" ;--# 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 (BeschSpa.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) => -} "recrecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "recrecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "recrezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "recrezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "recrezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "recrezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "recrezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "recrezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "recreca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "recrecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "recreca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "recrecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "recrecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "recrecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recreciera" ; "recreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recrecieras" ; "recrecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recreciera" ; "recreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recreciramos" ; "recrecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recrecierais" ; "recrecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recrecieran" ; "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) => -} "recrecers" ;--# 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) => -} "recreceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "recrecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "recreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "recrecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "recreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "recreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "recreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "recrecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "recrecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "recreceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "recrecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "recreceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "recrecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "recreceran" ;--# 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 (BeschSpa.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) => -} "recrudecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "recrudecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "recrudezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "recrudezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "recrudezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "recrudezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "recrudezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "recrudezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "recrudeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "recrudecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "recrudeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "recrudecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "recrudecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "recrudecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recrudeciera" ; "recrudeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recrudecieras" ; "recrudecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recrudeciera" ; "recrudeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recrudeciramos" ; "recrudecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recrudecierais" ; "recrudecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recrudecieran" ; "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) => -} "recrudecers" ;--# 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) => -} "recrudeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "recrudecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "recrudeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "recrudecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "recrudeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "recrudeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "recrudeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "recrudecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "recrudecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "recrudeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "recrudecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "recrudeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "recrudecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "recrudeceran" ;--# 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 (BeschSpa.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) => -} "reflorecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reflorecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reflorezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reflorezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reflorezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reflorezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reflorezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "reflorezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "refloreca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reflorecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "refloreca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reflorecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reflorecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reflorecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"refloreciera" ; "refloreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reflorecieras" ; "reflorecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"refloreciera" ; "refloreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"refloreciramos" ; "reflorecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reflorecierais" ; "reflorecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reflorecieran" ; "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) => -} "reflorecers" ;--# 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) => -} "refloreceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reflorecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "refloreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "reflorecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "refloreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "refloreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "refloreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "reflorecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reflorecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "refloreceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reflorecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "refloreceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reflorecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "refloreceran" ;--# 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 (BeschSpa.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) => -} "reguarnecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reguarnecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reguarnezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reguarnezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reguarnezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reguarnezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reguarnezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "reguarnezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reguarneca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reguarnecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reguarneca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reguarnecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reguarnecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reguarnecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reguarneciera" ; "reguarneciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reguarnecieras" ; "reguarnecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reguarneciera" ; "reguarneciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reguarneciramos" ; "reguarnecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reguarnecierais" ; "reguarnecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reguarnecieran" ; "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) => -} "reguarnecers" ;--# 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) => -} "reguarneceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reguarnecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reguarneciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "reguarnecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reguarneciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reguarneciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reguarneciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "reguarnecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reguarnecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reguarneceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reguarnecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reguarneceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reguarnecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reguarneceran" ;--# 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 (BeschSpa.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) => -} "rehumedecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "rehumedecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "rehumedezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "rehumedezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "rehumedezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "rehumedezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "rehumedezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "rehumedezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "rehumedeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "rehumedecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "rehumedeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "rehumedecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "rehumedecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "rehumedecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rehumedeciera" ; "rehumedeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rehumedecieras" ; "rehumedecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rehumedeciera" ; "rehumedeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rehumedeciramos" ; "rehumedecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rehumedecierais" ; "rehumedecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rehumedecieran" ; "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) => -} "rehumedecers" ;--# 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) => -} "rehumedeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "rehumedecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "rehumedeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "rehumedecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "rehumedeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "rehumedeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "rehumedeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "rehumedecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "rehumedecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "rehumedeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "rehumedecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "rehumedeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "rehumedecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "rehumedeceran" ;--# 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 (BeschSpa.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) => -} "rejuvenecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "rejuvenecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "rejuvenezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "rejuvenezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "rejuvenezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "rejuvenezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "rejuvenezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "rejuvenezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "rejuveneca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "rejuvenecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "rejuveneca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "rejuvenecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "rejuvenecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "rejuvenecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rejuveneciera" ; "rejuveneciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rejuvenecieras" ; "rejuvenecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rejuveneciera" ; "rejuveneciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rejuveneciramos" ; "rejuvenecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rejuvenecierais" ; "rejuvenecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rejuvenecieran" ; "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) => -} "rejuvenecers" ;--# 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) => -} "rejuveneceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "rejuvenecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "rejuveneciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "rejuvenecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "rejuveneciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "rejuveneciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "rejuveneciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "rejuvenecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "rejuvenecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "rejuveneceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "rejuvenecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "rejuveneceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "rejuvenecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "rejuveneceran" ;--# 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 (BeschSpa.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) => -} "relentecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "relentecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "relentezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "relentezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "relentezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "relentezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "relentezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "relentezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "relenteca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "relentecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "relenteca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "relentecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "relentecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "relentecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"relenteciera" ; "relenteciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"relentecieras" ; "relentecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"relenteciera" ; "relenteciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"relenteciramos" ; "relentecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"relentecierais" ; "relentecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"relentecieran" ; "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) => -} "relentecers" ;--# 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) => -} "relenteceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "relentecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "relenteciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "relentecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "relenteciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "relenteciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "relenteciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "relentecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "relentecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "relenteceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "relentecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "relenteceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "relentecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "relenteceran" ;--# 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 (BeschSpa.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) => -} "remanecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "remanecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "remanezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "remanezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "remanezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "remanezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "remanezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "remanezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "remaneca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "remanecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "remaneca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "remanecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "remanecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "remanecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"remaneciera" ; "remaneciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"remanecieras" ; "remanecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"remaneciera" ; "remaneciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"remaneciramos" ; "remanecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"remanecierais" ; "remanecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"remanecieran" ; "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) => -} "remanecers" ;--# 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) => -} "remaneceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "remanecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "remaneciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "remanecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "remaneciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "remaneciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "remaneciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "remanecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "remanecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "remaneceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "remanecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "remaneceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "remanecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "remaneceran" ;--# 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 (BeschSpa.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) => -} "renacis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "renacen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "renazca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "renazcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "renazca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "renazcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "renazcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "renazcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "renaca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "renacas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "renaca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "renacamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "renacais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "renacan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"renaciera" ; "renaciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"renacieras" ; "renacieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"renaciera" ; "renaciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"renaciramos" ; "renacisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"renacierais" ; "renacieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"renacieran" ; "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) => -} "renacers" ;--# 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) => -} "renaceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "renacern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "renaciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "renacieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "renaciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "renaciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "renaciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "renacieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "renacera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "renaceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "renacera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "renaceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "renacerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "renaceran" ;--# 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 (BeschSpa.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) => -} "repacis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "repacen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "repazca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "repazcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "repazca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "repazcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "repazcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "repazcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "repaca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "repacas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "repaca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "repacamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "repacais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "repacan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"repaciera" ; "repaciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"repacieras" ; "repacieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"repaciera" ; "repaciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"repaciramos" ; "repacisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"repacierais" ; "repacieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"repacieran" ; "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) => -} "repacers" ;--# 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) => -} "repaceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "repacern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "repaciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "repacieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "repaciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "repaciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "repaciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "repacieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "repacera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "repaceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "repacera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "repaceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "repacerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "repaceran" ;--# 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 (BeschSpa.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) => -} "resplandecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "resplandecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "resplandezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "resplandezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "resplandezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "resplandezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "resplandezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "resplandezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "resplandeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "resplandecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "resplandeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "resplandecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "resplandecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "resplandecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"resplandeciera" ; "resplandeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"resplandecieras" ; "resplandecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"resplandeciera" ; "resplandeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"resplandeciramos" ; "resplandecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"resplandecierais" ; "resplandecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"resplandecieran" ; "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) => -} "resplandecers" ;--# 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) => -} "resplandeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "resplandecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "resplandeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "resplandecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "resplandeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "resplandeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "resplandeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "resplandecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "resplandecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "resplandeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "resplandecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "resplandeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "resplandecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "resplandeceran" ;--# 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 (BeschSpa.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) => -} "restablecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "restablecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "restablezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "restablezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "restablezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "restablezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "restablezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "restablezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "restableca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "restablecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "restableca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "restablecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "restablecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "restablecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"restableciera" ; "restableciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"restablecieras" ; "restablecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"restableciera" ; "restableciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"restableciramos" ; "restablecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"restablecierais" ; "restablecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"restablecieran" ; "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) => -} "restablecers" ;--# 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) => -} "restableceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "restablecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "restableciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "restablecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "restableciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "restableciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "restableciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "restablecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "restablecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "restableceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "restablecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "restableceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "restablecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "restableceran" ;--# 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 (BeschSpa.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) => -} "retallecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "retallecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "retallezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "retallezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "retallezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "retallezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "retallezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "retallezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "retalleca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "retallecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "retalleca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "retallecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "retallecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "retallecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retalleciera" ; "retalleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retallecieras" ; "retallecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retalleciera" ; "retalleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retalleciramos" ; "retallecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retallecierais" ; "retallecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retallecieran" ; "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) => -} "retallecers" ;--# 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) => -} "retalleceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "retallecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "retalleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "retallecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "retalleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "retalleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "retalleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "retallecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "retallecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "retalleceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "retallecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "retalleceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "retallecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "retalleceran" ;--# 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 retoecer_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "retoecer" ; + {- VI Ger => -} "retoeciendo" ; + {- VI Part => -} "retoecido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "retoezco" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "retoeces" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "retoece" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "retoecemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "retoecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "retoecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "retoezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "retoezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "retoezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "retoezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "retoezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "retoezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "retoeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "retoecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "retoeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "retoecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "retoecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "retoecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retoeciera" ; "retoeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retoecieras" ; "retoecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retoeciera" ; "retoeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retoeciramos" ; "retoecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retoecierais" ; "retoecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retoecieran" ; "retoeciesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "retoec" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "retoeciste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "retoeci" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "retoecimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "retoecisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "retoecieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "retoecer" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "retoecers" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "retoecer" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "retoeceremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "retoeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "retoecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "retoeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "retoecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "retoeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "retoeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "retoeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "retoecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "retoecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "retoeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "retoecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "retoeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "retoecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "retoeceran" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "retoece" ; + {- VPB (Imper C.Sg C.P3) => -} "retoezca" ; + {- VPB (Imper C.Pl C.P1) => -} "retoezcamos" ; + {- VPB (Imper C.Pl C.P2) => -} "retoeced" ; + {- VPB (Imper C.Pl C.P3) => -} "retoezcan" ; + {- VPB (Pass C.Sg Masc) => -} "retoecido" ; + {- VPB (Pass C.Sg Fem) => -} "retoecida" ; + {- VPB (Pass C.Pl Masc) => -} "retoecidos" ; + {- VPB (Pass C.Pl Fem) => -} "retoecidas" + ] + } ; + +lin revejecer_V = verboV + {s = table (BeschSpa.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) => -} "revejecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "revejecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "revejezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "revejezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "revejezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "revejezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "revejezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "revejezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "revejeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "revejecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "revejeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "revejecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "revejecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "revejecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"revejeciera" ; "revejeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"revejecieras" ; "revejecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"revejeciera" ; "revejeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"revejeciramos" ; "revejecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"revejecierais" ; "revejecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"revejecieran" ; "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) => -} "revejecers" ;--# 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) => -} "revejeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "revejecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "revejeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "revejecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "revejeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "revejeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "revejeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "revejecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "revejecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "revejeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "revejecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "revejeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "revejecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "revejeceran" ;--# 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 (BeschSpa.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) => -} "reverdecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reverdecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reverdezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reverdezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reverdezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reverdezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reverdezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "reverdezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reverdeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reverdecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reverdeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reverdecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reverdecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reverdecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reverdeciera" ; "reverdeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reverdecieras" ; "reverdecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reverdeciera" ; "reverdeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reverdeciramos" ; "reverdecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reverdecierais" ; "reverdecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reverdecieran" ; "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) => -} "reverdecers" ;--# 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) => -} "reverdeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reverdecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reverdeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "reverdecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reverdeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reverdeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reverdeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "reverdecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reverdecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reverdeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reverdecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reverdeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reverdecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reverdeceran" ;--# 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 (BeschSpa.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) => -} "robustecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "robustecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "robustezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "robustezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "robustezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "robustezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "robustezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "robustezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "robusteca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "robustecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "robusteca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "robustecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "robustecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "robustecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"robusteciera" ; "robusteciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"robustecieras" ; "robustecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"robusteciera" ; "robusteciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"robusteciramos" ; "robustecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"robustecierais" ; "robustecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"robustecieran" ; "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) => -} "robustecers" ;--# 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) => -} "robusteceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "robustecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "robusteciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "robustecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "robusteciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "robusteciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "robusteciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "robustecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "robustecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "robusteceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "robustecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "robusteceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "robustecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "robusteceran" ;--# 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 (BeschSpa.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) => -} "sobrecrecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sobrecrecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sobrecrezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sobrecrezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sobrecrezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sobrecrezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sobrecrezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sobrecrezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sobrecreca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sobrecrecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sobrecreca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sobrecrecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sobrecrecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sobrecrecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobrecreciera" ; "sobrecreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobrecrecieras" ; "sobrecrecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobrecreciera" ; "sobrecreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobrecreciramos" ; "sobrecrecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobrecrecierais" ; "sobrecrecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobrecrecieran" ; "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) => -} "sobrecrecers" ;--# 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) => -} "sobrecreceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sobrecrecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sobrecreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sobrecrecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sobrecreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sobrecreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sobrecreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sobrecrecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sobrecrecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sobrecreceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sobrecrecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sobrecreceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sobrecrecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sobrecreceran" ;--# 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 (BeschSpa.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) => -} "tallecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "tallecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "tallezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "tallezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "tallezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "tallezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "tallezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "tallezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "talleca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "tallecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "talleca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "tallecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "tallecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "tallecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"talleciera" ; "talleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tallecieras" ; "tallecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"talleciera" ; "talleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"talleciramos" ; "tallecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tallecierais" ; "tallecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tallecieran" ; "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) => -} "tallecers" ;--# 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) => -} "talleceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "tallecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "talleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "tallecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "talleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "talleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "talleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "tallecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "tallecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "talleceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "tallecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "talleceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "tallecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "talleceran" ;--# 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 (BeschSpa.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) => -} "tardecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "tardecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "tardezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "tardezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "tardezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "tardezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "tardezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "tardezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "tardeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "tardecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "tardeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "tardecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "tardecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "tardecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tardeciera" ; "tardeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tardecieras" ; "tardecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tardeciera" ; "tardeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tardeciramos" ; "tardecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tardecierais" ; "tardecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tardecieran" ; "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) => -} "tardecers" ;--# 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) => -} "tardeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "tardecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "tardeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "tardecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "tardeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "tardeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "tardeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "tardecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "tardecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "tardeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "tardecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "tardeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "tardecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "tardeceran" ;--# 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 (BeschSpa.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) => -} "trasparecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "trasparecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "trasparezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "trasparezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "trasparezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "trasparezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "trasparezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "trasparezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "traspareca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "trasparecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "traspareca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "trasparecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "trasparecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "trasparecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"traspareciera" ; "traspareciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trasparecieras" ; "trasparecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"traspareciera" ; "traspareciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"traspareciramos" ; "trasparecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trasparecierais" ; "trasparecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trasparecieran" ; "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) => -} "trasparecers" ;--# 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) => -} "traspareceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "trasparecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "traspareciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "trasparecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "traspareciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "traspareciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "traspareciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "trasparecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "trasparecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "traspareceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "trasparecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "traspareceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "trasparecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "traspareceran" ;--# 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 (BeschSpa.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) => -} "tullecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "tullecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "tullezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "tullezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "tullezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "tullezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "tullezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "tullezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "tulleca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "tullecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "tulleca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "tullecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "tullecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "tullecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tulleciera" ; "tulleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tullecieras" ; "tullecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tulleciera" ; "tulleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tulleciramos" ; "tullecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tullecierais" ; "tullecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tullecieran" ; "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) => -} "tullecers" ;--# 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) => -} "tulleceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "tullecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "tulleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "tullecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "tulleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "tulleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "tulleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "tullecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "tullecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "tulleceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "tullecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "tulleceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "tullecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "tulleceran" ;--# 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 (BeschSpa.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) => -} "verdecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "verdecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "verdezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "verdezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "verdezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "verdezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "verdezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "verdezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "verdeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "verdecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "verdeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "verdecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "verdecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "verdecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"verdeciera" ; "verdeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"verdecieras" ; "verdecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"verdeciera" ; "verdeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"verdeciramos" ; "verdecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"verdecierais" ; "verdecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"verdecieran" ; "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) => -} "verdecers" ;--# 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) => -} "verdeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "verdecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "verdeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "verdecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "verdeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "verdeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "verdeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "verdecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "verdecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "verdeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "verdecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "verdeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "verdecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "verdeceran" ;--# 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 (BeschSpa.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) => -} "aplacis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "aplacen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "aplazca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "aplazcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {"aplazca" ; "plegue" ; "plega"} ; + {- VPB (Pres Subj C.Pl C.P1) => -} "aplazcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "aplazcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "aplazcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "aplaca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "aplacas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "aplaca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "aplacamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "aplacais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "aplacan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aplaciera" ; "aplaciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aplacieras" ; "aplacieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aplaciera" ; "aplaciese" ; "pluguiera" ; "pluguiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aplaciramos" ; "aplacisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aplacierais" ; "aplacieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aplacieran" ; "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) => -} "aplacers" ;--# 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) => -} "aplaceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "aplacern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "aplaciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "aplacieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} variants {"aplaciere" ; "pluguiere"} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "aplaciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "aplaciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "aplacieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "aplacera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "aplaceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "aplacera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "aplaceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "aplacerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "aplaceran" ;--# 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 (BeschSpa.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) => -} "complacis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "complacen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "complazca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "complazcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {"complazca" ; "plegue" ; "plega"} ; + {- VPB (Pres Subj C.Pl C.P1) => -} "complazcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "complazcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "complazcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "complaca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "complacas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "complaca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "complacamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "complacais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "complacan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"complaciera" ; "complaciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"complacieras" ; "complacieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"complaciera" ; "complaciese" ; "pluguiera" ; "pluguiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"complaciramos" ; "complacisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"complacierais" ; "complacieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"complacieran" ; "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) => -} "complacers" ;--# 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) => -} "complaceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "complacern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "complaciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "complacieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} variants {"complaciere" ; "pluguiere"} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "complaciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "complaciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "complacieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "complacera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "complaceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "complacera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "complaceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "complacerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "complaceran" ;--# 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 (BeschSpa.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) => -} "desplacis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desplacen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desplazca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desplazcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {"desplazca" ; "plegue" ; "plega"} ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desplazcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desplazcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desplazcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desplaca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desplacas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desplaca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desplacamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desplacais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desplacan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desplaciera" ; "desplaciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desplacieras" ; "desplacieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desplaciera" ; "desplaciese" ; "pluguiera" ; "pluguiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desplaciramos" ; "desplacisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desplacierais" ; "desplacieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desplacieran" ; "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) => -} "desplacers" ;--# 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) => -} "desplaceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desplacern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desplaciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desplacieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} variants {"desplaciere" ; "pluguiere"} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desplaciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desplaciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desplacieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desplacera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desplaceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desplacera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desplaceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desplacerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desplaceran" ;--# 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 (BeschSpa.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) => -} "displacis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "displacen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "displazca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "displazcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {"displazca" ; "plegue" ; "plega"} ; + {- VPB (Pres Subj C.Pl C.P1) => -} "displazcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "displazcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "displazcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "displaca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "displacas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "displaca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "displacamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "displacais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "displacan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"displaciera" ; "displaciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"displacieras" ; "displacieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"displaciera" ; "displaciese" ; "pluguiera" ; "pluguiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"displaciramos" ; "displacisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"displacierais" ; "displacieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"displacieran" ; "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) => -} "displacers" ;--# 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) => -} "displaceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "displacern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "displaciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "displacieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} variants {"displaciere" ; "pluguiere"} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "displaciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "displaciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "displacieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "displacera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "displaceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "displacera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "displaceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "displacerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "displaceran" ;--# 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 (BeschSpa.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) => -} "placis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "placen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "plazca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "plazcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {"plazca" ; "plegue" ; "plega"} ; + {- VPB (Pres Subj C.Pl C.P1) => -} "plazcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "plazcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "plazcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "placa" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "placas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "placa" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "placamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "placais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "placan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"placiera" ; "placiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"placieras" ; "placieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"placiera" ; "placiese" ; "pluguiera" ; "pluguiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"placiramos" ; "placisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"placierais" ; "placieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"placieran" ; "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) => -} "placers" ;--# 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) => -} "placeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "placern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "placiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "placieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} variants {"placiere" ; "pluguiere"} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "placiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "placiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "placieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "placera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "placeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "placera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "placeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "placerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "placeran" ;--# 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 (BeschSpa.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) => -} "translucs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "translucen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "transluzca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "transluzcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "transluzca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "transluzcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "transluzcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "transluzcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "transluca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "translucas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "transluca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "translucamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "translucais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "translucan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"transluciera" ; "transluciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"translucieras" ; "translucieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"transluciera" ; "transluciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"transluciramos" ; "translucisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"translucierais" ; "translucieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"translucieran" ; "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) => -} "translucirs" ;--# 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) => -} "transluciris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "translucirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "transluciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "translucieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "transluciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "transluciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "transluciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "translucieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "translucira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "transluciras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "translucira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "transluciramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "translucirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "transluciran" ;--# 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 (BeschSpa.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) => -} "aloquecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "aloquecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "aloquezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "aloquezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "aloquezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "aloquezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "aloquezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "aloquezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "aloqueca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "aloquecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "aloqueca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "aloquecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "aloquecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "aloquecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aloqueciera" ; "aloqueciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aloquecieras" ; "aloquecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aloqueciera" ; "aloqueciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aloqueciramos" ; "aloquecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aloquecierais" ; "aloquecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aloquecieran" ; "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) => -} "aloquecers" ;--# 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) => -} "aloqueceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "aloquecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "aloqueciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "aloquecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "aloqueciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "aloqueciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "aloqueciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "aloquecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "aloquecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "aloqueceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "aloquecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "aloqueceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "aloquecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "aloqueceran" ;--# 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 (BeschSpa.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) => -} "avanecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "avanecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "avanezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "avanezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "avanezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "avanezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "avanezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "avanezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "avaneca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "avanecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "avaneca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "avanecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "avanecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "avanecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"avaneciera" ; "avaneciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"avanecieras" ; "avanecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"avaneciera" ; "avaneciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"avaneciramos" ; "avanecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"avanecierais" ; "avanecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"avanecieran" ; "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) => -} "avanecers" ;--# 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) => -} "avaneceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "avanecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "avaneciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "avanecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "avaneciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "avaneciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "avaneciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "avanecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "avanecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "avaneceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "avanecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "avaneceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "avanecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "avaneceran" ;--# 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 (BeschSpa.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) => -} "canecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "canecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "canezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "canezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "canezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "canezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "canezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "canezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "caneca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "canecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "caneca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "canecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "canecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "canecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"caneciera" ; "caneciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"canecieras" ; "canecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"caneciera" ; "caneciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"caneciramos" ; "canecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"canecierais" ; "canecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"canecieran" ; "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) => -} "canecers" ;--# 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) => -} "caneceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "canecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "caneciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "canecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "caneciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "caneciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "caneciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "canecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "canecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "caneceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "canecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "caneceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "canecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "caneceran" ;--# 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 (BeschSpa.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) => -} "condolecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "condolecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "condolezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "condolezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "condolezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "condolezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "condolezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "condolezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "condoleca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "condolecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "condoleca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "condolecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "condolecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "condolecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"condoleciera" ; "condoleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"condolecieras" ; "condolecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"condoleciera" ; "condoleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"condoleciramos" ; "condolecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"condolecierais" ; "condolecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"condolecieran" ; "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) => -} "condolecers" ;--# 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) => -} "condoleceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "condolecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "condoleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "condolecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "condoleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "condoleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "condoleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "condolecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "condolecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "condoleceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "condolecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "condoleceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "condolecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "condoleceran" ;--# 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 (BeschSpa.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) => -} "desembebecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desembebecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desembebezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desembebezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desembebezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desembebezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desembebezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desembebezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desembebeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desembebecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desembebeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desembebecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desembebecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desembebecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desembebeciera" ; "desembebeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desembebecieras" ; "desembebecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desembebeciera" ; "desembebeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desembebeciramos" ; "desembebecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desembebecierais" ; "desembebecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desembebecieran" ; "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) => -} "desembebecers" ;--# 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) => -} "desembebeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desembebecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desembebeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desembebecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desembebeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desembebeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desembebeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desembebecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desembebecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desembebeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desembebecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desembebeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desembebecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desembebeceran" ;--# 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 (BeschSpa.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) => -} "desperecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desperecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desperezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desperezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desperezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desperezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desperezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desperezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "despereca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desperecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "despereca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desperecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desperecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desperecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"despereciera" ; "despereciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desperecieras" ; "desperecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"despereciera" ; "despereciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"despereciramos" ; "desperecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desperecierais" ; "desperecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desperecieran" ; "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) => -} "desperecers" ;--# 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) => -} "despereceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desperecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "despereciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desperecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "despereciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "despereciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "despereciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desperecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desperecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "despereceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desperecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "despereceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desperecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "despereceran" ;--# 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 (BeschSpa.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) => -} "eflorecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "eflorecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "eflorezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "eflorezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "eflorezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "eflorezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "eflorezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "eflorezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "efloreca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "eflorecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "efloreca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "eflorecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "eflorecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "eflorecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"efloreciera" ; "efloreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"eflorecieras" ; "eflorecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"efloreciera" ; "efloreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"efloreciramos" ; "eflorecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"eflorecierais" ; "eflorecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"eflorecieran" ; "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) => -} "eflorecers" ;--# 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) => -} "efloreceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "eflorecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "efloreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "eflorecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "efloreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "efloreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "efloreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "eflorecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "eflorecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "efloreceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "eflorecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "efloreceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "eflorecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "efloreceran" ;--# 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 (BeschSpa.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) => -} "embellaquecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "embellaquecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "embellaquezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "embellaquezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "embellaquezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "embellaquezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "embellaquezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "embellaquezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "embellaqueca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "embellaquecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "embellaqueca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "embellaquecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "embellaquecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "embellaquecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"embellaqueciera" ; "embellaqueciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"embellaquecieras" ; "embellaquecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"embellaqueciera" ; "embellaqueciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"embellaqueciramos" ; "embellaquecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"embellaquecierais" ; "embellaquecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"embellaquecieran" ; "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) => -} "embellaquecers" ;--# 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) => -} "embellaqueceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "embellaquecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "embellaqueciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "embellaquecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "embellaqueciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "embellaqueciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "embellaqueciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "embellaquecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "embellaquecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "embellaqueceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "embellaquecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "embellaqueceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "embellaquecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "embellaqueceran" ;--# 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 (BeschSpa.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) => -} "empoltronecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "empoltronecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "empoltronezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "empoltronezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "empoltronezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "empoltronezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "empoltronezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "empoltronezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "empoltroneca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "empoltronecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "empoltroneca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "empoltronecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "empoltronecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "empoltronecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empoltroneciera" ; "empoltroneciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empoltronecieras" ; "empoltronecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empoltroneciera" ; "empoltroneciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empoltroneciramos" ; "empoltronecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empoltronecierais" ; "empoltronecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empoltronecieran" ; "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) => -} "empoltronecers" ;--# 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) => -} "empoltroneceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "empoltronecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "empoltroneciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "empoltronecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "empoltroneciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "empoltroneciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "empoltroneciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "empoltronecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "empoltronecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "empoltroneceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "empoltronecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "empoltroneceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "empoltronecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "empoltroneceran" ;--# 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 (BeschSpa.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) => -} "encabellecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "encabellecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "encabellezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "encabellezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "encabellezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "encabellezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "encabellezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "encabellezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "encabelleca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "encabellecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "encabelleca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "encabellecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "encabellecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "encabellecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encabelleciera" ; "encabelleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encabellecieras" ; "encabellecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encabelleciera" ; "encabelleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encabelleciramos" ; "encabellecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encabellecierais" ; "encabellecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encabellecieran" ; "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) => -} "encabellecers" ;--# 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) => -} "encabelleceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "encabellecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "encabelleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "encabellecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "encabelleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "encabelleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "encabelleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "encabellecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "encabellecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "encabelleceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "encabellecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "encabelleceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "encabellecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "encabelleceran" ;--# 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 (BeschSpa.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) => -} "engrumecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "engrumecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "engrumezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "engrumezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "engrumezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "engrumezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "engrumezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "engrumezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "engrumeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "engrumecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "engrumeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "engrumecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "engrumecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "engrumecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"engrumeciera" ; "engrumeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"engrumecieras" ; "engrumecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"engrumeciera" ; "engrumeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"engrumeciramos" ; "engrumecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"engrumecierais" ; "engrumecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"engrumecieran" ; "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) => -} "engrumecers" ;--# 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) => -} "engrumeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "engrumecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "engrumeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "engrumecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "engrumeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "engrumeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "engrumeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "engrumecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "engrumecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "engrumeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "engrumecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "engrumeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "engrumecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "engrumeceran" ;--# 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 (BeschSpa.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) => -} "enmarillecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enmarillecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enmarillezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enmarillezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enmarillezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enmarillezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enmarillezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "enmarillezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "enmarilleca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "enmarillecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "enmarilleca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "enmarillecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enmarillecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enmarillecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enmarilleciera" ; "enmarilleciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enmarillecieras" ; "enmarillecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enmarilleciera" ; "enmarilleciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enmarilleciramos" ; "enmarillecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enmarillecierais" ; "enmarillecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enmarillecieran" ; "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) => -} "enmarillecers" ;--# 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) => -} "enmarilleceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enmarillecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enmarilleciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enmarillecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enmarilleciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enmarilleciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enmarilleciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enmarillecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enmarillecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enmarilleceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enmarillecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enmarilleceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enmarillecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enmarilleceran" ;--# 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 (BeschSpa.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) => -} "ensilvecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ensilvecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ensilvezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ensilvezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ensilvezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "ensilvezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "ensilvezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "ensilvezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "ensilveca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "ensilvecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "ensilveca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "ensilvecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "ensilvecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "ensilvecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ensilveciera" ; "ensilveciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ensilvecieras" ; "ensilvecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ensilveciera" ; "ensilveciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ensilveciramos" ; "ensilvecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ensilvecierais" ; "ensilvecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ensilvecieran" ; "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) => -} "ensilvecers" ;--# 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) => -} "ensilveceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "ensilvecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "ensilveciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "ensilvecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "ensilveciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "ensilveciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "ensilveciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "ensilvecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "ensilvecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "ensilveceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "ensilvecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "ensilveceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "ensilvecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "ensilveceran" ;--# 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 (BeschSpa.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) => -} "entigrecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "entigrecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "entigrezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "entigrezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "entigrezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "entigrezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "entigrezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "entigrezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "entigreca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "entigrecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "entigreca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "entigrecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "entigrecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "entigrecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entigreciera" ; "entigreciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entigrecieras" ; "entigrecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entigreciera" ; "entigreciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entigreciramos" ; "entigrecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entigrecierais" ; "entigrecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entigrecieran" ; "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) => -} "entigrecers" ;--# 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) => -} "entigreceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "entigrecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "entigreciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "entigrecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "entigreciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "entigreciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "entigreciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "entigrecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "entigrecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "entigreceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "entigrecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "entigreceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "entigrecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "entigreceran" ;--# 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 (BeschSpa.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) => -} "entreparecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "entreparecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "entreparezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "entreparezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "entreparezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "entreparezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "entreparezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "entreparezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "entrepareca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "entreparecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "entrepareca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "entreparecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "entreparecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "entreparecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entrepareciera" ; "entrepareciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entreparecieras" ; "entreparecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entrepareciera" ; "entrepareciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entrepareciramos" ; "entreparecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entreparecierais" ; "entreparecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entreparecieran" ; "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) => -} "entreparecers" ;--# 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) => -} "entrepareceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "entreparecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "entrepareciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "entreparecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "entrepareciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "entrepareciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "entrepareciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "entreparecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "entreparecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "entrepareceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "entreparecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "entrepareceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "entreparecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "entrepareceran" ;--# 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 (BeschSpa.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) => -} "escalfecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "escalfecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "escalfezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "escalfezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "escalfezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "escalfezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "escalfezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "escalfezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "escalfeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "escalfecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "escalfeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "escalfecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "escalfecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "escalfecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"escalfeciera" ; "escalfeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"escalfecieras" ; "escalfecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"escalfeciera" ; "escalfeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"escalfeciramos" ; "escalfecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"escalfecierais" ; "escalfecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"escalfecieran" ; "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) => -} "escalfecers" ;--# 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) => -} "escalfeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "escalfecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "escalfeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "escalfecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "escalfeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "escalfeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "escalfeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "escalfecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "escalfecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "escalfeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "escalfecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "escalfeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "escalfecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "escalfeceran" ;--# 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 (BeschSpa.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) => -} "remostecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "remostecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "remostezca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "remostezcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "remostezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "remostezcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "remostezcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "remostezcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "remosteca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "remostecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "remosteca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "remostecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "remostecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "remostecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"remosteciera" ; "remosteciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"remostecieras" ; "remostecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"remosteciera" ; "remosteciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"remosteciramos" ; "remostecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"remostecierais" ; "remostecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"remostecieran" ; "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) => -} "remostecers" ;--# 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) => -} "remosteceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "remostecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "remosteciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "remostecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "remosteciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "remosteciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "remosteciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "remostecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "remostecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "remosteceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "remostecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "remosteceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "remostecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "remosteceran" ;--# 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 (BeschSpa.VFB) [ + {- VI Infn => -} "avergonzar" ; + {- VI Ger => -} "avergonzando" ; + {- VI Part => -} "avergonzado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "avergenzo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "avergenzas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "avergenza" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "avergonzamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "avergonzis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "avergenzan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "avergence" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "avergences" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "avergence" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "avergoncemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "avergoncis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "avergencen" ; + {- 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) => -} "avergonzbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "avergonzabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "avergonzaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"avergonzara" ; "avergonzase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"avergonzaras" ; "avergonzases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"avergonzara" ; "avergonzase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"avergonzramos" ; "avergonzsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"avergonzarais" ; "avergonzaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"avergonzaran" ; "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) => -} "avergonzars" ;--# 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) => -} "avergonzaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "avergonzarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "avergonzare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "avergonzares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "avergonzare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "avergonzremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "avergonzareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "avergonzaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "avergonzara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "avergonzaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "avergonzara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "avergonzaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "avergonzarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "avergonzaran" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "avergenza" ; + {- VPB (Imper C.Sg C.P3) => -} "avergence" ; + {- VPB (Imper C.Pl C.P1) => -} "avergoncemos" ; + {- VPB (Imper C.Pl C.P2) => -} "avergonzad" ; + {- VPB (Imper C.Pl C.P3) => -} "avergencen" ; + {- 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 astriir_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "astriir" ; + {- VI Ger => -} "astriendo" ; + {- VI Part => -} "astriido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "astrio" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "astries" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "astrie" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "astriimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "astris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "astrien" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "astria" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "astrias" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "astria" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "astriamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "astriis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "astrian" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "astria" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "astrias" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "astria" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "astriamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "astriais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "astrian" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"astriera" ; "astriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"astrieras" ; "astrieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"astriera" ; "astriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"astriramos" ; "astrisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"astrierais" ; "astrieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"astrieran" ; "astriesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "astri" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "astriiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "astri" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "astriimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "astriisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "astrieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "astriir" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "astriirs" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "astriir" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "astriiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "astriiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "astriirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "astriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "astrieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "astriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "astriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "astriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "astrieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "astriira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "astriiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "astriira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "astriiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "astriirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "astriiran" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "astrie" ; + {- VPB (Imper C.Sg C.P3) => -} "astria" ; + {- VPB (Imper C.Pl C.P1) => -} "astriamos" ; + {- VPB (Imper C.Pl C.P2) => -} "astriid" ; + {- VPB (Imper C.Pl C.P3) => -} "astrian" ; + {- VPB (Pass C.Sg Masc) => -} "astriido" ; + {- VPB (Pass C.Sg Fem) => -} "astriida" ; + {- VPB (Pass C.Pl Masc) => -} "astriidos" ; + {- VPB (Pass C.Pl Fem) => -} "astriidas" + ] + } ; + +lin bruir_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "bruir" ; + {- VI Ger => -} "bruendo" ; + {- VI Part => -} "bruido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "bruo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "brues" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "brue" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "bruimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "brus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "bruen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "brua" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "bruas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "brua" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "bruamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "bruis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "bruan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "brua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "bruas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "brua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "bruamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "bruais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "bruan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"bruera" ; "bruese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"brueras" ; "brueses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"bruera" ; "bruese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"bruramos" ; "brusemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"bruerais" ; "brueseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"brueran" ; "bruesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "bru" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "bruiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "bru" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "bruimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "bruisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "brueron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "bruir" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "bruirs" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "bruir" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "bruiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "bruiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "bruirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "bruere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "brueres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "bruere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "bruremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "bruereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "brueren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "bruira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "bruiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "bruira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "bruiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "bruirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "bruiran" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "brue" ; + {- VPB (Imper C.Sg C.P3) => -} "brua" ; + {- VPB (Imper C.Pl C.P1) => -} "bruamos" ; + {- VPB (Imper C.Pl C.P2) => -} "bruid" ; + {- VPB (Imper C.Pl C.P3) => -} "bruan" ; + {- VPB (Pass C.Sg Masc) => -} "bruido" ; + {- VPB (Pass C.Sg Fem) => -} "bruida" ; + {- VPB (Pass C.Pl Masc) => -} "bruidos" ; + {- VPB (Pass C.Pl Fem) => -} "bruidas" + ] + } ; + +lin bullir_V = verboV + {s = table (BeschSpa.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) => -} "bulls" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "bullen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "bulla" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "bullas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "bulla" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "bullamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "bullis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "bullan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "bulla" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "bullas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "bulla" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "bullamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "bullais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "bullan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"bullera" ; "bullese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"bulleras" ; "bulleses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"bullera" ; "bullese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"bullramos" ; "bullsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"bullerais" ; "bulleseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"bulleran" ; "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) => -} "bullirs" ;--# 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) => -} "bulliris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "bullirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "bullere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "bulleres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "bullere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "bullremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "bullereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "bulleren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "bullira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "bulliras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "bullira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "bulliramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "bullirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "bulliran" ;--# 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 (BeschSpa.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) => -} "desmulls" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desmullen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desmulla" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desmullas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desmulla" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desmullamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desmullis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desmullan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desmulla" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desmullas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desmulla" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desmullamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desmullais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desmullan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desmullera" ; "desmullese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desmulleras" ; "desmulleses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desmullera" ; "desmullese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desmullramos" ; "desmullsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desmullerais" ; "desmulleseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desmulleran" ; "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) => -} "desmullirs" ;--# 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) => -} "desmulliris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desmullirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desmullere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desmulleres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desmullere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desmullremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desmullereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desmulleren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desmullira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desmulliras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desmullira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desmulliramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desmullirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desmulliran" ;--# 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 (BeschSpa.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) => -} "empellis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "empellen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "empella" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "empellas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "empella" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "empellamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "empellis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "empellan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "empella" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "empellas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "empella" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "empellamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "empellais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "empellan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empellera" ; "empellese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empelleras" ; "empelleses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empellera" ; "empellese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empellramos" ; "empellsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empellerais" ; "empelleseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empelleran" ; "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) => -} "empellers" ;--# 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) => -} "empelleris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "empellern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "empellere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "empelleres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "empellere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "empellremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "empellereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "empelleren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "empellera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "empelleras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "empellera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "empelleramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "empellerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "empelleran" ;--# 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 (BeschSpa.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) => -} "engulls" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "engullen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "engulla" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "engullas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "engulla" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "engullamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "engullis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "engullan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "engulla" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "engullas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "engulla" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "engullamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "engullais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "engullan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"engullera" ; "engullese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"engulleras" ; "engulleses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"engullera" ; "engullese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"engullramos" ; "engullsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"engullerais" ; "engulleseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"engulleran" ; "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) => -} "engullirs" ;--# 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) => -} "engulliris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "engullirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "engullere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "engulleres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "engullere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "engullremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "engullereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "engulleren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "engullira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "engulliras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "engullira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "engulliramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "engullirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "engulliran" ;--# 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 gair_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "gair" ; + {- VI Ger => -} "gaendo" ; + {- VI Part => -} "gaido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "gao" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "gaes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "gae" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "gaimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "gas" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "gaen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "gaa" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "gaas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "gaa" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "gaamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "gais" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "gaan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "gaa" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "gaas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "gaa" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "gaamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "gaais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "gaan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"gaera" ; "gaese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"gaeras" ; "gaeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"gaera" ; "gaese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"garamos" ; "gasemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"gaerais" ; "gaeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"gaeran" ; "gaesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "ga" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "gaiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "ga" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "gaimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "gaisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "gaeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "gair" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "gairs" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "gair" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "gairemos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "gairis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "gairn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "gaere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "gaeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "gaere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "garemos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "gaereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "gaeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "gaira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "gairas" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "gaira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "gairamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "gairais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "gairan" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "gae" ; + {- VPB (Imper C.Sg C.P3) => -} "gaa" ; + {- VPB (Imper C.Pl C.P1) => -} "gaamos" ; + {- VPB (Imper C.Pl C.P2) => -} "gaid" ; + {- VPB (Imper C.Pl C.P3) => -} "gaan" ; + {- VPB (Pass C.Sg Masc) => -} "gaido" ; + {- VPB (Pass C.Sg Fem) => -} "gaida" ; + {- VPB (Pass C.Pl Masc) => -} "gaidos" ; + {- VPB (Pass C.Pl Fem) => -} "gaidas" + ] + } ; + +lin gruir_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "gruir" ; + {- VI Ger => -} "gruendo" ; + {- VI Part => -} "gruido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "gruo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "grues" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "grue" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "gruimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "grus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "gruen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "grua" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "gruas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "grua" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "gruamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "gruis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "gruan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "grua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "gruas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "grua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "gruamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "gruais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "gruan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"gruera" ; "gruese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"grueras" ; "grueses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"gruera" ; "gruese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"gruramos" ; "grusemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"gruerais" ; "grueseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"grueran" ; "gruesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "gru" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "gruiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "gru" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "gruimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "gruisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "grueron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "gruir" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "gruirs" ;--# 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) => -} "gruiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "gruirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "gruere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "grueres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "gruere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "gruremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "gruereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "grueren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "gruira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "gruiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "gruira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "gruiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "gruirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "gruiran" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "grue" ; + {- VPB (Imper C.Sg C.P3) => -} "grua" ; + {- VPB (Imper C.Pl C.P1) => -} "gruamos" ; + {- VPB (Imper C.Pl C.P2) => -} "gruid" ; + {- VPB (Imper C.Pl C.P3) => -} "gruan" ; + {- 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 guair_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "guair" ; + {- VI Ger => -} "guaendo" ; + {- VI Part => -} "guaido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "guao" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "guaes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "guae" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "guaimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "guas" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "guaen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "guaa" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "guaas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "guaa" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "guaamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "guais" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "guaan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "guaa" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "guaas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "guaa" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "guaamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "guaais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "guaan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"guaera" ; "guaese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"guaeras" ; "guaeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"guaera" ; "guaese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"guaramos" ; "guasemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"guaerais" ; "guaeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"guaeran" ; "guaesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "gua" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "guaiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "gua" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "guaimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "guaisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "guaeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "guair" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "guairs" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "guair" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "guairemos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "guairis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "guairn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "guaere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "guaeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "guaere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "guaremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "guaereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "guaeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "guaira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "guairas" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "guaira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "guairamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "guairais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "guairan" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "guae" ; + {- VPB (Imper C.Sg C.P3) => -} "guaa" ; + {- VPB (Imper C.Pl C.P1) => -} "guaamos" ; + {- VPB (Imper C.Pl C.P2) => -} "guaid" ; + {- VPB (Imper C.Pl C.P3) => -} "guaan" ; + {- VPB (Pass C.Sg Masc) => -} "guaido" ; + {- VPB (Pass C.Sg Fem) => -} "guaida" ; + {- VPB (Pass C.Pl Masc) => -} "guaidos" ; + {- VPB (Pass C.Pl Fem) => -} "guaidas" + ] + } ; + +lin juir_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "juir" ; + {- VI Ger => -} "juendo" ; + {- VI Part => -} "juido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "juo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "jues" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "jue" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "juimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "jus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "juen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "jua" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "juas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "jua" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "juamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "juis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "juan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "jua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "juas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "jua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "juamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "juais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "juan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"juera" ; "juese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"jueras" ; "jueses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"juera" ; "juese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"juramos" ; "jusemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"juerais" ; "jueseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"jueran" ; "juesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "ju" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "juiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "ju" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "juimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "juisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "jueron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "juir" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "juirs" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "juir" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "juiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "juiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "juirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "juere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "jueres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "juere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "juremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "juereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "jueren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "juira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "juiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "juira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "juiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "juirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "juiran" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "jue" ; + {- VPB (Imper C.Sg C.P3) => -} "jua" ; + {- VPB (Imper C.Pl C.P1) => -} "juamos" ; + {- VPB (Imper C.Pl C.P2) => -} "juid" ; + {- VPB (Imper C.Pl C.P3) => -} "juan" ; + {- VPB (Pass C.Sg Masc) => -} "juido" ; + {- VPB (Pass C.Sg Fem) => -} "juida" ; + {- VPB (Pass C.Pl Masc) => -} "juidos" ; + {- VPB (Pass C.Pl Fem) => -} "juidas" + ] + } ; + +lin mullir_V = verboV + {s = table (BeschSpa.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) => -} "mulls" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "mullen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "mulla" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "mullas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "mulla" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "mullamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "mullis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "mullan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "mulla" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "mullas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "mulla" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "mullamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "mullais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "mullan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"mullera" ; "mullese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"mulleras" ; "mulleses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"mullera" ; "mullese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"mullramos" ; "mullsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"mullerais" ; "mulleseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"mulleran" ; "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) => -} "mullirs" ;--# 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) => -} "mulliris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "mullirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "mullere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "mulleres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "mullere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "mullremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "mullereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "mulleren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "mullira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "mulliras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "mullira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "mulliramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "mullirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "mulliran" ;--# 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 muir_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "muir" ; + {- VI Ger => -} "muendo" ; + {- VI Part => -} "muido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "muo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "mues" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "mue" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "muimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "mus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "muen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "mua" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "muas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "mua" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "muamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "muis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "muan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "mua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "muas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "mua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "muamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "muais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "muan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"muera" ; "muese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"mueras" ; "mueses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"muera" ; "muese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"muramos" ; "musemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"muerais" ; "mueseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"mueran" ; "muesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "mu" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "muiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "mu" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "muimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "muisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "mueron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "muir" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "muirs" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "muir" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "muiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "muiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "muirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "muere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "mueres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "muere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "muremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "muereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "mueren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "muira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "muiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "muira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "muiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "muirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "muiran" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "mue" ; + {- VPB (Imper C.Sg C.P3) => -} "mua" ; + {- VPB (Imper C.Pl C.P1) => -} "muamos" ; + {- VPB (Imper C.Pl C.P2) => -} "muid" ; + {- VPB (Imper C.Pl C.P3) => -} "muan" ; + {- VPB (Pass C.Sg Masc) => -} "muido" ; + {- VPB (Pass C.Sg Fem) => -} "muida" ; + {- VPB (Pass C.Pl Masc) => -} "muidos" ; + {- VPB (Pass C.Pl Fem) => -} "muidas" + ] + } ; + +lin plair_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "plair" ; + {- VI Ger => -} "plaendo" ; + {- VI Part => -} "plaido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "plao" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "plaes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "plae" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "plaimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "plas" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "plaen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "plaa" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "plaas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "plaa" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "plaamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "plais" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "plaan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "plaa" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "plaas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "plaa" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "plaamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "plaais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "plaan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"plaera" ; "plaese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"plaeras" ; "plaeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"plaera" ; "plaese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"plaramos" ; "plasemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"plaerais" ; "plaeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"plaeran" ; "plaesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "pla" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "plaiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "pla" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "plaimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "plaisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "plaeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "plair" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "plairs" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "plair" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "plairemos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "plairis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "plairn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "plaere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "plaeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "plaere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "plaremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "plaereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "plaeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "plaira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "plairas" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "plaira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "plairamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "plairais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "plairan" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "plae" ; + {- VPB (Imper C.Sg C.P3) => -} "plaa" ; + {- VPB (Imper C.Pl C.P1) => -} "plaamos" ; + {- VPB (Imper C.Pl C.P2) => -} "plaid" ; + {- VPB (Imper C.Pl C.P3) => -} "plaan" ; + {- VPB (Pass C.Sg Masc) => -} "plaido" ; + {- VPB (Pass C.Sg Fem) => -} "plaida" ; + {- VPB (Pass C.Pl Masc) => -} "plaidos" ; + {- VPB (Pass C.Pl Fem) => -} "plaidas" + ] + } ; + +lin rebullir_V = verboV + {s = table (BeschSpa.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) => -} "rebulls" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "rebullen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "rebulla" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "rebullas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "rebulla" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "rebullamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "rebullis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "rebullan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "rebulla" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "rebullas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "rebulla" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "rebullamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "rebullais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "rebullan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rebullera" ; "rebullese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rebulleras" ; "rebulleses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rebullera" ; "rebullese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rebullramos" ; "rebullsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rebullerais" ; "rebulleseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rebulleran" ; "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) => -} "rebullirs" ;--# 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) => -} "rebulliris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "rebullirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "rebullere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "rebulleres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "rebullere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "rebullremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "rebullereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "rebulleren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "rebullira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "rebulliras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "rebullira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "rebulliramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "rebullirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "rebulliran" ;--# 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 regair_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "regair" ; + {- VI Ger => -} "regaendo" ; + {- VI Part => -} "regaido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "regao" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "regaes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "regae" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "regaimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "regas" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "regaen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "regaa" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "regaas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "regaa" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "regaamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "regais" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "regaan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "regaa" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "regaas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "regaa" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "regaamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "regaais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "regaan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"regaera" ; "regaese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"regaeras" ; "regaeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"regaera" ; "regaese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"regaramos" ; "regasemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"regaerais" ; "regaeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"regaeran" ; "regaesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "rega" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "regaiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "rega" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "regaimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "regaisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "regaeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "regair" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "regairs" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "regair" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "regairemos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "regairis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "regairn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "regaere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "regaeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "regaere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "regaremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "regaereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "regaeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "regaira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "regairas" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "regaira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "regairamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "regairais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "regairan" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "regae" ; + {- VPB (Imper C.Sg C.P3) => -} "regaa" ; + {- VPB (Imper C.Pl C.P1) => -} "regaamos" ; + {- VPB (Imper C.Pl C.P2) => -} "regaid" ; + {- VPB (Imper C.Pl C.P3) => -} "regaan" ; + {- VPB (Pass C.Sg Masc) => -} "regaido" ; + {- VPB (Pass C.Sg Fem) => -} "regaida" ; + {- VPB (Pass C.Pl Masc) => -} "regaidos" ; + {- VPB (Pass C.Pl Fem) => -} "regaidas" + ] + } ; + +lin regruir_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "regruir" ; + {- VI Ger => -} "regruendo" ; + {- VI Part => -} "regruido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "regruo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "regrues" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "regrue" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "regruimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "regrus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "regruen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "regrua" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "regruas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "regrua" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "regruamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "regruis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "regruan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "regrua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "regruas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "regrua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "regruamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "regruais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "regruan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"regruera" ; "regruese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"regrueras" ; "regrueses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"regruera" ; "regruese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"regruramos" ; "regrusemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"regruerais" ; "regrueseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"regrueran" ; "regruesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "regru" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "regruiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "regru" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "regruimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "regruisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "regrueron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "regruir" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "regruirs" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "regruir" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "regruiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "regruiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "regruirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "regruere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "regrueres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "regruere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "regruremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "regruereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "regrueren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "regruira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "regruiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "regruira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "regruiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "regruirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "regruiran" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "regrue" ; + {- VPB (Imper C.Sg C.P3) => -} "regrua" ; + {- VPB (Imper C.Pl C.P1) => -} "regruamos" ; + {- VPB (Imper C.Pl C.P2) => -} "regruid" ; + {- VPB (Imper C.Pl C.P3) => -} "regruan" ; + {- VPB (Pass C.Sg Masc) => -} "regruido" ; + {- VPB (Pass C.Sg Fem) => -} "regruida" ; + {- VPB (Pass C.Pl Masc) => -} "regruidos" ; + {- VPB (Pass C.Pl Fem) => -} "regruidas" + ] + } ; + +lin remullir_V = verboV + {s = table (BeschSpa.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) => -} "remulls" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "remullen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "remulla" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "remullas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "remulla" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "remullamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "remullis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "remullan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "remulla" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "remullas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "remulla" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "remullamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "remullais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "remullan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"remullera" ; "remullese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"remulleras" ; "remulleses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"remullera" ; "remullese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"remullramos" ; "remullsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"remullerais" ; "remulleseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"remulleran" ; "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) => -} "remullirs" ;--# 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) => -} "remulliris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "remullirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "remullere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "remulleres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "remullere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "remullremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "remullereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "remulleren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "remullira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "remulliras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "remullira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "remulliramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "remullirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "remulliran" ;--# 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 restriir_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "restriir" ; + {- VI Ger => -} "restriendo" ; + {- VI Part => -} "restriido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "restrio" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "restries" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "restrie" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "restriimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "restris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "restrien" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "restria" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "restrias" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "restria" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "restriamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "restriis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "restrian" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "restria" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "restrias" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "restria" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "restriamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "restriais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "restrian" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"restriera" ; "restriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"restrieras" ; "restrieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"restriera" ; "restriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"restriramos" ; "restrisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"restrierais" ; "restrieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"restrieran" ; "restriesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "restri" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "restriiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "restri" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "restriimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "restriisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "restrieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "restriir" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "restriirs" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "restriir" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "restriiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "restriiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "restriirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "restriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "restrieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "restriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "restriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "restriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "restrieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "restriira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "restriiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "restriira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "restriiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "restriirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "restriiran" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "restrie" ; + {- VPB (Imper C.Sg C.P3) => -} "restria" ; + {- VPB (Imper C.Pl C.P1) => -} "restriamos" ; + {- VPB (Imper C.Pl C.P2) => -} "restriid" ; + {- VPB (Imper C.Pl C.P3) => -} "restrian" ; + {- VPB (Pass C.Sg Masc) => -} "restriido" ; + {- VPB (Pass C.Sg Fem) => -} "restriida" ; + {- VPB (Pass C.Pl Masc) => -} "restriidos" ; + {- VPB (Pass C.Pl Fem) => -} "restriidas" + ] + } ; + +lin retiir_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "retiir" ; + {- VI Ger => -} "retiendo" ; + {- VI Part => -} "retiido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "retio" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "reties" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "retie" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "retiimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "retis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "retien" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "retia" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "retias" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "retia" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "retiamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "retiis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "retian" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "retia" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "retias" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "retia" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "retiamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "retiais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "retian" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retiera" ; "retiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retieras" ; "retieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retiera" ; "retiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retiramos" ; "retisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retierais" ; "retieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retieran" ; "retiesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "reti" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "retiiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "reti" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "retiimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "retiisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "retieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "retiir" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "retiirs" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "retiir" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "retiiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "retiiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "retiirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "retiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "retieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "retiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "retiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "retiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "retieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "retiira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "retiiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "retiira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "retiiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "retiirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "retiiran" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "retie" ; + {- VPB (Imper C.Sg C.P3) => -} "retia" ; + {- VPB (Imper C.Pl C.P1) => -} "retiamos" ; + {- VPB (Imper C.Pl C.P2) => -} "retiid" ; + {- VPB (Imper C.Pl C.P3) => -} "retian" ; + {- VPB (Pass C.Sg Masc) => -} "retiido" ; + {- VPB (Pass C.Sg Fem) => -} "retiida" ; + {- VPB (Pass C.Pl Masc) => -} "retiidos" ; + {- VPB (Pass C.Pl Fem) => -} "retiidas" + ] + } ; + +lin salpullir_V = verboV + {s = table (BeschSpa.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) => -} "salpulls" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "salpullen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "salpulla" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "salpullas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "salpulla" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "salpullamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "salpullis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "salpullan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "salpulla" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "salpullas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "salpulla" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "salpullamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "salpullais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "salpullan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"salpullera" ; "salpullese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"salpulleras" ; "salpulleses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"salpullera" ; "salpullese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"salpullramos" ; "salpullsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"salpullerais" ; "salpulleseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"salpulleran" ; "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) => -} "salpullirs" ;--# 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) => -} "salpulliris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "salpullirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "salpullere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "salpulleres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "salpullere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "salpullremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "salpullereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "salpulleren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "salpullira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "salpulliras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "salpullira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "salpulliramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "salpullirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "salpulliran" ;--# 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 (BeschSpa.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) => -} "sarpulls" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sarpullen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sarpulla" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sarpullas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sarpulla" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sarpullamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sarpullis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sarpullan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sarpulla" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sarpullas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sarpulla" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sarpullamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sarpullais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sarpullan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sarpullera" ; "sarpullese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sarpulleras" ; "sarpulleses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sarpullera" ; "sarpullese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sarpullramos" ; "sarpullsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sarpullerais" ; "sarpulleseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sarpulleran" ; "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) => -} "sarpullirs" ;--# 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) => -} "sarpulliris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sarpullirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sarpullere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sarpulleres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sarpullere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sarpullremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sarpullereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sarpulleren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sarpullira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sarpulliras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sarpullira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sarpulliramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sarpullirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sarpulliran" ;--# 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 taer_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "taer" ; + {- VI Ger => -} "taendo" ; + {- VI Part => -} "taido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "tao" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "taes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "tae" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "taemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "tais" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "taen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "taa" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "taas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "taa" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "taamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "tais" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "taan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "taa" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "taas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "taa" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "taamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "taais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "taan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"taera" ; "taese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"taeras" ; "taeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"taera" ; "taese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"taramos" ; "tasemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"taerais" ; "taeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"taeran" ; "taesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "ta" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "taiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "ta" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "taimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "taisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "taeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "taer" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "taers" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "taer" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "taeremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "taeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "taern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "taere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "taeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "taere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "taremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "taereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "taeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "taera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "taeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "taera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "taeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "taerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "taeran" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "tae" ; + {- VPB (Imper C.Sg C.P3) => -} "taa" ; + {- VPB (Imper C.Pl C.P1) => -} "taamos" ; + {- VPB (Imper C.Pl C.P2) => -} "taed" ; + {- VPB (Imper C.Pl C.P3) => -} "taan" ; + {- VPB (Pass C.Sg Masc) => -} "taido" ; + {- VPB (Pass C.Sg Fem) => -} "taida" ; + {- VPB (Pass C.Pl Masc) => -} "taidos" ; + {- VPB (Pass C.Pl Fem) => -} "taidas" + ] + } ; + +lin tullir_V = verboV + {s = table (BeschSpa.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) => -} "tulls" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "tullen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "tulla" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "tullas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "tulla" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "tullamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "tullis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "tullan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "tulla" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "tullas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "tulla" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "tullamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "tullais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "tullan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tullera" ; "tullese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tulleras" ; "tulleses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tullera" ; "tullese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tullramos" ; "tullsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tullerais" ; "tulleseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tulleran" ; "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) => -} "tullirs" ;--# 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) => -} "tulliris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "tullirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "tullere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "tulleres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "tullere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "tullremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "tullereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "tulleren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "tullira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "tulliras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "tullira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "tulliramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "tullirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "tulliran" ;--# 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 (BeschSpa.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) => -} "zabulls" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "zabullen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "zabulla" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "zabullas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "zabulla" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "zabullamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "zabullis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "zabullan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "zabulla" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "zabullas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "zabulla" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "zabullamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "zabullais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "zabullan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"zabullera" ; "zabullese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"zabulleras" ; "zabulleses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"zabullera" ; "zabullese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"zabullramos" ; "zabullsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"zabullerais" ; "zabulleseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"zabulleran" ; "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) => -} "zabullirs" ;--# 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) => -} "zabulliris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "zabullirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "zabullere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "zabulleres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "zabullere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "zabullremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "zabullereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "zabulleren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "zabullira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "zabulliras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "zabullira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "zabulliramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "zabullirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "zabulliran" ;--# 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 (BeschSpa.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) => -} "zambulls" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "zambullen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "zambulla" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "zambullas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "zambulla" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "zambullamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "zambullis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "zambullan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "zambulla" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "zambullas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "zambulla" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "zambullamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "zambullais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "zambullan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"zambullera" ; "zambullese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"zambulleras" ; "zambulleses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"zambullera" ; "zambullese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"zambullramos" ; "zambullsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"zambullerais" ; "zambulleseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"zambulleran" ; "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) => -} "zambullirs" ;--# 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) => -} "zambulliris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "zambullirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "zambullere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "zambulleres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "zambullere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "zambullremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "zambullereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "zambulleren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "zambullira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "zambulliras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "zambullira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "zambulliramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "zambullirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "zambulliran" ;--# 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 (BeschSpa.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) => -} "descabulls" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "descabullen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "descabulla" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "descabullas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "descabulla" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "descabullamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "descabullis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "descabullan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "descabulla" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "descabullas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "descabulla" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "descabullamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "descabullais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "descabullan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descabullera" ; "descabullese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descabulleras" ; "descabulleses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descabullera" ; "descabullese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descabullramos" ; "descabullsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descabullerais" ; "descabulleseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descabulleran" ; "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) => -} "descabullirs" ;--# 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) => -} "descabulliris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "descabullirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "descabullere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "descabulleres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "descabullere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "descabullremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "descabullereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "descabulleren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "descabullira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "descabulliras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "descabullira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "descabulliramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "descabullirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "descabulliran" ;--# 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 (BeschSpa.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) => -} "escabulls" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "escabullen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "escabulla" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "escabullas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "escabulla" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "escabullamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "escabullis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "escabullan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "escabulla" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "escabullas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "escabulla" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "escabullamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "escabullais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "escabullan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"escabullera" ; "escabullese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"escabulleras" ; "escabulleses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"escabullera" ; "escabullese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"escabullramos" ; "escabullsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"escabullerais" ; "escabulleseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"escabulleran" ; "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) => -} "escabullirs" ;--# 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) => -} "escabulliris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "escabullirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "escabullere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "escabulleres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "escabullere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "escabullremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "escabullereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "escabulleren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "escabullira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "escabulliras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "escabullira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "escabulliramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "escabullirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "escabulliran" ;--# 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 (BeschSpa.VFB) [ + {- VI Infn => -} "abstraer" ; + {- VI Ger => -} "abstrayendo" ; + {- VI Part => -} "abstrado" ; + {- 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) => -} "abstrais" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "abstraen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "abstraa" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "abstraas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "abstraa" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "abstraamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "abstrais" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "abstraan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "abstraa" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "abstraas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "abstraa" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "abstraamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "abstraais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "abstraan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"abstrayera" ; "abstrayese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"abstrayeras" ; "abstrayeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"abstrayera" ; "abstrayese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"abstrayramos" ; "abstraysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"abstrayerais" ; "abstrayeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"abstrayeran" ; "abstrayesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "abstra" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "abstraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "abstray" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "abstramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "abstrasteis" ;--# 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) => -} "abstraers" ;--# 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) => -} "abstraeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "abstraern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "abstrayere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "abstrayeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "abstrayere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "abstrayremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "abstrayereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "abstrayeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "abstraera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "abstraeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "abstraera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "abstraeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "abstraerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "abstraeran" ;--# 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) => -} "abstrado" ; + {- VPB (Pass C.Sg Fem) => -} "abstrada" ; + {- VPB (Pass C.Pl Masc) => -} "abstrados" ; + {- VPB (Pass C.Pl Fem) => -} "abstradas" + ] + } ; + +lin atraer_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "atraer" ; + {- VI Ger => -} "atrayendo" ; + {- VI Part => -} "atrado" ; + {- 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) => -} "atrais" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "atraen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "atraa" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "atraas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "atraa" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "atraamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "atrais" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "atraan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "atraa" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "atraas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "atraa" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "atraamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "atraais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "atraan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"atrayera" ; "atrayese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"atrayeras" ; "atrayeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"atrayera" ; "atrayese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"atrayramos" ; "atraysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"atrayerais" ; "atrayeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"atrayeran" ; "atrayesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "atra" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "atraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "atray" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "atramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "atrasteis" ;--# 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) => -} "atraers" ;--# 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) => -} "atraeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "atraern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "atrayere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "atrayeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "atrayere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "atrayremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "atrayereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "atrayeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "atraera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "atraeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "atraera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "atraeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "atraerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "atraeran" ;--# 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) => -} "atrado" ; + {- VPB (Pass C.Sg Fem) => -} "atrada" ; + {- VPB (Pass C.Pl Masc) => -} "atrados" ; + {- VPB (Pass C.Pl Fem) => -} "atradas" + ] + } ; + +lin caer_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "caer" ; + {- VI Ger => -} "cayendo" ; + {- VI Part => -} "cado" ; + {- 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) => -} "cais" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "caen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "caiga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "caigas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "caiga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "caigamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "caigis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "caigan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "caa" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "caas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "caa" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "caamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "caais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "caan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"cayera" ; "cayese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"cayeras" ; "cayeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"cayera" ; "cayese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"cayramos" ; "caysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"cayerais" ; "cayeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"cayeran" ; "cayesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "ca" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "caste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "cay" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "camos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "casteis" ;--# 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) => -} "caers" ;--# 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) => -} "caeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "caern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "cayere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "cayeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "cayere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "cayremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "cayereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "cayeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "caera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "caeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "caera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "caeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "caerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "caeran" ;--# 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) => -} "cado" ; + {- VPB (Pass C.Sg Fem) => -} "cada" ; + {- VPB (Pass C.Pl Masc) => -} "cados" ; + {- VPB (Pass C.Pl Fem) => -} "cadas" + ] + } ; + +lin contraer_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "contraer" ; + {- VI Ger => -} "contrayendo" ; + {- VI Part => -} "contrado" ; + {- 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) => -} "contrais" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "contraen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "contraa" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "contraas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "contraa" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "contraamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "contrais" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "contraan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "contraa" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "contraas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "contraa" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "contraamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "contraais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "contraan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"contrayera" ; "contrayese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"contrayeras" ; "contrayeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"contrayera" ; "contrayese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"contrayramos" ; "contraysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"contrayerais" ; "contrayeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"contrayeran" ; "contrayesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "contra" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "contraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "contray" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "contramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "contrasteis" ;--# 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) => -} "contraers" ;--# 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) => -} "contraeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "contraern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "contrayere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "contrayeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "contrayere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "contrayremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "contrayereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "contrayeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "contraera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "contraeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "contraera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "contraeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "contraerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "contraeran" ;--# 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) => -} "contrado" ; + {- VPB (Pass C.Sg Fem) => -} "contrada" ; + {- VPB (Pass C.Pl Masc) => -} "contrados" ; + {- VPB (Pass C.Pl Fem) => -} "contradas" + ] + } ; + +lin corroer_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "corroer" ; + {- VI Ger => -} "corroyendo" ; + {- VI Part => -} "corrodo" ; + {- 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) => -} "corrois" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "corroen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "corroa" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "corroas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "corroa" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "corroamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "corrois" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "corroan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "corroa" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "corroas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "corroa" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "corroamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "corroais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "corroan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"corroyera" ; "corroyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"corroyeras" ; "corroyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"corroyera" ; "corroyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"corroyramos" ; "corroysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"corroyerais" ; "corroyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"corroyeran" ; "corroyesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "corro" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "corroste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "corroy" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "corromos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "corrosteis" ;--# 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) => -} "corroers" ;--# 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) => -} "corroeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "corroern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "corroyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "corroyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "corroyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "corroyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "corroyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "corroyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "corroera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "corroeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "corroera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "corroeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "corroerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "corroeran" ;--# 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) => -} "corrodo" ; + {- VPB (Pass C.Sg Fem) => -} "corroda" ; + {- VPB (Pass C.Pl Masc) => -} "corrodos" ; + {- VPB (Pass C.Pl Fem) => -} "corrodas" + ] + } ; + +lin creer_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "creer" ; + {- VI Ger => -} "creyendo" ; + {- VI Part => -} "credo" ; + {- 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) => -} "creis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "creen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "crea" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "creas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "crea" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "creamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "creis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "crean" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "crea" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "creas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "crea" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "creamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "creais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "crean" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"creyera" ; "creyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"creyeras" ; "creyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"creyera" ; "creyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"creyramos" ; "creysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"creyerais" ; "creyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"creyeran" ; "creyesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "cre" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "creste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "crey" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "cremos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "cresteis" ;--# 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) => -} "creers" ;--# 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) => -} "creeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "creern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "creyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "creyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "creyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "creyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "creyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "creyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "creera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "creeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "creera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "creeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "creerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "creeran" ;--# 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) => -} "credo" ; + {- VPB (Pass C.Sg Fem) => -} "creda" ; + {- VPB (Pass C.Pl Masc) => -} "credos" ; + {- VPB (Pass C.Pl Fem) => -} "credas" + ] + } ; + +lin decaer_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "decaer" ; + {- VI Ger => -} "decayendo" ; + {- VI Part => -} "decado" ; + {- 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) => -} "decais" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "decaen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "decaiga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "decaigas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "decaiga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "decaigamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "decaigis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "decaigan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "decaa" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "decaas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "decaa" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "decaamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "decaais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "decaan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"decayera" ; "decayese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"decayeras" ; "decayeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"decayera" ; "decayese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"decayramos" ; "decaysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"decayerais" ; "decayeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"decayeran" ; "decayesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "deca" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "decaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "decay" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "decamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "decasteis" ;--# 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) => -} "decaers" ;--# 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) => -} "decaeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "decaern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "decayere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "decayeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "decayere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "decayremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "decayereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "decayeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "decaera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "decaeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "decaera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "decaeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "decaerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "decaeran" ;--# 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) => -} "decado" ; + {- VPB (Pass C.Sg Fem) => -} "decada" ; + {- VPB (Pass C.Pl Masc) => -} "decados" ; + {- VPB (Pass C.Pl Fem) => -} "decadas" + ] + } ; + +lin descaer_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "descaer" ; + {- VI Ger => -} "descayendo" ; + {- VI Part => -} "descado" ; + {- 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) => -} "descais" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "descaen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "descaiga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "descaigas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "descaiga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "descaigamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "descaigis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "descaigan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "descaa" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "descaas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "descaa" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "descaamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "descaais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "descaan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descayera" ; "descayese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descayeras" ; "descayeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descayera" ; "descayese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descayramos" ; "descaysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descayerais" ; "descayeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descayeran" ; "descayesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desca" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "descaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "descay" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "descamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "descasteis" ;--# 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) => -} "descaers" ;--# 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) => -} "descaeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "descaern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "descayere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "descayeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "descayere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "descayremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "descayereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "descayeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "descaera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "descaeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "descaera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "descaeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "descaerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "descaeran" ;--# 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) => -} "descado" ; + {- VPB (Pass C.Sg Fem) => -} "descada" ; + {- VPB (Pass C.Pl Masc) => -} "descados" ; + {- VPB (Pass C.Pl Fem) => -} "descadas" + ] + } ; + +lin descreer_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "descreer" ; + {- VI Ger => -} "descreyendo" ; + {- VI Part => -} "descredo" ; + {- 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) => -} "descreis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "descreen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "descrea" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "descreas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "descrea" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "descreamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "descreis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "descrean" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "descrea" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "descreas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "descrea" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "descreamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "descreais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "descrean" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descreyera" ; "descreyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descreyeras" ; "descreyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descreyera" ; "descreyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descreyramos" ; "descreysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descreyerais" ; "descreyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descreyeran" ; "descreyesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "descre" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "descreste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "descrey" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "descremos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "descresteis" ;--# 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) => -} "descreers" ;--# 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) => -} "descreeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "descreern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "descreyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "descreyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "descreyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "descreyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "descreyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "descreyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "descreera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "descreeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "descreera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "descreeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "descreerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "descreeran" ;--# 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) => -} "descredo" ; + {- VPB (Pass C.Sg Fem) => -} "descreda" ; + {- VPB (Pass C.Pl Masc) => -} "descredos" ; + {- VPB (Pass C.Pl Fem) => -} "descredas" + ] + } ; + +lin desposeer_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "desposeer" ; + {- VI Ger => -} "desposeyendo" ; + {- VI Part => -} "desposedo" ; + {- 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) => -} "desposeis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desposeen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desposea" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desposeas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desposea" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desposeamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desposeis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desposean" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desposea" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desposeas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desposea" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desposeamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desposeais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desposean" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desposeyera" ; "desposeyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desposeyeras" ; "desposeyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desposeyera" ; "desposeyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desposeyramos" ; "desposeysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desposeyerais" ; "desposeyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desposeyeran" ; "desposeyesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "despose" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desposeste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desposey" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desposemos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desposesteis" ;--# 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) => -} "desposeers" ;--# 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) => -} "desposeeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desposeern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desposeyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desposeyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desposeyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desposeyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desposeyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desposeyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desposeera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desposeeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desposeera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desposeeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desposeerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desposeeran" ;--# 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) => -} "desposedo" ; + {- VPB (Pass C.Sg Fem) => -} "desposeda" ; + {- VPB (Pass C.Pl Masc) => -} "desposedos" ; + {- VPB (Pass C.Pl Fem) => -} "desposedas" + ] + } ; + +lin desproveer_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "desproveer" ; + {- VI Ger => -} "desproveyendo" ; + {- VI Part => -} "desprovedo" ; + {- 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) => -} "desproveis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desproveen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desprovea" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desproveas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desprovea" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desproveamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desproveis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desprovean" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desprovea" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desproveas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desprovea" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desproveamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desproveais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desprovean" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desproveyera" ; "desproveyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desproveyeras" ; "desproveyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desproveyera" ; "desproveyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desproveyramos" ; "desproveysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desproveyerais" ; "desproveyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desproveyeran" ; "desproveyesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desprove" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desproveste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desprovey" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desprovemos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desprovesteis" ;--# 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) => -} "desproveers" ;--# 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) => -} "desproveeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desproveern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desproveyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desproveyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desproveyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desproveyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desproveyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desproveyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desproveera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desproveeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desproveera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desproveeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desproveerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desproveeran" ;--# 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) => -} "desprovedo" ; + {- VPB (Pass C.Sg Fem) => -} "desproveda" ; + {- VPB (Pass C.Pl Masc) => -} "desprovedos" ; + {- VPB (Pass C.Pl Fem) => -} "desprovedas" + ] + } ; + +lin detraer_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "detraer" ; + {- VI Ger => -} "detrayendo" ; + {- VI Part => -} "detrado" ; + {- 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) => -} "detrais" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "detraen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "detraa" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "detraas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "detraa" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "detraamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "detrais" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "detraan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "detraa" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "detraas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "detraa" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "detraamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "detraais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "detraan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"detrayera" ; "detrayese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"detrayeras" ; "detrayeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"detrayera" ; "detrayese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"detrayramos" ; "detraysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"detrayerais" ; "detrayeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"detrayeran" ; "detrayesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "detra" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "detraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "detray" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "detramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "detrasteis" ;--# 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) => -} "detraers" ;--# 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) => -} "detraeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "detraern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "detrayere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "detrayeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "detrayere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "detrayremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "detrayereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "detrayeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "detraera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "detraeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "detraera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "detraeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "detraerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "detraeran" ;--# 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) => -} "detrado" ; + {- VPB (Pass C.Sg Fem) => -} "detrada" ; + {- VPB (Pass C.Pl Masc) => -} "detrados" ; + {- VPB (Pass C.Pl Fem) => -} "detradas" + ] + } ; + +lin distraer_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "distraer" ; + {- VI Ger => -} "distrayendo" ; + {- VI Part => -} "distrado" ; + {- 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) => -} "distrais" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "distraen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "distraa" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "distraas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "distraa" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "distraamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "distrais" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "distraan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "distraa" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "distraas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "distraa" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "distraamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "distraais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "distraan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"distrayera" ; "distrayese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"distrayeras" ; "distrayeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"distrayera" ; "distrayese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"distrayramos" ; "distraysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"distrayerais" ; "distrayeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"distrayeran" ; "distrayesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "distra" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "distraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "distray" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "distramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "distrasteis" ;--# 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) => -} "distraers" ;--# 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) => -} "distraeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "distraern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "distrayere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "distrayeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "distrayere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "distrayremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "distrayereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "distrayeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "distraera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "distraeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "distraera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "distraeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "distraerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "distraeran" ;--# 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) => -} "distrado" ; + {- VPB (Pass C.Sg Fem) => -} "distrada" ; + {- VPB (Pass C.Pl Masc) => -} "distrados" ; + {- VPB (Pass C.Pl Fem) => -} "distradas" + ] + } ; + +lin extraer_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "extraer" ; + {- VI Ger => -} "extrayendo" ; + {- VI Part => -} "extrado" ; + {- 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) => -} "extrais" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "extraen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "extraa" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "extraas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "extraa" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "extraamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "extrais" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "extraan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "extraa" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "extraas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "extraa" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "extraamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "extraais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "extraan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"extrayera" ; "extrayese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"extrayeras" ; "extrayeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"extrayera" ; "extrayese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"extrayramos" ; "extraysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"extrayerais" ; "extrayeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"extrayeran" ; "extrayesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "extra" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "extraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "extray" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "extramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "extrasteis" ;--# 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) => -} "extraers" ;--# 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) => -} "extraeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "extraern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "extrayere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "extrayeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "extrayere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "extrayremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "extrayereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "extrayeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "extraera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "extraeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "extraera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "extraeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "extraerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "extraeran" ;--# 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) => -} "extrado" ; + {- VPB (Pass C.Sg Fem) => -} "extrada" ; + {- VPB (Pass C.Pl Masc) => -} "extrados" ; + {- VPB (Pass C.Pl Fem) => -} "extradas" + ] + } ; + +lin leer_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "leer" ; + {- VI Ger => -} "leyendo" ; + {- VI Part => -} "ledo" ; + {- 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) => -} "leis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "leen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "lea" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "leas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "lea" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "leamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "leis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "lean" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "lea" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "leas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "lea" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "leamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "leais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "lean" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"leyera" ; "leyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"leyeras" ; "leyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"leyera" ; "leyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"leyramos" ; "leysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"leyerais" ; "leyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"leyeran" ; "leyesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "le" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "leste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "ley" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "lemos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "lesteis" ;--# 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) => -} "leers" ;--# 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) => -} "leeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "leern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "leyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "leyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "leyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "leyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "leyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "leyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "leera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "leeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "leera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "leeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "leerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "leeran" ;--# 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) => -} "ledo" ; + {- VPB (Pass C.Sg Fem) => -} "leda" ; + {- VPB (Pass C.Pl Masc) => -} "ledos" ; + {- VPB (Pass C.Pl Fem) => -} "ledas" + ] + } ; + +lin maltraer_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "maltraer" ; + {- VI Ger => -} "maltrayendo" ; + {- VI Part => -} "maltrado" ; + {- 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) => -} "maltrais" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "maltraen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "maltraa" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "maltraas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "maltraa" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "maltraamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "maltrais" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "maltraan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "maltraa" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "maltraas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "maltraa" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "maltraamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "maltraais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "maltraan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"maltrayera" ; "maltrayese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"maltrayeras" ; "maltrayeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"maltrayera" ; "maltrayese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"maltrayramos" ; "maltraysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"maltrayerais" ; "maltrayeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"maltrayeran" ; "maltrayesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "maltra" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "maltraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "maltray" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "maltramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "maltrasteis" ;--# 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) => -} "maltraers" ;--# 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) => -} "maltraeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "maltraern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "maltrayere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "maltrayeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "maltrayere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "maltrayremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "maltrayereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "maltrayeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "maltraera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "maltraeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "maltraera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "maltraeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "maltraerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "maltraeran" ;--# 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) => -} "maltrado" ; + {- VPB (Pass C.Sg Fem) => -} "maltrada" ; + {- VPB (Pass C.Pl Masc) => -} "maltrados" ; + {- VPB (Pass C.Pl Fem) => -} "maltradas" + ] + } ; + +lin poseer_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "poseer" ; + {- VI Ger => -} "poseyendo" ; + {- VI Part => -} "posedo" ; + {- 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) => -} "poseis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "poseen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "posea" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "poseas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "posea" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "poseamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "poseis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "posean" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "posea" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "poseas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "posea" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "poseamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "poseais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "posean" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"poseyera" ; "poseyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"poseyeras" ; "poseyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"poseyera" ; "poseyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"poseyramos" ; "poseysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"poseyerais" ; "poseyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"poseyeran" ; "poseyesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "pose" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "poseste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "posey" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "posemos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "posesteis" ;--# 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) => -} "poseers" ;--# 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) => -} "poseeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "poseern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "poseyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "poseyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "poseyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "poseyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "poseyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "poseyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "poseera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "poseeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "poseera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "poseeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "poseerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "poseeran" ;--# 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) => -} "posedo" ; + {- VPB (Pass C.Sg Fem) => -} "poseda" ; + {- VPB (Pass C.Pl Masc) => -} "posedos" ; + {- VPB (Pass C.Pl Fem) => -} "posedas" + ] + } ; + +lin proveer_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "proveer" ; + {- VI Ger => -} "proveyendo" ; + {- VI Part => -} variants {"provedo" ; "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) => -} "proveis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "proveen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "provea" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "proveas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "provea" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "proveamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "proveis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "provean" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "provea" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "proveas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "provea" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "proveamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "proveais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "provean" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"proveyera" ; "proveyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"proveyeras" ; "proveyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"proveyera" ; "proveyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"proveyramos" ; "proveysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"proveyerais" ; "proveyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"proveyeran" ; "proveyesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "prove" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "proveste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "provey" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "provemos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "provesteis" ;--# 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) => -} "proveers" ;--# 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) => -} "proveeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "proveern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "proveyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "proveyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "proveyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "proveyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "proveyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "proveyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "proveera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "proveeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "proveera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "proveeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "proveerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "proveeran" ;--# 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 {"provedo" ; "provisto"} ; + {- VPB (Pass C.Sg Fem) => -} variants {"proveda" ; "provista"} ; + {- VPB (Pass C.Pl Masc) => -} variants {"provedos" ; "provistos"} ; + {- VPB (Pass C.Pl Fem) => -} variants {"provedas" ; "provistas"} + ] + } ; + +lin recaer_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "recaer" ; + {- VI Ger => -} "recayendo" ; + {- VI Part => -} "recado" ; + {- 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) => -} "recais" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "recaen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "recaiga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "recaigas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "recaiga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "recaigamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "recaigis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "recaigan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "recaa" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "recaas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "recaa" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "recaamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "recaais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "recaan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recayera" ; "recayese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recayeras" ; "recayeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recayera" ; "recayese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recayramos" ; "recaysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recayerais" ; "recayeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recayeran" ; "recayesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "reca" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "recaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "recay" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "recamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "recasteis" ;--# 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) => -} "recaers" ;--# 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) => -} "recaeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "recaern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "recayere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "recayeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "recayere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "recayremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "recayereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "recayeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "recaera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "recaeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "recaera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "recaeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "recaerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "recaeran" ;--# 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) => -} "recado" ; + {- VPB (Pass C.Sg Fem) => -} "recada" ; + {- VPB (Pass C.Pl Masc) => -} "recados" ; + {- VPB (Pass C.Pl Fem) => -} "recadas" + ] + } ; + +lin releer_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "releer" ; + {- VI Ger => -} "releyendo" ; + {- VI Part => -} "reledo" ; + {- 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) => -} "releis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "releen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "relea" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "releas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "relea" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "releamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "releis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "relean" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "relea" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "releas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "relea" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "releamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "releais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "relean" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"releyera" ; "releyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"releyeras" ; "releyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"releyera" ; "releyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"releyramos" ; "releysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"releyerais" ; "releyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"releyeran" ; "releyesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "rele" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "releste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "reley" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "relemos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "relesteis" ;--# 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) => -} "releers" ;--# 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) => -} "releeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "releern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "releyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "releyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "releyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "releyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "releyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "releyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "releera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "releeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "releera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "releeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "releerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "releeran" ;--# 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) => -} "reledo" ; + {- VPB (Pass C.Sg Fem) => -} "releda" ; + {- VPB (Pass C.Pl Masc) => -} "reledos" ; + {- VPB (Pass C.Pl Fem) => -} "reledas" + ] + } ; + +lin retraer_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "retraer" ; + {- VI Ger => -} "retrayendo" ; + {- VI Part => -} "retrado" ; + {- 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) => -} "retrais" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "retraen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "retraa" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "retraas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "retraa" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "retraamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "retrais" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "retraan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "retraa" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "retraas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "retraa" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "retraamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "retraais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "retraan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retrayera" ; "retrayese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retrayeras" ; "retrayeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retrayera" ; "retrayese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retrayramos" ; "retraysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retrayerais" ; "retrayeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retrayeran" ; "retrayesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "retra" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "retraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "retray" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "retramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "retrasteis" ;--# 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) => -} "retraers" ;--# 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) => -} "retraeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "retraern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "retrayere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "retrayeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "retrayere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "retrayremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "retrayereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "retrayeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "retraera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "retraeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "retraera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "retraeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "retraerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "retraeran" ;--# 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) => -} "retrado" ; + {- VPB (Pass C.Sg Fem) => -} "retrada" ; + {- VPB (Pass C.Pl Masc) => -} "retrados" ; + {- VPB (Pass C.Pl Fem) => -} "retradas" + ] + } ; + +lin retrotraer_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "retrotraer" ; + {- VI Ger => -} "retrotrayendo" ; + {- VI Part => -} "retrotrado" ; + {- 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) => -} "retrotrais" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "retrotraen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "retrotraa" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "retrotraas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "retrotraa" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "retrotraamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "retrotrais" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "retrotraan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "retrotraa" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "retrotraas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "retrotraa" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "retrotraamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "retrotraais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "retrotraan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retrotrayera" ; "retrotrayese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retrotrayeras" ; "retrotrayeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retrotrayera" ; "retrotrayese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retrotrayramos" ; "retrotraysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retrotrayerais" ; "retrotrayeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retrotrayeran" ; "retrotrayesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "retrotra" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "retrotraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "retrotray" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "retrotramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "retrotrasteis" ;--# 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) => -} "retrotraers" ;--# 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) => -} "retrotraeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "retrotraern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "retrotrayere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "retrotrayeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "retrotrayere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "retrotrayremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "retrotrayereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "retrotrayeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "retrotraera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "retrotraeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "retrotraera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "retrotraeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "retrotraerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "retrotraeran" ;--# 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) => -} "retrotrado" ; + {- VPB (Pass C.Sg Fem) => -} "retrotrada" ; + {- VPB (Pass C.Pl Masc) => -} "retrotrados" ; + {- VPB (Pass C.Pl Fem) => -} "retrotradas" + ] + } ; + +lin roer_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "roer" ; + {- VI Ger => -} "royendo" ; + {- VI Part => -} "rodo" ; + {- 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) => -} "rois" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "roen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "roa" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "roas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "roa" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "roamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "rois" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "roan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "roa" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "roas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "roa" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "roamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "roais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "roan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"royera" ; "royese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"royeras" ; "royeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"royera" ; "royese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"royramos" ; "roysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"royerais" ; "royeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"royeran" ; "royesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "ro" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "roste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "roy" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "romos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "rosteis" ;--# 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) => -} "roers" ;--# 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) => -} "roeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "roern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "royere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "royeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "royere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "royremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "royereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "royeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "roera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "roeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "roera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "roeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "roerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "roeran" ;--# 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) => -} "rodo" ; + {- VPB (Pass C.Sg Fem) => -} "roda" ; + {- VPB (Pass C.Pl Masc) => -} "rodos" ; + {- VPB (Pass C.Pl Fem) => -} "rodas" + ] + } ; + +lin sobreseer_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "sobreseer" ; + {- VI Ger => -} "sobreseyendo" ; + {- VI Part => -} "sobresedo" ; + {- 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) => -} "sobreseis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sobreseen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sobresea" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sobreseas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sobresea" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sobreseamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sobreseis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sobresean" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sobresea" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sobreseas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sobresea" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sobreseamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sobreseais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sobresean" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobreseyera" ; "sobreseyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobreseyeras" ; "sobreseyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobreseyera" ; "sobreseyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobreseyramos" ; "sobreseysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobreseyerais" ; "sobreseyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobreseyeran" ; "sobreseyesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "sobrese" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "sobreseste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "sobresey" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "sobresemos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "sobresesteis" ;--# 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) => -} "sobreseers" ;--# 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) => -} "sobreseeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sobreseern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sobreseyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sobreseyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sobreseyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sobreseyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sobreseyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sobreseyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sobreseera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sobreseeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sobreseera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sobreseeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sobreseerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sobreseeran" ;--# 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) => -} "sobresedo" ; + {- VPB (Pass C.Sg Fem) => -} "sobreseda" ; + {- VPB (Pass C.Pl Masc) => -} "sobresedos" ; + {- VPB (Pass C.Pl Fem) => -} "sobresedas" + ] + } ; + +lin substraer_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "substraer" ; + {- VI Ger => -} "substrayendo" ; + {- VI Part => -} "substrado" ; + {- 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) => -} "substrais" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "substraen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "substraa" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "substraas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "substraa" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "substraamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "substrais" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "substraan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "substraa" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "substraas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "substraa" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "substraamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "substraais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "substraan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"substrayera" ; "substrayese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"substrayeras" ; "substrayeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"substrayera" ; "substrayese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"substrayramos" ; "substraysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"substrayerais" ; "substrayeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"substrayeran" ; "substrayesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "substra" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "substraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "substray" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "substramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "substrasteis" ;--# 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) => -} "substraers" ;--# 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) => -} "substraeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "substraern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "substrayere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "substrayeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "substrayere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "substrayremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "substrayereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "substrayeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "substraera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "substraeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "substraera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "substraeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "substraerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "substraeran" ;--# 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) => -} "substrado" ; + {- VPB (Pass C.Sg Fem) => -} "substrada" ; + {- VPB (Pass C.Pl Masc) => -} "substrados" ; + {- VPB (Pass C.Pl Fem) => -} "substradas" + ] + } ; + +lin sustraer_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "sustraer" ; + {- VI Ger => -} "sustrayendo" ; + {- VI Part => -} "sustrado" ; + {- 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) => -} "sustrais" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sustraen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sustraa" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sustraas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sustraa" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sustraamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sustrais" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sustraan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sustraa" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sustraas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sustraa" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sustraamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sustraais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sustraan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sustrayera" ; "sustrayese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sustrayeras" ; "sustrayeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sustrayera" ; "sustrayese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sustrayramos" ; "sustraysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sustrayerais" ; "sustrayeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sustrayeran" ; "sustrayesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "sustra" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "sustraste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "sustray" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "sustramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "sustrasteis" ;--# 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) => -} "sustraers" ;--# 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) => -} "sustraeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sustraern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sustrayere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sustrayeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sustrayere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sustrayremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sustrayereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sustrayeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sustraera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sustraeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sustraera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sustraeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sustraerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sustraeran" ;--# 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) => -} "sustrado" ; + {- VPB (Pass C.Sg Fem) => -} "sustrada" ; + {- VPB (Pass C.Pl Masc) => -} "sustrados" ; + {- VPB (Pass C.Pl Fem) => -} "sustradas" + ] + } ; + +lin traer_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "traer" ; + {- VI Ger => -} "trayendo" ; + {- VI Part => -} "trado" ; + {- 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) => -} "trais" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "traen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "traa" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "traas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "traa" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "traamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "trais" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "traan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "traa" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "traas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "traa" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "traamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "traais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "traan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trayera" ; "trayese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trayeras" ; "trayeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trayera" ; "trayese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trayramos" ; "traysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trayerais" ; "trayeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trayeran" ; "trayesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "tra" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "traste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "tray" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "tramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "trasteis" ;--# 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) => -} "traers" ;--# 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) => -} "traeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "traern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "trayere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "trayeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "trayere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "trayremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "trayereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "trayeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "traera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "traeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "traera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "traeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "traerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "traeran" ;--# 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) => -} "trado" ; + {- VPB (Pass C.Sg Fem) => -} "trada" ; + {- VPB (Pass C.Pl Masc) => -} "trados" ; + {- VPB (Pass C.Pl Fem) => -} "tradas" + ] + } ; + +lin cocer_V = verboV + {s = table (BeschSpa.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) => -} "cocis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "cuecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "cueza" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "cuezas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "cueza" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "cozamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "cozis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "cuezan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "coca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "cocas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "coca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "cocamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "cocais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "cocan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"cociera" ; "cociese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"cocieras" ; "cocieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"cociera" ; "cociese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"cociramos" ; "cocisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"cocierais" ; "cocieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"cocieran" ; "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) => -} "cocers" ;--# 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) => -} "coceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "cocern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "cociere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "cocieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "cociere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "cociremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "cociereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "cocieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "cocera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "coceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "cocera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "coceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "cocerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "coceran" ;--# 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 (BeschSpa.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) => -} "descocis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "descuecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "descueza" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "descuezas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "descueza" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "descozamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "descozis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "descuezan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "descoca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "descocas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "descoca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "descocamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "descocais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "descocan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descociera" ; "descociese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descocieras" ; "descocieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descociera" ; "descociese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descociramos" ; "descocisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descocierais" ; "descocieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descocieran" ; "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) => -} "descocers" ;--# 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) => -} "descoceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "descocern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "descociere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "descocieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "descociere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "descociremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "descociereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "descocieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "descocera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "descoceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "descocera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "descoceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "descocerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "descoceran" ;--# 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 (BeschSpa.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) => -} "destorcis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "destuercen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "destuerza" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "destuerzas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "destuerza" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "destorzamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "destorzis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "destuerzan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "destorca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "destorcas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "destorca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "destorcamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "destorcais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "destorcan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"destorciera" ; "destorciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"destorcieras" ; "destorcieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"destorciera" ; "destorciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"destorciramos" ; "destorcisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"destorcierais" ; "destorcieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"destorcieran" ; "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) => -} "destorcers" ;--# 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) => -} "destorceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "destorcern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "destorciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "destorcieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "destorciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "destorciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "destorciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "destorcieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "destorcera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "destorceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "destorcera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "destorceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "destorcerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "destorceran" ;--# 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 (BeschSpa.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) => -} "escocis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "escuecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "escueza" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "escuezas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "escueza" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "escozamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "escozis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "escuezan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "escoca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "escocas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "escoca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "escocamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "escocais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "escocan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"escociera" ; "escociese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"escocieras" ; "escocieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"escociera" ; "escociese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"escociramos" ; "escocisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"escocierais" ; "escocieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"escocieran" ; "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) => -} "escocers" ;--# 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) => -} "escoceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "escocern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "escociere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "escocieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "escociere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "escociremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "escociereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "escocieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "escocera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "escoceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "escocera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "escoceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "escocerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "escoceran" ;--# 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 (BeschSpa.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) => -} "recocis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "recuecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "recueza" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "recuezas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "recueza" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "recozamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "recozis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "recuezan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "recoca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "recocas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "recoca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "recocamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "recocais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "recocan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recociera" ; "recociese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recocieras" ; "recocieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recociera" ; "recociese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recociramos" ; "recocisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recocierais" ; "recocieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recocieran" ; "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) => -} "recocers" ;--# 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) => -} "recoceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "recocern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "recociere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "recocieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "recociere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "recociremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "recociereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "recocieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "recocera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "recoceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "recocera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "recoceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "recocerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "recoceran" ;--# 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 (BeschSpa.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) => -} "retorcis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "retuercen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "retuerza" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "retuerzas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "retuerza" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "retorzamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "retorzis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "retuerzan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "retorca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "retorcas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "retorca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "retorcamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "retorcais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "retorcan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retorciera" ; "retorciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retorcieras" ; "retorcieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retorciera" ; "retorciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retorciramos" ; "retorcisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retorcierais" ; "retorcieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retorcieran" ; "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) => -} "retorcers" ;--# 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) => -} "retorceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "retorcern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "retorciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "retorcieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "retorciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "retorciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "retorciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "retorcieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "retorcera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "retorceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "retorcera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "retorceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "retorcerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "retorceran" ;--# 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 (BeschSpa.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) => -} "torcis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "tuercen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "tuerza" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "tuerzas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "tuerza" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "torzamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "torzis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "tuerzan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "torca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "torcas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "torca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "torcamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "torcais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "torcan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"torciera" ; "torciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"torcieras" ; "torcieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"torciera" ; "torciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"torciramos" ; "torcisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"torcierais" ; "torcieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"torcieran" ; "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) => -} "torcers" ;--# 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) => -} "torceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "torcern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "torciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "torcieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "torciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "torciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "torciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "torcieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "torcera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "torceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "torcera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "torceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "torcerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "torceran" ;--# 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 (BeschSpa.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) => -} "abnegis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "abniegan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "abniegue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "abniegues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "abniegue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "abneguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "abneguis" ; + {- VPB (Pres Subj 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) => -} "abnegbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "abnegabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "abnegaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"abnegara" ; "abnegase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"abnegaras" ; "abnegases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"abnegara" ; "abnegase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"abnegramos" ; "abnegsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"abnegarais" ; "abnegaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"abnegaran" ; "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) => -} "abnegars" ;--# 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) => -} "abnegaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "abnegarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "abnegare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "abnegares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "abnegare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "abnegremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "abnegareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "abnegaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "abnegara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "abnegaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "abnegara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "abnegaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "abnegarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "abnegaran" ;--# 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 (BeschSpa.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) => -} "almorzis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "almuerzan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "almuerce" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "almuerces" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "almuerce" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "almorcemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "almorcis" ; + {- VPB (Pres Subj 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) => -} "almorzbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "almorzabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "almorzaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"almorzara" ; "almorzase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"almorzaras" ; "almorzases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"almorzara" ; "almorzase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"almorzramos" ; "almorzsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"almorzarais" ; "almorzaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"almorzaran" ; "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) => -} "almorzars" ;--# 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) => -} "almorzaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "almorzarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "almorzare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "almorzares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "almorzare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "almorzremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "almorzareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "almorzaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "almorzara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "almorzaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "almorzara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "almorzaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "almorzarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "almorzaran" ;--# 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 (BeschSpa.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) => -} "alongis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "aluengan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "aluengue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "aluengues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "aluengue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "alonguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "alonguis" ; + {- VPB (Pres Subj 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) => -} "alongbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "alongabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "alongaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"alongara" ; "alongase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"alongaras" ; "alongases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"alongara" ; "alongase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"alongramos" ; "alongsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"alongarais" ; "alongaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"alongaran" ; "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) => -} "alongars" ;--# 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) => -} "alongaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "alongarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "alongare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "alongares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "alongare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "alongremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "alongareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "alongaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "alongara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "alongaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "alongara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "alongaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "alongarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "alongaran" ;--# 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 (BeschSpa.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) => -} "cegis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ciegan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ciegue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ciegues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ciegue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "ceguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "ceguis" ; + {- VPB (Pres Subj 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) => -} "cegbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "cegabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "cegaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"cegara" ; "cegase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"cegaras" ; "cegases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"cegara" ; "cegase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"cegramos" ; "cegsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"cegarais" ; "cegaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"cegaran" ; "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) => -} "cegars" ;--# 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) => -} "cegaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "cegarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "cegare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "cegares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "cegare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "cegremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "cegareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "cegaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "cegara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "cegaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "cegara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "cegaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "cegarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "cegaran" ;--# 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 (BeschSpa.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) => -} "clocis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "cluecan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "clueque" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "clueques" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "clueque" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "cloquemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "cloquis" ; + {- VPB (Pres Subj 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) => -} "clocbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "clocabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "clocaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"clocara" ; "clocase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"clocaras" ; "clocases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"clocara" ; "clocase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"clocramos" ; "clocsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"clocarais" ; "clocaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"clocaran" ; "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) => -} "clocars" ;--# 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) => -} "clocaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "clocarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "clocare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "clocares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "clocare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "clocremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "clocareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "clocaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "clocara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "clocaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "clocara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "clocaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "clocarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "clocaran" ;--# 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 (BeschSpa.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) => -} "colgis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "cuelgan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "cuelgue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "cuelgues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "cuelgue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "colguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "colguis" ; + {- VPB (Pres Subj 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) => -} "colgbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "colgabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "colgaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"colgara" ; "colgase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"colgaras" ; "colgases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"colgara" ; "colgase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"colgramos" ; "colgsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"colgarais" ; "colgaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"colgaran" ; "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) => -} "colgars" ;--# 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) => -} "colgaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "colgarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "colgare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "colgares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "colgare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "colgremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "colgareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "colgaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "colgara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "colgaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "colgara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "colgaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "colgarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "colgaran" ;--# 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 (BeschSpa.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) => -} "comenzis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "comienzan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "comience" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "comiences" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "comience" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "comencemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "comencis" ; + {- VPB (Pres Subj 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) => -} "comenzbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "comenzabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "comenzaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"comenzara" ; "comenzase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"comenzaras" ; "comenzases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"comenzara" ; "comenzase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"comenzramos" ; "comenzsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"comenzarais" ; "comenzaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"comenzaran" ; "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) => -} "comenzars" ;--# 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) => -} "comenzaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "comenzarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "comenzare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "comenzares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "comenzare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "comenzremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "comenzareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "comenzaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "comenzara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "comenzaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "comenzara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "comenzaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "comenzarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "comenzaran" ;--# 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 (BeschSpa.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) => -} "denegis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "deniegan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "deniegue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "deniegues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "deniegue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "deneguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "deneguis" ; + {- VPB (Pres Subj 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) => -} "denegbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "denegabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "denegaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"denegara" ; "denegase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"denegaras" ; "denegases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"denegara" ; "denegase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"denegramos" ; "denegsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"denegarais" ; "denegaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"denegaran" ; "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) => -} "denegars" ;--# 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) => -} "denegaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "denegarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "denegare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "denegares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "denegare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "denegremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "denegareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "denegaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "denegara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "denegaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "denegara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "denegaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "denegarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "denegaran" ;--# 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 (BeschSpa.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) => -} "derrenegis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "derreniegan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "derreniegue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "derreniegues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "derreniegue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "derreneguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "derreneguis" ; + {- VPB (Pres Subj 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) => -} "derrenegbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "derrenegabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "derrenegaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"derrenegara" ; "derrenegase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"derrenegaras" ; "derrenegases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"derrenegara" ; "derrenegase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"derrenegramos" ; "derrenegsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"derrenegarais" ; "derrenegaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"derrenegaran" ; "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) => -} "derrenegars" ;--# 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) => -} "derrenegaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "derrenegarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "derrenegare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "derrenegares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "derrenegare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "derrenegremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "derrenegareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "derrenegaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "derrenegara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "derrenegaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "derrenegara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "derrenegaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "derrenegarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "derrenegaran" ;--# 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 (BeschSpa.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) => -} "derrengis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "derriengan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "derriengue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "derriengues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "derriengue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "derrenguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "derrenguis" ; + {- VPB (Pres Subj 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) => -} "derrengbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "derrengabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "derrengaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"derrengara" ; "derrengase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"derrengaras" ; "derrengases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"derrengara" ; "derrengase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"derrengramos" ; "derrengsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"derrengarais" ; "derrengaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"derrengaran" ; "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) => -} "derrengars" ;--# 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) => -} "derrengaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "derrengarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "derrengare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "derrengares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "derrengare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "derrengremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "derrengareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "derrengaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "derrengara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "derrengaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "derrengara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "derrengaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "derrengarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "derrengaran" ;--# 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 (BeschSpa.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) => -} "desasosegis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desasosiegan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desasosiegue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desasosiegues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desasosiegue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desasoseguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desasoseguis" ; + {- VPB (Pres Subj 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) => -} "desasosegbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desasosegabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desasosegaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desasosegara" ; "desasosegase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desasosegaras" ; "desasosegases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desasosegara" ; "desasosegase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desasosegramos" ; "desasosegsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desasosegarais" ; "desasosegaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desasosegaran" ; "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) => -} "desasosegars" ;--# 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) => -} "desasosegaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desasosegarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desasosegare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desasosegares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desasosegare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desasosegremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desasosegareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desasosegaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desasosegara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desasosegaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desasosegara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desasosegaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desasosegarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desasosegaran" ;--# 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 (BeschSpa.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) => -} "descolgis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "descuelgan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "descuelgue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "descuelgues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "descuelgue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "descolguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "descolguis" ; + {- VPB (Pres Subj 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) => -} "descolgbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "descolgabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "descolgaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descolgara" ; "descolgase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descolgaras" ; "descolgases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descolgara" ; "descolgase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descolgramos" ; "descolgsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descolgarais" ; "descolgaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descolgaran" ; "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) => -} "descolgars" ;--# 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) => -} "descolgaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "descolgarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "descolgare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "descolgares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "descolgare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "descolgremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "descolgareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "descolgaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "descolgara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "descolgaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "descolgara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "descolgaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "descolgarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "descolgaran" ;--# 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 (BeschSpa.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) => -} "desosegis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desosiegan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desosiegue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desosiegues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desosiegue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desoseguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desoseguis" ; + {- VPB (Pres Subj 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) => -} "desosegbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desosegabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desosegaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desosegara" ; "desosegase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desosegaras" ; "desosegases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desosegara" ; "desosegase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desosegramos" ; "desosegsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desosegarais" ; "desosegaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desosegaran" ; "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) => -} "desosegars" ;--# 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) => -} "desosegaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desosegarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desosegare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desosegares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desosegare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desosegremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desosegareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desosegaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desosegara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desosegaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desosegara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desosegaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desosegarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desosegaran" ;--# 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 (BeschSpa.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) => -} "despezis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "despiezan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "despiece" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "despieces" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "despiece" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "despecemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "despecis" ; + {- VPB (Pres Subj 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) => -} "despezbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "despezabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "despezaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"despezara" ; "despezase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"despezaras" ; "despezases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"despezara" ; "despezase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"despezramos" ; "despezsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"despezarais" ; "despezaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"despezaran" ; "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) => -} "despezars" ;--# 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) => -} "despezaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "despezarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "despezare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "despezares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "despezare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "despezremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "despezareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "despezaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "despezara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "despezaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "despezara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "despezaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "despezarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "despezaran" ;--# 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 (BeschSpa.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) => -} "desplegis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "despliegan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "despliegue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "despliegues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "despliegue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "despleguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "despleguis" ; + {- VPB (Pres Subj 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) => -} "desplegbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desplegabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desplegaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desplegara" ; "desplegase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desplegaras" ; "desplegases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desplegara" ; "desplegase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desplegramos" ; "desplegsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desplegarais" ; "desplegaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desplegaran" ; "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) => -} "desplegars" ;--# 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) => -} "desplegaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desplegarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desplegare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desplegares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desplegare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desplegremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desplegareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desplegaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desplegara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desplegaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desplegara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desplegaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desplegarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desplegaran" ;--# 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 (BeschSpa.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) => -} "empezis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "empiezan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "empiece" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "empieces" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "empiece" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "empecemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "empecis" ; + {- VPB (Pres Subj 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) => -} "empezbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "empezabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "empezaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empezara" ; "empezase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empezaras" ; "empezases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empezara" ; "empezase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empezramos" ; "empezsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empezarais" ; "empezaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empezaran" ; "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) => -} "empezars" ;--# 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) => -} "empezaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "empezarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "empezare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "empezares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "empezare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "empezremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "empezareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "empezaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "empezara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "empezaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "empezara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "empezaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "empezarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "empezaran" ;--# 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 (BeschSpa.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) => -} "emporcis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "empuercan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "empuerque" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "empuerques" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "empuerque" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "emporquemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "emporquis" ; + {- VPB (Pres Subj 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) => -} "emporcbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "emporcabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "emporcaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"emporcara" ; "emporcase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"emporcaras" ; "emporcases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"emporcara" ; "emporcase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"emporcramos" ; "emporcsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"emporcarais" ; "emporcaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"emporcaran" ; "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) => -} "emporcars" ;--# 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) => -} "emporcaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "emporcarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "emporcare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "emporcares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "emporcare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "emporcremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "emporcareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "emporcaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "emporcara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "emporcaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "emporcara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "emporcaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "emporcarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "emporcaran" ;--# 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 (BeschSpa.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) => -} "enclocis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "encluecan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enclueque" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enclueques" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enclueque" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "encloquemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "encloquis" ; + {- VPB (Pres Subj 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) => -} "enclocbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enclocabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enclocaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enclocara" ; "enclocase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enclocaras" ; "enclocases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enclocara" ; "enclocase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enclocramos" ; "enclocsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enclocarais" ; "enclocaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enclocaran" ; "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) => -} "enclocars" ;--# 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) => -} "enclocaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enclocarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enclocare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enclocares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enclocare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enclocremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enclocareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enclocaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enclocara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enclocaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enclocara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enclocaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enclocarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enclocaran" ;--# 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 (BeschSpa.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) => -} "enlenzis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enlienzan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enlience" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enliences" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enlience" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enlencemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enlencis" ; + {- VPB (Pres Subj 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) => -} "enlenzbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enlenzabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enlenzaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enlenzara" ; "enlenzase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enlenzaras" ; "enlenzases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enlenzara" ; "enlenzase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enlenzramos" ; "enlenzsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enlenzarais" ; "enlenzaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enlenzaran" ; "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) => -} "enlenzars" ;--# 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) => -} "enlenzaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enlenzarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enlenzare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enlenzares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enlenzare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enlenzremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enlenzareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enlenzaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enlenzara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enlenzaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enlenzara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enlenzaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enlenzarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enlenzaran" ;--# 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 (BeschSpa.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) => -} "enrocis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enruecan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enrueque" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enrueques" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enrueque" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enroquemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enroquis" ; + {- VPB (Pres Subj 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) => -} "enrocbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enrocabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enrocaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enrocara" ; "enrocase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enrocaras" ; "enrocases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enrocara" ; "enrocase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enrocramos" ; "enrocsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enrocarais" ; "enrocaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enrocaran" ; "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) => -} "enrocars" ;--# 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) => -} "enrocaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enrocarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enrocare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enrocares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enrocare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enrocremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enrocareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enrocaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enrocara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enrocaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enrocara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enrocaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enrocarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enrocaran" ;--# 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 (BeschSpa.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) => -} "esforzis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "esfuerzan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "esfuerce" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "esfuerces" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "esfuerce" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "esforcemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "esforcis" ; + {- VPB (Pres Subj 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) => -} "esforzbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "esforzabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "esforzaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"esforzara" ; "esforzase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"esforzaras" ; "esforzases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"esforzara" ; "esforzase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"esforzramos" ; "esforzsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"esforzarais" ; "esforzaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"esforzaran" ; "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) => -} "esforzars" ;--# 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) => -} "esforzaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "esforzarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "esforzare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "esforzares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "esforzare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "esforzremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "esforzareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "esforzaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "esforzara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "esforzaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "esforzara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "esforzaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "esforzarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "esforzaran" ;--# 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 (BeschSpa.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) => -} "estregis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "estriegan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "estriegue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "estriegues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "estriegue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "estreguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "estreguis" ; + {- VPB (Pres Subj 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) => -} "estregbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "estregabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "estregaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"estregara" ; "estregase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"estregaras" ; "estregases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"estregara" ; "estregase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"estregramos" ; "estregsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"estregarais" ; "estregaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"estregaran" ; "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) => -} "estregars" ;--# 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) => -} "estregaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "estregarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "estregare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "estregares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "estregare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "estregremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "estregareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "estregaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "estregara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "estregaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "estregara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "estregaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "estregarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "estregaran" ;--# 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 (BeschSpa.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) => -} "forzis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "fuerzan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "fuerce" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "fuerces" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "fuerce" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "forcemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "forcis" ; + {- VPB (Pres Subj 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) => -} "forzbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "forzabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "forzaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"forzara" ; "forzase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"forzaras" ; "forzases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"forzara" ; "forzase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"forzramos" ; "forzsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"forzarais" ; "forzaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"forzaran" ; "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) => -} "forzars" ;--# 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) => -} "forzaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "forzarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "forzare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "forzares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "forzare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "forzremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "forzareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "forzaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "forzara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "forzaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "forzara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "forzaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "forzarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "forzaran" ;--# 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 (BeschSpa.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) => -} "fregis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "friegan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "friegue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "friegues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "friegue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "freguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "freguis" ; + {- VPB (Pres Subj 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) => -} "fregbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "fregabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "fregaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"fregara" ; "fregase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fregaras" ; "fregases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fregara" ; "fregase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"fregramos" ; "fregsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fregarais" ; "fregaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fregaran" ; "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) => -} "fregars" ;--# 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) => -} "fregaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "fregarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "fregare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "fregares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "fregare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "fregremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "fregareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "fregaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "fregara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "fregaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "fregara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "fregaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "fregarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "fregaran" ;--# 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 (BeschSpa.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) => -} "holgis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "huelgan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "huelgue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "huelgues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "huelgue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "holguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "holguis" ; + {- VPB (Pres Subj 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) => -} "holgbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "holgabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "holgaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"holgara" ; "holgase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"holgaras" ; "holgases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"holgara" ; "holgase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"holgramos" ; "holgsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"holgarais" ; "holgaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"holgaran" ; "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) => -} "holgars" ;--# 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) => -} "holgaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "holgarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "holgare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "holgares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "holgare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "holgremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "holgareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "holgaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "holgara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "holgaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "holgara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "holgaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "holgarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "holgaran" ;--# 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 (BeschSpa.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) => -} "jimenzis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "jimienzan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "jimience" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "jimiences" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "jimience" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "jimencemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "jimencis" ; + {- VPB (Pres Subj 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) => -} "jimenzbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "jimenzabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "jimenzaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"jimenzara" ; "jimenzase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"jimenzaras" ; "jimenzases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"jimenzara" ; "jimenzase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"jimenzramos" ; "jimenzsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"jimenzarais" ; "jimenzaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"jimenzaran" ; "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) => -} "jimenzars" ;--# 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) => -} "jimenzaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "jimenzarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "jimenzare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "jimenzares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "jimenzare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "jimenzremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "jimenzareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "jimenzaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "jimenzara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "jimenzaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "jimenzara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "jimenzaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "jimenzarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "jimenzaran" ;--# 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 (BeschSpa.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) => -} "jugis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "juegan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "juegue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "juegues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "juegue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "juguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "juguis" ; + {- VPB (Pres Subj 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) => -} "jugbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "jugabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "jugaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"jugara" ; "jugase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"jugaras" ; "jugases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"jugara" ; "jugase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"jugramos" ; "jugsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"jugarais" ; "jugaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"jugaran" ; "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) => -} "jugars" ;--# 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) => -} "jugaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "jugarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "jugare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "jugares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "jugare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "jugremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "jugareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "jugaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "jugara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "jugaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "jugara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "jugaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "jugarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "jugaran" ;--# 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 (BeschSpa.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) => -} "negis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "niegan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "niegue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "niegues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "niegue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "neguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "neguis" ; + {- VPB (Pres Subj 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) => -} "negbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "negabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "negaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"negara" ; "negase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"negaras" ; "negases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"negara" ; "negase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"negramos" ; "negsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"negarais" ; "negaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"negaran" ; "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) => -} "negars" ;--# 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) => -} "negaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "negarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "negare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "negares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "negare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "negremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "negareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "negaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "negara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "negaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "negara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "negaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "negarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "negaran" ;--# 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 (BeschSpa.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) => -} "plegis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "pliegan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "pliegue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "pliegues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "pliegue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "pleguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "pleguis" ; + {- VPB (Pres Subj 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) => -} "plegbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "plegabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "plegaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"plegara" ; "plegase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"plegaras" ; "plegases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"plegara" ; "plegase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"plegramos" ; "plegsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"plegarais" ; "plegaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"plegaran" ; "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) => -} "plegars" ;--# 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) => -} "plegaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "plegarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "plegare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "plegares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "plegare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "plegremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "plegareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "plegaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "plegara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "plegaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "plegara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "plegaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "plegarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "plegaran" ;--# 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 (BeschSpa.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) => -} "recomenzis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "recomienzan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "recomience" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "recomiences" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "recomience" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "recomencemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "recomencis" ; + {- VPB (Pres Subj 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) => -} "recomenzbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "recomenzabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "recomenzaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recomenzara" ; "recomenzase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recomenzaras" ; "recomenzases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recomenzara" ; "recomenzase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recomenzramos" ; "recomenzsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recomenzarais" ; "recomenzaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recomenzaran" ; "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) => -} "recomenzars" ;--# 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) => -} "recomenzaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "recomenzarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "recomenzare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "recomenzares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "recomenzare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "recomenzremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "recomenzareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "recomenzaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "recomenzara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "recomenzaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "recomenzara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "recomenzaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "recomenzarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "recomenzaran" ;--# 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 (BeschSpa.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) => -} "reforzis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "refuerzan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "refuerce" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "refuerces" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "refuerce" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reforcemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reforcis" ; + {- VPB (Pres Subj 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) => -} "reforzbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reforzabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reforzaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reforzara" ; "reforzase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reforzaras" ; "reforzases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reforzara" ; "reforzase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reforzramos" ; "reforzsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reforzarais" ; "reforzaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reforzaran" ; "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) => -} "reforzars" ;--# 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) => -} "reforzaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reforzarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reforzare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "reforzares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reforzare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reforzremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reforzareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "reforzaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reforzara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reforzaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reforzara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reforzaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reforzarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reforzaran" ;--# 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 (BeschSpa.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) => -} "refregis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "refriegan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "refriegue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "refriegues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "refriegue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "refreguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "refreguis" ; + {- VPB (Pres Subj 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) => -} "refregbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "refregabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "refregaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"refregara" ; "refregase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"refregaras" ; "refregases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"refregara" ; "refregase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"refregramos" ; "refregsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"refregarais" ; "refregaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"refregaran" ; "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) => -} "refregars" ;--# 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) => -} "refregaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "refregarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "refregare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "refregares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "refregare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "refregremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "refregareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "refregaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "refregara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "refregaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "refregara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "refregaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "refregarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "refregaran" ;--# 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 (BeschSpa.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) => -} "regis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "riegan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "riegue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "riegues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "riegue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reguis" ; + {- VPB (Pres Subj 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) => -} "regbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "regabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "regaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"regara" ; "regase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"regaras" ; "regases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"regara" ; "regase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"regramos" ; "regsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"regarais" ; "regaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"regaran" ; "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) => -} "regars" ;--# 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) => -} "regaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "regarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "regare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "regares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "regare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "regremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "regareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "regaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "regara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "regaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "regara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "regaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "regarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "regaran" ;--# 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 (BeschSpa.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) => -} "renegis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reniegan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reniegue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reniegues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reniegue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reneguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reneguis" ; + {- VPB (Pres Subj 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) => -} "renegbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "renegabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "renegaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"renegara" ; "renegase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"renegaras" ; "renegases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"renegara" ; "renegase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"renegramos" ; "renegsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"renegarais" ; "renegaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"renegaran" ; "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) => -} "renegars" ;--# 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) => -} "renegaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "renegarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "renegare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "renegares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "renegare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "renegremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "renegareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "renegaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "renegara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "renegaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "renegara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "renegaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "renegarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "renegaran" ;--# 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 (BeschSpa.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) => -} "replegis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "repliegan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "repliegue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "repliegues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "repliegue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "repleguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "repleguis" ; + {- VPB (Pres Subj 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) => -} "replegbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "replegabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "replegaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"replegara" ; "replegase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"replegaras" ; "replegases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"replegara" ; "replegase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"replegramos" ; "replegsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"replegarais" ; "replegaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"replegaran" ; "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) => -} "replegars" ;--# 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) => -} "replegaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "replegarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "replegare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "replegares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "replegare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "replegremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "replegareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "replegaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "replegara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "replegaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "replegara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "replegaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "replegarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "replegaran" ;--# 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 (BeschSpa.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) => -} "resegis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "resiegan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "resiegue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "resiegues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "resiegue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reseguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reseguis" ; + {- VPB (Pres Subj 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) => -} "resegbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "resegabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "resegaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"resegara" ; "resegase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"resegaras" ; "resegases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"resegara" ; "resegase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"resegramos" ; "resegsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"resegarais" ; "resegaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"resegaran" ; "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) => -} "resegars" ;--# 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) => -} "resegaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "resegarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "resegare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "resegares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "resegare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "resegremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "resegareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "resegaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "resegara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "resegaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "resegara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "resegaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "resegarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "resegaran" ;--# 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 (BeschSpa.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) => -} "restregis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "restriegan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "restriegue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "restriegues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "restriegue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "restreguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "restreguis" ; + {- VPB (Pres Subj 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) => -} "restregbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "restregabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "restregaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"restregara" ; "restregase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"restregaras" ; "restregases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"restregara" ; "restregase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"restregramos" ; "restregsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"restregarais" ; "restregaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"restregaran" ; "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) => -} "restregars" ;--# 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) => -} "restregaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "restregarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "restregare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "restregares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "restregare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "restregremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "restregareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "restregaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "restregara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "restregaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "restregara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "restregaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "restregarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "restregaran" ;--# 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 (BeschSpa.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) => -} "revolcis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "revuelcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "revuelque" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "revuelques" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "revuelque" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "revolquemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "revolquis" ; + {- VPB (Pres Subj 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) => -} "revolcbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "revolcabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "revolcaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"revolcara" ; "revolcase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"revolcaras" ; "revolcases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"revolcara" ; "revolcase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"revolcramos" ; "revolcsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"revolcarais" ; "revolcaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"revolcaran" ; "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) => -} "revolcars" ;--# 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) => -} "revolcaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "revolcarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "revolcare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "revolcares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "revolcare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "revolcremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "revolcareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "revolcaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "revolcara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "revolcaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "revolcara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "revolcaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "revolcarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "revolcaran" ;--# 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 (BeschSpa.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) => -} "rogis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ruegan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ruegue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ruegues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ruegue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "roguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "roguis" ; + {- VPB (Pres Subj 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) => -} "rogbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "rogabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "rogaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rogara" ; "rogase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rogaras" ; "rogases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rogara" ; "rogase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rogramos" ; "rogsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rogarais" ; "rogaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rogaran" ; "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) => -} "rogars" ;--# 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) => -} "rogaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "rogarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "rogare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "rogares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "rogare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "rogremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "rogareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "rogaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "rogara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "rogaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "rogara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "rogaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "rogarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "rogaran" ;--# 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 (BeschSpa.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) => -} "segis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "siegan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "siegue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "siegues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "siegue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "seguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "seguis" ; + {- VPB (Pres Subj 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) => -} "segbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "segabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "segaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"segara" ; "segase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"segaras" ; "segases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"segara" ; "segase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"segramos" ; "segsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"segarais" ; "segaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"segaran" ; "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) => -} "segars" ;--# 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) => -} "segaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "segarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "segare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "segares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "segare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "segremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "segareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "segaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "segara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "segaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "segara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "segaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "segarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "segaran" ;--# 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 (BeschSpa.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) => -} "sorregis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sorriegan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sorriegue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sorriegues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sorriegue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sorreguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sorreguis" ; + {- VPB (Pres Subj 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) => -} "sorregbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sorregabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sorregaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sorregara" ; "sorregase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sorregaras" ; "sorregases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sorregara" ; "sorregase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sorregramos" ; "sorregsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sorregarais" ; "sorregaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sorregaran" ; "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) => -} "sorregars" ;--# 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) => -} "sorregaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sorregarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sorregare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sorregares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sorregare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sorregremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sorregareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sorregaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sorregara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sorregaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sorregara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sorregaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sorregarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sorregaran" ;--# 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 (BeschSpa.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) => -} "sosegis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sosiegan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sosiegue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sosiegues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sosiegue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "soseguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "soseguis" ; + {- VPB (Pres Subj 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) => -} "sosegbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sosegabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sosegaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sosegara" ; "sosegase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sosegaras" ; "sosegases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sosegara" ; "sosegase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sosegramos" ; "sosegsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sosegarais" ; "sosegaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sosegaran" ; "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) => -} "sosegars" ;--# 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) => -} "sosegaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sosegarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sosegare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sosegares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sosegare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sosegremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sosegareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sosegaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sosegara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sosegaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sosegara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sosegaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sosegarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sosegaran" ;--# 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 (BeschSpa.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) => -} "trasegis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "trasiegan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "trasiegue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "trasiegues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "trasiegue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "traseguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "traseguis" ; + {- VPB (Pres Subj 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) => -} "trasegbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "trasegabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "trasegaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trasegara" ; "trasegase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trasegaras" ; "trasegases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trasegara" ; "trasegase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trasegramos" ; "trasegsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trasegarais" ; "trasegaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trasegaran" ; "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) => -} "trasegars" ;--# 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) => -} "trasegaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "trasegarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "trasegare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "trasegares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "trasegare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "trasegremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "trasegareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "trasegaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "trasegara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "trasegaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "trasegara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "trasegaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "trasegarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "trasegaran" ;--# 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 (BeschSpa.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) => -} "trasfregis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "trasfriegan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "trasfriegue" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "trasfriegues" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "trasfriegue" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "trasfreguemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "trasfreguis" ; + {- VPB (Pres Subj 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) => -} "trasfregbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "trasfregabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "trasfregaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trasfregara" ; "trasfregase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trasfregaras" ; "trasfregases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trasfregara" ; "trasfregase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trasfregramos" ; "trasfregsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trasfregarais" ; "trasfregaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trasfregaran" ; "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) => -} "trasfregars" ;--# 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) => -} "trasfregaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "trasfregarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "trasfregare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "trasfregares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "trasfregare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "trasfregremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "trasfregareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "trasfregaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "trasfregara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "trasfregaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "trasfregara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "trasfregaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "trasfregarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "trasfregaran" ;--# 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 (BeschSpa.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) => -} "trastrocis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "trastruecan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "trastrueque" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "trastrueques" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "trastrueque" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "trastroquemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "trastroquis" ; + {- VPB (Pres Subj 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) => -} "trastrocbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "trastrocabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "trastrocaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trastrocara" ; "trastrocase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trastrocaras" ; "trastrocases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trastrocara" ; "trastrocase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trastrocramos" ; "trastrocsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trastrocarais" ; "trastrocaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trastrocaran" ; "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) => -} "trastrocars" ;--# 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) => -} "trastrocaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "trastrocarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "trastrocare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "trastrocares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "trastrocare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "trastrocremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "trastrocareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "trastrocaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "trastrocara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "trastrocaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "trastrocara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "trastrocaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "trastrocarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "trastrocaran" ;--# 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 (BeschSpa.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) => -} "trocis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "truecan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "trueque" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "trueques" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "trueque" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "troquemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "troquis" ; + {- VPB (Pres Subj 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) => -} "trocbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "trocabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "trocaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trocara" ; "trocase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trocaras" ; "trocases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trocara" ; "trocase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trocramos" ; "trocsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trocarais" ; "trocaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trocaran" ; "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) => -} "trocars" ;--# 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) => -} "trocaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "trocarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "trocare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "trocares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "trocare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "trocremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "trocareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "trocaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "trocara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "trocaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "trocara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "trocaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "trocarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "trocaran" ;--# 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 (BeschSpa.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) => -} "tropezis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "tropiezan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "tropiece" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "tropieces" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "tropiece" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "tropecemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "tropecis" ; + {- VPB (Pres Subj 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) => -} "tropezbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "tropezabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "tropezaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tropezara" ; "tropezase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tropezaras" ; "tropezases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tropezara" ; "tropezase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tropezramos" ; "tropezsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tropezarais" ; "tropezaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tropezaran" ; "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) => -} "tropezars" ;--# 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) => -} "tropezaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "tropezarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "tropezare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "tropezares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "tropezare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "tropezremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "tropezareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "tropezaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "tropezara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "tropezaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "tropezara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "tropezaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "tropezarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "tropezaran" ;--# 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 (BeschSpa.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) => -} "volcis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "vuelcan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "vuelque" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "vuelques" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "vuelque" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "volquemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "volquis" ; + {- VPB (Pres Subj 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) => -} "volcbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "volcabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "volcaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"volcara" ; "volcase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"volcaras" ; "volcases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"volcara" ; "volcase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"volcramos" ; "volcsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"volcarais" ; "volcaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"volcaran" ; "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) => -} "volcars" ;--# 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) => -} "volcaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "volcarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "volcare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "volcares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "volcare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "volcremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "volcareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "volcaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "volcara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "volcaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "volcara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "volcaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "volcarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "volcaran" ;--# 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 (BeschSpa.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 Subj C.Sg C.P1) => -} "d" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "des" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "d" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "demos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "deis" ; + {- VPB (Pres Subj 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) => -} "dbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "dabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "daban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"diera" ; "diese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"dieras" ; "dieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"diera" ; "diese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"diramos" ; "disemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"dierais" ; "dieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"dieran" ; "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) => -} "dars" ;--# 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) => -} "daris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "darn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "diere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "dieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "diere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "diremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "diereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "dieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "dara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "daras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "dara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "daramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "darais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "daran" ;--# 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 (BeschSpa.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) => -} "decs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "dicen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "diga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "digas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "diga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "digamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "digis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "digan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "deca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "decas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "deca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "decamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "decais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "decan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"dijera" ; "dijese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"dijeras" ; "dijeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"dijera" ; "dijese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"dijramos" ; "dijsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"dijerais" ; "dijeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"dijeran" ; "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) => -} "dirs" ;--# 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) => -} "diris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "dirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "dijere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "dijeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "dijere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "dijremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "dijereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "dijeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "dira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "diras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "dira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "diramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "dirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "diran" ;--# 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 (BeschSpa.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) => -} "condecs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "condicen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "condiga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "condigas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "condiga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "condigamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "condigis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "condigan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "condeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "condecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "condeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "condecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "condecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "condecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"condijera" ; "condijese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"condijeras" ; "condijeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"condijera" ; "condijese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"condijramos" ; "condijsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"condijerais" ; "condijeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"condijeran" ; "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) => -} "condirs" ;--# 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) => -} "condiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "condirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "condijere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "condijeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "condijere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "condijremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "condijereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "condijeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "condira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "condiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "condira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "condiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "condirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "condiran" ;--# 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 (BeschSpa.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) => -} "redecs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "redicen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "rediga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "redigas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "rediga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "redigamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "redigis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "redigan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "redeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "redecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "redeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "redecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "redecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "redecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"redijera" ; "redijese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"redijeras" ; "redijeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"redijera" ; "redijese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"redijramos" ; "redijsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"redijerais" ; "redijeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"redijeran" ; "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) => -} "redirs" ;--# 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) => -} "rediris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "redirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "redijere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "redijeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "redijere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "redijremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "redijereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "redijeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "redira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "rediras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "redira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "rediramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "redirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "rediran" ;--# 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 (BeschSpa.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) => -} "aberris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "abyerran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "abyerre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "abyerres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "abyerre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "aberremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "aberris" ; + {- VPB (Pres Subj 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) => -} "aberrbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "aberrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "aberraban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aberrara" ; "aberrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aberraras" ; "aberrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aberrara" ; "aberrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aberrramos" ; "aberrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aberrarais" ; "aberraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aberraran" ; "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) => -} "aberrars" ;--# 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) => -} "aberraris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "aberrarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "aberrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "aberrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "aberrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "aberrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "aberrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "aberraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "aberrara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "aberraras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "aberrara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "aberraramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "aberrarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "aberraran" ;--# 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 (BeschSpa.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) => -} "desosis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "deshuesan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "deshuese" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "deshueses" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "deshuese" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desosemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desosis" ; + {- VPB (Pres Subj 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) => -} "desosbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desosabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desosaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desosara" ; "desosase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desosaras" ; "desosases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desosara" ; "desosase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desosramos" ; "desossemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desosarais" ; "desosaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desosaran" ; "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) => -} "desosars" ;--# 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) => -} "desosaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desosarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desosare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desosares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desosare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desosremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desosareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desosaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desosara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desosaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desosara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desosaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desosarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desosaran" ;--# 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 (BeschSpa.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) => -} "erris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "yerran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "yerre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "yerres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "yerre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "erremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "erris" ; + {- VPB (Pres Subj 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) => -} "errbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "errabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "erraban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"errara" ; "errase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"erraras" ; "errases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"errara" ; "errase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"errramos" ; "errsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"errarais" ; "erraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"erraran" ; "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) => -} "errars" ;--# 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) => -} "erraris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "errarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "errare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "errares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "errare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "errremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "errareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "erraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "errara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "erraras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "errara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "erraramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "errarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "erraran" ;--# 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 (BeschSpa.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) => -} "adhers" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "adhieren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "adhiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "adhieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "adhiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "adhiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "adhiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "adhieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "adhera" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "adheras" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "adhera" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "adheramos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "adherais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "adheran" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"adhiriera" ; "adhiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"adhirieras" ; "adhirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"adhiriera" ; "adhiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"adhiriramos" ; "adhirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"adhirierais" ; "adhirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"adhirieran" ; "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) => -} "adherirs" ;--# 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) => -} "adheriris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "adherirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "adhiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "adhirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "adhiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "adhiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "adhiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "adhirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "adherira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "adheriras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "adherira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "adheriramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "adherirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "adheriran" ;--# 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 (BeschSpa.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) => -} "adorms" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "aduermen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "aduerma" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "aduermas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "aduerma" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "adurmamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "adurmis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "aduerman" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "adorma" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "adormas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "adorma" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "adormamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "adormais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "adorman" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"adurmiera" ; "adurmiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"adurmieras" ; "adurmieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"adurmiera" ; "adurmiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"adurmiramos" ; "adurmisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"adurmierais" ; "adurmieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"adurmieran" ; "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) => -} "adormirs" ;--# 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) => -} "adormiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "adormirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "adurmiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "adurmieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "adurmiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "adurmiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "adurmiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "adurmieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "adormira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "adormiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "adormira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "adormiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "adormirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "adormiran" ;--# 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 (BeschSpa.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) => -} "adverts" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "advierten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "advierta" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "adviertas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "advierta" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "advirtamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "advirtis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "adviertan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "adverta" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "advertas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "adverta" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "advertamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "advertais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "advertan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"advirtiera" ; "advirtiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"advirtieras" ; "advirtieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"advirtiera" ; "advirtiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"advirtiramos" ; "advirtisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"advirtierais" ; "advirtieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"advirtieran" ; "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) => -} "advertirs" ;--# 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) => -} "advertiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "advertirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "advirtiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "advirtieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "advirtiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "advirtiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "advirtiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "advirtieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "advertira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "advertiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "advertira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "advertiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "advertirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "advertiran" ;--# 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 (BeschSpa.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) => -} "asents" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "asienten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "asienta" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "asientas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "asienta" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "asintamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "asintis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "asientan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "asenta" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "asentas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "asenta" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "asentamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "asentais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "asentan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"asintiera" ; "asintiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"asintieras" ; "asintieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"asintiera" ; "asintiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"asintiramos" ; "asintisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"asintierais" ; "asintieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"asintieran" ; "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) => -} "asentirs" ;--# 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) => -} "asentiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "asentirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "asintiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "asintieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "asintiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "asintiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "asintiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "asintieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "asentira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "asentiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "asentira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "asentiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "asentirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "asentiran" ;--# 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 (BeschSpa.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) => -} "circunfers" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "circunfieren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "circunfiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "circunfieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "circunfiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "circunfiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "circunfiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "circunfieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "circunfera" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "circunferas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "circunfera" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "circunferamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "circunferais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "circunferan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"circunfiriera" ; "circunfiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"circunfirieras" ; "circunfirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"circunfiriera" ; "circunfiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"circunfiriramos" ; "circunfirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"circunfirierais" ; "circunfirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"circunfirieran" ; "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) => -} "circunferirs" ;--# 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) => -} "circunferiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "circunferirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "circunfiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "circunfirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "circunfiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "circunfiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "circunfiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "circunfirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "circunferira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "circunferiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "circunferira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "circunferiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "circunferirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "circunferiran" ;--# 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 (BeschSpa.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) => -} "confers" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "confieren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "confiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "confieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "confiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "confiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "confiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "confieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "confera" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "conferas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "confera" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "conferamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "conferais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "conferan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"confiriera" ; "confiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"confirieras" ; "confirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"confiriera" ; "confiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"confiriramos" ; "confirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"confirierais" ; "confirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"confirieran" ; "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) => -} "conferirs" ;--# 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) => -} "conferiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "conferirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "confiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "confirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "confiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "confiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "confiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "confirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "conferira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "conferiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "conferira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "conferiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "conferirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "conferiran" ;--# 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 (BeschSpa.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) => -} "consents" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "consienten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "consienta" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "consientas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "consienta" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "consintamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "consintis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "consientan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "consenta" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "consentas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "consenta" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "consentamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "consentais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "consentan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"consintiera" ; "consintiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"consintieras" ; "consintieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"consintiera" ; "consintiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"consintiramos" ; "consintisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"consintierais" ; "consintieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"consintieran" ; "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) => -} "consentirs" ;--# 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) => -} "consentiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "consentirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "consintiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "consintieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "consintiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "consintiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "consintiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "consintieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "consentira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "consentiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "consentira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "consentiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "consentirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "consentiran" ;--# 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 (BeschSpa.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) => -} "controverts" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "controvierten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "controvierta" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "controviertas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "controvierta" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "controvirtamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "controvirtis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "controviertan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "controverta" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "controvertas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "controverta" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "controvertamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "controvertais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "controvertan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"controvirtiera" ; "controvirtiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"controvirtieras" ; "controvirtieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"controvirtiera" ; "controvirtiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"controvirtiramos" ; "controvirtisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"controvirtierais" ; "controvirtieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"controvirtieran" ; "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) => -} "controvertirs" ;--# 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) => -} "controvertiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "controvertirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "controvirtiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "controvirtieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "controvirtiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "controvirtiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "controvirtiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "controvirtieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "controvertira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "controvertiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "controvertira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "controvertiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "controvertirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "controvertiran" ;--# 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 (BeschSpa.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) => -} "converts" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "convierten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "convierta" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "conviertas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "convierta" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "convirtamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "convirtis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "conviertan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "converta" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "convertas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "converta" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "convertamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "convertais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "convertan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"convirtiera" ; "convirtiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"convirtieras" ; "convirtieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"convirtiera" ; "convirtiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"convirtiramos" ; "convirtisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"convirtierais" ; "convirtieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"convirtieran" ; "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) => -} "convertirs" ;--# 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) => -} "convertiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "convertirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "convirtiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "convirtieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "convirtiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "convirtiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "convirtiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "convirtieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "convertira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "convertiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "convertira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "convertiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "convertirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "convertiran" ;--# 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 (BeschSpa.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) => -} "defers" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "defieren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "defiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "defieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "defiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "defiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "defiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "defieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "defera" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "deferas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "defera" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "deferamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "deferais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "deferan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"defiriera" ; "defiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"defirieras" ; "defirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"defiriera" ; "defiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"defiriramos" ; "defirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"defirierais" ; "defirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"defirieran" ; "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) => -} "deferirs" ;--# 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) => -} "deferiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "deferirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "defiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "defirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "defiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "defiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "defiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "defirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "deferira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "deferiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "deferira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "deferiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "deferirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "deferiran" ;--# 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 (BeschSpa.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) => -} "desadverts" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desadvierten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desadvierta" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desadviertas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desadvierta" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desadvirtamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desadvirtis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desadviertan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desadverta" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desadvertas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desadverta" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desadvertamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desadvertais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desadvertan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desadvirtiera" ; "desadvirtiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desadvirtieras" ; "desadvirtieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desadvirtiera" ; "desadvirtiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desadvirtiramos" ; "desadvirtisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desadvirtierais" ; "desadvirtieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desadvirtieran" ; "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) => -} "desadvertirs" ;--# 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) => -} "desadvertiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desadvertirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desadvirtiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desadvirtieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desadvirtiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desadvirtiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desadvirtiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desadvirtieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desadvertira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desadvertiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desadvertira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desadvertiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desadvertirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desadvertiran" ;--# 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 (BeschSpa.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) => -} "desconsents" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desconsienten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desconsienta" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desconsientas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desconsienta" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desconsintamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desconsintis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desconsientan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desconsenta" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desconsentas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desconsenta" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desconsentamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desconsentais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desconsentan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desconsintiera" ; "desconsintiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desconsintieras" ; "desconsintieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desconsintiera" ; "desconsintiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desconsintiramos" ; "desconsintisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desconsintierais" ; "desconsintieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desconsintieran" ; "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) => -} "desconsentirs" ;--# 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) => -} "desconsentiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desconsentirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desconsintiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desconsintieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desconsintiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desconsintiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desconsintiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desconsintieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desconsentira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desconsentiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desconsentira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desconsentiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desconsentirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desconsentiran" ;--# 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 (BeschSpa.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) => -} "desments" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desmienten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desmienta" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desmientas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desmienta" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desmintamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desmintis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desmientan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desmenta" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desmentas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desmenta" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desmentamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desmentais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desmentan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desmintiera" ; "desmintiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desmintieras" ; "desmintieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desmintiera" ; "desmintiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desmintiramos" ; "desmintisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desmintierais" ; "desmintieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desmintieran" ; "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) => -} "desmentirs" ;--# 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) => -} "desmentiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desmentirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desmintiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desmintieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desmintiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desmintiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desmintiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desmintieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desmentira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desmentiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desmentira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desmentiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desmentirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desmentiran" ;--# 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 (BeschSpa.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) => -} "difers" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "difieren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "difiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "difieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "difiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "difiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "difiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "difieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "difera" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "diferas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "difera" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "diferamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "diferais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "diferan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"difiriera" ; "difiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"difirieras" ; "difirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"difiriera" ; "difiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"difiriramos" ; "difirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"difirierais" ; "difirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"difirieran" ; "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) => -} "diferirs" ;--# 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) => -} "diferiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "diferirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "difiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "difirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "difiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "difiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "difiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "difirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "diferira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "diferiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "diferira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "diferiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "diferirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "diferiran" ;--# 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 (BeschSpa.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) => -} "digers" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "digieren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "digiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "digieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "digiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "digiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "digiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "digieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "digera" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "digeras" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "digera" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "digeramos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "digerais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "digeran" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"digiriera" ; "digiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"digirieras" ; "digirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"digiriera" ; "digiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"digiriramos" ; "digirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"digirierais" ; "digirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"digirieran" ; "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) => -} "digerirs" ;--# 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) => -} "digeriris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "digerirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "digiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "digirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "digiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "digiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "digiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "digirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "digerira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "digeriras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "digerira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "digeriramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "digerirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "digeriran" ;--# 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 (BeschSpa.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) => -} "disents" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "disienten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "disienta" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "disientas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "disienta" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "disintamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "disintis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "disientan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "disenta" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "disentas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "disenta" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "disentamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "disentais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "disentan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"disintiera" ; "disintiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"disintieras" ; "disintieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"disintiera" ; "disintiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"disintiramos" ; "disintisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"disintierais" ; "disintieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"disintieran" ; "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) => -} "disentirs" ;--# 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) => -} "disentiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "disentirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "disintiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "disintieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "disintiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "disintiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "disintiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "disintieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "disentira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "disentiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "disentira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "disentiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "disentirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "disentiran" ;--# 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 (BeschSpa.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) => -} "diverts" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "divierten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "divierta" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "diviertas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "divierta" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "divirtamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "divirtis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "diviertan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "diverta" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "divertas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "diverta" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "divertamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "divertais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "divertan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"divirtiera" ; "divirtiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"divirtieras" ; "divirtieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"divirtiera" ; "divirtiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"divirtiramos" ; "divirtisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"divirtierais" ; "divirtieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"divirtieran" ; "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) => -} "divertirs" ;--# 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) => -} "divertiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "divertirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "divirtiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "divirtieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "divirtiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "divirtiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "divirtiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "divirtieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "divertira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "divertiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "divertira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "divertiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "divertirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "divertiran" ;--# 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 (BeschSpa.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) => -} "dorms" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "duermen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "duerma" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "duermas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "duerma" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "durmamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "durmis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "duerman" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "dorma" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "dormas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "dorma" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "dormamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "dormais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "dorman" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"durmiera" ; "durmiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"durmieras" ; "durmieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"durmiera" ; "durmiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"durmiramos" ; "durmisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"durmierais" ; "durmieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"durmieran" ; "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) => -} "dormirs" ;--# 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) => -} "dormiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "dormirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "durmiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "durmieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "durmiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "durmiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "durmiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "durmieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "dormira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "dormiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "dormira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "dormiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "dormirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "dormiran" ;--# 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 (BeschSpa.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) => -} "hers" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "hieren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "hiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "hieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "hiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "hiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "hiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "hieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "hera" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "heras" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "hera" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "heramos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "herais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "heran" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"hiriera" ; "hiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"hirieras" ; "hirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"hiriera" ; "hiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"hiriramos" ; "hirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"hirierais" ; "hirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"hirieran" ; "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) => -} "herirs" ;--# 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) => -} "heriris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "herirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "hiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "hirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "hiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "hiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "hiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "hirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "herira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "heriras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "herira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "heriramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "herirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "heriran" ;--# 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 (BeschSpa.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) => -} "hervs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "hierven" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "hierva" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "hiervas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "hierva" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "hirvamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "hirvis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "hiervan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "herva" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "hervas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "herva" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "hervamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "hervais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "hervan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"hirviera" ; "hirviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"hirvieras" ; "hirvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"hirviera" ; "hirviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"hirviramos" ; "hirvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"hirvierais" ; "hirvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"hirvieran" ; "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) => -} "hervirs" ;--# 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) => -} "herviris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "hervirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "hirviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "hirvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "hirviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "hirviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "hirviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "hirvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "hervira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "herviras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "hervira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "herviramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "hervirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "herviran" ;--# 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 (BeschSpa.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) => -} "infers" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "infieren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "infiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "infieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "infiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "infiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "infiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "infieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "infera" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "inferas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "infera" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "inferamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "inferais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "inferan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"infiriera" ; "infiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"infirieras" ; "infirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"infiriera" ; "infiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"infiriramos" ; "infirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"infirierais" ; "infirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"infirieran" ; "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) => -} "inferirs" ;--# 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) => -} "inferiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "inferirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "infiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "infirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "infiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "infiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "infiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "infirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "inferira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "inferiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "inferira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "inferiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "inferirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "inferiran" ;--# 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 (BeschSpa.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) => -} "ingers" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ingieren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ingiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ingieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ingiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "ingiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "ingiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "ingieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "ingera" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "ingeras" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "ingera" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "ingeramos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "ingerais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "ingeran" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ingiriera" ; "ingiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ingirieras" ; "ingirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ingiriera" ; "ingiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ingiriramos" ; "ingirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ingirierais" ; "ingirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ingirieran" ; "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) => -} "ingerirs" ;--# 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) => -} "ingeriris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "ingerirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "ingiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "ingirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "ingiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "ingiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "ingiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "ingirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "ingerira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "ingeriras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "ingerira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "ingeriramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "ingerirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "ingeriran" ;--# 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 (BeschSpa.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) => -} "injers" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "injieren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "injiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "injieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "injiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "injiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "injiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "injieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "injera" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "injeras" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "injera" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "injeramos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "injerais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "injeran" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"injiriera" ; "injiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"injirieras" ; "injirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"injiriera" ; "injiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"injiriramos" ; "injirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"injirierais" ; "injirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"injirieran" ; "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) => -} "injerirs" ;--# 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) => -} "injeriris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "injerirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "injiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "injirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "injiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "injiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "injiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "injirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "injerira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "injeriras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "injerira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "injeriramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "injerirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "injeriran" ;--# 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 (BeschSpa.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) => -} "insers" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "insieren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "insiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "insieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "insiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "insiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "insiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "insieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "insera" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "inseras" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "insera" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "inseramos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "inserais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "inseran" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"insiriera" ; "insiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"insirieras" ; "insirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"insiriera" ; "insiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"insiriramos" ; "insirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"insirierais" ; "insirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"insirieran" ; "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) => -} "inserirs" ;--# 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) => -} "inseriris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "inserirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "insiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "insirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "insiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "insiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "insiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "insirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "inserira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "inseriras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "inserira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "inseriramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "inserirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "inseriran" ;--# 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 (BeschSpa.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) => -} "interfers" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "interfieren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "interfiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "interfieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "interfiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "interfiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "interfiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "interfieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "interfera" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "interferas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "interfera" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "interferamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "interferais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "interferan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"interfiriera" ; "interfiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"interfirieras" ; "interfirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"interfiriera" ; "interfiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"interfiriramos" ; "interfirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"interfirierais" ; "interfirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"interfirieran" ; "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) => -} "interferirs" ;--# 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) => -} "interferiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "interferirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "interfiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "interfirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "interfiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "interfiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "interfiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "interfirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "interferira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "interferiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "interferira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "interferiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "interferirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "interferiran" ;--# 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 (BeschSpa.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) => -} "inverts" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "invierten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "invierta" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "inviertas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "invierta" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "invirtamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "invirtis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "inviertan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "inverta" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "invertas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "inverta" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "invertamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "invertais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "invertan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"invirtiera" ; "invirtiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"invirtieras" ; "invirtieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"invirtiera" ; "invirtiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"invirtiramos" ; "invirtisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"invirtierais" ; "invirtieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"invirtieran" ; "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) => -} "invertirs" ;--# 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) => -} "invertiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "invertirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "invirtiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "invirtieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "invirtiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "invirtiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "invirtiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "invirtieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "invertira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "invertiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "invertira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "invertiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "invertirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "invertiran" ;--# 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 (BeschSpa.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) => -} "malhers" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "malhieren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "malhiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "malhieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "malhiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "malhiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "malhiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "malhieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "malhera" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "malheras" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "malhera" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "malheramos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "malherais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "malheran" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"malhiriera" ; "malhiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"malhirieras" ; "malhirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"malhiriera" ; "malhiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"malhiriramos" ; "malhirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"malhirierais" ; "malhirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"malhirieran" ; "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) => -} "malherirs" ;--# 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) => -} "malheriris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "malherirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "malhiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "malhirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "malhiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "malhiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "malhiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "malhirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "malherira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "malheriras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "malherira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "malheriramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "malherirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "malheriran" ;--# 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 (BeschSpa.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) => -} "ments" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "mienten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "mienta" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "mientas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "mienta" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "mintamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "mintis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "mientan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "menta" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "mentas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "menta" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "mentamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "mentais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "mentan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"mintiera" ; "mintiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"mintieras" ; "mintieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"mintiera" ; "mintiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"mintiramos" ; "mintisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"mintierais" ; "mintieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"mintieran" ; "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) => -} "mentirs" ;--# 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) => -} "mentiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "mentirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "mintiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "mintieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "mintiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "mintiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "mintiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "mintieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "mentira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "mentiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "mentira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "mentiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "mentirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "mentiran" ;--# 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 (BeschSpa.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) => -} "mors" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "mueren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "muera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "mueras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "muera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "muramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "muris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "mueran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "mora" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "moras" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "mora" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "moramos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "morais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "moran" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"muriera" ; "muriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"murieras" ; "murieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"muriera" ; "muriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"muriramos" ; "murisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"murierais" ; "murieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"murieran" ; "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) => -} "morirs" ;--# 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) => -} "moriris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "morirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "muriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "murieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "muriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "muriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "muriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "murieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "morira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "moriras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "morira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "moriramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "morirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "moriran" ;--# 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 (BeschSpa.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) => -} "perverts" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "pervierten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "pervierta" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "perviertas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "pervierta" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "pervirtamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "pervirtis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "perviertan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "perverta" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "pervertas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "perverta" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "pervertamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "pervertais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "pervertan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"pervirtiera" ; "pervirtiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"pervirtieras" ; "pervirtieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"pervirtiera" ; "pervirtiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"pervirtiramos" ; "pervirtisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"pervirtierais" ; "pervirtieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"pervirtieran" ; "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) => -} "pervertirs" ;--# 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) => -} "pervertiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "pervertirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "pervirtiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "pervirtieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "pervirtiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "pervirtiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "pervirtiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "pervirtieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "pervertira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "pervertiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "pervertira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "pervertiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "pervertirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "pervertiran" ;--# 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 (BeschSpa.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) => -} "prefers" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "prefieren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "prefiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "prefieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "prefiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "prefiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "prefiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "prefieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "prefera" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "preferas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "prefera" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "preferamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "preferais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "preferan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"prefiriera" ; "prefiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"prefirieras" ; "prefirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"prefiriera" ; "prefiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"prefiriramos" ; "prefirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"prefirierais" ; "prefirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"prefirieran" ; "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) => -} "preferirs" ;--# 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) => -} "preferiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "preferirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "prefiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "prefirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "prefiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "prefiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "prefiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "prefirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "preferira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "preferiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "preferira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "preferiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "preferirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "preferiran" ;--# 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 (BeschSpa.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) => -} "premors" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "premueren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "premuera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "premueras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "premuera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "premuramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "premuris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "premueran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "premora" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "premoras" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "premora" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "premoramos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "premorais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "premoran" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"premuriera" ; "premuriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"premurieras" ; "premurieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"premuriera" ; "premuriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"premuriramos" ; "premurisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"premurierais" ; "premurieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"premurieran" ; "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) => -} "premorirs" ;--# 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) => -} "premoriris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "premorirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "premuriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "premurieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "premuriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "premuriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "premuriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "premurieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "premorira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "premoriras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "premorira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "premoriramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "premorirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "premoriran" ;--# 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 (BeschSpa.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) => -} "presents" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "presienten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "presienta" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "presientas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "presienta" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "presintamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "presintis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "presientan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "presenta" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "presentas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "presenta" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "presentamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "presentais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "presentan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"presintiera" ; "presintiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"presintieras" ; "presintieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"presintiera" ; "presintiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"presintiramos" ; "presintisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"presintierais" ; "presintieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"presintieran" ; "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) => -} "presentirs" ;--# 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) => -} "presentiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "presentirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "presintiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "presintieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "presintiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "presintiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "presintiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "presintieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "presentira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "presentiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "presentira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "presentiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "presentirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "presentiran" ;--# 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 (BeschSpa.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) => -} "profers" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "profieren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "profiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "profieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "profiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "profiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "profiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "profieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "profera" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "proferas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "profera" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "proferamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "proferais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "proferan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"profiriera" ; "profiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"profirieras" ; "profirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"profiriera" ; "profiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"profiriramos" ; "profirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"profirierais" ; "profirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"profirieran" ; "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) => -} "proferirs" ;--# 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) => -} "proferiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "proferirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "profiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "profirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "profiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "profiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "profiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "profirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "proferira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "proferiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "proferira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "proferiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "proferirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "proferiran" ;--# 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 (BeschSpa.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) => -} "reconverts" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reconvierten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reconvierta" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reconviertas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reconvierta" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reconvirtamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reconvirtis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "reconviertan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reconverta" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reconvertas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reconverta" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reconvertamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reconvertais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reconvertan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reconvirtiera" ; "reconvirtiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reconvirtieras" ; "reconvirtieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reconvirtiera" ; "reconvirtiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reconvirtiramos" ; "reconvirtisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reconvirtierais" ; "reconvirtieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reconvirtieran" ; "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) => -} "reconvertirs" ;--# 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) => -} "reconvertiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reconvertirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reconvirtiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "reconvirtieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reconvirtiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reconvirtiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reconvirtiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "reconvirtieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reconvertira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reconvertiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reconvertira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reconvertiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reconvertirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reconvertiran" ;--# 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 (BeschSpa.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) => -} "refers" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "refieren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "refiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "refieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "refiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "refiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "refiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "refieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "refera" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "referas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "refera" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "referamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "referais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "referan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"refiriera" ; "refiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"refirieras" ; "refirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"refiriera" ; "refiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"refiriramos" ; "refirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"refirierais" ; "refirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"refirieran" ; "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) => -} "referirs" ;--# 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) => -} "referiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "referirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "refiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "refirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "refiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "refiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "refiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "refirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "referira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "referiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "referira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "referiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "referirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "referiran" ;--# 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 (BeschSpa.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) => -} "rehers" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "rehieren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "rehiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "rehieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "rehiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "rehiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "rehiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "rehieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "rehera" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reheras" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "rehera" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reheramos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reherais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reheran" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rehiriera" ; "rehiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rehirieras" ; "rehirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rehiriera" ; "rehiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rehiriramos" ; "rehirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rehirierais" ; "rehirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rehirieran" ; "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) => -} "reherirs" ;--# 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) => -} "reheriris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reherirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "rehiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "rehirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "rehiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "rehiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "rehiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "rehirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reherira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reheriras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reherira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reheriramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reherirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reheriran" ;--# 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 (BeschSpa.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) => -} "rehervs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "rehierven" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "rehierva" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "rehiervas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "rehierva" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "rehirvamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "rehirvis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "rehiervan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reherva" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "rehervas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reherva" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "rehervamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "rehervais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "rehervan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rehirviera" ; "rehirviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rehirvieras" ; "rehirvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rehirviera" ; "rehirviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rehirviramos" ; "rehirvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rehirvierais" ; "rehirvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rehirvieran" ; "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) => -} "rehervirs" ;--# 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) => -} "reherviris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "rehervirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "rehirviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "rehirvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "rehirviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "rehirviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "rehirviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "rehirvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "rehervira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reherviras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "rehervira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reherviramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "rehervirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reherviran" ;--# 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 (BeschSpa.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) => -} "requers" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "requieren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "requiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "requieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "requiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "requiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "requiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "requieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "requera" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "requeras" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "requera" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "requeramos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "requerais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "requeran" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"requiriera" ; "requiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"requirieras" ; "requirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"requiriera" ; "requiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"requiriramos" ; "requirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"requirierais" ; "requirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"requirieran" ; "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) => -} "requerirs" ;--# 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) => -} "requeriris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "requerirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "requiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "requirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "requiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "requiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "requiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "requirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "requerira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "requeriras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "requerira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "requeriramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "requerirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "requeriran" ;--# 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 (BeschSpa.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) => -} "reverts" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "revierten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "revierta" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reviertas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "revierta" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "revirtamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "revirtis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "reviertan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reverta" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "revertas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reverta" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "revertamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "revertais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "revertan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"revirtiera" ; "revirtiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"revirtieras" ; "revirtieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"revirtiera" ; "revirtiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"revirtiramos" ; "revirtisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"revirtierais" ; "revirtieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"revirtieran" ; "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) => -} "revertirs" ;--# 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) => -} "revertiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "revertirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "revirtiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "revirtieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "revirtiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "revirtiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "revirtiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "revirtieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "revertira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "revertiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "revertira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "revertiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "revertirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "revertiran" ;--# 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 (BeschSpa.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) => -} "sents" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sienten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sienta" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sientas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sienta" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sintamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sintis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sientan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "senta" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sentas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "senta" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sentamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sentais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sentan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sintiera" ; "sintiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sintieras" ; "sintieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sintiera" ; "sintiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sintiramos" ; "sintisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sintierais" ; "sintieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sintieran" ; "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) => -} "sentirs" ;--# 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) => -} "sentiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sentirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sintiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sintieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sintiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sintiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sintiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sintieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sentira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sentiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sentira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sentiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sentirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sentiran" ;--# 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 (BeschSpa.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) => -} "subverts" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "subvierten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "subvierta" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "subviertas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "subvierta" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "subvirtamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "subvirtis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "subviertan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "subverta" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "subvertas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "subverta" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "subvertamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "subvertais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "subvertan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"subvirtiera" ; "subvirtiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"subvirtieras" ; "subvirtieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"subvirtiera" ; "subvirtiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"subvirtiramos" ; "subvirtisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"subvirtierais" ; "subvirtieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"subvirtieran" ; "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) => -} "subvertirs" ;--# 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) => -} "subvertiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "subvertirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "subvirtiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "subvirtieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "subvirtiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "subvirtiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "subvirtiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "subvirtieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "subvertira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "subvertiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "subvertira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "subvertiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "subvertirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "subvertiran" ;--# 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 (BeschSpa.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) => -} "sugers" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sugieren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sugiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sugieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sugiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sugiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sugiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sugieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sugera" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sugeras" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sugera" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sugeramos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sugerais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sugeran" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sugiriera" ; "sugiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sugirieras" ; "sugirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sugiriera" ; "sugiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sugiriramos" ; "sugirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sugirierais" ; "sugirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sugirieran" ; "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) => -} "sugerirs" ;--# 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) => -} "sugeriris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sugerirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sugiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sugirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sugiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sugiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sugiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sugirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sugerira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sugeriras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sugerira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sugeriramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sugerirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sugeriran" ;--# 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 (BeschSpa.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) => -} "transfers" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "transfieren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "transfiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "transfieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "transfiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "transfiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "transfiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "transfieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "transfera" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "transferas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "transfera" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "transferamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "transferais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "transferan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"transfiriera" ; "transfiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"transfirieras" ; "transfirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"transfiriera" ; "transfiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"transfiriramos" ; "transfirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"transfirierais" ; "transfirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"transfirieran" ; "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) => -} "transferirs" ;--# 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) => -} "transferiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "transferirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "transfiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "transfirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "transfiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "transfiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "transfiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "transfirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "transferira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "transferiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "transferira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "transferiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "transferirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "transferiran" ;--# 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 (BeschSpa.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) => -} "trasfers" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "trasfieren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "trasfiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "trasfieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "trasfiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "trasfiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "trasfiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "trasfieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "trasfera" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "trasferas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "trasfera" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "trasferamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "trasferais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "trasferan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trasfiriera" ; "trasfiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trasfirieras" ; "trasfirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trasfiriera" ; "trasfiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trasfiriramos" ; "trasfirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trasfirierais" ; "trasfirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trasfirieran" ; "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) => -} "trasferirs" ;--# 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) => -} "trasferiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "trasferirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "trasfiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "trasfirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "trasfiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "trasfiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "trasfiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "trasfirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "trasferira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "trasferiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "trasferira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "trasferiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "trasferirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "trasferiran" ;--# 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 (BeschSpa.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) => -} "zahers" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "zahieren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "zahiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "zahieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "zahiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "zahiramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "zahiris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "zahieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "zahera" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "zaheras" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "zahera" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "zaheramos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "zaherais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "zaheran" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"zahiriera" ; "zahiriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"zahirieras" ; "zahirieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"zahiriera" ; "zahiriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"zahiriramos" ; "zahirisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"zahirierais" ; "zahirieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"zahirieran" ; "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) => -} "zaherirs" ;--# 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) => -} "zaheriris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "zaherirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "zahiriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "zahirieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "zahiriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "zahiriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "zahiriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "zahirieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "zaherira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "zaheriras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "zaherira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "zaheriramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "zaherirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "zaheriran" ;--# 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 (BeschSpa.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) => -} "colegs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "coligen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "colija" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "colijas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "colija" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "colijamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "colijis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "colijan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "colega" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "colegas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "colega" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "colegamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "colegais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "colegan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"coligiera" ; "coligiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"coligieras" ; "coligieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"coligiera" ; "coligiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"coligiramos" ; "coligisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"coligierais" ; "coligieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"coligieran" ; "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) => -} "colegirs" ;--# 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) => -} "colegiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "colegirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "coligiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "coligieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "coligiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "coligiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "coligiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "coligieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "colegira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "colegiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "colegira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "colegiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "colegirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "colegiran" ;--# 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 (BeschSpa.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) => -} "corregs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "corrigen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "corrija" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "corrijas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "corrija" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "corrijamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "corrijis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "corrijan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "correga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "corregas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "correga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "corregamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "corregais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "corregan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"corrigiera" ; "corrigiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"corrigieras" ; "corrigieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"corrigiera" ; "corrigiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"corrigiramos" ; "corrigisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"corrigierais" ; "corrigieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"corrigieran" ; "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) => -} "corregirs" ;--# 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) => -} "corregiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "corregirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "corrigiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "corrigieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "corrigiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "corrigiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "corrigiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "corrigieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "corregira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "corregiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "corregira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "corregiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "corregirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "corregiran" ;--# 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 (BeschSpa.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) => -} "elegs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "eligen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "elija" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "elijas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "elija" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "elijamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "elijis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "elijan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "elega" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "elegas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "elega" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "elegamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "elegais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "elegan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"eligiera" ; "eligiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"eligieras" ; "eligieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"eligiera" ; "eligiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"eligiramos" ; "eligisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"eligierais" ; "eligieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"eligieran" ; "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) => -} "elegirs" ;--# 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) => -} "elegiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "elegirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "eligiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "eligieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "eligiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "eligiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "eligiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "eligieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "elegira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "elegiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "elegira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "elegiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "elegirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "elegiran" ;--# 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 (BeschSpa.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) => -} "preelegs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "preeligen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "preelija" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "preelijas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "preelija" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "preelijamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "preelijis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "preelijan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "preelega" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "preelegas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "preelega" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "preelegamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "preelegais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "preelegan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"preeligiera" ; "preeligiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"preeligieras" ; "preeligieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"preeligiera" ; "preeligiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"preeligiramos" ; "preeligisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"preeligierais" ; "preeligieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"preeligieran" ; "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) => -} "preelegirs" ;--# 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) => -} "preelegiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "preelegirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "preeligiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "preeligieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "preeligiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "preeligiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "preeligiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "preeligieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "preelegira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "preelegiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "preelegira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "preelegiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "preelegirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "preelegiran" ;--# 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 (BeschSpa.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) => -} "recolegs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "recoligen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "recolija" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "recolijas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "recolija" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "recolijamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "recolijis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "recolijan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "recolega" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "recolegas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "recolega" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "recolegamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "recolegais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "recolegan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recoligiera" ; "recoligiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recoligieras" ; "recoligieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recoligiera" ; "recoligiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recoligiramos" ; "recoligisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recoligierais" ; "recoligieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recoligieran" ; "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) => -} "recolegirs" ;--# 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) => -} "recolegiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "recolegirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "recoligiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "recoligieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "recoligiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "recoligiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "recoligiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "recoligieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "recolegira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "recolegiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "recolegira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "recolegiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "recolegirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "recolegiran" ;--# 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 (BeschSpa.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) => -} "reelegs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reeligen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reelija" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reelijas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reelija" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reelijamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reelijis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "reelijan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reelega" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reelegas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reelega" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reelegamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reelegais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reelegan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reeligiera" ; "reeligiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reeligieras" ; "reeligieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reeligiera" ; "reeligiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reeligiramos" ; "reeligisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reeligierais" ; "reeligieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reeligieran" ; "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) => -} "reelegirs" ;--# 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) => -} "reelegiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reelegirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reeligiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "reeligieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reeligiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reeligiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reeligiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "reeligieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reelegira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reelegiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reelegira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reelegiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reelegirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reelegiran" ;--# 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 (BeschSpa.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) => -} "regs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "rigen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "rija" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "rijas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "rija" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "rijamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "rijis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "rijan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "rega" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "regas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "rega" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "regamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "regais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "regan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rigiera" ; "rigiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rigieras" ; "rigieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rigiera" ; "rigiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rigiramos" ; "rigisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rigierais" ; "rigieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rigieran" ; "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) => -} "regirs" ;--# 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) => -} "regiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "regirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "rigiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "rigieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "rigiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "rigiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "rigiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "rigieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "regira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "regiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "regira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "regiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "regirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "regiran" ;--# 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 (BeschSpa.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) => -} "abeldis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "abieldan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "abielde" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "abieldes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "abielde" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "abeldemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "abeldis" ; + {- VPB (Pres Subj 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) => -} "abeldbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "abeldabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "abeldaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"abeldara" ; "abeldase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"abeldaras" ; "abeldases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"abeldara" ; "abeldase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"abeldramos" ; "abeldsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"abeldarais" ; "abeldaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"abeldaran" ; "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) => -} "abeldars" ;--# 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) => -} "abeldaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "abeldarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "abeldare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "abeldares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "abeldare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "abeldremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "abeldareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "abeldaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "abeldara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "abeldaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "abeldara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "abeldaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "abeldarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "abeldaran" ;--# 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 abuolar_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "abuolar" ; + {- VI Ger => -} "abuolando" ; + {- VI Part => -} "abuolado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "abuuelo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "abuuelas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "abuuela" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "abuolamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "abuolis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "abuuelan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "abuuele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "abuueles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "abuuele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "abuolemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "abuolis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "abuuelen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "abuolaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "abuolabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "abuolaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "abuolbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "abuolabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "abuolaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"abuolara" ; "abuolase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"abuolaras" ; "abuolases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"abuolara" ; "abuolase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"abuolramos" ; "abuolsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"abuolarais" ; "abuolaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"abuolaran" ; "abuolasen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "abuol" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "abuolaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "abuol" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "abuolamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "abuolasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "abuolaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "abuolar" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "abuolars" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "abuolar" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "abuolaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "abuolaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "abuolarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "abuolare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "abuolares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "abuolare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "abuolremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "abuolareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "abuolaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "abuolara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "abuolaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "abuolara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "abuolaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "abuolarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "abuolaran" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "abuuela" ; + {- VPB (Imper C.Sg C.P3) => -} "abuuele" ; + {- VPB (Imper C.Pl C.P1) => -} "abuolemos" ; + {- VPB (Imper C.Pl C.P2) => -} "abuolad" ; + {- VPB (Imper C.Pl C.P3) => -} "abuuelen" ; + {- VPB (Pass C.Sg Masc) => -} "abuolado" ; + {- VPB (Pass C.Sg Fem) => -} "abuolada" ; + {- VPB (Pass C.Pl Masc) => -} "abuolados" ; + {- VPB (Pass C.Pl Fem) => -} "abuoladas" + ] + } ; + +lin acertar_V = verboV + {s = table (BeschSpa.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) => -} "acertis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "aciertan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "acierte" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "aciertes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "acierte" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "acertemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "acertis" ; + {- VPB (Pres Subj 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) => -} "acertbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "acertabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "acertaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"acertara" ; "acertase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"acertaras" ; "acertases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"acertara" ; "acertase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"acertramos" ; "acertsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"acertarais" ; "acertaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acertaran" ; "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) => -} "acertars" ;--# 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) => -} "acertaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "acertarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "acertare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "acertares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "acertare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "acertremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "acertareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "acertaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "acertara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "acertaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "acertara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "acertaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "acertarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "acertaran" ;--# 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 (BeschSpa.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) => -} "acollis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "acuellan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "acuelle" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "acuelles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "acuelle" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "acollemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "acollis" ; + {- VPB (Pres Subj 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) => -} "acollbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "acollabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "acollaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"acollara" ; "acollase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"acollaras" ; "acollases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"acollara" ; "acollase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"acollramos" ; "acollsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"acollarais" ; "acollaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acollaran" ; "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) => -} "acollars" ;--# 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) => -} "acollaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "acollarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "acollare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "acollares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "acollare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "acollremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "acollareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "acollaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "acollara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "acollaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "acollara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "acollaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "acollarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "acollaran" ;--# 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 (BeschSpa.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) => -} "acordis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "acuerdan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "acuerde" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "acuerdes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "acuerde" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "acordemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "acordis" ; + {- VPB (Pres Subj 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) => -} "acordbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "acordabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "acordaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"acordara" ; "acordase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"acordaras" ; "acordases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"acordara" ; "acordase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"acordramos" ; "acordsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"acordarais" ; "acordaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acordaran" ; "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) => -} "acordars" ;--# 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) => -} "acordaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "acordarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "acordare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "acordares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "acordare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "acordremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "acordareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "acordaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "acordara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "acordaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "acordara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "acordaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "acordarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "acordaran" ;--# 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 (BeschSpa.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) => -} "acornis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "acuernan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "acuerne" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "acuernes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "acuerne" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "acornemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "acornis" ; + {- VPB (Pres Subj 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) => -} "acornbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "acornabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "acornaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"acornara" ; "acornase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"acornaras" ; "acornases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"acornara" ; "acornase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"acornramos" ; "acornsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"acornarais" ; "acornaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acornaran" ; "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) => -} "acornars" ;--# 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) => -} "acornaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "acornarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "acornare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "acornares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "acornare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "acornremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "acornareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "acornaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "acornara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "acornaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "acornara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "acornaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "acornarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "acornaran" ;--# 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 (BeschSpa.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) => -} "acostis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "acuestan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "acueste" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "acuestes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "acueste" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "acostemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "acostis" ; + {- VPB (Pres Subj 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) => -} "acostbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "acostabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "acostaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"acostara" ; "acostase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"acostaras" ; "acostases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"acostara" ; "acostase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"acostramos" ; "acostsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"acostarais" ; "acostaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acostaran" ; "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) => -} "acostars" ;--# 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) => -} "acostaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "acostarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "acostare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "acostares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "acostare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "acostremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "acostareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "acostaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "acostara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "acostaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "acostara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "acostaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "acostarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "acostaran" ;--# 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 (BeschSpa.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) => -} "acrecentis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "acrecientan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "acreciente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "acrecientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "acreciente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "acrecentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "acrecentis" ; + {- VPB (Pres Subj 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) => -} "acrecentbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "acrecentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "acrecentaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"acrecentara" ; "acrecentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"acrecentaras" ; "acrecentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"acrecentara" ; "acrecentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"acrecentramos" ; "acrecentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"acrecentarais" ; "acrecentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acrecentaran" ; "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) => -} "acrecentars" ;--# 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) => -} "acrecentaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "acrecentarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "acrecentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "acrecentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "acrecentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "acrecentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "acrecentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "acrecentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "acrecentara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "acrecentaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "acrecentara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "acrecentaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "acrecentarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "acrecentaran" ;--# 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 (BeschSpa.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) => -} "adestris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "adiestran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "adiestre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "adiestres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "adiestre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "adestremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "adestris" ; + {- VPB (Pres Subj 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) => -} "adestrbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "adestrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "adestraban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"adestrara" ; "adestrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"adestraras" ; "adestrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"adestrara" ; "adestrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"adestrramos" ; "adestrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"adestrarais" ; "adestraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"adestraran" ; "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) => -} "adestrars" ;--# 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) => -} "adestraris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "adestrarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "adestrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "adestrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "adestrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "adestrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "adestrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "adestraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "adestrara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "adestraras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "adestrara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "adestraramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "adestrarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "adestraran" ;--# 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 (BeschSpa.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) => -} "aferris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "afierran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "afierre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "afierres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "afierre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "aferremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "aferris" ; + {- VPB (Pres Subj 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) => -} "aferrbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "aferrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "aferraban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aferrara" ; "aferrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aferraras" ; "aferrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aferrara" ; "aferrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aferrramos" ; "aferrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aferrarais" ; "aferraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aferraran" ; "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) => -} "aferrars" ;--# 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) => -} "aferraris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "aferrarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "aferrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "aferrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "aferrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "aferrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "aferrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "aferraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "aferrara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "aferraras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "aferrara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "aferraramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "aferrarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "aferraran" ;--# 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 (BeschSpa.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) => -} "afollis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "afuellan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "afuelle" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "afuelles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "afuelle" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "afollemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "afollis" ; + {- VPB (Pres Subj 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) => -} "afollbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "afollabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "afollaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"afollara" ; "afollase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"afollaras" ; "afollases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"afollara" ; "afollase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"afollramos" ; "afollsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"afollarais" ; "afollaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"afollaran" ; "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) => -} "afollars" ;--# 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) => -} "afollaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "afollarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "afollare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "afollares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "afollare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "afollremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "afollareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "afollaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "afollara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "afollaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "afollara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "afollaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "afollarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "afollaran" ;--# 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 (BeschSpa.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) => -} "aforis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "afueran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "afuere" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "afueres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "afuere" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "aforemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "aforis" ; + {- VPB (Pres Subj 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) => -} "aforbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "aforabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "aforaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aforara" ; "aforase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aforaras" ; "aforases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aforara" ; "aforase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aforramos" ; "aforsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aforarais" ; "aforaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aforaran" ; "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) => -} "aforars" ;--# 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) => -} "aforaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "aforarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "aforare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "aforares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "aforare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "aforremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "aforareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "aforaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "aforara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "aforaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "aforara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "aforaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "aforarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "aforaran" ;--# 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 (BeschSpa.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) => -} "albeldis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "albieldan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "albielde" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "albieldes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "albielde" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "albeldemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "albeldis" ; + {- VPB (Pres Subj 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) => -} "albeldbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "albeldabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "albeldaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"albeldara" ; "albeldase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"albeldaras" ; "albeldases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"albeldara" ; "albeldase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"albeldramos" ; "albeldsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"albeldarais" ; "albeldaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"albeldaran" ; "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) => -} "albeldars" ;--# 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) => -} "albeldaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "albeldarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "albeldare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "albeldares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "albeldare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "albeldremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "albeldareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "albeldaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "albeldara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "albeldaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "albeldara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "albeldaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "albeldarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "albeldaran" ;--# 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 (BeschSpa.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) => -} "alentis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "alientan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "aliente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "alientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "aliente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "alentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "alentis" ; + {- VPB (Pres Subj 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) => -} "alentbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "alentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "alentaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"alentara" ; "alentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"alentaras" ; "alentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"alentara" ; "alentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"alentramos" ; "alentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"alentarais" ; "alentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"alentaran" ; "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) => -} "alentars" ;--# 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) => -} "alentaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "alentarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "alentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "alentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "alentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "alentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "alentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "alentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "alentara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "alentaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "alentara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "alentaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "alentarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "alentaran" ;--# 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 (BeschSpa.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) => -} "aliquebris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "aliquiebran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "aliquiebre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "aliquiebres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "aliquiebre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "aliquebremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "aliquebris" ; + {- VPB (Pres Subj 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) => -} "aliquebrbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "aliquebrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "aliquebraban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aliquebrara" ; "aliquebrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aliquebraras" ; "aliquebrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aliquebrara" ; "aliquebrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aliquebrramos" ; "aliquebrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aliquebrarais" ; "aliquebraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aliquebraran" ; "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) => -} "aliquebrars" ;--# 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) => -} "aliquebraris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "aliquebrarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "aliquebrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "aliquebrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "aliquebrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "aliquebrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "aliquebrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "aliquebraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "aliquebrara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "aliquebraras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "aliquebrara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "aliquebraramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "aliquebrarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "aliquebraran" ;--# 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 (BeschSpa.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) => -} "amoblis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "amueblan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "amueble" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "amuebles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "amueble" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "amoblemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "amoblis" ; + {- VPB (Pres Subj 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) => -} "amoblbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "amoblabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "amoblaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"amoblara" ; "amoblase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"amoblaras" ; "amoblases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"amoblara" ; "amoblase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"amoblramos" ; "amoblsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"amoblarais" ; "amoblaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"amoblaran" ; "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) => -} "amoblars" ;--# 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) => -} "amoblaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "amoblarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "amoblare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "amoblares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "amoblare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "amoblremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "amoblareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "amoblaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "amoblara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "amoblaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "amoblara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "amoblaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "amoblarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "amoblaran" ;--# 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 (BeschSpa.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) => -} "amolis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "amuelan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "amuele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "amueles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "amuele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "amolemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "amolis" ; + {- VPB (Pres Subj 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) => -} "amolbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "amolabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "amolaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"amolara" ; "amolase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"amolaras" ; "amolases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"amolara" ; "amolase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"amolramos" ; "amolsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"amolarais" ; "amolaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"amolaran" ; "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) => -} "amolars" ;--# 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) => -} "amolaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "amolarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "amolare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "amolares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "amolare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "amolremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "amolareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "amolaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "amolara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "amolaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "amolara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "amolaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "amolarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "amolaran" ;--# 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 (BeschSpa.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) => -} "anzolis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "anzuelan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "anzuele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "anzueles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "anzuele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "anzolemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "anzolis" ; + {- VPB (Pres Subj 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) => -} "anzolbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "anzolabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "anzolaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"anzolara" ; "anzolase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"anzolaras" ; "anzolases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"anzolara" ; "anzolase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"anzolramos" ; "anzolsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"anzolarais" ; "anzolaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"anzolaran" ; "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) => -} "anzolars" ;--# 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) => -} "anzolaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "anzolarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "anzolare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "anzolares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "anzolare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "anzolremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "anzolareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "anzolaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "anzolara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "anzolaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "anzolara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "anzolaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "anzolarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "anzolaran" ;--# 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 (BeschSpa.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) => -} "apacentis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "apacientan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "apaciente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "apacientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "apaciente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "apacentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "apacentis" ; + {- VPB (Pres Subj 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) => -} "apacentbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "apacentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "apacentaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"apacentara" ; "apacentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"apacentaras" ; "apacentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"apacentara" ; "apacentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"apacentramos" ; "apacentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"apacentarais" ; "apacentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"apacentaran" ; "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) => -} "apacentars" ;--# 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) => -} "apacentaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "apacentarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "apacentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "apacentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "apacentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "apacentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "apacentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "apacentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "apacentara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "apacentaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "apacentara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "apacentaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "apacentarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "apacentaran" ;--# 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 (BeschSpa.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) => -} "apercollis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "apercuellan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "apercuelle" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "apercuelles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "apercuelle" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "apercollemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "apercollis" ; + {- VPB (Pres Subj 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) => -} "apercollbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "apercollabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "apercollaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"apercollara" ; "apercollase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"apercollaras" ; "apercollases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"apercollara" ; "apercollase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"apercollramos" ; "apercollsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"apercollarais" ; "apercollaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"apercollaran" ; "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) => -} "apercollars" ;--# 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) => -} "apercollaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "apercollarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "apercollare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "apercollares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "apercollare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "apercollremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "apercollareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "apercollaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "apercollara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "apercollaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "apercollara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "apercollaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "apercollarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "apercollaran" ;--# 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 (BeschSpa.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) => -} "apergollis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "aperguellan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "aperguelle" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "aperguelles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "aperguelle" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "apergollemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "apergollis" ; + {- VPB (Pres Subj 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) => -} "apergollbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "apergollabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "apergollaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"apergollara" ; "apergollase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"apergollaras" ; "apergollases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"apergollara" ; "apergollase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"apergollramos" ; "apergollsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"apergollarais" ; "apergollaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"apergollaran" ; "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) => -} "apergollars" ;--# 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) => -} "apergollaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "apergollarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "apergollare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "apergollares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "apergollare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "apergollremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "apergollareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "apergollaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "apergollara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "apergollaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "apergollara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "apergollaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "apergollarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "apergollaran" ;--# 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 (BeschSpa.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) => -} "apernis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "apiernan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "apierne" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "apiernes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "apierne" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "apernemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "apernis" ; + {- VPB (Pres Subj 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) => -} "apernbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "apernabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "apernaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"apernara" ; "apernase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"apernaras" ; "apernases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"apernara" ; "apernase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"apernramos" ; "apernsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"apernarais" ; "apernaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"apernaran" ; "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) => -} "apernars" ;--# 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) => -} "apernaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "apernarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "apernare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "apernares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "apernare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "apernremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "apernareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "apernaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "apernara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "apernaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "apernara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "apernaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "apernarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "apernaran" ;--# 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 (BeschSpa.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) => -} "apescoliis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "apescoliean" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "apescoliee" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "apescoliees" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "apescoliee" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "apescoliemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "apescoliis" ; + {- VPB (Pres Subj 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) => -} "apescolibamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "apescoliabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "apescoliaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"apescoliara" ; "apescoliase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"apescoliaras" ; "apescoliases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"apescoliara" ; "apescoliase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"apescoliramos" ; "apescolisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"apescoliarais" ; "apescoliaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"apescoliaran" ; "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) => -} "apescoliars" ;--# 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) => -} "apescoliaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "apescoliarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "apescoliare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "apescoliares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "apescoliare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "apescoliremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "apescoliareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "apescoliaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "apescoliara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "apescoliaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "apescoliara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "apescoliaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "apescoliarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "apescoliaran" ;--# 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 (BeschSpa.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) => -} "apostis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "apuestan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "apueste" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "apuestes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "apueste" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "apostemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "apostis" ; + {- VPB (Pres Subj 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) => -} "apostbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "apostabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "apostaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"apostara" ; "apostase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"apostaras" ; "apostases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"apostara" ; "apostase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"apostramos" ; "apostsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"apostarais" ; "apostaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"apostaran" ; "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) => -} "apostars" ;--# 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) => -} "apostaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "apostarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "apostare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "apostares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "apostare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "apostremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "apostareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "apostaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "apostara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "apostaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "apostara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "apostaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "apostarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "apostaran" ;--# 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 (BeschSpa.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) => -} "apretis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "aprietan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "apriete" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "aprietes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "apriete" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "apretemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "apretis" ; + {- VPB (Pres Subj 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) => -} "apretbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "apretabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "apretaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"apretara" ; "apretase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"apretaras" ; "apretases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"apretara" ; "apretase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"apretramos" ; "apretsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"apretarais" ; "apretaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"apretaran" ; "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) => -} "apretars" ;--# 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) => -} "apretaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "apretarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "apretare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "apretares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "apretare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "apretremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "apretareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "apretaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "apretara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "apretaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "apretara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "apretaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "apretarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "apretaran" ;--# 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 (BeschSpa.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) => -} "aprobis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "aprueban" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "apruebe" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "apruebes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "apruebe" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "aprobemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "aprobis" ; + {- VPB (Pres Subj 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) => -} "aprobbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "aprobabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "aprobaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aprobara" ; "aprobase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aprobaras" ; "aprobases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aprobara" ; "aprobase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aprobramos" ; "aprobsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aprobarais" ; "aprobaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aprobaran" ; "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) => -} "aprobars" ;--# 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) => -} "aprobaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "aprobarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "aprobare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "aprobares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "aprobare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "aprobremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "aprobareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "aprobaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "aprobara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "aprobaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "aprobara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "aprobaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "aprobarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "aprobaran" ;--# 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 (BeschSpa.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) => -} "arrendis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "arriendan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "arriende" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "arriendes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "arriende" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "arrendemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "arrendis" ; + {- VPB (Pres Subj 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) => -} "arrendbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "arrendabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "arrendaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"arrendara" ; "arrendase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"arrendaras" ; "arrendases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"arrendara" ; "arrendase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"arrendramos" ; "arrendsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"arrendarais" ; "arrendaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"arrendaran" ; "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) => -} "arrendars" ;--# 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) => -} "arrendaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "arrendarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "arrendare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "arrendares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "arrendare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "arrendremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "arrendareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "arrendaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "arrendara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "arrendaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "arrendara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "arrendaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "arrendarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "arrendaran" ;--# 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 (BeschSpa.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) => -} "asentis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "asientan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "asiente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "asientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "asiente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "asentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "asentis" ; + {- VPB (Pres Subj 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) => -} "asentbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "asentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "asentaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"asentara" ; "asentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"asentaras" ; "asentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"asentara" ; "asentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"asentramos" ; "asentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"asentarais" ; "asentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"asentaran" ; "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) => -} "asentars" ;--# 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) => -} "asentaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "asentarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "asentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "asentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "asentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "asentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "asentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "asentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "asentara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "asentaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "asentara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "asentaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "asentarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "asentaran" ;--# 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 (BeschSpa.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) => -} "aserris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "asierran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "asierre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "asierres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "asierre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "aserremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "aserris" ; + {- VPB (Pres Subj 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) => -} "aserrbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "aserrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "aserraban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aserrara" ; "aserrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aserraras" ; "aserrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aserrara" ; "aserrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aserrramos" ; "aserrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aserrarais" ; "aserraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aserraran" ; "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) => -} "aserrars" ;--# 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) => -} "aserraris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "aserrarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "aserrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "aserrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "aserrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "aserrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "aserrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "aserraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "aserrara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "aserraras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "aserrara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "aserraramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "aserrarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "aserraran" ;--# 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 (BeschSpa.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) => -} "asestis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "asiestan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "asieste" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "asiestes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "asieste" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "asestemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "asestis" ; + {- VPB (Pres Subj 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) => -} "asestbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "asestabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "asestaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"asestara" ; "asestase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"asestaras" ; "asestases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"asestara" ; "asestase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"asestramos" ; "asestsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"asestarais" ; "asestaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"asestaran" ; "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) => -} "asestars" ;--# 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) => -} "asestaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "asestarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "asestare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "asestares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "asestare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "asestremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "asestareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "asestaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "asestara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "asestaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "asestara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "asestaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "asestarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "asestaran" ;--# 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 (BeschSpa.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) => -} "asestis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "asiestan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "asieste" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "asiestes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "asieste" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "asestemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "asestis" ; + {- VPB (Pres Subj 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) => -} "asestbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "asestabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "asestaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"asestara" ; "asestase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"asestaras" ; "asestases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"asestara" ; "asestase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"asestramos" ; "asestsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"asestarais" ; "asestaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"asestaran" ; "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) => -} "asestars" ;--# 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) => -} "asestaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "asestarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "asestare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "asestares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "asestare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "asestremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "asestareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "asestaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "asestara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "asestaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "asestara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "asestaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "asestarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "asestaran" ;--# 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 (BeschSpa.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) => -} "asolis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "asuelan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "asuele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "asueles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "asuele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "asolemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "asolis" ; + {- VPB (Pres Subj 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) => -} "asolbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "asolabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "asolaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"asolara" ; "asolase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"asolaras" ; "asolases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"asolara" ; "asolase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"asolramos" ; "asolsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"asolarais" ; "asolaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"asolaran" ; "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) => -} "asolars" ;--# 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) => -} "asolaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "asolarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "asolare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "asolares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "asolare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "asolremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "asolareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "asolaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "asolara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "asolaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "asolara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "asolaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "asolarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "asolaran" ;--# 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 (BeschSpa.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) => -} "asoldis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "asueldan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "asuelde" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "asueldes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "asuelde" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "asoldemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "asoldis" ; + {- VPB (Pres Subj 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) => -} "asoldbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "asoldabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "asoldaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"asoldara" ; "asoldase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"asoldaras" ; "asoldases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"asoldara" ; "asoldase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"asoldramos" ; "asoldsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"asoldarais" ; "asoldaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"asoldaran" ; "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) => -} "asoldars" ;--# 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) => -} "asoldaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "asoldarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "asoldare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "asoldares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "asoldare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "asoldremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "asoldareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "asoldaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "asoldara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "asoldaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "asoldara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "asoldaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "asoldarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "asoldaran" ;--# 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 (BeschSpa.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) => -} "asonis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "asuenan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "asuene" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "asuenes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "asuene" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "asonemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "asonis" ; + {- VPB (Pres Subj 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) => -} "asonbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "asonabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "asonaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"asonara" ; "asonase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"asonaras" ; "asonases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"asonara" ; "asonase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"asonramos" ; "asonsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"asonarais" ; "asonaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"asonaran" ; "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) => -} "asonars" ;--# 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) => -} "asonaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "asonarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "asonare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "asonares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "asonare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "asonremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "asonareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "asonaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "asonara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "asonaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "asonara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "asonaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "asonarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "asonaran" ;--# 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 (BeschSpa.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) => -} "aspaventis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "aspavientan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "aspaviente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "aspavientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "aspaviente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "aspaventemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "aspaventis" ; + {- VPB (Pres Subj 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) => -} "aspaventbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "aspaventabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "aspaventaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aspaventara" ; "aspaventase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aspaventaras" ; "aspaventases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aspaventara" ; "aspaventase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aspaventramos" ; "aspaventsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aspaventarais" ; "aspaventaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aspaventaran" ; "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) => -} "aspaventars" ;--# 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) => -} "aspaventaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "aspaventarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "aspaventare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "aspaventares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "aspaventare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "aspaventremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "aspaventareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "aspaventaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "aspaventara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "aspaventaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "aspaventara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "aspaventaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "aspaventarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "aspaventaran" ;--# 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 (BeschSpa.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) => -} "aterris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "atierran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "atierre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "atierres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "atierre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "aterremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "aterris" ; + {- VPB (Pres Subj 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) => -} "aterrbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "aterrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "aterraban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aterrara" ; "aterrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aterraras" ; "aterrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aterrara" ; "aterrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aterrramos" ; "aterrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aterrarais" ; "aterraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aterraran" ; "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) => -} "aterrars" ;--# 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) => -} "aterraris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "aterrarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "aterrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "aterrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "aterrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "aterrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "aterrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "aterraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "aterrara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "aterraras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "aterrara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "aterraramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "aterrarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "aterraran" ;--# 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 (BeschSpa.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) => -} "atestis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "atiestan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "atieste" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "atiestes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "atieste" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "atestemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "atestis" ; + {- VPB (Pres Subj 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) => -} "atestbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "atestabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "atestaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"atestara" ; "atestase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"atestaras" ; "atestases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"atestara" ; "atestase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"atestramos" ; "atestsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"atestarais" ; "atestaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"atestaran" ; "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) => -} "atestars" ;--# 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) => -} "atestaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "atestarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "atestare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "atestares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "atestare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "atestremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "atestareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "atestaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "atestara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "atestaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "atestara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "atestaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "atestarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "atestaran" ;--# 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 (BeschSpa.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) => -} "atoris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "atueran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "atuere" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "atueres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "atuere" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "atoremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "atoris" ; + {- VPB (Pres Subj 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) => -} "atorbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "atorabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "atoraban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"atorara" ; "atorase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"atoraras" ; "atorases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"atorara" ; "atorase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"atorramos" ; "atorsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"atorarais" ; "atoraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"atoraran" ; "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) => -} "atorars" ;--# 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) => -} "atoraris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "atorarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "atorare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "atorares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "atorare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "atorremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "atorareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "atoraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "atorara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "atoraras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "atorara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "atoraramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "atorarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "atoraran" ;--# 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 (BeschSpa.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) => -} "atravesis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "atraviesan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "atraviese" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "atravieses" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "atraviese" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "atravesemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "atravesis" ; + {- VPB (Pres Subj 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) => -} "atravesbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "atravesabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "atravesaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"atravesara" ; "atravesase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"atravesaras" ; "atravesases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"atravesara" ; "atravesase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"atravesramos" ; "atravessemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"atravesarais" ; "atravesaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"atravesaran" ; "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) => -} "atravesars" ;--# 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) => -} "atravesaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "atravesarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "atravesare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "atravesares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "atravesare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "atravesremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "atravesareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "atravesaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "atravesara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "atravesaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "atravesara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "atravesaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "atravesarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "atravesaran" ;--# 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 (BeschSpa.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) => -} "atronis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "atruenan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "atruene" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "atruenes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "atruene" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "atronemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "atronis" ; + {- VPB (Pres Subj 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) => -} "atronbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "atronabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "atronaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"atronara" ; "atronase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"atronaras" ; "atronases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"atronara" ; "atronase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"atronramos" ; "atronsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"atronarais" ; "atronaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"atronaran" ; "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) => -} "atronars" ;--# 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) => -} "atronaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "atronarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "atronare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "atronares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "atronare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "atronremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "atronareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "atronaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "atronara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "atronaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "atronara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "atronaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "atronarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "atronaran" ;--# 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 (BeschSpa.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) => -} "aventis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "avientan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "aviente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "avientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "aviente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "aventemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "aventis" ; + {- VPB (Pres Subj 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) => -} "aventbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "aventabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "aventaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aventara" ; "aventase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aventaras" ; "aventases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aventara" ; "aventase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aventramos" ; "aventsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aventarais" ; "aventaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aventaran" ; "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) => -} "aventars" ;--# 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) => -} "aventaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "aventarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "aventare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "aventares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "aventare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "aventremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "aventareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "aventaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "aventara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "aventaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "aventara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "aventaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "aventarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "aventaran" ;--# 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 (BeschSpa.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) => -} "azolis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "azuelan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "azuele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "azueles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "azuele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "azolemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "azolis" ; + {- VPB (Pres Subj 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) => -} "azolbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "azolabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "azolaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"azolara" ; "azolase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"azolaras" ; "azolases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"azolara" ; "azolase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"azolramos" ; "azolsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"azolarais" ; "azolaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"azolaran" ; "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) => -} "azolars" ;--# 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) => -} "azolaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "azolarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "azolare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "azolares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "azolare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "azolremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "azolareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "azolaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "azolara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "azolaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "azolara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "azolaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "azolarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "azolaran" ;--# 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 (BeschSpa.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) => -} "beldis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "bieldan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "bielde" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "bieldes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "bielde" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "beldemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "beldis" ; + {- VPB (Pres Subj 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) => -} "beldbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "beldabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "beldaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"beldara" ; "beldase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"beldaras" ; "beldases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"beldara" ; "beldase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"beldramos" ; "beldsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"beldarais" ; "beldaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"beldaran" ; "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) => -} "beldars" ;--# 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) => -} "beldaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "beldarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "beldare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "beldares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "beldare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "beldremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "beldareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "beldaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "beldara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "beldaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "beldara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "beldaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "beldarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "beldaran" ;--# 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 (BeschSpa.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) => -} "calentis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "calientan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "caliente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "calientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "caliente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "calentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "calentis" ; + {- VPB (Pres Subj 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) => -} "calentbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "calentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "calentaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"calentara" ; "calentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"calentaras" ; "calentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"calentara" ; "calentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"calentramos" ; "calentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"calentarais" ; "calentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"calentaran" ; "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) => -} "calentars" ;--# 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) => -} "calentaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "calentarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "calentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "calentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "calentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "calentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "calentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "calentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "calentara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "calentaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "calentara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "calentaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "calentarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "calentaran" ;--# 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 (BeschSpa.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) => -} "cerris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "cierran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "cierre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "cierres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "cierre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "cerremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "cerris" ; + {- VPB (Pres Subj 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) => -} "cerrbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "cerrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "cerraban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"cerrara" ; "cerrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"cerraras" ; "cerrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"cerrara" ; "cerrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"cerrramos" ; "cerrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"cerrarais" ; "cerraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"cerraran" ; "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) => -} "cerrars" ;--# 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) => -} "cerraris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "cerrarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "cerrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "cerrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "cerrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "cerrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "cerrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "cerraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "cerrara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "cerraras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "cerrara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "cerraramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "cerrarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "cerraran" ;--# 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 (BeschSpa.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) => -} "cimentis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "cimientan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "cimiente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "cimientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "cimiente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "cimentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "cimentis" ; + {- VPB (Pres Subj 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) => -} "cimentbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "cimentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "cimentaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"cimentara" ; "cimentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"cimentaras" ; "cimentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"cimentara" ; "cimentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"cimentramos" ; "cimentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"cimentarais" ; "cimentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"cimentaran" ; "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) => -} "cimentars" ;--# 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) => -} "cimentaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "cimentarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "cimentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "cimentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "cimentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "cimentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "cimentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "cimentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "cimentara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "cimentaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "cimentara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "cimentaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "cimentarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "cimentaran" ;--# 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 (BeschSpa.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) => -} "circunvolis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "circunvuelan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "circunvuele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "circunvueles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "circunvuele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "circunvolemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "circunvolis" ; + {- VPB (Pres Subj 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) => -} "circunvolbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "circunvolabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "circunvolaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"circunvolara" ; "circunvolase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"circunvolaras" ; "circunvolases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"circunvolara" ; "circunvolase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"circunvolramos" ; "circunvolsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"circunvolarais" ; "circunvolaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"circunvolaran" ; "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) => -} "circunvolars" ;--# 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) => -} "circunvolaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "circunvolarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "circunvolare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "circunvolares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "circunvolare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "circunvolremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "circunvolareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "circunvolaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "circunvolara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "circunvolaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "circunvolara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "circunvolaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "circunvolarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "circunvolaran" ;--# 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 (BeschSpa.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) => -} "colis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "cuelan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "cuele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "cueles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "cuele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "colemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "colis" ; + {- VPB (Pres Subj 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) => -} "colbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "colabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "colaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"colara" ; "colase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"colaras" ; "colases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"colara" ; "colase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"colramos" ; "colsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"colarais" ; "colaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"colaran" ; "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) => -} "colars" ;--# 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) => -} "colaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "colarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "colare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "colares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "colare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "colremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "colareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "colaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "colara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "colaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "colara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "colaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "colarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "colaran" ;--# 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 (BeschSpa.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) => -} "comprobis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "comprueban" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "compruebe" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "compruebes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "compruebe" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "comprobemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "comprobis" ; + {- VPB (Pres Subj 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) => -} "comprobbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "comprobabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "comprobaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"comprobara" ; "comprobase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"comprobaras" ; "comprobases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"comprobara" ; "comprobase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"comprobramos" ; "comprobsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"comprobarais" ; "comprobaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"comprobaran" ; "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) => -} "comprobars" ;--# 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) => -} "comprobaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "comprobarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "comprobare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "comprobares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "comprobare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "comprobremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "comprobareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "comprobaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "comprobara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "comprobaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "comprobara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "comprobaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "comprobarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "comprobaran" ;--# 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 (BeschSpa.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) => -} "concertis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "conciertan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "concierte" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "conciertes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "concierte" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "concertemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "concertis" ; + {- VPB (Pres Subj 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) => -} "concertbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "concertabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "concertaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"concertara" ; "concertase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"concertaras" ; "concertases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"concertara" ; "concertase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"concertramos" ; "concertsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"concertarais" ; "concertaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"concertaran" ; "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) => -} "concertars" ;--# 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) => -} "concertaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "concertarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "concertare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "concertares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "concertare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "concertremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "concertareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "concertaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "concertara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "concertaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "concertara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "concertaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "concertarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "concertaran" ;--# 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 (BeschSpa.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) => -} "concordis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "concuerdan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "concuerde" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "concuerdes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "concuerde" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "concordemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "concordis" ; + {- VPB (Pres Subj 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) => -} "concordbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "concordabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "concordaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"concordara" ; "concordase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"concordaras" ; "concordases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"concordara" ; "concordase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"concordramos" ; "concordsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"concordarais" ; "concordaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"concordaran" ; "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) => -} "concordars" ;--# 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) => -} "concordaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "concordarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "concordare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "concordares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "concordare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "concordremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "concordareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "concordaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "concordara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "concordaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "concordara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "concordaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "concordarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "concordaran" ;--# 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 (BeschSpa.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) => -} "confesis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "confiesan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "confiese" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "confieses" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "confiese" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "confesemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "confesis" ; + {- VPB (Pres Subj 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) => -} "confesbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "confesabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "confesaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"confesara" ; "confesase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"confesaras" ; "confesases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"confesara" ; "confesase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"confesramos" ; "confessemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"confesarais" ; "confesaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"confesaran" ; "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) => -} "confesars" ;--# 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) => -} "confesaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "confesarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "confesare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "confesares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "confesare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "confesremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "confesareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "confesaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "confesara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "confesaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "confesara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "confesaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "confesarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "confesaran" ;--# 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 (BeschSpa.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) => -} "consolis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "consuelan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "consuele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "consueles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "consuele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "consolemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "consolis" ; + {- VPB (Pres Subj 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) => -} "consolbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "consolabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "consolaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"consolara" ; "consolase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"consolaras" ; "consolases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"consolara" ; "consolase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"consolramos" ; "consolsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"consolarais" ; "consolaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"consolaran" ; "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) => -} "consolars" ;--# 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) => -} "consolaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "consolarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "consolare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "consolares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "consolare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "consolremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "consolareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "consolaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "consolara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "consolaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "consolara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "consolaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "consolarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "consolaran" ;--# 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 (BeschSpa.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) => -} "consonis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "consuenan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "consuene" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "consuenes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "consuene" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "consonemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "consonis" ; + {- VPB (Pres Subj 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) => -} "consonbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "consonabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "consonaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"consonara" ; "consonase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"consonaras" ; "consonases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"consonara" ; "consonase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"consonramos" ; "consonsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"consonarais" ; "consonaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"consonaran" ; "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) => -} "consonars" ;--# 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) => -} "consonaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "consonarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "consonare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "consonares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "consonare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "consonremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "consonareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "consonaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "consonara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "consonaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "consonara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "consonaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "consonarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "consonaran" ;--# 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 (BeschSpa.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) => -} "contis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "cuentan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "cuente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "cuentes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "cuente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "contemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "contis" ; + {- VPB (Pres Subj 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) => -} "contbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "contabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "contaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"contara" ; "contase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"contaras" ; "contases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"contara" ; "contase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"contramos" ; "contsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"contarais" ; "contaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"contaran" ; "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) => -} "contars" ;--# 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) => -} "contaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "contarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "contare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "contares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "contare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "contremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "contareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "contaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "contara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "contaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "contara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "contaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "contarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "contaran" ;--# 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 (BeschSpa.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) => -} "contramanifestis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "contramanifiestan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "contramanifieste" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "contramanifiestes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "contramanifieste" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "contramanifestemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "contramanifestis" ; + {- VPB (Pres Subj 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) => -} "contramanifestbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "contramanifestabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "contramanifestaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"contramanifestara" ; "contramanifestase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"contramanifestaras" ; "contramanifestases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"contramanifestara" ; "contramanifestase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"contramanifestramos" ; "contramanifestsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"contramanifestarais" ; "contramanifestaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"contramanifestaran" ; "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) => -} "contramanifestars" ;--# 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) => -} "contramanifestaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "contramanifestarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "contramanifestare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "contramanifestares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "contramanifestare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "contramanifestremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "contramanifestareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "contramanifestaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "contramanifestara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "contramanifestaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "contramanifestara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "contramanifestaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "contramanifestarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "contramanifestaran" ;--# 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 (BeschSpa.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) => -} "costis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "cuestan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "cueste" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "cuestes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "cueste" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "costemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "costis" ; + {- VPB (Pres Subj 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) => -} "costbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "costabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "costaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"costara" ; "costase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"costaras" ; "costases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"costara" ; "costase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"costramos" ; "costsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"costarais" ; "costaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"costaran" ; "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) => -} "costars" ;--# 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) => -} "costaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "costarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "costare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "costares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "costare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "costremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "costareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "costaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "costara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "costaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "costara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "costaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "costarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "costaran" ;--# 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 (BeschSpa.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) => -} "decentis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "decientan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "deciente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "decientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "deciente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "decentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "decentis" ; + {- VPB (Pres Subj 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) => -} "decentbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "decentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "decentaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"decentara" ; "decentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"decentaras" ; "decentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"decentara" ; "decentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"decentramos" ; "decentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"decentarais" ; "decentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"decentaran" ; "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) => -} "decentars" ;--# 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) => -} "decentaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "decentarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "decentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "decentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "decentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "decentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "decentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "decentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "decentara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "decentaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "decentara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "decentaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "decentarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "decentaran" ;--# 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 (BeschSpa.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) => -} "degollis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "deguellan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "deguelle" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "deguelles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "deguelle" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "degollemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "degollis" ; + {- VPB (Pres Subj 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) => -} "degollbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "degollabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "degollaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"degollara" ; "degollase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"degollaras" ; "degollases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"degollara" ; "degollase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"degollramos" ; "degollsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"degollarais" ; "degollaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"degollaran" ; "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) => -} "degollars" ;--# 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) => -} "degollaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "degollarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "degollare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "degollares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "degollare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "degollremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "degollareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "degollaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "degollara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "degollaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "degollara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "degollaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "degollarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "degollaran" ;--# 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 (BeschSpa.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) => -} "demostris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "demuestran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "demuestre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "demuestres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "demuestre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "demostremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "demostris" ; + {- VPB (Pres Subj 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) => -} "demostrbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "demostrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "demostraban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"demostrara" ; "demostrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"demostraras" ; "demostrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"demostrara" ; "demostrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"demostrramos" ; "demostrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"demostrarais" ; "demostraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"demostraran" ; "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) => -} "demostrars" ;--# 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) => -} "demostraris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "demostrarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "demostrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "demostrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "demostrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "demostrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "demostrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "demostraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "demostrara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "demostraras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "demostrara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "demostraramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "demostrarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "demostraran" ;--# 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 (BeschSpa.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) => -} "denostis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "denuestan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "denueste" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "denuestes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "denueste" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "denostemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "denostis" ; + {- VPB (Pres Subj 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) => -} "denostbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "denostabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "denostaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"denostara" ; "denostase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"denostaras" ; "denostases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"denostara" ; "denostase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"denostramos" ; "denostsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"denostarais" ; "denostaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"denostaran" ; "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) => -} "denostars" ;--# 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) => -} "denostaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "denostarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "denostare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "denostares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "denostare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "denostremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "denostareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "denostaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "denostara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "denostaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "denostara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "denostaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "denostarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "denostaran" ;--# 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 (BeschSpa.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) => -} "dentis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "dientan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "diente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "dientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "diente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "dentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "dentis" ; + {- VPB (Pres Subj 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) => -} "dentbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "dentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "dentaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"dentara" ; "dentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"dentaras" ; "dentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"dentara" ; "dentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"dentramos" ; "dentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"dentarais" ; "dentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"dentaran" ; "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) => -} "dentars" ;--# 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) => -} "dentaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "dentarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "dentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "dentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "dentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "dentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "dentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "dentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "dentara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "dentaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "dentara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "dentaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "dentarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "dentaran" ;--# 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 (BeschSpa.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) => -} "desacertis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desaciertan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desacierte" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desaciertes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desacierte" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desacertemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desacertis" ; + {- VPB (Pres Subj 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) => -} "desacertbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desacertabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desacertaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desacertara" ; "desacertase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desacertaras" ; "desacertases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desacertara" ; "desacertase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desacertramos" ; "desacertsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desacertarais" ; "desacertaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desacertaran" ; "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) => -} "desacertars" ;--# 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) => -} "desacertaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desacertarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desacertare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desacertares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desacertare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desacertremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desacertareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desacertaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desacertara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desacertaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desacertara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desacertaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desacertarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desacertaran" ;--# 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 (BeschSpa.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) => -} "desacollis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desacuellan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desacuelle" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desacuelles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desacuelle" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desacollemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desacollis" ; + {- VPB (Pres Subj 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) => -} "desacollbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desacollabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desacollaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desacollara" ; "desacollase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desacollaras" ; "desacollases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desacollara" ; "desacollase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desacollramos" ; "desacollsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desacollarais" ; "desacollaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desacollaran" ; "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) => -} "desacollars" ;--# 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) => -} "desacollaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desacollarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desacollare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desacollares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desacollare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desacollremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desacollareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desacollaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desacollara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desacollaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desacollara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desacollaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desacollarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desacollaran" ;--# 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 (BeschSpa.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) => -} "desacordis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desacuerdan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desacuerde" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desacuerdes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desacuerde" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desacordemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desacordis" ; + {- VPB (Pres Subj 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) => -} "desacordbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desacordabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desacordaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desacordara" ; "desacordase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desacordaras" ; "desacordases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desacordara" ; "desacordase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desacordramos" ; "desacordsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desacordarais" ; "desacordaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desacordaran" ; "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) => -} "desacordars" ;--# 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) => -} "desacordaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desacordarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desacordare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desacordares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desacordare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desacordremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desacordareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desacordaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desacordara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desacordaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desacordara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desacordaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desacordarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desacordaran" ;--# 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 (BeschSpa.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) => -} "desaferris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desafierran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desafierre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desafierres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desafierre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desaferremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desaferris" ; + {- VPB (Pres Subj 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) => -} "desaferrbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desaferrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desaferraban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desaferrara" ; "desaferrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desaferraras" ; "desaferrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desaferrara" ; "desaferrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desaferrramos" ; "desaferrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desaferrarais" ; "desaferraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desaferraran" ; "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) => -} "desaferrars" ;--# 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) => -} "desaferraris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desaferrarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desaferrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desaferrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desaferrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desaferrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desaferrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desaferraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desaferrara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desaferraras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desaferrara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desaferraramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desaferrarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desaferraran" ;--# 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 (BeschSpa.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) => -} "desaforis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desafueran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desafuere" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desafueres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desafuere" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desaforemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desaforis" ; + {- VPB (Pres Subj 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) => -} "desaforbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desaforabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desaforaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desaforara" ; "desaforase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desaforaras" ; "desaforases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desaforara" ; "desaforase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desaforramos" ; "desaforsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desaforarais" ; "desaforaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desaforaran" ; "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) => -} "desaforars" ;--# 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) => -} "desaforaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desaforarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desaforare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desaforares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desaforare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desaforremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desaforareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desaforaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desaforara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desaforaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desaforara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desaforaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desaforarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desaforaran" ;--# 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 (BeschSpa.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) => -} "desalentis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desalientan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desaliente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desalientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desaliente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desalentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desalentis" ; + {- VPB (Pres Subj 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) => -} "desalentbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desalentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desalentaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desalentara" ; "desalentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desalentaras" ; "desalentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desalentara" ; "desalentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desalentramos" ; "desalentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desalentarais" ; "desalentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desalentaran" ; "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) => -} "desalentars" ;--# 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) => -} "desalentaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desalentarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desalentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desalentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desalentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desalentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desalentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desalentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desalentara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desalentaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desalentara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desalentaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desalentarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desalentaran" ;--# 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 (BeschSpa.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) => -} "desamoblis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desamueblan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desamueble" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desamuebles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desamueble" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desamoblemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desamoblis" ; + {- VPB (Pres Subj 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) => -} "desamoblbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desamoblabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desamoblaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desamoblara" ; "desamoblase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desamoblaras" ; "desamoblases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desamoblara" ; "desamoblase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desamoblramos" ; "desamoblsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desamoblarais" ; "desamoblaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desamoblaran" ; "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) => -} "desamoblars" ;--# 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) => -} "desamoblaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desamoblarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desamoblare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desamoblares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desamoblare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desamoblremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desamoblareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desamoblaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desamoblara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desamoblaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desamoblara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desamoblaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desamoblarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desamoblaran" ;--# 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 (BeschSpa.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) => -} "desapretis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desaprietan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desapriete" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desaprietes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desapriete" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desapretemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desapretis" ; + {- VPB (Pres Subj 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) => -} "desapretbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desapretabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desapretaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desapretara" ; "desapretase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desapretaras" ; "desapretases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desapretara" ; "desapretase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desapretramos" ; "desapretsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desapretarais" ; "desapretaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desapretaran" ; "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) => -} "desapretars" ;--# 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) => -} "desapretaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desapretarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desapretare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desapretares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desapretare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desapretremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desapretareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desapretaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desapretara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desapretaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desapretara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desapretaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desapretarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desapretaran" ;--# 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 (BeschSpa.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) => -} "desaprobis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desaprueban" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desapruebe" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desapruebes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desapruebe" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desaprobemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desaprobis" ; + {- VPB (Pres Subj 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) => -} "desaprobbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desaprobabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desaprobaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desaprobara" ; "desaprobase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desaprobaras" ; "desaprobases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desaprobara" ; "desaprobase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desaprobramos" ; "desaprobsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desaprobarais" ; "desaprobaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desaprobaran" ; "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) => -} "desaprobars" ;--# 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) => -} "desaprobaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desaprobarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desaprobare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desaprobares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desaprobare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desaprobremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desaprobareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desaprobaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desaprobara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desaprobaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desaprobara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desaprobaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desaprobarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desaprobaran" ;--# 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 (BeschSpa.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) => -} "desarrendis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desarriendan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desarriende" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desarriendes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desarriende" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desarrendemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desarrendis" ; + {- VPB (Pres Subj 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) => -} "desarrendbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desarrendabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desarrendaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desarrendara" ; "desarrendase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desarrendaras" ; "desarrendases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desarrendara" ; "desarrendase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desarrendramos" ; "desarrendsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desarrendarais" ; "desarrendaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desarrendaran" ; "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) => -} "desarrendars" ;--# 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) => -} "desarrendaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desarrendarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desarrendare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desarrendares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desarrendare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desarrendremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desarrendareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desarrendaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desarrendara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desarrendaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desarrendara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desarrendaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desarrendarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desarrendaran" ;--# 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 (BeschSpa.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) => -} "desasentis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desasientan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desasiente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desasientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desasiente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desasentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desasentis" ; + {- VPB (Pres Subj 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) => -} "desasentbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desasentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desasentaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desasentara" ; "desasentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desasentaras" ; "desasentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desasentara" ; "desasentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desasentramos" ; "desasentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desasentarais" ; "desasentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desasentaran" ; "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) => -} "desasentars" ;--# 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) => -} "desasentaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desasentarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desasentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desasentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desasentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desasentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desasentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desasentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desasentara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desasentaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desasentara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desasentaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desasentarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desasentaran" ;--# 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 (BeschSpa.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) => -} "desatentis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desatientan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desatiente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desatientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desatiente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desatentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desatentis" ; + {- VPB (Pres Subj 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) => -} "desatentbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desatentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desatentaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desatentara" ; "desatentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desatentaras" ; "desatentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desatentara" ; "desatentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desatentramos" ; "desatentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desatentarais" ; "desatentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desatentaran" ; "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) => -} "desatentars" ;--# 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) => -} "desatentaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desatentarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desatentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desatentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desatentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desatentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desatentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desatentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desatentara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desatentaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desatentara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desatentaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desatentarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desatentaran" ;--# 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 (BeschSpa.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) => -} "desaterris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desatierran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desatierre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desatierres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desatierre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desaterremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desaterris" ; + {- VPB (Pres Subj 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) => -} "desaterrbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desaterrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desaterraban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desaterrara" ; "desaterrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desaterraras" ; "desaterrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desaterrara" ; "desaterrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desaterrramos" ; "desaterrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desaterrarais" ; "desaterraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desaterraran" ; "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) => -} "desaterrars" ;--# 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) => -} "desaterraris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desaterrarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desaterrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desaterrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desaterrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desaterrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desaterrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desaterraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desaterrara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desaterraras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desaterrara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desaterraramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desaterrarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desaterraran" ;--# 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 (BeschSpa.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) => -} "descerris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "descierran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "descierre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "descierres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "descierre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "descerremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "descerris" ; + {- VPB (Pres Subj 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) => -} "descerrbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "descerrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "descerraban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descerrara" ; "descerrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descerraras" ; "descerrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descerrara" ; "descerrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descerrramos" ; "descerrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descerrarais" ; "descerraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descerraran" ; "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) => -} "descerrars" ;--# 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) => -} "descerraris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "descerrarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "descerrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "descerrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "descerrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "descerrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "descerrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "descerraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "descerrara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "descerraras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "descerrara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "descerraramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "descerrarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "descerraran" ;--# 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 (BeschSpa.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) => -} "descimentis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "descimientan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "descimiente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "descimientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "descimiente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "descimentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "descimentis" ; + {- VPB (Pres Subj 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) => -} "descimentbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "descimentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "descimentaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descimentara" ; "descimentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descimentaras" ; "descimentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descimentara" ; "descimentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descimentramos" ; "descimentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descimentarais" ; "descimentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descimentaran" ; "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) => -} "descimentars" ;--# 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) => -} "descimentaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "descimentarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "descimentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "descimentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "descimentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "descimentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "descimentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "descimentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "descimentara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "descimentaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "descimentara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "descimentaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "descimentarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "descimentaran" ;--# 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 (BeschSpa.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) => -} "descollis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "descuellan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "descuelle" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "descuelles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "descuelle" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "descollemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "descollis" ; + {- VPB (Pres Subj 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) => -} "descollbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "descollabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "descollaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descollara" ; "descollase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descollaras" ; "descollases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descollara" ; "descollase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descollramos" ; "descollsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descollarais" ; "descollaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descollaran" ; "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) => -} "descollars" ;--# 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) => -} "descollaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "descollarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "descollare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "descollares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "descollare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "descollremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "descollareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "descollaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "descollara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "descollaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "descollara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "descollaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "descollarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "descollaran" ;--# 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 (BeschSpa.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) => -} "desconcertis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desconciertan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desconcierte" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desconciertes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desconcierte" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desconcertemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desconcertis" ; + {- VPB (Pres Subj 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) => -} "desconcertbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desconcertabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desconcertaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desconcertara" ; "desconcertase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desconcertaras" ; "desconcertases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desconcertara" ; "desconcertase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desconcertramos" ; "desconcertsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desconcertarais" ; "desconcertaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desconcertaran" ; "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) => -} "desconcertars" ;--# 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) => -} "desconcertaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desconcertarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desconcertare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desconcertares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desconcertare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desconcertremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desconcertareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desconcertaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desconcertara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desconcertaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desconcertara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desconcertaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desconcertarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desconcertaran" ;--# 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 (BeschSpa.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) => -} "desconsolis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desconsuelan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desconsuele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desconsueles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desconsuele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desconsolemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desconsolis" ; + {- VPB (Pres Subj 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) => -} "desconsolbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desconsolabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desconsolaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desconsolara" ; "desconsolase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desconsolaras" ; "desconsolases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desconsolara" ; "desconsolase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desconsolramos" ; "desconsolsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desconsolarais" ; "desconsolaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desconsolaran" ; "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) => -} "desconsolars" ;--# 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) => -} "desconsolaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desconsolarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desconsolare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desconsolares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desconsolare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desconsolremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desconsolareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desconsolaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desconsolara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desconsolaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desconsolara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desconsolaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desconsolarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desconsolaran" ;--# 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 (BeschSpa.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) => -} "descontis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "descuentan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "descuente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "descuentes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "descuente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "descontemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "descontis" ; + {- VPB (Pres Subj 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) => -} "descontbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "descontabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "descontaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descontara" ; "descontase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descontaras" ; "descontases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descontara" ; "descontase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descontramos" ; "descontsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descontarais" ; "descontaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descontaran" ; "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) => -} "descontars" ;--# 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) => -} "descontaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "descontarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "descontare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "descontares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "descontare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "descontremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "descontareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "descontaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "descontara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "descontaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "descontara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "descontaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "descontarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "descontaran" ;--# 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 (BeschSpa.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) => -} "descordis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "descuerdan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "descuerde" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "descuerdes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "descuerde" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "descordemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "descordis" ; + {- VPB (Pres Subj 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) => -} "descordbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "descordabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "descordaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descordara" ; "descordase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descordaras" ; "descordases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descordara" ; "descordase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descordramos" ; "descordsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descordarais" ; "descordaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descordaran" ; "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) => -} "descordars" ;--# 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) => -} "descordaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "descordarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "descordare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "descordares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "descordare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "descordremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "descordareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "descordaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "descordara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "descordaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "descordara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "descordaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "descordarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "descordaran" ;--# 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 (BeschSpa.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) => -} "descornis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "descuernan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "descuerne" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "descuernes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "descuerne" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "descornemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "descornis" ; + {- VPB (Pres Subj 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) => -} "descornbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "descornabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "descornaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descornara" ; "descornase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descornaras" ; "descornases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descornara" ; "descornase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descornramos" ; "descornsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descornarais" ; "descornaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descornaran" ; "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) => -} "descornars" ;--# 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) => -} "descornaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "descornarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "descornare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "descornares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "descornare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "descornremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "descornareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "descornaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "descornara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "descornaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "descornara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "descornaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "descornarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "descornaran" ;--# 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 (BeschSpa.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) => -} "desdentis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desdientan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desdiente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desdientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desdiente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desdentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desdentis" ; + {- VPB (Pres Subj 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) => -} "desdentbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desdentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desdentaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desdentara" ; "desdentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desdentaras" ; "desdentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desdentara" ; "desdentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desdentramos" ; "desdentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desdentarais" ; "desdentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desdentaran" ; "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) => -} "desdentars" ;--# 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) => -} "desdentaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desdentarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desdentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desdentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desdentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desdentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desdentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desdentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desdentara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desdentaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desdentara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desdentaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desdentarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desdentaran" ;--# 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 (BeschSpa.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) => -} "desempedris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desempiedran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desempiedre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desempiedres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desempiedre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desempedremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desempedris" ; + {- VPB (Pres Subj 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) => -} "desempedrbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desempedrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desempedraban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desempedrara" ; "desempedrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desempedraras" ; "desempedrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desempedrara" ; "desempedrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desempedrramos" ; "desempedrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desempedrarais" ; "desempedraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desempedraran" ; "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) => -} "desempedrars" ;--# 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) => -} "desempedraris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desempedrarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desempedrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desempedrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desempedrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desempedrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desempedrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desempedraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desempedrara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desempedraras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desempedrara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desempedraramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desempedrarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desempedraran" ;--# 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 (BeschSpa.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) => -} "desencerris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desencierran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desencierre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desencierres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desencierre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desencerremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desencerris" ; + {- VPB (Pres Subj 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) => -} "desencerrbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desencerrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desencerraban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desencerrara" ; "desencerrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desencerraras" ; "desencerrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desencerrara" ; "desencerrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desencerrramos" ; "desencerrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desencerrarais" ; "desencerraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desencerraran" ; "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) => -} "desencerrars" ;--# 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) => -} "desencerraris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desencerrarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desencerrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desencerrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desencerrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desencerrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desencerrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desencerraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desencerrara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desencerraras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desencerrara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desencerraramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desencerrarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desencerraran" ;--# 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 (BeschSpa.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) => -} "desencordis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desencuerdan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desencuerde" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desencuerdes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desencuerde" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desencordemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desencordis" ; + {- VPB (Pres Subj 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) => -} "desencordbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desencordabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desencordaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desencordara" ; "desencordase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desencordaras" ; "desencordases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desencordara" ; "desencordase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desencordramos" ; "desencordsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desencordarais" ; "desencordaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desencordaran" ; "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) => -} "desencordars" ;--# 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) => -} "desencordaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desencordarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desencordare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desencordares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desencordare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desencordremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desencordareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desencordaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desencordara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desencordaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desencordara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desencordaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desencordarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desencordaran" ;--# 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 (BeschSpa.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) => -} "desencovis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desencuevan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desencueve" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desencueves" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desencueve" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desencovemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desencovis" ; + {- VPB (Pres Subj 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) => -} "desencovbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desencovabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desencovaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desencovara" ; "desencovase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desencovaras" ; "desencovases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desencovara" ; "desencovase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desencovramos" ; "desencovsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desencovarais" ; "desencovaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desencovaran" ; "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) => -} "desencovars" ;--# 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) => -} "desencovaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desencovarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desencovare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desencovares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desencovare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desencovremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desencovareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desencovaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desencovara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desencovaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desencovara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desencovaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desencovarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desencovaran" ;--# 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 (BeschSpa.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) => -} "desengrosis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desengruesan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desengruese" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desengrueses" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desengruese" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desengrosemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desengrosis" ; + {- VPB (Pres Subj 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) => -} "desengrosbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desengrosabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desengrosaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desengrosara" ; "desengrosase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desengrosaras" ; "desengrosases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desengrosara" ; "desengrosase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desengrosramos" ; "desengrossemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desengrosarais" ; "desengrosaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desengrosaran" ; "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) => -} "desengrosars" ;--# 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) => -} "desengrosaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desengrosarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desengrosare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desengrosares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desengrosare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desengrosremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desengrosareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desengrosaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desengrosara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desengrosaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desengrosara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desengrosaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desengrosarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desengrosaran" ;--# 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 (BeschSpa.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) => -} "desenterris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desentierran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desentierre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desentierres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desentierre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desenterremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desenterris" ; + {- VPB (Pres Subj 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) => -} "desenterrbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desenterrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desenterraban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desenterrara" ; "desenterrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desenterraras" ; "desenterrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desenterrara" ; "desenterrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desenterrramos" ; "desenterrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desenterrarais" ; "desenterraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desenterraran" ; "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) => -} "desenterrars" ;--# 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) => -} "desenterraris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desenterrarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desenterrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desenterrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desenterrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desenterrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desenterrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desenterraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desenterrara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desenterraras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desenterrara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desenterraramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desenterrarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desenterraran" ;--# 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 (BeschSpa.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) => -} "desgobernis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desgobiernan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desgobierne" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desgobiernes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desgobierne" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desgobernemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desgobernis" ; + {- VPB (Pres Subj 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) => -} "desgobernbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desgobernabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desgobernaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desgobernara" ; "desgobernase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desgobernaras" ; "desgobernases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desgobernara" ; "desgobernase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desgobernramos" ; "desgobernsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desgobernarais" ; "desgobernaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desgobernaran" ; "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) => -} "desgobernars" ;--# 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) => -} "desgobernaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desgobernarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desgobernare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desgobernares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desgobernare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desgobernremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desgobernareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desgobernaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desgobernara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desgobernaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desgobernara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desgobernaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desgobernarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desgobernaran" ;--# 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 (BeschSpa.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) => -} "deshelis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "deshielan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "deshiele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "deshieles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "deshiele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "deshelemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "deshelis" ; + {- VPB (Pres Subj 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) => -} "deshelbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "deshelabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "deshelaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"deshelara" ; "deshelase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"deshelaras" ; "deshelases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"deshelara" ; "deshelase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"deshelramos" ; "deshelsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"deshelarais" ; "deshelaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"deshelaran" ; "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) => -} "deshelars" ;--# 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) => -} "deshelaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "deshelarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "deshelare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "deshelares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "deshelare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "deshelremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "deshelareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "deshelaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "deshelara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "deshelaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "deshelara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "deshelaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "deshelarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "deshelaran" ;--# 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 (BeschSpa.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) => -} "desherbis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "deshierban" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "deshierbe" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "deshierbes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "deshierbe" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desherbemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desherbis" ; + {- VPB (Pres Subj 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) => -} "desherbbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desherbabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desherbaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desherbara" ; "desherbase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desherbaras" ; "desherbases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desherbara" ; "desherbase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desherbramos" ; "desherbsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desherbarais" ; "desherbaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desherbaran" ; "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) => -} "desherbars" ;--# 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) => -} "desherbaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desherbarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desherbare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desherbares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desherbare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desherbremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desherbareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desherbaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desherbara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desherbaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desherbara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desherbaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desherbarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desherbaran" ;--# 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 (BeschSpa.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) => -} "desherris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "deshierran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "deshierre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "deshierres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "deshierre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desherremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desherris" ; + {- VPB (Pres Subj 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) => -} "desherrbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desherrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desherraban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desherrara" ; "desherrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desherraras" ; "desherrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desherrara" ; "desherrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desherrramos" ; "desherrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desherrarais" ; "desherraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desherraran" ; "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) => -} "desherrars" ;--# 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) => -} "desherraris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desherrarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desherrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desherrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desherrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desherrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desherrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desherraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desherrara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desherraras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desherrara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desherraramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desherrarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desherraran" ;--# 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 (BeschSpa.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) => -} "desinvernis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desinviernan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desinvierne" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desinviernes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desinvierne" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desinvernemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desinvernis" ; + {- VPB (Pres Subj 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) => -} "desinvernbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desinvernabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desinvernaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desinvernara" ; "desinvernase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desinvernaras" ; "desinvernases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desinvernara" ; "desinvernase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desinvernramos" ; "desinvernsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desinvernarais" ; "desinvernaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desinvernaran" ; "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) => -} "desinvernars" ;--# 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) => -} "desinvernaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desinvernarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desinvernare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desinvernares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desinvernare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desinvernremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desinvernareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desinvernaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desinvernara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desinvernaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desinvernara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desinvernaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desinvernarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desinvernaran" ;--# 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 (BeschSpa.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) => -} "deslendris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desliendran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desliendre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desliendres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desliendre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "deslendremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "deslendris" ; + {- VPB (Pres Subj 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) => -} "deslendrbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "deslendrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "deslendraban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"deslendrara" ; "deslendrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"deslendraras" ; "deslendrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"deslendrara" ; "deslendrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"deslendrramos" ; "deslendrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"deslendrarais" ; "deslendraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"deslendraran" ; "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) => -} "deslendrars" ;--# 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) => -} "deslendraris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "deslendrarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "deslendrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "deslendrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "deslendrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "deslendrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "deslendrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "deslendraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "deslendrara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "deslendraras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "deslendrara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "deslendraramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "deslendrarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "deslendraran" ;--# 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 (BeschSpa.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) => -} "desmajolis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desmajuelan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desmajuele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desmajueles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desmajuele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desmajolemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desmajolis" ; + {- VPB (Pres Subj 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) => -} "desmajolbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desmajolabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desmajolaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desmajolara" ; "desmajolase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desmajolaras" ; "desmajolases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desmajolara" ; "desmajolase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desmajolramos" ; "desmajolsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desmajolarais" ; "desmajolaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desmajolaran" ; "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) => -} "desmajolars" ;--# 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) => -} "desmajolaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desmajolarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desmajolare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desmajolares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desmajolare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desmajolremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desmajolareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desmajolaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desmajolara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desmajolaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desmajolara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desmajolaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desmajolarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desmajolaran" ;--# 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 (BeschSpa.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) => -} "desmelis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desmielan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desmiele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desmieles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desmiele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desmelemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desmelis" ; + {- VPB (Pres Subj 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) => -} "desmelbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desmelabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desmelaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desmelara" ; "desmelase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desmelaras" ; "desmelases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desmelara" ; "desmelase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desmelramos" ; "desmelsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desmelarais" ; "desmelaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desmelaran" ; "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) => -} "desmelars" ;--# 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) => -} "desmelaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desmelarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desmelare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desmelares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desmelare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desmelremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desmelareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desmelaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desmelara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desmelaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desmelara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desmelaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desmelarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desmelaran" ;--# 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 (BeschSpa.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) => -} "desmembris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desmiembran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desmiembre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desmiembres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desmiembre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desmembremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desmembris" ; + {- VPB (Pres Subj 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) => -} "desmembrbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desmembrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desmembraban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desmembrara" ; "desmembrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desmembraras" ; "desmembrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desmembrara" ; "desmembrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desmembrramos" ; "desmembrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desmembrarais" ; "desmembraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desmembraran" ; "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) => -} "desmembrars" ;--# 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) => -} "desmembraris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desmembrarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desmembrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desmembrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desmembrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desmembrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desmembrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desmembraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desmembrara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desmembraras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desmembrara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desmembraramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desmembrarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desmembraran" ;--# 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 (BeschSpa.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) => -} "desolis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desuelan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desuele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desueles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desuele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desolemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desolis" ; + {- VPB (Pres Subj 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) => -} "desolbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desolabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desolaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desolara" ; "desolase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desolaras" ; "desolases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desolara" ; "desolase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desolramos" ; "desolsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desolarais" ; "desolaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desolaran" ; "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) => -} "desolars" ;--# 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) => -} "desolaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desolarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desolare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desolares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desolare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desolremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desolareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desolaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desolara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desolaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desolara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desolaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desolarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desolaran" ;--# 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 (BeschSpa.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) => -} "desoldis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desueldan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desuelde" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desueldes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desuelde" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desoldemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desoldis" ; + {- VPB (Pres Subj 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) => -} "desoldbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desoldabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desoldaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desoldara" ; "desoldase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desoldaras" ; "desoldases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desoldara" ; "desoldase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desoldramos" ; "desoldsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desoldarais" ; "desoldaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desoldaran" ; "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) => -} "desoldars" ;--# 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) => -} "desoldaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desoldarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desoldare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desoldares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desoldare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desoldremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desoldareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desoldaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desoldara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desoldaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desoldara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desoldaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desoldarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desoldaran" ;--# 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 (BeschSpa.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) => -} "desollis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desuellan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desuelle" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desuelles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desuelle" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desollemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desollis" ; + {- VPB (Pres Subj 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) => -} "desollbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desollabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desollaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desollara" ; "desollase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desollaras" ; "desollases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desollara" ; "desollase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desollramos" ; "desollsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desollarais" ; "desollaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desollaran" ; "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) => -} "desollars" ;--# 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) => -} "desollaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desollarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desollare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desollares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desollare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desollremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desollareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desollaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desollara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desollaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desollara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desollaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desollarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desollaran" ;--# 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 (BeschSpa.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) => -} "despedris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "despiedran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "despiedre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "despiedres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "despiedre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "despedremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "despedris" ; + {- VPB (Pres Subj 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) => -} "despedrbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "despedrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "despedraban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"despedrara" ; "despedrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"despedraras" ; "despedrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"despedrara" ; "despedrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"despedrramos" ; "despedrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"despedrarais" ; "despedraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"despedraran" ; "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) => -} "despedrars" ;--# 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) => -} "despedraris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "despedrarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "despedrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "despedrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "despedrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "despedrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "despedrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "despedraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "despedrara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "despedraras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "despedrara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "despedraramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "despedrarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "despedraran" ;--# 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 (BeschSpa.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) => -} "despernis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "despiernan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "despierne" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "despiernes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "despierne" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "despernemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "despernis" ; + {- VPB (Pres Subj 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) => -} "despernbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "despernabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "despernaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"despernara" ; "despernase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"despernaras" ; "despernases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"despernara" ; "despernase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"despernramos" ; "despernsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"despernarais" ; "despernaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"despernaran" ; "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) => -} "despernars" ;--# 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) => -} "despernaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "despernarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "despernare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "despernares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "despernare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "despernremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "despernareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "despernaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "despernara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "despernaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "despernara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "despernaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "despernarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "despernaran" ;--# 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 (BeschSpa.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) => -} "despertis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "despiertan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "despierte" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "despiertes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "despierte" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "despertemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "despertis" ; + {- VPB (Pres Subj 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) => -} "despertbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "despertabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "despertaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"despertara" ; "despertase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"despertaras" ; "despertases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"despertara" ; "despertase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"despertramos" ; "despertsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"despertarais" ; "despertaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"despertaran" ; "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) => -} "despertars" ;--# 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) => -} "despertaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "despertarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "despertare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "despertares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "despertare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "despertremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "despertareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "despertaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "despertara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "despertaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "despertara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "despertaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "despertarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "despertaran" ;--# 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 (BeschSpa.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) => -} "despoblis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "despueblan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "despueble" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "despuebles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "despueble" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "despoblemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "despoblis" ; + {- VPB (Pres Subj 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) => -} "despoblbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "despoblabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "despoblaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"despoblara" ; "despoblase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"despoblaras" ; "despoblases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"despoblara" ; "despoblase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"despoblramos" ; "despoblsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"despoblarais" ; "despoblaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"despoblaran" ; "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) => -} "despoblars" ;--# 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) => -} "despoblaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "despoblarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "despoblare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "despoblares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "despoblare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "despoblremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "despoblareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "despoblaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "despoblara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "despoblaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "despoblara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "despoblaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "despoblarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "despoblaran" ;--# 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 (BeschSpa.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) => -} "destentis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "destientan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "destiente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "destientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "destiente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "destentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "destentis" ; + {- VPB (Pres Subj 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) => -} "destentbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "destentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "destentaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"destentara" ; "destentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"destentaras" ; "destentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"destentara" ; "destentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"destentramos" ; "destentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"destentarais" ; "destentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"destentaran" ; "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) => -} "destentars" ;--# 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) => -} "destentaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "destentarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "destentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "destentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "destentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "destentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "destentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "destentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "destentara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "destentaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "destentara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "destentaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "destentarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "destentaran" ;--# 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 (BeschSpa.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) => -} "desterris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "destierran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "destierre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "destierres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "destierre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desterremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desterris" ; + {- VPB (Pres Subj 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) => -} "desterrbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desterrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desterraban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desterrara" ; "desterrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desterraras" ; "desterrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desterrara" ; "desterrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desterrramos" ; "desterrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desterrarais" ; "desterraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desterraran" ; "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) => -} "desterrars" ;--# 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) => -} "desterraris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desterrarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desterrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desterrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desterrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desterrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desterrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desterraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desterrara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desterraras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desterrara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desterraramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desterrarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desterraran" ;--# 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 (BeschSpa.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) => -} "desventis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desvientan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desviente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desvientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desviente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desventemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desventis" ; + {- VPB (Pres Subj 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) => -} "desventbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desventabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desventaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desventara" ; "desventase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desventaras" ; "desventases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desventara" ; "desventase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desventramos" ; "desventsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desventarais" ; "desventaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desventaran" ; "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) => -} "desventars" ;--# 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) => -} "desventaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desventarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desventare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desventares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desventare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desventremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desventareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desventaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desventara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desventaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desventara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desventaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desventarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desventaran" ;--# 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 (BeschSpa.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) => -} "dezmis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "diezman" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "diezme" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "diezmes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "diezme" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "dezmemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "dezmis" ; + {- VPB (Pres Subj 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) => -} "dezmbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "dezmabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "dezmaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"dezmara" ; "dezmase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"dezmaras" ; "dezmases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"dezmara" ; "dezmase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"dezmramos" ; "dezmsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"dezmarais" ; "dezmaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"dezmaran" ; "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) => -} "dezmars" ;--# 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) => -} "dezmaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "dezmarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "dezmare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "dezmares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "dezmare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "dezmremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "dezmareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "dezmaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "dezmara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "dezmaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "dezmara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "dezmaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "dezmarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "dezmaran" ;--# 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 (BeschSpa.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) => -} "discontis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "discuentan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "discuente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "discuentes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "discuente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "discontemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "discontis" ; + {- VPB (Pres Subj 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) => -} "discontbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "discontabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "discontaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"discontara" ; "discontase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"discontaras" ; "discontases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"discontara" ; "discontase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"discontramos" ; "discontsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"discontarais" ; "discontaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"discontaran" ; "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) => -} "discontars" ;--# 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) => -} "discontaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "discontarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "discontare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "discontares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "discontare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "discontremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "discontareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "discontaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "discontara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "discontaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "discontara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "discontaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "discontarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "discontaran" ;--# 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 (BeschSpa.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) => -} "discordis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "discuerdan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "discuerde" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "discuerdes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "discuerde" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "discordemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "discordis" ; + {- VPB (Pres Subj 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) => -} "discordbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "discordabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "discordaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"discordara" ; "discordase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"discordaras" ; "discordases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"discordara" ; "discordase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"discordramos" ; "discordsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"discordarais" ; "discordaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"discordaran" ; "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) => -} "discordars" ;--# 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) => -} "discordaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "discordarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "discordare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "discordares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "discordare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "discordremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "discordareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "discordaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "discordara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "discordaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "discordara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "discordaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "discordarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "discordaran" ;--# 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 (BeschSpa.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) => -} "disonis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "disuenan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "disuene" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "disuenes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "disuene" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "disonemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "disonis" ; + {- VPB (Pres Subj 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) => -} "disonbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "disonabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "disonaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"disonara" ; "disonase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"disonaras" ; "disonases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"disonara" ; "disonase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"disonramos" ; "disonsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"disonarais" ; "disonaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"disonaran" ; "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) => -} "disonars" ;--# 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) => -} "disonaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "disonarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "disonare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "disonares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "disonare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "disonremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "disonareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "disonaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "disonara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "disonaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "disonara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "disonaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "disonarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "disonaran" ;--# 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 (BeschSpa.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) => -} "dolis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "duelan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "duele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "dueles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "duele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "dolemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "dolis" ; + {- VPB (Pres Subj 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) => -} "dolbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "dolabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "dolaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"dolara" ; "dolase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"dolaras" ; "dolases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"dolara" ; "dolase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"dolramos" ; "dolsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"dolarais" ; "dolaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"dolaran" ; "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) => -} "dolars" ;--# 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) => -} "dolaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "dolarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "dolare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "dolares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "dolare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "dolremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "dolareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "dolaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "dolara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "dolaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "dolara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "dolaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "dolarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "dolaran" ;--# 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 (BeschSpa.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) => -} "empajolis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "empajuelan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "empajuele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "empajueles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "empajuele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "empajolemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "empajolis" ; + {- VPB (Pres Subj 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) => -} "empajolbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "empajolabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "empajolaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empajolara" ; "empajolase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empajolaras" ; "empajolases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empajolara" ; "empajolase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empajolramos" ; "empajolsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empajolarais" ; "empajolaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empajolaran" ; "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) => -} "empajolars" ;--# 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) => -} "empajolaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "empajolarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "empajolare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "empajolares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "empajolare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "empajolremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "empajolareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "empajolaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "empajolara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "empajolaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "empajolara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "empajolaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "empajolarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "empajolaran" ;--# 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 (BeschSpa.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) => -} "emparentis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "emparientan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "empariente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "emparientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "empariente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "emparentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "emparentis" ; + {- VPB (Pres Subj 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) => -} "emparentbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "emparentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "emparentaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"emparentara" ; "emparentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"emparentaras" ; "emparentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"emparentara" ; "emparentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"emparentramos" ; "emparentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"emparentarais" ; "emparentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"emparentaran" ; "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) => -} "emparentars" ;--# 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) => -} "emparentaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "emparentarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "emparentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "emparentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "emparentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "emparentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "emparentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "emparentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "emparentara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "emparentaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "emparentara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "emparentaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "emparentarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "emparentaran" ;--# 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 (BeschSpa.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) => -} "empedris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "empiedran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "empiedre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "empiedres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "empiedre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "empedremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "empedris" ; + {- VPB (Pres Subj 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) => -} "empedrbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "empedrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "empedraban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empedrara" ; "empedrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empedraras" ; "empedrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empedrara" ; "empedrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empedrramos" ; "empedrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empedrarais" ; "empedraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empedraran" ; "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) => -} "empedrars" ;--# 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) => -} "empedraris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "empedrarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "empedrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "empedrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "empedrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "empedrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "empedrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "empedraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "empedrara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "empedraras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "empedrara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "empedraramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "empedrarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "empedraran" ;--# 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 (BeschSpa.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) => -} "encentis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "encientan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enciente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "encientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enciente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "encentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "encentis" ; + {- VPB (Pres Subj 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) => -} "encentbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "encentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "encentaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encentara" ; "encentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encentaras" ; "encentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encentara" ; "encentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encentramos" ; "encentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encentarais" ; "encentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encentaran" ; "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) => -} "encentars" ;--# 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) => -} "encentaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "encentarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "encentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "encentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "encentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "encentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "encentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "encentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "encentara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "encentaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "encentara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "encentaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "encentarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "encentaran" ;--# 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 (BeschSpa.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) => -} "encerris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "encierran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "encierre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "encierres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "encierre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "encerremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "encerris" ; + {- VPB (Pres Subj 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) => -} "encerrbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "encerrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "encerraban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encerrara" ; "encerrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encerraras" ; "encerrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encerrara" ; "encerrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encerrramos" ; "encerrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encerrarais" ; "encerraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encerraran" ; "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) => -} "encerrars" ;--# 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) => -} "encerraris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "encerrarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "encerrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "encerrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "encerrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "encerrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "encerrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "encerraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "encerrara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "encerraras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "encerrara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "encerraramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "encerrarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "encerraran" ;--# 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 (BeschSpa.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) => -} "encomendis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "encomiendan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "encomiende" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "encomiendes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "encomiende" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "encomendemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "encomendis" ; + {- VPB (Pres Subj 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) => -} "encomendbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "encomendabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "encomendaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encomendara" ; "encomendase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encomendaras" ; "encomendases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encomendara" ; "encomendase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encomendramos" ; "encomendsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encomendarais" ; "encomendaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encomendaran" ; "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) => -} "encomendars" ;--# 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) => -} "encomendaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "encomendarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "encomendare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "encomendares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "encomendare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "encomendremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "encomendareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "encomendaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "encomendara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "encomendaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "encomendara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "encomendaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "encomendarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "encomendaran" ;--# 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 (BeschSpa.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) => -} "encontris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "encuentran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "encuentre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "encuentres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "encuentre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "encontremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "encontris" ; + {- VPB (Pres Subj 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) => -} "encontrbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "encontrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "encontraban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encontrara" ; "encontrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encontraras" ; "encontrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encontrara" ; "encontrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encontrramos" ; "encontrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encontrarais" ; "encontraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encontraran" ; "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) => -} "encontrars" ;--# 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) => -} "encontraris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "encontrarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "encontrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "encontrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "encontrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "encontrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "encontrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "encontraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "encontrara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "encontraras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "encontrara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "encontraramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "encontrarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "encontraran" ;--# 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 (BeschSpa.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) => -} "encoris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "encueran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "encuere" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "encueres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "encuere" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "encoremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "encoris" ; + {- VPB (Pres Subj 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) => -} "encorbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "encorabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "encoraban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encorara" ; "encorase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encoraras" ; "encorases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encorara" ; "encorase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encorramos" ; "encorsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encorarais" ; "encoraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encoraran" ; "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) => -} "encorars" ;--# 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) => -} "encoraris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "encorarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "encorare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "encorares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "encorare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "encorremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "encorareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "encoraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "encorara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "encoraras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "encorara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "encoraramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "encorarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "encoraran" ;--# 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 (BeschSpa.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) => -} "encordis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "encuerdan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "encuerde" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "encuerdes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "encuerde" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "encordemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "encordis" ; + {- VPB (Pres Subj 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) => -} "encordbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "encordabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "encordaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encordara" ; "encordase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encordaras" ; "encordases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encordara" ; "encordase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encordramos" ; "encordsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encordarais" ; "encordaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encordaran" ; "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) => -} "encordars" ;--# 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) => -} "encordaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "encordarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "encordare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "encordares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "encordare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "encordremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "encordareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "encordaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "encordara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "encordaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "encordara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "encordaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "encordarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "encordaran" ;--# 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 (BeschSpa.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) => -} "encovis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "encuevan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "encueve" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "encueves" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "encueve" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "encovemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "encovis" ; + {- VPB (Pres Subj 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) => -} "encovbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "encovabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "encovaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encovara" ; "encovase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encovaras" ; "encovases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encovara" ; "encovase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encovramos" ; "encovsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encovarais" ; "encovaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encovaran" ; "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) => -} "encovars" ;--# 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) => -} "encovaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "encovarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "encovare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "encovares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "encovare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "encovremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "encovareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "encovaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "encovara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "encovaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "encovara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "encovaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "encovarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "encovaran" ;--# 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 (BeschSpa.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) => -} "encubertis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "encubiertan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "encubierte" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "encubiertes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "encubierte" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "encubertemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "encubertis" ; + {- VPB (Pres Subj 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) => -} "encubertbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "encubertabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "encubertaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encubertara" ; "encubertase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encubertaras" ; "encubertases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encubertara" ; "encubertase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encubertramos" ; "encubertsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encubertarais" ; "encubertaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encubertaran" ; "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) => -} "encubertars" ;--# 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) => -} "encubertaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "encubertarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "encubertare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "encubertares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "encubertare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "encubertremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "encubertareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "encubertaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "encubertara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "encubertaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "encubertara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "encubertaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "encubertarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "encubertaran" ;--# 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 (BeschSpa.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) => -} "endentis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "endientan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "endiente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "endientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "endiente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "endentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "endentis" ; + {- VPB (Pres Subj 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) => -} "endentbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "endentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "endentaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"endentara" ; "endentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"endentaras" ; "endentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"endentara" ; "endentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"endentramos" ; "endentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"endentarais" ; "endentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"endentaran" ; "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) => -} "endentars" ;--# 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) => -} "endentaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "endentarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "endentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "endentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "endentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "endentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "endentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "endentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "endentara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "endentaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "endentara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "endentaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "endentarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "endentaran" ;--# 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 (BeschSpa.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) => -} "engoris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "engueran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enguere" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "engueres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enguere" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "engoremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "engoris" ; + {- VPB (Pres Subj 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) => -} "engorbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "engorabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "engoraban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"engorara" ; "engorase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"engoraras" ; "engorases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"engorara" ; "engorase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"engorramos" ; "engorsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"engorarais" ; "engoraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"engoraran" ; "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) => -} "engorars" ;--# 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) => -} "engoraris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "engorarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "engorare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "engorares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "engorare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "engorremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "engorareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "engoraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "engorara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "engoraras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "engorara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "engoraramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "engorarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "engoraran" ;--# 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 (BeschSpa.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) => -} "engrosis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "engruesan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "engruese" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "engrueses" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "engruese" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "engrosemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "engrosis" ; + {- VPB (Pres Subj 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) => -} "engrosbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "engrosabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "engrosaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"engrosara" ; "engrosase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"engrosaras" ; "engrosases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"engrosara" ; "engrosase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"engrosramos" ; "engrossemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"engrosarais" ; "engrosaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"engrosaran" ; "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) => -} "engrosars" ;--# 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) => -} "engrosaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "engrosarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "engrosare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "engrosares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "engrosare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "engrosremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "engrosareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "engrosaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "engrosara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "engrosaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "engrosara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "engrosaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "engrosarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "engrosaran" ;--# 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 (BeschSpa.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) => -} "enhestis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enhiestan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enhieste" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enhiestes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enhieste" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enhestemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enhestis" ; + {- VPB (Pres Subj 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) => -} "enhestbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enhestabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enhestaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enhestara" ; "enhestase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enhestaras" ; "enhestases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enhestara" ; "enhestase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enhestramos" ; "enhestsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enhestarais" ; "enhestaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enhestaran" ; "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) => -} "enhestars" ;--# 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) => -} "enhestaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enhestarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enhestare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enhestares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enhestare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enhestremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enhestareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enhestaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enhestara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enhestaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enhestara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enhestaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enhestarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enhestaran" ;--# 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 (BeschSpa.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) => -} "enmelis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enmielan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enmiele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enmieles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enmiele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enmelemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enmelis" ; + {- VPB (Pres Subj 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) => -} "enmelbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enmelabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enmelaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enmelara" ; "enmelase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enmelaras" ; "enmelases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enmelara" ; "enmelase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enmelramos" ; "enmelsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enmelarais" ; "enmelaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enmelaran" ; "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) => -} "enmelars" ;--# 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) => -} "enmelaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enmelarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enmelare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enmelares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enmelare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enmelremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enmelareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enmelaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enmelara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enmelaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enmelara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enmelaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enmelarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enmelaran" ;--# 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 (BeschSpa.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) => -} "enmendis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enmiendan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enmiende" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enmiendes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enmiende" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enmendemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enmendis" ; + {- VPB (Pres Subj 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) => -} "enmendbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enmendabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enmendaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enmendara" ; "enmendase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enmendaras" ; "enmendases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enmendara" ; "enmendase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enmendramos" ; "enmendsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enmendarais" ; "enmendaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enmendaran" ; "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) => -} "enmendars" ;--# 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) => -} "enmendaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enmendarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enmendare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enmendares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enmendare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enmendremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enmendareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enmendaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enmendara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enmendaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enmendara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enmendaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enmendarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enmendaran" ;--# 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 (BeschSpa.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) => -} "enrodis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "enruedan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "enruede" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "enruedes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "enruede" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enrodemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enrodis" ; + {- VPB (Pres Subj 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) => -} "enrodbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enrodabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enrodaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enrodara" ; "enrodase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enrodaras" ; "enrodases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enrodara" ; "enrodase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enrodramos" ; "enrodsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enrodarais" ; "enrodaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enrodaran" ; "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) => -} "enrodars" ;--# 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) => -} "enrodaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enrodarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enrodare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enrodares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enrodare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enrodremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enrodareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enrodaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enrodara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enrodaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enrodara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enrodaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enrodarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enrodaran" ;--# 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 (BeschSpa.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) => -} "ensangrentis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ensangrientan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ensangriente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ensangrientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ensangriente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "ensangrentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "ensangrentis" ; + {- VPB (Pres Subj 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) => -} "ensangrentbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "ensangrentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "ensangrentaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ensangrentara" ; "ensangrentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ensangrentaras" ; "ensangrentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ensangrentara" ; "ensangrentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ensangrentramos" ; "ensangrentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ensangrentarais" ; "ensangrentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ensangrentaran" ; "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) => -} "ensangrentars" ;--# 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) => -} "ensangrentaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "ensangrentarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "ensangrentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "ensangrentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "ensangrentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "ensangrentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "ensangrentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "ensangrentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "ensangrentara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "ensangrentaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "ensangrentara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "ensangrentaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "ensangrentarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "ensangrentaran" ;--# 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 (BeschSpa.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) => -} "ensarmentis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ensarmientan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ensarmiente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ensarmientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ensarmiente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "ensarmentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "ensarmentis" ; + {- VPB (Pres Subj 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) => -} "ensarmentbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "ensarmentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "ensarmentaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ensarmentara" ; "ensarmentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ensarmentaras" ; "ensarmentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ensarmentara" ; "ensarmentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ensarmentramos" ; "ensarmentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ensarmentarais" ; "ensarmentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ensarmentaran" ; "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) => -} "ensarmentars" ;--# 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) => -} "ensarmentaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "ensarmentarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "ensarmentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "ensarmentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "ensarmentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "ensarmentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "ensarmentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "ensarmentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "ensarmentara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "ensarmentaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "ensarmentara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "ensarmentaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "ensarmentarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "ensarmentaran" ;--# 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 ensoar_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "ensoar" ; + {- VI Ger => -} "ensoando" ; + {- VI Part => -} "ensoado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "ensueo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "ensueas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "ensuea" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "ensoamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "ensois" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ensuean" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ensuee" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ensuees" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ensuee" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "ensoemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "ensois" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "ensueen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "ensoaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "ensoabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "ensoaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "ensobamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "ensoabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "ensoaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ensoara" ; "ensoase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ensoaras" ; "ensoases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ensoara" ; "ensoase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ensoramos" ; "ensosemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ensoarais" ; "ensoaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ensoaran" ; "ensoasen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "enso" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "ensoaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "enso" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "ensoamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "ensoasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "ensoaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "ensoar" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "ensoars" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "ensoar" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "ensoaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "ensoaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "ensoarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "ensoare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "ensoares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "ensoare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "ensoremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "ensoareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "ensoaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "ensoara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "ensoaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "ensoara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "ensoaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "ensoarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "ensoaran" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "ensuea" ; + {- VPB (Imper C.Sg C.P3) => -} "ensuee" ; + {- VPB (Imper C.Pl C.P1) => -} "ensoemos" ; + {- VPB (Imper C.Pl C.P2) => -} "ensoad" ; + {- VPB (Imper C.Pl C.P3) => -} "ensueen" ; + {- VPB (Pass C.Sg Masc) => -} "ensoado" ; + {- VPB (Pass C.Sg Fem) => -} "ensoada" ; + {- VPB (Pass C.Pl Masc) => -} "ensoados" ; + {- VPB (Pass C.Pl Fem) => -} "ensoadas" + ] + } ; + +lin enterrar_V = verboV + {s = table (BeschSpa.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) => -} "enterris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "entierran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "entierre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "entierres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "entierre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "enterremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "enterris" ; + {- VPB (Pres Subj 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) => -} "enterrbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "enterrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "enterraban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enterrara" ; "enterrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enterraras" ; "enterrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enterrara" ; "enterrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enterrramos" ; "enterrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enterrarais" ; "enterraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enterraran" ; "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) => -} "enterrars" ;--# 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) => -} "enterraris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "enterrarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "enterrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "enterrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "enterrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "enterrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "enterrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "enterraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "enterrara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "enterraras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "enterrara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "enterraramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "enterrarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "enterraran" ;--# 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 (BeschSpa.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) => -} "entesis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "entiesan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "entiese" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "entieses" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "entiese" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "entesemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "entesis" ; + {- VPB (Pres Subj 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) => -} "entesbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "entesabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "entesaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entesara" ; "entesase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entesaras" ; "entesases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entesara" ; "entesase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entesramos" ; "entessemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entesarais" ; "entesaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entesaran" ; "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) => -} "entesars" ;--# 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) => -} "entesaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "entesarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "entesare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "entesares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "entesare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "entesremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "entesareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "entesaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "entesara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "entesaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "entesara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "entesaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "entesarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "entesaran" ;--# 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 (BeschSpa.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) => -} "entortis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "entuertan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "entuerte" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "entuertes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "entuerte" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "entortemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "entortis" ; + {- VPB (Pres Subj 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) => -} "entortbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "entortabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "entortaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entortara" ; "entortase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entortaras" ; "entortases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entortara" ; "entortase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entortramos" ; "entortsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entortarais" ; "entortaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entortaran" ; "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) => -} "entortars" ;--# 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) => -} "entortaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "entortarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "entortare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "entortares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "entortare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "entortremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "entortareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "entortaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "entortara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "entortaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "entortara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "entortaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "entortarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "entortaran" ;--# 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 (BeschSpa.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) => -} "entrecerris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "entrecierran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "entrecierre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "entrecierres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "entrecierre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "entrecerremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "entrecerris" ; + {- VPB (Pres Subj 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) => -} "entrecerrbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "entrecerrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "entrecerraban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entrecerrara" ; "entrecerrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entrecerraras" ; "entrecerrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entrecerrara" ; "entrecerrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entrecerrramos" ; "entrecerrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entrecerrarais" ; "entrecerraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entrecerraran" ; "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) => -} "entrecerrars" ;--# 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) => -} "entrecerraris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "entrecerrarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "entrecerrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "entrecerrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "entrecerrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "entrecerrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "entrecerrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "entrecerraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "entrecerrara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "entrecerraras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "entrecerrara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "entrecerraramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "entrecerrarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "entrecerraran" ;--# 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 (BeschSpa.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) => -} "entrepernis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "entrepiernan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "entrepierne" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "entrepiernes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "entrepierne" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "entrepernemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "entrepernis" ; + {- VPB (Pres Subj 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) => -} "entrepernbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "entrepernabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "entrepernaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entrepernara" ; "entrepernase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entrepernaras" ; "entrepernases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entrepernara" ; "entrepernase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entrepernramos" ; "entrepernsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entrepernarais" ; "entrepernaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entrepernaran" ; "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) => -} "entrepernars" ;--# 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) => -} "entrepernaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "entrepernarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "entrepernare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "entrepernares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "entrepernare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "entrepernremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "entrepernareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "entrepernaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "entrepernara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "entrepernaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "entrepernara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "entrepernaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "entrepernarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "entrepernaran" ;--# 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 (BeschSpa.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) => -} "escarmentis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "escarmientan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "escarmiente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "escarmientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "escarmiente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "escarmentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "escarmentis" ; + {- VPB (Pres Subj 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) => -} "escarmentbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "escarmentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "escarmentaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"escarmentara" ; "escarmentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"escarmentaras" ; "escarmentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"escarmentara" ; "escarmentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"escarmentramos" ; "escarmentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"escarmentarais" ; "escarmentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"escarmentaran" ; "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) => -} "escarmentars" ;--# 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) => -} "escarmentaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "escarmentarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "escarmentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "escarmentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "escarmentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "escarmentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "escarmentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "escarmentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "escarmentara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "escarmentaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "escarmentara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "escarmentaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "escarmentarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "escarmentaran" ;--# 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 (BeschSpa.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) => -} "escolis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "escuelan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "escuele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "escueles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "escuele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "escolemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "escolis" ; + {- VPB (Pres Subj 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) => -} "escolbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "escolabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "escolaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"escolara" ; "escolase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"escolaras" ; "escolases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"escolara" ; "escolase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"escolramos" ; "escolsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"escolarais" ; "escolaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"escolaran" ; "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) => -} "escolars" ;--# 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) => -} "escolaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "escolarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "escolare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "escolares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "escolare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "escolremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "escolareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "escolaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "escolara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "escolaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "escolara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "escolaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "escolarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "escolaran" ;--# 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 (BeschSpa.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) => -} "ferris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "fierran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "fierre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "fierres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "fierre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "ferremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "ferris" ; + {- VPB (Pres Subj 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) => -} "ferrbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "ferrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "ferraban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ferrara" ; "ferrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ferraras" ; "ferrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ferrara" ; "ferrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ferrramos" ; "ferrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ferrarais" ; "ferraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ferraran" ; "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) => -} "ferrars" ;--# 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) => -} "ferraris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "ferrarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "ferrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "ferrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "ferrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "ferrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "ferrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "ferraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "ferrara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "ferraras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "ferrara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "ferraramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "ferrarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "ferraran" ;--# 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 (BeschSpa.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) => -} "follis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "fuellan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "fuelle" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "fuelles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "fuelle" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "follemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "follis" ; + {- VPB (Pres Subj 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) => -} "follbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "follabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "follaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"follara" ; "follase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"follaras" ; "follases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"follara" ; "follase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"follramos" ; "follsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"follarais" ; "follaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"follaran" ; "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) => -} "follars" ;--# 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) => -} "follaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "follarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "follare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "follares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "follare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "follremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "follareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "follaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "follara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "follaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "follara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "follaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "follarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "follaran" ;--# 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 (BeschSpa.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) => -} "gobernis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "gobiernan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "gobierne" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "gobiernes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "gobierne" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "gobernemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "gobernis" ; + {- VPB (Pres Subj 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) => -} "gobernbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "gobernabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "gobernaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"gobernara" ; "gobernase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"gobernaras" ; "gobernases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"gobernara" ; "gobernase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"gobernramos" ; "gobernsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"gobernarais" ; "gobernaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"gobernaran" ; "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) => -} "gobernars" ;--# 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) => -} "gobernaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "gobernarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "gobernare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "gobernares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "gobernare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "gobernremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "gobernareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "gobernaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "gobernara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "gobernaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "gobernara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "gobernaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "gobernarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "gobernaran" ;--# 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 (BeschSpa.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) => -} "grandisonis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "grandisuenan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "grandisuene" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "grandisuenes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "grandisuene" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "grandisonemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "grandisonis" ; + {- VPB (Pres Subj 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) => -} "grandisonbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "grandisonabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "grandisonaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"grandisonara" ; "grandisonase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"grandisonaras" ; "grandisonases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"grandisonara" ; "grandisonase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"grandisonramos" ; "grandisonsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"grandisonarais" ; "grandisonaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"grandisonaran" ; "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) => -} "grandisonars" ;--# 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) => -} "grandisonaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "grandisonarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "grandisonare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "grandisonares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "grandisonare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "grandisonremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "grandisonareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "grandisonaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "grandisonara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "grandisonaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "grandisonara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "grandisonaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "grandisonarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "grandisonaran" ;--# 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 (BeschSpa.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) => -} "hacendis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "haciendan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "haciende" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "haciendes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "haciende" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "hacendemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "hacendis" ; + {- VPB (Pres Subj 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) => -} "hacendbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "hacendabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "hacendaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"hacendara" ; "hacendase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"hacendaras" ; "hacendases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"hacendara" ; "hacendase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"hacendramos" ; "hacendsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"hacendarais" ; "hacendaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"hacendaran" ; "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) => -} "hacendars" ;--# 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) => -} "hacendaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "hacendarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "hacendare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "hacendares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "hacendare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "hacendremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "hacendareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "hacendaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "hacendara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "hacendaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "hacendara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "hacendaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "hacendarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "hacendaran" ;--# 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 (BeschSpa.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) => -} "helis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "hielan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "hiele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "hieles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "hiele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "helemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "helis" ; + {- VPB (Pres Subj 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) => -} "helbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "helabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "helaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"helara" ; "helase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"helaras" ; "helases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"helara" ; "helase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"helramos" ; "helsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"helarais" ; "helaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"helaran" ; "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) => -} "helars" ;--# 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) => -} "helaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "helarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "helare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "helares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "helare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "helremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "helareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "helaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "helara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "helaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "helara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "helaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "helarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "helaran" ;--# 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 (BeschSpa.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) => -} "herbis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "hierban" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "hierbe" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "hierbes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "hierbe" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "herbemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "herbis" ; + {- VPB (Pres Subj 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) => -} "herbbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "herbabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "herbaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"herbara" ; "herbase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"herbaras" ; "herbases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"herbara" ; "herbase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"herbramos" ; "herbsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"herbarais" ; "herbaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"herbaran" ; "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) => -} "herbars" ;--# 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) => -} "herbaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "herbarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "herbare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "herbares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "herbare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "herbremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "herbareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "herbaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "herbara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "herbaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "herbara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "herbaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "herbarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "herbaran" ;--# 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 (BeschSpa.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) => -} "herris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "hierran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "hierre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "hierres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "hierre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "herremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "herris" ; + {- VPB (Pres Subj 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) => -} "herrbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "herrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "herraban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"herrara" ; "herrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"herraras" ; "herrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"herrara" ; "herrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"herrramos" ; "herrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"herrarais" ; "herraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"herraran" ; "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) => -} "herrars" ;--# 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) => -} "herraris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "herrarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "herrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "herrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "herrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "herrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "herrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "herraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "herrara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "herraras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "herrara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "herraramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "herrarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "herraran" ;--# 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 (BeschSpa.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) => -} "herventis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "hervientan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "herviente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "hervientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "herviente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "herventemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "herventis" ; + {- VPB (Pres Subj 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) => -} "herventbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "herventabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "herventaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"herventara" ; "herventase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"herventaras" ; "herventases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"herventara" ; "herventase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"herventramos" ; "herventsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"herventarais" ; "herventaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"herventaran" ; "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) => -} "herventars" ;--# 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) => -} "herventaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "herventarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "herventare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "herventares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "herventare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "herventremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "herventareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "herventaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "herventara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "herventaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "herventara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "herventaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "herventarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "herventaran" ;--# 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 (BeschSpa.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) => -} "holiis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "holiean" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "holiee" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "holiees" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "holiee" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "holiemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "holiis" ; + {- VPB (Pres Subj 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) => -} "holibamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "holiabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "holiaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"holiara" ; "holiase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"holiaras" ; "holiases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"holiara" ; "holiase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"holiramos" ; "holisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"holiarais" ; "holiaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"holiaran" ; "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) => -} "holiars" ;--# 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) => -} "holiaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "holiarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "holiare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "holiares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "holiare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "holiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "holiareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "holiaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "holiara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "holiaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "holiara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "holiaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "holiarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "holiaran" ;--# 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 (BeschSpa.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) => -} "improbis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "imprueban" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "impruebe" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "impruebes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "impruebe" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "improbemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "improbis" ; + {- VPB (Pres Subj 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) => -} "improbbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "improbabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "improbaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"improbara" ; "improbase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"improbaras" ; "improbases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"improbara" ; "improbase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"improbramos" ; "improbsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"improbarais" ; "improbaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"improbaran" ; "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) => -} "improbars" ;--# 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) => -} "improbaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "improbarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "improbare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "improbares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "improbare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "improbremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "improbareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "improbaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "improbara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "improbaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "improbara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "improbaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "improbarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "improbaran" ;--# 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 (BeschSpa.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) => -} "incensis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "inciensan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "inciense" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "incienses" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "inciense" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "incensemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "incensis" ; + {- VPB (Pres Subj 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) => -} "incensbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "incensabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "incensaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"incensara" ; "incensase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"incensaras" ; "incensases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"incensara" ; "incensase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"incensramos" ; "incenssemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"incensarais" ; "incensaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"incensaran" ; "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) => -} "incensars" ;--# 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) => -} "incensaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "incensarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "incensare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "incensares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "incensare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "incensremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "incensareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "incensaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "incensara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "incensaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "incensara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "incensaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "incensarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "incensaran" ;--# 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 (BeschSpa.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) => -} "infernis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "infiernan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "infierne" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "infiernes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "infierne" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "infernemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "infernis" ; + {- VPB (Pres Subj 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) => -} "infernbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "infernabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "infernaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"infernara" ; "infernase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"infernaras" ; "infernases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"infernara" ; "infernase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"infernramos" ; "infernsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"infernarais" ; "infernaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"infernaran" ; "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) => -} "infernars" ;--# 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) => -} "infernaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "infernarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "infernare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "infernares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "infernare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "infernremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "infernareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "infernaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "infernara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "infernaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "infernara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "infernaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "infernarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "infernaran" ;--# 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 (BeschSpa.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) => -} "invernis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "inviernan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "invierne" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "inviernes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "invierne" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "invernemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "invernis" ; + {- VPB (Pres Subj 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) => -} "invernbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "invernabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "invernaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"invernara" ; "invernase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"invernaras" ; "invernases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"invernara" ; "invernase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"invernramos" ; "invernsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"invernarais" ; "invernaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"invernaran" ; "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) => -} "invernars" ;--# 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) => -} "invernaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "invernarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "invernare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "invernares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "invernare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "invernremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "invernareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "invernaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "invernara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "invernaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "invernara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "invernaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "invernarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "invernaran" ;--# 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 (BeschSpa.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) => -} "jamerdis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "jamierdan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "jamierde" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "jamierdes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "jamierde" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "jamerdemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "jamerdis" ; + {- VPB (Pres Subj 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) => -} "jamerdbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "jamerdabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "jamerdaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"jamerdara" ; "jamerdase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"jamerdaras" ; "jamerdases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"jamerdara" ; "jamerdase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"jamerdramos" ; "jamerdsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"jamerdarais" ; "jamerdaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"jamerdaran" ; "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) => -} "jamerdars" ;--# 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) => -} "jamerdaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "jamerdarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "jamerdare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "jamerdares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "jamerdare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "jamerdremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "jamerdareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "jamerdaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "jamerdara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "jamerdaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "jamerdara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "jamerdaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "jamerdarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "jamerdaran" ;--# 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 (BeschSpa.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) => -} "mancornis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "mancuernan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "mancuerne" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "mancuernes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "mancuerne" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "mancornemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "mancornis" ; + {- VPB (Pres Subj 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) => -} "mancornbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "mancornabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "mancornaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"mancornara" ; "mancornase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"mancornaras" ; "mancornases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"mancornara" ; "mancornase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"mancornramos" ; "mancornsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"mancornarais" ; "mancornaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"mancornaran" ; "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) => -} "mancornars" ;--# 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) => -} "mancornaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "mancornarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "mancornare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "mancornares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "mancornare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "mancornremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "mancornareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "mancornaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "mancornara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "mancornaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "mancornara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "mancornaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "mancornarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "mancornaran" ;--# 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 (BeschSpa.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) => -} "manifestis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "manifiestan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "manifieste" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "manifiestes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "manifieste" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "manifestemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "manifestis" ; + {- VPB (Pres Subj 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) => -} "manifestbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "manifestabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "manifestaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"manifestara" ; "manifestase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"manifestaras" ; "manifestases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"manifestara" ; "manifestase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"manifestramos" ; "manifestsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"manifestarais" ; "manifestaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"manifestaran" ; "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) => -} "manifestars" ;--# 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) => -} "manifestaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "manifestarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "manifestare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "manifestares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "manifestare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "manifestremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "manifestareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "manifestaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "manifestara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "manifestaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "manifestara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "manifestaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "manifestarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "manifestaran" ;--# 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 (BeschSpa.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) => -} "melis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "mielan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "miele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "mieles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "miele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "melemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "melis" ; + {- VPB (Pres Subj 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) => -} "melbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "melabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "melaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"melara" ; "melase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"melaras" ; "melases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"melara" ; "melase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"melramos" ; "melsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"melarais" ; "melaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"melaran" ; "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) => -} "melars" ;--# 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) => -} "melaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "melarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "melare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "melares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "melare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "melremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "melareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "melaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "melara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "melaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "melara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "melaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "melarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "melaran" ;--# 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 (BeschSpa.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) => -} "mentis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "mientan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "miente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "mientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "miente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "mentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "mentis" ; + {- VPB (Pres Subj 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) => -} "mentbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "mentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "mentaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"mentara" ; "mentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"mentaras" ; "mentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"mentara" ; "mentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"mentramos" ; "mentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"mentarais" ; "mentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"mentaran" ; "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) => -} "mentars" ;--# 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) => -} "mentaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "mentarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "mentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "mentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "mentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "mentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "mentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "mentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "mentara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "mentaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "mentara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "mentaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "mentarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "mentaran" ;--# 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 (BeschSpa.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) => -} "merendis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "meriendan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "meriende" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "meriendes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "meriende" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "merendemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "merendis" ; + {- VPB (Pres Subj 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) => -} "merendbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "merendabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "merendaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"merendara" ; "merendase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"merendaras" ; "merendases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"merendara" ; "merendase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"merendramos" ; "merendsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"merendarais" ; "merendaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"merendaran" ; "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) => -} "merendars" ;--# 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) => -} "merendaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "merendarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "merendare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "merendares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "merendare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "merendremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "merendareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "merendaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "merendara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "merendaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "merendara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "merendaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "merendarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "merendaran" ;--# 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 (BeschSpa.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) => -} "moblis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "mueblan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "mueble" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "muebles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "mueble" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "moblemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "moblis" ; + {- VPB (Pres Subj 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) => -} "moblbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "moblabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "moblaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"moblara" ; "moblase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"moblaras" ; "moblases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"moblara" ; "moblase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"moblramos" ; "moblsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"moblarais" ; "moblaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"moblaran" ; "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) => -} "moblars" ;--# 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) => -} "moblaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "moblarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "moblare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "moblares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "moblare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "moblremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "moblareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "moblaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "moblara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "moblaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "moblara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "moblaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "moblarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "moblaran" ;--# 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 (BeschSpa.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) => -} "mostris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "muestran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "muestre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "muestres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "muestre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "mostremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "mostris" ; + {- VPB (Pres Subj 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) => -} "mostrbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "mostrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "mostraban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"mostrara" ; "mostrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"mostraras" ; "mostrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"mostrara" ; "mostrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"mostrramos" ; "mostrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"mostrarais" ; "mostraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"mostraran" ; "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) => -} "mostrars" ;--# 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) => -} "mostraris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "mostrarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "mostrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "mostrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "mostrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "mostrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "mostrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "mostraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "mostrara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "mostraras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "mostrara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "mostraramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "mostrarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "mostraran" ;--# 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 (BeschSpa.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) => -} "nevis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "nievan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "nieve" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "nieves" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "nieve" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "nevemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "nevis" ; + {- VPB (Pres Subj 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) => -} "nevbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "nevabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "nevaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"nevara" ; "nevase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"nevaras" ; "nevases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"nevara" ; "nevase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"nevramos" ; "nevsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"nevarais" ; "nevaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"nevaran" ; "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) => -} "nevars" ;--# 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) => -} "nevaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "nevarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "nevare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "nevares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "nevare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "nevremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "nevareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "nevaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "nevara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "nevaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "nevara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "nevaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "nevarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "nevaran" ;--# 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 (BeschSpa.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) => -} "patiquebris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "patiquiebran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "patiquiebre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "patiquiebres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "patiquiebre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "patiquebremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "patiquebris" ; + {- VPB (Pres Subj 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) => -} "patiquebrbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "patiquebrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "patiquebraban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"patiquebrara" ; "patiquebrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"patiquebraras" ; "patiquebrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"patiquebrara" ; "patiquebrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"patiquebrramos" ; "patiquebrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"patiquebrarais" ; "patiquebraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"patiquebraran" ; "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) => -} "patiquebrars" ;--# 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) => -} "patiquebraris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "patiquebrarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "patiquebrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "patiquebrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "patiquebrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "patiquebrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "patiquebrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "patiquebraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "patiquebrara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "patiquebraras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "patiquebrara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "patiquebraramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "patiquebrarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "patiquebraran" ;--# 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 (BeschSpa.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) => -} "pensis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "piensan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "piense" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "pienses" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "piense" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "pensemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "pensis" ; + {- VPB (Pres Subj 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) => -} "pensbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "pensabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "pensaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"pensara" ; "pensase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"pensaras" ; "pensases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"pensara" ; "pensase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"pensramos" ; "penssemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"pensarais" ; "pensaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"pensaran" ; "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) => -} "pensars" ;--# 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) => -} "pensaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "pensarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "pensare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "pensares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "pensare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "pensremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "pensareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "pensaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "pensara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "pensaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "pensara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "pensaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "pensarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "pensaran" ;--# 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 (BeschSpa.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) => -} "percollis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "percuellan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "percuelle" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "percuelles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "percuelle" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "percollemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "percollis" ; + {- VPB (Pres Subj 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) => -} "percollbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "percollabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "percollaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"percollara" ; "percollase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"percollaras" ; "percollases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"percollara" ; "percollase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"percollramos" ; "percollsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"percollarais" ; "percollaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"percollaran" ; "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) => -} "percollars" ;--# 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) => -} "percollaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "percollarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "percollare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "percollares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "percollare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "percollremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "percollareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "percollaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "percollara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "percollaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "percollara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "percollaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "percollarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "percollaran" ;--# 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 (BeschSpa.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) => -} "perniquebris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "perniquiebran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "perniquiebre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "perniquiebres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "perniquiebre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "perniquebremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "perniquebris" ; + {- VPB (Pres Subj 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) => -} "perniquebrbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "perniquebrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "perniquebraban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"perniquebrara" ; "perniquebrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"perniquebraras" ; "perniquebrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"perniquebrara" ; "perniquebrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"perniquebrramos" ; "perniquebrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"perniquebrarais" ; "perniquebraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"perniquebraran" ; "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) => -} "perniquebrars" ;--# 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) => -} "perniquebraris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "perniquebrarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "perniquebrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "perniquebrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "perniquebrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "perniquebrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "perniquebrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "perniquebraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "perniquebrara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "perniquebraras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "perniquebrara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "perniquebraramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "perniquebrarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "perniquebraran" ;--# 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 (BeschSpa.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) => -} "poblis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "pueblan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "pueble" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "puebles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "pueble" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "poblemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "poblis" ; + {- VPB (Pres Subj 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) => -} "poblbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "poblabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "poblaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"poblara" ; "poblase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"poblaras" ; "poblases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"poblara" ; "poblase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"poblramos" ; "poblsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"poblarais" ; "poblaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"poblaran" ; "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) => -} "poblars" ;--# 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) => -} "poblaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "poblarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "poblare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "poblares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "poblare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "poblremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "poblareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "poblaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "poblara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "poblaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "poblara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "poblaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "poblarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "poblaran" ;--# 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 (BeschSpa.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) => -} "premostris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "premuestran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "premuestre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "premuestres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "premuestre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "premostremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "premostris" ; + {- VPB (Pres Subj 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) => -} "premostrbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "premostrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "premostraban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"premostrara" ; "premostrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"premostraras" ; "premostrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"premostrara" ; "premostrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"premostrramos" ; "premostrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"premostrarais" ; "premostraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"premostraran" ; "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) => -} "premostrars" ;--# 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) => -} "premostraris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "premostrarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "premostrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "premostrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "premostrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "premostrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "premostrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "premostraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "premostrara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "premostraras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "premostrara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "premostraramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "premostrarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "premostraran" ;--# 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 (BeschSpa.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) => -} "probis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "prueban" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "pruebe" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "pruebes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "pruebe" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "probemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "probis" ; + {- VPB (Pres Subj 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) => -} "probbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "probabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "probaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"probara" ; "probase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"probaras" ; "probases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"probara" ; "probase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"probramos" ; "probsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"probarais" ; "probaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"probaran" ; "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) => -} "probars" ;--# 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) => -} "probaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "probarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "probare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "probares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "probare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "probremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "probareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "probaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "probara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "probaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "probara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "probaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "probarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "probaran" ;--# 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 (BeschSpa.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) => -} "quebris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "quiebran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "quiebre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "quiebres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "quiebre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "quebremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "quebris" ; + {- VPB (Pres Subj 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) => -} "quebrbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "quebrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "quebraban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"quebrara" ; "quebrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"quebraras" ; "quebrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"quebrara" ; "quebrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"quebrramos" ; "quebrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"quebrarais" ; "quebraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"quebraran" ; "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) => -} "quebrars" ;--# 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) => -} "quebraris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "quebrarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "quebrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "quebrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "quebrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "quebrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "quebrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "quebraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "quebrara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "quebraras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "quebrara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "quebraramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "quebrarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "quebraran" ;--# 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 (BeschSpa.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) => -} "reapretis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reaprietan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reapriete" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reaprietes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reapriete" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reapretemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reapretis" ; + {- VPB (Pres Subj 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) => -} "reapretbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reapretabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reapretaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reapretara" ; "reapretase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reapretaras" ; "reapretases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reapretara" ; "reapretase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reapretramos" ; "reapretsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reapretarais" ; "reapretaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reapretaran" ; "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) => -} "reapretars" ;--# 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) => -} "reapretaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reapretarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reapretare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "reapretares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reapretare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reapretremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reapretareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "reapretaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reapretara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reapretaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reapretara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reapretaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reapretarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reapretaran" ;--# 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 (BeschSpa.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) => -} "reaventis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reavientan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reaviente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reavientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reaviente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reaventemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reaventis" ; + {- VPB (Pres Subj 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) => -} "reaventbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reaventabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reaventaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reaventara" ; "reaventase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reaventaras" ; "reaventases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reaventara" ; "reaventase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reaventramos" ; "reaventsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reaventarais" ; "reaventaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reaventaran" ; "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) => -} "reaventars" ;--# 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) => -} "reaventaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reaventarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reaventare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "reaventares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reaventare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reaventremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reaventareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "reaventaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reaventara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reaventaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reaventara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reaventaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reaventarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reaventaran" ;--# 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 (BeschSpa.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) => -} "recalentis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "recalientan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "recaliente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "recalientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "recaliente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "recalentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "recalentis" ; + {- VPB (Pres Subj 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) => -} "recalentbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "recalentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "recalentaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recalentara" ; "recalentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recalentaras" ; "recalentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recalentara" ; "recalentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recalentramos" ; "recalentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recalentarais" ; "recalentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recalentaran" ; "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) => -} "recalentars" ;--# 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) => -} "recalentaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "recalentarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "recalentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "recalentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "recalentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "recalentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "recalentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "recalentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "recalentara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "recalentaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "recalentara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "recalentaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "recalentarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "recalentaran" ;--# 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 (BeschSpa.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) => -} "recentis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "recientan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reciente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "recientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reciente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "recentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "recentis" ; + {- VPB (Pres Subj 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) => -} "recentbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "recentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "recentaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recentara" ; "recentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recentaras" ; "recentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recentara" ; "recentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recentramos" ; "recentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recentarais" ; "recentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recentaran" ; "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) => -} "recentars" ;--# 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) => -} "recentaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "recentarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "recentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "recentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "recentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "recentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "recentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "recentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "recentara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "recentaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "recentara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "recentaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "recentarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "recentaran" ;--# 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 (BeschSpa.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) => -} "recolis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "recuelan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "recuele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "recueles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "recuele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "recolemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "recolis" ; + {- VPB (Pres Subj 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) => -} "recolbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "recolabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "recolaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recolara" ; "recolase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recolaras" ; "recolases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recolara" ; "recolase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recolramos" ; "recolsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recolarais" ; "recolaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recolaran" ; "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) => -} "recolars" ;--# 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) => -} "recolaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "recolarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "recolare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "recolares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "recolare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "recolremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "recolareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "recolaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "recolara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "recolaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "recolara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "recolaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "recolarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "recolaran" ;--# 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 (BeschSpa.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) => -} "recomendis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "recomiendan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "recomiende" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "recomiendes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "recomiende" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "recomendemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "recomendis" ; + {- VPB (Pres Subj 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) => -} "recomendbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "recomendabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "recomendaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recomendara" ; "recomendase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recomendaras" ; "recomendases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recomendara" ; "recomendase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recomendramos" ; "recomendsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recomendarais" ; "recomendaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recomendaran" ; "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) => -} "recomendars" ;--# 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) => -} "recomendaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "recomendarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "recomendare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "recomendares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "recomendare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "recomendremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "recomendareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "recomendaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "recomendara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "recomendaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "recomendara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "recomendaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "recomendarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "recomendaran" ;--# 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 (BeschSpa.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) => -} "recontis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "recuentan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "recuente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "recuentes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "recuente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "recontemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "recontis" ; + {- VPB (Pres Subj 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) => -} "recontbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "recontabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "recontaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recontara" ; "recontase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recontaras" ; "recontases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recontara" ; "recontase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recontramos" ; "recontsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recontarais" ; "recontaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recontaran" ; "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) => -} "recontars" ;--# 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) => -} "recontaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "recontarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "recontare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "recontares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "recontare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "recontremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "recontareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "recontaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "recontara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "recontaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "recontara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "recontaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "recontarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "recontaran" ;--# 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 (BeschSpa.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) => -} "recordis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "recuerdan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "recuerde" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "recuerdes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "recuerde" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "recordemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "recordis" ; + {- VPB (Pres Subj 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) => -} "recordbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "recordabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "recordaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recordara" ; "recordase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recordaras" ; "recordases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recordara" ; "recordase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recordramos" ; "recordsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recordarais" ; "recordaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recordaran" ; "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) => -} "recordars" ;--# 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) => -} "recordaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "recordarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "recordare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "recordares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "recordare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "recordremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "recordareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "recordaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "recordara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "recordaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "recordara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "recordaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "recordarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "recordaran" ;--# 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 (BeschSpa.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) => -} "recostis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "recuestan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "recueste" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "recuestes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "recueste" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "recostemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "recostis" ; + {- VPB (Pres Subj 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) => -} "recostbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "recostabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "recostaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recostara" ; "recostase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recostaras" ; "recostases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recostara" ; "recostase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recostramos" ; "recostsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recostarais" ; "recostaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recostaran" ; "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) => -} "recostars" ;--# 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) => -} "recostaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "recostarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "recostare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "recostares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "recostare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "recostremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "recostareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "recostaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "recostara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "recostaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "recostara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "recostaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "recostarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "recostaran" ;--# 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 (BeschSpa.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) => -} "redescontis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "redescuentan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "redescuente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "redescuentes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "redescuente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "redescontemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "redescontis" ; + {- VPB (Pres Subj 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) => -} "redescontbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "redescontabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "redescontaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"redescontara" ; "redescontase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"redescontaras" ; "redescontases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"redescontara" ; "redescontase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"redescontramos" ; "redescontsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"redescontarais" ; "redescontaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"redescontaran" ; "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) => -} "redescontars" ;--# 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) => -} "redescontaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "redescontarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "redescontare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "redescontares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "redescontare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "redescontremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "redescontareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "redescontaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "redescontara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "redescontaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "redescontara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "redescontaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "redescontarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "redescontaran" ;--# 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 (BeschSpa.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) => -} "reencontris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reencuentran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reencuentre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reencuentres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reencuentre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reencontremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reencontris" ; + {- VPB (Pres Subj 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) => -} "reencontrbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reencontrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reencontraban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reencontrara" ; "reencontrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reencontraras" ; "reencontrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reencontrara" ; "reencontrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reencontrramos" ; "reencontrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reencontrarais" ; "reencontraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reencontraran" ; "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) => -} "reencontrars" ;--# 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) => -} "reencontraris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reencontrarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reencontrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "reencontrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reencontrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reencontrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reencontrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "reencontraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reencontrara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reencontraras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reencontrara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reencontraramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reencontrarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reencontraran" ;--# 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 (BeschSpa.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) => -} "regimentis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "regimientan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "regimiente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "regimientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "regimiente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "regimentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "regimentis" ; + {- VPB (Pres Subj 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) => -} "regimentbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "regimentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "regimentaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"regimentara" ; "regimentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"regimentaras" ; "regimentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"regimentara" ; "regimentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"regimentramos" ; "regimentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"regimentarais" ; "regimentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"regimentaran" ; "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) => -} "regimentars" ;--# 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) => -} "regimentaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "regimentarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "regimentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "regimentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "regimentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "regimentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "regimentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "regimentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "regimentara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "regimentaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "regimentara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "regimentaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "regimentarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "regimentaran" ;--# 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 (BeschSpa.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) => -} "regoldis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "regueldan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reguelde" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "regueldes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reguelde" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "regoldemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "regoldis" ; + {- VPB (Pres Subj 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) => -} "regoldbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "regoldabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "regoldaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"regoldara" ; "regoldase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"regoldaras" ; "regoldases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"regoldara" ; "regoldase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"regoldramos" ; "regoldsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"regoldarais" ; "regoldaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"regoldaran" ; "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) => -} "regoldars" ;--# 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) => -} "regoldaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "regoldarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "regoldare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "regoldares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "regoldare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "regoldremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "regoldareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "regoldaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "regoldara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "regoldaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "regoldara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "regoldaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "regoldarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "regoldaran" ;--# 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 (BeschSpa.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) => -} "reherris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "rehierran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "rehierre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "rehierres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "rehierre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reherremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reherris" ; + {- VPB (Pres Subj 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) => -} "reherrbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reherrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reherraban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reherrara" ; "reherrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reherraras" ; "reherrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reherrara" ; "reherrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reherrramos" ; "reherrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reherrarais" ; "reherraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reherraran" ; "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) => -} "reherrars" ;--# 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) => -} "reherraris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reherrarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reherrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "reherrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reherrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reherrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reherrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "reherraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reherrara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reherraras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reherrara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reherraramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reherrarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reherraran" ;--# 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 (BeschSpa.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) => -} "rehollis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "rehuellan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "rehuelle" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "rehuelles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "rehuelle" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "rehollemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "rehollis" ; + {- VPB (Pres Subj 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) => -} "rehollbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "rehollabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "rehollaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rehollara" ; "rehollase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rehollaras" ; "rehollases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rehollara" ; "rehollase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rehollramos" ; "rehollsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rehollarais" ; "rehollaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rehollaran" ; "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) => -} "rehollars" ;--# 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) => -} "rehollaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "rehollarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "rehollare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "rehollares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "rehollare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "rehollremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "rehollareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "rehollaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "rehollara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "rehollaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "rehollara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "rehollaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "rehollarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "rehollaran" ;--# 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 (BeschSpa.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) => -} "remembris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "remiembran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "remiembre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "remiembres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "remiembre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "remembremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "remembris" ; + {- VPB (Pres Subj 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) => -} "remembrbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "remembrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "remembraban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"remembrara" ; "remembrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"remembraras" ; "remembrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"remembrara" ; "remembrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"remembrramos" ; "remembrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"remembrarais" ; "remembraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"remembraran" ; "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) => -} "remembrars" ;--# 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) => -} "remembraris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "remembrarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "remembrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "remembrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "remembrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "remembrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "remembrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "remembraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "remembrara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "remembraras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "remembrara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "remembraramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "remembrarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "remembraran" ;--# 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 (BeschSpa.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) => -} "remendis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "remiendan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "remiende" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "remiendes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "remiende" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "remendemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "remendis" ; + {- VPB (Pres Subj 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) => -} "remendbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "remendabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "remendaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"remendara" ; "remendase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"remendaras" ; "remendases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"remendara" ; "remendase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"remendramos" ; "remendsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"remendarais" ; "remendaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"remendaran" ; "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) => -} "remendars" ;--# 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) => -} "remendaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "remendarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "remendare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "remendares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "remendare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "remendremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "remendareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "remendaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "remendara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "remendaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "remendara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "remendaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "remendarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "remendaran" ;--# 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 (BeschSpa.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) => -} "remolis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "remuelan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "remuele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "remueles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "remuele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "remolemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "remolis" ; + {- VPB (Pres Subj 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) => -} "remolbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "remolabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "remolaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"remolara" ; "remolase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"remolaras" ; "remolases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"remolara" ; "remolase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"remolramos" ; "remolsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"remolarais" ; "remolaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"remolaran" ; "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) => -} "remolars" ;--# 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) => -} "remolaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "remolarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "remolare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "remolares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "remolare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "remolremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "remolareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "remolaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "remolara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "remolaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "remolara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "remolaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "remolarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "remolaran" ;--# 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 (BeschSpa.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) => -} "rencontris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "rencuentran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "rencuentre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "rencuentres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "rencuentre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "rencontremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "rencontris" ; + {- VPB (Pres Subj 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) => -} "rencontrbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "rencontrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "rencontraban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rencontrara" ; "rencontrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rencontraras" ; "rencontrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rencontrara" ; "rencontrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rencontrramos" ; "rencontrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rencontrarais" ; "rencontraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rencontraran" ; "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) => -} "rencontrars" ;--# 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) => -} "rencontraris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "rencontrarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "rencontrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "rencontrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "rencontrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "rencontrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "rencontrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "rencontraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "rencontrara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "rencontraras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "rencontrara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "rencontraramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "rencontrarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "rencontraran" ;--# 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 (BeschSpa.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) => -} "renovis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "renuevan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "renueve" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "renueves" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "renueve" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "renovemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "renovis" ; + {- VPB (Pres Subj 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) => -} "renovbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "renovabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "renovaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"renovara" ; "renovase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"renovaras" ; "renovases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"renovara" ; "renovase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"renovramos" ; "renovsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"renovarais" ; "renovaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"renovaran" ; "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) => -} "renovars" ;--# 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) => -} "renovaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "renovarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "renovare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "renovares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "renovare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "renovremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "renovareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "renovaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "renovara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "renovaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "renovara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "renovaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "renovarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "renovaran" ;--# 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 (BeschSpa.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) => -} "repensis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "repiensan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "repiense" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "repienses" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "repiense" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "repensemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "repensis" ; + {- VPB (Pres Subj 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) => -} "repensbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "repensabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "repensaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"repensara" ; "repensase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"repensaras" ; "repensases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"repensara" ; "repensase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"repensramos" ; "repenssemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"repensarais" ; "repensaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"repensaran" ; "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) => -} "repensars" ;--# 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) => -} "repensaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "repensarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "repensare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "repensares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "repensare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "repensremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "repensareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "repensaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "repensara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "repensaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "repensara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "repensaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "repensarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "repensaran" ;--# 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 (BeschSpa.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) => -} "repoblis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "repueblan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "repueble" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "repuebles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "repueble" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "repoblemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "repoblis" ; + {- VPB (Pres Subj 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) => -} "repoblbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "repoblabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "repoblaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"repoblara" ; "repoblase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"repoblaras" ; "repoblases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"repoblara" ; "repoblase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"repoblramos" ; "repoblsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"repoblarais" ; "repoblaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"repoblaran" ; "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) => -} "repoblars" ;--# 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) => -} "repoblaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "repoblarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "repoblare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "repoblares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "repoblare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "repoblremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "repoblareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "repoblaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "repoblara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "repoblaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "repoblara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "repoblaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "repoblarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "repoblaran" ;--# 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 (BeschSpa.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) => -} "reprobis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reprueban" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "repruebe" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "repruebes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "repruebe" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reprobemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reprobis" ; + {- VPB (Pres Subj 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) => -} "reprobbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reprobabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reprobaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reprobara" ; "reprobase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reprobaras" ; "reprobases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reprobara" ; "reprobase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reprobramos" ; "reprobsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reprobarais" ; "reprobaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reprobaran" ; "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) => -} "reprobars" ;--# 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) => -} "reprobaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reprobarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reprobare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "reprobares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reprobare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reprobremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reprobareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "reprobaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reprobara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reprobaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reprobara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reprobaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reprobarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reprobaran" ;--# 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 (BeschSpa.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) => -} "requebris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "requiebran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "requiebre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "requiebres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "requiebre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "requebremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "requebris" ; + {- VPB (Pres Subj 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) => -} "requebrbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "requebrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "requebraban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"requebrara" ; "requebrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"requebraras" ; "requebrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"requebrara" ; "requebrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"requebrramos" ; "requebrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"requebrarais" ; "requebraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"requebraran" ; "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) => -} "requebrars" ;--# 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) => -} "requebraris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "requebrarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "requebrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "requebrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "requebrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "requebrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "requebrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "requebraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "requebrara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "requebraras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "requebrara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "requebraramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "requebrarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "requebraran" ;--# 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 (BeschSpa.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) => -} "rescontris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "rescuentran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "rescuentre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "rescuentres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "rescuentre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "rescontremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "rescontris" ; + {- VPB (Pres Subj 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) => -} "rescontrbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "rescontrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "rescontraban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rescontrara" ; "rescontrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rescontraras" ; "rescontrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rescontrara" ; "rescontrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rescontrramos" ; "rescontrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rescontrarais" ; "rescontraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rescontraran" ; "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) => -} "rescontrars" ;--# 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) => -} "rescontraris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "rescontrarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "rescontrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "rescontrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "rescontrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "rescontrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "rescontrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "rescontraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "rescontrara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "rescontraras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "rescontrara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "rescontraramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "rescontrarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "rescontraran" ;--# 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 (BeschSpa.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) => -} "resolgis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "resuelgan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "resuelge" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "resuelges" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "resuelge" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "resolgemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "resolgis" ; + {- VPB (Pres Subj 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) => -} "resolgbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "resolgabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "resolgaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"resolgara" ; "resolgase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"resolgaras" ; "resolgases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"resolgara" ; "resolgase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"resolgramos" ; "resolgsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"resolgarais" ; "resolgaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"resolgaran" ; "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) => -} "resolgars" ;--# 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) => -} "resolgaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "resolgarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "resolgare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "resolgares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "resolgare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "resolgremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "resolgareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "resolgaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "resolgara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "resolgaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "resolgara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "resolgaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "resolgarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "resolgaran" ;--# 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 (BeschSpa.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) => -} "resollis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "resuellan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "resuelle" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "resuelles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "resuelle" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "resollemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "resollis" ; + {- VPB (Pres Subj 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) => -} "resollbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "resollabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "resollaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"resollara" ; "resollase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"resollaras" ; "resollases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"resollara" ; "resollase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"resollramos" ; "resollsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"resollarais" ; "resollaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"resollaran" ; "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) => -} "resollars" ;--# 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) => -} "resollaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "resollarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "resollare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "resollares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "resollare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "resollremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "resollareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "resollaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "resollara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "resollaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "resollara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "resollaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "resollarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "resollaran" ;--# 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 (BeschSpa.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) => -} "resonis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "resuenan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "resuene" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "resuenes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "resuene" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "resonemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "resonis" ; + {- VPB (Pres Subj 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) => -} "resonbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "resonabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "resonaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"resonara" ; "resonase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"resonaras" ; "resonases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"resonara" ; "resonase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"resonramos" ; "resonsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"resonarais" ; "resonaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"resonaran" ; "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) => -} "resonars" ;--# 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) => -} "resonaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "resonarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "resonare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "resonares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "resonare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "resonremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "resonareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "resonaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "resonara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "resonaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "resonara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "resonaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "resonarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "resonaran" ;--# 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 (BeschSpa.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) => -} "resquebris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "resquiebran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "resquiebre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "resquiebres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "resquiebre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "resquebremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "resquebris" ; + {- VPB (Pres Subj 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) => -} "resquebrbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "resquebrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "resquebraban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"resquebrara" ; "resquebrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"resquebraras" ; "resquebrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"resquebrara" ; "resquebrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"resquebrramos" ; "resquebrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"resquebrarais" ; "resquebraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"resquebraran" ; "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) => -} "resquebrars" ;--# 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) => -} "resquebraris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "resquebrarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "resquebrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "resquebrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "resquebrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "resquebrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "resquebrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "resquebraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "resquebrara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "resquebraras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "resquebrara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "resquebraramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "resquebrarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "resquebraran" ;--# 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 (BeschSpa.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) => -} "retemblis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "retiemblan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "retiemble" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "retiembles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "retiemble" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "retemblemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "retemblis" ; + {- VPB (Pres Subj 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) => -} "retemblbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "retemblabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "retemblaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retemblara" ; "retemblase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retemblaras" ; "retemblases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retemblara" ; "retemblase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retemblramos" ; "retemblsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retemblarais" ; "retemblaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retemblaran" ; "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) => -} "retemblars" ;--# 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) => -} "retemblaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "retemblarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "retemblare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "retemblares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "retemblare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "retemblremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "retemblareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "retemblaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "retemblara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "retemblaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "retemblara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "retemblaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "retemblarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "retemblaran" ;--# 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 (BeschSpa.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) => -} "retentis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "retientan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "retiente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "retientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "retiente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "retentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "retentis" ; + {- VPB (Pres Subj 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) => -} "retentbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "retentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "retentaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retentara" ; "retentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retentaras" ; "retentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retentara" ; "retentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retentramos" ; "retentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retentarais" ; "retentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retentaran" ; "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) => -} "retentars" ;--# 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) => -} "retentaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "retentarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "retentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "retentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "retentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "retentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "retentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "retentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "retentara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "retentaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "retentara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "retentaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "retentarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "retentaran" ;--# 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 (BeschSpa.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) => -} "retostis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "retuestan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "retueste" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "retuestes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "retueste" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "retostemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "retostis" ; + {- VPB (Pres Subj 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) => -} "retostbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "retostabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "retostaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retostara" ; "retostase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retostaras" ; "retostases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retostara" ; "retostase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retostramos" ; "retostsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retostarais" ; "retostaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retostaran" ; "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) => -} "retostars" ;--# 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) => -} "retostaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "retostarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "retostare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "retostares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "retostare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "retostremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "retostareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "retostaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "retostara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "retostaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "retostara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "retostaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "retostarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "retostaran" ;--# 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 (BeschSpa.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) => -} "retronis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "retruenan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "retruene" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "retruenes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "retruene" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "retronemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "retronis" ; + {- VPB (Pres Subj 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) => -} "retronbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "retronabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "retronaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retronara" ; "retronase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retronaras" ; "retronases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retronara" ; "retronase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retronramos" ; "retronsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retronarais" ; "retronaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retronaran" ; "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) => -} "retronars" ;--# 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) => -} "retronaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "retronarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "retronare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "retronares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "retronare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "retronremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "retronareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "retronaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "retronara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "retronaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "retronara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "retronaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "retronarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "retronaran" ;--# 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 (BeschSpa.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) => -} "reventis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "revientan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reviente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "revientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reviente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reventemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reventis" ; + {- VPB (Pres Subj 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) => -} "reventbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reventabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reventaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reventara" ; "reventase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reventaras" ; "reventases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reventara" ; "reventase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reventramos" ; "reventsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reventarais" ; "reventaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reventaran" ; "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) => -} "reventars" ;--# 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) => -} "reventaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reventarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reventare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "reventares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reventare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reventremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reventareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "reventaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reventara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reventaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reventara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reventaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reventarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reventaran" ;--# 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 (BeschSpa.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) => -} "revolis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "revuelan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "revuele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "revueles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "revuele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "revolemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "revolis" ; + {- VPB (Pres Subj 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) => -} "revolbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "revolabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "revolaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"revolara" ; "revolase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"revolaras" ; "revolases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"revolara" ; "revolase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"revolramos" ; "revolsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"revolarais" ; "revolaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"revolaran" ; "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) => -} "revolars" ;--# 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) => -} "revolaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "revolarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "revolare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "revolares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "revolare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "revolremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "revolareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "revolaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "revolara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "revolaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "revolara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "revolaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "revolarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "revolaran" ;--# 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 (BeschSpa.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) => -} "rodis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ruedan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ruede" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ruedes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ruede" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "rodemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "rodis" ; + {- VPB (Pres Subj 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) => -} "rodbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "rodabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "rodaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rodara" ; "rodase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rodaras" ; "rodases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rodara" ; "rodase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rodramos" ; "rodsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rodarais" ; "rodaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rodaran" ; "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) => -} "rodars" ;--# 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) => -} "rodaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "rodarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "rodare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "rodares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "rodare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "rodremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "rodareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "rodaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "rodara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "rodaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "rodara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "rodaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "rodarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "rodaran" ;--# 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 (BeschSpa.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) => -} "rusentis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "rusientan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "rusiente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "rusientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "rusiente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "rusentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "rusentis" ; + {- VPB (Pres Subj 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) => -} "rusentbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "rusentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "rusentaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rusentara" ; "rusentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rusentaras" ; "rusentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rusentara" ; "rusentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rusentramos" ; "rusentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rusentarais" ; "rusentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rusentaran" ; "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) => -} "rusentars" ;--# 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) => -} "rusentaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "rusentarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "rusentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "rusentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "rusentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "rusentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "rusentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "rusentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "rusentara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "rusentaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "rusentara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "rusentaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "rusentarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "rusentaran" ;--# 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 (BeschSpa.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) => -} "salpimentis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "salpimientan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "salpimiente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "salpimientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "salpimiente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "salpimentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "salpimentis" ; + {- VPB (Pres Subj 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) => -} "salpimentbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "salpimentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "salpimentaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"salpimentara" ; "salpimentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"salpimentaras" ; "salpimentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"salpimentara" ; "salpimentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"salpimentramos" ; "salpimentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"salpimentarais" ; "salpimentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"salpimentaran" ; "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) => -} "salpimentars" ;--# 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) => -} "salpimentaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "salpimentarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "salpimentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "salpimentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "salpimentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "salpimentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "salpimentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "salpimentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "salpimentara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "salpimentaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "salpimentara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "salpimentaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "salpimentarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "salpimentaran" ;--# 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 (BeschSpa.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) => -} "sarmentis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sarmientan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sarmiente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sarmientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sarmiente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sarmentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sarmentis" ; + {- VPB (Pres Subj 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) => -} "sarmentbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sarmentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sarmentaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sarmentara" ; "sarmentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sarmentaras" ; "sarmentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sarmentara" ; "sarmentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sarmentramos" ; "sarmentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sarmentarais" ; "sarmentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sarmentaran" ; "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) => -} "sarmentars" ;--# 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) => -} "sarmentaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sarmentarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sarmentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sarmentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sarmentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sarmentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sarmentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sarmentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sarmentara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sarmentaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sarmentara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sarmentaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sarmentarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sarmentaran" ;--# 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 (BeschSpa.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) => -} "sembris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "siembran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "siembre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "siembres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "siembre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sembremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sembris" ; + {- VPB (Pres Subj 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) => -} "sembrbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sembrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sembraban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sembrara" ; "sembrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sembraras" ; "sembrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sembrara" ; "sembrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sembrramos" ; "sembrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sembrarais" ; "sembraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sembraran" ; "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) => -} "sembrars" ;--# 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) => -} "sembraris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sembrarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sembrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sembrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sembrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sembrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sembrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sembraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sembrara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sembraras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sembrara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sembraramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sembrarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sembraran" ;--# 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 (BeschSpa.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) => -} "sementis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "semientan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "semiente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "semientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "semiente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sementemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sementis" ; + {- VPB (Pres Subj 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) => -} "sementbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sementabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sementaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sementara" ; "sementase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sementaras" ; "sementases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sementara" ; "sementase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sementramos" ; "sementsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sementarais" ; "sementaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sementaran" ; "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) => -} "sementars" ;--# 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) => -} "sementaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sementarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sementare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sementares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sementare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sementremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sementareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sementaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sementara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sementaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sementara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sementaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sementarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sementaran" ;--# 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 (BeschSpa.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) => -} "sentis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sientan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "siente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "siente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sentis" ; + {- VPB (Pres Subj 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) => -} "sentbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sentaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sentara" ; "sentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sentaras" ; "sentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sentara" ; "sentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sentramos" ; "sentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sentarais" ; "sentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sentaran" ; "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) => -} "sentars" ;--# 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) => -} "sentaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sentarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sentara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sentaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sentara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sentaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sentarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sentaran" ;--# 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 (BeschSpa.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) => -} "serris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sierran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sierre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sierres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sierre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "serremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "serris" ; + {- VPB (Pres Subj 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) => -} "serrbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "serrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "serraban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"serrara" ; "serrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"serraras" ; "serrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"serrara" ; "serrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"serrramos" ; "serrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"serrarais" ; "serraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"serraran" ; "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) => -} "serrars" ;--# 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) => -} "serraris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "serrarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "serrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "serrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "serrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "serrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "serrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "serraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "serrara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "serraras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "serrara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "serraramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "serrarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "serraran" ;--# 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 (BeschSpa.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) => -} "sobrecalentis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sobrecalientan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sobrecaliente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sobrecalientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sobrecaliente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sobrecalentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sobrecalentis" ; + {- VPB (Pres Subj 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) => -} "sobrecalentbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sobrecalentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sobrecalentaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobrecalentara" ; "sobrecalentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobrecalentaras" ; "sobrecalentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobrecalentara" ; "sobrecalentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobrecalentramos" ; "sobrecalentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobrecalentarais" ; "sobrecalentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobrecalentaran" ; "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) => -} "sobrecalentars" ;--# 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) => -} "sobrecalentaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sobrecalentarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sobrecalentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sobrecalentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sobrecalentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sobrecalentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sobrecalentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sobrecalentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sobrecalentara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sobrecalentaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sobrecalentara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sobrecalentaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sobrecalentarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sobrecalentaran" ;--# 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 (BeschSpa.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) => -} "sobresembris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sobresiembran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sobresiembre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sobresiembres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sobresiembre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sobresembremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sobresembris" ; + {- VPB (Pres Subj 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) => -} "sobresembrbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sobresembrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sobresembraban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobresembrara" ; "sobresembrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobresembraras" ; "sobresembrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobresembrara" ; "sobresembrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobresembrramos" ; "sobresembrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobresembrarais" ; "sobresembraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobresembraran" ; "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) => -} "sobresembrars" ;--# 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) => -} "sobresembraris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sobresembrarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sobresembrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sobresembrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sobresembrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sobresembrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sobresembrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sobresembraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sobresembrara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sobresembraras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sobresembrara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sobresembraramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sobresembrarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sobresembraran" ;--# 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 (BeschSpa.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) => -} "sobresolis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sobresuelan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sobresuele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sobresueles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sobresuele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sobresolemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sobresolis" ; + {- VPB (Pres Subj 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) => -} "sobresolbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sobresolabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sobresolaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobresolara" ; "sobresolase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobresolaras" ; "sobresolases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobresolara" ; "sobresolase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobresolramos" ; "sobresolsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobresolarais" ; "sobresolaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobresolaran" ; "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) => -} "sobresolars" ;--# 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) => -} "sobresolaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sobresolarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sobresolare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sobresolares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sobresolare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sobresolremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sobresolareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sobresolaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sobresolara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sobresolaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sobresolara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sobresolaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sobresolarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sobresolaran" ;--# 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 (BeschSpa.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) => -} "sobrevolis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sobrevuelan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sobrevuele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sobrevueles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sobrevuele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sobrevolemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sobrevolis" ; + {- VPB (Pres Subj 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) => -} "sobrevolbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sobrevolabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sobrevolaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobrevolara" ; "sobrevolase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobrevolaras" ; "sobrevolases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobrevolara" ; "sobrevolase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobrevolramos" ; "sobrevolsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobrevolarais" ; "sobrevolaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobrevolaran" ; "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) => -} "sobrevolars" ;--# 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) => -} "sobrevolaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sobrevolarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sobrevolare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sobrevolares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sobrevolare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sobrevolremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sobrevolareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sobrevolaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sobrevolara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sobrevolaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sobrevolara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sobrevolaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sobrevolarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sobrevolaran" ;--# 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 (BeschSpa.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) => -} "socolis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "socuelan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "socuele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "socueles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "socuele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "socolemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "socolis" ; + {- VPB (Pres Subj 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) => -} "socolbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "socolabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "socolaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"socolara" ; "socolase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"socolaras" ; "socolases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"socolara" ; "socolase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"socolramos" ; "socolsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"socolarais" ; "socolaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"socolaran" ; "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) => -} "socolars" ;--# 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) => -} "socolaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "socolarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "socolare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "socolares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "socolare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "socolremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "socolareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "socolaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "socolara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "socolaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "socolara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "socolaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "socolarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "socolaran" ;--# 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 (BeschSpa.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) => -} "solis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "suelan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "suele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sueles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "suele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "solemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "solis" ; + {- VPB (Pres Subj 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) => -} "solbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "solabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "solaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"solara" ; "solase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"solaras" ; "solases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"solara" ; "solase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"solramos" ; "solsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"solarais" ; "solaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"solaran" ; "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) => -} "solars" ;--# 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) => -} "solaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "solarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "solare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "solares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "solare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "solremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "solareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "solaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "solara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "solaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "solara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "solaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "solarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "solaran" ;--# 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 (BeschSpa.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) => -} "soldis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sueldan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "suelde" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sueldes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "suelde" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "soldemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "soldis" ; + {- VPB (Pres Subj 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) => -} "soldbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "soldabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "soldaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"soldara" ; "soldase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"soldaras" ; "soldases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"soldara" ; "soldase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"soldramos" ; "soldsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"soldarais" ; "soldaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"soldaran" ; "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) => -} "soldars" ;--# 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) => -} "soldaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "soldarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "soldare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "soldares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "soldare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "soldremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "soldareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "soldaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "soldara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "soldaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "soldara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "soldaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "soldarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "soldaran" ;--# 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 (BeschSpa.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) => -} "soltis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sueltan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "suelte" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sueltes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "suelte" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "soltemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "soltis" ; + {- VPB (Pres Subj 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) => -} "soltbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "soltabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "soltaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"soltara" ; "soltase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"soltaras" ; "soltases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"soltara" ; "soltase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"soltramos" ; "soltsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"soltarais" ; "soltaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"soltaran" ; "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) => -} "soltars" ;--# 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) => -} "soltaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "soltarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "soltare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "soltares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "soltare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "soltremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "soltareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "soltaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "soltara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "soltaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "soltara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "soltaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "soltarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "soltaran" ;--# 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 (BeschSpa.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) => -} "sonis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "suenan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "suene" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "suenes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "suene" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sonemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sonis" ; + {- VPB (Pres Subj 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) => -} "sonbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sonabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sonaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sonara" ; "sonase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sonaras" ; "sonases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sonara" ; "sonase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sonramos" ; "sonsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sonarais" ; "sonaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sonaran" ; "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) => -} "sonars" ;--# 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) => -} "sonaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sonarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sonare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sonares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sonare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sonremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sonareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sonaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sonara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sonaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sonara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sonaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sonarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sonaran" ;--# 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 soar_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "soar" ; + {- VI Ger => -} "soando" ; + {- VI Part => -} "soado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "sueo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "sueas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "suea" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "soamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "sois" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "suean" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "suee" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "suees" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "suee" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "soemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sois" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sueen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "soaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "soabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "soaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sobamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "soabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "soaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"soara" ; "soase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"soaras" ; "soases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"soara" ; "soase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"soramos" ; "sosemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"soarais" ; "soaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"soaran" ; "soasen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "so" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "soaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "so" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "soamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "soasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "soaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "soar" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "soars" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "soar" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "soaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "soaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "soarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "soare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "soares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "soare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "soremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "soareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "soaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "soara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "soaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "soara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "soaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "soarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "soaran" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "suea" ; + {- VPB (Imper C.Sg C.P3) => -} "suee" ; + {- VPB (Imper C.Pl C.P1) => -} "soemos" ; + {- VPB (Imper C.Pl C.P2) => -} "soad" ; + {- VPB (Imper C.Pl C.P3) => -} "sueen" ; + {- VPB (Pass C.Sg Masc) => -} "soado" ; + {- VPB (Pass C.Sg Fem) => -} "soada" ; + {- VPB (Pass C.Pl Masc) => -} "soados" ; + {- VPB (Pass C.Pl Fem) => -} "soadas" + ] + } ; + +lin soterrar_V = verboV + {s = table (BeschSpa.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) => -} "soterris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sotierran" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sotierre" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sotierres" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sotierre" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "soterremos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "soterris" ; + {- VPB (Pres Subj 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) => -} "soterrbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "soterrabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "soterraban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"soterrara" ; "soterrase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"soterraras" ; "soterrases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"soterrara" ; "soterrase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"soterrramos" ; "soterrsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"soterrarais" ; "soterraseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"soterraran" ; "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) => -} "soterrars" ;--# 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) => -} "soterraris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "soterrarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "soterrare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "soterrares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "soterrare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "soterrremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "soterrareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "soterraren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "soterrara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "soterraras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "soterrara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "soterraramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "soterrarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "soterraran" ;--# 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 (BeschSpa.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) => -} "subarrendis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "subarriendan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "subarriende" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "subarriendes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "subarriende" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "subarrendemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "subarrendis" ; + {- VPB (Pres Subj 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) => -} "subarrendbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "subarrendabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "subarrendaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"subarrendara" ; "subarrendase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"subarrendaras" ; "subarrendases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"subarrendara" ; "subarrendase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"subarrendramos" ; "subarrendsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"subarrendarais" ; "subarrendaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"subarrendaran" ; "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) => -} "subarrendars" ;--# 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) => -} "subarrendaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "subarrendarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "subarrendare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "subarrendares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "subarrendare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "subarrendremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "subarrendareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "subarrendaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "subarrendara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "subarrendaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "subarrendara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "subarrendaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "subarrendarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "subarrendaran" ;--# 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 (BeschSpa.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) => -} "subsolis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "subsuelan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "subsuele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "subsueles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "subsuele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "subsolemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "subsolis" ; + {- VPB (Pres Subj 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) => -} "subsolbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "subsolabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "subsolaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"subsolara" ; "subsolase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"subsolaras" ; "subsolases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"subsolara" ; "subsolase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"subsolramos" ; "subsolsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"subsolarais" ; "subsolaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"subsolaran" ; "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) => -} "subsolars" ;--# 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) => -} "subsolaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "subsolarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "subsolare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "subsolares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "subsolare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "subsolremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "subsolareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "subsolaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "subsolara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "subsolaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "subsolara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "subsolaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "subsolarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "subsolaran" ;--# 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 (BeschSpa.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) => -} "temblis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "tiemblan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "tiemble" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "tiembles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "tiemble" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "temblemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "temblis" ; + {- VPB (Pres Subj 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) => -} "temblbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "temblabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "temblaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"temblara" ; "temblase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"temblaras" ; "temblases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"temblara" ; "temblase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"temblramos" ; "temblsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"temblarais" ; "temblaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"temblaran" ; "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) => -} "temblars" ;--# 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) => -} "temblaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "temblarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "temblare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "temblares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "temblare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "temblremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "temblareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "temblaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "temblara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "temblaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "temblara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "temblaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "temblarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "temblaran" ;--# 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 (BeschSpa.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) => -} "tentis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "tientan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "tiente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "tientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "tiente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "tentemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "tentis" ; + {- VPB (Pres Subj 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) => -} "tentbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "tentabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "tentaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tentara" ; "tentase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tentaras" ; "tentases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tentara" ; "tentase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tentramos" ; "tentsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tentarais" ; "tentaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tentaran" ; "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) => -} "tentars" ;--# 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) => -} "tentaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "tentarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "tentare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "tentares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "tentare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "tentremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "tentareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "tentaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "tentara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "tentaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "tentara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "tentaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "tentarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "tentaran" ;--# 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 (BeschSpa.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) => -} "tonis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "tuenan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "tuene" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "tuenes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "tuene" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "tonemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "tonis" ; + {- VPB (Pres Subj 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) => -} "tonbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "tonabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "tonaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tonara" ; "tonase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tonaras" ; "tonases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tonara" ; "tonase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tonramos" ; "tonsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tonarais" ; "tonaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tonaran" ; "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) => -} "tonars" ;--# 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) => -} "tonaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "tonarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "tonare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "tonares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "tonare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "tonremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "tonareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "tonaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "tonara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "tonaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "tonara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "tonaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "tonarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "tonaran" ;--# 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 (BeschSpa.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) => -} "tostis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "tuestan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "tueste" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "tuestes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "tueste" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "tostemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "tostis" ; + {- VPB (Pres Subj 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) => -} "tostbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "tostabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "tostaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tostara" ; "tostase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tostaras" ; "tostases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tostara" ; "tostase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tostramos" ; "tostsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tostarais" ; "tostaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tostaran" ; "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) => -} "tostars" ;--# 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) => -} "tostaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "tostarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "tostare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "tostares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "tostare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "tostremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "tostareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "tostaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "tostara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "tostaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "tostara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "tostaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "tostarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "tostaran" ;--# 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 (BeschSpa.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) => -} "trascolis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "trascuelan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "trascuele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "trascueles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "trascuele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "trascolemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "trascolis" ; + {- VPB (Pres Subj 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) => -} "trascolbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "trascolabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "trascolaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trascolara" ; "trascolase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trascolaras" ; "trascolases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trascolara" ; "trascolase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trascolramos" ; "trascolsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trascolarais" ; "trascolaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trascolaran" ; "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) => -} "trascolars" ;--# 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) => -} "trascolaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "trascolarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "trascolare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "trascolares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "trascolare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "trascolremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "trascolareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "trascolaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "trascolara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "trascolaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "trascolara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "trascolaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "trascolarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "trascolaran" ;--# 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 trasoar_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "trasoar" ; + {- VI Ger => -} "trasoando" ; + {- VI Part => -} "trasoado" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "trasueo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "trasueas" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "trasuea" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "trasoamos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "trasois" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "trasuean" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "trasuee" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "trasuees" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "trasuee" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "trasoemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "trasois" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "trasueen" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "trasoaba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "trasoabas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "trasoaba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "trasobamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "trasoabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "trasoaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trasoara" ; "trasoase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trasoaras" ; "trasoases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trasoara" ; "trasoase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trasoramos" ; "trasosemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trasoarais" ; "trasoaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trasoaran" ; "trasoasen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "traso" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "trasoaste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "traso" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "trasoamos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "trasoasteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "trasoaron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "trasoar" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "trasoars" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "trasoar" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "trasoaremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "trasoaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "trasoarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "trasoare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "trasoares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "trasoare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "trasoremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "trasoareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "trasoaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "trasoara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "trasoaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "trasoara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "trasoaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "trasoarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "trasoaran" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "trasuea" ; + {- VPB (Imper C.Sg C.P3) => -} "trasuee" ; + {- VPB (Imper C.Pl C.P1) => -} "trasoemos" ; + {- VPB (Imper C.Pl C.P2) => -} "trasoad" ; + {- VPB (Imper C.Pl C.P3) => -} "trasueen" ; + {- VPB (Pass C.Sg Masc) => -} "trasoado" ; + {- VPB (Pass C.Sg Fem) => -} "trasoada" ; + {- VPB (Pass C.Pl Masc) => -} "trasoados" ; + {- VPB (Pass C.Pl Fem) => -} "trasoadas" + ] + } ; + +lin tronar_V = verboV + {s = table (BeschSpa.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) => -} "tronis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "truenan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "truene" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "truenes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "truene" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "tronemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "tronis" ; + {- VPB (Pres Subj 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) => -} "tronbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "tronabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "tronaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tronara" ; "tronase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tronaras" ; "tronases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tronara" ; "tronase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tronramos" ; "tronsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tronarais" ; "tronaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tronaran" ; "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) => -} "tronars" ;--# 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) => -} "tronaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "tronarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "tronare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "tronares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "tronare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "tronremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "tronareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "tronaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "tronara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "tronaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "tronara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "tronaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "tronarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "tronaran" ;--# 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 (BeschSpa.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) => -} "unisonis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "unisuenan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "unisuene" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "unisuenes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "unisuene" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "unisonemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "unisonis" ; + {- VPB (Pres Subj 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) => -} "unisonbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "unisonabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "unisonaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"unisonara" ; "unisonase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"unisonaras" ; "unisonases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"unisonara" ; "unisonase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"unisonramos" ; "unisonsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"unisonarais" ; "unisonaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"unisonaran" ; "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) => -} "unisonars" ;--# 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) => -} "unisonaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "unisonarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "unisonare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "unisonares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "unisonare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "unisonremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "unisonareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "unisonaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "unisonara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "unisonaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "unisonara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "unisonaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "unisonarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "unisonaran" ;--# 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 (BeschSpa.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) => -} "ventis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "vientan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "viente" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "vientes" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "viente" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "ventemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "ventis" ; + {- VPB (Pres Subj 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) => -} "ventbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "ventabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "ventaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ventara" ; "ventase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ventaras" ; "ventases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ventara" ; "ventase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ventramos" ; "ventsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ventarais" ; "ventaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ventaran" ; "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) => -} "ventars" ;--# 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) => -} "ventaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "ventarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "ventare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "ventares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "ventare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "ventremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "ventareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "ventaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "ventara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "ventaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "ventara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "ventaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "ventarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "ventaran" ;--# 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 (BeschSpa.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) => -} "volis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "vuelan" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "vuele" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "vueles" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "vuele" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "volemos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "volis" ; + {- VPB (Pres Subj 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) => -} "volbamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "volabais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "volaban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"volara" ; "volase"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"volaras" ; "volases"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"volara" ; "volase"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"volramos" ; "volsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"volarais" ; "volaseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"volaran" ; "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) => -} "volars" ;--# 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) => -} "volaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "volarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "volare" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "volares" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "volare" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "volremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "volareis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "volaren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "volara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "volaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "volara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "volaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "volarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "volaran" ;--# 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 (BeschSpa.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) => -} "consegus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "consiguen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "consiga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "consigas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "consiga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "consigamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "consigis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "consigan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "consegua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "conseguas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "consegua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "conseguamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "conseguais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "conseguan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"consiguiera" ; "consiguiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"consiguieras" ; "consiguieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"consiguiera" ; "consiguiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"consiguiramos" ; "consiguisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"consiguierais" ; "consiguieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"consiguieran" ; "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) => -} "conseguirs" ;--# 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) => -} "conseguiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "conseguirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "consiguiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "consiguieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "consiguiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "consiguiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "consiguiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "consiguieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "conseguira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "conseguiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "conseguira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "conseguiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "conseguirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "conseguiran" ;--# 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 (BeschSpa.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) => -} "ergus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "yerguen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "yerga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "yergas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "yerga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "irgamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "irgis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "yergan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "ergua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "erguas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "ergua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "erguamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "erguais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "erguan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"irguiera" ; "irguiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"irguieras" ; "irguieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"irguiera" ; "irguiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"irguiramos" ; "irguisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"irguierais" ; "irguieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"irguieran" ; "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) => -} "erguirs" ;--# 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) => -} "erguiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "erguirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "irguiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "irguieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "irguiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "irguiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "irguiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "irguieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "erguira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "erguiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "erguira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "erguiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "erguirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "erguiran" ;--# 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 (BeschSpa.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) => -} "persegus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "persiguen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "persiga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "persigas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "persiga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "persigamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "persigis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "persigan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "persegua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "perseguas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "persegua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "perseguamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "perseguais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "perseguan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"persiguiera" ; "persiguiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"persiguieras" ; "persiguieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"persiguiera" ; "persiguiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"persiguiramos" ; "persiguisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"persiguierais" ; "persiguieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"persiguieran" ; "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) => -} "perseguirs" ;--# 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) => -} "perseguiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "perseguirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "persiguiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "persiguieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "persiguiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "persiguiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "persiguiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "persiguieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "perseguira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "perseguiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "perseguira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "perseguiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "perseguirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "perseguiran" ;--# 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 (BeschSpa.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) => -} "prosegus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "prosiguen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "prosiga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "prosigas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "prosiga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "prosigamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "prosigis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "prosigan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "prosegua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "proseguas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "prosegua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "proseguamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "proseguais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "proseguan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"prosiguiera" ; "prosiguiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"prosiguieras" ; "prosiguieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"prosiguiera" ; "prosiguiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"prosiguiramos" ; "prosiguisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"prosiguierais" ; "prosiguieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"prosiguieran" ; "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) => -} "proseguirs" ;--# 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) => -} "proseguiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "proseguirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "prosiguiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "prosiguieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "prosiguiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "prosiguiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "prosiguiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "prosiguieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "proseguira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "proseguiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "proseguira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "proseguiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "proseguirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "proseguiran" ;--# 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 (BeschSpa.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) => -} "resegus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "resiguen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "resiga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "resigas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "resiga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "resigamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "resigis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "resigan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "resegua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reseguas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "resegua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reseguamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reseguais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reseguan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"resiguiera" ; "resiguiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"resiguieras" ; "resiguieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"resiguiera" ; "resiguiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"resiguiramos" ; "resiguisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"resiguierais" ; "resiguieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"resiguieran" ; "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) => -} "reseguirs" ;--# 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) => -} "reseguiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reseguirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "resiguiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "resiguieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "resiguiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "resiguiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "resiguiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "resiguieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reseguira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reseguiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reseguira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reseguiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reseguirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reseguiran" ;--# 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 (BeschSpa.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) => -} "segus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "siguen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "siga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sigas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "siga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sigamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sigis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sigan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "segua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "seguas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "segua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "seguamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "seguais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "seguan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"siguiera" ; "siguiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"siguieras" ; "siguieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"siguiera" ; "siguiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"siguiramos" ; "siguisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"siguierais" ; "siguieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"siguieran" ; "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) => -} "seguirs" ;--# 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) => -} "seguiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "seguirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "siguiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "siguieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "siguiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "siguiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "siguiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "siguieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "seguira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "seguiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "seguira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "seguiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "seguirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "seguiran" ;--# 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 (BeschSpa.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) => -} "subsegus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "subsiguen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "subsiga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "subsigas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "subsiga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "subsigamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "subsigis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "subsigan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "subsegua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "subseguas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "subsegua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "subseguamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "subseguais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "subseguan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"subsiguiera" ; "subsiguiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"subsiguieras" ; "subsiguieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"subsiguiera" ; "subsiguiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"subsiguiramos" ; "subsiguisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"subsiguierais" ; "subsiguieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"subsiguieran" ; "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) => -} "subseguirs" ;--# 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) => -} "subseguiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "subseguirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "subsiguiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "subsiguieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "subsiguiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "subsiguiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "subsiguiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "subsiguieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "subseguira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "subseguiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "subseguira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "subseguiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "subseguirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "subseguiran" ;--# 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 (BeschSpa.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) => -} "contrahacis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "contrahacen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "contrahaga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "contrahagas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "contrahaga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "contrahagamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "contrahagis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "contrahagan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "contrahaca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "contrahacas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "contrahaca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "contrahacamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "contrahacais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "contrahacan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"contrahiciera" ; "contrahiciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"contrahicieras" ; "contrahicieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"contrahiciera" ; "contrahiciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"contrahiciramos" ; "contrahicisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"contrahicierais" ; "contrahicieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"contrahicieran" ; "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) => -} "contrahars" ;--# 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) => -} "contraharis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "contraharn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "contrahiciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "contrahicieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "contrahiciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "contrahiciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "contrahiciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "contrahicieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "contrahara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "contraharas" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "contrahara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "contraharamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "contraharais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "contraharan" ;--# 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 (BeschSpa.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) => -} "deshacis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "deshacen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "deshaga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "deshagas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "deshaga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "deshagamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "deshagis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "deshagan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "deshaca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "deshacas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "deshaca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "deshacamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "deshacais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "deshacan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"deshiciera" ; "deshiciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"deshicieras" ; "deshicieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"deshiciera" ; "deshiciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"deshiciramos" ; "deshicisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"deshicierais" ; "deshicieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"deshicieran" ; "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) => -} "deshars" ;--# 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) => -} "desharis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desharn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "deshiciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "deshicieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "deshiciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "deshiciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "deshiciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "deshicieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "deshara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desharas" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "deshara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desharamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desharais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desharan" ;--# 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 (BeschSpa.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) => -} "hacis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "hacen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "haga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "hagas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "haga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "hagamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "hagis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "hagan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "haca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "hacas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "haca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "hacamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "hacais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "hacan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"hiciera" ; "hiciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"hicieras" ; "hicieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"hiciera" ; "hiciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"hiciramos" ; "hicisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"hicierais" ; "hicieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"hicieran" ; "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) => -} "hars" ;--# 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) => -} "haris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "harn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "hiciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "hicieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "hiciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "hiciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "hiciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "hicieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "hara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "haras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "hara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "haramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "harais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "haran" ;--# 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 (BeschSpa.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) => -} "licuefacis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "licuefacen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "licuefaga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "licuefagas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "licuefaga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "licuefagamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "licuefagis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "licuefagan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "licuefaca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "licuefacas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "licuefaca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "licuefacamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "licuefacais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "licuefacan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"licueficiera" ; "licueficiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"licueficieras" ; "licueficieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"licueficiera" ; "licueficiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"licueficiramos" ; "licueficisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"licueficierais" ; "licueficieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"licueficieran" ; "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) => -} "licuefars" ;--# 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) => -} "licuefaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "licuefarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "licueficiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "licueficieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "licueficiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "licueficiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "licueficiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "licueficieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "licuefara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "licuefaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "licuefara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "licuefaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "licuefarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "licuefaran" ;--# 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 (BeschSpa.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) => -} "rarefacis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "rarefacen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "rarefaga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "rarefagas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "rarefaga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "rarefagamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "rarefagis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "rarefagan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "rarefaca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "rarefacas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "rarefaca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "rarefacamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "rarefacais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "rarefacan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rareficiera" ; "rareficiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rareficieras" ; "rareficieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rareficiera" ; "rareficiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rareficiramos" ; "rareficisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rareficierais" ; "rareficieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rareficieran" ; "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) => -} "rarefars" ;--# 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) => -} "rarefaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "rarefarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "rareficiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "rareficieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "rareficiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "rareficiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "rareficiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "rareficieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "rarefara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "rarefaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "rarefara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "rarefaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "rarefarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "rarefaran" ;--# 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 (BeschSpa.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) => -} "rehacis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "rehacen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "rehaga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "rehagas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "rehaga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "rehagamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "rehagis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "rehagan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "rehaca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "rehacas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "rehaca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "rehacamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "rehacais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "rehacan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rehiciera" ; "rehiciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rehicieras" ; "rehicieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rehiciera" ; "rehiciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rehiciramos" ; "rehicisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rehicierais" ; "rehicieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rehicieran" ; "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) => -} "rehars" ;--# 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) => -} "reharis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reharn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "rehiciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "rehicieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "rehiciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "rehiciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "rehiciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "rehicieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "rehara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reharas" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "rehara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reharamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reharais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reharan" ;--# 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 (BeschSpa.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) => -} "satisfacis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "satisfacen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "satisfaga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "satisfagas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "satisfaga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "satisfagamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "satisfagis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "satisfagan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "satisfaca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "satisfacas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "satisfaca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "satisfacamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "satisfacais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "satisfacan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"satisficiera" ; "satisficiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"satisficieras" ; "satisficieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"satisficiera" ; "satisficiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"satisficiramos" ; "satisficisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"satisficierais" ; "satisficieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"satisficieran" ; "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) => -} "satisfars" ;--# 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) => -} "satisfaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "satisfarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "satisficiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "satisficieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "satisficiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "satisficiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "satisficiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "satisficieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "satisfara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "satisfaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "satisfara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "satisfaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "satisfarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "satisfaran" ;--# 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 (BeschSpa.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) => -} "tumefacis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "tumefacen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "tumefaga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "tumefagas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "tumefaga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "tumefagamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "tumefagis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "tumefagan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "tumefaca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "tumefacas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "tumefaca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "tumefacamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "tumefacais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "tumefacan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tumeficiera" ; "tumeficiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tumeficieras" ; "tumeficieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tumeficiera" ; "tumeficiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tumeficiramos" ; "tumeficisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tumeficierais" ; "tumeficieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tumeficieran" ; "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) => -} "tumefars" ;--# 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) => -} "tumefaris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "tumefarn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "tumeficiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "tumeficieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "tumeficiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "tumeficiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "tumeficiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "tumeficieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "tumefara" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "tumefaras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "tumefara" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "tumefaramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "tumefarais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "tumefaran" ;--# 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 (BeschSpa.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) => -} "aflus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "afluyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "afluya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "afluyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "afluya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "afluyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "afluyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "afluyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "aflua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "afluas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "aflua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "afluamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "afluais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "afluan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"afluyera" ; "afluyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"afluyeras" ; "afluyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"afluyera" ; "afluyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"afluyramos" ; "afluysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"afluyerais" ; "afluyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"afluyeran" ; "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) => -} "afluirs" ;--# 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) => -} "afluiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "afluirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "afluyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "afluyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "afluyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "afluyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "afluyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "afluyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "afluira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "afluiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "afluira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "afluiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "afluirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "afluiran" ;--# 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 argir_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "argir" ; + {- VI Ger => -} "argyendo" ; + {- VI Part => -} "argido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "argyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "argyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "argye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "argimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "args" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "argyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "argya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "argyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "argya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "argyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "argyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "argyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "arga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "argas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "arga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "argamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "argais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "argan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"argyera" ; "argyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"argyeras" ; "argyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"argyera" ; "argyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"argyramos" ; "argysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"argyerais" ; "argyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"argyeran" ; "argyesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "arg" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "argiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "argy" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "argimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "argisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "argyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "argir" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "argirs" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "argir" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "argiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "argiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "argirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "argyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "argyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "argyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "argyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "argyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "argyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "argira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "argiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "argira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "argiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "argirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "argiran" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "argye" ; + {- VPB (Imper C.Sg C.P3) => -} "argya" ; + {- VPB (Imper C.Pl C.P1) => -} "argyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "argid" ; + {- VPB (Imper C.Pl C.P3) => -} "argyan" ; + {- VPB (Pass C.Sg Masc) => -} "argido" ; + {- VPB (Pass C.Sg Fem) => -} "argida" ; + {- VPB (Pass C.Pl Masc) => -} "argidos" ; + {- VPB (Pass C.Pl Fem) => -} "argidas" + ] + } ; + +lin atribuir_V = verboV + {s = table (BeschSpa.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) => -} "atribus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "atribuyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "atribuya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "atribuyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "atribuya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "atribuyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "atribuyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "atribuyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "atribua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "atribuas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "atribua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "atribuamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "atribuais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "atribuan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"atribuyera" ; "atribuyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"atribuyeras" ; "atribuyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"atribuyera" ; "atribuyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"atribuyramos" ; "atribuysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"atribuyerais" ; "atribuyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"atribuyeran" ; "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) => -} "atribuirs" ;--# 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) => -} "atribuiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "atribuirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "atribuyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "atribuyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "atribuyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "atribuyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "atribuyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "atribuyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "atribuira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "atribuiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "atribuira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "atribuiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "atribuirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "atribuiran" ;--# 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 (BeschSpa.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) => -} "circus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "circuyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "circuya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "circuyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "circuya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "circuyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "circuyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "circuyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "circua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "circuas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "circua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "circuamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "circuais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "circuan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"circuyera" ; "circuyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"circuyeras" ; "circuyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"circuyera" ; "circuyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"circuyramos" ; "circuysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"circuyerais" ; "circuyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"circuyeran" ; "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) => -} "circuirs" ;--# 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) => -} "circuiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "circuirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "circuyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "circuyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "circuyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "circuyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "circuyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "circuyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "circuira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "circuiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "circuira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "circuiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "circuirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "circuiran" ;--# 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 (BeschSpa.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) => -} "conclus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "concluyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "concluya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "concluyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "concluya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "concluyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "concluyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "concluyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "conclua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "concluas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "conclua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "concluamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "concluais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "concluan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"concluyera" ; "concluyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"concluyeras" ; "concluyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"concluyera" ; "concluyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"concluyramos" ; "concluysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"concluyerais" ; "concluyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"concluyeran" ; "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) => -} "concluirs" ;--# 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) => -} "concluiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "concluirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "concluyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "concluyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "concluyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "concluyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "concluyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "concluyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "concluira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "concluiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "concluira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "concluiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "concluirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "concluiran" ;--# 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 (BeschSpa.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) => -} "conflus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "confluyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "confluya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "confluyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "confluya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "confluyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "confluyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "confluyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "conflua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "confluas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "conflua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "confluamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "confluais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "confluan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"confluyera" ; "confluyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"confluyeras" ; "confluyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"confluyera" ; "confluyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"confluyramos" ; "confluysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"confluyerais" ; "confluyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"confluyeran" ; "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) => -} "confluirs" ;--# 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) => -} "confluiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "confluirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "confluyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "confluyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "confluyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "confluyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "confluyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "confluyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "confluira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "confluiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "confluira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "confluiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "confluirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "confluiran" ;--# 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 (BeschSpa.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) => -} "constitus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "constituyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "constituya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "constituyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "constituya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "constituyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "constituyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "constituyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "constitua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "constituas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "constitua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "constituamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "constituais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "constituan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"constituyera" ; "constituyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"constituyeras" ; "constituyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"constituyera" ; "constituyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"constituyramos" ; "constituysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"constituyerais" ; "constituyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"constituyeran" ; "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) => -} "constituirs" ;--# 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) => -} "constituiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "constituirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "constituyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "constituyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "constituyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "constituyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "constituyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "constituyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "constituira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "constituiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "constituira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "constituiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "constituirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "constituiran" ;--# 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 (BeschSpa.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) => -} "construs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "construyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "construya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "construyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "construya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "construyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "construyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "construyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "construa" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "construas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "construa" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "construamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "construais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "construan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"construyera" ; "construyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"construyeras" ; "construyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"construyera" ; "construyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"construyramos" ; "construysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"construyerais" ; "construyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"construyeran" ; "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) => -} "construirs" ;--# 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) => -} "construiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "construirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "construyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "construyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "construyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "construyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "construyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "construyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "construira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "construiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "construira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "construiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "construirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "construiran" ;--# 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 (BeschSpa.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) => -} "contribus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "contribuyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "contribuya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "contribuyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "contribuya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "contribuyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "contribuyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "contribuyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "contribua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "contribuas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "contribua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "contribuamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "contribuais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "contribuan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"contribuyera" ; "contribuyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"contribuyeras" ; "contribuyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"contribuyera" ; "contribuyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"contribuyramos" ; "contribuysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"contribuyerais" ; "contribuyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"contribuyeran" ; "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) => -} "contribuirs" ;--# 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) => -} "contribuiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "contribuirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "contribuyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "contribuyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "contribuyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "contribuyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "contribuyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "contribuyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "contribuira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "contribuiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "contribuira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "contribuiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "contribuirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "contribuiran" ;--# 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 (BeschSpa.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) => -} "derrus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "derruyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "derruya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "derruyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "derruya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "derruyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "derruyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "derruyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "derrua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "derruas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "derrua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "derruamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "derruais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "derruan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"derruyera" ; "derruyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"derruyeras" ; "derruyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"derruyera" ; "derruyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"derruyramos" ; "derruysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"derruyerais" ; "derruyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"derruyeran" ; "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) => -} "derruirs" ;--# 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) => -} "derruiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "derruirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "derruyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "derruyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "derruyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "derruyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "derruyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "derruyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "derruira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "derruiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "derruira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "derruiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "derruirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "derruiran" ;--# 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 (BeschSpa.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) => -} "desobstrus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desobstruyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desobstruya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desobstruyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desobstruya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desobstruyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desobstruyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desobstruyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desobstrua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desobstruas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desobstrua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desobstruamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desobstruais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desobstruan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desobstruyera" ; "desobstruyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desobstruyeras" ; "desobstruyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desobstruyera" ; "desobstruyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desobstruyramos" ; "desobstruysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desobstruyerais" ; "desobstruyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desobstruyeran" ; "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) => -} "desobstruirs" ;--# 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) => -} "desobstruiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desobstruirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desobstruyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desobstruyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desobstruyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desobstruyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desobstruyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desobstruyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desobstruira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desobstruiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desobstruira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desobstruiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desobstruirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desobstruiran" ;--# 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 (BeschSpa.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) => -} "destitus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "destituyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "destituya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "destituyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "destituya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "destituyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "destituyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "destituyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "destitua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "destituas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "destitua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "destituamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "destituais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "destituan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"destituyera" ; "destituyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"destituyeras" ; "destituyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"destituyera" ; "destituyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"destituyramos" ; "destituysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"destituyerais" ; "destituyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"destituyeran" ; "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) => -} "destituirs" ;--# 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) => -} "destituiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "destituirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "destituyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "destituyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "destituyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "destituyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "destituyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "destituyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "destituira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "destituiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "destituira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "destituiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "destituirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "destituiran" ;--# 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 (BeschSpa.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) => -} "destrus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "destruyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "destruya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "destruyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "destruya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "destruyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "destruyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "destruyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "destrua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "destruas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "destrua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "destruamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "destruais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "destruan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"destruyera" ; "destruyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"destruyeras" ; "destruyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"destruyera" ; "destruyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"destruyramos" ; "destruysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"destruyerais" ; "destruyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"destruyeran" ; "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) => -} "destruirs" ;--# 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) => -} "destruiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "destruirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "destruyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "destruyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "destruyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "destruyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "destruyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "destruyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "destruira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "destruiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "destruira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "destruiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "destruirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "destruiran" ;--# 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 (BeschSpa.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) => -} "diflus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "difluyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "difluya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "difluyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "difluya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "difluyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "difluyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "difluyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "diflua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "difluas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "diflua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "difluamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "difluais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "difluan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"difluyera" ; "difluyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"difluyeras" ; "difluyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"difluyera" ; "difluyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"difluyramos" ; "difluysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"difluyerais" ; "difluyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"difluyeran" ; "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) => -} "difluirs" ;--# 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) => -} "difluiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "difluirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "difluyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "difluyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "difluyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "difluyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "difluyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "difluyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "difluira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "difluiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "difluira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "difluiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "difluirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "difluiran" ;--# 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 (BeschSpa.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) => -} "dilus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "diluyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "diluya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "diluyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "diluya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "diluyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "diluyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "diluyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "dilua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "diluas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "dilua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "diluamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "diluais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "diluan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"diluyera" ; "diluyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"diluyeras" ; "diluyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"diluyera" ; "diluyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"diluyramos" ; "diluysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"diluyerais" ; "diluyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"diluyeran" ; "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) => -} "diluirs" ;--# 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) => -} "diluiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "diluirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "diluyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "diluyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "diluyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "diluyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "diluyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "diluyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "diluira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "diluiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "diluira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "diluiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "diluirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "diluiran" ;--# 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 (BeschSpa.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) => -} "diminus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "diminuyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "diminuya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "diminuyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "diminuya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "diminuyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "diminuyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "diminuyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "diminua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "diminuas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "diminua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "diminuamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "diminuais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "diminuan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"diminuyera" ; "diminuyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"diminuyeras" ; "diminuyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"diminuyera" ; "diminuyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"diminuyramos" ; "diminuysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"diminuyerais" ; "diminuyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"diminuyeran" ; "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) => -} "diminuirs" ;--# 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) => -} "diminuiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "diminuirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "diminuyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "diminuyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "diminuyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "diminuyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "diminuyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "diminuyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "diminuira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "diminuiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "diminuira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "diminuiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "diminuirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "diminuiran" ;--# 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 (BeschSpa.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) => -} "disminus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "disminuyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "disminuya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "disminuyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "disminuya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "disminuyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "disminuyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "disminuyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "disminua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "disminuas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "disminua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "disminuamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "disminuais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "disminuan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"disminuyera" ; "disminuyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"disminuyeras" ; "disminuyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"disminuyera" ; "disminuyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"disminuyramos" ; "disminuysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"disminuyerais" ; "disminuyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"disminuyeran" ; "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) => -} "disminuirs" ;--# 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) => -} "disminuiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "disminuirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "disminuyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "disminuyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "disminuyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "disminuyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "disminuyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "disminuyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "disminuira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "disminuiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "disminuira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "disminuiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "disminuirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "disminuiran" ;--# 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 (BeschSpa.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) => -} "distribus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "distribuyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "distribuya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "distribuyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "distribuya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "distribuyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "distribuyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "distribuyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "distribua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "distribuas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "distribua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "distribuamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "distribuais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "distribuan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"distribuyera" ; "distribuyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"distribuyeras" ; "distribuyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"distribuyera" ; "distribuyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"distribuyramos" ; "distribuysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"distribuyerais" ; "distribuyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"distribuyeran" ; "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) => -} "distribuirs" ;--# 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) => -} "distribuiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "distribuirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "distribuyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "distribuyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "distribuyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "distribuyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "distribuyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "distribuyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "distribuira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "distribuiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "distribuira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "distribuiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "distribuirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "distribuiran" ;--# 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 (BeschSpa.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) => -} "eflus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "efluyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "efluya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "efluyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "efluya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "efluyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "efluyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "efluyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "eflua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "efluas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "eflua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "efluamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "efluais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "efluan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"efluyera" ; "efluyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"efluyeras" ; "efluyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"efluyera" ; "efluyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"efluyramos" ; "efluysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"efluyerais" ; "efluyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"efluyeran" ; "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) => -} "efluirs" ;--# 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) => -} "efluiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "efluirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "efluyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "efluyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "efluyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "efluyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "efluyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "efluyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "efluira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "efluiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "efluira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "efluiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "efluirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "efluiran" ;--# 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 (BeschSpa.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) => -} "esmus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "esmuyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "esmuya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "esmuyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "esmuya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "esmuyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "esmuyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "esmuyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "esmua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "esmuas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "esmua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "esmuamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "esmuais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "esmuan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"esmuyera" ; "esmuyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"esmuyeras" ; "esmuyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"esmuyera" ; "esmuyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"esmuyramos" ; "esmuysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"esmuyerais" ; "esmuyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"esmuyeran" ; "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) => -} "esmuirs" ;--# 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) => -} "esmuiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "esmuirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "esmuyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "esmuyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "esmuyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "esmuyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "esmuyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "esmuyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "esmuira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "esmuiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "esmuira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "esmuiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "esmuirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "esmuiran" ;--# 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 (BeschSpa.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) => -} "estatus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "estatuyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "estatuya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "estatuyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "estatuya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "estatuyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "estatuyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "estatuyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "estatua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "estatuas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "estatua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "estatuamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "estatuais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "estatuan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"estatuyera" ; "estatuyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"estatuyeras" ; "estatuyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"estatuyera" ; "estatuyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"estatuyramos" ; "estatuysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"estatuyerais" ; "estatuyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"estatuyeran" ; "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) => -} "estatuirs" ;--# 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) => -} "estatuiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "estatuirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "estatuyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "estatuyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "estatuyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "estatuyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "estatuyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "estatuyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "estatuira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "estatuiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "estatuira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "estatuiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "estatuirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "estatuiran" ;--# 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 (BeschSpa.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) => -} "exclus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "excluyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "excluya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "excluyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "excluya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "excluyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "excluyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "excluyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "exclua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "excluas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "exclua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "excluamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "excluais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "excluan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"excluyera" ; "excluyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"excluyeras" ; "excluyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"excluyera" ; "excluyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"excluyramos" ; "excluysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"excluyerais" ; "excluyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"excluyeran" ; "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) => -} "excluirs" ;--# 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) => -} "excluiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "excluirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "excluyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "excluyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "excluyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "excluyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "excluyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "excluyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "excluira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "excluiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "excluira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "excluiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "excluirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "excluiran" ;--# 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 (BeschSpa.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) => -} "flus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "fluyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "fluya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "fluyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "fluya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "fluyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "fluyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "fluyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "flua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "fluas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "flua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "fluamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "fluais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "fluan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"fluyera" ; "fluyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fluyeras" ; "fluyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fluyera" ; "fluyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"fluyramos" ; "fluysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fluyerais" ; "fluyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fluyeran" ; "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) => -} "fluirs" ;--# 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) => -} "fluiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "fluirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "fluyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "fluyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "fluyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "fluyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "fluyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "fluyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "fluira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "fluiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "fluira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "fluiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "fluirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "fluiran" ;--# 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 (BeschSpa.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) => -} "frus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "fruyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "fruya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "fruyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "fruya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "fruyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "fruyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "fruyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "frua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "fruas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "frua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "fruamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "fruais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "fruan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"fruyera" ; "fruyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fruyeras" ; "fruyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fruyera" ; "fruyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"fruyramos" ; "fruysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fruyerais" ; "fruyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fruyeran" ; "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) => -} "fruirs" ;--# 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) => -} "fruiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "fruirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "fruyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "fruyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "fruyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "fruyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "fruyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "fruyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "fruira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "fruiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "fruira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "fruiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "fruirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "fruiran" ;--# 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 (BeschSpa.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) => -} "grus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "gruyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "gruya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "gruyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "gruya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "gruyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "gruyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "gruyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "grua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "gruas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "grua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "gruamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "gruais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "gruan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"gruyera" ; "gruyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"gruyeras" ; "gruyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"gruyera" ; "gruyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"gruyramos" ; "gruysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"gruyerais" ; "gruyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"gruyeran" ; "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) => -} "gruirs" ;--# 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) => -} "gruiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "gruirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "gruyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "gruyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "gruyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "gruyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "gruyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "gruyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "gruira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "gruiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "gruira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "gruiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "gruirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "gruiran" ;--# 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 (BeschSpa.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) => -} "hus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "huyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "huya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "huyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "huya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "huyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "huyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "huyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "hua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "huas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "hua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "huamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "huais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "huan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"huyera" ; "huyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"huyeras" ; "huyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"huyera" ; "huyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"huyramos" ; "huysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"huyerais" ; "huyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"huyeran" ; "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) => -} "huirs" ;--# 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) => -} "huiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "huirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "huyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "huyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "huyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "huyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "huyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "huyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "huira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "huiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "huira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "huiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "huirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "huiran" ;--# 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 (BeschSpa.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) => -} "imbus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "imbuyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "imbuya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "imbuyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "imbuya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "imbuyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "imbuyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "imbuyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "imbua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "imbuas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "imbua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "imbuamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "imbuais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "imbuan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"imbuyera" ; "imbuyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"imbuyeras" ; "imbuyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"imbuyera" ; "imbuyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"imbuyramos" ; "imbuysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"imbuyerais" ; "imbuyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"imbuyeran" ; "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) => -} "imbuirs" ;--# 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) => -} "imbuiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "imbuirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "imbuyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "imbuyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "imbuyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "imbuyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "imbuyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "imbuyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "imbuira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "imbuiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "imbuira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "imbuiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "imbuirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "imbuiran" ;--# 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 (BeschSpa.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) => -} "inclus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "incluyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "incluya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "incluyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "incluya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "incluyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "incluyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "incluyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "inclua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "incluas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "inclua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "incluamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "incluais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "incluan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"incluyera" ; "incluyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"incluyeras" ; "incluyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"incluyera" ; "incluyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"incluyramos" ; "incluysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"incluyerais" ; "incluyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"incluyeran" ; "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) => -} "incluirs" ;--# 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) => -} "incluiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "incluirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "incluyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "incluyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "incluyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "incluyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "incluyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "incluyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "incluira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "incluiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "incluira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "incluiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "incluirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "incluiran" ;--# 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 (BeschSpa.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) => -} "influs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "influyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "influya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "influyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "influya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "influyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "influyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "influyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "influa" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "influas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "influa" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "influamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "influais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "influan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"influyera" ; "influyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"influyeras" ; "influyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"influyera" ; "influyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"influyramos" ; "influysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"influyerais" ; "influyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"influyeran" ; "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) => -} "influirs" ;--# 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) => -} "influiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "influirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "influyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "influyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "influyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "influyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "influyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "influyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "influira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "influiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "influira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "influiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "influirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "influiran" ;--# 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 (BeschSpa.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) => -} "inmiscus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "inmiscuyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "inmiscuya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "inmiscuyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "inmiscuya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "inmiscuyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "inmiscuyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "inmiscuyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "inmiscua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "inmiscuas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "inmiscua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "inmiscuamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "inmiscuais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "inmiscuan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"inmiscuyera" ; "inmiscuyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"inmiscuyeras" ; "inmiscuyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"inmiscuyera" ; "inmiscuyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"inmiscuyramos" ; "inmiscuysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"inmiscuyerais" ; "inmiscuyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"inmiscuyeran" ; "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) => -} "inmiscuirs" ;--# 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) => -} "inmiscuiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "inmiscuirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "inmiscuyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "inmiscuyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "inmiscuyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "inmiscuyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "inmiscuyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "inmiscuyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "inmiscuira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "inmiscuiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "inmiscuira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "inmiscuiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "inmiscuirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "inmiscuiran" ;--# 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 (BeschSpa.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) => -} "institus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "instituyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "instituya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "instituyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "instituya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "instituyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "instituyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "instituyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "institua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "instituas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "institua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "instituamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "instituais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "instituan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"instituyera" ; "instituyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"instituyeras" ; "instituyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"instituyera" ; "instituyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"instituyramos" ; "instituysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"instituyerais" ; "instituyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"instituyeran" ; "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) => -} "instituirs" ;--# 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) => -} "instituiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "instituirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "instituyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "instituyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "instituyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "instituyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "instituyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "instituyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "instituira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "instituiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "instituira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "instituiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "instituirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "instituiran" ;--# 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 (BeschSpa.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) => -} "instrus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "instruyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "instruya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "instruyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "instruya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "instruyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "instruyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "instruyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "instrua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "instruas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "instrua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "instruamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "instruais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "instruan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"instruyera" ; "instruyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"instruyeras" ; "instruyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"instruyera" ; "instruyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"instruyramos" ; "instruysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"instruyerais" ; "instruyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"instruyeran" ; "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) => -} "instruirs" ;--# 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) => -} "instruiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "instruirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "instruyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "instruyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "instruyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "instruyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "instruyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "instruyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "instruira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "instruiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "instruira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "instruiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "instruirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "instruiran" ;--# 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 (BeschSpa.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) => -} "intus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "intuyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "intuya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "intuyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "intuya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "intuyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "intuyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "intuyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "intua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "intuas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "intua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "intuamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "intuais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "intuan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"intuyera" ; "intuyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"intuyeras" ; "intuyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"intuyera" ; "intuyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"intuyramos" ; "intuysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"intuyerais" ; "intuyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"intuyeran" ; "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) => -} "intuirs" ;--# 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) => -} "intuiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "intuirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "intuyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "intuyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "intuyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "intuyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "intuyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "intuyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "intuira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "intuiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "intuira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "intuiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "intuirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "intuiran" ;--# 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 (BeschSpa.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) => -} "irrus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "irruyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "irruya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "irruyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "irruya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "irruyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "irruyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "irruyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "irrua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "irruas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "irrua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "irruamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "irruais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "irruan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"irruyera" ; "irruyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"irruyeras" ; "irruyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"irruyera" ; "irruyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"irruyramos" ; "irruysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"irruyerais" ; "irruyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"irruyeran" ; "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) => -} "irruirs" ;--# 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) => -} "irruiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "irruirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "irruyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "irruyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "irruyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "irruyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "irruyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "irruyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "irruira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "irruiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "irruira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "irruiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "irruirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "irruiran" ;--# 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 (BeschSpa.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) => -} "lus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "luyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "luya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "luyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "luya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "luyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "luyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "luyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "lua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "luas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "lua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "luamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "luais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "luan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"luyera" ; "luyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"luyeras" ; "luyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"luyera" ; "luyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"luyramos" ; "luysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"luyerais" ; "luyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"luyeran" ; "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) => -} "luirs" ;--# 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) => -} "luiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "luirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "luyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "luyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "luyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "luyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "luyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "luyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "luira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "luiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "luira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "luiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "luirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "luiran" ;--# 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 (BeschSpa.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) => -} "obstrus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "obstruyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "obstruya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "obstruyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "obstruya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "obstruyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "obstruyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "obstruyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "obstrua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "obstruas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "obstrua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "obstruamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "obstruais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "obstruan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"obstruyera" ; "obstruyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"obstruyeras" ; "obstruyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"obstruyera" ; "obstruyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"obstruyramos" ; "obstruysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"obstruyerais" ; "obstruyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"obstruyeran" ; "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) => -} "obstruirs" ;--# 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) => -} "obstruiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "obstruirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "obstruyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "obstruyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "obstruyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "obstruyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "obstruyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "obstruyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "obstruira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "obstruiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "obstruira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "obstruiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "obstruirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "obstruiran" ;--# 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 (BeschSpa.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) => -} "oclus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ocluyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ocluya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ocluyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ocluya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "ocluyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "ocluyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "ocluyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "oclua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "ocluas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "oclua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "ocluamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "ocluais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "ocluan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ocluyera" ; "ocluyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ocluyeras" ; "ocluyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ocluyera" ; "ocluyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ocluyramos" ; "ocluysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ocluyerais" ; "ocluyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ocluyeran" ; "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) => -} "ocluirs" ;--# 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) => -} "ocluiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "ocluirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "ocluyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "ocluyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "ocluyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "ocluyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "ocluyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "ocluyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "ocluira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "ocluiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "ocluira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "ocluiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "ocluirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "ocluiran" ;--# 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 (BeschSpa.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) => -} "prostitus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "prostituyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "prostituya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "prostituyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "prostituya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "prostituyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "prostituyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "prostituyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "prostitua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "prostituas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "prostitua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "prostituamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "prostituais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "prostituan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"prostituyera" ; "prostituyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"prostituyeras" ; "prostituyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"prostituyera" ; "prostituyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"prostituyramos" ; "prostituysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"prostituyerais" ; "prostituyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"prostituyeran" ; "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) => -} "prostituirs" ;--# 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) => -} "prostituiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "prostituirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "prostituyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "prostituyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "prostituyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "prostituyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "prostituyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "prostituyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "prostituira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "prostituiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "prostituira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "prostituiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "prostituirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "prostituiran" ;--# 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 reargir_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "reargir" ; + {- VI Ger => -} "reargyendo" ; + {- VI Part => -} "reargido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "reargyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "reargyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "reargye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "reargimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "reargs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reargyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reargya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reargyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reargya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reargyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reargyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "reargyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "rearga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reargas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "rearga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reargamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reargais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reargan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reargyera" ; "reargyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reargyeras" ; "reargyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reargyera" ; "reargyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reargyramos" ; "reargysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reargyerais" ; "reargyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reargyeran" ; "reargyesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "rearg" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "reargiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "reargy" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "reargimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "reargisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "reargyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "reargir" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "reargirs" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "reargir" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "reargiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "reargiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reargirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reargyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "reargyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reargyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reargyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reargyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "reargyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reargira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reargiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reargira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reargiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reargirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reargiran" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "reargye" ; + {- VPB (Imper C.Sg C.P3) => -} "reargya" ; + {- VPB (Imper C.Pl C.P1) => -} "reargyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "reargid" ; + {- VPB (Imper C.Pl C.P3) => -} "reargyan" ; + {- VPB (Pass C.Sg Masc) => -} "reargido" ; + {- VPB (Pass C.Sg Fem) => -} "reargida" ; + {- VPB (Pass C.Pl Masc) => -} "reargidos" ; + {- VPB (Pass C.Pl Fem) => -} "reargidas" + ] + } ; + +lin recluir_V = verboV + {s = table (BeschSpa.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) => -} "reclus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "recluyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "recluya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "recluyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "recluya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "recluyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "recluyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "recluyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reclua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "recluas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reclua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "recluamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "recluais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "recluan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recluyera" ; "recluyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recluyeras" ; "recluyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recluyera" ; "recluyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recluyramos" ; "recluysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recluyerais" ; "recluyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recluyeran" ; "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) => -} "recluirs" ;--# 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) => -} "recluiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "recluirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "recluyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "recluyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "recluyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "recluyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "recluyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "recluyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "recluira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "recluiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "recluira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "recluiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "recluirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "recluiran" ;--# 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 (BeschSpa.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) => -} "reconstitus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reconstituyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reconstituya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reconstituyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reconstituya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reconstituyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reconstituyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "reconstituyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reconstitua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reconstituas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reconstitua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reconstituamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reconstituais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reconstituan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reconstituyera" ; "reconstituyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reconstituyeras" ; "reconstituyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reconstituyera" ; "reconstituyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reconstituyramos" ; "reconstituysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reconstituyerais" ; "reconstituyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reconstituyeran" ; "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) => -} "reconstituirs" ;--# 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) => -} "reconstituiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reconstituirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reconstituyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "reconstituyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reconstituyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reconstituyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reconstituyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "reconstituyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reconstituira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reconstituiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reconstituira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reconstituiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reconstituirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reconstituiran" ;--# 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 (BeschSpa.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) => -} "reconstrus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reconstruyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reconstruya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reconstruyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reconstruya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reconstruyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reconstruyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "reconstruyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reconstrua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reconstruas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reconstrua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reconstruamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reconstruais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reconstruan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reconstruyera" ; "reconstruyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reconstruyeras" ; "reconstruyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reconstruyera" ; "reconstruyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reconstruyramos" ; "reconstruysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reconstruyerais" ; "reconstruyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reconstruyeran" ; "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) => -} "reconstruirs" ;--# 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) => -} "reconstruiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reconstruirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reconstruyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "reconstruyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reconstruyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reconstruyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reconstruyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "reconstruyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reconstruira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reconstruiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reconstruira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reconstruiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reconstruirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reconstruiran" ;--# 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 redargir_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "redargir" ; + {- VI Ger => -} "redargyendo" ; + {- VI Part => -} "redargido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "redargyo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "redargyes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "redargye" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "redargimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "redargs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "redargyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "redargya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "redargyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "redargya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "redargyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "redargyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "redargyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "redarga" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "redargas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "redarga" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "redargamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "redargais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "redargan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"redargyera" ; "redargyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"redargyeras" ; "redargyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"redargyera" ; "redargyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"redargyramos" ; "redargysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"redargyerais" ; "redargyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"redargyeran" ; "redargyesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "redarg" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "redargiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "redargy" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "redargimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "redargisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "redargyeron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "redargir" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "redargirs" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "redargir" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "redargiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "redargiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "redargirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "redargyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "redargyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "redargyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "redargyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "redargyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "redargyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "redargira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "redargiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "redargira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "redargiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "redargirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "redargiran" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "redargye" ; + {- VPB (Imper C.Sg C.P3) => -} "redargya" ; + {- VPB (Imper C.Pl C.P1) => -} "redargyamos" ; + {- VPB (Imper C.Pl C.P2) => -} "redargid" ; + {- VPB (Imper C.Pl C.P3) => -} "redargyan" ; + {- VPB (Pass C.Sg Masc) => -} "redargido" ; + {- VPB (Pass C.Sg Fem) => -} "redargida" ; + {- VPB (Pass C.Pl Masc) => -} "redargidos" ; + {- VPB (Pass C.Pl Fem) => -} "redargidas" + ] + } ; + +lin redistribuir_V = verboV + {s = table (BeschSpa.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) => -} "redistribus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "redistribuyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "redistribuya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "redistribuyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "redistribuya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "redistribuyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "redistribuyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "redistribuyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "redistribua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "redistribuas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "redistribua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "redistribuamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "redistribuais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "redistribuan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"redistribuyera" ; "redistribuyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"redistribuyeras" ; "redistribuyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"redistribuyera" ; "redistribuyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"redistribuyramos" ; "redistribuysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"redistribuyerais" ; "redistribuyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"redistribuyeran" ; "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) => -} "redistribuirs" ;--# 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) => -} "redistribuiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "redistribuirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "redistribuyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "redistribuyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "redistribuyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "redistribuyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "redistribuyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "redistribuyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "redistribuira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "redistribuiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "redistribuira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "redistribuiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "redistribuirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "redistribuiran" ;--# 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 (BeschSpa.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) => -} "reflus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "refluyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "refluya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "refluyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "refluya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "refluyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "refluyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "refluyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reflua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "refluas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reflua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "refluamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "refluais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "refluan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"refluyera" ; "refluyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"refluyeras" ; "refluyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"refluyera" ; "refluyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"refluyramos" ; "refluysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"refluyerais" ; "refluyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"refluyeran" ; "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) => -} "refluirs" ;--# 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) => -} "refluiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "refluirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "refluyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "refluyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "refluyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "refluyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "refluyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "refluyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "refluira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "refluiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "refluira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "refluiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "refluirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "refluiran" ;--# 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 (BeschSpa.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) => -} "rehus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "rehuyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "rehuya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "rehuyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "rehuya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "rehuyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "rehuyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "rehuyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "rehua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "rehuas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "rehua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "rehuamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "rehuais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "rehuan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rehuyera" ; "rehuyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rehuyeras" ; "rehuyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rehuyera" ; "rehuyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rehuyramos" ; "rehuysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rehuyerais" ; "rehuyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rehuyeran" ; "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) => -} "rehuirs" ;--# 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) => -} "rehuiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "rehuirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "rehuyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "rehuyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "rehuyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "rehuyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "rehuyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "rehuyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "rehuira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "rehuiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "rehuira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "rehuiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "rehuirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "rehuiran" ;--# 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 (BeschSpa.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) => -} "restitus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "restituyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "restituya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "restituyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "restituya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "restituyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "restituyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "restituyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "restitua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "restituas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "restitua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "restituamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "restituais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "restituan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"restituyera" ; "restituyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"restituyeras" ; "restituyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"restituyera" ; "restituyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"restituyramos" ; "restituysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"restituyerais" ; "restituyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"restituyeran" ; "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) => -} "restituirs" ;--# 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) => -} "restituiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "restituirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "restituyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "restituyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "restituyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "restituyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "restituyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "restituyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "restituira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "restituiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "restituira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "restituiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "restituirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "restituiran" ;--# 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 (BeschSpa.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) => -} "retribus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "retribuyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "retribuya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "retribuyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "retribuya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "retribuyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "retribuyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "retribuyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "retribua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "retribuas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "retribua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "retribuamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "retribuais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "retribuan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retribuyera" ; "retribuyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retribuyeras" ; "retribuyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retribuyera" ; "retribuyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retribuyramos" ; "retribuysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retribuyerais" ; "retribuyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retribuyeran" ; "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) => -} "retribuirs" ;--# 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) => -} "retribuiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "retribuirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "retribuyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "retribuyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "retribuyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "retribuyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "retribuyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "retribuyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "retribuira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "retribuiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "retribuira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "retribuiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "retribuirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "retribuiran" ;--# 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 (BeschSpa.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) => -} "substitus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "substituyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "substituya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "substituyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "substituya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "substituyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "substituyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "substituyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "substitua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "substituas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "substitua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "substituamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "substituais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "substituan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"substituyera" ; "substituyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"substituyeras" ; "substituyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"substituyera" ; "substituyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"substituyramos" ; "substituysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"substituyerais" ; "substituyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"substituyeran" ; "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) => -} "substituirs" ;--# 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) => -} "substituiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "substituirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "substituyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "substituyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "substituyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "substituyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "substituyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "substituyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "substituira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "substituiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "substituira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "substituiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "substituirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "substituiran" ;--# 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 (BeschSpa.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) => -} "sustitus" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sustituyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sustituya" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sustituyas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sustituya" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sustituyamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sustituyis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sustituyan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sustitua" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sustituas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sustitua" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sustituamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sustituais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sustituan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sustituyera" ; "sustituyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sustituyeras" ; "sustituyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sustituyera" ; "sustituyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sustituyramos" ; "sustituysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sustituyerais" ; "sustituyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sustituyeran" ; "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) => -} "sustituirs" ;--# 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) => -} "sustituiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sustituirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sustituyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sustituyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sustituyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sustituyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sustituyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sustituyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sustituira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sustituiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sustituira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sustituiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sustituirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sustituiran" ;--# 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 (BeschSpa.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) => -} "coercis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "coercen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "coerza" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "coerzas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "coerza" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "coerzamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "coerzis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "coerzan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "coerca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "coercas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "coerca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "coercamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "coercais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "coercan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"coerciera" ; "coerciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"coercieras" ; "coercieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"coerciera" ; "coerciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"coerciramos" ; "coercisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"coercierais" ; "coercieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"coercieran" ; "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) => -} "coercers" ;--# 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) => -} "coerceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "coercern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "coerciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "coercieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "coerciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "coerciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "coerciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "coercieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "coercera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "coerceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "coercera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "coerceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "coercerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "coerceran" ;--# 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 (BeschSpa.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) => -} "convencis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "convencen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "convenza" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "convenzas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "convenza" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "convenzamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "convenzis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "convenzan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "convenca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "convencas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "convenca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "convencamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "convencais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "convencan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"convenciera" ; "convenciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"convencieras" ; "convencieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"convenciera" ; "convenciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"convenciramos" ; "convencisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"convencierais" ; "convencieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"convencieran" ; "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) => -} "convencers" ;--# 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) => -} "convenceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "convencern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "convenciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "convencieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "convenciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "convenciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "convenciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "convencieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "convencera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "convenceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "convencera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "convenceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "convencerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "convenceran" ;--# 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 (BeschSpa.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) => -} "desfruncs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desfruncen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desfrunza" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desfrunzas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desfrunza" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desfrunzamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desfrunzis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desfrunzan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desfrunca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desfruncas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desfrunca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desfruncamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desfruncais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desfruncan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desfrunciera" ; "desfrunciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desfruncieras" ; "desfruncieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desfrunciera" ; "desfrunciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desfrunciramos" ; "desfruncisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desfruncierais" ; "desfruncieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desfruncieran" ; "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) => -} "desfruncirs" ;--# 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) => -} "desfrunciris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desfruncirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desfrunciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desfruncieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desfrunciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desfrunciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desfrunciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desfruncieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desfruncira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desfrunciras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desfruncira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desfrunciramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desfruncirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desfrunciran" ;--# 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 (BeschSpa.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) => -} "desuncs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desuncen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desunza" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desunzas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desunza" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desunzamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desunzis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desunzan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desunca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desuncas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desunca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desuncamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desuncais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desuncan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desunciera" ; "desunciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desuncieras" ; "desuncieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desunciera" ; "desunciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desunciramos" ; "desuncisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desuncierais" ; "desuncieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desuncieran" ; "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) => -} "desuncirs" ;--# 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) => -} "desunciris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desuncirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desunciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desuncieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desunciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desunciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desunciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desuncieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desuncira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desunciras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desuncira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desunciramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desuncirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desunciran" ;--# 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 (BeschSpa.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) => -} "ejercis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ejercen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ejerza" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ejerzas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ejerza" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "ejerzamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "ejerzis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "ejerzan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "ejerca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "ejercas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "ejerca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "ejercamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "ejercais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "ejercan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ejerciera" ; "ejerciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ejercieras" ; "ejercieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ejerciera" ; "ejerciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ejerciramos" ; "ejercisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ejercierais" ; "ejercieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ejercieran" ; "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) => -} "ejercers" ;--# 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) => -} "ejerceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "ejercern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "ejerciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "ejercieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "ejerciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "ejerciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "ejerciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "ejercieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "ejercera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "ejerceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "ejercera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "ejerceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "ejercerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "ejerceran" ;--# 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 (BeschSpa.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) => -} "estarcs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "estarcen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "estarza" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "estarzas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "estarza" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "estarzamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "estarzis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "estarzan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "estarca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "estarcas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "estarca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "estarcamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "estarcais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "estarcan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"estarciera" ; "estarciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"estarcieras" ; "estarcieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"estarciera" ; "estarciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"estarciramos" ; "estarcisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"estarcierais" ; "estarcieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"estarcieran" ; "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) => -} "estarcirs" ;--# 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) => -} "estarciris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "estarcirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "estarciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "estarcieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "estarciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "estarciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "estarciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "estarcieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "estarcira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "estarciras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "estarcira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "estarciramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "estarcirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "estarciran" ;--# 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 (BeschSpa.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) => -} "fruncs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "fruncen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "frunza" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "frunzas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "frunza" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "frunzamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "frunzis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "frunzan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "frunca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "fruncas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "frunca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "fruncamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "fruncais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "fruncan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"frunciera" ; "frunciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fruncieras" ; "fruncieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"frunciera" ; "frunciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"frunciramos" ; "fruncisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fruncierais" ; "fruncieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fruncieran" ; "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) => -} "fruncirs" ;--# 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) => -} "frunciris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "fruncirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "frunciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "fruncieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "frunciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "frunciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "frunciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "fruncieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "fruncira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "frunciras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "fruncira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "frunciramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "fruncirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "frunciran" ;--# 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 (BeschSpa.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) => -} "mecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "mecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "meza" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "mezas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "meza" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "mezamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "mezis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "mezan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "meca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "mecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "meca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "mecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "mecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "mecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"meciera" ; "meciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"mecieras" ; "mecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"meciera" ; "meciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"meciramos" ; "mecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"mecierais" ; "mecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"mecieran" ; "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) => -} "mecers" ;--# 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) => -} "meceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "mecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "meciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "mecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "meciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "meciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "meciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "mecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "mecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "meceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "mecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "meceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "mecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "meceran" ;--# 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 (BeschSpa.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) => -} "remecis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "remecen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "remeza" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "remezas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "remeza" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "remezamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "remezis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "remezan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "remeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "remecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "remeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "remecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "remecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "remecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"remeciera" ; "remeciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"remecieras" ; "remecieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"remeciera" ; "remeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"remeciramos" ; "remecisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"remecierais" ; "remecieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"remecieran" ; "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) => -} "remecers" ;--# 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) => -} "remeceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "remecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "remeciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "remecieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "remeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "remeciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "remeciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "remecieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "remecera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "remeceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "remecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "remeceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "remecerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "remeceran" ;--# 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 (BeschSpa.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) => -} "resarcs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "resarcen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "resarza" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "resarzas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "resarza" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "resarzamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "resarzis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "resarzan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "resarca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "resarcas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "resarca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "resarcamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "resarcais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "resarcan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"resarciera" ; "resarciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"resarcieras" ; "resarcieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"resarciera" ; "resarciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"resarciramos" ; "resarcisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"resarcierais" ; "resarcieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"resarcieran" ; "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) => -} "resarcirs" ;--# 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) => -} "resarciris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "resarcirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "resarciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "resarcieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "resarciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "resarciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "resarciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "resarcieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "resarcira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "resarciras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "resarcira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "resarciramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "resarcirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "resarciran" ;--# 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 (BeschSpa.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) => -} "rezurcs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "rezurcen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "rezurza" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "rezurzas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "rezurza" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "rezurzamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "rezurzis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "rezurzan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "rezurca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "rezurcas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "rezurca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "rezurcamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "rezurcais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "rezurcan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rezurciera" ; "rezurciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rezurcieras" ; "rezurcieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rezurciera" ; "rezurciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rezurciramos" ; "rezurcisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rezurcierais" ; "rezurcieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rezurcieran" ; "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) => -} "rezurcirs" ;--# 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) => -} "rezurciris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "rezurcirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "rezurciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "rezurcieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "rezurciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "rezurciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "rezurciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "rezurcieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "rezurcira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "rezurciras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "rezurcira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "rezurciramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "rezurcirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "rezurciran" ;--# 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 (BeschSpa.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) => -} "subyacis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "subyacen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "subyazga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "subyazgas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "subyazga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "subyazgamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "subyazgis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "subyazgan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "subyaca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "subyacas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "subyaca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "subyacamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "subyacais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "subyacan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"subyaciera" ; "subyaciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"subyacieras" ; "subyacieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"subyaciera" ; "subyaciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"subyaciramos" ; "subyacisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"subyacierais" ; "subyacieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"subyacieran" ; "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) => -} "subyacers" ;--# 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) => -} "subyaceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "subyacern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "subyaciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "subyacieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "subyaciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "subyaciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "subyaciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "subyacieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "subyacera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "subyaceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "subyacera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "subyaceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "subyacerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "subyaceran" ;--# 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 (BeschSpa.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) => -} "uncs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "uncen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "unza" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "unzas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "unza" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "unzamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "unzis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "unzan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "unca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "uncas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "unca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "uncamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "uncais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "uncan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"unciera" ; "unciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"uncieras" ; "uncieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"unciera" ; "unciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"unciramos" ; "uncisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"uncierais" ; "uncieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"uncieran" ; "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) => -} "uncirs" ;--# 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) => -} "unciris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "uncirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "unciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "uncieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "unciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "unciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "unciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "uncieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "uncira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "unciras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "uncira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "unciramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "uncirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "unciran" ;--# 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 (BeschSpa.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) => -} "vencis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "vencen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "venza" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "venzas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "venza" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "venzamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "venzis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "venzan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "venca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "vencas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "venca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "vencamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "vencais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "vencan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"venciera" ; "venciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"vencieras" ; "vencieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"venciera" ; "venciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"venciramos" ; "vencisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"vencierais" ; "vencieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"vencieran" ; "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) => -} "vencers" ;--# 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) => -} "venceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "vencern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "venciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "vencieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "venciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "venciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "venciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "vencieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "vencera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "venceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "vencera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "venceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "vencerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "venceran" ;--# 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 (BeschSpa.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) => -} "yacis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "yacen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "yazga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "yazgas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "yazga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "yazgamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "yazgis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "yazgan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "yaca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "yacas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "yaca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "yacamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "yacais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "yacan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"yaciera" ; "yaciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"yacieras" ; "yacieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"yaciera" ; "yaciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"yaciramos" ; "yacisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"yacierais" ; "yacieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"yacieran" ; "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) => -} "yacers" ;--# 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) => -} "yaceris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "yacern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "yaciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "yacieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "yaciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "yaciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "yaciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "yacieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "yacera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "yaceras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "yacera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "yaceramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "yacerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "yaceran" ;--# 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 (BeschSpa.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) => -} "zurcs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "zurcen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "zurza" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "zurzas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "zurza" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "zurzamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "zurzis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "zurzan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "zurca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "zurcas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "zurca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "zurcamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "zurcais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "zurcan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"zurciera" ; "zurciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"zurcieras" ; "zurcieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"zurciera" ; "zurciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"zurciramos" ; "zurcisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"zurcierais" ; "zurcieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"zurcieran" ; "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) => -} "zurcirs" ;--# 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) => -} "zurciris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "zurcirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "zurciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "zurcieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "zurciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "zurciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "zurciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "zurcieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "zurcira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "zurciras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "zurcira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "zurciramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "zurcirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "zurciran" ;--# 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 desor_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "desor" ; + {- VI Ger => -} "desoyendo" ; + {- VI Part => -} "desodo" ; + {- 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) => -} "desomos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desos" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desoyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desoiga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desoigas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desoiga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desoigamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desoigis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desoigan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desoa" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desoas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desoa" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desoamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desoais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desoan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desoyera" ; "desoyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desoyeras" ; "desoyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desoyera" ; "desoyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desoyramos" ; "desoysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desoyerais" ; "desoyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desoyeran" ; "desoyesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "deso" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desoste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desoy" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desomos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desosteis" ;--# 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) => -} "desoirs" ;--# 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) => -} "desoiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desoirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desoyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desoyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desoyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desoyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desoyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desoyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desoira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desoiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desoira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desoiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desoirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desoiran" ;--# 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) => -} "desod" ; + {- VPB (Imper C.Pl C.P3) => -} "desoigan" ; + {- VPB (Pass C.Sg Masc) => -} "desodo" ; + {- VPB (Pass C.Sg Fem) => -} "desoda" ; + {- VPB (Pass C.Pl Masc) => -} "desodos" ; + {- VPB (Pass C.Pl Fem) => -} "desodas" + ] + } ; + +lin entreor_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "entreor" ; + {- VI Ger => -} "entreoyendo" ; + {- VI Part => -} "entreodo" ; + {- 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) => -} "entreomos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "entreos" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "entreoyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "entreoiga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "entreoigas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "entreoiga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "entreoigamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "entreoigis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "entreoigan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "entreoa" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "entreoas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "entreoa" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "entreoamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "entreoais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "entreoan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entreoyera" ; "entreoyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entreoyeras" ; "entreoyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entreoyera" ; "entreoyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entreoyramos" ; "entreoysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entreoyerais" ; "entreoyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entreoyeran" ; "entreoyesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "entreo" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "entreoste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "entreoy" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "entreomos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "entreosteis" ;--# 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) => -} "entreoirs" ;--# 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) => -} "entreoiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "entreoirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "entreoyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "entreoyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "entreoyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "entreoyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "entreoyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "entreoyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "entreoira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "entreoiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "entreoira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "entreoiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "entreoirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "entreoiran" ;--# 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) => -} "entreod" ; + {- VPB (Imper C.Pl C.P3) => -} "entreoigan" ; + {- VPB (Pass C.Sg Masc) => -} "entreodo" ; + {- VPB (Pass C.Sg Fem) => -} "entreoda" ; + {- VPB (Pass C.Pl Masc) => -} "entreodos" ; + {- VPB (Pass C.Pl Fem) => -} "entreodas" + ] + } ; + +lin or_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "or" ; + {- VI Ger => -} "oyendo" ; + {- VI Part => -} "odo" ; + {- 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) => -} "omos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "os" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "oyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "oiga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "oigas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "oiga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "oigamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "oigis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "oigan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "oa" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "oas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "oa" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "oamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "oais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "oan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"oyera" ; "oyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"oyeras" ; "oyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"oyera" ; "oyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"oyramos" ; "oysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"oyerais" ; "oyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"oyeran" ; "oyesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "o" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "oste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "oy" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "omos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "osteis" ;--# 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) => -} "oirs" ;--# 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) => -} "oiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "oirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "oyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "oyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "oyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "oyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "oyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "oyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "oira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "oiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "oira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "oiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "oirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "oiran" ;--# 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) => -} "od" ; + {- VPB (Imper C.Pl C.P3) => -} "oigan" ; + {- VPB (Pass C.Sg Masc) => -} "odo" ; + {- VPB (Pass C.Sg Fem) => -} "oda" ; + {- VPB (Pass C.Pl Masc) => -} "odos" ; + {- VPB (Pass C.Pl Fem) => -} "odas" + ] + } ; + +lin trasor_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "trasor" ; + {- VI Ger => -} "trasoyendo" ; + {- VI Part => -} "trasodo" ; + {- 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) => -} "trasomos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "trasos" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "trasoyen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "trasoiga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "trasoigas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "trasoiga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "trasoigamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "trasoigis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "trasoigan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "trasoa" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "trasoas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "trasoa" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "trasoamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "trasoais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "trasoan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trasoyera" ; "trasoyese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trasoyeras" ; "trasoyeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trasoyera" ; "trasoyese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trasoyramos" ; "trasoysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trasoyerais" ; "trasoyeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trasoyeran" ; "trasoyesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "traso" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "trasoste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "trasoy" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "trasomos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "trasosteis" ;--# 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) => -} "trasoirs" ;--# 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) => -} "trasoiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "trasoirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "trasoyere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "trasoyeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "trasoyere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "trasoyremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "trasoyereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "trasoyeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "trasoira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "trasoiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "trasoira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "trasoiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "trasoirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "trasoiran" ;--# 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) => -} "trasod" ; + {- VPB (Imper C.Pl C.P3) => -} "trasoigan" ; + {- VPB (Pass C.Sg Masc) => -} "trasodo" ; + {- VPB (Pass C.Sg Fem) => -} "trasoda" ; + {- VPB (Pass C.Pl Masc) => -} "trasodos" ; + {- VPB (Pass C.Pl Fem) => -} "trasodas" + ] + } ; + +lin oler_V = verboV + {s = table (BeschSpa.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) => -} "olis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "huelen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "huela" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "huelas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "huela" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "olamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "olis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "huelan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "ola" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "olas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "ola" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "olamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "olais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "olan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"oliera" ; "oliese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"olieras" ; "olieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"oliera" ; "oliese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"oliramos" ; "olisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"olierais" ; "olieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"olieran" ; "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) => -} "olers" ;--# 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) => -} "oleris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "olern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "oliere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "olieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "oliere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "oliremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "oliereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "olieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "olera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "oleras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "olera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "oleramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "olerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "oleran" ;--# 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 (BeschSpa.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 Subj C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P3) => -} "acaezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Subj 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) => -} "acaeca" ;--# 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) => -} "acaecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"acaeciera" ; "acaeciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acaecieran" ; "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) => -} "acaecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "acaeciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Subj 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) => -} "acaecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "acaeceran" ;--# 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 (BeschSpa.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 Subj C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P3) => -} "acontezca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Subj 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) => -} "aconteca" ;--# 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) => -} "acontecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aconteciera" ; "aconteciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acontecieran" ; "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) => -} "acontecern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "aconteciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Subj 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) => -} "acontecera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "aconteceran" ;--# 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 (BeschSpa.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 Subj C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Subj 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) => -} "aplaca" ;--# 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) => -} "aplacan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Subj 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 Subj C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Subj 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 astreir_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "astreir" ; + {- VI Ger => -} "astriiendo" ; + {- VI Part => -} "astreido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "astrio" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "astries" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "astrie" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "astreimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "astres" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "astrien" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "astria" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "astrias" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "astria" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "astriamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "astriis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "astrian" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "astrea" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "astreas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "astrea" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "astreamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "astreais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "astrean" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"astriera" ; "astriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"astrieras" ; "astrieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"astriera" ; "astriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"astriramos" ; "astrisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"astrierais" ; "astrieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"astrieran" ; "astriesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "astre" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "astreiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "astri" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "astreimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "astreisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "astrieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "astreir" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "astreirs" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "astreir" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "astreiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "astreiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "astreirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "astriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "astrieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "astriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "astriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "astriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "astrieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "astreira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "astreiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "astreira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "astreiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "astreirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "astreiran" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "astrie" ; + {- VPB (Imper C.Sg C.P3) => -} "astria" ; + {- VPB (Imper C.Pl C.P1) => -} "astriamos" ; + {- VPB (Imper C.Pl C.P2) => -} "astreid" ; + {- VPB (Imper C.Pl C.P3) => -} "astrian" ; + {- VPB (Pass C.Sg Masc) => -} "astreido" ; + {- VPB (Pass C.Sg Fem) => -} "astreida" ; + {- VPB (Pass C.Pl Masc) => -} "astreidos" ; + {- VPB (Pass C.Pl Fem) => -} "astreidas" + ] + } ; + +lin ceir_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "ceir" ; + {- VI Ger => -} "ciiendo" ; + {- VI Part => -} "ceido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "cio" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "cies" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "cie" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "ceimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "ces" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "cien" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "cia" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "cias" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "cia" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "ciamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "ciis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "cian" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "cea" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "ceas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "cea" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "ceamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "ceais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "cean" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ciera" ; "ciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"cieras" ; "cieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ciera" ; "ciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ciramos" ; "cisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"cierais" ; "cieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"cieran" ; "ciesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "ce" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "ceiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "ci" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "ceimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "ceisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "cieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "ceir" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "ceirs" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "ceir" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "ceiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "ceiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "ceirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "ciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "cieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "ciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "ciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "ciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "cieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "ceira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "ceiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "ceira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "ceiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "ceirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "ceiran" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "cie" ; + {- VPB (Imper C.Sg C.P3) => -} "cia" ; + {- VPB (Imper C.Pl C.P1) => -} "ciamos" ; + {- VPB (Imper C.Pl C.P2) => -} "ceid" ; + {- VPB (Imper C.Pl C.P3) => -} "cian" ; + {- VPB (Pass C.Sg Masc) => -} "ceido" ; + {- VPB (Pass C.Sg Fem) => -} "ceida" ; + {- VPB (Pass C.Pl Masc) => -} "ceidos" ; + {- VPB (Pass C.Pl Fem) => -} "ceidas" + ] + } ; + +lin competir_V = verboV + {s = table (BeschSpa.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) => -} "compets" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "compiten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "compita" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "compitas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "compita" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "compitamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "compitis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "compitan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "competa" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "competas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "competa" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "competamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "competais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "competan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"compitiera" ; "compitiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"compitieras" ; "compitieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"compitiera" ; "compitiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"compitiramos" ; "compitisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"compitierais" ; "compitieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"compitieran" ; "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) => -} "competirs" ;--# 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) => -} "competiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "competirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "compitiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "compitieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "compitiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "compitiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "compitiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "compitieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "competira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "competiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "competira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "competiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "competirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "competiran" ;--# 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 (BeschSpa.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) => -} "concebs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "conciben" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "conciba" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "concibas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "conciba" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "concibamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "concibis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "conciban" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "conceba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "concebas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "conceba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "concebamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "concebais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "conceban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"concibiera" ; "concibiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"concibieras" ; "concibieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"concibiera" ; "concibiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"concibiramos" ; "concibisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"concibierais" ; "concibieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"concibieran" ; "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) => -} "concebirs" ;--# 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) => -} "concebiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "concebirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "concibiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "concibieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "concibiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "concibiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "concibiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "concibieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "concebira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "concebiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "concebira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "concebiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "concebirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "concebiran" ;--# 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 constreir_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "constreir" ; + {- VI Ger => -} "constriiendo" ; + {- VI Part => -} "constreido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "constrio" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "constries" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "constrie" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "constreimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "constres" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "constrien" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "constria" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "constrias" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "constria" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "constriamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "constriis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "constrian" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "constrea" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "constreas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "constrea" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "constreamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "constreais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "constrean" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"constriera" ; "constriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"constrieras" ; "constrieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"constriera" ; "constriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"constriramos" ; "constrisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"constrierais" ; "constrieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"constrieran" ; "constriesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "constre" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "constreiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "constri" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "constreimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "constreisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "constrieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "constreir" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "constreirs" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "constreir" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "constreiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "constreiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "constreirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "constriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "constrieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "constriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "constriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "constriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "constrieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "constreira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "constreiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "constreira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "constreiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "constreirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "constreiran" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "constrie" ; + {- VPB (Imper C.Sg C.P3) => -} "constria" ; + {- VPB (Imper C.Pl C.P1) => -} "constriamos" ; + {- VPB (Imper C.Pl C.P2) => -} "constreid" ; + {- VPB (Imper C.Pl C.P3) => -} "constrian" ; + {- VPB (Pass C.Sg Masc) => -} "constreido" ; + {- VPB (Pass C.Sg Fem) => -} "constreida" ; + {- VPB (Pass C.Pl Masc) => -} "constreidos" ; + {- VPB (Pass C.Pl Fem) => -} "constreidas" + ] + } ; + +lin derretir_V = verboV + {s = table (BeschSpa.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) => -} "derrets" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "derriten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "derrita" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "derritas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "derrita" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "derritamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "derritis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "derritan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "derreta" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "derretas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "derreta" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "derretamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "derretais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "derretan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"derritiera" ; "derritiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"derritieras" ; "derritieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"derritiera" ; "derritiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"derritiramos" ; "derritisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"derritierais" ; "derritieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"derritieran" ; "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) => -} "derretirs" ;--# 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) => -} "derretiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "derretirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "derritiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "derritieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "derritiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "derritiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "derritiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "derritieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "derretira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "derretiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "derretira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "derretiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "derretirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "derretiran" ;--# 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 desceir_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "desceir" ; + {- VI Ger => -} "desciiendo" ; + {- VI Part => -} "desceido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "descio" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "descies" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "descie" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desceimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desces" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "descien" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "descia" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "descias" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "descia" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desciamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desciis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "descian" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "descea" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desceas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "descea" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desceamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desceais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "descean" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desciera" ; "desciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descieras" ; "descieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desciera" ; "desciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desciramos" ; "descisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descierais" ; "descieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descieran" ; "desciesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desce" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desceiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desci" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desceimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desceisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "descieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desceir" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desceirs" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desceir" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desceiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desceiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desceirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "descieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "descieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desceira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desceiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desceira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desceiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desceirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desceiran" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "descie" ; + {- VPB (Imper C.Sg C.P3) => -} "descia" ; + {- VPB (Imper C.Pl C.P1) => -} "desciamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desceid" ; + {- VPB (Imper C.Pl C.P3) => -} "descian" ; + {- VPB (Pass C.Sg Masc) => -} "desceido" ; + {- VPB (Pass C.Sg Fem) => -} "desceida" ; + {- VPB (Pass C.Pl Masc) => -} "desceidos" ; + {- VPB (Pass C.Pl Fem) => -} "desceidas" + ] + } ; + +lin deservir_V = verboV + {s = table (BeschSpa.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) => -} "deservs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desirven" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desirva" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desirvas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desirva" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desirvamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desirvis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desirvan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "deserva" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "deservas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "deserva" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "deservamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "deservais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "deservan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desirviera" ; "desirviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desirvieras" ; "desirvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desirviera" ; "desirviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desirviramos" ; "desirvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desirvierais" ; "desirvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desirvieran" ; "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) => -} "deservirs" ;--# 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) => -} "deserviris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "deservirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desirviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desirvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desirviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desirviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desirviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desirvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "deservira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "deserviras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "deservira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "deserviramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "deservirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "deserviran" ;--# 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 (BeschSpa.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) => -} "despeds" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "despiden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "despida" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "despidas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "despida" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "despidamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "despidis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "despidan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "despeda" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "despedas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "despeda" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "despedamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "despedais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "despedan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"despidiera" ; "despidiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"despidieras" ; "despidieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"despidiera" ; "despidiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"despidiramos" ; "despidisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"despidierais" ; "despidieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"despidieran" ; "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) => -} "despedirs" ;--# 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) => -} "despediris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "despedirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "despidiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "despidieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "despidiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "despidiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "despidiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "despidieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "despedira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "despediras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "despedira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "despediramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "despedirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "despediran" ;--# 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 desteir_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "desteir" ; + {- VI Ger => -} "destiiendo" ; + {- VI Part => -} "desteido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "destio" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desties" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "destie" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "desteimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "destes" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "destien" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "destia" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "destias" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "destia" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "destiamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "destiis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "destian" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "destea" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desteas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "destea" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desteamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desteais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "destean" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"destiera" ; "destiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"destieras" ; "destieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"destiera" ; "destiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"destiramos" ; "destisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"destierais" ; "destieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"destieran" ; "destiesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "deste" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desteiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desti" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "desteimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "desteisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "destieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "desteir" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "desteirs" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "desteir" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "desteiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "desteiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desteirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "destiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "destieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "destiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "destiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "destiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "destieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desteira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desteiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desteira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desteiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desteirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desteiran" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "destie" ; + {- VPB (Imper C.Sg C.P3) => -} "destia" ; + {- VPB (Imper C.Pl C.P1) => -} "destiamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desteid" ; + {- VPB (Imper C.Pl C.P3) => -} "destian" ; + {- VPB (Pass C.Sg Masc) => -} "desteido" ; + {- VPB (Pass C.Sg Fem) => -} "desteida" ; + {- VPB (Pass C.Pl Masc) => -} "desteidos" ; + {- VPB (Pass C.Pl Fem) => -} "desteidas" + ] + } ; + +lin desvestir_V = verboV + {s = table (BeschSpa.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) => -} "desvests" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desvisten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desvista" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desvistas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desvista" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desvistamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desvistis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desvistan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desvesta" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desvestas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desvesta" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desvestamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desvestais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desvestan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desvistiera" ; "desvistiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desvistieras" ; "desvistieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desvistiera" ; "desvistiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desvistiramos" ; "desvistisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desvistierais" ; "desvistieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desvistieran" ; "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) => -} "desvestirs" ;--# 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) => -} "desvestiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desvestirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desvistiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desvistieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desvistiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desvistiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desvistiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desvistieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desvestira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desvestiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desvestira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desvestiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desvestirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desvestiran" ;--# 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 (BeschSpa.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) => -} "embests" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "embisten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "embista" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "embistas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "embista" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "embistamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "embistis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "embistan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "embesta" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "embestas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "embesta" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "embestamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "embestais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "embestan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"embistiera" ; "embistiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"embistieras" ; "embistieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"embistiera" ; "embistiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"embistiramos" ; "embistisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"embistierais" ; "embistieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"embistieran" ; "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) => -} "embestirs" ;--# 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) => -} "embestiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "embestirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "embistiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "embistieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "embistiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "embistiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "embistiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "embistieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "embestira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "embestiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "embestira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "embestiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "embestirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "embestiran" ;--# 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 (BeschSpa.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) => -} "envests" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "envisten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "envista" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "envistas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "envista" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "envistamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "envistis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "envistan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "envesta" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "envestas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "envesta" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "envestamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "envestais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "envestan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"envistiera" ; "envistiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"envistieras" ; "envistieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"envistiera" ; "envistiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"envistiramos" ; "envistisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"envistierais" ; "envistieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"envistieran" ; "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) => -} "envestirs" ;--# 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) => -} "envestiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "envestirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "envistiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "envistieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "envistiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "envistiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "envistiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "envistieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "envestira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "envestiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "envestira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "envestiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "envestirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "envestiran" ;--# 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 estreir_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "estreir" ; + {- VI Ger => -} "estriiendo" ; + {- VI Part => -} "estreido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "estrio" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "estries" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "estrie" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "estreimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "estres" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "estrien" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "estria" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "estrias" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "estria" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "estriamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "estriis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "estrian" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "estrea" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "estreas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "estrea" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "estreamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "estreais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "estrean" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"estriera" ; "estriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"estrieras" ; "estrieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"estriera" ; "estriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"estriramos" ; "estrisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"estrierais" ; "estrieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"estrieran" ; "estriesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "estre" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "estreiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "estri" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "estreimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "estreisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "estrieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "estreir" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "estreirs" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "estreir" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "estreiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "estreiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "estreirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "estriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "estrieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "estriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "estriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "estriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "estrieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "estreira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "estreiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "estreira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "estreiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "estreirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "estreiran" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "estrie" ; + {- VPB (Imper C.Sg C.P3) => -} "estria" ; + {- VPB (Imper C.Pl C.P1) => -} "estriamos" ; + {- VPB (Imper C.Pl C.P2) => -} "estreid" ; + {- VPB (Imper C.Pl C.P3) => -} "estrian" ; + {- VPB (Pass C.Sg Masc) => -} "estreido" ; + {- VPB (Pass C.Sg Fem) => -} "estreida" ; + {- VPB (Pass C.Pl Masc) => -} "estreidos" ; + {- VPB (Pass C.Pl Fem) => -} "estreidas" + ] + } ; + +lin expedir_V = verboV + {s = table (BeschSpa.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) => -} "expeds" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "expiden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "expida" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "expidas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "expida" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "expidamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "expidis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "expidan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "expeda" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "expedas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "expeda" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "expedamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "expedais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "expedan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"expidiera" ; "expidiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"expidieras" ; "expidieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"expidiera" ; "expidiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"expidiramos" ; "expidisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"expidierais" ; "expidieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"expidieran" ; "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) => -} "expedirs" ;--# 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) => -} "expediris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "expedirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "expidiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "expidieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "expidiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "expidiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "expidiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "expidieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "expedira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "expediras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "expedira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "expediramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "expedirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "expediran" ;--# 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 (BeschSpa.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) => -} "gems" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "gimen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "gima" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "gimas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "gima" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "gimamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "gimis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "giman" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "gema" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "gemas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "gema" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "gemamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "gemais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "geman" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"gimiera" ; "gimiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"gimieras" ; "gimieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"gimiera" ; "gimiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"gimiramos" ; "gimisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"gimierais" ; "gimieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"gimieran" ; "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) => -} "gemirs" ;--# 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) => -} "gemiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "gemirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "gimiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "gimieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "gimiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "gimiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "gimiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "gimieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "gemira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "gemiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "gemira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "gemiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "gemirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "gemiran" ;--# 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 (BeschSpa.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) => -} "gerns" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "girnen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "girna" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "girnas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "girna" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "girnamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "girnis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "girnan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "gerna" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "gernas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "gerna" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "gernamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "gernais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "gernan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"girniera" ; "girniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"girnieras" ; "girnieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"girniera" ; "girniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"girniramos" ; "girnisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"girnierais" ; "girnieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"girnieran" ; "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) => -} "gernirs" ;--# 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) => -} "gerniris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "gernirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "girniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "girnieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "girniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "girniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "girniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "girnieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "gernira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "gerniras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "gernira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "gerniramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "gernirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "gerniran" ;--# 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 (BeschSpa.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) => -} "henchs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "hinchen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "hincha" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "hinchas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "hincha" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "hinchamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "hinchis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "hinchan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "hencha" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "henchas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "hencha" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "henchamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "henchais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "henchan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"hinchiera" ; "hinchiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"hinchieras" ; "hinchieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"hinchiera" ; "hinchiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"hinchiramos" ; "hinchisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"hinchierais" ; "hinchieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"hinchieran" ; "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) => -} "henchirs" ;--# 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) => -} "henchiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "henchirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "hinchiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "hinchieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "hinchiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "hinchiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "hinchiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "hinchieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "henchira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "henchiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "henchira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "henchiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "henchirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "henchiran" ;--# 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 heir_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "heir" ; + {- VI Ger => -} "hiiendo" ; + {- VI Part => -} "heido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "hio" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "hies" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "hie" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "heimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "hes" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "hien" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "hia" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "hias" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "hia" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "hiamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "hiis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "hian" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "hea" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "heas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "hea" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "heamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "heais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "hean" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"hiera" ; "hiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"hieras" ; "hieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"hiera" ; "hiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"hiramos" ; "hisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"hierais" ; "hieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"hieran" ; "hiesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "he" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "heiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "hi" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "heimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "heisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "hieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "heir" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "heirs" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "heir" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "heiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "heiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "heirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "hiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "hieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "hiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "hiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "hiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "hieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "heira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "heiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "heira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "heiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "heirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "heiran" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "hie" ; + {- VPB (Imper C.Sg C.P3) => -} "hia" ; + {- VPB (Imper C.Pl C.P1) => -} "hiamos" ; + {- VPB (Imper C.Pl C.P2) => -} "heid" ; + {- VPB (Imper C.Pl C.P3) => -} "hian" ; + {- VPB (Pass C.Sg Masc) => -} "heido" ; + {- VPB (Pass C.Sg Fem) => -} "heida" ; + {- VPB (Pass C.Pl Masc) => -} "heidos" ; + {- VPB (Pass C.Pl Fem) => -} "heidas" + ] + } ; + +lin impedir_V = verboV + {s = table (BeschSpa.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) => -} "impeds" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "impiden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "impida" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "impidas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "impida" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "impidamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "impidis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "impidan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "impeda" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "impedas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "impeda" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "impedamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "impedais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "impedan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"impidiera" ; "impidiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"impidieras" ; "impidieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"impidiera" ; "impidiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"impidiramos" ; "impidisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"impidierais" ; "impidieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"impidieran" ; "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) => -} "impedirs" ;--# 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) => -} "impediris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "impedirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "impidiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "impidieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "impidiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "impidiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "impidiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "impidieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "impedira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "impediras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "impedira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "impediramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "impedirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "impediran" ;--# 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 (BeschSpa.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) => -} "invests" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "invisten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "invista" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "invistas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "invista" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "invistamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "invistis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "invistan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "investa" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "investas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "investa" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "investamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "investais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "investan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"invistiera" ; "invistiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"invistieras" ; "invistieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"invistiera" ; "invistiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"invistiramos" ; "invistisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"invistierais" ; "invistieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"invistieran" ; "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) => -} "investirs" ;--# 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) => -} "investiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "investirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "invistiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "invistieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "invistiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "invistiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "invistiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "invistieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "investira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "investiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "investira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "investiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "investirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "investiran" ;--# 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 (BeschSpa.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) => -} "meds" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "miden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "mida" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "midas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "mida" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "midamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "midis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "midan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "meda" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "medas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "meda" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "medamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "medais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "medan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"midiera" ; "midiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"midieras" ; "midieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"midiera" ; "midiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"midiramos" ; "midisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"midierais" ; "midieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"midieran" ; "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) => -} "medirs" ;--# 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) => -} "mediris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "medirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "midiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "midieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "midiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "midiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "midiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "midieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "medira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "mediras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "medira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "mediramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "medirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "mediran" ;--# 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 (BeschSpa.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) => -} "peds" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "piden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "pida" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "pidas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "pida" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "pidamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "pidis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "pidan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "peda" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "pedas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "peda" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "pedamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "pedais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "pedan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"pidiera" ; "pidiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"pidieras" ; "pidieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"pidiera" ; "pidiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"pidiramos" ; "pidisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"pidierais" ; "pidieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"pidieran" ; "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) => -} "pedirs" ;--# 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) => -} "pediris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "pedirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "pidiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "pidieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "pidiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "pidiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "pidiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "pidieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "pedira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "pediras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "pedira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "pediramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "pedirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "pediran" ;--# 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 (BeschSpa.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) => -} "preconcebs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "preconciben" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "preconciba" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "preconcibas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "preconciba" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "preconcibamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "preconcibis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "preconciban" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "preconceba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "preconcebas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "preconceba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "preconcebamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "preconcebais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "preconceban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"preconcibiera" ; "preconcibiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"preconcibieras" ; "preconcibieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"preconcibiera" ; "preconcibiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"preconcibiramos" ; "preconcibisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"preconcibierais" ; "preconcibieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"preconcibieran" ; "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) => -} "preconcebirs" ;--# 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) => -} "preconcebiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "preconcebirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "preconcibiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "preconcibieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "preconcibiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "preconcibiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "preconcibiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "preconcibieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "preconcebira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "preconcebiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "preconcebira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "preconcebiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "preconcebirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "preconcebiran" ;--# 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 receir_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "receir" ; + {- VI Ger => -} "reciiendo" ; + {- VI Part => -} "receido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "recio" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "recies" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "recie" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "receimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "reces" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "recien" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "recia" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "recias" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "recia" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reciamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reciis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "recian" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "recea" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "receas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "recea" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "receamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "receais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "recean" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reciera" ; "reciese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recieras" ; "recieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reciera" ; "reciese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reciramos" ; "recisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recierais" ; "recieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recieran" ; "reciesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "rece" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "receiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "reci" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "receimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "receisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "recieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "receir" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "receirs" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "receir" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "receiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "receiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "receirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reciere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "recieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reciere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reciremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reciereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "recieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "receira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "receiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "receira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "receiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "receirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "receiran" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "recie" ; + {- VPB (Imper C.Sg C.P3) => -} "recia" ; + {- VPB (Imper C.Pl C.P1) => -} "reciamos" ; + {- VPB (Imper C.Pl C.P2) => -} "receid" ; + {- VPB (Imper C.Pl C.P3) => -} "recian" ; + {- VPB (Pass C.Sg Masc) => -} "receido" ; + {- VPB (Pass C.Sg Fem) => -} "receida" ; + {- VPB (Pass C.Pl Masc) => -} "receidos" ; + {- VPB (Pass C.Pl Fem) => -} "receidas" + ] + } ; + +lin reexpedir_V = verboV + {s = table (BeschSpa.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) => -} "reexpeds" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reexpiden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reexpida" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reexpidas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reexpida" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reexpidamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reexpidis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "reexpidan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reexpeda" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reexpedas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reexpeda" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reexpedamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reexpedais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reexpedan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reexpidiera" ; "reexpidiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reexpidieras" ; "reexpidieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reexpidiera" ; "reexpidiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reexpidiramos" ; "reexpidisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reexpidierais" ; "reexpidieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reexpidieran" ; "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) => -} "reexpedirs" ;--# 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) => -} "reexpediris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reexpedirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reexpidiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "reexpidieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reexpidiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reexpidiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reexpidiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "reexpidieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reexpedira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reexpediras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reexpedira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reexpediramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reexpedirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reexpediran" ;--# 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 (BeschSpa.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) => -} "rehenchs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "rehinchen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "rehincha" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "rehinchas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "rehincha" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "rehinchamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "rehinchis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "rehinchan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "rehencha" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "rehenchas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "rehencha" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "rehenchamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "rehenchais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "rehenchan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rehinchiera" ; "rehinchiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rehinchieras" ; "rehinchieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rehinchiera" ; "rehinchiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rehinchiramos" ; "rehinchisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rehinchierais" ; "rehinchieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rehinchieran" ; "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) => -} "rehenchirs" ;--# 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) => -} "rehenchiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "rehenchirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "rehinchiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "rehinchieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "rehinchiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "rehinchiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "rehinchiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "rehinchieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "rehenchira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "rehenchiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "rehenchira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "rehenchiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "rehenchirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "rehenchiran" ;--# 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 (BeschSpa.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) => -} "remeds" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "remiden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "remida" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "remidas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "remida" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "remidamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "remidis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "remidan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "remeda" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "remedas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "remeda" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "remedamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "remedais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "remedan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"remidiera" ; "remidiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"remidieras" ; "remidieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"remidiera" ; "remidiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"remidiramos" ; "remidisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"remidierais" ; "remidieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"remidieran" ; "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) => -} "remedirs" ;--# 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) => -} "remediris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "remedirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "remidiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "remidieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "remidiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "remidiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "remidiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "remidieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "remedira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "remediras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "remedira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "remediramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "remedirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "remediran" ;--# 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 (BeschSpa.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) => -} "rends" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "rinden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "rinda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "rindas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "rinda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "rindamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "rindis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "rindan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "renda" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "rendas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "renda" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "rendamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "rendais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "rendan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rindiera" ; "rindiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rindieras" ; "rindieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rindiera" ; "rindiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rindiramos" ; "rindisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rindierais" ; "rindieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rindieran" ; "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) => -} "rendirs" ;--# 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) => -} "rendiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "rendirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "rindiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "rindieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "rindiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "rindiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "rindiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "rindieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "rendira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "rendiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "rendira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "rendiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "rendirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "rendiran" ;--# 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 reir_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "reir" ; + {- VI Ger => -} "riiendo" ; + {- VI Part => -} "reido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "rio" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "ries" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "rie" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "reimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "res" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "rien" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ria" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "rias" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ria" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "riamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "riis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "rian" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "rea" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "rea" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "rean" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"riera" ; "riese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rieras" ; "rieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"riera" ; "riese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"riramos" ; "risemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rierais" ; "rieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rieran" ; "riesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "re" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "reiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "ri" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "reimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "reisteis" ;--# 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) => -} "reirs" ;--# 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) => -} "reiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "riere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "rieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "riere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "riremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "riereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "rieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reiran" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "rie" ; + {- VPB (Imper C.Sg C.P3) => -} "ria" ; + {- VPB (Imper C.Pl C.P1) => -} "riamos" ; + {- VPB (Imper C.Pl C.P2) => -} "reid" ; + {- VPB (Imper C.Pl C.P3) => -} "rian" ; + {- VPB (Pass C.Sg Masc) => -} "reido" ; + {- VPB (Pass C.Sg Fem) => -} "reida" ; + {- VPB (Pass C.Pl Masc) => -} "reidos" ; + {- VPB (Pass C.Pl Fem) => -} "reidas" + ] + } ; + +lin repetir_V = verboV + {s = table (BeschSpa.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) => -} "repets" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "repiten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "repita" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "repitas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "repita" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "repitamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "repitis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "repitan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "repeta" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "repetas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "repeta" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "repetamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "repetais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "repetan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"repitiera" ; "repitiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"repitieras" ; "repitieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"repitiera" ; "repitiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"repitiramos" ; "repitisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"repitierais" ; "repitieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"repitieran" ; "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) => -} "repetirs" ;--# 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) => -} "repetiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "repetirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "repitiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "repitieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "repitiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "repitiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "repitiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "repitieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "repetira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "repetiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "repetira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "repetiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "repetirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "repetiran" ;--# 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 reteir_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "reteir" ; + {- VI Ger => -} "retiiendo" ; + {- VI Part => -} "reteido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "retio" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "reties" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "retie" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "reteimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "retes" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "retien" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "retia" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "retias" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "retia" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "retiamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "retiis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "retian" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "retea" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reteas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "retea" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reteamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reteais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "retean" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retiera" ; "retiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retieras" ; "retieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retiera" ; "retiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retiramos" ; "retisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retierais" ; "retieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retieran" ; "retiesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "rete" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "reteiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "reti" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "reteimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "reteisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "retieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "reteir" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "reteirs" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "reteir" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "reteiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "reteiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reteirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "retiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "retieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "retiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "retiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "retiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "retieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reteira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reteiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reteira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reteiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reteirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reteiran" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "retie" ; + {- VPB (Imper C.Sg C.P3) => -} "retia" ; + {- VPB (Imper C.Pl C.P1) => -} "retiamos" ; + {- VPB (Imper C.Pl C.P2) => -} "reteid" ; + {- VPB (Imper C.Pl C.P3) => -} "retian" ; + {- VPB (Pass C.Sg Masc) => -} "reteido" ; + {- VPB (Pass C.Sg Fem) => -} "reteida" ; + {- VPB (Pass C.Pl Masc) => -} "reteidos" ; + {- VPB (Pass C.Pl Fem) => -} "reteidas" + ] + } ; + +lin revestir_V = verboV + {s = table (BeschSpa.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) => -} "revests" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "revisten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "revista" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "revistas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "revista" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "revistamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "revistis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "revistan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "revesta" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "revestas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "revesta" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "revestamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "revestais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "revestan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"revistiera" ; "revistiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"revistieras" ; "revistieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"revistiera" ; "revistiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"revistiramos" ; "revistisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"revistierais" ; "revistieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"revistieran" ; "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) => -} "revestirs" ;--# 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) => -} "revestiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "revestirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "revistiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "revistieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "revistiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "revistiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "revistiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "revistieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "revestira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "revestiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "revestira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "revestiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "revestirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "revestiran" ;--# 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 (BeschSpa.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) => -} "servs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sirven" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sirva" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sirvas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sirva" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sirvamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sirvis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sirvan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "serva" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "servas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "serva" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "servamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "servais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "servan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sirviera" ; "sirviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sirvieras" ; "sirvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sirviera" ; "sirviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sirviramos" ; "sirvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sirvierais" ; "sirvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sirvieran" ; "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) => -} "servirs" ;--# 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) => -} "serviris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "servirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sirviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sirvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sirviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sirviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sirviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sirvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "servira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "serviras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "servira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "serviramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "servirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "serviran" ;--# 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 (BeschSpa.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) => -} "sobrevests" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sobrevisten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sobrevista" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sobrevistas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sobrevista" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sobrevistamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sobrevistis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sobrevistan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sobrevesta" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sobrevestas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sobrevesta" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sobrevestamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sobrevestais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sobrevestan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobrevistiera" ; "sobrevistiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobrevistieras" ; "sobrevistieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobrevistiera" ; "sobrevistiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobrevistiramos" ; "sobrevistisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobrevistierais" ; "sobrevistieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobrevistieran" ; "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) => -} "sobrevestirs" ;--# 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) => -} "sobrevestiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sobrevestirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sobrevistiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sobrevistieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sobrevistiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sobrevistiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sobrevistiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sobrevistieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sobrevestira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sobrevestiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sobrevestira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sobrevestiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sobrevestirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sobrevestiran" ;--# 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 teir_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "teir" ; + {- VI Ger => -} "tiiendo" ; + {- VI Part => -} "teido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "tio" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "ties" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "tie" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "teimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "tes" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "tien" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "tia" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "tias" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "tia" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "tiamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "tiis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "tian" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "tea" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "teas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "tea" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "teamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "teais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "tean" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tiera" ; "tiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tieras" ; "tieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tiera" ; "tiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tiramos" ; "tisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tierais" ; "tieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tieran" ; "tiesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "te" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "teiste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "ti" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "teimos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "teisteis" ;--# notpresent + {- VPB (Pret C.Pl C.P3) => -} "tieron" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P1) => -} "teir" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P2) => -} "teirs" ;--# notpresent + {- VPB (Fut Ind C.Sg C.P3) => -} "teir" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P1) => -} "teiremos" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P2) => -} "teiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "teirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "tiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "tieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "tiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "tiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "tiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "tieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "teira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "teiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "teira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "teiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "teirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "teiran" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "tie" ; + {- VPB (Imper C.Sg C.P3) => -} "tia" ; + {- VPB (Imper C.Pl C.P1) => -} "tiamos" ; + {- VPB (Imper C.Pl C.P2) => -} "teid" ; + {- VPB (Imper C.Pl C.P3) => -} "tian" ; + {- VPB (Pass C.Sg Masc) => -} "teido" ; + {- VPB (Pass C.Sg Fem) => -} "teida" ; + {- VPB (Pass C.Pl Masc) => -} "teidos" ; + {- VPB (Pass C.Pl Fem) => -} "teidas" + ] + } ; + +lin travestir_V = verboV + {s = table (BeschSpa.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) => -} "travests" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "travisten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "travista" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "travistas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "travista" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "travistamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "travistis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "travistan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "travesta" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "travestas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "travesta" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "travestamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "travestais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "travestan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"travistiera" ; "travistiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"travistieras" ; "travistieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"travistiera" ; "travistiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"travistiramos" ; "travistisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"travistierais" ; "travistieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"travistieran" ; "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) => -} "travestirs" ;--# 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) => -} "travestiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "travestirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "travistiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "travistieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "travistiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "travistiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "travistiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "travistieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "travestira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "travestiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "travestira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "travestiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "travestirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "travestiran" ;--# 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 (BeschSpa.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) => -} "vests" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "visten" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "vista" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "vistas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "vista" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "vistamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "vistis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "vistan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "vesta" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "vestas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "vesta" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "vestamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "vestais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "vestan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"vistiera" ; "vistiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"vistieras" ; "vistieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"vistiera" ; "vistiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"vistiramos" ; "vistisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"vistierais" ; "vistieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"vistieran" ; "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) => -} "vestirs" ;--# 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) => -} "vestiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "vestirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "vistiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "vistieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "vistiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "vistiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "vistiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "vistieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "vestira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "vestiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "vestira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "vestiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "vestirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "vestiran" ;--# 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 (BeschSpa.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) => -} "acomeds" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "acomiden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "acomida" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "acomidas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "acomida" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "acomidamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "acomidis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "acomidan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "acomeda" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "acomedas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "acomeda" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "acomedamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "acomedais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "acomedan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"acomidiera" ; "acomidiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"acomidieras" ; "acomidieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"acomidiera" ; "acomidiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"acomidiramos" ; "acomidisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"acomidierais" ; "acomidieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acomidieran" ; "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) => -} "acomedirs" ;--# 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) => -} "acomediris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "acomedirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "acomidiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "acomidieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "acomidiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "acomidiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "acomidiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "acomidieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "acomedira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "acomediras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "acomedira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "acomediramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "acomedirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "acomediran" ;--# 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 (BeschSpa.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) => -} "comeds" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "comiden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "comida" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "comidas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "comida" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "comidamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "comidis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "comidan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "comeda" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "comedas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "comeda" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "comedamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "comedais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "comedan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"comidiera" ; "comidiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"comidieras" ; "comidieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"comidiera" ; "comidiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"comidiramos" ; "comidisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"comidierais" ; "comidieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"comidieran" ; "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) => -} "comedirs" ;--# 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) => -} "comediris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "comedirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "comidiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "comidieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "comidiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "comidiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "comidiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "comidieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "comedira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "comediras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "comedira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "comediramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "comedirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "comediran" ;--# 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 (BeschSpa.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) => -} "descomeds" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "descomiden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "descomida" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "descomidas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "descomida" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "descomidamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "descomidis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "descomidan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "descomeda" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "descomedas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "descomeda" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "descomedamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "descomedais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "descomedan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descomidiera" ; "descomidiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descomidieras" ; "descomidieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descomidiera" ; "descomidiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descomidiramos" ; "descomidisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descomidierais" ; "descomidieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descomidieran" ; "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) => -} "descomedirs" ;--# 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) => -} "descomediris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "descomedirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "descomidiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "descomidieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "descomidiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "descomidiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "descomidiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "descomidieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "descomedira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "descomediras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "descomedira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "descomediramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "descomedirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "descomediran" ;--# 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 (BeschSpa.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) => -} "desmeds" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desmiden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desmida" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desmidas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desmida" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desmidamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desmidis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desmidan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desmeda" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desmedas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desmeda" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desmedamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desmedais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desmedan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desmidiera" ; "desmidiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desmidieras" ; "desmidieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desmidiera" ; "desmidiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desmidiramos" ; "desmidisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desmidierais" ; "desmidieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desmidieran" ; "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) => -} "desmedirs" ;--# 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) => -} "desmediris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desmedirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desmidiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desmidieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desmidiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desmidiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desmidiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desmidieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desmedira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desmediras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desmedira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desmediramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desmedirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desmediran" ;--# 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 (BeschSpa.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 Subj C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Subj 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 Subj C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Subj 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 Subj C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Subj 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 (BeschSpa.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) => -} "podis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "pueden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "pueda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "puedas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "pueda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "podamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "podis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "puedan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "poda" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "podas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "poda" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "podamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "podais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "podan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"pudiera" ; "pudiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"pudieras" ; "pudieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"pudiera" ; "pudiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"pudiramos" ; "pudisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"pudierais" ; "pudieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"pudieran" ; "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) => -} "podrs" ;--# 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) => -} "podris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "podrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "pudiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "pudieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "pudiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "pudiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "pudiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "pudieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "podra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "podras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "podra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "podramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "podrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "podran" ;--# 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 (BeschSpa.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) => -} "bienqueris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "bienquieren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "bienquiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "bienquieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "bienquiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "bienqueramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "bienqueris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "bienquieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "bienquera" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "bienqueras" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "bienquera" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "bienqueramos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "bienquerais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "bienqueran" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"bienquisiera" ; "bienquisiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"bienquisieras" ; "bienquisieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"bienquisiera" ; "bienquisiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"bienquisiramos" ; "bienquisisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"bienquisierais" ; "bienquisieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"bienquisieran" ; "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) => -} "bienquerrs" ;--# 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) => -} "bienquerris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "bienquerrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "bienquisiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "bienquisieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "bienquisiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "bienquisiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "bienquisiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "bienquisieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "bienquerra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "bienquerras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "bienquerra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "bienquerramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "bienquerrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "bienquerran" ;--# 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 (BeschSpa.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) => -} "desqueris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desquieren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desquiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desquieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desquiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desqueramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desqueris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desquieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desquera" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desqueras" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desquera" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desqueramos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desquerais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desqueran" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desquisiera" ; "desquisiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desquisieras" ; "desquisieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desquisiera" ; "desquisiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desquisiramos" ; "desquisisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desquisierais" ; "desquisieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desquisieran" ; "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) => -} "desquerrs" ;--# 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) => -} "desquerris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desquerrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desquisiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desquisieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desquisiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desquisiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desquisiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desquisieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desquerra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desquerras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desquerra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desquerramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desquerrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desquerran" ;--# 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 (BeschSpa.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) => -} "malqueris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "malquieren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "malquiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "malquieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "malquiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "malqueramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "malqueris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "malquieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "malquera" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "malqueras" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "malquera" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "malqueramos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "malquerais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "malqueran" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"malquisiera" ; "malquisiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"malquisieras" ; "malquisieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"malquisiera" ; "malquisiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"malquisiramos" ; "malquisisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"malquisierais" ; "malquisieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"malquisieran" ; "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) => -} "malquerrs" ;--# 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) => -} "malquerris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "malquerrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "malquisiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "malquisieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "malquisiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "malquisiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "malquisiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "malquisieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "malquerra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "malquerras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "malquerra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "malquerramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "malquerrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "malquerran" ;--# 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 (BeschSpa.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) => -} "queris" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "quieren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "quiera" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "quieras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "quiera" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "queramos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "queris" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "quieran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "quera" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "queras" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "quera" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "queramos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "querais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "queran" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"quisiera" ; "quisiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"quisieras" ; "quisieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"quisiera" ; "quisiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"quisiramos" ; "quisisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"quisierais" ; "quisieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"quisieran" ; "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) => -} "querrs" ;--# 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) => -} "querris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "querrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "quisiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "quisieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "quisiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "quisiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "quisiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "quisieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "querra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "querras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "querra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "querramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "querrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "querran" ;--# 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 (BeschSpa.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) => -} "antedecs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "antedicen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "antediga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "antedigas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "antediga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "antedigamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "antedigis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "antedigan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "antedeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "antedecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "antedeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "antedecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "antedecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "antedecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"antedijera" ; "antedijese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"antedijeras" ; "antedijeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"antedijera" ; "antedijese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"antedijramos" ; "antedijsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"antedijerais" ; "antedijeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"antedijeran" ; "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) => -} "antedecirs" ;--# 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) => -} "antedeciris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "antedecirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "antedijere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "antedijeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "antedijere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "antedijremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "antedijereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "antedijeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "antedecira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "antedeciras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "antedecira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "antedeciramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "antedecirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "antedeciran" ;--# 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 (BeschSpa.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) => -} "bendecs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "bendicen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "bendiga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "bendigas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "bendiga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "bendigamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "bendigis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "bendigan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "bendeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "bendecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "bendeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "bendecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "bendecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "bendecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"bendijera" ; "bendijese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"bendijeras" ; "bendijeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"bendijera" ; "bendijese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"bendijramos" ; "bendijsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"bendijerais" ; "bendijeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"bendijeran" ; "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) => -} "bendecirs" ;--# 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) => -} "bendeciris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "bendecirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "bendijere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "bendijeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "bendijere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "bendijremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "bendijereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "bendijeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "bendecira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "bendeciras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "bendecira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "bendeciramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "bendecirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "bendeciran" ;--# 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 (BeschSpa.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) => -} "contradecs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "contradicen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "contradiga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "contradigas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "contradiga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "contradigamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "contradigis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "contradigan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "contradeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "contradecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "contradeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "contradecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "contradecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "contradecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"contradijera" ; "contradijese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"contradijeras" ; "contradijeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"contradijera" ; "contradijese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"contradijramos" ; "contradijsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"contradijerais" ; "contradijeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"contradijeran" ; "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) => -} "contradecirs" ;--# 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) => -} "contradeciris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "contradecirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "contradijere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "contradijeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "contradijere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "contradijremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "contradijereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "contradijeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "contradecira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "contradeciras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "contradecira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "contradeciramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "contradecirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "contradeciran" ;--# 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 (BeschSpa.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) => -} "desdecs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "desdicen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desdiga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "desdigas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desdiga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desdigamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desdigis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "desdigan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "desdeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desdecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "desdeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desdecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desdecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "desdecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desdijera" ; "desdijese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desdijeras" ; "desdijeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desdijera" ; "desdijese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desdijramos" ; "desdijsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desdijerais" ; "desdijeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desdijeran" ; "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) => -} "desdecirs" ;--# 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) => -} "desdeciris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desdecirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desdijere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "desdijeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desdijere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desdijremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desdijereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "desdijeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desdecira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desdeciras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desdecira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desdeciramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desdecirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desdeciran" ;--# 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 (BeschSpa.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) => -} "entredecs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "entredicen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "entrediga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "entredigas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "entrediga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "entredigamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "entredigis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "entredigan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "entredeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "entredecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "entredeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "entredecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "entredecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "entredecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entredijera" ; "entredijese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entredijeras" ; "entredijeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entredijera" ; "entredijese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entredijramos" ; "entredijsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entredijerais" ; "entredijeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entredijeran" ; "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) => -} "entredecirs" ;--# 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) => -} "entredeciris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "entredecirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "entredijere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "entredijeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "entredijere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "entredijremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "entredijereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "entredijeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "entredecira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "entredeciras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "entredecira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "entredeciramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "entredecirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "entredeciran" ;--# 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 (BeschSpa.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) => -} "predecs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "predicen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "prediga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "predigas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "prediga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "predigamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "predigis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "predigan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "predeca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "predecas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "predeca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "predecamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "predecais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "predecan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"predijera" ; "predijese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"predijeras" ; "predijeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"predijera" ; "predijese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"predijramos" ; "predijsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"predijerais" ; "predijeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"predijeran" ; "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) => -} "predecirs" ;--# 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) => -} "predeciris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "predecirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "predijere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "predijeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "predijere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "predijremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "predijereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "predijeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "predecira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "predeciras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "predecira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "predeciramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "predecirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "predeciran" ;--# 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 (BeschSpa.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) => -} "aducs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "aducen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "aduzca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "aduzcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "aduzca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "aduzcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "aduzcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "aduzcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "aduca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "aducas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "aduca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "aducamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "aducais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "aducan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"adujera" ; "adujese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"adujeras" ; "adujeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"adujera" ; "adujese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"adujramos" ; "adujsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"adujerais" ; "adujeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"adujeran" ; "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) => -} "aducirs" ;--# 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) => -} "aduciris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "aducirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "adujere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "adujeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "adujere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "adujremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "adujereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "adujeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "aducira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "aduciras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "aducira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "aduciramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "aducirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "aduciran" ;--# 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 (BeschSpa.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) => -} "conducs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "conducen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "conduzca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "conduzcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "conduzca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "conduzcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "conduzcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "conduzcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "conduca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "conducas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "conduca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "conducamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "conducais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "conducan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"condujera" ; "condujese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"condujeras" ; "condujeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"condujera" ; "condujese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"condujramos" ; "condujsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"condujerais" ; "condujeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"condujeran" ; "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) => -} "conducirs" ;--# 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) => -} "conduciris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "conducirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "condujere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "condujeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "condujere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "condujremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "condujereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "condujeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "conducira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "conduciras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "conducira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "conduciramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "conducirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "conduciran" ;--# 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 (BeschSpa.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) => -} "coproducs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "coproducen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "coproduzca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "coproduzcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "coproduzca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "coproduzcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "coproduzcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "coproduzcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "coproduca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "coproducas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "coproduca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "coproducamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "coproducais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "coproducan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"coprodujera" ; "coprodujese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"coprodujeras" ; "coprodujeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"coprodujera" ; "coprodujese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"coprodujramos" ; "coprodujsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"coprodujerais" ; "coprodujeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"coprodujeran" ; "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) => -} "coproducirs" ;--# 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) => -} "coproduciris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "coproducirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "coprodujere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "coprodujeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "coprodujere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "coprodujremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "coprodujereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "coprodujeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "coproducira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "coproduciras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "coproducira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "coproduciramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "coproducirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "coproduciran" ;--# 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 (BeschSpa.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) => -} "deducs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "deducen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "deduzca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "deduzcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "deduzca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "deduzcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "deduzcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "deduzcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "deduca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "deducas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "deduca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "deducamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "deducais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "deducan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"dedujera" ; "dedujese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"dedujeras" ; "dedujeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"dedujera" ; "dedujese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"dedujramos" ; "dedujsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"dedujerais" ; "dedujeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"dedujeran" ; "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) => -} "deducirs" ;--# 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) => -} "deduciris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "deducirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "dedujere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "dedujeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "dedujere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "dedujremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "dedujereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "dedujeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "deducira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "deduciras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "deducira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "deduciramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "deducirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "deduciran" ;--# 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 (BeschSpa.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) => -} "inducs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "inducen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "induzca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "induzcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "induzca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "induzcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "induzcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "induzcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "induca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "inducas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "induca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "inducamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "inducais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "inducan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"indujera" ; "indujese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"indujeras" ; "indujeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"indujera" ; "indujese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"indujramos" ; "indujsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"indujerais" ; "indujeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"indujeran" ; "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) => -} "inducirs" ;--# 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) => -} "induciris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "inducirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "indujere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "indujeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "indujere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "indujremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "indujereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "indujeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "inducira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "induciras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "inducira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "induciramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "inducirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "induciran" ;--# 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 (BeschSpa.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) => -} "introducs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "introducen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "introduzca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "introduzcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "introduzca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "introduzcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "introduzcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "introduzcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "introduca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "introducas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "introduca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "introducamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "introducais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "introducan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"introdujera" ; "introdujese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"introdujeras" ; "introdujeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"introdujera" ; "introdujese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"introdujramos" ; "introdujsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"introdujerais" ; "introdujeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"introdujeran" ; "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) => -} "introducirs" ;--# 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) => -} "introduciris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "introducirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "introdujere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "introdujeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "introdujere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "introdujremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "introdujereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "introdujeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "introducira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "introduciras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "introducira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "introduciramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "introducirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "introduciran" ;--# 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 (BeschSpa.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) => -} "producs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "producen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "produzca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "produzcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "produzca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "produzcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "produzcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "produzcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "produca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "producas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "produca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "producamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "producais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "producan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"produjera" ; "produjese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"produjeras" ; "produjeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"produjera" ; "produjese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"produjramos" ; "produjsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"produjerais" ; "produjeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"produjeran" ; "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) => -} "producirs" ;--# 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) => -} "produciris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "producirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "produjere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "produjeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "produjere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "produjremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "produjereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "produjeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "producira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "produciras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "producira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "produciramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "producirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "produciran" ;--# 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 (BeschSpa.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) => -} "reconducs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reconducen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reconduzca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reconduzcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reconduzca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reconduzcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reconduzcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "reconduzcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reconduca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reconducas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reconduca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reconducamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reconducais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reconducan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recondujera" ; "recondujese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recondujeras" ; "recondujeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recondujera" ; "recondujese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recondujramos" ; "recondujsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recondujerais" ; "recondujeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recondujeran" ; "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) => -} "reconducirs" ;--# 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) => -} "reconduciris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reconducirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "recondujere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "recondujeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "recondujere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "recondujremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "recondujereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "recondujeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reconducira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reconduciras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reconducira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reconduciramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reconducirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reconduciran" ;--# 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 (BeschSpa.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) => -} "reducs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reducen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reduzca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reduzcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reduzca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reduzcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reduzcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "reduzcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reduca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reducas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reduca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reducamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reducais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reducan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"redujera" ; "redujese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"redujeras" ; "redujeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"redujera" ; "redujese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"redujramos" ; "redujsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"redujerais" ; "redujeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"redujeran" ; "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) => -} "reducirs" ;--# 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) => -} "reduciris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reducirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "redujere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "redujeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "redujere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "redujremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "redujereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "redujeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reducira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reduciras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reducira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reduciramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reducirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reduciran" ;--# 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 (BeschSpa.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) => -} "reproducs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "reproducen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "reproduzca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reproduzcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "reproduzca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reproduzcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reproduzcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "reproduzcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reproduca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reproducas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reproduca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reproducamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reproducais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reproducan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reprodujera" ; "reprodujese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reprodujeras" ; "reprodujeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reprodujera" ; "reprodujese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reprodujramos" ; "reprodujsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reprodujerais" ; "reprodujeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reprodujeran" ; "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) => -} "reproducirs" ;--# 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) => -} "reproduciris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reproducirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reprodujere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "reprodujeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reprodujere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reprodujremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reprodujereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "reprodujeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reproducira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reproduciras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reproducira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reproduciramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reproducirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reproduciran" ;--# 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 (BeschSpa.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) => -} "retraducs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "retraducen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "retraduzca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "retraduzcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "retraduzca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "retraduzcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "retraduzcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "retraduzcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "retraduca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "retraducas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "retraduca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "retraducamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "retraducais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "retraducan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retradujera" ; "retradujese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retradujeras" ; "retradujeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retradujera" ; "retradujese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retradujramos" ; "retradujsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retradujerais" ; "retradujeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retradujeran" ; "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) => -} "retraducirs" ;--# 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) => -} "retraduciris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "retraducirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "retradujere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "retradujeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "retradujere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "retradujremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "retradujereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "retradujeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "retraducira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "retraduciras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "retraducira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "retraduciramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "retraducirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "retraduciran" ;--# 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 (BeschSpa.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) => -} "seducs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "seducen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "seduzca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "seduzcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "seduzca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "seduzcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "seduzcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "seduzcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "seduca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "seducas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "seduca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "seducamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "seducais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "seducan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sedujera" ; "sedujese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sedujeras" ; "sedujeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sedujera" ; "sedujese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sedujramos" ; "sedujsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sedujerais" ; "sedujeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sedujeran" ; "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) => -} "seducirs" ;--# 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) => -} "seduciris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "seducirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sedujere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sedujeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sedujere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sedujremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sedujereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sedujeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "seducira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "seduciras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "seducira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "seduciramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "seducirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "seduciran" ;--# 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 (BeschSpa.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) => -} "traducs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "traducen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "traduzca" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "traduzcas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "traduzca" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "traduzcamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "traduzcis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "traduzcan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "traduca" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "traducas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "traduca" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "traducamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "traducais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "traducan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tradujera" ; "tradujese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tradujeras" ; "tradujeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tradujera" ; "tradujese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tradujramos" ; "tradujsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tradujerais" ; "tradujeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tradujeran" ; "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) => -} "traducirs" ;--# 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) => -} "traduciris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "traducirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "tradujere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "tradujeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "tradujere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "tradujremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "tradujereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "tradujeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "traducira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "traduciras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "traducira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "traduciramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "traducirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "traduciran" ;--# 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 (BeschSpa.VFB) [ + {- VI Infn => -} "cohibir" ; + {- VI Ger => -} "cohibiendo" ; + {- VI Part => -} "cohibido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "cohbo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "cohbes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "cohbe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "cohibimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "cohibs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "cohben" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "cohba" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "cohbas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "cohba" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "cohibamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "cohibis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "cohban" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "cohiba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "cohibas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "cohiba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "cohibamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "cohibais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "cohiban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"cohibiera" ; "cohibiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"cohibieras" ; "cohibieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"cohibiera" ; "cohibiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"cohibiramos" ; "cohibisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"cohibierais" ; "cohibieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"cohibieran" ; "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) => -} "cohibirs" ;--# 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) => -} "cohibiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "cohibirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "cohibiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "cohibieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "cohibiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "cohibiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "cohibiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "cohibieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "cohibira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "cohibiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "cohibira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "cohibiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "cohibirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "cohibiran" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "cohbe" ; + {- VPB (Imper C.Sg C.P3) => -} "cohba" ; + {- VPB (Imper C.Pl C.P1) => -} "cohibamos" ; + {- VPB (Imper C.Pl C.P2) => -} "cohibid" ; + {- VPB (Imper C.Pl C.P3) => -} "cohban" ; + {- 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 (BeschSpa.VFB) [ + {- VI Infn => -} "prohibir" ; + {- VI Ger => -} "prohibiendo" ; + {- VI Part => -} "prohibido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "prohbo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "prohbes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "prohbe" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "prohibimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "prohibs" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "prohben" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "prohba" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "prohbas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "prohba" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "prohibamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "prohibis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "prohban" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "prohiba" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "prohibas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "prohiba" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "prohibamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "prohibais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "prohiban" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"prohibiera" ; "prohibiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"prohibieras" ; "prohibieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"prohibiera" ; "prohibiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"prohibiramos" ; "prohibisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"prohibierais" ; "prohibieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"prohibieran" ; "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) => -} "prohibirs" ;--# 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) => -} "prohibiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "prohibirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "prohibiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "prohibieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "prohibiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "prohibiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "prohibiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "prohibieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "prohibira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "prohibiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "prohibira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "prohibiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "prohibirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "prohibiran" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "prohbe" ; + {- VPB (Imper C.Sg C.P3) => -} "prohba" ; + {- VPB (Imper C.Pl C.P1) => -} "prohibamos" ; + {- VPB (Imper C.Pl C.P2) => -} "prohibid" ; + {- VPB (Imper C.Pl C.P3) => -} "prohban" ; + {- 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 (BeschSpa.VFB) [ + {- VI Infn => -} "reunir" ; + {- VI Ger => -} "reuniendo" ; + {- VI Part => -} "reunido" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "reno" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "renes" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "rene" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "reunimos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "reuns" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "renen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "rena" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "renas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "rena" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reunamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reunis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "renan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "reuna" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reunas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "reuna" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reunamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reunais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "reunan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reuniera" ; "reuniese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reunieras" ; "reunieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reuniera" ; "reuniese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reuniramos" ; "reunisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reunierais" ; "reunieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reunieran" ; "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) => -} "reunirs" ;--# 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) => -} "reuniris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reunirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reuniere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "reunieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reuniere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reuniremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reuniereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "reunieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reunira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reuniras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reunira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reuniramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reunirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reuniran" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "rene" ; + {- VPB (Imper C.Sg C.P3) => -} "rena" ; + {- VPB (Imper C.Pl C.P1) => -} "reunamos" ; + {- VPB (Imper C.Pl C.P2) => -} "reunid" ; + {- VPB (Imper C.Pl C.P3) => -} "renan" ; + {- 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 (BeschSpa.VFB) [ + {- VI Infn => -} "raer" ; + {- VI Ger => -} "rayendo" ; + {- VI Part => -} "rado" ; + {- 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) => -} "rais" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "raen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "raiga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "raigas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "raiga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "raigamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "raigis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "raigan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "raa" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "raas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "raa" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "raamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "raais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "raan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rayera" ; "rayese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rayeras" ; "rayeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rayera" ; "rayese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rayramos" ; "raysemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rayerais" ; "rayeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rayeran" ; "rayesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "ra" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "raste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "ray" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "ramos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "rasteis" ;--# 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) => -} "raers" ;--# 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) => -} "raeris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "raern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "rayere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "rayeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "rayere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "rayremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "rayereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "rayeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "raera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "raeras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "raera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "raeramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "raerais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "raeran" ;--# 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) => -} "rado" ; + {- VPB (Pass C.Sg Fem) => -} "rada" ; + {- VPB (Pass C.Pl Masc) => -} "rados" ; + {- VPB (Pass C.Pl Fem) => -} "radas" + ] + } ; + +lin desler_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "desler" ; + {- VI Ger => -} "desliendo" ; + {- VI Part => -} "desledo" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "deslo" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "desles" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "desle" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "deslemos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "desles" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "deslen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "desla" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "deslas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "desla" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "desliamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "desliis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "deslan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "deslea" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "desleas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "deslea" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "desleamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "desleais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "deslean" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desliera" ; "desliese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"deslieras" ; "deslieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desliera" ; "desliese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desliramos" ; "deslisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"deslierais" ; "deslieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"deslieran" ; "desliesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "desle" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "desleste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "desli" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "deslemos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "deslesteis" ;--# 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) => -} "desleirs" ;--# 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) => -} "desleiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "desleirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "desliere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "deslieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "desliere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "desliremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "desliereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "deslieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "desleira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "desleiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "desleira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "desleiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "desleirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "desleiran" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "desle" ; + {- VPB (Imper C.Sg C.P3) => -} "desla" ; + {- VPB (Imper C.Pl C.P1) => -} "desliamos" ; + {- VPB (Imper C.Pl C.P2) => -} "desled" ; + {- VPB (Imper C.Pl C.P3) => -} "deslan" ; + {- VPB (Pass C.Sg Masc) => -} "desledo" ; + {- VPB (Pass C.Sg Fem) => -} "desleda" ; + {- VPB (Pass C.Pl Masc) => -} "desledos" ; + {- VPB (Pass C.Pl Fem) => -} "desledas" + ] + } ; + +lin engrer_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "engrer" ; + {- VI Ger => -} "engriendo" ; + {- VI Part => -} "engredo" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "engro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "engres" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "engre" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "engremos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "engres" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "engren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "engra" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "engras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "engra" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "engriamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "engriis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "engran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "engrea" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "engreas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "engrea" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "engreamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "engreais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "engrean" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"engriera" ; "engriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"engrieras" ; "engrieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"engriera" ; "engriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"engriramos" ; "engrisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"engrierais" ; "engrieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"engrieran" ; "engriesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "engre" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "engreste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "engri" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "engremos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "engresteis" ;--# 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) => -} "engreirs" ;--# 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) => -} "engreiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "engreirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "engriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "engrieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "engriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "engriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "engriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "engrieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "engreira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "engreiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "engreira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "engreiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "engreirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "engreiran" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "engre" ; + {- VPB (Imper C.Sg C.P3) => -} "engra" ; + {- VPB (Imper C.Pl C.P1) => -} "engriamos" ; + {- VPB (Imper C.Pl C.P2) => -} "engred" ; + {- VPB (Imper C.Pl C.P3) => -} "engran" ; + {- VPB (Pass C.Sg Masc) => -} "engredo" ; + {- VPB (Pass C.Sg Fem) => -} "engreda" ; + {- VPB (Pass C.Pl Masc) => -} "engredos" ; + {- VPB (Pass C.Pl Fem) => -} "engredas" + ] + } ; + +lin frer_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "frer" ; + {- VI Ger => -} "friendo" ; + {- VI Part => -} variants {"fredo" ; "frito"} ; + {- VPB (Pres Ind C.Sg C.P1) => -} "fro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "fres" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "fre" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "fremos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "fres" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "fren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "fra" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "fras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "fra" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "friamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "friis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "fran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "frea" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "freas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "frea" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "freamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "freais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "frean" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"friera" ; "friese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"frieras" ; "frieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"friera" ; "friese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"friramos" ; "frisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"frierais" ; "frieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"frieran" ; "friesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "fre" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "freste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "fri" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "fremos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "fresteis" ;--# 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) => -} "freirs" ;--# 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) => -} "freiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "freirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "friere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "frieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "friere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "friremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "friereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "frieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "freira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "freiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "freira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "freiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "freirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "freiran" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "fre" ; + {- VPB (Imper C.Sg C.P3) => -} "fra" ; + {- VPB (Imper C.Pl C.P1) => -} "friamos" ; + {- VPB (Imper C.Pl C.P2) => -} "fred" ; + {- VPB (Imper C.Pl C.P3) => -} "fran" ; + {- VPB (Pass C.Sg Masc) => -} variants {"fredo" ; "frito"} ; + {- VPB (Pass C.Sg Fem) => -} variants {"freda" ; "frita"} ; + {- VPB (Pass C.Pl Masc) => -} variants {"fredos" ; "fritos"} ; + {- VPB (Pass C.Pl Fem) => -} variants {"fredas" ; "fritas"} + ] + } ; + +lin refrer_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "refrer" ; + {- VI Ger => -} "refriendo" ; + {- VI Part => -} "refredo" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "refro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "refres" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "refre" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "refremos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "refres" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "refren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "refra" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "refras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "refra" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "refriamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "refriis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "refran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "refrea" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "refreas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "refrea" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "refreamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "refreais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "refrean" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"refriera" ; "refriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"refrieras" ; "refrieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"refriera" ; "refriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"refriramos" ; "refrisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"refrierais" ; "refrieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"refrieran" ; "refriesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "refre" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "refreste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "refri" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "refremos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "refresteis" ;--# 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) => -} "refreirs" ;--# 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) => -} "refreiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "refreirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "refriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "refrieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "refriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "refriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "refriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "refrieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "refreira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "refreiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "refreira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "refreiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "refreirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "refreiran" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "refre" ; + {- VPB (Imper C.Sg C.P3) => -} "refra" ; + {- VPB (Imper C.Pl C.P1) => -} "refriamos" ; + {- VPB (Imper C.Pl C.P2) => -} "refred" ; + {- VPB (Imper C.Pl C.P3) => -} "refran" ; + {- VPB (Pass C.Sg Masc) => -} "refredo" ; + {- VPB (Pass C.Sg Fem) => -} "refreda" ; + {- VPB (Pass C.Pl Masc) => -} "refredos" ; + {- VPB (Pass C.Pl Fem) => -} "refredas" + ] + } ; + +lin rer_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "rer" ; + {- VI Ger => -} "riendo" ; + {- VI Part => -} "redo" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "ro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "res" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "re" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "remos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "res" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "ren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "ra" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "ras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "ra" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "riamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "riis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "ran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "rea" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "rea" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "rean" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"riera" ; "riese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rieras" ; "rieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"riera" ; "riese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"riramos" ; "risemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rierais" ; "rieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rieran" ; "riesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "re" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "reste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "ri" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "remos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "resteis" ;--# 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) => -} "reirs" ;--# 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) => -} "reiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "reirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "riere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "rieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "riere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "riremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "riereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "rieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "reira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "reira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reiran" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "re" ; + {- VPB (Imper C.Sg C.P3) => -} "ra" ; + {- VPB (Imper C.Pl C.P1) => -} "riamos" ; + {- VPB (Imper C.Pl C.P2) => -} "red" ; + {- VPB (Imper C.Pl C.P3) => -} "ran" ; + {- VPB (Pass C.Sg Masc) => -} "redo" ; + {- VPB (Pass C.Sg Fem) => -} "reda" ; + {- VPB (Pass C.Pl Masc) => -} "redos" ; + {- VPB (Pass C.Pl Fem) => -} "redas" + ] + } ; + +lin sofrer_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "sofrer" ; + {- VI Ger => -} "sofriendo" ; + {- VI Part => -} "sofredo" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "sofro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "sofres" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "sofre" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "sofremos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "sofres" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sofren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sofra" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sofras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sofra" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sofriamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sofriis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sofran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sofrea" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sofreas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sofrea" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sofreamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sofreais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sofrean" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sofriera" ; "sofriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sofrieras" ; "sofrieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sofriera" ; "sofriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sofriramos" ; "sofrisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sofrierais" ; "sofrieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sofrieran" ; "sofriesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "sofre" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "sofreste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "sofri" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "sofremos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "sofresteis" ;--# 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) => -} "sofreirs" ;--# 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) => -} "sofreiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sofreirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sofriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sofrieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sofriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sofriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sofriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sofrieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sofreira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sofreiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sofreira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sofreiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sofreirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sofreiran" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "sofre" ; + {- VPB (Imper C.Sg C.P3) => -} "sofra" ; + {- VPB (Imper C.Pl C.P1) => -} "sofriamos" ; + {- VPB (Imper C.Pl C.P2) => -} "sofred" ; + {- VPB (Imper C.Pl C.P3) => -} "sofran" ; + {- VPB (Pass C.Sg Masc) => -} "sofredo" ; + {- VPB (Pass C.Sg Fem) => -} "sofreda" ; + {- VPB (Pass C.Pl Masc) => -} "sofredos" ; + {- VPB (Pass C.Pl Fem) => -} "sofredas" + ] + } ; + +lin sonrer_V = verboV + {s = table (BeschSpa.VFB) [ + {- VI Infn => -} "sonrer" ; + {- VI Ger => -} "sonriendo" ; + {- VI Part => -} "sonredo" ; + {- VPB (Pres Ind C.Sg C.P1) => -} "sonro" ; + {- VPB (Pres Ind C.Sg C.P2) => -} "sonres" ; + {- VPB (Pres Ind C.Sg C.P3) => -} "sonre" ; + {- VPB (Pres Ind C.Pl C.P1) => -} "sonremos" ; + {- VPB (Pres Ind C.Pl C.P2) => -} "sonres" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sonren" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sonra" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sonras" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sonra" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sonriamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sonriis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sonran" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sonrea" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sonreas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sonrea" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sonreamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sonreais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sonrean" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sonriera" ; "sonriese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sonrieras" ; "sonrieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sonriera" ; "sonriese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sonriramos" ; "sonrisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sonrierais" ; "sonrieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sonrieran" ; "sonriesen"} ;--# notpresent + {- VPB (Pret C.Sg C.P1) => -} "sonre" ;--# notpresent + {- VPB (Pret C.Sg C.P2) => -} "sonreste" ;--# notpresent + {- VPB (Pret C.Sg C.P3) => -} "sonri" ;--# notpresent + {- VPB (Pret C.Pl C.P1) => -} "sonremos" ;--# notpresent + {- VPB (Pret C.Pl C.P2) => -} "sonresteis" ;--# 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) => -} "sonreirs" ;--# 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) => -} "sonreiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sonreirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sonriere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sonrieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sonriere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sonriremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sonriereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sonrieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sonreira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sonreiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sonreira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sonreiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sonreirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sonreiran" ;--# notpresent + {- VPB (Imper C.Sg C.P1) => -} variants {} ; + {- VPB (Imper C.Sg C.P2) => -} "sonre" ; + {- VPB (Imper C.Sg C.P3) => -} "sonra" ; + {- VPB (Imper C.Pl C.P1) => -} "sonriamos" ; + {- VPB (Imper C.Pl C.P2) => -} "sonred" ; + {- VPB (Imper C.Pl C.P3) => -} "sonran" ; + {- VPB (Pass C.Sg Masc) => -} "sonredo" ; + {- VPB (Pass C.Sg Fem) => -} "sonreda" ; + {- VPB (Pass C.Pl Masc) => -} "sonredos" ; + {- VPB (Pass C.Pl Fem) => -} "sonredas" + ] + } ; + +lin resalir_V = verboV + {s = table (BeschSpa.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) => -} "resals" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "resalen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "resalga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "resalgas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "resalga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "resalgamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "resalgis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "resalgan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "resala" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "resalas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "resala" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "resalamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "resalais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "resalan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"resaliera" ; "resaliese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"resalieras" ; "resalieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"resaliera" ; "resaliese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"resaliramos" ; "resalisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"resalierais" ; "resalieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"resalieran" ; "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) => -} "resaldrs" ;--# 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) => -} "resaldris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "resaldrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "resaliere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "resalieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "resaliere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "resaliremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "resaliereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "resalieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "resaldra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "resaldras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "resaldra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "resaldramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "resaldrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "resaldran" ;--# 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 (BeschSpa.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) => -} "sals" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "salen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "salga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "salgas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "salga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "salgamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "salgis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "salgan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sala" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "salas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sala" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "salamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "salais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "salan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"saliera" ; "saliese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"salieras" ; "salieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"saliera" ; "saliese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"saliramos" ; "salisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"salierais" ; "salieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"salieran" ; "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) => -} "saldrs" ;--# 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) => -} "saldris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "saldrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "saliere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "salieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "saliere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "saliremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "saliereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "salieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "saldra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "saldras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "saldra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "saldramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "saldrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "saldran" ;--# 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 (BeschSpa.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) => -} "sobresals" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "sobresalen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "sobresalga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "sobresalgas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "sobresalga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "sobresalgamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "sobresalgis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "sobresalgan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sobresala" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "sobresalas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sobresala" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "sobresalamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "sobresalais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "sobresalan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobresaliera" ; "sobresaliese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobresalieras" ; "sobresalieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobresaliera" ; "sobresaliese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobresaliramos" ; "sobresalisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobresalierais" ; "sobresalieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobresalieran" ; "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) => -} "sobresaldrs" ;--# 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) => -} "sobresaldris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "sobresaldrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "sobresaliere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "sobresalieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "sobresaliere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "sobresaliremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "sobresaliereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "sobresalieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "sobresaldra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "sobresaldras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "sobresaldra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "sobresaldramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "sobresaldrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "sobresaldran" ;--# 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 (BeschSpa.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) => -} "equivalis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "equivalen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "equivalga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "equivalgas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "equivalga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "equivalgamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "equivalgis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "equivalgan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "equivala" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "equivalas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "equivala" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "equivalamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "equivalais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "equivalan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"equivaliera" ; "equivaliese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"equivalieras" ; "equivalieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"equivaliera" ; "equivaliese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"equivaliramos" ; "equivalisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"equivalierais" ; "equivalieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"equivalieran" ; "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) => -} "equivaldrs" ;--# 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) => -} "equivaldris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "equivaldrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "equivaliere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "equivalieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "equivaliere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "equivaliremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "equivaliereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "equivalieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "equivaldra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "equivaldras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "equivaldra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "equivaldramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "equivaldrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "equivaldran" ;--# 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 (BeschSpa.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) => -} "prevalis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "prevalen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "prevalga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "prevalgas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "prevalga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "prevalgamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "prevalgis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "prevalgan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "prevala" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "prevalas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "prevala" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "prevalamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "prevalais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "prevalan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"prevaliera" ; "prevaliese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"prevalieras" ; "prevalieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"prevaliera" ; "prevaliese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"prevaliramos" ; "prevalisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"prevalierais" ; "prevalieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"prevalieran" ; "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) => -} "prevaldrs" ;--# 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) => -} "prevaldris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "prevaldrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "prevaliere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "prevalieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "prevaliere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "prevaliremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "prevaliereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "prevalieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "prevaldra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "prevaldras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "prevaldra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "prevaldramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "prevaldrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "prevaldran" ;--# 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 (BeschSpa.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) => -} "valis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "valen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "valga" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "valgas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "valga" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "valgamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "valgis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "valgan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "vala" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "valas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "vala" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "valamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "valais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "valan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"valiera" ; "valiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"valieras" ; "valieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"valiera" ; "valiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"valiramos" ; "valisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"valierais" ; "valieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"valieran" ; "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) => -} "valdrs" ;--# 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) => -} "valdris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "valdrn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "valiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "valieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "valiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "valiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "valiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "valieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "valdra" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "valdras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "valdra" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "valdramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "valdrais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "valdran" ;--# 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 (BeschSpa.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) => -} "solis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "suelen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "suela" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "suelas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "suela" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "solamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "solis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "suelan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "sola" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "solas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "sola" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "solamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "solais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "solan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"soliera" ; "soliese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"solieras" ; "solieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"soliera" ; "soliese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"soliramos" ; "solisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"solierais" ; "solieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"solieran" ; "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 Subj C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Subj 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 (BeschSpa.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 Subj C.Sg C.P1) => -} "antevea" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "anteveas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "antevea" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "anteveamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "anteveis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "antevean" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "antevea" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "anteveas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "antevea" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "anteveamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "anteveais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "antevean" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"anteviera" ; "anteviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"antevieras" ; "antevieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"anteviera" ; "anteviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"anteviramos" ; "antevisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"antevierais" ; "antevieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"antevieran" ; "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) => -} "antevers" ;--# 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) => -} "anteveris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "antevern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "anteviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "antevieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "anteviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "anteviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "anteviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "antevieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "antevera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "anteveras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "antevera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "anteveramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "anteverais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "anteveran" ;--# 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 (BeschSpa.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 Subj C.Sg C.P1) => -} "entrevea" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "entreveas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "entrevea" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "entreveamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "entreveis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "entrevean" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "entrevea" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "entreveas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "entrevea" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "entreveamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "entreveais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "entrevean" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entreviera" ; "entreviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entrevieras" ; "entrevieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entreviera" ; "entreviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entreviramos" ; "entrevisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entrevierais" ; "entrevieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entrevieran" ; "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) => -} "entrevers" ;--# 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) => -} "entreveris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "entrevern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "entreviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "entrevieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "entreviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "entreviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "entreviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "entrevieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "entrevera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "entreveras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "entrevera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "entreveramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "entreverais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "entreveran" ;--# 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 (BeschSpa.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 Subj C.Sg C.P1) => -} "prevea" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "preveas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "prevea" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "preveamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "preveis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "prevean" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "prevea" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "preveas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "prevea" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "preveamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "preveais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "prevean" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"previera" ; "previese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"previeras" ; "previeses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"previera" ; "previese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"previramos" ; "previsemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"previerais" ; "previeseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"previeran" ; "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) => -} "prevers" ;--# 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) => -} "preveris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "prevern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "previere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "previeres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "previere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "previremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "previereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "previeren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "prevera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "preveras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "prevera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "preveramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "preverais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "preveran" ;--# 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 (BeschSpa.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 Subj C.Sg C.P1) => -} "revea" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "reveas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "revea" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "reveamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "reveis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "revean" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "revea" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "reveas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "revea" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "reveamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "reveais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "revean" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reviera" ; "reviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"revieras" ; "revieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reviera" ; "reviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reviramos" ; "revisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"revierais" ; "revieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"revieran" ; "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) => -} "revers" ;--# 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) => -} "reveris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "revern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "reviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "revieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "reviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "reviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "reviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "revieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "revera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "reveras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "revera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "reveramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "reverais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "reveran" ;--# 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 (BeschSpa.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 Subj C.Sg C.P1) => -} "trasvea" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "trasveas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "trasvea" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "trasveamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "trasveis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "trasvean" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "trasvea" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "trasveas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "trasvea" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "trasveamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "trasveais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "trasvean" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trasviera" ; "trasviese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trasvieras" ; "trasvieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trasviera" ; "trasviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trasviramos" ; "trasvisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trasvierais" ; "trasvieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trasvieran" ; "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) => -} "trasvers" ;--# 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) => -} "trasveris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "trasvern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "trasviere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "trasvieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "trasviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "trasviremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "trasviereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "trasvieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "trasvera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "trasveras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "trasvera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "trasveramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "trasverais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "trasveran" ;--# 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 (BeschSpa.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 Subj C.Sg C.P1) => -} "vea" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "veas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "vea" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "veamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "veis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "vean" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "vea" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "veas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "vea" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "veamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "veais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "vean" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"viera" ; "viese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"vieras" ; "vieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"viera" ; "viese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"viramos" ; "visemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"vierais" ; "vieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"vieran" ; "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) => -} "vers" ;--# 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) => -} "veris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "vern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "viere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "vieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "viere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "viremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "viereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "vieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "vera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "veras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "vera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "veramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "verais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "veran" ;--# 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 (BeschSpa.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) => -} "imprims" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "imprimen" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "imprima" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "imprimas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "imprima" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "imprimamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "imprimis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "impriman" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "imprima" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "imprimas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "imprima" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "imprimamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "imprimais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "impriman" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"imprimiera" ; "imprimiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"imprimieras" ; "imprimieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"imprimiera" ; "imprimiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"imprimiramos" ; "imprimisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"imprimierais" ; "imprimieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"imprimieran" ; "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) => -} "imprimirs" ;--# 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) => -} "imprimiris" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "imprimirn" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "imprimiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "imprimieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "imprimiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "imprimiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "imprimiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "imprimieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "imprimira" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "imprimiras" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "imprimira" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "imprimiramos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "imprimirais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "imprimiran" ;--# 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 (BeschSpa.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) => -} "prendis" ; + {- VPB (Pres Ind C.Pl C.P3) => -} "prenden" ; + {- VPB (Pres Subj C.Sg C.P1) => -} "prenda" ; + {- VPB (Pres Subj C.Sg C.P2) => -} "prendas" ; + {- VPB (Pres Subj C.Sg C.P3) => -} "prenda" ; + {- VPB (Pres Subj C.Pl C.P1) => -} "prendamos" ; + {- VPB (Pres Subj C.Pl C.P2) => -} "prendis" ; + {- VPB (Pres Subj C.Pl C.P3) => -} "prendan" ; + {- VPB (Impf Ind C.Sg C.P1) => -} "prenda" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P2) => -} "prendas" ;--# notpresent + {- VPB (Impf Ind C.Sg C.P3) => -} "prenda" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P1) => -} "prendamos" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P2) => -} "prendais" ;--# notpresent + {- VPB (Impf Ind C.Pl C.P3) => -} "prendan" ;--# notpresent + {- VPB (Impf Subj C.Sg C.P1) => -} variants {"prendiera" ; "prendiese"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {"prendieras" ; "prendieses"} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"prendiera" ; "prendiese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {"prendiramos" ; "prendisemos"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {"prendierais" ; "prendieseis"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P3) => -} variants {"prendieran" ; "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) => -} "prenders" ;--# 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) => -} "prenderis" ;--# notpresent + {- VPB (Fut Ind C.Pl C.P3) => -} "prendern" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P1) => -} "prendiere" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} "prendieres" ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "prendiere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} "prendiremos" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} "prendiereis" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P3) => -} "prendieren" ;--# notpresent + {- VPB (Cond C.Sg C.P1) => -} "prendera" ;--# notpresent + {- VPB (Cond C.Sg C.P2) => -} "prenderas" ;--# notpresent + {- VPB (Cond C.Sg C.P3) => -} "prendera" ;--# notpresent + {- VPB (Cond C.Pl C.P1) => -} "prenderamos" ;--# notpresent + {- VPB (Cond C.Pl C.P2) => -} "prenderais" ;--# notpresent + {- VPB (Cond C.Pl C.P3) => -} "prenderan" ;--# 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 (BeschSpa.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 Subj C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Subj C.Sg C.P3) => -} "llueva" ; + {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Subj 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) => -} "llova" ;--# 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 Subj C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Sg C.P3) => -} variants {"lloviera" ; "lloviese"} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Subj C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Subj 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 Subj C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Sg C.P3) => -} "lloviere" ;--# notpresent + {- VPB (Fut Subj C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Subj C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Subj 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) => -} "llovera" ;--# 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/deprecated/old-lib/resource/spanish/IrregSpaAbs.gf b/deprecated/old-lib/resource/spanish/IrregSpaAbs.gf new file mode 100644 index 000000000..23a5052f0 --- /dev/null +++ b/deprecated/old-lib/resource/spanish/IrregSpaAbs.gf @@ -0,0 +1,1092 @@ +abstract IrregSpaAbs = Cat ** { + 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 abuolar_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 argir_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 astreir_V : V ; + fun astriir_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 bruir_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 ceir_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 constreir_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 desceir_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 desler_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 desor_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 desteir_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 engrer_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 ensoar_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 entreor_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 estreir_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 frer_V : V ; + fun fruir_V : V ; + fun fruncir_V : V ; + fun frutecer_V : V ; + fun fulgir_V : V ; + fun fungir_V : V ; + fun gair_V : V ; + fun garantir_V : V ; + fun gemir_V : V ; + fun gernir_V : V ; + fun gobernar_V : V ; + fun grandisonar_V : V ; + fun gruir_V : V ; + fun gruir_V : V ; + fun guair_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 heir_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 juir_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 muir_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 or_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 plair_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 reargir_V : V ; + fun reaventar_V : V ; + fun reblandecer_V : V ; + fun rebullir_V : V ; + fun recaer_V : V ; + fun recalentar_V : V ; + fun receir_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 redargir_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 refrer_V : V ; + fun refringir_V : V ; + fun refulgir_V : V ; + fun regair_V : V ; + fun regar_V : V ; + fun regimentar_V : V ; + fun regir_V : V ; + fun regoldar_V : V ; + fun regruir_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 reir_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 rer_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 restriir_V : V ; + fun restringir_V : V ; + fun resurgir_V : V ; + fun retallecer_V : V ; + fun reteir_V : V ; + fun retemblar_V : V ; + fun retener_V : V ; + fun retentar_V : V ; + fun retiir_V : V ; + fun retoecer_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 soar_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 sofrer_V : V ; + fun solar_V : V ; + fun soldar_V : V ; + fun soler_V : V ; + fun soltar_V : V ; + fun sonar_V : V ; + fun sonrer_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 taer_V : V ; + fun tallecer_V : V ; + fun tardecer_V : V ; + fun teir_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 trasoar_V : V ; + fun trasor_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 ; + + +} \ No newline at end of file diff --git a/deprecated/old-lib/resource/spanish/LangSpa.gf b/deprecated/old-lib/resource/spanish/LangSpa.gf new file mode 100644 index 000000000..ca4248e27 --- /dev/null +++ b/deprecated/old-lib/resource/spanish/LangSpa.gf @@ -0,0 +1,10 @@ +--# -path=.:../romance:../abstract:../common:prelude + +concrete LangSpa of Lang = + GrammarSpa, + LexiconSpa + ** { + +flags startcat = Phr ; unlexer = text ; lexer = text ; + +} ; diff --git a/deprecated/old-lib/resource/spanish/LexiconSpa.gf b/deprecated/old-lib/resource/spanish/LexiconSpa.gf new file mode 100644 index 000000000..fb7352ef0 --- /dev/null +++ b/deprecated/old-lib/resource/spanish/LexiconSpa.gf @@ -0,0 +1,359 @@ +--# -path=.:../romance:../common:../abstract:../../prelude + +concrete LexiconSpa of Lexicon = CatSpa ** open + (M=MorphoSpa), ParadigmsSpa, BeschSpa in { + +flags + optimize=values ; + +lin + airplane_N = regN "aeroplano" ; -- avin 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 (regV "convertir") ; --- convertirse en, volverse, ponerse + beer_N = regN "cerveza" ; + beg_V2V = mkV2V (regV "rogar") accusative dative ; -- pedir + big_A = prefA (regADeg "grande") ; + bike_N = regN "bicicleta" ; + bird_N = regN "pjaro" ; + 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 "nio" ; + bread_N = regN "pan" ; + break_V2 = dirV2 (special_ppV (regV "romper") "roto") ; + broad_A = regADeg "ancho" ; + brother_N2 = deN2 (regN "hermano") ; + brown_A = regADeg "marrn" ; --- * + butter_N = regN "manteca" ; + buy_V2 = dirV2 (regV "comprar") ; + camera_N = regN "cmara" ; -- ["mquina fotogrfica"] + 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 "nio" ; -- nia + church_N = regN "iglesia" ; + city_N = femN (regN "ciudad") ; -- fem + clean_A = regADeg "limpio" ; + clever_A = regADeg "inteligente" ; + close_V2 = dirV2 (regV "cerrar") ; + coat_N = regN "abrigo" ; + cold_A = regADeg "fro" ; -- fra + come_V = verboV (venir_82 "venir") ; + computer_N = regN "computadora" ; -- also computador, ordenador in Spain + country_N = regN "pas" ; -- 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 "mdico" ; -- mdica + dog_N = regN "perro" ; -- perra + door_N = regN "puerta" ; + drink_V2 = dirV2 (regV "tomar") ; -- beber + easy_A2V = mkA2V (regA "fcil") dative genitive ; + eat_V2 = dirV2 (regV "comer") ; + empty_A = regADeg "vaco" ; + enemy_N = regN "enemigo" ; -- enemiga + factory_N = regN "fbrica" ; + 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 "jardn" ; + girl_N = regN "nia" ; + 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 (regV "odiar") ; + hat_N = regN "sombrero" ; + have_V2 = dirV2 (verboV (tener_4 "tener")) ; + hear_V2 = mkV2 (regV "escuchar") dative ; -- or_51 + 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 "fierro" ; + king_N = regN "rey" ; + know_V2 = dirV2 (verboV (saber_71 "saber")) ; -- conocer + lake_N = regN "lago" ; + lamp_N = regN "lmpara" ; + 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 (femN (regN "madre")) ; -- fem + mountain_N = regN "montaa" ; + music_N = regN "msica" ; + narrow_A = regADeg "estrecho" ; + new_A = prefA (regADeg "nuevo") ; + newspaper_N = regN "peridico" ; -- diario + oil_N = regN "aceite" ; + old_A = prefA (regADeg "viejo") ; + open_V2 = dirV2 (special_ppV (regV "abrir") "abierto") ; + paint_V2A = mkV2A (regV "pintar") accusative (mkPrep "en") ; + paper_N = regN "papel" ; + paris_PN = mkPN "Paris" masculine ; + peace_N = femN (regN "paz") ; + pen_N = regN "lapicera" ; + planet_N = mascN (regN "planeta") ; + plastic_N = regN "plstico" ; + play_V2 = dirV2 (verboV (jugar_47 "jugar")) ; + policeman_N = mascN (regN "polica") ; -- fem refers to the institution + priest_N = mascN (regN "cura") ; -- masc + probable_AS = mkAS (regA "probable") ; + queen_N = regN "reina" ; + radio_N = femN (regN "radio") ; + rain_V0 = mkV0 (verboV (llover_89 "llover")) ; + read_V2 = dirV2 (verboV (creer_26 "leer")) ; + red_A = regADeg "rojo" ; + religion_N = mkN "religin" "religiones" feminine ; + restaurant_N = regN "restaurante" ; -- restorn, restaurn, masc + river_N = regN "ro" ; + rock_N = regN "roca" ; + roof_N = regN "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 "pequeo") ; + 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 "estpido" ; + 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 "ensear") ; + television_N = mkN "televisin" "televisiones" 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 "pantaln" ; -- masc + ugly_A = regADeg "feo" ; + understand_V2 = dirV2 (regV "entender") ; + university_N = femN (regN "universidad") ; + village_N = regN "pueblo" ; + wait_V2 = mkV2 (regV "esperar") dative ; + walk_V = regV "caminar" ; + warm_A = regADeg "tibio" ; + war_N = regN "guerra" ; + watch_V2 = dirV2 (regV "mirar") ; -- ver + water_N = mascN (regN "agua") ; + white_A = compADeg (regA "blanco") ; + window_N = regN "ventana" ; + wine_N = regN "vino" ; + win_V2 = dirV2 (regV "ganar") ; + woman_N = femN (regN "mujer") ; + 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 (regADeg "joven") ; + + do_V2 = dirV2 (verboV (hacer_44 "hacer")) ; + now_Adv = mkAdv "ahora" ; + already_Adv = mkAdv "ya" ; + song_N = mkN "cancin" "canciones" feminine ; + add_V3 = dirV3 (regV "sumar") dative ; + number_N = regN "nmero" ; + 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 "cerca" ; + 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 "da") ; + 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 "ua" ; + 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, csped (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 "corazn" "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 "hgado" ; + 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 "raz") ; + 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 "bastn" "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 "ao" ; + 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 rer_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 (regV "sentar") ; + 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 "apualar") ; + 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 "gramtica" ; + language_N = regN "lengua" ; + rule_N = regN "regla" ; + + +} ; diff --git a/deprecated/old-lib/resource/spanish/MorphoSpa.gf b/deprecated/old-lib/resource/spanish/MorphoSpa.gf new file mode 100644 index 000000000..4868758df --- /dev/null +++ b/deprecated/old-lib/resource/spanish/MorphoSpa.gf @@ -0,0 +1,121 @@ +--# -path=.:../romance:../common:../../prelude + +--1 A Simple Spanish 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 $ParadigmsSpa$, which +-- gives a higher-level access to this module. + +resource MorphoSpa = CommonRomance, ResSpa ** + open PhonoSpa, Prelude, Predef in { + + flags optimize=all ; + + +--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 last mec of { + "o" | "e" => mkNoun (nomVino mec) Masc ; + "a" => mkNoun (nomVino mec) Fem ; + "z" => mkNounIrreg mec (init mec + "ces") Fem ; + _ => 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") ; + + adjUtil : Str -> Str -> Adj = \util,utiles -> + mkAdj util util utiles utiles (util + "mente") ; + + adjBlu : Str -> Adj = \blu -> + mkAdj blu blu blu blu blu ; --- + + mkAdjReg : Str -> Adj = \solo -> + case last solo of { + "o" => adjSolo solo ; + "e" => adjUtil solo (solo + "s") ; + _ => adjUtil solo (solo + "es") +---- _ => adjBlu solo + } ; + +--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 -> + {s = table { + Ton Nom => il ; + Ton x => prepCase x ++ Lui ; + Aton Nom => strOpt il ; ---- [] ; + Aton Acc => le ; + Aton (CPrep P_a) => lui ; + Aton q => prepCase q ++ Lui ; ---- GF bug with c or p! + Poss Masc Sg => son ; + Poss Fem Sg => sa ; + Poss Masc Pl => ses ; + Poss Fem Pl => see + } ; + a = {g = g ; n = n ; p = p} ; + hasClit = True + } ; + + +--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 ; + +} diff --git a/deprecated/old-lib/resource/spanish/NounSpa.gf b/deprecated/old-lib/resource/spanish/NounSpa.gf new file mode 100644 index 000000000..4b8c211d0 --- /dev/null +++ b/deprecated/old-lib/resource/spanish/NounSpa.gf @@ -0,0 +1,2 @@ +concrete NounSpa of Noun = CatSpa ** NounRomance with + (ResRomance = ResSpa) ; diff --git a/deprecated/old-lib/resource/spanish/NumeralSpa.gf b/deprecated/old-lib/resource/spanish/NumeralSpa.gf new file mode 100644 index 000000000..7775c105b --- /dev/null +++ b/deprecated/old-lib/resource/spanish/NumeralSpa.gf @@ -0,0 +1,142 @@ +concrete NumeralSpa of Numeral = CatSpa ** + open CommonRomance, ResRomance, MorphoSpa, Prelude in { + +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" "duodcimo" "vigsimo" "ducentsimo" ; +lin n3 = + mkTal "tres" "trece" "treinta" "trescientos" + "tercero" "decimotercero" "trigsimo" "tricentesimo" ; +lin n4 = + mkTal "cuatro" "catorce" "cuarenta" "cuatrocientos" + "cuarto" "decimocuarto" "cuadragsimo" "cuadringentesimo" ; +lin n5 = + mkTal "cinco" "quince" "cinquenta" "quinientos" + "quinto" "decimoquinto" "quincuagsimo" "guingentsimo" ; +lin n6 = + mkTal "seis" "diecisis" "sesenta" "seiscientos" + "sexto" "decimosexto" "sexagsimo" "sexcentesimo" ; +lin n7 = + mkTal "siete" "diecisite" "setenta" "setecientos" + "sptimo" "decimosptimo" "septuagsimo" "septingentesimo" ; +lin n8 = + mkTal "ocho" "dieciocho" "ochenta" "ochocientos" + "octavo" "decimoctavo" "octogsimo" "octingentsimo" ; +lin n9 = + mkTal "nueve" "diecinueve" "noventa" "novecientos" + "noveno" "decimonoveno" "nonagsimo" "noningentsimo" ; + +lin pot01 = + let uno = (mkTal "uno" "once" "diez" "ciento" "primero" "undcimo" + "dcimo" "centsimo").s in + {s =\\f,g => case of { + => [] ; + => "una" ; + => "cien" ; + => "ciento" ; + _ => uno ! f ! g + } ; + n = Pl + } ; + +lin pot0 d = {s = d.s ; n = Pl} ; +lin pot110 = spl ((mkTal "diez" [] [] [] "decimo" [] [] []).s ! ental indip) ; +lin pot111 = spl ((mkTal "once" [] [] [] "undcimo" [] [] []).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 ; + => venti ; + => regCard ventesimo 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" [] [] [] "milsimo" [] [] []).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 ++ 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/deprecated/old-lib/resource/spanish/ParadigmsSpa.gf b/deprecated/old-lib/resource/spanish/ParadigmsSpa.gf new file mode 100644 index 000000000..90190a1a8 --- /dev/null +++ b/deprecated/old-lib/resource/spanish/ParadigmsSpa.gf @@ -0,0 +1,464 @@ +--# -path=.:../romance:../common:../abstract:../../prelude + +--1 Spanish 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 $MorphoSpa.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 +-- [``IrregSpa`` ../../spanish/IrregSpa.gf]. + +resource ParadigmsSpa = + open + (Predef=Predef), + Prelude, + CommonRomance, + ResSpa, + MorphoSpa, + BeschSpa, + CatSpa in { + + flags optimize=all ; + +--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 ; + genitive : Prep ; + dative : Prep ; + + mkPrep : Str -> Prep ; + + +--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 ; + +-- A different gender can be forced. + + mkN : Str -> Gender -> N ; + +-- The worst case has two forms (singular + plural) and the gender. + + mkN : (baston,bastones : Str) -> Gender -> N + } ; + + +--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. "nmero de telfono". +-- They could be formed in syntax, but we give a shortcut here since +-- they are frequent in lexica. + + compN : N -> Str -> N ; + + +--3 Relational nouns +-- +-- Relational nouns ("fille de x") need a case and a preposition. + + mkN2 : N -> Prep -> N2 ; + +-- The most common cases are the genitive "de" and the dative "a", +-- with the empty preposition. + + deN2 : N -> N2 ; + aN2 : N -> N2 ; + +-- Three-place relational nouns ("la connessione di x a y") need two prepositions. + + mkN3 : N -> Prep -> Prep -> N3 ; + + +--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 ; + mkPN : (Pilar : Str) -> Gender -> PN + } ; + + +--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 ; + +-- 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 ; + +-- In the worst case, two separate adjectives are given: +-- the positive ("bueno"), and the comparative ("mejor"). + + mkA : (bueno : A) -> (mejor : A) -> A + } ; + +-- 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 ; + + +--3 Two-place adjectives +-- +-- Two-place adjectives need a preposition for their second argument. + + mkA2 : A -> Prep -> A2 ; + + + +--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 ; + + +--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 $BeschSpa$ gives +-- the complete set of "Bescherelle" conjugations. + + mkV : (pagar : Str) -> V ; + +-- Verbs with vowel alternatition in the stem - easiest to give with +-- two forms, e.g. "mostrar"/"muestro". + + mkV : (mostrar,muestro : Str) -> V ; + +-- Most irreguler verbs are found in $IrregSpa$. If this is not enough, +-- the module $BeschSpa$ gives all the patterns of the "Bescherelle" +-- book. To use them in the category $V$, wrap them with the function + + mkV : Verbum -> V + } ; + +-- To form reflexive verbs: + + reflV : V -> V ; + +-- Verbs with a deviant passive participle: just give the participle +-- in masculine singular form as second argument. + + special_ppV : V -> Str -> V ; + + + +--3 Two-place verbs +-- +-- Two-place verbs need a preposition, except the special case with direct object. +-- (transitive verbs). + + mkV2 : overload { + mkV2 : Str -> V2 ; + mkV2 : V -> V2 ; + mkV2 : V -> Prep -> V2 + } ; + + +-- 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 : V -> Prep -> Prep -> V3 ; -- hablar, a, di + dirV3 : V -> Prep -> V3 ; -- dar,(accusative),a + dirdirV3 : V -> V3 ; -- 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 ; + mkV2S : V -> Prep -> V2S ; + mkVV : V -> VV ; -- plain infinitive: "quiero hablar" + deVV : V -> VV ; -- "terminar de hablar" + aVV : V -> VV ; -- "aprender a hablar" + mkV2V : V -> Prep -> Prep -> V2V ; + mkVA : V -> VA ; + mkV2A : V -> Prep -> Prep -> V2A ; + mkVQ : V -> VQ ; + mkV2Q : V -> Prep -> V2Q ; + + 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 = MorphoSpa.Gender ; + Number = MorphoSpa.Number ; + masculine = Masc ; + feminine = Fem ; + singular = Sg ; + plural = Pl ; + + accusative = complAcc ** {lock_Prep = <>} ; + genitive = complGen ** {lock_Prep = <>} ; + dative = complDat ** {lock_Prep = <>} ; + mkPrep p = {s = p ; c = Acc ; 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} ** {lock_NP = <>} ; + + mk5A a b c d e = + compADeg {s = \\_ => (mkAdj a b c d e).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 => "ms" ++ 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 = <>} ; + + 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 ; + _ => 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 + } + } + in verbBesch verb ** {vtyp = VHabere ; lock_V = <>} ; + + reflV v = {s = v.s ; vtyp = VRefl ; lock_V = <>} ; + + verboV ve = verbBesch ve ** {vtyp = VHabere ; 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 = <> ; + vtyp = VHabere + } ; + + regAltV x y = verboV (regAlternV x y) ; + + mk2V2 v p = {s = v.s ; vtyp = v.vtyp ; c2 = p ; lock_V2 = <>} ; + dirV2 v = mk2V2 v accusative ; + v2V v = v ** {lock_V = <>} ; + + mkV3 v p q = {s = v.s ; vtyp = v.vtyp ; + c2 = p ; c3 = q ; lock_V3 = <>} ; + dirV3 v p = mkV3 v accusative p ; + dirdirV3 v = dirV3 v dative ; + + 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 + mkV2S v p = mk2V2 v p ** {mn,mp = Indic ; lock_V2S = <>} ; + mkVV v = v ** {c2 = complAcc ; lock_VV = <>} ; + deVV v = v ** {c2 = complGen ; lock_VV = <>} ; + aVV v = v ** {c2 = complDat ; lock_VV = <>} ; + mkV2V v p t = mkV3 v p t ** {lock_V2V = <>} ; + mkVA v = v ** {lock_VA = <>} ; + mkV2A v p q = mkV3 v p q ** {lock_V2A = <>} ; + 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 + } ; + 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 : (solo,sola,solos,solas,solamente : Str) -> A = mk5A ; + mkA : (bueno : A) -> (mejor : A) -> A = mkADeg ; + } ; + + mk5A : (solo,sola,solos,solas, solamente : 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 = regV ; + mkV : (mostrar,muestro : Str) -> V = regAltV ; + mkV : Verbum -> V = verboV + } ; + 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/deprecated/old-lib/resource/spanish/PhonoSpa.gf b/deprecated/old-lib/resource/spanish/PhonoSpa.gf new file mode 100644 index 000000000..f6f9cf50f --- /dev/null +++ b/deprecated/old-lib/resource/spanish/PhonoSpa.gf @@ -0,0 +1,14 @@ +resource PhonoSpa = open Prelude in { + +--3 Elision +-- +-- The phonological rule of *elision* can be defined as follows in GF. +-- In Spanish it includes both vowels and 'h'. + +oper + vocale : Strs = strs { + "a" ; "e" ; "h" ; "i" ; "o" ; "u" + } ; + + +} diff --git a/deprecated/old-lib/resource/spanish/PhraseSpa.gf b/deprecated/old-lib/resource/spanish/PhraseSpa.gf new file mode 100644 index 000000000..8f88d2a5b --- /dev/null +++ b/deprecated/old-lib/resource/spanish/PhraseSpa.gf @@ -0,0 +1,2 @@ +concrete PhraseSpa of Phrase = CatSpa ** PhraseRomance with + (ResRomance = ResSpa) ; diff --git a/deprecated/old-lib/resource/spanish/QuestionSpa.gf b/deprecated/old-lib/resource/spanish/QuestionSpa.gf new file mode 100644 index 000000000..fe8b7e720 --- /dev/null +++ b/deprecated/old-lib/resource/spanish/QuestionSpa.gf @@ -0,0 +1,2 @@ +concrete QuestionSpa of Question = CatSpa ** QuestionRomance with + (ResRomance = ResSpa) ; diff --git a/deprecated/old-lib/resource/spanish/RelativeSpa.gf b/deprecated/old-lib/resource/spanish/RelativeSpa.gf new file mode 100644 index 000000000..5fabba429 --- /dev/null +++ b/deprecated/old-lib/resource/spanish/RelativeSpa.gf @@ -0,0 +1,2 @@ +concrete RelativeSpa of Relative = CatSpa ** RelativeRomance with + (ResRomance = ResSpa) ; diff --git a/deprecated/old-lib/resource/spanish/ResSpa.gf b/deprecated/old-lib/resource/spanish/ResSpa.gf new file mode 100644 index 000000000..c5576ce00 --- /dev/null +++ b/deprecated/old-lib/resource/spanish/ResSpa.gf @@ -0,0 +1,13 @@ +--1 Spanish 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 ResSpa of ResRomance = DiffSpa ** open CommonRomance, Prelude in { + +--- flags optimize=noexpand ; + +} ; diff --git a/deprecated/old-lib/resource/spanish/SentenceSpa.gf b/deprecated/old-lib/resource/spanish/SentenceSpa.gf new file mode 100644 index 000000000..0fc075574 --- /dev/null +++ b/deprecated/old-lib/resource/spanish/SentenceSpa.gf @@ -0,0 +1,2 @@ +concrete SentenceSpa of Sentence = CatSpa ** SentenceRomance with + (ResRomance = ResSpa) ; diff --git a/deprecated/old-lib/resource/spanish/StructuralSpa.gf b/deprecated/old-lib/resource/spanish/StructuralSpa.gf new file mode 100644 index 000000000..0483d6606 --- /dev/null +++ b/deprecated/old-lib/resource/spanish/StructuralSpa.gf @@ -0,0 +1,159 @@ +concrete StructuralSpa of Structural = CatSpa ** + open PhonoSpa, MorphoSpa, ParadigmsSpa, BeschSpa, Prelude in { + + flags optimize=all ; + +lin + + above_Prep = mkPrep "sobre" ; + after_Prep = {s = ["despues"] ; c = MorphoSpa.genitive ; isDir = False} ; + all_Predet = { + s = \\a,c => prepCase c ++ aagrForms "todo" "toda" "todos" "todas" ! a ; + c = Nom + } ; + almost_AdA, almost_AdN = ss "casi" ; + always_AdV = ss "siempre" ; + although_Subj = ss "bench" ** {m = Conjunct} ; + and_Conj = {s1 = [] ; s2 = "y" ; n = Pl} ; + because_Subj = ss "porque" ** {m = Indic} ; + before_Prep = {s = "antes" ; c = MorphoSpa.genitive ; isDir = False} ; + behind_Prep = {s = "detrs" ; c = MorphoSpa.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 = {s = \\_,_ => "cada" ; n = Sg} ; + everything_NP = pn2np (mkPN ["todo"] Masc) ; + everywhere_Adv = ss ["en todas partes"] ; + few_Det = {s = \\g,c => prepCase c ++ genForms "pocos" "pocas" ! g ; n = Pl} ; +--- first_Ord = {s = \\ag => (regA "primero").s ! Posit ! AF ag.g ag.n} ; + for_Prep = mkPrep "por" ; + from_Prep = complGen ; --- + he_Pron = + mkPronoun + "el" "lo" "le" "l" + "su" "su" "sus" "sus" + Masc Sg P3 ; + here_Adv = mkAdv "aqu" ; -- ac + here7to_Adv = mkAdv ["para ac"] ; + here7from_Adv = mkAdv ["de ac"] ; + how_IAdv = ss "como" ; + how8many_IDet = + {s = \\g,c => prepCase c ++ genForms "cuantos" "cuantas" ! g ; n = Pl} ; + if_Subj = ss "si" ** {m = Indic} ; + in8front_Prep = {s = "delante" ; c = MorphoSpa.genitive ; isDir = False} ; + i_Pron = + mkPronoun + "yo" "me" "me" "m" + "mi" "mi" "mis" "mis" + Masc Sg P1 ; + in_Prep = mkPrep "en" ; + it_Pron = + mkPronoun + "el" "lo" "le" "l" + "su" "su" "sus" "sus" + Masc Sg P3 ; + less_CAdv = ss "meno" ; ---- + many_Det = {s = \\g,c => prepCase c ++ genForms "muchos" "muchas" ! g ; n = Pl} ; + more_CAdv = ss "mas" ; + most_Predet = {s = \\_,c => prepCase c ++ ["la mayor parte"] ; c = CPrep P_de} ; + much_Det = {s = \\g,c => prepCase c ++ genForms "mucho" "mucha" ! g ; n = Sg} ; + must_VV = mkVV (verboV (deber_6 "deber")) ; + no_Utt = ss "no" ; + on_Prep = mkPrep "sobre" ; +--- one_Quant = {s = \\g,c => prepCase c ++ genForms "uno" "una" ! g} ; + only_Predet = {s = \\_,c => prepCase c ++ "solamente" ; c = Nom} ; + 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 ["algn"] Masc) ; + somePl_Det = {s = \\g,c => prepCase c ++ genForms "algunos" "algunas" ! g ; n = Pl} ; + someSg_Det = {s = \\g,c => prepCase c ++ genForms "algun" "alguna" ! g ; n = Sg} ; + something_NP = pn2np (mkPN ["algo"] Masc) ; + somewhere_Adv = ss ["en ninguna parte"] ; + that_Quant = { + s = table { + Sg => \\g,c => prepCase c ++ genForms "ese" "esa" ! g ; + Pl => \\g,c => prepCase c ++ genForms "esos" "esas" ! g + } + } ; + 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 = { + s = table { + Sg => \\g,c => prepCase c ++ genForms "este" "esta" ! g ; + Pl => \\g,c => prepCase c ++ genForms "estos" "estas" ! g + } + } ; + 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 "cuando" ; + when_Subj = ss "cuando" ** {m = Indic} ; + where_IAdv = ss "donde" ; + which_IQuant = {s = table { + Sg => \\g,c => prepCase c ++ "qu" ; --- cual + Pl => \\g,c => prepCase c ++ "qu" + } + } ; + whoPl_IP = {s = \\c => prepCase c ++ "quin" ; a = aagr Masc Pl} ; + whoSg_IP = {s = \\c => prepCase c ++ "quin" ; a = aagr Masc Sg} ; + why_IAdv = ss "porqu" ; + without_Prep = mkPrep "sin" ; + with_Prep = mkPrep "con" ; + yes_Utt = ss "s" ; + youSg_Pron = mkPronoun + "tu" "te" "te" "t" + "tu" "tu" "tus" "tus" + Masc Sg P2 ; + youPl_Pron = + mkPronoun + "vosotros" "vos" "vos" "vosotros" + "vuestro" "vuestra" "vuestros" "vuestras" + Masc Pl P2 ; + youPol_Pron = + mkPronoun + "usted" "la" "le" "usted" + "su" "su" "sus" "sus" + Masc Sg P3 ; + +oper + etConj : {s : Str ; n : MorphoSpa.Number} = {s = pre { + "y" ; + "y" / strs {"ya" ; "ye" ; "yo" ; "yu"} ; + "e" / strs {"i" ; "hi" ; "y"} + }} ** {n = Pl} ; + +} + diff --git a/deprecated/old-lib/resource/spanish/TextSpa.gf b/deprecated/old-lib/resource/spanish/TextSpa.gf new file mode 100644 index 000000000..9f9eb75b9 --- /dev/null +++ b/deprecated/old-lib/resource/spanish/TextSpa.gf @@ -0,0 +1,11 @@ +concrete TextSpa of Text = CommonX - [Tense,TPres,TPast,TFut,TCond] ** { + +-- This works for the special punctuation marks of Spanish. + + 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/deprecated/old-lib/resource/spanish/VerbSpa.gf b/deprecated/old-lib/resource/spanish/VerbSpa.gf new file mode 100644 index 000000000..7ff1820e7 --- /dev/null +++ b/deprecated/old-lib/resource/spanish/VerbSpa.gf @@ -0,0 +1,2 @@ +concrete VerbSpa of Verb = CatSpa ** VerbRomance with + (ResRomance = ResSpa) ; diff --git a/deprecated/old-lib/resource/swedish/AdjectiveSwe.gf b/deprecated/old-lib/resource/swedish/AdjectiveSwe.gf new file mode 100644 index 000000000..00603805b --- /dev/null +++ b/deprecated/old-lib/resource/swedish/AdjectiveSwe.gf @@ -0,0 +1,2 @@ +concrete AdjectiveSwe of Adjective = CatSwe ** AdjectiveScand with + (ResScand = ResSwe) ; diff --git a/deprecated/old-lib/resource/swedish/AdverbSwe.gf b/deprecated/old-lib/resource/swedish/AdverbSwe.gf new file mode 100644 index 000000000..4ecd8aff4 --- /dev/null +++ b/deprecated/old-lib/resource/swedish/AdverbSwe.gf @@ -0,0 +1,2 @@ +concrete AdverbSwe of Adverb = CatSwe ** AdverbScand with + (ResScand = ResSwe) ; diff --git a/deprecated/old-lib/resource/swedish/AllSwe.gf b/deprecated/old-lib/resource/swedish/AllSwe.gf new file mode 100644 index 000000000..c63bd9424 --- /dev/null +++ b/deprecated/old-lib/resource/swedish/AllSwe.gf @@ -0,0 +1,7 @@ +--# -path=.:../scandinavian:../abstract:../common:prelude + +concrete AllSwe of AllSweAbs = + LangSwe, + IrregSwe, + ExtraSwe + ** {} ; diff --git a/deprecated/old-lib/resource/swedish/AllSweAbs.gf b/deprecated/old-lib/resource/swedish/AllSweAbs.gf new file mode 100644 index 000000000..33ea20ec1 --- /dev/null +++ b/deprecated/old-lib/resource/swedish/AllSweAbs.gf @@ -0,0 +1,5 @@ +abstract AllSweAbs = + Lang, + IrregSweAbs, + ExtraSweAbs + ** {} ; diff --git a/deprecated/old-lib/resource/swedish/CatSwe.gf b/deprecated/old-lib/resource/swedish/CatSwe.gf new file mode 100644 index 000000000..c35924036 --- /dev/null +++ b/deprecated/old-lib/resource/swedish/CatSwe.gf @@ -0,0 +1,2 @@ +concrete CatSwe of Cat = CommonX ** CatScand with + (ResScand = ResSwe) ; diff --git a/deprecated/old-lib/resource/swedish/CompatibilitySwe.gf b/deprecated/old-lib/resource/swedish/CompatibilitySwe.gf new file mode 100644 index 000000000..84ab961b3 --- /dev/null +++ b/deprecated/old-lib/resource/swedish/CompatibilitySwe.gf @@ -0,0 +1,11 @@ +--# -path=.:../scandinavian:../abstract:../common + +concrete CompatibilitySwe of Compatibility = CatSwe ** open Prelude, CommonScand in { + +-- from Noun 19/4/2008 + +lin + NumInt n = {s = \\_ => n.s ; isDet = True ; n = Pl} ; + OrdInt n = {s = n.s ++ ":e" ; isDet = True} ; + +} diff --git a/deprecated/old-lib/resource/swedish/ConjunctionSwe.gf b/deprecated/old-lib/resource/swedish/ConjunctionSwe.gf new file mode 100644 index 000000000..dca410032 --- /dev/null +++ b/deprecated/old-lib/resource/swedish/ConjunctionSwe.gf @@ -0,0 +1,2 @@ +concrete ConjunctionSwe of Conjunction = CatSwe ** ConjunctionScand with + (ResScand = ResSwe) ; diff --git a/deprecated/old-lib/resource/swedish/DiffSwe.gf b/deprecated/old-lib/resource/swedish/DiffSwe.gf new file mode 100644 index 000000000..97d9fa9cd --- /dev/null +++ b/deprecated/old-lib/resource/swedish/DiffSwe.gf @@ -0,0 +1,98 @@ +instance DiffSwe of DiffScand = open CommonScand, Prelude in { + +-- Parameters. + + param + Gender = Utr | Neutr ; + + oper + utrum = Utr ; + neutrum = Neutr ; + + gennumN : Gender -> Number -> GenNum = \g,n -> Plg ; ----- + gennum : Gender -> Number -> GenNum = \g,n -> +{- +--- debugging Compute 9/11/2007 + case n of { + Sg => case g of { + Utr => SgUtr ; + Neutr => SgNeutr + } ; + _ => Plg + } ; +-} + case < : Gender * Number> of { + => SgUtr ; + => SgNeutr ; + _ => Plg + } ; + + detDef : Species = Def ; + + Verb : Type = { + s : VForm => Str ; + part : Str ; + vtype : VType + } ; + + hasAuxBe _ = False ; + + +-- Strings. + + conjThat = "att" ; + conjThan = "n" ; + conjAnd = "och" ; + infMark = "att" ; + compMore = "mera" ; + + subjIf = "om" ; + + artIndef : Gender => Str = table { + Utr => "en" ; + Neutr => "ett" + } ; + + verbHave = + mkVerb "ha" "har" "ha" "hade" "haft" "havd" "havt" "havda" ** noPart ; + verbBe = + mkVerb "vara" "r" "var" "var" "varit" "varen" "varet" "varna" + ** noPart ; + verbBecome = + mkVerb "bli" "blir" "bli" "blev" "blivit" "bliven" "blivet" "blivna" + ** noPart ; + + -- auxiliary + noPart = {part = []} ; + + auxFut = "ska" ; -- "skall" in ExtSwe + auxCond = "skulle" ; + + negation : Polarity => Str = table { + Pos => [] ; + Neg => "inte" + } ; + + genderForms : (x1,x2 : Str) -> Gender => Str = \all,allt -> + table { + Utr => all ; + Neutr => allt + } ; + + relPron : GenNum => RCase => Str = \\gn,c => case c of { + RNom | RPrep False => "som" ; + RGen => "vars" ; + RPrep True => gennumForms "vilken" "vilket" "vilka" ! gn + } ; + + pronSuch = gennumForms "sdan" "sdant" "sdana" ; + + reflPron : Agr -> Str = \a -> case a of { + {gn = Plg ; p = P1} => "oss" ; + {gn = Plg ; p = P2} => "er" ; + {p = P1} => "mig" ; + {p = P2} => "dig" ; + {p = P3} => "sig" + } ; + +} diff --git a/deprecated/old-lib/resource/swedish/ExtraScandSwe.gf b/deprecated/old-lib/resource/swedish/ExtraScandSwe.gf new file mode 100644 index 000000000..ba62a8f1e --- /dev/null +++ b/deprecated/old-lib/resource/swedish/ExtraScandSwe.gf @@ -0,0 +1,2 @@ +concrete ExtraScandSwe of ExtraScandAbs = CatSwe ** ExtraScand with + (ResScand = ResSwe) ; diff --git a/deprecated/old-lib/resource/swedish/ExtraSwe.gf b/deprecated/old-lib/resource/swedish/ExtraSwe.gf new file mode 100644 index 000000000..ca533be6b --- /dev/null +++ b/deprecated/old-lib/resource/swedish/ExtraSwe.gf @@ -0,0 +1,3 @@ +concrete ExtraSwe of ExtraSweAbs = ExtraScandSwe ** { + +} diff --git a/deprecated/old-lib/resource/swedish/ExtraSweAbs.gf b/deprecated/old-lib/resource/swedish/ExtraSweAbs.gf new file mode 100644 index 000000000..9371b3e11 --- /dev/null +++ b/deprecated/old-lib/resource/swedish/ExtraSweAbs.gf @@ -0,0 +1,7 @@ +-- Structures special for Swedish. These are not implemented in other +-- Scandinavian languages. + +abstract ExtraSweAbs = ExtraScandAbs ** { + + +} \ No newline at end of file diff --git a/deprecated/old-lib/resource/swedish/GrammarSwe.gf b/deprecated/old-lib/resource/swedish/GrammarSwe.gf new file mode 100644 index 000000000..109669dfb --- /dev/null +++ b/deprecated/old-lib/resource/swedish/GrammarSwe.gf @@ -0,0 +1,21 @@ +--# -path=.:../scandinavian:../abstract:../common:prelude + +concrete GrammarSwe of Grammar = + NounSwe, + VerbSwe, + AdjectiveSwe, + AdverbSwe, + NumeralSwe, + SentenceSwe, + QuestionSwe, + RelativeSwe, + ConjunctionSwe, + PhraseSwe, + TextX, + IdiomSwe, + StructuralSwe + ** { + +flags startcat = Phr ; unlexer = text ; lexer = text ; + +} ; diff --git a/deprecated/old-lib/resource/swedish/IdiomSwe.gf b/deprecated/old-lib/resource/swedish/IdiomSwe.gf new file mode 100644 index 000000000..65ebf9b30 --- /dev/null +++ b/deprecated/old-lib/resource/swedish/IdiomSwe.gf @@ -0,0 +1,44 @@ +concrete IdiomSwe of Idiom = CatSwe ** + open MorphoSwe, ParadigmsSwe, IrregSwe, Prelude in { + + flags optimize=all_subs ; + + oper + utr = ParadigmsSwe.utrum ; + neutr = ParadigmsSwe.neutrum ; + + lin + ImpersCl vp = mkClause "det" (agrP3 neutr Sg) vp ; + GenericCl vp = mkClause "man" (agrP3 utr Sg) vp ; + + CleftNP np rs = mkClause "det" (agrP3 neutr Sg) + (insertObj (\\_ => np.s ! rs.c ++ rs.s ! np.a) (predV verbBe)) ; + + CleftAdv ad s = mkClause "det" (agrP3 neutr Sg) + (insertObj (\\_ => ad.s ++ s.s ! Sub) (predV verbBe)) ; + + ExistNP np = + mkClause "det" (agrP3 neutr Sg) (insertObj + (\\_ => np.s ! accusative) (predV (depV finna_V))) ; + + ExistIP ip = { + s = \\t,a,p => + let + cls = + (mkClause "det" (agrP3 neutr Sg) (predV (depV finna_V))).s ! t ! a ! p ; + who = ip.s ! accusative + in table { + QDir => who ++ cls ! Inv ; + QIndir => who ++ cls ! Sub + } + } ; + + + ProgrVP vp = + insertObj (\\a => "att" ++ infVP vp a) (predV (partV hlla_V "p")) ; + + ImpPl1 vp = {s = ["lt oss"] ++ infVP vp {gn = Plg ; p = P1}} ; + + +} + diff --git a/deprecated/old-lib/resource/swedish/IrregSwe.gf b/deprecated/old-lib/resource/swedish/IrregSwe.gf new file mode 100644 index 000000000..a31fd7241 --- /dev/null +++ b/deprecated/old-lib/resource/swedish/IrregSwe.gf @@ -0,0 +1,185 @@ +--# -path=.:../scandinavian:../common:../abstract:../../prelude + +concrete IrregSwe of IrregSweAbs = CatSwe ** open ParadigmsSwe in { + + flags optimize=values ; + + lin + anfalla_V = irregV "anfalla" "anfll" "anfallit" ; + angiva_V = irregV "angiva" "angav" "angivit" ; + angripa_V = irregV "angripa" "angrep" "angripit" ; + anhlla_V = irregV "anhlla" "anhll" "anhllit" ; + antaga_V = irregV "antaga" "antog" "antagit" ; + ta_V = irregV "ta" "t" "tit" ; + terfinna_V = irregV "terfinna" "terfann" "terfunnit" ; + avbryta_V = irregV "avbryta" "avbrt" "avbrutit" ; + avfalla_V = irregV "avfalla" "avfll" "avfallit" ; + avhugga_V = irregV "avhugga" "avhgg" "avhuggit" ; + avlida_V = irregV "avlida" "avled" "avlidit" ; + avnjuta_V = irregV "avnjuta" "avnjt" "avnjutit" ; + avsitta_V = irregV "avsitta" "avsatt" "avsuttit" ; + avskriva_V = irregV "avskriva" "avskrev" "avskrivit" ; + avstiga_V = irregV "avstiga" "avsteg" "avstigit" ; + bra_V = irregV "bra" "bar" "burit" ; + bedraga_V = irregV "bedraga" "bedrog" "bedragit" ; + bedriva_V = irregV "bedriva" "bedrev" "bedrivit" ; + befinna_V = irregV "befinna" "befann" "befunnit" ; + begrava_V = irregV "begrava" "begrov" "begravit" ; + behlla_V = irregV "behlla" "behll" "behllit" ; + beljuga_V = irregV "beljuga" "beljg" "beljugit" ; + berida_V = irregV "berida" "bered" "beridit" ; + besitta_V = irregV "besitta" "besatt" "besuttit" ; + beskriva_V = irregV "beskriva" "beskrev" "beskrivit" ; + besluta_V = irregV "besluta" "beslt" "beslutit" ; + bestiga_V = irregV "bestiga" "besteg" "bestigit" ; + bestrida_V = irregV "bestrida" "bestred" "bestridit" ; + bidraga_V = irregV "bidraga" "bidrog" "bidragit" ; + bifalla_V = irregV "bifalla" "bifll" "bifallit" ; + binda_V = irregV "binda" "band" "bundit" ; + bita_V = irregV "bita" "bet" "bitit" ; + bjuda_V = irregV "bjuda" "bjd" "bjudit" ; + bliva_V = irregV "bli" "blev" "blivit" ; + borttaga_V = irregV "borttaga" "borttog" "borttagit" ; + brinna_V = irregV "brinna" "brann" "brunnit" ; + brista_V = irregV "brista" "brast" "brustit" ; + bryta_V = irregV "bryta" "brt" "brutit" ; + d_V = irregV "d" "dog" "dtt" ; + draga_V = mkV (variants { "dra"; "draga"}) (variants { "drar" ; + "drager"}) (variants { "dra" ; "drag" }) "drog" "dragit" "dragen" ; + dricka_V = irregV "dricka" "drack" "druckit" ; + driva_V = irregV "driva" "drev" "drivit" ; + drypa_V = irregV "drypa" "drp" "drupit" ; + duga_V = irregV "duga" "dg" "dugit" ; + dyka_V = irregV "dyka" "dk" "dukit" ; + erbjuda_V = irregV "erbjuda" "erbjd" "erbjudit" ; + erfara_V = irregV "erfara" "erfor" "erfarit" ; + erhlla_V = irregV "erhlla" "erhll" "erhllit" ; + falla_V = irregV "falla" "fll" "fallit" ; + fnga_V = irregV "fnga" "fng" "fngit" ; + fara_V = irregV "fara" "for" "farit" ; + finna_V = irregV "finna" "fann" "funnit" ; + flyga_V = irregV "flyga" "flg" "flugit" ; + flyta_V = irregV "flyta" "flt" "flutit" ; + frbehlla_V = irregV "frbehlla" "frbehll" "frbehllit" ; + frbinda_V = irregV "frbinda" "frband" "frbundit" ; + frbjuda_V = irregV "frbjuda" "frbjd" "frbjudit" ; + frdriva_V = irregV "frdriva" "frdrev" "frdrivit" ; + freskriva_V = irregV "freskriva" "freskrev" "freskrivit" ; + fretaga_V = irregV "fretaga" "fretog" "fretagit" ; + frfrysa_V = irregV "frfrysa" "frfrs" "frfrusit" ; + frlta_V = irregV "frlta" "frlt" "frltit" ; + frnimma_V = irregV "frnimma" "frnamm" "frnummit" ; + frsitta_V = irregV "frsitta" "frsatt" "frsuttit" ; + frsvinna_V = irregV "frsvinna" "frsvann" "frsvunnit" ; + frtiga_V = irregV "frtiga" "frteg" "frtigit" ; + frysa_V = irregV "frysa" "frs" "frusit" ; + g_V = irregV "g" "gick" "gtt" ; + gra_V = mkV "gra" "gr" "gr" "gjorde" "gjort" "gjord" ; + genomdriva_V = irregV "genomdriva" "genomdrev" "genomdrivit" ; + gilla_V = irregV "gilla" "gall" "gillit" ; + giva_V = irregV "ge" "gav" "givit" ; + gjuta_V = irregV "gjuta" "gjt" "gjutit" ; + glida_V = irregV "glida" "gled" "glidit" ; + gnida_V = irregV "gnida" "gned" "gnidit" ; + grta_V = irregV "grta" "grt" "grtit" ; + gripa_V = irregV "gripa" "grep" "gripit" ; + hlla_V = irregV "hlla" "hll" "hllit" ; + hinna_V = irregV "hinna" "hann" "hunnit" ; + hugga_V = irregV "hugga" "hgg" "huggit" ; + iakttaga_V = irregV "iakttaga" "iakttog" "iakttagit" ; + inbegripa_V = irregV "inbegripa" "inbegrep" "inbegripit" ; + inbjuda_V = irregV "inbjuda" "inbjd" "inbjudit" ; + indraga_V = irregV "indraga" "indrog" "indragit" ; + innesluta_V = irregV "innesluta" "inneslt" "inneslutit" ; + inskriva_V = irregV "inskriva" "inskrev" "inskrivit" ; + intaga_V = irregV "intaga" "intog" "intagit" ; + knna_V = irregV "knna" "knde" "knt" ; + klmma_V = regV "klmmer" ; + kliva_V = irregV "kliva" "klev" "klivit" ; + klyva_V = irregV "klyva" "klv" "kluvit" ; + knipa_V = irregV "knipa" "knep" "knipit" ; + knyta_V = irregV "knyta" "knt" "knutit" ; + komma_V = irregV "komma" "kom" "kommit" ; + krypa_V = irregV "krypa" "krp" "krupit" ; + kunna_V = mkV "kunna" "kan" "kan" "kunde" "kunnat" "knd" ; + kvida_V = irregV "kvida" "kved" "kvidit" ; + lta_V = irregV "lta" "lt" "ltit" ; + leva_V = irregV "leva" "levde" "levt" ; + ligga_V = irregV "ligga" "lg" "legat" ; + ljuda_V = irregV "ljuda" "ljd" "ljudit" ; + ljuga_V = irregV "ljuga" "ljg" "ljugit" ; + ljuta_V = irregV "ljuta" "ljt" "ljutit" ; + lgga_V = irregV "lgga" "lade" "lagt" ; + mottaga_V = irregV "mottaga" "mottog" "mottagit" ; + nerstiga_V = irregV "nerstiga" "nersteg" "nerstigit" ; + niga_V = irregV "niga" "neg" "nigit" ; + njuta_V = irregV "njuta" "njt" "njutit" ; + omgiva_V = irregV "omgiva" "omgav" "omgivit" ; + verfalla_V = irregV "verfalla" "verfll" "verfallit" ; + vergiva_V = irregV "vergiva" "vergav" "vergivit" ; + pipa_V = irregV "pipa" "pep" "pipit" ; + rida_V = irregV "rida" "red" "ridit" ; + rinna_V = irregV "rinna" "rann" "runnit" ; + riva_V = irregV "riva" "rev" "rivit" ; + ryta_V = irregV "ryta" "rt" "rutit" ; + sga_V = irregV "sga" "sade" "sagt" ; + se_V = irregV "se" "sg" "sett" ; + sitta_V = irregV "sitta" "satt" "suttit" ; + sjuda_V = irregV "sjuda" "sjd" "sjudit" ; + sjunga_V = irregV "sjunga" "sjng" "sjungit" ; + sjunka_V = irregV "sjunka" "sjnk" "sjunkit" ; + skra_V = mkV "skra" "skr" "skr" "skar" "skurit" "skuren" ; + skina_V = irregV "skina" "sken" "skinit" ; + skita_V = irregV "skita" "sket" "skitit" ; + skjuta_V = irregV "skjuta" "skjt" "skjutit" ; + skrida_V = irregV "skrida" "skred" "skridit" ; + skrika_V = irregV "skrika" "skrek" "skrikit" ; + skriva_V = irregV "skriva" "skrev" "skrivit" ; + skryta_V = irregV "skryta" "skrt" "skrutit" ; + sl_V = irregV "sl" "slog" "slagit" ; + slinka_V = irregV "slinka" "slank" "slunkit" ; + slippa_V = irregV "slippa" "slapp" "sluppit" ; + slita_V = irregV "slita" "slet" "slitit" ; + sluta_V = irregV "sluta" "slt" "slutit" ; + smrja_V = irregV "smrja" "smorjde" "smort" ; + smita_V = irregV "smita" "smet" "smitit" ; + snyta_V = irregV "snyta" "snt" "snutit" ; + sova_V = irregV "sova" "sov" "sovit" ; + spinna_V = irregV "spinna" "spann" "spunnit" ; + spricka_V = irregV "spricka" "sprack" "spruckit" ; + sprida_V = irregV "sprida" "spred" "spridit" ; + springa_V = irregV "springa" "sprang" "sprungit" ; + st_V = irregV "st" "stod" "sttt" ; + sticka_V = irregV "sticka" "stack" "stuckit" ; + stiga_V = irregV "stiga" "steg" "stigit" ; + stinka_V = irregV "stinka" "stank" "stunkit" ; + strida_V = irregV "strida" "stred" "stridit" ; + strypa_V = irregV "strypa" "strp" "strupit" ; + suga_V = irregV "suga" "sg" "sugit" ; + supa_V = irregV "supa" "sp" "supit" ; + svlla_V = irregV "svlla" "svllde" "svllt" ; + svida_V = irregV "svida" "sved" "svidit" ; + svika_V = irregV "svika" "svek" "svikit" ; + sy_V = irregV "sy" "sydde" "sytt" ; + taga_V = irregV "taga" "tog" "tagit" ; + tiga_V = irregV "tiga" "teg" "tigit" ; + tillta_V = irregV "tillta" "tillt" "tilltit" ; + tillsluta_V = irregV "tillsluta" "tillslt" "tillslutit" ; + tjuta_V = irregV "tjuta" "tjt" "tjutit" ; + tryta_V = irregV "tryta" "trt" "trutit" ; + tvinga_V = irregV "tvinga" "tvang" "tvungit" ; + uppfinna_V = irregV "uppfinna" "uppfann" "uppfunnit" ; + uppgiva_V = irregV "uppgiva" "uppgav" "uppgivit" ; + upplta_V = irregV "upplta" "upplt" "uppltit" ; + uppstiga_V = irregV "uppstiga" "uppsteg" "uppstigit" ; + upptaga_V = irregV "upptaga" "upptog" "upptagit" ; + utbjuda_V = irregV "utbjuda" "utbjd" "utbjudit" ; + utbrista_V = irregV "utbrista" "utbrast" "utbrustit" ; + utesluta_V = irregV "utesluta" "uteslt" "uteslutit" ; + utskriva_V = irregV "utskriva" "utskrev" "utskrivit" ; + veta_V = mk6V "veta" "vet" "vet" "visste" "vetat" (variants {}) ; + vnda_V = irregV "vnda" "vnde" "vnt" ; + vina_V = irregV "vina" "ven" "vinit" ; + vinna_V = irregV "vinna" "vann" "vunnit" ; + vrida_V = irregV "vrida" "vred" "vridit" ; +} \ No newline at end of file diff --git a/deprecated/old-lib/resource/swedish/IrregSweAbs.gf b/deprecated/old-lib/resource/swedish/IrregSweAbs.gf new file mode 100644 index 000000000..b4da1aaa7 --- /dev/null +++ b/deprecated/old-lib/resource/swedish/IrregSweAbs.gf @@ -0,0 +1,179 @@ +abstract IrregSweAbs = Cat ** { + fun + anfalla_V : V ; + angiva_V : V ; + angripa_V : V ; + anhlla_V : V ; + antaga_V : V ; + ta_V : V ; + terfinna_V : V ; + avbryta_V : V ; + avfalla_V : V ; + avhugga_V : V ; + avlida_V : V ; + avnjuta_V : V ; + avsitta_V : V ; + avskriva_V : V ; + avstiga_V : V ; + bra_V : V ; + bedraga_V : V ; + bedriva_V : V ; + befinna_V : V ; + begrava_V : V ; + behlla_V : V ; + beljuga_V : V ; + berida_V : V ; + besitta_V : V ; + beskriva_V : V ; + besluta_V : V ; + bestiga_V : V ; + bestrida_V : V ; + bidraga_V : V ; + bifalla_V : V ; + binda_V : V ; + bita_V : V ; + bjuda_V : V ; + bliva_V : V ; + borttaga_V : V ; + brinna_V : V ; + brista_V : V ; + bryta_V : V ; + d_V : V ; + draga_V : V ; + dricka_V : V ; + driva_V : V ; + drypa_V : V ; + duga_V : V ; + dyka_V : V ; + erbjuda_V : V ; + erfara_V : V ; + erhlla_V : V ; + falla_V : V ; + fnga_V : V ; + fara_V : V ; + finna_V : V ; + flyga_V : V ; + flyta_V : V ; + frbehlla_V : V ; + frbinda_V : V ; + frbjuda_V : V ; + frdriva_V : V ; + freskriva_V : V ; + fretaga_V : V ; + frfrysa_V : V ; + frlta_V : V ; + frnimma_V : V ; + frsitta_V : V ; + frsvinna_V : V ; + frtiga_V : V ; + frysa_V : V ; + g_V : V ; + gra_V : V ; + genomdriva_V : V ; + gilla_V : V ; + giva_V : V ; + gjuta_V : V ; + glida_V : V ; + gnida_V : V ; + grta_V : V ; + gripa_V : V ; + hlla_V : V ; + hinna_V : V ; + hugga_V : V ; + iakttaga_V : V ; + inbegripa_V : V ; + inbjuda_V : V ; + indraga_V : V ; + innesluta_V : V ; + inskriva_V : V ; + intaga_V : V ; + knna_V : V ; + klmma_V : V ; + kliva_V : V ; + klyva_V : V ; + knipa_V : V ; + knyta_V : V ; + komma_V : V ; + krypa_V : V ; + kunna_V : V ; + kvida_V : V ; + lta_V : V ; + leva_V : V ; + ligga_V : V ; + ljuda_V : V ; + ljuga_V : V ; + ljuta_V : V ; + lgga_V : V ; + mottaga_V : V ; + nerstiga_V : V ; + niga_V : V ; + njuta_V : V ; + omgiva_V : V ; + verfalla_V : V ; + vergiva_V : V ; + pipa_V : V ; + rida_V : V ; + rinna_V : V ; + riva_V : V ; + ryta_V : V ; + sga_V : V ; + se_V : V ; + sitta_V : V ; + sjuda_V : V ; + sjunga_V : V ; + sjunka_V : V ; + skra_V : V ; + skina_V : V ; + skita_V : V ; + skjuta_V : V ; + skrida_V : V ; + skrika_V : V ; + skriva_V : V ; + skryta_V : V ; + sl_V : V ; + slinka_V : V ; + slippa_V : V ; + slita_V : V ; + sluta_V : V ; + smrja_V : V ; + smita_V : V ; + snyta_V : V ; + sova_V : V ; + spinna_V : V ; + spricka_V : V ; + sprida_V : V ; + springa_V : V ; + st_V : V ; + sticka_V : V ; + stiga_V : V ; + stinka_V : V ; + strida_V : V ; + strypa_V : V ; + suga_V : V ; + supa_V : V ; + svlla_V : V ; + svida_V : V ; + svika_V : V ; + sy_V : V ; + taga_V : V ; + tiga_V : V ; + tillta_V : V ; + tillsluta_V : V ; + tjuta_V : V ; + tryta_V : V ; + tvinga_V : V ; + uppfinna_V : V ; + uppgiva_V : V ; + upplta_V : V ; + uppstiga_V : V ; + upptaga_V : V ; + utbjuda_V : V ; + utbrista_V : V ; + utesluta_V : V ; + utskriva_V : V ; + vnda_V : V ; + veta_V : V ; + vina_V : V ; + vinna_V : V ; + vrida_V : V ; +} diff --git a/deprecated/old-lib/resource/swedish/LangSwe.gf b/deprecated/old-lib/resource/swedish/LangSwe.gf new file mode 100644 index 000000000..a321acd1f --- /dev/null +++ b/deprecated/old-lib/resource/swedish/LangSwe.gf @@ -0,0 +1,10 @@ +--# -path=.:../scandinavian:../abstract:../common:prelude + +concrete LangSwe of Lang = + GrammarSwe, + LexiconSwe + ** { + +flags startcat = Phr ; unlexer = text ; lexer = text ; + +} ; diff --git a/deprecated/old-lib/resource/swedish/LexiconSwe.gf b/deprecated/old-lib/resource/swedish/LexiconSwe.gf new file mode 100644 index 000000000..3bca3ec0f --- /dev/null +++ b/deprecated/old-lib/resource/swedish/LexiconSwe.gf @@ -0,0 +1,366 @@ +--# -path=.:../scandinavian:../common:../abstract:../../prelude + +concrete LexiconSwe of Lexicon = CatSwe ** + open Prelude, ParadigmsSwe, IrregSwe in { + +flags + optimize=values ; + +lin + airplane_N = regGenN "flygplan" neutrum ; + answer_V2S = mkV2S (regV "svarar") (mkPrep "till") ; + apartment_N = mk2N "lgenhet" "lgenheter" ; + apple_N = regGenN "pple" neutrum ; + art_N = mk2N "konst" "konster" ; + ask_V2Q = mkV2Q (regV "frgar") noPrep ; + baby_N = regGenN "bebis" utrum ; + bad_A = irregA "dlig" "smre" "smst"; + bank_N = mk2N "bank" "banker" ; + beautiful_A = mk3A "vacker" "vackert" "vackra" ; + become_VA = mkVA (mkV "bli" "blir""bli" "blev" "blivit" "bliven") ; + beer_N = regGenN "l" neutrum ; + beg_V2V = mkV2V (mkV "be" "ber""be" "bad" "bett" "bedd") noPrep (mkPrep "att") ; + big_A = irregA "stor" "strre" "strst"; + bike_N = mk2N "cykel" "cyklar" ; + bird_N = mk2N "fgel" "fglar" ; + black_A = mk2A "svart" "svart" ; + blue_A = mk2A "bl" "bltt"; + boat_N = regGenN "bt" utrum ; + book_N = mkN "bok" "boken" "bcker" "bckerna" ; + boot_N = mk2N "stvel" "stvlar" ; + boss_N = mk2N "chef" "chefer" ; + boy_N = regGenN "pojke" utrum ; + bread_N = regGenN "brd" neutrum ; + break_V2 = dirV2 (partV (mkV "sl" "slr" "sl" "slog" "slagit" "slagen") "snder") ; + broad_A = mk2A "bred" "brett" ; + brother_N2 = mkN2 ((mkN "bror" "brodern" "brder" "brderna")) (mkPrep "till") ; + brown_A = regA "brun" ; + butter_N = regGenN "smr" neutrum ; + buy_V2 = dirV2 (mk2V "kpa" "kpte") ; + camera_N = regGenN "kamera" utrum ; + cap_N = regGenN "mssa" utrum ; + car_N = regGenN "bil" utrum ; + carpet_N = regGenN "matta" utrum ; + cat_N = mk2N "katt" "katter" ; + ceiling_N = regGenN "tak" neutrum ; + chair_N = regGenN "stol" utrum ; + cheese_N = regGenN "ost" utrum ; + child_N = regGenN "barn" neutrum ; + church_N = regGenN "kyrka" utrum ; + city_N = mkN "stad" "staden" "stder" "stderna" ; + clean_A = regA "ren" ; + clever_A = regA "klok" ; + close_V2 = dirV2 (mk2V "stnga" "stngde") ; + coat_N = regGenN "rock" utrum ; + cold_A = regA "kall" ; + come_V = komma_V ; + computer_N = mk2N "dator" "datorer" ; + country_N = mkN "land" "landet" "lnder" "lnderna" ; + cousin_N = mk2N "kusin" "kusiner" ; + cow_N = mk2N "ko" "kor" ; + die_V = (mkV "d" "dr" "d" "dog" "dtt" "ddd") ; ---- + distance_N3 = mkN3 (mk2N "avstnd" "avstnd") (mkPrep "frn") (mkPrep "till") ; + dirty_A = regA "smutsig" ; + doctor_N = mk2N "lkare" "lkare" ; + dog_N = regGenN "hund" utrum ; + door_N = regGenN "drr" utrum ; + drink_V2 = dirV2 (irregV "dricka" "drack" "druckit") ; + easy_A2V = mkA2V (mk2A "ltt" "ltt") (mkPrep "fr") ; + eat_V2 = dirV2 (irregV "ta" "t" "tit") ; + empty_A = mkA "tom" "tomt" "tomma" "tomma" "tommare" "tommast" "tommaste" ; + enemy_N = regGenN "fiende" neutrum ; + factory_N = mk2N "fabrik" "fabriker" ; + father_N2 = mkN2 ((mkN "far" "fadern" "fder" "fderna")) (mkPrep "till") ; + fear_VS = mkVS (regV "fruktar") ; + find_V2 = dirV2 (irregV "finna" "fann" "funnit") ; + fish_N = mk2N "fisk" "fiskar" ; + floor_N = regGenN "golv" neutrum ; + forget_V2 = dirV2 (mkV "glmma" "glmmer" "glm" "glmde" "glmt" "glmd") ; + fridge_N = regGenN "kylskp" neutrum ; + friend_N = mkN "vn" "vnnen" "vnner" "vnnerna" ; + fruit_N = mk2N "frukt" "frukter" ; + fun_AV = mkAV (regA "rolig") ; + garden_N = regGenN "trdgrd" utrum ; + girl_N = regGenN "flicka" utrum ; + glove_N = regGenN "handske" utrum ; + gold_N = regGenN "guld" neutrum ; + good_A = mkA "god" "gott" "goda" "goda" "bttre" "bst" "bsta" ; + go_V = (mkV "g" "gr" "g" "gick" "gtt" "gngen") ; + green_A = regA "grn" ; + harbour_N = regGenN "hamn" utrum; + hate_V2 = dirV2 (regV "hatar") ; + hat_N = regGenN "hatt" utrum ; + have_V2 = dirV2 (mkV "ha" "har" "ha" "hade" "haft" "haft") ; ---- pp + hear_V2 = dirV2 (mkV "hra" "hr" "hr" "hrde" "hrt" "hrd") ; + hill_N = regGenN "kulle" utrum ; +-- hope_VS = mkVS ((regV "nskar")) ; + hope_VS = mkVS (depV (regV "hoppar")) ; + horse_N = regGenN "hst" utrum ; + hot_A = regA "het" ; + house_N = regGenN "hus" neutrum ; + important_A = regA "viktig" ; + industry_N = mk2N "industri" "industrier" ; ---- "ien" ?? + iron_N = regGenN "jrn" neutrum ; + king_N = (regGenN "kung" utrum) ; + know_V2 = dirV2 (mkV "veta" "vet" "vet" "visste" "vetat" "visst") ; + lake_N = mkN "sj" "sjn" "sjar" "sjarna" ; + lamp_N = regGenN "lampa" utrum; + learn_V2 = dirV2 (reflV (mkV "lra" "lr" "lr" "lrde" "lrt" "lrd")) ; + leather_N = mkN "lder" "ldret" "lder" "ldren" ; + leave_V2 = dirV2 (regV "lmnar") ; + like_V2 = mkV2 (mk2V "tycka" "tyckte") (mkPrep "om") ; + listen_V2 = mkV2 (regV "lyssnar") (mkPrep "p") ; + live_V = (irregV "leva" "levde" "levt") ; ---- ? + long_A = irregA "lng" "lngre" "lngst" ; + lose_V2 = dirV2 (regV "frlora") ; + love_N = regGenN "krlek" utrum ; + love_V2 = dirV2 (regV "lska") ; + man_N = (mkN "man" "mannen" "mn" "mnnen") ; + married_A2 = mkA2 (mk2A "gift" "gift") (mkPrep "med") ; + meat_N = regGenN "ktt" neutrum ; + milk_N = regGenN "mjlk" utrum ; ---- -ar? + moon_N = regGenN "mne" utrum ; + mother_N2 = mkN2 (mkN "mor" "modern" "mdrar" "mdrarna") (mkPrep "till") ; + mountain_N = regGenN "berg" neutrum ; + music_N = mk2N "musik" "musiker" ; ---- er ? + narrow_A = regA "smal" ; + new_A = mkA "ny" "nytt" "nya" "nya" "nyare" "nyast" "nyaste" ; + newspaper_N = regGenN "tidning" utrum ; + oil_N = regGenN "olja" utrum ; + old_A = mkA "gammal" "gammalt" "gamla" "gamla" "ldre" "ldst" "ldsta" ; + open_V2 = dirV2 (regV "ppna") ; + paint_V2A = mkV2A (regV "mla") noPrep ; + paper_N = mkN "papper" "pappret" "papper" "pappren" ; + paris_PN = regGenPN "Paris" neutrum ; + peace_N = regGenN "fred" utrum ; ---- ar? + pen_N = regGenN "penna" utrum ; + planet_N = mk2N "planet" "planeter" ; + plastic_N = mk2N "plast" "plaster" ; + play_V2 = dirV2 (regV "spela") ; + policeman_N = mk2N "polis" "poliser" ; + priest_N = mk2N "prst" "prster" ; + probable_AS = mkAS (regA "sannolik") ; + queen_N = regGenN "drottning" utrum ; + radio_N = mkN "radio" "radion" "radioapparater" "radioapparaterna" ; -- SAOL + rain_V0 = mkV0 (regV "regna") ; + read_V2 = dirV2 (mk2V "lsa" "lste") ; + red_A = mk2A "rd" "rtt" ; + religion_N = mk2N "religion" "religioner" ; + restaurant_N = mk2N "restaurang" "restauranger" ; + river_N = mkN "" "n" "ar" "arna" ; + rock_N = mkN "sten" "stenen" "stenar" "stenarna" ; + roof_N = regGenN "tak" neutrum ; + rubber_N = mkN "gummi" "gummit" "gummin" "gummina" ; + run_V = (irregV "springa" "sprang" "sprungit") ; + say_VS = mkVS (mkV "sga" "sger" "sg" "sade" "sagt" "sagd") ; + school_N = regGenN "skola" utrum; + science_N = mk2N "vetenskap" "vetenskaper" ; + sea_N = mkN "hav" "hav" ; + seek_V2 = dirV2 (mk2V "ska" "skte") ; + see_V2 = dirV2 (mkV "se" "ser" "se" "sg" "sett" "sedd") ; + sell_V3 = dirV3 (irregV "slja" "slde" "slt") (mkPrep "till") ; + send_V3 = dirV3 (regV "skicka") (mkPrep "till") ; + sheep_N = mk2N "fr" "fr" ; + ship_N = regGenN "skepp" neutrum ; + shirt_N = regGenN "skjorta" utrum ; + shoe_N = mk2N "sko" "skor" ; + shop_N = mk2N "affr" "affren" ; + short_A = regA "kort" ; + silver_N = mkN "silver" "silvret" "silver" "silvren" ; + sister_N = mk2N "syster" "systrar" ; + sleep_V = (irregV "sova" "sov" "sovit") ; + small_A = mkA "liten" "litet" "lilla" "sm" "mindre" "minst" "minsta" ; + snake_N = regGenN "orm" utrum ; + sock_N = regGenN "strumpa" utrum ; + speak_V2 = dirV2 (regV "tala") ; + star_N = regGenN "stjrna" utrum ; + steel_N = regGenN "stl" utrum ; + stone_N = mkN "sten" "stenen" "stenar" "stenarna" ; + stove_N = regGenN "spis" utrum ; + student_N = mk2N "student" "studenter" ; + stupid_A = mk3A "dum" "dumt" "dumma" ; + sun_N = regGenN "sol" utrum ; + switch8off_V2 = dirV2 (partV (irregV "stnga" "stngde" "stngt") "av") ; + switch8on_V2 = dirV2 (partV (irregV "sl" "slog" "slagit") "p") ; + table_N = regGenN "bord" neutrum ; + talk_V3 = mkV3 (regV "prata") (mkPrep "till") (mkPrep "om") ; + teacher_N = mk2N "lrare" "lrare" ; + teach_V2 = dirV2 (regV "undervisa") ; + television_N = mk2N "television" "televisioner" ; + thick_A = regA "tjock" ; + thin_A = mk2A "tunn" "tunt" ; + train_N = regGenN "tg" neutrum ; + travel_V = mk2V "resa" "reste" ; + tree_N = regGenN "trd" neutrum ; + ---- trousers_N = regGenN "trousers" ; ---- pl t ! + ugly_A = regA "ful" ; + understand_V2 = dirV2 (mkV "frst" "frstr" "frst" "frstod" "frsttt" "frstdd") ; + university_N = regGenN "universitet" neutrum ; + village_N = mkN "by" "byn" "byar" "byarna" ; + wait_V2 = mkV2 (regV "vnta") (mkPrep "p") ; + walk_V = (mkV "g" "gr" "g" "gick" "gtt" "gngen") ; + warm_A = regA "varm" ; + war_N = regGenN "krig" neutrum ; + watch_V2 = mkV2 (regV "titta") (mkPrep "p") ; + water_N = mkN "vatten" "vattnet" "vatten" "vattnen" ; + white_A = regA "vit" ; + window_N = mkN "fnster" "fnstret" "fnster" "fnstren" ; + wine_N = mkN "vin" "vinet" "viner" "vinerna" ; ---- + win_V2 = dirV2 (irregV "vinna" "vann" "vunnit") ; + woman_N = regGenN "kvinna" utrum ; + wonder_VQ = mkVQ (regV "undra") ; + wood_N = mkN "tr" "tret" "tren" "trena" ; ---- ? + write_V2 = dirV2 (irregV "skriva" "skrev" "skrivit") ; + yellow_A = regA "gul" ; + young_A = irregA "ung" "yngre" "yngst" ; + + do_V2 = dirV2 gra_V ; + now_Adv = mkAdv "nu" ; + already_Adv = mkAdv "redan" ; + song_N = mk2N "sng" "snger" ; + add_V3 = mkV3 (partV (irregV "lgga" "lade" "lagt") "till") noPrep (mkPrep "till") ; + number_N = mkN "nummer" "numret" "numren" "numren" ; + put_V2 = mkV2 (mkV "stta" "stter" "stt" "satte" "satt" "satt") noPrep ; + stop_V = regV "stanna" ; + jump_V = regV "hoppa" ; + + left_Ord = {s = "vnstra" ; isDet = True} ; + right_Ord = {s = "hgra" ; isDet = True} ; + far_Adv = mkAdv "lngt" ; + correct_A = regA "riktig" ; + dry_A = regA "torr" ; + dull_A = mk2A "sl" "sltt"; + full_A = regA "full" ; + heavy_A = irregA "tung" "tyngre" "tyngst" ; + near_A = mkA "nra" "nra" "nra" "nra" "nrmare" "nrmast" "nrmaste" ; + rotten_A = mk3A "rutten" "ruttet" "ruttna" ; + round_A = regA "rund" ; + sharp_A = regA "vass" ; + smooth_A = regA "slt" ; + straight_A = regA "rak" ; + wet_A = regA "vt" ; + wide_A = mk2A "bred" "brett" ; + animal_N = mk2N "djur" "djur" ; + ashes_N = mk2N "aska" "askor" ; + back_N = mk2N "rygg" "ryggar" ; + bark_N = mk2N "bark" "barkar" ; + belly_N = mk2N "mage" "magar" ; + blood_N = mk2N "blod" "blod" ; + bone_N = mk2N "ben" "ben" ; + breast_N = mk2N "brst" "brst" ; + cloud_N = mk2N "moln" "moln" ; + day_N = mk2N "dag" "dagar" ; + dust_N = mk2N "damm" "damm" ; + ear_N = mkN "ra" "rat" "ron" "ronen" ; + earth_N = mk2N "jord" "jordar" ; + egg_N = mk2N "gg" "gg" ; + eye_N = mkN "ga" "gat" "gon" "gonen" ; + fat_N = mk2N "fett" "fett" ; + feather_N = mk2N "fjder" "fjdrar" ; + fingernail_N = mkN "nagel" "nageln" "naglar" "naglarna"; + fire_N = mk2N "eld" "eldar" ; + flower_N = mk2N "blomma" "blommor" ; + fog_N = mk2N "dimma" "dimmor" ; + foot_N = mk2N "fot" "ftter" ; + forest_N = mk2N "skog" "skogar" ; + grass_N = mk2N "grs" "grs" ; + guts_N = mk2N "inlva" "inlvor" ; + hair_N = mk2N "hr" "hr" ; + hand_N = mk2N "hand" "hnder" ; + head_N = mkN "huvud" "huvudet" "huvuden" "huvudena" ; + heart_N = mkN "hjrta" "hjrtat" "hjrtan" "hjrtana" ; + horn_N = mk2N "horn" "horn" ; + husband_N = (mk2N "make" "makar") ; + ice_N = mk2N "is" "isar" ; + knee_N = mkN "kn" "knet" "knn" "knna" ; + leaf_N = mk2N "lv" "lv" ; + leg_N = mk2N "ben" "ben" ; + liver_N = mkN "lever" "levern" "levrar" "levrarna"; + louse_N = mkN "lus" "lusen" "lss" "lssen" ; + mouth_N = mkN "mun" "munnen" "munnar" "munnarna" ; + name_N = mk2N "namn" "namn" ; + neck_N = mk2N "nacke" "nackar" ; + night_N = mk2N "natt" "ntter" ; + nose_N = mk2N "nsa" "nsor" ; + person_N = mk2N "person" "personer" ; + rain_N = mk2N "regn" "regn" ; + road_N = mk2N "vg" "vgar" ; + root_N = mk2N "rot" "rtter" ; + rope_N = mk2N "rep" "rep" ; + salt_N = mkN "salt" "saltet" "salter" "salterna"; + sand_N = mk2N "sand" "sander" ; + seed_N = mkN "fr" "fret" "frn" "frna" ; + skin_N = mk2N "skinn" "skinn" ; + sky_N = mk2N "himmel" "himlar" ; + smoke_N = mk2N "rk" "rkar" ; + snow_N = mkN "sn" "snn" "sner" "snerna" ; + stick_N = mk2N "pinne" "pinnar" ; + tail_N = mk2N "svans" "svansar" ; + tongue_N = mk2N "tunga" "tungor" ; + tooth_N = mk2N "tand" "tnder" ; + wife_N = mk2N "fru" "fruar" ; + wind_N = mk2N "vind" "vindar" ; + wing_N = mk2N "vinge" "vingar" ; + worm_N = mk2N "mask" "maskar" ; + year_N = mk2N "r" "r" ; + bite_V2 = dirV2 (bita_V) ; + blow_V = mk2V "blsa" "blste" ; + burn_V = brinna_V ; -- FIXME: brnna? + count_V2 = dirV2 (regV "rkna") ; + cut_V2 = dirV2 (skra_V) ; + dig_V = mk2V "grva" "grvde" ; + fall_V = falla_V ; + fear_V2 = dirV2 (regV "frukta") ; + float_V = flyta_V ; + flow_V = rinna_V ; + fly_V = flyga_V ; + freeze_V = frysa_V ; + give_V3 = dirV3 giva_V (mkPrep "till"); + hit_V2 = dirV2 (sl_V) ; + hold_V2 = dirV2 (hlla_V) ; + hunt_V2 = dirV2 (regV "jaga") ; + kill_V2 = dirV2 (regV "dda") ; + laugh_V = regV "skratta" ; + lie_V = ligga_V ; + play_V = mk2V "leka" "lekte" ; + pull_V2 = dirV2 (draga_V) ; + push_V2 = dirV2 (mk2V "trycka" "tryckte") ; + rub_V2 = dirV2 (gnida_V) ; + scratch_V2 = dirV2 (regV "klia") ; + sew_V = sy_V ; + sing_V = sjunga_V ; + sit_V = sitta_V ; + smell_V = regV "lukta" ; + spit_V = regV "spotta" ; + split_V2 = dirV2 (klyva_V) ; + squeeze_V2 = dirV2 (klmma_V) ; + stab_V2 = dirV2 (sticka_V) ; + stand_V = st_V ; + suck_V2 = dirV2 (suga_V) ; + swell_V = svlla_V ; + swim_V = regV "simma" ; + think_V = mk2V "tnka" "tnkte" ; + throw_V2 = dirV2 (regV "kasta") ; + tie_V2 = dirV2 (knyta_V) ; + turn_V = vnda_V ; + vomit_V = mk2V "spy" "spydde" ; + wash_V2 = dirV2 (regV "tvtta") ; + wipe_V2 = dirV2 (regV "torka") ; + + breathe_V = depV (regV "anda") ; + fight_V2 = + mkV2 (mkV "slss" "slss" "slss" "slogs" "slagits" "slagen") (mkPrep "med") ; + + grammar_N = mk1N "grammatikerna" ; + language_N = mk2N "sprk" "sprk" ; + rule_N = mkN "regel" "regeln" "regler" "reglerna" ; + + john_PN = regPN "Johan" ; + question_N = regN "frga" ; + ready_A = regA "frdig" ; + reason_N = regN "anledning" ; + today_Adv = mkAdv "idag" ; + uncertain_A = mk3A "osker" "oskert" "oskra" ; + + +} ; diff --git a/deprecated/old-lib/resource/swedish/MorphoSwe.gf b/deprecated/old-lib/resource/swedish/MorphoSwe.gf new file mode 100644 index 000000000..48180b781 --- /dev/null +++ b/deprecated/old-lib/resource/swedish/MorphoSwe.gf @@ -0,0 +1,73 @@ +--# -path=.:../scandinavian:../common:../../prelude + +--1 A Simple Swedish 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 $ParadigmsSwe$, which +-- gives a higher-level access to this module. + +resource MorphoSwe = CommonScand, ResSwe ** open Prelude, (Predef=Predef) in { + + +-- Verbs + +-- Heuristic to infer all participle forms from one. + +oper + ptPretAll : Str -> Str * Str = \funnen -> + case funnen of { + ko +"mmen" => ; + vun +"nen" => ; + bjud + "en" => ; + se + "dd" => ; + tal + "ad" => ; + kaen + "d" => ; + lekt => + } ; + + ptPretForms : Str -> AFormPos => Case => Str = \funnen -> \\a,c => + let + funfun = ptPretAll funnen + in + mkCase c (case a of { + (Strong (SgUtr)) => funnen ; + (Strong (SgNeutr)) => funfun.p1 ; + _ => funfun.p2 + } + ) ; + +-- For $Numeral$. + +param DForm = ental | ton | tiotal ; + +oper + LinDigit = {s : DForm => CardOrd => Str} ; + + cardOrd : Str -> Str -> CardOrd => Str = \tre,tredje -> + table { + NCard _ => tre ; + NOrd a => tredje ---- a + } ; + + cardReg : Str -> CardOrd => Str = \tio -> + cardOrd tio (tio + "nde") ; + + mkTal : (x1,_,_,_,x5 : Str) -> LinDigit = + \tv, tolv, tjugo, andra, tolfte -> + {s = table { + ental => cardOrd tv andra ; + ton => cardOrd tolv tolfte ; + tiotal => cardReg tjugo + } + } ; + + numPl : (CardOrd => Str) -> {s : CardOrd => Str ; n : Number} = \n -> + {s = n ; n = Pl} ; + + invNum : CardOrd = NCard Neutr ; + + +} ; + diff --git a/deprecated/old-lib/resource/swedish/NounSwe.gf b/deprecated/old-lib/resource/swedish/NounSwe.gf new file mode 100644 index 000000000..d866558a4 --- /dev/null +++ b/deprecated/old-lib/resource/swedish/NounSwe.gf @@ -0,0 +1,2 @@ +concrete NounSwe of Noun = CatSwe ** NounScand with + (ResScand = ResSwe) ; diff --git a/deprecated/old-lib/resource/swedish/NumeralSwe.gf b/deprecated/old-lib/resource/swedish/NumeralSwe.gf new file mode 100644 index 000000000..bf4186be2 --- /dev/null +++ b/deprecated/old-lib/resource/swedish/NumeralSwe.gf @@ -0,0 +1,83 @@ +concrete NumeralSwe of Numeral = CatSwe ** open ResSwe, MorphoSwe in { + +lincat + Digit = {s : DForm => CardOrd => Str} ; + Sub10 = {s : DForm => CardOrd => Str ; n : Number} ; + Sub100, Sub1000, Sub1000000 = + {s : CardOrd => Str ; n : Number} ; + +lin + num x = x ; + + n2 = mkTal "tv" "tolv" "tjugo" "andra" "tolfte" ; + n3 = mkTal "tre" "tretton" "trettio" "tredje" "trettonde" ; + n4 = mkTal "fyra" "fjorton" "fyrtio" "fjrde" "fjortonde" ; + n5 = mkTal "fem" "femton" "femtio" "femte" "femtonde" ; + n6 = mkTal "sex" "sexton" "sextio" "sjtte" "sextonde" ; + n7 = mkTal "sju" "sjutton" "sjuttio" "sjunde" "sjuttonde" ; + n8 = mkTal "tta" "arton" "ttio" "ttonde" "artonde" ; + n9 = mkTal "nio" "nitton" "nittio" "nionde" "nittonde" ; + + pot01 = { + s = \\f => table { + NCard g => case g of {Neutr => "ett" ; _ => "en"} ; + _ => "frsta" + } ; + n = Sg + } ; + pot0 d = {s = \\f,g => d.s ! f ! g ; n = Pl} ; + pot110 = numPl (cardReg "tio") ; + pot111 = numPl (cardOrd "elva" "elfte") ; + pot1to19 d = numPl (d.s ! ton) ; + pot0as1 n = {s = n.s ! ental ; n = n.n} ; + pot1 d = numPl (d.s ! tiotal) ; + pot1plus d e = {s = \\g => d.s ! tiotal ! invNum ++ e.s ! ental ! g ; n = Pl} ; + pot1as2 n = n ; + pot2 d = + numPl (\\g => d.s ! ental ! invNum ++ cardOrd "hundra" "hundrade" ! g) ; + pot2plus d e = + {s = \\g => d.s ! ental ! invNum ++ "hundra" ++ e.s ! g ; n = Pl} ; + pot2as3 n = n ; + pot3 n = + numPl (\\g => n.s ! invNum ++ cardOrd "tusen" "tusende" ! g) ; + pot3plus n m = + {s = \\g => n.s ! invNum ++ "tusen" ++ m.s ! g ; n = Pl} ; + + lincat + Dig = TDigit ; + + lin + IDig d = d ; + + IIDig d i = { + s = \\o => d.s ! NCard neutrum ++ i.s ! o ; + n = Pl + } ; + + D_0 = mkDig "0" ; + D_1 = mk3Dig "1" "1:a" Sg ; + D_2 = mk2Dig "2" "2:a" ; + D_3 = mkDig "3" ; + 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 + ":e") ; + + mk3Dig : Str -> Str -> Number -> TDigit = \c,o,n -> { + s = table {NCard _ => c ; NOrd _ => o} ; + n = n + } ; + + TDigit = { + n : Number ; + s : CardOrd => Str + } ; + +} + diff --git a/deprecated/old-lib/resource/swedish/ParadigmsSwe.gf b/deprecated/old-lib/resource/swedish/ParadigmsSwe.gf new file mode 100644 index 000000000..32a4d4b43 --- /dev/null +++ b/deprecated/old-lib/resource/swedish/ParadigmsSwe.gf @@ -0,0 +1,654 @@ +--# -path=.:../scandinavian:../common:../abstract:../../prelude + +--1 Swedish Lexical Paradigms +-- +-- Aarne Ranta 2001 - 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 $MorphoSwe.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$. +-- However, this function should only seldom be needed: we have a +-- separate module [``IrregSwe`` ../../swedish/IrregSwe], +-- which covers many irregular verbs. + + +resource ParadigmsSwe = + open + (Predef=Predef), + Prelude, + CommonScand, + ResSwe, + MorphoSwe, + CatSwe in { + +--2 Parameters +-- +-- To abstract over gender names, we define the following identifiers. + +oper + Gender : Type ; + + utrum : Gender ; + neutrum : Gender ; + +-- To abstract over number names, we define the following. + + Number : Type ; + + singular : Number ; + plural : Number ; + +-- To abstract over case names, we define the following. + + Case : Type ; + + nominative : Case ; + genitive : Case ; + +-- Prepositions used in many-argument functions can be constructed from strings. + + mkPrep : Str -> Prep ; + noPrep : Prep ; -- empty string + + +--2 Nouns + +-- The following overloaded paradigm takes care of all noun formation. + + mkN : overload { + +-- The one-argument case takes the singular indefinite form and computes +-- the other forms and the gender by a simple heuristic. The heuristic is currently +-- to treat all words ending with "a" like "apa-apor", with "e" like "rike-riken", +-- and otherwise like "bil-bilar". + + mkN : (apa : Str) -> N ; + +-- The case with a string and gender makes it possible to treat +-- "lik" (neutrum) and "pojke" (utrum). + + mkN : (lik : Str) -> Gender -> N ; + +-- Giving two forms - the singular and plural indefinite - is sufficient for +-- most nouns. The paradigm deals correctly with the vowel contractions in +-- "nyckel - nycklar" such as "pojke - pojkar". + + mkN : (nyckel,nycklar : Str) -> N ; + +-- In the worst case, four forms are needed. + + mkN : (museum,museet,museer,museerna : Str) -> N + } ; + +-- All the functions above work quite as well to form *compound nouns*, +-- such as "fotboll". + + + +--3 Relational nouns +-- +-- Relational nouns ("kung av x") are nouns with a preposition. +-- As a special case, we provide regular nouns (formed with one-argument $mkN$) +-- with the preposition "av". + + mkN2 : overload { + mkN2 : Str -> N2 ; + mkN2 : N -> Prep -> N2 + } ; + +-- Three-place relational nouns ("frbindelse frn x till y") +-- need two prepositions. + + mkN3 : N -> Prep -> Prep -> N3 ; + + +--3 Relational common noun phrases +-- +-- In some cases, you may want to make a complex $CN$ into a +-- relational noun (e.g. "den fre detta maken till"). 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, with a regular genitive, are formed from strings and +-- have the default gender utrum. + + mkPN : overload { + mkPN : Str -> PN ; + mkPN : Str -> Gender -> PN ; + +-- In the worst case, the genitive form is irregular. + + mkPN : (jesus,jesu : Str) -> Gender -> PN + } ; + + +--2 Adjectives + +-- Adjectives need one to seven forms. + + mkA : overload { + +-- Most adjectives are formed simply by adding endings to a stem. + + mkA : (billig : Str) -> A ; + +-- Some adjectives have a deviant neuter form. The following pattern +-- also recognizes the neuter formation "galen-galet" and forms the +-- proper plural and comparison forms "galna-galnare-galnast". + + mkA : (bred,brett : Str) -> A ; + +-- Umlaut in comparison forms is + + mkA : (tung,tyngre,tyngst : Str) -> A ; + +-- A few adjectives need 5 forms. + mkA : (god,gott,goda,battre,bast : Str) -> A ; + +-- Hardly any other adjective than "liten" needs the full 7 forms. + + mkA : (liten,litet,lilla,sma,mindre,minst,minsta : Str) -> A + } ; + +-- Comparison forms may be compound ("mera svensk" - "mest svensk"); +-- this behaviour can be forced on any adjective. + + compoundA : A -> A ; + + + + +--3 Two-place adjectives +-- +-- Two-place adjectives need a preposition for their second argument. + + mkA2 : A -> Prep -> A2 ; + + +--2 Adverbs + +-- Adverbs are not inflected. Most lexical ones have position +-- after the verb. Some can be preverbal in subordinate position +-- (e.g. "alltid"). + + mkAdv : Str -> Adv ; -- hr + mkAdV : Str -> AdV ; -- alltid + +-- Adverbs modifying adjectives and sentences can also be formed. + + mkAdA : Str -> AdA ; + +--2 Verbs +-- +-- All verbs can be defined by the overloaded paradigm $mkV$. + + mkV : overload { + +-- The 'regular verb' (= one-place) case is inspired by Lexin. It uses the +-- present tense indicative form. The value is the first conjugation if the +-- argument ends with "ar" ("tala" - "talar" - "talade" - "talat"), +-- the second with "er" ("leka" - "leker" - "lekte" - "lekt", with the +-- variations like in "grva", "vnda", "tyda", "hyra"), and +-- the third in other cases ("bo" - "bor" - "bodde" - "bott"). +-- It is also possible to give the infinite form to it; they are treated +-- as if they were implicitly suffixed by "r". Moreover, deponent verbs +-- are recognized from the final "s" ("hoppas"). + + mkV : (stmmer : Str) -> V ; + +-- Most irregular verbs need just the conventional three forms. + + mkV : (dricka,drack,druckit : Str) -> V ; + +-- In the worst case, six forms are given. + + mkV : (g,gr,g,gick,gtt,gngen : Str) -> V ; + +-- Particle verbs, such as "passa p", are formed by adding a string to a verb. + + mkV : V -> Str -> V + } ; + + +--3 Deponent verbs. +-- +-- Some words are used in passive forms only, e.g. "hoppas", some as +-- reflexive e.g. "ngra sig". Regular deponent verbs are also +-- handled by $mkV$ and recognized from the ending "s". + + depV : V -> V ; + reflV : V -> V ; + + +--3 Two-place verbs +-- +-- Two-place verbs need a preposition, which default to the 'empty preposition' +-- i.e. direct object. (transitive verbs). The simplest case is a regular +-- verb (as in $mkV$) with a direct object. +-- Notice that, if a particle is needed, it comes from the $V$. + + mkV2 : overload { + mkV2 : Str -> V2 ; + mkV2 : V -> V2 ; + mkV2 : V -> Prep -> V2 + } ; + + +--3 Three-place verbs +-- +-- Three-place (ditransitive) verbs need two prepositions, of which +-- the first one or both can be absent. The simplest case is a regular +-- verb (as in $mkV$) with no prepositions. + + mkV3 : overload { + mkV3 : Str -> V3 ; + mkV3 : V -> V3 ; + mkV3 : V -> Prep -> V3 ; + mkV3 : V -> Prep -> Prep -> V3 + } ; + +--3 Other complement patterns +-- +-- Verbs and adjectives can take complements such as sentences, +-- questions, verb phrases, and adjectives. + + mkV0 : V -> V0 ; + mkVS : V -> VS ; + mkV2S : V -> Prep -> V2S ; + mkVV : V -> VV ; + mkV2V : V -> Prep -> Prep -> V2V ; + mkVA : V -> VA ; + mkV2A : V -> Prep -> V2A ; + mkVQ : V -> VQ ; + mkV2Q : V -> Prep -> V2Q ; + + mkAS : A -> AS ; + mkA2S : A -> Prep -> A2S ; + mkAV : A -> AV ; + mkA2V : A -> Prep -> A2V ; + +-- Notice: categories $AS, A2S, AV, A2V$ are just $A$. +-- $V0$ is just $V$. + + V0 : Type ; + AS, A2S, AV, A2V : Type ; + +--. +--2 Definitions of the paradigms +-- +-- The definitions should not bother the user of the API. So they are +-- hidden from the document. + + Gender = ResSwe.Gender ; + Number = CommonScand.Number ; + Case = CommonScand.Case ; + utrum = Utr ; + neutrum = Neutr ; + singular = Sg ; + plural = Pl ; + nominative = Nom ; + genitive = Gen ; + + mkPrep p = {s = p ; lock_Prep = <>} ; + noPrep = mkPrep [] ; + + mkN = overload { + mkN : (apa : Str) -> N = regN ; + mkN : Str -> Gender -> N = regGenN ; + mkN : (nyckel, nycklar : Str) -> N = mk2N ; + mkN : (museum,museet,museer,museerna : Str) -> N = mk4N ; + mkN : Str -> N -> N = compoundN ; + } ; + + compoundN : Str -> N -> N = \s,no -> { + s = \\n,d,c => s ++ no.s ! n ! d ! c ; + g = no.g ; + lock_N = <> + } ; + + mk4N : (museum,museet,museer,museerna : Str) -> N = \apa,apan,apor,aporna -> { + s = nounForms apa apan apor aporna ; + g = case last apan of { + "n" => Utr ; + _ => Neutr + } + } ** {lock_N = <>} ; + + regN : Str -> N = \bil -> regGenN bil g where { + g = case of { + _ + "e" => Neutr ; + _ => Utr + } + } ; + + regGenN : Str -> Gender -> N = \bil, g -> case g of { + Utr => case last bil of { + "a" => decl1Noun bil ; + _ => decl2Noun bil + } ; + Neutr => case last bil of { + "e" => decl4Noun bil ; + _ => decl5Noun bil + } + } ** {lock_N = <>} ; + + mk1N : Str -> N = \bilarna -> case bilarna of { + ap + "orna" => decl1Noun (ap + "a") ; + bil + "arna" => decl2Noun bil ; + rad + "erna" => decl3Noun rad ; + rik + "ena" => decl4Noun (rik + "e") ; + husen => decl5Noun (Predef.tk 2 husen) + } ; + + mk2N : Str -> Str -> N = \bil,bilar -> + ifTok N bil bilar (decl5Noun bil) ( + case Predef.dp 2 bilar of { + "or" => case bil of { + _ + "a" => decl1Noun bil ; -- apa, apor + _ + "o" => mk4N bil (bil + "n") bilar (bilar + "na") ; -- ko,kor + _ => mk4N bil (bil + "en") bilar (bilar + "na") -- ros,rosor + } ; + "ar" => decl2Noun bil ; + "er" => case bil of { + _ + "or" => mk4N bil (bil + "n") bilar (bilar + "na") ; -- motor,motorn + _ => decl3gNoun bil bilar -- fot, ftter + } ; + "en" => decl4Noun bil ; -- rike, riken + _ => mk4N bil (bil + "et") bilar (bilar + "n") -- centrum, centra + }) ; + +-- School declensions. + + decl1Noun : Str -> N = \apa -> + let ap = init apa in + mk4N apa (apa + "n") (ap + "or") (ap + "orna") ; + + decl2Noun : Str -> N = \bil -> + let + bb : Str * Str = case bil of { + br + ("o" | "u" | "" | "") => ; + pojk + "e" => ; + hi + "mme" + l@("l" | "r") => ; + nyck + "e" + l@("l" | "r") => ; + sock + "e" + "n" => ; + _ => + } ; + in mk4N bil bb.p2 bb.p1 (bb.p1 + "na") ; + + decl3Noun : Str -> N = \sak -> + case last sak of { + "e" => mk4N sak (sak + "n") (sak +"r") (sak + "rna") ; + "y" | "" | "" | "y" => mk4N sak (sak + "n") (sak +"er") (sak + "erna") ; + _ => mk4N sak (sak + "en") (sak + "er") (sak + "erna") + } ; + decl3gNoun : Str -> Str -> N = \sak,saker -> + case last sak of { + "e" => mk4N sak (sak + "n") saker (saker + "na") ; + "y" | "" | "" | "y" => mk4N sak (sak + "n") saker (saker + "na") ; + _ => mk4N sak (sak + "en") saker (saker + "na") + } ; + + decl4Noun : Str -> N = \rike -> + mk4N rike (rike + "t") (rike + "n") (rike + "na") ; + + decl5Noun : Str -> N = \lik -> + case lik of { + nu + "mme" + l@("l" | "r") => + mk4N lik (nu + "m" + l + "et") lik (nu + "m" + l + "en") ; + vad@(?+?+?+_) + "e" + l@("l" | "r") => + mk4N lik (vad + l + "et") lik (vad + l + "en") ; + _ + "are" => mk4N lik (lik + "n") lik (init lik + "na") ; -- kikare + _ => mk4N lik (lik + "et") lik (lik + "en") + } ; + + mkN2 = overload { + mkN2 : Str -> N2 = \s -> mmkN2 (regN s) (mkPrep "av") ; + mkN2 : N -> Prep -> N2 = mmkN2 + } ; + + mmkN2 : N -> Prep -> N2 ; + regN2 : Str -> Gender -> N2 ; + + + mmkN2 = \n,p -> n ** {lock_N2 = <> ; c2 = mkComplement p.s} ; + regN2 n g = mmkN2 (regGenN n g) (mkPrep "av") ; + mkN3 = \n,p,q -> n ** + {lock_N3 = <> ; c2 = mkComplement p.s ; c3 = mkComplement q.s} ; + + mkPN = overload { + mkPN : Str -> PN = regPN ; + mkPN : Str -> Gender -> PN = regGenPN ; + mkPN : (jesus,jesu : Str) -> Gender -> PN = \jesus,jesu,g -> + {s = table {Nom => jesus ; Gen => jesu} ; g = g ; lock_PN = <>} ; + } ; + + regPN n = regGenPN n utrum ; + regGenPN n g = {s = \\c => mkCase c n ; g = g} ** {lock_PN = <>} ; + nounPN n = {s = n.s ! singular ! Indef ; g = n.g ; lock_PN = <>} ; + makeNP x y n g = + {s = table {NPPoss _ => y ; _ => x} ; a = agrP3 g n ; p = P3 ; + lock_NP = <>} ; + + mkA = overload { + mkA : (billig : Str) -> A = regA ; + mkA : (bred,brett : Str) -> A = mk2A ; + mkA : (tung,tyngre,tyngst : Str) -> A = irregA ; + mkA : (god,gott,goda,battre,bast : Str) -> A = + \liten,litet,lilla,mindre,minst -> + mk7A liten litet lilla lilla mindre minst (minst + "a") ; + mkA : (liten,litet,lilla,sma,mindre,minst,minsta : Str) -> A = mk7A + } ; + + + regA : Str -> A ; + mk2A : (bred,brett : Str) -> A ; + irregA : (tung,tyngre,tyngst : Str) -> A ; + mk7A : (liten,litet,lilla,sma,mindre,minst,minsta : Str) -> A ; + + mk7A a b c d e f g = mkAdjective a b c d e f g ** {isComp = False ; lock_A = <>} ; + regA fin = + let fint : Str = case fin of { + ru + "nd" => ru + "nt" ; + se + "dd" => se + "tt" ; + pla + "tt" => pla + "tt" ; + gla + "d" => gla + "tt" ; + _ => fin + "t" + } + in + mk3A fin fint (fin + "a") ; + irregA ung yngre yngst = + mk7A ung (ung + "t") (ung + "a") (ung + "a") yngre yngst (yngst+"a") ; + + mk3A ljummen ljummet ljumma = + mk7A + ljummen ljummet ljumma ljumma + (ljumma + "re") (ljumma + "st") (ljumma + "ste") ; + mk2A vid vitt = case of { + => mk3A vid vitt (gal + "na") ; + _ => mk3A vid vitt (vid + "a") + } ; + + compoundA adj = {s = adj.s ; isComp = True ; lock_A = <>} ; + + mkA2 a p = a ** {c2 = mkComplement p.s ; lock_A2 = <>} ; + + mkAdv x = ss x ** {lock_Adv = <>} ; + mkAdV x = ss x ** {lock_AdV = <>} ; + mkAdA x = ss x ** {lock_AdA = <>} ; + + mkV = overload { + mkV : (stmmer : Str) -> V = regV ; + mkV : (dricka,drack,druckit : Str) -> V = irregV ; + mkV : (supa,super,sup,sp,supit,supen : Str) -> V = mk6V ; + mkV : V -> Str -> V = partV + } ; + + mk6V = \finna,finner,finn,fann,funnit,funnen -> + let + funn = ptPretForms funnen ; + funnet = funn ! Strong SgNeutr ! Nom ; + funna = funn ! Strong Plg ! Nom + in + mkVerb finna finner finn fann funnit funnen funnet funna ** + {part = [] ; vtype=VAct ; lock_V = <>} ; + + regV leker = case leker of { + lek + "a" => conj1 leker ; --- bw compat + lek + "ar" => conj1 (lek + "a") ; + lek + "er" => conj2 (lek + "a") ; + bo + "r" => conj3 bo ; + ret + "as" => depV (conj1 (ret + "a")) ; + n + ("os" | "ys" | "s" | "s") => depV (conj3 (init leker)) ; + ret + "s" => depV (conj2 (ret + "a")) ; + _ => conj3 leker + } ; + + mk2V leka lekte = case of { + <_, _ + "ade"> => conj1 leka ; + <_ + "a", _> => conj2 leka ; + _ => conj3 leka + } ; + +-- school conjugations + + conj1 : Str -> V = \tala -> + mk6V tala (tala + "r") tala (tala +"de") (tala +"t") (tala +"d") ; + + conj2 : Str -> V = \leka -> + let lek = init leka in + case last lek of { + "l" | "m" | "n" | "v" | "g" => + let gom = case of { + _ + "mm" => init lek ; + _ => lek + } + in mk6V leka (lek + "er") gom (gom +"de") (gom +"t") (gom +"d") ; + "r" => + mk6V leka lek lek (lek +"de") (lek +"t") (lek +"d") ; + _ => case lek of { + _ + "nd" => + mk6V leka (lek + "er") lek (lek +"e") (init lek +"t") lek ; + _ => + mk6V leka (lek + "er") lek (lek +"te") (lek +"t") (lek +"t") + } + } ; + + conj3 : Str -> V = \bo -> + mk6V bo (bo + "r") bo (bo +"dde") (bo +"tt") (bo +"dd") ; + + irregV = \slja, slde, slt -> + let + sljer = case last slja of { + "a" => conj2 slja ; + _ => conj3 slja + } ; + sld = case Predef.dp 2 slt of { + "it" => Predef.tk 2 slt + "en" ; + "tt" => Predef.tk 2 slt + "dd" ; + _ => init slt + "d" + } + in + mk6V slja (sljer.s ! VF (VPres Act)) (sljer.s ! (VF (VImper Act))) slde slt sld + ** {s1 = [] ; lock_V = <>} ; + + partV v p = {s = v.s ; part = p ; vtype = v.vtype ; lock_V = <>} ; + depV v = {s = v.s ; part = v.part ; vtype = VPass ; lock_V = <>} ; + reflV v = {s = v.s ; part = v.part ; vtype = VRefl ; lock_V = <>} ; + + mkV2 = overload { + mkV2 : (lser : Str) -> V2 = \v -> dirV2 (regV v) ; + mkV2 : V -> V2 = dirV2 ; + mkV2 : V -> Prep -> V2 = mmkV2 + } ; + + + mmkV2 v p = v ** {c2 = mkComplement p.s ; lock_V2 = <>} ; + dirV2 v = mmkV2 v noPrep ; + + mkV3 = overload { + mkV3 : Str -> V3 = \v -> dirdirV3 (regV v) ; + mkV3 : V -> V3 = dirdirV3 ; + mkV3 : V -> Prep -> V3 = dirV3 ; + mkV3 : V -> Prep -> Prep -> V3 = mmkV3 + } ; + + mmkV3 : V -> Prep -> Prep -> V3 ; -- tala, med, om + dirV3 : V -> Prep -> V3 ; -- ge, (acc),till + dirdirV3 : V -> V3 ; -- ge, (dat), (acc) + + + mmkV3 v p q = v ** {c2 = mkComplement p.s ; c3 = mkComplement q.s ; lock_V3 = <>} ; + dirV3 v p = mmkV3 v noPrep p ; + dirdirV3 v = dirV3 v noPrep ; + + mkV0 v = v ** {lock_V0 = <>} ; + mkVS v = v ** {lock_VS = <>} ; + mkVV v = v ** {c2 = mkComplement "att" ; lock_VV = <>} ; + mkVQ v = v ** {lock_VQ = <>} ; + + mkVA v = v ** {lock_VA = <>} ; + mkV2A v p = mmkV2 v p ** {lock_V2A = <>} ; + + V0 : Type = V ; +-- V2S, V2V, V2Q : Type = V2 ; + AS, A2S, AV : Type = A ; + A2V : Type = A2 ; + + mkV2S v p = mmkV2 v p ** {lock_V2S = <>} ; + mkV2V v p t = mmkV2 v p ** {c3 = mkComplement "att" ; lock_V2V = <>} ; + mkV2Q v p = mmkV2 v p ** {lock_V2Q = <>} ; + + mkAS v = v ** {lock_A = <>} ; + mkA2S v p = mkA2 v p ** {lock_A = <>} ; + mkAV v = v ** {lock_A = <>} ; + mkA2V v p = mkA2 v p ** {lock_A = <>} ; + +----------Obsolete + +-- To form a noun phrase that can also be plural and have an irregular +-- genitive, you can use the worst-case function. + + makeNP : Str -> Str -> Number -> Gender -> NP ; + + + + regGenPN : Str -> Gender -> PN ; + regPN : Str -> PN ; -- utrum + +-- Sometimes you can reuse a common noun as a proper name, e.g. "Bank". + + nounPN : N -> PN ; + +-- Sometimes just the positive forms are irregular. + + mk3A : (galen,galet,galna : Str) -> A ; + + mk6V : (supa,super,sup,sp,supit,supen : Str) -> V ; + regV : (talar : Str) -> V ; + mk2V : (leka,lekte : Str) -> V ; + irregV : (dricka, drack, druckit : Str) -> V ; + + partV : V -> Str -> V ; + + mmkV2 : V -> Prep -> V2 ; + + dirV2 : V -> V2 ; + + +} ; diff --git a/deprecated/old-lib/resource/swedish/PhraseSwe.gf b/deprecated/old-lib/resource/swedish/PhraseSwe.gf new file mode 100644 index 000000000..8fccfc6d2 --- /dev/null +++ b/deprecated/old-lib/resource/swedish/PhraseSwe.gf @@ -0,0 +1,2 @@ +concrete PhraseSwe of Phrase = CatSwe ** PhraseScand with + (ResScand = ResSwe) ; diff --git a/deprecated/old-lib/resource/swedish/QuestionSwe.gf b/deprecated/old-lib/resource/swedish/QuestionSwe.gf new file mode 100644 index 000000000..642fd0353 --- /dev/null +++ b/deprecated/old-lib/resource/swedish/QuestionSwe.gf @@ -0,0 +1,2 @@ +concrete QuestionSwe of Question = CatSwe ** QuestionScand with + (ResScand = ResSwe) ; diff --git a/deprecated/old-lib/resource/swedish/RelativeSwe.gf b/deprecated/old-lib/resource/swedish/RelativeSwe.gf new file mode 100644 index 000000000..3bf74a3d6 --- /dev/null +++ b/deprecated/old-lib/resource/swedish/RelativeSwe.gf @@ -0,0 +1,2 @@ +concrete RelativeSwe of Relative = CatSwe ** RelativeScand with + (ResScand = ResSwe) ; diff --git a/deprecated/old-lib/resource/swedish/ResSwe.gf b/deprecated/old-lib/resource/swedish/ResSwe.gf new file mode 100644 index 000000000..7b5a52a88 --- /dev/null +++ b/deprecated/old-lib/resource/swedish/ResSwe.gf @@ -0,0 +1,3 @@ +instance ResSwe of ResScand = DiffSwe ** open CommonScand, Prelude in { +} ; + diff --git a/deprecated/old-lib/resource/swedish/SentenceSwe.gf b/deprecated/old-lib/resource/swedish/SentenceSwe.gf new file mode 100644 index 000000000..553af3b46 --- /dev/null +++ b/deprecated/old-lib/resource/swedish/SentenceSwe.gf @@ -0,0 +1,2 @@ +concrete SentenceSwe of Sentence = CatSwe ** SentenceScand with + (ResScand = ResSwe) ; diff --git a/deprecated/old-lib/resource/swedish/StructuralSwe.gf b/deprecated/old-lib/resource/swedish/StructuralSwe.gf new file mode 100644 index 000000000..ec7200bae --- /dev/null +++ b/deprecated/old-lib/resource/swedish/StructuralSwe.gf @@ -0,0 +1,127 @@ +concrete StructuralSwe of Structural = CatSwe ** + open MorphoSwe, ParadigmsSwe, Prelude in { + + flags optimize=all ; + + lin + above_Prep = ss "ovanfr" ; + after_Prep = ss "efter" ; + by8agent_Prep = ss "av" ; + all_Predet = {s = gennumForms "all" "allt" "alla"} ; + almost_AdA, almost_AdN = ss "nstan" ; + although_Subj = ss "fast" ; + always_AdV = ss "alltid" ; + and_Conj = {s1 = [] ; s2 = "och" ; n = Pl} ; + because_Subj = ss "eftersom" ; + before_Prep = ss "fre" ; + behind_Prep = ss "bakom" ; + between_Prep = ss "mellan" ; + both7and_DConj = sd2 "bde" "och" ** {n = Pl} ; + but_PConj = ss "men" ; + by8means_Prep = ss "med" ; + can8know_VV, can_VV = + mkV "kunna" "kan" "kunn" "kunde" "kunnat" "kunnen" ** + {c2 = mkComplement [] ; lock_VV = <>} ; + during_Prep = ss "under" ; + either7or_DConj = sd2 "antingen" "eller" ** {n = Sg} ; + everybody_NP = regNP "alla" "allas" Plg ; + every_Det = {s = \\_,_ => "varje" ; n = Sg ; det = DIndef} ; + everything_NP = regNP "allting" "alltings" SgNeutr ; + everywhere_Adv = ss "verallt" ; + few_Det = {s = \\_,_ => "f" ; n = Pl ; det = DDef Indef} ; +--- first_Ord = {s = "frsta" ; isDet = True} ; + for_Prep = ss "fr" ; + from_Prep = ss "frn" ; + he_Pron = MorphoSwe.mkNP "han" "honom" "hans" "hans" "hans" SgUtr P3 ; + here_Adv = ss "hr" ; + here7to_Adv = ss "hit" ; + here7from_Adv = ss "hrifrn" ; + how_IAdv = ss "hur" ; + how8many_IDet = {s = \\_ => ["hur mnga"] ; n = Pl ; det = DDef Indef} ; + if_Subj = ss "om" ; + in8front_Prep = ss "framfr" ; + i_Pron = MorphoSwe.mkNP "jag" "mig" "min" "mitt" "mina" SgUtr P1 ; + in_Prep = ss "i" ; + it_Pron = MorphoSwe.regNP "det" "dess" SgNeutr ; + less_CAdv = ss "mindre" ; + many_Det = {s = \\_,_ => "mnga" ; n = Pl ; det = DDef Indef} ; + more_CAdv = ss "mer" ; + most_Predet = {s = gennumForms ["den mesta"] ["det mesta"] ["de flesta"]} ; + much_Det = {s = \\_,_ => "mycket" ; n = Pl ; det = DDef Indef} ; + must_VV = + mkV "f" "mste" "f" "fick" "mst" "mst" ** + {c2 = mkComplement [] ; lock_VV = <>} ; + no_Utt = ss ["nej"] ; + on_Prep = ss "p" ; +--- one_Quant = {s = \\_ => genderForms ["en"] ["ett"] ; n = Sg ; det = DIndef} ; + only_Predet = {s = \\_ => "bara"} ; + or_Conj = {s1 = [] ; s2 = "eller" ; n = Sg} ; + otherwise_PConj = ss "annars" ; + part_Prep = ss "av" ; + please_Voc = ss "tack" ; --- + possess_Prep = ss "av" ; + quite_Adv = ss "ganska" ; + she_Pron = MorphoSwe.mkNP "hon" "henne" "hennes" "hennes" "hennes" SgUtr P3 ; + so_AdA = ss "s" ; + someSg_Det = {s = \\_ => genderForms "ngon" "ngot" ; n = Sg ; det = DIndef} ; + somePl_Det = {s = \\_,_ => "ngra" ; n = Pl ; det = DIndef} ; + somebody_NP = regNP "ngon" "ngons" SgUtr ; + something_NP = regNP "ngot" "ngots" SgNeutr ; + somewhere_Adv = ss "ngonstans" ; + that_Quant = + {s = table { + Sg => \\_ => genderForms ["den dr"] ["det dr"] ; + Pl => \\_,_ => ["de dr"] + } ; + det = DDef Def + } ; + there_Adv = ss "dr" ; + there7to_Adv = ss "dit" ; + there7from_Adv = ss "drifrn" ; + therefore_PConj = ss "drfr" ; + they_Pron = MorphoSwe.mkNP "de" "dem" "deras" "deras" "deras" Plg P1 ; + this_Quant = + {s = table { + Sg => \\_ => genderForms ["den hr"] ["det hr"] ; + Pl => \\_,_ => ["de hr"] + } ; + det = DDef Def + } ; + through_Prep = ss "genom" ; + too_AdA = ss "fr" ; + to_Prep = ss "till" ; + under_Prep = ss "under" ; + very_AdA = ss "mycket" ; + want_VV = + mkV "vilja" "vill" "vilj" "ville" "velat" "velad" ** + {c2 = mkComplement [] ; lock_VV = <>} ; + we_Pron = MorphoSwe.mkNP "vi" "oss" "vr" "vrt" "vra" Plg P1 ; + whatSg_IP = {s = \\_ => "vad" ; gn = SgUtr} ; ---- infl + whatPl_IP = {s = \\_ => "vad" ; gn = Plg} ; ---- infl + when_IAdv = ss "nr" ; + when_Subj = ss "nr" ; + where_IAdv = ss "var" ; + which_IQuant = { + s = table { + Sg => genderForms "vilken" "vilket" ; + Pl => \\_ => "vilka" + } ; + det = DIndef + } ; + whoSg_IP = {s = vem.s ; gn = SgUtr} ; + whoPl_IP = {s = \\_ => "vilka" ; gn = Plg} ; + why_IAdv = ss "varfr" ; + without_Prep = ss "utan" ; + with_Prep = ss "med" ; + yes_Utt = ss ["ja"] ; + youSg_Pron = MorphoSwe.mkNP "du" "dig" "din" "ditt" "dina" SgUtr P2 ; + youPl_Pron = MorphoSwe.mkNP "ni" "er" "er" "ert" "era" Plg P2 ; + youPol_Pron = MorphoSwe.mkNP "ni" "er" "er" "ert" "era" SgUtr P2 ; --- wrong in refl + +-- Auxiliaries that are used repeatedly. + + oper + vem = MorphoSwe.mkNP "vem" "vem" "vems" "vems" "vems" SgUtr P3 ; + +} + diff --git a/deprecated/old-lib/resource/swedish/VerbSwe.gf b/deprecated/old-lib/resource/swedish/VerbSwe.gf new file mode 100644 index 000000000..e918f4809 --- /dev/null +++ b/deprecated/old-lib/resource/swedish/VerbSwe.gf @@ -0,0 +1,2 @@ +concrete VerbSwe of Verb = CatSwe ** VerbScand with + (ResScand = ResSwe) ; diff --git a/deprecated/old-lib/resource/thai/AdjectiveTha.gf b/deprecated/old-lib/resource/thai/AdjectiveTha.gf new file mode 100644 index 000000000..68e8acba9 --- /dev/null +++ b/deprecated/old-lib/resource/thai/AdjectiveTha.gf @@ -0,0 +1,36 @@ +concrete AdjectiveTha of Adjective = CatTha ** open ResTha, Prelude in { + + lin + + PositA a = a ; + +-- ComparA a np = { +-- s = \\_ => a.s ! AAdj Compar ++ "than" ++ np.s ! Nom ; +-- isPre = False +-- } ; +-- +---- $SuperlA$ belongs to determiner syntax in $Noun$. +-- +-- ComplA2 a np = { +-- s = \\_ => a.s ! AAdj Posit ++ a.c2 ++ np.s ! Acc ; +-- isPre = False +-- } ; +-- +-- ReflA2 a = { +-- s = \\ag => a.s ! AAdj Posit ++ a.c2 ++ reflPron ! ag ; +-- isPre = False +-- } ; +-- +-- SentAP ap sc = { +-- s = \\a => ap.s ! a ++ sc.s ; +-- isPre = False +-- } ; +-- +-- AdAP ada ap = { +-- s = \\a => ada.s ++ ap.s ! a ; +-- isPre = ap.isPre +-- } ; +-- +-- UseA2 a = a ; +-- +} diff --git a/deprecated/old-lib/resource/thai/AdverbTha.gf b/deprecated/old-lib/resource/thai/AdverbTha.gf new file mode 100644 index 000000000..876629468 --- /dev/null +++ b/deprecated/old-lib/resource/thai/AdverbTha.gf @@ -0,0 +1,23 @@ +concrete AdverbTha of Adverb = CatTha ** + open ResTha, StringsTha, Prelude in { + + lin + PositAdvAdj a = a ; + +-- ComparAdvAdj cadv a np = { +-- s = cadv.s ++ a.s ! AAdv ++ "than" ++ np.s ! Nom +-- } ; +-- ComparAdvAdjS cadv a s = { +-- s = cadv.s ++ a.s ! AAdv ++ "than" ++ s.s +-- } ; +-- +-- PrepNP prep np = {s = prep.s ++ np.s ! Acc} ; +-- +-- AdAdv = cc2 ; +-- +-- SubjS = cc2 ; +-- AdvSC s = s ; --- this rule give stack overflow in ordinary parsing +-- +-- AdnCAdv cadv = {s = cadv.s ++ "than"} ; +-- +} diff --git a/deprecated/old-lib/resource/thai/AllTha.gf b/deprecated/old-lib/resource/thai/AllTha.gf new file mode 100644 index 000000000..0ca824967 --- /dev/null +++ b/deprecated/old-lib/resource/thai/AllTha.gf @@ -0,0 +1,3 @@ +--# -path=.:../abstract:../common:prelude + +concrete AllTha of AllThaAbs = LangTha ; diff --git a/deprecated/old-lib/resource/thai/AllThaAbs.gf b/deprecated/old-lib/resource/thai/AllThaAbs.gf new file mode 100644 index 000000000..6e1bc90cf --- /dev/null +++ b/deprecated/old-lib/resource/thai/AllThaAbs.gf @@ -0,0 +1,3 @@ +--# -path=.:../abstract:../common:prelude + +abstract AllThaAbs = Lang ; diff --git a/deprecated/old-lib/resource/thai/CatTha.gf b/deprecated/old-lib/resource/thai/CatTha.gf new file mode 100644 index 000000000..d13983f4a --- /dev/null +++ b/deprecated/old-lib/resource/thai/CatTha.gf @@ -0,0 +1,77 @@ +concrete CatTha of Cat = CommonX ** open ResTha, Prelude in { + + flags optimize=all_subs ; + + lincat + +-- Tensed/Untensed + + S = {s : Str} ; + QS = {s : QForm => Str} ; +-- RS = {s : Agr => Str ; c : Case} ; -- c for it clefts +-- +---- Sentence +-- + Cl = {s : Polarity => Str} ; +-- Slash = { +-- s : Tense => Anteriority => CPolarity => Order => Str ; +-- c2 : Str +-- } ; + Imp = {s : Polarity => Str} ; +-- +---- Question +-- + QCl = {s : Polarity => Str} ; +-- IP = {s : Case => Str ; n : Number} ; +-- IComp = {s : Str} ; +-- IDet = {s : Str ; n : Number} ; +-- +---- Relative +-- +-- RCl = {s : Tense => Anteriority => CPolarity => Agr => Str ; c : Case} ; +-- RP = {s : RCase => Str ; a : RAgr} ; +-- +---- Verb +-- + VP = ResTha.VP ; + Comp = ResTha.VP ; +-- +---- Adjective +-- +-- AP = {s : Agr => Str ; isPre : Bool} ; +-- +-- Noun +-- + CN = Noun ; + NP, Pron = SS ; + Det = Determiner ; +-- Predet, Ord = {s : Str} ; + Num, Quant = {s : Str ; hasC : Bool} ; + +-- Numeral + + Numeral = {s : Str} ; + +---- Structural +-- +-- Conj = {s : Str ; n : Number} ; +-- DConj = {s1,s2 : Str ; n : Number} ; +-- Subj = {s : Str} ; +-- Prep = {s : Str} ; +-- +-- Open lexical classes, e.g. Lexicon + + V, VS, VQ, VA = Verb ; + V2, V2A = Verb ** {c2 : Str} ; + V3 = Verb ** {c2, c3 : Str} ; + VV = VVerb ; +-- +-- A = {s : AForm => Str} ; +-- A2 = {s : AForm => Str ; c2 : Str} ; +-- + N = Noun ; +-- N2 = {s : Number => Case => Str} ** {c2 : Str} ; +-- N3 = {s : Number => Case => Str} ** {c2,c3 : Str} ; +-- PN = {s : Case => Str} ; +-- +} diff --git a/deprecated/old-lib/resource/thai/ConjunctionTha.gf b/deprecated/old-lib/resource/thai/ConjunctionTha.gf new file mode 100644 index 000000000..38071f077 --- /dev/null +++ b/deprecated/old-lib/resource/thai/ConjunctionTha.gf @@ -0,0 +1,45 @@ +--concrete ConjunctionTha of Conjunction = +-- CatTha ** open ResTha, Coordination, Prelude in { +-- +-- flags optimize=all_subs ; +-- +-- lin +-- +-- ConjS = conjunctSS ; +-- DConjS = conjunctDistrSS ; +-- +-- ConjAdv = conjunctSS ; +-- DConjAdv = conjunctDistrSS ; +-- +-- ConjNP conj ss = conjunctTable Case conj ss ** { +-- a = {n = conjNumber conj.n ss.a.n ; p = ss.a.p} +-- } ; +-- DConjNP conj ss = conjunctDistrTable Case conj ss ** { +-- a = {n = conjNumber conj.n ss.a.n ; p = ss.a.p} +-- } ; +-- +-- ConjAP conj ss = conjunctTable Agr conj ss ** { +-- isPre = ss.isPre +-- } ; +-- DConjAP conj ss = conjunctDistrTable Agr conj ss ** { +-- isPre = ss.isPre +-- } ; +-- +---- These fun's are generated from the list cat's. +-- +-- BaseS = twoSS ; +-- ConsS = consrSS comma ; +-- BaseAdv = twoSS ; +-- ConsAdv = consrSS comma ; +-- BaseNP x y = twoTable Case x y ** {a = conjAgr x.a y.a} ; +-- ConsNP xs x = consrTable Case comma xs x ** {a = conjAgr xs.a x.a} ; +-- BaseAP x y = twoTable Agr x y ** {isPre = andB x.isPre y.isPre} ; +-- ConsAP xs x = consrTable Agr comma xs x ** {isPre = andB xs.isPre x.isPre} ; +-- +-- lincat +-- [S] = {s1,s2 : Str} ; +-- [Adv] = {s1,s2 : Str} ; +-- [NP] = {s1,s2 : Case => Str ; a : Agr} ; +-- [AP] = {s1,s2 : Agr => Str ; isPre : Bool} ; +-- +--} diff --git a/deprecated/old-lib/resource/thai/ExtraTha.gf b/deprecated/old-lib/resource/thai/ExtraTha.gf new file mode 100644 index 000000000..d987fb7e5 --- /dev/null +++ b/deprecated/old-lib/resource/thai/ExtraTha.gf @@ -0,0 +1,52 @@ +--concrete ExtraTha of ExtraThaAbs = CatTha ** +-- open ResTha, Coordination, Prelude in { +-- +-- lin +-- GenNP np = {s = \\_ => np.s ! Gen} ; +-- ComplBareVS v s = insertObj (\\_ => s.s) (predV v) ; +-- +-- StrandRelSlash rp slash = { +-- s = \\t,a,p,_ => rp.s ! RC Acc ++ slash.s ! t ! a ! p ! ODir ++ slash.c2 ; +-- c = Acc +-- } ; +-- EmptyRelSlash rp slash = { +-- s = \\t,a,p,_ => slash.s ! t ! a ! p ! ODir ++ slash.c2 ; +-- c = Acc +-- } ; +-- +-- StrandQuestSlash ip slash = +-- {s = \\t,a,b,q => +-- (mkQuestion (ss (ip.s ! Acc)) slash).s ! t ! a ! b ! q ++ slash.c2 +-- }; +-- +-- lincat +-- VPI = {s : VPIForm => Agr => Str} ; +-- [VPI] = {s1,s2 : VPIForm => Agr => Str} ; +-- +-- lin +-- BaseVPI = twoTable2 VPIForm Agr ; +-- ConsVPI = consrTable2 VPIForm Agr comma ; +-- +-- MkVPI vp = { +-- s = \\v,a => vp.ad ++ vp.inf ++ vp.s2 ! a +-- } ; +-- ConjVPI = conjunctTable2 VPIForm Agr ; +-- ComplVPIVV vv vpi = +-- insertObj (\\a => (if_then_Str vv.isAux [] "to") ++ vpi.s ! VPIInf ! a) (predVV vv) ; +-- +-- UncNegCl t a cl = {s = t.s ++ a.s ++ cl.s ! t.t ! a.a ! neg ! ODir} ; +-- UncNegQCl t a cl = {s = \\q => t.s ++ a.s ++ cl.s ! t.t ! a.a ! neg !q} ; +-- UncNegRCl t a cl = { +-- s = \\r => t.s ++ a.s ++ cl.s ! t.t ! a.a ! neg ! r ; +-- c = cl.c +-- } ; +-- UncNegImpSg imp = {s = imp.s ! neg ! ImpF Sg False} ; +-- UncNegImpPl imp = {s = imp.s ! neg ! ImpF Pl False} ; +-- +-- CompoundCN a b = {s = \\n,c => a.s ! Sg ! Nom ++ b.s ! n ! c} ; +-- +-- +-- oper +-- neg = CNeg False ; +-- +--} diff --git a/deprecated/old-lib/resource/thai/GrammarTha.gf b/deprecated/old-lib/resource/thai/GrammarTha.gf new file mode 100644 index 000000000..28105857a --- /dev/null +++ b/deprecated/old-lib/resource/thai/GrammarTha.gf @@ -0,0 +1,21 @@ +--# -path=.:../abstract:../common:prelude + +concrete GrammarTha of Grammar = + NounTha, + VerbTha, + AdjectiveTha, + AdverbTha, + NumeralTha, + SentenceTha, + QuestionTha, +-- RelativeTha, +-- ConjunctionTha, + PhraseTha, +-- TextX, + StructuralTha +-- IdiomTha + ** { + +flags startcat = Phr ; unlexer = text ; lexer = text ; + +} ; diff --git a/deprecated/old-lib/resource/thai/IdiomTha.gf b/deprecated/old-lib/resource/thai/IdiomTha.gf new file mode 100644 index 000000000..40851f3ab --- /dev/null +++ b/deprecated/old-lib/resource/thai/IdiomTha.gf @@ -0,0 +1,30 @@ +--concrete IdiomTha of Idiom = CatTha ** open Prelude, ResTha in { +-- +-- flags optimize=all_subs ; +-- +-- lin +-- ImpersCl vp = mkClause "it" (agrP3 Sg) vp ; +-- GenericCl vp = mkClause "one" (agrP3 Sg) vp ; +-- +-- CleftNP np rs = mkClause "it" (agrP3 Sg) +-- (insertObj (\\_ => rs.s ! np.a) +-- (insertObj (\\_ => np.s ! rs.c) (predAux auxBe))) ; +-- +-- CleftAdv ad s = mkClause "it" (agrP3 Sg) +-- (insertObj (\\_ => conjThat ++ s.s) +-- (insertObj (\\_ => ad.s) (predAux auxBe))) ; +-- +-- ExistNP np = +-- mkClause "there" (agrP3 np.a.n) +-- (insertObj (\\_ => np.s ! Acc) (predAux auxBe)) ; +-- +-- ExistIP ip = +-- mkQuestion (ss (ip.s ! Nom)) +-- (mkClause "there" (agrP3 ip.n) (predAux auxBe)) ; +-- +-- ProgrVP vp = insertObj (\\a => vp.ad ++ vp.prp ++ vp.s2 ! a) (predAux auxBe) ; +-- +-- ImpPl1 vp = {s = "let's" ++ infVP True vp {n = Pl ; p = P1}} ; +-- +--} +-- diff --git a/deprecated/old-lib/resource/thai/IrregTha.gf b/deprecated/old-lib/resource/thai/IrregTha.gf new file mode 100644 index 000000000..27aa23e41 --- /dev/null +++ b/deprecated/old-lib/resource/thai/IrregTha.gf @@ -0,0 +1,181 @@ +----# -path=.:prelude:../abstract:../common +-- +--concrete IrregTha of IrregThaAbs = CatTha ** open ParadigmsTha in { +-- +--flags optimize=values ; +-- +-- lin +-- awake_V = irregV "awake" "awoke" "awoken" ; +-- bear_V = irregV "bear" "bore" "born" ; +-- beat_V = irregV "beat" "beat" "beat" ; +-- become_V = irregV "become" "became" "become" ; +-- begin_V = irregV "begin" "began" "begun" ; +-- bend_V = irregV "bend" "bent" "bent" ; +-- beset_V = irregV "beset" "beset" "beset" ; +-- bet_V = irregDuplV "bet" "bet" "bet" ; +-- bid_V = irregDuplV "bid" (variants {"bid" ; "bade"}) (variants {"bid" ; "bidden"}) ; +-- bind_V = irregV "bind" "bound" "bound" ; +-- bite_V = irregV "bite" "bit" "bitten" ; +-- bleed_V = irregV "bleed" "bled" "bled" ; +-- blow_V = irregV "blow" "blew" "blown" ; +-- break_V = irregV "break" "broke" "broken" ; +-- breed_V = irregV "breed" "bred" "bred" ; +-- bring_V = irregV "bring" "brought" "brought" ; +-- broadcast_V = irregV "broadcast" "broadcast" "broadcast" ; +-- build_V = irregV "build" "built" "built" ; +-- burn_V = irregV "burn" (variants {"burned" ; "burnt"}) (variants {"burned" ; "burnt"}) ; +-- burst_V = irregV "burst" "burst" "burst" ; +-- buy_V = irregV "buy" "bought" "bought" ; +-- cast_V = irregV "cast" "cast" "cast" ; +-- catch_V = irregV "catch" "caught" "caught" ; +-- choose_V = irregV "choose" "chose" "chosen" ; +-- cling_V = irregV "cling" "clung" "clung" ; +-- come_V = irregV "come" "came" "come" ; +-- cost_V = irregV "cost" "cost" "cost" ; +-- creep_V = irregV "creep" "crept" "crept" ; +-- cut_V = irregDuplV "cut" "cut" "cut" ; +-- deal_V = irregV "deal" "dealt" "dealt" ; +-- dig_V = irregDuplV "dig" "dug" "dug" ; +-- dive_V = irregV "dive" (variants {"dived" ; "dove"}) "dived" ; +-- do_V = mkV "do" "does" "did" "done" "doing" ; +-- draw_V = irregV "draw" "drew" "drawn" ; +-- dream_V = irregV "dream" (variants {"dreamed" ; "dreamt"}) (variants {"dreamed" ; "dreamt"}) ; +-- drive_V = irregV "drive" "drove" "driven" ; +-- drink_V = irregV "drink" "drank" "drunk" ; +-- eat_V = irregV "eat" "ate" "eaten" ; +-- fall_V = irregV "fall" "fell" "fallen" ; +-- feed_V = irregV "feed" "fed" "fed" ; +-- feel_V = irregV "feel" "felt" "felt" ; +-- fight_V = irregV "fight" "fought" "fought" ; +-- find_V = irregV "find" "found" "found" ; +-- fit_V = irregDuplV "fit" "fit" "fit" ; +-- flee_V = irregV "flee" "fled" "fled" ; +-- fling_V = irregV "fling" "flung" "flung" ; +-- fly_V = irregV "fly" "flew" "flown" ; +-- forbid_V = irregDuplV "forbid" "forbade" "forbidden" ; +-- forget_V = irregDuplV "forget" "forgot" "forgotten" ; +-- forgive_V = irregV "forgive" "forgave" "forgiven" ; +-- forsake_V = irregV "forsake" "forsook" "forsaken" ; +-- freeze_V = irregV "freeze" "froze" "frozen" ; +-- get_V = irregDuplV "get" "got" "gotten" ; +-- give_V = irregV "give" "gave" "given" ; +-- go_V = mkV "go" "goes" "went" "gone" "going" ; +-- grind_V = irregV "grind" "ground" "ground" ; +-- grow_V = irregV "grow" "grew" "grown" ; +-- hang_V = irregV "hang" "hung" "hung" ; +-- have_V = mkV "have" "has" "had" "had" "having" ; +-- hear_V = irregV "hear" "heard" "heard" ; +-- hide_V = irregV "hide" "hid" "hidden" ; +-- hit_V = irregDuplV "hit" "hit" "hit" ; +-- hold_V = irregV "hold" "held" "held" ; +-- hurt_V = irregV "hurt" "hurt" "hurt" ; +-- keep_V = irregV "keep" "kept" "kept" ; +-- kneel_V = irregV "kneel" "knelt" "knelt" ; +-- knit_V = irregDuplV "knit" "knit" "knit" ; +-- know_V = irregV "know" "knew" "know" ; +-- lay_V = irregV "lay" "laid" "laid" ; +-- lead_V = irregV "lead" "led" "led" ; +-- leap_V = irregV "leap" (variants {"leaped" ; "lept"}) (variants {"leaped" ; "lept"}) ; +-- learn_V = irregV "learn" (variants {"learned" ; "learnt"}) (variants {"learned" ; "learnt"}) ; +-- leave_V = irregV "leave" "left" "left" ; +-- lend_V = irregV "lend" "lent" "lent" ; +-- let_V = irregDuplV "let" "let" "let" ; +-- lie_V = irregV "lie" "lay" "lain" ; +-- light_V = irregV "light" (variants {"lighted" ; "lit"}) "lighted" ; +-- lose_V = irregV "lose" "lost" "lost" ; +-- make_V = irregV "make" "made" "made" ; +-- mean_V = irregV "mean" "meant" "meant" ; +-- meet_V = irregV "meet" "met" "met" ; +-- misspell_V = irregV "misspell" (variants {"misspelled" ; "misspelt"}) (variants {"misspelled" ; "misspelt"}) ; +-- mistake_V = irregV "mistake" "mistook" "mistaken" ; +-- mow_V = irregV "mow" "mowed" (variants {"mowed" ; "mown"}) ; +-- overcome_V = irregV "overcome" "overcame" "overcome" ; +-- overdo_V = mkV "overdo" "overdoes" "overdid" "overdone" "overdoing" ; +-- overtake_V = irregV "overtake" "overtook" "overtaken" ; +-- overthrow_V = irregV "overthrow" "overthrew" "overthrown" ; +-- pay_V = irregV "pay" "paid" "paid" ; +-- plead_V = irregV "plead" "pled" "pled" ; +-- prove_V = irregV "prove" "proved" (variants {"proved" ; "proven"}) ; +-- put_V = irregDuplV "put" "put" "put" ; +-- quit_V = irregDuplV "quit" "quit" "quit" ; +-- read_V = irregV "read" "read" "read" ; +-- rid_V = irregDuplV "rid" "rid" "rid" ; +-- ride_V = irregV "ride" "rode" "ridden" ; +-- ring_V = irregV "ring" "rang" "rung" ; +-- rise_V = irregV "rise" "rose" "risen" ; +-- run_V = irregDuplV "run" "ran" "run" ; +-- saw_V = irregV "saw" "sawed" (variants {"sawed" ; "sawn"}) ; +-- say_V = irregV "say" "said" "said" ; +-- see_V = irregV "see" "saw" "seen" ; +-- seek_V = irregV "seek" "sought" "sought" ; +-- sell_V = irregV "sell" "sold" "sold" ; +-- send_V = irregV "send" "sent" "sent" ; +-- set_V = irregDuplV "set" "set" "set" ; +-- sew_V = irregV "sew" "sewed" (variants {"sewed" ; "sewn"}) ; +-- shake_V = irregV "shake" "shook" "shaken" ; +-- shave_V = irregV "shave" "shaved" (variants {"shaved" ; "shaven"}) ; +-- shear_V = irregV "shear" "shore" "shorn" ; +-- shed_V = irregDuplV "shed" "shed" "shed" ; +-- shine_V = irregV "shine" "shone" "shone" ; +-- shoe_V = irregV "shoe" "shoed" (variants {"shoed" ; "shod"}) ; +-- shoot_V = irregV "shoot" "shot" "shot" ; +-- show_V = irregV "show" "showed" (variants {"showed" ; "shown"}) ; +-- shrink_V = irregV "shrink" "shrank" "shrunk" ; +-- shut_V = irregDuplV "shut" "shut" "shut" ; +-- sing_V = irregV "sing" "sang" "sung" ; +-- sink_V = irregV "sink" "sank" "sunk" ; +-- sit_V = irregDuplV "sit" "sat" "sat" ; +-- sleep_V = irregV "sleep" "slept" "slept" ; +-- slay_V = irregV "slay" "slew" "slain" ; +-- slide_V = irregV "slide" "slid" "slid" ; +-- sling_V = irregV "sling" "slung" "slung" ; +-- slit_V = irregDuplV "slit" "slit" "slit" ; +-- smite_V = irregV "smite" "smote" "smitten" ; +-- sow_V = irregV "sow" "sowed" (variants {"sowed" ; "sown"}) ; +-- speak_V = irregV "speak" "spoke" "spoken" ; +-- speed_V = irregV "speed" "sped" "sped" ; +-- spend_V = irregV "spend" "spent" "spent" ; +-- spill_V = irregV "spill" (variants {"spilled" ; "spilt"}) (variants {"spilled" ; "spilt"}) ; +-- spin_V = irregDuplV "spin" "spun" "spun" ; +-- spit_V = irregDuplV "spit" (variants {"spit" ; "spat"}) "spit" ; +-- split_V = irregDuplV "split" "split" "split" ; +-- spread_V = irregV "spread" "spread" "spread" ; +-- spring_V = irregV "spring" (variants {"sprang" ; "sprung"}) "sprung" ; +-- stand_V = irregV "stand" "stood" "stood" ; +-- steal_V = irregV "steal" "stole" "stolen" ; +-- stick_V = irregV "stick" "stuck" "stuck" ; +-- sting_V = irregV "sting" "stung" "stung" ; +-- stink_V = irregV "stink" "stank" "stunk" ; +-- stride_V = irregV "stride" "strod" "stridden" ; +-- strike_V = irregV "strike" "struck" "struck" ; +-- string_V = irregV "string" "strung" "strung" ; +-- strive_V = irregV "strive" "strove" "striven" ; +-- swear_V = irregV "swear" "swore" "sworn" ; +-- sweep_V = irregV "sweep" "swept" "swept" ; +-- swell_V = irregV "swell" "swelled" (variants {"swelled" ; "swollen"}) ; +-- swim_V = irregDuplV "swim" "swam" "swum" ; +-- swing_V = irregV "swing" "swung" "swung" ; +-- take_V = irregV "take" "took" "taken" ; +-- teach_V = irregV "teach" "taught" "taught" ; +-- tear_V = irregV "tear" "tore" "torn" ; +-- tell_V = irregV "tell" "told" "told" ; +-- think_V = irregV "think" "thought" "thought" ; +-- thrive_V = irregV "thrive" (variants {"thrived" ; "throve"}) "thrived" ; +-- throw_V = irregV "throw" "threw" "thrown" ; +-- thrust_V = irregV "thrust" "thrust" "thrust" ; +-- tread_V = irregV "tread" "trod" "trodden" ; +-- understand_V = irregV "understand" "understood" "understood" ; +-- uphold_V = irregV "uphold" "upheld" "upheld" ; +-- upset_V = irregDuplV "upset" "upset" "upset" ; +-- wake_V = irregV "wake" "woke" "woken" ; +-- wear_V = irregV "wear" "wore" "worn" ; +-- weave_V = irregV "weave" (variants {"weaved" ; "wove"}) (variants {"weaved" ; "woven"}) ; +-- wed_V = irregDuplV "wed" "wed" "wed" ; +-- weep_V = irregV "weep" "wept" "wept" ; +-- wind_V = irregV "wind" "wound" "wound" ; +-- win_V = irregDuplV "win" "won" "won" ; +-- withhold_V = irregV "withhold" "withheld" "withheld" ; +-- withstand_V = irregV "withstand" "withstood" "withstood" ; +-- wring_V = irregV "wring" "wrung" "wrung" ; +-- write_V = irregV "write" "wrote" "written" ; +--} diff --git a/deprecated/old-lib/resource/thai/LangTha.gf b/deprecated/old-lib/resource/thai/LangTha.gf new file mode 100644 index 000000000..77ebd1018 --- /dev/null +++ b/deprecated/old-lib/resource/thai/LangTha.gf @@ -0,0 +1,10 @@ +--# -path=.:../abstract:../common:prelude + +concrete LangTha of Lang = + GrammarTha, + LexiconTha + ** { + +flags startcat = Phr ; unlexer = concat ; lexer = text ; + +} ; diff --git a/deprecated/old-lib/resource/thai/LexiconTha.gf b/deprecated/old-lib/resource/thai/LexiconTha.gf new file mode 100644 index 000000000..c1e047894 --- /dev/null +++ b/deprecated/old-lib/resource/thai/LexiconTha.gf @@ -0,0 +1,368 @@ +--# -path=.:prelude + +concrete LexiconTha of Lexicon = CatTha ** + open StringsTha, ResTha, Prelude in { + +flags + optimize=values ; + +lin +-- airplane_N = regN "airplane" ; +-- answer_V2S = mkV2S (regV "answer") toP ; +-- apartment_N = regN "apartment" ; +-- apple_N = regN "apple" ; +-- art_N = regN "art" ; +-- ask_V2Q = mkV2Q (regV "ask") noPrep ; +-- baby_N = regN "baby" ; +-- bad_A = mkADeg "bad" "badly" "worse" "worst" ; +-- bank_N = regN "bank" ; +-- beautiful_A = regADeg "beautiful" ; +-- become_VA = mkVA (irregV "become" "became" "become") ; + beer_N = mkN biar_s kew_s ; +-- beg_V2V = mkV2V (regDuplV "beg") noPrep toP ; + big_A = ss yay_s ; +-- bike_N = regN "bike" ; +-- bird_N = regN "bird" ; +-- black_A = regADeg "black" ; +-- blue_A = regADeg "blue" ; +-- boat_N = regN "boat" ; + book_N = mkN (nag_s ++ svv_s) lem_s ; +-- boot_N = regN "boot" ; +-- boss_N = regN "boss" ; +-- boy_N = regN "boy" ; +-- bread_N = regN "bread" ; +-- break_V2 = dirV2 (irregV "break" "broke" "broken") ; +-- broad_A = regADeg "broad" ; +-- brother_N2 = regN2 "brother" ; +-- brown_A = regADeg "brown" ; +-- butter_N = regN "butter" ; +-- buy_V2 = dirV2 (irregV "buy" "bought" "bought") ; +-- camera_N = regN "camera" ; +-- cap_N = regN "cap" ; +-- car_N = regN "car" ; +-- carpet_N = regN "carpet" ; +-- cat_N = regN "cat" ; +-- ceiling_N = regN "ceiling" ; +-- chair_N = regN "chair" ; +-- cheese_N = regN "cheese" ; +-- child_N = mk2N "child" "children" ; +-- church_N = regN "church" ; +-- city_N = regN "city" ; +-- clean_A = regADeg "clean" ; +-- clever_A = regADeg "clever" ; +-- close_V2 = dirV2 (regV "close") ; +-- coat_N = regN "coat" ; +-- cold_A = regADeg "cold" ; +-- come_V = (irregV "come" "came" "come") ; +-- computer_N = regN "computer" ; +-- country_N = regN "country" ; +-- cousin_N = regN "cousin" ; +-- cow_N = regN "cow" ; +-- die_V = (regV "die") ; +-- dirty_A = regADeg "dirty" ; +-- distance_N3 = mkN3 (regN "distance") fromP toP ; +-- doctor_N = regN "doctor" ; +-- dog_N = regN "dog" ; +-- door_N = regN "door" ; + drink_V2 = dirV2 (regV dvm_s) ; +-- easy_A2V = mkA2V (regA "easy") forP ; +-- eat_V2 = dirV2 (irregV "eat" "ate" "eaten") ; +-- empty_A = regADeg "empty" ; +-- enemy_N = regN "enemy" ; +-- factory_N = regN "factory" ; +-- father_N2 = regN2 "father" ; +-- fear_VS = mkVS (regV "fear") ; +-- find_V2 = dirV2 (irregV "find" "found" "found") ; +-- fish_N = mk2N "fish" "fish" ; +-- floor_N = regN "floor" ; +-- forget_V2 = dirV2 (irregDuplV "forget" "forgot" "forgotten") ; +-- fridge_N = regN "fridge" ; +-- friend_N = regN "friend" ; +-- fruit_N = regN "fruit" ; +-- fun_AV = mkAV (regA "fun") ; +-- garden_N = regN "garden" ; +-- girl_N = regN "girl" ; +-- glove_N = regN "glove" ; +-- gold_N = regN "gold" ; +-- good_A = mkADeg "good" "well" "better" "best" ; + go_V = regV pay_s ; +-- green_A = regADeg "green" ; +-- harbour_N = regN "harbour" ; +-- hate_V2 = dirV2 (regV "hate") ; +-- hat_N = regN "hat" ; +-- have_V2 = dirV2 (mkV "have" "has" "had" "had" "having") ; +-- hear_V2 = dirV2 (irregV "hear" "heard" "heard") ; +-- hill_N = regN "hill" ; +-- hope_VS = mkVS (regV "hope") ; +-- horse_N = regN "horse" ; +-- hot_A = duplADeg "hot" ; + house_N = mkN baan_s lag_s ; +-- important_A = compoundADeg (regA "important") ; +-- industry_N = regN "industry" ; +-- iron_N = regN "iron" ; +-- king_N = regN "king" ; +-- know_V2 = dirV2 (irregV "know" "knew" "known") ; +-- lake_N = regN "lake" ; +-- lamp_N = regN "lamp" ; +-- learn_V2 = dirV2 (regV "learn") ; +-- leather_N = regN "leather" ; +-- leave_V2 = dirV2 (irregV "leave" "left" "left") ; +-- like_V2 = dirV2 (regV "like") ; +-- listen_V2 = mkV2 (regV "listen") toP ; +-- live_V = (regV "live") ; + john_PN = ss "cn" ; +-- long_A = regADeg "long" ; +-- lose_V2 = dirV2 (irregV "lose" "lost" "lost") ; +-- love_N = regN "love" ; + love_V2 = dirV2 (regV rak_s) ; +-- man_N = mk2N "man" "men" ; +-- married_A2 = mkA2 (regA "married") toP ; +-- meat_N = regN "meat" ; +-- milk_N = regN "milk" ; +-- moon_N = regN "moon" ; +-- mother_N2 = regN2 "mother" ; +-- mountain_N = regN "mountain" ; +-- music_N = regN "music" ; +-- narrow_A = regADeg "narrow" ; +-- new_A = regADeg "new" ; +-- newspaper_N = regN "newspaper" ; +-- oil_N = regN "oil" ; +-- old_A = regADeg "old" ; +-- open_V2 = dirV2 (regV "open") ; +-- paint_V2A = mkV2A (regV "paint") noPrep ; +-- paper_N = regN "paper" ; +-- paris_PN = regPN "Paris" ; +-- peace_N = regN "peace" ; +-- pen_N = regN "pen" ; +-- planet_N = regN "planet" ; +-- plastic_N = regN "plastic" ; +-- play_V2 = dirV2 (regV "play") ; +-- policeman_N = regN "policeman" ; +-- priest_N = regN "priest" ; +-- probable_AS = mkAS (regA "probable") ; +-- queen_N = regN "queen" ; +-- radio_N = regN "radio" ; +-- rain_V0 = mkV0 (regV "rain") ; +-- read_V2 = dirV2 (irregV "read" "read" "read") ; +-- red_A = duplADeg "red" ; +-- religion_N = regN "religion" ; +-- restaurant_N = regN "restaurant" ; +-- river_N = regN "river" ; +-- rock_N = regN "rock" ; +-- roof_N = regN "roof" ; +-- rubber_N = regN "rubber" ; +-- run_V = (irregDuplV "run" "ran" "run") ; +-- say_VS = mkVS (irregV "say" "said" "said") ; +-- school_N = regN "school" ; +-- science_N = regN "science" ; +-- sea_N = regN "sea" ; +-- seek_V2 = dirV2 (irregV "seek" "sought" "sought") ; +-- see_V2 = dirV2 (irregV "see" "saw" "seen") ; +-- sell_V3 = dirV3 (irregV "sell" "sold" "sold") toP ; +-- send_V3 = dirV3 (irregV "send" "sent" "sent") toP ; +-- sheep_N = mk2N "sheep" "sheep" ; +-- ship_N = regN "ship" ; +-- shirt_N = regN "shirt" ; +-- shoe_N = regN "shoe" ; +-- shop_N = regN "shop" ; +-- short_A = regADeg "short" ; +-- silver_N = regN "silver" ; +-- sister_N = regN "sister" ; + sleep_V = resV noon_s lap_s ; +-- small_A = regADeg "small" ; +-- snake_N = regN "snake" ; +-- sock_N = regN "sock" ; +-- speak_V2 = dirV2 (irregV "speak" "spoke" "spoken") ; +-- star_N = regN "star" ; +-- steel_N = regN "steel" ; +-- stone_N = regN "stone" ; +-- stove_N = regN "stove" ; +-- student_N = regN "student" ; +-- stupid_A = regADeg "stupid" ; +-- sun_N = regN "sun" ; +-- switch8off_V2 = dirV2 (partV (regV "switch") "off") ; +-- switch8on_V2 = dirV2 (partV (regV "switch") "on") ; +-- table_N = regN "table" ; +-- talk_V3 = mkV3 (regV "talk") toP aboutP ; +-- teacher_N = regN "teacher" ; +-- teach_V2 = dirV2 (irregV "teach" "taught" "taught") ; +-- television_N = regN "television" ; +-- thick_A = regADeg "thick" ; +-- thin_A = duplADeg "thin" ; +-- train_N = regN "train" ; +-- travel_V = (regDuplV "travel") ; +-- tree_N = regN "tree" ; +-- ---- trousers_N = regN "trousers" ; +-- ugly_A = regADeg "ugly" ; +-- understand_V2 = dirV2 (irregV "understand" "understood" "understood") ; +-- university_N = regN "university" ; +-- village_N = regN "village" ; +-- wait_V2 = mkV2 (regV "wait") forP ; +-- walk_V = (regV "walk") ; +-- warm_A = regADeg "warm" ; +-- war_N = regN "war" ; +-- watch_V2 = dirV2 (regV "watch") ; +-- water_N = regN "water" ; +-- white_A = regADeg "white" ; +-- window_N = regN "window" ; +-- wine_N = regN "wine" ; +-- win_V2 = dirV2 (irregDuplV "win" "won" "won") ; + woman_N = mkN (puu_s ++ yig_s) khon_s ; +-- wonder_VQ = mkVQ (regV "wonder") ; +-- wood_N = regN "wood" ; +-- write_V2 = dirV2 (irregV "write" "wrote" "written") ; +-- yellow_A = regADeg "yellow" ; +-- young_A = regADeg "young" ; +-- +-- do_V2 = dirV2 (mkV "do" "does" "did" "done" "doing") ; +-- now_Adv = mkAdv "now" ; +-- already_Adv = mkAdv "already" ; +-- song_N = regN "song" ; +-- add_V3 = dirV3 (regV "add") toP ; +-- number_N = regN "number" ; +-- put_V2 = mkV2 (irregDuplV "put" "put" "put") noPrep ; +-- stop_V = regDuplV "stop" ; +-- jump_V = regV "jump" ; +-- +-- left_Ord = ss "left" ; +-- right_Ord = ss "right" ; +-- far_Adv = mkAdv "far" ; +-- correct_A = (regA "correct") ; +-- dry_A = regA "dry" ; +-- dull_A = regA "dull" ; +-- full_A = regA "full" ; +-- heavy_A = regA "heavy" ; +-- near_A = regA "near" ; +-- rotten_A = (regA "rotten") ; +-- round_A = regA "round" ; +-- sharp_A = regA "sharp" ; +-- smooth_A = regA "smooth" ; +-- straight_A = regA "straight" ; +-- wet_A = regA "wet" ; ---- +-- wide_A = regA "wide" ; +-- animal_N = regN "animal" ; +-- ashes_N = regN "ash" ; -- FIXME: plural only? +-- back_N = regN "back" ; +-- bark_N = regN "bark" ; +-- belly_N = regN "belly" ; +-- blood_N = regN "blood" ; +-- bone_N = regN "bone" ; +-- breast_N = regN "breast" ; +-- cloud_N = regN "cloud" ; +-- day_N = regN "day" ; +-- dust_N = regN "dust" ; +-- ear_N = regN "ear" ; +-- earth_N = regN "earth" ; +-- egg_N = regN "egg" ; +-- eye_N = regN "eye" ; +-- fat_N = regN "fat" ; +-- feather_N = regN "feather" ; +-- fingernail_N = regN "fingernail" ; +-- fire_N = regN "fire" ; +-- flower_N = regN "flower" ; +-- fog_N = regN "fog" ; +-- foot_N = mk2N "foot" "feet" ; +-- forest_N = regN "forest" ; +-- grass_N = regN "grass" ; +-- guts_N = regN "gut" ; -- FIXME: no singular +-- hair_N = regN "hair" ; +-- hand_N = regN "hand" ; +-- head_N = regN "head" ; +-- heart_N = regN "heart" ; +-- horn_N = regN "horn" ; +-- husband_N = genderN masculine (regN "husband") ; +-- ice_N = regN "ice" ; +-- knee_N = regN "knee" ; +-- leaf_N = mk2N "leaf" "leaves" ; +-- leg_N = regN "leg" ; +-- liver_N = regN "liver" ; +-- louse_N = mk2N "louse" "lice" ; +-- mouth_N = regN "mouth" ; +-- name_N = regN "name" ; +-- neck_N = regN "neck" ; +-- night_N = regN "night" ; +-- nose_N = regN "nose" ; +-- person_N = genderN human (regN "person") ; +-- rain_N = regN "rain" ; +-- road_N = regN "road" ; +-- root_N = regN "root" ; +-- rope_N = regN "rope" ; +-- salt_N = regN "salt" ; +-- sand_N = regN "sand" ; +-- seed_N = regN "seed" ; +-- skin_N = regN "skin" ; +-- sky_N = regN "sky" ; +-- smoke_N = regN "smoke" ; +-- snow_N = regN "snow" ; +-- stick_N = regN "stick" ; +-- tail_N = regN "tail" ; +-- tongue_N = regN "tongue" ; +-- tooth_N = mk2N "tooth" "teeth" ; +-- wife_N = genderN feminine (mk2N "wife" "wives") ; +-- wind_N = regN "wind" ; +-- wing_N = regN "wing" ; +-- worm_N = regN "worm" ; +-- year_N = regN "year" ; +-- blow_V = blow_V ; +-- breathe_V = dirV2 (regV "breathe") ; +-- burn_V = burn_V ; +-- dig_V = dig_V ; +-- fall_V = fall_V ; +-- float_V = regV "float" ; +-- flow_V = regV "flow" ; +-- fly_V = fly_V ; +-- freeze_V = freeze_V ; +-- give_V3 = dirV3 give_V toP ; +-- laugh_V = regV "laugh" ; +-- lie_V = lie_V ; +-- play_V = regV "play" ; +-- sew_V = sew_V ; +-- sing_V = sing_V ; +-- sit_V = sit_V ; +-- smell_V = regV "smell" ; +-- spit_V = spit_V ; +-- stand_V = stand_V ; +-- swell_V = swell_V ; +-- swim_V = swim_V ; +-- think_V = think_V ; +-- turn_V = regV "turn" ; +-- vomit_V = regV "vomit" ; +-- +-- bite_V2 = dirV2 bite_V ; +-- count_V2 = dirV2 (regV "count") ; +-- cut_V2 = dirV2 cut_V ; +-- fear_V2 = dirV2 (regV "fear") ; +-- fight_V2 = dirV2 fight_V ; +-- hit_V2 = dirV2 hit_V ; +-- hold_V2 = dirV2 hold_V ; +-- hunt_V2 = dirV2 (regV "hunt") ; +-- kill_V2 = dirV2 (regV "kill") ; +-- pull_V2 = dirV2 (regV "pull") ; +-- push_V2 = dirV2 (regV "push") ; +-- rub_V2 = dirV2 (regDuplV "rub") ; +-- scratch_V2 = dirV2 (regV "scratch") ; +-- split_V2 = dirV2 split_V ; +-- squeeze_V2 = dirV2 (regV "squeeze") ; +-- stab_V2 = dirV2 (regDuplV "stab") ; +-- suck_V2 = dirV2 (regV "suck") ; +-- throw_V2 = dirV2 throw_V ; +-- tie_V2 = dirV2 (regV "tie") ; +-- wash_V2 = dirV2 (regV "wash") ; +-- wipe_V2 = dirV2 (regV "wipe") ; +-- +---- other_A = regA "other" ; +-- +-- grammar_N = regN "grammar" ; +-- language_N = regN "language" ; +-- rule_N = regN "rule" ; +-- +--oper +-- aboutP = mkPrep "about" ; +-- atP = mkPrep "at" ; +-- forP = mkPrep "for" ; +-- fromP = mkPrep "from" ; +-- inP = mkPrep "in" ; +-- onP = mkPrep "on" ; +-- toP = mkPrep "to" ; +-- +} diff --git a/deprecated/old-lib/resource/thai/MorphoTha.gf b/deprecated/old-lib/resource/thai/MorphoTha.gf new file mode 100644 index 000000000..a703f10ba --- /dev/null +++ b/deprecated/old-lib/resource/thai/MorphoTha.gf @@ -0,0 +1,198 @@ +----# -path=.:../../prelude +-- +----1 A Simple Thai 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 $ParadigmsTha$, which +---- gives a higher-level access to this module. +-- +--resource MorphoTha = ResTha ** open Prelude, (Predef=Predef) in { +-- +-- flags optimize=all ; +-- +----2 Phonology +---- +---- To regulate the use of endings for both nouns, adjectives, and verbs: +-- +--oper +-- y2ie : Str -> Str -> Str = \fly,s -> +-- let y = last (init fly) in +-- case y of { +-- "a" => fly + s ; +-- "e" => fly + s ; +-- "o" => fly + s ; +-- "u" => fly + s ; +-- _ => init fly + "ie" + s +-- } ; +-- +-- +----2 Nouns +---- +---- For conciseness and abstraction, we define a worst-case macro for +---- noun inflection. It is used for defining special case that +---- only need one string as argument. +-- +--oper +-- CommonNoun : Type = {s : Number => Case => Str} ; +-- +-- nounGen : Str -> CommonNoun = \dog -> case last dog of { +-- "y" => nounY "dog" ; +-- "s" => nounS (init "dog") ; +-- _ => nounReg "dog" +-- } ; +-- +---- These are auxiliaries to $nounGen$. +-- +-- nounReg : Str -> CommonNoun = \dog -> +-- mkNoun dog (dog + "s") (dog + "'s") (dog + "s'"); +-- nounS : Str -> CommonNoun = \kiss -> +-- mkNoun kiss (kiss + "es") (kiss + "'s") (kiss + "es'") ; +-- nounY : Str -> CommonNoun = \fl -> +-- mkNoun (fl + "y") (fl + "ies") (fl + "y's") (fl + "ies'") ; +-- +-- +----3 Proper names +---- +---- Regular proper names are inflected with "'s" in the genitive. +-- +-- nameReg : Str -> Gender -> {s : Case => Str} = \john,g -> +-- {s = table {Gen => john + "'s" ; _ => john} ; g = g} ; +-- +----2 Determiners +-- +-- mkDeterminer : Number -> Str -> {s : Str ; n : Number} = \n,s -> +-- {s = s ; n = n} ; +-- +----2 Pronouns +---- +---- Here we define personal pronouns. +---- +---- We record the form "mine" and the gender for later use. +-- +-- Pronoun : Type = +-- {s : Case => Str ; a : Agr ; g : Gender} ; +-- +-- mkPronoun : (_,_,_,_ : Str) -> Number -> Person -> Gender -> Pronoun = +-- \I,me,my,mine,n,p,g -> +-- {s = table {Nom => I ; Acc => me ; Gen => my} ; +-- a = {n = n ; p = p} ; +-- g = g +-- } ; +-- +-- human : Gender = Masc ; --- doesn't matter +-- +-- pronI = mkPronoun "I" "me" "my" "mine" Sg P1 human ; +-- pronYouSg = mkPronoun "you" "you" "your" "yours" Sg P2 human ; -- verb agr OK +-- pronHe = mkPronoun "he" "him" "his" "his" Sg P3 Masc ; +-- pronShe = mkPronoun "she" "her" "her" "hers" Sg P3 Fem ; +-- pronIt = mkPronoun "it" "it" "its" "it" Sg P3 Neutr ; +-- +-- pronWe = mkPronoun "we" "us" "our" "ours" Pl P1 human ; +-- pronYouPl = mkPronoun "you" "you" "your" "yours" Pl P2 human ; +-- pronThey = mkPronoun "they" "them" "their" "theirs" Pl P3 human ; --- +-- +-- +----2 Adjectives +---- +---- To form the adjectival and the adverbial forms, two strings are needed +---- in the worst case. (First without degrees.) +-- +-- Adjective = {s : AForm => Str} ; +-- +---- However, most adjectives can be inflected using the final character. +---- N.B. this is not correct for "shy", but $mkAdjective$ has to be used. +-- +-- regAdjective : Str -> Adjective = \free -> +-- let +-- e = last free ; +-- fre = init free ; +-- freely = case e of { +-- "y" => fre + "ily" ; +-- _ => free + "ly" +-- } ; +-- fre = case e of { +-- "e" => fre ; +-- "y" => fre + "i" ; +-- _ => free +-- } +-- in +-- mkAdjective free (fre + "er") (fre + "est") freely ; +-- +---- Many adjectives are 'inflected' by adding a comparison word. +-- +-- adjDegrLong : Str -> Adjective = \ridiculous -> +-- mkAdjective +-- ridiculous +-- ("more" ++ ridiculous) +-- ("most" ++ ridiculous) +-- ((regAdjective ridiculous).s ! AAdv) ; +-- +-- +----3 Verbs +---- +---- The worst case needs five forms. (The verb "be" is treated separately.) +-- +-- mkVerb4 : (_,_,_,_: Str) -> Verb = \go,goes,went,gone -> +-- let going = case last go of { +-- "e" => init go + "ing" ; +-- _ => go + "ing" +-- } +-- in +-- mkVerb go goes went gone going ; +-- +---- This is what we use to derive the irregular forms in almost all cases +-- +-- mkVerbIrreg : (_,_,_ : Str) -> Verb = \bite,bit,bitten -> +-- let bites = case last bite of { +-- "y" => y2ie bite "s" ; +-- "s" => init bite + "es" ; +-- _ => bite + "s" +-- } +-- in mkVerb4 bite bites bit bitten ; +-- +---- This is used to derive regular forms. +-- +-- mkVerbReg : Str -> Verb = \soak -> +-- let +-- soaks = case last soak of { +-- "y" => y2ie soak "s" ; +-- "s" => init soak + "es" ; +-- _ => soak + "s" +-- } ; +-- soaked = case last soak of { +-- "e" => init soak + "s" ; +-- _ => soak + "ed" +-- } +-- in +-- mkVerb4 soak soaks soaked soaked ; +-- +-- verbGen : Str -> Verb = \kill -> case last kill of { +-- "y" => verbP3y (init kill) ; +-- "e" => verbP3e (init kill) ; +-- "s" => verbP3s (init kill) ; +-- _ => regVerbP3 kill +-- } ; +-- +---- These are just auxiliary to $verbGen$. +-- +-- regVerbP3 : Str -> Verb = \walk -> +-- mkVerbIrreg walk (walk + "ed") (walk + "ed") ; +-- verbP3s : Str -> Verb = \kiss -> +-- mkVerb4 kiss (kiss + "es") (kiss + "ed") (kiss + "ed") ; +-- verbP3e : Str -> Verb = \love -> +-- mkVerb4 love (love + "s") (love + "d") (love + "d") ; +-- verbP3y : Str -> Verb = \cr -> +-- mkVerb4 (cr + "y") (cr + "ies") (cr + "ied") (cr + "ied") ; +-- +----- The particle always appears right after the verb. +-- +-- verbPart : Verb -> Str -> Verb = \v,p -> +-- {s = \\f => v.s ! f ++ p ; isRefl = v.isRefl} ; +-- +-- verbNoPart : Verb -> Verb = \v -> verbPart v [] ; +-- +-- +--} ; +-- diff --git a/deprecated/old-lib/resource/thai/NounTha.gf b/deprecated/old-lib/resource/thai/NounTha.gf new file mode 100644 index 000000000..3bc9ab578 --- /dev/null +++ b/deprecated/old-lib/resource/thai/NounTha.gf @@ -0,0 +1,76 @@ +concrete NounTha of Noun = CatTha ** open StringsTha, ResTha, Prelude in { + + flags optimize=all_subs ; + + lin + DetCN det cn = + let cnc = if_then_Str det.hasC cn.c [] + in ss (cn.s ++ det.s1 ++ cnc ++ det.s2) ; + UsePN pn = pn ; + UsePron p = p ; +-- +-- PredetNP pred np = { +-- s = \\c => pred.s ++ np.s ! c ; +-- a = np.a +-- } ; +-- +-- PPartNP np v2 = { +-- s = \\c => np.s ! c ++ v2.s ! VPPart ; +-- a = np.a +-- } ; +-- +-- AdvNP np adv = { +-- s = \\c => np.s ! c ++ adv.s ; +-- a = np.a +-- } ; + + DetQuant quant num = { + s1 = [] ; + s2 = quant.s ++ num.s ; + hasC = quant.hasC ; + } ; + DetQuantOrd quant num ord = { + s1 = num.s ; + s2 = quant.s ++ ord.s ; + hasC = orB num.hasC quant.hasC ; + } ; + + PossPron p = { + s = khoog_s ++ p.s ; + hasC = False + } ; + + NumSg, NumPl = {s = [] ; hasC = False} ; + + NumCard n = n ** {hasC = True} ; +-- OrdInt n = {s = n.s ++ "th"} ; --- +-- + NumNumeral numeral = numeral ** {hasC = True} ; + OrdNumeral numeral = {s = thii_s ++ numeral.s} ; +-- +-- AdNum adn num = {s = adn.s ++ num.s} ; +-- +-- OrdSuperl a = {s = a.s ! AAdj Superl} ; +-- + DefArt = {s = [] ; hasC = False} ; + IndefArt = {s = [] ; hasC = False} ; + + MassNP cn = cn ; + + UseN n = n ; +-- UseN2 n = n ; +-- UseN3 n = n ; +-- +-- ComplN2 f x = {s = \\n,c => f.s ! n ! Nom ++ f.c2 ++ x.s ! c} ; +-- ComplN3 f x = {s = \\n,c => f.s ! n ! Nom ++ f.c2 ++ x.s ! c ; c2 = f.c3} ; + + AdjCN ap cn = {s = cn.s ++ ap.s ; c = cn.c} ; + +-- RelCN cn rs = {s = \\n,c => cn.s ! n ! c ++ rs.s ! {n = n ; p = P3}} ; +-- AdvCN cn ad = {s = \\n,c => cn.s ! n ! c ++ ad.s} ; +-- +-- SentCN cn sc = {s = \\n,c => cn.s ! n ! c ++ sc.s} ; +-- +-- ApposCN cn np = {s = \\n,c => cn.s ! n ! Nom ++ np.s ! c} ; +-- +} diff --git a/deprecated/old-lib/resource/thai/NumeralTha.gf b/deprecated/old-lib/resource/thai/NumeralTha.gf new file mode 100644 index 000000000..80c1e3788 --- /dev/null +++ b/deprecated/old-lib/resource/thai/NumeralTha.gf @@ -0,0 +1,66 @@ +concrete NumeralTha of Numeral = CatTha ** open ResTha, StringsTha in { + +lincat +-- Numeral = {s : Str} ; + Digit = {s : DForm => Str} ; + Sub10 = {s : DForm => Str} ; + Sub100 = {s : NForm => Str} ; + Sub1000 = {s : NForm => Str} ; + Sub1000000 = {s : Str} ; + +lin + num x = x ; + + pot01 = mkNum nvg_s nvg_s et_s ; + + n2 = mkNum soog_s yii_s soog_s ; + n3 = regNum saam_s ; + n4 = regNum sii_s ; + n5 = regNum haa_s ; + n6 = regNum hok_s ; + n7 = regNum cet_s ; + n8 = regNum peet_s ; + n9 = regNum kaaw_s ; + + + pot0 d = d ; + + pot110 = {s = sip} ; + pot111 = {s = table { + Unit => sip_s ++ et_s ; + Thousand => nvg_s ++ mvvn_s ++ nvg_s ++ phan_s + } + } ; + pot1to19 d = {s = table { + Unit => sip_s ++ d.s ! After ; + Thousand => nvg_s ++ mvvn_s ++ d.s ! Indep ++ phan_s + } + } ; + pot0as1 d = {s = \\n => d.s ! Indep ++ phan ! n} ; + pot1 d = {s = \\n => d.s ! ModTen ++ sip ! n} ; + pot1plus d e = { + s = \\n => d.s ! ModTen ++ sip ! n ++ e.s ! After ++ phan ! n + } ; + pot1as2 n = n ; + pot2 d = {s = \\n => d.s ! Indep ++ roy ! n} ; + pot2plus d e = {s = \\n => d.s ! Indep ++ roy ! n ++ e.s ! n} ; + pot2as3 n = {s = n.s ! Unit} ; + pot3 n = {s = n.s ! Thousand} ; + pot3plus n m = {s = n.s ! Thousand ++ m.s ! Unit} ; + +param + DForm = Indep | ModTen | After ; + NForm = Unit | Thousand ; + +oper + mkNum : Str -> Str -> Str -> {s : DForm => Str} = \x,y,z -> + {s = table {Indep => x ; ModTen => y ; After => z}} ; + regNum : Str -> {s : DForm => Str} = \x -> + mkNum x x x ; + + + sip = table {Unit => sip_s ; Thousand => mvvn_s} ; + roy = table {Unit => rooy_s ; Thousand => seen_s} ; + phan = table {Unit => [] ; Thousand => phan_s} ; + +} diff --git a/deprecated/old-lib/resource/thai/ParadigmsTha.gf b/deprecated/old-lib/resource/thai/ParadigmsTha.gf new file mode 100644 index 000000000..a0dc0d4d3 --- /dev/null +++ b/deprecated/old-lib/resource/thai/ParadigmsTha.gf @@ -0,0 +1,496 @@ +----# -path=.:../abstract:../../prelude:../common +-- +----1 Thai Lexical Paradigms +---- +---- Aarne Ranta 2003--2005 +---- +---- 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 $MorphoTha.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$. +---- However, this function should only seldom be needed: we have a +---- separate module [``IrregTha`` ../../english/IrregTha.gf], +---- which covers irregular verbss. +-- +--resource ParadigmsTha = open +-- (Predef=Predef), +-- Prelude, +-- MorphoTha, +-- CatTha +-- in { +----2 Parameters +---- +---- To abstract over gender names, we define the following identifiers. +-- +--oper +-- Gender : Type ; +-- +-- human : Gender ; +-- nonhuman : Gender ; +-- masculine : Gender ; +-- +---- To abstract over number names, we define the following. +-- +-- Number : Type ; +-- +-- singular : Number ; +-- plural : Number ; +-- +---- To abstract over case names, we define the following. +-- +-- Case : Type ; +-- +-- nominative : Case ; +-- genitive : Case ; +-- +---- Prepositions are used in many-argument functions for rection. +---- The resource category $Prep$ is used. +-- +-- +-- +----2 Nouns +-- +---- Nouns are constructed by the function $mkN$, which takes a varying +---- number of arguments. +-- +-- mkN : overload { +-- +---- Worst case: give all four forms. +-- +-- mkN : (man,men,man's,men's : Str) -> N ; +-- +---- The regular function captures the variants for nouns ending with +---- "s","sh","x","z" or "y": "kiss - kisses", "flash - flashes"; +---- "fly - flies" (but "toy - toys"), +-- +-- mkN : (flash : Str) -> N ; +-- +---- In practice the worst case is just: give singular and plural nominative. +-- +-- mkN : (man,men : Str) -> N ; +-- +---- All nouns created by the previous functions are marked as +---- $nonhuman$. If you want a $human$ noun, wrap it with the following +---- function: +-- +-- mkN : Gender -> N -> N ; +-- +----3 Compound nouns +---- +---- A compound noun is an uninflected string attached to an inflected noun, +---- such as "baby boom", "chief executive officer". +-- +-- mkN : Str -> N -> N +-- } ; +-- +-- +----3 Relational nouns +---- +---- Relational nouns ("daughter of x") need a preposition. +-- +-- mkN2 : N -> Prep -> N2 ; +-- +---- The most common preposition is "of", and the following is a +---- shortcut for regular relational nouns with "of". +-- +-- regN2 : Str -> N2 ; +-- +---- Use the function $mkPrep$ or see the section on prepositions below to +---- form other prepositions. +---- +---- Three-place relational nouns ("the connection from x to y") need two prepositions. +-- +-- mkN3 : N -> Prep -> Prep -> N3 ; +-- +-- +----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"). +-- +-- cnN2 : CN -> Prep -> N2 ; +-- cnN3 : CN -> Prep -> Prep -> N3 ; +-- +---- +----3 Proper names and noun phrases +---- +---- Proper names, with a regular genitive, are formed as follows +-- +-- regPN : Str -> PN ; +-- regGenPN : Str -> Gender -> PN ; -- John, John's +-- +---- Sometimes you can reuse a common noun as a proper name, e.g. "Bank". +-- +-- nounPN : N -> PN ; +-- +---- To form a noun phrase that can also be plural and have an irregular +---- genitive, you can use the worst-case function. +-- +-- mkNP : Str -> Str -> Number -> Gender -> NP ; +-- +----2 Adjectives +-- +---- Non-comparison one-place adjectives need two forms: one for +---- the adjectival and one for the adverbial form ("free - freely") +-- +-- mkA : (free,freely : Str) -> A ; +-- +---- For regular adjectives, the adverbial form is derived. This holds +---- even for cases with the variation "happy - happily". +-- +-- regA : Str -> A ; +-- +----3 Two-place adjectives +---- +---- Two-place adjectives need a preposition for their second argument. +-- +-- mkA2 : A -> Prep -> A2 ; +-- +---- Comparison adjectives may two more forms. +-- +-- ADeg : Type ; +-- +-- mkADeg : (good,better,best,well : Str) -> ADeg ; +-- +---- The regular pattern recognizes two common variations: +---- "-e" ("rude" - "ruder" - "rudest") and +---- "-y" ("happy - happier - happiest - happily") +-- +-- regADeg : Str -> ADeg ; -- long, longer, longest +-- +---- However, the duplication of the final consonant is nor predicted, +---- but a separate pattern is used: +-- +-- duplADeg : Str -> ADeg ; -- fat, fatter, fattest +-- +---- If comparison is formed by "more", "most", as in general for +---- long adjective, the following pattern is used: +-- +-- compoundADeg : A -> ADeg ; -- -/more/most ridiculous +-- +---- From a given $ADeg$, it is possible to get back to $A$. +-- +-- adegA : ADeg -> A ; +-- +-- +----2 Adverbs +-- +---- Adverbs are not inflected. Most lexical ones have position +---- after the verb. Some can be preverbal (e.g. "always"). +-- +-- mkAdv : Str -> Adv ; +-- mkAdV : Str -> AdV ; +-- +---- Adverbs modifying adjectives and sentences can also be formed. +-- +-- mkAdA : Str -> AdA ; +-- +----2 Prepositions +---- +---- A preposition as used for rection in the lexicon, as well as to +---- build $PP$s in the resource API, just requires a string. +-- +-- mkPrep : Str -> Prep ; +-- noPrep : Prep ; +-- +---- (These two functions are synonyms.) +-- +----2 Verbs +---- +---- Except for "be", the worst case needs five forms: the infinitive and +---- the third person singular present, the past indicative, and the +---- past and present participles. +-- +-- mkV : (go, goes, went, gone, going : Str) -> V ; +-- +---- The regular verb function recognizes the special cases where the last +---- character is "y" ("cry - cries" but "buy - buys") or "s", "sh", "x", "z" +---- ("fix - fixes", etc). +-- +-- regV : Str -> V ; +-- +---- The following variant duplicates the last letter in the forms like +---- "rip - ripped - ripping". +-- +-- regDuplV : Str -> V ; +-- +---- There is an extensive list of irregular verbs in the module $IrregularTha$. +---- In practice, it is enough to give three forms, +---- e.g. "drink - drank - drunk", with a variant indicating consonant +---- duplication in the present participle. +-- +-- irregV : (drink, drank, drunk : Str) -> V ; +-- irregDuplV : (get, got, gotten : Str) -> V ; +-- +-- +----3 Verbs with a particle. +---- +---- The particle, such as in "switch on", is given as a string. +-- +-- partV : V -> Str -> V ; +-- +----3 Reflexive verbs +---- +---- By default, verbs are not reflexive; this function makes them that. +-- +-- reflV : V -> V ; +-- +----3 Two-place verbs +---- +---- Two-place verbs need a preposition, except the special case with direct object. +---- (transitive verbs). Notice that a particle comes from the $V$. +-- +-- mkV2 : V -> Prep -> V2 ; +-- +-- dirV2 : V -> V2 ; +-- +----3 Three-place verbs +---- +---- Three-place (ditransitive) verbs need two prepositions, of which +---- the first one or both can be absent. +-- +-- mkV3 : V -> Prep -> Prep -> V3 ; -- speak, with, about +-- dirV3 : V -> Prep -> V3 ; -- give,_,to +-- dirdirV3 : V -> V3 ; -- give,_,_ +-- +----3 Other complement patterns +---- +---- Verbs and adjectives can take complements such as sentences, +---- questions, verb phrases, and adjectives. +-- +-- mkV0 : V -> V0 ; +-- mkVS : V -> VS ; +-- mkV2S : V -> Prep -> V2S ; +-- mkVV : V -> VV ; +-- mkV2V : V -> Prep -> Prep -> V2V ; +-- mkVA : V -> VA ; +-- mkV2A : V -> Prep -> V2A ; +-- mkVQ : V -> VQ ; +-- mkV2Q : V -> Prep -> V2Q ; +-- +-- mkAS : A -> AS ; +-- mkA2S : A -> Prep -> A2S ; +-- mkAV : A -> AV ; +-- mkA2V : A -> Prep -> A2V ; +-- +---- Notice: categories $V2S, V2V, V2A, V2Q$ are in v 1.0 treated +---- just as synonyms of $V2$, and the second argument is given +---- as an adverb. Likewise $AS, A2S, AV, A2V$ are just $A$. +---- $V0$ is just $V$. +-- +-- V0, V2S, V2V, V2A, V2Q : Type ; +-- AS, A2S, AV, A2V : Type ; +-- +----. +----2 Definitions of paradigms +---- +---- The definitions should not bother the user of the API. So they are +---- hidden from the document. +-- +-- Gender = MorphoTha.Gender ; +-- Number = MorphoTha.Number ; +-- Case = MorphoTha.Case ; +-- human = Masc ; +-- nonhuman = Neutr ; +-- masculine = Masc ; +-- feminine = Fem ; +-- singular = Sg ; +-- plural = Pl ; +-- nominative = Nom ; +-- genitive = Gen ; +-- +-- Preposition : Type = Str ; -- obsolete +-- +-- regN = \ray -> +-- let +-- ra = Predef.tk 1 ray ; +-- y = Predef.dp 1 ray ; +-- r = Predef.tk 2 ray ; +-- ay = Predef.dp 2 ray ; +-- rays = +-- case y of { +-- "y" => y2ie ray "s" ; +-- "s" => ray + "es" ; +-- "z" => ray + "es" ; +-- "x" => ray + "es" ; +-- _ => case ay of { +-- "sh" => ray + "es" ; +-- "ch" => ray + "es" ; +-- _ => ray + "s" +-- } +-- } +-- in +-- mk2N ray rays ; +-- +-- mk2N = \man,men -> +-- let mens = case last men of { +-- "s" => men + "'" ; +-- _ => men + "'s" +-- } +-- in +-- mk4N man men (man + "'s") mens ; +-- +-- mk4N = \man,men,man's,men's -> +-- mkNoun man man's men men's ** {g = Neutr ; lock_N = <>} ; +-- +-- genderN g man = {s = man.s ; g = g ; lock_N = <>} ; +-- +-- compoundN s n = {s = \\x,y => s ++ n.s ! x ! y ; g=n.g ; lock_N = <>} ; +-- +-- mkN2 = \n,p -> n ** {lock_N2 = <> ; c2 = p.s} ; +-- regN2 n = mkN2 (regN n) (mkPrep "of") ; +-- mkN3 = \n,p,q -> n ** {lock_N3 = <> ; c2 = p.s ; c3 = q.s} ; +-- cnN2 = \n,p -> n ** {lock_N2 = <> ; c2 = p.s} ; +-- cnN3 = \n,p,q -> n ** {lock_N3 = <> ; c2 = p.s ; c3 = q.s} ; +-- +-- regPN n = regGenPN n human ; +-- regGenPN n g = nameReg n g ** {lock_PN = <>} ; +-- nounPN n = {s = n.s ! singular ; g = n.g ; lock_PN = <>} ; +-- mkNP x y n g = {s = table {Gen => x ; _ => y} ; a = agrP3 n ; +-- lock_NP = <>} ; +-- +-- mkA a b = mkAdjective a a a b ** {lock_A = <>} ; +-- regA a = regAdjective a ** {lock_A = <>} ; +-- +-- mkA2 a p = a ** {c2 = p.s ; lock_A2 = <>} ; +-- +-- ADeg = A ; ---- +-- +-- mkADeg a b c d = mkAdjective a b c d ** {lock_A = <>} ; +-- +-- regADeg happy = +-- let +-- happ = init happy ; +-- y = last happy ; +-- happie = case y of { +-- "y" => happ + "ie" ; +-- "e" => happy ; +-- _ => happy + "e" +-- } ; +-- happily = case y of { +-- "y" => happ + "ily" ; +-- _ => happy + "ly" +-- } ; +-- in mkADeg happy (happie + "r") (happie + "st") happily ; +-- +-- duplADeg fat = +-- mkADeg fat +-- (fat + last fat + "er") (fat + last fat + "est") (fat + "ly") ; +-- +-- compoundADeg a = +-- let ad = (a.s ! AAdj Posit) +-- in mkADeg ad ("more" ++ ad) ("most" ++ ad) (a.s ! AAdv) ; +-- +-- adegA a = a ; +-- +-- mkAdv x = ss x ** {lock_Adv = <>} ; +-- mkAdV x = ss x ** {lock_AdV = <>} ; +-- mkAdA x = ss x ** {lock_AdA = <>} ; +-- +-- mkPrep p = ss p ** {lock_Prep = <>} ; +-- noPrep = mkPrep [] ; +-- +-- mkV a b c d e = mkVerb a b c d e ** {s1 = [] ; lock_V = <>} ; +-- +-- regV cry = +-- let +-- cr = init cry ; +-- y = last cry ; +-- cries = (regN cry).s ! Pl ! Nom ; -- ! +-- crie = init cries ; +-- cried = case last crie of { +-- "e" => crie + "d" ; +-- _ => crie + "ed" +-- } ; +-- crying = case y of { +-- "e" => case last cr of { +-- "e" => cry + "ing" ; +-- _ => cr + "ing" +-- } ; +-- _ => cry + "ing" +-- } +-- in mkV cry cries cried cried crying ; +-- +-- regDuplV fit = +-- case last fit of { +-- ("a" | "e" | "i" | "o" | "u" | "y") => +-- Predef.error (["final duplication makes no sense for"] ++ fit) ; +-- t => +-- let fitt = fit + t in +-- mkV fit (fit + "s") (fitt + "ed") (fitt + "ed") (fitt + "ing") +-- } ; +-- +-- irregV x y z = let reg = (regV x).s in +-- mkV x (reg ! VPres) y z (reg ! VPresPart) ** {s1 = [] ; lock_V = <>} ; +-- +-- irregDuplV fit y z = +-- let +-- fitting = (regDuplV fit).s ! VPresPart +-- in +-- mkV fit (fit + "s") y z fitting ; +-- +-- partV v p = verbPart v p ** {lock_V = <>} ; +-- reflV v = {s = v.s ; part = v.part ; lock_V = v.lock_V ; isRefl = True} ; +-- +-- mkV2 v p = v ** {s = v.s ; s1 = v.s1 ; c2 = p.s ; lock_V2 = <>} ; +-- dirV2 v = mkV2 v noPrep ; +-- +-- mkV3 v p q = v ** {s = v.s ; s1 = v.s1 ; c2 = p.s ; c3 = q.s ; lock_V3 = <>} ; +-- dirV3 v p = mkV3 v noPrep p ; +-- dirdirV3 v = dirV3 v noPrep ; +-- +-- mkVS v = v ** {lock_VS = <>} ; +-- mkVV v = { +-- s = table {VVF vf => v.s ! vf ; _ => variants {}} ; +-- isAux = False ; lock_VV = <> +-- } ; +-- mkVQ v = v ** {lock_VQ = <>} ; +-- +-- V0 : Type = V ; +-- V2S, V2V, V2Q, V2A : Type = V2 ; +-- AS, A2S, AV : Type = A ; +-- A2V : Type = A2 ; +-- +-- mkV0 v = v ** {lock_V = <>} ; +-- mkV2S v p = mkV2 v p ** {lock_V2 = <>} ; +-- mkV2V v p t = mkV2 v p ** {s4 = t ; lock_V2 = <>} ; +-- mkVA v = v ** {lock_VA = <>} ; +-- mkV2A v p = mkV2 v p ** {lock_V2A = <>} ; +-- mkV2Q v p = mkV2 v p ** {lock_V2 = <>} ; +-- +-- mkAS v = v ** {lock_A = <>} ; +-- mkA2S v p = mkA2 v p ** {lock_A = <>} ; +-- mkAV v = v ** {lock_A = <>} ; +-- mkA2V v p = mkA2 v p ** {lock_A2 = <>} ; +-- +-- +---- pre-overload API and overload definitions +-- +-- mk4N : (man,men,man's,men's : Str) -> N ; +-- regN : Str -> N ; +-- mk2N : (man,men : Str) -> N ; +-- genderN : Gender -> N -> N ; +-- compoundN : Str -> N -> N ; +-- +-- mkN = overload { +-- mkN : (man,men,man's,men's : Str) -> N = mk4N ; +-- mkN : Str -> N = regN ; +-- mkN : (man,men : Str) -> N = mk2N ; +-- mkN : Gender -> N -> N = genderN ; +-- mkN : Str -> N -> N = compoundN +-- } ; +-- +-- +--} ; diff --git a/deprecated/old-lib/resource/thai/PhraseTha.gf b/deprecated/old-lib/resource/thai/PhraseTha.gf new file mode 100644 index 000000000..c51d85a20 --- /dev/null +++ b/deprecated/old-lib/resource/thai/PhraseTha.gf @@ -0,0 +1,24 @@ +concrete PhraseTha of Phrase = CatTha ** open Prelude, ResTha in { + + lin + PhrUtt pconj utt voc = {s = pconj.s ++ utt.s ++ voc.s} ; + + UttS s = s ; + UttQS qs = {s = qs.s ! QDir} ; + UttImpSg pol imp = {s = pol.s ++ imp.s ! pol.p} ; + UttImpPl pol imp = {s = pol.s ++ imp.s ! pol.p} ; + UttImpPol pol imp = {s = pol.s ++ imp.s ! pol.p} ; --- add politeness here? + + UttIP ip = ip ; + UttIAdv iadv = iadv ; + UttNP np = np ; + UttVP vp = {s = vp.s ! Pos} ; + UttAdv adv = adv ; + + NoPConj = {s = []} ; + PConjConj conj = conj ; + + NoVoc = {s = []} ; + VocNP np = {s = np.s} ; ---- ?? + +} diff --git a/deprecated/old-lib/resource/thai/QuestionTha.gf b/deprecated/old-lib/resource/thai/QuestionTha.gf new file mode 100644 index 000000000..033539bdf --- /dev/null +++ b/deprecated/old-lib/resource/thai/QuestionTha.gf @@ -0,0 +1,41 @@ +concrete QuestionTha of Question = CatTha ** + open ResTha, StringsTha, Prelude in { + + flags optimize=all_subs ; + + lin + +-- pos. may, neg. chay may - not always the proper forms --- + + QuestCl cl = {s = \\p => cl.s ! Pos ++ polStr chay_s p ++ m'ay_s} ; + +-- +-- QuestVP qp vp = +-- let cl = mkClause (qp.s ! Nom) {n = qp.n ; p = P3} vp +-- in {s = \\t,a,b,_ => cl.s ! t ! a ! b ! ODir} ; +-- +-- QuestSlash ip slash = +-- mkQuestion (ss (slash.c2 ++ ip.s ! Acc)) slash ; +-- --- stranding in ExratTha +-- +-- QuestIAdv iadv cl = mkQuestion iadv cl ; +-- +-- QuestIComp icomp np = +-- mkQuestion icomp (mkClause (np.s ! Nom) np.a (predAux auxBe)) ; +-- +-- +-- PrepIP p ip = {s = p.s ++ ip.s ! Nom} ; +-- +-- AdvIP ip adv = { +-- s = \\c => ip.s ! c ++ adv.s ; +-- n = ip.n +-- } ; +-- +-- IDetCN idet num ord cn = { +-- s = \\c => idet.s ++ num.s ++ ord.s ++ cn.s ! idet.n ! c ; +-- n = idet.n +-- } ; +-- +-- CompIAdv a = a ; +-- +} diff --git a/deprecated/old-lib/resource/thai/RelativeTha.gf b/deprecated/old-lib/resource/thai/RelativeTha.gf new file mode 100644 index 000000000..1dadd0ccf --- /dev/null +++ b/deprecated/old-lib/resource/thai/RelativeTha.gf @@ -0,0 +1,48 @@ +--concrete RelativeTha of Relative = CatTha ** open ResTha in { +-- +-- flags optimize=all_subs ; +-- +-- lin +-- +-- RelCl cl = { +-- s = \\t,a,p,_ => "such" ++ "that" ++ cl.s ! t ! a ! p ! ODir ; +-- c = Nom +-- } ; +-- +-- RelVP rp vp = { +-- s = \\t,ant,b,ag => +-- let +-- agr = case rp.a of { +-- RNoAg => ag ; +-- RAg a => a +-- } ; +-- cl = mkClause (rp.s ! RC Nom) agr vp +-- in +-- cl.s ! t ! ant ! b ! ODir ; +-- c = Nom +-- } ; +-- +---- Pied piping: "at which we are looking". Stranding and empty +---- relative are defined in $ExtraTha.gf$ ("that we are looking at", +---- "we are looking at"). +-- +-- RelSlash rp slash = { +-- s = \\t,a,p,_ => slash.c2 ++ rp.s ! RPrep ++ slash.s ! t ! a ! p ! ODir ; +-- c = Acc +-- } ; +-- +-- FunRP p np rp = { +-- s = \\c => np.s ! Acc ++ p.s ++ rp.s ! RPrep ; +-- a = RAg np.a +-- } ; +-- +-- IdRP = { +-- s = table { +-- RC Gen => "whose" ; +-- RC _ => "that" ; +-- RPrep => "which" +-- } ; +-- a = RNoAg +-- } ; +-- +--} diff --git a/deprecated/old-lib/resource/thai/ResTha.gf b/deprecated/old-lib/resource/thai/ResTha.gf new file mode 100644 index 000000000..6c1657151 --- /dev/null +++ b/deprecated/old-lib/resource/thai/ResTha.gf @@ -0,0 +1,484 @@ +--# -path=.:../abstract:../common:../../prelude + +--1 Thai 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$. +-- +resource ResTha = ParamX ** open StringsTha, Prelude in { + + oper + +-- noun and classifier + + Noun = {s,c : Str} ; + + mkN : Str -> Str -> Noun = \s,c -> {s = s ; c = c} ; + +-- before and after classifier; whether classifier needed (default) + + Determiner = {s1, s2 : Str ; hasC : Bool} ; + + mkDet : Str -> Str -> Determiner = + \s,c -> {s1 = s ; s2 = c ; hasC = True} ; + +-- Part before and after negation (mai_s) + + Verb = {s1,s2 : Str} ; + + resV : Str -> Str -> Verb = \s,c -> {s1 = s ; s2 = c} ; + + regV : Str -> Verb = \s -> resV [] s ; + + dirV2 : Verb -> Verb ** {c2 : Str} = \v -> v ** {c2 = []} ; + +-- Auxiliary verbs, according to order and negation. +-- The three types are $VV may VP | may VV VP | VP may VV$ + + param VVTyp = VVPre | VVMid | VVPost ; + + oper VVerb = {s : Str ; typ : VVTyp} ; + +-- Verb phrases: form negation and question, too. + + VP = { + s : Polarity => Str + } ; + + mkVP : Verb -> VP = \v -> { + s = \\p => v.s1 ++ polStr may_s p ++ v.s2 + } ; + + insertObject : Str -> VP -> VP = \np,vp -> { + s = \\p => vp.s ! p ++ np + } ; + + polStr : Str -> Polarity -> Str = \m,p -> case p of { + Pos => [] ; + Neg => m + } ; + +-- flags optimize=all ; +-- +-- +---- Some parameters, such as $Number$, are inherited from $ParamX$. +-- +----2 For $Noun$ +-- +---- This is the worst-case $Case$ needed for pronouns. +-- +-- param +-- Case = Nom | Acc | Gen ; +-- +---- Agreement of $NP$ is a record. We'll add $Gender$ later. +-- +-- oper +-- Agr = {n : Number ; p : Person} ; +-- +-- param +-- Gender = Neutr | Masc | Fem ; +-- +----2 For $Verb$ +-- +---- Only these five forms are needed for open-lexicon verbs. +-- +-- param +-- VForm = +-- VInf +-- | VPres +-- | VPPart +-- | VPresPart +-- | VPast --# notpresent +-- ; +-- +---- Auxiliary verbs have special negative forms. +-- +-- VVForm = +-- VVF VForm +-- | VVPresNeg +-- | VVPastNeg --# notpresent +-- ; +-- +---- The order of sentence is needed already in $VP$. +-- +-- Order = ODir | OQuest ; +-- +-- +----2 For $Adjective$ +-- +-- AForm = AAdj Degree | AAdv ; +-- +----2 For $Relative$ +-- +-- RAgr = RNoAg | RAg {n : Number ; p : Person} ; +-- RCase = RPrep | RC Case ; +-- +----2 For $Numeral$ +-- +-- CardOrd = NCard | NOrd ; +-- DForm = unit | teen | ten ; +-- +----2 Transformations between parameter types +-- +-- oper +-- agrP3 : Number -> Agr = \n -> +-- {n = n ; p = P3} ; +-- +-- conjAgr : Agr -> Agr -> Agr = \a,b -> { +-- n = conjNumber a.n b.n ; +-- p = conjPerson a.p b.p +-- } ; +-- +---- For $Lex$. +-- +---- For each lexical category, here are the worst-case constructors. +-- +-- mkNoun : (_,_,_,_ : Str) -> {s : Number => Case => Str} = +-- \man,mans,men,mens -> { +-- s = table { +-- Sg => table { +-- Gen => mans ; +-- _ => man +-- } ; +-- Pl => table { +-- Gen => mens ; +-- _ => men +-- } +-- } +-- } ; +-- +-- mkAdjective : (_,_,_,_ : Str) -> {s : AForm => Str} = +-- \good,better,best,well -> { +-- s = table { +-- AAdj Posit => good ; +-- AAdj Compar => better ; +-- AAdj Superl => best ; +-- AAdv => well +-- } +-- } ; +-- +-- mkVerb : (_,_,_,_,_ : Str) -> Verb = +-- \go,goes,went,gone,going -> { +-- s = table { +-- VInf => go ; +-- VPres => goes ; +-- VPast => went ; --# notpresent +-- VPPart => gone ; +-- VPresPart => going +-- } ; +-- isRefl = False +-- } ; +-- +-- mkIP : (i,me,my : Str) -> Number -> {s : Case => Str ; n : Number} = +-- \i,me,my,n -> let who = mkNP i me my n P3 in {s = who.s ; n = n} ; +-- +-- mkNP : (i,me,my : Str) -> Number -> Person -> {s : Case => Str ; a : Agr} = +-- \i,me,my,n,p -> { +-- s = table { +-- Nom => i ; +-- Acc => me ; +-- Gen => my +-- } ; +-- a = { +-- n = n ; +-- p = p +-- } +-- } ; +-- +---- These functions cover many cases; full coverage inflectional patterns are +---- in $MorphoTha$. +-- +-- regN : Str -> {s : Number => Case => Str} = \car -> +-- mkNoun car (car + "'s") (car + "s") (car + "s'") ; +-- +-- regA : Str -> {s : AForm => Str} = \warm -> +-- mkAdjective warm (warm + "er") (warm + "est") (warm + "ly") ; +-- +-- regV : Str -> Verb = \walk -> +-- mkVerb walk (walk + "s") (walk + "ed") (walk + "ed") (walk + "ing") ; +-- +-- regNP : Str -> Number -> {s : Case => Str ; a : Agr} = \that,n -> +-- mkNP that that (that + "'s") n P3 ; +-- +---- We have just a heuristic definition of the indefinite article. +---- There are lots of exceptions: consonantic "e" ("euphemism"), consonantic +---- "o" ("one-sided"), vocalic "u" ("umbrella"). +-- +-- artIndef = pre { +-- "a" ; +-- "an" / strs {"a" ; "e" ; "i" ; "o" ; "A" ; "E" ; "I" ; "O" } +-- } ; +-- +-- artDef = "the" ; +-- +---- For $Verb$. +-- +-- Verb : Type = { +-- s : VForm => Str ; +-- isRefl : Bool +-- } ; +-- +-- param +-- CPolarity = +-- CPos +-- | CNeg Bool ; -- contracted or not +-- +-- oper +-- contrNeg : Bool -> Polarity -> CPolarity = \b,p -> case p of { +-- Pos => CPos ; +-- Neg => CNeg b +-- } ; +-- +-- VerbForms : Type = +-- Tense => Anteriority => CPolarity => Order => Agr => {fin, inf : Str} ; +-- +-- VP : Type = { +-- s : VerbForms ; +-- prp : Str ; -- present participle +-- inf : Str ; -- the infinitive form ; VerbForms would be the logical place +-- ad : Str ; -- sentential adverb +-- s2 : Agr => Str -- complement +-- } ; +-- +-- +-- predV : Verb -> VP = \verb -> { +-- s = \\t,ant,b,ord,agr => +-- let +-- inf = verb.s ! VInf ; +-- fin = presVerb verb agr ; +-- part = verb.s ! VPPart ; +-- in +-- case of { +-- => vf fin [] ; +-- => vf (does agr) inf ; +-- => vf (have agr) part ; --# notpresent +-- => vfn c (have agr) (havent agr) part ; --# notpresent +-- => vf (verb.s ! VPast) [] ; --# notpresent +-- => vf "did" inf ; --# notpresent +-- => vfn c "did" "didn't" inf ; --# notpresent +-- => vf "had" part ; --# notpresent +-- => vfn c "had" "hadn't" part ; --# notpresent +-- => vf "will" inf ; --# notpresent +-- => vfn c "will" "won't" inf ; --# notpresent +-- => vf "will" ("have" ++ part) ; --# notpresent +-- => vfn c "will" "won't"("have" ++ part) ; --# notpresent +-- => vf "would" inf ; --# notpresent +-- => vfn c "would" "wouldn't" inf ; --# notpresent +-- => vf "would" ("have" ++ part) ; --# notpresent +-- => vfn c "would" "wouldn't" ("have" ++ part) ; --# notpresent +-- => vfn c (does agr) (doesnt agr) inf +-- } ; +-- prp = verb.s ! VPresPart ; +-- inf = verb.s ! VInf ; +-- ad = [] ; +-- s2 = \\a => if_then_Str verb.isRefl (reflPron ! a) [] +-- } ; +-- +-- predAux : Aux -> VP = \verb -> { +-- s = \\t,ant,cb,ord,agr => +-- let +-- b = case cb of { +-- CPos => Pos ; +-- _ => Neg +-- } ; +-- inf = verb.inf ; +-- fin = verb.pres ! b ! agr ; +-- finp = verb.pres ! Pos ! agr ; +-- part = verb.ppart ; +-- in +-- case of { +-- => vf (have agr) part ; --# notpresent +-- => vfn c (have agr) (havent agr) part ; --# notpresent +-- => vf (verb.past ! b ! agr) [] ; --# notpresent +-- => vfn c (verb.past!Pos!agr)(verb.past!Neg!agr) [] ; --# notpresent +-- => vf "had" part ; --# notpresent +-- => vfn c "had" "hadn't" part ; --# notpresent +-- => vf "will" inf ; --# notpresent +-- => vfn c "will" "won't" inf ; --# notpresent +-- => vf "will" ("have" ++ part) ; --# notpresent +-- => vfn c "will" "won't"("have" ++ part) ; --# notpresent +-- => vf "would" inf ; --# notpresent +-- => vfn c "would" "wouldn't" inf ; --# notpresent +-- => vf "would" ("have" ++ part) ; --# notpresent +-- => vfn c "would" "wouldn't" ("have" ++ part) ; --# notpresent +-- => vf fin [] ; +-- => vfn c finp fin [] +-- } ; +-- prp = verb.prpart ; +-- inf = verb.inf ; +-- ad = [] ; +-- s2 = \\_ => [] +-- } ; +-- +-- vf : Str -> Str -> {fin, inf : Str} = \x,y -> vfn True x x y ; +-- +-- vfn : Bool -> Str -> Str -> Str -> {fin, inf : Str} = \contr,x,y,z -> +-- case contr of { +-- True => {fin = y ; inf = z} ; +-- False => {fin = x ; inf = "not" ++ z} +-- } ; +-- +-- insertObj : (Agr => Str) -> VP -> VP = \obj,vp -> { +-- s = vp.s ; +-- prp = vp.prp ; +-- inf = vp.inf ; +-- ad = vp.ad ; +-- s2 = \\a => vp.s2 ! a ++ obj ! a +-- } ; +-- +----- The adverb should be before the finite verb. +-- +-- insertAdV : Str -> VP -> VP = \adv,vp -> { +-- s = vp.s ; +-- prp = vp.prp ; +-- inf = vp.inf ; +-- ad = vp.ad ++ adv ; +-- s2 = \\a => vp.s2 ! a +-- } ; +-- +---- +-- +-- predVV : {s : VVForm => Str ; isAux : Bool} -> VP = \verb -> +-- let verbs = verb.s +-- in +-- case verb.isAux of { +-- True => predAux { +-- pres = table { +-- Pos => \\_ => verbs ! VVF VPres ; +-- Neg => \\_ => verbs ! VVPresNeg +-- } ; +-- past = table { --# notpresent +-- Pos => \\_ => verbs ! VVF VPast ; --# notpresent +-- Neg => \\_ => verbs ! VVPastNeg --# notpresent +-- } ; --# notpresent +-- inf = verbs ! VVF VInf ; +-- ppart = verbs ! VVF VPPart ; +-- prpart = verbs ! VVF VPresPart ; +-- } ; +-- _ => predV {s = \\vf => verbs ! VVF vf ; isRefl = False} +-- } ; +-- +-- presVerb : {s : VForm => Str} -> Agr -> Str = \verb -> +-- agrVerb (verb.s ! VPres) (verb.s ! VInf) ; +-- +-- infVP : Bool -> VP -> Agr -> Str = \isAux,vp,a -> +-- vp.ad ++ if_then_Str isAux [] "to" ++ +-- vp.inf ++ vp.s2 ! a ; +-- +-- agrVerb : Str -> Str -> Agr -> Str = \has,have,agr -> +-- case agr of { +-- {n = Sg ; p = P3} => has ; +-- _ => have +-- } ; +-- +-- have = agrVerb "has" "have" ; +-- havent = agrVerb "hasn't" "haven't" ; +-- does = agrVerb "does" "do" ; +-- doesnt = agrVerb "doesn't" "don't" ; +-- +-- Aux = { +-- pres : Polarity => Agr => Str ; +-- past : Polarity => Agr => Str ; --# notpresent +-- inf,ppart,prpart : Str +-- } ; +-- +-- auxBe : Aux = { +-- pres = \\b,a => case of { +-- => "am" ; +-- => ["am not"] ; --- am not I +-- _ => agrVerb (posneg b "is") (posneg b "are") a +-- } ; +-- past = \\b,a => case a of { --# notpresent +-- {n = Sg ; p = P1|P3} => (posneg b "was") ; --# notpresent +-- _ => (posneg b "were") --# notpresent +-- } ; --# notpresent +-- inf = "be" ; +-- ppart = "been" ; +-- prpart = "being" +-- } ; +-- +-- posneg : Polarity -> Str -> Str = \p,s -> case p of { +-- Pos => s ; +-- Neg => s + "n't" +-- } ; +-- +-- conjThat : Str = "that" ; +-- +-- reflPron : Agr => Str = table { +-- {n = Sg ; p = P1} => "myself" ; +-- {n = Sg ; p = P2} => "yourself" ; +-- {n = Sg ; p = P3} => "itself" ; ---- +-- {n = Pl ; p = P1} => "ourselves" ; +-- {n = Pl ; p = P2} => "yourselves" ; +-- {n = Pl ; p = P3} => "themselves" +-- } ; +-- +---- For $Sentence$. +-- +-- Clause : Type = { +-- s : Tense => Anteriority => CPolarity => Order => Str +-- } ; +-- +-- mkClause : Str -> Agr -> VP -> Clause = +-- \subj,agr,vp -> { +-- s = \\t,a,b,o => +-- let +-- verb = vp.s ! t ! a ! b ! o ! agr ; +-- compl = vp.s2 ! agr +-- in +-- case o of { +-- ODir => subj ++ verb.fin ++ vp.ad ++ verb.inf ++ compl ; +-- OQuest => verb.fin ++ subj ++ vp.ad ++ verb.inf ++ compl +-- } +-- } ; +-- +-- +---- For $Numeral$. +-- +-- mkNum : Str -> Str -> Str -> Str -> {s : DForm => CardOrd => Str} = +-- \two, twelve, twenty, second -> +-- {s = table { +-- unit => table {NCard => two ; NOrd => second} ; +-- teen => \\c => mkCard c twelve ; +-- ten => \\c => mkCard c twenty +-- } +-- } ; +-- +-- regNum : Str -> {s : DForm => CardOrd => Str} = +-- \six -> mkNum six (six + "teen") (six + "ty") (regOrd six) ; +-- +-- regCardOrd : Str -> {s : CardOrd => Str} = \ten -> +-- {s = table {NCard => ten ; NOrd => regOrd ten}} ; +-- +-- mkCard : CardOrd -> Str -> Str = \c,ten -> +-- (regCardOrd ten).s ! c ; +-- +-- regOrd : Str -> Str = \ten -> +-- case last ten of { +-- "y" => init ten + "ieth" ; +-- _ => ten + "th" +-- } ; +-- +-- mkQuestion : +-- {s : Str} -> Clause -> +-- {s : Tense => Anteriority => CPolarity => QForm => Str} = \wh,cl -> +-- { +-- s = \\t,a,p => +-- let +-- cls = cl.s ! t ! a ! p ; +-- why = wh.s +-- in table { +-- QDir => why ++ cls ! OQuest ; +-- QIndir => why ++ cls ! ODir +-- } +-- } ; +-- +---- for VP conjunction +-- +-- param +-- VPIForm = VPIInf | VPIPPart ; +-- +-- +} diff --git a/deprecated/old-lib/resource/thai/SentenceTha.gf b/deprecated/old-lib/resource/thai/SentenceTha.gf new file mode 100644 index 000000000..e4185f61f --- /dev/null +++ b/deprecated/old-lib/resource/thai/SentenceTha.gf @@ -0,0 +1,61 @@ +concrete SentenceTha of Sentence = CatTha ** + open Prelude, StringsTha, ResTha in { + + flags optimize=all_subs ; + + lin + + PredVP np vp = {s = \\p => np.s ++ vp.s ! p} ; + +-- PredSCVP sc vp = mkClause sc.s (agrP3 Sg) vp ; + + ImpVP vp = { + s = table { + Pos => vp.s ! Pos ++ si_s ; + Neg => yaa_s ++ vp.s ! Pos + } + } ; +-- SlashV2 np v2 = +-- mkClause (np.s ! Nom) np.a (predV v2) ** {c2 = v2.c2} ; +-- +-- SlashVVV2 np vv v2 = +-- mkClause (np.s ! Nom) np.a +-- (insertObj (\\a => infVP vv.isAux (predV v2) a) (predVV vv)) ** +-- {c2 = v2.c2} ; +-- +-- AdvSlash slash adv = { +-- s = \\t,a,b,o => slash.s ! t ! a ! b ! o ++ adv.s ; +-- c2 = slash.c2 +-- } ; +-- +-- SlashPrep cl prep = cl ** {c2 = prep.s} ; +-- +-- EmbedS s = {s = conjThat ++ s.s} ; +-- EmbedQS qs = {s = qs.s ! QIndir} ; +-- EmbedVP vp = {s = infVP False vp (agrP3 Sg)} ; --- agr +-- + UseCl t a p cl = {s = t.s ++ a.s ++ p.s ++ cl.s ! p.p} ; + UseQCl t a p cl = { + s = \\q => t.s ++ a.s ++ p.s ++ + case q of {QIndir => waa_s ; _ => []} ++ + cl.s ! p.p + } ; +-- UseRCl t a p cl = { +-- s = \\r => t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! ctr p.p ! r ; +-- c = cl.c +-- } ; +-- +-- AdvS a s = {s = a.s ++ "," ++ s.s} ; +-- +-- oper +-- ctr = contrNeg True ; -- contracted negations +--} +-- +--{- +----- todo: tense of embedded Slash +-- +-- SlashVSS np vs s = +-- mkClause (np.s ! Nom) np.a +-- (insertObj (\\_ => conjThat ++ s.s) (predV vs)) ** +-- {c2 = s.c2} ; +} diff --git a/deprecated/old-lib/resource/thai/StringsTha.gf b/deprecated/old-lib/resource/thai/StringsTha.gf new file mode 100644 index 000000000..1f7f932f6 --- /dev/null +++ b/deprecated/old-lib/resource/thai/StringsTha.gf @@ -0,0 +1,87 @@ +-- The only place where literal Thai strings are defined +-- (except for Lexicon and Structural). +-- Convert this into StringsThai by 'make strings' + +resource StringsTha = { + +oper + +aphai_s = "Op3ay" ; -- excuse2 +baan_s = "bT2a:n" ; -- house +biar_s = "ebi:OrK" ; -- beer +ca_s = "ca." ; -- Modal +cet_s = "ecSd" ; -- seven +chan_s = "c1an" ; -- I +chay_s = "a%c2T1" ; -- yes +cheut_s = "ec2v:T2t" ; -- shirt2 +chuay_s = "c2T1wy" ; -- help1 +di_s = "di" ; -- I (fem)1 +dii_s = "di:" ; -- hello2 +duay_s = "dT2wy" ; -- help2 +dvm_s = "dvm" ; -- drink +et_s = "eOSd" ; -- one' +haa_s = "hT2a:" ; -- five +hay_s = "a%hT2" ; -- give +hoog_s = "hT2Og" ; -- room +hok_s = "ho?k" ; -- six +jai_s = "a%j" ; -- understand2 +kaaw_s = "eka:" ; -- nine +kew_s = "e'kT2w" ; -- glass (drink Classif) +khaw_s = "ek1a:" ; -- he +khon_s = "k2n" ; -- people Classif +khoo_s = "k1O" ; -- please +khoog_s = "k1Og" ; -- Possessive +khoop_s = "k1Ob" ; -- thank +khow_s = "ek1T2w" ; -- understand1 +khun_s = "k2un'" ; -- you +koon_s = "kT1On" ; -- bye2 +laa_s = "la:" ; -- bye1 +lag_s = "hlag" ; -- houses Classif +lap_s = "hlab" ; -- sleep2 +lem_s = "elT1m" ; -- books Classif +may_s = "a&mT1" ; -- not +m'ay_s = "a&hm" ; -- Question +mvvn_s = "hmv:T1n" ; -- ten thousand +nag_s = "hna.g" ; -- book1 +nai_s = "a&hn" ; -- where2 +nam_s = "na+" ; -- water +nan_s = "naT2n" ; -- that +nii_s = "ni:T2" ; -- this +nit_s = "nid" ; -- little1 +noon_s = "nOn" ; -- sleep1 +noi_s = "hnT1Oy" ; -- little2 +nvg_s = "hnvg" ; -- one +pay_s = "a&p" ; -- go +peet_s = "e'pd" ; -- eight +pen_s = "epSn" ; -- be, can-know +phan_s = "p2an" ; -- thousand +phom_s = "p1m" ; -- I (masc) +puu_s = "p1u:T2" ; -- woman1 +rai_s = "a&r" ; -- how-much2 +rak_s = "rak" ; -- love +raw_s = "era:" ; -- we +rooy_s = "rT2Oy" ; -- hundred +saam_s = "sa:m" ; -- three +sawat_s = "swas" ; -- hello1 +seen_s = "e'sn" ; -- hundred thousand +seua_s = "esv:T2O" ; -- shirt1 +si_s = "s'i" ; -- Imperative +sii_s = "si:T1" ; -- four +sip_s = "sib" ; -- ten +soog_s = "sOg" ; -- two +svv_s = "sv:O" ; -- book2 +thii_s = "t5i:T1" ; -- Ord +thoot_s = "o:t5r'" ; -- sorry2 +thao_s = "et5T1a:" ; -- how-much1 +tog_s = "tT2Og" ; -- must +waa_s = "wT1a:" ; -- that Conj +way_s = "a&hw" ; -- can-potent +yaa_s = "OyT1a:" ; -- Neg Imper +yaak_s = "Oya:k" ; -- want +yay_s = "a%hy'" ; -- big +yig_s = "hy'ig" ; -- woman2 +yii_s = "yi:T1" ; -- two' +yin_s = "yin" ; -- you're-welcome1 +yuu_s = "yu:" ; -- where0(?) + +} diff --git a/deprecated/old-lib/resource/thai/StructuralTha.gf b/deprecated/old-lib/resource/thai/StructuralTha.gf new file mode 100644 index 000000000..1767c4652 --- /dev/null +++ b/deprecated/old-lib/resource/thai/StructuralTha.gf @@ -0,0 +1,110 @@ +concrete StructuralTha of Structural = CatTha ** + open StringsTha, ResTha, Prelude in { + + flags optimize=all ; + + lin +-- above_Prep = ss "above" ; +-- after_Prep = ss "after" ; +-- all_Predet = ss "all" ; +-- almost_AdA, almost_AdN = ss "almost" ; +-- although_Subj = ss "although" ; +-- always_AdV = ss "always" ; +-- and_Conj = ss "and" ** {n = Pl} ; +-- because_Subj = ss "because" ; +-- before_Prep = ss "before" ; +-- behind_Prep = ss "behind" ; +-- between_Prep = ss "between" ; +-- both7and_DConj = sd2 "both" "and" ** {n = Pl} ; +-- but_PConj = ss "but" ; +-- by8agent_Prep = ss "by" ; +-- by8means_Prep = ss "by" ; + can8know_VV = {s = pen_s ; typ = VVPost} ; + can_VV = {s = way_s ; typ = VVPost} ; +-- during_Prep = ss "during" ; +-- either7or_DConj = sd2 "either" "or" ** {n = Sg} ; +-- everybody_NP = regNP "everybody" Sg ; +-- every_Det = mkDeterminer Sg "every" ; +-- everything_NP = regNP "everything" Sg ; +-- everywhere_Adv = ss "everywhere" ; +-- few_Det = mkDeterminer Pl "few" ; +-- first_Ord = ss "first" ; +-- for_Prep = ss "for" ; +-- from_Prep = ss "from" ; + he_Pron = ss khaw_s ; +-- here_Adv = ss "here" ; +-- here7to_Adv = ss ["to here"] ; +-- here7from_Adv = ss ["from here"] ; +-- how_IAdv = ss "how" ; +-- how8many_IDet = mkDeterminer Pl ["how many"] ; +-- if_Subj = ss "if" ; +-- in8front_Prep = ss ["in front of"] ; + i_Pron = ss chan_s ; +-- in_Prep = ss "in" ; +-- it_Pron = mkNP "it" "it" "its" Sg P3 ; +-- less_CAdv = ss "less" ; +-- many_Det = mkDeterminer Pl "many" ; +-- more_CAdv = ss "more" ; +-- most_Predet = ss "most" ; +-- much_Det = mkDeterminer Sg "much" ; + must_VV = {s = tog_s ; typ = VVPre} ; +-- no_Phr = ss "no" ; +-- on_Prep = ss "on" ; +-- one_Quant = mkDeterminer Sg "one" ; +-- only_Predet = ss "only" ; +-- or_Conj = ss "or" ** {n = Sg} ; +-- otherwise_PConj = ss "otherwise" ; +-- part_Prep = ss "of" ; +-- please_Voc = ss "please" ; +-- possess_Prep = ss "of" ; +-- quite_Adv = ss "quite" ; + she_Pron = ss khaw_s ; +-- so_AdA = ss "so" ; +-- somebody_NP = regNP "somebody" Sg ; +-- someSg_Det = mkDeterminer Sg "some" ; +-- somePl_Det = mkDeterminer Pl "some" ; +-- something_NP = regNP "something" Sg ; +-- somewhere_Adv = ss "somewhere" ; + that_Quant = ss nan_s ** {hasC = True} ; +-- that_NP = regNP "that" Sg ; +-- there_Adv = ss "there" ; +-- there7to_Adv = ss "there" ; +-- there7from_Adv = ss ["from there"] ; +-- therefore_PConj = ss "therefore" ; +-- these_NP = regNP "these" Pl ; +-- they_Pron = mkNP "they" "them" "their" Pl P3 ; +-- this_Quant = mkQuant "this" "these" ; +-- this_NP = regNP "this" Sg ; +-- those_NP = regNP "those" Pl ; +-- through_Prep = ss "through" ; +-- too_AdA = ss "too" ; +-- to_Prep = ss "to" ; +-- under_Prep = ss "under" ; +-- very_AdA = ss "very" ; + want_VV = {s = yaak_s ; typ = VVMid} ; + we_Pron = ss raw_s ; +-- whatPl_IP = mkIP "what" "what" "what's" Sg ; +-- whatSg_IP = mkIP "what" "what" "what's" Sg ; +-- when_IAdv = ss "when" ; +-- when_Subj = ss "when" ; +-- where_IAdv = ss "where" ; +-- whichPl_IDet = mkDeterminer Pl ["which"] ; +-- whichSg_IDet = mkDeterminer Sg ["which"] ; +-- whoSg_IP = mkIP "who" "whom" "whose" Sg ; +-- whoPl_IP = mkIP "who" "whom" "whose" Pl ; +-- why_IAdv = ss "why" ; +-- without_Prep = ss "without" ; +-- with_Prep = ss "with" ; +-- yes_Phr = ss "yes" ; + youSg_Pron = ss khun_s ; + youPl_Pron = ss khun_s ; + youPol_Pron = ss khun_s ; +-- +-- +--oper +-- mkQuant : Str -> Str -> {s : Number => Str} = \x,y -> { +-- s = table Number [x ; y] +-- } ; +-- +} + diff --git a/deprecated/old-lib/resource/thai/VerbTha.gf b/deprecated/old-lib/resource/thai/VerbTha.gf new file mode 100644 index 000000000..b894a04f9 --- /dev/null +++ b/deprecated/old-lib/resource/thai/VerbTha.gf @@ -0,0 +1,51 @@ +concrete VerbTha of Verb = CatTha ** open ResTha, StringsTha, Prelude in { + + flags optimize=all_subs ; + + lin + UseV = mkVP ; +-- ComplV2 v np = insertObject (v.c2 ++ np.s) (mkVP v) ; +-- ComplV3 v np np2 = insertObject (v.c2 ++ np.s ++ v.c3 ++ np2.s) (mkVP v) ; + + ComplVV vv vp = { + s = \\p => + let + neg = polStr may_s p ; + v = vp.s ! Pos + in + case vv.typ of { + VVPre => vv.s ++ neg ++ v ; + VVMid => neg ++ vv.s ++ v ; + VVPost => v ++ neg ++ vv.s + } + } ; + +-- +-- ComplVS v s = insertObj (\\_ => conjThat ++ s.s) (predV v) ; +-- ComplVQ v q = insertObj (\\_ => q.s ! QIndir) (predV v) ; +-- +-- ComplVA v ap = insertObj (ap.s) (predV v) ; +-- ComplV2A v np ap = +-- insertObj (\\_ => v.c2 ++ np.s ! Acc ++ ap.s ! np.a) (predV v) ; +-- + UseComp comp = comp ; +-- +-- AdvVP vp adv = insertObj (\\_ => adv.s) vp ; +-- +-- AdVVP adv vp = insertAdV adv.s vp ; +-- +-- ReflV2 v = insertObj (\\a => v.c2 ++ reflPron ! a) (predV v) ; +-- +-- PassV2 v = insertObj (\\_ => v.s ! VPPart) (predAux auxBe) ; +-- +-- UseVS, UseVQ = \vv -> {s = vv.s ; c2 = [] ; isRefl = vv.isRefl} ; + + CompAP ap = {s = \\p => polStr may_s p ++ ap.s} ; + CompNP np = {s = table { + Pos => pen_s ++ np.s ; + Neg => may_s ++ chay_s ++ np.s + } + } ; + CompAdv a = {s = \\p => polStr may_s p ++ a.s} ; --- ?? + +} diff --git a/deprecated/old-lib/resource/turkish/CatTur.gf b/deprecated/old-lib/resource/turkish/CatTur.gf new file mode 100644 index 000000000..9de9db5c9 --- /dev/null +++ b/deprecated/old-lib/resource/turkish/CatTur.gf @@ -0,0 +1,13 @@ +concrete CatTur of Cat = CommonX ** open ResTur, Prelude in { + + flags optimize=all_subs ; + + lincat + +-- Noun + NP, Pron = {s : Case => Str ; a : Agr} ; + +-- Open lexical classes, e.g. Lexicon + V, VS, VQ, VA = Verb ; + N = {s : Number => Case => Str} ; +} diff --git a/deprecated/old-lib/resource/turkish/GrammarTur.gf b/deprecated/old-lib/resource/turkish/GrammarTur.gf new file mode 100644 index 000000000..e61e55718 --- /dev/null +++ b/deprecated/old-lib/resource/turkish/GrammarTur.gf @@ -0,0 +1,9 @@ +--# -path=.:../abstract:../common:prelude + +concrete GrammarTur of Grammar = + NumeralTur + ** { + +flags startcat = Phr ; unlexer = text ; lexer = text ; + +} ; diff --git a/deprecated/old-lib/resource/turkish/LangTur.gf b/deprecated/old-lib/resource/turkish/LangTur.gf new file mode 100644 index 000000000..1f7c912e8 --- /dev/null +++ b/deprecated/old-lib/resource/turkish/LangTur.gf @@ -0,0 +1,10 @@ +--# -path=.:../abstract:../common:prelude + +concrete LangTur of Lang = + GrammarTur, + LexiconTur + ** { + +flags startcat = Phr ; unlexer = text ; lexer = text ; coding=utf8 ; + +} ; diff --git a/deprecated/old-lib/resource/turkish/LexiconTur.gf b/deprecated/old-lib/resource/turkish/LexiconTur.gf new file mode 100644 index 000000000..20b1d5f54 --- /dev/null +++ b/deprecated/old-lib/resource/turkish/LexiconTur.gf @@ -0,0 +1,11 @@ +--# -path=.:prelude + +concrete LexiconTur of Lexicon = CatTur ** + open ResTur, ParadigmsTur, Prelude in { + +lin + come_V = regV "gelmek" ; + go_V = regV "gitmek" ; + run_V = regV "koşmek" ; + stop_V = regV "durmak" ; +} ; diff --git a/deprecated/old-lib/resource/turkish/NumeralTur.gf b/deprecated/old-lib/resource/turkish/NumeralTur.gf new file mode 100644 index 000000000..dbee7d3da --- /dev/null +++ b/deprecated/old-lib/resource/turkish/NumeralTur.gf @@ -0,0 +1,34 @@ +concrete NumeralTur of Numeral = CatTur ** open ResTur in { + +lincat + Digit = {s : DForm => Str} ; + Sub10 = {s : DForm => Str ; n : Number} ; + Sub100 = {s : Str ; n : Number} ; + Sub1000 = {s : Str ; n : Number} ; + Sub1000000 = {s : Str ; n : Number} ; + +lin num x = x ; + +lin n2 = mkNum "iki" "yirmi" ; +lin n3 = mkNum "üç" "otuz" ; +lin n4 = mkNum "dört" "kırk" ; +lin n5 = mkNum "beş" "elli" ; +lin n6 = mkNum "altı" "altmış" ; +lin n7 = mkNum "yedi" "yetmiş" ; +lin n8 = mkNum "sekiz" "seksen" ; +lin n9 = mkNum "dokuz" "doksan" ; +lin pot01 = mkNum "bir" "on" ** {n = Sg} ; +lin pot0 d = d ** {n = Pl} ; +lin pot110 = {s="on"; n = Pl} ; +lin pot111 = {s="on" ++ "&+" ++ "bir"; n = Pl} ; +lin pot1to19 d = {s = "on" ++ "&+" ++ d.s ! unit; n = Pl} ; +lin pot0as1 n = {s = n.s ! unit; n = n.n} ; +lin pot1 d = {s = d.s ! ten; n = Pl} ; +lin pot1plus d e = {s = d.s ! ten ++ e.s ! unit ; n = Pl} ; +lin pot1as2 n = n ; +lin pot2 d = {s = d.s ! unit ++ "&+" ++ "yüz"; n = Pl} ; +lin pot2plus d e = {s = d.s ! unit ++ "&+" ++ "yüz" ++ e.s ; n = Pl} ; +lin pot2as3 n = n ; +lin pot3 n = {s = n.s ++ "&+" ++ "bin" ; n = Pl} ; +lin pot3plus n m = {s = n.s ++ "&+" ++ "bin" ++ "&+" ++ m.s; n = Pl} ; +} diff --git a/deprecated/old-lib/resource/turkish/ParadigmsTur.gf b/deprecated/old-lib/resource/turkish/ParadigmsTur.gf new file mode 100644 index 000000000..102098c8c --- /dev/null +++ b/deprecated/old-lib/resource/turkish/ParadigmsTur.gf @@ -0,0 +1,43 @@ +resource ParadigmsTur = open + Predef, + Prelude, + ResTur + in { + +oper + regV : Str -> Verb = \inf -> + let base : Str + = case inf of { + base+"mak" => base ; + base+"mek" => base + } + in { s = table { + VPres Sg P1 => harmony4 (harmony4 base "iyor") "im" ; + VPres Sg P2 => harmony4 (harmony4 base "iyor") "sin" ; + VPres Sg P3 => harmony4 base "iyor" ; + VPres Pl P1 => harmony4 (harmony4 base "iyor") "iz" ; + VPres Pl P2 => harmony4 (harmony4 (harmony4 base "iyor") "sin") "iz" ; + VPres Pl P3 => harmony4 (harmony4 base "iyor") "ler" ; + VPast Sg P1 => harmony4 base "dim" ; + VPast Sg P2 => harmony4 base "din" ; + VPast Sg P3 => harmony4 base "di" ; + VPast Pl P1 => harmony4 base "dik" ; + VPast Pl P2 => harmony4 (harmony4 base "din") "iz" ; + VPast Pl P3 => harmony4 base "diler" ; + VFuture Sg P1 => harmony4 (harmony2 base "ecek") "im" ; + VFuture Sg P2 => harmony4 (harmony2 base "ecek") "sin" ; + VFuture Sg P3 => harmony2 base "ecek" ; + VFuture Pl P1 => harmony4 (harmony2 base "ecek") "iz" ; + VFuture Pl P2 => harmony4 (harmony2 base "ecek") "siniz" ; + VFuture Pl P3 => harmony4 (harmony2 base "ecek") "ler" ; + VAorist Sg P1 => harmony4 base "im" ; + VAorist Sg P2 => harmony4 base "sin" ; + VAorist Sg P3 => base ; + VAorist Pl P1 => harmony4 base "iz" ; + VAorist Pl P2 => harmony4 (harmony4 base "sin") "iz" ; + VAorist Pl P3 => harmony4 base "ler" ; + VImperative => base ; + VInfinitive => inf + } + } ; +} \ No newline at end of file diff --git a/deprecated/old-lib/resource/turkish/ResTur.gf b/deprecated/old-lib/resource/turkish/ResTur.gf new file mode 100644 index 000000000..1fc1a8157 --- /dev/null +++ b/deprecated/old-lib/resource/turkish/ResTur.gf @@ -0,0 +1,106 @@ +--# -path=.:../abstract:../common:../../prelude + +resource ResTur = ParamX ** open Prelude, Predef in { + +--2 For $Noun$ + + param + Case = Nom | Acc | Dat | Gen | Loc | Ablat | Abess ; + + Species = Indef | Def ; + + VForm = + VPres Number Person + | VPast Number Person + | VFuture Number Person + | VAorist Number Person + | VImperative + | VInfinitive + ; + + oper + Agr = {n : Number ; p : Person} ; + +-- For $Verb$. + + Verb : Type = { + s : VForm => Str + } ; + +--2 For $Numeral$ + param + DForm = unit | ten ; + +-- For $Numeral$. + oper + mkNum : Str -> Str -> {s : DForm => Str} = + \two, twenty -> + {s = table { + unit => two ; + ten => twenty + } + } ; + + mkNP : (ben,beni,bana,banin,bende,benden:Str) -> Number -> Person -> + {s : Case => Str ; a : Agr} = + \ben,beni,bana,banin,bende,benden,n,p -> { + s = table { + Nom => ben ; + Acc => beni ; + Dat => bana ; + Gen => banin ; + Loc => bende ; + Abl => benden + } ; + a = {n=n; p=p} ; + } ; + + oper + harmony4 : Str -> Str -> Str + = \base,suffix0 -> + let c : Str = + case base of { + _+c@("ı"|"a"|"i"|"e"|"u"|"o"|"ü"|"ö")+ + ("b"|"v"|"d"|"z"|"j"|"c"|"g"|"ğ"|"l"|"r"|"m"|"n"|"y"|"p"|"f"|"t"|"s"|"ş"|"ç"|"k"|"h")* => c ; + _ => error "harmony4" + } ; + h : Str = + case c of { + ("ı"|"a") => "ı" ; + ("i"|"e") => "i" ; + ("u"|"o") => "u" ; + ("ü"|"ö") => "ü" + } ; + suffix : Str = + case suffix0 of { + s1@(("b"|"v"|"d"|"z"|"j"|"c"|"g"|"ğ"|"l"|"r"|"m"|"n"|"y"|"p"|"f"|"t"|"s"|"ş"|"ç"|"k"|"h")*) + + ("ı"|"a"|"i"|"e"|"u"|"o"|"ü"|"ö") + +s2 => s1+h+s2 ; + s => s + } + in base + suffix ; + + harmony2 : Str -> Str -> Str + = \base,suffix0 -> + let c : Str = + case base of { + _+c@("ı"|"a"|"i"|"e"|"u"|"o"|"ü"|"ö")+ + ("b"|"v"|"d"|"z"|"j"|"c"|"g"|"ğ"|"l"|"r"|"m"|"n"|"y"|"p"|"f"|"t"|"s"|"ş"|"ç"|"k"|"h")* => c ; + _ => error "harmony4" + } ; + h : Str = + case c of { + ("ı"|"a") => "ı" ; + ("i"|"e") => "i" ; + ("u"|"o") => "u" ; + ("ü"|"ö") => "ü" + } ; + suffix : Str = + case suffix0 of { + s1@(("b"|"v"|"d"|"z"|"j"|"c"|"g"|"ğ"|"l"|"r"|"m"|"n"|"y"|"p"|"f"|"t"|"s"|"ş"|"ç"|"k"|"h")*) + + ("ı"|"a"|"i"|"e"|"u"|"o"|"ü"|"ö") + +s2 => s1+h+s2 ; + s => s + } + in base + suffix ; +} diff --git a/deprecated/old-lib/resource/turkish/StructuralTur.gf b/deprecated/old-lib/resource/turkish/StructuralTur.gf new file mode 100644 index 000000000..ee27b2a1a --- /dev/null +++ b/deprecated/old-lib/resource/turkish/StructuralTur.gf @@ -0,0 +1,16 @@ +concrete StructuralTur of Structural = CatTur ** { + + flags optimize=all ; + + lin + he_Pron = mkNP "o" "onu" "ona" "onun" "onda" "ondan" Sg P3 ; + i_Pron = mkNP "ben" "beni" "bana" "banim" "bende" "benden" Sg P1 ; + it_Pron = mkNP "o" "onu" "ona" "onun" "onda" "ondan" Sg P3 ; + she_Pron = mkNP "o" "onu" "ona" "onun" "onda" "ondan" Sg P3 ; + they_Pron = mkNP "onlar" "onları" "onlara" "onların" "onlarda" "onlardan" Pl P3 ; + we_Pron = mkNP "biz" "bizi" "bize" "bizim" "bizde" "bizden" Pl P1 ; + youSg_Pron = mkNP "sen" "seni" "sana" "senin" "sende" "senden" Sg P2 ; + youPl_Pron = mkNP "siz" "sizi" "size" "sizin" "sizde" "sizden" Pl P2 ; + youPol_Pron = mkNP "siz" "sizi" "size" "sizin" "sizde" "sizden" Pl P2 ; +} + diff --git a/homepage.html b/homepage.html deleted file mode 100644 index 69d70d92e..000000000 --- a/homepage.html +++ /dev/null @@ -1,334 +0,0 @@ - -GF Version 2.9 - - - - -

    - - -

    Grammatical Framework

    - -

    Version 2.9

    - -December 21, 2007. - -

    - -

    - -
    - -Documentation -| -Download -| -LatestCode -| -QuickStart -| -Tutorial -| -ReferenceManual -| -Libraries -| -NumeralDemo -| -LetterDemo - - -
    - -

    - -

    News

    - -June 25, 2008. -GF 3.0 -coming soon! Version 2.9f is now frozen and no longer -available in darcs. But here is a tarball -with the final version of 2.9 sources. - -

    - -March 20, 2008. Ten years of GF! -

    - -

    - -December 21, 2007. -

    - -

    - -News before 2.9. - - -

    What is GF?

    - -The Grammatical Framework (=GF) is a grammar formalism based on type -theory. It consists of -
      -
    • a special-purpose programming language -
    • a compiler of the language -
    • a generic grammar processor -
    -The compiler reads -GF grammars from user-provided files, -and the generic grammar processor performs -various tasks with the grammars: -
      -
    • generation -
    • parsing -
    • translation -
    • type checking -
    • computation -
    • paraphrasing -
    • random and exhaustive generation -
    • syntax editing -
    -GF particularly addresses four aspects of grammars: -
      -
    • multilinguality (parallel grammars for different languages) -
    • semantics (semantic conditions of well-formedness, semantic - properties of expressions) -
    • modularity and grammar engineering -
    • reuse of grammars in different formats and as software components -
    -GF provides an easy way to experiment with grammars written in -different formats, including the ubiquitous BNF and EBNF formats. -The GF compilation chart gives a -summary of the supported input and output formats (the nodes in ellipses). - -
    - -For instance, if you want to create a finite-state automaton -in the HTK SLF format (to use for speech recognition), all you have to do -is to write an EBNF grammar in a file foo.ebnf and type -
    -  echo "pg -printer=slf" | gf foo.ebnf
    -
    - - - -

    License

    - -GF is open-source software licensed under -GNU General Public License (GPL). - -

    - -The GF Grammar Libraries are licensed under -GNU Lesser General Public License (LGPL). - - - -

    Examples and demos

    - -Numeral -translator: recognizes and generates -numbers from 1 to 999,999 in 80 languages. -(The link goes to a live applet, which requires -Java 1.5 plugin. -Here is an example, which does -not require the plugin.) - -

    - -Letter -editor: -write simple letters in English, Finnish, -French, Swedish, and Russian with a few mouse clicks. - -

    - -Demo film -of a multimodal dialogue system built with embedded grammars. - -

    - -Example grammars used in the -GF tutorial. - -

    - -Resource grammar library: -basic structures of ten languages -(Danish, English, Finnish, French, German, -Italian, Norwegian, Russian, Spanish, Swedish). -Resource grammars can be used as libraries for writing GF -applications, -but they can also be useful for language training. - - - -

    Executable programs

    - -GF is available for -several platforms: Linux, Mac OS X, Microsoft Windows, and Sun OS. -To get GF, go to the -Download Page. - - -

    Quick start

    - -When you have downloaded and installed GF, you can try one of the -quick start examples. - - - -

    Source code

    - -The main part of GF is written in -Haskell. - -

    - -The platform-independent graphical user interface is written in -Java. - - -

    - -The Download Page -gives links to source and binary packages, as well as -information on compiler requirements. - -

    - -The publicly accessible - -Darcs repository -has the latest sources and documents. - -

    - -For Java programmers: GF grammars can be embedded in Java programs by using the - -Embedded GF Interpreter. - - - - -

    Documents

    - - -See the Documentation page. - - - -

    Projects and events

    - -
  • WebALT, -Web Advanced Learning Technologies. GF is used as for generating multilingual -teaching material in mathematics. - -
  • TALK = Tools for Ambient Linguistic -Knowledge. GF was used in implementing multimodal and multilingual dialogue systems. - -
  • KeY project on Integrated Deductive -Software Design. GF was used for -authoring informal and formal specifications. More details on the GF -application - -here. - -
  • -Project Efficient -at Tudor Institute, Luxembourg, "atelier de prototypage de transactions d'e-commerce". -GF is used as an authoring tool for business models. - - - -

    Miscellaneous

    - - -
  • - -GFCC: -report on a compiler from a fragment of C to JVM, written in GF. -The compiler source code can be found in the directory -examples/gfcc in the GF grammar library -(see GF download page). - -
  • -The original -GF Xerox Home Page -with the oldest releases of and documents on GF, up to Version 0.54, 1999, -does not seem to exist any more. - - -
  • -Earlier application: - - Natural-Language Interface to the proof editor Alfa. - -
  • -The BNF Converter. -A GF spin-off customized for the description of programming -languages. - -
  • - -The Functional -Morphology project. Creating infrastructure for GF and other -linguistic applications. - - -
  • - -

    Authors

    - -The -Languge Technology Group. -More details on the - -Authors and Acknowledgements page. - - -

    Implementation project

    - -Want to become a GF developer? Contact -Aarne Ranta. -Or just get the sources and start hacking. - -

    - -And register to the -GF User's Mailing List! - -


    - -Last modified by - -Aarne Ranta, -December 21, 2007. - - diff --git a/index.txt b/index.txt deleted file mode 100644 index 6068ffea1..000000000 --- a/index.txt +++ /dev/null @@ -1,211 +0,0 @@ - - - -%!postproc(html): "#BECE" "
    " -%!postproc(html): "#ENCE" "
    " -%!postproc(html): "#BESMALL" "" -%!postproc(html): "#ENSMALL" "" -%!postproc(html): "#BELARGE" "" -%!postproc(html): "#ENLARGE" "" - -#BECE - -[doc/gf-logo.png] - -=Grammatical Framework= - -Version 3.0 - -June 2008 - - -#BELARGE - -``[`` [Demos demos/index.html] -``|`` [Download download/index.html] -``|`` [Libraries lib/resource/doc/synopsis.html] -``|`` [Reference doc/gf-refman.html] -``|`` [Tutorial doc/gf-tutorial.html] -``]`` - -#ENLARGE - -``[`` [Demos demos/index.html] -``|`` [Download download/index.html] -``|`` [Developers doc/gf-developers.html] -% ``|`` [Events doc/events.html] -``|`` [Libraries lib/resource/doc/synopsis.html] -``|`` [People doc/gf-people.html] -% ``|`` [Projects doc/projects.html] -``|`` [Publications doc/gf-bibliography.html] -``|`` [QuickRefCard doc/gf-reference.html] -``|`` [Reference doc/gf-refman.html] -``|`` [Tutorial doc/gf-tutorial.html] -``]`` - -#ENCE - - -#BESMALL - -==News== - -20 April 2009: -On-line course "GF for Resource Grammar Writers" starting today at 15.30. See the -[Summer School Google Group http://groups.google.com/group/gf-resource-school-2009] -for instructions how to start. - -3 April 2009: -Two demos and one talk on GF at [EACL http://www.eacl2009.gr/conference/] in Athens. - -20 February 2009: -[GF Resource Grammar Summer School doc/gf-summerschool.html] -in Gothenburg, 17-28 August 2009. - -4 November 2008: -GHC 6.10 released, but it doesn't work with GF sources yet. -If compiling GF from source, use e.g. -[GHC 6.8.3 http://haskell.org/ghc/download_ghc_683.html]. - -15 August 2008: -[Numeral translator for the iPhone demos/index-numbers.html] - -27 June 2008: -[release of GF 3.0 doc/gf3-release.html] and this new web page; the old web page is -[here ../GF2/index.html]. - - -#ENSMALL - - -==What is GF== - -GF, Grammatical Framework, is a programming language for -**multilingual grammar applications**. It is -- a **special-purpose language for grammars**, like YACC, Bison, Happy, BNFC, - but not restricted to programming languages -- a **functional language**, like Haskell, Lisp, OCaml, Scheme, SML, - but specialized to grammar writing -- a **natural language processing framework**, like LKB, XLE, Regulus, - but based on functional programming and type theory -- a **categorial grammar formalism**, like ACG, CCG, - but different and equipped with different tools -- a **logical framework**, like Agda, Coq, Isabelle, - but equipped with concrete syntax in addition to logic - - -Don't worry if you don't know most of the references above - but if you do know at -least one, it may help you to get a first idea of what GF is. - - -==Applications== - -GF can be used for building -- [text translators lib/resource/doc/resdemo.html] -- [speech translators http://www.cs.chalmers.se/~bringert/gf/translatespeech.html] -- [natural-language interfaces http://www.cs.chalmers.se/~hallgren/Alfa/Tutorial/GFplugin.html] -- [multilingual web pages http://www.restauranggajden.se/tomas/] -- [multilingual authoring systems http://www.cs.chalmers.se/~markus/gramlets/letter-applet.html] -- [dialogue systems http://www.cs.chalmers.se/~bringert/xv/pizza/] -- [language training systems http://csmisc14.cs.chalmers.se/~bjorn/langtrain.cgi] -- [natural language resources lib/resource/doc/synopsis.html] - - -==Availability== - -GF is **open-source**, licensed under [GPL LICENSE] (the program) and -[LGPL lib/LICENSE] (the libraries). It -is available for -- Linux -- Mac OS X -- Windows -- via compilation to JavaScript, almost any platform that has a web browser - - -==Projects== - -GF was first created in 1998 at -[Xerox Research Centre Europe http://www.xrce.xerox.com/], -Grenoble, in the project -Multilingual Document Authoring. At Xerox, it was used for prototypes including -a restaurant phrase book, -a database query system, -a formalization of an alarm system instructions with translations to 5 languages, and -an authoring system for medical drug descriptions. - -Later projects using GF and involving third parties include, in chronological order, -- [GF-Alfa http://www.cs.chalmers.se/~hallgren/Alfa/Tutorial/GFplugin.html]: - natural language interface to formal proofs -- [Efficient http://efficient.citi.tudor.lu/index_noframe.html]: - authoring tool for business models. -- [GF-KeY http://www.key-project.org/]: - authoring and translation of software specifications -- [TALK http://www.talk-project.org]: - multilingual and multimodal spoken dialogue systems -- [WebALT http://webalt.math.helsinki.fi/]: - multilingual generation of mathematical exercises (commercial project) -- [SALDO http://spraakbanken.gu.se/sal/]: - Swedish morphological dictionary based on rules developed for GF and - [Functional Morphology http://www.cs.chalmers.se/~markus/FM/] - - -Academically, GF has been used in four PhD theses and resulted in around -fifty scientific publications (see [GF publication list doc/gf-bibliography.html]). - - -==Programming in GF== - -GF is easy to learn by following the [tutorial doc/gf-tutorial.html]. -You can write your first translator in 15 minutes. - -GF has an interactive command interpreter, as well as a batch compiler. -Grammars can be compiled to parser and translator code in many different -formats. These components can then be embedded in applications written -in other programming languages. The formats currently supported are: -- Haskell -- Java -- JavaScript -- Prolog -- Speech recognition: HTK/ATK, Nuance, JSGF - - -The GF programming language is high-level and advanced, featuring -- static type checking -- higher-order functions -- dependent types -- pattern matching with data constructors and regular expressions -- module system with multiple inheritance and parametrized modules - - -==Libraries== - -Libraries are at the heart of modern software engineering. In natural language -applications, libraries are a way to cope with thousands of details involved in -syntax, lexicon, and inflection. The -[GF resource grammar library lib/resource/doc/synopsis.html] has -support for an increasing number of languages, currently including -+ Arabic (partial) -+ Bulgarian -+ Catalan (partial) -+ Danish -+ English -+ Finnish -+ French -+ German -+ Hindi/Urdu (fragments) -+ [Interlingua http://www.interlingua.com/] -+ Italian -+ Norwegian bokm�l -+ Russian -+ Spanish -+ Swedish -+ Thai (fragments) - - -Adding a language to the resource library takes 3 to 9 -months - contributions -are welcome! - -% [doc/10lang-small.png] - - diff --git a/old-lib/LICENSE b/old-lib/LICENSE deleted file mode 100644 index fc8a5de7e..000000000 --- a/old-lib/LICENSE +++ /dev/null @@ -1,165 +0,0 @@ - GNU LESSER GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - - This version of the GNU Lesser General Public License incorporates -the terms and conditions of version 3 of the GNU General Public -License, supplemented by the additional permissions listed below. - - 0. Additional Definitions. - - As used herein, "this License" refers to version 3 of the GNU Lesser -General Public License, and the "GNU GPL" refers to version 3 of the GNU -General Public License. - - "The Library" refers to a covered work governed by this License, -other than an Application or a Combined Work as defined below. - - An "Application" is any work that makes use of an interface provided -by the Library, but which is not otherwise based on the Library. -Defining a subclass of a class defined by the Library is deemed a mode -of using an interface provided by the Library. - - A "Combined Work" is a work produced by combining or linking an -Application with the Library. The particular version of the Library -with which the Combined Work was made is also called the "Linked -Version". - - The "Minimal Corresponding Source" for a Combined Work means the -Corresponding Source for the Combined Work, excluding any source code -for portions of the Combined Work that, considered in isolation, are -based on the Application, and not on the Linked Version. - - The "Corresponding Application Code" for a Combined Work means the -object code and/or source code for the Application, including any data -and utility programs needed for reproducing the Combined Work from the -Application, but excluding the System Libraries of the Combined Work. - - 1. Exception to Section 3 of the GNU GPL. - - You may convey a covered work under sections 3 and 4 of this License -without being bound by section 3 of the GNU GPL. - - 2. Conveying Modified Versions. - - If you modify a copy of the Library, and, in your modifications, a -facility refers to a function or data to be supplied by an Application -that uses the facility (other than as an argument passed when the -facility is invoked), then you may convey a copy of the modified -version: - - a) under this License, provided that you make a good faith effort to - ensure that, in the event an Application does not supply the - function or data, the facility still operates, and performs - whatever part of its purpose remains meaningful, or - - b) under the GNU GPL, with none of the additional permissions of - this License applicable to that copy. - - 3. Object Code Incorporating Material from Library Header Files. - - The object code form of an Application may incorporate material from -a header file that is part of the Library. You may convey such object -code under terms of your choice, provided that, if the incorporated -material is not limited to numerical parameters, data structure -layouts and accessors, or small macros, inline functions and templates -(ten or fewer lines in length), you do both of the following: - - a) Give prominent notice with each copy of the object code that the - Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the object code with a copy of the GNU GPL and this license - document. - - 4. Combined Works. - - You may convey a Combined Work under terms of your choice that, -taken together, effectively do not restrict modification of the -portions of the Library contained in the Combined Work and reverse -engineering for debugging such modifications, if you also do each of -the following: - - a) Give prominent notice with each copy of the Combined Work that - the Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the Combined Work with a copy of the GNU GPL and this license - document. - - c) For a Combined Work that displays copyright notices during - execution, include the copyright notice for the Library among - these notices, as well as a reference directing the user to the - copies of the GNU GPL and this license document. - - d) Do one of the following: - - 0) Convey the Minimal Corresponding Source under the terms of this - License, and the Corresponding Application Code in a form - suitable for, and under terms that permit, the user to - recombine or relink the Application with a modified version of - the Linked Version to produce a modified Combined Work, in the - manner specified by section 6 of the GNU GPL for conveying - Corresponding Source. - - 1) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (a) uses at run time - a copy of the Library already present on the user's computer - system, and (b) will operate properly with a modified version - of the Library that is interface-compatible with the Linked - Version. - - e) Provide Installation Information, but only if you would otherwise - be required to provide such information under section 6 of the - GNU GPL, and only to the extent that such information is - necessary to install and execute a modified version of the - Combined Work produced by recombining or relinking the - Application with a modified version of the Linked Version. (If - you use option 4d0, the Installation Information must accompany - the Minimal Corresponding Source and Corresponding Application - Code. If you use option 4d1, you must provide the Installation - Information in the manner specified by section 6 of the GNU GPL - for conveying Corresponding Source.) - - 5. Combined Libraries. - - You may place library facilities that are a work based on the -Library side by side in a single library together with other library -facilities that are not Applications and are not covered by this -License, and convey such a combined library under terms of your -choice, if you do both of the following: - - a) Accompany the combined library with a copy of the same work based - on the Library, uncombined with any other library facilities, - conveyed under the terms of this License. - - b) Give prominent notice with the combined library that part of it - is a work based on the Library, and explaining where to find the - accompanying uncombined form of the same work. - - 6. Revised Versions of the GNU Lesser General Public License. - - The Free Software Foundation may publish revised and/or new versions -of the GNU Lesser General Public License from time to time. Such new -versions will be similar in spirit to the present version, but may -differ in detail to address new problems or concerns. - - Each version is given a distinguishing version number. If the -Library as you received it specifies that a certain numbered version -of the GNU Lesser General Public License "or any later version" -applies to it, you have the option of following the terms and -conditions either of that published version or of any later version -published by the Free Software Foundation. If the Library as you -received it does not specify a version number of the GNU Lesser -General Public License, you may choose any version of the GNU Lesser -General Public License ever published by the Free Software Foundation. - - If the Library as you received it specifies that a proxy can decide -whether future versions of the GNU Lesser General Public License shall -apply, that proxy's public statement of acceptance of any version is -permanent authorization for you to choose that version for the -Library. diff --git a/old-lib/c/Makefile b/old-lib/c/Makefile deleted file mode 100644 index 72ac7ea79..000000000 --- a/old-lib/c/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -CC = gcc -CFLAGS += -O2 -W -Wall - -.PHONY: all clean - -all: libgfcc.a - -libgfcc.a: gfcc-tree.o gfcc-term.o - ar r $@ $^ - -gfcc-tree.o: gfcc-tree.c gfcc-tree.h - $(CC) $(CFLAGS) -c -o $@ $< - -gfcc-term.o: gfcc-term.c gfcc-term.h - $(CC) $(CFLAGS) -c -o $@ $< - -clean: - -rm -f libgfcc.a - -rm -f *.o diff --git a/old-lib/c/gfcc-term.c b/old-lib/c/gfcc-term.c deleted file mode 100644 index b427479e6..000000000 --- a/old-lib/c/gfcc-term.c +++ /dev/null @@ -1,203 +0,0 @@ -#include "gfcc-term.h" - -#include -#include -#include - -static void *buffer = NULL; -static size_t current; - -extern void term_alloc_pool(size_t size) { - if (buffer == NULL) - buffer = malloc(size); - current = 0; -} - -extern void term_free_pool() { - if (buffer != NULL) - free(buffer); - buffer = NULL; -} - -extern void *term_alloc(size_t size) { - void *off = buffer + current; - current += size; - return off; -} - -static inline Term *create_term(TermType type, int n) { - Term *t = (Term*)term_alloc(sizeof(Term) + n * sizeof(Term *)); - t->type = type; - t->value.size = n; /* FIXME: hack! */ - return t; -} - -extern Term *term_array(int n, ...) { - Term *t = create_term(TERM_ARRAY, n); - va_list ap; - int i; - - va_start(ap, n); - for (i = 0; i < n; i++) { - term_set_child(t, i, va_arg(ap, Term *)); - } - va_end(ap); - - return t; -} - -extern Term *term_seq(int n, ...) { - Term *t = create_term(TERM_SEQUENCE, n); - va_list ap; - int i; - - va_start(ap, n); - for (i = 0; i < n; i++) { - term_set_child(t, i, va_arg(ap, Term *)); - } - va_end(ap); - - return t; -} - -extern Term *term_variants(int n, ...) { - Term *t = create_term(TERM_VARIANTS, n); - va_list ap; - int i; - - va_start(ap, n); - for (i = 0; i < n; i++) { - term_set_child(t, i, va_arg(ap, Term *)); - } - va_end(ap); - - return t; -} - -extern Term *term_glue(int n, ...) { - Term *t = create_term(TERM_GLUE, n); - va_list ap; - int i; - - va_start(ap, n); - for (i = 0; i < n; i++) { - term_set_child(t, i, va_arg(ap, Term *)); - } - va_end(ap); - - return t; -} - -extern Term *term_rp(Term *t1, Term *t2) { - Term *t = create_term(TERM_RECORD_PARAM, 2); - term_set_child(t, 0, t1); - term_set_child(t, 1, t2); - return t; -} - -extern Term *term_suffix(const char *pref, Term *suf) { - Term *t = create_term(TERM_SUFFIX_TABLE, 2); - term_set_child(t,0,term_str(pref)); - term_set_child(t,1,suf); - return t; -} - -extern Term *term_str(const char *s) { - Term *t = create_term(TERM_STRING, 0); - t->value.string_value = s; - return t; -} - -extern Term *term_int(int i) { - Term *t = create_term(TERM_INTEGER,0); - t->value.integer_value = i; - return t; -} - -extern Term *term_meta() { - return create_term(TERM_META, 0); -} - - - -extern Term *term_sel_int(Term *t, int i) { - switch (t->type) { - case TERM_ARRAY: - return term_get_child(t,i); - case TERM_SUFFIX_TABLE: - return term_glue(2, - term_get_child(t,0), - term_sel_int(term_get_child(t,1),i)); - case TERM_META: - return t; - default: - fprintf(stderr,"Error: term_sel_int %d %d\n", t->type, i); - exit(1); - return NULL; - } -} - -extern Term *term_sel(Term *t1, Term *t2) { - switch (t2->type) { - case TERM_INTEGER: - return term_sel_int(t1, t2->value.integer_value); - case TERM_RECORD_PARAM: - return term_sel(t1,term_get_child(t2,0)); - case TERM_META: - return term_sel_int(t1,0); - default: - fprintf(stderr,"Error: term_sel %d %d\n", t1->type, t2->type); - exit(1); - return 0; - } -} - - - -static void term_print_sep(FILE *stream, Term *t, const char *sep) { - int n = t->value.size; - int i; - - for (i = 0; i < n; i++) { - term_print(stream, term_get_child(t,i)); - if (i < n-1) { - fputs(sep, stream); - } - } -} - -extern void term_print(FILE *stream, Term *t) { - switch (t->type) { - case TERM_ARRAY: - term_print(stream, term_get_child(t,0)); - break; - case TERM_SEQUENCE: - term_print_sep(stream, t, " "); - break; - case TERM_VARIANTS: - term_print_sep(stream, t, "/"); - break; - case TERM_GLUE: - term_print_sep(stream, t, ""); - break; - case TERM_RECORD_PARAM: - term_print(stream, term_get_child(t,0)); - break; - case TERM_SUFFIX_TABLE: - term_print(stream, term_get_child(t,0)); - term_print(stream, term_get_child(t,1)); - break; - case TERM_META: - fputs("?", stream); - break; - case TERM_STRING: - fputs(t->value.string_value, stream); - break; - case TERM_INTEGER: - fprintf(stream, "%d", t->value.integer_value); - break; - default: - fprintf(stderr,"Error: term_print %d\n", t->type); - exit(1); - } -} diff --git a/old-lib/c/gfcc-term.h b/old-lib/c/gfcc-term.h deleted file mode 100644 index d1307259d..000000000 --- a/old-lib/c/gfcc-term.h +++ /dev/null @@ -1,65 +0,0 @@ -#ifndef GFCC_TERM_H -#define GFCC_TERM_H - -#include - -typedef enum { - /* size = variable */ - TERM_ARRAY, - TERM_SEQUENCE, - TERM_VARIANTS, - TERM_GLUE, - /* size = 2 */ - TERM_RECORD_PARAM, - TERM_SUFFIX_TABLE, - /* size = 0 */ - TERM_META, - TERM_STRING, - TERM_INTEGER -} TermType; - -struct Term_ { - TermType type; - union { - const char *string_value; - int integer_value; - int size; - } value; - struct Term_ *args[0]; -}; - -typedef struct Term_ Term; - - - -static inline Term *term_get_child(Term *t, int n) { - return t->args[n]; -} - -static inline void term_set_child(Term *t, int n, Term *c) { - t->args[n] = c; -} - -extern void term_alloc_pool(size_t size); -extern void term_free_pool(); -extern void *term_alloc(size_t size); - - -extern Term *term_array(int n, ...); -extern Term *term_seq(int n, ...); -extern Term *term_variants(int n, ...); -extern Term *term_glue(int n, ...); - -extern Term *term_rp(Term *t1, Term *t2); -extern Term *term_suffix(const char *pref, Term *suf); -extern Term *term_str(const char *s); -extern Term *term_int(int i); -extern Term *term_meta(); - -extern Term *term_sel_int(Term *t, int i); -extern Term *term_sel(Term *t1, Term *t2); - - -extern void term_print(FILE *stream, Term *t); - -#endif diff --git a/old-lib/c/gfcc-tree.c b/old-lib/c/gfcc-tree.c deleted file mode 100644 index 6cd8759be..000000000 --- a/old-lib/c/gfcc-tree.c +++ /dev/null @@ -1,61 +0,0 @@ -#include "gfcc-tree.h" - -#include - - -extern int arity(Tree *t) { - switch (t->type) { - case ATOM_STRING: - case ATOM_INTEGER: - case ATOM_DOUBLE: - case ATOM_META: - return 0; - default: - return t->value.size; - } -} - -static Tree *create_tree(atom_type c, int n) { - Tree *t = (Tree *)malloc(sizeof(Tree) + n * sizeof(Tree *)); - t->type = c; - return t; -} - -extern Tree *tree_string(const char *s) { - Tree *t = create_tree(ATOM_STRING, 0); - t->value.string_value = s; - return t; -} - -extern Tree *tree_integer(int i) { - Tree *t = create_tree(ATOM_INTEGER, 0); - t->value.integer_value = i; - return t; -} - -extern Tree *tree_double(double d) { - Tree *t = create_tree(ATOM_DOUBLE, 0); - t->value.double_value = d; - return t; -} - -extern Tree *tree_meta() { - return create_tree(ATOM_META, 0); -} - -extern Tree *tree_fun(atom_type f, int n) { - Tree *t = create_tree(f, n); - t->value.size = n; - return t; -} - - -extern void tree_free(Tree *t) { - int n = arity(t); - int i; - - for (i = 0; i < n; i++) { - tree_free(tree_get_child(t,i)); - } - free(t); -} diff --git a/old-lib/c/gfcc-tree.h b/old-lib/c/gfcc-tree.h deleted file mode 100644 index cc8f0fcab..000000000 --- a/old-lib/c/gfcc-tree.h +++ /dev/null @@ -1,49 +0,0 @@ -#ifndef GFCC_TREE_H -#define GFCC_TREE_H - -typedef enum { - ATOM_STRING, - ATOM_INTEGER, - ATOM_DOUBLE, - ATOM_META, - ATOM_FIRST_FUN -} atom_type; - -struct Tree_{ - atom_type type; - union { - const char *string_value; - int integer_value; - double double_value; - int size; - } value; - struct Tree_ *args[0]; -}; - -typedef struct Tree_ Tree; - -static inline Tree *tree_get_child(Tree *t, int n) { - return t->args[n]; -} - -static inline void tree_set_child(Tree *t, int n, Tree *a) { - t->args[n] = a; -} - -extern int arity(Tree *t); - - -extern Tree *tree_string(const char *s); - -extern Tree *tree_integer(int i); - -extern Tree *tree_double(double d); - -extern Tree *tree_meta(); - -extern Tree *tree_fun(atom_type f, int n); - - -extern void tree_free(Tree *t); - -#endif diff --git a/old-lib/index.html b/old-lib/index.html deleted file mode 100644 index 991015ec4..000000000 --- a/old-lib/index.html +++ /dev/null @@ -1,60 +0,0 @@ - - - - -GF Grammar Libraries - -

    GF Grammar Libraries

    - -Author: Aarne Ranta <aarne (at) cs.chalmers.se>
    -Last update: Fri Dec 22 15:19:46 2006 -
    - -

    -One of the main ideas of -GF -is the use of libraries in grammar writing, in a way familiar -from software engineering. In this way, large grammars can -be built in cooperation, and old grammars or parts of them -can be reused in new grammars. The slides -Grammars as Software Libraries -give some introduction to this idea. -

    -

    The resource grammar library

    -

    -This library covers basic linguistic structures of -different languages. -

    -

    -Version 1.1 released 22 December 2006 -(enhanced version of 1.0). -Covers Danish, English, Finnish, French, German, Italian, Norwegian, -Russian, Spanish, and Swedish. -

    -

    -Two older versions are also available: -Version 0.9 -and -Version 0.6. -

    -

    The prelude library

    -

    -The prelude -library gives utility functions for different GF applications: -

    -

    -Precedence. Utilities for -formal languages: precedence levels, associatives, infixes. -

    -

    -Predef. Type signatures -of predefined (hard-coded) functions. -

    -

    -Prelude. Generic utilities -for strings, tables, records, booleans. -

    - - - - diff --git a/old-lib/index.txt b/old-lib/index.txt deleted file mode 100644 index 83fd65611..000000000 --- a/old-lib/index.txt +++ /dev/null @@ -1,58 +0,0 @@ -GF Grammar Libraries -Author: Aarne Ranta -Last update: %%date(%c) - -% NOTE: this is a txt2tags file. -% Create an html file from this file using: -% txt2tags --toc -thtml index.txt - -%!target:html - -One of the main ideas of -[GF ..] -is the use of libraries in grammar writing, in a way familiar -from software engineering. In this way, large grammars can -be built in cooperation, and old grammars or parts of them -can be reused in new grammars. The slides -[Grammars as Software Libraries resource-1.0/doc/gslt-sem-2006.html] -give some introduction to this idea. - - - -==The resource grammar library== - -This library covers basic linguistic structures of -different languages. - -[Version 1.2 resource-1.0/doc] released 22 December 2006 -(enhanced version of 1.0). -Covers Danish, English, Finnish, French, German, Italian, Norwegian, -Russian, Spanish, and Swedish, and to a smaller extent Arabic and Catalan. - -Two older versions are also available: -[Version 0.9 resource/] -and -[Version 0.6 resource-0.6/]. - - - -==The prelude library== - -The [prelude prelude/] -library gives utility functions for different GF applications: - -[Precedence resource-1.0/doc/gfdoc/Precedence.html]. Utilities for -formal languages: precedence levels, associatives, infixes. - -[Predef resource-1.0/doc/gfdoc/Predef.html]. Type signatures -of predefined (hard-coded) functions. - -[Prelude resource-1.0/doc/gfdoc/Prelude.html]. Generic utilities -for strings, tables, records, booleans. - - -==License== - -All libraries in this directory and its subdirectories are -releaced under GNU Lesser General Public License (LGPL). See the file -[LICENSE ./LICENSE] for more details. diff --git a/old-lib/javascript/editor.html b/old-lib/javascript/editor.html deleted file mode 100644 index dd189d9ab..000000000 --- a/old-lib/javascript/editor.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - Web-based Syntax Editor - - -
    -
    - - diff --git a/old-lib/javascript/editorGrammar.js b/old-lib/javascript/editorGrammar.js deleted file mode 100644 index a4cc01ea5..000000000 --- a/old-lib/javascript/editorGrammar.js +++ /dev/null @@ -1 +0,0 @@ -var Editor = new GFGrammar(new GFAbstract("Sentence",{Available: new Type([], "Adjective"), Bulgarian: new Type([], "Noun"), Command: new Type(["Verb", "Determiner", "Noun"], "Sentence"), CommandAdj: new Type(["Verb", "Determiner", "Adjective", "Noun"], "Sentence"), Copy: new Type([], "Verb"), Cut: new Type([], "Verb"), Danish: new Type([], "Noun"), DefPlDet: new Type([], "Determiner"), DefSgDet: new Type([], "Determiner"), Delete: new Type([], "Verb"), English: new Type([], "Noun"), Enter: new Type([], "Verb"), ErrorMessage: new Type(["Adjective", "Noun"], "Sentence"), Finnish: new Type([], "Noun"), Float_N: new Type([], "Noun"), French: new Type([], "Noun"), German: new Type([], "Noun"), IndefPlDet: new Type([], "Determiner"), IndefSgDet: new Type([], "Determiner"), Integer_N: new Type([], "Noun"), Italian: new Type([], "Noun"), Label: new Type(["Noun"], "Sentence"), Language: new Type([], "Noun"), Next: new Type([], "Adjective"), Node: new Type([], "Noun"), Norwegian: new Type([], "Noun"), Page: new Type([], "Noun"), Parse: new Type([], "Verb"), Paste: new Type([], "Verb"), Previous: new Type([], "Adjective"), RandomlyCommand: new Type(["Verb", "Determiner", "Noun"], "Sentence"), Redo: new Type([], "Verb"), Refine: new Type([], "Verb"), Refinement: new Type([], "Noun"), Replace: new Type([], "Verb"), Russian: new Type([], "Noun"), Select: new Type([], "Verb"), Show: new Type([], "Verb"), SingleWordCommand: new Type(["Verb"], "Sentence"), Spanish: new Type([], "Noun"), String_N: new Type([], "Noun"), Swedish: new Type([], "Noun"), Tree: new Type([], "Noun"), Undo: new Type([], "Verb"), Wrap: new Type([], "Verb"), Wrapper: new Type([], "Noun")}),{EditorEng: new GFConcrete({coding: "utf8"},{Available: function(cs){return new Arr(new Suffix("available", new Arr(new Str(""), new Str("r"), new Str("st"), new Str("ly"))));}, Bulgarian: function(cs){return new Arr(new Arr(Editor.concretes["EditorEng"].rule("_4", cs), Editor.concretes["EditorEng"].rule("_4", cs)), new Int(0));}, Command: function(cs){return new Arr(new Seq(Editor.concretes["EditorEng"].rule("_8", cs), Editor.concretes["EditorEng"].rule("_11", cs), Editor.concretes["EditorEng"].rule("_14", cs), Editor.concretes["EditorEng"].rule("_18", cs)));}, CommandAdj: function(cs){return new Arr(new Seq(Editor.concretes["EditorEng"].rule("_8", cs), Editor.concretes["EditorEng"].rule("_11", cs),(new Arr(Editor.concretes["EditorEng"].rule("_13", cs), Editor.concretes["EditorEng"].rule("_13", cs), Editor.concretes["EditorEng"].rule("_13", cs), Editor.concretes["EditorEng"].rule("_13", cs), Editor.concretes["EditorEng"].rule("_13", cs), Editor.concretes["EditorEng"].rule("_13", cs), Editor.concretes["EditorEng"].rule("_13", cs), Editor.concretes["EditorEng"].rule("_13", cs))).sel(Editor.concretes["EditorEng"].rule("_22", cs).sel(cs[3].sel(new Int(1)))), cs[3].sel(new Int(0)).sel(new Int(0)).sel(new Int(1)), Editor.concretes["EditorEng"].rule("_18", cs)));}, Copy: function(cs){return new Arr(new Suffix("Cop", new Arr(new Str("y"), new Str("ies"), new Str("ied"), new Str("ying"))), new Int(1));}, Cut: function(cs){return new Arr(new Suffix("Cut", Editor.concretes["EditorEng"].rule("_34", cs)), new Int(1));}, Danish: function(cs){return new Arr(new Arr(Editor.concretes["EditorEng"].rule("_37", cs), Editor.concretes["EditorEng"].rule("_37", cs)), new Int(0));}, DefPlDet: function(cs){return Editor.concretes["EditorEng"].rule("_43", cs);}, DefSgDet: function(cs){return Editor.concretes["EditorEng"].rule("_43", cs);}, Delete: function(cs){return new Arr(new Suffix("Delet", Editor.concretes["EditorEng"].rule("_44", cs)), new Int(1));}, English: function(cs){return new Arr(new Arr(Editor.concretes["EditorEng"].rule("_47", cs), Editor.concretes["EditorEng"].rule("_47", cs)), new Int(0));}, Enter: function(cs){return new Arr(new Suffix("Enter", Editor.concretes["EditorEng"].rule("_34", cs)), new Int(1));}, ErrorMessage: function(cs){return new Arr(new Seq(new Str("there"),(new Arr(new Seq(new Str("am"), new Str("not")), new Str("aren't"), new Str("aren't"), new Str("aren't"), new Str("isn't"), new Str("isn't"), new Str("isn't"), new Str("aren't"))).sel(Editor.concretes["EditorEng"].rule("_59", cs)), Editor.concretes["EditorEng"].rule("_62", cs), Editor.concretes["EditorEng"].rule("_62", cs), Editor.concretes["EditorEng"].rule("_62", cs),(new Arr(Editor.concretes["EditorEng"].rule("_67", cs), Editor.concretes["EditorEng"].rule("_67", cs), Editor.concretes["EditorEng"].rule("_67", cs), Editor.concretes["EditorEng"].rule("_67", cs), Editor.concretes["EditorEng"].rule("_67", cs), Editor.concretes["EditorEng"].rule("_67", cs), Editor.concretes["EditorEng"].rule("_67", cs), Editor.concretes["EditorEng"].rule("_67", cs))).sel(Editor.concretes["EditorEng"].rule("_59", cs))));}, Finnish: function(cs){return new Arr(new Arr(Editor.concretes["EditorEng"].rule("_72", cs), Editor.concretes["EditorEng"].rule("_72", cs)), new Int(0));}, Float_N: function(cs){return new Arr(new Arr(new Suffix("float", Editor.concretes["EditorEng"].rule("_3", cs)), new Suffix("floats", Editor.concretes["EditorEng"].rule("_76", cs))), new Int(0));}, French: function(cs){return new Arr(new Arr(Editor.concretes["EditorEng"].rule("_80", cs), Editor.concretes["EditorEng"].rule("_80", cs)), new Int(0));}, German: function(cs){return new Arr(new Arr(Editor.concretes["EditorEng"].rule("_83", cs), Editor.concretes["EditorEng"].rule("_83", cs)), new Int(0));}, IndefPlDet: function(cs){return Editor.concretes["EditorEng"].rule("_89", cs);}, IndefSgDet: function(cs){return Editor.concretes["EditorEng"].rule("_89", cs);}, Integer_N: function(cs){return new Arr(new Arr(new Suffix("integer", Editor.concretes["EditorEng"].rule("_3", cs)), new Suffix("integers", Editor.concretes["EditorEng"].rule("_76", cs))), new Int(0));}, Italian: function(cs){return new Arr(new Arr(Editor.concretes["EditorEng"].rule("_94", cs), Editor.concretes["EditorEng"].rule("_94", cs)), new Int(0));}, Label: function(cs){return new Arr(Editor.concretes["EditorEng"].rule("_8", cs).sel(new Int(0)));}, Language: function(cs){return new Arr(new Arr(new Suffix("language", Editor.concretes["EditorEng"].rule("_3", cs)), new Suffix("languages", Editor.concretes["EditorEng"].rule("_76", cs))), new Int(0));}, Next: function(cs){return new Arr(new Suffix("next", Editor.concretes["EditorEng"].rule("_103", cs)));}, Node: function(cs){return new Arr(new Arr(new Suffix("node", Editor.concretes["EditorEng"].rule("_3", cs)), new Suffix("nodes", Editor.concretes["EditorEng"].rule("_76", cs))), new Int(0));}, Norwegian: function(cs){return new Arr(new Arr(Editor.concretes["EditorEng"].rule("_110", cs), Editor.concretes["EditorEng"].rule("_110", cs)), new Int(0));}, Page: function(cs){return new Arr(new Arr(new Suffix("page", Editor.concretes["EditorEng"].rule("_3", cs)), new Suffix("pages", Editor.concretes["EditorEng"].rule("_76", cs))), new Int(0));}, Parse: function(cs){return new Arr(new Suffix("Pars", Editor.concretes["EditorEng"].rule("_44", cs)), new Int(1));}, Paste: function(cs){return new Arr(new Suffix("Past", Editor.concretes["EditorEng"].rule("_44", cs)), new Int(1));}, Previous: function(cs){return new Arr(new Suffix("previous", Editor.concretes["EditorEng"].rule("_103", cs)));}, RandomlyCommand: function(cs){return new Arr(new Seq(Editor.concretes["EditorEng"].rule("_8", cs), Editor.concretes["EditorEng"].rule("_11", cs), Editor.concretes["EditorEng"].rule("_14", cs), Editor.concretes["EditorEng"].rule("_18", cs), new Str("at"), new Str("random")));}, Redo: function(cs){return new Arr(new Suffix("Redo", Editor.concretes["EditorEng"].rule("_125", cs)), new Int(1));}, Refine: function(cs){return new Arr(new Suffix("Refin", Editor.concretes["EditorEng"].rule("_44", cs)), new Int(1));}, Refinement: function(cs){return new Arr(new Arr(new Suffix("refinement", Editor.concretes["EditorEng"].rule("_3", cs)), new Suffix("refinements", Editor.concretes["EditorEng"].rule("_76", cs))), new Int(0));}, Replace: function(cs){return new Arr(new Suffix("Replac", Editor.concretes["EditorEng"].rule("_44", cs)), new Int(1));}, Russian: function(cs){return new Arr(new Arr(Editor.concretes["EditorEng"].rule("_136", cs), Editor.concretes["EditorEng"].rule("_136", cs)), new Int(0));}, Select: function(cs){return new Arr(new Suffix("Select", Editor.concretes["EditorEng"].rule("_34", cs)), new Int(1));}, Show: function(cs){return new Arr(new Suffix("Show", Editor.concretes["EditorEng"].rule("_34", cs)), new Int(1));}, SingleWordCommand: function(cs){return new Arr(new Seq(Editor.concretes["EditorEng"].rule("_8", cs), Editor.concretes["EditorEng"].rule("_18", cs)));}, Spanish: function(cs){return new Arr(new Arr(Editor.concretes["EditorEng"].rule("_145", cs), Editor.concretes["EditorEng"].rule("_145", cs)), new Int(0));}, String_N: function(cs){return new Arr(new Arr(new Suffix("string", Editor.concretes["EditorEng"].rule("_3", cs)), new Suffix("strings", Editor.concretes["EditorEng"].rule("_76", cs))), new Int(0));}, Swedish: function(cs){return new Arr(new Arr(Editor.concretes["EditorEng"].rule("_152", cs), Editor.concretes["EditorEng"].rule("_152", cs)), new Int(0));}, Tree: function(cs){return new Arr(new Arr(new Suffix("tree", Editor.concretes["EditorEng"].rule("_3", cs)), new Suffix("trees", Editor.concretes["EditorEng"].rule("_76", cs))), new Int(0));}, Undo: function(cs){return new Arr(new Suffix("Undo", Editor.concretes["EditorEng"].rule("_125", cs)), new Int(1));}, Wrap: function(cs){return new Arr(new Suffix("Wrap", Editor.concretes["EditorEng"].rule("_34", cs)), new Int(1));}, Wrapper: function(cs){return new Arr(new Arr(new Suffix("wrapper", Editor.concretes["EditorEng"].rule("_3", cs)), new Suffix("wrappers", Editor.concretes["EditorEng"].rule("_76", cs))), new Int(0));}, _10: function(cs){return Editor.concretes["EditorEng"].rule("_9", cs).sel(new Int(1));}, _103: function(cs){return new Arr(new Str(""), new Str("er"), new Str("est"), new Str("ly"));}, _11: function(cs){return Editor.concretes["EditorEng"].rule("_10", cs).sel(new Int(0));}, _110: function(cs){return new Suffix("Norwegian", Editor.concretes["EditorEng"].rule("_3", cs));}, _12: function(cs){return cs[2].sel(new Int(0));}, _125: function(cs){return new Arr(new Str(""), new Str("es"), new Str("ed"), new Str("ing"));}, _13: function(cs){return Editor.concretes["EditorEng"].rule("_12", cs).sel(new Int(0));}, _136: function(cs){return new Suffix("Russian", Editor.concretes["EditorEng"].rule("_3", cs));}, _14: function(cs){return Editor.concretes["EditorEng"].rule("_13", cs).sel(new Int(1));}, _145: function(cs){return new Suffix("Spanish", Editor.concretes["EditorEng"].rule("_3", cs));}, _15: function(cs){return new Seq();}, _152: function(cs){return new Suffix("Swedish", Editor.concretes["EditorEng"].rule("_3", cs));}, _16: function(cs){return new Arr(new Str("yourself"), Editor.concretes["EditorEng"].rule("_15", cs));}, _167: function(cs){return new Arr(cs[0], cs[0], cs[0], cs[0]);}, _169: function(cs){return new Arr(cs[0], cs[0]);}, _17: function(cs){return cs[0].sel(new Int(1));}, _172: function(cs){return new Arr(cs[0], cs[0], cs[0]);}, _18: function(cs){return Editor.concretes["EditorEng"].rule("_16", cs).sel(Editor.concretes["EditorEng"].rule("_17", cs));}, _22: function(cs){return new Arr(new Int(4), new Int(5), new Int(6));}, _3: function(cs){return new Arr(new Str(""), new Str(""), new Str("'s"));}, _34: function(cs){return new Arr(new Str(""), new Str("s"), new Str("ed"), new Str("ing"));}, _37: function(cs){return new Suffix("Danish", Editor.concretes["EditorEng"].rule("_3", cs));}, _4: function(cs){return new Suffix("Bulgarian", Editor.concretes["EditorEng"].rule("_3", cs));}, _40: function(cs){return new Arr(new Str(""), new Str(""));}, _41: function(cs){return new Suffix("the", Editor.concretes["EditorEng"].rule("_40", cs));}, _42: function(cs){return new Arr(Editor.concretes["EditorEng"].rule("_41", cs), Editor.concretes["EditorEng"].rule("_41", cs));}, _43: function(cs){return new Arr(Editor.concretes["EditorEng"].rule("_42", cs));}, _44: function(cs){return new Arr(new Str("e"), new Str("es"), new Str("ed"), new Str("ing"));}, _47: function(cs){return new Suffix("English", Editor.concretes["EditorEng"].rule("_3", cs));}, _54: function(cs){return new Arr(new Int(4), new Int(7));}, _55: function(cs){return new Arr(new Int(0), new Int(1), new Int(0), new Int(1), new Int(0), new Int(0), new Int(0), new Int(1));}, _56: function(cs){return cs[1].sel(new Int(1));}, _57: function(cs){return Editor.concretes["EditorEng"].rule("_22", cs).sel(Editor.concretes["EditorEng"].rule("_56", cs));}, _58: function(cs){return Editor.concretes["EditorEng"].rule("_55", cs).sel(Editor.concretes["EditorEng"].rule("_57", cs));}, _59: function(cs){return Editor.concretes["EditorEng"].rule("_54", cs).sel(Editor.concretes["EditorEng"].rule("_58", cs));}, _61: function(cs){return new Arr(Editor.concretes["EditorEng"].rule("_15", cs), Editor.concretes["EditorEng"].rule("_15", cs), Editor.concretes["EditorEng"].rule("_15", cs), Editor.concretes["EditorEng"].rule("_15", cs), Editor.concretes["EditorEng"].rule("_15", cs), Editor.concretes["EditorEng"].rule("_15", cs), Editor.concretes["EditorEng"].rule("_15", cs), Editor.concretes["EditorEng"].rule("_15", cs));}, _62: function(cs){return Editor.concretes["EditorEng"].rule("_61", cs).sel(Editor.concretes["EditorEng"].rule("_59", cs));}, _63: function(cs){return new Arr(Editor.concretes["EditorEng"].rule("_8", cs), Editor.concretes["EditorEng"].rule("_8", cs), Editor.concretes["EditorEng"].rule("_8", cs), Editor.concretes["EditorEng"].rule("_8", cs), Editor.concretes["EditorEng"].rule("_8", cs), Editor.concretes["EditorEng"].rule("_8", cs), Editor.concretes["EditorEng"].rule("_8", cs), Editor.concretes["EditorEng"].rule("_8", cs));}, _64: function(cs){return Editor.concretes["EditorEng"].rule("_63", cs).sel(Editor.concretes["EditorEng"].rule("_57", cs));}, _65: function(cs){return Editor.concretes["EditorEng"].rule("_9", cs).sel(new Int(0));}, _66: function(cs){return Editor.concretes["EditorEng"].rule("_65", cs).sel(new Int(1));}, _67: function(cs){return new Seq(new Str("a"), Editor.concretes["EditorEng"].rule("_64", cs), Editor.concretes["EditorEng"].rule("_66", cs));}, _7: function(cs){return cs[0].sel(new Int(0));}, _72: function(cs){return new Suffix("Finnish", Editor.concretes["EditorEng"].rule("_3", cs));}, _76: function(cs){return new Arr(new Str(""), new Str(""), new Str("'"));}, _8: function(cs){return Editor.concretes["EditorEng"].rule("_7", cs).sel(new Int(0));}, _80: function(cs){return new Suffix("French", Editor.concretes["EditorEng"].rule("_3", cs));}, _83: function(cs){return new Suffix("German", Editor.concretes["EditorEng"].rule("_3", cs));}, _86: function(cs){return new Arr(Editor.concretes["EditorEng"].rule("_15", cs), Editor.concretes["EditorEng"].rule("_15", cs));}, _87: function(cs){return new Arr(new Str("a"), Editor.concretes["EditorEng"].rule("_15", cs));}, _88: function(cs){return new Arr(Editor.concretes["EditorEng"].rule("_86", cs), Editor.concretes["EditorEng"].rule("_87", cs));}, _89: function(cs){return new Arr(Editor.concretes["EditorEng"].rule("_88", cs));}, _9: function(cs){return cs[1].sel(new Int(0));}, _94: function(cs){return new Suffix("Italian", Editor.concretes["EditorEng"].rule("_3", cs));}, Adjective: function(cs){return new Arr(Editor.concretes["EditorEng"].rule("_167", cs));}, Determiner: function(cs){return new Arr(new Arr(Editor.concretes["EditorEng"].rule("_169", cs), Editor.concretes["EditorEng"].rule("_169", cs)));}, Noun: function(cs){return new Arr(new Arr(Editor.concretes["EditorEng"].rule("_172", cs), Editor.concretes["EditorEng"].rule("_172", cs)), new Int(0));}, Sentence: function(cs){return new Arr(cs[0]);}, Verb: function(cs){return new Arr(Editor.concretes["EditorEng"].rule("_167", cs), new Int(0));}, "Int": function(cs){return new Arr(cs[0]);}, "Float": function(cs){return new Arr(cs[0]);}, "String": function(cs){return new Arr(cs[0]);}}, new Parser("Sentence",[new Rule(10, new FunApp("Wrapper",[]),[],[[new Terminal("wrapper")]]), new Rule(9, new FunApp("Wrapper",[]),[],[[new Terminal("wrapper")]]), new Rule(8, new FunApp("Wrapper",[]),[],[[new Terminal("wrapper's")]]), new Rule(7, new FunApp("Wrapper",[]),[],[[new Terminal("wrappers")]]), new Rule(6, new FunApp("Wrapper",[]),[],[[new Terminal("wrappers")]]), new Rule(5, new FunApp("Wrapper",[]),[],[[new Terminal("wrappers'")]]), new Rule(17, new FunApp("Wrap",[]),[],[[new Terminal("Wrap")]]), new Rule(20, new FunApp("Wrap",[]),[],[[new Terminal("Wraps")]]), new Rule(19, new FunApp("Wrap",[]),[],[[new Terminal("Wraped")]]), new Rule(18, new FunApp("Wrap",[]),[],[[new Terminal("Wraping")]]), new Rule(17, new FunApp("Undo",[]),[],[[new Terminal("Undo")]]), new Rule(20, new FunApp("Undo",[]),[],[[new Terminal("Undoes")]]), new Rule(19, new FunApp("Undo",[]),[],[[new Terminal("Undoed")]]), new Rule(18, new FunApp("Undo",[]),[],[[new Terminal("Undoing")]]), new Rule(10, new FunApp("Tree",[]),[],[[new Terminal("tree")]]), new Rule(9, new FunApp("Tree",[]),[],[[new Terminal("tree")]]), new Rule(8, new FunApp("Tree",[]),[],[[new Terminal("tree's")]]), new Rule(7, new FunApp("Tree",[]),[],[[new Terminal("trees")]]), new Rule(6, new FunApp("Tree",[]),[],[[new Terminal("trees")]]), new Rule(5, new FunApp("Tree",[]),[],[[new Terminal("trees'")]]), new Rule(10, new FunApp("Swedish",[]),[],[[new Terminal("Swedish")]]), new Rule(9, new FunApp("Swedish",[]),[],[[new Terminal("Swedish")]]), new Rule(8, new FunApp("Swedish",[]),[],[[new Terminal("Swedish's")]]), new Rule(7, new FunApp("Swedish",[]),[],[[new Terminal("Swedish")]]), new Rule(6, new FunApp("Swedish",[]),[],[[new Terminal("Swedish")]]), new Rule(5, new FunApp("Swedish",[]),[],[[new Terminal("Swedish's")]]), new Rule(10, new FunApp("String_N",[]),[],[[new Terminal("string")]]), new Rule(9, new FunApp("String_N",[]),[],[[new Terminal("string")]]), new Rule(8, new FunApp("String_N",[]),[],[[new Terminal("string's")]]), new Rule(7, new FunApp("String_N",[]),[],[[new Terminal("strings")]]), new Rule(6, new FunApp("String_N",[]),[],[[new Terminal("strings")]]), new Rule(5, new FunApp("String_N",[]),[],[[new Terminal("strings'")]]), new Rule(10, new FunApp("Spanish",[]),[],[[new Terminal("Spanish")]]), new Rule(9, new FunApp("Spanish",[]),[],[[new Terminal("Spanish")]]), new Rule(8, new FunApp("Spanish",[]),[],[[new Terminal("Spanish's")]]), new Rule(7, new FunApp("Spanish",[]),[],[[new Terminal("Spanish")]]), new Rule(6, new FunApp("Spanish",[]),[],[[new Terminal("Spanish")]]), new Rule(5, new FunApp("Spanish",[]),[],[[new Terminal("Spanish's")]]), new Rule(11, new FunApp("SingleWordCommand",[new Arg(0)]),[17],[[new ArgProj(0, 0)]]), new Rule(11, new FunApp("SingleWordCommand",[new Arg(0)]),[16],[[new ArgProj(0, 0), new Terminal("yourself")]]), new Rule(17, new FunApp("Show",[]),[],[[new Terminal("Show")]]), new Rule(20, new FunApp("Show",[]),[],[[new Terminal("Shows")]]), new Rule(19, new FunApp("Show",[]),[],[[new Terminal("Showed")]]), new Rule(18, new FunApp("Show",[]),[],[[new Terminal("Showing")]]), new Rule(17, new FunApp("Select",[]),[],[[new Terminal("Select")]]), new Rule(20, new FunApp("Select",[]),[],[[new Terminal("Selects")]]), new Rule(19, new FunApp("Select",[]),[],[[new Terminal("Selected")]]), new Rule(18, new FunApp("Select",[]),[],[[new Terminal("Selecting")]]), new Rule(10, new FunApp("Russian",[]),[],[[new Terminal("Russian")]]), new Rule(9, new FunApp("Russian",[]),[],[[new Terminal("Russian")]]), new Rule(8, new FunApp("Russian",[]),[],[[new Terminal("Russian's")]]), new Rule(7, new FunApp("Russian",[]),[],[[new Terminal("Russian")]]), new Rule(6, new FunApp("Russian",[]),[],[[new Terminal("Russian")]]), new Rule(5, new FunApp("Russian",[]),[],[[new Terminal("Russian's")]]), new Rule(17, new FunApp("Replace",[]),[],[[new Terminal("Replace")]]), new Rule(20, new FunApp("Replace",[]),[],[[new Terminal("Replaces")]]), new Rule(19, new FunApp("Replace",[]),[],[[new Terminal("Replaced")]]), new Rule(18, new FunApp("Replace",[]),[],[[new Terminal("Replacing")]]), new Rule(10, new FunApp("Refinement",[]),[],[[new Terminal("refinement")]]), new Rule(9, new FunApp("Refinement",[]),[],[[new Terminal("refinement")]]), new Rule(8, new FunApp("Refinement",[]),[],[[new Terminal("refinement's")]]), new Rule(7, new FunApp("Refinement",[]),[],[[new Terminal("refinements")]]), new Rule(6, new FunApp("Refinement",[]),[],[[new Terminal("refinements")]]), new Rule(5, new FunApp("Refinement",[]),[],[[new Terminal("refinements'")]]), new Rule(17, new FunApp("Refine",[]),[],[[new Terminal("Refine")]]), new Rule(20, new FunApp("Refine",[]),[],[[new Terminal("Refines")]]), new Rule(19, new FunApp("Refine",[]),[],[[new Terminal("Refined")]]), new Rule(18, new FunApp("Refine",[]),[],[[new Terminal("Refining")]]), new Rule(17, new FunApp("Redo",[]),[],[[new Terminal("Redo")]]), new Rule(20, new FunApp("Redo",[]),[],[[new Terminal("Redoes")]]), new Rule(19, new FunApp("Redo",[]),[],[[new Terminal("Redoed")]]), new Rule(18, new FunApp("Redo",[]),[],[[new Terminal("Redoing")]]), new Rule(11, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[17, 15, 12],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("at"), new Terminal("random")]]), new Rule(11, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[16, 15, 12],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("yourself"), new Terminal("at"), new Terminal("random")]]), new Rule(4, new FunApp("Previous",[]),[],[[new Terminal("previous")]]), new Rule(3, new FunApp("Previous",[]),[],[[new Terminal("previouser")]]), new Rule(2, new FunApp("Previous",[]),[],[[new Terminal("previousest")]]), new Rule(1, new FunApp("Previous",[]),[],[[new Terminal("previously")]]), new Rule(17, new FunApp("Paste",[]),[],[[new Terminal("Paste")]]), new Rule(20, new FunApp("Paste",[]),[],[[new Terminal("Pastes")]]), new Rule(19, new FunApp("Paste",[]),[],[[new Terminal("Pasted")]]), new Rule(18, new FunApp("Paste",[]),[],[[new Terminal("Pasting")]]), new Rule(17, new FunApp("Parse",[]),[],[[new Terminal("Parse")]]), new Rule(20, new FunApp("Parse",[]),[],[[new Terminal("Parses")]]), new Rule(19, new FunApp("Parse",[]),[],[[new Terminal("Parsed")]]), new Rule(18, new FunApp("Parse",[]),[],[[new Terminal("Parsing")]]), new Rule(10, new FunApp("Page",[]),[],[[new Terminal("page")]]), new Rule(9, new FunApp("Page",[]),[],[[new Terminal("page")]]), new Rule(8, new FunApp("Page",[]),[],[[new Terminal("page's")]]), new Rule(7, new FunApp("Page",[]),[],[[new Terminal("pages")]]), new Rule(6, new FunApp("Page",[]),[],[[new Terminal("pages")]]), new Rule(5, new FunApp("Page",[]),[],[[new Terminal("pages'")]]), new Rule(10, new FunApp("Norwegian",[]),[],[[new Terminal("Norwegian")]]), new Rule(9, new FunApp("Norwegian",[]),[],[[new Terminal("Norwegian")]]), new Rule(8, new FunApp("Norwegian",[]),[],[[new Terminal("Norwegian's")]]), new Rule(7, new FunApp("Norwegian",[]),[],[[new Terminal("Norwegian")]]), new Rule(6, new FunApp("Norwegian",[]),[],[[new Terminal("Norwegian")]]), new Rule(5, new FunApp("Norwegian",[]),[],[[new Terminal("Norwegian's")]]), new Rule(10, new FunApp("Node",[]),[],[[new Terminal("node")]]), new Rule(9, new FunApp("Node",[]),[],[[new Terminal("node")]]), new Rule(8, new FunApp("Node",[]),[],[[new Terminal("node's")]]), new Rule(7, new FunApp("Node",[]),[],[[new Terminal("nodes")]]), new Rule(6, new FunApp("Node",[]),[],[[new Terminal("nodes")]]), new Rule(5, new FunApp("Node",[]),[],[[new Terminal("nodes'")]]), new Rule(4, new FunApp("Next",[]),[],[[new Terminal("next")]]), new Rule(3, new FunApp("Next",[]),[],[[new Terminal("nexter")]]), new Rule(2, new FunApp("Next",[]),[],[[new Terminal("nextest")]]), new Rule(1, new FunApp("Next",[]),[],[[new Terminal("nextly")]]), new Rule(10, new FunApp("Language",[]),[],[[new Terminal("language")]]), new Rule(9, new FunApp("Language",[]),[],[[new Terminal("language")]]), new Rule(8, new FunApp("Language",[]),[],[[new Terminal("language's")]]), new Rule(7, new FunApp("Language",[]),[],[[new Terminal("languages")]]), new Rule(6, new FunApp("Language",[]),[],[[new Terminal("languages")]]), new Rule(5, new FunApp("Language",[]),[],[[new Terminal("languages'")]]), new Rule(11, new FunApp("Label",[new Arg(0)]),[24],[[new ArgProj(0, 0)]]), new Rule(24, new Arg(0),[26],[[new ArgProj(0, 0)]]), new Rule(24, new Arg(0),[25],[[new ArgProj(0, 0)]]), new Rule(24, new Arg(0),[10],[[new ArgProj(0, 0)]]), new Rule(10, new FunApp("Italian",[]),[],[[new Terminal("Italian")]]), new Rule(9, new FunApp("Italian",[]),[],[[new Terminal("Italian")]]), new Rule(8, new FunApp("Italian",[]),[],[[new Terminal("Italian's")]]), new Rule(7, new FunApp("Italian",[]),[],[[new Terminal("Italian")]]), new Rule(6, new FunApp("Italian",[]),[],[[new Terminal("Italian")]]), new Rule(5, new FunApp("Italian",[]),[],[[new Terminal("Italian's")]]), new Rule(10, new FunApp("Integer_N",[]),[],[[new Terminal("integer")]]), new Rule(9, new FunApp("Integer_N",[]),[],[[new Terminal("integer")]]), new Rule(8, new FunApp("Integer_N",[]),[],[[new Terminal("integer's")]]), new Rule(7, new FunApp("Integer_N",[]),[],[[new Terminal("integers")]]), new Rule(6, new FunApp("Integer_N",[]),[],[[new Terminal("integers")]]), new Rule(5, new FunApp("Integer_N",[]),[],[[new Terminal("integers'")]]), new Rule(23, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(22, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(15, new FunApp("IndefSgDet",[]),[],[[new Terminal("an")]]), new Rule(15, new FunApp("IndefSgDet",[]),[],[[new Terminal("a")]]), new Rule(21, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(23, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(22, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(15, new FunApp("IndefPlDet",[]),[],[[new Terminal("an")]]), new Rule(15, new FunApp("IndefPlDet",[]),[],[[new Terminal("a")]]), new Rule(21, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(10, new FunApp("German",[]),[],[[new Terminal("German")]]), new Rule(9, new FunApp("German",[]),[],[[new Terminal("German")]]), new Rule(8, new FunApp("German",[]),[],[[new Terminal("German's")]]), new Rule(7, new FunApp("German",[]),[],[[new Terminal("German")]]), new Rule(6, new FunApp("German",[]),[],[[new Terminal("German")]]), new Rule(5, new FunApp("German",[]),[],[[new Terminal("German's")]]), new Rule(10, new FunApp("French",[]),[],[[new Terminal("French")]]), new Rule(9, new FunApp("French",[]),[],[[new Terminal("French")]]), new Rule(8, new FunApp("French",[]),[],[[new Terminal("French's")]]), new Rule(7, new FunApp("French",[]),[],[[new Terminal("French")]]), new Rule(6, new FunApp("French",[]),[],[[new Terminal("French")]]), new Rule(5, new FunApp("French",[]),[],[[new Terminal("French's")]]), new Rule(10, new FunApp("Float_N",[]),[],[[new Terminal("float")]]), new Rule(9, new FunApp("Float_N",[]),[],[[new Terminal("float")]]), new Rule(8, new FunApp("Float_N",[]),[],[[new Terminal("float's")]]), new Rule(7, new FunApp("Float_N",[]),[],[[new Terminal("floats")]]), new Rule(6, new FunApp("Float_N",[]),[],[[new Terminal("floats")]]), new Rule(5, new FunApp("Float_N",[]),[],[[new Terminal("floats'")]]), new Rule(10, new FunApp("Finnish",[]),[],[[new Terminal("Finnish")]]), new Rule(9, new FunApp("Finnish",[]),[],[[new Terminal("Finnish")]]), new Rule(8, new FunApp("Finnish",[]),[],[[new Terminal("Finnish's")]]), new Rule(7, new FunApp("Finnish",[]),[],[[new Terminal("Finnish")]]), new Rule(6, new FunApp("Finnish",[]),[],[[new Terminal("Finnish")]]), new Rule(5, new FunApp("Finnish",[]),[],[[new Terminal("Finnish's")]]), new Rule(11, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[4, 14],[[new Terminal("there"), new Terminal("isn't"), new Terminal("an"), new ArgProj(0, 0), new ArgProj(1, 0)]]), new Rule(11, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[4, 14],[[new Terminal("there"), new Terminal("isn't"), new Terminal("a"), new ArgProj(0, 0), new ArgProj(1, 0)]]), new Rule(11, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[4, 13],[[new Terminal("there"), new Terminal("isn't"), new Terminal("an"), new ArgProj(0, 0), new ArgProj(1, 0)]]), new Rule(11, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[4, 13],[[new Terminal("there"), new Terminal("isn't"), new Terminal("a"), new ArgProj(0, 0), new ArgProj(1, 0)]]), new Rule(11, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[4, 9],[[new Terminal("there"), new Terminal("isn't"), new Terminal("an"), new ArgProj(0, 0), new ArgProj(1, 0)]]), new Rule(11, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[4, 9],[[new Terminal("there"), new Terminal("isn't"), new Terminal("a"), new ArgProj(0, 0), new ArgProj(1, 0)]]), new Rule(17, new FunApp("Enter",[]),[],[[new Terminal("Enter")]]), new Rule(20, new FunApp("Enter",[]),[],[[new Terminal("Enters")]]), new Rule(19, new FunApp("Enter",[]),[],[[new Terminal("Entered")]]), new Rule(18, new FunApp("Enter",[]),[],[[new Terminal("Entering")]]), new Rule(10, new FunApp("English",[]),[],[[new Terminal("English")]]), new Rule(9, new FunApp("English",[]),[],[[new Terminal("English")]]), new Rule(8, new FunApp("English",[]),[],[[new Terminal("English's")]]), new Rule(7, new FunApp("English",[]),[],[[new Terminal("English")]]), new Rule(6, new FunApp("English",[]),[],[[new Terminal("English")]]), new Rule(5, new FunApp("English",[]),[],[[new Terminal("English's")]]), new Rule(17, new FunApp("Delete",[]),[],[[new Terminal("Delete")]]), new Rule(20, new FunApp("Delete",[]),[],[[new Terminal("Deletes")]]), new Rule(19, new FunApp("Delete",[]),[],[[new Terminal("Deleted")]]), new Rule(18, new FunApp("Delete",[]),[],[[new Terminal("Deleting")]]), new Rule(23, new FunApp("DefSgDet",[]),[],[[new Terminal("the")]]), new Rule(22, new FunApp("DefSgDet",[]),[],[[new Terminal("the")]]), new Rule(15, new FunApp("DefSgDet",[]),[],[[new Terminal("the")]]), new Rule(21, new FunApp("DefSgDet",[]),[],[[new Terminal("the")]]), new Rule(23, new FunApp("DefPlDet",[]),[],[[new Terminal("the")]]), new Rule(22, new FunApp("DefPlDet",[]),[],[[new Terminal("the")]]), new Rule(15, new FunApp("DefPlDet",[]),[],[[new Terminal("the")]]), new Rule(21, new FunApp("DefPlDet",[]),[],[[new Terminal("the")]]), new Rule(10, new FunApp("Danish",[]),[],[[new Terminal("Danish")]]), new Rule(9, new FunApp("Danish",[]),[],[[new Terminal("Danish")]]), new Rule(8, new FunApp("Danish",[]),[],[[new Terminal("Danish's")]]), new Rule(7, new FunApp("Danish",[]),[],[[new Terminal("Danish")]]), new Rule(6, new FunApp("Danish",[]),[],[[new Terminal("Danish")]]), new Rule(5, new FunApp("Danish",[]),[],[[new Terminal("Danish's")]]), new Rule(17, new FunApp("Cut",[]),[],[[new Terminal("Cut")]]), new Rule(20, new FunApp("Cut",[]),[],[[new Terminal("Cuts")]]), new Rule(19, new FunApp("Cut",[]),[],[[new Terminal("Cuted")]]), new Rule(18, new FunApp("Cut",[]),[],[[new Terminal("Cuting")]]), new Rule(17, new FunApp("Copy",[]),[],[[new Terminal("Copy")]]), new Rule(20, new FunApp("Copy",[]),[],[[new Terminal("Copies")]]), new Rule(19, new FunApp("Copy",[]),[],[[new Terminal("Copied")]]), new Rule(18, new FunApp("Copy",[]),[],[[new Terminal("Copying")]]), new Rule(11, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[17, 15, 4, 14],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(11, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[17, 15, 4, 13],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(11, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[17, 15, 4, 9],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(11, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[16, 15, 4, 14],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0), new Terminal("yourself")]]), new Rule(11, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[16, 15, 4, 13],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0), new Terminal("yourself")]]), new Rule(11, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[16, 15, 4, 9],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0), new Terminal("yourself")]]), new Rule(11, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[17, 15, 12],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(11, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[16, 15, 12],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("yourself")]]), new Rule(12, new Arg(0),[14],[[new ArgProj(0, 0)]]), new Rule(12, new Arg(0),[13],[[new ArgProj(0, 0)]]), new Rule(12, new Arg(0),[9],[[new ArgProj(0, 0)]]), new Rule(10, new FunApp("Bulgarian",[]),[],[[new Terminal("Bulgarian")]]), new Rule(9, new FunApp("Bulgarian",[]),[],[[new Terminal("Bulgarian")]]), new Rule(8, new FunApp("Bulgarian",[]),[],[[new Terminal("Bulgarian's")]]), new Rule(7, new FunApp("Bulgarian",[]),[],[[new Terminal("Bulgarian")]]), new Rule(6, new FunApp("Bulgarian",[]),[],[[new Terminal("Bulgarian")]]), new Rule(5, new FunApp("Bulgarian",[]),[],[[new Terminal("Bulgarian's")]]), new Rule(4, new FunApp("Available",[]),[],[[new Terminal("available")]]), new Rule(3, new FunApp("Available",[]),[],[[new Terminal("availabler")]]), new Rule(2, new FunApp("Available",[]),[],[[new Terminal("availablest")]]), new Rule(1, new FunApp("Available",[]),[],[[new Terminal("availablely")]])],{Adjective:[4, 3, 2, 1], Determiner:[23, 15, 22, 21], Float:[-3], Int:[-2], Noun:[24, 10, 25, 26, 7, 12, 9, 13, 14, 6, 8, 5], Sentence:[11], String:[-1], Verb:[16, 17, 20, 19, 18], _Var:[-4]})), EditorFre: new GFConcrete({coding: "utf8"},{Available: function(cs){return new Arr(new Arr(new Suffix("disponible", new Arr(new Str(""), new Str("s"), new Str(""), new Str("s"), new Str("ment"))), Editor.concretes["EditorFre"].rule("_5", cs), Editor.concretes["EditorFre"].rule("_5", cs)), new Int(1));}, Bulgarian: function(cs){return new Arr(new Suffix("bulgarien", Editor.concretes["EditorFre"].rule("_8", cs)), new Int(0));}, Command: function(cs){return new Arr(new Seq(Editor.concretes["EditorFre"].rule("_41", cs), Editor.concretes["EditorFre"].rule("_43", cs), Editor.concretes["EditorFre"].rule("_45", cs), Editor.concretes["EditorFre"].rule("_58", cs)));}, CommandAdj: function(cs){return new Arr(new Seq((new Arr(Editor.concretes["EditorFre"].rule("_68", cs), Editor.concretes["EditorFre"].rule("_69", cs), Editor.concretes["EditorFre"].rule("_70", cs), Editor.concretes["EditorFre"].rule("_71", cs), Editor.concretes["EditorFre"].rule("_72", cs), Editor.concretes["EditorFre"].rule("_73", cs), Editor.concretes["EditorFre"].rule("_68", cs), Editor.concretes["EditorFre"].rule("_69", cs), Editor.concretes["EditorFre"].rule("_70", cs), Editor.concretes["EditorFre"].rule("_71", cs), Editor.concretes["EditorFre"].rule("_72", cs), Editor.concretes["EditorFre"].rule("_73", cs), Editor.concretes["EditorFre"].rule("_67", cs), Editor.concretes["EditorFre"].rule("_67", cs))).sel(Editor.concretes["EditorFre"].rule("_40", cs)), Editor.concretes["EditorFre"].rule("_43", cs), Editor.concretes["EditorFre"].rule("_45", cs),(new Arr(new Arr(Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_87", cs)), new Arr(Editor.concretes["EditorFre"].rule("_87", cs), Editor.concretes["EditorFre"].rule("_87", cs)))).sel(Editor.concretes["EditorFre"].rule("_25", cs)).sel(Editor.concretes["EditorFre"].rule("_27", cs))));}, Copy: function(cs){return new Arr(new Suffix("copi", Editor.concretes["EditorFre"].rule("_95", cs)), new Int(0));}, Cut: function(cs){return new Arr(new Suffix("coup", Editor.concretes["EditorFre"].rule("_95", cs)), new Int(0));}, Danish: function(cs){return new Arr(new Suffix("danois", Editor.concretes["EditorFre"].rule("_100", cs)), new Int(0));}, DefPlDet: function(cs){return Editor.concretes["EditorFre"].rule("_112", cs);}, DefSgDet: function(cs){return Editor.concretes["EditorFre"].rule("_112", cs);}, Delete: function(cs){return new Arr(new Suffix("enlev", Editor.concretes["EditorFre"].rule("_95", cs)), new Int(0));}, English: function(cs){return new Arr(new Suffix("anglais", Editor.concretes["EditorFre"].rule("_100", cs)), new Int(0));}, Enter: function(cs){return new Arr(new Suffix("introdui", new Arr(new Str("re"), new Str("re"), new Str("s"), new Str("s"), new Str("t"), new Str("sons"), new Str("sez"), new Str("sent"), new Str("se"), new Str("ses"), new Str("se"), new Str("sions"), new Str("siez"), new Str("sent"), new Str("s"), new Str("sons"), new Str("sez"), new Str("t"), new Str("ts"), new Str("te"), new Str("tes"), new Str("sant"))), new Int(0));}, ErrorMessage: function(cs){return new Arr(new Seq(new Str("il"), new Str("ne"), new Str("y"), new Str("a"), new Str("pas"),(new Arr(new Str("des"), new Str("des"))).sel(Editor.concretes["EditorFre"].rule("_121", cs)),(new Arr(new Seq(Editor.concretes["EditorFre"].rule("_125", cs), Editor.concretes["EditorFre"].rule("_47", cs)), new Seq(Editor.concretes["EditorFre"].rule("_47", cs), Editor.concretes["EditorFre"].rule("_125", cs)))).sel(Editor.concretes["EditorFre"].rule("_18", cs))));}, Finnish: function(cs){return new Arr(new Suffix("finnois", Editor.concretes["EditorFre"].rule("_100", cs)), new Int(0));}, Float_N: function(cs){return new Arr(new Suffix("réel", Editor.concretes["EditorFre"].rule("_8", cs)), new Int(0));}, French: function(cs){return new Arr(new Suffix("français", Editor.concretes["EditorFre"].rule("_100", cs)), new Int(0));}, German: function(cs){return new Arr(new Suffix("allemand", Editor.concretes["EditorFre"].rule("_8", cs)), new Int(0));}, IndefPlDet: function(cs){return Editor.concretes["EditorFre"].rule("_155", cs);}, IndefSgDet: function(cs){return Editor.concretes["EditorFre"].rule("_155", cs);}, Integer_N: function(cs){return new Arr(new Suffix("entier", Editor.concretes["EditorFre"].rule("_8", cs)), new Int(0));}, Italian: function(cs){return new Arr(new Suffix("italien", Editor.concretes["EditorFre"].rule("_8", cs)), new Int(0));}, Label: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_43", cs));}, Language: function(cs){return new Arr(new Suffix("langue", Editor.concretes["EditorFre"].rule("_8", cs)), new Int(1));}, Next: function(cs){return new Arr(new Arr(new Suffix("prochain", Editor.concretes["EditorFre"].rule("_163", cs)), Editor.concretes["EditorFre"].rule("_170", cs), Editor.concretes["EditorFre"].rule("_170", cs)), new Int(1));}, Node: function(cs){return new Arr(new Suffix("noeud", Editor.concretes["EditorFre"].rule("_8", cs)), new Int(0));}, Norwegian: function(cs){return new Arr(new Suffix("norvégien", Editor.concretes["EditorFre"].rule("_8", cs)), new Int(0));}, Page: function(cs){return new Arr(new Suffix("page", Editor.concretes["EditorFre"].rule("_8", cs)), new Int(1));}, Parse: function(cs){return new Arr(new Suffix("analys", Editor.concretes["EditorFre"].rule("_95", cs)), new Int(0));}, Paste: function(cs){return new Arr(new Suffix("coll", Editor.concretes["EditorFre"].rule("_95", cs)), new Int(0));}, Previous: function(cs){return new Arr(new Arr(new Suffix("précédent", Editor.concretes["EditorFre"].rule("_163", cs)), Editor.concretes["EditorFre"].rule("_189", cs), Editor.concretes["EditorFre"].rule("_189", cs)), new Int(1));}, RandomlyCommand: function(cs){return new Arr(new Seq(Editor.concretes["EditorFre"].rule("_41", cs), Editor.concretes["EditorFre"].rule("_43", cs), Editor.concretes["EditorFre"].rule("_45", cs), Editor.concretes["EditorFre"].rule("_58", cs), new Str("aléatoirement")));}, Redo: function(cs){return new Arr(new Suffix("ref", new Arr(new Str("aire"), new Str("aire"), new Str("ais"), new Str("ais"), new Str("ait"), new Str("aisons"), new Str("aites"), new Str("ont"), new Str("asse"), new Str("asses"), new Str("asse"), new Str("assions"), new Str("assiez"), new Str("assent"), new Str("ais"), new Str("aisons"), new Str("aites"), new Str("ait"), new Str("aits"), new Str("aite"), new Str("aites"), new Str("aisant"))), new Int(0));}, Refine: function(cs){return new Arr(new Suffix("raffin", Editor.concretes["EditorFre"].rule("_95", cs)), new Int(0));}, Refinement: function(cs){return new Arr(new Suffix("raffinement", Editor.concretes["EditorFre"].rule("_8", cs)), new Int(0));}, Replace: function(cs){return new Arr(new Suffix("rempla", new Arr(new Str("cer"), new Str("cer"), new Str("ce"), new Str("ces"), new Str("ce"), new Str("çons"), new Str("cez"), new Str("cent"), new Str("ce"), new Str("ces"), new Str("ce"), new Str("cions"), new Str("ciez"), new Str("cent"), new Str("ce"), new Str("çons"), new Str("cez"), new Str("cé"), new Str("cés"), new Str("cée"), new Str("cées"), new Str("çant"))), new Int(0));}, Russian: function(cs){return new Arr(new Suffix("russe", Editor.concretes["EditorFre"].rule("_8", cs)), new Int(1));}, Select: function(cs){return new Arr(new Suffix("selectionn", Editor.concretes["EditorFre"].rule("_95", cs)), new Int(0));}, Show: function(cs){return new Arr(new Suffix("montr", Editor.concretes["EditorFre"].rule("_95", cs)), new Int(0));}, SingleWordCommand: function(cs){return new Arr(new Seq(Editor.concretes["EditorFre"].rule("_12", cs).sel(Editor.concretes["EditorFre"].rule("_20", cs)), Editor.concretes["EditorFre"].rule("_43", cs)));}, Spanish: function(cs){return new Arr(new Suffix("espagnol", Editor.concretes["EditorFre"].rule("_8", cs)), new Int(0));}, String_N: function(cs){return new Arr(new Arr(new Seq(new Str("chaîne"), new Str("de"), new Str("charactères")), new Seq(new Str("chaînes"), new Str("de"), new Str("charactères"))), new Int(1));}, Swedish: function(cs){return new Arr(new Suffix("suédois", Editor.concretes["EditorFre"].rule("_100", cs)), new Int(0));}, Tree: function(cs){return new Arr(new Suffix("arbre", Editor.concretes["EditorFre"].rule("_8", cs)), new Int(0));}, Undo: function(cs){return new Arr(new Suffix("annul", Editor.concretes["EditorFre"].rule("_95", cs)), new Int(0));}, Wrap: function(cs){return new Arr(new Suffix("emball", Editor.concretes["EditorFre"].rule("_95", cs)), new Int(0));}, Wrapper: function(cs){return new Arr(new Suffix("emballage", Editor.concretes["EditorFre"].rule("_8", cs)), new Int(1));}, _100: function(cs){return new Arr(new Str(""), new Str(""));}, _103: function(cs){return new Arr(new Str("le"), new Str("le"), new Str("du"), new Str("au"), new Str("le"));}, _104: function(cs){return new Seq(new Str("de"), new Str("la"));}, _105: function(cs){return new Seq(new Str("Ã"), new Str("la"));}, _106: function(cs){return new Arr(new Str("la"), new Str("la"), Editor.concretes["EditorFre"].rule("_104", cs), Editor.concretes["EditorFre"].rule("_105", cs), new Str("la"));}, _107: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_103", cs), Editor.concretes["EditorFre"].rule("_106", cs));}, _108: function(cs){return new Arr(new Str("les"), new Str("les"), new Str("des"), new Str("aux"), new Str("les"));}, _109: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_108", cs), Editor.concretes["EditorFre"].rule("_108", cs));}, _11: function(cs){return new Seq();}, _110: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_107", cs), Editor.concretes["EditorFre"].rule("_109", cs));}, _111: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_110", cs), Editor.concretes["EditorFre"].rule("_110", cs));}, _112: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_111", cs));}, _12: function(cs){return new Arr(new Str("me"), new Str("te"), new Str("le"), new Str("nous"), new Str("vous"), new Str("les"), new Str("me"), new Str("te"), new Str("la"), new Str("nous"), new Str("vous"), new Str("les"), new Str("se"), Editor.concretes["EditorFre"].rule("_11", cs));}, _121: function(cs){return cs[1].sel(new Int(1));}, _123: function(cs){return new Arr(new Int(1), new Int(3));}, _124: function(cs){return Editor.concretes["EditorFre"].rule("_123", cs).sel(Editor.concretes["EditorFre"].rule("_121", cs));}, _125: function(cs){return Editor.concretes["EditorFre"].rule("_43", cs).sel(Editor.concretes["EditorFre"].rule("_124", cs));}, _13: function(cs){return new Arr(new Int(2), new Int(8));}, _14: function(cs){return cs[2].sel(new Int(1));}, _140: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_11", cs));}, _141: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_140", cs), Editor.concretes["EditorFre"].rule("_140", cs));}, _142: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_141", cs), Editor.concretes["EditorFre"].rule("_141", cs));}, _143: function(cs){return new Seq(new Str("d'"), new Str("un"));}, _144: function(cs){return new Seq(new Str("Ã"), new Str("un"));}, _145: function(cs){return new Arr(new Str("un"), new Str("un"), Editor.concretes["EditorFre"].rule("_143", cs), Editor.concretes["EditorFre"].rule("_144", cs), new Str("un"));}, _146: function(cs){return new Seq(new Str("d'"), new Str("une"));}, _147: function(cs){return new Seq(new Str("Ã"), new Str("une"));}, _148: function(cs){return new Arr(new Str("une"), new Str("une"), Editor.concretes["EditorFre"].rule("_146", cs), Editor.concretes["EditorFre"].rule("_147", cs), new Str("une"));}, _149: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_145", cs), Editor.concretes["EditorFre"].rule("_148", cs));}, _15: function(cs){return Editor.concretes["EditorFre"].rule("_13", cs).sel(Editor.concretes["EditorFre"].rule("_14", cs));}, _150: function(cs){return new Seq(new Str("Ã"), new Str("des"));}, _151: function(cs){return new Arr(new Str("des"), new Str("des"), new Str("de"), Editor.concretes["EditorFre"].rule("_150", cs), new Str("des"));}, _152: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_151", cs), Editor.concretes["EditorFre"].rule("_151", cs));}, _153: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_149", cs), Editor.concretes["EditorFre"].rule("_152", cs));}, _154: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_142", cs), Editor.concretes["EditorFre"].rule("_153", cs));}, _155: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_154", cs));}, _16: function(cs){return new Arr(new Int(12), new Int(13));}, _163: function(cs){return new Arr(new Str(""), new Str("s"), new Str("e"), new Str("es"), new Str("ement"));}, _165: function(cs){return new Seq(new Str("plus"), new Str("prochain"));}, _166: function(cs){return new Seq(new Str("plus"), new Str("prochains"));}, _167: function(cs){return new Seq(new Str("plus"), new Str("prochaine"));}, _168: function(cs){return new Seq(new Str("plus"), new Str("prochaines"));}, _169: function(cs){return new Seq(new Str("plus"), new Str("prochainement"));}, _17: function(cs){return new Arr(new Int(1), new Int(1), new Int(0));}, _170: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_165", cs), Editor.concretes["EditorFre"].rule("_166", cs), Editor.concretes["EditorFre"].rule("_167", cs), Editor.concretes["EditorFre"].rule("_168", cs), Editor.concretes["EditorFre"].rule("_169", cs));}, _18: function(cs){return cs[0].sel(new Int(1));}, _184: function(cs){return new Seq(new Str("plus"), new Str("précédent"));}, _185: function(cs){return new Seq(new Str("plus"), new Str("précédents"));}, _186: function(cs){return new Seq(new Str("plus"), new Str("précédente"));}, _187: function(cs){return new Seq(new Str("plus"), new Str("précédentes"));}, _188: function(cs){return new Seq(new Str("plus"), new Str("précédentement"));}, _189: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_184", cs), Editor.concretes["EditorFre"].rule("_185", cs), Editor.concretes["EditorFre"].rule("_186", cs), Editor.concretes["EditorFre"].rule("_187", cs), Editor.concretes["EditorFre"].rule("_188", cs));}, _19: function(cs){return Editor.concretes["EditorFre"].rule("_17", cs).sel(Editor.concretes["EditorFre"].rule("_18", cs));}, _2: function(cs){return new Seq(new Str("plus"), new Str("disponible"));}, _20: function(cs){return Editor.concretes["EditorFre"].rule("_16", cs).sel(Editor.concretes["EditorFre"].rule("_19", cs));}, _21: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_15", cs), Editor.concretes["EditorFre"].rule("_20", cs));}, _22: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_20", cs), Editor.concretes["EditorFre"].rule("_20", cs));}, _229: function(cs){return new Arr(cs[0], cs[0], cs[0], cs[0], cs[0]);}, _23: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_21", cs), Editor.concretes["EditorFre"].rule("_22", cs));}, _232: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_229", cs), Editor.concretes["EditorFre"].rule("_229", cs));}, _233: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_232", cs), Editor.concretes["EditorFre"].rule("_232", cs));}, _24: function(cs){return new Arr(new Int(1), new Int(0));}, _25: function(cs){return Editor.concretes["EditorFre"].rule("_24", cs).sel(new Int(0));}, _26: function(cs){return Editor.concretes["EditorFre"].rule("_23", cs).sel(Editor.concretes["EditorFre"].rule("_25", cs));}, _27: function(cs){return Editor.concretes["EditorFre"].rule("_24", cs).sel(new Int(1));}, _28: function(cs){return Editor.concretes["EditorFre"].rule("_26", cs).sel(Editor.concretes["EditorFre"].rule("_27", cs));}, _29: function(cs){return Editor.concretes["EditorFre"].rule("_12", cs).sel(Editor.concretes["EditorFre"].rule("_28", cs));}, _3: function(cs){return new Seq(new Str("plus"), new Str("disponibles"));}, _30: function(cs){return new Seq(new Str("me"), Editor.concretes["EditorFre"].rule("_29", cs));}, _31: function(cs){return new Seq(new Str("te"), Editor.concretes["EditorFre"].rule("_29", cs));}, _32: function(cs){return new Seq(Editor.concretes["EditorFre"].rule("_29", cs), new Str("lui"));}, _33: function(cs){return new Seq(new Str("nous"), Editor.concretes["EditorFre"].rule("_29", cs));}, _34: function(cs){return new Seq(new Str("vous"), Editor.concretes["EditorFre"].rule("_29", cs));}, _35: function(cs){return new Seq(Editor.concretes["EditorFre"].rule("_29", cs), new Str("leur"));}, _36: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_30", cs), Editor.concretes["EditorFre"].rule("_31", cs), Editor.concretes["EditorFre"].rule("_32", cs), Editor.concretes["EditorFre"].rule("_33", cs), Editor.concretes["EditorFre"].rule("_34", cs), Editor.concretes["EditorFre"].rule("_35", cs), Editor.concretes["EditorFre"].rule("_30", cs), Editor.concretes["EditorFre"].rule("_31", cs), Editor.concretes["EditorFre"].rule("_32", cs), Editor.concretes["EditorFre"].rule("_33", cs), Editor.concretes["EditorFre"].rule("_34", cs), Editor.concretes["EditorFre"].rule("_35", cs), Editor.concretes["EditorFre"].rule("_29", cs), Editor.concretes["EditorFre"].rule("_29", cs));}, _37: function(cs){return new Arr(new Int(13), new Int(13));}, _38: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_37", cs), Editor.concretes["EditorFre"].rule("_37", cs));}, _39: function(cs){return Editor.concretes["EditorFre"].rule("_38", cs).sel(Editor.concretes["EditorFre"].rule("_25", cs));}, _4: function(cs){return new Seq(new Str("plus"), new Str("disponiblement"));}, _40: function(cs){return Editor.concretes["EditorFre"].rule("_39", cs).sel(Editor.concretes["EditorFre"].rule("_27", cs));}, _41: function(cs){return Editor.concretes["EditorFre"].rule("_36", cs).sel(Editor.concretes["EditorFre"].rule("_40", cs));}, _42: function(cs){return cs[0].sel(new Int(0));}, _43: function(cs){return Editor.concretes["EditorFre"].rule("_42", cs).sel(new Int(0));}, _44: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_11", cs));}, _45: function(cs){return Editor.concretes["EditorFre"].rule("_44", cs).sel(Editor.concretes["EditorFre"].rule("_40", cs));}, _46: function(cs){return cs[1].sel(new Int(0));}, _47: function(cs){return Editor.concretes["EditorFre"].rule("_46", cs).sel(new Int(1));}, _48: function(cs){return Editor.concretes["EditorFre"].rule("_47", cs).sel(new Int(0));}, _49: function(cs){return Editor.concretes["EditorFre"].rule("_48", cs).sel(Editor.concretes["EditorFre"].rule("_14", cs));}, _5: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_2", cs), Editor.concretes["EditorFre"].rule("_3", cs), Editor.concretes["EditorFre"].rule("_2", cs), Editor.concretes["EditorFre"].rule("_3", cs), Editor.concretes["EditorFre"].rule("_4", cs));}, _50: function(cs){return Editor.concretes["EditorFre"].rule("_49", cs).sel(new Int(1));}, _51: function(cs){return cs[2].sel(new Int(0));}, _52: function(cs){return Editor.concretes["EditorFre"].rule("_51", cs).sel(new Int(0));}, _53: function(cs){return new Seq(Editor.concretes["EditorFre"].rule("_50", cs), Editor.concretes["EditorFre"].rule("_52", cs));}, _54: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_11", cs), Editor.concretes["EditorFre"].rule("_53", cs));}, _55: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_53", cs), Editor.concretes["EditorFre"].rule("_53", cs));}, _56: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_54", cs), Editor.concretes["EditorFre"].rule("_55", cs));}, _57: function(cs){return Editor.concretes["EditorFre"].rule("_56", cs).sel(Editor.concretes["EditorFre"].rule("_25", cs));}, _58: function(cs){return Editor.concretes["EditorFre"].rule("_57", cs).sel(Editor.concretes["EditorFre"].rule("_27", cs));}, _61: function(cs){return cs[3].sel(new Int(1));}, _62: function(cs){return Editor.concretes["EditorFre"].rule("_13", cs).sel(Editor.concretes["EditorFre"].rule("_61", cs));}, _63: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_62", cs), Editor.concretes["EditorFre"].rule("_20", cs));}, _64: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_63", cs), Editor.concretes["EditorFre"].rule("_22", cs));}, _65: function(cs){return Editor.concretes["EditorFre"].rule("_64", cs).sel(Editor.concretes["EditorFre"].rule("_25", cs));}, _66: function(cs){return Editor.concretes["EditorFre"].rule("_65", cs).sel(Editor.concretes["EditorFre"].rule("_27", cs));}, _67: function(cs){return Editor.concretes["EditorFre"].rule("_12", cs).sel(Editor.concretes["EditorFre"].rule("_66", cs));}, _68: function(cs){return new Seq(new Str("me"), Editor.concretes["EditorFre"].rule("_67", cs));}, _69: function(cs){return new Seq(new Str("te"), Editor.concretes["EditorFre"].rule("_67", cs));}, _70: function(cs){return new Seq(Editor.concretes["EditorFre"].rule("_67", cs), new Str("lui"));}, _71: function(cs){return new Seq(new Str("nous"), Editor.concretes["EditorFre"].rule("_67", cs));}, _72: function(cs){return new Seq(new Str("vous"), Editor.concretes["EditorFre"].rule("_67", cs));}, _73: function(cs){return new Seq(Editor.concretes["EditorFre"].rule("_67", cs), new Str("leur"));}, _76: function(cs){return Editor.concretes["EditorFre"].rule("_48", cs).sel(Editor.concretes["EditorFre"].rule("_61", cs));}, _77: function(cs){return Editor.concretes["EditorFre"].rule("_76", cs).sel(new Int(1));}, _78: function(cs){return new Arr(new Int(0), new Int(2));}, _79: function(cs){return Editor.concretes["EditorFre"].rule("_78", cs).sel(Editor.concretes["EditorFre"].rule("_61", cs));}, _8: function(cs){return new Arr(new Str(""), new Str("s"));}, _80: function(cs){return Editor.concretes["EditorFre"].rule("_52", cs).sel(Editor.concretes["EditorFre"].rule("_79", cs));}, _81: function(cs){return cs[3].sel(new Int(0));}, _82: function(cs){return Editor.concretes["EditorFre"].rule("_81", cs).sel(new Int(0));}, _83: function(cs){return new Seq(Editor.concretes["EditorFre"].rule("_80", cs), Editor.concretes["EditorFre"].rule("_82", cs));}, _84: function(cs){return new Seq(Editor.concretes["EditorFre"].rule("_82", cs), Editor.concretes["EditorFre"].rule("_80", cs));}, _85: function(cs){return new Arr(Editor.concretes["EditorFre"].rule("_83", cs), Editor.concretes["EditorFre"].rule("_84", cs));}, _86: function(cs){return Editor.concretes["EditorFre"].rule("_85", cs).sel(Editor.concretes["EditorFre"].rule("_14", cs));}, _87: function(cs){return new Seq(Editor.concretes["EditorFre"].rule("_77", cs), Editor.concretes["EditorFre"].rule("_86", cs));}, _95: function(cs){return new Arr(new Str("er"), new Str("er"), new Str("e"), new Str("es"), new Str("e"), new Str("ons"), new Str("ez"), new Str("ent"), new Str("e"), new Str("es"), new Str("e"), new Str("ions"), new Str("iez"), new Str("ent"), new Str("e"), new Str("ons"), new Str("ez"), new Str("é"), new Str("és"), new Str("ée"), new Str("ées"), new Str("ant"));}, Adjective: function(cs){return new Arr(new Arr(Editor.concretes["EditorFre"].rule("_229", cs), Editor.concretes["EditorFre"].rule("_229", cs), Editor.concretes["EditorFre"].rule("_229", cs)), new Int(0));}, Determiner: function(cs){return new Arr(new Arr(Editor.concretes["EditorFre"].rule("_233", cs), Editor.concretes["EditorFre"].rule("_233", cs)));}, Noun: function(cs){return new Arr(new Arr(cs[0], cs[0]), new Int(0));}, Sentence: function(cs){return new Arr(cs[0]);}, Verb: function(cs){return new Arr(new Arr(cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0]), new Int(0));}, "Int": function(cs){return new Arr(cs[0]);}, "Float": function(cs){return new Arr(cs[0]);}, "String": function(cs){return new Arr(cs[0]);}}, new Parser("Sentence",[new Rule(23, new FunApp("Wrapper",[]),[],[[new Terminal("emballage")]]), new Rule(87, new FunApp("Wrapper",[]),[],[[new Terminal("emballages")]]), new Rule(20, new FunApp("Wrap",[]),[],[[new Terminal("emballer")]]), new Rule(47, new FunApp("Wrap",[]),[],[[new Terminal("emballer")]]), new Rule(46, new FunApp("Wrap",[]),[],[[new Terminal("emballe")]]), new Rule(45, new FunApp("Wrap",[]),[],[[new Terminal("emballes")]]), new Rule(44, new FunApp("Wrap",[]),[],[[new Terminal("emballe")]]), new Rule(43, new FunApp("Wrap",[]),[],[[new Terminal("emballons")]]), new Rule(42, new FunApp("Wrap",[]),[],[[new Terminal("emballez")]]), new Rule(41, new FunApp("Wrap",[]),[],[[new Terminal("emballent")]]), new Rule(40, new FunApp("Wrap",[]),[],[[new Terminal("emballe")]]), new Rule(39, new FunApp("Wrap",[]),[],[[new Terminal("emballes")]]), new Rule(38, new FunApp("Wrap",[]),[],[[new Terminal("emballe")]]), new Rule(37, new FunApp("Wrap",[]),[],[[new Terminal("emballions")]]), new Rule(36, new FunApp("Wrap",[]),[],[[new Terminal("emballiez")]]), new Rule(35, new FunApp("Wrap",[]),[],[[new Terminal("emballent")]]), new Rule(34, new FunApp("Wrap",[]),[],[[new Terminal("emballe")]]), new Rule(33, new FunApp("Wrap",[]),[],[[new Terminal("emballons")]]), new Rule(32, new FunApp("Wrap",[]),[],[[new Terminal("emballez")]]), new Rule(31, new FunApp("Wrap",[]),[],[[new Terminal("emballé")]]), new Rule(30, new FunApp("Wrap",[]),[],[[new Terminal("emballés")]]), new Rule(29, new FunApp("Wrap",[]),[],[[new Terminal("emballée")]]), new Rule(28, new FunApp("Wrap",[]),[],[[new Terminal("emballées")]]), new Rule(27, new FunApp("Wrap",[]),[],[[new Terminal("emballant")]]), new Rule(20, new FunApp("Undo",[]),[],[[new Terminal("annuler")]]), new Rule(47, new FunApp("Undo",[]),[],[[new Terminal("annuler")]]), new Rule(46, new FunApp("Undo",[]),[],[[new Terminal("annule")]]), new Rule(45, new FunApp("Undo",[]),[],[[new Terminal("annules")]]), new Rule(44, new FunApp("Undo",[]),[],[[new Terminal("annule")]]), new Rule(43, new FunApp("Undo",[]),[],[[new Terminal("annulons")]]), new Rule(42, new FunApp("Undo",[]),[],[[new Terminal("annulez")]]), new Rule(41, new FunApp("Undo",[]),[],[[new Terminal("annulent")]]), new Rule(40, new FunApp("Undo",[]),[],[[new Terminal("annule")]]), new Rule(39, new FunApp("Undo",[]),[],[[new Terminal("annules")]]), new Rule(38, new FunApp("Undo",[]),[],[[new Terminal("annule")]]), new Rule(37, new FunApp("Undo",[]),[],[[new Terminal("annulions")]]), new Rule(36, new FunApp("Undo",[]),[],[[new Terminal("annuliez")]]), new Rule(35, new FunApp("Undo",[]),[],[[new Terminal("annulent")]]), new Rule(34, new FunApp("Undo",[]),[],[[new Terminal("annule")]]), new Rule(33, new FunApp("Undo",[]),[],[[new Terminal("annulons")]]), new Rule(32, new FunApp("Undo",[]),[],[[new Terminal("annulez")]]), new Rule(31, new FunApp("Undo",[]),[],[[new Terminal("annulé")]]), new Rule(30, new FunApp("Undo",[]),[],[[new Terminal("annulés")]]), new Rule(29, new FunApp("Undo",[]),[],[[new Terminal("annulée")]]), new Rule(28, new FunApp("Undo",[]),[],[[new Terminal("annulées")]]), new Rule(27, new FunApp("Undo",[]),[],[[new Terminal("annulant")]]), new Rule(17, new FunApp("Tree",[]),[],[[new Terminal("arbre")]]), new Rule(16, new FunApp("Tree",[]),[],[[new Terminal("arbres")]]), new Rule(17, new FunApp("Swedish",[]),[],[[new Terminal("suédois")]]), new Rule(16, new FunApp("Swedish",[]),[],[[new Terminal("suédois")]]), new Rule(23, new FunApp("String_N",[]),[],[[new Terminal("chaîne"), new Terminal("de"), new Terminal("charactères")]]), new Rule(87, new FunApp("String_N",[]),[],[[new Terminal("chaînes"), new Terminal("de"), new Terminal("charactères")]]), new Rule(17, new FunApp("Spanish",[]),[],[[new Terminal("espagnol")]]), new Rule(16, new FunApp("Spanish",[]),[],[[new Terminal("espagnols")]]), new Rule(18, new FunApp("SingleWordCommand",[new Arg(0)]),[22],[[new Terminal("s'"), new ArgProj(0, 0)]]), new Rule(18, new FunApp("SingleWordCommand",[new Arg(0)]),[22],[[new Terminal("se"), new ArgProj(0, 0)]]), new Rule(18, new FunApp("SingleWordCommand",[new Arg(0)]),[21],[[new ArgProj(0, 0)]]), new Rule(18, new FunApp("SingleWordCommand",[new Arg(0)]),[20],[[new ArgProj(0, 0)]]), new Rule(20, new FunApp("Show",[]),[],[[new Terminal("montrer")]]), new Rule(47, new FunApp("Show",[]),[],[[new Terminal("montrer")]]), new Rule(46, new FunApp("Show",[]),[],[[new Terminal("montre")]]), new Rule(45, new FunApp("Show",[]),[],[[new Terminal("montres")]]), new Rule(44, new FunApp("Show",[]),[],[[new Terminal("montre")]]), new Rule(43, new FunApp("Show",[]),[],[[new Terminal("montrons")]]), new Rule(42, new FunApp("Show",[]),[],[[new Terminal("montrez")]]), new Rule(41, new FunApp("Show",[]),[],[[new Terminal("montrent")]]), new Rule(40, new FunApp("Show",[]),[],[[new Terminal("montre")]]), new Rule(39, new FunApp("Show",[]),[],[[new Terminal("montres")]]), new Rule(38, new FunApp("Show",[]),[],[[new Terminal("montre")]]), new Rule(37, new FunApp("Show",[]),[],[[new Terminal("montrions")]]), new Rule(36, new FunApp("Show",[]),[],[[new Terminal("montriez")]]), new Rule(35, new FunApp("Show",[]),[],[[new Terminal("montrent")]]), new Rule(34, new FunApp("Show",[]),[],[[new Terminal("montre")]]), new Rule(33, new FunApp("Show",[]),[],[[new Terminal("montrons")]]), new Rule(32, new FunApp("Show",[]),[],[[new Terminal("montrez")]]), new Rule(31, new FunApp("Show",[]),[],[[new Terminal("montré")]]), new Rule(30, new FunApp("Show",[]),[],[[new Terminal("montrés")]]), new Rule(29, new FunApp("Show",[]),[],[[new Terminal("montrée")]]), new Rule(28, new FunApp("Show",[]),[],[[new Terminal("montrées")]]), new Rule(27, new FunApp("Show",[]),[],[[new Terminal("montrant")]]), new Rule(20, new FunApp("Select",[]),[],[[new Terminal("selectionner")]]), new Rule(47, new FunApp("Select",[]),[],[[new Terminal("selectionner")]]), new Rule(46, new FunApp("Select",[]),[],[[new Terminal("selectionne")]]), new Rule(45, new FunApp("Select",[]),[],[[new Terminal("selectionnes")]]), new Rule(44, new FunApp("Select",[]),[],[[new Terminal("selectionne")]]), new Rule(43, new FunApp("Select",[]),[],[[new Terminal("selectionnons")]]), new Rule(42, new FunApp("Select",[]),[],[[new Terminal("selectionnez")]]), new Rule(41, new FunApp("Select",[]),[],[[new Terminal("selectionnent")]]), new Rule(40, new FunApp("Select",[]),[],[[new Terminal("selectionne")]]), new Rule(39, new FunApp("Select",[]),[],[[new Terminal("selectionnes")]]), new Rule(38, new FunApp("Select",[]),[],[[new Terminal("selectionne")]]), new Rule(37, new FunApp("Select",[]),[],[[new Terminal("selectionnions")]]), new Rule(36, new FunApp("Select",[]),[],[[new Terminal("selectionniez")]]), new Rule(35, new FunApp("Select",[]),[],[[new Terminal("selectionnent")]]), new Rule(34, new FunApp("Select",[]),[],[[new Terminal("selectionne")]]), new Rule(33, new FunApp("Select",[]),[],[[new Terminal("selectionnons")]]), new Rule(32, new FunApp("Select",[]),[],[[new Terminal("selectionnez")]]), new Rule(31, new FunApp("Select",[]),[],[[new Terminal("selectionné")]]), new Rule(30, new FunApp("Select",[]),[],[[new Terminal("selectionnés")]]), new Rule(29, new FunApp("Select",[]),[],[[new Terminal("selectionnée")]]), new Rule(28, new FunApp("Select",[]),[],[[new Terminal("selectionnées")]]), new Rule(27, new FunApp("Select",[]),[],[[new Terminal("selectionnant")]]), new Rule(23, new FunApp("Russian",[]),[],[[new Terminal("russe")]]), new Rule(87, new FunApp("Russian",[]),[],[[new Terminal("russes")]]), new Rule(20, new FunApp("Replace",[]),[],[[new Terminal("remplacer")]]), new Rule(47, new FunApp("Replace",[]),[],[[new Terminal("remplacer")]]), new Rule(46, new FunApp("Replace",[]),[],[[new Terminal("remplace")]]), new Rule(45, new FunApp("Replace",[]),[],[[new Terminal("remplaces")]]), new Rule(44, new FunApp("Replace",[]),[],[[new Terminal("remplace")]]), new Rule(43, new FunApp("Replace",[]),[],[[new Terminal("remplaçons")]]), new Rule(42, new FunApp("Replace",[]),[],[[new Terminal("remplacez")]]), new Rule(41, new FunApp("Replace",[]),[],[[new Terminal("remplacent")]]), new Rule(40, new FunApp("Replace",[]),[],[[new Terminal("remplace")]]), new Rule(39, new FunApp("Replace",[]),[],[[new Terminal("remplaces")]]), new Rule(38, new FunApp("Replace",[]),[],[[new Terminal("remplace")]]), new Rule(37, new FunApp("Replace",[]),[],[[new Terminal("remplacions")]]), new Rule(36, new FunApp("Replace",[]),[],[[new Terminal("remplaciez")]]), new Rule(35, new FunApp("Replace",[]),[],[[new Terminal("remplacent")]]), new Rule(34, new FunApp("Replace",[]),[],[[new Terminal("remplace")]]), new Rule(33, new FunApp("Replace",[]),[],[[new Terminal("remplaçons")]]), new Rule(32, new FunApp("Replace",[]),[],[[new Terminal("remplacez")]]), new Rule(31, new FunApp("Replace",[]),[],[[new Terminal("remplacé")]]), new Rule(30, new FunApp("Replace",[]),[],[[new Terminal("remplacés")]]), new Rule(29, new FunApp("Replace",[]),[],[[new Terminal("remplacée")]]), new Rule(28, new FunApp("Replace",[]),[],[[new Terminal("remplacées")]]), new Rule(27, new FunApp("Replace",[]),[],[[new Terminal("remplaçant")]]), new Rule(17, new FunApp("Refinement",[]),[],[[new Terminal("raffinement")]]), new Rule(16, new FunApp("Refinement",[]),[],[[new Terminal("raffinements")]]), new Rule(20, new FunApp("Refine",[]),[],[[new Terminal("raffiner")]]), new Rule(47, new FunApp("Refine",[]),[],[[new Terminal("raffiner")]]), new Rule(46, new FunApp("Refine",[]),[],[[new Terminal("raffine")]]), new Rule(45, new FunApp("Refine",[]),[],[[new Terminal("raffines")]]), new Rule(44, new FunApp("Refine",[]),[],[[new Terminal("raffine")]]), new Rule(43, new FunApp("Refine",[]),[],[[new Terminal("raffinons")]]), new Rule(42, new FunApp("Refine",[]),[],[[new Terminal("raffinez")]]), new Rule(41, new FunApp("Refine",[]),[],[[new Terminal("raffinent")]]), new Rule(40, new FunApp("Refine",[]),[],[[new Terminal("raffine")]]), new Rule(39, new FunApp("Refine",[]),[],[[new Terminal("raffines")]]), new Rule(38, new FunApp("Refine",[]),[],[[new Terminal("raffine")]]), new Rule(37, new FunApp("Refine",[]),[],[[new Terminal("raffinions")]]), new Rule(36, new FunApp("Refine",[]),[],[[new Terminal("raffiniez")]]), new Rule(35, new FunApp("Refine",[]),[],[[new Terminal("raffinent")]]), new Rule(34, new FunApp("Refine",[]),[],[[new Terminal("raffine")]]), new Rule(33, new FunApp("Refine",[]),[],[[new Terminal("raffinons")]]), new Rule(32, new FunApp("Refine",[]),[],[[new Terminal("raffinez")]]), new Rule(31, new FunApp("Refine",[]),[],[[new Terminal("raffiné")]]), new Rule(30, new FunApp("Refine",[]),[],[[new Terminal("raffinés")]]), new Rule(29, new FunApp("Refine",[]),[],[[new Terminal("raffinée")]]), new Rule(28, new FunApp("Refine",[]),[],[[new Terminal("raffinées")]]), new Rule(27, new FunApp("Refine",[]),[],[[new Terminal("raffinant")]]), new Rule(20, new FunApp("Redo",[]),[],[[new Terminal("refaire")]]), new Rule(47, new FunApp("Redo",[]),[],[[new Terminal("refaire")]]), new Rule(46, new FunApp("Redo",[]),[],[[new Terminal("refais")]]), new Rule(45, new FunApp("Redo",[]),[],[[new Terminal("refais")]]), new Rule(44, new FunApp("Redo",[]),[],[[new Terminal("refait")]]), new Rule(43, new FunApp("Redo",[]),[],[[new Terminal("refaisons")]]), new Rule(42, new FunApp("Redo",[]),[],[[new Terminal("refaites")]]), new Rule(41, new FunApp("Redo",[]),[],[[new Terminal("refont")]]), new Rule(40, new FunApp("Redo",[]),[],[[new Terminal("refasse")]]), new Rule(39, new FunApp("Redo",[]),[],[[new Terminal("refasses")]]), new Rule(38, new FunApp("Redo",[]),[],[[new Terminal("refasse")]]), new Rule(37, new FunApp("Redo",[]),[],[[new Terminal("refassions")]]), new Rule(36, new FunApp("Redo",[]),[],[[new Terminal("refassiez")]]), new Rule(35, new FunApp("Redo",[]),[],[[new Terminal("refassent")]]), new Rule(34, new FunApp("Redo",[]),[],[[new Terminal("refais")]]), new Rule(33, new FunApp("Redo",[]),[],[[new Terminal("refaisons")]]), new Rule(32, new FunApp("Redo",[]),[],[[new Terminal("refaites")]]), new Rule(31, new FunApp("Redo",[]),[],[[new Terminal("refait")]]), new Rule(30, new FunApp("Redo",[]),[],[[new Terminal("refaits")]]), new Rule(29, new FunApp("Redo",[]),[],[[new Terminal("refaite")]]), new Rule(28, new FunApp("Redo",[]),[],[[new Terminal("refaites")]]), new Rule(27, new FunApp("Redo",[]),[],[[new Terminal("refaisant")]]), new Rule(18, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[22, 24, 23],[[new Terminal("s'"), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("aléatoirement")]]), new Rule(18, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[22, 24, 23],[[new Terminal("se"), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("aléatoirement")]]), new Rule(18, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[21, 24, 23],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("aléatoirement")]]), new Rule(18, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[20, 24, 23],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("aléatoirement")]]), new Rule(18, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[22, 19, 17],[[new Terminal("s'"), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("aléatoirement")]]), new Rule(18, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[22, 19, 17],[[new Terminal("se"), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("aléatoirement")]]), new Rule(18, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[21, 19, 17],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("aléatoirement")]]), new Rule(18, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[20, 19, 17],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("aléatoirement")]]), new Rule(15, new FunApp("Previous",[]),[],[[new Terminal("précédent")]]), new Rule(14, new FunApp("Previous",[]),[],[[new Terminal("précédents")]]), new Rule(13, new FunApp("Previous",[]),[],[[new Terminal("précédente")]]), new Rule(12, new FunApp("Previous",[]),[],[[new Terminal("précédentes")]]), new Rule(11, new FunApp("Previous",[]),[],[[new Terminal("précédentement")]]), new Rule(10, new FunApp("Previous",[]),[],[[new Terminal("plus"), new Terminal("précédent")]]), new Rule(9, new FunApp("Previous",[]),[],[[new Terminal("plus"), new Terminal("précédents")]]), new Rule(8, new FunApp("Previous",[]),[],[[new Terminal("plus"), new Terminal("précédente")]]), new Rule(7, new FunApp("Previous",[]),[],[[new Terminal("plus"), new Terminal("précédentes")]]), new Rule(6, new FunApp("Previous",[]),[],[[new Terminal("plus"), new Terminal("précédentement")]]), new Rule(5, new FunApp("Previous",[]),[],[[new Terminal("plus"), new Terminal("précédent")]]), new Rule(4, new FunApp("Previous",[]),[],[[new Terminal("plus"), new Terminal("précédents")]]), new Rule(3, new FunApp("Previous",[]),[],[[new Terminal("plus"), new Terminal("précédente")]]), new Rule(2, new FunApp("Previous",[]),[],[[new Terminal("plus"), new Terminal("précédentes")]]), new Rule(1, new FunApp("Previous",[]),[],[[new Terminal("plus"), new Terminal("précédentement")]]), new Rule(20, new FunApp("Paste",[]),[],[[new Terminal("coller")]]), new Rule(47, new FunApp("Paste",[]),[],[[new Terminal("coller")]]), new Rule(46, new FunApp("Paste",[]),[],[[new Terminal("colle")]]), new Rule(45, new FunApp("Paste",[]),[],[[new Terminal("colles")]]), new Rule(44, new FunApp("Paste",[]),[],[[new Terminal("colle")]]), new Rule(43, new FunApp("Paste",[]),[],[[new Terminal("collons")]]), new Rule(42, new FunApp("Paste",[]),[],[[new Terminal("collez")]]), new Rule(41, new FunApp("Paste",[]),[],[[new Terminal("collent")]]), new Rule(40, new FunApp("Paste",[]),[],[[new Terminal("colle")]]), new Rule(39, new FunApp("Paste",[]),[],[[new Terminal("colles")]]), new Rule(38, new FunApp("Paste",[]),[],[[new Terminal("colle")]]), new Rule(37, new FunApp("Paste",[]),[],[[new Terminal("collions")]]), new Rule(36, new FunApp("Paste",[]),[],[[new Terminal("colliez")]]), new Rule(35, new FunApp("Paste",[]),[],[[new Terminal("collent")]]), new Rule(34, new FunApp("Paste",[]),[],[[new Terminal("colle")]]), new Rule(33, new FunApp("Paste",[]),[],[[new Terminal("collons")]]), new Rule(32, new FunApp("Paste",[]),[],[[new Terminal("collez")]]), new Rule(31, new FunApp("Paste",[]),[],[[new Terminal("collé")]]), new Rule(30, new FunApp("Paste",[]),[],[[new Terminal("collés")]]), new Rule(29, new FunApp("Paste",[]),[],[[new Terminal("collée")]]), new Rule(28, new FunApp("Paste",[]),[],[[new Terminal("collées")]]), new Rule(27, new FunApp("Paste",[]),[],[[new Terminal("collant")]]), new Rule(20, new FunApp("Parse",[]),[],[[new Terminal("analyser")]]), new Rule(47, new FunApp("Parse",[]),[],[[new Terminal("analyser")]]), new Rule(46, new FunApp("Parse",[]),[],[[new Terminal("analyse")]]), new Rule(45, new FunApp("Parse",[]),[],[[new Terminal("analyses")]]), new Rule(44, new FunApp("Parse",[]),[],[[new Terminal("analyse")]]), new Rule(43, new FunApp("Parse",[]),[],[[new Terminal("analysons")]]), new Rule(42, new FunApp("Parse",[]),[],[[new Terminal("analysez")]]), new Rule(41, new FunApp("Parse",[]),[],[[new Terminal("analysent")]]), new Rule(40, new FunApp("Parse",[]),[],[[new Terminal("analyse")]]), new Rule(39, new FunApp("Parse",[]),[],[[new Terminal("analyses")]]), new Rule(38, new FunApp("Parse",[]),[],[[new Terminal("analyse")]]), new Rule(37, new FunApp("Parse",[]),[],[[new Terminal("analysions")]]), new Rule(36, new FunApp("Parse",[]),[],[[new Terminal("analysiez")]]), new Rule(35, new FunApp("Parse",[]),[],[[new Terminal("analysent")]]), new Rule(34, new FunApp("Parse",[]),[],[[new Terminal("analyse")]]), new Rule(33, new FunApp("Parse",[]),[],[[new Terminal("analysons")]]), new Rule(32, new FunApp("Parse",[]),[],[[new Terminal("analysez")]]), new Rule(31, new FunApp("Parse",[]),[],[[new Terminal("analysé")]]), new Rule(30, new FunApp("Parse",[]),[],[[new Terminal("analysés")]]), new Rule(29, new FunApp("Parse",[]),[],[[new Terminal("analysée")]]), new Rule(28, new FunApp("Parse",[]),[],[[new Terminal("analysées")]]), new Rule(27, new FunApp("Parse",[]),[],[[new Terminal("analysant")]]), new Rule(23, new FunApp("Page",[]),[],[[new Terminal("page")]]), new Rule(87, new FunApp("Page",[]),[],[[new Terminal("pages")]]), new Rule(17, new FunApp("Norwegian",[]),[],[[new Terminal("norvégien")]]), new Rule(16, new FunApp("Norwegian",[]),[],[[new Terminal("norvégiens")]]), new Rule(17, new FunApp("Node",[]),[],[[new Terminal("noeud")]]), new Rule(16, new FunApp("Node",[]),[],[[new Terminal("noeuds")]]), new Rule(15, new FunApp("Next",[]),[],[[new Terminal("prochain")]]), new Rule(14, new FunApp("Next",[]),[],[[new Terminal("prochains")]]), new Rule(13, new FunApp("Next",[]),[],[[new Terminal("prochaine")]]), new Rule(12, new FunApp("Next",[]),[],[[new Terminal("prochaines")]]), new Rule(11, new FunApp("Next",[]),[],[[new Terminal("prochainement")]]), new Rule(10, new FunApp("Next",[]),[],[[new Terminal("plus"), new Terminal("prochain")]]), new Rule(9, new FunApp("Next",[]),[],[[new Terminal("plus"), new Terminal("prochains")]]), new Rule(8, new FunApp("Next",[]),[],[[new Terminal("plus"), new Terminal("prochaine")]]), new Rule(7, new FunApp("Next",[]),[],[[new Terminal("plus"), new Terminal("prochaines")]]), new Rule(6, new FunApp("Next",[]),[],[[new Terminal("plus"), new Terminal("prochainement")]]), new Rule(5, new FunApp("Next",[]),[],[[new Terminal("plus"), new Terminal("prochain")]]), new Rule(4, new FunApp("Next",[]),[],[[new Terminal("plus"), new Terminal("prochains")]]), new Rule(3, new FunApp("Next",[]),[],[[new Terminal("plus"), new Terminal("prochaine")]]), new Rule(2, new FunApp("Next",[]),[],[[new Terminal("plus"), new Terminal("prochaines")]]), new Rule(1, new FunApp("Next",[]),[],[[new Terminal("plus"), new Terminal("prochainement")]]), new Rule(23, new FunApp("Language",[]),[],[[new Terminal("langue")]]), new Rule(87, new FunApp("Language",[]),[],[[new Terminal("langues")]]), new Rule(18, new FunApp("Label",[new Arg(0)]),[89],[[new ArgProj(0, 0)]]), new Rule(89, new Arg(0),[23],[[new ArgProj(0, 0)]]), new Rule(89, new Arg(0),[17],[[new ArgProj(0, 0)]]), new Rule(17, new FunApp("Italian",[]),[],[[new Terminal("italien")]]), new Rule(16, new FunApp("Italian",[]),[],[[new Terminal("italiens")]]), new Rule(17, new FunApp("Integer_N",[]),[],[[new Terminal("entier")]]), new Rule(16, new FunApp("Integer_N",[]),[],[[new Terminal("entiers")]]), new Rule(85, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(84, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(83, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(82, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(81, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(80, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(79, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(78, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(77, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(76, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(75, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(74, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(73, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(72, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(71, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(70, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(69, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(68, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(67, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(66, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(65, new FunApp("IndefSgDet",[]),[],[[new Terminal("un")]]), new Rule(19, new FunApp("IndefSgDet",[]),[],[[new Terminal("un")]]), new Rule(64, new FunApp("IndefSgDet",[]),[],[[new Terminal("d'"), new Terminal("un")]]), new Rule(63, new FunApp("IndefSgDet",[]),[],[[new Terminal("Ã"), new Terminal("un")]]), new Rule(62, new FunApp("IndefSgDet",[]),[],[[new Terminal("un")]]), new Rule(61, new FunApp("IndefSgDet",[]),[],[[new Terminal("une")]]), new Rule(24, new FunApp("IndefSgDet",[]),[],[[new Terminal("une")]]), new Rule(60, new FunApp("IndefSgDet",[]),[],[[new Terminal("d'"), new Terminal("une")]]), new Rule(59, new FunApp("IndefSgDet",[]),[],[[new Terminal("Ã"), new Terminal("une")]]), new Rule(58, new FunApp("IndefSgDet",[]),[],[[new Terminal("une")]]), new Rule(57, new FunApp("IndefSgDet",[]),[],[[new Terminal("des")]]), new Rule(56, new FunApp("IndefSgDet",[]),[],[[new Terminal("des")]]), new Rule(55, new FunApp("IndefSgDet",[]),[],[[new Terminal("d'")]]), new Rule(55, new FunApp("IndefSgDet",[]),[],[[new Terminal("de")]]), new Rule(54, new FunApp("IndefSgDet",[]),[],[[new Terminal("Ã"), new Terminal("des")]]), new Rule(53, new FunApp("IndefSgDet",[]),[],[[new Terminal("des")]]), new Rule(52, new FunApp("IndefSgDet",[]),[],[[new Terminal("des")]]), new Rule(51, new FunApp("IndefSgDet",[]),[],[[new Terminal("des")]]), new Rule(50, new FunApp("IndefSgDet",[]),[],[[new Terminal("d'")]]), new Rule(50, new FunApp("IndefSgDet",[]),[],[[new Terminal("de")]]), new Rule(49, new FunApp("IndefSgDet",[]),[],[[new Terminal("Ã"), new Terminal("des")]]), new Rule(48, new FunApp("IndefSgDet",[]),[],[[new Terminal("des")]]), new Rule(85, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(84, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(83, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(82, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(81, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(80, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(79, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(78, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(77, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(76, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(75, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(74, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(73, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(72, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(71, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(70, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(69, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(68, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(67, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(66, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(65, new FunApp("IndefPlDet",[]),[],[[new Terminal("un")]]), new Rule(19, new FunApp("IndefPlDet",[]),[],[[new Terminal("un")]]), new Rule(64, new FunApp("IndefPlDet",[]),[],[[new Terminal("d'"), new Terminal("un")]]), new Rule(63, new FunApp("IndefPlDet",[]),[],[[new Terminal("Ã"), new Terminal("un")]]), new Rule(62, new FunApp("IndefPlDet",[]),[],[[new Terminal("un")]]), new Rule(61, new FunApp("IndefPlDet",[]),[],[[new Terminal("une")]]), new Rule(24, new FunApp("IndefPlDet",[]),[],[[new Terminal("une")]]), new Rule(60, new FunApp("IndefPlDet",[]),[],[[new Terminal("d'"), new Terminal("une")]]), new Rule(59, new FunApp("IndefPlDet",[]),[],[[new Terminal("Ã"), new Terminal("une")]]), new Rule(58, new FunApp("IndefPlDet",[]),[],[[new Terminal("une")]]), new Rule(57, new FunApp("IndefPlDet",[]),[],[[new Terminal("des")]]), new Rule(56, new FunApp("IndefPlDet",[]),[],[[new Terminal("des")]]), new Rule(55, new FunApp("IndefPlDet",[]),[],[[new Terminal("d'")]]), new Rule(55, new FunApp("IndefPlDet",[]),[],[[new Terminal("de")]]), new Rule(54, new FunApp("IndefPlDet",[]),[],[[new Terminal("Ã"), new Terminal("des")]]), new Rule(53, new FunApp("IndefPlDet",[]),[],[[new Terminal("des")]]), new Rule(52, new FunApp("IndefPlDet",[]),[],[[new Terminal("des")]]), new Rule(51, new FunApp("IndefPlDet",[]),[],[[new Terminal("des")]]), new Rule(50, new FunApp("IndefPlDet",[]),[],[[new Terminal("d'")]]), new Rule(50, new FunApp("IndefPlDet",[]),[],[[new Terminal("de")]]), new Rule(49, new FunApp("IndefPlDet",[]),[],[[new Terminal("Ã"), new Terminal("des")]]), new Rule(48, new FunApp("IndefPlDet",[]),[],[[new Terminal("des")]]), new Rule(17, new FunApp("German",[]),[],[[new Terminal("allemand")]]), new Rule(16, new FunApp("German",[]),[],[[new Terminal("allemands")]]), new Rule(17, new FunApp("French",[]),[],[[new Terminal("français")]]), new Rule(16, new FunApp("French",[]),[],[[new Terminal("français")]]), new Rule(17, new FunApp("Float_N",[]),[],[[new Terminal("réel")]]), new Rule(16, new FunApp("Float_N",[]),[],[[new Terminal("réels")]]), new Rule(17, new FunApp("Finnish",[]),[],[[new Terminal("finnois")]]), new Rule(16, new FunApp("Finnish",[]),[],[[new Terminal("finnois")]]), new Rule(18, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[12, 87],[[new Terminal("il"), new Terminal("n'"), new Terminal("y"), new Terminal("a"), new Terminal("pas"), new Terminal("des"), new ArgProj(1, 0), new ArgProj(0, 0)]]), new Rule(18, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[12, 87],[[new Terminal("il"), new Terminal("ne"), new Terminal("y"), new Terminal("a"), new Terminal("pas"), new Terminal("des"), new ArgProj(1, 0), new ArgProj(0, 0)]]), new Rule(18, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[14, 16],[[new Terminal("il"), new Terminal("n'"), new Terminal("y"), new Terminal("a"), new Terminal("pas"), new Terminal("des"), new ArgProj(1, 0), new ArgProj(0, 0)]]), new Rule(18, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[14, 16],[[new Terminal("il"), new Terminal("ne"), new Terminal("y"), new Terminal("a"), new Terminal("pas"), new Terminal("des"), new ArgProj(1, 0), new ArgProj(0, 0)]]), new Rule(18, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[88, 87],[[new Terminal("il"), new Terminal("n'"), new Terminal("y"), new Terminal("a"), new Terminal("pas"), new Terminal("des"), new ArgProj(0, 0), new ArgProj(1, 0)]]), new Rule(18, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[88, 87],[[new Terminal("il"), new Terminal("ne"), new Terminal("y"), new Terminal("a"), new Terminal("pas"), new Terminal("des"), new ArgProj(0, 0), new ArgProj(1, 0)]]), new Rule(18, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[86, 16],[[new Terminal("il"), new Terminal("n'"), new Terminal("y"), new Terminal("a"), new Terminal("pas"), new Terminal("des"), new ArgProj(0, 0), new ArgProj(1, 0)]]), new Rule(18, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[86, 16],[[new Terminal("il"), new Terminal("ne"), new Terminal("y"), new Terminal("a"), new Terminal("pas"), new Terminal("des"), new ArgProj(0, 0), new ArgProj(1, 0)]]), new Rule(20, new FunApp("Enter",[]),[],[[new Terminal("introduire")]]), new Rule(47, new FunApp("Enter",[]),[],[[new Terminal("introduire")]]), new Rule(46, new FunApp("Enter",[]),[],[[new Terminal("introduis")]]), new Rule(45, new FunApp("Enter",[]),[],[[new Terminal("introduis")]]), new Rule(44, new FunApp("Enter",[]),[],[[new Terminal("introduit")]]), new Rule(43, new FunApp("Enter",[]),[],[[new Terminal("introduisons")]]), new Rule(42, new FunApp("Enter",[]),[],[[new Terminal("introduisez")]]), new Rule(41, new FunApp("Enter",[]),[],[[new Terminal("introduisent")]]), new Rule(40, new FunApp("Enter",[]),[],[[new Terminal("introduise")]]), new Rule(39, new FunApp("Enter",[]),[],[[new Terminal("introduises")]]), new Rule(38, new FunApp("Enter",[]),[],[[new Terminal("introduise")]]), new Rule(37, new FunApp("Enter",[]),[],[[new Terminal("introduisions")]]), new Rule(36, new FunApp("Enter",[]),[],[[new Terminal("introduisiez")]]), new Rule(35, new FunApp("Enter",[]),[],[[new Terminal("introduisent")]]), new Rule(34, new FunApp("Enter",[]),[],[[new Terminal("introduis")]]), new Rule(33, new FunApp("Enter",[]),[],[[new Terminal("introduisons")]]), new Rule(32, new FunApp("Enter",[]),[],[[new Terminal("introduisez")]]), new Rule(31, new FunApp("Enter",[]),[],[[new Terminal("introduit")]]), new Rule(30, new FunApp("Enter",[]),[],[[new Terminal("introduits")]]), new Rule(29, new FunApp("Enter",[]),[],[[new Terminal("introduite")]]), new Rule(28, new FunApp("Enter",[]),[],[[new Terminal("introduites")]]), new Rule(27, new FunApp("Enter",[]),[],[[new Terminal("introduisant")]]), new Rule(17, new FunApp("English",[]),[],[[new Terminal("anglais")]]), new Rule(16, new FunApp("English",[]),[],[[new Terminal("anglais")]]), new Rule(20, new FunApp("Delete",[]),[],[[new Terminal("enlever")]]), new Rule(47, new FunApp("Delete",[]),[],[[new Terminal("enlever")]]), new Rule(46, new FunApp("Delete",[]),[],[[new Terminal("enleve")]]), new Rule(45, new FunApp("Delete",[]),[],[[new Terminal("enleves")]]), new Rule(44, new FunApp("Delete",[]),[],[[new Terminal("enleve")]]), new Rule(43, new FunApp("Delete",[]),[],[[new Terminal("enlevons")]]), new Rule(42, new FunApp("Delete",[]),[],[[new Terminal("enlevez")]]), new Rule(41, new FunApp("Delete",[]),[],[[new Terminal("enlevent")]]), new Rule(40, new FunApp("Delete",[]),[],[[new Terminal("enleve")]]), new Rule(39, new FunApp("Delete",[]),[],[[new Terminal("enleves")]]), new Rule(38, new FunApp("Delete",[]),[],[[new Terminal("enleve")]]), new Rule(37, new FunApp("Delete",[]),[],[[new Terminal("enlevions")]]), new Rule(36, new FunApp("Delete",[]),[],[[new Terminal("enleviez")]]), new Rule(35, new FunApp("Delete",[]),[],[[new Terminal("enlevent")]]), new Rule(34, new FunApp("Delete",[]),[],[[new Terminal("enleve")]]), new Rule(33, new FunApp("Delete",[]),[],[[new Terminal("enlevons")]]), new Rule(32, new FunApp("Delete",[]),[],[[new Terminal("enlevez")]]), new Rule(31, new FunApp("Delete",[]),[],[[new Terminal("enlevé")]]), new Rule(30, new FunApp("Delete",[]),[],[[new Terminal("enlevés")]]), new Rule(29, new FunApp("Delete",[]),[],[[new Terminal("enlevée")]]), new Rule(28, new FunApp("Delete",[]),[],[[new Terminal("enlevées")]]), new Rule(27, new FunApp("Delete",[]),[],[[new Terminal("enlevant")]]), new Rule(85, new FunApp("DefSgDet",[]),[],[[new Terminal("l'")]]), new Rule(85, new FunApp("DefSgDet",[]),[],[[new Terminal("le")]]), new Rule(84, new FunApp("DefSgDet",[]),[],[[new Terminal("l'")]]), new Rule(84, new FunApp("DefSgDet",[]),[],[[new Terminal("le")]]), new Rule(83, new FunApp("DefSgDet",[]),[],[[new Terminal("de"), new Terminal("l'")]]), new Rule(83, new FunApp("DefSgDet",[]),[],[[new Terminal("du")]]), new Rule(82, new FunApp("DefSgDet",[]),[],[[new Terminal("Ã"), new Terminal("l'")]]), new Rule(82, new FunApp("DefSgDet",[]),[],[[new Terminal("au")]]), new Rule(81, new FunApp("DefSgDet",[]),[],[[new Terminal("l'")]]), new Rule(81, new FunApp("DefSgDet",[]),[],[[new Terminal("le")]]), new Rule(80, new FunApp("DefSgDet",[]),[],[[new Terminal("l'")]]), new Rule(80, new FunApp("DefSgDet",[]),[],[[new Terminal("la")]]), new Rule(79, new FunApp("DefSgDet",[]),[],[[new Terminal("l'")]]), new Rule(79, new FunApp("DefSgDet",[]),[],[[new Terminal("la")]]), new Rule(78, new FunApp("DefSgDet",[]),[],[[new Terminal("d'"), new Terminal("l'")]]), new Rule(78, new FunApp("DefSgDet",[]),[],[[new Terminal("de"), new Terminal("l'")]]), new Rule(78, new FunApp("DefSgDet",[]),[],[[new Terminal("d'"), new Terminal("la")]]), new Rule(78, new FunApp("DefSgDet",[]),[],[[new Terminal("de"), new Terminal("la")]]), new Rule(77, new FunApp("DefSgDet",[]),[],[[new Terminal("Ã"), new Terminal("l'")]]), new Rule(77, new FunApp("DefSgDet",[]),[],[[new Terminal("Ã"), new Terminal("la")]]), new Rule(76, new FunApp("DefSgDet",[]),[],[[new Terminal("l'")]]), new Rule(76, new FunApp("DefSgDet",[]),[],[[new Terminal("la")]]), new Rule(75, new FunApp("DefSgDet",[]),[],[[new Terminal("les")]]), new Rule(74, new FunApp("DefSgDet",[]),[],[[new Terminal("les")]]), new Rule(73, new FunApp("DefSgDet",[]),[],[[new Terminal("des")]]), new Rule(72, new FunApp("DefSgDet",[]),[],[[new Terminal("aux")]]), new Rule(71, new FunApp("DefSgDet",[]),[],[[new Terminal("les")]]), new Rule(70, new FunApp("DefSgDet",[]),[],[[new Terminal("les")]]), new Rule(69, new FunApp("DefSgDet",[]),[],[[new Terminal("les")]]), new Rule(68, new FunApp("DefSgDet",[]),[],[[new Terminal("des")]]), new Rule(67, new FunApp("DefSgDet",[]),[],[[new Terminal("aux")]]), new Rule(66, new FunApp("DefSgDet",[]),[],[[new Terminal("les")]]), new Rule(65, new FunApp("DefSgDet",[]),[],[[new Terminal("l'")]]), new Rule(65, new FunApp("DefSgDet",[]),[],[[new Terminal("le")]]), new Rule(19, new FunApp("DefSgDet",[]),[],[[new Terminal("l'")]]), new Rule(19, new FunApp("DefSgDet",[]),[],[[new Terminal("le")]]), new Rule(64, new FunApp("DefSgDet",[]),[],[[new Terminal("de"), new Terminal("l'")]]), new Rule(64, new FunApp("DefSgDet",[]),[],[[new Terminal("du")]]), new Rule(63, new FunApp("DefSgDet",[]),[],[[new Terminal("Ã"), new Terminal("l'")]]), new Rule(63, new FunApp("DefSgDet",[]),[],[[new Terminal("au")]]), new Rule(62, new FunApp("DefSgDet",[]),[],[[new Terminal("l'")]]), new Rule(62, new FunApp("DefSgDet",[]),[],[[new Terminal("le")]]), new Rule(61, new FunApp("DefSgDet",[]),[],[[new Terminal("l'")]]), new Rule(61, new FunApp("DefSgDet",[]),[],[[new Terminal("la")]]), new Rule(24, new FunApp("DefSgDet",[]),[],[[new Terminal("l'")]]), new Rule(24, new FunApp("DefSgDet",[]),[],[[new Terminal("la")]]), new Rule(60, new FunApp("DefSgDet",[]),[],[[new Terminal("d'"), new Terminal("l'")]]), new Rule(60, new FunApp("DefSgDet",[]),[],[[new Terminal("de"), new Terminal("l'")]]), new Rule(60, new FunApp("DefSgDet",[]),[],[[new Terminal("d'"), new Terminal("la")]]), new Rule(60, new FunApp("DefSgDet",[]),[],[[new Terminal("de"), new Terminal("la")]]), new Rule(59, new FunApp("DefSgDet",[]),[],[[new Terminal("Ã"), new Terminal("l'")]]), new Rule(59, new FunApp("DefSgDet",[]),[],[[new Terminal("Ã"), new Terminal("la")]]), new Rule(58, new FunApp("DefSgDet",[]),[],[[new Terminal("l'")]]), new Rule(58, new FunApp("DefSgDet",[]),[],[[new Terminal("la")]]), new Rule(57, new FunApp("DefSgDet",[]),[],[[new Terminal("les")]]), new Rule(56, new FunApp("DefSgDet",[]),[],[[new Terminal("les")]]), new Rule(55, new FunApp("DefSgDet",[]),[],[[new Terminal("des")]]), new Rule(54, new FunApp("DefSgDet",[]),[],[[new Terminal("aux")]]), new Rule(53, new FunApp("DefSgDet",[]),[],[[new Terminal("les")]]), new Rule(52, new FunApp("DefSgDet",[]),[],[[new Terminal("les")]]), new Rule(51, new FunApp("DefSgDet",[]),[],[[new Terminal("les")]]), new Rule(50, new FunApp("DefSgDet",[]),[],[[new Terminal("des")]]), new Rule(49, new FunApp("DefSgDet",[]),[],[[new Terminal("aux")]]), new Rule(48, new FunApp("DefSgDet",[]),[],[[new Terminal("les")]]), new Rule(85, new FunApp("DefPlDet",[]),[],[[new Terminal("l'")]]), new Rule(85, new FunApp("DefPlDet",[]),[],[[new Terminal("le")]]), new Rule(84, new FunApp("DefPlDet",[]),[],[[new Terminal("l'")]]), new Rule(84, new FunApp("DefPlDet",[]),[],[[new Terminal("le")]]), new Rule(83, new FunApp("DefPlDet",[]),[],[[new Terminal("de"), new Terminal("l'")]]), new Rule(83, new FunApp("DefPlDet",[]),[],[[new Terminal("du")]]), new Rule(82, new FunApp("DefPlDet",[]),[],[[new Terminal("Ã"), new Terminal("l'")]]), new Rule(82, new FunApp("DefPlDet",[]),[],[[new Terminal("au")]]), new Rule(81, new FunApp("DefPlDet",[]),[],[[new Terminal("l'")]]), new Rule(81, new FunApp("DefPlDet",[]),[],[[new Terminal("le")]]), new Rule(80, new FunApp("DefPlDet",[]),[],[[new Terminal("l'")]]), new Rule(80, new FunApp("DefPlDet",[]),[],[[new Terminal("la")]]), new Rule(79, new FunApp("DefPlDet",[]),[],[[new Terminal("l'")]]), new Rule(79, new FunApp("DefPlDet",[]),[],[[new Terminal("la")]]), new Rule(78, new FunApp("DefPlDet",[]),[],[[new Terminal("d'"), new Terminal("l'")]]), new Rule(78, new FunApp("DefPlDet",[]),[],[[new Terminal("de"), new Terminal("l'")]]), new Rule(78, new FunApp("DefPlDet",[]),[],[[new Terminal("d'"), new Terminal("la")]]), new Rule(78, new FunApp("DefPlDet",[]),[],[[new Terminal("de"), new Terminal("la")]]), new Rule(77, new FunApp("DefPlDet",[]),[],[[new Terminal("Ã"), new Terminal("l'")]]), new Rule(77, new FunApp("DefPlDet",[]),[],[[new Terminal("Ã"), new Terminal("la")]]), new Rule(76, new FunApp("DefPlDet",[]),[],[[new Terminal("l'")]]), new Rule(76, new FunApp("DefPlDet",[]),[],[[new Terminal("la")]]), new Rule(75, new FunApp("DefPlDet",[]),[],[[new Terminal("les")]]), new Rule(74, new FunApp("DefPlDet",[]),[],[[new Terminal("les")]]), new Rule(73, new FunApp("DefPlDet",[]),[],[[new Terminal("des")]]), new Rule(72, new FunApp("DefPlDet",[]),[],[[new Terminal("aux")]]), new Rule(71, new FunApp("DefPlDet",[]),[],[[new Terminal("les")]]), new Rule(70, new FunApp("DefPlDet",[]),[],[[new Terminal("les")]]), new Rule(69, new FunApp("DefPlDet",[]),[],[[new Terminal("les")]]), new Rule(68, new FunApp("DefPlDet",[]),[],[[new Terminal("des")]]), new Rule(67, new FunApp("DefPlDet",[]),[],[[new Terminal("aux")]]), new Rule(66, new FunApp("DefPlDet",[]),[],[[new Terminal("les")]]), new Rule(65, new FunApp("DefPlDet",[]),[],[[new Terminal("l'")]]), new Rule(65, new FunApp("DefPlDet",[]),[],[[new Terminal("le")]]), new Rule(19, new FunApp("DefPlDet",[]),[],[[new Terminal("l'")]]), new Rule(19, new FunApp("DefPlDet",[]),[],[[new Terminal("le")]]), new Rule(64, new FunApp("DefPlDet",[]),[],[[new Terminal("de"), new Terminal("l'")]]), new Rule(64, new FunApp("DefPlDet",[]),[],[[new Terminal("du")]]), new Rule(63, new FunApp("DefPlDet",[]),[],[[new Terminal("Ã"), new Terminal("l'")]]), new Rule(63, new FunApp("DefPlDet",[]),[],[[new Terminal("au")]]), new Rule(62, new FunApp("DefPlDet",[]),[],[[new Terminal("l'")]]), new Rule(62, new FunApp("DefPlDet",[]),[],[[new Terminal("le")]]), new Rule(61, new FunApp("DefPlDet",[]),[],[[new Terminal("l'")]]), new Rule(61, new FunApp("DefPlDet",[]),[],[[new Terminal("la")]]), new Rule(24, new FunApp("DefPlDet",[]),[],[[new Terminal("l'")]]), new Rule(24, new FunApp("DefPlDet",[]),[],[[new Terminal("la")]]), new Rule(60, new FunApp("DefPlDet",[]),[],[[new Terminal("d'"), new Terminal("l'")]]), new Rule(60, new FunApp("DefPlDet",[]),[],[[new Terminal("de"), new Terminal("l'")]]), new Rule(60, new FunApp("DefPlDet",[]),[],[[new Terminal("d'"), new Terminal("la")]]), new Rule(60, new FunApp("DefPlDet",[]),[],[[new Terminal("de"), new Terminal("la")]]), new Rule(59, new FunApp("DefPlDet",[]),[],[[new Terminal("Ã"), new Terminal("l'")]]), new Rule(59, new FunApp("DefPlDet",[]),[],[[new Terminal("Ã"), new Terminal("la")]]), new Rule(58, new FunApp("DefPlDet",[]),[],[[new Terminal("l'")]]), new Rule(58, new FunApp("DefPlDet",[]),[],[[new Terminal("la")]]), new Rule(57, new FunApp("DefPlDet",[]),[],[[new Terminal("les")]]), new Rule(56, new FunApp("DefPlDet",[]),[],[[new Terminal("les")]]), new Rule(55, new FunApp("DefPlDet",[]),[],[[new Terminal("des")]]), new Rule(54, new FunApp("DefPlDet",[]),[],[[new Terminal("aux")]]), new Rule(53, new FunApp("DefPlDet",[]),[],[[new Terminal("les")]]), new Rule(52, new FunApp("DefPlDet",[]),[],[[new Terminal("les")]]), new Rule(51, new FunApp("DefPlDet",[]),[],[[new Terminal("les")]]), new Rule(50, new FunApp("DefPlDet",[]),[],[[new Terminal("des")]]), new Rule(49, new FunApp("DefPlDet",[]),[],[[new Terminal("aux")]]), new Rule(48, new FunApp("DefPlDet",[]),[],[[new Terminal("les")]]), new Rule(17, new FunApp("Danish",[]),[],[[new Terminal("danois")]]), new Rule(16, new FunApp("Danish",[]),[],[[new Terminal("danois")]]), new Rule(20, new FunApp("Cut",[]),[],[[new Terminal("couper")]]), new Rule(47, new FunApp("Cut",[]),[],[[new Terminal("couper")]]), new Rule(46, new FunApp("Cut",[]),[],[[new Terminal("coupe")]]), new Rule(45, new FunApp("Cut",[]),[],[[new Terminal("coupes")]]), new Rule(44, new FunApp("Cut",[]),[],[[new Terminal("coupe")]]), new Rule(43, new FunApp("Cut",[]),[],[[new Terminal("coupons")]]), new Rule(42, new FunApp("Cut",[]),[],[[new Terminal("coupez")]]), new Rule(41, new FunApp("Cut",[]),[],[[new Terminal("coupent")]]), new Rule(40, new FunApp("Cut",[]),[],[[new Terminal("coupe")]]), new Rule(39, new FunApp("Cut",[]),[],[[new Terminal("coupes")]]), new Rule(38, new FunApp("Cut",[]),[],[[new Terminal("coupe")]]), new Rule(37, new FunApp("Cut",[]),[],[[new Terminal("coupions")]]), new Rule(36, new FunApp("Cut",[]),[],[[new Terminal("coupiez")]]), new Rule(35, new FunApp("Cut",[]),[],[[new Terminal("coupent")]]), new Rule(34, new FunApp("Cut",[]),[],[[new Terminal("coupe")]]), new Rule(33, new FunApp("Cut",[]),[],[[new Terminal("coupons")]]), new Rule(32, new FunApp("Cut",[]),[],[[new Terminal("coupez")]]), new Rule(31, new FunApp("Cut",[]),[],[[new Terminal("coupé")]]), new Rule(30, new FunApp("Cut",[]),[],[[new Terminal("coupés")]]), new Rule(29, new FunApp("Cut",[]),[],[[new Terminal("coupée")]]), new Rule(28, new FunApp("Cut",[]),[],[[new Terminal("coupées")]]), new Rule(27, new FunApp("Cut",[]),[],[[new Terminal("coupant")]]), new Rule(20, new FunApp("Copy",[]),[],[[new Terminal("copier")]]), new Rule(47, new FunApp("Copy",[]),[],[[new Terminal("copier")]]), new Rule(46, new FunApp("Copy",[]),[],[[new Terminal("copie")]]), new Rule(45, new FunApp("Copy",[]),[],[[new Terminal("copies")]]), new Rule(44, new FunApp("Copy",[]),[],[[new Terminal("copie")]]), new Rule(43, new FunApp("Copy",[]),[],[[new Terminal("copions")]]), new Rule(42, new FunApp("Copy",[]),[],[[new Terminal("copiez")]]), new Rule(41, new FunApp("Copy",[]),[],[[new Terminal("copient")]]), new Rule(40, new FunApp("Copy",[]),[],[[new Terminal("copie")]]), new Rule(39, new FunApp("Copy",[]),[],[[new Terminal("copies")]]), new Rule(38, new FunApp("Copy",[]),[],[[new Terminal("copie")]]), new Rule(37, new FunApp("Copy",[]),[],[[new Terminal("copiions")]]), new Rule(36, new FunApp("Copy",[]),[],[[new Terminal("copiiez")]]), new Rule(35, new FunApp("Copy",[]),[],[[new Terminal("copient")]]), new Rule(34, new FunApp("Copy",[]),[],[[new Terminal("copie")]]), new Rule(33, new FunApp("Copy",[]),[],[[new Terminal("copions")]]), new Rule(32, new FunApp("Copy",[]),[],[[new Terminal("copiez")]]), new Rule(31, new FunApp("Copy",[]),[],[[new Terminal("copié")]]), new Rule(30, new FunApp("Copy",[]),[],[[new Terminal("copiés")]]), new Rule(29, new FunApp("Copy",[]),[],[[new Terminal("copiée")]]), new Rule(28, new FunApp("Copy",[]),[],[[new Terminal("copiées")]]), new Rule(27, new FunApp("Copy",[]),[],[[new Terminal("copiant")]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[22, 24, 13, 23],[[new Terminal("s'"), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(3, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[22, 24, 13, 23],[[new Terminal("se"), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(3, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[21, 24, 13, 23],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(3, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[20, 24, 13, 23],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(3, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[22, 19, 15, 17],[[new Terminal("s'"), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(3, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[22, 19, 15, 17],[[new Terminal("se"), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(3, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[21, 19, 15, 17],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(3, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[20, 19, 15, 17],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(3, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[22, 24, 26, 23],[[new Terminal("s'"), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[22, 24, 26, 23],[[new Terminal("se"), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[21, 24, 26, 23],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[20, 24, 26, 23],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[22, 19, 25, 17],[[new Terminal("s'"), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[22, 19, 25, 17],[[new Terminal("se"), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[21, 19, 25, 17],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[20, 19, 25, 17],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(18, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[22, 24, 23],[[new Terminal("s'"), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[22, 24, 23],[[new Terminal("se"), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[21, 24, 23],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[20, 24, 23],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[22, 19, 17],[[new Terminal("s'"), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[22, 19, 17],[[new Terminal("se"), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[21, 19, 17],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[20, 19, 17],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(17, new FunApp("Bulgarian",[]),[],[[new Terminal("bulgarien")]]), new Rule(16, new FunApp("Bulgarian",[]),[],[[new Terminal("bulgariens")]]), new Rule(15, new FunApp("Available",[]),[],[[new Terminal("disponible")]]), new Rule(14, new FunApp("Available",[]),[],[[new Terminal("disponibles")]]), new Rule(13, new FunApp("Available",[]),[],[[new Terminal("disponible")]]), new Rule(12, new FunApp("Available",[]),[],[[new Terminal("disponibles")]]), new Rule(11, new FunApp("Available",[]),[],[[new Terminal("disponiblement")]]), new Rule(10, new FunApp("Available",[]),[],[[new Terminal("plus"), new Terminal("disponible")]]), new Rule(9, new FunApp("Available",[]),[],[[new Terminal("plus"), new Terminal("disponibles")]]), new Rule(8, new FunApp("Available",[]),[],[[new Terminal("plus"), new Terminal("disponible")]]), new Rule(7, new FunApp("Available",[]),[],[[new Terminal("plus"), new Terminal("disponibles")]]), new Rule(6, new FunApp("Available",[]),[],[[new Terminal("plus"), new Terminal("disponiblement")]]), new Rule(5, new FunApp("Available",[]),[],[[new Terminal("plus"), new Terminal("disponible")]]), new Rule(4, new FunApp("Available",[]),[],[[new Terminal("plus"), new Terminal("disponibles")]]), new Rule(3, new FunApp("Available",[]),[],[[new Terminal("plus"), new Terminal("disponible")]]), new Rule(2, new FunApp("Available",[]),[],[[new Terminal("plus"), new Terminal("disponibles")]]), new Rule(1, new FunApp("Available",[]),[],[[new Terminal("plus"), new Terminal("disponiblement")]])],{Adjective:[25, 15, 10, 5, 86, 14, 9, 4, 26, 13, 8, 3, 88, 12, 7, 2, 11, 6, 1], Determiner:[85, 65, 75, 57, 80, 61, 70, 52, 84, 19, 74, 56, 79, 24, 69, 51, 83, 64, 73, 55, 78, 60, 68, 50, 82, 63, 72, 54, 77, 59, 67, 49, 81, 62, 71, 53, 76, 58, 66, 48], Float:[-3], Int:[-2], Noun:[89, 17, 23, 16, 87], Sentence:[18], String:[-1], Verb:[20, 21, 22, 47, 46, 45, 44, 43, 42, 41, 40, 39, 38, 37, 36, 35, 34, 33, 32, 31, 30, 29, 28, 27], _Var:[-4]})), EditorSpa: new GFConcrete({coding: "utf8"},{Available: function(cs){return new Arr(new Arr(new Suffix("disponible", Editor.concretes["EditorSpa"].rule("_0", cs)), Editor.concretes["EditorSpa"].rule("_5", cs), Editor.concretes["EditorSpa"].rule("_5", cs)), new Int(1));}, Bulgarian: function(cs){return new Arr(new Suffix("Búlgaro", Editor.concretes["EditorSpa"].rule("_8", cs)), new Int(0));}, Command: function(cs){return new Arr(new Seq(Editor.concretes["EditorSpa"].rule("_12", cs), Editor.concretes["EditorSpa"].rule("_38", cs), Editor.concretes["EditorSpa"].rule("_40", cs), Editor.concretes["EditorSpa"].rule("_42", cs), Editor.concretes["EditorSpa"].rule("_55", cs)));}, CommandAdj: function(cs){return new Arr(new Seq(Editor.concretes["EditorSpa"].rule("_12", cs), Editor.concretes["EditorSpa"].rule("_14", cs).sel(Editor.concretes["EditorSpa"].rule("_24", cs).sel(Editor.concretes["EditorSpa"].rule("_63", cs))), Editor.concretes["EditorSpa"].rule("_40", cs), Editor.concretes["EditorSpa"].rule("_41", cs).sel(Editor.concretes["EditorSpa"].rule("_63", cs)),(new Arr(new Arr(Editor.concretes["EditorSpa"].rule("_13", cs), Editor.concretes["EditorSpa"].rule("_78", cs)), new Arr(Editor.concretes["EditorSpa"].rule("_78", cs), Editor.concretes["EditorSpa"].rule("_78", cs)))).sel(Editor.concretes["EditorSpa"].rule("_19", cs)).sel(Editor.concretes["EditorSpa"].rule("_21", cs))));}, Copy: function(cs){return new Arr(new Suffix("Cop", new Arr(new Str("iar"), new Str("iar"), new Str("ío"), new Str("ías"), new Str("ía"), new Str("iamos"), new Str("iáis"), new Str("ían"), new Str("íe"), new Str("íes"), new Str("íe"), new Str("iemos"), new Str("iéis"), new Str("íen"), new Str("ía"), new Str("iemos"), new Str("iad"), new Str("iado"), new Str("iados"), new Str("iada"), new Str("iadas"), new Str("iando"))), new Int(0));}, Cut: function(cs){return new Arr(new Suffix("Cort", Editor.concretes["EditorSpa"].rule("_89", cs)), new Int(0));}, Danish: function(cs){return new Arr(new Suffix("Danés", Editor.concretes["EditorSpa"].rule("_92", cs)), new Int(0));}, DefPlDet: function(cs){return Editor.concretes["EditorSpa"].rule("_109", cs);}, DefSgDet: function(cs){return Editor.concretes["EditorSpa"].rule("_109", cs);}, Delete: function(cs){return new Arr(new Suffix("Borr", Editor.concretes["EditorSpa"].rule("_89", cs)), new Int(0));}, English: function(cs){return new Arr(new Suffix("Inglés", Editor.concretes["EditorSpa"].rule("_92", cs)), new Int(0));}, Enter: function(cs){return new Arr(new Suffix("introdu", new Arr(new Str("cir"), new Str("cir"), new Str("zco"), new Str("ces"), new Str("ce"), new Str("cimos"), new Str("cís"), new Str("cen"), new Str("zca"), new Str("zcas"), new Str("zca"), new Str("zcamos"), new Str("zcáis"), new Str("zcan"), new Str("ce"), new Str("zcamos"), new Str("cid"), new Str("cido"), new Str("cidos"), new Str("cida"), new Str("cidas"), new Str("ciendo"))), new Int(0));}, ErrorMessage: function(cs){return new Arr(new Seq(new Str("no"),(new Arr(Editor.concretes["EditorSpa"].rule("_119", cs), Editor.concretes["EditorSpa"].rule("_119", cs))).sel(Editor.concretes["EditorSpa"].rule("_121", cs).sel(new Int(0))).sel(Editor.concretes["EditorSpa"].rule("_121", cs).sel(new Int(1))).sel(Editor.concretes["EditorSpa"].rule("_121", cs).sel(new Int(2))),(new Arr(Editor.concretes["EditorSpa"].rule("_128", cs), Editor.concretes["EditorSpa"].rule("_128", cs))).sel(Editor.concretes["EditorSpa"].rule("_130", cs).sel(new Int(0))).sel(Editor.concretes["EditorSpa"].rule("_130", cs).sel(new Int(1))),(new Arr(new Str("un"), new Str("una"))).sel(Editor.concretes["EditorSpa"].rule("_136", cs)),(new Arr(new Seq(Editor.concretes["EditorSpa"].rule("_139", cs), Editor.concretes["EditorSpa"].rule("_140", cs)), new Seq(Editor.concretes["EditorSpa"].rule("_140", cs), Editor.concretes["EditorSpa"].rule("_139", cs)))).sel(Editor.concretes["EditorSpa"].rule("_29", cs))));}, Finnish: function(cs){return new Arr(new Suffix("Finlandés", Editor.concretes["EditorSpa"].rule("_92", cs)), new Int(0));}, Float_N: function(cs){return new Arr(new Arr(new Seq(new Str("número"), new Str("real")), new Seq(new Str("números"), new Str("real"))), new Int(0));}, French: function(cs){return new Arr(new Suffix("Francés", Editor.concretes["EditorSpa"].rule("_92", cs)), new Int(0));}, German: function(cs){return new Arr(new Suffix("Alemán", Editor.concretes["EditorSpa"].rule("_92", cs)), new Int(0));}, IndefPlDet: function(cs){return Editor.concretes["EditorSpa"].rule("_176", cs);}, IndefSgDet: function(cs){return Editor.concretes["EditorSpa"].rule("_176", cs);}, Integer_N: function(cs){return new Arr(new Arr(new Seq(new Str("número"), new Str("entero")), new Seq(new Str("números"), new Str("entero"))), new Int(0));}, Italian: function(cs){return new Arr(new Suffix("Italiano", Editor.concretes["EditorSpa"].rule("_8", cs)), new Int(0));}, Label: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_12", cs));}, Language: function(cs){return new Arr(new Suffix("lenguaje", Editor.concretes["EditorSpa"].rule("_8", cs)), new Int(0));}, Next: function(cs){return new Arr(new Arr(new Suffix("siguiente", Editor.concretes["EditorSpa"].rule("_0", cs)), Editor.concretes["EditorSpa"].rule("_190", cs), Editor.concretes["EditorSpa"].rule("_190", cs)), new Int(1));}, Node: function(cs){return new Arr(new Suffix("nodo", Editor.concretes["EditorSpa"].rule("_8", cs)), new Int(0));}, Norwegian: function(cs){return new Arr(new Suffix("Noruego", Editor.concretes["EditorSpa"].rule("_8", cs)), new Int(0));}, Page: function(cs){return new Arr(new Suffix("página", Editor.concretes["EditorSpa"].rule("_8", cs)), new Int(1));}, Parse: function(cs){return new Arr(new Arr(new Str("Analizar"), new Str("Analizar"), new Str("Analizo"), new Str("Analizas"), new Str("Analiza"), new Str("Analizamos"), new Str("Analizáis"), new Str("Analizan"), new Str("Analice"), new Str("Analices"), new Str("Analice"), new Str("Analicemos"), new Str("Analicéis"), new Str("Analicen"), new Str("Analiza"), new Str("Analicemos"), new Str("Analizad"), new Str("sintácticamente"), new Str("sintácticamentos"), new Str("sintácticamenta"), new Str("sintácticamentas"), new Str("Analizando")), new Int(0));}, Paste: function(cs){return new Arr(new Suffix("Peg", new Arr(new Str("ar"), new Str("ar"), new Str("o"), new Str("as"), new Str("a"), new Str("amos"), new Str("áis"), new Str("an"), new Str("ue"), new Str("ues"), new Str("ue"), new Str("uemos"), new Str("uéis"), new Str("uen"), new Str("a"), new Str("uemos"), new Str("ad"), new Str("ado"), new Str("ados"), new Str("ada"), new Str("adas"), new Str("ando"))), new Int(0));}, Previous: function(cs){return new Arr(new Arr(new Suffix("anterior", new Arr(new Str(""), new Str("es"), new Str(""), new Str("es"), new Str("mente"))), Editor.concretes["EditorSpa"].rule("_209", cs), Editor.concretes["EditorSpa"].rule("_209", cs)), new Int(1));}, RandomlyCommand: function(cs){return new Arr(new Seq(Editor.concretes["EditorSpa"].rule("_12", cs), Editor.concretes["EditorSpa"].rule("_38", cs), Editor.concretes["EditorSpa"].rule("_40", cs), Editor.concretes["EditorSpa"].rule("_42", cs), Editor.concretes["EditorSpa"].rule("_55", cs), new Str("aleatoriamente")));}, Redo: function(cs){return new Arr(new Suffix("reh", Editor.concretes["EditorSpa"].rule("_214", cs)), new Int(0));}, Refine: function(cs){return new Arr(new Suffix("Refin", Editor.concretes["EditorSpa"].rule("_89", cs)), new Int(0));}, Refinement: function(cs){return new Arr(new Suffix("refinamiento", Editor.concretes["EditorSpa"].rule("_8", cs)), new Int(0));}, Replace: function(cs){return new Arr(new Suffix("Reempla", new Arr(new Str("zar"), new Str("zar"), new Str("zo"), new Str("zas"), new Str("za"), new Str("zamos"), new Str("záis"), new Str("zan"), new Str("ce"), new Str("ces"), new Str("ce"), new Str("cemos"), new Str("céis"), new Str("cen"), new Str("za"), new Str("cemos"), new Str("zad"), new Str("zado"), new Str("zados"), new Str("zada"), new Str("zadas"), new Str("zando"))), new Int(0));}, Russian: function(cs){return new Arr(new Suffix("Ruso", Editor.concretes["EditorSpa"].rule("_8", cs)), new Int(0));}, Select: function(cs){return new Arr(new Suffix("Seleccion", Editor.concretes["EditorSpa"].rule("_89", cs)), new Int(0));}, Show: function(cs){return new Arr(new Suffix("Mostr", Editor.concretes["EditorSpa"].rule("_89", cs)), new Int(0));}, SingleWordCommand: function(cs){return new Arr(new Seq(Editor.concretes["EditorSpa"].rule("_12", cs), Editor.concretes["EditorSpa"].rule("_14", cs).sel((new Arr(new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(1))).sel(Editor.concretes["EditorSpa"].rule("_31", cs))), Editor.concretes["EditorSpa"].rule("_41", cs).sel(Editor.concretes["EditorSpa"].rule("_31", cs))));}, Spanish: function(cs){return new Arr(new Suffix("Español", Editor.concretes["EditorSpa"].rule("_92", cs)), new Int(0));}, String_N: function(cs){return new Arr(new Arr(new Seq(new Str("cadena"), new Str("de"), new Str("caracteres")), new Seq(new Str("cadenas"), new Str("de"), new Str("caracteres"))), new Int(1));}, Swedish: function(cs){return new Arr(new Suffix("Sueco", Editor.concretes["EditorSpa"].rule("_8", cs)), new Int(0));}, Tree: function(cs){return new Arr(new Suffix("árbol", Editor.concretes["EditorSpa"].rule("_92", cs)), new Int(0));}, Undo: function(cs){return new Arr(new Suffix("desh", Editor.concretes["EditorSpa"].rule("_214", cs)), new Int(0));}, Wrap: function(cs){return new Arr(new Suffix("env", new Arr(new Str("olver"), new Str("olver"), new Str("uelvo"), new Str("uelves"), new Str("uelve"), new Str("olvemos"), new Str("olvéis"), new Str("uelven"), new Str("uelva"), new Str("uelvas"), new Str("uelva"), new Str("olvamos"), new Str("olváis"), new Str("uelvan"), new Str("uelve"), new Str("olvamos"), new Str("olved"), new Str("olvido"), new Str("olvidos"), new Str("olvida"), new Str("olvidas"), new Str("olviendo"))), new Int(0));}, Wrapper: function(cs){return new Arr(new Suffix("envoltura", Editor.concretes["EditorSpa"].rule("_8", cs)), new Int(1));}, _0: function(cs){return new Arr(new Str(""), new Str("s"), new Str(""), new Str("s"), new Str("mente"));}, _100: function(cs){return new Seq(new Str("de"), new Str("los"));}, _101: function(cs){return new Seq(new Str("a"), new Str("los"));}, _102: function(cs){return new Arr(new Str("los"), new Str("los"), Editor.concretes["EditorSpa"].rule("_100", cs), Editor.concretes["EditorSpa"].rule("_101", cs));}, _103: function(cs){return new Seq(new Str("de"), new Str("las"));}, _104: function(cs){return new Seq(new Str("a"), new Str("las"));}, _105: function(cs){return new Arr(new Str("las"), new Str("las"), Editor.concretes["EditorSpa"].rule("_103", cs), Editor.concretes["EditorSpa"].rule("_104", cs));}, _106: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_102", cs), Editor.concretes["EditorSpa"].rule("_105", cs));}, _107: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_99", cs), Editor.concretes["EditorSpa"].rule("_106", cs));}, _108: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_107", cs), Editor.concretes["EditorSpa"].rule("_107", cs));}, _109: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_108", cs));}, _11: function(cs){return cs[0].sel(new Int(0));}, _117: function(cs){return new Arr(new Str("he"), new Str("has"), new Str("hay"));}, _118: function(cs){return new Arr(new Str("hemos"), new Str("habéis"), new Str("han"));}, _119: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_117", cs), Editor.concretes["EditorSpa"].rule("_118", cs));}, _12: function(cs){return Editor.concretes["EditorSpa"].rule("_11", cs).sel(new Int(0));}, _121: function(cs){return new Arr(new Int(0), new Int(0), new Int(2));}, _128: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_13", cs), Editor.concretes["EditorSpa"].rule("_13", cs));}, _13: function(cs){return new Seq();}, _130: function(cs){return new Arr(new Int(0), new Int(0));}, _136: function(cs){return cs[1].sel(new Int(1));}, _138: function(cs){return Editor.concretes["EditorSpa"].rule("_69", cs).sel(Editor.concretes["EditorSpa"].rule("_136", cs));}, _139: function(cs){return Editor.concretes["EditorSpa"].rule("_12", cs).sel(Editor.concretes["EditorSpa"].rule("_138", cs));}, _14: function(cs){return new Arr(new Str("&+"), Editor.concretes["EditorSpa"].rule("_13", cs));}, _140: function(cs){return Editor.concretes["EditorSpa"].rule("_43", cs).sel(new Int(0));}, _15: function(cs){return new Arr(new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(1), new Int(1));}, _157: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_13", cs), Editor.concretes["EditorSpa"].rule("_13", cs), Editor.concretes["EditorSpa"].rule("_13", cs), Editor.concretes["EditorSpa"].rule("_13", cs));}, _158: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_157", cs), Editor.concretes["EditorSpa"].rule("_157", cs));}, _159: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_158", cs), Editor.concretes["EditorSpa"].rule("_158", cs));}, _16: function(cs){return new Arr(new Int(13), new Int(13));}, _160: function(cs){return new Seq(new Str("de"), new Str("un"));}, _161: function(cs){return new Seq(new Str("a"), new Str("un"));}, _162: function(cs){return new Arr(new Str("un"), new Str("un"), Editor.concretes["EditorSpa"].rule("_160", cs), Editor.concretes["EditorSpa"].rule("_161", cs));}, _163: function(cs){return new Seq(new Str("de"), new Str("una"));}, _164: function(cs){return new Seq(new Str("a"), new Str("una"));}, _165: function(cs){return new Arr(new Str("una"), new Str("una"), Editor.concretes["EditorSpa"].rule("_163", cs), Editor.concretes["EditorSpa"].rule("_164", cs));}, _166: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_162", cs), Editor.concretes["EditorSpa"].rule("_165", cs));}, _167: function(cs){return new Seq(new Str("de"), new Str("unos"));}, _168: function(cs){return new Seq(new Str("a"), new Str("unos"));}, _169: function(cs){return new Arr(new Str("unos"), new Str("unos"), Editor.concretes["EditorSpa"].rule("_167", cs), Editor.concretes["EditorSpa"].rule("_168", cs));}, _17: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_16", cs), Editor.concretes["EditorSpa"].rule("_16", cs));}, _170: function(cs){return new Seq(new Str("de"), new Str("unas"));}, _171: function(cs){return new Seq(new Str("a"), new Str("unas"));}, _172: function(cs){return new Arr(new Str("unas"), new Str("unas"), Editor.concretes["EditorSpa"].rule("_170", cs), Editor.concretes["EditorSpa"].rule("_171", cs));}, _173: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_169", cs), Editor.concretes["EditorSpa"].rule("_172", cs));}, _174: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_166", cs), Editor.concretes["EditorSpa"].rule("_173", cs));}, _175: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_159", cs), Editor.concretes["EditorSpa"].rule("_174", cs));}, _176: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_175", cs));}, _18: function(cs){return new Arr(new Int(1), new Int(0));}, _187: function(cs){return new Seq(new Str("más"), new Str("siguiente"));}, _188: function(cs){return new Seq(new Str("más"), new Str("siguientes"));}, _189: function(cs){return new Seq(new Str("más"), new Str("siguientemente"));}, _19: function(cs){return Editor.concretes["EditorSpa"].rule("_18", cs).sel(new Int(0));}, _190: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_187", cs), Editor.concretes["EditorSpa"].rule("_188", cs), Editor.concretes["EditorSpa"].rule("_187", cs), Editor.concretes["EditorSpa"].rule("_188", cs), Editor.concretes["EditorSpa"].rule("_189", cs));}, _2: function(cs){return new Seq(new Str("más"), new Str("disponible"));}, _20: function(cs){return Editor.concretes["EditorSpa"].rule("_17", cs).sel(Editor.concretes["EditorSpa"].rule("_19", cs));}, _206: function(cs){return new Seq(new Str("más"), new Str("anterior"));}, _207: function(cs){return new Seq(new Str("más"), new Str("anteriores"));}, _208: function(cs){return new Seq(new Str("más"), new Str("anteriormente"));}, _209: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_206", cs), Editor.concretes["EditorSpa"].rule("_207", cs), Editor.concretes["EditorSpa"].rule("_206", cs), Editor.concretes["EditorSpa"].rule("_207", cs), Editor.concretes["EditorSpa"].rule("_208", cs));}, _21: function(cs){return Editor.concretes["EditorSpa"].rule("_18", cs).sel(new Int(1));}, _214: function(cs){return new Arr(new Str("acer"), new Str("acer"), new Str("ago"), new Str("aces"), new Str("ace"), new Str("acemos"), new Str("acéis"), new Str("acen"), new Str("aga"), new Str("agas"), new Str("aga"), new Str("agamos"), new Str("agáis"), new Str("agan"), new Str("az"), new Str("agamos"), new Str("aced"), new Str("echo"), new Str("echos"), new Str("echa"), new Str("echas"), new Str("aciendo"));}, _22: function(cs){return Editor.concretes["EditorSpa"].rule("_20", cs).sel(Editor.concretes["EditorSpa"].rule("_21", cs));}, _23: function(cs){return Editor.concretes["EditorSpa"].rule("_15", cs).sel(Editor.concretes["EditorSpa"].rule("_22", cs));}, _24: function(cs){return new Arr(new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), new Int(0), Editor.concretes["EditorSpa"].rule("_23", cs));}, _25: function(cs){return new Arr(new Int(2), new Int(8));}, _253: function(cs){return new Arr(cs[0], cs[0], cs[0], cs[0], cs[0]);}, _256: function(cs){return new Arr(cs[0], cs[0], cs[0], cs[0]);}, _257: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_256", cs), Editor.concretes["EditorSpa"].rule("_256", cs));}, _258: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_257", cs), Editor.concretes["EditorSpa"].rule("_257", cs));}, _26: function(cs){return cs[2].sel(new Int(1));}, _27: function(cs){return Editor.concretes["EditorSpa"].rule("_25", cs).sel(Editor.concretes["EditorSpa"].rule("_26", cs));}, _28: function(cs){return new Arr(new Int(12), new Int(13));}, _29: function(cs){return cs[0].sel(new Int(1));}, _3: function(cs){return new Seq(new Str("más"), new Str("disponibles"));}, _30: function(cs){return Editor.concretes["EditorSpa"].rule("_18", cs).sel(Editor.concretes["EditorSpa"].rule("_29", cs));}, _31: function(cs){return Editor.concretes["EditorSpa"].rule("_28", cs).sel(Editor.concretes["EditorSpa"].rule("_30", cs));}, _32: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_27", cs), Editor.concretes["EditorSpa"].rule("_31", cs));}, _33: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_31", cs), Editor.concretes["EditorSpa"].rule("_31", cs));}, _34: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_32", cs), Editor.concretes["EditorSpa"].rule("_33", cs));}, _35: function(cs){return Editor.concretes["EditorSpa"].rule("_34", cs).sel(Editor.concretes["EditorSpa"].rule("_19", cs));}, _36: function(cs){return Editor.concretes["EditorSpa"].rule("_35", cs).sel(Editor.concretes["EditorSpa"].rule("_21", cs));}, _37: function(cs){return Editor.concretes["EditorSpa"].rule("_24", cs).sel(Editor.concretes["EditorSpa"].rule("_36", cs));}, _38: function(cs){return Editor.concretes["EditorSpa"].rule("_14", cs).sel(Editor.concretes["EditorSpa"].rule("_37", cs));}, _39: function(cs){return new Arr(new Str("me"), new Str("te"), new Str("le"), new Str("nos"), new Str("vos"), new Str("les"), new Str("me"), new Str("te"), new Str("le"), new Str("nos"), new Str("vos"), new Str("les"), Editor.concretes["EditorSpa"].rule("_13", cs), Editor.concretes["EditorSpa"].rule("_13", cs));}, _4: function(cs){return new Seq(new Str("más"), new Str("disponiblemente"));}, _40: function(cs){return Editor.concretes["EditorSpa"].rule("_39", cs).sel(Editor.concretes["EditorSpa"].rule("_22", cs));}, _41: function(cs){return new Arr(new Str("me"), new Str("te"), new Str("lo"), new Str("nos"), new Str("vos"), new Str("los"), new Str("me"), new Str("te"), new Str("la"), new Str("nos"), new Str("vos"), new Str("las"), new Str("se"), Editor.concretes["EditorSpa"].rule("_13", cs));}, _42: function(cs){return Editor.concretes["EditorSpa"].rule("_41", cs).sel(Editor.concretes["EditorSpa"].rule("_36", cs));}, _43: function(cs){return cs[1].sel(new Int(0));}, _44: function(cs){return Editor.concretes["EditorSpa"].rule("_43", cs).sel(new Int(1));}, _45: function(cs){return Editor.concretes["EditorSpa"].rule("_44", cs).sel(new Int(0));}, _46: function(cs){return Editor.concretes["EditorSpa"].rule("_45", cs).sel(Editor.concretes["EditorSpa"].rule("_26", cs));}, _47: function(cs){return Editor.concretes["EditorSpa"].rule("_46", cs).sel(new Int(1));}, _48: function(cs){return cs[2].sel(new Int(0));}, _49: function(cs){return Editor.concretes["EditorSpa"].rule("_48", cs).sel(new Int(0));}, _5: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_2", cs), Editor.concretes["EditorSpa"].rule("_3", cs), Editor.concretes["EditorSpa"].rule("_2", cs), Editor.concretes["EditorSpa"].rule("_3", cs), Editor.concretes["EditorSpa"].rule("_4", cs));}, _50: function(cs){return new Seq(Editor.concretes["EditorSpa"].rule("_47", cs), Editor.concretes["EditorSpa"].rule("_49", cs));}, _51: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_13", cs), Editor.concretes["EditorSpa"].rule("_50", cs));}, _52: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_50", cs), Editor.concretes["EditorSpa"].rule("_50", cs));}, _53: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_51", cs), Editor.concretes["EditorSpa"].rule("_52", cs));}, _54: function(cs){return Editor.concretes["EditorSpa"].rule("_53", cs).sel(Editor.concretes["EditorSpa"].rule("_19", cs));}, _55: function(cs){return Editor.concretes["EditorSpa"].rule("_54", cs).sel(Editor.concretes["EditorSpa"].rule("_21", cs));}, _58: function(cs){return cs[3].sel(new Int(1));}, _59: function(cs){return Editor.concretes["EditorSpa"].rule("_25", cs).sel(Editor.concretes["EditorSpa"].rule("_58", cs));}, _60: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_59", cs), Editor.concretes["EditorSpa"].rule("_31", cs));}, _61: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_60", cs), Editor.concretes["EditorSpa"].rule("_33", cs));}, _62: function(cs){return Editor.concretes["EditorSpa"].rule("_61", cs).sel(Editor.concretes["EditorSpa"].rule("_19", cs));}, _63: function(cs){return Editor.concretes["EditorSpa"].rule("_62", cs).sel(Editor.concretes["EditorSpa"].rule("_21", cs));}, _67: function(cs){return Editor.concretes["EditorSpa"].rule("_45", cs).sel(Editor.concretes["EditorSpa"].rule("_58", cs));}, _68: function(cs){return Editor.concretes["EditorSpa"].rule("_67", cs).sel(new Int(1));}, _69: function(cs){return new Arr(new Int(0), new Int(2));}, _70: function(cs){return Editor.concretes["EditorSpa"].rule("_69", cs).sel(Editor.concretes["EditorSpa"].rule("_58", cs));}, _71: function(cs){return Editor.concretes["EditorSpa"].rule("_49", cs).sel(Editor.concretes["EditorSpa"].rule("_70", cs));}, _72: function(cs){return cs[3].sel(new Int(0));}, _73: function(cs){return Editor.concretes["EditorSpa"].rule("_72", cs).sel(new Int(0));}, _74: function(cs){return new Seq(Editor.concretes["EditorSpa"].rule("_71", cs), Editor.concretes["EditorSpa"].rule("_73", cs));}, _75: function(cs){return new Seq(Editor.concretes["EditorSpa"].rule("_73", cs), Editor.concretes["EditorSpa"].rule("_71", cs));}, _76: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_74", cs), Editor.concretes["EditorSpa"].rule("_75", cs));}, _77: function(cs){return Editor.concretes["EditorSpa"].rule("_76", cs).sel(Editor.concretes["EditorSpa"].rule("_26", cs));}, _78: function(cs){return new Seq(Editor.concretes["EditorSpa"].rule("_68", cs), Editor.concretes["EditorSpa"].rule("_77", cs));}, _8: function(cs){return new Arr(new Str(""), new Str("s"));}, _89: function(cs){return new Arr(new Str("ar"), new Str("ar"), new Str("o"), new Str("as"), new Str("a"), new Str("amos"), new Str("áis"), new Str("an"), new Str("e"), new Str("es"), new Str("e"), new Str("emos"), new Str("éis"), new Str("en"), new Str("a"), new Str("emos"), new Str("ad"), new Str("ado"), new Str("ados"), new Str("ada"), new Str("adas"), new Str("ando"));}, _92: function(cs){return new Arr(new Str(""), new Str("es"));}, _95: function(cs){return new Arr(new Str("el"), new Str("el"), new Str("del"), new Str("al"));}, _96: function(cs){return new Seq(new Str("de"), new Str("la"));}, _97: function(cs){return new Seq(new Str("a"), new Str("la"));}, _98: function(cs){return new Arr(new Str("la"), new Str("la"), Editor.concretes["EditorSpa"].rule("_96", cs), Editor.concretes["EditorSpa"].rule("_97", cs));}, _99: function(cs){return new Arr(Editor.concretes["EditorSpa"].rule("_95", cs), Editor.concretes["EditorSpa"].rule("_98", cs));}, Adjective: function(cs){return new Arr(new Arr(Editor.concretes["EditorSpa"].rule("_253", cs), Editor.concretes["EditorSpa"].rule("_253", cs), Editor.concretes["EditorSpa"].rule("_253", cs)), new Int(0));}, Determiner: function(cs){return new Arr(new Arr(Editor.concretes["EditorSpa"].rule("_258", cs), Editor.concretes["EditorSpa"].rule("_258", cs)));}, Noun: function(cs){return new Arr(new Arr(cs[0], cs[0]), new Int(0));}, Sentence: function(cs){return new Arr(cs[0]);}, Verb: function(cs){return new Arr(new Arr(cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0]), new Int(0));}, "Int": function(cs){return new Arr(cs[0]);}, "Float": function(cs){return new Arr(cs[0]);}, "String": function(cs){return new Arr(cs[0]);}}, new Parser("Sentence",[new Rule(22, new FunApp("Wrapper",[]),[],[[new Terminal("envoltura")]]), new Rule(78, new FunApp("Wrapper",[]),[],[[new Terminal("envolturas")]]), new Rule(20, new FunApp("Wrap",[]),[],[[new Terminal("envolver")]]), new Rule(46, new FunApp("Wrap",[]),[],[[new Terminal("envolver")]]), new Rule(45, new FunApp("Wrap",[]),[],[[new Terminal("envuelvo")]]), new Rule(44, new FunApp("Wrap",[]),[],[[new Terminal("envuelves")]]), new Rule(43, new FunApp("Wrap",[]),[],[[new Terminal("envuelve")]]), new Rule(42, new FunApp("Wrap",[]),[],[[new Terminal("envolvemos")]]), new Rule(41, new FunApp("Wrap",[]),[],[[new Terminal("envolvéis")]]), new Rule(40, new FunApp("Wrap",[]),[],[[new Terminal("envuelven")]]), new Rule(39, new FunApp("Wrap",[]),[],[[new Terminal("envuelva")]]), new Rule(38, new FunApp("Wrap",[]),[],[[new Terminal("envuelvas")]]), new Rule(37, new FunApp("Wrap",[]),[],[[new Terminal("envuelva")]]), new Rule(36, new FunApp("Wrap",[]),[],[[new Terminal("envolvamos")]]), new Rule(35, new FunApp("Wrap",[]),[],[[new Terminal("envolváis")]]), new Rule(34, new FunApp("Wrap",[]),[],[[new Terminal("envuelvan")]]), new Rule(33, new FunApp("Wrap",[]),[],[[new Terminal("envuelve")]]), new Rule(32, new FunApp("Wrap",[]),[],[[new Terminal("envolvamos")]]), new Rule(31, new FunApp("Wrap",[]),[],[[new Terminal("envolved")]]), new Rule(30, new FunApp("Wrap",[]),[],[[new Terminal("envolvido")]]), new Rule(29, new FunApp("Wrap",[]),[],[[new Terminal("envolvidos")]]), new Rule(28, new FunApp("Wrap",[]),[],[[new Terminal("envolvida")]]), new Rule(27, new FunApp("Wrap",[]),[],[[new Terminal("envolvidas")]]), new Rule(26, new FunApp("Wrap",[]),[],[[new Terminal("envolviendo")]]), new Rule(20, new FunApp("Undo",[]),[],[[new Terminal("deshacer")]]), new Rule(46, new FunApp("Undo",[]),[],[[new Terminal("deshacer")]]), new Rule(45, new FunApp("Undo",[]),[],[[new Terminal("deshago")]]), new Rule(44, new FunApp("Undo",[]),[],[[new Terminal("deshaces")]]), new Rule(43, new FunApp("Undo",[]),[],[[new Terminal("deshace")]]), new Rule(42, new FunApp("Undo",[]),[],[[new Terminal("deshacemos")]]), new Rule(41, new FunApp("Undo",[]),[],[[new Terminal("deshacéis")]]), new Rule(40, new FunApp("Undo",[]),[],[[new Terminal("deshacen")]]), new Rule(39, new FunApp("Undo",[]),[],[[new Terminal("deshaga")]]), new Rule(38, new FunApp("Undo",[]),[],[[new Terminal("deshagas")]]), new Rule(37, new FunApp("Undo",[]),[],[[new Terminal("deshaga")]]), new Rule(36, new FunApp("Undo",[]),[],[[new Terminal("deshagamos")]]), new Rule(35, new FunApp("Undo",[]),[],[[new Terminal("deshagáis")]]), new Rule(34, new FunApp("Undo",[]),[],[[new Terminal("deshagan")]]), new Rule(33, new FunApp("Undo",[]),[],[[new Terminal("deshaz")]]), new Rule(32, new FunApp("Undo",[]),[],[[new Terminal("deshagamos")]]), new Rule(31, new FunApp("Undo",[]),[],[[new Terminal("deshaced")]]), new Rule(30, new FunApp("Undo",[]),[],[[new Terminal("deshecho")]]), new Rule(29, new FunApp("Undo",[]),[],[[new Terminal("deshechos")]]), new Rule(28, new FunApp("Undo",[]),[],[[new Terminal("deshecha")]]), new Rule(27, new FunApp("Undo",[]),[],[[new Terminal("deshechas")]]), new Rule(26, new FunApp("Undo",[]),[],[[new Terminal("deshaciendo")]]), new Rule(17, new FunApp("Tree",[]),[],[[new Terminal("árbol")]]), new Rule(16, new FunApp("Tree",[]),[],[[new Terminal("árboles")]]), new Rule(17, new FunApp("Swedish",[]),[],[[new Terminal("Sueco")]]), new Rule(16, new FunApp("Swedish",[]),[],[[new Terminal("Suecos")]]), new Rule(22, new FunApp("String_N",[]),[],[[new Terminal("cadena"), new Terminal("de"), new Terminal("caracteres")]]), new Rule(78, new FunApp("String_N",[]),[],[[new Terminal("cadenas"), new Terminal("de"), new Terminal("caracteres")]]), new Rule(17, new FunApp("Spanish",[]),[],[[new Terminal("Español")]]), new Rule(16, new FunApp("Spanish",[]),[],[[new Terminal("Españoles")]]), new Rule(18, new FunApp("SingleWordCommand",[new Arg(0)]),[21],[[new ArgProj(0, 0), new Terminal("&+"), new Terminal("se")]]), new Rule(18, new FunApp("SingleWordCommand",[new Arg(0)]),[20],[[new ArgProj(0, 0)]]), new Rule(20, new FunApp("Show",[]),[],[[new Terminal("Mostrar")]]), new Rule(46, new FunApp("Show",[]),[],[[new Terminal("Mostrar")]]), new Rule(45, new FunApp("Show",[]),[],[[new Terminal("Mostro")]]), new Rule(44, new FunApp("Show",[]),[],[[new Terminal("Mostras")]]), new Rule(43, new FunApp("Show",[]),[],[[new Terminal("Mostra")]]), new Rule(42, new FunApp("Show",[]),[],[[new Terminal("Mostramos")]]), new Rule(41, new FunApp("Show",[]),[],[[new Terminal("Mostráis")]]), new Rule(40, new FunApp("Show",[]),[],[[new Terminal("Mostran")]]), new Rule(39, new FunApp("Show",[]),[],[[new Terminal("Mostre")]]), new Rule(38, new FunApp("Show",[]),[],[[new Terminal("Mostres")]]), new Rule(37, new FunApp("Show",[]),[],[[new Terminal("Mostre")]]), new Rule(36, new FunApp("Show",[]),[],[[new Terminal("Mostremos")]]), new Rule(35, new FunApp("Show",[]),[],[[new Terminal("Mostréis")]]), new Rule(34, new FunApp("Show",[]),[],[[new Terminal("Mostren")]]), new Rule(33, new FunApp("Show",[]),[],[[new Terminal("Mostra")]]), new Rule(32, new FunApp("Show",[]),[],[[new Terminal("Mostremos")]]), new Rule(31, new FunApp("Show",[]),[],[[new Terminal("Mostrad")]]), new Rule(30, new FunApp("Show",[]),[],[[new Terminal("Mostrado")]]), new Rule(29, new FunApp("Show",[]),[],[[new Terminal("Mostrados")]]), new Rule(28, new FunApp("Show",[]),[],[[new Terminal("Mostrada")]]), new Rule(27, new FunApp("Show",[]),[],[[new Terminal("Mostradas")]]), new Rule(26, new FunApp("Show",[]),[],[[new Terminal("Mostrando")]]), new Rule(20, new FunApp("Select",[]),[],[[new Terminal("Seleccionar")]]), new Rule(46, new FunApp("Select",[]),[],[[new Terminal("Seleccionar")]]), new Rule(45, new FunApp("Select",[]),[],[[new Terminal("Selecciono")]]), new Rule(44, new FunApp("Select",[]),[],[[new Terminal("Seleccionas")]]), new Rule(43, new FunApp("Select",[]),[],[[new Terminal("Selecciona")]]), new Rule(42, new FunApp("Select",[]),[],[[new Terminal("Seleccionamos")]]), new Rule(41, new FunApp("Select",[]),[],[[new Terminal("Seleccionáis")]]), new Rule(40, new FunApp("Select",[]),[],[[new Terminal("Seleccionan")]]), new Rule(39, new FunApp("Select",[]),[],[[new Terminal("Seleccione")]]), new Rule(38, new FunApp("Select",[]),[],[[new Terminal("Selecciones")]]), new Rule(37, new FunApp("Select",[]),[],[[new Terminal("Seleccione")]]), new Rule(36, new FunApp("Select",[]),[],[[new Terminal("Seleccionemos")]]), new Rule(35, new FunApp("Select",[]),[],[[new Terminal("Seleccionéis")]]), new Rule(34, new FunApp("Select",[]),[],[[new Terminal("Seleccionen")]]), new Rule(33, new FunApp("Select",[]),[],[[new Terminal("Selecciona")]]), new Rule(32, new FunApp("Select",[]),[],[[new Terminal("Seleccionemos")]]), new Rule(31, new FunApp("Select",[]),[],[[new Terminal("Seleccionad")]]), new Rule(30, new FunApp("Select",[]),[],[[new Terminal("Seleccionado")]]), new Rule(29, new FunApp("Select",[]),[],[[new Terminal("Seleccionados")]]), new Rule(28, new FunApp("Select",[]),[],[[new Terminal("Seleccionada")]]), new Rule(27, new FunApp("Select",[]),[],[[new Terminal("Seleccionadas")]]), new Rule(26, new FunApp("Select",[]),[],[[new Terminal("Seleccionando")]]), new Rule(17, new FunApp("Russian",[]),[],[[new Terminal("Ruso")]]), new Rule(16, new FunApp("Russian",[]),[],[[new Terminal("Rusos")]]), new Rule(20, new FunApp("Replace",[]),[],[[new Terminal("Reemplazar")]]), new Rule(46, new FunApp("Replace",[]),[],[[new Terminal("Reemplazar")]]), new Rule(45, new FunApp("Replace",[]),[],[[new Terminal("Reemplazo")]]), new Rule(44, new FunApp("Replace",[]),[],[[new Terminal("Reemplazas")]]), new Rule(43, new FunApp("Replace",[]),[],[[new Terminal("Reemplaza")]]), new Rule(42, new FunApp("Replace",[]),[],[[new Terminal("Reemplazamos")]]), new Rule(41, new FunApp("Replace",[]),[],[[new Terminal("Reemplazáis")]]), new Rule(40, new FunApp("Replace",[]),[],[[new Terminal("Reemplazan")]]), new Rule(39, new FunApp("Replace",[]),[],[[new Terminal("Reemplace")]]), new Rule(38, new FunApp("Replace",[]),[],[[new Terminal("Reemplaces")]]), new Rule(37, new FunApp("Replace",[]),[],[[new Terminal("Reemplace")]]), new Rule(36, new FunApp("Replace",[]),[],[[new Terminal("Reemplacemos")]]), new Rule(35, new FunApp("Replace",[]),[],[[new Terminal("Reemplacéis")]]), new Rule(34, new FunApp("Replace",[]),[],[[new Terminal("Reemplacen")]]), new Rule(33, new FunApp("Replace",[]),[],[[new Terminal("Reemplaza")]]), new Rule(32, new FunApp("Replace",[]),[],[[new Terminal("Reemplacemos")]]), new Rule(31, new FunApp("Replace",[]),[],[[new Terminal("Reemplazad")]]), new Rule(30, new FunApp("Replace",[]),[],[[new Terminal("Reemplazado")]]), new Rule(29, new FunApp("Replace",[]),[],[[new Terminal("Reemplazados")]]), new Rule(28, new FunApp("Replace",[]),[],[[new Terminal("Reemplazada")]]), new Rule(27, new FunApp("Replace",[]),[],[[new Terminal("Reemplazadas")]]), new Rule(26, new FunApp("Replace",[]),[],[[new Terminal("Reemplazando")]]), new Rule(17, new FunApp("Refinement",[]),[],[[new Terminal("refinamiento")]]), new Rule(16, new FunApp("Refinement",[]),[],[[new Terminal("refinamientos")]]), new Rule(20, new FunApp("Refine",[]),[],[[new Terminal("Refinar")]]), new Rule(46, new FunApp("Refine",[]),[],[[new Terminal("Refinar")]]), new Rule(45, new FunApp("Refine",[]),[],[[new Terminal("Refino")]]), new Rule(44, new FunApp("Refine",[]),[],[[new Terminal("Refinas")]]), new Rule(43, new FunApp("Refine",[]),[],[[new Terminal("Refina")]]), new Rule(42, new FunApp("Refine",[]),[],[[new Terminal("Refinamos")]]), new Rule(41, new FunApp("Refine",[]),[],[[new Terminal("Refináis")]]), new Rule(40, new FunApp("Refine",[]),[],[[new Terminal("Refinan")]]), new Rule(39, new FunApp("Refine",[]),[],[[new Terminal("Refine")]]), new Rule(38, new FunApp("Refine",[]),[],[[new Terminal("Refines")]]), new Rule(37, new FunApp("Refine",[]),[],[[new Terminal("Refine")]]), new Rule(36, new FunApp("Refine",[]),[],[[new Terminal("Refinemos")]]), new Rule(35, new FunApp("Refine",[]),[],[[new Terminal("Refinéis")]]), new Rule(34, new FunApp("Refine",[]),[],[[new Terminal("Refinen")]]), new Rule(33, new FunApp("Refine",[]),[],[[new Terminal("Refina")]]), new Rule(32, new FunApp("Refine",[]),[],[[new Terminal("Refinemos")]]), new Rule(31, new FunApp("Refine",[]),[],[[new Terminal("Refinad")]]), new Rule(30, new FunApp("Refine",[]),[],[[new Terminal("Refinado")]]), new Rule(29, new FunApp("Refine",[]),[],[[new Terminal("Refinados")]]), new Rule(28, new FunApp("Refine",[]),[],[[new Terminal("Refinada")]]), new Rule(27, new FunApp("Refine",[]),[],[[new Terminal("Refinadas")]]), new Rule(26, new FunApp("Refine",[]),[],[[new Terminal("Refinando")]]), new Rule(20, new FunApp("Redo",[]),[],[[new Terminal("rehacer")]]), new Rule(46, new FunApp("Redo",[]),[],[[new Terminal("rehacer")]]), new Rule(45, new FunApp("Redo",[]),[],[[new Terminal("rehago")]]), new Rule(44, new FunApp("Redo",[]),[],[[new Terminal("rehaces")]]), new Rule(43, new FunApp("Redo",[]),[],[[new Terminal("rehace")]]), new Rule(42, new FunApp("Redo",[]),[],[[new Terminal("rehacemos")]]), new Rule(41, new FunApp("Redo",[]),[],[[new Terminal("rehacéis")]]), new Rule(40, new FunApp("Redo",[]),[],[[new Terminal("rehacen")]]), new Rule(39, new FunApp("Redo",[]),[],[[new Terminal("rehaga")]]), new Rule(38, new FunApp("Redo",[]),[],[[new Terminal("rehagas")]]), new Rule(37, new FunApp("Redo",[]),[],[[new Terminal("rehaga")]]), new Rule(36, new FunApp("Redo",[]),[],[[new Terminal("rehagamos")]]), new Rule(35, new FunApp("Redo",[]),[],[[new Terminal("rehagáis")]]), new Rule(34, new FunApp("Redo",[]),[],[[new Terminal("rehagan")]]), new Rule(33, new FunApp("Redo",[]),[],[[new Terminal("rehaz")]]), new Rule(32, new FunApp("Redo",[]),[],[[new Terminal("rehagamos")]]), new Rule(31, new FunApp("Redo",[]),[],[[new Terminal("rehaced")]]), new Rule(30, new FunApp("Redo",[]),[],[[new Terminal("rehecho")]]), new Rule(29, new FunApp("Redo",[]),[],[[new Terminal("rehechos")]]), new Rule(28, new FunApp("Redo",[]),[],[[new Terminal("rehecha")]]), new Rule(27, new FunApp("Redo",[]),[],[[new Terminal("rehechas")]]), new Rule(26, new FunApp("Redo",[]),[],[[new Terminal("rehaciendo")]]), new Rule(18, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[21, 23, 22],[[new ArgProj(0, 0), new Terminal("&+"), new Terminal("se"), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("aleatoriamente")]]), new Rule(18, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[20, 23, 22],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("aleatoriamente")]]), new Rule(18, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[21, 19, 17],[[new ArgProj(0, 0), new Terminal("&+"), new Terminal("se"), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("aleatoriamente")]]), new Rule(18, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[20, 19, 17],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("aleatoriamente")]]), new Rule(15, new FunApp("Previous",[]),[],[[new Terminal("anterior")]]), new Rule(14, new FunApp("Previous",[]),[],[[new Terminal("anteriores")]]), new Rule(13, new FunApp("Previous",[]),[],[[new Terminal("anterior")]]), new Rule(12, new FunApp("Previous",[]),[],[[new Terminal("anteriores")]]), new Rule(11, new FunApp("Previous",[]),[],[[new Terminal("anteriormente")]]), new Rule(10, new FunApp("Previous",[]),[],[[new Terminal("más"), new Terminal("anterior")]]), new Rule(9, new FunApp("Previous",[]),[],[[new Terminal("más"), new Terminal("anteriores")]]), new Rule(8, new FunApp("Previous",[]),[],[[new Terminal("más"), new Terminal("anterior")]]), new Rule(7, new FunApp("Previous",[]),[],[[new Terminal("más"), new Terminal("anteriores")]]), new Rule(6, new FunApp("Previous",[]),[],[[new Terminal("más"), new Terminal("anteriormente")]]), new Rule(5, new FunApp("Previous",[]),[],[[new Terminal("más"), new Terminal("anterior")]]), new Rule(4, new FunApp("Previous",[]),[],[[new Terminal("más"), new Terminal("anteriores")]]), new Rule(3, new FunApp("Previous",[]),[],[[new Terminal("más"), new Terminal("anterior")]]), new Rule(2, new FunApp("Previous",[]),[],[[new Terminal("más"), new Terminal("anteriores")]]), new Rule(1, new FunApp("Previous",[]),[],[[new Terminal("más"), new Terminal("anteriormente")]]), new Rule(20, new FunApp("Paste",[]),[],[[new Terminal("Pegar")]]), new Rule(46, new FunApp("Paste",[]),[],[[new Terminal("Pegar")]]), new Rule(45, new FunApp("Paste",[]),[],[[new Terminal("Pego")]]), new Rule(44, new FunApp("Paste",[]),[],[[new Terminal("Pegas")]]), new Rule(43, new FunApp("Paste",[]),[],[[new Terminal("Pega")]]), new Rule(42, new FunApp("Paste",[]),[],[[new Terminal("Pegamos")]]), new Rule(41, new FunApp("Paste",[]),[],[[new Terminal("Pegáis")]]), new Rule(40, new FunApp("Paste",[]),[],[[new Terminal("Pegan")]]), new Rule(39, new FunApp("Paste",[]),[],[[new Terminal("Pegue")]]), new Rule(38, new FunApp("Paste",[]),[],[[new Terminal("Pegues")]]), new Rule(37, new FunApp("Paste",[]),[],[[new Terminal("Pegue")]]), new Rule(36, new FunApp("Paste",[]),[],[[new Terminal("Peguemos")]]), new Rule(35, new FunApp("Paste",[]),[],[[new Terminal("Peguéis")]]), new Rule(34, new FunApp("Paste",[]),[],[[new Terminal("Peguen")]]), new Rule(33, new FunApp("Paste",[]),[],[[new Terminal("Pega")]]), new Rule(32, new FunApp("Paste",[]),[],[[new Terminal("Peguemos")]]), new Rule(31, new FunApp("Paste",[]),[],[[new Terminal("Pegad")]]), new Rule(30, new FunApp("Paste",[]),[],[[new Terminal("Pegado")]]), new Rule(29, new FunApp("Paste",[]),[],[[new Terminal("Pegados")]]), new Rule(28, new FunApp("Paste",[]),[],[[new Terminal("Pegada")]]), new Rule(27, new FunApp("Paste",[]),[],[[new Terminal("Pegadas")]]), new Rule(26, new FunApp("Paste",[]),[],[[new Terminal("Pegando")]]), new Rule(20, new FunApp("Parse",[]),[],[[new Terminal("Analizar")]]), new Rule(46, new FunApp("Parse",[]),[],[[new Terminal("Analizar")]]), new Rule(45, new FunApp("Parse",[]),[],[[new Terminal("Analizo")]]), new Rule(44, new FunApp("Parse",[]),[],[[new Terminal("Analizas")]]), new Rule(43, new FunApp("Parse",[]),[],[[new Terminal("Analiza")]]), new Rule(42, new FunApp("Parse",[]),[],[[new Terminal("Analizamos")]]), new Rule(41, new FunApp("Parse",[]),[],[[new Terminal("Analizáis")]]), new Rule(40, new FunApp("Parse",[]),[],[[new Terminal("Analizan")]]), new Rule(39, new FunApp("Parse",[]),[],[[new Terminal("Analice")]]), new Rule(38, new FunApp("Parse",[]),[],[[new Terminal("Analices")]]), new Rule(37, new FunApp("Parse",[]),[],[[new Terminal("Analice")]]), new Rule(36, new FunApp("Parse",[]),[],[[new Terminal("Analicemos")]]), new Rule(35, new FunApp("Parse",[]),[],[[new Terminal("Analicéis")]]), new Rule(34, new FunApp("Parse",[]),[],[[new Terminal("Analicen")]]), new Rule(33, new FunApp("Parse",[]),[],[[new Terminal("Analiza")]]), new Rule(32, new FunApp("Parse",[]),[],[[new Terminal("Analicemos")]]), new Rule(31, new FunApp("Parse",[]),[],[[new Terminal("Analizad")]]), new Rule(30, new FunApp("Parse",[]),[],[[new Terminal("sintácticamente")]]), new Rule(29, new FunApp("Parse",[]),[],[[new Terminal("sintácticamentos")]]), new Rule(28, new FunApp("Parse",[]),[],[[new Terminal("sintácticamenta")]]), new Rule(27, new FunApp("Parse",[]),[],[[new Terminal("sintácticamentas")]]), new Rule(26, new FunApp("Parse",[]),[],[[new Terminal("Analizando")]]), new Rule(22, new FunApp("Page",[]),[],[[new Terminal("página")]]), new Rule(78, new FunApp("Page",[]),[],[[new Terminal("páginas")]]), new Rule(17, new FunApp("Norwegian",[]),[],[[new Terminal("Noruego")]]), new Rule(16, new FunApp("Norwegian",[]),[],[[new Terminal("Noruegos")]]), new Rule(17, new FunApp("Node",[]),[],[[new Terminal("nodo")]]), new Rule(16, new FunApp("Node",[]),[],[[new Terminal("nodos")]]), new Rule(15, new FunApp("Next",[]),[],[[new Terminal("siguiente")]]), new Rule(14, new FunApp("Next",[]),[],[[new Terminal("siguientes")]]), new Rule(13, new FunApp("Next",[]),[],[[new Terminal("siguiente")]]), new Rule(12, new FunApp("Next",[]),[],[[new Terminal("siguientes")]]), new Rule(11, new FunApp("Next",[]),[],[[new Terminal("siguientemente")]]), new Rule(10, new FunApp("Next",[]),[],[[new Terminal("más"), new Terminal("siguiente")]]), new Rule(9, new FunApp("Next",[]),[],[[new Terminal("más"), new Terminal("siguientes")]]), new Rule(8, new FunApp("Next",[]),[],[[new Terminal("más"), new Terminal("siguiente")]]), new Rule(7, new FunApp("Next",[]),[],[[new Terminal("más"), new Terminal("siguientes")]]), new Rule(6, new FunApp("Next",[]),[],[[new Terminal("más"), new Terminal("siguientemente")]]), new Rule(5, new FunApp("Next",[]),[],[[new Terminal("más"), new Terminal("siguiente")]]), new Rule(4, new FunApp("Next",[]),[],[[new Terminal("más"), new Terminal("siguientes")]]), new Rule(3, new FunApp("Next",[]),[],[[new Terminal("más"), new Terminal("siguiente")]]), new Rule(2, new FunApp("Next",[]),[],[[new Terminal("más"), new Terminal("siguientes")]]), new Rule(1, new FunApp("Next",[]),[],[[new Terminal("más"), new Terminal("siguientemente")]]), new Rule(17, new FunApp("Language",[]),[],[[new Terminal("lenguaje")]]), new Rule(16, new FunApp("Language",[]),[],[[new Terminal("lenguajes")]]), new Rule(18, new FunApp("Label",[new Arg(0)]),[77],[[new ArgProj(0, 0)]]), new Rule(77, new Arg(0),[22],[[new ArgProj(0, 0)]]), new Rule(77, new Arg(0),[17],[[new ArgProj(0, 0)]]), new Rule(17, new FunApp("Italian",[]),[],[[new Terminal("Italiano")]]), new Rule(16, new FunApp("Italian",[]),[],[[new Terminal("Italianos")]]), new Rule(17, new FunApp("Integer_N",[]),[],[[new Terminal("número"), new Terminal("entero")]]), new Rule(16, new FunApp("Integer_N",[]),[],[[new Terminal("números"), new Terminal("entero")]]), new Rule(76, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(75, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(74, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(73, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(72, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(71, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(70, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(69, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(68, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(67, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(66, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(65, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(64, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(63, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(62, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(61, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(60, new FunApp("IndefSgDet",[]),[],[[new Terminal("un")]]), new Rule(19, new FunApp("IndefSgDet",[]),[],[[new Terminal("un")]]), new Rule(59, new FunApp("IndefSgDet",[]),[],[[new Terminal("de"), new Terminal("un")]]), new Rule(58, new FunApp("IndefSgDet",[]),[],[[new Terminal("a"), new Terminal("un")]]), new Rule(57, new FunApp("IndefSgDet",[]),[],[[new Terminal("una")]]), new Rule(23, new FunApp("IndefSgDet",[]),[],[[new Terminal("una")]]), new Rule(56, new FunApp("IndefSgDet",[]),[],[[new Terminal("de"), new Terminal("una")]]), new Rule(55, new FunApp("IndefSgDet",[]),[],[[new Terminal("a"), new Terminal("una")]]), new Rule(54, new FunApp("IndefSgDet",[]),[],[[new Terminal("unos")]]), new Rule(53, new FunApp("IndefSgDet",[]),[],[[new Terminal("unos")]]), new Rule(52, new FunApp("IndefSgDet",[]),[],[[new Terminal("de"), new Terminal("unos")]]), new Rule(51, new FunApp("IndefSgDet",[]),[],[[new Terminal("a"), new Terminal("unos")]]), new Rule(50, new FunApp("IndefSgDet",[]),[],[[new Terminal("unas")]]), new Rule(49, new FunApp("IndefSgDet",[]),[],[[new Terminal("unas")]]), new Rule(48, new FunApp("IndefSgDet",[]),[],[[new Terminal("de"), new Terminal("unas")]]), new Rule(47, new FunApp("IndefSgDet",[]),[],[[new Terminal("a"), new Terminal("unas")]]), new Rule(76, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(75, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(74, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(73, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(72, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(71, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(70, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(69, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(68, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(67, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(66, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(65, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(64, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(63, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(62, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(61, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(60, new FunApp("IndefPlDet",[]),[],[[new Terminal("un")]]), new Rule(19, new FunApp("IndefPlDet",[]),[],[[new Terminal("un")]]), new Rule(59, new FunApp("IndefPlDet",[]),[],[[new Terminal("de"), new Terminal("un")]]), new Rule(58, new FunApp("IndefPlDet",[]),[],[[new Terminal("a"), new Terminal("un")]]), new Rule(57, new FunApp("IndefPlDet",[]),[],[[new Terminal("una")]]), new Rule(23, new FunApp("IndefPlDet",[]),[],[[new Terminal("una")]]), new Rule(56, new FunApp("IndefPlDet",[]),[],[[new Terminal("de"), new Terminal("una")]]), new Rule(55, new FunApp("IndefPlDet",[]),[],[[new Terminal("a"), new Terminal("una")]]), new Rule(54, new FunApp("IndefPlDet",[]),[],[[new Terminal("unos")]]), new Rule(53, new FunApp("IndefPlDet",[]),[],[[new Terminal("unos")]]), new Rule(52, new FunApp("IndefPlDet",[]),[],[[new Terminal("de"), new Terminal("unos")]]), new Rule(51, new FunApp("IndefPlDet",[]),[],[[new Terminal("a"), new Terminal("unos")]]), new Rule(50, new FunApp("IndefPlDet",[]),[],[[new Terminal("unas")]]), new Rule(49, new FunApp("IndefPlDet",[]),[],[[new Terminal("unas")]]), new Rule(48, new FunApp("IndefPlDet",[]),[],[[new Terminal("de"), new Terminal("unas")]]), new Rule(47, new FunApp("IndefPlDet",[]),[],[[new Terminal("a"), new Terminal("unas")]]), new Rule(17, new FunApp("German",[]),[],[[new Terminal("Alemán")]]), new Rule(16, new FunApp("German",[]),[],[[new Terminal("Alemánes")]]), new Rule(17, new FunApp("French",[]),[],[[new Terminal("Francés")]]), new Rule(16, new FunApp("French",[]),[],[[new Terminal("Francéses")]]), new Rule(17, new FunApp("Float_N",[]),[],[[new Terminal("número"), new Terminal("real")]]), new Rule(16, new FunApp("Float_N",[]),[],[[new Terminal("números"), new Terminal("real")]]), new Rule(17, new FunApp("Finnish",[]),[],[[new Terminal("Finlandés")]]), new Rule(16, new FunApp("Finnish",[]),[],[[new Terminal("Finlandéses")]]), new Rule(18, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[13, 22],[[new Terminal("no"), new Terminal("hay"), new Terminal("una"), new ArgProj(1, 0), new ArgProj(0, 0)]]), new Rule(18, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[15, 17],[[new Terminal("no"), new Terminal("hay"), new Terminal("un"), new ArgProj(1, 0), new ArgProj(0, 0)]]), new Rule(18, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[25, 22],[[new Terminal("no"), new Terminal("hay"), new Terminal("una"), new ArgProj(0, 0), new ArgProj(1, 0)]]), new Rule(18, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[24, 17],[[new Terminal("no"), new Terminal("hay"), new Terminal("un"), new ArgProj(0, 0), new ArgProj(1, 0)]]), new Rule(20, new FunApp("Enter",[]),[],[[new Terminal("introducir")]]), new Rule(46, new FunApp("Enter",[]),[],[[new Terminal("introducir")]]), new Rule(45, new FunApp("Enter",[]),[],[[new Terminal("introduzco")]]), new Rule(44, new FunApp("Enter",[]),[],[[new Terminal("introduces")]]), new Rule(43, new FunApp("Enter",[]),[],[[new Terminal("introduce")]]), new Rule(42, new FunApp("Enter",[]),[],[[new Terminal("introducimos")]]), new Rule(41, new FunApp("Enter",[]),[],[[new Terminal("introducís")]]), new Rule(40, new FunApp("Enter",[]),[],[[new Terminal("introducen")]]), new Rule(39, new FunApp("Enter",[]),[],[[new Terminal("introduzca")]]), new Rule(38, new FunApp("Enter",[]),[],[[new Terminal("introduzcas")]]), new Rule(37, new FunApp("Enter",[]),[],[[new Terminal("introduzca")]]), new Rule(36, new FunApp("Enter",[]),[],[[new Terminal("introduzcamos")]]), new Rule(35, new FunApp("Enter",[]),[],[[new Terminal("introduzcáis")]]), new Rule(34, new FunApp("Enter",[]),[],[[new Terminal("introduzcan")]]), new Rule(33, new FunApp("Enter",[]),[],[[new Terminal("introduce")]]), new Rule(32, new FunApp("Enter",[]),[],[[new Terminal("introduzcamos")]]), new Rule(31, new FunApp("Enter",[]),[],[[new Terminal("introducid")]]), new Rule(30, new FunApp("Enter",[]),[],[[new Terminal("introducido")]]), new Rule(29, new FunApp("Enter",[]),[],[[new Terminal("introducidos")]]), new Rule(28, new FunApp("Enter",[]),[],[[new Terminal("introducida")]]), new Rule(27, new FunApp("Enter",[]),[],[[new Terminal("introducidas")]]), new Rule(26, new FunApp("Enter",[]),[],[[new Terminal("introduciendo")]]), new Rule(17, new FunApp("English",[]),[],[[new Terminal("Inglés")]]), new Rule(16, new FunApp("English",[]),[],[[new Terminal("Ingléses")]]), new Rule(20, new FunApp("Delete",[]),[],[[new Terminal("Borrar")]]), new Rule(46, new FunApp("Delete",[]),[],[[new Terminal("Borrar")]]), new Rule(45, new FunApp("Delete",[]),[],[[new Terminal("Borro")]]), new Rule(44, new FunApp("Delete",[]),[],[[new Terminal("Borras")]]), new Rule(43, new FunApp("Delete",[]),[],[[new Terminal("Borra")]]), new Rule(42, new FunApp("Delete",[]),[],[[new Terminal("Borramos")]]), new Rule(41, new FunApp("Delete",[]),[],[[new Terminal("Borráis")]]), new Rule(40, new FunApp("Delete",[]),[],[[new Terminal("Borran")]]), new Rule(39, new FunApp("Delete",[]),[],[[new Terminal("Borre")]]), new Rule(38, new FunApp("Delete",[]),[],[[new Terminal("Borres")]]), new Rule(37, new FunApp("Delete",[]),[],[[new Terminal("Borre")]]), new Rule(36, new FunApp("Delete",[]),[],[[new Terminal("Borremos")]]), new Rule(35, new FunApp("Delete",[]),[],[[new Terminal("Borréis")]]), new Rule(34, new FunApp("Delete",[]),[],[[new Terminal("Borren")]]), new Rule(33, new FunApp("Delete",[]),[],[[new Terminal("Borra")]]), new Rule(32, new FunApp("Delete",[]),[],[[new Terminal("Borremos")]]), new Rule(31, new FunApp("Delete",[]),[],[[new Terminal("Borrad")]]), new Rule(30, new FunApp("Delete",[]),[],[[new Terminal("Borrado")]]), new Rule(29, new FunApp("Delete",[]),[],[[new Terminal("Borrados")]]), new Rule(28, new FunApp("Delete",[]),[],[[new Terminal("Borrada")]]), new Rule(27, new FunApp("Delete",[]),[],[[new Terminal("Borradas")]]), new Rule(26, new FunApp("Delete",[]),[],[[new Terminal("Borrando")]]), new Rule(76, new FunApp("DefSgDet",[]),[],[[new Terminal("el")]]), new Rule(75, new FunApp("DefSgDet",[]),[],[[new Terminal("el")]]), new Rule(74, new FunApp("DefSgDet",[]),[],[[new Terminal("del")]]), new Rule(73, new FunApp("DefSgDet",[]),[],[[new Terminal("al")]]), new Rule(72, new FunApp("DefSgDet",[]),[],[[new Terminal("la")]]), new Rule(71, new FunApp("DefSgDet",[]),[],[[new Terminal("la")]]), new Rule(70, new FunApp("DefSgDet",[]),[],[[new Terminal("de"), new Terminal("la")]]), new Rule(69, new FunApp("DefSgDet",[]),[],[[new Terminal("a"), new Terminal("la")]]), new Rule(68, new FunApp("DefSgDet",[]),[],[[new Terminal("los")]]), new Rule(67, new FunApp("DefSgDet",[]),[],[[new Terminal("los")]]), new Rule(66, new FunApp("DefSgDet",[]),[],[[new Terminal("de"), new Terminal("los")]]), new Rule(65, new FunApp("DefSgDet",[]),[],[[new Terminal("a"), new Terminal("los")]]), new Rule(64, new FunApp("DefSgDet",[]),[],[[new Terminal("las")]]), new Rule(63, new FunApp("DefSgDet",[]),[],[[new Terminal("las")]]), new Rule(62, new FunApp("DefSgDet",[]),[],[[new Terminal("de"), new Terminal("las")]]), new Rule(61, new FunApp("DefSgDet",[]),[],[[new Terminal("a"), new Terminal("las")]]), new Rule(60, new FunApp("DefSgDet",[]),[],[[new Terminal("el")]]), new Rule(19, new FunApp("DefSgDet",[]),[],[[new Terminal("el")]]), new Rule(59, new FunApp("DefSgDet",[]),[],[[new Terminal("del")]]), new Rule(58, new FunApp("DefSgDet",[]),[],[[new Terminal("al")]]), new Rule(57, new FunApp("DefSgDet",[]),[],[[new Terminal("la")]]), new Rule(23, new FunApp("DefSgDet",[]),[],[[new Terminal("la")]]), new Rule(56, new FunApp("DefSgDet",[]),[],[[new Terminal("de"), new Terminal("la")]]), new Rule(55, new FunApp("DefSgDet",[]),[],[[new Terminal("a"), new Terminal("la")]]), new Rule(54, new FunApp("DefSgDet",[]),[],[[new Terminal("los")]]), new Rule(53, new FunApp("DefSgDet",[]),[],[[new Terminal("los")]]), new Rule(52, new FunApp("DefSgDet",[]),[],[[new Terminal("de"), new Terminal("los")]]), new Rule(51, new FunApp("DefSgDet",[]),[],[[new Terminal("a"), new Terminal("los")]]), new Rule(50, new FunApp("DefSgDet",[]),[],[[new Terminal("las")]]), new Rule(49, new FunApp("DefSgDet",[]),[],[[new Terminal("las")]]), new Rule(48, new FunApp("DefSgDet",[]),[],[[new Terminal("de"), new Terminal("las")]]), new Rule(47, new FunApp("DefSgDet",[]),[],[[new Terminal("a"), new Terminal("las")]]), new Rule(76, new FunApp("DefPlDet",[]),[],[[new Terminal("el")]]), new Rule(75, new FunApp("DefPlDet",[]),[],[[new Terminal("el")]]), new Rule(74, new FunApp("DefPlDet",[]),[],[[new Terminal("del")]]), new Rule(73, new FunApp("DefPlDet",[]),[],[[new Terminal("al")]]), new Rule(72, new FunApp("DefPlDet",[]),[],[[new Terminal("la")]]), new Rule(71, new FunApp("DefPlDet",[]),[],[[new Terminal("la")]]), new Rule(70, new FunApp("DefPlDet",[]),[],[[new Terminal("de"), new Terminal("la")]]), new Rule(69, new FunApp("DefPlDet",[]),[],[[new Terminal("a"), new Terminal("la")]]), new Rule(68, new FunApp("DefPlDet",[]),[],[[new Terminal("los")]]), new Rule(67, new FunApp("DefPlDet",[]),[],[[new Terminal("los")]]), new Rule(66, new FunApp("DefPlDet",[]),[],[[new Terminal("de"), new Terminal("los")]]), new Rule(65, new FunApp("DefPlDet",[]),[],[[new Terminal("a"), new Terminal("los")]]), new Rule(64, new FunApp("DefPlDet",[]),[],[[new Terminal("las")]]), new Rule(63, new FunApp("DefPlDet",[]),[],[[new Terminal("las")]]), new Rule(62, new FunApp("DefPlDet",[]),[],[[new Terminal("de"), new Terminal("las")]]), new Rule(61, new FunApp("DefPlDet",[]),[],[[new Terminal("a"), new Terminal("las")]]), new Rule(60, new FunApp("DefPlDet",[]),[],[[new Terminal("el")]]), new Rule(19, new FunApp("DefPlDet",[]),[],[[new Terminal("el")]]), new Rule(59, new FunApp("DefPlDet",[]),[],[[new Terminal("del")]]), new Rule(58, new FunApp("DefPlDet",[]),[],[[new Terminal("al")]]), new Rule(57, new FunApp("DefPlDet",[]),[],[[new Terminal("la")]]), new Rule(23, new FunApp("DefPlDet",[]),[],[[new Terminal("la")]]), new Rule(56, new FunApp("DefPlDet",[]),[],[[new Terminal("de"), new Terminal("la")]]), new Rule(55, new FunApp("DefPlDet",[]),[],[[new Terminal("a"), new Terminal("la")]]), new Rule(54, new FunApp("DefPlDet",[]),[],[[new Terminal("los")]]), new Rule(53, new FunApp("DefPlDet",[]),[],[[new Terminal("los")]]), new Rule(52, new FunApp("DefPlDet",[]),[],[[new Terminal("de"), new Terminal("los")]]), new Rule(51, new FunApp("DefPlDet",[]),[],[[new Terminal("a"), new Terminal("los")]]), new Rule(50, new FunApp("DefPlDet",[]),[],[[new Terminal("las")]]), new Rule(49, new FunApp("DefPlDet",[]),[],[[new Terminal("las")]]), new Rule(48, new FunApp("DefPlDet",[]),[],[[new Terminal("de"), new Terminal("las")]]), new Rule(47, new FunApp("DefPlDet",[]),[],[[new Terminal("a"), new Terminal("las")]]), new Rule(17, new FunApp("Danish",[]),[],[[new Terminal("Danés")]]), new Rule(16, new FunApp("Danish",[]),[],[[new Terminal("Danéses")]]), new Rule(20, new FunApp("Cut",[]),[],[[new Terminal("Cortar")]]), new Rule(46, new FunApp("Cut",[]),[],[[new Terminal("Cortar")]]), new Rule(45, new FunApp("Cut",[]),[],[[new Terminal("Corto")]]), new Rule(44, new FunApp("Cut",[]),[],[[new Terminal("Cortas")]]), new Rule(43, new FunApp("Cut",[]),[],[[new Terminal("Corta")]]), new Rule(42, new FunApp("Cut",[]),[],[[new Terminal("Cortamos")]]), new Rule(41, new FunApp("Cut",[]),[],[[new Terminal("Cortáis")]]), new Rule(40, new FunApp("Cut",[]),[],[[new Terminal("Cortan")]]), new Rule(39, new FunApp("Cut",[]),[],[[new Terminal("Corte")]]), new Rule(38, new FunApp("Cut",[]),[],[[new Terminal("Cortes")]]), new Rule(37, new FunApp("Cut",[]),[],[[new Terminal("Corte")]]), new Rule(36, new FunApp("Cut",[]),[],[[new Terminal("Cortemos")]]), new Rule(35, new FunApp("Cut",[]),[],[[new Terminal("Cortéis")]]), new Rule(34, new FunApp("Cut",[]),[],[[new Terminal("Corten")]]), new Rule(33, new FunApp("Cut",[]),[],[[new Terminal("Corta")]]), new Rule(32, new FunApp("Cut",[]),[],[[new Terminal("Cortemos")]]), new Rule(31, new FunApp("Cut",[]),[],[[new Terminal("Cortad")]]), new Rule(30, new FunApp("Cut",[]),[],[[new Terminal("Cortado")]]), new Rule(29, new FunApp("Cut",[]),[],[[new Terminal("Cortados")]]), new Rule(28, new FunApp("Cut",[]),[],[[new Terminal("Cortada")]]), new Rule(27, new FunApp("Cut",[]),[],[[new Terminal("Cortadas")]]), new Rule(26, new FunApp("Cut",[]),[],[[new Terminal("Cortando")]]), new Rule(20, new FunApp("Copy",[]),[],[[new Terminal("Copiar")]]), new Rule(46, new FunApp("Copy",[]),[],[[new Terminal("Copiar")]]), new Rule(45, new FunApp("Copy",[]),[],[[new Terminal("Copío")]]), new Rule(44, new FunApp("Copy",[]),[],[[new Terminal("Copías")]]), new Rule(43, new FunApp("Copy",[]),[],[[new Terminal("Copía")]]), new Rule(42, new FunApp("Copy",[]),[],[[new Terminal("Copiamos")]]), new Rule(41, new FunApp("Copy",[]),[],[[new Terminal("Copiáis")]]), new Rule(40, new FunApp("Copy",[]),[],[[new Terminal("Copían")]]), new Rule(39, new FunApp("Copy",[]),[],[[new Terminal("Copíe")]]), new Rule(38, new FunApp("Copy",[]),[],[[new Terminal("Copíes")]]), new Rule(37, new FunApp("Copy",[]),[],[[new Terminal("Copíe")]]), new Rule(36, new FunApp("Copy",[]),[],[[new Terminal("Copiemos")]]), new Rule(35, new FunApp("Copy",[]),[],[[new Terminal("Copiéis")]]), new Rule(34, new FunApp("Copy",[]),[],[[new Terminal("Copíen")]]), new Rule(33, new FunApp("Copy",[]),[],[[new Terminal("Copía")]]), new Rule(32, new FunApp("Copy",[]),[],[[new Terminal("Copiemos")]]), new Rule(31, new FunApp("Copy",[]),[],[[new Terminal("Copiad")]]), new Rule(30, new FunApp("Copy",[]),[],[[new Terminal("Copiado")]]), new Rule(29, new FunApp("Copy",[]),[],[[new Terminal("Copiados")]]), new Rule(28, new FunApp("Copy",[]),[],[[new Terminal("Copiada")]]), new Rule(27, new FunApp("Copy",[]),[],[[new Terminal("Copiadas")]]), new Rule(26, new FunApp("Copy",[]),[],[[new Terminal("Copiando")]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[21, 23, 13, 22],[[new ArgProj(0, 0), new Terminal("&+"), new Terminal("se"), new ArgProj(1, 0), new ArgProj(3, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[20, 23, 13, 22],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(3, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[21, 19, 15, 17],[[new ArgProj(0, 0), new Terminal("&+"), new Terminal("se"), new ArgProj(1, 0), new ArgProj(3, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[20, 19, 15, 17],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(3, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[21, 23, 25, 22],[[new ArgProj(0, 0), new Terminal("&+"), new Terminal("se"), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[20, 23, 25, 22],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[21, 19, 24, 17],[[new ArgProj(0, 0), new Terminal("&+"), new Terminal("se"), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(18, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[20, 19, 24, 17],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(18, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[21, 23, 22],[[new ArgProj(0, 0), new Terminal("&+"), new Terminal("se"), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[20, 23, 22],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[21, 19, 17],[[new ArgProj(0, 0), new Terminal("&+"), new Terminal("se"), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(18, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[20, 19, 17],[[new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(17, new FunApp("Bulgarian",[]),[],[[new Terminal("Búlgaro")]]), new Rule(16, new FunApp("Bulgarian",[]),[],[[new Terminal("Búlgaros")]]), new Rule(15, new FunApp("Available",[]),[],[[new Terminal("disponible")]]), new Rule(14, new FunApp("Available",[]),[],[[new Terminal("disponibles")]]), new Rule(13, new FunApp("Available",[]),[],[[new Terminal("disponible")]]), new Rule(12, new FunApp("Available",[]),[],[[new Terminal("disponibles")]]), new Rule(11, new FunApp("Available",[]),[],[[new Terminal("disponiblemente")]]), new Rule(10, new FunApp("Available",[]),[],[[new Terminal("más"), new Terminal("disponible")]]), new Rule(9, new FunApp("Available",[]),[],[[new Terminal("más"), new Terminal("disponibles")]]), new Rule(8, new FunApp("Available",[]),[],[[new Terminal("más"), new Terminal("disponible")]]), new Rule(7, new FunApp("Available",[]),[],[[new Terminal("más"), new Terminal("disponibles")]]), new Rule(6, new FunApp("Available",[]),[],[[new Terminal("más"), new Terminal("disponiblemente")]]), new Rule(5, new FunApp("Available",[]),[],[[new Terminal("más"), new Terminal("disponible")]]), new Rule(4, new FunApp("Available",[]),[],[[new Terminal("más"), new Terminal("disponibles")]]), new Rule(3, new FunApp("Available",[]),[],[[new Terminal("más"), new Terminal("disponible")]]), new Rule(2, new FunApp("Available",[]),[],[[new Terminal("más"), new Terminal("disponibles")]]), new Rule(1, new FunApp("Available",[]),[],[[new Terminal("más"), new Terminal("disponiblemente")]])],{Adjective:[24, 15, 10, 5, 14, 9, 4, 25, 13, 8, 3, 12, 7, 2, 11, 6, 1], Determiner:[76, 60, 68, 54, 72, 57, 64, 50, 75, 19, 67, 53, 71, 23, 63, 49, 74, 59, 66, 52, 70, 56, 62, 48, 73, 58, 65, 51, 69, 55, 61, 47], Float:[-3], Int:[-2], Noun:[77, 17, 22, 16, 78], Sentence:[18], String:[-1], Verb:[20, 21, 46, 45, 44, 43, 42, 41, 40, 39, 38, 37, 36, 35, 34, 33, 32, 31, 30, 29, 28, 27, 26], _Var:[-4]})), EditorSwe: new GFConcrete({coding: "utf8"},{Available: function(cs){return new Arr(new Suffix("tillgänglig", Editor.concretes["EditorSwe"].rule("_0", cs)), new Int(1));}, Bulgarian: function(cs){return new Arr(new Arr(new Arr(new Suffix("Bulgariska", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Bulgariskan", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(new Suffix("Bulgariskor", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Bulgariskorna", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(0));}, Command: function(cs){return new Arr(new Seq(Editor.concretes["EditorSwe"].rule("_16", cs), Editor.concretes["EditorSwe"].rule("_17", cs), Editor.concretes["EditorSwe"].rule("_23", cs), Editor.concretes["EditorSwe"].rule("_47", cs), Editor.concretes["EditorSwe"].rule("_62", cs), Editor.concretes["EditorSwe"].rule("_64", cs)));}, CommandAdj: function(cs){return new Arr(new Seq(Editor.concretes["EditorSwe"].rule("_16", cs), Editor.concretes["EditorSwe"].rule("_17", cs), Editor.concretes["EditorSwe"].rule("_67", cs).sel(new Int(1)).sel(Editor.concretes["EditorSwe"].rule("_69", cs)),(new Arr(new Seq(Editor.concretes["EditorSwe"].rule("_75", cs).sel(Editor.concretes["EditorSwe"].rule("_80", cs).sel(Editor.concretes["EditorSwe"].rule("_86", cs).sel(new Int(0))).sel(Editor.concretes["EditorSwe"].rule("_86", cs).sel(new Int(1)))), Editor.concretes["EditorSwe"].rule("_95", cs)), new Seq(Editor.concretes["EditorSwe"].rule("_75", cs).sel(Editor.concretes["EditorSwe"].rule("_80", cs).sel(Editor.concretes["EditorSwe"].rule("_97", cs).sel(new Int(0))).sel(Editor.concretes["EditorSwe"].rule("_97", cs).sel(new Int(1)))), Editor.concretes["EditorSwe"].rule("_95", cs)), new Seq(Editor.concretes["EditorSwe"].rule("_75", cs).sel(Editor.concretes["EditorSwe"].rule("_80", cs).sel(Editor.concretes["EditorSwe"].rule("_105", cs)).sel(Editor.concretes["EditorSwe"].rule("_107", cs))), Editor.concretes["EditorSwe"].rule("_93", cs).sel(new Int(1)).sel(new Int(0))))).sel(Editor.concretes["EditorSwe"].rule("_38", cs).sel(Editor.concretes["EditorSwe"].rule("_114", cs).sel(new Int(0))).sel(Editor.concretes["EditorSwe"].rule("_114", cs).sel(new Int(1))).sel(Editor.concretes["EditorSwe"].rule("_114", cs).sel(new Int(2)))), Editor.concretes["EditorSwe"].rule("_50", cs).sel(Editor.concretes["EditorSwe"].rule("_105", cs)).sel(Editor.concretes["EditorSwe"].rule("_107", cs)), Editor.concretes["EditorSwe"].rule("_64", cs)));}, Copy: function(cs){return new Arr(new Suffix("Kopiera", Editor.concretes["EditorSwe"].rule("_126", cs)), Editor.concretes["EditorSwe"].rule("_48", cs), new Int(0));}, Cut: function(cs){return new Arr(new Suffix("Klipp", Editor.concretes["EditorSwe"].rule("_129", cs)), new Str("ut"), new Int(0));}, Danish: function(cs){return new Arr(new Arr(new Arr(new Suffix("Danska", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Danskan", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(new Suffix("Danskor", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Danskorna", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(0));}, DefPlDet: function(cs){return Editor.concretes["EditorSwe"].rule("_152", cs);}, DefSgDet: function(cs){return Editor.concretes["EditorSwe"].rule("_152", cs);}, Delete: function(cs){return new Arr(new Suffix("Radera", Editor.concretes["EditorSwe"].rule("_126", cs)), Editor.concretes["EditorSwe"].rule("_48", cs), new Int(0));}, English: function(cs){return new Arr(new Arr(new Arr(new Suffix("Engelska", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Engelskan", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(new Suffix("Engelskor", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Engelskorna", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(0));}, Enter: function(cs){return new Arr(new Suffix("Skriv", new Arr(new Str("er"), new Str("s"), new Str(""), new Str("s"), new Str("a"), new Str("as"), new Str("d"), new Str("ds"), new Str("t"), new Str("ts"), new Str("da"), new Str("das"), new Str("da"), new Str("das"), new Str("da"), new Str("das"))), Editor.concretes["EditorSwe"].rule("_48", cs), new Int(0));}, ErrorMessage: function(cs){return new Arr(new Seq(new Str("det"), new Str("finns"), new Str("inte"),(new Arr(new Str("en"), new Str("ett"))).sel(Editor.concretes["EditorSwe"].rule("_39", cs)),(new Arr(new Seq(Editor.concretes["EditorSwe"].rule("_173", cs).sel(Editor.concretes["EditorSwe"].rule("_177", cs).sel(Editor.concretes["EditorSwe"].rule("_183", cs).sel(new Int(0))).sel(Editor.concretes["EditorSwe"].rule("_183", cs).sel(new Int(1)))), Editor.concretes["EditorSwe"].rule("_189", cs)), new Seq(Editor.concretes["EditorSwe"].rule("_173", cs).sel(Editor.concretes["EditorSwe"].rule("_177", cs).sel(Editor.concretes["EditorSwe"].rule("_191", cs).sel(new Int(0))).sel(Editor.concretes["EditorSwe"].rule("_191", cs).sel(new Int(1)))), Editor.concretes["EditorSwe"].rule("_189", cs)), new Seq(Editor.concretes["EditorSwe"].rule("_173", cs).sel(Editor.concretes["EditorSwe"].rule("_177", cs).sel(Editor.concretes["EditorSwe"].rule("_198", cs).sel(new Int(0))).sel(Editor.concretes["EditorSwe"].rule("_198", cs).sel(new Int(1)))), Editor.concretes["EditorSwe"].rule("_20", cs).sel(new Int(0))))).sel(Editor.concretes["EditorSwe"].rule("_38", cs).sel(Editor.concretes["EditorSwe"].rule("_207", cs).sel(new Int(0))).sel(Editor.concretes["EditorSwe"].rule("_207", cs).sel(new Int(1))).sel(Editor.concretes["EditorSwe"].rule("_207", cs).sel(new Int(2))))));}, Finnish: function(cs){return new Arr(new Arr(new Arr(new Suffix("Finska", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Finskan", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(new Suffix("Finskor", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Finskorna", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(0));}, Float_N: function(cs){return new Arr(new Arr(new Arr(Editor.concretes["EditorSwe"].rule("_225", cs), new Suffix("flyttalet", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(Editor.concretes["EditorSwe"].rule("_225", cs), new Suffix("flyttalen", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(1));}, French: function(cs){return new Arr(new Arr(new Arr(new Suffix("Franska", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Franskan", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(new Suffix("Franskor", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Franskorna", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(0));}, German: function(cs){return new Arr(new Arr(new Arr(new Suffix("Tyska", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Tyskan", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(new Suffix("Tyskor", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Tyskorna", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(0));}, IndefPlDet: function(cs){return Editor.concretes["EditorSwe"].rule("_255", cs);}, IndefSgDet: function(cs){return Editor.concretes["EditorSwe"].rule("_255", cs);}, Integer_N: function(cs){return new Arr(new Arr(new Arr(Editor.concretes["EditorSwe"].rule("_256", cs), new Suffix("heltalet", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(Editor.concretes["EditorSwe"].rule("_256", cs), new Suffix("heltalen", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(1));}, Italian: function(cs){return new Arr(new Arr(new Arr(new Suffix("Italienska", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Italienskan", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(new Suffix("Italienskor", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Italienskorna", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(0));}, Label: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_168", cs).sel(new Int(0)).sel(new Int(0)));}, Language: function(cs){return new Arr(new Arr(new Arr(Editor.concretes["EditorSwe"].rule("_274", cs), new Suffix("språket", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(Editor.concretes["EditorSwe"].rule("_274", cs), new Suffix("språken", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(1));}, Next: function(cs){return new Arr(new Suffix("näst", Editor.concretes["EditorSwe"].rule("_0", cs)), new Int(1));}, Node: function(cs){return new Arr(new Arr(new Arr(new Suffix("nod", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("noden", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(new Suffix("nodar", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("nodarna", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(0));}, Norwegian: function(cs){return new Arr(new Arr(new Arr(new Suffix("Norska", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Norskan", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(new Suffix("Norskor", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Norskorna", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(0));}, Page: function(cs){return new Arr(new Arr(new Arr(new Suffix("sida", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("sidan", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(new Suffix("sidor", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("sidorna", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(0));}, Parse: function(cs){return new Arr(new Suffix("Parsa", Editor.concretes["EditorSwe"].rule("_126", cs)), Editor.concretes["EditorSwe"].rule("_48", cs), new Int(0));}, Paste: function(cs){return new Arr(new Suffix("Klistra", Editor.concretes["EditorSwe"].rule("_126", cs)), new Str("in"), new Int(0));}, Previous: function(cs){return new Arr(new Arr(new Str("föregående"), new Str("föregåendes"), new Str("föregående"), new Str("föregåendes"), new Str("föregående"), new Str("föregåendes"), new Str("föregående"), new Str("föregåendes"), new Str("föregående"), new Str("föregåendes"), Editor.concretes["EditorSwe"].rule("_48", cs), new Str("s"), Editor.concretes["EditorSwe"].rule("_48", cs), new Str("s"), new Str("a"), new Str("as")), new Int(1));}, RandomlyCommand: function(cs){return new Arr(new Seq(Editor.concretes["EditorSwe"].rule("_16", cs), Editor.concretes["EditorSwe"].rule("_17", cs), Editor.concretes["EditorSwe"].rule("_23", cs), Editor.concretes["EditorSwe"].rule("_47", cs), Editor.concretes["EditorSwe"].rule("_62", cs), Editor.concretes["EditorSwe"].rule("_64", cs), new Str("slumpmässigt")));}, Redo: function(cs){return new Arr(new Suffix("Upprepa", Editor.concretes["EditorSwe"].rule("_126", cs)), Editor.concretes["EditorSwe"].rule("_48", cs), new Int(0));}, Refine: function(cs){return new Arr(new Suffix("Raffinera", Editor.concretes["EditorSwe"].rule("_126", cs)), Editor.concretes["EditorSwe"].rule("_48", cs), new Int(0));}, Refinement: function(cs){return new Arr(new Arr(new Arr(new Suffix("raffinemang", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("raffinemangen", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(new Suffix("raffinemangar", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("raffinemangarna", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(0));}, Replace: function(cs){return new Arr(new Suffix("Ersätt", Editor.concretes["EditorSwe"].rule("_129", cs)), Editor.concretes["EditorSwe"].rule("_48", cs), new Int(0));}, Russian: function(cs){return new Arr(new Arr(new Arr(new Suffix("Ryska", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Ryskan", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(new Suffix("Ryskor", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Ryskorna", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(0));}, Select: function(cs){return new Arr(new Suffix("Välj", Editor.concretes["EditorSwe"].rule("_129", cs)), Editor.concretes["EditorSwe"].rule("_48", cs), new Int(0));}, Show: function(cs){return new Arr(new Suffix("Visa", Editor.concretes["EditorSwe"].rule("_126", cs)), Editor.concretes["EditorSwe"].rule("_48", cs), new Int(0));}, SingleWordCommand: function(cs){return new Arr(new Seq(Editor.concretes["EditorSwe"].rule("_16", cs), Editor.concretes["EditorSwe"].rule("_17", cs),(new Arr(Editor.concretes["EditorSwe"].rule("_345", cs), Editor.concretes["EditorSwe"].rule("_345", cs), new Arr((new Arr(Editor.concretes["EditorSwe"].rule("_48", cs), Editor.concretes["EditorSwe"].rule("_48", cs), new Str("oss"))).sel(Editor.concretes["EditorSwe"].rule("_14", cs)),(new Arr(Editor.concretes["EditorSwe"].rule("_48", cs), Editor.concretes["EditorSwe"].rule("_48", cs), new Str("er"))).sel(Editor.concretes["EditorSwe"].rule("_14", cs)), Editor.concretes["EditorSwe"].rule("_344", cs)))).sel(Editor.concretes["EditorSwe"].rule("_76", cs).sel(new Int(0))).sel(Editor.concretes["EditorSwe"].rule("_76", cs).sel(new Int(1)))));}, Spanish: function(cs){return new Arr(new Arr(new Arr(new Suffix("Spanska", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Spanskan", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(new Suffix("Spanskor", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Spanskorna", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(0));}, String_N: function(cs){return new Arr(new Arr(new Arr(new Suffix("sträng", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("strängen", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(new Suffix("strängar", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("strängarna", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(0));}, Swedish: function(cs){return new Arr(new Arr(new Arr(new Suffix("Svenska", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Svenskan", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(new Suffix("Svenskor", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("Svenskorna", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(0));}, Tree: function(cs){return new Arr(new Arr(new Arr(Editor.concretes["EditorSwe"].rule("_382", cs), new Suffix("trädet", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(Editor.concretes["EditorSwe"].rule("_382", cs), new Suffix("träden", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(1));}, Undo: function(cs){return new Arr(new Suffix("Ångra", Editor.concretes["EditorSwe"].rule("_126", cs)), Editor.concretes["EditorSwe"].rule("_48", cs), new Int(0));}, Wrap: function(cs){return new Arr(new Suffix("Förpacka", Editor.concretes["EditorSwe"].rule("_126", cs)), Editor.concretes["EditorSwe"].rule("_48", cs), new Int(0));}, Wrapper: function(cs){return new Arr(new Arr(new Arr(new Suffix("förpackning", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("förpackningen", Editor.concretes["EditorSwe"].rule("_3", cs))), new Arr(new Suffix("förpackningar", Editor.concretes["EditorSwe"].rule("_3", cs)), new Suffix("förpackningarna", Editor.concretes["EditorSwe"].rule("_3", cs)))), new Int(0));}, _0: function(cs){return new Arr(new Str(""), new Str("s"), new Str("t"), new Str("ts"), new Str("a"), new Str("as"), new Str("a"), new Str("as"), new Str("a"), new Str("as"), new Str("are"), new Str("ares"), new Str("ast"), new Str("asts"), new Str("aste"), new Str("astes"));}, _104: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_85", cs), new Int(2));}, _105: function(cs){return Editor.concretes["EditorSwe"].rule("_104", cs).sel(new Int(0));}, _107: function(cs){return Editor.concretes["EditorSwe"].rule("_104", cs).sel(new Int(1));}, _114: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_39", cs), new Int(1), new Int(0));}, _12: function(cs){return cs[0].sel(new Int(0));}, _126: function(cs){return new Arr(new Str("r"), new Str("s"), new Str(""), new Str("s"), new Str(""), new Str("s"), new Str("d"), new Str("ds"), new Str("t"), new Str("ts"), new Str("de"), new Str("des"), new Str("de"), new Str("des"), new Str("de"), new Str("des"));}, _129: function(cs){return new Arr(new Str("er"), new Str("s"), new Str(""), new Str("s"), new Str("a"), new Str("as"), new Str("t"), new Str("ts"), new Str("t"), new Str("ts"), new Str("ta"), new Str("tas"), new Str("ta"), new Str("tas"), new Str("ta"), new Str("tas"));}, _13: function(cs){return new Arr(new Int(2), new Int(3), new Int(2));}, _14: function(cs){return cs[0].sel(new Int(2));}, _140: function(cs){return new Arr(new Str("n"), new Str("t"));}, _141: function(cs){return new Suffix("de", Editor.concretes["EditorSwe"].rule("_140", cs));}, _142: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_141", cs), Editor.concretes["EditorSwe"].rule("_141", cs));}, _143: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_48", cs), Editor.concretes["EditorSwe"].rule("_48", cs));}, _144: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_141", cs), Editor.concretes["EditorSwe"].rule("_143", cs));}, _145: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_142", cs), Editor.concretes["EditorSwe"].rule("_144", cs));}, _146: function(cs){return new Arr(new Str(""), new Str(""));}, _147: function(cs){return new Suffix("de", Editor.concretes["EditorSwe"].rule("_146", cs));}, _148: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_147", cs), Editor.concretes["EditorSwe"].rule("_147", cs));}, _149: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_147", cs), Editor.concretes["EditorSwe"].rule("_143", cs));}, _15: function(cs){return Editor.concretes["EditorSwe"].rule("_13", cs).sel(Editor.concretes["EditorSwe"].rule("_14", cs));}, _150: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_148", cs), Editor.concretes["EditorSwe"].rule("_149", cs));}, _151: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_145", cs), Editor.concretes["EditorSwe"].rule("_150", cs));}, _152: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_151", cs), new Int(2));}, _16: function(cs){return Editor.concretes["EditorSwe"].rule("_12", cs).sel(Editor.concretes["EditorSwe"].rule("_15", cs));}, _168: function(cs){return Editor.concretes["EditorSwe"].rule("_12", cs).sel(new Int(0));}, _169: function(cs){return Editor.concretes["EditorSwe"].rule("_12", cs).sel(new Int(2));}, _17: function(cs){return cs[0].sel(new Int(1));}, _170: function(cs){return Editor.concretes["EditorSwe"].rule("_12", cs).sel(new Int(4));}, _171: function(cs){return Editor.concretes["EditorSwe"].rule("_12", cs).sel(new Int(6));}, _172: function(cs){return Editor.concretes["EditorSwe"].rule("_12", cs).sel(new Int(8));}, _173: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_168", cs), Editor.concretes["EditorSwe"].rule("_169", cs), Editor.concretes["EditorSwe"].rule("_170", cs), Editor.concretes["EditorSwe"].rule("_171", cs), Editor.concretes["EditorSwe"].rule("_172", cs));}, _174: function(cs){return Editor.concretes["EditorSwe"].rule("_76", cs).sel(Editor.concretes["EditorSwe"].rule("_39", cs));}, _175: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_174", cs), new Int(3), new Int(3));}, _176: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_174", cs), new Int(4), new Int(4));}, _177: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_175", cs), Editor.concretes["EditorSwe"].rule("_175", cs), Editor.concretes["EditorSwe"].rule("_176", cs));}, _178: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_39", cs), new Int(0));}, _179: function(cs){return Editor.concretes["EditorSwe"].rule("_178", cs).sel(new Int(0));}, _18: function(cs){return cs[1].sel(new Int(0));}, _180: function(cs){return Editor.concretes["EditorSwe"].rule("_52", cs).sel(Editor.concretes["EditorSwe"].rule("_179", cs));}, _181: function(cs){return Editor.concretes["EditorSwe"].rule("_178", cs).sel(new Int(1));}, _182: function(cs){return Editor.concretes["EditorSwe"].rule("_180", cs).sel(Editor.concretes["EditorSwe"].rule("_181", cs));}, _183: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_182", cs), new Int(0));}, _189: function(cs){return Editor.concretes["EditorSwe"].rule("_67", cs).sel(new Int(0));}, _19: function(cs){return Editor.concretes["EditorSwe"].rule("_18", cs).sel(new Int(0));}, _191: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_182", cs), new Int(1));}, _198: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_182", cs), new Int(2));}, _20: function(cs){return Editor.concretes["EditorSwe"].rule("_19", cs).sel(new Int(1));}, _207: function(cs){return new Arr(new Int(0), new Int(1), new Int(0));}, _21: function(cs){return Editor.concretes["EditorSwe"].rule("_20", cs).sel(new Int(1));}, _22: function(cs){return cs[2].sel(new Int(1));}, _225: function(cs){return new Suffix("flyttal", Editor.concretes["EditorSwe"].rule("_3", cs));}, _23: function(cs){return Editor.concretes["EditorSwe"].rule("_21", cs).sel(Editor.concretes["EditorSwe"].rule("_22", cs));}, _24: function(cs){return cs[2].sel(new Int(0));}, _248: function(cs){return new Arr(new Str("n"), new Str("tt"));}, _249: function(cs){return new Suffix("e", Editor.concretes["EditorSwe"].rule("_248", cs));}, _25: function(cs){return Editor.concretes["EditorSwe"].rule("_24", cs).sel(new Int(0));}, _250: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_143", cs), Editor.concretes["EditorSwe"].rule("_249", cs));}, _251: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_250", cs), Editor.concretes["EditorSwe"].rule("_250", cs));}, _252: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_143", cs), Editor.concretes["EditorSwe"].rule("_143", cs));}, _253: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_252", cs), Editor.concretes["EditorSwe"].rule("_252", cs));}, _254: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_251", cs), Editor.concretes["EditorSwe"].rule("_253", cs));}, _255: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_254", cs), new Int(0));}, _256: function(cs){return new Suffix("heltal", Editor.concretes["EditorSwe"].rule("_3", cs));}, _26: function(cs){return Editor.concretes["EditorSwe"].rule("_25", cs).sel(new Int(0));}, _27: function(cs){return Editor.concretes["EditorSwe"].rule("_26", cs).sel(new Int(0));}, _274: function(cs){return new Suffix("språk", Editor.concretes["EditorSwe"].rule("_3", cs));}, _28: function(cs){return Editor.concretes["EditorSwe"].rule("_25", cs).sel(new Int(1));}, _29: function(cs){return Editor.concretes["EditorSwe"].rule("_28", cs).sel(new Int(0));}, _3: function(cs){return new Arr(new Str(""), new Str("s"));}, _30: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_27", cs), Editor.concretes["EditorSwe"].rule("_27", cs), Editor.concretes["EditorSwe"].rule("_29", cs));}, _31: function(cs){return new Arr(new Int(0), new Int(0));}, _32: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_31", cs), Editor.concretes["EditorSwe"].rule("_31", cs));}, _33: function(cs){return new Arr(new Int(1), new Int(1));}, _34: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_33", cs), Editor.concretes["EditorSwe"].rule("_33", cs));}, _341: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_48", cs), Editor.concretes["EditorSwe"].rule("_48", cs), new Str("mig"));}, _342: function(cs){return Editor.concretes["EditorSwe"].rule("_341", cs).sel(Editor.concretes["EditorSwe"].rule("_14", cs));}, _343: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_48", cs), Editor.concretes["EditorSwe"].rule("_48", cs), new Str("sig"));}, _344: function(cs){return Editor.concretes["EditorSwe"].rule("_343", cs).sel(Editor.concretes["EditorSwe"].rule("_14", cs));}, _345: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_342", cs), Editor.concretes["EditorSwe"].rule("_64", cs), Editor.concretes["EditorSwe"].rule("_344", cs));}, _35: function(cs){return new Arr(new Int(1), new Int(2));}, _36: function(cs){return new Arr(new Int(2), new Int(2));}, _37: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_35", cs), Editor.concretes["EditorSwe"].rule("_36", cs));}, _38: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_32", cs), Editor.concretes["EditorSwe"].rule("_34", cs), Editor.concretes["EditorSwe"].rule("_37", cs));}, _382: function(cs){return new Suffix("träd", Editor.concretes["EditorSwe"].rule("_3", cs));}, _39: function(cs){return cs[1].sel(new Int(1));}, _40: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_39", cs), new Int(1), new Int(1));}, _401: function(cs){return new Arr(cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0], cs[0]);}, _403: function(cs){return new Arr(cs[0], cs[0]);}, _404: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_403", cs), Editor.concretes["EditorSwe"].rule("_403", cs));}, _405: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_404", cs), Editor.concretes["EditorSwe"].rule("_404", cs));}, _41: function(cs){return Editor.concretes["EditorSwe"].rule("_40", cs).sel(new Int(0));}, _42: function(cs){return Editor.concretes["EditorSwe"].rule("_38", cs).sel(Editor.concretes["EditorSwe"].rule("_41", cs));}, _43: function(cs){return Editor.concretes["EditorSwe"].rule("_40", cs).sel(new Int(1));}, _44: function(cs){return Editor.concretes["EditorSwe"].rule("_42", cs).sel(Editor.concretes["EditorSwe"].rule("_43", cs));}, _45: function(cs){return Editor.concretes["EditorSwe"].rule("_40", cs).sel(new Int(2));}, _46: function(cs){return Editor.concretes["EditorSwe"].rule("_44", cs).sel(Editor.concretes["EditorSwe"].rule("_45", cs));}, _47: function(cs){return Editor.concretes["EditorSwe"].rule("_30", cs).sel(Editor.concretes["EditorSwe"].rule("_46", cs));}, _48: function(cs){return new Seq();}, _49: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_48", cs), Editor.concretes["EditorSwe"].rule("_48", cs), Editor.concretes["EditorSwe"].rule("_48", cs));}, _50: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_49", cs), Editor.concretes["EditorSwe"].rule("_49", cs), Editor.concretes["EditorSwe"].rule("_49", cs));}, _51: function(cs){return new Arr(new Int(0), new Int(2));}, _52: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_51", cs), Editor.concretes["EditorSwe"].rule("_35", cs));}, _53: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_22", cs), new Int(0));}, _54: function(cs){return Editor.concretes["EditorSwe"].rule("_53", cs).sel(new Int(0));}, _55: function(cs){return Editor.concretes["EditorSwe"].rule("_52", cs).sel(Editor.concretes["EditorSwe"].rule("_54", cs));}, _56: function(cs){return Editor.concretes["EditorSwe"].rule("_53", cs).sel(new Int(1));}, _57: function(cs){return Editor.concretes["EditorSwe"].rule("_55", cs).sel(Editor.concretes["EditorSwe"].rule("_56", cs));}, _58: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_57", cs), new Int(2));}, _59: function(cs){return Editor.concretes["EditorSwe"].rule("_58", cs).sel(new Int(0));}, _60: function(cs){return Editor.concretes["EditorSwe"].rule("_50", cs).sel(Editor.concretes["EditorSwe"].rule("_59", cs));}, _61: function(cs){return Editor.concretes["EditorSwe"].rule("_58", cs).sel(new Int(1));}, _62: function(cs){return Editor.concretes["EditorSwe"].rule("_60", cs).sel(Editor.concretes["EditorSwe"].rule("_61", cs));}, _63: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_48", cs), Editor.concretes["EditorSwe"].rule("_48", cs), new Str("dig"));}, _64: function(cs){return Editor.concretes["EditorSwe"].rule("_63", cs).sel(Editor.concretes["EditorSwe"].rule("_14", cs));}, _67: function(cs){return Editor.concretes["EditorSwe"].rule("_19", cs).sel(new Int(0));}, _69: function(cs){return cs[3].sel(new Int(1));}, _71: function(cs){return Editor.concretes["EditorSwe"].rule("_24", cs).sel(new Int(2));}, _72: function(cs){return Editor.concretes["EditorSwe"].rule("_24", cs).sel(new Int(4));}, _73: function(cs){return Editor.concretes["EditorSwe"].rule("_24", cs).sel(new Int(6));}, _74: function(cs){return Editor.concretes["EditorSwe"].rule("_24", cs).sel(new Int(8));}, _75: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_25", cs), Editor.concretes["EditorSwe"].rule("_71", cs), Editor.concretes["EditorSwe"].rule("_72", cs), Editor.concretes["EditorSwe"].rule("_73", cs), Editor.concretes["EditorSwe"].rule("_74", cs));}, _76: function(cs){return new Arr(new Int(0), new Int(1));}, _77: function(cs){return Editor.concretes["EditorSwe"].rule("_76", cs).sel(Editor.concretes["EditorSwe"].rule("_69", cs));}, _78: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_77", cs), new Int(3), new Int(3));}, _79: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_77", cs), new Int(4), new Int(4));}, _80: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_78", cs), Editor.concretes["EditorSwe"].rule("_78", cs), Editor.concretes["EditorSwe"].rule("_79", cs));}, _81: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_69", cs), new Int(0));}, _82: function(cs){return Editor.concretes["EditorSwe"].rule("_81", cs).sel(new Int(0));}, _83: function(cs){return Editor.concretes["EditorSwe"].rule("_52", cs).sel(Editor.concretes["EditorSwe"].rule("_82", cs));}, _84: function(cs){return Editor.concretes["EditorSwe"].rule("_81", cs).sel(new Int(1));}, _85: function(cs){return Editor.concretes["EditorSwe"].rule("_83", cs).sel(Editor.concretes["EditorSwe"].rule("_84", cs));}, _86: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_85", cs), new Int(0));}, _92: function(cs){return cs[3].sel(new Int(0));}, _93: function(cs){return Editor.concretes["EditorSwe"].rule("_92", cs).sel(new Int(0));}, _94: function(cs){return Editor.concretes["EditorSwe"].rule("_93", cs).sel(new Int(0));}, _95: function(cs){return Editor.concretes["EditorSwe"].rule("_94", cs).sel(new Int(0));}, _97: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_85", cs), new Int(1));}, Adjective: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_401", cs), new Int(0));}, Determiner: function(cs){return new Arr(new Arr(Editor.concretes["EditorSwe"].rule("_405", cs), Editor.concretes["EditorSwe"].rule("_405", cs)), new Int(0));}, Noun: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_405", cs), new Int(0));}, Sentence: function(cs){return new Arr(cs[0]);}, Verb: function(cs){return new Arr(Editor.concretes["EditorSwe"].rule("_401", cs), cs[0], new Int(0));}, "Int": function(cs){return new Arr(cs[0]);}, "Float": function(cs){return new Arr(cs[0]);}, "String": function(cs){return new Arr(cs[0]);}}, new Parser("Sentence",[new Rule(27, new FunApp("Copy",[]),[],[[],[new Terminal("Kopiera")]]), new Rule(27, new FunApp("Cut",[]),[],[[new Terminal("ut")],[new Terminal("Klipp")]]), new Rule(27, new FunApp("Delete",[]),[],[[],[new Terminal("Radera")]]), new Rule(27, new FunApp("Enter",[]),[],[[],[new Terminal("Skriv")]]), new Rule(27, new FunApp("Parse",[]),[],[[],[new Terminal("Parsa")]]), new Rule(27, new FunApp("Paste",[]),[],[[new Terminal("in")],[new Terminal("Klistra")]]), new Rule(27, new FunApp("Redo",[]),[],[[],[new Terminal("Upprepa")]]), new Rule(27, new FunApp("Refine",[]),[],[[],[new Terminal("Raffinera")]]), new Rule(27, new FunApp("Replace",[]),[],[[],[new Terminal("Ersätt")]]), new Rule(27, new FunApp("Select",[]),[],[[],[new Terminal("Välj")]]), new Rule(27, new FunApp("Show",[]),[],[[],[new Terminal("Visa")]]), new Rule(27, new FunApp("Undo",[]),[],[[],[new Terminal("Ångra")]]), new Rule(27, new FunApp("Wrap",[]),[],[[],[new Terminal("Förpacka")]]), new Rule(24, new FunApp("Wrapper",[]),[],[[new Terminal("förpackning")]]), new Rule(23, new FunApp("Wrapper",[]),[],[[new Terminal("förpacknings")]]), new Rule(22, new FunApp("Wrapper",[]),[],[[new Terminal("förpackningen")]]), new Rule(21, new FunApp("Wrapper",[]),[],[[new Terminal("förpackningens")]]), new Rule(20, new FunApp("Wrapper",[]),[],[[new Terminal("förpackningar")]]), new Rule(19, new FunApp("Wrapper",[]),[],[[new Terminal("förpackningars")]]), new Rule(18, new FunApp("Wrapper",[]),[],[[new Terminal("förpackningarna")]]), new Rule(17, new FunApp("Wrapper",[]),[],[[new Terminal("förpackningarnas")]]), new Rule(65, new FunApp("Wrap",[]),[],[[new Terminal("Förpackar")]]), new Rule(64, new FunApp("Wrap",[]),[],[[new Terminal("Förpackas")]]), new Rule(63, new FunApp("Wrap",[]),[],[[new Terminal("Förpacka")]]), new Rule(62, new FunApp("Wrap",[]),[],[[new Terminal("Förpackas")]]), new Rule(61, new FunApp("Wrap",[]),[],[[new Terminal("Förpacka")]]), new Rule(60, new FunApp("Wrap",[]),[],[[new Terminal("Förpackas")]]), new Rule(59, new FunApp("Wrap",[]),[],[[new Terminal("Förpackad")]]), new Rule(58, new FunApp("Wrap",[]),[],[[new Terminal("Förpackads")]]), new Rule(57, new FunApp("Wrap",[]),[],[[new Terminal("Förpackat")]]), new Rule(56, new FunApp("Wrap",[]),[],[[new Terminal("Förpackats")]]), new Rule(55, new FunApp("Wrap",[]),[],[[new Terminal("Förpackade")]]), new Rule(54, new FunApp("Wrap",[]),[],[[new Terminal("Förpackades")]]), new Rule(53, new FunApp("Wrap",[]),[],[[new Terminal("Förpackade")]]), new Rule(52, new FunApp("Wrap",[]),[],[[new Terminal("Förpackades")]]), new Rule(51, new FunApp("Wrap",[]),[],[[new Terminal("Förpackade")]]), new Rule(50, new FunApp("Wrap",[]),[],[[new Terminal("Förpackades")]]), new Rule(49, new FunApp("Wrap",[]),[],[[]]), new Rule(65, new FunApp("Undo",[]),[],[[new Terminal("Ångrar")]]), new Rule(64, new FunApp("Undo",[]),[],[[new Terminal("Ångras")]]), new Rule(63, new FunApp("Undo",[]),[],[[new Terminal("Ångra")]]), new Rule(62, new FunApp("Undo",[]),[],[[new Terminal("Ångras")]]), new Rule(61, new FunApp("Undo",[]),[],[[new Terminal("Ångra")]]), new Rule(60, new FunApp("Undo",[]),[],[[new Terminal("Ångras")]]), new Rule(59, new FunApp("Undo",[]),[],[[new Terminal("Ångrad")]]), new Rule(58, new FunApp("Undo",[]),[],[[new Terminal("Ångrads")]]), new Rule(57, new FunApp("Undo",[]),[],[[new Terminal("Ångrat")]]), new Rule(56, new FunApp("Undo",[]),[],[[new Terminal("Ångrats")]]), new Rule(55, new FunApp("Undo",[]),[],[[new Terminal("Ångrade")]]), new Rule(54, new FunApp("Undo",[]),[],[[new Terminal("Ångrades")]]), new Rule(53, new FunApp("Undo",[]),[],[[new Terminal("Ångrade")]]), new Rule(52, new FunApp("Undo",[]),[],[[new Terminal("Ångrades")]]), new Rule(51, new FunApp("Undo",[]),[],[[new Terminal("Ångrade")]]), new Rule(50, new FunApp("Undo",[]),[],[[new Terminal("Ångrades")]]), new Rule(49, new FunApp("Undo",[]),[],[[]]), new Rule(30, new FunApp("Tree",[]),[],[[new Terminal("träd")]]), new Rule(83, new FunApp("Tree",[]),[],[[new Terminal("träds")]]), new Rule(33, new FunApp("Tree",[]),[],[[new Terminal("trädet")]]), new Rule(82, new FunApp("Tree",[]),[],[[new Terminal("trädets")]]), new Rule(81, new FunApp("Tree",[]),[],[[new Terminal("träd")]]), new Rule(80, new FunApp("Tree",[]),[],[[new Terminal("träds")]]), new Rule(79, new FunApp("Tree",[]),[],[[new Terminal("träden")]]), new Rule(78, new FunApp("Tree",[]),[],[[new Terminal("trädens")]]), new Rule(24, new FunApp("Swedish",[]),[],[[new Terminal("Svenska")]]), new Rule(23, new FunApp("Swedish",[]),[],[[new Terminal("Svenskas")]]), new Rule(22, new FunApp("Swedish",[]),[],[[new Terminal("Svenskan")]]), new Rule(21, new FunApp("Swedish",[]),[],[[new Terminal("Svenskans")]]), new Rule(20, new FunApp("Swedish",[]),[],[[new Terminal("Svenskor")]]), new Rule(19, new FunApp("Swedish",[]),[],[[new Terminal("Svenskors")]]), new Rule(18, new FunApp("Swedish",[]),[],[[new Terminal("Svenskorna")]]), new Rule(17, new FunApp("Swedish",[]),[],[[new Terminal("Svenskornas")]]), new Rule(24, new FunApp("String_N",[]),[],[[new Terminal("sträng")]]), new Rule(23, new FunApp("String_N",[]),[],[[new Terminal("strängs")]]), new Rule(22, new FunApp("String_N",[]),[],[[new Terminal("strängen")]]), new Rule(21, new FunApp("String_N",[]),[],[[new Terminal("strängens")]]), new Rule(20, new FunApp("String_N",[]),[],[[new Terminal("strängar")]]), new Rule(19, new FunApp("String_N",[]),[],[[new Terminal("strängars")]]), new Rule(18, new FunApp("String_N",[]),[],[[new Terminal("strängarna")]]), new Rule(17, new FunApp("String_N",[]),[],[[new Terminal("strängarnas")]]), new Rule(24, new FunApp("Spanish",[]),[],[[new Terminal("Spanska")]]), new Rule(23, new FunApp("Spanish",[]),[],[[new Terminal("Spanskas")]]), new Rule(22, new FunApp("Spanish",[]),[],[[new Terminal("Spanskan")]]), new Rule(21, new FunApp("Spanish",[]),[],[[new Terminal("Spanskans")]]), new Rule(20, new FunApp("Spanish",[]),[],[[new Terminal("Spanskor")]]), new Rule(19, new FunApp("Spanish",[]),[],[[new Terminal("Spanskors")]]), new Rule(18, new FunApp("Spanish",[]),[],[[new Terminal("Spanskorna")]]), new Rule(17, new FunApp("Spanish",[]),[],[[new Terminal("Spanskornas")]]), new Rule(25, new FunApp("SingleWordCommand",[new Arg(0)]),[36],[[new ArgProj(0, 1), new ArgProj(0, 0), new Terminal("dig")]]), new Rule(25, new FunApp("SingleWordCommand",[new Arg(0)]),[35],[[new ArgProj(0, 1), new ArgProj(0, 0)]]), new Rule(25, new FunApp("SingleWordCommand",[new Arg(0)]),[27],[[new ArgProj(0, 1), new ArgProj(0, 0)]]), new Rule(65, new FunApp("Show",[]),[],[[new Terminal("Visar")]]), new Rule(64, new FunApp("Show",[]),[],[[new Terminal("Visas")]]), new Rule(63, new FunApp("Show",[]),[],[[new Terminal("Visa")]]), new Rule(62, new FunApp("Show",[]),[],[[new Terminal("Visas")]]), new Rule(61, new FunApp("Show",[]),[],[[new Terminal("Visa")]]), new Rule(60, new FunApp("Show",[]),[],[[new Terminal("Visas")]]), new Rule(59, new FunApp("Show",[]),[],[[new Terminal("Visad")]]), new Rule(58, new FunApp("Show",[]),[],[[new Terminal("Visads")]]), new Rule(57, new FunApp("Show",[]),[],[[new Terminal("Visat")]]), new Rule(56, new FunApp("Show",[]),[],[[new Terminal("Visats")]]), new Rule(55, new FunApp("Show",[]),[],[[new Terminal("Visade")]]), new Rule(54, new FunApp("Show",[]),[],[[new Terminal("Visades")]]), new Rule(53, new FunApp("Show",[]),[],[[new Terminal("Visade")]]), new Rule(52, new FunApp("Show",[]),[],[[new Terminal("Visades")]]), new Rule(51, new FunApp("Show",[]),[],[[new Terminal("Visade")]]), new Rule(50, new FunApp("Show",[]),[],[[new Terminal("Visades")]]), new Rule(49, new FunApp("Show",[]),[],[[]]), new Rule(65, new FunApp("Select",[]),[],[[new Terminal("Väljer")]]), new Rule(64, new FunApp("Select",[]),[],[[new Terminal("Väljs")]]), new Rule(63, new FunApp("Select",[]),[],[[new Terminal("Välj")]]), new Rule(62, new FunApp("Select",[]),[],[[new Terminal("Väljs")]]), new Rule(61, new FunApp("Select",[]),[],[[new Terminal("Välja")]]), new Rule(60, new FunApp("Select",[]),[],[[new Terminal("Väljas")]]), new Rule(59, new FunApp("Select",[]),[],[[new Terminal("Väljt")]]), new Rule(58, new FunApp("Select",[]),[],[[new Terminal("Väljts")]]), new Rule(57, new FunApp("Select",[]),[],[[new Terminal("Väljt")]]), new Rule(56, new FunApp("Select",[]),[],[[new Terminal("Väljts")]]), new Rule(55, new FunApp("Select",[]),[],[[new Terminal("Väljta")]]), new Rule(54, new FunApp("Select",[]),[],[[new Terminal("Väljtas")]]), new Rule(53, new FunApp("Select",[]),[],[[new Terminal("Väljta")]]), new Rule(52, new FunApp("Select",[]),[],[[new Terminal("Väljtas")]]), new Rule(51, new FunApp("Select",[]),[],[[new Terminal("Väljta")]]), new Rule(50, new FunApp("Select",[]),[],[[new Terminal("Väljtas")]]), new Rule(49, new FunApp("Select",[]),[],[[]]), new Rule(24, new FunApp("Russian",[]),[],[[new Terminal("Ryska")]]), new Rule(23, new FunApp("Russian",[]),[],[[new Terminal("Ryskas")]]), new Rule(22, new FunApp("Russian",[]),[],[[new Terminal("Ryskan")]]), new Rule(21, new FunApp("Russian",[]),[],[[new Terminal("Ryskans")]]), new Rule(20, new FunApp("Russian",[]),[],[[new Terminal("Ryskor")]]), new Rule(19, new FunApp("Russian",[]),[],[[new Terminal("Ryskors")]]), new Rule(18, new FunApp("Russian",[]),[],[[new Terminal("Ryskorna")]]), new Rule(17, new FunApp("Russian",[]),[],[[new Terminal("Ryskornas")]]), new Rule(65, new FunApp("Replace",[]),[],[[new Terminal("Ersätter")]]), new Rule(64, new FunApp("Replace",[]),[],[[new Terminal("Ersätts")]]), new Rule(63, new FunApp("Replace",[]),[],[[new Terminal("Ersätt")]]), new Rule(62, new FunApp("Replace",[]),[],[[new Terminal("Ersätts")]]), new Rule(61, new FunApp("Replace",[]),[],[[new Terminal("Ersätta")]]), new Rule(60, new FunApp("Replace",[]),[],[[new Terminal("Ersättas")]]), new Rule(59, new FunApp("Replace",[]),[],[[new Terminal("Ersättt")]]), new Rule(58, new FunApp("Replace",[]),[],[[new Terminal("Ersättts")]]), new Rule(57, new FunApp("Replace",[]),[],[[new Terminal("Ersättt")]]), new Rule(56, new FunApp("Replace",[]),[],[[new Terminal("Ersättts")]]), new Rule(55, new FunApp("Replace",[]),[],[[new Terminal("Ersättta")]]), new Rule(54, new FunApp("Replace",[]),[],[[new Terminal("Ersätttas")]]), new Rule(53, new FunApp("Replace",[]),[],[[new Terminal("Ersättta")]]), new Rule(52, new FunApp("Replace",[]),[],[[new Terminal("Ersätttas")]]), new Rule(51, new FunApp("Replace",[]),[],[[new Terminal("Ersättta")]]), new Rule(50, new FunApp("Replace",[]),[],[[new Terminal("Ersätttas")]]), new Rule(49, new FunApp("Replace",[]),[],[[]]), new Rule(24, new FunApp("Refinement",[]),[],[[new Terminal("raffinemang")]]), new Rule(23, new FunApp("Refinement",[]),[],[[new Terminal("raffinemangs")]]), new Rule(22, new FunApp("Refinement",[]),[],[[new Terminal("raffinemangen")]]), new Rule(21, new FunApp("Refinement",[]),[],[[new Terminal("raffinemangens")]]), new Rule(20, new FunApp("Refinement",[]),[],[[new Terminal("raffinemangar")]]), new Rule(19, new FunApp("Refinement",[]),[],[[new Terminal("raffinemangars")]]), new Rule(18, new FunApp("Refinement",[]),[],[[new Terminal("raffinemangarna")]]), new Rule(17, new FunApp("Refinement",[]),[],[[new Terminal("raffinemangarnas")]]), new Rule(65, new FunApp("Refine",[]),[],[[new Terminal("Raffinerar")]]), new Rule(64, new FunApp("Refine",[]),[],[[new Terminal("Raffineras")]]), new Rule(63, new FunApp("Refine",[]),[],[[new Terminal("Raffinera")]]), new Rule(62, new FunApp("Refine",[]),[],[[new Terminal("Raffineras")]]), new Rule(61, new FunApp("Refine",[]),[],[[new Terminal("Raffinera")]]), new Rule(60, new FunApp("Refine",[]),[],[[new Terminal("Raffineras")]]), new Rule(59, new FunApp("Refine",[]),[],[[new Terminal("Raffinerad")]]), new Rule(58, new FunApp("Refine",[]),[],[[new Terminal("Raffinerads")]]), new Rule(57, new FunApp("Refine",[]),[],[[new Terminal("Raffinerat")]]), new Rule(56, new FunApp("Refine",[]),[],[[new Terminal("Raffinerats")]]), new Rule(55, new FunApp("Refine",[]),[],[[new Terminal("Raffinerade")]]), new Rule(54, new FunApp("Refine",[]),[],[[new Terminal("Raffinerades")]]), new Rule(53, new FunApp("Refine",[]),[],[[new Terminal("Raffinerade")]]), new Rule(52, new FunApp("Refine",[]),[],[[new Terminal("Raffinerades")]]), new Rule(51, new FunApp("Refine",[]),[],[[new Terminal("Raffinerade")]]), new Rule(50, new FunApp("Refine",[]),[],[[new Terminal("Raffinerades")]]), new Rule(49, new FunApp("Refine",[]),[],[[]]), new Rule(65, new FunApp("Redo",[]),[],[[new Terminal("Upprepar")]]), new Rule(64, new FunApp("Redo",[]),[],[[new Terminal("Upprepas")]]), new Rule(63, new FunApp("Redo",[]),[],[[new Terminal("Upprepa")]]), new Rule(62, new FunApp("Redo",[]),[],[[new Terminal("Upprepas")]]), new Rule(61, new FunApp("Redo",[]),[],[[new Terminal("Upprepa")]]), new Rule(60, new FunApp("Redo",[]),[],[[new Terminal("Upprepas")]]), new Rule(59, new FunApp("Redo",[]),[],[[new Terminal("Upprepad")]]), new Rule(58, new FunApp("Redo",[]),[],[[new Terminal("Upprepads")]]), new Rule(57, new FunApp("Redo",[]),[],[[new Terminal("Upprepat")]]), new Rule(56, new FunApp("Redo",[]),[],[[new Terminal("Upprepats")]]), new Rule(55, new FunApp("Redo",[]),[],[[new Terminal("Upprepade")]]), new Rule(54, new FunApp("Redo",[]),[],[[new Terminal("Upprepades")]]), new Rule(53, new FunApp("Redo",[]),[],[[new Terminal("Upprepade")]]), new Rule(52, new FunApp("Redo",[]),[],[[new Terminal("Upprepades")]]), new Rule(51, new FunApp("Redo",[]),[],[[new Terminal("Upprepade")]]), new Rule(50, new FunApp("Redo",[]),[],[[new Terminal("Upprepades")]]), new Rule(49, new FunApp("Redo",[]),[],[[]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[36, 34, 33],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("dig"), new Terminal("slumpmässigt")]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[36, 32, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("dig"), new Terminal("slumpmässigt")]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[36, 31, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("dig"), new Terminal("slumpmässigt")]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[36, 29, 22],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("dig"), new Terminal("slumpmässigt")]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[36, 28, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("dig"), new Terminal("slumpmässigt")]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[36, 26, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("dig"), new Terminal("slumpmässigt")]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[35, 34, 33],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("slumpmässigt")]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[35, 32, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("slumpmässigt")]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[35, 31, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("slumpmässigt")]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[35, 29, 22],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("slumpmässigt")]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[35, 28, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("slumpmässigt")]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[35, 26, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("slumpmässigt")]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[27, 34, 33],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("slumpmässigt")]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[27, 32, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("slumpmässigt")]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[27, 31, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("slumpmässigt")]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[27, 29, 22],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("slumpmässigt")]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[27, 28, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("slumpmässigt")]]), new Rule(25, new FunApp("RandomlyCommand",[new Arg(0), new Arg(1), new Arg(2)]),[27, 26, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("slumpmässigt")]]), new Rule(16, new FunApp("Previous",[]),[],[[new Terminal("föregående")]]), new Rule(15, new FunApp("Previous",[]),[],[[new Terminal("föregåendes")]]), new Rule(14, new FunApp("Previous",[]),[],[[new Terminal("föregående")]]), new Rule(13, new FunApp("Previous",[]),[],[[new Terminal("föregåendes")]]), new Rule(12, new FunApp("Previous",[]),[],[[new Terminal("föregående")]]), new Rule(11, new FunApp("Previous",[]),[],[[new Terminal("föregåendes")]]), new Rule(10, new FunApp("Previous",[]),[],[[new Terminal("föregående")]]), new Rule(9, new FunApp("Previous",[]),[],[[new Terminal("föregåendes")]]), new Rule(8, new FunApp("Previous",[]),[],[[new Terminal("föregående")]]), new Rule(7, new FunApp("Previous",[]),[],[[new Terminal("föregåendes")]]), new Rule(6, new FunApp("Previous",[]),[],[[]]), new Rule(5, new FunApp("Previous",[]),[],[[new Terminal("s")]]), new Rule(4, new FunApp("Previous",[]),[],[[]]), new Rule(3, new FunApp("Previous",[]),[],[[new Terminal("s")]]), new Rule(2, new FunApp("Previous",[]),[],[[new Terminal("a")]]), new Rule(1, new FunApp("Previous",[]),[],[[new Terminal("as")]]), new Rule(65, new FunApp("Paste",[]),[],[[new Terminal("Klistrar")]]), new Rule(64, new FunApp("Paste",[]),[],[[new Terminal("Klistras")]]), new Rule(63, new FunApp("Paste",[]),[],[[new Terminal("Klistra")]]), new Rule(62, new FunApp("Paste",[]),[],[[new Terminal("Klistras")]]), new Rule(61, new FunApp("Paste",[]),[],[[new Terminal("Klistra")]]), new Rule(60, new FunApp("Paste",[]),[],[[new Terminal("Klistras")]]), new Rule(59, new FunApp("Paste",[]),[],[[new Terminal("Klistrad")]]), new Rule(58, new FunApp("Paste",[]),[],[[new Terminal("Klistrads")]]), new Rule(57, new FunApp("Paste",[]),[],[[new Terminal("Klistrat")]]), new Rule(56, new FunApp("Paste",[]),[],[[new Terminal("Klistrats")]]), new Rule(55, new FunApp("Paste",[]),[],[[new Terminal("Klistrade")]]), new Rule(54, new FunApp("Paste",[]),[],[[new Terminal("Klistrades")]]), new Rule(53, new FunApp("Paste",[]),[],[[new Terminal("Klistrade")]]), new Rule(52, new FunApp("Paste",[]),[],[[new Terminal("Klistrades")]]), new Rule(51, new FunApp("Paste",[]),[],[[new Terminal("Klistrade")]]), new Rule(50, new FunApp("Paste",[]),[],[[new Terminal("Klistrades")]]), new Rule(49, new FunApp("Paste",[]),[],[[new Terminal("in")]]), new Rule(65, new FunApp("Parse",[]),[],[[new Terminal("Parsar")]]), new Rule(64, new FunApp("Parse",[]),[],[[new Terminal("Parsas")]]), new Rule(63, new FunApp("Parse",[]),[],[[new Terminal("Parsa")]]), new Rule(62, new FunApp("Parse",[]),[],[[new Terminal("Parsas")]]), new Rule(61, new FunApp("Parse",[]),[],[[new Terminal("Parsa")]]), new Rule(60, new FunApp("Parse",[]),[],[[new Terminal("Parsas")]]), new Rule(59, new FunApp("Parse",[]),[],[[new Terminal("Parsad")]]), new Rule(58, new FunApp("Parse",[]),[],[[new Terminal("Parsads")]]), new Rule(57, new FunApp("Parse",[]),[],[[new Terminal("Parsat")]]), new Rule(56, new FunApp("Parse",[]),[],[[new Terminal("Parsats")]]), new Rule(55, new FunApp("Parse",[]),[],[[new Terminal("Parsade")]]), new Rule(54, new FunApp("Parse",[]),[],[[new Terminal("Parsades")]]), new Rule(53, new FunApp("Parse",[]),[],[[new Terminal("Parsade")]]), new Rule(52, new FunApp("Parse",[]),[],[[new Terminal("Parsades")]]), new Rule(51, new FunApp("Parse",[]),[],[[new Terminal("Parsade")]]), new Rule(50, new FunApp("Parse",[]),[],[[new Terminal("Parsades")]]), new Rule(49, new FunApp("Parse",[]),[],[[]]), new Rule(24, new FunApp("Page",[]),[],[[new Terminal("sida")]]), new Rule(23, new FunApp("Page",[]),[],[[new Terminal("sidas")]]), new Rule(22, new FunApp("Page",[]),[],[[new Terminal("sidan")]]), new Rule(21, new FunApp("Page",[]),[],[[new Terminal("sidans")]]), new Rule(20, new FunApp("Page",[]),[],[[new Terminal("sidor")]]), new Rule(19, new FunApp("Page",[]),[],[[new Terminal("sidors")]]), new Rule(18, new FunApp("Page",[]),[],[[new Terminal("sidorna")]]), new Rule(17, new FunApp("Page",[]),[],[[new Terminal("sidornas")]]), new Rule(24, new FunApp("Norwegian",[]),[],[[new Terminal("Norska")]]), new Rule(23, new FunApp("Norwegian",[]),[],[[new Terminal("Norskas")]]), new Rule(22, new FunApp("Norwegian",[]),[],[[new Terminal("Norskan")]]), new Rule(21, new FunApp("Norwegian",[]),[],[[new Terminal("Norskans")]]), new Rule(20, new FunApp("Norwegian",[]),[],[[new Terminal("Norskor")]]), new Rule(19, new FunApp("Norwegian",[]),[],[[new Terminal("Norskors")]]), new Rule(18, new FunApp("Norwegian",[]),[],[[new Terminal("Norskorna")]]), new Rule(17, new FunApp("Norwegian",[]),[],[[new Terminal("Norskornas")]]), new Rule(24, new FunApp("Node",[]),[],[[new Terminal("nod")]]), new Rule(23, new FunApp("Node",[]),[],[[new Terminal("nods")]]), new Rule(22, new FunApp("Node",[]),[],[[new Terminal("noden")]]), new Rule(21, new FunApp("Node",[]),[],[[new Terminal("nodens")]]), new Rule(20, new FunApp("Node",[]),[],[[new Terminal("nodar")]]), new Rule(19, new FunApp("Node",[]),[],[[new Terminal("nodars")]]), new Rule(18, new FunApp("Node",[]),[],[[new Terminal("nodarna")]]), new Rule(17, new FunApp("Node",[]),[],[[new Terminal("nodarnas")]]), new Rule(16, new FunApp("Next",[]),[],[[new Terminal("näst")]]), new Rule(15, new FunApp("Next",[]),[],[[new Terminal("nästs")]]), new Rule(14, new FunApp("Next",[]),[],[[new Terminal("nästt")]]), new Rule(13, new FunApp("Next",[]),[],[[new Terminal("nästts")]]), new Rule(12, new FunApp("Next",[]),[],[[new Terminal("nästa")]]), new Rule(11, new FunApp("Next",[]),[],[[new Terminal("nästas")]]), new Rule(10, new FunApp("Next",[]),[],[[new Terminal("nästa")]]), new Rule(9, new FunApp("Next",[]),[],[[new Terminal("nästas")]]), new Rule(8, new FunApp("Next",[]),[],[[new Terminal("nästa")]]), new Rule(7, new FunApp("Next",[]),[],[[new Terminal("nästas")]]), new Rule(6, new FunApp("Next",[]),[],[[new Terminal("nästare")]]), new Rule(5, new FunApp("Next",[]),[],[[new Terminal("nästares")]]), new Rule(4, new FunApp("Next",[]),[],[[new Terminal("nästast")]]), new Rule(3, new FunApp("Next",[]),[],[[new Terminal("nästasts")]]), new Rule(2, new FunApp("Next",[]),[],[[new Terminal("nästaste")]]), new Rule(1, new FunApp("Next",[]),[],[[new Terminal("nästastes")]]), new Rule(30, new FunApp("Language",[]),[],[[new Terminal("språk")]]), new Rule(83, new FunApp("Language",[]),[],[[new Terminal("språks")]]), new Rule(33, new FunApp("Language",[]),[],[[new Terminal("språket")]]), new Rule(82, new FunApp("Language",[]),[],[[new Terminal("språkets")]]), new Rule(81, new FunApp("Language",[]),[],[[new Terminal("språk")]]), new Rule(80, new FunApp("Language",[]),[],[[new Terminal("språks")]]), new Rule(79, new FunApp("Language",[]),[],[[new Terminal("språken")]]), new Rule(78, new FunApp("Language",[]),[],[[new Terminal("språkens")]]), new Rule(25, new FunApp("Label",[new Arg(0)]),[96],[[new ArgProj(0, 0)]]), new Rule(96, new Arg(0),[30],[[new ArgProj(0, 0)]]), new Rule(96, new Arg(0),[24],[[new ArgProj(0, 0)]]), new Rule(24, new FunApp("Italian",[]),[],[[new Terminal("Italienska")]]), new Rule(23, new FunApp("Italian",[]),[],[[new Terminal("Italienskas")]]), new Rule(22, new FunApp("Italian",[]),[],[[new Terminal("Italienskan")]]), new Rule(21, new FunApp("Italian",[]),[],[[new Terminal("Italienskans")]]), new Rule(20, new FunApp("Italian",[]),[],[[new Terminal("Italienskor")]]), new Rule(19, new FunApp("Italian",[]),[],[[new Terminal("Italienskors")]]), new Rule(18, new FunApp("Italian",[]),[],[[new Terminal("Italienskorna")]]), new Rule(17, new FunApp("Italian",[]),[],[[new Terminal("Italienskornas")]]), new Rule(30, new FunApp("Integer_N",[]),[],[[new Terminal("heltal")]]), new Rule(83, new FunApp("Integer_N",[]),[],[[new Terminal("heltals")]]), new Rule(33, new FunApp("Integer_N",[]),[],[[new Terminal("heltalet")]]), new Rule(82, new FunApp("Integer_N",[]),[],[[new Terminal("heltalets")]]), new Rule(81, new FunApp("Integer_N",[]),[],[[new Terminal("heltal")]]), new Rule(80, new FunApp("Integer_N",[]),[],[[new Terminal("heltals")]]), new Rule(79, new FunApp("Integer_N",[]),[],[[new Terminal("heltalen")]]), new Rule(78, new FunApp("Integer_N",[]),[],[[new Terminal("heltalens")]]), new Rule(95, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(94, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(39, new FunApp("IndefSgDet",[]),[],[[new Terminal("en")]]), new Rule(46, new FunApp("IndefSgDet",[]),[],[[new Terminal("ett")]]), new Rule(93, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(92, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(26, new FunApp("IndefSgDet",[]),[],[[new Terminal("en")]]), new Rule(31, new FunApp("IndefSgDet",[]),[],[[new Terminal("ett")]]), new Rule(91, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(90, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(89, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(88, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(87, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(86, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(85, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(84, new FunApp("IndefSgDet",[]),[],[[]]), new Rule(95, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(94, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(39, new FunApp("IndefPlDet",[]),[],[[new Terminal("en")]]), new Rule(46, new FunApp("IndefPlDet",[]),[],[[new Terminal("ett")]]), new Rule(93, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(92, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(26, new FunApp("IndefPlDet",[]),[],[[new Terminal("en")]]), new Rule(31, new FunApp("IndefPlDet",[]),[],[[new Terminal("ett")]]), new Rule(91, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(90, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(89, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(88, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(87, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(86, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(85, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(84, new FunApp("IndefPlDet",[]),[],[[]]), new Rule(24, new FunApp("German",[]),[],[[new Terminal("Tyska")]]), new Rule(23, new FunApp("German",[]),[],[[new Terminal("Tyskas")]]), new Rule(22, new FunApp("German",[]),[],[[new Terminal("Tyskan")]]), new Rule(21, new FunApp("German",[]),[],[[new Terminal("Tyskans")]]), new Rule(20, new FunApp("German",[]),[],[[new Terminal("Tyskor")]]), new Rule(19, new FunApp("German",[]),[],[[new Terminal("Tyskors")]]), new Rule(18, new FunApp("German",[]),[],[[new Terminal("Tyskorna")]]), new Rule(17, new FunApp("German",[]),[],[[new Terminal("Tyskornas")]]), new Rule(24, new FunApp("French",[]),[],[[new Terminal("Franska")]]), new Rule(23, new FunApp("French",[]),[],[[new Terminal("Franskas")]]), new Rule(22, new FunApp("French",[]),[],[[new Terminal("Franskan")]]), new Rule(21, new FunApp("French",[]),[],[[new Terminal("Franskans")]]), new Rule(20, new FunApp("French",[]),[],[[new Terminal("Franskor")]]), new Rule(19, new FunApp("French",[]),[],[[new Terminal("Franskors")]]), new Rule(18, new FunApp("French",[]),[],[[new Terminal("Franskorna")]]), new Rule(17, new FunApp("French",[]),[],[[new Terminal("Franskornas")]]), new Rule(30, new FunApp("Float_N",[]),[],[[new Terminal("flyttal")]]), new Rule(83, new FunApp("Float_N",[]),[],[[new Terminal("flyttals")]]), new Rule(33, new FunApp("Float_N",[]),[],[[new Terminal("flyttalet")]]), new Rule(82, new FunApp("Float_N",[]),[],[[new Terminal("flyttalets")]]), new Rule(81, new FunApp("Float_N",[]),[],[[new Terminal("flyttal")]]), new Rule(80, new FunApp("Float_N",[]),[],[[new Terminal("flyttals")]]), new Rule(79, new FunApp("Float_N",[]),[],[[new Terminal("flyttalen")]]), new Rule(78, new FunApp("Float_N",[]),[],[[new Terminal("flyttalens")]]), new Rule(24, new FunApp("Finnish",[]),[],[[new Terminal("Finska")]]), new Rule(23, new FunApp("Finnish",[]),[],[[new Terminal("Finskas")]]), new Rule(22, new FunApp("Finnish",[]),[],[[new Terminal("Finskan")]]), new Rule(21, new FunApp("Finnish",[]),[],[[new Terminal("Finskans")]]), new Rule(20, new FunApp("Finnish",[]),[],[[new Terminal("Finskor")]]), new Rule(19, new FunApp("Finnish",[]),[],[[new Terminal("Finskors")]]), new Rule(18, new FunApp("Finnish",[]),[],[[new Terminal("Finskorna")]]), new Rule(17, new FunApp("Finnish",[]),[],[[new Terminal("Finskornas")]]), new Rule(25, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[44, 30],[[new Terminal("det"), new Terminal("finns"), new Terminal("inte"), new Terminal("ett"), new ArgProj(0, 0), new ArgProj(1, 0)]]), new Rule(25, new FunApp("ErrorMessage",[new Arg(0), new Arg(1)]),[37, 24],[[new Terminal("det"), new Terminal("finns"), new Terminal("inte"), new Terminal("en"), new ArgProj(0, 0), new ArgProj(1, 0)]]), new Rule(65, new FunApp("Enter",[]),[],[[new Terminal("Skriver")]]), new Rule(64, new FunApp("Enter",[]),[],[[new Terminal("Skrivs")]]), new Rule(63, new FunApp("Enter",[]),[],[[new Terminal("Skriv")]]), new Rule(62, new FunApp("Enter",[]),[],[[new Terminal("Skrivs")]]), new Rule(61, new FunApp("Enter",[]),[],[[new Terminal("Skriva")]]), new Rule(60, new FunApp("Enter",[]),[],[[new Terminal("Skrivas")]]), new Rule(59, new FunApp("Enter",[]),[],[[new Terminal("Skrivd")]]), new Rule(58, new FunApp("Enter",[]),[],[[new Terminal("Skrivds")]]), new Rule(57, new FunApp("Enter",[]),[],[[new Terminal("Skrivt")]]), new Rule(56, new FunApp("Enter",[]),[],[[new Terminal("Skrivts")]]), new Rule(55, new FunApp("Enter",[]),[],[[new Terminal("Skrivda")]]), new Rule(54, new FunApp("Enter",[]),[],[[new Terminal("Skrivdas")]]), new Rule(53, new FunApp("Enter",[]),[],[[new Terminal("Skrivda")]]), new Rule(52, new FunApp("Enter",[]),[],[[new Terminal("Skrivdas")]]), new Rule(51, new FunApp("Enter",[]),[],[[new Terminal("Skrivda")]]), new Rule(50, new FunApp("Enter",[]),[],[[new Terminal("Skrivdas")]]), new Rule(49, new FunApp("Enter",[]),[],[[]]), new Rule(24, new FunApp("English",[]),[],[[new Terminal("Engelska")]]), new Rule(23, new FunApp("English",[]),[],[[new Terminal("Engelskas")]]), new Rule(22, new FunApp("English",[]),[],[[new Terminal("Engelskan")]]), new Rule(21, new FunApp("English",[]),[],[[new Terminal("Engelskans")]]), new Rule(20, new FunApp("English",[]),[],[[new Terminal("Engelskor")]]), new Rule(19, new FunApp("English",[]),[],[[new Terminal("Engelskors")]]), new Rule(18, new FunApp("English",[]),[],[[new Terminal("Engelskorna")]]), new Rule(17, new FunApp("English",[]),[],[[new Terminal("Engelskornas")]]), new Rule(65, new FunApp("Delete",[]),[],[[new Terminal("Raderar")]]), new Rule(64, new FunApp("Delete",[]),[],[[new Terminal("Raderas")]]), new Rule(63, new FunApp("Delete",[]),[],[[new Terminal("Radera")]]), new Rule(62, new FunApp("Delete",[]),[],[[new Terminal("Raderas")]]), new Rule(61, new FunApp("Delete",[]),[],[[new Terminal("Radera")]]), new Rule(60, new FunApp("Delete",[]),[],[[new Terminal("Raderas")]]), new Rule(59, new FunApp("Delete",[]),[],[[new Terminal("Raderad")]]), new Rule(58, new FunApp("Delete",[]),[],[[new Terminal("Raderads")]]), new Rule(57, new FunApp("Delete",[]),[],[[new Terminal("Raderat")]]), new Rule(56, new FunApp("Delete",[]),[],[[new Terminal("Raderats")]]), new Rule(55, new FunApp("Delete",[]),[],[[new Terminal("Raderade")]]), new Rule(54, new FunApp("Delete",[]),[],[[new Terminal("Raderades")]]), new Rule(53, new FunApp("Delete",[]),[],[[new Terminal("Raderade")]]), new Rule(52, new FunApp("Delete",[]),[],[[new Terminal("Raderades")]]), new Rule(51, new FunApp("Delete",[]),[],[[new Terminal("Raderade")]]), new Rule(50, new FunApp("Delete",[]),[],[[new Terminal("Raderades")]]), new Rule(49, new FunApp("Delete",[]),[],[[]]), new Rule(77, new FunApp("DefSgDet",[]),[],[[new Terminal("den")]]), new Rule(76, new FunApp("DefSgDet",[]),[],[[new Terminal("det")]]), new Rule(43, new FunApp("DefSgDet",[]),[],[[new Terminal("den")]]), new Rule(48, new FunApp("DefSgDet",[]),[],[[new Terminal("det")]]), new Rule(75, new FunApp("DefSgDet",[]),[],[[new Terminal("den")]]), new Rule(74, new FunApp("DefSgDet",[]),[],[[new Terminal("det")]]), new Rule(29, new FunApp("DefSgDet",[]),[],[[]]), new Rule(34, new FunApp("DefSgDet",[]),[],[[]]), new Rule(73, new FunApp("DefSgDet",[]),[],[[new Terminal("de")]]), new Rule(72, new FunApp("DefSgDet",[]),[],[[new Terminal("de")]]), new Rule(71, new FunApp("DefSgDet",[]),[],[[new Terminal("de")]]), new Rule(70, new FunApp("DefSgDet",[]),[],[[new Terminal("de")]]), new Rule(69, new FunApp("DefSgDet",[]),[],[[new Terminal("de")]]), new Rule(68, new FunApp("DefSgDet",[]),[],[[new Terminal("de")]]), new Rule(67, new FunApp("DefSgDet",[]),[],[[]]), new Rule(66, new FunApp("DefSgDet",[]),[],[[]]), new Rule(77, new FunApp("DefPlDet",[]),[],[[new Terminal("den")]]), new Rule(76, new FunApp("DefPlDet",[]),[],[[new Terminal("det")]]), new Rule(43, new FunApp("DefPlDet",[]),[],[[new Terminal("den")]]), new Rule(48, new FunApp("DefPlDet",[]),[],[[new Terminal("det")]]), new Rule(75, new FunApp("DefPlDet",[]),[],[[new Terminal("den")]]), new Rule(74, new FunApp("DefPlDet",[]),[],[[new Terminal("det")]]), new Rule(29, new FunApp("DefPlDet",[]),[],[[]]), new Rule(34, new FunApp("DefPlDet",[]),[],[[]]), new Rule(73, new FunApp("DefPlDet",[]),[],[[new Terminal("de")]]), new Rule(72, new FunApp("DefPlDet",[]),[],[[new Terminal("de")]]), new Rule(71, new FunApp("DefPlDet",[]),[],[[new Terminal("de")]]), new Rule(70, new FunApp("DefPlDet",[]),[],[[new Terminal("de")]]), new Rule(69, new FunApp("DefPlDet",[]),[],[[new Terminal("de")]]), new Rule(68, new FunApp("DefPlDet",[]),[],[[new Terminal("de")]]), new Rule(67, new FunApp("DefPlDet",[]),[],[[]]), new Rule(66, new FunApp("DefPlDet",[]),[],[[]]), new Rule(24, new FunApp("Danish",[]),[],[[new Terminal("Danska")]]), new Rule(23, new FunApp("Danish",[]),[],[[new Terminal("Danskas")]]), new Rule(22, new FunApp("Danish",[]),[],[[new Terminal("Danskan")]]), new Rule(21, new FunApp("Danish",[]),[],[[new Terminal("Danskans")]]), new Rule(20, new FunApp("Danish",[]),[],[[new Terminal("Danskor")]]), new Rule(19, new FunApp("Danish",[]),[],[[new Terminal("Danskors")]]), new Rule(18, new FunApp("Danish",[]),[],[[new Terminal("Danskorna")]]), new Rule(17, new FunApp("Danish",[]),[],[[new Terminal("Danskornas")]]), new Rule(65, new FunApp("Cut",[]),[],[[new Terminal("Klipper")]]), new Rule(64, new FunApp("Cut",[]),[],[[new Terminal("Klipps")]]), new Rule(63, new FunApp("Cut",[]),[],[[new Terminal("Klipp")]]), new Rule(62, new FunApp("Cut",[]),[],[[new Terminal("Klipps")]]), new Rule(61, new FunApp("Cut",[]),[],[[new Terminal("Klippa")]]), new Rule(60, new FunApp("Cut",[]),[],[[new Terminal("Klippas")]]), new Rule(59, new FunApp("Cut",[]),[],[[new Terminal("Klippt")]]), new Rule(58, new FunApp("Cut",[]),[],[[new Terminal("Klippts")]]), new Rule(57, new FunApp("Cut",[]),[],[[new Terminal("Klippt")]]), new Rule(56, new FunApp("Cut",[]),[],[[new Terminal("Klippts")]]), new Rule(55, new FunApp("Cut",[]),[],[[new Terminal("Klippta")]]), new Rule(54, new FunApp("Cut",[]),[],[[new Terminal("Klipptas")]]), new Rule(53, new FunApp("Cut",[]),[],[[new Terminal("Klippta")]]), new Rule(52, new FunApp("Cut",[]),[],[[new Terminal("Klipptas")]]), new Rule(51, new FunApp("Cut",[]),[],[[new Terminal("Klippta")]]), new Rule(50, new FunApp("Cut",[]),[],[[new Terminal("Klipptas")]]), new Rule(49, new FunApp("Cut",[]),[],[[new Terminal("ut")]]), new Rule(65, new FunApp("Copy",[]),[],[[new Terminal("Kopierar")]]), new Rule(64, new FunApp("Copy",[]),[],[[new Terminal("Kopieras")]]), new Rule(63, new FunApp("Copy",[]),[],[[new Terminal("Kopiera")]]), new Rule(62, new FunApp("Copy",[]),[],[[new Terminal("Kopieras")]]), new Rule(61, new FunApp("Copy",[]),[],[[new Terminal("Kopiera")]]), new Rule(60, new FunApp("Copy",[]),[],[[new Terminal("Kopieras")]]), new Rule(59, new FunApp("Copy",[]),[],[[new Terminal("Kopierad")]]), new Rule(58, new FunApp("Copy",[]),[],[[new Terminal("Kopierads")]]), new Rule(57, new FunApp("Copy",[]),[],[[new Terminal("Kopierat")]]), new Rule(56, new FunApp("Copy",[]),[],[[new Terminal("Kopierats")]]), new Rule(55, new FunApp("Copy",[]),[],[[new Terminal("Kopierade")]]), new Rule(54, new FunApp("Copy",[]),[],[[new Terminal("Kopierades")]]), new Rule(53, new FunApp("Copy",[]),[],[[new Terminal("Kopierade")]]), new Rule(52, new FunApp("Copy",[]),[],[[new Terminal("Kopierades")]]), new Rule(51, new FunApp("Copy",[]),[],[[new Terminal("Kopierade")]]), new Rule(50, new FunApp("Copy",[]),[],[[new Terminal("Kopierades")]]), new Rule(49, new FunApp("Copy",[]),[],[[]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[36, 48, 40, 33],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0), new Terminal("dig")]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[36, 47, 40, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0), new Terminal("dig")]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[36, 46, 44, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0), new Terminal("dig")]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[36, 43, 40, 22],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0), new Terminal("dig")]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[36, 42, 40, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0), new Terminal("dig")]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[36, 39, 37, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0), new Terminal("dig")]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[35, 48, 40, 33],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[35, 47, 40, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[35, 46, 44, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[35, 43, 40, 22],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[35, 42, 40, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[35, 39, 37, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[27, 48, 40, 33],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[27, 47, 40, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[27, 46, 44, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(44, new Arg(0),[14],[[new ArgProj(0, 0)]]), new Rule(44, new Arg(0),[45],[[new ArgProj(0, 0)]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[27, 43, 40, 22],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[27, 42, 40, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(40, new Arg(0),[10],[[new ArgProj(0, 0)]]), new Rule(40, new Arg(0),[41],[[new ArgProj(0, 0)]]), new Rule(25, new FunApp("CommandAdj",[new Arg(0), new Arg(1), new Arg(2), new Arg(3)]),[27, 39, 37, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new ArgProj(3, 0)]]), new Rule(37, new Arg(0),[16],[[new ArgProj(0, 0)]]), new Rule(37, new Arg(0),[38],[[new ArgProj(0, 0)]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[36, 34, 33],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("dig")]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[36, 32, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("dig")]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[36, 31, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("dig")]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[36, 29, 22],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("dig")]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[36, 28, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("dig")]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[36, 26, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0), new Terminal("dig")]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[35, 34, 33],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[35, 32, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[35, 31, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[35, 29, 22],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[35, 28, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[35, 26, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[27, 34, 33],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[27, 32, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[27, 31, 30],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[27, 29, 22],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[27, 28, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(25, new FunApp("Command",[new Arg(0), new Arg(1), new Arg(2)]),[27, 26, 24],[[new ArgProj(0, 1), new ArgProj(0, 0), new ArgProj(1, 0), new ArgProj(2, 0)]]), new Rule(24, new FunApp("Bulgarian",[]),[],[[new Terminal("Bulgariska")]]), new Rule(23, new FunApp("Bulgarian",[]),[],[[new Terminal("Bulgariskas")]]), new Rule(22, new FunApp("Bulgarian",[]),[],[[new Terminal("Bulgariskan")]]), new Rule(21, new FunApp("Bulgarian",[]),[],[[new Terminal("Bulgariskans")]]), new Rule(20, new FunApp("Bulgarian",[]),[],[[new Terminal("Bulgariskor")]]), new Rule(19, new FunApp("Bulgarian",[]),[],[[new Terminal("Bulgariskors")]]), new Rule(18, new FunApp("Bulgarian",[]),[],[[new Terminal("Bulgariskorna")]]), new Rule(17, new FunApp("Bulgarian",[]),[],[[new Terminal("Bulgariskornas")]]), new Rule(16, new FunApp("Available",[]),[],[[new Terminal("tillgänglig")]]), new Rule(15, new FunApp("Available",[]),[],[[new Terminal("tillgängligs")]]), new Rule(14, new FunApp("Available",[]),[],[[new Terminal("tillgängligt")]]), new Rule(13, new FunApp("Available",[]),[],[[new Terminal("tillgängligts")]]), new Rule(12, new FunApp("Available",[]),[],[[new Terminal("tillgängliga")]]), new Rule(11, new FunApp("Available",[]),[],[[new Terminal("tillgängligas")]]), new Rule(10, new FunApp("Available",[]),[],[[new Terminal("tillgängliga")]]), new Rule(9, new FunApp("Available",[]),[],[[new Terminal("tillgängligas")]]), new Rule(8, new FunApp("Available",[]),[],[[new Terminal("tillgängliga")]]), new Rule(7, new FunApp("Available",[]),[],[[new Terminal("tillgängligas")]]), new Rule(6, new FunApp("Available",[]),[],[[new Terminal("tillgängligare")]]), new Rule(5, new FunApp("Available",[]),[],[[new Terminal("tillgängligares")]]), new Rule(4, new FunApp("Available",[]),[],[[new Terminal("tillgängligast")]]), new Rule(3, new FunApp("Available",[]),[],[[new Terminal("tillgängligasts")]]), new Rule(2, new FunApp("Available",[]),[],[[new Terminal("tillgängligaste")]]), new Rule(1, new FunApp("Available",[]),[],[[new Terminal("tillgängligastes")]])],{Adjective:[37, 38, 16, 15, 44, 45, 14, 13, 12, 11, 40, 41, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1], Determiner:[95, 77, 91, 73, 93, 75, 87, 69, 39, 42, 43, 89, 71, 26, 28, 29, 85, 67, 94, 76, 90, 72, 92, 74, 86, 68, 46, 47, 48, 88, 70, 31, 32, 34, 84, 66], Float:[-3], Int:[-2], Noun:[96, 24, 30, 20, 81, 22, 33, 18, 79, 23, 83, 19, 80, 21, 82, 17, 78], Sentence:[25], String:[-1], Verb:[65, 49, 27, 36, 35, 64, 63, 62, 61, 60, 59, 58, 57, 56, 55, 54, 53, 52, 51, 50], _Var:[-4]}))}); diff --git a/old-lib/javascript/empty.png b/old-lib/javascript/empty.png deleted file mode 100644 index 35d9875df..000000000 Binary files a/old-lib/javascript/empty.png and /dev/null differ diff --git a/old-lib/javascript/gfjseditor.js b/old-lib/javascript/gfjseditor.js deleted file mode 100644 index 5deb86160..000000000 --- a/old-lib/javascript/gfjseditor.js +++ /dev/null @@ -1,1267 +0,0 @@ - -//Variable and Constant definitions - -var expColImg = new Array(2); -expColImg[0] = new Image(12,12); -expColImg[0].src = "minus.png"; -expColImg[1] = new Image(12,12); -expColImg[1].src = "plus.png"; -expColImg[2] = new Image(12,12); -expColImg[2].src = "empty.png"; - -// Grammars -var grammar = undefined; -var editorGrammar = Editor; - -var selectedLanguage = "EditorEng"; -var selectedNode = ""; -var collapseBuffer = new Array(); -var abstractTree = new Fun ("?"); - -var navigationControlString = new Array(); -var undoArray = new Array(); -var redoArray = new Array(); -var clipBoard; -var refPageCounter = 0; - -var stringAbstractTree = undefined; -var myTree = undefined; -var parseTrees = undefined; - -var keys = new Array(); -keys ["Z"] = function() { clickUndo('actUndo'); } -keys ["Y"] = function() { clickRedo('actRedo'); } -keys ["R"] = function() { clickRefine('actRefine'); }; -keys ["V"] = function() { clickPaste('actPaste'); }; -keys ["X"] = function() { clickCut('actCut'); }; -keys ["C"] = function() { clickCopy('actCopy'); }; -keys ["D"] = function() { clickDelete('actDelete'); }; -keys ["E"] = function() { clickReplace('actReplace'); }; -keys ["W"] = function() { clickWrap('actWrap'); }; -keys ["P"] = function() { clickParse('actParse'); }; -keys ["N"] = function() { clickRandomNode('actRandomNode'); }; -keys ["T"] = function() { clickRandomTree('actRandomTree'); }; -keys ["%"] = function() { leftArrowKey(); }; -keys ["&"] = function() { upDownArrowKey(-1); }; -keys ["'"] = function() { rightArrowKey(); }; -keys ["("] = function() { upDownArrowKey( 1); }; -keys ["27"] = function() { clickEsc(); }; - -function state(selectedNode, tree, collapseBuffer) { - this.selectedNode = selectedNode; - this.tree = grammar.abstract.copyTree(tree); - this.collapseBuffer = collapseBuffer; - return this; -} - -function treeNode(name, caption) { - this.name = name; - this.caption = caption; - this.cat = ""; - this.children = new Array(); - this.collapsed = false; - return this; -} - -treeNode.prototype.addChild = function (i, c) { - this.children[i] = c; -} - -treeNode.prototype.hasChildren = function() { - return this.children.length; -} - -/* -------------------------------------------------------------------------- */ -/* ----------------------------- GUI functions ----------------------------- */ -/* -------------------------------------------------------------------------- */ - - -// Creates an instance of the editor and stores it in the given HTML container. -// Previous content is destroyed. -function mkEditor(container, myGrammar) { - grammar = myGrammar; - myTree = treeFromAbstract(grammar.abstract.annotate(abstractTree, grammar.abstract.startcat), "0"); - var holder = document.getElementById(container); - holder.innerHTML = "
    "; - nodeClick('0', '?'); -} - -// Generates a tree from the string representation of an abstract tree contained in the element elementToParse -function parseStringTree(elementToParse) { - stringAbstractTree = elementToParse; - abstractTree = grammar.abstract.handleLiterals(grammar.abstract.parseTree(document.getElementById(elementToParse).value, grammar.abstract.startcat)); - myTree = treeFromAbstract(abstractTree, "0"); - nodeClick("0"); -} - -// If a key is pressed and a function assigned to that key, calls the function -function hotKeys(event) { - event = (event) ? event : ((window.event) ? event : null); - if (event) { - var charCode = (event.charCode) ? event.charCode : ((event.which) ? event.which : event.keyCode); - if (keys[String.fromCharCode(charCode).toUpperCase()] && - !event.ctrlKey && !event.altKey && !event.shiftKey && !event.metaKey) { - keys[String.fromCharCode(charCode).toUpperCase()](); - } - else if (keys["" + charCode] && - !event.ctrlKey && !event.altKey && !event.shiftKey && !event.metaKey) { - keys["" + charCode](); - } - else if (charCode >= "96" && charCode <= "105" && - !event.ctrlKey && !event.altKey && !event.shiftKey && !event.metaKey) { - keys["" + (charCode - 96)](); - } - } -} - -// Clears "numeric" hotkeys -function clearHotKeys() { - for (var key in keys) { - if ((parseInt(key) + 1) && (key != "27")) { keys[key] = function() { }; } - } -} - -// Action to be performed when the up/down arrow key is pressed -function upDownArrowKey(pos) { - var nodePos = getNavPos(selectedNode); - if ((nodePos > 0 && pos < 0) || (nodePos < navigationControlString.length - 1 && pos > 0)) { - nodeClick(navigationControlString[nodePos + pos]); - } -} - -// Gets the position of a given node in the navigationControlString -function getNavPos(nodeName) { - for (var i = 0, j = navigationControlString.length; i < j; i++) { - if (navigationControlString[i] == nodeName) { return i; }; - } - return undefined; -} - -// Given a name and a tree, gets the node in the tree with that name -function getNode(nodeName, node) { - if (nodeName == node.name) { - return node; - } - else { - for (var i = 0, j = node.children.length; i < j; i++) { - var found = getNode(nodeName, node.children[i]); - if (found) { return found; } - } - } -} - -// Action to be performed when the left arrow key is pressed -function leftArrowKey() { - var node = getNode(selectedNode, myTree); - if (!node.collapsed && node.hasChildren()) { - signClick(node.name, node.caption); - } - else { - var parentNode = getParent(node.name, myTree); - if (parentNode) { nodeClick(parentNode.name); } - } -} - -// Gets the parent of the selected node -function getParent(nodeName, node) { - if (node.name == nodeName) { - return undefined; - } - else { - for (var i = 0, j = node.children.length; i < j; i++) { - if (node.children[i].name == nodeName) { return node; } - } - for (var i = 0, j = node.children.length; i < j; i++) { - var found = getParent(nodeName, node.children[i]); - if (found) { return found; } - } - } -} - -// Action to be performed when the right arrow key is pressed -function rightArrowKey() { - var node = getNode(selectedNode, myTree); - if (node.collapsed) { - signClick(node.name, node.caption); - } - else { - var firstDescendant = getfirstDescendant(node); - if (firstDescendant) { - nodeClick(firstDescendant.name); - } - } -} - -// Gets the first descendant child of a node -function getfirstDescendant(node) { - if (node.hasChildren() && !node.collapsed) { return node.children[0]; } - return undefined; -} - -// Produces and displays an HTML representation of the tree -function drawTree() { - var frame = document.getElementById("absFrame"); - navigationControlString = new Array(); - frame.innerHTML = "
      " + getTree(myTree, 0) + "
    "; - document.getElementById("link" + selectedNode).scrollIntoView(false); -} - -// Produces an HTML representation of the tree -function getTree(tree, level) { - navigationControlString[navigationControlString.length] = tree.name; - var htmlTree = new Array(); - htmlTree.push("
  • "); - if (tree.hasChildren()) { - htmlTree.push(""); - } - else { - htmlTree.push(""); - } - htmlTree.push(""); - if (tree.cat == "String" || tree.cat == "Int" || tree.cat == "Float") { - htmlTree.push(tree.caption.substring(tree.caption.lastIndexOf("_") + 1)); - } else { - htmlTree.push(tree.caption); - } - htmlTree.push(" : ", tree.cat, "
    • "); - if (tree.hasChildren() && !tree.collapsed) { - for (var i = 0, j = tree.children.length; i < j; i++) { - htmlTree.push(getTree(tree.children[i], level + 1)); - } - } - htmlTree.push("
    "); - return htmlTree.join(""); -} - -// Linearizes and displays the abstract tree -function drawLinearizedFrame() { - var frame = document.getElementById("conFrame"); - frame.innerHTML = getLinearizedFrame(); -} - -// Linearizes the abstract tree and returns it in HTML form -function getLinearizedFrame() { - var linearizedFrame = new Array(); - for (var i in grammar.concretes) { - linearizedFrame.push("

    ", i, "

    "); - linearizedFrame.push("

    "); - var tokens = grammar.concretes[i].tagAndLinearize(abstractTree); - for (var j = 0, k = tokens.length; j < k; j++) { - linearizedFrame.push(createLinearized(tokens[j])); - } - linearizedFrame.push("

    "); - } - linearizedFrame.push("

    Abstract

    "); - linearizedFrame.push("

    ", createLinearizedFromAbstract(myTree, "0"), "

    "); - return linearizedFrame.join(""); -} - -// Creates an HTML representation of a linearization of an abstract tree -function createLinearized(token) { - var node = getNode(token.tag, myTree); - var linearized = new Array() - linearized.push(""); } - else { linearized.push(" onclick='nodeClick(\"", node.name, "\");'> ", token, " "); } - return linearized.join(""); -} - -// Creates an HTML representation of the abstract tree -function createLinearizedFromAbstract(node, path, prec) { - var linearized = new Array(); - linearized.push(""); - if (node.children.length) { linearized.push(" ("); } - if (node.cat == "String" || node.cat == "Int" || node.cat == "Float") { - linearized.push(" ", node.caption.substring(node.caption.lastIndexOf("_") + 1), " "); - } else { - linearized.push(" ", node.caption, " "); - } - for (var i = 0, j = node.children.length; i < j; i++) { - linearized.push(createLinearizedFromAbstract(node.children[i], path + "-" + i, 1)); - } - if (node.children.length) { linearized.push(") "); } - linearized.push(""); - return linearized.join(""); -} - -// Expands/Collapses node -function signClick(name, caption) { - myTree = expandCollapse(myTree, name); - nodeClick(name); -} - -// Sets the "collapsed" property of a given node -function expandCollapse(node, name) { - if (node.name == name) { - if (wasCollapsed(node.name)) { removeFromCollapseBuffer(node.name); } - else { collapseBuffer[collapseBuffer.length] = node.name; } - node.collapsed ^= true; - } - else { - for (var i = 0, j = node.children.length; i < j; i++) { - expandCollapse(node.children[i], name); - } - } - return node; -} - -// Checks if a node was collapsed on the previous cycle -function wasCollapsed(nodeName) { - for (var i = 0, j = collapseBuffer.length; i < j; i++) { - if (nodeName == collapseBuffer[i]) { - return true; - } - } - return false; -} - -// Removes a node from the collapseBuffer array -function removeFromCollapseBuffer(nodeName) { - var newBuffer = new Array(); - for (var i = 0, j = collapseBuffer.length; i < j; i++) { - if (nodeName != collapseBuffer[i]) { - newBuffer[newBuffer.length] = collapseBuffer[i]; - } - } - collapseBuffer = newBuffer; -} - -// Selects a node -function nodeClick(name) { - if ((document.getElementById("actRefine") && document.getElementById("actRefine").className == "selected") || - (document.getElementById("actReplace") && document.getElementById("actReplace").className == "selected") || - (document.getElementById("actWrap") && document.getElementById("actWrap").className == "selected") || - (document.getElementById("actTree") && document.getElementById("actTree").className == "selected")) { - return; } - selectedNode = name; - if (stringAbstractTree) { - document.getElementById(stringAbstractTree).value = abstractTree.show(); - } - document.getElementById("actFrame").innerHTML = showActions(); - document.getElementById("refFrame").innerHTML = ""; - document.getElementById("messageFrame").innerHTML = showLanguages(); - document.getElementById(selectedLanguage).className = "selected"; - applyLanguage(); - drawTree(); - drawLinearizedFrame(); -} - -// Shows the available languages for the editor -function showLanguages() { - var languages = new Array(); - languages.push("", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "
    BulgarianDanishEnglishFinnishFrenchGermanItalianNorwegianRussianSpanishSwedish
    "); - return languages.join(""); -} - -// Selects the language to use in the editor -function clickLanguage(lang) { - if (lang) { - var tdsToClear = document.getElementById("languagesTable").getElementsByTagName("td"); - for (var i = 0, j = tdsToClear.length; i < j; i++) { - if (tdsToClear[i].className == "selected") { tdsToClear[i].className = "language"; } - } - document.getElementById(lang).className = "selected"; - selectedLanguage = lang; - applyLanguage(); - } -} - -// Applies a language to the editor -function applyLanguage() { - var langsToLinearize = document.getElementById("languagesTable").getElementsByTagName("td"); - for (var i = 0, j = langsToLinearize.length; i < j; i++) { - var absStr = langsToLinearize[i].getAttribute("title"); - var lin = editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree(absStr, editorGrammar.abstract.startcat)); - lin = lin.substring(0,1).toUpperCase().concat(lin.substring(1)) - if (!langsToLinearize[i].firstChild) { - var txt = document.createTextNode(lin); - langsToLinearize[i].appendChild(txt); - } - else { - langsToLinearize[i].firstChild.nodeValue = lin; - } - } - var actionsToLinearize = document.getElementById("actionsTable").getElementsByTagName("td"); - for (var i = 0, j = actionsToLinearize.length; i < j; i++) { - if (actionsToLinearize[i].className == "action") { - var absStr = actionsToLinearize[i].getAttribute("title"); - var lin = editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree(absStr, editorGrammar.abstract.startcat)); - lin = lin.substring(0,1).toUpperCase().concat(lin.substring(1)) - if (!actionsToLinearize[i].firstChild) { - var txt = document.createTextNode(lin); - actionsToLinearize[i].appendChild(txt); - } - else { - actionsToLinearize[i].firstChild.nodeValue = lin; - } - } - } - var messageToLinearize = document.getElementById("refgenRefRandom"); - if (messageToLinearize) { - var msg = editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree("RandomlyCommand Select IndefSgDet Refinement", editorGrammar.abstract.startcat)); - messageToLinearize.firstChild.firstChild.nodeValue = msg.substring(0,1).toUpperCase().concat(msg.substring(1)); - } - var messageToLinearize = document.getElementById("nextRefsNext"); - if (messageToLinearize) { - var msg = editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree("CommandAdj Show DefSgDet Next Page", editorGrammar.abstract.startcat)); - messageToLinearize.firstChild.firstChild.nodeValue = msg.substring(0,1).toUpperCase().concat(msg.substring(1)); - } - messageToLinearize = document.getElementById("nextRefsPrevious"); - if (messageToLinearize) { - var msg = editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree("CommandAdj Show DefSgDet Previous Page", editorGrammar.abstract.startcat)); - messageToLinearize.firstChild.firstChild.nodeValue = msg.substring(0,1).toUpperCase().concat(msg.substring(1)); - } - var messageToLinearize = document.getElementById("nextWrapsNext"); - if (messageToLinearize) { - var msg = editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree("CommandAdj Show DefSgDet Next Page", editorGrammar.abstract.startcat)); - messageToLinearize.firstChild.firstChild.nodeValue = msg.substring(0,1).toUpperCase().concat(msg.substring(1)); - } - messageToLinearize = document.getElementById("nextWrapsPrevious"); - if (messageToLinearize) { - var msg = editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree("CommandAdj Show DefSgDet Previous Page", editorGrammar.abstract.startcat)); - messageToLinearize.firstChild.firstChild.nodeValue = msg.substring(0,1).toUpperCase().concat(msg.substring(1)); - } -} - -// Shows the available actions for a node -function showActions(caption) { - var node = getNode(selectedNode, myTree); - var abstractNode = getNodeFromAbstract(abstractTree, node.name, "0"); - var actions = new Array(); - actions.push(""); - if (undoArray.length) { - actions.push(createAction("Undo", "action", "SingleWordCommand Undo", "Z")); } - else { actions.push(createAction("Undo", "unavailable", "SingleWordCommand Undo", "Z")); }; - if (redoArray.length) { - actions.push(createAction("Redo", "action", "SingleWordCommand Redo", "Y")); } - else { actions.push(createAction("Redo", "unavailable", "SingleWordCommand Redo", "Y")); } - if (node.caption == "?") { - actions.push(createAction("Cut", "unavailable", "SingleWordCommand Cut", "X")); - actions.push(createAction("Copy", "unavailable", "SingleWordCommand Copy", "C")); - var AbsNodeType = abstractNode.type; - if (clipBoard && (AbsNodeType == grammar.abstract.getCat(clipBoard.name))) { - actions.push(createAction("Paste", "action", "SingleWordCommand Paste", "V")); - } - else { actions.push(createAction("Paste", "unavailable", "SingleWordCommand Paste", "V")); } - actions.push(createAction("Delete", "unavailable", "SingleWordCommand Delete", "D")); - actions.push(createAction("Refine", "action", "SingleWordCommand Refine", "R")); - actions.push(createAction("Replace", "unavailable", "SingleWordCommand Replace", "E")); - actions.push(createAction("Wrap", "unavailable", "SingleWordCommand Wrap", "W")); - for (var i in grammar.concretes) { - if (grammar.concretes[i].parser) { - actions.push(createAction("Parse", "action", "Command Parse IndefSgDet String_N", "P")); - } else { actions.push(createAction("Parse", "unavailable", "Command Parse IndefSgDet String_N", "P")); } - break; - } - } - else if (node.caption) { - actions.push(createAction("Cut", "action", "SingleWordCommand Cut", "X")); - actions.push(createAction("Copy", "action", "SingleWordCommand Copy", "C")); - actions.push(createAction("Paste", "unavailable", "SingleWordCommand Paste", "V")); - actions.push(createAction("Delete", "action", "SingleWordCommand Delete", "D")); - actions.push(createAction("Refine", "unavailable", "SingleWordCommand Refine", "R")); - actions.push(createAction("Replace", "action", "SingleWordCommand Replace", "E")); - actions.push(createAction("Wrap", "action", "SingleWordCommand Wrap", "W")); - actions.push(createAction("Parse", "unavailable", "Command Parse IndefSgDet String_N", "P")); - } - if (node && !abstractNode.isComplete()) { - actions.push(createAction("RandomNode", "action", "RandomlyCommand Refine DefSgDet Node", "N")); - } - else { - actions.push(createAction("RandomNode", "unavailable", "RandomlyCommand Refine DefSgDet Node", "N")); - } - if (!abstractTree.isComplete()) { - actions.push(createAction("RandomTree", "action", "RandomlyCommand Refine DefSgDet Tree", "T")); - } - else { - actions.push(createAction("RandomTree", "unavailable", "RandomlyCommand Refine DefSgDet Tree", "T")); - } - actions.push("
    "); - return actions.join(""); - -} - -// Creates an action -function createAction(actionName, className, caption, hotKey) { - return "" + caption + "(" + hotKey + ")"; -} - -// When the "Refine" action is selected, gets the appropriate refinements for a node -function clickRefine(actName) { - if (document.getElementById(actName).className == "action") { - highlightSelectedAction(actName); - pushUndoClearRedo(); - if (selectedNode) { - refPageCounter = 0; - var node = getNodeFromAbstract(abstractTree, selectedNode, "0"); - if (node.type == "String" || node.type == "Int" || node.type == "Float") { - var newType = undefined; - var newTypeCat = node.type + "_Literal_"; - switch(node.type) - { - case "String": - var msg = editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree("Command Enter IndefSgDet String_N", editorGrammar.abstract.startcat)); - newType = prompt(msg.substring(0,1).toUpperCase().concat(msg.substring(1)),'String'); - if (!newType) { newType = "AutoString"; } - break; - case "Int": - while (isNaN(newType) || (newType && newType.indexOf(".") != -1)) { - var msg = editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree("Command Enter IndefSgDet Integer_N", editorGrammar.abstract.startcat)); - newType = prompt(msg.substring(0,1).toUpperCase().concat(msg.substring(1)),'Int'); - } - if (!newType) { newType = "8"; } - break; - case "Float": - while (isNaN(newType)) { - var msg = editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree("Command Enter IndefSgDet Float_N", editorGrammar.abstract.startcat)); - newType = prompt(msg.substring(0,1).toUpperCase().concat(msg.substring(1)),'Float'); - } - if (!newType) { newType = "8.0"; } - if (newType.indexOf(".") == -1) { newType += ".0"; } - break; - } - if (node.type == "String") { - newTypeCat += "\"" + newType + "\""; - } else { - newTypeCat += newType; - } - if (!grammar.abstract.types[newTypeCat]) { - grammar.abstract.addType(newTypeCat, [], node.type); - for (var i in grammar.concretes) { - grammar.concretes[i].addRule(newTypeCat, function(cs){ return new Arr(new Str(newType));}); - } - } - node.name = newTypeCat; - abstractTree = insertNode(abstractTree, selectedNode, "0", node); - document.getElementById("actFrame").innerHTML = showActions(); - document.getElementById("refFrame").innerHTML = ""; - clearHotKeys(); - concludeAction(); - } else { - document.getElementById("refFrame").innerHTML = showRefinements(selectedNode); - } - } - } -} - -// Sets the className of actName to "selected" and grays out the other selections -function highlightSelectedAction(actName) { - graySelections(actName); - document.getElementById(actName).className = "selected"; - drawTree(); -} - -// Grays out all actions except one -function graySelections(except) { - var refs = document.getElementById("actFrame").getElementsByTagName("tr"); - for (var i = 0, j = refs.length; i < j; i++) { - if (refs[i].id != except) { refs[i].className = "closed"; } - } -} - -// Pushes the abstract tree into the undo array and clears the redo array -function pushUndoClearRedo() { - undoArray.push(new state(selectedNode, abstractTree, collapseBuffer)); - redoArray.length = 0; -} - -// Gets the refinements to display -function showRefinements(nodeName) { - var refs = getAvailableRefinements(nodeName, abstractTree, grammar); - var rowsPerPage = 9; - var pages = Math.floor(refs.length / rowsPerPage); - var upperLimit; - if (pages != refPageCounter) { upperLimit = (rowsPerPage * refPageCounter) + rowsPerPage; } - else { upperLimit = refs.length; } - var refinements = new Array(); - refinements.push(""); - var keyPos = 0; - refinements.push(ref_wrapToHtml("ref", "genRefRandom", "refinement", "", keyPos, "RandomlyCommand Select IndefSgDet Refinement")); - keys["" + keyPos] = mkRefHotKey("genRefRandom"); - keyPos++; - for (var i = (rowsPerPage * refPageCounter), j = upperLimit; i < j; i++) { - refinements.push(ref_wrapToHtml("ref", refs[i], "refinement", "", keyPos, "")); - keys["" + keyPos] = mkRefHotKey(refs[i]); - keyPos++; - } - if (((refs.length % rowsPerPage == 0) && (pages - 1) > refPageCounter) || - ((refs.length % rowsPerPage != 0) && pages > refPageCounter) ) { - refinements.push(ref_wrapNextRefsToHtml("nextRefs", "Next", "refinement", "+", editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree("CommandAdj Show DefSgDet Next Page", editorGrammar.abstract.startcat)))); - keys["107"] = mkRefNextRefsHotKey("Next"); - } - if (0 < refPageCounter) { - refinements.push(ref_wrapNextRefsToHtml("nextRefs", "Previous", "refinement", "-", editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree("CommandAdj Show DefSgDet Previous Page", editorGrammar.abstract.startcat)))); - keys["109"] = mkRefNextRefsHotKey("Previous"); - } - refinements.push("
    "); - return refinements.join(""); -} - -// Creates an HTML representation of a Refinement/Wrap -function ref_wrapToHtml(funct, name, className, arg, hotKeyPos, caption) { - var ref_wrapHtml = new Array(); - ref_wrapHtml.push(""); - if (caption) { ref_wrapHtml.push(editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree(caption, editorGrammar.abstract.startcat))); } - else { ref_wrapHtml.push(name, " : ", refArgsToHtml(name), grammar.abstract.getCat(name)); } - ref_wrapHtml.push("(", hotKeyPos, ")"); - return ref_wrapHtml.join(""); -} - -// Creates the function to be used by a "numeric" hot key -function mkRefHotKey(refName) { - return function() { if (document.getElementById("ref" + refName)) { refClick(refName); } } -} - -// Creates an HTML representation of the Next/Previous Refinement/Wrap page -function ref_wrapNextRefsToHtml(funct, name, className, hotKeyPos, caption) { - var ref_wrapHtml = new Array(); - ref_wrapHtml.push(""); - ref_wrapHtml.push(caption); - ref_wrapHtml.push("(", hotKeyPos, ")"); - return ref_wrapHtml.join(""); -} - -// Creates the function to be used by a "+"/"-" hot key -function mkRefNextRefsHotKey(refName) { - return function() { if (document.getElementById("nextRefs" + refName)) { nextRefsClick(refName); } } -} - -// Creates a string representation of the arguments of a refinement -function refArgsToHtml(fun) { - var args = new Array(); - for (var i = 0, j = grammar.abstract.types[fun].args.length; i < j; i++) { - args.push(grammar.abstract.types[fun].args[i], " -> "); - } - return args.join(""); -} - -// Gets the type of a meta variable -function getMetaType(absNode, route, currRoute) { - if (route == currRoute && absNode.isMeta()) { - return absNode.type; - } - else { - for (var i = 0, j = absNode.args.length; i < j; i++) { - var found = getMetaType(absNode.args[i], route, currRoute + "-" + i); - if (found) { return found }; - } - } -} - -// When the "Undo" action is selected, undoes the last action -function clickUndo(actName) { - if (document.getElementById(actName).className == "action" && undoArray.length) { - highlightSelectedAction(actName); - redoArray.push(new state(selectedNode, abstractTree, collapseBuffer)); - var prevState = undoArray.pop(); - selectedNode = prevState.selectedNode; - abstractTree = grammar.abstract.copyTree(prevState.tree); - collapseBuffer = prevState.collapseBuffer; - if (abstractTree.isComplete()) { selectedNode = "0"; } - abstractTree = grammar.abstract.annotate(abstractTree, grammar.abstract.startcat); - myTree = treeFromAbstract(abstractTree, "0"); - nodeClick(selectedNode); - } -} - -// When the "Redo" action is selected, redoes the last action -function clickRedo(actName) { - if (document.getElementById(actName).className == "action" && redoArray.length) { - highlightSelectedAction(actName); - undoArray.push(new state(selectedNode, abstractTree, collapseBuffer)); - var nextState = redoArray.pop(); - selectedNode = nextState.selectedNode; - abstractTree = grammar.abstract.copyTree(nextState.tree); - collapseBuffer = nextState.collapseBuffer; - abstractTree = grammar.abstract.annotate(abstractTree, grammar.abstract.startcat); - myTree = treeFromAbstract(abstractTree, "0"); - nodeClick(selectedNode); - } -} - -// When the "Copy" action is selected, copies the selected node to the clipboard -function clickCopy(actName) { - if (document.getElementById(actName).className == "action") { - highlightSelectedAction(actName); - if (selectedNode) { - clipBoard = grammar.abstract.copyTree(getNodeFromAbstract(abstractTree, selectedNode, "0")); - document.getElementById("clipboardFrame").innerHTML = clipBoard.name + " : " + grammar.abstract.getCat(clipBoard.name); - nodeClick(selectedNode); - } - } -} - -// When the "Cut" action is selected, deletes the selected node and copies it to the clipboard -function clickCut(actName) { - if (document.getElementById(actName).className == "action") { - highlightSelectedAction(actName); - pushUndoClearRedo(); - if (selectedNode) { - clipBoard = grammar.abstract.copyTree(getNodeFromAbstract(abstractTree, selectedNode, "0")); - document.getElementById("clipboardFrame").innerHTML = clipBoard.name + " : " + grammar.abstract.getCat(clipBoard.name); - abstractTree = deleteNode(abstractTree, selectedNode, "0"); - concludeAction(); - } - } -} - -// Annotates the abstract tree, creates a tree from the abstract tree and selects the next meta variable -function concludeAction() { - abstractTree = grammar.abstract.annotate(abstractTree, grammar.abstract.startcat); - myTree = treeFromAbstract(abstractTree, "0"); - selectNextMeta(); -} - -// Selects the next meta variable available -function selectNextMeta() { - nodeClick(selectedNode); - if (!abstractTree.isComplete()) { - var pathToNextMeta = ""; - var nodePos = getNavPos(selectedNode); - while (1) { - if (nodePos == navigationControlString.length) { nodePos = 0; } - var node = getNode(navigationControlString[nodePos], myTree); - if (node.caption == "?") { pathToNextMeta = node.name; break; } - nodePos++; - } - expandAscendants(pathToNextMeta); - nodeClick(pathToNextMeta); - } -} - -// Expands the ascendants of a given node -function expandAscendants(nodeName) { - var nodePath = nodeName.split("-"); - var currAscendant = nodePath.shift(); - while (nodePath.length > 0) { - var node = getNode(currAscendant, myTree); - if (node.collapsed) { - myTree = expandCollapse(myTree, currAscendant); - } - currAscendant += "-" + nodePath.shift(); - } -} - -// When the "Paste" action is selected, pastes the contents of the clipboard into the selected node -function clickPaste(actName) { - if (document.getElementById(actName).className == "action") { - highlightSelectedAction(actName); - pushUndoClearRedo(); - if (selectedNode) { - abstractTree = insertNode(abstractTree, selectedNode, "0", grammar.abstract.copyTree(clipBoard)); - concludeAction(); - } - } -} - -// When the "Delete" action is selected, deletes the selected node -function clickDelete(actName) { - if (document.getElementById(actName).className == "action") { - highlightSelectedAction(actName); - pushUndoClearRedo(); - if (selectedNode) { - abstractTree = deleteNode(abstractTree, selectedNode, "0"); - abstractTree = grammar.abstract.annotate(abstractTree, grammar.abstract.startcat); - myTree = treeFromAbstract(abstractTree, "0"); - nodeClick(selectedNode); - } - } -} - -// When the "Replace" action is selected, replaces the selected node with another refinement -function clickReplace(actName) { - if (document.getElementById(actName).className == "action") { - highlightSelectedAction(actName); - pushUndoClearRedo(); - if (selectedNode) { - refPageCounter = 0; - abstractTree = deleteNode(abstractTree, selectedNode, "0"); - abstractTree = grammar.abstract.annotate(abstractTree, grammar.abstract.startcat); - myTree = treeFromAbstract(abstractTree, "0"); - drawTree(); - document.getElementById("refFrame").innerHTML = showRefinements(selectedNode); - } - } -} - -// When the "Wrap" action is selected, wraps around the selected node with another refinement -function clickWrap(actName) { - if (document.getElementById(actName).className == "action") { - highlightSelectedAction(actName); - pushUndoClearRedo(); - var node = getNode(selectedNode, myTree); - if (selectedNode) { - refPageCounter = 0; - var wrappers = showWrappers(node.caption); - document.getElementById("refFrame").innerHTML = wrappers; - if (wrappers.length <= 31) { - var lin = editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree("ErrorMessage Available Wrapper", editorGrammar.abstract.startcat)); - alert(lin.substring(0,1).toUpperCase().concat(lin.substring(1))); - document.getElementById("actFrame").innerHTML = showActions(); - nodeClick(selectedNode); - } - } - } -} - -// Gets the wrappers to display -function showWrappers(nodeCaption) { - var nodeType = grammar.abstract.types[nodeCaption].cat; - var rowsPerPage = 10; - var availWrappers = getAvailableWrappers(nodeType, grammar, selectedNode); - var pages = Math.floor(availWrappers.length / rowsPerPage); - var upperLimit; - if (pages != refPageCounter) { upperLimit = (rowsPerPage * refPageCounter) + rowsPerPage; } - else { upperLimit = availWrappers.length; } - var wrappers = new Array(); - wrappers.push(""); - var keyPos = 0; - for (var i = (rowsPerPage * refPageCounter), j = upperLimit; i < j; i++) { - wrappers.push(ref_wrapToHtml("wrap", availWrappers[i][0], "wrapper", ", " + availWrappers[i][1], keyPos, "")); - keys["" + keyPos] = mkWrapHotKey(availWrappers[i][0], availWrappers[i][1]); - keyPos++; - } - if (((availWrappers.length % rowsPerPage == 0) && (pages - 1) > refPageCounter) || - ((availWrappers.length % rowsPerPage != 0) && pages > refPageCounter) ) { - wrappers.push(ref_wrapNextRefsToHtml("nextWraps", "Next", "wrapper", "+", editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree("CommandAdj Show DefSgDet Next Page", editorGrammar.abstract.startcat)))); - keys["107"] = mkWrapNextRefsHotKey("Next"); - } - if (0 < refPageCounter) { - wrappers.push(ref_wrapNextRefsToHtml("nextWraps", "Previous", "wrapper", "-", editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree("CommandAdj Show DefSgDet Previous Page", editorGrammar.abstract.startcat)))); - keys["109"] = mkWrapNextRefsHotKey("Previous"); - } - wrappers.push("
    "); - return wrappers.join(""); -} - -// Creates the function to be used by a "numeric" hot key -function mkWrapHotKey(wrapName, argPos) { - return function() { if (document.getElementById("wrap" + wrapName)) { wrapClick(wrapName, argPos); } } -} - -// Creates the function to be used by a "+"/"-" hot key -function mkWrapNextRefsHotKey(wrapName) { - return function() { if (document.getElementById("nextWraps" + wrapName)) { nextWrapsClick(wrapName); } } -} - -// When the "Parse" action is selected, asks the user for a string and parses it -// to generate the subnode -function clickParse(actName) { - if (document.getElementById(actName).className == "action") { - highlightSelectedAction(actName); - var node = getNode(selectedNode, myTree); - if (selectedNode) { - refPageCounter = 0; - parseTrees = undefined; - var msg = editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree("Command Enter IndefSgDet String_N", editorGrammar.abstract.startcat)); - var string = prompt(msg.substring(0,1).toUpperCase().concat(msg.substring(1)),'String'); - if (string || string == "") { - for (var i in grammar.concretes) { - parseTrees = grammar.concretes[i].parser.parseString(string, node.cat); - if (parseTrees.length == 1) { - pushUndoClearRedo(); - abstractTree = insertNode(abstractTree, selectedNode, "0", grammar.abstract.copyTree(grammar.abstract.handleLiterals(parseTrees[0], node.cat))); - document.getElementById("actFrame").innerHTML = showActions(); - document.getElementById("refFrame").innerHTML = ""; - clearHotKeys(); - concludeAction(); - return false; - } else if (parseTrees.length > 1) { - document.getElementById("refFrame").innerHTML = showTrees(); - return false; - } - } - } else { nodeClick(selectedNode); return false; } - var lin = editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree("ErrorMessage Available Tree", editorGrammar.abstract.startcat)); - alert(lin.substring(0,1).toUpperCase().concat(lin.substring(1))); - } - nodeClick(selectedNode); - } -} - -// Displays the parse trees in the refinements panel -function showTrees() { - var rowsPerPage = 10; - var pages = Math.floor(parseTrees.length / rowsPerPage); - var upperLimit; - if (pages != refPageCounter) { upperLimit = (rowsPerPage * refPageCounter) + rowsPerPage; } - else { upperLimit = parseTrees.length; } - var htmlTrees = new Array(); - htmlTrees.push(""); - var keyPos = 0; - for (var i = (rowsPerPage * refPageCounter), j = upperLimit; i < j; i++) { - htmlTrees.push(treeToHtml(i, keyPos, "")); - keys["" + keyPos] = mkTreeHotKey(i, keyPos); - keyPos++; - } - if (((parseTrees.length % rowsPerPage == 0) && (pages - 1) > refPageCounter) || - ((parseTrees.length % rowsPerPage != 0) && pages > refPageCounter) ) { - htmlTrees.push(ref_wrapNextRefsToHtml("nextTrees", "Next", "tree", "+", editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree("CommandAdj Show DefSgDet Next Page", editorGrammar.abstract.startcat)))); - keys["107"] = mkTreeNextRefsHotKey("Next"); - } - if (refPageCounter > 0) { - htmlTrees.push(ref_wrapNextRefsToHtml("nextTrees", "Previous", "tree", "-", editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree("CommandAdj Show DefSgDet Previous Page", editorGrammar.abstract.startcat)))); - keys["109"] = mkTreeNextRefsHotKey("Previous"); - } - htmlTrees.push("
    "); - return htmlTrees.join(""); -} - -// Creates an HTML representation of a parse Tree to be shown in the refinements panel -function treeToHtml(i, hotKeyPos, caption) { - var htmlTree = new Array(); - htmlTree.push(""); - if (caption) { htmlTree.push(editorGrammar.concretes[selectedLanguage].linearize(editorGrammar.abstract.parseTree(caption, editorGrammar.abstract.startcat))); } - else { htmlTree.push(parseTrees[i].show()); } - htmlTree.push("(", hotKeyPos, ")"); - return htmlTree.join(""); -} - -// Creates the function to be used by a "numeric" hot key -function mkTreeHotKey(i, keyPos) { - return function() { if (document.getElementById("tree" + keyPos)) { treeClick(i); } } -} - -// Creates the function to be used by a "+"/"-" hot key -function mkTreeNextRefsHotKey(treeName) { - return function() { if (document.getElementById("nextTrees" + treeName)) { nextTreesClick(treeName); } } -} - - -// When the "RandomNode" action is selected, refines the node at random -function clickRandomNode(actName) { - if (document.getElementById(actName).className == "action") { - highlightSelectedAction(actName); - pushUndoClearRedo(); - if (selectedNode) { - var tempTree = grammar.abstract.copyTree(abstractTree); - abstractTree = insertNode(tempTree, selectedNode, "0", grammar.abstract.copyTree(fillSubTree(grammar.abstract.copyTree(getNodeFromAbstract(abstractTree, selectedNode, "0")), grammar))); - concludeAction(); - } - } -} - -// When the "RandomTree" action is selected, refines the tree at random -function clickRandomTree(actName) { - if (document.getElementById(actName).className == "action") { - highlightSelectedAction(actName); - pushUndoClearRedo(); - abstractTree = grammar.abstract.copyTree(fillSubTree(abstractTree, grammar)); - concludeAction(); - } -} - -// If a node is selected and is of type meta, it refines the node with a type refName -function refClick(refName) { - if (selectedNode) { - if (refName == "genRefRandom") { - var refs = getAvailableRefinements(selectedNode, abstractTree, grammar); - refName = refs[Math.floor(refs.length * Math.random())]; - } - abstractTree = refineAbstractTree(abstractTree, selectedNode, "0", refName); - document.getElementById("actFrame").innerHTML = showActions(); - document.getElementById("refFrame").innerHTML = ""; - clearHotKeys(); - concludeAction(); - } -} - -// Creates a tree from an abstract tree -function treeFromAbstract(abstractNode, name) { - var node = new treeNode(name, abstractNode.name); - if (node.caption == "?") { - node.cat = abstractNode.type; } - else { - if (grammar.abstract.types[node.caption]) { - node.cat = grammar.abstract.getCat(node.caption); - } else { - node.cat = node.caption.substring(0, node.caption.indexOf("_")); - grammar.abstract.addType(node.caption, [], node.cat); - var linStr = undefined; - if (node.cat == "String") { - linStr = node.caption.substring(node.caption.indexOf("\"") + 1, node.caption.length - 1); - } else { - linStr = node.caption.substring(node.caption.lastIndexOf("_") + 1) - } - for (var i in grammar.concretes) { - grammar.concretes[i].addRule(node.caption, function(cs){ return new Arr(new Str(linStr));}); - } - } - } - if (wasCollapsed(node.name)) { node.collapsed = true; } - for (var i = 0, j = abstractNode.args.length; i < j; i++) { - node.addChild(i, treeFromAbstract(abstractNode.args[i], name + "-" + i)); - } - return node -} - -// Wraps a refinement around a node -function wrapClick(wrapName, argPos) { - if (selectedNode) { - var tempNode = createRefinement(wrapName); - tempNode.setArg(argPos, grammar.abstract.copyTree(getNodeFromAbstract(abstractTree, selectedNode, "0"))); - abstractTree = insertNode(abstractTree, selectedNode, "0", tempNode); - var cat = grammar.abstract.getCat(tempNode.name); - if (selectedNode == "0" && cat != grammar.abstract.startcat) { - grammar.abstract.startcat = cat; - } - document.getElementById("actFrame").innerHTML = showActions(); - document.getElementById("refFrame").innerHTML = ""; - clearHotKeys(); - concludeAction(); - } -} - -// Wraps a refinement around a node -function treeClick(i) { - if (selectedNode) { - pushUndoClearRedo(); - var node = getNode(selectedNode, myTree); - var tempNode = grammar.abstract.copyTree(grammar.abstract.handleLiterals(parseTrees[i], node.cat)); - abstractTree = insertNode(abstractTree, selectedNode, "0", tempNode); - document.getElementById("actFrame").innerHTML = showActions(); - document.getElementById("refFrame").innerHTML = ""; - clearHotKeys(); - concludeAction(); - } -} - -// Handler for the escape key -function clickEsc() { - if ((document.getElementById("actRefine").className == "selected" || - document.getElementById("actReplace").className == "selected" || - document.getElementById("actWrap").className == "selected" || - document.getElementById("actParse").className == "selected") && undoArray.length) { - var prevState = undoArray.pop(); - selectedNode = prevState.selectedNode; - abstractTree = grammar.abstract.copyTree(prevState.tree); - collapseBuffer = prevState.collapseBuffer; - abstractTree = grammar.abstract.annotate(abstractTree, grammar.abstract.startcat); - myTree = treeFromAbstract(abstractTree, "0"); - document.getElementById("actFrame").innerHTML = showActions(); - if (selectedNode) { nodeClick(selectedNode) } - } -} - -// If there are over ten refinements available shows only the selected nine -function nextRefsClick(refName) { - if (refName == "Next") { refPageCounter++; } else { refPageCounter--; } - clearHotKeys(); - document.getElementById("refFrame").innerHTML = showRefinements(selectedNode); -} - -// If there are over ten wrappers available shows only the selected nine -function nextWrapsClick(wrapName) { - if (wrapName == "Next") { refPageCounter++; } else { refPageCounter--; } - clearHotKeys(); - var node = getNode(selectedNode, myTree); - document.getElementById("refFrame").innerHTML = showWrappers(node.caption); -} - -// If there are over ten parse trees available shows only the selected nine -function nextTreesClick(treeName) { - if (treeName == "Next") { refPageCounter++; } else { refPageCounter--; } - clearHotKeys(); - document.getElementById("refFrame").innerHTML = showTrees(); -} - -/* -------------------------------------------------------------------------- */ -/* ---------- GUI independent functions to handle syntax editing ---------- */ -/* -------------------------------------------------------------------------- */ - -// Gets the node rooted at the indicated path (route) in the tree absNode -function getNodeFromAbstract(absNode, route, currRoute) { - if (route == currRoute) { - return absNode; - } - else { - for (var i = 0, j = absNode.args.length; i < j; i++) { - var found = getNodeFromAbstract(absNode.args[i], route, currRoute + "-" + i); - if (found) { return found; } - } - } -} - -// Gets the first metavariable from the abstract tree rooted at the path route -function getNextMetaFromAbstract(node, route) { - if (node.isMeta()) { return route; } - for (var i = 0, j = node.args.length; i < j; i++) { - var found = getNextMetaFromAbstract(node.args[i], route + "-" + i); - if (found) { return found; } - } -} - -// Inserts the node into the abstract tree absNode at the path route -function insertNode(absNode, route, currRoute, node) { - if (route == currRoute) { - return node; - } - else { - for (var i = 0, j = absNode.args.length; i < j; i++) { - absNode.setArg(i, insertNode(absNode.args[i], route, currRoute + "-" + i, node)); - } - return absNode; - } -} - -// Deletes the node rooted at the path route from the abstract tree absNode -function deleteNode(absNode, route, currRoute) { - if (route == currRoute) { - return new Fun("?"); - } - else { - for (var i = 0, j = absNode.args.length; i < j; i++) { - absNode.setArg(i, deleteNode(absNode.args[i], route, currRoute + "-" + i)); - } - return absNode; - } -} - -// Gets the available refinements for the node nodeName, which is in the tree -// abstractTree, from those found in the grammar. -function getAvailableRefinements(nodeName, abstractTree, grammar) { - var node = getNodeFromAbstract(abstractTree, nodeName, "0"); - var metaType = node.type; - var refinements = new Array(); - for (var fun in grammar.abstract.types) { - if (grammar.abstract.types[fun].cat == metaType) { - refinements[refinements.length] = fun; - } - } - return refinements; -} - -// It refines the node rooted at the path route in the abstract tree absNode -// with the refinement refName. Returns the refined abstract tree. -function refineAbstractTree(absNode, route, currRoute, refName) { - if (route == currRoute && absNode.isMeta()) { - return createRefinement(refName); - } - else { - for (var i = 0, j = absNode.args.length; i < j; i++) { - absNode.setArg(i, refineAbstractTree(absNode.args[i], route, currRoute + "-" + i, refName)); - } - return absNode; - } -} - -// Creates a node of type refName object with the appropriate number of arguments -function createRefinement(refName) { - var newRef = new Fun(refName); - for (var i = 0, j = grammar.abstract.types[refName].args.length; i < j; i++) { - newRef.setArg(i, new Fun("?")); - } - return newRef; -} - -// Gets the available wrappers for a node of type nodeType found in the grammar -function getAvailableWrappers(nodeType, grammar, top) { - var wrappers = new Array(); - for (var fun in grammar.abstract.types) { - for (var i = 0, j = grammar.abstract.types[fun].args.length; i < j; i++) { - if (top != "0") { - if (grammar.abstract.types[fun].args[i] == nodeType && grammar.abstract.types[fun].cat == nodeType) { - wrappers[wrappers.length] = new Array(fun, i); - break; - } - } else { - if (grammar.abstract.types[fun].args[i] == nodeType) { - wrappers[wrappers.length] = new Array(fun, i); - break; - } - } - } - } - return wrappers; -} - -// Instantiates metavariables found in the tree abstractTree with refinements -// selected at random from those found in the grammar -function fillSubTree(abstractTree, grammar) { - while (!abstractTree.isComplete()) { - var nodeToRefine = getNextMetaFromAbstract(abstractTree, "0"); - if (nodeToRefine) { - var refs = getAvailableRefinements(nodeToRefine, abstractTree, grammar); - if (refs.length == 0) { - var node = getNodeFromAbstract(abstractTree, nodeToRefine, "0"); - if (node.type == "String" || node.type == "Int" || node.type == "Float") { - var newType = undefined; - var newTypeCat = node.type + "_Literal_"; - switch(node.type) - { - case "String": - newType = "AutoString"; - break; - case "Int": - newType = "8"; - break; - case "Float": - newType = "8.0"; - break; - } - if (node.type == "String") { - newTypeCat += "\"" + newType + "\""; - } else { - newTypeCat += newType; - } - if (!grammar.abstract.types[newTypeCat]) { - grammar.abstract.addType(newTypeCat, [], node.type); - for (var i in grammar.concretes) { - grammar.concretes[i].addRule(newTypeCat, function(cs){ return new Arr(new Str(newType));}); - } - } - node.name = newTypeCat; - abstractTree = insertNode(abstractTree, nodeToRefine, "0", node); - abstractTree = grammar.abstract.annotate(abstractTree, grammar.abstract.startcat); - } - } - else { - var selectedRef = refs[Math.floor(refs.length * Math.random())]; - abstractTree = refineAbstractTree(abstractTree, nodeToRefine, "0", selectedRef); - abstractTree = grammar.abstract.annotate(abstractTree, grammar.abstract.startcat); - } - } - } - return abstractTree; -} diff --git a/old-lib/javascript/gflib-xhtml-voice.js b/old-lib/javascript/gflib-xhtml-voice.js deleted file mode 100644 index fd8660100..000000000 --- a/old-lib/javascript/gflib-xhtml-voice.js +++ /dev/null @@ -1,54 +0,0 @@ -/* Output */ - -function sayText(text) { - document.voice_output_text = text; - activateForm("voice_output"); -} - -/* XHTML+Voice Utilities */ - -function activateForm(formid) { - var form = document.getElementById(formid); - var e = document.createEvent("UIEvents"); - e.initEvent("DOMActivate","true","true"); - form.dispatchEvent(e); -} - - -/* DOM utilities */ - -/* Gets the head element of the document. */ -function getHeadElement() { - var hs = document.getElementsByTagName("head"); - if (hs.length == 0) { - var head = document.createElement("head"); - document.documentElement.insertBefore(head, document.documentElement.firstChild); - return head; - } else { - return hs[0]; - } -} - -/* Gets the body element of the document. */ -function getBodyElement() { - var bs = document.getElementsByTagName("body"); - if (bs.length == 0) { - var body = document.createElement("body"); - document.documentElement.appendChild(body); - return body; - } else { - return bs[0]; - } -} - -/* Removes all the children of a node */ -function removeChildren(node) { - while (node.hasChildNodes()) { - node.removeChild(node.firstChild); - } -} - -function setText(node, text) { - removeChildren(node); - node.appendChild(document.createTextNode(text)); -} diff --git a/old-lib/javascript/gflib.js b/old-lib/javascript/gflib.js deleted file mode 100644 index 728655469..000000000 --- a/old-lib/javascript/gflib.js +++ /dev/null @@ -1,1128 +0,0 @@ - -function GFGrammar(abstract, concretes) { - this.abstract = abstract; - this.concretes = concretes; -} - -/* Translates a string from any concrete syntax to all concrete syntaxes. - Uses the start category of the grammar. -*/ -GFGrammar.prototype.translate = function (input, fromLang, toLang) { - var outputs = new Object(); - var fromConcs = this.concretes; - if (fromLang) { - fromConcs = new Object(); - fromConcs[fromLang] = this.concretes[fromLang]; - } - var toConcs = this.concretes; - if (toLang) { - toConcs = new Object(); - toConcs[toLang] = this.concretes[toLang]; - } - for (var c1 in fromConcs) { - var p = this.concretes[c1].parser; - if (p) { - var trees = p.parseString(input, this.abstract.startcat); - if (trees.length > 0) { - outputs[c1] = new Array(); - for (var i in trees) { - outputs[c1][i] = new Object(); - for (var c2 in toConcs) { - outputs[c1][i][c2] = this.concretes[c2].linearize(trees[i]); - } - } - } - } - } - return outputs; -} - - -/* ------------------------------------------------------------------------- */ -/* ----------------------------- LINEARIZATION ----------------------------- */ -/* ------------------------------------------------------------------------- */ - -/* Extension to the String object */ - -String.prototype.tag = ""; -String.prototype.setTag = function (tag) { this.tag = tag; }; - -/* Abstract syntax trees */ -function Fun(name) { - this.name = name; - this.args = copy_arguments(arguments, 1); -} -Fun.prototype.print = function () { return this.show(0); } ; -Fun.prototype.show = function (prec) { - if (this.isMeta()) { - if (isUndefined(this.type)) { - return '?'; - } else { - var s = '?:' + this.type; - if (prec > 0) { - s = "(" + s + ")" ; - } - return s; - } - } else { - var s = this.name; - var cs = this.args; - for (var i in cs) { - s += " " + (isUndefined(cs[i]) ? "undefined" : cs[i].show(1)); - } - if (prec > 0 && cs.length > 0) { - s = "(" + s + ")" ; - } - return s; - } -}; -Fun.prototype.getArg = function (i) { - return this.args[i]; -}; -Fun.prototype.setArg = function (i,c) { - this.args[i] = c; -}; -Fun.prototype.isMeta = function() { - return this.name == '?'; -} ; -Fun.prototype.isComplete = function() { - if (this.isMeta()) { - return false; - } else { - for (var i in this.args) { - if (!this.args[i].isComplete()) { - return false; - } - } - return true; - } -} ; -Fun.prototype.isLiteral = function() { - return (/^[\"\d]/).test(this.name); -} ; - -/* Concrete syntax terms */ - -function Arr() { this.arr = copy_arguments(arguments, 0); } -Arr.prototype.tokens = function() { return this.arr[0].tokens(); }; -Arr.prototype.sel = function(i) { return this.arr[i.toIndex()]; }; -Arr.prototype.setTag = function(tag) { - for (var i = 0, j = this.arr.length; i < j; i++) { - this.arr[i].setTag(tag); - } -}; - -function Seq() { this.seq = copy_arguments(arguments, 0); } -Seq.prototype.tokens = function() { - var xs = new Array(); - for (var i in this.seq) { - var ys = this.seq[i].tokens(); - for (var j in ys) { - xs.push(ys[j]); - } - } - return xs; -}; -Seq.prototype.setTag = function(tag) { - for (var i = 0, j = this.seq.length; i < j; i++) { - this.seq[i].setTag(tag); - } -}; - -function Variants() { this.variants = copy_arguments(arguments, 0); } -Variants.prototype.tokens = function() { return this.variants[0].tokens(); }; -Variants.prototype.sel = function(i) { return this.variants[0].sel(i); }; -Variants.prototype.toIndex = function() { return this.variants[0].toIndex(); }; -Variants.prototype.setTag = function(tag) { - for (var i = 0, j = this.variants.length; i < j; i++) { - this.variants[i].setTag(tag); - } -}; - -function Rp(index,value) { this.index = index; this.value = value; } -Rp.prototype.tokens = function() { return new Array(this.index.tokens()); }; -Rp.prototype.sel = function(i) { return this.value.arr[i.toIndex()]; }; -Rp.prototype.toIndex = function() { return this.index.toIndex(); }; -Rp.prototype.setTag = function(tag) { this.index.setTag(tag) }; - -function Suffix(prefix,suffix) { - this.prefix = new String(prefix); - if (prefix.tag) { this.prefix.tag = prefix.tag; } - this.suffix = suffix; -}; -Suffix.prototype.tokens = function() { - var xs = this.suffix.tokens(); - for (var i in xs) { - xs[i] = new String(this.prefix + xs[i]); - xs[i].setTag(this.prefix.tag); - } - return xs; -}; -Suffix.prototype.sel = function(i) { return new Suffix(this.prefix, this.suffix.sel(i)); }; -Suffix.prototype.setTag = function(tag) { if (!this.prefix.tag) { this.prefix.setTag(tag); } }; - -function Meta() { } -Meta.prototype.tokens = function() { - var newString = new String("?"); - newString.setTag(this.tag); - return new Array(newString); -}; -Meta.prototype.toIndex = function() { return 0; }; -Meta.prototype.sel = function(i) { return this; }; -Meta.prototype.setTag = function(tag) { if (!this.tag) { this.tag = tag; } }; - -function Str(value) { this.value = value; } -Str.prototype.tokens = function() { - var newString = new String(this.value); - newString.setTag(this.tag); - return new Array(newString); -}; -Str.prototype.setTag = function(tag) { if (!this.tag) { this.tag = tag; } }; - -function Int(value) { this.value = value; } -Int.prototype.tokens = function() { - var newString = new String(this.value.toString()); - newString.setTag(this.tag); - return new Array(newString); -}; -Int.prototype.toIndex = function() { return this.value; }; -Int.prototype.setTag = function(tag) { if (!this.tag) { this.tag = tag; } }; - -/* Type annotation */ - -function GFAbstract(startcat, types) { - this.startcat = startcat; - this.types = types; -} -GFAbstract.prototype.addType = function(fun, args, cat) { - this.types[fun] = new Type(args, cat); -} ; -GFAbstract.prototype.getArgs = function(fun) { - return this.types[fun].args; -} -GFAbstract.prototype.getCat = function(fun) { - return this.types[fun].cat; -}; -GFAbstract.prototype.annotate = function(tree, type) { - if (tree.name == '?') { - tree.type = type; - } else { - var typ = this.types[tree.name]; - for (var i in tree.args) { - this.annotate(tree.args[i], typ.args[i]); - } - } - return tree; -} ; -GFAbstract.prototype.handleLiterals = function(tree, type) { - if (tree.name != '?') { - if (type == "String" || type == "Int" || type == "Float") { - tree.name = type + "_Literal_" + tree.name; - } else { - var typ = this.types[tree.name]; - for (var i in tree.args) { - this.handleLiterals(tree.args[i], typ.args[i]); - } - } - } - return tree; -} ; -/* Hack to get around the fact that our SISR doesn't build real Fun objects. */ -GFAbstract.prototype.copyTree = function(x) { - var t = new Fun(x.name); - if (!isUndefined(x.type)) { - t.type = x.type; - } - var cs = x.args; - if (!isUndefined(cs)) { - for (var i in cs) { - t.setArg(i, this.copyTree(cs[i])); - } - } - return t; -} ; -GFAbstract.prototype.parseTree = function(str, type) { - return this.annotate(this.parseTree_(str.match(/[\w\'\.\"]+|\(|\)|\?|\:/g), 0), type); -} ; -GFAbstract.prototype.parseTree_ = function(tokens, prec) { - if (tokens.length == 0 || tokens[0] == ")") { return null; } - var t = tokens.shift(); - if (t == "(") { - var tree = this.parseTree_(tokens, 0); - tokens.shift(); - return tree; - } else if (t == '?') { - var tree = this.parseTree_(tokens, 0); - return new Fun('?'); - } else { - var tree = new Fun(t); - if (prec == 0) { - var c, i; - for (i = 0; (c = this.parseTree_(tokens, 1)) !== null; i++) { - tree.setArg(i,c); - } - } - return tree; - } -} ; - -function Type(args, cat) { - this.args = args; - this.cat = cat; -} - -/* Linearization */ - -function GFConcrete(flags, rules, parser) { - this.flags = flags; - this.rules = rules; - if (parser) { - this.parser = parser; - } else { - this.parser = undefined; - } -} -GFConcrete.prototype.rule = function (name, cs) { - var r = this.rules[name]; - if (r) { - return this.rules[name](cs); - } else { - window.alert("Missing rule " + name); - } -}; -GFConcrete.prototype.addRule = function (name, f) { this.rules[name] = f; }; -GFConcrete.prototype.lindef = function (cat, v) { return this.rules[cat]([new Str(v)]); } ; -GFConcrete.prototype.linearize = function (tree) { - return this.unlex(this.linearizeToTerm(tree).tokens()); -}; -GFConcrete.prototype.linearizeToTerm = function (tree) { - if (tree.isMeta()) { - if (isUndefined(tree.type)) { - return new Meta(); - } else { - return this.lindef(tree.type, tree.name); - } - } else { - var cs = new Array(); - for (var i in tree.args) { - cs.push(this.linearizeToTerm(tree.args[i])); - } - if (tree.isLiteral()) { - return new Arr(new Str(tree.name)); - } else { - return this.rule(tree.name, cs); - } - } -}; -GFConcrete.prototype.unlex = function (ts) { - if (ts.length == 0) { - return ""; - } - - var noSpaceAfter = /^[\(\-\[]/; - var noSpaceBefore = /^[\.\,\?\!\)\:\;\-\]]/; - - var s = ""; - for (var i = 0; i < ts.length; i++) { - var t = ts[i]; - var after = i < ts.length-1 ? ts[i+1] : null; - s += t; - if (after != null && !t.match(noSpaceAfter) - && !after.match(noSpaceBefore)) { - s += " "; - } - } - return s; -}; -GFConcrete.prototype.tagAndLinearize = function (tree) { - return this.tagAndLinearizeToTerm(tree, "0").tokens(); -}; -GFConcrete.prototype.tagAndLinearizeToTerm = function (tree, route) { - if (tree.isMeta()) { - if (isUndefined(tree.type)) { - var newMeta = new Meta(); - newMeta.setTag(route); - return newMeta; - } else { - var newTerm = this.lindef(tree.type, tree.name); - newTerm.setTag(route); - return newTerm; - } - } else { - var cs = new Array(); - for (var i in tree.args) { - cs.push(this.tagAndLinearizeToTerm(tree.args[i], route + "-" + i)); - } - var newTerm = this.rule(tree.name, cs); - newTerm.setTag(route); - return newTerm; - } -}; - -/* Utilities */ - -/* from Remedial JavaScript by Douglas Crockford, http://javascript.crockford.com/remedial.html */ -function isString(a) { return typeof a == 'string'; } -function isArray(a) { return a && typeof a == 'object' && a.constructor == Array; } -function isUndefined(a) { return typeof a == 'undefined'; } -function isBoolean(a) { return typeof a == 'boolean'; } -function isNumber(a) { return typeof a == 'number' && isFinite(a); } -function isFunction(a) { return typeof a == 'function'; } - -function dumpObject (obj) { - if (isUndefined(obj)) { - return "undefined"; - } else if (isString(obj)) { - return '"' + obj.toString() + '"'; // FIXME: escape - } else if (isBoolean(obj) || isNumber(obj)) { - return obj.toString(); - } else if (isArray(obj)) { - var x = "["; - for (var i in obj) { - x += dumpObject(obj[i]); - if (i < obj.length-1) { - x += ","; - } - } - return x + "]"; - } else { - var x = "{"; - for (var y in obj) { - x += y + "=" + dumpObject(obj[y]) + ";" ; - } - return x + "}"; - } -} - - -function copy_arguments(args, start) { - var arr = new Array(); - for (var i = 0; i < args.length - start; i++) { - arr[i] = args[i + start]; - } - return arr; -} - -/* ------------------------------------------------------------------------- */ -/* -------------------------------- PARSING -------------------------------- */ -/* ------------------------------------------------------------------------- */ - - -function Parser(startcat, rules, cats) { - this.startcat = startcat; - this.rules = rules; - this.cats = cats; -} -Parser.prototype.showRules = function () { - var ruleStr = new Array(); - ruleStr.push(""); - for (i = 0, j = this.rules.length; i < j; i++) { - ruleStr.push(this.rules[i].show()); - } - return ruleStr.join(""); -}; -Parser.prototype.parseString = function (string, cat) { - var tokens = string.split(" "); - // remove empty tokens - for (var i = tokens.length - 1; i >= 0; i--) { - if (tokens[i] == "") { tokens.splice(i, 1); } - } - chart = new Chart(true); - predict(this.rules, tokens); - while (chart.updated) { - chart.updated = false; - completeAndConvert(); - scan(); - combine(); - } - var catToParse = this.startcat; - if (cat) { catToParse = cat; } - var goalRange = new Range(0, tokens.length); - if (tokens.length == 1 && tokens[0] == "") { goalRange = new EmptyRange(); } - var activeEdges = filterActiveEdges(); - var trees = new Array(); - for (var i = 0, j = this.cats[catToParse].length; i < j; i++) { - if (foundTarget(this.cats[catToParse][i], new Array(new Array(goalRange)))) { - trees = trees.concat(extractTrees(this.cats[catToParse][i], new Array(new Array(goalRange)), activeEdges, "")); - } - } - for (var i = trees.length - 1; i >= 0; i--) { - if (trees[i] == undefined) { trees.splice(i, 1); } - } - return trees; -}; - -// Rule Object Definition - -function Rule(cat, profile, args, linRec) { - this.cat = cat; - this.profile = profile; - this.args = args; - this.linRec = linRec; -} -Rule.prototype.show = function () { - var recStr = new Array(); - recStr.push(this.cat, " -> ", this.profile.show(), " [", this.args, "] = ", showLinRec(this.linRec, "")); - return recStr.join(""); -}; - -// Profile definitions - -// Function application -// The function (name) is applied to its arguments (args) -function FunApp(name, args) { - this.id = "FunApp"; - this.name = name; - this.args = args.slice(0); -} -FunApp.prototype.show = function () { - var funAppStr = new Array(); - funAppStr.push("(", this.name); - for (var i = 0, j = this.args.length; i < j; i++) { - funAppStr.push(this.args[i].show()); - } - funAppStr.push(")"); - return funAppStr.join(" "); -}; - -// Literal -function Lit(name) { - this.id = "Lit"; - this.name = name; -} -Lit.prototype.show = function () { return this.name; }; - -// Metavariable -function MetaVar() { this.id = "MetaVar"; } -MetaVar.prototype.show = function () { return "?"; }; - -// Argument -function Arg(i) { - this.id = "Arg"; - this.name = "_"; - this.i = i; -} -Arg.prototype.show = function () { - var argStr = new Array(); - argStr.push(this.id, "(", this.i, ")"); - return argStr.join(""); -}; - -// Unification -// The arguments (args) must be unified -function Unify(args){ - this.id = "Unify"; - this.args = args.slice(0); -} -Unify.prototype.show = function () { - var unifyStr = new Array(); - unifyStr.push("(", this.id); - for (var i = 0, j = this.args.length; i < j; i++) { - unifyStr.push(this.args[i].show()); - } - unifyStr.push(")"); - return unifyStr.join(" "); -}; - -// Definition of symbols present in linearization records - -// Object to represent argument projections in grammar rules -function ArgProj(i, label) { - this.id = "argProj"; - this.i = i; - this.label = label; -} -ArgProj.prototype.getId = function () { return this.id; }; -ArgProj.prototype.getArgNum = function () { return this.i }; -ArgProj.prototype.show = function () { - var argStr = new Array(); - argStr.push(this.i, this.label); - return argStr.join("."); -}; -ArgProj.prototype.isEqual = function (obj) { - return (this.id == obj.id && this.i == obj.i && this.label == obj.label); -} - -// Object to represent terminals in grammar rules -function Terminal (str) { - this.id = "terminal"; - this.str = str; -} -Terminal.prototype.getId = function () { return this.id; }; -Terminal.prototype.show = function () { - var terminalStr = new Array(); - terminalStr.push('"', this.str, '"'); - return terminalStr.join(""); -}; -Terminal.prototype.isEqual = function (obj) { - return (this.id == obj.id && this.str == obj.str); -} - -// Object to represent ranges in grammar rules -function Range (i, j) { - this.id = "range"; - this.i = i; - this.j = j; -} -Range.prototype.getId = function () { return this.id; }; -Range.prototype.show = function () { - var terminalStr = new Array(); - terminalStr.push("(", this.i, ",", this.j, ")"); - return terminalStr.join(""); -}; -Range.prototype.isEqual = function (obj) { - return (this.id == obj.id && this.i == obj.i && this.j == obj.j); -} - -// Object to represent the empty range in grammar rules -function EmptyRange () { - this.id = "emptyRange"; -} -EmptyRange.prototype.getId = function () { return this.id; }; -EmptyRange.prototype.show = function () { return "emptyRange" }; -EmptyRange.prototype.isEqual = function (obj) { - return (this.id == obj.id); -} - -// Chart Object Definition -function Chart(updated) { - this.passive = new Array(); - this.active = new Array(); - this.updated = updated; -} -Chart.prototype.show = function () { - var chartStr = new Array(); - chartStr.push("(", this.showPassive(), ", ", this.showActive(), ")"); - return chartStr.join(""); -}; -Chart.prototype.addPassiveEdge = function (cat, linRec) { - if (!this.passive[cat] || !this.passive[cat].length) { - this.passive[cat] = new Array(); - } - this.passive[cat].push(linRec); -}; -Chart.prototype.isPassiveElem = function (cat, linRec) { - if (this.passive[cat]) { - for (var i = 0, j = this.passive[cat].length; i < j; i++) { - if (linRecsAreEqual(this.passive[cat][i], linRec)) { - return true; - } - } - } - return false; -}; -Chart.prototype.showPassive = function () { - var edgesStr = new Array(); - edgesStr.push("[ "); - for (var cat in this.passive) { - for (var i = 0, j = this.passive[cat].length; i < j; i++) { - edgesStr.push("( ", cat, ", ", showLinRec(this.passive[cat][i], ""), ")"); - if (i != j - 1) { edgesStr.push(", "); }; - } - edgesStr.push(", "); - } - edgesStr.push(" ]"); - return edgesStr.join(""); - return edgesStr.join("") + "
    "; -}; -Chart.prototype.addActiveEdge = function (cat, edge) { - if (!this.active[cat] || !this.active[cat].length) { - this.active[cat] = new Array(); - } - this.active[cat].push(edge); -}; -Chart.prototype.isActiveElem = function (cat, edge) { - if (this.active[cat]) { - for (var i = 0, j = this.active[cat].length; i < j; i++) { - var currentEdge = this.active[cat][i]; - if (currentEdge.name == edge.name && (areArgsEqual(currentEdge.args, edge.args)) && - currentEdge.currLabel == edge.currLabel && currentEdge.currLin.isEqual(edge.currLin) && - linRecsAreEqual(currentEdge.linFound, edge.linFound) && linRowsAreEqual(currentEdge.remLin, edge.remLin) && - linRecsAreEqual(currentEdge.remLinRows, edge.remLinRows) && - arraysOfLinRecsAreEqual(currentEdge.children, edge.children)) { - return true; - } - } - } - return false; -}; -Chart.prototype.showActive = function () { - var edgesStr = new Array() - edgesStr.push("[ "); - for (var cat in this.active) { - for (var i = 0, j = this.active[cat].length; i < j; i++) { - edgesStr.push("( ", this.active[cat][i].show(), " )"); - if (i != j - 1) { edgesStr.push(", "); }; - } - edgesStr.push(", "); - } - edgesStr.push(" ]"); - return edgesStr.join(""); -}; - -// Object to represent the active edges in a chart -function ActiveEdge(profile, cat, name, args, linFound, currLabel, currLin, remLin, remLinRows, children) { - this.profile = profile; - this.cat = cat; - this.name = name; - this.args = args; - this.linFound = linFound; - this.currLabel = currLabel; - this.currLin = currLin; - this.remLin = remLin; - this.remLinRows = remLinRows; - this.children = children.slice(0); -} -ActiveEdge.prototype.show = function () { - var linRecStr = new Array(); - linRecStr.push(this.profile.show(), ", ", this.cat, ", ", this.name, ", [ ", this.args, " ], ", showLinRec(this.linFound, ""), - ", ", this.currLabel, ", ", this.currLin.show(), ", ", showLinRow(this.remLin, " ++ "), - ", ", showLinRec(this.remLinRows, ""), ", [ "); - for (var i = 0, j = this.children.length; i < j; i++) { - linRecStr.push(showLinRec(this.children[i], "")); - if (i != j - 1) { linRecStr.push(", "); }; - } - linRecStr.push(" ]"); - return linRecStr.join(""); -}; - -function areArgsEqual(args1, args2) { - if (args1.length == args1.length && args1.join() == args2.join()) { - return true - } - return false; -} - -// Functions to manipulate linearization records - -// Returns a string representation of a linearization row -function showLinRow(linRow, separator) { - var linRowStr = new Array(); - linRowStr.push(" [ "); - for (var i = 0, j = linRow.length; i < j; i ++) { - linRowStr.push(linRow[i].show()); - if (i != j - 1) { linRowStr.push(separator) }; - } - linRowStr.push(" ] "); - return linRowStr.join(""); -} - -// Returns a string representation of a linearization record -function showLinRec(linRec, separator) { - var linRecStr = new Array(); - linRecStr.push(" [ "); - for (var i = 0, j = linRec.length; i < j; i ++) { - linRecStr.push(showLinRow(linRec[i], " ++ ")); - if (i != j - 1) { linRecStr.push(separator); }; - } - linRecStr.push(" ] "); - return linRecStr.join(""); -} - -// Checks if two linearization rows are equal -function linRowsAreEqual(linRow1, linRow2) { - if (linRow1.length == linRow2.length) { - for (var i = 0, j = linRow1.length; i < j; i++) { - if (linRow1[i].id && linRow2[i].id && !linRow1[i].isEqual(linRow2[i])) { - return false; - } - } - return true; - } - return false; -} - -// Checks if two linearization records are equal -function linRecsAreEqual(linRec1, linRec2) { - if (linRec1.length == linRec2.length) { - for (var i = 0, j = linRec1.length; i < j; i++) { - if (!linRowsAreEqual(linRec1[i], linRec2[i])) { return false; } - } - return true; - } - return false; -} - -// Checks if two arrays of linearization records are equal -function arraysOfLinRecsAreEqual(array1, array2) { - if (array1.length == array2.length) { - for (var i = 0, j = array1.length; i < j; i++) { - if (!linRecsAreEqual(array1[i], array2[i])) { return false; } - } - return true; - } - return false; -} - -// Functions to manipulate ranges (restriction and concatenation) - -// Concatenates two ranges -function rangeConcatLin (lin1, lin2) { - if (lin1.id == "range" && lin2.id == "range") { - if (lin1.j == lin2.i) { return (new Range(lin1.i, lin2.j)) } - } else if (lin1.id == "range" && lin2.id == "emptyRange") { return lin1; } - else if (lin1.id == "emptyRange" && lin2.id == "range") { return lin2; } - else if (lin1.id == "emptyRange" && lin2.id == "emptyRange") { return lin1; } - return undefined; -} - -// Performs range concatenation on a linearization row -function rangeConcatLins (lins) { - var newLins = new Array(); - newLins.push(lins.shift()); - while (lins.length > 0) { - if (!newLins[newLins.length - 1]) { return new Array(); } - if (newLins[newLins.length - 1].id == "range" && lins[0].id == "range") { - var rangeConcat = rangeConcatLin(newLins.pop(), lins[0]); - if (typeof rangeConcat == 'undefined') { return new Array(); } - newLins.push(rangeConcat); - lins.shift(); - } else { - newLins.push(lins.shift()); - } - } - return newLins; -} - -// Performs range restriction on an element of a linearization row -// while keeping track of the tokens that have been used -function rangeRestLinTerm(tokens, lin, rangesNotConsumed) { - if (lin.id == "argProj") { return new Array(lin); } - else if (lin.id == "terminal") { - var ranges = new Array(); - for (var i = 0, j = tokens.length; i < j; i++) { - if (tokens[i] == lin.str) { - ranges.push(new Range(i, i + 1)); - rangesNotConsumed[i] = undefined; - } - } - if (ranges.length == 0) { - return undefined; - } else { - return ranges; - } - } - else { return new Array(); } -} - -// Performs range restriction on a linearization record -// while keeping track of the tokens that have been used -function rangeRestRecTerm(linRec, tokens, rangesNotConsumed) { - var ranges = new Array(); - for (var i = 0, j = linRec.length; i < j; i++) { - var rangeRestLins = new Array(); - for (var k = 0, l = linRec[i].length; k < l; k++) { - rangeRestLins.push(rangeRestLinTerm(tokens, linRec[i][k], rangesNotConsumed)); - } - var combinedLins = combineLins(rangeRestLins); - if (typeof combinedLins != 'undefined') { - var filteredLins = new Array(); - if (combinedLins.length == 0) { - filteredLins.push(new Array()); - } else { - for (var m = 0, n = combinedLins.length; m < n; m++) { - var temp = rangeConcatLins(combinedLins[m]); - if (temp.length != 0) { - filteredLins.push(temp); - } - } - } - ranges.push(filteredLins); - } else { ranges.push(undefined); } - } - for (var k = 0, l = ranges.length; k < l; k++) { - if (ranges[k] == undefined) { return undefined; } - } - return combineLins(ranges); -} - -// Returns the combinations of the elements of an array of arrays -function combineLins(linss) { - if (linss.length > 0) { - var combinedLins = new Array(); - var lins = linss.shift(); - if (lins) { - if (lins.length != 0) { - var tail = combineLins(linss); - if (typeof tail == 'undefined') { return undefined; } - for (var i = 0, j = lins.length; i < j; i++) { - var head = new Array(); - head.push(lins[i]); - if (tail.length == 0) { combinedLins.push(head); } - else { - for (var k = 0, l = tail.length; k < l; k++) { - combinedLins.push(head.concat(tail[k])); - } - } - } - } else { return new Array(); } - } else { return undefined; } - return combinedLins; - } else { return new Array(); } -} - -// Inference Rules - -function predict(rules, tokens) { - var rangesNotConsumed = genRanges(tokens.length); - for (var i = 0, j = rules.length; i < j; i++) { - var currentRule = rules[i]; - var linRec = rangeRestRecTerm(currentRule.linRec, tokens, rangesNotConsumed); - if (linRec) { - for (var k = 0, l = linRec.length; k < l; k++) { - var currentRow = linRec[k].shift(); - var remlinRows = linRec[k]; - var children = new Array(); - for (var m = 0, n = currentRule.args.length; m < n; m++) { - children.push(new Array()); - } - var newActive = new ActiveEdge(currentRule.profile, currentRule.cat, currentRule.profile.name, currentRule.args, new Array(), 0, new EmptyRange(), currentRow, remlinRows, children); - if (!chart.isActiveElem(currentRule.cat, newActive)) { - chart.addActiveEdge(currentRule.cat, newActive); - chart.updated = true; - } - } - } - } - for (var i = 0, j = rangesNotConsumed.length; i < j; i++) { - if (rangesNotConsumed[i] != undefined) { - var cat = undefined; - if (isNaN(tokens[i])) { - cat = "-1"; - } else if (tokens[i].lastIndexOf(".") == -1) { - cat = "-2"; - } else { - cat = "-3"; - } - var lit = undefined; - if (cat == "-1") { - lit = "\"" + tokens[i] + "\""; - } else { - lit = tokens[i]; - } - var newActive = new ActiveEdge(new Lit(lit), cat, tokens[i], new Array(), new Array(), 0, new Range(i, i + 1), new Array(), new Array(), new Array()); - if (!chart.isActiveElem(cat, newActive)) { - chart.addActiveEdge(cat, newActive); - chart.updated = true; - } - } - } -} - -function genRanges(inputLength) { - var ranges = new Array(); - for (var i = 0; i < inputLength; i++) { - ranges.push(i); - } - return ranges; -} - -function completeAndConvert() { - for (var cat in chart.active) { - var currentEdge = chart.active[cat]; - for (var i = 0, j = currentEdge.length; i < j; i++) { - if (currentEdge[i].remLin.length == 0) { - if (currentEdge[i].remLinRows.length == 0) { - var linFound = currentEdge[i].linFound.slice(0); - linFound.push(new Array(currentEdge[i].currLin)); - if (!chart.isPassiveElem(cat, linFound)) { - chart.addPassiveEdge(cat, linFound); - chart.updated = true; - } - } else { - var linFound = currentEdge[i].linFound.slice(0); - linFound.push(new Array(currentEdge[i].currLin)); - var remLinRows = currentEdge[i].remLinRows.slice(0); - var currentRow = remLinRows.shift(); - var newActive = new ActiveEdge(currentEdge[i].profile, cat, currentEdge[i].name, currentEdge[i].args, linFound, linFound.length, new EmptyRange(), currentRow, remLinRows, currentEdge[i].children); - if (!chart.isActiveElem(cat, newActive)) { - chart.active[cat].push(newActive); - chart.updated = true; - } - } - } - } - } -} - -function scan() { - for (var cat in chart.active) { - var currentEdge = chart.active[cat]; - for (var i = 0, j = currentEdge.length; i < j; i++) { - if (currentEdge[i].remLin.length > 0 && currentEdge[i].remLin[0].id == "range") { - var newRange = rangeConcatLin(currentEdge[i].currLin, currentEdge[i].remLin[0]); - if (typeof newRange != 'undefined') { - var remLin = currentEdge[i].remLin.slice(0); - remLin.shift(); - var newActive = new ActiveEdge(currentEdge[i].profile, cat, currentEdge[i].name, currentEdge[i].args, currentEdge[i].linFound, currentEdge[i].currLabel, newRange, remLin, currentEdge[i].remLinRows, currentEdge[i].children); - if (!chart.isActiveElem(cat, newActive)) { - chart.active[cat].push(newActive); - chart.updated = true; - } - } - } - } - } -} - -function combine() { - for (var cat in chart.active) { - for (var i = 0; i < chart.active[cat].length; i++) { - var currentEdge = chart.active[cat][i]; - if (currentEdge.remLin.length && currentEdge.remLin[0].id == "argProj") { - var argNumber = currentEdge.remLin[0].i; - var catToCombine = currentEdge.args[argNumber]; - if (chart.passive[catToCombine]) { - for (var k = 0, l = chart.passive[catToCombine].length; k < l; k++) { - var currentPassive = chart.passive[catToCombine][k]; - var remLin = currentEdge.remLin.slice(0); - var linRow = currentPassive[remLin[0].label]; - if (typeof linRow != 'undefined') { - var newLinRow = linRow.slice(0); - if (currentEdge.children[argNumber].length == 0) { - var newRange = rangeConcatLin(currentEdge.currLin, newLinRow.shift()); - if (typeof newRange != 'undefined') { - remLin.shift(); - var children = currentEdge.children.slice(0); - children[argNumber] = currentPassive.slice(0); - var newActive = new ActiveEdge(currentEdge.profile, currentEdge.cat, currentEdge.name, currentEdge.args, currentEdge.linFound, currentEdge.currLabel, newRange, remLin, currentEdge.remLinRows, children); - if (!chart.isActiveElem(cat, newActive)) { - chart.active[cat].push(newActive); - chart.updated = true; - } - } - } else { - var child = currentEdge.children[argNumber]; - if (linRecsAreEqual(currentPassive, child)) { - var newRange = rangeConcatLin(currentEdge.currLin, newLinRow.shift()); - if (typeof newRange != 'undefined') { - remLin.shift(); - var children = currentEdge.children.slice(0); - children[argNumber] = currentPassive.slice(0); - var newActive = new ActiveEdge(currentEdge.profile, currentEdge.cat, currentEdge.name, currentEdge.args, currentEdge.linFound, currentEdge.currLabel, newRange, remLin, currentEdge.remLinRows, children); - if (!chart.isActiveElem(cat, newActive)) { - chart.active[cat].push(newActive); - chart.updated = true; - } - } - } - } - } - } - } - } - } - } -} - -// Checks if the parsing goal is in the chart -function foundTarget(cat, linRec) { - if (chart.passive[cat]) { - for (var i = 0, j = chart.passive[cat].length; i < j; i++) { - if (linRecsAreEqual(linRec, chart.passive[cat][i])) { - return true; - } - } - } - return false; -} - -// Filters the active edges that are relevant for tree extraction -function filterActiveEdges() { - var activeEdges = new Array(); - for (var cat in chart.active) { - activeEdges[cat] = new Array(); - for (var i = 0, j = chart.active[cat].length; i < j; i++) { - var currentEdge = chart.active[cat][i]; - if (currentEdge.remLin.length == 0 && currentEdge.remLinRows.length == 0) { - var linFound = currentEdge.linFound.slice(0); - linFound.push(new Array(currentEdge.currLin)); - var newActive = new ActiveEdge(currentEdge.profile, currentEdge.cat, currentEdge.name, currentEdge.args, linFound, "", "", "", "", currentEdge.children); - activeEdges[cat].push(newActive); - } - } - } - return activeEdges; -} - -// Extracts the parse trees from the chart -function extractTrees(cat, linRec, activeEdges, currentTree) { - var trees = new Array(); - for (var i = 0, j = activeEdges[cat].length; i < j; i++) { - var currentEdge = activeEdges[cat][i]; - var currentNode = "(" + cat + "-" + i + ")"; - if (currentTree.indexOf(currentNode) == -1 && cat == currentEdge.cat && linRecsAreEqual(linRec, currentEdge.linFound)) { - var subTrees = new Array(); - for (var k = 0, l = currentEdge.children.length; k < l; k++) { - subTrees.push(extractTrees(currentEdge.args[k], currentEdge.children[k].slice(0), activeEdges, currentTree + currentNode)); - } - var combinedSubTrees = combineLins(subTrees); - if (combinedSubTrees) { - if (currentEdge.children.length == 0) { combinedSubTrees.push(new Array()); } - for (var m = 0, n = combinedSubTrees.length; m < n; m++) { - var tree = buildTree(currentEdge.profile, combinedSubTrees[m]); - if (tree) { - trees.push(tree); - } - } - } - } - } - if (trees.length == 0) { - return undefined; - } else { - return trees; - } -} - -// Builds a tree according to the profile -function buildTree(profile, args) { - switch(profile.id) - { - case "FunApp": - var tree = new Fun(profile.name); - for (var i = 0, j = profile.args.length; i < j; i++) { - var subTree = buildTree(profile.args[i], args); - if (subTree) { - tree.setArg(i, subTree); - } else { - return undefined; - } - } - return tree; - case "Lit": - return new Fun(profile.name); - case "MetaVar": - return new Fun("?"); - case "Arg": - return args[profile.i]; - case "Unify": - var subTrees = new Array(); - for (var i = 0, j = profile.args.length; i < j; i++) { - subTrees.push(buildTree(profile.args[i], args)) - } - return unifySubTrees(subTrees); - } -} - -// Tree unification functions -function unifySubTrees(subTrees) { - var t = subTrees[0]; - for (var i = 1, j = subTrees.length; i < j; i++) { - t = unify(t, subTrees[i]); - if (!t) { return undefined; } - } - return t; -} - -function unify(a, b) { - if (a.isMeta()) { return b }; - if (b.isMeta()) { return a }; - if (a.name == b.name && a.args.length == b.args.length) { - for (var i = 0, j = a.args.length; i < j; i++) { - if (!unify(a.args[i], b.args[i])) { return undefined; } - } - return a - }; - return undefined; -} diff --git a/old-lib/javascript/grammar.js b/old-lib/javascript/grammar.js deleted file mode 100644 index 69175bba4..000000000 --- a/old-lib/javascript/grammar.js +++ /dev/null @@ -1 +0,0 @@ -var Food = new GFGrammar(new GFAbstract("Phrase",{Boring: new Type([], "Quality"), Cheese: new Type([], "Kind"), Delicious: new Type([], "Quality"), Expensive: new Type([], "Quality"), Fish: new Type([], "Kind"), Fresh: new Type([], "Quality"), Is: new Type(["Item", "Quality"], "Phrase"), Italian: new Type([], "Quality"), QKind: new Type(["Quality", "Kind"], "Kind"), That: new Type(["Kind"], "Item"), This: new Type(["Kind"], "Item"), Very: new Type(["Quality"], "Quality"), Warm: new Type([], "Quality"), Wine: new Type([], "Kind")}),{FoodEng: new GFConcrete({},{Boring: function(cs){return new Arr(new Str("boring"));}, Cheese: function(cs){return new Arr(new Str("cheese"));}, Delicious: function(cs){return new Arr(new Str("delicious"));}, Expensive: function(cs){return new Arr(new Str("expensive"));}, Fish: function(cs){return new Arr(new Str("fish"));}, Fresh: function(cs){return new Arr(new Str("fresh"));}, Is: function(cs){return new Arr(new Seq(cs[0].sel(new Int(0)), new Str("is"), cs[1].sel(new Int(0))));}, Italian: function(cs){return new Arr(new Str("Italian"));}, QKind: function(cs){return new Arr(new Seq(cs[0].sel(new Int(0)), cs[1].sel(new Int(0))));}, That: function(cs){return new Arr(new Seq(new Str("that"), cs[0].sel(new Int(0))));}, This: function(cs){return new Arr(new Seq(new Str("this"), cs[0].sel(new Int(0))));}, Very: function(cs){return new Arr(new Seq(new Str("very"), cs[0].sel(new Int(0))));}, Warm: function(cs){return new Arr(new Str("warm"));}, Wine: function(cs){return new Arr(new Str("wine"));}, Item: function(cs){return new Arr(cs[0]);}, Kind: function(cs){return new Arr(cs[0]);}, Phrase: function(cs){return new Arr(cs[0]);}, Quality: function(cs){return new Arr(cs[0]);}, "Int": function(cs){return new Arr(cs[0]);}, "Float": function(cs){return new Arr(cs[0]);}, "String": function(cs){return new Arr(cs[0]);}}, new Parser("Phrase",[new Rule(1, new FunApp("Boring",[]),[],[[new Terminal("boring")]]), new Rule(1, new FunApp("Delicious",[]),[],[[new Terminal("delicious")]]), new Rule(1, new FunApp("Expensive",[]),[],[[new Terminal("expensive")]]), new Rule(1, new FunApp("Fresh",[]),[],[[new Terminal("fresh")]]), new Rule(1, new FunApp("Italian",[]),[],[[new Terminal("Italian")]]), new Rule(1, new FunApp("Very",[new Arg(0)]),[1],[[new Terminal("very"), new ArgProj(0, 0)]]), new Rule(1, new FunApp("Warm",[]),[],[[new Terminal("warm")]]), new Rule(2, new FunApp("Cheese",[]),[],[[new Terminal("cheese")]]), new Rule(2, new FunApp("Fish",[]),[],[[new Terminal("fish")]]), new Rule(2, new FunApp("QKind",[new Arg(0), new Arg(1)]),[1, 2],[[new ArgProj(0, 0), new ArgProj(1, 0)]]), new Rule(2, new FunApp("Wine",[]),[],[[new Terminal("wine")]]), new Rule(3, new FunApp("Is",[new Arg(0), new Arg(1)]),[4, 1],[[new ArgProj(0, 0), new Terminal("is"), new ArgProj(1, 0)]]), new Rule(4, new FunApp("That",[new Arg(0)]),[2],[[new Terminal("that"), new ArgProj(0, 0)]]), new Rule(4, new FunApp("This",[new Arg(0)]),[2],[[new Terminal("this"), new ArgProj(0, 0)]])],{Float:[-3], Int:[-2], Item:[4], Kind:[2], Phrase:[3], Quality:[1], String:[-1], _Var:[-4]})), FoodIta: new GFConcrete({},{Boring: function(cs){return new Arr(new Str("noioso"));}, Cheese: function(cs){return new Arr(new Str("formaggio"));}, Delicious: function(cs){return new Arr(new Str("delizioso"));}, Expensive: function(cs){return new Arr(new Str("caro"));}, Fish: function(cs){return new Arr(new Str("pesce"));}, Fresh: function(cs){return new Arr(new Str("fresco"));}, Is: function(cs){return new Arr(new Seq(cs[0].sel(new Int(0)), new Str("è"), cs[1].sel(new Int(0))));}, Italian: function(cs){return new Arr(new Str("italiano"));}, QKind: function(cs){return new Arr(new Seq(cs[1].sel(new Int(0)), cs[0].sel(new Int(0))));}, That: function(cs){return new Arr(new Seq(new Str("quel"), cs[0].sel(new Int(0))));}, This: function(cs){return new Arr(new Seq(new Str("questo"), cs[0].sel(new Int(0))));}, Very: function(cs){return new Arr(new Seq(new Str("molto"), cs[0].sel(new Int(0))));}, Warm: function(cs){return new Arr(new Str("caldo"));}, Wine: function(cs){return new Arr(new Str("vino"));}, Item: function(cs){return new Arr(cs[0]);}, Kind: function(cs){return new Arr(cs[0]);}, Phrase: function(cs){return new Arr(cs[0]);}, Quality: function(cs){return new Arr(cs[0]);}, "Int": function(cs){return new Arr(cs[0]);}, "Float": function(cs){return new Arr(cs[0]);}, "String": function(cs){return new Arr(cs[0]);}}, new Parser("Phrase",[new Rule(1, new FunApp("Boring",[]),[],[[new Terminal("noioso")]]), new Rule(1, new FunApp("Delicious",[]),[],[[new Terminal("delizioso")]]), new Rule(1, new FunApp("Expensive",[]),[],[[new Terminal("caro")]]), new Rule(1, new FunApp("Fresh",[]),[],[[new Terminal("fresco")]]), new Rule(1, new FunApp("Italian",[]),[],[[new Terminal("italiano")]]), new Rule(1, new FunApp("Very",[new Arg(0)]),[1],[[new Terminal("molto"), new ArgProj(0, 0)]]), new Rule(1, new FunApp("Warm",[]),[],[[new Terminal("caldo")]]), new Rule(2, new FunApp("Cheese",[]),[],[[new Terminal("formaggio")]]), new Rule(2, new FunApp("Fish",[]),[],[[new Terminal("pesce")]]), new Rule(2, new FunApp("QKind",[new Arg(0), new Arg(1)]),[1, 2],[[new ArgProj(1, 0), new ArgProj(0, 0)]]), new Rule(2, new FunApp("Wine",[]),[],[[new Terminal("vino")]]), new Rule(3, new FunApp("Is",[new Arg(0), new Arg(1)]),[4, 1],[[new ArgProj(0, 0), new Terminal("è"), new ArgProj(1, 0)]]), new Rule(4, new FunApp("That",[new Arg(0)]),[2],[[new Terminal("quel"), new ArgProj(0, 0)]]), new Rule(4, new FunApp("This",[new Arg(0)]),[2],[[new Terminal("questo"), new ArgProj(0, 0)]])],{Float:[-3], Int:[-2], Item:[4], Kind:[2], Phrase:[3], Quality:[1], String:[-1], _Var:[-4]}))}); diff --git a/old-lib/javascript/minus.png b/old-lib/javascript/minus.png deleted file mode 100644 index 84cc2a9ba..000000000 Binary files a/old-lib/javascript/minus.png and /dev/null differ diff --git a/old-lib/javascript/plus.png b/old-lib/javascript/plus.png deleted file mode 100644 index 4d2e8ee83..000000000 Binary files a/old-lib/javascript/plus.png and /dev/null differ diff --git a/old-lib/javascript/style.css b/old-lib/javascript/style.css deleted file mode 100644 index 962c3701f..000000000 --- a/old-lib/javascript/style.css +++ /dev/null @@ -1,241 +0,0 @@ -body { - font-family:arial,helvetica,sans-serif; - font-size:12px; - background-color: white; -} - -#wrapper { - width:740px; - height:520px; - margin:auto 50px; - border:1px solid gray; - padding:10px; - -} - -#absFrame { - width:250px; - height:250px; - padding:10px; - border:1px solid gray; - float:left; - white-space: nowrap; -} - -#conFrame { - width:436px; - height:250px; - margin-left:10px; - padding:10px; - border:1px solid gray; - float:left; - white-space: normal; - overflow:auto; -} - -#actFrame { - width:250px; - height:170px; - margin-top:10px; - padding:10px; - border:1px solid gray; - float:left; - overflow:auto; -} - -#refFrame { - width:436px; - height:170px; - margin-left:10px; - margin-top:10px; - padding:10px; - border:1px solid gray; - float:left; - overflow:auto; -} - -#messageFrame { - width:506px; - height:15px; - margin-top:10px; - margin-right:10px; - padding:10px; - border:1px solid gray; - float:left; - overflow:hidden; -} - -#clipboardFrame { - width:180px; - height:15px; - margin-top:10px; - padding:10px; - border:1px solid gray; - float:left; - overflow:auto; -} - -#tree { - left: -10px; - top: -10px; - width: 250px; - height: 250px; - margin: 0px; - padding: 10px; - overflow: auto; -} - -ul { - position: relative; - list-style: none; - margin-left: 20px; - padding: 0px; -} - -li { - position: relative; -} - -img.tree-menu { - margin-right: 5px; -} - -a.tree:link, a.tree:visited, a.tree:active { - color: black; - background-color: white; - text-decoration: none; - margin-right:10px; -} - -a.tree:hover { - color: blue; - background-color: white; - text-decoration: underline; - margin-right:10px; -} - -a.treeSelected:link, a.treeSelected:visited, a.treeSelected:active { - color: white; - background-color: #3366CC; - text-decoration: none; - margin-right:10px; -} - -a.treeSelected:hover { - color: white; - background-color: #3366CC; - text-decoration: underline; - margin-right:10px; -} - -a.treeGray:link, a.treeGray:visited, a.treeGray:active { - color: silver; - background-color: white; - text-decoration: none; - margin-right:10px; -} - -a.treeGray:hover { - color: silver; - background-color: white; - text-decoration: none; - margin-right:10px; -} - -table.action, table.refinement, table.wrapper, table.tree, table.language { - margin: 0px; - padding: 0px; - border-style: none; - border-collapse: collapse; - border-spacing: 0px; -} - -tr.selected { - color: white; - background-color: #3366CC; -} - -tr.unavailable, tr.closed { - color: silver; - background-color: white; -} - -tr.unavailable:hover { - color: silver; - background-color: #3366CC; -} - -tr.action, tr.refinement, tr.wrapper, tr.tree { - color: black; - background-color: white; -} - -tr.action:hover, tr.refinement:hover, tr.wrapper:hover, tr.tree:hover { - color: white; - background-color: #3366CC; -} - -td.action { - width: 220px; - margin: 0px; - padding: 0px; -} - -td.refinement, td.wrapper, td.tree { - width: 515px; - margin: 0px; - padding: 0px; -} - -td.hotKey { - width: 30px; - margin: 0px; - padding: 0px; - text-align: right; -} - -td.language { - color: black; - background-color: white; - margin: 1px; - padding: 1px; -} - -td.language:hover { - color: blue; - background-color: white; - text-decoration: underline; - margin: 1px; - padding: 1px; -} - -td.selected { - color: white; - background-color: #3366CC; - margin: 1px; - padding: 1px; -} - -td.selected:hover { - color: white; - background-color: #3366CC; - text-decoration: underline; - margin: 1px; - padding: 1px; -} - -p { - margin-bottom: 40px; -} - -span.normal { - color: black; - background-color: white; - text-decoration: none; -} - -span.selected { - color: white; - background-color: #3366CC; - text-decoration: none; -} diff --git a/old-lib/javascript/translator.css b/old-lib/javascript/translator.css deleted file mode 100644 index f7f771927..000000000 --- a/old-lib/javascript/translator.css +++ /dev/null @@ -1,54 +0,0 @@ -body { - color: black; - background-color: white; -} - -dl { - -} - -dt { - margin: 0; - padding: 0; -} - -dl dd { - margin: 0; - padding: 0; -} - -dl.fromLang dt { - display: none; -} - -dl.toLang { - border-width: 1px 0 0 0; - border-style: solid; - border-color: #c0c0c0; -} - -dl.toLang dt { - color: #c0c0c0; - display: block; - float: left; - width: 5em; -} - - -dl.toLang dd { - border-width: 0 0 1px 0; - border-style: solid; - border-color: #c0c0c0; -} - - -ul { - margin: 0; - padding: 0; -} - -li { - list-style-type: none; - margin: 0; - padding: 0; -} \ No newline at end of file diff --git a/old-lib/javascript/translator.html b/old-lib/javascript/translator.html deleted file mode 100644 index b6fd37086..000000000 --- a/old-lib/javascript/translator.html +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - - - Web-based GF Translator - - -
    -

    - -

    -

    - From: - To: - -

    -
    -
    - - diff --git a/old-lib/javascript/translator.js b/old-lib/javascript/translator.js deleted file mode 100644 index 31da04290..000000000 --- a/old-lib/javascript/translator.js +++ /dev/null @@ -1,51 +0,0 @@ -function formatTranslation (outputs) { - var dl1 = document.createElement("dl"); - dl1.className = "fromLang"; - for (var fromLang in outputs) { - var ul = document.createElement("ul"); - addDefinition(dl1, document.createTextNode(fromLang), ul); - for (var i in outputs[fromLang]) { - var dl2 = document.createElement("dl"); - dl2.className = "toLang"; - for (var toLang in outputs[fromLang][i]) { - addDefinition(dl2, document.createTextNode(toLang), document.createTextNode(outputs[fromLang][i][toLang])); - } - addItem(ul, dl2); - } - } - - return dl1; -} - -/* DOM utilities for specific tags */ - -function addDefinition (dl, t, d) { - var dt = document.createElement("dt"); - dt.appendChild(t); - dl.appendChild(dt); - var dd = document.createElement("dd"); - dd.appendChild(d); - dl.appendChild(dd); -} - -function addItem (ul, i) { - var li = document.createElement("li"); - li.appendChild(i); - ul.appendChild(li); -} - -function addOption (select, value, content) { - var option = document.createElement("option"); - option.value = value; - option.appendChild(document.createTextNode(content)); - select.appendChild(option); -} - -/* General DOM utilities */ - -/* Removes all the children of a node */ -function removeChildren(node) { - while (node.hasChildNodes()) { - node.removeChild(node.firstChild); - } -} diff --git a/old-lib/prelude/Coordination.gf b/old-lib/prelude/Coordination.gf deleted file mode 100644 index 499b45306..000000000 --- a/old-lib/prelude/Coordination.gf +++ /dev/null @@ -1,129 +0,0 @@ -resource Coordination = open Prelude in { - -param - ListSize = TwoElem | ManyElem ; - -oper - ListX = {s1,s2 : Str} ; - - twoStr : (x,y : Str) -> ListX = \x,y -> - {s1 = x ; s2 = y} ; - consStr : Str -> ListX -> Str -> ListX = \comma,xs,x -> - {s1 = xs.s1 ++ comma ++ xs.s2 ; s2 = x } ; - - twoSS : (_,_ : SS) -> ListX = \x,y -> - twoStr x.s y.s ; - consSS : Str -> ListX -> SS -> ListX = \comma,xs,x -> - consStr comma xs x.s ; - - Conjunction : Type = SS ; - ConjunctionDistr : Type = {s1 : Str ; s2 : Str} ; - - conjunctX : Conjunction -> ListX -> Str = \or,xs -> - xs.s1 ++ or.s ++ xs.s2 ; - - conjunctDistrX : ConjunctionDistr -> ListX -> Str = \or,xs -> - or.s1 ++ xs.s1 ++ or.s2 ++ xs.s2 ; - - conjunctSS : Conjunction -> ListX -> SS = \or,xs -> - ss (xs.s1 ++ or.s ++ xs.s2) ; - - conjunctDistrSS : ConjunctionDistr -> ListX -> SS = \or,xs -> - ss (or.s1 ++ xs.s1 ++ or.s2 ++ xs.s2) ; - - -- all this lifted to tables - - ListTable : Type -> Type = \P -> {s1,s2 : P => Str} ; - - twoTable : (P : Type) -> (_,_ : {s : P => Str}) -> ListTable P = \_,x,y -> - {s1 = x.s ; s2 = y.s} ; - - consTable : (P : Type) -> Str -> ListTable P -> {s : P => Str} -> ListTable P = - \P,c,xs,x -> - {s1 = table P {o => xs.s1 ! o ++ c ++ xs.s2 ! o} ; s2 = x.s} ; - - conjunctTable : (P : Type) -> Conjunction -> ListTable P -> {s : P => Str} = - \P,or,xs -> - {s = table P {p => xs.s1 ! p ++ or.s ++ xs.s2 ! p}} ; - - conjunctDistrTable : - (P : Type) -> ConjunctionDistr -> ListTable P -> {s : P => Str} = \P,or,xs -> - {s = table P {p => or.s1++ xs.s1 ! p ++ or.s2 ++ xs.s2 ! p}} ; - - -- ... and to two- and three-argument tables: how clumsy! --- - - ListTable2 : Type -> Type -> Type = \P,Q -> - {s1,s2 : P => Q => Str} ; - - twoTable2 : (P,Q : Type) -> (_,_ : {s : P => Q => Str}) -> ListTable2 P Q = - \_,_,x,y -> - {s1 = x.s ; s2 = y.s} ; - - consTable2 : - (P,Q : Type) -> Str -> ListTable2 P Q -> {s : P => Q => Str} -> ListTable2 P Q = - \P,Q,c,xs,x -> - {s1 = table P {p => table Q {q => xs.s1 ! p ! q ++ c ++ xs.s2 ! p! q}} ; - s2 = x.s - } ; - - conjunctTable2 : - (P,Q : Type) -> Conjunction -> ListTable2 P Q -> {s : P => Q => Str} = - \P,Q,or,xs -> - {s = table P {p => table Q {q => xs.s1 ! p ! q ++ or.s ++ xs.s2 ! p ! q}}} ; - - conjunctDistrTable2 : - (P,Q : Type) -> ConjunctionDistr -> ListTable2 P Q -> {s : P => Q => Str} = - \P,Q,or,xs -> - {s = - table P {p => table Q {q => or.s1++ xs.s1 ! p ! q ++ or.s2 ++ xs.s2 ! p ! q}}} ; - - ListTable3 : Type -> Type -> Type -> Type = \P,Q,R -> - {s1,s2 : P => Q => R => Str} ; - - twoTable3 : (P,Q,R : Type) -> (_,_ : {s : P => Q => R => Str}) -> - ListTable3 P Q R = - \_,_,_,x,y -> - {s1 = x.s ; s2 = y.s} ; - - consTable3 : - (P,Q,R : Type) -> Str -> ListTable3 P Q R -> {s : P => Q => R => Str} -> - ListTable3 P Q R = - \P,Q,R,c,xs,x -> - {s1 = \\p,q,r => xs.s1 ! p ! q ! r ++ c ++ xs.s2 ! p ! q ! r ; - s2 = x.s - } ; - - conjunctTable3 : - (P,Q,R : Type) -> Conjunction -> ListTable3 P Q R -> {s : P => Q => R => Str} = - \P,Q,R,or,xs -> - {s = \\p,q,r => xs.s1 ! p ! q ! r ++ or.s ++ xs.s2 ! p ! q ! r} ; - - conjunctDistrTable3 : - (P,Q,R : Type) -> ConjunctionDistr -> ListTable3 P Q R -> - {s : P => Q => R => Str} = - \P,Q,R,or,xs -> - {s = \\p,q,r => or.s1++ xs.s1 ! p ! q ! r ++ or.s2 ++ xs.s2 ! p ! q ! r} ; - - comma = "," ; - --- you can also do this to right-associative lists: - - consrStr : Str -> Str -> ListX -> ListX = \comma,x,xs -> - {s1 = x ++ comma ++ xs.s1 ; s2 = xs.s2 } ; - - consrSS : Str -> SS -> ListX -> ListX = \comma,x,xs -> - consrStr comma x.s xs ; - - consrTable : (P : Type) -> Str -> {s : P => Str} -> ListTable P -> ListTable P = - \P,c,x,xs -> - {s1 = table P {o => x.s ! o ++ c ++ xs.s1 ! o} ; s2 = xs.s2} ; - - consrTable2 : (P,Q : Type) -> Str -> {s : P => Q => Str} -> - ListTable2 P Q -> ListTable2 P Q = - \P,Q,c,x,xs -> - {s1 = table P {p => table Q {q => x.s ! p ! q ++ c ++ xs.s1 ! p ! q}} ; - s2 = xs.s2 - } ; - - -} ; diff --git a/old-lib/prelude/Formal.gf b/old-lib/prelude/Formal.gf deleted file mode 100644 index 2aa33d9ef..000000000 --- a/old-lib/prelude/Formal.gf +++ /dev/null @@ -1,54 +0,0 @@ -resource Formal = open Prelude in { - --- to replace the old library Precedence - - oper - Prec : PType ; - TermPrec : Type = {s : Str ; p : Prec} ; - - mkPrec : Prec -> Str -> TermPrec = \p,s -> - {s = s ; p = p} ; - - top : TermPrec -> Str = usePrec 0 ; - - constant : Str -> TermPrec = mkPrec highest ; - - infixl : Prec -> Str -> (_,_ : TermPrec) -> TermPrec = \p,f,x,y -> - mkPrec p (usePrec p x ++ f ++ usePrec (nextPrec p) y) ; - infixr : Prec -> Str -> (_,_ : TermPrec) -> TermPrec = \p,f,x,y -> - mkPrec p (usePrec (nextPrec p) x ++ f ++ usePrec p y) ; - infixn : Prec -> Str -> (_,_ : TermPrec) -> TermPrec = \p,f,x,y -> - mkPrec p (usePrec (nextPrec p) x ++ f ++ usePrec (nextPrec p) y) ; - --- auxiliaries, should not be needed so much - - usePrec : Prec -> TermPrec -> Str = \p,x -> - case lessPrec x.p p of { - True => parenth x.s ; - False => parenthOpt x.s - } ; - - parenth : Str -> Str = \s -> "(" ++ s ++ ")" ; - parenthOpt : Str -> Str = \s -> variants {s ; "(" ++ s ++ ")"} ; - ---. --- low-level things: don't use - - Prec : PType = Predef.Ints 4 ; - - highest = 4 ; - - lessPrec : Prec -> Prec -> Bool = \p,q -> - case < : Prec * Prec> of { - <3,4> | <2,3> | <2,4> => True ; - <1,1> | <1,0> | <0,0> => False ; - <1,_> | <0,_> => True ; - _ => False - } ; - - nextPrec : Prec -> Prec = \p -> case

    of { - 4 => 4 ; - n => Predef.plus n 1 - } ; - -} diff --git a/old-lib/prelude/HTML.gf b/old-lib/prelude/HTML.gf deleted file mode 100644 index b469b582c..000000000 --- a/old-lib/prelude/HTML.gf +++ /dev/null @@ -1,8 +0,0 @@ -resource HTML = open Prelude in { - oper - tag : Str -> Str = \t -> "<" + t + ">" ; - endtag : Str -> Str = \t -> tag ("/" + t) ; - intag : Str -> Str -> Str = \t,s -> tag t ++ s ++ endtag t ; - intagAttr : Str -> Str -> Str -> Str = - \t,a,s -> ("<" + t) ++ (a + ">") ++ s ++ endtag t ; -} diff --git a/old-lib/prelude/Latex.gf b/old-lib/prelude/Latex.gf deleted file mode 100644 index 2fd2f9ec8..000000000 --- a/old-lib/prelude/Latex.gf +++ /dev/null @@ -1,12 +0,0 @@ -resource Latex = open Prelude in { - oper - command : Str -> Str = \c -> "\\" + c ; - fun1 : Str -> Str -> Str = \f,x -> "\\" + f + "{" ++ x ++ "}" ; - fun2 : Str -> Str -> Str -> Str = - \f,x,y -> "\\" + f + "{" ++ x ++ "}{" ++ y ++ "}" ; - begin : Str -> Str = \e -> "\\begin{" + e + "}" ; - end : Str -> Str = \e -> "\\end{" + e + "}" ; - inEnv : Str -> Str -> Str = \e,s -> begin e ++ s ++ end e ; -} - - diff --git a/old-lib/prelude/Precedence.gf b/old-lib/prelude/Precedence.gf deleted file mode 100644 index 62775958c..000000000 --- a/old-lib/prelude/Precedence.gf +++ /dev/null @@ -1,117 +0,0 @@ --- operations for precedence-dependent strings. --- five levels: --- p4 (constants), p3 (applications), p2 (products), p1 (sums), p0 (arrows) - -resource Precedence = open Prelude in { - -param -Prec = p4 | p3 | p2 | p1 | p0 ; - -oper -PrecTerm = Prec => Str ; - -oper -pss : PrecTerm -> {s : PrecTerm} = \s -> {s = s} ; - - --- change this if you want some other type of parentheses -mkParenth : Str -> Str = \str -> "(" ++ str ++ ")" ; - --- define ordering of precedences -nextPrec : Prec => Prec = - table {p0 => p1 ; p1 => p2 ; p2 => p3 ; _ => p4} ; -prevPrec : Prec => Prec = - table {p4 => p3 ; p3 => p2 ; p2 => p1 ; _ => p0} ; - -mkPrec : Str -> Prec => Prec => Str = \str -> - table { - p4 => table { -- use the term of precedence p4... - _ => str} ; -- ...always without parentheses - p3 => table { -- use the term of precedence p3... - p4 => mkParenth str ; -- ...in parentheses if p4 is required... - _ => str} ; -- ...otherwise without parentheses - p2 => table { - p4 => mkParenth str ; - p3 => mkParenth str ; - _ => str} ; - p1 => table { - p1 => str ; - p0 => str ; - _ => mkParenth str} ; - p0 => table { - p0 => str ; - _ => mkParenth str} - } ; - --- make a string into a constant, of precedence p4 -mkConst : Str -> PrecTerm = - \f -> - mkPrec f ! p4 ; - --- make a string into a 1/2/3 -place prefix operator, of precedence p3 -mkFun1 : Str -> PrecTerm -> PrecTerm = - \f -> \x -> - table {k => mkPrec (f ++ x ! p4) ! p3 ! k} ; -mkFun2 : Str -> PrecTerm -> PrecTerm -> PrecTerm = - \f -> \x -> \y -> - table {k => mkPrec (f ++ x ! p4 ++ y ! p4) ! p3 ! k} ; -mkFun3 : Str -> PrecTerm -> PrecTerm -> PrecTerm -> PrecTerm = - \f -> \x -> \y -> \z -> - table {k => mkPrec (f ++ x ! p4 ++ y ! p4 ++ z ! p4) ! p3 ! k} ; - --- make a string into a non/left/right -associative infix operator, of precedence p -mkInfix : Str -> Prec -> PrecTerm -> PrecTerm -> PrecTerm = - \f -> \p -> \x -> \y -> - table {k => mkPrec (x ! (nextPrec ! p) ++ f ++ y ! (nextPrec ! p)) ! p ! k} ; -mkInfixL : Str -> Prec -> PrecTerm -> PrecTerm -> PrecTerm = - \f -> \p -> \x -> \y -> - table {k => mkPrec (x ! p ++ f ++ y ! (nextPrec ! p)) ! p ! k} ; -mkInfixR : Str -> Prec -> PrecTerm -> PrecTerm -> PrecTerm = - \f -> \p -> \x -> \y -> - table {k => mkPrec (x ! (nextPrec ! p) ++ f ++ y ! p) ! p ! k} ; - ------------------------------------------------------------ - --- alternative: --- precedence as inherent feature - -oper TermWithPrec = {s : Str ; p : Prec} ; - -oper -mkpPrec : Str -> Prec -> TermWithPrec = - \f -> \p -> - {s = f ; p = p} ; - -usePrec : TermWithPrec -> Prec -> Str = - \x -> \p -> - mkPrec x.s ! x.p ! p ; - --- make a string into a constant, of precedence p4 -mkpConst : Str -> TermWithPrec = - \f -> - mkpPrec f p4 ; - --- make a string into a 1/2/3 -place prefix operator, of precedence p3 -mkpFun1 : Str -> TermWithPrec -> TermWithPrec = - \f -> \x -> - mkpPrec (f ++ usePrec x p4) p3 ; - -mkpFun2 : Str -> TermWithPrec -> TermWithPrec -> TermWithPrec = - \f -> \x -> \y -> - mkpPrec (f ++ usePrec x p4 ++ usePrec y p4) p3 ; - -mkpFun3 : Str -> TermWithPrec -> TermWithPrec -> TermWithPrec -> TermWithPrec = - \f -> \x -> \y -> \z -> - mkpPrec (f ++ usePrec x p4 ++ usePrec y p4 ++ usePrec z p4) p3 ; - --- make a string a into non/left/right -associative infix operator, of precedence p -mkpInfix : Str -> Prec -> TermWithPrec -> TermWithPrec -> TermWithPrec = - \f -> \p -> \x -> \y -> - mkpPrec (usePrec x (nextPrec ! p) ++ f ++ usePrec y (nextPrec ! p)) p ; -mkpInfixL : Str -> Prec -> TermWithPrec -> TermWithPrec -> TermWithPrec = - \f -> \p -> \x -> \y -> - mkpPrec (usePrec x p ++ f ++ usePrec y (nextPrec ! p)) p ; -mkpInfixR : Str -> Prec -> TermWithPrec -> TermWithPrec -> TermWithPrec = - \f -> \p -> \x -> \y -> - mkpPrec (usePrec x (nextPrec ! p) ++ f ++ usePrec y p) p ; -} ; \ No newline at end of file diff --git a/old-lib/prelude/Predef.gf b/old-lib/prelude/Predef.gf deleted file mode 100644 index d8141ea8c..000000000 --- a/old-lib/prelude/Predef.gf +++ /dev/null @@ -1,37 +0,0 @@ ---1 Predefined functions for concrete syntax - --- The definitions of these constants are hard-coded in GF, and defined --- in [AppPredefined.hs ../src/GF/Grammar/AppPredefined.hs]. Applying --- them to run-time variables leads to compiler errors that are often --- only detected at the code generation time. - -resource Predef = { - --- This type of booleans is for internal use only. - - param PBool = PTrue | PFalse ; - - oper Error : Type = variants {} ; -- the empty type - oper Int : Type = variants {} ; -- the type of integers - oper Ints : Int -> Type = variants {} ; -- the type of integers from 0 to n - - oper error : Str -> Error = variants {} ; -- forms error message - oper length : Tok -> Int = variants {} ; -- length of string - oper drop : Int -> Tok -> Tok = variants {} ; -- drop prefix of length - oper take : Int -> Tok -> Tok = variants {} ; -- take prefix of length - oper tk : Int -> Tok -> Tok = variants {} ; -- drop suffix of length - oper dp : Int -> Tok -> Tok = variants {} ; -- take suffix of length - oper eqInt : Int -> Int -> PBool = variants {} ; -- test if equal integers - oper lessInt: Int -> Int -> PBool = variants {} ; -- test order of integers - oper plus : Int -> Int -> Int = variants {} ; -- add integers - oper eqStr : Tok -> Tok -> PBool = variants {} ; -- test if equal strings - oper occur : Tok -> Tok -> PBool = variants {} ; -- test if occurs as substring - oper occurs : Tok -> Tok -> PBool = variants {} ; -- test if any char occurs - oper show : (P : Type) -> P -> Tok = variants {} ; -- convert param to string - oper read : (P : Type) -> Tok -> P = variants {} ; -- convert string to param - oper toStr : (L : Type) -> L -> Str = variants {} ; -- find the "first" string - oper mapStr : (L : Type) -> (Str -> Str) -> L -> L = variants {} ; - -- map all strings in a data structure; experimental --- - -} ; - diff --git a/old-lib/prelude/PredefAbs.gf b/old-lib/prelude/PredefAbs.gf deleted file mode 100644 index a99961d00..000000000 --- a/old-lib/prelude/PredefAbs.gf +++ /dev/null @@ -1,4 +0,0 @@ -abstract PredefAbs = { - cat Int ; String ; Float ; -} ; - diff --git a/old-lib/prelude/PredefCnc.gf b/old-lib/prelude/PredefCnc.gf deleted file mode 100644 index f12b9b1f0..000000000 --- a/old-lib/prelude/PredefCnc.gf +++ /dev/null @@ -1,4 +0,0 @@ -concrete PredefCnc of PredefAbs = { - lincat - Int, Float, String = {s : Str} ; -} ; diff --git a/old-lib/prelude/Prelude.gf b/old-lib/prelude/Prelude.gf deleted file mode 100644 index 56545d051..000000000 --- a/old-lib/prelude/Prelude.gf +++ /dev/null @@ -1,142 +0,0 @@ ---1 The GF Prelude - --- This file defines some prelude facilities usable in all grammars. - -resource Prelude = open (Predef=Predef) in { - -oper - ---2 Strings, records, and tables - - SS : Type = {s : Str} ; - ss : Str -> SS = \s -> {s = s} ; - ss2 : (_,_ : Str) -> SS = \x,y -> ss (x ++ y) ; - ss3 : (_,_ ,_: Str) -> SS = \x,y,z -> ss (x ++ y ++ z) ; - - cc2 : (_,_ : SS) -> SS = \x,y -> ss (x.s ++ y.s) ; - cc3 : (_,_,_ : SS) -> SS = \x,y,z -> ss (x.s ++ y.s ++ z.s) ; - - SS1 : Type -> Type = \P -> {s : P => Str} ; - ss1 : (A : Type) -> Str -> SS1 A = \A,s -> {s = table {_ => s}} ; - - SP1 : Type -> Type = \P -> {s : Str ; p : P} ; - sp1 : (A : Type) -> Str -> A -> SP1 A = \_,s,a -> {s = s ; p = a} ; - - constTable : (A,B : Type) -> B -> A => B = \_,_,b -> \\_ => b ; - constStr : (A : Type) -> Str -> A => Str = \A -> constTable A Str ; - --- Discontinuous constituents. - - SD2 : Type = {s1,s2 : Str} ; - sd2 : (_,_ : Str) -> SD2 = \x,y -> {s1 = x ; s2 = y} ; - - ---2 Optional elements - --- Missing form. - - nonExist : Str = variants {} ; - --- Optional string with preference on the string vs. empty. - - optStr : Str -> Str = \s -> variants {s ; []} ; - strOpt : Str -> Str = \s -> variants {[] ; s} ; - --- Free order between two strings. - - bothWays : Str -> Str -> Str = \x,y -> variants {x ++ y ; y ++ x} ; - --- Parametric order between two strings. - - preOrPost : Bool -> Str -> Str -> Str = \pr,x,y -> - if_then_Str pr (x ++ y) (y ++ x) ; - ---2 Infixes. prefixes, and postfixes - --- Fixes with precedences are defined in [Precedence Precedence.html]. - - infixSS : Str -> SS -> SS -> SS = \f,x,y -> ss (x.s ++ f ++ y.s) ; - prefixSS : Str -> SS -> SS = \f,x -> ss (f ++ x.s) ; - postfixSS : Str -> SS -> SS = \f,x -> ss (x.s ++ f) ; - embedSS : Str -> Str -> SS -> SS = \f,g,x -> ss (f ++ x.s ++ g) ; - - ---2 Booleans - - param Bool = True | False ; - -oper - if_then_else : (A : Type) -> Bool -> A -> A -> A = \_,c,d,e -> - case c of { - True => d ; ---- should not need to qualify - False => e - } ; - - andB : (_,_ : Bool) -> Bool = \a,b -> if_then_else Bool a b False ; - orB : (_,_ : Bool) -> Bool = \a,b -> if_then_else Bool a True b ; - notB : Bool -> Bool = \a -> if_then_else Bool a False True ; - - if_then_Str : Bool -> Str -> Str -> Str = if_then_else Str ; - - onlyIf : Bool -> Str -> Str = \b,s -> case b of { - True => s ; - _ => nonExist - } ; - --- Interface to internal booleans - - pbool2bool : Predef.PBool -> Bool = \b -> case b of { - Predef.PFalse => False ; Predef.PTrue => True - } ; - - init : Tok -> Tok = Predef.tk 1 ; - last : Tok -> Tok = Predef.dp 1 ; - ---2 High-level acces to Predef operations - - isNil : Tok -> Bool = \b -> pbool2bool (Predef.eqStr [] b) ; - - ifTok : (A : Type) -> Tok -> Tok -> A -> A -> A = \A,t,u,a,b -> - case Predef.eqStr t u of {Predef.PTrue => a ; Predef.PFalse => b} ; - ---2 Lexer-related operations - --- Bind together two tokens in some lexers, either obligatorily or optionally - - oper - glue : Str -> Str -> Str = \x,y -> x ++ BIND ++ y ; - glueOpt : Str -> Str -> Str = \x,y -> variants {glue x y ; x ++ y} ; - noglueOpt : Str -> Str -> Str = \x,y -> variants {x ++ y ; glue x y} ; - --- Force capitalization of next word in some unlexers - - capitalize : Str -> Str = \s -> CAPIT ++ s ; - --- These should be hidden, and never changed since they are hardcoded in (un)lexers - - BIND : Str = "&+" ; - PARA : Str = "&-" ; - CAPIT : Str = "&|" ; - ---2 Miscellaneous - --- Identity function - - id : (A : Type) -> A -> A = \_,a -> a ; - --- Parentheses - - paren : Str -> Str = \s -> "(" ++ s ++ ")" ; - parenss : SS -> SS = \s -> ss (paren s.s) ; - --- Zero, one, two, or more (elements in a list etc) - -param - ENumber = E0 | E1 | E2 | Emore ; - -oper - eNext : ENumber -> ENumber = \e -> case e of { - E0 => E1 ; E1 => E2 ; _ => Emore} ; - - -} diff --git a/old-lib/resource/Make.hs b/old-lib/resource/Make.hs deleted file mode 100644 index eff24eb06..000000000 --- a/old-lib/resource/Make.hs +++ /dev/null @@ -1,193 +0,0 @@ -module Main where - -import Control.Monad -import Data.Maybe -import System.Cmd -import System.Directory -import System.Environment -import System.Exit - --- Make commands for compiling and testing resource grammars. --- usage: runghc Make ((present? OPT?) | (clone FILE))? LANGS? --- where --- - OPT = (lang | api | math | pgf | test | demo | clean) --- - LANGS has the form e.g. langs=Eng,Fin,Rus --- - clone with a flag file=FILENAME clones the file to the specified languages, --- by replacing the 3-letter language name of the original in both --- the filename and the body --- with each name in the list (default: all languages) --- With no argument, lang and api are done, in this order. --- See 'make' below for what is done by which command. - -default_gf = "../../dist/build/gf/gf" - -presApiPath = "-path=api:present" - --- the languages have long directory names and short ISO codes (3 letters) --- we also give the decodings for postprocessing linearizations, as long as grammars --- don't support all flags needed; they are used in tests - -langsCoding = [ - (("arabic", "Ara"),""), - (("bulgarian","Bul"),""), - (("catalan", "Cat"),""), - (("danish", "Dan"),""), - (("english", "Eng"),""), - (("finnish", "Fin"),""), - (("french", "Fre"),""), - (("hindi", "Hin"),"to_devanagari"), - (("german", "Ger"),""), - (("interlingua","Ina"),""), - (("italian", "Ita"),""), - (("norwegian","Nor"),""), - (("russian", "Rus"),""), - (("spanish", "Spa"),""), - (("swedish", "Swe"),""), - (("thai", "Tha"),"to_thai") - ] - -langs = map fst langsCoding - --- languagues for which to compile Lang -langsLang = langs `except` ["Ara"] - --- languages for which to compile Try -langsAPI = langsLang `except` ["Ara","Bul","Hin","Ina","Rus","Tha"] - --- languages for which to compile Mathematical -langsMath = langsAPI - --- languages for which to run treebank test -langsTest = langsLang `except` ["Ara","Bul","Cat","Hin","Rus","Spa","Tha"] - --- languages for which to run demo test -langsDemo = langsLang `except` ["Ara","Hin","Ina","Tha"] - --- languages for which langs.pgf is built -langsPGF = langsTest `only` ["Eng","Fre","Swe"] - --- languages for which Compatibility exists (to be extended) -langsCompat = langsLang `only` ["Cat","Eng","Fin","Fre","Ita","Spa","Swe"] - -treebankExx = "exx-resource.gft" -treebankResults = "exx-resource.gftb" - -main = do - xx <- getArgs - make xx - -make :: [String] -> IO () -make xx = do - let ifx opt act = if null xx || elem opt xx then act >> return () else return () - let ifxx opt act = if elem opt xx then act >> return () else return () - let pres = elem "present" xx - let dir = if pres then "../present" else "../alltenses" - - let optl ls = maybe ls id $ getOptLangs xx - - ifx "lang" $ do - mapM_ (gfc pres [] . lang) (optl langsLang) - copy "*/*.gfo" dir - ifx "compat" $ do - mapM_ (gfc pres [] . compat) (optl langsCompat) - copy "*/Compatibility*.gfo" dir - ifx "api" $ do - mapM_ (gfc pres presApiPath . try) (optl langsAPI) - copy "*/*.gfo" dir - ifx "math" $ do - mapM_ (gfc False [] . math) (optl langsMath) - copy "mathematical/*.gfo" "../mathematical" - mapM_ (gfc False [] . symbolic) (optl langsMath) - copy "mathematical/Symbolic*.gfo" "../mathematical" - ifxx "pgf" $ do - run_gfc $ ["-s","--make","--name=langs","--parser=off", - "--output-dir=" ++ dir] - ++ [dir ++ "/Lang" ++ la ++ ".gfo" | (_,la) <- optl langsPGF] - ifxx "test" $ do - let ls = optl langsTest - gf (treeb "Lang" ls) $ unwords [dir ++ "/Lang" ++ la ++ ".gfo" | (_,la) <- ls] - ifxx "demo" $ do - let ls = optl langsDemo - gf (demos "Demo" ls) $ unwords ["demo/Demo" ++ la ++ ".gf" | (_,la) <- ls] - ifxx "clean" $ do - system "rm -f */*.gfo ../alltenses/*.gfo ../present/*.gfo" - ifxx "clone" $ do - let (pref,lang) = case getLangName xx of - Just pl -> pl - _ -> error "expected flag option file=ppppppLLL.gf" - s <- readFile (pref ++ lang ++ ".gf") - mapM_ (\la -> writeFile (pref ++ la ++ ".gf") (replaceLang lang la s)) (map snd (optl langs)) - return () - -gfc pres ppath file = do - let preproc = if pres then "-preproc=./mkPresent" else "" - let path = if pres then ppath else "" - putStrLn $ "Compiling " ++ file - run_gfc ["-s","-src", preproc, path, file] - -gf comm file = do - putStrLn $ "Reading " ++ file - let cmd = "echo \"" ++ comm ++ "\" | gf -s " ++ file - putStrLn cmd - system cmd - -treeb abstr ls = "rf -lines -tree -file=" ++ treebankExx ++ - " | l -treebank " ++ unlexer abstr ls ++ " | wf -file=" ++ treebankResults - -demos abstr ls = "gr -number=100 | l -treebank " ++ unlexer abstr ls ++ - " | ps -to_html | wf -file=resdemo.html" - -lang (lla,la) = lla ++ "/All" ++ la ++ ".gf" -compat (lla,la) = lla ++ "/Compatibility" ++ la ++ ".gf" -try (lla,la) = "api/Try" ++ la ++ ".gf" -math (lla,la) = "mathematical/Mathematical" ++ la ++ ".gf" -symbolic (lla,la) = "mathematical/Symbolic" ++ la ++ ".gf" - -except ls es = filter (flip notElem es . snd) ls -only ls es = filter (flip elem es . snd) ls - --- list of languages overriding the definitions above -getOptLangs args = case [ls | a <- args, let (f,ls) = splitAt 6 a, f=="langs="] of - ls:_ -> return $ findLangs $ seps ls - _ -> Nothing - where - seps = words . map (\c -> if c==',' then ' ' else c) - findLangs ls = [lang | lang@(_,la) <- langs, elem la ls] - --- the file name has the form p....pLLL.gf, i.e. 3-letter lang name, suffix .gf -getLangName args = case [ls | a <- args, let (f,ls) = splitAt 5 a, f=="file="] of - fi:_ -> let (nal,ferp) = splitAt 3 (drop 3 (reverse fi)) in return (reverse ferp,reverse nal) - _ -> Nothing - -replaceLang s1 s2 = repl where - repl s = case s of - c:cs -> case splitAt lgs s of - (pre,rest) | pre == s1 -> s2 ++ repl rest - _ -> c : repl cs - _ -> s - lgs = 3 -- length s1 - -unlexer abstr ls = - "-unlexer=\\\"" ++ unwords - [abstr ++ la ++ "=" ++ unl | - lla@(_,la) <- ls, let unl = unlex lla, not (null unl)] ++ - "\\\"" - where - unlex lla = maybe "" id $ lookup lla langsCoding - --- | Runs the gf executable in compile mode with the given arguments. -run_gfc :: [String] -> IO () -run_gfc args = - do let args' = ["-batch","-gf-lib-path=../"] ++ filter (not . null) args ++ ["+RTS"] ++ rts_flags ++ ["-RTS"] - putStrLn $ "Running: " ++ default_gf ++ " " ++ unwords (map showArg args') - e <- rawSystem default_gf args' - case e of - ExitSuccess -> return () - ExitFailure i -> putStrLn $ "gf exited with exit code: " ++ show i - where rts_flags = ["-K100M"] - showArg arg = "'" ++ arg ++ "'" - -copy :: String -> String -> IO () -copy from to = - do system $ "cp " ++ from ++ " " ++ to - return () diff --git a/old-lib/resource/Makefile b/old-lib/resource/Makefile deleted file mode 100644 index 7c7d1900f..000000000 --- a/old-lib/resource/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -RUNGHC=runghc -RUNMAKE=$(RUNGHC) Make.hs - -.PHONY: all present alltenses lang api math test demo synopsis link compiled clean - -all: link present alltenses math - -present: - $(RUNMAKE) present lang - $(RUNMAKE) present api - -alltenses: - $(RUNMAKE) lang - $(RUNMAKE) api - -lang: - $(RUNMAKE) lang - -api: - $(RUNMAKE) api - -math: - $(RUNMAKE) math - -compat: - gf -batch */Compatibility*.gf - cp -p */Compatibility*.gfo ../alltenses/ - cp -p */Compatibility*.gfo ../present/ -# $(RUNMAKE) present compat -# $(RUNMAKE) compat - -test: - $(RUNMAKE) test - -demo: - $(RUNMAKE) demo - -synopsis: - cd doc ; $(RUNGHC) MkSynopsis ; cd .. - -link: - chmod a+x mkPresent - -compiled: - (cd .. && tar -zcf resource-compiled.tar.gz prelude alltenses present mathematical) - -clean: - $(RUNMAKE) clean - diff --git a/old-lib/resource/abstract/Adjective.gf b/old-lib/resource/abstract/Adjective.gf deleted file mode 100644 index 4255b7eee..000000000 --- a/old-lib/resource/abstract/Adjective.gf +++ /dev/null @@ -1,30 +0,0 @@ ---1 Adjective: Adjectives and Adjectival Phrases - -abstract Adjective = Cat ** { - - fun - --- The principal ways of forming an adjectival phrase are --- positive, comparative, relational, reflexive-relational, and --- elliptic-relational. --- (The superlative use is covered in [Noun Noun.html].$SuperlA$.) - - PositA : A -> AP ; -- warm - ComparA : A -> NP -> AP ; -- warmer than I - ComplA2 : A2 -> NP -> AP ; -- married to her - ReflA2 : A2 -> AP ; -- married to itself - UseA2 : A2 -> A ; -- married - --- Sentence and question complements defined for all adjectival --- phrases, although the semantics is only clear for some adjectives. - - SentAP : AP -> SC -> AP ; -- good that she is here - --- An adjectival phrase can be modified by an *adadjective*, such as "very". - - AdAP : AdA -> AP -> AP ; -- very warm - --- The formation of adverbs from adjective (e.g. "quickly") is covered --- in [Adverb Adverb.html]. - -} diff --git a/old-lib/resource/abstract/Adverb.gf b/old-lib/resource/abstract/Adverb.gf deleted file mode 100644 index 3199d6888..000000000 --- a/old-lib/resource/abstract/Adverb.gf +++ /dev/null @@ -1,32 +0,0 @@ ---1 Adverb: Adverbs and Adverbial Phrases - -abstract Adverb = Cat ** { - - fun - --- The two main ways of forming adverbs are from adjectives and by --- prepositions from noun phrases. - - PositAdvAdj : A -> Adv ; -- warmly - PrepNP : Prep -> NP -> Adv ; -- in the house - --- Comparative adverbs have a noun phrase or a sentence as object of --- comparison. - - ComparAdvAdj : CAdv -> A -> NP -> Adv ; -- more warmly than John - ComparAdvAdjS : CAdv -> A -> S -> Adv ; -- more warmly than he runs - --- Adverbs can be modified by 'adadjectives', just like adjectives. - - AdAdv : AdA -> Adv -> Adv ; -- very quickly - --- Subordinate clauses can function as adverbs. - - SubjS : Subj -> S -> Adv ; -- when she sleeps - --- Comparison adverbs also work as numeral adverbs. - - AdnCAdv : CAdv -> AdN ; -- less (than five) - - -} diff --git a/old-lib/resource/abstract/Backward.gf b/old-lib/resource/abstract/Backward.gf deleted file mode 100644 index 458fb3010..000000000 --- a/old-lib/resource/abstract/Backward.gf +++ /dev/null @@ -1,63 +0,0 @@ ---1 Obsolete constructs included for backward-compatibility - -abstract Backward = Cat ** { - - --- from Cat - -cat - Slash ; - -fun - --- from Verb 19/4/2008 - - ComplV2 : V2 -> NP -> VP ; -- use it - ComplV3 : V3 -> NP -> NP -> VP ; -- send a message to her - ComplV2V : V2V -> NP -> VP -> VP ; -- cause it to burn - ComplV2S : V2S -> NP -> S -> VP ; -- tell me that it rains - ComplV2Q : V2Q -> NP -> QS -> VP ; -- ask me who came - ComplV2A : V2A -> NP -> AP -> VP ; -- paint it red - - ReflV2 : V2 -> VP ; -- use itself - - UseVQ : VQ -> V2 ; -- ask (a question) - UseVS : VS -> V2 ; -- know (a secret) - - --- from Sentence 19/4/2008 - - SlashV2 : NP -> V2 -> Slash ; -- (whom) he sees - SlashVVV2 : NP -> VV -> V2 -> Slash; -- (whom) he wants to see - --- from Noun 19/4/2008 - - NumInt : Int -> Num ; -- 51 - OrdInt : Int -> Ord ; -- 51st (DEPRECATED) - NoOrd : Ord ; - - -- 20/4 - DetSg : Quant -> Ord -> Det ; -- the best man - DetPl : Quant -> Num -> Ord -> Det ; -- the five best men - NoNum : Num ; - - -- 22/4 - DefArt : Quant ; -- the (house), the (houses) - IndefArt : Quant ; -- a (house), (houses) - MassDet : Quant ; -- (beer) - --- from Structural 19/4/2008 - - that_NP : NP ; - these_NP : NP ; - this_NP : NP ; - those_NP : NP ; - - whichPl_IDet : IDet ; - whichSg_IDet : IDet ; - --- from Adverb - - AdvSC : SC -> Adv ; -- that he arrives ---- REMOVE? - -} diff --git a/old-lib/resource/abstract/Cat.gf b/old-lib/resource/abstract/Cat.gf deleted file mode 100644 index 23b8f3b0e..000000000 --- a/old-lib/resource/abstract/Cat.gf +++ /dev/null @@ -1,134 +0,0 @@ ---1 Cat: the Category System - --- The category system is central to the library in the sense --- that the other modules ($Adjective$, $Adverb$, $Noun$, $Verb$ etc) --- communicate through it. This means that a e.g. a function using --- $NP$s in $Verb$ need not know how $NP$s are constructed in $Noun$: --- it is enough that both $Verb$ and $Noun$ use the same type $NP$, --- which is given here in $Cat$. --- --- Some categories are inherited from [``Common`` Common.html]. --- The reason they are defined there is that they have the same --- implementation in all languages in the resource (typically, --- just a string). These categories are --- $AdA, AdN, AdV, Adv, Ant, CAdv, IAdv, PConj, Phr$, --- $Pol, SC, Tense, Text, Utt, Voc$. --- --- Moreover, the list categories $ListAdv, ListAP, ListNP, ListS$ --- are defined on $Conjunction$ and only used locally there. - - -abstract Cat = Common ** { - - cat - ---2 Sentences and clauses - --- Constructed in [Sentence Sentence.html], and also in --- [Idiom Idiom.html]. - - S ; -- declarative sentence e.g. "she lived here" - QS ; -- question e.g. "where did she live" - RS ; -- relative e.g. "in which she lived" - Cl ; -- declarative clause, with all tenses e.g. "she looks at this" - ClSlash;-- clause missing NP (S/NP in GPSG) e.g. "she looks at" - SSlash ;-- sentence missing NP e.g. "she has looked at" - Imp ; -- imperative e.g. "look at this" - ---2 Questions and interrogatives - --- Constructed in [Question Question.html]. - - QCl ; -- question clause, with all tenses e.g. "why does she walk" - IP ; -- interrogative pronoun e.g. "who" - IComp ; -- interrogative complement of copula e.g. "where" - IDet ; -- interrogative determiner e.g. "how many" - IQuant; -- interrogative quantifier e.g. "which" - ---2 Relative clauses and pronouns - --- Constructed in [Relative Relative.html]. - - RCl ; -- relative clause, with all tenses e.g. "in which she lives" - RP ; -- relative pronoun e.g. "in which" - ---2 Verb phrases - --- Constructed in [Verb Verb.html]. - - VP ; -- verb phrase e.g. "is very warm" - Comp ; -- complement of copula, such as AP e.g. "very warm" - VPSlash ; -- verb phrase missing complement e.g. "give to John" - ---2 Adjectival phrases - --- Constructed in [Adjective Adjective.html]. - - AP ; -- adjectival phrase e.g. "very warm" - ---2 Nouns and noun phrases - --- Constructed in [Noun Noun.html]. --- Many atomic noun phrases e.g. "everybody" --- are constructed in [Structural Structural.html]. --- The determiner structure is --- ``` Predet (QuantSg | QuantPl Num) Ord --- as defined in [Noun Noun.html]. - - CN ; -- common noun (without determiner) e.g. "red house" - NP ; -- noun phrase (subject or object) e.g. "the red house" - Pron ; -- personal pronoun e.g. "she" - Det ; -- determiner phrase e.g. "those seven" - Predet ; -- predeterminer (prefixed Quant) e.g. "all" - Quant ; -- quantifier ('nucleus' of Det) e.g. "this/these" - Art ; -- article e.g. "the" - Num ; -- number determining element e.g. "seven" - Card ; -- cardinal number e.g. "seven" - Ord ; -- ordinal number (used in Det) e.g. "seventh" - ---2 Numerals - --- Constructed in [Numeral Numeral.html]. - - Numeral ; -- cardinal or ordinal in words e.g. "five/fifth" - Digits ; -- cardinal or ordinal in digits e.g. "1,000/1,000th" - ---2 Structural words - --- Constructed in [Structural Structural.html]. - - Conj ; -- conjunction e.g. "and" ----b DConj ; -- distributed conjunction e.g. "both - and" - Subj ; -- subjunction e.g. "if" - Prep ; -- preposition, or just case e.g. "in" - ---2 Words of open classes - --- These are constructed in [Lexicon Lexicon.html] and in --- additional lexicon modules. - - V ; -- one-place verb e.g. "sleep" - V2 ; -- two-place verb e.g. "love" - V3 ; -- three-place verb e.g. "show" - VV ; -- verb-phrase-complement verb e.g. "want" - VS ; -- sentence-complement verb e.g. "claim" - VQ ; -- question-complement verb e.g. "wonder" - VA ; -- adjective-complement verb e.g. "look" - V2V ; -- verb with NP and V complement e.g. "cause" - V2S ; -- verb with NP and S complement e.g. "tell" - V2Q ; -- verb with NP and Q complement e.g. "ask" - V2A ; -- verb with NP and AP complement e.g. "paint" - - A ; -- one-place adjective e.g. "warm" - A2 ; -- two-place adjective e.g. "divisible" - - N ; -- common noun e.g. "house" - N2 ; -- relational noun e.g. "son" - N3 ; -- three-place relational noun e.g. "connection" - PN ; -- proper name e.g. "Paris" - --- DEPRECATED: QuantSg, QuantPl ---- QuantSg ;-- quantifier ('nucleus' of sing. Det) e.g. "every" ---- QuantPl ;-- quantifier ('nucleus' of plur. Det) e.g. "many" - -} diff --git a/old-lib/resource/abstract/Common.gf b/old-lib/resource/abstract/Common.gf deleted file mode 100644 index 76bfd9cf4..000000000 --- a/old-lib/resource/abstract/Common.gf +++ /dev/null @@ -1,61 +0,0 @@ ---1 Common: Structures with Common Implementations. - --- This module defines the categories that uniformly have the linearization --- ${s : Str}$ in all languages. - --- Moreover, this module defines the abstract parameters of tense, polarity, and --- anteriority, which are used in [``Phrase`` Phrase.html] to generate different --- forms of sentences. Together they give 4 x 2 x 2 = 16 sentence forms. - --- These tenses are defined for all languages in the library. More tenses --- can be defined in the language extensions, e.g. the "pass simple" of --- Romance languages in [``ExtraRomance`` ../romance/ExtraRomance.gf]. - -abstract Common = { - - cat - ---2 Top-level units - --- Constructed in [``Text`` Text.html]: $Text$. - - Text ; -- text consisting of several phrases e.g. "He is here. Why?" - --- Constructed in [``Phrase`` Phrase.html]: - - Phr ; -- phrase in a text e.g. "but be quiet please" - Utt ; -- sentence, question, word... e.g. "be quiet" - Voc ; -- vocative or "please" e.g. "my darling" - PConj ; -- phrase-beginning conjunction e.g. "therefore" - --- Constructed in [``Sentence`` Sentence.html]: - - SC ; -- embedded sentence or question e.g. "that it rains" - ---2 Adverbs - --- Constructed in [``Adverb`` Adverb.html]. --- Many adverbs are constructed in [``Structural`` Structural.html]. - - Adv ; -- verb-phrase-modifying adverb e.g. "in the house" - AdV ; -- adverb directly attached to verb e.g. "always" - AdA ; -- adjective-modifying adverb e.g. "very" - AdN ; -- numeral-modifying adverb e.g. "more than" - IAdv ; -- interrogative adverb e.g. "why" - CAdv ; -- comparative adverb e.g. "more" - ---2 Tense, polarity, and anteriority - - Tense ; -- tense e.g. present, past, future - Pol ; -- polarity e.g. positive, negative - Ant ; -- anteriority e.g. simultaneous, anterior - - fun - PPos, PNeg : Pol ; -- I sleep/don't sleep - - TPres : Tense ; - ASimul : Ant ; - TPast, TFut, TCond : Tense ; -- I slept/will sleep/would sleep --# notpresent - AAnter : Ant ; -- I have slept --# notpresent - -} diff --git a/old-lib/resource/abstract/Compatibility.gf b/old-lib/resource/abstract/Compatibility.gf deleted file mode 100644 index a4af7d4f5..000000000 --- a/old-lib/resource/abstract/Compatibility.gf +++ /dev/null @@ -1,9 +0,0 @@ -abstract Compatibility = Cat ** { - --- from Noun 19/4/2008 - -fun - NumInt : Int -> Num ; -- 57 - OrdInt : Int -> Ord ; -- 57 - -} diff --git a/old-lib/resource/abstract/Conjunction.gf b/old-lib/resource/abstract/Conjunction.gf deleted file mode 100644 index 4c2183919..000000000 --- a/old-lib/resource/abstract/Conjunction.gf +++ /dev/null @@ -1,52 +0,0 @@ ---1 Conjunction: Coordination - --- Coordination is defined for many different categories; here is --- a sample. The rules apply to *lists* of two or more elements, --- and define two general patterns: --- - ordinary conjunction: X,...X and X --- - distributed conjunction: both X,...,X and X --- --- --- $VP$ conjunctions are not covered here, because their applicability --- depends on language. Some special cases are defined in --- [``Extra`` ../abstract/Extra.gf]. - - -abstract Conjunction = Cat ** { - ---2 Rules - - fun - ConjS : Conj -> [S] -> S ; -- "he walks and she runs" - ConjAP : Conj -> [AP] -> AP ; -- "cold and warm" - ConjNP : Conj -> [NP] -> NP ; -- "she or we" - ConjAdv : Conj -> [Adv] -> Adv ; -- "here or there" - ----b DConjS : DConj -> [S] -> S ; -- "either he walks or she runs" ----b DConjAP : DConj -> [AP] -> AP ; -- "both warm and cold" ----b DConjNP : DConj -> [NP] -> NP ; -- "either he or she" ----b DConjAdv : DConj -> [Adv] -> Adv; -- "both here and there" - ---2 Categories - --- These categories are only used in this module. - - cat - [S]{2} ; - [Adv]{2} ; - [NP]{2} ; - [AP]{2} ; - ---2 List constructors - --- The list constructors are derived from the list notation and therefore --- not given explicitly. But here are their type signatures: - - -- BaseC : C -> C -> [C] ; -- for C = S, AP, NP, Adv - -- ConsC : C -> [C] -> [C] ; -} - ---. --- *Note*. This module uses right-recursive lists. If backward --- compatibility with API 0.9 is needed, use --- [SeqConjunction SeqConjunction.html]. diff --git a/old-lib/resource/abstract/Extra.gf b/old-lib/resource/abstract/Extra.gf deleted file mode 100644 index b0601019f..000000000 --- a/old-lib/resource/abstract/Extra.gf +++ /dev/null @@ -1,30 +0,0 @@ ---1 More syntax rules - --- This module defines syntax rules that are not implemented in all --- languages, but in more than one, so that it makes sense to offer a --- common API. - -abstract Extra = Cat ** { - - fun - GenNP : NP -> Quant ; -- this man's - ComplBareVS : VS -> S -> VP ; -- know you go - - StrandRelSlash : RP -> ClSlash -> RCl ; -- that he lives in - EmptyRelSlash : RP -> ClSlash -> RCl ; -- he lives in - StrandQuestSlash : IP -> ClSlash -> QCl ; -- whom does John live with - --- $VP$ conjunction, which has different fragments implemented in --- different languages - never a full $VP$, though. - - cat - VPI ; - [VPI] {2} ; - - fun - MkVPI : VP -> VPI ; - ConjVPI : Conj -> [VPI] -> VPI ; - ComplVPIVV : VV -> VPI -> VP ; - - -} diff --git a/old-lib/resource/abstract/Grammar.gf b/old-lib/resource/abstract/Grammar.gf deleted file mode 100644 index a1edd59df..000000000 --- a/old-lib/resource/abstract/Grammar.gf +++ /dev/null @@ -1,22 +0,0 @@ ---1 Grammar: the Main Module of the Resource Grammar - --- This grammar is a collection of the different grammar modules, --- To test the resource, import [``Lang`` Lang.html], which also contains --- a lexicon. - -abstract Grammar = - Noun, - Verb, - Adjective, - Adverb, - Numeral, - Sentence, - Question, - Relative, - Conjunction, - Phrase, - Text, - Structural, - Idiom ; - - diff --git a/old-lib/resource/abstract/Idiom.gf b/old-lib/resource/abstract/Idiom.gf deleted file mode 100644 index 6b012becc..000000000 --- a/old-lib/resource/abstract/Idiom.gf +++ /dev/null @@ -1,22 +0,0 @@ ---1 Idiom: Idiomatic Expressions - -abstract Idiom = Cat ** { - --- This module defines constructions that are formed in fixed ways, --- often different even in closely related languages. - - fun - ImpersCl : VP -> Cl ; -- it is hot - GenericCl : VP -> Cl ; -- one sleeps - - CleftNP : NP -> RS -> Cl ; -- it is I who did it - CleftAdv : Adv -> S -> Cl ; -- it is here she slept - - ExistNP : NP -> Cl ; -- there is a house - ExistIP : IP -> QCl ; -- which houses are there - - ProgrVP : VP -> VP ; -- be sleeping - - ImpPl1 : VP -> Utt ; -- let's go - -} diff --git a/old-lib/resource/abstract/Lang.gf b/old-lib/resource/abstract/Lang.gf deleted file mode 100644 index 978d970ad..000000000 --- a/old-lib/resource/abstract/Lang.gf +++ /dev/null @@ -1,13 +0,0 @@ ---1 Lang: a Test Module for the Resource Grammar - --- This grammar is for testing the resource as included in the --- language-independent API, consisting of a grammar and a lexicon. --- The grammar without a lexicon is [``Grammar`` Grammar.html], --- which may be more suitable to open in applications. - -abstract Lang = - Grammar, - Lexicon - ** { - flags startcat=Phr ; - } ; diff --git a/old-lib/resource/abstract/Lexicon.gf b/old-lib/resource/abstract/Lexicon.gf deleted file mode 100644 index 59b844ec9..000000000 --- a/old-lib/resource/abstract/Lexicon.gf +++ /dev/null @@ -1,356 +0,0 @@ -abstract Lexicon = Cat ** { -fun - add_V3 : V3 ; - airplane_N : N ; - already_Adv : Adv ; - animal_N : N ; - answer_V2S : V2S ; - apartment_N : N ; - apple_N : N ; - art_N : N ; - ashes_N : N ; - ask_V2Q : V2Q ; - baby_N : N ; - back_N : N ; - bad_A : A ; - bank_N : N ; - bark_N : N ; - beautiful_A : A ; - become_VA : VA ; - beer_N : N ; - beg_V2V : V2V ; - belly_N : N ; - big_A : A ; - bike_N : N ; - bird_N : N ; - bite_V2 : V2 ; - black_A : A ; - blood_N : N ; - blow_V : V ; - blue_A : A ; - boat_N : N ; - bone_N : N ; - book_N : N ; - boot_N : N ; - boss_N : N ; - boy_N : N ; - bread_N : N ; - break_V2 : V2 ; - breast_N : N ; - breathe_V : V ; - broad_A : A ; - brother_N2 : N2 ; - brown_A : A ; - burn_V : V ; - butter_N : N ; - buy_V2 : V2 ; - camera_N : N ; - cap_N : N ; - car_N : N ; - carpet_N : N ; - cat_N : N ; - ceiling_N : N ; - chair_N : N ; - cheese_N : N ; - child_N : N ; - church_N : N ; - city_N : N ; - clean_A : A ; - clever_A : A ; - close_V2 : V2 ; - cloud_N : N ; - coat_N : N ; - cold_A : A ; - come_V : V ; - computer_N : N ; - correct_A : A ; - country_N : N ; - count_V2 : V2 ; - cousin_N : N ; - cow_N : N ; - cut_V2 : V2 ; - day_N : N ; - die_V : V ; - dig_V : V ; - dirty_A : A ; - distance_N3 : N3 ; - doctor_N : N ; - dog_N : N ; - door_N : N ; - do_V2 : V2 ; - drink_V2 : V2 ; - drink_V2 : V2 ; - dry_A : A ; - dull_A : A ; - dust_N : N ; - ear_N : N ; - earth_N : N ; - easy_A2V : A2 ; - eat_V2 : V2 ; - eat_V2 : V2 ; - egg_N : N ; - empty_A : A ; - enemy_N : N ; - eye_N : N ; - factory_N : N ; - fall_V : V ; - far_Adv : Adv ; - father_N2 : N2 ; - fat_N : N ; - fear_VS : VS ; - fear_V2 : V2 ; - feather_N : N ; - fight_V2 : V2 ; - find_V2 : V2 ; - fingernail_N : N ; - fire_N : N ; - fish_N : N ; - float_V : V ; - floor_N : N ; - flower_N : N ; - flow_V : V ; - fly_V : V ; - fog_N : N ; - foot_N : N ; - forest_N : N ; - forget_V2 : V2 ; - freeze_V : V ; - fridge_N : N ; - friend_N : N ; - fruit_N : N ; - full_A : A ; - fun - fun_AV : A ; - garden_N : N ; - girl_N : N ; - give_V3 : V3 ; - glove_N : N ; - gold_N : N ; - good_A : A ; - go_V : V ; - grammar_N : N ; - grass_N : N ; - green_A : A ; - guts_N : N ; - hair_N : N ; - hand_N : N ; - harbour_N : N ; - hate_V2 : V2 ; - hat_N : N ; - have_V2 : V2 ; - head_N : N ; - heart_N : N ; - hear_V2 : V2 ; - hear_V2 : V2 ; - heavy_A : A ; - hill_N : N ; - hit_V2 : V2 ; - hold_V2 : V2 ; - hope_VS : VS ; - horn_N : N ; - horse_N : N ; - hot_A : A ; - house_N : N ; - hunt_V2 : V2 ; - husband_N : N ; - ice_N : N ; - important_A : A ; - industry_N : N ; - iron_N : N ; - john_PN : PN ; - jump_V : V ; - kill_V2 : V2 ; - king_N : N ; - knee_N : N ; - know_V2 : V2 ; - know_V2 : V2 ; - lake_N : N ; - lamp_N : N ; - language_N : N ; - laugh_V : V ; - leaf_N : N ; - learn_V2 : V2 ; - leather_N : N ; - leave_V2 : V2 ; - left_Ord : Ord ; - leg_N : N ; - lie_V : V ; - like_V2 : V2 ; - listen_V2 : V2 ; - liver_N : N ; - live_V : V ; - long_A : A ; - lose_V2 : V2 ; - louse_N : N ; - love_N : N ; - love_V2 : V2 ; - man_N : N ; - married_A2 : A2 ; - meat_N : N ; - milk_N : N ; - moon_N : N ; - mother_N2 : N2 ; - mountain_N : N ; - mouth_N : N ; - music_N : N ; - name_N : N ; - narrow_A : A ; - near_A : A ; - neck_N : N ; - new_A : A ; - newspaper_N : N ; - night_N : N ; - nose_N : N ; - now_Adv : Adv ; - number_N : N ; - oil_N : N ; - old_A : A ; - open_V2 : V2 ; - paint_V2A : V2A ; - paper_N : N ; - paris_PN : PN ; - peace_N : N ; - pen_N : N ; - person_N : N ; - planet_N : N ; - plastic_N : N ; - play_V2 : V2 ; - play_V : V ; - policeman_N : N ; - priest_N : N ; - probable_AS : A ; - pull_V2 : V2 ; - push_V2 : V2 ; - put_V2 : V2 ; - queen_N : N ; - question_N : N ; - radio_N : N ; - rain_N : N ; - rain_V0 : V ; - read_V2 : V2 ; - ready_A : A ; - reason_N : N ; - red_A : A ; - religion_N : N ; - restaurant_N : N ; - right_Ord : Ord ; - river_N : N ; - road_N : N ; - rock_N : N ; - roof_N : N ; - root_N : N ; - rope_N : N ; - rotten_A : A ; - round_A : A ; - rubber_N : N ; - rub_V2 : V2 ; - rule_N : N ; - run_V : V ; - salt_N : N ; - sand_N : N ; - say_VS : VS ; - school_N : N ; - science_N : N ; - scratch_V2 : V2 ; - sea_N : N ; - seed_N : N ; - seek_V2 : V2 ; - see_V2 : V2 ; - see_V2 : V2 ; - sell_V3 : V3 ; - send_V3 : V3 ; - sew_V : V ; - sharp_A : A ; - sheep_N : N ; - ship_N : N ; - shirt_N : N ; - shoe_N : N ; - shop_N : N ; - short_A : A ; - silver_N : N ; - sing_V : V ; - sister_N : N ; - sit_V : V ; - skin_N : N ; - sky_N : N ; - sleep_V : V ; - small_A : A ; - smell_V : V ; - smoke_N : N ; - smooth_A : A ; - snake_N : N ; - snow_N : N ; - sock_N : N ; - song_N : N ; - speak_V2 : V2 ; - spit_V : V ; - split_V2 : V2 ; - squeeze_V2 : V2 ; - stab_V2 : V2 ; - stand_V : V ; - star_N : N ; - steel_N : N ; - stick_N : N ; - stone_N : N ; - stop_V : V ; - stove_N : N ; - straight_A : A ; - student_N : N ; - stupid_A : A ; - suck_V2 : V2 ; - sun_N : N ; - swell_V : V ; - swim_V : V ; - switch8off_V2 : V2 ; - switch8on_V2 : V2 ; - table_N : N ; - tail_N : N ; - talk_V3 : V3 ; - teacher_N : N ; - teach_V2 : V2 ; - television_N : N ; - thick_A : A ; - thin_A : A ; - think_V : V ; - throw_V2 : V2 ; - tie_V2 : V2 ; - today_Adv : Adv ; - tongue_N : N ; - tooth_N : N ; - train_N : N ; - travel_V : V ; - tree_N : N ; - turn_V : V ; - ugly_A : A ; - uncertain_A : A ; - understand_V2 : V2 ; - university_N : N ; - village_N : N ; - vomit_V : V ; - wait_V2 : V2 ; - walk_V : V ; - warm_A : A ; - war_N : N ; - wash_V2 : V2 ; - watch_V2 : V2 ; - water_N : N ; - wet_A : A ; - white_A : A ; - wide_A : A ; - wife_N : N ; - wind_N : N ; - window_N : N ; - wine_N : N ; - wing_N : N ; - win_V2 : V2 ; - wipe_V2 : V2 ; - woman_N : N ; - wonder_VQ : VQ ; - wood_N : N ; - worm_N : N ; - write_V2 : V2 ; - year_N : N ; - yellow_A : A ; - young_A : A ; - -} diff --git a/old-lib/resource/abstract/Noun.gf b/old-lib/resource/abstract/Noun.gf deleted file mode 100644 index 9e93f053e..000000000 --- a/old-lib/resource/abstract/Noun.gf +++ /dev/null @@ -1,144 +0,0 @@ ---1 Noun: Nouns, noun phrases, and determiners - -abstract Noun = Cat ** { - - ---2 Noun phrases - --- The three main types of noun phrases are --- - common nouns with determiners --- - proper names --- - pronouns --- --- - fun - DetCN : Det -> CN -> NP ; -- the man - UsePN : PN -> NP ; -- John - UsePron : Pron -> NP ; -- he - --- Pronouns are defined in the module [``Structural`` Structural.html]. - --- A noun phrase already formed can be modified by a $Predet$erminer. - - PredetNP : Predet -> NP -> NP; -- only the man - --- A noun phrase can also be postmodified by the past participle of a --- verb, by an adverb, or by a relative clause - - PPartNP : NP -> V2 -> NP ; -- the man seen - AdvNP : NP -> Adv -> NP ; -- Paris today - RelNP : NP -> RS -> NP ; -- Paris, which is here - --- Determiners can form noun phrases directly. - - DetNP : Det -> NP ; -- these five - - ---2 Determiners - --- The determiner has a fine-grained structure, in which a 'nucleus' --- quantifier and two optional parts can be discerned: a cardinal and --- an ordinal numeral. - - DetQuantOrd : Quant -> Num -> Ord -> Det ; -- these five best - DetQuant : Quant -> Num -> Det ; -- these five - --- Whether the resulting determiner is singular or plural depends on the --- cardinal. - --- All parts of the determiner can be empty, except $Quant$, which is --- the "kernel" of a determiner. It is, however, the $Num$ that determines --- the inherent number. - - NumSg : Num ; - NumPl : Num ; - NumCard : Card -> Num ; - --- $Card$ consists of either digits or numeral words. - - NumDigits : Digits -> Card ; -- 51 - NumNumeral : Numeral -> Card ; -- fifty-one - --- The construction of numerals is defined in [Numeral Numeral.html]. - --- A $Card$ can be modified by certain adverbs. - - AdNum : AdN -> Card -> Card ; -- almost 51 - --- An $Ord$ consists of either digits or numeral words. --- Also superlative forms of adjectives behave syntactically like ordinals. - - OrdDigits : Digits -> Ord ; -- 51st - OrdNumeral : Numeral -> Ord ; -- fifty-first - OrdSuperl : A -> Ord ; -- warmest - --- Definite and indefinite noun phrases are sometimes realized as --- neatly distinct words (Spanish "un, unos ; el, los") but also without --- any particular word (Finnish; Swedish definites). - - DetArtOrd : Art -> Num -> Ord -> Det ; -- the (five) best - DetArtCard : Art -> Card -> Det ; -- the five - - IndefArt : Art ; - DefArt : Art ; - --- Articles cannot alone form noun phrases, but need a noun. - - DetArtSg : Art -> CN -> NP ; -- the man - DetArtPl : Art -> CN -> NP ; -- the men - --- Nouns can be used without an article as mass nouns. The resource does --- not distinguish mass nouns from other common nouns, which can result --- in semantically odd expressions. - - MassNP : CN -> NP ; -- (beer) - --- Pronouns have possessive forms. Genitives of other kinds --- of noun phrases are not given here, since they are not possible --- in e.g. Romance languages. They can be found in $Extra$ modules. - - PossPron : Pron -> Quant ; -- my (house) - --- Other determiners are defined in [Structural Structural.html]. - - - ---2 Common nouns - --- Simple nouns can be used as nouns outright. - - UseN : N -> CN ; -- house - --- Relational nouns take one or two arguments. - - ComplN2 : N2 -> NP -> CN ; -- mother of the king - ComplN3 : N3 -> NP -> N2 ; -- distance from this city (to Paris) - --- Relational nouns can also be used without their arguments. --- The semantics is typically derivative of the relational meaning. - - UseN2 : N2 -> CN ; -- mother - Use2N3 : N3 -> N2 ; -- distance (from this city) - Use3N3 : N3 -> N2 ; -- distance (to Paris) - --- Nouns can be modified by adjectives, relative clauses, and adverbs --- (the last rule will give rise to many 'PP attachment' ambiguities --- when used in connection with verb phrases). - - AdjCN : AP -> CN -> CN ; -- big house - RelCN : CN -> RS -> CN ; -- house that John bought - AdvCN : CN -> Adv -> CN ; -- house on the hill - --- Nouns can also be modified by embedded sentences and questions. --- For some nouns this makes little sense, but we leave this for applications --- to decide. Sentential complements are defined in [Verb Verb.html]. - - SentCN : CN -> SC -> CN ; -- question where she sleeps - ---2 Apposition - --- This is certainly overgenerating. - - ApposCN : CN -> NP -> CN ; -- city Paris (, numbers x and y) - -} ; diff --git a/old-lib/resource/abstract/Numeral.gf b/old-lib/resource/abstract/Numeral.gf deleted file mode 100644 index 43c6f8111..000000000 --- a/old-lib/resource/abstract/Numeral.gf +++ /dev/null @@ -1,60 +0,0 @@ ---1 Numerals - --- This grammar defines numerals from 1 to 999999. --- The implementations are adapted from the --- [numerals library http://www.cs.chalmers.se/~aarne/GF/examples/numerals/] --- which defines numerals for 88 languages. --- The resource grammar implementations add to this inflection (if needed) --- and ordinal numbers. --- --- *Note* 1. Number 1 as defined --- in the category $Numeral$ here should not be used in the formation of --- noun phrases, and should therefore be removed. Instead, one should use --- [Structural Structural.html]$.one_Quant$. This makes the grammar simpler --- because we can assume that numbers form plural noun phrases. --- --- *Note* 2. The implementations introduce spaces between --- parts of a numeral, which is often incorrect - more work on --- (un)lexing is needed to solve this problem. - -abstract Numeral = Cat ** { - -cat - Digit ; -- 2..9 - Sub10 ; -- 1..9 - Sub100 ; -- 1..99 - Sub1000 ; -- 1..999 - Sub1000000 ; -- 1..999999 - -fun - num : Sub1000000 -> Numeral ; - - n2, n3, n4, n5, n6, n7, n8, n9 : Digit ; - - pot01 : Sub10 ; -- 1 - pot0 : Digit -> Sub10 ; -- d * 1 - pot110 : Sub100 ; -- 10 - pot111 : Sub100 ; -- 11 - pot1to19 : Digit -> Sub100 ; -- 10 + d - pot0as1 : Sub10 -> Sub100 ; -- coercion of 1..9 - pot1 : Digit -> Sub100 ; -- d * 10 - pot1plus : Digit -> Sub10 -> Sub100 ; -- d * 10 + n - pot1as2 : Sub100 -> Sub1000 ; -- coercion of 1..99 - pot2 : Sub10 -> Sub1000 ; -- m * 100 - pot2plus : Sub10 -> Sub100 -> Sub1000 ; -- m * 100 + n - pot2as3 : Sub1000 -> Sub1000000 ; -- coercion of 1..999 - pot3 : Sub1000 -> Sub1000000 ; -- m * 1000 - pot3plus : Sub1000 -> Sub1000 -> Sub1000000 ; -- m * 1000 + n - --- Numerals as sequences of digits have a separate, simpler grammar - - cat - Dig ; -- single digit 0..9 - - fun - IDig : Dig -> Digits ; -- 8 - IIDig : Dig -> Digits -> Digits ; -- 876 - - D_0, D_1, D_2, D_3, D_4, D_5, D_6, D_7, D_8, D_9 : Dig ; - -} diff --git a/old-lib/resource/abstract/Phrase.gf b/old-lib/resource/abstract/Phrase.gf deleted file mode 100644 index 3606c2d76..000000000 --- a/old-lib/resource/abstract/Phrase.gf +++ /dev/null @@ -1,44 +0,0 @@ ---1 Phrase: Phrases and Utterances - -abstract Phrase = Cat ** { - --- When a phrase is built from an utterance it can be prefixed --- with a phrasal conjunction (such as "but", "therefore") --- and suffixing with a vocative (typically a noun phrase). - - fun - PhrUtt : PConj -> Utt -> Voc -> Phr ; -- but come here, my friend - --- Utterances are formed from sentences, questions, and imperatives. - - UttS : S -> Utt ; -- John walks - UttQS : QS -> Utt ; -- is it good - UttImpSg : Pol -> Imp -> Utt; -- (don't) love yourself - UttImpPl : Pol -> Imp -> Utt; -- (don't) love yourselves - UttImpPol : Pol -> Imp -> Utt ; -- (don't) sleep (polite) - --- There are also 'one-word utterances'. A typical use of them is --- as answers to questions. --- *Note*. This list is incomplete. More categories could be covered. --- Moreover, in many languages e.g. noun phrases in different cases --- can be used. - - UttIP : IP -> Utt ; -- who - UttIAdv : IAdv -> Utt ; -- why - UttNP : NP -> Utt ; -- this man - UttAdv : Adv -> Utt ; -- here - UttVP : VP -> Utt ; -- to sleep - --- The phrasal conjunction is optional. A sentence conjunction --- can also used to prefix an utterance. - - NoPConj : PConj ; - PConjConj : Conj -> PConj ; -- and - --- The vocative is optional. Any noun phrase can be made into vocative, --- which may be overgenerating (e.g. "I"). - - NoVoc : Voc ; - VocNP : NP -> Voc ; -- my friend - -} diff --git a/old-lib/resource/abstract/Question.gf b/old-lib/resource/abstract/Question.gf deleted file mode 100644 index 6b2e3c01d..000000000 --- a/old-lib/resource/abstract/Question.gf +++ /dev/null @@ -1,41 +0,0 @@ ---1 Question: Questions and Interrogative Pronouns - -abstract Question = Cat ** { - --- A question can be formed from a clause ('yes-no question') or --- with an interrogative. - - fun - QuestCl : Cl -> QCl ; -- does John walk - QuestVP : IP -> VP -> QCl ; -- who walks - QuestSlash : IP -> ClSlash -> QCl ; -- whom does John love - QuestIAdv : IAdv -> Cl -> QCl ; -- why does John walk - QuestIComp : IComp -> NP -> QCl ; -- where is John - --- Interrogative pronouns can be formed with interrogative --- determiners, with or without a noun. - - IdetCN : IDet -> CN -> IP ; -- which five songs - IdetIP : IDet -> IP ; -- which five - --- They can be modified with adverbs. - - AdvIP : IP -> Adv -> IP ; -- who in Paris - --- Interrogative quantifiers have number forms and can take number modifiers. - - IdetQuant : IQuant -> Num -> IDet ; -- which (five) - --- Interrogative adverbs can be formed prepositionally. - - PrepIP : Prep -> IP -> IAdv ; -- with whom - --- Interrogative complements to copulas can be both adverbs and --- pronouns. - - CompIAdv : IAdv -> IComp ; -- where (is it) - CompIP : IP -> IComp ; -- who (is it) - --- More $IP$, $IDet$, and $IAdv$ are defined in $Structural$. - -} diff --git a/old-lib/resource/abstract/Relative.gf b/old-lib/resource/abstract/Relative.gf deleted file mode 100644 index 6db45d085..000000000 --- a/old-lib/resource/abstract/Relative.gf +++ /dev/null @@ -1,26 +0,0 @@ ---1 Relative clauses and pronouns - -abstract Relative = Cat ** { - - fun - --- The simplest way to form a relative clause is from a clause by --- a pronoun similar to "such that". - - RelCl : Cl -> RCl ; -- such that John loves her - --- The more proper ways are from a verb phrase --- (formed in [``Verb`` Verb.html]) or a sentence --- with a missing noun phrase (formed in [``Sentence`` Sentence.html]). - - RelVP : RP -> VP -> RCl ; -- who loves John - RelSlash : RP -> ClSlash -> RCl ; -- whom John loves - --- Relative pronouns are formed from an 'identity element' by prefixing --- or suffixing (depending on language) prepositional phrases. - - IdRP : RP ; -- which - FunRP : Prep -> NP -> RP -> RP ; -- the mother of whom - -} - diff --git a/old-lib/resource/abstract/Sentence.gf b/old-lib/resource/abstract/Sentence.gf deleted file mode 100644 index 1f771e12c..000000000 --- a/old-lib/resource/abstract/Sentence.gf +++ /dev/null @@ -1,95 +0,0 @@ ---1 Sentence: Sentences, Clauses, and Imperatives - -abstract Sentence = Cat ** { - ---2 Clauses - --- The $NP VP$ predication rule form a clause whose linearization --- gives a table of all tense variants, positive and negative. --- Clauses are converted to $S$ (with fixed tense) with the --- $UseCl$ function below. - - fun - PredVP : NP -> VP -> Cl ; -- John walks - --- Using an embedded sentence as a subject is treated separately. --- This can be overgenerating. E.g. "whether you go" as subject --- is only meaningful for some verb phrases. - - PredSCVP : SC -> VP -> Cl ; -- that she goes is good - ---2 Clauses missing object noun phrases - --- This category is a variant of the 'slash category' $S/NP$ of --- GPSG and categorial grammars, which in turn replaces --- movement transformations in the formation of questions --- and relative clauses. Except $SlashV2$, the construction --- rules can be seen as special cases of function composition, in --- the style of CCG. --- *Note* the set is not complete and lacks e.g. verbs with more than 2 places. - - SlashVP : NP -> VPSlash -> ClSlash ; -- (whom) he sees - AdvSlash : ClSlash -> Adv -> ClSlash ; -- (whom) he sees today - SlashPrep : Cl -> Prep -> ClSlash ; -- (with whom) he walks - SlashVS : NP -> VS -> SSlash -> ClSlash ; -- (whom) she says that he loves - ---2 Imperatives - --- An imperative is straightforwardly formed from a verb phrase. --- It has variation over positive and negative, singular and plural. --- To fix these parameters, see [Phrase Phrase.html]. - - ImpVP : VP -> Imp ; -- love yourselves - ---2 Embedded sentences - --- Sentences, questions, and infinitival phrases can be used as --- subjects and (adverbial) complements. - - EmbedS : S -> SC ; -- that she goes - EmbedQS : QS -> SC ; -- who goes - EmbedVP : VP -> SC ; -- to go - ---2 Sentences - --- These are the 2 x 4 x 4 = 16 forms generated by different --- combinations of tense, polarity, and --- anteriority, which are defined in [``Common`` Common.html]. - - fun - UseCl : Tense -> Ant -> Pol -> Cl -> S ; - UseQCl : Tense -> Ant -> Pol -> QCl -> QS ; - UseRCl : Tense -> Ant -> Pol -> RCl -> RS ; - UseSlash : Tense -> Ant -> Pol -> ClSlash -> SSlash ; - --- An adverb can be added to the beginning of a sentence. - - AdvS : Adv -> S -> S ; -- today, I will go home - --- A sentence can be modified by a relative clause referring to its contents. - - RelS : S -> RS -> S ; -- she sleeps, which is good - -} - ---. - --- Examples for English $S$/$Cl$: -{- - Pres Simul Pos ODir : he sleeps - Pres Simul Neg ODir : he doesn't sleep - Pres Anter Pos ODir : he has slept - Pres Anter Neg ODir : he hasn't slept - Past Simul Pos ODir : he slept - Past Simul Neg ODir : he didn't sleep - Past Anter Pos ODir : he had slept - Past Anter Neg ODir : he hadn't slept - Fut Simul Pos ODir : he will sleep - Fut Simul Neg ODir : he won't sleep - Fut Anter Pos ODir : he will have slept - Fut Anter Neg ODir : he won't have slept - Cond Simul Pos ODir : he would sleep - Cond Simul Neg ODir : he wouldn't sleep - Cond Anter Pos ODir : he would have slept - Cond Anter Neg ODir : he wouldn't have slept --} diff --git a/old-lib/resource/abstract/Structural.gf b/old-lib/resource/abstract/Structural.gf deleted file mode 100644 index d616ba9d5..000000000 --- a/old-lib/resource/abstract/Structural.gf +++ /dev/null @@ -1,111 +0,0 @@ ---1 Structural: Structural Words --- --- Here we have some words belonging to closed classes and appearing --- in all languages we have considered. --- Sometimes more distinctions are needed, e.g. $we_Pron$ in Spanish --- should be replaced by masculine and feminine variants, found in --- [``ExtraSpa`` ../spanish/ExtraSpa.gf]. - -abstract Structural = Cat ** { - - fun - --- This is an alphabetical list of structural words - - above_Prep : Prep ; - after_Prep : Prep ; - all_Predet : Predet ; - almost_AdA : AdA ; - almost_AdN : AdN ; - although_Subj : Subj ; - always_AdV : AdV ; - and_Conj : Conj ; - because_Subj : Subj ; - before_Prep : Prep ; - behind_Prep : Prep ; - between_Prep : Prep ; - both7and_DConj : Conj ; -- both...and ----b both7and_DConj : DConj ; - but_PConj : PConj ; - by8agent_Prep : Prep ; -- by (agent) - by8means_Prep : Prep ; -- by (means of) - can8know_VV : VV ; -- can (capacity) - can_VV : VV ; -- can (possibility) - during_Prep : Prep ; - either7or_DConj : Conj ; -- either...or ----b either7or_DConj : DConj ; - every_Det : Det ; - everybody_NP : NP ; -- everybody - everything_NP : NP ; - everywhere_Adv : Adv ; ---- first_Ord : Ord ; DEPRECATED - few_Det : Det ; - for_Prep : Prep ; - from_Prep : Prep ; - he_Pron : Pron ; - here_Adv : Adv ; - here7to_Adv : Adv ; -- to here - here7from_Adv : Adv ; -- from here - how_IAdv : IAdv ; - how8many_IDet : IDet ; - i_Pron : Pron ; - if_Subj : Subj ; - in8front_Prep : Prep ; -- in front of - in_Prep : Prep ; - it_Pron : Pron ; - less_CAdv : CAdv ; - many_Det : Det ; - more_CAdv : CAdv ; - most_Predet : Predet ; - much_Det : Det ; - must_VV : VV ; ----b no_Phr : Phr ; - no_Utt : Utt ; - on_Prep : Prep ; ---- one_Quant : QuantSg ; DEPRECATED - only_Predet : Predet ; - or_Conj : Conj ; - otherwise_PConj : PConj ; - part_Prep : Prep ; - please_Voc : Voc ; - possess_Prep : Prep ; -- of (possessive) - quite_Adv : AdA ; - she_Pron : Pron ; - so_AdA : AdA ; - someSg_Det : Det ; - somePl_Det : Det ; - somebody_NP : NP ; - something_NP : NP ; - somewhere_Adv : Adv ; - that_Quant : Quant ; - there_Adv : Adv ; - there7to_Adv : Adv ; -- to there - there7from_Adv : Adv ; -- from there - therefore_PConj : PConj ; - they_Pron : Pron ; - this_Quant : Quant ; - through_Prep : Prep ; - to_Prep : Prep ; - too_AdA : AdA ; - under_Prep : Prep ; - very_AdA : AdA ; - want_VV : VV ; - we_Pron : Pron ; - whatPl_IP : IP ; -- what (plural) - whatSg_IP : IP ; -- what (singular) - when_IAdv : IAdv ; - when_Subj : Subj ; - where_IAdv : IAdv ; - which_IQuant : IQuant ; - whoPl_IP : IP ; -- who (plural) - whoSg_IP : IP ; -- who (singular) - why_IAdv : IAdv ; - with_Prep : Prep ; - without_Prep : Prep ; ----b yes_Phr : Phr ; - yes_Utt : Utt ; - youSg_Pron : Pron ; -- you (singular) - youPl_Pron : Pron ; -- you (plural) - youPol_Pron : Pron ; -- you (polite) - -} diff --git a/old-lib/resource/abstract/Text.gf b/old-lib/resource/abstract/Text.gf deleted file mode 100644 index d3cfac16f..000000000 --- a/old-lib/resource/abstract/Text.gf +++ /dev/null @@ -1,15 +0,0 @@ ---1 Text: Texts - --- Texts are built from an empty text by adding $Phr$ases, --- using as constructors the punctuation marks ".", "?", and "!". --- Any punctuation mark can be attached to any kind of phrase. - -abstract Text = Common ** { - - fun - TEmpty : Text ; -- - TFullStop : Phr -> Text -> Text ; -- John walks. ... - TQuestMark : Phr -> Text -> Text ; -- Are they here? ... - TExclMark : Phr -> Text -> Text ; -- Let's go! ... - -} diff --git a/old-lib/resource/abstract/Verb.gf b/old-lib/resource/abstract/Verb.gf deleted file mode 100644 index c1462acc7..000000000 --- a/old-lib/resource/abstract/Verb.gf +++ /dev/null @@ -1,71 +0,0 @@ ---1 The construction of verb phrases - -abstract Verb = Cat ** { - ---2 Complementization rules - --- Verb phrases are constructed from verbs by providing their --- complements. There is one rule for each verb category. - - fun - UseV : V -> VP ; -- sleep - - ComplVV : VV -> VP -> VP ; -- want to run - ComplVS : VS -> S -> VP ; -- say that she runs - ComplVQ : VQ -> QS -> VP ; -- wonder who runs - ComplVA : VA -> AP -> VP ; -- they become red - - SlashV2a : V2 -> VPSlash ; -- love (it) - Slash2V3 : V3 -> NP -> VPSlash ; -- give it (to her) - Slash3V3 : V3 -> NP -> VPSlash ; -- give (it) to her - - SlashV2V : V2V -> VP -> VPSlash ; -- beg (her) to go - SlashV2S : V2S -> S -> VPSlash ; -- answer (to him) that it is good - SlashV2Q : V2Q -> QS -> VPSlash ; -- ask (him) who came - SlashV2A : V2A -> AP -> VPSlash ; -- paint (it) red - - ComplSlash : VPSlash -> NP -> VP ; -- love it - - SlashVV : VV -> VPSlash -> VPSlash ; -- want to buy - SlashV2VNP : V2V -> NP -> VPSlash -> VPSlash ; -- beg me to buy - ---2 Other ways of forming verb phrases - --- Verb phrases can also be constructed reflexively and from --- copula-preceded complements. - - ReflVP : VPSlash -> VP ; -- love himself - UseComp : Comp -> VP ; -- be warm - --- Passivization of two-place verbs is another way to use --- them. In many languages, the result is a participle that --- is used as complement to a copula ("is used"), but other --- auxiliary verbs are possible (Ger. "wird angewendet", It. --- "viene usato"), as well as special verb forms (Fin. "kytetn", --- Swe. "anvnds"). --- --- *Note*. the rule can be overgenerating, since the $V2$ need not --- take a direct object. - - PassV2 : V2 -> VP ; -- be loved - --- Adverbs can be added to verb phrases. Many languages make --- a distinction between adverbs that are attached in the end --- vs. next to (or before) the verb. - - AdvVP : VP -> Adv -> VP ; -- sleep here - AdVVP : AdV -> VP -> VP ; -- always sleep - --- *Agents of passives* are constructed as adverbs with the --- preposition [Structural Structural.html]$.8agent_Prep$. - - ---2 Complements to copula - --- Adjectival phrases, noun phrases, and adverbs can be used. - - CompAP : AP -> Comp ; -- (be) small - CompNP : NP -> Comp ; -- (be) a man - CompAdv : Adv -> Comp ; -- (be) here - -} diff --git a/old-lib/resource/api/Combinators.gf b/old-lib/resource/api/Combinators.gf deleted file mode 100644 index 23426df08..000000000 --- a/old-lib/resource/api/Combinators.gf +++ /dev/null @@ -1,199 +0,0 @@ ---1 Combinators: a High-Level Syntax API - --- This module defines some "grammatical functions" that give shortcuts to --- typical constructions. [``Constructors`` Constructors.html] and the --- language-specific ``Paradigms`` modules are usually needed --- to construct arguments of these functions. - -incomplete resource Combinators = open Grammar in { - - oper - ---2 Predication - - pred : overload { - pred : V -> NP -> Cl ; -- x converges - pred : V2 -> NP -> NP -> Cl ; -- x intersects y - pred : V3 -> NP -> NP -> NP -> Cl ; -- x intersects y at z - pred : V -> NP -> NP -> Cl ; -- x and y intersect - pred : A -> NP -> Cl ; -- x is even - pred : A2 -> NP -> NP -> Cl ; -- x is divisible by y - pred : A -> NP -> NP -> Cl ; -- x and y are equal - pred : N -> NP -> Cl ; -- x is a maximum - pred : CN -> NP -> Cl ; -- x is a local maximum - pred : NP -> NP -> Cl ; -- x is the neutral element - pred : N -> NP -> NP -> Cl ; -- x and y are inverses - pred : Adv -> NP -> Cl ; -- x is in scope - pred : Prep -> NP -> NP -> Cl -- x is outside y - } ; - ---2 Function application - - app : overload { - app : N -> NP ; - app : N2 -> NP -> NP ; - app : N3 -> NP -> NP -> NP ; - app : N2 -> NP -> NP -> NP ; - app : N2 -> N -> CN ; - - app : N2 -> NP -> CN ; -- divisor of x - app : N3 -> NP -> NP -> CN ; -- path from x to y - app : N2 -> NP -> NP -> CN ; -- path between x and y - } ; - ---2 Coordination - - coord : overload { - coord : Conj -> Adv -> Adv -> Adv ; - coord : Conj -> AP -> AP -> AP ; - coord : Conj -> NP -> NP -> NP ; - coord : Conj -> S -> S -> S ; - coord : Conj -> ListAdv -> Adv ; - coord : Conj -> ListAP -> AP ; - coord : Conj -> ListNP -> NP ; - coord : Conj -> ListS -> S ; - - } ; - ---2 Modification - - mod : overload { - mod : A -> N -> CN ; - mod : AP -> CN -> CN ; - mod : AdA -> A -> AP ; - mod : Det -> N -> NP ; - mod : Det -> CN -> NP ; - mod : Quant -> N -> NP ; - mod : Quant -> CN -> NP ; - mod : Predet -> N -> NP ; - mod : Numeral -> N -> NP - - - } ; - ---2 Negation - - neg : overload { - neg : Imp -> Utt ; - neg : Cl -> S ; - neg : QCl -> QS ; - neg : RCl -> RS - }; - ---2 Text append - --- This is not in ground API, because it would destroy parsing. - - appendText : Text -> Text -> Text ; - ---. - - pred = overload { - pred : V -> NP -> Cl - = \v,np -> PredVP np (UseV v) ; - pred : V2 -> NP -> NP -> Cl - = \v,np,ob -> PredVP np (ComplSlash (SlashV2a v) ob) ; - pred : V3 -> NP -> NP -> NP -> Cl - = \v,np,ob,ob2 -> - PredVP np (ComplSlash (Slash2V3 v ob) ob2) ; - pred : V -> NP -> NP -> Cl - = \v,x,y -> PredVP (ConjNP and_Conj (BaseNP x y)) (UseV v) ; - pred : A -> NP -> Cl - = \a,np -> PredVP np (UseComp (CompAP (PositA a))) ; - pred : A2 -> NP -> NP -> Cl - = \a,x,y -> PredVP x (UseComp (CompAP (ComplA2 a y))) ; - pred : A -> NP -> NP -> Cl - = \a,x,y -> PredVP (ConjNP and_Conj (BaseNP x y)) (UseComp (CompAP (PositA a))) ; - pred : N -> NP -> Cl - = \n,x -> PredVP x (UseComp (CompNP (DetArtSg (IndefArt) (UseN n)))) ; - pred : CN -> NP -> Cl - = \n,x -> PredVP x (UseComp (CompNP (DetArtSg (IndefArt) n))) ; - pred : NP -> NP -> Cl - = \n,x -> PredVP x (UseComp (CompNP n)) ; pred : N2 -> NP -> NP -> Cl - = \n,x,y -> PredVP x (UseComp (CompNP (DetArtSg (IndefArt) (ComplN2 n y)))) ; - pred : N -> NP -> NP -> Cl - = \n,x,y -> PredVP (ConjNP and_Conj (BaseNP x y)) (UseComp (CompNP (DetArtPl (IndefArt) (UseN n)))) ; - pred : Adv -> NP -> Cl - = \a,x -> PredVP x (UseComp (CompAdv a)) ; - pred : Prep -> NP -> NP -> Cl - = \p,x,y -> PredVP x (UseComp (CompAdv (PrepNP p y))) - - } ; - - app = overload { - app : N -> NP - = \n -> (DetArtSg (DefArt) (UseN n)) ; - app : N2 -> NP -> NP - = \n,x -> (DetArtSg (DefArt) (ComplN2 n x)) ; - app : N3 -> NP -> NP -> NP - = \n,x,y -> (DetArtSg (DefArt) (ComplN2 (ComplN3 n x) y)) ; - app : N2 -> NP -> NP -> NP - = \n,x,y -> (DetArtSg DefArt (ComplN2 n (ConjNP and_Conj (BaseNP x y)))) ; - app : N2 -> N -> CN - = \f,n -> ComplN2 f (DetArtPl (IndefArt) (UseN n)) ; - - app : N2 -> NP -> CN = ComplN2 ; - app : N3 -> NP -> NP -> CN = \n,x,y -> ComplN2 (ComplN3 n x) y ; - app : N2 -> NP -> NP -> CN = \n,x,y -> - ComplN2 n (ConjNP and_Conj (BaseNP x y)) ; - } ; - - coord = overload { - coord : Conj -> Adv -> Adv -> Adv - = \c,x,y -> ConjAdv c (BaseAdv x y) ; - coord : Conj -> AP -> AP -> AP - = \c,x,y -> ConjAP c (BaseAP x y) ; - coord : Conj -> NP -> NP -> NP - = \c,x,y -> ConjNP c (BaseNP x y) ; - coord : Conj -> S -> S -> S - = \c,x,y -> ConjS c (BaseS x y) ; - coord : Conj -> ListAdv -> Adv - = \c,xy -> ConjAdv c xy ; - coord : Conj -> ListAP -> AP - = \c,xy -> ConjAP c xy ; - coord : Conj -> ListNP -> NP - = \c,xy -> ConjNP c xy ; - coord : Conj -> ListS -> S - = \c,xy -> ConjS c xy - } ; - - mod = overload { - mod : A -> N -> CN - = \a,n -> AdjCN (PositA a) (UseN n) ; - mod : AP -> CN -> CN - = \a,n -> AdjCN a n ; - mod : AdA -> A -> AP - = \m,a -> AdAP m (PositA a) ; - - mod : Det -> N -> NP - = \d,n -> DetCN d (UseN n) ; - mod : Det -> CN -> NP - = \d,n -> DetCN d n ; - mod : Quant -> N -> NP - = \q,n -> DetCN (DetQuant (q) NumSg) (UseN n) ; - mod : Quant -> CN -> NP - = \q,n -> DetCN (DetQuant (q) NumSg) n ; - mod : Predet -> N -> NP - = \q,n -> PredetNP q (DetArtPl (IndefArt) (UseN n)) ; - mod : Numeral -> N -> NP - = \nu,n -> DetCN (DetArtCard (IndefArt) (NumNumeral nu)) (UseN n) - - } ; - - neg = overload { - neg : Imp -> Utt - = UttImpSg PNeg ; - neg : Cl -> S - = UseCl TPres ASimul PNeg; - neg : QCl -> QS - = UseQCl TPres ASimul PNeg; - neg : RCl -> RS - = UseRCl TPres ASimul PNeg - }; - --- This is not in ground API, because it would destroy parsing. - - appendText : Text -> Text -> Text - = \x,y -> {s = x.s ++ y.s ; lock_Text = <>} ; - -} diff --git a/old-lib/resource/api/CombinatorsAra.gf b/old-lib/resource/api/CombinatorsAra.gf deleted file mode 100644 index 707b6be7d..000000000 --- a/old-lib/resource/api/CombinatorsAra.gf +++ /dev/null @@ -1,3 +0,0 @@ ---# -path=.:alltenses:prelude - -resource CombinatorsAra = Combinators with (Grammar = GrammarAra) ; diff --git a/old-lib/resource/api/CombinatorsBul.gf b/old-lib/resource/api/CombinatorsBul.gf deleted file mode 100644 index 882a7c875..000000000 --- a/old-lib/resource/api/CombinatorsBul.gf +++ /dev/null @@ -1,3 +0,0 @@ ---# -path=.:alltenses:prelude - -resource CombinatorsBul = Combinators with (Grammar = GrammarBul) ; diff --git a/old-lib/resource/api/CombinatorsCat.gf b/old-lib/resource/api/CombinatorsCat.gf deleted file mode 100644 index af78ebfda..000000000 --- a/old-lib/resource/api/CombinatorsCat.gf +++ /dev/null @@ -1,3 +0,0 @@ ---# -path=.:alltenses:prelude - -resource CombinatorsCat = Combinators with (Grammar = GrammarCat) ; diff --git a/old-lib/resource/api/CombinatorsDan.gf b/old-lib/resource/api/CombinatorsDan.gf deleted file mode 100644 index dff911eba..000000000 --- a/old-lib/resource/api/CombinatorsDan.gf +++ /dev/null @@ -1,3 +0,0 @@ ---# -path=.:alltenses:prelude - -resource CombinatorsDan = Combinators with (Grammar = GrammarDan) ; diff --git a/old-lib/resource/api/CombinatorsEng.gf b/old-lib/resource/api/CombinatorsEng.gf deleted file mode 100644 index df539e513..000000000 --- a/old-lib/resource/api/CombinatorsEng.gf +++ /dev/null @@ -1,3 +0,0 @@ ---# -path=.:alltenses:prelude - -resource CombinatorsEng = Combinators with (Grammar = GrammarEng) ; diff --git a/old-lib/resource/api/CombinatorsFin.gf b/old-lib/resource/api/CombinatorsFin.gf deleted file mode 100644 index e5da96407..000000000 --- a/old-lib/resource/api/CombinatorsFin.gf +++ /dev/null @@ -1,3 +0,0 @@ ---# -path=.:alltenses:prelude - -resource CombinatorsFin = Combinators with (Grammar = GrammarFin) ; diff --git a/old-lib/resource/api/CombinatorsFre.gf b/old-lib/resource/api/CombinatorsFre.gf deleted file mode 100644 index 48d2166e4..000000000 --- a/old-lib/resource/api/CombinatorsFre.gf +++ /dev/null @@ -1,3 +0,0 @@ ---# -path=.:alltenses:prelude - -resource CombinatorsFre = Combinators with (Grammar = GrammarFre) ; diff --git a/old-lib/resource/api/CombinatorsGer.gf b/old-lib/resource/api/CombinatorsGer.gf deleted file mode 100644 index e209fa136..000000000 --- a/old-lib/resource/api/CombinatorsGer.gf +++ /dev/null @@ -1,3 +0,0 @@ ---# -path=.:alltenses:prelude - -resource CombinatorsGer = Combinators with (Grammar = GrammarGer) ; diff --git a/old-lib/resource/api/CombinatorsHin.gf b/old-lib/resource/api/CombinatorsHin.gf deleted file mode 100644 index e75f470c2..000000000 --- a/old-lib/resource/api/CombinatorsHin.gf +++ /dev/null @@ -1,3 +0,0 @@ ---# -path=.:alltenses:prelude - -resource CombinatorsHin = Combinators with (Grammar = GrammarHin) ; diff --git a/old-lib/resource/api/CombinatorsIna.gf b/old-lib/resource/api/CombinatorsIna.gf deleted file mode 100644 index 43db76efb..000000000 --- a/old-lib/resource/api/CombinatorsIna.gf +++ /dev/null @@ -1,3 +0,0 @@ ---# -path=.:alltenses:prelude - -resource CombinatorsIna = Combinators with (Grammar = GrammarIna) ; diff --git a/old-lib/resource/api/CombinatorsIta.gf b/old-lib/resource/api/CombinatorsIta.gf deleted file mode 100644 index 40c8ec880..000000000 --- a/old-lib/resource/api/CombinatorsIta.gf +++ /dev/null @@ -1,3 +0,0 @@ ---# -path=.:alltenses:prelude - -resource CombinatorsIta = Combinators with (Grammar = GrammarIta) ; diff --git a/old-lib/resource/api/CombinatorsNor.gf b/old-lib/resource/api/CombinatorsNor.gf deleted file mode 100644 index 780c88ab7..000000000 --- a/old-lib/resource/api/CombinatorsNor.gf +++ /dev/null @@ -1,3 +0,0 @@ ---# -path=.:alltenses:prelude - -resource CombinatorsNor = Combinators with (Grammar = GrammarNor) ; diff --git a/old-lib/resource/api/CombinatorsRus.gf b/old-lib/resource/api/CombinatorsRus.gf deleted file mode 100644 index b99b55551..000000000 --- a/old-lib/resource/api/CombinatorsRus.gf +++ /dev/null @@ -1,3 +0,0 @@ ---# -path=.:alltenses:prelude - -resource CombinatorsRus = Combinators with (Grammar = GrammarRus) ; diff --git a/old-lib/resource/api/CombinatorsSpa.gf b/old-lib/resource/api/CombinatorsSpa.gf deleted file mode 100644 index 43b881b50..000000000 --- a/old-lib/resource/api/CombinatorsSpa.gf +++ /dev/null @@ -1,3 +0,0 @@ ---# -path=.:alltenses:prelude - -resource CombinatorsSpa = Combinators with (Grammar = GrammarSpa) ; diff --git a/old-lib/resource/api/CombinatorsSwe.gf b/old-lib/resource/api/CombinatorsSwe.gf deleted file mode 100644 index c3b9a0350..000000000 --- a/old-lib/resource/api/CombinatorsSwe.gf +++ /dev/null @@ -1,3 +0,0 @@ ---# -path=.:alltenses:prelude - -resource CombinatorsSwe = Combinators with (Grammar = GrammarSwe) ; diff --git a/old-lib/resource/api/CombinatorsTha.gf b/old-lib/resource/api/CombinatorsTha.gf deleted file mode 100644 index 5c77348b3..000000000 --- a/old-lib/resource/api/CombinatorsTha.gf +++ /dev/null @@ -1,3 +0,0 @@ ---# -path=.:alltenses:prelude - -resource CombinatorsTha = Combinators with (Grammar = GrammarTha) ; diff --git a/old-lib/resource/api/Constructors.gf b/old-lib/resource/api/Constructors.gf deleted file mode 100644 index 0a540fe7d..000000000 --- a/old-lib/resource/api/Constructors.gf +++ /dev/null @@ -1,1700 +0,0 @@ ---1 Constructors: the Resource Syntax API - -incomplete resource Constructors = open Grammar in { - - flags optimize=noexpand ; - --- This module gives access to the syntactic constructions of the --- GF Resource Grammar library. Its main principle is simple: --- to construct an object of type $C$, use the function $mkC$. --- --- For example, an object of type $S$ corresponding to the string --- --- $John loves Mary$ --- --- is written --- --- $mkS (mkCl (mkNP (mkPN "John")) (mkV2 "love") (mkNP (mkPN "Mary")))$ --- --- This module defines the syntactic constructors, which take trees as arguments. --- Lexical constructors, which take strings as arguments, are defined in the --- $Paradigms$ modules separately for each language. --- --- The recommended usage of this module is via the wrapper module $Syntax$, --- which also contains the $Structural$ (structural words). --- Together with $Paradigms$, $Syntax$ gives everything that is needed --- to implement the concrete syntax for a langauge. - ---2 Principles of organization - --- To make the library easier to grasp and navigate, we have followed --- a set of principles when organizing it: --- + Each category $C$ has an overloaded constructor $mkC$, with value type $C$. --- + With $mkC$, it is possible to construct any tree of type $C$, except --- atomic ones, i.e. those that take no arguments, and --- those whose argument types are exactly the same as in some other instance --- + To achieve completeness, the library therefore also has --- for each atomic tree of type $C$, a constant suffixed $C$, and, --- for other missing constructions, some operation suffixed $C$. --- These constructors are listed immediately after the $mkC$ group. --- + Those atomic constructors that are given in $Structural$ are not repeated here. --- + In addition to the minimally complete set of constructions, many $mkC$ groups --- include some frequently needed special cases, with two possible logics: --- default value (to decrease the number of arguments), and --- direct arguments of an intervening constructor (to flatten the terms). --- + If such a special case is applied to some category in some rule, it is --- also applied to all other rules in which the category appears. --- + The constructors in a group are listed, roughly, --- *from the most common to the most general*. This does not of course specify --- a total order. --- + Optional argument types are marked in parentheses. Although parentheses make no --- difference in the way the GF compiler treats the types, their presence indicates --- to the reader that the corresponding arguments can be left out; internally, the --- library has an overload case for each such combination. --- + Each constructor case is equipped with an example that is built by that --- case but could not be built with any other one. --- --- - ---2 Texts, phrases, and utterances - ---3 Text: texts - --- A text is a list of phrases separated by punctuation marks. --- The default punctuation mark is the full stop, and the default --- continuation of a text is empty. - - oper - mkText : overload { - mkText : Phr -> Text ; -- 1. But John walks. - mkText : Phr -> (Punct) -> (Text) -> Text ; -- 2. John walks? Yes. - --- A text can also be directly built from utterances, which in turn can --- be directly built from sentences, present-tense clauses, questions, or --- positive imperatives. - - mkText : Utt -> Text ; -- 3. John. - mkText : S -> Text ; -- 4. John walked. - mkText : Cl -> Text ; -- 5. John walks. - mkText : QS -> Text ; -- 6. Did John walk? - mkText : Imp -> Text ; -- 7. Walk! - --- Finally, two texts can be combined into a text. - - mkText : Text -> Text -> Text ; -- 8. Where? When? Here. Now! - - } ; - --- A text can also be empty. - - emptyText : Text ; -- 8. (empty text) - - ---3 Punct: punctuation marks - --- There are three punctuation marks that can separate phrases in a text. - - fullStopPunct : Punct ; -- . - questMarkPunct : Punct ; -- ? - exclMarkPunct : Punct ; -- ! - ---3 Phr: phrases in a text - --- Phrases are built from utterances by adding a phrasal conjunction --- and a vocative, both of which are by default empty. - - mkPhr : overload { - mkPhr : Utt -> Phr ; -- 1. why - mkPhr : (PConj) -> Utt -> (Voc) -> Phr ; -- 2. but why John - - --- A phrase can also be directly built by a sentence, a present-tense --- clause, a question, or a positive singular imperative. - - mkPhr : S -> Phr ; -- 3. John walked - mkPhr : Cl -> Phr ; -- 4. John walks - mkPhr : QS -> Phr ; -- 5. did John walk - mkPhr : Imp -> Phr -- 6. walk - } ; - ---3 PConj, phrasal conjunctions - --- Any conjunction can be used as a phrasal conjunction. --- More phrasal conjunctions are defined in $Structural$. - - mkPConj : Conj -> PConj ; -- 1. and - ---3 Voc, vocatives - --- Any noun phrase can be turned into a vocative. --- More vocatives are defined in $Structural$. - - mkVoc : NP -> Voc ; -- 1. John - ---3 Utt, utterances - --- Utterances are formed from sentences, clauses, questions, and positive singular imperatives. - - mkUtt : overload { - mkUtt : S -> Utt ; -- 1. John walked - mkUtt : Cl -> Utt ; -- 2. John walks - mkUtt : QS -> Utt ; -- 3. did John walk - mkUtt : Imp -> Utt ; -- 4. love yourself - --- Imperatives can also vary in $ImpForm$ (number/politeness) and --- polarity. - - mkUtt : (ImpForm) -> (Pol) -> Imp -> Utt ; -- 5. don't love yourselves - --- Utterances can also be formed from interrogative phrases and --- interrogative adverbials, noun phrases, adverbs, and verb phrases. - - mkUtt : IP -> Utt ; -- 6. who - mkUtt : IAdv -> Utt ; -- 7. why - mkUtt : NP -> Utt ; -- 8. John - mkUtt : Adv -> Utt ; -- 9. here - mkUtt : VP -> Utt -- 10. to walk - } ; - --- The plural first-person imperative is a special construction. - - lets_Utt : VP -> Utt ; -- 11. let's walk - - ---2 Auxiliary parameters for phrases and sentences - ---3 Pol, polarity - --- Polarity is a parameter that sets a clause to positive or negative --- form. Since positive is the default, it need never be given explicitly. - - positivePol : Pol ; -- (John walks) [default] - negativePol : Pol ; -- (John doesn't walk) - ---3 Ant, anteriority - --- Anteriority is a parameter that presents an event as simultaneous or --- anterior to some other reference time. --- Since simultaneous is the default, it need never be given explicitly. - - simultaneousAnt : Ant ; -- (John walks) [default] - anteriorAnt : Ant ; -- (John has walked) --# notpresent - ---3 Tense, tense - --- Tense is a parameter that relates the time of an event --- to the time of speaking about it. --- Since present is the default, it need never be given explicitly. - - presentTense : Tense ; -- (John walks) [default] - pastTense : Tense ; -- (John walked) --# notpresent - futureTense : Tense ; -- (John will walk) --# notpresent - conditionalTense : Tense ; -- (John would walk) --# notpresent - ---3 ImpForm, imperative form - --- Imperative form is a parameter that sets the form of imperative --- by reference to the person or persons addressed. --- Since singular is the default, it need never be given explicitly. - - singularImpForm : ImpForm ; -- (help yourself) [default] - pluralImpForm : ImpForm ; -- (help yourselves) - politeImpForm : ImpForm ; -- (help yourself) (polite singular) - - ---2 Sentences and clauses - ---3 S, sentences - --- A sentence has a fixed tense, anteriority and polarity. - - mkS : overload { - mkS : Cl -> S ; -- 1. John walks - mkS : (Tense) -> (Ant) -> (Pol) -> Cl -> S ; -- 2. John wouldn't have walked - --- Sentences can be combined with conjunctions. This can apply to a pair --- of sentences, but also to a list of more than two. - - mkS : Conj -> S -> S -> S ; -- 3. John walks and I run - mkS : Conj -> ListS -> S ; -- 4. John walks, I run and you sleep - --- A sentence can be prefixed by an adverb. - - mkS : Adv -> S -> S -- 5. today, John walks - } ; - ---3 Cl, clauses - --- A clause has a variable tense, anteriority and polarity. --- A clause can be built from a subject noun phrase --- with a verb and appropriate arguments. - - mkCl : overload { - mkCl : NP -> V -> Cl ; -- 1. John walks - mkCl : NP -> V2 -> NP -> Cl ; -- 2. John loves her - mkCl : NP -> V3 -> NP -> NP -> Cl ; -- 3. John sends it to her - mkCl : NP -> VV -> VP -> Cl ; -- 4. John wants to walk - mkCl : NP -> VS -> S -> Cl ; -- 5. John says that it is good - mkCl : NP -> VQ -> QS -> Cl ; -- 6. John wonders if it is good - mkCl : NP -> VA -> AP -> Cl ; -- 7. John becomes old - mkCl : NP -> V2A -> NP -> AP -> Cl ; -- 8. John paints it red - mkCl : NP -> V2S -> NP -> S -> Cl ; -- 9. John tells her that we are here - mkCl : NP -> V2Q -> NP -> QS -> Cl ; -- 10. John asks her who is here - mkCl : NP -> V2V -> NP -> VP -> Cl ; -- 11. John forces us to sleep - mkCl : NP -> A -> Cl ; -- 12. John is old - mkCl : NP -> A -> NP -> Cl ; -- 13. John is older than her - mkCl : NP -> A2 -> NP -> Cl ; -- 14. John is married to her - mkCl : NP -> AP -> Cl ; -- 15. John is very old - mkCl : NP -> N -> Cl ; -- 16. John is a man - mkCl : NP -> CN -> Cl ; -- 17. John is an old man - mkCl : NP -> NP -> Cl ; -- 18. John is the man - mkCl : NP -> Adv -> Cl ; -- 19. John is here - --- As the general rule, a clause can be built from a subject noun phrase and --- a verb phrase. - - mkCl : NP -> VP -> Cl ; -- 20. John walks here - --- Subjectless verb phrases are used for impersonal actions. - - mkCl : V -> Cl ; -- 21. it rains - mkCl : VP -> Cl ; -- 22. it is raining - --- Existentials are a special form of clauses. - - mkCl : N -> Cl ; -- 23. there is a house - mkCl : CN -> Cl ; -- 24. there is an old houses - mkCl : NP -> Cl ; -- 25. there are five houses - --- There are also special forms in which a noun phrase or an adverb is --- emphasized. - - mkCl : NP -> RS -> Cl ; -- 26. it is John that walks - mkCl : Adv -> S -> Cl -- 27. it is here John walks - } ; - --- Generic clauses are one with an impersonal subject. - - genericCl : VP -> Cl ; -- 28. one walks - - ---2 Verb phrases and imperatives - ---3 VP, verb phrases - --- A verb phrase is formed from a verb with appropriate arguments. - - mkVP : overload { - mkVP : V -> VP ; -- 1. walk - mkVP : V2 -> NP -> VP ; -- 2. love her - mkVP : V3 -> NP -> NP -> VP ; -- 3. send it to her - mkVP : VV -> VP -> VP ; -- 4. want to walk - mkVP : VS -> S -> VP ; -- 5. know that she walks - mkVP : VQ -> QS -> VP ; -- 6. ask if she walks - mkVP : VA -> AP -> VP ; -- 7. become old - mkVP : V2A -> NP -> AP -> VP ; -- 8. paint it red - --- The verb can also be a copula ("be"), and the relevant argument is --- then the complement adjective or noun phrase. - - mkVP : A -> VP ; -- 9. be warm - mkVP : AP -> VP ; -- 12. be very warm - mkVP : A -> NP -> VP ; -- 10. be older than her - mkVP : A2 -> NP -> VP ; -- 11. be married to her - mkVP : N -> VP ; -- 13. be a man - mkVP : CN -> VP ; -- 14. be an old man - mkVP : NP -> VP ; -- 15. be the man - mkVP : Adv -> VP ; -- 16. be here - --- A verb phrase can be modified with a postverbal or a preverbal adverb. - - mkVP : VP -> Adv -> VP ; -- 17. sleep here - mkVP : AdV -> VP -> VP ; -- 18. always sleep - --- Objectless verb phrases can be taken to verb phrases in two ways. - - mkVP : VPSlash -> NP -> VP ; -- 19. paint it black - mkVP : VPSlash -> VP ; -- 20. paint itself black - - } ; - --- Two-place verbs can be used reflexively. - - reflexiveVP : V2 -> VP ; -- 19. love itself - --- Two-place verbs can also be used in the passive, with or without an agent. - - passiveVP : overload { - passiveVP : V2 -> VP ; -- 20. be loved - passiveVP : V2 -> NP -> VP ; -- 21. be loved by her - } ; - --- A verb phrase can be turned into the progressive form. - - progressiveVP : VP -> VP ; -- 22. be sleeping - ---3 Imp, imperatives - --- Imperatives are formed from verbs and their arguments; as the general --- rule, from verb phrases. - - mkImp : overload { - mkImp : V -> Imp ; -- go - mkImp : V2 -> NP -> Imp ; -- take it - mkImp : VP -> Imp -- go there now - } ; - - ---2 Noun phrases and determiners - ---3 NP, noun phrases - --- A noun phrases can be built from a determiner and a common noun ($CN$) . --- For determiners, the special cases of quantifiers, numerals, integers, --- and possessive pronouns are provided. For common nouns, the --- special case of a simple common noun ($N$) is always provided. - - mkNP : overload { - mkNP : Art N -> NP ; -- 1. the man - mkNP : Art -> (Num) -> CN -> NP ; -- 2. the five old men - mkNP : Quant -> N -> NP ; -- 3. this men - mkNP : Quant -> (Num) -> CN -> NP ; -- 4. these five old men - mkNP : Det -> N -> NP ; -- 5. the first man - mkNP : Det -> CN -> NP ; -- 6. the first old man - mkNP : Numeral -> N -> NP ; -- 7. twenty men - mkNP : Numeral -> CN -> NP ; -- 8. twenty old men - mkNP : Digits -> N -> NP ; -- 9. 45 men - mkNP : Digits -> CN -> NP ; -- 10. 45 old men - mkNP : Card -> N -> NP ; -- 11. almost twenty men - mkNP : Card -> CN -> NP ; -- 12. almost twenty old men - mkNP : Pron -> N -> NP ; -- 13. my man - mkNP : Pron -> CN -> NP ; -- 14. my old man - --- Proper names and pronouns can be used as noun phrases. - - mkNP : PN -> NP ; -- 15. John - mkNP : Pron -> NP ; -- 16. he - --- Determiners alone can form noun phrases (this excludes articles, $Art$) - - mkNP : Quant -> NP ; -- 17. this - mkNP : Det -> NP ; -- 18. these five - --- Determinesless mass noun phrases. - - mkNP : N -> NP ; -- 19. beer - mkNP : CN -> NP ; -- 20. beer - --- A noun phrase once formed can be prefixed by a predeterminer and --- suffixed by a past participle or an adverb. - - mkNP : Predet -> NP -> NP ; -- 21. only John - mkNP : NP -> V2 -> NP ; -- 22. John killed - mkNP : NP -> Adv -> NP ; -- 23. John in Paris - --- A conjunction can be formed both from two noun phrases and a longer --- list of them. - - mkNP : Conj -> NP -> NP -> NP ; -- 22. John and I - mkNP : Conj -> ListNP -> NP ; -- 23. John, I, and that - - } ; - - ---3 Det, determiners - --- A determiner is either a singular or a plural one. --- Both have a quantifier and an optional ordinal; the plural --- determiner also has an optional numeral. - - mkDet : overload { - mkDet : Quant -> Det ; -- 1. this - mkDet : Quant -> (Ord) -> Det ; -- 2. this first - mkDet : Quant -> Num -> Det ; -- 3. these - mkDet : Quant -> Num -> (Ord) -> Det ; -- 4. these five best - --- Quantifiers that have both singular and plural forms are by default used as --- singular determiners. If a numeral is added, the plural form is chosen. - - mkDet : Quant -> Det ; -- 5. this - mkDet : Quant -> Num -> Det ; -- 6. these five - --- Numerals, their special cases integers and digits, and possessive pronouns can be --- used as determiners. - - mkDet : Card -> Det ; -- 7. almost twenty - mkDet : Numeral -> Det ; -- 8. five - mkDet : Digits -> Det ; -- 9. 51 - mkDet : Pron -> Det ; -- 10. my (house) - mkDet : Pron -> Num -> Det -- 11. my (houses) - } ; - ---3 Art, articles - --- There are definite and indefinite articles. - - the_Art : Art ; -- the - a_Art : Art ; -- a - ---3 Num, cardinal numerals - --- Numerals can be formed from number words ($Numeral$), their special case digits, --- and from symbolic integers. - - mkNum : overload { - mkNum : Numeral -> Num ; -- 1. twenty - mkNum : Digits -> Num ; -- 2. 51 - mkNum : Card -> Num ; -- 3. twenty - --- A numeral can be modified by an adnumeral. - - mkNum : AdN -> Card -> Num -- 4. almost ten - } ; - --- Dummy numbers are sometimes to select the grammatical number of a determiner. - - sgNum : Num ; -- singular - plNum : Num ; -- plural - ---3 Ord, ordinal numerals - --- Just like cardinals, ordinals can be formed from number words ($Numeral$) --- and from symbolic integers. - - mkOrd : overload { - mkOrd : Numeral -> Ord ; -- 1. twentieth - mkOrd : Digits -> Ord ; -- 2. 51st - --- Also adjectives in the superlative form can appear on ordinal positions. - - mkOrd : A -> Ord -- 3. best - } ; - ---3 AdN, adnumerals - --- Comparison adverbs can be used as adnumerals. - - mkAdN : CAdv -> AdN ; -- 1. more than - ---3 Numeral, number words - --- Digits and some "round" numbers are here given as shorthands. - - n1_Numeral : Numeral ; -- 1. one - n2_Numeral : Numeral ; -- 2. two - n3_Numeral : Numeral ; -- 3. three - n4_Numeral : Numeral ; -- 4. four - n5_Numeral : Numeral ; -- 5. five - n6_Numeral : Numeral ; -- 6. six - n7_Numeral : Numeral ; -- 7. seven - n8_Numeral : Numeral ; -- 8. eight - n9_Numeral : Numeral ; -- 9. nine - n10_Numeral : Numeral ; -- 10. ten - n20_Numeral : Numeral ; -- 11. twenty - n100_Numeral : Numeral ; -- 12. hundred - n1000_Numeral : Numeral ; -- 13. thousand - --- See $Numeral$ for the full set of constructors, and use the category --- $Digits$ for other numbers from one million. - - mkDigits : overload { - mkDigits : Dig -> Digits ; -- 1. 8 - mkDigits : Dig -> Digits -> Digits ; -- 2. 876 - } ; - - n1_Digits : Digits ; -- 1. 1 - n2_Digits : Digits ; -- 2. 2 - n3_Digits : Digits ; -- 3. 3 - n4_Digits : Digits ; -- 4. 4 - n5_Digits : Digits ; -- 5. 5 - n6_Digits : Digits ; -- 6. 6 - n7_Digits : Digits ; -- 7. 7 - n8_Digits : Digits ; -- 8. 8 - n9_Digits : Digits ; -- 9. 9 - n10_Digits : Digits ; -- 10. 10 - n20_Digits : Digits ; -- 11. 20 - n100_Digits : Digits ; -- 12. 100 - n1000_Digits : Digits ; -- 13. 1,000 - ---3 Dig, single digits - - n0_Dig : Dig ; -- 0. 0 - n1_Dig : Dig ; -- 1. 1 - n2_Dig : Dig ; -- 2. 2 - n3_Dig : Dig ; -- 3. 3 - n4_Dig : Dig ; -- 4. 4 - n5_Dig : Dig ; -- 5. 5 - n6_Dig : Dig ; -- 6. 6 - n7_Dig : Dig ; -- 7. 7 - n8_Dig : Dig ; -- 8. 8 - n9_Dig : Dig ; -- 9. 9 - - ---2 Nouns - ---3 CN, common noun phrases - - mkCN : overload { - --- The most frequent way of forming common noun phrases is from atomic nouns $N$. - - mkCN : N -> CN ; -- 1. house - --- Common noun phrases can be formed from relational nouns by providing arguments. - - mkCN : N2 -> NP -> CN ; -- 2. mother of John - mkCN : N3 -> NP -> NP -> CN ; -- 3. distance from this city to Paris - --- Relational nouns can also be used without their arguments. - - mkCN : N2 -> CN ; -- 4. son - mkCN : N3 -> CN ; -- 5. flight - --- A common noun phrase can be modified by adjectival phrase. We give special --- cases of this, where one or both of the arguments are atomic. - - mkCN : A -> N -> CN ; -- 6. big house - mkCN : A -> CN -> CN ; -- 7. big blue house - mkCN : AP -> N -> CN ; -- 8. very big house - mkCN : AP -> CN -> CN ; -- 9. very big blue house - --- A common noun phrase can be modified by a relative clause or an adverb. - - mkCN : N -> RS -> CN ; -- 10. house that John loves - mkCN : CN -> RS -> CN ; -- 11. big house that John loves - mkCN : N -> Adv -> CN ; -- 12. house in the city - mkCN : CN -> Adv -> CN ; -- 13. big house in the city - --- For some nouns it makes sense to modify them by sentences, --- questions, or infinitives. But syntactically this is possible for --- all nouns. - - mkCN : CN -> S -> CN ; -- 14. rule that John walks - mkCN : CN -> QS -> CN ; -- 15. question if John walks - mkCN : CN -> VP -> CN ; -- 16. reason to walk - --- A noun can be used in apposition to a noun phrase, especially a proper name. - - mkCN : N -> NP -> CN ; -- 17. king John - mkCN : CN -> NP -> CN -- 18. old king John - } ; - - ---2 Adjectives and adverbs - ---3 AP, adjectival phrases - - mkAP : overload { - --- Adjectival phrases can be formed from atomic adjectives by using the positive form or --- the comparative with a complement - - mkAP : A -> AP ; -- 1. old - mkAP : A -> NP -> AP ; -- 2. older than John - --- Relational adjectives can be used with a complement or a reflexive - - mkAP : A2 -> NP -> AP ; -- 3. married to her - mkAP : A2 -> AP ; -- 4. married to myself - --- Some adjectival phrases can take as complements sentences, --- questions, or infinitives. Syntactically this is possible for --- all adjectives. - - mkAP : AP -> S -> AP ; -- 5. probable that John walks - mkAP : AP -> QS -> AP ; -- 6. uncertain if John walks - mkAP : AP -> VP -> AP ; -- 7. ready to go - --- An adjectival phrase can be modified by an adadjective. - - mkAP : AdA -> A -> AP ; -- 8. very old - mkAP : AdA -> AP -> AP ; -- 9. very very old - --- Conjunction can be formed from two or more adjectival phrases. - - mkAP : Conj -> AP -> AP -> AP ; -- 10. old and big - mkAP : Conj -> ListAP -> AP ; -- 11. old, big, and warm - - } ; - ---3 Adv, adverbial phrases - - mkAdv : overload { - --- Adverbs can be formed from adjectives. - - mkAdv : A -> Adv ; -- 1. warmly - --- Prepositional phrases are treated as adverbs. - - mkAdv : Prep -> NP -> Adv ; -- 2. with John - --- Subordinate sentences are treated as adverbs. - - mkAdv : Subj -> S -> Adv ; -- 3. when John walks - --- An adjectival adverb can be compared to a noun phrase or a sentence. - - mkAdv : CAdv -> A -> NP -> Adv ; -- 4. more warmly than John - mkAdv : CAdv -> A -> S -> Adv ; -- 5. more warmly than John walks - --- Adverbs can be modified by adadjectives. - - mkAdv : AdA -> Adv -> Adv ; -- 6. very warmly - --- Conjunction can be formed from two or more adverbial phrases. - - mkAdv : Conj -> Adv -> Adv -> Adv ; -- 7. here and now - mkAdv : Conj -> ListAdv -> Adv ; -- 8. with John, here and now - } ; - - ---2 Questions and relatives - ---3 QS, question sentences - - mkQS : overload { - --- Just like a sentence $S$ is built from a clause $Cl$, --- a question sentence $QS$ is built from --- a question clause $QCl$ by fixing tense, anteriority and polarity. --- Any of these arguments can be omitted, which results in the --- default (present, simultaneous, and positive, respectively). - - mkQS : QCl -> QS ; -- 1. who walks - mkQS : (Tense) -> (Ant) -> (Pol) -> QCl -> QS ; -- 2. who wouldn't have walked - --- Since 'yes-no' question clauses can be built from clauses (see below), --- we give a shortcut --- for building a question sentence directly from a clause, using the defaults --- present, simultaneous, and positive. - - mkQS : Cl -> QS -- 3. does John walk - } ; - - ---3 QCl, question clauses - - mkQCl : overload { - --- 'Yes-no' question clauses are built from 'declarative' clauses. - - mkQCl : Cl -> QCl ; -- 1. does John walk - --- 'Wh' questions are built from interrogative pronouns in subject --- or object position. The former uses a verb phrase; we don't give --- shortcuts for verb-argument sequences as we do for clauses. --- The latter uses the 'slash' category of objectless clauses --- (see below); we give the common special case with a two-place verb. - - mkQCl : IP -> VP -> QCl ; -- 2. who walks - mkQCl : IP -> NP -> V2 -> QCl ; -- 3. whom does John love - mkQCl : IP -> ClSlash -> QCl ; -- 4. whom does John love today - --- Adverbial 'wh' questions are built with interrogative adverbials, with the --- special case of prepositional phrases with interrogative pronouns. - - mkQCl : IAdv -> Cl -> QCl ; -- 5. why does John walk - mkQCl : Prep -> IP -> Cl -> QCl ; -- 6. with who does John walk - --- An interrogative adverbial can serve as the complement of a copula. - - mkQCl : IAdv -> NP -> QCl ; -- 7. where is John - --- Existentials are a special construction. - - mkQCl : IP -> QCl -- 8. what is there - } ; - - ---3 IP, interrogative pronouns - - mkIP : overload { - --- Interrogative pronouns --- can be formed much like noun phrases, by using interrogative quantifiers. - - mkIP : IQuant -> N -> IP ; -- 1. which city - mkIP : IQuant -> (Num) -> CN -> IP ; -- 2. which five big cities - --- An interrogative pronoun can be modified by an adverb. - - mkIP : IP -> Adv -> IP -- 3. who in Paris - } ; - --- More interrogative pronouns and determiners can be found in $Structural$. - - - ---3 IAdv, interrogative adverbs. - --- In addition to the interrogative adverbs defined in the $Structural$ lexicon, they --- can be formed as prepositional phrases from interrogative pronouns. - - mkIAdv : Prep -> IP -> IAdv ; -- 1. in which city - --- More interrogative adverbs are given in $Structural$. - - ---3 RS, relative sentences - --- Just like a sentence $S$ is built from a clause $Cl$, --- a relative sentence $RS$ is built from --- a relative clause $RCl$ by fixing the tense, anteriority and polarity. --- Any of these arguments --- can be omitted, which results in the default (present, simultaneous, --- and positive, respectively). - - mkRS : overload { - mkRS : RCl -> RS ; -- 1. that walk - mkRS : (Tense) -> (Ant) -> (Pol) -> RCl -> RS -- 2. that wouldn't have walked - } ; - ---3 RCl, relative clauses - - mkRCl : overload { - --- Relative clauses are built from relative pronouns in subject or object position. --- The former uses a verb phrase; we don't give --- shortcuts for verb-argument sequences as we do for clauses. --- The latter uses the 'slash' category of objectless clauses (see below); --- we give the common special case with a two-place verb. - - mkRCl : RP -> VP -> RCl ; -- 1. that walk - mkRCl : RP -> NP -> V2 -> RCl ; -- 2. which John loves - mkRCl : RP -> ClSlash -> RCl ; -- 3. which John loves today - --- There is a simple 'such that' construction for forming relative --- clauses from clauses. - - mkRCl : Cl -> RCl -- 4. such that John loves her - } ; - ---3 RP, relative pronouns - --- There is an atomic relative pronoun - - which_RP : RP ; -- 1. which - --- A relative pronoun can be made into a kind of a prepositional phrase. - - mkRP : Prep -> NP -> RP -> RP ; -- 2. all the houses in which - - ---3 ClSlash, objectless sentences - - mkClSlash : overload { - --- Objectless sentences are used in questions and relative clauses. --- The most common way of constructing them is by using a two-place verb --- with a subject but without an object. - - mkClSlash : NP -> V2 -> ClSlash ; -- 1. (whom) John loves - --- The two-place verb can be separated from the subject by a verb-complement verb. - - mkClSlash : NP -> VV -> V2 -> ClSlash ; -- 2. (whom) John wants to see - --- The missing object can also be the noun phrase in a prepositional phrase. - - mkClSlash : Cl -> Prep -> ClSlash ; -- 3. (with whom) John walks - --- An objectless sentence can be modified by an adverb. - - mkClSlash : ClSlash -> Adv -> ClSlash -- 4. (whom) John loves today - } ; - - ---3 VPSlash, verb phrases missing an object - - mkVPSlash : overload { - --- This is the deep level of many-argument predication, permitting extraction. - - mkVPSlash : V2 -> VPSlash ; -- 1. (whom) (John) loves - mkVPSlash : V3 -> NP -> VPSlash ; -- 2. (whom) (John) gives an apple - mkVPSlash : V2A -> AP -> VPSlash ; -- 3. (whom) (John) paints red - mkVPSlash : V2Q -> QS -> VPSlash ; -- 4. (whom) (John) asks who sleeps - mkVPSlash : V2S -> S -> VPSlash ; -- 5. (whom) (John) tells that we sleep - mkVPSlash : V2V -> VP -> VPSlash ; -- 6. (whom) (John) forces to sleep - - } ; - - ---2 Lists for coordination - --- The rules in this section are very uniform: a list can be built from two or more --- expressions of the same category. - ---3 ListS, sentence lists - - mkListS : overload { - mkListS : S -> S -> ListS ; -- 1. he walks, I run - mkListS : S -> ListS -> ListS -- 2. John walks, I run, you sleep - } ; - ---3 ListAdv, adverb lists - - mkListAdv : overload { - mkListAdv : Adv -> Adv -> ListAdv ; -- 1. here, now - mkListAdv : Adv -> ListAdv -> ListAdv -- 2. to me, here, now - } ; - ---3 ListAP, adjectival phrase lists - - mkListAP : overload { - mkListAP : AP -> AP -> ListAP ; -- 1. old, big - mkListAP : AP -> ListAP -> ListAP -- 2. old, big, warm - } ; - - ---3 ListNP, noun phrase lists - - mkListNP : overload { - mkListNP : NP -> NP -> ListNP ; -- 1. John, I - mkListNP : NP -> ListNP -> ListNP -- 2. John, I, that - } ; - - ---. --- Definitions - - mkAP = overload { - mkAP : A -> AP -- warm - = PositA ; - mkAP : A -> NP -> AP -- warmer than Spain - = ComparA ; - mkAP : A2 -> NP -> AP -- divisible by 2 - = ComplA2 ; - mkAP : A2 -> AP -- divisible by itself - = ReflA2 ; - mkAP : AP -> S -> AP -- great that she won - = \ap,s -> SentAP ap (EmbedS s) ; - mkAP : AP -> QS -> AP -- great that she won - = \ap,s -> SentAP ap (EmbedQS s) ; - mkAP : AP -> VP -> AP -- great that she won - = \ap,s -> SentAP ap (EmbedVP s) ; - mkAP : AdA -> A -> AP -- very uncertain - = \x,y -> AdAP x (PositA y) ; - mkAP : AdA -> AP -> AP -- very uncertain - = AdAP ; - mkAP : Conj -> AP -> AP -> AP - = \c,x,y -> ConjAP c (BaseAP x y) ; - mkAP : Conj -> ListAP -> AP - = \c,xy -> ConjAP c xy ; - } ; - - mkAdv = overload { - mkAdv : A -> Adv -- quickly - = PositAdvAdj ; - mkAdv : Prep -> NP -> Adv -- in the house - = PrepNP ; - mkAdv : CAdv -> A -> NP -> Adv -- more quickly than John - = ComparAdvAdj ; - mkAdv : CAdv -> A -> S -> Adv -- more quickly than he runs - = ComparAdvAdjS ; - mkAdv : AdA -> Adv -> Adv -- very quickly - = AdAdv ; - mkAdv : Subj -> S -> Adv -- when he arrives - = SubjS ; - mkAdv : Conj -> Adv -> Adv -> Adv - = \c,x,y -> ConjAdv c (BaseAdv x y) ; - mkAdv : Conj -> ListAdv -> Adv - = \c,xy -> ConjAdv c xy ; - } ; - - mkCl = overload { - mkCl : NP -> VP -> Cl -- John wants to walk walks - = PredVP ; - mkCl : NP -> V -> Cl -- John walks - = \s,v -> PredVP s (UseV v); - mkCl : NP -> V2 -> NP -> Cl -- John uses it - = \s,v,o -> PredVP s (ComplV2 v o); - mkCl : NP -> V3 -> NP -> NP -> Cl - = \s,v,o,i -> PredVP s (ComplV3 v o i); - - mkCl : NP -> VV -> VP -> Cl - = \s,v,vp -> PredVP s (ComplVV v vp) ; - mkCl : NP -> VS -> S -> Cl - = \s,v,p -> PredVP s (ComplVS v p) ; - mkCl : NP -> VQ -> QS -> Cl - = \s,v,q -> PredVP s (ComplVQ v q) ; - mkCl : NP -> VA -> AP -> Cl - = \s,v,q -> PredVP s (ComplVA v q) ; - mkCl : NP -> V2A -> NP -> AP -> Cl - = \s,v,n,q -> PredVP s (ComplV2A v n q) ; - mkCl : NP -> V2S -> NP -> S -> Cl --n14 - = \s,v,n,q -> PredVP s (ComplSlash (SlashV2S v q) n) ; - mkCl : NP -> V2Q -> NP -> QS -> Cl --n14 - = \s,v,n,q -> PredVP s (ComplSlash (SlashV2Q v q) n) ; - mkCl : NP -> V2V -> NP -> VP -> Cl --n14 - = \s,v,n,q -> PredVP s (ComplSlash (SlashV2V v q) n) ; - - mkCl : VP -> Cl -- it rains - = ImpersCl ; - mkCl : NP -> RS -> Cl -- it is you who did it - = CleftNP ; - mkCl : Adv -> S -> Cl -- it is yesterday she arrived - = CleftAdv ; - mkCl : N -> Cl -- there is a house - = \y -> ExistNP (DetArtSg IndefArt (UseN y)) ; - mkCl : CN -> Cl -- there is a house - = \y -> ExistNP (DetArtSg IndefArt y) ; - mkCl : NP -> Cl -- there is a house - = ExistNP ; - mkCl : NP -> AP -> Cl -- John is nice and warm - = \x,y -> PredVP x (UseComp (CompAP y)) ; - mkCl : NP -> A -> Cl -- John is warm - = \x,y -> PredVP x (UseComp (CompAP (PositA y))) ; - mkCl : NP -> A -> NP -> Cl -- John is warmer than Mary - = \x,y,z -> PredVP x (UseComp (CompAP (ComparA y z))) ; - mkCl : NP -> A2 -> NP -> Cl -- John is married to Mary - = \x,y,z -> PredVP x (UseComp (CompAP (ComplA2 y z))) ; - mkCl : NP -> NP -> Cl -- John is the man - = \x,y -> PredVP x (UseComp (CompNP y)) ; - mkCl : NP -> CN -> Cl -- John is a man - = \x,y -> PredVP x (UseComp (CompNP (DetArtSg IndefArt y))) ; - mkCl : NP -> N -> Cl -- John is a man - = \x,y -> PredVP x (UseComp (CompNP (DetArtSg IndefArt (UseN y)))) ; - mkCl : NP -> Adv -> Cl -- John is here - = \x,y -> PredVP x (UseComp (CompAdv y)) ; - mkCl : V -> Cl -- it rains - = \v -> ImpersCl (UseV v) - } ; - - genericCl : VP -> Cl = GenericCl ; - - - mkNP = overload { - mkNP : Art -> N -> NP -- the man --n14 - = \d,n -> DetArtSg d (UseN n) ; - mkNP : Art -> CN -> NP -- the old man --n14 - = DetArtSg ; - mkNP : Art -> Num -> CN -> NP -- the old men --n14 - = \d,nu,cn -> case nu.n of { - ParamX.Sg => DetArtSg d cn ; - Pl => DetArtPl d cn - } ; - mkNP : Art -> Num -> N -> NP -- the men --n14 - = \d,nu,cn -> case nu.n of { - ParamX.Sg => DetArtSg d (UseN cn) ; - Pl => DetArtPl d (UseN cn) - } ; - - mkNP : Art -> Num -> Ord -> CN -> NP -- the five best men --n14 - = \d,nu,ord,cn -> DetCN (DetArtOrd d nu ord) (cn) ; - mkNP : Art -> Ord -> CN -> NP -- the best men --n14 - = \d,ord,cn -> DetCN (DetArtOrd d sgNum ord) (cn) ; - mkNP : Art -> Card -> CN -> NP -- the five men --n14 - = \d,nu,cn -> DetCN (DetArtCard d nu) (cn) ; - - mkNP : Art -> Num -> Ord -> N -> NP -- the five best men --n14 - = \d,nu,ord,cn -> DetCN (DetArtOrd d nu ord) (UseN cn) ; - mkNP : Art -> Ord -> N -> NP -- the best men --n14 - = \d,ord,cn -> DetCN (DetArtOrd d sgNum ord) (UseN cn) ; - mkNP : Art -> Card -> N -> NP -- the five men --n14 - = \d,nu,cn -> DetCN (DetArtCard d nu) (UseN cn) ; - - mkNP : CN -> NP -- old beer --n14 - = MassNP ; - mkNP : N -> NP -- beer --n14 - = \n -> MassNP (UseN n) ; - - mkNP : Det -> CN -> NP -- the old man - = DetCN ; - mkNP : Det -> N -> NP -- the man - = \d,n -> DetCN d (UseN n) ; - mkNP : Quant -> NP -- this - = \q -> DetNP (DetQuant q sgNum) ; - mkNP : Quant -> Num -> NP -- this - = \q,n -> DetNP (DetQuant q n) ; - mkNP : Det -> NP -- this - = DetNP ; - mkNP : Card -> CN -> NP -- forty-five old men - = \d,n -> DetCN (DetArtCard IndefArt d) n ; - mkNP : Card -> N -> NP -- forty-five men - = \d,n -> DetCN (DetArtCard IndefArt d) (UseN n) ; - mkNP : Quant -> CN -> NP - = \q,n -> DetCN (DetQuant q NumSg) n ; - mkNP : Quant -> N -> NP - = \q,n -> DetCN (DetQuant q NumSg) (UseN n) ; - mkNP : Quant -> Num -> CN -> NP - = \q,nu,n -> DetCN (DetQuant q nu) n ; - mkNP : Quant -> Num -> N -> NP - = \q,nu,n -> DetCN (DetQuant q nu) (UseN n) ; - - mkNP : Pron -> CN -> NP - = \p,n -> DetCN (DetQuant (PossPron p) NumSg) n ; - mkNP : Pron -> N -> NP - = \p,n -> DetCN (DetQuant (PossPron p) NumSg) (UseN n) ; - - mkNP : Numeral -> CN -> NP -- 51 old men - = \d,n -> DetCN (DetArtCard IndefArt (NumNumeral d)) n ; - - mkNP : Numeral -> N -> NP -- 51 men - = \d,n -> DetCN (DetArtCard IndefArt (NumNumeral d)) (UseN n) ; - mkNP : Digits -> CN -> NP -- 51 old men - = \d,n -> DetCN (DetArtCard IndefArt (NumDigits d)) n ; - - mkNP : Digits -> N -> NP -- 51 men - = \d,n -> DetCN (DetArtCard IndefArt (NumDigits d)) (UseN n) ; - - mkNP : Digit -> CN -> NP ---- obsol - = \d,n -> DetCN (DetArtCard IndefArt (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 d))))))) n ; - mkNP : Digit -> N -> NP ---- obsol - = \d,n -> DetCN (DetArtCard IndefArt (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 d))))))) (UseN n) ; - - mkNP : PN -> NP -- John - = UsePN ; - mkNP : Pron -> NP -- he - = UsePron ; - mkNP : Predet -> NP -> NP -- only the man - = PredetNP ; - mkNP : NP -> V2 -> NP -- the number squared - = PPartNP ; - mkNP : NP -> Adv -> NP -- Paris at midnight - = AdvNP ; - mkNP : Conj -> NP -> NP -> NP - = \c,x,y -> ConjNP c (BaseNP x y) ; - mkNP : Conj -> ListNP -> NP - = \c,xy -> ConjNP c xy ; --- backward compat - mkNP : QuantSg -> CN -> NP - = \q,n -> DetCN (DetQuant q NumSg) n ; - mkNP : QuantPl -> CN -> NP - = \q,n -> DetCN (DetQuant q NumPl) n ; - - } ; - - mkDet = overload { - - mkDet : Art -> Num -> Ord -> Det -- the five best men --n14 - = \d,nu,ord -> (DetArtOrd d nu ord) ; - mkDet : Art -> Ord -> Det -- the best men --n14 - = \d,ord -> (DetArtOrd d sgNum ord) ; - mkDet : Art -> Card -> Det -- the five men --n14 - = \d,nu -> (DetArtCard d nu) ; - - - - mkDet : Quant -> Ord -> Det -- this best man - = \q,o -> DetQuantOrd q NumSg o ; - mkDet : Quant -> Det -- this man - = \q -> DetQuant q NumSg ; - mkDet : Quant -> Num -> Ord -> Det -- these five best men - = DetQuantOrd ; - mkDet : Quant -> Num -> Det -- these five man - = DetQuant ; - mkDet : Num -> Det -- forty-five men - = DetArtCard IndefArt ; - mkDet : Digits -> Det -- 51 (men) - = \d -> DetArtCard IndefArt (NumDigits d) ; - mkDet : Numeral -> Det -- - = \d -> DetArtCard IndefArt (NumNumeral d) ; - mkDet : Pron -> Det -- my (house) - = \p -> DetQuant (PossPron p) NumSg ; - mkDet : Pron -> Num -> Det -- my (houses) - = \p -> DetQuant (PossPron p) ; - } ; - - - the_Art : Art = DefArt ; -- the - a_Art : Art = IndefArt ; -- a - --- 1.4 --- defSgDet : Det = DetSg (SgQuant DefArt) NoOrd ; -- the (man) --- defPlDet : Det = DetPl (PlQuant DefArt) NoNum NoOrd ; -- the (man) --- indefSgDet : Det = DetSg (SgQuant IndefArt) NoOrd ; -- the (man) --- indefPlDet : Det = DetPl (PlQuant IndefArt) NoNum NoOrd ; -- the (man) - - ---- obsol - - mkQuantSg : Quant -> QuantSg = SgQuant ; - mkQuantPl : Quant -> QuantPl = PlQuant ; - --- defQuant = DefArt ; --- indefQuant = IndefArt ; - --- massQuant : QuantSg = SgQuant MassDet ; --- the_QuantSg : QuantSg = SgQuant DefArt ; --- a_QuantSg : QuantSg = mkQuantSg indefQuant ; - this_QuantSg : QuantSg = mkQuantSg this_Quant ; - that_QuantSg : QuantSg = mkQuantSg that_Quant ; - --- the_QuantPl : QuantPl = mkQuantPl defQuant ; --- a_QuantPl : QuantPl = mkQuantPl indefQuant ; - these_QuantPl : QuantPl = mkQuantPl this_Quant ; - those_QuantPl : QuantPl = mkQuantPl that_Quant ; - - sgNum : Num = NumSg ; - plNum : Num = NumPl ; - - - mkNum = overload { - mkNum : Numeral -> Num - = \d -> NumCard (NumNumeral d) ; - mkNum : Digits -> Num -- 51 - = \d -> NumCard (NumDigits d) ; - mkNum : Digit -> Num - = \d -> NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 d)))))) ; - mkNum : Card -> Num = NumCard ; - mkNum : AdN -> Card -> Num = \a,c -> NumCard (AdNum a c) - } ; - - singularNum : Num -- [no num] - = NumSg ; - pluralNum : Num -- [no num] - = NumPl ; - - mkOrd = overload { - mkOrd : Numeral -> Ord = OrdNumeral ; - mkOrd : Digits -> Ord -- 51st - = OrdDigits ; - mkOrd : Digit -> Ord -- fifth - = \d -> - OrdNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 d))))) ; - mkOrd : A -> Ord -- largest - = OrdSuperl - } ; - - n1_Numeral = num (pot2as3 (pot1as2 (pot0as1 pot01))) ; - n2_Numeral = num (pot2as3 (pot1as2 (pot0as1 (pot0 n2)))) ; - n3_Numeral = num (pot2as3 (pot1as2 (pot0as1 (pot0 n3)))) ; - n4_Numeral = num (pot2as3 (pot1as2 (pot0as1 (pot0 n4)))) ; - n5_Numeral = num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))) ; - n6_Numeral = num (pot2as3 (pot1as2 (pot0as1 (pot0 n6)))) ; - n7_Numeral = num (pot2as3 (pot1as2 (pot0as1 (pot0 n7)))) ; - n8_Numeral = num (pot2as3 (pot1as2 (pot0as1 (pot0 n8)))) ; - n9_Numeral = num (pot2as3 (pot1as2 (pot0as1 (pot0 n9)))) ; - n10_Numeral = num (pot2as3 (pot1as2 pot110)) ; - n20_Numeral = num (pot2as3 (pot1as2 (pot1 n2))) ; - n100_Numeral = num (pot2as3 (pot2 pot01)) ; - n1000_Numeral = num (pot3 (pot1as2 (pot0as1 pot01))) ; - - n1_Digits = IDig D_1 ; - n2_Digits = IDig D_2 ; - n3_Digits = IDig D_3 ; - n4_Digits = IDig D_4 ; - n5_Digits = IDig D_5 ; - n6_Digits = IDig D_6 ; - n7_Digits = IDig D_7 ; - n8_Digits = IDig D_8 ; - n9_Digits = IDig D_9 ; - n10_Digits = IIDig D_1 (IDig D_0) ; - n20_Digits = IIDig D_2 (IDig D_0) ; - n100_Digits = IIDig D_1 (IIDig D_0 (IDig D_0)) ; - n1000_Digits = IIDig D_1 (IIDig D_0 (IIDig D_0 (IDig D_0))) ; - - - mkAdN : CAdv -> AdN = AdnCAdv ; -- more (than five) - - mkDigits = overload { - mkDigits : Dig -> Digits = IDig ; - mkDigits : Dig -> Digits -> Digits = IIDig ; - } ; - - n0_Dig = D_0 ; - n1_Dig = D_1 ; - n2_Dig = D_2 ; - n3_Dig = D_3 ; - n4_Dig = D_4 ; - n5_Dig = D_5 ; - n6_Dig = D_6 ; - n7_Dig = D_7 ; - n8_Dig = D_8 ; - n9_Dig = D_9 ; - - - - - mkCN = overload { - mkCN : N -> CN -- house - = UseN ; - mkCN : N2 -> NP -> CN -- son of the king - = ComplN2 ; - mkCN : N3 -> NP -> NP -> CN -- flight from Moscow (to Paris) - = \f,x -> ComplN2 (ComplN3 f x) ; - mkCN : N2 -> CN -- son - = UseN2 ; - mkCN : N3 -> CN -- flight - = \n -> UseN2 (Use2N3 n) ; - mkCN : AP -> CN -> CN -- nice and big blue house - = AdjCN ; - mkCN : AP -> N -> CN -- nice and big house - = \x,y -> AdjCN x (UseN y) ; - mkCN : CN -> AP -> CN -- nice and big blue house - = \x,y -> AdjCN y x ; - mkCN : N -> AP -> CN -- nice and big house - = \x,y -> AdjCN y (UseN x) ; - mkCN : A -> CN -> CN -- big blue house - = \x,y -> AdjCN (PositA x) y; - mkCN : A -> N -> CN -- big house - = \x,y -> AdjCN (PositA x) (UseN y); - mkCN : CN -> RS -> CN -- house that John owns - = RelCN ; - mkCN : N -> RS -> CN -- house that John owns - = \x,y -> RelCN (UseN x) y ; - mkCN : CN -> Adv -> CN -- house on the hill - = AdvCN ; - mkCN : N -> Adv -> CN -- house on the hill - = \x,y -> AdvCN (UseN x) y ; - mkCN : CN -> S -> CN -- fact that John smokes - = \cn,s -> SentCN cn (EmbedS s) ; - mkCN : CN -> QS -> CN -- question if John smokes - = \cn,s -> SentCN cn (EmbedQS s) ; - mkCN : CN -> VP -> CN -- reason to smoke - = \cn,s -> SentCN cn (EmbedVP s) ; - mkCN : CN -> NP -> CN -- number x, numbers x and y - = ApposCN ; - mkCN : N -> NP -> CN -- number x, numbers x and y - = \x,y -> ApposCN (UseN x) y - } ; - - - mkPhr = overload { - mkPhr : PConj -> Utt -> Voc -> Phr -- But go home my friend - = PhrUtt ; - mkPhr : Utt -> Voc -> Phr - = \u,v -> PhrUtt NoPConj u v ; - mkPhr : PConj -> Utt -> Phr - = \u,v -> PhrUtt u v NoVoc ; - mkPhr : Utt -> Phr -- Go home - = \u -> PhrUtt NoPConj u NoVoc ; - mkPhr : S -> Phr -- I go home - = \s -> PhrUtt NoPConj (UttS s) NoVoc ; - mkPhr : Cl -> Phr -- I go home - = \s -> PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos s)) NoVoc ; - mkPhr : QS -> Phr -- I go home - = \s -> PhrUtt NoPConj (UttQS s) NoVoc ; - mkPhr : Imp -> Phr -- I go home - = \s -> PhrUtt NoPConj (UttImpSg PPos s) NoVoc - - } ; - - mkPConj : Conj -> PConj = PConjConj ; - noPConj : PConj = NoPConj ; - - mkVoc : NP -> Voc = VocNP ; - noVoc : Voc = NoVoc ; - - positivePol : Pol = PPos ; - negativePol : Pol = PNeg ; - - simultaneousAnt : Ant = ASimul ; - anteriorAnt : Ant = AAnter ; --# notpresent - - presentTense : Tense = TPres ; - pastTense : Tense = TPast ; --# notpresent - futureTense : Tense = TFut ; --# notpresent - conditionalTense : Tense = TCond ; --# notpresent - - param ImpForm = IFSg | IFPl | IFPol ; - - oper - singularImpForm : ImpForm = IFSg ; - pluralImpForm : ImpForm = IFPl ; - politeImpForm : ImpForm = IFPol ; - - mkUttImp : ImpForm -> Pol -> Imp -> Utt = \f,p,i -> case f of { - IFSg => UttImpSg p i ; - IFPl => UttImpPl p i ; - IFPol => UttImpPol p i - } ; - - mkUtt = overload { - mkUtt : S -> Utt -- John walked - = UttS ; - mkUtt : Cl -> Utt -- John walks - = \c -> UttS (UseCl TPres ASimul PPos c); - mkUtt : QS -> Utt -- is it good - = UttQS ; - mkUtt : ImpForm -> Pol -> Imp -> Utt -- don't help yourselves - = mkUttImp ; - mkUtt : ImpForm -> Imp -> Utt -- help yourselves - = \f -> mkUttImp f PPos ; - mkUtt : Pol -> Imp -> Utt -- (don't) help yourself - = UttImpSg ; - mkUtt : Imp -> Utt -- help yourself - = UttImpSg PPos ; - mkUtt : IP -> Utt -- who - = UttIP ; - mkUtt : IAdv -> Utt -- why - = UttIAdv ; - mkUtt : NP -> Utt -- this man - = UttNP ; - mkUtt : Adv -> Utt -- here - = UttAdv ; - mkUtt : VP -> Utt -- to sleep - = UttVP - } ; - - lets_Utt : VP -> Utt = ImpPl1 ; - - mkQCl = overload { - - mkQCl : Cl -> QCl -- does John walk - = QuestCl ; - mkQCl : IP -> VP -> QCl -- who walks - = QuestVP ; - mkQCl : IP -> ClSlash -> QCl -- who does John love - = QuestSlash ; - mkQCl : IP -> NP -> V2 -> QCl -- who does John love - = \ip,np,v -> QuestSlash ip (SlashVP np (SlashV2a v)) ; - mkQCl : IAdv -> Cl -> QCl -- why does John walk - = QuestIAdv ; - mkQCl : Prep -> IP -> Cl -> QCl -- with whom does John walk - = \p,ip -> QuestIAdv (PrepIP p ip) ; - mkQCl : IAdv -> NP -> QCl -- where is John - = \a -> QuestIComp (CompIAdv a) ; - mkQCl : IP -> QCl -- which houses are there - = ExistIP - - } ; - - mkIP = overload { - mkIP : IDet -> CN -> IP -- which songs - = IdetCN ; - mkIP : IDet -> N -> IP -- which song - = \i,n -> IdetCN i (UseN n) ; - mkIP : IQuant -> CN -> IP -- which songs - = \i,n -> IdetCN (IdetQuant i NumSg) n ; - mkIP : IQuant -> Num -> CN -> IP -- which songs - = \i,nu,n -> IdetCN (IdetQuant i nu) n ; - mkIP : IQuant -> N -> IP -- which song - = \i,n -> IdetCN (IdetQuant i NumSg) (UseN n) ; - mkIP : IP -> Adv -> IP -- who in Europe - = AdvIP - } ; - - whichSg_IDet : IDet = IdetQuant which_IQuant NumSg ; - whichPl_IDet : IDet = IdetQuant which_IQuant NumPl ; - - mkIAdv : Prep -> IP -> IAdv = PrepIP ; - - mkRCl = overload { - mkRCl : Cl -> RCl -- such that John loves her - = RelCl ; - mkRCl : RP -> VP -> RCl -- who loves John - = RelVP ; - mkRCl : RP -> ClSlash -> RCl -- whom John loves - = RelSlash ; - mkRCl : RP -> NP -> V2 -> RCl -- whom John loves - = \rp,np,v2 -> RelSlash rp (SlashVP np (SlashV2a v2)) ; - } ; - - which_RP : RP -- which - = IdRP ; - mkRP : Prep -> NP -> RP -> RP -- all the roots of which - = FunRP - ; - - mkClSlash = overload { - mkClSlash : NP -> V2 -> ClSlash -- (whom) he sees - = \np,v2 -> SlashVP np (SlashV2a v2) ; - mkClSlash : NP -> VV -> V2 -> ClSlash -- (whom) he wants to see - = \np,vv,v2 -> SlashVP np (SlashVV vv (SlashV2a v2)) ; - mkClSlash : ClSlash -> Adv -> ClSlash -- (whom) he sees tomorrow - = AdvSlash ; - mkClSlash : Cl -> Prep -> ClSlash -- (with whom) he walks - = SlashPrep - } ; - - mkImp = overload { - mkImp : VP -> Imp -- go - = ImpVP ; - mkImp : V -> Imp - = \v -> ImpVP (UseV v) ; - mkImp : V2 -> NP -> Imp - = \v,np -> ImpVP (ComplV2 v np) - } ; - - mkS = overload { - mkS : Cl -> S - = UseCl TPres ASimul PPos ; - mkS : Tense -> Cl -> S - = \t -> UseCl t ASimul PPos ; - mkS : Ant -> Cl -> S - = \a -> UseCl TPres a PPos ; - mkS : Pol -> Cl -> S - = \p -> UseCl TPres ASimul p ; - mkS : Tense -> Ant -> Cl -> S - = \t,a -> UseCl t a PPos ; - mkS : Tense -> Pol -> Cl -> S - = \t,p -> UseCl t ASimul p ; - mkS : Ant -> Pol -> Cl -> S - = \a,p -> UseCl TPres a p ; - mkS : Tense -> Ant -> Pol -> Cl -> S - = UseCl ; - mkS : Conj -> S -> S -> S - = \c,x,y -> ConjS c (BaseS x y) ; - mkS : Conj -> ListS -> S - = \c,xy -> ConjS c xy ; - mkS : Adv -> S -> S - = AdvS - - } ; - - mkQS = overload { - - mkQS : QCl -> QS - = UseQCl TPres ASimul PPos ; - mkQS : Tense -> QCl -> QS - = \t -> UseQCl t ASimul PPos ; - mkQS : Ant -> QCl -> QS - = \a -> UseQCl TPres a PPos ; - mkQS : Pol -> QCl -> QS - = \p -> UseQCl TPres ASimul p ; - mkQS : Tense -> Ant -> QCl -> QS - = \t,a -> UseQCl t a PPos ; - mkQS : Tense -> Pol -> QCl -> QS - = \t,p -> UseQCl t ASimul p ; - mkQS : Ant -> Pol -> QCl -> QS - = \a,p -> UseQCl TPres a p ; - mkQS : Tense -> Ant -> Pol -> QCl -> QS - = UseQCl ; - mkQS : Cl -> QS - = \x -> UseQCl TPres ASimul PPos (QuestCl x) - } ; - - - mkRS = overload { - - mkRS : RCl -> RS - = UseRCl TPres ASimul PPos ; - mkRS : Tense -> RCl -> RS - = \t -> UseRCl t ASimul PPos ; - mkRS : Ant -> RCl -> RS - = \a -> UseRCl TPres a PPos ; - mkRS : Pol -> RCl -> RS - = \p -> UseRCl TPres ASimul p ; - mkRS : Tense -> Ant -> RCl -> RS - = \t,a -> UseRCl t a PPos ; - mkRS : Tense -> Pol -> RCl -> RS - = \t,p -> UseRCl t ASimul p ; - mkRS : Ant -> Pol -> RCl -> RS - = \a,p -> UseRCl TPres a p ; - mkRS : Tense -> Ant -> Pol -> RCl -> RS - = UseRCl - } ; - - param Punct = PFullStop | PExclMark | PQuestMark ; - - oper - emptyText : Text = TEmpty ; -- [empty text] - - fullStopPunct : Punct = PFullStop ; -- . - questMarkPunct : Punct = PQuestMark ; -- ? - exclMarkPunct : Punct = PExclMark ; -- ! - - - mkText = overload { - mkText : Phr -> Punct -> Text -> Text = - \phr,punct,text -> case punct of { - PFullStop => TFullStop phr text ; - PExclMark => TExclMark phr text ; - PQuestMark => TQuestMark phr text - } ; - mkText : Phr -> Punct -> Text = - \phr,punct -> case punct of { - PFullStop => TFullStop phr TEmpty ; - PExclMark => TExclMark phr TEmpty ; - PQuestMark => TQuestMark phr TEmpty - } ; - mkText : Phr -> Text -- John walks. - = \x -> TFullStop x TEmpty ; - mkText : Utt -> Text - = \u -> TFullStop (PhrUtt NoPConj u NoVoc) TEmpty ; - mkText : S -> Text - = \s -> TFullStop (PhrUtt NoPConj (UttS s) NoVoc) TEmpty; - mkText : Cl -> Text - = \c -> TFullStop (PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos c)) NoVoc) TEmpty; - mkText : QS -> Text - = \q -> TQuestMark (PhrUtt NoPConj (UttQS q) NoVoc) TEmpty ; - mkText : Imp -> Text - = \i -> TExclMark (PhrUtt NoPConj (UttImpSg PPos i) NoVoc) TEmpty; - mkText : Pol -> Imp -> Text - = \p,i -> TExclMark (PhrUtt NoPConj (UttImpSg p i) NoVoc) TEmpty; - mkText : Phr -> Text -> Text -- John walks. ... - = TFullStop ; - mkText : Text -> Text -> Text = \t,u -> {s = t.s ++ u.s ; lock_Text = <>} ; - } ; - - mkVP = overload { - mkVP : V -> VP -- sleep - = UseV ; - mkVP : V2 -> NP -> VP -- use it - = ComplV2 ; - mkVP : V3 -> NP -> NP -> VP -- send a message to her - = ComplV3 ; - mkVP : VV -> VP -> VP -- want to run - = ComplVV ; - mkVP : VS -> S -> VP -- know that she runs - = ComplVS ; - mkVP : VQ -> QS -> VP -- ask if she runs - = ComplVQ ; - mkVP : VA -> AP -> VP -- look red - = ComplVA ; - mkVP : V2A -> NP -> AP -> VP -- paint the house red - = ComplV2A ; - - mkVP : V2S -> NP -> S -> VP --n14 - = \v,n,q -> (ComplSlash (SlashV2S v q) n) ; - mkVP : V2Q -> NP -> QS -> VP --n14 - = \v,n,q -> (ComplSlash (SlashV2Q v q) n) ; - mkVP : V2V -> NP -> VP -> VP --n14 - = \v,n,q -> (ComplSlash (SlashV2V v q) n) ; - - mkVP : A -> VP -- be warm - = \a -> UseComp (CompAP (PositA a)) ; - mkVP : A -> NP -> VP -- John is warmer than Mary - = \y,z -> (UseComp (CompAP (ComparA y z))) ; - mkVP : A2 -> NP -> VP -- John is married to Mary - = \y,z -> (UseComp (CompAP (ComplA2 y z))) ; - mkVP : AP -> VP -- be warm - = \a -> UseComp (CompAP a) ; - mkVP : NP -> VP -- be a man - = \a -> UseComp (CompNP a) ; - mkVP : CN -> VP -- be a man - = \y -> (UseComp (CompNP (DetArtSg IndefArt y))) ; - mkVP : N -> VP -- be a man - = \y -> (UseComp (CompNP (DetArtSg IndefArt (UseN y)))) ; - mkVP : Adv -> VP -- be here - = \a -> UseComp (CompAdv a) ; - mkVP : VP -> Adv -> VP -- sleep here - = AdvVP ; - mkVP : AdV -> VP -> VP -- always sleep - = AdVVP ; - mkVP : VPSlash -> NP -> VP -- always sleep - = ComplSlash ; - mkVP : VPSlash -> VP - = ReflVP - } ; - - reflexiveVP : V2 -> VP = \v -> ReflVP (SlashV2a v) ; - - mkVPSlash = overload { - - mkVPSlash : V2 -> VPSlash -- 1. (whom) (John) loves - = SlashV2a ; - mkVPSlash : V3 -> NP -> VPSlash -- 2. (whom) (John) gives an apple - = Slash2V3 ; - mkVPSlash : V2A -> AP -> VPSlash -- 3. (whom) (John) paints red - = SlashV2A ; - mkVPSlash : V2Q -> QS -> VPSlash -- 4. (whom) (John) asks who sleeps - = SlashV2Q ; - mkVPSlash : V2S -> S -> VPSlash -- 5. (whom) (John) tells that we sleep - = SlashV2S ; - mkVPSlash : V2V -> VP -> VPSlash -- 6. (whom) (John) forces to sleep - = SlashV2V ; - } ; - - - - passiveVP = overload { - passiveVP : V2 -> VP = PassV2 ; - passiveVP : V2 -> NP -> VP = \v,np -> - (AdvVP (PassV2 v) (PrepNP by8agent_Prep np)) - } ; - progressiveVP : VP -> VP = ProgrVP ; - - - mkListS = overload { - mkListS : S -> S -> ListS = BaseS ; - mkListS : S -> ListS -> ListS = ConsS - } ; - - mkListAP = overload { - mkListAP : AP -> AP -> ListAP = BaseAP ; - mkListAP : AP -> ListAP -> ListAP = ConsAP - } ; - - mkListAdv = overload { - mkListAdv : Adv -> Adv -> ListAdv = BaseAdv ; - mkListAdv : Adv -> ListAdv -> ListAdv = ConsAdv - } ; - - mkListNP = overload { - mkListNP : NP -> NP -> ListNP = BaseNP ; - mkListNP : NP -> ListNP -> ListNP = ConsNP - } ; - - mkCard = overload { - mkCard : Numeral -> Card - = NumNumeral ; - mkNum : Digits -> Card -- 51 - = NumDigits ; - } ; - - ------------- for backward compatibility - - QuantSg : Type = Quant ** {isSg : {}} ; - QuantPl : Type = Quant ** {isPl : {}} ; - SgQuant : Quant -> QuantSg = \q -> q ** {isSg = <>} ; - PlQuant : Quant -> QuantPl = \q -> q ** {isPl = <>} ; - --- Pre-1.4 constants defined - - DetSg : Quant -> Ord -> Det = \q -> DetQuantOrd q NumSg ; - DetPl : Quant -> Num -> Ord -> Det = DetQuantOrd ; - - ComplV2 : V2 -> NP -> VP = \v,np -> ComplSlash (SlashV2a v) np ; - ComplV2A : V2A -> NP -> AP -> VP = \v,np,ap -> ComplSlash (SlashV2A v ap) np ; - ComplV3 : V3 -> NP -> NP -> VP = \v,o,d -> ComplSlash (Slash2V3 v o) d ; - - that_NP : NP = DetNP (DetQuant that_Quant sgNum) ; - this_NP : NP = DetNP (DetQuant this_Quant sgNum) ; - those_NP : NP = DetNP (DetQuant that_Quant plNum) ; - these_NP : NP = DetNP (DetQuant this_Quant plNum) ; - - ListAdv : Type = Grammar.ListAdv ; - ListAP : Type = Grammar.ListAP ; - ListNP : Type = Grammar.ListNP ; - ListS : Type = Grammar.ListS ; - -{- --- The definite and indefinite articles are commonly used determiners. - - defSgDet : Det ; -- 11. the (house) - defPlDet : Det ; -- 12. the (houses) - indefSgDet : Det ; -- 13. a (house) - indefPlDet : Det ; -- 14. (houses) - - ---3 QuantSg, singular quantifiers - --- From quantifiers that can have both forms, this constructor --- builds the singular form. - - mkQuantSg : Quant -> QuantSg ; -- 1. this - --- The mass noun phrase constructor is treated as a singular quantifier. - - massQuant : QuantSg ; -- 2. (mass terms) - --- More singular quantifiers are available in the $Structural$ module. --- The following singular cases of quantifiers are often used. - - the_QuantSg : QuantSg ; -- 3. the - a_QuantSg : QuantSg ; -- 4. a - this_QuantSg : QuantSg ; -- 5. this - that_QuantSg : QuantSg ; -- 6. that - - ---3 QuantPl, plural quantifiers - --- From quantifiers that can have both forms, this constructor --- builds the plural form. - - mkQuantPl : Quant -> QuantPl ; -- 1. these - --- More plural quantifiers are available in the $Structural$ module. --- The following plural cases of quantifiers are often used. - - the_QuantPl : QuantPl ; -- 2. the - a_QuantPl : QuantPl ; -- 3. (indefinite plural) - these_QuantPl : QuantPl ; -- 4. these - those_QuantPl : QuantPl ; -- 5. those --} - -} diff --git a/old-lib/resource/api/ConstructorsBul.gf b/old-lib/resource/api/ConstructorsBul.gf deleted file mode 100644 index 54a85890c..000000000 --- a/old-lib/resource/api/ConstructorsBul.gf +++ /dev/null @@ -1,3 +0,0 @@ ---# -path=.:alltenses:prelude - -resource ConstructorsBul = Constructors with (Grammar = GrammarBul) ; diff --git a/old-lib/resource/api/ConstructorsCat.gf b/old-lib/resource/api/ConstructorsCat.gf deleted file mode 100644 index 4efd5bad4..000000000 --- a/old-lib/resource/api/ConstructorsCat.gf +++ /dev/null @@ -1,3 +0,0 @@ ---# -path=.:alltenses:prelude - -resource ConstructorsCat = Constructors with (Grammar = GrammarCat) ; diff --git a/old-lib/resource/api/ConstructorsDan.gf b/old-lib/resource/api/ConstructorsDan.gf deleted file mode 100644 index 0627f96c8..000000000 --- a/old-lib/resource/api/ConstructorsDan.gf +++ /dev/null @@ -1,3 +0,0 @@ ---# -path=.:alltenses:prelude - -resource ConstructorsDan = Constructors with (Grammar = GrammarDan) ; diff --git a/old-lib/resource/api/ConstructorsEng.gf b/old-lib/resource/api/ConstructorsEng.gf deleted file mode 100644 index 1d88caa79..000000000 --- a/old-lib/resource/api/ConstructorsEng.gf +++ /dev/null @@ -1,3 +0,0 @@ ---# -path=.:alltenses:prelude - -resource ConstructorsEng = Constructors with (Grammar = GrammarEng) ; diff --git a/old-lib/resource/api/ConstructorsFin.gf b/old-lib/resource/api/ConstructorsFin.gf deleted file mode 100644 index 57934b728..000000000 --- a/old-lib/resource/api/ConstructorsFin.gf +++ /dev/null @@ -1,3 +0,0 @@ ---# -path=.:alltenses:prelude - -resource ConstructorsFin = Constructors with (Grammar = GrammarFin) ; diff --git a/old-lib/resource/api/ConstructorsFre.gf b/old-lib/resource/api/ConstructorsFre.gf deleted file mode 100644 index b50c55fbc..000000000 --- a/old-lib/resource/api/ConstructorsFre.gf +++ /dev/null @@ -1,3 +0,0 @@ ---# -path=.:alltenses:prelude - -resource ConstructorsFre = Constructors with (Grammar = GrammarFre) ; diff --git a/old-lib/resource/api/ConstructorsGer.gf b/old-lib/resource/api/ConstructorsGer.gf deleted file mode 100644 index 907bf90a0..000000000 --- a/old-lib/resource/api/ConstructorsGer.gf +++ /dev/null @@ -1,3 +0,0 @@ ---# -path=.:alltenses:prelude - -resource ConstructorsGer = Constructors with (Grammar = GrammarGer) ; diff --git a/old-lib/resource/api/ConstructorsIta.gf b/old-lib/resource/api/ConstructorsIta.gf deleted file mode 100644 index 29724ffee..000000000 --- a/old-lib/resource/api/ConstructorsIta.gf +++ /dev/null @@ -1,3 +0,0 @@ ---# -path=.:alltenses:prelude - -resource ConstructorsIta = Constructors with (Grammar = GrammarIta) ; diff --git a/old-lib/resource/api/ConstructorsNor.gf b/old-lib/resource/api/ConstructorsNor.gf deleted file mode 100644 index d95b8b0e0..000000000 --- a/old-lib/resource/api/ConstructorsNor.gf +++ /dev/null @@ -1,3 +0,0 @@ ---# -path=.:alltenses:prelude - -resource ConstructorsNor = Constructors with (Grammar = GrammarNor) ; diff --git a/old-lib/resource/api/ConstructorsRus.gf b/old-lib/resource/api/ConstructorsRus.gf deleted file mode 100644 index 3a77d344e..000000000 --- a/old-lib/resource/api/ConstructorsRus.gf +++ /dev/null @@ -1,3 +0,0 @@ ---# -path=.:alltenses:prelude - -resource ConstructorsRus = Constructors with (Grammar = GrammarRus) ; diff --git a/old-lib/resource/api/ConstructorsSpa.gf b/old-lib/resource/api/ConstructorsSpa.gf deleted file mode 100644 index 98874982a..000000000 --- a/old-lib/resource/api/ConstructorsSpa.gf +++ /dev/null @@ -1,3 +0,0 @@ ---# -path=.:alltenses:prelude - -resource ConstructorsSpa = Constructors with (Grammar = GrammarSpa) ; diff --git a/old-lib/resource/api/ConstructorsSwe.gf b/old-lib/resource/api/ConstructorsSwe.gf deleted file mode 100644 index 9def2d75f..000000000 --- a/old-lib/resource/api/ConstructorsSwe.gf +++ /dev/null @@ -1,3 +0,0 @@ ---# -path=.:alltenses:prelude - -resource ConstructorsSwe = Constructors with (Grammar = GrammarSwe) ; diff --git a/old-lib/resource/api/Syntax.gf b/old-lib/resource/api/Syntax.gf deleted file mode 100644 index 1302e6391..000000000 --- a/old-lib/resource/api/Syntax.gf +++ /dev/null @@ -1,4 +0,0 @@ ---# -path=.:alltenses:prelude - -interface Syntax = Constructors, Cat, Structural, Combinators ; - diff --git a/old-lib/resource/api/SyntaxBul.gf b/old-lib/resource/api/SyntaxBul.gf deleted file mode 100644 index ff11f6888..000000000 --- a/old-lib/resource/api/SyntaxBul.gf +++ /dev/null @@ -1,4 +0,0 @@ ---# -path=.:alltenses:prelude - -instance SyntaxBul of Syntax = ConstructorsBul, CatBul, StructuralBul, CombinatorsBul ; - diff --git a/old-lib/resource/api/SyntaxCat.gf b/old-lib/resource/api/SyntaxCat.gf deleted file mode 100644 index 73ff4829c..000000000 --- a/old-lib/resource/api/SyntaxCat.gf +++ /dev/null @@ -1,4 +0,0 @@ ---# -path=.:alltenses:prelude - -instance SyntaxCat of Syntax = ConstructorsCat, CatCat, StructuralCat, CombinatorsCat ; - diff --git a/old-lib/resource/api/SyntaxDan.gf b/old-lib/resource/api/SyntaxDan.gf deleted file mode 100644 index 83d07d828..000000000 --- a/old-lib/resource/api/SyntaxDan.gf +++ /dev/null @@ -1,4 +0,0 @@ ---# -path=.:alltenses:prelude - -instance SyntaxDan of Syntax = ConstructorsDan, CatDan, StructuralDan, CombinatorsDan ; - diff --git a/old-lib/resource/api/SyntaxEng.gf b/old-lib/resource/api/SyntaxEng.gf deleted file mode 100644 index 940ee0573..000000000 --- a/old-lib/resource/api/SyntaxEng.gf +++ /dev/null @@ -1,5 +0,0 @@ ---# -path=.:alltenses:prelude - -instance SyntaxEng of Syntax = - ConstructorsEng, CatEng, StructuralEng, CombinatorsEng ; - diff --git a/old-lib/resource/api/SyntaxFin.gf b/old-lib/resource/api/SyntaxFin.gf deleted file mode 100644 index 300c56175..000000000 --- a/old-lib/resource/api/SyntaxFin.gf +++ /dev/null @@ -1,4 +0,0 @@ ---# -path=.:alltenses:prelude - -instance SyntaxFin of Syntax = ConstructorsFin, CatFin, StructuralFin, CombinatorsFin ; - diff --git a/old-lib/resource/api/SyntaxFre.gf b/old-lib/resource/api/SyntaxFre.gf deleted file mode 100644 index 8f5ffa206..000000000 --- a/old-lib/resource/api/SyntaxFre.gf +++ /dev/null @@ -1,4 +0,0 @@ ---# -path=.:alltenses:prelude - -instance SyntaxFre of Syntax = ConstructorsFre, CatFre, StructuralFre, CombinatorsFre ; - diff --git a/old-lib/resource/api/SyntaxGer.gf b/old-lib/resource/api/SyntaxGer.gf deleted file mode 100644 index 59f495279..000000000 --- a/old-lib/resource/api/SyntaxGer.gf +++ /dev/null @@ -1,4 +0,0 @@ ---# -path=.:alltenses:prelude - -instance SyntaxGer of Syntax = ConstructorsGer, CatGer, StructuralGer, CombinatorsGer ; - diff --git a/old-lib/resource/api/SyntaxIta.gf b/old-lib/resource/api/SyntaxIta.gf deleted file mode 100644 index 3bba98dd5..000000000 --- a/old-lib/resource/api/SyntaxIta.gf +++ /dev/null @@ -1,4 +0,0 @@ ---# -path=.:alltenses:prelude - -instance SyntaxIta of Syntax = ConstructorsIta, CatIta, StructuralIta, CombinatorsIta ; - diff --git a/old-lib/resource/api/SyntaxNor.gf b/old-lib/resource/api/SyntaxNor.gf deleted file mode 100644 index 98b4d41cf..000000000 --- a/old-lib/resource/api/SyntaxNor.gf +++ /dev/null @@ -1,5 +0,0 @@ ---# -path=.:alltenses:prelude - -instance SyntaxNor of Syntax = ConstructorsNor, CatNor, StructuralNor, CombinatorsNor - ; - diff --git a/old-lib/resource/api/SyntaxRus.gf b/old-lib/resource/api/SyntaxRus.gf deleted file mode 100644 index 56f750acb..000000000 --- a/old-lib/resource/api/SyntaxRus.gf +++ /dev/null @@ -1,4 +0,0 @@ ---# -path=.:alltenses:prelude - -instance SyntaxRus of Syntax = ConstructorsRus, CatRus, StructuralRus, CombinatorsRus ; - diff --git a/old-lib/resource/api/SyntaxSpa.gf b/old-lib/resource/api/SyntaxSpa.gf deleted file mode 100644 index 40315b430..000000000 --- a/old-lib/resource/api/SyntaxSpa.gf +++ /dev/null @@ -1,5 +0,0 @@ ---# -path=.:alltenses:prelude - -instance SyntaxSpa of Syntax = - ConstructorsSpa, CatSpa, StructuralSpa, CombinatorsSpa ; - diff --git a/old-lib/resource/api/SyntaxSwe.gf b/old-lib/resource/api/SyntaxSwe.gf deleted file mode 100644 index b1b603f8e..000000000 --- a/old-lib/resource/api/SyntaxSwe.gf +++ /dev/null @@ -1,5 +0,0 @@ ---# -path=.:alltenses:prelude - -instance SyntaxSwe of Syntax = - ConstructorsSwe, CatSwe, StructuralSwe, CombinatorsSwe ; - diff --git a/old-lib/resource/api/TryBul.gf b/old-lib/resource/api/TryBul.gf deleted file mode 100644 index 5b58da938..000000000 --- a/old-lib/resource/api/TryBul.gf +++ /dev/null @@ -1,13 +0,0 @@ ---# -path=.:alltenses:prelude - -resource TryBul = SyntaxBul, LexiconBul, ParadigmsBul - [mkAdv] ** - open (P = ParadigmsBul) in { - -oper - - mkAdv = overload SyntaxBul { - mkAdv : Str -> Adv = P.mkAdv ; - } ; - - -} diff --git a/old-lib/resource/api/TryCat.gf b/old-lib/resource/api/TryCat.gf deleted file mode 100644 index 872a85395..000000000 --- a/old-lib/resource/api/TryCat.gf +++ /dev/null @@ -1,13 +0,0 @@ ---# -path=.:alltenses:prelude - -resource TryCat = SyntaxCat, LexiconCat, ParadigmsCat - [mkAdv] ** - open (P = ParadigmsCat) in { - -oper - - mkAdv = overload SyntaxCat { - mkAdv : Str -> Adv = P.mkAdv ; - } ; - - -} diff --git a/old-lib/resource/api/TryDan.gf b/old-lib/resource/api/TryDan.gf deleted file mode 100644 index f92e7285d..000000000 --- a/old-lib/resource/api/TryDan.gf +++ /dev/null @@ -1,3 +0,0 @@ ---# -path=.:alltenses:prelude - -resource TryDan = SyntaxDan, LexiconDan, ParadigmsDan - [mkAdv] ; diff --git a/old-lib/resource/api/TryEng.gf b/old-lib/resource/api/TryEng.gf deleted file mode 100644 index 6975e4afa..000000000 --- a/old-lib/resource/api/TryEng.gf +++ /dev/null @@ -1,13 +0,0 @@ ---# -path=.:alltenses:prelude - -resource TryEng = SyntaxEng, LexiconEng, ParadigmsEng - [mkAdv] ** - open (P = ParadigmsEng) in { - -oper - - mkAdv = overload SyntaxEng { - mkAdv : Str -> Adv = P.mkAdv ; - } ; - - -} diff --git a/old-lib/resource/api/TryFin.gf b/old-lib/resource/api/TryFin.gf deleted file mode 100644 index 75ea25130..000000000 --- a/old-lib/resource/api/TryFin.gf +++ /dev/null @@ -1,3 +0,0 @@ ---# -path=.:alltenses:prelude - -resource TryFin = SyntaxFin, LexiconFin-[mkOrd], ParadigmsFin - [mkAdv] ; diff --git a/old-lib/resource/api/TryFre.gf b/old-lib/resource/api/TryFre.gf deleted file mode 100644 index b12983510..000000000 --- a/old-lib/resource/api/TryFre.gf +++ /dev/null @@ -1,3 +0,0 @@ ---# -path=.:alltenses:prelude - -resource TryFre = SyntaxFre, LexiconFre, ParadigmsFre - [mkAdv] ; diff --git a/old-lib/resource/api/TryGer.gf b/old-lib/resource/api/TryGer.gf deleted file mode 100644 index 7b4d0ddb5..000000000 --- a/old-lib/resource/api/TryGer.gf +++ /dev/null @@ -1,3 +0,0 @@ ---# -path=.:alltenses:prelude - -resource TryGer = SyntaxGer, LexiconGer, ParadigmsGer - [mkAdv] ; diff --git a/old-lib/resource/api/TryIta.gf b/old-lib/resource/api/TryIta.gf deleted file mode 100644 index ff91189bc..000000000 --- a/old-lib/resource/api/TryIta.gf +++ /dev/null @@ -1,3 +0,0 @@ ---# -path=.:alltenses:prelude - -resource TryIta = SyntaxIta, LexiconIta, ParadigmsIta - [mkAdv,in_Prep] ; diff --git a/old-lib/resource/api/TryNor.gf b/old-lib/resource/api/TryNor.gf deleted file mode 100644 index 43c9bab63..000000000 --- a/old-lib/resource/api/TryNor.gf +++ /dev/null @@ -1,3 +0,0 @@ ---# -path=.:alltenses:prelude - -resource TryNor = SyntaxNor, LexiconNor, ParadigmsNor - [mkAdv] ; diff --git a/old-lib/resource/api/TryRus.gf b/old-lib/resource/api/TryRus.gf deleted file mode 100644 index cb2058ceb..000000000 --- a/old-lib/resource/api/TryRus.gf +++ /dev/null @@ -1,3 +0,0 @@ ---# -path=.:alltenses:prelude - -resource TryRus = SyntaxRus, LexiconRus, ParadigmsRus - [mkAdv] ; diff --git a/old-lib/resource/api/TrySpa.gf b/old-lib/resource/api/TrySpa.gf deleted file mode 100644 index 06e74933b..000000000 --- a/old-lib/resource/api/TrySpa.gf +++ /dev/null @@ -1,3 +0,0 @@ ---# -path=.:alltenses:prelude - -resource TrySpa = SyntaxSpa, LexiconSpa, ParadigmsSpa - [mkAdv] ; diff --git a/old-lib/resource/api/TrySwe.gf b/old-lib/resource/api/TrySwe.gf deleted file mode 100644 index aac2c9e49..000000000 --- a/old-lib/resource/api/TrySwe.gf +++ /dev/null @@ -1,12 +0,0 @@ ---# -path=.:alltenses:prelude - -resource TrySwe = SyntaxSwe, LexiconSwe, ParadigmsSwe - [mkAdv] ** - open (P = ParadigmsSwe) in { - -oper - - mkAdv = overload SyntaxSwe { - mkAdv : Str -> Adv = P.mkAdv ; - } ; - -} \ No newline at end of file diff --git a/old-lib/resource/arabic/AdjectiveAra.gf b/old-lib/resource/arabic/AdjectiveAra.gf deleted file mode 100644 index f324d95d3..000000000 --- a/old-lib/resource/arabic/AdjectiveAra.gf +++ /dev/null @@ -1,43 +0,0 @@ -concrete AdjectiveAra of Adjective = CatAra ** open ResAra, Prelude in { - - lin - - - PositA a = { - s = \\h,g,n,d,c => case h of { - Hum => a.s ! APosit g n d c; - NoHum => case n of { - Pl => a.s ! APosit Fem Sg d c ; - _ => a.s ! APosit g n d c - } - } - }; --- ComparA a np = { --- s = \\_ => a.s ! AAdj Compar ++ "مِنْ" ++ np.s ! Gen ; --- } ; --- --- $SuperlA$ belongs to determiner syntax in $Noun$. --- --- ComplA2 a np = { --- s = \\_ => a.s ! AAdj Posit ++ a.c2 ++ np.s ! Acc ; --- isPre = False --- } ; --- --- ReflA2 a = { --- s = \\ag => a.s ! AAdj Posit ++ a.c2 ++ reflPron ! ag ; --- isPre = False --- } ; --- --- SentAP ap sc = { --- s = \\a => ap.s ! a ++ sc.s ; --- isPre = False --- } ; --- --- AdAP ada ap = { --- s = \\a => ada.s ++ ap.s ! a ; --- isPre = ap.isPre --- } ; --- --- UseA2 a = a ; --- -} diff --git a/old-lib/resource/arabic/AdverbAra.gf b/old-lib/resource/arabic/AdverbAra.gf deleted file mode 100644 index 5c2cbdfb6..000000000 --- a/old-lib/resource/arabic/AdverbAra.gf +++ /dev/null @@ -1,21 +0,0 @@ -concrete AdverbAra of Adverb = CatAra ** open ResAra, Prelude in { - - lin - PositAdvAdj a = {s = a.s ! APosit Masc Sg Indef Acc} ; --- ComparAdvAdj cadv a np = { --- s = cadv.s ++ a.s ! AAdv ++ "مِنْ" ++ np.s ! Gen --- } ; --- ComparAdvAdjS cadv a s = { --- s = cadv.s ++ a.s ! AAdv ++ "تهَن" ++ s.s --- } ; - - PrepNP prep np = {s = prep.s ++ np.s ! Gen} ; - --- AdAdv = cc2 ; --- --- SubjS = cc2 ; --- AdvSC s = s ; --- this rule give stack overflow in ordinary parsing --- --- AdnCAdv cadv = {s = cadv.s ++ "تهَن"} ; --- -} diff --git a/old-lib/resource/arabic/AllAra.gf b/old-lib/resource/arabic/AllAra.gf deleted file mode 100644 index d23f9b997..000000000 --- a/old-lib/resource/arabic/AllAra.gf +++ /dev/null @@ -1,3 +0,0 @@ ---# -path=.:../abstract:../common:prelude - -concrete AllAra of AllAraAbs = LangAra ; diff --git a/old-lib/resource/arabic/AllAraAbs.gf b/old-lib/resource/arabic/AllAraAbs.gf deleted file mode 100644 index 9889c81ed..000000000 --- a/old-lib/resource/arabic/AllAraAbs.gf +++ /dev/null @@ -1,3 +0,0 @@ ---# -path=.:../abstract:../common:prelude - -abstract AllAraAbs = Lang ; diff --git a/old-lib/resource/arabic/CatAra.gf b/old-lib/resource/arabic/CatAra.gf deleted file mode 100644 index dd1790a94..000000000 --- a/old-lib/resource/arabic/CatAra.gf +++ /dev/null @@ -1,103 +0,0 @@ -concrete CatAra of Cat = CommonX - [Utt] ** open ResAra, Prelude, ParamX in { - - flags optimize=all_subs ; - - lincat - --- Phrase - - Utt = {s : Gender => Str}; - --- Tensed/Untensed - - S = {s : Str} ; - QS = {s : QForm => Str} ; --- RS = {s : Agr => Str} ; - --- Sentence - - Cl = {s : ResAra.Tense => Polarity => Order => Str} ; --- Slash = {s : Tense => Anteriority => Polarity => Order => Str} ** {c2 : Str} ; - Imp = {s : Polarity => Gender => ResAra.Number => Str} ; - --- Question - - QCl = {s : ResAra.Tense => Polarity => QForm => Str} ; - IP = {s : Str ; n : ResAra.Number} ; --- IAdv = {s : Str} ; --- IDet = {s : Str ; n : ResAra.Number} ; --- ----- Relative --- --- RCl = {s : Tense => Anteriority => Polarity => Agr => Str} ; --- RP = {s : Case => Str ; a : RAgr} ; --- --- Verb - - VP = ResAra.VP ; - VPSlash = ResAra.VP ** {c2 : Str} ; - Comp = ResAra.Comp ; --{s : AAgr => Case => Str} ; --- SC = {s : Str} ; --- --- Adjective - - AP = {s : Species => Gender => NTable } ; - --- Noun - - CN = ResAra.Noun ** {adj : NTable}; - NP, Pron = ResAra.NP; --{s : Case => Str ; a : Agr } ; - Num, Ord, Card = {s : Gender => State => Case => Str ; - n : Size }; - Predet = ResAra.Predet ; - --- DEPRECATED --- QuantSg, QuantPl = --- {s : Species => Gender => Case => Str; --- n : ResAra.Number; --- d : State; --- isNum : Bool; --- isPron : Bool} ; - - Det = ResAra.Det ; --- {s : Species => Gender => Case => Str ; --- d : State; n : Size; isNum : Bool } ; - Quant = {s : ResAra.Number => Species => Gender => Case => Str; - d : State; - isNum : Bool; - isPron: Bool} ; - Art = {s : ResAra.Number => Species => Gender => Case => Str; - d : State} ; - --- Numeral - - Numeral = {s : CardOrd => Gender => State => Case => Str ; - n : Size } ; - Digits = {s : Str; - n : Size}; - --- Structural - - Conj = {s : Str ; n : ResAra.Number} ; --- DConj = {s1,s2 : Str ; n : ResAra.Number} ; --- Subj = {s : Str} ; - Prep = {s : Str} ; - --- Open lexical classes, e.g. Lexicon - - V, VS, VQ, VA = ResAra.Verb ; -- = {s : VForm => Str} ; - V2, V2A = ResAra.Verb ** {c2 : Str} ; - V2V, V2S, V2Q = ResAra.Verb ** {c2 : Str} ; --- AR - V3 = ResAra.Verb ** {c2, c3 : Str} ; --- VV = {s : VVForm => Str ; isAux : Bool} ; - - A = ResAra.Adj ; - A2 = ResAra.Adj ** {c2 : Str} ; - - N, N2 = ResAra.Noun ; ---{s : ResAra.Number => State => Case => Str; g : Gender ; h = Species} ; --- N2 = {s : ResAra.Number => Case => Str} ** {c2 : Str} ;?? - N3 = ResAra.Noun ** {c2,c3 : Str} ; - PN = {s : Case => Str; g : Gender; h : Species} ; - -} diff --git a/old-lib/resource/arabic/ConjunctionAra.gf b/old-lib/resource/arabic/ConjunctionAra.gf deleted file mode 100644 index f7683c6cc..000000000 --- a/old-lib/resource/arabic/ConjunctionAra.gf +++ /dev/null @@ -1,45 +0,0 @@ -concrete ConjunctionAra of Conjunction = - CatAra ** open ResAra, Coordination, Prelude in { --- --- flags optimize=all_subs ; --- --- lin --- --- ConjS = conjunctSS ; --- DConjS = conjunctDistrSS ; --- --- ConjAdv = conjunctSS ; --- DConjAdv = conjunctDistrSS ; --- --- ConjNP conj ss = conjunctTable Case conj ss ** { --- a = {n = conjNumber conj.n ss.a.n ; p = ss.a.p} --- } ; --- DConjNP conj ss = conjunctDistrTable Case conj ss ** { --- a = {n = conjNumber conj.n ss.a.n ; p = ss.a.p} --- } ; --- --- ConjAP conj ss = conjunctTable Agr conj ss ** { --- isPre = ss.isPre --- } ; --- DConjAP conj ss = conjunctDistrTable Agr conj ss ** { --- isPre = ss.isPre --- } ; --- ----- These fun's are generated from the list cat's. --- --- BaseS = twoSS ; --- ConsS = consrSS comma ; --- BaseAdv = twoSS ; --- ConsAdv = consrSS comma ; --- BaseNP x y = twoTable Case x y ** {a = conjAgr x.a y.a} ; --- ConsNP xs x = consrTable Case comma xs x ** {a = conjAgr xs.a x.a} ; --- BaseAP x y = twoTable Agr x y ** {isPre = andB x.isPre y.isPre} ; --- ConsAP xs x = consrTable Agr comma xs x ** {isPre = andB xs.isPre x.isPre} ; --- --- lincat --- [S] = {s1,s2 : Str} ; --- [Adv] = {s1,s2 : Str} ; --- [NP] = {s1,s2 : Case => Str ; a : Agr} ; --- [AP] = {s1,s2 : Agr => Str ; isPre : Bool} ; --- -} diff --git a/old-lib/resource/arabic/ExtAra.gf b/old-lib/resource/arabic/ExtAra.gf deleted file mode 100644 index 120c7caea..000000000 --- a/old-lib/resource/arabic/ExtAra.gf +++ /dev/null @@ -1,26 +0,0 @@ -concrete ExtAra of ExtAraAbs = CatAra ** open ResAra in { --- --- lincat --- --- Aux = {s : Polarity => Str} ; --- --- lin --- --- PredAux np aux vp = mkClause (np.s ! Nom) np.a { --- s = \\t,ant,b,ord,agr => --- let --- fin = aux.s ! b ; --- vf : Str -> Str -> {fin, inf : Str} = \x,y -> --- {fin = x ; inf = y} ; --- in --- case ant of { --- Simul => vf fin [] ; --- Anter => vf fin "هَثي" --- } ; --- s2 = \\agr => infVP vp agr --- } ; --- --- can_Aux = {s = \\p => posneg p "عَن"} ; ---- cannt --- must_Aux = {s = \\p => posneg p "مُست"} ; --- -} diff --git a/old-lib/resource/arabic/GrammarAra.gf b/old-lib/resource/arabic/GrammarAra.gf deleted file mode 100644 index f276984ad..000000000 --- a/old-lib/resource/arabic/GrammarAra.gf +++ /dev/null @@ -1,21 +0,0 @@ ---# -path=.:../abstract:../common:prelude - -concrete GrammarAra of Grammar = - NounAra, - VerbAra, - AdjectiveAra, - AdverbAra, - NumeralAra, - SentenceAra, - QuestionAra, - RelativeAra, - ConjunctionAra, - PhraseAra, - TextX - [Utt], - StructuralAra, - IdiomAra - ** { - -flags startcat = Phr ; unlexer = text ; lexer = text ; - -} ; diff --git a/old-lib/resource/arabic/IdiomAra.gf b/old-lib/resource/arabic/IdiomAra.gf deleted file mode 100644 index d185c5aa7..000000000 --- a/old-lib/resource/arabic/IdiomAra.gf +++ /dev/null @@ -1,14 +0,0 @@ -concrete IdiomAra of Idiom = CatAra ** open Prelude, ResAra in { --- --- flags optimize=all_subs ; --- --- lin --- ExistNP np = --- mkClause "تهري" (agrP3 np.a.n) (insertObj (\\_ => np.s ! Acc) (predAux auxBe)) ; --- ImpersCl vp = mkClause "ِت" (agrP3 Sg) vp ; --- GenericCl vp = mkClause "ْني" (agrP3 Sg) vp ; --- --- ProgrVP vp = insertObj (\\a => vp.ad ++ vp.prp ++ vp.s2 ! a) (predAux auxBe) ; --- -} - diff --git a/old-lib/resource/arabic/IrregAra.gf b/old-lib/resource/arabic/IrregAra.gf deleted file mode 100644 index 0d463bb83..000000000 --- a/old-lib/resource/arabic/IrregAra.gf +++ /dev/null @@ -1,181 +0,0 @@ ---# -path=.:prelude:../abstract:../common --- -concrete IrregAra of IrregAraAbs = CatAra ** open ParadigmsAra in { --- ---flags optimize=values ; --- --- lin --- awake_V = irregV "َوَكي" "َوْكي" "َوْكن" ; --- bear_V = irregV "بَر" "بْري" "بْرن" ; --- beat_V = irregV "بَت" "بَت" "بَت" ; --- become_V = irregV "بعْمي" "بعَمي" "بعْمي" ; --- begin_V = irregV "بغِن" "بغَن" "بغُن" ; --- bend_V = irregV "بند" "بنت" "بنت" ; --- beset_V = irregV "بست" "بست" "بست" ; --- bet_V = irregDuplV "بت" "بت" "بت" ; --- bid_V = irregDuplV "بِد" (variants {"بِد" ; "بَدي"}) (variants {"بِد" ; "بِدّن"}) ; --- bind_V = irregV "بِند" "بُْند" "بُْند" ; --- bite_V = irregV "بِتي" "بِت" "بِتّن" ; --- bleed_V = irregV "بلّد" "بلد" "بلد" ; --- blow_V = irregV "بلْو" "بلو" "بلْون" ; --- break_V = irregV "برَك" "برْكي" "برْكن" ; --- breed_V = irregV "برّد" "برد" "برد" ; --- bring_V = irregV "برِنغ" "برُْغهت" "برُْغهت" ; --- broadcast_V = irregV "برَْدعَست" "برَْدعَست" "برَْدعَست" ; --- build_V = irregV "بُِلد" "بُِلت" "بُِلت" ; --- burn_V = irregV "بُرن" (variants {"بُرند" ; "بُرنت"}) (variants {"بُرند" ; "بُرنت"}) ; --- burst_V = irregV "بُرست" "بُرست" "بُرست" ; --- buy_V = irregV "بُي" "بُْغهت" "بُْغهت" ; --- cast_V = irregV "عَست" "عَست" "عَست" ; --- catch_V = irregV "عَتعه" "عَُغهت" "عَُغهت" ; --- choose_V = irregV "عهّْسي" "عهْسي" "عهْسن" ; --- cling_V = irregV "علِنغ" "علُنغ" "علُنغ" ; --- come_V = irregV "عْمي" "عَمي" "عْمي" ; --- cost_V = irregV "عْست" "عْست" "عْست" ; --- creep_V = irregV "عرّة" "عرةت" "عرةت" ; --- cut_V = irregDuplV "عُت" "عُت" "عُت" ; --- deal_V = irregV "دَل" "دَلت" "دَلت" ; --- dig_V = irregDuplV "دِغ" "دُغ" "دُغ" ; --- dive_V = irregV "دِثي" (variants {"دِثد" ; "دْثي"}) "دِثد" ; --- do_V = mkV "دْ" "دْس" "دِد" "دْني" "دِْنغ" ; --- draw_V = irregV "درَو" "درو" "درَون" ; --- dream_V = irregV "درَم" (variants {"درَمد" ; "درَمت"}) (variants {"درَمد" ; "درَمت"}) ; --- drive_V = irregV "درِثي" "درْثي" "درِثن" ; --- drink_V = irregV "درِنك" "درَنك" "درُنك" ; --- eat_V = irregV "َت" "َتي" "َتن" ; --- fall_V = irregV "فَلّ" "فلّ" "فَلّن" ; --- feed_V = irregV "فّد" "فد" "فد" ; --- feel_V = irregV "فّل" "فلت" "فلت" ; --- fight_V = irregV "فِغهت" "فُْغهت" "فُْغهت" ; --- find_V = irregV "فِند" "فُْند" "فُْند" ; --- fit_V = irregDuplV "فِت" "فِت" "فِت" ; --- flee_V = irregV "فلّ" "فلد" "فلد" ; --- fling_V = irregV "فلِنغ" "فلُنغ" "فلُنغ" ; --- fly_V = irregV "فلي" "فلو" "فلْون" ; --- forbid_V = irregDuplV "فْربِد" "فْربَدي" "فْربِدّن" ; --- forget_V = irregDuplV "فْرغت" "فْرغْت" "فْرغْتّن" ; --- forgive_V = irregV "فْرغِثي" "فْرغَثي" "فْرغِثن" ; --- forsake_V = irregV "فْرسَكي" "فْرسّْك" "فْرسَكن" ; --- freeze_V = irregV "فرّزي" "فرْزي" "فرْزن" ; --- get_V = irregDuplV "غت" "غْت" "غْتّن" ; --- give_V = irregV "غِثي" "غَثي" "غِثن" ; --- go_V = irregV "غْ" "ونت" "غْني" ; --- grind_V = irregV "غرِند" "غرُْند" "غرُْند" ; --- grow_V = irregV "غرْو" "غرو" "غرْون" ; --- hang_V = irregV "هَنغ" "هُنغ" "هُنغ" ; --- have_V = mkV "هَثي" "هَس" "هَد" "هَد" "هَثِنغ" ; --- hear_V = irregV "هَر" "هَرد" "هَرد" ; --- hide_V = irregV "هِدي" "هِد" "هِدّن" ; --- hit_V = irregDuplV "هِت" "هِت" "هِت" ; --- hold_V = irregV "هْلد" "هلد" "هلد" ; --- hurt_V = irregV "هُرت" "هُرت" "هُرت" ; --- keep_V = irregV "كّة" "كةت" "كةت" ; --- kneel_V = irregV "كنّل" "كنلت" "كنلت" ; --- knit_V = irregDuplV "كنِت" "كنِت" "كنِت" ; --- know_V = irregV "كنْو" "كنو" "كنْو" ; --- lay_V = irregV "لَي" "لَِد" "لَِد" ; --- lead_V = irregV "لَد" "لد" "لد" ; --- leap_V = irregV "لَة" (variants {"لَةد" ; "لةت"}) (variants {"لَةد" ; "لةت"}) ; --- learn_V = irregV "لَرن" (variants {"لَرند" ; "لَرنت"}) (variants {"لَرند" ; "لَرنت"}) ; --- leave_V = irregV "لَثي" "لفت" "لفت" ; --- lend_V = irregV "لند" "لنت" "لنت" ; --- let_V = irregDuplV "لت" "لت" "لت" ; --- lie_V = irregV "لِي" "لَي" "لَِن" ; --- light_V = irregV "لِغهت" (variants {"لِغهتد" ; "لِت"}) "لِغهتد" ; --- lose_V = irregV "لْسي" "لْست" "لْست" ; --- make_V = irregV "مَكي" "مَدي" "مَدي" ; --- mean_V = irregV "مَن" "مَنت" "مَنت" ; --- meet_V = irregV "مّت" "مت" "مت" ; --- misspell_V = irregV "مِسّةلّ" (variants {"مِسّةلّد" ; "مِسّةلت"}) (variants {"مِسّةلّد" ; "مِسّةلت"}) ; --- mistake_V = irregV "مِستَكي" "مِستّْك" "مِستَكن" ; --- mow_V = irregV "مْو" "مْود" (variants {"مْود" ; "مْون"}) ; --- overcome_V = irregV "ْثرعْمي" "ْثرعَمي" "ْثرعْمي" ; --- overdo_V = mkV "ْثردْ" "ْثردْس" "ْثردِد" "ْثردْني" "ْثردِْنغ" ; --- overtake_V = irregV "ْثرتَكي" "ْثرتّْك" "ْثرتَكن" ; --- overthrow_V = irregV "ْثرتهرْو" "ْثرتهرو" "ْثرتهرْون" ; --- pay_V = irregV "ةَي" "ةَِد" "ةَِد" ; --- plead_V = irregV "ةلَد" "ةلد" "ةلد" ; --- prove_V = irregV "ةرْثي" "ةرْثد" (variants {"ةرْثد" ; "ةرْثن"}) ; --- put_V = irregDuplV "ةُت" "ةُت" "ةُت" ; --- quit_V = irregDuplV "قُِت" "قُِت" "قُِت" ; --- read_V = irregV "رَد" "رَد" "رَد" ; --- rid_V = irregDuplV "رِد" "رِد" "رِد" ; --- ride_V = irregV "رِدي" "رْدي" "رِدّن" ; --- ring_V = irregV "رِنغ" "رَنغ" "رُنغ" ; --- rise_V = irregV "رِسي" "رْسي" "رِسن" ; --- run_V = irregDuplV "رُن" "رَن" "رُن" ; --- saw_V = irregV "سَو" "سَود" (variants {"سَود" ; "سَون"}) ; --- say_V = irregV "سَي" "سَِد" "سَِد" ; --- see_V = irregV "سّ" "سَو" "سّن" ; --- seek_V = irregV "سّك" "سُْغهت" "سُْغهت" ; --- sell_V = irregV "سلّ" "سْلد" "سْلد" ; --- send_V = irregV "سند" "سنت" "سنت" ; --- set_V = irregDuplV "ست" "ست" "ست" ; --- sew_V = irregV "سو" "سود" (variants {"سود" ; "سون"}) ; --- shake_V = irregV "سهَكي" "سهّْك" "سهَكن" ; --- shave_V = irregV "سهَثي" "سهَثد" (variants {"سهَثد" ; "سهَثن"}) ; --- shear_V = irregV "سهَر" "سهْري" "سهْرن" ; --- shed_V = irregDuplV "سهد" "سهد" "سهد" ; --- shine_V = irregV "سهِني" "سهْني" "سهْني" ; --- shoe_V = irregV "سهْي" "سهْد" (variants {"سهْد" ; "سهْد"}) ; --- shoot_V = irregV "سهّْت" "سهْت" "سهْت" ; --- show_V = irregV "سهْو" "سهْود" (variants {"سهْود" ; "سهْون"}) ; --- shrink_V = irregV "سهرِنك" "سهرَنك" "سهرُنك" ; --- shut_V = irregDuplV "سهُت" "سهُت" "سهُت" ; --- sing_V = irregV "سِنغ" "سَنغ" "سُنغ" ; --- sink_V = irregV "سِنك" "سَنك" "سُنك" ; --- sit_V = irregDuplV "سِت" "سَت" "سَت" ; --- sleep_V = irregV "سلّة" "سلةت" "سلةت" ; --- slay_V = irregV "سلَي" "سلو" "سلَِن" ; --- slide_V = irregV "سلِدي" "سلِد" "سلِد" ; --- sling_V = irregV "سلِنغ" "سلُنغ" "سلُنغ" ; --- slit_V = irregDuplV "سلِت" "سلِت" "سلِت" ; --- smite_V = irregV "سمِتي" "سمْتي" "سمِتّن" ; --- sow_V = irregV "سْو" "سْود" (variants {"سْود" ; "سْون"}) ; --- speak_V = irregV "سةَك" "سةْكي" "سةْكن" ; --- speed_V = irregV "سةّد" "سةد" "سةد" ; --- spend_V = irregV "سةند" "سةنت" "سةنت" ; --- spill_V = irregV "سةِلّ" (variants {"سةِلّد" ; "سةِلت"}) (variants {"سةِلّد" ; "سةِلت"}) ; --- spin_V = irregDuplV "سةِن" "سةُن" "سةُن" ; --- spit_V = irregDuplV "سةِت" (variants {"سةِت" ; "سةَت"}) "سةِت" ; --- split_V = irregDuplV "سةلِت" "سةلِت" "سةلِت" ; --- spread_V = irregV "سةرَد" "سةرَد" "سةرَد" ; --- spring_V = irregV "سةرِنغ" (variants {"سةرَنغ" ; "سةرُنغ"}) "سةرُنغ" ; --- stand_V = irregV "ستَند" "ستّْد" "ستّْد" ; --- steal_V = irregV "ستَل" "ستْلي" "ستْلن" ; --- stick_V = irregV "ستِعك" "ستُعك" "ستُعك" ; --- sting_V = irregV "ستِنغ" "ستُنغ" "ستُنغ" ; --- stink_V = irregV "ستِنك" "ستَنك" "ستُنك" ; --- stride_V = irregV "سترِدي" "سترْد" "سترِدّن" ; --- strike_V = irregV "سترِكي" "سترُعك" "سترُعك" ; --- string_V = irregV "سترِنغ" "سترُنغ" "سترُنغ" ; --- strive_V = irregV "سترِثي" "سترْثي" "سترِثن" ; --- swear_V = irregV "سوَر" "سوْري" "سوْرن" ; --- sweep_V = irregV "سوّة" "سوةت" "سوةت" ; --- swell_V = irregV "سولّ" "سولّد" (variants {"سولّد" ; "سوْلّن"}) ; --- swim_V = irregDuplV "سوِم" "سوَم" "سوُم" ; --- swing_V = irregV "سوِنغ" "سوُنغ" "سوُنغ" ; --- take_V = irregV "تَكي" "تّْك" "تَكن" ; --- teach_V = irregV "تَعه" "تَُغهت" "تَُغهت" ; --- tear_V = irregV "تَر" "تْري" "تْرن" ; --- tell_V = irregV "تلّ" "تْلد" "تْلد" ; --- think_V = irregV "تهِنك" "تهُْغهت" "تهُْغهت" ; --- thrive_V = irregV "تهرِثي" (variants {"تهرِثد" ; "تهرْثي"}) "تهرِثد" ; --- throw_V = irregV "تهرْو" "تهرو" "تهرْون" ; --- thrust_V = irregV "تهرُست" "تهرُست" "تهرُست" ; --- tread_V = irregV "ترَد" "ترْد" "ترْدّن" ; --- understand_V = irregV "ُندرستَند" "ُندرستّْد" "ُندرستّْد" ; --- uphold_V = irregV "ُةهْلد" "ُةهلد" "ُةهلد" ; --- upset_V = irregDuplV "ُةست" "ُةست" "ُةست" ; --- wake_V = irregV "وَكي" "وْكي" "وْكن" ; --- wear_V = irregV "وَر" "وْري" "وْرن" ; --- weave_V = irregV "وَثي" (variants {"وَثد" ; "وْثي"}) (variants {"وَثد" ; "وْثن"}) ; --- wed_V = irregDuplV "ود" "ود" "ود" ; --- weep_V = irregV "وّة" "وةت" "وةت" ; --- wind_V = irregV "وِند" "وُْند" "وُْند" ; --- win_V = irregDuplV "وِن" "وْن" "وْن" ; --- withhold_V = irregV "وِتهّْلد" "وِتهّلد" "وِتهّلد" ; --- withstand_V = irregV "وِتهستَند" "وِتهستّْد" "وِتهستّْد" ; --- wring_V = irregV "ورِنغ" "ورُنغ" "ورُنغ" ; --- write_V = irregV "ورِتي" "ورْتي" "ورِتّن" ; -} diff --git a/old-lib/resource/arabic/LangAra.gf b/old-lib/resource/arabic/LangAra.gf deleted file mode 100644 index 2a1dc95b5..000000000 --- a/old-lib/resource/arabic/LangAra.gf +++ /dev/null @@ -1,12 +0,0 @@ ---# -path=.:../abstract:../common:prelude - -concrete LangAra of Lang = - GrammarAra, - LexiconAra - ** { - - flags startcat = Phr ; unlexer = text ; lexer = text ; coding = utf8 ; - -} - - diff --git a/old-lib/resource/arabic/LexiconAra.gf b/old-lib/resource/arabic/LexiconAra.gf deleted file mode 100644 index 6d457e0d8..000000000 --- a/old-lib/resource/arabic/LexiconAra.gf +++ /dev/null @@ -1,384 +0,0 @@ ---# -path=.:prelude --- -concrete LexiconAra of Lexicon = CatAra ** open - ParadigmsAra, - ResAra, - MorphoAra, --shouldn't open it here, only needed reg &sndf - Prelude in { - -flags - optimize=values ; coding=utf8 ; - - lin - - airplane_N = sdfN "ط؟ر" "فاعِلة" Fem NoHum ; - answer_V2S = dirV2 (v3 "جوب") ; - apartment_N = brkN "شقّ" "فِعّة" "فِعَل" Fem NoHum ; - apple_N = sdfN "تفح" "فِعّالة" Fem NoHum ; - art_N = brkN "فنّ" "فَعّ" "فُعُول" Masc NoHum ; - ask_V2Q = dirV2 (regV "يَس؟َل") ; --- ask_V2Q = dirV2 (v1 "س؟ل" a a) ; - baby_N = brkN "طفل" "فِعل" "أَفعال" Masc Hum; - bad_A = sndA "سو؟" "فَيِّع" ; - bank_N = brkN "بنك" "فَعل" "فُعُول" Masc NoHum ; - beautiful_A = sndA "جمل" "فَعِيل" ; - become_VA = mkVA (v4 "صبح") ; - beer_N = sdfN "بير" "فِعلة" Fem NoHum ; - beg_V2V = dirV2 (v5 "وسل") ; - big_A = sndA "كبر" "فَعِيل" ; - bike_N = sdfN "درج" "فَعّالة" Fem NoHum ; - bird_N = brkN "طير" "فَعل" "فُعُول" Masc NoHum; - black_A = clrA "سود" ; - blue_A = clrA "زرق" ; - boat_N = brkN "قرب" "فاعِل" "فَواعِل" Masc NoHum ; - book_N = brkN "كتب" "فِعال" "فُعُل" Masc NoHum ; - boot_N = sdfN "جزم" "فَعلة" Fem NoHum ; - boss_N = brkN "دور" "مُفِيع" "مُفَعاء" Masc Hum ; - boy_N = brkN "صبي" "فَعِل" "فُعلان" Masc Hum ; - bread_N = brkN "خبز" "فُعل" "أَفعال" Masc NoHum ; - break_V2 = dirV2 (regV "يَكسُر") ; --- break_V2 = dirV2 (v1 "كسر" a u) ; - broad_A = sndA "وسع" "فاعِل" ; - brother_N2 = brkN "؟خو" "فَع" "فِعلة" Masc Hum ; --FIXME - brown_A = sndA "بني" "فُعِّل"; - butter_N = sdfN "سبد" "فُعلة" Fem NoHum ; - buy_V2 = dirV2 (v8 "شري") ; - camera_N = sdfN "كمر" "فاعِيلا" Fem NoHum ; -- |Alö taSwIr - cap_N = sdfN "قبع" "فُعَّلة" Fem NoHum ; --qalnUsö - car_N = sdfN "سير" "فَعّالة" Fem NoHum ; - carpet_N = sdfN "سجد" "فَعّالة" Fem NoHum ; - cat_N = brkN "هرّ" "فِعّة" "فِعَل" Fem NoHum ; - ceiling_N = brkN "سقف" "فَعل" "أَفعُل" Masc NoHum ; - chair_N = brkN "كرس" "فُعلِي" "فَعالِي" Masc NoHum ; - cheese_N = brkN "جبن" "فُعلة" "أَفعال" Fem NoHum ; - child_N = brkN "ولد" "فَعَل" "أَفعال" Masc Hum ; - church_N = brkN "كنس" "فَعِيلة" "فَعاٱِل" Fem Hum ; - city_N = brkN "مدن" "فَعِيلة" "فُعُل" Fem NoHum ; - clean_A = sndA "نظف" "فَعِيل" ; - clever_A = sndA "جهد" "مُفتَعِل" ; - close_V2 = dirV2 (v4 "غلق") ; - coat_N = brkN "عطف" "مِفعَل" "مَفاعِل" Masc NoHum ; - cold_A = sndA "برد" "فاعِل" ; - come_V = v1 "جي؟" a i ; --check - computer_N = brkN "حسب" "فاعُول" "فَواعِيل" Masc NoHum ; - country_N = brkN "بلد" "فَعَل" "فِعال" Masc NoHum ; - cousin_N = brkN "قرب" "فَعِيل" "أَفعِلاء" Masc Hum ; -- (aDAc --- lose_V2 = dirV2 (v1 "خسر" i a) ; --Dayyac, >aDAc - love_N = brkN "حبّ" "فُعّ" "فُعّ" Masc NoHum ; -- no plur - love_V2 = dirV2 (v1 "حبّ" a i) ; - man_N = brkN "رجل" "فَعُل" "فِعال" Masc Hum ; - married_A2 = mkA2 (sndA "زوج" "مُتَفَعِّل") "مِن" ; - meat_N = brkN "لحم" "فَعلة" "فُعُول" Masc NoHum ; - milk_N = brkN "حلب" "فَعِيل" "فَعِيل" Masc NoHum ; --no plur - moon_N = brkN "قمر" "فَعَل" "أَفعال" Masc NoHum ; - mother_N2 = sdfN "؟م" "فُعّ" Fem Hum ; - mountain_N = brkN "جبل" "فَعَل" "فِعال" Masc NoHum ; - music_N = mkN (reg "مُوسِيقَى" "مُوسِيقَى") Fem NoHum ; --no plur - narrow_A = sndA "ضيق" "فَعِّل" ; - new_A = sndA "جدّ" "فَعِيل" ; - newspaper_N = brkN "صحف" "فَعِيلة" "فُعُل" Fem NoHum ; - oil_N = brkN "زيت" "فَعل" "فُعُول" Masc NoHum ; - old_A = sndA "قدم" "فَعِيل" ; - open_V2 = dirV2 (regV "يَفتَح") ; --- open_V2 = dirV2 (v1 "فتح" a a ) ; - paint_V2A = mkV2A (regV "يَدهَن" ) [] ; --- paint_V2A = mkV2A (v1 "دهن" a a ) [] ; - paper_N = brkN "ورق" "فَعَلة" "أَفعال" Fem NoHum ; - paris_PN = mkPN "بارِيس" Fem NoHum ; - peace_N = brkN "سلم" "فَعال" "فَعال" Masc NoHum; --no plur - pen_N = brkN "قلم" "فَعَل" "أَفعال" Masc NoHum; - planet_N = mkN (reg "كَوكَب" "كَواكِب") Masc NoHum ; -- quadriconsonantal - plastic_N = mkN (sndf "بلاستِيك") Masc NoHum ; - play_V2 = dirV2 (regV "لَعِب") ; --- play_V2 = dirV2 (v1 "لعب" i a) ; - policeman_N = sdmN "شرط" "فِعلِي" Masc Hum ; - priest_N = brkN "قسّ" "فِعِّيل" "أَفِعّة" Masc Hum ; - probable_AS = mkAS (sndA "مكن" "مُفعِل") ; - queen_N = sdfN "ملك" "فَعِلة" Fem Hum ; - radio_N = mkN (sndf "راديُو") Masc NoHum ; - rain_V0 = mkV0 (regV "يَمطُر") ; --- rain_V0 = mkV0 (v1 "مطر" a u) ; - read_V2 = dirV2 (regV "يَقرَ؟") ; --- read_V2 = dirV2 (v1 "قر؟" a a ) ; - red_A = clrA "حمر" ; - religion_N = brkN "دين" "فِعل" "أَفعال" Masc NoHum ; - restaurant_N = brkN "طعم" "مَفعَل" "مَفاعِل" Masc NoHum ; - river_N = brkN "نهر" "فَعل" "أَفعال" Masc NoHum ; - rock_N = brkN "صخر" "فَعلة" "فُعُول" Fem NoHum ; - roof_N = brkN "سطح" "فَعل" "أَفعُل" Masc NoHum ; - rubber_N = brkN "مطّ" "فَعّال" "فَعّال" Masc NoHum ; -- no hum - run_V = regV "يَركُض" ; --- run_V = v1 "ركض" a u ; - say_VS = mkVS (v1 "قول" a u) ; --check - school_N = brkN "درس" "مَفعَلة" "مَفاعِل" Fem NoHum ; - science_N = brkN "علم" "فِعل" "فُعُول" Masc NoHum ; - sea_N = brkN "بحر" "فَعل" "فُعُول" Masc NoHum ; - seek_V2 = dirV2 (regV "يَطلُب") ; --- seek_V2 = dirV2 (v1 "طلب" a u) ; - see_V2 = dirV2 (v1 "ر؟ي" a a) ; - sell_V3 = dirdirV3 (v1 "بيع" a i) ; --check - send_V3 = dirdirV3 (v4 "رسل") ; - sheep_N = brkN "خرف" "فَعُول" "فِعال" Masc NoHum ; - ship_N = brkN "سفن" "فَعِيلة" "فُعُل" Fem NoHum ; - shirt_N = brkN "قمص" "فَعِيل" "فُعلان" Masc NoHum ; - shoe_N = brkN "حذو" "فِعاء" "أَفعِية" Masc NoHum ; - shop_N = brkN "تجر" "مَفعَل" "مَفاعِل" Masc NoHum ; - short_A = sndA "قصر" "فَعِيل" ; - silver_N = brkN "فضّ" "فِعّة" "فِعَل" Fem NoHum ; - sister_N = brkN "؟خو" "فُعت" "فَعَوات" Fem Hum ; --FIXME - sleep_V = v1 "نوم" i a ; --check - small_A = sndA "صغر" "فَعِيل" ; - snake_N = sdfN "حيّ" "فَعّة" Fem NoHum ; - sock_N = brkN "جرب" "فَوعَل" "فَواعِل" Masc NoHum ; - speak_V2 = dirV2 (v5 "كلم") ; - star_N = brkN "نجم" "فَعل" "فُعُول" Masc NoHum ; --najmö - steel_N = brkN "فلذ" "فُوعال" "فَواعِل" Masc NoHum ; - stone_N = brkN "حجر" "فَعَل" "أَفعال" Masc NoHum ; - stove_N = brkN "وقد" "مَفعِل" "مَفاعِل" Masc NoHum ; - student_N = brkN "طلب" "فاعِل" "فُعّال" Masc Hum ; --tilmI* - stupid_A = clrA "بله" ; - sun_N = brkN "شمس" "فَعل" "فُعُول" Fem NoHum ; - switch8off_V2 = dirV2 (v4 "طف؟") ; - switch8on_V2 = dirV2 (v4 "شعل") ; - table_N = sdfN "طول" "فاعِلة" Fem NoHum ; - talk_V3 = mkV3 (v5 "حدث") "لِ" "عَن" ; - teacher_N = sdmN "علم" "مُفَعِّل" Masc Hum ; --mucal~imö - teach_V2 = dirV2 (v2 "علم") ; - television_N = mkN (sndf "تِلِفِزيُون") Masc NoHum ; - thick_A = sndA "سمك" "فَعِيل" ; - thin_A = sndA "رفع" "فَعِيل" ; - train_N = sdfN "قطر" "فِعال" Masc NoHum; - travel_V = v3 "سفر" ; - tree_N = brkN "شجر" "فَعلة" "أَفعال" Fem NoHum ; - ugly_A = sndA "قبح" "فَعِيل" ; - understand_V2 = dirV2 (regV "فَهِم") ; --- understand_V2 = dirV2 (v1 "فهم" i a ) ; - university_N = sdfN "جمع" "فاعِلة" Fem NoHum ; - village_N = brkN "قري" "فَعلة" "فُعَى" Fem NoHum ; --Daycö - wait_V2 = dirV2 (v8 "نظر") ; - walk_V = v1 "مشي" a i ; --check - warm_A = sndA "دف؟" "فاعِل" ; - war_N = brkN "حرب" "فَعل" "فُعُول" Fem NoHum ; - watch_V2 = dirV2 (v3 "شهد") ; - water_N = mkN (reg "ماء" "مِياه") Fem NoHum ; --"موه" "فاء" "فِياع" ?? - white_A = clrA "بيض" ; - window_N = brkN "نفذ" "فاعِلة" "فَواعِل" Fem NoHum ; --$ub~Ak - wine_N = brkN "خمر" "فَعل" "فُعُول" Masc NoHum ; - win_V2 = dirV2 (regV "رَبِح") ; --- win_V2 = dirV2 (v1 "ربح" i a) ; - woman_N = mkN (reg "إِمرَأَة" "نِسوَة") Fem Hum ; - wonder_VQ = mkVQ (v6 "س؟ل") ; - wood_N = brkN "خشب" "فَعَل" "أَفعال" Masc NoHum ; - write_V2 = dirV2 (regV "يَكتُب") ; --- write_V2 = dirV2 (v1 "كتب" a u) ; - yellow_A = clrA "صفر" ; - young_A = sndA "شبّ" "فاعّ" ; - - do_V2 = dirV2 (regV "يَفعَل") ; --- do_V2 = dirV2 (v1 "فعل" a a ) ; - now_Adv = mkAdv "الآن" ; - already_Adv = mkAdv "سابِقاً" ; - song_N = brkN "غني" "أَفعِلة" "أَفاعِي" Fem NoHum ; - add_V3 = dirV3 (regV "يَجمَع") "وَ" ; --- add_V3 = dirV3 (v1 "جمع" a a) "وَ" ; - number_N = brkN "رقم" "فَعل" "أَفعال" Masc NoHum ; --cadad - put_V2 = dirV2 (v1 "وضع" a a ); - stop_V = v5 "وقف" ; - jump_V = regV "يَقفِز" ; --- jump_V = v1 "قفز" a i ; - - left_Ord = mkOrd "أَيسَر" "يُسرَى"; - right_Ord = mkOrd "أَيمَن" "يُمنَى" ; - - far_Adv = mkAdv "بَعِيداً" ; - correct_A = sndA "صحّ" "فَعِيل" ; - dry_A = sndA "نشف" "فاعِل" ; - dull_A = sndA "بهت" "فاعِل" ; - full_A = sndA "مل؟" "فَعِيل" ; - heavy_A = sndA "ثقل" "فَعِيل" ; - near_A = sndA "قرب" "فَعِيل" ; - rotten_A = sndA "فسد" "فاعِل" ; - round_A = sndA "دور" "مُفَعَّل" ; - sharp_A = sndA "حدّ" "فاعّ" ; - smooth_A = sndA "نعم" "فاعِل" ; - straight_A = sndA "قوم" "مُستَفِيع" ; - wet_A = sndA "رطب" "فَعِل" ; - wide_A = sndA "وسع" "فاعِل" ; - - animal_N = sdfN "حيّ" "فَعَوان" Masc NoHum ; - ashes_N = brkN "رمد" "فَعال" "أَفعِلة" Masc NoHum; - back_N = brkN "ظهر" "فَعل" "فُعُول" Masc NoHum; - bark_N = brkN "نبح" "فَعل" "فُعال" Masc NoHum; - belly_N = brkN "بطن" "فَعل" "فُعُول" Fem NoHum; - blood_N = brkN "دم" "فَع" "فِعاء" Masc NoHum; - bone_N = brkN "عظم" "فَعلة" "فِعال" Fem NoHum; - breast_N = brkN "صدر" "فَعل" "فُعُول" Masc NoHum; - cloud_N = brkN "غيم" "فَعلة" "فُعُول" Fem NoHum; - day_N = brkN "يوم" "فَعل" "أَفّاع" Masc NoHum; - dust_N = brkN "غبر" "فُعال" "أَفعِلة" Masc NoHum; - ear_N = brkN "؟ذن" "فُعل" "أَفعال" Fem NoHum; - earth_N = brkN "ترب" "فُعلة" "فُعَل" Fem NoHum; - egg_N = sdfN "بيض" "فَعلة" Fem NoHum; - eye_N = brkN "عين" "فَعل" "فُعُول" Fem NoHum; - fat_N = brkN "دهن" "فُعل" "فُعُول" Masc NoHum ; - feather_N = sdfN "ريش" "فِعلة" Fem NoHum; - fingernail_N = brkN "ظفر" "فُعل" "أَفاعِل" Masc NoHum; - fire_N = brkN "نور" "فاع" "فِيعان" Fem NoHum; - flower_N = brkN "زهر" "فَعلة" "فُعُول" Fem NoHum; - fog_N = brkN "ضبّ" "فَعال" "فَعال" Masc NoHum; --no plural ? - foot_N = brkN "قدم" "فَعَل" "أَفعال" Fem NoHum; - forest_N = sdfN "غيب" "فاعة" Fem NoHum; - grass_N = brkN "عشب" "فُعلة" "أَفعال" Fem NoHum; - guts_N = brkN "حشو" "فَعا" "أَفعاء" Fem NoHum; - hair_N = sdfN "شعر" "فَعلة" Fem NoHum ; - hand_N = brkN "يد" "فَع" "أَفاعِي" Fem NoHum ; - head_N = brkN "ر؟س" "فَعل" "فُعُول" Masc NoHum; - heart_N = brkN "قلب" "فَعل" "فُعُول" Masc NoHum; - horn_N = brkN "قرن" "فَعل" "فُعُول" Masc NoHum; - husband_N = brkN "زوج" "فَعل" "أَفعال" Masc NoHum; - ice_N = brkN "ثلج" "فَعل" "فُعُول" Masc NoHum; - knee_N = brkN "ركب" "فُعلة" "فُعَل" Fem NoHum; - leaf_N = brkN "ورق" "فَعَلة" "أَفعال" Fem NoHum; - leg_N = brkN "رجل" "فِعل" "أَفعُل" Fem NoHum; - liver_N = brkN "كبد" "فَعِل" "أَفعال" Masc NoHum ; - louse_N = sdfN "قمل" "فَعلة" Fem NoHum; - mouth_N = brkN "فوه" "فُعل" "أَفعال" Masc NoHum ; - name_N = brkN "؟سم" "فِعل" "فَعالِي" Masc NoHum; - neck_N = brkN "رقب" "فَعَلة" "فِعال" Fem NoHum; - night_N = brkN "ليل" "فَعلة" "فَعالِي" Fem NoHum; --plural? - nose_N = brkN "؟نف" "فَعل" "فُعُول" Masc NoHum; - person_N = brkN "شخص" "فَعل" "أَفعال" Masc Hum; - rain_N = brkN "مطر" "فَعَل" "أَفعال" Masc NoHum; - road_N = brkN "طرق" "فَعِيل" "فُعُل" Fem NoHum; - root_N = brkN "جذر" "فَعل" "فُعُول" Masc NoHum ; - rope_N = brkN "حبل" "فَعل" "فِعال" Masc NoHum; - salt_N = brkN "ملح" "فِعل" "أَفعال" Masc NoHum; - sand_N = brkN "رمل" "فَعل" "فِعال" Masc NoHum; - seed_N = brkN "بذر" "فَعل" "فُعُول" Masc NoHum; - skin_N = brkN "جلد" "فِعل" "فُعُول" Masc NoHum; - sky_N = sdfN "سمو" "فَعاء" Fem NoHum; - smoke_N = brkN "دخن" "فُعال" "أَفعِلة" Masc NoHum; - snow_N = brkN "ثلج" "فَعل" "فُعُول" Masc NoHum; - stick_N = brkN "عصو" "فَعا" "فِعِي" Masc NoHum ; --"عصو" - tail_N = brkN "ذنب" "فَعَل" "أَفعال" Masc NoHum; - tongue_N = brkN "لسن" "فِعال" "أَفعِلة" Masc NoHum; - tooth_N = brkN "سنّ" "فِعل" "أَفعال" Masc NoHum ; - wife_N = sdfN "زوج" "فَعلة" Fem Hum; - wind_N = brkN "ريح" "فِعل" "فِعال" Fem NoHum; - wing_N = brkN "جنح" "فَعال" "أَفعِلة" Masc NoHum ; - worm_N = brkN "دود" "فُعلة" "فِيعان" Fem NoHum ; - year_N = sdfN "سن" "فَعة" Fem NoHum ; - - blow_V = regV "يَنفُخ" ; - breathe_V = dirV2 (v5 "نفس") ; - burn_V = regV "يَحرِق" ; - dig_V = regV "يَحفِر" ; - fall_V = v1 "وقع" a a ; - float_V = v1 "عوم" a u ; - flow_V = v1 "سيل" a i ; - fly_V = v1 "طير" a i ; - freeze_V = v2 "جمد" ; - give_V3 = dirdirV3 (v4 "عطي") ; - laugh_V = regV "ضَحِك" ; - lie_V = regV "يَكذِب" ; - play_V = regV "لَعِب" ; - sew_V = v1 "خيط" a i ; - sing_V = v2 "غني" ; - sit_V = regV "يَقعُد" ; - smell_V = v1 "شمّ" i a ; - spit_V = regV "يَبصُق" ; - stand_V = v1 "وقف" a i ; - swell_V = v8 "نفخ" ; - swim_V = regV "يَسبَح" ; - think_V = v2 "فكر" ; - turn_V = regV "يَبرُم" ; - vomit_V = v5 "قي؟" ; - - bite_V2 = dirV2 ( v1 "عضّ" a a ) ; - count_V2 = dirV2 (v1 "عدّ" a u) ; - cut_V2 = dirV2 (v1 "قصّ" a u) ; - fear_V2 = dirV2 (v1 "خوف" i a) ; - fight_V2 = dirV2 (v3 "قتل") ; - hit_V2 = dirV2 (regV "يَضرِب" ) ; - hold_V2 = dirV2 (regV "يَمسِك" ) ; - hunt_V2 = dirV2 (v1 "صيد" a i) ; - kill_V2 = dirV2 (regV "يَقتُل" ) ; - pull_V2 = dirV2 (regV "يَسحَب") ; - push_V2 = dirV2 (regV "يَدفَع" ) ; - rub_V2 = dirV2 ( regV "يَفرُك" ) ; - scratch_V2 = dirV2 (regV "يَخدِش" ) ; - split_V2 = dirV2 ( v2 "قسم" ) ; - squeeze_V2 = dirV2 (regV "يَعصِر" ) ; - stab_V2 = dirV2 ( regV "يَطعُن" ) ; - suck_V2 = dirV2 (v1 "مصّ" a u) ; - throw_V2 = dirV2 (v1 "رمي" a i) ; - tie_V2 = dirV2 (regV "يَربُط" ) ; - wash_V2 = dirV2 ( regV "يَغسِل" ) ; - wipe_V2 = dirV2 ( regV "يَمسَح" ) ; - --- other_A = sndA "ْتهر" ; - -} ; diff --git a/old-lib/resource/arabic/MorphoAra.gf b/old-lib/resource/arabic/MorphoAra.gf deleted file mode 100644 index 8846e11a6..000000000 --- a/old-lib/resource/arabic/MorphoAra.gf +++ /dev/null @@ -1,49 +0,0 @@ -resource MorphoAra = ResAra ** open Prelude in { - -flags optimize = all ;--noexpand; coding=utf8 ; - - oper - - mkDet : Str -> Number -> State -> Det - = \word,num,state -> - { s = \\_,_,c => word + vowel ! c ; - n = numberToSize num; - d = state; --only Const is used now. check StructuralAra - isNum = False; - isPron = False - }; - - mkPredet : Str -> Bool -> Predet - = \word,decl -> - { s = \\c => - case decl of { - True => word + vowel!c; - False => word - }; - isDecl = decl - }; - - mkQuantNum : Str -> Number -> State -> { - s: Species => Gender => Case => Str; n: Number; d : State; isPron: Bool; isNum : Bool} = - \waHid,num,state -> - let waHida = waHid + "َة" in - { s = \\_,g,c => - let word = - case g of { - Masc => waHid; - Fem => waHida - } in Al ! state + word + dec1sg ! state ! c; - n = num; - d = state; - isPron = False; - isNum = True - }; - - vowel : Case => Str = - table { - Nom => "ُ"; - Acc => "َ"; - Gen => "ِ" - }; - -} diff --git a/old-lib/resource/arabic/NounAra.gf b/old-lib/resource/arabic/NounAra.gf deleted file mode 100644 index bafa54d8c..000000000 --- a/old-lib/resource/arabic/NounAra.gf +++ /dev/null @@ -1,184 +0,0 @@ -concrete NounAra of Noun = CatAra ** open ResAra, Prelude in { - -flags optimize=noexpand ; - -lin - - DetCN det cn = let { - number = sizeToNumber det.n; - determiner : Case -> Str = \c -> - det.s ! cn.h ! (detGender cn.g det.n) ! c; - noun : Case -> Str = \c -> cn.s ! - number ! (nounState det.d number) ! (nounCase c det.n det.d) - } in { - s = \\c => - case cnB4det det.isPron det.isNum det.n det.d of { - False => determiner c ++ noun c; - --FIXME use the adj -> cn -> cn rule from below instead of - --repeating code - True => cn.s ! number ! det.d ! c ++ det.s ! cn.h ! cn.g ! c - ++ cn.adj ! number ! det.d ! c - }; - a = { pgn = agrP3 cn.h cn.g number; - isPron = False } - }; - - UsePN pn = { - s = pn.s; - a = {pgn = (Per3 pn.g Sg); isPron = False } - }; - - UsePron p = p ; - - PredetNP pred np = { - s = \\c => case pred.isDecl of { - True => pred.s!c ++ np.s ! Gen ; -- akvaru l-awlAdi - False => pred.s!c ++ np.s ! c - }; - a = np.a - } ; - {- - --should compile.. not working :( wierd error message.. bug? - PPartNP np v2 = - let x = case np.a.pgn of { - Per3 g n => ( positAdj (v2.s ! VPPart) ) ! g ! n ! Indef ; - _ => \\_ => [] -- not occuring anyway - } in { - s = \\c => np.s ! c ++ x ! c ; - a = np.a - }; - -} - - -- FIXME try parsing something like "this house now" and you'll get - -- an internal compiler error, but it still works.. wierd.. - AdvNP np adv = { - s = \\c => np.s ! c ++ adv.s; - a = np.a - }; -{- - DetSg quant ord = { - s = \\h,g,c => - quant.s ! Sg ! h ! g ! c ++ ord.s ! g ! quant.d ! c ; - n = One; - d = quant.d; - isPron = quant.isPron; - isNum = - case ord.n of { - None => False; - _ => True - } - } ; --} - - DetQuantOrd quant num ord = { - s = \\h,g,c => quant.s ! Pl ! h ! g ! c - ++ num.s ! g ! (toDef quant.d num.n) ! c - --FIXME check this: - ++ ord.s ! g ! (toDef quant.d num.n) ! c ; - n = num.n; - d = quant.d; - isPron = quant.isPron; - isNum = - case num.n of { - None => False; - _ => True - } - } ; - - DetQuant quant num = { - s = \\h,g,c => quant.s ! Pl ! h ! g ! c - ++ num.s ! g ! (toDef quant.d num.n) ! c ; - n = num.n; - d = quant.d; - isPron = quant.isPron; - isNum = - case num.n of { - None => False; - _ => True - } - } ; - - - --DEPRECATED - -- SgQuant quant = {s = quant.s ! Sg ; d = quant.d; - -- isPron = quant.isPron; isNum = False} ; - -- PlQuant quant = {s = quant.s ! Pl ; d = quant.d; - -- isPron = quant.isPron; isNum = False} ; - - PossPron p = { - s = \\_,_,_,_ => p.s ! Gen; - d = Const; - isPron = True; - isNum = False } ; - - NumSg = { - s = \\_,_,_ => [] ; - n = One } ; - - NumPl = { - s = \\_,_,_ => [] ; - n = None } ; - - NumDigits digits = { - s = \\_,_,_ => digits.s; - n = digits.n - }; - - NumNumeral numeral = { - s = numeral.s ! NCard ; - n = numeral.n - }; - - AdNum adn num = { - s = \\g,d,c => adn.s ++ num.s ! g ! d ! c ; - n = num.n } ; - - OrdDigits digits = { - s = \\_,d,_ => Al ! d ++ digits.s; - n = digits.n - }; - - -- OrdNumeral : Numeral -> Ord ; -- fifty-first - OrdNumeral numeral = { - s = numeral.s ! NOrd ; - n = numeral.n - }; - - -- FIXME, "the biggest house" would better translate into - -- akbaru baytin rather than al-baytu l-2akbaru - -- DetCN (DetSg DefArt (OrdSuperl big_A)) (UseN house_N) - OrdSuperl a = { - s = \\_,d,c => a.s ! AComp d c; - n = One - } ; - - DefArt = { - s = \\_,_,_,_ => []; - d = Def} ; - - IndefArt = { - s = \\_,_,_,_ => []; - d = Indef} ; - --- MassDet = {s = \\_,_,_,_ => [] ; d = Indef; --- isNum = False; isPron = False} ; - - UseN n = n ** {adj = \\_,_,_ => []}; - -- ComplN2 f x = {s = \\n,c => f.s ! n ! Nom ++ f.c2 ++ x.s ! c} ; - -- ComplN3 f x = {s = \\n,c => f.s ! n ! Nom ++ f.c2 ++ x.s ! c ; c2 = f.c3} ; - -- - -- UseN2 n = n ; - -- UseN3 n = n ; - -- - AdjCN ap cn = { - s = \\n,d,c => cn.s ! n ! d ! c; - adj = \\n,d,c => ap.s ! cn.h ! cn.g ! n ! (definite ! d) ! c ; - g = cn.g; - h = cn.h - }; - -- RelCN cn rs = {s = \\n,c => cn.s ! n ! c ++ rs.s ! {n = n ; p = P3}} ; - -- AdvCN cn ad = {s = \\n,c => cn.s ! n ! c ++ ad.s} ; - -- - -- SentCN cn sc = {s = \\n,c => cn.s ! n ! c ++ sc.s} ; - -- ApposCN cn np = -} diff --git a/old-lib/resource/arabic/NumeralAra.gf b/old-lib/resource/arabic/NumeralAra.gf deleted file mode 100644 index 12c7548f8..000000000 --- a/old-lib/resource/arabic/NumeralAra.gf +++ /dev/null @@ -1,154 +0,0 @@ -concrete NumeralAra of Numeral = CatAra ** - open Predef, Prelude, ResAra, MorphoAra in { - - - -lincat - - Digit = {s : DForm => CardOrd => Gender => State => Case => Str ; - n : Size } ; - Sub10 = {s : DForm => CardOrd => Gender => State => Case => Str ; - n : Size } ; - Sub100 = {s : CardOrd => Gender => State => Case => Str ; - n : Size} ; - Sub1000 = {s : CardOrd => Gender => State => Case => Str ; - n : Size } ; - Sub1000000 = {s : CardOrd => Gender => State => Case => Str ; - n : Size} ; - - - - lin num x = x ; - - lin n2 = num2 ** {n = Two }; - - lin n3 = num3_10 "ثَلاث" "ثالِث"; - lin n4 = num3_10 "أَربَع" "رابِع"; - lin n5 = num3_10 "خَمس" "خامِس"; - lin n6 = num3_10 "سِتّ" "سادِس"; - lin n7 = num3_10 "سَبع" "سابِع"; - lin n8 = num3_10 "ثَمانِي" "ثامِن"; - lin n9 = num3_10 "تِسع" "تاسِع"; - - lin pot01 = mkNum "واحِد" "أَوَّل" "أُولى" ** { n = One } ; - - lin pot0 d = d ; - - lin pot110 = { - s= ((num3_10 "عَشر" "عاشِر").s ! unit ) ; - n = ThreeTen - }; - - lin pot111 = { - s = \\_,g,d,_ => - case g of { - Masc => Al ! d + "أَحَدَ" ++ teen ! Masc ; - Fem => Al ! d + "إِحدَى" ++ teen ! Fem - }; - n = NonTeen - }; - - lin pot1to19 dig = { - s = \\co,g,d,c => case dig.n of { - Two => Al ! d + num2.s ! unit ! co ! g ! Const ! c ++ teen ! g ; - _ => dig.s ! unit ! co ! g ! (toDef d ThreeTen) ! Acc ++ - teen ! (genPolarity ! g) - }; - n = case dig.n of { - Two => NonTeen; - _ => Teen - } - }; - - lin pot0as1 num = { - s= num.s ! unit; - n = num.n - } ; - - lin pot1 dig = { - s = dig.s ! ten; - n = NonTeen - } ; - - lin pot1plus dig n = { - s = \\co,g,d,c => n.s ! unit ! co ! g ! d ! c - ++ "وَ" ++ dig.s ! ten ! co ! g ! d ! c ; - n = NonTeen - }; - - lin pot1as2 n = n ; - - lin pot2 dig = { - s = \\co,_,d,c => case dig.n of { - One => num100 ! d ! c ; - Two => num200 ! d ! c ; - _ => dig.s ! unit ! co ! Masc ! (toDef d ThreeTen) ! c ++ "مِٱَةِ" - }; - n = Hundreds - }; - - lin pot2plus m e = { - s = \\co,g,d,c => case m.n of { - One => num100 ! d ! c; - Two => num200 ! d ! c; - _ => m.s ! unit ! co ! Masc ! (toDef d ThreeTen) ! c ++ "مِٱَةٌ" - } ++ "وَ" ++ e.s ! co ! g ! d ! c ; - n = e.n - }; - - lin pot2as3 n = n ; - - lin pot3 m = { - s = \\co,_,d,c => case m.n of { - One => num1000 ! (definite ! d) ! c; - Two => num2000 ! (definite ! d) ! c; - _ => m.s ! co ! Fem ! (toDef d ThreeTen) ! c ++ "آلافٌ" - } ; - n = m.n - }; ---lin pot3plus n m = { --- s = \\c => n.s ! NCard ++ "تهُْسَند" ++ m.s ! c ; n = Pl} ; - --- numerals as sequences of digits - - lincat - Dig = Digits ; --- Numeral,Digits = {s : Gender => State => Case => Str ; --- n : Size } ; - - - lin - IDig d = d ; - - IIDig d i = { - s = d.s ++ i.s; - n = ThreeTen ; - } ; - - D_0 = mk1Dig "0" ; - D_1 = mk2Dig "1" One ; - D_2 = mk2Dig "2" Two ; - D_3 = mk1Dig "3" ; - D_4 = mk1Dig "4" ; - D_5 = mk1Dig "5" ; - D_6 = mk1Dig "6" ; - D_7 = mk1Dig "7" ; - D_8 = mk1Dig "8" ; - D_9 = mk1Dig "9" ; - - oper - - - mk2Dig : Str -> Size -> Digits = \str,sz -> { - s = str ; - n = sz ; - lock_Digits = <> - }; - - mk1Dig : Str -> Digits = \str -> { - s = str ; - n = ThreeTen; - lock_Digits = <> - }; - -} diff --git a/old-lib/resource/arabic/OrthoAra.gf b/old-lib/resource/arabic/OrthoAra.gf deleted file mode 100644 index 62ebc9b58..000000000 --- a/old-lib/resource/arabic/OrthoAra.gf +++ /dev/null @@ -1,41 +0,0 @@ -resource OrthoAra = open Prelude, Predef in { - -flags coding=utf8 ; - - oper - - rectifyHmz: Str -> Str = \word -> - case word of { - l@(""|"ال") + "؟" + v@("َ"|"ُ") + tail => l + "أ" + v + tail; - l@(""|"ال") + "؟" + v@("ِ") + tail => l + "إ" + v + tail; - head + v1@("ِ"|"ُ"|"َ"|"ْ"|"ا"|"ي"|"و") + "؟" + v2@(""|"ُ"|"َ"|"ْ"|"ِ") => head + v1 + (tHmz v1) + v2; - head + "؟" + tail => head + (bHmz (dp 2 head) (take 2 tail)) + tail; --last head , take 1 tail - _ => word - }; - - --hamza at beginning of word (head) - hHmz : Str -> Str = \d -> - case d of { - "ِ" => "إ"; - _ => "أ" - }; - - --hamza in middle of word (body) - bHmz : Str -> Str -> Str = \d1,d2 -> - case of { - <"ِ",_> | <_,"ِ"> => "ئ"; - <"ُ",_> | <_,"ُ"> => "ؤ"; - <"َ",_> | <_,"َ"> => "أ"; - _ => "ء" - }; - - --hamza carrier sequence - tHmz : Str -> Str = \d -> - case d of { - "ِ" => "ئ"; - "ُ" => "ؤ"; - "َ" => "أ"; - "ْ"|"ا"|"و"|"ي" => "ء" - }; - -} diff --git a/old-lib/resource/arabic/ParadigmsAra.gf b/old-lib/resource/arabic/ParadigmsAra.gf deleted file mode 100644 index bc9d498a5..000000000 --- a/old-lib/resource/arabic/ParadigmsAra.gf +++ /dev/null @@ -1,500 +0,0 @@ ---# -path=.:../abstract:../../prelude:../common - ---1 Arabic Lexical Paradigms --- --- Ali El Dada 2005--2006 --- --- This is an API to 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 $MorphoAra.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$. --- --- The following modules are presupposed: - -resource ParadigmsAra = open - Predef, - Prelude, - MorphoAra, - OrthoAra,(ResAra=ResAra), - CatAra - in { - - flags optimize = noexpand; coding=utf8 ; - - oper - --- Prepositions are used in many-argument functions for rection. - - Preposition : Type ; - ---2 Nouns - ---This is used for loan words or anything that has untreated irregularities ---in the interdigitization process of its words - mkN : NTable -> Gender -> Species -> N ; - ---Takes a root string, a singular pattern string, a broken plural ---pattern string, a gender, and species. Gives a noun. - brkN : Str -> Str -> Str -> Gender -> Species -> N ; - ---Takes a root string, a singular pattern string, a gender, ---and species. Gives a noun whose plural is sound feminine. - sdfN : Str -> Str -> Gender -> Species -> N ; - ---takes a root string, a singular pattern string, a gender, ---and species. Gives a noun whose plural is sound masculine - sdmN : Str -> Str -> Gender -> Species -> N ; - - mkPN : Str -> Gender -> Species -> PN ; - ---3 Relational nouns - - mkN2 : N -> Preposition -> N2 ; - - mkN3 : N -> Preposition -> Preposition -> N3 ; - ---2 Adjectives - ---Takes a root string and a pattern string - sndA : Str -> Str -> A ; - ---Takes a root string only - clrA : Str -> A ; - ---3 Two-place adjectives --- --- Two-place adjectives need a preposition for their second argument. - - mkA2 : A -> Preposition -> A2 ; - ---2 Adverbs - --- Adverbs are not inflected. Most lexical ones have position --- after the verb. Some can be preverbal. - - mkAdv : Str -> Adv ; - mkAdV : Str -> AdV ; - --- Adverbs modifying adjectives and sentences can also be formed. - - mkAdA : Str -> AdA ; - ---2 Prepositions --- --- A preposition as used for rection in the lexicon, as well as to --- build $PP$s in the resource API, just requires a string. - - mkPreposition : Str -> Preposition ; - --- (These two functions are synonyms.) - ---2 Verbs - ---The verb in the imperfect tense gives the most information - - regV : Str -> V ; - ---Verb Form I : fa`ala, fa`ila, fa`ula - - v1 : Str -> Vowel -> Vowel -> V ; - ---Verb Form II : fa``ala - - v2 : Str -> V ; - ---Verb Form III : faa`ala - - v3 : Str -> V ; - ---Verb Form IV : 'af`ala - - v4 : Str -> V ; - ---Verb Form V : tafa``ala - - v5 : Str -> V ; - ---Verb Form VI : tafaa`ala - - v6 : Str -> V ; - ---Verb Form VIII 'ifta`ala - - v8 : Str -> V ; - ---3 Two-place verbs - --- Two-place verbs need a preposition, except the special case with direct object. --- (transitive verbs). Notice that a particle comes from the $V$. - - mkV2 : V -> Preposition -> V2 ; - - dirV2 : V -> V2 ; - ---3 Three-place verbs - --- Three-place (ditransitive) verbs need two prepositions, of which --- the first one or both can be absent. - - mkV3 : V -> Preposition -> Preposition -> V3 ; -- speak, with, about - dirV3 : V -> Preposition -> V3 ; -- give,_,to - dirdirV3 : V -> V3 ; -- give,_,_ - ---3 Other complement patterns --- --- Verbs and adjectives can take complements such as sentences, --- questions, verb phrases, and adjectives. - - mkV0 : V -> V0 ; - mkVS : V -> VS ; - mkV2S : V -> Str -> V2S ; --- mkVV : V -> VV ; - mkV2V : V -> Str -> Str -> V2V ; - mkVA : V -> VA ; - mkV2A : V -> Str -> V2A ; - mkVQ : V -> VQ ; - mkV2Q : V -> Str -> V2Q ; - - mkAS : A -> AS ; - mkA2S : A -> Str -> A2S ; - mkAV : A -> AV ; - mkA2V : A -> Str -> 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 Definitions of paradigms - --- The definitions should not bother the user of the API. So they are --- hidden from the document. - -{- --- AED's original definition of regV - - regV = \word -> - case word of { - "يَ" + f@_ + c@_ + "ُ" + l@_ => v1 (f+c+l) a u ; - "يَ" + f@_ + c@_ + "ِ" + l@_ => v1 (f+c+l) a i ; - "يَ" + f@_ + c@_ + "َ" + l@_ => v1 (f+c+l) a a ; - f@_ + "َ" + c@_ + "ِ" + l@_ => v1 (f+c+l) i a - }; --} - ----- begin workaround for a problem with pattern matching, AR 27/6/2008 - - regV = \word -> - case Predef.eqStr (Predef.take 2 word) "يَ" of { - Predef.PTrue => vYa (Predef.drop 2 word) ; - _ => vCo word - }; - - vYa : Str -> V = \word -> - let - fcl = Predef.take 2 word + Predef.drop 3 word ; - voc = case Predef.take 1 (Predef.drop 2 word) of { - "ُ" => u ; - "ِ" => i ; - _ => a - } - in - v1 fcl a voc ; - - vCo : Str -> V = \word -> - let - f = Predef.take 1 word ; - c = Predef.take 1 (Predef.drop 2 word) ; - l = Predef.drop 4 word - in - v1 (f + c + l) i a ; - ----- end workaround definition - - v1 = \rootStr,vPerf,vImpf -> - let { raw = v1' rootStr vPerf vImpf } in - { s = \\vf => - case rootStr of { - _ + "؟" + _ => rectifyHmz(raw.s ! vf); - _ => raw.s ! vf - }; - lock_V = <> - } ; - - va : Vowel = ResAra.a ; - - v1' : Str -> Vowel -> Vowel -> Verb = - \rootStr,vPerf,vImpf -> - let { root = mkRoot3 rootStr ; - l = dp 2 rootStr } in --last rootStr - case of { - <"ّ",_> => v1geminate rootStr vPerf vImpf ; - <"و"|"ي",_> => v1defective root vImpf ; - <_,"و"|"ي"> => v1hollow root vImpf ; - _ => v1sound root vPerf vImpf - }; - - v2 = - \rootStr -> - let { - root = mkRoot3 rootStr - } in { - s = - case root.l of { - "و"|"ي" => (v2defective root).s; - _ => (v2sound root).s - }; - lock_V = <> - }; - - v3 = - \rootStr -> - let { - tbc = mkRoot3 rootStr ; - } in { - s = (v3sound tbc).s ; - lock_V = <> - }; - - v4 = - \rootStr -> - let { - root = mkRoot3 rootStr - } in { - s = - case root.l of { - "و"|"ي" => (v4defective root).s; - _ => (v4sound root).s - }; - lock_V = <> - }; - - - v5 = - \rootStr -> - let { raw = v5' rootStr } in - { s = \\vf => - case rootStr of { - _ + "؟" + _ => rectifyHmz(raw.s ! vf); - _ => raw.s ! vf - }; - lock_V = <> - }; - - v5' : Str -> V = - \rootStr -> - let { - nfs = mkRoot3 rootStr ; - } in { - s = (v5sound nfs).s ; lock_V = <> - }; - - v6 = - \rootStr -> - let { - fqm = mkRoot3 rootStr ; - } in { - s = (v6sound fqm).s ; - lock_V = <> - }; - - v8 = - \rootStr -> - let { - rbT = mkRoot3 rootStr ; - } in { - s = (v8sound rbT).s ; - lock_V = <> - }; - - Preposition = Str ; - - mkN nsc gen spec = - { s = nsc; --NTable - g = gen; - h = spec; - lock_N = <> - }; - - brkN' : Str -> Str -> Str -> Gender -> Species -> N = - \root,sg,pl,gen,spec -> - let { kitAb = mkWord sg root; - kutub = mkWord pl root - } in mkN (reg kitAb kutub) gen spec; - - brkN root sg pl gen spec = - let { raw = brkN' root sg pl gen spec} in - { s = \\n,d,c => - case root of { - _ + "؟" + _ => rectifyHmz(raw.s ! n ! d ! c); - _ => raw.s ! n ! d ! c - }; - g = gen; - h = spec ; lock_N = <> - }; - - sdfN = - \root,sg,gen,spec -> - let { kalima = mkWord sg root; - } in mkN (sndf kalima) gen spec; - - sdmN = - \root,sg,gen,spec -> - let { mucallim = mkWord sg root; - } in mkN (sndm mucallim) gen spec; - - mkPN = \str,gen,species -> - { s = \\c => str + indecl!c ; - g = gen; - h = species; - lock_PN = <> - }; - - - mkN2 = \n,p -> n ** {lock_N2 = <> ; c2 = p} ; - - mkN3 = \n,p,q -> n ** {lock_N3 = <> ; c2 = p ; c3 = q} ; - - mkPron : (_,_,_ : Str) -> PerGenNum -> NP = \ana,nI,I,pgn -> - { s = - table { - Nom => ana; - Acc => nI; - Gen => I - }; - a = {pgn = pgn; isPron = True }; - lock_NP = <> - }; - - -- e.g. al-jamii3, 2a7ad - regNP : Str -> Number -> NP = \word,n -> - { s = \\c => word + vowel ! c ; - a = {pgn = Per3 Masc n; isPron = False }; - lock_NP = <> - }; - - -- e.g. hadha, dhaalika - indeclNP : Str -> Number -> NP = \word,n -> - { s = \\c => word ; - a = {pgn = Per3 Masc n; isPron = False }; - lock_NP = <> - }; - - mkQuant7 : (_,_,_,_,_,_,_ : Str) -> State -> Quant = - \hava,havihi,havAn,havayn,hAtAn,hAtayn,hA'ulA,det -> - { s = \\n,s,g,c => - case of { - <_,Masc,_,Sg> => hava; - <_,Fem,_,Sg> => havihi; - <_,Masc,Nom,Dl>=> havAn; - <_,Masc,_,Dl> => havayn; - <_,Fem,Nom,Dl> => hAtAn; - <_,Fem,_,Dl> => hAtayn; - => hA'ulA; - _ => havihi - }; - d = Def; - isPron = False; - isNum = False; - lock_Quant = <> - }; - - mkQuant3 : (_,_,_ : Str) -> State -> Quant = - \dalika,tilka,ula'ika,det -> - { s = \\n,s,g,c => - case of { - <_,Masc,_,Sg> => dalika; - <_,Fem,_,Sg> => tilka; - => ula'ika; - _ => tilka - }; - d = Def; - isPron = False; - isNum = False; - lock_Quant = <> - }; - - sndA root pat = - let raw = sndA' root pat in { - s = \\af => - case root of { - _ + "؟" + _ => rectifyHmz(raw.s ! af); - _ => raw.s ! af - }; - lock_A = <> - }; - - sndA' : Str -> Str -> A = - \root,pat -> - let { kabIr = mkWord pat root; - akbar = mkWord "أَفعَل" root - } in { - s = table { - APosit g n d c => (positAdj kabIr) ! g ! n ! d ! c ; - AComp d c => (indeclN akbar) ! d ! c - }; - lock_A = <> - }; - - clrA root = - let { eaHmar = mkWord "أَفعَل" root; - HamrA' = mkWord "فَعلاء" root; - Humr = mkWord "فُعل" root - } in { - s = clr eaHmar HamrA' Humr; - lock_A = <> - }; - - mkA2 a p = a ** {c2 = p ; lock_A2 = <>} ; - - mkAdv x = ss x ** {lock_Adv = <>} ; - mkAdV x = ss x ** {lock_AdV = <>} ; - mkAdA x = ss x ** {lock_AdA = <>} ; - - mkPreposition p = p ; - mkV2 v p = v ** {s = v.s ; c2 = p ; lock_V2 = <>} ; - dirV2 v = mkV2 v [] ; - - mkV3 v p q = v ** {s = v.s ; c2 = p ; c3 = q ; lock_V3 = <>} ; - dirV3 v p = mkV3 v [] p ; - dirdirV3 v = dirV3 v [] ; - - mkVS v = v ** {lock_VS = <>} ; - mkVQ v = v ** {lock_VQ = <>} ; - - V0 : Type = V ; ----- V2S, V2V, V2Q, V2A : Type = V2 ; - AS, A2S, AV : Type = A ; - A2V : Type = A2 ; - - mkV0 v = v ** {lock_V = <>} ; - mkV2S v p = mkV2 v p ** {lock_V2S = <>} ; - mkV2V v p t = mkV2 v p ** {s4 = t ; lock_V2V = <>} ; - mkVA v = v ** {lock_VA = <>} ; - mkV2A v p = mkV2 v p ** {lock_V2A = <>} ; - mkV2Q v p = mkV2 v p ** {lock_V2Q = <>} ; - - mkAS v = v ** {lock_A = <>} ; - mkA2S v p = mkA2 v p ** {lock_A = <>} ; - mkAV v = v ** {lock_A = <>} ; - mkA2V v p = mkA2 v p ** {lock_A2 = <>} ; - - -} ; diff --git a/old-lib/resource/arabic/PatternsAra.gf b/old-lib/resource/arabic/PatternsAra.gf deleted file mode 100644 index 611fd262a..000000000 --- a/old-lib/resource/arabic/PatternsAra.gf +++ /dev/null @@ -1,106 +0,0 @@ -resource PatternsAra = { - -flags coding=utf8 ; - - oper - - fA' = { h = "" ; m1 = ""; m2 = ""; t = "َاء"} ; - - eafAcI = { h = "أَ"; m1 = "َا"; m2 = ""; t = "ِي" } ; - eafcA' = { h = "أَ"; m1 = "ْ" ; m2 = ""; t = "َاء"} ; - eafcI = { h = "أَ"; m1 = "ْ" ; m2 = ""; t = "ِي" } ; - fac = { h = "" ; m1 = "َ" ; m2 = ""; t = "" } ; - facc = { h = "" ; m1 = "َ" ; m2 = ""; t = "ّ" } ; - facca = { h = "" ; m1 = "َ" ; m2 = ""; t = "َّ" } ; - facci = { h = "" ; m1 = "َ" ; m2 = ""; t = "ِّ" } ; - faccu = { h = "" ; m1 = "َ" ; m2 = ""; t = "ُّ" } ; - facp = { h = "" ; m1 = "َ" ; m2 = ""; t = "َة" } ; - faca = { h = "" ; m1 = "َ" ; m2 = ""; t = "َ" } ; - facA = { h = "" ; m1 = "َ" ; m2 = ""; t = "َا" } ; - facA' = { h = "" ; m1 = "َ" ; m2 = ""; t = "َاء"} ; - fAc = { h = "" ; m1 = "َا"; m2 = ""; t = "" } ; - fAcp = { h = "" ; m1 = "َا"; m2 = ""; t = "َة" } ; - fic = { h = "" ; m1 = "ِ" ; m2 = ""; t = "" } ; - ficc = { h = "" ; m1 = "ِ" ; m2 = ""; t = "ّ" } ; - ficA' = { h = "" ; m1 = "ِ" ; m2 = ""; t = "َاء"} ; - fIc = { h = "" ; m1 = "ِي"; m2 = ""; t = "" } ; - fIcAn = { h = "" ; m1 = "ِي"; m2 = ""; t = "َان"} ; - fca = { h = "" ; m1 = "ْ" ; m2 = ""; t = "َ" } ; - fci = { h = "" ; m1 = "ْ" ; m2 = ""; t = "ِ" } ; - fcu = { h = "" ; m1 = "ْ" ; m2 = ""; t = "ُ" } ; - fuc = { h = "" ; m1 = "ُ" ; m2 = ""; t = "" } ; - fucc = { h = "" ; m1 = "ُ" ; m2 = ""; t = "ّ" } ; - fucci = { h = "" ; m1 = "ُ" ; m2 = ""; t = "ِّ" } ; - fuccu = { h = "" ; m1 = "ُ" ; m2 = ""; t = "ُّ" } ; - fuci = { h = "" ; m1 = "ُ" ; m2 = ""; t = "ِ" } ; - fucu = { h = "" ; m1 = "ُ" ; m2 = ""; t = "ُ" } ; - fUc = { h = "" ; m1 = "ُو"; m2 = ""; t = "" } ; - ufAc = { h = "ُ" ; m1 = "َا"; m2 = ""; t = "" } ; - ufca = { h = "ُ" ; m1 = "ْ" ; m2 = ""; t = "َ" } ; - - eafAcil = { h = "أَ"; m1 = "َا" ; m2 = "ِ" ; t = "" } ; - eafAcIl = { h = "أَ"; m1 = "َا" ; m2 = "ِي" ; t = "" } ; - eafcilp = { h = "أَ"; m1 = "ْ" ; m2 = "ِ" ; t = "َة" } ; - eafcal = { h = "أَ"; m1 = "ْ" ; m2 = "َ" ; t = "" } ; - eafcAl = { h = "أَ"; m1 = "ْ" ; m2 = "َا" ; t = "" } ; - eafcil = { h = "أَ"; m1 = "ْ" ; m2 = "ِ" ; t = "" } ; - eafcul = { h = "أَ"; m1 = "ْ" ; m2 = "ُ" ; t = "" } ; - eiftacal = { h = "إِ"; m1 = "ْتَ" ; m2 = "َ" ; t = "" } ; - eufcil = { h = "أُ"; m1 = "ْ" ; m2 = "ِ" ; t = "" } ; - euftucil = { h = "أُ"; m1 = "ْتُ" ; m2 = "ِ" ; t = "" } ; - afcul = { h = "َ" ; m1 = "ْ" ; m2 = "ُ" ; t = "" } ; - faccalo = { h = "" ; m1 = "َ" ; m2 = "َّ" ; t = "ْ" } ; - facal = { h = "" ; m1 = "َ" ; m2 = "َ" ; t = "" } ; - facalo = { h = "" ; m1 = "َ" ; m2 = "َ" ; t = "ْ" } ; - facalp = { h = "" ; m1 = "َ" ; m2 = "َ" ; t = "َة" } ; - facA'il = { h = "" ; m1 = "َ" ; m2 = "َائِ"; t = "" } ; - facAl = { h = "" ; m1 = "َ" ; m2 = "َا" ; t = "" } ; - facAlI = { h = "" ; m1 = "َ" ; m2 = "َا" ; t = "ِي" } ; - facil = { h = "" ; m1 = "َ" ; m2 = "ِ" ; t = "" } ; - facIl = { h = "" ; m1 = "َ" ; m2 = "ِي" ; t = "" } ; - facl = { h = "" ; m1 = "َ" ; m2 = "ْ" ; t = "" } ; - faclp = { h = "" ; m1 = "َ" ; m2 = "ْ" ; t = "َة" } ; - facul = { h = "" ; m1 = "َ" ; m2 = "ُ" ; t = "" } ; - fAcal = { h = "" ; m1 = "َا" ; m2 = "َ" ; t = "" } ; - fAcil = { h = "" ; m1 = "َا" ; m2 = "ِ" ; t = "" } ; - faccal = { h = "" ; m1 = "َ" ; m2 = "َّ" ; t = "" } ; - faccil = { h = "" ; m1 = "َ" ; m2 = "ِّ" ; t = "" } ; - faclA' = { h = "" ; m1 = "َ" ; m2 = "ْ" ; t = "َاء"} ; - fAcilp = { h = "" ; m1 = "َا" ; m2 = "ِ" ; t = "َة" } ; - fawAcil = { h = "" ; m1 = "َوَا"; m2 = "ِ" ; t = "" } ; - ficAlp = { h = "" ; m1 = "ِ" ; m2 = "َا" ; t = "َة" } ; - fcal = { h = "" ; m1 = "ْ" ; m2 = "َ" ; t = "" } ; - fcil = { h = "" ; m1 = "ْ" ; m2 = "ِ" ; t = "" } ; - fcul = { h = "" ; m1 = "ْ" ; m2 = "ُ" ; t = "" } ; - ficl = { h = "" ; m1 = "ِ" ; m2 = "ْ" ; t = "" } ; - ficAl = { h = "" ; m1 = "ِ" ; m2 = "َا" ; t = "" } ; - ficlp = { h = "" ; m1 = "ِ" ; m2 = "ْ" ; t = "َة" } ; - ftacal = { h = "" ; m1 = "ْتَ" ; m2 = "َ" ; t = "" } ; - ftacil = { h = "" ; m1 = "ْتَ" ; m2 = "ِ" ; t = "" } ; - fuccAl = { h = "" ; m1 = "ُ" ; m2 = "َّا" ; t = "" } ; - fuccil = { h = "" ; m1 = "ُ" ; m2 = "ِّ" ; t = "" } ; - fuccilo = { h = "" ; m1 = "ُ" ; m2 = "ِّ" ; t = "ْ" } ; - fucal = { h = "" ; m1 = "ُ" ; m2 = "َ" ; t = "" } ; - fucaylp = { h = "" ; m1 = "ُ" ; m2 = "َيْ" ; t = "َة" } ; - fucAl = { h = "" ; m1 = "ُ" ; m2 = "َا" ; t = "" } ; - fucl = { h = "" ; m1 = "ُ" ; m2 = "ْ" ; t = "" } ; - fucil = { h = "" ; m1 = "ُ" ; m2 = "ِ" ; t = "" } ; - fuclp = { h = "" ; m1 = "ُ" ; m2 = "ْ" ; t = "َة" } ; - fucilo = { h = "" ; m1 = "ُ" ; m2 = "ِ" ; t = "ْ" } ; - fucul = { h = "" ; m1 = "ُ" ; m2 = "ُ" ; t = "" } ; - fuculo = { h = "" ; m1 = "ُ" ; m2 = "ُ" ; t = "ْ" } ; - fucUl = { h = "" ; m1 = "ُ" ; m2 = "ُو" ; t = "" } ; - fUcil = { h = "" ; m1 = "ُو" ; m2 = "ِ" ; t = "" } ; - mafcUl = { h = "مَ"; m1 = "ْ" ; m2 = "ُو" ; t = "" } ; - mafcil = { h = "مَ"; m1 = "ْ" ; m2 = "ِ" ; t = "" } ; - tafAcal = { h = "تَ"; m1 = "َا" ; m2 = "َ" ; t = "" } ; - tafaccal = { h = "تَ"; m1 = "َ" ; m2 = "َّ" ; t = "" } ; - tufuccil = { h = "تُ"; m1 = "ُ" ; m2 = "ِّ" ; t = "" } ; - tufUcil = { h = "تُ"; m1 = "ُو" ; m2 = "ِ" ; t = "" } ; - ufAcal = { h = "ُ" ; m1 = "َا" ; m2 = "َ" ; t = "" } ; - ufAcil = { h = "ُ" ; m1 = "َا" ; m2 = "ِ" ; t = "" } ; - ufcal = { h = "ُ" ; m1 = "ْ" ; m2 = "َ" ; t = "" } ; - ufcil = { h = "ُ" ; m1 = "ْ" ; m2 = "ِ" ; t = "" } ; - ufcul = { h = "ُ" ; m1 = "ْ" ; m2 = "ُ" ; t = "" } ; - -} diff --git a/old-lib/resource/arabic/PhraseAra.gf b/old-lib/resource/arabic/PhraseAra.gf deleted file mode 100644 index 6910d59f5..000000000 --- a/old-lib/resource/arabic/PhraseAra.gf +++ /dev/null @@ -1,26 +0,0 @@ -concrete PhraseAra of Phrase = CatAra ** open - ParamX, - Prelude, - ResAra in { - - lin - PhrUtt pconj utt voc = {s = pconj.s ++ utt.s ! Masc ++ voc.s} ;--FIXME - --- UttS s = s ; --- UttQS qs = {s = qs.s ! QDir} ; - UttImpSg pol imp = {s = \\g => imp.s ! pol.p ! g ! ResAra.Sg} ; --- UttImpPl pol imp = {s = pol.s ++ imp.s ! pol.p ! Pl} ; --- --- UttIP ip = {s = ip.s ! Nom} ; --- Acc also --- UttIAdv iadv = iadv ; --- UttNP np = {s = np.s ! Acc} ; --- UttVP vp = {s = infVP False vp (agrP3 Sg)} ; --- UttAdv adv = adv ; --- - NoPConj = {s = []} ; --- PConjConj conj = conj ; --- - NoVoc = {s = []} ; --- VocNP np = {s = "،" ++ np.s ! Nom} ; --- -} diff --git a/old-lib/resource/arabic/QuestionAra.gf b/old-lib/resource/arabic/QuestionAra.gf deleted file mode 100644 index 651a72cfd..000000000 --- a/old-lib/resource/arabic/QuestionAra.gf +++ /dev/null @@ -1,55 +0,0 @@ -concrete QuestionAra of Question = CatAra ** open ResAra, ParamX in { - - flags optimize=all_subs ; - - lin - - QuestCl cl = { - s = \\t,p => - table { - QIndir => "إِذا" ++ cl.s ! t ! p ! Verbal ; - QDir => cl.s ! t ! p ! Verbal - } - }; - - --- --- QuestVP qp vp = --- let cl = mkClause (qp.s ! Nom) {n = qp.n ; p = P3} vp --- in {s = \\t,a,b,_ => cl.s ! t ! a ! b ! ODir} ; --- --- QuestSlash ip slash = { --- s = \\t,a,p => --- let --- cls = slash.s ! t ! a ! p ; --- who = slash.c2 ++ ip.s ! Acc --- stranding in ExtAra --- in table { --- QDir => who ++ cls ! OQuest ; --- QIndir => who ++ cls ! ODir --- } --- } ; --- --- QuestIAdv iadv cl = { --- s = \\t,a,p => --- let --- cls = cl.s ! t ! a ! p ; --- why = iadv.s --- in table { --- QDir => why ++ cls ! OQuest ; --- QIndir => why ++ cls ! ODir --- } --- } ; --- --- PrepIP p ip = {s = p.s ++ ip.s ! Nom} ; --- --- AdvIP ip adv = { --- s = \\c => ip.s ! c ++ adv.s ; --- n = ip.n --- } ; --- --- IDetCN idet num ord cn = { --- s = \\c => idet.s ++ num.s ++ ord.s ++ cn.s ! idet.n ! c ; --- n = idet.n --- } ; --- -} diff --git a/old-lib/resource/arabic/RelativeAra.gf b/old-lib/resource/arabic/RelativeAra.gf deleted file mode 100644 index 13cf7c5f1..000000000 --- a/old-lib/resource/arabic/RelativeAra.gf +++ /dev/null @@ -1,34 +0,0 @@ -concrete RelativeAra of Relative = CatAra ** open ResAra in { --- --- flags optimize=all_subs ; --- --- lin --- --- RelCl cl = { --- s = \\t,a,p,_ => "سُعه" ++ "تهَت" ++ cl.s ! t ! a ! p ! ODir --- } ; --- --- RelVP rp vp = { --- s = \\t,ant,b,ag => --- let --- agr = case rp.a of { --- RNoAg => ag ; --- RAg a => a --- } ; --- cl = mkClause (rp.s ! Nom) agr vp --- in --- cl.s ! t ! ant ! b ! ODir --- } ; --- --- RelSlash rp slash = { --- s = \\t,a,p,_ => slash.c2 ++ rp.s ! Acc ++ slash.s ! t ! a ! p ! ODir --- } ; --- --- FunRP p np rp = { --- s = \\c => np.s ! c ++ p.s ++ rp.s ! Acc ; --- a = RAg np.a --- } ; --- --- IdRP = mkIP "وهِعه" "وهِعه" "وهْسي" Sg ** {a = RNoAg} ; --- -} diff --git a/old-lib/resource/arabic/ResAra.gf b/old-lib/resource/arabic/ResAra.gf deleted file mode 100644 index 152da5f4d..000000000 --- a/old-lib/resource/arabic/ResAra.gf +++ /dev/null @@ -1,1172 +0,0 @@ ---# -path=.:../abstract:../common:../../prelude --- -----1 Arabic 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$. --- -resource ResAra = PatternsAra ** open Prelude, Predef in { - - flags optimize=noexpand ; coding=utf8 ; - - - param - - Vowel = u | a | i ; - Number = Sg | Dl | Pl; - Gender = Masc | Fem ; - Case = Nom | Acc | Gen ; - Person = P1 | P2 | P3 ; - Species = NoHum | Hum ; - State = Def | Indef | Const ; - Mood = Ind | Cnj | Jus ; - Voice = Act | Pas ; - Tense = Pres | Past | Fut ; - Order = Verbal | Nominal ; - - oper - - --roots, patterns, and making words: - - Pattern : Type = {h, m1, m2, t : Str}; - Root : Type = {f : Str}; - Root2 : Type = Root ** {c : Str} ; - Root3 : Type = Root2 ** {l : Str} ; - - mkRoot3 : Str -> Root3 = \fcl -> - let { cl = drop 2 fcl; --drop 1 fcl - l' = dp 2 fcl; --last fcl - c' = take 2 cl} in --take 1 cl - {f = take 2 fcl; c = c'; --take 1 fcl - l = case l' of { - "ّ" => c'; - _ => l' - } - }; - - --for roots with 2 consonants (works also for assimilated strs, like fc~, - --because the function discards anything after the first two characters - mkRoot2 : Str -> Root2 = \fcl -> - let { cl = drop 2 fcl} in --drop 1 fcl - {f = take 2 fcl; c = take 2 cl}; --take 1 - - --opers to interdigitize (make words out of roots and patterns: - - oper - --regular case, 3 non-weak consonants - mkStrong : Pattern -> Root3 -> Str = \p,fcl -> - p.h + fcl.f + p.m1 + fcl.c + p.m2 + fcl.l + p.t; - - mkDefective: Pattern -> Root3 -> Str = \p,fcl -> - p.h + fcl.f + p.m1 + fcl.c + p.t; - - mkHollow: Pattern -> Root3 -> Str = \p,fcl -> - p.h + fcl.f + p.m1 + fcl.l + p.t; - - mkAssimilated: Pattern -> Root3 -> Str = \p,fcl -> - p.h + fcl.c + p.m1 + fcl.l + p.t; - - -- takes a weak pattern and a triliteral root and makes - -- a word, deducing which root consonant is weak - mkWeak : Pattern -> Str -> Str = \pat,root -> - let fcl = mkRoot3 root in - case root of { - _ + ("و"|"ي"|"ّ") => mkDefective pat fcl; - _ + ("و"|"ي") + _ => mkHollow pat fcl; - ("و"|"ي") + _ => mkAssimilated pat fcl - }; - - mkBilit : Pattern -> Root2 -> Str = \p,fcl -> - p.h + fcl.f + p.m1 + fcl.c + p.t; - - --takes a pattern string and root string and makes a word - mkWord : Str -> Str -> Str =\pS, rS -> - case pS of { - w@_ + "ف" + x@_ + "ع" + y@_ + "ل" + z@_ => - mkStrong { h = w ; m1 = x; m2 = y; t = z} (mkRoot3 rS); - w@_ + "ف" + x@_ + "ع" + y@_ => - let pat = { h = w ; m1 = x; m2 = ""; t = y} in - case of { - 6 | 5 => mkWeak pat rS ; --3=> - 4 | 3 => mkBilit pat (mkRoot2 rS) ; --2=> - _ => rS ---- AR error "expected 3--6" - } - }; - - --types of open classes: - - NTable = Number => State => Case => Str; - - Noun : Type = {s : NTable ; g : Gender; h : Species} ; --- Adj : Type = {s : Gender => NTable} ; - Adj : Type = {s : AForm => Str} ; - Verb : Type = {s : VForm => Str} ; - - param - VForm = - VPerf Voice PerGenNum - | VImpf Mood Voice PerGenNum - | VImp Gender Number - | VPPart ; - - PerGenNum = - Per3 Gender Number - | Per2 Gender Number - | Per1 SgPl; - - SgPl = Sing | Plur; - - AForm = - APosit Gender Number State Case - | AComp State Case ; - - --verbal morphology - -oper - - --macro for sound verb - --PerfAct, PerfPas, ImpfAct, ImpfPas, Imp, PPart - verb : (_,_,_,_,_,_ : Str) -> Verb = - \katab,kutib,aktub,uktab,euktub,maktUb -> { - s = table { - VPerf Act pgn => katab + suffixPerf ! pgn ; - VPerf Pas pgn => kutib + suffixPerf ! pgn ; - VImpf Ind Act pgn => prefixImpf!pgn + aktub + suffixImpfInd !pgn; - VImpf Ind Pas pgn => prefixImpf!pgn + uktab + suffixImpfInd !pgn; - VImpf m Act pgn => prefixImpf!pgn + aktub + suffixImpfCJ m ! pgn; - VImpf m Pas pgn => prefixImpf !pgn + uktab + suffixImpfCJ m !pgn; - VImp g n => euktub + suffixImpfCJ Jus ! (Per2 g n); - VPPart => maktUb - } - } ; - - --affixes of sound verbs - - suffixPerf : PerGenNum => Str = - table { - Per3 Masc Sg => "َ" ; - Per3 Masc Dl => "َا" ; - Per3 Masc Pl => "ُوا" ; - Per3 Fem Sg => "َتْ" ; - Per3 Fem Dl => "َتَا" ; - Per3 Fem Pl => "ْنَ" ; - Per2 Masc Sg => "ْتَ" ; - Per2 _ Dl => "ْتُمَا" ; - Per2 Masc Pl => "ْتُمْ" ; - Per2 Fem Sg => "ْتِ" ; - Per2 Fem Pl => "ْتُنَّ" ; - Per1 Sing => "ْتُ" ; - Per1 Plur => "ْنَا" - } ; - - prefixImpf : PerGenNum => Str = - table { - Per1 Sing => "أ" ; - Per1 Plur => "ن" ; - Per3 Masc _ => "ي" ; - Per3 Fem Pl => "ي" ; - _ => "ت" - } ; - - suffixImpfInd : PerGenNum => Str = - table { - Per3 Masc Pl => "ُونَ" ; - Per3 Fem Pl => "ْنَ" ; - Per3 g Dl => "َانِ" ; - Per2 Masc Pl => "ُونَ" ; - Per2 Fem Sg => "ِينَ" ; - Per2 g Dl => "َانِ" ; - Per2 Fem Pl => "ْنَ" ; - _ => "ُ" - } ; - - suffixImpfCJ : Mood -> PerGenNum => Str = \m -> - table { - Per3 Masc Pl => "ُوا" ; - Per3 Fem Pl => "ْنَ" ; - Per3 g Dl => "َا" ; - Per2 Masc Pl => "ُوا" ; - Per2 Fem Sg => "ِي" ; - Per2 g Dl => "َا" ; - Per2 Fem Pl => "ْنَ" ; - _ => endVowel ! m - } ; - - --macro for geminate verbs: FIXME, change the misleading variable names - verbGeminate : (_,_,_,_,_,_,_,_,_,_,_ : Str) -> Verb = - \xAf,xif,xyf,xuf,axAf,axaf,uxAf,uxaf,xaf,xAf',ppart -> - let { perfPattern = patHollowPerf xAf xif xyf xuf ; - impfPattern = patHollowImpf axAf axaf uxAf uxaf ; - impPattern = patHollowImp xaf xAf' - } in - { s = table { - VPerf v pgn => perfPattern ! v ! pgn + suffixPerf ! pgn ; - VImpf Ind v pgn => prefixImpf ! pgn + impfPattern ! v ! pgn + suffixImpfInd ! pgn ; - VImpf m v pgn => prefixImpf ! pgn + impfPattern ! v ! pgn + suffixImpfCJ m ! pgn ; - VImp g n => impPattern ! g ! n + suffixImpfCJ Jus ! (Per2 g n); - VPPart => ppart - } - } ; - - --macro for hollow verbs: - verbHollow : (_,_,_,_,_,_,_,_,_,_,_ : Str) -> Verb = - \xAf,xif,xyf,xuf,axAf,axaf,uxAf,uxaf,xaf,xAf',ppart -> - let { perfPattern = patHollowPerf xAf xif xyf xuf ; - impfPattern = patHollowImpf axAf axaf uxAf uxaf ; - impPattern = patHollowImp axaf xAf' ; - jusPattern = patHollowJus axaf axAf uxaf uxAf ; - } in - { s = table { - VPerf v pgn => perfPattern ! v ! pgn + suffixPerf ! pgn ; - VImpf Ind v pgn => prefixImpf ! pgn + impfPattern ! v ! pgn + suffixImpfInd ! pgn ; - VImpf Cnj v pgn => prefixImpf ! pgn + impfPattern ! v ! pgn + suffixImpfCJ Cnj ! pgn ; - VImpf Jus v pgn => prefixImpf ! pgn + jusPattern ! v ! pgn + suffixImpfCJ Jus ! pgn ; - VImp g n => impPattern ! g ! n + suffixImpfCJ Jus ! (Per2 g n); - VPPart => ppart - } - } ; - - --macro for defective verbs: - verbDef: (_,_,_,_,_,_,_,_,_,_,_ : Str) -> Vowel -> Verb = - \rama,ramay,rumi,rumu,rumiy,armi,armu,urma,Irmi,Irmu,ppart,vowel -> - let { - patPerf = patDefPerf rama ramay rumi rumu rumiy ; - patImpfAct = patDefImpfAct armi armu ; - patImp = patDefImp Irmi Irmu - } in - { s = table { - VPerf v pgn => patPerf ! v ! pgn + (suffixPerfDef v) ! pgn ; - VImpf m Act pgn => prefixImpf ! pgn + patImpfAct ! pgn + (suffixImpfDef Act vowel) ! m ! pgn ; - VImpf m Pas pgn => prefixImpf ! pgn + urma + (suffixImpfDef Pas vowel) ! m ! pgn ; - VImp g n => patImp ! g ! n + (suffixImpfDef Act vowel) ! Jus ! (Per2 g n) ; - VPPart => ppart - } - } ; - - patDefPerf : (_,_,_,_,_ :Str) -> Voice => PerGenNum => Str = \rama,ramay,rumi,rumu,rumy -> - table { - Act => - table { - Per3 Fem Pl => ramay ; - Per3 _ _ => rama ; - _ => ramay - } ; - Pas => - table { - Per3 Masc Pl => rumu ; - Per3 Fem Pl => rumy ; - Per3 _ _ => rumi ; - _ => rumy - } - } ; - - --ignores the vowel=u case, eg "دعو" - patDefImpfAct : (_,_ : Str) -> PerGenNum => Str = \rmi,rmu -> - table { - Per3 Masc Pl => rmu ; - Per2 Masc Pl => rmu ; - _ => rmi - } ; - - - patDefImp : (_,_ : Str) -> Gender => Number => Str = \rmi, rmu -> - table { - Masc => table {Pl => rmu ; _ => rmi} ; - _ => table {_ => rmi} - } ; - - - suffixPerfDef : Voice -> PerGenNum => Str = \v -> - let {p3ms = - case v of { - Act => "ى" ; - Pas => "يَ" - } ; - ya = - case v of { - Act => "" ; - Pas => "يَ" - } - } in - table { - Per3 Masc Sg => p3ms ; - Per3 Masc Dl => "يَا" ; - Per3 Masc Pl => "وْا" ; - Per3 Fem Sg => ya + "تْ" ; - Per3 Fem Dl => ya + "تَا" ; - Per3 Fem Pl => "نَ" ; - Per2 Masc Sg => "تَ" ; - Per2 _ Dl => "تُمَا" ; - Per2 Masc Pl => "تُمْ" ; - Per2 Fem Sg => "تِ" ; - Per2 Fem Pl => "تُنَّ" ; - Per1 Sing => "تُ" ; - Per1 Plur => "نَا" - } ; - - - suffixImpfDef : Voice -> Vowel -> Mood => PerGenNum => Str = \vc,vw -> - let { - default : Mood -> Str = \m -> - case vc of { - Pas => case m of {Jus => "" ; _ => "ى"} ; - Act => case vw of { - u => case m of {Ind => "و" ; Cnj => "وَ" ; Jus => ""} ; - i => case m of {Ind => "ي" ; Cnj => "يَ" ; Jus => ""} ; - a => case m of {Ind => "ى" ; Cnj => "ى" ; Jus => ""} - } - } - } in - table { - Ind => - table { - Per3 Masc Pl => "وْنَ" ; - Per2 Masc Pl => "وْنَ" ; - Per3 g Dl => "يَانِ" ; - Per2 g Dl => "يَانِ" ; - Per3 Fem Pl => "يْنَ" ; - Per2 Fem _ => "يْنَ" ; - _ => default Ind - } ; - m => - table { - Per3 Masc Pl => "وْا" ; - Per2 Masc Pl => "وْا" ; - Per3 g Dl => "يَا" ; - Per2 g Dl => "يَا" ; - Per3 Fem Pl => "يْنَ" ; - Per2 Fem Pl => "يْنَ" ; - Per2 Fem Sg => "ي" ; - _ => default m - } - } ; - ---now is used for the sound, assimilated (weak C1), and when C1 = hamza: - -v1sound : Root3 -> Vowel -> Vowel -> Verb = - \fcl,vPerf,vImpf -> - let { - qf = {f = fcl.c ; c = fcl.l} ; - qif = mkBilit (fvc ! vImpf) qf; - katab = mkStrong (patV1Perf ! vPerf) fcl ; - kutib = mkStrong fucil fcl ; --FIXME no passive if vPerf == u - ktub = mkStrong (patV1Impf ! vImpf) fcl ; - aktub = "َ" + - case fcl.f of { - "و"|"ي" => qif ; - _ => ktub - }; - uktab = mkStrong ufcal fcl ; - euktub = case fcl.f of { - "؟"|"و"|"ي" => qif ; - _ => prefixImp ! vImpf + ktub - }; - maktUb = mkStrong mafcUl fcl - } in - verb katab kutib aktub uktab euktub maktUb ; - -v1hollow : Root3 -> Vowel -> Verb = - \xwf,vowel -> - let { - xAf = mkHollow fAc xwf ; - xif = mkHollow (patHol1 ! vowel) xwf ; - xyf = mkHollow fIc xwf ; - xuf = mkHollow (patHol2 ! vowel) xwf ; - xaf = mkHollow (fvc ! vowel) xwf ; - axaf= "َ" + xaf ; - uxAf= mkHollow ufAc xwf ; - uxaf= "ُ" + xaf ; - xAf'= mkHollow (patHol3 ! vowel) xwf ; - axAf= "َ" + xAf'; - ppart = "مَ" + xAf' -- FIXME actually wierd anomalies happen with the a vowel.. - - } in verbHollow xAf xif xyf xuf axAf axaf uxAf uxaf xaf xAf' ppart ; - -patHol1 : Vowel => Pattern = - table { u => fuc ; _ => fic} ; - -patHol2 : Vowel => Pattern = - table { u => fic ; _ => fuc} ; - -patHol3 : Vowel => Pattern = - table { - u => fUc ; - i => fIc ; - a => fAc - } ; - ---used in assimilated (wqf -> qif, wqc -> qac..) and hollow (qwl -> qul, xwf->xaf..) -fvc : Vowel => Pattern = - table { - u => fuc ; - i => fic ; - a => fac - } ; - - -v1geminate : Str -> Vowel -> Vowel -> Verb = - \rootStr,vPerf,vImpf -> - let { - mdd = mkRoot3 rootStr ; --fcc - md = mkRoot2 rootStr ; --fc - madd = mkBilit facc md ; - madad = mkStrong (patGem1 ! vPerf) mdd ; - mudd = mkBilit fucc md ; - mudid = mkStrong fucil mdd ; - mudd' = mkBilit (patGem2 ! vImpf) md ; - amudd = "َ" + mudd' ; - mdud = mkStrong (patGem3 ! vImpf) mdd ; - amdud = "َ" + mdud ; - umadd = "ُ" + madd ; - umdad = "ُ" + mkStrong fcal mdd ; - Umdud = (prefixImp ! vImpf) + mdud; - mamdUd = mkStrong mafcUl mdd - } in verbGeminate madd madad mudd mudid amudd amdud umadd umdad Umdud mudd' mamdUd; - -patGem1 : Vowel => Pattern = - table { - a => facal ; - u => facul ; - i => facil - } ; - -patGem2 : Vowel => Pattern = - table { - u => fucc ; - a => facc ; - i => ficc --no such verb probably exists - } ; - -patGem3 : Vowel => Pattern = - table { - u => fcul ; - a => fcal ; - i => fcil --no such verb probably exists - } ; - -v1defective : Root3 -> Vowel -> Verb = - \rmy,vowel -> - let { - rama = mkDefective faca rmy ; - ramay = mkStrong facalo rmy ; - rumi = mkDefective fuci rmy ; - rumu = mkDefective fucu rmy ; - rumiy = mkStrong fucilo rmy ; - rmi = mkDefective (patDef1 ! vowel) rmy ; - armi = "َ" + rmi ; - rmu = mkDefective (patDef2 ! vowel) rmy ; - armu = "َ" + rmu ; - urma = mkDefective ufca rmy ; - eirmi = prefixImp ! vowel + rmi; - eirmu = prefixImp ! vowel + rmu; - marmiy = mkStrong mafcil rmy - } in verbDef rama ramay rumi rumu rumiy armi armu urma eirmi eirmu marmiy vowel ; - -patDef1 : Vowel => Pattern = - table { - u => fcu ; - a => fca ; - i => fci - } ; - -patDef2 : Vowel => Pattern = - table { - a => fca ; - _ => fcu - } ; - -v2sound : Root3 -> Verb = \qsm -> - let { - qassam = mkStrong faccal qsm ; - qussim = mkStrong fuccil qsm ; - qassim = mkStrong faccil qsm ; - uqassim = "ُ" + qassim ; - uqassam = "ُ" + qassam ; - muqassam = "مُ" + qassam - } in - verb qassam qussim uqassim uqassam qassim muqassam; - -v2defective : Root3 -> Verb = \gny -> - let { - ganna = mkDefective facca gny ; - gannay = mkStrong faccalo gny ; - gunni = mkDefective fucci gny ; - gunnu = mkDefective fuccu gny ; - gunniy = mkStrong fuccilo gny ; - ganni = mkDefective facci gny; - uganni = "ُ" + ganni; - gannu = mkDefective faccu gny; - ugannu = "ُ" + gannu; - uganna = "ُ" + ganna; - mugannaY = "مُ" + ganna + "ى" - } in verbDef ganna gannay gunni gunnu gunniy uganni ugannu uganna ganni gannu mugannaY i; - -v3sound : Root3 -> Verb = - \tbc -> - let { - tAbac = mkStrong fAcal tbc ; - twbic = mkStrong fUcil tbc ; - tAbic = mkStrong fAcil tbc ; - utAbic = "ُ" + tAbic ; - utAbac = mkStrong ufAcal tbc ; - mutAbac = "م" + utAbac - } in verb tAbac twbic utAbic utAbac tAbic mutAbac; - -v4sound : Root3 -> Verb = - \qnc -> - let { - eaqnac = mkStrong eafcal qnc; - euqnic = mkStrong eufcil qnc; - uqnic = mkStrong ufcil qnc; - uqnac = mkStrong ufcal qnc; - eaqnic = mkStrong eafcil qnc; - muqnac = "م" + uqnac - } in - verb eaqnac euqnic uqnic uqnac eaqnic muqnac; - - -v4defective : Root3 -> Verb = \cTy -> - let { - cTa = mkDefective fca cTy; - cTu = mkDefective fcu cTy; - cTi = mkDefective fci cTy; - eacTa = "أَ" + cTa; - eacTay = mkStrong eafcal cTy ; - ucTi = "ُ" + cTi; - eucTi = "أُ" + cTi; - ucTu = "ُ" + cTu; - eucTu = "أُ" + cTu; - eucTiy = mkStrong eufcil cTy ; - ucTa = "ُ" + cTa; - eacTi = "أَ" + cTi; - eacTu = "أَ" + cTu; - mucTaY = "م" + ucTa +"ى" - } in verbDef eacTa eacTay eucTi eucTu eucTiy ucTi ucTu ucTa eacTi eacTu mucTaY i; - -v5sound : Root3 -> Verb = - \nfs -> - let { - tanaffas = mkStrong tafaccal nfs ; - tunuffis = mkStrong tufuccil nfs ; - atanaffas = "َ" + tanaffas ; - utanaffas = "ُ" + tanaffas ; - mutanaffas = "م" + tanaffas - } in verb tanaffas tunuffis atanaffas utanaffas tanaffas mutanaffas; - -v6sound : Root3 -> Verb = - \fqm -> - let { - tafAqam = mkStrong tafAcal fqm ; - tufUqim = mkStrong tufUcil fqm ; - atafAqam = "َ" + tafAqam ; - utafAqam = "ُ" + tafAqam ; - mutafAqam = "م" + utafAqam - } in verb tafAqam tufUqim atafAqam utafAqam tafAqam mutafAqam; - -v8sound : Root3 -> Verb = - \rbT -> - let { - rtabiT = mkStrong ftacil rbT ; - rtabaT = mkStrong ftacal rbT ; - eirtabaT = "إِ" + rtabaT ; - eurtubiT = mkStrong euftucil rbT ; - artabiT = "َ" + rtabiT ; - urtabaT = "ُ" + rtabaT ; - eirtabiT = "إِ" + rtabiT ; - murtabaT = "م" + urtabaT - } in verb eirtabaT eurtubiT artabiT urtabaT eirtabiT murtabaT; - -patV1Perf : Vowel => Pattern = - table { - a => facal ; --katab - u => facul ; --Hasun - i => facil --rabiH - } ; - -patV1Impf : Vowel => Pattern = - table { - u => fcul ; --ktub - a => fcal ; --rbaH - i => fcil --Hsin - } ; - -endVowel : Mood => Str = - table { - Cnj => "َ" ; - Jus => "ْ" ; - Ind => "" - } ; - -prefixImp : Vowel => Str = - table { - u => "أُ" ; - _ => "إِ" - } ; - -patHollowPerf : (_,_,_,_ :Str) -> Voice => PerGenNum => Str = \xAf,xif,xyf,xuf -> - table { - Act => - table { - Per3 Fem Pl => xif ; - Per3 _ _ => xAf ; - _ => xif - } ; - Pas => - table { - Per3 Fem Pl => xuf ; - Per3 _ _ => xyf ; - _ => xuf - } - } ; - ---this is the pattern of imperfect hollow (ind & conj) and geminate verbs (all) -patHollowImpf : (_,_,_,_ :Str) -> Voice => PerGenNum => Str = \axAf,axaf,uxAf,uxaf -> - table { - Act => - table { - Per3 Fem Pl => axaf ; - Per2 Fem Pl => axaf ; - _ => axAf - } ; - Pas => - table { - Per3 Fem Pl => uxaf ; - Per2 Fem Pl => uxaf ; - _ => uxAf - } - } ; - -patHollowJus : (_,_,_,_ : Str) -> Voice => PerGenNum => Str =\axaf,axAf,uxaf,uxAf-> - table { - Act => - table { - Per3 g Sg => axaf ; - Per3 Fem Pl => axaf; - Per2 Fem Pl => axaf; - Per2 Masc Sg => axaf; - Per1 _ => axaf; - _ => axAf - } ; - Pas => - table { - Per3 g Sg => uxaf ; - Per3 Fem Pl => uxaf; - Per2 Fem Pl => uxaf; - Per2 Masc Sg => uxaf; - Per1 _ => uxaf; - _ => uxAf - } - } ; - - - -patHollowImp : (_,_ :Str) -> Gender => Number => Str =\xaf,xAf -> - table { - Masc => table { Sg => xaf ; _ => xAf} ; - Fem => table { Pl => xaf ; _ => xAf} - } ; - ---Nominal Morphology - ---takes the adjective lemma and gives the Posit table - positAdj : Str -> Gender => NTable = - \kabIr -> - let kabIra = kabIr + "َة" in - table { - Masc => sndm kabIr; - Fem => sndf kabIra - }; - - clr : Str -> Str -> Str -> AForm => Str = - \aHmar,HamrA',Humr -> - table { - APosit Masc n d c => case n of { - Sg => indeclN aHmar ! d ! c ; - Dl => dual aHmar ! d ! c ; - Pl => sing Humr ! d ! c - }; - APosit Fem n d c => case n of { - Sg => indeclN HamrA' ! d ! c; - Dl => dual ((tk 2 HamrA') + "و") ! d ! c; - Pl => sing Humr ! d ! c - }; - AComp d c => indeclN aHmar ! d ! c - }; - - -- indeclinable nominal word (mamnuu3 mina S-Sarf) - indeclN : Str -> State => Case => Str = - \aHmar -> \\s,c => Al!s + aHmar + indecl!c; - - -- takes 2 words, singular and broken plural, and gives the - -- complete noun inflection table - reg : Str -> Str -> NTable = - \kitAb,kutub -> - table { - Sg => sing kitAb ; - Dl => dual kitAb ; - Pl => sing kutub - }; - - --takes the sound noun in singular and gives the - --complete noun inflection table of sound feminine plural - sndf : Str -> NTable = - \lawHa -> - table { - Sg => sing lawHa ; - Dl => dual lawHa ; - Pl => plurF lawHa - }; - - --takes the sound noun in singular and gives the - --complete inflection table of sound masculine plural nominals - sndm : Str -> NTable = - \muzAric -> - table { - Sg => sing muzAric ; - Dl => dual muzAric ; - Pl => plurM muzAric - }; - - -- takes a singular or broken plural word and tests the ending to - -- determine the declension and gives the corresponding inf table - sing : Str -> State => Case => Str = - \word -> - case word of { ----- the first case gives compiler error in gf3, AR 27/6/2008 ----- lemma + "ِي" => \\s,c => Al ! s + lemma + dec2sg ! s ! c ; - _ + ("ا"|"ى") => \\s,c => Al ! s + word + dec3sg ! s ! c ; - _ => \\s,c => Al ! s + word + dec1sg ! s ! c - }; - - -- takes a singular word and tests the ending to - -- determine the declension and gives the corresponding dual inf table - dual : Str -> State => Case => Str = - \caSaA -> - case caSaA of { - lemma + ("ا"|"ى") => \\s,c => Al ! s + lemma + "ي" + dl ! s ! c ; - _ => \\s,c => Al ! s + caSaA + dl ! s ! c - }; - - -- takes a singular word and gives the corresponding sound - --plural feminine table - plurF : Str -> State => Case => Str = - \kalima -> - \\s,c => Al ! s + (mkAt kalima) + f_pl ! s ! c ; - - -- takes a singular word and gives the corresponding sound - --plural masculine table. FIXME: consider declension 3 - plurM : Str -> State => Case => Str = - \mucallim -> - \\s,c => Al ! s + mucallim + m_pl ! s ! c ; - - - -- to add the Al prefix for Definite words - Al : State => Str = - table { - Def => "ال"; - _ => "" - }; - - --declection 1 (strong ending) of the singular or broken plural words - dec1sg : State => Case => Str = - table { - Indef => - table { - Nom => "ٌ"; - Acc => "ً"; - Gen => "ٍ" - }; - _ => - table { --think of ?axU, ?axA, (the five nouns) - Nom => "ُ"; - Acc => "َ"; - Gen => "ِ" - } - }; - - --indeclinables (mamnuu3 mina S-Sarf) - indecl : Case => Str = - table { - Nom => "ُ"; - _ => "َ" - }; - - - --declection 2 (ends in yaa') - dec2sg : State => Case => Str = - table { - Indef => - table { - Acc => "ِياً"; - _ => "ٍ" - }; - _ => - table { - Acc => "ِيَ"; - _ => "ِي" - } - }; - - --declention 3 (ending in alif) - dec3sg : State => Case => Str = - table { - Indef => - table { - _ => "ً" - }; - _ => - table { - _ => "" - } - }; - - - --dual suffixes - dl : State => Case => Str = - table { - Const => - table { - Nom => "َا"; - _ => "َي" - }; - _ => - table { - Nom => "َانِ"; - _ => "َينِ" - } - }; - - --sound mascualine plural suffixes - m_pl : State => Case => Str = - table { - Const => - table { - Nom => "ُو"; - _ => "ِي" - }; - _ => - table { - Nom => "ُونَ"; - _ => "ِينَ" - } - }; - - --sound feminine plural suffixes - f_pl : State => Case => Str = - table { - Indef => - table { - Nom => "ٌ"; - _ => "ٍ" - }; - _ => - table { - Nom => "ُ"; - _ => "ِ" - } - }; - - - mkAt : Str -> Str = \bayDo -> - case bayDo of { - bayD + "ة" => bayD + "ات"; - bayD + "اء" => bayD + "اوات"; - bayD + "ى" => bayD + "يَات"; - _ => bayDo + "ات" - }; - - - oper - - sizeToNumber : Size -> Number = \s -> - case s of { - ThreeTen | None => Pl; - Two => Dl; - _ => Sg - } ; - - numberToSize : Number -> Size = \n -> - case n of { - Pl => ThreeTen; - Dl => Two ; - Sg => One -- or Hundreds or NonTeen - } ; - - detGender : Gender -> Size -> Gender = - \g,s -> - case s of { - ThreeTen | Teen => genPolarity ! g; - _ => g - }; - - nounState : State -> Number -> State = - \s,n -> - case of { - => Def; --kullu l-kutubi, bacDu l-kutubi - => Indef; --kullu kitaabin - => Indef; --kitaabun - _ => Def --Lkitaabu - }; - - - --FIXME needs testing - nounCase : Case -> Size -> State -> Case = - \c,size,s -> - case of { - => Acc; - => Acc; - => Gen; - => Gen; - <_,Const> => Gen; - _ => c - }; - - definite : State => State = - table { - Indef => Indef; - _ => Def - }; - - --things like mi{aö and vlAva and >alf should be treated as Const - --before the counted noun, so (vlAvaöN kutubK) is wrong - toDef : State -> Size -> State = - \s,n -> - case of { - => Const; - => Const; - _ => s - }; - - -- in a NP, sometimes the common noun preceedes the determiner - -- e.g. some determiners act as adjectives modifying the noun they count - -- "the three children, two children" - -- e.g. possesive pronouns: his book (kitaabuhu" - cnB4det : Bool -> Bool -> Size -> State -> Bool = \isPron,isNum,s,d -> - case of { - => True; - <_,False,_,_> => False; --non-numerals - <_,True,_,Def> => True; --definite numbers act as adjectives - <_,True,Two,_> => True; --numerals one and two always adjectives - <_,True,One,_> => True; --numerals one and two always adjectives - _ => False - }; - - agrP3 : Species -> Gender -> Number -> PerGenNum= \h,g,n -> - case of { - => Per3 Fem Sg; - _ => Per3 g n - }; - - pgn2gn : PerGenNum -> {g : Gender; n : Number} = \pgn -> - case pgn of { - Per3 gn nm => {g = gn; n = nm}; - Per2 gn nm => {g = gn; n = nm}; - _ => {g = Masc; n = Sg} --randomly - }; - - - mkIP : Str -> Number -> {s : Str ; n : Number} = - \s,n -> {s = s ; n = n} ; - - mkOrd : (_,_ : Str) -> {s : Gender => State => Case => Str ; n : Size } = - \aysar,yusra -> - { s = \\g,s,c => - case g of { - Masc => (sing aysar) ! s ! c; - Fem => (sing yusra) ! s ! c - }; - n = None - }; - - - oper - - Det : Type = { - s : Species => Gender => Case => Str ; - d : State; - n : Size; - isNum : Bool; - -- for genitive pronouns (suffixes). if true, then "cn ++ det" - --should be used instead of "det ++ cn" when constructing the NP - isPron : Bool - } ; - - Predet : Type = { - s : Case => Str; - isDecl : Bool - }; - - Agr = { pgn : PerGenNum; isPron : Bool} ; - AAgr = { g : Gender ; n : Number} ; - - Comp : Type = { - s : AAgr => Case => Str - } ; - - Obj : Type = { - s : Str ; - a : Agr - }; - - NP : Type = { - s : Case => Str ; - a : Agr - } ; - - param VPForm = - VPPerf - | VPImpf Mood - | VPImp ; - - oper - - VP : Type = { - s : PerGenNum => VPForm => Str; - obj : Obj; - pred : Comp; - isPred : Bool; --indicates if there is a predicate (xabar) - s2 : Str - }; - - predV : Verb -> VP = \v -> - { s = \\pgn,vf => - let gn = pgn2gn pgn in - case vf of { - VPPerf => v.s ! (VPerf Act pgn); - VPImpf m => v.s ! (VImpf m Act pgn); - VPImp => v.s ! (VImp Masc Sg)--gn.g gn.n) - }; - obj = { - s = [] ; - a = {pgn = Per3 Masc Sg ; isPron = False} - }; --or anything! - s2 = []; - pred = { s = \\_,_ => []}; - isPred = False - }; - - - -- in verbal sentences, the verb agrees with the subject - -- in Gender but not in number - verbalAgr : PerGenNum -> PerGenNum = \pgn -> - case pgn of { - Per3 g _ => Per3 g Sg; - _ => pgn - }; - - insertObj : NP -> VP -> VP = \np,vp -> - { s = vp.s; - obj = {s = np.s ! Acc ; a = np.a}; - s2 = vp.s2; - pred = vp.pred; - isPred = vp.isPred - }; - - insertPred : {s : AAgr => Case => Str} -> VP -> VP = \p,vp -> - { s = vp.s; - obj = vp.obj; - s2 = vp.s2; - pred = p; - isPred = True - }; - - insertStr : Str -> VP -> VP = \str,vp -> - { s = vp.s; - obj = vp.obj; - s2 = str; - pred = vp.pred; - isPred = vp.isPred - }; - - kaan : {s : AAgr => Case => Str} -> VP = \xabar -> - insertPred xabar (predV (v1hollow {f = "ك"; c = "و" ; l = "ن"} u) ); - - param - - Size = One | Two | ThreeTen | Teen | NonTeen | Hundreds | None ; - DForm = unit | ten ; - CardOrd = NCard | NOrd ; - - oper - --digits 1, 3 - 10: take the lemmas of the card ords & in masculine - --form and calculates the whole table - - regNum : Str -> Str -> - {s : DForm => CardOrd => Gender => State => Case => Str} = - \xams,xAmis -> - let { xamsa = xams + "َة"; - xAmisa = xAmis + "َة"} in - mkNum xamsa xAmis xAmisa; - - mkNum : Str -> Str -> Str -> - {s : DForm => CardOrd => Gender => State => Case => Str} = - \wAhid,awwal,Ula -> - let { wAhida = wAhid + "َة"} in - { s= table { - unit => table { - NCard => table { - Masc => \\s,c => (sing wAhid) ! s ! c ; - --all fem are first declension: - Fem => \\s,c => Al ! s + wAhida + dec1sg ! s ! c - }; - NOrd => table { - Masc => \\s,c => Al ! s + awwal + dec1sg ! s ! c; - Fem => \\s,c => (sing Ula) ! s ! c - } - }; - ten => table { - NCard => \\_,s,c => Al ! s + wAhid + m_pl ! Indef ! c; - NOrd => \\_,s,c => Al ! s + awwal + m_pl ! Indef ! c - } - } - }; - - num3_10 : Str -> Str -> { s : DForm => CardOrd => Gender - => State => Case => Str ; n : Size } = - \xams,xAmis -> - regNum xams xAmis ** { n = ThreeTen }; - - num2 : { s : DForm => CardOrd => Gender => State => Case => Str} = - { s = table { - unit => table { - NCard => table { - Masc => \\s,c => Al ! s + "ٱِثن" + dl ! s ! c ; - Fem => \\s,c => Al ! s + "ٱِثنَت" + dl ! s ! c - }; - NOrd => table { - Masc => \\s,c => Al ! s + "ثان" + dec2sg ! s ! c ; - Fem => \\s,c => Al ! s + "ثانِيَة" + dec1sg ! s ! c - } - }; - ten => \\_,_,s,c => Al ! s + "عِشر" + m_pl ! Indef ! c - } - }; - - num100 : State => Case => Str = - \\s,c => Al ! s + "مِٱَة" + dec1sg ! s ! c; - - num200 : State => Case => Str = - \\s,c => Al ! s + "مِٱَة" + dl ! s ! c ; - - num1000 : State => Case => Str = - \\s,c => Al ! s + "أَلف" + dec1sg ! s ! c; - - num2000 : State => Case => Str = - \\s,c => Al ! s + "أَلف" + dl ! s ! c ; - - teen : Gender => Str = - table { - Masc => "عَشَرَ"; - Fem => "عَشرَةَ" - }; - - genPolarity : Gender => Gender = - table { - Masc => Fem; - Fem => Masc - }; - - -} diff --git a/old-lib/resource/arabic/SentenceAra.gf b/old-lib/resource/arabic/SentenceAra.gf deleted file mode 100644 index 33becd26b..000000000 --- a/old-lib/resource/arabic/SentenceAra.gf +++ /dev/null @@ -1,134 +0,0 @@ ---# -path=.:abstract:common:prelude - -concrete SentenceAra of Sentence = CatAra ** open - ResAra, - Prelude, - ResAra, - ParamX, - CommonX in { - - - flags optimize=all_subs ; - - lin -{- - PredVP np vp = - { s = \\t,p,o => - case o of { - Verbal => - case vp.comp.a.isPron of { - False => vp.s ! t ! p ! Verbal ! np.a ++ np.s ! Nom ++ vp.comp.s ! Acc ; - True => vp.s ! t ! p ! Verbal ! np.a ++ vp.comp.s ! Acc ++ np.s ! Nom - }; - Nominal => - np.s ! Nom ++ vp.s ! t ! p ! Nominal ! np.a ++ vp.comp.s ! Acc - } - }; --} - PredVP np vp = - { s =\\t,p,o => - let { - pgn = - case of { - => verbalAgr np.a.pgn; - _ => np.a.pgn - }; - gn = pgn2gn pgn; - kataba = vp.s ! pgn ! VPPerf ; - yaktubu = vp.s ! pgn ! VPImpf Ind ; - yaktuba = vp.s ! pgn ! VPImpf Cnj ; - yaktub = vp.s ! pgn ! VPImpf Jus ; - vStr : ResAra.Tense -> Polarity -> Str = - \tn,pl -> case of { - => yaktubu ; - => "لَا" ++ yaktubu ; - => "" ; --no verb "to be" in present - => "لَيسَ" ;--same here, just add negation particle - <_, ResAra.Past, Pos> => kataba ; - <_, ResAra.Past, Neg> => "لَمْ" ++ yaktub ; - <_, ResAra.Fut, Pos> => "سَ" ++ yaktubu ; - <_, ResAra.Fut, Neg> => "لَنْ" ++ yaktuba - }; - pred : ResAra.Tense -> Polarity -> Str = - \tn,pl -> case of { - => vp.pred.s ! gn ! Nom; --xabar marfooc - _ => vp.pred.s ! gn ! Acc --xabar kaana wa laysa manSoob - }; - } in - case o of { - Verbal => - case of { -----AR case of { - -- ya2kuluhu - => (vStr t p) ++ vp.obj.s ++ vp.s2 ++ (pred t p); - -- ya2kuluhu al-waladu, yakuluhu al-2awlaadu - => (vStr t p) ++ np.s ! Nom ++ vp.obj.s ++ vp.s2 ++ (pred t p); - => (vStr t p) ++ vp.obj.s ++ np.s ! Nom ++ vp.s2 ++ (pred t p); - => (vStr t p) ++ vp.obj.s ++ vp.s2 ++ (pred t p) - }; - Nominal => - np.s ! Nom ++ (vStr t p) ++ vp.obj.s ++ vp.s2 ++ (pred t p) - } - }; - -- PredVP np vp = mkClause (np.s ! Nom) np.a vp ; - --- PredSCVP sc vp = mkClause sc.s (agrP3 Sg) vp ; - - ImpVP vp = { - s = \\p,g,n => - case p of { - Pos => vp.s ! (Per2 g n) ! VPImp ++ vp.obj.s ++ vp.s2 ; - Neg => "لا" ++ vp.s ! (Per2 g n) ! (VPImpf Jus) ++ vp.obj.s ++ vp.s2 - } - }; - --- --- SlashV2 np v2 = --- mkClause (np.s ! Nom) np.a (predV v2) ** {c2 = v2.c2} ; --- --- SlashVVV2 np vv v2 = --- mkClause (np.s ! Nom) np.a --- (insertObj (\\a => infVP vv.isAux (predV v2) a) (predVV vv)) ** --- {c2 = v2.c2} ; --- --- AdvSlash slash adv = { --- s = \\t,a,b,o => slash.s ! t ! a ! b ! o ++ adv.s ; --- c2 = slash.c2 --- } ; --- --- SlashPrep cl prep = cl ** {c2 = prep.s} ; --- --- EmbedS s = {s = conjThat ++ s.s} ; --- EmbedQS qs = {s = qs.s ! QIndir} ; --- EmbedVP vp = {s = infVP False vp (agrP3 Sg)} ; --- agr --- - - --FIXME, all tenses - UseCl t a p cl = - {s = cl.s ! ResAra.Pres ! p.p ! Verbal -{- case t of { - TPres => cl.s ! ResAra.Pres ! p.p ! Verbal ; - TCond => cl.s ! ResAra.Pres ! p.p ! Verbal ; - TPast => cl.s ! ResAra.Past ! p.p ! Verbal ; - TFut => cl.s ! ResAra.Fut ! p.p ! Verbal - } --} }; - - --FIXME, all tenses - UseQCl t a p qcl = --{s = cl.s ! t ! p ! Verbal } ; - {s = - table { - QDir => "هَل" ++ qcl.s ! ResAra.Pres ! p.p ! QDir; - QIndir => qcl.s ! ResAra.Pres ! p.p ! QIndir - } -{- case t of { - TPres => "هَل" ++ qcl.s ! ResAra.Pres ! p.p ! q ; - TCond => "هَل" ++ qcl.s ! ResAra.Pres ! p.p ! q ; - TPast => "هَل" ++ qcl.s ! ResAra.Past ! p.p ! q ; - TFut => "هَل" ++ qcl.s ! ResAra.Fut ! p.p ! q - } --} }; - --- UseRCl t a p cl = {s = \\r => t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! p.p ! r} ; - -} diff --git a/old-lib/resource/arabic/StructuralAra.gf b/old-lib/resource/arabic/StructuralAra.gf deleted file mode 100644 index 58240c781..000000000 --- a/old-lib/resource/arabic/StructuralAra.gf +++ /dev/null @@ -1,110 +0,0 @@ -concrete StructuralAra of Structural = CatAra ** - open MorphoAra, ResAra, ParadigmsAra, Prelude in { - - flags optimize=all ; coding=utf8 ; - - lin - above_Prep = ss "فَوْقَ" ; - after_Prep = ss "بَعْدَ" ; - all_Predet = mkPredet "كُلّ" True ; - almost_AdA = ss "تَقْرِيباً"; - almost_AdN = ss "حَوَالي" ; -- or "تَقرِيبا" --- although_Subj = ss "َلتهُْغه" ; --- always_AdV = ss "َلوَيس" ; - and_Conj = ss "وَ" ** {n = Pl} ; --- because_Subj = ss "بعَُسي" ; - before_Prep = ss "قَبْلَ" ; - behind_Prep = ss "خَلْفَ" ; - between_Prep = ss "بَيْنَ" ; --- both7and_DConj = sd2 "بْته" "َند" ** {n = Pl} ; --- but_PConj = ss "بُت" ; - by8agent_Prep = ss "بِ" ; - by8means_Prep = ss "بِ" ; --- can8know_VV, can_VV = { --- s = table VVForm [["بي َبلي تْ"] ; "عَن" ; "عُْلد" ; --- ["بّن َبلي تْ"] ; ["بِنغ َبلي تْ"] ; "عَنءت" ; "عُْلدنءت"] ; --- isAux = True --- } ; - during_Prep = ss "خِلَالَ" ; --- either7or_DConj = sd2 "ِتهر" "ْر" ** {n = Sg} ; - everybody_NP = regNP "الجَمِيع" Pl ; - every_Det = mkDet "كُلّ" Sg Const ; - everything_NP = regNP "كُلّ" Sg ; --- everywhere_Adv = ss "ثريوهري" ; - few_Det = mkDet "بَعض" Pl Const ; --- first_Ord = ss "فِرست" ; - from_Prep = ss "مِنَ" ; - he_Pron = mkPron "هُوَ" "هُ" "هُ" (Per3 Masc Sg) ; - here_Adv = ss "هُنا" ; --- here7to_Adv = ss ["تْ هري"] ; --- here7from_Adv = ss ["فرْم هري"] ; - how_IAdv = ss "كَيفَ" ; --- how8many_IDet = mkDeterminer Pl ["هْو مَني"] ; --- if_Subj = ss "ِف" ; - in8front_Prep = ss "مُقَابِلَ" ; - i_Pron = mkPron "أَنَا" "نِي" "ِي" (Per1 Sing); - in_Prep = ss "فِي" ; --- it_Pron = mkPron "ِت" "ِت" "ِتس" Sg P3 ; --- less_CAdv = ss "لسّ" ; - many_Det = mkDet "جَمِيع" Pl Const ; --- more_CAdv = ss "مْري" ; - most_Predet = mkPredet "أَكثَر" True ; - much_Det = mkDet "الكَثِير مِنَ" Pl Const ; --- must_VV = { --- s = table VVForm [["بي هَثي تْ"] ; "مُست" ; ["هَد تْ"] ; --- ["هَد تْ"] ; ["هَثِنغ تْ"] ; "مُستنءت" ; ["هَدنءت تْ"]] ; ---- --- isAux = True --- } ; - no_Utt = {s = \\_ => "لا"} ; - on_Prep = ss "عَلى" ; ---- DEPREC one_Quant = mkQuantNum "واحِد" Sg Indef ; - only_Predet = mkPredet "فَقَط" False; --- or_Conj = ss "ْر" ** {n = Sg} ; --- otherwise_PConj = ss "ْتهروِسي" ; - part_Prep = ss "مِنَ" ; --- please_Voc = ss "ةلَسي" ; - possess_Prep = ss "ل" ; --- quite_Adv = ss "قُِتي" ; - she_Pron = mkPron "هِيَ" "ها" "ها" (Per3 Fem Sg) ; --- so_AdA = ss "سْ" ; - somebody_NP = regNP "أَحَد" Sg ; - someSg_Det = mkDet "أَحَد" Pl Const ; - somePl_Det = mkDet "بَعض" Pl Const ; - something_NP = regNP "شَيْء" Sg ; --- somewhere_Adv = ss "سْموهري" ; - that_Quant = mkQuant3 "ذَلِكَ" "تِلكَ" "أُلٱِكَ" Def; -----b that_NP = indeclNP "ذَلِكَ" Sg ; - there_Adv = ss "هُناك" ; --- there7to_Adv = ss "تهري" ; --- there7from_Adv = ss ["فرْم تهري"] ; --- therefore_PConj = ss "تهرفْري" ; -----b these_NP = indeclNP "هَؤُلَاء" Pl ; - they_Pron = mkPron "هُمْ" "هُمْ" "هُمْ" (Per3 Masc Pl) ; - this_Quant = mkQuant7 "هَذا" "هَذِهِ" "هَذَان" "هَذَيْن" "هَاتَان" "هَاتَيْن" "هَؤُلَاء" Def; -----b this_NP = indeclNP "هَذا" Sg ; -----b those_NP = indeclNP "هَؤُلَاءكَ" Pl ; - through_Prep = ss "عَبْرَ" ; --- too_AdA = ss "تّْ" ; - to_Prep = ss "إِلى" ; - under_Prep = ss "تَحْتَ" ; --- very_AdA = ss "ثري" ; --- want_VV = P.mkVV (P.regV "وَنت") ; - we_Pron = mkPron "نَحنُ" "نا" "نا" (Per1 Plur) ; - whatPl_IP = mkIP "ماذا" Pl ; - whatSg_IP = mkIP "ماذا" Sg ; - when_IAdv = ss "مَتَى" ; --- when_Subj = ss "وهن" ; - where_IAdv = ss "أَينَ" ; --- whichPl_IDet = mkDeterminer Pl ["وهِعه"] ; --- whichSg_IDet = mkDeterminer Sg ["وهِعه"] ; - whoSg_IP = mkIP "مَنْ" Sg ; - whoPl_IP = mkIP "مَنْ" Pl ; --- why_IAdv = ss "وهي" ; - without_Prep = ss "بِدُونِ" ; - with_Prep = ss "مَع" ; - yes_Utt = {s = \\_ => "نَعَم"} ; - youSg_Pron = mkPron "أَنتَ" "كَ" "كَ" (Per2 Masc Sg) ; - youPl_Pron = mkPron "أَنتُمْ" "كُمْ" "كُمْ" (Per2 Masc Sg) ; - youPol_Pron = mkPron "أَنتِ" "كِ" "كِ" (Per2 Fem Sg) ; - -} diff --git a/old-lib/resource/arabic/VerbAra.gf b/old-lib/resource/arabic/VerbAra.gf deleted file mode 100644 index 95e386d35..000000000 --- a/old-lib/resource/arabic/VerbAra.gf +++ /dev/null @@ -1,44 +0,0 @@ -concrete VerbAra of Verb = CatAra ** open Prelude, ResAra in { - - flags optimize=all_subs ; - - lin - UseV = predV ; - - SlashV2a v = predV v ** {c2 = v.c2}; - - ComplSlash vp np = insertObj np vp ; - --- ComplV3 v np np2 = insertObj np2 (insertObj np (predV v)) ; - -{-{s = \\_ => v.c2 ++ np.s ! Acc ++ v.c3 ++ np2.s ! Acc ; - a = {pgn = Per3 Masc Sg ; isPron = False} } --FIXME - (predV v) ;-} --- --- ComplVV v vp = insertObj (\\a => infVP v.isAux vp a) (predVV v) ; --- --- ComplVS v s = insertObj (\\_ => conjThat ++ s.s) (predV v) ; --- ComplVQ v q = insertObj (\\_ => q.s ! QIndir) (predV v) ; --- --- ComplVA v ap = insertObj (ap.s) (predV v) ; --- ComplV2A v np ap = --- insertObj (\\_ => v.c2 ++ np.s ! Acc ++ ap.s ! np.a) (predV v) ; --- - UseComp xabar = kaan xabar ; - - AdvVP vp adv = insertStr adv.s vp ; - --- AdVVP adv vp = insertAdV adv.s vp ; --- --- ReflV2 v = insertObj (\\a => v.c2 ++ reflPron ! a) (predV v) ; --- --- PassV2 v = insertObj (\\_ => v.s ! VPPart) (predAux auxBe) ; --- - -- UseVS, UseVQ = \vv -> {s = vv.s ; c2 = [] ; isRefl = vv.isRefl} ; -- no "تْ" --- - CompAP ap = {s = \\agr,c => ap.s ! Hum ! agr.g ! agr.n ! Indef ! c} ; --FIXME - CompNP np = {s = \\_,c => np.s ! c}; --- CompAdv a = {s = \\_ => a.s} ; --- --- -} diff --git a/old-lib/resource/bulgarian/AdjectiveBul.gf b/old-lib/resource/bulgarian/AdjectiveBul.gf deleted file mode 100644 index dfdf19763..000000000 --- a/old-lib/resource/bulgarian/AdjectiveBul.gf +++ /dev/null @@ -1,44 +0,0 @@ -concrete AdjectiveBul of Adjective = CatBul ** open ResBul, Prelude in { - flags coding=cp1251 ; - - lin - PositA a = { - s = \\aform => a.s ! aform ; - adv = a.adv ; - isPre = True - } ; - - ComparA a np = { - s = \\aform => "" ++ "-" ++ a.s ! aform ++ "" ++ np.s ! RObj Acc ; - adv = "" ++ "-" ++ a.adv ++ "" ++ np.s ! RObj Acc ; - isPre = True - } ; - --- $SuperlA$ belongs to determiner syntax in $Noun$. - - ComplA2 a np = { - s = \\aform => a.s ! aform ++ a.c2 ++ np.s ! RObj Acc ; - adv = a.adv ++ a.c2 ++ np.s ! RObj Acc ; - isPre = True - } ; - - ReflA2 a = { - s = \\aform => a.s ! aform ++ a.c2 ++ [" "] ; - adv = a.adv ++ a.c2 ++ [" "] ; - isPre = False - } ; - - SentAP ap sc = { - s = \\a => ap.s ! a ++ sc.s ; - adv = ap.adv ++ sc.s ; - isPre = False - } ; - - AdAP ada ap = { - s = \\a => ada.s ++ ap.s ! a ; - adv = ada.s ++ ap.adv ; - isPre = ap.isPre - } ; - - UseA2 a = a ; -} diff --git a/old-lib/resource/bulgarian/AdverbBul.gf b/old-lib/resource/bulgarian/AdverbBul.gf deleted file mode 100644 index f886575aa..000000000 --- a/old-lib/resource/bulgarian/AdverbBul.gf +++ /dev/null @@ -1,20 +0,0 @@ -concrete AdverbBul of Adverb = CatBul ** open ResBul, Prelude in { - flags coding=cp1251 ; - - lin - PositAdvAdj a = {s = a.adv} ; - ComparAdvAdj cadv a np = { - s = cadv.s ++ "" ++ "-" ++ a.s ! ASg Neut Indef ++ "" ++ np.s ! RObj Acc - } ; - ComparAdvAdjS cadv a s = { - s = cadv.s ++ "" ++ "-" ++ a.s ! ASg Neut Indef ++ "" ++ "" ++ s.s - } ; - - PrepNP prep np = {s = prep.s ++ np.s ! RObj prep.c} ; - - AdAdv = cc2 ; - - SubjS = cc2 ; - - AdnCAdv cadv = {s = cadv.sn ++ ""} ; -} diff --git a/old-lib/resource/bulgarian/AllBul.gf b/old-lib/resource/bulgarian/AllBul.gf deleted file mode 100644 index 80ad02165..000000000 --- a/old-lib/resource/bulgarian/AllBul.gf +++ /dev/null @@ -1,8 +0,0 @@ ---# -path=.:../abstract:../common:prelude - -concrete AllBul of AllBulAbs = - LangBul, - ExtraBul - ** { - flags coding=cp1251 ; -} ; diff --git a/old-lib/resource/bulgarian/AllBulAbs.gf b/old-lib/resource/bulgarian/AllBulAbs.gf deleted file mode 100644 index 34156982b..000000000 --- a/old-lib/resource/bulgarian/AllBulAbs.gf +++ /dev/null @@ -1,8 +0,0 @@ ---# -path=.:../abstract:../common:prelude - -abstract AllBulAbs = - Lang, - ExtraBulAbs - ** { - flags coding=cp1251 ; -} ; diff --git a/old-lib/resource/bulgarian/CatBul.gf b/old-lib/resource/bulgarian/CatBul.gf deleted file mode 100644 index e9202f095..000000000 --- a/old-lib/resource/bulgarian/CatBul.gf +++ /dev/null @@ -1,126 +0,0 @@ -concrete CatBul of Cat = open ResBul, Prelude, (R = ParamX) in { - flags coding=cp1251 ; - - - flags optimize=all_subs ; - - - lincat - --- Text, Phrase, Utterance - - Text = {s : Str} ; - Phr = {s : Str} ; - Utt = {s : Str} ; - Voc = {s : Str} ; - PConj = {s : Str} ; - --- Tense, Anteriority, Polarity - - Tense = {s : Str ; t : R.Tense} ; - Ant = {s : Str ; a : R.Anteriority} ; - Pol = {s : Str ; p : R.Polarity} ; - --- Tensed/Untensed - - S = {s : Str} ; - QS = {s : QForm => Str} ; - RS = {s : Agr => Str} ; - SC = {s : Str} ; - SSlash = {s : Agr => Str ; c2 : Preposition} ; - --- Sentence - - Cl = {s : ResBul.Tense => Anteriority => Polarity => Order => Str} ; - ClSlash = { - s : Agr => ResBul.Tense => Anteriority => Polarity => Order => Str ; - c2 : Preposition - } ; - Imp = {s : Polarity => GenNum => Str} ; - --- Question - - QCl = {s : ResBul.Tense => Anteriority => Polarity => QForm => Str} ; - IP = {s : Role => QForm => Str; gn : GenNum} ; - IComp = {s : QForm => Str} ; - IDet = {s : DGender => QForm => Str; n : Number ; nonEmpty : Bool} ; - IQuant = {s : GenNum => QForm => Str} ; - --- Relative - - RCl = {s : ResBul.Tense => Anteriority => Polarity => Agr => Str} ; - RP = {s : GenNum => Str} ; - --- Verb - - VP = ResBul.VP ; - VPSlash = ResBul.VPSlash ; - - Comp = {s : Agr => Str} ; - AdV = {s : Str} ; --lock_AdV : {}} ; - --- Adjective - - AP = {s : AForm => Str; adv : Str; isPre : Bool} ; - --- Adjective - - Adv = {s : Str} ; - CAdv = {s : Str; sn : Str} ; - IAdv = {s : QForm => Str} ; - AdA = {s : Str} ; - --- Noun - - CN = {s : NForm => Str; g : DGender} ; - NP = {s : Role => Str; a : Agr} ; - Pron = {s : Role => Str; gen : AForm => Str; a : Agr} ; - Det = {s : DGender => Role => Str ; n : Number; countable : Bool; spec : Species} ; - Predet = {s : GenNum => Str} ; - Ord = {s : AForm => Str} ; - Num = {s : DGenderSpecies => Str; n : Number; nonEmpty : Bool} ; - Card = {s : DGenderSpecies => Str; n : Number} ; - Quant = {s : AForm => Str} ; - Art = {s : Str; spec : Species} ; - --- Numeral - - Numeral = {s : CardOrd => Str; n : Number} ; - Digits = {s : CardOrd => Str; n : Number; tail : DTail} ; - AdN = {s : Str} ; - --- Structural - - Conj = {s : Str; distr : Bool; conj : Bool; n : Number} ; - Subj = {s : Str} ; - Prep = {s : Str; c : Case} ; - --- Open lexical classes, e.g. Lexicon - - V, VS, VQ, VA = Verb ; - V2, V2A = Verb ** {c2 : Preposition} ; - V2V, V2S, V2Q = Verb ** {c2 : Preposition} ; --- AR - V3 = Verb ** {c2, c3 : Preposition} ; - VV = Verb ; - - A = {s : AForm => Str; adv : Str} ; - A2 = {s : AForm => Str; adv : Str; c2 : Str} ; - - N = {s : NForm => Str; g : DGender} ; - N2 = {s : NForm => Str; g : DGender} ** {c2 : Preposition} ; - N3 = {s : NForm => Str; g : DGender} ** {c2,c3 : Preposition} ; - PN = {s : Str; g : Gender} ; - - --- Tense, Anteriority and Polarity functions - - lin - PPos = {s = []} ** {p = R.Pos} ; - PNeg = {s = []} ** {p = R.Neg} ; - TPres = {s = []} ** {t = R.Pres} ; - TPast = {s = []} ** {t = R.Past} ; --# notpresent - TFut = {s = []} ** {t = R.Fut} ; --# notpresent - TCond = {s = []} ** {t = R.Cond} ; --# notpresent - ASimul = {s = []} ** {a = R.Simul} ; - AAnter = {s = []} ** {a = R.Anter} ; --# notpresent -} diff --git a/old-lib/resource/bulgarian/ConjunctionBul.gf b/old-lib/resource/bulgarian/ConjunctionBul.gf deleted file mode 100644 index 23664cd1f..000000000 --- a/old-lib/resource/bulgarian/ConjunctionBul.gf +++ /dev/null @@ -1,56 +0,0 @@ -concrete ConjunctionBul of Conjunction = - CatBul ** open ResBul, Coordination, Prelude in { - flags coding=cp1251 ; - - - flags optimize=all_subs ; - - lin - ConjS conj ss = { - s = (linCoordSep [])!conj.distr!conj.conj++ss.s!conj.distr!conj.conj; - } ; - - ConjAdv conj ss = { - s = (linCoordSep [])!conj.distr!conj.conj++ss.s!conj.distr!conj.conj; - } ; - - ConjNP conj ss = { - s = \\role => (linCoordSep [])!conj.distr!conj.conj++ss.s!conj.distr!conj.conj!role; - a = {gn = conjGenNum (gennum DMasc conj.n) ss.a.gn; p = ss.a.p} - } ; - - ConjAP conj ss = { - s = \\aform => (linCoordSep [])!conj.distr!conj.conj++ss.s!conj.distr!conj.conj!aform; - adv = (linCoordSep [])!conj.distr!conj.conj++ss.adv!conj.distr!conj.conj; - isPre = ss.isPre - } ; - --- These fun's are generated from the list cat's. - BaseS x y = {s = \\d,t=>x.s++linCoord!t++ y.s} ; - ConsS x xs = {s = \\d,t=>x.s++(linCoordSep comma)!d!t++xs.s!d!t} ; - - BaseAdv x y = {s = \\d,t=>x.s++linCoord!t++ y.s} ; - ConsAdv x xs = {s = \\d,t=>x.s++(linCoordSep comma)!d!t++xs.s!d!t} ; - - BaseNP x y = - {s = \\d,t,role=>x.s!role++linCoord!t++y.s!role; - a = conjAgr x.a y.a} ; - ConsNP x xs = - {s = \\d,t,role=>x.s!role++(linCoordSep comma)!d!t++xs.s!d!t!role; - a = conjAgr xs.a x.a} ; - - BaseAP x y = - {s = \\d,t,aform=>x.s!aform++linCoord!t++y.s!aform; - adv= \\d,t =>x.adv ++linCoord!t++y.adv; - isPre = andB x.isPre y.isPre} ; - ConsAP x xs = - {s = \\d,t,aform=>x.s!aform++(linCoordSep comma)!d!t++xs.s!d!t!aform; - adv= \\d,t =>x.adv ++(linCoordSep comma)!d!t++xs.adv!d!t; - isPre = andB x.isPre xs.isPre} ; - - lincat - [S] = {s : Bool => Bool => Str} ; - [Adv] = {s : Bool => Bool => Str} ; - [NP] = {s : Bool => Bool => Role => Str; a : Agr} ; - [AP] = {s : Bool => Bool => AForm => Str; adv : Bool => Bool => Str; isPre : Bool} ; -} diff --git a/old-lib/resource/bulgarian/ExtraBul.gf b/old-lib/resource/bulgarian/ExtraBul.gf deleted file mode 100644 index 1e15a19de..000000000 --- a/old-lib/resource/bulgarian/ExtraBul.gf +++ /dev/null @@ -1,68 +0,0 @@ -concrete ExtraBul of ExtraBulAbs = CatBul ** - open ResBul, Coordination, Prelude in { - flags coding=cp1251 ; - - - lin - PossIndefPron p = { - s = \\aform => p.gen ! (indefAForm ! aform) ; - spec = Indef - } ; - - ReflQuant = { - s = \\aform => reflPron ! aform ; - spec = Indef - } ; - - ReflIndefQuant = { - s = \\aform => reflPron ! (indefAForm ! aform) ; - spec = Indef - } ; - - i8fem_Pron = mkPron "" "" "" "" "" "" "" "" "" "" "" "" (GSg Fem) P1 ; - i8neut_Pron = mkPron "" "" "" "" "" "" "" "" "" "" "" "" (GSg Neut) P1 ; - - whatSg8fem_IP = mkIP "" "" (GSg Fem) ; - whatSg8neut_IP = mkIP "" "" (GSg Neut) ; - - whoSg8fem_IP = mkIP "" "" (GSg Fem) ; - whoSg8neut_IP = mkIP "" "" (GSg Neut) ; - - youSg8fem_Pron = mkPron "" "" "" "" "" "" "" "" "" "" "" "" (GSg Fem) P2 ; - youSg8neut_Pron = mkPron "" "" "" "" "" "" "" "" "" "" "" "" (GSg Neut) P2 ; - - youPol8fem_Pron = mkPron "" "" "" "" "" "" "" "" "" "" "" "" (GSg Fem) P2 ; - youPol8neut_Pron = mkPron "" "" "" "" "" "" "" "" "" "" "" "" (GSg Neut) P2 ; - - onePl_Num = {s = table { - DMascIndef | DMascPersonalIndef | DFemIndef | DNeutIndef => "" ; - DMascDef | DMascDefNom | DMascPersonalDef | DMascPersonalDefNom | DFemDef | DNeutDef => "" - } ; - n = Pl; - nonEmpty = True - } ; - - UttImpSg8fem pol imp = {s = pol.s ++ imp.s ! pol.p ! GSg Fem} ; - UttImpSg8neut pol imp = {s = pol.s ++ imp.s ! pol.p ! GSg Fem} ; - - oper - reflPron : AForm => Str = - table { - ASg Masc Indef => "" ; - ASg Masc Def => "" ; - ASgMascDefNom => "" ; - ASg Fem Indef => "" ; - ASg Fem Def => "" ; - ASg Neut Indef => "" ; - ASg Neut Def => "" ; - APl Indef => "" ; - APl Def => "" - } ; - - indefAForm : AForm => AForm = - table { - ASg g _ => ASg g Indef ; - ASgMascDefNom => ASg Masc Indef ; - APl _ => APl Indef - } ; -} diff --git a/old-lib/resource/bulgarian/ExtraBulAbs.gf b/old-lib/resource/bulgarian/ExtraBulAbs.gf deleted file mode 100644 index fe57f33b1..000000000 --- a/old-lib/resource/bulgarian/ExtraBulAbs.gf +++ /dev/null @@ -1,33 +0,0 @@ -abstract ExtraBulAbs = Extra ** { - flags coding=cp1251 ; - - -fun --- Feminine variants of pronouns (those in $Structural$ are --- masculine, which is the default when gender is unknown). - - PossIndefPron : Pron -> Quant ; - - ReflQuant : Quant ; - ReflIndefQuant : Quant ; - - i8fem_Pron : Pron ; - i8neut_Pron : Pron ; - - whatSg8fem_IP : IP ; - whatSg8neut_IP : IP ; - - whoSg8fem_IP : IP ; - whoSg8neut_IP : IP ; - - youSg8fem_Pron : Pron ; - youSg8neut_Pron : Pron ; - - youPol8fem_Pron : Pron ; - youPol8neut_Pron : Pron ; - - onePl_Num : Num ; - - UttImpSg8fem : Pol -> Imp -> Utt; - UttImpSg8neut : Pol -> Imp -> Utt; -} diff --git a/old-lib/resource/bulgarian/GrammarBul.gf b/old-lib/resource/bulgarian/GrammarBul.gf deleted file mode 100644 index 21e437b74..000000000 --- a/old-lib/resource/bulgarian/GrammarBul.gf +++ /dev/null @@ -1,23 +0,0 @@ ---# -path=.:../abstract:../common:prelude - -concrete GrammarBul of Grammar = - NounBul, - VerbBul, - AdjectiveBul, - AdverbBul, - NumeralBul, - SentenceBul, - QuestionBul, - RelativeBul, - ConjunctionBul, - PhraseBul, - TextBul, - StructuralBul, - IdiomBul - ** { - flags coding=cp1251 ; - - -flags startcat = Phr ; unlexer = text ; lexer = text ; - -} ; diff --git a/old-lib/resource/bulgarian/IdiomBul.gf b/old-lib/resource/bulgarian/IdiomBul.gf deleted file mode 100644 index cd22f7908..000000000 --- a/old-lib/resource/bulgarian/IdiomBul.gf +++ /dev/null @@ -1,65 +0,0 @@ -concrete IdiomBul of Idiom = CatBul ** open Prelude, ParadigmsBul, ResBul in { - flags coding=cp1251 ; - - flags optimize=all_subs ; - - lin - ImpersCl vp = mkClause [] (agrP3 (GSg Neut)) vp ; - GenericCl vp = mkClause "" (agrP3 (GSg Neut)) vp ; - - CleftNP np rs = - mkClause (np.s ! RSubj) - {gn=GSg Neut; p=np.a.p} - (insertObj (\\_ => thisRP ! np.a.gn ++ rs.s ! np.a) (predV verbBe)) ; - - CleftAdv ad s = {s = \\t,a,p,o => case p of {Pos=>[]; Neg=>""} ++ ad.s ++ s.s } ; - - ExistNP np = - { s = \\t,a,p,o => - let verb = case p of { - Pos => mkV186 "" ; - Neg => mkV186 "" - } ; - - agr=agrP3 (GSg Neut); - - present = verb ! (VPres (numGenNum agr.gn) agr.p) ; - aorist = verb ! (VAorist (numGenNum agr.gn) agr.p) ; - perfect = verb ! (VPerfect (aform agr.gn Indef (RObj Acc))) ; - - auxPres = auxBe ! VPres (numGenNum agr.gn) agr.p ; - auxAorist = auxBe ! VAorist (numGenNum agr.gn) agr.p ; - auxCondS = auxWould ! VAorist (numGenNum agr.gn) agr.p ; - - v : {aux1:Str; aux2:Str; main:Str} - = case of { - => {aux1=[]; aux2=[]; main=present} ; - => {aux1=[]; aux2=auxPres; main=perfect} ; - => {aux1=[]; aux2=[]; main=aorist} ; - => {aux1=[]; aux2=auxAorist; main=perfect} ; - => {aux1=""; aux2=[]; main=present} ; - => {aux1=""++auxPres; aux2=[]; main=perfect} ; - => {aux1=auxCondS; aux2=[]; main=perfect} - } ; - - in case o of { - Main => v.aux1 ++ v.main ++ v.aux2 ++ np.s ! RObj Acc ; - Inv => np.s ! RObj Acc ++ v.aux1 ++ v.main ++ v.aux2 ; - Quest => v.aux1 ++ v.main ++ "" ++ v.aux2 ++ np.s ! RObj Acc - } - } ; - - ExistIP ip = - mkQuestion {s = ip.s ! RSubj} - (mkClause "" (agrP3 ip.gn) (predV verbBe)) ; - - ProgrVP vp = { - s = \\_ => vp.s ! Imperf ; - ad = vp.ad ; - compl = vp.compl ; - vtype = vp.vtype - } ; - - ImpPl1 vp = {s = "" ++ daComplex vp ! Perf ! {gn = GPl ; p = P1}} ; -} - diff --git a/old-lib/resource/bulgarian/LangBul.gf b/old-lib/resource/bulgarian/LangBul.gf deleted file mode 100644 index dcfaacdc1..000000000 --- a/old-lib/resource/bulgarian/LangBul.gf +++ /dev/null @@ -1,12 +0,0 @@ ---# -path=.:../abstract:../common:prelude - -concrete LangBul of Lang = - GrammarBul, - LexiconBul - ** { - flags coding=cp1251 ; - - -flags startcat = Phr ; unlexer = text ; lexer = text ; erasing = on ; coding = cp1251 ; - -} ; diff --git a/old-lib/resource/bulgarian/LexiconBul.gf b/old-lib/resource/bulgarian/LexiconBul.gf deleted file mode 100644 index a02db0153..000000000 --- a/old-lib/resource/bulgarian/LexiconBul.gf +++ /dev/null @@ -1,380 +0,0 @@ ---# -path=.:prelude - -concrete LexiconBul of Lexicon = CatBul ** - open ParadigmsBul, ResBul, Prelude in { - flags coding=cp1251 ; - - -flags - optimize=values ; - -lin - airplane_N = mkN007 "" ; - answer_V2S = mkV2S (actionV (mkV187 "") (mkV173 "")) naP ; - apartment_N = mkN007 "" ; - apple_N = mkN041 "" ; - art_N = mkN054 "" ; - ask_V2Q = mkV2Q (stateV (mkV186 "")) noPrep ; - baby_N = mkN065 "" ; - bad_A = mkA076 "" ; - bank_N = mkN041 "" ; - beautiful_A = mkA076 "" ; - become_VA = mkVA (actionV (mkV186 "") (mkV152 "")) ; - beer_N = mkN041 "" ; - beg_V2V = mkV2V (stateV (mkV173 "")) noPrep zaP ; - big_A = mkA081 "" ; - bike_N = mkN061 "" ; - bird_N = mkN041 "" ; - black_A = mkA079 "" ; - blue_A = mkA086 "" ; - boat_N = mkN007 "" ; - book_N = mkN041 "" ; - boot_N = mkN041 "" ; - boss_N = mkN001 "" ; - boy_N = mkN065 "" ; - bread_N = mkN001 "" ; - break_V2 = dirV2 (actionV (mkV173 "") (mkV173 "")) ; - broad_A = mkA079 "" ; - brother_N2 = prepN2 (mkN025 "") naP ; - brown_A = mkA076 "" ; - butter_N = mkN054 "" ; - buy_V2 = dirV2 (actionV (mkV186 "") (mkV173 "")) ; - camera_N = mkN041 "" ; - cap_N = mkN041 "" ; - car_N = mkN041 "" ; - carpet_N = mkN007 "" ; - cat_N = mkN041 "" ; - ceiling_N = mkN007 "" ; - chair_N = mkN001 "" ; - cheese_N = mkN066 "" ; - child_N = mkN067 "" ; - church_N = mkN041 "" ; - city_N = mkN001 "" ; - clean_A = mkA076 "" ; - clever_A = mkA079 "" ; - close_V2 = dirV2 (actionV (mkV187 "") (mkV173 "")) ; - coat_N = mkN054 "" ; - cold_A = mkA076 "" ; - come_V = actionV (mkV186 "") (table { -- special case "", "" are archaic - VImperative Sg => ""; - VImperative Pl => ""; - vform => mkV146a "" ! vform}) ; - computer_N = mkN009 "" ; - country_N = mkN041 "" ; - cousin_N = mkN007a "" ; - cow_N = mkN041 "" ; - die_V = actionV (mkV186 "") (mkV150a "") ; - dirty_A = mkA079 "" ; - distance_N3 = prepN3 (mkN072 "") otP doP ; - doctor_N = mkN007a "" ; - dog_N = mkN065 "" ; - door_N = mkN041 "" ; - drink_V2 = dirV2 (stateV (mkV163 "")) ; - easy_A2V = mkA2V (mkA079 "") zaP ; - eat_V2 = dirV2 (stateV (mkV169 "")) ; - empty_A = mkA079 "" ; - enemy_N = mkN001 "" ; - factory_N = mkN041 "" ; - father_N2 = prepN2 (mkN038 "") naP ; - fear_VS = mkVS (stateV (mkV186 "")) ; - find_V2 = dirV2 (actionV (mkV186 "") (mkV173 "")) ; - fish_N = mkN041 "" ; - floor_N = mkN007 "" ; - fridge_N = mkN007 "" ; - friend_N = mkN031a "" ; - fruit_N = mkN001 "" ; - fun_AV = mkAV (mkA079 "") ; - forget_V2 = dirV2 (actionV (mkV187 "") (mkV173 "")) ; - garden_N = mkN041 "" ; - girl_N = mkN065 "" ; - glove_N = mkN041 "" ; - gold_N = mkN054 "" ; - good_A = adjAdv (mkA080 "") "" ; - go_V = actionV (mkV186 "") (mkV146 "") ; - green_A = mkA076 "" ; - harbour_N = mkN066 "" ; - hate_V2 = dirV2 (stateV (mkV173 "")) ; - hat_N = mkN041 "" ; - have_V2 = dirV2 (stateV (mkV186 "")) ; - hear_V2 = dirV2 (actionV (mkV186 "") (mkV163 "")) ; - hill_N = mkN001 "" ; - hope_VS = mkVS (medialV (stateV (mkV186 "")) Acc) ; - horse_N = mkN035 "" ; - hot_A = mkA076 "" ; - house_N = mkN041 "" ; - important_A = mkA079 "" ; - industry_N = mkN047 "" ; - iron_N = mkN057 "" ; - king_N = mkN035a "" ; - know_V2 = dirV2 { - s = \\_,vform => case vform of { - VPassive aform => (mkA079 "").s ! aform ; - _ => mkV162 "" ! vform - } ; - vtype = VNormal ; - lock_V = <> - } ; - lake_N = mkN054 "" ; - lamp_N = mkN041 "" ; - learn_V2 = dirV2 (actionV (mkV176 "") (mkV176 "")) ; - leather_N = mkN041 "" ; - leave_V2 = dirV2 (actionV (mkV187 "") (mkV173 "")) ; - like_V2 = dirV2 (actionV (mkV186 "") (mkV186 "")) ; - listen_V2 = dirV2 (stateV (mkV186 "")) ; - live_V = stateV (mkV160 "") ; - long_A = mkA080 "" ; - lose_V2 = dirV2 (actionV (mkV173 "") (mkV173 "")) ; - love_N = mkN049 "" ; - love_V2 = dirV2 (stateV (mkV186 "")) ; - man_N = mkN024 "" ; - married_A2 = mkA2 (mkA076 "") zaP ; - meat_N = mkN054 "" ; - milk_N = mkN057 "" ; - moon_N = mkN041 "" ; - mother_N2 = prepN2 (mkN041a "") naP ; - mountain_N = mkN041 "" ; - music_N = mkN041 "" ; - narrow_A = mkA084 "" ; - new_A = mkA076 "" ; - newspaper_N = mkN014 "" ; - oil_N = mkN065 "" ; - old_A = mkA076 "" ; - open_V2 = dirV2 (actionV (mkV187 "") (mkV173 "")) ; - paint_V2A = mkV2A (actionV (mkV186 "") (mkV186 "")) noPrep ; - paper_N = mkN047 "" ; - paris_PN = mkPN "" Masc ; - peace_N = mkN040a "" ; - pen_N = mkN041 "" ; - planet_N = mkN041 "" ; - plastic_N = mkN041 "" ; - play_V2 = dirV2 (stateV (mkV161 "")) ; - policeman_N = mkN032a "" ; - priest_N = mkN014 "" ; - probable_AS = mkAS (mkA079 "") ; - queen_N = mkN041 "" ; - radio_N = mkN054 "" ; - rain_V0 = mkV0 (stateV (mkV174 "")) ; - read_V2 = dirV2 (stateV (mkV145 "")) ; - red_A = mkA076 "" ; - religion_N = mkN047 "" ; - restaurant_N = mkN007 "" ; - river_N = mkN041 "" ; - rock_N = mkN041 "" ; - roof_N = mkN007 "" ; - rubber_N = mkN041 "" ; - run_V = stateV (mkV186 "") ; - say_VS = mkVS (actionV (mkV186 "") (mkV156 "")) ; - school_N = mkN066 "" ; - science_N = mkN041 "" ; - sea_N = mkN065 "" ; - seek_V2 = dirV2 (stateV (mkV173 "")) ; - see_V2 = dirV2 (actionV (mkV186 "") (mkV181 "")) ; - sell_V3 = dirV3 (stateV (mkV186 "")) naP ; - send_V3 = dirV3 (actionV (mkV186 "") (mkV173 "")) doP ; - sheep_N = mkN044 "" ; - ship_N = mkN007 "" ; - shirt_N = mkN041 "" ; - shoe_N = mkN041 "" ; - shop_N = mkN007 "" ; - short_A = mkA076 "" ; - silver_N = mkN054 "" ; - sister_N = mkN041a "" ; - sleep_V = stateV (mkV182 "") ; - small_A = mkA080 "" ; - snake_N = mkN047 "" ; - sock_N = mkN007 "" ; - speak_V2 = dirV2 (stateV (mkV173 "")) ; - star_N = mkN041 "" ; - steel_N = mkN041 "" ; - stone_N = mkN017 "" ; - stove_N = mkN041 "" ; - student_N = mkN007a "" ; - stupid_A = mkA076 "" ; - sun_N = mkN066 "" ; - switch8off_V2 = dirV2 (actionV (mkV186 "") (mkV176 "")) ; - switch8on_V2 = dirV2 (actionV (mkV186 "") (mkV176 "")) ; - table_N = mkN041 "" ; - talk_V3 = mkV3 (stateV (mkV173 "")) naP zaP ; - teacher_N = mkN031a "" ; - teach_V2 = dirV2 (actionV (mkV186 "") (mkV168 "")) ; - television_N = mkN047 "" ; - thick_A = mkA076 "" ; - thin_A = mkA080 "" ; - train_N = mkN001 "" ; - travel_V = stateV (mkV186 "") ; - tree_N = mkN061 "" ; - ugly_A = mkA076 "" ; - understand_V2 = dirV2 (actionV (mkV186 "") (mkV170 "")) ; - university_N = mkN007 "" ; - village_N = mkN054 "" ; - wait_V2 = prepV2 (stateV (mkV186 "")) zaP ; - walk_V = stateV (mkV173 "") ; - warm_A = mkA080 "" ; - war_N = mkN041 "" ; - watch_V2 = dirV2 (stateV (mkV186 "")) ; - water_N = mkN041 "" ; - white_A = mkA081 "" ; - window_N = mkN008 "" ; - wine_N = mkN054 "" ; - win_V2 = dirV2 (actionV (mkV186 "") (mkV174 "")) ; - woman_N = mkN041a "" ; - wonder_VQ = mkVQ (medialV (actionV (mkV186 "") (mkV173 "")) Acc) ; - wood_N = mkN041 "" ; - write_V2 = dirV2 (stateV (mkV159 "")) ; - yellow_A = mkA076 "" ; - young_A = mkA076 "" ; - do_V2 = dirV2 (actionV (mkV173 "") (mkV173 "")) ; - now_Adv = mkAdv "" ; - already_Adv = mkAdv "" ; - song_N = mkN050 "" ; - add_V3 = dirV3 (actionV (mkV186 "") (mkV170 "")) sP ; - number_N = mkN054 "" ; - put_V2 = prepV2 (actionV (mkV186 "") (mkV176 "")) noPrep ; - stop_V = actionV (mkV186 "") (mkV150 "") ; - jump_V = actionV (mkV186 "") (mkV176 "") ; - left_Ord = mkA081 "" ** {nonEmpty=True} ; - right_Ord = mkA084 "" ** {nonEmpty=True} ; - far_Adv = mkAdv "" ; - correct_A = mkA079 "" ; - dry_A = mkA076 "" ; - dull_A = mkA076 "" ; - full_A = mkA079 "" ; - heavy_A = mkA080 "" ; - near_A = mkA080 "" ; - rotten_A = mkA076 "" ; - round_A = mkA080 "" ; - sharp_A = mkA080 "" ; - smooth_A = mkA080 "" ; - straight_A = mkA081 "" ; - wet_A = mkA080 "" ; ---- - wide_A = mkA076 "" ; - animal_N = mkN062 "" ; - ashes_N = mkN049 "e" ; - back_N = mkN003 "" ; - bark_N = mkN028 "" ; - belly_N = mkN007 "" ; - blood_N = mkN053 "" ; - bone_N = mkN049 "" ; - breast_N = mkN041 "" ; - cloud_N = mkN014 "" ; - day_N = mkN033 "" ; - dust_N = mkN001 "" ; - ear_N = mkN064 "" ; - earth_N = mkN047 "" ; - egg_N = mkN066 "" ; - eye_N = mkN063 "" ; - fat_N = mkN041 "" ; - feather_N = mkN038 "" ; - fingernail_N = mkN034 "" ; - fire_N = mkN030 "" ; - flower_N = mkN068 "" ; - fog_N = mkN041 "" ; - foot_N = mkN041 "" ; - forest_N = mkN041 "" ; - grass_N = mkN041 "" ; - guts_N = mkN054 "" ; - hair_N = mkN041 "" ; - hand_N = mkN045 "" ; - head_N = mkN041 "" ; - heart_N = mkN066 "" ; - horn_N = mkN001 "" ; - husband_N = mkN015 "" ; -- personal - ice_N = mkN001 "" ; - knee_N = mkN058 "" ; - leaf_N = mkN054 "" ; - leg_N = mkN022 "" ; - liver_N = mkN001 "" ; - louse_N = mkN041 "" ; - mouth_N = mkN042 "" ; - name_N = mkN069 "" ; - neck_N = mkN003 "" ; - night_N = mkN049 "" ; - nose_N = mkN001 "" ; - person_N = mkN014 "" ; - rain_N = mkN001 "" ; - road_N = mkN037 "" ; - root_N = mkN007 "" ; - rope_N = mkN065 "" ; - salt_N = mkN049 "" ; - sand_N = mkN014 "" ; - seed_N = mkN069 "" ; - skin_N = mkN041 "" ; - sky_N = mkN070 "" ; - smoke_N = mkN014 "" ; - snow_N = mkN002 "" ; - stick_N = mkN041 "" ; - tail_N = mkN041 "" ; - tongue_N = mkN014 "" ; - tooth_N = mkN007 "" ; - wife_N = mkN041 "" ; - wind_N = mkN004 "" ; - wing_N = mkN056 "" ; - worm_N = mkN032 "" ; - year_N = mkN041 "" ; - blow_V = stateV (mkV186 "") ; - breathe_V = dirV2 (stateV (mkV186 "")) ; - burn_V = actionV (mkV187 "") (mkV177 "") ; - dig_V = stateV (mkV161 "") ; - fall_V = actionV (mkV186 "") (mkV152 "") ; - float_V = stateV (mkV186 "") ; - flow_V = stateV (mkV148 "") ; - fly_V = stateV (mkV177 "") ; - freeze_V = stateV (mkV186 "") ; - give_V3 = dirV3 (actionV (mkV186 "") (mkV186 "")) naP ; - laugh_V = medialV (stateV (mkV160 "")) Acc ; - lie_V = stateV (mkV178 "") ; - play_V = stateV (mkV161 "") ; - sew_V = stateV (mkV163 "") ; - sing_V = stateV (mkV164 "") ; - sit_V = stateV (mkV177 "") ; - smell_V = stateV (mkV159 "") ; - spit_V = stateV (mkV163 "") ; - stand_V = stateV (mkV180 "") ; - swell_V = actionV (mkV186 "") (mkV163 "") ; - swim_V = stateV (mkV186 "") ; - think_V = stateV (mkV173 "") ; - turn_V = actionV (mkV186 "") (mkV152 "") ; - vomit_V = actionV (mkV186 "") (mkV152 "") ; - - bite_V2 = dirV2 (stateV (mkV154 "")) ; - count_V2 = dirV2 (stateV (mkV175 "")) ; - cut_V2 = dirV2 (stateV (mkV157 "")) ; - fear_V2 = dirV2 (medialV (stateV (mkV186 "")) Acc) ; - fight_V2 = dirV2 (medialV (stateV (mkV173 "")) Acc) ; - hit_V2 = dirV2 (actionV (mkV187 "") (mkV173 "")) ; - hold_V2 = dirV2 (stateV (mkV179 "")) ; - hunt_V2 = dirV2 (stateV (mkV174 "")) ; - kill_V2 = dirV2 (actionV (mkV186 "") (mkV163 "")) ; - pull_V2 = dirV2 (stateV (mkV186 "")) ; - push_V2 = dirV2 (stateV (mkV186 "")) ; - rub_V2 = dirV2 (stateV (mkV163 "")) ; - scratch_V2 = dirV2 (actionV (mkV186 "") (mkV152 "")) ; - split_V2 = dirV2 (actionV (mkV187 "") (mkV174 "")) ; - squeeze_V2 = dirV2 (actionV (mkV186 "") (mkV152 "")) ; - stab_V2 = dirV2 (actionV (mkV186 "") (mkV176 "")) ; - suck_V2 = dirV2 (stateV (mkV155 "")) ; - throw_V2 = dirV2 (actionV (mkV187 "") (mkV173 "")) ; - tie_V2 = dirV2 (actionV (mkV186 "") (mkV156 "")) ; - wash_V2 = dirV2 (stateV (mkV163 "")) ; - wipe_V2 = dirV2 (stateV (mkV159 "")) ; - - grammar_N = mkN041 "" ; - language_N = mkN014 "" ; - rule_N = mkN054 "" ; - - john_PN = mkPN "" Masc ; - question_N = mkN007 "" ; - ready_A = mkA076 "" ; - reason_N = mkN041 "" ; - today_Adv = mkAdv "" ; - uncertain_A = mkA079 "" ; - -oper - zaP = mkPrep "" Acc ; - naP = mkPrep [] Dat ; - otP = mkPrep "" Acc ; - doP = mkPrep "" Acc ; - sP = mkPrep (pre { "" ; - "" / strs {"" ; "" ; "" ; ""} - }) Acc ; -} ; diff --git a/old-lib/resource/bulgarian/MorphoBul.gf b/old-lib/resource/bulgarian/MorphoBul.gf deleted file mode 100644 index c8459d0f5..000000000 --- a/old-lib/resource/bulgarian/MorphoBul.gf +++ /dev/null @@ -1,178 +0,0 @@ ---# -path=.:../../prelude - ---1 A Simple English 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 $ParadigmsEng$, which --- gives a higher-level access to this module. - -resource MorphoBul = ResBul ** open - Predef, - Prelude, - CatBul - in { - flags coding=cp1251 ; - - - flags optimize=all ; - -oper ---2 Determiners - - mkDeterminerSg : Str -> Str -> Str -> {s : DGender => Role => Str; n : Number; countable : Bool ; spec : Species} = \vseki,vsiaka,vsiako -> - {s = \\g,_ => table DGender [vseki;vseki;vsiaka;vsiako] ! g; n = Sg; countable = False; spec = Indef} ; - mkDeterminerPl : Str -> {s : DGender => Role => Str ; n : Number; countable : Bool ; spec : Species} = \vsicki -> - {s = \\_,_ => vsicki; n = Pl; countable = False; spec = Indef} ; - - mkQuant : Str -> Str -> Str -> Str -> {s : AForm => Str} = \tozi,tazi,towa,tezi -> { - s = \\aform => case aform of { - ASg Masc _ => tozi ; - ASgMascDefNom => tozi ; - ASg Fem _ => tazi ; - ASg Neut _ => towa ; - APl _ => tezi - } - } ; - - ---2 Verbs - - mkVerb : (_,_,_,_,_,_,_,_,_:Str) -> VTable = - \cheta,chete,chetoh,chetqh,chel,chetql,cheten,chetqst,cheti -> - table { - VPres Sg P1 => cheta; - VPres Sg P2 => chete + ""; - VPres Sg P3 => chete; - VPres Pl P1 => case chete of { - _ + (""|"") => chete + ""; - _ => chete + "" - }; - VPres Pl P2 => chete + ""; - VPres Pl P3 => case cheta of { - vika + "" => case chete of { - dad + "" => dad + ""; - vika => vika + "" - }; - _ => cheta + "" - }; - VAorist Sg P1 => chetoh; - VAorist Sg _ => case chetoh of { - chet+"" => chete; - zova+ "" => zova - }; - VAorist Pl P1 => chetoh + ""; - VAorist Pl P2 => chetoh + ""; - VAorist Pl P3 => chetoh + ""; - VImperfect Sg P1 => chetqh; - VImperfect Sg _ => case chete of { - rabot + "" => rabot + "e"; - _ => chete + "" - }; - VImperfect Pl P1 => chetqh + ""; - VImperfect Pl P2 => chetqh + ""; - VImperfect Pl P3 => chetqh + ""; - VPerfect aform =>let chel1 : Str = - case chel of { - pas+"" => pas+""; - _ => chel - } - in (mkAdjective chel - (chel+"") - (chel+"") - (chel1+"a") - (chel1+"") - (chel1+"") - (chel1+"") - (ia2e chel1+"") - (ia2e chel1+"")).s ! aform ; - VPluPerfect aform => regAdjective chetql ! aform ; - VPassive aform => regAdjective cheten ! aform ; - VPresPart aform => regAdjective chetqst ! aform ; - VImperative Sg => cheti; - VImperative Pl => case cheti of { - chet + "" => chet + ""; - ela => ela + "" - }; - VGerund => case chete of { - rabot + "" => rabot + ""; - _ => chete + "" - } - } ; - - ---2 Nouns - - mkNoun : Str -> Str -> Str -> Str -> DGender -> N = \sg,pl,count,voc,g -> { - s = table { - NF Sg Indef => sg ; - NF Sg Def => case sg of { - _+""=>sg+"" ; - _+""=>sg+"" ; - _+""=>sg+"" ; - _+""=>sg+"" ; - _+""=>sg+"" ; - s+""=>s +"" ; - _+(""|""|""|"" - |""|""|"" - |""|""|"" - |""|""|"") - =>sg +"" ; - _ =>case g of { - DFem => sg+"" ; - _ => sg+"" - } - } ; - NF Pl Indef => pl ; - NF Pl Def => case pl of { - _+""=>pl+"" ; - _+""=>pl+"" ; - _+""=>pl+"" ; - s+""=>s +"" ; - s =>s +"" - } ; - NFSgDefNom => case sg of { - _+""=>sg+"" ; - _+""=>sg+"" ; - _+""=>sg+"" ; - _+""=>sg+"" ; - _+""=>sg+"" ; - s+""=>s +"" ; - _+(""|""|""|"" - |""|""|"" - |""|""|"" - |""|""|"") - =>sg+"" ; - _ =>case g of { - DFem => sg+"" ; - _ => sg+"" - } - } ; - NFPlCount => count ; - NFVocative => voc - } ; - g = g ; - lock_N = <> - } ; - - ---2 Adjectives - - mkAdjective : (_,_,_,_,_,_,_,_,_ : Str) -> A = - \dobyr,dobria,dobriat,dobra,dobrata,dobro,dobroto,dobri,dobrite -> { - s = table { - ASg Masc Indef => dobyr ; - ASg Masc Def => dobria ; - ASgMascDefNom => dobriat ; - ASg Fem Indef => dobra ; - ASg Fem Def => dobrata ; - ASg Neut Indef => dobro ; - ASg Neut Def => dobroto ; - APl Indef => dobri ; - APl Def => dobrite - } ; - adv = dobro ; - lock_A = <> - } ; -} \ No newline at end of file diff --git a/old-lib/resource/bulgarian/MorphoFunsBul.gf b/old-lib/resource/bulgarian/MorphoFunsBul.gf deleted file mode 100644 index 678479d8e..000000000 --- a/old-lib/resource/bulgarian/MorphoFunsBul.gf +++ /dev/null @@ -1,184 +0,0 @@ ---# -path=.:../abstract:../../prelude:../common - -resource MorphoFunsBul = open - Prelude, - CatBul, - MorphoBul - in { - flags coding=cp1251 ; - - -oper ---2 Adverbs - --- Adverbs are not inflected. Most lexical ones have position --- after the verb. Some can be preverbal (e.g. "always"). - - mkAdv : Str -> Adv = \x -> ss x ** {lock_Adv = <>} ; - mkAdV : Str -> AdV = \x -> ss x ** {lock_AdV = <>} ; - --- Adverbs modifying adjectives and sentences can also be formed. - - mkAdA : Str -> AdA = \x -> ss x ** {lock_AdA = <>} ; - - ---2 Adjectives --- - - AS, A2S, AV : Type = A ; - A2V : Type = A2 ; - - mkA2 : A -> Prep -> A2 ; - mkA2 a p = a ** {c2 = p.s ; lock_A2 = <>} ; - - mkAS : A -> AS ; - mkAS v = v ** {lock_A = <>} ; - - mkA2S : A -> Prep -> A2S ; - mkA2S v p = mkA2 v p ** {lock_A = <>} ; - - mkAV : A -> AV ; - mkAV v = v ** {lock_A = <>} ; - - mkA2V : A -> Prep -> A2V ; - mkA2V v p = mkA2 v p ** {lock_A2 = <>} ; - - ---2 Verbs --- - - medialV : V -> Case -> V ; - medialV v c = {s = v.s; vtype = VMedial c; lock_V=<>} ; - - phrasalV : V -> Case -> V ; - phrasalV v c = {s = v.s; vtype = VPhrasal c; lock_V=<>} ; - - actionV : VTable -> VTable -> V ; - actionV imperf perf = { - s = table {Imperf=>imperf; Perf=>perf}; - vtype = VNormal; - lock_V=<> - } ; - - stateV : VTable -> V ; - stateV vtable = { - s = \\_=>vtable; - vtype = VNormal; - lock_V=<> - } ; - ---3 Zero-place verbs --- - - V0 : Type = V ; - mkV0 : V -> V0 ; - mkV0 v = v ** {lock_V = <>} ; - - ---3 Two-place verbs --- - - prepV2 : V -> Prep -> V2 ; - prepV2 v p = {s = v.s; c2 = p; vtype = v.vtype; lock_V2 = <>} ; - - dirV2 : V -> V2 ; - dirV2 v = prepV2 v noPrep ; - - ---3 Three-place verbs --- --- Three-place (ditransitive) verbs need two prepositions, of which --- the first one or both can be absent. - - mkV3 : V -> Prep -> Prep -> V3 ; -- speak, with, about - mkV3 v p q = {s = v.s; s1 = v.s1; c2 = p; c3 = q; vtype = v.vtype; lock_V3 = <>} ; - - dirV3 : V -> Prep -> V3 ; -- give,_,to - dirV3 v p = mkV3 v noPrep p ; - - dirdirV3 : V -> V3 ; -- give,_,_ - dirdirV3 v = dirV3 v noPrep ; - - ---3 Other verbs --- - --- V2S, V2V, V2Q : Type = V2 ; - - mkV2S : V -> Prep -> V2S ; - mkV2S v p = prepV2 v p ** {lock_V2S = <>} ; - - mkV2V : V -> Prep -> Prep -> V2V ; - mkV2V v p t = prepV2 v p ** {s4 = t ; lock_V2V = <>} ; - - mkV2A : V -> Prep -> V2A ; - mkV2A v p = prepV2 v p ** {lock_V2A = <>} ; - - mkV2Q : V -> Prep -> V2Q ; - mkV2Q v p = prepV2 v p ** {lock_V2Q = <>} ; - - mkVS : V -> VS ; - mkVS v = v ** {lock_VS = <>} ; - - mkVV : V -> VV ; - mkVV v = v ** {lock_VV = <>} ; - - mkVA : V -> VA ; - mkVA v = v ** {lock_VA = <>} ; - - mkV2A : V -> Prep -> V2A ; - mkV2A v p = prepV2 v p ** {lock_V2A = <>} ; - - mkVQ : V -> VQ ; - mkVQ v = v ** {lock_VQ = <>} ; - - mkV2Q : V -> Prep -> V2Q ; - mkV2Q v p = prepV2 v p ** {lock_V2Q = <>} ; - - ---2 Nouns - ---3 Two-place Nouns --- - - prepN2 : N -> Prep -> N2 ; - prepN2 n p = {s = n.s; g = n.g; c2 = p; lock_N2 = <>} ; - - dirN2 : N -> N2 ; - dirN2 n = prepN2 n noPrep ; - - ---3 Three-place Nouns --- - - prepN3 : N -> Prep -> Prep -> N3 ; - prepN3 n p q = {s = n.s; g = n.g; c2 = p; c3 = q; lock_N3 = <>} ; - - dirN3 : N -> Prep -> N3 ; - dirN3 n p = prepN3 n noPrep p ; - - dirdirN3 : N -> N3 ; - dirdirN3 n = dirN3 n noPrep ; - - ---2 Prepositions --- --- A preposition as used for rection in the lexicon, as well as to --- build $PP$s in the resource API, just requires a string. - - mkPrep : Str -> Case -> Prep = \p,c -> {s = p; c = c; lock_Prep = <>} ; - noPrep : Prep = mkPrep [] Acc ; - - ---2 Proper Names --- - mkPN : Str -> Gender -> PN ; - mkPN s g = {s = s; g = g ; lock_PN = <>} ; - - ---2 IAdv --- - - mkIAdv : Str -> IAdv ; - mkIAdv s = {s = table {QDir=>s;QIndir=>s+""}; lock_IAdv = <>} ; -} diff --git a/old-lib/resource/bulgarian/NounBul.gf b/old-lib/resource/bulgarian/NounBul.gf deleted file mode 100644 index 80aa20e22..000000000 --- a/old-lib/resource/bulgarian/NounBul.gf +++ /dev/null @@ -1,187 +0,0 @@ -concrete NounBul of Noun = CatBul ** open ResBul, Prelude in { - flags coding=cp1251 ; - - - flags optimize=all_subs ; - - lin - DetCN = detCN ; - - DetNP det = detCN det {s = \\_ => [] ; g = DNeut} ; ---- FIXME AR - - oper - detCN : - {s : DGender => Role => Str ; n : Number; countable : Bool; spec : Species} -> - {s : NForm => Str; g : DGender} -> - {s : Role => Str; a : Agr} - = - \det,cn -> - { s = \\role => let nf = case of { - => case role of { - RSubj => NFSgDefNom ; - RVoc => NFVocative ; - _ => NF Sg Def - } ; - => case role of { - RVoc => NFVocative ; - _ => NF Sg Indef - } ; - => NF det.n det.spec ; - => case cn.g of { - DMascPersonal => NF Pl Indef; - _ => case det.countable of { - True => NFPlCount ; - False => NF Pl Indef - } - } - } ; - s = det.s ! cn.g ! role ++ cn.s ! nf - in case role of { - RObj Dat => "" ++ s; - _ => s - } ; - a = {gn = gennum cn.g det.n; p = P3} ; - } ; - - lin - UsePN pn = { s = \\role => case role of { - RObj Dat => "" ++ pn.s; - _ => pn.s - } ; - a = {gn = GSg pn.g; p = P3} - } ; - UsePron p = {s = p.s; a=p.a} ; - - PredetNP pred np = { - s = \\c => pred.s ! np.a.gn ++ np.s ! c ; - a = np.a - } ; - - PPartNP np v2 = { - s = \\c => np.s ! c ++ v2.s ! Perf ! VPassive (aform np.a.gn Indef c) ; - a = np.a - } ; - - AdvNP np adv = { - s = \\c => np.s ! c ++ adv.s ; - a = np.a - } ; - - DetQuant quant num = { - s = \\g,c => quant.s ! aform (gennum g num.n) (case c of {RVoc=>Indef; _=>Def}) c ++ - num.s ! dgenderSpecies g Indef c ; - n = num.n ; - countable = num.nonEmpty ; - spec=Indef - } ; - - DetQuantOrd = \quant, num, ord -> { - s = \\g,c => quant.s ! aform (gennum g num.n) (case c of {RVoc=>Indef; _=>Def}) c ++ - num.s ! dgenderSpecies g Indef c ++ - ord.s ! aform (gennum g num.n) Indef c ; - n = num.n ; - countable = num.nonEmpty ; - spec=Indef - } ; - - DetArtCard art card = { - s = \\g,c => art.s ++ - card.s ! dgenderSpecies g art.spec c ; - n = card.n ; - countable = True ; - spec=Indef - } ; - - DetArtOrd art num ord = { - s = \\g,c => art.s ++ - num.s ! dgenderSpecies g art.spec c ++ - ord.s ! aform (gennum g num.n) (case num.nonEmpty of {False => art.spec; _ => Indef}) c ; - n = num.n ; - countable = num.nonEmpty ; - spec=Indef - } ; - - DetArtPl art = detCN { - s = \\g,c => art.s ; - n = Pl ; - countable = False ; - spec=art.spec; - } ; - - DetArtSg art = detCN { - s = \\g,c => art.s ; - n = Sg ; - countable = False ; - spec=art.spec; - } ; - - PossPron p = { - s = p.gen - } ; - - NumSg = {s = \\_ => []; n = Sg; nonEmpty = False} ; - NumPl = {s = \\_ => []; n = Pl; nonEmpty = False} ; - - NumCard n = n ** {nonEmpty = True} ; - - NumDigits n = {s = \\gspec => n.s ! NCard gspec; n = n.n} ; - OrdDigits n = {s = \\aform => n.s ! NOrd aform} ; - - NumNumeral numeral = {s = \\gspec => numeral.s ! NCard gspec; n = numeral.n; nonEmpty = True} ; - OrdNumeral numeral = {s = \\aform => numeral.s ! NOrd aform} ; - - AdNum adn num = {s = \\gspec => adn.s ++ num.s ! gspec; n = num.n; nonEmpty = num.nonEmpty} ; - - OrdSuperl a = {s = \\aform => "" ++ "-" ++ a.s ! aform} ; - - DefArt = { - s = [] ; - spec = ResBul.Def - } ; - - IndefArt = { - s = [] ; - spec = ResBul.Indef - } ; - - MassNP = detCN { - s = \\_,_ => [] ; - spec = Indef ; - countable = False ; n = Sg ---- FIXME is this correct? AR - } ; - - UseN noun = noun ; - UseN2 noun = noun ; - - ComplN2 f x = {s = \\nf => f.s ! nf ++ f.c2.s ++ x.s ! RObj f.c2.c; g=f.g} ; - ComplN3 f x = {s = \\nf => f.s ! nf ++ f.c2.s ++ x.s ! RObj f.c2.c; c2 = f.c3; g=f.g} ; - - Use2N3 f = {s = f.s ; g=f.g ; c2 = f.c2} ; - Use3N3 f = {s = f.s ; g=f.g ; c2 = f.c3} ; - - - AdjCN ap cn = { - s = \\nf => case ap.isPre of { - True => (ap.s ! nform2aform nf cn.g) ++ (cn.s ! (indefNForm nf)) ; - False => (cn.s ! nf) ++ (ap.s ! nform2aform (indefNForm nf) cn.g) - } ; - g = cn.g - } ; - RelCN cn rs = { - s = \\nf => cn.s ! nf ++ rs.s ! {gn=gennum cn.g (numNForm nf); p=P3} ; - g = cn.g - } ; - AdvCN cn ad = { - s = \\nf => cn.s ! nf ++ ad.s ; - g = cn.g - } ; - - SentCN cn sc = {s = \\nf => cn.s ! nf ++ sc.s; g=DNeut} ; - - ApposCN cn np = {s = \\nf => cn.s ! nf ++ np.s ! RSubj; g=cn.g} ; - - RelNP np rs = { - s = \\r => np.s ! r ++ rs.s ! np.a ; - a = np.a - } ; -} diff --git a/old-lib/resource/bulgarian/NumeralBul.gf b/old-lib/resource/bulgarian/NumeralBul.gf deleted file mode 100644 index bf89fbe21..000000000 --- a/old-lib/resource/bulgarian/NumeralBul.gf +++ /dev/null @@ -1,134 +0,0 @@ -concrete NumeralBul of Numeral = CatBul ** open Prelude, ResBul in { - flags coding=cp1251 ; - - -lincat - Digit = {s : DForm => CardOrd => Str} ; - Sub10 = {s : DForm => CardOrd => Str; n : Number} ; - Sub100 = {s : CardOrd => Str; n : Number; i : Bool} ; - Sub1000 = {s : CardOrd => Str; n : Number; i : Bool} ; - Sub1000000 = {s : CardOrd => Str; n : Number} ; - -lin num x = x ; -lin n2 = mkDigit "" "" "" "" "" ; -lin n3 = mkDigit "" "" "" "" "" ; -lin n4 = mkDigit "" "" "" "" "" ; -lin n5 = mkDigit "" "" "" "" "" ; -lin n6 = mkDigit "" "" "" "" "" ; -lin n7 = mkDigit "" "" "" "" "" ; -lin n8 = mkDigit "" "" "" "" "" ; -lin n9 = mkDigit "" "" "" "" "" ; - -lin pot01 = - {s = table { - unit => table { - NCard DMascIndef => "" ; - NCard DMascDef => "" ; - NCard DMascDefNom => "" ; - NCard DMascPersonalIndef => "" ; - NCard DMascPersonalDef => "" ; - NCard DMascPersonalDefNom => "" ; - NCard DFemIndef => "" ; - NCard DFemDef => "" ; - NCard DNeutIndef => "" ; - NCard DNeutDef => "" ; - NOrd aform => case aform of { - ASg Masc Indef => "" ; - ASg Masc Def => "" ; - ASgMascDefNom => "" ; - ASg Fem Indef => "" ; - ASg Fem Def => "" ; - ASg Neut Indef => "" ; - ASg Neut Def => "" ; - APl Indef => "" ; - APl Def => "" - } - } ; - teen => mkCardOrd "" "" "" "" ; - ten => mkCardOrd "" "" "" "" ; - hundred => mkCardOrd "" "" "" "" - } - ;n = Sg - } ; -lin pot0 d = d ** {n = Pl} ; - -lin pot110 = {s=pot01.s ! ten; n = Pl; i = True} ; -lin pot111 = {s=pot01.s ! teen; n = Pl; i = True} ; -lin pot1to19 d = {s = d.s ! teen; n = Pl; i = True} ; -lin pot0as1 n = {s = n.s ! unit; n = n.n; i = True} ; -lin pot1 d = {s = d.s ! ten; n = Pl; i = True} ; -lin pot1plus d e = { - s = \\c => d.s ! ten ! NCard DMascIndef ++ "" ++ e.s ! unit ! c ; n = Pl; i = False} ; - -lin pot1as2 n = n ; -lin pot2 n = {s = \\c => n.s ! hundred ! c; n = Pl; i = True} ; -lin pot2plus d e = { - s = \\c => d.s ! hundred ! NCard DMascIndef ++ case e.i of {False => []; True => ""} ++ e.s ! c ; - n = Pl ; - i = False - } ; - -lin pot2as3 n = n ; -lin pot3 n = { - s = \\c => case n.n of { - Sg => mkCardOrd "" "" "" "" ! c ; - Pl => n.s ! NCard DFemIndef ++ mkCardOrd "" "" "" "" ! c - } ; - n = Pl - } ; -lin pot3plus n m = { - s = \\c => (pot3 (n ** {lock_Sub1000=<>})).s ! NCard DMascIndef ++ case m.i of {False => []; True => ""} ++ m.s ! c ; - n = Pl - } ; - - --- numerals as sequences of digits - - lincat - Dig = TDigit ; - - lin - IDig d = d ** {tail = T1} ; - - IIDig d i = { - s = \\o => d.s ! NCard DMascIndef ++ commaIf i.tail ++ i.s ! o ; - n = Pl ; - tail = inc i.tail - } ; - - D_0 = mk2Dig "0" "0" ; - D_1 = mk3Dig "1" "1" Sg ; - D_2 = mk2Dig "2" "2" ; - D_3 = mkDig "3" ; - D_4 = mkDig "4" ; - D_5 = mkDig "5" ; - D_6 = mkDig "6" ; - D_7 = mk2Dig "7" "7" ; - D_8 = mk2Dig "8" "8" ; - D_9 = mkDig "9" ; - - oper - commaIf : DTail -> Str = \t -> case t of { - T3 => "," ; - _ => [] - } ; - - inc : DTail -> DTail = \t -> case t of { - T1 => T2 ; - T2 => T3 ; - T3 => T1 - } ; - - mk2Dig : Str -> Str -> TDigit = \c,o -> mk3Dig c o Pl ; - mkDig : Str -> TDigit = \c -> mk2Dig c (c + "") ; - - mk3Dig : Str -> Str -> Number -> TDigit = \c,o,n -> { - s = table {NCard _ => c ; NOrd aform => regAdjective o ! aform} ; - n = n - } ; - - TDigit = { - n : Number ; - s : CardOrd => Str - } ; -} diff --git a/old-lib/resource/bulgarian/ParadigmsBul.gf b/old-lib/resource/bulgarian/ParadigmsBul.gf deleted file mode 100644 index a22cc6fe9..000000000 --- a/old-lib/resource/bulgarian/ParadigmsBul.gf +++ /dev/null @@ -1,1460 +0,0 @@ -resource ParadigmsBul = MorphoFunsBul ** open - Predef, - Prelude, - MorphoBul, - CatBul - in { - flags coding=cp1251 ; - -oper - mkN001 : Str -> N ; - mkN001 base = let v0 = base - in mkNoun (v0) - (v0+"") - (v0+"") - (v0+"-") - DMasc ; - mkN002 : Str -> N ; - mkN002 base = let v0 = tk 2 base; - v1 = last (base) - in mkNoun (v0+""+v1) - (v0+""+v1+"") - (v0+""+v1+"") - (v0+"-") - DMasc ; - mkN002a : Str -> N ; - mkN002a base = let v0 = tk 2 base; - v1 = last (base) - in mkNoun (v0+""+v1) - (v0+""+v1+"") - (v0+""+v1+"") - (v0+"-") - DMasc ; - mkN003 : Str -> N ; - mkN003 base = let v0 = tk 3 base; - v1 = last (base) - in mkNoun (v0+""+v1) - (v0+""+v1+"") - (v0+""+v1+"") - (v0+"-") - DMasc ; - mkN004 : Str -> N ; - mkN004 base = let v0 = tk 4 base - in mkNoun (v0+"") - (v0+"") - (v0+"") - (v0+"-") - DMasc ; - mkN005 : Str -> N ; - mkN005 base = let v0 = base - in mkNoun (v0) - (v0+"") - (v0+"") - (v0+"-") - DMasc ; - mkN006 : Str -> N ; - mkN006 base = let v0 = base - in mkNoun (v0) - (v0+"") - (v0+"") - (v0+"-") - DMasc ; - mkN007 : Str -> N ; - mkN007 base = let v0 = base - in mkNoun (v0) - (v0+"") - (v0+"") - (v0+"-") - DMasc ; - mkN007b : Str -> N ; - mkN007b base = let v0 = base - in mkNoun (v0) - (v0+"") - (v0+"") - (v0+"") - DMasc ; - mkN007a : Str -> N ; - mkN007a base = let v0 = base - in mkNoun (v0) - (v0+"") - (v0+"") - (v0+"") - DMascPersonal ; - mkN008 : Str -> N ; - mkN008 base = let v0 = tk 2 base; - v1 = last (base) - in mkNoun (v0+""+v1) - (v0+v1+"") - (v0+""+v1+"") - (v0+"-") - DMasc ; - mkN008a : Str -> N ; - mkN008a base = let v0 = tk 2 base - in mkNoun (v0+"") - (v0+"") - (v0+"-") - (v0+"") - DMasc ; - mkN009 : Str -> N ; - mkN009 base = let v0 = tk 2 base; - v1 = last (base) - in mkNoun (v0+""+v1) - (v0+v1+"") - (v0+""+v1+"") - (v0+"-") - DMasc ; - mkN009a : Str -> N ; - mkN009a base = let v0 = tk 2 base - in mkNoun (v0+"") - (v0+"") - (v0+"") - (v0+"-") - DMasc ; - mkN010 : Str -> N ; - mkN010 base = let v0 = tk 2 base - in mkNoun (v0+"") - (v0+"") - (v0+"") - (v0+"-") - DMasc ; - mkN011 : Str -> N ; - mkN011 base = let v0 = tk 2 base - in mkNoun (v0+"") - (v0+"") - (v0+"") - (v0+"-") - DMasc ; - mkN012 : Str -> N ; - mkN012 base = let v0 = tk 3 base - in mkNoun (v0+"") - (v0+"") - (v0+"-") - (v0+"") - DMasc ; - mkN013 : Str -> N ; - mkN013 base = let v0 = tk 2 base - in mkNoun (v0+"") - (v0+"") - (v0+"-") - (v0+"") - DMasc ; - mkN014 : Str -> N ; - mkN014 base = let v0 = tk 1 base - in mkNoun (v0+"") - (v0+"") - (v0+"") - (v0+"-") - DMasc ; - mkN014a : Str -> N ; - mkN014a base = let v0 = tk 1 base - in mkNoun (v0+"") - (v0+"") - (v0+"") - (v0+"") - DMasc ; - mkN015 : Str -> N ; - mkN015 base = let v0 = tk 1 base - in mkNoun (v0+"") - (v0+"") - (v0+"") - (v0+"-") - DMasc ; - mkN016 : Str -> N ; - mkN016 base = let v0 = tk 1 base - in mkNoun (v0+"") - (v0+"") - (v0+"") - (v0+"-") - DMasc ; - mkN017 : Str -> N ; - mkN017 base = let v0 = tk 1 base - in mkNoun (v0+"") - (v0+"") - (v0+"") - (v0+"-") - DMasc ; - mkN018 : Str -> N ; - mkN018 base = let v0 = tk 2 base - in mkNoun (v0+"") - (v0+"") - (v0+"-") - (v0+"") - DMasc ; - mkN018a : Str -> N ; - mkN018a base = let v0 = tk 2 base; - v1 = last (base) - in mkNoun (v0+""+v1) - (v0+"") - (v0+"-") - (v0+"-") - DMasc ; - mkN019 : Str -> N ; - mkN019 base = let v0 = tk 2 base - in mkNoun (v0+"") - (v0+"") - (v0+"-") - (v0+"") - DMasc ; - mkN019a : Str -> N ; - mkN019a base = let v0 = tk 2 base - in mkNoun (v0+"") - (v0+"") - (v0+"") - (v0+"-") - DMasc ; - mkN020 : Str -> N ; - mkN020 base = let v0 = tk 3 base; - v1 = last (tk 2 base) - in mkNoun (v0+v1+"") - (v0+""+v1+"") - (v0+"-") - (v0+v1+"") - DMasc ; - mkN021 : Str -> N ; - mkN021 base = let v0 = tk 3 base - in mkNoun (v0+"") - (v0+"") - (v0+"-") - (v0+"") - DMasc ; - mkN022 : Str -> N ; - mkN022 base = let v0 = base - in mkNoun (v0) - (v0+"") - (v0+"") - (v0+"-") - DMasc ; - mkN023 : Str -> N ; - mkN023 base = let v0 = tk 2 base - in mkNoun (v0+"") - (v0+"") - (v0+"-") - (v0+"") - DMasc ; - mkN024a : Str -> N ; - mkN024a base = let v0 = tk 1 base - in mkNoun (v0+"") - (v0+"") - (v0+"-") - (v0+"") - DMasc ; - mkN024 : Str -> N ; - mkN024 base = let v0 = base - in mkNoun (v0) - (v0+"") - (v0+"") - (v0+"") - DMascPersonal ; - mkN025 : Str -> N ; - mkN025 base = let v0 = base - in mkNoun (v0) - (v0+"") - (v0+"-") - (v0+"") - DMascPersonal ; - mkN026 : Str -> N ; - mkN026 base = let v0 = base - in mkNoun (v0) - (v0+"") - (v0+"") - (v0+"-") - DMasc ; - mkN027 : Str -> N ; - mkN027 base = let v0 = tk 2 base - in mkNoun (v0+"") - (v0+"") - (v0+"") - (v0+"-") - DMasc ; - mkN028 : Str -> N ; - mkN028 base = let v0 = tk 1 base - in mkNoun (v0+"") - (v0+"") - (v0+"") - (v0+"-") - DMasc ; - mkN028a : Str -> N ; - mkN028a base = let v0 = tk 1 base - in mkNoun (v0+"") - (v0+"") - (v0+"") - (v0+"-") - DMasc ; - mkN029 : Str -> N ; - mkN029 base = let v0 = base - in mkNoun (v0) - (v0+"") - (v0+"-") - (v0+"") - DMasc ; - mkN030 : Str -> N ; - mkN030 base = let v0 = tk 2 base - in mkNoun (v0+"") - (v0+"") - (v0+"") - (v0+"-") - DMasc ; - mkN031 : Str -> N ; - mkN031 base = let v0 = base - in mkNoun (v0) - (v0+"") - (v0+"") - (v0+"-") - DMasc ; - mkN031a : Str -> N ; - mkN031a base = let v0 = base - in mkNoun (v0) - (v0+"") - (v0+"") - (v0+"") - DMascPersonal ; - mkN032 : Str -> N ; - mkN032 base = let v0 = tk 1 base - in mkNoun (v0+"") - (v0+"") - (v0+"") - (v0+"-") - DMasc ; - mkN032a : Str -> N ; - mkN032a base = let v0 = tk 1 base - in mkNoun (v0+"") - (v0+"") - (v0+"") - (v0+"") - DMascPersonal ; - mkN033 : Str -> N ; - mkN033 base = let v0 = tk 2 base - in mkNoun (v0+"") - (v0+"") - (v0+"") - (v0+"-") - DMasc ; - mkN034 : Str -> N ; - mkN034 base = let v0 = tk 2 base - in mkNoun (v0+"") - (v0+"") - (v0+"") - (v0+"-") - DMasc ; - mkN035 : Str -> N ; - mkN035 base = let v0 = base - in mkNoun (v0) - (v0+"") - (v0+"") - (v0+"-") - DMasc ; - mkN035a : Str -> N ; - mkN035a base = let v0 = base - in mkNoun (v0) - (v0+"") - (v0+"") - (v0+"") - DMascPersonal ; - mkN036 : Str -> N ; - mkN036 base = let v0 = tk 1 base - in mkNoun (v0+"") - (v0+"") - (v0+"") - (v0+"-") - DMasc ; - mkN037 : Str -> N ; - mkN037 base = let v0 = base - in mkNoun (v0) - (v0+"") - (v0+"") - (v0+"-") - DMasc ; - mkN038 : Str -> N ; - mkN038 base = let v0 = tk 1 base - in mkNoun (v0+"") - (v0+"") - (v0+"-") - (v0+"") - DMascPersonal ; - mkN039 : Str -> N ; - mkN039 base = let v0 = tk 1 base - in mkNoun (v0+"") - (v0+"") - (v0+"-") - (v0+"-") - DMasc ; - mkN040 : Str -> N ; - mkN040 base = let v0 = tk 1 base - in mkNoun (v0+"") - (v0+"") - (v0+"-") - (v0+"") - DMasc ; - mkN040a : Str -> N ; - mkN040a base = let v0 = base - in mkNoun (v0) - (v0+"-") - (v0+"-") - (v0+"-") - DMasc ; - mkN041 : Str -> N ; - mkN041 base = let v0 = tk 1 base - in mkNoun (v0+"") - (v0+"") - (v0+"") - (v0+"-") - DFem ; - mkN041a : Str -> N ; - mkN041a base = let v0 = tk 1 base - in mkNoun (v0+"") - (v0+"") - (v0+"") - (v0+"") - DFem ; - mkN041b : Str -> N ; - mkN041b base = let v0 = tk 1 base - in mkNoun (v0+"") - (v0+"") - (v0+"") - (v0+"") - DFem ; - mkN042 : Str -> N ; - mkN042 base = let v0 = base - in mkNoun (v0) - (v0) - (v0) - (v0+"-") - DFem ; - mkN043 : Str -> N ; - mkN043 base = let v0 = tk 3 base; - v1 = last (tk 1 base) - in mkNoun (v0+""+v1+"") - (v0+""+v1+"") - (v0+""+v1+"") - (v0+"-") - DFem ; - mkN043a : Str -> N ; - mkN043a base = let v0 = tk 4 base; - v1 = last (tk 2 base) - in mkNoun (v0+""+v1+"") - (v0+""+v1+"") - (v0+""+v1+"") - (v0+"-") - DFem ; - mkN044 : Str -> N ; - mkN044 base = let v0 = tk 1 base - in mkNoun (v0+"") - (v0+"") - (v0+"") - (v0+"-") - DFem ; - mkN045 : Str -> N ; - mkN045 base = let v0 = tk 2 base - in mkNoun (v0+"") - (v0+"") - (v0+"") - (v0+"-") - DFem ; - mkN046 : Str -> N ; - mkN046 base = let v0 = tk 2 base - in mkNoun (v0+"") - (v0+"") - (v0+"") - (v0+"-") - DFem ; - mkN047 : Str -> N ; - mkN047 base = let v0 = tk 1 base - in mkNoun (v0+"") - (v0+"") - (v0+"") - (v0+"-") - DFem ; - mkN048 : Str -> N ; - mkN048 base = let v0 = tk 1 base - in mkNoun (v0+"") - (v0+"") - (v0+"") - (v0+"") - DFem ; - mkN049 : Str -> N ; - mkN049 base = let v0 = base - in mkNoun (v0) - (v0+"") - (v0+"") - (v0+"-") - DFem ; - mkN050 : Str -> N ; - mkN050 base = let v0 = tk 2 base - in mkNoun (v0+"") - (v0+"") - (v0+"") - (v0+"-") - DFem ; - mkN051 : Str -> N ; - mkN051 base = let v0 = tk 2 base; - v1 = last (base) - in mkNoun (v0+""+v1) - (v0+v1+"") - (v0+v1+"") - (v0+"-") - DFem ; - mkN052 : Str -> N ; - mkN052 base = let v0 = tk 5 base - in mkNoun (v0+"") - (v0+"") - (v0+"") - (v0+"-") - DFem ; - mkN052a : Str -> N ; - mkN052a base = let v0 = tk 6 base - in mkNoun (v0+"") - (v0+"") - (v0+"") - (v0+"-") - DFem ; - mkN053 : Str -> N ; - mkN053 base = let v0 = tk 3 base; - v1 = last (base) - in mkNoun (v0+""+v1) - (v0+""+v1+"") - (v0+""+v1+"") - (v0+"-") - DFem ; - mkN054 : Str -> N ; - mkN054 base = let v0 = tk 1 base - in mkNoun (v0+"") - (v0+"") - (v0+"") - (v0+"") - DNeut ; - mkN055 : Str -> N ; - mkN055 base = let v0 = tk 1 base - in mkNoun (v0+"") - (v0+"") - (v0+"") - (v0+"") - DNeut ; - mkN056 : Str -> N ; - mkN056 base = let v0 = tk 1 base - in mkNoun (v0+"") - (v0+"") - (v0+"") - (v0+"") - DNeut ; - mkN057 : Str -> N ; - mkN057 base = let v0 = tk 3 base; - v1 = last (tk 1 base) - in mkNoun (v0+""+v1+"") - (v0+""+v1+"") - (v0+""+v1+"") - (v0+""+v1+"") - DNeut ; - mkN057a : Str -> N ; - mkN057a base = let v0 = tk 4 base - in mkNoun (v0+"") - (v0+"") - (v0+"") - (v0+"") - DNeut ; - mkN058 : Str -> N ; - mkN058 base = let v0 = tk 3 base - in mkNoun (v0+"") - (v0+"") - (v0+"") - (v0+"") - DNeut ; - mkN059 : Str -> N ; - mkN059 base = let v0 = tk 1 base - in mkNoun (v0+"") - (v0+"") - (v0+"") - (v0+"") - DNeut ; - mkN060 : Str -> N ; - mkN060 base = let v0 = tk 1 base - in mkNoun (v0+"") - (v0+"") - (v0+"") - (v0+"") - DNeut ; - mkN061 : Str -> N ; - mkN061 base = let v0 = tk 1 base - in mkNoun (v0+"") - (v0+"") - (v0+"") - (v0+"") - DNeut ; - mkN062 : Str -> N ; - mkN062 base = let v0 = tk 1 base - in mkNoun (v0+"") - (v0+"") - (v0+"") - (v0+"") - DNeut ; - mkN063 : Str -> N ; - mkN063 base = let v0 = tk 2 base - in mkNoun (v0+"") - (v0+"") - (v0+"") - (v0+"") - DNeut ; - mkN064 : Str -> N ; - mkN064 base = let v0 = tk 2 base - in mkNoun (v0+"") - (v0+"") - (v0+"") - (v0+"") - DNeut ; - mkN065 : Str -> N ; - mkN065 base = let v0 = base - in mkNoun (v0) - (v0+"") - (v0+"") - (v0) - DNeut ; - mkN066 : Str -> N ; - mkN066 base = let v0 = tk 1 base - in mkNoun (v0+"") - (v0+"") - (v0+"") - (v0+"") - DNeut ; - mkN067 : Str -> N ; - mkN067 base = let v0 = tk 2 base - in mkNoun (v0+"") - (v0+"") - (v0+"") - (v0+"") - DNeut ; - mkN068 : Str -> N ; - mkN068 base = let v0 = tk 1 base - in mkNoun (v0+"") - (v0+"") - (v0+"") - (v0+"") - DNeut ; - mkN069 : Str -> N ; - mkN069 base = let v0 = base - in mkNoun (v0) - (v0+"") - (v0+"") - (v0) - DNeut ; - mkN070 : Str -> N ; - mkN070 base = let v0 = base - in mkNoun (v0) - (v0+"") - (v0+"") - (v0) - DNeut ; - mkN071 : Str -> N ; - mkN071 base = let v0 = tk 1 base - in mkNoun (v0+"") - (v0+"") - (v0+"") - (v0+"") - DNeut ; - mkN072 : Str -> N ; - mkN072 base = let v0 = tk 1 base - in mkNoun (v0+"") - (v0+"") - (v0+"") - (v0+"") - DNeut ; - mkN073 : Str -> N ; - mkN073 base = let v0 = base - in mkNoun (v0) - (v0+"") - (v0+"") - (v0) - DNeut ; - mkN074 : Str -> N ; - mkN074 base = let v0 = tk 1 base - in mkNoun (v0+"-") - (v0) - (v0) - (v0+"-") - DNeut ; - mkN075 : Str -> N ; - mkN075 base = let v0 = tk 1 base - in mkNoun (v0+"-") - (v0) - (v0) - (v0+"-") - DNeut ; - mkA076 : Str -> A ; - mkA076 base = let v0 = base - in mkAdjective (v0) - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") ; - mkA077 : Str -> A ; - mkA077 base = let v0 = base - in mkAdjective (v0) - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") ; - mkA078 : Str -> A ; - mkA078 base = let v0 = tk 1 base - in adjAdv (mkAdjective (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"")) (v0+"") ; - mkA079 : Str -> A ; - mkA079 base = let v0 = tk 2 base - in mkAdjective (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") ; - mkA080 : Str -> A ; - mkA080 base = let v0 = tk 2 base; - v1 = last (base) - in mkAdjective (v0+""+v1) - (v0+v1+"") - (v0+v1+"") - (v0+v1+"") - (v0+v1+"") - (v0+v1+"") - (v0+v1+"") - (v0+v1+"") - (v0+v1+"") ; - mkA081 : Str -> A ; - mkA081 base = let v0 = tk 2 base; - v1 = last (base) - in mkAdjective (v0+""+v1) - (v0+""+v1+"") - (v0+""+v1+"") - (v0+""+v1+"") - (v0+""+v1+"") - (v0+""+v1+"") - (v0+""+v1+"") - (v0+""+v1+"") - (v0+""+v1+"") ; - mkA082 : Str -> A ; - mkA082 base = let v0 = tk 3 base; - v1 = last (base) - in mkAdjective (v0+""+v1) - (v0+""+v1+"") - (v0+""+v1+"") - (v0+""+v1+"") - (v0+""+v1+"") - (v0+""+v1+"") - (v0+""+v1+"") - (v0+""+v1+"") - (v0+""+v1+"") ; - mkA082a : Str -> A ; - mkA082a base = let v0 = tk 5 base - in mkAdjective (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") ; - mkA083 : Str -> A ; - mkA083 base = let v0 = tk 4 base; - v1 = last (tk 2 base) - in mkAdjective (v0+""+v1+"") - (v0+""+v1+"") - (v0+""+v1+"") - (v0+""+v1+"") - (v0+""+v1+"") - (v0+""+v1+"") - (v0+""+v1+"") - (v0+""+v1+"") - (v0+""+v1+"") ; - mkA084 : Str -> A ; - mkA084 base = let v0 = tk 4 base; - v1 = last (tk 2 base) - in mkAdjective (v0+""+v1+"") - (v0+""+v1+"") - (v0+""+v1+"") - (v0+""+v1+"") - (v0+""+v1+"") - (v0+""+v1+"") - (v0+""+v1+"") - (v0+""+v1+"") - (v0+""+v1+"") ; - mkA084a : Str -> A ; - mkA084a base = let v0 = tk 5 base - in mkAdjective (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") ; - mkA085 : Str -> A ; - mkA085 base = let v0 = tk 2 base - in mkAdjective (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") ; - mkA086 : Str -> A ; - mkA086 base = let v0 = base - in mkAdjective (v0) - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") ; - mkA087 : Str -> A ; - mkA087 base = let v0 = tk 1 base - in mkAdjective (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") ; - mkA088 : Str -> A ; - mkA088 base = let v0 = tk 1 base - in mkAdjective (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") ; - mkA089 : Str -> A ; - mkA089 base = let v0 = tk 1 base - in mkAdjective (v0+"-") - (v0+"") - (v0+"") - (v0+"-") - (v0+"") - (v0+"-") - (v0+"") - (v0+"-") - (v0+"") ; - mkA089a : Str -> A ; - mkA089a base = let v0 = base - in mkAdjective (v0) - (v0) - (v0) - (v0) - (v0) - (v0) - (v0) - (v0) - (v0) ; - mkV142 : Str -> VTable ; - mkV142 base = let v0 = tk 3 base - in mkVerb (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"-") - (v0+"-") - (v0+"") ; - mkV143 : Str -> VTable ; - mkV143 base = let v0 = tk 3 base - in mkVerb (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"-") - (v0+"") - (v0+"") ; - mkV144 : Str -> VTable ; - mkV144 base = let v0 = tk 1 base - in mkVerb (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"-") - (v0+"-") - (v0+"-") ; - mkV145 : Str -> VTable ; - mkV145 base = let v0 = tk 2 base; - v1 = last (tk 1 base) - in mkVerb (v0+v1+"") - (v0+v1+"") - (v0+v1+"") - (v0+v1+"") - (v0+"") - (v0+v1+"") - (v0+v1+"") - (v0+v1+"") - (v0+v1+"") ; - mkV145a : Str -> VTable ; - mkV145a base = let v0 = tk 3 base; - v1 = last (tk 2 base) - in mkVerb (v0+v1+"") - (v0+v1+"") - (v0+v1+"") - (v0+v1+"") - (v0+v1+"") - (v0+v1+"") - (v0+v1+"") - (v0+v1+"") - (v0+v1+"") ; - mkV145b : Str -> VTable ; - mkV145b base = let v0 = tk 2 base - in mkVerb (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"-") - (v0+"") - (v0+"") ; - mkV146 : Str -> VTable ; - mkV146 base = let v0 = tk 2 base - in mkVerb (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"-") - (v0+"-") - (v0+"") ; - mkV146a : Str -> VTable ; - mkV146a base = let v0 = tk 3 base - in mkVerb (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"-") - (v0+"-") - (v0+"") ; - mkV147 : Str -> VTable ; - mkV147 base = let v0 = tk 3 base - in mkVerb (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"-") - (v0+"-") - (v0+"") ; - mkV148 : Str -> VTable ; - mkV148 base = let v0 = tk 2 base - in mkVerb (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") ; - mkV149 : Str -> VTable ; - mkV149 base = let v0 = tk 3 base - in mkVerb (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"-") - (v0+"") ; - mkV150 : Str -> VTable ; - mkV150 base = let v0 = tk 1 base - in mkVerb (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"-") - (v0+"") ; - mkV150a : Str -> VTable ; - mkV150a base = let v0 = tk 1 base - in mkVerb (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"-") - (v0+"-") - (v0+"") ; - mkV151 : Str -> VTable ; - mkV151 base = let v0 = tk 1 base - in mkVerb (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") ; - mkV152 : Str -> VTable ; - mkV152 base = let v0 = tk 1 base - in mkVerb (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"-") - (v0+"") ; - mkV152a : Str -> VTable ; - mkV152a base = let v0 = tk 4 base - in mkVerb (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"-") - (v0+"") ; - mkV153 : Str -> VTable ; - mkV153 base = let v0 = tk 3 base - in mkVerb (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"-") - (v0+"") ; - mkV154 : Str -> VTable ; - mkV154 base = let v0 = tk 1 base - in mkVerb (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") ; - mkV155 : Str -> VTable ; - mkV155 base = let v0 = tk 2 base - in mkVerb (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"-") - (v0+"") - (v0+"") ; - mkV156 : Str -> VTable ; - mkV156 base = let v0 = tk 2 base - in mkVerb (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"-") - (v0+"") ; - mkV157 : Str -> VTable ; - mkV157 base = let v0 = tk 3 base - in mkVerb (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") ; - mkV158 : Str -> VTable ; - mkV158 base = let v0 = tk 2 base - in mkVerb (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") ; - mkV159 : Str -> VTable ; - mkV159 base = let v0 = tk 2 base - in mkVerb (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") ; - mkV160 : Str -> VTable ; - mkV160 base = let v0 = tk 2 base - in mkVerb (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") ; - mkV160a : Str -> VTable ; - mkV160a base = let v0 = tk 2 base - in mkVerb (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") ; - mkV161 : Str -> VTable ; - mkV161 base = let v0 = tk 1 base - in mkVerb (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") ; - mkV161a : Str -> VTable ; - mkV161a base = let v0 = tk 1 base - in mkVerb (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") ; - mkV162 : Str -> VTable ; - mkV162 base = let v0 = tk 1 base - in mkVerb (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"-") - (v0+"") - (v0+"") ; - mkV163 : Str -> VTable ; - mkV163 base = let v0 = tk 1 base - in mkVerb (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") ; - mkV164 : Str -> VTable ; - mkV164 base = let v0 = tk 2 base - in mkVerb (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") ; - mkV165 : Str -> VTable ; - mkV165 base = let v0 = tk 1 base - in mkVerb (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"-") - (v0+"") - (v0+"-") - (v0+"") - (v0+"") ; - mkV166 : Str -> VTable ; - mkV166 base = let v0 = tk 2 base - in mkVerb (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"-") - (v0+"") - (v0+"-") ; - mkV167 : Str -> VTable ; - mkV167 base = let v0 = tk 2 base - in mkVerb (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") ; - mkV168 : Str -> VTable ; - mkV168 base = let v0 = tk 1 base - in mkVerb (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"-") - (v0+"") ; - mkV169 : Str -> VTable ; - mkV169 base = let v0 = tk 1 base - in mkVerb (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") ; - mkV170 : Str -> VTable ; - mkV170 base = let v0 = tk 3 base - in mkVerb (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") ; - mkV171 : Str -> VTable ; - mkV171 base = let v0 = tk 2 base - in mkVerb (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"-") - (v0+"") ; - mkV172 : Str -> VTable ; - mkV172 base = let v0 = tk 4 base - in mkVerb (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") ; - mkV173 : Str -> VTable ; - mkV173 base = let v0 = tk 1 base - in mkVerb (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") ; - mkV174 : Str -> VTable ; - mkV174 base = let v0 = tk 1 base - in mkVerb (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") ; - mkV175 : Str -> VTable ; - mkV175 base = let v0 = tk 1 base - in mkVerb (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") ; - mkV176 : Str -> VTable ; - mkV176 base = let v0 = tk 1 base - in mkVerb (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") ; - mkV177 : Str -> VTable ; - mkV177 base = let v0 = tk 1 base - in mkVerb (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") ; - mkV178 : Str -> VTable ; - mkV178 base = let v0 = tk 1 base - in mkVerb (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"-") - (v0+"") - (v0+"") ; - mkV179 : Str -> VTable ; - mkV179 base = let v0 = tk 4 base - in mkVerb (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") ; - mkV180 : Str -> VTable ; - mkV180 base = let v0 = tk 1 base - in mkVerb (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"-") - (v0+"") - (v0+"") ; - mkV181 : Str -> VTable ; - mkV181 base = let v0 = tk 2 base - in mkVerb (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"-") - (v0+"") ; - mkV182 : Str -> VTable ; - mkV182 base = let v0 = tk 1 base - in mkVerb (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"-") - (v0+"") - (v0+"") ; - mkV183 : Str -> VTable ; - mkV183 base = let v0 = tk 3 base - in mkVerb (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") ; - mkV184 : Str -> VTable ; - mkV184 base = let v0 = tk 3 base - in mkVerb (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") ; - mkV185 : Str -> VTable ; - mkV185 base = let v0 = tk 3 base - in mkVerb (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") ; - mkV186 : Str -> VTable ; - mkV186 base = let v0 = tk 2 base - in mkVerb (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") ; - mkV187 : Str -> VTable ; - mkV187 base = let v0 = tk 2 base - in mkVerb (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") - (v0+"") ; - - adjAdv : A -> Str -> A = - \a,adv -> {s = a.s; adv = adv; lock_A=<>} ; -} \ No newline at end of file diff --git a/old-lib/resource/bulgarian/PhraseBul.gf b/old-lib/resource/bulgarian/PhraseBul.gf deleted file mode 100644 index 0d3524832..000000000 --- a/old-lib/resource/bulgarian/PhraseBul.gf +++ /dev/null @@ -1,25 +0,0 @@ -concrete PhraseBul of Phrase = CatBul ** open Prelude, ResBul in { - flags coding=cp1251 ; - - - lin - PhrUtt pconj utt voc = {s = pconj.s ++ utt.s ++ voc.s} ; - - UttS s = s ; - UttQS qs = {s = qs.s ! QDir} ; - UttImpSg pol imp = {s = pol.s ++ imp.s ! pol.p ! GSg Masc} ; - UttImpPl pol imp = {s = pol.s ++ imp.s ! pol.p ! GPl} ; - UttImpPol pol imp = {s = pol.s ++ imp.s ! pol.p ! GPl} ; - - UttIP ip = {s = ip.s ! RSubj ! QDir} ; - UttIAdv iadv = {s = iadv.s ! QDir} ; - UttNP np = {s = np.s ! RSubj} ; - UttVP vp = {s = daComplex vp ! Perf ! agrP3 (GSg Neut)} ; - UttAdv adv = adv ; - - NoPConj = {s = []} ; - PConjConj conj = {s = conj.s ++ linCoord!conj.conj} ; - - NoVoc = {s = []} ; - VocNP np = {s = "," ++ np.s ! RVoc} ; -} diff --git a/old-lib/resource/bulgarian/QuestionBul.gf b/old-lib/resource/bulgarian/QuestionBul.gf deleted file mode 100644 index 1032e6b44..000000000 --- a/old-lib/resource/bulgarian/QuestionBul.gf +++ /dev/null @@ -1,63 +0,0 @@ -concrete QuestionBul of Question = CatBul ** open ResBul, Prelude in { - flags coding=cp1251 ; - - - flags optimize=all_subs ; - - lin - - QuestCl cl = { - s = \\t,a,p => - let cls = cl.s ! t ! a ! p - in table { - QDir => cls ! Quest ; - QIndir => "" ++ cls ! Main - } ---- "whether" in ExtEng - } ; - - QuestVP ip vp = { - s = \\t,a,b,qform => - (mkClause (ip.s ! RSubj ! qform) {gn = ip.gn ; p = P3} vp).s ! t ! a ! b ! Main - } ; - - QuestSlash ip slash = - mkQuestion {s = \\spec => slash.c2.s ++ ip.s ! (RObj slash.c2.c) ! spec} - {s = slash.s ! (agrP3 ip.gn) } ; - - QuestIAdv iadv cl = mkQuestion iadv cl ; - - QuestIComp icomp np = - mkQuestion icomp (mkClause (np.s ! RSubj) np.a (predV verbBe)) ; - - PrepIP p ip = {s = \\spec => p.s ++ ip.s ! RSubj ! spec} ; - - AdvIP ip adv = { - s = \\role,spec => ip.s ! role ! spec ++ adv.s ; - gn = ip.gn - } ; - - CompIAdv a = a ; - - IdetCN idet cn = { - s = \\_,spec => let nf = case of { - => NFPlCount ; - _ => NF idet.n Indef - } - in idet.s ! cn.g ! spec ++ cn.s ! nf ; - gn = gennum cn.g idet.n - } ; - - IdetIP idet = { - s = \\_ => idet.s ! DNeut ; - gn = gennum DNeut idet.n - } ; - - IdetQuant iquant num = { - s = \\g,spec => iquant.s ! gennum g num.n ! spec ++ - num.s ! dgenderSpecies g Indef RSubj ; - n = num.n ; - nonEmpty = num.nonEmpty - } ; - - CompIP ip = {s = ip.s ! RSubj} ; -} diff --git a/old-lib/resource/bulgarian/RelativeBul.gf b/old-lib/resource/bulgarian/RelativeBul.gf deleted file mode 100644 index 19e4f4af3..000000000 --- a/old-lib/resource/bulgarian/RelativeBul.gf +++ /dev/null @@ -1,34 +0,0 @@ -concrete RelativeBul of Relative = CatBul ** open ResBul in { - flags coding=cp1251 ; - - - flags optimize=all_subs ; - - lin - RelCl cl = { - s = \\t,a,p,agr => suchRP ! agr.gn ++ "" ++ cl.s ! t ! a ! p ! Main ; - role = RSubj - } ; - - RelVP rp vp = { - s = \\t,a,p,agr => - let - cl = mkClause (rp.s ! agr.gn) agr vp - in - cl.s ! t ! a ! p ! Main ; - role = RSubj - } ; - - RelSlash rp slash = { - s = \\t,a,p,agr => slash.c2.s ++ rp.s ! agr.gn ++ slash.s ! agr ! t ! a ! p ! Main ; - role = RObj Acc - } ; - - FunRP p np rp = { - s = \\gn => np.s ! RObj Acc ++ p.s ++ (case p.c of {Acc => []; Dat => ""}) ++ rp.s ! gn ; - } ; - - IdRP = { - s = whichRP ; - } ; -} diff --git a/old-lib/resource/bulgarian/ResBul.gf b/old-lib/resource/bulgarian/ResBul.gf deleted file mode 100644 index 795b9a746..000000000 --- a/old-lib/resource/bulgarian/ResBul.gf +++ /dev/null @@ -1,626 +0,0 @@ ---# -path=.:../abstract:../common:../../prelude - ---1 Bulgarian 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$. - -resource ResBul = ParamX ** open Prelude in { - flags coding=cp1251 ; - - - flags optimize=all ; - --- Some parameters, such as $Number$, are inherited from $ParamX$. - ---2 For $Noun$ - --- This is the worst-case $Case$ needed for pronouns. - - param - Role = RSubj | RObj Case | RVoc ; - Case = Acc | Dat; - - NForm = - NF Number Species - | NFSgDefNom - | NFPlCount - | NFVocative - ; - - GenNum = GSg Gender | GPl ; - --- Agreement of $NP$ is a record. We'll add $Gender$ later. - - oper - Agr = {gn : GenNum ; p : Person} ; - - param - Gender = Masc | Fem | Neut ; - - Species = Indef | Def ; - --- The plural never makes a gender distinction. - ---2 For $Verb$ - - Aspect = Imperf | Perf ; - - VForm = - VPres Number Person - | VAorist Number Person - | VImperfect Number Person - | VPerfect AForm - | VPluPerfect AForm - | VPassive AForm - | VPresPart AForm - | VImperative Number - | VGerund - ; - - VType = - VNormal - | VMedial Case - | VPhrasal Case - ; - --- The order of sentence is needed already in $VP$. - - Order = Main | Inv | Quest ; - ---2 For $Adjective$ - - AForm = - ASg Gender Species - | ASgMascDefNom - | APl Species - ; - ---2 For $Numeral$ - - DGender = - DMasc - | DMascPersonal - | DFem - | DNeut - ; - - DGenderSpecies = - DMascIndef - | DMascDef - | DMascDefNom - | DMascPersonalIndef - | DMascPersonalDef - | DMascPersonalDefNom - | DFemIndef - | DFemDef - | DNeutIndef - | DNeutDef - ; - - CardOrd = NCard DGenderSpecies | NOrd AForm ; - DForm = unit | teen | ten | hundred ; - ---2 Transformations between parameter types - - oper - agrP3 : GenNum -> Agr = \gn -> - {gn = gn; p = P3} ; - - conjGenNum : GenNum -> GenNum -> GenNum = \a,b -> - case of { - => GSg g ; - _ => GPl - } ; - - conjAgr : Agr -> Agr -> Agr = \a,b -> { - gn = conjGenNum a.gn b.gn ; - p = conjPerson a.p b.p - } ; - - gennum : DGender -> Number -> GenNum = \g,n -> - case n of { - Sg => GSg (case g of { - DMasc => Masc ; - DMascPersonal => Masc ; - DFem => Fem ; - DNeut => Neut - }) ; - Pl => GPl - } ; - - numGenNum : GenNum -> Number = \gn -> - case gn of { - GSg _ => Sg ; - GPl => Pl - } ; - - aform : GenNum -> Species -> Role -> AForm = \gn,spec,role -> - case gn of { - GSg g => case of { - => ASgMascDefNom ; - _ => ASg g spec - } ; - GPl => APl spec - } ; - - dgenderSpecies : DGender -> Species -> Role -> DGenderSpecies = - \g,spec,role -> case of { - => DMascIndef ; - => case role of { - RSubj => DMascDefNom ; - _ => DMascDef - } ; - => DMascPersonalIndef ; - => case role of { - RSubj => DMascPersonalDefNom ; - _ => DMascPersonalDef - } ; - => DFemIndef ; - => DFemDef ; - => DNeutIndef ; - => DNeutDef - } ; - - nform2aform : NForm -> DGender -> AForm - = \nf,g -> case nf of { - NF n spec => aform (gennum g n) spec (RObj Acc) ; - NFSgDefNom => aform (gennum g Sg) Def RSubj ; - NFPlCount => APl Indef ; - NFVocative => aform (gennum g Sg) Indef (RObj Acc) - } ; - - indefNForm : NForm -> NForm - = \nf -> case nf of { - NF n spec => NF n Indef ; - NFSgDefNom => NF Sg Indef ; - NFPlCount => NFPlCount ; - NFVocative => NFVocative - } ; - - numNForm : NForm -> Number - = \nf -> case nf of { - NF n spec => n ; - NFSgDefNom => Sg ; - NFPlCount => Pl ; - NFVocative => Sg - } ; - - oper --- For $Verb$. - VTable = VForm => Str ; - - Verb : Type = { - s : Aspect => VTable ; - vtype : VType - } ; - - VP : Type = { - s : Aspect => VTable ; - ad : {isEmpty : Bool; s : Str} ; -- sentential adverb - compl : Agr => Str ; - vtype : VType - } ; - - VPSlash = { - s : Aspect => VTable ; - ad : {isEmpty : Bool; s : Str} ; -- sentential adverb - compl1 : Agr => Str ; - compl2 : Agr => Str ; - vtype : VType ; - c2 : Preposition - } ; - - predV : Verb -> VP = \verb -> { - s = verb.s ; - ad = {isEmpty=True; s=[]} ; - compl = \\_ => [] ; - vtype = verb.vtype ; - } ; - - slashV : Verb -> Preposition -> VPSlash = \verb,prep -> { - s = verb.s ; - ad = {isEmpty=True; s=[]} ; - compl1 = \\_ => [] ; - compl2 = \\_ => [] ; - vtype = verb.vtype ; - c2 = prep ; - } ; - - insertObj : (Agr => Str) -> VP -> VP = \obj,vp -> { - s = vp.s ; - ad = vp.ad ; - compl = \\a => vp.compl ! a ++ obj ! a ; - vtype = vp.vtype - } ; - - insertSlashObj1 : (Agr => Str) -> VPSlash -> VPSlash = \obj,slash -> { - s = slash.s ; - ad = slash.ad ; - compl1 = \\a => slash.compl1 ! a ++ obj ! a ; - compl2 = slash.compl2 ; - vtype = slash.vtype ; - c2 = slash.c2 - } ; - - insertSlashObj2 : (Agr => Str) -> VPSlash -> VPSlash = \obj,slash -> { - s = slash.s ; - ad = slash.ad ; - compl1 = slash.compl1 ; - compl2 = \\a => slash.compl2 ! a ++ obj ! a ; - vtype = slash.vtype ; - c2 = slash.c2 - } ; - - auxBe : VTable = - table { - VPres Sg P1 => "" ; - VPres Sg P2 => "" ; - VPres Sg P3 => "" ; - VPres Pl P1 => "" ; - VPres Pl P2 => "" ; - VPres Pl P3 => "" ; - VAorist Sg P1 => "" ; - VAorist Sg _ => "" ; - VAorist Pl P1 => "" ; - VAorist Pl P2 => "" ; - VAorist Pl P3 => "" ; - VImperfect Sg P1 => "" ; - VImperfect Sg _ => "" ; - VImperfect Pl P1 => "" ; - VImperfect Pl P2 => "" ; - VImperfect Pl P3 => "" ; - VPerfect aform => regAdjective "" ! aform ; - VPluPerfect aform => regAdjective "" ! aform ; - VPassive aform => regAdjective "" ! aform ; - VPresPart aform => regAdjective "" ! aform ; - VImperative Sg => "" ; - VImperative Pl => "" ; - VGerund => "" - } ; - - auxWould : VTable = - table { - VPres Sg P1 => "" ; - VPres Sg P2 => "" ; - VPres Sg P3 => "" ; - VPres Pl P1 => "" ; - VPres Pl P2 => "" ; - VPres Pl P3 => "" ; - VAorist Sg P1 => "" ; - VAorist Sg _ => "" ; - VAorist Pl P1 => "" ; - VAorist Pl P2 => "" ; - VAorist Pl P3 => "" ; - VImperfect Sg P1 => "" ; - VImperfect Sg _ => "" ; - VImperfect Pl P1 => "" ; - VImperfect Pl P2 => "" ; - VImperfect Pl P3 => "" ; - VPerfect aform => regAdjective "" ! aform ; - VPluPerfect aform => regAdjective "" ! aform ; - VPassive aform => regAdjective "" ! aform ; - VPresPart aform => regAdjective "" ! aform ; - VImperative Sg => "" ; - VImperative Pl => "" ; - VGerund => "" - } ; - - verbBe : Verb = {s=\\_=>auxBe ; vtype=VNormal} ; - verbWould : Verb = {s=\\_=>auxWould ; vtype=VNormal} ; - - reflClitics : Case => Str = table {Acc => ""; Dat => ""} ; - - personalClitics : Case => GenNum => Person => Str = - table { - Acc => table { - GSg g => table { - P1 => "" ; - P2 => "" ; - P3 => case g of { - Masc => "" ; - Fem => "" ; - Neut => "" - } - } ; - GPl => table { - P1 => "" ; - P2 => "" ; - P3 => "" - } - } ; - Dat => table { - GSg g => table { - P1 => "" ; - P2 => "" ; - P3 => case g of { - Masc => "" ; - Fem => "" ; - Neut => "" - } - } ; - GPl => table { - P1 => "" ; - P2 => "" ; - P3 => "" - } - } - } ; - - ia2e : Str -> Str = -- to be used when the next syllable has vowel different from "","","" or "" - \s -> case s of { - x@(_*+_) + "" + y@((""|""|""|""|""|""|""|""|""|""|""|""|""|""|""|""|""|""|""|"")*) - => x+"e"+y; - _ => s - }; - - regAdjective : Str -> AForm => Str = - \base -> - let base0 : Str - = case base of { - x+"" => x; - x => x - } - in table { - ASg Masc Indef => base ; - ASg Masc Def => (base0+"") ; - ASgMascDefNom => (base0+"") ; - ASg Fem Indef => (base0+"a") ; - ASg Fem Def => (base0+"") ; - ASg Neut Indef => (base0+"") ; - ASg Neut Def => (base0+"") ; - APl Indef => (ia2e base0+"") ; - APl Def => (ia2e base0+"") - }; - --- For $Sentence$. - - Clause : Type = { - s : Tense => Anteriority => Polarity => Order => Str - } ; - - mkClause : Str -> Agr -> VP -> Clause = - \subj,agr,vp -> { - s = \\t,a,p,o => - let - verb : Bool => Str - = \\q => vpTenses vp ! t ! a ! p ! agr ! q ! Perf ; - compl = vp.compl ! agr - in case o of { - Main => subj ++ verb ! False ++ compl ; - Inv => verb ! False ++ compl ++ subj ; - Quest => subj ++ verb ! True ++ compl - } - } ; - - vpTenses : VP -> Tense => Anteriority => Polarity => Agr => Bool => Aspect => Str = - \verb -> \\t,a,p,agr,q0,asp => - let clitic = case verb.vtype of { - VNormal => {s=[]; agr=agr} ; - VMedial c => {s=reflClitics ! c; agr=agr} ; - VPhrasal c => {s=personalClitics ! c ! agr.gn ! agr.p; agr={gn=GSg Neut; p=P3}} - } ; - - present = verb.s ! asp ! (VPres (numGenNum clitic.agr.gn) clitic.agr.p) ; - presentImperf = verb.s ! Imperf ! (VPres (numGenNum clitic.agr.gn) clitic.agr.p) ; - aorist = verb.s ! asp ! (VAorist (numGenNum clitic.agr.gn) clitic.agr.p) ; - perfect = verb.s ! asp ! (VPerfect (aform clitic.agr.gn Indef (RObj Acc))) ; - - auxPres = auxBe ! VPres (numGenNum clitic.agr.gn) clitic.agr.p ; - auxAorist = auxBe ! VAorist (numGenNum clitic.agr.gn) clitic.agr.p ; - auxCond = auxWould ! VAorist (numGenNum clitic.agr.gn) clitic.agr.p ; - - apc : Str -> Str = \s -> - case of { - => clitic.s++auxPres++s ; - _ => auxPres++s++clitic.s - } ; - - li0 = case of { => ""; _ => []} ; - - q = case verb.ad.isEmpty of {True => q0; False => False} ; - li = case q of {True => ""; _ => []} ; - - vf1 : Str -> {s1 : Str; s2 : Str} = \s -> - case p of { - Pos => case q of {True => {s1=[]; s2=""++apc []}; - False => {s1=apc []; s2=[]}} ; - Neg => {s1=""++apc li; s2=[]} - } ; - - vf2 : Str -> {s1 : Str; s2 : Str} = \s -> - case p of { - Pos => case q of {True => {s1=[]; s2=""++s}; - False => {s1=s; s2=[]}} ; - Neg => case verb.vtype of - {VNormal => {s1=""; s2=li} ; - _ => {s1=""++s++li; s2=[]}} - } ; - - vf3 : Str -> {s1 : Str; s2 : Str} = \s -> - case p of { - Pos => {s1=""++s; s2=li} ; - Neg => {s1=""++li++""++s; s2=[]} - } ; - - vf4 : Str -> {s1 : Str; s2 : Str} = \s -> - case p of { - Pos => {s1= s++li++clitic.s; s2=[]} ; - Neg => {s1=""++s++li++clitic.s; s2=[]} - } ; - - verbs : {aux:{s1:Str; s2:Str}; main:Str} = - case of { - => {aux=vf2 clitic.s; main=presentImperf} ; - => {aux=vf1 clitic.s; main=perfect} ; - => {aux=vf2 clitic.s; main=aorist} ; - => {aux=vf4 auxAorist; main=perfect} ; - => {aux=vf3 clitic.s; main=present} ; - => {aux=vf3 (apc []); main=perfect} ; - => {aux=vf4 auxCond ; main=perfect} - } - - in verb.ad.s ++ li0 ++ verbs.aux.s1 ++ verbs.main ++ verbs.aux.s2 ; - - daComplex : VP -> Aspect => Agr => Str = - \vp -> \\asp,agr => - let clitic = case vp.vtype of { - VNormal => {s=[]; agr=agr} ; - VMedial c => {s=reflClitics ! c; agr=agr} ; - VPhrasal c => {s=personalClitics ! c ! agr.gn ! agr.p; agr={gn=GSg Neut; p=P3}} - } - in vp.ad.s ++ "" ++ clitic.s ++ vp.s ! asp ! VPres (numGenNum clitic.agr.gn) clitic.agr.p ++ vp.compl ! agr ; - --- For $Numeral$. - - mkDigit : Str -> Str -> Str -> Str -> Str -> {s : DForm => CardOrd => Str} = - \dva, dvama, dve, vtori, dvesta -> - {s = table { - unit => mkCardOrd dva dvama dve vtori ; - teen => mkCardOrd (dva+"") (dva+"") (dva+"") (dva+"") ; - ten => mkCardOrd (dva+"") (dva+"") (dva+"") (dva+"") ; - hundred => let dvesten : Str - = case dvesta of { - dvest+"" => dvest+"" ; - chetiristot+"" => chetiristot+"" - } - in mkCardOrd dvesta dvesta dvesta dvesten - } - } ; - - mkCardOrd : Str -> Str -> Str -> Str -> CardOrd => Str = - \dva, dvama, dve, vtori -> - table { - NCard dg => digitGenderSpecies dva dvama dve ! dg ; - NOrd aform => let vtora = init vtori + "" ; - vtoro = init vtori + "" - in case aform of { - ASg Masc Indef => vtori ; - ASg Masc Def => vtori+"" ; - ASgMascDefNom => vtori+"" ; - ASg Fem Indef => vtora ; - ASg Fem Def => vtora+"" ; - ASg Neut Indef => vtoro ; - ASg Neut Def => vtoro+"" ; - APl Indef => vtori ; - APl Def => vtori+"" - } - } ; - - digitGenderSpecies : Str -> Str -> Str -> DGenderSpecies => Str = - \dva, dvama, dve - -> let addDef : Str -> Str = - \s -> case s of { - dves+"" => dves+"" ; - dv+"" => dv+"" ; - x => x+"" - } - in table { - DMascIndef => dva ; - DMascDef => addDef dva ; - DMascDefNom => addDef dva ; - DMascPersonalIndef => dvama ; - DMascPersonalDef => addDef dvama ; - DMascPersonalDefNom => addDef dvama ; - DFemIndef => dve ; - DFemDef => addDef dve ; - DNeutIndef => dve ; - DNeutDef => addDef dve - } ; - - mkIP : Str -> Str -> GenNum -> {s : Role => QForm => Str ; gn : GenNum} = - \koi,kogo,gn -> { - s = table { - RSubj => table QForm [koi; koi+""] ; - RObj Acc => table QForm [kogo; kogo+""] ; - RObj Dat => table QForm ["" ++ kogo; kogo+""] ; - RVoc => table QForm [koi; koi+""] - } ; - gn = gn - } ; - - mkPron : (az,men,mi,moj,moia,moiat,moia_,moiata,moe,moeto,moi,moite : Str) -> GenNum -> Person -> {s : Role => Str; gen : AForm => Str; a : Agr} = - \az,men,mi,moj,moia,moiat,moia_,moiata,moe,moeto,moi,moite,gn,p -> { - s = table { - RSubj => az ; - RObj Acc => men ; - RObj Dat => mi ; - RVoc => az - } ; - gen = table { - ASg Masc Indef => moj ; - ASg Masc Def => moia ; - ASgMascDefNom => moiat ; - ASg Fem Indef => moia_ ; - ASg Fem Def => moiata ; - ASg Neut Indef => moe ; - ASg Neut Def => moeto ; - APl Indef => moi ; - APl Def => moite - } ; - a = { - gn = gn ; - p = p - } - } ; - - mkNP : Str -> GenNum -> Person -> {s : Role => Str; a : Agr} = - \s,gn,p -> { - s = table { - RSubj => s ; - RObj Acc => s ; - RObj Dat => "" ++ s ; - RVoc => s - } ; - a = { - gn = gn ; - p = p - } - } ; - - Preposition : Type = {s : Str; c : Case}; - - mkQuestion : - {s : QForm => Str} -> Clause -> - {s : Tense => Anteriority => Polarity => QForm => Str} = \wh,cl -> - { - s = \\t,a,p,qform => - let cls = cl.s ! t ! a ! p ; - in wh.s ! qform ++ cls ! case qform of { - QDir => Inv ; - QIndir => Main - } - } ; - - whichRP : GenNum => Str - = table { - GSg Masc => "" ; - GSg Fem => "" ; - GSg Neut => "" ; - GPl => "" - } ; - - suchRP : GenNum => Str - = table { - GSg Masc => "" ; - GSg Fem => "" ; - GSg Neut => "" ; - GPl => "" - } ; - - thisRP : GenNum => Str - = table { - GSg Masc => "" ; - GSg Fem => "a" ; - GSg Neut => "" ; - GPl => "" - } ; - - linCoord : Bool => Str ; - linCoord = table {True => ""; False=>""} ; - - linCoordSep : Str -> Bool => Bool => Str ; - linCoordSep s = table {True => linCoord; False=> \\_ => s} ; -} diff --git a/old-lib/resource/bulgarian/SentenceBul.gf b/old-lib/resource/bulgarian/SentenceBul.gf deleted file mode 100644 index ff2bc0fd8..000000000 --- a/old-lib/resource/bulgarian/SentenceBul.gf +++ /dev/null @@ -1,72 +0,0 @@ -concrete SentenceBul of Sentence = CatBul ** open Prelude, ResBul in { - flags coding=cp1251 ; - - - flags optimize=all_subs ; - - lin - PredVP np vp = mkClause (np.s ! (case vp.vtype of { - VNormal => RSubj ; - VMedial _ => RSubj ; - VPhrasal c => RObj c})) np.a vp ; - - PredSCVP sc vp = mkClause sc.s {gn=GSg Masc; p=P3} vp ; - - ImpVP vp = { - s = \\p,gn => - let agr = {gn = gn ; p = P2} ; - verb = vp.s ! Perf ! VImperative (numGenNum gn) ; - compl = vp.compl ! agr ; - clitic = case vp.vtype of { - VNormal => [] ; - VMedial c => reflClitics ! c ; - VPhrasal c => personalClitics ! c ! agr.gn ! agr.p - } ; - in case p of {Pos => vp.ad.s ++ verb ++ clitic ; - Neg => "" ++ vp.ad.s ++ clitic ++ verb} ++ compl ; - } ; - - SlashVP np slash = { - s = \\agr => (mkClause (np.s ! RSubj) np.a {s = slash.s ; - ad = slash.ad ; - compl = \\_ => slash.compl1 ! np.a ++ slash.compl2 ! agr ; - vtype = slash.vtype}).s ; - c2 = slash.c2 - } ; - - AdvSlash slash adv = { - s = \\agr,t,a,b,o => slash.s ! agr ! t ! a ! b ! o ++ adv.s ; - c2 = slash.c2 - } ; - - SlashPrep cl prep = {s = \\_ => cl.s; c2 = prep} ; - - SlashVS np vs slash = { - s = \\agr => (mkClause (np.s ! RSubj) np.a - (insertObj (\\_ => "" ++ slash.s ! agr) (predV vs))).s ; - c2 = slash.c2 - } ; - - EmbedS s = {s = "," ++ "" ++ s.s} ; - EmbedQS qs = {s = qs.s ! QIndir} ; - EmbedVP vp = {s = daComplex vp ! Perf ! {gn=GSg Masc; p=P1}} ; - - UseCl t a p cl = { - s = t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! p.p ! Main - } ; - UseQCl t a p cl = { - s = \\q => t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! p.p ! q - } ; - UseRCl t a p cl = { - s = \\agr => t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! p.p ! agr ; - role = cl.role - } ; - UseSlash t a p cl = { - s = \\agr => t.s ++ a.s ++ p.s ++ cl.s ! agr ! t.t ! a.a ! p.p ! Main ; - c2 = cl.c2 - } ; - - AdvS a s = {s = a.s ++ "," ++ s.s} ; - - RelS s r = {s = s.s ++ "," ++ r.s ! {gn=gennum DNeut Sg; p=P3}} ; -} diff --git a/old-lib/resource/bulgarian/StructuralBul.gf b/old-lib/resource/bulgarian/StructuralBul.gf deleted file mode 100644 index a3b8ec75c..000000000 --- a/old-lib/resource/bulgarian/StructuralBul.gf +++ /dev/null @@ -1,122 +0,0 @@ -concrete StructuralBul of Structural = CatBul ** - open MorphoBul, ParadigmsBul, Prelude in { - flags coding=cp1251 ; - - - flags optimize=all ; - - lin - above_Prep = mkPrep "" Acc ; - after_Prep = mkPrep "" Acc ; - all_Predet = {s = table GenNum ["";"";"";""]} ; - almost_AdA, almost_AdN = ss "" ; - although_Subj = ss [" "] ; - always_AdV = ss "" ; - and_Conj = {s=[]; conj=True; distr=False; n = Pl} ; - because_Subj = ss "" ; - before_Prep = mkPrep "" Acc ; - behind_Prep = mkPrep "" Acc ; - between_Prep = mkPrep "" Acc ; - both7and_DConj = {s=[]; conj=True; distr=True; n = Pl} ; - but_PConj = ss "" ; - by8agent_Prep = mkPrep "" Acc ; - by8means_Prep = mkPrep "" Acc ; - can8know_VV, can_VV = mkVV (stateV (mkV166 "")) ; - during_Prep = mkPrep [" "] Acc ; - either7or_DConj = {s=[]; conj=False; distr=True; n = Sg} ; - everybody_NP = mkNP "" (GSg Masc) P3 ; - every_Det = mkDeterminerSg "" "" ""; - everything_NP = mkNP "" (GSg Neut) P3 ; - everywhere_Adv = ss "" ; - few_Det = {s = \\_,_ => ""; n = Pl; countable = True; spec = Indef} ; ---- first_Ord = ss "first" ; DEPRECATED - for_Prep = mkPrep "" Acc ; - from_Prep = mkPrep "" Acc ; - he_Pron = mkPron "" "" "" "" "" "" "" "" "" "" "" "" (GSg Masc) P3 ; - here_Adv = ss "" ; - here7to_Adv = ss [" "] ; - here7from_Adv = ss [" "] ; - how_IAdv = mkIAdv "" ; - how8many_IDet = {s = \\_ => table QForm ["";""]; n = Pl; nonEmpty = False} ; - if_Subj = ss "" ; - in8front_Prep = mkPrep "" Acc ; - i_Pron = mkPron "" "" "" "" "" "" "" "" "" "" "" "" (GSg Masc) P1 ; - in_Prep = mkPrep (pre { "" ; - "" / strs {"" ; "" ; "" ; ""} - }) Acc ; - it_Pron = mkPron "" "" "" "" "" "" "" "" "" "" "" "" (GSg Neut) P3 ; - less_CAdv = {s=""; sn="-"} ; - many_Det = mkDeterminerPl "" ; - more_CAdv = {s=[]; sn=""} ; - most_Predet = {s = \\_ => ""} ; - much_Det = mkDeterminerSg "" "" ""; - must_VV = - mkVV { - s = \\_=>table { - VPres _ _ => "" ; - VAorist _ _ => "" ; - VImperfect _ _ => "" ; - VPerfect _ => "" ; - VPluPerfect _ => "" ; - VPassive _ => "" ; - VPresPart _ => "" ; - VImperative Sg => "" ; - VImperative Pl => "" ; - VGerund => "" - } ; - vtype=VNormal ; - lock_V=<> - } ; - no_Utt = ss "" ; - on_Prep = mkPrep "" Acc ; ----- one_Quant = mkDeterminer Sg "one" ; -- DEPRECATED - only_Predet = {s = \\_ => ""} ; - or_Conj = {s=[]; conj=False; distr=False; n = Sg} ; - otherwise_PConj = ss "" ; - part_Prep = mkPrep "" Acc ; - please_Voc = ss "" ; - possess_Prep = mkPrep [] Dat ; - quite_Adv = ss "" ; - she_Pron = mkPron "" "" "" "" "" "" "" "" "" "" "" "" (GSg Fem) P3 ; - so_AdA = ss "" ; - somebody_NP = mkNP "" (GSg Masc) P3 ; - someSg_Det = mkDeterminerSg "" "" "" ; - somePl_Det = mkDeterminerPl "" ; - something_NP = mkNP "" (GSg Neut) P3 ; - somewhere_Adv = ss "" ; - that_Quant = mkQuant "" "" "" "" ; - there_Adv = ss "" ; - there7to_Adv = ss [" "] ; - there7from_Adv = ss [" "] ; - therefore_PConj = ss [" "] ; - they_Pron = mkPron "" "" "" "" "" "" "" "" "" "" "" "" GPl P3 ; - this_Quant = mkQuant "" "" "" "" ; - through_Prep = mkPrep "" Acc ; - too_AdA = ss "" ; - to_Prep = mkPrep "" Acc ; - under_Prep = mkPrep "" Acc ; - very_AdA = ss "" ; - want_VV = mkVV (stateV (mkV186 "")) ; - we_Pron = mkPron "" "" "" "" "" "" "" "" "" "" "" "" GPl P1 ; - whatPl_IP = mkIP "" "" GPl ; - whatSg_IP = mkIP "" "" (GSg Masc) ; - when_IAdv = mkIAdv "" ; - when_Subj = ss "" ; - where_IAdv = mkIAdv "" ; - which_IQuant = {s = table GenNum [table QForm ["";""]; - table QForm ["";""]; - table QForm ["";""]; - table QForm ["";""]]} ; - whoSg_IP = mkIP "" "" (GSg Masc) ; - whoPl_IP = mkIP "" "" GPl ; - why_IAdv = mkIAdv "" ; - without_Prep = mkPrep "" Acc ; - with_Prep = mkPrep (pre { "" ; - "" / strs {"" ; "" ; "" ; ""} - }) Acc ; - yes_Utt = ss "" ; - youSg_Pron = mkPron "" "" "" "" "" "" "" "" "" "" "" "" (GSg Masc) P2 ; - youPl_Pron = mkPron "" "" "" "" "" "" "" "" "" "" "" "" GPl P2 ; - youPol_Pron = mkPron "" "" "" "" "" "" "" "" "" "" "" "" GPl P2 ; -} - diff --git a/old-lib/resource/bulgarian/TextBul.gf b/old-lib/resource/bulgarian/TextBul.gf deleted file mode 100644 index 21e624b8e..000000000 --- a/old-lib/resource/bulgarian/TextBul.gf +++ /dev/null @@ -1,13 +0,0 @@ -concrete TextBul of Text = CatBul ** { - flags coding=cp1251 ; - - --- This will work for almost all languages except Spanish. - - 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/old-lib/resource/bulgarian/VerbBul.gf b/old-lib/resource/bulgarian/VerbBul.gf deleted file mode 100644 index 59d29deb2..000000000 --- a/old-lib/resource/bulgarian/VerbBul.gf +++ /dev/null @@ -1,92 +0,0 @@ -concrete VerbBul of Verb = CatBul ** open Prelude, ResBul, ParadigmsBul in { - flags coding=cp1251 ; - - - flags optimize=all_subs ; - - lin - UseV = predV ; - - SlashV2a v = slashV v v.c2 ; - - Slash2V3 v np = - insertSlashObj1 (\\_ => v.c2.s ++ np.s ! RObj v.c2.c) (slashV v v.c3) ; - - Slash3V3 v np = - insertSlashObj2 (\\_ => v.c3.s ++ np.s ! RObj v.c3.c) (slashV v v.c2) ; - - ComplVV vv vp = - insertObj (daComplex vp ! Perf) (predV vv) ; - - ComplVS v s = insertObj (\\_ => "," ++ "" ++ s.s) (predV v) ; - ComplVQ v q = insertObj (\\_ => q.s ! QDir) (predV v) ; - - ComplVA v ap = - insertObj (\\agr => ap.s ! aform agr.gn Indef (RObj Acc)) (predV v) ; - - - SlashV2A v ap = - insertSlashObj2 (\\a => ap.s ! aform a.gn Indef (RObj Acc)) (slashV v v.c2) ; - - -- test: I saw a boy to whom she said that they are here - SlashV2S v s = insertSlashObj2 (\\_ => "," ++ "" ++ s.s) (slashV v v.c2) ; - - -- test: I saw a boy whom she asked who is here - SlashV2Q v q = insertSlashObj2 (\\_ => q.s ! QDir) (slashV v v.c2) ; - - -- test: I saw a boy whom she begged to walk - SlashV2V vv vp = - insertSlashObj2 (daComplex vp ! Perf) (slashV vv vv.c2) ; - - -- test: I saw a car whom she wanted to buy - SlashVV vv slash = { - s = vv.s ; - ad = {isEmpty=True; s=[]}; - compl1 = daComplex {s=slash.s; ad=slash.ad; compl=slash.compl1; vtype=slash.vtype} ! Perf ; - compl2 = slash.compl2 ; - vtype = vv.vtype ; - c2 = slash.c2 - } ; - - -- test: I saw a car whom she begged me to buy - SlashV2VNP vv np slash = { - s = vv.s ; - ad = {isEmpty=True; s=[]}; - compl1 = \\agr => vv.c2.s ++ np.s ! RObj vv.c2.c ++ - daComplex {s=slash.s; ad=slash.ad; compl=slash.compl1; vtype=slash.vtype} ! Perf ! np.a ; - compl2 = slash.compl2 ; - vtype = vv.vtype ; - c2 = slash.c2 - } ; - - ComplSlash slash np = { - s = slash.s ; - ad = slash.ad ; - compl = \\a => slash.compl1 ! a ++ slash.c2.s ++ np.s ! RObj slash.c2.c ++ slash.compl2 ! np.a ; - vtype = slash.vtype - } ; - - UseComp comp = insertObj comp.s (predV verbBe) ; - - AdvVP vp adv = insertObj (\\_ => adv.s) vp ; - - AdVVP adv vp = { - s = vp.s ; - ad = {isEmpty=False; s=vp.ad.s ++ adv.s} ; - compl = vp.compl ; - vtype = vp.vtype - } ; - - ReflVP slash = { - s = slash.s ; - ad = slash.ad ; - compl = \\agr => slash.compl1 ! agr ++ slash.compl2 ! agr ; - vtype = VMedial slash.c2.c ; - } ; - - PassV2 v = insertObj (\\a => v.s ! Perf ! VPassive (aform a.gn Indef (RObj Acc))) (predV verbBe) ; - - CompAP ap = {s = \\agr => ap.s ! aform agr.gn Indef (RObj Acc)} ; - CompNP np = {s = \\_ => np.s ! RObj Acc} ; - CompAdv a = {s = \\_ => a.s} ; -} diff --git a/old-lib/resource/catalan/AdjectiveCat.gf b/old-lib/resource/catalan/AdjectiveCat.gf deleted file mode 100644 index 917d1188d..000000000 --- a/old-lib/resource/catalan/AdjectiveCat.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete AdjectiveCat of Adjective = CatCat ** AdjectiveRomance with - (ResRomance = ResCat) ; diff --git a/old-lib/resource/catalan/AdverbCat.gf b/old-lib/resource/catalan/AdverbCat.gf deleted file mode 100644 index 0911f55b8..000000000 --- a/old-lib/resource/catalan/AdverbCat.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete AdverbCat of Adverb = CatCat ** AdverbRomance with - (ResRomance = ResCat) ; diff --git a/old-lib/resource/catalan/AllCat.gf b/old-lib/resource/catalan/AllCat.gf deleted file mode 100644 index 98e2c597d..000000000 --- a/old-lib/resource/catalan/AllCat.gf +++ /dev/null @@ -1,7 +0,0 @@ ---# -path=.:../romance:../abstract:../common:prelude - -concrete AllCat of AllCatAbs = - LangCat, - IrregCat, - ExtraCat - ** {} ; diff --git a/old-lib/resource/catalan/AllCatAbs.gf b/old-lib/resource/catalan/AllCatAbs.gf deleted file mode 100644 index 3ba6575a4..000000000 --- a/old-lib/resource/catalan/AllCatAbs.gf +++ /dev/null @@ -1,5 +0,0 @@ -abstract AllCatAbs = - Lang, - IrregCatAbs, - ExtraCatAbs - ** {} ; diff --git a/old-lib/resource/catalan/BeschCat.gf b/old-lib/resource/catalan/BeschCat.gf deleted file mode 100644 index b9e86a0c1..000000000 --- a/old-lib/resource/catalan/BeschCat.gf +++ /dev/null @@ -1,6066 +0,0 @@ ---# -path=.:../romance:../common:../abstract:../../prelude --- --- Verbs trets de "Xurriguera". --- - -resource BeschCat = open Prelude, CommonRomance in { - -flags coding=utf8 ; - ---flags optimize=noexpand ; -- faster than values --- -oper Verbum = {s : VFB => Str} ; --- --- -oper absoldre_1 : Str -> Verbum = \absoldre -> -let absol_ = Predef.tk 3 absoldre in -{s = table { - VI Infn => absol_ + "dre" ; - VI Ger => absol_ + "ent" ; - VI Part => absol_ + "t" ; - VP (Pres Ind Pl P1) => absol_ + "em" ; - VP (Pres Ind Sg P1) => absol_ + "c" ; - VP (Pres Ind Pl P2) => absol_ + "eu" ; - VP (Pres Ind Sg P2) => absol_ + "s" ; - VP (Pres Ind Pl P3) => absol_ + "en" ; - VP (Pres Ind Sg P3) => absol_ + "" ; - VP (Pres Subj Pl P1) => absol_ + "guem" ; - VP (Pres Subj Sg P1) => absol_ + "gui" ; - VP (Pres Subj Pl P2) => absol_ + "gueu" ; - VP (Pres Subj Sg P2) => absol_ + "guis" ; - VP (Pres Subj Pl P3) => absol_ + "guin" ; - VP (Pres Subj Sg P3) => absol_ + "gui" ; - VP (Impf Ind Pl P1) => absol_ + "em" ;--# notpresent - VP (Impf Ind Sg P1) => absol_ + "ia" ;--# notpresent - VP (Impf Ind Pl P2) => absol_ + "eu" ;--# notpresent - VP (Impf Ind Sg P2) => absol_ + "ies" ;--# notpresent - VP (Impf Ind Pl P3) => absol_ + "ien" ;--# notpresent - VP (Impf Ind Sg P3) => absol_ + "ia" ;--# notpresent - VP (Impf Subj Pl P1) => absol_ + "gussim" ;--# notpresent - VP (Impf Subj Sg P1) => absol_ + "gus" ;--# notpresent - VP (Impf Subj Pl P2) => absol_ + "gussiu" ;--# notpresent - VP (Impf Subj Sg P2) => absol_ + "guessis" ;--# notpresent - VP (Impf Subj Pl P3) => absol_ + "guessin" ;--# notpresent - VP (Impf Subj Sg P3) => absol_ + "gus" ;--# notpresent - VP (Fut Pl P1) => absol_ + "drem" ;--# notpresent - VP (Fut Sg P1) => absol_ + "dr" ;--# notpresent - VP (Fut Pl P2) => absol_ + "dreu" ;--# notpresent - VP (Fut Sg P2) => absol_ + "drs" ;--# notpresent - VP (Fut Pl P3) => absol_ + "dran" ;--# notpresent - VP (Fut Sg P3) => absol_ + "dr" ;--# notpresent - VP (Pret Pl P1) => absol_ + "gussim" ;--# notpresent - VP (Pret Sg P1) => absol_ + "gus" ;--# notpresent - VP (Pret Pl P2) => absol_ + "gussiu" ;--# notpresent - VP (Pret Sg P2) => absol_ + "guessis" ;--# notpresent - VP (Pret Pl P3) => absol_ + "guessin" ;--# notpresent - VP (Pret Sg P3) => absol_ + "gus" ;--# notpresent - VP (Cond Pl P1) => absol_ + "drem" ;--# notpresent - VP (Cond Sg P1) => absol_ + "dria" ;--# notpresent - VP (Cond Pl P2) => absol_ + "dreu" ;--# notpresent - VP (Cond Sg P2) => absol_ + "dries" ;--# notpresent - VP (Cond Pl P3) => absol_ + "drien" ;--# notpresent - VP (Cond Sg P3) => absol_ + "dria" ;--# notpresent - VP (Imp Pl P1) => absol_ + "guem" ; - VP (Imp Pl P2) => absol_ + "eu" ; - VP (Imp Sg P2) => absol_ + "" ; - VP (Imp Pl P3) => absol_ + "guin" ; - VP (Imp Sg P3) => absol_ + "gui" ; - VP (Pass Pl Fem) => absol_ + "tes" ; - VP (Pass Sg Fem) => absol_ + "ta" ; - VP (Pass Pl Masc) => absol_ + "ts" ; - VP (Pass Sg Masc) => absol_ + "t" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper admetre_2 : Str -> Verbum = \admetre -> -let adm_ = Predef.tk 4 admetre in -{s = table { - VI Infn => adm_ + "etre" ; - VI Ger => adm_ + "etent" ; - VP (Pres Ind Pl P1) => adm_ + "etem" ; - VP (Pres Ind Sg P1) => adm_ + "eto" ; - VP (Pres Ind Pl P2) => adm_ + "eteu" ; - VP (Pres Ind Sg P2) => adm_ + "ets" ; - VP (Pres Ind Pl P3) => adm_ + "eten" ; - VP (Pres Ind Sg P3) => adm_ + "et" ; - VP (Pres Subj Pl P1) => adm_ + "etem" ; - VP (Pres Subj Sg P1) => adm_ + "eti" ; - VP (Pres Subj Pl P2) => adm_ + "eteu" ; - VP (Pres Subj Sg P2) => adm_ + "etis" ; - VP (Pres Subj Pl P3) => adm_ + "etin" ; - VP (Pres Subj Sg P3) => adm_ + "eti" ; - VP (Impf Ind Pl P1) => adm_ + "etem" ;--# notpresent - VP (Impf Ind Sg P1) => adm_ + "etia" ;--# notpresent - VP (Impf Ind Pl P2) => adm_ + "eteu" ;--# notpresent - VP (Impf Ind Sg P2) => adm_ + "eties" ;--# notpresent - VP (Impf Ind Pl P3) => adm_ + "etien" ;--# notpresent - VP (Impf Ind Sg P3) => adm_ + "etia" ;--# notpresent - VP (Impf Subj Pl P1) => adm_ + "etssim" ;--# notpresent - VP (Impf Subj Sg P1) => adm_ + "ets" ;--# notpresent - VP (Impf Subj Pl P2) => adm_ + "etssiu" ;--# notpresent - VP (Impf Subj Sg P2) => adm_ + "etessis" ;--# notpresent - VP (Impf Subj Pl P3) => adm_ + "etessin" ;--# notpresent - VP (Impf Subj Sg P3) => adm_ + "ets" ;--# notpresent - VP (Fut Pl P1) => adm_ + "etrem" ;--# notpresent - VP (Fut Sg P1) => adm_ + "etr" ;--# notpresent - VP (Fut Pl P2) => adm_ + "etreu" ;--# notpresent - VP (Fut Sg P2) => adm_ + "etrs" ;--# notpresent - VP (Fut Pl P3) => adm_ + "etran" ;--# notpresent - VP (Fut Sg P3) => adm_ + "etr" ;--# notpresent - VP (Pret Pl P1) => adm_ + "etssim" ;--# notpresent - VP (Pret Sg P1) => adm_ + "ets" ;--# notpresent - VP (Pret Pl P2) => adm_ + "etssiu" ;--# notpresent - VP (Pret Sg P2) => adm_ + "etessis" ;--# notpresent - VP (Pret Pl P3) => adm_ + "etessin" ;--# notpresent - VP (Pret Sg P3) => adm_ + "ets" ;--# notpresent - VP (Cond Pl P1) => adm_ + "etrem" ;--# notpresent - VP (Cond Sg P1) => adm_ + "etria" ;--# notpresent - VP (Cond Pl P2) => adm_ + "etreu" ;--# notpresent - VP (Cond Sg P2) => adm_ + "etries" ;--# notpresent - VP (Cond Pl P3) => adm_ + "etrien" ;--# notpresent - VP (Cond Sg P3) => adm_ + "etria" ;--# notpresent - VP (Imp Pl P1) => adm_ + "etem" ; - VP (Imp Pl P2) => adm_ + "eteu" ; - VP (Imp Sg P2) => adm_ + "et" ; - VP (Imp Pl P3) => adm_ + "etin" ; - VP (Imp Sg P3) => adm_ + "eti" ; - VP (Pass Pl Fem) => adm_ + "eses" ; - VP (Pass Sg Fem) => adm_ + "esa" ; - VP (Pass Pl Masc) => adm_ + "esos" ; - VI Part => adm_ + "s" ; - VP (Pass Sg Masc) => adm_ + "s" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper ajupir_3 : Str -> Verbum = \ajupir -> -let ajup_ = Predef.tk 2 ajupir in -{s = table { - VI Infn => ajup_ + "ir" ; - VI Ger => ajup_ + "int" ; - VI Part => ajup_ + "it" ; - VP (Pres Ind Pl P1) => ajup_ + "im" ; - VP (Pres Ind Sg P1) => ajup_ + "o" ; - VP (Pres Ind Pl P2) => ajup_ + "iu" ; - VP (Pres Ind Sg P2) => ajup_ + "s" ; - VP (Pres Ind Pl P3) => ajup_ + "en" ; - VP (Pres Ind Sg P3) => ajup_ + "" ; - VP (Pres Subj Pl P1) => ajup_ + "im" ; - VP (Pres Subj Sg P1) => ajup_ + "i" ; - VP (Pres Subj Pl P2) => ajup_ + "iu" ; - VP (Pres Subj Sg P2) => ajup_ + "is" ; - VP (Pres Subj Pl P3) => ajup_ + "in" ; - VP (Pres Subj Sg P3) => ajup_ + "i" ; - VP (Impf Ind Pl P1) => ajup_ + "em" ;--# notpresent - VP (Impf Ind Sg P1) => ajup_ + "ia" ;--# notpresent - VP (Impf Ind Pl P2) => ajup_ + "eu" ;--# notpresent - VP (Impf Ind Sg P2) => ajup_ + "ies" ;--# notpresent - VP (Impf Ind Pl P3) => ajup_ + "ien" ;--# notpresent - VP (Impf Ind Sg P3) => ajup_ + "ia" ;--# notpresent - VP (Impf Subj Pl P1) => ajup_ + "ssim" ;--# notpresent - VP (Impf Subj Sg P1) => ajup_ + "s" ;--# notpresent - VP (Impf Subj Pl P2) => ajup_ + "ssiu" ;--# notpresent - VP (Impf Subj Sg P2) => ajup_ + "issis" ;--# notpresent - VP (Impf Subj Pl P3) => ajup_ + "issin" ;--# notpresent - VP (Impf Subj Sg P3) => ajup_ + "s" ;--# notpresent - VP (Fut Pl P1) => ajup_ + "irem" ;--# notpresent - VP (Fut Sg P1) => ajup_ + "ir" ;--# notpresent - VP (Fut Pl P2) => ajup_ + "ireu" ;--# notpresent - VP (Fut Sg P2) => ajup_ + "irs" ;--# notpresent - VP (Fut Pl P3) => ajup_ + "iran" ;--# notpresent - VP (Fut Sg P3) => ajup_ + "ir" ;--# notpresent - VP (Pret Pl P1) => ajup_ + "ssim" ;--# notpresent - VP (Pret Sg P1) => ajup_ + "s" ;--# notpresent - VP (Pret Pl P2) => ajup_ + "ssiu" ;--# notpresent - VP (Pret Sg P2) => ajup_ + "issis" ;--# notpresent - VP (Pret Pl P3) => ajup_ + "issin" ;--# notpresent - VP (Pret Sg P3) => ajup_ + "s" ;--# notpresent - VP (Cond Pl P1) => ajup_ + "irem" ;--# notpresent - VP (Cond Sg P1) => ajup_ + "iria" ;--# notpresent - VP (Cond Pl P2) => ajup_ + "ireu" ;--# notpresent - VP (Cond Sg P2) => ajup_ + "iries" ;--# notpresent - VP (Cond Pl P3) => ajup_ + "irien" ;--# notpresent - VP (Cond Sg P3) => ajup_ + "iria" ;--# notpresent - VP (Imp Pl P1) => ajup_ + "im" ; - VP (Imp Pl P2) => ajup_ + "iu" ; - VP (Imp Sg P2) => ajup_ + "" ; - VP (Imp Pl P3) => ajup_ + "in" ; - VP (Imp Sg P3) => ajup_ + "i" ; - VP (Pass Pl Fem) => ajup_ + "ides" ; - VP (Pass Sg Fem) => ajup_ + "ida" ; - VP (Pass Pl Masc) => ajup_ + "its" ; - VP (Pass Sg Masc) => ajup_ + "it" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper anar_4 : Str -> Verbum = \anar -> -let x_ = Predef.tk 4 anar in -{s = table { - VI Infn => x_ + "anar" ; - VI Ger => x_ + "anant" ; - VI Part => x_ + "anat" ; - VP (Pres Ind Pl P1) => x_ + "anem" ; - VP (Pres Ind Sg P1) => x_ + "vaig" ; - VP (Pres Ind Pl P2) => x_ + "aneu" ; - VP (Pres Ind Sg P2) => x_ + "vas" ; - VP (Pres Ind Pl P3) => x_ + "van" ; - VP (Pres Ind Sg P3) => x_ + "va" ; - VP (Pres Subj Pl P1) => x_ + "anem" ; - VP (Pres Subj Sg P1) => x_ + "vagi" ; - VP (Pres Subj Pl P2) => x_ + "aneu" ; - VP (Pres Subj Sg P2) => x_ + "vagis" ; - VP (Pres Subj Pl P3) => x_ + "vagin" ; - VP (Pres Subj Sg P3) => x_ + "vagi" ; - VP (Impf Ind Pl P1) => x_ + "anvem" ;--# notpresent - VP (Impf Ind Sg P1) => x_ + "anava" ;--# notpresent - VP (Impf Ind Pl P2) => x_ + "anveu" ;--# notpresent - VP (Impf Ind Sg P2) => x_ + "anaves" ;--# notpresent - VP (Impf Ind Pl P3) => x_ + "anaven" ;--# notpresent - VP (Impf Ind Sg P3) => x_ + "anava" ;--# notpresent - VP (Impf Subj Pl P1) => x_ + "anssim" ;--# notpresent - VP (Impf Subj Sg P1) => x_ + "ans" ;--# notpresent - VP (Impf Subj Pl P2) => x_ + "anssiu" ;--# notpresent - VP (Impf Subj Sg P2) => x_ + "anessis" ;--# notpresent - VP (Impf Subj Pl P3) => x_ + "anessin" ;--# notpresent - VP (Impf Subj Sg P3) => x_ + "ans" ;--# notpresent - VP (Fut Pl P1) => x_ + "anirem" ;--# notpresent - VP (Fut Sg P1) => x_ + "anir" ;--# notpresent - VP (Fut Pl P2) => x_ + "anireu" ;--# notpresent - VP (Fut Sg P2) => x_ + "anirs" ;--# notpresent - VP (Fut Pl P3) => x_ + "aniran" ;--# notpresent - VP (Fut Sg P3) => x_ + "anir" ;--# notpresent - VP (Pret Pl P1) => x_ + "anssim" ;--# notpresent - VP (Pret Sg P1) => x_ + "ans" ;--# notpresent - VP (Pret Pl P2) => x_ + "anssiu" ;--# notpresent - VP (Pret Sg P2) => x_ + "anassis" ;--# notpresent - VP (Pret Pl P3) => x_ + "anassin" ;--# notpresent - VP (Pret Sg P3) => x_ + "ans" ;--# notpresent - VP (Cond Pl P1) => x_ + "anirem" ;--# notpresent - VP (Cond Sg P1) => x_ + "aniria" ;--# notpresent - VP (Cond Pl P2) => x_ + "anireu" ;--# notpresent - VP (Cond Sg P2) => x_ + "aniries" ;--# notpresent - VP (Cond Pl P3) => x_ + "anirien" ;--# notpresent - VP (Cond Sg P3) => x_ + "aniria" ;--# notpresent - VP (Imp Pl P1) => x_ + "anem" ; - VP (Imp Pl P2) => x_ + "aneu" ; - VP (Imp Sg P2) => x_ + "vs" ; - VP (Imp Pl P3) => x_ + "vagin" ; - VP (Imp Sg P3) => x_ + "vagi" ; - VP (Pass Pl Fem) => x_ + "anades" ; - VP (Pass Sg Fem) => x_ + "anada" ; - VP (Pass Pl Masc) => x_ + "anats" ; - VP (Pass Sg Masc) => x_ + "anat" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper aparixer_5 : Str -> Verbum = \aparixer -> -let apar_ = Predef.tk 5 aparixer in -{s = table { - VI Ger => apar_ + "eixent" ; - VI Part => apar_ + "egut" ; - VP (Pres Ind Pl P1) => apar_ + "eixem" ; - VP (Pres Ind Sg P1) => apar_ + "ec" ; - VP (Pres Ind Pl P2) => apar_ + "eixeu" ; - VP (Pres Ind Sg P2) => apar_ + "eixes" ; - VP (Pres Ind Pl P3) => apar_ + "eixen" ; - VP (Pres Ind Sg P3) => apar_ + "eix" ; - VP (Pres Subj Pl P1) => apar_ + "eguem" ; - VP (Pres Subj Sg P1) => apar_ + "egui" ; - VP (Pres Subj Pl P2) => apar_ + "egueu" ; - VP (Pres Subj Sg P2) => apar_ + "eguis" ; - VP (Pres Subj Pl P3) => apar_ + "eguin" ; - VP (Pres Subj Sg P3) => apar_ + "egui" ; - VP (Impf Ind Pl P1) => apar_ + "eixem" ;--# notpresent - VP (Impf Ind Sg P1) => apar_ + "eixia" ;--# notpresent - VP (Impf Ind Pl P2) => apar_ + "eixeu" ;--# notpresent - VP (Impf Ind Sg P2) => apar_ + "eixies" ;--# notpresent - VP (Impf Ind Pl P3) => apar_ + "eixien" ;--# notpresent - VP (Impf Ind Sg P3) => apar_ + "eixia" ;--# notpresent - VP (Impf Subj Pl P1) => apar_ + "egussim" ;--# notpresent - VP (Impf Subj Sg P1) => apar_ + "egus" ;--# notpresent - VP (Impf Subj Pl P2) => apar_ + "egussiu" ;--# notpresent - VP (Impf Subj Sg P2) => apar_ + "eguessis" ;--# notpresent - VP (Impf Subj Pl P3) => apar_ + "eguessin" ;--# notpresent - VP (Impf Subj Sg P3) => apar_ + "egus" ;--# notpresent - VP (Fut Pl P1) => apar_ + "eixerem" ;--# notpresent - VP (Fut Sg P1) => apar_ + "eixer" ;--# notpresent - VP (Fut Pl P2) => apar_ + "eixereu" ;--# notpresent - VP (Fut Sg P2) => apar_ + "eixers" ;--# notpresent - VP (Fut Pl P3) => apar_ + "eixeran" ;--# notpresent - VP (Fut Sg P3) => apar_ + "eixer" ;--# notpresent - VP (Pret Pl P1) => apar_ + "egussim" ;--# notpresent - VP (Pret Sg P1) => apar_ + "egus" ;--# notpresent - VP (Pret Pl P2) => apar_ + "egussiu" ;--# notpresent - VP (Pret Sg P2) => apar_ + "eguessis" ;--# notpresent - VP (Pret Pl P3) => apar_ + "eguessin" ;--# notpresent - VP (Pret Sg P3) => apar_ + "egus" ;--# notpresent - VP (Cond Pl P1) => apar_ + "eixerem" ;--# notpresent - VP (Cond Sg P1) => apar_ + "eixeria" ;--# notpresent - VP (Cond Pl P2) => apar_ + "eixereu" ;--# notpresent - VP (Cond Sg P2) => apar_ + "eixeries" ;--# notpresent - VP (Cond Pl P3) => apar_ + "eixerien" ;--# notpresent - VP (Cond Sg P3) => apar_ + "eixeria" ;--# notpresent - VP (Imp Pl P1) => apar_ + "eguem" ; - VP (Imp Pl P2) => apar_ + "eixeu" ; - VP (Imp Sg P2) => apar_ + "eix" ; - VP (Imp Pl P3) => apar_ + "eguin" ; - VP (Imp Sg P3) => apar_ + "egui" ; - VP (Pass Pl Fem) => apar_ + "egudes" ; - VP (Pass Sg Fem) => apar_ + "eguda" ; - VP (Pass Pl Masc) => apar_ + "eguts" ; - VP (Pass Sg Masc) => apar_ + "egut" ; - VI Infn => apar_ + "ixer" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper aprendre_6 : Str -> Verbum = \aprendre -> -let a_ = Predef.tk 7 aprendre in -{s = table { - VI Infn => a_ + "prendre" ; - VI Ger => a_ + "prenent" ; - VI Part => a_ + "prs" ; - VP (Pres Ind Pl P1) => a_ + "prenem" ; - VP (Pres Ind Sg P1) => a_ + "prenc" ; - VP (Pres Ind Pl P2) => a_ + "preneu" ; - VP (Pres Ind Sg P2) => a_ + "prens" ; - VP (Pres Ind Pl P3) => a_ + "prenen" ; - VP (Pres Ind Sg P3) => a_ + "prn" ; - VP (Pres Subj Pl P1) => a_ + "prenguem" ; - VP (Pres Subj Sg P1) => a_ + "prengui" ; - VP (Pres Subj Pl P2) => a_ + "prengueu" ; - VP (Pres Subj Sg P2) => a_ + "prenguis" ; - VP (Pres Subj Pl P3) => a_ + "prenguin" ; - VP (Pres Subj Sg P3) => a_ + "prengui" ; - VP (Impf Ind Pl P1) => a_ + "prenem" ;--# notpresent - VP (Impf Ind Sg P1) => a_ + "prenia" ;--# notpresent - VP (Impf Ind Pl P2) => a_ + "preneu" ;--# notpresent - VP (Impf Ind Sg P2) => a_ + "prenies" ;--# notpresent - VP (Impf Ind Pl P3) => a_ + "prenien" ;--# notpresent - VP (Impf Ind Sg P3) => a_ + "prenia" ;--# notpresent - VP (Impf Subj Pl P1) => a_ + "prengussim" ;--# notpresent - VP (Impf Subj Sg P1) => a_ + "prengus" ;--# notpresent - VP (Impf Subj Pl P2) => a_ + "prengussiu" ;--# notpresent - VP (Impf Subj Sg P2) => a_ + "prenguessis" ;--# notpresent - VP (Impf Subj Pl P3) => a_ + "prenguessin" ;--# notpresent - VP (Impf Subj Sg P3) => a_ + "prengus" ;--# notpresent - VP (Fut Pl P1) => a_ + "prendrem" ;--# notpresent - VP (Fut Sg P1) => a_ + "prendr" ;--# notpresent - VP (Fut Pl P2) => a_ + "prendreu" ;--# notpresent - VP (Fut Sg P2) => a_ + "prendrs" ;--# notpresent - VP (Fut Pl P3) => a_ + "prendran" ;--# notpresent - VP (Fut Sg P3) => a_ + "prendr" ;--# notpresent - VP (Pret Pl P1) => a_ + "prengussim" ;--# notpresent - VP (Pret Sg P1) => a_ + "prengus" ;--# notpresent - VP (Pret Pl P2) => a_ + "prengussiu" ;--# notpresent - VP (Pret Sg P2) => a_ + "prenguessis" ;--# notpresent - VP (Pret Pl P3) => a_ + "prenguessin" ;--# notpresent - VP (Pret Sg P3) => a_ + "prengus" ;--# notpresent - VP (Cond Pl P1) => a_ + "prendrem" ;--# notpresent - VP (Cond Sg P1) => a_ + "prendria" ;--# notpresent - VP (Cond Pl P2) => a_ + "prendreu" ;--# notpresent - VP (Cond Sg P2) => a_ + "prendries" ;--# notpresent - VP (Cond Pl P3) => a_ + "prendrien" ;--# notpresent - VP (Cond Sg P3) => a_ + "prendria" ;--# notpresent - VP (Imp Pl P1) => a_ + "prenguem" ; - VP (Imp Pl P2) => a_ + "preneu" ; - VP (Imp Sg P2) => a_ + "prn" ; - VP (Imp Pl P3) => a_ + "prenguin" ; - VP (Imp Sg P3) => a_ + "prengui" ; - VP (Pass Pl Fem) => a_ + "preses" ; - VP (Pass Sg Fem) => a_ + "presa" ; - VP (Pass Pl Masc) => a_ + "presos" ; - VP (Pass Sg Masc) => a_ + "prs" ; -VP (Imp Sg P1) => variants {} -} -} ; --- argir-- is not in the used source . - -oper atendre_8 : Str -> Verbum = \atendre -> -let at_ = Predef.tk 5 atendre in -{s = table { - VI Infn => at_ + "endre" ; - VI Ger => at_ + "enent" ; - VP (Pres Ind Pl P1) => at_ + "enem" ; - VP (Pres Ind Sg P1) => at_ + "enc" ; - VP (Pres Ind Pl P2) => at_ + "eneu" ; - VP (Pres Ind Sg P2) => at_ + "ens" ; - VP (Pres Ind Pl P3) => at_ + "enen" ; - VP (Pres Subj Pl P1) => at_ + "enguem" ; - VP (Pres Subj Sg P1) => at_ + "engui" ; - VP (Pres Subj Pl P2) => at_ + "engueu" ; - VP (Pres Subj Sg P2) => at_ + "enguis" ; - VP (Pres Subj Pl P3) => at_ + "enguin" ; - VP (Pres Subj Sg P3) => at_ + "engui" ; - VP (Impf Ind Pl P1) => at_ + "enem" ;--# notpresent - VP (Impf Ind Sg P1) => at_ + "enia" ;--# notpresent - VP (Impf Ind Pl P2) => at_ + "eneu" ;--# notpresent - VP (Impf Ind Sg P2) => at_ + "enies" ;--# notpresent - VP (Impf Ind Pl P3) => at_ + "enien" ;--# notpresent - VP (Impf Ind Sg P3) => at_ + "enia" ;--# notpresent - VP (Impf Subj Pl P1) => at_ + "engussim" ;--# notpresent - VP (Impf Subj Sg P1) => at_ + "engus" ;--# notpresent - VP (Impf Subj Pl P2) => at_ + "engussiu" ;--# notpresent - VP (Impf Subj Sg P2) => at_ + "enguessis" ;--# notpresent - VP (Impf Subj Pl P3) => at_ + "enguessin" ;--# notpresent - VP (Impf Subj Sg P3) => at_ + "engus" ;--# notpresent - VP (Fut Pl P1) => at_ + "endrem" ;--# notpresent - VP (Fut Sg P1) => at_ + "endr" ;--# notpresent - VP (Fut Pl P2) => at_ + "endreu" ;--# notpresent - VP (Fut Sg P2) => at_ + "endrs" ;--# notpresent - VP (Fut Pl P3) => at_ + "endran" ;--# notpresent - VP (Fut Sg P3) => at_ + "endr" ;--# notpresent - VP (Pret Pl P1) => at_ + "engussim" ;--# notpresent - VP (Pret Sg P1) => at_ + "engus" ;--# notpresent - VP (Pret Pl P2) => at_ + "engussiu" ;--# notpresent - VP (Pret Sg P2) => at_ + "enguessis" ;--# notpresent - VP (Pret Pl P3) => at_ + "enguessin" ;--# notpresent - VP (Pret Sg P3) => at_ + "engus" ;--# notpresent - VP (Cond Pl P1) => at_ + "endrem" ;--# notpresent - VP (Cond Sg P1) => at_ + "endria" ;--# notpresent - VP (Cond Pl P2) => at_ + "endreu" ;--# notpresent - VP (Cond Sg P2) => at_ + "endries" ;--# notpresent - VP (Cond Pl P3) => at_ + "endrien" ;--# notpresent - VP (Cond Sg P3) => at_ + "endria" ;--# notpresent - VP (Imp Pl P1) => at_ + "enguem" ; - VP (Imp Pl P2) => at_ + "eneu" ; - VP (Imp Pl P3) => at_ + "enguin" ; - VP (Imp Sg P3) => at_ + "engui" ; - VP (Pass Pl Fem) => at_ + "eses" ; - VP (Pass Sg Fem) => at_ + "esa" ; - VP (Pass Pl Masc) => at_ + "esos" ; - VI Part => at_ + "s" ; - VP (Pass Sg Masc) => at_ + "s" ; - VP (Pres Ind Sg P3) => at_ + "n" ; - VP (Imp Sg P2) => at_ + "n" ; -VP (Imp Sg P1) => variants {} -} -} ; -oper atnyer_59 : Str -> Verbum = \atnyer -> - let at_ = Predef.tk 5 atnyer in - {s = table { - VI Infn=> at_ + "nyer" ; - VI Ger => at_ + "enyent" ; - VI Part => at_ + "s" ; - VP (Pres Ind Sg P1) => at_ + "enyo" ; - VP (Pres Ind Sg P2) => at_ + "enys" ; - VP (Pres Ind Sg P3) => at_ + "eny" ; - VP (Pres Ind Pl P1) => at_ + "enyem" ; - VP (Pres Ind Pl P2) => at_ + "enyeu" ; - VP (Pres Ind Pl P3) => at_ + "enyen" ; - VP (Pres Subj Sg P1) => at_ + "enyi" ; - VP (Pres Subj Sg P2) => at_ + "enyis" ; - VP (Pres Subj Sg P3) => at_ + "enyi" ; - VP (Pres Subj Pl P1) => at_ + "enyem" ; - VP (Pres Subj Pl P2) => at_ + "enyeu" ; - VP (Pres Subj Pl P3) => at_ + "enyin" ; - VP (Impf Ind Sg P1) => at_ + "enyia" ; --# notpresent - VP (Impf Ind Sg P2) => at_ + "enyies" ; --# notpresent - VP (Impf Ind Sg P3) => at_ + "enyia" ; --# notpresent - VP (Impf Ind Pl P1) => at_ + "enyem" ; --# notpresent - VP (Impf Ind Pl P2) => at_ + "enyeu" ; --# notpresent - VP (Impf Ind Pl P3) => at_ + "enyien" ; --# notpresent - VP (Impf Subj Sg P1) => at_ + "enys" ; --# notpresent - VP (Impf Subj Sg P2) => at_ + "enyssis" ; --# notpresent - VP (Impf Subj Sg P3) => at_ + "enys" ; --# notpresent - VP (Impf Subj Pl P1) => at_ + "enyssim" ; --# notpresent - VP (Impf Subj Pl P2) => at_ + "enyssiu" ; --# notpresent - VP (Impf Subj Pl P3) => at_ + "enyssin" ; --# notpresent - VP (Pret Sg P1) => at_ + "eny" ; --# notpresent - VP (Pret Sg P2) => at_ + "enyeres" ; --# notpresent - VP (Pret Sg P3) => at_ + "eny" ; --# notpresent - VP (Pret Pl P1) => at_ + "enyrem" ; --# notpresent - VP (Pret Pl P2) => at_ + "enyreu" ; --# notpresent - VP (Pret Pl P3) => at_ + "enyren" ; --# notpresent - VP (Fut Sg P1) => at_ + "enyer" ; --# notpresent - VP (Fut Sg P2) => at_ + "enyers" ; --# notpresent - VP (Fut Sg P3) => at_ + "enyer" ; --# notpresent - VP (Fut Pl P1) => at_ + "enyerem" ; --# notpresent - VP (Fut Pl P2) => at_ + "enyereu" ; --# notpresent - VP (Fut Pl P3) => at_ + "enyeran" ; --# notpresent - VP (Cond Sg P1) => at_ + "enyeria" ; --# notpresent - VP (Cond Sg P2) => at_ + "enyeries" ; --# notpresent - VP (Cond Sg P3) => at_ + "enyeria" ; --# notpresent - VP (Cond Pl P1) => at_ + "enyerem" ; --# notpresent - VP (Cond Pl P2) => at_ + "enyereu" ; --# notpresent - VP (Cond Pl P3) => at_ + "enyerien" ; --# notpresent - VP (Imp Sg P2) => at_ + "eny" ; - VP (Imp Sg P3) => at_ + "enyi" ; - VP (Imp Pl P1) => at_ + "enyem" ; - VP (Imp Pl P2) => at_ + "enyeu" ; - VP (Imp Pl P3) => at_ + "enyin" ; - VP (Pass Sg Masc) => at_ + "s" ; - VP (Pass Sg Fem) => at_ + "esa" ; - VP (Pass Pl Masc) => at_ + "esos" ; - VP (Pass Pl Fem) => at_ + "eses"; - VP (Imp Sg P1) => variants {} - } - } ; -oper batre_10 : Str -> Verbum = \batre -> -let bat_ = Predef.tk 2 batre in -{s = table { - VI Infn => bat_ + "re" ; - VI Ger => bat_ + "ent" ; - VI Part => bat_ + "ut" ; - VP (Pres Ind Pl P1) => bat_ + "em" ; - VP (Pres Ind Sg P1) => bat_ + "o" ; - VP (Pres Ind Pl P2) => bat_ + "eu" ; - VP (Pres Ind Sg P2) => bat_ + "s" ; - VP (Pres Ind Pl P3) => bat_ + "en" ; - VP (Pres Ind Sg P3) => bat_ + "" ; - VP (Pres Subj Pl P1) => bat_ + "em" ; - VP (Pres Subj Sg P1) => bat_ + "i" ; - VP (Pres Subj Pl P2) => bat_ + "eu" ; - VP (Pres Subj Sg P2) => bat_ + "is" ; - VP (Pres Subj Pl P3) => bat_ + "in" ; - VP (Pres Subj Sg P3) => bat_ + "i" ; - VP (Impf Ind Pl P1) => bat_ + "em" ;--# notpresent - VP (Impf Ind Sg P1) => bat_ + "ia" ;--# notpresent - VP (Impf Ind Pl P2) => bat_ + "eu" ;--# notpresent - VP (Impf Ind Sg P2) => bat_ + "ies" ;--# notpresent - VP (Impf Ind Pl P3) => bat_ + "ien" ;--# notpresent - VP (Impf Ind Sg P3) => bat_ + "ia" ;--# notpresent - VP (Impf Subj Pl P1) => bat_ + "ssim" ;--# notpresent - VP (Impf Subj Sg P1) => bat_ + "s" ;--# notpresent - VP (Impf Subj Pl P2) => bat_ + "ssiu" ;--# notpresent - VP (Impf Subj Sg P2) => bat_ + "essis" ;--# notpresent - VP (Impf Subj Pl P3) => bat_ + "essin" ;--# notpresent - VP (Impf Subj Sg P3) => bat_ + "s" ;--# notpresent - VP (Fut Pl P1) => bat_ + "rem" ;--# notpresent - VP (Fut Sg P1) => bat_ + "r" ;--# notpresent - VP (Fut Pl P2) => bat_ + "reu" ;--# notpresent - VP (Fut Sg P2) => bat_ + "rs" ;--# notpresent - VP (Fut Pl P3) => bat_ + "ran" ;--# notpresent - VP (Fut Sg P3) => bat_ + "r" ;--# notpresent - VP (Pret Pl P1) => bat_ + "ssim" ;--# notpresent - VP (Pret Sg P1) => bat_ + "s" ;--# notpresent - VP (Pret Pl P2) => bat_ + "ssiu" ;--# notpresent - VP (Pret Sg P2) => bat_ + "essis" ;--# notpresent - VP (Pret Pl P3) => bat_ + "essin" ;--# notpresent - VP (Pret Sg P3) => bat_ + "s" ;--# notpresent - VP (Cond Pl P1) => bat_ + "rem" ;--# notpresent - VP (Cond Sg P1) => bat_ + "ria" ;--# notpresent - VP (Cond Pl P2) => bat_ + "reu" ;--# notpresent - VP (Cond Sg P2) => bat_ + "ries" ;--# notpresent - VP (Cond Pl P3) => bat_ + "rien" ;--# notpresent - VP (Cond Sg P3) => bat_ + "ria" ;--# notpresent - VP (Imp Pl P1) => bat_ + "em" ; - VP (Imp Pl P2) => bat_ + "eu" ; - VP (Imp Sg P2) => bat_ + "" ; - VP (Imp Pl P3) => bat_ + "in" ; - VP (Imp Sg P3) => bat_ + "i" ; - VP (Pass Pl Fem) => bat_ + "udes" ; - VP (Pass Sg Fem) => bat_ + "uda" ; - VP (Pass Pl Masc) => bat_ + "uts" ; - VP (Pass Sg Masc) => bat_ + "ut" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper beure_11 : Str -> Verbum = \beure -> -let be_ = Predef.tk 3 beure in -{s = table { - VI Infn => be_ + "ure" ; - VI Ger => be_ + "vent" ; - VI Part => be_ + "gut" ; - VP (Pres Ind Pl P1) => be_ + "vem" ; - VP (Pres Ind Sg P1) => be_ + "c" ; - VP (Pres Ind Pl P2) => be_ + "veu" ; - VP (Pres Ind Sg P2) => be_ + "us" ; - VP (Pres Ind Pl P3) => be_ + "uen" ; - VP (Pres Ind Sg P3) => be_ + "u" ; - VP (Pres Subj Pl P1) => be_ + "guem" ; - VP (Pres Subj Sg P1) => be_ + "gui" ; - VP (Pres Subj Pl P2) => be_ + "gueu" ; - VP (Pres Subj Sg P2) => be_ + "guis" ; - VP (Pres Subj Pl P3) => be_ + "guin" ; - VP (Pres Subj Sg P3) => be_ + "gui" ; - VP (Impf Ind Pl P1) => be_ + "vem" ;--# notpresent - VP (Impf Ind Sg P1) => be_ + "via" ;--# notpresent - VP (Impf Ind Pl P2) => be_ + "veu" ;--# notpresent - VP (Impf Ind Sg P2) => be_ + "vies" ;--# notpresent - VP (Impf Ind Pl P3) => be_ + "vien" ;--# notpresent - VP (Impf Ind Sg P3) => be_ + "via" ;--# notpresent - VP (Impf Subj Pl P1) => be_ + "gussim" ;--# notpresent - VP (Impf Subj Sg P1) => be_ + "gus" ;--# notpresent - VP (Impf Subj Pl P2) => be_ + "gussiu" ;--# notpresent - VP (Impf Subj Sg P2) => be_ + "guessis" ;--# notpresent - VP (Impf Subj Pl P3) => be_ + "guessin" ;--# notpresent - VP (Impf Subj Sg P3) => be_ + "gus" ;--# notpresent - VP (Fut Pl P1) => be_ + "urem" ;--# notpresent - VP (Fut Sg P1) => be_ + "ur" ;--# notpresent - VP (Fut Pl P2) => be_ + "ureu" ;--# notpresent - VP (Fut Sg P2) => be_ + "urs" ;--# notpresent - VP (Fut Pl P3) => be_ + "uran" ;--# notpresent - VP (Fut Sg P3) => be_ + "ur" ;--# notpresent - VP (Pret Pl P1) => be_ + "gussim" ;--# notpresent - VP (Pret Sg P1) => be_ + "gus" ;--# notpresent - VP (Pret Pl P2) => be_ + "gussiu" ;--# notpresent - VP (Pret Sg P2) => be_ + "guessis" ;--# notpresent - VP (Pret Pl P3) => be_ + "guessin" ;--# notpresent - VP (Pret Sg P3) => be_ + "gus" ;--# notpresent - VP (Cond Pl P1) => be_ + "urem" ;--# notpresent - VP (Cond Sg P1) => be_ + "uria" ;--# notpresent - VP (Cond Pl P2) => be_ + "ureu" ;--# notpresent - VP (Cond Sg P2) => be_ + "uries" ;--# notpresent - VP (Cond Pl P3) => be_ + "urien" ;--# notpresent - VP (Cond Sg P3) => be_ + "uria" ;--# notpresent - VP (Imp Pl P1) => be_ + "guem" ; - VP (Imp Pl P2) => be_ + "veu" ; - VP (Imp Sg P2) => be_ + "u" ; - VP (Imp Pl P3) => be_ + "guin" ; - VP (Imp Sg P3) => be_ + "gui" ; - VP (Pass Pl Fem) => be_ + "gudes" ; - VP (Pass Sg Fem) => be_ + "guda" ; - VP (Pass Pl Masc) => be_ + "guts" ; - VP (Pass Sg Masc) => be_ + "gut" ; -VP (Imp Sg P1) => variants {} -} -} ; --- bullir-- is not in the used source . - -oper cabre_13 : Str -> Verbum = \cabre -> -let ca_ = Predef.tk 3 cabre in -{s = table { - VI Infn => ca_ + "bre" ; - VI Ger => ca_ + "bent" ; - VI Part => ca_ + "but" ; - VP (Pres Ind Pl P1) => ca_ + "bem" ; - VP (Pres Ind Sg P1) => ca_ + "bo" ; - VP (Pres Ind Pl P2) => ca_ + "beu" ; - VP (Pres Ind Sg P2) => ca_ + "ps" ; - VP (Pres Ind Pl P3) => ca_ + "ben" ; - VP (Pres Ind Sg P3) => ca_ + "p" ; - VP (Pres Subj Pl P1) => ca_ + "bem" ; - VP (Pres Subj Sg P1) => ca_ + "bi" ; - VP (Pres Subj Pl P2) => ca_ + "beu" ; - VP (Pres Subj Sg P2) => ca_ + "bis" ; - VP (Pres Subj Pl P3) => ca_ + "bin" ; - VP (Pres Subj Sg P3) => ca_ + "bi" ; - VP (Impf Ind Pl P1) => ca_ + "bem" ;--# notpresent - VP (Impf Ind Sg P1) => ca_ + "bia" ;--# notpresent - VP (Impf Ind Pl P2) => ca_ + "beu" ;--# notpresent - VP (Impf Ind Sg P2) => ca_ + "bies" ;--# notpresent - VP (Impf Ind Pl P3) => ca_ + "bien" ;--# notpresent - VP (Impf Ind Sg P3) => ca_ + "bia" ;--# notpresent - VP (Impf Subj Pl P1) => ca_ + "bssim" ;--# notpresent - VP (Impf Subj Sg P1) => ca_ + "bs" ;--# notpresent - VP (Impf Subj Pl P2) => ca_ + "bssiu" ;--# notpresent - VP (Impf Subj Sg P2) => ca_ + "bessis" ;--# notpresent - VP (Impf Subj Pl P3) => ca_ + "bessin" ;--# notpresent - VP (Impf Subj Sg P3) => ca_ + "bs" ;--# notpresent - VP (Fut Pl P1) => ca_ + "brem" ;--# notpresent - VP (Fut Sg P1) => ca_ + "br" ;--# notpresent - VP (Fut Pl P2) => ca_ + "breu" ;--# notpresent - VP (Fut Sg P2) => ca_ + "brs" ;--# notpresent - VP (Fut Pl P3) => ca_ + "bran" ;--# notpresent - VP (Fut Sg P3) => ca_ + "br" ;--# notpresent - VP (Pret Pl P1) => ca_ + "bssim" ;--# notpresent - VP (Pret Sg P1) => ca_ + "bs" ;--# notpresent - VP (Pret Pl P2) => ca_ + "bssiu" ;--# notpresent - VP (Pret Sg P2) => ca_ + "bessis" ;--# notpresent - VP (Pret Pl P3) => ca_ + "bessin" ;--# notpresent - VP (Pret Sg P3) => ca_ + "bs" ;--# notpresent - VP (Cond Pl P1) => ca_ + "brem" ;--# notpresent - VP (Cond Sg P1) => ca_ + "bria" ;--# notpresent - VP (Cond Pl P2) => ca_ + "breu" ;--# notpresent - VP (Cond Sg P2) => ca_ + "bries" ;--# notpresent - VP (Cond Pl P3) => ca_ + "brien" ;--# notpresent - VP (Cond Sg P3) => ca_ + "bria" ;--# notpresent - VP (Imp Pl P1) => ca_ + "bem" ; - VP (Imp Pl P2) => ca_ + "beu" ; - VP (Imp Sg P2) => ca_ + "p" ; - VP (Imp Pl P3) => ca_ + "bin" ; - VP (Imp Sg P3) => ca_ + "bi" ; - VP (Pass Pl Fem) => ca_ + "budes" ; - VP (Pass Sg Fem) => ca_ + "buda" ; - VP (Pass Pl Masc) => ca_ + "buts" ; - VP (Pass Sg Masc) => ca_ + "but" ; -VP (Imp Sg P1) => variants {} -} -} ; --- caldre-- is not in the used source . - -oper cantar_15 : Str -> Verbum = \cantar -> -let cant_ = Predef.tk 2 cantar in -{s = table { - VI Infn => cant_ + "ar" ; - VI Ger => cant_ + "ant" ; - VI Part => cant_ + "at" ; - VP (Pres Ind Pl P1) => cant_ + "em" ; - VP (Pres Ind Sg P1) => cant_ + "o" ; - VP (Pres Ind Pl P2) => cant_ + "eu" ; - VP (Pres Ind Sg P2) => cant_ + "es" ; - VP (Pres Ind Pl P3) => cant_ + "en" ; - VP (Pres Ind Sg P3) => cant_ + "a" ; - VP (Pres Subj Pl P1) => cant_ + "em" ; - VP (Pres Subj Sg P1) => cant_ + "i" ; - VP (Pres Subj Pl P2) => cant_ + "eu" ; - VP (Pres Subj Sg P2) => cant_ + "is" ; - VP (Pres Subj Pl P3) => cant_ + "in" ; - VP (Pres Subj Sg P3) => cant_ + "i" ; - VP (Impf Ind Pl P1) => cant_ + "vem" ;--# notpresent - VP (Impf Ind Sg P1) => cant_ + "ava" ;--# notpresent - VP (Impf Ind Pl P2) => cant_ + "veu" ;--# notpresent - VP (Impf Ind Sg P2) => cant_ + "aves" ;--# notpresent - VP (Impf Ind Pl P3) => cant_ + "aven" ;--# notpresent - VP (Impf Ind Sg P3) => cant_ + "ava" ;--# notpresent - VP (Impf Subj Pl P1) => cant_ + "ssim" ;--# notpresent - VP (Impf Subj Sg P1) => cant_ + "s" ;--# notpresent - VP (Impf Subj Pl P2) => cant_ + "ssiu" ;--# notpresent - VP (Impf Subj Sg P2) => cant_ + "essis" ;--# notpresent - VP (Impf Subj Pl P3) => cant_ + "essin" ;--# notpresent - VP (Impf Subj Sg P3) => cant_ + "s" ;--# notpresent - VP (Fut Pl P1) => cant_ + "arem" ;--# notpresent - VP (Fut Sg P1) => cant_ + "ar" ;--# notpresent - VP (Fut Pl P2) => cant_ + "areu" ;--# notpresent - VP (Fut Sg P2) => cant_ + "ars" ;--# notpresent - VP (Fut Pl P3) => cant_ + "aran" ;--# notpresent - VP (Fut Sg P3) => cant_ + "ar" ;--# notpresent - VP (Pret Pl P1) => cant_ + "ssim" ;--# notpresent - VP (Pret Sg P1) => cant_ + "s" ;--# notpresent - VP (Pret Pl P2) => cant_ + "ssiu" ;--# notpresent - VP (Pret Sg P2) => cant_ + "essis" ;--# notpresent - VP (Pret Pl P3) => cant_ + "essin" ;--# notpresent - VP (Pret Sg P3) => cant_ + "s" ;--# notpresent - VP (Cond Pl P1) => cant_ + "arem" ;--# notpresent - VP (Cond Sg P1) => cant_ + "aria" ;--# notpresent - VP (Cond Pl P2) => cant_ + "areu" ;--# notpresent - VP (Cond Sg P2) => cant_ + "aries" ;--# notpresent - VP (Cond Pl P3) => cant_ + "arien" ;--# notpresent - VP (Cond Sg P3) => cant_ + "aria" ;--# notpresent - VP (Imp Pl P1) => cant_ + "em" ; - VP (Imp Pl P2) => cant_ + "eu" ; - VP (Imp Sg P2) => cant_ + "a" ; - VP (Imp Pl P3) => cant_ + "in" ; - VP (Imp Sg P3) => cant_ + "i" ; - VP (Pass Pl Fem) => cant_ + "ades" ; - VP (Pass Sg Fem) => cant_ + "ada" ; - VP (Pass Pl Masc) => cant_ + "ats" ; - VP (Pass Sg Masc) => cant_ + "at" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper canviar_16 : Str -> Verbum = \canviar -> -let canvi_ = Predef.tk 2 canviar in -{s = table { - VI Infn => canvi_ + "ar" ; - VI Ger => canvi_ + "ant" ; - VI Part => canvi_ + "at" ; - VP (Pres Ind Pl P1) => canvi_ + "em" ; - VP (Pres Ind Sg P1) => canvi_ + "o" ; - VP (Pres Ind Pl P2) => canvi_ + "eu" ; - VP (Pres Ind Sg P2) => canvi_ + "es" ; - VP (Pres Ind Pl P3) => canvi_ + "en" ; - VP (Pres Ind Sg P3) => canvi_ + "a" ; - VP (Pres Subj Pl P1) => canvi_ + "em" ; - VP (Pres Subj Sg P1) => canvi_ + "" ; - VP (Pres Subj Pl P2) => canvi_ + "eu" ; - VP (Pres Subj Sg P2) => canvi_ + "s" ; - VP (Pres Subj Pl P3) => canvi_ + "n" ; - VP (Pres Subj Sg P3) => canvi_ + "" ; - VP (Impf Ind Pl P1) => canvi_ + "vem" ;--# notpresent - VP (Impf Ind Sg P1) => canvi_ + "ava" ;--# notpresent - VP (Impf Ind Pl P2) => canvi_ + "veu" ;--# notpresent - VP (Impf Ind Sg P2) => canvi_ + "aves" ;--# notpresent - VP (Impf Ind Pl P3) => canvi_ + "aven" ;--# notpresent - VP (Impf Ind Sg P3) => canvi_ + "ava" ;--# notpresent - VP (Impf Subj Pl P1) => canvi_ + "ssim" ;--# notpresent - VP (Impf Subj Sg P1) => canvi_ + "s" ;--# notpresent - VP (Impf Subj Pl P2) => canvi_ + "ssiu" ;--# notpresent - VP (Impf Subj Sg P2) => canvi_ + "essis" ;--# notpresent - VP (Impf Subj Pl P3) => canvi_ + "essin" ;--# notpresent - VP (Impf Subj Sg P3) => canvi_ + "s" ;--# notpresent - VP (Fut Pl P1) => canvi_ + "arem" ;--# notpresent - VP (Fut Sg P1) => canvi_ + "ar" ;--# notpresent - VP (Fut Pl P2) => canvi_ + "areu" ;--# notpresent - VP (Fut Sg P2) => canvi_ + "ars" ;--# notpresent - VP (Fut Pl P3) => canvi_ + "aran" ;--# notpresent - VP (Fut Sg P3) => canvi_ + "ar" ;--# notpresent - VP (Pret Pl P1) => canvi_ + "ssim" ;--# notpresent - VP (Pret Sg P1) => canvi_ + "s" ;--# notpresent - VP (Pret Pl P2) => canvi_ + "ssiu" ;--# notpresent - VP (Pret Sg P2) => canvi_ + "essis" ;--# notpresent - VP (Pret Pl P3) => canvi_ + "essin" ;--# notpresent - VP (Pret Sg P3) => canvi_ + "s" ;--# notpresent - VP (Cond Pl P1) => canvi_ + "arem" ;--# notpresent - VP (Cond Sg P1) => canvi_ + "aria" ;--# notpresent - VP (Cond Pl P2) => canvi_ + "areu" ;--# notpresent - VP (Cond Sg P2) => canvi_ + "aries" ;--# notpresent - VP (Cond Pl P3) => canvi_ + "arien" ;--# notpresent - VP (Cond Sg P3) => canvi_ + "aria" ;--# notpresent - VP (Imp Pl P1) => canvi_ + "em" ; - VP (Imp Pl P2) => canvi_ + "eu" ; - VP (Imp Sg P2) => canvi_ + "a" ; - VP (Imp Pl P3) => canvi_ + "n" ; - VP (Imp Sg P3) => canvi_ + "" ; - VP (Pass Pl Fem) => canvi_ + "ades" ; - VP (Pass Sg Fem) => canvi_ + "ada" ; - VP (Pass Pl Masc) => canvi_ + "ats" ; - VP (Pass Sg Masc) => canvi_ + "at" ; -VP (Imp Sg P1) => variants {} -} -} ; --- carvendre-- is not in the used source . - -oper caure_18 : Str -> Verbum = \caure -> -let x_ = Predef.tk 5 caure in -{s = table { - VI Infn => x_ + "caure" ; - VI Ger => x_ + "caient" ; - VI Part => x_ + "caigut" ; - VP (Pres Ind Pl P1) => x_ + "caiem" ; - VP (Pres Ind Sg P1) => x_ + "caic" ; - VP (Pres Ind Pl P2) => x_ + "caieu" ; - VP (Pres Ind Sg P2) => x_ + "caus" ; - VP (Pres Ind Pl P3) => x_ + "cauen" ; - VP (Pres Ind Sg P3) => x_ + "cau" ; - VP (Pres Subj Pl P1) => x_ + "caiguem" ; - VP (Pres Subj Sg P1) => x_ + "caigui" ; - VP (Pres Subj Pl P2) => x_ + "caigueu" ; - VP (Pres Subj Sg P2) => x_ + "caiguis" ; - VP (Pres Subj Pl P3) => x_ + "caiguin" ; - VP (Pres Subj Sg P3) => x_ + "caigui" ; - VP (Impf Ind Pl P1) => x_ + "quiem" ;--# notpresent - VP (Impf Ind Sg P1) => x_ + "queia" ;--# notpresent - VP (Impf Ind Pl P2) => x_ + "quieu" ;--# notpresent - VP (Impf Ind Sg P2) => x_ + "queies" ;--# notpresent - VP (Impf Ind Pl P3) => x_ + "queien" ;--# notpresent - VP (Impf Ind Sg P3) => x_ + "queia" ;--# notpresent - VP (Impf Subj Pl P1) => x_ + "caigussim" ;--# notpresent - VP (Impf Subj Sg P1) => x_ + "caigus" ;--# notpresent - VP (Impf Subj Pl P2) => x_ + "caigussiu" ;--# notpresent - VP (Impf Subj Sg P2) => x_ + "caiguessis" ;--# notpresent - VP (Impf Subj Pl P3) => x_ + "caiguessin" ;--# notpresent - VP (Impf Subj Sg P3) => x_ + "caigus" ;--# notpresent - VP (Fut Pl P1) => x_ + "caurem" ;--# notpresent - VP (Fut Sg P1) => x_ + "caur" ;--# notpresent - VP (Fut Pl P2) => x_ + "caureu" ;--# notpresent - VP (Fut Sg P2) => x_ + "caurs" ;--# notpresent - VP (Fut Pl P3) => x_ + "cauran" ;--# notpresent - VP (Fut Sg P3) => x_ + "caur" ;--# notpresent - VP (Pret Pl P1) => x_ + "caigussim" ;--# notpresent - VP (Pret Sg P1) => x_ + "caigus" ;--# notpresent - VP (Pret Pl P2) => x_ + "caigussiu" ;--# notpresent - VP (Pret Sg P2) => x_ + "caiguessis" ;--# notpresent - VP (Pret Pl P3) => x_ + "caiguessin" ;--# notpresent - VP (Pret Sg P3) => x_ + "caigus" ;--# notpresent - VP (Cond Pl P1) => x_ + "caurem" ;--# notpresent - VP (Cond Sg P1) => x_ + "cauria" ;--# notpresent - VP (Cond Pl P2) => x_ + "caureu" ;--# notpresent - VP (Cond Sg P2) => x_ + "cauries" ;--# notpresent - VP (Cond Pl P3) => x_ + "caurien" ;--# notpresent - VP (Cond Sg P3) => x_ + "cauria" ;--# notpresent - VP (Imp Pl P1) => x_ + "caiguem" ; - VP (Imp Pl P2) => x_ + "caieu" ; - VP (Imp Sg P2) => x_ + "cau" ; - VP (Imp Pl P3) => x_ + "caiguin" ; - VP (Imp Sg P3) => x_ + "caigui" ; - VP (Pass Pl Fem) => x_ + "caigudes" ; - VP (Pass Sg Fem) => x_ + "caiguda" ; - VP (Pass Pl Masc) => x_ + "caiguts" ; - VP (Pass Sg Masc) => x_ + "caigut" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper cloure_19 : Str -> Verbum = \cloure -> -let clo_ = Predef.tk 3 cloure in -{s = table { - VI Infn => clo_ + "ure" ; - VI Ger => clo_ + "ent" ; - VI Part => clo_ + "s" ; - VP (Pres Ind Pl P1) => clo_ + "em" ; - VP (Pres Ind Sg P1) => clo_ + "c" ; - VP (Pres Ind Pl P2) => clo_ + "eu" ; - VP (Pres Ind Sg P2) => clo_ + "us" ; - VP (Pres Ind Pl P3) => clo_ + "uen" ; - VP (Pres Ind Sg P3) => clo_ + "u" ; - VP (Pres Subj Pl P1) => clo_ + "guem" ; - VP (Pres Subj Sg P1) => clo_ + "gui" ; - VP (Pres Subj Pl P2) => clo_ + "gueu" ; - VP (Pres Subj Sg P2) => clo_ + "guis" ; - VP (Pres Subj Pl P3) => clo_ + "guin" ; - VP (Pres Subj Sg P3) => clo_ + "gui" ; - VP (Impf Ind Pl P1) => clo_ + "em" ;--# notpresent - VP (Impf Ind Sg P1) => clo_ + "a" ;--# notpresent - VP (Impf Ind Pl P2) => clo_ + "eu" ;--# notpresent - VP (Impf Ind Sg P2) => clo_ + "es" ;--# notpresent - VP (Impf Ind Pl P3) => clo_ + "en" ;--# notpresent - VP (Impf Ind Sg P3) => clo_ + "a" ;--# notpresent - VP (Impf Subj Pl P1) => clo_ + "gussim" ;--# notpresent - VP (Impf Subj Sg P1) => clo_ + "gus" ;--# notpresent - VP (Impf Subj Pl P2) => clo_ + "gussiu" ;--# notpresent - VP (Impf Subj Sg P2) => clo_ + "guessis" ;--# notpresent - VP (Impf Subj Pl P3) => clo_ + "guessin" ;--# notpresent - VP (Impf Subj Sg P3) => clo_ + "gus" ;--# notpresent - VP (Fut Pl P1) => clo_ + "urem" ;--# notpresent - VP (Fut Sg P1) => clo_ + "ur" ;--# notpresent - VP (Fut Pl P2) => clo_ + "ureu" ;--# notpresent - VP (Fut Sg P2) => clo_ + "urs" ;--# notpresent - VP (Fut Pl P3) => clo_ + "uran" ;--# notpresent - VP (Fut Sg P3) => clo_ + "ur" ;--# notpresent - VP (Pret Pl P1) => clo_ + "gussim" ;--# notpresent - VP (Pret Sg P1) => clo_ + "gus" ;--# notpresent - VP (Pret Pl P2) => clo_ + "gussiu" ;--# notpresent - VP (Pret Sg P2) => clo_ + "guessis" ;--# notpresent - VP (Pret Pl P3) => clo_ + "guessin" ;--# notpresent - VP (Pret Sg P3) => clo_ + "gus" ;--# notpresent - VP (Cond Pl P1) => clo_ + "urem" ;--# notpresent - VP (Cond Sg P1) => clo_ + "uria" ;--# notpresent - VP (Cond Pl P2) => clo_ + "ureu" ;--# notpresent - VP (Cond Sg P2) => clo_ + "uries" ;--# notpresent - VP (Cond Pl P3) => clo_ + "urien" ;--# notpresent - VP (Cond Sg P3) => clo_ + "uria" ;--# notpresent - VP (Imp Pl P1) => clo_ + "guem" ; - VP (Imp Pl P2) => clo_ + "eu" ; - VP (Imp Sg P2) => clo_ + "u" ; - VP (Imp Pl P3) => clo_ + "guin" ; - VP (Imp Sg P3) => clo_ + "gui" ; - VP (Pass Pl Fem) => clo_ + "ses" ; - VP (Pass Sg Fem) => clo_ + "sa" ; - VP (Pass Pl Masc) => clo_ + "sos" ; - VP (Pass Sg Masc) => clo_ + "s" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper cobrir_20 : Str -> Verbum = \cobrir -> -let cob_ = Predef.tk 3 cobrir in -{s = table { - VI Infn => cob_ + "rir" ; - VI Ger => cob_ + "rint" ; - VI Part => cob_ + "ert" ; - VP (Pres Ind Pl P1) => cob_ + "rim" ; - VP (Pres Ind Sg P1) => cob_ + "reixo" ; - VP (Pres Ind Pl P2) => cob_ + "riu" ; - VP (Pres Ind Sg P2) => cob_ + "reixes" ; - VP (Pres Ind Pl P3) => cob_ + "reixen" ; - VP (Pres Ind Sg P3) => cob_ + "reix" ; - VP (Pres Subj Pl P1) => cob_ + "rim" ; - VP (Pres Subj Sg P1) => cob_ + "reixi" ; - VP (Pres Subj Pl P2) => cob_ + "riu" ; - VP (Pres Subj Sg P2) => cob_ + "reixis" ; - VP (Pres Subj Pl P3) => cob_ + "reixin" ; - VP (Pres Subj Sg P3) => cob_ + "reixi" ; - VP (Impf Ind Pl P1) => cob_ + "rem" ;--# notpresent - VP (Impf Ind Sg P1) => cob_ + "ria" ;--# notpresent - VP (Impf Ind Pl P2) => cob_ + "reu" ;--# notpresent - VP (Impf Ind Sg P2) => cob_ + "ries" ;--# notpresent - VP (Impf Ind Pl P3) => cob_ + "rien" ;--# notpresent - VP (Impf Ind Sg P3) => cob_ + "ria" ;--# notpresent - VP (Impf Subj Pl P1) => cob_ + "rssim" ;--# notpresent - VP (Impf Subj Sg P1) => cob_ + "rs" ;--# notpresent - VP (Impf Subj Pl P2) => cob_ + "rssiu" ;--# notpresent - VP (Impf Subj Sg P2) => cob_ + "rissis" ;--# notpresent - VP (Impf Subj Pl P3) => cob_ + "rissin" ;--# notpresent - VP (Impf Subj Sg P3) => cob_ + "rs" ;--# notpresent - VP (Fut Pl P1) => cob_ + "rirem" ;--# notpresent - VP (Fut Sg P1) => cob_ + "rir" ;--# notpresent - VP (Fut Pl P2) => cob_ + "rireu" ;--# notpresent - VP (Fut Sg P2) => cob_ + "rirs" ;--# notpresent - VP (Fut Pl P3) => cob_ + "riran" ;--# notpresent - VP (Fut Sg P3) => cob_ + "rir" ;--# notpresent - VP (Pret Pl P1) => cob_ + "rssim" ;--# notpresent - VP (Pret Sg P1) => cob_ + "rs" ;--# notpresent - VP (Pret Pl P2) => cob_ + "rssiu" ;--# notpresent - VP (Pret Sg P2) => cob_ + "rissis" ;--# notpresent - VP (Pret Pl P3) => cob_ + "rissin" ;--# notpresent - VP (Pret Sg P3) => cob_ + "rs" ;--# notpresent - VP (Cond Pl P1) => cob_ + "rirem" ;--# notpresent - VP (Cond Sg P1) => cob_ + "riria" ;--# notpresent - VP (Cond Pl P2) => cob_ + "rireu" ;--# notpresent - VP (Cond Sg P2) => cob_ + "riries" ;--# notpresent - VP (Cond Pl P3) => cob_ + "ririen" ;--# notpresent - VP (Cond Sg P3) => cob_ + "riria" ;--# notpresent - VP (Imp Pl P1) => cob_ + "rim" ; - VP (Imp Pl P2) => cob_ + "riu" ; - VP (Imp Sg P2) => cob_ + "reix" ; - VP (Imp Pl P3) => cob_ + "reixin" ; - VP (Imp Sg P3) => cob_ + "reixi" ; - VP (Pass Pl Fem) => cob_ + "ertes" ; - VP (Pass Sg Fem) => cob_ + "erta" ; - VP (Pass Pl Masc) => cob_ + "erts" ; - VP (Pass Sg Masc) => cob_ + "ert" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper collir_21 : Str -> Verbum = \collir -> -let c_ = Predef.tk 5 collir in -{s = table { - VI Infn => c_ + "ollir" ; - VI Ger => c_ + "ollint" ; - VI Part => c_ + "ollit" ; - VP (Pres Ind Pl P1) => c_ + "ollim" ; - VP (Pres Ind Sg P1) => c_ + "ullo" ; - VP (Pres Ind Pl P2) => c_ + "olliu" ; - VP (Pres Ind Sg P2) => c_ + "ulls" ; - VP (Pres Ind Pl P3) => c_ + "ullen" ; - VP (Pres Ind Sg P3) => c_ + "ull" ; - VP (Pres Subj Pl P1) => c_ + "ollim" ; - VP (Pres Subj Sg P1) => c_ + "ulli" ; - VP (Pres Subj Pl P2) => c_ + "olliu" ; - VP (Pres Subj Sg P2) => c_ + "ullis" ; - VP (Pres Subj Pl P3) => c_ + "ullin" ; - VP (Pres Subj Sg P3) => c_ + "ulli" ; - VP (Impf Ind Pl P1) => c_ + "ollem" ;--# notpresent - VP (Impf Ind Sg P1) => c_ + "ollia" ;--# notpresent - VP (Impf Ind Pl P2) => c_ + "olleu" ;--# notpresent - VP (Impf Ind Sg P2) => c_ + "ollies" ;--# notpresent - VP (Impf Ind Pl P3) => c_ + "ollien" ;--# notpresent - VP (Impf Ind Sg P3) => c_ + "ollia" ;--# notpresent - VP (Impf Subj Pl P1) => c_ + "ollssim" ;--# notpresent - VP (Impf Subj Sg P1) => c_ + "olls" ;--# notpresent - VP (Impf Subj Pl P2) => c_ + "ollssiu" ;--# notpresent - VP (Impf Subj Sg P2) => c_ + "ollissis" ;--# notpresent - VP (Impf Subj Pl P3) => c_ + "ollissin" ;--# notpresent - VP (Impf Subj Sg P3) => c_ + "olls" ;--# notpresent - VP (Fut Pl P1) => c_ + "ollirem" ;--# notpresent - VP (Fut Sg P1) => c_ + "ollir" ;--# notpresent - VP (Fut Pl P2) => c_ + "ollireu" ;--# notpresent - VP (Fut Sg P2) => c_ + "ollirs" ;--# notpresent - VP (Fut Pl P3) => c_ + "olliran" ;--# notpresent - VP (Fut Sg P3) => c_ + "ollir" ;--# notpresent - VP (Pret Pl P1) => c_ + "ollssim" ;--# notpresent - VP (Pret Sg P1) => c_ + "olls" ;--# notpresent - VP (Pret Pl P2) => c_ + "ollssiu" ;--# notpresent - VP (Pret Sg P2) => c_ + "ollissis" ;--# notpresent - VP (Pret Pl P3) => c_ + "ollissin" ;--# notpresent - VP (Pret Sg P3) => c_ + "olls" ;--# notpresent - VP (Cond Pl P1) => c_ + "ollirem" ;--# notpresent - VP (Cond Sg P1) => c_ + "olliria" ;--# notpresent - VP (Cond Pl P2) => c_ + "ollireu" ;--# notpresent - VP (Cond Sg P2) => c_ + "olliries" ;--# notpresent - VP (Cond Pl P3) => c_ + "ollirien" ;--# notpresent - VP (Cond Sg P3) => c_ + "olliria" ;--# notpresent - VP (Imp Pl P1) => c_ + "ollim" ; - VP (Imp Pl P2) => c_ + "olliu" ; - VP (Imp Sg P2) => c_ + "ull" ; - VP (Imp Pl P3) => c_ + "ullin" ; - VP (Imp Sg P3) => c_ + "ulli" ; - VP (Pass Pl Fem) => c_ + "ollides" ; - VP (Pass Sg Fem) => c_ + "ollida" ; - VP (Pass Pl Masc) => c_ + "ollits" ; - VP (Pass Sg Masc) => c_ + "ollit" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper comenar_22 : Str -> Verbum = \comenar -> -let comen_ = Predef.tk 3 comenar in -{s = table { - VI Infn => comen_ + "ar" ; - VI Ger => comen_ + "ant" ; - VI Part => comen_ + "at" ; - VP (Pres Ind Pl P1) => comen_ + "cem" ; - VP (Pres Ind Sg P1) => comen_ + "o" ; - VP (Pres Ind Pl P2) => comen_ + "ceu" ; - VP (Pres Ind Sg P2) => comen_ + "ces" ; - VP (Pres Ind Pl P3) => comen_ + "cen" ; - VP (Pres Ind Sg P3) => comen_ + "a" ; - VP (Pres Subj Pl P1) => comen_ + "cem" ; - VP (Pres Subj Sg P1) => comen_ + "ci" ; - VP (Pres Subj Pl P2) => comen_ + "ceu" ; - VP (Pres Subj Sg P2) => comen_ + "cis" ; - VP (Pres Subj Pl P3) => comen_ + "cin" ; - VP (Pres Subj Sg P3) => comen_ + "ci" ; - VP (Impf Ind Pl P1) => comen_ + "vem" ;--# notpresent - VP (Impf Ind Sg P1) => comen_ + "ava" ;--# notpresent - VP (Impf Ind Pl P2) => comen_ + "veu" ;--# notpresent - VP (Impf Ind Sg P2) => comen_ + "aves" ;--# notpresent - VP (Impf Ind Pl P3) => comen_ + "aven" ;--# notpresent - VP (Impf Ind Sg P3) => comen_ + "ava" ;--# notpresent - VP (Impf Subj Pl P1) => comen_ + "cssim" ;--# notpresent - VP (Impf Subj Sg P1) => comen_ + "cs" ;--# notpresent - VP (Impf Subj Pl P2) => comen_ + "cssiu" ;--# notpresent - VP (Impf Subj Sg P2) => comen_ + "cessis" ;--# notpresent - VP (Impf Subj Pl P3) => comen_ + "cessin" ;--# notpresent - VP (Impf Subj Sg P3) => comen_ + "cs" ;--# notpresent - VP (Fut Pl P1) => comen_ + "arem" ;--# notpresent - VP (Fut Sg P1) => comen_ + "ar" ;--# notpresent - VP (Fut Pl P2) => comen_ + "areu" ;--# notpresent - VP (Fut Sg P2) => comen_ + "ars" ;--# notpresent - VP (Fut Pl P3) => comen_ + "aran" ;--# notpresent - VP (Fut Sg P3) => comen_ + "ar" ;--# notpresent - VP (Pret Pl P1) => comen_ + "cssim" ;--# notpresent - VP (Pret Sg P1) => comen_ + "cs" ;--# notpresent - VP (Pret Pl P2) => comen_ + "cssiu" ;--# notpresent - VP (Pret Sg P2) => comen_ + "cessis" ;--# notpresent - VP (Pret Pl P3) => comen_ + "cessin" ;--# notpresent - VP (Pret Sg P3) => comen_ + "cs" ;--# notpresent - VP (Cond Pl P1) => comen_ + "arem" ;--# notpresent - VP (Cond Sg P1) => comen_ + "aria" ;--# notpresent - VP (Cond Pl P2) => comen_ + "areu" ;--# notpresent - VP (Cond Sg P2) => comen_ + "aries" ;--# notpresent - VP (Cond Pl P3) => comen_ + "arien" ;--# notpresent - VP (Cond Sg P3) => comen_ + "aria" ;--# notpresent - VP (Imp Pl P1) => comen_ + "cem" ; - VP (Imp Pl P2) => comen_ + "ceu" ; - VP (Imp Sg P2) => comen_ + "a" ; - VP (Imp Pl P3) => comen_ + "cin" ; - VP (Imp Sg P3) => comen_ + "ci" ; - VP (Pass Pl Fem) => comen_ + "ades" ; - VP (Pass Sg Fem) => comen_ + "ada" ; - VP (Pass Pl Masc) => comen_ + "ats" ; - VP (Pass Sg Masc) => comen_ + "at" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper commoure_23 : Str -> Verbum = \commoure -> -let commo_ = Predef.tk 3 commoure in -{s = table { - VI Infn => commo_ + "ure" ; - VI Ger => commo_ + "vent" ; - VI Part => commo_ + "gut" ; - VP (Pres Ind Pl P1) => commo_ + "vem" ; - VP (Pres Ind Sg P1) => commo_ + "c" ; - VP (Pres Ind Pl P2) => commo_ + "veu" ; - VP (Pres Ind Sg P2) => commo_ + "us" ; - VP (Pres Ind Pl P3) => commo_ + "uen" ; - VP (Pres Ind Sg P3) => commo_ + "u" ; - VP (Pres Subj Pl P1) => commo_ + "guem" ; - VP (Pres Subj Sg P1) => commo_ + "gui" ; - VP (Pres Subj Pl P2) => commo_ + "gueu" ; - VP (Pres Subj Sg P2) => commo_ + "guis" ; - VP (Pres Subj Pl P3) => commo_ + "guin" ; - VP (Pres Subj Sg P3) => commo_ + "gui" ; - VP (Impf Ind Pl P1) => commo_ + "vem" ;--# notpresent - VP (Impf Ind Sg P1) => commo_ + "via" ;--# notpresent - VP (Impf Ind Pl P2) => commo_ + "veu" ;--# notpresent - VP (Impf Ind Sg P2) => commo_ + "vies" ;--# notpresent - VP (Impf Ind Pl P3) => commo_ + "vien" ;--# notpresent - VP (Impf Ind Sg P3) => commo_ + "via" ;--# notpresent - VP (Impf Subj Pl P1) => commo_ + "gussim" ;--# notpresent - VP (Impf Subj Sg P1) => commo_ + "gus" ;--# notpresent - VP (Impf Subj Pl P2) => commo_ + "gussiu" ;--# notpresent - VP (Impf Subj Sg P2) => commo_ + "guessis" ;--# notpresent - VP (Impf Subj Pl P3) => commo_ + "guessin" ;--# notpresent - VP (Impf Subj Sg P3) => commo_ + "gus" ;--# notpresent - VP (Fut Pl P1) => commo_ + "urem" ;--# notpresent - VP (Fut Sg P1) => commo_ + "ur" ;--# notpresent - VP (Fut Pl P2) => commo_ + "ureu" ;--# notpresent - VP (Fut Sg P2) => commo_ + "urs" ;--# notpresent - VP (Fut Pl P3) => commo_ + "uran" ;--# notpresent - VP (Fut Sg P3) => commo_ + "ur" ;--# notpresent - VP (Pret Pl P1) => commo_ + "gussim" ;--# notpresent - VP (Pret Sg P1) => commo_ + "gus" ;--# notpresent - VP (Pret Pl P2) => commo_ + "gussiu" ;--# notpresent - VP (Pret Sg P2) => commo_ + "guessis" ;--# notpresent - VP (Pret Pl P3) => commo_ + "guessin" ;--# notpresent - VP (Pret Sg P3) => commo_ + "gus" ;--# notpresent - VP (Cond Pl P1) => commo_ + "urem" ;--# notpresent - VP (Cond Sg P1) => commo_ + "uria" ;--# notpresent - VP (Cond Pl P2) => commo_ + "ureu" ;--# notpresent - VP (Cond Sg P2) => commo_ + "uries" ;--# notpresent - VP (Cond Pl P3) => commo_ + "urien" ;--# notpresent - VP (Cond Sg P3) => commo_ + "uria" ;--# notpresent - VP (Imp Pl P1) => commo_ + "guem" ; - VP (Imp Pl P2) => commo_ + "veu" ; - VP (Imp Sg P2) => commo_ + "u" ; - VP (Imp Pl P3) => commo_ + "guin" ; - VP (Imp Sg P3) => commo_ + "gui" ; - VP (Pass Pl Fem) => commo_ + "gudes" ; - VP (Pass Sg Fem) => commo_ + "guda" ; - VP (Pass Pl Masc) => commo_ + "guts" ; - VP (Pass Sg Masc) => commo_ + "gut" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper complaure_24 : Str -> Verbum = \complaure -> -let compla_ = Predef.tk 3 complaure in -{s = table { - VI Infn => compla_ + "ure" ; - VI Ger => compla_ + "ent" ; - VI Part => compla_ + "gut" ; - VP (Pres Ind Pl P1) => compla_ + "em" ; - VP (Pres Ind Sg P1) => compla_ + "c" ; - VP (Pres Ind Pl P2) => compla_ + "eu" ; - VP (Pres Ind Sg P2) => compla_ + "us" ; - VP (Pres Ind Pl P3) => compla_ + "uen" ; - VP (Pres Ind Sg P3) => compla_ + "u" ; - VP (Pres Subj Pl P1) => compla_ + "guem" ; - VP (Pres Subj Sg P1) => compla_ + "gui" ; - VP (Pres Subj Pl P2) => compla_ + "gueu" ; - VP (Pres Subj Sg P2) => compla_ + "guis" ; - VP (Pres Subj Pl P3) => compla_ + "guin" ; - VP (Pres Subj Sg P3) => compla_ + "gui" ; - VP (Impf Ind Pl P1) => compla_ + "em" ;--# notpresent - VP (Impf Ind Sg P1) => compla_ + "a" ;--# notpresent - VP (Impf Ind Pl P2) => compla_ + "eu" ;--# notpresent - VP (Impf Ind Sg P2) => compla_ + "es" ;--# notpresent - VP (Impf Ind Pl P3) => compla_ + "en" ;--# notpresent - VP (Impf Ind Sg P3) => compla_ + "a" ;--# notpresent - VP (Impf Subj Pl P1) => compla_ + "gussim" ;--# notpresent - VP (Impf Subj Sg P1) => compla_ + "gus" ;--# notpresent - VP (Impf Subj Pl P2) => compla_ + "gussiu" ;--# notpresent - VP (Impf Subj Sg P2) => compla_ + "guessis" ;--# notpresent - VP (Impf Subj Pl P3) => compla_ + "guessin" ;--# notpresent - VP (Impf Subj Sg P3) => compla_ + "gus" ;--# notpresent - VP (Fut Pl P1) => compla_ + "urem" ;--# notpresent - VP (Fut Sg P1) => compla_ + "ur" ;--# notpresent - VP (Fut Pl P2) => compla_ + "ureu" ;--# notpresent - VP (Fut Sg P2) => compla_ + "urs" ;--# notpresent - VP (Fut Pl P3) => compla_ + "uran" ;--# notpresent - VP (Fut Sg P3) => compla_ + "ur" ;--# notpresent - VP (Pret Pl P1) => compla_ + "gussim" ;--# notpresent - VP (Pret Sg P1) => compla_ + "gus" ;--# notpresent - VP (Pret Pl P2) => compla_ + "gussiu" ;--# notpresent - VP (Pret Sg P2) => compla_ + "guessis" ;--# notpresent - VP (Pret Pl P3) => compla_ + "guessin" ;--# notpresent - VP (Pret Sg P3) => compla_ + "gus" ;--# notpresent - VP (Cond Pl P1) => compla_ + "urem" ;--# notpresent - VP (Cond Sg P1) => compla_ + "uria" ;--# notpresent - VP (Cond Pl P2) => compla_ + "ureu" ;--# notpresent - VP (Cond Sg P2) => compla_ + "uries" ;--# notpresent - VP (Cond Pl P3) => compla_ + "urien" ;--# notpresent - VP (Cond Sg P3) => compla_ + "uria" ;--# notpresent - VP (Imp Pl P1) => compla_ + "guem" ; - VP (Imp Pl P2) => compla_ + "eu" ; - VP (Imp Sg P2) => compla_ + "u" ; - VP (Imp Pl P3) => compla_ + "guin" ; - VP (Imp Sg P3) => compla_ + "gui" ; - VP (Pass Pl Fem) => compla_ + "gudes" ; - VP (Pass Sg Fem) => compla_ + "guda" ; - VP (Pass Pl Masc) => compla_ + "guts" ; - VP (Pass Sg Masc) => compla_ + "gut" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper complir_25 : Str -> Verbum = \complir -> -let compl_ = Predef.tk 2 complir in -{s = table { - VI Infn => compl_ + "ir" ; - VI Ger => compl_ + "int" ; - VI Part => compl_ + "ert" ; - VP (Pres Ind Pl P1) => compl_ + "im" ; - VP (Pres Ind Sg P1) => compl_ + "eixo" ; - VP (Pres Ind Pl P2) => compl_ + "iu" ; - VP (Pres Ind Sg P2) => compl_ + "eixes" ; - VP (Pres Ind Pl P3) => compl_ + "eixen" ; - VP (Pres Ind Sg P3) => compl_ + "eix" ; - VP (Pres Subj Pl P1) => compl_ + "im" ; - VP (Pres Subj Sg P1) => compl_ + "eixi" ; - VP (Pres Subj Pl P2) => compl_ + "iu" ; - VP (Pres Subj Sg P2) => compl_ + "eixis" ; - VP (Pres Subj Pl P3) => compl_ + "eixin" ; - VP (Pres Subj Sg P3) => compl_ + "eixi" ; - VP (Impf Ind Pl P1) => compl_ + "em" ;--# notpresent - VP (Impf Ind Sg P1) => compl_ + "ia" ;--# notpresent - VP (Impf Ind Pl P2) => compl_ + "eu" ;--# notpresent - VP (Impf Ind Sg P2) => compl_ + "ies" ;--# notpresent - VP (Impf Ind Pl P3) => compl_ + "ien" ;--# notpresent - VP (Impf Ind Sg P3) => compl_ + "ia" ;--# notpresent - VP (Impf Subj Pl P1) => compl_ + "ssim" ;--# notpresent - VP (Impf Subj Sg P1) => compl_ + "s" ;--# notpresent - VP (Impf Subj Pl P2) => compl_ + "ssiu" ;--# notpresent - VP (Impf Subj Sg P2) => compl_ + "issis" ;--# notpresent - VP (Impf Subj Pl P3) => compl_ + "issin" ;--# notpresent - VP (Impf Subj Sg P3) => compl_ + "s" ;--# notpresent - VP (Fut Pl P1) => compl_ + "irem" ;--# notpresent - VP (Fut Sg P1) => compl_ + "ir" ;--# notpresent - VP (Fut Pl P2) => compl_ + "ireu" ;--# notpresent - VP (Fut Sg P2) => compl_ + "irs" ;--# notpresent - VP (Fut Pl P3) => compl_ + "iran" ;--# notpresent - VP (Fut Sg P3) => compl_ + "ir" ;--# notpresent - VP (Pret Pl P1) => compl_ + "ssim" ;--# notpresent - VP (Pret Sg P1) => compl_ + "s" ;--# notpresent - VP (Pret Pl P2) => compl_ + "ssiu" ;--# notpresent - VP (Pret Sg P2) => compl_ + "issis" ;--# notpresent - VP (Pret Pl P3) => compl_ + "issin" ;--# notpresent - VP (Pret Sg P3) => compl_ + "s" ;--# notpresent - VP (Cond Pl P1) => compl_ + "irem" ;--# notpresent - VP (Cond Sg P1) => compl_ + "iria" ;--# notpresent - VP (Cond Pl P2) => compl_ + "ireu" ;--# notpresent - VP (Cond Sg P2) => compl_ + "iries" ;--# notpresent - VP (Cond Pl P3) => compl_ + "irien" ;--# notpresent - VP (Cond Sg P3) => compl_ + "iria" ;--# notpresent - VP (Imp Pl P1) => compl_ + "im" ; - VP (Imp Pl P2) => compl_ + "iu" ; - VP (Imp Sg P2) => compl_ + "eix" ; - VP (Imp Pl P3) => compl_ + "eixin" ; - VP (Imp Sg P3) => compl_ + "eixi" ; - VP (Pass Pl Fem) => compl_ + "ertes" ; - VP (Pass Sg Fem) => compl_ + "erta" ; - VP (Pass Pl Masc) => compl_ + "erts" ; - VP (Pass Sg Masc) => compl_ + "ert" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper compondre_26 : Str -> Verbum = \compondre -> -let compo_ = Predef.tk 4 compondre in -{s = table { - VI Infn => compo_ + "ndre" ; - VI Ger => compo_ + "nent" ; - VI Part => compo_ + "st" ; - VP (Pres Ind Pl P1) => compo_ + "nem" ; - VP (Pres Ind Sg P1) => compo_ + "nc" ; - VP (Pres Ind Pl P2) => compo_ + "neu" ; - VP (Pres Ind Sg P2) => compo_ + "ns" ; - VP (Pres Ind Pl P3) => compo_ + "nen" ; - VP (Pres Ind Sg P3) => compo_ + "n" ; - VP (Pres Subj Pl P1) => compo_ + "nguem" ; - VP (Pres Subj Sg P1) => compo_ + "ngui" ; - VP (Pres Subj Pl P2) => compo_ + "ngueu" ; - VP (Pres Subj Sg P2) => compo_ + "nguis" ; - VP (Pres Subj Pl P3) => compo_ + "nguin" ; - VP (Pres Subj Sg P3) => compo_ + "ngui" ; - VP (Impf Ind Pl P1) => compo_ + "nem" ;--# notpresent - VP (Impf Ind Sg P1) => compo_ + "nia" ;--# notpresent - VP (Impf Ind Pl P2) => compo_ + "neu" ;--# notpresent - VP (Impf Ind Sg P2) => compo_ + "nies" ;--# notpresent - VP (Impf Ind Pl P3) => compo_ + "nien" ;--# notpresent - VP (Impf Ind Sg P3) => compo_ + "nia" ;--# notpresent - VP (Impf Subj Pl P1) => compo_ + "ngussim" ;--# notpresent - VP (Impf Subj Sg P1) => compo_ + "ngus" ;--# notpresent - VP (Impf Subj Pl P2) => compo_ + "ngussiu" ;--# notpresent - VP (Impf Subj Sg P2) => compo_ + "nguessis" ;--# notpresent - VP (Impf Subj Pl P3) => compo_ + "nguessin" ;--# notpresent - VP (Impf Subj Sg P3) => compo_ + "ngus" ;--# notpresent - VP (Fut Pl P1) => compo_ + "ndrem" ;--# notpresent - VP (Fut Sg P1) => compo_ + "ndr" ;--# notpresent - VP (Fut Pl P2) => compo_ + "ndreu" ;--# notpresent - VP (Fut Sg P2) => compo_ + "ndrs" ;--# notpresent - VP (Fut Pl P3) => compo_ + "ndran" ;--# notpresent - VP (Fut Sg P3) => compo_ + "ndr" ;--# notpresent - VP (Pret Pl P1) => compo_ + "ngussim" ;--# notpresent - VP (Pret Sg P1) => compo_ + "ngus" ;--# notpresent - VP (Pret Pl P2) => compo_ + "ngussiu" ;--# notpresent - VP (Pret Sg P2) => compo_ + "nguessis" ;--# notpresent - VP (Pret Pl P3) => compo_ + "nguessin" ;--# notpresent - VP (Pret Sg P3) => compo_ + "ngus" ;--# notpresent - VP (Cond Pl P1) => compo_ + "ndrem" ;--# notpresent - VP (Cond Sg P1) => compo_ + "ndria" ;--# notpresent - VP (Cond Pl P2) => compo_ + "ndreu" ;--# notpresent - VP (Cond Sg P2) => compo_ + "ndries" ;--# notpresent - VP (Cond Pl P3) => compo_ + "ndrien" ;--# notpresent - VP (Cond Sg P3) => compo_ + "ndria" ;--# notpresent - VP (Imp Pl P1) => compo_ + "nguem" ; - VP (Imp Pl P2) => compo_ + "neu" ; - VP (Imp Sg P2) => compo_ + "n" ; - VP (Imp Pl P3) => compo_ + "nguin" ; - VP (Imp Sg P3) => compo_ + "ngui" ; - VP (Pass Pl Fem) => compo_ + "stes" ; - VP (Pass Sg Fem) => compo_ + "sta" ; - VP (Pass Pl Masc) => compo_ + "sts" ; - VP (Pass Sg Masc) => compo_ + "st" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper conixer_27 : Str -> Verbum = \conixer -> -let con_ = Predef.tk 5 conixer in -{s = table { - VI Ger => con_ + "eixent" ; - VI Part => con_ + "egut" ; - VP (Pres Ind Pl P1) => con_ + "eixem" ; - VP (Pres Ind Sg P1) => con_ + "ec" ; - VP (Pres Ind Pl P2) => con_ + "eixeu" ; - VP (Pres Ind Sg P2) => con_ + "eixes" ; - VP (Pres Ind Pl P3) => con_ + "eixen" ; - VP (Pres Ind Sg P3) => con_ + "eix" ; - VP (Pres Subj Pl P1) => con_ + "eguem" ; - VP (Pres Subj Sg P1) => con_ + "egui" ; - VP (Pres Subj Pl P2) => con_ + "egueu" ; - VP (Pres Subj Sg P2) => con_ + "eguis" ; - VP (Pres Subj Pl P3) => con_ + "eguin" ; - VP (Pres Subj Sg P3) => con_ + "egui" ; - VP (Impf Ind Pl P1) => con_ + "eixem" ;--# notpresent - VP (Impf Ind Sg P1) => con_ + "eixia" ;--# notpresent - VP (Impf Ind Pl P2) => con_ + "eixeu" ;--# notpresent - VP (Impf Ind Sg P2) => con_ + "eixies" ;--# notpresent - VP (Impf Ind Pl P3) => con_ + "eixien" ;--# notpresent - VP (Impf Ind Sg P3) => con_ + "eixia" ;--# notpresent - VP (Impf Subj Pl P1) => con_ + "egussim" ;--# notpresent - VP (Impf Subj Sg P1) => con_ + "egus" ;--# notpresent - VP (Impf Subj Pl P2) => con_ + "egussiu" ;--# notpresent - VP (Impf Subj Sg P2) => con_ + "eguessis" ;--# notpresent - VP (Impf Subj Pl P3) => con_ + "eguessin" ;--# notpresent - VP (Impf Subj Sg P3) => con_ + "egus" ;--# notpresent - VP (Fut Pl P1) => con_ + "eixerem" ;--# notpresent - VP (Fut Sg P1) => con_ + "eixer" ;--# notpresent - VP (Fut Pl P2) => con_ + "eixereu" ;--# notpresent - VP (Fut Sg P2) => con_ + "eixers" ;--# notpresent - VP (Fut Pl P3) => con_ + "eixeran" ;--# notpresent - VP (Fut Sg P3) => con_ + "eixer" ;--# notpresent - VP (Pret Pl P1) => con_ + "egussim" ;--# notpresent - VP (Pret Sg P1) => con_ + "egus" ;--# notpresent - VP (Pret Pl P2) => con_ + "egussiu" ;--# notpresent - VP (Pret Sg P2) => con_ + "eguessis" ;--# notpresent - VP (Pret Pl P3) => con_ + "eguessin" ;--# notpresent - VP (Pret Sg P3) => con_ + "egus" ;--# notpresent - VP (Cond Pl P1) => con_ + "eixerem" ;--# notpresent - VP (Cond Sg P1) => con_ + "eixeria" ;--# notpresent - VP (Cond Pl P2) => con_ + "eixereu" ;--# notpresent - VP (Cond Sg P2) => con_ + "eixeries" ;--# notpresent - VP (Cond Pl P3) => con_ + "eixerien" ;--# notpresent - VP (Cond Sg P3) => con_ + "eixeria" ;--# notpresent - VP (Imp Pl P1) => con_ + "eguem" ; - VP (Imp Pl P2) => con_ + "eixeu" ; - VP (Imp Sg P2) => con_ + "eix" ; - VP (Imp Pl P3) => con_ + "eguin" ; - VP (Imp Sg P3) => con_ + "egui" ; - VP (Pass Pl Fem) => con_ + "egudes" ; - VP (Pass Sg Fem) => con_ + "eguda" ; - VP (Pass Pl Masc) => con_ + "eguts" ; - VP (Pass Sg Masc) => con_ + "egut" ; - VI Infn => con_ + "ixer" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper confondre_28 : Str -> Verbum = \confondre -> -let conf_ = Predef.tk 5 confondre in -{s = table { - VI Infn => conf_ + "ondre" ; - VI Ger => conf_ + "onent" ; - VP (Pres Ind Pl P1) => conf_ + "onem" ; - VP (Pres Ind Sg P1) => conf_ + "onc" ; - VP (Pres Ind Pl P2) => conf_ + "oneu" ; - VP (Pres Ind Sg P2) => conf_ + "ons" ; - VP (Pres Ind Pl P3) => conf_ + "onen" ; - VP (Pres Ind Sg P3) => conf_ + "on" ; - VP (Pres Subj Pl P1) => conf_ + "onguem" ; - VP (Pres Subj Sg P1) => conf_ + "ongui" ; - VP (Pres Subj Pl P2) => conf_ + "ongueu" ; - VP (Pres Subj Sg P2) => conf_ + "onguis" ; - VP (Pres Subj Pl P3) => conf_ + "onguin" ; - VP (Pres Subj Sg P3) => conf_ + "ongui" ; - VP (Impf Ind Pl P1) => conf_ + "onem" ;--# notpresent - VP (Impf Ind Sg P1) => conf_ + "onia" ;--# notpresent - VP (Impf Ind Pl P2) => conf_ + "oneu" ;--# notpresent - VP (Impf Ind Sg P2) => conf_ + "onies" ;--# notpresent - VP (Impf Ind Pl P3) => conf_ + "onien" ;--# notpresent - VP (Impf Ind Sg P3) => conf_ + "onia" ;--# notpresent - VP (Impf Subj Pl P1) => conf_ + "ongussim" ;--# notpresent - VP (Impf Subj Sg P1) => conf_ + "ongus" ;--# notpresent - VP (Impf Subj Pl P2) => conf_ + "ongussiu" ;--# notpresent - VP (Impf Subj Sg P2) => conf_ + "onguessis" ;--# notpresent - VP (Impf Subj Pl P3) => conf_ + "onguessin" ;--# notpresent - VP (Impf Subj Sg P3) => conf_ + "ongus" ;--# notpresent - VP (Fut Pl P1) => conf_ + "ondrem" ;--# notpresent - VP (Fut Sg P1) => conf_ + "ondr" ;--# notpresent - VP (Fut Pl P2) => conf_ + "ondreu" ;--# notpresent - VP (Fut Sg P2) => conf_ + "ondrs" ;--# notpresent - VP (Fut Pl P3) => conf_ + "ondran" ;--# notpresent - VP (Fut Sg P3) => conf_ + "ondr" ;--# notpresent - VP (Pret Pl P1) => conf_ + "ongussim" ;--# notpresent - VP (Pret Sg P1) => conf_ + "ongus" ;--# notpresent - VP (Pret Pl P2) => conf_ + "ongussiu" ;--# notpresent - VP (Pret Sg P2) => conf_ + "onguessis" ;--# notpresent - VP (Pret Pl P3) => conf_ + "onguessin" ;--# notpresent - VP (Pret Sg P3) => conf_ + "ongus" ;--# notpresent - VP (Cond Pl P1) => conf_ + "ondrem" ;--# notpresent - VP (Cond Sg P1) => conf_ + "ondria" ;--# notpresent - VP (Cond Pl P2) => conf_ + "ondreu" ;--# notpresent - VP (Cond Sg P2) => conf_ + "ondries" ;--# notpresent - VP (Cond Pl P3) => conf_ + "ondrien" ;--# notpresent - VP (Cond Sg P3) => conf_ + "ondria" ;--# notpresent - VP (Imp Pl P1) => conf_ + "onguem" ; - VP (Imp Pl P2) => conf_ + "oneu" ; - VP (Imp Sg P2) => conf_ + "on" ; - VP (Imp Pl P3) => conf_ + "onguin" ; - VP (Imp Sg P3) => conf_ + "ongui" ; - VP (Pass Pl Fem) => conf_ + "oses" ; - VP (Pass Sg Fem) => conf_ + "osa" ; - VP (Pass Pl Masc) => conf_ + "osos" ; - VI Part => conf_ + "s" ; - VP (Pass Sg Masc) => conf_ + "s" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper constrnyer_29 : Str -> Verbum = \constrnyer -> -let constr_ = Predef.tk 5 constrnyer in -{s = table { - VI Ger => constr_ + "enyent" ; - VI Part => constr_ + "et" ; - VP (Pres Ind Pl P1) => constr_ + "enyem" ; - VP (Pres Ind Sg P1) => constr_ + "enyo" ; - VP (Pres Ind Pl P2) => constr_ + "enyeu" ; - VP (Pres Ind Sg P2) => constr_ + "enys" ; - VP (Pres Ind Pl P3) => constr_ + "enyen" ; - VP (Pres Ind Sg P3) => constr_ + "eny" ; - VP (Pres Subj Pl P1) => constr_ + "enyem" ; - VP (Pres Subj Sg P1) => constr_ + "enyi" ; - VP (Pres Subj Pl P2) => constr_ + "enyeu" ; - VP (Pres Subj Sg P2) => constr_ + "enyis" ; - VP (Pres Subj Pl P3) => constr_ + "enyin" ; - VP (Pres Subj Sg P3) => constr_ + "enyi" ; - VP (Impf Ind Pl P1) => constr_ + "enyem" ;--# notpresent - VP (Impf Ind Sg P1) => constr_ + "enyia" ;--# notpresent - VP (Impf Ind Pl P2) => constr_ + "enyeu" ;--# notpresent - VP (Impf Ind Sg P2) => constr_ + "enyies" ;--# notpresent - VP (Impf Ind Pl P3) => constr_ + "enyien" ;--# notpresent - VP (Impf Ind Sg P3) => constr_ + "enyia" ;--# notpresent - VP (Impf Subj Pl P1) => constr_ + "enyssim" ;--# notpresent - VP (Impf Subj Sg P1) => constr_ + "enys" ;--# notpresent - VP (Impf Subj Pl P2) => constr_ + "enyssiu" ;--# notpresent - VP (Impf Subj Sg P2) => constr_ + "enyessis" ;--# notpresent - VP (Impf Subj Pl P3) => constr_ + "enyessin" ;--# notpresent - VP (Impf Subj Sg P3) => constr_ + "enys" ;--# notpresent - VP (Fut Pl P1) => constr_ + "enyerem" ;--# notpresent - VP (Fut Sg P1) => constr_ + "enyer" ;--# notpresent - VP (Fut Pl P2) => constr_ + "enyereu" ;--# notpresent - VP (Fut Sg P2) => constr_ + "enyers" ;--# notpresent - VP (Fut Pl P3) => constr_ + "enyeran" ;--# notpresent - VP (Fut Sg P3) => constr_ + "enyer" ;--# notpresent - VP (Pret Pl P1) => constr_ + "enyssim" ;--# notpresent - VP (Pret Sg P1) => constr_ + "enys" ;--# notpresent - VP (Pret Pl P2) => constr_ + "enyssiu" ;--# notpresent - VP (Pret Sg P2) => constr_ + "enyessis" ;--# notpresent - VP (Pret Pl P3) => constr_ + "enyessin" ;--# notpresent - VP (Pret Sg P3) => constr_ + "enys" ;--# notpresent - VP (Cond Pl P1) => constr_ + "enyerem" ;--# notpresent - VP (Cond Sg P1) => constr_ + "enyeria" ;--# notpresent - VP (Cond Pl P2) => constr_ + "enyereu" ;--# notpresent - VP (Cond Sg P2) => constr_ + "enyeries" ;--# notpresent - VP (Cond Pl P3) => constr_ + "enyerien" ;--# notpresent - VP (Cond Sg P3) => constr_ + "enyeria" ;--# notpresent - VP (Imp Pl P1) => constr_ + "enyem" ; - VP (Imp Pl P2) => constr_ + "enyeu" ; - VP (Imp Sg P2) => constr_ + "eny" ; - VP (Imp Pl P3) => constr_ + "enyin" ; - VP (Imp Sg P3) => constr_ + "enyi" ; - VP (Pass Pl Fem) => constr_ + "etes" ; - VP (Pass Sg Fem) => constr_ + "eta" ; - VP (Pass Pl Masc) => constr_ + "ets" ; - VP (Pass Sg Masc) => constr_ + "et" ; - VI Infn => constr_ + "nyer" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper crrer_30 : Str -> Verbum = \crrer -> -let c_ = Predef.tk 5 crrer in -{s = table { - VI Ger => c_ + "orrent" ; - VI Part => c_ + "orregut" ; - VP (Pres Ind Pl P1) => c_ + "orrem" ; - VP (Pres Ind Sg P1) => c_ + "orro" ; - VP (Pres Ind Pl P2) => c_ + "orreu" ; - VP (Pres Ind Sg P2) => c_ + "orres" ; - VP (Pres Ind Pl P3) => c_ + "orren" ; - VP (Pres Ind Sg P3) => c_ + "orre" ; - VP (Pres Subj Pl P1) => c_ + "orrem" ; - VP (Pres Subj Sg P1) => c_ + "orri" ; - VP (Pres Subj Pl P2) => c_ + "orreu" ; - VP (Pres Subj Sg P2) => c_ + "orris" ; - VP (Pres Subj Pl P3) => c_ + "orrin" ; - VP (Pres Subj Sg P3) => c_ + "orri" ; - VP (Impf Ind Pl P1) => c_ + "orrem" ;--# notpresent - VP (Impf Ind Sg P1) => c_ + "orria" ;--# notpresent - VP (Impf Ind Pl P2) => c_ + "orreu" ;--# notpresent - VP (Impf Ind Sg P2) => c_ + "orries" ;--# notpresent - VP (Impf Ind Pl P3) => c_ + "orrien" ;--# notpresent - VP (Impf Ind Sg P3) => c_ + "orria" ;--# notpresent - VP (Impf Subj Pl P1) => c_ + "orregussim" ;--# notpresent - VP (Impf Subj Sg P1) => c_ + "orregus" ;--# notpresent - VP (Impf Subj Pl P2) => c_ + "orregussiu" ;--# notpresent - VP (Impf Subj Sg P2) => c_ + "orreguessis" ;--# notpresent - VP (Impf Subj Pl P3) => c_ + "orreguessin" ;--# notpresent - VP (Impf Subj Sg P3) => c_ + "orregus" ;--# notpresent - VP (Fut Pl P1) => c_ + "orrerem" ;--# notpresent - VP (Fut Sg P1) => c_ + "orrer" ;--# notpresent - VP (Fut Pl P2) => c_ + "orrereu" ;--# notpresent - VP (Fut Sg P2) => c_ + "orrers" ;--# notpresent - VP (Fut Pl P3) => c_ + "orreran" ;--# notpresent - VP (Fut Sg P3) => c_ + "orrer" ;--# notpresent - VP (Pret Pl P1) => c_ + "orregussim" ;--# notpresent - VP (Pret Sg P1) => c_ + "orregus" ;--# notpresent - VP (Pret Pl P2) => c_ + "orregussiu" ;--# notpresent - VP (Pret Sg P2) => c_ + "orreguessis" ;--# notpresent - VP (Pret Pl P3) => c_ + "orreguessin" ;--# notpresent - VP (Pret Sg P3) => c_ + "orregus" ;--# notpresent - VP (Cond Pl P1) => c_ + "orrerem" ;--# notpresent - VP (Cond Sg P1) => c_ + "orreria" ;--# notpresent - VP (Cond Pl P2) => c_ + "orrereu" ;--# notpresent - VP (Cond Sg P2) => c_ + "orreries" ;--# notpresent - VP (Cond Pl P3) => c_ + "orrerien" ;--# notpresent - VP (Cond Sg P3) => c_ + "orreria" ;--# notpresent - VP (Imp Pl P1) => c_ + "orrem" ; - VP (Imp Pl P2) => c_ + "orreu" ; - VP (Imp Sg P2) => c_ + "orre" ; - VP (Imp Pl P3) => c_ + "orrin" ; - VP (Imp Sg P3) => c_ + "orri" ; - VP (Pass Pl Fem) => c_ + "orregudes" ; - VP (Pass Sg Fem) => c_ + "orreguda" ; - VP (Pass Pl Masc) => c_ + "orreguts" ; - VP (Pass Sg Masc) => c_ + "orregut" ; - VI Infn => c_ + "rrer" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper cosir_31 : Str -> Verbum = \cosir -> -let c_ = Predef.tk 4 cosir in -{s = table { - VI Infn => c_ + "osir" ; - VI Ger => c_ + "osint" ; - VI Part => c_ + "osit" ; - VP (Pres Ind Pl P1) => c_ + "osim" ; - VP (Pres Ind Sg P1) => c_ + "uso" ; - VP (Pres Ind Pl P2) => c_ + "osiu" ; - VP (Pres Ind Sg P2) => c_ + "uses" ; - VP (Pres Ind Pl P3) => c_ + "usen" ; - VP (Pres Ind Sg P3) => c_ + "us" ; - VP (Pres Subj Pl P1) => c_ + "osim" ; - VP (Pres Subj Sg P1) => c_ + "usi" ; - VP (Pres Subj Pl P2) => c_ + "osiu" ; - VP (Pres Subj Sg P2) => c_ + "usis" ; - VP (Pres Subj Pl P3) => c_ + "usin" ; - VP (Pres Subj Sg P3) => c_ + "usi" ; - VP (Impf Ind Pl P1) => c_ + "osem" ;--# notpresent - VP (Impf Ind Sg P1) => c_ + "osia" ;--# notpresent - VP (Impf Ind Pl P2) => c_ + "oseu" ;--# notpresent - VP (Impf Ind Sg P2) => c_ + "osies" ;--# notpresent - VP (Impf Ind Pl P3) => c_ + "osien" ;--# notpresent - VP (Impf Ind Sg P3) => c_ + "osia" ;--# notpresent - VP (Impf Subj Pl P1) => c_ + "osssim" ;--# notpresent - VP (Impf Subj Sg P1) => c_ + "oss" ;--# notpresent - VP (Impf Subj Pl P2) => c_ + "osssiu" ;--# notpresent - VP (Impf Subj Sg P2) => c_ + "osissis" ;--# notpresent - VP (Impf Subj Pl P3) => c_ + "osissin" ;--# notpresent - VP (Impf Subj Sg P3) => c_ + "oss" ;--# notpresent - VP (Fut Pl P1) => c_ + "osirem" ;--# notpresent - VP (Fut Sg P1) => c_ + "osir" ;--# notpresent - VP (Fut Pl P2) => c_ + "osireu" ;--# notpresent - VP (Fut Sg P2) => c_ + "osirs" ;--# notpresent - VP (Fut Pl P3) => c_ + "osiran" ;--# notpresent - VP (Fut Sg P3) => c_ + "osir" ;--# notpresent - VP (Pret Pl P1) => c_ + "osssim" ;--# notpresent - VP (Pret Sg P1) => c_ + "oss" ;--# notpresent - VP (Pret Pl P2) => c_ + "osssiu" ;--# notpresent - VP (Pret Sg P2) => c_ + "osissis" ;--# notpresent - VP (Pret Pl P3) => c_ + "osissin" ;--# notpresent - VP (Pret Sg P3) => c_ + "oss" ;--# notpresent - VP (Cond Pl P1) => c_ + "osirem" ;--# notpresent - VP (Cond Sg P1) => c_ + "osiria" ;--# notpresent - VP (Cond Pl P2) => c_ + "osireu" ;--# notpresent - VP (Cond Sg P2) => c_ + "osiries" ;--# notpresent - VP (Cond Pl P3) => c_ + "osirien" ;--# notpresent - VP (Cond Sg P3) => c_ + "osiria" ;--# notpresent - VP (Imp Pl P1) => c_ + "osim" ; - VP (Imp Pl P2) => c_ + "osiu" ; - VP (Imp Sg P2) => c_ + "us" ; - VP (Imp Pl P3) => c_ + "usin" ; - VP (Imp Sg P3) => c_ + "usi" ; - VP (Pass Pl Fem) => c_ + "osides" ; - VP (Pass Sg Fem) => c_ + "osida" ; - VP (Pass Pl Masc) => c_ + "osits" ; - VP (Pass Sg Masc) => c_ + "osit" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper coure_32 : Str -> Verbum = \coure -> -let c_ = Predef.tk 4 coure in -{s = table { - VI Infn => c_ + "oure" ; - VI Ger => c_ + "oent" ; - VI Part => c_ + "uit" ; - VP (Pres Ind Pl P1) => c_ + "oem" ; - VP (Pres Ind Sg P1) => c_ + "oc" ; - VP (Pres Ind Pl P2) => c_ + "oeu" ; - VP (Pres Ind Sg P2) => c_ + "ous" ; - VP (Pres Ind Pl P3) => c_ + "ouen" ; - VP (Pres Ind Sg P3) => c_ + "ou" ; - VP (Pres Subj Pl P1) => c_ + "oguem" ; - VP (Pres Subj Sg P1) => c_ + "ogui" ; - VP (Pres Subj Pl P2) => c_ + "ogueu" ; - VP (Pres Subj Sg P2) => c_ + "oguis" ; - VP (Pres Subj Pl P3) => c_ + "oguin" ; - VP (Pres Subj Sg P3) => c_ + "ogui" ; - VP (Impf Ind Pl P1) => c_ + "oem" ;--# notpresent - VP (Impf Ind Sg P1) => c_ + "oa" ;--# notpresent - VP (Impf Ind Pl P2) => c_ + "oeu" ;--# notpresent - VP (Impf Ind Sg P2) => c_ + "oes" ;--# notpresent - VP (Impf Ind Pl P3) => c_ + "oen" ;--# notpresent - VP (Impf Ind Sg P3) => c_ + "oa" ;--# notpresent - VP (Impf Subj Pl P1) => c_ + "ogussim" ;--# notpresent - VP (Impf Subj Sg P1) => c_ + "ogus" ;--# notpresent - VP (Impf Subj Pl P2) => c_ + "ogussiu" ;--# notpresent - VP (Impf Subj Sg P2) => c_ + "oguessis" ;--# notpresent - VP (Impf Subj Pl P3) => c_ + "oguessin" ;--# notpresent - VP (Impf Subj Sg P3) => c_ + "ogus" ;--# notpresent - VP (Fut Pl P1) => c_ + "ourem" ;--# notpresent - VP (Fut Sg P1) => c_ + "our" ;--# notpresent - VP (Fut Pl P2) => c_ + "oureu" ;--# notpresent - VP (Fut Sg P2) => c_ + "ours" ;--# notpresent - VP (Fut Pl P3) => c_ + "ouran" ;--# notpresent - VP (Fut Sg P3) => c_ + "our" ;--# notpresent - VP (Pret Pl P1) => c_ + "ogussim" ;--# notpresent - VP (Pret Sg P1) => c_ + "ogus" ;--# notpresent - VP (Pret Pl P2) => c_ + "ogussiu" ;--# notpresent - VP (Pret Sg P2) => c_ + "oguessis" ;--# notpresent - VP (Pret Pl P3) => c_ + "oguessin" ;--# notpresent - VP (Pret Sg P3) => c_ + "ogus" ;--# notpresent - VP (Cond Pl P1) => c_ + "ourem" ;--# notpresent - VP (Cond Sg P1) => c_ + "ouria" ;--# notpresent - VP (Cond Pl P2) => c_ + "oureu" ;--# notpresent - VP (Cond Sg P2) => c_ + "ouries" ;--# notpresent - VP (Cond Pl P3) => c_ + "ourien" ;--# notpresent - VP (Cond Sg P3) => c_ + "ouria" ;--# notpresent - VP (Imp Pl P1) => c_ + "oguem" ; - VP (Imp Pl P2) => c_ + "oeu" ; - VP (Imp Sg P2) => c_ + "ou" ; - VP (Imp Pl P3) => c_ + "oguin" ; - VP (Imp Sg P3) => c_ + "ogui" ; - VP (Pass Pl Fem) => c_ + "uites" ; - VP (Pass Sg Fem) => c_ + "uita" ; - VP (Pass Pl Masc) => c_ + "uits" ; - VP (Pass Sg Masc) => c_ + "uit" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper crixer_33 : Str -> Verbum = \crixer -> -let cr_ = Predef.tk 5 crixer in -{s = table { - VI Ger => cr_ + "eixent" ; - VI Part => cr_ + "escut" ; - VP (Pres Ind Pl P1) => cr_ + "eixem" ; - VP (Pres Ind Sg P1) => cr_ + "eixo" ; - VP (Pres Ind Pl P2) => cr_ + "eixeu" ; - VP (Pres Ind Sg P2) => cr_ + "eixes" ; - VP (Pres Ind Pl P3) => cr_ + "eixen" ; - VP (Pres Ind Sg P3) => cr_ + "eix" ; - VP (Pres Subj Pl P1) => cr_ + "eixem" ; - VP (Pres Subj Sg P1) => cr_ + "eixi" ; - VP (Pres Subj Pl P2) => cr_ + "eixeu" ; - VP (Pres Subj Sg P2) => cr_ + "eixis" ; - VP (Pres Subj Pl P3) => cr_ + "eixin" ; - VP (Pres Subj Sg P3) => cr_ + "eixi" ; - VP (Impf Ind Pl P1) => cr_ + "eixem" ;--# notpresent - VP (Impf Ind Sg P1) => cr_ + "eixia" ;--# notpresent - VP (Impf Ind Pl P2) => cr_ + "eixeu" ;--# notpresent - VP (Impf Ind Sg P2) => cr_ + "eixies" ;--# notpresent - VP (Impf Ind Pl P3) => cr_ + "eixien" ;--# notpresent - VP (Impf Ind Sg P3) => cr_ + "eixia" ;--# notpresent - VP (Impf Subj Pl P1) => cr_ + "eixssim" ;--# notpresent - VP (Impf Subj Sg P1) => cr_ + "eixs" ;--# notpresent - VP (Impf Subj Pl P2) => cr_ + "eixssiu" ;--# notpresent - VP (Impf Subj Sg P2) => cr_ + "eixessis" ;--# notpresent - VP (Impf Subj Pl P3) => cr_ + "eixessin" ;--# notpresent - VP (Impf Subj Sg P3) => cr_ + "eixs" ;--# notpresent - VP (Fut Pl P1) => cr_ + "eixerem" ;--# notpresent - VP (Fut Sg P1) => cr_ + "eixer" ;--# notpresent - VP (Fut Pl P2) => cr_ + "eixereu" ;--# notpresent - VP (Fut Sg P2) => cr_ + "eixers" ;--# notpresent - VP (Fut Pl P3) => cr_ + "eixeran" ;--# notpresent - VP (Fut Sg P3) => cr_ + "eixer" ;--# notpresent - VP (Pret Pl P1) => cr_ + "eixssim" ;--# notpresent - VP (Pret Sg P1) => cr_ + "eixs" ;--# notpresent - VP (Pret Pl P2) => cr_ + "eixssiu" ;--# notpresent - VP (Pret Sg P2) => cr_ + "eixessis" ;--# notpresent - VP (Pret Pl P3) => cr_ + "eixessin" ;--# notpresent - VP (Pret Sg P3) => cr_ + "eixs" ;--# notpresent - VP (Cond Pl P1) => cr_ + "eixerem" ;--# notpresent - VP (Cond Sg P1) => cr_ + "eixeria" ;--# notpresent - VP (Cond Pl P2) => cr_ + "eixereu" ;--# notpresent - VP (Cond Sg P2) => cr_ + "eixeries" ;--# notpresent - VP (Cond Pl P3) => cr_ + "eixerien" ;--# notpresent - VP (Cond Sg P3) => cr_ + "eixeria" ;--# notpresent - VP (Imp Pl P1) => cr_ + "eixem" ; - VP (Imp Pl P2) => cr_ + "eixeu" ; - VP (Imp Sg P2) => cr_ + "eix" ; - VP (Imp Pl P3) => cr_ + "eixin" ; - VP (Imp Sg P3) => cr_ + "eixi" ; - VP (Pass Pl Fem) => cr_ + "escudes" ; - VP (Pass Sg Fem) => cr_ + "escuda" ; - VP (Pass Pl Masc) => cr_ + "escuts" ; - VP (Pass Sg Masc) => cr_ + "escut" ; - VI Infn => cr_ + "ixer" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper creure_34 : Str -> Verbum = \creure -> -let cr_ = Predef.tk 4 creure in -{s = table { - VI Infn => cr_ + "eure" ; - VI Ger => cr_ + "eient" ; - VI Part => cr_ + "egut" ; - VP (Pres Ind Pl P1) => cr_ + "eiem" ; - VP (Pres Ind Sg P1) => cr_ + "ec" ; - VP (Pres Ind Pl P2) => cr_ + "eieu" ; - VP (Pres Ind Sg P2) => cr_ + "eus" ; - VP (Pres Ind Pl P3) => cr_ + "euen" ; - VP (Pres Ind Sg P3) => cr_ + "eu" ; - VP (Pres Subj Pl P1) => cr_ + "eguem" ; - VP (Pres Subj Sg P1) => cr_ + "egui" ; - VP (Pres Subj Pl P2) => cr_ + "egueu" ; - VP (Pres Subj Sg P2) => cr_ + "eguis" ; - VP (Pres Subj Pl P3) => cr_ + "eguin" ; - VP (Pres Subj Sg P3) => cr_ + "egui" ; - VP (Impf Ind Sg P1) => cr_ + "eia" ;--# notpresent - VP (Impf Ind Sg P2) => cr_ + "eies" ;--# notpresent - VP (Impf Ind Pl P3) => cr_ + "eien" ;--# notpresent - VP (Impf Ind Sg P3) => cr_ + "eia" ;--# notpresent - VP (Impf Subj Pl P1) => cr_ + "egussim" ;--# notpresent - VP (Impf Subj Sg P1) => cr_ + "egus" ;--# notpresent - VP (Impf Subj Pl P2) => cr_ + "egussiu" ;--# notpresent - VP (Impf Subj Sg P2) => cr_ + "eguessis" ;--# notpresent - VP (Impf Subj Pl P3) => cr_ + "eguessin" ;--# notpresent - VP (Impf Subj Sg P3) => cr_ + "egus" ;--# notpresent - VP (Fut Pl P1) => cr_ + "eurem" ;--# notpresent - VP (Fut Sg P1) => cr_ + "eur" ;--# notpresent - VP (Fut Pl P2) => cr_ + "eureu" ;--# notpresent - VP (Fut Sg P2) => cr_ + "eurs" ;--# notpresent - VP (Fut Pl P3) => cr_ + "euran" ;--# notpresent - VP (Fut Sg P3) => cr_ + "eur" ;--# notpresent - VP (Pret Pl P1) => cr_ + "egussim" ;--# notpresent - VP (Pret Sg P1) => cr_ + "egus" ;--# notpresent - VP (Pret Pl P2) => cr_ + "egussiu" ;--# notpresent - VP (Pret Sg P2) => cr_ + "eguessis" ;--# notpresent - VP (Pret Pl P3) => cr_ + "eguessin" ;--# notpresent - VP (Pret Sg P3) => cr_ + "egus" ;--# notpresent - VP (Cond Pl P1) => cr_ + "eurem" ;--# notpresent - VP (Cond Sg P1) => cr_ + "euria" ;--# notpresent - VP (Cond Pl P2) => cr_ + "eureu" ;--# notpresent - VP (Cond Sg P2) => cr_ + "euries" ;--# notpresent - VP (Cond Pl P3) => cr_ + "eurien" ;--# notpresent - VP (Cond Sg P3) => cr_ + "euria" ;--# notpresent - VP (Imp Pl P1) => cr_ + "eguem" ; - VP (Imp Pl P2) => cr_ + "eieu" ; - VP (Imp Sg P2) => cr_ + "eu" ; - VP (Imp Pl P3) => cr_ + "eguin" ; - VP (Imp Sg P3) => cr_ + "egui" ; - VP (Pass Pl Fem) => cr_ + "egudes" ; - VP (Pass Sg Fem) => cr_ + "eguda" ; - VP (Pass Pl Masc) => cr_ + "eguts" ; - VP (Pass Sg Masc) => cr_ + "egut" ; - VP (Impf Ind Pl P1) => cr_ + "iem" ;--# notpresent - VP (Impf Ind Pl P2) => cr_ + "ieu" ;--# notpresent -VP (Imp Sg P1) => variants {} -} -} ; --- cruixir-- is not in the used source . - -oper dependre_36 : Str -> Verbum = \dependre -> -let dep_ = Predef.tk 5 dependre in -{s = table { - VI Infn => dep_ + "endre" ; - VI Ger => dep_ + "enent" ; - VP (Pres Ind Pl P1) => dep_ + "enem" ; - VP (Pres Ind Sg P1) => dep_ + "enc" ; - VP (Pres Ind Pl P2) => dep_ + "eneu" ; - VP (Pres Ind Sg P2) => dep_ + "ens" ; - VP (Pres Ind Pl P3) => dep_ + "enen" ; - VP (Pres Subj Pl P1) => dep_ + "enguem" ; - VP (Pres Subj Sg P1) => dep_ + "engui" ; - VP (Pres Subj Pl P2) => dep_ + "engueu" ; - VP (Pres Subj Sg P2) => dep_ + "enguis" ; - VP (Pres Subj Pl P3) => dep_ + "enguin" ; - VP (Pres Subj Sg P3) => dep_ + "engui" ; - VP (Impf Ind Pl P1) => dep_ + "enem" ;--# notpresent - VP (Impf Ind Sg P1) => dep_ + "enia" ;--# notpresent - VP (Impf Ind Pl P2) => dep_ + "eneu" ;--# notpresent - VP (Impf Ind Sg P2) => dep_ + "enies" ;--# notpresent - VP (Impf Ind Pl P3) => dep_ + "enien" ;--# notpresent - VP (Impf Ind Sg P3) => dep_ + "enia" ;--# notpresent - VP (Impf Subj Pl P1) => dep_ + "engussim" ;--# notpresent - VP (Impf Subj Sg P1) => dep_ + "engus" ;--# notpresent - VP (Impf Subj Pl P2) => dep_ + "engussiu" ;--# notpresent - VP (Impf Subj Sg P2) => dep_ + "enguessis" ;--# notpresent - VP (Impf Subj Pl P3) => dep_ + "enguessin" ;--# notpresent - VP (Impf Subj Sg P3) => dep_ + "engus" ;--# notpresent - VP (Fut Pl P1) => dep_ + "endrem" ;--# notpresent - VP (Fut Sg P1) => dep_ + "endr" ;--# notpresent - VP (Fut Pl P2) => dep_ + "endreu" ;--# notpresent - VP (Fut Sg P2) => dep_ + "endrs" ;--# notpresent - VP (Fut Pl P3) => dep_ + "endran" ;--# notpresent - VP (Fut Sg P3) => dep_ + "endr" ;--# notpresent - VP (Pret Pl P1) => dep_ + "engussim" ;--# notpresent - VP (Pret Sg P1) => dep_ + "engus" ;--# notpresent - VP (Pret Pl P2) => dep_ + "engussiu" ;--# notpresent - VP (Pret Sg P2) => dep_ + "enguessis" ;--# notpresent - VP (Pret Pl P3) => dep_ + "enguessin" ;--# notpresent - VP (Pret Sg P3) => dep_ + "engus" ;--# notpresent - VP (Cond Pl P1) => dep_ + "endrem" ;--# notpresent - VP (Cond Sg P1) => dep_ + "endria" ;--# notpresent - VP (Cond Pl P2) => dep_ + "endreu" ;--# notpresent - VP (Cond Sg P2) => dep_ + "endries" ;--# notpresent - VP (Cond Pl P3) => dep_ + "endrien" ;--# notpresent - VP (Cond Sg P3) => dep_ + "endria" ;--# notpresent - VP (Imp Pl P1) => dep_ + "enguem" ; - VP (Imp Pl P2) => dep_ + "eneu" ; - VP (Imp Pl P3) => dep_ + "enguin" ; - VP (Imp Sg P3) => dep_ + "engui" ; - VP (Pass Pl Fem) => dep_ + "eses" ; - VP (Pass Sg Fem) => dep_ + "esa" ; - VP (Pass Pl Masc) => dep_ + "esos" ; - VI Part => dep_ + "s" ; - VP (Pres Ind Sg P3) => dep_ + "n" ; - VP (Pass Sg Masc) => dep_ + "s" ; - VP (Imp Sg P2) => dep_ + "n" ; -VP (Imp Sg P1) => variants {} -} -} ; --- descloure-- is not in the used source . --- descosir-- is not in the used source . - -oper desfer_39 : Str -> Verbum = \desfer -> -let desf_ = Predef.tk 2 desfer in -{s = table { - VI Infn => desf_ + "er" ; - VI Ger => desf_ + "ent" ; - VI Part => desf_ + "et" ; - VP (Pres Ind Pl P1) => desf_ + "em" ; - VP (Pres Ind Sg P1) => desf_ + "aig" ; - VP (Pres Ind Pl P2) => desf_ + "eu" ; - VP (Pres Ind Sg P2) => desf_ + "s" ; - VP (Pres Ind Pl P3) => desf_ + "an" ; - VP (Pres Ind Sg P3) => desf_ + "" ; - VP (Pres Subj Pl P1) => desf_ + "em" ; - VP (Pres Subj Sg P1) => desf_ + "aci" ; - VP (Pres Subj Pl P2) => desf_ + "eu" ; - VP (Pres Subj Sg P2) => desf_ + "acis" ; - VP (Pres Subj Pl P3) => desf_ + "acin" ; - VP (Pres Subj Sg P3) => desf_ + "aci" ; - VP (Impf Ind Pl P1) => desf_ + "iem" ;--# notpresent - VP (Impf Ind Sg P1) => desf_ + "eia" ;--# notpresent - VP (Impf Ind Pl P2) => desf_ + "ieu" ;--# notpresent - VP (Impf Ind Sg P2) => desf_ + "eies" ;--# notpresent - VP (Impf Ind Pl P3) => desf_ + "eien" ;--# notpresent - VP (Impf Ind Sg P3) => desf_ + "eia" ;--# notpresent - VP (Impf Subj Pl P1) => desf_ + "ssim" ;--# notpresent - VP (Impf Subj Sg P1) => desf_ + "s" ;--# notpresent - VP (Impf Subj Pl P2) => desf_ + "ssiu" ;--# notpresent - VP (Impf Subj Sg P2) => desf_ + "essis" ;--# notpresent - VP (Impf Subj Pl P3) => desf_ + "essin" ;--# notpresent - VP (Impf Subj Sg P3) => desf_ + "s" ;--# notpresent - VP (Fut Pl P1) => desf_ + "arem" ;--# notpresent - VP (Fut Sg P1) => desf_ + "ar" ;--# notpresent - VP (Fut Pl P2) => desf_ + "areu" ;--# notpresent - VP (Fut Sg P2) => desf_ + "ars" ;--# notpresent - VP (Fut Pl P3) => desf_ + "aran" ;--# notpresent - VP (Fut Sg P3) => desf_ + "ar" ;--# notpresent - VP (Pret Pl P1) => desf_ + "ssim" ;--# notpresent - VP (Pret Sg P1) => desf_ + "s" ;--# notpresent - VP (Pret Pl P2) => desf_ + "ssiu" ;--# notpresent - VP (Pret Sg P2) => desf_ + "essis" ;--# notpresent - VP (Pret Pl P3) => desf_ + "essin" ;--# notpresent - VP (Pret Sg P3) => desf_ + "s" ;--# notpresent - VP (Cond Pl P1) => desf_ + "arem" ;--# notpresent - VP (Cond Sg P1) => desf_ + "aria" ;--# notpresent - VP (Cond Pl P2) => desf_ + "areu" ;--# notpresent - VP (Cond Sg P2) => desf_ + "aries" ;--# notpresent - VP (Cond Pl P3) => desf_ + "arien" ;--# notpresent - VP (Cond Sg P3) => desf_ + "aria" ;--# notpresent - VP (Imp Pl P1) => desf_ + "em" ; - VP (Imp Pl P2) => desf_ + "eu" ; - VP (Imp Sg P2) => desf_ + "s" ; - VP (Imp Pl P3) => desf_ + "acin" ; - VP (Imp Sg P3) => desf_ + "aci" ; - VP (Pass Pl Fem) => desf_ + "etes" ; - VP (Pass Sg Fem) => desf_ + "eta" ; - VP (Pass Pl Masc) => desf_ + "ets" ; - VP (Pass Sg Masc) => desf_ + "et" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper deure_40 : Str -> Verbum = \deure -> -let x_ = Predef.tk 5 deure in -{s = table { - VI Infn => x_ + "ure" ; - VI Ger => x_ + "vent" ; - VI Part => x_ + "gut" ; - VP (Pres Ind Pl P1) => x_ + "vem" ; - VP (Pres Ind Sg P1) => x_ + "c" ; - VP (Pres Ind Pl P2) => x_ + "veu" ; - VP (Pres Ind Sg P2) => x_ + "us" ; - VP (Pres Ind Pl P3) => x_ + "uen" ; - VP (Pres Ind Sg P3) => x_ + "u" ; - VP (Pres Subj Pl P1) => x_ + "guem" ; - VP (Pres Subj Sg P1) => x_ + "gui" ; - VP (Pres Subj Pl P2) => x_ + "gueu" ; - VP (Pres Subj Sg P2) => x_ + "guis" ; - VP (Pres Subj Pl P3) => x_ + "guin" ; - VP (Pres Subj Sg P3) => x_ + "gui" ; - VP (Impf Ind Pl P1) => x_ + "vem" ;--# notpresent - VP (Impf Ind Sg P1) => x_ + "via" ;--# notpresent - VP (Impf Ind Pl P2) => x_ + "veu" ;--# notpresent - VP (Impf Ind Sg P2) => x_ + "vies" ;--# notpresent - VP (Impf Ind Pl P3) => x_ + "vien" ;--# notpresent - VP (Impf Ind Sg P3) => x_ + "via" ;--# notpresent - VP (Impf Subj Pl P1) => x_ + "gussim" ;--# notpresent - VP (Impf Subj Sg P1) => x_ + "gus" ;--# notpresent - VP (Impf Subj Pl P2) => x_ + "gussiu" ;--# notpresent - VP (Impf Subj Sg P2) => x_ + "guessis" ;--# notpresent - VP (Impf Subj Pl P3) => x_ + "guessin" ;--# notpresent - VP (Impf Subj Sg P3) => x_ + "gus" ;--# notpresent - VP (Fut Pl P1) => x_ + "urem" ;--# notpresent - VP (Fut Sg P1) => x_ + "ur" ;--# notpresent - VP (Fut Pl P2) => x_ + "ureu" ;--# notpresent - VP (Fut Sg P2) => x_ + "urs" ;--# notpresent - VP (Fut Pl P3) => x_ + "uran" ;--# notpresent - VP (Fut Sg P3) => x_ + "ur" ;--# notpresent - VP (Pret Pl P1) => x_ + "gussim" ;--# notpresent - VP (Pret Sg P1) => x_ + "gus" ;--# notpresent - VP (Pret Pl P2) => x_ + "gussiu" ;--# notpresent - VP (Pret Sg P2) => x_ + "guessis" ;--# notpresent - VP (Pret Pl P3) => x_ + "guessin" ;--# notpresent - VP (Pret Sg P3) => x_ + "gus" ;--# notpresent - VP (Cond Pl P1) => x_ + "urem" ;--# notpresent - VP (Cond Sg P1) => x_ + "uria" ;--# notpresent - VP (Cond Pl P2) => x_ + "ureu" ;--# notpresent - VP (Cond Sg P2) => x_ + "uries" ;--# notpresent - VP (Cond Pl P3) => x_ + "urien" ;--# notpresent - VP (Cond Sg P3) => x_ + "uria" ;--# notpresent - VP (Imp Pl P1) => x_ + "guem" ; - VP (Imp Pl P2) => x_ + "veu" ; - VP (Imp Sg P2) => x_ + "u" ; - VP (Imp Pl P3) => x_ + "guin" ; - VP (Imp Sg P3) => x_ + "gui" ; - VP (Pass Pl Fem) => x_ + "gudes" ; - VP (Pass Sg Fem) => x_ + "guda" ; - VP (Pass Pl Masc) => x_ + "guts" ; - VP (Pass Sg Masc) => x_ + "gut" ; - VI Infn => x_ + "ure" ; - VI Ger => x_ + "vent" ; - VI Part => x_ + "gut" ; - VP (Pres Ind Pl P1) => x_ + "vem" ; - VP (Pres Ind Sg P1) => x_ + "c" ; - VP (Pres Ind Pl P2) => x_ + "veu" ; - VP (Pres Ind Sg P2) => x_ + "us" ; - VP (Pres Ind Pl P3) => x_ + "uen" ; - VP (Pres Ind Sg P3) => x_ + "u" ; - VP (Pres Subj Pl P1) => x_ + "guem" ; - VP (Pres Subj Sg P1) => x_ + "gui" ; - VP (Pres Subj Pl P2) => x_ + "gueu" ; - VP (Pres Subj Sg P2) => x_ + "guis" ; - VP (Pres Subj Pl P3) => x_ + "guin" ; - VP (Pres Subj Sg P3) => x_ + "gui" ; - VP (Impf Ind Pl P1) => x_ + "vem" ;--# notpresent - VP (Impf Ind Sg P1) => x_ + "via" ;--# notpresent - VP (Impf Ind Pl P2) => x_ + "veu" ;--# notpresent - VP (Impf Ind Sg P2) => x_ + "vies" ;--# notpresent - VP (Impf Ind Pl P3) => x_ + "vien" ;--# notpresent - VP (Impf Ind Sg P3) => x_ + "via" ;--# notpresent - VP (Impf Subj Pl P1) => x_ + "gussim" ;--# notpresent - VP (Impf Subj Sg P1) => x_ + "gus" ;--# notpresent - VP (Impf Subj Pl P2) => x_ + "gussiu" ;--# notpresent - VP (Impf Subj Sg P2) => x_ + "guessis" ;--# notpresent - VP (Impf Subj Pl P3) => x_ + "guessin" ;--# notpresent - VP (Impf Subj Sg P3) => x_ + "gus" ;--# notpresent - VP (Fut Pl P1) => x_ + "urem" ;--# notpresent - VP (Fut Sg P1) => x_ + "ur" ;--# notpresent - VP (Fut Pl P2) => x_ + "ureu" ;--# notpresent - VP (Fut Sg P2) => x_ + "urs" ;--# notpresent - VP (Fut Pl P3) => x_ + "uran" ;--# notpresent - VP (Fut Sg P3) => x_ + "ur" ;--# notpresent - VP (Pret Pl P1) => x_ + "gussim" ;--# notpresent - VP (Pret Sg P1) => x_ + "gus" ;--# notpresent - VP (Pret Pl P2) => x_ + "gussiu" ;--# notpresent - VP (Pret Sg P2) => x_ + "guessis" ;--# notpresent - VP (Pret Pl P3) => x_ + "guessin" ;--# notpresent - VP (Pret Sg P3) => x_ + "gus" ;--# notpresent - VP (Cond Pl P1) => x_ + "urem" ;--# notpresent - VP (Cond Sg P1) => x_ + "uria" ;--# notpresent - VP (Cond Pl P2) => x_ + "ureu" ;--# notpresent - VP (Cond Sg P2) => x_ + "uries" ;--# notpresent - VP (Cond Pl P3) => x_ + "urien" ;--# notpresent - VP (Cond Sg P3) => x_ + "uria" ;--# notpresent - VP (Pass Pl Fem) => x_ + "gudes" ; - VP (Pass Sg Fem) => x_ + "guda" ; - VP (Pass Pl Masc) => x_ + "guts" ; - VP (Pass Sg Masc) => x_ + "gut" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper dir_41 : Str -> Verbum = \dir -> -let d_ = Predef.tk 2 dir in -{s = table { - VI Infn => d_ + "ir" ; - VI Ger => d_ + "ient" ; - VI Part => d_ + "it" ; - VP (Pres Ind Pl P1) => d_ + "iem" ; - VP (Pres Ind Sg P1) => d_ + "ic" ; - VP (Pres Ind Pl P2) => d_ + "ieu" ; - VP (Pres Ind Sg P2) => d_ + "ius" ; - VP (Pres Ind Pl P3) => d_ + "iuen" ; - VP (Pres Ind Sg P3) => d_ + "iu" ; - VP (Pres Subj Pl P1) => d_ + "iguem" ; - VP (Pres Subj Sg P1) => d_ + "igui" ; - VP (Pres Subj Pl P2) => d_ + "igueu" ; - VP (Pres Subj Sg P2) => d_ + "iguis" ; - VP (Pres Subj Pl P3) => d_ + "iguin" ; - VP (Pres Subj Sg P3) => d_ + "igui" ; - VP (Impf Ind Pl P1) => d_ + "iem" ;--# notpresent - VP (Impf Ind Sg P1) => d_ + "eia" ;--# notpresent - VP (Impf Ind Pl P2) => d_ + "ieu" ;--# notpresent - VP (Impf Ind Sg P2) => d_ + "eies" ;--# notpresent - VP (Impf Ind Pl P3) => d_ + "eien" ;--# notpresent - VP (Impf Ind Sg P3) => d_ + "eia" ;--# notpresent - VP (Impf Subj Pl P1) => d_ + "igussim" ;--# notpresent - VP (Impf Subj Sg P1) => d_ + "igus" ;--# notpresent - VP (Impf Subj Pl P2) => d_ + "igussiu" ;--# notpresent - VP (Impf Subj Sg P2) => d_ + "iguessis" ;--# notpresent - VP (Impf Subj Pl P3) => d_ + "iguessin" ;--# notpresent - VP (Impf Subj Sg P3) => d_ + "igus" ;--# notpresent - VP (Fut Pl P1) => d_ + "irem" ;--# notpresent - VP (Fut Sg P1) => d_ + "ir" ;--# notpresent - VP (Fut Pl P2) => d_ + "ireu" ;--# notpresent - VP (Fut Sg P2) => d_ + "irs" ;--# notpresent - VP (Fut Pl P3) => d_ + "iran" ;--# notpresent - VP (Fut Sg P3) => d_ + "ir" ;--# notpresent - VP (Pret Pl P1) => d_ + "igussim" ;--# notpresent - VP (Pret Sg P1) => d_ + "igus" ;--# notpresent - VP (Pret Pl P2) => d_ + "igussiu" ;--# notpresent - VP (Pret Sg P2) => d_ + "iguessis" ;--# notpresent - VP (Pret Pl P3) => d_ + "iguessin" ;--# notpresent - VP (Pret Sg P3) => d_ + "igus" ;--# notpresent - VP (Cond Pl P1) => d_ + "irem" ;--# notpresent - VP (Cond Sg P1) => d_ + "iria" ;--# notpresent - VP (Cond Pl P2) => d_ + "ireu" ;--# notpresent - VP (Cond Sg P2) => d_ + "iries" ;--# notpresent - VP (Cond Pl P3) => d_ + "irien" ;--# notpresent - VP (Cond Sg P3) => d_ + "iria" ;--# notpresent - VP (Imp Pl P1) => d_ + "iguem" ; - VP (Imp Pl P2) => d_ + "igueu" ; - VP (Imp Sg P2) => d_ + "igues" ; - VP (Imp Pl P3) => d_ + "iguin" ; - VP (Imp Sg P3) => d_ + "igui" ; - VP (Pass Pl Fem) => d_ + "ites" ; - VP (Pass Sg Fem) => d_ + "ita" ; - VP (Pass Pl Masc) => d_ + "its" ; - VP (Pass Sg Masc) => d_ + "it" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper doldre_42 : Str -> Verbum = \doldre -> -let dol_ = Predef.tk 3 doldre in -{s = table { - VI Infn => dol_ + "dre" ; - VI Ger => dol_ + "ent" ; - VI Part => dol_ + "gut" ; - VP (Pres Ind Pl P1) => dol_ + "em" ; - VP (Pres Ind Sg P1) => dol_ + "c" ; - VP (Pres Ind Pl P2) => dol_ + "eu" ; - VP (Pres Ind Sg P2) => dol_ + "s" ; - VP (Pres Ind Pl P3) => dol_ + "en" ; - VP (Pres Ind Sg P3) => dol_ + "" ; - VP (Pres Subj Pl P1) => dol_ + "guem" ; - VP (Pres Subj Sg P1) => dol_ + "gui" ; - VP (Pres Subj Pl P2) => dol_ + "gueu" ; - VP (Pres Subj Sg P2) => dol_ + "guis" ; - VP (Pres Subj Pl P3) => dol_ + "guin" ; - VP (Pres Subj Sg P3) => dol_ + "gui" ; - VP (Impf Ind Pl P1) => dol_ + "em" ;--# notpresent - VP (Impf Ind Sg P1) => dol_ + "ia" ;--# notpresent - VP (Impf Ind Pl P2) => dol_ + "eu" ;--# notpresent - VP (Impf Ind Sg P2) => dol_ + "ies" ;--# notpresent - VP (Impf Ind Pl P3) => dol_ + "ien" ;--# notpresent - VP (Impf Ind Sg P3) => dol_ + "ia" ;--# notpresent - VP (Impf Subj Pl P1) => dol_ + "gussim" ;--# notpresent - VP (Impf Subj Sg P1) => dol_ + "gus" ;--# notpresent - VP (Impf Subj Pl P2) => dol_ + "gussiu" ;--# notpresent - VP (Impf Subj Sg P2) => dol_ + "guessis" ;--# notpresent - VP (Impf Subj Pl P3) => dol_ + "guessin" ;--# notpresent - VP (Impf Subj Sg P3) => dol_ + "gus" ;--# notpresent - VP (Fut Pl P1) => dol_ + "drem" ;--# notpresent - VP (Fut Sg P1) => dol_ + "dr" ;--# notpresent - VP (Fut Pl P2) => dol_ + "dreu" ;--# notpresent - VP (Fut Sg P2) => dol_ + "drs" ;--# notpresent - VP (Fut Pl P3) => dol_ + "dran" ;--# notpresent - VP (Fut Sg P3) => dol_ + "dr" ;--# notpresent - VP (Pret Pl P1) => dol_ + "gussim" ;--# notpresent - VP (Pret Sg P1) => dol_ + "gus" ;--# notpresent - VP (Pret Pl P2) => dol_ + "gussiu" ;--# notpresent - VP (Pret Sg P2) => dol_ + "guessis" ;--# notpresent - VP (Pret Pl P3) => dol_ + "guessin" ;--# notpresent - VP (Pret Sg P3) => dol_ + "gus" ;--# notpresent - VP (Cond Pl P1) => dol_ + "drem" ;--# notpresent - VP (Cond Sg P1) => dol_ + "dria" ;--# notpresent - VP (Cond Pl P2) => dol_ + "dreu" ;--# notpresent - VP (Cond Sg P2) => dol_ + "dries" ;--# notpresent - VP (Cond Pl P3) => dol_ + "drien" ;--# notpresent - VP (Cond Sg P3) => dol_ + "dria" ;--# notpresent - VP (Imp Pl P1) => dol_ + "guem" ; - VP (Imp Pl P2) => dol_ + "eu" ; - VP (Imp Sg P2) => dol_ + "" ; - VP (Imp Pl P3) => dol_ + "guin" ; - VP (Imp Sg P3) => dol_ + "gui" ; - VP (Pass Pl Fem) => dol_ + "gudes" ; - VP (Pass Sg Fem) => dol_ + "guda" ; - VP (Pass Pl Masc) => dol_ + "guts" ; - VP (Pass Sg Masc) => dol_ + "gut" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper donar_43 : Str -> Verbum = \donar -> -let d_ = Predef.tk 4 donar in -{s = table { - VI Infn => d_ + "onar" ; - VI Ger => d_ + "onant" ; - VI Part => d_ + "onat" ; - VP (Pres Ind Pl P1) => d_ + "onem" ; - VP (Pres Ind Sg P1) => d_ + "ono" ; - VP (Pres Ind Pl P2) => d_ + "oneu" ; - VP (Pres Ind Pl P3) => d_ + "onen" ; - VP (Pres Subj Pl P1) => d_ + "onem" ; - VP (Pres Subj Sg P1) => d_ + "oni" ; - VP (Pres Subj Pl P2) => d_ + "oneu" ; - VP (Pres Subj Sg P2) => d_ + "onis" ; - VP (Pres Subj Pl P3) => d_ + "onin" ; - VP (Pres Subj Sg P3) => d_ + "oni" ; - VP (Impf Ind Pl P1) => d_ + "onvem" ;--# notpresent - VP (Impf Ind Sg P1) => d_ + "onava" ;--# notpresent - VP (Impf Ind Pl P2) => d_ + "onveu" ;--# notpresent - VP (Impf Ind Sg P2) => d_ + "onaves" ;--# notpresent - VP (Impf Ind Pl P3) => d_ + "onaven" ;--# notpresent - VP (Impf Ind Sg P3) => d_ + "onava" ;--# notpresent - VP (Impf Subj Pl P1) => d_ + "onssim" ;--# notpresent - VP (Impf Subj Sg P1) => d_ + "ons" ;--# notpresent - VP (Impf Subj Pl P2) => d_ + "onssiu" ;--# notpresent - VP (Impf Subj Sg P2) => d_ + "onessis" ;--# notpresent - VP (Impf Subj Pl P3) => d_ + "onessin" ;--# notpresent - VP (Impf Subj Sg P3) => d_ + "ons" ;--# notpresent - VP (Fut Pl P1) => d_ + "onarem" ;--# notpresent - VP (Fut Sg P1) => d_ + "onar" ;--# notpresent - VP (Fut Pl P2) => d_ + "onareu" ;--# notpresent - VP (Fut Sg P2) => d_ + "onars" ;--# notpresent - VP (Fut Pl P3) => d_ + "onaran" ;--# notpresent - VP (Fut Sg P3) => d_ + "onar" ;--# notpresent - VP (Pret Pl P1) => d_ + "onssim" ;--# notpresent - VP (Pret Sg P1) => d_ + "ons" ;--# notpresent - VP (Pret Pl P2) => d_ + "onssiu" ;--# notpresent - VP (Pret Sg P2) => d_ + "onessis" ;--# notpresent - VP (Pret Pl P3) => d_ + "onessin" ;--# notpresent - VP (Pret Sg P3) => d_ + "ons" ;--# notpresent - VP (Cond Pl P1) => d_ + "onarem" ;--# notpresent - VP (Cond Sg P1) => d_ + "onaria" ;--# notpresent - VP (Cond Pl P2) => d_ + "onareu" ;--# notpresent - VP (Cond Sg P2) => d_ + "onaries" ;--# notpresent - VP (Cond Pl P3) => d_ + "onarien" ;--# notpresent - VP (Cond Sg P3) => d_ + "onaria" ;--# notpresent - VP (Imp Pl P1) => d_ + "onem" ; - VP (Imp Pl P2) => d_ + "oneu" ; - VP (Imp Pl P3) => d_ + "onin" ; - VP (Imp Sg P3) => d_ + "oni" ; - VP (Pass Pl Fem) => d_ + "onades" ; - VP (Pass Sg Fem) => d_ + "onada" ; - VP (Pass Pl Masc) => d_ + "onats" ; - VP (Pass Sg Masc) => d_ + "onat" ; - VP (Pres Ind Sg P2) => d_ + "nes" ; - VP (Pres Ind Sg P3) => d_ + "na" ; - VP (Imp Sg P2) => d_ + "na" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper dormir_44 : Str -> Verbum = \dormir -> -let dorm_ = Predef.tk 2 dormir in -{s = table { - VI Infn => dorm_ + "ir" ; - VI Ger => dorm_ + "int" ; - VI Part => dorm_ + "it" ; - VP (Pres Ind Pl P1) => dorm_ + "im" ; - VP (Pres Ind Sg P1) => dorm_ + "o" ; - VP (Pres Ind Pl P2) => dorm_ + "iu" ; - VP (Pres Ind Sg P2) => dorm_ + "s" ; - VP (Pres Ind Pl P3) => dorm_ + "en" ; - VP (Pres Ind Sg P3) => dorm_ + "" ; - VP (Pres Subj Pl P1) => dorm_ + "im" ; - VP (Pres Subj Sg P1) => dorm_ + "i" ; - VP (Pres Subj Pl P2) => dorm_ + "iu" ; - VP (Pres Subj Sg P2) => dorm_ + "is" ; - VP (Pres Subj Pl P3) => dorm_ + "in" ; - VP (Pres Subj Sg P3) => dorm_ + "i" ; - VP (Impf Ind Pl P1) => dorm_ + "em" ;--# notpresent - VP (Impf Ind Sg P1) => dorm_ + "ia" ;--# notpresent - VP (Impf Ind Pl P2) => dorm_ + "eu" ;--# notpresent - VP (Impf Ind Sg P2) => dorm_ + "ies" ;--# notpresent - VP (Impf Ind Pl P3) => dorm_ + "ien" ;--# notpresent - VP (Impf Ind Sg P3) => dorm_ + "ia" ;--# notpresent - VP (Impf Subj Pl P1) => dorm_ + "ssim" ;--# notpresent - VP (Impf Subj Sg P1) => dorm_ + "s" ;--# notpresent - VP (Impf Subj Pl P2) => dorm_ + "ssiu" ;--# notpresent - VP (Impf Subj Sg P2) => dorm_ + "issis" ;--# notpresent - VP (Impf Subj Pl P3) => dorm_ + "issin" ;--# notpresent - VP (Impf Subj Sg P3) => dorm_ + "s" ;--# notpresent - VP (Fut Pl P1) => dorm_ + "irem" ;--# notpresent - VP (Fut Sg P1) => dorm_ + "ir" ;--# notpresent - VP (Fut Pl P2) => dorm_ + "ireu" ;--# notpresent - VP (Fut Sg P2) => dorm_ + "irs" ;--# notpresent - VP (Fut Pl P3) => dorm_ + "iran" ;--# notpresent - VP (Fut Sg P3) => dorm_ + "ir" ;--# notpresent - VP (Pret Pl P1) => dorm_ + "ssim" ;--# notpresent - VP (Pret Sg P1) => dorm_ + "s" ;--# notpresent - VP (Pret Pl P2) => dorm_ + "ssiu" ;--# notpresent - VP (Pret Sg P2) => dorm_ + "issis" ;--# notpresent - VP (Pret Pl P3) => dorm_ + "issin" ;--# notpresent - VP (Pret Sg P3) => dorm_ + "s" ;--# notpresent - VP (Cond Pl P1) => dorm_ + "irem" ;--# notpresent - VP (Cond Sg P1) => dorm_ + "iria" ;--# notpresent - VP (Cond Pl P2) => dorm_ + "ireu" ;--# notpresent - VP (Cond Sg P2) => dorm_ + "iries" ;--# notpresent - VP (Cond Pl P3) => dorm_ + "irien" ;--# notpresent - VP (Cond Sg P3) => dorm_ + "iria" ;--# notpresent - VP (Imp Pl P1) => dorm_ + "im" ; - VP (Imp Pl P2) => dorm_ + "iu" ; - VP (Imp Sg P2) => dorm_ + "" ; - VP (Imp Pl P3) => dorm_ + "in" ; - VP (Imp Sg P3) => dorm_ + "i" ; - VP (Pass Pl Fem) => dorm_ + "ides" ; - VP (Pass Sg Fem) => dorm_ + "ida" ; - VP (Pass Pl Masc) => dorm_ + "its" ; - VP (Pass Sg Masc) => dorm_ + "it" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper dur_45 : Str -> Verbum = \dur -> -let d_ = Predef.tk 2 dur in -{s = table { - VI Infn => d_ + "ur" ; - VI Ger => d_ + "uent" ; - VI Part => d_ + "ut" ; - VP (Pres Ind Pl P1) => d_ + "uem" ; - VP (Pres Ind Sg P1) => d_ + "uc" ; - VP (Pres Ind Pl P2) => d_ + "ueu" ; - VP (Pres Ind Sg P2) => d_ + "uus" ; - VP (Pres Ind Pl P3) => d_ + "uen" ; - VP (Pres Ind Sg P3) => d_ + "uu" ; - VP (Pres Subj Pl P1) => d_ + "uguem" ; - VP (Pres Subj Sg P1) => d_ + "ugui" ; - VP (Pres Subj Pl P2) => d_ + "ugueu" ; - VP (Pres Subj Sg P2) => d_ + "uguis" ; - VP (Pres Subj Pl P3) => d_ + "uguin" ; - VP (Pres Subj Sg P3) => d_ + "ugui" ; - VP (Impf Ind Sg P1) => d_ + "uia" ;--# notpresent - VP (Impf Ind Sg P2) => d_ + "uies" ;--# notpresent - VP (Impf Ind Pl P3) => d_ + "uien" ;--# notpresent - VP (Impf Ind Sg P3) => d_ + "uia" ;--# notpresent - VP (Impf Ind Pl P1) => d_ + "iem" ;--# notpresent - VP (Impf Ind Pl P2) => d_ + "ieu" ;--# notpresent - VP (Impf Subj Pl P1) => d_ + "ugussim" ;--# notpresent - VP (Impf Subj Sg P1) => d_ + "ugus" ;--# notpresent - VP (Impf Subj Pl P2) => d_ + "ugussiu" ;--# notpresent - VP (Impf Subj Sg P2) => d_ + "uguessis" ;--# notpresent - VP (Impf Subj Pl P3) => d_ + "uguessin" ;--# notpresent - VP (Impf Subj Sg P3) => d_ + "ugus" ;--# notpresent - VP (Fut Pl P1) => d_ + "urem" ;--# notpresent - VP (Fut Sg P1) => d_ + "ur" ;--# notpresent - VP (Fut Pl P2) => d_ + "ureu" ;--# notpresent - VP (Fut Sg P2) => d_ + "urs" ;--# notpresent - VP (Fut Pl P3) => d_ + "uran" ;--# notpresent - VP (Fut Sg P3) => d_ + "ur" ;--# notpresent - VP (Pret Pl P1) => d_ + "ugussim" ;--# notpresent - VP (Pret Sg P1) => d_ + "ugus" ;--# notpresent - VP (Pret Pl P2) => d_ + "ugussiu" ;--# notpresent - VP (Pret Sg P2) => d_ + "uguessis" ;--# notpresent - VP (Pret Pl P3) => d_ + "uguessin" ;--# notpresent - VP (Pret Sg P3) => d_ + "ugus" ;--# notpresent - VP (Cond Pl P1) => d_ + "urem" ;--# notpresent - VP (Cond Sg P1) => d_ + "uria" ;--# notpresent - VP (Cond Pl P2) => d_ + "ureu" ;--# notpresent - VP (Cond Sg P2) => d_ + "uries" ;--# notpresent - VP (Cond Pl P3) => d_ + "urien" ;--# notpresent - VP (Cond Sg P3) => d_ + "uria" ;--# notpresent - VP (Imp Pl P1) => d_ + "uguem" ; - VP (Imp Pl P2) => d_ + "ueu" ; - VP (Imp Sg P2) => d_ + "uu" ; - VP (Imp Pl P3) => d_ + "uguin" ; - VP (Imp Sg P3) => d_ + "ugui" ; - VP (Pass Pl Fem) => d_ + "utes" ; - VP (Pass Sg Fem) => d_ + "uta" ; - VP (Pass Pl Masc) => d_ + "uts" ; - VP (Pass Sg Masc) => d_ + "ut" ; -VP (Imp Sg P1) => variants {} -} -} ; --- eixir-- is not in the used source . --- enaiguar-- is not in the used source . - -oper envejar_48 : Str -> Verbum = \envejar -> -let enve_ = Predef.tk 3 envejar in -{s = table { - VI Infn => enve_ + "jar" ; - VI Ger => enve_ + "jant" ; - VI Part => enve_ + "jat" ; - VP (Pres Ind Pl P1) => enve_ + "gem" ; - VP (Pres Ind Sg P1) => enve_ + "jo" ; - VP (Pres Ind Pl P2) => enve_ + "geu" ; - VP (Pres Ind Sg P2) => enve_ + "ges" ; - VP (Pres Ind Pl P3) => enve_ + "gen" ; - VP (Pres Ind Sg P3) => enve_ + "ja" ; - VP (Pres Subj Pl P1) => enve_ + "gem" ; - VP (Pres Subj Sg P1) => enve_ + "gi" ; - VP (Pres Subj Pl P2) => enve_ + "geu" ; - VP (Pres Subj Sg P2) => enve_ + "gis" ; - VP (Pres Subj Pl P3) => enve_ + "gin" ; - VP (Pres Subj Sg P3) => enve_ + "gi" ; - VP (Impf Ind Pl P1) => enve_ + "jvem" ;--# notpresent - VP (Impf Ind Sg P1) => enve_ + "java" ;--# notpresent - VP (Impf Ind Pl P2) => enve_ + "jveu" ;--# notpresent - VP (Impf Ind Sg P2) => enve_ + "javes" ;--# notpresent - VP (Impf Ind Pl P3) => enve_ + "javen" ;--# notpresent - VP (Impf Ind Sg P3) => enve_ + "java" ;--# notpresent - VP (Impf Subj Pl P1) => enve_ + "gssim" ;--# notpresent - VP (Impf Subj Sg P1) => enve_ + "gs" ;--# notpresent - VP (Impf Subj Pl P2) => enve_ + "gssiu" ;--# notpresent - VP (Impf Subj Sg P2) => enve_ + "gessis" ;--# notpresent - VP (Impf Subj Pl P3) => enve_ + "gessin" ;--# notpresent - VP (Impf Subj Sg P3) => enve_ + "gs" ;--# notpresent - VP (Fut Pl P1) => enve_ + "jarem" ;--# notpresent - VP (Fut Sg P1) => enve_ + "jar" ;--# notpresent - VP (Fut Pl P2) => enve_ + "jareu" ;--# notpresent - VP (Fut Sg P2) => enve_ + "jars" ;--# notpresent - VP (Fut Pl P3) => enve_ + "jaran" ;--# notpresent - VP (Fut Sg P3) => enve_ + "jar" ;--# notpresent - VP (Pret Pl P1) => enve_ + "gssim" ;--# notpresent - VP (Pret Sg P1) => enve_ + "gs" ;--# notpresent - VP (Pret Pl P2) => enve_ + "gssiu" ;--# notpresent - VP (Pret Sg P2) => enve_ + "gessis" ;--# notpresent - VP (Pret Pl P3) => enve_ + "gessin" ;--# notpresent - VP (Pret Sg P3) => enve_ + "gs" ;--# notpresent - VP (Cond Pl P1) => enve_ + "jarem" ;--# notpresent - VP (Cond Sg P1) => enve_ + "jaria" ;--# notpresent - VP (Cond Pl P2) => enve_ + "jareu" ;--# notpresent - VP (Cond Sg P2) => enve_ + "jaries" ;--# notpresent - VP (Cond Pl P3) => enve_ + "jarien" ;--# notpresent - VP (Cond Sg P3) => enve_ + "jaria" ;--# notpresent - VP (Imp Pl P1) => enve_ + "gem" ; - VP (Imp Pl P2) => enve_ + "geu" ; - VP (Imp Sg P2) => enve_ + "ja" ; - VP (Imp Pl P3) => enve_ + "gin" ; - VP (Imp Sg P3) => enve_ + "gi" ; - VP (Pass Pl Fem) => enve_ + "jades" ; - VP (Pass Sg Fem) => enve_ + "jada" ; - VP (Pass Pl Masc) => enve_ + "jats" ; - VP (Pass Sg Masc) => enve_ + "jat" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper escopir_49 : Str -> Verbum = \escopir -> -let esc_ = Predef.tk 4 escopir in -{s = table { - VI Infn => esc_ + "opir" ; - VI Ger => esc_ + "opint" ; - VI Part => esc_ + "opit" ; - VP (Pres Ind Pl P1) => esc_ + "opim" ; - VP (Pres Ind Sg P1) => esc_ + "upo" ; - VP (Pres Ind Pl P2) => esc_ + "opiu" ; - VP (Pres Ind Sg P2) => esc_ + "ups" ; - VP (Pres Ind Pl P3) => esc_ + "upen" ; - VP (Pres Ind Sg P3) => esc_ + "up" ; - VP (Pres Subj Pl P1) => esc_ + "opim" ; - VP (Pres Subj Sg P1) => esc_ + "upi" ; - VP (Pres Subj Pl P2) => esc_ + "opiu" ; - VP (Pres Subj Sg P2) => esc_ + "upis" ; - VP (Pres Subj Pl P3) => esc_ + "upin" ; - VP (Pres Subj Sg P3) => esc_ + "upi" ; - VP (Impf Ind Pl P1) => esc_ + "opem" ;--# notpresent - VP (Impf Ind Sg P1) => esc_ + "opia" ;--# notpresent - VP (Impf Ind Pl P2) => esc_ + "opeu" ;--# notpresent - VP (Impf Ind Sg P2) => esc_ + "opies" ;--# notpresent - VP (Impf Ind Pl P3) => esc_ + "opien" ;--# notpresent - VP (Impf Ind Sg P3) => esc_ + "opia" ;--# notpresent - VP (Impf Subj Pl P1) => esc_ + "opssim" ;--# notpresent - VP (Impf Subj Sg P1) => esc_ + "ops" ;--# notpresent - VP (Impf Subj Pl P2) => esc_ + "opssiu" ;--# notpresent - VP (Impf Subj Sg P2) => esc_ + "opissis" ;--# notpresent - VP (Impf Subj Pl P3) => esc_ + "opissin" ;--# notpresent - VP (Impf Subj Sg P3) => esc_ + "ops" ;--# notpresent - VP (Fut Pl P1) => esc_ + "opirem" ;--# notpresent - VP (Fut Sg P1) => esc_ + "opir" ;--# notpresent - VP (Fut Pl P2) => esc_ + "opireu" ;--# notpresent - VP (Fut Sg P2) => esc_ + "opirs" ;--# notpresent - VP (Fut Pl P3) => esc_ + "opiran" ;--# notpresent - VP (Fut Sg P3) => esc_ + "opir" ;--# notpresent - VP (Pret Pl P1) => esc_ + "opssim" ;--# notpresent - VP (Pret Sg P1) => esc_ + "ops" ;--# notpresent - VP (Pret Pl P2) => esc_ + "opssiu" ;--# notpresent - VP (Pret Sg P2) => esc_ + "opissis" ;--# notpresent - VP (Pret Pl P3) => esc_ + "opissin" ;--# notpresent - VP (Pret Sg P3) => esc_ + "ops" ;--# notpresent - VP (Cond Pl P1) => esc_ + "opirem" ;--# notpresent - VP (Cond Sg P1) => esc_ + "opiria" ;--# notpresent - VP (Cond Pl P2) => esc_ + "opireu" ;--# notpresent - VP (Cond Sg P2) => esc_ + "opiries" ;--# notpresent - VP (Cond Pl P3) => esc_ + "opirien" ;--# notpresent - VP (Cond Sg P3) => esc_ + "opiria" ;--# notpresent - VP (Imp Pl P1) => esc_ + "opim" ; - VP (Imp Pl P2) => esc_ + "opiu" ; - VP (Imp Sg P2) => esc_ + "up" ; - VP (Imp Pl P3) => esc_ + "upin" ; - VP (Imp Sg P3) => esc_ + "upi" ; - VP (Pass Pl Fem) => esc_ + "opides" ; - VP (Pass Sg Fem) => esc_ + "opida" ; - VP (Pass Pl Masc) => esc_ + "opits" ; - VP (Pass Sg Masc) => esc_ + "opit" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper escriure_50 : Str -> Verbum = \escriure -> -let escri_ = Predef.tk 3 escriure in -{s = table { - VI Infn => escri_ + "ure" ; - VI Ger => escri_ + "vint" ; - VI Part => escri_ + "t" ; - VP (Pres Ind Pl P1) => escri_ + "vim" ; - VP (Pres Ind Sg P1) => escri_ + "c" ; - VP (Pres Ind Pl P2) => escri_ + "viu" ; - VP (Pres Ind Sg P2) => escri_ + "us" ; - VP (Pres Ind Pl P3) => escri_ + "uen" ; - VP (Pres Ind Sg P3) => escri_ + "u" ; - VP (Pres Subj Pl P1) => escri_ + "guem" ; - VP (Pres Subj Sg P1) => escri_ + "gui" ; - VP (Pres Subj Pl P2) => escri_ + "gueu" ; - VP (Pres Subj Sg P2) => escri_ + "guis" ; - VP (Pres Subj Pl P3) => escri_ + "guin" ; - VP (Pres Subj Sg P3) => escri_ + "gui" ; - VP (Impf Ind Pl P1) => escri_ + "vem" ;--# notpresent - VP (Impf Ind Sg P1) => escri_ + "via" ;--# notpresent - VP (Impf Ind Pl P2) => escri_ + "veu" ;--# notpresent - VP (Impf Ind Sg P2) => escri_ + "vies" ;--# notpresent - VP (Impf Ind Pl P3) => escri_ + "vien" ;--# notpresent - VP (Impf Ind Sg P3) => escri_ + "via" ;--# notpresent - VP (Impf Subj Pl P1) => escri_ + "vssim" ;--# notpresent - VP (Impf Subj Sg P1) => escri_ + "vs" ;--# notpresent - VP (Impf Subj Pl P2) => escri_ + "vssiu" ;--# notpresent - VP (Impf Subj Sg P2) => escri_ + "vissis" ;--# notpresent - VP (Impf Subj Pl P3) => escri_ + "vissin" ;--# notpresent - VP (Impf Subj Sg P3) => escri_ + "vs" ;--# notpresent - VP (Fut Pl P1) => escri_ + "urem" ;--# notpresent - VP (Fut Sg P1) => escri_ + "ur" ;--# notpresent - VP (Fut Pl P2) => escri_ + "ureu" ;--# notpresent - VP (Fut Sg P2) => escri_ + "urs" ;--# notpresent - VP (Fut Pl P3) => escri_ + "uran" ;--# notpresent - VP (Fut Sg P3) => escri_ + "ur" ;--# notpresent - VP (Pret Pl P1) => escri_ + "vssim" ;--# notpresent - VP (Pret Sg P1) => escri_ + "vs" ;--# notpresent - VP (Pret Pl P2) => escri_ + "vssiu" ;--# notpresent - VP (Pret Sg P2) => escri_ + "vissis" ;--# notpresent - VP (Pret Pl P3) => escri_ + "vissin" ;--# notpresent - VP (Pret Sg P3) => escri_ + "vs" ;--# notpresent - VP (Cond Pl P1) => escri_ + "urem" ;--# notpresent - VP (Cond Sg P1) => escri_ + "uria" ;--# notpresent - VP (Cond Pl P2) => escri_ + "ureu" ;--# notpresent - VP (Cond Sg P2) => escri_ + "uries" ;--# notpresent - VP (Cond Pl P3) => escri_ + "urien" ;--# notpresent - VP (Cond Sg P3) => escri_ + "uria" ;--# notpresent - VP (Imp Pl P1) => escri_ + "guem" ; - VP (Imp Pl P2) => escri_ + "viu" ; - VP (Imp Sg P2) => escri_ + "u" ; - VP (Imp Pl P3) => escri_ + "guin" ; - VP (Imp Sg P3) => escri_ + "gui" ; - VP (Pass Pl Fem) => escri_ + "tes" ; - VP (Pass Sg Fem) => escri_ + "ta" ; - VP (Pass Pl Masc) => escri_ + "ts" ; - VP (Pass Sg Masc) => escri_ + "t" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper esglaiar_51 : Str -> Verbum = \esglaiar -> -let esgla_ = Predef.tk 3 esglaiar in -{s = table { - VI Infn => esgla_ + "iar" ; - VI Ger => esgla_ + "iant" ; - VI Part => esgla_ + "iat" ; - VP (Pres Ind Pl P1) => esgla_ + "iem" ; - VP (Pres Ind Sg P1) => esgla_ + "io" ; - VP (Pres Ind Pl P2) => esgla_ + "ieu" ; - VP (Pres Ind Sg P2) => esgla_ + "ies" ; - VP (Pres Ind Pl P3) => esgla_ + "ien" ; - VP (Pres Ind Sg P3) => esgla_ + "ia" ; - VP (Pres Subj Pl P1) => esgla_ + "iem" ; - VP (Pres Subj Pl P2) => esgla_ + "ieu" ; - VP (Impf Ind Pl P1) => esgla_ + "ivem" ;--# notpresent - VP (Impf Ind Sg P1) => esgla_ + "iava" ;--# notpresent - VP (Impf Ind Pl P2) => esgla_ + "iveu" ;--# notpresent - VP (Impf Ind Sg P2) => esgla_ + "iaves" ;--# notpresent - VP (Impf Ind Pl P3) => esgla_ + "iaven" ;--# notpresent - VP (Impf Ind Sg P3) => esgla_ + "iava" ;--# notpresent - VP (Impf Subj Pl P1) => esgla_ + "issim" ;--# notpresent - VP (Impf Subj Sg P1) => esgla_ + "is" ;--# notpresent - VP (Impf Subj Pl P2) => esgla_ + "issiu" ;--# notpresent - VP (Impf Subj Sg P2) => esgla_ + "iessis" ;--# notpresent - VP (Impf Subj Pl P3) => esgla_ + "iessin" ;--# notpresent - VP (Impf Subj Sg P3) => esgla_ + "is" ;--# notpresent - VP (Fut Pl P1) => esgla_ + "iarem" ;--# notpresent - VP (Fut Sg P1) => esgla_ + "iar" ;--# notpresent - VP (Fut Pl P2) => esgla_ + "iareu" ;--# notpresent - VP (Fut Sg P2) => esgla_ + "iars" ;--# notpresent - VP (Fut Pl P3) => esgla_ + "iaran" ;--# notpresent - VP (Fut Sg P3) => esgla_ + "iar" ;--# notpresent - VP (Pret Pl P1) => esgla_ + "issim" ;--# notpresent - VP (Pret Sg P1) => esgla_ + "is" ;--# notpresent - VP (Pret Pl P2) => esgla_ + "issiu" ;--# notpresent - VP (Pret Sg P2) => esgla_ + "iessis" ;--# notpresent - VP (Pret Pl P3) => esgla_ + "iessin" ;--# notpresent - VP (Pret Sg P3) => esgla_ + "is" ;--# notpresent - VP (Cond Pl P1) => esgla_ + "iarem" ;--# notpresent - VP (Cond Sg P1) => esgla_ + "iaria" ;--# notpresent - VP (Cond Pl P2) => esgla_ + "iareu" ;--# notpresent - VP (Cond Sg P2) => esgla_ + "iaries" ;--# notpresent - VP (Cond Pl P3) => esgla_ + "iarien" ;--# notpresent - VP (Cond Sg P3) => esgla_ + "iaria" ;--# notpresent - VP (Imp Pl P1) => esgla_ + "iem" ; - VP (Imp Pl P2) => esgla_ + "ieu" ; - VP (Imp Sg P2) => esgla_ + "ia" ; - VP (Pass Pl Fem) => esgla_ + "iades" ; - VP (Pass Sg Fem) => esgla_ + "iada" ; - VP (Pass Pl Masc) => esgla_ + "iats" ; - VP (Pass Sg Masc) => esgla_ + "iat" ; - VP (Pres Subj Sg P1) => esgla_ + "" ; - VP (Pres Subj Sg P2) => esgla_ + "s" ; - VP (Pres Subj Pl P3) => esgla_ + "n" ; - VP (Pres Subj Sg P3) => esgla_ + "" ; - VP (Imp Pl P3) => esgla_ + "n" ; - VP (Imp Sg P3) => esgla_ + "" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper ser_52 : Str -> Verbum = \ser -> -let x_ = Predef.tk 3 ser in -{s = table { - VI Infn => x_ + "ser" ; - VI Ger => x_ + "sent" ; - VI Part => x_ + "estat" ; - VP (Pres Ind Pl P1) => x_ + "som" ; - VP (Pres Ind Sg P1) => x_ + "sc" ; - VP (Pres Ind Pl P2) => x_ + "sou" ; - VP (Pres Ind Sg P2) => x_ + "ets" ; - VP (Pres Ind Pl P3) => x_ + "sn" ; - VP (Pres Ind Sg P3) => x_ + "s" ; - VP (Pres Subj Pl P1) => x_ + "siguem" ; - VP (Pres Subj Sg P1) => x_ + "sigui" ; - VP (Pres Subj Pl P2) => x_ + "sigueu" ; - VP (Pres Subj Sg P2) => x_ + "siguis" ; - VP (Pres Subj Pl P3) => x_ + "siguin" ; - VP (Pres Subj Sg P3) => x_ + "sigui" ; - VP (Impf Ind Pl P1) => x_ + "rem" ;--# notpresent - VP (Impf Ind Sg P1) => x_ + "era" ;--# notpresent - VP (Impf Ind Pl P2) => x_ + "reu" ;--# notpresent - VP (Impf Ind Sg P2) => x_ + "eres" ;--# notpresent - VP (Impf Ind Pl P3) => x_ + "eren" ;--# notpresent - VP (Impf Ind Sg P3) => x_ + "era" ;--# notpresent - VP (Impf Subj Pl P1) => x_ + "fssim" ;--# notpresent - VP (Impf Subj Sg P1) => x_ + "fos" ;--# notpresent - VP (Impf Subj Pl P2) => x_ + "fssiu" ;--# notpresent - VP (Impf Subj Sg P2) => x_ + "fossis" ;--# notpresent - VP (Impf Subj Pl P3) => x_ + "fossin" ;--# notpresent - VP (Impf Subj Sg P3) => x_ + "fos" ;--# notpresent - VP (Fut Pl P1) => x_ + "serem" ;--# notpresent - VP (Fut Sg P1) => x_ + "ser" ;--# notpresent - VP (Fut Pl P2) => x_ + "sereu" ;--# notpresent - VP (Fut Sg P2) => x_ + "sers" ;--# notpresent - VP (Fut Pl P3) => x_ + "seran" ;--# notpresent - VP (Fut Sg P3) => x_ + "ser" ;--# notpresent - VP (Pret Pl P1) => x_ + "fssim" ;--# notpresent - VP (Pret Sg P1) => x_ + "fos" ;--# notpresent - VP (Pret Pl P2) => x_ + "fssiu" ;--# notpresent - VP (Pret Sg P2) => x_ + "fossis" ;--# notpresent - VP (Pret Pl P3) => x_ + "fossin" ;--# notpresent - VP (Pret Sg P3) => x_ + "fos" ;--# notpresent - VP (Cond Pl P1) => x_ + "serem" ;--# notpresent - VP (Cond Sg P1) => x_ + "seria" ;--# notpresent - VP (Cond Pl P2) => x_ + "sereu" ;--# notpresent - VP (Cond Sg P2) => x_ + "series" ;--# notpresent - VP (Cond Pl P3) => x_ + "serien" ;--# notpresent - VP (Cond Sg P3) => x_ + "seria" ;--# notpresent - VP (Imp Pl P1) => x_ + "siguem" ; - VP (Imp Pl P2) => x_ + "sigueu" ; - VP (Imp Sg P2) => x_ + "sigues" ; - VP (Imp Pl P3) => x_ + "siguin" ; - VP (Imp Sg P3) => x_ + "sigui" ; - VP (Pass Sg Masc) => x_ + "estat" ; - VP (Pass Sg Fem) => x_ + "estada" ; - VP (Pass Pl Masc) => x_ + "estats" ; - VP (Pass Pl Fem) => x_ + "estades" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper establir_53 : Str -> Verbum = \establir -> -let establ_ = Predef.tk 2 establir in -{s = table { - VI Infn => establ_ + "ir" ; - VI Ger => establ_ + "int" ; - VI Part => establ_ + "ert" ; - VP (Pres Ind Pl P1) => establ_ + "im" ; - VP (Pres Ind Sg P1) => establ_ + "eixo" ; - VP (Pres Ind Pl P2) => establ_ + "iu" ; - VP (Pres Ind Sg P2) => establ_ + "eixes" ; - VP (Pres Ind Pl P3) => establ_ + "eixen" ; - VP (Pres Ind Sg P3) => establ_ + "eix" ; - VP (Pres Subj Pl P1) => establ_ + "im" ; - VP (Pres Subj Sg P1) => establ_ + "eixi" ; - VP (Pres Subj Pl P2) => establ_ + "iu" ; - VP (Pres Subj Sg P2) => establ_ + "eixis" ; - VP (Pres Subj Pl P3) => establ_ + "eixin" ; - VP (Pres Subj Sg P3) => establ_ + "eixi" ; - VP (Impf Ind Pl P1) => establ_ + "em" ;--# notpresent - VP (Impf Ind Sg P1) => establ_ + "ia" ;--# notpresent - VP (Impf Ind Pl P2) => establ_ + "eu" ;--# notpresent - VP (Impf Ind Sg P2) => establ_ + "ies" ;--# notpresent - VP (Impf Ind Pl P3) => establ_ + "ien" ;--# notpresent - VP (Impf Ind Sg P3) => establ_ + "ia" ;--# notpresent - VP (Impf Subj Pl P1) => establ_ + "ssim" ;--# notpresent - VP (Impf Subj Sg P1) => establ_ + "s" ;--# notpresent - VP (Impf Subj Pl P2) => establ_ + "ssiu" ;--# notpresent - VP (Impf Subj Sg P2) => establ_ + "issis" ;--# notpresent - VP (Impf Subj Pl P3) => establ_ + "issin" ;--# notpresent - VP (Impf Subj Sg P3) => establ_ + "s" ;--# notpresent - VP (Fut Pl P1) => establ_ + "irem" ;--# notpresent - VP (Fut Sg P1) => establ_ + "ir" ;--# notpresent - VP (Fut Pl P2) => establ_ + "ireu" ;--# notpresent - VP (Fut Sg P2) => establ_ + "irs" ;--# notpresent - VP (Fut Pl P3) => establ_ + "iran" ;--# notpresent - VP (Fut Sg P3) => establ_ + "ir" ;--# notpresent - VP (Pret Pl P1) => establ_ + "ssim" ;--# notpresent - VP (Pret Sg P1) => establ_ + "s" ;--# notpresent - VP (Pret Pl P2) => establ_ + "ssiu" ;--# notpresent - VP (Pret Sg P2) => establ_ + "issis" ;--# notpresent - VP (Pret Pl P3) => establ_ + "issin" ;--# notpresent - VP (Pret Sg P3) => establ_ + "s" ;--# notpresent - VP (Cond Pl P1) => establ_ + "irem" ;--# notpresent - VP (Cond Sg P1) => establ_ + "iria" ;--# notpresent - VP (Cond Pl P2) => establ_ + "ireu" ;--# notpresent - VP (Cond Sg P2) => establ_ + "iries" ;--# notpresent - VP (Cond Pl P3) => establ_ + "irien" ;--# notpresent - VP (Cond Sg P3) => establ_ + "iria" ;--# notpresent - VP (Imp Pl P1) => establ_ + "im" ; - VP (Imp Pl P2) => establ_ + "iu" ; - VP (Imp Sg P2) => establ_ + "eix" ; - VP (Imp Pl P3) => establ_ + "eixin" ; - VP (Imp Sg P3) => establ_ + "eixi" ; - VP (Pass Pl Fem) => establ_ + "ertes" ; - VP (Pass Sg Fem) => establ_ + "erta" ; - VP (Pass Pl Masc) => establ_ + "erts" ; - VP (Pass Sg Masc) => establ_ + "ert" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper estar_54 : Str -> Verbum = \estar -> -let es_ = Predef.tk 3 estar in -{s = table { - VI Infn => es_ + "tar" ; - VI Ger => es_ + "tant" ; - VI Part => es_ + "tat" ; - VP (Pres Ind Pl P1) => es_ + "tem" ; - VP (Pres Ind Sg P1) => es_ + "tic" ; - VP (Pres Ind Pl P2) => es_ + "teu" ; - VP (Pres Ind Sg P2) => es_ + "ts" ; - VP (Pres Ind Pl P3) => es_ + "tan" ; - VP (Pres Ind Sg P3) => es_ + "t" ; - VP (Pres Subj Pl P1) => es_ + "tiguem" ; - VP (Pres Subj Sg P1) => es_ + "tigui" ; - VP (Pres Subj Pl P2) => es_ + "tigueu" ; - VP (Pres Subj Sg P2) => es_ + "tiguis" ; - VP (Pres Subj Pl P3) => es_ + "tiguin" ; - VP (Pres Subj Sg P3) => es_ + "tigui" ; - VP (Impf Ind Pl P1) => es_ + "tvem" ;--# notpresent - VP (Impf Ind Sg P1) => es_ + "tava" ;--# notpresent - VP (Impf Ind Pl P2) => es_ + "tveu" ;--# notpresent - VP (Impf Ind Sg P2) => es_ + "taves" ;--# notpresent - VP (Impf Ind Pl P3) => es_ + "taven" ;--# notpresent - VP (Impf Ind Sg P3) => es_ + "tava" ;--# notpresent - VP (Impf Subj Pl P1) => es_ + "tigussim" ;--# notpresent - VP (Impf Subj Sg P1) => es_ + "tigus" ;--# notpresent - VP (Impf Subj Pl P2) => es_ + "tigussiu" ;--# notpresent - VP (Impf Subj Sg P2) => es_ + "tiguessis" ;--# notpresent - VP (Impf Subj Pl P3) => es_ + "tiguessin" ;--# notpresent - VP (Impf Subj Sg P3) => es_ + "tigus" ;--# notpresent - VP (Fut Pl P1) => es_ + "tarem" ;--# notpresent - VP (Fut Sg P1) => es_ + "tar" ;--# notpresent - VP (Fut Pl P2) => es_ + "tareu" ;--# notpresent - VP (Fut Sg P2) => es_ + "tars" ;--# notpresent - VP (Fut Pl P3) => es_ + "taran" ;--# notpresent - VP (Fut Sg P3) => es_ + "tar" ;--# notpresent - VP (Pret Pl P1) => es_ + "tigussim" ;--# notpresent - VP (Pret Sg P1) => es_ + "tigus" ;--# notpresent - VP (Pret Pl P2) => es_ + "tigussiu" ;--# notpresent - VP (Pret Sg P2) => es_ + "tiguessis" ;--# notpresent - VP (Pret Pl P3) => es_ + "tiguessin" ;--# notpresent - VP (Pret Sg P3) => es_ + "tigus" ;--# notpresent - VP (Cond Pl P1) => es_ + "tarem" ;--# notpresent - VP (Cond Sg P1) => es_ + "taria" ;--# notpresent - VP (Cond Pl P2) => es_ + "tareu" ;--# notpresent - VP (Cond Sg P2) => es_ + "taries" ;--# notpresent - VP (Cond Pl P3) => es_ + "tarien" ;--# notpresent - VP (Cond Sg P3) => es_ + "taria" ;--# notpresent - VP (Imp Pl P1) => es_ + "tiguem" ; - VP (Imp Pl P2) => es_ + "tigueu" ; - VP (Imp Sg P2) => es_ + "tigues" ; - VP (Imp Pl P3) => es_ + "tiguin" ; - VP (Imp Sg P3) => es_ + "tigui" ; - VP (Pass Sg Masc) => es_ + "tat" ; - VP (Pass Sg Fem) => es_ + "tada" ; - VP (Pass Pl Masc) => es_ + "tats" ; - VP (Pass Pl Fem) => es_ + "tades" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper evacuar_55 : Str -> Verbum = \evacuar -> -let evacu_ = Predef.tk 2 evacuar in -{s = table { - VI Infn => evacu_ + "ar" ; - VI Ger => evacu_ + "ant" ; - VI Part => evacu_ + "at" ; - VP (Pres Ind Pl P1) => evacu_ + "em" ; - VP (Pres Ind Sg P1) => evacu_ + "o" ; - VP (Pres Ind Pl P2) => evacu_ + "eu" ; - VP (Pres Ind Sg P2) => evacu_ + "es" ; - VP (Pres Ind Pl P3) => evacu_ + "en" ; - VP (Pres Ind Sg P3) => evacu_ + "a" ; - VP (Pres Subj Pl P1) => evacu_ + "em" ; - VP (Pres Subj Sg P1) => evacu_ + "" ; - VP (Pres Subj Pl P2) => evacu_ + "eu" ; - VP (Pres Subj Sg P2) => evacu_ + "s" ; - VP (Pres Subj Pl P3) => evacu_ + "n" ; - VP (Pres Subj Sg P3) => evacu_ + "" ; - VP (Impf Ind Pl P1) => evacu_ + "vem" ;--# notpresent - VP (Impf Ind Sg P1) => evacu_ + "ava" ;--# notpresent - VP (Impf Ind Pl P2) => evacu_ + "veu" ;--# notpresent - VP (Impf Ind Sg P2) => evacu_ + "aves" ;--# notpresent - VP (Impf Ind Pl P3) => evacu_ + "aven" ;--# notpresent - VP (Impf Ind Sg P3) => evacu_ + "ava" ;--# notpresent - VP (Impf Subj Pl P1) => evacu_ + "ssim" ;--# notpresent - VP (Impf Subj Sg P1) => evacu_ + "s" ;--# notpresent - VP (Impf Subj Pl P2) => evacu_ + "ssiu" ;--# notpresent - VP (Impf Subj Sg P2) => evacu_ + "essis" ;--# notpresent - VP (Impf Subj Pl P3) => evacu_ + "essin" ;--# notpresent - VP (Impf Subj Sg P3) => evacu_ + "s" ;--# notpresent - VP (Fut Pl P1) => evacu_ + "arem" ;--# notpresent - VP (Fut Sg P1) => evacu_ + "ar" ;--# notpresent - VP (Fut Pl P2) => evacu_ + "areu" ;--# notpresent - VP (Fut Sg P2) => evacu_ + "ars" ;--# notpresent - VP (Fut Pl P3) => evacu_ + "aran" ;--# notpresent - VP (Fut Sg P3) => evacu_ + "ar" ;--# notpresent - VP (Pret Pl P1) => evacu_ + "ssim" ;--# notpresent - VP (Pret Sg P1) => evacu_ + "s" ;--# notpresent - VP (Pret Pl P2) => evacu_ + "ssiu" ;--# notpresent - VP (Pret Sg P2) => evacu_ + "essis" ;--# notpresent - VP (Pret Pl P3) => evacu_ + "essin" ;--# notpresent - VP (Pret Sg P3) => evacu_ + "s" ;--# notpresent - VP (Cond Pl P1) => evacu_ + "arem" ;--# notpresent - VP (Cond Sg P1) => evacu_ + "aria" ;--# notpresent - VP (Cond Pl P2) => evacu_ + "areu" ;--# notpresent - VP (Cond Sg P2) => evacu_ + "aries" ;--# notpresent - VP (Cond Pl P3) => evacu_ + "arien" ;--# notpresent - VP (Cond Sg P3) => evacu_ + "aria" ;--# notpresent - VP (Imp Pl P1) => evacu_ + "em" ; - VP (Imp Pl P2) => evacu_ + "eu" ; - VP (Imp Sg P2) => evacu_ + "a" ; - VP (Imp Pl P3) => evacu_ + "n" ; - VP (Imp Sg P3) => evacu_ + "" ; - VP (Pass Pl Fem) => evacu_ + "ades" ; - VP (Pass Sg Fem) => evacu_ + "ada" ; - VP (Pass Pl Masc) => evacu_ + "ats" ; - VP (Pass Sg Masc) => evacu_ + "at" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper fer_56 : Str -> Verbum = \fer -> -let f_ = Predef.tk 2 fer in -{s = table { - VI Infn => f_ + "er" ; - VI Ger => f_ + "ent" ; - VI Part => f_ + "et" ; - VP (Pres Ind Pl P1) => f_ + "em" ; - VP (Pres Ind Sg P1) => f_ + "aig" ; - VP (Pres Ind Pl P2) => f_ + "eu" ; - VP (Pres Ind Sg P2) => f_ + "as" ; - VP (Pres Ind Pl P3) => f_ + "an" ; - VP (Pres Ind Sg P3) => f_ + "a" ; - VP (Pres Subj Pl P1) => f_ + "em" ; - VP (Pres Subj Sg P1) => f_ + "aci" ; - VP (Pres Subj Pl P2) => f_ + "eu" ; - VP (Pres Subj Sg P2) => f_ + "acis" ; - VP (Pres Subj Pl P3) => f_ + "acin" ; - VP (Pres Subj Sg P3) => f_ + "aci" ; - VP (Impf Ind Pl P1) => f_ + "iem" ;--# notpresent - VP (Impf Ind Sg P1) => f_ + "eia" ;--# notpresent - VP (Impf Ind Pl P2) => f_ + "ieu" ;--# notpresent - VP (Impf Ind Sg P2) => f_ + "eies" ;--# notpresent - VP (Impf Ind Pl P3) => f_ + "eien" ;--# notpresent - VP (Impf Ind Sg P3) => f_ + "eia" ;--# notpresent - VP (Impf Subj Pl P1) => f_ + "ssim" ;--# notpresent - VP (Impf Subj Sg P1) => f_ + "es" ;--# notpresent - VP (Impf Subj Pl P2) => f_ + "ssiu" ;--# notpresent - VP (Impf Subj Sg P2) => f_ + "essis" ;--# notpresent - VP (Impf Subj Pl P3) => f_ + "essin" ;--# notpresent - VP (Impf Subj Sg P3) => f_ + "es" ;--# notpresent - VP (Fut Pl P1) => f_ + "arem" ;--# notpresent - VP (Fut Sg P1) => f_ + "ar" ;--# notpresent - VP (Fut Pl P2) => f_ + "areu" ;--# notpresent - VP (Fut Sg P2) => f_ + "ars" ;--# notpresent - VP (Fut Pl P3) => f_ + "aran" ;--# notpresent - VP (Fut Sg P3) => f_ + "ar" ;--# notpresent - VP (Pret Pl P1) => f_ + "ssim" ;--# notpresent - VP (Pret Sg P1) => f_ + "es" ;--# notpresent - VP (Pret Pl P2) => f_ + "ssiu" ;--# notpresent - VP (Pret Sg P2) => f_ + "essis" ;--# notpresent - VP (Pret Pl P3) => f_ + "essin" ;--# notpresent - VP (Pret Sg P3) => f_ + "es" ;--# notpresent - VP (Cond Pl P1) => f_ + "arem" ;--# notpresent - VP (Cond Sg P1) => f_ + "aria" ;--# notpresent - VP (Cond Pl P2) => f_ + "areu" ;--# notpresent - VP (Cond Sg P2) => f_ + "aries" ;--# notpresent - VP (Cond Pl P3) => f_ + "arien" ;--# notpresent - VP (Cond Sg P3) => f_ + "aria" ;--# notpresent - VP (Imp Pl P1) => f_ + "em" ; - VP (Imp Pl P2) => f_ + "eu" ; - VP (Imp Sg P2) => f_ + "es" ; - VP (Imp Pl P3) => f_ + "acin" ; - VP (Imp Sg P3) => f_ + "aci" ; - VP (Pass Pl Fem) => f_ + "etes" ; - VP (Pass Sg Fem) => f_ + "eta" ; - VP (Pass Pl Masc) => f_ + "ets" ; - VP (Pass Sg Masc) => f_ + "et" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper fondre_57 : Str -> Verbum = \fondre -> -let fo_ = Predef.tk 4 fondre in -{s = table { - VI Infn => fo_ + "ndre" ; - VI Ger => fo_ + "nent" ; - VI Part => fo_ + "s" ; - VP (Pres Ind Pl P1) => fo_ + "nem" ; - VP (Pres Ind Sg P1) => fo_ + "nc" ; - VP (Pres Ind Pl P2) => fo_ + "neu" ; - VP (Pres Ind Sg P2) => fo_ + "ns" ; - VP (Pres Ind Pl P3) => fo_ + "nen" ; - VP (Pres Ind Sg P3) => fo_ + "n" ; - VP (Pres Subj Pl P1) => fo_ + "nguem" ; - VP (Pres Subj Sg P1) => fo_ + "ngui" ; - VP (Pres Subj Pl P2) => fo_ + "ngueu" ; - VP (Pres Subj Sg P2) => fo_ + "nguis" ; - VP (Pres Subj Pl P3) => fo_ + "nguin" ; - VP (Pres Subj Sg P3) => fo_ + "ngui" ; - VP (Impf Ind Pl P1) => fo_ + "nem" ;--# notpresent - VP (Impf Ind Sg P1) => fo_ + "nia" ;--# notpresent - VP (Impf Ind Pl P2) => fo_ + "neu" ;--# notpresent - VP (Impf Ind Sg P2) => fo_ + "nies" ;--# notpresent - VP (Impf Ind Pl P3) => fo_ + "nien" ;--# notpresent - VP (Impf Ind Sg P3) => fo_ + "nia" ;--# notpresent - VP (Impf Subj Pl P1) => fo_ + "ngussim" ;--# notpresent - VP (Impf Subj Sg P1) => fo_ + "ngus" ;--# notpresent - VP (Impf Subj Pl P2) => fo_ + "ngussiu" ;--# notpresent - VP (Impf Subj Sg P2) => fo_ + "nguessis" ;--# notpresent - VP (Impf Subj Pl P3) => fo_ + "nguessin" ;--# notpresent - VP (Impf Subj Sg P3) => fo_ + "ngus" ;--# notpresent - VP (Fut Pl P1) => fo_ + "ndrem" ;--# notpresent - VP (Fut Sg P1) => fo_ + "ndr" ;--# notpresent - VP (Fut Pl P2) => fo_ + "ndreu" ;--# notpresent - VP (Fut Sg P2) => fo_ + "ndrs" ;--# notpresent - VP (Fut Pl P3) => fo_ + "ndran" ;--# notpresent - VP (Fut Sg P3) => fo_ + "ndr" ;--# notpresent - VP (Pret Pl P1) => fo_ + "ngussim" ;--# notpresent - VP (Pret Sg P1) => fo_ + "ngus" ;--# notpresent - VP (Pret Pl P2) => fo_ + "ngussiu" ;--# notpresent - VP (Pret Sg P2) => fo_ + "nguessis" ;--# notpresent - VP (Pret Pl P3) => fo_ + "nguessin" ;--# notpresent - VP (Pret Sg P3) => fo_ + "ngus" ;--# notpresent - VP (Cond Pl P1) => fo_ + "ndrem" ;--# notpresent - VP (Cond Sg P1) => fo_ + "ndria" ;--# notpresent - VP (Cond Pl P2) => fo_ + "ndreu" ;--# notpresent - VP (Cond Sg P2) => fo_ + "ndries" ;--# notpresent - VP (Cond Pl P3) => fo_ + "ndrien" ;--# notpresent - VP (Cond Sg P3) => fo_ + "ndria" ;--# notpresent - VP (Imp Pl P1) => fo_ + "nguem" ; - VP (Imp Pl P2) => fo_ + "neu" ; - VP (Imp Sg P2) => fo_ + "n" ; - VP (Imp Pl P3) => fo_ + "nguin" ; - VP (Imp Sg P3) => fo_ + "ngui" ; - VP (Pass Pl Fem) => fo_ + "ses" ; - VP (Pass Sg Fem) => fo_ + "sa" ; - VP (Pass Pl Masc) => fo_ + "sos" ; - VP (Pass Sg Masc) => fo_ + "s" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper fugir_58 : Str -> Verbum = \fugir -> -let fu_ = Predef.tk 3 fugir in -{s = table { - VI Infn => fu_ + "gir" ; - VI Ger => fu_ + "gint" ; - VI Part => fu_ + "git" ; - VP (Pres Ind Pl P1) => fu_ + "gim" ; - VP (Pres Ind Sg P1) => fu_ + "jo" ; - VP (Pres Ind Pl P2) => fu_ + "giu" ; - VP (Pres Ind Sg P2) => fu_ + "ges" ; - VP (Pres Ind Pl P3) => fu_ + "gen" ; - VP (Pres Ind Sg P3) => fu_ + "ig" ; - VP (Pres Subj Pl P1) => fu_ + "gim" ; - VP (Pres Subj Sg P1) => fu_ + "gi" ; - VP (Pres Subj Pl P2) => fu_ + "giu" ; - VP (Pres Subj Sg P2) => fu_ + "gis" ; - VP (Pres Subj Pl P3) => fu_ + "gin" ; - VP (Pres Subj Sg P3) => fu_ + "gi" ; - VP (Impf Ind Pl P1) => fu_ + "gem" ;--# notpresent - VP (Impf Ind Sg P1) => fu_ + "gia" ;--# notpresent - VP (Impf Ind Pl P2) => fu_ + "geu" ;--# notpresent - VP (Impf Ind Sg P2) => fu_ + "gies" ;--# notpresent - VP (Impf Ind Pl P3) => fu_ + "gien" ;--# notpresent - VP (Impf Ind Sg P3) => fu_ + "gia" ;--# notpresent - VP (Impf Subj Pl P1) => fu_ + "gssim" ;--# notpresent - VP (Impf Subj Sg P1) => fu_ + "gs" ;--# notpresent - VP (Impf Subj Pl P2) => fu_ + "gssiu" ;--# notpresent - VP (Impf Subj Sg P2) => fu_ + "gissis" ;--# notpresent - VP (Impf Subj Pl P3) => fu_ + "gissin" ;--# notpresent - VP (Impf Subj Sg P3) => fu_ + "gs" ;--# notpresent - VP (Fut Pl P1) => fu_ + "girem" ;--# notpresent - VP (Fut Sg P1) => fu_ + "gir" ;--# notpresent - VP (Fut Pl P2) => fu_ + "gireu" ;--# notpresent - VP (Fut Sg P2) => fu_ + "girs" ;--# notpresent - VP (Fut Pl P3) => fu_ + "giran" ;--# notpresent - VP (Fut Sg P3) => fu_ + "gir" ;--# notpresent - VP (Pret Pl P1) => fu_ + "gssim" ;--# notpresent - VP (Pret Sg P1) => fu_ + "gs" ;--# notpresent - VP (Pret Pl P2) => fu_ + "gssiu" ;--# notpresent - VP (Pret Sg P2) => fu_ + "gissis" ;--# notpresent - VP (Pret Pl P3) => fu_ + "gissin" ;--# notpresent - VP (Pret Sg P3) => fu_ + "gs" ;--# notpresent - VP (Cond Pl P1) => fu_ + "girem" ;--# notpresent - VP (Cond Sg P1) => fu_ + "giria" ;--# notpresent - VP (Cond Pl P2) => fu_ + "gireu" ;--# notpresent - VP (Cond Sg P2) => fu_ + "giries" ;--# notpresent - VP (Cond Pl P3) => fu_ + "girien" ;--# notpresent - VP (Cond Sg P3) => fu_ + "giria" ;--# notpresent - VP (Imp Pl P1) => fu_ + "gim" ; - VP (Imp Pl P2) => fu_ + "giu" ; - VP (Imp Sg P2) => fu_ + "ig" ; - VP (Imp Pl P3) => fu_ + "gin" ; - VP (Imp Sg P3) => fu_ + "gi" ; - VP (Pass Pl Fem) => fu_ + "gides" ; - VP (Pass Sg Fem) => fu_ + "gida" ; - VP (Pass Pl Masc) => fu_ + "gits" ; - VP (Pass Sg Masc) => fu_ + "git" ; -VP (Imp Sg P1) => variants {} -} -} ; -oper haver_59 : Str -> Verbum = \haver -> - let h_ = Predef.tk 4 haver in - {s = table { - VI Infn=> h_ + "aver" ; - VI Ger => h_ + "avent" ; - VI Part => h_ + "agut" ; - VP (Pres Ind Sg P1) => variants {h_ + "e" ; h_ + "aig"} ; - VP (Pres Ind Sg P2) => h_ + "as" ; - VP (Pres Ind Sg P3) => h_ + "a" ; - VP (Pres Ind Pl P1) => variants {h_ + "em" ; h_ + "avem"} ; - VP (Pres Ind Pl P2) => variants {h_ + "eu" ; h_ + "aveu"} ; - VP (Pres Ind Pl P3) => h_ + "an" ; - VP (Pres Subj Sg P1) => h_ + "agi" ; - VP (Pres Subj Sg P2) => h_ + "agis" ; - VP (Pres Subj Sg P3) => h_ + "agi" ; - VP (Pres Subj Pl P1) => h_ + "gim" ; - VP (Pres Subj Pl P2) => h_ + "giu" ; - VP (Pres Subj Pl P3) => h_ + "agin" ; - VP (Impf Ind Sg P1) => h_ + "avia" ; --# notpresent - VP (Impf Ind Sg P2) => h_ + "avies" ; --# notpresent - VP (Impf Ind Sg P3) => h_ + "avia" ; --# notpresent - VP (Impf Ind Pl P1) => h_ + "avem" ; --# notpresent - VP (Impf Ind Pl P2) => h_ + "aveu" ; --# notpresent - VP (Impf Ind Pl P3) => h_ + "avien" ; --# notpresent - VP (Impf Subj Sg P1) => h_ + "agus" ; --# notpresent - VP (Impf Subj Sg P2) => h_ + "aguessis" ; --# notpresent - VP (Impf Subj Sg P3) => h_ + "agus" ; --# notpresent - VP (Impf Subj Pl P1) => h_ + "agussim" ; --# notpresent - VP (Impf Subj Pl P2) => h_ + "agussiu" ; --# notpresent - VP (Impf Subj Pl P3) => h_ + "aguessin" ; --# notpresent - VP (Pret Sg P1) => h_ + "agu" ; --# notpresent - VP (Pret Sg P2) => h_ + "agueres" ; --# notpresent - VP (Pret Sg P3) => h_ + "agu" ; --# notpresent - VP (Pret Pl P1) => h_ + "agurem" ; --# notpresent - VP (Pret Pl P2) => h_ + "agureu" ; --# notpresent - VP (Pret Pl P3) => h_ + "agueren" ; --# notpresent - VP (Fut Sg P1) => h_ + "aur" ; --# notpresent - VP (Fut Sg P2) => h_ + "aurs" ; --# notpresent - VP (Fut Sg P3) => h_ + "aur" ; --# notpresent - VP (Fut Pl P1) => h_ + "aurem" ; --# notpresent - VP (Fut Pl P2) => h_ + "aureu" ; --# notpresent - VP (Fut Pl P3) => h_ + "auran" ; --# notpresent - VP (Cond Sg P1) => h_ + "auria" ; --# notpresent - VP (Cond Sg P2) => h_ + "auries" ; --# notpresent - VP (Cond Sg P3) => h_ + "auria" ; --# notpresent - VP (Cond Pl P1) => h_ + "aurem" ; --# notpresent - VP (Cond Pl P2) => h_ + "aureu" ; --# notpresent - VP (Cond Pl P3) => h_ + "aurien" ; --# notpresent - VP (Imp Sg P1) => variants {} ; - VP (Imp Sg P2) => variants {} ; - VP (Imp Sg P3) => variants {} ; - VP (Imp Pl P1) => variants {} ; - VP (Imp Pl P2) => variants {} ; - VP (Imp Pl P3) => variants {} ; - VP (Pass Sg Masc) => h_ + "agut" ; - VP (Pass Sg Fem) => h_ + "aguda" ; - VP (Pass Pl Masc) => h_ + "aguts" ; - VP (Pass Pl Fem) => h_ + "agudes" - } - } ;-- heure-- is not in the used source . - -oper imprimir_61 : Str -> Verbum = \imprimir -> -let impr_ = Predef.tk 4 imprimir in -{s = table { - VI Infn => impr_ + "imir" ; - VI Ger => impr_ + "imint" ; - VI Part => impr_ + "s" ; - VP (Pres Ind Pl P1) => impr_ + "imim" ; - VP (Pres Ind Sg P1) => impr_ + "imeixo" ; - VP (Pres Ind Pl P2) => impr_ + "imiu" ; - VP (Pres Ind Sg P2) => impr_ + "imeixes" ; - VP (Pres Ind Pl P3) => impr_ + "imeixen" ; - VP (Pres Ind Sg P3) => impr_ + "imeix" ; - VP (Pres Subj Pl P1) => impr_ + "imim" ; - VP (Pres Subj Sg P1) => impr_ + "imeixi" ; - VP (Pres Subj Pl P2) => impr_ + "imiu" ; - VP (Pres Subj Sg P2) => impr_ + "imeixis" ; - VP (Pres Subj Pl P3) => impr_ + "imeixin" ; - VP (Pres Subj Sg P3) => impr_ + "imeixi" ; - VP (Impf Ind Pl P1) => impr_ + "imem" ;--# notpresent - VP (Impf Ind Sg P1) => impr_ + "imia" ;--# notpresent - VP (Impf Ind Pl P2) => impr_ + "imeu" ;--# notpresent - VP (Impf Ind Sg P2) => impr_ + "imies" ;--# notpresent - VP (Impf Ind Pl P3) => impr_ + "imien" ;--# notpresent - VP (Impf Ind Sg P3) => impr_ + "imia" ;--# notpresent - VP (Impf Subj Pl P1) => impr_ + "imssim" ;--# notpresent - VP (Impf Subj Sg P1) => impr_ + "ims" ;--# notpresent - VP (Impf Subj Pl P2) => impr_ + "imssiu" ;--# notpresent - VP (Impf Subj Sg P2) => impr_ + "imissis" ;--# notpresent - VP (Impf Subj Pl P3) => impr_ + "imissin" ;--# notpresent - VP (Impf Subj Sg P3) => impr_ + "ims" ;--# notpresent - VP (Fut Pl P1) => impr_ + "imirem" ;--# notpresent - VP (Fut Sg P1) => impr_ + "imir" ;--# notpresent - VP (Fut Pl P2) => impr_ + "imireu" ;--# notpresent - VP (Fut Sg P2) => impr_ + "imirs" ;--# notpresent - VP (Fut Pl P3) => impr_ + "imiran" ;--# notpresent - VP (Fut Sg P3) => impr_ + "imir" ;--# notpresent - VP (Pret Pl P1) => impr_ + "imssim" ;--# notpresent - VP (Pret Sg P1) => impr_ + "ims" ;--# notpresent - VP (Pret Pl P2) => impr_ + "imssiu" ;--# notpresent - VP (Pret Sg P2) => impr_ + "imissis" ;--# notpresent - VP (Pret Pl P3) => impr_ + "imissin" ;--# notpresent - VP (Pret Sg P3) => impr_ + "ims" ;--# notpresent - VP (Cond Pl P1) => impr_ + "imirem" ;--# notpresent - VP (Cond Sg P1) => impr_ + "imiria" ;--# notpresent - VP (Cond Pl P2) => impr_ + "imireu" ;--# notpresent - VP (Cond Sg P2) => impr_ + "imiries" ;--# notpresent - VP (Cond Pl P3) => impr_ + "imirien" ;--# notpresent - VP (Cond Sg P3) => impr_ + "imiria" ;--# notpresent - VP (Imp Pl P1) => impr_ + "imim" ; - VP (Imp Pl P2) => impr_ + "imiu" ; - VP (Imp Sg P2) => impr_ + "imeix" ; - VP (Imp Pl P3) => impr_ + "imeixin" ; - VP (Imp Sg P3) => impr_ + "imeixi" ; - VP (Pass Pl Fem) => impr_ + "eses" ; - VP (Pass Sg Fem) => impr_ + "esa" ; - VP (Pass Pl Masc) => impr_ + "esos" ; - VP (Pass Sg Masc) => impr_ + "s" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper jeure_62 : Str -> Verbum = \jeure -> -let j_ = Predef.tk 4 jeure in -{s = table { - VI Infn => j_ + "eure" ; - VI Ger => j_ + "aient" ; - VI Part => j_ + "agut" ; - VP (Pres Ind Pl P1) => j_ + "aiem" ; - VP (Pres Ind Sg P1) => j_ + "ec" ; - VP (Pres Ind Pl P2) => j_ + "aieu" ; - VP (Pres Ind Sg P2) => j_ + "eus" ; - VP (Pres Ind Pl P3) => j_ + "euen" ; - VP (Pres Ind Sg P3) => j_ + "eu" ; - VP (Pres Subj Pl P1) => j_ + "aguem" ; - VP (Pres Subj Sg P1) => j_ + "egui" ; - VP (Pres Subj Pl P2) => j_ + "agueu" ; - VP (Pres Subj Sg P2) => j_ + "eguis" ; - VP (Pres Subj Pl P3) => j_ + "eguin" ; - VP (Pres Subj Sg P3) => j_ + "egui" ; - VP (Impf Ind Pl P1) => j_ + "iem" ;--# notpresent - VP (Impf Ind Sg P1) => j_ + "eia" ;--# notpresent - VP (Impf Ind Pl P2) => j_ + "ieu" ;--# notpresent - VP (Impf Ind Sg P2) => j_ + "eies" ;--# notpresent - VP (Impf Ind Pl P3) => j_ + "eien" ;--# notpresent - VP (Impf Ind Sg P3) => j_ + "eia" ;--# notpresent - VP (Impf Subj Pl P1) => j_ + "agussim" ;--# notpresent - VP (Impf Subj Sg P1) => j_ + "agus" ;--# notpresent - VP (Impf Subj Pl P2) => j_ + "agussiu" ;--# notpresent - VP (Impf Subj Sg P2) => j_ + "aguessis" ;--# notpresent - VP (Impf Subj Pl P3) => j_ + "aguessin" ;--# notpresent - VP (Impf Subj Sg P3) => j_ + "agus" ;--# notpresent - VP (Fut Pl P1) => j_ + "aurem" ;--# notpresent - VP (Fut Sg P1) => j_ + "aur" ;--# notpresent - VP (Fut Pl P2) => j_ + "aureu" ;--# notpresent - VP (Fut Sg P2) => j_ + "aurs" ;--# notpresent - VP (Fut Pl P3) => j_ + "auran" ;--# notpresent - VP (Fut Sg P3) => j_ + "aur" ;--# notpresent - VP (Pret Pl P1) => j_ + "agussim" ;--# notpresent - VP (Pret Sg P1) => j_ + "agus" ;--# notpresent - VP (Pret Pl P2) => j_ + "agussiu" ;--# notpresent - VP (Pret Sg P2) => j_ + "aguessis" ;--# notpresent - VP (Pret Pl P3) => j_ + "aguessin" ;--# notpresent - VP (Pret Sg P3) => j_ + "agus" ;--# notpresent - VP (Cond Pl P1) => j_ + "aurem" ;--# notpresent - VP (Cond Sg P1) => j_ + "auria" ;--# notpresent - VP (Cond Pl P2) => j_ + "aureu" ;--# notpresent - VP (Cond Sg P2) => j_ + "auries" ;--# notpresent - VP (Cond Pl P3) => j_ + "aurien" ;--# notpresent - VP (Cond Sg P3) => j_ + "auria" ;--# notpresent - VP (Imp Pl P1) => j_ + "aguem" ; - VP (Imp Pl P2) => j_ + "aieu" ; - VP (Imp Sg P2) => j_ + "eu" ; - VP (Imp Pl P3) => j_ + "eguin" ; - VP (Imp Sg P3) => j_ + "egui" ; - VP (Pass Pl Fem) => j_ + "agudes" ; - VP (Pass Sg Fem) => j_ + "aguda" ; - VP (Pass Pl Masc) => j_ + "aguts" ; - VP (Pass Sg Masc) => j_ + "agut" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper lloar_63 : Str -> Verbum = \lloar -> -let llo_ = Predef.tk 2 lloar in -{s = table { - VI Infn => llo_ + "ar" ; - VI Ger => llo_ + "ant" ; - VI Part => llo_ + "at" ; - VP (Pres Ind Pl P1) => llo_ + "em" ; - VP (Pres Ind Sg P1) => llo_ + "o" ; - VP (Pres Ind Pl P2) => llo_ + "eu" ; - VP (Pres Ind Sg P2) => llo_ + "es" ; - VP (Pres Ind Pl P3) => llo_ + "en" ; - VP (Pres Ind Sg P3) => llo_ + "a" ; - VP (Pres Subj Pl P1) => llo_ + "em" ; - VP (Pres Subj Sg P1) => llo_ + "i" ; - VP (Pres Subj Pl P2) => llo_ + "eu" ; - VP (Pres Subj Sg P2) => llo_ + "is" ; - VP (Pres Subj Pl P3) => llo_ + "in" ; - VP (Pres Subj Sg P3) => llo_ + "i" ; - VP (Impf Ind Pl P1) => llo_ + "vem" ;--# notpresent - VP (Impf Ind Sg P1) => llo_ + "ava" ;--# notpresent - VP (Impf Ind Pl P2) => llo_ + "veu" ;--# notpresent - VP (Impf Ind Sg P2) => llo_ + "aves" ;--# notpresent - VP (Impf Ind Pl P3) => llo_ + "aven" ;--# notpresent - VP (Impf Ind Sg P3) => llo_ + "ava" ;--# notpresent - VP (Impf Subj Pl P1) => llo_ + "ssim" ;--# notpresent - VP (Impf Subj Sg P1) => llo_ + "s" ;--# notpresent - VP (Impf Subj Pl P2) => llo_ + "ssiu" ;--# notpresent - VP (Impf Subj Sg P2) => llo_ + "essis" ;--# notpresent - VP (Impf Subj Pl P3) => llo_ + "essin" ;--# notpresent - VP (Impf Subj Sg P3) => llo_ + "s" ;--# notpresent - VP (Fut Pl P1) => llo_ + "arem" ;--# notpresent - VP (Fut Sg P1) => llo_ + "ar" ;--# notpresent - VP (Fut Pl P2) => llo_ + "areu" ;--# notpresent - VP (Fut Sg P2) => llo_ + "ars" ;--# notpresent - VP (Fut Pl P3) => llo_ + "aran" ;--# notpresent - VP (Fut Sg P3) => llo_ + "ar" ;--# notpresent - VP (Pret Pl P1) => llo_ + "ssim" ;--# notpresent - VP (Pret Sg P1) => llo_ + "s" ;--# notpresent - VP (Pret Pl P2) => llo_ + "ssiu" ;--# notpresent - VP (Pret Sg P2) => llo_ + "essis" ;--# notpresent - VP (Pret Pl P3) => llo_ + "essin" ;--# notpresent - VP (Pret Sg P3) => llo_ + "s" ;--# notpresent - VP (Cond Pl P1) => llo_ + "arem" ;--# notpresent - VP (Cond Sg P1) => llo_ + "aria" ;--# notpresent - VP (Cond Pl P2) => llo_ + "areu" ;--# notpresent - VP (Cond Sg P2) => llo_ + "aries" ;--# notpresent - VP (Cond Pl P3) => llo_ + "arien" ;--# notpresent - VP (Cond Sg P3) => llo_ + "aria" ;--# notpresent - VP (Imp Pl P1) => llo_ + "em" ; - VP (Imp Pl P2) => llo_ + "eu" ; - VP (Imp Sg P2) => llo_ + "a" ; - VP (Imp Pl P3) => llo_ + "in" ; - VP (Imp Sg P3) => llo_ + "i" ; - VP (Pass Pl Fem) => llo_ + "ades" ; - VP (Pass Sg Fem) => llo_ + "ada" ; - VP (Pass Pl Masc) => llo_ + "ats" ; - VP (Pass Sg Masc) => llo_ + "at" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper lluir_64 : Str -> Verbum = \lluir -> -let llu_ = Predef.tk 2 lluir in -{s = table { - VI Infn => llu_ + "ir" ; - VI Ger => llu_ + "int" ; - VI Part => llu_ + "t" ; - VP (Pres Ind Pl P1) => llu_ + "m" ; - VP (Pres Ind Sg P1) => llu_ + "eixo" ; - VP (Pres Ind Pl P2) => llu_ + "u" ; - VP (Pres Ind Sg P2) => llu_ + "eixes" ; - VP (Pres Ind Pl P3) => llu_ + "eixen" ; - VP (Pres Ind Sg P3) => llu_ + "eix" ; - VP (Pres Subj Pl P1) => llu_ + "m" ; - VP (Pres Subj Sg P1) => llu_ + "eixi" ; - VP (Pres Subj Pl P2) => llu_ + "u" ; - VP (Pres Subj Sg P2) => llu_ + "eixis" ; - VP (Pres Subj Pl P3) => llu_ + "eixin" ; - VP (Pres Subj Sg P3) => llu_ + "eixi" ; - VP (Impf Ind Pl P1) => llu_ + "em" ;--# notpresent - VP (Impf Ind Sg P1) => llu_ + "a" ;--# notpresent - VP (Impf Ind Pl P2) => llu_ + "eu" ;--# notpresent - VP (Impf Ind Sg P2) => llu_ + "es" ;--# notpresent - VP (Impf Ind Pl P3) => llu_ + "en" ;--# notpresent - VP (Impf Ind Sg P3) => llu_ + "a" ;--# notpresent - VP (Impf Subj Pl P1) => llu_ + "ssim" ;--# notpresent - VP (Impf Subj Sg P1) => llu_ + "s" ;--# notpresent - VP (Impf Subj Pl P2) => llu_ + "ssiu" ;--# notpresent - VP (Impf Subj Sg P2) => llu_ + "ssis" ;--# notpresent - VP (Impf Subj Pl P3) => llu_ + "ssin" ;--# notpresent - VP (Impf Subj Sg P3) => llu_ + "s" ;--# notpresent - VP (Fut Pl P1) => llu_ + "irem" ;--# notpresent - VP (Fut Sg P1) => llu_ + "ir" ;--# notpresent - VP (Fut Pl P2) => llu_ + "ireu" ;--# notpresent - VP (Fut Sg P2) => llu_ + "irs" ;--# notpresent - VP (Fut Pl P3) => llu_ + "iran" ;--# notpresent - VP (Fut Sg P3) => llu_ + "ir" ;--# notpresent - VP (Pret Pl P1) => llu_ + "ssim" ;--# notpresent - VP (Pret Sg P1) => llu_ + "s" ;--# notpresent - VP (Pret Pl P2) => llu_ + "ssiu" ;--# notpresent - VP (Pret Sg P2) => llu_ + "ssis" ;--# notpresent - VP (Pret Pl P3) => llu_ + "ssin" ;--# notpresent - VP (Pret Sg P3) => llu_ + "s" ;--# notpresent - VP (Cond Pl P1) => llu_ + "irem" ;--# notpresent - VP (Cond Sg P1) => llu_ + "iria" ;--# notpresent - VP (Cond Pl P2) => llu_ + "ireu" ;--# notpresent - VP (Cond Sg P2) => llu_ + "iries" ;--# notpresent - VP (Cond Pl P3) => llu_ + "irien" ;--# notpresent - VP (Cond Sg P3) => llu_ + "iria" ;--# notpresent - VP (Imp Pl P1) => llu_ + "m" ; - VP (Imp Pl P2) => llu_ + "u" ; - VP (Imp Sg P2) => llu_ + "eix" ; - VP (Imp Pl P3) => llu_ + "eixin" ; - VP (Imp Sg P3) => llu_ + "eixi" ; - VP (Pass Pl Fem) => llu_ + "des" ; - VP (Pass Sg Fem) => llu_ + "da" ; - VP (Pass Pl Masc) => llu_ + "ts" ; - VP (Pass Sg Masc) => llu_ + "t" ; -VP (Imp Sg P1) => variants {} -} -} ; --- malvendre-- is not in the used source . - -oper mentir_66 : Str -> Verbum = \mentir -> -let ment_ = Predef.tk 2 mentir in -{s = table { - VI Infn => ment_ + "ir" ; - VI Ger => ment_ + "int" ; - VI Part => ment_ + "it" ; - VP (Pres Ind Pl P1) => ment_ + "im" ; - VP (Pres Ind Sg P1) => ment_ + "eixo" ; - VP (Pres Ind Pl P2) => ment_ + "iu" ; - VP (Pres Ind Sg P2) => ment_ + "eixes" ; - VP (Pres Ind Pl P3) => ment_ + "eixen" ; - VP (Pres Ind Sg P3) => ment_ + "eix" ; - VP (Pres Subj Pl P1) => ment_ + "im" ; - VP (Pres Subj Sg P1) => ment_ + "eixi" ; - VP (Pres Subj Pl P2) => ment_ + "iu" ; - VP (Pres Subj Sg P2) => ment_ + "eixis" ; - VP (Pres Subj Pl P3) => ment_ + "eixin" ; - VP (Pres Subj Sg P3) => ment_ + "eixi" ; - VP (Impf Ind Pl P1) => ment_ + "em" ;--# notpresent - VP (Impf Ind Sg P1) => ment_ + "ia" ;--# notpresent - VP (Impf Ind Pl P2) => ment_ + "eu" ;--# notpresent - VP (Impf Ind Sg P2) => ment_ + "ies" ;--# notpresent - VP (Impf Ind Pl P3) => ment_ + "ien" ;--# notpresent - VP (Impf Ind Sg P3) => ment_ + "ia" ;--# notpresent - VP (Impf Subj Pl P1) => ment_ + "ssim" ;--# notpresent - VP (Impf Subj Sg P1) => ment_ + "s" ;--# notpresent - VP (Impf Subj Pl P2) => ment_ + "ssiu" ;--# notpresent - VP (Impf Subj Sg P2) => ment_ + "issis" ;--# notpresent - VP (Impf Subj Pl P3) => ment_ + "issin" ;--# notpresent - VP (Impf Subj Sg P3) => ment_ + "s" ;--# notpresent - VP (Fut Pl P1) => ment_ + "irem" ;--# notpresent - VP (Fut Sg P1) => ment_ + "ir" ;--# notpresent - VP (Fut Pl P2) => ment_ + "ireu" ;--# notpresent - VP (Fut Sg P2) => ment_ + "irs" ;--# notpresent - VP (Fut Pl P3) => ment_ + "iran" ;--# notpresent - VP (Fut Sg P3) => ment_ + "ir" ;--# notpresent - VP (Pret Pl P1) => ment_ + "ssim" ;--# notpresent - VP (Pret Sg P1) => ment_ + "s" ;--# notpresent - VP (Pret Pl P2) => ment_ + "ssiu" ;--# notpresent - VP (Pret Sg P2) => ment_ + "issis" ;--# notpresent - VP (Pret Pl P3) => ment_ + "issin" ;--# notpresent - VP (Pret Sg P3) => ment_ + "s" ;--# notpresent - VP (Cond Pl P1) => ment_ + "irem" ;--# notpresent - VP (Cond Sg P1) => ment_ + "iria" ;--# notpresent - VP (Cond Pl P2) => ment_ + "ireu" ;--# notpresent - VP (Cond Sg P2) => ment_ + "iries" ;--# notpresent - VP (Cond Pl P3) => ment_ + "irien" ;--# notpresent - VP (Cond Sg P3) => ment_ + "iria" ;--# notpresent - VP (Imp Pl P1) => ment_ + "im" ; - VP (Imp Pl P2) => ment_ + "iu" ; - VP (Imp Sg P2) => ment_ + "eix" ; - VP (Imp Pl P3) => ment_ + "eixin" ; - VP (Imp Sg P3) => ment_ + "eixi" ; - VP (Pass Pl Fem) => ment_ + "ides" ; - VP (Pass Sg Fem) => ment_ + "ida" ; - VP (Pass Pl Masc) => ment_ + "its" ; - VP (Pass Sg Masc) => ment_ + "it" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper menysprear_67 : Str -> Verbum = \menysprear -> -let menyspre_ = Predef.tk 2 menysprear in -{s = table { - VI Infn => menyspre_ + "ar" ; - VI Ger => menyspre_ + "ant" ; - VI Part => menyspre_ + "at" ; - VP (Pres Ind Pl P1) => menyspre_ + "em" ; - VP (Pres Ind Sg P1) => menyspre_ + "o" ; - VP (Pres Ind Pl P2) => menyspre_ + "eu" ; - VP (Pres Ind Sg P2) => menyspre_ + "es" ; - VP (Pres Ind Pl P3) => menyspre_ + "en" ; - VP (Pres Ind Sg P3) => menyspre_ + "a" ; - VP (Pres Subj Pl P1) => menyspre_ + "em" ; - VP (Pres Subj Sg P1) => menyspre_ + "" ; - VP (Pres Subj Pl P2) => menyspre_ + "eu" ; - VP (Pres Subj Sg P2) => menyspre_ + "s" ; - VP (Pres Subj Pl P3) => menyspre_ + "n" ; - VP (Pres Subj Sg P3) => menyspre_ + "" ; - VP (Impf Ind Pl P1) => menyspre_ + "vem" ;--# notpresent - VP (Impf Ind Sg P1) => menyspre_ + "ava" ;--# notpresent - VP (Impf Ind Pl P2) => menyspre_ + "veu" ;--# notpresent - VP (Impf Ind Sg P2) => menyspre_ + "aves" ;--# notpresent - VP (Impf Ind Pl P3) => menyspre_ + "aven" ;--# notpresent - VP (Impf Ind Sg P3) => menyspre_ + "ava" ;--# notpresent - VP (Impf Subj Pl P1) => menyspre_ + "ssim" ;--# notpresent - VP (Impf Subj Sg P1) => menyspre_ + "s" ;--# notpresent - VP (Impf Subj Pl P2) => menyspre_ + "ssiu" ;--# notpresent - VP (Impf Subj Sg P2) => menyspre_ + "essis" ;--# notpresent - VP (Impf Subj Pl P3) => menyspre_ + "essin" ;--# notpresent - VP (Impf Subj Sg P3) => menyspre_ + "s" ;--# notpresent - VP (Fut Pl P1) => menyspre_ + "arem" ;--# notpresent - VP (Fut Sg P1) => menyspre_ + "ar" ;--# notpresent - VP (Fut Pl P2) => menyspre_ + "areu" ;--# notpresent - VP (Fut Sg P2) => menyspre_ + "ars" ;--# notpresent - VP (Fut Pl P3) => menyspre_ + "aran" ;--# notpresent - VP (Fut Sg P3) => menyspre_ + "ar" ;--# notpresent - VP (Pret Pl P1) => menyspre_ + "ssim" ;--# notpresent - VP (Pret Sg P1) => menyspre_ + "s" ;--# notpresent - VP (Pret Pl P2) => menyspre_ + "ssiu" ;--# notpresent - VP (Pret Sg P2) => menyspre_ + "essis" ;--# notpresent - VP (Pret Pl P3) => menyspre_ + "essin" ;--# notpresent - VP (Pret Sg P3) => menyspre_ + "s" ;--# notpresent - VP (Cond Pl P1) => menyspre_ + "arem" ;--# notpresent - VP (Cond Sg P1) => menyspre_ + "aria" ;--# notpresent - VP (Cond Pl P2) => menyspre_ + "areu" ;--# notpresent - VP (Cond Sg P2) => menyspre_ + "aries" ;--# notpresent - VP (Cond Pl P3) => menyspre_ + "arien" ;--# notpresent - VP (Cond Sg P3) => menyspre_ + "aria" ;--# notpresent - VP (Imp Pl P1) => menyspre_ + "em" ; - VP (Imp Pl P2) => menyspre_ + "eu" ; - VP (Imp Sg P2) => menyspre_ + "a" ; - VP (Imp Pl P3) => menyspre_ + "n" ; - VP (Imp Sg P3) => menyspre_ + "" ; - VP (Pass Pl Fem) => menyspre_ + "ades" ; - VP (Pass Sg Fem) => menyspre_ + "ada" ; - VP (Pass Pl Masc) => menyspre_ + "ats" ; - VP (Pass Sg Masc) => menyspre_ + "at" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper merixer_68 : Str -> Verbum = \merixer -> -let mer_ = Predef.tk 5 merixer in -{s = table { - VI Ger => mer_ + "eixent" ; - VI Part => mer_ + "escut" ; - VP (Pres Ind Pl P1) => mer_ + "eixem" ; - VP (Pres Ind Sg P1) => mer_ + "eixo" ; - VP (Pres Ind Pl P2) => mer_ + "eixeu" ; - VP (Pres Ind Sg P2) => mer_ + "eixes" ; - VP (Pres Ind Pl P3) => mer_ + "eixen" ; - VP (Pres Ind Sg P3) => mer_ + "eix" ; - VP (Pres Subj Pl P1) => mer_ + "eixem" ; - VP (Pres Subj Sg P1) => mer_ + "eixi" ; - VP (Pres Subj Pl P2) => mer_ + "eixeu" ; - VP (Pres Subj Sg P2) => mer_ + "eixis" ; - VP (Pres Subj Pl P3) => mer_ + "eixin" ; - VP (Pres Subj Sg P3) => mer_ + "eixi" ; - VP (Impf Ind Pl P1) => mer_ + "eixem" ;--# notpresent - VP (Impf Ind Sg P1) => mer_ + "eixia" ;--# notpresent - VP (Impf Ind Pl P2) => mer_ + "eixeu" ;--# notpresent - VP (Impf Ind Sg P2) => mer_ + "eixies" ;--# notpresent - VP (Impf Ind Pl P3) => mer_ + "eixien" ;--# notpresent - VP (Impf Ind Sg P3) => mer_ + "eixia" ;--# notpresent - VP (Impf Subj Pl P1) => mer_ + "eixssim" ;--# notpresent - VP (Impf Subj Sg P1) => mer_ + "eixs" ;--# notpresent - VP (Impf Subj Pl P2) => mer_ + "eixssiu" ;--# notpresent - VP (Impf Subj Sg P2) => mer_ + "eixessis" ;--# notpresent - VP (Impf Subj Pl P3) => mer_ + "eixessin" ;--# notpresent - VP (Impf Subj Sg P3) => mer_ + "eixs" ;--# notpresent - VP (Fut Pl P1) => mer_ + "eixerem" ;--# notpresent - VP (Fut Sg P1) => mer_ + "eixer" ;--# notpresent - VP (Fut Pl P2) => mer_ + "eixereu" ;--# notpresent - VP (Fut Sg P2) => mer_ + "eixers" ;--# notpresent - VP (Fut Pl P3) => mer_ + "eixeran" ;--# notpresent - VP (Fut Sg P3) => mer_ + "eixer" ;--# notpresent - VP (Pret Pl P1) => mer_ + "eixssim" ;--# notpresent - VP (Pret Sg P1) => mer_ + "eixs" ;--# notpresent - VP (Pret Pl P2) => mer_ + "eixssiu" ;--# notpresent - VP (Pret Sg P2) => mer_ + "eixessis" ;--# notpresent - VP (Pret Pl P3) => mer_ + "eixessin" ;--# notpresent - VP (Pret Sg P3) => mer_ + "eixs" ;--# notpresent - VP (Cond Pl P1) => mer_ + "eixerem" ;--# notpresent - VP (Cond Sg P1) => mer_ + "eixeria" ;--# notpresent - VP (Cond Pl P2) => mer_ + "eixereu" ;--# notpresent - VP (Cond Sg P2) => mer_ + "eixeries" ;--# notpresent - VP (Cond Pl P3) => mer_ + "eixerien" ;--# notpresent - VP (Cond Sg P3) => mer_ + "eixeria" ;--# notpresent - VP (Imp Pl P1) => mer_ + "eixem" ; - VP (Imp Pl P2) => mer_ + "eixeu" ; - VP (Imp Sg P2) => mer_ + "eix" ; - VP (Imp Pl P3) => mer_ + "eixin" ; - VP (Imp Sg P3) => mer_ + "eixi" ; - VP (Pass Pl Fem) => mer_ + "escudes" ; - VP (Pass Sg Fem) => mer_ + "escuda" ; - VP (Pass Pl Masc) => mer_ + "escuts" ; - VP (Pass Sg Masc) => mer_ + "escut" ; - VI Infn => mer_ + "ixer" ; -VP (Imp Sg P1) => variants {} -} -} ; --- metre-- is not in the used source . --- moldre-- is not in the used source . - -oper morir_71 : Str -> Verbum = \morir -> -let m_ = Predef.tk 4 morir in -{s = table { - VI Infn => m_ + "orir" ; - VI Ger => m_ + "orint" ; - VI Part => m_ + "ort" ; - VP (Pres Ind Pl P1) => m_ + "orim" ; - VP (Pres Ind Sg P1) => m_ + "oro" ; - VP (Pres Ind Pl P2) => m_ + "oriu" ; - VP (Pres Ind Sg P2) => m_ + "ors" ; - VP (Pres Ind Pl P3) => m_ + "oren" ; - VP (Pres Ind Sg P3) => m_ + "or" ; - VP (Pres Subj Pl P1) => m_ + "orim" ; - VP (Pres Subj Sg P1) => m_ + "ori" ; - VP (Pres Subj Pl P2) => m_ + "oriu" ; - VP (Pres Subj Sg P2) => m_ + "oris" ; - VP (Pres Subj Pl P3) => m_ + "orin" ; - VP (Pres Subj Sg P3) => m_ + "ori" ; - VP (Impf Ind Pl P1) => m_ + "orem" ;--# notpresent - VP (Impf Ind Sg P1) => m_ + "oria" ;--# notpresent - VP (Impf Ind Pl P2) => m_ + "oreu" ;--# notpresent - VP (Impf Ind Sg P2) => m_ + "ories" ;--# notpresent - VP (Impf Ind Pl P3) => m_ + "orien" ;--# notpresent - VP (Impf Ind Sg P3) => m_ + "oria" ;--# notpresent - VP (Impf Subj Pl P1) => m_ + "orssim" ;--# notpresent - VP (Impf Subj Sg P1) => m_ + "ors" ;--# notpresent - VP (Impf Subj Pl P2) => m_ + "orssiu" ;--# notpresent - VP (Impf Subj Sg P2) => m_ + "orissis" ;--# notpresent - VP (Impf Subj Pl P3) => m_ + "orissin" ;--# notpresent - VP (Impf Subj Sg P3) => m_ + "ors" ;--# notpresent - VP (Fut Pl P1) => m_ + "orirem" ;--# notpresent - VP (Fut Sg P1) => m_ + "orir" ;--# notpresent - VP (Fut Pl P2) => m_ + "orireu" ;--# notpresent - VP (Fut Sg P2) => m_ + "orirs" ;--# notpresent - VP (Fut Pl P3) => m_ + "oriran" ;--# notpresent - VP (Fut Sg P3) => m_ + "orir" ;--# notpresent - VP (Pret Pl P1) => m_ + "orssim" ;--# notpresent - VP (Pret Sg P1) => m_ + "ors" ;--# notpresent - VP (Pret Pl P2) => m_ + "orssiu" ;--# notpresent - VP (Pret Sg P2) => m_ + "orissis" ;--# notpresent - VP (Pret Pl P3) => m_ + "orissin" ;--# notpresent - VP (Pret Sg P3) => m_ + "ors" ;--# notpresent - VP (Cond Pl P1) => m_ + "orirem" ;--# notpresent - VP (Cond Sg P1) => m_ + "oriria" ;--# notpresent - VP (Cond Pl P2) => m_ + "orireu" ;--# notpresent - VP (Cond Sg P2) => m_ + "oriries" ;--# notpresent - VP (Cond Pl P3) => m_ + "oririen" ;--# notpresent - VP (Cond Sg P3) => m_ + "oriria" ;--# notpresent - VP (Imp Pl P1) => m_ + "orim" ; - VP (Imp Pl P2) => m_ + "oriu" ; - VP (Imp Sg P2) => m_ + "or" ; - VP (Imp Pl P3) => m_ + "orin" ; - VP (Imp Sg P3) => m_ + "ori" ; - VP (Pass Pl Fem) => m_ + "ortes" ; - VP (Pass Sg Fem) => m_ + "orta" ; - VP (Pass Pl Masc) => m_ + "orts" ; - VP (Pass Sg Masc) => m_ + "ort" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper moure_72 : Str -> Verbum = \moure -> -let mo_ = Predef.tk 3 moure in -{s = table { - VI Infn => mo_ + "ure" ; - VI Ger => mo_ + "vent" ; - VI Part => mo_ + "gut" ; - VP (Pres Ind Pl P1) => mo_ + "vem" ; - VP (Pres Ind Sg P1) => mo_ + "c" ; - VP (Pres Ind Pl P2) => mo_ + "veu" ; - VP (Pres Ind Sg P2) => mo_ + "us" ; - VP (Pres Ind Pl P3) => mo_ + "uen" ; - VP (Pres Ind Sg P3) => mo_ + "u" ; - VP (Pres Subj Pl P1) => mo_ + "guem" ; - VP (Pres Subj Sg P1) => mo_ + "gui" ; - VP (Pres Subj Pl P2) => mo_ + "gueu" ; - VP (Pres Subj Sg P2) => mo_ + "guis" ; - VP (Pres Subj Pl P3) => mo_ + "guin" ; - VP (Pres Subj Sg P3) => mo_ + "gui" ; - VP (Impf Ind Pl P1) => mo_ + "vem" ;--# notpresent - VP (Impf Ind Sg P1) => mo_ + "via" ;--# notpresent - VP (Impf Ind Pl P2) => mo_ + "veu" ;--# notpresent - VP (Impf Ind Sg P2) => mo_ + "vies" ;--# notpresent - VP (Impf Ind Pl P3) => mo_ + "vien" ;--# notpresent - VP (Impf Ind Sg P3) => mo_ + "via" ;--# notpresent - VP (Impf Subj Pl P1) => mo_ + "gussim" ;--# notpresent - VP (Impf Subj Sg P1) => mo_ + "gus" ;--# notpresent - VP (Impf Subj Pl P2) => mo_ + "gussiu" ;--# notpresent - VP (Impf Subj Sg P2) => mo_ + "guessis" ;--# notpresent - VP (Impf Subj Pl P3) => mo_ + "guessin" ;--# notpresent - VP (Impf Subj Sg P3) => mo_ + "gus" ;--# notpresent - VP (Fut Pl P1) => mo_ + "urem" ;--# notpresent - VP (Fut Sg P1) => mo_ + "ur" ;--# notpresent - VP (Fut Pl P2) => mo_ + "ureu" ;--# notpresent - VP (Fut Sg P2) => mo_ + "urs" ;--# notpresent - VP (Fut Pl P3) => mo_ + "uran" ;--# notpresent - VP (Fut Sg P3) => mo_ + "ur" ;--# notpresent - VP (Pret Pl P1) => mo_ + "gussim" ;--# notpresent - VP (Pret Sg P1) => mo_ + "gus" ;--# notpresent - VP (Pret Pl P2) => mo_ + "gussiu" ;--# notpresent - VP (Pret Sg P2) => mo_ + "guessis" ;--# notpresent - VP (Pret Pl P3) => mo_ + "guessin" ;--# notpresent - VP (Pret Sg P3) => mo_ + "gus" ;--# notpresent - VP (Cond Pl P1) => mo_ + "urem" ;--# notpresent - VP (Cond Sg P1) => mo_ + "uria" ;--# notpresent - VP (Cond Pl P2) => mo_ + "ureu" ;--# notpresent - VP (Cond Sg P2) => mo_ + "uries" ;--# notpresent - VP (Cond Pl P3) => mo_ + "urien" ;--# notpresent - VP (Cond Sg P3) => mo_ + "uria" ;--# notpresent - VP (Imp Pl P1) => mo_ + "guem" ; - VP (Imp Pl P2) => mo_ + "veu" ; - VP (Imp Sg P2) => mo_ + "u" ; - VP (Imp Pl P3) => mo_ + "guin" ; - VP (Imp Sg P3) => mo_ + "gui" ; - VP (Pass Pl Fem) => mo_ + "gudes" ; - VP (Pass Sg Fem) => mo_ + "guda" ; - VP (Pass Pl Masc) => mo_ + "guts" ; - VP (Pass Sg Masc) => mo_ + "gut" ; -VP (Imp Sg P1) => variants {} -} -} ; --- munyir-- is not in the used source . - -oper nixer_74 : Str -> Verbum = \nixer -> -let n_ = Predef.tk 5 nixer in -{s = table { - VI Infn => n_ + "ixer" ; - VI Ger => n_ + "aixent" ; - VI Part => n_ + "ascut" ; - VP (Pres Ind Pl P1) => n_ + "aixem" ; - VP (Pres Ind Sg P1) => n_ + "eixo" ; - VP (Pres Ind Pl P2) => n_ + "aixeu" ; - VP (Pres Ind Sg P2) => n_ + "eixes" ; - VP (Pres Ind Pl P3) => n_ + "eixen" ; - VP (Pres Ind Sg P3) => n_ + "eix" ; - VP (Pres Subj Pl P1) => n_ + "aixem" ; - VP (Pres Subj Sg P1) => n_ + "eixi" ; - VP (Pres Subj Pl P2) => n_ + "aixeu" ; - VP (Pres Subj Sg P2) => n_ + "eixis" ; - VP (Pres Subj Pl P3) => n_ + "eixin" ; - VP (Pres Subj Sg P3) => n_ + "eixi" ; - VP (Impf Ind Pl P1) => n_ + "aixem" ;--# notpresent - VP (Impf Ind Sg P1) => n_ + "aixia" ;--# notpresent - VP (Impf Ind Pl P2) => n_ + "aixeu" ;--# notpresent - VP (Impf Ind Sg P2) => n_ + "aixies" ;--# notpresent - VP (Impf Ind Pl P3) => n_ + "aixien" ;--# notpresent - VP (Impf Ind Sg P3) => n_ + "aixia" ;--# notpresent - VP (Impf Subj Pl P1) => n_ + "aixssim" ;--# notpresent - VP (Impf Subj Sg P1) => n_ + "aixs" ;--# notpresent - VP (Impf Subj Pl P2) => n_ + "aixssiu" ;--# notpresent - VP (Impf Subj Sg P2) => n_ + "aixessis" ;--# notpresent - VP (Impf Subj Pl P3) => n_ + "aixessin" ;--# notpresent - VP (Impf Subj Sg P3) => n_ + "aixs" ;--# notpresent - VP (Fut Pl P1) => n_ + "aixerem" ;--# notpresent - VP (Fut Sg P1) => n_ + "aixer" ;--# notpresent - VP (Fut Pl P2) => n_ + "aixereu" ;--# notpresent - VP (Fut Sg P2) => n_ + "aixers" ;--# notpresent - VP (Fut Pl P3) => n_ + "aixeran" ;--# notpresent - VP (Fut Sg P3) => n_ + "aixer" ;--# notpresent - VP (Pret Pl P1) => n_ + "aixssim" ;--# notpresent - VP (Pret Sg P1) => n_ + "aixs" ;--# notpresent - VP (Pret Pl P2) => n_ + "aixssiu" ;--# notpresent - VP (Pret Sg P2) => n_ + "aixessis" ;--# notpresent - VP (Pret Pl P3) => n_ + "aixessin" ;--# notpresent - VP (Pret Sg P3) => n_ + "aixs" ;--# notpresent - VP (Cond Pl P1) => n_ + "aixerem" ;--# notpresent - VP (Cond Sg P1) => n_ + "aixeria" ;--# notpresent - VP (Cond Pl P2) => n_ + "aixereu" ;--# notpresent - VP (Cond Sg P2) => n_ + "aixeries" ;--# notpresent - VP (Cond Pl P3) => n_ + "aixerien" ;--# notpresent - VP (Cond Sg P3) => n_ + "aixeria" ;--# notpresent - VP (Imp Pl P1) => n_ + "aixem" ; - VP (Imp Pl P2) => n_ + "aixeu" ; - VP (Imp Sg P2) => n_ + "eix" ; - VP (Imp Pl P3) => n_ + "eixin" ; - VP (Imp Sg P3) => n_ + "eixi" ; - VP (Pass Pl Fem) => n_ + "ascudes" ; - VP (Pass Sg Fem) => n_ + "ascuda" ; - VP (Pass Pl Masc) => n_ + "ascuts" ; - VP (Pass Sg Masc) => n_ + "ascut" ; -VP (Imp Sg P1) => variants {} -} -} ; --- noure-- is not in the used source . --- obliquar-- is not in the used source . - -oper obrir_77 : Str -> Verbum = \obrir -> -let x_ = Predef.tk 5 obrir in -{s = table { - VI Infn => x_ + "rir" ; - VI Ger => x_ + "rint" ; - VI Part => x_ + "ert" ; - VP (Pres Ind Pl P1) => x_ + "rim" ; - VP (Pres Ind Sg P1) => x_ + "ro" ; - VP (Pres Ind Pl P2) => x_ + "riu" ; - VP (Pres Ind Sg P2) => x_ + "res" ; - VP (Pres Ind Pl P3) => x_ + "ren" ; - VP (Pres Ind Sg P3) => x_ + "re" ; - VP (Pres Subj Pl P1) => x_ + "rim" ; - VP (Pres Subj Sg P1) => x_ + "ri" ; - VP (Pres Subj Pl P2) => x_ + "riu" ; - VP (Pres Subj Sg P2) => x_ + "ris" ; - VP (Pres Subj Pl P3) => x_ + "rin" ; - VP (Pres Subj Sg P3) => x_ + "ri" ; - VP (Impf Ind Pl P1) => x_ + "rem" ;--# notpresent - VP (Impf Ind Sg P1) => x_ + "ria" ;--# notpresent - VP (Impf Ind Pl P2) => x_ + "reu" ;--# notpresent - VP (Impf Ind Sg P2) => x_ + "ries" ;--# notpresent - VP (Impf Ind Pl P3) => x_ + "rien" ;--# notpresent - VP (Impf Ind Sg P3) => x_ + "ria" ;--# notpresent - VP (Impf Subj Pl P1) => x_ + "rssim" ;--# notpresent - VP (Impf Subj Sg P1) => x_ + "rs" ;--# notpresent - VP (Impf Subj Pl P2) => x_ + "rssiu" ;--# notpresent - VP (Impf Subj Sg P2) => x_ + "rissis" ;--# notpresent - VP (Impf Subj Pl P3) => x_ + "rissin" ;--# notpresent - VP (Impf Subj Sg P3) => x_ + "rs" ;--# notpresent - VP (Fut Pl P1) => x_ + "rirem" ;--# notpresent - VP (Fut Sg P1) => x_ + "rir" ;--# notpresent - VP (Fut Pl P2) => x_ + "rireu" ;--# notpresent - VP (Fut Sg P2) => x_ + "rirs" ;--# notpresent - VP (Fut Pl P3) => x_ + "riran" ;--# notpresent - VP (Fut Sg P3) => x_ + "rir" ;--# notpresent - VP (Pret Pl P1) => x_ + "rssim" ;--# notpresent - VP (Pret Sg P1) => x_ + "rs" ;--# notpresent - VP (Pret Pl P2) => x_ + "rssiu" ;--# notpresent - VP (Pret Sg P2) => x_ + "rissis" ;--# notpresent - VP (Pret Pl P3) => x_ + "rissin" ;--# notpresent - VP (Pret Sg P3) => x_ + "rs" ;--# notpresent - VP (Cond Pl P1) => x_ + "rirem" ;--# notpresent - VP (Cond Sg P1) => x_ + "riria" ;--# notpresent - VP (Cond Pl P2) => x_ + "rireu" ;--# notpresent - VP (Cond Sg P2) => x_ + "riries" ;--# notpresent - VP (Cond Pl P3) => x_ + "ririen" ;--# notpresent - VP (Cond Sg P3) => x_ + "riria" ;--# notpresent - VP (Imp Pl P1) => x_ + "rim" ; - VP (Imp Pl P2) => x_ + "riu" ; - VP (Imp Sg P2) => x_ + "re" ; - VP (Imp Pl P3) => x_ + "rin" ; - VP (Imp Sg P3) => x_ + "ri" ; - VP (Pass Pl Fem) => x_ + "ertes" ; - VP (Pass Sg Fem) => x_ + "erta" ; - VP (Pass Pl Masc) => x_ + "erts" ; - VP (Pass Sg Masc) => x_ + "ert" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper obtenir_78 : Str -> Verbum = \obtenir -> -let ob_ = Predef.tk 5 obtenir in -{s = table { - VI Infn => ob_ + "tenir" ; - VI Ger => ob_ + "tenint" ; - VI Part => ob_ + "tingut" ; - VP (Pres Ind Pl P1) => ob_ + "tenim" ; - VP (Pres Ind Sg P1) => ob_ + "tinc" ; - VP (Pres Ind Pl P2) => ob_ + "teniu" ; - VP (Pres Ind Sg P2) => ob_ + "tens" ; - VP (Pres Ind Pl P3) => ob_ + "tenen" ; - VP (Pres Ind Sg P3) => ob_ + "t" ; - VP (Pres Subj Pl P1) => ob_ + "tinguem" ; - VP (Pres Subj Sg P1) => ob_ + "tingui" ; - VP (Pres Subj Pl P2) => ob_ + "tingueu" ; - VP (Pres Subj Sg P2) => ob_ + "tinguis" ; - VP (Pres Subj Pl P3) => ob_ + "tinguin" ; - VP (Pres Subj Sg P3) => ob_ + "tingui" ; - VP (Impf Ind Pl P1) => ob_ + "tenem" ;--# notpresent - VP (Impf Ind Sg P1) => ob_ + "tenia" ;--# notpresent - VP (Impf Ind Pl P2) => ob_ + "teneu" ;--# notpresent - VP (Impf Ind Sg P2) => ob_ + "tenies" ;--# notpresent - VP (Impf Ind Pl P3) => ob_ + "tenien" ;--# notpresent - VP (Impf Ind Sg P3) => ob_ + "tenia" ;--# notpresent - VP (Impf Subj Pl P1) => ob_ + "tingussim" ;--# notpresent - VP (Impf Subj Sg P1) => ob_ + "tingus" ;--# notpresent - VP (Impf Subj Pl P2) => ob_ + "tingussiu" ;--# notpresent - VP (Impf Subj Sg P2) => ob_ + "tinguessis" ;--# notpresent - VP (Impf Subj Pl P3) => ob_ + "tinguessin" ;--# notpresent - VP (Impf Subj Sg P3) => ob_ + "tingus" ;--# notpresent - VP (Fut Pl P1) => ob_ + "tindrem" ;--# notpresent - VP (Fut Sg P1) => ob_ + "tindr" ;--# notpresent - VP (Fut Pl P2) => ob_ + "tindreu" ;--# notpresent - VP (Fut Sg P2) => ob_ + "tindrs" ;--# notpresent - VP (Fut Pl P3) => ob_ + "tindran" ;--# notpresent - VP (Fut Sg P3) => ob_ + "tindr" ;--# notpresent - VP (Pret Pl P1) => ob_ + "tingussim" ;--# notpresent - VP (Pret Sg P1) => ob_ + "tingus" ;--# notpresent - VP (Pret Pl P2) => ob_ + "tingussiu" ;--# notpresent - VP (Pret Sg P2) => ob_ + "tinguessis" ;--# notpresent - VP (Pret Pl P3) => ob_ + "tinguessin" ;--# notpresent - VP (Pret Sg P3) => ob_ + "tingus" ;--# notpresent - VP (Cond Pl P1) => ob_ + "tindrem" ;--# notpresent - VP (Cond Sg P1) => ob_ + "tindria" ;--# notpresent - VP (Cond Pl P2) => ob_ + "tindreu" ;--# notpresent - VP (Cond Sg P2) => ob_ + "tindries" ;--# notpresent - VP (Cond Pl P3) => ob_ + "tindrien" ;--# notpresent - VP (Cond Sg P3) => ob_ + "tindria" ;--# notpresent - VP (Imp Pl P1) => ob_ + "tinguem" ; - VP (Imp Pl P2) => ob_ + "tingueu" ; - VP (Imp Sg P2) => ob_ + "tingues" ; - VP (Imp Pl P3) => ob_ + "tinguin" ; - VP (Imp Sg P3) => ob_ + "tingui" ; - VP (Pass Pl Fem) => ob_ + "tingudes" ; - VP (Pass Sg Fem) => ob_ + "tinguda" ; - VP (Pass Pl Masc) => ob_ + "tinguts" ; - VP (Pass Sg Masc) => ob_ + "tingut" ; -VP (Imp Sg P1) => variants {} -} -} ; --- oir-- is not in the used source . - -oper omplir_80 : Str -> Verbum = \omplir -> -let x_ = Predef.tk 6 omplir in -{s = table { - VI Infn => x_ + "ir" ; - VI Ger => x_ + "int" ; - VI Part => x_ + "ert" ; - VP (Pres Ind Pl P1) => x_ + "im" ; - VP (Pres Ind Sg P1) => x_ + "o" ; - VP (Pres Ind Pl P2) => x_ + "iu" ; - VP (Pres Ind Sg P2) => x_ + "es" ; - VP (Pres Ind Pl P3) => x_ + "en" ; - VP (Pres Ind Sg P3) => x_ + "e" ; - VP (Pres Subj Pl P1) => x_ + "im" ; - VP (Pres Subj Sg P1) => x_ + "i" ; - VP (Pres Subj Pl P2) => x_ + "iu" ; - VP (Pres Subj Sg P2) => x_ + "is" ; - VP (Pres Subj Pl P3) => x_ + "in" ; - VP (Pres Subj Sg P3) => x_ + "i" ; - VP (Impf Ind Pl P1) => x_ + "em" ;--# notpresent - VP (Impf Ind Sg P1) => x_ + "ia" ;--# notpresent - VP (Impf Ind Pl P2) => x_ + "eu" ;--# notpresent - VP (Impf Ind Sg P2) => x_ + "ies" ;--# notpresent - VP (Impf Ind Pl P3) => x_ + "ien" ;--# notpresent - VP (Impf Ind Sg P3) => x_ + "ia" ;--# notpresent - VP (Impf Subj Pl P1) => x_ + "ssim" ;--# notpresent - VP (Impf Subj Sg P1) => x_ + "s" ;--# notpresent - VP (Impf Subj Pl P2) => x_ + "ssiu" ;--# notpresent - VP (Impf Subj Sg P2) => x_ + "issis" ;--# notpresent - VP (Impf Subj Pl P3) => x_ + "issin" ;--# notpresent - VP (Impf Subj Sg P3) => x_ + "s" ;--# notpresent - VP (Fut Pl P1) => x_ + "irem" ;--# notpresent - VP (Fut Sg P1) => x_ + "ir" ;--# notpresent - VP (Fut Pl P2) => x_ + "ireu" ;--# notpresent - VP (Fut Sg P2) => x_ + "irs" ;--# notpresent - VP (Fut Pl P3) => x_ + "iran" ;--# notpresent - VP (Fut Sg P3) => x_ + "ir" ;--# notpresent - VP (Pret Pl P1) => x_ + "ssim" ;--# notpresent - VP (Pret Sg P1) => x_ + "s" ;--# notpresent - VP (Pret Pl P2) => x_ + "ssiu" ;--# notpresent - VP (Pret Sg P2) => x_ + "issis" ;--# notpresent - VP (Pret Pl P3) => x_ + "issin" ;--# notpresent - VP (Pret Sg P3) => x_ + "s" ;--# notpresent - VP (Cond Pl P1) => x_ + "irem" ;--# notpresent - VP (Cond Sg P1) => x_ + "iria" ;--# notpresent - VP (Cond Pl P2) => x_ + "ireu" ;--# notpresent - VP (Cond Sg P2) => x_ + "iries" ;--# notpresent - VP (Cond Pl P3) => x_ + "irien" ;--# notpresent - VP (Cond Sg P3) => x_ + "iria" ;--# notpresent - VP (Imp Pl P1) => x_ + "im" ; - VP (Imp Pl P2) => x_ + "iu" ; - VP (Imp Sg P2) => x_ + "e" ; - VP (Imp Pl P3) => x_ + "in" ; - VP (Imp Sg P3) => x_ + "i" ; - VP (Pass Pl Fem) => x_ + "ertes" ; - VP (Pass Sg Fem) => x_ + "erta" ; - VP (Pass Pl Masc) => x_ + "erts" ; - VP (Pass Sg Masc) => x_ + "ert" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper patir_81 : Str -> Verbum = \patir -> -let pat_ = Predef.tk 2 patir in -{s = table { - VI Infn => pat_ + "ir" ; - VI Ger => pat_ + "int" ; - VI Part => pat_ + "it" ; - VP (Pres Ind Pl P1) => pat_ + "im" ; - VP (Pres Ind Sg P1) => pat_ + "eixo" ; - VP (Pres Ind Pl P2) => pat_ + "iu" ; - VP (Pres Ind Sg P2) => pat_ + "eixes" ; - VP (Pres Ind Pl P3) => pat_ + "eixen" ; - VP (Pres Ind Sg P3) => pat_ + "eix" ; - VP (Pres Subj Pl P1) => pat_ + "im" ; - VP (Pres Subj Sg P1) => pat_ + "eixi" ; - VP (Pres Subj Pl P2) => pat_ + "iu" ; - VP (Pres Subj Sg P2) => pat_ + "eixis" ; - VP (Pres Subj Pl P3) => pat_ + "eixin" ; - VP (Pres Subj Sg P3) => pat_ + "eixi" ; - VP (Impf Ind Pl P1) => pat_ + "em" ;--# notpresent - VP (Impf Ind Sg P1) => pat_ + "ia" ;--# notpresent - VP (Impf Ind Pl P2) => pat_ + "eu" ;--# notpresent - VP (Impf Ind Sg P2) => pat_ + "ies" ;--# notpresent - VP (Impf Ind Pl P3) => pat_ + "ien" ;--# notpresent - VP (Impf Ind Sg P3) => pat_ + "ia" ;--# notpresent - VP (Impf Subj Pl P1) => pat_ + "ssim" ;--# notpresent - VP (Impf Subj Sg P1) => pat_ + "s" ;--# notpresent - VP (Impf Subj Pl P2) => pat_ + "ssiu" ;--# notpresent - VP (Impf Subj Sg P2) => pat_ + "issis" ;--# notpresent - VP (Impf Subj Pl P3) => pat_ + "issin" ;--# notpresent - VP (Impf Subj Sg P3) => pat_ + "s" ;--# notpresent - VP (Fut Pl P1) => pat_ + "irem" ;--# notpresent - VP (Fut Sg P1) => pat_ + "ir" ;--# notpresent - VP (Fut Pl P2) => pat_ + "ireu" ;--# notpresent - VP (Fut Sg P2) => pat_ + "irs" ;--# notpresent - VP (Fut Pl P3) => pat_ + "iran" ;--# notpresent - VP (Fut Sg P3) => pat_ + "ir" ;--# notpresent - VP (Pret Pl P1) => pat_ + "ssim" ;--# notpresent - VP (Pret Sg P1) => pat_ + "s" ;--# notpresent - VP (Pret Pl P2) => pat_ + "ssiu" ;--# notpresent - VP (Pret Sg P2) => pat_ + "issis" ;--# notpresent - VP (Pret Pl P3) => pat_ + "issin" ;--# notpresent - VP (Pret Sg P3) => pat_ + "s" ;--# notpresent - VP (Cond Pl P1) => pat_ + "irem" ;--# notpresent - VP (Cond Sg P1) => pat_ + "iria" ;--# notpresent - VP (Cond Pl P2) => pat_ + "ireu" ;--# notpresent - VP (Cond Sg P2) => pat_ + "iries" ;--# notpresent - VP (Cond Pl P3) => pat_ + "irien" ;--# notpresent - VP (Cond Sg P3) => pat_ + "iria" ;--# notpresent - VP (Imp Pl P1) => pat_ + "im" ; - VP (Imp Pl P2) => pat_ + "iu" ; - VP (Imp Sg P2) => pat_ + "eix" ; - VP (Imp Pl P3) => pat_ + "eixin" ; - VP (Imp Sg P3) => pat_ + "eixi" ; - VP (Pass Pl Fem) => pat_ + "ides" ; - VP (Pass Sg Fem) => pat_ + "ida" ; - VP (Pass Pl Masc) => pat_ + "its" ; - VP (Pass Sg Masc) => pat_ + "it" ; -VP (Imp Sg P1) => variants {} -} -} ; --- pixer-- is not in the used source . - -oper perdre_83 : Str -> Verbum = \perdre -> -let perd_ = Predef.tk 2 perdre in -{s = table { - VI Infn => perd_ + "re" ; - VI Ger => perd_ + "ent" ; - VI Part => perd_ + "ut" ; - VP (Pres Ind Pl P1) => perd_ + "em" ; - VP (Pres Ind Sg P1) => perd_ + "o" ; - VP (Pres Ind Pl P2) => perd_ + "eu" ; - VP (Pres Ind Sg P2) => perd_ + "s" ; - VP (Pres Ind Pl P3) => perd_ + "en" ; - VP (Pres Ind Sg P3) => perd_ + "" ; - VP (Pres Subj Pl P1) => perd_ + "em" ; - VP (Pres Subj Sg P1) => perd_ + "i" ; - VP (Pres Subj Pl P2) => perd_ + "eu" ; - VP (Pres Subj Sg P2) => perd_ + "is" ; - VP (Pres Subj Pl P3) => perd_ + "in" ; - VP (Pres Subj Sg P3) => perd_ + "i" ; - VP (Impf Ind Pl P1) => perd_ + "em" ;--# notpresent - VP (Impf Ind Sg P1) => perd_ + "ia" ;--# notpresent - VP (Impf Ind Pl P2) => perd_ + "eu" ;--# notpresent - VP (Impf Ind Sg P2) => perd_ + "ies" ;--# notpresent - VP (Impf Ind Pl P3) => perd_ + "ien" ;--# notpresent - VP (Impf Ind Sg P3) => perd_ + "ia" ;--# notpresent - VP (Impf Subj Pl P1) => perd_ + "ssim" ;--# notpresent - VP (Impf Subj Sg P1) => perd_ + "s" ;--# notpresent - VP (Impf Subj Pl P2) => perd_ + "ssiu" ;--# notpresent - VP (Impf Subj Sg P2) => perd_ + "essis" ;--# notpresent - VP (Impf Subj Pl P3) => perd_ + "essin" ;--# notpresent - VP (Impf Subj Sg P3) => perd_ + "s" ;--# notpresent - VP (Fut Pl P1) => perd_ + "rem" ;--# notpresent - VP (Fut Sg P1) => perd_ + "r" ;--# notpresent - VP (Fut Pl P2) => perd_ + "reu" ;--# notpresent - VP (Fut Sg P2) => perd_ + "rs" ;--# notpresent - VP (Fut Pl P3) => perd_ + "ran" ;--# notpresent - VP (Fut Sg P3) => perd_ + "r" ;--# notpresent - VP (Pret Pl P1) => perd_ + "ssim" ;--# notpresent - VP (Pret Sg P1) => perd_ + "s" ;--# notpresent - VP (Pret Pl P2) => perd_ + "ssiu" ;--# notpresent - VP (Pret Sg P2) => perd_ + "essis" ;--# notpresent - VP (Pret Pl P3) => perd_ + "essin" ;--# notpresent - VP (Pret Sg P3) => perd_ + "s" ;--# notpresent - VP (Cond Pl P1) => perd_ + "rem" ;--# notpresent - VP (Cond Sg P1) => perd_ + "ria" ;--# notpresent - VP (Cond Pl P2) => perd_ + "reu" ;--# notpresent - VP (Cond Sg P2) => perd_ + "ries" ;--# notpresent - VP (Cond Pl P3) => perd_ + "rien" ;--# notpresent - VP (Cond Sg P3) => perd_ + "ria" ;--# notpresent - VP (Imp Pl P1) => perd_ + "em" ; - VP (Imp Pl P2) => perd_ + "eu" ; - VP (Imp Sg P2) => perd_ + "" ; - VP (Imp Pl P3) => perd_ + "in" ; - VP (Imp Sg P3) => perd_ + "i" ; - VP (Pass Pl Fem) => perd_ + "udes" ; - VP (Pass Sg Fem) => perd_ + "uda" ; - VP (Pass Pl Masc) => perd_ + "uts" ; - VP (Pass Sg Masc) => perd_ + "ut" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper pertnyer_84 : Str -> Verbum = \pertnyer -> -let pert_ = Predef.tk 5 pertnyer in -{s = table { - VI Ger => pert_ + "anyent" ; - VI Part => pert_ + "angut" ; - VP (Pres Ind Pl P1) => pert_ + "anyem" ; - VP (Pres Ind Sg P1) => pert_ + "anyo" ; - VP (Pres Ind Pl P2) => pert_ + "anyeu" ; - VP (Pres Ind Sg P2) => pert_ + "anys" ; - VP (Pres Ind Pl P3) => pert_ + "anyen" ; - VP (Pres Ind Sg P3) => pert_ + "any" ; - VP (Pres Subj Pl P1) => pert_ + "anyem" ; - VP (Pres Subj Sg P1) => pert_ + "anyi" ; - VP (Pres Subj Pl P2) => pert_ + "anyeu" ; - VP (Pres Subj Sg P2) => pert_ + "anyis" ; - VP (Pres Subj Pl P3) => pert_ + "anyin" ; - VP (Pres Subj Sg P3) => pert_ + "anyi" ; - VP (Impf Ind Pl P1) => pert_ + "anyem" ;--# notpresent - VP (Impf Ind Sg P1) => pert_ + "anyia" ;--# notpresent - VP (Impf Ind Pl P2) => pert_ + "anyeu" ;--# notpresent - VP (Impf Ind Sg P2) => pert_ + "anyies" ;--# notpresent - VP (Impf Ind Pl P3) => pert_ + "anyien" ;--# notpresent - VP (Impf Ind Sg P3) => pert_ + "anyia" ;--# notpresent - VP (Impf Subj Pl P1) => pert_ + "anyssim" ;--# notpresent - VP (Impf Subj Sg P1) => pert_ + "anys" ;--# notpresent - VP (Impf Subj Pl P2) => pert_ + "anyssiu" ;--# notpresent - VP (Impf Subj Sg P2) => pert_ + "anyessis" ;--# notpresent - VP (Impf Subj Pl P3) => pert_ + "anyessin" ;--# notpresent - VP (Impf Subj Sg P3) => pert_ + "anys" ;--# notpresent - VP (Fut Pl P1) => pert_ + "anyerem" ;--# notpresent - VP (Fut Sg P1) => pert_ + "anyer" ;--# notpresent - VP (Fut Pl P2) => pert_ + "anyereu" ;--# notpresent - VP (Fut Sg P2) => pert_ + "anyers" ;--# notpresent - VP (Fut Pl P3) => pert_ + "anyeran" ;--# notpresent - VP (Fut Sg P3) => pert_ + "anyer" ;--# notpresent - VP (Pret Pl P1) => pert_ + "anyssim" ;--# notpresent - VP (Pret Sg P1) => pert_ + "anys" ;--# notpresent - VP (Pret Pl P2) => pert_ + "anyssiu" ;--# notpresent - VP (Pret Sg P2) => pert_ + "anyessis" ;--# notpresent - VP (Pret Pl P3) => pert_ + "anyessin" ;--# notpresent - VP (Pret Sg P3) => pert_ + "anys" ;--# notpresent - VP (Cond Pl P1) => pert_ + "anyerem" ;--# notpresent - VP (Cond Sg P1) => pert_ + "anyeria" ;--# notpresent - VP (Cond Pl P2) => pert_ + "anyereu" ;--# notpresent - VP (Cond Sg P2) => pert_ + "anyeries" ;--# notpresent - VP (Cond Pl P3) => pert_ + "anyerien" ;--# notpresent - VP (Cond Sg P3) => pert_ + "anyeria" ;--# notpresent - VP (Imp Pl P1) => pert_ + "anyem" ; - VP (Imp Pl P2) => pert_ + "anyeu" ; - VP (Imp Sg P2) => pert_ + "any" ; - VP (Imp Pl P3) => pert_ + "anyin" ; - VP (Imp Sg P3) => pert_ + "anyi" ; - VP (Pass Pl Fem) => pert_ + "angudes" ; - VP (Pass Sg Fem) => pert_ + "anguda" ; - VP (Pass Pl Masc) => pert_ + "anguts" ; - VP (Pass Sg Masc) => pert_ + "angut" ; - VI Infn => pert_ + "nyer" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper poder_85 : Str -> Verbum = \poder -> -let p_ = Predef.tk 4 poder in -{s = table { - VI Infn => p_ + "oder" ; - VI Ger => p_ + "odent" ; - VI Part => p_ + "ogut" ; - VP (Pres Ind Pl P1) => p_ + "odem" ; - VP (Pres Ind Sg P1) => p_ + "uc" ; - VP (Pres Ind Pl P2) => p_ + "odeu" ; - VP (Pres Ind Sg P2) => p_ + "ots" ; - VP (Pres Ind Pl P3) => p_ + "oden" ; - VP (Pres Ind Sg P3) => p_ + "ot" ; - VP (Pres Subj Pl P1) => p_ + "uguem" ; - VP (Pres Subj Sg P1) => p_ + "ugui" ; - VP (Pres Subj Pl P2) => p_ + "ugueu" ; - VP (Pres Subj Sg P2) => p_ + "uguis" ; - VP (Pres Subj Pl P3) => p_ + "uguin" ; - VP (Pres Subj Sg P3) => p_ + "ugui" ; - VP (Impf Ind Pl P1) => p_ + "odem" ;--# notpresent - VP (Impf Ind Sg P1) => p_ + "odia" ;--# notpresent - VP (Impf Ind Pl P2) => p_ + "odeu" ;--# notpresent - VP (Impf Ind Sg P2) => p_ + "odies" ;--# notpresent - VP (Impf Ind Pl P3) => p_ + "odien" ;--# notpresent - VP (Impf Ind Sg P3) => p_ + "odia" ;--# notpresent - VP (Impf Subj Pl P1) => p_ + "ogussim" ;--# notpresent - VP (Impf Subj Sg P1) => p_ + "ogus" ;--# notpresent - VP (Impf Subj Pl P2) => p_ + "ogussiu" ;--# notpresent - VP (Impf Subj Sg P2) => p_ + "oguessis" ;--# notpresent - VP (Impf Subj Pl P3) => p_ + "oguessin" ;--# notpresent - VP (Impf Subj Sg P3) => p_ + "ogus" ;--# notpresent - VP (Fut Pl P1) => p_ + "odrem" ;--# notpresent - VP (Fut Sg P1) => p_ + "odr" ;--# notpresent - VP (Fut Pl P2) => p_ + "odreu" ;--# notpresent - VP (Fut Sg P2) => p_ + "odrs" ;--# notpresent - VP (Fut Pl P3) => p_ + "odran" ;--# notpresent - VP (Fut Sg P3) => p_ + "odr" ;--# notpresent - VP (Pret Pl P1) => p_ + "ogussim" ;--# notpresent - VP (Pret Sg P1) => p_ + "ogus" ;--# notpresent - VP (Pret Pl P2) => p_ + "ogussiu" ;--# notpresent - VP (Pret Sg P2) => p_ + "oguessis" ;--# notpresent - VP (Pret Pl P3) => p_ + "oguessin" ;--# notpresent - VP (Pret Sg P3) => p_ + "ogus" ;--# notpresent - VP (Cond Pl P1) => p_ + "odrem" ;--# notpresent - VP (Cond Sg P1) => p_ + "odria" ;--# notpresent - VP (Cond Pl P2) => p_ + "odreu" ;--# notpresent - VP (Cond Sg P2) => p_ + "odries" ;--# notpresent - VP (Cond Pl P3) => p_ + "odrien" ;--# notpresent - VP (Cond Sg P3) => p_ + "odria" ;--# notpresent - VP (Imp Pl P1) => p_ + "uguem" ; - VP (Imp Pl P2) => p_ + "ugueu" ; - VP (Imp Sg P2) => p_ + "ugues" ; - VP (Imp Pl P3) => p_ + "uguin" ; - VP (Imp Sg P3) => p_ + "ugui" ; - VP (Pass Pl Fem) => p_ + "ogudes" ; - VP (Pass Sg Fem) => p_ + "oguda" ; - VP (Pass Pl Masc) => p_ + "oguts" ; - VP (Pass Sg Masc) => p_ + "ogut" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper pregar_86 : Str -> Verbum = \pregar -> -let preg_ = Predef.tk 2 pregar in -{s = table { - VI Infn => preg_ + "ar" ; - VI Ger => preg_ + "ant" ; - VI Part => preg_ + "at" ; - VP (Pres Ind Pl P1) => preg_ + "uem" ; - VP (Pres Ind Sg P1) => preg_ + "o" ; - VP (Pres Ind Pl P2) => preg_ + "ueu" ; - VP (Pres Ind Sg P2) => preg_ + "ues" ; - VP (Pres Ind Pl P3) => preg_ + "uen" ; - VP (Pres Ind Sg P3) => preg_ + "a" ; - VP (Pres Subj Pl P1) => preg_ + "uem" ; - VP (Pres Subj Sg P1) => preg_ + "ui" ; - VP (Pres Subj Pl P2) => preg_ + "ueu" ; - VP (Pres Subj Sg P2) => preg_ + "uis" ; - VP (Pres Subj Pl P3) => preg_ + "uin" ; - VP (Pres Subj Sg P3) => preg_ + "ui" ; - VP (Impf Ind Pl P1) => preg_ + "vem" ;--# notpresent - VP (Impf Ind Sg P1) => preg_ + "ava" ;--# notpresent - VP (Impf Ind Pl P2) => preg_ + "veu" ;--# notpresent - VP (Impf Ind Sg P2) => preg_ + "aves" ;--# notpresent - VP (Impf Ind Pl P3) => preg_ + "aven" ;--# notpresent - VP (Impf Ind Sg P3) => preg_ + "ava" ;--# notpresent - VP (Impf Subj Pl P1) => preg_ + "ussim" ;--# notpresent - VP (Impf Subj Sg P1) => preg_ + "us" ;--# notpresent - VP (Impf Subj Pl P2) => preg_ + "ussiu" ;--# notpresent - VP (Impf Subj Sg P2) => preg_ + "uessis" ;--# notpresent - VP (Impf Subj Pl P3) => preg_ + "uessin" ;--# notpresent - VP (Impf Subj Sg P3) => preg_ + "us" ;--# notpresent - VP (Fut Pl P1) => preg_ + "arem" ;--# notpresent - VP (Fut Sg P1) => preg_ + "ar" ;--# notpresent - VP (Fut Pl P2) => preg_ + "areu" ;--# notpresent - VP (Fut Sg P2) => preg_ + "ars" ;--# notpresent - VP (Fut Pl P3) => preg_ + "aran" ;--# notpresent - VP (Fut Sg P3) => preg_ + "ar" ;--# notpresent - VP (Pret Pl P1) => preg_ + "ussim" ;--# notpresent - VP (Pret Sg P1) => preg_ + "us" ;--# notpresent - VP (Pret Pl P2) => preg_ + "ussiu" ;--# notpresent - VP (Pret Sg P2) => preg_ + "uessis" ;--# notpresent - VP (Pret Pl P3) => preg_ + "uessin" ;--# notpresent - VP (Pret Sg P3) => preg_ + "us" ;--# notpresent - VP (Cond Pl P1) => preg_ + "arem" ;--# notpresent - VP (Cond Sg P1) => preg_ + "aria" ;--# notpresent - VP (Cond Pl P2) => preg_ + "areu" ;--# notpresent - VP (Cond Sg P2) => preg_ + "aries" ;--# notpresent - VP (Cond Pl P3) => preg_ + "arien" ;--# notpresent - VP (Cond Sg P3) => preg_ + "aria" ;--# notpresent - VP (Imp Pl P1) => preg_ + "uem" ; - VP (Imp Pl P2) => preg_ + "ueu" ; - VP (Imp Sg P2) => preg_ + "a" ; - VP (Imp Pl P3) => preg_ + "uin" ; - VP (Imp Sg P3) => preg_ + "ui" ; - VP (Pass Pl Fem) => preg_ + "ades" ; - VP (Pass Sg Fem) => preg_ + "ada" ; - VP (Pass Pl Masc) => preg_ + "ats" ; - VP (Pass Sg Masc) => preg_ + "at" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper prendre_87 : Str -> Verbum = \prendre -> -let x_ = Predef.tk 7 prendre in -{s = table { - VI Infn => x_ + "prendre" ; - VI Ger => x_ + "prenent" ; - VI Part => x_ + "pres" ; - VP (Pres Ind Pl P1) => x_ + "prenem" ; - VP (Pres Ind Sg P1) => x_ + "prenc" ; - VP (Pres Ind Pl P2) => x_ + "preneu" ; - VP (Pres Ind Sg P2) => x_ + "prens" ; - VP (Pres Ind Pl P3) => x_ + "prenen" ; - VP (Pres Ind Sg P3) => x_ + "pren" ; - VP (Pres Subj Pl P1) => x_ + "prenguem" ; - VP (Pres Subj Sg P1) => x_ + "prengui" ; - VP (Pres Subj Pl P2) => x_ + "prengueu" ; - VP (Pres Subj Sg P2) => x_ + "prenguis" ; - VP (Pres Subj Pl P3) => x_ + "prenguin" ; - VP (Pres Subj Sg P3) => x_ + "prengui" ; - VP (Impf Ind Pl P1) => x_ + "prenem" ;--# notpresent - VP (Impf Ind Sg P1) => x_ + "prenia" ;--# notpresent - VP (Impf Ind Pl P2) => x_ + "preneu" ;--# notpresent - VP (Impf Ind Sg P2) => x_ + "prenies" ;--# notpresent - VP (Impf Ind Pl P3) => x_ + "prenien" ;--# notpresent - VP (Impf Ind Sg P3) => x_ + "prenia" ;--# notpresent - VP (Impf Subj Pl P1) => x_ + "prengussim" ;--# notpresent - VP (Impf Subj Sg P1) => x_ + "prengus" ;--# notpresent - VP (Impf Subj Pl P2) => x_ + "prengussiu" ;--# notpresent - VP (Impf Subj Sg P2) => x_ + "prenguessis" ;--# notpresent - VP (Impf Subj Pl P3) => x_ + "prenguessin" ;--# notpresent - VP (Impf Subj Sg P3) => x_ + "prengus" ;--# notpresent - VP (Fut Pl P1) => x_ + "prendrem" ;--# notpresent - VP (Fut Sg P1) => x_ + "prendr" ;--# notpresent - VP (Fut Pl P2) => x_ + "prendreu" ;--# notpresent - VP (Fut Sg P2) => x_ + "prendrs" ;--# notpresent - VP (Fut Pl P3) => x_ + "prendran" ;--# notpresent - VP (Fut Sg P3) => x_ + "prendr" ;--# notpresent - VP (Pret Pl P1) => x_ + "prengussim" ;--# notpresent - VP (Pret Sg P1) => x_ + "prengus" ;--# notpresent - VP (Pret Pl P2) => x_ + "prengussiu" ;--# notpresent - VP (Pret Sg P2) => x_ + "prenguessis" ;--# notpresent - VP (Pret Pl P3) => x_ + "prenguessin" ;--# notpresent - VP (Pret Sg P3) => x_ + "prengus" ;--# notpresent - VP (Cond Pl P1) => x_ + "prendrem" ;--# notpresent - VP (Cond Sg P1) => x_ + "prendria" ;--# notpresent - VP (Cond Pl P2) => x_ + "prendreu" ;--# notpresent - VP (Cond Sg P2) => x_ + "prendries" ;--# notpresent - VP (Cond Pl P3) => x_ + "prendrien" ;--# notpresent - VP (Cond Sg P3) => x_ + "prendria" ;--# notpresent - VP (Imp Pl P1) => x_ + "prenguem" ; - VP (Imp Pl P2) => x_ + "preneu" ; - VP (Imp Sg P2) => x_ + "pren" ; - VP (Imp Pl P3) => x_ + "prenguin" ; - VP (Imp Sg P3) => x_ + "prengui" ; - VP (Pass Pl Fem) => x_ + "preses" ; - VP (Pass Sg Fem) => x_ + "presa" ; - VP (Pass Pl Masc) => x_ + "presos" ; - VP (Pass Sg Masc) => x_ + "pres" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper prevenir_88 : Str -> Verbum = \prevenir -> -let prev_ = Predef.tk 4 prevenir in -{s = table { - VI Infn => prev_ + "enir" ; - VI Ger => prev_ + "enint" ; - VI Part => prev_ + "ingut" ; - VP (Pres Ind Pl P1) => prev_ + "enim" ; - VP (Pres Ind Sg P1) => prev_ + "inc" ; - VP (Pres Ind Pl P2) => prev_ + "eniu" ; - VP (Pres Ind Sg P2) => prev_ + "ens" ; - VP (Pres Ind Pl P3) => prev_ + "enen" ; - VP (Pres Ind Sg P3) => prev_ + "" ; - VP (Pres Subj Pl P1) => prev_ + "inguem" ; - VP (Pres Subj Sg P1) => prev_ + "ingui" ; - VP (Pres Subj Pl P2) => prev_ + "ingueu" ; - VP (Pres Subj Sg P2) => prev_ + "inguis" ; - VP (Pres Subj Pl P3) => prev_ + "inguin" ; - VP (Pres Subj Sg P3) => prev_ + "ingui" ; - VP (Impf Ind Pl P1) => prev_ + "enem" ;--# notpresent - VP (Impf Ind Sg P1) => prev_ + "enia" ;--# notpresent - VP (Impf Ind Pl P2) => prev_ + "eneu" ;--# notpresent - VP (Impf Ind Sg P2) => prev_ + "enies" ;--# notpresent - VP (Impf Ind Pl P3) => prev_ + "enien" ;--# notpresent - VP (Impf Ind Sg P3) => prev_ + "enia" ;--# notpresent - VP (Impf Subj Pl P1) => prev_ + "ingussim" ;--# notpresent - VP (Impf Subj Sg P1) => prev_ + "ingus" ;--# notpresent - VP (Impf Subj Pl P2) => prev_ + "ingussiu" ;--# notpresent - VP (Impf Subj Sg P2) => prev_ + "inguessis" ;--# notpresent - VP (Impf Subj Pl P3) => prev_ + "inguessin" ;--# notpresent - VP (Impf Subj Sg P3) => prev_ + "ingus" ;--# notpresent - VP (Fut Pl P1) => prev_ + "indrem" ;--# notpresent - VP (Fut Sg P1) => prev_ + "indr" ;--# notpresent - VP (Fut Pl P2) => prev_ + "indreu" ;--# notpresent - VP (Fut Sg P2) => prev_ + "indrs" ;--# notpresent - VP (Fut Pl P3) => prev_ + "indran" ;--# notpresent - VP (Fut Sg P3) => prev_ + "indr" ;--# notpresent - VP (Pret Pl P1) => prev_ + "ingussim" ;--# notpresent - VP (Pret Sg P1) => prev_ + "ingus" ;--# notpresent - VP (Pret Pl P2) => prev_ + "ingussiu" ;--# notpresent - VP (Pret Sg P2) => prev_ + "inguessis" ;--# notpresent - VP (Pret Pl P3) => prev_ + "inguessin" ;--# notpresent - VP (Pret Sg P3) => prev_ + "ingus" ;--# notpresent - VP (Cond Pl P1) => prev_ + "indrem" ;--# notpresent - VP (Cond Sg P1) => prev_ + "indria" ;--# notpresent - VP (Cond Pl P2) => prev_ + "indreu" ;--# notpresent - VP (Cond Sg P2) => prev_ + "indries" ;--# notpresent - VP (Cond Pl P3) => prev_ + "indrien" ;--# notpresent - VP (Cond Sg P3) => prev_ + "indria" ;--# notpresent - VP (Imp Pl P1) => prev_ + "inguem" ; - VP (Imp Pl P2) => prev_ + "eniu" ; - VP (Imp Sg P2) => prev_ + "ine" ; - VP (Imp Pl P3) => prev_ + "inguin" ; - VP (Imp Sg P3) => prev_ + "ingui" ; - VP (Pass Pl Fem) => prev_ + "ingudes" ; - VP (Pass Sg Fem) => prev_ + "inguda" ; - VP (Pass Pl Masc) => prev_ + "inguts" ; - VP (Pass Sg Masc) => prev_ + "ingut" ; -VP (Imp Sg P1) => variants {} -} -} ; --- pruir-- is not in the used source . --- pudir-- is not in the used source . - -oper raure_91 : Str -> Verbum = \raure -> -let ra_ = Predef.tk 3 raure in -{s = table { - VI Infn => ra_ + "ure" ; - VI Ger => ra_ + "ent" ; - VI Part => ra_ + "s" ; - VP (Pres Ind Pl P1) => ra_ + "em" ; - VP (Pres Ind Sg P1) => ra_ + "c" ; - VP (Pres Ind Pl P2) => ra_ + "eu" ; - VP (Pres Ind Sg P2) => ra_ + "us" ; - VP (Pres Ind Pl P3) => ra_ + "uen" ; - VP (Pres Ind Sg P3) => ra_ + "u" ; - VP (Pres Subj Pl P1) => ra_ + "guem" ; - VP (Pres Subj Sg P1) => ra_ + "gui" ; - VP (Pres Subj Pl P2) => ra_ + "gueu" ; - VP (Pres Subj Sg P2) => ra_ + "guis" ; - VP (Pres Subj Pl P3) => ra_ + "guin" ; - VP (Pres Subj Sg P3) => ra_ + "gui" ; - VP (Impf Ind Pl P1) => ra_ + "em" ;--# notpresent - VP (Impf Ind Sg P1) => ra_ + "a" ;--# notpresent - VP (Impf Ind Pl P2) => ra_ + "eu" ;--# notpresent - VP (Impf Ind Sg P2) => ra_ + "es" ;--# notpresent - VP (Impf Ind Pl P3) => ra_ + "en" ;--# notpresent - VP (Impf Ind Sg P3) => ra_ + "a" ;--# notpresent - VP (Impf Subj Pl P1) => ra_ + "gussim" ;--# notpresent - VP (Impf Subj Sg P1) => ra_ + "gus" ;--# notpresent - VP (Impf Subj Pl P2) => ra_ + "gussiu" ;--# notpresent - VP (Impf Subj Sg P2) => ra_ + "guessis" ;--# notpresent - VP (Impf Subj Pl P3) => ra_ + "guessin" ;--# notpresent - VP (Impf Subj Sg P3) => ra_ + "gus" ;--# notpresent - VP (Fut Pl P1) => ra_ + "urem" ;--# notpresent - VP (Fut Sg P1) => ra_ + "ur" ;--# notpresent - VP (Fut Pl P2) => ra_ + "ureu" ;--# notpresent - VP (Fut Sg P2) => ra_ + "urs" ;--# notpresent - VP (Fut Pl P3) => ra_ + "uran" ;--# notpresent - VP (Fut Sg P3) => ra_ + "ur" ;--# notpresent - VP (Pret Pl P1) => ra_ + "gussim" ;--# notpresent - VP (Pret Sg P1) => ra_ + "gus" ;--# notpresent - VP (Pret Pl P2) => ra_ + "gussiu" ;--# notpresent - VP (Pret Sg P2) => ra_ + "guessis" ;--# notpresent - VP (Pret Pl P3) => ra_ + "guessin" ;--# notpresent - VP (Pret Sg P3) => ra_ + "gus" ;--# notpresent - VP (Cond Pl P1) => ra_ + "urem" ;--# notpresent - VP (Cond Sg P1) => ra_ + "uria" ;--# notpresent - VP (Cond Pl P2) => ra_ + "ureu" ;--# notpresent - VP (Cond Sg P2) => ra_ + "uries" ;--# notpresent - VP (Cond Pl P3) => ra_ + "urien" ;--# notpresent - VP (Cond Sg P3) => ra_ + "uria" ;--# notpresent - VP (Imp Pl P1) => ra_ + "guem" ; - VP (Imp Pl P2) => ra_ + "eu" ; - VP (Imp Sg P2) => ra_ + "u" ; - VP (Imp Pl P3) => ra_ + "guin" ; - VP (Imp Sg P3) => ra_ + "gui" ; - VP (Pass Pl Fem) => ra_ + "ses" ; - VP (Pass Sg Fem) => ra_ + "sa" ; - VP (Pass Pl Masc) => ra_ + "sos" ; - VP (Pass Sg Masc) => ra_ + "s" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper rebre_92 : Str -> Verbum = \rebre -> -let re_ = Predef.tk 3 rebre in -{s = table { - VI Infn => re_ + "bre" ; - VI Ger => re_ + "bent" ; - VI Part => re_ + "but" ; - VP (Pres Ind Pl P1) => re_ + "bem" ; - VP (Pres Ind Sg P1) => re_ + "bo" ; - VP (Pres Ind Pl P2) => re_ + "beu" ; - VP (Pres Ind Sg P2) => re_ + "ps" ; - VP (Pres Ind Pl P3) => re_ + "ben" ; - VP (Pres Ind Sg P3) => re_ + "p" ; - VP (Pres Subj Pl P1) => re_ + "bem" ; - VP (Pres Subj Sg P1) => re_ + "bi" ; - VP (Pres Subj Pl P2) => re_ + "beu" ; - VP (Pres Subj Sg P2) => re_ + "bis" ; - VP (Pres Subj Pl P3) => re_ + "bin" ; - VP (Pres Subj Sg P3) => re_ + "bi" ; - VP (Impf Ind Pl P1) => re_ + "bem" ;--# notpresent - VP (Impf Ind Sg P1) => re_ + "bia" ;--# notpresent - VP (Impf Ind Pl P2) => re_ + "beu" ;--# notpresent - VP (Impf Ind Sg P2) => re_ + "bies" ;--# notpresent - VP (Impf Ind Pl P3) => re_ + "bien" ;--# notpresent - VP (Impf Ind Sg P3) => re_ + "bia" ;--# notpresent - VP (Impf Subj Pl P1) => re_ + "bssim" ;--# notpresent - VP (Impf Subj Sg P1) => re_ + "bs" ;--# notpresent - VP (Impf Subj Pl P2) => re_ + "bssiu" ;--# notpresent - VP (Impf Subj Sg P2) => re_ + "bessis" ;--# notpresent - VP (Impf Subj Pl P3) => re_ + "bessin" ;--# notpresent - VP (Impf Subj Sg P3) => re_ + "bs" ;--# notpresent - VP (Fut Pl P1) => re_ + "brem" ;--# notpresent - VP (Fut Sg P1) => re_ + "br" ;--# notpresent - VP (Fut Pl P2) => re_ + "breu" ;--# notpresent - VP (Fut Sg P2) => re_ + "brs" ;--# notpresent - VP (Fut Pl P3) => re_ + "bran" ;--# notpresent - VP (Fut Sg P3) => re_ + "br" ;--# notpresent - VP (Pret Pl P1) => re_ + "bssim" ;--# notpresent - VP (Pret Sg P1) => re_ + "bs" ;--# notpresent - VP (Pret Pl P2) => re_ + "bssiu" ;--# notpresent - VP (Pret Sg P2) => re_ + "bessis" ;--# notpresent - VP (Pret Pl P3) => re_ + "bessin" ;--# notpresent - VP (Pret Sg P3) => re_ + "bs" ;--# notpresent - VP (Cond Pl P1) => re_ + "brem" ;--# notpresent - VP (Cond Sg P1) => re_ + "bria" ;--# notpresent - VP (Cond Pl P2) => re_ + "breu" ;--# notpresent - VP (Cond Sg P2) => re_ + "bries" ;--# notpresent - VP (Cond Pl P3) => re_ + "brien" ;--# notpresent - VP (Cond Sg P3) => re_ + "bria" ;--# notpresent - VP (Imp Pl P1) => re_ + "bem" ; - VP (Imp Pl P2) => re_ + "beu" ; - VP (Imp Sg P2) => re_ + "p" ; - VP (Imp Pl P3) => re_ + "bin" ; - VP (Imp Sg P3) => re_ + "bi" ; - VP (Pass Pl Fem) => re_ + "budes" ; - VP (Pass Sg Fem) => re_ + "buda" ; - VP (Pass Pl Masc) => re_ + "buts" ; - VP (Pass Sg Masc) => re_ + "but" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper recloure_93 : Str -> Verbum = \recloure -> -let recl_ = Predef.tk 4 recloure in -{s = table { - VI Infn => recl_ + "oure" ; - VI Ger => recl_ + "oent" ; - VP (Pres Ind Pl P1) => recl_ + "oem" ; - VP (Pres Ind Sg P1) => recl_ + "oc" ; - VP (Pres Ind Pl P2) => recl_ + "oeu" ; - VP (Pres Ind Sg P2) => recl_ + "ous" ; - VP (Pres Ind Pl P3) => recl_ + "ouen" ; - VP (Pres Ind Sg P3) => recl_ + "ou" ; - VP (Pres Subj Pl P1) => recl_ + "oguem" ; - VP (Pres Subj Sg P1) => recl_ + "ogui" ; - VP (Pres Subj Pl P2) => recl_ + "ogueu" ; - VP (Pres Subj Sg P2) => recl_ + "oguis" ; - VP (Pres Subj Pl P3) => recl_ + "oguin" ; - VP (Pres Subj Sg P3) => recl_ + "ogui" ; - VP (Impf Ind Pl P1) => recl_ + "oem" ;--# notpresent - VP (Impf Ind Sg P1) => recl_ + "oa" ;--# notpresent - VP (Impf Ind Pl P2) => recl_ + "oeu" ;--# notpresent - VP (Impf Ind Sg P2) => recl_ + "oes" ;--# notpresent - VP (Impf Ind Pl P3) => recl_ + "oen" ;--# notpresent - VP (Impf Ind Sg P3) => recl_ + "oa" ;--# notpresent - VP (Impf Subj Pl P1) => recl_ + "ogussim" ;--# notpresent - VP (Impf Subj Sg P1) => recl_ + "ogus" ;--# notpresent - VP (Impf Subj Pl P2) => recl_ + "ogussiu" ;--# notpresent - VP (Impf Subj Sg P2) => recl_ + "oguessis" ;--# notpresent - VP (Impf Subj Pl P3) => recl_ + "oguessin" ;--# notpresent - VP (Impf Subj Sg P3) => recl_ + "ogus" ;--# notpresent - VP (Fut Pl P1) => recl_ + "ourem" ;--# notpresent - VP (Fut Sg P1) => recl_ + "our" ;--# notpresent - VP (Fut Pl P2) => recl_ + "oureu" ;--# notpresent - VP (Fut Sg P2) => recl_ + "ours" ;--# notpresent - VP (Fut Pl P3) => recl_ + "ouran" ;--# notpresent - VP (Fut Sg P3) => recl_ + "our" ;--# notpresent - VP (Pret Pl P1) => recl_ + "ogussim" ;--# notpresent - VP (Pret Sg P1) => recl_ + "ogus" ;--# notpresent - VP (Pret Pl P2) => recl_ + "ogussiu" ;--# notpresent - VP (Pret Sg P2) => recl_ + "oguessis" ;--# notpresent - VP (Pret Pl P3) => recl_ + "oguessin" ;--# notpresent - VP (Pret Sg P3) => recl_ + "ogus" ;--# notpresent - VP (Cond Pl P1) => recl_ + "ourem" ;--# notpresent - VP (Cond Sg P1) => recl_ + "ouria" ;--# notpresent - VP (Cond Pl P2) => recl_ + "oureu" ;--# notpresent - VP (Cond Sg P2) => recl_ + "ouries" ;--# notpresent - VP (Cond Pl P3) => recl_ + "ourien" ;--# notpresent - VP (Cond Sg P3) => recl_ + "ouria" ;--# notpresent - VP (Imp Pl P1) => recl_ + "oguem" ; - VP (Imp Pl P2) => recl_ + "oeu" ; - VP (Imp Sg P2) => recl_ + "ou" ; - VP (Imp Pl P3) => recl_ + "oguin" ; - VP (Imp Sg P3) => recl_ + "ogui" ; - VP (Pass Pl Fem) => recl_ + "oses" ; - VP (Pass Sg Fem) => recl_ + "osa" ; - VP (Pass Pl Masc) => recl_ + "osos" ; - VI Part => recl_ + "s" ; - VP (Pass Sg Masc) => recl_ + "s" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper reduir_94 : Str -> Verbum = \reduir -> -let redu_ = Predef.tk 2 reduir in -{s = table { - VI Infn => redu_ + "ir" ; - VI Ger => redu_ + "int" ; - VI Part => redu_ + "t" ; - VP (Pres Ind Pl P1) => redu_ + "m" ; - VP (Pres Ind Sg P1) => redu_ + "eixo" ; - VP (Pres Ind Pl P2) => redu_ + "u" ; - VP (Pres Ind Sg P2) => redu_ + "eixes" ; - VP (Pres Ind Pl P3) => redu_ + "eixen" ; - VP (Pres Ind Sg P3) => redu_ + "eix" ; - VP (Pres Subj Pl P1) => redu_ + "m" ; - VP (Pres Subj Sg P1) => redu_ + "eixi" ; - VP (Pres Subj Pl P2) => redu_ + "u" ; - VP (Pres Subj Sg P2) => redu_ + "eixis" ; - VP (Pres Subj Pl P3) => redu_ + "eixin" ; - VP (Pres Subj Sg P3) => redu_ + "eixi" ; - VP (Impf Ind Pl P1) => redu_ + "em" ;--# notpresent - VP (Impf Ind Sg P1) => redu_ + "a" ;--# notpresent - VP (Impf Ind Pl P2) => redu_ + "eu" ;--# notpresent - VP (Impf Ind Sg P2) => redu_ + "es" ;--# notpresent - VP (Impf Ind Pl P3) => redu_ + "en" ;--# notpresent - VP (Impf Ind Sg P3) => redu_ + "a" ;--# notpresent - VP (Impf Subj Pl P1) => redu_ + "ssim" ;--# notpresent - VP (Impf Subj Sg P1) => redu_ + "s" ;--# notpresent - VP (Impf Subj Pl P2) => redu_ + "ssiu" ;--# notpresent - VP (Impf Subj Sg P2) => redu_ + "ssis" ;--# notpresent - VP (Impf Subj Pl P3) => redu_ + "ssin" ;--# notpresent - VP (Impf Subj Sg P3) => redu_ + "s" ;--# notpresent - VP (Fut Pl P1) => redu_ + "irem" ;--# notpresent - VP (Fut Sg P1) => redu_ + "ir" ;--# notpresent - VP (Fut Pl P2) => redu_ + "ireu" ;--# notpresent - VP (Fut Sg P2) => redu_ + "irs" ;--# notpresent - VP (Fut Pl P3) => redu_ + "iran" ;--# notpresent - VP (Fut Sg P3) => redu_ + "ir" ;--# notpresent - VP (Pret Pl P1) => redu_ + "ssim" ;--# notpresent - VP (Pret Sg P1) => redu_ + "s" ;--# notpresent - VP (Pret Pl P2) => redu_ + "ssiu" ;--# notpresent - VP (Pret Sg P2) => redu_ + "ssis" ;--# notpresent - VP (Pret Pl P3) => redu_ + "ssin" ;--# notpresent - VP (Pret Sg P3) => redu_ + "s" ;--# notpresent - VP (Cond Pl P1) => redu_ + "irem" ;--# notpresent - VP (Cond Sg P1) => redu_ + "iria" ;--# notpresent - VP (Cond Pl P2) => redu_ + "ireu" ;--# notpresent - VP (Cond Sg P2) => redu_ + "iries" ;--# notpresent - VP (Cond Pl P3) => redu_ + "irien" ;--# notpresent - VP (Cond Sg P3) => redu_ + "iria" ;--# notpresent - VP (Imp Pl P1) => redu_ + "m" ; - VP (Imp Pl P2) => redu_ + "u" ; - VP (Imp Sg P2) => redu_ + "eix" ; - VP (Imp Pl P3) => redu_ + "eixin" ; - VP (Imp Sg P3) => redu_ + "eixi" ; - VP (Pass Pl Fem) => redu_ + "des" ; - VP (Pass Sg Fem) => redu_ + "da" ; - VP (Pass Pl Masc) => redu_ + "ts" ; - VP (Pass Sg Masc) => redu_ + "t" ; -VP (Imp Sg P1) => variants {} -} -} ; --- reeixir-- is not in the used source . - -oper riure_96 : Str -> Verbum = \riure -> -let r_ = Predef.tk 4 riure in -{s = table { - VI Infn => r_ + "iure" ; - VI Ger => r_ + "ient" ; - VI Part => r_ + "igut" ; - VP (Pres Ind Pl P1) => r_ + "iem" ; - VP (Pres Ind Sg P1) => r_ + "ic" ; - VP (Pres Ind Pl P2) => r_ + "ieu" ; - VP (Pres Ind Sg P2) => r_ + "ius" ; - VP (Pres Ind Pl P3) => r_ + "iuen" ; - VP (Pres Ind Sg P3) => r_ + "iu" ; - VP (Pres Subj Pl P1) => r_ + "iguem" ; - VP (Pres Subj Sg P1) => r_ + "igui" ; - VP (Pres Subj Pl P2) => r_ + "igueu" ; - VP (Pres Subj Sg P2) => r_ + "iguis" ; - VP (Pres Subj Pl P3) => r_ + "iguin" ; - VP (Pres Subj Sg P3) => r_ + "igui" ; - VP (Impf Ind Pl P1) => r_ + "iem" ;--# notpresent - VP (Impf Ind Sg P1) => r_ + "eia" ;--# notpresent - VP (Impf Ind Pl P2) => r_ + "ieu" ;--# notpresent - VP (Impf Ind Sg P2) => r_ + "eies" ;--# notpresent - VP (Impf Ind Pl P3) => r_ + "eien" ;--# notpresent - VP (Impf Ind Sg P3) => r_ + "eia" ;--# notpresent - VP (Impf Subj Pl P1) => r_ + "igussim" ;--# notpresent - VP (Impf Subj Sg P1) => r_ + "igus" ;--# notpresent - VP (Impf Subj Pl P2) => r_ + "igussiu" ;--# notpresent - VP (Impf Subj Sg P2) => r_ + "iguessis" ;--# notpresent - VP (Impf Subj Pl P3) => r_ + "iguessin" ;--# notpresent - VP (Impf Subj Sg P3) => r_ + "igus" ;--# notpresent - VP (Fut Pl P1) => r_ + "iurem" ;--# notpresent - VP (Fut Sg P1) => r_ + "iur" ;--# notpresent - VP (Fut Pl P2) => r_ + "iureu" ;--# notpresent - VP (Fut Sg P2) => r_ + "iurs" ;--# notpresent - VP (Fut Pl P3) => r_ + "iuran" ;--# notpresent - VP (Fut Sg P3) => r_ + "iur" ;--# notpresent - VP (Pret Pl P1) => r_ + "igussim" ;--# notpresent - VP (Pret Sg P1) => r_ + "igus" ;--# notpresent - VP (Pret Pl P2) => r_ + "igussiu" ;--# notpresent - VP (Pret Sg P2) => r_ + "iguessis" ;--# notpresent - VP (Pret Pl P3) => r_ + "iguessin" ;--# notpresent - VP (Pret Sg P3) => r_ + "igus" ;--# notpresent - VP (Cond Pl P1) => r_ + "iurem" ;--# notpresent - VP (Cond Sg P1) => r_ + "iuria" ;--# notpresent - VP (Cond Pl P2) => r_ + "iureu" ;--# notpresent - VP (Cond Sg P2) => r_ + "iuries" ;--# notpresent - VP (Cond Pl P3) => r_ + "iurien" ;--# notpresent - VP (Cond Sg P3) => r_ + "iuria" ;--# notpresent - VP (Imp Pl P1) => r_ + "iguem" ; - VP (Imp Pl P2) => r_ + "ieu" ; - VP (Imp Sg P2) => r_ + "iu" ; - VP (Imp Pl P3) => r_ + "iguin" ; - VP (Imp Sg P3) => r_ + "igui" ; - VP (Pass Pl Fem) => r_ + "igudes" ; - VP (Pass Sg Fem) => r_ + "iguda" ; - VP (Pass Pl Masc) => r_ + "iguts" ; - VP (Pass Sg Masc) => r_ + "igut" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper romandre_97 : Str -> Verbum = \romandre -> -let rom_ = Predef.tk 5 romandre in -{s = table { - VI Infn => rom_ + "andre" ; - VI Ger => rom_ + "anent" ; - VP (Pres Ind Pl P1) => rom_ + "anem" ; - VP (Pres Ind Sg P1) => rom_ + "anc" ; - VP (Pres Ind Pl P2) => rom_ + "aneu" ; - VP (Pres Ind Sg P2) => rom_ + "ans" ; - VP (Pres Ind Pl P3) => rom_ + "anen" ; - VP (Pres Ind Sg P3) => rom_ + "an" ; - VP (Pres Subj Pl P1) => rom_ + "anguem" ; - VP (Pres Subj Sg P1) => rom_ + "angui" ; - VP (Pres Subj Pl P2) => rom_ + "angueu" ; - VP (Pres Subj Sg P2) => rom_ + "anguis" ; - VP (Pres Subj Pl P3) => rom_ + "anguin" ; - VP (Pres Subj Sg P3) => rom_ + "angui" ; - VP (Impf Ind Pl P1) => rom_ + "anem" ;--# notpresent - VP (Impf Ind Sg P1) => rom_ + "ania" ;--# notpresent - VP (Impf Ind Pl P2) => rom_ + "aneu" ;--# notpresent - VP (Impf Ind Sg P2) => rom_ + "anies" ;--# notpresent - VP (Impf Ind Pl P3) => rom_ + "anien" ;--# notpresent - VP (Impf Ind Sg P3) => rom_ + "ania" ;--# notpresent - VP (Impf Subj Pl P1) => rom_ + "angussim" ;--# notpresent - VP (Impf Subj Sg P1) => rom_ + "angus" ;--# notpresent - VP (Impf Subj Pl P2) => rom_ + "angussiu" ;--# notpresent - VP (Impf Subj Sg P2) => rom_ + "anguessis" ;--# notpresent - VP (Impf Subj Pl P3) => rom_ + "anguessin" ;--# notpresent - VP (Impf Subj Sg P3) => rom_ + "angus" ;--# notpresent - VP (Fut Pl P1) => rom_ + "andrem" ;--# notpresent - VP (Fut Sg P1) => rom_ + "andr" ;--# notpresent - VP (Fut Pl P2) => rom_ + "andreu" ;--# notpresent - VP (Fut Sg P2) => rom_ + "andrs" ;--# notpresent - VP (Fut Pl P3) => rom_ + "andran" ;--# notpresent - VP (Fut Sg P3) => rom_ + "andr" ;--# notpresent - VP (Pret Pl P1) => rom_ + "angussim" ;--# notpresent - VP (Pret Sg P1) => rom_ + "angus" ;--# notpresent - VP (Pret Pl P2) => rom_ + "angussiu" ;--# notpresent - VP (Pret Sg P2) => rom_ + "anguessis" ;--# notpresent - VP (Pret Pl P3) => rom_ + "anguessin" ;--# notpresent - VP (Pret Sg P3) => rom_ + "angus" ;--# notpresent - VP (Cond Pl P1) => rom_ + "andrem" ;--# notpresent - VP (Cond Sg P1) => rom_ + "andria" ;--# notpresent - VP (Cond Pl P2) => rom_ + "andreu" ;--# notpresent - VP (Cond Sg P2) => rom_ + "andries" ;--# notpresent - VP (Cond Pl P3) => rom_ + "andrien" ;--# notpresent - VP (Cond Sg P3) => rom_ + "andria" ;--# notpresent - VP (Imp Pl P1) => rom_ + "anguem" ; - VP (Imp Pl P2) => rom_ + "aneu" ; - VP (Imp Sg P2) => rom_ + "an" ; - VP (Imp Pl P3) => rom_ + "anguin" ; - VP (Imp Sg P3) => rom_ + "angui" ; - VP (Pass Pl Fem) => rom_ + "ases" ; - VP (Pass Sg Fem) => rom_ + "asa" ; - VP (Pass Pl Masc) => rom_ + "asos" ; - VI Part => rom_ + "s" ; - VP (Pass Sg Masc) => rom_ + "s" ; -VP (Imp Sg P1) => variants {} -} -} ; --- rompre-- is not in the used source . - -oper saber_99 : Str -> Verbum = \saber -> -let x_ = Predef.tk 5 saber in -{s = table { - VI Infn => x_ + "saber" ; - VI Ger => x_ + "sabent" ; - VI Part => x_ + "sabut" ; - VP (Pres Ind Pl P1) => x_ + "sabem" ; - VP (Pres Ind Sg P1) => x_ + "s" ; - VP (Pres Ind Pl P2) => x_ + "sabeu" ; - VP (Pres Ind Sg P2) => x_ + "saps" ; - VP (Pres Ind Pl P3) => x_ + "saben" ; - VP (Pres Ind Sg P3) => x_ + "sap" ; - VP (Pres Subj Pl P1) => x_ + "sapiguem" ; - VP (Pres Subj Sg P1) => x_ + "spiga" ; - VP (Pres Subj Pl P2) => x_ + "sapigueu" ; - VP (Pres Subj Sg P2) => x_ + "spigues" ; - VP (Pres Subj Pl P3) => x_ + "spiguen" ; - VP (Pres Subj Sg P3) => x_ + "spiga" ; - VP (Impf Ind Pl P1) => x_ + "sabem" ;--# notpresent - VP (Impf Ind Sg P1) => x_ + "sabia" ;--# notpresent - VP (Impf Ind Pl P2) => x_ + "sabeu" ;--# notpresent - VP (Impf Ind Sg P2) => x_ + "sabies" ;--# notpresent - VP (Impf Ind Pl P3) => x_ + "sabien" ;--# notpresent - VP (Impf Ind Sg P3) => x_ + "sabia" ;--# notpresent - VP (Impf Subj Pl P1) => x_ + "sabssim" ;--# notpresent - VP (Impf Subj Sg P1) => x_ + "sabs" ;--# notpresent - VP (Impf Subj Pl P2) => x_ + "sabssiu" ;--# notpresent - VP (Impf Subj Sg P2) => x_ + "sabessis" ;--# notpresent - VP (Impf Subj Pl P3) => x_ + "sabessin" ;--# notpresent - VP (Impf Subj Sg P3) => x_ + "sabs" ;--# notpresent - VP (Fut Pl P1) => x_ + "sabrem" ;--# notpresent - VP (Fut Sg P1) => x_ + "sabr" ;--# notpresent - VP (Fut Pl P2) => x_ + "sabreu" ;--# notpresent - VP (Fut Sg P2) => x_ + "sabrs" ;--# notpresent - VP (Fut Pl P3) => x_ + "sabran" ;--# notpresent - VP (Fut Sg P3) => x_ + "sabr" ;--# notpresent - VP (Pret Pl P1) => x_ + "sabssim" ;--# notpresent - VP (Pret Sg P1) => x_ + "sabs" ;--# notpresent - VP (Pret Pl P2) => x_ + "sabssiu" ;--# notpresent - VP (Pret Sg P2) => x_ + "sabessis" ;--# notpresent - VP (Pret Pl P3) => x_ + "sabessin" ;--# notpresent - VP (Pret Sg P3) => x_ + "sabs" ;--# notpresent - VP (Cond Pl P1) => x_ + "sabrem" ;--# notpresent - VP (Cond Sg P1) => x_ + "sabria" ;--# notpresent - VP (Cond Pl P2) => x_ + "sabreu" ;--# notpresent - VP (Cond Sg P2) => x_ + "sabries" ;--# notpresent - VP (Cond Pl P3) => x_ + "sabrien" ;--# notpresent - VP (Cond Sg P3) => x_ + "sabria" ;--# notpresent - VP (Imp Pl P1) => x_ + "sapiguem" ; - VP (Imp Pl P2) => x_ + "sapigueu" ; - VP (Imp Sg P2) => x_ + "spigues" ; - VP (Imp Pl P3) => x_ + "spiguen" ; - VP (Imp Sg P3) => x_ + "spiga" ; - VP (Pass Pl Fem) => x_ + "sabudes" ; - VP (Pass Sg Fem) => x_ + "sabuda" ; - VP (Pass Pl Masc) => x_ + "sabuts" ; - VP (Pass Sg Masc) => x_ + "sabut" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper sentir_100 : Str -> Verbum = \sentir -> -let sent_ = Predef.tk 2 sentir in -{s = table { - VI Infn => sent_ + "ir" ; - VI Ger => sent_ + "int" ; - VI Part => sent_ + "it" ; - VP (Pres Ind Pl P1) => sent_ + "im" ; - VP (Pres Ind Sg P1) => sent_ + "o" ; - VP (Pres Ind Pl P2) => sent_ + "iu" ; - VP (Pres Ind Sg P2) => sent_ + "s" ; - VP (Pres Ind Pl P3) => sent_ + "en" ; - VP (Pres Ind Sg P3) => sent_ + "" ; - VP (Pres Subj Pl P1) => sent_ + "im" ; - VP (Pres Subj Sg P1) => sent_ + "i" ; - VP (Pres Subj Pl P2) => sent_ + "iu" ; - VP (Pres Subj Sg P2) => sent_ + "is" ; - VP (Pres Subj Pl P3) => sent_ + "in" ; - VP (Pres Subj Sg P3) => sent_ + "i" ; - VP (Impf Ind Pl P1) => sent_ + "em" ;--# notpresent - VP (Impf Ind Sg P1) => sent_ + "ia" ;--# notpresent - VP (Impf Ind Pl P2) => sent_ + "eu" ;--# notpresent - VP (Impf Ind Sg P2) => sent_ + "ies" ;--# notpresent - VP (Impf Ind Pl P3) => sent_ + "ien" ;--# notpresent - VP (Impf Ind Sg P3) => sent_ + "ia" ;--# notpresent - VP (Impf Subj Pl P1) => sent_ + "ssim" ;--# notpresent - VP (Impf Subj Sg P1) => sent_ + "s" ;--# notpresent - VP (Impf Subj Pl P2) => sent_ + "ssiu" ;--# notpresent - VP (Impf Subj Sg P2) => sent_ + "issis" ;--# notpresent - VP (Impf Subj Pl P3) => sent_ + "issin" ;--# notpresent - VP (Impf Subj Sg P3) => sent_ + "s" ;--# notpresent - VP (Fut Pl P1) => sent_ + "irem" ;--# notpresent - VP (Fut Sg P1) => sent_ + "ir" ;--# notpresent - VP (Fut Pl P2) => sent_ + "ireu" ;--# notpresent - VP (Fut Sg P2) => sent_ + "irs" ;--# notpresent - VP (Fut Pl P3) => sent_ + "iran" ;--# notpresent - VP (Fut Sg P3) => sent_ + "ir" ;--# notpresent - VP (Pret Pl P1) => sent_ + "ssim" ;--# notpresent - VP (Pret Sg P1) => sent_ + "s" ;--# notpresent - VP (Pret Pl P2) => sent_ + "ssiu" ;--# notpresent - VP (Pret Sg P2) => sent_ + "issis" ;--# notpresent - VP (Pret Pl P3) => sent_ + "issin" ;--# notpresent - VP (Pret Sg P3) => sent_ + "s" ;--# notpresent - VP (Cond Pl P1) => sent_ + "irem" ;--# notpresent - VP (Cond Sg P1) => sent_ + "iria" ;--# notpresent - VP (Cond Pl P2) => sent_ + "ireu" ;--# notpresent - VP (Cond Sg P2) => sent_ + "iries" ;--# notpresent - VP (Cond Pl P3) => sent_ + "irien" ;--# notpresent - VP (Cond Sg P3) => sent_ + "iria" ;--# notpresent - VP (Imp Pl P1) => sent_ + "im" ; - VP (Imp Pl P2) => sent_ + "iu" ; - VP (Imp Sg P2) => sent_ + "" ; - VP (Imp Pl P3) => sent_ + "in" ; - VP (Imp Sg P3) => sent_ + "i" ; - VP (Pass Pl Fem) => sent_ + "ides" ; - VP (Pass Sg Fem) => sent_ + "ida" ; - VP (Pass Pl Masc) => sent_ + "its" ; - VP (Pass Sg Masc) => sent_ + "it" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper servir_101 : Str -> Verbum = \servir -> -let serv_ = Predef.tk 2 servir in -{s = table { - VI Infn => serv_ + "ir" ; - VI Ger => serv_ + "int" ; - VI Part => serv_ + "it" ; - VP (Pres Ind Pl P1) => serv_ + "im" ; - VP (Pres Ind Sg P1) => serv_ + "eixo" ; - VP (Pres Ind Pl P2) => serv_ + "iu" ; - VP (Pres Ind Sg P2) => serv_ + "eixes" ; - VP (Pres Ind Pl P3) => serv_ + "eixen" ; - VP (Pres Ind Sg P3) => serv_ + "eix" ; - VP (Pres Subj Pl P1) => serv_ + "im" ; - VP (Pres Subj Sg P1) => serv_ + "eixi" ; - VP (Pres Subj Pl P2) => serv_ + "iu" ; - VP (Pres Subj Sg P2) => serv_ + "eixis" ; - VP (Pres Subj Pl P3) => serv_ + "eixin" ; - VP (Pres Subj Sg P3) => serv_ + "eixi" ; - VP (Impf Ind Pl P1) => serv_ + "em" ;--# notpresent - VP (Impf Ind Sg P1) => serv_ + "ia" ;--# notpresent - VP (Impf Ind Pl P2) => serv_ + "eu" ;--# notpresent - VP (Impf Ind Sg P2) => serv_ + "ies" ;--# notpresent - VP (Impf Ind Pl P3) => serv_ + "ien" ;--# notpresent - VP (Impf Ind Sg P3) => serv_ + "ia" ;--# notpresent - VP (Impf Subj Pl P1) => serv_ + "ssim" ;--# notpresent - VP (Impf Subj Sg P1) => serv_ + "s" ;--# notpresent - VP (Impf Subj Pl P2) => serv_ + "ssiu" ;--# notpresent - VP (Impf Subj Sg P2) => serv_ + "issis" ;--# notpresent - VP (Impf Subj Pl P3) => serv_ + "issin" ;--# notpresent - VP (Impf Subj Sg P3) => serv_ + "s" ;--# notpresent - VP (Fut Pl P1) => serv_ + "irem" ;--# notpresent - VP (Fut Sg P1) => serv_ + "ir" ;--# notpresent - VP (Fut Pl P2) => serv_ + "ireu" ;--# notpresent - VP (Fut Sg P2) => serv_ + "irs" ;--# notpresent - VP (Fut Pl P3) => serv_ + "iran" ;--# notpresent - VP (Fut Sg P3) => serv_ + "ir" ;--# notpresent - VP (Pret Pl P1) => serv_ + "ssim" ;--# notpresent - VP (Pret Sg P1) => serv_ + "s" ;--# notpresent - VP (Pret Pl P2) => serv_ + "ssiu" ;--# notpresent - VP (Pret Sg P2) => serv_ + "issis" ;--# notpresent - VP (Pret Pl P3) => serv_ + "issin" ;--# notpresent - VP (Pret Sg P3) => serv_ + "s" ;--# notpresent - VP (Cond Pl P1) => serv_ + "irem" ;--# notpresent - VP (Cond Sg P1) => serv_ + "iria" ;--# notpresent - VP (Cond Pl P2) => serv_ + "ireu" ;--# notpresent - VP (Cond Sg P2) => serv_ + "iries" ;--# notpresent - VP (Cond Pl P3) => serv_ + "irien" ;--# notpresent - VP (Cond Sg P3) => serv_ + "iria" ;--# notpresent - VP (Imp Pl P1) => serv_ + "im" ; - VP (Imp Pl P2) => serv_ + "iu" ; - VP (Imp Sg P2) => serv_ + "eix" ; - VP (Imp Pl P3) => serv_ + "eixin" ; - VP (Imp Sg P3) => serv_ + "eixi" ; - VP (Pass Pl Fem) => serv_ + "ides" ; - VP (Pass Sg Fem) => serv_ + "ida" ; - VP (Pass Pl Masc) => serv_ + "its" ; - VP (Pass Sg Masc) => serv_ + "it" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper seure_102 : Str -> Verbum = \seure -> -let s_ = Predef.tk 4 seure in -{s = table { - VI Infn => s_ + "eure" ; - VI Ger => s_ + "eient" ; - VI Part => s_ + "egut" ; - VP (Pres Ind Pl P1) => s_ + "eiem" ; - VP (Pres Ind Sg P1) => s_ + "ec" ; - VP (Pres Ind Pl P2) => s_ + "eieu" ; - VP (Pres Ind Sg P2) => s_ + "eus" ; - VP (Pres Ind Pl P3) => s_ + "euen" ; - VP (Pres Ind Sg P3) => s_ + "eu" ; - VP (Pres Subj Pl P1) => s_ + "eguem" ; - VP (Pres Subj Sg P1) => s_ + "ega" ; - VP (Pres Subj Sg P1) => s_ + "egui" ; - VP (Pres Subj Pl P2) => s_ + "egueu" ; - VP (Pres Subj Sg P2) => s_ + "egues" ; - VP (Pres Subj Sg P2) => s_ + "eguis" ; - VP (Pres Subj Pl P3) => s_ + "eguen" ; - VP (Pres Subj Pl P3) => s_ + "eguin" ; - VP (Pres Subj Sg P3) => s_ + "ega" ; - VP (Pres Subj Sg P3) => s_ + "egui" ; - VP (Impf Ind Sg P1) => s_ + "eia" ;--# notpresent - VP (Impf Ind Sg P2) => s_ + "eies" ;--# notpresent - VP (Impf Ind Pl P3) => s_ + "eien" ;--# notpresent - VP (Impf Ind Sg P3) => s_ + "eia" ;--# notpresent - VP (Impf Subj Pl P1) => s_ + "egurem" ;--# notpresent - VP (Impf Subj Pl P1) => s_ + "egussim" ;--# notpresent - VP (Impf Subj Sg P1) => s_ + "eguera" ;--# notpresent - VP (Impf Subj Sg P1) => s_ + "egus" ;--# notpresent - VP (Impf Subj Pl P2) => s_ + "egureu" ;--# notpresent - VP (Impf Subj Pl P2) => s_ + "egussiu" ;--# notpresent - VP (Impf Subj Sg P2) => s_ + "egueres" ;--# notpresent - VP (Impf Subj Sg P2) => s_ + "eguessis" ;--# notpresent - VP (Impf Subj Pl P3) => s_ + "egueren" ;--# notpresent - VP (Impf Subj Pl P3) => s_ + "eguessin" ;--# notpresent - VP (Impf Subj Sg P3) => s_ + "eguera" ;--# notpresent - VP (Impf Subj Sg P3) => s_ + "egus" ;--# notpresent - VP (Pret Pl P1) => s_ + "egurem" ;--# notpresent - VP (Pret Sg P1) => s_ + "egu" ;--# notpresent - VP (Pret Pl P2) => s_ + "egureu" ;--# notpresent - VP (Pret Sg P2) => s_ + "egueres" ;--# notpresent - VP (Pret Pl P3) => s_ + "egueren" ;--# notpresent - VP (Pret Sg P3) => s_ + "egu" ;--# notpresent - VP (Fut Pl P1) => s_ + "eurem" ;--# notpresent - VP (Fut Sg P1) => s_ + "eur" ;--# notpresent - VP (Fut Pl P2) => s_ + "eureu" ;--# notpresent - VP (Fut Sg P2) => s_ + "eurs" ;--# notpresent - VP (Fut Pl P3) => s_ + "euran" ;--# notpresent - VP (Fut Sg P3) => s_ + "eur" ;--# notpresent - VP (Cond Pl P1) => s_ + "eurem" ;--# notpresent - VP (Cond Sg P1) => s_ + "euria" ;--# notpresent - VP (Cond Pl P2) => s_ + "eureu" ;--# notpresent - VP (Cond Sg P2) => s_ + "euries" ;--# notpresent - VP (Cond Pl P3) => s_ + "eurien" ;--# notpresent - VP (Cond Sg P3) => s_ + "euria" ;--# notpresent - VP (Imp Pl P1) => s_ + "eguem" ; - VP (Imp Pl P2) => s_ + "eieu" ; - VP (Imp Sg P2) => s_ + "eu" ; - VP (Imp Pl P3) => s_ + "eguen" ; - VP (Imp Pl P3) => s_ + "eguin" ; - VP (Imp Sg P3) => s_ + "ega" ; - VP (Imp Sg P3) => s_ + "egui" ; - VP (Pass Pl Fem) => s_ + "egudes" ; - VP (Pass Sg Fem) => s_ + "eguda" ; - VP (Pass Pl Masc) => s_ + "eguts" ; - VP (Pass Sg Masc) => s_ + "egut" ; - VP (Impf Ind Pl P1) => s_ + "iem" ;--# notpresent - VP (Impf Ind Pl P2) => s_ + "ieu" ;--# notpresent - VP (Impf Ind Pl P1) => s_ + "iem" ;--# notpresent - VP (Impf Ind Pl P2) => s_ + "ieu" ;--# notpresent -VP (Imp Sg P1) => variants {} -} -} ; - -oper sofrir_103 : Str -> Verbum = \sofrir -> -let sof_ = Predef.tk 3 sofrir in -{s = table { - VI Infn => sof_ + "rir" ; - VI Ger => sof_ + "rint" ; - VI Part => sof_ + "ert" ; - VP (Pres Ind Pl P1) => sof_ + "rim" ; - VP (Pres Ind Sg P1) => sof_ + "reixo" ; - VP (Pres Ind Pl P2) => sof_ + "riu" ; - VP (Pres Ind Sg P2) => sof_ + "reixes" ; - VP (Pres Ind Pl P3) => sof_ + "reixen" ; - VP (Pres Ind Sg P3) => sof_ + "reix" ; - VP (Pres Subj Pl P1) => sof_ + "rim" ; - VP (Pres Subj Sg P1) => sof_ + "reixi" ; - VP (Pres Subj Pl P2) => sof_ + "riu" ; - VP (Pres Subj Sg P2) => sof_ + "reixis" ; - VP (Pres Subj Pl P3) => sof_ + "reixin" ; - VP (Pres Subj Sg P3) => sof_ + "reixi" ; - VP (Impf Ind Pl P1) => sof_ + "rem" ;--# notpresent - VP (Impf Ind Sg P1) => sof_ + "ria" ;--# notpresent - VP (Impf Ind Pl P2) => sof_ + "reu" ;--# notpresent - VP (Impf Ind Sg P2) => sof_ + "ries" ;--# notpresent - VP (Impf Ind Pl P3) => sof_ + "rien" ;--# notpresent - VP (Impf Ind Sg P3) => sof_ + "ria" ;--# notpresent - VP (Impf Subj Pl P1) => sof_ + "rssim" ;--# notpresent - VP (Impf Subj Sg P1) => sof_ + "rs" ;--# notpresent - VP (Impf Subj Pl P2) => sof_ + "rssiu" ;--# notpresent - VP (Impf Subj Sg P2) => sof_ + "rissis" ;--# notpresent - VP (Impf Subj Pl P3) => sof_ + "rissin" ;--# notpresent - VP (Impf Subj Sg P3) => sof_ + "rs" ;--# notpresent - VP (Fut Pl P1) => sof_ + "rirem" ;--# notpresent - VP (Fut Sg P1) => sof_ + "rir" ;--# notpresent - VP (Fut Pl P2) => sof_ + "rireu" ;--# notpresent - VP (Fut Sg P2) => sof_ + "rirs" ;--# notpresent - VP (Fut Pl P3) => sof_ + "riran" ;--# notpresent - VP (Fut Sg P3) => sof_ + "rir" ;--# notpresent - VP (Pret Pl P1) => sof_ + "rssim" ;--# notpresent - VP (Pret Sg P1) => sof_ + "rs" ;--# notpresent - VP (Pret Pl P2) => sof_ + "rssiu" ;--# notpresent - VP (Pret Sg P2) => sof_ + "rissis" ;--# notpresent - VP (Pret Pl P3) => sof_ + "rissin" ;--# notpresent - VP (Pret Sg P3) => sof_ + "rs" ;--# notpresent - VP (Cond Pl P1) => sof_ + "rirem" ;--# notpresent - VP (Cond Sg P1) => sof_ + "riria" ;--# notpresent - VP (Cond Pl P2) => sof_ + "rireu" ;--# notpresent - VP (Cond Sg P2) => sof_ + "riries" ;--# notpresent - VP (Cond Pl P3) => sof_ + "ririen" ;--# notpresent - VP (Cond Sg P3) => sof_ + "riria" ;--# notpresent - VP (Imp Pl P1) => sof_ + "rim" ; - VP (Imp Pl P2) => sof_ + "riu" ; - VP (Imp Sg P2) => sof_ + "reix" ; - VP (Imp Pl P3) => sof_ + "reixin" ; - VP (Imp Sg P3) => sof_ + "reixi" ; - VP (Pass Pl Fem) => sof_ + "ertes" ; - VP (Pass Sg Fem) => sof_ + "erta" ; - VP (Pass Pl Masc) => sof_ + "erts" ; - VP (Pass Sg Masc) => sof_ + "ert" ; -VP (Imp Sg P1) => variants {} -} -} ; --- soler-- is not in the used source . - -oper sortir_105 : Str -> Verbum = \sortir -> -let s_ = Predef.tk 5 sortir in -{s = table { - VI Infn => s_ + "ortir" ; - VI Ger => s_ + "ortint" ; - VI Part => s_ + "ortit" ; - VP (Pres Ind Pl P1) => s_ + "ortim" ; - VP (Pres Ind Sg P1) => s_ + "urto" ; - VP (Pres Ind Pl P2) => s_ + "ortiu" ; - VP (Pres Ind Sg P2) => s_ + "urts" ; - VP (Pres Ind Pl P3) => s_ + "urten" ; - VP (Pres Ind Sg P3) => s_ + "urt" ; - VP (Pres Subj Pl P1) => s_ + "ortim" ; - VP (Pres Subj Sg P1) => s_ + "urti" ; - VP (Pres Subj Pl P2) => s_ + "ortiu" ; - VP (Pres Subj Sg P2) => s_ + "urtis" ; - VP (Pres Subj Pl P3) => s_ + "urtin" ; - VP (Pres Subj Sg P3) => s_ + "urti" ; - VP (Impf Ind Pl P1) => s_ + "ortem" ;--# notpresent - VP (Impf Ind Sg P1) => s_ + "ortia" ;--# notpresent - VP (Impf Ind Pl P2) => s_ + "orteu" ;--# notpresent - VP (Impf Ind Sg P2) => s_ + "orties" ;--# notpresent - VP (Impf Ind Pl P3) => s_ + "ortien" ;--# notpresent - VP (Impf Ind Sg P3) => s_ + "ortia" ;--# notpresent - VP (Impf Subj Pl P1) => s_ + "ortssim" ;--# notpresent - VP (Impf Subj Sg P1) => s_ + "orts" ;--# notpresent - VP (Impf Subj Pl P2) => s_ + "ortssiu" ;--# notpresent - VP (Impf Subj Sg P2) => s_ + "ortissis" ;--# notpresent - VP (Impf Subj Pl P3) => s_ + "ortissin" ;--# notpresent - VP (Impf Subj Sg P3) => s_ + "orts" ;--# notpresent - VP (Fut Pl P1) => s_ + "ortirem" ;--# notpresent - VP (Fut Sg P1) => s_ + "ortir" ;--# notpresent - VP (Fut Pl P2) => s_ + "ortireu" ;--# notpresent - VP (Fut Sg P2) => s_ + "ortirs" ;--# notpresent - VP (Fut Pl P3) => s_ + "ortiran" ;--# notpresent - VP (Fut Sg P3) => s_ + "ortir" ;--# notpresent - VP (Pret Pl P1) => s_ + "ortssim" ;--# notpresent - VP (Pret Sg P1) => s_ + "orts" ;--# notpresent - VP (Pret Pl P2) => s_ + "ortssiu" ;--# notpresent - VP (Pret Sg P2) => s_ + "ortissis" ;--# notpresent - VP (Pret Pl P3) => s_ + "ortissin" ;--# notpresent - VP (Pret Sg P3) => s_ + "orts" ;--# notpresent - VP (Cond Pl P1) => s_ + "ortirem" ;--# notpresent - VP (Cond Sg P1) => s_ + "ortiria" ;--# notpresent - VP (Cond Pl P2) => s_ + "ortireu" ;--# notpresent - VP (Cond Sg P2) => s_ + "ortiries" ;--# notpresent - VP (Cond Pl P3) => s_ + "ortirien" ;--# notpresent - VP (Cond Sg P3) => s_ + "ortiria" ;--# notpresent - VP (Imp Pl P1) => s_ + "ortim" ; - VP (Imp Pl P2) => s_ + "ortiu" ; - VP (Imp Sg P2) => s_ + "urt" ; - VP (Imp Pl P3) => s_ + "urtin" ; - VP (Imp Sg P3) => s_ + "urti" ; - VP (Pass Pl Fem) => s_ + "ortides" ; - VP (Pass Sg Fem) => s_ + "ortida" ; - VP (Pass Pl Masc) => s_ + "ortits" ; - VP (Pass Sg Masc) => s_ + "ortit" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper suplir_106 : Str -> Verbum = \suplir -> -let supl_ = Predef.tk 2 suplir in -{s = table { - VI Infn => supl_ + "ir" ; - VI Ger => supl_ + "int" ; - VI Part => supl_ + "ert" ; - VP (Pres Ind Pl P1) => supl_ + "im" ; - VP (Pres Ind Sg P1) => supl_ + "eixo" ; - VP (Pres Ind Pl P2) => supl_ + "iu" ; - VP (Pres Ind Sg P2) => supl_ + "eixes" ; - VP (Pres Ind Pl P3) => supl_ + "eixen" ; - VP (Pres Ind Sg P3) => supl_ + "eix" ; - VP (Pres Subj Pl P1) => supl_ + "im" ; - VP (Pres Subj Sg P1) => supl_ + "eixi" ; - VP (Pres Subj Pl P2) => supl_ + "iu" ; - VP (Pres Subj Sg P2) => supl_ + "eixis" ; - VP (Pres Subj Pl P3) => supl_ + "eixin" ; - VP (Pres Subj Sg P3) => supl_ + "eixi" ; - VP (Impf Ind Pl P1) => supl_ + "em" ;--# notpresent - VP (Impf Ind Sg P1) => supl_ + "ia" ;--# notpresent - VP (Impf Ind Pl P2) => supl_ + "eu" ;--# notpresent - VP (Impf Ind Sg P2) => supl_ + "ies" ;--# notpresent - VP (Impf Ind Pl P3) => supl_ + "ien" ;--# notpresent - VP (Impf Ind Sg P3) => supl_ + "ia" ;--# notpresent - VP (Impf Subj Pl P1) => supl_ + "ssim" ;--# notpresent - VP (Impf Subj Sg P1) => supl_ + "s" ;--# notpresent - VP (Impf Subj Pl P2) => supl_ + "ssiu" ;--# notpresent - VP (Impf Subj Sg P2) => supl_ + "issis" ;--# notpresent - VP (Impf Subj Pl P3) => supl_ + "issin" ;--# notpresent - VP (Impf Subj Sg P3) => supl_ + "s" ;--# notpresent - VP (Fut Pl P1) => supl_ + "irem" ;--# notpresent - VP (Fut Sg P1) => supl_ + "ir" ;--# notpresent - VP (Fut Pl P2) => supl_ + "ireu" ;--# notpresent - VP (Fut Sg P2) => supl_ + "irs" ;--# notpresent - VP (Fut Pl P3) => supl_ + "iran" ;--# notpresent - VP (Fut Sg P3) => supl_ + "ir" ;--# notpresent - VP (Pret Pl P1) => supl_ + "ssim" ;--# notpresent - VP (Pret Sg P1) => supl_ + "s" ;--# notpresent - VP (Pret Pl P2) => supl_ + "ssiu" ;--# notpresent - VP (Pret Sg P2) => supl_ + "issis" ;--# notpresent - VP (Pret Pl P3) => supl_ + "issin" ;--# notpresent - VP (Pret Sg P3) => supl_ + "s" ;--# notpresent - VP (Cond Pl P1) => supl_ + "irem" ;--# notpresent - VP (Cond Sg P1) => supl_ + "iria" ;--# notpresent - VP (Cond Pl P2) => supl_ + "ireu" ;--# notpresent - VP (Cond Sg P2) => supl_ + "iries" ;--# notpresent - VP (Cond Pl P3) => supl_ + "irien" ;--# notpresent - VP (Cond Sg P3) => supl_ + "iria" ;--# notpresent - VP (Imp Pl P1) => supl_ + "im" ; - VP (Imp Pl P2) => supl_ + "iu" ; - VP (Imp Sg P2) => supl_ + "eix" ; - VP (Imp Pl P3) => supl_ + "eixin" ; - VP (Imp Sg P3) => supl_ + "eixi" ; - VP (Pass Pl Fem) => supl_ + "ertes" ; - VP (Pass Sg Fem) => supl_ + "erta" ; - VP (Pass Pl Masc) => supl_ + "erts" ; - VP (Pass Sg Masc) => supl_ + "ert" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper tmer_107 : Str -> Verbum = \tmer -> -let t_ = Predef.tk 4 tmer in -{s = table { - VI Ger => t_ + "ement" ; - VI Part => t_ + "emut" ; - VP (Pres Ind Pl P1) => t_ + "emem" ; - VP (Pres Ind Sg P1) => t_ + "emo" ; - VP (Pres Ind Pl P2) => t_ + "emeu" ; - VP (Pres Ind Sg P2) => t_ + "ems" ; - VP (Pres Ind Pl P3) => t_ + "emen" ; - VP (Pres Ind Sg P3) => t_ + "em" ; - VP (Pres Subj Pl P1) => t_ + "emem" ; - VP (Pres Subj Sg P1) => t_ + "emi" ; - VP (Pres Subj Pl P2) => t_ + "emeu" ; - VP (Pres Subj Sg P2) => t_ + "emis" ; - VP (Pres Subj Pl P3) => t_ + "emin" ; - VP (Pres Subj Sg P3) => t_ + "emi" ; - VP (Impf Ind Pl P1) => t_ + "emem" ;--# notpresent - VP (Impf Ind Sg P1) => t_ + "emia" ;--# notpresent - VP (Impf Ind Pl P2) => t_ + "emeu" ;--# notpresent - VP (Impf Ind Sg P2) => t_ + "emies" ;--# notpresent - VP (Impf Ind Pl P3) => t_ + "emien" ;--# notpresent - VP (Impf Ind Sg P3) => t_ + "emia" ;--# notpresent - VP (Impf Subj Pl P1) => t_ + "emssim" ;--# notpresent - VP (Impf Subj Sg P1) => t_ + "ems" ;--# notpresent - VP (Impf Subj Pl P2) => t_ + "emssiu" ;--# notpresent - VP (Impf Subj Sg P2) => t_ + "emessis" ;--# notpresent - VP (Impf Subj Pl P3) => t_ + "emessin" ;--# notpresent - VP (Impf Subj Sg P3) => t_ + "ems" ;--# notpresent - VP (Fut Pl P1) => t_ + "emerem" ;--# notpresent - VP (Fut Sg P1) => t_ + "emer" ;--# notpresent - VP (Fut Pl P2) => t_ + "emereu" ;--# notpresent - VP (Fut Sg P2) => t_ + "emers" ;--# notpresent - VP (Fut Pl P3) => t_ + "emeran" ;--# notpresent - VP (Fut Sg P3) => t_ + "emer" ;--# notpresent - VP (Pret Pl P1) => t_ + "emssim" ;--# notpresent - VP (Pret Sg P1) => t_ + "ems" ;--# notpresent - VP (Pret Pl P2) => t_ + "emssiu" ;--# notpresent - VP (Pret Sg P2) => t_ + "emessis" ;--# notpresent - VP (Pret Pl P3) => t_ + "emessin" ;--# notpresent - VP (Pret Sg P3) => t_ + "ems" ;--# notpresent - VP (Cond Pl P1) => t_ + "emerem" ;--# notpresent - VP (Cond Sg P1) => t_ + "emeria" ;--# notpresent - VP (Cond Pl P2) => t_ + "emereu" ;--# notpresent - VP (Cond Sg P2) => t_ + "emeries" ;--# notpresent - VP (Cond Pl P3) => t_ + "emerien" ;--# notpresent - VP (Cond Sg P3) => t_ + "emeria" ;--# notpresent - VP (Imp Pl P1) => t_ + "emem" ; - VP (Imp Pl P2) => t_ + "emeu" ; - VP (Imp Sg P2) => t_ + "em" ; - VP (Imp Pl P3) => t_ + "emin" ; - VP (Imp Sg P3) => t_ + "emi" ; - VP (Pass Pl Fem) => t_ + "emudes" ; - VP (Pass Sg Fem) => t_ + "emuda" ; - VP (Pass Pl Masc) => t_ + "emuts" ; - VP (Pass Sg Masc) => t_ + "emut" ; - VI Infn => t_ + "mer" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper tenir_108 : Str -> Verbum = \tenir -> -let x_ = Predef.tk 5 tenir in -{s = table { - VI Infn => x_ + "tenir" ; - VI Ger => x_ + "tenint" ; - VI Part => x_ + "tingut" ; - VP (Pres Ind Pl P1) => x_ + "tenim" ; - VP (Pres Ind Sg P1) => x_ + "tinc" ; - VP (Pres Ind Pl P2) => x_ + "teniu" ; - VP (Pres Ind Sg P2) => x_ + "tens" ; - VP (Pres Ind Pl P3) => x_ + "tenen" ; - VP (Pres Ind Sg P3) => x_ + "t" ; - VP (Pres Subj Pl P1) => x_ + "tinguem" ; - VP (Pres Subj Sg P1) => x_ + "tingui" ; - VP (Pres Subj Pl P2) => x_ + "tingueu" ; - VP (Pres Subj Sg P2) => x_ + "tinguis" ; - VP (Pres Subj Pl P3) => x_ + "tinguin" ; - VP (Pres Subj Sg P3) => x_ + "tingui" ; - VP (Impf Ind Pl P1) => x_ + "tenem" ;--# notpresent - VP (Impf Ind Sg P1) => x_ + "tenia" ;--# notpresent - VP (Impf Ind Pl P2) => x_ + "teneu" ;--# notpresent - VP (Impf Ind Sg P2) => x_ + "tenies" ;--# notpresent - VP (Impf Ind Pl P3) => x_ + "tenien" ;--# notpresent - VP (Impf Ind Sg P3) => x_ + "tenia" ;--# notpresent - VP (Impf Subj Pl P1) => x_ + "tingussim" ;--# notpresent - VP (Impf Subj Sg P1) => x_ + "tingus" ;--# notpresent - VP (Impf Subj Pl P2) => x_ + "tingussiu" ;--# notpresent - VP (Impf Subj Sg P2) => x_ + "tinguessis" ;--# notpresent - VP (Impf Subj Pl P3) => x_ + "tinguessin" ;--# notpresent - VP (Impf Subj Sg P3) => x_ + "tingus" ;--# notpresent - VP (Fut Pl P1) => x_ + "tindrem" ;--# notpresent - VP (Fut Sg P1) => x_ + "tindr" ;--# notpresent - VP (Fut Pl P2) => x_ + "tindreu" ;--# notpresent - VP (Fut Sg P2) => x_ + "tindrs" ;--# notpresent - VP (Fut Pl P3) => x_ + "tindran" ;--# notpresent - VP (Fut Sg P3) => x_ + "tindr" ;--# notpresent - VP (Pret Pl P1) => x_ + "tingussim" ;--# notpresent - VP (Pret Sg P1) => x_ + "tingus" ;--# notpresent - VP (Pret Pl P2) => x_ + "tingussiu" ;--# notpresent - VP (Pret Sg P2) => x_ + "tinguessis" ;--# notpresent - VP (Pret Pl P3) => x_ + "tinguessin" ;--# notpresent - VP (Pret Sg P3) => x_ + "tingus" ;--# notpresent - VP (Cond Pl P1) => x_ + "tindrem" ;--# notpresent - VP (Cond Sg P1) => x_ + "tindria" ;--# notpresent - VP (Cond Pl P2) => x_ + "tindreu" ;--# notpresent - VP (Cond Sg P2) => x_ + "tindries" ;--# notpresent - VP (Cond Pl P3) => x_ + "tindrien" ;--# notpresent - VP (Cond Sg P3) => x_ + "tindria" ;--# notpresent - VP (Imp Pl P1) => x_ + "tinguem" ; - VP (Imp Pl P2) => x_ + "tingueu" ; - VP (Imp Sg P2) => x_ + "tingues" ; - VP (Imp Pl P3) => x_ + "tinguin" ; - VP (Imp Sg P3) => x_ + "tingui" ; - VP (Pass Pl Fem) => x_ + "tingudes" ; - VP (Pass Sg Fem) => x_ + "tinguda" ; - VP (Pass Pl Masc) => x_ + "tinguts" ; - VP (Pass Sg Masc) => x_ + "tingut" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper torar_109 : Str -> Verbum = \torar -> -let tor_ = Predef.tk 3 torar in -{s = table { - VI Infn => tor_ + "ar" ; - VI Ger => tor_ + "ant" ; - VI Part => tor_ + "at" ; - VP (Pres Ind Pl P1) => tor_ + "cem" ; - VP (Pres Ind Sg P1) => tor_ + "o" ; - VP (Pres Ind Pl P2) => tor_ + "ceu" ; - VP (Pres Ind Sg P2) => tor_ + "ces" ; - VP (Pres Ind Pl P3) => tor_ + "cen" ; - VP (Pres Ind Sg P3) => tor_ + "a" ; - VP (Pres Subj Pl P1) => tor_ + "cem" ; - VP (Pres Subj Sg P1) => tor_ + "ci" ; - VP (Pres Subj Pl P2) => tor_ + "ceu" ; - VP (Pres Subj Sg P2) => tor_ + "cis" ; - VP (Pres Subj Pl P3) => tor_ + "cin" ; - VP (Pres Subj Sg P3) => tor_ + "ci" ; - VP (Impf Ind Pl P1) => tor_ + "vem" ;--# notpresent - VP (Impf Ind Sg P1) => tor_ + "ava" ;--# notpresent - VP (Impf Ind Pl P2) => tor_ + "veu" ;--# notpresent - VP (Impf Ind Sg P2) => tor_ + "aves" ;--# notpresent - VP (Impf Ind Pl P3) => tor_ + "aven" ;--# notpresent - VP (Impf Ind Sg P3) => tor_ + "ava" ;--# notpresent - VP (Impf Subj Pl P1) => tor_ + "cssim" ;--# notpresent - VP (Impf Subj Sg P1) => tor_ + "cs" ;--# notpresent - VP (Impf Subj Pl P2) => tor_ + "cssiu" ;--# notpresent - VP (Impf Subj Sg P2) => tor_ + "cessis" ;--# notpresent - VP (Impf Subj Pl P3) => tor_ + "cessin" ;--# notpresent - VP (Impf Subj Sg P3) => tor_ + "cs" ;--# notpresent - VP (Fut Pl P1) => tor_ + "arem" ;--# notpresent - VP (Fut Sg P1) => tor_ + "ar" ;--# notpresent - VP (Fut Pl P2) => tor_ + "areu" ;--# notpresent - VP (Fut Sg P2) => tor_ + "ars" ;--# notpresent - VP (Fut Pl P3) => tor_ + "aran" ;--# notpresent - VP (Fut Sg P3) => tor_ + "ar" ;--# notpresent - VP (Pret Pl P1) => tor_ + "cssim" ;--# notpresent - VP (Pret Sg P1) => tor_ + "cs" ;--# notpresent - VP (Pret Pl P2) => tor_ + "cssiu" ;--# notpresent - VP (Pret Sg P2) => tor_ + "cessis" ;--# notpresent - VP (Pret Pl P3) => tor_ + "cessin" ;--# notpresent - VP (Pret Sg P3) => tor_ + "cs" ;--# notpresent - VP (Cond Pl P1) => tor_ + "arem" ;--# notpresent - VP (Cond Sg P1) => tor_ + "aria" ;--# notpresent - VP (Cond Pl P2) => tor_ + "areu" ;--# notpresent - VP (Cond Sg P2) => tor_ + "aries" ;--# notpresent - VP (Cond Pl P3) => tor_ + "arien" ;--# notpresent - VP (Cond Sg P3) => tor_ + "aria" ;--# notpresent - VP (Imp Pl P1) => tor_ + "cem" ; - VP (Imp Pl P2) => tor_ + "ceu" ; - VP (Imp Sg P2) => tor_ + "a" ; - VP (Imp Pl P3) => tor_ + "cin" ; - VP (Imp Sg P3) => tor_ + "ci" ; - VP (Pass Pl Fem) => tor_ + "ades" ; - VP (Pass Sg Fem) => tor_ + "ada" ; - VP (Pass Pl Masc) => tor_ + "ats" ; - VP (Pass Sg Masc) => tor_ + "at" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper trcer_110 : Str -> Verbum = \trcer -> -let t_ = Predef.tk 5 trcer in -{s = table { - VI Ger => t_ + "orcent" ; - VI Part => t_ + "ort" ; - VI Part => t_ + "orut" ; - VP (Pres Ind Pl P1) => t_ + "orcem" ; - VP (Pres Ind Pl P2) => t_ + "orceu" ; - VP (Pres Ind Sg P2) => t_ + "orces" ; - VP (Pres Ind Pl P3) => t_ + "orcen" ; - VP (Pres Ind Sg P3) => t_ + "or" ; - VP (Pres Subj Pl P1) => t_ + "orcem" ; - VP (Pres Subj Sg P1) => t_ + "ora" ; - VP (Pres Subj Pl P2) => t_ + "orceu" ; - VP (Pres Subj Sg P2) => t_ + "orces" ; - VP (Pres Subj Pl P3) => t_ + "orcen" ; - VP (Pres Subj Sg P3) => t_ + "ora" ; - VP (Impf Ind Pl P1) => t_ + "orcem" ;--# notpresent - VP (Impf Ind Sg P1) => t_ + "orcia" ;--# notpresent - VP (Impf Ind Pl P2) => t_ + "orceu" ;--# notpresent - VP (Impf Ind Sg P2) => t_ + "orcies" ;--# notpresent - VP (Impf Ind Pl P3) => t_ + "orcien" ;--# notpresent - VP (Impf Ind Sg P3) => t_ + "orcia" ;--# notpresent - VP (Impf Subj Pl P1) => t_ + "orcrem" ;--# notpresent - VP (Impf Subj Pl P1) => t_ + "orcssim" ;--# notpresent - VP (Impf Subj Sg P1) => t_ + "orcera" ;--# notpresent - VP (Impf Subj Sg P1) => t_ + "orcs" ;--# notpresent - VP (Impf Subj Pl P2) => t_ + "orcreu" ;--# notpresent - VP (Impf Subj Pl P2) => t_ + "orcssiu" ;--# notpresent - VP (Impf Subj Sg P2) => t_ + "orceres" ;--# notpresent - VP (Impf Subj Sg P2) => t_ + "orcessis" ;--# notpresent - VP (Impf Subj Pl P3) => t_ + "orceren" ;--# notpresent - VP (Impf Subj Pl P3) => t_ + "orcessin" ;--# notpresent - VP (Impf Subj Sg P3) => t_ + "orcera" ;--# notpresent - VP (Impf Subj Sg P3) => t_ + "orcs" ;--# notpresent - VP (Pret Pl P1) => t_ + "orcrem" ;--# notpresent - VP (Pret Sg P1) => t_ + "orc" ;--# notpresent - VP (Pret Pl P2) => t_ + "orcreu" ;--# notpresent - VP (Pret Sg P2) => t_ + "orceres" ;--# notpresent - VP (Pret Pl P3) => t_ + "orceren" ;--# notpresent - VP (Pret Sg P3) => t_ + "orc" ;--# notpresent - VP (Fut Pl P1) => t_ + "orcerem" ;--# notpresent - VP (Fut Sg P1) => t_ + "orcer" ;--# notpresent - VP (Fut Pl P2) => t_ + "orcereu" ;--# notpresent - VP (Fut Sg P2) => t_ + "orcers" ;--# notpresent - VP (Fut Pl P3) => t_ + "orceran" ;--# notpresent - VP (Fut Sg P3) => t_ + "orcer" ;--# notpresent - VP (Cond Pl P1) => t_ + "orcerem" ;--# notpresent - VP (Cond Sg P1) => t_ + "orceria" ;--# notpresent - VP (Cond Pl P2) => t_ + "orcereu" ;--# notpresent - VP (Cond Sg P2) => t_ + "orceries" ;--# notpresent - VP (Cond Pl P3) => t_ + "orcerien" ;--# notpresent - VP (Cond Sg P3) => t_ + "orceria" ;--# notpresent - VP (Imp Pl P1) => t_ + "orcem" ; - VP (Imp Pl P2) => t_ + "orceu" ; - VP (Imp Sg P2) => t_ + "or" ; - VP (Imp Pl P3) => t_ + "orcen" ; - VP (Imp Pl P3) => t_ + "orcin" ; - VP (Imp Sg P3) => t_ + "orci" ; - VP (Imp Sg P3) => t_ + "ora" ; - VP (Pass Pl Fem) => t_ + "ortes" ; - VP (Pass Pl Fem) => t_ + "orudes" ; - VP (Pass Sg Fem) => t_ + "orta" ; - VP (Pass Sg Fem) => t_ + "oruda" ; - VP (Pass Pl Masc) => t_ + "orts" ; - VP (Pass Pl Masc) => t_ + "oruts" ; - VP (Pass Sg Masc) => t_ + "ort" ; - VP (Pass Sg Masc) => t_ + "orut" ; - VI Infn => t_ + "rcer" ; -VP (Imp Sg P1) => variants {} -} -} ; --- tossir-- is not in the used source . - -oper trencar_112 : Str -> Verbum = \trencar -> -let tren_ = Predef.tk 3 trencar in -{s = table { - VI Infn => tren_ + "car" ; - VI Ger => tren_ + "cant" ; - VI Part => tren_ + "cat" ; - VP (Pres Ind Pl P1) => tren_ + "quem" ; - VP (Pres Ind Sg P1) => tren_ + "co" ; - VP (Pres Ind Pl P2) => tren_ + "queu" ; - VP (Pres Ind Sg P2) => tren_ + "ques" ; - VP (Pres Ind Pl P3) => tren_ + "quen" ; - VP (Pres Ind Sg P3) => tren_ + "ca" ; - VP (Pres Subj Pl P1) => tren_ + "quem" ; - VP (Pres Subj Sg P1) => tren_ + "qui" ; - VP (Pres Subj Pl P2) => tren_ + "queu" ; - VP (Pres Subj Sg P2) => tren_ + "quis" ; - VP (Pres Subj Pl P3) => tren_ + "quin" ; - VP (Pres Subj Sg P3) => tren_ + "qui" ; - VP (Impf Ind Pl P1) => tren_ + "cvem" ;--# notpresent - VP (Impf Ind Sg P1) => tren_ + "cava" ;--# notpresent - VP (Impf Ind Pl P2) => tren_ + "cveu" ;--# notpresent - VP (Impf Ind Sg P2) => tren_ + "caves" ;--# notpresent - VP (Impf Ind Pl P3) => tren_ + "caven" ;--# notpresent - VP (Impf Ind Sg P3) => tren_ + "cava" ;--# notpresent - VP (Impf Subj Pl P1) => tren_ + "qussim" ;--# notpresent - VP (Impf Subj Sg P1) => tren_ + "qus" ;--# notpresent - VP (Impf Subj Pl P2) => tren_ + "qussiu" ;--# notpresent - VP (Impf Subj Sg P2) => tren_ + "quessis" ;--# notpresent - VP (Impf Subj Pl P3) => tren_ + "quessin" ;--# notpresent - VP (Impf Subj Sg P3) => tren_ + "qus" ;--# notpresent - VP (Fut Pl P1) => tren_ + "carem" ;--# notpresent - VP (Fut Sg P1) => tren_ + "car" ;--# notpresent - VP (Fut Pl P2) => tren_ + "careu" ;--# notpresent - VP (Fut Sg P2) => tren_ + "cars" ;--# notpresent - VP (Fut Pl P3) => tren_ + "caran" ;--# notpresent - VP (Fut Sg P3) => tren_ + "car" ;--# notpresent - VP (Pret Pl P1) => tren_ + "qussim" ;--# notpresent - VP (Pret Sg P1) => tren_ + "qus" ;--# notpresent - VP (Pret Pl P2) => tren_ + "qussiu" ;--# notpresent - VP (Pret Sg P2) => tren_ + "quessis" ;--# notpresent - VP (Pret Pl P3) => tren_ + "quessin" ;--# notpresent - VP (Pret Sg P3) => tren_ + "qus" ;--# notpresent - VP (Cond Pl P1) => tren_ + "carem" ;--# notpresent - VP (Cond Sg P1) => tren_ + "caria" ;--# notpresent - VP (Cond Pl P2) => tren_ + "careu" ;--# notpresent - VP (Cond Sg P2) => tren_ + "caries" ;--# notpresent - VP (Cond Pl P3) => tren_ + "carien" ;--# notpresent - VP (Cond Sg P3) => tren_ + "caria" ;--# notpresent - VP (Imp Pl P1) => tren_ + "quem" ; - VP (Imp Pl P2) => tren_ + "queu" ; - VP (Imp Sg P2) => tren_ + "ca" ; - VP (Imp Pl P3) => tren_ + "quin" ; - VP (Imp Sg P3) => tren_ + "qui" ; - VP (Pass Pl Fem) => tren_ + "cades" ; - VP (Pass Sg Fem) => tren_ + "cada" ; - VP (Pass Pl Masc) => tren_ + "cats" ; - VP (Pass Sg Masc) => tren_ + "cat" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper treure_113 : Str -> Verbum = \treure -> -let tr_ = Predef.tk 4 treure in -{s = table { - VI Infn => tr_ + "eure" ; - VI Ger => tr_ + "aient" ; - VI Part => tr_ + "et" ; - VP (Pres Ind Pl P1) => tr_ + "aiem" ; - VP (Pres Ind Sg P1) => tr_ + "ec" ; - VP (Pres Ind Pl P2) => tr_ + "aieu" ; - VP (Pres Ind Sg P2) => tr_ + "eus" ; - VP (Pres Ind Pl P3) => tr_ + "euen" ; - VP (Pres Ind Sg P3) => tr_ + "eu" ; - VP (Pres Subj Pl P1) => tr_ + "aguem" ; - VP (Pres Subj Sg P1) => tr_ + "egui" ; - VP (Pres Subj Pl P2) => tr_ + "agueu" ; - VP (Pres Subj Sg P2) => tr_ + "eguis" ; - VP (Pres Subj Pl P3) => tr_ + "eguin" ; - VP (Pres Subj Sg P3) => tr_ + "egui" ; - VP (Impf Ind Pl P1) => tr_ + "iem" ;--# notpresent - VP (Impf Ind Sg P1) => tr_ + "eia" ;--# notpresent - VP (Impf Ind Pl P2) => tr_ + "ieu" ;--# notpresent - VP (Impf Ind Sg P2) => tr_ + "eies" ;--# notpresent - VP (Impf Ind Pl P3) => tr_ + "eien" ;--# notpresent - VP (Impf Ind Sg P3) => tr_ + "eia" ;--# notpresent - VP (Impf Subj Pl P1) => tr_ + "agussim" ;--# notpresent - VP (Impf Subj Sg P1) => tr_ + "agus" ;--# notpresent - VP (Impf Subj Pl P2) => tr_ + "agussiu" ;--# notpresent - VP (Impf Subj Sg P2) => tr_ + "aguessis" ;--# notpresent - VP (Impf Subj Pl P3) => tr_ + "aguessin" ;--# notpresent - VP (Impf Subj Sg P3) => tr_ + "agus" ;--# notpresent - VP (Fut Pl P1) => tr_ + "aurem" ;--# notpresent - VP (Fut Sg P1) => tr_ + "aur" ;--# notpresent - VP (Fut Pl P2) => tr_ + "aureu" ;--# notpresent - VP (Fut Sg P2) => tr_ + "aurs" ;--# notpresent - VP (Fut Pl P3) => tr_ + "auran" ;--# notpresent - VP (Fut Sg P3) => tr_ + "aur" ;--# notpresent - VP (Pret Pl P1) => tr_ + "agussim" ;--# notpresent - VP (Pret Sg P1) => tr_ + "agus" ;--# notpresent - VP (Pret Pl P2) => tr_ + "agussiu" ;--# notpresent - VP (Pret Sg P2) => tr_ + "aguessis" ;--# notpresent - VP (Pret Pl P3) => tr_ + "aguessin" ;--# notpresent - VP (Pret Sg P3) => tr_ + "agus" ;--# notpresent - VP (Cond Pl P1) => tr_ + "aurem" ;--# notpresent - VP (Cond Sg P1) => tr_ + "auria" ;--# notpresent - VP (Cond Pl P2) => tr_ + "aureu" ;--# notpresent - VP (Cond Sg P2) => tr_ + "auries" ;--# notpresent - VP (Cond Pl P3) => tr_ + "aurien" ;--# notpresent - VP (Cond Sg P3) => tr_ + "auria" ;--# notpresent - VP (Imp Pl P1) => tr_ + "aguem" ; - VP (Imp Pl P2) => tr_ + "aieu" ; - VP (Imp Sg P2) => tr_ + "eu" ; - VP (Imp Pl P3) => tr_ + "eguin" ; - VP (Imp Sg P3) => tr_ + "egui" ; - VP (Pass Pl Fem) => tr_ + "etes" ; - VP (Pass Sg Fem) => tr_ + "eta" ; - VP (Pass Pl Masc) => tr_ + "ets" ; - VP (Pass Sg Masc) => tr_ + "et" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper valer_114 : Str -> Verbum = \valer -> -let val_ = Predef.tk 2 valer in -{s = table { - VI Infn => val_ + "er" ; - VI Ger => val_ + "ent" ; - VI Part => val_ + "gut" ; - VP (Pres Ind Pl P1) => val_ + "em" ; - VP (Pres Ind Sg P1) => val_ + "c" ; - VP (Pres Ind Pl P2) => val_ + "eu" ; - VP (Pres Ind Sg P2) => val_ + "s" ; - VP (Pres Ind Pl P3) => val_ + "en" ; - VP (Pres Ind Sg P3) => val_ + "" ; - VP (Pres Subj Pl P1) => val_ + "guem" ; - VP (Pres Subj Sg P1) => val_ + "gui" ; - VP (Pres Subj Pl P2) => val_ + "gueu" ; - VP (Pres Subj Sg P2) => val_ + "guis" ; - VP (Pres Subj Pl P3) => val_ + "guin" ; - VP (Pres Subj Sg P3) => val_ + "gui" ; - VP (Impf Ind Pl P1) => val_ + "em" ;--# notpresent - VP (Impf Ind Sg P1) => val_ + "ia" ;--# notpresent - VP (Impf Ind Pl P2) => val_ + "eu" ;--# notpresent - VP (Impf Ind Sg P2) => val_ + "ies" ;--# notpresent - VP (Impf Ind Pl P3) => val_ + "ien" ;--# notpresent - VP (Impf Ind Sg P3) => val_ + "ia" ;--# notpresent - VP (Impf Subj Pl P1) => val_ + "gussim" ;--# notpresent - VP (Impf Subj Sg P1) => val_ + "gus" ;--# notpresent - VP (Impf Subj Pl P2) => val_ + "gussiu" ;--# notpresent - VP (Impf Subj Sg P2) => val_ + "guessis" ;--# notpresent - VP (Impf Subj Pl P3) => val_ + "guessin" ;--# notpresent - VP (Impf Subj Sg P3) => val_ + "gus" ;--# notpresent - VP (Fut Pl P1) => val_ + "drem" ;--# notpresent - VP (Fut Sg P1) => val_ + "dr" ;--# notpresent - VP (Fut Pl P2) => val_ + "dreu" ;--# notpresent - VP (Fut Sg P2) => val_ + "drs" ;--# notpresent - VP (Fut Pl P3) => val_ + "dran" ;--# notpresent - VP (Fut Sg P3) => val_ + "dr" ;--# notpresent - VP (Pret Pl P1) => val_ + "gussim" ;--# notpresent - VP (Pret Sg P1) => val_ + "gus" ;--# notpresent - VP (Pret Pl P2) => val_ + "gussiu" ;--# notpresent - VP (Pret Sg P2) => val_ + "guessis" ;--# notpresent - VP (Pret Pl P3) => val_ + "guessin" ;--# notpresent - VP (Pret Sg P3) => val_ + "gus" ;--# notpresent - VP (Cond Pl P1) => val_ + "drem" ;--# notpresent - VP (Cond Sg P1) => val_ + "dria" ;--# notpresent - VP (Cond Pl P2) => val_ + "dreu" ;--# notpresent - VP (Cond Sg P2) => val_ + "dries" ;--# notpresent - VP (Cond Pl P3) => val_ + "drien" ;--# notpresent - VP (Cond Sg P3) => val_ + "dria" ;--# notpresent - VP (Imp Pl P1) => val_ + "guem" ; - VP (Imp Pl P2) => val_ + "eu" ; - VP (Imp Sg P2) => val_ + "" ; - VP (Imp Pl P3) => val_ + "guin" ; - VP (Imp Sg P3) => val_ + "gui" ; - VP (Pass Pl Fem) => val_ + "gudes" ; - VP (Pass Sg Fem) => val_ + "guda" ; - VP (Pass Pl Masc) => val_ + "guts" ; - VP (Pass Sg Masc) => val_ + "gut" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper vncer_115 : Str -> Verbum = \vncer -> -let v_ = Predef.tk 5 vncer in -{s = table { - VI Ger => v_ + "encent" ; - VI Part => v_ + "enut" ; - VP (Pres Ind Pl P1) => v_ + "encem" ; - VP (Pres Ind Sg P1) => v_ + "eno" ; - VP (Pres Ind Pl P2) => v_ + "enceu" ; - VP (Pres Ind Sg P2) => v_ + "ences" ; - VP (Pres Ind Pl P3) => v_ + "encen" ; - VP (Pres Ind Sg P3) => v_ + "en" ; - VP (Pres Subj Pl P1) => v_ + "encem" ; - VP (Pres Subj Sg P1) => v_ + "enci" ; - VP (Pres Subj Pl P2) => v_ + "enceu" ; - VP (Pres Subj Sg P2) => v_ + "encis" ; - VP (Pres Subj Pl P3) => v_ + "encin" ; - VP (Pres Subj Sg P3) => v_ + "enci" ; - VP (Impf Ind Pl P1) => v_ + "encem" ;--# notpresent - VP (Impf Ind Sg P1) => v_ + "encia" ;--# notpresent - VP (Impf Ind Pl P2) => v_ + "enceu" ;--# notpresent - VP (Impf Ind Sg P2) => v_ + "encies" ;--# notpresent - VP (Impf Ind Pl P3) => v_ + "encien" ;--# notpresent - VP (Impf Ind Sg P3) => v_ + "encia" ;--# notpresent - VP (Impf Subj Pl P1) => v_ + "encssim" ;--# notpresent - VP (Impf Subj Sg P1) => v_ + "encs" ;--# notpresent - VP (Impf Subj Pl P2) => v_ + "encssiu" ;--# notpresent - VP (Impf Subj Sg P2) => v_ + "encessis" ;--# notpresent - VP (Impf Subj Pl P3) => v_ + "encessin" ;--# notpresent - VP (Impf Subj Sg P3) => v_ + "encs" ;--# notpresent - VP (Fut Pl P1) => v_ + "encerem" ;--# notpresent - VP (Fut Sg P1) => v_ + "encer" ;--# notpresent - VP (Fut Pl P2) => v_ + "encereu" ;--# notpresent - VP (Fut Sg P2) => v_ + "encers" ;--# notpresent - VP (Fut Pl P3) => v_ + "enceran" ;--# notpresent - VP (Fut Sg P3) => v_ + "encer" ;--# notpresent - VP (Pret Pl P1) => v_ + "encssim" ;--# notpresent - VP (Pret Sg P1) => v_ + "encs" ;--# notpresent - VP (Pret Pl P2) => v_ + "encssiu" ;--# notpresent - VP (Pret Sg P2) => v_ + "encessis" ;--# notpresent - VP (Pret Pl P3) => v_ + "encessin" ;--# notpresent - VP (Pret Sg P3) => v_ + "encs" ;--# notpresent - VP (Cond Pl P1) => v_ + "encerem" ;--# notpresent - VP (Cond Sg P1) => v_ + "enceria" ;--# notpresent - VP (Cond Pl P2) => v_ + "encereu" ;--# notpresent - VP (Cond Sg P2) => v_ + "enceries" ;--# notpresent - VP (Cond Pl P3) => v_ + "encerien" ;--# notpresent - VP (Cond Sg P3) => v_ + "enceria" ;--# notpresent - VP (Imp Pl P1) => v_ + "encem" ; - VP (Imp Pl P2) => v_ + "enceu" ; - VP (Imp Sg P2) => v_ + "en" ; - VP (Imp Pl P3) => v_ + "encin" ; - VP (Imp Sg P3) => v_ + "enci" ; - VP (Pass Pl Fem) => v_ + "enudes" ; - VP (Pass Sg Fem) => v_ + "enuda" ; - VP (Pass Pl Masc) => v_ + "enuts" ; - VP (Pass Sg Masc) => v_ + "enut" ; - VI Infn => v_ + "ncer" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper vendre_116 : Str -> Verbum = \vendre -> -let ven_ = Predef.tk 3 vendre in -{s = table { - VI Infn => ven_ + "dre" ; - VI Ger => ven_ + "ent" ; - VI Part => ven_ + "ut" ; - VP (Pres Ind Pl P1) => ven_ + "em" ; - VP (Pres Ind Sg P1) => ven_ + "c" ; - VP (Pres Ind Pl P2) => ven_ + "eu" ; - VP (Pres Ind Sg P2) => ven_ + "s" ; - VP (Pres Ind Pl P3) => ven_ + "en" ; - VP (Pres Ind Sg P3) => ven_ + "" ; - VP (Pres Subj Pl P1) => ven_ + "guem" ; - VP (Pres Subj Sg P1) => ven_ + "gui" ; - VP (Pres Subj Pl P2) => ven_ + "gueu" ; - VP (Pres Subj Sg P2) => ven_ + "guis" ; - VP (Pres Subj Pl P3) => ven_ + "guin" ; - VP (Pres Subj Sg P3) => ven_ + "gui" ; - VP (Impf Ind Pl P1) => ven_ + "em" ;--# notpresent - VP (Impf Ind Sg P1) => ven_ + "ia" ;--# notpresent - VP (Impf Ind Pl P2) => ven_ + "eu" ;--# notpresent - VP (Impf Ind Sg P2) => ven_ + "ies" ;--# notpresent - VP (Impf Ind Pl P3) => ven_ + "ien" ;--# notpresent - VP (Impf Ind Sg P3) => ven_ + "ia" ;--# notpresent - VP (Impf Subj Pl P1) => ven_ + "gussim" ;--# notpresent - VP (Impf Subj Sg P1) => ven_ + "gus" ;--# notpresent - VP (Impf Subj Pl P2) => ven_ + "gussiu" ;--# notpresent - VP (Impf Subj Sg P2) => ven_ + "guessis" ;--# notpresent - VP (Impf Subj Pl P3) => ven_ + "guessin" ;--# notpresent - VP (Impf Subj Sg P3) => ven_ + "gus" ;--# notpresent - VP (Fut Pl P1) => ven_ + "drem" ;--# notpresent - VP (Fut Sg P1) => ven_ + "dr" ;--# notpresent - VP (Fut Pl P2) => ven_ + "dreu" ;--# notpresent - VP (Fut Sg P2) => ven_ + "drs" ;--# notpresent - VP (Fut Pl P3) => ven_ + "dran" ;--# notpresent - VP (Fut Sg P3) => ven_ + "dr" ;--# notpresent - VP (Pret Pl P1) => ven_ + "gussim" ;--# notpresent - VP (Pret Sg P1) => ven_ + "gus" ;--# notpresent - VP (Pret Pl P2) => ven_ + "gussiu" ;--# notpresent - VP (Pret Sg P2) => ven_ + "guessis" ;--# notpresent - VP (Pret Pl P3) => ven_ + "guessin" ;--# notpresent - VP (Pret Sg P3) => ven_ + "gus" ;--# notpresent - VP (Cond Pl P1) => ven_ + "drem" ;--# notpresent - VP (Cond Sg P1) => ven_ + "dria" ;--# notpresent - VP (Cond Pl P2) => ven_ + "dreu" ;--# notpresent - VP (Cond Sg P2) => ven_ + "dries" ;--# notpresent - VP (Cond Pl P3) => ven_ + "drien" ;--# notpresent - VP (Cond Sg P3) => ven_ + "dria" ;--# notpresent - VP (Imp Pl P1) => ven_ + "guem" ; - VP (Imp Pl P2) => ven_ + "eu" ; - VP (Imp Sg P2) => ven_ + "" ; - VP (Imp Pl P3) => ven_ + "guin" ; - VP (Imp Sg P3) => ven_ + "gui" ; - VP (Pass Pl Fem) => ven_ + "udes" ; - VP (Pass Sg Fem) => ven_ + "uda" ; - VP (Pass Pl Masc) => ven_ + "uts" ; - VP (Pass Sg Masc) => ven_ + "ut" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper venir_117 : Str -> Verbum = \venir -> -let v_ = Predef.tk 4 venir in -{s = table { - VI Infn => v_ + "enir" ; - VI Ger => v_ + "enint" ; - VI Part => v_ + "ingut" ; - VP (Pres Ind Pl P1) => v_ + "enim" ; - VP (Pres Ind Sg P1) => v_ + "inc" ; - VP (Pres Ind Pl P2) => v_ + "eniu" ; - VP (Pres Ind Sg P2) => v_ + "ns" ; - VP (Pres Ind Pl P3) => v_ + "nen" ; - VP (Pres Ind Sg P3) => v_ + "e" ; - VP (Pres Subj Pl P1) => v_ + "inguem" ; - VP (Pres Subj Sg P1) => v_ + "ingui" ; - VP (Pres Subj Pl P2) => v_ + "ingueu" ; - VP (Pres Subj Sg P2) => v_ + "inguis" ; - VP (Pres Subj Pl P3) => v_ + "inguin" ; - VP (Pres Subj Sg P3) => v_ + "ingui" ; - VP (Impf Ind Pl P1) => v_ + "enem" ;--# notpresent - VP (Impf Ind Sg P1) => v_ + "enia" ;--# notpresent - VP (Impf Ind Pl P2) => v_ + "eneu" ;--# notpresent - VP (Impf Ind Sg P2) => v_ + "enies" ;--# notpresent - VP (Impf Ind Pl P3) => v_ + "enien" ;--# notpresent - VP (Impf Ind Sg P3) => v_ + "enia" ;--# notpresent - VP (Impf Subj Pl P1) => v_ + "ingussim" ;--# notpresent - VP (Impf Subj Sg P1) => v_ + "ingus" ;--# notpresent - VP (Impf Subj Pl P2) => v_ + "ingussiu" ;--# notpresent - VP (Impf Subj Sg P2) => v_ + "inguessis" ;--# notpresent - VP (Impf Subj Pl P3) => v_ + "inguessin" ;--# notpresent - VP (Impf Subj Sg P3) => v_ + "ingus" ;--# notpresent - VP (Fut Pl P1) => v_ + "indrem" ;--# notpresent - VP (Fut Sg P1) => v_ + "indr" ;--# notpresent - VP (Fut Pl P2) => v_ + "indreu" ;--# notpresent - VP (Fut Sg P2) => v_ + "indrs" ;--# notpresent - VP (Fut Pl P3) => v_ + "indran" ;--# notpresent - VP (Fut Sg P3) => v_ + "indr" ;--# notpresent - VP (Pret Pl P1) => v_ + "ingussim" ;--# notpresent - VP (Pret Sg P1) => v_ + "ingus" ;--# notpresent - VP (Pret Pl P2) => v_ + "ingussiu" ;--# notpresent - VP (Pret Sg P2) => v_ + "inguessis" ;--# notpresent - VP (Pret Pl P3) => v_ + "inguessin" ;--# notpresent - VP (Pret Sg P3) => v_ + "ingus" ;--# notpresent - VP (Cond Pl P1) => v_ + "indrem" ;--# notpresent - VP (Cond Sg P1) => v_ + "indria" ;--# notpresent - VP (Cond Pl P2) => v_ + "indreu" ;--# notpresent - VP (Cond Sg P2) => v_ + "indries" ;--# notpresent - VP (Cond Pl P3) => v_ + "indrien" ;--# notpresent - VP (Cond Sg P3) => v_ + "indria" ;--# notpresent - VP (Imp Pl P1) => v_ + "inguem" ; - VP (Imp Pl P2) => v_ + "eniu" ; - VP (Imp Sg P2) => v_ + "ine" ; - VP (Imp Pl P3) => v_ + "inguin" ; - VP (Imp Sg P3) => v_ + "ingui" ; - VP (Pass Pl Fem) => v_ + "ingudes" ; - VP (Pass Sg Fem) => v_ + "inguda" ; - VP (Pass Pl Masc) => v_ + "inguts" ; - VP (Pass Sg Masc) => v_ + "ingut" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper veure_118 : Str -> Verbum = \veure -> -let v_ = Predef.tk 4 veure in -{s = table { - VI Infn => v_ + "eure" ; - VI Ger => v_ + "eient" ; - VI Part => v_ + "ist" ; - VP (Pres Ind Pl P1) => v_ + "eiem" ; - VP (Pres Ind Sg P1) => v_ + "eig" ; - VP (Pres Ind Pl P2) => v_ + "eieu" ; - VP (Pres Ind Sg P2) => v_ + "eus" ; - VP (Pres Ind Pl P3) => v_ + "euen" ; - VP (Pres Ind Sg P3) => v_ + "eu" ; - VP (Pres Subj Pl P1) => v_ + "egem" ; - VP (Pres Subj Sg P1) => v_ + "egi" ; - VP (Pres Subj Pl P2) => v_ + "egeu" ; - VP (Pres Subj Sg P2) => v_ + "egis" ; - VP (Pres Subj Pl P3) => v_ + "egin" ; - VP (Pres Subj Sg P3) => v_ + "egi" ; - VP (Impf Ind Pl P1) => v_ + "iem" ;--# notpresent - VP (Impf Ind Sg P1) => v_ + "eia" ;--# notpresent - VP (Impf Ind Pl P2) => v_ + "ieu" ;--# notpresent - VP (Impf Ind Sg P2) => v_ + "eies" ;--# notpresent - VP (Impf Ind Pl P3) => v_ + "eien" ;--# notpresent - VP (Impf Ind Sg P3) => v_ + "eia" ;--# notpresent - VP (Impf Subj Pl P1) => v_ + "eissim" ;--# notpresent - VP (Impf Subj Sg P1) => v_ + "eis" ;--# notpresent - VP (Impf Subj Pl P2) => v_ + "eissiu" ;--# notpresent - VP (Impf Subj Sg P2) => v_ + "eiessis" ;--# notpresent - VP (Impf Subj Pl P3) => v_ + "eiessin" ;--# notpresent - VP (Impf Subj Sg P3) => v_ + "eis" ;--# notpresent - VP (Fut Pl P1) => v_ + "eurem" ;--# notpresent - VP (Fut Sg P1) => v_ + "eur" ;--# notpresent - VP (Fut Pl P2) => v_ + "eureu" ;--# notpresent - VP (Fut Sg P2) => v_ + "eurs" ;--# notpresent - VP (Fut Pl P3) => v_ + "euran" ;--# notpresent - VP (Fut Sg P3) => v_ + "eur" ;--# notpresent - VP (Pret Pl P1) => v_ + "eissim" ;--# notpresent - VP (Pret Sg P1) => v_ + "eis" ;--# notpresent - VP (Pret Pl P2) => v_ + "eissiu" ;--# notpresent - VP (Pret Sg P2) => v_ + "eiessis" ;--# notpresent - VP (Pret Pl P3) => v_ + "eiessin" ;--# notpresent - VP (Pret Sg P3) => v_ + "eis" ;--# notpresent - VP (Cond Pl P1) => v_ + "eurem" ;--# notpresent - VP (Cond Sg P1) => v_ + "euria" ;--# notpresent - VP (Cond Pl P2) => v_ + "eureu" ;--# notpresent - VP (Cond Sg P2) => v_ + "euries" ;--# notpresent - VP (Cond Pl P3) => v_ + "eurien" ;--# notpresent - VP (Cond Sg P3) => v_ + "euria" ;--# notpresent - VP (Imp Pl P1) => v_ + "egem" ; - VP (Imp Pl P2) => v_ + "egeu" ; - VP (Imp Sg P2) => v_ + "eges" ; - VP (Imp Pl P3) => v_ + "egin" ; - VP (Imp Sg P3) => v_ + "egi" ; - VP (Pass Pl Fem) => v_ + "istes" ; - VP (Pass Sg Fem) => v_ + "ista" ; - VP (Pass Pl Masc) => v_ + "ists" ; - VP (Pass Sg Masc) => v_ + "ist" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper viure_119 : Str -> Verbum = \viure -> -let vi_ = Predef.tk 3 viure in -{s = table { - VI Infn => vi_ + "ure" ; - VI Ger => vi_ + "vint" ; - VI Part => vi_ + "scut" ; - VP (Pres Ind Pl P1) => vi_ + "vim" ; - VP (Pres Ind Sg P1) => vi_ + "sc" ; - VP (Pres Ind Pl P2) => vi_ + "viu" ; - VP (Pres Ind Sg P2) => vi_ + "us" ; - VP (Pres Ind Pl P3) => vi_ + "uen" ; - VP (Pres Ind Sg P3) => vi_ + "u" ; - VP (Pres Subj Pl P1) => vi_ + "squem" ; - VP (Pres Subj Sg P1) => vi_ + "squi" ; - VP (Pres Subj Pl P2) => vi_ + "squeu" ; - VP (Pres Subj Sg P2) => vi_ + "squis" ; - VP (Pres Subj Pl P3) => vi_ + "squin" ; - VP (Pres Subj Sg P3) => vi_ + "squi" ; - VP (Impf Ind Pl P1) => vi_ + "vem" ;--# notpresent - VP (Impf Ind Sg P1) => vi_ + "via" ;--# notpresent - VP (Impf Ind Pl P2) => vi_ + "veu" ;--# notpresent - VP (Impf Ind Sg P2) => vi_ + "vies" ;--# notpresent - VP (Impf Ind Pl P3) => vi_ + "vien" ;--# notpresent - VP (Impf Ind Sg P3) => vi_ + "via" ;--# notpresent - VP (Impf Subj Pl P1) => vi_ + "squssim" ;--# notpresent - VP (Impf Subj Sg P1) => vi_ + "squs" ;--# notpresent - VP (Impf Subj Pl P2) => vi_ + "squssiu" ;--# notpresent - VP (Impf Subj Sg P2) => vi_ + "squessis" ;--# notpresent - VP (Impf Subj Pl P3) => vi_ + "squessin" ;--# notpresent - VP (Impf Subj Sg P3) => vi_ + "squs" ;--# notpresent - VP (Fut Pl P1) => vi_ + "urem" ;--# notpresent - VP (Fut Sg P1) => vi_ + "ur" ;--# notpresent - VP (Fut Pl P2) => vi_ + "ureu" ;--# notpresent - VP (Fut Sg P2) => vi_ + "urs" ;--# notpresent - VP (Fut Pl P3) => vi_ + "uran" ;--# notpresent - VP (Fut Sg P3) => vi_ + "ur" ;--# notpresent - VP (Pret Pl P1) => vi_ + "squssim" ;--# notpresent - VP (Pret Sg P1) => vi_ + "squs" ;--# notpresent - VP (Pret Pl P2) => vi_ + "squssiu" ;--# notpresent - VP (Pret Sg P2) => vi_ + "squessis" ;--# notpresent - VP (Pret Pl P3) => vi_ + "squessin" ;--# notpresent - VP (Pret Sg P3) => vi_ + "squs" ;--# notpresent - VP (Cond Pl P1) => vi_ + "urem" ;--# notpresent - VP (Cond Sg P1) => vi_ + "uria" ;--# notpresent - VP (Cond Pl P2) => vi_ + "ureu" ;--# notpresent - VP (Cond Sg P2) => vi_ + "uries" ;--# notpresent - VP (Cond Pl P3) => vi_ + "urien" ;--# notpresent - VP (Cond Sg P3) => vi_ + "uria" ;--# notpresent - VP (Imp Pl P1) => vi_ + "squem" ; - VP (Imp Pl P2) => vi_ + "viu" ; - VP (Imp Sg P2) => vi_ + "u" ; - VP (Imp Pl P3) => vi_ + "squin" ; - VP (Imp Sg P3) => vi_ + "squi" ; - VP (Pass Pl Fem) => vi_ + "scudes" ; - VP (Pass Sg Fem) => vi_ + "scuda" ; - VP (Pass Pl Masc) => vi_ + "scuts" ; - VP (Pass Sg Masc) => vi_ + "scut" ; -VP (Imp Sg P1) => variants {} -} -} ; - -oper voler_120 : Str -> Verbum = \voler -> -let x_ = Predef.tk 5 voler in -{s = table { - VI Infn => x_ + "oler" ; - VI Ger => x_ + "olent" ; - VI Part => x_ + "olgut" ; - VP (Pres Ind Pl P1) => x_ + "olem" ; - VP (Pres Ind Sg P1) => x_ + "ull" ; - VP (Pres Ind Pl P2) => x_ + "oleu" ; - VP (Pres Ind Sg P2) => x_ + "ols" ; - VP (Pres Ind Pl P3) => x_ + "olen" ; - VP (Pres Ind Sg P3) => x_ + "ol" ; - VP (Pres Subj Pl P1) => x_ + "ulguem" ; - VP (Pres Subj Sg P1) => x_ + "ulgui" ; - VP (Pres Subj Pl P2) => x_ + "ulgueu" ; - VP (Pres Subj Sg P2) => x_ + "ulguis" ; - VP (Pres Subj Pl P3) => x_ + "ulguin" ; - VP (Pres Subj Sg P3) => x_ + "ulgui" ; - VP (Impf Ind Pl P1) => x_ + "olem" ;--# notpresent - VP (Impf Ind Sg P1) => x_ + "olia" ;--# notpresent - VP (Impf Ind Pl P2) => x_ + "oleu" ;--# notpresent - VP (Impf Ind Sg P2) => x_ + "olies" ;--# notpresent - VP (Impf Ind Pl P3) => x_ + "olien" ;--# notpresent - VP (Impf Ind Sg P3) => x_ + "olia" ;--# notpresent - VP (Impf Subj Pl P1) => x_ + "olgussim" ;--# notpresent - VP (Impf Subj Sg P1) => x_ + "olgus" ;--# notpresent - VP (Impf Subj Pl P2) => x_ + "olgussiu" ;--# notpresent - VP (Impf Subj Sg P2) => x_ + "olguessis" ;--# notpresent - VP (Impf Subj Pl P3) => x_ + "olguessin" ;--# notpresent - VP (Impf Subj Sg P3) => x_ + "olgus" ;--# notpresent - VP (Fut Pl P1) => x_ + "oldrem" ;--# notpresent - VP (Fut Sg P1) => x_ + "oldr" ;--# notpresent - VP (Fut Pl P2) => x_ + "oldreu" ;--# notpresent - VP (Fut Sg P2) => x_ + "oldrs" ;--# notpresent - VP (Fut Pl P3) => x_ + "oldran" ;--# notpresent - VP (Fut Sg P3) => x_ + "oldr" ;--# notpresent - VP (Pret Pl P1) => x_ + "olgussim" ;--# notpresent - VP (Pret Sg P1) => x_ + "olgus" ;--# notpresent - VP (Pret Pl P2) => x_ + "olgussiu" ;--# notpresent - VP (Pret Sg P2) => x_ + "olguessis" ;--# notpresent - VP (Pret Pl P3) => x_ + "olguessin" ;--# notpresent - VP (Pret Sg P3) => x_ + "olgus" ;--# notpresent - VP (Cond Pl P1) => x_ + "oldrem" ;--# notpresent - VP (Cond Sg P1) => x_ + "oldria" ;--# notpresent - VP (Cond Pl P2) => x_ + "oldreu" ;--# notpresent - VP (Cond Sg P2) => x_ + "oldries" ;--# notpresent - VP (Cond Pl P3) => x_ + "oldrien" ;--# notpresent - VP (Cond Sg P3) => x_ + "oldria" ;--# notpresent - VP (Imp Pl P1) => x_ + "ulguem" ; - VP (Imp Pl P2) => x_ + "ulgueu" ; - VP (Imp Sg P2) => x_ + "ulgues" ; - VP (Imp Pl P3) => x_ + "ulguin" ; - VP (Imp Sg P3) => x_ + "ulgui" ; - VP (Pass Pl Fem) => x_ + "olgudes" ; - VP (Pass Sg Fem) => x_ + "olguda" ; - VP (Pass Pl Masc) => x_ + "olguts" ; - VP (Pass Sg Masc) => x_ + "olgut" ; - VI Infn => x_ + "oler" ; - VI Ger => x_ + "olent" ; - VI Part => x_ + "olgut" ; - VP (Pres Ind Pl P1) => x_ + "olem" ; - VP (Pres Ind Sg P1) => x_ + "ull" ; - VP (Pres Ind Pl P2) => x_ + "oleu" ; - VP (Pres Ind Sg P2) => x_ + "ols" ; - VP (Pres Ind Pl P3) => x_ + "olen" ; - VP (Pres Ind Sg P3) => x_ + "ol" ; - VP (Pres Subj Pl P1) => x_ + "ulguem" ; - VP (Pres Subj Sg P1) => x_ + "ulgui" ; - VP (Pres Subj Pl P2) => x_ + "ulgueu" ; - VP (Pres Subj Sg P2) => x_ + "ulguis" ; - VP (Pres Subj Pl P3) => x_ + "ulguin" ; - VP (Pres Subj Sg P3) => x_ + "ulgui" ; - VP (Impf Ind Pl P1) => x_ + "olem" ;--# notpresent - VP (Impf Ind Sg P1) => x_ + "olia" ;--# notpresent - VP (Impf Ind Pl P2) => x_ + "oleu" ;--# notpresent - VP (Impf Ind Sg P2) => x_ + "olies" ;--# notpresent - VP (Impf Ind Pl P3) => x_ + "olien" ;--# notpresent - VP (Impf Ind Sg P3) => x_ + "olia" ;--# notpresent - VP (Impf Subj Pl P1) => x_ + "olgussim" ;--# notpresent - VP (Impf Subj Sg P1) => x_ + "olgus" ;--# notpresent - VP (Impf Subj Pl P2) => x_ + "olgussiu" ;--# notpresent - VP (Impf Subj Sg P2) => x_ + "olguessis" ;--# notpresent - VP (Impf Subj Pl P3) => x_ + "olguessin" ;--# notpresent - VP (Impf Subj Sg P3) => x_ + "olgus" ;--# notpresent - VP (Fut Pl P1) => x_ + "oldrem" ;--# notpresent - VP (Fut Sg P1) => x_ + "oldr" ;--# notpresent - VP (Fut Pl P2) => x_ + "oldreu" ;--# notpresent - VP (Fut Sg P2) => x_ + "oldrs" ;--# notpresent - VP (Fut Pl P3) => x_ + "oldran" ;--# notpresent - VP (Fut Sg P3) => x_ + "oldr" ;--# notpresent - VP (Pret Pl P1) => x_ + "olgussim" ;--# notpresent - VP (Pret Sg P1) => x_ + "olgus" ;--# notpresent - VP (Pret Pl P2) => x_ + "olgussiu" ;--# notpresent - VP (Pret Sg P2) => x_ + "olguessis" ;--# notpresent - VP (Pret Pl P3) => x_ + "olguessin" ;--# notpresent - VP (Pret Sg P3) => x_ + "olgus" ;--# notpresent - VP (Cond Pl P1) => x_ + "oldrem" ;--# notpresent - VP (Cond Sg P1) => x_ + "oldria" ;--# notpresent - VP (Cond Pl P2) => x_ + "oldreu" ;--# notpresent - VP (Cond Sg P2) => x_ + "oldries" ;--# notpresent - VP (Cond Pl P3) => x_ + "oldrien" ;--# notpresent - VP (Cond Sg P3) => x_ + "oldria" ;--# notpresent - VP (Imp Pl P1) => x_ + "ulguem" ; - VP (Imp Pl P2) => x_ + "ulgueu" ; - VP (Imp Sg P2) => x_ + "ulgues" ; - VP (Imp Pl P3) => x_ + "ulguin" ; - VP (Imp Sg P3) => x_ + "ulgui" ; - VP (Pass Pl Fem) => x_ + "olgudes" ; - VP (Pass Sg Fem) => x_ + "olguda" ; - VP (Pass Pl Masc) => x_ + "olguts" ; - VP (Pass Sg Masc) => x_ + "olgut" ; -VP (Imp Sg P1) => variants {} -} -} ; --- Verbs: conversion from full verbs to present-tense verbs. - - verbBesch : {s : VFB => Str} -> {s : CommonRomance.VF => Str} = \amar -> {s = table { - VInfin _ => amar.s ! VI Infn ; - VFin (VPres Indic) n p => amar.s ! VP (Pres Ind n p) ; - VFin (VPres Conjunct) n p => amar.s ! VP (Pres Sub n p) ; - VFin (VImperf Indic) n p => amar.s ! VP (Impf Ind n p) ; --# notpresent --# notpresent - VFin (VImperf Conjunct) n p => amar.s ! VP (Impf Sub n p) ; --# notpresent --# notpresent - VFin VPasse n p => amar.s ! VP (Pret n p) ; --# notpresent --# notpresent - VFin VFut n p => amar.s ! VP (Fut n p) ; --# notpresent --# notpresent - VFin VCondit n p => amar.s ! VP (Cond n p) ; --# notpresent --# notpresent - VImper SgP2 => amar.s ! VP (Imp Sg P2) ; - VImper PlP1 => amar.s ! VP (Imp Pl P1) ; - VImper PlP2 => amar.s ! VP (Imp Pl P2) ; - VPart g n => amar.s ! VP (Pass n g) ; - VGer => amar.s ! VI Ger - } - } ; --- --- ----- The full conjunction is a table on $VForm$: --- -param - VImpers = - Infn - | Ger - | Part - ; - - Mode = Ind | Sub ; - - VPers = - Pres Mode Number Person - | Impf Mode Number Person --# notpresent --# notpresent - | Pret Number Person --# notpresent --# notpresent - | Fut Number Person --# notpresent --# notpresent - | Cond Number Person --# notpresent --# notpresent - | Imp Number Person - | Pass Number Gender - ; - - VFB = - VI VImpers - | VP VPers - ; --- --- -} diff --git a/old-lib/resource/catalan/CatCat.gf b/old-lib/resource/catalan/CatCat.gf deleted file mode 100644 index 7285852b1..000000000 --- a/old-lib/resource/catalan/CatCat.gf +++ /dev/null @@ -1,4 +0,0 @@ ---# -path=.:../romance:../abstract:../common:prelude - -concrete CatCat of Cat = CommonX - [Tense,TPres,TPast,TFut,TCond] ** CatRomance with -- JS restore TPast for notpresent - (ResRomance = ResCat) ; diff --git a/old-lib/resource/catalan/CompatibilityCat.gf b/old-lib/resource/catalan/CompatibilityCat.gf deleted file mode 100644 index e12287c45..000000000 --- a/old-lib/resource/catalan/CompatibilityCat.gf +++ /dev/null @@ -1,11 +0,0 @@ ---# -path=.:../romance:../abstract:../common - -concrete CompatibilityCat of Compatibility = CatCat ** 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/old-lib/resource/catalan/ConjunctionCat.gf b/old-lib/resource/catalan/ConjunctionCat.gf deleted file mode 100644 index 822f29ebc..000000000 --- a/old-lib/resource/catalan/ConjunctionCat.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete ConjunctionCat of Conjunction = CatCat ** ConjunctionRomance with - (ResRomance = ResCat) ; diff --git a/old-lib/resource/catalan/DiffCat.gf b/old-lib/resource/catalan/DiffCat.gf deleted file mode 100644 index 1b41659f3..000000000 --- a/old-lib/resource/catalan/DiffCat.gf +++ /dev/null @@ -1,179 +0,0 @@ ---# -path=.:../romance:../abstract:../common:prelude - -instance DiffCat of DiffRomance = open CommonRomance, PhonoCat, BeschCat, Prelude in { - - flags optimize=noexpand ; - - 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 : Gender -> Number -> Case -> Str = \g,n,c -> - case of { - => pre {"del" ; ["de l'"] / vocalForta} ; - => pre {"al" ; ["a l'"] / vocalForta} ; - => elisEl ; - => prepCase c ++ elisLa ; - <_, Pl, CPrep P_de> => "dels" ; - <_, Pl, CPrep P_a> => "als" ; - => "els" ; - => "les" - } ; - - - - artIndef = \g,n,c -> case of { - => genForms ["d' un"] ["d' una"] ! g ; - => genForms ["d' uns"] ["d' unes"] ! g ; - => prepCase c ++ genForms "un" "una" ! g ; - => prepCase c ++ genForms "uns" "unes" ! g - } ; - - - - possCase = \_,_,c -> prepCase c ; - - partitive = \g,c -> case c of { - CPrep P_de => "de" ; - _ => prepCase c ++ artDef g Sg (CPrep P_de) - } ; - - conjunctCase : NPForm -> NPForm = \c -> case c of { - Ton Nom | Aton Nom => Ton Nom ; - _ => Ton Acc - } ; - - auxVerb : VType -> (VF => Str) = \_ -> haver_V.s ; - - partAgr : VType -> VPAgr = \vtyp -> vpAgrNone ; - - 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> - } - in case of { - ---- AR 8/6/2008 efficiency problem in pgf generation: - ---- replace the case expr with - ---- a constant produces an error in V3 predication with two pronouns - ---- => <"se" ++ paccp.p1, [],True> ; - _ => - } ; - - --case of { - -- => <"te" ++ "me", []> ; - -- <_,_,CPron {n = Sg ; p = P2},CPron {n = Sg ; p = P1}> => <"te" ++ "me", []> ; - - infForm _ _ _ _ = True ; - - mkImperative _ p vp = { --- politeness - s = \\pol,aag => - let - agr = aag ** {p = p} ; - verb = case of { - => (vp.s ! VPFinite (VPres Conjunct) Simul).fin ! agr ; - _ => (vp.s ! VPImperat).fin ! agr - } ; - neg = vp.neg ! pol ; - clpr = pronArg agr.n agr.p vp.clAcc vp.clDat ; - compl = neg.p2 ++ clpr.p2 ++ vp.comp ! agr ++ vp.ext ! pol - in - neg.p1 ++ verb ++ bindIf clpr.p3 ++ clpr.p1 ++ compl ; - } ; - - negation : Polarity => (Str * Str) = table { - Pos => <[],[]> ; - Neg => <"no",[]> - } ; - - conjThan = "que" ; - conjThat = "que" ; - subjIf = "si" ; - - - - clitInf b cli inf = inf ++ bindIf b ++ cli ; --- JS copied from DiffSpa - - 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 "tal" "tal" "tals" "tals" ; - - quelPron : AAgr => Str = aagrForms "qual" "qual" "quals" "quals" ; - - 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 of { - <_,Sg,P1> => cases "em" "m" ; - <_,Sg,P2> => cases "et" "t" ; - <_,Pl,P1> => cases "ens" "nosaltres" ; --- nosotros - <_,Pl,P2> => cases "us" "vosaltres" ; --- vosotros - => cases3 "la" "li" "ella" ; - => cases3 "el" "li" "ell" ; - => cases3 "les" "les" "elles" ; - => cases3 "els" "els" "ells" - } ; - - vRefl : VType = VRefl ; - isVRefl : VType -> Bool = \ty -> case ty of { - VRefl => True ; - _ => False - } ; - - auxPassive : Verb = copula ; - - copula = verbBeschH (ser_52 "ser") ; - - haver_V : Verb = verbBeschH (haver_59 "haver") ; - - verbBeschH : Verbum -> Verb = \v -> verbBesch v ** {vtyp = VHabere} ; - -} diff --git a/old-lib/resource/catalan/ExtraCat.gf b/old-lib/resource/catalan/ExtraCat.gf deleted file mode 100644 index 8af5639e4..000000000 --- a/old-lib/resource/catalan/ExtraCat.gf +++ /dev/null @@ -1,47 +0,0 @@ -concrete ExtraCat of ExtraCatAbs = ExtraRomanceCat ** - open CommonRomance, PhonoCat, MorphoCat, ParadigmsCat, ParamX, ResCat in { - --- lin --- i8fem_Pron = mkPronoun --- "yo" "me" "me" "m" --- "mi" "mi" "mis" "mis" --- Fem Sg P1 ; --- these8fem_NP = mkNP ["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 = mkNP ["esas"] Fem Pl ; - --- we8fem_Pron = mkPronoun --- "nosotras" "nos" "nos" "nosotras" --- "nuestro" "nuestra" "nuestros" "nuestras" --- Fem Pl P1 ; --- whoPl8fem_IP = {s = \\c => prepCase c ++ "quin" ; a = aagr Fem Pl} ; --- whoSg8fem_IP = {s = \\c => prepCase c ++ "quin" ; a = aagr Fem Sg} ; - --- youSg8fem_Pron = mkPronoun --- "tu" "te" "te" "t" --- "tu" "tu" "tus" "tus" --- Fem Sg P2 ; --- youPl8fem_Pron = mkPronoun --- "vosotras" "vos" "vos" "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" "las" "les" "usted" --- "su" "su" "sus" "sus" --- Masc Pl P3 ; --- youPolPl8fem_Pron = mkPronoun --- "ustedes" "las" "les" "usted" --- "su" "su" "sus" "sus" --- Fem Pl P3 ; - - -} diff --git a/old-lib/resource/catalan/ExtraCatAbs.gf b/old-lib/resource/catalan/ExtraCatAbs.gf deleted file mode 100644 index ac8288d5b..000000000 --- a/old-lib/resource/catalan/ExtraCatAbs.gf +++ /dev/null @@ -1,28 +0,0 @@ --- Structures special for Catalan. These are not implemented in other --- Romance languages. - -abstract ExtraCatAbs = 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 ; - -} diff --git a/old-lib/resource/catalan/ExtraRomanceCat.gf b/old-lib/resource/catalan/ExtraRomanceCat.gf deleted file mode 100644 index f74a467fc..000000000 --- a/old-lib/resource/catalan/ExtraRomanceCat.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete ExtraRomanceCat of ExtraRomanceAbs = CatCat ** ExtraRomance with - (ResRomance = ResCat) ; diff --git a/old-lib/resource/catalan/GrammarCat.gf b/old-lib/resource/catalan/GrammarCat.gf deleted file mode 100644 index 6aeda2ef8..000000000 --- a/old-lib/resource/catalan/GrammarCat.gf +++ /dev/null @@ -1,22 +0,0 @@ ---# -path=.:../romance:../abstract:../common:prelude - -concrete GrammarCat of Grammar = - NounCat, - VerbCat, - AdjectiveCat, - AdverbCat, - NumeralCat, - SentenceCat, - QuestionCat, - RelativeCat, - ConjunctionCat, - PhraseCat, - TextX - [Tense,TPres,TPast,TFut,TCond], - IdiomCat, - StructuralCat - - ** { - -flags startcat = Phr ; unlexer = text ; lexer = text ; - -} ; diff --git a/old-lib/resource/catalan/IdiomCat.gf b/old-lib/resource/catalan/IdiomCat.gf deleted file mode 100644 index 5b82047aa..000000000 --- a/old-lib/resource/catalan/IdiomCat.gf +++ /dev/null @@ -1,52 +0,0 @@ -concrete IdiomCat of Idiom = CatCat ** - open MorphoCat, ParadigmsCat, BeschCat, Prelude in { - - flags optimize=all_subs ; - - lin - ExistNP np = mkClause [] True (agrP3 Masc Sg) - (insertClit2 "hi" (insertComplement (\\_ => np.s ! Ton Acc) (predV haver_V))) ; - GenericCl vp = mkClause "hom" True (agrP3 Masc Sg) vp ; - ImpersCl vp = mkClause [] True (agrP3 Masc Sg) vp ; - - - ProgrVP vpr = let vp = useVP vpr in - insertComplement - (\\agr => - let - clpr = pronArg agr.n agr.p vp.clAcc vp.clDat ; - obj = clpr.p2 ++ vp.comp ! agr ++ vp.ext ! Pos ---- pol - in - (vp.s ! VPGerund).inf ! (aagr agr.g agr.n) ++ clpr.p1 ++ obj - ) - (predV (verbV (estar_54 "estar"))) ; - -----AR, for completeness - - CleftNP np rs = mkClause [] True (agrP3 Masc Sg) - (insertComplement (\\_ => rs.s ! Indic ! np.a) - (insertComplement (\\_ => np.s ! Ton rs.c) (predV copula))) ; - - - ExistIP ip = { - s = \\t,a,p,_ => - ip.s ! Nom ++ - (mkClause [] True - (agrP3 Masc Sg) - (insertClit2 "hi" (insertComplement (\\_ => ip.s ! Acc) (predV haver_V)))) - .s ! DDir ! t ! a ! p ! Indic - } ; - - ImpPl1 vpr = let vp = useVP vpr in {s = - (mkImperative False P1 vp).s ! Pos ! {n = Pl ; g = Masc} --- fem - } ; - - CleftAdv ad s = mkClause [] True (agrP3 Masc Sg) - (insertComplement (\\_ => conjThat ++ s.s ! Indic) - (insertComplement (\\_ => ad.s) (predV copula))) ; - - - - - -} diff --git a/old-lib/resource/catalan/IrregCat.gf b/old-lib/resource/catalan/IrregCat.gf deleted file mode 100644 index c1078109c..000000000 --- a/old-lib/resource/catalan/IrregCat.gf +++ /dev/null @@ -1,1121 +0,0 @@ ---# -path=.:../romance:../abstract:../common:prelude --- machine-generated GF file from Andersson & Sderberg's MSc work -concrete IrregCat of IrregCatAbs = CatCat ** -open CommonRomance, ParadigmsCat, BeschCat in { -flags optimize=values ; - -lin haver_V = verbV -{s = table (BeschCat.VFB) [ - {-VI Infn=>-} "haver" ; - {-VI Ger =>-} "havent" ; - {-VI Part =>-} "hagut" ; - {-VP (Pres Ind Sg P1) =>-} variants {"he" ; "haig"} ; - {-VP (Pres Ind Sg P2) =>-} "has" ; - {-VP (Pres Ind Sg P3) =>-} "ha" ; - {-VP (Pres Ind Pl P1) =>-} variants {"hem" ; "havem"} ; - {-VP (Pres Ind Pl P2) =>-} variants {"heu" ; "haveu"} ; - {-VP (Pres Ind Pl P3) =>-} "han" ; - {-VP (Pres Subj Sg P1) =>-} "hagi" ; - {-VP (Pres Subj Sg P2) =>-} "hagis" ; - {-VP (Pres Subj Sg P3) =>-} "hagi" ; - {-VP (Pres Subj Pl P1) =>-} "hgim" ; - {-VP (Pres Subj Pl P2) =>-} "hgiu" ; - {-VP (Pres Subj Pl P3) =>-} "hagin" ; - {-VP (Impf Ind Sg P1) =>-} "havia" ; --# notpresent - {-VP (Impf Ind Sg P2) =>-} "havies" ; --# notpresent - {-VP (Impf Ind Sg P3) =>-} "havia" ; --# notpresent - {-VP (Impf Ind Pl P1) =>-} "havem" ; --# notpresent - {-VP (Impf Ind Pl P2) =>-} "haveu" ; --# notpresent - {-VP (Impf Ind Pl P3) =>-} "havien" ; --# notpresent - {-VP (Impf Subj Sg P1) =>-} "hagus" ; --# notpresent - {-VP (Impf Subj Sg P2) =>-} "haguessis" ; --# notpresent - {-VP (Impf Subj Sg P3) =>-} "hagus" ; --# notpresent - {-VP (Impf Subj Pl P1) =>-} "hagussim" ; --# notpresent - {-VP (Impf Subj Pl P2) =>-} "hagussiu" ; --# notpresent - {-VP (Impf Subj Pl P3) =>-} "haguessin" ; --# notpresent - {-VP (Pret Sg P1) =>-} "hagu" ; --# notpresent - {-VP (Pret Sg P2) =>-} "hagueres" ; --# notpresent - {-VP (Pret Sg P3) =>-} "hagu" ; --# notpresent - {-VP (Pret Pl P1) =>-} "hagurem" ; --# notpresent - {-VP (Pret Pl P2) =>-} "hagureu" ; --# notpresent - {-VP (Pret Pl P3) =>-} "hagueren" ; --# notpresent - {-VP (Fut Sg P1) =>-} "haur" ; --# notpresent - {-VP (Fut Sg P2) =>-} "haurs" ; --# notpresent - {-VP (Fut Sg P3) =>-} "haur" ; --# notpresent - {-VP (Fut Pl P1) =>-} "haurem" ; --# notpresent - {-VP (Fut Pl P2) =>-} "haureu" ; --# notpresent - {-VP (Fut Pl P3) =>-} "hauran" ; --# notpresent - {-VP (Cond Sg P1) =>-} "hauria" ; --# notpresent - {-VP (Cond Sg P2) =>-} "hauries" ; --# notpresent - {-VP (Cond Sg P3) =>-} "hauria" ; --# notpresent - {-VP (Cond Pl P1) =>-} "haurem" ; --# notpresent - {-VP (Cond Pl P2) =>-} "haureu" ; --# notpresent - {-VP (Cond Pl P3) =>-} "haurien" ; --# notpresent - {-VP (Imp Sg P1) =>-} variants {} ; - {-VP (Imp Sg P2) =>-} variants {} ; - {-VP (Imp Sg P3) =>-} variants {} ; - {-VP (Imp Pl P1) =>-} variants {} ; - {-VP (Imp Pl P2) =>-} variants {} ; - {-VP (Imp Pl P3) =>-} variants {} ; - {-VP (Pass Sg Masc) =>-} "hagut" ; - {-VP (Pass Sg Fem) =>-} "haguda" ; - {-VP (Pass Pl Masc) =>-} "haguts" ; - {-VP (Pass Pl Fem) =>-} "hagudes" - ] - } ; - -lin estar_V = verbV -{s = table (BeschCat.VFB) [ -{-VI Infn =>-} "estar" ; -{-VI Ger =>-} "estant" ; -{-VI Part =>-} "estat" ; -{-VP (Pres Ind Pl P1) =>-} "estem" ; -{-VP (Pres Ind Sg P1) =>-} "estic" ; -{-VP (Pres Ind Pl P2) =>-} "esteu" ; -{-VP (Pres Ind Sg P2) =>-} "ests" ; -{-VP (Pres Ind Pl P3) =>-} "estan" ; -{-VP (Pres Ind Sg P3) =>-} "est" ; -{-VP (Pres Subj Pl P1) =>-} "estiguem" ; -{-VP (Pres Subj Sg P1) =>-} "estigui" ; -{-VP (Pres Subj Pl P2) =>-} "estigueu" ; -{-VP (Pres Subj Sg P2) =>-} "estiguis" ; -{-VP (Pres Subj Pl P3) =>-} "estiguin" ; -{-VP (Pres Subj Sg P3) =>-} "estigui" ; -{-VP (Impf Ind Pl P1) =>-} "estvem" ;--# notpresent -{-VP (Impf Ind Sg P1) =>-} "estava" ;--# notpresent -{-VP (Impf Ind Pl P2) =>-} "estveu" ;--# notpresent -{-VP (Impf Ind Sg P2) =>-} "estaves" ;--# notpresent -{-VP (Impf Ind Pl P3) =>-} "estaven" ;--# notpresent -{-VP (Impf Ind Sg P3) =>-} "estava" ;--# notpresent -{-VP (Impf Subj Pl P1) =>-} "estigussim" ;--# notpresent -{-VP (Impf Subj Sg P1) =>-} "estigus" ;--# notpresent -{-VP (Impf Subj Pl P2) =>-} "estigussiu" ;--# notpresent -{-VP (Impf Subj Sg P2) =>-} "estiguessis" ;--# notpresent -{-VP (Impf Subj Pl P3) =>-} "estiguessin" ;--# notpresent -{-VP (Impf Subj Sg P3) =>-} "estigus" ;--# notpresent -{-VP (Fut Pl P1) =>-} "estarem" ;--# notpresent -{-VP (Fut Sg P1) =>-} "estar" ;--# notpresent -{-VP (Fut Pl P2) =>-} "estareu" ;--# notpresent -{-VP (Fut Sg P2) =>-} "estars" ;--# notpresent -{-VP (Fut Pl P3) =>-} "estaran" ;--# notpresent -{-VP (Fut Sg P3) =>-} "estar" ;--# notpresent -{-VP (Pret Pl P1) =>-} "estigussim" ;--# notpresent -{-VP (Pret Sg P1) =>-} "estigus" ;--# notpresent -{-VP (Pret Pl P2) =>-} "estigussiu" ;--# notpresent -{-VP (Pret Sg P2) =>-} "estiguessis" ;--# notpresent -{-VP (Pret Pl P3) =>-} "estiguessin" ;--# notpresent -{-VP (Pret Sg P3) =>-} "estigus" ;--# notpresent -{-VP (Cond Pl P1) =>-} "estarem" ;--# notpresent -{-VP (Cond Sg P1) =>-} "estaria" ;--# notpresent -{-VP (Cond Pl P2) =>-} "estareu" ;--# notpresent -{-VP (Cond Sg P2) =>-} "estaries" ;--# notpresent -{-VP (Cond Pl P3) =>-} "estarien" ;--# notpresent -{-VP (Cond Sg P3) =>-} "estaria" ;--# notpresent -{-VP (Imp Pl P1) =>-} "estiguem" ; -{-VP (Imp Pl P2) =>-} "estigueu" ; -{-VP (Imp Sg P2) =>-} "estigues" ; -{-VP (Imp Pl P3) =>-} "estiguin" ; -{-VP (Imp Sg P3) =>-} "estigui" ; -{-VP (Pass Sg Masc) =>-} "estat" ; -{-VP (Pass Sg Fem) =>-} "estada" ; -{-VP (Pass Pl Masc) =>-} "estats" ; -{-VP (Pass Pl Fem) =>-} "estades" ; -{-VP (Imp Sg P1) =>-} variants {} -] -} ; - -lin ser_V = verbV -{s = table (BeschCat.VFB) [ - {-VI Infn=>-} variants {"sser" ; "ser" } ; - {-VI Ger =>-} "ssent" ; - {-VI Part =>-} "estat" ; - {-VP (Pres Ind Sg P1) =>-} "sc" ; - {-VP (Pres Ind Sg P2) =>-} "ets" ; - {-VP (Pres Ind Sg P3) =>-} "s" ; - {-VP (Pres Ind Pl P1) =>-} "som" ; - {-VP (Pres Ind Pl P2) =>-} "sou" ; - {-VP (Pres Ind Pl P3) =>-} "sn" ; - {-VP (Pres Subj Sg P1) =>-} "sigui" ; - {-VP (Pres Subj Sg P2) =>-} "sigui" ; - {-VP (Pres Subj Sg P3) =>-} "sigui" ; - {-VP (Pres Subj Pl P1) =>-} "siguem" ; - {-VP (Pres Subj Pl P2) =>-} "sigueu" ; - {-VP (Pres Subj Pl P3) =>-} "siguin" ; - {-VP (Impf Ind Sg P1) =>-} "era" ; --# notpresent - {-VP (Impf Ind Sg P2) =>-} "eres" ; --# notpresent - {-VP (Impf Ind Sg P3) =>-} "era" ; --# notpresent - {-VP (Impf Ind Pl P1) =>-} "rem" ; --# notpresent - {-VP (Impf Ind Pl P2) =>-} "reu" ; --# notpresent - {-VP (Impf Ind Pl P3) =>-} "eren" ; --# notpresent - {-VP (Impf Subj Sg P1) =>-} "fos" ; --# notpresent - {-VP (Impf Subj Sg P2) =>-} "fossis" ; --# notpresent - {-VP (Impf Subj Sg P3) =>-} "fos" ; --# notpresent - {-VP (Impf Subj Pl P1) =>-} "fssim" ; --# notpresent - {-VP (Impf Subj Pl P2) =>-} "fssiu" ; --# notpresent - {-VP (Impf Subj Pl P3) =>-} "fossin" ; --# notpresent - {-VP (Pret Sg P1) =>-} "fui" ; --# notpresent - {-VP (Pret Sg P2) =>-} "fores" ; --# notpresent - {-VP (Pret Sg P3) =>-} "fou" ; --# notpresent - {-VP (Pret Pl P1) =>-} "frem" ; --# notpresent - {-VP (Pret Pl P2) =>-} "freu" ; --# notpresent - {-VP (Pret Pl P3) =>-} "foren" ; --# notpresent - {-VP (Fut Sg P1) =>-} "ser" ; --# notpresent - {-VP (Fut Sg P2) =>-} "sers" ; --# notpresent - {-VP (Fut Sg P3) =>-} "ser" ; --# notpresent - {-VP (Fut Pl P1) =>-} "serem" ; --# notpresent - {-VP (Fut Pl P2) =>-} "sereu" ; --# notpresent - {-VP (Fut Pl P3) =>-} "seran" ; --# notpresent - {-VP (Cond Sg P1) =>-} variants {"sera" ; "fra"} ; --# notpresent - {-VP (Cond Sg P2) =>-} variants {"series" ; "fores"} ; --# notpresent - {-VP (Cond Sg P3) =>-} variants {"seria" ; "fra"} ; --# notpresent - {-VP (Cond Pl P1) =>-} variants {"serem" ; "frem"} ; --# notpresent - {-VP (Cond Pl P2) =>-} variants {"sereu" ; "freu"} ; --# notpresent - {-VP (Cond Pl P3) =>-} variants {"serien" ; "foren"} ; --# notpresent - {-VP (Imp Sg P1) =>-} variants {} ; - {-VP (Imp Sg P2) =>-} "sigues" ; - {-VP (Imp Sg P3) =>-} "sigui" ; - {-VP (Imp Pl P1) =>-} "siguem" ; - {-VP (Imp Pl P2) =>-} "sigeu" ; - {-VP (Imp Pl P3) =>-} "siguin" ; - {-VP (Pass Sg Masc) =>-} variants {"estat" ; "sigut"} ; - {-VP (Pass Sg Fem) =>-} variants {"estada" ; "siguda"} ; - {-VP (Pass Pl Masc) =>-} variants {"estats" ; "siguts"} ; - {-VP (Pass Pl Fem) =>-} variants {"estades"; "sigudes"} - ] - } ; - - --automatic -lin callar_V = verbV -{s = table (BeschCat.VFB) [ -{-VI Inf =>-} "callar" ; -{-VI Ger =>-} "callant" ; -{-VI Part =>-} "callat" ; -{-VP (Pres Ind Pl P1) =>-} "callem" ; -{-VP (Pres Ind Sg P1) =>-} "callo" ; -{-VP (Pres Ind Pl P2) =>-} "calleu" ; -{-VP (Pres Ind Sg P2) =>-} "calles" ; -{-VP (Pres Ind Pl P3) =>-} "callen" ; -{-VP (Pres Ind Sg P3) =>-} "calla" ; -{-VP (Pres Subj Pl P1) =>-} "callem" ; -{-VP (Pres Subj Sg P1) =>-} "calli" ; -{-VP (Pres Subj Pl P2) =>-} "calleu" ; -{-VP (Pres Subj Sg P2) =>-} "callis" ; -{-VP (Pres Subj Pl P3) =>-} "callin" ; -{-VP (Pres Subj Sg P3) =>-} "calli" ; -{-VP (Impf Ind Pl P1) =>-} "callvem" ;--# notpresent -{-VP (Impf Ind Sg P1) =>-} "callava" ;--# notpresent -{-VP (Impf Ind Pl P2) =>-} "callveu" ;--# notpresent -{-VP (Impf Ind Sg P2) =>-} "callaves" ;--# notpresent -{-VP (Impf Ind Pl P3) =>-} "callaven" ;--# notpresent -{-VP (Impf Ind Sg P3) =>-} "callava" ;--# notpresent -{-VP (Impf Subj Pl P1) =>-} "callssim" ;--# notpresent -{-VP (Impf Subj Sg P1) =>-} "calls" ;--# notpresent -{-VP (Impf Subj Pl P2) =>-} "callssiu" ;--# notpresent -{-VP (Impf Subj Sg P2) =>-} "callessis" ;--# notpresent -{-VP (Impf Subj Pl P3) =>-} "callessin" ;--# notpresent -{-VP (Impf Subj Sg P3) =>-} "calls" ;--# notpresent -{-VP (Fut Pl P1) =>-} "callarem" ;--# notpresent -{-VP (Fut Sg P1) =>-} "callar" ;--# notpresent -{-VP (Fut Pl P2) =>-} "callareu" ;--# notpresent -{-VP (Fut Sg P2) =>-} "callars" ;--# notpresent -{-VP (Fut Pl P3) =>-} "callaran" ;--# notpresent -{-VP (Fut Sg P3) =>-} "callar" ;--# notpresent -{-VP (Pret Pl P1) =>-} "callssim" ;--# notpresent -{-VP (Pret Sg P1) =>-} "calls" ;--# notpresent -{-VP (Pret Pl P2) =>-} "callssiu" ;--# notpresent -{-VP (Pret Sg P2) =>-} "callessis" ;--# notpresent -{-VP (Pret Pl P3) =>-} "callessin" ;--# notpresent -{-VP (Pret Sg P3) =>-} "calls" ;--# notpresent -{-VP (Cond Pl P1) =>-} "callarem" ;--# notpresent -{-VP (Cond Sg P1) =>-} "callaria" ;--# notpresent -{-VP (Cond Pl P2) =>-} "callareu" ;--# notpresent -{-VP (Cond Sg P2) =>-} "callaries" ;--# notpresent -{-VP (Cond Pl P3) =>-} "callarien" ;--# notpresent -{-VP (Cond Sg P3) =>-} "callaria" ;--# notpresent -{-VP (Imp Pl P1) =>-} "callem" ; -{-VP (Imp Pl P2) =>-} "calleu" ; -{-VP (Imp Sg P2) =>-} "calla" ; -{-VP (Imp Pl P3) =>-} "callin" ; -{-VP (Imp Sg P3) =>-} "calli" ; -{-VP (Pass Pl Fem) =>-} "callades" ; -{-VP (Pass Sg Fem) =>-} "callada" ; -{-VP (Pass Pl Masc) =>-} "callats" ; -{-VP (Pass Sg Masc) =>-} "callat" ; -{-VP (Imp Sg P1) =>-} variants {} -] -} ; - -lin caure_V = verbV -{s = table (BeschCat.VFB) [ -{-VI Inf =>-} "caure" ; -{-VI Ger =>-} "caient" ; -{-VI Part =>-} "caigut" ; -{-VP (Pres Ind Pl P1) =>-} "caiem" ; -{-VP (Pres Ind Sg P1) =>-} "caic" ; -{-VP (Pres Ind Pl P2) =>-} "caieu" ; -{-VP (Pres Ind Sg P2) =>-} "caus" ; -{-VP (Pres Ind Pl P3) =>-} "cauen" ; -{-VP (Pres Ind Sg P3) =>-} "cau" ; -{-VP (Pres Subj Pl P1) =>-} "caiguem" ; -{-VP (Pres Subj Sg P1) =>-} "caigui" ; -{-VP (Pres Subj Pl P2) =>-} "caigueu" ; -{-VP (Pres Subj Sg P2) =>-} "caiguis" ; -{-VP (Pres Subj Pl P3) =>-} "caiguin" ; -{-VP (Pres Subj Sg P3) =>-} "caigui" ; -{-VP (Impf Ind Pl P1) =>-} "quiem" ;--# notpresent -{-VP (Impf Ind Sg P1) =>-} "queia" ;--# notpresent -{-VP (Impf Ind Pl P2) =>-} "quieu" ;--# notpresent -{-VP (Impf Ind Sg P2) =>-} "queies" ;--# notpresent -{-VP (Impf Ind Pl P3) =>-} "queien" ;--# notpresent -{-VP (Impf Ind Sg P3) =>-} "queia" ;--# notpresent -{-VP (Impf Subj Pl P1) =>-} "caigussim" ;--# notpresent -{-VP (Impf Subj Sg P1) =>-} "caigus" ;--# notpresent -{-VP (Impf Subj Pl P2) =>-} "caigussiu" ;--# notpresent -{-VP (Impf Subj Sg P2) =>-} "caiguessis" ;--# notpresent -{-VP (Impf Subj Pl P3) =>-} "caiguessin" ;--# notpresent -{-VP (Impf Subj Sg P3) =>-} "caigus" ;--# notpresent -{-VP (Fut Pl P1) =>-} "caurem" ;--# notpresent -{-VP (Fut Sg P1) =>-} "caur" ;--# notpresent -{-VP (Fut Pl P2) =>-} "caureu" ;--# notpresent -{-VP (Fut Sg P2) =>-} "caurs" ;--# notpresent -{-VP (Fut Pl P3) =>-} "cauran" ;--# notpresent -{-VP (Fut Sg P3) =>-} "caur" ;--# notpresent -{-VP (Pret Pl P1) =>-} "caigussim" ;--# notpresent -{-VP (Pret Sg P1) =>-} "caigus" ;--# notpresent -{-VP (Pret Pl P2) =>-} "caigussiu" ;--# notpresent -{-VP (Pret Sg P2) =>-} "caiguessis" ;--# notpresent -{-VP (Pret Pl P3) =>-} "caiguessin" ;--# notpresent -{-VP (Pret Sg P3) =>-} "caigus" ;--# notpresent -{-VP (Cond Pl P1) =>-} "caurem" ;--# notpresent -{-VP (Cond Sg P1) =>-} "cauria" ;--# notpresent -{-VP (Cond Pl P2) =>-} "caureu" ;--# notpresent -{-VP (Cond Sg P2) =>-} "cauries" ;--# notpresent -{-VP (Cond Pl P3) =>-} "caurien" ;--# notpresent -{-VP (Cond Sg P3) =>-} "cauria" ;--# notpresent -{-VP (Imp Pl P1) =>-} "caiguem" ; -{-VP (Imp Pl P2) =>-} "caieu" ; -{-VP (Imp Sg P2) =>-} "cau" ; -{-VP (Imp Pl P3) =>-} "caiguin" ; -{-VP (Imp Sg P3) =>-} "caigui" ; -{-VP (Pass Pl Fem) =>-} "caigudes" ; -{-VP (Pass Sg Fem) =>-} "caiguda" ; -{-VP (Pass Pl Masc) =>-} "caiguts" ; -{-VP (Pass Sg Masc) =>-} "caigut" ; -{-VP (Imp Sg P1) =>-} variants {} -] -} ; - -lin cloure_V = verbV -{s = table (BeschCat.VFB) [ -{-VI Inf =>-} "cloure" ; -{-VI Ger =>-} "cloent" ; -{-VI Part =>-} "clos" ; -{-VP (Pres Ind Pl P1) =>-} "cloem" ; -{-VP (Pres Ind Sg P1) =>-} "cloc" ; -{-VP (Pres Ind Pl P2) =>-} "cloeu" ; -{-VP (Pres Ind Sg P2) =>-} "clous" ; -{-VP (Pres Ind Pl P3) =>-} "clouen" ; -{-VP (Pres Ind Sg P3) =>-} "clou" ; -{-VP (Pres Subj Pl P1) =>-} "cloguem" ; -{-VP (Pres Subj Sg P1) =>-} "clogui" ; -{-VP (Pres Subj Pl P2) =>-} "clogueu" ; -{-VP (Pres Subj Sg P2) =>-} "cloguis" ; -{-VP (Pres Subj Pl P3) =>-} "cloguin" ; -{-VP (Pres Subj Sg P3) =>-} "clogui" ; -{-VP (Impf Ind Pl P1) =>-} "cloem" ;--# notpresent -{-VP (Impf Ind Sg P1) =>-} "cloa" ;--# notpresent -{-VP (Impf Ind Pl P2) =>-} "cloeu" ;--# notpresent -{-VP (Impf Ind Sg P2) =>-} "cloes" ;--# notpresent -{-VP (Impf Ind Pl P3) =>-} "cloen" ;--# notpresent -{-VP (Impf Ind Sg P3) =>-} "cloa" ;--# notpresent -{-VP (Impf Subj Pl P1) =>-} "clogussim" ;--# notpresent -{-VP (Impf Subj Sg P1) =>-} "clogus" ;--# notpresent -{-VP (Impf Subj Pl P2) =>-} "clogussiu" ;--# notpresent -{-VP (Impf Subj Sg P2) =>-} "cloguessis" ;--# notpresent -{-VP (Impf Subj Pl P3) =>-} "cloguessin" ;--# notpresent -{-VP (Impf Subj Sg P3) =>-} "clogus" ;--# notpresent -{-VP (Fut Pl P1) =>-} "clourem" ;--# notpresent -{-VP (Fut Sg P1) =>-} "clour" ;--# notpresent -{-VP (Fut Pl P2) =>-} "cloureu" ;--# notpresent -{-VP (Fut Sg P2) =>-} "clours" ;--# notpresent -{-VP (Fut Pl P3) =>-} "clouran" ;--# notpresent -{-VP (Fut Sg P3) =>-} "clour" ;--# notpresent -{-VP (Pret Pl P1) =>-} "clogussim" ;--# notpresent -{-VP (Pret Sg P1) =>-} "clogus" ;--# notpresent -{-VP (Pret Pl P2) =>-} "clogussiu" ;--# notpresent -{-VP (Pret Sg P2) =>-} "cloguessis" ;--# notpresent -{-VP (Pret Pl P3) =>-} "cloguessin" ;--# notpresent -{-VP (Pret Sg P3) =>-} "clogus" ;--# notpresent -{-VP (Cond Pl P1) =>-} "clourem" ;--# notpresent -{-VP (Cond Sg P1) =>-} "clouria" ;--# notpresent -{-VP (Cond Pl P2) =>-} "cloureu" ;--# notpresent -{-VP (Cond Sg P2) =>-} "clouries" ;--# notpresent -{-VP (Cond Pl P3) =>-} "clourien" ;--# notpresent -{-VP (Cond Sg P3) =>-} "clouria" ;--# notpresent -{-VP (Imp Pl P1) =>-} "cloguem" ; -{-VP (Imp Pl P2) =>-} "cloeu" ; -{-VP (Imp Sg P2) =>-} "clou" ; -{-VP (Imp Pl P3) =>-} "cloguin" ; -{-VP (Imp Sg P3) =>-} "clogui" ; -{-VP (Pass Pl Fem) =>-} "closes" ; -{-VP (Pass Sg Fem) =>-} "closa" ; -{-VP (Pass Pl Masc) =>-} "closos" ; -{-VP (Pass Sg Masc) =>-} "clos" ; -{-VP (Imp Sg P1) =>-} variants {} -] -} ; - -lin complaure_V = verbV -{s = table (BeschCat.VFB) [ -{-VI Inf =>-} "complaure" ; -{-VI Ger =>-} "complaent" ; -{-VI Part =>-} "complagut" ; -{-VP (Pres Ind Pl P1) =>-} "complaem" ; -{-VP (Pres Ind Sg P1) =>-} "complac" ; -{-VP (Pres Ind Pl P2) =>-} "complaeu" ; -{-VP (Pres Ind Sg P2) =>-} "complaus" ; -{-VP (Pres Ind Pl P3) =>-} "complauen" ; -{-VP (Pres Ind Sg P3) =>-} "complau" ; -{-VP (Pres Subj Pl P1) =>-} "complaguem" ; -{-VP (Pres Subj Sg P1) =>-} "complagui" ; -{-VP (Pres Subj Pl P2) =>-} "complagueu" ; -{-VP (Pres Subj Sg P2) =>-} "complaguis" ; -{-VP (Pres Subj Pl P3) =>-} "complaguin" ; -{-VP (Pres Subj Sg P3) =>-} "complagui" ; -{-VP (Impf Ind Pl P1) =>-} "complaem" ;--# notpresent -{-VP (Impf Ind Sg P1) =>-} "complaa" ;--# notpresent -{-VP (Impf Ind Pl P2) =>-} "complaeu" ;--# notpresent -{-VP (Impf Ind Sg P2) =>-} "complaes" ;--# notpresent -{-VP (Impf Ind Pl P3) =>-} "complaen" ;--# notpresent -{-VP (Impf Ind Sg P3) =>-} "complaa" ;--# notpresent -{-VP (Impf Subj Pl P1) =>-} "complagussim" ;--# notpresent -{-VP (Impf Subj Sg P1) =>-} "complagus" ;--# notpresent -{-VP (Impf Subj Pl P2) =>-} "complagussiu" ;--# notpresent -{-VP (Impf Subj Sg P2) =>-} "complaguessis" ;--# notpresent -{-VP (Impf Subj Pl P3) =>-} "complaguessin" ;--# notpresent -{-VP (Impf Subj Sg P3) =>-} "complagus" ;--# notpresent -{-VP (Fut Pl P1) =>-} "complaurem" ;--# notpresent -{-VP (Fut Sg P1) =>-} "complaur" ;--# notpresent -{-VP (Fut Pl P2) =>-} "complaureu" ;--# notpresent -{-VP (Fut Sg P2) =>-} "complaurs" ;--# notpresent -{-VP (Fut Pl P3) =>-} "complauran" ;--# notpresent -{-VP (Fut Sg P3) =>-} "complaur" ;--# notpresent -{-VP (Pret Pl P1) =>-} "complagussim" ;--# notpresent -{-VP (Pret Sg P1) =>-} "complagus" ;--# notpresent -{-VP (Pret Pl P2) =>-} "complagussiu" ;--# notpresent -{-VP (Pret Sg P2) =>-} "complaguessis" ;--# notpresent -{-VP (Pret Pl P3) =>-} "complaguessin" ;--# notpresent -{-VP (Pret Sg P3) =>-} "complagus" ;--# notpresent -{-VP (Cond Pl P1) =>-} "complaurem" ;--# notpresent -{-VP (Cond Sg P1) =>-} "complauria" ;--# notpresent -{-VP (Cond Pl P2) =>-} "complaureu" ;--# notpresent -{-VP (Cond Sg P2) =>-} "complauries" ;--# notpresent -{-VP (Cond Pl P3) =>-} "complaurien" ;--# notpresent -{-VP (Cond Sg P3) =>-} "complauria" ;--# notpresent -{-VP (Imp Pl P1) =>-} "complaguem" ; -{-VP (Imp Pl P2) =>-} "complaeu" ; -{-VP (Imp Sg P2) =>-} "complau" ; -{-VP (Imp Pl P3) =>-} "complaguin" ; -{-VP (Imp Sg P3) =>-} "complagui" ; -{-VP (Pass Pl Fem) =>-} "complagudes" ; -{-VP (Pass Sg Fem) =>-} "complaguda" ; -{-VP (Pass Pl Masc) =>-} "complaguts" ; -{-VP (Pass Sg Masc) =>-} "complagut" ; -{-VP (Imp Sg P1) =>-} variants {} -] -} ; - -lin contradir_V = verbV -{s = table (BeschCat.VFB) [ -{-VI Inf =>-} "contradir" ; -{-VI Ger =>-} "contradient" ; -{-VI Part =>-} "contradit" ; -{-VP (Pres Ind Pl P1) =>-} "contradiem" ; -{-VP (Pres Ind Sg P1) =>-} "contradic" ; -{-VP (Pres Ind Pl P2) =>-} "contradieu" ; -{-VP (Pres Ind Sg P2) =>-} "contradius" ; -{-VP (Pres Ind Pl P3) =>-} "contradiuen" ; -{-VP (Pres Ind Sg P3) =>-} "contradiu" ; -{-VP (Pres Subj Pl P1) =>-} "contradiguem" ; -{-VP (Pres Subj Sg P1) =>-} "contradigui" ; -{-VP (Pres Subj Pl P2) =>-} "contradigueu" ; -{-VP (Pres Subj Sg P2) =>-} "contradiguis" ; -{-VP (Pres Subj Pl P3) =>-} "contradiguin" ; -{-VP (Pres Subj Sg P3) =>-} "contradigui" ; -{-VP (Impf Ind Pl P1) =>-} "contradiem" ;--# notpresent -{-VP (Impf Ind Sg P1) =>-} "contradeia" ;--# notpresent -{-VP (Impf Ind Pl P2) =>-} "contradieu" ;--# notpresent -{-VP (Impf Ind Sg P2) =>-} "contradeies" ;--# notpresent -{-VP (Impf Ind Pl P3) =>-} "contradeien" ;--# notpresent -{-VP (Impf Ind Sg P3) =>-} "contradeia" ;--# notpresent -{-VP (Impf Subj Pl P1) =>-} "contradigussim" ;--# notpresent -{-VP (Impf Subj Sg P1) =>-} "contradigus" ;--# notpresent -{-VP (Impf Subj Pl P2) =>-} "contradigussiu" ;--# notpresent -{-VP (Impf Subj Sg P2) =>-} "contradiguessis" ;--# notpresent -{-VP (Impf Subj Pl P3) =>-} "contradiguessin" ;--# notpresent -{-VP (Impf Subj Sg P3) =>-} "contradigus" ;--# notpresent -{-VP (Fut Pl P1) =>-} "contradirem" ;--# notpresent -{-VP (Fut Sg P1) =>-} "contradir" ;--# notpresent -{-VP (Fut Pl P2) =>-} "contradireu" ;--# notpresent -{-VP (Fut Sg P2) =>-} "contradirs" ;--# notpresent -{-VP (Fut Pl P3) =>-} "contradiran" ;--# notpresent -{-VP (Fut Sg P3) =>-} "contradir" ;--# notpresent -{-VP (Pret Pl P1) =>-} "contradigussim" ;--# notpresent -{-VP (Pret Sg P1) =>-} "contradigus" ;--# notpresent -{-VP (Pret Pl P2) =>-} "contradigussiu" ;--# notpresent -{-VP (Pret Sg P2) =>-} "contradiguessis" ;--# notpresent -{-VP (Pret Pl P3) =>-} "contradiguessin" ;--# notpresent -{-VP (Pret Sg P3) =>-} "contradigus" ;--# notpresent -{-VP (Cond Pl P1) =>-} "contradirem" ;--# notpresent -{-VP (Cond Sg P1) =>-} "contradiria" ;--# notpresent -{-VP (Cond Pl P2) =>-} "contradireu" ;--# notpresent -{-VP (Cond Sg P2) =>-} "contradiries" ;--# notpresent -{-VP (Cond Pl P3) =>-} "contradirien" ;--# notpresent -{-VP (Cond Sg P3) =>-} "contradiria" ;--# notpresent -{-VP (Imp Pl P1) =>-} "contradiguem" ; -{-VP (Imp Pl P2) =>-} "contradigueu" ; -{-VP (Imp Sg P2) =>-} "contradigues" ; -{-VP (Imp Pl P3) =>-} "contradiguin" ; -{-VP (Imp Sg P3) =>-} "contradigui" ; -{-VP (Pass Pl Fem) =>-} "contradites" ; -{-VP (Pass Sg Fem) =>-} "contradita" ; -{-VP (Pass Pl Masc) =>-} "contradits" ; -{-VP (Pass Sg Masc) =>-} "contradit" ; -{-VP(Imp Sg P1) =>-} variants {} -] -} ; - -lin cosir_V = verbV -{s = table (BeschCat.VFB) [ -{-VI Inf =>-} "cosir" ; -{-VI Ger =>-} "cosint" ; -{-VI Part =>-} "cosit" ; -{-VP (Pres Ind Pl P1) =>-} "cosim" ; -{-VP (Pres Ind Sg P1) =>-} "cuso" ; -{-VP (Pres Ind Pl P2) =>-} "cosiu" ; -{-VP (Pres Ind Sg P2) =>-} "cuses" ; -{-VP (Pres Ind Pl P3) =>-} "cusen" ; -{-VP (Pres Ind Sg P3) =>-} "cus" ; -{-VP (Pres Subj Pl P1) =>-} "cosim" ; -{-VP (Pres Subj Sg P1) =>-} "cusi" ; -{-VP (Pres Subj Pl P2) =>-} "cosiu" ; -{-VP (Pres Subj Sg P2) =>-} "cusis" ; -{-VP (Pres Subj Pl P3) =>-} "cusin" ; -{-VP (Pres Subj Sg P3) =>-} "cusi" ; -{-VP (Impf Ind Pl P1) =>-} "cosem" ;--# notpresent -{-VP (Impf Ind Sg P1) =>-} "cosia" ;--# notpresent -{-VP (Impf Ind Pl P2) =>-} "coseu" ;--# notpresent -{-VP (Impf Ind Sg P2) =>-} "cosies" ;--# notpresent -{-VP (Impf Ind Pl P3) =>-} "cosien" ;--# notpresent -{-VP (Impf Ind Sg P3) =>-} "cosia" ;--# notpresent -{-VP (Impf Subj Pl P1) =>-} "cosssim" ;--# notpresent -{-VP (Impf Subj Sg P1) =>-} "coss" ;--# notpresent -{-VP (Impf Subj Pl P2) =>-} "cosssiu" ;--# notpresent -{-VP (Impf Subj Sg P2) =>-} "cosissis" ;--# notpresent -{-VP (Impf Subj Pl P3) =>-} "cosissin" ;--# notpresent -{-VP (Impf Subj Sg P3) =>-} "coss" ;--# notpresent -{-VP (Fut Pl P1) =>-} "cosirem" ;--# notpresent -{-VP (Fut Sg P1) =>-} "cosir" ;--# notpresent -{-VP (Fut Pl P2) =>-} "cosireu" ;--# notpresent -{-VP (Fut Sg P2) =>-} "cosirs" ;--# notpresent -{-VP (Fut Pl P3) =>-} "cosiran" ;--# notpresent -{-VP (Fut Sg P3) =>-} "cosir" ;--# notpresent -{-VP (Pret Pl P1) =>-} "cosssim" ;--# notpresent -{-VP (Pret Sg P1) =>-} "coss" ;--# notpresent -{-VP (Pret Pl P2) =>-} "cosssiu" ;--# notpresent -{-VP (Pret Sg P2) =>-} "cosissis" ;--# notpresent -{-VP (Pret Pl P3) =>-} "cosissin" ;--# notpresent -{-VP (Pret Sg P3) =>-} "coss" ;--# notpresent -{-VP (Cond Pl P1) =>-} "cosirem" ;--# notpresent -{-VP (Cond Sg P1) =>-} "cosiria" ;--# notpresent -{-VP (Cond Pl P2) =>-} "cosireu" ;--# notpresent -{-VP (Cond Sg P2) =>-} "cosiries" ;--# notpresent -{-VP (Cond Pl P3) =>-} "cosirien" ;--# notpresent -{-VP (Cond Sg P3) =>-} "cosiria" ;--# notpresent -{-VP (Imp Pl P1) =>-} "cosim" ; -{-VP (Imp Pl P2) =>-} "cosiu" ; -{-VP (Imp Sg P2) =>-} "cus" ; -{-VP (Imp Pl P3) =>-} "cusin" ; -{-VP (Imp Sg P3) =>-} "cusi" ; -{-VP (Pass Pl Fem) =>-} "cosides" ; -{-VP (Pass Sg Fem) =>-} "cosida" ; -{-VP (Pass Pl Masc) =>-} "cosits" ; -{-VP (Pass Sg Masc) =>-} "cosit" ; -{-VP (Imp Sg P1) =>-} variants {} -] -} ; - -lin dir_V = verbV -{s = table (BeschCat.VFB) [ -{-VI Inf =>-} "dir" ; -{-VI Ger =>-} "dient" ; -{-VI Part =>-} "dit" ; -{-VP (Pres Ind Pl P1) =>-} "diem" ; -{-VP (Pres Ind Sg P1) =>-} "dic" ; -{-VP (Pres Ind Pl P2) =>-} "dieu" ; -{-VP (Pres Ind Sg P2) =>-} "dius" ; -{-VP (Pres Ind Pl P3) =>-} "diuen" ; -{-VP (Pres Ind Sg P3) =>-} "diu" ; -{-VP (Pres Subj Pl P1) =>-} "diguem" ; -{-VP (Pres Subj Sg P1) =>-} "digui" ; -{-VP (Pres Subj Pl P2) =>-} "digueu" ; -{-VP (Pres Subj Sg P2) =>-} "diguis" ; -{-VP (Pres Subj Pl P3) =>-} "diguin" ; -{-VP (Pres Subj Sg P3) =>-} "digui" ; -{-VP (Impf Ind Pl P1) =>-} "diem" ;--# notpresent -{-VP (Impf Ind Sg P1) =>-} "deia" ;--# notpresent -{-VP (Impf Ind Pl P2) =>-} "dieu" ;--# notpresent -{-VP (Impf Ind Sg P2) =>-} "deies" ;--# notpresent -{-VP (Impf Ind Pl P3) =>-} "deien" ;--# notpresent -{-VP (Impf Ind Sg P3) =>-} "deia" ;--# notpresent -{-VP (Impf Subj Pl P1) =>-} "digussim" ;--# notpresent -{-VP (Impf Subj Sg P1) =>-} "digus" ;--# notpresent -{-VP (Impf Subj Pl P2) =>-} "digussiu" ;--# notpresent -{-VP (Impf Subj Sg P2) =>-} "diguessis" ;--# notpresent -{-VP (Impf Subj Pl P3) =>-} "diguessin" ;--# notpresent -{-VP (Impf Subj Sg P3) =>-} "digus" ;--# notpresent -{-VP (Fut Pl P1) =>-} "direm" ;--# notpresent -{-VP (Fut Sg P1) =>-} "dir" ;--# notpresent -{-VP (Fut Pl P2) =>-} "direu" ;--# notpresent -{-VP (Fut Sg P2) =>-} "dirs" ;--# notpresent -{-VP (Fut Pl P3) =>-} "diran" ;--# notpresent -{-VP (Fut Sg P3) =>-} "dir" ;--# notpresent -{-VP (Pret Pl P1) =>-} "digussim" ;--# notpresent -{-VP (Pret Sg P1) =>-} "digus" ;--# notpresent -{-VP (Pret Pl P2) =>-} "digussiu" ;--# notpresent -{-VP (Pret Sg P2) =>-} "diguessis" ;--# notpresent -{-VP (Pret Pl P3) =>-} "diguessin" ;--# notpresent -{-VP (Pret Sg P3) =>-} "digus" ;--# notpresent -{-VP (Cond Pl P1) =>-} "direm" ;--# notpresent -{-VP (Cond Sg P1) =>-} "diria" ;--# notpresent -{-VP (Cond Pl P2) =>-} "direu" ;--# notpresent -{-VP (Cond Sg P2) =>-} "diries" ;--# notpresent -{-VP (Cond Pl P3) =>-} "dirien" ;--# notpresent -{-VP (Cond Sg P3) =>-} "diria" ;--# notpresent -{-VP (Imp Pl P1) =>-} "diguem" ; -{-VP (Imp Pl P2) =>-} "digueu" ; -{-VP (Imp Sg P2) =>-} "digues" ; -{-VP (Imp Pl P3) =>-} "diguin" ; -{-VP (Imp Sg P3) =>-} "digui" ; -{-VP (Pass Pl Fem) =>-} "dites" ; -{-VP (Pass Sg Fem) =>-} "dita" ; -{-VP (Pass Pl Masc) =>-} "dits" ; -{-VP (Pass Sg Masc) =>-} "dit" ; -{-VP (Imp Sg P1) =>-} variants {} -] -} ; - -lin doldre_V = verbV -{s = table (BeschCat.VFB) [ -{-VI Inf =>-} "doldre" ; -{-VI Ger =>-} "dolent" ; -{-VI Part =>-} "dolgut" ; -{-VP (Pres Ind Pl P1) =>-} "dolem" ; -{-VP (Pres Ind Sg P1) =>-} "dolc" ; -{-VP (Pres Ind Pl P2) =>-} "doleu" ; -{-VP (Pres Ind Sg P2) =>-} "dols" ; -{-VP (Pres Ind Pl P3) =>-} "dolen" ; -{-VP (Pres Ind Sg P3) =>-} "dol" ; -{-VP (Pres Subj Pl P1) =>-} "dolguem" ; -{-VP (Pres Subj Sg P1) =>-} "dolgui" ; -{-VP (Pres Subj Pl P2) =>-} "dolgueu" ; -{-VP (Pres Subj Sg P2) =>-} "dolguis" ; -{-VP (Pres Subj Pl P3) =>-} "dolguin" ; -{-VP (Pres Subj Sg P3) =>-} "dolgui" ; -{-VP (Impf Ind Pl P1) =>-} "dolem" ;--# notpresent -{-VP (Impf Ind Sg P1) =>-} "dolia" ;--# notpresent -{-VP (Impf Ind Pl P2) =>-} "doleu" ;--# notpresent -{-VP (Impf Ind Sg P2) =>-} "dolies" ;--# notpresent -{-VP (Impf Ind Pl P3) =>-} "dolien" ;--# notpresent -{-VP (Impf Ind Sg P3) =>-} "dolia" ;--# notpresent -{-VP (Impf Subj Pl P1) =>-} "dolgussim" ;--# notpresent -{-VP (Impf Subj Sg P1) =>-} "dolgus" ;--# notpresent -{-VP (Impf Subj Pl P2) =>-} "dolgussiu" ;--# notpresent -{-VP (Impf Subj Sg P2) =>-} "dolguessis" ;--# notpresent -{-VP (Impf Subj Pl P3) =>-} "dolguessin" ;--# notpresent -{-VP (Impf Subj Sg P3) =>-} "dolgus" ;--# notpresent -{-VP (Fut Pl P1) =>-} "doldrem" ;--# notpresent -{-VP (Fut Sg P1) =>-} "doldr" ;--# notpresent -{-VP (Fut Pl P2) =>-} "doldreu" ;--# notpresent -{-VP (Fut Sg P2) =>-} "doldrs" ;--# notpresent -{-VP (Fut Pl P3) =>-} "doldran" ;--# notpresent -{-VP (Fut Sg P3) =>-} "doldr" ;--# notpresent -{-VP (Pret Pl P1) =>-} "dolgussim" ;--# notpresent -{-VP (Pret Sg P1) =>-} "dolgus" ;--# notpresent -{-VP (Pret Pl P2) =>-} "dolgussiu" ;--# notpresent -{-VP (Pret Sg P2) =>-} "dolguessis" ;--# notpresent -{-VP (Pret Pl P3) =>-} "dolguessin" ;--# notpresent -{-VP (Pret Sg P3) =>-} "dolgus" ;--# notpresent -{-VP (Cond Pl P1) =>-} "doldrem" ;--# notpresent -{-VP (Cond Sg P1) =>-} "doldria" ;--# notpresent -{-VP (Cond Pl P2) =>-} "doldreu" ;--# notpresent -{-VP (Cond Sg P2) =>-} "doldries" ;--# notpresent -{-VP (Cond Pl P3) =>-} "doldrien" ;--# notpresent -{-VP (Cond Sg P3) =>-} "doldria" ;--# notpresent -{-VP (Imp Pl P1) =>-} "dolguem" ; -{-VP (Imp Pl P2) =>-} "doleu" ; -{-VP (Imp Sg P2) =>-} "dol" ; -{-VP (Imp Pl P3) =>-} "dolguin" ; -{-VP (Imp Sg P3) =>-} "dolgui" ; -{-VP (Pass Pl Fem) =>-} "dolgudes" ; -{-VP (Pass Sg Fem) =>-} "dolguda" ; -{-VP (Pass Pl Masc) =>-} "dolguts" ; -{-VP (Pass Sg Masc) =>-} "dolgut" ; -{-VP (Imp Sg P1) =>-} variants {} -] -} ; - ---{-- ---lin donar_V = verbV ---{s = table (BeschCat.VFB) [ ---{-VI Inf =>-} "donar" ; ---{-VI Ger =>-} "donant" ; ---{-VI Part =>-} "donat" ; ---{-VP (Pres Ind Pl P1) =>-} "donem" ; ---{-VP (Pres Ind Sg P1) =>-} "dono" ; ---{-VP (Pres Ind Pl P2) =>-} "doneu" ; ---{-VP (Pres Ind Pl P3) =>-} "donen" ; ---{-VP (Pres Subj Pl P1) =>-} "donem" ; ---{-VP (Pres Subj Sg P1) =>-} "doni" ; ---{-VP (Pres Subj Pl P2) =>-} "doneu" ; ---{-VP (Pres Subj Sg P2) =>-} "donis" ; ---{-VP (Pres Subj Pl P3) =>-} "donin" ; ---{-VP (Pres Subj Sg P3) =>-} "doni" ; ---{-VP (Impf Ind Pl P1) =>-} "donvem" ;--# notpresent ---{-VP (Impf Ind Sg P1) =>-} "donava" ;--# notpresent ---{-VP (Impf Ind Pl P2) =>-} "donveu" ;--# notpresent ---{-VP (Impf Ind Sg P2) =>-} "donaves" ;--# notpresent ---{-VP (Impf Ind Pl P3) =>-} "donaven" ;--# notpresent ---{-VP (Impf Ind Sg P3) =>-} "donava" ;--# notpresent ---{-VP (Impf Subj Pl P1) =>-} "donssim" ;--# notpresent ---{-VP (Impf Subj Sg P1) =>-} "dons" ;--# notpresent ---{-VP (Impf Subj Pl P2) =>-} "donssiu" ;--# notpresent ---{-VP (Impf Subj Sg P2) =>-} "donessis" ;--# notpresent ---{-VP (Impf Subj Pl P3) =>-} "donessin" ;--# notpresent ---{-VP (Impf Subj Sg P3) =>-} "dons" ;--# notpresent ---{-VP (Fut Pl P1) =>-} "donarem" ;--# notpresent ---{-VP (Fut Sg P1) =>-} "donar" ;--# notpresent ---{-VP (Fut Pl P2) =>-} "donareu" ;--# notpresent ---{-VP (Fut Sg P2) =>-} "donars" ;--# notpresent ---{-VP (Fut Pl P3) =>-} "donaran" ;--# notpresent ---{-VP (Fut Sg P3) =>-} "donar" ;--# notpresent ---{-VP (Pret Pl P1) =>-} "donssim" ;--# notpresent ---{-VP (Pret Sg P1) =>-} "dons" ;--# notpresent ---{-VP (Pret Pl P2) =>-} "donssiu" ;--# notpresent ---{-VP (Pret Sg P2) =>-} "donessis" ;--# notpresent ---{-VP (Pret Pl P3) =>-} "donessin" ;--# notpresent ---{-VP (Pret Sg P3) =>-} "dons" ;--# notpresent ---{-VP (Cond Pl P1) =>-} "donarem" ;--# notpresent ---{-VP (Cond Sg P1) =>-} "donaria" ;--# notpresent ---{-VP (Cond Pl P2) =>-} "donareu" ;--# notpresent ---{-VP (Cond Sg P2) =>-} "donaries" ;--# notpresent ---{-VP (Cond Pl P3) =>-} "donarien" ;--# notpresent ---{-VP (Cond Sg P3) =>-} "donaria" ;--# notpresent ---{-VP (Imp Pl P1) =>-} "donem" ; ---{-VP (Imp Pl P2) =>-} "doneu" ; ---{-VP (Imp Pl P3) =>-} "donin" ; ---{-VP (Imp Sg P3) =>-} "doni" ; ---{-VP (Pass Pl Fem) =>-} "donades" ; ---{-VP (Pass Sg Fem) =>-} "donada" ; ---{-VP (Pass Pl Masc) =>-} "donats" ; ---{-VP (Pass Sg Masc) =>-} "donat" ; ---{-VP (Pres Ind Sg P2) =>-} "dones" ; ---{-VP (Pres Ind Sg P3) =>-} "dona" ; ---{-VP (Imp Sg P2) =>-} "dona" ; ---{-VP (Imp Sg P1) =>-} variants {} ---] ---} ; --- } - ---{-- ---lin endur_V = verbV ---{s = table (BeschCat.VFB) [ ---{-VI Inf =>-} "endur" ; ---{-VI Ger =>-} "enduent" ; ---{-VI Part =>-} "endut" ; ---{-VP (Pres Ind Pl P1) =>-} "enduem" ; ---{-VP (Pres Ind Sg P1) =>-} "enduc" ; ---{-VP (Pres Ind Pl P2) =>-} "endueu" ; ---{-VP (Pres Ind Sg P2) =>-} "endus" ; ---{-VP (Pres Ind Sg P2) =>-} "enduus" ; ---{-VP (Pres Ind Pl P3) =>-} "enduen" ; ---{-VP (Pres Ind Sg P3) =>-} "endu" ; ---{-VP (Pres Ind Sg P3) =>-} "enduu" ; ---{-VP (Pres Subj Pl P1) =>-} "enduguem" ; ---{-VP (Pres Subj Sg P1) =>-} "enduga" ; ---{-VP (Pres Subj Sg P1) =>-} "endugui" ; ---{-VP (Pres Subj Pl P2) =>-} "endugueu" ; ---{-VP (Pres Subj Sg P2) =>-} "endugues" ; ---{-VP (Pres Subj Sg P2) =>-} "enduguis" ; ---{-VP (Pres Subj Pl P3) =>-} "enduguen" ; ---{-VP (Pres Subj Pl P3) =>-} "enduguin" ; ---{-VP (Pres Subj Sg P3) =>-} "enduga" ; ---{-VP (Pres Subj Sg P3) =>-} "endugui" ; ---{-VP (Impf Ind Sg P1) =>-} "enduia" ;--# notpresent ---{-VP (Impf Ind Sg P2) =>-} "enduies" ;--# notpresent ---{-VP (Impf Ind Pl P3) =>-} "enduien" ;--# notpresent ---{-VP (Impf Ind Sg P3) =>-} "enduia" ;--# notpresent ---{-VP (Impf Ind Pl P1) =>-} "endiem" ;--# notpresent ---{-VP (Impf Ind Pl P2) =>-} "endieu" ;--# notpresent ---{-VP (Impf Subj Pl P1) =>-} "endugurem" ;--# notpresent ---{-VP (Impf Subj Pl P1) =>-} "endugussim" ;--# notpresent ---{-VP (Impf Subj Sg P1) =>-} "enduguera" ;--# notpresent ---{-VP (Impf Subj Sg P1) =>-} "endugus" ;--# notpresent ---{-VP (Impf Subj Pl P2) =>-} "endugureu" ;--# notpresent ---{-VP (Impf Subj Pl P2) =>-} "endugussiu" ;--# notpresent ---{-VP (Impf Subj Sg P2) =>-} "endugueres" ;--# notpresent ---{-VP (Impf Subj Sg P2) =>-} "enduguessis" ;--# notpresent ---{-VP (Impf Subj Pl P3) =>-} "endugueren" ;--# notpresent ---{-VP (Impf Subj Pl P3) =>-} "enduguessin" ;--# notpresent ---{-VP (Impf Subj Sg P3) =>-} "enduguera" ;--# notpresent ---{-VP (Impf Subj Sg P3) =>-} "endugus" ;--# notpresent ---{-VP (Pret Pl P1) =>-} "endugurem" ;--# notpresent ---{-VP (Pret Sg P1) =>-} "endugu" ;--# notpresent ---{-VP (Pret Pl P2) =>-} "endugureu" ;--# notpresent ---{-VP (Pret Sg P2) =>-} "endugueres" ;--# notpresent ---{-VP (Pret Pl P3) =>-} "endugueren" ;--# notpresent ---{-VP (Pret Sg P3) =>-} "endugu" ;--# notpresent ---{-VP (Fut Pl P1) =>-} "endurem" ;--# notpresent ---{-VP (Fut Sg P1) =>-} "endur" ;--# notpresent ---{-VP (Fut Pl P2) =>-} "endureu" ;--# notpresent ---{-VP (Fut Sg P2) =>-} "endurs" ;--# notpresent ---{-VP (Fut Pl P3) =>-} "enduran" ;--# notpresent ---{-VP (Fut Sg P3) =>-} "endur" ;--# notpresent ---{-VP (Cond Pl P1) =>-} "endurem" ;--# notpresent ---{-VP (Cond Sg P1) =>-} "enduria" ;--# notpresent ---{-VP (Cond Pl P2) =>-} "endureu" ;--# notpresent ---{-VP (Cond Sg P2) =>-} "enduries" ;--# notpresent ---{-VP (Cond Pl P3) =>-} "endurien" ;--# notpresent ---{-VP (Cond Sg P3) =>-} "enduria" ;--# notpresent ---{-VP (Imp Pl P1) =>-} "enduguem" ; ---{-VP (Imp Pl P2) =>-} "endueu" ; ---{-VP (Imp Sg P2) =>-} "endus" ; ---{-VP (Imp Sg P2) =>-} "enduu" ; ---{-VP (Imp Sg P2) =>-} "enduus" ; ---{-VP (Imp Pl P3) =>-} "enduguen" ; ---{-VP (Imp Pl P3) =>-} "enduguin" ; ---{-VP (Imp Sg P3) =>-} "enduga" ; ---{-VP (Imp Sg P3) =>-} "endugui" ; ---{-VP (Pass Pl Fem) =>-} "endutes" ; ---{-VP (Pass Sg Fem) =>-} "enduta" ; ---{-VP (Pass Pl Masc) =>-} "enduts" ; ---{-VP (Pass Sg Masc) =>-} "endut" ; ---{-VP (Imp Sg P1) =>-} variants {} ---] ---} ; --- } - -lin escopir_V = verbV -{s = table (BeschCat.VFB) [ -{-VI Inf =>-} "escopir" ; -{-VI Ger =>-} "escopint" ; -{-VI Part =>-} "escopit" ; -{-VP (Pres Ind Pl P1) =>-} "escopim" ; -{-VP (Pres Ind Sg P1) =>-} "escupo" ; -{-VP (Pres Ind Pl P2) =>-} "escopiu" ; -{-VP (Pres Ind Sg P2) =>-} "escups" ; -{-VP (Pres Ind Pl P3) =>-} "escupen" ; -{-VP (Pres Ind Sg P3) =>-} "escup" ; -{-VP (Pres Subj Pl P1) =>-} "escopim" ; -{-VP (Pres Subj Sg P1) =>-} "escupi" ; -{-VP (Pres Subj Pl P2) =>-} "escopiu" ; -{-VP (Pres Subj Sg P2) =>-} "escupis" ; -{-VP (Pres Subj Pl P3) =>-} "escupin" ; -{-VP (Pres Subj Sg P3) =>-} "escupi" ; -{-VP (Impf Ind Pl P1) =>-} "escopem" ;--# notpresent -{-VP (Impf Ind Sg P1) =>-} "escopia" ;--# notpresent -{-VP (Impf Ind Pl P2) =>-} "escopeu" ;--# notpresent -{-VP (Impf Ind Sg P2) =>-} "escopies" ;--# notpresent -{-VP (Impf Ind Pl P3) =>-} "escopien" ;--# notpresent -{-VP (Impf Ind Sg P3) =>-} "escopia" ;--# notpresent -{-VP (Impf Subj Pl P1) =>-} "escopssim" ;--# notpresent -{-VP (Impf Subj Sg P1) =>-} "escops" ;--# notpresent -{-VP (Impf Subj Pl P2) =>-} "escopssiu" ;--# notpresent -{-VP (Impf Subj Sg P2) =>-} "escopissis" ;--# notpresent -{-VP (Impf Subj Pl P3) =>-} "escopissin" ;--# notpresent -{-VP (Impf Subj Sg P3) =>-} "escops" ;--# notpresent -{-VP (Fut Pl P1) =>-} "escopirem" ;--# notpresent -{-VP (Fut Sg P1) =>-} "escopir" ;--# notpresent -{-VP (Fut Pl P2) =>-} "escopireu" ;--# notpresent -{-VP (Fut Sg P2) =>-} "escopirs" ;--# notpresent -{-VP (Fut Pl P3) =>-} "escopiran" ;--# notpresent -{-VP (Fut Sg P3) =>-} "escopir" ;--# notpresent -{-VP (Pret Pl P1) =>-} "escopssim" ;--# notpresent -{-VP (Pret Sg P1) =>-} "escops" ;--# notpresent -{-VP (Pret Pl P2) =>-} "escopssiu" ;--# notpresent -{-VP (Pret Sg P2) =>-} "escopissis" ;--# notpresent -{-VP (Pret Pl P3) =>-} "escopissin" ;--# notpresent -{-VP (Pret Sg P3) =>-} "escops" ;--# notpresent -{-VP (Cond Pl P1) =>-} "escopirem" ;--# notpresent -{-VP (Cond Sg P1) =>-} "escopiria" ;--# notpresent -{-VP (Cond Pl P2) =>-} "escopireu" ;--# notpresent -{-VP (Cond Sg P2) =>-} "escopiries" ;--# notpresent -{-VP (Cond Pl P3) =>-} "escopirien" ;--# notpresent -{-VP (Cond Sg P3) =>-} "escopiria" ;--# notpresent -{-VP (Imp Pl P1) =>-} "escopim" ; -{-VP (Imp Pl P2) =>-} "escopiu" ; -{-VP (Imp Sg P2) =>-} "escup" ; -{-VP (Imp Pl P3) =>-} "escupin" ; -{-VP (Imp Sg P3) =>-} "escupi" ; -{-VP (Pass Pl Fem) =>-} "escopides" ; -{-VP (Pass Sg Fem) =>-} "escopida" ; -{-VP (Pass Pl Masc) =>-} "escopits" ; -{-VP (Pass Sg Masc) =>-} "escopit" ; -{-VP (Imp Sg P1) =>-} variants {} -] -} ; - -lin fondre_V = verbV -{s = table (BeschCat.VFB) [ -{-VI Inf =>-} "fondre" ; -{-VI Ger =>-} "fonent" ; -{-VI Part =>-} "fos" ; -{-VP (Pres Ind Pl P1) =>-} "fonem" ; -{-VP (Pres Ind Sg P1) =>-} "fonc" ; -{-VP (Pres Ind Pl P2) =>-} "foneu" ; -{-VP (Pres Ind Sg P2) =>-} "fons" ; -{-VP (Pres Ind Pl P3) =>-} "fonen" ; -{-VP (Pres Ind Sg P3) =>-} "fon" ; -{-VP (Pres Subj Pl P1) =>-} "fonguem" ; -{-VP (Pres Subj Sg P1) =>-} "fongui" ; -{-VP (Pres Subj Pl P2) =>-} "fongueu" ; -{-VP (Pres Subj Sg P2) =>-} "fonguis" ; -{-VP (Pres Subj Pl P3) =>-} "fonguin" ; -{-VP (Pres Subj Sg P3) =>-} "fongui" ; -{-VP (Impf Ind Pl P1) =>-} "fonem" ;--# notpresent -{-VP (Impf Ind Sg P1) =>-} "fonia" ;--# notpresent -{-VP (Impf Ind Pl P2) =>-} "foneu" ;--# notpresent -{-VP (Impf Ind Sg P2) =>-} "fonies" ;--# notpresent -{-VP (Impf Ind Pl P3) =>-} "fonien" ;--# notpresent -{-VP (Impf Ind Sg P3) =>-} "fonia" ;--# notpresent -{-VP (Impf Subj Pl P1) =>-} "fongussim" ;--# notpresent -{-VP (Impf Subj Sg P1) =>-} "fongus" ;--# notpresent -{-VP (Impf Subj Pl P2) =>-} "fongussiu" ;--# notpresent -{-VP (Impf Subj Sg P2) =>-} "fonguessis" ;--# notpresent -{-VP (Impf Subj Pl P3) =>-} "fonguessin" ;--# notpresent -{-VP (Impf Subj Sg P3) =>-} "fongus" ;--# notpresent -{-VP (Fut Pl P1) =>-} "fondrem" ;--# notpresent -{-VP (Fut Sg P1) =>-} "fondr" ;--# notpresent -{-VP (Fut Pl P2) =>-} "fondreu" ;--# notpresent -{-VP (Fut Sg P2) =>-} "fondrs" ;--# notpresent -{-VP (Fut Pl P3) =>-} "fondran" ;--# notpresent -{-VP (Fut Sg P3) =>-} "fondr" ;--# notpresent -{-VP (Pret Pl P1) =>-} "fongussim" ;--# notpresent -{-VP (Pret Sg P1) =>-} "fongus" ;--# notpresent -{-VP (Pret Pl P2) =>-} "fongussiu" ;--# notpresent -{-VP (Pret Sg P2) =>-} "fonguessis" ;--# notpresent -{-VP (Pret Pl P3) =>-} "fonguessin" ;--# notpresent -{-VP (Pret Sg P3) =>-} "fongus" ;--# notpresent -{-VP (Cond Pl P1) =>-} "fondrem" ;--# notpresent -{-VP (Cond Sg P1) =>-} "fondria" ;--# notpresent -{-VP (Cond Pl P2) =>-} "fondreu" ;--# notpresent -{-VP (Cond Sg P2) =>-} "fondries" ;--# notpresent -{-VP (Cond Pl P3) =>-} "fondrien" ;--# notpresent -{-VP (Cond Sg P3) =>-} "fondria" ;--# notpresent -{-VP (Imp Pl P1) =>-} "fonguem" ; -{-VP (Imp Pl P2) =>-} "foneu" ; -{-VP (Imp Sg P2) =>-} "fon" ; -{-VP (Imp Pl P3) =>-} "fonguin" ; -{-VP (Imp Sg P3) =>-} "fongui" ; -{-VP (Pass Pl Fem) =>-} "foses" ; -{-VP (Pass Sg Fem) =>-} "fosa" ; -{-VP (Pass Pl Masc) =>-} "fosos" ; -{-VP (Pass Sg Masc) =>-} "fos" ; -{-VP (Imp Sg P1) =>-} variants {} -] -} ; - - - - -lin jeure_V = verbV -{s = table (BeschCat.VFB) [ -{-VI Inf =>-} "jeure" ; -{-VI Ger =>-} "jaient" ; -{-VI Part =>-} "jagut" ; -{-VP (Pres Ind Pl P1) =>-} "jaiem" ; -{-VP (Pres Ind Sg P1) =>-} "jec" ; -{-VP (Pres Ind Pl P2) =>-} "jaieu" ; -{-VP (Pres Ind Sg P2) =>-} "jeus" ; -{-VP (Pres Ind Pl P3) =>-} "jeuen" ; -{-VP (Pres Ind Sg P3) =>-} "jeu" ; -{-VP (Pres Subj Pl P1) =>-} "jaguem" ; -{-VP (Pres Subj Sg P1) =>-} "jegui" ; -{-VP (Pres Subj Pl P2) =>-} "jagueu" ; -{-VP (Pres Subj Sg P2) =>-} "jeguis" ; -{-VP (Pres Subj Pl P3) =>-} "jeguin" ; -{-VP (Pres Subj Sg P3) =>-} "jegui" ; -{-VP (Impf Ind Pl P1) =>-} "jiem" ;--# notpresent -{-VP (Impf Ind Sg P1) =>-} "jeia" ;--# notpresent -{-VP (Impf Ind Pl P2) =>-} "jieu" ;--# notpresent -{-VP (Impf Ind Sg P2) =>-} "jeies" ;--# notpresent -{-VP (Impf Ind Pl P3) =>-} "jeien" ;--# notpresent -{-VP (Impf Ind Sg P3) =>-} "jeia" ;--# notpresent -{-VP (Impf Subj Pl P1) =>-} "jagussim" ;--# notpresent -{-VP (Impf Subj Sg P1) =>-} "jagus" ;--# notpresent -{-VP (Impf Subj Pl P2) =>-} "jagussiu" ;--# notpresent -{-VP (Impf Subj Sg P2) =>-} "jaguessis" ;--# notpresent -{-VP (Impf Subj Pl P3) =>-} "jaguessin" ;--# notpresent -{-VP (Impf Subj Sg P3) =>-} "jagus" ;--# notpresent -{-VP (Fut Pl P1) =>-} "jaurem" ;--# notpresent -{-VP (Fut Sg P1) =>-} "jaur" ;--# notpresent -{-VP (Fut Pl P2) =>-} "jaureu" ;--# notpresent -{-VP (Fut Sg P2) =>-} "jaurs" ;--# notpresent -{-VP (Fut Pl P3) =>-} "jauran" ;--# notpresent -{-VP (Fut Sg P3) =>-} "jaur" ;--# notpresent -{-VP (Pret Pl P1) =>-} "jagussim" ;--# notpresent -{-VP (Pret Sg P1) =>-} "jagus" ;--# notpresent -{-VP (Pret Pl P2) =>-} "jagussiu" ;--# notpresent -{-VP (Pret Sg P2) =>-} "jaguessis" ;--# notpresent -{-VP (Pret Pl P3) =>-} "jaguessin" ;--# notpresent -{-VP (Pret Sg P3) =>-} "jagus" ;--# notpresent -{-VP (Cond Pl P1) =>-} "jaurem" ;--# notpresent -{-VP (Cond Sg P1) =>-} "jauria" ;--# notpresent -{-VP (Cond Pl P2) =>-} "jaureu" ;--# notpresent -{-VP (Cond Sg P2) =>-} "jauries" ;--# notpresent -{-VP (Cond Pl P3) =>-} "jaurien" ;--# notpresent -{-VP (Cond Sg P3) =>-} "jauria" ;--# notpresent -{-VP (Imp Pl P1) =>-} "jaguem" ; -{-VP (Imp Pl P2) =>-} "jaieu" ; -{-VP (Imp Sg P2) =>-} "jeu" ; -{-VP (Imp Pl P3) =>-} "jeguin" ; -{-VP (Imp Sg P3) =>-} "jegui" ; -{-VP (Pass Pl Fem) =>-} "jagudes" ; -{-VP (Pass Sg Fem) =>-} "jaguda" ; -{-VP (Pass Pl Masc) =>-} "jaguts" ; -{-VP (Pass Sg Masc) =>-} "jagut" ; -{-VP (Imp Sg P1) =>-} variants {} -] -} ; - - - - - - -lin omplir_V = verbV -{s = table (BeschCat.VFB) [ -{-VI Inf =>-} "omplir" ; -{-VI Ger =>-} "omplint" ; -{-VI Part =>-} "omplert" ; -{-VP (Pres Ind Pl P1) =>-} "omplim" ; -{-VP (Pres Ind Sg P1) =>-} "omplo" ; -{-VP (Pres Ind Pl P2) =>-} "ompliu" ; -{-VP (Pres Ind Sg P2) =>-} "omples" ; -{-VP (Pres Ind Pl P3) =>-} "omplen" ; -{-VP (Pres Ind Sg P3) =>-} "omple" ; -{-VP (Pres Subj Pl P1) =>-} "omplim" ; -{-VP (Pres Subj Sg P1) =>-} "ompli" ; -{-VP (Pres Subj Pl P2) =>-} "ompliu" ; -{-VP (Pres Subj Sg P2) =>-} "omplis" ; -{-VP (Pres Subj Pl P3) =>-} "omplin" ; -{-VP (Pres Subj Sg P3) =>-} "ompli" ; -{-VP (Impf Ind Pl P1) =>-} "omplem" ;--# notpresent -{-VP (Impf Ind Sg P1) =>-} "omplia" ;--# notpresent -{-VP (Impf Ind Pl P2) =>-} "ompleu" ;--# notpresent -{-VP (Impf Ind Sg P2) =>-} "omplies" ;--# notpresent -{-VP (Impf Ind Pl P3) =>-} "omplien" ;--# notpresent -{-VP (Impf Ind Sg P3) =>-} "omplia" ;--# notpresent -{-VP (Impf Subj Pl P1) =>-} "omplssim" ;--# notpresent -{-VP (Impf Subj Sg P1) =>-} "ompls" ;--# notpresent -{-VP (Impf Subj Pl P2) =>-} "omplssiu" ;--# notpresent -{-VP (Impf Subj Sg P2) =>-} "omplissis" ;--# notpresent -{-VP (Impf Subj Pl P3) =>-} "omplissin" ;--# notpresent -{-VP (Impf Subj Sg P3) =>-} "ompls" ;--# notpresent -{-VP (Fut Pl P1) =>-} "omplirem" ;--# notpresent -{-VP (Fut Sg P1) =>-} "omplir" ;--# notpresent -{-VP (Fut Pl P2) =>-} "omplireu" ;--# notpresent -{-VP (Fut Sg P2) =>-} "omplirs" ;--# notpresent -{-VP (Fut Pl P3) =>-} "ompliran" ;--# notpresent -{-VP (Fut Sg P3) =>-} "omplir" ;--# notpresent -{-VP (Pret Pl P1) =>-} "omplssim" ;--# notpresent -{-VP (Pret Sg P1) =>-} "ompls" ;--# notpresent -{-VP (Pret Pl P2) =>-} "omplssiu" ;--# notpresent -{-VP (Pret Sg P2) =>-} "omplissis" ;--# notpresent -{-VP (Pret Pl P3) =>-} "omplissin" ;--# notpresent -{-VP (Pret Sg P3) =>-} "ompls" ;--# notpresent -{-VP (Cond Pl P1) =>-} "omplirem" ;--# notpresent -{-VP (Cond Sg P1) =>-} "ompliria" ;--# notpresent -{-VP (Cond Pl P2) =>-} "omplireu" ;--# notpresent -{-VP (Cond Sg P2) =>-} "ompliries" ;--# notpresent -{-VP (Cond Pl P3) =>-} "omplirien" ;--# notpresent -{-VP (Cond Sg P3) =>-} "ompliria" ;--# notpresent -{-VP (Imp Pl P1) =>-} "omplim" ; -{-VP (Imp Pl P2) =>-} "ompliu" ; -{-VP (Imp Sg P2) =>-} "omple" ; -{-VP (Imp Pl P3) =>-} "omplin" ; -{-VP (Imp Sg P3) =>-} "ompli" ; -{-VP (Pass Pl Fem) =>-} "omplertes" ; -{-VP (Pass Sg Fem) =>-} "omplerta" ; -{-VP (Pass Pl Masc) =>-} "omplerts" ; -{-VP (Pass Sg Masc) =>-} "omplert" ; -{-VP (Imp Sg P1) =>-} variants {} -] -} ; - - - - - - - -lin venir_V = verbV -{s = table (BeschCat.VFB) [ -{-VI Inf =>-} "venir" ; -{-VI Ger =>-} "venint" ; -{-VI Part =>-} "vingut" ; -{-VP (Pres Ind Pl P1) =>-} "venim" ; -{-VP (Pres Ind Sg P1) =>-} "vinc" ; -{-VP (Pres Ind Pl P2) =>-} "veniu" ; -{-VP (Pres Ind Sg P2) =>-} "vns" ; -{-VP (Pres Ind Pl P3) =>-} "vnen" ; -{-VP (Pres Ind Sg P3) =>-} "ve" ; -{-VP (Pres Subj Pl P1) =>-} "vinguem" ; -{-VP (Pres Subj Sg P1) =>-} "vingui" ; -{-VP (Pres Subj Pl P2) =>-} "vingueu" ; -{-VP (Pres Subj Sg P2) =>-} "vinguis" ; -{-VP (Pres Subj Pl P3) =>-} "vinguin" ; -{-VP (Pres Subj Sg P3) =>-} "vingui" ; -{-VP (Impf Ind Pl P1) =>-} "venem" ;--# notpresent -{-VP (Impf Ind Sg P1) =>-} "venia" ;--# notpresent -{-VP (Impf Ind Pl P2) =>-} "veneu" ;--# notpresent -{-VP (Impf Ind Sg P2) =>-} "venies" ;--# notpresent -{-VP (Impf Ind Pl P3) =>-} "venien" ;--# notpresent -{-VP (Impf Ind Sg P3) =>-} "venia" ;--# notpresent -{-VP (Impf Subj Pl P1) =>-} "vingussim" ;--# notpresent -{-VP (Impf Subj Sg P1) =>-} "vingus" ;--# notpresent -{-VP (Impf Subj Pl P2) =>-} "vingussiu" ;--# notpresent -{-VP (Impf Subj Sg P2) =>-} "vinguessis" ;--# notpresent -{-VP (Impf Subj Pl P3) =>-} "vinguessin" ;--# notpresent -{-VP (Impf Subj Sg P3) =>-} "vingus" ;--# notpresent -{-VP (Fut Pl P1) =>-} "vindrem" ;--# notpresent -{-VP (Fut Sg P1) =>-} "vindr" ;--# notpresent -{-VP (Fut Pl P2) =>-} "vindreu" ;--# notpresent -{-VP (Fut Sg P2) =>-} "vindrs" ;--# notpresent -{-VP (Fut Pl P3) =>-} "vindran" ;--# notpresent -{-VP (Fut Sg P3) =>-} "vindr" ;--# notpresent -{-VP (Pret Pl P1) =>-} "vingussim" ;--# notpresent -{-VP (Pret Sg P1) =>-} "vingus" ;--# notpresent -{-VP (Pret Pl P2) =>-} "vingussiu" ;--# notpresent -{-VP (Pret Sg P2) =>-} "vinguessis" ;--# notpresent -{-VP (Pret Pl P3) =>-} "vinguessin" ;--# notpresent -{-VP (Pret Sg P3) =>-} "vingus" ;--# notpresent -{-VP (Cond Pl P1) =>-} "vindrem" ;--# notpresent -{-VP (Cond Sg P1) =>-} "vindria" ;--# notpresent -{-VP (Cond Pl P2) =>-} "vindreu" ;--# notpresent -{-VP (Cond Sg P2) =>-} "vindries" ;--# notpresent -{-VP (Cond Pl P3) =>-} "vindrien" ;--# notpresent -{-VP (Cond Sg P3) =>-} "vindria" ;--# notpresent -{-VP (Imp Pl P1) =>-} "vinguem" ; -{-VP (Imp Pl P2) =>-} "veniu" ; -{-VP (Imp Sg P2) =>-} "vine" ; -{-VP (Imp Pl P3) =>-} "vinguin" ; -{-VP (Imp Sg P3) =>-} "vingui" ; -{-VP (Pass Pl Fem) =>-} "vingudes" ; -{-VP (Pass Sg Fem) =>-} "vinguda" ; -{-VP (Pass Pl Masc) =>-} "vinguts" ; -{-VP (Pass Sg Masc) =>-} "vingut" ; -{-VP (Imp Sg P1) =>-} variants {} -] -} ; -} diff --git a/old-lib/resource/catalan/IrregCatAbs.gf b/old-lib/resource/catalan/IrregCatAbs.gf deleted file mode 100644 index d5aa65fc6..000000000 --- a/old-lib/resource/catalan/IrregCatAbs.gf +++ /dev/null @@ -1,1106 +0,0 @@ -abstract IrregCatAbs = Cat ** { --- 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 abuolar_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 argir_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 astreir_V : V ; --- fun astriir_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 bruir_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 ceir_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 constreir_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 desceir_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 desler_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 desor_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 desteir_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 engrer_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 ensoar_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 entreor_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 estreir_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 frer_V : V ; --- fun fruir_V : V ; --- fun fruncir_V : V ; --- fun frutecer_V : V ; --- fun fulgir_V : V ; --- fun fungir_V : V ; --- fun gair_V : V ; --- fun garantir_V : V ; --- fun gemir_V : V ; --- fun gernir_V : V ; --- fun gobernar_V : V ; --- fun grandisonar_V : V ; --- fun gruir_V : V ; --- fun gruir_V : V ; --- fun guair_V : V ; --- fun guarecer_V : V ; --- fun guarnecer_V : V ; - fun haver_V : V ; --- fun hacendar_V : V ; --- fun hacer_V : V ; --- fun hebraizar_V : V ; --- fun heder_V : V ; --- fun heir_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 juir_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 muir_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 or_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 plair_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 reargir_V : V ; --- fun reaventar_V : V ; --- fun reblandecer_V : V ; --- fun rebullir_V : V ; --- fun recaer_V : V ; --- fun recalentar_V : V ; --- fun receir_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 redargir_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 refrer_V : V ; --- fun refringir_V : V ; --- fun refulgir_V : V ; --- fun regair_V : V ; --- fun regar_V : V ; --- fun regimentar_V : V ; --- fun regir_V : V ; --- fun regoldar_V : V ; --- fun regruir_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 reir_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 rer_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 restriir_V : V ; --- fun restringir_V : V ; --- fun resurgir_V : V ; --- fun retallecer_V : V ; --- fun reteir_V : V ; --- fun retemblar_V : V ; --- fun retener_V : V ; --- fun retentar_V : V ; --- fun retiir_V : V ; --- fun retoecer_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 soar_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 sofrer_V : V ; --- fun solar_V : V ; --- fun soldar_V : V ; --- fun soler_V : V ; --- fun soltar_V : V ; --- fun sonar_V : V ; --- fun sonrer_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 taer_V : V ; --- fun tallecer_V : V ; --- fun tardecer_V : V ; --- fun teir_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 trasoar_V : V ; --- fun trasor_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 ; -fun haver_V : V ; -fun estar_V : V ; -fun callar_V : V ; -fun caure_V : V ; -fun cloure_V : V ; -fun complaure_V : V ; -fun contradir_V : V ; -fun cosir_V : V ; -fun dir_V : V ; -fun doldre_V : V ; -fun endur_V : V ; -fun escopir_V : V ; -fun fondre_V : V ; -fun jeure_V : V ; -fun omplir_V : V ; -fun venir_V : V ; -} diff --git a/old-lib/resource/catalan/LangCat.gf b/old-lib/resource/catalan/LangCat.gf deleted file mode 100644 index 6e74e77bb..000000000 --- a/old-lib/resource/catalan/LangCat.gf +++ /dev/null @@ -1,10 +0,0 @@ ---# -path=.:../romance:../abstract:../common:prelude - -concrete LangCat of Lang = - GrammarCat, - LexiconCat - ** { - -flags startcat = Phr ; unlexer = text ; lexer = text ; - -} ; diff --git a/old-lib/resource/catalan/LexiconCat.gf b/old-lib/resource/catalan/LexiconCat.gf deleted file mode 100644 index d06cc7e57..000000000 --- a/old-lib/resource/catalan/LexiconCat.gf +++ /dev/null @@ -1,365 +0,0 @@ ---# -path=.:../romance:../common:../abstract:../../prelude - -concrete LexiconCat of Lexicon = CatCat ** open - (M=MorphoCat), ParadigmsCat, BeschCat in { - -flags - optimize=values ; - -oper - regFN : Str -> N = \s -> femN (regN s) ; - regMN : Str -> N = \s -> regN s ; - irregMN : Str -> Str -> N = \pa,pans -> M.mkNounIrreg pa pans masculine ; - -lin - airplane_N = regMN "avi" ; - - answer_V2S = mkV2S (verbV (compondre_26 "respondre")) dative ; - apartment_N = regMN "pis" ; - apple_N = regFN "poma" ; - art_N = regMN "art" ; - ask_V2Q = mkV2Q (regV "preguntar") dative ; - baby_N = regMN "nad" ; - bad_A = mkADeg (regA "dolent") (regA "pitjor") ; - bank_N = regMN "banc" ; - beautiful_A = prefA (regADeg "bell") ; - become_VA = reflV (regV "tornar") ; -- esdevenir - beer_N = regFN "cervesa" ; - beg_V2V = mkV2V (regV "demanar") accusative dative ; - big_A = regADeg "gros" ; - bike_N = regFN "bicicleta" ; - bird_N = regMN "ocell" ; - black_A = compADeg (mkA "negre" "negra" "negres" "negres" "negrament") ; - blue_A = compADeg (mkA "blau" "blava" "blaus" "blaves" "blavament") ; - boat_N = regFN "barca" ; - book_N = regMN "llibre" ; - boot_N = regFN "bota" ; - boss_N = regMN "cap" ; - boy_N = regMN "noi" ; - bread_N = irregMN "pa" "pans" ; - break_V2 = dirV2 (verbV (trencar_112 "trencar")) ; - broad_A = regADeg "ample" ; -- put it in MorphoCat?: like black_A - brother_N2 = deN2 (regMN "germ") ; - brown_A = compADeg (mkA "marr" "marrona" "marrons" "marrones" "marronament") ; - butter_N = regFN "mantega" ; - buy_V2 = dirV2 (regV "comprar") ; - camera_N = regFN "cmara" ; - cap_N = regFN "gorra" ; - car_N = regMN "cotxe" ; - carpet_N = regFN "catifa" ; - cat_N = regMN "gat" ; -- gata - ceiling_N = regMN "sostre" ; - chair_N = regFN "cadira" ; - cheese_N = regMN "formatge" ; - child_N = regMN "nen" ; -- nena - church_N = regFN "esglsia" ; - city_N = regFN "ciutat" ; - clean_A = regADeg "net" ; - clever_A = regADeg "inteligent" ; - close_V2 = dirV2 (verbV (trencar_112 "tancar")) ; - coat_N = regMN "abric" ; - cold_A = regADeg "fred" ; - come_V = verbV (venir_117 "venir") ; - computer_N = regMN "ordinador" ; - country_N = regMN "pas" ; -- masc - cousin_N = regMN "cos" ; - cow_N = regFN "vaca" ; - die_V = verbV (morir_71 "morir") ; - dirty_A = regADeg "brut" ; - distance_N3 = mkN3 (regFN "distncia") genitive dative ; - doctor_N = regMN "metge" ; -- metgessa - dog_N = regMN "gos" ; -- gossa - door_N = regFN "porta" ; - drink_V2 = dirV2 (verbV (beure_11 "beure")) ; - easy_A2V = mkA2V (regA "fcil") dative genitive ; - eat_V2 = dirV2 (verbV (envejar_48 "menjar")) ; - empty_A = compADeg (mkA "buit" "buida" "buits" "buides" "buidament") ; - enemy_N = regMN "enemic" ; -- enemiga - factory_N = regFN "fbrica" ; - father_N2 = deN2 (regMN "pare") ; - fear_VS = mkVS (verbV (tmer_107 "tmer")) ; - find_V2 = dirV2 (regV "trobar") ; - fish_N = regMN "peix" ; - floor_N = regMN "terra" ; -- sl - forget_V2 = dirV2 (regV "oblidar") ; - fridge_N = regFN "nevera" ; - friend_N = regMN "amic" ; -- amiga - fruit_N = regFN "fruita" ; - fun_AV = mkAV (regA "divertit") genitive ; - garden_N = regMN "jard" ; - girl_N = regFN "noia" ; - glove_N = regMN "guant" ; - gold_N = regMN "or" ; - good_A = mkADeg (mkA "b" "bona" "bons" "bones" "bonament") (regA "millor") ; ---- adv? - go_V = (verbV (anar_4 "anar")) ; - green_A = regADeg "verd" ; - harbour_N = regMN "port" ; - hate_V2 = dirV2 (verbV (canviar_16 "odiar")) ; - hat_N = regMN "barret" ; - have_V2 = dirV2 (verbV (tenir_108 "tenir")) ; - hear_V2 = mkV2 (regV "escoltar") dative ; -- Must be "oir". Add it to Besch - hill_N = regMN "tur" ; - hope_VS = mkVS (regV "esperar") ; - horse_N = regMN "cavall" ; - hot_A = regADeg "calent" ; - house_N = regFN "casa" ; - important_A = regADeg "important" ; - industry_N = regFN "indstria" ; - iron_N = regMN "ferro" ; - king_N = regMN "rei" ; - know_V2 = dirV2 (verbV (saber_99 "saber")) ; - lake_N = regMN "llac" ; - lamp_N = regFN "lmpada" ; - learn_V2 = dirV2 (verbV (aprendre_6 "aprendre")) ; - leather_N = regMN "cuiro" ; - leave_V2 = dirV2 (regV "partir") ; - like_V2 = dirV2 (verbV (canviar_16 "apreciar")) ; - listen_V2 = dirV2 (regV "escoltar") ; - live_V = verbV (viure_119 "viure") ; - long_A = regADeg "llarg" ; - lose_V2 = dirV2 (verbV (perdre_83 "perdre")) ; - love_N = regMN "amor" ; - love_V2 = dirV2 (regV "estimar") ; - man_N = regMN "home" ; -- masc - married_A2 = mkA2 (regA "casat") dative ; - meat_N = regFN "carn" ; - milk_N = regFN "llet" ; - moon_N = regFN "lluna" ; - mother_N2 = deN2 (regFN "mare") ; -- fem - mountain_N = regFN "muntanya" ; - music_N = regFN "msica" ; - narrow_A = regADeg "estret" ; - new_A = compADeg (mkA "nou" "nova" "nous" "noves" "novament") ; - newspaper_N = regMN "diari" ; -- peridic - oil_N = regMN "oli" ; - old_A = regADeg "vell" ; - open_V2 = dirV2 (verbV (obrir_77 "obrir")) ; - paint_V2A = mkV2A (regV "pintar") accusative (mkPrep "en") ; - paper_N = regMN "paper" ; - paris_PN = mkPN "Paris" masculine ; - peace_N = regFN "pau" ; - pen_N = regMN "llapis" ; - planet_N = regMN "planeta" ; - plastic_N = regMN "plstic" ; - play_V2 = dirV2 (verbV (pregar_86 "jugar")) ; - policeman_N = regMN "policia" ; -- fem refers to the institution - priest_N = regMN "capell" ; -- masc - probable_AS = mkAS (regA "probable") ; - queen_N = regN "reina" ; - radio_N = regFN "rdio" ; - rain_V0 = mkV0 (verbV (moure_72 "ploure")) ; - read_V2 = dirV2 (verbV (servir_101 "llegir")) ; - red_A = regADeg "vermell" ; - religion_N = mkN "religi" "religions" feminine ; - restaurant_N = regMN "restaurant" ; - river_N = regMN "riu" ; - rock_N = regFN "roca" ; - roof_N = regFN "teulada" ; - rubber_N = regFN "goma" ; - run_V = verbV (crrer_30 "crrer") ; - say_VS = mkVS (verbV (dir_41 "dir")) ; - school_N = regFN "escola" ; - science_N = regFN "cincia" ; - sea_N = regMN "mar" ; -- masc & fem - seek_V2 = dirV2 (verbV (trencar_112 "buscar")) ; - see_V2 = dirV2 (verbV (veure_118 "veure")) ; - sell_V3 = dirV3 (verbV (vendre_116 "vendre")) dative ; - send_V3 = dirV3 (verbV (canviar_16 "enviar")) dative ; - sheep_N = regFN "ovella" ; -- xai - ship_N = regMN "vaixell" ; - shirt_N = regFN "camisa" ; - shoe_N = regFN "sabata" ; - shop_N = regFN "botiga" ; - short_A = regADeg "curt" ; --- breu - silver_N = regFN "plata" ; - sister_N = regFN "germana" ; - sleep_V = verbV (dormir_44 "dormir") ; - small_A = prefA (regADeg "petit") ; - snake_N = regFN "serp" ; -- fem - sock_N = regMN "mitj" ; - speak_V2 = dirV2 (regV "parlar") ; - star_N = regFN "estrella" ; - steel_N = regMN "acer" ; - stone_N = regFN "pedra" ; - stove_N = regMN "forn" ; - student_N = regN "estudiant" ; -- used both for fem & masc - stupid_A = regADeg "estpid" ; - sun_N = regMN "sol" ; - switch8off_V2 = dirV2 (verbV (pregar_86 "apagar")) ; - switch8on_V2 = dirV2 (verbV (atendre_8 "encendre")) ; - table_N = regFN "taula" ; - talk_V3 = mkV3 (regV "parlar") dative genitive ; - teacher_N = regMN "mestre" ; -- mestra - teach_V2 = dirV2 (regV "ensenyar") ; - television_N = mkN "televisi" "televisions" feminine ; -- televisor masc - thick_A = compADeg (mkA "gruixut" "gruixuda" "gruixuts" "gruixudes" "gruixudament") ; - thin_A = compADeg (mkA "fi" "fina" "fins" "fines" "finament") ; - train_N = regMN "tren" ; - travel_V = verbV (envejar_48 "viatjar") ; - tree_N = regMN "arbre" ; - --- trousers_N = regN "pantaln" ; -- masc - ugly_A = compADeg (mkA "lleig" "lletja" "lletjos" "lletges" "lletjament") ; - understand_V2 = dirV2 (verbV (atendre_8 "entendre")) ; - university_N = regFN "universitat" ; - village_N = regMN "poble" ; - wait_V2 = mkV2 (regV "esperar") dative ; - walk_V = regV "caminar" ; - warm_A = regADeg "tebi" ; - war_N = regFN "guerra" ; - watch_V2 = dirV2 (regV "mirar") ; - water_N = regFN "aigua" ; - white_A = compADeg (mkA "blanc" "blanca" "blancs" "blanques" "blancament") ; - window_N = regFN "finestra" ; - wine_N = regMN "vi" ; - win_V2 = dirV2 (regV "guanyar") ; - woman_N = regFN "dona" ; - wonder_VQ = mkVQ (reflV (regV "preguntar")) ; - wood_N = regFN "fusta" ; - write_V2 = dirV2 (verbV (escriure_50 "escriure")) ; - yellow_A = compADeg (mkA "groc" "groga" "grocs" "grogues" "grogament") ; - young_A = compADeg (mkA "jove" "jove" "joves" "joves" "jovement") ; - do_V2 = dirV2 (verbV (fer_56 "fer")) ; - now_Adv = mkAdv "ara" ; - already_Adv = mkAdv "ja" ; - song_N = mkN "can" "canons" feminine ; - add_V3 = dirV3 (regV "afegir") dative ; -- also: (regV "sumar") - number_N = regMN "nmero" ; - put_V2 = dirV2 (regV "posar") ; - stop_V = regV "aturar" ; - jump_V = regV "saltar" ; - left_Ord = M.mkOrd (regA "esquerra") ; - right_Ord = M.mkOrd (regA "dreta") ; - far_Adv = mkAdv "lluny" ; - correct_A = regA "correcte" ; - dry_A = regA "sec" ; - dull_A = regA "balb" ; - full_A = regA "ple" ; - heavy_A = regA "pesat" ; - near_A = regA "proper" ; - rotten_A = regA "podrit" ; - round_A = regA "rod" ; - sharp_A = regA "esmolat" ; -- punxegut - smooth_A = regA "llis" ; - straight_A = regA "directe" ; - wet_A = regA "moll" ; - wide_A = regA "extens" ; - animal_N = regMN "animal" ; -- masc (sometimes fem when adj) - ashes_N = regMN "cendra" ; - back_N = regFN "esquena" ; - bark_N = regFN "escora" ; - belly_N = regFN "panxa" ; - blood_N = regFN "sang" ; - bone_N = regMN "os" ; - breast_N = regFN "sina" ; -- pit - cloud_N = regMN "nvol" ; - day_N = regMN "dia" ; - dust_N = regFN "pols" ; - ear_N = regFN "orella" ; - earth_N = regFN "terra" ; - egg_N = regMN "ou" ; - eye_N = regMN "ull" ; - fat_N = regMN "greix" ; - feather_N = regFN "pluma" ; - fingernail_N = regFN "ungla" ; - fire_N = regMN "foc" ; - flower_N = regFN "flor" ; - fog_N = regFN "boira" ; - foot_N = regMN "peu" ; - forest_N = regMN "bosc" ; - grass_N = regFN "herba" ; - guts_N = regMN "budell" ; - hair_N = regMN "cabell" ; - hand_N = regFN "m" ; - head_N = regMN "cap" ; - heart_N = regMN "cor" ; - horn_N = regFN "banya" ; - husband_N = regMN "marit" ; -- esps - ice_N = regMN "gel" ; - knee_N = regMN "genoll" ; - leaf_N = regFN "fulla" ; - leg_N = regFN "cama" ; - liver_N = regMN "fetge" ; - louse_N = regMN "poll" ; - mouth_N = regFN "boca" ; - name_N = regMN "nom" ; - neck_N = regMN "coll" ; - night_N = regFN "nit" ; - nose_N = regMN "nas" ; - person_N = regFN "persona" ; - rain_N = regFN "pluja" ; - road_N = regMN "carrer" ; - root_N = regFN "arrel" ; - rope_N = regN "corda" ; - salt_N = regFN "sal" ; - sand_N = regFN "sorra" ; - seed_N = regFN "llavor" ; - skin_N = regFN "pell" ; -- fem - sky_N = regMN "cel" ; - smoke_N = regMN "fum" ; - snow_N = regFN "neu" ; -- fem - stick_N = regMN "bast" ; - tail_N = regFN "cua" ; - tongue_N = regFN "llengua" ; - tooth_N = regFN "dent" ; - wife_N = regFN "esposa" ; - wind_N = regMN "vent" ; - wing_N = regFN "ala" ; - worm_N = regMN "cuc" ; - year_N = regMN "any" ; - bite_V2 = dirV2 (verbV (pregar_86 "mossegar")) ; - blow_V = regV "bufar" ; - burn_V = regV "cremar" ; - count_V2 = dirV2 (regV "comptar") ; - cut_V2 = dirV2 (regV "tallar") ; - dig_V = regV "cavar" ; - fall_V = verbV (caure_18 "caure") ; - fear_V2 = dirV2 (verbV (tmer_107 "tmer")) ; - fight_V2 = dirV2 (regV "lluitar") ; - float_V = regV "surar" ; - flow_V = verbV (reduir_94 "fluir") ; -- also: regV "circular" - fly_V = regV "volar" ; - freeze_V = regV "congelar" ; - give_V3 = dirdirV3 (verbV (donar_43 "donar")) ; - hit_V2 = dirV2 (verbV (trencar_112 "picar")) ; - hold_V2 = dirV2 (verbV (obtenir_78 "sostenir")) ; - hunt_V2 = dirV2 (verbV (comenar_22 "caar")) ; - kill_V2 = dirV2 (regV "matar") ; - laugh_V = verbV (riure_96 "riure") ; - lie_V = reflV (verbV (jeure_62 "jeure")) ; - play_V = verbV (pregar_86 "jugar") ; - pull_V2 = dirV2 (regV "tibar") ; - push_V2 = dirV2 (verbV (atnyer_59 "empnyer")) ; - rub_V2 = dirV2 (verbV (pregar_86 "refregar")) ; - scratch_V2 = dirV2 (regV "gratar") ; - sew_V = verbV (cosir_31 "cosir") ; - sing_V = regV "cantar" ; - sit_V = reflV (verbV (seure_102 "seure")) ; - smell_V = regV "ensumar" ; - spit_V = verbV (escopir_49 "escopir") ; - split_V2 = dirV2 (regV "separar") ; -- dividir,) ; - squeeze_V2 = dirV2 (verbV (servir_101 "exprimir")) ; - stab_V2 = dirV2 (regV "apunyalar") ; - stand_V = verbV (estar_54 "estar") ; ---- "estar dret" - suck_V2 = dirV2 (regV "xuclar") ; - swell_V = regV "inflar" ; - swim_V = regV "nedar" ; - think_V = regV "pensar" ; - throw_V2 = dirV2 (verbV (comenar_22 "llenar")) ; - tie_V2 = dirV2 (verbV (pregar_86 "lligar")) ; - turn_V = regV "girar" ; - vomit_V = regV "vomitar" ; - wash_V2 = dirV2 (regV "rentar") ; - wipe_V2 = dirV2 (verbV (pregar_86 "eixugar")) ; - breathe_V = regV "respirar" ; - john_PN = mkPN "Joan" masculine ; - today_Adv = mkAdv "avui" ; - - grammar_N = regFN "gramtica" ; - language_N = regFN "llengua" ; - rule_N = regFN "regla" ; - question_N = regFN "pregunta" ; - ready_A = regA "preparat" ; - reason_N = regFN "ra" ; - uncertain_A = regA "incert" ; - -} ; diff --git a/old-lib/resource/catalan/MorphoCat.gf b/old-lib/resource/catalan/MorphoCat.gf deleted file mode 100644 index f21bc849d..000000000 --- a/old-lib/resource/catalan/MorphoCat.gf +++ /dev/null @@ -1,160 +0,0 @@ ---# -path=.:../romance:../common:../../prelude - ---1 A Simple Catalan Resource Morphology --- --- Aarne Ranta 2002 -- 2005 --- Jordi Saludes 2008: Derived from MorphoSpa. --- --- This resource morphology contains definitions needed in the resource --- syntax. To build a lexicon, it is better to use $ParadigmsCat$, which --- gives a higher-level access to this module. - -resource MorphoCat = CommonRomance, ResCat ** - open PhonoCat, Prelude, Predef 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. --- gcc M2.3 -oper - numForms : (_,_ : Str) -> Number => Str = \vi, vins -> - table {Sg => vi ; Pl => vins} ; - - nomCep : Str -> Number => Str = \cep -> - numForms cep (cep + "s") ; - - - nomCasa : Str -> Str -> Number => Str = \es,casa -> - numForms casa (init casa + es) ; - - nomFre : Str -> Number => Str = \fre -> - numForms fre (fre + "ns") ; - - nomCas : Str -> Number => Str = \cas -> - numForms cas (cas + "os") ; - - nomTest : Str -> Number => Str = \test -> - numForms test (variants {test + "s"; test + "os"}) ; - - nomFaig : Str -> Number => Str = \faig -> - let - fa = Predef.tk 2 faig - in - numForms faig (variants {fa + "jos" ; faig + "s"}) ; - - nomDesig : Str -> Number => Str = \desig -> - let - desi = Predef.tk 1 desig - in - numForms desig (variants {desi + "tjos" ; desi + "gs"}) ; - - nomTemps : Str -> Number => Str = \temps -> - numForms temps temps ; - --- Common nouns are inflected in number and have an inherent gender. - - mkNoun : (Number => Str) -> Gender -> Noun = \noinois,gen -> - {s = noinois ; g = gen} ; - - mkNounIrreg : Str -> Str -> Gender -> Noun = \vi,vins -> - mkNoun (numForms vi vins) ; - - mkNomReg : Str -> Noun = \noi -> - let - mkNounMas : (Str -> Number => Str) -> Noun = \rule -> mkNoun (rule noi) Masc - in - case last noi of { - "a" => mkNoun (nomCasa "es" noi) Fem ; - "s"|"x"|"ç" => mkNounMas nomCas ; - "i"|"e" => mkNounMas nomFre ; - "í" => mkNounMas (nomCasa "ins") ; - "à" => mkNounMas (nomCasa "ans") ; - "ó" => mkNounMas (nomCasa "ons") ; - "g" => mkNounMas nomFaig ; - _ => mkNounMas nomCep - } ; - ---2 Adjectives --- --- Adjectives are conveniently seen as gender-dependent nouns. --- Here are some patterns. First one that describes the worst case. --- gcc M2.1 - - mkAdj : (_,_,_,_,_ : Str) -> Adj = \prim,prima,prims,primes,primament -> - {s = table { - AF Masc n => numForms prim prims ! n ; - AF Fem n => numForms prima primes ! n ; - AA => primament - } - } ; - ---- Then the regular and invariant patterns. - - adjPrim : Str -> Adj = \prim -> - mkAdj prim (prim + "a") (prim + "s") (prim + "es") (prim + "ament") ; - - adjBlau : Str -> Str -> Adj = \blau,blava -> - let - blav = Predef.tk 1 blava - in - mkAdj blau blava (blau + "s") (blav + "es") (blava + "ment") ; - - adjFondo : Str -> Adj = \fondo -> - let - fond = Predef.tk 1 fondo - in - adjBlau fondo (fond + "a") ; - - adjBo : Str -> Adj = \bo -> - mkAdj bo (bo + "na") (bo + "ns") (bo + "nes") (bo + "nament") ; - - adjFidel : Str -> Adj = \fidel -> - let - fidels = fidel + "s" - in - mkAdj fidel fidel fidels fidels (fidel + "ment") ; - - mkAdjReg : Str -> Adj = \prim -> - case last prim of { - "e"|"u"|"o" => adjFondo prim ; - _ => adjPrim prim - } ; - - ---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 -> - {s = table { - Ton Nom => il ; - Ton x => prepCase x ++ Lui ; - Aton Nom => strOpt il ; ---- [] ; - Aton Acc => le ; - Aton (CPrep P_a) => lui ; - Aton q => prepCase q ++ Lui ; ---- GF bug with c or p! - Poss Masc Sg => son ; - Poss Fem Sg => sa ; - Poss Masc Pl => ses ; - Poss Fem Pl => see - } ; - a = {g = g ; n = n ; p = p} ; - hasClit = True - } ; - - ---2 Determiners --- --- Determiners, traditionally called indefinite pronouns, are inflected --- in gender and number, like adjectives. - - pronForms : Adj -> Gender -> Number -> Str = \tal,g,n -> tal.s ! AF g n ; - -} diff --git a/old-lib/resource/catalan/NounCat.gf b/old-lib/resource/catalan/NounCat.gf deleted file mode 100644 index ee398698a..000000000 --- a/old-lib/resource/catalan/NounCat.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete NounCat of Noun = CatCat ** NounRomance with - (ResRomance = ResCat) ; diff --git a/old-lib/resource/catalan/NumeralCat.gf b/old-lib/resource/catalan/NumeralCat.gf deleted file mode 100644 index fe824165e..000000000 --- a/old-lib/resource/catalan/NumeralCat.gf +++ /dev/null @@ -1,170 +0,0 @@ -concrete NumeralCat of Numeral = CatCat ** - open CommonRomance, ResRomance, MorphoCat, Prelude in { - --- --- gcc M3.5.1, M3.5.2 --- - -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} ; - - --- Auxiliaries - -oper - -- Use cardinal for big ordinals [M3.5.2] - cent : Number => CardOrd => Str = \\n,co => case n of { - Pl => case co of { - NCard Masc => "-cents" ; - NCard Fem => "-centes" ; - _ => "-cents" ---- variants {} ---- AR 23/6/2008 - } ; - Sg => "cent" - } ; - cardOrd1 : CardOrd -> (_,_,_:Str) -> Str = \co,dos,dues,segon -> case co of { - NCard Masc => dos ; - NCard Fem => dues ; - NOrd Masc Sg => segon ; - NOrd Fem Sg => segon + "a" ; - NOrd Masc Pl => segon + "s" ; - NOrd Fem Pl => segon + "es" - } ; - - - cardOrdReg : CardOrd -> Str -> Str -> Str = \co,sis,si -> case co of { - NCard _ => sis ; - NOrd Masc Sg => si + "" ; - NOrd Fem Sg => si + "ena" ; - NOrd Masc Pl => si + "ens" ; - NOrd Fem Pl => si + "enes" - } ; - - cardOrd2 : CardOrd -> Str -> Str = \co,sis -> let si = init sis in - case (last sis) of { - "e" => cardOrdReg co sis si ; - "a" => cardOrdReg co sis si ; - "u" => cardOrdReg co sis (si + "v") ; - _ => cardOrdReg co sis sis - } ; - - cardOrd3 : CardOrd -> (m,f:Str) -> Str = \co,dos,dues -> case co of { - NCard Masc => dos ; - NCard Fem => dues ; - NOrd Masc Sg => dos + "" ; - NOrd Fem Sg => dos + "ena" ; - NOrd Masc Pl => dos + "ens" ; - NOrd Fem Pl => dos + "enes" - } ; - - - digitPl1 : (u,t,d,dp:Str) -> (fem,ord:Str) -> {s: DForm => CardOrd => Str} = \dos,dotze,vint,vinti,dues,segon -> { - s = \\df,co => - case df of { - unit => cardOrd1 co dos dues segon ; - teen => cardOrd2 co dotze ; - ten => cardOrd2 co vint ; - tenplus => cardOrd2 co vinti ; - _ => cardOrd3 co dos dues - } - } ; - - digitPl2 : (u,t,d,dp:Str) -> {s: DForm => CardOrd => Str} = \sis,setze,seixanta,seixantai -> { - s = \\df,co => case df of { - unit => cardOrd2 co sis; - teen => cardOrd2 co setze ; - ten => cardOrd2 co seixanta ; - tenplus => cardOrd2 co seixantai ; - _ => cardOrd2 co sis - } - } ; - - -lin - num x = x ; - - n2 = digitPl1 "dos" "dotze" "vint" "vint-i-" "dues" "segon" ; - n3 = digitPl1 "tres" "tretze" "trenta" "trenta-" "tres" "tercer" ; - n4 = digitPl1 "quatre" "catorze" "quaranta" "quaranta-" "quatre" "quart" ; - n5 = digitPl1 "cinc" "quinze" "cinquanta" "cinquanta-" "cinc" "quint" ; - n6 = digitPl2 "sis" "setze" "seixanta" "seixanta-" ; - n7 = digitPl2 "set" "disset" "setanta" "setanta-" ; - n8 = digitPl2 "vuit" "divuit" "vuitanta" "vuitanta-" ; - n9 = digitPl2 "nou" "dinou" "noranta" "noranta-" ; - - pot01 = {s= \\df,co => - case df of { - unit => cardOrd1 co "un" "una" "primer" ; - teen => cardOrd2 co "onze" ; - ten => cardOrd2 co "deu" ; - tenplus => variants {} ; - OrdF => cardOrd2 co "un" ; - Aunit => [] - }; - n= Sg} ; - - pot0 d = d ** {n= Pl} ; - pot110 = {s= \\co => cardOrdReg co "deu" "des"; n= Pl} ; - pot111 = {s= \\co => cardOrd2 co "onze"; n= Pl} ; - pot1to19 d = {s= \\co => d.s ! teen ! co ; n= Pl} ; - pot0as1 n = {s= n.s ! unit; n= n.n} ; - pot1 d = {s= \\co => d.s ! ten ! co; n= Pl} ; - pot1plus d e = - {s= \\co => ((d.s ! tenplus ! (NCard Masc)) ++ (e.s ! OrdF ! co)); n= Pl} ; - pot1as2 n = n ; - pot2 d = {s= \\co => (d.s ! Aunit ! co) ++ (cent ! (d.n) ! co); n= Pl} ; - pot2plus d n = { - s= \\co => (d.s ! Aunit ! co) ++ (cent ! (d.n) ! co) ++ (n.s ! co); - n= Pl} ; - pot2as3 n = n ; - pot3 n = {s= \\co => (table {Sg => []; Pl => (n.s ! co) } ! n.n) ++ "mil"; n= Pl} ; - pot3plus n m = - {s= \\co => (table {Sg => []; Pl => (n.s ! co)} ! n.n) ++ "mil" ++ (m.s !co); - n= Pl} ; - - -param - DForm = unit | teen | ten | tenplus | Aunit | OrdF ; - --- numerals as sequences of digits - - lincat - Dig = TDigit ; - - lin - IDig d = d ; - - IIDig d i = { - s = \\o => d.s ! NCard Masc ++ 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/old-lib/resource/catalan/ParadigmsCat.gf b/old-lib/resource/catalan/ParadigmsCat.gf deleted file mode 100644 index 4032d94d7..000000000 --- a/old-lib/resource/catalan/ParadigmsCat.gf +++ /dev/null @@ -1,459 +0,0 @@ ---# -path=.:../romance:../common:../abstract:../../prelude - ---1 Catalan Lexical Paradigms --- --- Aarne Ranta 2004 - 2006 --- Jordi Saludes 2008: Modified from ParadigmsSpa --- --- 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 $MorphoCat.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 --- [``IrregCat`` ../../catalan/IrregCat.gf]. - -resource ParadigmsCat = - open - (Predef=Predef), - Prelude, - CommonRomance, - ResCat, - MorphoCat, - BeschCat, - CatCat in { - - flags optimize=all ; - ---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 ; - genitive : Prep ; - dative : Prep ; - - mkPrep : Str -> Prep ; - - ---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. TODO - - mkN : (llum : Str) -> N ; - --- A different gender can be forced. - - mkN : Str -> Gender -> N ; - --- The worst case has two forms (singular + plural) and the gender. - - mkN : (disc,discos : Str) -> Gender -> N - } ; - - ---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. "nmero de telfon". --- They could be formed in syntax, but we give a shortcut here since --- they are frequent in lexica. - - compN : N -> Str -> N ; - - ---3 Relational nouns --- --- Relational nouns ("filla de x") need a case and a preposition. - - mkN2 : N -> Prep -> N2 ; - --- The most common cases are the genitive "de" and the dative "a", --- with the empty preposition. - - deN2 : N -> N2 ; - aN2 : N -> N2 ; - --- Three-place relational nouns ("la connexi de x a y") need two prepositions. - - mkN3 : N -> Prep -> Prep -> N3 ; - - ---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. TODO - - mkPN : overload { - mkPN : (Anna : Str) -> PN ; - mkPN : (Pilar : Str) -> Gender -> PN - } ; - - ---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 : (sol : Str) -> A ; - --- One-place adjectives compared with "mas" need five forms in the worst --- case (masc and fem singular, masc plural, adverbial). - - mkA : (fort,forta,forts,fortes,fortament : Str) -> A ; - --- In the worst case, two separate adjectives are given: --- the positive ("bo"), and the comparative ("millor"). - - mkA : (bo : A) -> (millor : A) -> A - } ; - --- The functions above create postfix adjectives. To switch --- them to prefix ones (i.e. ones placed before the noun in --- modification, as in "gran casa"), the following function is --- provided. --- JS: What about vi b -> bon vi ? - - prefixA : A -> A ; - - ---3 Two-place adjectives --- --- Two-place adjectives need a preposition for their second argument. - - mkA2 : A -> Prep -> A2 ; - - - ---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. "sempre"). - - mkAdV : Str -> AdV ; - --- Adverbs modifying adjectives and sentences can also be formed. - - mkAdA : Str -> AdA ; - - ---2 Verbs - - mkV : overload { - --- Regular verbs are ones inflected like "cantar", "perdre", "tmer", "perdre", "servir", "dormir" --- The regular verb function works for models I, IIa, IIb and IIa --- The module $BeschCat$ gives the complete set of "Bescherelle" conjugations. - - mkV : (cantar : Str) -> V ; - --- Verbs with vowel alternatition in the stem - easiest to give with --- two forms, e.g. "mostrar"/"muestro". TODO - ---JS: Needed? mkV : (mostrar,muestro : Str) -> V ; - --- Most irregular verbs are found in $IrregCat$. If this is not enough, --- the module $BeschCat$ gives all the patterns of the "Bescherelle" --- book. To use them in the category $V$, wrap them with the function - - mkV : Verbum -> V - } ; - --- To form reflexive verbs: - - reflV : V -> V ; - --- Verbs with a deviant passive participle: just give the participle --- in masculine singular form as second argument. - - special_ppV : V -> Str -> V ; - - - ---3 Two-place verbs --- --- Two-place verbs need a preposition, except the special case with direct object. --- (transitive verbs). - - mkV2 : overload { - mkV2 : Str -> V2 ; - mkV2 : V -> V2 ; - mkV2 : V -> Prep -> V2 - } ; - - --- 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 : V -> Prep -> Prep -> V3 ; -- parlar, a, de - dirV3 : V -> Prep -> V3 ; -- donar,(accusative),a - dirdirV3 : V -> V3 ; -- donar,(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 ; - mkV2S : V -> Prep -> V2S ; - mkVV : V -> VV ; -- plain infinitive: "vull parlar" - deVV : V -> VV ; -- "acabar de parlar" - aVV : V -> VV ; -- "aprendre a parlar" - mkV2V : V -> Prep -> Prep -> V2V ; - mkVA : V -> VA ; - mkV2A : V -> Prep -> Prep -> V2A ; - mkVQ : V -> VQ ; - mkV2Q : V -> Prep -> V2Q ; - - 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 = MorphoCat.Gender ; - Number = MorphoCat.Number ; - masculine = Masc ; - feminine = Fem ; - singular = Sg ; - plural = Pl ; - - accusative = complAcc ** {lock_Prep = <>} ; - genitive = complGen ** {lock_Prep = <>} ; - dative = complDat ** {lock_Prep = <>} ; - mkPrep p = {s = p ; c = Acc ; 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} ** {lock_NP = <>} ; - - mk5A a b c d e = - compADeg {s = \\_ => (mkAdj a b c d e).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 => "ms" ++ 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 = <>} ; - - regIIIV : (Str -> Verbum) -> Str -> V = \v,x -> -- I, IIa, IIb, III model given by v - let - verb = case (Predef.dp 2 x) of { - "re" => perdre_83 x ; -- IIa - "er" => tmer_107 x ; -- IIb - "ir" => v x ; -- III? - _ => cantar_15 x -- Ia - } - in verbBesch verb ** {vtyp = VHabere ; lock_V = <>} ; - - regVa = regIIIV dormir_44 ; -- IIIa - regV = regIIIV servir_101 ; -- IIIb - - reflV v = {s = v.s ; vtyp = VRefl ; lock_V = <>} ; - - verbV ve = verbBesch ve ** {vtyp = VHabere ; lock_V = <>} ; - - reflVerbV : Verbum -> V = \ve -> reflV (verbV ve) ; - - special_ppV ve pa = { - s = table { - VPart g n => (adjPrim pa).s ! AF g n ; - p => ve.s ! p - } ; - lock_V = <> ; - vtyp = VHabere - } ; - --- regAltV x y = verbV (regAlternV x y) ; - - mk2V2 v p = {s = v.s ; vtyp = v.vtyp ; c2 = p ; lock_V2 = <>} ; - dirV2 v = mk2V2 v accusative ; - v2V v = v ** {lock_V = <>} ; - - mkV3 v p q = {s = v.s ; vtyp = v.vtyp ; - c2 = p ; c3 = q ; lock_V3 = <>} ; - dirV3 v p = mkV3 v accusative p ; - dirdirV3 v = dirV3 v dative ; - - 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 - mkV2S v p = mk2V2 v p ** {mn,mp = Indic ; lock_V2S = <>} ; - mkVV v = v ** {c2 = complAcc ; lock_VV = <>} ; - deVV v = v ** {c2 = complGen ; lock_VV = <>} ; - aVV v = v ** {c2 = complDat ; lock_VV = <>} ; - mkV2V v p t = mkV3 v p t ** {lock_V2V = <>} ; - mkVA v = v ** {lock_VA = <>} ; - mkV2A v p q = mkV3 v p q ** {lock_V2A = <>} ; - 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 : (llum : Str) -> N = regN ; - mkN : Str -> Gender -> N = \s,g -> {s = (regN s).s ; g = g ; lock_N = <>}; - mkN : (disc,discos : Str) -> Gender -> N = mk2N - } ; - regN : Str -> N ; - mk2N : (disc,discos : Str) -> Gender -> N ; - mascN : N -> N ; - femN : N -> N ; - - - mkPN = overload { - mkPN : (Anna : Str) -> PN = regPN ; - mkPN : (Pilar : Str) -> Gender -> PN = mk2PN - } ; - mk2PN : Str -> Gender -> PN ; -- Joan - 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 : (fort,forta,forts,fortes,fortament : Str) -> A = mk5A ; - mkA : (bo : A) -> (millor : A) -> A = mkADeg ; - } ; - - mk5A : (fort,forta,forts,fortes,fortament : Str) -> A ; - regA : Str -> A ; - mkADeg : A -> A -> A ; - compADeg : A -> A ; - regADeg : Str -> A ; - prefA : A -> A ; - prefixA = prefA ; - - mkV = overload { - mkV : (cantar : Str) -> V = regV ; ---JS mkV : (mostrar,muestro : Str) -> V = regAltV ; - mkV : Verbum -> V = verbV - } ; - regV, regVa : Str -> V ; ---JS regAltV : (mostrar,muestro : Str) -> V ; - verbV : 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/old-lib/resource/catalan/PhonoCat.gf b/old-lib/resource/catalan/PhonoCat.gf deleted file mode 100644 index f750aeb01..000000000 --- a/old-lib/resource/catalan/PhonoCat.gf +++ /dev/null @@ -1,41 +0,0 @@ ---# -path=../common:prelude - -resource PhonoCat = open Prelude in { - ---3 Elision --- --- The phonological rule of *elision* can be defined as follows in GF. --- In Catalan it includes both vowels and 'h'. - ----TODO: L'elisi depn de la tonicitat. - -oper - vocal : Strs = strs { - "a" ; "" ; - "e" ; "" ; "" ; "o" ; "" ; "" ; - "i" ; "" ; "" ; "u" ; "" ; "" ; "h" - } ; - - vocalForta : Strs = strs { - "a" ; "" ; "ha" ; "h" ; - "e" ; "" ; "" ; "he" ; "h" ; "h" ; - "o" ; "" ; "" ; "ho" ; "h" ; "h" ; - "" ; "" ; "h" ; "h" ; - } ; - - vocalFeble : Strs = strs { - "i" ; "" ; "u" ; "" ; - "hi" ; "h" ; "hu" ; "h" ; - } ; - - -elisDe = pre { "de" ; "d'" / vocal }; -elisEl = pre { "el" ; "l'" / vocal } ; -elisLa = pre { "la" ; "l'" / vocalForta } ; -elisEm = pre { "em" ; "m'" / vocal } ; -elisEt = pre { "et" ; "t'" / vocal } ; -elisEs = pre { - pre { "es" ; "s'" / vocal} ; - "se" / strs { "s" } } ; - -} diff --git a/old-lib/resource/catalan/PhraseCat.gf b/old-lib/resource/catalan/PhraseCat.gf deleted file mode 100644 index daaea343a..000000000 --- a/old-lib/resource/catalan/PhraseCat.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete PhraseCat of Phrase = CatCat ** PhraseRomance with - (ResRomance = ResCat) ; diff --git a/old-lib/resource/catalan/QuestionCat.gf b/old-lib/resource/catalan/QuestionCat.gf deleted file mode 100644 index 331541c19..000000000 --- a/old-lib/resource/catalan/QuestionCat.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete QuestionCat of Question = CatCat ** QuestionRomance with - (ResRomance = ResCat) ; diff --git a/old-lib/resource/catalan/RelativeCat.gf b/old-lib/resource/catalan/RelativeCat.gf deleted file mode 100644 index 6b6a9b27c..000000000 --- a/old-lib/resource/catalan/RelativeCat.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete RelativeCat of Relative = CatCat ** RelativeRomance with - (ResRomance = ResCat) ; diff --git a/old-lib/resource/catalan/ResCat.gf b/old-lib/resource/catalan/ResCat.gf deleted file mode 100644 index 4a1b7dd80..000000000 --- a/old-lib/resource/catalan/ResCat.gf +++ /dev/null @@ -1,13 +0,0 @@ ---1 Catalan 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 ResCat of ResRomance = DiffCat ** open CommonRomance, Prelude in { - - flags optimize=noexpand ; - -} ; diff --git a/old-lib/resource/catalan/SentenceCat.gf b/old-lib/resource/catalan/SentenceCat.gf deleted file mode 100644 index 7d5c33f74..000000000 --- a/old-lib/resource/catalan/SentenceCat.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete SentenceCat of Sentence = CatCat ** SentenceRomance with - (ResRomance = ResCat) ; diff --git a/old-lib/resource/catalan/StructuralCat.gf b/old-lib/resource/catalan/StructuralCat.gf deleted file mode 100644 index 524420fa5..000000000 --- a/old-lib/resource/catalan/StructuralCat.gf +++ /dev/null @@ -1,154 +0,0 @@ -concrete StructuralCat of Structural = CatCat ** - open PhonoCat, MorphoCat, ParadigmsCat, BeschCat, Prelude in { - - flags optimize=all ; - -lin - - above_Prep = mkPrep "sobre" ; - after_Prep = {s = ["desprs"] ; c = MorphoCat.genitive ; isDir = False} ; - all_Predet = { - s = \\a,c => prepCase c ++ aagrForms "tot" "tota" "tots" "totes" ! a ; - c = Nom - } ; - almost_AdA, almost_AdN = ss (variants {"quasi"; "gaireb"}) ; - always_AdV = ss "sempre" ; - although_Subj = ss "bench" ** {m = Conjunct} ; - and_Conj = {s1 = [] ; s2 = etConj.s ; n = Pl} ; - because_Subj = ss "perque" ** {m = Indic} ; - before_Prep = {s = "abans" ; c = MorphoCat.genitive ; isDir = False} ; - behind_Prep = {s = "darrera" ; c = MorphoCat.genitive ; isDir = False} ; - between_Prep = mkPrep "entre" ; - both7and_DConj = {s1,s2 = etConj.s ; n = Pl} ; - but_PConj = ss "per" ; - by8agent_Prep = mkPrep "per" ; - by8means_Prep = mkPrep "mitjanant" ; - can8know_VV = mkVV (verbV (saber_99 "saber")) ; - can_VV = mkVV (verbV (poder_85 "poder")) ; - during_Prep = mkPrep "durant" ; ---- - either7or_DConj = {s1,s2 = "o" ; n = Sg} ; - everybody_NP = makeNP ["tothom"] Masc Sg ; - every_Det = {s = \\_,_ => "cada" ; n = Sg} ; - everything_NP = pn2np (mkPN ["tot"] Masc) ; - everywhere_Adv = ss ["a tot arreu"] ; - few_Det = {s = \\g,c => prepCase c ++ genForms "pocs" "poques" ! g ; n = Pl} ; ---- first_Ord = {s = \\ag => (regA "primer").s ! Posit ! AF ag.g ag.n} ; - for_Prep = mkPrep ["per a"] ; - from_Prep = complGen ; --- - he_Pron = - mkPronoun - "ell" "lo" "el" "ell" - ["el seu"] ["la seva"] ["els seus"] ["les seves"] - Masc Sg P3 ; - here_Adv = mkAdv "aqu" ; -- ac - here7to_Adv = mkAdv ["cap aqu"] ; - here7from_Adv = mkAdv ["d'aqu"] ; - how_IAdv = ss "com" ; - how8many_IDet = - {s = \\g,c => prepCase c ++ genForms "quants" "quantes" ! g ; n = Pl} ; - if_Subj = ss "si" ** {m = Indic} ; - in8front_Prep = {s = "davant" ; c = MorphoCat.genitive ; isDir = False} ; - i_Pron = - mkPronoun - "jo" "em" "em" "mi" - ["el meu"] ["la meva"] ["els meus"] ["les meves"] - Fem Sg P1 ; - in_Prep = mkPrep "en" ; - it_Pron = - mkPronoun - "ell" "lo" "el" "ell" - ["el seu"] ["la seva"] ["els seus"] ["les seves"] - Masc Sg P3 ; - less_CAdv = ss "menys" ; ---- - many_Det = {s = \\g,c => prepCase c ++ genForms "molts" "moltes" ! g ; n = Pl} ; - more_CAdv = ss "ms" ; - most_Predet = {s = \\_,c => prepCase c ++ ["la majoria"] ; c = CPrep P_de} ; - much_Det = {s = \\g,c => prepCase c ++ genForms "molt" "molta" ! g ; n = Sg} ; - must_VV = mkVV (verbV (haver_59 "haver")) ; -- + of_Prep - no_Utt = ss "no" ; - on_Prep = mkPrep "sobre" ; ---- one_Quant = {s = \\g,c => prepCase c ++ genForms "un" "una" ! g} ; - only_Predet = {s = \\_,c => prepCase c ++ "noms" ; c = Nom} ; - or_Conj = {s1 = [] ; s2 = "o" ; n = Sg} ; - otherwise_PConj = ss "altrament" ; - part_Prep = complGen ; - please_Voc = ss "sisplau" ; - possess_Prep = complGen ; - quite_Adv = ss "bastant" ; - she_Pron = - mkPronoun - "ella" "la" "la" "ella" - ["el seu"] ["la seva"] ["els seus"] ["les seves"] - Fem Sg P3 ; - so_AdA = ss "tan" ; - somebody_NP = pn2np (mkPN ["alg"] Masc) ; - somePl_Det = {s = \\g,c => prepCase c ++ genForms "alguns" "algunes" ! g ; n = Pl} ; - someSg_Det = {s = \\g,c => prepCase c ++ genForms "algun" "alguna" ! g ; n = Sg} ; - something_NP = pn2np (mkPN ["quelcom"] Masc) ; - somewhere_Adv = ss ["a algun lloc"] ; - that_Quant = { - s = table { - Sg => \\g,c => prepCase c ++ genForms "aquell" "aquella" ! g ; - Pl => \\g,c => prepCase c ++ genForms "aquells" "aquelles" ! g - } - } ; - there_Adv = mkAdv "all" ; -- all - there7to_Adv = mkAdv ["cap a all"] ; - there7from_Adv = mkAdv ["d'all"] ; - therefore_PConj = ss ["per tant"] ; - they_Pron = mkPronoun - "elles" "les" "les" "elles" - ["el seu"] ["la seva"] ["llurs"] ["llurs"] - Fem Pl P3 ; - this_Quant = { - s = table { - Sg => \\g,c => prepCase c ++ genForms "aquest" "aquesta" ! g ; - Pl => \\g,c => prepCase c ++ genForms "aquests" "aquestes" ! g - } - } ; - through_Prep = mkPrep "mitjanant" ; - too_AdA = ss "massa" ; - to_Prep = complDat ; - under_Prep = mkPrep "sota" ; - very_AdA = ss "molt" ; - want_VV = mkVV (verbV (voler_120 "voler")) ; - we_Pron = - mkPronoun - "nosaltres" "nos" "nos" "nosaltres" - ["el nostre"] ["la nostra"] ["els nostres"] ["les nostres"] - Fem 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 "quan" ; - when_Subj = ss "quan" ** {m = Indic} ; - where_IAdv = ss "on" ; - which_IQuant = {s = table { - Sg => \\g,c => prepCase c ++ "quin" ; --per fer: femen quina - Pl => \\g,c => prepCase c ++ "quins" - } - } ; --per fer: femen quines - whoPl_IP = {s = \\c => prepCase c ++ "qui" ; a = aagr Fem Pl} ; - whoSg_IP = {s = \\c => prepCase c ++ "qui" ; a = aagr Fem Sg} ; - why_IAdv = ss ["per qu"] ; - without_Prep = mkPrep "sense" ; - with_Prep = mkPrep "amb" ; - yes_Utt = ss "s" ; - youSg_Pron = mkPronoun - "tu" "et" "et" "tu" - ["el teu"] ["la teva"] ["els teus"] ["les teves"] - Fem Sg P2 ; - youPl_Pron = - mkPronoun - "vosaltres" "us" "us" "vosaltres" - ["el vostre"] ["la vostra"] ["els vostres"] ["les vostres"] - Fem Pl P2 ; - youPol_Pron = - mkPronoun - "vost" "li" "li" "vost" - ["el seu"] ["la seva"] ["els seus"] ["les seves"] - Fem Pl P2 ; - -oper - etConj : {s : Str ; n : MorphoCat.Number} = {s = "i" } ** {n = Pl} ; - -} \ No newline at end of file diff --git a/old-lib/resource/catalan/VerbCat.gf b/old-lib/resource/catalan/VerbCat.gf deleted file mode 100644 index db73a4301..000000000 --- a/old-lib/resource/catalan/VerbCat.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete VerbCat of Verb = CatCat ** VerbRomance with - (ResRomance = ResCat) ; diff --git a/old-lib/resource/common/CommonX.gf b/old-lib/resource/common/CommonX.gf deleted file mode 100644 index bcaf1e4b9..000000000 --- a/old-lib/resource/common/CommonX.gf +++ /dev/null @@ -1,31 +0,0 @@ -concrete CommonX of Common = open (R = ParamX) in { - - lincat - Text = {s : Str} ; --lock_Text : {}} ; - Phr = {s : Str} ; --lock_Phr : {}} ; - Utt = {s : Str} ; --lock_Utt : {}} ; - Voc = {s : Str} ; --lock_Voc : {}} ; - SC = {s : Str} ; --lock_SC : {}} ; - Adv = {s : Str} ; --lock_Adv : {}} ; - AdV = {s : Str} ; --lock_AdV : {}} ; - AdA = {s : Str} ; --lock_AdA : {}} ; - AdN = {s : Str} ; --lock_AdN : {}} ; - IAdv = {s : Str} ; --lock_IAdv : {}} ; - CAdv = {s : Str} ; --lock_CAdv : {}} ; - PConj = {s : Str} ; --lock_PConj : {}} ; - - Tense = {s : Str ; t : R.Tense} ; - Ant = {s : Str ; a : R.Anteriority} ; - Pol = {s : Str ; p : R.Polarity} ; - - lin - PPos = {s = []} ** {p = R.Pos} ; - PNeg = {s = []} ** {p = R.Neg} ; - TPres = {s = []} ** {t = R.Pres} ; - TPast = {s = []} ** {t = R.Past} ; --# notpresent - TFut = {s = []} ** {t = R.Fut} ; --# notpresent - TCond = {s = []} ** {t = R.Cond} ; --# notpresent - ASimul = {s = []} ** {a = R.Simul} ; - AAnter = {s = []} ** {a = R.Anter} ; --# notpresent - -} diff --git a/old-lib/resource/common/ConstructX.gf b/old-lib/resource/common/ConstructX.gf deleted file mode 100644 index ee4decf00..000000000 --- a/old-lib/resource/common/ConstructX.gf +++ /dev/null @@ -1,19 +0,0 @@ ---# -path=.:../abstract:prelude - -resource ConstructX = open CommonX in { - - oper - mkText : Str -> Text = \s -> {s = s ; lock_Text = <>} ; - mkPhr : Str -> Phr = \s -> {s = s ; lock_Phr = <>} ; - mkUtt : Str -> Utt = \s -> {s = s ; lock_Utt = <>} ; - mkVoc : Str -> Voc = \s -> {s = s ; lock_Voc = <>} ; - mkSC : Str -> SC = \s -> {s = s ; lock_SC = <>} ; - mkAdv : Str -> Adv = \s -> {s = s ; lock_Adv = <>} ; - mkAdV : Str -> AdV = \s -> {s = s ; lock_AdV = <>} ; - mkAdA : Str -> AdA = \s -> {s = s ; lock_AdA = <>} ; - mkAdN : Str -> AdN = \s -> {s = s ; lock_AdN = <>} ; - mkIAdv : Str -> IAdv = \s -> {s = s ; lock_IAdv = <>} ; - mkCAdv : Str -> CAdv = \s -> {s = s ; lock_CAdv = <>} ; - mkPConj : Str -> PConj = \s -> {s = s ; lock_PConj = <>} ; - -} diff --git a/old-lib/resource/common/ParamX.gf b/old-lib/resource/common/ParamX.gf deleted file mode 100644 index 65901de66..000000000 --- a/old-lib/resource/common/ParamX.gf +++ /dev/null @@ -1,65 +0,0 @@ -resource ParamX = open Prelude in { - ----- flags optimize=noexpand ; - - param - Number = Sg | Pl ; - Person = P1 | P2 | P3 ; - Degree = Posit | Compar | Superl ; - - Anteriority = - Simul - | Anter --# notpresent - ; - Tense = - Pres - | Past --# notpresent - | Fut --# notpresent - | Cond --# notpresent - ; - - param - - Polarity = Pos | Neg ; - - QForm = QDir | QIndir ; - --- Imperatives: True = polite, False = familiar. - - ImpForm = ImpF Number Bool ; - - oper - numImp : ImpForm -> Number = \i -> - case i of { - ImpF n _ => n - } ; - - conjNumber : Number -> Number -> Number = \m,n -> - case m of { - Sg => n ; - _ => Pl - } ; - --- For persons, we let the latter argument win ("either you or I am absent" --- but "either I or you are absent"). This is not quite clear. - - conjPerson : Person -> Person -> Person = \_,p -> - p ; - --- To construct a record with a polarity-dependent table. - - polCases : SS -> SS -> {s : Polarity => Str} = \true,false -> { - s = table { - Pos => true.s ; - Neg => false.s - } - } ; - --- To count the length of a tail in a sequence of digits, e.g. to put commas --- as in 1,000,000. - - param - DTail = T1 | T2 | T3 ; - - -} diff --git a/old-lib/resource/common/TenseX.gf b/old-lib/resource/common/TenseX.gf deleted file mode 100644 index 665bb146d..000000000 --- a/old-lib/resource/common/TenseX.gf +++ /dev/null @@ -1,18 +0,0 @@ -concrete TenseX of Tense = open (R = ParamX) in { - - lincat - Tense = {s : Str ; t : R.Tense} ; - Ant = {s : Str ; a : R.Anteriority} ; - Pol = {s : Str ; p : R.Polarity} ; - - lin - PPos = {s = []} ** {p = R.Pos} ; - PNeg = {s = []} ** {p = R.Neg} ; - TPres = {s = []} ** {t = R.Pres} ; - TPast = {s = []} ** {t = R.Past} ; - TFut = {s = []} ** {t = R.Fut} ; - TCond = {s = []} ** {t = R.Cond} ; - ASimul = {s = []} ** {a = R.Simul} ; - AAnter = {s = []} ** {a = R.Anter} ; - -} diff --git a/old-lib/resource/common/TextX.gf b/old-lib/resource/common/TextX.gf deleted file mode 100644 index a5ddebc54..000000000 --- a/old-lib/resource/common/TextX.gf +++ /dev/null @@ -1,11 +0,0 @@ -concrete TextX of Text = CommonX ** { - --- This will work for almost all languages except Spanish. - - 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/old-lib/resource/danish/AdjectiveDan.gf b/old-lib/resource/danish/AdjectiveDan.gf deleted file mode 100644 index 71d3c56c2..000000000 --- a/old-lib/resource/danish/AdjectiveDan.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete AdjectiveDan of Adjective = CatDan ** AdjectiveScand with - (ResScand = ResDan) ; diff --git a/old-lib/resource/danish/AdverbDan.gf b/old-lib/resource/danish/AdverbDan.gf deleted file mode 100644 index 07bab5be4..000000000 --- a/old-lib/resource/danish/AdverbDan.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete AdverbDan of Adverb = CatDan ** AdverbScand with - (ResScand = ResDan) ; diff --git a/old-lib/resource/danish/AllDan.gf b/old-lib/resource/danish/AllDan.gf deleted file mode 100644 index 737728417..000000000 --- a/old-lib/resource/danish/AllDan.gf +++ /dev/null @@ -1,7 +0,0 @@ ---# -path=.:../scandinavian:../abstract:../common:prelude - -concrete AllDan of AllDanAbs = - LangDan, - IrregDan - [fly_V], - ExtraDan - ** {} ; diff --git a/old-lib/resource/danish/AllDanAbs.gf b/old-lib/resource/danish/AllDanAbs.gf deleted file mode 100644 index c07422d5f..000000000 --- a/old-lib/resource/danish/AllDanAbs.gf +++ /dev/null @@ -1,5 +0,0 @@ -abstract AllDanAbs = - Lang, - IrregDanAbs - [fly_V], - ExtraDanAbs - ** {} ; diff --git a/old-lib/resource/danish/CatDan.gf b/old-lib/resource/danish/CatDan.gf deleted file mode 100644 index d3d6eec83..000000000 --- a/old-lib/resource/danish/CatDan.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete CatDan of Cat = CommonX ** CatScand with - (ResScand = ResDan) ; diff --git a/old-lib/resource/danish/ConjunctionDan.gf b/old-lib/resource/danish/ConjunctionDan.gf deleted file mode 100644 index d8e9215fd..000000000 --- a/old-lib/resource/danish/ConjunctionDan.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete ConjunctionDan of Conjunction = CatDan ** ConjunctionScand with - (ResScand = ResDan) ; diff --git a/old-lib/resource/danish/DiffDan.gf b/old-lib/resource/danish/DiffDan.gf deleted file mode 100644 index 2309efd3a..000000000 --- a/old-lib/resource/danish/DiffDan.gf +++ /dev/null @@ -1,86 +0,0 @@ -instance DiffDan of DiffScand = open CommonScand, Prelude in { - --- Parameters. - - param - Gender = Utr | Neutr ; - - oper - utrum = Utr ; - neutrum = Neutr ; - - gennum : Gender -> Number -> GenNum = \g,n -> - case < : Gender * Number> of { - => SgUtr ; - => SgNeutr ; - _ => Plg - } ; - - detDef : Species = Indef ; - - Verb : Type = { - s : VForm => Str ; - part : Str ; - vtype : VType ; - isVaere : Bool - } ; - - hasAuxBe v = v.isVaere ; - --- Strings. - - conjThat = "at" ; - conjThan = "end" ; - conjAnd = "og" ; - infMark = "at" ; - compMore = "mere" ; - - subjIf = "hvis" ; - - artIndef : Gender => Str = table { - Utr => "en" ; - Neutr => "et" - } ; - - verbHave = - mkVerb "have" "har" "hav" "havde" "haft" "haven" "havet" "havne" ** - {part = [] ; isVaere = False} ; - verbBe = - mkVerb "vre" "er" "var" "var" "vret" "vren" "vret" "vrne" ** - {part = [] ; isVaere = False} ; - verbBecome = - mkVerb "blive" "bliver" "bliv" "blev" "blevet" - "bliven" "blivet" "blivne" ** - {part = [] ; isVaere = True} ; - - auxFut = "vil" ; -- "skal" in ExtDan - auxCond = "ville" ; - - negation : Polarity => Str = table { - Pos => [] ; - Neg => "ikke" - } ; - - genderForms : (x1,x2 : Str) -> Gender => Str = \all,allt -> - table { - Utr => all ; - Neutr => allt - } ; - - relPron : GenNum => RCase => Str = \\gn,c => case c of { - RNom | RPrep False => "som" ; - RGen => "hvis" ; - RPrep _ => gennumForms "hvilken" "hvilket" "hvilke" ! gn - } ; - - pronSuch = gennumForms "sdan" "sdant" "sdanne" ; - - reflPron : Agr -> Str = \a -> case a of { - {gn = Plg ; p = P1} => "oss" ; - {gn = Plg ; p = P2} => "jer" ; - {p = P1} => "mig" ; - {p = P2} => "dig" ; - {p = P3} => "sig" - } ; - -} diff --git a/old-lib/resource/danish/ExtraDan.gf b/old-lib/resource/danish/ExtraDan.gf deleted file mode 100644 index 28083b20c..000000000 --- a/old-lib/resource/danish/ExtraDan.gf +++ /dev/null @@ -1,3 +0,0 @@ -concrete ExtraDan of ExtraDanAbs = ExtraScandDan ** open CommonScand, ResDan in { - -} diff --git a/old-lib/resource/danish/ExtraDanAbs.gf b/old-lib/resource/danish/ExtraDanAbs.gf deleted file mode 100644 index 45ac75290..000000000 --- a/old-lib/resource/danish/ExtraDanAbs.gf +++ /dev/null @@ -1,7 +0,0 @@ --- Structures special for Danish. These are not implemented in other --- Scandinavian languages. - -abstract ExtraDanAbs = ExtraScandAbs ** { - - -} \ No newline at end of file diff --git a/old-lib/resource/danish/ExtraScandDan.gf b/old-lib/resource/danish/ExtraScandDan.gf deleted file mode 100644 index 26fa8f390..000000000 --- a/old-lib/resource/danish/ExtraScandDan.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete ExtraScandDan of ExtraScandAbs = CatDan ** ExtraScand with - (ResScand = ResDan) ; diff --git a/old-lib/resource/danish/GrammarDan.gf b/old-lib/resource/danish/GrammarDan.gf deleted file mode 100644 index 1c2424787..000000000 --- a/old-lib/resource/danish/GrammarDan.gf +++ /dev/null @@ -1,21 +0,0 @@ ---# -path=.:../scandinavian:../abstract:../common:prelude - -concrete GrammarDan of Grammar = - NounDan, - VerbDan, - AdjectiveDan, - AdverbDan, - NumeralDan, - SentenceDan, - QuestionDan, - RelativeDan, - ConjunctionDan, - PhraseDan, - TextX, - IdiomDan, - StructuralDan - ** { - -flags startcat = Phr ; unlexer = text ; lexer = text ; - -} ; diff --git a/old-lib/resource/danish/IdiomDan.gf b/old-lib/resource/danish/IdiomDan.gf deleted file mode 100644 index 91c46af12..000000000 --- a/old-lib/resource/danish/IdiomDan.gf +++ /dev/null @@ -1,38 +0,0 @@ -concrete IdiomDan of Idiom = CatDan ** - open MorphoDan, ParadigmsDan, IrregDan, Prelude in { - - flags optimize=all_subs ; - - lin - ImpersCl vp = mkClause "det" (agrP3 MorphoDan.neutrum Sg) vp ; - GenericCl vp = mkClause "man" (agrP3 MorphoDan.utrum Sg) vp ; - - CleftNP np rs = mkClause "det" (agrP3 MorphoDan.neutrum Sg) - (insertObj (\\_ => np.s ! rs.c ++ rs.s ! np.a) (predV verbBe)) ; - - CleftAdv ad s = mkClause "det" (agrP3 MorphoDan.neutrum Sg) - (insertObj (\\_ => ad.s ++ s.s ! Sub) (predV verbBe)) ; - - ExistNP np = - mkClause "det" (agrP3 MorphoDan.neutrum Sg) (insertObj - (\\_ => np.s ! accusative) (predV (depV finde_V))) ; - - ExistIP ip = { - s = \\t,a,p => - let - cls = - (mkClause "det" (agrP3 MorphoDan.neutrum Sg) (predV (depV finde_V))).s ! t ! a ! p ; - who = ip.s ! accusative - in table { - QDir => who ++ cls ! Inv ; - QIndir => who ++ cls ! Sub - } - } ; - - ProgrVP vp = - insertObj (\\a => ["ved "] ++ infVP vp a) (predV verbBe) ; - - ImpPl1 vp = {s = ["lad os"] ++ infVP vp {gn = Plg ; p = P1}} ; - -} - diff --git a/old-lib/resource/danish/IrregDan.gf b/old-lib/resource/danish/IrregDan.gf deleted file mode 100644 index 31dfebeff..000000000 --- a/old-lib/resource/danish/IrregDan.gf +++ /dev/null @@ -1,72 +0,0 @@ ---# -path=.:../scandinavian:../common:../abstract:../../prelude - --- http://users.cybercity.dk/~nmb3879/danishgram3.html - -concrete IrregDan of IrregDanAbs = CatDan ** open Prelude, ParadigmsDan in { - - flags optimize=values ; - - lin - - bre_V = irregV "bre" "bar" "bret" ; - bede_V = mkV "bede" "beder" "bedes" "bad" "bedt" "bed" ; - bide_V = irregV "bite" "bed" "bidt" ; - binde_V = irregV "binde" "bandt" "bundet" ; - blive_V = irregV "blive" "blev" "blevet" ; - brnde_V = irregV "brnde" "brandt" "brndt" ;-- - bringe_V = irregV "bringe" "bragte" "bragt" ; - burde_V = irregV "burde" "burde" "burdet" ;-- - d_V = irregV "d" "dde" "dd" ; - drage_V = irregV "drage" "drog" "draget" ; - drikke_V = irregV "drikke" "drak" "drukket" ; - drive_V = irregV "drive" "drev" "drevet" ; - falde_V = irregV "falde" "faldt" "faldet" ;----er - f_V = irregV "f" "fik" "fet" ; - finde_V = irregV "finde" "fandt" "fundet" ; - flyde_V = irregV "flyde" "fld" "flydt" ; - flyve_V = irregV "flyve" "flj" "fljet" ; - forlade_V = irregV "forlade" "forlod" "forladet" ; - forst_V = irregV "forst" "forstod" "forstet" ; - fryse_V = irregV "fryse" "frs" "frosset" ; - g_V = irregV "g" "gik" "get" ;----er - give_V = irregV "give" "gav" "givet" ; - gnide_V = irregV "gnide" "gned" "gnidd" ;-- - gre_V = irregV "gre" "gjorde" "gjort" ; - have_V = mkV "have" "har" "havde" "haft" "havd" "hav" ; - hente_V = irregV "hente" "hentet" "hendt" ;-- --- hete_V = irregV "hete" (variants {"het" ;-- "hette"}) "hett" ;-- --- hjelpe_V = irregV "hjelpe" "hjalp" "hjulpet" ;-- - holde_V = irregV "holde" "holdt" "holdt" ;-- - komme_V = irregV "komme" "kom" "kommet" ; - kunne_V = irregV "kunne" "kunne" "kunnet" ; - lade_V = irregV "lade" "lod" "ladet" ; - lgge_V = irregV "lgge" "lagde" "lagt" ; - le_V = irregV "le" "lo" "leet" ; - ligge_V = irregV "ligge" "l" "ligget" ; - lbe_V = irregV "lbe" "lb" "lbet" ; - mtte_V = irregV "mtte" "mtte" "mttet" ; - renne_V = irregV "renne" "rant" "rent" ;-- - slge_V = irregV "slge" "solgte" "solgt" ; - stte_V = irregV "stte" "satte" "sat" ; - se_V = irregV "se" "s" "set" ; - sidde_V = irregV "sidde" "sad" "siddet" ; - sige_V = irregV "sige" "sagde" "sagt" ; - skre_V = irregV "skre" "skar" "skret" ;-- - skrive_V = irregV "skrive" "skrev" "skrevet" ; - skulle_V = irregV "skulle" "skulle" "skullet" ; - sl_V = irregV "sl" "slog" "sltt" ;-- - sove_V = irregV "sove" "sov" "sovet" ; - sprge_V = irregV "sprge" "spurgte" "spurgt" ; - springe_V = irregV "springe" "sprang" "sprunget" ;-- - st_V = irregV "st" "stod" "stet" ; - stikke_V = irregV "stikke" "stakk" "stukket" ;-- - synge_V = irregV "synge" "sang" "sunget" ;-- - tage_V = irregV "tage" "tog" "taget" ; --- treffe_V = irregV "treffe" "traff" "truffet" ;-- --- trives_V = irregV "trives" "trivdes" (variants {"trives" ;-- "trivs"}) ;-- - tlle_V = irregV "tlle" "talte" "talt" ; - vide_V = irregV "vide" "vidste" "vidst" ; - -} - --- readFile "vrbs.tmp" >>= mapM_ (putStrLn . (\ (a:_:b:c:_) -> " " ++ a ++ "_V = irregV \"" ++ a ++ "\" \"" ++ b ++ "\" \"" ++ c ++ "\" ;") . words) . lines diff --git a/old-lib/resource/danish/IrregDanAbs.gf b/old-lib/resource/danish/IrregDanAbs.gf deleted file mode 100644 index 5f8942f76..000000000 --- a/old-lib/resource/danish/IrregDanAbs.gf +++ /dev/null @@ -1,65 +0,0 @@ -abstract IrregDanAbs = Cat ** { - - fun - - bre_V : V ; - bede_V : V ; - bide_V : V ; - binde_V : V ; - blive_V : V ; - brnde_V : V ; - bringe_V : V ; - burde_V : V ; - d_V : V ; - drage_V : V ; - drikke_V : V ; - drive_V : V ; - falde_V : V ; - f_V : V ; - finde_V : V ; - flyde_V : V ; - flyve_V : V ; - forlade_V : V ; - forst_V : V ; - fryse_V : V ; - g_V : V ; - give_V : V ; --- gjelde_V : V ; - gnide_V : V ; - gre_V : V ; - have_V : V ; - hente_V : V ; --- hete_V : V ; --- hjelpe_V : V ; - holde_V : V ; - komme_V : V ; - kunne_V : V ; - lade_V : V ; - lgge_V : V ; - le_V : V ; - ligge_V : V ; - lbe_V : V ; - mtte_V : V ; - renne_V : V ; - slge_V : V ; - stte_V : V ; - se_V : V ; - sidde_V : V ; - sige_V : V ; - skre_V : V ; - skrive_V : V ; - skulle_V : V ; - sl_V : V ; - sove_V : V ; - sprge_V : V ; - springe_V : V ; - st_V : V ; - stikke_V : V ; - synge_V : V ; - tage_V : V ; - tlle_V : V ; --- treffe_V : V ; --- trives_V : V ; - vide_V : V ; - -} diff --git a/old-lib/resource/danish/LangDan.gf b/old-lib/resource/danish/LangDan.gf deleted file mode 100644 index 7a80aded4..000000000 --- a/old-lib/resource/danish/LangDan.gf +++ /dev/null @@ -1,10 +0,0 @@ ---# -path=.:../scandinavian:../abstract:../common:prelude - -concrete LangDan of Lang = - GrammarDan, - LexiconDan - ** { - -flags startcat = Phr ; unlexer = text ; lexer = text ; - -} ; diff --git a/old-lib/resource/danish/LexiconDan.gf b/old-lib/resource/danish/LexiconDan.gf deleted file mode 100644 index 055a2c8dd..000000000 --- a/old-lib/resource/danish/LexiconDan.gf +++ /dev/null @@ -1,366 +0,0 @@ ---# -path=.:../scandinavian:../common:../abstract:../../prelude - - - -concrete LexiconDan of Lexicon = CatDan ** - open Prelude, ParadigmsDan, IrregDan in { - -flags startcat=Phr ; lexer=textlit ; unlexer=text ; - optimize=values ; - -lin - airplane_N = mk2N "fly" "flyet" ; - answer_V2S = mkV2S (regV "svare") (mkPrep "til") ; - apartment_N = mk2N "vrelse" "vrelsen" ; - apple_N = mk3N "ble" "blet" "bler" ; - art_N = mk2N "kunst" "kunsten" ; - ask_V2Q = mkV2Q sprge_V noPrep ; - baby_N = mk2N "baby" "babyen" ; ---- babyen - bad_A = regADeg "drlig" ; ---- - bank_N = mk2N "bank" "banken" ; - beautiful_A = mk3ADeg "smuk" "smukt" "smukke" ; ---- - become_VA = mkVA blive_V ; - beer_N = mk2N "l" "let" ; - beg_V2V = mkV2V bede_V noPrep (mkPrep "at") ; - big_A = irregADeg "stor" "strre" "strst"; - bike_N = mkN "cykel" "cykeln" "cykler" "cyklerne" ; ---- - bird_N = mk2N "fugl" "fuglen" ; - black_A = mk2ADeg "sort" "sort" ; - blue_A = mk2ADeg "bl" "bltt"; - boat_N = mk3N "bd" "bden" "bde" ; - book_N = mkN "bog" "bogen" "bger" "bgene" ; - boot_N = mkN "stvle" "stvlen" "stvler" "stvlerne" ; - boss_N = mk2N "chef" "chefen" ; - boy_N = mk2N "dreng" "drengen" ; - bread_N = mk2N "brd" "brdet" ; - break_V2 = dirV2 (mk2V "knuse" "knuste") ; - broad_A = regADeg "bred" ; - brother_N2 = mkN2 (mk3N "broder" "brodren" "brdre") (mkPrep "til") ; ---- - brown_A = regADeg "brun" ; - butter_N = mk2N "smr" "smret" ; - buy_V2 = dirV2 (mk2V "kbe" "kbte") ; ---- - camera_N = mk2N "kamera" "kameraen" ; ---- - cap_N = mk2N "hue" "huen" ; - car_N = mk2N "bil" "bilen" ; - carpet_N = mk2N "tppe" "tppen" ; - cat_N = mk3N "kat" "katten" "katte" ; - ceiling_N = mk2N "loft" "loftet" ; - chair_N = mk3N "stol" "stolen" "stole" ; - cheese_N = mk2N "ost" "osten" ; - child_N = mk3N "barn" "barnet" "brn" ; ---- - church_N = mk2N "kirke" "kirken" ; - city_N = mk2N "by" "byen" ; - clean_A = regADeg "ren" ; - clever_A = regADeg "flink" ; - close_V2 = dirV2 (mk2V "lukke" "lukkede") ; - coat_N = mk2N "frakke" "frakken" ; - cold_A = regADeg "kold" ; - come_V = vaereV komme_V ; - computer_N = mk2N "datamaskine" "datamaskinen" ; - country_N = mk2N "land" "landet" ; - cousin_N = mk3N "ftter" "fttren" "fttre" ; ---- - cow_N = mk2N "ku" "kuen" ; ---- - die_V = vaereV d_V ; - dirty_A = regADeg "smudsig" ; ---- - distance_N3 = mkN3 (regGenN "afstand" utrum) (mkPrep "fra") (mkPrep "til") ; - doctor_N = mk2N "lge" "lgen" ; - dog_N = mk2N "hund" "hunden" ; - door_N = mk2N "dr" "dren" ; - drink_V2 = dirV2 drikke_V ; - easy_A2V = mkA2V (regA "nem") (mkPrep "for") ; ---- - eat_V2 = dirV2 (mk2V "spise" "spiste") ; - empty_A = mkADeg "tm" "tmt" "tmme" "tmmere" "tmmest" ; ---- - enemy_N = mk2N "fjende" "fjenden" ; - factory_N = mk2N "fabrik" "fabriken" ; - father_N2 = mkN2 ( (mk3N "far" "fadren" "fdre")) (mkPrep "til") ; ---- - fear_VS = mkVS (regV "frygte") ; - find_V2 = dirV2 (irregV "finde" "fand" "fundet") ; ---- - fish_N = mk2N "fisk" "fisken" ; - floor_N = mk2N "gulv" "gulvet" ; - forget_V2 = dirV2 (mkV "glemme" "glemmer" "glemmes" "glemte" "glemt" "glem") ; ---- - fridge_N = mk2N "kleskab" "kleskabet" ; - friend_N = mk3N "ven" "vennen" "venner" ; ---- - fruit_N = mk2N "frugt" "frugten" ; - fun_AV = mkAV (mkA "morsom" "morsomt" "morsomme") ; ---- - garden_N = mk2N "have" "haven" ; - girl_N = mk2N "pige" "pigen" ; - glove_N = mk2N "handske" "handsken" ; - gold_N = mk2N "guld" "guldet" ; - good_A = mkADeg "god" "godt" "gode" "bedre" "bedst" ; ---- - go_V = vaereV g_V ; - green_A = mk3ADeg "grn" "grnt" "grnne" ; - harbour_N = mk2N "havn" "havnen" ; - hate_V2 = dirV2 (regV "hade") ; - hat_N = mk3N "hat" "hatten" "hatte" ; - have_V2 = dirV2 have_V ; - hear_V2 = dirV2 (mk2V "hre" "hrte") ; - hill_N = mk2N "hj" "hjen" ; - hope_VS = mkVS (regV "hbe") ; - horse_N = mk3N "hest" "hesten" "heste" ; - hot_A = regADeg "hed" ; - house_N = mk3N "hus" "huset" "huse" ; - important_A = regADeg "vigtig" ; - industry_N = mk2N "industri" "industrien" ; - iron_N = mk2N "jern" "jernet" ; - john_PN = mkPN "John" utrum ; - king_N = mk2N "konge" "kongen" ; - know_V2 = dirV2 vide_V ; - lake_N = mk2N "s" "sen" ; - lamp_N = mk2N "lampe" "lampen" ; - learn_V2 = dirV2 (mk2V "lre" "lrte") ; - leather_N = mk2N "lder" "ldret" ; - leave_V2 = dirV2 forlade_V ; - like_V2 = mkV2 holde_V (mkPrep "af") ; - listen_V2 = dirV2 (regV "lytte") ; - live_V = mk2V "leve" "levde" ; - long_A = irregADeg "lang" "lngere" "lngst" ; ---- - lose_V2 = dirV2 (regV "tabe") ; - love_N = mk2N "krlighed" "krligheden" ; - love_V2 = dirV2 (regV "elske") ; - man_N = mkN "mand" "manden" "mnd" "mndene" ; - married_A2 = mkA2 (mk2A "gift" "gift") (mkPrep "med") ; - meat_N = mk2N "kd" "kdet" ; - milk_N = mk2N "mlk" "mlken" ; - moon_N = mk2N "mne" "mnen" ; - mother_N2 = mkN2 (mkN "moder" "moderen" "mdre" "mdrene") (mkPrep "til") ; ---- - mountain_N = mk2N "bjerg" "bjerget" ; - music_N = mk2N "musik" "musiken" ; - narrow_A = regADeg "smal" ; - new_A = mkADeg "ny" "nytt" "nye" "nyere" "nyest" ; - newspaper_N = mk2N "avis" "avisen" ; - oil_N = mk2N "olie" "olien" ; - old_A = mkADeg "gammel" "gammelt" "gamle" "ldre" "ldst" ; ---- - open_V2 = dirV2 (regV "bne") ; - paint_V2A = mkV2A (regV "male") noPrep ; - paper_N = mk2N "papir" "papiret" ; - paris_PN = mkPN "Paris" neutrum ; - peace_N = mk2N "fred" "freden" ; - pen_N = mk2N "pen" "penen" ; - planet_N = mk2N "planet" "planeten" ; - plastic_N = mk2N "plast" "plasten" ; - play_V2 = dirV2 (mk2V "spille" "spilte") ; - policeman_N = mk2N "politibetjent" "politibetjenten" ; ---- - priest_N = mk2N "prst" "prsten" ; - probable_AS = mkAS (regA "sandsynlig") ; - queen_N = mk2N "dronning" "dronningen" ; - radio_N = mk2N "radio" "radioen" ; - rain_V0 = mkV0 (regV "regne") ; - read_V2 = dirV2 (mk2V "lse" "lste") ; - red_A = regADeg "rd" ; - religion_N = mk2N "religion" "religionen" ; - restaurant_N = mk2N "restaurant" "restauranten" ; - river_N = mk2N "flod" "floden" ; - rock_N = mk2N "sten" "stenen" ; - roof_N = mk2N "tag" "taget" ; - rubber_N = mk2N "gummi" "gummien" ; - run_V = vaereV (regV "lbe") ; - say_VS = mkVS sige_V ; - school_N = mk2N "skole" "skolen" ; - science_N = mk2N "videnskab" "videnskaben" ; - sea_N = mk2N "hav" "havet" ; - see_V2 = dirV2 se_V ; - seek_V2 = mkV2 (mk2V "sge" "sgte") (mkPrep "efter") ; - sell_V3 = dirV3 slge_V (mkPrep "til") ; - send_V3 = dirV3 (mk2V "sende" "sendte") (mkPrep "til") ; - sheep_N = mk2N "fr" "fret" ; - ship_N = mk2N "skib" "skibet" ; - shirt_N = mk2N "skjorte" "skjorten" ; - shoe_N = mk2N "sko" "skoen" ; - shop_N = mk2N "butik" "butiken" ; - short_A = regADeg "kort" ; - silver_N = mk2N "slv" "slvet"; - sister_N = mk3N "sster" "sstren" "sstrer" ; ---- - sleep_V = sove_V ; - small_A = mkADeg "lille" "lille" "sm" "mindre" "mindst" ; ---- - snake_N = mk2N "slange" "slangen" ; - sock_N = mk2N "sok" "sokken" ; - speak_V2 = dirV2 (regV "tale") ; ---- - star_N = mk2N "stjerne" "stjernen" ; - steel_N = mk2N "stl" "stlet" ; - stone_N = mk2N "sten" "stenen" ; - stove_N = mk2N "komfur" "komfuren" ; - student_N = mk2N "student" "studenten" ; - stupid_A = mk3ADeg "dum" "dumt" "dumme" ; - sun_N = mk2N "sol" "solen" ; - switch8off_V2 = dirV2 (partV (regV "lukke") "for") ; - switch8on_V2 = dirV2 (partV (regV "lukke") "op") ; - table_N = mk2N "bord" "bordet" ; - talk_V3 = mkV3 (regV "tale") (mkPrep "til") (mkPrep "om") ; - teacher_N = mkN "lrer" "lreren" "lrere" "lrerne" ; - teach_V2 = dirV2 (mk2V "undervise" "underviste") ; - television_N = mk2N "fjernsyn" "fjernsynet" ; - thick_A = mk3ADeg "tyk" "tykt" "tykke" ; - thin_A = mk2ADeg "tynd" "tyndt" ; ---- - train_N = mk2N "tog" "toget" ; - travel_V = vaereV (mk2V "rejse" "rejste") ; - tree_N = mkN "tr" "tret" "trer" "trene" ; ---- - ---- trousers_N = regGenN "trousers" ; ---- pl t ! - ugly_A = mk3ADeg "grim" "grimt" "grimme" ; - understand_V2 = dirV2 (irregV "forst" "forstod" "forsttt") ; - university_N = mk2N "universitet" "universitetet" ; - village_N = mk2N "landsby" "landsbyen" ; - wait_V2 = mkV2 (regV "vente") (mkPrep "p") ; - walk_V = vaereV g_V ; - warm_A = regADeg "varm" ; - war_N = mk2N "krig" "krigen" ; - watch_V2 = mkV2 se_V (mkPrep "p") ; - water_N = mk2N "vand" "vandet" ; - white_A = regADeg "hvid" ; - window_N = mkN "vindue" "vinduet" "vinduer" "vinduene" ; ---- er? - wine_N = mk2N "vin" "vinen" ; - win_V2 = dirV2 (irregV "vinde" "vand" "vundet") ; - woman_N = mk2N "kvinde" "kvinden" ; - wonder_VQ = mkVQ (depV (regV "undre")) ; - wood_N = mkN "tr" "tret" "trer" "trene" ; ---- - write_V2 = dirV2 (irregV "skrive" "skrev" "skrevet") ; - yellow_A = regADeg "gul" ; - young_A = irregADeg "ung" "yngre" "yngst" ; ---- - - do_V2 = dirV2 gre_V ; - now_Adv = mkAdv "nu" ; - already_Adv = mkAdv "allerede" ; - song_N = mk2N "sang" "sangen" ; - add_V3 = mkV3 (regV "tilfje") noPrep (mkPrep "til") ; ---- - number_N = mk2N "nummer" "numret" ; ---- - put_V2 = dirV2 stte_V ; - stop_V = vaereV (regV "standse") ; - jump_V = regV "hoppe" ; - - left_Ord = {s = "venstre" ; isDet = True} ; - right_Ord = {s = "hjre" ; isDet = True} ; - far_Adv = mkAdv "fjern" ; - correct_A = regA "rigtig" ; - dry_A = mk3ADeg "tr" "trt" "trre" ; - dull_A = regA "slv" ; - full_A = regA "fuld" ; - heavy_A = irregADeg "tung" "tyngre" "tyngst" ; - near_A = mkADeg "nre" "nre" "nre" "nrmere" "nrmest" ; - rotten_A = mk3ADeg "rdden" "rddent" "rdne" ; ---- - round_A = regA "rund" ; - sharp_A = regA "skarp" ; - smooth_A = regA "jvn" ; - straight_A = mk3ADeg "ret" "rett" "rette" ; ---- - wet_A = regA "vd" ; - wide_A = regA "bred" ; - animal_N = mk2N "dyr" "dyret" ; - ashes_N = mk2N "aske" "asken" ; - back_N = mk2N "ryg" "ryggen" ; ---- - bark_N = mk2N "bark" "barken" ; - belly_N = mk2N "mave" "maven" ; - blood_N = mk2N "blod" "blodet" ; - bone_N = mk2N "ben" "benet" ; - breast_N = mk2N "bryst" "brystet" ; - cloud_N = mk2N "sky" "skyen" ; - day_N = mk3N "dag" "dagen" "dage" ; - dust_N = mk2N "stv" "stvet" ; - ear_N = mk3N "re" "ret" "rer" ; - earth_N = mk2N "jord" "jorden" ; - egg_N = mk2N "g" "get" ; - eye_N = mk3N "je" "jet" "jne" ; - fat_N = mk2N "fedt" "fedtet" ; - feather_N = mk2N "fjer" "fjeren" ; - fingernail_N = mk2N "negl" "neglen" ; - fire_N = mk2N "ild" "ilden" ; - flower_N = mk2N "blomst" "blomsten" ; - fog_N = mk2N "tge" "tgen" ; - foot_N = mk2N "fod" "fder" ; ---- - forest_N = mk2N "skov" "skoven" ; - grass_N = mk2N "grs" "grset" ; - guts_N = mk2N "tarm" "tarmen" ; ---- indvolde - hair_N = mk2N "hr" "hret" ; - hand_N = mk2N "hnd" "hnden" ; - head_N = mk2N "hoved" "hovedet" ; - heart_N = mk3N "hjerte" "hjertet" "hjerter" ; - horn_N = mk2N "horn" "hornet" ; - husband_N = mk2N "gteflle" "gtefllen" ; ---- - ice_N = mk2N "is" "isen" ; - knee_N = mkN "kn" "knt" "knr" "knne" ; ---- - leaf_N = mk2N "lv" "lvet" ; - leg_N = mk2N "ben" "benet" ; - liver_N = mkN "lever" "leveren" "levrer" "levrene" ; ---- - louse_N = mk3N "lus" "lusen" "lus" ; - mouth_N = mk2N "mund" "munden" ; - name_N = mk2N "navn" "navnet" ; - neck_N = mk2N "hals" "halsen" ; - night_N = mk3N "nat" "natten" "ntter" ; ---- - nose_N = mk2N "nse" "nsen" ; - person_N = mk2N "person" "personen" ; - rain_N = mk2N "regn" "regnet" ; - road_N = mk2N "vej" "vejen" ; - root_N = mk3N "rod" "roden" "rder" ; ---- - rope_N = mk2N "reb" "rebet" ; - salt_N = mk2N "salt" "saltet" ; - sand_N = mk2N "sand" "sanden" ; - seed_N = mk2N "fr" "fret" ; - skin_N = mk2N "skind" "skindet" ; - sky_N = mk3N "himmel" "himlen" "himler" ; ---- - smoke_N = mk2N "rg" "rgen" ; - snow_N = mk2N "sn" "snen" ; - stick_N = mk2N "pind" "pinden" ; - tail_N = mk2N "hale" "halen" ; - tongue_N = mk2N "tunge" "tungen" ; - tooth_N = mkN "tand" "tanden" "tnder" "tndene" ; ---- - wife_N = mk2N "kone" "konen" ; - wind_N = mk2N "vind" "vinden" ; - wing_N = mk2N "vinge" "vingen" ; - worm_N = mk2N "orm" "ormen" ; - year_N = mk2N "r" "ret" ; - bite_V2 = dirV2 bide_V ; - blow_V = mk2V "blse" "blste" ; - burn_V = brnde_V ; - count_V2 = dirV2 tlle_V ; - cut_V2 = dirV2 (skre_V) ; - dig_V = mk2V "grave" "gravde" ; - fall_V = vaereV falde_V ; - fear_V2 = dirV2 (regV "frygte") ; - fight_V2 = dirV2 (regV "kmpe") ; - float_V = flyde_V ; - flow_V = regV "strmme" ; - fly_V = vaereV flyve_V ; - freeze_V = fryse_V ; - give_V3 = dirV3 give_V (mkPrep "til"); - hit_V2 = dirV2 (sl_V) ; - hold_V2 = dirV2 (holde_V) ; - hunt_V2 = dirV2 (regV "jage") ; - kill_V2 = dirV2 (regV "drbe") ; - laugh_V = le_V ; - lie_V = ligge_V ; - play_V = regV "spille" ; - pull_V2 = dirV2 (regV "trkke") ; - push_V2 = dirV2 (regV "skubbe") ; - rub_V2 = dirV2 (gnide_V) ; - scratch_V2 = dirV2 (regV "kradse") ; - sew_V = mk2V "sy" "sydde" ; - sing_V = synge_V ; - sit_V = sidde_V ; - smell_V = regV "lugte" ; - spit_V = regV "spytte" ; - split_V2 = dirV2 (regV "splitte") ; ---- - squeeze_V2 = dirV2 (regV "presse") ; - stab_V2 = dirV2 (stikke_V) ; - stand_V = vaereV st_V ; - suck_V2 = dirV2 (regV "sutte") ; ---- - swell_V = regV "svulme" ; - swim_V = regV "svmme" ; - think_V = mk2V "tnke" "tnkte" ; ---- - throw_V2 = dirV2 (regV "kaste") ; - tie_V2 = dirV2 binde_V ; - turn_V = regV "dreje" ; - vomit_V = partV (regV "kaste") "op" ; - wash_V2 = dirV2 (regV "vaske") ; - wipe_V2 = dirV2 (regV "viske") ; - breathe_V = regV "nde" ; - - grammar_N = regN "grammatik" ; - language_N = mk2N "sprog" "sproget" ; - rule_N = mkN "regel" "regeln" "regler" "reglerne" ; - - question_N = mk2N "sprgsml" "sprgsmlet" ; - ----- ready_A = regA "frdig" ; ----- reason_N = regN "anledning" ; - today_Adv = mkAdv "idag" ; ----- uncertain_A = mk3A "osker" "oskert" "oskra" ; - -} ; - diff --git a/old-lib/resource/danish/MathDan.gf b/old-lib/resource/danish/MathDan.gf deleted file mode 100644 index 11d87f5d9..000000000 --- a/old-lib/resource/danish/MathDan.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete MathDan of Math = CatDan ** MathScand with - (ResScand = ResDan) ; diff --git a/old-lib/resource/danish/MorphoDan.gf b/old-lib/resource/danish/MorphoDan.gf deleted file mode 100644 index a5ee90a48..000000000 --- a/old-lib/resource/danish/MorphoDan.gf +++ /dev/null @@ -1,164 +0,0 @@ ---1 A Simple Danish Resource Morphology --- --- Aarne Ranta 2002 --- --- This resource morphology contains definitions needed in the resource --- syntax. It moreover contains copies of the most usual inflectional patterns --- as defined in functional morphology (in the Haskell file $RulesSw.hs$). --- --- We use the parameter types and word classes defined for morphology. - -resource MorphoDan = CommonScand, ResDan ** open Prelude, Predef in { - -oper - --- type synonyms - - Subst : Type = {s : Number => Species => Case => Str} ; - Adj = Adjective ; - --- nouns - - mkSubstantive : (_,_,_,_ : Str) -> Subst = - \dreng, drengen, drenger, drengene -> - {s = nounForms dreng drengen drenger drengene} ; - - extNGen : Str -> Gender = \s -> case last s of { - "n" => Utr ; - _ => Neutr - } ; - - nDreng : Str -> Subst = \dreng -> - mkSubstantive dreng (dreng + "en") (dreng + "e") (dreng + "ene") ** - {h1 = Utr} ; - - nBil : Str -> Subst = \bil -> - mkSubstantive bil (bil + "en") (bil + "er") (bil + "erne") ** - {h1 = Utr} ; - - nUge : Str -> Subst = \uge -> - mkSubstantive uge (uge + "n") (uge + "r") (uge + "rne") ** - {h1 = Utr} ; - - nHus : Str -> Subst = \hus -> - mkSubstantive hus (hus + "et") hus (hus + "ene") ** - {h1 = Neutr} ; - --- adjectives - - mkAdject : (_,_,_,_,_ : Str) -> Adj = - \stor,stort,store,storre,storst -> {s = table { - AF (APosit (Strong SgUtr )) c => mkCase c stor ; - AF (APosit (Strong SgNeutr)) c => mkCase c stort ; - AF (APosit _) c => mkCase c store ; - AF ACompar c => mkCase c storre ; - AF (ASuperl SupStrong) c => mkCase c storst ; - AF (ASuperl SupWeak) c => mkCase c (storst + "e") - } - } ; - - aRod : Str -> Adj = \rod -> - mkAdject rod (rod + "t") (rod + "e") (rod + "ere") (rod + "est") ; - - aAbstrakt : Str -> Adj = \abstrakt -> - mkAdject abstrakt abstrakt (abstrakt + "e") (abstrakt + "ere") (abstrakt + "est") ; - - aRask : Str -> Adj = \rask -> - mkAdject rask rask (rask + "e") (rask + "ere") (rask + "est") ; - - --- verbs - - Verbum : Type = {s : VForm => Str} ; - - mkVerb6 : (_,_,_,_,_,_ : Str) -> Verbum = - \spise,spiser,spises,spiste,spist,spis -> {s = table { - VI (VInfin v) => mkVoice v spise ; - VF (VPres Act) => spiser ; - VF (VPres Pass) => spises ; - VF (VPret v) => mkVoice v spiste ; --# notpresent - VI (VSupin v) => mkVoice v spist ; --# notpresent - VI (VPtPret (Strong (SgUtr | SgNeutr)) c) => mkCase c spist ; - VI (VPtPret _ c) => mkCase c (spist + "e") ; - VF (VImper v) => mkVoice v spis - } - } ; - - irregVerb : (drikke,drakk,drukket : Str) -> Verbum = - \drikke,drakk,drukket -> - let - drikk = init drikke ; - drikker = case last (init drikke) of { - "r" => drikk ; - _ => drikke + "r" - } - in - mkVerb6 drikke drikker (drikke + "s") drakk drukket (mkImper drikk) ; - - regVerb : Str -> Str -> Verbum = \spise, spiste -> - let - spis = init spise ; - te = Predef.dp 2 spiste - in - case te of { - "te" => vSpis spis ; - "de" => case last spise of { - "e" => vHusk spis ; - _ => vBo spise - } ; - _ => vHusk spis - } ; - - vHusk : Str -> Verbum = \husk -> - mkVerb6 (husk + "e") (husk + "er") (husk + "es") (husk + "ede") (husk + "et") - (mkImper husk) ; - - vSpis : Str -> Verbum = \spis -> - mkVerb6 (spis + "e") (spis + "er") (spis + "es") (spis + "te") (spis + "t") - (mkImper spis) ; - - vBo : Str -> Verbum = \bo -> - mkVerb6 bo (bo + "r") (bo + "es") (bo + "ede") (bo + "et") (mkImper bo) ; - --- Remove consonant duplication: "passe - pas" - - mkImper : Str -> Str = \s -> - if_then_Str (pbool2bool (Predef.eqStr (last s) (last (init s)))) (init s) s ; - --- For $Numeral$. - -param DForm = ental | ton | tiotal ; - -oper - LinDigit = {s : DForm => CardOrd => Str} ; - - cardOrd : Str -> Str -> CardOrd => Str = \tre,tredje -> - table { - NCard _ => tre ; - NOrd a => tredje ---- a - } ; - - cardReg : Str -> CardOrd => Str = \syv -> - cardOrd syv (syv + case last syv of { - "n" => "de" ; - "e" => "nde" ; - _ => "ende" - }) ; - - - mkTal : (x1,_,_,_,x5 : Str) -> LinDigit = - \tv, tolv, tjugo, andra, tyvende -> - {s = table { - ental => cardOrd tv andra ; - ton => cardReg tolv ; - tiotal => cardOrd tjugo tyvende - } - } ; - - numPl : (CardOrd => Str) -> {s : CardOrd => Str ; n : Number} = \n -> - {s = n ; n = Pl} ; - - invNum : CardOrd = NCard Neutr ; - - -} diff --git a/old-lib/resource/danish/NounDan.gf b/old-lib/resource/danish/NounDan.gf deleted file mode 100644 index 8005b0d30..000000000 --- a/old-lib/resource/danish/NounDan.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete NounDan of Noun = CatDan ** NounScand with - (ResScand = ResDan) ; diff --git a/old-lib/resource/danish/NumeralDan.gf b/old-lib/resource/danish/NumeralDan.gf deleted file mode 100644 index b8846c8ef..000000000 --- a/old-lib/resource/danish/NumeralDan.gf +++ /dev/null @@ -1,83 +0,0 @@ -concrete NumeralDan of Numeral = CatDan ** open MorphoDan in { - - --- AR 12/10/2002 following www.geocities.com/tsca.geo/dansk/dknummer.html - -lincat - Digit = {s : DForm => CardOrd => Str} ; - Sub10 = {s : DForm => CardOrd => Str ; n : Number} ; - Sub100, Sub1000, Sub1000000 = - {s : CardOrd => Str ; n : Number} ; - -lin num x = x ; - -lin n2 = mkTal "to" "tolv" "tyve" "anden" "tyvende" ; -lin n3 = mkTal "tre" "tretten" "tredive" "tredje" "tredivte" ; -lin n4 = mkTal "fire" "fjorten" "fyrre" "fjerde" "fyrretyvende" ; -lin n5 = mkTal "fem" "femten" "halvtreds" "femte" "halvtredsindstyvende" ; -lin n6 = mkTal "seks" "seksten" "tres" "sjette" "tredsindstyvende" ; -lin n7 = mkTal "syv" "sytten" "halvfjerds" "syvende""halvfjerdsindstyvende" ; -lin n8 = mkTal "otte" "atten" "firs" "ottende""firsindstyvende" ; -lin n9 = mkTal "ni" "nitten" "halvfems" "niende" "halvfemsindstyvende" ; - - pot01 = { - s = \\f => table { - NCard g => case g of {Neutr => "et" ; _ => "en"} ; - _ => "frste" - } ; - n = Sg - } ; - pot0 d = {s = \\f,g => d.s ! f ! g ; n = Pl} ; - pot110 = numPl (cardReg "ti") ; - pot111 = numPl (cardOrd "elleve" "elvte") ; - pot1to19 d = numPl (d.s ! ton) ; - pot0as1 n = {s = n.s ! ental ; n = n.n} ; - pot1 d = numPl (d.s ! tiotal) ; - - pot1plus d e = { - s = \\g => e.s ! ental ! invNum ++ "og" ++ d.s ! tiotal ! g ; n = Pl} ; - pot1as2 n = n ; - pot2 d = numPl (\\_ => d.s ! ental ! invNum ++ "hundrede") ; - pot2plus d e = - {s = \\g => d.s ! ental ! invNum ++ "hundrede" ++ "og" ++ e.s ! g ; n = Pl} ; - pot2as3 n = n ; - pot3 n = numPl (\\g => n.s ! invNum ++ cardOrd "tusind" "tusinde" ! g) ; - pot3plus n m = {s = \\g => n.s ! invNum ++ "tusind" ++ "og" ++ m.s ! g ; n =Pl} ; - - lincat - Dig = TDigit ; - - lin - IDig d = d ; - - IIDig d i = { - s = \\o => d.s ! NCard neutrum ++ i.s ! o ; - n = Pl - } ; - - D_0 = mkDig "0" ; - D_1 = mk3Dig "1" "1:e" Sg ; - D_2 = mk2Dig "2" "2:e" ; - D_3 = mkDig "3" ; - 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 + ":e") ; - - mk3Dig : Str -> Str -> Number -> TDigit = \c,o,n -> { - s = table {NCard _ => c ; NOrd _ => o} ; - n = n - } ; - - TDigit = { - n : Number ; - s : CardOrd => Str - } ; - -} diff --git a/old-lib/resource/danish/ParadigmsDan.gf b/old-lib/resource/danish/ParadigmsDan.gf deleted file mode 100644 index ce488ddee..000000000 --- a/old-lib/resource/danish/ParadigmsDan.gf +++ /dev/null @@ -1,517 +0,0 @@ ---# -path=.:../scandinavian:../common:../abstract:../../prelude - ---1 Danish Lexical Paradigms --- --- Aarne Ranta 2005 - 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 $MorphoDan.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$. --- However, this function should only seldom be needed: we have a --- separate module [``IrregDan`` ../../danish/IrregDan.gf], --- which haves a list of irregular verbs. - -resource ParadigmsDan = - open - (Predef=Predef), - Prelude, - CommonScand, - ResDan, - MorphoDan, - CatDan in { - ---2 Parameters --- --- To abstract over gender names, we define the following identifiers. - -oper - Gender : Type ; - - utrum : Gender ; - neutrum : Gender ; - --- To abstract over number names, we define the following. - - Number : Type ; - - singular : Number ; - plural : Number ; - --- To abstract over case names, we define the following. - - Case : Type ; - - nominative : Case ; - genitive : Case ; - --- Prepositions used in many-argument functions are just strings. - - mkPrep : Str -> Prep ; - noPrep : Prep ; -- empty string - ---2 Nouns - - mkN : overload { - --- The regular function takes the singular indefinite form --- and computes the other forms and the gender by a heuristic. --- The heuristic is that all nouns are $utrum$ with the --- plural ending "er" or "r". - - mkN : (bil : Str) -> N ; - --- Giving gender manually makes the heuristic more reliable. - - mkN : (hus : Str) -> Gender -> N ; - --- This function takes the singular indefinite and definite forms; the --- gender is computed from the definite form. - - mkN : (bil,bilen : Str) -> N ; - --- This function takes the singular indefinite and definite and the plural --- indefinite - - mkN : (bil,bilen,biler : Str) -> N ; - --- Worst case: give all four forms. The gender is computed from the --- last letter of the second form (if "n", then $utrum$, otherwise $neutrum$). - - mkN : (dreng,drengen,drenge,drengene : Str) -> N ; - } ; - - - - ---3 Compound nouns --- --- All the functions above work quite as well to form compound nouns, --- such as "fodbold". - - ---3 Relational nouns --- --- Relational nouns ("datter til x") need a preposition. - - mkN2 : N -> Prep -> N2 ; - --- The most common preposition is "af", and the following is a --- shortcut for regular relational nouns with "af". - - regN2 : Str -> Gender -> N2 ; - --- Use the function $mkPrep$ or see the section on prepositions below to --- form other prepositions. --- --- Three-place relational nouns ("forbindelse fra x til y") --- need two prepositions. - - mkN3 : N -> Prep -> Prep -> N3 ; - - ---3 Relational common noun phrases --- --- In some cases, you may want to make a complex $CN$ into a --- relational noun (e.g. "tidligere kone til"). 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, with a regular genitive, are formed as follows - - mkPN : overload { - mkPN : Str -> PN ; -- utrum - mkPN : Str -> Gender -> PN ; - mkPN : N -> PN ; - } ; - - ---2 Adjectives - --- The regular pattern works for many adjectives, e.g. those ending --- with "ig". Two, five, or at worst five forms are sometimes needed. - - mkA : overload { - mkA : (fin : Str) -> A ; - mkA : (fin,fint : Str) -> A ; - mkA : (galen,galet,galne : Str) -> A ; - mkA : (stor,stort,store,storre,storst : Str) -> A ; - --- If comparison is formed by "mer", "mest", as in general for --- long adjective, the following pattern is used: - - mkA : A -> A ; -- -/mer/mest norsk - } ; - ---3 Two-place adjectives --- --- Two-place adjectives need a preposition for their second argument. - - mkA2 : A -> Prep -> A2 ; - - - ---2 Adverbs - --- Adverbs are not inflected. Most lexical ones have position --- after the verb. Some can be close to the verb like the negation --- "ikke" (e.g. "altid"). - - mkAdv : Str -> Adv ; - mkAdV : Str -> AdV ; - --- Adverbs modifying adjectives and sentences can also be formed. - - mkAdA : Str -> AdA ; - - ---2 Verbs --- - - mkV : overload { - --- The 'regular verb' function is the first conjugation. - - mkV : (snakke : Str) -> V ; - --- The almost regular verb function needs the infinitive and the preteritum. - - mkV : (leve,levde : Str) -> V ; - --- There is an extensive list of irregular verbs in the module $IrregDan$. --- In practice, it is enough to give three forms, as in school books. - - mkV : (drikke, drakk, drukket : Str) -> V ; - --- The worst case needs six forms. - - mkV : (spise,spiser,spises,spiste,spist,spis : Str) -> V ; - - ---3 Verbs with a particle. --- --- The particle, such as in "lukke op", is given as a string. - - mkV : V -> Str -> V ; - } ; - - - ---3 Verbs with 'vre' as auxiliary --- --- By default, the auxiliary is "have". This function changes it to "vre". - - vaereV : V -> V ; - - - - ---3 Deponent verbs --- --- Some words are used in passive forms only, e.g. "undres", some as --- reflexive e.g. "forestille sig". - - depV : V -> V ; - reflV : V -> V ; - - ---3 Two-place verbs --- --- Two-place verbs need a preposition, except the special case with direct object. --- (transitive verbs). Notice that, if a particle is needed, it comes from the $V$. - - mkV2 : overload { - mkV2 : Str -> V2 ; - mkV2 : V -> V2 ; - mkV2 : V -> Prep -> V2 ; - } ; - - ---3 Three-place verbs --- --- Three-place (ditransitive) verbs need two prepositions, of which --- the first one or both can be absent. - - mkV3 : V -> Prep -> Prep -> V3 ; -- snakke, med, om - dirV3 : V -> Prep -> V3 ; -- give,_,til - dirdirV3 : V -> V3 ; -- give,_,_ - ---3 Other complement patterns --- --- Verbs and adjectives can take complements such as sentences, --- questions, verb phrases, and adjectives. - - mkV0 : V -> V0 ; - mkVS : V -> VS ; - mkV2S : V -> Prep -> V2S ; - mkVV : V -> VV ; - mkV2V : V -> Prep -> Prep -> V2V ; - mkVA : V -> VA ; - mkV2A : V -> Prep -> V2A ; - mkVQ : V -> VQ ; - mkV2Q : V -> Prep -> V2Q ; - - mkAS : A -> AS ; - mkA2S : A -> Prep -> A2S ; - mkAV : A -> AV ; - mkA2V : A -> Prep -> A2V ; - --- Notice: categories $AS, A2S, AV, A2V$ are just $A$, --- and the second argument is given as an adverb.. --- $V0$ is just $V$. - - V0 : Type ; - AS, A2S, AV, A2V : Type ; - ---. - ---2 Definitions of the paradigms --- --- The definitions should not bother the user of the API. So they are --- hidden from the document. - - - Gender = MorphoDan.Gender ; - Number = MorphoDan.Number ; - Case = MorphoDan.Case ; - utrum = Utr ; - neutrum = Neutr ; - singular = Sg ; - plural = Pl ; - nominative = Nom ; - genitive = Gen ; - - Preposition : Type = Str ; -- obsolete - - mkPreposition : Str -> Prep ; -- obsolete - mkPreposition = mkPrep ; - - mkPrep p = {s = p ; lock_Prep = <>} ; - noPrep = mkPrep [] ; - - mk4N x y z u = mkSubstantive x y z u ** {g = extNGen y ; lock_N = <>} ; - - regN x = regGenN x Utr ; - - regGenN x g = case last x of { - "e" => case g of { - Utr => mk4N x (x + "n") (x + "r") (x + "rne") ; - Neutr => mk4N x (x + "t") (x + "r") (init x + "ene") - } ; - _ => case g of { - Utr => mk4N x (x + "en") (x + "er") (x + "erne") ; - Neutr => mk4N x (x + "et") (x + "") (x + "ene") - } - } ; - - - mk2N x y = case last y of { - "n" => mk3N x y (init y + "r") ; - _ => mk3N x y x - } ; - - mk3N x y z = let u = ifTok Str x z "ene" "ne" in mk4N x y z (z + u) ; - - mkN2 = \n,p -> n ** {lock_N2 = <> ; c2 = mkComplement p.s} ; - regN2 n g = mkN2 (regGenN n g) (mkPreposition "av") ; - mkN3 = \n,p,q -> n ** {lock_N3 = <> ; c2 = mkComplement p.s ; c3 = mkComplement q.s} ; - - mk2PN n g = {s = \\c => mkCase c n ; g = g} ** {lock_PN = <>} ; - regPN n = mk2PN n utrum ; - nounPN n = {s = n.s ! singular ! Indef ; g = n.g ; lock_PN = <>} ; - --- To form a noun phrase that can also be plural and have an irregular --- genitive, you can use the worst-case function. - - makeNP : Str -> Str -> Number -> Gender -> NP ; - makeNP x y n g = - {s = table {NPPoss _ => x ; _ => y} ; a = agrP3 g n ; - lock_NP = <>} ; - - mk3A = mk3ADeg ; - mk2A a b = mk3A a b (a + "e") ; - regA a = (regADeg a) ** {lock_A = <>} ; - - mkA2 a p = a ** {c2 = mkComplement p.s ; lock_A2 = <>} ; - - mkADeg a b c d e = mkAdject a b c d e ** {isComp = False ; lock_A = <>} ; - - regADeg a = case Predef.dp 2 a of { - "sk" => aRask a ; - _ => case last a of { - "t" => aAbstrakt a ; - _ => aRod a - }} ** {isComp = False ; lock_A = <>} ; - - irregADeg a b c = mkAdject a (a + "t") (a + "e") b c ** - {isComp = False ; lock_A = <>} ; - mk3ADeg a b c = mkAdject a b c (c + "re") (c + "st") ** - {isComp = False ; lock_A = <>} ; - mk2ADeg a b = mkAdject a b (a + "e") (a + "ere") (a + "est") ** - {isComp = False ; lock_A = <>} ; - - compoundA adj = {s = adj.s ; isComp = True ; lock_A = <>} ; - - mkAdv x = ss x ** {lock_Adv = <>} ; - mkAdV x = ss x ** {lock_AdV = <>} ; - mkAdA x = ss x ** {lock_AdA = <>} ; - - mk6V a b c d e f = mkVerb6 a b c d e f ** - {part = [] ; vtype = VAct ; lock_V = <> ; isVaere = False} ; - - regV a = case last a of { - "e" => vHusk (init a) ; - _ => vBo a - } ** {part = [] ; vtype = VAct ; isVaere = False ; lock_V = <>} ; - - mk2V a b = regVerb a b ** - {part = [] ; vtype = VAct ; isVaere = False ; lock_V = <>} ; - - irregV = - \drikke,drakk,drukket -> - let - drikk = case last drikke of { - "e" => init drikke ; - _ => drikke - } ; - drikker = case last (init drikke) of { - "r" => init drikke ; - _ => drikke + "r" - } - in - mk6V drikke drikker (drikke + "s") drakk drukket (mkImper drikk) ; - - vaereV v = { - s = v.s ; - part = [] ; - vtype = v.vtype ; - isVaere = True ; - lock_V = <> - } ; - - partV v p = { - s = v.s ; - part = p ; - vtype = v.vtype ; - isVaere = v.isVaere ; - lock_V = <> - } ; - - depV v = { - s = v.s ; part = v.part ; vtype = VPass ; isVaere = False ; lock_V = <> - } ; - reflV v = { - s = v.s ; part = v.part ; vtype = VRefl ; isVaere = False ; lock_V = <> - } ; - - mk2V2 v p = v ** {c2 = mkComplement p.s ; lock_V2 = <>} ; - dirV2 v = mk2V2 v (mkPrep []) ; - - mkV3 v p q = v ** {c2 = mkComplement p.s ; c3 = mkComplement q.s ; lock_V3 = <>} ; - dirV3 v p = mkV3 v noPrep p ; - dirdirV3 v = dirV3 v noPrep ; - - mkV0 v = v ** {lock_V0 = <>} ; - mkVS v = v ** {lock_VS = <>} ; - mkV2S v p = mk2V2 v p ** {lock_V2S = <>} ; - mkVV v = v ** {c2 = mkComplement "at" ; lock_VV = <>} ; - mkV2V v p t = mk2V2 v p ** {c3 = mkComplement "at" ; lock_V2V = <>} ; - mkVA v = v ** {lock_VA = <>} ; - mkV2A v p = mk2V2 v p ** {lock_V2A = <>} ; - mkVQ v = v ** {lock_VQ = <>} ; - mkV2Q v p = mk2V2 v p ** {lock_V2Q = <>} ; - - mkAS v = v ** {lock_A = <>} ; - mkA2S v p = mkA2 v p ** {lock_A = <>} ; - mkAV v = v ** {lock_A = <>} ; - mkA2V v p = mkA2 v p ** {lock_A = <>} ; - - V0 : Type = V ; - AS, A2S, AV : Type = A ; - A2V : Type = A2 ; - ---------------- - - mkN = overload { - mkN : Str -> N = regN ; - mkN : Str -> Gender -> N = regGenN ; - mkN : (bil,bilen : Str) -> N = mk2N ; - mkN : (bil,bilen,biler : Str) -> N = mk3N ; - mkN : (dreng,drengen,drenge,drengene : Str) -> N = mk4N ; - } ; - - - regN : Str -> N ; - regGenN : Str -> Gender -> N ; - mk2N : (bil,bilen : Str) -> N ; - mk3N : (bil,bilen,biler : Str) -> N ; - mk4N : (dreng,drengen,drenge,drengene : Str) -> N ; - - mkPN = overload { - mkPN : Str -> PN = regPN ; -- masculine - mkPN : Str -> Gender -> PN = mk2PN ; - mkPN : N -> PN = nounPN ; - } ; - - regPN : Str -> PN ; -- utrum - mk2PN : Str -> Gender -> PN ; - nounPN : N -> PN ; - - mkA = overload { - mkA : (fin : Str) -> A = regADeg ; - mkA : (fin,fint : Str) -> A = mk2ADeg ; - mkA : (galen,galet,galne : Str) -> A = mk3ADeg ; - mkA : (stor,stort,store,storre,storst : Str) -> A = mkADeg ; - mkA : A -> A = compoundA ; -- -/mer/mest norsk - } ; - - mk3A : (galen,galet,galne : Str) -> A ; - regA : Str -> A ; - mk2A : (stor,stort : Str) -> A ; - mkADeg : (stor,stort,store,storre,storst : Str) -> A ; - regADeg : Str -> A ; - irregADeg : (tung,tyngre,tyngst : Str) -> A ; - mk3ADeg : (galen,galet,galne : Str) -> A ; - mk2ADeg : (bred,bredt : Str) -> A ; - compoundA : A -> A ; -- -/mer/mest norsk - - mkV = overload { - mkV : (snakke : Str) -> V = regV ; - mkV : (leve,levde : Str) -> V = mk2V ; - mkV : (drikke, drakk, drukket : Str) -> V = irregV ; - mkV : (spise,spiser,spises,spiste,spist,spis : Str) -> V = mk6V ; - mkV : V -> Str -> V = partV ; - } ; - - - regV : (snakke : Str) -> V ; - mk2V : (leve,levde : Str) -> V ; - irregV : (drikke, drakk, drukket : Str) -> V ; - mk6V : (spise,spiser,spises,spiste,spist,spis : Str) -> V ; - partV : V -> Str -> 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/old-lib/resource/danish/PhraseDan.gf b/old-lib/resource/danish/PhraseDan.gf deleted file mode 100644 index 86a9789bf..000000000 --- a/old-lib/resource/danish/PhraseDan.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete PhraseDan of Phrase = CatDan ** PhraseScand with - (ResScand = ResDan) ; diff --git a/old-lib/resource/danish/QuestionDan.gf b/old-lib/resource/danish/QuestionDan.gf deleted file mode 100644 index 3dee9e7c7..000000000 --- a/old-lib/resource/danish/QuestionDan.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete QuestionDan of Question = CatDan ** QuestionScand with - (ResScand = ResDan) ; diff --git a/old-lib/resource/danish/RelativeDan.gf b/old-lib/resource/danish/RelativeDan.gf deleted file mode 100644 index 361169b16..000000000 --- a/old-lib/resource/danish/RelativeDan.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete RelativeDan of Relative = CatDan ** RelativeScand with - (ResScand = ResDan) ; diff --git a/old-lib/resource/danish/ResDan.gf b/old-lib/resource/danish/ResDan.gf deleted file mode 100644 index 5e761c268..000000000 --- a/old-lib/resource/danish/ResDan.gf +++ /dev/null @@ -1,3 +0,0 @@ -instance ResDan of ResScand = DiffDan ** open CommonScand, Prelude in { -} ; - diff --git a/old-lib/resource/danish/SentenceDan.gf b/old-lib/resource/danish/SentenceDan.gf deleted file mode 100644 index 542fffac4..000000000 --- a/old-lib/resource/danish/SentenceDan.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete SentenceDan of Sentence = CatDan ** SentenceScand with - (ResScand = ResDan) ; diff --git a/old-lib/resource/danish/StructuralDan.gf b/old-lib/resource/danish/StructuralDan.gf deleted file mode 100644 index 3af15d100..000000000 --- a/old-lib/resource/danish/StructuralDan.gf +++ /dev/null @@ -1,129 +0,0 @@ -concrete StructuralDan of Structural = CatDan ** - open MorphoDan, ParadigmsDan, Prelude in { - - flags optimize=all ; - - lin - above_Prep = ss "ovenfor" ; - after_Prep = ss "efter" ; - by8agent_Prep = ss "af" ; - all_Predet = {s = gennumForms "all" "alt" "alle"} ; - almost_AdA, almost_AdN = ss "nsten" ; - although_Subj = ss ["selv om"] ; - always_AdV = ss "altid" ; - and_Conj = {s1 = [] ; s2 = "og" ; n = Pl} ; - because_Subj = ss "fordi" ; - before_Prep = ss "fr" ; - behind_Prep = ss "bag" ; - between_Prep = ss "mellem" ; - both7and_DConj = sd2 "bde" "og" ** {n = Pl} ; - but_PConj = ss "men" ; - by8means_Prep = ss "med" ; - can8know_VV, can_VV = - mkV "kunne" "kan" "kan" "kunne" "kunnet" "kan" ** - {c2 = mkComplement [] ; lock_VV = <>} ; - during_Prep = ss "under" ; - either7or_DConj = sd2 "enten" "eller" ** {n = Sg} ; - everybody_NP = regNP "alle" "alles" Plg ; - every_Det = {s = \\_,_ => "hver" ; n = Sg ; det = DDef Indef} ; - everything_NP = regNP "alt" "alts" SgNeutr ; - everywhere_Adv = ss "overalt" ; - few_Det = {s = \\_,_ => "f" ; n = Pl ; det = DDef Indef} ; ---- first_Ord = {s = "frste" ; isDet = True} ; - for_Prep = ss "for" ; - from_Prep = ss "fra" ; - he_Pron = MorphoDan.mkNP "han" "ham" "hans" "hans" "hans" SgUtr P3 ; - here_Adv = ss "her" ; - here7to_Adv = ss "hit" ; - here7from_Adv = ss "herfra" ; - how_IAdv = ss "hvor" ; - how8many_IDet = {s = \\_ => ["hur mange"] ; n = Pl ; det = DDef Indef} ; - if_Subj = ss "hvis" ; - in8front_Prep = ss "foran" ; - i_Pron = - MorphoDan.mkNP "jeg" "mig" "min" "mit" "mine" SgUtr P1 ; - in_Prep = ss "i" ; - it_Pron = MorphoDan.regNP "det" "dets" SgNeutr ; - less_CAdv = ss "mindre" ; - many_Det = {s = \\_,_ => "mange" ; n = Pl ; det = DDef Indef} ; - more_CAdv = ss "mer" ; - most_Predet = {s = gennumForms ["den meste"] ["det meste"] ["de fleste"]} ; - much_Det = {s = \\_,_ => "meget" ; n = Pl ; det = DDef Indef} ; - must_VV = - mkV "mtte" "m" "m" "mtte" "mttet" "mtt" ** - {c2 = mkComplement [] ; lock_VV = <>} ; - no_Utt = ss ["nej"] ; - on_Prep = ss "p" ; ---- one_Quant = {s = \\_ => genderForms ["en"] ["et"] ; n = Sg ; det = DIndef} ; --- ei - only_Predet = {s = \\_ => "kun"} ; - or_Conj = {s1 = [] ; s2 = "eller" ; n = Pl} ; - otherwise_PConj = ss "anderledes" ; - part_Prep = ss "af" ; - please_Voc = ss "tak" ; --- - possess_Prep = ss "af" ; - quite_Adv = ss "temmelig" ; - she_Pron = MorphoDan.mkNP "hun" "hende" "hendes" "hendes" "hendes" SgUtr P3 ; - so_AdA = ss "s" ; - someSg_Det = {s = \\_ => genderForms "nogen" "noget" ; n = Sg ; det = DIndef} ; - somePl_Det = {s = \\_,_ => "nogle" ; n = Pl ; det = DIndef} ; - somebody_NP = regNP "nogen" "nogens" SgUtr ; - something_NP = regNP "noget" "nogets" SgNeutr ; - somewhere_Adv = ss ["et eller annet sted"] ; ---- ? - that_Quant = - {s = table { - Sg => \\_ => genderForms ["den der"] ["det der"] ; - Pl => \\_,_ => ["de der"] - } ; - det = DDef Indef - } ; - there_Adv = ss "der" ; - there7to_Adv = ss "dit" ; - there7from_Adv = ss "derfra" ; - therefore_PConj = ss "derfor" ; - they_Pron = MorphoDan.mkNP "de" "dem" "deres" "deres" "deres" Plg P1 ; - this_Quant = - {s = table { - Sg => \\_ => genderForms ["denne"] ["dette"] ; - Pl => \\_,_ => ["disse"] - } ; - det = DDef Indef - } ; - through_Prep = ss "gennem" ; - too_AdA = ss "for" ; - to_Prep = ss "til" ; - under_Prep = ss "under" ; - very_AdA = ss "meget" ; - want_VV = - mkV "ville" "vil" "vil" "ville" "villet" "villed" ** - {c2 = mkComplement [] ; lock_VV = <>} ; - we_Pron = MorphoDan.mkNP "vi" "os" "vores" "vores" "vores" Plg P1 ; - whatSg_IP = {s = \\_ => "hvad" ; gn = SgUtr} ; ---- infl - whatPl_IP = {s = \\_ => "hvilke" ; gn = Plg} ; ---- infl - when_IAdv = ss "hvornr" ; - when_Subj = ss "nr" ; - where_IAdv = ss "hver" ; - which_IQuant = { - s = table { - Sg => genderForms "hvilken" "hvilket" ; - Pl => \\_ => "hvilke" - } ; - det = DIndef - } ; - whoSg_IP = {s = vem.s ; gn = SgUtr} ; - whoPl_IP = {s = \\_ => "hvilke" ; gn = Plg} ; - why_IAdv = ss "hvorfor" ; - without_Prep = ss "uden" ; - with_Prep = ss "med" ; - yes_Utt = ss ["ja"] ; - youSg_Pron = - MorphoDan.mkNP "du" "dig" "din" "dit" "dine" SgUtr P2 ; ---- - youPl_Pron = MorphoDan.mkNP "i" "jer" "jeres" "jeres" "jeres" Plg P2 ; - youPol_Pron = MorphoDan.mkNP "Dere" "Dere" "Deres" "Deres" "Deres" SgUtr P2 ; --- wrong in refl - --- Auxiliaries that are used repeatedly. - - oper - vem = MorphoDan.mkNP "hvem" "hvem" "hvis" "hvis" "hvis" SgUtr P3 ; - -} - diff --git a/old-lib/resource/danish/VerbDan.gf b/old-lib/resource/danish/VerbDan.gf deleted file mode 100644 index 90d1b8bcd..000000000 --- a/old-lib/resource/danish/VerbDan.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete VerbDan of Verb = CatDan ** VerbScand with - (ResScand = ResDan) ; diff --git a/old-lib/resource/demo/Clause.gf b/old-lib/resource/demo/Clause.gf deleted file mode 100644 index 4145d335a..000000000 --- a/old-lib/resource/demo/Clause.gf +++ /dev/null @@ -1,22 +0,0 @@ -abstract Clause = Cat ** { - -fun - PredV : NP -> V -> Cl ; - PredV2 : NP -> V2 -> NP -> Cl ; - PredAP : NP -> AP -> Cl ; - PredAdv : NP -> Adv -> Cl ; - PredNP : NP -> NP -> Cl ; - - UseCl : Tense -> Ant -> Pol -> Cl -> S ; - - QuestV : IP -> V -> QCl ; - QuestV2 : IP -> V2 -> NP -> QCl ; --- QuestV2Slash : IP -> NP -> V2 -> QCl ; - - UseQCl : Tense -> Ant -> Pol -> QCl -> QS ; - - ImpV : V -> Imp ; --- ImpV2 : V2 -> NP -> Imp ; - - -} diff --git a/old-lib/resource/demo/ClauseBul.gf b/old-lib/resource/demo/ClauseBul.gf deleted file mode 100644 index 9f35b1ca1..000000000 --- a/old-lib/resource/demo/ClauseBul.gf +++ /dev/null @@ -1 +0,0 @@ -concrete ClauseBul of Clause = CatBul ** ClauseI with (Grammar = GrammarBul) ; diff --git a/old-lib/resource/demo/ClauseCat.gf b/old-lib/resource/demo/ClauseCat.gf deleted file mode 100644 index 11ab972db..000000000 --- a/old-lib/resource/demo/ClauseCat.gf +++ /dev/null @@ -1 +0,0 @@ -concrete ClauseCat of Clause = CatCat ** ClauseI with (Grammar = GrammarCat) ; diff --git a/old-lib/resource/demo/ClauseDan.gf b/old-lib/resource/demo/ClauseDan.gf deleted file mode 100644 index 9297b86c3..000000000 --- a/old-lib/resource/demo/ClauseDan.gf +++ /dev/null @@ -1 +0,0 @@ -concrete ClauseDan of Clause = CatDan ** ClauseI with (Grammar = GrammarDan) ; diff --git a/old-lib/resource/demo/ClauseEng.gf b/old-lib/resource/demo/ClauseEng.gf deleted file mode 100644 index 5f98c97ae..000000000 --- a/old-lib/resource/demo/ClauseEng.gf +++ /dev/null @@ -1 +0,0 @@ -concrete ClauseEng of Clause = CatEng ** ClauseI with (Grammar = GrammarEng) ; diff --git a/old-lib/resource/demo/ClauseFin.gf b/old-lib/resource/demo/ClauseFin.gf deleted file mode 100644 index d62e9667a..000000000 --- a/old-lib/resource/demo/ClauseFin.gf +++ /dev/null @@ -1 +0,0 @@ -concrete ClauseFin of Clause = CatFin ** ClauseI with (Grammar = GrammarFin) ; diff --git a/old-lib/resource/demo/ClauseFre.gf b/old-lib/resource/demo/ClauseFre.gf deleted file mode 100644 index 06cc2b5ab..000000000 --- a/old-lib/resource/demo/ClauseFre.gf +++ /dev/null @@ -1 +0,0 @@ -concrete ClauseFre of Clause = CatFre ** ClauseI with (Grammar = GrammarFre) ; diff --git a/old-lib/resource/demo/ClauseGer.gf b/old-lib/resource/demo/ClauseGer.gf deleted file mode 100644 index 47982626c..000000000 --- a/old-lib/resource/demo/ClauseGer.gf +++ /dev/null @@ -1 +0,0 @@ -concrete ClauseGer of Clause = CatGer ** ClauseI with (Grammar = GrammarGer) ; diff --git a/old-lib/resource/demo/ClauseI.gf b/old-lib/resource/demo/ClauseI.gf deleted file mode 100644 index 12fa28995..000000000 --- a/old-lib/resource/demo/ClauseI.gf +++ /dev/null @@ -1,23 +0,0 @@ -incomplete concrete ClauseI of Clause = Cat ** open Grammar in { - -lin - PredV np v = PredVP np (UseV v) ; - PredV2 s v o = PredVP s (ComplSlash (SlashV2a v) o) ; - PredAP s a = PredVP s (UseComp (CompAP a)) ; - PredAdv s a = PredVP s (UseComp (CompAdv a)) ; - PredNP s n = PredVP s (UseComp (CompNP n)) ; - - UseCl = Grammar.UseCl ; - - QuestV np v = QuestVP np (UseV v) ; - QuestV2 s v o = QuestVP s (ComplSlash (SlashV2a v) o) ; --- QuestV2Slash ip s v = QuestSlash ip (SlashVP s (SlashV2a v)) ; - - UseQCl = Grammar.UseQCl ; - - ImpV v = ImpVP (UseV v) ; --- ImpV2 v o = ImpVP (ComplSlash (SlashV2a v) o) ; - - - -} diff --git a/old-lib/resource/demo/ClauseIta.gf b/old-lib/resource/demo/ClauseIta.gf deleted file mode 100644 index 8602d5878..000000000 --- a/old-lib/resource/demo/ClauseIta.gf +++ /dev/null @@ -1 +0,0 @@ -concrete ClauseIta of Clause = CatIta ** ClauseI with (Grammar = GrammarIta) ; diff --git a/old-lib/resource/demo/ClauseNor.gf b/old-lib/resource/demo/ClauseNor.gf deleted file mode 100644 index 26d71f76a..000000000 --- a/old-lib/resource/demo/ClauseNor.gf +++ /dev/null @@ -1 +0,0 @@ -concrete ClauseNor of Clause = CatNor ** ClauseI with (Grammar = GrammarNor) ; diff --git a/old-lib/resource/demo/ClauseRus.gf b/old-lib/resource/demo/ClauseRus.gf deleted file mode 100644 index 380b38e15..000000000 --- a/old-lib/resource/demo/ClauseRus.gf +++ /dev/null @@ -1 +0,0 @@ -concrete ClauseRus of Clause = CatRus ** ClauseI with (Grammar = GrammarRus) ; diff --git a/old-lib/resource/demo/ClauseSpa.gf b/old-lib/resource/demo/ClauseSpa.gf deleted file mode 100644 index 4723fa77f..000000000 --- a/old-lib/resource/demo/ClauseSpa.gf +++ /dev/null @@ -1 +0,0 @@ -concrete ClauseSpa of Clause = CatSpa ** ClauseI with (Grammar = GrammarSpa) ; diff --git a/old-lib/resource/demo/ClauseSwe.gf b/old-lib/resource/demo/ClauseSwe.gf deleted file mode 100644 index c082d814f..000000000 --- a/old-lib/resource/demo/ClauseSwe.gf +++ /dev/null @@ -1 +0,0 @@ -concrete ClauseSwe of Clause = CatSwe ** ClauseI with (Grammar = GrammarSwe) ; diff --git a/old-lib/resource/demo/Demo.gf b/old-lib/resource/demo/Demo.gf deleted file mode 100644 index 2fcb5a3fc..000000000 --- a/old-lib/resource/demo/Demo.gf +++ /dev/null @@ -1,21 +0,0 @@ -abstract Demo = - Noun - [AdvCN,PredetNP,PPartNP,RelNP,RelCN,SentCN,ApposCN,MassNP,DetNP], --- Verb, - Clause, -- - Adjective - [SentAP,ReflA2], - Adverb, - Numeral, --- Sentence, - Question - [QuestVP,QuestSlash], ----- Relative, ----- Conjunction, - Phrase, ----- Text, ----- Idiom, - Structural - [everybody_NP,everything_NP,something_NP], - Lexicon ** { - -flags startcat = S ; - -} - diff --git a/old-lib/resource/demo/DemoBul.gf b/old-lib/resource/demo/DemoBul.gf deleted file mode 100644 index 48219799c..000000000 --- a/old-lib/resource/demo/DemoBul.gf +++ /dev/null @@ -1,16 +0,0 @@ ---# -path=.:alltenses - -concrete DemoBul of Demo = - NounBul, - ClauseBul, - AdjectiveBul, - AdverbBul, - NumeralBul, - QuestionBul, - StructuralBul, - LexiconBul - ** { - -flags language = bg; unlexer = text ; lexer = text ; - -} ; diff --git a/old-lib/resource/demo/DemoCat.gf b/old-lib/resource/demo/DemoCat.gf deleted file mode 100644 index c0c6e5bef..000000000 --- a/old-lib/resource/demo/DemoCat.gf +++ /dev/null @@ -1,16 +0,0 @@ ---# -path=.:alltenses - -concrete DemoCat of Demo = - NounCat, - ClauseCat, - AdjectiveCat, - AdverbCat, - NumeralCat, - QuestionCat, - StructuralCat, - LexiconCat - ** { - -flags language = ca; unlexer = text ; lexer = text ; - -} ; diff --git a/old-lib/resource/demo/DemoDan.gf b/old-lib/resource/demo/DemoDan.gf deleted file mode 100644 index 62e89c515..000000000 --- a/old-lib/resource/demo/DemoDan.gf +++ /dev/null @@ -1,16 +0,0 @@ ---# -path=.:alltenses - -concrete DemoDan of Demo = - NounDan, - ClauseDan, - AdjectiveDan, - AdverbDan, - NumeralDan, - QuestionDan, - StructuralDan, - LexiconDan - ** { - -flags language = da; unlexer = text ; lexer = text ; - -} ; diff --git a/old-lib/resource/demo/DemoEng.gf b/old-lib/resource/demo/DemoEng.gf deleted file mode 100644 index a738832fc..000000000 --- a/old-lib/resource/demo/DemoEng.gf +++ /dev/null @@ -1,16 +0,0 @@ ---# -path=.:alltenses - -concrete DemoEng of Demo = - NounEng, - ClauseEng, - AdjectiveEng, - AdverbEng, - NumeralEng, - QuestionEng, - StructuralEng, - LexiconEng - ** { - -flags language = en; unlexer = text ; lexer = text ; - -} ; diff --git a/old-lib/resource/demo/DemoFin.gf b/old-lib/resource/demo/DemoFin.gf deleted file mode 100644 index 13eb7b5e9..000000000 --- a/old-lib/resource/demo/DemoFin.gf +++ /dev/null @@ -1,16 +0,0 @@ ---# -path=.:alltenses - -concrete DemoFin of Demo = - NounFin, - ClauseFin, - AdjectiveFin, - AdverbFin, - NumeralFin, - QuestionFin, - StructuralFin, - LexiconFin - ** { - -flags language = fi; unlexer = text ; lexer = text ; - -} ; diff --git a/old-lib/resource/demo/DemoFre.gf b/old-lib/resource/demo/DemoFre.gf deleted file mode 100644 index 84ac32287..000000000 --- a/old-lib/resource/demo/DemoFre.gf +++ /dev/null @@ -1,16 +0,0 @@ ---# -path=.:alltenses - -concrete DemoFre of Demo = - NounFre, - ClauseFre, - AdjectiveFre, - AdverbFre, - NumeralFre, - QuestionFre, - StructuralFre, - LexiconFre - ** { - -flags language = fr; unlexer = text ; lexer = text ; - -} ; diff --git a/old-lib/resource/demo/DemoGer.gf b/old-lib/resource/demo/DemoGer.gf deleted file mode 100644 index ca93cc037..000000000 --- a/old-lib/resource/demo/DemoGer.gf +++ /dev/null @@ -1,16 +0,0 @@ ---# -path=.:alltenses - -concrete DemoGer of Demo = - NounGer, - ClauseGer, - AdjectiveGer, - AdverbGer, - NumeralGer, - QuestionGer, - StructuralGer, - LexiconGer - ** { - -flags language = de; unlexer = text ; lexer = text ; - -} ; diff --git a/old-lib/resource/demo/DemoIta.gf b/old-lib/resource/demo/DemoIta.gf deleted file mode 100644 index bd5d94d0d..000000000 --- a/old-lib/resource/demo/DemoIta.gf +++ /dev/null @@ -1,16 +0,0 @@ ---# -path=.:alltenses - -concrete DemoIta of Demo = - NounIta, - ClauseIta, - AdjectiveIta, - AdverbIta, - NumeralIta, - QuestionIta, - StructuralIta, - LexiconIta - ** { - -flags language = it; unlexer = text ; lexer = text ; - -} ; diff --git a/old-lib/resource/demo/DemoNor.gf b/old-lib/resource/demo/DemoNor.gf deleted file mode 100644 index 92487132f..000000000 --- a/old-lib/resource/demo/DemoNor.gf +++ /dev/null @@ -1,16 +0,0 @@ ---# -path=.:alltenses - -concrete DemoNor of Demo = - NounNor, - ClauseNor, - AdjectiveNor, - AdverbNor, - NumeralNor, - QuestionNor, - StructuralNor, - LexiconNor - ** { - -flags language = no; unlexer = text ; lexer = text ; - -} ; diff --git a/old-lib/resource/demo/DemoRus.gf b/old-lib/resource/demo/DemoRus.gf deleted file mode 100644 index ab8ef8934..000000000 --- a/old-lib/resource/demo/DemoRus.gf +++ /dev/null @@ -1,16 +0,0 @@ ---# -path=.:alltenses - -concrete DemoRus of Demo = - NounRus, - ClauseRus, - AdjectiveRus, - AdverbRus, - NumeralRus, - QuestionRus, - StructuralRus, - LexiconRus - ** { - -flags language = ru; unlexer = text ; lexer = text ; - -} ; diff --git a/old-lib/resource/demo/DemoSpa.gf b/old-lib/resource/demo/DemoSpa.gf deleted file mode 100644 index e254c45a6..000000000 --- a/old-lib/resource/demo/DemoSpa.gf +++ /dev/null @@ -1,16 +0,0 @@ ---# -path=.:alltenses - -concrete DemoSpa of Demo = - NounSpa, - ClauseSpa, - AdjectiveSpa, - AdverbSpa, - NumeralSpa, - QuestionSpa, - StructuralSpa, - LexiconSpa - ** { - -flags language = es; unlexer = text ; lexer = text ; - -} ; diff --git a/old-lib/resource/demo/DemoSwe.gf b/old-lib/resource/demo/DemoSwe.gf deleted file mode 100644 index b6d9bfb66..000000000 --- a/old-lib/resource/demo/DemoSwe.gf +++ /dev/null @@ -1,16 +0,0 @@ ---# -path=.:alltenses - -concrete DemoSwe of Demo = - NounSwe, - ClauseSwe, - AdjectiveSwe, - AdverbSwe, - NumeralSwe, - QuestionSwe, - StructuralSwe, - LexiconSwe - ** { - -flags language = sv; unlexer = text ; lexer = text ; - -} ; diff --git a/old-lib/resource/deva b/old-lib/resource/deva deleted file mode 100644 index 84d03498d..000000000 --- a/old-lib/resource/deva +++ /dev/null @@ -1 +0,0 @@ -runghc hindi/Deva.hs $1 diff --git a/old-lib/resource/doc/MkSynopsis.hs b/old-lib/resource/doc/MkSynopsis.hs deleted file mode 100644 index 57f1fe31b..000000000 --- a/old-lib/resource/doc/MkSynopsis.hs +++ /dev/null @@ -1,240 +0,0 @@ -import System -import Char -import List - -type Cats = [(String,String,String)] -type Rules = [(String,String,String)] - -main = do - xx <- getArgs - let isLatex = case xx of - "-tex":_ -> True - _ -> False - cs1 <- getCats commonAPI - cs2 <- getCats catAPI - let cs = sortCats (cs1 ++ cs2) - writeFile synopsis "GF Resource Grammar Library: Synopsis" - append "B. Bringert and A. Ranta" - space - append "%!postproc(html): '(SRC=\"categories.png\")' '\\1 USEMAP=\"#categories\"'" - append "%!postproc(html): '#LParadigms' ''" - append "%!postproc(tex): '#LParadigms' ''" - delimit $ addToolTips cs - include "synopsis-intro.txt" - title "Categories" - space - link "Source 1:" commonAPI - space - link "Source 2:" catAPI - space - append "==A hierarchic view==\n" - include "categories-intro.txt" - append "==Explanations==\n" - delimit $ mkCatTable isLatex cs - space - title "Syntax Rules and Structural Words" - space - link "Source 1:" syntaxAPI - space - link "Source 2:" structuralAPI - space - rs <- getRules syntaxAPI - rs2 <- getRules structuralAPI - delimit $ mkSplitTables True isLatex cs $ rs ++ rs2 - space --- title "Structural Words" --- space --- link "Source:" structuralAPI --- space --- rs <- rulesTable False isLatex cs structuralAPI --- delimit rs - space - title "Lexical Paradigms" - mapM_ (putParadigms isLatex cs) paradigmFiles - space - include "synopsis-browse.txt" - space - title "An Example of Usage" - space - include "synopsis-example.txt" - space - let format = if isLatex then "tex" else "html" - system $ "txt2tags -t" ++ format ++ " --toc " ++ synopsis - if isLatex then (system $ "pdflatex synopsis.tex") >> return () else return () - -addToolTips :: Cats -> [String] -addToolTips = map f - where f (n,e,_) = "%!postproc(html): '(?i)(HREF=\"#" ++ n ++ "\")( TITLE=\"[^\"]*\")?' '\\1 TITLE=\"" ++ e' ++ "\"'" - where e' = n ++ if null e then "" else " - " ++ e - -getCats :: FilePath -> IO Cats -getCats file = do - ss <- readFile file >>= return . lines - return $ getrs [] ss - where - getrs rs ss = case ss of - ('-':'-':'.':_):_ -> reverse rs - [] -> reverse rs - ('-':'-':_):ss2 -> getrs rs ss2 - s:ss2 -> case words s of - cat:";":"--":exp -> getrs ((cat,unwords expl, unwords (tail ex)):rs) ss2 where - (expl,ex) = span (/="e.g.") exp - _ -> getrs rs ss2 - -rulesTable :: Bool -> Bool -> Cats -> FilePath -> IO [String] -rulesTable hasEx isLatex cs file = do - rs <- getRules file - return $ mkTable hasEx isLatex cs rs - - -getRules :: FilePath -> IO Rules -getRules file = do - ss <- readFile file >>= return . lines - return $ getrs [] ss - where - getrs rs ss = case ss of - ('-':'-':'.':_):_ -> reverse rs - [] -> reverse rs - ('-':'-':_):ss2 -> getrs rs ss2 - s:ss2 -> case words s of - _:_:"overload":_ -> getrs rs ss2 - _:":":_ -> getrs (rule s:rs) ss2 - _ -> getrs rs ss2 - rule s = (name, typ, ex) - where - ws = words s - name = head ws - (t,e) = span (/="--") (tail ws) - typ = unwords $ filtype (drop 1 t) - filtype = filter (/=";") - ex = if null e then "" else unwords $ unnumber $ drop 1 e - unnumber e = case e of - n:ws | last n == '.' && not (null (init n)) && all isDigit (init n) -> ws - _ -> e - -putParadigms :: Bool -> Cats -> (String, FilePath) -> IO () -putParadigms isLatex cs (lang,file) = do - stitle ("Paradigms for " ++ lang) - append "#LParadigms" - space - link "source" file - space - rs <- rulesTable False isLatex cs file - space - delimit rs - space - -inChunks :: Int -> ([a] -> [String]) -> [a] -> [String] -inChunks i f = concat . intersperse ["\n\n"] . map f . chunks i where - chunks _ [] = [] - chunks i xs = x : chunks i y where (x,y) = splitAt i xs - --- Makes one table per result category. --- Adds a subsection header for each table. -mkSplitTables :: Bool -> Bool -> Cats -> Rules -> [String] -mkSplitTables hasEx isLatex cs = concatMap t . addLexicalCats cs . sortRules - where t (c, xs) = [subtitle c expl] ++ tableOrLink - where - expl = case [e | (n,e,_) <- cs, n == c] of - [] -> "" - e:_ -> e - tableOrLink = if null xs then parad else mkTable hasEx isLatex cs xs - parad = [ - "Lexical category, constructors given in", - "[lexical paradigms #RParadigms]." - ] - -mkTable :: Bool -> Bool -> Cats -> Rules -> [String] -mkTable hasEx isLatex cs = inChunks chsize (\rs -> header : map (unwords . row) rs) - where - chsize = if isLatex then 40 else 1000 - header = if hasEx then "|| Function | Type | Example ||" - else "|| Function | Type ||" - row (name,typ,ex) - = if hasEx then ["|", name', "|", typ', "|", ex', "|"] - else ["|", name', "|", typ', "|"] - where - name' = ttf name - typ' = showTyp cs typ - ex' = if null ex then itf (takeWhile (/='_') name) else itf ex - -mkCatTable :: Bool -> Cats -> [String] -mkCatTable isLatex cs = inChunks chsize (\rs -> header ++ map mk1 rs) cs - where - header = ["|| Category | Explanation | Example ||"] - chsize = if isLatex then 40 else 1000 - mk1 (name,expl,ex) = unwords ["|", showCat cs name, "|", expl, "|", typo ex, "|"] - typo ex = if take 1 ex == "\"" then itf (init (tail ex)) else ex - -synopsis = "synopsis.txt" -commonAPI = "../abstract/Common.gf" -catAPI = "../abstract/Cat.gf" -syntaxAPI = "../api/Constructors.gf" -structuralAPI = "../abstract/Structural.gf" -paradigmFiles = [ - ("Bulgarian", "../bulgarian/ParadigmsBul.gf"), - ("Danish", "../danish/ParadigmsDan.gf"), - ("English", "../english/ParadigmsEng.gf"), - ("Finnish", "../finnish/ParadigmsFin.gf"), - ("French", "../french/ParadigmsFre.gf"), - ("German", "../german/ParadigmsGer.gf"), --- ("Interlingua", "../interlingua/ParadigmsIna.gf"), - ("Italian", "../italian/ParadigmsIta.gf"), - ("Norwegian", "../norwegian/ParadigmsNor.gf"), - ("Russian", "../russian/ParadigmsRus.gf"), - ("Spanish", "../spanish/ParadigmsSpa.gf"), - ("Swedish", "../swedish/ParadigmsSwe.gf") - ] - -append s = appendFile synopsis ('\n':s) -title s = append $ "=" ++ s ++ "=" -stitle s = append $ "==" ++ s ++ "==" -include s = append $ "%!include: " ++ s -space = append "\n" -delimit ss = mapM_ append ss -link s f = append $ s ++ " [``" ++ fa ++ "`` " ++ f ++ "]" where - fa = "http://www.cs.chalmers.se/~aarne/GF/lib/resource" ++ dropWhile (=='.') f - -ttf s = "``" ++ s ++ "``" -itf s = "//" ++ s ++ "//" - ------------------ - --- sort category synopsis by category, retain one table -sortCats :: Cats -> Cats -sortCats = sortBy compareCat - where compareCat (n1,_,_) (n2,_,_) = compare n1 n2 - --- sort function synopsis by category, into separate tables -sortRules :: Rules -> [Rules] -sortRules = groupBy sameCat . sortBy compareRules - where sameCat r1 r2 = resultCat r1 == resultCat r2 - compareRules r1@(n1,_,_) r2@(n2,_,_) - = compare (resultCat r1,n1) (resultCat r2,n2) - -addLexicalCats :: Cats -> [Rules] -> [(String,Rules)] -addLexicalCats cs rss = - map head $ groupBy fstEq $ sortBy (\x y -> compare (fst x) (fst y)) $ - [ (resultCat r, rs) | rs@(r:_) <- rss] ++ [(n,[]) | (n,_,_) <- cs] - where fstEq p1 p2 = fst p1 == fst p2 - -resultCat :: (String,String,String) -> String -resultCat (_,t,_) = last (words t) - - -subtitle cat expl = "==" ++ cat ++ e ++ "==" ++ "[" ++ cat ++ "]" - where e = if null expl then "" else " - " ++ expl - -showCat :: Cats -> String -> String -showCat cs cat = "[" ++ cat ++ " #" ++ cat ++ "]" - -showTyp :: Cats -> String -> String -showTyp cs = unwords . map f . words - where f s | head s == '(' && last s == ')' && isCat c - = "(" ++ showCat cs c ++ ")" - | isCat s = showCat cs s - | otherwise = ttf s - where c = init (tail s) - isCat cat = cat `notElem` ["Str","Int"] - && all (\c -> isAlphaNum c || c == '\'') cat - && isUpper (head cat) diff --git a/old-lib/resource/doc/categories-imagemap.html b/old-lib/resource/doc/categories-imagemap.html deleted file mode 100644 index 31f01eef5..000000000 --- a/old-lib/resource/doc/categories-imagemap.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/old-lib/resource/doc/categories-intro.txt b/old-lib/resource/doc/categories-intro.txt deleted file mode 100644 index f5498fcfe..000000000 --- a/old-lib/resource/doc/categories-intro.txt +++ /dev/null @@ -1,19 +0,0 @@ - - -The chart below shows the categories in a hierarchical top-down order. -The edges do not define the complete dependency structure; if they did, -the graph would have many many more edges, and also many cycles. The precise -meaning of a directed edge from //C// to //D// is: there is a constructor -of //C// that takes //D// as an argument. What the constructors exactly are, -and what other arguments they take, is described by separate tables for -each category. - - | [categories.png] | - -%!include(html): ''categories-imagemap.html'' - - -The rectangular boxes mark open lexical categories, which have constructors -also in the ``Paradigms`` modules. - - diff --git a/old-lib/resource/doc/categories.dot b/old-lib/resource/doc/categories.dot deleted file mode 100644 index 69cf67e74..000000000 --- a/old-lib/resource/doc/categories.dot +++ /dev/null @@ -1,149 +0,0 @@ - -digraph categories { - -size = "11,11" ; -node [href="#\N"]; - -Text [style = "solid", shape = "ellipse"]; -Text -> Punct [style = "solid"]; -Text -> Phr [style = "solid"]; - -Punct [style = "solid", shape = "ellipse"]; - -Phr [style = "solid", shape = "ellipse"]; -Phr -> PConj [style = "solid"]; -Phr -> Utt [style = "solid"]; -Phr -> Voc [style = "solid"]; - -PConj [style = "solid", shape = "ellipse"]; -Voc [style = "solid", shape = "ellipse"]; - -Utt [style = "solid", shape = "ellipse"]; -Utt -> Imp [style = "solid"]; -Utt -> S [style = "solid"]; -Utt -> QS [style = "solid"]; - -Imp [style = "solid", shape = "ellipse"]; - -S [style = "solid", shape = "ellipse"]; -S -> Tense [style = "solid"]; -S -> Ant [style = "solid"]; -S -> Pol [style = "solid"]; -S -> Cl [style = "solid"]; -S -> ListS [style = "solid"]; -S -> Conjs [style = "solid"]; - -Conjs [label = "Conj", href="#Conj", style = "solid", shape = "ellipse"]; - -Tense [style = "solid", shape = "ellipse"]; -Ant [style = "solid", shape = "ellipse"]; -Pol [style = "solid", shape = "ellipse"]; - -Cl [style = "solid", shape = "ellipse"]; -Cl -> NP [style = "solid"]; -Cl -> VP [style = "solid"]; -Cl -> Adv [style = "solid"]; - -Adv [style = "solid", shape = "rectangle"]; -Adv -> Subj [style = "solid"]; -Adv -> ListAdj [style = "solid"]; - - -NP [style = "solid", shape = "ellipse"]; -NP -> Predet [style = "solid"]; -NP -> Pron [style = "solid"]; -NP -> PN [style = "solid"]; -NP -> Det [style = "solid"]; -NP -> CN [style = "solid"]; -NP -> ListNP [style = "solid"]; - -Predet [style = "solid", shape = "ellipse"]; - -Pron [style = "solid", shape = "ellipse"]; -PN [style = "solid", shape = "rectangle"]; - -Det [style = "solid", shape = "ellipse"]; -Det -> Art [style = "solid"]; -Det -> Quant [style = "solid"]; -Det -> Num [style = "solid"]; -Det -> Ord [style = "solid"]; - - -Art [label = "Art", style = "solid", shape = "ellipse"]; -Quant [label = "Quant", style = "solid", shape = "ellipse"]; - - -Num [style = "solid", shape = "ellipse"]; -Num -> Card [style = "solid"]; - -Card [style = "solid", shape = "ellipse"]; -Card -> Numerals [style = "solid"]; -Card -> AdN [style = "solid"]; - -AdN [style = "solid", shape = "ellipse"]; -AdN -> CAdv [style = "solid"]; - -Numerals [label = "Numeral,Digits", href="#Numeral", style = "solid", shape = "ellipse"]; - - -Ord [style = "solid", shape = "ellipse"]; - -CN [style = "solid", shape = "ellipse"]; -CN -> Ns [style = "solid"]; -CN -> RS [style = "solid"]; - -Ns [label = "N,N2,N3", href="#N", style = "solid", shape = "rectangle"]; - - -VP [style = "solid", shape = "ellipse"]; -VP -> AdV [style = "solid"]; -VP -> Vs [style = "solid"]; -VP -> AP [style = "solid"]; - -AdV [style = "solid", shape = "ellipse"]; - -Vs [label = "V,V2,V3,V*,V2*", href="#V", style = "solid", shape = "rectangle"]; - -AP [style = "solid", shape = "ellipse"]; -AP -> AdA [style = "solid"]; -AP -> As [style = "solid"]; -AP -> ListAP [style = "solid"]; - -As [label = "A, A2", href="#A", style = "solid", shape = "rectangle"]; - - - - -QS [style = "solid", shape = "ellipse"]; -QS -> QCl [style = "solid"]; - -QCl [style = "solid", shape = "ellipse"]; -QCl -> IP [style = "solid"]; -QCl -> IAdv [style = "solid"]; -QCl -> ClSlash [style = "solid"]; - -IP [style = "solid", shape = "ellipse"]; -IP -> IDet [style = "solid"]; - -IDet [style = "solid", shape = "ellipse"]; -IDet -> IQuant [style = "solid"]; - -IQuant [style = "solid", shape = "ellipse"]; - -IAdv [style = "solid", shape = "ellipse"]; - -ClSlash [style = "solid", shape = "ellipse"]; -ClSlash -> VPSlash [style = "solid"]; - -VPSlash [style = "solid", shape = "ellipse"]; - -RS [style = "solid", shape = "ellipse"]; -RS -> RCl [style = "solid"]; - -RCl [style = "solid", shape = "ellipse"]; -RCl -> RP [style = "solid"]; - -RP [style = "solid", shape = "ellipse"]; - - -} diff --git a/old-lib/resource/doc/categories.png b/old-lib/resource/doc/categories.png deleted file mode 100644 index 590540fc5..000000000 Binary files a/old-lib/resource/doc/categories.png and /dev/null differ diff --git a/old-lib/resource/doc/resdemo.html b/old-lib/resource/doc/resdemo.html deleted file mode 100644 index 6cbd91aa6..000000000 --- a/old-lib/resource/doc/resdemo.html +++ /dev/null @@ -1,2606 +0,0 @@ - - - - - -Demo: UseCl TPres AAnter PPos (PredV2 (AdvNP (UsePron i_Pron) everywhere_Adv) wipe_V2 (UsePN paris_PN)) -
    -DemoBul: аз навсякъде съм бърсал Париж -
    -DemoCat: a tot arreu he eixugat Paris -
    -DemoDan: jeg overalt har visket Paris -
    -DemoEng: I everywhere have wiped Paris -
    -DemoFin: minä kaikkialla olen pyyhkinyt Pariisin -
    -DemoFre: je partout ai essuyé Paris -
    -DemoGer: ich überall habe Paris gewischt -
    -DemoIta: dappertutto ho asciugato Parigi -
    -DemoNor: jeg overalt har tørka Paris -
    -DemoRus: я везде вытираю Париж -
    -DemoSpa: en todas partes he secado Paris -
    -DemoSwe: jag överallt har torkat Paris -
    - Demo: UseCl TPres AAnter PNeg (PredAdv somebody_NP (ComparAdvAdjS more_CAdv blue_A (UseCl TCond ASimul PNeg (PredAdv (AdvNP (DetArtSg IndefArt (ComplN2 brother_N2 (DetArtPl DefArt (UseN2 father_N2)))) here7to_Adv) (AdAdv so_AdA here7from_Adv))))) -
    -DemoBul: някой не е бил по - синьо от колкото брат на бащите до тук не би бил толкова от тук -
    -DemoCat: algú no ha estat més blavament que un germà dels pares cap aquí no seria tan d'aquí -
    -DemoDan: nogen har ikke været mer blått end en broder til fædrene hit ikke ville være så herfra -
    -DemoEng: somebody hasn't been more bluely than a brother of the fathers to here wouldn't be so from here -
    -DemoFin: joku ei ole ollut enemmän sinisesti kuin isien veli tänne ei olisi niin täältä -
    -DemoFre: quelqu'un n' a pas été plus bleuement qu' un frère des pères ici ne serait pas si d'ici -
    -DemoGer: jemand ist nicht mehr blau als ein Bruder von den Vätern hierher nicht so hieraus sein würde gewesen -
    -DemoIta: qualcuno non è stato più blumente che un fratello dei padri quì non sarebbe così da quì -
    -DemoNor: noen har ikke vært mer blått enn en bror til fedrene hit ikke ville være så herfra -
    -DemoRus: кто-то не более голубо чем брат отцов сюда не -
    -DemoSpa: algún no ha sido mas azulmente que un hermano de los padres para acá no sería tanto de acá -
    -DemoSwe: någon har inte varit mer blått än en bror till fäderna hit inte skulle vara så härifrån -
    - Demo: UseCl TFut AAnter PPos (PredV (UsePron we_Pron) live_V) -
    -DemoBul: ние ще сме живeли -
    -DemoCat: haurem viscut -
    -DemoDan: vi vil have levet -
    -DemoEng: we will have lived -
    -DemoFin: me olemme eläneet -
    -DemoFre: nous aurons vécu -
    -DemoGer: wir werden gelebt haben -
    -DemoIta: avremo vissuto -
    -DemoNor: vi vil ha levd -
    -DemoRus: мы будем жить -
    -DemoSpa: habremos vivido -
    -DemoSwe: vi ska ha levt -
    - Demo: UseCl TCond ASimul PNeg (PredAdv (UsePN paris_PN) far_Adv) -
    -DemoBul: Париж не би бил далече -
    -DemoCat: Paris no seria lluny -
    -DemoDan: Paris ville ikke være fjern -
    -DemoEng: Paris wouldn't be far -
    -DemoFin: Pariisi ei olisi kaukana -
    -DemoFre: Paris ne serait pas loin -
    -DemoGer: Paris würde nicht weit sein -
    -DemoIta: Parigi non sarebbe lontano -
    -DemoNor: Paris ville ikke være fjern -
    -DemoRus: Париж не -
    -DemoSpa: Paris no sería lejos -
    -DemoSwe: Paris skulle inte vara långt -
    - Demo: UseCl TFut ASimul PNeg (PredAdv (UsePron it_Pron) (PositAdvAdj full_A)) -
    -DemoBul: то няма да е пълно -
    -DemoCat: no serà pleament -
    -DemoDan: det vil ikke være fuldt -
    -DemoEng: it won't be fully -
    -DemoFin: se ei ole täydesti -
    -DemoFre: il ne sera pas pleinement -
    -DemoGer: es wird nicht voll sein -
    -DemoIta: non sarà pienamente -
    -DemoNor: det vil ikke være fullt -
    -DemoRus: оно не будет полно -
    -DemoSpa: no será llenamente -
    -DemoSwe: det ska inte vara fullt -
    - Demo: UseCl TPast AAnter PPos (PredAdv (UsePron they_Pron) (PositAdvAdj dull_A)) -
    -DemoBul: те бяха били тъпо -
    -DemoCat: havien estat balbament -
    -DemoDan: de havde været sløvt -
    -DemoEng: they had been dully -
    -DemoFin: he olivat olleet tylsästi -
    -DemoFre: ils avaient été émoussément -
    -DemoGer: sie waren stumpf gewesen -
    -DemoIta: erano stati noiosamente -
    -DemoNor: de hadde vært sløvt -
    -DemoRus: они были скучно -
    -DemoSpa: habían sido desafiladamente -
    -DemoSwe: de hade varit slött -
    - Demo: UseCl TPres AAnter PPos (PredAdv (UsePron he_Pron) here_Adv) -
    -DemoBul: той е бил тук -
    -DemoCat: ha estat aquí -
    -DemoDan: han har været her -
    -DemoEng: he has been here -
    -DemoFin: hän on ollut täällä -
    -DemoFre: il a été ici -
    -DemoGer: er ist hier gewesen -
    -DemoIta: è stato quì -
    -DemoNor: han har vært her -
    -DemoRus: он здесь -
    -DemoSpa: ha sido aquí -
    -DemoSwe: han har varit här -
    - Demo: UseCl TPast ASimul PPos (PredV2 (DetArtSg DefArt (UseN car_N)) kill_V2 (UsePN paris_PN)) -
    -DemoBul: колата уби Париж -
    -DemoCat: el cotxe matava Paris -
    -DemoDan: bilen dræbede Paris -
    -DemoEng: the car killed Paris -
    -DemoFin: auto tappoi Pariisin -
    -DemoFre: la voiture tuait Paris -
    -DemoGer: der Wagen tötete Paris -
    -DemoIta: la macchina uccideva Parigi -
    -DemoNor: bilen drepte Paris -
    -DemoRus: машина убивала Париж -
    -DemoSpa: el auto mataba Paris -
    -DemoSwe: bilen dödade Paris -
    - Demo: UseCl TFut AAnter PNeg (PredV2 (UsePN paris_PN) watch_V2 (UsePN paris_PN)) -
    -DemoBul: Париж няма да е гледал Париж -
    -DemoCat: Paris no haurà mirat Paris -
    -DemoDan: Paris vil ikke have set på Paris -
    -DemoEng: Paris won't have watched Paris -
    -DemoFin: Pariisi ei ole katsellut Pariisia -
    -DemoFre: Paris n' aura pas regardé Paris -
    -DemoGer: Paris wird an Paris nicht geschaut haben -
    -DemoIta: Parigi non avrà guardato Parigi -
    -DemoNor: Paris vil ikke ha sett på Paris -
    -DemoRus: Париж не будет смотреть Париж -
    -DemoSpa: Paris no habrá mirado Paris -
    -DemoSwe: Paris ska inte ha tittat på Paris -
    - Demo: UseCl TPast AAnter PNeg (PredV (DetCN (DetArtCard IndefArt (AdNum almost_AdN (NumNumeral (num (pot2as3 (pot1as2 (pot1to19 n8))))))) (ComplN2 mother_N2 (DetCN every_Det (AdjCN (ComparA narrow_A (DetArtSg IndefArt (ComplN2 brother_N2 (DetArtSg IndefArt (UseN2 father_N2))))) (ComplN2 brother_N2 (UsePron i_Pron)))))) sew_V) -
    -DemoBul: почти осемнадесет майки на всеки по - тесен от брат на баща брат ми не бяха шили -
    -DemoCat: quasi divuit mares cada germà de mi más estret que un germà d' un pare no havien cosit -
    -DemoDan: næsten atten mødre til hver broder til mig smalere end en broder til en far havde ikke syet -
    -DemoEng: almost eighteen mothers of every brother of I narrower than a brother of a father hadn't sewed -
    -DemoFin: melkein kahdeksan toista jokaisen isän veljenä kapeamman minun veljen äitiä eivät olleet kylväneet -
    -DemoFre: presque dix-huit mères chaque frère de moi plus étroit qu' un frère d' un père n' avaient pas cousu -
    -DemoGer: fast achzehn Mütter von jedem schmaleren als ein Bruder von einem Vater Bruder von mir hatten nicht genäht -
    -DemoIta: quasi ottanta madri ogni fratello di me più stretto che un fratello di un padre non avevano cucito -
    -DemoNor: nesten atten mødre til hver bror til meg smalere enn en bror til en far hadde ikke sydd -
    -DemoRus: почти восемнадцать матери каждого уже брата отца моего брата не шили -
    -DemoSpa: casi ochenta madres cada hermano de mí más estrecho que un hermano de un padre no habían cosido -
    -DemoSwe: nästan arton mödrar till varje bror till mig smalare än en bror till en far hade inte sytt -
    - Demo: UseCl TPast ASimul PNeg (PredAP (UsePN paris_PN) (ComparA wide_A (DetArtPl IndefArt (ComplN2 (ComplN3 distance_N3 (DetArtSg IndefArt (AdjCN (ComparA hot_A (UsePN paris_PN)) (ComplN2 (ComplN3 distance_N3 (UsePN john_PN)) (UsePron it_Pron))))) (DetArtSg IndefArt (AdjCN (AdAP too_AdA (ComplA2 easy_A2V somebody_NP)) (UseN2 father_N2))))))) -
    -DemoBul: Париж не беше по - широк от разстояния от по - горещо от Париж разстояние от Джон до него до прекалено лесен за някой баща -
    -DemoCat: Paris no era más extens que unes distàncies d' una distància de Joan a ell más calenta que Paris a un pare massa fácil a algú -
    -DemoDan: Paris var ikke bredere end afstander fra en afstand fra John til det hedere end Paris til en far for nem for nogen -
    -DemoEng: Paris wasn't wider than distances from a distance from John to it hotter than Paris to a father too easy for somebody -
    -DemoFin: Pariisi ei ollut leveämpi kuin etäisyyksiä Pariisia kuumemmasta etäisyydestä Jussista siihen liian jollevulle helppoon isään -
    -DemoFre: Paris n' était pas plus large que des distances d' une distance de Jean à lui plus chaude que Paris à un père trop facile à quelqu'un -
    -DemoGer: Paris war nicht breiter als Entfernungen von einer heißeren als Paris Entfernung von Johann zu ihm zu einem zu leichten für jemanden Vater -
    -DemoIta: Parigi non era più largo che distanze di una distanza di Giovanni a lui più calda che Parigi ad un padre troppo facile a qualcuno -
    -DemoNor: Paris var ikke bredere enn avstander fra en avstand fra John til det heitere enn Paris til en far for grei for noen -
    -DemoRus: Париж не был шире расстояний от горячее Парижа его расстояния от Ивана к слишком лёгкому для кого-то отцу -
    -DemoSpa: Paris no era más ancho que unas distancias de una distancia de Juan a él más caliente que Paris a un padre demasiado fácil a algún -
    -DemoSwe: Paris var inte bredare än avstånd från ett avstånd från Johan till det hetare än Paris till en far för lätt för någon -
    - Demo: UseCl TPast ASimul PNeg (PredAP (AdvNP somebody_NP now_Adv) (ComplA2 married_A2 (DetCN few_Det (UseN2 mother_N2)))) -
    -DemoBul: някой сега не беше женен за няколко майки -
    -DemoCat: algú ara no era casat a poques mares -
    -DemoDan: nogen nu var ikke gift med få mødre -
    -DemoEng: somebody now wasn't married to few mothers -
    -DemoFin: joku nyt ei ollut avioitunut harvan äidin kanssa -
    -DemoFre: quelqu'un maintenant n' était pas marié à peu de mères -
    -DemoGer: jemand jetzt war nicht verheiratet mit wenigen Müttern -
    -DemoIta: qualcuno adesso non era sposato a poche madri -
    -DemoNor: noen nå var ikke gift med få mødre -
    -DemoRus: кто-то сейчас не был замужем за немногом матерью -
    -DemoSpa: algún ahora no era casado a pocas madres -
    -DemoSwe: någon nu var inte gift med få mödrar -
    - Demo: UseCl TFut ASimul PPos (PredAP (UsePron it_Pron) (PositA round_A)) -
    -DemoBul: то ще е кръгло -
    -DemoCat: serà rodó -
    -DemoDan: det vil være rundt -
    -DemoEng: it will be round -
    -DemoFin: se on pyöreä -
    -DemoFre: il sera rond -
    -DemoGer: es wird rund sein -
    -DemoIta: sarà rotondo -
    -DemoNor: det vil være rundt -
    -DemoRus: оно будет круглое -
    -DemoSpa: será redondo -
    -DemoSwe: det ska vara runt -
    - Demo: UseCl TCond ASimul PPos (PredAdv (DetArtPl IndefArt (UseN song_N)) far_Adv) -
    -DemoBul: песни биха били далече -
    -DemoCat: unes cançons serien lluny -
    -DemoDan: sanger ville være fjern -
    -DemoEng: songs would be far -
    -DemoFin: lauluja olisi kaukana -
    -DemoFre: des chansons seraient loin -
    -DemoGer: Lieder würden weit sein -
    -DemoIta: canzoni sarebbero lontano -
    -DemoNor: sanger ville være fjern -
    -DemoRus: песни -
    -DemoSpa: unas canciones serían lejos -
    -DemoSwe: sånger skulle vara långt -
    - Demo: UseCl TPres ASimul PPos (PredV (DetArtSg DefArt (UseN2 father_N2)) spit_V) -
    -DemoBul: бащата плюе -
    -DemoCat: el pare escup -
    -DemoDan: fadren spytter -
    -DemoEng: the father spits -
    -DemoFin: isä sylkee -
    -DemoFre: le père crache -
    -DemoGer: der Vater spuckt -
    -DemoIta: il padre sputa -
    -DemoNor: faren spytter -
    -DemoRus: отец плюёт -
    -DemoSpa: el padre escupe -
    -DemoSwe: fadern spottar -
    - Demo: UseCl TFut ASimul PPos (PredV2 (UsePron she_Pron) put_V2 (DetArtSg IndefArt (UseN salt_N))) -
    -DemoBul: тя ще сложи сол -
    -DemoCat: posarà una sal -
    -DemoDan: hun vil sætte et salt -
    -DemoEng: she will put a salt -
    -DemoFin: hän panee suolan -
    -DemoFre: elle mettra un sel -
    -DemoGer: sie wird einen Salz setzen -
    -DemoIta: metterà un sale -
    -DemoNor: hun vil sette et salt -
    -DemoRus: она будет класть соль -
    -DemoSpa: pondrá una sal -
    -DemoSwe: hon ska sätta ett salt -
    - Demo: UseCl TPast AAnter PNeg (PredV2 somebody_NP do_V2 (UsePN john_PN)) -
    -DemoBul: някой не беше направил Джон -
    -DemoCat: algú no havia fet Joan -
    -DemoDan: nogen havde ikke gjort John -
    -DemoEng: somebody hadn't done John -
    -DemoFin: joku ei ollut tehnyt Jussia -
    -DemoFre: quelqu'un n' avait pas fait Jean -
    -DemoGer: jemand hatte Johann nicht getan -
    -DemoIta: qualcuno non aveva fatto Giovanni -
    -DemoNor: noen hadde ikke gjort John -
    -DemoRus: кто-то не делал Ивана -
    -DemoSpa: algún no había hecho Juan -
    -DemoSwe: någon hade inte gjort Johan -
    - Demo: UseCl TCond ASimul PPos (PredAP (DetArtSg DefArt (UseN louse_N)) (ComparA round_A (DetCN every_Det (UseN2 father_N2)))) -
    -DemoBul: въшката би билa по - кръгла от всеки баща -
    -DemoCat: el poll seria más rodó que cada pare -
    -DemoDan: lusen ville være rundere end hver far -
    -DemoEng: the louse would be rounder than every father -
    -DemoFin: lude olisi pyöreämpi kuin jokainen isä -
    -DemoFre: le pou serait plus rond que chaque père -
    -DemoGer: die Laus würde runder als jeder Vater sein -
    -DemoIta: il pidocchio sarebbe più rotondo che ogni padre -
    -DemoNor: lusa ville være rundere enn hver far -
    -DemoRus: вошь -
    -DemoSpa: el piojo sería más redondo que cada padre -
    -DemoSwe: lusen skulle vara rundare än varje far -
    - Demo: UseCl TCond ASimul PPos (PredAP (AdvNP (DetArtSg DefArt (AdjCN (ComparA dull_A (UsePN paris_PN)) (UseN2 mother_N2))) now_Adv) (ComparA black_A (UsePron it_Pron))) -
    -DemoBul: по - тъпата от Париж майка сега би билa по - черна от него -
    -DemoCat: la mare más balba que Paris ara seria más negra que ell -
    -DemoDan: den moder sløvere end Paris nu ville være sortere end det -
    -DemoEng: the mother duller than Paris now would be blacker than it -
    -DemoFin: Pariisia tylsempi äiti nyt olisi mustempi kuin se -
    -DemoFre: la mère plus émoussée que Paris maintenant serait plus noire que lui -
    -DemoGer: die stumpfere als Paris Mutter jetzt würde schwarzer als es sein -
    -DemoIta: la madre più noiosa che Parigi adesso sarebbe più nera che lui -
    -DemoNor: den moren sløvere enn Paris nå ville være svartere enn det -
    -DemoRus: скучнее Парижа мать сейчас -
    -DemoSpa: la madre más desafilada que Paris ahora sería más negra que el -
    -DemoSwe: den modern slöare än Paris nu skulle vara svartare än det -
    - Demo: UseCl TPast AAnter PNeg (PredAP (UsePron it_Pron) (AdAP almost_AdA (ComparA green_A (UsePron it_Pron)))) -
    -DemoBul: то не беше било почти по - зелено от него -
    -DemoCat: no havia estat quasi más verd que ell -
    -DemoDan: det havde ikke været næsten grønnere end det -
    -DemoEng: it hadn't been almost greener than it -
    -DemoFin: se ei ollut ollut melkein vihreämpi kuin se -
    -DemoFre: il n' avait pas été presque plus vert que lui -
    -DemoGer: es war nicht fast grüner als es gewesen -
    -DemoIta: non era stato quasi più verde che lui -
    -DemoNor: det hadde ikke vært nesten grønnere enn det -
    -DemoRus: оно не был почти зелёнее него -
    -DemoSpa: no había sido casi más verde que el -
    -DemoSwe: det hade inte varit nästan grönare än det -
    - Demo: UseCl TPres AAnter PPos (PredAP (UsePron youSg_Pron) (PositA beautiful_A)) -
    -DemoBul: ти си бил красив -
    -DemoCat: has estat bella -
    -DemoDan: du har været smuk -
    -DemoEng: you have been beautiful -
    -DemoFin: sinä olet ollut kaunis -
    -DemoFre: tu as été joli -
    -DemoGer: du bist schön gewesen -
    -DemoIta: sei stato bello -
    -DemoNor: du har vært vakker -
    -DemoRus: ты красивый -
    -DemoSpa: has sido bello -
    -DemoSwe: du har varit vacker -
    - Demo: UseCl TCond ASimul PNeg (PredAdv (DetArtPl DefArt (AdjCN (ComparA long_A (AdvNP (UsePron i_Pron) there7from_Adv)) (UseN leaf_N))) there_Adv) -
    -DemoBul: по - дългите от мен от там листа не биха били там -
    -DemoCat: les fulles más llarges que jo d'allà no serien allà -
    -DemoDan: de løv længere end jeg derfra ville ikke være der -
    -DemoEng: the leaves longer than I from there wouldn't be there -
    -DemoFin: minua sieltä pitemmät lehdet eivät olisi siellä -
    -DemoFre: les feuilles plus longues que moi de là ne seraient pas là -
    -DemoGer: die längeren als ich daher Blätter würden nicht da sein -
    -DemoIta: le foglie più lunghe che io di là non sarebbero là -
    -DemoNor: de løva lengre enn jeg derfra ville ikke være der -
    -DemoRus: длиннее меня оттуда листы не -
    -DemoSpa: las hojas más largas que yo de allá no serían allí -
    -DemoSwe: de löven längre än jag därifrån skulle inte vara där -
    - Demo: UseCl TPres ASimul PNeg (PredV (AdvNP (DetArtSg IndefArt (UseN2 brother_N2)) far_Adv) die_V) -
    -DemoBul: брат далече не умира -
    -DemoCat: un germà lluny no mor -
    -DemoDan: en broder fjern dør ikke -
    -DemoEng: a brother far doesn't die -
    -DemoFin: veli kaukana ei kuole -
    -DemoFre: un frère loin ne meurt pas -
    -DemoGer: ein Bruder weit stirbt nicht -
    -DemoIta: un fratello lontano non muore -
    -DemoNor: en bror fjern dør ikke -
    -DemoRus: брат далеко не умирает -
    -DemoSpa: un hermano lejos no muere -
    -DemoSwe: en bror långt dör inte -
    - Demo: UseCl TPast ASimul PNeg (PredV (DetArtPl IndefArt (ComplN2 brother_N2 somebody_NP)) go_V) -
    -DemoBul: братя на някой не отидоха -
    -DemoCat: uns germàs de algú no anaven -
    -DemoDan: brødre til nogen gik ikke -
    -DemoEng: brothers of somebody didn't go -
    -DemoFin: jonkun veljissä ei mennyt -
    -DemoFre: des frères de quelqu'un n' allaient pas -
    -DemoGer: Brüder von jemandem gingen nicht -
    -DemoIta: fratelli di qualcuno non andavano -
    -DemoNor: brødre til noen gikk ikke -
    -DemoRus: браты кого-то не ходили -
    -DemoSpa: unos hermanos de algún no iban -
    -DemoSwe: bröder till någon gick inte -
    - Demo: UseCl TFut ASimul PPos (PredV (DetCN (DetArtOrd DefArt NumSg left_Ord) (AdjCN (PositA important_A) (ComplN2 brother_N2 (DetCN (DetQuant this_Quant NumPl) (UseN2 mother_N2))))) blow_V) -
    -DemoBul: левият важен брат на тези майки ще духа -
    -DemoCat: l' esquerra germà de aquestes mares important bufarà -
    -DemoDan: den venstre vigtige broder til disse mødre vil blæse -
    -DemoEng: the left important brother of these mothers will blow -
    -DemoFin: vasenet tärkeä näiden äitien veli puhaltaa -
    -DemoFre: le gauche frère ces mères important soufflera -
    -DemoGer: der linke wichtige Bruder von diesen Müttern wird blasen -
    -DemoIta: il sinistro fratello di queste madri importante soffierà -
    -DemoNor: den venstre viktige broren til disse mødrene vil blåse -
    -DemoRus: левый важный брат этих матерей будет дуть -
    -DemoSpa: el izquierda hermano de estas madres importante soplará -
    -DemoSwe: den vänstra viktiga brodern till de här mödrarna ska blåsa -
    - Demo: UseCl TPast AAnter PNeg (PredV (DetCN few_Det (ComplN2 father_N2 (DetCN much_Det (UseN song_N)))) go_V) -
    -DemoBul: няколко бащи на много песен не бяха отишли -
    -DemoCat: pocs pares de molta cançó no havien anat -
    -DemoDan: få fædre til meget sanger var ikke gået -
    -DemoEng: few fathers of much song hadn't gone -
    -DemoFin: harva paljon laulun isä ei ollut mennyt -
    -DemoFre: peu de pères de beaucoup de chansons n' étaient pas allés -
    -DemoGer: wenige Väter von vielem Lied waren nicht gegangen -
    -DemoIta: pochi padri di molta canzone non erano andati -
    -DemoNor: få fedre til mye sanger var ikke gått -
    -DemoRus: немного отец многа песни не ходил -
    -DemoSpa: pocos padres de mucha canción no habían ido -
    -DemoSwe: få fäder till mycket sånger hade inte gått -
    - Demo: UseCl TPast AAnter PNeg (PredAdv (DetArtSg DefArt (UseN bird_N)) now_Adv) -
    -DemoBul: птицата не беше билa сега -
    -DemoCat: l' ocell no havia estat ara -
    -DemoDan: fuglen havde ikke været nu -
    -DemoEng: the bird hadn't been now -
    -DemoFin: lintu ei ollut ollut nyt -
    -DemoFre: l' oiseau n' avait pas été maintenant -
    -DemoGer: der Vogel war nicht jetzt gewesen -
    -DemoIta: l' uccello non era stato adesso -
    -DemoNor: fuglen hadde ikke vært nå -
    -DemoRus: птица не была сейчас -
    -DemoSpa: el pájaro no había sido ahora -
    -DemoSwe: fågeln hade inte varit nu -
    - Demo: UseCl TPast ASimul PNeg (PredV (UsePron we_Pron) sew_V) -
    -DemoBul: ние не шихме -
    -DemoCat: no cosíem -
    -DemoDan: vi syede ikke -
    -DemoEng: we didn't sew -
    -DemoFin: me emme kylväneet -
    -DemoFre: nous ne cousions pas -
    -DemoGer: wir nähten nicht -
    -DemoIta: non cucivamo -
    -DemoNor: vi sydde ikke -
    -DemoRus: мы не шили -
    -DemoSpa: no cosíamos -
    -DemoSwe: vi sydde inte -
    - Demo: UseCl TPast AAnter PNeg (PredV2 (DetArtPl IndefArt (UseN2 father_N2)) leave_V2 (DetArtPl DefArt (AdjCN (AdAP too_AdA (ComparA dull_A (DetCN every_Det (AdjCN (AdAP so_AdA (PositA ugly_A)) (UseN2 brother_N2))))) (UseN book_N)))) -
    -DemoBul: бащи не бяха оставили прекалено по - тъпите от всеки толкова глупав брат книги -
    -DemoCat: uns pares no havien partit els llibres massa más balbs que cada germà tan lleig -
    -DemoDan: fædre havde ikke forladet de bøger for sløvere end hver så grimme broder -
    -DemoEng: fathers hadn't left the books too duller than every so ugly brother -
    -DemoFin: isiä ei ollut jättänyt liian jokaista niin rumaa veljenä tylsempiä kirjoja -
    -DemoFre: des pères n' avaient pas quitté les livres trop plus émoussés que chaque frère si laide -
    -DemoGer: Väter hatten die zu stumpferen als jeder so häßliche Bruder Bücher nicht verlassen -
    -DemoIta: padri non avevano lasciato i libri troppo più noiosi che ogni fratello così brutto -
    -DemoNor: fedre hadde ikke forlatt de bøkene for sløvere enn hver så stygge bror -
    -DemoRus: отцы не уходили слишком скучнее каждого так некрасивого брата книги -
    -DemoSpa: unos padres no habían partido los libros demasiado más desafilados que cada hermano tanto feo -
    -DemoSwe: fäder hade inte lämnat de böckerna för slöare än varje så ful bror -
    - Demo: UseCl TCond ASimul PPos (PredAP (DetCN much_Det (UseN skin_N)) (PositA thick_A)) -
    -DemoBul: много кожа би билa дебела -
    -DemoCat: molta pell seria gruixuda -
    -DemoDan: meget skind ville være tykke -
    -DemoEng: much skin would be thick -
    -DemoFin: paljon nahka olisi paksu -
    -DemoFre: beaucoup de peaux seraient épais -
    -DemoGer: vieler Haut würde dick sein -
    -DemoIta: molta pelle sarebbe grossa -
    -DemoNor: mye skinn ville være tykke -
    -DemoRus: много кожи -
    -DemoSpa: mucha piel sería gruesa -
    -DemoSwe: mycket skinn skulle vara tjocka -
    - Demo: UseCl TPast AAnter PPos (PredAdv (UsePron he_Pron) far_Adv) -
    -DemoBul: той беше бил далече -
    -DemoCat: havia estat lluny -
    -DemoDan: han havde været fjern -
    -DemoEng: he had been far -
    -DemoFin: hän oli ollut kaukana -
    -DemoFre: il avait été loin -
    -DemoGer: er war weit gewesen -
    -DemoIta: era stato lontano -
    -DemoNor: han hadde vært fjern -
    -DemoRus: он был далеко -
    -DemoSpa: había sido lejos -
    -DemoSwe: han hade varit långt -
    - Demo: UseCl TPres ASimul PNeg (PredV2 (UsePron he_Pron) break_V2 (DetArtPl DefArt (AdjCN (ComparA rotten_A (DetArtPl IndefArt (UseN2 brother_N2))) (ComplN2 (ComplN3 distance_N3 (DetArtSg IndefArt (AdjCN (PositA green_A) (ComplN2 mother_N2 (UsePron she_Pron))))) (DetArtSg IndefArt (UseN2 brother_N2)))))) -
    -DemoBul: той не чупи по - прогнилите от братя разстояния от зелена майка и до брат -
    -DemoCat: no trenca les distàncies d' una mare de ella verda a un germà más podrites que uns germàs -
    -DemoDan: han knuser ikke de afstander fra en grøn moder til hende til en broder rådnere end brødre -
    -DemoEng: he doesn't break the distances from a green mother of she to a brother rottener than brothers -
    -DemoFin: hän ei riko veljissä mädämpiä etäisyyksiä vihreästä hänen äidistä veljeen -
    -DemoFre: il ne casse pas les distances d' une mère d' elle verte à un frère plus pourries que des frères -
    -DemoGer: er zerschlägt die verdorbeneren als Brüder Entfernungen von einer grünen Mutter von ihr zu einem Bruder nicht -
    -DemoIta: non rompe le distanze di una madre di lei verde ad un fratello più marcie che fratelli -
    -DemoNor: han knuser ikke de avstandene fra en grønn mor til henne til en bror råttenere enn brødre -
    -DemoRus: он не прерывает гнилее братов расстояния от зелёной её матери к брату -
    -DemoSpa: no rompe las distancias de una madre de ella verde a un hermano más podridas que unos hermanos -
    -DemoSwe: han slår inte sönder de avstånden från en grön mor till henne till en bror ruttnare än bröder -
    - Demo: UseCl TPast ASimul PNeg (PredAP (UsePron we_Pron) (ComplA2 married_A2 (DetCN few_Det (UseN planet_N)))) -
    -DemoBul: ние не бяхме женени за няколко планети -
    -DemoCat: no érem casates a poques planetes -
    -DemoDan: vi var ikke gifte med få planeter -
    -DemoEng: we weren't married to few planets -
    -DemoFin: me emme olleet avioituneita harvan planeetan kanssa -
    -DemoFre: nous n' étions pas mariés à peu de planètes -
    -DemoGer: wir waren nicht verheiratet mit wenigen Planeten -
    -DemoIta: non eravamo sposati a poche pianete -
    -DemoNor: vi var ikke gifte med få planeter -
    -DemoRus: мы не были замужем за немногом планетой -
    -DemoSpa: no éramos casados a pocos planetas -
    -DemoSwe: vi var inte gifta med få planeter -
    - Demo: UseCl TCond AAnter PNeg (PredV (DetCN many_Det (AdjCN (ComplA2 married_A2 (DetCN somePl_Det (UseN bird_N))) (ComplN2 brother_N2 (DetArtPl DefArt (UseN2 (ComplN3 distance_N3 (DetArtSg DefArt (AdjCN (ComplA2 married_A2 (UsePN paris_PN)) (ComplN2 father_N2 (DetCN (DetArtOrd DefArt NumSg (OrdNumeral (num (pot3plus (pot1as2 (pot1 n9)) (pot1as2 (pot0as1 pot01)))))) (UseN person_N))))))))))) spit_V) -
    -DemoBul: много женени за някои птици братя на разстоянита от женения за Париж баща на деветдесет хиляди и първия човек не биха плюли -
    -DemoCat: molts germàs dels distàncies del pare de la norantena mil primera persona casat a Paris casats a alguns ocells no haurien escopit -
    -DemoDan: mange brødre til afstanderne fra den far til halvfems tusind og første personen gifte med Paris gifte med nogle fugler ville ikke have spyttet -
    -DemoEng: many brothers of the distances from the father of the ninety thousand first person married to Paris married to some birds wouldn't have spit -
    -DemoFin: moni joidenkuiden lintujen kanssa avioitunut etäisyyksien Pariisin kanssa avioituneesta yhdeksänsinä kymmenensinä tuhannensina yhdensinä henkilön isästä veli ei olisi sylkenyt -
    -DemoFre: plusieurs frères des distances du père de la quatre-vingt-dix mille unième personne marié à Paris mariés à quelques oiseaux n' auraient pas craché -
    -DemoGer: viele verheirateten mit einigen Vögeln Brüder von den Entfernungen von dem verheirateten mit Paris Vater von dem neunzig tausend ersten Person würden nicht gespuckt haben -
    -DemoIta: molti fratelli delle distanze del padre della novanta mila prima persona sposato a Parigi sposati a qualche uccelli non avrebbero sputato -
    -DemoNor: mange brødre til avstandene fra den faren til nitti tusen og første personen gifte med Paris gifte med noen fugler ville ikke ha spytta -
    -DemoRus: -
    -DemoSpa: muchos hermanos de las distancias del padre de la noventa milésima primera persona casado a Paris casados a algunos pájaros no habrían escupido -
    -DemoSwe: många bröder till avstånden från den fadern till nittio tusen första personen gifta med Paris gifta med några fåglar skulle inte ha spottat -
    - Demo: UseCl TCond AAnter PNeg (PredV (DetCN much_Det (UseN cheese_N)) walk_V) -
    -DemoBul: много сирене не би ходило -
    -DemoCat: molt formatge no hauria caminat -
    -DemoDan: meget oster ville ikke være gået -
    -DemoEng: much cheese wouldn't have walked -
    -DemoFin: paljon juusto ei olisi kävellyt -
    -DemoFre: beaucoup de fromages n' auraient pas marché -
    -DemoGer: viele Käse würde nicht gegangen sein -
    -DemoIta: molto formaggio non avrebbe camminato -
    -DemoNor: mye oster ville ikke være gått -
    -DemoRus: много сыра не гуляло бы -
    -DemoSpa: mucho queso no habría caminado -
    -DemoSwe: mycket ostar skulle inte ha gått -
    - Demo: UseCl TCond ASimul PPos (PredV2 (DetArtPl IndefArt (UseN ear_N)) bite_V2 (DetArtSg DefArt (UseN2 (ComplN3 distance_N3 (UsePN john_PN))))) -
    -DemoBul: уши биха хапали разстоянието от Джон -
    -DemoCat: unes orelles mossegarien la distància de Joan -
    -DemoDan: ører ville bite afstanden fra John -
    -DemoEng: ears would bite the distance from John -
    -DemoFin: korvia purisi etäisyyden Jussista -
    -DemoFre: des oreilles mordraient la distance de Jean -
    -DemoGer: Ohre würden die Entfernung von Johann beißen -
    -DemoIta: orecchi morderebbero la distanza di Giovanni -
    -DemoNor: ører ville bite avstanden fra John -
    -DemoRus: уха кусали бы расстояние от Ивана -
    -DemoSpa: unas orejas moorderían la distancia de Juan -
    -DemoSwe: öron skulle bita avståndet från Johan -
    - Demo: UseCl TPres ASimul PNeg (PredV2 (DetCN much_Det (ComplN2 mother_N2 (UsePron we_Pron))) fear_V2 somebody_NP) -
    -DemoBul: много майка ни не се страхува някой -
    -DemoCat: molta mare de nosaltres no tem algú -
    -DemoDan: meget mødre til os frygter ikke nogen -
    -DemoEng: much mother of we doesn't fear somebody -
    -DemoFin: paljon meidän äiti ei pelkää jotakua -
    -DemoFre: beaucoup de mères de nous ne craignent pas quelqu'un -
    -DemoGer: viele Mutter von uns fürchtet jemanden nicht -
    -DemoIta: molta madre di noi non teme qualcuno -
    -DemoNor: mye mødre til oss frykter ikke noen -
    -DemoRus: много нашей матери не боет кого-то -
    -DemoSpa: mucha madre de nosotros no teme algún -
    -DemoSwe: mycket mödrar till oss fruktar inte någon -
    - Demo: UseCl TPast AAnter PPos (PredV (DetArtSg IndefArt (AdjCN (AdAP almost_AdA (PositA hot_A)) (UseN head_N))) sleep_V) -
    -DemoBul: почти гореща глава беше спалa -
    -DemoCat: un cap quasi calent havia dormit -
    -DemoDan: et næsten hedt hoved havde sovet -
    -DemoEng: an almost hot head had slept -
    -DemoFin: melkein kuuma pää oli nukkunut -
    -DemoFre: une tête presque chaude avait dormi -
    -DemoGer: ein fast heißer Kopf hatte geschlafen -
    -DemoIta: una testa quasi calda aveva dormito -
    -DemoNor: et nesten heitt hode hadde sovet -
    -DemoRus: почти горячая голова спала -
    -DemoSpa: una cabeza casi caliente había dormido -
    -DemoSwe: ett nästan hett huvud hade sovit -
    - Demo: UseCl TCond AAnter PNeg (PredAdv (DetCN someSg_Det (ComplN2 father_N2 (DetArtPl DefArt (AdjCN (PositA ugly_A) (ComplN2 mother_N2 (UsePron youPl_Pron)))))) there7to_Adv) -
    -DemoBul: някой баща на глупавите майки ви не би бил до там -
    -DemoCat: algun pare dels mares de vosaltres lletges no hauria estat cap a allà -
    -DemoDan: nogen far til de grimme mødre til jer ville ikke have været dit -
    -DemoEng: some father of the ugly mothers of you wouldn't have been there -
    -DemoFin: joku rumien teidän äitien isä ei olisi ollut sinne -
    -DemoFre: quelque père des mères de vous laides n' aurait pas été là -
    -DemoGer: ein Vater von den häßlichen Müttern von euch würde nicht dahin gewesen sein -
    -DemoIta: qualche padre delle madri di voi brutte non sarebbe stato là -
    -DemoNor: noen far til de stygge mødrene til dere ville ikke ha vært dit -
    -DemoRus: некоторый отец некрасивых ваших матерей не -
    -DemoSpa: algun padre de las madres de vosotros feas no habría sido para allá -
    -DemoSwe: någon far till de fula mödrarna till er skulle inte ha varit dit -
    - Demo: UseCl TPast AAnter PPos (PredV2 (DetCN (DetArtCard DefArt (AdNum almost_AdN (AdNum almost_AdN (NumNumeral (num (pot2as3 (pot2 pot01))))))) (UseN number_N)) wait_V2 (DetCN somePl_Det (ComplN2 mother_N2 (UsePN john_PN)))) -
    -DemoBul: почти почти стоте числа бяха чакали за някои майки на Джон -
    -DemoCat: els quasi quasi cent números havien esperat a algunes mares de Joan -
    -DemoDan: de næsten næsten et hundrede nummerene havde ventet på nogle mødre til John -
    -DemoEng: the almost almost one hundred numbers had waited for some mothers of John -
    -DemoFin: melkein melkein sata numerota olivat odottaneet joitakuita Jussin äitejä -
    -DemoFre: les presque presque cent nombres avaient attendu à quelques mères de Jean -
    -DemoGer: die fast fast ein hundert Zahlen hatten auf einige Mütter von Johann gewartet -
    -DemoIta: i quasi quasi cento numeri avevano aspettato a qualche madri di Giovanni -
    -DemoNor: de nesten nesten ett hundre nummera hadde venta på noen mødre til John -
    -DemoRus: почти почти сто числа ждали некоторых матерей Ивана -
    -DemoSpa: los casi casi cien números habían esperado a algunas madres de Juan -
    -DemoSwe: de nästan nästan ett hundra numren hade väntat på några mödrar till Johan -
    - Demo: UseCl TPast AAnter PNeg (PredV (DetArtPl IndefArt (ComplN2 (ComplN3 distance_N3 (DetArtPl IndefArt (AdjCN (AdAP almost_AdA (ComplA2 easy_A2V somebody_NP)) (ComplN2 brother_N2 (DetArtPl IndefArt (UseN2 (ComplN3 distance_N3 (DetArtPl DefArt (AdjCN (AdAP so_AdA (PositA dirty_A)) (ComplN2 father_N2 (AdvNP (AdvNP (UsePron i_Pron) far_Adv) here7from_Adv))))))))))) (DetArtPl IndefArt (UseN2 mother_N2)))) come_V) -
    -DemoBul: разстояния от почти лесни за някой братя на разстояния от толкова мръсните бащи ми далече от тук до майки не бяха дошли -
    -DemoCat: unes distàncies d' uns germàs d' unes distàncies dels pares de mi lluny d'aquí tan bruts quasi fácils a algú a unes mares no havien vingut -
    -DemoDan: afstander fra brødre til afstander fra de så smudsige fædre til mig fjern herfra næsten neme for nogen til mødre var ikke kommet -
    -DemoEng: distances from brothers of distances from the so dirty fathers of I far from here almost easy for somebody to mothers hadn't come -
    -DemoFin: etäisyyksiä melkein jollevulle helpoista etäisyyksien niin likaisista minun kaukana täältä isistä velstä äiteihin ei ollut tullut -
    -DemoFre: des distances de frères de distances des pères de moi loin d'ici si sales presque faciles à quelqu'un à des mères n' étaient pas venues -
    -DemoGer: Entfernungen von fast leichten für jemanden Brüdern von Entfernungen von den so schmutzigen Vätern von mir weit hieraus zu Müttern waren nicht gekommen -
    -DemoIta: distanze di fratelli di distanze dei padri di me lontano da quì così sporchi quasi facili a qualcuno a madri non erano venute -
    -DemoNor: avstander fra brødre til avstander fra de så skitne fedrene til meg fjern herfra nesten greie for noen til mødre var ikke kommet -
    -DemoRus: расстояния от почти лёгких для кого-то братов расстояний от так грязных моих далеко отсюда отцов к матерям не приходили -
    -DemoSpa: unas distancias de unos hermanos de unas distancias de los padres de mí lejos de acá tanto sucios casi fáciles a algún a unas madres no habían venido -
    -DemoSwe: avstånd från bröder till avstånd från de så smutsiga fäderna till mig långt härifrån nästan lätta för någon till mödrar hade inte kommit -
    - Demo: UseCl TCond AAnter PNeg (PredAP (DetArtSg DefArt (AdjCN (PositA warm_A) (UseN neck_N))) (AdAP quite_Adv (AdAP too_AdA (ComplA2 easy_A2V (UsePN paris_PN))))) -
    -DemoBul: топлият гръб не би бил доста прекалено лесен за Париж -
    -DemoCat: el coll tebi no hauria estat bastant massa fácil a Paris -
    -DemoDan: den varme hals ville ikke have været temmelig for nem for Paris -
    -DemoEng: the warm neck wouldn't have been quite too easy for Paris -
    -DemoFin: lämmin niska ei olisi ollut melko liian helppo Pariisille -
    -DemoFre: le cou chaud n' aurait pas été assez trop facile à Paris -
    -DemoGer: der warme Nacken würde nicht ziemlich zu leicht für Paris gewesen sein -
    -DemoIta: il collo caldo non sarebbe stato assai troppo facile a Parigi -
    -DemoNor: den varme nakken ville ikke ha vært temmelig for grei for Paris -
    -DemoRus: тёплая шея не -
    -DemoSpa: el cuello tibio no habría sido bastante demasiado fácil a Paris -
    -DemoSwe: den varma nacken skulle inte ha varit ganska för lätt för Paris -
    - Demo: UseCl TPres ASimul PPos (PredAP (DetArtSg IndefArt (ComplN2 mother_N2 (UsePron they_Pron))) (ComparA good_A (UsePN paris_PN))) -
    -DemoBul: майка им е по - добра от Париж -
    -DemoCat: una mare de elles és millora que Paris -
    -DemoDan: en moder til dem er bedre end Paris -
    -DemoEng: a mother of they is better than Paris -
    -DemoFin: heidän äiti on parempi kuin Pariisi -
    -DemoFre: une mère d' eux est meilleure que Paris -
    -DemoGer: eine Mutter von ihnen ist besser als Paris -
    -DemoIta: una madre di loro è migliore che Parigi -
    -DemoNor: en mor til dem er bedre enn Paris -
    -DemoRus: их мать лучше Парижа -
    -DemoSpa: una madre de ellos es mejor que Paris -
    -DemoSwe: en mor till dem är bättre än Paris -
    - Demo: UseCl TPres AAnter PPos (PredV (DetCN (DetArtOrd DefArt NumPl (OrdDigits (IIDig D_4 (IDig D_2)))) (UseN2 brother_N2)) vomit_V) -
    -DemoBul: 4 2рите братя са повърнали -
    -DemoCat: els 4 2:o germàs han vomitat -
    -DemoDan: 4 2:e brødrene har kastet op -
    -DemoEng: the 4 2nd brothers have vomited -
    -DemoFin: 4 2. veljet ovat oksentaneet -
    -DemoFre: les 4 2ème frères ont vomi -
    -DemoGer: die 4 2e Brüder haben gekotzt -
    -DemoIta: i 4 2:o fratelli hanno vomitato -
    -DemoNor: 4 2:e brødrene har kasta opp -
    -DemoRus: -
    -DemoSpa: los 4 2:o hermanos han vomitado -
    -DemoSwe: 4 2:a bröderna har spytt -
    - Demo: UseCl TCond ASimul PPos (PredAP somebody_NP (ComparA yellow_A somebody_NP)) -
    -DemoBul: някой би бил по - жълт от някой -
    -DemoCat: algú seria más groc que algú -
    -DemoDan: nogen ville være gulere end nogen -
    -DemoEng: somebody would be yellower than somebody -
    -DemoFin: joku olisi keltaisempi kuin joku -
    -DemoFre: quelqu'un serait plus jaune que quelqu'un -
    -DemoGer: jemand würde gelber als jemand sein -
    -DemoIta: qualcuno sarebbe più giallo che qualcuno -
    -DemoNor: noen ville være gulere enn noen -
    -DemoRus: кто-то -
    -DemoSpa: algún sería más amarillo que algún -
    -DemoSwe: någon skulle vara gulare än någon -
    - Demo: UseCl TCond AAnter PPos (PredAdv (AdvNP (UsePN paris_PN) already_Adv) (SubjS if_Subj (UseCl TPast AAnter PNeg (PredV (UsePN john_PN) lie_V)))) -
    -DemoBul: Париж вече би бил ако Джон не беше лежал -
    -DemoCat: Paris ja hauria estat si Joan no se havia jagut -
    -DemoDan: Paris allerede ville have været hvis John ikke havde ligget -
    -DemoEng: Paris already would have been if John hadn't lain -
    -DemoFin: Pariisi jo olisi ollut jos Jussi ei ollut maannut -
    -DemoFre: Paris déjà aurait été si Jean ne s' était pas étendu -
    -DemoGer: Paris schon würde wenn Johann nicht gelügt hatte gewesen sein -
    -DemoIta: Parigi già sarebbe stato se Giovanni non aveva giaciuto -
    -DemoNor: Paris allerede ville ha vært hvis John ikke hadde ligget -
    -DemoRus: Париж уже -
    -DemoSpa: Paris ya habría sido si Juan no se había acostado -
    -DemoSwe: Paris redan skulle ha varit om Johan inte hade legat -
    - Demo: UseCl TFut ASimul PNeg (PredAP somebody_NP (ComplA2 married_A2 (UsePron youSg_Pron))) -
    -DemoBul: някой няма да е женен за теб -
    -DemoCat: algú no serà casat a tu -
    -DemoDan: nogen vil ikke være gift med dig -
    -DemoEng: somebody won't be married to you -
    -DemoFin: joku ei ole avioitunut sinun kanssa -
    -DemoFre: quelqu'un ne sera pas marié à toi -
    -DemoGer: jemand wird nicht verheiratet mit dir sein -
    -DemoIta: qualcuno non sarà sposato a te -
    -DemoNor: noen vil ikke være gift med deg -
    -DemoRus: кто-то не будет замужем за тобой -
    -DemoSpa: algún no será casado a tí -
    -DemoSwe: någon ska inte vara gift med dig -
    - Demo: UseCl TFut ASimul PPos (PredV2 (DetCN (DetArtOrd DefArt (NumCard (NumNumeral (num (pot3plus (pot1as2 (pot1to19 n2)) (pot1as2 pot111))))) (OrdNumeral (num (pot3 (pot2 (pot0 n9)))))) (UseN king_N)) open_V2 (DetArtSg DefArt (AdjCN (ComparA wet_A (UsePN john_PN)) (UseN breast_N)))) -
    -DemoBul: дванадесет хиляди и единадесетимата деветстотин хиляден царе ще отворят по - мократа от Джон гърда -
    -DemoCat: els dotze mil onze novens -cents mil reis riran la sina más molla que Joan -
    -DemoDan: de tolv tusind og elleve ni hundrede tusinde kongerne vil åbne det bryst vådere end John -
    -DemoEng: the twelve thousand eleven nine hundred thousandth kings will open the breast weter than John -
    -DemoFin: kaksi toista tuhatta yksi toista yhdeksännet sadannet tuhannennet kuningasta avaavat Jussia märemmän rinnan -
    -DemoFre: les douze mille onze neuf cent millième rois ouvriront le sein plus mouillé que Jean -
    -DemoGer: die zwölf tausend elf neun hundert tausendten Könige werden die naßere als Johann Brust öffnen -
    -DemoIta: i venti mila undici nove cento millesimi ré apriranno il seno più bagnato che Giovanni -
    -DemoNor: de tolv tusen og elve ni hundre tusende kongene vil åpne det brystet våtere enn John -
    -DemoRus: -
    -DemoSpa: los veinte mil once novecientos milésimos reyes abrirán el seno más mojado que Juan -
    -DemoSwe: de tolv tusen elva nio hundra tusende kungarna ska öppna det bröstet våtare än Johan -
    - Demo: UseCl TPast AAnter PPos (PredAP (AdvNP (UsePron he_Pron) (ComparAdvAdj more_CAdv short_A (AdvNP (UsePN john_PN) everywhere_Adv))) (AdAP almost_AdA (PositA blue_A))) -
    -DemoBul: той по - късо от Джон навсякъде беше бил почти син -
    -DemoCat: més curtament que Joan a tot arreu havia estat quasi blau -
    -DemoDan: han mer kort end John overalt havde været næsten blå -
    -DemoEng: he more shortly than John everywhere had been almost blue -
    -DemoFin: hän enemmän lyhyesti kuin Jussi kaikkialla oli ollut melkein sininen -
    -DemoFre: il plus courtement que Jean partout avait été presque bleu -
    -DemoGer: er mehr kurz als Johann überall war fast blau gewesen -
    -DemoIta: più cortamente che Giovanni dappertutto era stato quasi blù -
    -DemoNor: han mer kortt enn John overalt hadde vært nesten blå -
    -DemoRus: он более коротко чем Иван везде был почти голубой -
    -DemoSpa: mas cortamente que Juan en todas partes había sido casi azul -
    -DemoSwe: han mer kortt än Johan överallt hade varit nästan blå -
    - Demo: UseCl TFut ASimul PPos (PredAdv (UsePron i_Pron) here7from_Adv) -
    -DemoBul: аз ще съм от тук -
    -DemoCat: seré d'aquí -
    -DemoDan: jeg vil være herfra -
    -DemoEng: I will be from here -
    -DemoFin: minä olen täältä -
    -DemoFre: je serai d'ici -
    -DemoGer: ich werde hieraus sein -
    -DemoIta: sarò da quì -
    -DemoNor: jeg vil være herfra -
    -DemoRus: я будет отсюда -
    -DemoSpa: seré de acá -
    -DemoSwe: jag ska vara härifrån -
    - Demo: UseCl TCond AAnter PNeg (PredV (AdvNP somebody_NP there7from_Adv) flow_V) -
    -DemoBul: някой от там не би текъл -
    -DemoCat: algú d'allà no hauria fluït -
    -DemoDan: nogen derfra ville ikke have strømmet -
    -DemoEng: somebody from there wouldn't have flowed -
    -DemoFin: joku sieltä ei olisi virrannut -
    -DemoFre: quelqu'un de là n' aurait pas coulé -
    -DemoGer: jemand daher würde nicht gefließt haben -
    -DemoIta: qualcuno di là non avrebbe fluito -
    -DemoNor: noen derfra ville ikke ha rent -
    -DemoRus: кто-то оттуда не тёк бы -
    -DemoSpa: algún de allá no habría fluido -
    -DemoSwe: någon därifrån skulle inte ha runnit -
    - Demo: UseCl TPast ASimul PNeg (PredV (DetCN (DetQuantOrd (PossPron youSg_Pron) (NumCard (NumNumeral (num (pot2as3 (pot2plus pot01 pot111))))) right_Ord) (UseN wife_N)) blow_V) -
    -DemoBul: твоите сто и единадесет десни съпруги не духаха -
    -DemoCat: les teves cent onze dretaes esposes no bufaven -
    -DemoDan: dine et hundrede og elleve højre koner blæste ikke -
    -DemoEng: your one hundred and eleven right wives didn't blow -
    -DemoFin: sinun sata yksi toista oikeat vaimoa &+ si eivät puhaltaneet -
    -DemoFre: tes cent onze droites femmes ne soufflaient pas -
    -DemoGer: deine ein hundert elf rechte Ehefraue blasten nicht -
    -DemoIta: le tue cento undici destre donne non soffiavano -
    -DemoNor: dine ett hundre og elve høyre koner blåste ikke -
    -DemoRus: твои сто одиннадцать правые жены не дули -
    -DemoSpa: tus ciento once derechaes esposas no soplaban -
    -DemoSwe: dina ett hundra elva högra fruar blåste inte -
    - Demo: UseCl TPast ASimul PPos (PredAdv (DetArtSg DefArt (UseN2 mother_N2)) somewhere_Adv) -
    -DemoBul: майката беше някъде -
    -DemoCat: la mare era a algun lloc -
    -DemoDan: moderen var et eller annet sted -
    -DemoEng: the mother was somewhere -
    -DemoFin: äiti oli jossain -
    -DemoFre: la mère était quelque part -
    -DemoGer: die Mutter war irgendwo -
    -DemoIta: la madre era qualche parte -
    -DemoNor: moren var et eller annet sted -
    -DemoRus: мать была где-нибудь -
    -DemoSpa: la madre era en ninguna parte -
    -DemoSwe: modern var någonstans -
    - Demo: UseCl TCond AAnter PNeg (PredV2 (UsePN john_PN) open_V2 (DetCN (DetArtOrd IndefArt NumPl (OrdSuperl fun_AV)) (UseN2 mother_N2))) -
    -DemoBul: Джон не би отворил най - забавни майки -
    -DemoCat: Joan no hauria ert unes más divertites mares -
    -DemoDan: John ville ikke have åbnet morsommeste mødre -
    -DemoEng: John wouldn't have opened funest mothers -
    -DemoFin: Jussi ei olisi avannut hauskimpia äitejä -
    -DemoFre: Jean n' aurait pas ouvert des plus marrantes mères -
    -DemoGer: Johann würde tolleste Mütter nicht geöffnet haben -
    -DemoIta: Giovanni non avrebbe aperto più divertenti madri -
    -DemoNor: John ville ikke ha åpna morsomeste mødre -
    -DemoRus: Иван не открывал бы весёлых матерей -
    -DemoSpa: Juan no habría abierto unas más divertidas madres -
    -DemoSwe: Johan skulle inte ha öppnat roligaste mödrar -
    - Demo: UseCl TFut ASimul PPos (PredAdv (UsePron it_Pron) here7from_Adv) -
    -DemoBul: то ще е от тук -
    -DemoCat: serà d'aquí -
    -DemoDan: det vil være herfra -
    -DemoEng: it will be from here -
    -DemoFin: se on täältä -
    -DemoFre: il sera d'ici -
    -DemoGer: es wird hieraus sein -
    -DemoIta: sarà da quì -
    -DemoNor: det vil være herfra -
    -DemoRus: оно будет отсюда -
    -DemoSpa: será de acá -
    -DemoSwe: det ska vara härifrån -
    - Demo: UseCl TPast AAnter PPos (PredAP (DetArtPl DefArt (AdjCN (AdAP so_AdA (PositA black_A)) (UseN meat_N))) (ComparA thick_A (UsePron youSg_Pron))) -
    -DemoBul: толкова черните меса бяха били по - дебели от теб -
    -DemoCat: les carns tan negres havien estat más gruixudes que tu -
    -DemoDan: de så sorte kød havde været tykkere end du -
    -DemoEng: the so black meats had been thicker than you -
    -DemoFin: niin mustat lihat olivat olleet paksumpia kuin sinä -
    -DemoFre: les viandes si noires avaient été plus épaisses que toi -
    -DemoGer: die so schwarzen Fleische waren dicker als du gewesen -
    -DemoIta: le carni così nere erano state più grosse che tu -
    -DemoNor: de så svarte kjøtta hadde vært tykkere enn du -
    -DemoRus: так чёрные мяса были толще тебя -
    -DemoSpa: las carnes tanto negras habían sido más gruesas que tu -
    -DemoSwe: de så svarta kötten hade varit tjockare än du -
    - Demo: UseCl TPast ASimul PNeg (PredAdv somebody_NP (PositAdvAdj narrow_A)) -
    -DemoBul: някой не беше тясно -
    -DemoCat: algú no era estretament -
    -DemoDan: nogen var ikke smalt -
    -DemoEng: somebody wasn't narrowly -
    -DemoFin: joku ei ollut kapeasti -
    -DemoFre: quelqu'un n' était pas étroitement -
    -DemoGer: jemand war nicht schmal -
    -DemoIta: qualcuno non era strettamente -
    -DemoNor: noen var ikke smalt -
    -DemoRus: кто-то не был узко -
    -DemoSpa: algún no era estrechamente -
    -DemoSwe: någon var inte smalt -
    - Demo: UseCl TPres AAnter PPos (PredAP (AdvNP (DetCN (DetArtCard IndefArt (AdNum (AdnCAdv more_CAdv) (NumDigits (IDig D_5)))) (UseN2 (ComplN3 distance_N3 (UsePron i_Pron)))) (PrepNP after_Prep (DetArtPl IndefArt (ComplN2 mother_N2 (AdvNP somebody_NP (ComparAdvAdjS more_CAdv stupid_A (UseCl TCond AAnter PPos (PredV (DetArtSg IndefArt (UseN language_N)) sleep_V)))))))) (ComparA wide_A (AdvNP somebody_NP everywhere_Adv))) -
    -DemoBul: повече от 5 разстояния от мен след майки на някой по - глупаво от колкото език би спал са били по - широки от някой навсякъде -
    -DemoCat: més que 5 distàncies de mi després d' unes mares de algú més estúpidament que una llengua hauria dormit han estat más extenses que algú a tot arreu -
    -DemoDan: mer end 5 afstander fra mig efter mødre til nogen mer dumt end et sprog ville have sovet har været bredere end nogen overalt -
    -DemoEng: more than 5 distances from I after mothers of somebody more stupidly than a language would have slept have been wider than somebody everywhere -
    -DemoFin: enemmän kuin 5 etäisyyttä minusta jonkun enemmän tyhmästi kuin kieli olisi nukkunut äitien jälkeen ovat olleet leveämpiä kuin joku kaikkialla -
    -DemoFre: plus que 5 distances de moi après des mères de quelqu'un plus stupidement qu' une langue aurait dormi ont été plus larges que quelqu'un partout -
    -DemoGer: mehr als 5 Entfernungen von mir nach Müttern von jemandem mehr dumm als eine Sprache geschlafen haben würde sind breiter als jemand überall gewesen -
    -DemoIta: più che 5 distanze di me dopo madri di qualcuno più stupidamente che una lingua avrebbe dormito sono state più larghe che qualcuno dappertutto -
    -DemoNor: mer enn 5 avstander fra meg etter mødre til noen mer dumt enn et språk ville ha sovet har vært bredere enn noen overalt -
    -DemoRus: более чем 5 расстояния от меня после матерей кого-то более тупо чем язык спал бы шире кого-то везде -
    -DemoSpa: mas que 5 distancias de mí despues de unas madres de algún mas estúpidamente que una lengua habría dormido han sido más anchas que algún en todas partes -
    -DemoSwe: mer än 5 avstånd från mig efter mödrar till någon mer dumt än ett språk skulle ha sovit har varit bredare än någon överallt -
    - Demo: UseCl TPres AAnter PPos (PredV2 (DetArtPl DefArt (UseN2 father_N2)) know_V2 (UsePron youPl_Pron)) -
    -DemoBul: бащите са знаeли вас -
    -DemoCat: els pares us han sabut -
    -DemoDan: fædrene har vidst jer -
    -DemoEng: the fathers have known you -
    -DemoFin: isät ovat tietäneet teidät -
    -DemoFre: les pères vous ont connus -
    -DemoGer: die Väter haben euch gewußt -
    -DemoIta: i padri vi hanno conosciuti -
    -DemoNor: fedrene har visst dere -
    -DemoRus: отцы знают вас -
    -DemoSpa: los padres vos han sabido -
    -DemoSwe: fäderna har vetat er -
    - Demo: UseCl TCond ASimul PPos (PredAdv (UsePron youPol_Pron) already_Adv) -
    -DemoBul: вие бихте били вече -
    -DemoCat: seríeu ja -
    -DemoDan: Dere ville være allerede -
    -DemoEng: you would be already -
    -DemoFin: te olisitte jo -
    -DemoFre: vous seriez déjà -
    -DemoGer: Sie würden schon sein -
    -DemoIta: sarebbe già -
    -DemoNor: Dere ville være allerede -
    -DemoRus: вы -
    -DemoSpa: sería ya -
    -DemoSwe: ni skulle vara redan -
    - Demo: UseCl TPres ASimul PPos (PredV2 (DetArtPl DefArt (ComplN2 mother_N2 (UsePron youPol_Pron))) fear_V2 (DetArtPl IndefArt (UseN dog_N))) -
    -DemoBul: майките ви се страхуват кучета -
    -DemoCat: les mares de vosté temen uns goss -
    -DemoDan: mødrene til Dere frygter hunder -
    -DemoEng: the mothers of you fear dogs -
    -DemoFin: teidän äidit pelkäävät koiria -
    -DemoFre: les mères de vous craignent des chiens -
    -DemoGer: die Mütter von Ihnen fürchten Hunde -
    -DemoIta: le madri di Lei temono cani -
    -DemoNor: mødrene til Dere frykter hunder -
    -DemoRus: ваши матери боют собак -
    -DemoSpa: las madres de usted temen unos perros -
    -DemoSwe: mödrarna till er fruktar hundar -
    - Demo: UseCl TCond AAnter PPos (PredV2 somebody_NP leave_V2 (UsePron we_Pron)) -
    -DemoBul: някой би оставил нас -
    -DemoCat: algú ens hauria partit -
    -DemoDan: nogen ville have forladet os -
    -DemoEng: somebody would have left us -
    -DemoFin: joku olisi jättänyt meidät -
    -DemoFre: quelqu'un nous aurait quittés -
    -DemoGer: jemand würde uns verlassen haben -
    -DemoIta: qualcuno ci avrebbe lasciati -
    -DemoNor: noen ville ha forlatt oss -
    -DemoRus: кто-то уходил бы нас -
    -DemoSpa: algún nos habría partido -
    -DemoSwe: någon skulle ha lämnat oss -
    - Demo: UseCl TPast AAnter PPos (PredAP (UsePN paris_PN) (PositA fun_AV)) -
    -DemoBul: Париж беше бил забавен -
    -DemoCat: Paris havia estat divertit -
    -DemoDan: Paris havde været morsomt -
    -DemoEng: Paris had been fun -
    -DemoFin: Pariisi oli ollut hauska -
    -DemoFre: Paris avait été marrant -
    -DemoGer: Paris war toll gewesen -
    -DemoIta: Parigi era stato divertente -
    -DemoNor: Paris hadde vært morsomt -
    -DemoRus: Париж был весёлый -
    -DemoSpa: Paris había sido divertido -
    -DemoSwe: Paris hade varit roligt -
    - Demo: UseCl TFut ASimul PNeg (PredV2 (DetArtPl DefArt (ComplN2 (ComplN3 distance_N3 (AdvNP (UsePron youSg_Pron) there7from_Adv)) somebody_NP)) kill_V2 (DetArtPl IndefArt (ComplN2 brother_N2 (DetArtSg DefArt (ComplN2 brother_N2 (UsePN paris_PN)))))) -
    -DemoBul: разстоянита от теб от там до някой няма да убият братя на брата на Париж -
    -DemoCat: les distàncies de tu d'allà a algú no mataran uns germàs del germà de Paris -
    -DemoDan: afstanderne fra dig derfra til nogen vil ikke dræbe brødre til brodren til Paris -
    -DemoEng: the distances from you from there to somebody won't kill brothers of the brother of Paris -
    -DemoFin: etäisyydet sinusta sieltä johonkuun eivät tapa Pariisin veljen veljissä -
    -DemoFre: les distances de toi de là à quelqu'un ne tueront pas des frères du frère de Paris -
    -DemoGer: die Entfernungen von dir daher zu jemandem werden Brüder von dem Bruder von Paris nicht töten -
    -DemoIta: le distanze di te di là a qualcuno non uccideranno fratelli del fratello di Parigi -
    -DemoNor: avstandene fra deg derfra til noen vil ikke drepe brødre til broren til Paris -
    -DemoRus: расстояния от тебя оттуда к кому-то не будут убивать братов брата Парижа -
    -DemoSpa: las distancias de tí de allá a algún no matarán unos hermanos del hermano de Paris -
    -DemoSwe: avstånden från dig därifrån till någon ska inte döda bröder till brodern till Paris -
    - Demo: UseCl TPres AAnter PPos (PredV2 (UsePron it_Pron) drink_V2 (UsePron it_Pron)) -
    -DemoBul: то е пило него -
    -DemoCat: el ha begut -
    -DemoDan: det har drukket det -
    -DemoEng: it has drunk it -
    -DemoFin: se on juonut sen -
    -DemoFre: il l' a bu -
    -DemoGer: es hat es getrunken -
    -DemoIta: lo ha bevuto -
    -DemoNor: det har drukket det -
    -DemoRus: оно пьёт его -
    -DemoSpa: lo ha tomado -
    -DemoSwe: det har druckit det -
    - Demo: UseCl TFut AAnter PPos (PredAdv (AdvNP (AdvNP (UsePron youPl_Pron) (AdAdv almost_AdA (ComparAdvAdjS less_CAdv new_A (UseCl TPres ASimul PPos (PredAdv (DetArtSg IndefArt (AdjCN (ComparA empty_A (UsePN paris_PN)) (ComplN2 father_N2 (UsePN paris_PN)))) there7from_Adv))))) there7to_Adv) now_Adv) -
    -DemoBul: вие почти не по - ново от колкото по - празен от Париж баща на Париж е от там до там ще сте били сега -
    -DemoCat: quasi menys novament que un pare de Paris más buit que Paris sigui d'allà cap a allà haureu estat ara -
    -DemoDan: i næsten mindre nytt end en far til Paris tømmere end Paris er derfra dit vil have været nu -
    -DemoEng: you almost less newly than a father of Paris emptier than Paris is from there there will have been now -
    -DemoFin: te melkein vähemmän uudesti kuin Pariisia tyhjempi Pariisin isä on sieltä sinne olette olleet nyt -
    -DemoFre: vous presque moins nouvellement qu' un père de Paris plus vide que Paris soit de là là aurez été maintenant -
    -DemoGer: ihr fast weniger neu als ein lererer als Paris Vater von Paris daher ist dahin werdet jetzt gewesen sein -
    -DemoIta: quasi meno nuovamente che un padre di Parigi più vuoto che Parigi sia di là là sarete stati adesso -
    -DemoNor: dere nesten mindre nytt enn en far til Paris tommere enn Paris er derfra dit vil ha vært nå -
    -DemoRus: вы почти менее ново чем пустее Парижа отец Парижа оттуда туда будут сейчас -
    -DemoSpa: casi meno nuevamente que un padre de Paris más vacío que Paris sea de allá para allá habréis sido ahora -
    -DemoSwe: ni nästan mindre nytt än en far till Paris tommare än Paris är därifrån dit ska ha varit nu -
    - Demo: UseCl TCond ASimul PNeg (PredV2 (UsePron he_Pron) close_V2 (DetCN (DetQuantOrd (PossPron she_Pron) (NumCard (AdNum (AdnCAdv less_CAdv) (NumDigits (IDig D_7)))) left_Ord) (AdjCN (PositA full_A) (AdjCN (ComparA green_A (DetArtSg IndefArt (AdjCN (ComplA2 married_A2 (UsePN john_PN)) (ComplN2 father_N2 (DetArtPl DefArt (UseN woman_N)))))) (UseN neck_N))))) -
    -DemoBul: той не би затворил нейните по-малко от 7 леви пълни по - зелени от женен за Джон баща на жените гърба -
    -DemoCat: no tancaria els seus menys que 7 esquerras colls más verds que un pare dels dones casat a Joan ples -
    -DemoDan: han ville ikke lukke hendes mindre end 7 venstre fulde halser grønnere end en far til kvinderne gift med John -
    -DemoEng: he wouldn't close her less than 7 left full necks greener than a father of the women married to John -
    -DemoFin: hän ei sulkisi hänen vähemmän kuin 7 vasenia täyttä Jussin kanssa avioitunutta naisten isää vihreämpää niskaa &+ nsa -
    -DemoFre: il ne fermerait pas ses moins que 7 gauches cous plus verts qu' un père des femmes marié à Jean pleins -
    -DemoGer: er würde ihre weniger als 7 linke volle grünere als ein verheirateter mit Johann Vater von den Frauen Nacken nicht schließen -
    -DemoIta: non chiuderebbe i suoi meno che 7 sinistri colli più verdi che un padre delle donne sposato a Giovanni pieni -
    -DemoNor: han ville ikke lukke hennes mindre enn 7 venstre fulle nakker grønnere enn en far til kvinnene gift med John -
    -DemoRus: он не закрывал бы её менее чем 7 левые полные зелёнее замужем за Иваном отца женщин шеи -
    -DemoSpa: no cerraría sus meno que 7 izquierdaes cuellos más verdes que un padre de las mujeres casado a Juan llenos -
    -DemoSwe: han skulle inte stänga hennes mindre än 7 vänstra fulla nackar grönare än en far till kvinnorna gift med Johan -
    - Demo: UseCl TCond ASimul PNeg (PredAP (DetCN many_Det (UseN oil_N)) (ComplA2 married_A2 (DetArtSg IndefArt (AdjCN (PositA stupid_A) (ComplN2 father_N2 (DetArtSg IndefArt (UseN2 mother_N2))))))) -
    -DemoBul: много олиота не биха били женени за глупав баща на майка -
    -DemoCat: molts olis no serien casats a un pare d' una mare estúpid -
    -DemoDan: mange olier ville ikke være gifte med en dum far til en moder -
    -DemoEng: many oils wouldn't be married to a stupid father of a mother -
    -DemoFin: moni öljy ei olisi avioitunut tyhmän äidin isän kanssa -
    -DemoFre: plusieurs huiles ne seraient pas mariées à un père d' une mère stupide -
    -DemoGer: viele Öle würden nicht verheiratet mit einem dummen Vater von einer Mutter sein -
    -DemoIta: molti oli non sarebbero sposati ad un padre di una madre stupido -
    -DemoNor: mange oljer ville ikke være gifte med en dum far til en mor -
    -DemoRus: много нефти не -
    -DemoSpa: muchos aceites no serían casados a un padre de una madre estúpido -
    -DemoSwe: många oljor skulle inte vara gifta med en dum far till en mor -
    - Demo: UseCl TFut ASimul PNeg (PredAP (DetArtSg IndefArt (UseN2 (ComplN3 distance_N3 (DetArtSg IndefArt (UseN2 mother_N2))))) (ComparA narrow_A (DetArtPl IndefArt (ComplN2 (ComplN3 distance_N3 (DetArtPl IndefArt (UseN egg_N))) (AdvNP (DetArtSg DefArt (AdjCN (ComparA cold_A (DetCN someSg_Det (AdjCN (ComparA beautiful_A (DetArtSg DefArt (UseN day_N))) (UseN2 mother_N2)))) (UseN country_N))) there7from_Adv))))) -
    -DemoBul: разстояние от майка няма да е по - тясно от разстояния от яйца до по - студената от някоя по - красива от деня майка държава от там -
    -DemoCat: una distància d' una mare no serà más estreta que unes distàncies d' uns ous al país más fred que alguna mare más bella que la dia d'allà -
    -DemoDan: en afstand fra en moder vil ikke være smalere end afstander fra æg til det land koldere end nogen moder smukkere end dagen derfra -
    -DemoEng: a distance from a mother won't be narrower than distances from eggs to the country colder than some mother more beautiful than the day from there -
    -DemoFin: etäisyys äidistä ei ole kapeampi kuin etäisyyksiä munista jotakua päivää kauniimpaa äitiä kylmempään maahan sieltä -
    -DemoFre: une distance d' une mère ne sera pas plus étroite que des distances d' oeufs au pays plus froid que quelque mère plus jolie que le jour de là -
    -DemoGer: eine Entfernung von einer Mutter wird nicht schmaler als Entfernungen von Eien zu dem kalteren als eine schönere als der Tag Mutter Land daher sein -
    -DemoIta: una distanza di una madre non sarà più stretta che distanze di uova al paese più freddo che qualche madre più bella che il giorno di là -
    -DemoNor: en avstand fra en mor vil ikke være smalere enn avstander fra egg til det landet kaldere enn noen mor vakkerere enn dagen derfra -
    -DemoRus: расстояние от матери не будет уже расстояний от яйц к холоднее некоторой красивее дня матери стране оттуда -
    -DemoSpa: una distancia de una madre no será más estrecha que unas distancias de unos huevos al país más frío que alguna madre más bella que el día de allá -
    -DemoSwe: ett avstånd från en mor ska inte vara smalare än avstånd från ägg till det landet kallare än någon mor vackrare än dagen därifrån -
    - Demo: UseCl TPres AAnter PPos (PredAP (UsePron she_Pron) (PositA short_A)) -
    -DemoBul: тя е билa къса -
    -DemoCat: ha estat curta -
    -DemoDan: hun har været kort -
    -DemoEng: she has been short -
    -DemoFin: hän on ollut lyhyt -
    -DemoFre: elle a été courte -
    -DemoGer: sie ist kurz gewesen -
    -DemoIta: è stata corta -
    -DemoNor: hun har vært kort -
    -DemoRus: она короткая -
    -DemoSpa: ha sido corta -
    -DemoSwe: hon har varit kort -
    - Demo: UseCl TFut AAnter PPos (PredV (DetArtSg DefArt (UseN pen_N)) die_V) -
    -DemoBul: писалката ще е умрялa -
    -DemoCat: el llapis haurà mort -
    -DemoDan: penen vil være død -
    -DemoEng: the pen will have died -
    -DemoFin: kynä on kuollut -
    -DemoFre: le stylo sera mort -
    -DemoGer: der Bleistift wird gestorben sein -
    -DemoIta: la penna avrà morto -
    -DemoNor: pennen vil være dødd -
    -DemoRus: ручка будет умирать -
    -DemoSpa: la lapicera habrá morido -
    -DemoSwe: pennan ska ha dött -
    - Demo: UseCl TPast ASimul PNeg (PredAdv (DetCN (DetQuant (PossPron youPol_Pron) (NumCard (NumDigits (IIDig D_4 (IDig D_1))))) (UseN2 brother_N2)) somewhere_Adv) -
    -DemoBul: вашите 4 1 братя не бяха някъде -
    -DemoCat: els seus 4 1 germàs no eren a algun lloc -
    -DemoDan: Deres 4 1 brødre var ikke et eller annet sted -
    -DemoEng: your 4 1 brothers weren't somewhere -
    -DemoFin: teidän 4 1 veljenä &+ nne eivät olleet jossain -
    -DemoFre: vos 4 1 frères n' étaient pas quelque part -
    -DemoGer: Ihre 4 1 Brüder waren nicht irgendwo -
    -DemoIta: i Suoi 4 1 fratelli non erano qualche parte -
    -DemoNor: Deres 4 1 brødre var ikke et eller annet sted -
    -DemoRus: ваши 4 1 браты не были где-нибудь -
    -DemoSpa: sus 4 1 hermanos no eran en ninguna parte -
    -DemoSwe: era 4 1 bröder var inte någonstans -
    - Demo: UseCl TCond ASimul PPos (PredV2 (UsePN paris_PN) watch_V2 (DetArtPl IndefArt (ComplN2 brother_N2 (UsePN paris_PN)))) -
    -DemoBul: Париж би гледал братя на Париж -
    -DemoCat: Paris miraria uns germàs de Paris -
    -DemoDan: Paris ville se på brødre til Paris -
    -DemoEng: Paris would watch brothers of Paris -
    -DemoFin: Pariisi katselisi Pariisin veljissä -
    -DemoFre: Paris regarderait des frères de Paris -
    -DemoGer: Paris würde an Brüder von Paris schauen -
    -DemoIta: Parigi guarderebbe fratelli di Parigi -
    -DemoNor: Paris ville se på brødre til Paris -
    -DemoRus: Париж смотрел бы братов Парижа -
    -DemoSpa: Paris miraría unos hermanos de Paris -
    -DemoSwe: Paris skulle titta på bröder till Paris -
    - Demo: UseCl TPast ASimul PNeg (PredV (UsePron youPl_Pron) smell_V) -
    -DemoBul: вие не мирисахте -
    -DemoCat: no ensumàveu -
    -DemoDan: i lugtede ikke -
    -DemoEng: you didn't smell -
    -DemoFin: te ette haistaneet -
    -DemoFre: vous ne sentiez pas -
    -DemoGer: ihr riechtet nicht -
    -DemoIta: non sentivate -
    -DemoNor: dere lukta ikke -
    -DemoRus: вы не пахнули -
    -DemoSpa: no olíais -
    -DemoSwe: ni luktade inte -
    - Demo: UseCl TPast AAnter PPos (PredV somebody_NP sit_V) -
    -DemoBul: някой беше седял -
    -DemoCat: algú se havia segut -
    -DemoDan: nogen havde siddet -
    -DemoEng: somebody had sat -
    -DemoFin: joku oli istunut -
    -DemoFre: quelqu'un s' était assis -
    -DemoGer: jemand hatte gesessen -
    -DemoIta: qualcuno si era seduto -
    -DemoNor: noen hadde sittet -
    -DemoRus: кто-то сидел -
    -DemoSpa: algún se había sentado -
    -DemoSwe: någon hade suttit -
    - Demo: UseCl TPast AAnter PPos (PredV (DetCN many_Det (ComplN2 (ComplN3 distance_N3 (UsePron youSg_Pron)) (UsePN paris_PN))) smell_V) -
    -DemoBul: много разстояния от теб до Париж бяха мирисали -
    -DemoCat: moltes distàncies de tu a Paris havien ensumat -
    -DemoDan: mange afstander fra dig til Paris havde lugtet -
    -DemoEng: many distances from you to Paris had smelled -
    -DemoFin: moni etäisyys sinusta Pariisiin oli haistanut -
    -DemoFre: plusieurs distances de toi à Paris avaient senti -
    -DemoGer: viele Entfernungen von dir zu Paris hatten geriecht -
    -DemoIta: molte distanze di te a Parigi avevano sentito -
    -DemoNor: mange avstander fra deg til Paris hadde lukta -
    -DemoRus: много расстояния от тебя к Парижу пахнуло -
    -DemoSpa: muchas distancias de tí a Paris habían olido -
    -DemoSwe: många avstånd från dig till Paris hade luktat -
    - Demo: UseCl TPast AAnter PNeg (PredV2 somebody_NP forget_V2 (DetCN (DetArtOrd IndefArt NumPl (OrdSuperl white_A)) (UseN snow_N))) -
    -DemoBul: някой не беше забравил най - бели снегове -
    -DemoCat: algú no havia oblidat unes más blanques neus -
    -DemoDan: nogen havde ikke glemt hvideste snøer -
    -DemoEng: somebody hadn't forgotten whitest snows -
    -DemoFin: joku ei ollut unohtanut valkoisimpia lumia -
    -DemoFre: quelqu'un n' avait pas oublié des plus blanches neiges -
    -DemoGer: jemand hatte weißeste Schneen nicht vergessen -
    -DemoIta: qualcuno non aveva dimenticato più bianche nevi -
    -DemoNor: noen hadde ikke glemt hviteste snøer -
    -DemoRus: кто-то не забывал белые снеги -
    -DemoSpa: algún no había olvidado unas más blancas nieves -
    -DemoSwe: någon hade inte glömt vitaste snöer -
    - Demo: UseCl TPres ASimul PNeg (PredAdv (DetArtSg DefArt (UseN2 mother_N2)) (ComparAdvAdj more_CAdv rotten_A (AdvNP (DetArtPl IndefArt (UseN stick_N)) (PositAdvAdj brown_A)))) -
    -DemoBul: майката не е по - прогнило от пръчки кафяво -
    -DemoCat: la mare no és més podritament que uns bastós marronament -
    -DemoDan: moderen er ikke mer råddent end pinder brunt -
    -DemoEng: the mother isn't more rottenly than sticks brownly -
    -DemoFin: äiti ei ole enemmän mädästi kuin keppejä ruskeasti -
    -DemoFre: la mère n' est pas plus pourriment que des bâtons brunement -
    -DemoGer: die Mutter ist nicht mehr verdorben als Stocke braun -
    -DemoIta: la madre non è più marciamente che bastoni marronemente -
    -DemoNor: moren er ikke mer råttent enn pinner brunt -
    -DemoRus: мать не более гнило чем палки коричнево -
    -DemoSpa: la madre no es mas podridamente que unos bastones marrónmente -
    -DemoSwe: modern är inte mer ruttet än pinnar brunt -
    - Demo: UseCl TCond ASimul PPos (PredAP (UsePN john_PN) (PositA broad_A)) -
    -DemoBul: Джон би бил обширен -
    -DemoCat: Joan seria ample -
    -DemoDan: John ville være bred -
    -DemoEng: John would be broad -
    -DemoFin: Jussi olisi leveä -
    -DemoFre: Jean serait large -
    -DemoGer: Johann würde breit sein -
    -DemoIta: Giovanni sarebbe largo -
    -DemoNor: John ville være bred -
    -DemoRus: Иван -
    -DemoSpa: Juan sería ancho -
    -DemoSwe: Johan skulle vara bred -
    - Demo: UseCl TPast ASimul PNeg (PredV2 somebody_NP watch_V2 (DetArtPl DefArt (UseN iron_N))) -
    -DemoBul: някой не гледа железата -
    -DemoCat: algú no mirava els ferros -
    -DemoDan: nogen så ikke på jernene -
    -DemoEng: somebody didn't watch the irons -
    -DemoFin: joku ei katsellut rautoja -
    -DemoFre: quelqu'un ne regardait pas les fers -
    -DemoGer: jemand schaute an die Eisen nicht -
    -DemoIta: qualcuno non guardava i ferri -
    -DemoNor: noen så ikke på jerna -
    -DemoRus: кто-то не смотрел железа -
    -DemoSpa: algún no miraba los fierros -
    -DemoSwe: någon tittade inte på järnen -
    - Demo: UseCl TCond ASimul PPos (PredAdv (AdvNP (UsePN paris_PN) (AdAdv quite_Adv there7from_Adv)) there7from_Adv) -
    -DemoBul: Париж доста от там би бил от там -
    -DemoCat: Paris bastant d'allà seria d'allà -
    -DemoDan: Paris temmelig derfra ville være derfra -
    -DemoEng: Paris quite from there would be from there -
    -DemoFin: Pariisi melko sieltä olisi sieltä -
    -DemoFre: Paris assez de là serait de là -
    -DemoGer: Paris ziemlich daher würde daher sein -
    -DemoIta: Parigi assai di là sarebbe di là -
    -DemoNor: Paris temmelig derfra ville være derfra -
    -DemoRus: Париж довольно оттуда -
    -DemoSpa: Paris bastante de allá sería de allá -
    -DemoSwe: Paris ganska därifrån skulle vara därifrån -
    - Demo: UseCl TCond ASimul PNeg (PredV (AdvNP (UsePN paris_PN) (SubjS when_Subj (UseCl TPast AAnter PNeg (PredAdv somebody_NP there7from_Adv)))) dig_V) -
    -DemoBul: Париж когато някой не беше бил от там не би копал -
    -DemoCat: Paris quan algú no havia estat d'allà no cavaria -
    -DemoDan: Paris når nogen ikke havde været derfra ville ikke grave -
    -DemoEng: Paris when somebody hadn't been from there wouldn't dig -
    -DemoFin: Pariisi kun joku ei ollut ollut sieltä ei kaivaisi -
    -DemoFre: Paris quand quelqu'un n' avait pas été de là ne creuserait pas -
    -DemoGer: Paris wenn jemand nicht daher gewesen war würde nicht graben -
    -DemoIta: Parigi quando qualcuno non era stato di là non scaverebbe -
    -DemoNor: Paris når noen ikke hadde vært derfra ville ikke grave -
    -DemoRus: Париж когда кто-то не был оттуда не копал бы -
    -DemoSpa: Paris cuando algún no había sido de allá no escarbaría -
    -DemoSwe: Paris när någon inte hade varit därifrån skulle inte gräva -
    - Demo: UseCl TCond ASimul PPos (PredAdv (AdvNP somebody_NP there7to_Adv) far_Adv) -
    -DemoBul: някой до там би бил далече -
    -DemoCat: algú cap a allà seria lluny -
    -DemoDan: nogen dit ville være fjern -
    -DemoEng: somebody there would be far -
    -DemoFin: joku sinne olisi kaukana -
    -DemoFre: quelqu'un là serait loin -
    -DemoGer: jemand dahin würde weit sein -
    -DemoIta: qualcuno là sarebbe lontano -
    -DemoNor: noen dit ville være fjern -
    -DemoRus: кто-то туда -
    -DemoSpa: algún para allá sería lejos -
    -DemoSwe: någon dit skulle vara långt -
    - Demo: UseCl TFut AAnter PNeg (PredAdv somebody_NP here7from_Adv) -
    -DemoBul: някой няма да е бил от тук -
    -DemoCat: algú no haurà estat d'aquí -
    -DemoDan: nogen vil ikke have været herfra -
    -DemoEng: somebody won't have been from here -
    -DemoFin: joku ei ole ollut täältä -
    -DemoFre: quelqu'un n' aura pas été d'ici -
    -DemoGer: jemand wird nicht hieraus gewesen sein -
    -DemoIta: qualcuno non sarà stato da quì -
    -DemoNor: noen vil ikke ha vært herfra -
    -DemoRus: кто-то не будет отсюда -
    -DemoSpa: algún no habrá sido de acá -
    -DemoSwe: någon ska inte ha varit härifrån -
    - Demo: UseCl TPast AAnter PPos (PredAdv (DetArtSg DefArt (AdjCN (PositA long_A) (AdjCN (PositA ugly_A) (ComplN2 brother_N2 (DetArtPl DefArt (ComplN2 mother_N2 (UsePN john_PN))))))) now_Adv) -
    -DemoBul: дългият глупав брат на майките на Джон беше бил сега -
    -DemoCat: el germà dels mares de Joan lleig llarg havia estat ara -
    -DemoDan: den lange grimme broder til mødrene til John havde været nu -
    -DemoEng: the long ugly brother of the mothers of John had been now -
    -DemoFin: pitkä ruma Jussin äitien veli oli ollut nyt -
    -DemoFre: le frère des mères de Jean laide long avait été maintenant -
    -DemoGer: der lange häßliche Bruder von den Müttern von Johann war jetzt gewesen -
    -DemoIta: il fratello delle madri di Giovanni brutto lungo era stato adesso -
    -DemoNor: den lange stygge broren til mødrene til John hadde vært nå -
    -DemoRus: длинный некрасивый брат матерей Ивана был сейчас -
    -DemoSpa: el hermano de las madres de Juan feo largo había sido ahora -
    -DemoSwe: den långa fula brodern till mödrarna till Johan hade varit nu -
    - Demo: UseCl TPast AAnter PNeg (PredAP (UsePron i_Pron) (ComplA2 married_A2 (AdvNP (UsePron she_Pron) already_Adv))) -
    -DemoBul: аз не бях бил женен за нея вече -
    -DemoCat: no havia estat casata a ella ja -
    -DemoDan: jeg havde ikke været gift med hende allerede -
    -DemoEng: I hadn't been married to her already -
    -DemoFin: minä en ollut ollut avioitunut hänen jo kanssa -
    -DemoFre: je n' avais pas été marié à elle déjà -
    -DemoGer: ich war nicht verheiratet mit ihr schon gewesen -
    -DemoIta: non ero stato sposato a lei già -
    -DemoNor: jeg hadde ikke vært gift med henne allerede -
    -DemoRus: я не был замужем за ей уже -
    -DemoSpa: no había sido casado a ella ya -
    -DemoSwe: jag hade inte varit gift med henne redan -
    - Demo: UseCl TPres ASimul PNeg (PredAP (UsePN john_PN) (ComplA2 married_A2 (UsePN paris_PN))) -
    -DemoBul: Джон не е женен за Париж -
    -DemoCat: Joan no és casat a Paris -
    -DemoDan: John er ikke gift med Paris -
    -DemoEng: John isn't married to Paris -
    -DemoFin: Jussi ei ole avioitunut Pariisin kanssa -
    -DemoFre: Jean n' est pas marié à Paris -
    -DemoGer: Johann ist nicht verheiratet mit Paris -
    -DemoIta: Giovanni non è sposato a Parigi -
    -DemoNor: John er ikke gift med Paris -
    -DemoRus: Иван не замужем за Парижом -
    -DemoSpa: Juan no es casado a Paris -
    -DemoSwe: Johan är inte gift med Paris -
    - Demo: UseCl TCond ASimul PNeg (PredAP somebody_NP (AdAP very_AdA (PositA brown_A))) -
    -DemoBul: някой не би бил много кафяв -
    -DemoCat: algú no seria molt marró -
    -DemoDan: nogen ville ikke være meget brun -
    -DemoEng: somebody wouldn't be very brown -
    -DemoFin: joku ei olisi erittäin ruskea -
    -DemoFre: quelqu'un ne serait pas très brun -
    -DemoGer: jemand würde nicht sehr braun sein -
    -DemoIta: qualcuno non sarebbe molto marrone -
    -DemoNor: noen ville ikke være mye brun -
    -DemoRus: кто-то не -
    -DemoSpa: algún no sería muy marrón -
    -DemoSwe: någon skulle inte vara mycket brun -
    - Demo: UseCl TPres ASimul PPos (PredV2 somebody_NP eat_V2 somebody_NP) -
    -DemoBul: някой яде някой -
    -DemoCat: algú menja algú -
    -DemoDan: nogen spiser nogen -
    -DemoEng: somebody eats somebody -
    -DemoFin: joku syö jonkun -
    -DemoFre: quelqu'un mange quelqu'un -
    -DemoGer: jemand ißt jemanden -
    -DemoIta: qualcuno mangia qualcuno -
    -DemoNor: noen spiser noen -
    -DemoRus: кто-то кушает кого-то -
    -DemoSpa: algún come algún -
    -DemoSwe: någon äter någon -
    - Demo: UseCl TPast ASimul PPos (PredAdv somebody_NP everywhere_Adv) -
    -DemoBul: някой беше навсякъде -
    -DemoCat: algú era a tot arreu -
    -DemoDan: nogen var overalt -
    -DemoEng: somebody was everywhere -
    -DemoFin: joku oli kaikkialla -
    -DemoFre: quelqu'un était partout -
    -DemoGer: jemand war überall -
    -DemoIta: qualcuno era dappertutto -
    -DemoNor: noen var overalt -
    -DemoRus: кто-то был везде -
    -DemoSpa: algún era en todas partes -
    -DemoSwe: någon var överallt -
    - Demo: UseCl TFut AAnter PNeg (PredV (AdvNP (DetCN (DetArtOrd IndefArt NumSg (OrdSuperl small_A)) (AdjCN (ComparA fun_AV (AdvNP (UsePron she_Pron) there7from_Adv)) (UseN fridge_N))) (AdAdv so_AdA there7from_Adv)) walk_V) -
    -DemoBul: най - малък по - забавен от нея от там фризер толкова от там няма да е ходил -
    -DemoCat: una más petita nevera más divertita que ella d'allà tan d'allà no haurà caminat -
    -DemoDan: et mindste køleskab morsommere end hun derfra så derfra vil ikke være gået -
    -DemoEng: a smallest fridge funer than she from there so from there won't have walked -
    -DemoFin: pienimmät häntä sieltä hauskempi jääkaappi niin sieltä ei ole kävellyt -
    -DemoFre: un plus petit frigo plus marrant qu' elle de là si de là n' aura pas marché -
    -DemoGer: ein kleinester tollerer als sie daher Kühlschrank so daher wird nicht gegangen sein -
    -DemoIta: un più piccolo frigorifero più divertente che lei di là così di là non avrà camminato -
    -DemoNor: et minste kjøleskap morsomere enn hun derfra så derfra vil ikke være gått -
    -DemoRus: маленький весёлее неё оттуда холодильник так оттуда не будет гулять -
    -DemoSpa: una más pequeña heladera más divertida que ella de allá tanto de allá no habrá caminado -
    -DemoSwe: ett minsta kylskåp roligare än hon därifrån så därifrån ska inte ha gått -
    - Demo: UseCl TPast ASimul PPos (PredV2 (DetArtPl IndefArt (UseN religion_N)) count_V2 (AdvNP (DetArtSg IndefArt (ComplN2 (ComplN3 distance_N3 (DetArtSg DefArt (UseN apple_N))) (DetCN someSg_Det (UseN2 brother_N2)))) there7to_Adv)) -
    -DemoBul: религии броиха разстояние от ябълката до някой брат до там -
    -DemoCat: unes religions comptaven una distància de la poma a algun germà cap a allà -
    -DemoDan: religioner talte en afstand fra æblet til nogen broder dit -
    -DemoEng: religions counted a distance from the apple to some brother there -
    -DemoFin: uskontoja laski etäisyyden omenasta johonkuun veljeen sinne -
    -DemoFre: des religions contaient une distance de la pomme à quelque frère là -
    -DemoGer: Religionen zählten eine Entfernung von dem Apfel zu einem Bruder dahin -
    -DemoIta: religioni contavano una distanza della mela a qualche fratello là -
    -DemoNor: religioner regna en avstand fra eplet til noen bror dit -
    -DemoRus: религии считали расстояние от яблока к некоторому брату туда -
    -DemoSpa: unas religiones contaban una distancia de la manzana a algun hermano para allá -
    -DemoSwe: religioner räknade ett avstånd från äpplet till någon bror dit -
    - Demo: UseCl TFut AAnter PPos (PredV (UsePron youPol_Pron) swim_V) -
    -DemoBul: вие ще сте плували -
    -DemoCat: haureu nedat -
    -DemoDan: Dere vil have svømmet -
    -DemoEng: you will have swum -
    -DemoFin: te olette uineet -
    -DemoFre: vous aurez nagé -
    -DemoGer: Sie werden geschwimmt haben -
    -DemoIta: avrà nuotato -
    -DemoNor: Dere vil ha simma -
    -DemoRus: вы будете плавать -
    -DemoSpa: habrá nadado -
    -DemoSwe: ni ska ha simmat -
    - Demo: UseCl TPres ASimul PPos (PredV2 (UsePron i_Pron) hit_V2 (UsePron he_Pron)) -
    -DemoBul: аз удрям него -
    -DemoCat: el pico -
    -DemoDan: jeg slår ham -
    -DemoEng: I hit him -
    -DemoFin: minä lyön häntä -
    -DemoFre: je le frappe -
    -DemoGer: ich schlage ihn -
    -DemoIta: lo colpisco -
    -DemoNor: jeg slår ham -
    -DemoRus: я ударяю его -
    -DemoSpa: lo golpeo -
    -DemoSwe: jag slår honom -
    - Demo: UseCl TPast ASimul PPos (PredV2 somebody_NP teach_V2 (UsePron i_Pron)) -
    -DemoBul: някой преподаде мен -
    -DemoCat: algú em ensenyava -
    -DemoDan: nogen underviste mig -
    -DemoEng: somebody taught me -
    -DemoFin: joku opetti minut -
    -DemoFre: quelqu'un m' enseignait -
    -DemoGer: jemand unterrichtete mich -
    -DemoIta: qualcuno mi insegnava -
    -DemoNor: noen underviste meg -
    -DemoRus: кто-то учил меня -
    -DemoSpa: algún me enseñaba -
    -DemoSwe: någon undervisade mig -
    - Demo: UseCl TPast ASimul PNeg (PredAdv (UsePron they_Pron) already_Adv) -
    -DemoBul: те не бяха вече -
    -DemoCat: no eren ja -
    -DemoDan: de var ikke allerede -
    -DemoEng: they weren't already -
    -DemoFin: he eivät olleet jo -
    -DemoFre: ils n' étaient pas déjà -
    -DemoGer: sie waren nicht schon -
    -DemoIta: non erano già -
    -DemoNor: de var ikke allerede -
    -DemoRus: они не были уже -
    -DemoSpa: no eran ya -
    -DemoSwe: de var inte redan -
    - Demo: UseCl TCond AAnter PNeg (PredAP (AdvNP (AdvNP somebody_NP there7from_Adv) there_Adv) (ComparA bad_A (DetArtSg DefArt (UseN oil_N)))) -
    -DemoBul: някой от там там не би бил по - лош от олиото -
    -DemoCat: algú d'allà allà no hauria estat pitjor que l' oli -
    -DemoDan: nogen derfra der ville ikke have været dårligere end olien -
    -DemoEng: somebody from there there wouldn't have been worse than the oil -
    -DemoFin: joku sieltä siellä ei olisi ollut pahempi kuin öljy -
    -DemoFre: quelqu'un de là là n' aurait pas été pire que l' huile -
    -DemoGer: jemand daher da würde nicht schlechter als das Öl gewesen sein -
    -DemoIta: qualcuno di là là non sarebbe stato peggio che l' olio -
    -DemoNor: noen derfra der ville ikke ha vært dårligere enn oljen -
    -DemoRus: кто-то оттуда там не -
    -DemoSpa: algún de allá allí no habría sido peor que el aceite -
    -DemoSwe: någon därifrån där skulle inte ha varit sämre än oljan -
    - Demo: UseCl TFut AAnter PPos (PredAP (AdvNP (DetArtSg DefArt (UseN meat_N)) there7from_Adv) (ComplA2 married_A2 (UsePron youPl_Pron))) -
    -DemoBul: месото от там ще е било женено за вас -
    -DemoCat: la carn d'allà haurà estat casata a vosaltres -
    -DemoDan: kødet derfra vil have været gift med jer -
    -DemoEng: the meat from there will have been married to you -
    -DemoFin: liha sieltä on ollut avioitunut teidän kanssa -
    -DemoFre: la viande de là aura été mariée à vous -
    -DemoGer: das Fleisch daher wird verheiratet mit euch gewesen sein -
    -DemoIta: la carne di là sarà stata sposata a voi -
    -DemoNor: kjøttet derfra vil ha vært gift med dere -
    -DemoRus: мясо оттуда будет замужем за вами -
    -DemoSpa: la carne de allá habrá sido casada a vosotros -
    -DemoSwe: köttet därifrån ska ha varit gift med er -
    - Demo: UseCl TCond AAnter PNeg (PredV2 (DetArtPl DefArt (UseN2 father_N2)) suck_V2 (AdvNP (UsePron youPol_Pron) somewhere_Adv)) -
    -DemoBul: бащите не биха сукали вас някъде -
    -DemoCat: els pares no haurien xuclat vosté a algun lloc -
    -DemoDan: fædrene ville ikke have suttet Dere et eller annet sted -
    -DemoEng: the fathers wouldn't have sucked you somewhere -
    -DemoFin: isät eivät olisi imeneet teitä jossain -
    -DemoFre: les pères n' auraient pas sucé vous quelque part -
    -DemoGer: die Väter würden Sie irgendwo nicht gesaugt haben -
    -DemoIta: i padri non avrebbero succhiato Lei qualche parte -
    -DemoNor: fedrene ville ikke ha sugd Dere et eller annet sted -
    -DemoRus: отцы не сосали бы вас где-нибудь -
    -DemoSpa: los padres no habrían chupado usted en ninguna parte -
    -DemoSwe: fäderna skulle inte ha sugit er någonstans -
    - Demo: UseCl TFut AAnter PNeg (PredAdv (DetArtPl IndefArt (UseN hat_N)) there7from_Adv) -
    -DemoBul: шапки няма да са били от там -
    -DemoCat: uns barrets no hauran estat d'allà -
    -DemoDan: hatte vil ikke have været derfra -
    -DemoEng: hats won't have been from there -
    -DemoFin: hattuja ei ole ollut sieltä -
    -DemoFre: des chapeaux n' auront pas été de là -
    -DemoGer: Hüte werden nicht daher gewesen sein -
    -DemoIta: capelli non saranno stati di là -
    -DemoNor: hatter vil ikke ha vært derfra -
    -DemoRus: шляпы не будут оттуда -
    -DemoSpa: unos sombreros no habrán sido de allá -
    -DemoSwe: hattar ska inte ha varit därifrån - - diff --git a/old-lib/resource/doc/synopsis-browse.txt b/old-lib/resource/doc/synopsis-browse.txt deleted file mode 100644 index 4d26fc600..000000000 --- a/old-lib/resource/doc/synopsis-browse.txt +++ /dev/null @@ -1,34 +0,0 @@ - - - - -=Browsing the libraries with GF commands= - -**New**: Browsing by syntax editor -[directly on the web ../../../demos/resource-api/editor.html]. - -All of the following assume -``` - cd $GF_LIB_PATH -``` -To try out inflection paradigms: -``` - > i -path=alltenses -retain alltenses/ParadigmsGer.gfo - > cc mkN "Farbe" -``` -To try out overloaded syntax, test lexicon, and inflection paradigms: -``` - > i -path=alltenses -retain alltenses/TryGer.gfo - > cc mkCl (mkNP this_Quant (mkN "Farbe")) (mkA "dunkel") -``` -% To look for a syntax tree in the overload API by parsing: -% ``` -% > i -path=alltenses alltenses/OverLangEng.gf -% > p -cat=S -overload "this grammar is too big" -% ``` -% To view linearizations in all languages by parsing from English: -% ``` -% > i alltenses/langs.gfcm -% > p -cat=S -lang=LangEng "this grammar is too big" | tb -% ``` - diff --git a/old-lib/resource/doc/synopsis-example.txt b/old-lib/resource/doc/synopsis-example.txt deleted file mode 100644 index 8c992339e..000000000 --- a/old-lib/resource/doc/synopsis-example.txt +++ /dev/null @@ -1,51 +0,0 @@ - -The standard way of building an application has the following modules. - -An abstract syntax: -``` - abstract Music = { - cat - Kind, - Property ; - fun - PropKind : Kind -> Property -> Kind ; - Song : Kind ; - American : Property ; - } -``` -A domain lexicon interface: -``` - interface LexMusic = open Cat in { - oper - song_N : N ; - american_A : A ; - } -``` -A functor on ``Syntax`` and the domain lexicon interface: -``` - incomplete concrete MusicI of Music = open Syntax, MusicLex in { - lincat - Kind = CN ; - Property = AP ; - lin - PropKind k p = mkCN p k ; - Song = mkCN song_N ; - American = mkAP american_A ; - } -``` -For each language, an instance of the domain lexicon: -``` - instance LexMusicGer of LexMusic = CatGer ** open ParadigmsGer in { - oper - song_N = mkN "Lied" "Lieder" neuter ; - american_A = mkA "amerikanisch" ; - } -``` -For each language, an instantiation of the functor: -``` - --# -path=.:present:prelude - - concrete MusicGer of Music = MusicI with - (Syntax = SyntaxGer), - (LexMusic = LexMusicGer) ; -``` diff --git a/old-lib/resource/doc/synopsis-intro.txt b/old-lib/resource/doc/synopsis-intro.txt deleted file mode 100644 index 5a473d241..000000000 --- a/old-lib/resource/doc/synopsis-intro.txt +++ /dev/null @@ -1,26 +0,0 @@ - - - -=Introduction= - -This document contains the most important parts of the GF Resource Grammar API. -It has been machine-generated from the source files; each chapter gives a link -to the relevant source files, which give more information. Some of the files have -not yet been prepared so that the machine generated documentation has the right -format. - -Since the character encoding is UTF-8 for Russian and Latin-1 for other -languages, you -may have to change the encoding preference of your browser when reading different -parts of the document. - -The second-last chapter gives instructions on how to "browse" the library by -loading the grammars into the ``gf`` command editor. - -**New**: Browsing by syntax editor -[directly on the web ../../../demos/resource-api/editor.html]. - -The last chapter contains a brief example of how application grammars can -import resource modules. At the same time, it illustrates a "design pattern" for -using the resource API to build functor-based applications - diff --git a/old-lib/resource/doc/synopsis.html b/old-lib/resource/doc/synopsis.html deleted file mode 100644 index 0dd6c7b73..000000000 --- a/old-lib/resource/doc/synopsis.html +++ /dev/null @@ -1,6108 +0,0 @@ - - - - -GF Resource Grammar Library: Synopsis - -

    GF Resource Grammar Library: Synopsis

    - -B. Bringert and A. Ranta
    -
    - -

    -
    -

    - - -

    -
    -

    - -

    Introduction

    -

    -This document contains the most important parts of the GF Resource Grammar API. -It has been machine-generated from the source files; each chapter gives a link -to the relevant source files, which give more information. Some of the files have -not yet been prepared so that the machine generated documentation has the right -format. -

    -

    -Since the character encoding is UTF-8 for Russian and Latin-1 for other -languages, you -may have to change the encoding preference of your browser when reading different -parts of the document. -

    -

    -The second-last chapter gives instructions on how to "browse" the library by -loading the grammars into the gf command editor. -

    -

    -New: Browsing by syntax editor -directly on the web. -

    -

    -The last chapter contains a brief example of how application grammars can -import resource modules. At the same time, it illustrates a "design pattern" for -using the resource API to build functor-based applications -

    - -

    Categories

    -

    -Source 1: http://www.cs.chalmers.se/~aarne/GF/lib/resource/abstract/Common.gf -

    -

    -Source 2: http://www.cs.chalmers.se/~aarne/GF/lib/resource/abstract/Cat.gf -

    - -

    A hierarchic view

    -

    -The chart below shows the categories in a hierarchical top-down order. -The edges do not define the complete dependency structure; if they did, -the graph would have many many more edges, and also many cycles. The precise -meaning of a directed edge from C to D is: there is a constructor -of C that takes D as an argument. What the constructors exactly are, -and what other arguments they take, is described by separate tables for -each category. -

    - - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

    -The rectangular boxes mark open lexical categories, which have constructors -also in the Paradigms modules. -

    - -

    Explanations

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    CategoryExplanationExample
    Aone-place adjectivewarm
    A2two-place adjectivedivisible
    APadjectival phrasevery warm
    AdAadjective-modifying adverbvery
    AdNnumeral-modifying adverbmore than
    AdVadverb directly attached to verbalways
    Advverb-phrase-modifying adverbin the house
    Antanterioritysimultaneous, anterior
    Artarticlethe
    CAdvcomparative adverbmore
    CNcommon noun (without determiner)red house
    Cardcardinal numberseven
    Cldeclarative clause, with all tensesshe looks at this
    Compcomplement of copula, such as APvery warm
    Conjconjunctionand
    Detdeterminer phrasethose seven
    Digitscardinal or ordinal in digits1,000/1,000th
    IAdvinterrogative adverbwhy
    ICompinterrogative complement of copulawhere
    IDetinterrogative determinerhow many
    IPinterrogative pronounwho
    Impimperativelook at this
    Ncommon nounhouse
    N2relational nounson
    N3three-place relational nounconnection
    NPnoun phrase (subject or object)the red house
    Numnumber determining elementseven
    Numeralcardinal or ordinal in wordsfive/fifth
    Ordordinal number (used in Det)seventh
    PConjphrase-beginning conjunctiontherefore
    PNproper nameParis
    Phrphrase in a textbut be quiet please
    Polpolaritypositive, negative
    Predetpredeterminer (prefixed Quant)all
    Preppreposition, or just casein
    Pronpersonal pronounshe
    QClquestion clause, with all tenseswhy does she walk
    QSquestionwhere did she live
    Quantquantifier ('nucleus' of Det)this/these
    RClrelative clause, with all tensesin which she lives
    RPrelative pronounin which
    RSrelativein which she lived
    Sdeclarative sentenceshe lived here
    SCembedded sentence or questionthat it rains
    Subjsubjunctionif
    Tensetensepresent, past, future
    Texttext consisting of several phrasesHe is here. Why?
    Uttsentence, question, word...be quiet
    Vone-place verbsleep
    V2two-place verblove
    V2Averb with NP and AP complementpaint
    V2Qverb with NP and Q complementask
    V2Sverb with NP and S complementtell
    V2Vverb with NP and V complementcause
    V3three-place verbshow
    VAadjective-complement verblook
    VPverb phraseis very warm
    VPSlashverb phrase missing complementgive to John
    VQquestion-complement verbwonder
    VSsentence-complement verbclaim
    VVverb-phrase-complement verbwant
    Vocvocative or "please"my darling
    - - -

    Syntax Rules and Structural Words

    -

    -Source 1: http://www.cs.chalmers.se/~aarne/GF/lib/resource/api/Constructors.gf -

    -

    -Source 2: http://www.cs.chalmers.se/~aarne/GF/lib/resource/abstract/Structural.gf -

    - -

    A - one-place adjective

    -

    -Lexical category, constructors given in -lexical paradigms. -

    - -

    A2 - two-place adjective

    -

    -Lexical category, constructors given in -lexical paradigms. -

    - -

    AP - adjectival phrase

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FunctionTypeExample
    mkAPA -> APold
    mkAPA -> NP -> APolder than John
    mkAPA2 -> NP -> APmarried to her
    mkAPA2 -> APmarried to myself
    mkAPAP -> S -> APprobable that John walks
    mkAPAP -> QS -> APuncertain if John walks
    mkAPAP -> VP -> APready to go
    mkAPAdA -> A -> APvery old
    mkAPAdA -> AP -> APvery very old
    mkAPConj -> AP -> AP -> APold and big
    mkAPConj -> ListAP -> APold, big, and warm
    - - -

    AdA - adjective-modifying adverb

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FunctionTypeExample
    almost_AdAAdAalmost
    quite_AdvAdAquite
    so_AdAAdAso
    too_AdAAdAtoo
    very_AdAAdAvery
    - - -

    AdN - numeral-modifying adverb

    - - - - - - - - - - - - - - - - -
    FunctionTypeExample
    almost_AdNAdNalmost
    mkAdNCAdv -> AdNmore than
    - - -

    AdV - adverb directly attached to verb

    - - - - - - - - - - - -
    FunctionTypeExample
    always_AdVAdValways
    - - -

    Adv - verb-phrase-modifying adverb

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FunctionTypeExample
    everywhere_AdvAdveverywhere
    here7from_AdvAdvfrom here
    here7to_AdvAdvto here
    here_AdvAdvhere
    mkAdvA -> Advwarmly
    mkAdvPrep -> NP -> Advwith John
    mkAdvSubj -> S -> Advwhen John walks
    mkAdvCAdv -> A -> NP -> Advmore warmly than John
    mkAdvCAdv -> A -> S -> Advmore warmly than John walks
    mkAdvAdA -> Adv -> Advvery warmly
    mkAdvConj -> Adv -> Adv -> Advhere and now
    mkAdvConj -> ListAdv -> Advwith John, here and now
    somewhere_AdvAdvsomewhere
    there7from_AdvAdvfrom there
    there7to_AdvAdvto there
    there_AdvAdvthere
    - - -

    Ant - anteriority

    - - - - - - - - - - - - - - - - -
    FunctionTypeExample
    anteriorAntAnt(John has walked) --# notpresent
    simultaneousAntAnt(John walks) [default]
    - - -

    Art - article

    - - - - - - - - - - - - - - - - -
    FunctionTypeExample
    a_ArtArta
    the_ArtArtthe
    - - -

    CAdv - comparative adverb

    - - - - - - - - - - - - - - - - -
    FunctionTypeExample
    less_CAdvCAdvless
    more_CAdvCAdvmore
    - - -

    CN - common noun (without determiner)

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FunctionTypeExample
    mkCNN -> CNhouse
    mkCNN2 -> NP -> CNmother of John
    mkCNN3 -> NP -> NP -> CNdistance from this city to Paris
    mkCNN2 -> CNson
    mkCNN3 -> CNflight
    mkCNA -> N -> CNbig house
    mkCNA -> CN -> CNbig blue house
    mkCNAP -> N -> CNvery big house
    mkCNAP -> CN -> CNvery big blue house
    mkCNN -> RS -> CNhouse that John loves
    mkCNCN -> RS -> CNbig house that John loves
    mkCNN -> Adv -> CNhouse in the city
    mkCNCN -> Adv -> CNbig house in the city
    mkCNCN -> S -> CNrule that John walks
    mkCNCN -> QS -> CNquestion if John walks
    mkCNCN -> VP -> CNreason to walk
    mkCNN -> NP -> CNking John
    mkCNCN -> NP -> CNold king John
    - - -

    Card - cardinal number

    -

    -Lexical category, constructors given in -lexical paradigms. -

    - -

    Cl - declarative clause, with all tenses

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FunctionTypeExample
    genericClVP -> Clone walks
    mkClNP -> V -> ClJohn walks
    mkClNP -> V2 -> NP -> ClJohn loves her
    mkClNP -> V3 -> NP -> NP -> ClJohn sends it to her
    mkClNP -> VV -> VP -> ClJohn wants to walk
    mkClNP -> VS -> S -> ClJohn says that it is good
    mkClNP -> VQ -> QS -> ClJohn wonders if it is good
    mkClNP -> VA -> AP -> ClJohn becomes old
    mkClNP -> V2A -> NP -> AP -> ClJohn paints it red
    mkClNP -> V2S -> NP -> S -> ClJohn tells her that we are here
    mkClNP -> V2Q -> NP -> QS -> ClJohn asks her who is here
    mkClNP -> V2V -> NP -> VP -> ClJohn forces us to sleep
    mkClNP -> A -> ClJohn is old
    mkClNP -> A -> NP -> ClJohn is older than her
    mkClNP -> A2 -> NP -> ClJohn is married to her
    mkClNP -> AP -> ClJohn is very old
    mkClNP -> N -> ClJohn is a man
    mkClNP -> CN -> ClJohn is an old man
    mkClNP -> NP -> ClJohn is the man
    mkClNP -> Adv -> ClJohn is here
    mkClNP -> VP -> ClJohn walks here
    mkClV -> Clit rains
    mkClVP -> Clit is raining
    mkClN -> Clthere is a house
    mkClCN -> Clthere is an old houses
    mkClNP -> Clthere are five houses
    mkClNP -> RS -> Clit is John that walks
    mkClAdv -> S -> Clit is here John walks
    - - -

    ClSlash

    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FunctionTypeExample
    mkClSlashNP -> V2 -> ClSlash(whom) John loves
    mkClSlashNP -> VV -> V2 -> ClSlash(whom) John wants to see
    mkClSlashCl -> Prep -> ClSlash(with whom) John walks
    mkClSlashClSlash -> Adv -> ClSlash(whom) John loves today
    - - -

    Comp - complement of copula, such as AP

    -

    -Lexical category, constructors given in -lexical paradigms. -

    - -

    Conj - conjunction

    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FunctionTypeExample
    and_ConjConjand
    both7and_DConjConjboth...and
    either7or_DConjConjeither...or
    or_ConjConjor
    - - -

    Det - determiner phrase

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FunctionTypeExample
    every_DetDetevery
    few_DetDetfew
    many_DetDetmany
    mkDetQuant -> Detthis
    mkDetQuant -> (Ord) -> Detthis first
    mkDetQuant -> Num -> Detthese
    mkDetQuant -> Num -> (Ord) -> Detthese five best
    mkDetQuant -> Detthis
    mkDetQuant -> Num -> Detthese five
    mkDetCard -> Detalmost twenty
    mkDetNumeral -> Detfive
    mkDetDigits -> Det51
    mkDetPron -> Detmy (house)
    mkDetPron -> Num -> Detmy (houses)
    much_DetDetmuch
    somePl_DetDetsomePl
    someSg_DetDetsomeSg
    - - -

    Dig

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FunctionTypeExample
    n0_DigDig0
    n1_DigDig1
    n2_DigDig2
    n3_DigDig3
    n4_DigDig4
    n5_DigDig5
    n6_DigDig6
    n7_DigDig7
    n8_DigDig8
    n9_DigDig9
    - - -

    Digits - cardinal or ordinal in digits

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FunctionTypeExample
    mkDigitsDig -> Digits8
    mkDigitsDig -> Digits -> Digits876
    n1000_DigitsDigits1,000
    n100_DigitsDigits100
    n10_DigitsDigits10
    n1_DigitsDigits1
    n20_DigitsDigits20
    n2_DigitsDigits2
    n3_DigitsDigits3
    n4_DigitsDigits4
    n5_DigitsDigits5
    n6_DigitsDigits6
    n7_DigitsDigits7
    n8_DigitsDigits8
    n9_DigitsDigits9
    - - -

    IAdv - interrogative adverb

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FunctionTypeExample
    how_IAdvIAdvhow
    mkIAdvPrep -> IP -> IAdvin which city
    when_IAdvIAdvwhen
    where_IAdvIAdvwhere
    why_IAdvIAdvwhy
    - - -

    IComp - interrogative complement of copula

    -

    -Lexical category, constructors given in -lexical paradigms. -

    - -

    IDet - interrogative determiner

    - - - - - - - - - - - -
    FunctionTypeExample
    how8many_IDetIDethow8many
    - - -

    IP - interrogative pronoun

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FunctionTypeExample
    mkIPIQuant -> N -> IPwhich city
    mkIPIQuant -> (Num) -> CN -> IPwhich five big cities
    mkIPIP -> Adv -> IPwho in Paris
    whatPl_IPIPwhat (plural)
    whatSg_IPIPwhat (singular)
    whoPl_IPIPwho (plural)
    whoSg_IPIPwho (singular)
    - - -

    IQuant

    - - - - - - - - - - - -
    FunctionTypeExample
    which_IQuantIQuantwhich
    - - -

    Imp - imperative

    - - - - - - - - - - - - - - - - - - - - - -
    FunctionTypeExample
    mkImpV -> Impgo
    mkImpV2 -> NP -> Imptake it
    mkImpVP -> Impgo there now
    - - -

    ImpForm

    - - - - - - - - - - - - - - - - - - - - - -
    FunctionTypeExample
    pluralImpFormImpForm(help yourselves)
    politeImpFormImpForm(help yourself) (polite singular)
    singularImpFormImpForm(help yourself) [default]
    - - -

    ListAP

    - - - - - - - - - - - - - - - - -
    FunctionTypeExample
    mkListAPAP -> AP -> ListAPold, big
    mkListAPAP -> ListAP -> ListAPold, big, warm
    - - -

    ListAdv

    - - - - - - - - - - - - - - - - -
    FunctionTypeExample
    mkListAdvAdv -> Adv -> ListAdvhere, now
    mkListAdvAdv -> ListAdv -> ListAdvto me, here, now
    - - -

    ListNP

    - - - - - - - - - - - - - - - - -
    FunctionTypeExample
    mkListNPNP -> NP -> ListNPJohn, I
    mkListNPNP -> ListNP -> ListNPJohn, I, that
    - - -

    ListS

    - - - - - - - - - - - - - - - - -
    FunctionTypeExample
    mkListSS -> S -> ListShe walks, I run
    mkListSS -> ListS -> ListSJohn walks, I run, you sleep
    - - -

    N - common noun

    -

    -Lexical category, constructors given in -lexical paradigms. -

    - -

    N2 - relational noun

    -

    -Lexical category, constructors given in -lexical paradigms. -

    - -

    N3 - three-place relational noun

    -

    -Lexical category, constructors given in -lexical paradigms. -

    - -

    NP - noun phrase (subject or object)

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FunctionTypeExample
    everybody_NPNPeverybody
    everything_NPNPeverything
    mkNPArt N -> NPthe man
    mkNPArt -> (Num) -> CN -> NPthe five old men
    mkNPQuant -> N -> NPthis men
    mkNPQuant -> (Num) -> CN -> NPthese five old men
    mkNPDet -> N -> NPthe first man
    mkNPDet -> CN -> NPthe first old man
    mkNPNumeral -> N -> NPtwenty men
    mkNPNumeral -> CN -> NPtwenty old men
    mkNPDigits -> N -> NP45 men
    mkNPDigits -> CN -> NP45 old men
    mkNPCard -> N -> NPalmost twenty men
    mkNPCard -> CN -> NPalmost twenty old men
    mkNPPron -> N -> NPmy man
    mkNPPron -> CN -> NPmy old man
    mkNPPN -> NPJohn
    mkNPPron -> NPhe
    mkNPQuant -> NPthis
    mkNPDet -> NPthese five
    mkNPN -> NPbeer
    mkNPCN -> NPbeer
    mkNPPredet -> NP -> NPonly John
    mkNPNP -> V2 -> NPJohn killed
    mkNPNP -> Adv -> NPJohn in Paris
    mkNPConj -> NP -> NP -> NPJohn and I
    mkNPConj -> ListNP -> NPJohn, I, and that
    somebody_NPNPsomebody
    something_NPNPsomething
    - - -

    Num - number determining element

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FunctionTypeExample
    mkNumNumeral -> Numtwenty
    mkNumDigits -> Num51
    mkNumAdN -> Num -> Numalmost ten
    plNumNumplural
    sgNumNumsingular
    - - -

    Numeral - cardinal or ordinal in words

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FunctionTypeExample
    n1000_NumeralNumeralthousand
    n100_NumeralNumeralhundred
    n10_NumeralNumeralten
    n1_NumeralNumeralone
    n20_NumeralNumeraltwenty
    n2_NumeralNumeraltwo
    n3_NumeralNumeralthree
    n4_NumeralNumeralfour
    n5_NumeralNumeralfive
    n6_NumeralNumeralsix
    n7_NumeralNumeralseven
    n8_NumeralNumeraleight
    n9_NumeralNumeralnine
    - - -

    Ord - ordinal number (used in Det)

    - - - - - - - - - - - - - - - - - - - - - -
    FunctionTypeExample
    mkOrdNumeral -> Ordtwentieth
    mkOrdDigits -> Ord51st
    mkOrdA -> Ordbest
    - - -

    PConj - phrase-beginning conjunction

    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FunctionTypeExample
    but_PConjPConjbut
    mkPConjConj -> PConjand
    otherwise_PConjPConjotherwise
    therefore_PConjPConjtherefore
    - - -

    PN - proper name

    -

    -Lexical category, constructors given in -lexical paradigms. -

    - -

    Phr - phrase in a text

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FunctionTypeExample
    mkPhrUtt -> Phrwhy
    mkPhr(PConj) -> Utt -> (Voc) -> Phrbut why John
    mkPhrS -> PhrJohn walked
    mkPhrCl -> PhrJohn walks
    mkPhrQS -> Phrdid John walk
    mkPhrImp -> Phrwalk
    - - -

    Pol - polarity

    - - - - - - - - - - - - - - - - -
    FunctionTypeExample
    negativePolPol(John doesn't walk)
    positivePolPol(John walks) [default]
    - - -

    Predet - predeterminer (prefixed Quant)

    - - - - - - - - - - - - - - - - - - - - - -
    FunctionTypeExample
    all_PredetPredetall
    most_PredetPredetmost
    only_PredetPredetonly
    - - -

    Prep - preposition, or just case

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FunctionTypeExample
    above_PrepPrepabove
    after_PrepPrepafter
    before_PrepPrepbefore
    behind_PrepPrepbehind
    between_PrepPrepbetween
    by8agent_PrepPrepby (agent)
    by8means_PrepPrepby (means of)
    during_PrepPrepduring
    for_PrepPrepfor
    from_PrepPrepfrom
    in8front_PrepPrepin front of
    in_PrepPrepin
    on_PrepPrepon
    part_PrepPreppart
    possess_PrepPrepof (possessive)
    through_PrepPrepthrough
    to_PrepPrepto
    under_PrepPrepunder
    with_PrepPrepwith
    without_PrepPrepwithout
    - - -

    Pron - personal pronoun

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FunctionTypeExample
    he_PronPronhe
    i_PronProni
    it_PronPronit
    she_PronPronshe
    they_PronPronthey
    we_PronPronwe
    youPl_PronPronyou (plural)
    youPol_PronPronyou (polite)
    youSg_PronPronyou (singular)
    - - -

    Punct

    - - - - - - - - - - - - - - - - - - - - - -
    FunctionTypeExample
    exclMarkPunctPunct!
    fullStopPunctPunct.
    questMarkPunctPunct?
    - - -

    QCl - question clause, with all tenses

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FunctionTypeExample
    mkQClCl -> QCldoes John walk
    mkQClIP -> VP -> QClwho walks
    mkQClIP -> NP -> V2 -> QClwhom does John love
    mkQClIP -> ClSlash -> QClwhom does John love today
    mkQClIAdv -> Cl -> QClwhy does John walk
    mkQClPrep -> IP -> Cl -> QClwith who does John walk
    mkQClIAdv -> NP -> QClwhere is John
    mkQClIP -> QClwhat is there
    - - -

    QS - question

    - - - - - - - - - - - - - - - - - - - - - -
    FunctionTypeExample
    mkQSQCl -> QSwho walks
    mkQS(Tense) -> (Ant) -> (Pol) -> QCl -> QSwho wouldn't have walked
    mkQSCl -> QSdoes John walk
    - - -

    Quant - quantifier ('nucleus' of Det)

    - - - - - - - - - - - - - - - - -
    FunctionTypeExample
    that_QuantQuantthat
    this_QuantQuantthis
    - - -

    RCl - relative clause, with all tenses

    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FunctionTypeExample
    mkRClRP -> VP -> RClthat walk
    mkRClRP -> NP -> V2 -> RClwhich John loves
    mkRClRP -> ClSlash -> RClwhich John loves today
    mkRClCl -> RClsuch that John loves her
    - - -

    RP - relative pronoun

    - - - - - - - - - - - - - - - - -
    FunctionTypeExample
    mkRPPrep -> NP -> RP -> RPall the houses in which
    which_RPRPwhich
    - - -

    RS - relative

    - - - - - - - - - - - - - - - - -
    FunctionTypeExample
    mkRSRCl -> RSthat walk
    mkRS(Tense) -> (Ant) -> (Pol) -> RCl -> RSthat wouldn't have walked
    - - -

    S - declarative sentence

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FunctionTypeExample
    mkSCl -> SJohn walks
    mkS(Tense) -> (Ant) -> (Pol) -> Cl -> SJohn wouldn't have walked
    mkSConj -> S -> S -> SJohn walks and I run
    mkSConj -> ListS -> SJohn walks, I run and you sleep
    mkSAdv -> S -> Stoday, John walks
    - - -

    SC - embedded sentence or question

    -

    -Lexical category, constructors given in -lexical paradigms. -

    - -

    Subj - subjunction

    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FunctionTypeExample
    although_SubjSubjalthough
    because_SubjSubjbecause
    if_SubjSubjif
    when_SubjSubjwhen
    - - -

    Tense - tense

    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FunctionTypeExample
    conditionalTenseTense(John would walk) --# notpresent
    futureTenseTense(John will walk) --# notpresent
    pastTenseTense(John walked) --# notpresent
    presentTenseTense(John walks) [default]
    - - -

    Text - text consisting of several phrases

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FunctionTypeExample
    emptyTextText(empty text)
    mkTextPhr -> TextBut John walks.
    mkTextPhr -> (Punct) -> (Text) -> TextJohn walks? Yes.
    mkTextUtt -> TextJohn.
    mkTextS -> TextJohn walked.
    mkTextCl -> TextJohn walks.
    mkTextQS -> TextDid John walk?
    mkTextImp -> TextWalk!
    mkTextText -> Text -> TextWhere? When? Here. Now!
    - - -

    Utt - sentence, question, word...

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FunctionTypeExample
    lets_UttVP -> Uttlet's walk
    mkUttS -> UttJohn walked
    mkUttCl -> UttJohn walks
    mkUttQS -> Uttdid John walk
    mkUttImp -> Uttlove yourself
    mkUtt(ImpForm) -> (Pol) -> Imp -> Uttdon't love yourselves
    mkUttIP -> Uttwho
    mkUttIAdv -> Uttwhy
    mkUttNP -> UttJohn
    mkUttAdv -> Utthere
    mkUttVP -> Uttto walk
    no_UttUttno
    yes_UttUttyes
    - - -

    V - one-place verb

    -

    -Lexical category, constructors given in -lexical paradigms. -

    - -

    V2 - two-place verb

    -

    -Lexical category, constructors given in -lexical paradigms. -

    - -

    V2A - verb with NP and AP complement

    -

    -Lexical category, constructors given in -lexical paradigms. -

    - -

    V2Q - verb with NP and Q complement

    -

    -Lexical category, constructors given in -lexical paradigms. -

    - -

    V2S - verb with NP and S complement

    -

    -Lexical category, constructors given in -lexical paradigms. -

    - -

    V2V - verb with NP and V complement

    -

    -Lexical category, constructors given in -lexical paradigms. -

    - -

    V3 - three-place verb

    -

    -Lexical category, constructors given in -lexical paradigms. -

    - -

    VA - adjective-complement verb

    -

    -Lexical category, constructors given in -lexical paradigms. -

    - -

    VP - verb phrase

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FunctionTypeExample
    mkVPV -> VPwalk
    mkVPV2 -> NP -> VPlove her
    mkVPV3 -> NP -> NP -> VPsend it to her
    mkVPVV -> VP -> VPwant to walk
    mkVPVS -> S -> VPknow that she walks
    mkVPVQ -> QS -> VPask if she walks
    mkVPVA -> AP -> VPbecome old
    mkVPV2A -> NP -> AP -> VPpaint it red
    mkVPA -> VPbe warm
    mkVPAP -> VPbe very warm
    mkVPA -> NP -> VPbe older than her
    mkVPA2 -> NP -> VPbe married to her
    mkVPN -> VPbe a man
    mkVPCN -> VPbe an old man
    mkVPNP -> VPbe the man
    mkVPAdv -> VPbe here
    mkVPVP -> Adv -> VPsleep here
    mkVPAdV -> VP -> VPalways sleep
    mkVPVPSlash -> NP -> VPpaint it black
    mkVPVPSlash -> VPpaint itself black
    passiveVPV2 -> VPbe loved
    passiveVPV2 -> NP -> VPbe loved by her
    progressiveVPVP -> VPbe sleeping
    reflexiveVPV2 -> VPlove itself
    - - -

    VPSlash - verb phrase missing complement

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FunctionTypeExample
    mkVPSlashV2 -> VPSlash(whom) (John) loves
    mkVPSlashV3 -> NP -> VPSlash(whom) (John) gives an apple
    mkVPSlashV2A -> AP -> VPSlash(whom) (John) paints red
    mkVPSlashV2Q -> QS -> VPSlash(whom) (John) asks who sleeps
    mkVPSlashV2S -> S -> VPSlash(whom) (John) tells that we sleep
    mkVPSlashV2V -> VP -> VPSlash(whom) (John) forces to sleep
    - - -

    VQ - question-complement verb

    -

    -Lexical category, constructors given in -lexical paradigms. -

    - -

    VS - sentence-complement verb

    -

    -Lexical category, constructors given in -lexical paradigms. -

    - -

    VV - verb-phrase-complement verb

    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FunctionTypeExample
    can8know_VVVVcan (capacity)
    can_VVVVcan (possibility)
    must_VVVVmust
    want_VVVVwant
    - - -

    Voc - vocative or "please"

    - - - - - - - - - - - - - - - - -
    FunctionTypeExample
    mkVocNP -> VocJohn
    please_VocVocplease
    - - -

    Lexical Paradigms

    - -

    Paradigms for Bulgarian

    -

    - -

    -

    -source http://www.cs.chalmers.se/~aarne/GF/lib/resource/bulgarian/ParadigmsBul.gf -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FunctionType
    mkN001Str -> N
    mkN002Str -> N
    mkN002aStr -> N
    mkN003Str -> N
    mkN004Str -> N
    mkN005Str -> N
    mkN006Str -> N
    mkN007Str -> N
    mkN007bStr -> N
    mkN007aStr -> N
    mkN008Str -> N
    mkN008aStr -> N
    mkN009Str -> N
    mkN009aStr -> N
    mkN010Str -> N
    mkN011Str -> N
    mkN012Str -> N
    mkN013Str -> N
    mkN014Str -> N
    mkN014aStr -> N
    mkN015Str -> N
    mkN016Str -> N
    mkN017Str -> N
    mkN018Str -> N
    mkN018aStr -> N
    mkN019Str -> N
    mkN019aStr -> N
    mkN020Str -> N
    mkN021Str -> N
    mkN022Str -> N
    mkN023Str -> N
    mkN024aStr -> N
    mkN024Str -> N
    mkN025Str -> N
    mkN026Str -> N
    mkN027Str -> N
    mkN028Str -> N
    mkN028aStr -> N
    mkN029Str -> N
    mkN030Str -> N
    mkN031Str -> N
    mkN031aStr -> N
    mkN032Str -> N
    mkN032aStr -> N
    mkN033Str -> N
    mkN034Str -> N
    mkN035Str -> N
    mkN035aStr -> N
    mkN036Str -> N
    mkN037Str -> N
    mkN038Str -> N
    mkN039Str -> N
    mkN040Str -> N
    mkN040aStr -> N
    mkN041Str -> N
    mkN041aStr -> N
    mkN041bStr -> N
    mkN042Str -> N
    mkN043Str -> N
    mkN043aStr -> N
    mkN044Str -> N
    mkN045Str -> N
    mkN046Str -> N
    mkN047Str -> N
    mkN048Str -> N
    mkN049Str -> N
    mkN050Str -> N
    mkN051Str -> N
    mkN052Str -> N
    mkN052aStr -> N
    mkN053Str -> N
    mkN054Str -> N
    mkN055Str -> N
    mkN056Str -> N
    mkN057Str -> N
    mkN057aStr -> N
    mkN058Str -> N
    mkN059Str -> N
    mkN060Str -> N
    mkN061Str -> N
    mkN062Str -> N
    mkN063Str -> N
    mkN064Str -> N
    mkN065Str -> N
    mkN066Str -> N
    mkN067Str -> N
    mkN068Str -> N
    mkN069Str -> N
    mkN070Str -> N
    mkN071Str -> N
    mkN072Str -> N
    mkN073Str -> N
    mkN074Str -> N
    mkN075Str -> N
    mkA076Str -> A
    mkA077Str -> A
    mkA078Str -> A
    mkA079Str -> A
    mkA080Str -> A
    mkA081Str -> A
    mkA082Str -> A
    mkA082aStr -> A
    mkA083Str -> A
    mkA084Str -> A
    mkA084aStr -> A
    mkA085Str -> A
    mkA086Str -> A
    mkA087Str -> A
    mkA088Str -> A
    mkA089Str -> A
    mkA089aStr -> A
    mkV142Str -> VTable
    mkV143Str -> VTable
    mkV144Str -> VTable
    mkV145Str -> VTable
    mkV145aStr -> VTable
    mkV145bStr -> VTable
    mkV146Str -> VTable
    mkV146aStr -> VTable
    mkV147Str -> VTable
    mkV148Str -> VTable
    mkV149Str -> VTable
    mkV150Str -> VTable
    mkV150aStr -> VTable
    mkV151Str -> VTable
    mkV152Str -> VTable
    mkV152aStr -> VTable
    mkV153Str -> VTable
    mkV154Str -> VTable
    mkV155Str -> VTable
    mkV156Str -> VTable
    mkV157Str -> VTable
    mkV158Str -> VTable
    mkV159Str -> VTable
    mkV160Str -> VTable
    mkV160aStr -> VTable
    mkV161Str -> VTable
    mkV161aStr -> VTable
    mkV162Str -> VTable
    mkV163Str -> VTable
    mkV164Str -> VTable
    mkV165Str -> VTable
    mkV166Str -> VTable
    mkV167Str -> VTable
    mkV168Str -> VTable
    mkV169Str -> VTable
    mkV170Str -> VTable
    mkV171Str -> VTable
    mkV172Str -> VTable
    mkV173Str -> VTable
    mkV174Str -> VTable
    mkV175Str -> VTable
    mkV176Str -> VTable
    mkV177Str -> VTable
    mkV178Str -> VTable
    mkV179Str -> VTable
    mkV180Str -> VTable
    mkV181Str -> VTable
    mkV182Str -> VTable
    mkV183Str -> VTable
    mkV184Str -> VTable
    mkV185Str -> VTable
    mkV186Str -> VTable
    mkV187Str -> VTable
    adjAdvA -> Str -> A =
    - - -

    Paradigms for Danish

    -

    - -

    -

    -source http://www.cs.chalmers.se/~aarne/GF/lib/resource/danish/ParadigmsDan.gf -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FunctionType
    GenderType
    utrumGender
    neutrumGender
    NumberType
    singularNumber
    pluralNumber
    CaseType
    nominativeCase
    genitiveCase
    mkPrepStr -> Prep
    noPrepPrep
    mkN(bil : Str) -> N
    mkN(hus : Str) -> Gender -> N
    mkN(bil,bilen : Str) -> N
    mkN(bil,bilen,biler : Str) -> N
    mkN(dreng,drengen,drenge,drengene : Str) -> N
    mkN2N -> Prep -> N2
    regN2Str -> Gender -> N2
    mkN3N -> Prep -> Prep -> N3
    mkPNStr -> PN
    mkPNStr -> Gender -> PN
    mkPNN -> PN
    mkA(fin : Str) -> A
    mkA(fin,fint : Str) -> A
    mkA(galen,galet,galne : Str) -> A
    mkA(stor,stort,store,storre,storst : Str) -> A
    mkAA -> A
    mkA2A -> Prep -> A2
    mkAdvStr -> Adv
    mkAdVStr -> AdV
    mkAdAStr -> AdA
    mkV(snakke : Str) -> V
    mkV(leve,levde : Str) -> V
    mkV(drikke, drakk, drukket : Str) -> V
    mkV(spise,spiser,spises,spiste,spist,spis : Str) -> V
    mkVV -> Str -> V
    vaereVV -> V
    depVV -> V
    reflVV -> V
    mkV2Str -> V2
    mkV2V -> V2
    mkV2V -> Prep -> V2
    mkV3V -> Prep -> Prep -> V3
    dirV3V -> Prep -> V3
    dirdirV3V -> V3
    mkV0V -> V0
    mkVSV -> VS
    mkV2SV -> Prep -> V2S
    mkVVV -> VV
    mkV2VV -> Prep -> Prep -> V2V
    mkVAV -> VA
    mkV2AV -> Prep -> V2A
    mkVQV -> VQ
    mkV2QV -> Prep -> V2Q
    mkASA -> AS
    mkA2SA -> Prep -> A2S
    mkAVA -> AV
    mkA2VA -> Prep -> A2V
    V0Type
    - - -

    Paradigms for English

    -

    - -

    -

    -source http://www.cs.chalmers.se/~aarne/GF/lib/resource/english/ParadigmsEng.gf -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FunctionType
    GenderType
    humanGender
    nonhumanGender
    masculineGender
    feminineGender
    NumberType
    singularNumber
    pluralNumber
    CaseType
    nominativeCase
    genitiveCase
    mkN(flash : Str) -> N
    mkN(man,men : Str) -> N
    mkN(man,men,man's,men's : Str) -> N
    mkNGender -> N -> N
    mkNStr -> N -> N
    mkN2N -> Prep -> N2
    regN2Str -> N2
    mkN3N -> Prep -> Prep -> N3
    mkPNStr -> PN
    mkPNN -> PN
    mkA(happy : Str) -> A
    mkA(fat,fatter : Str) -> A
    mkA(good,better,best,well : Str) -> A
    compoundAA -> A
    mkA2A -> Prep -> A2
    mkAdvStr -> Adv
    mkAdVStr -> AdV
    mkAdAStr -> AdA
    mkPrepStr -> Prep
    noPrepPrep
    mkV(cry : Str) -> V
    mkV(stop, stopped : Str) -> V
    mkV(drink, drank, drunk : Str) -> V
    mkV(run, ran, run, running : Str) -> V
    mkV(go, goes, went, gone, going : Str) -> V
    partVV -> Str -> V
    reflVV -> V
    mkV2V -> Prep -> V2
    mkV2V -> V2
    mkV3V -> Prep -> Prep -> V3
    dirV3V -> Prep -> V3
    dirdirV3V -> V3
    mkV0V -> V0
    mkVSV -> VS
    mkV2SV -> Prep -> V2S
    mkVVV -> VV
    mkV2VV -> Prep -> Prep -> V2V
    mkVAV -> VA
    mkV2AV -> Prep -> V2A
    mkVQV -> VQ
    mkV2QV -> Prep -> V2Q
    mkASA -> AS
    mkA2SA -> Prep -> A2S
    mkAVA -> AV
    mkA2VA -> Prep -> A2V
    V0Type
    - - -

    Paradigms for Finnish

    -

    - -

    -

    -source http://www.cs.chalmers.se/~aarne/GF/lib/resource/finnish/ParadigmsFin.gf -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FunctionType
    NumberType
    singularNumber
    pluralNumber
    CaseType
    nominativeCase
    genitiveCase
    partitiveCase
    translativeCase
    inessiveCase
    elativeCase
    illativeCase
    adessiveCase
    ablativeCase
    allativeCase
    prePrepCase -> Str -> Prep
    postPrepCase -> Str -> Prep
    postGenPrepStr -> Prep
    casePrepCase -> Prep
    mkN(talo : Str) -> N
    mkN(savi,savia : Str) -> N
    mkN(vesi,veden,vesi : Str) -> N
    mkN(vesi,veden,vesi,vett : Str) -> N
    mkN(olo,olon,olona,oloa,oloon,olojen,oloja,oloina,oloissa,oloihin : Str) -> N
    mkN(pika : Str) -> (juna : N) -> N
    mkN(oma : N) -> (tunto : N) -> N
    mkN2N -> N2
    mkN2N -> Prep -> N2
    mkN3N -> Prep -> Prep -> N3
    mkPNStr -> PN
    mkPNN -> PN
    mkAStr -> A
    mkAN -> A
    mkAN -> (kivempaa,kivinta : Str) -> A
    mkA(hyva,parempi,paras : N) -> (hyvin,paremmin,parhaiten : Str) -> A
    mkA2A -> Prep -> A2 = \a,p -> a ** {c2 = p lock_A2 = <>};
    mkV(huutaa : Str) -> V
    mkV(huutaa,huusi : Str) -> V
    mkV(huutaa,huudan,huusi : Str) -> V
    mkV(
    huusin,huusi,huusisi,huutanut,huudettu,huutaneeStr) -> V
    caseVCase -> V -> V
    vOllaV
    mkV2Str -> V2
    mkV2V -> V2
    mkV2V -> Case -> V2
    mkV2V -> Prep -> V2
    mkV3V -> Prep -> Prep -> V3
    dirV3V -> Case -> V3
    dirdirV3V -> V3
    mkV0V -> V0
    mkVSV -> VS
    mkV2SV -> Prep -> V2S
    mkVVV -> VV
    mkVVfV -> InfForm -> VV
    mkV2VV -> Prep -> V2V
    mkV2VfV -> Prep -> InfForm -> V2V
    mkVAV -> Prep -> VA
    mkV2AV -> Prep -> Prep -> V2A
    mkVQV -> VQ
    mkV2QV -> Prep -> V2Q
    mkASA -> AS
    mkA2SA -> Prep -> A2S
    mkAVA -> AV
    mkA2VA -> Prep -> A2V
    V0Type
    - - -

    Paradigms for French

    -

    - -

    -

    -source http://www.cs.chalmers.se/~aarne/GF/lib/resource/french/ParadigmsFre.gf -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FunctionType
    GenderType
    masculineGender
    feminineGender
    NumberType
    singularNumber
    pluralNumber
    accusativePrep
    genitivePrep
    dativePrep
    mkPrepStr -> Prep
    mkN(cheval : Str) -> N
    mkN(foie : Str) -> Gender -> N
    mkN(oeil,yeux : Str) -> Gender -> N
    mkNN -> Str -> N
    mkN2N -> Prep -> N2
    deN2N -> N2
    aN2N -> N2
    mkN3N -> Prep -> Prep -> N3
    mkPNStr -> PN
    mkPNStr -> Gender -> PN
    mkA(cher : Str) -> A
    mkA(sec,seche : Str) -> A
    mkA(banal,banale,banaux,banalement : Str) -> A
    mkAA -> A -> A
    prefixAA -> A
    mkA2A -> Prep -> A2
    mkAdvStr -> Adv
    mkAdVStr -> AdV
    mkAdAStr -> AdA
    mkV(finir : Str) -> V
    mkV(jeter,jette,jettera : Str) -> V
    mkVV2 -> V
    etreVV -> V
    reflVV -> V
    mkV2V -> V2 = dirV2
    mkV2V -> Prep -> V2 = mmkV2
    mkV3V -> V3
    mkV3V -> Prep -> V3
    mkV3V -> Prep -> Prep -> V3
    mkV0V -> V0
    mkVSV -> VS
    mkV2SV -> Prep -> V2S
    mkVVV -> VV
    deVVV -> VV
    aVVV -> VV
    mkV2VV -> Prep -> Prep -> V2V
    mkVAV -> VA
    mkV2AV -> Prep -> Prep -> V2A
    mkVQV -> VQ
    mkV2QV -> Prep -> V2Q
    mkASA -> AS
    mkA2SA -> Prep -> A2S
    mkAVA -> Prep -> AV
    mkA2VA -> Prep -> Prep -> A2V
    V0Type
    - - -

    Paradigms for German

    -

    - -

    -

    -source http://www.cs.chalmers.se/~aarne/GF/lib/resource/german/ParadigmsGer.gf -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FunctionType
    GenderType
    masculineGender
    feminineGender
    neuterGender
    CaseType
    nominativeCase
    accusativeCase
    dativeCase
    genitiveCase
    NumberType
    singularNumber
    pluralNumber
    mkN(Stufe : Str) -> N
    mkN(Bild,Bilder : Str) -> Gender -> N
    mkN(x1,_,_,_,_,x6 : Str) -> Gender -> N
    mkN2Str -> N2
    mkN2N -> N2
    mkN2N -> Prep -> N2
    mkN3N -> Prep -> Prep -> N3
    mkPNStr -> PN
    mkPN(nom,gen : Str) -> PN
    mkPN(nom,acc,dat,gen : Str) -> PN
    mkAStr -> A
    mkA(gut,besser,beste : Str) -> A
    invarAStr -> A
    mkA2A -> Prep -> A2
    mkAdvStr -> Adv
    mkPrepStr -> Case -> Prep
    accPrepPrep
    datPrepPrep
    genPrepPrep
    von_PrepPrep
    zu_PrepPrep
    mkV(fhren : Str) -> V
    mkV(sehen,sieht,sah,she,gesehen : Str) -> V
    mkV(geben, gibt, gib, gab, gbe, gegeben : Str) -> V
    mkVStr -> V -> V
    no_geVV -> V
    seinVV -> V
    habenVV -> V
    reflVV -> Case -> V
    mkV2V -> Prep -> V2
    mkV2V -> V2
    mkV2V -> Case -> V2
    mkV3V -> Prep -> Prep -> V3
    dirV3V -> Prep -> V3
    accdatV3V -> V3
    mkV0V -> V0
    mkVSV -> VS
    mkV2SV -> Prep -> V2S
    mkVVV -> VV
    mkV2VV -> Prep -> V2V
    mkVAV -> VA
    mkV2AV -> Prep -> V2A
    mkVQV -> VQ
    mkV2QV -> Prep -> V2Q
    mkASA -> AS
    mkA2SA -> Prep -> A2S
    mkAVA -> AV
    mkA2VA -> Prep -> A2V
    V0Type
    - - -

    Paradigms for Italian

    -

    - -

    -

    -source http://www.cs.chalmers.se/~aarne/GF/lib/resource/italian/ParadigmsIta.gf -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FunctionType
    GenderType
    masculineGender
    feminineGender
    NumberType
    singularNumber
    pluralNumber
    --PrepType
    accusativePrep
    genitivePrep
    dativePrep
    mkPrepStr -> Prep
    mkN(cane : Str) -> N
    mkN(carne : Str) -> Gender -> N
    mkN(uomo,uomini : Str) -> Gender -> N
    mkNN -> Str -> N
    mkN2Str -> N2
    mkN2N -> Prep -> N2
    mkN3N -> Prep -> Prep -> N3
    mkPNStr -> PN
    mkPNStr -> Gender -> PN
    mkA(bianco : Str) -> A
    mkA(solo,sola,soli,sole,solamente : Str) -> A
    mkAA -> A -> A
    prefixAA -> A = prefA
    mkA2A -> Prep -> A2
    mkAdvStr -> Adv
    mkAdVStr -> AdV
    mkAdAStr -> AdA
    mkVStr -> V
    mkVVerbo -> V
    mkV(udire,odo,ode,udiamo,udiro,udii,udisti,udi,udirono,odi,udito : Str) -> V
    essereVV -> V
    reflVV -> V
    mkV2Str -> V2
    mkV2V -> V2
    mkV2V -> Prep -> V2
    v2VV2 -> V
    mkV3V -> Prep -> Prep -> V3
    dirV3V -> Prep -> V3
    dirdirV3V -> V3
    mkV0V -> V0
    mkVSV -> VS
    mkV2SV -> Prep -> V2S
    mkVVV -> VV
    deVVV -> VV
    aVVV -> VV
    mkV2VV -> Prep -> Prep -> V2V
    mkVAV -> VA
    mkV2AV -> Prep -> Prep -> V2A
    mkVQV -> VQ
    mkV2QV -> Prep -> V2Q
    mkASA -> AS
    mkA2SA -> Prep -> A2S
    mkAVA -> Prep -> AV
    mkA2VA -> Prep -> Prep -> A2V
    V0Type
    - - -

    Paradigms for Norwegian

    -

    - -

    -

    -source http://www.cs.chalmers.se/~aarne/GF/lib/resource/norwegian/ParadigmsNor.gf -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FunctionType
    GenderType
    masculineGender
    feminineGender
    neutrumGender
    NumberType
    singularNumber
    pluralNumber
    CaseType
    nominativeCase
    genitiveCase
    mkPrepStr -> Prep
    noPrepPrep
    mkNStr -> N
    mkNStr -> Gender -> N
    mkN(bil,bilen : Str) -> N
    mkN(dreng,drengen,drenger,drengene : Str) -> N
    mkN2N -> Prep -> N2
    regN2Str -> Gender -> N2
    mkN3N -> Prep -> Prep -> N3
    mkPNStr -> PN
    mkPNStr -> Gender -> PN
    mkPNN -> PN
    mkA(fin : Str) -> A
    mkA(fin,fint : Str) -> A
    mkA(galen,galet,galne : Str) -> A
    mkA(stor,stort,store,storre,storst : Str) -> A
    mkAA -> A
    mkA2A -> Prep -> A2
    mkAdvStr -> Adv
    mkAdVStr -> AdV
    mkAdAStr -> AdA
    mkV(snakke : Str) -> V
    mkV(leve,levde : Str) -> V
    mkV(drikke, drakk, drukket : Str) -> V
    mkV(spise,spiser,spises,spiste,spist,spis : Str) -> V
    mkVV -> Str -> V
    vaereVV -> V
    depVV -> V
    reflVV -> V
    mkV2Str -> V2
    mkV2V -> V2
    mkV2V -> Prep -> V2
    mkV3V -> Prep -> Prep -> V3
    dirV3V -> Prep -> V3
    dirdirV3V -> V3
    mkV0V -> V0
    mkVSV -> VS
    mkV2SV -> Prep -> V2S
    mkVVV -> VV
    mkV2VV -> Prep -> Prep -> V2V
    mkVAV -> VA
    mkV2AV -> Prep -> V2A
    mkVQV -> VQ
    mkV2QV -> Prep -> V2Q
    mkASA -> AS
    mkA2SA -> Prep -> A2S
    mkAVA -> AV
    mkA2VA -> Prep -> A2V
    V0Type
    - - -

    Paradigms for Russian

    -

    - -

    -

    -source http://www.cs.chalmers.se/~aarne/GF/lib/resource/russian/ParadigmsRus.gf -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FunctionType
    GenderType
    masculineGender
    feminineGender
    neuterGender
    CaseType
    nominativeCase
    genitiveCase
    dativeCase
    accusativeCase
    instructiveCase
    prepositionalCase
    NumberType
    singularNumber
    pluralNumber
    mkN(karta : Str) -> N
    mkN(tigr : Str) -> Animacy -> N
    mkN(nomSg, genSg, datSg, accSg, instSg, preposSg, prepos2Sg, nomPl, genPl, datPl, accPl, instPl, preposPl : Str) -> Gender -> Animacy -> N
    mkN2N -> N2
    mkN2N -> Prep -> N2
    mkN3N -> Prep -> Prep -> N3
    mkPNStr -> Gender -> Animacy -> PN
    nounPNN -> PN
    mkA(positive : Str) -> A
    mkA(positive, comparative : Str) -> A
    mkA2A -> Str -> Case -> A2
    mkAdvStr -> Adv
    mkVAspect -> (presentSgP1,presentSgP2,presentSgP3,
    pastSgP1,imperative,infinitiveStr) -> V
    mkV2V -> Str -> Case -> V2
    mkV3V -> Str -> Str -> Case -> Case -> V3
    dirV2V -> V2
    tvDirDirV -> V3
    - - -

    Paradigms for Spanish

    -

    - -

    -

    -source http://www.cs.chalmers.se/~aarne/GF/lib/resource/spanish/ParadigmsSpa.gf -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FunctionType
    GenderType
    masculineGender
    feminineGender
    NumberType
    singularNumber
    pluralNumber
    accusativePrep
    genitivePrep
    dativePrep
    mkPrepStr -> Prep
    mkN(luz : Str) -> N
    mkNStr -> Gender -> N
    mkN(baston,bastones : Str) -> Gender -> N
    compNN -> Str -> N
    mkN2N -> Prep -> N2
    deN2N -> N2
    aN2N -> N2
    mkN3N -> Prep -> Prep -> N3
    mkPN(Anna : Str) -> PN
    mkPN(Pilar : Str) -> Gender -> PN
    mkA(util : Str) -> A
    mkA(solo,sola,solos,solas,solamente : Str) -> A
    mkA(bueno : A) -> (mejor : A) -> A
    prefixAA -> A
    mkA2A -> Prep -> A2
    mkAdvStr -> Adv
    mkAdVStr -> AdV
    mkAdAStr -> AdA
    mkV(pagar : Str) -> V
    mkV(mostrar,muestro : Str) -> V
    mkVVerbum -> V
    reflVV -> V
    special_ppVV -> Str -> V
    mkV2Str -> V2
    mkV2V -> V2
    mkV2V -> Prep -> V2
    v2VV2 -> V
    mkV3V -> Prep -> Prep -> V3
    dirV3V -> Prep -> V3
    dirdirV3V -> V3
    mkV0V -> V0
    mkVSV -> VS
    mkV2SV -> Prep -> V2S
    mkVVV -> VV
    deVVV -> VV
    aVVV -> VV
    mkV2VV -> Prep -> Prep -> V2V
    mkVAV -> VA
    mkV2AV -> Prep -> Prep -> V2A
    mkVQV -> VQ
    mkV2QV -> Prep -> V2Q
    mkASA -> AS
    mkA2SA -> Prep -> A2S
    mkAVA -> Prep -> AV
    mkA2VA -> Prep -> Prep -> A2V
    V0Type
    - - -

    Paradigms for Swedish

    -

    - -

    -

    -source http://www.cs.chalmers.se/~aarne/GF/lib/resource/swedish/ParadigmsSwe.gf -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FunctionType
    GenderType
    utrumGender
    neutrumGender
    NumberType
    singularNumber
    pluralNumber
    CaseType
    nominativeCase
    genitiveCase
    mkPrepStr -> Prep
    noPrepPrep
    mkN(apa : Str) -> N
    mkN(lik : Str) -> Gender -> N
    mkN(nyckel,nycklar : Str) -> N
    mkN(museum,museet,museer,museerna : Str) -> N
    mkN2Str -> N2
    mkN2N -> Prep -> N2
    mkN3N -> Prep -> Prep -> N3
    mkPNStr -> PN
    mkPNStr -> Gender -> PN
    mkPN(jesus,jesu : Str) -> Gender -> PN
    mkA(billig : Str) -> A
    mkA(bred,brett : Str) -> A
    mkA(tung,tyngre,tyngst : Str) -> A
    mkA(god,gott,goda,battre,bast : Str) -> A
    mkA(liten,litet,lilla,sma,mindre,minst,minsta : Str) -> A
    compoundAA -> A
    mkA2A -> Prep -> A2
    mkAdvStr -> Adv
    mkAdVStr -> AdV
    mkAdAStr -> AdA
    mkV(stmmer : Str) -> V
    mkV(dricka,drack,druckit : Str) -> V
    mkV(g,gr,g,gick,gtt,gngen : Str) -> V
    mkVV -> Str -> V
    depVV -> V
    reflVV -> V
    mkV2Str -> V2
    mkV2V -> V2
    mkV2V -> Prep -> V2
    mkV3Str -> V3
    mkV3V -> V3
    mkV3V -> Prep -> V3
    mkV3V -> Prep -> Prep -> V3
    mkV0V -> V0
    mkVSV -> VS
    mkV2SV -> Prep -> V2S
    mkVVV -> VV
    mkV2VV -> Prep -> Prep -> V2V
    mkVAV -> VA
    mkV2AV -> Prep -> V2A
    mkVQV -> VQ
    mkV2QV -> Prep -> V2Q
    mkASA -> AS
    mkA2SA -> Prep -> A2S
    mkAVA -> AV
    mkA2VA -> Prep -> A2V
    V0Type
    - - -

    Browsing the libraries with GF commands

    -

    -New: Browsing by syntax editor -directly on the web. -

    -

    -All of the following assume -

    -
    -    cd $GF_LIB_PATH
    -
    -

    -To try out inflection paradigms: -

    -
    -    > i -path=alltenses -retain alltenses/ParadigmsGer.gfo
    -    > cc mkN "Farbe"
    -
    -

    -To try out overloaded syntax, test lexicon, and inflection paradigms: -

    -
    -    > i -path=alltenses -retain alltenses/TryGer.gfo
    -    > cc mkCl (mkNP this_Quant (mkN "Farbe")) (mkA "dunkel")
    -
    -

    - -

    An Example of Usage

    -

    -The standard way of building an application has the following modules. -

    -

    -An abstract syntax: -

    -
    -    abstract Music = {    
    -    cat 
    -      Kind, 
    -      Property ;
    -    fun 
    -      PropKind : Kind -> Property -> Kind ; 
    -      Song : Kind ;
    -      American : Property ;
    -    }
    -
    -

    -A domain lexicon interface: -

    -
    -    interface LexMusic = open Cat in {
    -    oper
    -      song_N : N ;
    -      american_A : A ;
    -    }
    -
    -

    -A functor on Syntax and the domain lexicon interface: -

    -
    -    incomplete concrete MusicI of Music = open Syntax, MusicLex in {
    -    lincat 
    -      Kind = CN ;
    -      Property = AP ;
    -    lin
    -      PropKind k p = mkCN p k ;
    -      Song = mkCN song_N ;
    -      American = mkAP american_A ;
    -    }
    -
    -

    -For each language, an instance of the domain lexicon: -

    -
    -    instance LexMusicGer of LexMusic = CatGer ** open ParadigmsGer in {    
    -    oper
    -      song_N = mkN "Lied" "Lieder" neuter ;
    -      american_A = mkA "amerikanisch" ;
    -    }
    -
    -

    -For each language, an instantiation of the functor: -

    -
    -    --# -path=.:present:prelude
    -  
    -    concrete MusicGer of Music = MusicI with
    -      (Syntax = SyntaxGer),
    -      (LexMusic = LexMusicGer) ;
    -
    -

    - - - - diff --git a/old-lib/resource/doc/synopsis.txt b/old-lib/resource/doc/synopsis.txt deleted file mode 100644 index 3ed9e21a9..000000000 --- a/old-lib/resource/doc/synopsis.txt +++ /dev/null @@ -1,1544 +0,0 @@ -GF Resource Grammar Library: Synopsis -B. Bringert and A. Ranta - - -%!postproc(html): '(SRC="categories.png")' '\1 USEMAP="#categories"' -%!postproc(html): '#LParadigms' '' -%!postproc(tex): '#LParadigms' '' -%!postproc(html): '(?i)(HREF="#A")( TITLE="[^"]*")?' '\1 TITLE="A - one-place adjective"' -%!postproc(html): '(?i)(HREF="#A2")( TITLE="[^"]*")?' '\1 TITLE="A2 - two-place adjective"' -%!postproc(html): '(?i)(HREF="#AP")( TITLE="[^"]*")?' '\1 TITLE="AP - adjectival phrase"' -%!postproc(html): '(?i)(HREF="#AdA")( TITLE="[^"]*")?' '\1 TITLE="AdA - adjective-modifying adverb"' -%!postproc(html): '(?i)(HREF="#AdN")( TITLE="[^"]*")?' '\1 TITLE="AdN - numeral-modifying adverb"' -%!postproc(html): '(?i)(HREF="#AdV")( TITLE="[^"]*")?' '\1 TITLE="AdV - adverb directly attached to verb"' -%!postproc(html): '(?i)(HREF="#Adv")( TITLE="[^"]*")?' '\1 TITLE="Adv - verb-phrase-modifying adverb"' -%!postproc(html): '(?i)(HREF="#Ant")( TITLE="[^"]*")?' '\1 TITLE="Ant - anteriority"' -%!postproc(html): '(?i)(HREF="#Art")( TITLE="[^"]*")?' '\1 TITLE="Art - article"' -%!postproc(html): '(?i)(HREF="#CAdv")( TITLE="[^"]*")?' '\1 TITLE="CAdv - comparative adverb"' -%!postproc(html): '(?i)(HREF="#CN")( TITLE="[^"]*")?' '\1 TITLE="CN - common noun (without determiner)"' -%!postproc(html): '(?i)(HREF="#Card")( TITLE="[^"]*")?' '\1 TITLE="Card - cardinal number"' -%!postproc(html): '(?i)(HREF="#Cl")( TITLE="[^"]*")?' '\1 TITLE="Cl - declarative clause, with all tenses"' -%!postproc(html): '(?i)(HREF="#Comp")( TITLE="[^"]*")?' '\1 TITLE="Comp - complement of copula, such as AP"' -%!postproc(html): '(?i)(HREF="#Conj")( TITLE="[^"]*")?' '\1 TITLE="Conj - conjunction"' -%!postproc(html): '(?i)(HREF="#Det")( TITLE="[^"]*")?' '\1 TITLE="Det - determiner phrase"' -%!postproc(html): '(?i)(HREF="#Digits")( TITLE="[^"]*")?' '\1 TITLE="Digits - cardinal or ordinal in digits"' -%!postproc(html): '(?i)(HREF="#IAdv")( TITLE="[^"]*")?' '\1 TITLE="IAdv - interrogative adverb"' -%!postproc(html): '(?i)(HREF="#IComp")( TITLE="[^"]*")?' '\1 TITLE="IComp - interrogative complement of copula"' -%!postproc(html): '(?i)(HREF="#IDet")( TITLE="[^"]*")?' '\1 TITLE="IDet - interrogative determiner"' -%!postproc(html): '(?i)(HREF="#IP")( TITLE="[^"]*")?' '\1 TITLE="IP - interrogative pronoun"' -%!postproc(html): '(?i)(HREF="#Imp")( TITLE="[^"]*")?' '\1 TITLE="Imp - imperative"' -%!postproc(html): '(?i)(HREF="#N")( TITLE="[^"]*")?' '\1 TITLE="N - common noun"' -%!postproc(html): '(?i)(HREF="#N2")( TITLE="[^"]*")?' '\1 TITLE="N2 - relational noun"' -%!postproc(html): '(?i)(HREF="#N3")( TITLE="[^"]*")?' '\1 TITLE="N3 - three-place relational noun"' -%!postproc(html): '(?i)(HREF="#NP")( TITLE="[^"]*")?' '\1 TITLE="NP - noun phrase (subject or object)"' -%!postproc(html): '(?i)(HREF="#Num")( TITLE="[^"]*")?' '\1 TITLE="Num - number determining element"' -%!postproc(html): '(?i)(HREF="#Numeral")( TITLE="[^"]*")?' '\1 TITLE="Numeral - cardinal or ordinal in words"' -%!postproc(html): '(?i)(HREF="#Ord")( TITLE="[^"]*")?' '\1 TITLE="Ord - ordinal number (used in Det)"' -%!postproc(html): '(?i)(HREF="#PConj")( TITLE="[^"]*")?' '\1 TITLE="PConj - phrase-beginning conjunction"' -%!postproc(html): '(?i)(HREF="#PN")( TITLE="[^"]*")?' '\1 TITLE="PN - proper name"' -%!postproc(html): '(?i)(HREF="#Phr")( TITLE="[^"]*")?' '\1 TITLE="Phr - phrase in a text"' -%!postproc(html): '(?i)(HREF="#Pol")( TITLE="[^"]*")?' '\1 TITLE="Pol - polarity"' -%!postproc(html): '(?i)(HREF="#Predet")( TITLE="[^"]*")?' '\1 TITLE="Predet - predeterminer (prefixed Quant)"' -%!postproc(html): '(?i)(HREF="#Prep")( TITLE="[^"]*")?' '\1 TITLE="Prep - preposition, or just case"' -%!postproc(html): '(?i)(HREF="#Pron")( TITLE="[^"]*")?' '\1 TITLE="Pron - personal pronoun"' -%!postproc(html): '(?i)(HREF="#QCl")( TITLE="[^"]*")?' '\1 TITLE="QCl - question clause, with all tenses"' -%!postproc(html): '(?i)(HREF="#QS")( TITLE="[^"]*")?' '\1 TITLE="QS - question"' -%!postproc(html): '(?i)(HREF="#Quant")( TITLE="[^"]*")?' '\1 TITLE="Quant - quantifier ('nucleus' of Det)"' -%!postproc(html): '(?i)(HREF="#RCl")( TITLE="[^"]*")?' '\1 TITLE="RCl - relative clause, with all tenses"' -%!postproc(html): '(?i)(HREF="#RP")( TITLE="[^"]*")?' '\1 TITLE="RP - relative pronoun"' -%!postproc(html): '(?i)(HREF="#RS")( TITLE="[^"]*")?' '\1 TITLE="RS - relative"' -%!postproc(html): '(?i)(HREF="#S")( TITLE="[^"]*")?' '\1 TITLE="S - declarative sentence"' -%!postproc(html): '(?i)(HREF="#SC")( TITLE="[^"]*")?' '\1 TITLE="SC - embedded sentence or question"' -%!postproc(html): '(?i)(HREF="#Subj")( TITLE="[^"]*")?' '\1 TITLE="Subj - subjunction"' -%!postproc(html): '(?i)(HREF="#Tense")( TITLE="[^"]*")?' '\1 TITLE="Tense - tense"' -%!postproc(html): '(?i)(HREF="#Text")( TITLE="[^"]*")?' '\1 TITLE="Text - text consisting of several phrases"' -%!postproc(html): '(?i)(HREF="#Utt")( TITLE="[^"]*")?' '\1 TITLE="Utt - sentence, question, word..."' -%!postproc(html): '(?i)(HREF="#V")( TITLE="[^"]*")?' '\1 TITLE="V - one-place verb"' -%!postproc(html): '(?i)(HREF="#V2")( TITLE="[^"]*")?' '\1 TITLE="V2 - two-place verb"' -%!postproc(html): '(?i)(HREF="#V2A")( TITLE="[^"]*")?' '\1 TITLE="V2A - verb with NP and AP complement"' -%!postproc(html): '(?i)(HREF="#V2Q")( TITLE="[^"]*")?' '\1 TITLE="V2Q - verb with NP and Q complement"' -%!postproc(html): '(?i)(HREF="#V2S")( TITLE="[^"]*")?' '\1 TITLE="V2S - verb with NP and S complement"' -%!postproc(html): '(?i)(HREF="#V2V")( TITLE="[^"]*")?' '\1 TITLE="V2V - verb with NP and V complement"' -%!postproc(html): '(?i)(HREF="#V3")( TITLE="[^"]*")?' '\1 TITLE="V3 - three-place verb"' -%!postproc(html): '(?i)(HREF="#VA")( TITLE="[^"]*")?' '\1 TITLE="VA - adjective-complement verb"' -%!postproc(html): '(?i)(HREF="#VP")( TITLE="[^"]*")?' '\1 TITLE="VP - verb phrase"' -%!postproc(html): '(?i)(HREF="#VPSlash")( TITLE="[^"]*")?' '\1 TITLE="VPSlash - verb phrase missing complement"' -%!postproc(html): '(?i)(HREF="#VQ")( TITLE="[^"]*")?' '\1 TITLE="VQ - question-complement verb"' -%!postproc(html): '(?i)(HREF="#VS")( TITLE="[^"]*")?' '\1 TITLE="VS - sentence-complement verb"' -%!postproc(html): '(?i)(HREF="#VV")( TITLE="[^"]*")?' '\1 TITLE="VV - verb-phrase-complement verb"' -%!postproc(html): '(?i)(HREF="#Voc")( TITLE="[^"]*")?' '\1 TITLE="Voc - vocative or "please""' -%!include: synopsis-intro.txt -=Categories= - - -Source 1: [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/abstract/Common.gf`` ../abstract/Common.gf] - - -Source 2: [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/abstract/Cat.gf`` ../abstract/Cat.gf] - - -==A hierarchic view== - -%!include: categories-intro.txt -==Explanations== - -|| Category | Explanation | Example || -| [A #A] | one-place adjective | //warm// | -| [A2 #A2] | two-place adjective | //divisible// | -| [AP #AP] | adjectival phrase | //very warm// | -| [AdA #AdA] | adjective-modifying adverb | //very// | -| [AdN #AdN] | numeral-modifying adverb | //more than// | -| [AdV #AdV] | adverb directly attached to verb | //always// | -| [Adv #Adv] | verb-phrase-modifying adverb | //in the house// | -| [Ant #Ant] | anteriority | simultaneous, anterior | -| [Art #Art] | article | //the// | -| [CAdv #CAdv] | comparative adverb | //more// | -| [CN #CN] | common noun (without determiner) | //red house// | -| [Card #Card] | cardinal number | //seven// | -| [Cl #Cl] | declarative clause, with all tenses | //she looks at this// | -| [Comp #Comp] | complement of copula, such as AP | //very warm// | -| [Conj #Conj] | conjunction | //and// | -| [Det #Det] | determiner phrase | //those seven// | -| [Digits #Digits] | cardinal or ordinal in digits | //1,000/1,000th// | -| [IAdv #IAdv] | interrogative adverb | //why// | -| [IComp #IComp] | interrogative complement of copula | //where// | -| [IDet #IDet] | interrogative determiner | //how many// | -| [IP #IP] | interrogative pronoun | //who// | -| [Imp #Imp] | imperative | //look at this// | -| [N #N] | common noun | //house// | -| [N2 #N2] | relational noun | //son// | -| [N3 #N3] | three-place relational noun | //connection// | -| [NP #NP] | noun phrase (subject or object) | //the red house// | -| [Num #Num] | number determining element | //seven// | -| [Numeral #Numeral] | cardinal or ordinal in words | //five/fifth// | -| [Ord #Ord] | ordinal number (used in Det) | //seventh// | -| [PConj #PConj] | phrase-beginning conjunction | //therefore// | -| [PN #PN] | proper name | //Paris// | -| [Phr #Phr] | phrase in a text | //but be quiet please// | -| [Pol #Pol] | polarity | positive, negative | -| [Predet #Predet] | predeterminer (prefixed Quant) | //all// | -| [Prep #Prep] | preposition, or just case | //in// | -| [Pron #Pron] | personal pronoun | //she// | -| [QCl #QCl] | question clause, with all tenses | //why does she walk// | -| [QS #QS] | question | //where did she live// | -| [Quant #Quant] | quantifier ('nucleus' of Det) | //this/these// | -| [RCl #RCl] | relative clause, with all tenses | //in which she lives// | -| [RP #RP] | relative pronoun | //in which// | -| [RS #RS] | relative | //in which she lived// | -| [S #S] | declarative sentence | //she lived here// | -| [SC #SC] | embedded sentence or question | //that it rains// | -| [Subj #Subj] | subjunction | //if// | -| [Tense #Tense] | tense | present, past, future | -| [Text #Text] | text consisting of several phrases | //He is here. Why?// | -| [Utt #Utt] | sentence, question, word... | //be quiet// | -| [V #V] | one-place verb | //sleep// | -| [V2 #V2] | two-place verb | //love// | -| [V2A #V2A] | verb with NP and AP complement | //paint// | -| [V2Q #V2Q] | verb with NP and Q complement | //ask// | -| [V2S #V2S] | verb with NP and S complement | //tell// | -| [V2V #V2V] | verb with NP and V complement | //cause// | -| [V3 #V3] | three-place verb | //show// | -| [VA #VA] | adjective-complement verb | //look// | -| [VP #VP] | verb phrase | //is very warm// | -| [VPSlash #VPSlash] | verb phrase missing complement | //give to John// | -| [VQ #VQ] | question-complement verb | //wonder// | -| [VS #VS] | sentence-complement verb | //claim// | -| [VV #VV] | verb-phrase-complement verb | //want// | -| [Voc #Voc] | vocative or "please" | //my darling// | - - -=Syntax Rules and Structural Words= - - -Source 1: [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/api/Constructors.gf`` ../api/Constructors.gf] - - -Source 2: [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/abstract/Structural.gf`` ../abstract/Structural.gf] - - -==A - one-place adjective==[A] -Lexical category, constructors given in -[lexical paradigms #RParadigms]. -==A2 - two-place adjective==[A2] -Lexical category, constructors given in -[lexical paradigms #RParadigms]. -==AP - adjectival phrase==[AP] -|| Function | Type | Example || -| ``mkAP`` | [A #A] ``->`` [AP #AP] | //old// | -| ``mkAP`` | [A #A] ``->`` [NP #NP] ``->`` [AP #AP] | //older than John// | -| ``mkAP`` | [A2 #A2] ``->`` [NP #NP] ``->`` [AP #AP] | //married to her// | -| ``mkAP`` | [A2 #A2] ``->`` [AP #AP] | //married to myself// | -| ``mkAP`` | [AP #AP] ``->`` [S #S] ``->`` [AP #AP] | //probable that John walks// | -| ``mkAP`` | [AP #AP] ``->`` [QS #QS] ``->`` [AP #AP] | //uncertain if John walks// | -| ``mkAP`` | [AP #AP] ``->`` [VP #VP] ``->`` [AP #AP] | //ready to go// | -| ``mkAP`` | [AdA #AdA] ``->`` [A #A] ``->`` [AP #AP] | //very old// | -| ``mkAP`` | [AdA #AdA] ``->`` [AP #AP] ``->`` [AP #AP] | //very very old// | -| ``mkAP`` | [Conj #Conj] ``->`` [AP #AP] ``->`` [AP #AP] ``->`` [AP #AP] | //old and big// | -| ``mkAP`` | [Conj #Conj] ``->`` [ListAP #ListAP] ``->`` [AP #AP] | //old, big, and warm// | -==AdA - adjective-modifying adverb==[AdA] -|| Function | Type | Example || -| ``almost_AdA`` | [AdA #AdA] | //almost// | -| ``quite_Adv`` | [AdA #AdA] | //quite// | -| ``so_AdA`` | [AdA #AdA] | //so// | -| ``too_AdA`` | [AdA #AdA] | //too// | -| ``very_AdA`` | [AdA #AdA] | //very// | -==AdN - numeral-modifying adverb==[AdN] -|| Function | Type | Example || -| ``almost_AdN`` | [AdN #AdN] | //almost// | -| ``mkAdN`` | [CAdv #CAdv] ``->`` [AdN #AdN] | //more than// | -==AdV - adverb directly attached to verb==[AdV] -|| Function | Type | Example || -| ``always_AdV`` | [AdV #AdV] | //always// | -==Adv - verb-phrase-modifying adverb==[Adv] -|| Function | Type | Example || -| ``everywhere_Adv`` | [Adv #Adv] | //everywhere// | -| ``here7from_Adv`` | [Adv #Adv] | //from here// | -| ``here7to_Adv`` | [Adv #Adv] | //to here// | -| ``here_Adv`` | [Adv #Adv] | //here// | -| ``mkAdv`` | [A #A] ``->`` [Adv #Adv] | //warmly// | -| ``mkAdv`` | [Prep #Prep] ``->`` [NP #NP] ``->`` [Adv #Adv] | //with John// | -| ``mkAdv`` | [Subj #Subj] ``->`` [S #S] ``->`` [Adv #Adv] | //when John walks// | -| ``mkAdv`` | [CAdv #CAdv] ``->`` [A #A] ``->`` [NP #NP] ``->`` [Adv #Adv] | //more warmly than John// | -| ``mkAdv`` | [CAdv #CAdv] ``->`` [A #A] ``->`` [S #S] ``->`` [Adv #Adv] | //more warmly than John walks// | -| ``mkAdv`` | [AdA #AdA] ``->`` [Adv #Adv] ``->`` [Adv #Adv] | //very warmly// | -| ``mkAdv`` | [Conj #Conj] ``->`` [Adv #Adv] ``->`` [Adv #Adv] ``->`` [Adv #Adv] | //here and now// | -| ``mkAdv`` | [Conj #Conj] ``->`` [ListAdv #ListAdv] ``->`` [Adv #Adv] | //with John, here and now// | -| ``somewhere_Adv`` | [Adv #Adv] | //somewhere// | -| ``there7from_Adv`` | [Adv #Adv] | //from there// | -| ``there7to_Adv`` | [Adv #Adv] | //to there// | -| ``there_Adv`` | [Adv #Adv] | //there// | -==Ant - anteriority==[Ant] -|| Function | Type | Example || -| ``anteriorAnt`` | [Ant #Ant] | //(John has walked) --# notpresent// | -| ``simultaneousAnt`` | [Ant #Ant] | //(John walks) [default]// | -==Art - article==[Art] -|| Function | Type | Example || -| ``a_Art`` | [Art #Art] | //a// | -| ``the_Art`` | [Art #Art] | //the// | -==CAdv - comparative adverb==[CAdv] -|| Function | Type | Example || -| ``less_CAdv`` | [CAdv #CAdv] | //less// | -| ``more_CAdv`` | [CAdv #CAdv] | //more// | -==CN - common noun (without determiner)==[CN] -|| Function | Type | Example || -| ``mkCN`` | [N #N] ``->`` [CN #CN] | //house// | -| ``mkCN`` | [N2 #N2] ``->`` [NP #NP] ``->`` [CN #CN] | //mother of John// | -| ``mkCN`` | [N3 #N3] ``->`` [NP #NP] ``->`` [NP #NP] ``->`` [CN #CN] | //distance from this city to Paris// | -| ``mkCN`` | [N2 #N2] ``->`` [CN #CN] | //son// | -| ``mkCN`` | [N3 #N3] ``->`` [CN #CN] | //flight// | -| ``mkCN`` | [A #A] ``->`` [N #N] ``->`` [CN #CN] | //big house// | -| ``mkCN`` | [A #A] ``->`` [CN #CN] ``->`` [CN #CN] | //big blue house// | -| ``mkCN`` | [AP #AP] ``->`` [N #N] ``->`` [CN #CN] | //very big house// | -| ``mkCN`` | [AP #AP] ``->`` [CN #CN] ``->`` [CN #CN] | //very big blue house// | -| ``mkCN`` | [N #N] ``->`` [RS #RS] ``->`` [CN #CN] | //house that John loves// | -| ``mkCN`` | [CN #CN] ``->`` [RS #RS] ``->`` [CN #CN] | //big house that John loves// | -| ``mkCN`` | [N #N] ``->`` [Adv #Adv] ``->`` [CN #CN] | //house in the city// | -| ``mkCN`` | [CN #CN] ``->`` [Adv #Adv] ``->`` [CN #CN] | //big house in the city// | -| ``mkCN`` | [CN #CN] ``->`` [S #S] ``->`` [CN #CN] | //rule that John walks// | -| ``mkCN`` | [CN #CN] ``->`` [QS #QS] ``->`` [CN #CN] | //question if John walks// | -| ``mkCN`` | [CN #CN] ``->`` [VP #VP] ``->`` [CN #CN] | //reason to walk// | -| ``mkCN`` | [N #N] ``->`` [NP #NP] ``->`` [CN #CN] | //king John// | -| ``mkCN`` | [CN #CN] ``->`` [NP #NP] ``->`` [CN #CN] | //old king John// | -==Card - cardinal number==[Card] -Lexical category, constructors given in -[lexical paradigms #RParadigms]. -==Cl - declarative clause, with all tenses==[Cl] -|| Function | Type | Example || -| ``genericCl`` | [VP #VP] ``->`` [Cl #Cl] | //one walks// | -| ``mkCl`` | [NP #NP] ``->`` [V #V] ``->`` [Cl #Cl] | //John walks// | -| ``mkCl`` | [NP #NP] ``->`` [V2 #V2] ``->`` [NP #NP] ``->`` [Cl #Cl] | //John loves her// | -| ``mkCl`` | [NP #NP] ``->`` [V3 #V3] ``->`` [NP #NP] ``->`` [NP #NP] ``->`` [Cl #Cl] | //John sends it to her// | -| ``mkCl`` | [NP #NP] ``->`` [VV #VV] ``->`` [VP #VP] ``->`` [Cl #Cl] | //John wants to walk// | -| ``mkCl`` | [NP #NP] ``->`` [VS #VS] ``->`` [S #S] ``->`` [Cl #Cl] | //John says that it is good// | -| ``mkCl`` | [NP #NP] ``->`` [VQ #VQ] ``->`` [QS #QS] ``->`` [Cl #Cl] | //John wonders if it is good// | -| ``mkCl`` | [NP #NP] ``->`` [VA #VA] ``->`` [AP #AP] ``->`` [Cl #Cl] | //John becomes old// | -| ``mkCl`` | [NP #NP] ``->`` [V2A #V2A] ``->`` [NP #NP] ``->`` [AP #AP] ``->`` [Cl #Cl] | //John paints it red// | -| ``mkCl`` | [NP #NP] ``->`` [V2S #V2S] ``->`` [NP #NP] ``->`` [S #S] ``->`` [Cl #Cl] | //John tells her that we are here// | -| ``mkCl`` | [NP #NP] ``->`` [V2Q #V2Q] ``->`` [NP #NP] ``->`` [QS #QS] ``->`` [Cl #Cl] | //John asks her who is here// | -| ``mkCl`` | [NP #NP] ``->`` [V2V #V2V] ``->`` [NP #NP] ``->`` [VP #VP] ``->`` [Cl #Cl] | //John forces us to sleep// | -| ``mkCl`` | [NP #NP] ``->`` [A #A] ``->`` [Cl #Cl] | //John is old// | -| ``mkCl`` | [NP #NP] ``->`` [A #A] ``->`` [NP #NP] ``->`` [Cl #Cl] | //John is older than her// | -| ``mkCl`` | [NP #NP] ``->`` [A2 #A2] ``->`` [NP #NP] ``->`` [Cl #Cl] | //John is married to her// | -| ``mkCl`` | [NP #NP] ``->`` [AP #AP] ``->`` [Cl #Cl] | //John is very old// | -| ``mkCl`` | [NP #NP] ``->`` [N #N] ``->`` [Cl #Cl] | //John is a man// | -| ``mkCl`` | [NP #NP] ``->`` [CN #CN] ``->`` [Cl #Cl] | //John is an old man// | -| ``mkCl`` | [NP #NP] ``->`` [NP #NP] ``->`` [Cl #Cl] | //John is the man// | -| ``mkCl`` | [NP #NP] ``->`` [Adv #Adv] ``->`` [Cl #Cl] | //John is here// | -| ``mkCl`` | [NP #NP] ``->`` [VP #VP] ``->`` [Cl #Cl] | //John walks here// | -| ``mkCl`` | [V #V] ``->`` [Cl #Cl] | //it rains// | -| ``mkCl`` | [VP #VP] ``->`` [Cl #Cl] | //it is raining// | -| ``mkCl`` | [N #N] ``->`` [Cl #Cl] | //there is a house// | -| ``mkCl`` | [CN #CN] ``->`` [Cl #Cl] | //there is an old houses// | -| ``mkCl`` | [NP #NP] ``->`` [Cl #Cl] | //there are five houses// | -| ``mkCl`` | [NP #NP] ``->`` [RS #RS] ``->`` [Cl #Cl] | //it is John that walks// | -| ``mkCl`` | [Adv #Adv] ``->`` [S #S] ``->`` [Cl #Cl] | //it is here John walks// | -==ClSlash==[ClSlash] -|| Function | Type | Example || -| ``mkClSlash`` | [NP #NP] ``->`` [V2 #V2] ``->`` [ClSlash #ClSlash] | //(whom) John loves// | -| ``mkClSlash`` | [NP #NP] ``->`` [VV #VV] ``->`` [V2 #V2] ``->`` [ClSlash #ClSlash] | //(whom) John wants to see// | -| ``mkClSlash`` | [Cl #Cl] ``->`` [Prep #Prep] ``->`` [ClSlash #ClSlash] | //(with whom) John walks// | -| ``mkClSlash`` | [ClSlash #ClSlash] ``->`` [Adv #Adv] ``->`` [ClSlash #ClSlash] | //(whom) John loves today// | -==Comp - complement of copula, such as AP==[Comp] -Lexical category, constructors given in -[lexical paradigms #RParadigms]. -==Conj - conjunction==[Conj] -|| Function | Type | Example || -| ``and_Conj`` | [Conj #Conj] | //and// | -| ``both7and_DConj`` | [Conj #Conj] | //both...and// | -| ``either7or_DConj`` | [Conj #Conj] | //either...or// | -| ``or_Conj`` | [Conj #Conj] | //or// | -==Det - determiner phrase==[Det] -|| Function | Type | Example || -| ``every_Det`` | [Det #Det] | //every// | -| ``few_Det`` | [Det #Det] | //few// | -| ``many_Det`` | [Det #Det] | //many// | -| ``mkDet`` | [Quant #Quant] ``->`` [Det #Det] | //this// | -| ``mkDet`` | [Quant #Quant] ``->`` ([Ord #Ord]) ``->`` [Det #Det] | //this first// | -| ``mkDet`` | [Quant #Quant] ``->`` [Num #Num] ``->`` [Det #Det] | //these// | -| ``mkDet`` | [Quant #Quant] ``->`` [Num #Num] ``->`` ([Ord #Ord]) ``->`` [Det #Det] | //these five best// | -| ``mkDet`` | [Quant #Quant] ``->`` [Det #Det] | //this// | -| ``mkDet`` | [Quant #Quant] ``->`` [Num #Num] ``->`` [Det #Det] | //these five// | -| ``mkDet`` | [Card #Card] ``->`` [Det #Det] | //almost twenty// | -| ``mkDet`` | [Numeral #Numeral] ``->`` [Det #Det] | //five// | -| ``mkDet`` | [Digits #Digits] ``->`` [Det #Det] | //51// | -| ``mkDet`` | [Pron #Pron] ``->`` [Det #Det] | //my (house)// | -| ``mkDet`` | [Pron #Pron] ``->`` [Num #Num] ``->`` [Det #Det] | //my (houses)// | -| ``much_Det`` | [Det #Det] | //much// | -| ``somePl_Det`` | [Det #Det] | //somePl// | -| ``someSg_Det`` | [Det #Det] | //someSg// | -==Dig==[Dig] -|| Function | Type | Example || -| ``n0_Dig`` | [Dig #Dig] | //0// | -| ``n1_Dig`` | [Dig #Dig] | //1// | -| ``n2_Dig`` | [Dig #Dig] | //2// | -| ``n3_Dig`` | [Dig #Dig] | //3// | -| ``n4_Dig`` | [Dig #Dig] | //4// | -| ``n5_Dig`` | [Dig #Dig] | //5// | -| ``n6_Dig`` | [Dig #Dig] | //6// | -| ``n7_Dig`` | [Dig #Dig] | //7// | -| ``n8_Dig`` | [Dig #Dig] | //8// | -| ``n9_Dig`` | [Dig #Dig] | //9// | -==Digits - cardinal or ordinal in digits==[Digits] -|| Function | Type | Example || -| ``mkDigits`` | [Dig #Dig] ``->`` [Digits #Digits] | //8// | -| ``mkDigits`` | [Dig #Dig] ``->`` [Digits #Digits] ``->`` [Digits #Digits] | //876// | -| ``n1000_Digits`` | [Digits #Digits] | //1,000// | -| ``n100_Digits`` | [Digits #Digits] | //100// | -| ``n10_Digits`` | [Digits #Digits] | //10// | -| ``n1_Digits`` | [Digits #Digits] | //1// | -| ``n20_Digits`` | [Digits #Digits] | //20// | -| ``n2_Digits`` | [Digits #Digits] | //2// | -| ``n3_Digits`` | [Digits #Digits] | //3// | -| ``n4_Digits`` | [Digits #Digits] | //4// | -| ``n5_Digits`` | [Digits #Digits] | //5// | -| ``n6_Digits`` | [Digits #Digits] | //6// | -| ``n7_Digits`` | [Digits #Digits] | //7// | -| ``n8_Digits`` | [Digits #Digits] | //8// | -| ``n9_Digits`` | [Digits #Digits] | //9// | -==IAdv - interrogative adverb==[IAdv] -|| Function | Type | Example || -| ``how_IAdv`` | [IAdv #IAdv] | //how// | -| ``mkIAdv`` | [Prep #Prep] ``->`` [IP #IP] ``->`` [IAdv #IAdv] | //in which city// | -| ``when_IAdv`` | [IAdv #IAdv] | //when// | -| ``where_IAdv`` | [IAdv #IAdv] | //where// | -| ``why_IAdv`` | [IAdv #IAdv] | //why// | -==IComp - interrogative complement of copula==[IComp] -Lexical category, constructors given in -[lexical paradigms #RParadigms]. -==IDet - interrogative determiner==[IDet] -|| Function | Type | Example || -| ``how8many_IDet`` | [IDet #IDet] | //how8many// | -==IP - interrogative pronoun==[IP] -|| Function | Type | Example || -| ``mkIP`` | [IQuant #IQuant] ``->`` [N #N] ``->`` [IP #IP] | //which city// | -| ``mkIP`` | [IQuant #IQuant] ``->`` ([Num #Num]) ``->`` [CN #CN] ``->`` [IP #IP] | //which five big cities// | -| ``mkIP`` | [IP #IP] ``->`` [Adv #Adv] ``->`` [IP #IP] | //who in Paris// | -| ``whatPl_IP`` | [IP #IP] | //what (plural)// | -| ``whatSg_IP`` | [IP #IP] | //what (singular)// | -| ``whoPl_IP`` | [IP #IP] | //who (plural)// | -| ``whoSg_IP`` | [IP #IP] | //who (singular)// | -==IQuant==[IQuant] -|| Function | Type | Example || -| ``which_IQuant`` | [IQuant #IQuant] | //which// | -==Imp - imperative==[Imp] -|| Function | Type | Example || -| ``mkImp`` | [V #V] ``->`` [Imp #Imp] | //go// | -| ``mkImp`` | [V2 #V2] ``->`` [NP #NP] ``->`` [Imp #Imp] | //take it// | -| ``mkImp`` | [VP #VP] ``->`` [Imp #Imp] | //go there now// | -==ImpForm==[ImpForm] -|| Function | Type | Example || -| ``pluralImpForm`` | [ImpForm #ImpForm] | //(help yourselves)// | -| ``politeImpForm`` | [ImpForm #ImpForm] | //(help yourself) (polite singular)// | -| ``singularImpForm`` | [ImpForm #ImpForm] | //(help yourself) [default]// | -==ListAP==[ListAP] -|| Function | Type | Example || -| ``mkListAP`` | [AP #AP] ``->`` [AP #AP] ``->`` [ListAP #ListAP] | //old, big// | -| ``mkListAP`` | [AP #AP] ``->`` [ListAP #ListAP] ``->`` [ListAP #ListAP] | //old, big, warm// | -==ListAdv==[ListAdv] -|| Function | Type | Example || -| ``mkListAdv`` | [Adv #Adv] ``->`` [Adv #Adv] ``->`` [ListAdv #ListAdv] | //here, now// | -| ``mkListAdv`` | [Adv #Adv] ``->`` [ListAdv #ListAdv] ``->`` [ListAdv #ListAdv] | //to me, here, now// | -==ListNP==[ListNP] -|| Function | Type | Example || -| ``mkListNP`` | [NP #NP] ``->`` [NP #NP] ``->`` [ListNP #ListNP] | //John, I// | -| ``mkListNP`` | [NP #NP] ``->`` [ListNP #ListNP] ``->`` [ListNP #ListNP] | //John, I, that// | -==ListS==[ListS] -|| Function | Type | Example || -| ``mkListS`` | [S #S] ``->`` [S #S] ``->`` [ListS #ListS] | //he walks, I run// | -| ``mkListS`` | [S #S] ``->`` [ListS #ListS] ``->`` [ListS #ListS] | //John walks, I run, you sleep// | -==N - common noun==[N] -Lexical category, constructors given in -[lexical paradigms #RParadigms]. -==N2 - relational noun==[N2] -Lexical category, constructors given in -[lexical paradigms #RParadigms]. -==N3 - three-place relational noun==[N3] -Lexical category, constructors given in -[lexical paradigms #RParadigms]. -==NP - noun phrase (subject or object)==[NP] -|| Function | Type | Example || -| ``everybody_NP`` | [NP #NP] | //everybody// | -| ``everything_NP`` | [NP #NP] | //everything// | -| ``mkNP`` | [Art #Art] [N #N] ``->`` [NP #NP] | //the man// | -| ``mkNP`` | [Art #Art] ``->`` ([Num #Num]) ``->`` [CN #CN] ``->`` [NP #NP] | //the five old men// | -| ``mkNP`` | [Quant #Quant] ``->`` [N #N] ``->`` [NP #NP] | //this men// | -| ``mkNP`` | [Quant #Quant] ``->`` ([Num #Num]) ``->`` [CN #CN] ``->`` [NP #NP] | //these five old men// | -| ``mkNP`` | [Det #Det] ``->`` [N #N] ``->`` [NP #NP] | //the first man// | -| ``mkNP`` | [Det #Det] ``->`` [CN #CN] ``->`` [NP #NP] | //the first old man// | -| ``mkNP`` | [Numeral #Numeral] ``->`` [N #N] ``->`` [NP #NP] | //twenty men// | -| ``mkNP`` | [Numeral #Numeral] ``->`` [CN #CN] ``->`` [NP #NP] | //twenty old men// | -| ``mkNP`` | [Digits #Digits] ``->`` [N #N] ``->`` [NP #NP] | //45 men// | -| ``mkNP`` | [Digits #Digits] ``->`` [CN #CN] ``->`` [NP #NP] | //45 old men// | -| ``mkNP`` | [Card #Card] ``->`` [N #N] ``->`` [NP #NP] | //almost twenty men// | -| ``mkNP`` | [Card #Card] ``->`` [CN #CN] ``->`` [NP #NP] | //almost twenty old men// | -| ``mkNP`` | [Pron #Pron] ``->`` [N #N] ``->`` [NP #NP] | //my man// | -| ``mkNP`` | [Pron #Pron] ``->`` [CN #CN] ``->`` [NP #NP] | //my old man// | -| ``mkNP`` | [PN #PN] ``->`` [NP #NP] | //John// | -| ``mkNP`` | [Pron #Pron] ``->`` [NP #NP] | //he// | -| ``mkNP`` | [Quant #Quant] ``->`` [NP #NP] | //this// | -| ``mkNP`` | [Det #Det] ``->`` [NP #NP] | //these five// | -| ``mkNP`` | [N #N] ``->`` [NP #NP] | //beer// | -| ``mkNP`` | [CN #CN] ``->`` [NP #NP] | //beer// | -| ``mkNP`` | [Predet #Predet] ``->`` [NP #NP] ``->`` [NP #NP] | //only John// | -| ``mkNP`` | [NP #NP] ``->`` [V2 #V2] ``->`` [NP #NP] | //John killed// | -| ``mkNP`` | [NP #NP] ``->`` [Adv #Adv] ``->`` [NP #NP] | //John in Paris// | -| ``mkNP`` | [Conj #Conj] ``->`` [NP #NP] ``->`` [NP #NP] ``->`` [NP #NP] | //John and I// | -| ``mkNP`` | [Conj #Conj] ``->`` [ListNP #ListNP] ``->`` [NP #NP] | //John, I, and that// | -| ``somebody_NP`` | [NP #NP] | //somebody// | -| ``something_NP`` | [NP #NP] | //something// | -==Num - number determining element==[Num] -|| Function | Type | Example || -| ``mkNum`` | [Numeral #Numeral] ``->`` [Num #Num] | //twenty// | -| ``mkNum`` | [Digits #Digits] ``->`` [Num #Num] | //51// | -| ``mkNum`` | [AdN #AdN] ``->`` [Num #Num] ``->`` [Num #Num] | //almost ten// | -| ``plNum`` | [Num #Num] | //plural// | -| ``sgNum`` | [Num #Num] | //singular// | -==Numeral - cardinal or ordinal in words==[Numeral] -|| Function | Type | Example || -| ``n1000_Numeral`` | [Numeral #Numeral] | //thousand// | -| ``n100_Numeral`` | [Numeral #Numeral] | //hundred// | -| ``n10_Numeral`` | [Numeral #Numeral] | //ten// | -| ``n1_Numeral`` | [Numeral #Numeral] | //one// | -| ``n20_Numeral`` | [Numeral #Numeral] | //twenty// | -| ``n2_Numeral`` | [Numeral #Numeral] | //two// | -| ``n3_Numeral`` | [Numeral #Numeral] | //three// | -| ``n4_Numeral`` | [Numeral #Numeral] | //four// | -| ``n5_Numeral`` | [Numeral #Numeral] | //five// | -| ``n6_Numeral`` | [Numeral #Numeral] | //six// | -| ``n7_Numeral`` | [Numeral #Numeral] | //seven// | -| ``n8_Numeral`` | [Numeral #Numeral] | //eight// | -| ``n9_Numeral`` | [Numeral #Numeral] | //nine// | -==Ord - ordinal number (used in Det)==[Ord] -|| Function | Type | Example || -| ``mkOrd`` | [Numeral #Numeral] ``->`` [Ord #Ord] | //twentieth// | -| ``mkOrd`` | [Digits #Digits] ``->`` [Ord #Ord] | //51st// | -| ``mkOrd`` | [A #A] ``->`` [Ord #Ord] | //best// | -==PConj - phrase-beginning conjunction==[PConj] -|| Function | Type | Example || -| ``but_PConj`` | [PConj #PConj] | //but// | -| ``mkPConj`` | [Conj #Conj] ``->`` [PConj #PConj] | //and// | -| ``otherwise_PConj`` | [PConj #PConj] | //otherwise// | -| ``therefore_PConj`` | [PConj #PConj] | //therefore// | -==PN - proper name==[PN] -Lexical category, constructors given in -[lexical paradigms #RParadigms]. -==Phr - phrase in a text==[Phr] -|| Function | Type | Example || -| ``mkPhr`` | [Utt #Utt] ``->`` [Phr #Phr] | //why// | -| ``mkPhr`` | ([PConj #PConj]) ``->`` [Utt #Utt] ``->`` ([Voc #Voc]) ``->`` [Phr #Phr] | //but why John// | -| ``mkPhr`` | [S #S] ``->`` [Phr #Phr] | //John walked// | -| ``mkPhr`` | [Cl #Cl] ``->`` [Phr #Phr] | //John walks// | -| ``mkPhr`` | [QS #QS] ``->`` [Phr #Phr] | //did John walk// | -| ``mkPhr`` | [Imp #Imp] ``->`` [Phr #Phr] | //walk// | -==Pol - polarity==[Pol] -|| Function | Type | Example || -| ``negativePol`` | [Pol #Pol] | //(John doesn't walk)// | -| ``positivePol`` | [Pol #Pol] | //(John walks) [default]// | -==Predet - predeterminer (prefixed Quant)==[Predet] -|| Function | Type | Example || -| ``all_Predet`` | [Predet #Predet] | //all// | -| ``most_Predet`` | [Predet #Predet] | //most// | -| ``only_Predet`` | [Predet #Predet] | //only// | -==Prep - preposition, or just case==[Prep] -|| Function | Type | Example || -| ``above_Prep`` | [Prep #Prep] | //above// | -| ``after_Prep`` | [Prep #Prep] | //after// | -| ``before_Prep`` | [Prep #Prep] | //before// | -| ``behind_Prep`` | [Prep #Prep] | //behind// | -| ``between_Prep`` | [Prep #Prep] | //between// | -| ``by8agent_Prep`` | [Prep #Prep] | //by (agent)// | -| ``by8means_Prep`` | [Prep #Prep] | //by (means of)// | -| ``during_Prep`` | [Prep #Prep] | //during// | -| ``for_Prep`` | [Prep #Prep] | //for// | -| ``from_Prep`` | [Prep #Prep] | //from// | -| ``in8front_Prep`` | [Prep #Prep] | //in front of// | -| ``in_Prep`` | [Prep #Prep] | //in// | -| ``on_Prep`` | [Prep #Prep] | //on// | -| ``part_Prep`` | [Prep #Prep] | //part// | -| ``possess_Prep`` | [Prep #Prep] | //of (possessive)// | -| ``through_Prep`` | [Prep #Prep] | //through// | -| ``to_Prep`` | [Prep #Prep] | //to// | -| ``under_Prep`` | [Prep #Prep] | //under// | -| ``with_Prep`` | [Prep #Prep] | //with// | -| ``without_Prep`` | [Prep #Prep] | //without// | -==Pron - personal pronoun==[Pron] -|| Function | Type | Example || -| ``he_Pron`` | [Pron #Pron] | //he// | -| ``i_Pron`` | [Pron #Pron] | //i// | -| ``it_Pron`` | [Pron #Pron] | //it// | -| ``she_Pron`` | [Pron #Pron] | //she// | -| ``they_Pron`` | [Pron #Pron] | //they// | -| ``we_Pron`` | [Pron #Pron] | //we// | -| ``youPl_Pron`` | [Pron #Pron] | //you (plural)// | -| ``youPol_Pron`` | [Pron #Pron] | //you (polite)// | -| ``youSg_Pron`` | [Pron #Pron] | //you (singular)// | -==Punct==[Punct] -|| Function | Type | Example || -| ``exclMarkPunct`` | [Punct #Punct] | //!// | -| ``fullStopPunct`` | [Punct #Punct] | //.// | -| ``questMarkPunct`` | [Punct #Punct] | //?// | -==QCl - question clause, with all tenses==[QCl] -|| Function | Type | Example || -| ``mkQCl`` | [Cl #Cl] ``->`` [QCl #QCl] | //does John walk// | -| ``mkQCl`` | [IP #IP] ``->`` [VP #VP] ``->`` [QCl #QCl] | //who walks// | -| ``mkQCl`` | [IP #IP] ``->`` [NP #NP] ``->`` [V2 #V2] ``->`` [QCl #QCl] | //whom does John love// | -| ``mkQCl`` | [IP #IP] ``->`` [ClSlash #ClSlash] ``->`` [QCl #QCl] | //whom does John love today// | -| ``mkQCl`` | [IAdv #IAdv] ``->`` [Cl #Cl] ``->`` [QCl #QCl] | //why does John walk// | -| ``mkQCl`` | [Prep #Prep] ``->`` [IP #IP] ``->`` [Cl #Cl] ``->`` [QCl #QCl] | //with who does John walk// | -| ``mkQCl`` | [IAdv #IAdv] ``->`` [NP #NP] ``->`` [QCl #QCl] | //where is John// | -| ``mkQCl`` | [IP #IP] ``->`` [QCl #QCl] | //what is there// | -==QS - question==[QS] -|| Function | Type | Example || -| ``mkQS`` | [QCl #QCl] ``->`` [QS #QS] | //who walks// | -| ``mkQS`` | ([Tense #Tense]) ``->`` ([Ant #Ant]) ``->`` ([Pol #Pol]) ``->`` [QCl #QCl] ``->`` [QS #QS] | //who wouldn't have walked// | -| ``mkQS`` | [Cl #Cl] ``->`` [QS #QS] | //does John walk// | -==Quant - quantifier ('nucleus' of Det)==[Quant] -|| Function | Type | Example || -| ``that_Quant`` | [Quant #Quant] | //that// | -| ``this_Quant`` | [Quant #Quant] | //this// | -==RCl - relative clause, with all tenses==[RCl] -|| Function | Type | Example || -| ``mkRCl`` | [RP #RP] ``->`` [VP #VP] ``->`` [RCl #RCl] | //that walk// | -| ``mkRCl`` | [RP #RP] ``->`` [NP #NP] ``->`` [V2 #V2] ``->`` [RCl #RCl] | //which John loves// | -| ``mkRCl`` | [RP #RP] ``->`` [ClSlash #ClSlash] ``->`` [RCl #RCl] | //which John loves today// | -| ``mkRCl`` | [Cl #Cl] ``->`` [RCl #RCl] | //such that John loves her// | -==RP - relative pronoun==[RP] -|| Function | Type | Example || -| ``mkRP`` | [Prep #Prep] ``->`` [NP #NP] ``->`` [RP #RP] ``->`` [RP #RP] | //all the houses in which// | -| ``which_RP`` | [RP #RP] | //which// | -==RS - relative==[RS] -|| Function | Type | Example || -| ``mkRS`` | [RCl #RCl] ``->`` [RS #RS] | //that walk// | -| ``mkRS`` | ([Tense #Tense]) ``->`` ([Ant #Ant]) ``->`` ([Pol #Pol]) ``->`` [RCl #RCl] ``->`` [RS #RS] | //that wouldn't have walked// | -==S - declarative sentence==[S] -|| Function | Type | Example || -| ``mkS`` | [Cl #Cl] ``->`` [S #S] | //John walks// | -| ``mkS`` | ([Tense #Tense]) ``->`` ([Ant #Ant]) ``->`` ([Pol #Pol]) ``->`` [Cl #Cl] ``->`` [S #S] | //John wouldn't have walked// | -| ``mkS`` | [Conj #Conj] ``->`` [S #S] ``->`` [S #S] ``->`` [S #S] | //John walks and I run// | -| ``mkS`` | [Conj #Conj] ``->`` [ListS #ListS] ``->`` [S #S] | //John walks, I run and you sleep// | -| ``mkS`` | [Adv #Adv] ``->`` [S #S] ``->`` [S #S] | //today, John walks// | -==SC - embedded sentence or question==[SC] -Lexical category, constructors given in -[lexical paradigms #RParadigms]. -==Subj - subjunction==[Subj] -|| Function | Type | Example || -| ``although_Subj`` | [Subj #Subj] | //although// | -| ``because_Subj`` | [Subj #Subj] | //because// | -| ``if_Subj`` | [Subj #Subj] | //if// | -| ``when_Subj`` | [Subj #Subj] | //when// | -==Tense - tense==[Tense] -|| Function | Type | Example || -| ``conditionalTense`` | [Tense #Tense] | //(John would walk) --# notpresent// | -| ``futureTense`` | [Tense #Tense] | //(John will walk) --# notpresent// | -| ``pastTense`` | [Tense #Tense] | //(John walked) --# notpresent// | -| ``presentTense`` | [Tense #Tense] | //(John walks) [default]// | -==Text - text consisting of several phrases==[Text] -|| Function | Type | Example || -| ``emptyText`` | [Text #Text] | //(empty text)// | -| ``mkText`` | [Phr #Phr] ``->`` [Text #Text] | //But John walks.// | -| ``mkText`` | [Phr #Phr] ``->`` ([Punct #Punct]) ``->`` ([Text #Text]) ``->`` [Text #Text] | //John walks? Yes.// | -| ``mkText`` | [Utt #Utt] ``->`` [Text #Text] | //John.// | -| ``mkText`` | [S #S] ``->`` [Text #Text] | //John walked.// | -| ``mkText`` | [Cl #Cl] ``->`` [Text #Text] | //John walks.// | -| ``mkText`` | [QS #QS] ``->`` [Text #Text] | //Did John walk?// | -| ``mkText`` | [Imp #Imp] ``->`` [Text #Text] | //Walk!// | -| ``mkText`` | [Text #Text] ``->`` [Text #Text] ``->`` [Text #Text] | //Where? When? Here. Now!// | -==Utt - sentence, question, word...==[Utt] -|| Function | Type | Example || -| ``lets_Utt`` | [VP #VP] ``->`` [Utt #Utt] | //let's walk// | -| ``mkUtt`` | [S #S] ``->`` [Utt #Utt] | //John walked// | -| ``mkUtt`` | [Cl #Cl] ``->`` [Utt #Utt] | //John walks// | -| ``mkUtt`` | [QS #QS] ``->`` [Utt #Utt] | //did John walk// | -| ``mkUtt`` | [Imp #Imp] ``->`` [Utt #Utt] | //love yourself// | -| ``mkUtt`` | ([ImpForm #ImpForm]) ``->`` ([Pol #Pol]) ``->`` [Imp #Imp] ``->`` [Utt #Utt] | //don't love yourselves// | -| ``mkUtt`` | [IP #IP] ``->`` [Utt #Utt] | //who// | -| ``mkUtt`` | [IAdv #IAdv] ``->`` [Utt #Utt] | //why// | -| ``mkUtt`` | [NP #NP] ``->`` [Utt #Utt] | //John// | -| ``mkUtt`` | [Adv #Adv] ``->`` [Utt #Utt] | //here// | -| ``mkUtt`` | [VP #VP] ``->`` [Utt #Utt] | //to walk// | -| ``no_Utt`` | [Utt #Utt] | //no// | -| ``yes_Utt`` | [Utt #Utt] | //yes// | -==V - one-place verb==[V] -Lexical category, constructors given in -[lexical paradigms #RParadigms]. -==V2 - two-place verb==[V2] -Lexical category, constructors given in -[lexical paradigms #RParadigms]. -==V2A - verb with NP and AP complement==[V2A] -Lexical category, constructors given in -[lexical paradigms #RParadigms]. -==V2Q - verb with NP and Q complement==[V2Q] -Lexical category, constructors given in -[lexical paradigms #RParadigms]. -==V2S - verb with NP and S complement==[V2S] -Lexical category, constructors given in -[lexical paradigms #RParadigms]. -==V2V - verb with NP and V complement==[V2V] -Lexical category, constructors given in -[lexical paradigms #RParadigms]. -==V3 - three-place verb==[V3] -Lexical category, constructors given in -[lexical paradigms #RParadigms]. -==VA - adjective-complement verb==[VA] -Lexical category, constructors given in -[lexical paradigms #RParadigms]. -==VP - verb phrase==[VP] -|| Function | Type | Example || -| ``mkVP`` | [V #V] ``->`` [VP #VP] | //walk// | -| ``mkVP`` | [V2 #V2] ``->`` [NP #NP] ``->`` [VP #VP] | //love her// | -| ``mkVP`` | [V3 #V3] ``->`` [NP #NP] ``->`` [NP #NP] ``->`` [VP #VP] | //send it to her// | -| ``mkVP`` | [VV #VV] ``->`` [VP #VP] ``->`` [VP #VP] | //want to walk// | -| ``mkVP`` | [VS #VS] ``->`` [S #S] ``->`` [VP #VP] | //know that she walks// | -| ``mkVP`` | [VQ #VQ] ``->`` [QS #QS] ``->`` [VP #VP] | //ask if she walks// | -| ``mkVP`` | [VA #VA] ``->`` [AP #AP] ``->`` [VP #VP] | //become old// | -| ``mkVP`` | [V2A #V2A] ``->`` [NP #NP] ``->`` [AP #AP] ``->`` [VP #VP] | //paint it red// | -| ``mkVP`` | [A #A] ``->`` [VP #VP] | //be warm// | -| ``mkVP`` | [AP #AP] ``->`` [VP #VP] | //be very warm// | -| ``mkVP`` | [A #A] ``->`` [NP #NP] ``->`` [VP #VP] | //be older than her// | -| ``mkVP`` | [A2 #A2] ``->`` [NP #NP] ``->`` [VP #VP] | //be married to her// | -| ``mkVP`` | [N #N] ``->`` [VP #VP] | //be a man// | -| ``mkVP`` | [CN #CN] ``->`` [VP #VP] | //be an old man// | -| ``mkVP`` | [NP #NP] ``->`` [VP #VP] | //be the man// | -| ``mkVP`` | [Adv #Adv] ``->`` [VP #VP] | //be here// | -| ``mkVP`` | [VP #VP] ``->`` [Adv #Adv] ``->`` [VP #VP] | //sleep here// | -| ``mkVP`` | [AdV #AdV] ``->`` [VP #VP] ``->`` [VP #VP] | //always sleep// | -| ``mkVP`` | [VPSlash #VPSlash] ``->`` [NP #NP] ``->`` [VP #VP] | //paint it black// | -| ``mkVP`` | [VPSlash #VPSlash] ``->`` [VP #VP] | //paint itself black// | -| ``passiveVP`` | [V2 #V2] ``->`` [VP #VP] | //be loved// | -| ``passiveVP`` | [V2 #V2] ``->`` [NP #NP] ``->`` [VP #VP] | //be loved by her// | -| ``progressiveVP`` | [VP #VP] ``->`` [VP #VP] | //be sleeping// | -| ``reflexiveVP`` | [V2 #V2] ``->`` [VP #VP] | //love itself// | -==VPSlash - verb phrase missing complement==[VPSlash] -|| Function | Type | Example || -| ``mkVPSlash`` | [V2 #V2] ``->`` [VPSlash #VPSlash] | //(whom) (John) loves// | -| ``mkVPSlash`` | [V3 #V3] ``->`` [NP #NP] ``->`` [VPSlash #VPSlash] | //(whom) (John) gives an apple// | -| ``mkVPSlash`` | [V2A #V2A] ``->`` [AP #AP] ``->`` [VPSlash #VPSlash] | //(whom) (John) paints red// | -| ``mkVPSlash`` | [V2Q #V2Q] ``->`` [QS #QS] ``->`` [VPSlash #VPSlash] | //(whom) (John) asks who sleeps// | -| ``mkVPSlash`` | [V2S #V2S] ``->`` [S #S] ``->`` [VPSlash #VPSlash] | //(whom) (John) tells that we sleep// | -| ``mkVPSlash`` | [V2V #V2V] ``->`` [VP #VP] ``->`` [VPSlash #VPSlash] | //(whom) (John) forces to sleep// | -==VQ - question-complement verb==[VQ] -Lexical category, constructors given in -[lexical paradigms #RParadigms]. -==VS - sentence-complement verb==[VS] -Lexical category, constructors given in -[lexical paradigms #RParadigms]. -==VV - verb-phrase-complement verb==[VV] -|| Function | Type | Example || -| ``can8know_VV`` | [VV #VV] | //can (capacity)// | -| ``can_VV`` | [VV #VV] | //can (possibility)// | -| ``must_VV`` | [VV #VV] | //must// | -| ``want_VV`` | [VV #VV] | //want// | -==Voc - vocative or "please"==[Voc] -|| Function | Type | Example || -| ``mkVoc`` | [NP #NP] ``->`` [Voc #Voc] | //John// | -| ``please_Voc`` | [Voc #Voc] | //please// | - - - - -=Lexical Paradigms= -==Paradigms for Bulgarian== -#LParadigms - - -source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/bulgarian/ParadigmsBul.gf`` ../bulgarian/ParadigmsBul.gf] - - - - -|| Function | Type || -| ``mkN001`` | ``Str`` ``->`` [N #N] | -| ``mkN002`` | ``Str`` ``->`` [N #N] | -| ``mkN002a`` | ``Str`` ``->`` [N #N] | -| ``mkN003`` | ``Str`` ``->`` [N #N] | -| ``mkN004`` | ``Str`` ``->`` [N #N] | -| ``mkN005`` | ``Str`` ``->`` [N #N] | -| ``mkN006`` | ``Str`` ``->`` [N #N] | -| ``mkN007`` | ``Str`` ``->`` [N #N] | -| ``mkN007b`` | ``Str`` ``->`` [N #N] | -| ``mkN007a`` | ``Str`` ``->`` [N #N] | -| ``mkN008`` | ``Str`` ``->`` [N #N] | -| ``mkN008a`` | ``Str`` ``->`` [N #N] | -| ``mkN009`` | ``Str`` ``->`` [N #N] | -| ``mkN009a`` | ``Str`` ``->`` [N #N] | -| ``mkN010`` | ``Str`` ``->`` [N #N] | -| ``mkN011`` | ``Str`` ``->`` [N #N] | -| ``mkN012`` | ``Str`` ``->`` [N #N] | -| ``mkN013`` | ``Str`` ``->`` [N #N] | -| ``mkN014`` | ``Str`` ``->`` [N #N] | -| ``mkN014a`` | ``Str`` ``->`` [N #N] | -| ``mkN015`` | ``Str`` ``->`` [N #N] | -| ``mkN016`` | ``Str`` ``->`` [N #N] | -| ``mkN017`` | ``Str`` ``->`` [N #N] | -| ``mkN018`` | ``Str`` ``->`` [N #N] | -| ``mkN018a`` | ``Str`` ``->`` [N #N] | -| ``mkN019`` | ``Str`` ``->`` [N #N] | -| ``mkN019a`` | ``Str`` ``->`` [N #N] | -| ``mkN020`` | ``Str`` ``->`` [N #N] | -| ``mkN021`` | ``Str`` ``->`` [N #N] | -| ``mkN022`` | ``Str`` ``->`` [N #N] | -| ``mkN023`` | ``Str`` ``->`` [N #N] | -| ``mkN024a`` | ``Str`` ``->`` [N #N] | -| ``mkN024`` | ``Str`` ``->`` [N #N] | -| ``mkN025`` | ``Str`` ``->`` [N #N] | -| ``mkN026`` | ``Str`` ``->`` [N #N] | -| ``mkN027`` | ``Str`` ``->`` [N #N] | -| ``mkN028`` | ``Str`` ``->`` [N #N] | -| ``mkN028a`` | ``Str`` ``->`` [N #N] | -| ``mkN029`` | ``Str`` ``->`` [N #N] | -| ``mkN030`` | ``Str`` ``->`` [N #N] | -| ``mkN031`` | ``Str`` ``->`` [N #N] | -| ``mkN031a`` | ``Str`` ``->`` [N #N] | -| ``mkN032`` | ``Str`` ``->`` [N #N] | -| ``mkN032a`` | ``Str`` ``->`` [N #N] | -| ``mkN033`` | ``Str`` ``->`` [N #N] | -| ``mkN034`` | ``Str`` ``->`` [N #N] | -| ``mkN035`` | ``Str`` ``->`` [N #N] | -| ``mkN035a`` | ``Str`` ``->`` [N #N] | -| ``mkN036`` | ``Str`` ``->`` [N #N] | -| ``mkN037`` | ``Str`` ``->`` [N #N] | -| ``mkN038`` | ``Str`` ``->`` [N #N] | -| ``mkN039`` | ``Str`` ``->`` [N #N] | -| ``mkN040`` | ``Str`` ``->`` [N #N] | -| ``mkN040a`` | ``Str`` ``->`` [N #N] | -| ``mkN041`` | ``Str`` ``->`` [N #N] | -| ``mkN041a`` | ``Str`` ``->`` [N #N] | -| ``mkN041b`` | ``Str`` ``->`` [N #N] | -| ``mkN042`` | ``Str`` ``->`` [N #N] | -| ``mkN043`` | ``Str`` ``->`` [N #N] | -| ``mkN043a`` | ``Str`` ``->`` [N #N] | -| ``mkN044`` | ``Str`` ``->`` [N #N] | -| ``mkN045`` | ``Str`` ``->`` [N #N] | -| ``mkN046`` | ``Str`` ``->`` [N #N] | -| ``mkN047`` | ``Str`` ``->`` [N #N] | -| ``mkN048`` | ``Str`` ``->`` [N #N] | -| ``mkN049`` | ``Str`` ``->`` [N #N] | -| ``mkN050`` | ``Str`` ``->`` [N #N] | -| ``mkN051`` | ``Str`` ``->`` [N #N] | -| ``mkN052`` | ``Str`` ``->`` [N #N] | -| ``mkN052a`` | ``Str`` ``->`` [N #N] | -| ``mkN053`` | ``Str`` ``->`` [N #N] | -| ``mkN054`` | ``Str`` ``->`` [N #N] | -| ``mkN055`` | ``Str`` ``->`` [N #N] | -| ``mkN056`` | ``Str`` ``->`` [N #N] | -| ``mkN057`` | ``Str`` ``->`` [N #N] | -| ``mkN057a`` | ``Str`` ``->`` [N #N] | -| ``mkN058`` | ``Str`` ``->`` [N #N] | -| ``mkN059`` | ``Str`` ``->`` [N #N] | -| ``mkN060`` | ``Str`` ``->`` [N #N] | -| ``mkN061`` | ``Str`` ``->`` [N #N] | -| ``mkN062`` | ``Str`` ``->`` [N #N] | -| ``mkN063`` | ``Str`` ``->`` [N #N] | -| ``mkN064`` | ``Str`` ``->`` [N #N] | -| ``mkN065`` | ``Str`` ``->`` [N #N] | -| ``mkN066`` | ``Str`` ``->`` [N #N] | -| ``mkN067`` | ``Str`` ``->`` [N #N] | -| ``mkN068`` | ``Str`` ``->`` [N #N] | -| ``mkN069`` | ``Str`` ``->`` [N #N] | -| ``mkN070`` | ``Str`` ``->`` [N #N] | -| ``mkN071`` | ``Str`` ``->`` [N #N] | -| ``mkN072`` | ``Str`` ``->`` [N #N] | -| ``mkN073`` | ``Str`` ``->`` [N #N] | -| ``mkN074`` | ``Str`` ``->`` [N #N] | -| ``mkN075`` | ``Str`` ``->`` [N #N] | -| ``mkA076`` | ``Str`` ``->`` [A #A] | -| ``mkA077`` | ``Str`` ``->`` [A #A] | -| ``mkA078`` | ``Str`` ``->`` [A #A] | -| ``mkA079`` | ``Str`` ``->`` [A #A] | -| ``mkA080`` | ``Str`` ``->`` [A #A] | -| ``mkA081`` | ``Str`` ``->`` [A #A] | -| ``mkA082`` | ``Str`` ``->`` [A #A] | -| ``mkA082a`` | ``Str`` ``->`` [A #A] | -| ``mkA083`` | ``Str`` ``->`` [A #A] | -| ``mkA084`` | ``Str`` ``->`` [A #A] | -| ``mkA084a`` | ``Str`` ``->`` [A #A] | -| ``mkA085`` | ``Str`` ``->`` [A #A] | -| ``mkA086`` | ``Str`` ``->`` [A #A] | -| ``mkA087`` | ``Str`` ``->`` [A #A] | -| ``mkA088`` | ``Str`` ``->`` [A #A] | -| ``mkA089`` | ``Str`` ``->`` [A #A] | -| ``mkA089a`` | ``Str`` ``->`` [A #A] | -| ``mkV142`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV143`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV144`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV145`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV145a`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV145b`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV146`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV146a`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV147`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV148`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV149`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV150`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV150a`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV151`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV152`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV152a`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV153`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV154`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV155`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV156`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV157`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV158`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV159`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV160`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV160a`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV161`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV161a`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV162`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV163`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV164`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV165`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV166`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV167`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV168`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV169`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV170`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV171`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV172`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV173`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV174`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV175`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV176`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV177`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV178`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV179`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV180`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV181`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV182`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV183`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV184`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV185`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV186`` | ``Str`` ``->`` [VTable #VTable] | -| ``mkV187`` | ``Str`` ``->`` [VTable #VTable] | -| ``adjAdv`` | [A #A] ``->`` ``Str`` ``->`` [A #A] ``=`` | - - -==Paradigms for Danish== -#LParadigms - - -source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/danish/ParadigmsDan.gf`` ../danish/ParadigmsDan.gf] - - - - -|| Function | Type || -| ``Gender`` | [Type #Type] | -| ``utrum`` | [Gender #Gender] | -| ``neutrum`` | [Gender #Gender] | -| ``Number`` | [Type #Type] | -| ``singular`` | [Number #Number] | -| ``plural`` | [Number #Number] | -| ``Case`` | [Type #Type] | -| ``nominative`` | [Case #Case] | -| ``genitive`` | [Case #Case] | -| ``mkPrep`` | ``Str`` ``->`` [Prep #Prep] | -| ``noPrep`` | [Prep #Prep] | -| ``mkN`` | ``(bil`` ``:`` ``Str)`` ``->`` [N #N] | -| ``mkN`` | ``(hus`` ``:`` ``Str)`` ``->`` [Gender #Gender] ``->`` [N #N] | -| ``mkN`` | ``(bil,bilen`` ``:`` ``Str)`` ``->`` [N #N] | -| ``mkN`` | ``(bil,bilen,biler`` ``:`` ``Str)`` ``->`` [N #N] | -| ``mkN`` | ``(dreng,drengen,drenge,drengene`` ``:`` ``Str)`` ``->`` [N #N] | -| ``mkN2`` | [N #N] ``->`` [Prep #Prep] ``->`` [N2 #N2] | -| ``regN2`` | ``Str`` ``->`` [Gender #Gender] ``->`` [N2 #N2] | -| ``mkN3`` | [N #N] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [N3 #N3] | -| ``mkPN`` | ``Str`` ``->`` [PN #PN] | -| ``mkPN`` | ``Str`` ``->`` [Gender #Gender] ``->`` [PN #PN] | -| ``mkPN`` | [N #N] ``->`` [PN #PN] | -| ``mkA`` | ``(fin`` ``:`` ``Str)`` ``->`` [A #A] | -| ``mkA`` | ``(fin,fint`` ``:`` ``Str)`` ``->`` [A #A] | -| ``mkA`` | ``(galen,galet,galne`` ``:`` ``Str)`` ``->`` [A #A] | -| ``mkA`` | ``(stor,stort,store,storre,storst`` ``:`` ``Str)`` ``->`` [A #A] | -| ``mkA`` | [A #A] ``->`` [A #A] | -| ``mkA2`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2 #A2] | -| ``mkAdv`` | ``Str`` ``->`` [Adv #Adv] | -| ``mkAdV`` | ``Str`` ``->`` [AdV #AdV] | -| ``mkAdA`` | ``Str`` ``->`` [AdA #AdA] | -| ``mkV`` | ``(snakke`` ``:`` ``Str)`` ``->`` [V #V] | -| ``mkV`` | ``(leve,levde`` ``:`` ``Str)`` ``->`` [V #V] | -| ``mkV`` | ``(drikke,`` ``drakk,`` ``drukket`` ``:`` ``Str)`` ``->`` [V #V] | -| ``mkV`` | ``(spise,spiser,spises,spiste,spist,spis`` ``:`` ``Str)`` ``->`` [V #V] | -| ``mkV`` | [V #V] ``->`` ``Str`` ``->`` [V #V] | -| ``vaereV`` | [V #V] ``->`` [V #V] | -| ``depV`` | [V #V] ``->`` [V #V] | -| ``reflV`` | [V #V] ``->`` [V #V] | -| ``mkV2`` | ``Str`` ``->`` [V2 #V2] | -| ``mkV2`` | [V #V] ``->`` [V2 #V2] | -| ``mkV2`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2 #V2] | -| ``mkV3`` | [V #V] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [V3 #V3] | -| ``dirV3`` | [V #V] ``->`` [Prep #Prep] ``->`` [V3 #V3] | -| ``dirdirV3`` | [V #V] ``->`` [V3 #V3] | -| ``mkV0`` | [V #V] ``->`` [V0 #V0] | -| ``mkVS`` | [V #V] ``->`` [VS #VS] | -| ``mkV2S`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2S #V2S] | -| ``mkVV`` | [V #V] ``->`` [VV #VV] | -| ``mkV2V`` | [V #V] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [V2V #V2V] | -| ``mkVA`` | [V #V] ``->`` [VA #VA] | -| ``mkV2A`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2A #V2A] | -| ``mkVQ`` | [V #V] ``->`` [VQ #VQ] | -| ``mkV2Q`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2Q #V2Q] | -| ``mkAS`` | [A #A] ``->`` [AS #AS] | -| ``mkA2S`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2S #A2S] | -| ``mkAV`` | [A #A] ``->`` [AV #AV] | -| ``mkA2V`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2V #A2V] | -| ``V0`` | [Type #Type] | - - -==Paradigms for English== -#LParadigms - - -source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/english/ParadigmsEng.gf`` ../english/ParadigmsEng.gf] - - - - -|| Function | Type || -| ``Gender`` | [Type #Type] | -| ``human`` | [Gender #Gender] | -| ``nonhuman`` | [Gender #Gender] | -| ``masculine`` | [Gender #Gender] | -| ``feminine`` | [Gender #Gender] | -| ``Number`` | [Type #Type] | -| ``singular`` | [Number #Number] | -| ``plural`` | [Number #Number] | -| ``Case`` | [Type #Type] | -| ``nominative`` | [Case #Case] | -| ``genitive`` | [Case #Case] | -| ``mkN`` | ``(flash`` ``:`` ``Str)`` ``->`` [N #N] | -| ``mkN`` | ``(man,men`` ``:`` ``Str)`` ``->`` [N #N] | -| ``mkN`` | ``(man,men,man's,men's`` ``:`` ``Str)`` ``->`` [N #N] | -| ``mkN`` | [Gender #Gender] ``->`` [N #N] ``->`` [N #N] | -| ``mkN`` | ``Str`` ``->`` [N #N] ``->`` [N #N] | -| ``mkN2`` | [N #N] ``->`` [Prep #Prep] ``->`` [N2 #N2] | -| ``regN2`` | ``Str`` ``->`` [N2 #N2] | -| ``mkN3`` | [N #N] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [N3 #N3] | -| ``mkPN`` | ``Str`` ``->`` [PN #PN] | -| ``mkPN`` | [N #N] ``->`` [PN #PN] | -| ``mkA`` | ``(happy`` ``:`` ``Str)`` ``->`` [A #A] | -| ``mkA`` | ``(fat,fatter`` ``:`` ``Str)`` ``->`` [A #A] | -| ``mkA`` | ``(good,better,best,well`` ``:`` ``Str)`` ``->`` [A #A] | -| ``compoundA`` | [A #A] ``->`` [A #A] | -| ``mkA2`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2 #A2] | -| ``mkAdv`` | ``Str`` ``->`` [Adv #Adv] | -| ``mkAdV`` | ``Str`` ``->`` [AdV #AdV] | -| ``mkAdA`` | ``Str`` ``->`` [AdA #AdA] | -| ``mkPrep`` | ``Str`` ``->`` [Prep #Prep] | -| ``noPrep`` | [Prep #Prep] | -| ``mkV`` | ``(cry`` ``:`` ``Str)`` ``->`` [V #V] | -| ``mkV`` | ``(stop,`` ``stopped`` ``:`` ``Str)`` ``->`` [V #V] | -| ``mkV`` | ``(drink,`` ``drank,`` ``drunk`` ``:`` ``Str)`` ``->`` [V #V] | -| ``mkV`` | ``(run,`` ``ran,`` ``run,`` ``running`` ``:`` ``Str)`` ``->`` [V #V] | -| ``mkV`` | ``(go,`` ``goes,`` ``went,`` ``gone,`` ``going`` ``:`` ``Str)`` ``->`` [V #V] | -| ``partV`` | [V #V] ``->`` ``Str`` ``->`` [V #V] | -| ``reflV`` | [V #V] ``->`` [V #V] | -| ``mkV2`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2 #V2] | -| ``mkV2`` | [V #V] ``->`` [V2 #V2] | -| ``mkV3`` | [V #V] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [V3 #V3] | -| ``dirV3`` | [V #V] ``->`` [Prep #Prep] ``->`` [V3 #V3] | -| ``dirdirV3`` | [V #V] ``->`` [V3 #V3] | -| ``mkV0`` | [V #V] ``->`` [V0 #V0] | -| ``mkVS`` | [V #V] ``->`` [VS #VS] | -| ``mkV2S`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2S #V2S] | -| ``mkVV`` | [V #V] ``->`` [VV #VV] | -| ``mkV2V`` | [V #V] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [V2V #V2V] | -| ``mkVA`` | [V #V] ``->`` [VA #VA] | -| ``mkV2A`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2A #V2A] | -| ``mkVQ`` | [V #V] ``->`` [VQ #VQ] | -| ``mkV2Q`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2Q #V2Q] | -| ``mkAS`` | [A #A] ``->`` [AS #AS] | -| ``mkA2S`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2S #A2S] | -| ``mkAV`` | [A #A] ``->`` [AV #AV] | -| ``mkA2V`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2V #A2V] | -| ``V0`` | [Type #Type] | - - -==Paradigms for Finnish== -#LParadigms - - -source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/finnish/ParadigmsFin.gf`` ../finnish/ParadigmsFin.gf] - - - - -|| Function | Type || -| ``Number`` | [Type #Type] | -| ``singular`` | [Number #Number] | -| ``plural`` | [Number #Number] | -| ``Case`` | [Type #Type] | -| ``nominative`` | [Case #Case] | -| ``genitive`` | [Case #Case] | -| ``partitive`` | [Case #Case] | -| ``translative`` | [Case #Case] | -| ``inessive`` | [Case #Case] | -| ``elative`` | [Case #Case] | -| ``illative`` | [Case #Case] | -| ``adessive`` | [Case #Case] | -| ``ablative`` | [Case #Case] | -| ``allative`` | [Case #Case] | -| ``prePrep`` | [Case #Case] ``->`` ``Str`` ``->`` [Prep #Prep] | -| ``postPrep`` | [Case #Case] ``->`` ``Str`` ``->`` [Prep #Prep] | -| ``postGenPrep`` | ``Str`` ``->`` [Prep #Prep] | -| ``casePrep`` | [Case #Case] ``->`` [Prep #Prep] | -| ``mkN`` | ``(talo`` ``:`` ``Str)`` ``->`` [N #N] | -| ``mkN`` | ``(savi,savia`` ``:`` ``Str)`` ``->`` [N #N] | -| ``mkN`` | ``(vesi,veden,vesi`` ``:`` ``Str)`` ``->`` [N #N] | -| ``mkN`` | ``(vesi,veden,vesi,vett`` ``:`` ``Str)`` ``->`` [N #N] | -| ``mkN`` | ``(olo,olon,olona,oloa,oloon,olojen,oloja,oloina,oloissa,oloihin`` ``:`` ``Str)`` ``->`` [N #N] | -| ``mkN`` | ``(pika`` ``:`` ``Str)`` ``->`` ``(juna`` ``:`` ``N)`` ``->`` [N #N] | -| ``mkN`` | ``(oma`` ``:`` ``N)`` ``->`` ``(tunto`` ``:`` ``N)`` ``->`` [N #N] | -| ``mkN2`` | [N #N] ``->`` [N2 #N2] | -| ``mkN2`` | [N #N] ``->`` [Prep #Prep] ``->`` [N2 #N2] | -| ``mkN3`` | [N #N] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [N3 #N3] | -| ``mkPN`` | ``Str`` ``->`` [PN #PN] | -| ``mkPN`` | [N #N] ``->`` [PN #PN] | -| ``mkA`` | ``Str`` ``->`` [A #A] | -| ``mkA`` | [N #N] ``->`` [A #A] | -| ``mkA`` | [N #N] ``->`` ``(kivempaa,kivinta`` ``:`` ``Str)`` ``->`` [A #A] | -| ``mkA`` | ``(hyva,parempi,paras`` ``:`` ``N)`` ``->`` ``(hyvin,paremmin,parhaiten`` ``:`` ``Str)`` ``->`` [A #A] | -| ``mkA2`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2 #A2] ``=`` ``\a,p`` ``->`` ``a`` ``**`` ``{c2`` ``=`` ``p`` ``lock_A2`` ``=`` ``<>};`` | -| ``mkV`` | ``(huutaa`` ``:`` ``Str)`` ``->`` [V #V] | -| ``mkV`` | ``(huutaa,huusi`` ``:`` ``Str)`` ``->`` [V #V] | -| ``mkV`` | ``(huutaa,huudan,huusi`` ``:`` ``Str)`` ``->`` [V #V] | -| ``mkV`` | ``(`` | -| ``huusin,huusi,huusisi,huutanut,huudettu,huutanee`` | ``Str)`` ``->`` [V #V] | -| ``caseV`` | [Case #Case] ``->`` [V #V] ``->`` [V #V] | -| ``vOlla`` | [V #V] | -| ``mkV2`` | ``Str`` ``->`` [V2 #V2] | -| ``mkV2`` | [V #V] ``->`` [V2 #V2] | -| ``mkV2`` | [V #V] ``->`` [Case #Case] ``->`` [V2 #V2] | -| ``mkV2`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2 #V2] | -| ``mkV3`` | [V #V] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [V3 #V3] | -| ``dirV3`` | [V #V] ``->`` [Case #Case] ``->`` [V3 #V3] | -| ``dirdirV3`` | [V #V] ``->`` [V3 #V3] | -| ``mkV0`` | [V #V] ``->`` [V0 #V0] | -| ``mkVS`` | [V #V] ``->`` [VS #VS] | -| ``mkV2S`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2S #V2S] | -| ``mkVV`` | [V #V] ``->`` [VV #VV] | -| ``mkVVf`` | [V #V] ``->`` [InfForm #InfForm] ``->`` [VV #VV] | -| ``mkV2V`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2V #V2V] | -| ``mkV2Vf`` | [V #V] ``->`` [Prep #Prep] ``->`` [InfForm #InfForm] ``->`` [V2V #V2V] | -| ``mkVA`` | [V #V] ``->`` [Prep #Prep] ``->`` [VA #VA] | -| ``mkV2A`` | [V #V] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [V2A #V2A] | -| ``mkVQ`` | [V #V] ``->`` [VQ #VQ] | -| ``mkV2Q`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2Q #V2Q] | -| ``mkAS`` | [A #A] ``->`` [AS #AS] | -| ``mkA2S`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2S #A2S] | -| ``mkAV`` | [A #A] ``->`` [AV #AV] | -| ``mkA2V`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2V #A2V] | -| ``V0`` | [Type #Type] | - - -==Paradigms for French== -#LParadigms - - -source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/french/ParadigmsFre.gf`` ../french/ParadigmsFre.gf] - - - - -|| Function | Type || -| ``Gender`` | [Type #Type] | -| ``masculine`` | [Gender #Gender] | -| ``feminine`` | [Gender #Gender] | -| ``Number`` | [Type #Type] | -| ``singular`` | [Number #Number] | -| ``plural`` | [Number #Number] | -| ``accusative`` | [Prep #Prep] | -| ``genitive`` | [Prep #Prep] | -| ``dative`` | [Prep #Prep] | -| ``mkPrep`` | ``Str`` ``->`` [Prep #Prep] | -| ``mkN`` | ``(cheval`` ``:`` ``Str)`` ``->`` [N #N] | -| ``mkN`` | ``(foie`` ``:`` ``Str)`` ``->`` [Gender #Gender] ``->`` [N #N] | -| ``mkN`` | ``(oeil,yeux`` ``:`` ``Str)`` ``->`` [Gender #Gender] ``->`` [N #N] | -| ``mkN`` | [N #N] ``->`` ``Str`` ``->`` [N #N] | -| ``mkN2`` | [N #N] ``->`` [Prep #Prep] ``->`` [N2 #N2] | -| ``deN2`` | [N #N] ``->`` [N2 #N2] | -| ``aN2`` | [N #N] ``->`` [N2 #N2] | -| ``mkN3`` | [N #N] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [N3 #N3] | -| ``mkPN`` | ``Str`` ``->`` [PN #PN] | -| ``mkPN`` | ``Str`` ``->`` [Gender #Gender] ``->`` [PN #PN] | -| ``mkA`` | ``(cher`` ``:`` ``Str)`` ``->`` [A #A] | -| ``mkA`` | ``(sec,seche`` ``:`` ``Str)`` ``->`` [A #A] | -| ``mkA`` | ``(banal,banale,banaux,banalement`` ``:`` ``Str)`` ``->`` [A #A] | -| ``mkA`` | [A #A] ``->`` [A #A] ``->`` [A #A] | -| ``prefixA`` | [A #A] ``->`` [A #A] | -| ``mkA2`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2 #A2] | -| ``mkAdv`` | ``Str`` ``->`` [Adv #Adv] | -| ``mkAdV`` | ``Str`` ``->`` [AdV #AdV] | -| ``mkAdA`` | ``Str`` ``->`` [AdA #AdA] | -| ``mkV`` | ``(finir`` ``:`` ``Str)`` ``->`` [V #V] | -| ``mkV`` | ``(jeter,jette,jettera`` ``:`` ``Str)`` ``->`` [V #V] | -| ``mkV`` | [V2 #V2] ``->`` [V #V] | -| ``etreV`` | [V #V] ``->`` [V #V] | -| ``reflV`` | [V #V] ``->`` [V #V] | -| ``mkV2`` | [V #V] ``->`` [V2 #V2] ``=`` ``dirV2`` | -| ``mkV2`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2 #V2] ``=`` ``mmkV2`` | -| ``mkV3`` | [V #V] ``->`` [V3 #V3] | -| ``mkV3`` | [V #V] ``->`` [Prep #Prep] ``->`` [V3 #V3] | -| ``mkV3`` | [V #V] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [V3 #V3] | -| ``mkV0`` | [V #V] ``->`` [V0 #V0] | -| ``mkVS`` | [V #V] ``->`` [VS #VS] | -| ``mkV2S`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2S #V2S] | -| ``mkVV`` | [V #V] ``->`` [VV #VV] | -| ``deVV`` | [V #V] ``->`` [VV #VV] | -| ``aVV`` | [V #V] ``->`` [VV #VV] | -| ``mkV2V`` | [V #V] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [V2V #V2V] | -| ``mkVA`` | [V #V] ``->`` [VA #VA] | -| ``mkV2A`` | [V #V] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [V2A #V2A] | -| ``mkVQ`` | [V #V] ``->`` [VQ #VQ] | -| ``mkV2Q`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2Q #V2Q] | -| ``mkAS`` | [A #A] ``->`` [AS #AS] | -| ``mkA2S`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2S #A2S] | -| ``mkAV`` | [A #A] ``->`` [Prep #Prep] ``->`` [AV #AV] | -| ``mkA2V`` | [A #A] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [A2V #A2V] | -| ``V0`` | [Type #Type] | - - -==Paradigms for German== -#LParadigms - - -source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/german/ParadigmsGer.gf`` ../german/ParadigmsGer.gf] - - - - -|| Function | Type || -| ``Gender`` | [Type #Type] | -| ``masculine`` | [Gender #Gender] | -| ``feminine`` | [Gender #Gender] | -| ``neuter`` | [Gender #Gender] | -| ``Case`` | [Type #Type] | -| ``nominative`` | [Case #Case] | -| ``accusative`` | [Case #Case] | -| ``dative`` | [Case #Case] | -| ``genitive`` | [Case #Case] | -| ``Number`` | [Type #Type] | -| ``singular`` | [Number #Number] | -| ``plural`` | [Number #Number] | -| ``mkN`` | ``(Stufe`` ``:`` ``Str)`` ``->`` [N #N] | -| ``mkN`` | ``(Bild,Bilder`` ``:`` ``Str)`` ``->`` [Gender #Gender] ``->`` [N #N] | -| ``mkN`` | ``(x1,_,_,_,_,x6`` ``:`` ``Str)`` ``->`` [Gender #Gender] ``->`` [N #N] | -| ``mkN2`` | ``Str`` ``->`` [N2 #N2] | -| ``mkN2`` | [N #N] ``->`` [N2 #N2] | -| ``mkN2`` | [N #N] ``->`` [Prep #Prep] ``->`` [N2 #N2] | -| ``mkN3`` | [N #N] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [N3 #N3] | -| ``mkPN`` | ``Str`` ``->`` [PN #PN] | -| ``mkPN`` | ``(nom,gen`` ``:`` ``Str)`` ``->`` [PN #PN] | -| ``mkPN`` | ``(nom,acc,dat,gen`` ``:`` ``Str)`` ``->`` [PN #PN] | -| ``mkA`` | ``Str`` ``->`` [A #A] | -| ``mkA`` | ``(gut,besser,beste`` ``:`` ``Str)`` ``->`` [A #A] | -| ``invarA`` | ``Str`` ``->`` [A #A] | -| ``mkA2`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2 #A2] | -| ``mkAdv`` | ``Str`` ``->`` [Adv #Adv] | -| ``mkPrep`` | ``Str`` ``->`` [Case #Case] ``->`` [Prep #Prep] | -| ``accPrep`` | [Prep #Prep] | -| ``datPrep`` | [Prep #Prep] | -| ``genPrep`` | [Prep #Prep] | -| ``von_Prep`` | [Prep #Prep] | -| ``zu_Prep`` | [Prep #Prep] | -| ``mkV`` | ``(fhren`` ``:`` ``Str)`` ``->`` [V #V] | -| ``mkV`` | ``(sehen,sieht,sah,she,gesehen`` ``:`` ``Str)`` ``->`` [V #V] | -| ``mkV`` | ``(geben,`` ``gibt,`` ``gib,`` ``gab,`` ``gbe,`` ``gegeben`` ``:`` ``Str)`` ``->`` [V #V] | -| ``mkV`` | ``Str`` ``->`` [V #V] ``->`` [V #V] | -| ``no_geV`` | [V #V] ``->`` [V #V] | -| ``seinV`` | [V #V] ``->`` [V #V] | -| ``habenV`` | [V #V] ``->`` [V #V] | -| ``reflV`` | [V #V] ``->`` [Case #Case] ``->`` [V #V] | -| ``mkV2`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2 #V2] | -| ``mkV2`` | [V #V] ``->`` [V2 #V2] | -| ``mkV2`` | [V #V] ``->`` [Case #Case] ``->`` [V2 #V2] | -| ``mkV3`` | [V #V] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [V3 #V3] | -| ``dirV3`` | [V #V] ``->`` [Prep #Prep] ``->`` [V3 #V3] | -| ``accdatV3`` | [V #V] ``->`` [V3 #V3] | -| ``mkV0`` | [V #V] ``->`` [V0 #V0] | -| ``mkVS`` | [V #V] ``->`` [VS #VS] | -| ``mkV2S`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2S #V2S] | -| ``mkVV`` | [V #V] ``->`` [VV #VV] | -| ``mkV2V`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2V #V2V] | -| ``mkVA`` | [V #V] ``->`` [VA #VA] | -| ``mkV2A`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2A #V2A] | -| ``mkVQ`` | [V #V] ``->`` [VQ #VQ] | -| ``mkV2Q`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2Q #V2Q] | -| ``mkAS`` | [A #A] ``->`` [AS #AS] | -| ``mkA2S`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2S #A2S] | -| ``mkAV`` | [A #A] ``->`` [AV #AV] | -| ``mkA2V`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2V #A2V] | -| ``V0`` | [Type #Type] | - - -==Paradigms for Italian== -#LParadigms - - -source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/italian/ParadigmsIta.gf`` ../italian/ParadigmsIta.gf] - - - - -|| Function | Type || -| ``Gender`` | [Type #Type] | -| ``masculine`` | [Gender #Gender] | -| ``feminine`` | [Gender #Gender] | -| ``Number`` | [Type #Type] | -| ``singular`` | [Number #Number] | -| ``plural`` | [Number #Number] | -| ``--Prep`` | [Type #Type] | -| ``accusative`` | [Prep #Prep] | -| ``genitive`` | [Prep #Prep] | -| ``dative`` | [Prep #Prep] | -| ``mkPrep`` | ``Str`` ``->`` [Prep #Prep] | -| ``mkN`` | ``(cane`` ``:`` ``Str)`` ``->`` [N #N] | -| ``mkN`` | ``(carne`` ``:`` ``Str)`` ``->`` [Gender #Gender] ``->`` [N #N] | -| ``mkN`` | ``(uomo,uomini`` ``:`` ``Str)`` ``->`` [Gender #Gender] ``->`` [N #N] | -| ``mkN`` | [N #N] ``->`` ``Str`` ``->`` [N #N] | -| ``mkN2`` | ``Str`` ``->`` [N2 #N2] | -| ``mkN2`` | [N #N] ``->`` [Prep #Prep] ``->`` [N2 #N2] | -| ``mkN3`` | [N #N] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [N3 #N3] | -| ``mkPN`` | ``Str`` ``->`` [PN #PN] | -| ``mkPN`` | ``Str`` ``->`` [Gender #Gender] ``->`` [PN #PN] | -| ``mkA`` | ``(bianco`` ``:`` ``Str)`` ``->`` [A #A] | -| ``mkA`` | ``(solo,sola,soli,sole,solamente`` ``:`` ``Str)`` ``->`` [A #A] | -| ``mkA`` | [A #A] ``->`` [A #A] ``->`` [A #A] | -| ``prefixA`` | [A #A] ``->`` [A #A] ``=`` ``prefA`` | -| ``mkA2`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2 #A2] | -| ``mkAdv`` | ``Str`` ``->`` [Adv #Adv] | -| ``mkAdV`` | ``Str`` ``->`` [AdV #AdV] | -| ``mkAdA`` | ``Str`` ``->`` [AdA #AdA] | -| ``mkV`` | ``Str`` ``->`` [V #V] | -| ``mkV`` | [Verbo #Verbo] ``->`` [V #V] | -| ``mkV`` | ``(udire,odo,ode,udiamo,udiro,udii,udisti,udi,udirono,odi,udito`` ``:`` ``Str)`` ``->`` [V #V] | -| ``essereV`` | [V #V] ``->`` [V #V] | -| ``reflV`` | [V #V] ``->`` [V #V] | -| ``mkV2`` | ``Str`` ``->`` [V2 #V2] | -| ``mkV2`` | [V #V] ``->`` [V2 #V2] | -| ``mkV2`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2 #V2] | -| ``v2V`` | [V2 #V2] ``->`` [V #V] | -| ``mkV3`` | [V #V] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [V3 #V3] | -| ``dirV3`` | [V #V] ``->`` [Prep #Prep] ``->`` [V3 #V3] | -| ``dirdirV3`` | [V #V] ``->`` [V3 #V3] | -| ``mkV0`` | [V #V] ``->`` [V0 #V0] | -| ``mkVS`` | [V #V] ``->`` [VS #VS] | -| ``mkV2S`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2S #V2S] | -| ``mkVV`` | [V #V] ``->`` [VV #VV] | -| ``deVV`` | [V #V] ``->`` [VV #VV] | -| ``aVV`` | [V #V] ``->`` [VV #VV] | -| ``mkV2V`` | [V #V] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [V2V #V2V] | -| ``mkVA`` | [V #V] ``->`` [VA #VA] | -| ``mkV2A`` | [V #V] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [V2A #V2A] | -| ``mkVQ`` | [V #V] ``->`` [VQ #VQ] | -| ``mkV2Q`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2Q #V2Q] | -| ``mkAS`` | [A #A] ``->`` [AS #AS] | -| ``mkA2S`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2S #A2S] | -| ``mkAV`` | [A #A] ``->`` [Prep #Prep] ``->`` [AV #AV] | -| ``mkA2V`` | [A #A] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [A2V #A2V] | -| ``V0`` | [Type #Type] | - - -==Paradigms for Norwegian== -#LParadigms - - -source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/norwegian/ParadigmsNor.gf`` ../norwegian/ParadigmsNor.gf] - - - - -|| Function | Type || -| ``Gender`` | [Type #Type] | -| ``masculine`` | [Gender #Gender] | -| ``feminine`` | [Gender #Gender] | -| ``neutrum`` | [Gender #Gender] | -| ``Number`` | [Type #Type] | -| ``singular`` | [Number #Number] | -| ``plural`` | [Number #Number] | -| ``Case`` | [Type #Type] | -| ``nominative`` | [Case #Case] | -| ``genitive`` | [Case #Case] | -| ``mkPrep`` | ``Str`` ``->`` [Prep #Prep] | -| ``noPrep`` | [Prep #Prep] | -| ``mkN`` | ``Str`` ``->`` [N #N] | -| ``mkN`` | ``Str`` ``->`` [Gender #Gender] ``->`` [N #N] | -| ``mkN`` | ``(bil,bilen`` ``:`` ``Str)`` ``->`` [N #N] | -| ``mkN`` | ``(dreng,drengen,drenger,drengene`` ``:`` ``Str)`` ``->`` [N #N] | -| ``mkN2`` | [N #N] ``->`` [Prep #Prep] ``->`` [N2 #N2] | -| ``regN2`` | ``Str`` ``->`` [Gender #Gender] ``->`` [N2 #N2] | -| ``mkN3`` | [N #N] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [N3 #N3] | -| ``mkPN`` | ``Str`` ``->`` [PN #PN] | -| ``mkPN`` | ``Str`` ``->`` [Gender #Gender] ``->`` [PN #PN] | -| ``mkPN`` | [N #N] ``->`` [PN #PN] | -| ``mkA`` | ``(fin`` ``:`` ``Str)`` ``->`` [A #A] | -| ``mkA`` | ``(fin,fint`` ``:`` ``Str)`` ``->`` [A #A] | -| ``mkA`` | ``(galen,galet,galne`` ``:`` ``Str)`` ``->`` [A #A] | -| ``mkA`` | ``(stor,stort,store,storre,storst`` ``:`` ``Str)`` ``->`` [A #A] | -| ``mkA`` | [A #A] ``->`` [A #A] | -| ``mkA2`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2 #A2] | -| ``mkAdv`` | ``Str`` ``->`` [Adv #Adv] | -| ``mkAdV`` | ``Str`` ``->`` [AdV #AdV] | -| ``mkAdA`` | ``Str`` ``->`` [AdA #AdA] | -| ``mkV`` | ``(snakke`` ``:`` ``Str)`` ``->`` [V #V] | -| ``mkV`` | ``(leve,levde`` ``:`` ``Str)`` ``->`` [V #V] | -| ``mkV`` | ``(drikke,`` ``drakk,`` ``drukket`` ``:`` ``Str)`` ``->`` [V #V] | -| ``mkV`` | ``(spise,spiser,spises,spiste,spist,spis`` ``:`` ``Str)`` ``->`` [V #V] | -| ``mkV`` | [V #V] ``->`` ``Str`` ``->`` [V #V] | -| ``vaereV`` | [V #V] ``->`` [V #V] | -| ``depV`` | [V #V] ``->`` [V #V] | -| ``reflV`` | [V #V] ``->`` [V #V] | -| ``mkV2`` | ``Str`` ``->`` [V2 #V2] | -| ``mkV2`` | [V #V] ``->`` [V2 #V2] | -| ``mkV2`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2 #V2] | -| ``mkV3`` | [V #V] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [V3 #V3] | -| ``dirV3`` | [V #V] ``->`` [Prep #Prep] ``->`` [V3 #V3] | -| ``dirdirV3`` | [V #V] ``->`` [V3 #V3] | -| ``mkV0`` | [V #V] ``->`` [V0 #V0] | -| ``mkVS`` | [V #V] ``->`` [VS #VS] | -| ``mkV2S`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2S #V2S] | -| ``mkVV`` | [V #V] ``->`` [VV #VV] | -| ``mkV2V`` | [V #V] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [V2V #V2V] | -| ``mkVA`` | [V #V] ``->`` [VA #VA] | -| ``mkV2A`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2A #V2A] | -| ``mkVQ`` | [V #V] ``->`` [VQ #VQ] | -| ``mkV2Q`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2Q #V2Q] | -| ``mkAS`` | [A #A] ``->`` [AS #AS] | -| ``mkA2S`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2S #A2S] | -| ``mkAV`` | [A #A] ``->`` [AV #AV] | -| ``mkA2V`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2V #A2V] | -| ``V0`` | [Type #Type] | - - -==Paradigms for Russian== -#LParadigms - - -source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/russian/ParadigmsRus.gf`` ../russian/ParadigmsRus.gf] - - - - -|| Function | Type || -| ``Gender`` | [Type #Type] | -| ``masculine`` | [Gender #Gender] | -| ``feminine`` | [Gender #Gender] | -| ``neuter`` | [Gender #Gender] | -| ``Case`` | [Type #Type] | -| ``nominative`` | [Case #Case] | -| ``genitive`` | [Case #Case] | -| ``dative`` | [Case #Case] | -| ``accusative`` | [Case #Case] | -| ``instructive`` | [Case #Case] | -| ``prepositional`` | [Case #Case] | -| ``Number`` | [Type #Type] | -| ``singular`` | [Number #Number] | -| ``plural`` | [Number #Number] | -| ``mkN`` | ``(karta`` ``:`` ``Str)`` ``->`` [N #N] | -| ``mkN`` | ``(tigr`` ``:`` ``Str)`` ``->`` [Animacy #Animacy] ``->`` [N #N] | -| ``mkN`` | ``(nomSg,`` ``genSg,`` ``datSg,`` ``accSg,`` ``instSg,`` ``preposSg,`` ``prepos2Sg,`` ``nomPl,`` ``genPl,`` ``datPl,`` ``accPl,`` ``instPl,`` ``preposPl`` ``:`` ``Str)`` ``->`` [Gender #Gender] ``->`` [Animacy #Animacy] ``->`` [N #N] | -| ``mkN2`` | [N #N] ``->`` [N2 #N2] | -| ``mkN2`` | [N #N] ``->`` [Prep #Prep] ``->`` [N2 #N2] | -| ``mkN3`` | [N #N] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [N3 #N3] | -| ``mkPN`` | ``Str`` ``->`` [Gender #Gender] ``->`` [Animacy #Animacy] ``->`` [PN #PN] | -| ``nounPN`` | [N #N] ``->`` [PN #PN] | -| ``mkA`` | ``(positive`` ``:`` ``Str)`` ``->`` [A #A] | -| ``mkA`` | ``(positive,`` ``comparative`` ``:`` ``Str)`` ``->`` [A #A] | -| ``mkA2`` | [A #A] ``->`` ``Str`` ``->`` [Case #Case] ``->`` [A2 #A2] | -| ``mkAdv`` | ``Str`` ``->`` [Adv #Adv] | -| ``mkV`` | [Aspect #Aspect] ``->`` ``(presentSgP1,presentSgP2,presentSgP3,`` | -| ``pastSgP1,imperative,infinitive`` | ``Str)`` ``->`` [V #V] | -| ``mkV2`` | [V #V] ``->`` ``Str`` ``->`` [Case #Case] ``->`` [V2 #V2] | -| ``mkV3`` | [V #V] ``->`` ``Str`` ``->`` ``Str`` ``->`` [Case #Case] ``->`` [Case #Case] ``->`` [V3 #V3] | -| ``dirV2`` | [V #V] ``->`` [V2 #V2] | -| ``tvDirDir`` | [V #V] ``->`` [V3 #V3] | - - -==Paradigms for Spanish== -#LParadigms - - -source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/spanish/ParadigmsSpa.gf`` ../spanish/ParadigmsSpa.gf] - - - - -|| Function | Type || -| ``Gender`` | [Type #Type] | -| ``masculine`` | [Gender #Gender] | -| ``feminine`` | [Gender #Gender] | -| ``Number`` | [Type #Type] | -| ``singular`` | [Number #Number] | -| ``plural`` | [Number #Number] | -| ``accusative`` | [Prep #Prep] | -| ``genitive`` | [Prep #Prep] | -| ``dative`` | [Prep #Prep] | -| ``mkPrep`` | ``Str`` ``->`` [Prep #Prep] | -| ``mkN`` | ``(luz`` ``:`` ``Str)`` ``->`` [N #N] | -| ``mkN`` | ``Str`` ``->`` [Gender #Gender] ``->`` [N #N] | -| ``mkN`` | ``(baston,bastones`` ``:`` ``Str)`` ``->`` [Gender #Gender] ``->`` [N #N] | -| ``compN`` | [N #N] ``->`` ``Str`` ``->`` [N #N] | -| ``mkN2`` | [N #N] ``->`` [Prep #Prep] ``->`` [N2 #N2] | -| ``deN2`` | [N #N] ``->`` [N2 #N2] | -| ``aN2`` | [N #N] ``->`` [N2 #N2] | -| ``mkN3`` | [N #N] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [N3 #N3] | -| ``mkPN`` | ``(Anna`` ``:`` ``Str)`` ``->`` [PN #PN] | -| ``mkPN`` | ``(Pilar`` ``:`` ``Str)`` ``->`` [Gender #Gender] ``->`` [PN #PN] | -| ``mkA`` | ``(util`` ``:`` ``Str)`` ``->`` [A #A] | -| ``mkA`` | ``(solo,sola,solos,solas,solamente`` ``:`` ``Str)`` ``->`` [A #A] | -| ``mkA`` | ``(bueno`` ``:`` ``A)`` ``->`` ``(mejor`` ``:`` ``A)`` ``->`` [A #A] | -| ``prefixA`` | [A #A] ``->`` [A #A] | -| ``mkA2`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2 #A2] | -| ``mkAdv`` | ``Str`` ``->`` [Adv #Adv] | -| ``mkAdV`` | ``Str`` ``->`` [AdV #AdV] | -| ``mkAdA`` | ``Str`` ``->`` [AdA #AdA] | -| ``mkV`` | ``(pagar`` ``:`` ``Str)`` ``->`` [V #V] | -| ``mkV`` | ``(mostrar,muestro`` ``:`` ``Str)`` ``->`` [V #V] | -| ``mkV`` | [Verbum #Verbum] ``->`` [V #V] | -| ``reflV`` | [V #V] ``->`` [V #V] | -| ``special_ppV`` | [V #V] ``->`` ``Str`` ``->`` [V #V] | -| ``mkV2`` | ``Str`` ``->`` [V2 #V2] | -| ``mkV2`` | [V #V] ``->`` [V2 #V2] | -| ``mkV2`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2 #V2] | -| ``v2V`` | [V2 #V2] ``->`` [V #V] | -| ``mkV3`` | [V #V] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [V3 #V3] | -| ``dirV3`` | [V #V] ``->`` [Prep #Prep] ``->`` [V3 #V3] | -| ``dirdirV3`` | [V #V] ``->`` [V3 #V3] | -| ``mkV0`` | [V #V] ``->`` [V0 #V0] | -| ``mkVS`` | [V #V] ``->`` [VS #VS] | -| ``mkV2S`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2S #V2S] | -| ``mkVV`` | [V #V] ``->`` [VV #VV] | -| ``deVV`` | [V #V] ``->`` [VV #VV] | -| ``aVV`` | [V #V] ``->`` [VV #VV] | -| ``mkV2V`` | [V #V] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [V2V #V2V] | -| ``mkVA`` | [V #V] ``->`` [VA #VA] | -| ``mkV2A`` | [V #V] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [V2A #V2A] | -| ``mkVQ`` | [V #V] ``->`` [VQ #VQ] | -| ``mkV2Q`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2Q #V2Q] | -| ``mkAS`` | [A #A] ``->`` [AS #AS] | -| ``mkA2S`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2S #A2S] | -| ``mkAV`` | [A #A] ``->`` [Prep #Prep] ``->`` [AV #AV] | -| ``mkA2V`` | [A #A] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [A2V #A2V] | -| ``V0`` | [Type #Type] | - - -==Paradigms for Swedish== -#LParadigms - - -source [``http://www.cs.chalmers.se/~aarne/GF/lib/resource/swedish/ParadigmsSwe.gf`` ../swedish/ParadigmsSwe.gf] - - - - -|| Function | Type || -| ``Gender`` | [Type #Type] | -| ``utrum`` | [Gender #Gender] | -| ``neutrum`` | [Gender #Gender] | -| ``Number`` | [Type #Type] | -| ``singular`` | [Number #Number] | -| ``plural`` | [Number #Number] | -| ``Case`` | [Type #Type] | -| ``nominative`` | [Case #Case] | -| ``genitive`` | [Case #Case] | -| ``mkPrep`` | ``Str`` ``->`` [Prep #Prep] | -| ``noPrep`` | [Prep #Prep] | -| ``mkN`` | ``(apa`` ``:`` ``Str)`` ``->`` [N #N] | -| ``mkN`` | ``(lik`` ``:`` ``Str)`` ``->`` [Gender #Gender] ``->`` [N #N] | -| ``mkN`` | ``(nyckel,nycklar`` ``:`` ``Str)`` ``->`` [N #N] | -| ``mkN`` | ``(museum,museet,museer,museerna`` ``:`` ``Str)`` ``->`` [N #N] | -| ``mkN2`` | ``Str`` ``->`` [N2 #N2] | -| ``mkN2`` | [N #N] ``->`` [Prep #Prep] ``->`` [N2 #N2] | -| ``mkN3`` | [N #N] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [N3 #N3] | -| ``mkPN`` | ``Str`` ``->`` [PN #PN] | -| ``mkPN`` | ``Str`` ``->`` [Gender #Gender] ``->`` [PN #PN] | -| ``mkPN`` | ``(jesus,jesu`` ``:`` ``Str)`` ``->`` [Gender #Gender] ``->`` [PN #PN] | -| ``mkA`` | ``(billig`` ``:`` ``Str)`` ``->`` [A #A] | -| ``mkA`` | ``(bred,brett`` ``:`` ``Str)`` ``->`` [A #A] | -| ``mkA`` | ``(tung,tyngre,tyngst`` ``:`` ``Str)`` ``->`` [A #A] | -| ``mkA`` | ``(god,gott,goda,battre,bast`` ``:`` ``Str)`` ``->`` [A #A] | -| ``mkA`` | ``(liten,litet,lilla,sma,mindre,minst,minsta`` ``:`` ``Str)`` ``->`` [A #A] | -| ``compoundA`` | [A #A] ``->`` [A #A] | -| ``mkA2`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2 #A2] | -| ``mkAdv`` | ``Str`` ``->`` [Adv #Adv] | -| ``mkAdV`` | ``Str`` ``->`` [AdV #AdV] | -| ``mkAdA`` | ``Str`` ``->`` [AdA #AdA] | -| ``mkV`` | ``(stmmer`` ``:`` ``Str)`` ``->`` [V #V] | -| ``mkV`` | ``(dricka,drack,druckit`` ``:`` ``Str)`` ``->`` [V #V] | -| ``mkV`` | ``(g,gr,g,gick,gtt,gngen`` ``:`` ``Str)`` ``->`` [V #V] | -| ``mkV`` | [V #V] ``->`` ``Str`` ``->`` [V #V] | -| ``depV`` | [V #V] ``->`` [V #V] | -| ``reflV`` | [V #V] ``->`` [V #V] | -| ``mkV2`` | ``Str`` ``->`` [V2 #V2] | -| ``mkV2`` | [V #V] ``->`` [V2 #V2] | -| ``mkV2`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2 #V2] | -| ``mkV3`` | ``Str`` ``->`` [V3 #V3] | -| ``mkV3`` | [V #V] ``->`` [V3 #V3] | -| ``mkV3`` | [V #V] ``->`` [Prep #Prep] ``->`` [V3 #V3] | -| ``mkV3`` | [V #V] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [V3 #V3] | -| ``mkV0`` | [V #V] ``->`` [V0 #V0] | -| ``mkVS`` | [V #V] ``->`` [VS #VS] | -| ``mkV2S`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2S #V2S] | -| ``mkVV`` | [V #V] ``->`` [VV #VV] | -| ``mkV2V`` | [V #V] ``->`` [Prep #Prep] ``->`` [Prep #Prep] ``->`` [V2V #V2V] | -| ``mkVA`` | [V #V] ``->`` [VA #VA] | -| ``mkV2A`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2A #V2A] | -| ``mkVQ`` | [V #V] ``->`` [VQ #VQ] | -| ``mkV2Q`` | [V #V] ``->`` [Prep #Prep] ``->`` [V2Q #V2Q] | -| ``mkAS`` | [A #A] ``->`` [AS #AS] | -| ``mkA2S`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2S #A2S] | -| ``mkAV`` | [A #A] ``->`` [AV #AV] | -| ``mkA2V`` | [A #A] ``->`` [Prep #Prep] ``->`` [A2V #A2V] | -| ``V0`` | [Type #Type] | - - - - -%!include: synopsis-browse.txt - - -=An Example of Usage= - - -%!include: synopsis-example.txt - diff --git a/old-lib/resource/english/AdjectiveEng.gf b/old-lib/resource/english/AdjectiveEng.gf deleted file mode 100644 index 19dd5dddc..000000000 --- a/old-lib/resource/english/AdjectiveEng.gf +++ /dev/null @@ -1,38 +0,0 @@ -concrete AdjectiveEng of Adjective = CatEng ** open ResEng, Prelude in { - - lin - - PositA a = { - s = \\_ => a.s ! AAdj Posit ; - isPre = True - } ; - ComparA a np = { - s = \\_ => a.s ! AAdj Compar ++ "than" ++ np.s ! Nom ; - isPre = False - } ; - --- $SuperlA$ belongs to determiner syntax in $Noun$. - - ComplA2 a np = { - s = \\_ => a.s ! AAdj Posit ++ a.c2 ++ np.s ! Acc ; - isPre = False - } ; - - ReflA2 a = { - s = \\ag => a.s ! AAdj Posit ++ a.c2 ++ reflPron ! ag ; - isPre = False - } ; - - SentAP ap sc = { - s = \\a => ap.s ! a ++ sc.s ; - isPre = False - } ; - - AdAP ada ap = { - s = \\a => ada.s ++ ap.s ! a ; - isPre = ap.isPre - } ; - - UseA2 a = a ; - -} diff --git a/old-lib/resource/english/AdverbEng.gf b/old-lib/resource/english/AdverbEng.gf deleted file mode 100644 index ec7d46321..000000000 --- a/old-lib/resource/english/AdverbEng.gf +++ /dev/null @@ -1,21 +0,0 @@ -concrete AdverbEng of Adverb = CatEng ** open ResEng, Prelude in { - - lin - PositAdvAdj a = {s = a.s ! AAdv} ; - ComparAdvAdj cadv a np = { - s = cadv.s ++ a.s ! AAdv ++ "than" ++ np.s ! Nom - } ; - ComparAdvAdjS cadv a s = { - s = cadv.s ++ a.s ! AAdv ++ "than" ++ s.s - } ; - - PrepNP prep np = {s = prep.s ++ np.s ! Acc} ; - - AdAdv = cc2 ; - - SubjS = cc2 ; ----b AdvSC s = s ; --- this rule give stack overflow in ordinary parsing - - AdnCAdv cadv = {s = cadv.s ++ "than"} ; - -} diff --git a/old-lib/resource/english/AllEng.gf b/old-lib/resource/english/AllEng.gf deleted file mode 100644 index 88b6e21f6..000000000 --- a/old-lib/resource/english/AllEng.gf +++ /dev/null @@ -1,9 +0,0 @@ ---# -path=.:../abstract:../common:prelude - -concrete AllEng of AllEngAbs = - LangEng, - IrregEng-[ - blow_V,burn_V,come_V,dig_V,fall_V,fly_V,freeze_V,go_V,lie_V,run_V, - sew_V,sing_V,sit_V,sleep_V,spit_V,stand_V,swell_V,swim_V,think_V], - ExtraEng - ** {} ; diff --git a/old-lib/resource/english/AllEngAbs.gf b/old-lib/resource/english/AllEngAbs.gf deleted file mode 100644 index 687d573a5..000000000 --- a/old-lib/resource/english/AllEngAbs.gf +++ /dev/null @@ -1,9 +0,0 @@ ---# -path=.:../abstract:../common:prelude - -abstract AllEngAbs = - Lang, - IrregEngAbs-[ - blow_V,burn_V,come_V,dig_V,fall_V,fly_V,freeze_V,go_V,lie_V,run_V, - sew_V,sing_V,sit_V,sleep_V,spit_V,stand_V,swell_V,swim_V,think_V], - ExtraEngAbs - ** {} ; diff --git a/old-lib/resource/english/BackwardEng.gf b/old-lib/resource/english/BackwardEng.gf deleted file mode 100644 index 630626f0b..000000000 --- a/old-lib/resource/english/BackwardEng.gf +++ /dev/null @@ -1,76 +0,0 @@ -concrete BackwardEng of Backward = CatEng ** open ResEng in { - - flags optimize=all_subs ; - - lin - --- A repository of obsolete constructs, needed for backward compatibility. --- They create spurious ambiguities if used in combination with Lang. - --- from Verb 19/4/2008 - - ComplV2 v np = insertObj (\\_ => v.c2 ++ np.s ! Acc) (predV v) ; - ComplV3 v np np2 = - insertObj (\\_ => v.c2 ++ np.s ! Acc ++ v.c3 ++ np2.s ! Acc) (predV v) ; - ComplV2V v np vp = - insertObj (\\a => infVP v.isAux vp a) - (insertObj (\\_ => v.c2 ++ np.s ! Acc) (predV v)) ; - ComplV2S v np s = - insertObj (\\_ => conjThat ++ s.s) - (insertObj (\\_ => v.c2 ++ np.s ! Acc) (predV v)) ; - ComplV2Q v np q = - insertObj (\\_ => q.s ! QIndir) - (insertObj (\\_ => v.c2 ++ np.s ! Acc) (predV v)) ; - ComplV2A v np ap = - insertObj (\\_ => v.c2 ++ np.s ! Acc ++ ap.s ! np.a) (predV v) ; - - ReflV2 v = insertObj (\\a => v.c2 ++ reflPron ! a) (predV v) ; - --- from Sentence 19/4/2008 - - SlashV2 np v2 = - mkClause (np.s ! Nom) np.a (predV v2) ** {c2 = v2.c2} ; - - SlashVVV2 np vv v2 = - mkClause (np.s ! Nom) np.a - (insertObj (\\a => infVP vv.isAux (predV v2) a) (predVV vv)) ** - {c2 = v2.c2} ; - --- from Noun 19/4/2008 - - NumInt n = {s = n.s ; n = Pl} ; - OrdInt n = {s = n.s ++ "th"} ; --- DEPRECATED - - DetSg quant ord = { - s = quant.s ! Sg ++ ord.s ; - n = Sg - } ; - - DetPl quant num ord = { - s = quant.s ! num.n ++ num.s ++ ord.s ; - n = num.n - } ; - - NoNum = {s = []; n = Pl } ; - - DefArt = {s = \\_ => artDef} ; - - IndefArt = { - s = table { - Sg => artIndef ; - Pl => [] - } - } ; - - MassDet = {s = \\_ => []} ; - - - --- from Structural 19/4/2008 - - that_NP = regNP "that" Sg ; - these_NP = regNP "these" Pl ; - this_NP = regNP "this" Sg ; - those_NP = regNP "those" Pl ; - -} diff --git a/old-lib/resource/english/CatEng.gf b/old-lib/resource/english/CatEng.gf deleted file mode 100644 index bbc367f6c..000000000 --- a/old-lib/resource/english/CatEng.gf +++ /dev/null @@ -1,89 +0,0 @@ -concrete CatEng of Cat = CommonX ** open ResEng, Prelude in { - - flags optimize=all_subs ; - - lincat - --- Tensed/Untensed - - S = {s : Str} ; - QS = {s : QForm => Str} ; - RS = {s : Agr => Str ; c : Case} ; -- c for it clefts - SSlash = {s : Str ; c2 : Str} ; - --- Sentence - - Cl = {s : ResEng.Tense => Anteriority => CPolarity => Order => Str} ; - ClSlash = { - s : ResEng.Tense => Anteriority => CPolarity => Order => Str ; - c2 : Str - } ; - Imp = {s : CPolarity => ImpForm => Str} ; - --- Question - - QCl = {s : ResEng.Tense => Anteriority => CPolarity => QForm => Str} ; - IP = {s : Case => Str ; n : Number} ; - IComp = {s : Str} ; - IDet = {s : Str ; n : Number} ; - IQuant = {s : Number => Str} ; - --- Relative - - RCl = { - s : ResEng.Tense => Anteriority => CPolarity => Agr => Str ; - c : Case - } ; - RP = {s : RCase => Str ; a : RAgr} ; - --- Verb - - VP = ResEng.VP ; - VPSlash = ResEng.VP ** {c2 : Str} ; - Comp = {s : Agr => Str} ; - --- Adjective - - AP = {s : Agr => Str ; isPre : Bool} ; - --- Noun - - CN = {s : Number => Case => Str ; g : Gender} ; - NP, Pron = {s : Case => Str ; a : Agr} ; - Det = {s : Str ; n : Number} ; - Predet, Ord = {s : Str} ; - Num = {s : Str; n : Number ; hasCard : Bool} ; - Card = {s : Str; n : Number} ; - Quant = {s : Number => Str} ; - Art = {s : Bool => Number => Str} ; - --- Numeral - - Numeral = {s : CardOrd => Str ; n : Number} ; - Digits = {s : CardOrd => Str ; n : Number ; tail : DTail} ; - --- Structural - - Conj = {s1,s2 : Str ; n : Number} ; ----b Conj = {s : Str ; n : Number} ; ----b DConj = {s1,s2 : Str ; n : Number} ; - Subj = {s : Str} ; - Prep = {s : Str} ; - --- Open lexical classes, e.g. Lexicon - - V, VS, VQ, VA = Verb ; -- = {s : VForm => Str} ; - V2, V2A, V2Q, V2S = Verb ** {c2 : Str} ; - V3 = Verb ** {c2, c3 : Str} ; - VV = {s : VVForm => Str ; isAux : Bool} ; - V2V = Verb ** {c2 : Str ; isAux : Bool} ; - - A = {s : AForm => Str} ; - A2 = {s : AForm => Str ; c2 : Str} ; - - N = {s : Number => Case => Str ; g : Gender} ; - N2 = {s : Number => Case => Str ; g : Gender} ** {c2 : Str} ; - N3 = {s : Number => Case => Str ; g : Gender} ** {c2,c3 : Str} ; - PN = {s : Case => Str ; g : Gender} ; - -} diff --git a/old-lib/resource/english/CompatibilityEng.gf b/old-lib/resource/english/CompatibilityEng.gf deleted file mode 100644 index 28ede2a17..000000000 --- a/old-lib/resource/english/CompatibilityEng.gf +++ /dev/null @@ -1,11 +0,0 @@ ---# -path=.:../abstract:../common - -concrete CompatibilityEng of Compatibility = CatEng ** open Prelude, ResEng in { - --- from Noun 19/4/2008 - -lin - NumInt n = {s = n.s ; n = Pl ; hasCard = True} ; - OrdInt n = {s = n.s ++ "th"} ; - -} diff --git a/old-lib/resource/english/ConjunctionEng.gf b/old-lib/resource/english/ConjunctionEng.gf deleted file mode 100644 index 269ae5f80..000000000 --- a/old-lib/resource/english/ConjunctionEng.gf +++ /dev/null @@ -1,60 +0,0 @@ -concrete ConjunctionEng of Conjunction = - CatEng ** open ResEng, Coordination, Prelude in { - - flags optimize=all_subs ; - - lin - - ConjS = conjunctDistrSS ; - - ConjAdv = conjunctDistrSS ; - - ConjNP conj ss = conjunctDistrTable Case conj ss ** { - a = conjAgr (agrP3 conj.n) ss.a - } ; - - ConjAP conj ss = conjunctDistrTable Agr conj ss ** { - isPre = ss.isPre - } ; - -{---b - - ConjS = conjunctSS ; - DConjS = conjunctDistrSS ; - - ConjAdv = conjunctSS ; - DConjAdv = conjunctDistrSS ; - - ConjNP conj ss = conjunctTable Case conj ss ** { - a = conjAgr (agrP3 conj.n) ss.a - } ; - DConjNP conj ss = conjunctDistrTable Case conj ss ** { - a = conjAgr (agrP3 conj.n) ss.a - } ; - - ConjAP conj ss = conjunctTable Agr conj ss ** { - isPre = ss.isPre - } ; - DConjAP conj ss = conjunctDistrTable Agr conj ss ** { - isPre = ss.isPre - } ; --} - --- These fun's are generated from the list cat's. - - BaseS = twoSS ; - ConsS = consrSS comma ; - BaseAdv = twoSS ; - ConsAdv = consrSS comma ; - BaseNP x y = twoTable Case x y ** {a = conjAgr x.a y.a} ; - ConsNP xs x = consrTable Case comma xs x ** {a = conjAgr xs.a x.a} ; - BaseAP x y = twoTable Agr x y ** {isPre = andB x.isPre y.isPre} ; - ConsAP xs x = consrTable Agr comma xs x ** {isPre = andB xs.isPre x.isPre} ; - - lincat - [S] = {s1,s2 : Str} ; - [Adv] = {s1,s2 : Str} ; - [NP] = {s1,s2 : Case => Str ; a : Agr} ; - [AP] = {s1,s2 : Agr => Str ; isPre : Bool} ; - -} diff --git a/old-lib/resource/english/ExtraEng.gf b/old-lib/resource/english/ExtraEng.gf deleted file mode 100644 index 7f6b3fde3..000000000 --- a/old-lib/resource/english/ExtraEng.gf +++ /dev/null @@ -1,53 +0,0 @@ -concrete ExtraEng of ExtraEngAbs = CatEng ** - open ResEng, Coordination, Prelude in { - - lin - GenNP np = {s = \\_ => np.s ! Gen} ; - ComplBareVS v s = insertObj (\\_ => s.s) (predV v) ; - - StrandRelSlash rp slash = { - s = \\t,a,p,ag => - rp.s ! RC (fromAgr ag).g Acc ++ slash.s ! t ! a ! p ! ODir ++ slash.c2 ; - c = Acc - } ; - EmptyRelSlash rp slash = { - s = \\t,a,p,_ => slash.s ! t ! a ! p ! ODir ++ slash.c2 ; - c = Acc - } ; - - StrandQuestSlash ip slash = - {s = \\t,a,b,q => - (mkQuestion (ss (ip.s ! Acc)) slash).s ! t ! a ! b ! q ++ slash.c2 - }; - - lincat - VPI = {s : VPIForm => Agr => Str} ; - [VPI] = {s1,s2 : VPIForm => Agr => Str} ; - - lin - BaseVPI = twoTable2 VPIForm Agr ; - ConsVPI = consrTable2 VPIForm Agr comma ; - - MkVPI vp = { - s = \\v,a => vp.ad ++ vp.inf ++ vp.s2 ! a - } ; - ConjVPI = conjunctDistrTable2 VPIForm Agr ; - ComplVPIVV vv vpi = - insertObj (\\a => (if_then_Str vv.isAux [] "to") ++ vpi.s ! VPIInf ! a) (predVV vv) ; - - UncNegCl t a cl = {s = t.s ++ a.s ++ cl.s ! t.t ! a.a ! neg ! ODir} ; - UncNegQCl t a cl = {s = \\q => t.s ++ a.s ++ cl.s ! t.t ! a.a ! neg !q} ; - UncNegRCl t a cl = { - s = \\r => t.s ++ a.s ++ cl.s ! t.t ! a.a ! neg ! r ; - c = cl.c - } ; - UncNegImpSg imp = {s = imp.s ! neg ! ImpF Sg False} ; - UncNegImpPl imp = {s = imp.s ! neg ! ImpF Pl False} ; - - CompoundCN a b = {s = \\n,c => a.s ! Sg ! Nom ++ b.s ! n ! c ; g = b.g} ; - - - oper - neg = CNeg False ; - -} diff --git a/old-lib/resource/english/ExtraEngAbs.gf b/old-lib/resource/english/ExtraEngAbs.gf deleted file mode 100644 index 9ee849627..000000000 --- a/old-lib/resource/english/ExtraEngAbs.gf +++ /dev/null @@ -1,16 +0,0 @@ -abstract ExtraEngAbs = Extra ** { - --- uncontracted negations; contracted are the default - fun - UncNegCl : Tense -> Ant -> Cl -> S ; - UncNegQCl : Tense -> Ant -> QCl -> QS ; - UncNegRCl : Tense -> Ant -> RCl -> RS ; - - UncNegImpSg : Imp -> Utt; -- do not help yourself - UncNegImpPl : Imp -> Utt; -- do not help yourselves - --- freely compounded nouns - - CompoundCN : CN -> CN -> CN ; -- rock album - -} diff --git a/old-lib/resource/english/GrammarEng.gf b/old-lib/resource/english/GrammarEng.gf deleted file mode 100644 index 932dd9821..000000000 --- a/old-lib/resource/english/GrammarEng.gf +++ /dev/null @@ -1,21 +0,0 @@ ---# -path=.:../abstract:../common:prelude - -concrete GrammarEng of Grammar = - NounEng, - VerbEng, - AdjectiveEng, - AdverbEng, - NumeralEng, - SentenceEng, - QuestionEng, - RelativeEng, - ConjunctionEng, - PhraseEng, - TextX, - StructuralEng, - IdiomEng - ** { - -flags startcat = Phr ; unlexer = text ; lexer = text ; - -} ; diff --git a/old-lib/resource/english/IdiomEng.gf b/old-lib/resource/english/IdiomEng.gf deleted file mode 100644 index 87fb03136..000000000 --- a/old-lib/resource/english/IdiomEng.gf +++ /dev/null @@ -1,30 +0,0 @@ -concrete IdiomEng of Idiom = CatEng ** open Prelude, ResEng in { - - flags optimize=all_subs ; - - lin - ImpersCl vp = mkClause "it" (agrP3 Sg) vp ; - GenericCl vp = mkClause "one" (agrP3 Sg) vp ; - - CleftNP np rs = mkClause "it" (agrP3 Sg) - (insertObj (\\_ => rs.s ! np.a) - (insertObj (\\_ => np.s ! rs.c) (predAux auxBe))) ; - - CleftAdv ad s = mkClause "it" (agrP3 Sg) - (insertObj (\\_ => conjThat ++ s.s) - (insertObj (\\_ => ad.s) (predAux auxBe))) ; - - ExistNP np = - mkClause "there" (agrP3 (fromAgr np.a).n) - (insertObj (\\_ => np.s ! Acc) (predAux auxBe)) ; - - ExistIP ip = - mkQuestion (ss (ip.s ! Nom)) - (mkClause "there" (agrP3 ip.n) (predAux auxBe)) ; - - ProgrVP vp = insertObj (\\a => vp.ad ++ vp.prp ++ vp.s2 ! a) (predAux auxBe) ; - - ImpPl1 vp = {s = "let's" ++ infVP True vp (AgP1 Pl)} ; - -} - diff --git a/old-lib/resource/english/IrregEng.gf b/old-lib/resource/english/IrregEng.gf deleted file mode 100644 index 2b90da1c4..000000000 --- a/old-lib/resource/english/IrregEng.gf +++ /dev/null @@ -1,181 +0,0 @@ ---# -path=.:prelude:../abstract:../common - -concrete IrregEng of IrregEngAbs = CatEng ** open ParadigmsEng in { - -flags optimize=values ; - - lin - awake_V = irregV "awake" "awoke" "awoken" ; - bear_V = irregV "bear" "bore" "born" ; - beat_V = irregV "beat" "beat" "beat" ; - become_V = irregV "become" "became" "become" ; - begin_V = irregV "begin" "began" "begun" ; - bend_V = irregV "bend" "bent" "bent" ; - beset_V = irregV "beset" "beset" "beset" ; - bet_V = irregDuplV "bet" "bet" "bet" ; - bid_V = irregDuplV "bid" (variants {"bid" ; "bade"}) (variants {"bid" ; "bidden"}) ; - bind_V = irregV "bind" "bound" "bound" ; - bite_V = irregV "bite" "bit" "bitten" ; - bleed_V = irregV "bleed" "bled" "bled" ; - blow_V = irregV "blow" "blew" "blown" ; - break_V = irregV "break" "broke" "broken" ; - breed_V = irregV "breed" "bred" "bred" ; - bring_V = irregV "bring" "brought" "brought" ; - broadcast_V = irregV "broadcast" "broadcast" "broadcast" ; - build_V = irregV "build" "built" "built" ; - burn_V = irregV "burn" (variants {"burned" ; "burnt"}) (variants {"burned" ; "burnt"}) ; - burst_V = irregV "burst" "burst" "burst" ; - buy_V = irregV "buy" "bought" "bought" ; - cast_V = irregV "cast" "cast" "cast" ; - catch_V = irregV "catch" "caught" "caught" ; - choose_V = irregV "choose" "chose" "chosen" ; - cling_V = irregV "cling" "clung" "clung" ; - come_V = irregV "come" "came" "come" ; - cost_V = irregV "cost" "cost" "cost" ; - creep_V = irregV "creep" "crept" "crept" ; - cut_V = irregDuplV "cut" "cut" "cut" ; - deal_V = irregV "deal" "dealt" "dealt" ; - dig_V = irregDuplV "dig" "dug" "dug" ; - dive_V = irregV "dive" (variants {"dived" ; "dove"}) "dived" ; - do_V = mk5V "do" "does" "did" "done" "doing" ; - draw_V = irregV "draw" "drew" "drawn" ; - dream_V = irregV "dream" (variants {"dreamed" ; "dreamt"}) (variants {"dreamed" ; "dreamt"}) ; - drive_V = irregV "drive" "drove" "driven" ; - drink_V = irregV "drink" "drank" "drunk" ; - eat_V = irregV "eat" "ate" "eaten" ; - fall_V = irregV "fall" "fell" "fallen" ; - feed_V = irregV "feed" "fed" "fed" ; - feel_V = irregV "feel" "felt" "felt" ; - fight_V = irregV "fight" "fought" "fought" ; - find_V = irregV "find" "found" "found" ; - fit_V = irregDuplV "fit" "fit" "fit" ; - flee_V = irregV "flee" "fled" "fled" ; - fling_V = irregV "fling" "flung" "flung" ; - fly_V = irregV "fly" "flew" "flown" ; - forbid_V = irregDuplV "forbid" "forbade" "forbidden" ; - forget_V = irregDuplV "forget" "forgot" "forgotten" ; - forgive_V = irregV "forgive" "forgave" "forgiven" ; - forsake_V = irregV "forsake" "forsook" "forsaken" ; - freeze_V = irregV "freeze" "froze" "frozen" ; - get_V = irregDuplV "get" "got" "gotten" ; - give_V = irregV "give" "gave" "given" ; - go_V = mk5V "go" "goes" "went" "gone" "going" ; - grind_V = irregV "grind" "ground" "ground" ; - grow_V = irregV "grow" "grew" "grown" ; - hang_V = irregV "hang" "hung" "hung" ; - have_V = mk5V "have" "has" "had" "had" "having" ; - hear_V = irregV "hear" "heard" "heard" ; - hide_V = irregV "hide" "hid" "hidden" ; - hit_V = irregDuplV "hit" "hit" "hit" ; - hold_V = irregV "hold" "held" "held" ; - hurt_V = irregV "hurt" "hurt" "hurt" ; - keep_V = irregV "keep" "kept" "kept" ; - kneel_V = irregV "kneel" "knelt" "knelt" ; - knit_V = irregDuplV "knit" "knit" "knit" ; - know_V = irregV "know" "knew" "know" ; - lay_V = irregV "lay" "laid" "laid" ; - lead_V = irregV "lead" "led" "led" ; - leap_V = irregV "leap" (variants {"leaped" ; "lept"}) (variants {"leaped" ; "lept"}) ; - learn_V = irregV "learn" (variants {"learned" ; "learnt"}) (variants {"learned" ; "learnt"}) ; - leave_V = irregV "leave" "left" "left" ; - lend_V = irregV "lend" "lent" "lent" ; - let_V = irregDuplV "let" "let" "let" ; - lie_V = irregV "lie" "lay" "lain" ; - light_V = irregV "light" (variants {"lighted" ; "lit"}) "lighted" ; - lose_V = irregV "lose" "lost" "lost" ; - make_V = irregV "make" "made" "made" ; - mean_V = irregV "mean" "meant" "meant" ; - meet_V = irregV "meet" "met" "met" ; - misspell_V = irregV "misspell" (variants {"misspelled" ; "misspelt"}) (variants {"misspelled" ; "misspelt"}) ; - mistake_V = irregV "mistake" "mistook" "mistaken" ; - mow_V = irregV "mow" "mowed" (variants {"mowed" ; "mown"}) ; - overcome_V = irregV "overcome" "overcame" "overcome" ; - overdo_V = mk5V "overdo" "overdoes" "overdid" "overdone" "overdoing" ; - overtake_V = irregV "overtake" "overtook" "overtaken" ; - overthrow_V = irregV "overthrow" "overthrew" "overthrown" ; - pay_V = irregV "pay" "paid" "paid" ; - plead_V = irregV "plead" "pled" "pled" ; - prove_V = irregV "prove" "proved" (variants {"proved" ; "proven"}) ; - put_V = irregDuplV "put" "put" "put" ; - quit_V = irregDuplV "quit" "quit" "quit" ; - read_V = irregV "read" "read" "read" ; - rid_V = irregDuplV "rid" "rid" "rid" ; - ride_V = irregV "ride" "rode" "ridden" ; - ring_V = irregV "ring" "rang" "rung" ; - rise_V = irregV "rise" "rose" "risen" ; - run_V = irregDuplV "run" "ran" "run" ; - saw_V = irregV "saw" "sawed" (variants {"sawed" ; "sawn"}) ; - say_V = irregV "say" "said" "said" ; - see_V = irregV "see" "saw" "seen" ; - seek_V = irregV "seek" "sought" "sought" ; - sell_V = irregV "sell" "sold" "sold" ; - send_V = irregV "send" "sent" "sent" ; - set_V = irregDuplV "set" "set" "set" ; - sew_V = irregV "sew" "sewed" (variants {"sewed" ; "sewn"}) ; - shake_V = irregV "shake" "shook" "shaken" ; - shave_V = irregV "shave" "shaved" (variants {"shaved" ; "shaven"}) ; - shear_V = irregV "shear" "shore" "shorn" ; - shed_V = irregDuplV "shed" "shed" "shed" ; - shine_V = irregV "shine" "shone" "shone" ; - shoe_V = irregV "shoe" "shoed" (variants {"shoed" ; "shod"}) ; - shoot_V = irregV "shoot" "shot" "shot" ; - show_V = irregV "show" "showed" (variants {"showed" ; "shown"}) ; - shrink_V = irregV "shrink" "shrank" "shrunk" ; - shut_V = irregDuplV "shut" "shut" "shut" ; - sing_V = irregV "sing" "sang" "sung" ; - sink_V = irregV "sink" "sank" "sunk" ; - sit_V = irregDuplV "sit" "sat" "sat" ; - sleep_V = irregV "sleep" "slept" "slept" ; - slay_V = irregV "slay" "slew" "slain" ; - slide_V = irregV "slide" "slid" "slid" ; - sling_V = irregV "sling" "slung" "slung" ; - slit_V = irregDuplV "slit" "slit" "slit" ; - smite_V = irregV "smite" "smote" "smitten" ; - sow_V = irregV "sow" "sowed" (variants {"sowed" ; "sown"}) ; - speak_V = irregV "speak" "spoke" "spoken" ; - speed_V = irregV "speed" "sped" "sped" ; - spend_V = irregV "spend" "spent" "spent" ; - spill_V = irregV "spill" (variants {"spilled" ; "spilt"}) (variants {"spilled" ; "spilt"}) ; - spin_V = irregDuplV "spin" "spun" "spun" ; - spit_V = irregDuplV "spit" (variants {"spit" ; "spat"}) "spit" ; - split_V = irregDuplV "split" "split" "split" ; - spread_V = irregV "spread" "spread" "spread" ; - spring_V = irregV "spring" (variants {"sprang" ; "sprung"}) "sprung" ; - stand_V = irregV "stand" "stood" "stood" ; - steal_V = irregV "steal" "stole" "stolen" ; - stick_V = irregV "stick" "stuck" "stuck" ; - sting_V = irregV "sting" "stung" "stung" ; - stink_V = irregV "stink" "stank" "stunk" ; - stride_V = irregV "stride" "strod" "stridden" ; - strike_V = irregV "strike" "struck" "struck" ; - string_V = irregV "string" "strung" "strung" ; - strive_V = irregV "strive" "strove" "striven" ; - swear_V = irregV "swear" "swore" "sworn" ; - sweep_V = irregV "sweep" "swept" "swept" ; - swell_V = irregV "swell" "swelled" (variants {"swelled" ; "swollen"}) ; - swim_V = irregDuplV "swim" "swam" "swum" ; - swing_V = irregV "swing" "swung" "swung" ; - take_V = irregV "take" "took" "taken" ; - teach_V = irregV "teach" "taught" "taught" ; - tear_V = irregV "tear" "tore" "torn" ; - tell_V = irregV "tell" "told" "told" ; - think_V = irregV "think" "thought" "thought" ; - thrive_V = irregV "thrive" (variants {"thrived" ; "throve"}) "thrived" ; - throw_V = irregV "throw" "threw" "thrown" ; - thrust_V = irregV "thrust" "thrust" "thrust" ; - tread_V = irregV "tread" "trod" "trodden" ; - understand_V = irregV "understand" "understood" "understood" ; - uphold_V = irregV "uphold" "upheld" "upheld" ; - upset_V = irregDuplV "upset" "upset" "upset" ; - wake_V = irregV "wake" "woke" "woken" ; - wear_V = irregV "wear" "wore" "worn" ; - weave_V = irregV "weave" (variants {"weaved" ; "wove"}) (variants {"weaved" ; "woven"}) ; - wed_V = irregDuplV "wed" "wed" "wed" ; - weep_V = irregV "weep" "wept" "wept" ; - wind_V = irregV "wind" "wound" "wound" ; - win_V = irregDuplV "win" "won" "won" ; - withhold_V = irregV "withhold" "withheld" "withheld" ; - withstand_V = irregV "withstand" "withstood" "withstood" ; - wring_V = irregV "wring" "wrung" "wrung" ; - write_V = irregV "write" "wrote" "written" ; -} diff --git a/old-lib/resource/english/IrregEngAbs.gf b/old-lib/resource/english/IrregEngAbs.gf deleted file mode 100644 index 103fe3278..000000000 --- a/old-lib/resource/english/IrregEngAbs.gf +++ /dev/null @@ -1,176 +0,0 @@ -abstract IrregEngAbs = Cat ** { -fun - awake_V : V ; - bear_V : V ; - beat_V : V ; - become_V : V ; - begin_V : V ; - bend_V : V ; - beset_V : V ; - bet_V : V ; - bid_V : V ; - bind_V : V ; - bite_V : V ; - bleed_V : V ; - blow_V : V ; - break_V : V ; - breed_V : V ; - bring_V : V ; - broadcast_V : V ; - build_V : V ; - burn_V : V ; - burst_V : V ; - buy_V : V ; - cast_V : V ; - catch_V : V ; - choose_V : V ; - cling_V : V ; - come_V : V ; - cost_V : V ; - creep_V : V ; - cut_V : V ; - deal_V : V ; - dig_V : V ; - dive_V : V ; - do_V : V ; - draw_V : V ; - dream_V : V ; - drive_V : V ; - drink_V : V ; - eat_V : V ; - fall_V : V ; - feed_V : V ; - feel_V : V ; - fight_V : V ; - find_V : V ; - fit_V : V ; - flee_V : V ; - fling_V : V ; - fly_V : V ; - forbid_V : V ; - forget_V : V ; - forgive_V : V ; - forsake_V : V ; - freeze_V : V ; - get_V : V ; - give_V : V ; - go_V : V ; - grind_V : V ; - grow_V : V ; - hang_V : V ; - have_V : V ; - hear_V : V ; - hide_V : V ; - hit_V : V ; - hold_V : V ; - hurt_V : V ; - keep_V : V ; - kneel_V : V ; - knit_V : V ; - know_V : V ; - lay_V : V ; - lead_V : V ; - leap_V : V ; - learn_V : V ; - leave_V : V ; - lend_V : V ; - let_V : V ; - lie_V : V ; - light_V : V ; - lose_V : V ; - make_V : V ; - mean_V : V ; - meet_V : V ; - misspell_V : V ; - mistake_V : V ; - mow_V : V ; - overcome_V : V ; - overdo_V : V ; - overtake_V : V ; - overthrow_V : V ; - pay_V : V ; - plead_V : V ; - prove_V : V ; - put_V : V ; - quit_V : V ; - read_V : V ; - rid_V : V ; - ride_V : V ; - ring_V : V ; - rise_V : V ; - run_V : V ; - saw_V : V ; - say_V : V ; - see_V : V ; - seek_V : V ; - sell_V : V ; - send_V : V ; - set_V : V ; - sew_V : V ; - shake_V : V ; - shave_V : V ; - shear_V : V ; - shed_V : V ; - shine_V : V ; - shoe_V : V ; - shoot_V : V ; - show_V : V ; - shrink_V : V ; - shut_V : V ; - sing_V : V ; - sink_V : V ; - sit_V : V ; - sleep_V : V ; - slay_V : V ; - slide_V : V ; - sling_V : V ; - slit_V : V ; - smite_V : V ; - sow_V : V ; - speak_V : V ; - speed_V : V ; - spend_V : V ; - spill_V : V ; - spin_V : V ; - spit_V : V ; - split_V : V ; - spread_V : V ; - spring_V : V ; - stand_V : V ; - steal_V : V ; - stick_V : V ; - sting_V : V ; - stink_V : V ; - stride_V : V ; - strike_V : V ; - string_V : V ; - strive_V : V ; - swear_V : V ; - sweep_V : V ; - swell_V : V ; - swim_V : V ; - swing_V : V ; - take_V : V ; - teach_V : V ; - tear_V : V ; - tell_V : V ; - think_V : V ; - thrive_V : V ; - throw_V : V ; - thrust_V : V ; - tread_V : V ; - understand_V : V ; - uphold_V : V ; - upset_V : V ; - wake_V : V ; - wear_V : V ; - weave_V : V ; - wed_V : V ; - weep_V : V ; - wind_V : V ; - win_V : V ; - withhold_V : V ; - withstand_V : V ; - wring_V : V ; - write_V : V ; -} diff --git a/old-lib/resource/english/LangEng.gf b/old-lib/resource/english/LangEng.gf deleted file mode 100644 index 966308a2b..000000000 --- a/old-lib/resource/english/LangEng.gf +++ /dev/null @@ -1,10 +0,0 @@ ---# -path=.:../abstract:../common:prelude - -concrete LangEng of Lang = - GrammarEng, - LexiconEng - ** { - -flags startcat = Phr ; unlexer = text ; lexer = text ; - -} ; diff --git a/old-lib/resource/english/LexiconEng.gf b/old-lib/resource/english/LexiconEng.gf deleted file mode 100644 index a92058c90..000000000 --- a/old-lib/resource/english/LexiconEng.gf +++ /dev/null @@ -1,375 +0,0 @@ ---# -path=.:prelude - -concrete LexiconEng of Lexicon = CatEng ** - open ParadigmsEng, IrregEng, Prelude in { - -flags - optimize=values ; - -lin - airplane_N = regN "airplane" ; - answer_V2S = mkV2S (regV "answer") toP ; - apartment_N = regN "apartment" ; - apple_N = regN "apple" ; - art_N = regN "art" ; - ask_V2Q = mkV2Q (regV "ask") noPrep ; - baby_N = regN "baby" ; - bad_A = mkADeg "bad" "worse" "worst" "badly" ; - bank_N = regN "bank" ; - beautiful_A = compoundADeg (regA "beautiful") ; - become_VA = mkVA (irregV "become" "became" "become") ; - beer_N = regN "beer" ; - beg_V2V = mkV2V (regDuplV "beg") noPrep toP ; - big_A = duplADeg "big" ; - bike_N = regN "bike" ; - bird_N = regN "bird" ; - black_A = regADeg "black" ; - blue_A = regADeg "blue" ; - boat_N = regN "boat" ; - book_N = regN "book" ; - boot_N = regN "boot" ; - boss_N = mkN human (regN "boss") ; - boy_N = mkN masculine (regN "boy") ; - bread_N = regN "bread" ; - break_V2 = dirV2 (irregV "break" "broke" "broken") ; - broad_A = regADeg "broad" ; - brother_N2 = mkN2 (mkN masculine (mkN "brother")) (mkPrep "of") ; - brown_A = regADeg "brown" ; - butter_N = regN "butter" ; - buy_V2 = dirV2 (irregV "buy" "bought" "bought") ; - camera_N = regN "camera" ; - cap_N = regN "cap" ; - car_N = regN "car" ; - carpet_N = regN "carpet" ; - cat_N = regN "cat" ; - ceiling_N = regN "ceiling" ; - chair_N = regN "chair" ; - cheese_N = regN "cheese" ; - child_N = mk2N "child" "children" ; - church_N = regN "church" ; - city_N = regN "city" ; - clean_A = regADeg "clean" ; - clever_A = regADeg "clever" ; - close_V2 = dirV2 (regV "close") ; - coat_N = regN "coat" ; - cold_A = regADeg "cold" ; - come_V = (irregV "come" "came" "come") ; - computer_N = regN "computer" ; - country_N = regN "country" ; - cousin_N = mkN human (regN "cousin") ; - cow_N = regN "cow" ; - die_V = (regV "die") ; - dirty_A = regADeg "dirty" ; - distance_N3 = mkN3 (regN "distance") fromP toP ; - doctor_N = mkN human (regN "doctor") ; - dog_N = regN "dog" ; - door_N = regN "door" ; - drink_V2 = dirV2 (irregV "drink" "drank" "drunk") ; - easy_A2V = mkA2V (regA "easy") forP ; - eat_V2 = dirV2 (irregV "eat" "ate" "eaten") ; - empty_A = regADeg "empty" ; - enemy_N = regN "enemy" ; - factory_N = regN "factory" ; - father_N2 = mkN2 (mkN masculine (mkN "father")) (mkPrep "of") ; - fear_VS = mkVS (regV "fear") ; - find_V2 = dirV2 (irregV "find" "found" "found") ; - fish_N = mk2N "fish" "fish" ; - floor_N = regN "floor" ; - forget_V2 = dirV2 (irregDuplV "forget" "forgot" "forgotten") ; - fridge_N = regN "fridge" ; - friend_N = mkN human (regN "friend") ; - fruit_N = regN "fruit" ; - fun_AV = mkAV (regA "fun") ; - garden_N = regN "garden" ; - girl_N = mkN feminine (regN "girl") ; - glove_N = regN "glove" ; - gold_N = regN "gold" ; - good_A = mkADeg "good" "better" "best" "well" ; - go_V = mk5V "go" "goes" "went" "gone" "going" ; - green_A = regADeg "green" ; - harbour_N = regN "harbour" ; - hate_V2 = dirV2 (regV "hate") ; - hat_N = regN "hat" ; - have_V2 = dirV2 (mk5V "have" "has" "had" "had" "having") ; - hear_V2 = dirV2 (irregV "hear" "heard" "heard") ; - hill_N = regN "hill" ; - hope_VS = mkVS (regV "hope") ; - horse_N = regN "horse" ; - hot_A = duplADeg "hot" ; - house_N = regN "house" ; - important_A = compoundADeg (regA "important") ; - industry_N = regN "industry" ; - iron_N = regN "iron" ; - king_N = mkN masculine (regN "king") ; - know_V2 = dirV2 (irregV "know" "knew" "known") ; - lake_N = regN "lake" ; - lamp_N = regN "lamp" ; - learn_V2 = dirV2 (regV "learn") ; - leather_N = regN "leather" ; - leave_V2 = dirV2 (irregV "leave" "left" "left") ; - like_V2 = dirV2 (regV "like") ; - listen_V2 = prepV2 (regV "listen") toP ; - live_V = (regV "live") ; - long_A = regADeg "long" ; - lose_V2 = dirV2 (irregV "lose" "lost" "lost") ; - love_N = regN "love" ; - love_V2 = dirV2 (regV "love") ; - man_N = mkN masculine (mk2N "man" "men") ; - married_A2 = mkA2 (regA "married") toP ; - meat_N = regN "meat" ; - milk_N = regN "milk" ; - moon_N = regN "moon" ; - mother_N2 = mkN2 (mkN feminine (mkN "mother")) (mkPrep "of") ; - mountain_N = regN "mountain" ; - music_N = regN "music" ; - narrow_A = regADeg "narrow" ; - new_A = regADeg "new" ; - newspaper_N = regN "newspaper" ; - oil_N = regN "oil" ; - old_A = regADeg "old" ; - open_V2 = dirV2 (regV "open") ; - paint_V2A = mkV2A (regV "paint") noPrep ; - paper_N = regN "paper" ; - paris_PN = mkPN (mkN nonhuman (mkN "Paris")) ; - peace_N = regN "peace" ; - pen_N = regN "pen" ; - planet_N = regN "planet" ; - plastic_N = regN "plastic" ; - play_V2 = dirV2 (regV "play") ; - policeman_N = mkN masculine (mkN "policeman" "policemen") ; - priest_N = mkN human (regN "priest") ; - probable_AS = mkAS (regA "probable") ; - queen_N = mkN feminine (regN "queen") ; - radio_N = regN "radio" ; - rain_V0 = mkV0 (regV "rain") ; - read_V2 = dirV2 (irregV "read" "read" "read") ; - red_A = duplADeg "red" ; - religion_N = regN "religion" ; - restaurant_N = regN "restaurant" ; - river_N = regN "river" ; - rock_N = regN "rock" ; - roof_N = regN "roof" ; - rubber_N = regN "rubber" ; - run_V = (irregDuplV "run" "ran" "run") ; - say_VS = mkVS (irregV "say" "said" "said") ; - school_N = regN "school" ; - science_N = regN "science" ; - sea_N = regN "sea" ; - seek_V2 = dirV2 (irregV "seek" "sought" "sought") ; - see_V2 = dirV2 (irregV "see" "saw" "seen") ; - sell_V3 = dirV3 (irregV "sell" "sold" "sold") toP ; - send_V3 = dirV3 (irregV "send" "sent" "sent") toP ; - sheep_N = mk2N "sheep" "sheep" ; - ship_N = regN "ship" ; - shirt_N = regN "shirt" ; - shoe_N = regN "shoe" ; - shop_N = regN "shop" ; - short_A = regADeg "short" ; - silver_N = regN "silver" ; - sister_N = mkN2 (mkN feminine (mkN "sister")) (mkPrep "of") ; - sleep_V = (irregV "sleep" "slept" "slept") ; - small_A = regADeg "small" ; - snake_N = regN "snake" ; - sock_N = regN "sock" ; - speak_V2 = dirV2 (irregV "speak" "spoke" "spoken") ; - star_N = regN "star" ; - steel_N = regN "steel" ; - stone_N = regN "stone" ; - stove_N = regN "stove" ; - student_N = mkN human (regN "student") ; - stupid_A = regADeg "stupid" ; - sun_N = regN "sun" ; - switch8off_V2 = dirV2 (partV (regV "switch") "off") ; - switch8on_V2 = dirV2 (partV (regV "switch") "on") ; - table_N = regN "table" ; - talk_V3 = mkV3 (regV "talk") toP aboutP ; - teacher_N = mkN human (regN "teacher") ; - teach_V2 = dirV2 (irregV "teach" "taught" "taught") ; - television_N = regN "television" ; - thick_A = regADeg "thick" ; - thin_A = duplADeg "thin" ; - train_N = regN "train" ; - travel_V = (regDuplV "travel") ; - tree_N = regN "tree" ; - ---- trousers_N = regN "trousers" ; - ugly_A = regADeg "ugly" ; - understand_V2 = dirV2 (irregV "understand" "understood" "understood") ; - university_N = regN "university" ; - village_N = regN "village" ; - wait_V2 = prepV2 (regV "wait") forP ; - walk_V = (regV "walk") ; - warm_A = regADeg "warm" ; - war_N = regN "war" ; - watch_V2 = dirV2 (regV "watch") ; - water_N = regN "water" ; - white_A = regADeg "white" ; - window_N = regN "window" ; - wine_N = regN "wine" ; - win_V2 = dirV2 (irregDuplV "win" "won" "won") ; - woman_N = mkN feminine (mk2N "woman" "women") ; - wonder_VQ = mkVQ (regV "wonder") ; - wood_N = regN "wood" ; - write_V2 = dirV2 (irregV "write" "wrote" "written") ; - yellow_A = regADeg "yellow" ; - young_A = regADeg "young" ; - - do_V2 = dirV2 (mk5V "do" "does" "did" "done" "doing") ; - now_Adv = mkAdv "now" ; - already_Adv = mkAdv "already" ; - song_N = regN "song" ; - add_V3 = dirV3 (regV "add") toP ; - number_N = regN "number" ; - put_V2 = prepV2 (irregDuplV "put" "put" "put") noPrep ; - stop_V = regDuplV "stop" ; - jump_V = regV "jump" ; - - left_Ord = ss "left" ; - right_Ord = ss "right" ; - far_Adv = mkAdv "far" ; - correct_A = (regA "correct") ; - dry_A = regA "dry" ; - dull_A = regA "dull" ; - full_A = regA "full" ; - heavy_A = regA "heavy" ; - near_A = regA "near" ; - rotten_A = (regA "rotten") ; - round_A = regA "round" ; - sharp_A = regA "sharp" ; - smooth_A = regA "smooth" ; - straight_A = regA "straight" ; - wet_A = regA "wet" ; ---- - wide_A = regA "wide" ; - animal_N = regN "animal" ; - ashes_N = regN "ash" ; -- FIXME: plural only? - back_N = regN "back" ; - bark_N = regN "bark" ; - belly_N = regN "belly" ; - blood_N = regN "blood" ; - bone_N = regN "bone" ; - breast_N = regN "breast" ; - cloud_N = regN "cloud" ; - day_N = regN "day" ; - dust_N = regN "dust" ; - ear_N = regN "ear" ; - earth_N = regN "earth" ; - egg_N = regN "egg" ; - eye_N = regN "eye" ; - fat_N = regN "fat" ; - feather_N = regN "feather" ; - fingernail_N = regN "fingernail" ; - fire_N = regN "fire" ; - flower_N = regN "flower" ; - fog_N = regN "fog" ; - foot_N = mk2N "foot" "feet" ; - forest_N = regN "forest" ; - grass_N = regN "grass" ; - guts_N = regN "gut" ; -- FIXME: no singular - hair_N = regN "hair" ; - hand_N = regN "hand" ; - head_N = regN "head" ; - heart_N = regN "heart" ; - horn_N = regN "horn" ; - husband_N = mkN masculine (regN "husband") ; - ice_N = regN "ice" ; - knee_N = regN "knee" ; - leaf_N = mk2N "leaf" "leaves" ; - leg_N = regN "leg" ; - liver_N = regN "liver" ; - louse_N = mk2N "louse" "lice" ; - mouth_N = regN "mouth" ; - name_N = regN "name" ; - neck_N = regN "neck" ; - night_N = regN "night" ; - nose_N = regN "nose" ; - person_N = mkN human (regN "person") ; - rain_N = regN "rain" ; - road_N = regN "road" ; - root_N = regN "root" ; - rope_N = regN "rope" ; - salt_N = regN "salt" ; - sand_N = regN "sand" ; - seed_N = regN "seed" ; - skin_N = regN "skin" ; - sky_N = regN "sky" ; - smoke_N = regN "smoke" ; - snow_N = regN "snow" ; - stick_N = regN "stick" ; - tail_N = regN "tail" ; - tongue_N = regN "tongue" ; - tooth_N = mk2N "tooth" "teeth" ; - wife_N = mkN feminine (mk2N "wife" "wives") ; - wind_N = regN "wind" ; - wing_N = regN "wing" ; - worm_N = regN "worm" ; - year_N = regN "year" ; - blow_V = IrregEng.blow_V ; - breathe_V = dirV2 (regV "breathe") ; - burn_V = IrregEng.burn_V ; - dig_V = IrregEng.dig_V ; - fall_V = IrregEng.fall_V ; - float_V = regV "float" ; - flow_V = regV "flow" ; - fly_V = IrregEng.fly_V ; - freeze_V = IrregEng.freeze_V ; - give_V3 = dirV3 give_V toP ; - laugh_V = regV "laugh" ; - lie_V = IrregEng.lie_V ; - play_V = regV "play" ; - sew_V = IrregEng.sew_V ; - sing_V = IrregEng.sing_V ; - sit_V = IrregEng.sit_V ; - smell_V = regV "smell" ; - spit_V = IrregEng.spit_V ; - stand_V = IrregEng.stand_V ; - swell_V = IrregEng.swell_V ; - swim_V = IrregEng.swim_V ; - think_V = IrregEng.think_V ; - turn_V = regV "turn" ; - vomit_V = regV "vomit" ; - - bite_V2 = dirV2 IrregEng.bite_V ; - count_V2 = dirV2 (regV "count") ; - cut_V2 = dirV2 IrregEng.cut_V ; - fear_V2 = dirV2 (regV "fear") ; - fight_V2 = dirV2 fight_V ; - hit_V2 = dirV2 hit_V ; - hold_V2 = dirV2 hold_V ; - hunt_V2 = dirV2 (regV "hunt") ; - kill_V2 = dirV2 (regV "kill") ; - pull_V2 = dirV2 (regV "pull") ; - push_V2 = dirV2 (regV "push") ; - rub_V2 = dirV2 (regDuplV "rub") ; - scratch_V2 = dirV2 (regV "scratch") ; - split_V2 = dirV2 split_V ; - squeeze_V2 = dirV2 (regV "squeeze") ; - stab_V2 = dirV2 (regDuplV "stab") ; - suck_V2 = dirV2 (regV "suck") ; - throw_V2 = dirV2 throw_V ; - tie_V2 = dirV2 (regV "tie") ; - wash_V2 = dirV2 (regV "wash") ; - wipe_V2 = dirV2 (regV "wipe") ; - --- other_A = regA "other" ; - - grammar_N = regN "grammar" ; - language_N = regN "language" ; - rule_N = regN "rule" ; - --- added 4/6/2007 - john_PN = mkPN (mkN masculine (mkN "John")) ; - question_N = regN "question" ; - ready_A = regA "ready" ; - reason_N = regN "reason" ; - today_Adv = mkAdv "today" ; - uncertain_A = regA "uncertain" ; - -oper - aboutP = mkPrep "about" ; - atP = mkPrep "at" ; - forP = mkPrep "for" ; - fromP = mkPrep "from" ; - inP = mkPrep "in" ; - onP = mkPrep "on" ; - toP = mkPrep "to" ; - -} ; diff --git a/old-lib/resource/english/MorphoEng.gf b/old-lib/resource/english/MorphoEng.gf deleted file mode 100644 index ec8dc58df..000000000 --- a/old-lib/resource/english/MorphoEng.gf +++ /dev/null @@ -1,197 +0,0 @@ ---# -path=.:../../prelude - ---1 A Simple English 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 $ParadigmsEng$, which --- gives a higher-level access to this module. - -resource MorphoEng = ResEng ** open Prelude, (Predef=Predef) in { - - flags optimize=all ; - ---2 Phonology --- --- To regulate the use of endings for both nouns, adjectives, and verbs: - -oper - y2ie : Str -> Str -> Str = \fly,s -> - let y = last (init fly) in - case y of { - "a" => fly + s ; - "e" => fly + s ; - "o" => fly + s ; - "u" => fly + s ; - _ => init fly + "ie" + s - } ; - - ---2 Nouns --- --- For conciseness and abstraction, we define a worst-case macro for --- noun inflection. It is used for defining special case that --- only need one string as argument. - -oper - CommonNoun : Type = {s : Number => Case => Str} ; - - nounGen : Str -> CommonNoun = \dog -> case last dog of { - "y" => nounY "dog" ; - "s" => nounS (init "dog") ; - _ => nounReg "dog" - } ; - --- These are auxiliaries to $nounGen$. - - nounReg : Str -> CommonNoun = \dog -> - mkNoun dog (dog + "s") (dog + "'s") (dog + "s'"); - nounS : Str -> CommonNoun = \kiss -> - mkNoun kiss (kiss + "es") (kiss + "'s") (kiss + "es'") ; - nounY : Str -> CommonNoun = \fl -> - mkNoun (fl + "y") (fl + "ies") (fl + "y's") (fl + "ies'") ; - - ---3 Proper names --- --- Regular proper names are inflected with "'s" in the genitive. - - nameReg : Str -> Gender -> {s : Case => Str} = \john,g -> - {s = table {Gen => john + "'s" ; _ => john} ; g = g} ; - ---2 Determiners - - mkDeterminer : Number -> Str -> {s : Str ; n : Number} = \n,s -> - {s = s ; n = n} ; - ---2 Pronouns --- --- Here we define personal pronouns. --- --- We record the form "mine" and the gender for later use. - - Pronoun : Type = - {s : Case => Str ; a : Agr} ; - - mkPronoun : (_,_,_,_ : Str) -> Number -> Person -> Gender -> Pronoun = - \I,me,my,mine,n,p,g -> - {s = table {Nom => I ; Acc => me ; Gen => my} ; - a = toAgr n p g - } ; - - human : Gender = Masc ; --- doesn't matter - - pronI = mkPronoun "I" "me" "my" "mine" Sg P1 human ; - pronYouSg = mkPronoun "you" "you" "your" "yours" Sg P2 human ; -- verb agr OK - pronHe = mkPronoun "he" "him" "his" "his" Sg P3 Masc ; - pronShe = mkPronoun "she" "her" "her" "hers" Sg P3 Fem ; - pronIt = mkPronoun "it" "it" "its" "it" Sg P3 Neutr ; - - pronWe = mkPronoun "we" "us" "our" "ours" Pl P1 human ; - pronYouPl = mkPronoun "you" "you" "your" "yours" Pl P2 human ; - pronThey = mkPronoun "they" "them" "their" "theirs" Pl P3 human ; --- - - ---2 Adjectives --- --- To form the adjectival and the adverbial forms, two strings are needed --- in the worst case. (First without degrees.) - - Adjective = {s : AForm => Str} ; - --- However, most adjectives can be inflected using the final character. --- N.B. this is not correct for "shy", but $mkAdjective$ has to be used. - - regAdjective : Str -> Adjective = \free -> - let - e = last free ; - fre = init free ; - freely = case e of { - "y" => fre + "ily" ; - _ => free + "ly" - } ; - fre = case e of { - "e" => fre ; - "y" => fre + "i" ; - _ => free - } - in - mkAdjective free (fre + "er") (fre + "est") freely ; - --- Many adjectives are 'inflected' by adding a comparison word. - - adjDegrLong : Str -> Adjective = \ridiculous -> - mkAdjective - ridiculous - ("more" ++ ridiculous) - ("most" ++ ridiculous) - ((regAdjective ridiculous).s ! AAdv) ; - - ---3 Verbs --- --- The worst case needs five forms. (The verb "be" is treated separately.) - - mkVerb4 : (_,_,_,_: Str) -> Verb = \go,goes,went,gone -> - let going = case last go of { - "e" => init go + "ing" ; - _ => go + "ing" - } - in - mkVerb go goes went gone going ; - --- This is what we use to derive the irregular forms in almost all cases - - mkVerbIrreg : (_,_,_ : Str) -> Verb = \bite,bit,bitten -> - let bites = case last bite of { - "y" => y2ie bite "s" ; - "s" => init bite + "es" ; - _ => bite + "s" - } - in mkVerb4 bite bites bit bitten ; - --- This is used to derive regular forms. - - mkVerbReg : Str -> Verb = \soak -> - let - soaks = case last soak of { - "y" => y2ie soak "s" ; - "s" => init soak + "es" ; - _ => soak + "s" - } ; - soaked = case last soak of { - "e" => init soak + "s" ; - _ => soak + "ed" - } - in - mkVerb4 soak soaks soaked soaked ; - - verbGen : Str -> Verb = \kill -> case last kill of { - "y" => verbP3y (init kill) ; - "e" => verbP3e (init kill) ; - "s" => verbP3s (init kill) ; - _ => regVerbP3 kill - } ; - --- These are just auxiliary to $verbGen$. - - regVerbP3 : Str -> Verb = \walk -> - mkVerbIrreg walk (walk + "ed") (walk + "ed") ; - verbP3s : Str -> Verb = \kiss -> - mkVerb4 kiss (kiss + "es") (kiss + "ed") (kiss + "ed") ; - verbP3e : Str -> Verb = \love -> - mkVerb4 love (love + "s") (love + "d") (love + "d") ; - verbP3y : Str -> Verb = \cr -> - mkVerb4 (cr + "y") (cr + "ies") (cr + "ied") (cr + "ied") ; - ---- The particle always appears right after the verb. - - verbPart : Verb -> Str -> Verb = \v,p -> - {s = \\f => v.s ! f ++ p ; isRefl = v.isRefl} ; - - verbNoPart : Verb -> Verb = \v -> verbPart v [] ; - - -} ; - diff --git a/old-lib/resource/english/NounEng.gf b/old-lib/resource/english/NounEng.gf deleted file mode 100644 index cc7427930..000000000 --- a/old-lib/resource/english/NounEng.gf +++ /dev/null @@ -1,137 +0,0 @@ -concrete NounEng of Noun = CatEng ** open ResEng, Prelude in { - - flags optimize=all_subs ; - - lin - DetCN det cn = { - s = \\c => det.s ++ cn.s ! det.n ! c ; - a = agrgP3 det.n cn.g - } ; - - UsePN pn = pn ** {a = agrgP3 Sg pn.g} ; - UsePron p = p ; - - PredetNP pred np = { - s = \\c => pred.s ++ np.s ! c ; - a = np.a - } ; - - PPartNP np v2 = { - s = \\c => np.s ! c ++ v2.s ! VPPart ; - a = np.a - } ; - - RelNP np rs = { - s = \\c => np.s ! c ++ "," ++ rs.s ! np.a ; - a = np.a - } ; - - AdvNP np adv = { - s = \\c => np.s ! c ++ adv.s ; - a = np.a - } ; - - DetQuantOrd quant num ord = { - s = quant.s ! num.n ++ num.s ++ ord.s ; - n = num.n - } ; - - DetQuant quant num = { - s = quant.s ! num.n ++ num.s ; - n = num.n - } ; - - DetNP det = { - s = \\c => det.s ; ---- case - a = agrP3 det.n - } ; - - PossPron p = {s = \\_ => p.s ! Gen} ; - - NumSg = {s = []; n = Sg ; hasCard = False} ; - NumPl = {s = []; n = Pl ; hasCard = False} ; ----b NoOrd = {s = []} ; - - NumCard n = n ** {hasCard = True} ; - - NumDigits n = {s = n.s ! NCard ; n = n.n} ; - OrdDigits n = {s = n.s ! NOrd} ; - - NumNumeral numeral = {s = numeral.s ! NCard; n = numeral.n} ; - OrdNumeral numeral = {s = numeral.s ! NOrd} ; - - AdNum adn num = {s = adn.s ++ num.s ; n = num.n} ; - - OrdSuperl a = {s = a.s ! AAdj Superl} ; - - DetArtOrd art num ord = { - s = art.s ! num.hasCard ! num.n ++ num.s ++ ord.s ; - n = num.n - } ; - - DetArtCard art card = { - s = art.s ! True ! card.n ++ card.s ; - n = card.n - } ; - - DetArtSg art cn = { - s = \\c => art.s ! False ! Sg ++ cn.s ! Sg ! c ; - a = agrgP3 Sg cn.g - } ; - - DetArtPl art cn = { - s = \\c => art.s ! False ! Pl ++ cn.s ! Pl ! c ; - a = agrgP3 Pl cn.g - } ; - - DefArt = {s = \\c,n => artDef} ; - - IndefArt = {s = \\c,n => case of { - => artIndef ; - _ => [] - } - } ; - - MassNP cn = { - s = cn.s ! Sg ; - a = agrP3 Sg - } ; - - UseN n = n ; - UseN2 n = n ; ----b UseN3 n = n ; - - Use2N3 f = { - s = \\n,c => f.s ! n ! Nom ; - g = f.g ; - c2 = f.c2 - } ; - - Use3N3 f = { - s = \\n,c => f.s ! n ! Nom ; - g = f.g ; - c2 = f.c3 - } ; - - ComplN2 f x = {s = \\n,c => f.s ! n ! Nom ++ f.c2 ++ x.s ! c ; g = f.g} ; - ComplN3 f x = { - s = \\n,c => f.s ! n ! Nom ++ f.c2 ++ x.s ! c ; - g = f.g ; - c2 = f.c3 - } ; - - AdjCN ap cn = { - s = \\n,c => preOrPost ap.isPre (ap.s ! agrgP3 n cn.g) (cn.s ! n ! c) ; - g = cn.g - } ; - RelCN cn rs = { - s = \\n,c => cn.s ! n ! c ++ rs.s ! agrgP3 n cn.g ; - g = cn.g - } ; - AdvCN cn ad = {s = \\n,c => cn.s ! n ! c ++ ad.s ; g = cn.g} ; - - SentCN cn sc = {s = \\n,c => cn.s ! n ! c ++ sc.s ; g = cn.g} ; - - ApposCN cn np = {s = \\n,c => cn.s ! n ! Nom ++ np.s ! c ; g = cn.g} ; - -} diff --git a/old-lib/resource/english/NumeralEng.gf b/old-lib/resource/english/NumeralEng.gf deleted file mode 100644 index 2f7c8e553..000000000 --- a/old-lib/resource/english/NumeralEng.gf +++ /dev/null @@ -1,95 +0,0 @@ -concrete NumeralEng of Numeral = CatEng ** open ResEng in { - -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 = let two = mkNum "two" "twelve" "twenty" "second" in - {s = \\f,c => case of { - => "twelfth" ; - _ => two.s ! f ! c - } - } ; - -lin n3 = mkNum "three" "thirteen" "thirty" "third" ; -lin n4 = mkNum "four" "fourteen" "forty" "fourth" ; -lin n5 = mkNum "five" "fifteen" "fifty" "fifth" ; -lin n6 = regNum "six" ; -lin n7 = regNum "seven" ; -lin n8 = mkNum "eight" "eighteen" "eighty" "eighth" ; -lin n9 = mkNum "nine" "nineteen" "ninety" "ninth" ; - -lin pot01 = mkNum "one" "eleven" "ten" "first" ** {n = Sg} ; -lin pot0 d = d ** {n = Pl} ; -lin pot110 = regCardOrd "ten" ** {n = Pl} ; -lin pot111 = regCardOrd "eleven" ** {n = Pl} ; -lin pot1to19 d = {s = d.s ! teen} ** {n = Pl} ; -lin pot0as1 n = {s = n.s ! unit} ** {n = n.n} ; -lin pot1 d = {s = d.s ! ten} ** {n = Pl} ; -lin pot1plus d e = { - s = \\c => d.s ! ten ! NCard ++ "-" ++ e.s ! unit ! c ; n = Pl} ; -lin pot1as2 n = n ; -lin pot2 d = {s = \\c => d.s ! unit ! NCard ++ mkCard c "hundred"} ** {n = Pl} ; -lin pot2plus d e = { - s = \\c => d.s ! unit ! NCard ++ "hundred" ++ "and" ++ e.s ! c ; n = Pl} ; -lin pot2as3 n = n ; -lin pot3 n = { - s = \\c => n.s ! NCard ++ mkCard c "thousand" ; n = Pl} ; -lin pot3plus n m = { - s = \\c => n.s ! NCard ++ "thousand" ++ m.s ! c ; n = Pl} ; - --- numerals as sequences of digits - - lincat - Dig = TDigit ; - - lin - IDig d = d ** {tail = T1} ; - - IIDig d i = { - s = \\o => d.s ! NCard ++ commaIf i.tail ++ i.s ! o ; - n = Pl ; - tail = inc i.tail - } ; - - D_0 = mkDig "0" ; - D_1 = mk3Dig "1" "1st" Sg ; - D_2 = mk2Dig "2" "2nd" ; - D_3 = mk2Dig "3" "3rd" ; - 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 - commaIf : DTail -> Str = \t -> case t of { - T3 => "," ; - _ => [] - } ; - - inc : DTail -> DTail = \t -> case t of { - T1 => T2 ; - T2 => T3 ; - T3 => T1 - } ; - - mk2Dig : Str -> Str -> TDigit = \c,o -> mk3Dig c o Pl ; - mkDig : Str -> TDigit = \c -> mk2Dig c (c + "th") ; - - mk3Dig : Str -> Str -> Number -> TDigit = \c,o,n -> { - s = table {NCard => c ; NOrd => o} ; - n = n - } ; - - TDigit = { - n : Number ; - s : CardOrd => Str - } ; - -} diff --git a/old-lib/resource/english/ParadigmsEng.gf b/old-lib/resource/english/ParadigmsEng.gf deleted file mode 100644 index 9ce081457..000000000 --- a/old-lib/resource/english/ParadigmsEng.gf +++ /dev/null @@ -1,577 +0,0 @@ ---# -path=.:../abstract:../../prelude:../common - ---1 English Lexical Paradigms --- --- Aarne Ranta 2003--2005 --- --- 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 $MorphoEng.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$. --- However, this function should only seldom be needed: we have a --- separate module [``IrregEng`` ../../english/IrregEng.gf], --- which covers irregular verbss. - -resource ParadigmsEng = open - (Predef=Predef), - Prelude, - MorphoEng, - CatEng - in { ---2 Parameters --- --- To abstract over gender names, we define the following identifiers. - -oper - Gender : Type ; - - human : Gender ; - nonhuman : Gender ; - masculine : Gender ; - feminine : Gender ; - --- To abstract over number names, we define the following. - - Number : Type ; - - singular : Number ; - plural : Number ; - --- To abstract over case names, we define the following. - - Case : Type ; - - nominative : Case ; - genitive : Case ; - --- Prepositions are used in many-argument functions for rection. --- The resource category $Prep$ is used. - - - ---2 Nouns - --- Nouns are constructed by the function $mkN$, which takes a varying --- number of arguments. - - mkN : overload { - --- The regular function captures the variants for nouns ending with --- "s","sh","x","z" or "y": "kiss - kisses", "flash - flashes"; --- "fly - flies" (but "toy - toys"), - - mkN : (flash : Str) -> N ; - --- In practice the worst case is to give singular and plural nominative. - - mkN : (man,men : Str) -> N ; - --- The theoretical worst case: give all four forms. - - mkN : (man,men,man's,men's : Str) -> N ; - --- Change gender from the default $nonhuman$. - - mkN : Gender -> N -> N ; - ---3 Compound nouns --- --- A compound noun is an uninflected string attached to an inflected noun, --- such as "baby boom", "chief executive officer". - - mkN : Str -> N -> N - } ; - - ---3 Relational nouns --- --- Relational nouns ("daughter of x") need a preposition. - - mkN2 : N -> Prep -> N2 ; - --- The most common preposition is "of", and the following is a --- shortcut for regular relational nouns with "of". - - regN2 : Str -> N2 ; - --- Use the function $mkPrep$ or see the section on prepositions below to --- form other prepositions. --- --- Three-place relational nouns ("the connection from x to y") need two prepositions. - - mkN3 : N -> Prep -> Prep -> N3 ; - - - ---3 Proper names and noun phrases --- --- Proper names, with a regular genitive, are formed from strings. - - mkPN : overload { - - mkPN : Str -> PN ; - --- Sometimes a common noun can be reused as a proper name, e.g. "Bank" - - mkPN : N -> PN - } ; - - ---2 Adjectives - - mkA : overload { - --- For regular adjectives, the adverbial and comparison forms are derived. This holds --- even for cases with the variations "happy - happily - happier - happiest", --- "free - freely - freer - freest", and "rude - rudest". - - mkA : (happy : Str) -> A ; - --- However, the duplication of the final consonant cannot be predicted, --- but a separate case is used to give the comparative - - mkA : (fat,fatter : Str) -> A ; - --- As many as four forms may be needed. - - mkA : (good,better,best,well : Str) -> A - } ; - --- To force comparison to be formed by "more - most", --- the following function is used: - - compoundA : A -> A ; -- -/more/most ridiculous - - - ---3 Two-place adjectives --- --- Two-place adjectives need a preposition for their second argument. - - mkA2 : A -> Prep -> A2 ; - - - ---2 Adverbs - --- Adverbs are not inflected. Most lexical ones have position --- after the verb. Some can be preverbal (e.g. "always"). - - mkAdv : Str -> Adv ; - mkAdV : Str -> AdV ; - --- Adverbs modifying adjectives and sentences can also be formed. - - mkAdA : Str -> AdA ; - ---2 Prepositions --- --- A preposition as used for rection in the lexicon, as well as to --- build $PP$s in the resource API, just requires a string. - - mkPrep : Str -> Prep ; - noPrep : Prep ; - --- (These two functions are synonyms.) - ---2 Verbs --- - --- Verbs are constructed by the function $mkV$, which takes a varying --- number of arguments. - - mkV : overload { - --- The regular verb function recognizes the special cases where the last --- character is "y" ("cry-cries" but "buy-buys") or a sibilant --- ("kiss-"kisses", "jazz-jazzes", "rush-rushes", "munch - munches", --- "fix - fixes"). - - mkV : (cry : Str) -> V ; - --- Give the present and past forms for regular verbs where --- the last letter is duplicated in some forms, --- e.g. "rip - ripped - ripping". - - mkV : (stop, stopped : Str) -> V ; - --- There is an extensive list of irregular verbs in the module $IrregularEng$. --- In practice, it is enough to give three forms, --- e.g. "drink - drank - drunk". - - mkV : (drink, drank, drunk : Str) -> V ; - --- Irregular verbs with duplicated consonant in the present participle. - - mkV : (run, ran, run, running : Str) -> V ; - --- Except for "be", the worst case needs five forms: the infinitive and --- the third person singular present, the past indicative, and the --- past and present participles. - - mkV : (go, goes, went, gone, going : Str) -> V - }; - --- Verbs with a particle. --- The particle, such as in "switch on", is given as a string. - - partV : V -> Str -> V ; - --- Reflexive verbs. --- By default, verbs are not reflexive; this function makes them that. - - reflV : V -> V ; - ---3 Two-place verbs --- --- Two-place verbs need a preposition, except the special case with direct object. --- (transitive verbs). Notice that a particle comes from the $V$. - - mkV2 : overload { - mkV2 : V -> Prep -> V2 ; -- believe in - mkV2 : V -> V2 -- kill - }; - ---3 Three-place verbs --- --- Three-place (ditransitive) verbs need two prepositions, of which --- the first one or both can be absent. - - mkV3 : V -> Prep -> Prep -> V3 ; -- speak, with, about - dirV3 : V -> Prep -> V3 ; -- give,_,to - dirdirV3 : V -> V3 ; -- give,_,_ - ---3 Other complement patterns --- --- Verbs and adjectives can take complements such as sentences, --- questions, verb phrases, and adjectives. - - mkV0 : V -> V0 ; - mkVS : V -> VS ; - mkV2S : V -> Prep -> V2S ; - mkVV : V -> VV ; - mkV2V : V -> Prep -> Prep -> V2V ; - mkVA : V -> VA ; - mkV2A : V -> Prep -> V2A ; - mkVQ : V -> VQ ; - mkV2Q : V -> Prep -> V2Q ; - - mkAS : A -> AS ; - mkA2S : A -> Prep -> A2S ; - mkAV : A -> AV ; - mkA2V : A -> Prep -> A2V ; - --- Notice: Categories $V0, AS, A2S, AV, A2V$ are just $A$. --- $V0$ is just $V$; the second argument is treated as adverb. - - V0 : Type ; - AS, A2S, AV, A2V : Type ; - ---. ---2 Definitions of paradigms --- --- The definitions should not bother the user of the API. So they are --- hidden from the document. - - Gender = MorphoEng.Gender ; - Number = MorphoEng.Number ; - Case = MorphoEng.Case ; - human = Masc ; - nonhuman = Neutr ; - masculine = Masc ; - feminine = Fem ; - singular = Sg ; - plural = Pl ; - nominative = Nom ; - genitive = Gen ; - - Preposition : Type = Str ; -- obsolete - - regN = \ray -> - let rays = add_s ray - in - mk2N ray rays ; - - - add_s : Str -> Str = \w -> case w of { - _ + ("io" | "oo") => w + "s" ; -- radio, bamboo - _ + ("s" | "z" | "x" | "sh" | "ch" | "o") => w + "es" ; -- bus, hero - _ + ("a" | "o" | "u" | "e") + "y" => w + "s" ; -- boy - x + "y" => x + "ies" ; -- fly - _ => w + "s" -- car - } ; - - mk2N = \man,men -> - let mens = case last men of { - "s" => men + "'" ; - _ => men + "'s" - } - in - mk4N man men (man + "'s") mens ; - - mk4N = \man,men,man's,men's -> - mkNoun man man's men men's ** {g = Neutr ; lock_N = <>} ; - - genderN g man = {s = man.s ; g = g ; lock_N = <>} ; - - compoundN s n = {s = \\x,y => s ++ n.s ! x ! y ; g=n.g ; lock_N = <>} ; - - mkPN = overload { - mkPN : Str -> PN = regPN ; - mkPN : N -> PN = nounPN - } ; - - - mkN2 = \n,p -> n ** {lock_N2 = <> ; c2 = p.s} ; - regN2 n = mkN2 (regN n) (mkPrep "of") ; - mkN3 = \n,p,q -> n ** {lock_N3 = <> ; c2 = p.s ; c3 = q.s} ; - ---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"). - - cnN2 : CN -> Prep -> N2 ; - cnN3 : CN -> Prep -> Prep -> N3 ; - --- This is obsolete. - cnN2 = \n,p -> n ** {lock_N2 = <> ; c2 = p.s} ; - cnN3 = \n,p,q -> n ** {lock_N3 = <> ; c2 = p.s ; c3 = q.s} ; - - regPN n = regGenPN n human ; - regGenPN n g = nameReg n g ** {g = g ; lock_PN = <>} ; - nounPN n = {s = n.s ! singular ; g = n.g ; lock_PN = <>} ; - - mk2A a b = mkAdjective a a a b ** {lock_A = <>} ; - regA a = regADeg a ** {lock_A = <>} ; - - mkA2 a p = a ** {c2 = p.s ; lock_A2 = <>} ; - - ADeg = A ; ---- - - mkADeg a b c d = mkAdjective a b c d ** {lock_A = <>} ; - - regADeg happy = - let - happ = init happy ; - y = last happy ; - happie = case y of { - "y" => happ + "ie" ; - "e" => happy ; - _ => happy + "e" - } ; - happily : Str = case happy of { - _ + "y" => happ + "ily" ; - _ + "ll" => happy + "y" ; - _ => happy + "ly" - } ; - in mkADeg happy (happie + "r") (happie + "st") happily ; - - duplADeg fat = - mkADeg fat - (fat + last fat + "er") (fat + last fat + "est") (fat + "ly") ; - - compoundADeg a = - let ad = (a.s ! AAdj Posit) - in mkADeg ad ("more" ++ ad) ("most" ++ ad) (a.s ! AAdv) ; - - adegA a = a ; - - mkAdv x = ss x ** {lock_Adv = <>} ; - mkAdV x = ss x ** {lock_AdV = <>} ; - mkAdA x = ss x ** {lock_AdA = <>} ; - - mkPrep p = ss p ** {lock_Prep = <>} ; - noPrep = mkPrep [] ; - - mk5V a b c d e = mkVerb a b c d e ** {s1 = [] ; lock_V = <>} ; - - regV cry = - let - cr = init cry ; - y = last cry ; - cries = (regN cry).s ! Pl ! Nom ; -- ! - crie = init cries ; - cried = case last crie of { - "e" => crie + "d" ; - _ => crie + "ed" - } ; - crying = case y of { - "e" => case last cr of { - "e" => cry + "ing" ; - _ => cr + "ing" - } ; - _ => cry + "ing" - } - in mk5V cry cries cried cried crying ; - - reg2V fit fitted = - let fitt = Predef.tk 2 fitted ; - in mk5V fit (fit + "s") (fitt + "ed") (fitt + "ed") (fitt + "ing") ; - - regDuplV fit = - case last fit of { - ("a" | "e" | "i" | "o" | "u" | "y") => - Predef.error (["final duplication makes no sense for"] ++ fit) ; - t => - let fitt = fit + t in - mk5V fit (fit + "s") (fitt + "ed") (fitt + "ed") (fitt + "ing") - } ; - - irregV x y z = let reg = (regV x).s in - mk5V x (reg ! VPres) y z (reg ! VPresPart) ** {s1 = [] ; lock_V = <>} ; - - irreg4V x y z w = let reg = (regV x).s in - mk5V x (reg ! VPres) y z w ** {s1 = [] ; lock_V = <>} ; - - irregDuplV fit y z = - let - fitting = (regDuplV fit).s ! VPresPart - in - mk5V fit (fit + "s") y z fitting ; - - partV v p = verbPart v p ** {lock_V = <>} ; - reflV v = {s = v.s ; part = v.part ; lock_V = v.lock_V ; isRefl = True} ; - - prepV2 v p = v ** {s = v.s ; s1 = v.s1 ; c2 = p.s ; lock_V2 = <>} ; - dirV2 v = prepV2 v noPrep ; - - mkV3 v p q = v ** {s = v.s ; s1 = v.s1 ; c2 = p.s ; c3 = q.s ; lock_V3 = <>} ; - dirV3 v p = mkV3 v noPrep p ; - dirdirV3 v = dirV3 v noPrep ; - - mkVS v = v ** {lock_VS = <>} ; - mkVV v = { - s = table {VVF vf => v.s ! vf ; _ => variants {}} ; - isAux = False ; lock_VV = <> - } ; - mkVQ v = v ** {lock_VQ = <>} ; - - V0 : Type = V ; --- V2S, V2V, V2Q : Type = V2 ; - AS, A2S, AV : Type = A ; - A2V : Type = A2 ; - - mkV0 v = v ** {lock_V = <>} ; - mkV2S v p = prepV2 v p ** {lock_V2S = <>} ; - mkV2V v p t = prepV2 v p ** {isAux = False ; lock_V2V = <>} ; - mkVA v = v ** {lock_VA = <>} ; - mkV2A v p = prepV2 v p ** {lock_V2A = <>} ; - mkV2Q v p = prepV2 v p ** {lock_V2Q = <>} ; - - mkAS v = v ** {lock_A = <>} ; - mkA2S v p = mkA2 v p ** {lock_A = <>} ; - mkAV v = v ** {lock_A = <>} ; - mkA2V v p = mkA2 v p ** {lock_A2 = <>} ; - - --- pre-overload API and overload definitions - - mk4N : (man,men,man's,men's : Str) -> N ; - regN : Str -> N ; - mk2N : (man,men : Str) -> N ; - genderN : Gender -> N -> N ; - compoundN : Str -> N -> N ; - - mkN = overload { - mkN : (man,men,man's,men's : Str) -> N = mk4N ; - mkN : Str -> N = regN ; - mkN : (man,men : Str) -> N = mk2N ; - mkN : Gender -> N -> N = genderN ; - mkN : Str -> N -> N = compoundN - } ; - - - mk2A : (free,freely : Str) -> A ; - regA : Str -> A ; - - mkA = overload { - mkA : Str -> A = regA ; - mkA : (fat,fatter : Str) -> A = \fat,fatter -> - mkAdjective fat fatter (init fatter + "st") (fat + "ly") ** {lock_A = <>} ; - mkA : (good,better,best,well : Str) -> A = \a,b,c,d -> - mkAdjective a b c d ** {lock_A = <>} - } ; - - compoundA = compoundADeg ; - - - mk5V : (go, goes, went, gone, going : Str) -> V ; - regV : (cry : Str) -> V ; - reg2V : (stop, stopped : Str) -> V; - irregV : (drink, drank, drunk : Str) -> V ; - irreg4V : (run, ran, run, running : Str) -> V ; - - -- Use reg2V instead - regDuplV : Str -> V ; - -- Use irreg4V instead - irregDuplV : (get, got, gotten : Str) -> V ; - - mkV = overload { - mkV : (cry : Str) -> V = regV ; - mkV : (stop, stopped : Str) -> V = reg2V ; - mkV : (drink, drank, drunk : Str) -> V = irregV ; - mkV : (run, ran, run, running : Str) -> V = irreg4V ; - mkV : (go, goes, went, gone, going : Str) -> V = mk5V - }; - - prepV2 : V -> Prep -> V2 ; - dirV2 : V -> V2 ; - - mkV2 = overload { - mkV2 : V -> Prep -> V2 = prepV2; - mkV2 : V -> V2 = dirV2 - }; - - ----- obsolete - --- Comparison adjectives may two more forms. - - ADeg : Type ; - - mkADeg : (good,better,best,well : Str) -> ADeg ; - --- The regular pattern recognizes two common variations: --- "-e" ("rude" - "ruder" - "rudest") and --- "-y" ("happy - happier - happiest - happily") - - regADeg : Str -> ADeg ; -- long, longer, longest - --- However, the duplication of the final consonant is nor predicted, --- but a separate pattern is used: - - duplADeg : Str -> ADeg ; -- fat, fatter, fattest - --- If comparison is formed by "more", "most", as in general for --- long adjective, the following pattern is used: - - compoundADeg : A -> ADeg ; -- -/more/most ridiculous - --- From a given $ADeg$, it is possible to get back to $A$. - - adegA : ADeg -> A ; - - - regPN : Str -> PN ; - regGenPN : Str -> Gender -> PN ; -- John, John's - --- Sometimes you can reuse a common noun as a proper name, e.g. "Bank". - - nounPN : N -> PN ; - - - -} ; diff --git a/old-lib/resource/english/PhraseEng.gf b/old-lib/resource/english/PhraseEng.gf deleted file mode 100644 index c635d4b98..000000000 --- a/old-lib/resource/english/PhraseEng.gf +++ /dev/null @@ -1,24 +0,0 @@ -concrete PhraseEng of Phrase = CatEng ** open Prelude, ResEng in { - - lin - PhrUtt pconj utt voc = {s = pconj.s ++ utt.s ++ voc.s} ; - - UttS s = s ; - UttQS qs = {s = qs.s ! QDir} ; - UttImpSg pol imp = {s = pol.s ++ imp.s ! contrNeg True pol.p ! ImpF Sg False} ; - UttImpPl pol imp = {s = pol.s ++ imp.s ! contrNeg True pol.p ! ImpF Pl False} ; - UttImpPol pol imp = {s = pol.s ++ imp.s ! contrNeg True pol.p ! ImpF Sg True} ; - - UttIP ip = {s = ip.s ! Nom} ; --- Acc also - UttIAdv iadv = iadv ; - UttNP np = {s = np.s ! Nom} ; - UttVP vp = {s = infVP False vp (agrP3 Sg)} ; - UttAdv adv = adv ; - - NoPConj = {s = []} ; - PConjConj conj = {s = conj.s2} ; --- - - NoVoc = {s = []} ; - VocNP np = {s = "," ++ np.s ! Nom} ; - -} diff --git a/old-lib/resource/english/QuestionEng.gf b/old-lib/resource/english/QuestionEng.gf deleted file mode 100644 index 2fc894932..000000000 --- a/old-lib/resource/english/QuestionEng.gf +++ /dev/null @@ -1,55 +0,0 @@ -concrete QuestionEng of Question = CatEng ** open ResEng, Prelude in { - - flags optimize=all_subs ; - - lin - - QuestCl cl = { - s = \\t,a,p => - let cls = cl.s ! t ! a ! p - in table { - QDir => cls ! OQuest ; - QIndir => "if" ++ cls ! ODir - } ---- "whether" in ExtEng - } ; - - QuestVP qp vp = - let cl = mkClause (qp.s ! Nom) (agrP3 qp.n) vp - in {s = \\t,a,b,_ => cl.s ! t ! a ! b ! ODir} ; - - QuestSlash ip slash = - mkQuestion (ss (slash.c2 ++ ip.s ! Acc)) slash ; - --- stranding in ExratEng - - QuestIAdv iadv cl = mkQuestion iadv cl ; - - QuestIComp icomp np = - mkQuestion icomp (mkClause (np.s ! Nom) np.a (predAux auxBe)) ; - - - PrepIP p ip = {s = p.s ++ ip.s ! Acc} ; - - AdvIP ip adv = { - s = \\c => ip.s ! c ++ adv.s ; - n = ip.n - } ; - - IdetCN idet cn = { - s = \\c => idet.s ++ cn.s ! idet.n ! c ; - n = idet.n - } ; - - IdetIP idet = { - s = \\c => idet.s ; - n = idet.n - } ; - - IdetQuant idet num = { - s = idet.s ! num.n ++ num.s ; - n = num.n - } ; - - CompIAdv a = a ; - CompIP p = ss (p.s ! Nom) ; - -} diff --git a/old-lib/resource/english/RelativeEng.gf b/old-lib/resource/english/RelativeEng.gf deleted file mode 100644 index 1ec1fc10a..000000000 --- a/old-lib/resource/english/RelativeEng.gf +++ /dev/null @@ -1,54 +0,0 @@ -concrete RelativeEng of Relative = CatEng ** open ResEng in { - - flags optimize=all_subs ; - - lin - - RelCl cl = { - s = \\t,a,p,_ => "such" ++ "that" ++ cl.s ! t ! a ! p ! ODir ; - c = Nom - } ; - - RelVP rp vp = { - s = \\t,ant,b,ag => - let - agr = case rp.a of { - RNoAg => ag ; - RAg a => a - } ; - cl = mkClause (rp.s ! RC (fromAgr agr).g Nom) agr vp - in - cl.s ! t ! ant ! b ! ODir ; - c = Nom - } ; - --- Pied piping: "at which we are looking". Stranding and empty --- relative are defined in $ExtraEng.gf$ ("that we are looking at", --- "we are looking at"). - - RelSlash rp slash = { - s = \\t,a,p,agr => - slash.c2 ++ rp.s ! RPrep (fromAgr agr).g ++ slash.s ! t ! a ! p ! ODir ; - c = Acc - } ; - - FunRP p np rp = { - s = \\c => np.s ! Acc ++ p.s ++ rp.s ! RPrep (fromAgr np.a).g ; - a = RAg np.a - } ; - - IdRP = - let varr : Str -> Str = \x -> variants {x ; "that"} --- for bwc - in { - s = table { - RC _ Gen => "whose" ; - RC Neutr _ => varr "which" ; - RC _ Acc => varr "whom" ; - RC _ Nom => varr "who" ; - RPrep Neutr => "which" ; - RPrep _ => "whom" - } ; - a = RNoAg - } ; - -} diff --git a/old-lib/resource/english/ResEng.gf b/old-lib/resource/english/ResEng.gf deleted file mode 100644 index 866ac2154..000000000 --- a/old-lib/resource/english/ResEng.gf +++ /dev/null @@ -1,479 +0,0 @@ ---# -path=.:../abstract:../common:../../prelude - ---1 English 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$. - -resource ResEng = ParamX ** open Prelude in { - - flags optimize=all ; - - --- Some parameters, such as $Number$, are inherited from $ParamX$. - ---2 For $Noun$ - --- This is the worst-case $Case$ needed for pronouns. - - param - Case = Nom | Acc | Gen ; - --- Agreement of $NP$ has 8 values. $Gender$ is needed for "who"/"which" and --- for "himself"/"herself"/"itself". - - param - Agr = AgP1 Number | AgP2 Number | AgP3Sg Gender | AgP3Pl ; - - param - Gender = Neutr | Masc | Fem ; - ---2 For $Verb$ - --- Only these five forms are needed for open-lexicon verbs. - - param - VForm = - VInf - | VPres - | VPPart - | VPresPart - | VPast --# notpresent - ; - --- Auxiliary verbs have special negative forms. - - VVForm = - VVF VForm - | VVPresNeg - | VVPastNeg --# notpresent - ; - --- The order of sentence is needed already in $VP$. - - Order = ODir | OQuest ; - - ---2 For $Adjective$ - - AForm = AAdj Degree | AAdv ; - ---2 For $Relative$ - - RAgr = RNoAg | RAg Agr ; - RCase = RPrep Gender | RC Gender Case ; - ---2 For $Numeral$ - - CardOrd = NCard | NOrd ; - DForm = unit | teen | ten ; - ---2 Transformations between parameter types - - oper - toAgr : Number -> Person -> Gender -> Agr = \n,p,g -> - case p of { - P1 => AgP1 n ; - P2 => AgP2 n ; - P3 => case n of { - Sg => AgP3Sg g ; - Pl => AgP3Pl - } - } ; - - fromAgr : Agr -> {n : Number ; p : Person ; g : Gender} = \a -> case a of { - AgP1 n => {n = n ; p = P1 ; g = Masc} ; - AgP2 n => {n = n ; p = P2 ; g = Masc} ; - AgP3Pl => {n = Pl ; p = P3 ; g = Masc} ; - AgP3Sg g => {n = Sg ; p = P3 ; g = g} - } ; - - agrP3 : Number -> Agr = \n -> agrgP3 n Neutr ; - - agrgP3 : Number -> Gender -> Agr = \n,g -> toAgr n P3 g ; - - conjAgr : Agr -> Agr -> Agr = \a0,b0 -> - let a = fromAgr a0 ; b = fromAgr b0 - in - toAgr - (conjNumber a.n b.n) - (conjPerson a.p b.p) a.g ; - --- For $Lex$. - --- For each lexical category, here are the worst-case constructors. - - mkNoun : (_,_,_,_ : Str) -> {s : Number => Case => Str} = - \man,mans,men,mens -> { - s = table { - Sg => table { - Gen => mans ; - _ => man - } ; - Pl => table { - Gen => mens ; - _ => men - } - } - } ; - - mkAdjective : (_,_,_,_ : Str) -> {s : AForm => Str} = - \good,better,best,well -> { - s = table { - AAdj Posit => good ; - AAdj Compar => better ; - AAdj Superl => best ; - AAdv => well - } - } ; - - mkVerb : (_,_,_,_,_ : Str) -> Verb = - \go,goes,went,gone,going -> { - s = table { - VInf => go ; - VPres => goes ; - VPast => went ; --# notpresent - VPPart => gone ; - VPresPart => going - } ; - isRefl = False - } ; - - mkIP : (i,me,my : Str) -> Number -> {s : Case => Str ; n : Number} = - \i,me,my,n -> let who = mkNP i me my n P3 Neutr in { - s = who.s ; - n = n - } ; - - mkNP : (i,me,my : Str) -> Number -> Person -> Gender -> - {s : Case => Str ; a : Agr} = - \i,me,my,n,p,g -> { - s = table { - Nom => i ; - Acc => me ; - Gen => my - } ; - a = toAgr n p g ; - } ; - --- These functions cover many cases; full coverage inflectional patterns are --- in $MorphoEng$. - - regN : Str -> {s : Number => Case => Str} = \car -> - mkNoun car (car + "'s") (car + "s") (car + "s'") ; - - regA : Str -> {s : AForm => Str} = \warm -> - mkAdjective warm (warm + "er") (warm + "est") (warm + "ly") ; - - regV : Str -> Verb = \walk -> - mkVerb walk (walk + "s") (walk + "ed") (walk + "ed") (walk + "ing") ; - - regNP : Str -> Number -> {s : Case => Str ; a : Agr} = \that,n -> - mkNP that that (that + "'s") n P3 Neutr ; - --- We have just a heuristic definition of the indefinite article. --- There are lots of exceptions: consonantic "e" ("euphemism"), consonantic --- "o" ("one-sided"), vocalic "u" ("umbrella"). - - artIndef = pre { - "a" ; - "an" / strs {"a" ; "e" ; "i" ; "o" ; "A" ; "E" ; "I" ; "O" } - } ; - - artDef = "the" ; - --- For $Verb$. - - Verb : Type = { - s : VForm => Str ; - isRefl : Bool - } ; - - param - CPolarity = - CPos - | CNeg Bool ; -- contracted or not - - oper - contrNeg : Bool -> Polarity -> CPolarity = \b,p -> case p of { - Pos => CPos ; - Neg => CNeg b - } ; - - VerbForms : Type = - Tense => Anteriority => CPolarity => Order => Agr => - {aux, adv, fin, inf : Str} ; -- would, not, sleeps, slept - - VP : Type = { - s : VerbForms ; - prp : Str ; -- present participle - inf : Str ; -- the infinitive form ; VerbForms would be the logical place - ad : Str ; -- sentence adverb - s2 : Agr => Str -- complement - } ; - - - SlashVP = VP ** {c2 : Str} ; - - predVc : (Verb ** {c2 : Str}) -> SlashVP = \verb -> - predV verb ** {c2 = verb.c2} ; - - predV : Verb -> VP = \verb -> { - s = \\t,ant,b,ord,agr => - let - inf = verb.s ! VInf ; - fin = presVerb verb agr ; - part = verb.s ! VPPart ; - in - case of { - => vff fin [] ; - => vf (does agr) inf ; - => vf (have agr) part ; --# notpresent - => vfn c (have agr) (havent agr) part ; --# notpresent - => vff (verb.s ! VPast) [] ; --# notpresent - => vf "did" inf ; --# notpresent - => vfn c "did" "didn't" inf ; --# notpresent - => vf "had" part ; --# notpresent - => vfn c "had" "hadn't" part ; --# notpresent - => vf "will" inf ; --# notpresent - => vfn c "will" "won't" inf ; --# notpresent - => vf "will" ("have" ++ part) ; --# notpresent - => vfn c "will" "won't"("have" ++ part) ; --# notpresent - => vf "would" inf ; --# notpresent - => vfn c "would" "wouldn't" inf ; --# notpresent - => vf "would" ("have" ++ part) ; --# notpresent - => vfn c "would" "wouldn't" ("have" ++ part) ; --# notpresent - => vfn c (does agr) (doesnt agr) inf - } ; - prp = verb.s ! VPresPart ; - inf = verb.s ! VInf ; - ad = [] ; - s2 = \\a => if_then_Str verb.isRefl (reflPron ! a) [] - } ; - - predAux : Aux -> VP = \verb -> { - s = \\t,ant,cb,ord,agr => - let - b = case cb of { - CPos => Pos ; - _ => Neg - } ; - inf = verb.inf ; - fin = verb.pres ! b ! agr ; - finp = verb.pres ! Pos ! agr ; - part = verb.ppart ; - in - case of { - => vf (have agr) part ; --# notpresent - => vfn c (have agr) (havent agr) part ; --# notpresent - => vf (verb.past ! b ! agr) [] ; --# notpresent - => vfn c (verb.past!Pos!agr)(verb.past!Neg!agr) [] ; --# notpresent - => vf "had" part ; --# notpresent - => vfn c "had" "hadn't" part ; --# notpresent - => vf "will" inf ; --# notpresent - => vfn c "will" "won't" inf ; --# notpresent - => vf "will" ("have" ++ part) ; --# notpresent - => vfn c "will" "won't"("have" ++ part) ; --# notpresent - => vf "would" inf ; --# notpresent - => vfn c "would" "wouldn't" inf ; --# notpresent - => vf "would" ("have" ++ part) ; --# notpresent - => vfn c "would" "wouldn't" ("have" ++ part) ; --# notpresent - => vf fin [] ; - => vfn c finp fin [] - } ; - prp = verb.prpart ; - inf = verb.inf ; - ad = [] ; - s2 = \\_ => [] - } ; - - vff : Str -> Str -> {aux, adv, fin, inf : Str} = \x,y -> - {aux = [] ; adv = [] ; fin = x ; inf = y} ; - - vf : Str -> Str -> {aux, adv, fin, inf : Str} = \x,y -> vfn True x x y ; - - vfn : Bool -> Str -> Str -> Str -> {aux, fin, adv, inf : Str} = - \contr,x,y,z -> - case contr of { - True => {aux = y ; adv = [] ; fin = [] ; inf = z} ; - False => {aux = x ; adv = "not" ; fin = [] ; inf = z} - } ; - - insertObj : (Agr => Str) -> VP -> VP = \obj,vp -> { - s = vp.s ; - prp = vp.prp ; - inf = vp.inf ; - ad = vp.ad ; - s2 = \\a => vp.s2 ! a ++ obj ! a - } ; - - insertObjPre : (Agr => Str) -> VP -> VP = \obj,vp -> { - s = vp.s ; - prp = vp.prp ; - inf = vp.inf ; - ad = vp.ad ; - s2 = \\a => obj ! a ++ vp.s2 ! a - } ; - - insertObjc : (Agr => Str) -> SlashVP -> SlashVP = \obj,vp -> - insertObj obj vp ** {c2 = vp.c2} ; - ---- The adverb should be before the finite verb. - - insertAdV : Str -> VP -> VP = \ad,vp -> { - s = vp.s ; - prp = vp.prp ; - inf = vp.inf ; - ad = vp.ad ++ ad ; - s2 = \\a => vp.s2 ! a - } ; - --- - - predVV : {s : VVForm => Str ; isAux : Bool} -> VP = \verb -> - let verbs = verb.s - in - case verb.isAux of { - True => predAux { - pres = table { - Pos => \\_ => verbs ! VVF VPres ; - Neg => \\_ => verbs ! VVPresNeg - } ; - past = table { --# notpresent - Pos => \\_ => verbs ! VVF VPast ; --# notpresent - Neg => \\_ => verbs ! VVPastNeg --# notpresent - } ; --# notpresent - inf = verbs ! VVF VInf ; - ppart = verbs ! VVF VPPart ; - prpart = verbs ! VVF VPresPart ; - } ; - _ => predV {s = \\vf => verbs ! VVF vf ; isRefl = False} - } ; - - presVerb : {s : VForm => Str} -> Agr -> Str = \verb -> - agrVerb (verb.s ! VPres) (verb.s ! VInf) ; - - infVP : Bool -> VP -> Agr -> Str = \isAux,vp,a -> - vp.ad ++ - case isAux of {True => [] ; False => "to"} ++ - vp.inf ++ vp.s2 ! a ; - - agrVerb : Str -> Str -> Agr -> Str = \has,have,agr -> - case agr of { - AgP3Sg _ => has ; - _ => have - } ; - - have = agrVerb "has" "have" ; - havent = agrVerb "hasn't" "haven't" ; - does = agrVerb "does" "do" ; - doesnt = agrVerb "doesn't" "don't" ; - - Aux = { - pres : Polarity => Agr => Str ; - past : Polarity => Agr => Str ; --# notpresent - inf,ppart,prpart : Str - } ; - - auxBe : Aux = { - pres = \\b,a => case of { - => "am" ; - => ["am not"] ; --- am not I - _ => agrVerb (posneg b "is") (posneg b "are") a - } ; - past = \\b,a => case a of { --# notpresent - AgP1 Sg | AgP3Sg _ => posneg b "was" ; --# notpresent - _ => (posneg b "were") --# notpresent - } ; --# notpresent - inf = "be" ; - ppart = "been" ; - prpart = "being" - } ; - - posneg : Polarity -> Str -> Str = \p,s -> case p of { - Pos => s ; - Neg => s + "n't" - } ; - - conjThat : Str = "that" ; - - reflPron : Agr => Str = table { - AgP1 Sg => "myself" ; - AgP2 Sg => "yourself" ; - AgP3Sg Masc => "himself" ; - AgP3Sg Fem => "herself" ; - AgP3Sg Neutr => "itself" ; - AgP1 Pl => "ourselves" ; - AgP2 Pl => "yourselves" ; - AgP3Pl => "themselves" - } ; - --- For $Sentence$. - - Clause : Type = { - s : Tense => Anteriority => CPolarity => Order => Str - } ; - - mkClause : Str -> Agr -> VP -> Clause = - \subj,agr,vp -> { - s = \\t,a,b,o => - let - verb = vp.s ! t ! a ! b ! o ! agr ; - compl = vp.s2 ! agr - in - case o of { - ODir => subj ++ verb.aux ++ verb.adv ++ vp.ad ++ verb.fin ++ verb.inf ++ compl ; - OQuest => verb.aux ++ subj ++ verb.adv ++ vp.ad ++ verb.fin ++ verb.inf ++ compl - } - } ; - - --- For $Numeral$. - - mkNum : Str -> Str -> Str -> Str -> {s : DForm => CardOrd => Str} = - \two, twelve, twenty, second -> - {s = table { - unit => table {NCard => two ; NOrd => second} ; - teen => \\c => mkCard c twelve ; - ten => \\c => mkCard c twenty - } - } ; - - regNum : Str -> {s : DForm => CardOrd => Str} = - \six -> mkNum six (six + "teen") (six + "ty") (regOrd six) ; - - regCardOrd : Str -> {s : CardOrd => Str} = \ten -> - {s = table {NCard => ten ; NOrd => regOrd ten}} ; - - mkCard : CardOrd -> Str -> Str = \c,ten -> - (regCardOrd ten).s ! c ; - - regOrd : Str -> Str = \ten -> - case last ten of { - "y" => init ten + "ieth" ; - _ => ten + "th" - } ; - - mkQuestion : - {s : Str} -> Clause -> - {s : Tense => Anteriority => CPolarity => QForm => Str} = \wh,cl -> - { - s = \\t,a,p => - let - cls = cl.s ! t ! a ! p ; - why = wh.s - in table { - QDir => why ++ cls ! OQuest ; - QIndir => why ++ cls ! ODir - } - } ; - --- for VP conjunction - - param - VPIForm = VPIInf | VPIPPart ; - - -} diff --git a/old-lib/resource/english/SentenceEng.gf b/old-lib/resource/english/SentenceEng.gf deleted file mode 100644 index f643300ea..000000000 --- a/old-lib/resource/english/SentenceEng.gf +++ /dev/null @@ -1,67 +0,0 @@ -concrete SentenceEng of Sentence = CatEng ** open Prelude, ResEng in { - - flags optimize=all_subs ; - - lin - - PredVP np vp = mkClause (np.s ! Nom) np.a vp ; - - PredSCVP sc vp = mkClause sc.s (agrP3 Sg) vp ; - - ImpVP vp = { - s = \\pol,n => - let - agr = AgP2 (numImp n) ; - verb = infVP True vp agr ; - dont = case pol of { - CNeg True => "don't" ; - CNeg False => "do" ++ "not" ; - _ => [] - } - in - dont ++ verb - } ; - - SlashVP np vp = - mkClause (np.s ! Nom) np.a vp ** {c2 = vp.c2} ; - - AdvSlash slash adv = { - s = \\t,a,b,o => slash.s ! t ! a ! b ! o ++ adv.s ; - c2 = slash.c2 - } ; - - SlashPrep cl prep = cl ** {c2 = prep.s} ; - - SlashVS np vs slash = - mkClause (np.s ! Nom) np.a - (insertObj (\\_ => conjThat ++ slash.s) (predV vs)) ** - {c2 = slash.c2} ; - - EmbedS s = {s = conjThat ++ s.s} ; - EmbedQS qs = {s = qs.s ! QIndir} ; - EmbedVP vp = {s = infVP False vp (agrP3 Sg)} ; --- agr - - UseCl t a p cl = { - s = t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! ctr p.p ! ODir - } ; - UseQCl t a p cl = { - s = \\q => t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! ctr p.p ! q - } ; - UseRCl t a p cl = { - s = \\r => t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! ctr p.p ! r ; - c = cl.c - } ; - UseSlash t a p cl = { - s = t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! ctr p.p ! ODir ; - c2 = cl.c2 - } ; - - AdvS a s = {s = a.s ++ "," ++ s.s} ; - - RelS s r = {s = s.s ++ "," ++ r.s ! agrP3 Sg} ; - - oper - ctr = contrNeg True ; -- contracted negations - -} - diff --git a/old-lib/resource/english/StructuralEng.gf b/old-lib/resource/english/StructuralEng.gf deleted file mode 100644 index d132e1ebb..000000000 --- a/old-lib/resource/english/StructuralEng.gf +++ /dev/null @@ -1,131 +0,0 @@ -concrete StructuralEng of Structural = CatEng ** - open MorphoEng, (P = ParadigmsEng), Prelude in { - - flags optimize=all ; - - lin - above_Prep = ss "above" ; - after_Prep = ss "after" ; - all_Predet = ss "all" ; - almost_AdA, almost_AdN = ss "almost" ; - although_Subj = ss "although" ; - always_AdV = ss "always" ; - and_Conj = sd2 [] "and" ** {n = Pl} ; ----b and_Conj = ss "and" ** {n = Pl} ; - because_Subj = ss "because" ; - before_Prep = ss "before" ; - behind_Prep = ss "behind" ; - between_Prep = ss "between" ; - both7and_DConj = sd2 "both" "and" ** {n = Pl} ; - but_PConj = ss "but" ; - by8agent_Prep = ss "by" ; - by8means_Prep = ss "by" ; - can8know_VV, can_VV = { - s = table { - VVF VInf => ["be able to"] ; - VVF VPres => "can" ; - VVF VPPart => ["been able to"] ; - VVF VPresPart => ["being able to"] ; - VVF VPast => "could" ; --# notpresent - VVPastNeg => "couldn't" ; --# notpresent - VVPresNeg => "can't" - } ; - isAux = True - } ; - during_Prep = ss "during" ; - either7or_DConj = sd2 "either" "or" ** {n = Sg} ; - everybody_NP = regNP "everybody" Sg ; - every_Det = mkDeterminer Sg "every" ; - everything_NP = regNP "everything" Sg ; - everywhere_Adv = ss "everywhere" ; - few_Det = mkDeterminer Pl "few" ; ---- first_Ord = ss "first" ; DEPRECATED - for_Prep = ss "for" ; - from_Prep = ss "from" ; - he_Pron = mkNP "he" "him" "his" Sg P3 Masc ; - here_Adv = ss "here" ; - here7to_Adv = ss ["to here"] ; - here7from_Adv = ss ["from here"] ; - how_IAdv = ss "how" ; - how8many_IDet = mkDeterminer Pl ["how many"] ; - if_Subj = ss "if" ; - in8front_Prep = ss ["in front of"] ; - i_Pron = mkNP "I" "me" "my" Sg P1 Masc ; - in_Prep = ss "in" ; - it_Pron = mkNP "it" "it" "its" Sg P3 Neutr ; - less_CAdv = ss "less" ; - many_Det = mkDeterminer Pl "many" ; - more_CAdv = ss "more" ; - most_Predet = ss "most" ; - much_Det = mkDeterminer Sg "much" ; - must_VV = { - s = table { - VVF VInf => ["have to"] ; - VVF VPres => "must" ; - VVF VPPart => ["had to"] ; - VVF VPresPart => ["having to"] ; - VVF VPast => ["had to"] ; --# notpresent - VVPastNeg => ["hadn't to"] ; --# notpresent - VVPresNeg => "mustn't" - } ; - isAux = True - } ; ----b no_Phr = ss "no" ; - no_Utt = ss "no" ; - on_Prep = ss "on" ; ----- one_Quant = mkDeterminer Sg "one" ; -- DEPRECATED - only_Predet = ss "only" ; - or_Conj = sd2 [] "or" ** {n = Sg} ; - otherwise_PConj = ss "otherwise" ; - part_Prep = ss "of" ; - please_Voc = ss "please" ; - possess_Prep = ss "of" ; - quite_Adv = ss "quite" ; - she_Pron = mkNP "she" "her" "her" Sg P3 Fem ; - so_AdA = ss "so" ; - somebody_NP = regNP "somebody" Sg ; - someSg_Det = mkDeterminer Sg "some" ; - somePl_Det = mkDeterminer Pl "some" ; - something_NP = regNP "something" Sg ; - somewhere_Adv = ss "somewhere" ; - that_Quant = mkQuant "that" "those" ; - there_Adv = ss "there" ; - there7to_Adv = ss "there" ; - there7from_Adv = ss ["from there"] ; - therefore_PConj = ss "therefore" ; - they_Pron = mkNP "they" "them" "their" Pl P3 Masc ; ---- - this_Quant = mkQuant "this" "these" ; - through_Prep = ss "through" ; - too_AdA = ss "too" ; - to_Prep = ss "to" ; - under_Prep = ss "under" ; - very_AdA = ss "very" ; - want_VV = P.mkVV (P.regV "want") ; - we_Pron = mkNP "we" "us" "our" Pl P1 Masc ; - whatPl_IP = mkIP "what" "what" "what's" Pl ; - whatSg_IP = mkIP "what" "what" "what's" Sg ; - when_IAdv = ss "when" ; - when_Subj = ss "when" ; - where_IAdv = ss "where" ; - which_IQuant = {s = \\_ => "which"} ; ----b whichPl_IDet = mkDeterminer Pl ["which"] ; ----b whichSg_IDet = mkDeterminer Sg ["which"] ; - whoPl_IP = mkIP "who" "whom" "whose" Pl ; - whoSg_IP = mkIP "who" "whom" "whose" Sg ; - why_IAdv = ss "why" ; - without_Prep = ss "without" ; - with_Prep = ss "with" ; ----b yes_Phr = ss "yes" ; - yes_Utt = ss "yes" ; - youSg_Pron = mkNP "you" "you" "your" Sg P2 Masc ; - youPl_Pron = mkNP "you" "you" "your" Pl P2 Masc ; - youPol_Pron = mkNP "you" "you" "your" Sg P2 Masc ; - - -oper - mkQuant : Str -> Str -> {s : Number => Str} = \x,y -> { - s = table Number [x ; y] - } ; - -} - diff --git a/old-lib/resource/english/VerbEng.gf b/old-lib/resource/english/VerbEng.gf deleted file mode 100644 index b78f6e258..000000000 --- a/old-lib/resource/english/VerbEng.gf +++ /dev/null @@ -1,50 +0,0 @@ -concrete VerbEng of Verb = CatEng ** open ResEng in { - - flags optimize=all_subs ; - - lin - UseV = predV ; - - SlashV2a v = predVc v ; - Slash2V3 v np = - insertObjc (\\_ => v.c2 ++ np.s ! Acc) (predV v ** {c2 = v.c3}) ; - Slash3V3 v np = - insertObjc (\\_ => v.c3 ++ np.s ! Acc) (predVc v) ; ---- - - ComplVV v vp = insertObj (\\a => infVP v.isAux vp a) (predVV v) ; - ComplVS v s = insertObj (\\_ => conjThat ++ s.s) (predV v) ; - ComplVQ v q = insertObj (\\_ => q.s ! QIndir) (predV v) ; - ComplVA v ap = insertObj (ap.s) (predV v) ; - - SlashV2V v vp = insertObjc (\\a => infVP v.isAux vp a) (predVc v) ; - SlashV2S v s = insertObjc (\\_ => conjThat ++ s.s) (predVc v) ; - SlashV2Q v q = insertObjc (\\_ => q.s ! QIndir) (predVc v) ; - SlashV2A v ap = insertObjc (\\a => ap.s ! a) (predVc v) ; ---- - - ComplSlash vp np = insertObjPre (\\_ => vp.c2 ++ np.s ! Acc) vp ; - - SlashVV vv vp = - insertObj (\\a => infVP vv.isAux vp a) (predVV vv) ** - {c2 = vp.c2} ; - SlashV2VNP vv np vp = - insertObjPre (\\_ => vv.c2 ++ np.s ! Acc) - (insertObjc (\\a => infVP vv.isAux vp a) (predVc vv)) ** - {c2 = vp.c2} ; - - UseComp comp = insertObj comp.s (predAux auxBe) ; - - AdvVP vp adv = insertObj (\\_ => adv.s) vp ; - - AdVVP adv vp = insertAdV adv.s vp ; - - ReflVP v = insertObjPre (\\a => v.c2 ++ reflPron ! a) v ; - - PassV2 v = insertObj (\\_ => v.s ! VPPart) (predAux auxBe) ; - ----b UseVS, UseVQ = \vv -> {s = vv.s ; c2 = [] ; isRefl = vv.isRefl} ; -- no "to" - - CompAP ap = ap ; - CompNP np = {s = \\_ => np.s ! Acc} ; - CompAdv a = {s = \\_ => a.s} ; - -} diff --git a/old-lib/resource/exx-resource.gft b/old-lib/resource/exx-resource.gft deleted file mode 100644 index c234f4969..000000000 --- a/old-lib/resource/exx-resource.gft +++ /dev/null @@ -1,222 +0,0 @@ --- Adjective - -PositA warm_A -ComparA warm_A (UsePron i_Pron) -ComplA2 married_A2 (UsePron she_Pron) -ComplA2 married_A2 (DetNP (DetQuant (PossPron she_Pron) NumPl)) -ComplA2 married_A2 (DetNP (DetQuant (PossPron she_Pron) NumSg)) -ReflA2 married_A2 -PositA (UseA2 married_A2) -SentAP (PositA good_A) (EmbedS (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseComp (CompAdv here_Adv))))) -AdAP very_AdA (PositA warm_A) - - --- Adverb - -PositAdvAdj warm_A -PrepNP in_Prep (DetArtSg DefArt (UseN house_N)) -ComparAdvAdj more_CAdv warm_A (UsePN john_PN) -ComparAdvAdjS more_CAdv warm_A (UseCl TPres ASimul PPos (PredVP (UsePron he_Pron) (UseV run_V))) -SubjS when_Subj (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV sleep_V))) -AdNum (AdnCAdv more_CAdv) (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))) - - --- Conjunction - -ConjS and_Conj (BaseS (UseCl TPres ASimul PPos (PredVP (UsePron he_Pron) (UseV walk_V))) (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV run_V)))) -ConjAP and_Conj (BaseAP (PositA cold_A) (PositA warm_A)) -ConjNP or_Conj (BaseNP (UsePron she_Pron) (UsePron we_Pron)) -ConjAdv or_Conj (BaseAdv here_Adv there_Adv) -ConjS either7or_DConj (BaseS (UseCl TPres ASimul PPos (PredVP (UsePron he_Pron) (UseV walk_V))) (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV run_V)))) -ConjAP both7and_DConj (BaseAP (PositA warm_A) (PositA cold_A)) -ConjNP either7or_DConj (BaseNP (UsePron he_Pron) (UsePron she_Pron)) -ConjAdv both7and_DConj (BaseAdv here_Adv there_Adv) - --- Idiom - -ImpersCl (UseComp (CompAP (PositA hot_A))) -GenericCl (UseV sleep_V) -CleftNP (UsePron i_Pron) (UseRCl TPast ASimul PPos (RelVP IdRP (ComplSlash (SlashV2a do_V2) (UsePron it_Pron)))) -CleftAdv here_Adv (UseCl TPast ASimul PPos (PredVP (UsePron she_Pron) (UseV sleep_V))) -ExistNP (DetArtSg IndefArt (UseN house_N)) -ExistIP (IdetCN (IdetQuant which_IQuant NumPl) (UseN house_N)) -PredVP (UsePron i_Pron) (ProgrVP (UseV sleep_V)) -ImpPl1 (UseV go_V) - --- Noun - -DetArtSg DefArt (UseN man_N) -UsePN john_PN -UsePron he_Pron -PredetNP only_Predet (DetArtSg DefArt (UseN man_N)) -PPartNP (DetArtSg DefArt (UseN man_N)) see_V2 -AdvNP (UsePN paris_PN) today_Adv -RelNP (UsePN paris_PN) (UseRCl TPres ASimul PPos (RelVP IdRP (UseComp (CompAdv here_Adv)))) -DetNP (DetQuant this_Quant (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))))) -DetCN (DetQuantOrd this_Quant (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5))))))) (OrdSuperl good_A)) (UseN man_N) -DetCN (DetQuant this_Quant (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))))) (UseN man_N) -DetCN (DetQuant this_Quant NumPl) (UseN man_N) -DetCN (DetQuant this_Quant NumSg) (UseN man_N) -NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))) -NumCard (NumDigits (IIDig D_5 (IDig D_1))) -NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot1plus n5 pot01))))) -NumCard (AdNum almost_AdN (NumDigits (IIDig D_5 (IDig D_1)))) -OrdDigits (IIDig D_5 (IDig D_1)) -OrdNumeral (num (pot2as3 (pot1as2 (pot1plus n5 pot01)))) -OrdSuperl warm_A -DetCN (DetArtOrd DefArt (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5))))))) (OrdSuperl good_A)) (UseN man_N) -DetCN (DetArtCard DefArt (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5))))))) (UseN man_N) -DetCN (DetArtCard IndefArt (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 pot01)))))) (UseN man_N) -DetCN (DetArtCard DefArt (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 pot01)))))) (UseN man_N) -DetArtSg DefArt (UseN man_N) -DetArtPl DefArt (UseN man_N) -MassNP (UseN beer_N) -DetCN (DetQuant (PossPron i_Pron) NumSg) (UseN house_N) -UseN house_N -ComplN2 mother_N2 (DetArtSg DefArt (UseN king_N)) -ComplN2 (ComplN3 distance_N3 (DetCN (DetQuant this_Quant NumSg) (UseN city_N))) (UsePN paris_PN) -UseN2 mother_N2 -ComplN2 (Use2N3 distance_N3) (DetCN (DetQuant this_Quant NumSg) (UseN city_N)) -ComplN2 (Use3N3 distance_N3) (UsePN paris_PN) -UseN2 (Use2N3 distance_N3) -AdjCN (PositA big_A) (UseN house_N) -RelCN (UseN house_N) (UseRCl TPast ASimul PPos (RelSlash IdRP (SlashVP (UsePN john_PN) (SlashV2a buy_V2)))) -AdvCN (UseN house_N) (PrepNP on_Prep (DetArtSg DefArt (UseN hill_N))) -SentCN (UseN question_N) (EmbedQS (UseQCl TPres ASimul PPos (QuestIAdv where_IAdv (PredVP (UsePron she_Pron) (UseV sleep_V))))) -DetArtSg DefArt (ApposCN (UseN city_N) (UsePN paris_PN)) -DetCN (DetQuant (PossPron i_Pron) NumSg) (ApposCN (UseN friend_N) (UsePN john_PN)) - --- Numeral - -num (pot2as3 (pot1as2 (pot0as1 (pot0 n6)))) -num (pot2as3 (pot1as2 (pot0as1 pot01))) -num (pot2as3 (pot1as2 (pot1 n6))) -num (pot2as3 (pot1as2 pot110)) -num (pot2as3 (pot1as2 pot111)) -num (pot2as3 (pot1as2 (pot1to19 n6))) -num (pot2as3 (pot1as2 (pot1 n6))) -num (pot2as3 (pot1as2 (pot1plus n6 (pot0 n5)))) -num (pot2as3 (pot2 (pot0 n4))) -num (pot2as3 (pot2plus (pot0 n4) (pot1plus n6 (pot0 n7)))) -num (pot3 (pot2plus (pot0 n4) (pot1plus n6 (pot0 n7)))) -num (pot3plus (pot2plus (pot0 n4) (pot1plus n6 (pot0 n7))) (pot1as2 (pot1plus n8 (pot0 n9)))) -IDig D_8 -IIDig D_8 (IIDig D_0 (IIDig D_0 (IIDig D_1 (IIDig D_7 (IIDig D_8 (IDig D_9)))))) - - --- Phrase - -PhrUtt but_PConj (UttImpSg PPos (ImpVP (AdvVP (UseV come_V) here_Adv))) (VocNP (DetCN (DetQuant (PossPron i_Pron) NumSg) (UseN friend_N))) -PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (UsePN john_PN) (UseV walk_V)))) NoVoc -UttQS (UseQCl TPres ASimul PPos (QuestCl (PredVP (UsePron it_Pron) (UseComp (CompAP (PositA good_A)))))) -UttImpSg PNeg (ImpVP (ReflVP (SlashV2a love_V2))) -UttImpPl PNeg (ImpVP (ReflVP (SlashV2a love_V2))) -UttImpPol PNeg (ImpVP (UseV sleep_V)) -UttIP whoPl_IP -UttIP whoSg_IP -UttIAdv why_IAdv -UttNP (DetCN (DetQuant this_Quant NumSg) (UseN man_N)) -UttAdv here_Adv -UttVP (UseV sleep_V) -VocNP (DetCN (DetQuant (PossPron i_Pron) NumSg) (UseN friend_N)) - - --- Question - -QuestCl (PredVP (UsePN john_PN) (UseV walk_V)) -QuestVP whoSg_IP (UseV walk_V) -QuestSlash whoSg_IP (SlashVP (UsePN john_PN) (SlashV2a love_V2)) -QuestIAdv why_IAdv (PredVP (UsePN john_PN) (UseV walk_V)) -QuestIComp (CompIAdv where_IAdv) (UsePN john_PN) -IdetCN (IdetQuant which_IQuant (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))))) (UseN song_N) -IdetIP (IdetQuant which_IQuant (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))))) -AdvIP whoSg_IP (PrepNP in_Prep (UsePN paris_PN)) -IdetIP (IdetQuant which_IQuant NumSg) -PrepIP with_Prep whoSg_IP -QuestIComp (CompIAdv where_IAdv) (UsePron it_Pron) -QuestIComp (CompIP whoSg_IP) (UsePron it_Pron) - - --- Relative - -ExistNP (DetArtSg IndefArt (RelCN (UseN woman_N) (UseRCl TPres ASimul PPos (RelCl (PredVP (UsePN john_PN) (ComplSlash (SlashV2a love_V2) (UsePron she_Pron))))))) -ExistNP (DetArtSg IndefArt (RelCN (UseN woman_N) (UseRCl TPres ASimul PPos (RelVP IdRP (ComplSlash (SlashV2a love_V2) (UsePN john_PN)))))) -ExistNP (DetArtSg IndefArt (RelCN (UseN woman_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePN john_PN) (SlashV2a love_V2)))))) -ExistNP (DetArtSg IndefArt (RelCN (UseN woman_N) (UseRCl TPres ASimul PPos (RelSlash (FunRP possess_Prep (DetArtSg DefArt (UseN2 mother_N2)) IdRP) (SlashVP (UsePN john_PN) (SlashV2a love_V2)))))) - --- Sentence - -PredVP (UsePN john_PN) (UseV walk_V) -PredSCVP (EmbedS (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV go_V)))) (UseComp (CompAP (PositA good_A))) -RelCN (UseN girl_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePron he_Pron) (SlashV2a see_V2)))) -RelCN (UseN girl_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (AdvSlash (SlashVP (UsePron he_Pron) (SlashV2a see_V2)) today_Adv))) -RelCN (UseN girl_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashPrep (PredVP (UsePron he_Pron) (UseV walk_V)) with_Prep))) -RelCN (UseN girl_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVS (UsePron she_Pron) say_VS (UseSlash TPres ASimul PPos (SlashVP (UsePron he_Pron) (SlashV2a love_V2)))))) -ImpVP (ReflVP (SlashV2a love_V2)) -EmbedS (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV go_V))) -EmbedQS (UseQCl TPres ASimul PPos (QuestVP whoSg_IP (UseV go_V))) -EmbedVP (UseV go_V) -UseCl TCond AAnter PNeg (PredVP (UsePN john_PN) (UseV walk_V)) -UseQCl TCond AAnter PNeg (QuestCl (PredVP (UsePN john_PN) (UseV walk_V))) -RelCN (UseN girl_N) (UseRCl TCond AAnter PNeg (RelVP IdRP (UseV walk_V))) -RelCN (UseN girl_N) (UseRCl TCond AAnter PNeg (RelSlash IdRP (SlashPrep (PredVP (UsePron i_Pron) (UseV walk_V)) with_Prep))) -RelS (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV sleep_V))) (UseRCl TPres ASimul PPos (RelVP IdRP (UseComp (CompAP (PositA good_A))))) - - --- Text - -TEmpty -TFullStop (PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (UsePN john_PN) (UseV walk_V)))) NoVoc) TEmpty -TQuestMark (PhrUtt NoPConj (UttQS (UseQCl TPres ASimul PPos (QuestCl (PredVP (UsePron they_Pron) (UseComp (CompAdv here_Adv)))))) NoVoc) TEmpty -TExclMark (PhrUtt NoPConj (ImpPl1 (UseV go_V)) NoVoc) TEmpty - --- Verb - -PredVP (UsePron i_Pron) (UseV sleep_V) -PredVP (UsePron i_Pron) (ComplVV want_VV (UseV run_V)) -PredVP (UsePron i_Pron) (ComplVS say_VS (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV run_V)))) -PredVP (UsePron i_Pron) (ComplVQ wonder_VQ (UseQCl TPres ASimul PPos (QuestVP whoSg_IP (UseV run_V)))) -PredVP (UsePron they_Pron) (ComplVA become_VA (PositA red_A)) -PredVP (UsePron i_Pron) (ComplSlash (Slash3V3 give_V3 (UsePron he_Pron)) (UsePron it_Pron)) -PredVP (UsePron i_Pron) (ComplSlash (SlashV2V beg_V2V (UseV go_V)) (UsePron she_Pron)) -PredVP (UsePron i_Pron) (ComplSlash (SlashV2S answer_V2S (UseCl TPres ASimul PPos (PredVP (UsePron it_Pron) (UseComp (CompAP (PositA good_A)))))) (UsePron he_Pron)) -PredVP (UsePron i_Pron) (ComplSlash (SlashV2Q ask_V2Q (UseQCl TPast ASimul PPos (QuestVP whoSg_IP (UseV come_V)))) (UsePron he_Pron)) -PredVP (UsePron i_Pron) (ComplSlash (SlashV2A paint_V2A (PositA red_A)) (UsePron it_Pron)) -RelCN (UseN car_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePron i_Pron) (SlashVV want_VV (SlashV2a buy_V2))))) -RelCN (UseN car_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePron they_Pron) (SlashV2VNP beg_V2V (UsePron i_Pron) (SlashV2a buy_V2))))) -PredVP (UsePron he_Pron) (ReflVP (SlashV2a love_V2)) -PredVP (DetNP (DetQuant this_Quant NumSg)) (UseComp (CompAP (PositA warm_A))) -PredVP (UsePron we_Pron) (PassV2 love_V2) -PredVP (UsePron we_Pron) (AdvVP (UseV sleep_V) here_Adv) -PredVP (UsePron we_Pron) (AdVVP always_AdV (UseV sleep_V)) -PredVP (UsePron we_Pron) (UseComp (CompAP (PositA small_A))) -PredVP (UsePron i_Pron) (UseComp (CompNP (DetArtSg IndefArt (UseN man_N)))) -PredVP (UsePron i_Pron) (UseComp (CompAdv here_Adv)) - - - --- Janna's and Krasimir's long examples - -RelCN (UseN car_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePron they_Pron) (SlashV2VNP beg_V2V (UsePron i_Pron) (SlashVV want_VV (SlashV2A paint_V2A (PositA red_A))))))) -PhrUtt NoPConj (UttImpSg PPos (ImpVP (AdVVP always_AdV (ComplSlash (SlashV2a listen_V2) (DetArtSg DefArt (UseN sea_N)))))) NoVoc -PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (ExistNP (PredetNP only_Predet (DetCN (DetArtCard IndefArt (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n2))))))) (AdvCN (RelCN (UseN woman_N) (UseRCl TCond ASimul PPos (RelSlash IdRP (SlashPrep (PredVP (UsePron i_Pron) (ComplVV want_VV (PassV2 see_V2))) with_Prep)))) (PrepNP in_Prep (DetArtSg DefArt (UseN rain_N))))))))) NoVoc -PhrUtt NoPConj (UttImpSg PPos (ImpVP (ComplSlash (SlashV2A paint_V2A (ConjAP both7and_DConj (BaseAP (ComparA small_A (DetArtSg DefArt (UseN sun_N))) (ComparA big_A (DetArtSg DefArt (UseN moon_N)))))) (DetArtSg DefArt (UseN earth_N))))) NoVoc -PhrUtt NoPConj (ImpPl1 (ComplVS hope_VS (ConjS either7or_DConj (BaseS (UseCl TPres ASimul PPos (PredVP (DetArtSg DefArt (ComplN2 father_N2 (DetArtSg DefArt (UseN baby_N)))) (UseV run_V))) (UseCl TPres ASimul PPos (PredVP (DetArtSg DefArt (UseN2 (Use2N3 distance_N3))) (UseComp (CompAP (PositA small_A))))))))) NoVoc -PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (DetCN every_Det (UseN baby_N)) (UseComp (CompNP (ConjNP either7or_DConj (BaseNP (DetArtSg IndefArt (UseN boy_N)) (DetArtSg IndefArt (UseN girl_N))))))))) NoVoc -PhrUtt NoPConj (UttAdv (ConjAdv either7or_DConj (ConsAdv here7from_Adv (BaseAdv there_Adv everywhere_Adv)))) NoVoc -PhrUtt NoPConj (UttVP (PassV2 know_V2)) NoVoc -RelCN (UseN bird_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePron i_Pron) (SlashVV want_VV (SlashV2A paint_V2A (PositA red_A)))))) -UttImpSg PPos (ImpVP (ComplVV want_VV (ComplSlash (SlashV2a buy_V2) (UsePron it_Pron)))) -UttImpSg PPos (ImpVP (ComplVV want_VV (ComplSlash (SlashV2A paint_V2A (PositA red_A)) (UsePron it_Pron)))) -UttImpSg PPos (ImpVP (ComplSlash (SlashVV want_VV (SlashV2VNP beg_V2V (UsePron i_Pron) (SlashV2a buy_V2))) (UsePron it_Pron))) -PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (DetArtPl DefArt (UseN fruit_N)) (ReflVP (Slash3V3 sell_V3 (DetArtSg DefArt (UseN road_N))))))) NoVoc -PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (UsePron i_Pron) (ReflVP (SlashV2V beg_V2V (UseV live_V)))))) NoVoc -PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (UsePron i_Pron) (ReflVP (SlashV2S answer_V2S (UseCl TPres ASimul PPos (ImpersCl (ComplVV must_VV (ReflVP (SlashV2a understand_V2)))))))))) NoVoc -PhrUtt NoPConj (UttImpSg PPos (ImpVP (ReflVP (SlashV2Q ask_V2Q (UseQCl TPast ASimul PPos (QuestVP whoSg_IP (UseV come_V))))))) NoVoc -PhrUtt NoPConj (UttS (UseCl TPast ASimul PPos (PredVP (UsePron i_Pron) (ReflVP (SlashV2A paint_V2A (ComparA beautiful_A (UsePN john_PN))))))) NoVoc - --- more long examples - -UttS (UseCl TPres ASimul PPos (PredVP (DetCN (DetQuant this_Quant NumSg) (UseN grammar_N)) (ComplSlash (SlashV2a speak_V2) (DetCN (DetArtCard IndefArt (NumNumeral (num (pot2as3 (pot1as2 (pot1to19 n2)))))) (UseN language_N))))) -UseCl TPast AAnter PPos (PredVP (UsePron she_Pron) (ComplSlash (SlashV2a buy_V2) (DetArtSg IndefArt (AdjCN (PositA red_A) (UseN house_N))))) - diff --git a/old-lib/resource/finnish/AdjectiveFin.gf b/old-lib/resource/finnish/AdjectiveFin.gf deleted file mode 100644 index 78e7d4a7c..000000000 --- a/old-lib/resource/finnish/AdjectiveFin.gf +++ /dev/null @@ -1,40 +0,0 @@ -concrete AdjectiveFin of Adjective = CatFin ** open ResFin, Prelude in { - - flags optimize=all_subs ; -- gfc size from 2864336 to 6786 - i.e. factor 422 - - lin - - PositA a = { - s = \\_ => a.s ! Posit - } ; - ComparA a np = { - s = \\isMod,af => case isMod of { - True => np.s ! NPCase Part ++ a.s ! Compar ! af ; -- minua isompi - _ => a.s ! Compar ! af ++ "kuin" ++ np.s ! NPCase Nom -- isompi kuin min - } - } ; - --- $SuperlA$ belongs to determiner syntax in $Noun$. - - ComplA2 adj np = { - s = \\isMod,af => - preOrPost isMod (appCompl True Pos adj.c2 np) (adj.s ! Posit ! af) - } ; - - ReflA2 adj = { - s = \\isMod,af => - preOrPost isMod - (appCompl True Pos adj.c2 (reflPron (agrP3 Sg))) (adj.s ! Posit ! af) - } ; - - SentAP ap sc = { - s = \\b,a => ap.s ! b ! a ++ sc.s - } ; - - AdAP ada ap = { - s = \\b,af => ada.s ++ ap.s ! b ! af - } ; - - UseA2 a = a ; - -} diff --git a/old-lib/resource/finnish/AdverbFin.gf b/old-lib/resource/finnish/AdverbFin.gf deleted file mode 100644 index a331f985a..000000000 --- a/old-lib/resource/finnish/AdverbFin.gf +++ /dev/null @@ -1,21 +0,0 @@ -concrete AdverbFin of Adverb = CatFin ** open ResFin, Prelude in { - - lin - PositAdvAdj a = {s = a.s ! Posit ! AAdv} ; - ComparAdvAdj cadv a np = { - s = cadv.s ++ a.s ! Posit ! AAdv ++ "kuin" ++ np.s ! NPCase Nom - } ; - ComparAdvAdjS cadv a s = { - s = cadv.s ++ a.s ! Posit ! AAdv ++ "kuin" ++ s.s - } ; - - PrepNP prep np = {s = preOrPost prep.isPre prep.s (np.s ! prep.c)} ; - - AdAdv = cc2 ; - - SubjS = cc2 ; -----b AdvSC s = s ; - - AdnCAdv cadv = {s = cadv.s ++ "kuin"} ; - -} diff --git a/old-lib/resource/finnish/AllFin.gf b/old-lib/resource/finnish/AllFin.gf deleted file mode 100644 index b79a50b30..000000000 --- a/old-lib/resource/finnish/AllFin.gf +++ /dev/null @@ -1,6 +0,0 @@ ---# -path=.:../abstract:../common:prelude - -concrete AllFin of AllFinAbs = - LangFin, - ExtraFin - ** {} ; diff --git a/old-lib/resource/finnish/AllFinAbs.gf b/old-lib/resource/finnish/AllFinAbs.gf deleted file mode 100644 index 9aeee82f3..000000000 --- a/old-lib/resource/finnish/AllFinAbs.gf +++ /dev/null @@ -1,4 +0,0 @@ -abstract AllFinAbs = - Lang, - ExtraFinAbs - ** {} ; diff --git a/old-lib/resource/finnish/CatFin.gf b/old-lib/resource/finnish/CatFin.gf deleted file mode 100644 index b6a8cdcc9..000000000 --- a/old-lib/resource/finnish/CatFin.gf +++ /dev/null @@ -1,100 +0,0 @@ -concrete CatFin of Cat = CommonX ** open ResFin, Prelude in { - - flags optimize=all_subs ; - - lincat - --- Tensed/Untensed - - S = {s : Str} ; - QS = {s : Str} ; - RS = {s : Agr => Str ; c : NPForm} ; - SSlash = {s : Str ; c2 : Compl} ; - --- Sentence - - Cl = {s : ResFin.Tense => Anteriority => Polarity => SType => Str} ; - ClSlash = {s : ResFin.Tense => Anteriority => Polarity => Str ; c2 : Compl} ; - Imp = {s : Polarity => Number => Str} ; - --- Question - - QCl = {s : ResFin.Tense => Anteriority => Polarity => Str} ; - IP = {s : NPForm => Str ; n : Number} ; - IComp = {s : Agr => Str} ; - IDet = {s : Case => Str ; n : Number ; isNum : Bool} ; - IQuant = {s : Number => Case => Str} ; - --- Relative - - RCl = {s : ResFin.Tense => Anteriority => Polarity => Agr => Str ; c : NPForm} ; - RP = {s : Number => NPForm => Str ; a : RAgr} ; - --- Verb - - VP = ResFin.VP ; - VPSlash = ResFin.VP ** {c2 : Compl} ; - Comp = {s : Agr => Str} ; - --- Adjective - --- The $Bool$ tells whether usage is modifying (as opposed to --- predicative), e.g. "x on suurempi kuin y" vs. "y:t suurempi luku". - - AP = {s : Bool => AForm => Str} ; - --- Noun - --- The $Bool$ tells if a possessive suffix is attached, which affects the case. - - CN = {s : NForm => Str} ; - Pron = {s : NPForm => Str ; a : Agr} ; - NP = {s : NPForm => Str ; a : Agr ; isPron : Bool} ; - Det = { - s1 : Case => Str ; -- minun kolme - s2 : Str ; -- -ni - n : Number ; -- Pl (agreement feature for verb) - isNum : Bool ; -- True (a numeral is present) - isPoss : Bool ; -- True (a possessive suffix is present) - isDef : Bool -- True (verb agrees in Pl, Nom is not Part) - } ; ----- QuantSg, QuantPl = {s1 : Case => Str ; s2 : Str ; isPoss, isDef : Bool} ; - Ord = {s : Number => Case => Str} ; - Predet = {s : Number => NPForm => Str} ; - Quant = {s1 : Number => Case => Str ; s2 : Str ; isPoss : Bool} ; - Art = {s1 : Number => Case => Str ; isDef : Bool} ; - Card = {s : Number => Case => Str ; n : Number} ; - Num = {s : Number => Case => Str ; isNum : Bool ; n : Number} ; - --- Numeral - - Numeral = {s : CardOrd => Str ; n : Number} ; - Digits = {s : CardOrd => Str ; n : Number} ; - --- Structural - - Conj = {s1,s2 : Str ; n : Number} ; -----b DConj = {s1,s2 : Str ; n : Number} ; - Subj = {s : Str} ; - Prep = Compl ; - --- Open lexical classes, e.g. Lexicon - - V, VS, VQ = Verb1 ; -- = {s : VForm => Str ; sc : Case} ; - V2, VA, V2Q, V2S = Verb1 ** {c2 : Compl} ; - V2A = Verb1 ** {c2, c3 : Compl} ; - VV = Verb1 ** {vi : InfForm} ; ---- infinitive form - V2V = Verb1 ** {c2 : Compl ; vi : InfForm} ; ---- infinitive form - V3 = Verb1 ** {c2, c3 : Compl} ; - - A = {s : Degree => AForm => Str} ; - A2 = {s : Degree => AForm => Str ; c2 : Compl} ; - - N = {s : NForm => Str} ; - N2 = {s : NForm => Str} ** {c2 : Compl ; isPre : Bool} ; - N3 = {s : NForm => Str} ** {c2,c3 : Compl ; isPre,isPre2 : Bool} ; - PN = {s : Case => Str} ; - -oper Verb1 = {s : VForm => Str ; sc : NPForm ; qp : Str} ; - -} diff --git a/old-lib/resource/finnish/CompatibilityFin.gf b/old-lib/resource/finnish/CompatibilityFin.gf deleted file mode 100644 index 87e35f9d1..000000000 --- a/old-lib/resource/finnish/CompatibilityFin.gf +++ /dev/null @@ -1,11 +0,0 @@ ---# -path=.:../abstract:../common - -concrete CompatibilityFin of Compatibility = CatFin ** open Prelude, ResFin in { - --- from Noun 19/4/2008 - -lin - NumInt n = {s = \\_,_ => n.s ; isNum = True ; n = Pl} ; - OrdInt n = {s = \\_,_ => n.s ++ "."} ; - -} diff --git a/old-lib/resource/finnish/ConjunctionFin.gf b/old-lib/resource/finnish/ConjunctionFin.gf deleted file mode 100644 index 94cea7f8c..000000000 --- a/old-lib/resource/finnish/ConjunctionFin.gf +++ /dev/null @@ -1,36 +0,0 @@ -concrete ConjunctionFin of Conjunction = - CatFin ** open ResFin, Coordination, Prelude in { - - flags optimize=all_subs ; - - lin - - ConjS = conjunctDistrSS ; - - ConjAdv = conjunctDistrSS ; - - ConjNP conj ss = conjunctDistrTable NPForm conj ss ** { - a = {n = conjNumber conj.n ss.a.n ; p = ss.a.p} ; - isPron = False - } ; - - ConjAP conj ss = conjunctDistrTable2 Bool AForm conj ss ; - --- These fun's are generated from the list cat's. - - BaseS = twoSS ; - ConsS = consrSS comma ; - BaseAdv = twoSS ; - ConsAdv = consrSS comma ; - BaseNP x y = twoTable NPForm x y ** {a = conjAgr x.a y.a} ; - ConsNP xs x = consrTable NPForm comma xs x ** {a = conjAgr xs.a x.a} ; - BaseAP x y = twoTable2 Bool AForm x y ; - ConsAP xs x = consrTable2 Bool AForm comma xs x ; - - lincat - [S] = {s1,s2 : Str} ; - [Adv] = {s1,s2 : Str} ; - [NP] = {s1,s2 : NPForm => Str ; a : Agr} ; - [AP] = {s1,s2 : Bool => AForm => Str} ; - -} diff --git a/old-lib/resource/finnish/ExtraFin.gf b/old-lib/resource/finnish/ExtraFin.gf deleted file mode 100644 index ddacea698..000000000 --- a/old-lib/resource/finnish/ExtraFin.gf +++ /dev/null @@ -1,79 +0,0 @@ ---# -path=.:abstract:common:prelude - -concrete ExtraFin of ExtraFinAbs = CatFin ** - open ResFin, MorphoFin, Coordination, Prelude, NounFin, StructuralFin in { - - lin - GenNP np = { - s1 = \\_,_ => np.s ! NPCase Gen ; - s2 = [] ; - isNum = False ; - isPoss = False ; - isDef = True --- "Jussin kolme autoa ovat" ; thus "...on" is missing - } ; - - - lincat - VPI = {s : Str} ; - [VPI] = {s1,s2 : Str} ; - lin - BaseVPI = twoSS ; - ConsVPI = consrSS comma ; - - MkVPI vp = {s = infVP (NPCase Nom) Pos (agrP3 Sg) vp Inf1} ; - ConjVPI = conjunctDistrSS ; - ComplVPIVV vv vpi = - insertObj (\\_,_,_ => vpi.s) (predV vv) ; - - AdvExistNP adv np = - mkClause (\_ -> adv.s) np.a (insertObj - (\\_,b,_ => np.s ! NPCase Nom) (predV (verbOlla ** {sc = NPCase Nom ; qp = "ko"}))) ; - - RelExistNP prep rp np = { - s = \\t,ant,bo,ag => - let cl = - mkClause - (\_ -> appCompl True Pos prep (rp2np ag.n rp)) - np.a - (insertObj - (\\_,b,_ => np.s ! NPCase Nom) - (predV (verbOlla ** {sc = NPCase Nom ; qp = "ko"}))) ; - in - cl.s ! t ! ant ! bo ! SDecl ; - c = NPCase Nom - } ; - - AdvPredNP adv v np = - mkClause (\_ -> adv.s) np.a (insertObj - (\\_,b,_ => np.s ! NPCase Nom) (predV v)) ; - - i_implicPron = mkPronoun [] "minun" "minua" "minuna" "minuun" Sg P1 ; - whatPart_IP = { - s = table { - NPCase Nom | NPAcc => "mit" ; - c => whatSg_IP.s ! c - } ; - n = Sg - } ; - - PartCN cn = - let - acn = DetArtSg IndefArt cn - in { - s = table { - NPCase Nom | NPAcc => acn.s ! NPCase Part ; - c => acn.s ! c - } ; - a = acn.a ; - isPron = False - } ; - - - vai_Conj = {s1 = [] ; s2 = "vai" ; n = Sg} ; - - - CompPartAP ap = { - s = \\agr => ap.s ! False ! AN (NCase agr.n Part) - } ; - -} diff --git a/old-lib/resource/finnish/ExtraFinAbs.gf b/old-lib/resource/finnish/ExtraFinAbs.gf deleted file mode 100644 index 824411120..000000000 --- a/old-lib/resource/finnish/ExtraFinAbs.gf +++ /dev/null @@ -1,19 +0,0 @@ -abstract ExtraFinAbs = Extra [ - GenNP,VPI,ListVPI,BaseVPI,ConsVPI,MkVPI,ComplVPIVV,ConjVPI, - VV,VP,Conj,NP,Quant] ** { - - fun - AdvExistNP : Adv -> NP -> Cl ; -- kuvassa olemme me - AdvPredNP : Adv -> V -> NP -> Cl ; -- kuvassa hymyilee Veikko - - RelExistNP : Prep -> RP -> NP -> RCl ; -- jossa on jazzia - - i_implicPron : Pron ; -- (minä), minut, ... - whatPart_IP : IP ; - - PartCN : CN -> NP ; -- olutta - - vai_Conj : Conj ; -- minä vai sinä? ("or" in question) - - CompPartAP : AP -> Comp ; -- kahvi on valmista -} diff --git a/old-lib/resource/finnish/GrammarFin.gf b/old-lib/resource/finnish/GrammarFin.gf deleted file mode 100644 index 6ae2ee9ea..000000000 --- a/old-lib/resource/finnish/GrammarFin.gf +++ /dev/null @@ -1,21 +0,0 @@ ---# -path=.:../abstract:../common:prelude - -concrete GrammarFin of Grammar = - NounFin, - VerbFin, - AdjectiveFin, - AdverbFin, - NumeralFin, - SentenceFin, - QuestionFin, - RelativeFin, - ConjunctionFin, - PhraseFin, - TextX, - IdiomFin, - StructuralFin - ** { - -flags startcat = Phr ; unlexer = finnish ; lexer = text ; - -} ; diff --git a/old-lib/resource/finnish/IdiomFin.gf b/old-lib/resource/finnish/IdiomFin.gf deleted file mode 100644 index 99b0e2080..000000000 --- a/old-lib/resource/finnish/IdiomFin.gf +++ /dev/null @@ -1,75 +0,0 @@ -concrete IdiomFin of Idiom = CatFin ** - open MorphoFin, ParadigmsFin, Prelude in { - - flags optimize=all_subs ; - - lin - ExistNP np = - let - cas : Polarity -> NPForm = \p -> case p of { - Pos => NPCase Nom ; -- on olemassa luku - Neg => NPCase Part -- ei ole olemassa lukua - } - in - mkClause noSubj (agrP3 Sg) (insertObj - (\\_,b,_ => "olemassa" ++ np.s ! cas b) (predV olla)) ; - - ExistIP ip = - let - cas : NPForm = NPCase Part ; --- dep on num, pol? - vp = insertObj (\\_,b,_ => "olemassa") (predV olla) ; - cl = mkClause (subjForm (ip ** {isPron = False ; a = agrP3 Sg}) cas) (agrP3 Sg) vp - in { - s = \\t,a,p => cl.s ! t ! a ! p ! SDecl - } ; - --- Notice the nominative in the cleft $NP$: "se on Matti josta Liisa pitää" - - CleftNP np rs = mkClause (\_ -> "se") (agrP3 Sg) - (insertExtrapos (rs.s ! np.a) - (insertObj (\\_,_,_ => np.s ! NPCase Nom) (predV olla))) ; - --- This gives the almost forbidden "se on Porissa kun Matti asuu". - - CleftAdv ad s = mkClause (\_ -> "se") (agrP3 Sg) - (insertExtrapos ("kun" ++ s.s) - (insertObj (\\_,_,_ => ad.s) (predV olla))) ; - - ImpersCl vp = mkClause noSubj (agrP3 Sg) vp ; - - GenericCl vp = mkClause noSubj (agrP3 Sg) { - s = \\_ => vp.s ! VIPass ; - s2 = vp.s2 ; - ext = vp.ext ; - sc = vp.sc ; - qp = vp.qp - } ; - - ProgrVP vp = - let - inf = (vp.s ! VIInf Inf3Iness ! Simul ! Pos ! agrP3 Sg).fin ; - on = predV olla - in { - s = on.s ; - s2 = \\b,p,a => inf ++ vp.s2 ! b ! p ! a ; - ext = vp.ext ; - sc = vp.sc ; - qp = vp.qp - } ; - --- This gives "otetaan oluet" instead of "ottakaamme oluet". --- The imperative is not available in a $VP$. - - ImpPl1 vp = - let vps = vp.s ! VIPass ! Simul ! Pos ! {n = Pl ; p = P1} - in - {s = vps.fin ++ vps.inf ++ - vp.s2 ! True ! Pos ! {n = Pl ; p = P1} ++ vp.ext - } ; - - oper - olla = verbOlla ** {sc = NPCase Nom ; qp = "ko"} ; - - noSubj : Polarity -> Str = \_ -> [] ; -} - diff --git a/old-lib/resource/finnish/LangFin.gf b/old-lib/resource/finnish/LangFin.gf deleted file mode 100644 index 3cd551a18..000000000 --- a/old-lib/resource/finnish/LangFin.gf +++ /dev/null @@ -1,10 +0,0 @@ ---# -path=.:../abstract:../common:prelude - -concrete LangFin of Lang = - GrammarFin, - LexiconFin - ** { - -flags startcat = Phr ; unlexer = text ; lexer = finnish ; - -} ; diff --git a/old-lib/resource/finnish/LexiconFin.gf b/old-lib/resource/finnish/LexiconFin.gf deleted file mode 100644 index e15538b4f..000000000 --- a/old-lib/resource/finnish/LexiconFin.gf +++ /dev/null @@ -1,387 +0,0 @@ ---# -path=.:prelude - -concrete LexiconFin of Lexicon = CatFin ** open MorphoFin, ParadigmsFin in { - -flags - optimize=values ; - - -lin - airplane_N = mkN "lentokone" ; - answer_V2S = mkV2 (mkV "vastata") (casePrep allative) ; - apartment_N = mkN "asunto" ; - apple_N = mkN "omena" ; --- omenia, not omenoita - art_N = mkN "taide" ; - ask_V2Q = mkV2 (mkV "kysy") (casePrep ablative) ; - baby_N = mkN "vauva" ; - bad_A = mkA (mkN "paha") "pahempi" "pahin" ; - bank_N = mkN "pankki" ; - beautiful_A = mkA (mkN "kaunis") "kauniimpi" "kaunein" ; - become_VA = mkVA (mkV "tulla") (casePrep translative) ; - beer_N = mkN "olut" "oluita" ; - beg_V2V = mkV2V (mk2V "pyyt" "pyysi") (casePrep partitive) ; - big_A = mkA (mkN "suuri" "suuria") "suurempi" "suurin" ; - bike_N = mkN "polkupyr" ; --- for correct vowel harmony - bird_N = mkN "lintu" ; - black_A = mkA (mkN "musta") "mustempi" "mustin" ; - blue_A = mkA (mkN "sininen") "sinisempi" "sinisin" ; - boat_N = mkN "vene" ; - book_N = mkN "kirja" ; - boot_N = mkN "saapas" ; - boss_N = mkN "pomo" ; - boy_N = mkN "poika" "pojan" "poikia" ; - bread_N = mkN "leip" ; - break_V2 = mkV2 (mkV "rikkoa") ; - broad_A = mkA (mkN "leve") "levempi" "levein" ; - brother_N2 = mkN2 ( - mkN "veli" "veljen" "veljen" "velje" "veljeen" - "veljin" "veljiss" "veljien" "velji" "veljiin") ; - brown_A = mkA (mkN "ruskea") "ruskeampi" "ruskein" ; - butter_N = mk3N "voi" "voin" "voita" ; ---- errors in Part - buy_V2 = mkV2 (mkV "ostaa") ; - camera_N = mkN "kamera" ; - cap_N = mkN "lakki" ; - car_N = mkN "auto" "auton" "autoja" ; -- mkN: audon - carpet_N = mkN "matto" ; - cat_N = mkN "kissa" ; - ceiling_N = mkN "katto" ; - chair_N = mkN "tuoli" ; - cheese_N = mkN "juusto" ; - child_N = mkN "lapsi" "lapsen" "lasta" "lapsena" "lapseen" - "lasten" "lapsia" "lapsina" "lapsissa" "lapsiin" ; - church_N = mkN "kirkko" ; - city_N = mkN "kaupunki" ; - clean_A = mkA (mkN "puhdas") ; - clever_A = mkA (mkN "viisas") ; - close_V2 = mkV2 (mkV "sulkea") ; - coat_N = mkN "takki" ; - cold_A = mkA (mkN "kylm") "kylmempi" "kylmin" ; - come_V = mkV "tulla" ; - computer_N = mkN "tietokone" ; - country_N = mkN "maa" ; - cousin_N = mkN "serkku" ; - cow_N = mkN "lehm" ; - die_V = mkV "kuolla" ; - dirty_A = mkA (mkN "likainen") "likaisempi" "likaisin" ; - distance_N3 = mkN3 (mkN "etisyys") (casePrep elative) (casePrep illative) ; - doctor_N = mk2N "tohtori" "tohtoreita" ; - dog_N = mkN "koira" ; - door_N = mkN "ovi" "ovia" ; - drink_V2 = mkV2 (mkV "juoda") ; - easy_A2V = mkA2 (mkA (mkN "helppo") "helpompi" "helpoin") - (casePrep allative) ; - eat_V2 = mkV2 (mkV "syd") ; - empty_A = mkA (mkN "tyhj") "tyhjempi" "tyhjin" ; - enemy_N = mkN "vihollinen" ; - factory_N = mkN "tehdas" ; - father_N2 = mkN2 (mkN "is") ; - fear_VS = mkVS (mk2V "pelt" "pelksi") ; - find_V2 = mkV2 (mk2V "lyt" "lysi") ; - fish_N = mkN "kala" ; - floor_N = mk2N "lattia" "lattioita" ; - forget_V2 = mkV2 (mkV "unohtaa") ; - fridge_N = mkN "jkaappi" ; - friend_N = mkN "ystv" ; - fruit_N = mkN "hedelm" ; - fun_AV = mkAV (mkA (mkN "hauska") "hauskempi" "hauskin") ; - garden_N = mkN "puutarha" "puutarhan" "puutarhoja" ; - girl_N = mkN "tytt" ; - glove_N = mkN "ksine" ; - gold_N = mkN "kulta" ; - good_A = mkA (mkN "hyv") "parempi" "parhain" ; --- paras - go_V = mkV "menn" ; - green_A = mkA (mkN "vihre") "vihrempi" "vihrein" ; - harbour_N = mkN "satama" "sataman" "satamia" ; - hate_V2 = mkV2 (mkV "vihata") cpartitive ; - hat_N = mkN "hattu" ; - have_V2 = mkV2 (caseV adessive vOlla) ; - hear_V2 = mkV2 (mkV "kuulla") ; - hill_N = mkN "kukkula" ; - hope_VS = mkVS (mkV "toivoa") ; - horse_N = mkN "hevonen" ; - hot_A = mkA (mkN "kuuma") "kuumempi" "kuumin" ; - house_N = mkN "talo" ; - important_A = mkA (mkN "trke") "trkempi" "trkein" ; - industry_N = mkN "teollisuus" ; - iron_N = mkN "rauta" ; - king_N = mkN "kuningas" ; - know_V2 = mkV2 (mk2V "tiet" "tiesi") ; --- tuntea; gives tietnyt - lake_N = mkN "jrvi" "jrvi" ; - lamp_N = mkN "lamppu" ; - learn_V2 = - mkV2 (mk12V "oppia" "opin" "oppii" "oppivat" "oppikaa" "opitaan" - "opin" "oppi" "oppisi" "oppinut" "opittu" "opitun") ; - leather_N = mkN "nahka" ; --- nahan - leave_V2 = mkV2 (mkV "jtt") ; - like_V2 = mkV2 (mkV "pit") elative ; - listen_V2 = mkV2 (mkV "kuunnella" "kuunteli") partitive ; - live_V = mkV "el" ; - long_A = mkA (mkN "pitk") "pitempi" "pisin" ; - lose_V2 = mkV2 (mkV "hvit" "hvisi") ; --- hukata - love_N = mk3N "rakkaus" "rakkauden" "rakkauksia" ; - love_V2 = mkV2 (mkV "rakastaa") partitive ; - man_N = mkN "mies" "miehen" "miest" "miehen" "mieheen" - "miesten" "miehi" "miehin" "miehiss" "miehiin" ; - married_A2 = mkA2 (mkA "avioitunut") (postPrep genitive "kanssa") ; ---- infl - meat_N = mkN "liha" ; - milk_N = mkN "maito" ; - moon_N = mkN "kuu" ; - mother_N2 = mkN2 (mkN "iti") ; - mountain_N = mkN "vuori" "vuoria" ; - music_N = mkN "musiikki" ; - narrow_A = mkA (mkN "kapea") "kapeampi" "kapein" ; - new_A = mkA (mk3N "uusi" "uuden" "uusia") "uudempi" "uusin" ; - newspaper_N = mkN "sanoma" (mkN "lehti" "lehti") ; --- for correct vowel harmony - oil_N = mkN "ljy" ; - old_A = mkA (mkN "vanha") "vanhempi" "vanhin" ; - open_V2 = mkV2 (mkV "avata" "avasi") ; - paint_V2A = mkV2A (mkV "maalata") accPrep (casePrep translative) ; - paper_N = mk2N "paperi" "papereita" ; - paris_PN = mkPN (mkN "Pariisi") ; - peace_N = mkN "rauha" ; - pen_N = mkN "kyn" ; - planet_N = mkN "planeetta" ; - plastic_N = mkN "muovi" ; - play_V2 = mkV2 (mkV "pelata") cpartitive ; --- leikki, soittaa - policeman_N = mkN "poliisi" ; - priest_N = mkN "pappi" ; - probable_AS = mkAS --- for vowel harmony - (mkA (mkN "todennkinen") "tonennkisempi" "todennlisin") ; ---- sta - queen_N = mkN "kuningatar" ; - radio_N = mk2N "radio" "radioita" ; - rain_V0 = mkV0 (mk2V "sataa" "satoi") ; - read_V2 = mkV2 (mkV "lukea") ; - red_A = mkA "punainen" ; - religion_N = mkN "uskonto" ; - restaurant_N = mkN "ravintola" ; - river_N = mkN "joki" "jokia" ; - rock_N = mk2N "kallio" "kallioita" ; - roof_N = mkN "katto" ; - rubber_N = mkN "kumi" ; - run_V = mk2V "juosta" "juoksi" ; - say_VS = mkVS (mkV "sanoa") ; - school_N = mkN "koulu" ; - science_N = mkN "tiede" ; - sea_N = mkN "meri" "meren" "meri" "merta" ; - seek_V2 = mkV2 (mkV "etsi") cpartitive ; - see_V2 = mkV2 ( - mk12V "nhd" "nen" "nkee" "nkevt" "nhk" "nhdn" - "nin" "nki" "nkisi" "nhnyt" "nhty" "nhdyn") ; - sell_V3 = mkV3 (mkV "myyd") accPrep (casePrep allative) ; - send_V3 = mkV3 (mkV "lhett") accPrep (casePrep allative) ; - sheep_N = mkN "lammas" ; - ship_N = mkN "laiva" ; - shirt_N = mkN "paita" ; - shoe_N = mkN "kenk" ; - shop_N = mkN "kauppa" ; - short_A = mkA (mkN "lyhyt" "lyhyit") ; - silver_N = mkN "hopea" ; - sister_N = mkN "sisko" ; - sleep_V = mkV "nukkua" ; - small_A = mkA (mk2N "pieni" "pieni") "pienempi" "pienin" ; - snake_N = mkN "krme" ; - sock_N = mkN "sukka" ; - speak_V2 = mkV2 (mkV "puhua") cpartitive ; - star_N = mkN "thti" "thti" ; - steel_N = mkN "ters" ; - stone_N = mkN "kivi" "kivi" ; - stove_N = mk3N "liesi" "lieden" "liesi" ; - student_N = mk2N "opiskelija" "opiskelijoita" ; - stupid_A = mkA "tyhm" ; - sun_N = mkN "aurinko" ; - switch8off_V2 = mkV2 (mkV "sammuttaa") ; --- - switch8on_V2 = mkV2 (mkV "sytytt") ; --- - table_N = mkN "pyt" ; - talk_V3 = mkV3 (mkV "puhua") (casePrep allative) (casePrep elative) ; - teacher_N = mkN "opettaja" ; - teach_V2 = mkV2 (mkV "opettaa") ; - television_N = mk2N "televisio" "televisioita" ; - thick_A = mkA "paksu" ; - thin_A = mkA (mkN "ohut" "ohuita") ; - train_N = mkN "juna" ; - travel_V = mkV "matkustaa" ; - tree_N = mkN "puu" ; - ---- trousers_N = mkN "trousers" ; - ugly_A = mkA (mkN "ruma") "rumempi" "rumin" ; - understand_V2 = mkV2 (mkV "ymmrt" "ymmrrn" "ymmrsi") ; - university_N = mkN "yliopisto" ; - village_N = mkN "kyl" ; - wait_V2 = mkV2 (mkV "odottaa") partitive ; - walk_V = mkV "kvell" "kveli" ; - warm_A = mkA - (mkN "lmmin" "lmpimn" "lmpimn" "lmmint" "lmpimn" - "lmpimin" "lmpimiss" "lmpimien" "lmpimi" "lmpimiin" - ) - "lmpimmpi" "lmpimin" ; - war_N = mkN "sota" ; - watch_V2 = mkV2 (mkV "katsella") cpartitive ; - water_N = mk3N "vesi" "veden" "vesi" ; - white_A = mkA "valkoinen" ; - window_N = mk2N "ikkuna" "ikkunoita" ; - wine_N = mkN "viini" ; - win_V2 = mkV2 (mkV "voittaa") ; - woman_N = mkN "nainen" ; - wonder_VQ = mkVQ (mkV "ihmetell") ; - wood_N = mkN "puu" ; - write_V2 = mkV2 (mkV "kirjoittaa") ; - yellow_A = mkA "keltainen" ; - young_A = mkA (mkN "nuori" "nuoria") "nuorempi" "nuorin" ; - - do_V2 = mkV2 ( - mkV "tehd" "teen" "tekee" "tekevt" "tehk" "tehdn" - "tein" "teki" "tekisi" "tehnyt" "tehty" "tehdyn") ; - - now_Adv = mkAdv "nyt" ; - already_Adv = mkAdv "jo" ; - song_N = mkN "laulu" ; - add_V3 = mkV3 (mkV "list") accPrep (casePrep illative) ; - number_N = mk2N "numero" "numeroita" ; - put_V2 = mkV2 (mkV "panna") ; - stop_V = mkV "pyshty" ; - jump_V = mkV "hypt" ; - left_Ord = mkOrd (mkN "vasen") ; - right_Ord = mkOrd (mkN "oikea") ; - far_Adv = mkAdv "kaukana" ; - correct_A = mkA "oikea" ; - dry_A = mkA (mkN "kuiva") "kuivempi" "kuivin" ; - dull_A = mkA (mkN "tyls") "tylsempi" "tylsin" ; - full_A = mkA (mk3N "tysi" "tyden" "tysi") "tydempi" "tysin" ; - heavy_A = mkA "raskas" ; - near_A = mkA (mkN "lheinen") ; - rotten_A = mkA "mt" ; - round_A = mkA "pyre" ; - sharp_A = mkA "terv" ; - smooth_A = mkA "sile" ; - straight_A = mkA (mkN "suora") "suorempi" "suorin" ; - wet_A = mkA (mkN "mrk") "mrempi" "mrin" ; - wide_A = mkA "leve" ; - animal_N = mk3N "elin" "elimen" "elimi" ; - ashes_N = mkN "tuhka" ; - back_N = mkN "selk" ; - bark_N = mkN "kaarna" ; - belly_N = mkN "vatsa" ; - blood_N = mkN "veri" "veren" "veri" "verta" ; - bone_N = mkN "luu" ; - breast_N = mkN "rinta" ; - cloud_N = mk2N "pilvi" "pilvi" ; - day_N = mkN "piv" ; - dust_N = mkN "ply" ; - ear_N = mkN "korva" ; - earth_N = mkN "maa" ; - egg_N = mkN "muna" ; - eye_N = mkN "silm" ; - fat_N = mkN "rasva" ; - feather_N = mk3N "hyhen" "hyhenen" "hyheni" ; - fingernail_N = mk3N "kynsi" "kynnen" "kynsi" ; - fire_N = mk2N "tuli" "tulia" ; - flower_N = mkN "kukka" ; - fog_N = mkN "sumu" ; - foot_N = mkN "jalka" ; - forest_N = mkN "mets" ; - grass_N = mkN "ruoho" ; - guts_N = mkN "sislmys" ; --- suoli - hair_N = mkN "hius" ; - hand_N = mk3N "ksi" "kden" "ksi" ; - head_N = mkN "p" ; - heart_N = mkN "sydn" "sydmen" "sydnt" "sydmen" "sydmeen" - "sydnten" "sydmi" "sydmin" "sydmiss" "sydmiin" ; - horn_N = mk2N "sarvi" "sarvia" ; - husband_N = mkN "mies" "miehen" "miest" "miehen" "mieheen" - "miesten" "miehi" "miehin" "miehiss" "miehiin" ; - ice_N = mkN "j" ; - knee_N = mk2N "polvi" "polvia" ; - leaf_N = mk2N "lehti" "lehti" ; - leg_N = mkN "jalka" ; --- sri - liver_N = mkN "maksa" ; - louse_N = mkN "lude" ; - mouth_N = mkN "suu" ; - name_N = mk2N "nimi" "nimi" ; - neck_N = mkN "niska" ; - night_N = mkN "y" ; - nose_N = mkN "nen" ; - person_N = mkN "henkil" ; - rain_N = mkN "sade" ; - road_N = mkN "tie" ; - root_N = mk2N "juuri" "juuria" ; - rope_N = mk3N "kysi" "kyden" "kysi" ; - salt_N = mkN "suola" ; - sand_N = mkN "hiekka" ; - seed_N = mkN "siemen" ; - skin_N = mkN "nahka" ; - sky_N = mk3N "taivas" "taivaan" "taivaita" ; - smoke_N = mkN "savu" ; - snow_N = mkN "lumi" "lumen" "lumia" "lunta" ; - stick_N = mkN "keppi" ; - tail_N = mkN "hnt" ; - tongue_N = mk2N "kieli" "kieli" ; - tooth_N = mkN "hammas" ; - wife_N = mkN "vaimo" ; - wind_N = mk2N "tuuli" "tuulia" ; - wing_N = mk2N "siipi" "siipi" ; - worm_N = mkN "mato" ; - year_N = mk3N "vuosi" "vuoden" "vuosia" ; - bite_V2 = mkV2 (mkV "purra") ; - blow_V = mkV "puhaltaa" ; - burn_V = mkV "palaa" ; - count_V2 = mkV2 (mkV "laskea") ; - cut_V2 = mkV2 (mk2V "leikata" "leikkasi") ; - dig_V = mkV "kaivaa" ; - fall_V = mkV "pudota" "putoan" "putosi" ; - fear_V2 = mkV2 (mkV "pelt" "pelkn" "pelksi") cpartitive ; - fight_V2 = mkV2 (mkV "taistella") (postPrep partitive "vastaan") ; - float_V = mkV "kellua" ; - flow_V = mkV "virrata" "virtaan" "virtasi" ; - fly_V = mkV "lent" ; - freeze_V = mkV "jty" ; - give_V3 = mkV3 (mkV "antaa" "annan" "antoi") accPrep (casePrep allative) ; - hit_V2 = mkV2 (mkV "lyd") cpartitive ; - hold_V2 = mkV2 (mkV "pit") cpartitive ; - hunt_V2 = mkV2 (mkV "metsst") cpartitive ; - kill_V2 = mkV2 (mkV "tappaa") ; - laugh_V = mkV "nauraa" "nauroi" ; - lie_V = mkV "maata" "makasi" ; - play_V = mkV "pelata" ; - pull_V2 = mkV2 (mkV "vet") ; - push_V2 = mkV2 (mkV "tynt") ; - rub_V2 = mkV2 (mkV "hieroa") cpartitive ; - scratch_V2 = mkV2 (mkV "raapia") cpartitive ; - sew_V = mkV "kylv" ; - sing_V = mkV "laulaa" ; - sit_V = mkV "istua" ; - smell_V = mk2V "haistaa" "haistoi" ; - spit_V = mkV "sylke" ; - split_V2 = mkV2 (mk2V "halkaista" "halkaisi") ; - squeeze_V2 = mkV2 (mkV "puristaa") cpartitive ; - stab_V2 = mkV2 (mkV "pist") cpartitive ; - stand_V = mk12V "seist" "seison" "seisoo" "seisovat" "seisk" "seistn" - "seisoin" "seisoi" "seisoisi" "seissyt" "seisty" "seistyn" ; --- *seisoivt - suck_V2 = mkV2 (mkV "ime") cpartitive ; - swell_V = mkV "turvota" "turposi" ; - swim_V = mkV "uida" "uin" "ui" ; - think_V = mkV "ajatella" "ajattelen" "ajatteli" ; - throw_V2 = mkV2 (mkV "heitt") ; - tie_V2 = mkV2 (mkV "sitoa") ; - turn_V = mkV "knty" ; - vomit_V = mkV "oksentaa" ; - wash_V2 = mkV2 (mkV "pest") ; - wipe_V2 = mkV2 (mkV "pyyhki") ; - - breathe_V = mkV "hengitt" ; - - grammar_N = mkN "kielioppi" ; - language_N = mk2N "kieli" "kieli" ; - rule_N = mkN "snt" ; - - john_PN = mkPN "Jussi" ; - question_N = mkN "kysymys" ; - ready_A = mkA (mkN "valmis") ; - reason_N = mkN "syy" ; - today_Adv = mkAdv "tnn" ; - uncertain_A = mkA "epvarma" ; - - oper - mkOrd : N -> Ord ; - mkOrd x = {s = \\n,c => x.s ! NCase n c; lock_Ord = <> } ; - cpartitive = casePrep partitive ; - -} ; diff --git a/old-lib/resource/finnish/MorphoFin.gf b/old-lib/resource/finnish/MorphoFin.gf deleted file mode 100644 index 3c274a3de..000000000 --- a/old-lib/resource/finnish/MorphoFin.gf +++ /dev/null @@ -1,905 +0,0 @@ ---# -path=.:../common:prelude - ---1 A Simple Finnish 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 $ParadigmsFin$, which --- gives a higher-level access to this module. - -resource MorphoFin = ResFin ** open Prelude in { - - flags optimize=all ; - - oper - - dLujuus : Str -> NForms = \lujuus -> - let - lujuu = init lujuus ; - lujuuksi = lujuu + "ksi" ; - a = vowHarmony (last lujuu) ; - in nForms10 - lujuus (lujuu + "den") (lujuu + "tt" + a) - (lujuu + "ten" + a) (lujuu + "teen") - (lujuuksi + "en") (lujuuksi + a) - (lujuuksi + "n" + a) (lujuuksi + "ss" + a) (lujuuksi + "in") ; - - dNainen : Str -> NForms = \nainen -> - let - a = vowHarmony nainen ; - nais = Predef.tk 3 nainen + "s" - in nForms10 - nainen (nais + "en") (nais + "t" + a) (nais + "en" + a) (nais + "een") - (nais + "ten") (nais + "i" + a) - (nais + "in" + a) (nais + "iss" + a) (nais + "iin") ; - - dPaluu : Str -> NForms = \paluu -> - let - a = vowHarmony paluu ; - palui = init paluu + "i" ; - u = last paluu ; - in nForms10 - paluu (paluu + "n") (paluu + "t" + a) (paluu + "n" + a) (paluu + "seen") - (palui + "den") (palui + "t" + a) - (palui + "n" + a) (palui + "ss" + a) (palui + "siin") ; - - dPuu : Str -> NForms = \puu -> - let - a = vowHarmony puu ; - pui = init puu + "i" ; - u = last puu ; - in nForms10 - puu (puu + "n") (puu + "t" + a) (puu + "n" + a) (puu + "h" + u + "n") - (pui + "den") (pui + "t" + a) - (pui + "n" + a) (pui + "ss" + a) (pui + "hin") ; - - dSuo : Str -> NForms = \suo -> - let - o = last suo ; - a = vowHarmony o ; - soi = Predef.tk 2 suo + o + "i" ; - in nForms10 - suo (suo + "n") (suo + "t" + a) (suo + "n" + a) (suo + "h" + o + "n") - (soi + "den") (soi + "t" + a) - (soi + "n" + a) (soi + "ss" + a) (soi + "hin") ; - - dKorkea : Str -> NForms = \korkea -> - let - a = last korkea ; - korke = init korkea ; - in nForms10 - korkea (korkea + "n") (korkea + a) - (korkea + "n" + a) (korkea + a + "n") - (korke + "iden") (korke + "it" + a) - (korke + "in" + a) (korke + "iss" + a) - (korke + "isiin") ; --- NSSK: korkeihin - - dKaunis : Str -> NForms = \kaunis -> - let - a = vowHarmony kaunis ; - kaunii = init kaunis + "i" ; - in nForms10 - kaunis (kaunii + "n") (kaunis + "t" + a) - (kaunii + "n" + a) (kaunii + "seen") - (kaunii + "den") (kaunii + "t" + a) - (kaunii + "n" + a) (kaunii + "ss" + a) - (kaunii + "siin") ; - - dLiitin : (_,_ : Str) -> NForms = \liitin,liittimen -> - let - a = vowHarmony liitin ; - liittim = Predef.tk 2 liittimen ; - in nForms10 - liitin (liittim + "en") (liitin + "t" + a) - (liittim + "en" + a) (liittim + "een") - (liittim + "ien") (liittim + "i" + a) - (liittim + "in" + a) (liittim + "iss" + a) - (liittim + "iin") ; - - dOnneton : Str -> NForms = \onneton -> - let - a = vowHarmony onneton ; - onnettom = Predef.tk 2 onneton + "t" + last (init onneton) + "m" ; - in nForms10 - onneton (onnettom + a + "n") (onneton + "t" + a) - (onnettom + a + "n" + a) (onnettom + a + a + "n") - (onnettom + "ien") (onnettom + "i" + a) - (onnettom + "in" + a) (onnettom + "iss" + a) - (onnettom + "iin") ; - - -- 2-syllable a/, o/, u/y - dUkko : (_,_ : Str) -> NForms = \ukko,ukon -> - let - o = last ukko ; - a = vowHarmony o ; - ukk = init ukko ; - uko = init ukon ; - uk = init uko ; - ukkoja = case of { - _ + "" => -- kyl,kyli,kylien,kyliss,kyliin - ; - _ + ("au" | "eu") + _ + "a" => -- kauhojen,seurojen - ; - _ + ("o" | "u") + _ + "a" => -- pula,pulia,pulien,pulissa,puliin - ; - _ + "a" => -- kala,kaloja,kalojen,-oissa,-oihin - ; - _ => -- suku,sukuja,sukujen,-uissa,-uihin - - } ; - ukkoina = ukkoja.p3 + "in" + a ; - ukoissa = ukkoja.p4 + "iss" + a ; - in nForms10 - ukko ukon (ukko + a) (ukko + "n" + a) (ukko + o + "n") - ukkoja.p2 ukkoja.p1 - ukkoina ukoissa ukkoja.p5 ; - - -- 3-syllable a//o/ - dSilakka : (_,_,_ : Str) -> NForms = \silakka,silakan,silakoita -> - let - o = last silakka ; - a = getHarmony o ; - silakk = init silakka ; - silaka = init silakan ; - silak = init silaka ; - silakkaa = silakka + case o of { - "o" | "" => "t" + a ; -- radiota - _ => a -- sammakkoa - } ; - silakoiden = case of { - _ + "i" + ("a" | "") => -- asemia - ; - _ + O@("o" | "" | "u" | "y" | "e") + ("ja" | "j") => -- pasuunoja - ; - _ + O@("o" | "" | "u" | "y" | "e") + ("ita" | "it") => -- silakoita - ; - _ => Predef.error silakoita - } ; - silakkoina = silakoiden.p3 + "in" + a ; - silakoissa = silakoiden.p4 + "iss" + a ; - in nForms10 - silakka silakan silakoiden.p1 (silakka + "n" + a) (silakka + o + "n") - silakoiden.p2 silakoita - silakkoina silakoissa silakoiden.p5 ; - - dArpi : (_,_ : Str) -> NForms = \arpi,arven -> - let - a = vowHarmony arpi ; - arp = init arpi ; - arv = Predef.tk 2 arven ; - ar = init arp ; - arpe = case last arp of { - "s" => case last arv of { - "d" | "l" | "n" | "r" => -- suden,sutta ; jlsi ; kansi ; hirsi - ; - _ => -- kuusta,kuusien - - } ; - "r" | "n" => -- suurta,suurten - ; - "l" | "h" => -- tuulta,tuulien - ; - _ => -- arpea,arpien,arvissa - - } ; ---- pieni,pient; uni,unta - in nForms10 - arpi arven arpe.p1 (arpe.p4 + "en" + a) (arpe.p4 + "een") - arpe.p2 (arpi + a) - (arp + "in" + a) (arpe.p3 + "ss" + a) (arp + "iin") ; - - dRae : (_,_ : Str) -> NForms = \rae,rakeen -> - let - a = vowHarmony rae ; - rakee = init rakeen ; - rakei = init rakee + "i" ; - raetta = case of { - _ + "e" => - ; -- raetta,rakeeseen - _ + "s" => - ; -- rengasta,renkaaseen - _ + "t" => - ; -- olutta,olueen - _ + "r" => - ; -- sisarta,sisareen - _ => Predef.error (["expected ending e/t/s/r, found"] ++ rae) - } ; - in nForms10 - rae rakeen raetta.p1 (rakee + "n"+ a) raetta.p2 - (rakei + "den") (rakei + "t" + a) - (rakei + "n" + a) (rakei + "ss" + a) (rakei + "siin") ; ---- sisariin - - dPaatti : (_,_ : Str) -> NForms = \paatti,paatin -> - let - a = vowHarmony paatti ; - paatte = init paatti + "e" ; - paati = init paatin ; - paate = init paati + "e" ; - in nForms10 - paatti paatin (paatti + a) (paatti + "n" + a) (paatti + "in") - (paatti + "en") (paatte + "j" + a) - (paatte + "in" + a) (paate + "iss" + a) (paatte + "ihin") ; - - dTohtori : (_ : Str) -> NForms = \tohtori -> - let - a = vowHarmony tohtori ; - tohtor = init tohtori ; - in nForms10 - tohtori (tohtori+"n") (tohtori + a) (tohtori + "n" + a) (tohtori + "in") - (tohtor + "eiden") (tohtor + "eit" + a) - (tohtor + "ein" + a) (tohtor + "eiss" + a) (tohtor + "eihin") ; - - dPiennar : (_,_ : Str) -> NForms = \piennar,pientaren -> - let - a = vowHarmony piennar ; - pientar = Predef.tk 2 pientaren ; - in nForms10 - piennar pientaren (piennar +"t" + a) - (pientar + "en" + a) (pientar + "een") - (piennar + "ten") (pientar + "i" + a) (pientar + "in" + a) - (pientar + "iss" + a) (pientar + "iin") ; - - dUnix : (_ : Str) -> NForms = \unix -> - let - a = vowHarmony unix ; - unixi = unix + "i" ; - unixe = unix + "e" ; - in nForms10 - unix (unixi + "n") (unixi + a) (unixi + "n" + a) (unixi + "in") - (unixi + "en") (unixe + "j" + a) (unixe + "in" + a) - (unixe + "iss" + a) (unixe + "ihin") ; - - dNukke : (_,_ : Str) -> NForms = \nukke,nuken -> - let - a = vowHarmony nukke ; - nukk = init nukke ; - nuke = init nuken ; - in - nForms10 - nukke nuken (nukke + a) (nukk +"en" + a) (nukk + "een") - (nukk + "ien") (nukk + "ej" + a) (nukk + "ein" + a) - (nuke + "iss" + a) (nukk + "eihin") ; - - dJalas : Str -> NForms = \jalas -> - let - a = vowHarmony jalas ; - jalaks = init jalas + "ks" ; - jalaksi = jalaks + "i" ; - in nForms10 - jalas (jalaks + "en") (jalas + "t" + a) - (jalaks + "en" + a) (jalaks + "een") - (jalas + "ten") (jalaksi + a) - (jalaksi + "n" + a) (jalaksi + "ss" + a) (jalaksi + "in") ; - - dSDP : Str -> NForms = \SDP -> - let - c = case last SDP of { - "A" => - <"n","ta","na","han","iden","ita","ina","issa","ihin"> ; - "B" | "C" | "D" | "E" | "G" | "P" | "T" | "V" | "W" => - <"n","t","n","hen","iden","it","in","iss","ihin"> ; - "F" | "L" | "M" | "N" | "R" | "S" | "X" => - <"n","","n","n","ien","i","in","iss","iin"> ; - "H" | "K" | "O" | "" => - <"n","ta","na","hon","iden","ita","ina","issa","ihin"> ; - "I" | "J" => - <"n","t","n","hin","iden","it","in","iss","ihin"> ; - "Q" | "U" => - <"n","ta","na","hun","iden","ita","ina","issa","ihin"> ; - "Z" => - <"n","aa","na","aan","ojen","oja","oina","oissa","oihin"> ; - "" => - <"n","t","n","hn","iden","it","in","iss","ihin"> ; - "" => - <"n","t","n","hn","iden","it","in","iss","ihin"> ; - _ => Predef.error (["illegal abbreviation"] ++ SDP) - } ; - in nForms10 - SDP (SDP + ":" + c.p1) (SDP + ":" + c.p2) (SDP + ":" + c.p3) - (SDP + ":" + c.p4) (SDP + ":" + c.p5) (SDP + ":" + c.p6) - (SDP + ":" + c.p7) (SDP + ":" + c.p8) (SDP + ":" + c.p9) ; - --- for adjective comparison - - dSuurempi : Str -> NForms = \suurempi -> - let - a = vowHarmony suurempi ; - suuremp = init suurempi ; - suuremm = Predef.tk 2 suurempi + "m" ; - in nForms10 - suurempi (suuremm + a + "n") (suuremp + a + a) - (suuremp + a + "n" + a) (suuremp + a + a + "n") - (suuremp + "ien") (suurempi + a) - (suurempi + "n" + a) (suuremm + "iss" + a) (suurempi + "in") ; - - dSuurin : Str -> NForms = \suurin -> - let - a = vowHarmony suurin ; - suurimm = init suurin + "mm" ; - suurimp = init suurimm + "p" ; - in nForms10 - suurin (suurimm + a + "n") (suurin + "t" + a) - (suurimp + a + "n" + a) (suurimp + a + a + "n") - (suurimp + "ien") (suurimp + "i" + a) - (suurimp + "in" + a) (suurimm + "iss" + a) (suurimp + "iin") ; - --- for verb participle forms - - dOttanut : Str -> NForms = \ottanut -> - let - a = vowHarmony ottanut ; - ottane = Predef.tk 2 ottanut + "e" ; - ottanee = ottane + "e" ; - in nForms10 - ottanut (ottanee + "n") (ottanut + "t" + a) - (ottanee + "n" + a) (ottanee + "seen") - (ottane + "iden") (ottane + "it" + a) - (ottane + "in" + a) (ottane + "iss" + a) (ottane + "isiin") ; - -------------------- --- auxiliaries ---- -------------------- - --- the maximal set of technical stems - - NForms : Type = Predef.Ints 9 => Str ; - - nForms10 : (x1,_,_,_,_,_,_,_,_,x10 : Str) -> NForms = - \Ukko,ukon,ukkoa,ukkona,ukkoon, - ukkojen,ukkoja,ukkoina,ukoissa,ukkoihin -> table { - 0 => Ukko ; - 1 => ukon ; - 2 => ukkoa ; - 3 => ukkona ; - 4 => ukkoon ; - 5 => ukkojen ; - 6 => ukkoja ; - 7 => ukkoina ; - 8 => ukoissa ; - 9 => ukkoihin - } ; - - Noun = {s : NForm => Str} ; - - nForms2N : NForms -> Noun = \f -> - let - Ukko = f ! 0 ; - ukon = f ! 1 ; - ukkoa = f ! 2 ; - ukkona = f ! 3 ; - ukkoon = f ! 4 ; - ukkojen = f ! 5 ; - ukkoja = f ! 6 ; - ukkoina = f ! 7 ; - ukoissa = f ! 8 ; - ukkoihin = f ! 9 ; - a = last ukkoja ; - uko = init ukon ; - ukko = Predef.tk 2 ukkona ; - ukkoi = Predef.tk 2 ukkoina ; - ukoi = Predef.tk 3 ukoissa ; - in - {s = table { - NCase Sg Nom => Ukko ; - NCase Sg Gen => uko + "n" ; - NCase Sg Part => ukkoa ; - NCase Sg Transl => uko + "ksi" ; - NCase Sg Ess => ukkona ; - NCase Sg Iness => uko + ("ss" + a) ; - NCase Sg Elat => uko + ("st" + a) ; - NCase Sg Illat => ukkoon ; - NCase Sg Adess => uko + ("ll" + a) ; - NCase Sg Ablat => uko + ("lt" + a) ; - NCase Sg Allat => uko + "lle" ; - NCase Sg Abess => uko + ("tt" + a) ; - - NCase Pl Nom => uko + "t" ; - NCase Pl Gen => ukkojen ; - NCase Pl Part => ukkoja ; - NCase Pl Transl => ukoi + "ksi" ; - NCase Pl Ess => ukkoina ; - NCase Pl Iness => ukoissa ; - NCase Pl Elat => ukoi + ("st" + a) ; - NCase Pl Illat => ukkoihin ; - NCase Pl Adess => ukoi + ("ll" + a) ; - NCase Pl Ablat => ukoi + ("lt" + a) ; - NCase Pl Allat => ukoi + "lle" ; - NCase Pl Abess => ukoi + ("tt" + a) ; - - NComit => ukkoi + "ne" ; - NInstruct => ukoi + "n" ; - - NPossNom _ => ukko ; - NPossGen Sg => ukko ; - NPossGen Pl => init ukkojen ; - NPossTransl Sg => uko + "kse" ; - NPossTransl Pl => ukoi + "kse" ; - NPossIllat Sg => init ukkoon ; - NPossIllat Pl => init ukkoihin - } ; - lock_N = <> - } ; - - n2nforms : Noun -> NForms = \ukko -> table { - 0 => ukko.s ! NCase Sg Nom ; - 1 => ukko.s ! NCase Sg Gen ; - 2 => ukko.s ! NCase Sg Part ; - 3 => ukko.s ! NCase Sg Ess ; - 4 => ukko.s ! NCase Sg Illat ; - 5 => ukko.s ! NCase Pl Gen ; - 6 => ukko.s ! NCase Pl Part ; - 7 => ukko.s ! NCase Pl Ess ; - 8 => ukko.s ! NCase Pl Iness ; - 9 => ukko.s ! NCase Pl Illat - } ; - --- Adjective forms - - AForms : Type = { - posit : NForms ; - compar : NForms ; - superl : NForms ; - adv_posit, adv_compar, adv_superl : Str ; - } ; - - aForms2A : AForms -> Adjective = \afs -> { - s = table { - Posit => table { - AN n => (nForms2N afs.posit).s ! n ; - AAdv => afs.adv_posit - } ; - Compar => table { - AN n => (nForms2N afs.compar).s ! n ; - AAdv => afs.adv_compar - } ; - Superl => table { - AN n => (nForms2N afs.superl).s ! n ; - AAdv => afs.adv_superl - } - } ; - lock_A = <> - } ; - - nforms2aforms : NForms -> AForms = \nforms -> - let - suure = init (nforms ! 1) ; - suur = Predef.tk 4 (nforms ! 8) ; - in { - posit = nforms ; - compar = dSuurempi (suure ++ "mpi") ; - superl = dSuurin (suur ++ "in") ; - adv_posit = suure + "sti" ; - adv_compar = suure + "mmin" ; - adv_superl = suur + "immin" ; - } ; - - - oper - - cHukkua : (_,_ : Str) -> VForms = \hukkua,hukun -> - let - a = last hukkua ; - hukku = init hukkua ; - huku = init hukun ; - u = last huku ; - i = case u of { - "e" | "i" => [] ; - _ => u - } ; - y = uyHarmony a ; - hukkui = init hukku + i + "i" ; - hukui = init huku + i + "i" ; - in vForms12 - hukkua - hukun - (hukku + u) - (hukku + "v" + a + "t") - (hukku + "k" + a + a) - (huku + "t" + a + a + "n") - (hukui + "n") - hukkui - (hukkui + "si") - (hukku + "n" + y + "t") - (huku + "tt" + y) - (hukku + "nee") ; - - cOttaa : (_,_,_,_ : Str) -> VForms = \ottaa,otan,otin,otti -> - let - a = last ottaa ; - aa = a + a ; - u = uyHarmony a ; - ota = init otan ; - otta = init ottaa ; - ote = init ota + "e" ; - in vForms12 - ottaa - otan - ottaa - (otta + "v" + a + "t") - (otta + "k" + aa) - (ote + "t" + aa + "n") - otin - otti - (otta + "isi") - (otta + "n" + u + "t") - (ote + "tt" + u) - (otta + "nee") ; - - cJuosta : (_,_ : Str) -> VForms = \juosta,juoksen -> - let - a = last juosta ; - juos = Predef.tk 2 juosta ; - juoss = juos + last juos ; - juokse = init juoksen ; - juoks = init juokse ; - u = uyHarmony a ; - juoksi = juoks + "i" ; - in vForms12 - juosta - (juoksen) - (juokse + "e") - (juokse + "v" + a + "t") - (juos + "k" + a + a) - (juosta + a + "n") - (juoks + "in") - (juoks + "i") - (juoks + "isi") - (juoss + u + "t") - (juos + "t" + u) - (juoss + "ee") ; - - cJuoda : (_ : Str) -> VForms = \juoda -> - let - a = last juoda ; - juo = Predef.tk 2 juoda ; - joi = case last juo of { - "i" => juo ; -- naida - o => Predef.tk 2 juo + o + "i" - } ; - u = uyHarmony a ; - in vForms12 - juoda - (juo + "n") - (juo) - (juo + "v" + a + "t") - (juo + "k" + a + a) - (juoda + a + "n") - (joi + "n") - (joi) - (joi + "si") - (juo + "n" + u + "t") - (juo + "t" + u) - (juo + "nee") ; - - cPudota : (_,_ : Str) -> VForms = \pudota,putosi -> - let - a = last pudota ; - pudot = init pudota ; - pudo = init pudot ; - ai = case last pudo of { - "a" | "" => <[], "i"> ; - _ => - } ; - puto = Predef.tk 2 putosi ; - u = uyHarmony a ; - in vForms12 - pudota - (puto + a + "n") - (puto + ai.p1 + a) - (puto + a + "v" + a + "t") - (pudot + "k" + a + a) - (pudot + a + a + "n") - (puto + "sin") - (puto + "si") - (puto + ai.p2 + "si") - (pudo + "nn" + u + "t") - (pudot + "t" + u) - (pudo + "nnee") ; - - cHarkita : (_ : Str) -> VForms = \harkita -> - let - a = last harkita ; - harkit = init harkita ; - harki = init harkit ; - u = uyHarmony a ; - in vForms12 - harkita - (harkit + "sen") - (harkit + "se") - (harkit + "sev" + a + "t") - (harkit + "k" + a + a) - (harkit + a + a + "n") - (harkit + "sin") - (harkit + "si") - (harkit + "sisi") - (harki + "nn" + u + "t") - (harkit + "t" + u) - (harki + "nnee") ; - - cValjeta : (_,_ : Str) -> VForms = \valjeta,valkeni -> - let - a = last valjeta ; - valjet = init valjeta ; - valken = init valkeni ; - valje = init valjet ; - u = uyHarmony a ; - in vForms12 - valjeta - (valken + "en") - (valken + "ee") - (valken + "ev" + a + "t") - (valjet + "k" + a + a) - (valjet + a + a + "n") - (valken + "in") - (valken + "i") - (valken + "isi") - (valje + "nn" + u + "t") - (valjet + "t" + u) - (valje + "nnee") ; - - cKuunnella : (_,_ : Str) -> VForms = \kuunnella,kuuntelin -> - let - a = last kuunnella ; - kuunnel = Predef.tk 2 kuunnella ; - kuuntel = Predef.tk 2 kuuntelin ; - u = uyHarmony a ; - in vForms12 - kuunnella - (kuuntel + "en") - (kuuntel + "ee") - (kuuntel + "ev" + a + "t") - (kuunnel + "k" + a + a) - (kuunnella + a + "n") - (kuuntel + "in") - (kuuntel + "i") - (kuuntel + "isi") - (kuunnel + "l" + u + "t") - (kuunnel + "t" + u) - (kuunnel + "lee") ; - --- auxiliaries - - uyHarmony : Str -> Str = \a -> case a of { - "a" => "u" ; - _ => "y" - } ; - - VForms : Type = Predef.Ints 11 => Str ; - - vForms12 : (x1,_,_,_,_,_,_,_,_,_,_,x12 : Str) -> VForms = - \olla,olen,on,ovat,olkaa,ollaan,olin,oli,olisi,ollut,oltu,lienee -> - table { - 0 => olla ; - 1 => olen ; - 2 => on ; - 3 => ovat ; - 4 => olkaa ; - 5 => ollaan ; - 6 => olin ; - 7 => oli ; - 8 => olisi ; - 9 => ollut ; - 10 => oltu ; - 11 => lienee - } ; - - vforms2V : VForms -> Verb ** {qp : Str} = \vh -> - let - tulla = vh ! 0 ; - tulen = vh ! 1 ; - tulee = vh ! 2 ; - tulevat = vh ! 3 ; - tulkaa = vh ! 4 ; - tullaan = vh ! 5 ; - tulin = vh ! 6 ; - tuli = vh ! 7 ; - tulisi = vh ! 8 ; - tullut = vh ! 9 ; - tultu = vh ! 10 ; - tullun = vh ! 11 ; - tule_ = init tulen ; - tuli_ = init tulin ; - a = last tulkaa ; - tulko = Predef.tk 2 tulkaa + (ifTok Str a "a" "o" "") ; - tulkoo = tulko + last tulko ; - tullee = Predef.tk 2 tullut + "ee" ; - tulleen = (nForms2N (dOttanut tullut)).s ; - tullu : Str = weakGrade tultu ; - tullun = (nForms2N (dUkko tultu (tullu + "n"))).s ; - tulema = Predef.tk 3 tulevat + "m" + a ; - vat = "v" + a + "t" - in - {s = table { - Inf Inf1 => tulla ; - Presn Sg P1 => tule_ + "n" ; - Presn Sg P2 => tule_ + "t" ; - Presn Sg P3 => tulee ; - Presn Pl P1 => tule_ + "mme" ; - Presn Pl P2 => tule_ + "tte" ; - Presn Pl P3 => tulevat ; - Impf Sg P1 => tuli_ + "n" ; --# notpresent - Impf Sg P2 => tuli_ + "t" ; --# notpresent - Impf Sg P3 => tuli ; --# notpresent - Impf Pl P1 => tuli_ + "mme" ; --# notpresent - Impf Pl P2 => tuli_ + "tte" ; --# notpresent - Impf Pl P3 => tuli + vat ; --# notpresent - Condit Sg P1 => tulisi + "n" ; --# notpresent - Condit Sg P2 => tulisi + "t" ; --# notpresent - Condit Sg P3 => tulisi ; --# notpresent - Condit Pl P1 => tulisi + "mme" ; --# notpresent - Condit Pl P2 => tulisi + "tte" ; --# notpresent - Condit Pl P3 => tulisi + vat ; --# notpresent - Imper Sg => tule_ ; - Imper Pl => tulkaa ; - ImperP3 Sg => tulkoo + "n" ; - ImperP3 Pl => tulkoo + "t" ; - ImperP1Pl => tulkaa + "mme" ; - ImpNegPl => tulko ; - Pass True => tullaan ; - Pass False => Predef.tk 2 tullaan ; - PastPartAct (AN n) => tulleen ! n ; - PastPartAct AAdv => tullee + "sti" ; - PastPartPass (AN n) => tullun ! n ; - PastPartPass AAdv => tullu + "sti" ; - Inf Inf3Iness => tulema + "ss" + a ; - Inf Inf3Elat => tulema + "st" + a ; - Inf Inf3Illat => tulema + a + "n" ; - Inf Inf3Adess => tulema + "ll" + a ; - Inf Inf3Abess => tulema + "tt" + a - } ; - sc = NPCase Nom ; - qp = Predef.dp 2 tulko ; - lock_V = <> - } ; - ------------------------------------------ --- Auxiliaries ------------------------------------------ - --- The following function defines how grade alternation works if it is active. --- In general, *whether there is* grade alternation must be given in the lexicon --- (cf. "auto - auton" not "audon"; "vihje - vihjeen" not "vihkeen"). - - weakGrade : Str -> Str = \kukko -> - let - ku = Predef.tk 3 kukko ; - kko = Predef.dp 3 kukko ; - o = last kukko - in - case kko of { - "kk" + _ => ku + "k" + o ; - "pp" + _ => ku + "p" + o ; - "tt" + _ => ku + "t" + o ; - "nk" + _ => ku + "ng" + o ; - "nt" + _ => ku + "nn" + o ; - "mp" + _ => ku + "mm" + o ; - "rt" + _ => ku + "rr" + o ; - "lt" + _ => ku + "ll" + o ; - "lk" + ("i" | "e") => ku + "lj" + o ; - "rk" + ("i" | "e") => ku + "rj" + o ; - "lk" + _ => ku + "l" + o ; - "rk" + _ => ku + "r" + o ; - ("hk" | "tk") + _ => kukko ; -- *tahko-tahon, *pitk-pitkn - "s" + ("k" | "p" | "t") + _ => kukko ; -- *lasku-lasvun, *raspi-rasvin, *lastu-lasdun - x + "ku" => ku + x + "vu" ; - x + "k" + ("a" | "e" | "i" | "o" | "u" | "y" | "" | "") => ku + x + o ; - x + "p" + ("a" | "e" | "i" | "o" | "u" | "y" | "" | "") => ku + x + "v" + o ; - x + "t" + ("a" | "e" | "i" | "o" | "u" | "y" | "" | "") => ku + x + "d" + o ; - _ => kukko - } ; - --- This is used to analyse nouns "rae", "hake", "rengas", "laidun", etc. - - strongGrade : Str -> Str = \hanke -> - let - ha = Predef.tk 3 hanke ; - nke = Predef.dp 3 hanke ; - in - ha + case nke of { - "ng" + a => "nk" + a ; - "nn" + e => "nt" + e ; - "mm" + e => "mp" + e ; - "rr" + e => "rt" + e ; - "ll" + a => "lt" + a ; - h@("h" | "l") + "je" + e => h + "ke" ; -- pohje/lahje impossible - ("tk" | "hk" | "sk" | "sp" | "st") + _ => nke ; -- viuhke,kuiske - a + k@("k"|"p"|"t") + e@("e"|"a"|""|"u"|"i"|"o"|"") => a + k + k + e ; - a + "d" + e@("e"|"a"|""|"u"|"i"|"o"|"") => a + "t" + e ; - s + a@("a" | "") + "e" => s + a + "ke" ; -- se, tae - a + "v" + e@("e"|"a"|""|"u"|"i") => a + "p" + e ; -- taive/toive imposs - ase => ase - } ; - - vowHarmony : Str -> Str = \s -> case s of { - _ + ("a" | "o" | "u") + _ => "a" ; - _ => "" - } ; - - getHarmony : Str -> Str = \u -> case u of { - "a"|"o"|"u" => "a" ; - _ => "" - } ; - ------------------------ --- for Structural ------------------------ - -caseTable : Number -> CommonNoun -> Case => Str = \n,cn -> - \\c => cn.s ! NCase n c ; - - mkDet : Number -> CommonNoun -> { - s1 : Case => Str ; -- minun kolme - s2 : Str ; -- -ni - n : Number ; -- Pl (agreement feature for verb) - isNum : Bool ; -- True (a numeral is present) - isPoss : Bool ; -- True (a possessive suffix is present) - isDef : Bool -- True (verb agrees in Pl, Nom is not Part) - } = \n, noun -> { - s1 = \\c => noun.s ! NCase n c ; - s2 = [] ; - n = n ; - isNum, isPoss = False ; - isDef = True --- does this hold for all new dets? - } ; - --- Here we define personal and relative pronouns. - - mkPronoun : (_,_,_,_,_ : Str) -> Number -> Person -> - {s : NPForm => Str ; a : Agr} = - \mina, minun, minua, minuna, minuun, n, p -> - let { - minu = Predef.tk 2 minuna ; - a = Predef.dp 1 minuna - } in - {s = table { - NPCase Nom => mina ; - NPCase Gen => minun ; - NPCase Part => minua ; - NPCase Transl => minu + "ksi" ; - NPCase Ess => minuna ; - NPCase Iness => minu + ("ss" + a) ; - NPCase Elat => minu + ("st" + a) ; - NPCase Illat => minuun ; - NPCase Adess => minu + ("ll" + a) ; - NPCase Ablat => minu + ("lt" + a) ; - NPCase Allat => minu + "lle" ; - NPCase Abess => minu + ("tt" + a) ; - NPAcc => Predef.tk 1 minun + "t" - } ; - a = {n = n ; p = p} - } ; - - mkDemPronoun : (_,_,_,_,_ : Str) -> Number -> - {s : NPForm => Str ; a : Agr} = - \tuo, tuon, tuota, tuona, tuohon, n -> - let pro = mkPronoun tuo tuon tuota tuona tuohon n P3 - in { - s = table { - NPAcc => tuo ; - c => pro.s ! c - } ; - a = pro.a - } ; - --- The relative pronoun, "joka", is inflected in case and number, --- like common nouns, but it does not take possessive suffixes. --- The inflextion shows a surprising similarity with "suo". - -oper - relPron : Number => Case => Str = - let {jo = nForms2N (dSuo "jo")} in - table { - Sg => table { - Nom => "joka" ; - Gen => "jonka" ; - c => jo.s ! NCase Sg c - } ; - Pl => table { - Nom => "jotka" ; - c => "j" + (jo.s ! NCase Pl c) - } - } ; - - ProperName = {s : Case => Str} ; - -} diff --git a/old-lib/resource/finnish/NounFin.gf b/old-lib/resource/finnish/NounFin.gf deleted file mode 100644 index 5425aa54e..000000000 --- a/old-lib/resource/finnish/NounFin.gf +++ /dev/null @@ -1,251 +0,0 @@ -concrete NounFin of Noun = CatFin ** open ResFin, Prelude in { - - flags optimize=all_subs ; - - lin - --- The $Number$ is subtle: "nuo autot", "nuo kolme autoa" are both plural --- for verb agreement, but the noun form is singular in the latter. - - DetCN det cn = - let - n : Number = case det.isNum of { - True => Sg ; - _ => det.n - } ; - ncase : Case -> NForm = \c -> - case of { - <_, Nom, True,_,_> => NCase Sg Part ; -- kolme kytkint(ni) - <_, _, True,False,_> => NCase Sg c ; -- kolmeksi kytkimeksi - => NCase Pl Part ; -- kytkimi - <_, Nom,_,True,_> => NPossNom n ; -- kytkime+ni on/ovat... - <_, Gen,_,True,_> => NPossNom n ; -- kytkime+ni vika - <_, Transl,_,True,_> => NPossTransl n ; -- kytkim(e|i)kse+ni - <_, Illat,_,True,_> => NPossIllat n ; -- kytkim(ee|ii)+ni - - _ => NCase n c -- kytkin, kytkimen,... - } - in { - s = \\c => let k = npform2case n c in - det.s1 ! k ++ cn.s ! ncase k ++ det.s2 ; - a = agrP3 (case det.isDef of { - False => Sg ; -- autoja menee; kolme autoa menee - _ => det.n - }) ; - isPron = False - } ; - - DetNP det = - let - n : Number = case det.isNum of { - True => Sg ; - _ => det.n - } ; - in { - s = \\c => let k = npform2case n c in - det.s1 ! k ; -- det.s2 is possessive suffix - a = agrP3 (case det.isDef of { - False => Sg ; -- autoja menee; kolme autoa menee - _ => det.n - }) ; - isPron = False - } ; - - UsePN pn = { - s = \\c => pn.s ! npform2case Sg c ; - a = agrP3 Sg ; - isPron = False - } ; - UsePron p = p ** {isPron = True} ; - - PredetNP pred np = { - s = \\c => pred.s ! np.a.n ! c ++ np.s ! c ; - a = np.a ; - isPron = np.isPron -- kaikki minun - ni - } ; - - PPartNP np v2 = { - s = \\c => np.s ! c ++ v2.s ! PastPartPass (AN (NCase np.a.n Ess)) ; - a = np.a ; - isPron = np.isPron -- minun tll - ni - } ; - - AdvNP np adv = { - s = \\c => np.s ! c ++ adv.s ; - a = np.a ; - isPron = np.isPron -- minun tll - ni - } ; - - DetQuantOrd quant num ord = { - s1 = \\c => quant.s1 ! num.n ! c ++ num.s ! Sg ! c ++ ord.s ! Pl ! c ; - s2 = quant.s2 ; - n = num.n ; - isNum = num.isNum ; - isPoss = quant.isPoss ; - isDef = True - } ; - - DetQuant quant num = { - s1 = \\c => quant.s1 ! num.n ! c ++ num.s ! Sg ! c ; - s2 = quant.s2 ; - n = num.n ; - isNum = num.isNum ; - isPoss = quant.isPoss ; - isDef = True - } ; - - DetArtOrd quant num ord = { - s1 = \\c => quant.s1 ! num.n ! c ++ num.s ! Sg ! c ++ ord.s ! Pl ! c ; - s2 = [] ; - n = num.n ; - isNum = num.isNum ; - isPoss = False ; - isDef = True - } ; - - DetArtCard quant num = { - s1 = \\c => quant.s1 ! num.n ! c ++ num.s ! Sg ! c ; - s2 = [] ; - n = num.n ; - isNum = case num.n of {Sg => False ; _ => True} ; - isPoss = False ; - isDef = True - } ; - - DetArtSg det cn = - let - n : Number = Sg ; - ncase : Case -> NForm = \c -> NCase n c ; - in { - s = \\c => let k = npform2case n c in - det.s1 ! Sg ! k ++ cn.s ! ncase k ; - a = agrP3 Sg ; - isPron = False - } ; - - DetArtPl det cn = - let - n : Number = Pl ; - ncase : Case -> NForm = \c -> - case of { - => NCase Pl Part ; -- kytkimi - _ => NCase n c -- kytkin, kytkimen,... - } - in { - s = \\c => let k = npform2case n c in - det.s1 ! Pl ! k ++ cn.s ! ncase k ; - a = agrP3 (case det.isDef of { - False => Sg ; -- autoja menee; kolme autoa menee - _ => Pl - }) ; - isPron = False - } ; - - PossPron p = { - s1 = \\_,_ => p.s ! NPCase Gen ; - s2 = BIND ++ possSuffix p.a ; - isNum = False ; - isPoss = True ; - isDef = True --- "minun kolme autoani ovat" ; thus "...on" is missing - } ; - - NumSg = {s = \\_,_ => [] ; isNum = False ; n = Sg} ; - NumPl = {s = \\_,_ => [] ; isNum = False ; n = Pl} ; - - NumCard n = n ** {isNum = case n.n of {Sg => False ; _ => True}} ; -- yksi talo/kaksi taloa - - NumDigits numeral = { - s = \\n,c => numeral.s ! NCard (NCase n c) ; - n = numeral.n - } ; - OrdDigits numeral = {s = \\n,c => numeral.s ! NOrd (NCase n c)} ; - - NumNumeral numeral = { - s = \\n,c => numeral.s ! NCard (NCase n c) ; - n = numeral.n - } ; - OrdNumeral numeral = {s = \\n,c => numeral.s ! NOrd (NCase n c)} ; - - AdNum adn num = { - s = \\n,c => adn.s ++ num.s ! n ! c ; - n = num.n - } ; - - OrdSuperl a = {s = \\n,c => a.s ! Superl ! AN (NCase n c)} ; - - DefArt = { - s1 = \\_,_ => [] ; - s2 = [] ; - isNum,isPoss = False ; - isDef = True -- autot ovat - } ; - - IndefArt = { - s1 = \\_,_ => [] ; -- Nom is Part in Pl: use isDef in DetCN - s2 = [] ; - isNum,isPoss,isDef = False -- autoja on - } ; - - MassNP cn = - let - n : Number = Sg ; - ncase : Case -> NForm = \c -> NCase n c ; - in { - s = \\c => let k = npform2case n c in - cn.s ! ncase k ; - a = agrP3 Sg ; - isPron = False - } ; - - UseN n = n ; - - UseN2 n = n ; - - Use2N3 f = { - s = f.s ; - c2 = f.c2 ; - isPre = f.isPre - } ; - Use3N3 f = { - s = f.s ; - c2 = f.c3 ; - isPre = f.isPre2 - } ; - - ---- If a possessive suffix is added here it goes after the complements... - - ComplN2 f x = { - s = \\nf => preOrPost f.isPre (f.s ! nf) (appCompl True Pos f.c2 x) - } ; - ComplN3 f x = { - s = \\nf => preOrPost f.isPre (f.s ! nf) (appCompl True Pos f.c2 x) ; - c2 = f.c3 ; - isPre = f.isPre2 - } ; - - AdjCN ap cn = { - s = \\nf => ap.s ! True ! AN (n2nform nf) ++ cn.s ! nf - } ; - - RelCN cn rs = {s = \\nf => cn.s ! nf ++ rs.s ! agrP3 (numN nf)} ; - - RelNP np rs = { - s = \\c => np.s ! c ++ "," ++ rs.s ! np.a ; - a = np.a ; - isPron = np.isPron ---- correct ? - } ; - - AdvCN cn ad = {s = \\nf => cn.s ! nf ++ ad.s} ; - - SentCN cn sc = {s = \\nf=> cn.s ! nf ++ sc.s} ; - - ApposCN cn np = {s = \\nf=> cn.s ! nf ++ np.s ! NPCase Nom} ; --- luvun x - - oper - numN : NForm -> Number = \nf -> case nf of { - NCase n _ => n ; - _ => Sg --- - } ; - -} diff --git a/old-lib/resource/finnish/NumeralFin.gf b/old-lib/resource/finnish/NumeralFin.gf deleted file mode 100644 index 2103788ac..000000000 --- a/old-lib/resource/finnish/NumeralFin.gf +++ /dev/null @@ -1,179 +0,0 @@ -concrete NumeralFin of Numeral = CatFin ** open Prelude, ParadigmsFin, MorphoFin in { - --- Notice: possessive forms are not used. They get wrong, since every --- part is made to agree in them. - -flags optimize = all_subs ; - -lincat - Sub1000000 = {s : CardOrd => Str ; n : MorphoFin.Number} ; - Digit = {s : CardOrd => Str} ; - Sub10, Sub100, Sub1000 = {s : NumPlace => CardOrd => Str ; n : MorphoFin.Number} ; - -lin - num x = x ; - n2 = co - (nhn (mkSubst "a" "kaksi" "kahde" "kahte" "kahta" "kahteen" "kaksi" "kaksi" - "kaksien" "kaksia" "kaksiin")) - (ordN "a" "kahdes") ; --- toinen - n3 = co - (nhn (mkSubst "a" "kolme" "kolme" "kolme" "kolmea" "kolmeen" "kolmi" "kolmi" - "kolmien" "kolmia" "kolmiin")) - (ordN "a" "kolmas") ; - n4 = co (mkN "nelj") (ordN "" "neljs") ; - n5 = co (mkN "viisi" "viiden" "viisi") (ordN "" "viides") ; - n6 = co (mkN "kuusi" "kuuden" "kuusia") (ordN "a" "kuudes") ; - n7 = co - (nhn (mkSubst "" "seitsemn" "seitsem" "seitsem" "seitsem" - "seitsemn" "seitsemi" "seitsemi" "seitsemien" "seitsemi" - "seitsemiin")) - (ordN "" "seitsems") ; - n8 = co - (nhn (mkSubst "a" "kahdeksan" "kahdeksa" "kahdeksa" "kahdeksaa" - "kahdeksaan" "kahdeksi" "kahdeksi" "kahdeksien" "kahdeksia" - "kahdeksiin")) - (ordN "a" "kahdeksas") ; - n9 = co - (nhn (mkSubst "" "yhdeksn" "yhdeks" "yhdeks" "yhdeks" - "yhdeksn" "yhdeksi" "yhdeksi" "yhdeksien" "yhdeksi" "yhdeksiin")) - (ordN "" "yhdekss") ; - - pot01 = - {s = table { - NumAttr => \\_ => [] ; - NumIndep => yksiN.s - } ; - n = Sg - } ; - pot0 d = {n = Pl ; s = \\_ => d.s} ; - pot110 = - {s = \\_ => kymmenenN.s ; - n = Pl - } ; - - pot111 = {n = Pl ; s = \\_,c => yksiN.s ! c ++"toista"} ; ---- yhdes - pot1to19 d = {n = Pl ; s = \\_,c => d.s ! c ++"toista"} ; - pot0as1 n = n ; - - pot1 d = {n = Pl ; s = \\_,c => d.s ! c ++ kymmentaN.s ! c} ; - pot1plus d e = { - n = Pl ; - s = \\_,c => d.s ! c ++ kymmentaN.s ! c ++ e.s ! NumIndep ! c - } ; - pot1as2 n = n ; - pot2 d = {n = Pl ; s = \\_,c => d.s ! NumAttr ! c ++ sataaN.s ! d.n ! c} ; ---- - pot2plus d e = { - n = Pl ; - s = \\_,c => d.s ! NumAttr ! c ++ sataaN.s ! d.n ! c ++ e.s ! NumIndep ! c - } ; - pot2as3 n = {n = n.n ; s = n.s ! NumIndep} ; - pot3 d = {n = Pl ; s = \\c => d.s ! NumAttr ! c ++ tuhattaN.s ! d.n ! c} ; ---- - pot3plus d e = { - n = Pl ; - s = \\c => d.s ! NumAttr ! c ++ tuhattaN.s ! d.n ! c ++ e.s ! NumIndep ! c - } ; - -oper - co : (c,o : {s : NForm => Str}) -> {s : CardOrd => Str} = \c,o -> { - s = table { - NCard nf => c.s ! nf ; - NOrd nf => o.s ! nf - } - } ; - --- Too much trouble to infer vowel, cf. "kuudes" vs. "viides". - - ordN : Str -> Str -> {s : NForm => Str} = \a,sadas -> - let - sada = init sadas - in - mkN - sadas (sada + "nnen") (sada + "nten" + a) (sada + "tt" + a) (sada + "nteen") - (sada + "nsin" + a) (sada + "nsiss" + a) (sada + "nsien") - (sada + "nsi" + a) (sada + "nsiin") ; - -param - NumPlace = NumIndep | NumAttr ; - -oper - yksiN = co - (nhn (mkSubst "" "yksi" "yhde" "yhte" "yht" "yhteen" "yksi" "yksi" - "yksien" "yksi" "yksiin")) - (ordN "" "yhdes") ; ---- ensimminen - kymmenenN = co - (nhn (mkSubst "" "kymmenen" "kymmene" "kymmene" "kymment" - "kymmeneen" "kymmeni" "kymmeni" "kymmenien" "kymmeni" "kymmeniin")) - (ordN "" "kymmenes") ; - sataN = co - (mkN "sata") - (ordN "a" "sadas") ; - - tuhatN = co - (mkN "tuhat" "tuhannen" "tuhatta" "ruhantena" "tuhanteen" - "tuhansien" "tuhansia" "tuhansina" "tuhansissa" "tuhansiin") - (ordN "a" "tuhannes") ; - - kymmentaN = - {s = table { - NCard (NCase Sg Nom) => "kymment" ; - k => kymmenenN.s ! k - } - } ; - - sataaN : {s : MorphoFin.Number => CardOrd => Str} = {s = table { - Sg => sataN.s ; - Pl => table { - NCard (NCase Sg Nom) => "sataa" ; - k => sataN.s ! k - } - } - } ; - - tuhattaN = {s = table { - Sg => tuhatN.s ; - Pl => table { - NCard (NCase Sg Nom) => "tuhatta" ; - k => tuhatN.s ! k - } - } - } ; - - - lincat - Dig = TDigit ; - - lin - IDig d = d ; - - IIDig d i = { - s = \\o => d.s ! NCard (NCase Sg Nom) ++ i.s ! o ; - n = Pl - } ; - - D_0 = mkDig "0" ; - D_1 = mk3Dig "1" "1." MorphoFin.Sg ; - D_2 = mkDig "2" ; - D_3 = mkDig "3" ; - 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 MorphoFin.Pl ; - mkDig : Str -> TDigit = \c -> mk2Dig c (c + ".") ; - - mk3Dig : Str -> Str -> MorphoFin.Number -> TDigit = \c,o,n -> { - s = table {NCard _ => c ; NOrd _ => o} ; - n = n - } ; - - TDigit = { - n : MorphoFin.Number ; - s : CardOrd => Str - } ; - -} - diff --git a/old-lib/resource/finnish/ParadigmsFin.gf b/old-lib/resource/finnish/ParadigmsFin.gf deleted file mode 100644 index 72a776c31..000000000 --- a/old-lib/resource/finnish/ParadigmsFin.gf +++ /dev/null @@ -1,606 +0,0 @@ ---# -path=.:../abstract:../common:../../prelude - ---1 Finnish Lexical Paradigms --- --- Aarne Ranta 2003--2008 --- --- This is an API to 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 and $Structural.gf$. --- --- The main difference with $MorphoFin.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: --- there is a polymorphic constructor $mkC$, which takes one or --- a few arguments. In Finnish, one argument is enough in 80-90% of --- cases in average. - -resource ParadigmsFin = open - (Predef=Predef), - Prelude, - MorphoFin, - CatFin - in { - - flags optimize=noexpand ; - ---2 Parameters --- --- To abstract over gender, number, and (some) case names, --- we define the following identifiers. The application programmer --- should always use these constants instead of the constructors --- defined in $ResFin$. - -oper - Number : Type ; - - singular : Number ; - plural : Number ; - - Case : Type ; - nominative : Case ; - genitive : Case ; - partitive : Case ; - translative : Case ; - inessive : Case ; - elative : Case ; - illative : Case ; - adessive : Case ; - ablative : Case ; - allative : Case ; - - infFirst, infElat, infIllat : InfForm ; - --- The following type is used for defining *rection*, i.e. complements --- of many-place verbs and adjective. A complement can be defined by --- just a case, or a pre/postposition and a case. - - prePrep : Case -> Str -> Prep ; -- ilman, partitive - postPrep : Case -> Str -> Prep ; -- takana, genitive - postGenPrep : Str -> Prep ; -- takana - casePrep : Case -> Prep ; -- adessive - ---2 Nouns - --- The worst case gives ten forms. --- In practice just a couple of forms are needed to define the different --- stems, vowel alternation, and vowel harmony. - -oper - --- The regular noun heuristic takes just one form (singular --- nominative) and analyses it to pick the correct paradigm. --- It does automatic grade alternation, and is hence not usable --- for words like "auto" (whose genitive would become "audon"). --- --- If the one-argument paradigm does not give the correct result, one can try and give --- two or three forms. Most notably, the two-argument variant is used --- for nouns like "kivi - kivi", which would otherwise become like --- "rivi - rivej". Three arguments are used e.g. for --- "auto - auton - autoja", which would otherwise become --- "auto - audon". - - mkN : overload { - mkN : (talo : Str) -> N ; - mkN : (savi,savia : Str) -> N ; - mkN : (vesi,veden,vesi : Str) -> N ; - mkN : (vesi,veden,vesi,vett : Str) -> N ; - mkN : (olo,olon,olona,oloa,oloon,olojen,oloja,oloina,oloissa,oloihin : Str) -> N ; - mkN : (pika : Str) -> (juna : N) -> N ; - mkN : (oma : N) -> (tunto : N) -> N ; - } ; - --- Nouns used as functions need a case, of which the default is --- the genitive. - - mkN2 : overload { - mkN2 : N -> N2 ; - mkN2 : N -> Prep -> N2 - } ; - - mkN3 : N -> Prep -> Prep -> N3 ; - --- Proper names can be formed by using declensions for nouns. --- The plural forms are filtered away by the compiler. - - mkPN : overload { - mkPN : Str -> PN ; - mkPN : N -> PN - } ; - ---2 Adjectives - --- Non-comparison one-place adjectives are just like nouns. --- The regular adjectives are based on $regN$ in the positive. --- Comparison adjectives have three forms. --- The comparative and the superlative --- are always inflected in the same way, so the nominative of them is actually --- enough (except for the superlative "paras" of "hyv"). - - mkA : overload { - mkA : Str -> A ; - mkA : N -> A ; - mkA : N -> (kivempaa,kivinta : Str) -> A ; - mkA : (hyva,parempi,paras : N) -> (hyvin,paremmin,parhaiten : Str) -> A ; - } ; - --- Two-place adjectives need a case for the second argument. - - mkA2 : A -> Prep -> A2 = \a,p -> a ** {c2 = p ; lock_A2 = <>}; - - - ---2 Verbs --- --- The grammar does not cover the potential mood and some nominal --- forms. One way to see the coverage is to linearize a verb to --- a table. --- The worst case needs twelve forms, as shown in the following. - - mkV : overload { - mkV : (huutaa : Str) -> V ; - mkV : (huutaa,huusi : Str) -> V ; - mkV : (huutaa,huudan,huusi : Str) -> V ; - mkV : ( - huutaa,huudan,huutaa,huutavat,huutakaa,huudetaan, - huusin,huusi,huusisi,huutanut,huudettu,huutanee : Str) -> V ; - } ; - --- All the patterns above have $nominative$ as subject case. --- If another case is wanted, use the following. - - caseV : Case -> V -> V ; - --- The verbs "be" is special. - - vOlla : V ; - - ---3 Two-place verbs --- --- Two-place verbs need an object case, and can have a pre- or postposition. --- The default is direct (accusative) object. There is also a special case --- with case only. The string-only argument case yields a regular verb with --- accusative object. - - mkV2 : overload { - mkV2 : Str -> V2 ; - mkV2 : V -> V2 ; - mkV2 : V -> Case -> V2 ; - mkV2 : V -> Prep -> V2 ; - } ; - - ---3 Three-place verbs --- --- Three-place (ditransitive) verbs need two prepositions, of which --- the first one or both can be absent. - - mkV3 : V -> Prep -> Prep -> V3 ; -- puhua, allative, elative - dirV3 : V -> Case -> V3 ; -- siirt, (accusative), illative - dirdirV3 : V -> V3 ; -- antaa, (accusative), (allative) - - ---3 Other complement patterns --- --- Verbs and adjectives can take complements such as sentences, --- questions, verb phrases, and adjectives. - - mkV0 : V -> V0 ; - mkVS : V -> VS ; - mkV2S : V -> Prep -> V2S ; - mkVV : V -> VV ; - mkVVf : V -> InfForm -> VV ; - mkV2V : V -> Prep -> V2V ; - mkV2Vf : V -> Prep -> InfForm -> V2V ; - mkVA : V -> Prep -> VA ; - mkV2A : V -> Prep -> Prep -> V2A ; - mkVQ : V -> VQ ; - mkV2Q : V -> Prep -> V2Q ; - - mkAS : A -> AS ; - mkA2S : A -> Prep -> A2S ; - mkAV : A -> AV ; - mkA2V : A -> 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 ; - ---. --- The definitions should not bother the user of the API. So they are --- hidden from the document. - - Case = MorphoFin.Case ; - Number = MorphoFin.Number ; - - singular = Sg ; - plural = Pl ; - - nominative = Nom ; - genitive = Gen ; - partitive = Part ; - translative = Transl ; - inessive = Iness ; - elative = Elat ; - illative = Illat ; - adessive = Adess ; - ablative = Ablat ; - allative = Allat ; - - infFirst = Inf1 ; infElat = Inf3Elat ; infIllat = Inf3Illat ; - - prePrep : Case -> Str -> Prep = - \c,p -> {c = NPCase c ; s = p ; isPre = True ; lock_Prep = <>} ; - postPrep : Case -> Str -> Prep = - \c,p -> {c = NPCase c ; s = p ; isPre = False ; lock_Prep = <>} ; - postGenPrep p = { - c = NPCase genitive ; s = p ; isPre = False ; lock_Prep = <>} ; - casePrep : Case -> Prep = - \c -> {c = NPCase c ; s = [] ; isPre = True ; lock_Prep = <>} ; - accPrep = {c = NPAcc ; s = [] ; isPre = True ; lock_Prep = <>} ; - - mkN = overload { - mkN : (talo : Str) -> N = mk1N ; - -- \s -> nForms2N (nForms1 s) ; - mkN : (talo,talon : Str) -> N = mk2N ; - -- \s,t -> nForms2N (nForms2 s t) ; - mkN : (talo,talon,taloja : Str) -> N = mk3N ; - -- \s,t,u -> nForms2N (nForms3 s t u) ; - mkN : (talo,talon,taloja,taloa : Str) -> N = mk4N ; - -- \s,t,u,v -> nForms2N (nForms4 s t u v) ; - mkN : - (talo,talon,taloa,talona,taloon,talojen,taloja,taloina,taloissa,taloihin - : Str) -> N = mk10N ; - mkN : (sora : Str) -> (tie : N) -> N = mkStrN ; - mkN : (oma,tunto : N) -> N = mkNN ; - } ; - - mk1A : Str -> A = \jalo -> aForms2A (nforms2aforms (nForms1 jalo)) ; - mkNA : N -> A = \suuri -> aForms2A (nforms2aforms (n2nforms suuri)) ; - - mk1N : (talo : Str) -> N = \s -> nForms2N (nForms1 s) ; - mk2N : (talo,talon : Str) -> N = \s,t -> nForms2N (nForms2 s t) ; - mk3N : (talo,talon,taloja : Str) -> N = \s,t,u -> nForms2N (nForms3 s t u) ; - mk4N : (talo,talon,taloa,taloja : Str) -> N = \s,t,u,v -> - nForms2N (nForms4 s t u v) ; - mk10N : - (talo,talon,taloa,talona,taloon,talojen,taloja,taloina,taloissa,taloihin - : Str) -> N = \a,b,c,d,e,f,g,h,i,j -> - nForms2N (nForms10 a b c d e f g h i j) ; - - mkStrN : Str -> N -> N = \sora,tie -> { - s = \\c => sora + tie.s ! c ; lock_N = <> - } ; - mkNN : N -> N -> N = \oma,tunto -> { - s = \\c => oma.s ! c + tunto.s ! c ; lock_N = <> - } ; ---- TODO: oma in possessive suffix forms - - nForms1 : Str -> NForms = \ukko -> - let - ukk = init ukko ; - uko = weakGrade ukko ; - ukon = uko + "n" ; - o = case last ukko of {"" => "" ; "a" => "o"} ; -- only used then - renka = strongGrade (init ukko) ; - rake = strongGrade ukko ; - in - case ukko of { - _ + "nen" => dNainen ukko ; - _ + ("aa" | "ee" | "ii" | "oo" | "uu" | "yy" |""|"") => dPuu ukko ; - _ + ("ai" | "ei" | "oi" | "ui" | "yi" | "i" | "i") => dPuu ukko ; - _ + ("ie" | "uo" | "y") => dSuo ukko ; - _ + ("ea" | "e") => dKorkea ukko ; - _ + "is" => dKaunis ukko ; - _ + ("i" | "u") + "n" => dLiitin ukko (renka + "men") ; - _ + ("ton" | "tn") => dOnneton ukko ; - _ + "e" => dRae ukko (rake + "en") ; - _ + ("ut" | "yt") => dOttanut ukko ; - _ + ("as" | "s") => dRae ukko (renka + last renka + "n") ; - _ + ("uus" | "yys" | "eus" | "eys") => dLujuus ukko ; - _ + "s" => dJalas ukko ; - -{- heuristics for 3-syllable nouns ending a/ - _ + ("a" | "e" | "i" | "o" | "u" | "y" | "" | "") + ? + - _ + "i" + ? + a@("a" | "") => - dSilakka ukko (ukko + "n") (ukk + o + "it" + a) ; - _ + ("a" | "e" | "i" | "o" | "u" | "y" | "" | "") + ? + _ + - ("a" | "e" | "o" | "u" | "y" | "" | "") + - ("l" | "r" | "n") + a@("a" | "") => - dSilakka ukko (ukko + "n") (ukk + o + "it" + a) ; - _ + ("a" | "e" | "i" | "o" | "u" | "y" | "" | "") + ? + _ + - ("a" | "e" | "i" | "o" | "u" | "y" | "" | "") + - ("n" | "k" | "s") + "k" + a@("a" | "") => - dSilakka ukko (uko + "n") (init uko + o + "it" + a) ; - _ + ("a" | "e" | "i" | "o" | "u" | "y" | "" | "") + ? + _ + - ("a" | "e" | "i" | "o" | "u" | "y" | "" | "") + - ("n" | "t" | "s") + "t" + a@("a" | "") => - dSilakka ukko (uko + "n") (ukk + o + "j" + a) ; - _ + ("a" | "e" | "i" | "o" | "u") + ? + _ + - ("a" | "e" | "o" | "u") + ? + "a" => - dSilakka ukko (ukko + "n") (ukk + "ia") ; --} - _ + "i" +o@("o"|"") => dSilakka ukko (ukko+"n") (ukko+"it"+getHarmony o); - _ + "i" + "a" => dSilakka ukko (ukko + "n") (ukk + "oita") ; - _ + "i" + "" => dSilakka ukko (ukko + "n") (ukk + "it") ; - _ + ("a" | "o" | "u" | "y" | "" | "") => dUkko ukko ukon ; - _ + "i" => dPaatti ukko ukon ; - _ + ("ar" | "r") => dPiennar ukko (renka + "ren") ; - _ + "e" + ("l" | "n") => dPiennar ukko (ukko + "en") ; - _ => dUnix ukko - } ; - - - nForms2 : (_,_ : Str) -> NForms = \ukko,ukkoja -> - let - ukot = nForms1 ukko ; - ukon = weakGrade ukko + "n" ; - in - case of { - <_ + "ea", _ + "oita"> => - dSilakka ukko ukon ukkoja ; -- idea, but not korkea - <_ + ("aa" | "ee" | "ii" | "oo" | "uu" | "yy" | "" | "" | - "ie" | "uo" | "y" | "ea" | "e" | - "ia" | "i" | "io" | "i"), _ + ("a" | "")> => - nForms1 ukko ; --- to protect --- how to get "dioja"? - <_ + ("a" | "" | "o" | ""), _ + ("a" | "")> => - dSilakka ukko ukon ukkoja ; - => - dArpi ukko (init (weakGrade ukko) + "en") ; - <_ + "i", _ + ("eita" | "eit")> => - dTohtori ukko ; - <_ + ("ut" | "yt"),_ + ("uita" | "yit")> => dRae ukko (init ukko + "en") ; - <_ + "e", nuk + ("eja" | "ej")> => - dNukke ukko ukon ; - <_, _ + ":" + _ + ("a" | "")> => dSDP ukko ; - <_ + ("l" | "n" | "r" | "s"), _ + ("eja" | "ej")> => dUnix ukko ; - <_, _ + ("a" | "")> => ukot ; - _ => - Predef.error - (["last argument should end in a/, not"] ++ ukkoja) - } ; - - nForms3 : (_,_,_ : Str) -> NForms = \ukko,ukon,ukkoja -> - let - ukk = init ukko ; - ukot = nForms2 ukko ukkoja ; - in - case of { - <_ + ("aa" | "ee" | "ii" | "oo" | "uu" | "yy" | "" | "" | - "ie" | "uo" | "y" | "ea" | "e" | - "ia" | "i" | "io" | "i" | "ja" | "j"), _ + "n"> => - ukot ; --- to protect - <_ + ("a" | "o" | "u" | "y" | "" | ""), _ + "n"> => - dSilakka ukko ukon ukkoja ; -- auto,auton - <_ + "mpi", _ + ("emman" | "emmn")> => dSuurempi ukko ; - <_ + "in", _ + ("imman" | "immn")> => dSuurin ukko ; - => - dRae ukko ukon ; - => - dRae ukko ukon ; - => dRae ukko ukon ; - => dArpi ukko ukon ; - <_ + ("us" | "ys"), _ + "den"> => dLujuus ukko ; - <_, _ + ":n"> => dSDP ukko ; - <_, _ + "n"> => ukot ; - _ => - Predef.error (["second argument should end in n, not"] ++ ukon) - } ; - - nForms4 : (_,_,_,_ : Str) -> NForms = \ukko,ukon,ukkoja,ukkoa -> - let - ukot = nForms3 ukko ukon ukkoja ; - in - case of { - <_,_ + "n", _ + ("a" | ""), _ + ("a" | "")> => - table { - 2 => ukkoa ; - n => ukot ! n - } ; - _ => - Predef.error - (["last arguments should end in n, a/, and a/, not"] ++ - ukon ++ ukkoja ++ ukkoa) - } ; - - mkN2 = overload { - mkN2 : N -> N2 = \n -> mmkN2 n (casePrep genitive) ; - mkN2 : N -> Prep -> N2 = mmkN2 - } ; - - mmkN2 : N -> Prep -> N2 = \n,c -> n ** {c2 = c ; isPre = mkIsPre c ; lock_N2 = <>} ; - mkN3 = \n,c,e -> n ** {c2 = c ; c3 = e ; - isPre = mkIsPre c ; -- matka Lontoosta Pariisiin - isPre2 = mkIsPre e ; -- Suomen voitto Ruotsista - lock_N3 = <> - } ; - - mkIsPre : Prep -> Bool = \p -> case p.c of { - NPCase Gen => notB p.isPre ; -- Jussin veli (prep is , isPre becomes False) - _ => True -- syyte Jussia vastaan, puhe Jussin puolesta - } ; - - mkPN = overload { - mkPN : Str -> PN = mkPN_1 ; - mkPN : N -> PN = \s -> {s = \\c => s.s ! NCase Sg c ; lock_PN = <>} ; - } ; - - mkPN_1 : Str -> PN = \s -> {s = \\c => (mk1N s).s ! NCase Sg c ; lock_PN = <>} ; - --- adjectives - - mkA = overload { - mkA : Str -> A = mkA_1 ; - mkA : N -> A = \n -> noun2adjDeg n ** {lock_A = <>} ; - mkA : N -> (kivempaa,kivinta : Str) -> A = regAdjective ; --- mkA : (hyva,parempi,paras : N) -> (hyvin,paremmin,parhaiten : Str) -> A ; - } ; - - mkA_1 : Str -> A = \x -> noun2adjDeg (mk1N x) ** {lock_A = <>} ; - --- auxiliaries - mkAdjective : (_,_,_ : Adj) -> A = \hyva,parempi,paras -> - {s = table { - Posit => hyva.s ; - Compar => parempi.s ; - Superl => paras.s - } ; - lock_A = <> - } ; - regAdjective : Noun -> Str -> Str -> A = \kiva, kivempi, kivin -> - mkAdjective - (noun2adj kiva) - (noun2adjComp False (nForms2N (dSuurempi kivempi))) - (noun2adjComp False (nForms2N (dSuurin kivin))) ; - noun2adjDeg : Noun -> Adjective = \suuri -> - regAdjective - suuri - (init (suuri.s ! NCase Sg Gen) + "mpi") ---- to check - (suuri.s ! NInstruct) ; ---- - - - - --- verbs - - mkV = overload { - mkV : (huutaa : Str) -> V = mk1V ; - mkV : (huutaa,huusi : Str) -> V = mk2V ; - mkV : (huutaa,huudan,huusi : Str) -> V = mk3V ; - mkV : ( - huutaa,huudan,huutaa,huutavat,huutakaa,huudetaan, - huusin,huusi,huusisi,huutanut,huudettu,huutanee : Str) -> V = mk12V ; - } ; - - mk1V : Str -> V = \s -> - let vfs = vforms2V (vForms1 s) in - vfs ** {sc = NPCase Nom ; lock_V = <>} ; - mk2V : (_,_ : Str) -> V = \x,y -> - let vfs = vforms2V (vForms2 x y) in vfs ** {sc = NPCase Nom ; lock_V = <>} ; - mk3V : (huutaa,huudan,huusi : Str) -> V = \x,_,y -> mk2V x y ; ---- - mk12V : ( - huutaa,huudan,huutaa,huutavat,huutakaa,huudetaan, - huusin,huusi,huusisi,huutanut,huudettu,huutanee : Str) -> V = - \a,b,c,d,e,f,g,h,i,j,k,l -> - vforms2V (vForms12 a b c d e f g h i j k l) ** {sc = NPCase Nom ; lock_V = <>} ; - - vForms1 : Str -> VForms = \ottaa -> - let - a = last ottaa ; - otta = init ottaa ; - ott = init otta ; - ots = init ott + "s" ; - ota = weakGrade otta ; - otin = init (strongGrade (init ott)) + "elin" ; - ot = init ota ; - in - case ottaa of { - _ + ("e" | "i" | "o" | "u" | "y" | "") + ("a" | "") => - cHukkua ottaa (ota + "n") ; - _ + ("l" | "n" | "r") + ("taa" | "t") => - cOttaa ottaa (ota + "n") (ots + "in") (ots + "i") ; - ("" | ?) + ("a" | "e" | "i" | "o" | "u") + ? + _ + - ("a" | "e" | "i" | "o" | "u") + _ + "aa" => - cOttaa ottaa (ota + "n") (ot + "in") (ott + "i") ; - ("" | ?) + ("a" | "e" | "i") + _ + "aa" => - cOttaa ottaa (ota + "n") (ot + "oin") (ott + "oi") ; - _ + ("aa" | "") => - cOttaa ottaa (ota + "n") (ot + "in") (ott + "i") ; - _ + ("ella" | "ell") => - cKuunnella ottaa otin ; - _ + ("osta" | "st") => - cJuosta ottaa (init ott + "ksen") ; - _ + ("st" | "nn" | "ll" | "rr") + ("a" | "") => - cJuosta ottaa (ott + "en") ; - _ + ("ita" | "it") => - cHarkita ottaa ; - _ + ("eta" | "et" | "ota" | "ata" | "uta" | "yt" | "t" | "t") => - cPudota ottaa (strongGrade ott + "si") ; - _ + ("da" | "d") => - cJuoda ottaa ; - _ => Predef.error (["expected infinitive, found"] ++ ottaa) - } ; - - vForms2 : (_,_ : Str) -> VForms = \huutaa,huusi -> - let - huuda = weakGrade (init huutaa) ; - huusin = weakGrade huusi + "n" ; - autoin = weakGrade (init huusi) + "in" ; - in - case of { - <_ + ("taa" | "t"), _ + ("oi" | "i")> => - cOttaa huutaa (huuda + "n") autoin huusi ; - <_ + ("aa" | ""), _ + "i"> => - cOttaa huutaa (huuda + "n") huusin huusi ; - <_ + ("eta" | "et"), _ + "eni"> => - cValjeta huutaa huusi ; - <_ + ("sta" | "st"), _ + "si"> => - vForms1 huutaa ; -- pest, halkaista - <_ + ("ta" | "t"), _ + "si"> => - cPudota huutaa huusi ; - <_ + ("lla" | "ll"), _ + "li"> => - cKuunnella huutaa huusin ; - _ => vForms1 huutaa - } ; - - - - caseV c v = {s = v.s ; sc = NPCase c ; qp = v.qp ; lock_V = <>} ; - - vOlla = verbOlla ** {sc = NPCase Nom ; qp = "ko" ; lock_V = <>} ; ---- lieneek - - mk2V2 : V -> Prep -> V2 = \v,c -> v ** {c2 = c ; lock_V2 = <>} ; - caseV2 : V -> Case -> V2 = \v,c -> mk2V2 v (casePrep c) ; - dirV2 v = mk2V2 v accPrep ; - - mkAdv : Str -> Adv = \s -> {s = s ; lock_Adv = <>} ; - - mkV2 = overload { - mkV2 : Str -> V2 = \s -> dirV2 (mk1V s) ; - mkV2 : V -> V2 = dirV2 ; - mkV2 : V -> Case -> V2 = caseV2 ; - mkV2 : V -> Prep -> V2 = mk2V2 ; - } ; - - mk2V2 : V -> Prep -> V2 ; - caseV2 : V -> Case -> V2 ; - dirV2 : V -> V2 ; - - mkV3 v p q = v ** {c2 = p ; c3 = q ; lock_V3 = <>} ; - dirV3 v p = mkV3 v accPrep (casePrep p) ; - dirdirV3 v = dirV3 v allative ; - - mkVS v = v ** {lock_VS = <>} ; - mkVV v = mkVVf v infFirst ; - mkVVf v f = v ** {vi = f ; lock_VV = <>} ; - mkVQ v = v ** {lock_VQ = <>} ; - - V0 : Type = V ; - AS, A2S, AV : Type = A ; - A2V : Type = A2 ; - - mkV0 v = v ** {lock_V = <>} ; - mkV2S v p = mk2V2 v p ** {lock_V2S = <>} ; - mkV2V v p = mkV2Vf v p infIllat ; - mkV2Vf v p f = mk2V2 v p ** {vi = f ; lock_V2V = <>} ; - - mkVA v p = v ** {c2 = p ; lock_VA = <>} ; - mkV2A v p q = v ** {c2 = p ; c3 = q ; lock_V2A = <>} ; - mkV2Q v p = mk2V2 v p ** {lock_V2Q = <>} ; - - mkAS v = v ** {lock_A = <>} ; - mkA2S v p = mkA2 v p ** {lock_A = <>} ; - mkAV v = v ** {lock_A = <>} ; - mkA2V v p = mkA2 v p ** {lock_A2 = <>} ; - -} ; diff --git a/old-lib/resource/finnish/PhraseFin.gf b/old-lib/resource/finnish/PhraseFin.gf deleted file mode 100644 index 1b8e55b08..000000000 --- a/old-lib/resource/finnish/PhraseFin.gf +++ /dev/null @@ -1,24 +0,0 @@ -concrete PhraseFin of Phrase = CatFin ** open ResFin in { - - lin - PhrUtt pconj utt voc = {s = pconj.s ++ utt.s ++ voc.s} ; - - UttS s = s ; - UttQS qs = {s = qs.s} ; - UttImpSg pol imp = {s = pol.s ++ imp.s ! pol.p ! Sg} ; - UttImpPl pol imp = {s = pol.s ++ imp.s ! pol.p ! Pl} ; - UttImpPol pol imp = {s = pol.s ++ imp.s ! pol.p ! Pl} ; - - UttIP ip = {s = ip.s ! NPCase Nom} ; - UttIAdv iadv = iadv ; - UttNP np = {s = np.s ! NPCase Nom} ; - UttVP vp = {s = infVP (NPCase Nom) Pos (agrP3 Sg) vp Inf1} ; - UttAdv adv = adv ; - - NoPConj = {s = []} ; - PConjConj conj = {s = conj.s2} ; - - NoVoc = {s = []} ; - VocNP np = {s = "," ++ np.s ! NPCase Nom} ; - -} diff --git a/old-lib/resource/finnish/QuestionFin.gf b/old-lib/resource/finnish/QuestionFin.gf deleted file mode 100644 index f1dbc21f1..000000000 --- a/old-lib/resource/finnish/QuestionFin.gf +++ /dev/null @@ -1,96 +0,0 @@ -concrete QuestionFin of Question = CatFin ** open ResFin, Prelude in { - - flags optimize=all_subs ; - - lin - - QuestCl cl = { - s = \\t,a,p => cl.s ! t ! a ! p ! SQuest - } ; - - QuestVP ip vp = - let - cl = mkClause (subjForm (ip ** {isPron = False ; a = agrP3 ip.n}) vp.sc) (agrP3 ip.n) vp - in { - s = \\t,a,p => cl.s ! t ! a ! p ! SDecl - } ; - - QuestSlash ip slash = { - s = \\t,a,p => - let - cls = slash.s ! t ! a ! p ; - who = appCompl True p slash.c2 (ip ** {a = agrP3 ip.n ; isPron = False}) - in - who ++ cls - } ; - - QuestIAdv iadv cl = { - s = \\t,a,p => iadv.s ++ cl.s ! t ! a ! p ! SDecl - } ; - - QuestIComp icomp np = { - s = \\t,a,p => - let - vp = predV (verbOlla ** {sc = NPCase Nom ; qp = "ko"}) ; - cl = mkClause (subjForm np vp.sc) np.a vp ; - in - icomp.s ! np.a ++ cl.s ! t ! a ! p ! SDecl - } ; - - PrepIP p ip = {s = - appCompl True Pos p (ip ** {a = agrP3 ip.n ; isPron = False})} ; - - AdvIP ip adv = { - s = \\c => ip.s ! c ++ adv.s ; - n = ip.n - } ; - --- The computation of $ncase$ is a special case of that in $NounFin.DetCN$, --- since we don't have possessive suffixes or definiteness. ---- It could still be nice to have a common oper... - - IdetCN idet cn = let n = idet.n in { - s = \\c => - let - k = npform2case n c ; - ncase = case of { - => NCase Sg Part ; -- mitk kolme kytkint - <_, True> => NCase Sg k ; -- miksi kolmeksi kytkimeksi - _ => NCase n k -- mitk kytkimet - } - in - idet.s ! k ++ cn.s ! ncase ; - n = n - } ; - - IdetIP idet = let n = idet.n in { - s = \\c => - let - k = npform2case n c ; - in - idet.s ! k ; - n = n - } ; - - IdetQuant idet num = - let - n = num.n ; - isn = num.isNum - in { - s = \\k => - let - ncase = case of { - => NCase Sg Part ; -- mitk kolme kytkint - <_, True> => NCase Sg k ; -- miksi kolmeksi kytkimeksi - _ => NCase n k -- mitk kytkimet - } - in - idet.s ! n ! k ++ num.s ! Sg ! k ; - n = n ; - isNum = isn - } ; - - CompIAdv a = {s = \\_ => a.s} ; - CompIP ip = {s = \\_ => ip.s ! NPCase Nom} ; - -} diff --git a/old-lib/resource/finnish/RelativeFin.gf b/old-lib/resource/finnish/RelativeFin.gf deleted file mode 100644 index 9aab4e869..000000000 --- a/old-lib/resource/finnish/RelativeFin.gf +++ /dev/null @@ -1,50 +0,0 @@ -concrete RelativeFin of Relative = CatFin ** open Prelude, ResFin, MorphoFin in { - - flags optimize=all_subs ; - - lin - - RelCl cl = { - s = \\t,a,p,_ => "siten" ++ "ett" ++ cl.s ! t ! a ! p ! SDecl ; - ---- sellainen - c = NPCase Nom - } ; - - RelVP rp vp = { - s = \\t,ant,b,ag => - let - agr = case rp.a of { - RNoAg => ag ; - RAg a => a - } ; - cl = mkClause - (subjForm {s = rp.s ! agr.n ; - a = agr ; isPron = False} vp.sc) agr vp - in - cl.s ! t ! ant ! b ! SDecl ; - c = NPCase Nom - } ; - - RelSlash rp slash = { - s = \\t,a,p,ag => - let - cls = slash.s ! t ! a ! p ; - who = appCompl True p slash.c2 (rp2np ag.n rp) - in - who ++ cls ; - c = slash.c2.c - } ; - - FunRP p np rp = { - s = \\n,c => appCompl True Pos p (rp2np n rp) ++ np.s ! c ; --- is c OK? - a = RAg np.a - } ; - - IdRP = { - s = \\n,c => relPron ! n ! npform2case n c ; - a = RNoAg - } ; - - - -} diff --git a/old-lib/resource/finnish/ResFin.gf b/old-lib/resource/finnish/ResFin.gf deleted file mode 100644 index 5fc68384d..000000000 --- a/old-lib/resource/finnish/ResFin.gf +++ /dev/null @@ -1,589 +0,0 @@ ---# -path=.:../abstract:../common:../../prelude - ---1 Finnish 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$. - -resource ResFin = ParamX ** open Prelude in { - - flags optimize=all ; - - ---2 Parameters for $Noun$ - --- This is the $Case$ as needed for both nouns and $NP$s. - - param - Case = Nom | Gen | Part | Transl | Ess - | Iness | Elat | Illat | Adess | Ablat | Allat - | Abess ; -- Comit, Instruct in NForm - - NForm = NCase Number Case - | NComit | NInstruct -- no number dist - | NPossNom Number | NPossGen Number --- number needed for syntax of AdjCN - | NPossTransl Number | NPossIllat Number ; - --- Agreement of $NP$ is a record. We'll add $Gender$ later. - - oper - Agr = {n : Number ; p : Person} ; - - NP = {s : NPForm => Str ; a : Agr ; isPron : Bool} ; - --- ---2 Adjectives --- --- The major division is between the comparison degrees. A degree fixed, --- an adjective is like common nouns, except for the adverbial form. - -param - AForm = AN NForm | AAdv ; - -oper - Adjective : Type = {s : Degree => AForm => Str} ; - ---2 Noun phrases --- --- Two forms of *virtual accusative* are needed for nouns in singular, --- the nominative and the genitive one ("ostan talon"/"osta talo"). --- For nouns in plural, only a nominative accusative exist. Pronouns --- have a uniform, special accusative form ("minut", etc). - -param - NPForm = NPCase Case | NPAcc ; - -oper - npform2case : Number -> NPForm -> Case = \n,f -> - --- type signature: workaround for gfc bug 9/11/2007 - case < : NPForm * Number> of { - => c ; - => Gen ;-- appCompl does the job - => Nom - } ; - - n2nform : NForm -> NForm = \nf -> case nf of { - NPossNom n => NCase n Nom ; ---- - NPossGen n => NCase n Gen ; - NPossTransl n => NCase n Transl ; - NPossIllat n => NCase n Illat ; - _ => nf - } ; - - ---2 For $Verb$ - --- A special form is needed for the negated plural imperative. - -param - VForm = - Inf InfForm - | Presn Number Person - | Impf Number Person --# notpresent - | Condit Number Person --# notpresent - | Imper Number - | ImperP3 Number - | ImperP1Pl - | ImpNegPl - | Pass Bool - | PastPartAct AForm - | PastPartPass AForm - ; - - InfForm = - Inf1 - | Inf3Iness -- 5 forms acc. to Karlsson - | Inf3Elat - | Inf3Illat - | Inf3Adess - | Inf3Abess - ; - - SType = SDecl | SQuest ; - ---2 For $Relative$ - - RAgr = RNoAg | RAg {n : Number ; p : Person} ; - ---2 For $Numeral$ - - CardOrd = NCard NForm | NOrd NForm ; - ---2 Transformations between parameter types - - oper - agrP3 : Number -> Agr = \n -> - {n = n ; p = P3} ; - - conjAgr : Agr -> Agr -> Agr = \a,b -> { - n = conjNumber a.n b.n ; - p = conjPerson a.p b.p - } ; - ---- - - Compl : Type = {s : Str ; c : NPForm ; isPre : Bool} ; - - appCompl : Bool -> Polarity -> Compl -> NP -> Str = \isFin,b,co,np -> - let - c = case of { - <_, Neg, NPAcc,_,_> => NPCase Part ; -- en ne taloa/sinua - <_, Pos, NPAcc,True,_> => NPAcc ; -- nen/tytyy sinut - => NPCase Gen ; -- nen talon - => NPCase Nom ; -- tytyy talo/sinut; nen talot - <_,_,coc,_,_> => coc - } ; - nps = np.s ! c - in - preOrPost co.isPre co.s nps ; - --- For $Verb$. - - Verb : Type = { - s : VForm => Str - } ; - -param - VIForm = - VIFin Tense - | VIInf InfForm - | VIPass - | VIImper - ; - -oper - VP = { - s : VIForm => Anteriority => Polarity => Agr => {fin, inf : Str} ; - s2 : Bool => Polarity => Agr => Str ; -- talo/talon/taloa - ext : Str ; - sc : NPForm ; - qp : Str - } ; - - predV : (Verb ** {sc : NPForm ; qp : Str}) -> VP = \verb -> { - s = \\vi,ant,b,agr => - let - - verbs = verb.s ; - part : Str = case vi of { - VIPass => verbs ! PastPartPass (AN (NCase agr.n Nom)) ; - _ => verbs ! PastPartAct (AN (NCase agr.n Nom)) - } ; - - eiv : Str = case agr of { - {n = Sg ; p = P1} => "en" ; - {n = Sg ; p = P2} => "et" ; - {n = Sg ; p = P3} => "ei" ; - {n = Pl ; p = P1} => "emme" ; - {n = Pl ; p = P2} => "ette" ; - {n = Pl ; p = P3} => "eivt" - } ; - - einegole : Str * Str * Str = case of { - => ; - => ; --# notpresent - => ; --# notpresent - => ; --# notpresent - => ; --# notpresent - => <"l", verbs ! Imper Sg, "ole"> ; - => <"lk", verbs ! ImpNegPl, "olko"> ; - => <"ei", verbs ! Pass False, "ole"> ; - => <"ei", verbs ! Inf i, "olla"> ---- - } ; - - ei : Str = einegole.p1 ; - neg : Str = einegole.p2 ; - ole : Str = einegole.p3 ; - - olla : VForm => Str = verbOlla.s ; - - vf : Str -> Str -> {fin, inf : Str} = \x,y -> - {fin = x ; inf = y} ; - mkvf : VForm -> {fin, inf : Str} = \p -> case of { - => vf (verbs ! p) [] ; - => vf (olla ! p) part ; --# notpresent - => vf ei (ole ++ part) ; --# notpresent - => vf ei neg - } - in - case vi of { - VIFin Past => mkvf (Impf agr.n agr.p) ; --# notpresent - VIFin Cond => mkvf (Condit agr.n agr.p) ; --# notpresent - VIFin Fut => mkvf (Presn agr.n agr.p) ; --# notpresent - VIFin Pres => mkvf (Presn agr.n agr.p) ; - VIImper => mkvf (Imper agr.n) ; - VIPass => mkvf (Pass True) ; - VIInf i => mkvf (Inf i) - } ; - - s2 = \\_,_,_ => [] ; - ext = [] ; - sc = verb.sc ; - qp = verb.qp - } ; - - insertObj : (Bool => Polarity => Agr => Str) -> VP -> VP = \obj,vp -> { - s = vp.s ; - s2 = \\fin,b,a => obj ! fin ! b ! a ++ vp.s2 ! fin ! b ! a ; - ext = vp.ext ; - sc = vp.sc ; - qp = vp.qp - } ; - - insertExtrapos : Str -> VP -> VP = \obj,vp -> { - s = vp.s ; - s2 = vp.s2 ; - ext = vp.ext ++ obj ; - sc = vp.sc ; - qp = vp.qp - } ; - --- For $Sentence$. - - Clause : Type = { - s : Tense => Anteriority => Polarity => SType => Str - } ; - - mkClause : (Polarity -> Str) -> Agr -> VP -> Clause = - \sub,agr,vp -> { - s = \\t,a,b,o => - let - subj = sub b ; - agrfin = case vp.sc of { - NPCase Nom => ; - _ => -- minun tytyy, minulla on - } ; - verb = vp.s ! VIFin t ! a ! b ! agrfin.p1 ; - compl = vp.s2 ! agrfin.p2 ! b ! agr ++ vp.ext - in - case o of { - SDecl => subj ++ verb.fin ++ verb.inf ++ compl ; - SQuest => questPart vp a b verb.fin ++ subj ++ verb.inf ++ compl - } - } ; - --- This is used for subjects of passives: therefore isFin in False. - - subjForm : NP -> NPForm -> Polarity -> Str = \np,sc,b -> - appCompl False b {s = [] ; c = sc ; isPre = True} np ; - - questPart : VP -> Anteriority -> Polarity -> Str -> Str = \vp,a,p,on -> on ++ BIND ++ - case p of { - Neg => "k" ; -- eik tule - _ => case a of { - Anter => "ko" ; -- onko mennyt - _ => vp.qp -- tuleeko, meneek - } - } ; - - infVP : NPForm -> Polarity -> Agr -> VP -> InfForm -> Str = - \sc,pol,agr,vp,vi -> - let - fin = case sc of { -- subject case - NPCase Nom => True ; -- min tahdon nhd auton - _ => False -- minun tytyy nhd auto - } ; - verb = vp.s ! VIInf vi ! Simul ! Pos ! agr ; -- no "ei" - compl = vp.s2 ! fin ! pol ! agr ++ vp.ext -- but compl. case propagated - in - verb.fin ++ verb.inf ++ compl ; - --- The definitions below were moved here from $MorphoFin$ so that we the --- auxiliary of predication can be defined. - - verbOlla : Verb = - let olla = mkVerb - "olla" "on" "olen" "ovat" "olkaa" "ollaan" - "oli" "olin" "olisi" "ollut" "oltu" "ollun" ; - in {s = table { - Inf Inf3Iness => "olemassa" ; - Inf Inf3Elat => "olemasta" ; - Inf Inf3Illat => "olemaan" ; - Inf Inf3Adess => "olemalla" ; - Inf Inf3Abess => "olematta" ; - v => olla.s ! v - } - } ; - - ---3 Verbs --- --- The present, past, conditional. and infinitive stems, acc. to Koskenniemi. --- Unfortunately not enough (without complicated processes). --- We moreover give grade alternation forms as arguments, since it does not --- happen automatically. ---- A problem remains with the verb "seist", where the infinitive ---- stem has vowel harmony "" but the others "a", thus "seisoivat" but "seisk". - - - mkVerb : (_,_,_,_,_,_,_,_,_,_,_,_ : Str) -> Verb = - \tulla,tulee,tulen,tulevat,tulkaa,tullaan,tuli,tulin,tulisi,tullut,tultu,tullun -> - v2v (mkVerbH - tulla tulee tulen tulevat tulkaa tullaan tuli tulin tulisi tullut tultu tullun - ) ; - - v2v : VerbH -> Verb = \vh -> - let - tulla = vh.tulla ; - tulee = vh.tulee ; - tulen = vh.tulen ; - tulevat = vh.tulevat ; - tulkaa = vh.tulkaa ; - tullaan = vh.tullaan ; - tuli = vh.tuli ; - tulin = vh.tulin ; - tulisi = vh.tulisi ; - tullut = vh.tullut ; - tultu = vh.tultu ; - tultu = vh.tultu ; - tullun = vh.tullun ; - tuje = init tulen ; - tuji = init tulin ; - a = Predef.dp 1 tulkaa ; - tulko = Predef.tk 2 tulkaa + (ifTok Str a "a" "o" "") ; - o = last tulko ; - tulleena = Predef.tk 2 tullut + ("een" + a) ; - tulleen = (noun2adj (nhn (sRae tullut tulleena))).s ; - tullun = (noun2adj (nhn (sKukko tultu tullun (tultu + ("j"+a))))).s ; - tulema = Predef.tk 3 tulevat + "m" + a ; ----- tulema = tuje + "m" + a ; - vat = "v" + a + "t" - in - {s = table { - Inf Inf1 => tulla ; - Presn Sg P1 => tuje + "n" ; - Presn Sg P2 => tuje + "t" ; - Presn Sg P3 => tulee ; - Presn Pl P1 => tuje + "mme" ; - Presn Pl P2 => tuje + "tte" ; - Presn Pl P3 => tulevat ; - Impf Sg P1 => tuji + "n" ; --# notpresent - Impf Sg P2 => tuji + "t" ; --# notpresent - Impf Sg P3 => tuli ; --# notpresent - Impf Pl P1 => tuji + "mme" ; --# notpresent - Impf Pl P2 => tuji + "tte" ; --# notpresent - Impf Pl P3 => tuli + vat ; --# notpresent - Condit Sg P1 => tulisi + "n" ; --# notpresent - Condit Sg P2 => tulisi + "t" ; --# notpresent - Condit Sg P3 => tulisi ; --# notpresent - Condit Pl P1 => tulisi + "mme" ; --# notpresent - Condit Pl P2 => tulisi + "tte" ; --# notpresent - Condit Pl P3 => tulisi + vat ; --# notpresent - Imper Sg => tuje ; - Imper Pl => tulkaa ; - ImperP3 Sg => tulko + o + "n" ; - ImperP3 Pl => tulko + o + "t" ; - ImperP1Pl => tulkaa + "mme" ; - ImpNegPl => tulko ; - Pass True => tullaan ; - Pass False => Predef.tk 2 tullaan ; - PastPartAct n => tulleen ! n ; - PastPartPass n => tullun ! n ; - Inf Inf3Iness => tulema + "ss" + a ; - Inf Inf3Elat => tulema + "st" + a ; - Inf Inf3Illat => tulema + a + "n" ; - Inf Inf3Adess => tulema + "ll" + a ; - Inf Inf3Abess => tulema + "tt" + a - } - } ; - - VerbH : Type = { - tulla,tulee,tulen,tulevat,tulkaa,tullaan,tuli,tulin,tulisi,tullut,tultu,tullun - : Str - } ; - - mkVerbH : (_,_,_,_,_,_,_,_,_,_,_,_ : Str) -> VerbH = - \tulla,tulee,tulen,tulevat,tulkaa,tullaan,tuli,tulin,tulisi,tullut,tultu,tullun -> - {tulla = tulla ; - tulee = tulee ; - tulen = tulen ; - tulevat = tulevat ; - tulkaa = tulkaa ; - tullaan = tullaan ; - tuli = tuli ; - tulin = tulin ; - tulisi = tulisi ; - tullut = tullut ; - tultu = tultu ; - tullun = tullun - } ; - - noun2adj : CommonNoun -> Adj = noun2adjComp True ; - - noun2adjComp : Bool -> CommonNoun -> Adj = \isPos,tuore -> - let - tuoreesti = Predef.tk 1 (tuore.s ! NCase Sg Gen) + "sti" ; - tuoreemmin = Predef.tk 2 (tuore.s ! NCase Sg Gen) + "in" - in {s = table { - AN f => tuore.s ! f ; - AAdv => if_then_Str isPos tuoreesti tuoreemmin - } - } ; - - CommonNoun = {s : NForm => Str} ; - --- To form an adjective, it is usually enough to give a noun declension: the --- adverbial form is regular. - - Adj : Type = {s : AForm => Str} ; - - NounH : Type = { - a,vesi,vede,vete,vetta,veteen,vetii,vesii,vesien,vesia,vesiin : Str - } ; - --- worst-case macro - - mkSubst : Str -> (_,_,_,_,_,_,_,_,_,_ : Str) -> NounH = - \a,vesi,vede,vete,vetta,veteen,vetii,vesii,vesien,vesia,vesiin -> - {a = a ; - vesi = vesi ; - vede = vede ; - vete = vete ; - vetta = vetta ; - veteen = veteen ; - vetii = vetii ; - vesii = vesii ; - vesien = vesien ; - vesia = vesia ; - vesiin = vesiin - } ; - - nhn : NounH -> CommonNoun = \nh -> - let - a = nh.a ; - vesi = nh.vesi ; - vede = nh.vede ; - vete = nh.vete ; - vetta = nh.vetta ; - veteen = nh.veteen ; - vetii = nh.vetii ; - vesii = nh.vesii ; - vesien = nh.vesien ; - vesia = nh.vesia ; - vesiin = nh.vesiin - in - {s = table { - NCase Sg Nom => vesi ; - NCase Sg Gen => vede + "n" ; - NCase Sg Part => vetta ; - NCase Sg Transl => vede + "ksi" ; - NCase Sg Ess => vete + ("n" + a) ; - NCase Sg Iness => vede + ("ss" + a) ; - NCase Sg Elat => vede + ("st" + a) ; - NCase Sg Illat => veteen ; - NCase Sg Adess => vede + ("ll" + a) ; - NCase Sg Ablat => vede + ("lt" + a) ; - NCase Sg Allat => vede + "lle" ; - NCase Sg Abess => vede + ("tt" + a) ; - - NCase Pl Nom => vede + "t" ; - NCase Pl Gen => vesien ; - NCase Pl Part => vesia ; - NCase Pl Transl => vesii + "ksi" ; - NCase Pl Ess => vetii + ("n" + a) ; - NCase Pl Iness => vesii + ("ss" + a) ; - NCase Pl Elat => vesii + ("st" + a) ; - NCase Pl Illat => vesiin ; - NCase Pl Adess => vesii + ("ll" + a) ; - NCase Pl Ablat => vesii + ("lt" + a) ; - NCase Pl Allat => vesii + "lle" ; - NCase Pl Abess => vesii + ("tt" + a) ; - - NComit => vetii + "ne" ; - NInstruct => vesii + "n" ; - - NPossNom _ => vete ; - NPossGen Sg => vete ; - NPossGen Pl => Predef.tk 1 vesien ; - NPossTransl Sg => vede + "kse" ; - NPossTransl Pl => vesii + "kse" ; - NPossIllat Sg => Predef.tk 1 veteen ; - NPossIllat Pl => Predef.tk 1 vesiin - } - } ; --- Surpraisingly, making the test for the partitive, this not only covers --- "rae", "perhe", "savuke", but also "rengas", "lyhyt" (except $Sg Illat$), etc. - - sRae : (_,_ : Str) -> NounH = \rae,rakeena -> - let { - a = Predef.dp 1 rakeena ; - rakee = Predef.tk 2 rakeena ; - rakei = Predef.tk 1 rakee + "i" ; - raet = rae + (ifTok Str (Predef.dp 1 rae) "e" "t" []) - } - in - mkSubst a - rae - rakee - rakee - (raet + ("t" + a)) - (rakee + "seen") - rakei - rakei - (rakei + "den") - (rakei + ("t" + a)) - (rakei + "siin") ; --- Nouns with partitive "a"/"" ; --- to account for grade and vowel alternation, three forms are usually enough --- Examples: "talo", "kukko", "huippu", "koira", "kukka", "syyl",... - - sKukko : (_,_,_ : Str) -> NounH = \kukko,kukon,kukkoja -> - let { - o = Predef.dp 1 kukko ; - a = Predef.dp 1 kukkoja ; - kukkoj = Predef.tk 1 kukkoja ; - i = Predef.dp 1 kukkoj ; - ifi = ifTok Str i "i" ; - kukkoi = ifi kukkoj (Predef.tk 1 kukkoj) ; - e = Predef.dp 1 kukkoi ; - kukoi = Predef.tk 2 kukon + Predef.dp 1 kukkoi - } - in - mkSubst a - kukko - (Predef.tk 1 kukon) - kukko - (kukko + a) - (kukko + o + "n") - (kukkoi + ifi "" "i") - (kukoi + ifi "" "i") - (ifTok Str e "e" (Predef.tk 1 kukkoi + "ien") (kukkoi + ifi "en" "jen")) - kukkoja - (kukkoi + ifi "in" "ihin") ; - --- Reflexive pronoun. ---- Possessive could be shared with the more general $NounFin.DetCN$. - -oper - reflPron : Agr -> NP = \agr -> - let - itse = (nhn (sKukko "itse" "itsen" "itsej")).s ; - nsa = possSuffixFront agr - in { - s = table { - NPCase (Nom | Gen) | NPAcc => itse ! NPossNom Sg + nsa ; - NPCase Transl => itse ! NPossTransl Sg + nsa ; - NPCase Illat => itse ! NPossIllat Sg + nsa ; - NPCase c => itse ! NCase Sg c + nsa - } ; - a = agr ; - isPron = False -- no special acc form - } ; - - possSuffixFront : Agr -> Str = \agr -> - table Agr ["ni" ; "si" ; "ns" ; "mme" ; "nne" ; "ns"] ! agr ; - possSuffix : Agr -> Str = \agr -> - table Agr ["ni" ; "si" ; "nsa" ; "mme" ; "nne" ; "nsa"] ! agr ; - -oper - rp2np : Number -> {s : Number => NPForm => Str ; a : RAgr} -> NP = \n,rp -> { - s = rp.s ! n ; - a = agrP3 Sg ; -- does not matter (--- at least in Slash) - isPron = False -- has no special accusative - } ; - - etta_Conj : Str = "ett" ; -} diff --git a/old-lib/resource/finnish/SentenceFin.gf b/old-lib/resource/finnish/SentenceFin.gf deleted file mode 100644 index 8ea12f2d8..000000000 --- a/old-lib/resource/finnish/SentenceFin.gf +++ /dev/null @@ -1,67 +0,0 @@ -concrete SentenceFin of Sentence = CatFin ** open Prelude, ResFin in { - - flags optimize=all_subs ; - - lin - - PredVP np vp = mkClause (subjForm np vp.sc) np.a vp ; - - PredSCVP sc vp = mkClause (\_ -> sc.s) (agrP3 Sg) vp ; - - ImpVP vp = { - s = \\pol,n => - let - agr = {n = n ; p = P2} ; - verb = vp.s ! VIImper ! Simul ! pol ! agr ; - compl = vp.s2 ! False ! pol ! agr ++ vp.ext --- False = like inf (osta auto) - in - verb.fin ++ verb.inf ++ compl ; - } ; - --- The object case is formed at the use site of $c2$, in $Relative$ and $Question$. - - SlashVP np vp = { - s = \\t,a,p => (mkClause (subjForm np vp.sc) np.a vp).s ! t ! a ! p ! SDecl ; - c2 = vp.c2 - } ; - - AdvSlash slash adv = { - s = \\t,a,b => slash.s ! t ! a ! b ++ adv.s ; - c2 = slash.c2 - } ; - - SlashPrep cl prep = { - s = \\t,a,p => cl.s ! t ! a ! p ! SDecl ; - c2 = prep - } ; - - SlashVS np vs slash = { - s = \\t,a,p => - (mkClause (subjForm np vs.sc) np.a - (insertExtrapos ("ett" ++ slash.s) - (predV vs)) - ).s ! t ! a ! p ! SDecl ; - c2 = slash.c2 - } ; - - - EmbedS s = {s = etta_Conj ++ s.s} ; - EmbedQS qs = {s = qs.s} ; - EmbedVP vp = {s = infVP (NPCase Nom) Pos (agrP3 Sg) vp Inf1} ; --- case,pol,agr,infform - - UseCl t a p cl = {s = t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! p.p ! SDecl} ; - UseQCl t a p cl = {s = t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! p.p} ; - UseRCl t a p cl = { - s = \\r => t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! p.p ! r ; - c = cl.c - } ; - UseSlash t a p cl = { - s = t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! p.p ; - c2 = cl.c2 - } ; - - AdvS a s = {s = a.s ++ s.s} ; - - RelS s r = {s = s.s ++ "," ++ r.s ! agrP3 Sg} ; ---- mik - -} diff --git a/old-lib/resource/finnish/StructuralFin.gf b/old-lib/resource/finnish/StructuralFin.gf deleted file mode 100644 index 43092fb23..000000000 --- a/old-lib/resource/finnish/StructuralFin.gf +++ /dev/null @@ -1,298 +0,0 @@ -concrete StructuralFin of Structural = CatFin ** - open MorphoFin, ParadigmsFin, Prelude in { - - flags optimize=all ; - - lin - above_Prep = postGenPrep "ylpuolella" ; - after_Prep = postGenPrep "jlkeen" ; - - all_Predet = {s = \\n,c => - let - kaiket = caseTable n ((mkN "kaikki" "kaiken" "kaikkena")) - in - case npform2case n c of { - Nom => "kaikki" ; - k => kaiket ! k - } - } ; - almost_AdA, almost_AdN = ss "melkein" ; - although_Subj = ss "vaikka" ; - always_AdV = ss "aina" ; - and_Conj = {s1 = [] ; s2 = "ja" ; n = Pl} ; - because_Subj = ss "koska" ; - before_Prep = prePrep partitive "ennen" ; - behind_Prep = postGenPrep "takana" ; - between_Prep = postGenPrep "vliss" ; - both7and_DConj = sd2 "sek" "ett" ** {n = Pl} ; - but_PConj = ss "mutta" ; - by8agent_Prep = postGenPrep "toimesta" ; - by8means_Prep = casePrep adessive ; - can8know_VV = mkVV (mkV "osata" "osasi") ; - can_VV = mkVV (mkV "voida" "voi") ; - during_Prep = postGenPrep "aikana" ; - either7or_DConj = sd2 "joko" "tai" ** {n = Sg} ; - everybody_NP = makeNP (mkN "jokainen") Sg ; - every_Det = mkDet Sg (mkN "jokainen") ; - everything_NP = makeNP (((mkN "kaikki" "kaiken" "kaikkena")) ** - {lock_N = <>}) Sg ; - everywhere_Adv = ss "kaikkialla" ; - few_Det = mkDet Sg (mkN "harva") ; ---- first_Ord = {s = \\n,c => (mkN "ensimminen").s ! NCase n c} ; - for_Prep = casePrep allative ; - from_Prep = casePrep elative ; - he_Pron = mkPronoun "hn" "hnen" "hnt" "hnen" "hneen" Sg P3 ; - here_Adv = ss "tll" ; - here7to_Adv = ss "tnne" ; - here7from_Adv = ss "tlt" ; - how_IAdv = ss "miten" ; - how8many_IDet = - {s = \\c => "kuinka" ++ (mkN "moni" "monia").s ! NCase Sg c ; n = Sg ; isNum = False} ; - if_Subj = ss "jos" ; - in8front_Prep = postGenPrep "edess" ; - i_Pron = mkPronoun "min" "minun" "minua" "minuna" "minuun" Sg P1 ; - in_Prep = casePrep inessive ; - it_Pron = { - s = \\c => pronSe.s ! npform2case Sg c ; - a = agrP3 Sg ; - isPron = False - } ; - less_CAdv = ss "vhemmn" ; - many_Det = mkDet Sg (mkN "moni" "monia") ; - more_CAdv = ss "enemmn" ; - most_Predet = {s = \\n,c => (nForms2N (dSuurin "useinta")).s ! NCase n (npform2case n c)} ; - much_Det = mkDet Sg {s = \\_ => "paljon"} ; - must_VV = mkVV (caseV genitive (mkV "tyty")) ; - no_Utt = ss "ei" ; - on_Prep = casePrep adessive ; ---- one_Quant = mkDet Sg DEPREC - only_Predet = {s = \\_,_ => "vain"} ; - or_Conj = {s1 = [] ; s2 = "tai" ; n = Pl} ; - otherwise_PConj = ss "muuten" ; - part_Prep = casePrep partitive ; - please_Voc = ss ["ole hyv"] ; --- number - possess_Prep = casePrep genitive ; - quite_Adv = ss "melko" ; - she_Pron = mkPronoun "hn" "hnen" "hnt" "hnen" "hneen" Sg P3 ; - so_AdA = ss "niin" ; - somebody_NP = { - s = \\c => jokuPron ! Sg ! npform2case Sg c ; - a = agrP3 Sg ; - isPron = False - } ; - someSg_Det = { - s1 = jokuPron ! Sg ; - s2 = [] ; - isNum,isPoss = False ; isDef = True ; n = Sg - } ; - somePl_Det = { - s1 = jokuPron ! Pl ; - s2 = [] ; isNum,isPoss = False ; isDef = True ; - n = Pl - } ; - something_NP = { - s = \\c => jokinPron ! Sg ! npform2case Sg c ; - a = agrP3 Sg ; - isPron = False - } ; - somewhere_Adv = ss "jossain" ; - that_Quant = { - s1 = table (MorphoFin.Number) { - Sg => table (MorphoFin.Case) { - c => (mkPronoun "tuo" "tuon" "tuota" "tuona" "tuohon" Sg P3).s ! NPCase c - } ; - Pl => table (MorphoFin.Case) { - c => (mkPronoun "nuo" "noiden" "noita" "noina" "noihin" Sg P3).s ! NPCase c - } - } ; - s2 = [] ; isNum,isPoss = False ; isDef = True ; - } ; - there_Adv = ss "siell" ; --- tuolla - there7to_Adv = ss "sinne" ; - there7from_Adv = ss "sielt" ; - therefore_PConj = ss "siksi" ; - they_Pron = mkPronoun "he" "heidn" "heit" "hein" "heihin" Pl P3 ; --- ne - this_Quant = { - s1 = table (MorphoFin.Number) { - Sg => table (MorphoFin.Case) { - c => (mkPronoun "tm" "tmn" "tt" "tn" "thn" Sg P3).s ! NPCase c - } ; - Pl => table (MorphoFin.Case) { - c => (mkPronoun "nm" "niden" "nit" "nin" "nihin" Sg P3).s ! NPCase c - } - } ; - s2 = [] ; isNum,isPoss = False ; isDef = True ; - } ; - through_Prep = postGenPrep "kautta" ; - too_AdA = ss "liian" ; - to_Prep = casePrep illative ; --- allative - under_Prep = postGenPrep "alla" ; - very_AdA = ss "erittin" ; - want_VV = mkVV (mkV "tahtoa") ; - we_Pron = mkPronoun "me" "meidn" "meit" "mein" "meihin" Pl P1 ; - whatPl_IP = { - s = table {NPAcc => "mitk" ; c => mikaInt ! Pl ! npform2case Pl c} ; - n = Pl - } ; - whatSg_IP = { - s = \\c => mikaInt ! Sg ! npform2case Sg c ; - n = Sg - } ; - when_IAdv = ss "milloin" ; - when_Subj = ss "kun" ; - where_IAdv = ss "miss" ; - which_IQuant = { - s = mikaInt - } ; - whoSg_IP = { - s = table {NPAcc => "kenet" ; c => kukaInt ! Sg ! npform2case Sg c} ; - n = Sg - } ; - whoPl_IP = { - s = table {NPAcc => "ketk" ; c => kukaInt ! Pl ! npform2case Pl c} ; - n = Pl - } ; - why_IAdv = ss "miksi" ; - without_Prep = prePrep partitive "ilman" ; - with_Prep = postGenPrep "kanssa" ; - yes_Utt = ss "kyll" ; - youSg_Pron = mkPronoun "sin" "sinun" "sinua" "sinuna" "sinuun" Sg P2 ; - youPl_Pron = mkPronoun "te" "teidn" "teit" "tein" "teihin" Pl P2 ; - youPol_Pron = mkPronoun "te" "teidn" "teit" "tein" "teihin" Pl P2 ; --- Sg - - -oper - jokuPron : MorphoFin.Number => (MorphoFin.Case) => Str = - let - ku = mkN "ku" ; - kui = mkN "kuu" - in - table { - Sg => table { - Nom => "joku" ; - Gen => "jonkun" ; - c => relPron ! Sg ! c + ku.s ! NCase Sg c - } ; - Pl => table { - Nom => "jotkut" ; - c => relPron ! Pl ! c + kui.s ! NCase Pl c - } - } ; - - jokinPron : MorphoFin.Number => (MorphoFin.Case) => Str = - table { - Sg => table { - Nom => "jokin" ; - Gen => "jonkin" ; - c => relPron ! Sg ! c + "kin" - } ; - Pl => table { - Nom => "jotkin" ; - c => relPron ! Pl ! c + "kin" - } - } ; - - mikaInt : MorphoFin.Number => (MorphoFin.Case) => Str = - let { - mi = mkN "mi" - } in - table { - Sg => table { - Nom => "mik" ; - Gen => "mink" ; - Part => "mit" ; - c => mi.s ! NCase Sg c - } ; - Pl => table { - Nom => "mitk" ; - Gen => "mink" ; - Part => "mit" ; - c => mi.s ! NCase Sg c - } - } ; - - kukaInt : MorphoFin.Number => (MorphoFin.Case) => Str = - let - kuka = mkN "kuka" "kenen" "ken" "ket" "keneen" - "keiden" "keit" "kein" "keiss" "keihin" ; - in - table { - Sg => table { - c => kuka.s ! NCase Sg c - } ; - Pl => table { - Nom => "ketk" ; - c => kuka.s ! NCase Pl c - } - } ; - mikaanPron : MorphoFin.Number => (MorphoFin.Case) => Str = \\n,c => - case of { - => "mikn" ; - <_,Part> => "mitn" ; - => "minkn" ; - => "mitkn" ; - => "mittenkn" ; - <_,Ess> => "minn" ; - <_,Iness> => "missn" ; - <_,Elat> => "mistn" ; - <_,Adess> => "milln" ; - <_,Ablat> => "miltn" ; - _ => mikaInt ! n ! c + "kn" - } ; - - kukaanPron : MorphoFin.Number => (MorphoFin.Case) => Str = - table { - Sg => table { - Nom => "kukaan" ; - Part => "ketn" ; - Ess => "kenn" ; - Iness => "kessn" ; - Elat => "kestn" ; - Illat => "kehenkn" ; - Adess => "kelln" ; - Ablat => "keltn" ; - c => kukaInt ! Sg ! c + "kn" - } ; - Pl => table { - Nom => "ketkn" ; - Part => "keitn" ; - Ess => "keinn" ; - Iness => "keissn" ; - Elat => "keistn" ; - Adess => "keilln" ; - Ablat => "keiltn" ; - c => kukaInt ! Pl ! c + "kn" - } - } ; - - pronSe : ProperName = { - s = table { - Nom => "se" ; - Gen => "sen" ; - Part => "sit" ; - Transl => "siksi" ; - Ess => "sin" ; - Iness => "siin" ; - Elat => "siit" ; - Illat => "siihen" ; - Adess => "sill" ; - Ablat => "silt" ; - Allat => "sille" ; - Abess => "sitt" - } ; - } ; - - -oper - makeNP : N -> MorphoFin.Number -> CatFin.NP ; - makeNP noun num = { - s = \\c => noun.s ! NCase num (npform2case num c) ; - a = agrP3 num ; - isPron = False ; - lock_NP = <> - } ; - - - -} - diff --git a/old-lib/resource/finnish/VerbFin.gf b/old-lib/resource/finnish/VerbFin.gf deleted file mode 100644 index 0e6498a0b..000000000 --- a/old-lib/resource/finnish/VerbFin.gf +++ /dev/null @@ -1,123 +0,0 @@ ---1 Verb Phrases in Finnish - -concrete VerbFin of Verb = CatFin ** open Prelude, ResFin in { - - flags optimize=all_subs ; - - lin - UseV = predV ; - - SlashV2a v = predV v ** {c2 = v.c2} ; - - Slash2V3 v np = - insertObj - (\\fin,b,_ => appCompl fin b v.c2 np) (predV v) ** {c2 = v.c3} ; - Slash3V3 v np = - insertObj - (\\fin,b,_ => appCompl fin b v.c3 np) (predV v) ** {c2 = v.c2} ; - - ComplVV v vp = - insertObj - (\\_,b,a => infVP v.sc b a vp v.vi) - (predV {s = v.s ; - sc = case vp.sc of { - NPCase Nom => v.sc ; -- minun tytyy pest auto - c => c -- minulla tytyy olla auto - } ; - qp = v.qp - } - ) ; - - ComplVS v s = insertExtrapos (etta_Conj ++ s.s) (predV v) ; - ComplVQ v q = insertExtrapos ( q.s) (predV v) ; - ComplVA v ap = - insertObj - (\\_,b,agr => - ap.s ! False ! AN (NCase agr.n (npform2case agr.n v.c2.c))) --- v.cs.s ignored - (predV v) ; - - SlashV2S v s = - insertExtrapos (etta_Conj ++ s.s) (predV v) ** {c2 = v.c2} ; - SlashV2Q v q = - insertExtrapos (q.s) (predV v) ** {c2 = v.c2} ; - SlashV2V v vp = - insertObj (\\_,b,a => infVP v.sc b a vp v.vi) (predV v) ** {c2 = v.c2} ; - ---- different infinitives - SlashV2A v ap = - insertObj - (\\fin,b,_ => - ap.s ! False ! AN (NCase Sg (npform2case Sg v.c3.c))) ----agr to obj - (predV v) ** {c2 = v.c2} ; - - ComplSlash vp np = insertObj (\\fin,b,_ => appCompl fin b vp.c2 np) vp ; - - UseComp comp = - insertObj (\\_,_ => comp.s) (predV (verbOlla ** {sc = NPCase Nom ; qp = "ko"})) ; - - SlashVV v vp = - insertObj - (\\_,b,a => infVP v.sc b a vp v.vi) - (predV {s = v.s ; - sc = case vp.sc of { - NPCase Nom => v.sc ; -- minun tytyy pest auto - c => c -- minulla tytyy olla auto - } ; - qp = v.qp - } - ) ** {c2 = vp.c2} ; ---- correct ?? - - SlashV2VNP v np vp = - insertObj - (\\fin,b,a => appCompl fin b v.c2 np ++ infVP v.sc b a vp v.vi) - (predV v) ** {c2 = vp.c2} ; - - AdvVP vp adv = insertObj (\\_,_,_ => adv.s) vp ; - - AdVVP adv vp = insertObj (\\_,_,_ => adv.s) vp ; - - ReflVP v = insertObj (\\fin,b,agr => appCompl fin b v.c2 (reflPron agr)) v ; - - PassV2 v = let vp = predV v in { - s = \\_ => vp.s ! VIPass ; - s2 = \\_,_,_ => [] ; - ext = [] ; - qp = v.qp ; - sc = v.c2.c -- minut valitaan ; minua rakastetaan ; minulle kuiskataan - } ; ---- talon valitaan: should be marked like inf. - -----b UseVS, UseVQ = \v -> v ** {c2 = {s = [] ; c = NPAcc ; isPre = True}} ; - - CompAP ap = { - s = \\agr => - let - n = agr.n ; - c = case agr.n of { - Sg => Nom ; -- min olen iso - Pl => Part -- me olemme isoja - } --- definiteness of NP ? - in ap.s ! False ! AN (NCase agr.n c) - } ; - CompNP np = {s = \\_ => np.s ! NPCase Nom} ; - CompAdv a = {s = \\_ => a.s} ; - -} - - ---2 The object case --- --- The rules involved are ComplV2 and ComplVV above. --- The work is done jointly in ResFin.infVP and appCompl. --- Cases to test: l -table (to see negated forms) ---``` --- minun tytyy ostaa auto --- PredVP (UsePron i_Pron) (ComplVV must_VV --- (ComplV2 buy_V2 (DetCN (DetSg (SgQuant DefArt) NoOrd) (UseN car_N)))) --- min tahdon ostaa auton --- PredVP (UsePron i_Pron) (ComplVV want_VV --- (ComplV2 buy_V2 (DetCN (DetSg (SgQuant DefArt) NoOrd) (UseN car_N)))) --- minulla tytyy olla auto --- PredVP (UsePron i_Pron) (ComplVV must_VV --- (ComplV2 have_V2 (DetCN (DetSg (SgQuant DefArt) NoOrd) (UseN car_N)))) ---``` --- Unfortunately, there is no nice way to say "I want to have a car". --- (Other than the paraphrases "I want a car" or "I want to own a car".) diff --git a/old-lib/resource/french/AdjectiveFre.gf b/old-lib/resource/french/AdjectiveFre.gf deleted file mode 100644 index 28ff535b9..000000000 --- a/old-lib/resource/french/AdjectiveFre.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete AdjectiveFre of Adjective = CatFre ** AdjectiveRomance with - (ResRomance = ResFre) ; diff --git a/old-lib/resource/french/AdverbFre.gf b/old-lib/resource/french/AdverbFre.gf deleted file mode 100644 index 0fcc12dca..000000000 --- a/old-lib/resource/french/AdverbFre.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete AdverbFre of Adverb = CatFre ** AdverbRomance with - (ResRomance = ResFre) ; diff --git a/old-lib/resource/french/AllFre.gf b/old-lib/resource/french/AllFre.gf deleted file mode 100644 index 32f20cd4c..000000000 --- a/old-lib/resource/french/AllFre.gf +++ /dev/null @@ -1,7 +0,0 @@ ---# -path=.:../romance:../abstract:../common:prelude - -concrete AllFre of AllFreAbs = - LangFre, - IrregFre, - ExtraFre - ** {} ; diff --git a/old-lib/resource/french/AllFreAbs.gf b/old-lib/resource/french/AllFreAbs.gf deleted file mode 100644 index 474168d53..000000000 --- a/old-lib/resource/french/AllFreAbs.gf +++ /dev/null @@ -1,5 +0,0 @@ -abstract AllFreAbs = - Lang, - IrregFreAbs, - ExtraFreAbs - ** {} ; diff --git a/old-lib/resource/french/BeschFre.gf b/old-lib/resource/french/BeschFre.gf deleted file mode 100644 index 9903e07ec..000000000 --- a/old-lib/resource/french/BeschFre.gf +++ /dev/null @@ -1,102 +0,0 @@ -resource BeschFre = open Prelude, MorphoFre in { - -flags optimize=noexpand ; -- faster and smaller than =all - -oper VerbeN = {s : VF => Str} ; -oper mkNV : Verbe -> VerbeN = \ve -> {s = vvf ve} ; - -oper conj : Str -> Verbe = conj1aimer ; --- temp. default - -oper v_nancy100inf : Str -> VerbeN = \ve -> {s = table { - VInfin _ => ve ; - _ => nonExist - } -} ; - - -oper v_besch1 : Str -> VerbeN = \s -> mkNV (conjAvoir s) ; -oper v_besch2 : Str -> VerbeN = \s -> mkNV (conjtre s) ; --- 3-5 not used -oper v_besch6 : Str -> VerbeN = \s -> mkNV (conj1aimer s) ; -oper v_besch7 : Str -> VerbeN = \s -> mkNV (conj1placer s) ; -oper v_besch8 : Str -> VerbeN = \s -> mkNV (conj1manger s) ; -oper v_besch9 : Str -> VerbeN = \s -> mkNV (conj1peser s) ; -oper v_besch10 : Str -> VerbeN = \s -> mkNV (conj1cder s) ; -oper v_besch11 : Str -> VerbeN = \s -> mkNV (conj1jeter s) ; -oper v_besch12 : Str -> VerbeN = \s -> mkNV (conj1jeter s) ; -oper v_besch13 : Str -> VerbeN = \s -> mkNV (conj1aimer s) ; -oper v_besch14 : Str -> VerbeN = \s -> mkNV (conj1assiger s) ; -oper v_besch15 : Str -> VerbeN = \s -> mkNV (conj1aimer s) ; --- ? -oper v_besch16 : Str -> VerbeN = \s -> mkNV (conj1payer s) ; -oper v_besch17 : Str -> VerbeN = \s -> mkNV (conj1payer s) ; -oper v_besch18 : Str -> VerbeN = \s -> mkNV (conj1envoyer s) ; -oper v_besch19 : Str -> VerbeN = \s -> mkNV (conj2finir s) ; -oper v_besch20 : Str -> VerbeN = \s -> mkNV (conj2har s) ; --- oper v_besch21 : Str -> VerbeN = \s -> mkNV (conj s) ; -- not used -oper v_besch22 : Str -> VerbeN = \s -> mkNV (conj3aller s) ; -oper v_besch23 : Str -> VerbeN = \s -> mkNV (conj3tenir s) ; -oper v_besch24 : Str -> VerbeN = \s -> mkNV (conj3qurir s) ; -oper v_besch25 : Str -> VerbeN = \s -> mkNV (conj3sentir s) ; -oper v_besch26 : Str -> VerbeN = \s -> mkNV (conj3vtir s) ; -oper v_besch27 : Str -> VerbeN = \s -> mkNV (conj3couvrir s) ; -oper v_besch28 : Str -> VerbeN = \s -> mkNV (conj3cueillir s) ; -oper v_besch29 : Str -> VerbeN = \s -> mkNV (conj3assaillir s) ; -oper v_besch30 : Str -> VerbeN = \s -> mkNV (conj3faillir s) ; -oper v_besch31 : Str -> VerbeN = \s -> mkNV (conj3bouillir s) ; -oper v_besch32 : Str -> VerbeN = \s -> mkNV (conj3dormir s) ; -oper v_besch33 : Str -> VerbeN = \s -> mkNV (conj3courir s) ; -oper v_besch34 : Str -> VerbeN = \s -> mkNV (conj3mourir s) ; -oper v_besch35 : Str -> VerbeN = \s -> mkNV (conj3sentir s) ; -oper v_besch36 : Str -> VerbeN = \s -> mkNV (conj3fuir s) ; -oper v_besch37 : Str -> VerbeN = \s -> mkNV (conj3our s) ; -oper v_besch38 : Str -> VerbeN = \s -> mkNV (conj3cevoir s) ; -oper v_besch39 : Str -> VerbeN = \s -> mkNV (conj3voir s) ; -oper v_besch40 : Str -> VerbeN = \s -> mkNV (conj3pourvoir s) ; -oper v_besch41 : Str -> VerbeN = \s -> mkNV (conj3savoir s) ; -oper v_besch42 : Str -> VerbeN = \s -> mkNV (conj3devoir s) ; -oper v_besch43 : Str -> VerbeN = \s -> mkNV (conj3pouvoir s) ; -oper v_besch44 : Str -> VerbeN = \s -> mkNV (conj3mouvoir s) ; -oper v_besch45 : Str -> VerbeN = \s -> mkNV (conj3pleuvoir s) ; -oper v_besch46 : Str -> VerbeN = \s -> mkNV (conj3falloir s) ; -oper v_besch47 : Str -> VerbeN = \s -> mkNV (conj3valoir s) ; -oper v_besch48 : Str -> VerbeN = \s -> mkNV (conj3vouloir s) ; -oper v_besch49 : Str -> VerbeN = \s -> mkNV (conj3asseoir s) ; -oper v_besch50 : Str -> VerbeN = \s -> mkNV (conj3messeoir s) ; --- ? -oper v_besch51 : Str -> VerbeN = \s -> mkNV (conj3surseoir s) ; -oper v_besch52 : Str -> VerbeN = \s -> mkNV (conj3choir s) ; -oper v_besch53 : Str -> VerbeN = \s -> mkNV (conj3rendre s) ; -oper v_besch54 : Str -> VerbeN = \s -> mkNV (conj3prendre s) ; -oper v_besch55 : Str -> VerbeN = \s -> mkNV (conj3battre s) ; -oper v_besch56 : Str -> VerbeN = \s -> mkNV (conj3mettre s) ; -oper v_besch57 : Str -> VerbeN = \s -> mkNV (conj3peindre s) ; -oper v_besch58 : Str -> VerbeN = \s -> mkNV (conj3joindre s) ; -oper v_besch59 : Str -> VerbeN = \s -> mkNV (conj3craindre s) ; -oper v_besch60 : Str -> VerbeN = \s -> mkNV (conj3vaincre s) ; -oper v_besch61 : Str -> VerbeN = \s -> mkNV (conj3traire s) ; -oper v_besch62 : Str -> VerbeN = \s -> mkNV (conj3faire s) ; -oper v_besch63 : Str -> VerbeN = \s -> mkNV (conj3plaire s) ; -oper v_besch64 : Str -> VerbeN = \s -> mkNV (conj3connatre s) ; -oper v_besch65 : Str -> VerbeN = \s -> mkNV (conj3natre s) ; -oper v_besch66 : Str -> VerbeN = \s -> mkNV (conj3patre s) ; -oper v_besch67 : Str -> VerbeN = \s -> mkNV (conj3crotre s) ; -oper v_besch68 : Str -> VerbeN = \s -> mkNV (conj3croire s) ; -oper v_besch69 : Str -> VerbeN = \s -> mkNV (conj3boire s) ; -oper v_besch70 : Str -> VerbeN = \s -> mkNV (conj3clore s) ; -oper v_besch71 : Str -> VerbeN = \s -> mkNV (conj3conclure s) ; -oper v_besch72 : Str -> VerbeN = \s -> mkNV (conj3absoudre s) ; -oper v_besch73 : Str -> VerbeN = \s -> mkNV (conj3coudre s) ; -oper v_besch74 : Str -> VerbeN = \s -> mkNV (conj3moudre s) ; -oper v_besch75 : Str -> VerbeN = \s -> mkNV (conj3suivre s) ; -oper v_besch76 : Str -> VerbeN = \s -> mkNV (conj3vivre s) ; -oper v_besch77 : Str -> VerbeN = \s -> mkNV (conj3lire s) ; -oper v_besch78 : Str -> VerbeN = \s -> mkNV (conj3dire s) ; -oper v_besch79 : Str -> VerbeN = \s -> mkNV (conj3rire s) ; -oper v_besch80 : Str -> VerbeN = \s -> mkNV (conj3crire s) ; -oper v_besch81 : Str -> VerbeN = \s -> mkNV (conj3confire s) ; -oper v_besch82 : Str -> VerbeN = \s -> mkNV (conj3cuire s) ; - --- 83-99 not used - -oper v_besch100 : Str -> VerbeN = \s -> mkNV (conj s) ; --- to do -oper v_besch101 : Str -> VerbeN = \s -> mkNV (conj s) ; --- to do -} diff --git a/old-lib/resource/french/CatFre.gf b/old-lib/resource/french/CatFre.gf deleted file mode 100644 index 2daa7decc..000000000 --- a/old-lib/resource/french/CatFre.gf +++ /dev/null @@ -1,4 +0,0 @@ ---# -path=.:../romance:../common:../abstract:../common:prelude - -concrete CatFre of Cat = CommonX - [Tense,TPres,TPast,TFut,TCond] ** CatRomance with - (ResRomance = ResFre) ; diff --git a/old-lib/resource/french/CompatibilityFre.gf b/old-lib/resource/french/CompatibilityFre.gf deleted file mode 100644 index 89680f533..000000000 --- a/old-lib/resource/french/CompatibilityFre.gf +++ /dev/null @@ -1,11 +0,0 @@ ---# -path=.:../romance:../abstract:../common - -concrete CompatibilityFre of Compatibility = CatFre ** 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/old-lib/resource/french/ConjunctionFre.gf b/old-lib/resource/french/ConjunctionFre.gf deleted file mode 100644 index 8397e141f..000000000 --- a/old-lib/resource/french/ConjunctionFre.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete ConjunctionFre of Conjunction = CatFre ** ConjunctionRomance with - (ResRomance = ResFre) ; diff --git a/old-lib/resource/french/DiffFre.gf b/old-lib/resource/french/DiffFre.gf deleted file mode 100644 index 37026a754..000000000 --- a/old-lib/resource/french/DiffFre.gf +++ /dev/null @@ -1,213 +0,0 @@ ---# -path=.:../romance:../abstract:../common:prelude - -instance DiffFre of DiffRomance = open CommonRomance, PhonoFre, Prelude in { - - flags optimize=noexpand ; coding=utf8 ; --- flags optimize=all ; - - param - Prepos = P_de | P_a | PNul ; - VType = VHabere | VEsse | VRefl ; - - oper - dative : Case = CPrep P_a ; - genitive : Case = CPrep P_de ; - - prepCase : Case -> Str = \c -> case c of { - Nom => [] ; - Acc => [] ; - CPrep P_a => "à" ; - CPrep P_de => elisDe ; - CPrep PNul => [] - } ; - - artDef : Gender -> Number -> Case -> Str = \g,n,c -> - case of { - => pre {"du" ; ["de l'"] / voyelle} ; - => pre {"au" ; ["à l'"] / voyelle} ; - => elisLe ; - => prepCase c ++ elisLa ; - <_, Pl, CPrep P_de> => "des" ; - <_, Pl, CPrep P_a> => "aux" ; - <_, Pl, _ > => "les" - } ; - --- In these two, "de de/du/des" becomes "de". - - artIndef = \g,n,c -> case of { - => prepCase c ++ genForms "un" "une" ! g ; - => elisDe ; - _ => prepCase c ++ "des" - } ; - - possCase = \_,_,c -> prepCase c ; - - partitive = \g,c -> case c of { - CPrep P_de => elisDe ; - _ => prepCase c ++ artDef g Sg (CPrep P_de) - } ; - - conjunctCase : NPForm -> NPForm = \c -> case c of { - Aton k => Ton k ; - _ => c - } ; - - auxVerb : VType -> (VF => Str) = \vtyp -> case vtyp of { - VHabere => avoir_V.s ; - _ => copula.s - } ; - - partAgr : VType -> VPAgr = \vtyp -> case vtyp of { - VHabere => vpAgrNone ; - _ => VPAgrSubj - } ; - - vpAgrClit : Agr -> VPAgr = \a -> - VPAgrClit a.g a.n ; - ----- pronArg = pronArgGen Neg ; --- takes more space and time - - pronArg : Number -> Person -> CAgr -> CAgr -> Str * Str * Bool = - \n,p,acc,dat -> - let - pacc = case acc of { - CRefl => elision "s" ; --- use of reflPron incred. expensive - _ => argPron Fem n p Acc - },True> ; - CPron ag an ap => ; - _ => <[],False> - } ; - in - case dat of { - CPron ag an ap => let pdat = argPron ag an ap dative in case ap of { - P3 => ; - _ => - } ; - _ => - } ; - - infForm _ _ _ _ = True ; - --- Positive polarity is used in the imperative: stressed for 1st and --- 2nd persons. - - pronArgGen : Polarity -> Number -> Person -> CAgr -> CAgr -> Str * Str = - \b,n,p,acc,dat -> - let - cas : Person -> Case -> Case = \pr,c -> case of { - => CPrep P_de ; --- encoding in argPron - _ => c - } ; - pacc = case acc of { - CRefl => case p of { - P3 => elision "s" ; --- use of reflPron incred. expensive - _ => argPron Fem n p (cas p Acc) - } ; - CPron ag an ap => argPron ag an ap (cas ap Acc) ; - _ => [] - } ; - pdat = case dat of { - CPron ag an ap => argPron ag an ap (cas ap dative) ; - _ => [] - } ; - in - case dat of { - CPron _ _ P3 => ; - _ => - } ; - - mkImperative b p vp = { - s = \\pol,aag => - let - num = if_then_else Number b Pl aag.n ; - agr = {g = aag.g ; n = num ; p = p} ; - verb = (vp.s ! VPImperat).fin ! agr ; - neg = vp.neg ! pol ; - hascl = (pronArg agr.n agr.p vp.clAcc vp.clDat).p3 ; - clpr = pronArgGen pol agr.n agr.p vp.clAcc vp.clDat ; - compl = neg.p2 ++ clpr.p2 ++ vp.comp ! agr ++ vp.ext ! pol - in - case pol of { - Pos => verb ++ if_then_Str hascl "-" [] ++ clpr.p1 ++ compl ; - Neg => neg.p1 ++ clpr.p1 ++ verb ++ compl - } - } ; - - - negation : Polarity => (Str * Str) = table { - Pos => <[],[]> ; - Neg => - } ; - - conjThan = elisQue ; - conjThat = elisQue ; - - subjIf = "si" ; --- s' - - clitInf _ cli inf = cli ++ inf ; - - relPron : Bool => AAgr => Case => Str = \\b,a,c => - let - lequel = artDef a.g a.n c + quelPron ! a - in - case b of { - False => case c of { - Nom => "qui" ; - Acc => elisQue ; - CPrep P_de => "dont" ; - _ => lequel - } ; - _ => lequel - } ; - - pronSuch : AAgr => Str = aagrForms "tel" "telle" "tels" "telles" ; - - quelPron : AAgr => Str = aagrForms "quel" "quelle" "quels" "quelles" ; - - partQIndir = "ce" ; --- only for qui,que: elision "c" ; - - reflPron : Number -> Person -> Case -> Str = \n,p,c -> - let pron = argPron Fem n p c in - case of { - => elision "s" ; - => prepCase c ++ "soi" ; - _ => pron - } ; - - 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 of { - <_,Sg,P1> => cases (elision "m") "moi" ; - <_,Sg,P2> => cases (elision "t") "toi" ; - <_,Pl,P1> => \_ -> "nous" ; - <_,Pl,P2> => \_ -> "vous" ; - => cases3 elisLa "lui" "elle" ; - <_,Sg,P3> => cases3 (elision "l") "lui" "lui" ; - => cases3 "les" "leur" "elles" ; - <_,Pl,P3> => cases3 "les" "leur" "eux" - } ; - - vRefl : VType = VRefl ; - isVRefl : VType -> Bool = \ty -> case ty of { - VRefl => True ; - _ => False - } ; - - auxPassive : Verb = copula ; - - copula : Verb = {s = table VF ["être";"être";"suis";"es";"est";"sommes";"êtes";"sont";"sois";"sois";"soit";"soyons";"soyez";"soient";"étais";"étais";"était";"étions";"étiez";"étaient";"fusse";"fusses";"fût";"fussions";"fussiez";"fussent";"fus";"fus";"fut";"fûmes";"fûtes";"furent";"serai";"seras";"sera";"serons";"serez";"seront";"serais";"serais";"serait";"serions";"seriez";"seraient";"sois";"soyons";"soyez";"été";"étés";"étée";"étées";"étant"]; vtyp=VHabere} ; - - avoir_V : Verb = {s=table VF ["avoir";"avoir";"ai";"as";"a";"avons";"avez";"ont";"aie";"aies";"ait";"ayons";"ayez";"aient";"avais";"avais";"avait";"avions";"aviez";"avaient";"eusse";"eusses";"eût";"eussions";"eussiez";"eussent";"eus";"eus";"eut";"eûmes";"eûtes";"eurent";"aurai";"auras";"aura";"aurons";"aurez";"auront";"aurais";"aurais";"aurait";"aurions";"auriez";"auraient";"aie";"ayons";"ayez";"eu";"eus";"eue";"eues";"ayant"];vtyp=VHabere}; - -} diff --git a/old-lib/resource/french/ExtraFre.gf b/old-lib/resource/french/ExtraFre.gf deleted file mode 100644 index 1877d8334..000000000 --- a/old-lib/resource/french/ExtraFre.gf +++ /dev/null @@ -1,60 +0,0 @@ -concrete ExtraFre of ExtraFreAbs = ExtraRomanceFre ** - open CommonRomance, PhonoFre, MorphoFre, ParadigmsFre, ParamX, ResFre in { - - lin - EstcequeS qs = {s = "est-ce" ++ elisQue ++ qs.s ! Indic} ; - EstcequeIAdvS idet qs = {s = idet.s ++ "est-ce" ++ elisQue ++ qs.s ! Indic} ; - - QueestcequeIP = { - s = table { - c => prepQue c ++ "est-ce" ++ caseQue c - } ; - a = aagr Fem Pl - } ; - - QuiestcequeIP = { - s = table { - c => prepQue c ++ "qui" ++ "est-ce" ++ caseQue c - } ; - a = aagr Fem Pl - } ; - - i8fem_Pron = mkPronoun - (elision "j") (elision "m") (elision "m") "moi" "mon" (elisPoss "m") "mes" - Fem Sg P1 ; - these8fem_NP = makeNP ["celles-ci"] Fem Pl ; - they8fem_Pron = mkPronoun - "elles" "les" "leur" "eux" "leur" "leur" "leurs" - Fem Pl P3 ; - this8fem_NP = pn2np (mkPN ["celle-ci"] Fem) ; - those8fem_NP = makeNP ["celles-l"] Fem Pl ; - we8fem_Pron = mkPronoun "nous" "nous" "nous" "nous" "notre" "notre" "nos" - Fem Pl P1 ; - whoPl8fem_IP = - {s = \\c => artDef a.g a.n c + quelPron ! a ; a = a} - where {a = aagr Fem Sg} ; - whoSg8fem_IP = - {s = \\c => artDef a.g a.n c + quelPron ! a ; a = a} - where {a = aagr Fem Pl} ; - - youSg8fem_Pron = mkPronoun - "tu" (elision "t") (elision "t") "toi" "ton" (elisPoss "t") "tes" - Fem Sg P2 ; - youPl8fem_Pron, - youPol8fem_Pron = - mkPronoun - "vous" "vous" "vous" "vous" "votre" "votre" "vos" - Fem Pl P2 ; - - oper - prepQue : Case -> Str = \c -> case c of { - Nom | Acc => elisQue ; - _ => prepCase c ++ "qui" --- - } ; - caseQue : Case -> Str = \c -> case c of { - Nom => "qui" ; - _ => elisQue - } ; - - -} diff --git a/old-lib/resource/french/ExtraFreAbs.gf b/old-lib/resource/french/ExtraFreAbs.gf deleted file mode 100644 index 33f518ab7..000000000 --- a/old-lib/resource/french/ExtraFreAbs.gf +++ /dev/null @@ -1,34 +0,0 @@ --- Structures special for French. These are not implemented in other --- Romance languages. - -abstract ExtraFreAbs = ExtraRomanceAbs ** { - --- Notice: only direct (main-clause) questions are generated, and needed. - - fun - EstcequeS : S -> Utt ; -- est-ce qu'il pleut - EstcequeIAdvS : IAdv -> S -> Utt ; -- o est-ce qu'il pleut - --- These also generate indirect (subordinate) questions. - - QueestcequeIP : IP ; -- qu'est-ce (que/qui) - QuiestcequeIP : IP ; -- qu'est-ce (que/qui) - --- 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 ; - whoPl8fem_IP : IP ; - whoSg8fem_IP : IP ; - - youSg8fem_Pron : Pron ; - youPl8fem_Pron : Pron ; - youPol8fem_Pron : Pron ; - -} diff --git a/old-lib/resource/french/ExtraRomanceFre.gf b/old-lib/resource/french/ExtraRomanceFre.gf deleted file mode 100644 index ba7d7b160..000000000 --- a/old-lib/resource/french/ExtraRomanceFre.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete ExtraRomanceFre of ExtraRomanceAbs = CatFre ** ExtraRomance with - (ResRomance = ResFre) ; diff --git a/old-lib/resource/french/GrammarFre.gf b/old-lib/resource/french/GrammarFre.gf deleted file mode 100644 index 698cea528..000000000 --- a/old-lib/resource/french/GrammarFre.gf +++ /dev/null @@ -1,21 +0,0 @@ ---# -path=.:../romance:../abstract:../common:prelude - -concrete GrammarFre of Grammar = - NounFre, - VerbFre, - AdjectiveFre, - AdverbFre, - NumeralFre, - SentenceFre, - QuestionFre, - RelativeFre, - ConjunctionFre, - PhraseFre, - TextX - [Tense,TPres,TPast,TFut,TCond], - IdiomFre, - StructuralFre - ** { - -flags startcat = Phr ; unlexer = text ; lexer = text ; - -} ; diff --git a/old-lib/resource/french/IdiomFre.gf b/old-lib/resource/french/IdiomFre.gf deleted file mode 100644 index bb38c8774..000000000 --- a/old-lib/resource/french/IdiomFre.gf +++ /dev/null @@ -1,45 +0,0 @@ -concrete IdiomFre of Idiom = CatFre ** - open (P = ParamX), PhonoFre, MorphoFre, ParadigmsFre, Prelude in { - - flags optimize=all_subs ; - - lin - ImpersCl vp = mkClause "il" True (agrP3 Masc Sg) vp ; - GenericCl vp = mkClause "on" True (agrP3 Masc Sg) vp ; - - ExistNP np = - mkClause "il" True (agrP3 Masc Sg) - (insertClit2 "y" (insertComplement (\\_ => np.s ! Ton Acc) (predV avoir_V))) ; - - ExistIP ip = { - s = \\t,a,p,_ => - ip.s ! Nom ++ - (mkClause "il" True (agrP3 Masc Sg) - (insertClit2 "y" (predV avoir_V))).s - ! DDir ! t ! a ! p ! Indic ---- DInv - } ; - - CleftNP np rs = mkClause elisCe True (agrP3 Masc Sg) - (insertComplement (\\_ => rs.s ! Indic ! np.a) - (insertComplement (\\_ => np.s ! Ton rs.c) (predV copula))) ; - - CleftAdv ad s = mkClause elisCe True (agrP3 Masc Sg) - (insertComplement (\\_ => conjThat ++ s.s ! Indic) - (insertComplement (\\_ => ad.s) (predV copula))) ; - - - ProgrVP vp = - insertComplement - (\\a => "en" ++ "train" ++ elisDe ++ infVP vp a) - (predV copula) ; - - ImpPl1 vpr = let vp = useVP vpr in {s = - (mkImperative False P1 vp).s ! Pos ! {n = Pl ; g = Masc} --- fem - } ; - - oper - elisCe = elision "c" ; - -} - - diff --git a/old-lib/resource/french/IrregFre.gf b/old-lib/resource/french/IrregFre.gf deleted file mode 100644 index 748cb4361..000000000 --- a/old-lib/resource/french/IrregFre.gf +++ /dev/null @@ -1,395 +0,0 @@ ---# -path=.:../romance:../common:../abstract:../../prelude - --- Irregular verbs from Nancy, based on a list from Sylvain Pogodalla, 25/11/2004 --- Translated to GF by Aarne Ranta --- added extracted subcat information 29/11 - -concrete IrregFre of IrregFreAbs = CatFre ** - open DiffFre, MorphoFre, BeschFre, Prelude in { - - flags optimize=values ; - --- all verbs in classes with "er" and "finir" are omitted - -lin - abattre_V2 = v_besch55 "abattre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - absoudre_V2 = v_besch72 "absoudre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - abstenir_V = v_besch23 "abstenir" ** {vtyp = VHabere ; lock_V = <> ; c2 = complAcc} ; - abstraire_V2 = v_besch61 "abstraire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - accourir_V = v_besch33 "accourir" ** {vtyp = VHabere ; lock_V = <>} ; - accrotre_V2 = v_besch73 "accrotre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - accueillir_V2 = v_besch28 "accueillir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - acqurir_V2 = v_besch24 "acqurir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - adjoindre_V2 = v_besch58 "adjoindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - admettre_V2 = v_besch56 "admettre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - advenir_V = v_besch23 "advenir" ** {vtyp = VEsse ; lock_V = <>} ; - aller_V = v_besch22 "aller" ** {vtyp = VEsse ; lock_V = <>} ; - apercevoir_V2 = v_besch38 "apercevoir" ** {vtyp = VRefl ; lock_V2 = <> ; c2 = complGen} ; - apparatre_V = v_besch64 "apparatre" ** {vtyp = VHabere ; lock_V = <>} ; - appartenir_V2 = v_besch23 "appartenir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; - appendre_V2 = v_besch53 "appendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - apprendre_V2 = v_besch54 "apprendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - assaillir_V2 = v_besch29 "assaillir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - asseoir_V2 = v_besch49 "asseoir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - astreindre_V2 = v_besch57 "astreindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - atteindre_V2 = v_besch57 "atteindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - attendre_V2 = v_besch53 "attendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; - avoir_V2 = v_besch1 "avoir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - battre_V2 = v_besch55 "battre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - boire_V2 = v_besch69 "boire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - bouillir_V2 = v_besch31 "bouillir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - braire_V = v_besch61 "braire" ** {vtyp = VHabere ; lock_V = <>} ; - ceindre_V2 = v_besch57 "ceindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - choir_V = v_besch52 "choir" ** {vtyp = VEsse ; lock_V = <>} ; - circonscrire_V2 = v_besch80 "circonscrire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - circonvenir_V2 = v_besch23 "circonvenir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - clore_V2 = v_besch70 "clore" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - combattre_V2 = v_besch55 "combattre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - commettre_V2 = v_besch56 "commettre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - comparatre_V2 = v_besch64 "comparatre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - complaire_V2 = v_besch63 "complaire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; - comprendre_V2 = v_besch54 "comprendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - compromettre_V2 = v_besch56 "compromettre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - concevoir_V2 = v_besch38 "concevoir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - conclure_V2 = v_besch71 "conclure" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - concourir_V2 = v_besch33 "concourir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - condescendre_V2 = v_besch53 "condescendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; - conduire_V2 = v_besch82 "conduire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - confire_V2 = v_besch81 "confire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - confondre_V2 = v_besch53 "confondre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - conjoindre_V2 = v_besch58 "conjoindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - connatre_V2 = v_besch64 "connatre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - conqurir_V2 = v_besch24 "conqurir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - consentir_V2 = v_besch25 "consentir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; - construire_V2 = v_besch82 "construire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - contenir_V2 = v_besch23 "contenir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - contraindre_V2 = v_besch59 "contraindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - contrebattre_V2 = v_besch55 "contrebattre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - contredire_V2 = v_besch78 "contredire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - contrefaire_V2 = v_besch62 "contrefaire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - contrevenir_V2 = v_besch23 "contrevenir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; - convaincre_V2 = v_besch60 "convaincre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complGen} ; - convenir_V2 = v_besch23 "convenir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complGen} ; - correspondre_V2 = v_besch53 "correspondre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; - corrompre_V2 = v_besch53 "corrompre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - coudre_V2 = v_besch73 "coudre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - courir_V2 = v_besch33 "courir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - couvrir_V2 = v_besch27 "couvrir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - craindre_V2 = v_besch59 "craindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - croire_V2 = v_besch68 "croire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; - crotre_V = v_besch67 "crotre" ** {vtyp = VEsse ; lock_V = <>} ; - cueillir_V2 = v_besch28 "cueillir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - cuire_V2 = v_besch82 "cuire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - dbattre_V2 = v_besch55 "dbattre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - dbouillir_V2 = v_besch31 "dbouillir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - dcevoir_V2 = v_besch38 "dcevoir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - dchoir_V2 = v_besch52 "dchoir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - dclore_V2 = v_besch70 "dclore" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - dcommettre_V2 = v_besch56 "dcommettre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - dconfire_V2 = v_besch81 "dconfire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - dcoudre_V2 = v_besch73 "dcoudre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - dcouvrir_V2 = v_besch27 "dcouvrir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - dcrire_V2 = v_besch80 "dcrire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - dcrotre_V2 = v_besch67 "dcrotre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - dcuire_V2 = v_besch82 "dcuire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - dduire_V2 = v_besch82 "dduire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - dfaillir_V = v_besch30 "dfaillir" ** {vtyp = VHabere ; lock_V = <>} ; - dfaire_V2 = v_besch62 "dfaire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - dfendre_V2 = v_besch53 "dfendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - dmentir_V2 = v_besch25 "dmentir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - dmettre_V2 = v_besch56 "dmettre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - dmordre_V = v_besch53 "dmordre" ** {vtyp = VHabere ; lock_V = <>} ; - dpartir_V2 = v_besch25 "dpartir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complGen} ; - dpeindre_V2 = v_besch57 "dpeindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - dpendre_V2 = v_besch53 "dpendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complGen} ; - dplaire_V = v_besch63 "dplaire" ** {vtyp = VHabere ; lock_V = <>} ; - dpourvoir_V2 = v_besch40 "dpourvoir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - dprendre_V2 = v_besch54 "dprendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complGen} ; - dsapprendre_V2 = v_besch54 "dsapprendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - descendre_V2 = v_besch53 "descendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - desservir_V2 = v_besch35 "desservir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - dteindre_V2 = v_besch57 "dteindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - dtendre_V2 = v_besch53 "dtendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - dtenir_V2 = v_besch23 "dtenir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - dtordre_V2 = v_besch53 "dtordre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - dtruire_V2 = v_besch82 "dtruire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - devenir_V = v_besch23 "devenir" ** {vtyp = VEsse ; lock_V = <>} ; - dvtir_V2 = v_besch26 "dvtir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - devoir_V2 = v_besch42 "devoir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - dire_V2 = v_besch78 "dire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - disconvenir_V2 = v_besch23 "disconvenir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complGen} ; - discourir_V2 = v_besch33 "discourir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complGen} ; - disjoindre_V2 = v_besch58 "disjoindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - disparatre_V2 = v_besch64 "disparatre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - dissoudre_V2 = v_besch72 "dissoudre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - distendre_V2 = v_besch53 "distendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - distordre_V2 = v_besch53 "distordre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - distraire_V2 = v_besch61 "distraire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - dormir_V2 = v_besch32 "dormir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - battre_V = v_besch55 "battre" ** {vtyp = VHabere ; lock_V = <> ; c2 = complAcc} ; - choir_V2 = v_besch52 "choir" ** {vtyp = VEsse ; lock_V2 = <> ; c2 = complDat} ; - clore_V2 = v_besch70 "clore" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - conduire_V2 = v_besch82 "conduire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - crire_V2 = v_besch80 "crire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - lire_V2 = v_besch77 "lire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - embatre_V2 = v_besch55 "embatre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - embattre_V2 = v_besch55 "embattre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - emboire_V = v_besch69 "emboire" ** {vtyp = VHabere ; lock_V = <> ; c2 = complAcc} ; - mettre_V2 = v_besch56 "mettre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - moudre_V2 = v_besch74 "moudre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - mouvoir_V2 = v_besch44 "mouvoir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - empreindre_V2 = v_besch57 "empreindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complGen} ; - enceindre_V2 = v_besch57 "enceindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - enclore_V2 = v_besch70 "enclore" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - encourir_V2 = v_besch33 "encourir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - endormir_V2 = v_besch32 "endormir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - enduire_V2 = v_besch82 "enduire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - enfreindre_V2 = v_besch57 "enfreindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - enfuir_V = v_besch36 "enfuir" ** {vtyp = VHabere ; lock_V = <> ; c2 = complAcc} ; - enjoindre_V2 = v_besch58 "enjoindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - enqurir_V = v_besch24 "enqurir" ** {vtyp = VHabere ; lock_V = <> ; c2 = complAcc} ; - entendre_V2 = v_besch53 "entendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - entr'apercevoir_V = v_besch38 "entr'apercevoir" ** {vtyp = VHabere ; lock_V = <> ; c2 = complAcc} ; - entrebattre_V = v_besch55 "entrebattre" ** {vtyp = VHabere ; lock_V = <> ; c2 = complAcc} ; - entre_dtruire_V = v_besch82 "entre-dtruire" ** {vtyp = VHabere ; lock_V = <> ; c2 = complAcc} ; - entre_har_V = v_besch20 "entre-har" ** {vtyp = VHabere ; lock_V = <> ; c2 = complAcc} ; - entremettre_V = v_besch56 "entremettre" ** {vtyp = VHabere ; lock_V = <> ; c2 = complAcc} ; - entre_nuire_V = v_besch82 "entre-nuire" ** {vtyp = VHabere ; lock_V = <>} ; - entreprendre_V2 = v_besch54 "entreprendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - entretenir_V2 = v_besch23 "entretenir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - entrevoir_V2 = v_besch39 "entrevoir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - entrouvrir_V2 = v_besch27 "entrouvrir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - envoyer_V2 = v_besch18 "envoyer" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - pandre_V2 = v_besch53 "pandre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - perdre_V = v_besch53 "perdre" ** {vtyp = VHabere ; lock_V = <> ; c2 = complAcc} ; - prendre_V = v_besch54 "prendre" ** {vtyp = VHabere ; lock_V = <> ; c2 = complAcc} ; - quivaloir_V2 = v_besch47 "quivaloir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; - teindre_V2 = v_besch57 "teindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - tendre_V2 = v_besch53 "tendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - treindre_V2 = v_besch57 "treindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - tre_V = v_besch2 "tre" ** {vtyp = VHabere ; lock_V = <>} ; - exclure_V2 = v_besch71 "exclure" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - extraire_V2 = v_besch61 "extraire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - faillir_V2 = v_besch30 "faillir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; - faire_V2 = v_besch62 "faire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - falloir_V = v_besch46 "falloir" ** {vtyp = VHabere ; lock_V = <>} ; - feindre_V2 = v_besch57 "feindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - fendre_V2 = v_besch53 "fendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - fondre_V2 = v_besch53 "fondre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - forfaire_V2 = v_besch62 "forfaire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; - foutre_V2 = v_besch53 "foutre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complGen} ; - frire_V2 = v_besch81 "frire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - fuir_V2 = v_besch36 "fuir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - geindre_V2 = v_besch57 "geindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - gsir_V2 = mkNV (conj3gsir "gsir") ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - har_V2 = v_besch20 "har" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - inclure_V2 = v_besch71 "inclure" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - induire_V2 = v_besch82 "induire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - inscrire_V2 = v_besch80 "inscrire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - instruire_V2 = v_besch82 "instruire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - interdire_V2 = v_besch78 "interdire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - interrompre_V2 = v_besch53 "interrompre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - intervenir_V = v_besch23 "intervenir" ** {vtyp = VEsse ; lock_V = <>} ; - introduire_V2 = v_besch82 "introduire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - joindre_V2 = v_besch58 "joindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - lire_V2 = v_besch77 "lire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - luire_V = v_besch82 "luire" ** {vtyp = VHabere ; lock_V = <>} ; - mainmettre_V2 = v_besch56 "mainmettre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - maintenir_V2 = v_besch23 "maintenir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - mconnatre_V2 = v_besch64 "mconnatre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - mcroire_V2 = v_besch68 "mcroire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - mdire_V2 = v_besch78 "mdire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complGen} ; - mentir_V2 = v_besch25 "mentir" ** {vtyp = VEsse ; lock_V2 = <> ; c2 = complDat} ; - mprendre_V2 = v_besch54 "mprendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; - messeoir_V2 = v_besch50 "messeoir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - mettre_V2 = v_besch56 "mettre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - mvendre_V2 = v_besch53 "mvendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - mordre_V2 = v_besch53 "mordre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - morfondre_V = v_besch53 "morfondre" ** {vtyp = VHabere ; lock_V = <> ; c2 = complAcc} ; - moudre_V2 = v_besch74 "moudre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - mourir_V = v_besch34 "mourir" ** {vtyp = VEsse ; lock_V = <>} ; - mouvoir_V2 = v_besch44 "mouvoir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complGen} ; - natre_V = v_besch65 "natre" ** {vtyp = VEsse ; lock_V = <>} ; - nuire_V2 = v_besch82 "nuire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; - obtenir_V2 = v_besch23 "obtenir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - obvenir_V = v_besch23 "obvenir" ** {vtyp = VEsse ; lock_V = <>} ; - occlure_V2 = v_besch71 "occlure" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - offrir_V2 = v_besch27 "offrir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - oindre_V2 = v_besch58 "oindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - omettre_V2 = v_besch56 "omettre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - our_V2 = v_besch37 "our" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - ouvrir_V2 = v_besch27 "ouvrir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - patre_V2 = v_besch66 "patre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - patre_V = v_besch66 "patre" ** {vtyp = VHabere ; lock_V = <> ; c2 = complAcc} ; - paratre_V = v_besch64 "paratre" ** {vtyp = VHabere ; lock_V = <>} ; - parcourir_V2 = v_besch33 "parcourir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - parfondre_V2 = v_besch53 "parfondre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - partir_V = v_besch25 "partir" ** {vtyp = VEsse ; lock_V = <>} ; - parvenir_V = v_besch23 "parvenir" ** {vtyp = VEsse ; lock_V = <>} ; - peindre_V2 = v_besch57 "peindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - pendre_V2 = v_besch53 "pendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - percevoir_V2 = v_besch38 "percevoir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - perdre_V2 = v_besch53 "perdre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - permettre_V2 = v_besch56 "permettre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - plaindre_V2 = v_besch59 "plaindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - plaire_V2 = v_besch63 "plaire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; - pleuvoir_V = v_besch45 "pleuvoir" ** {vtyp = VHabere ; lock_V = <>} ; - poindre_V2 = v_besch58 "poindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - pondre_V2 = v_besch53 "pondre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - pourfendre_V2 = v_besch53 "pourfendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - poursuivre_V2 = v_besch75 "poursuivre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - pourvoir_V2 = v_besch40 "pourvoir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; - pouvoir_V = v_besch43 "pouvoir" ** {vtyp = VHabere ; lock_V = <>} ; - prdire_V2 = v_besch78 "prdire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - prendre_V2 = v_besch54 "prendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - prescrire_V2 = v_besch80 "prescrire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - pressentir_V2 = v_besch25 "pressentir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - prtendre_V2 = v_besch53 "prtendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; - prvaloir_V2 = v_besch47 "prvaloir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complGen} ; - prvenir_V2 = v_besch23 "prvenir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - prvoir_V2 = v_besch39 "prvoir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - produire_V2 = v_besch82 "produire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - promettre_V2 = v_besch56 "promettre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - promouvoir_V2 = v_besch44 "promouvoir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - proscrire_V2 = v_besch80 "proscrire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - provenir_V = v_besch23 "provenir" ** {vtyp = VEsse ; lock_V = <>} ; - rabattre_V2 = v_besch55 "rabattre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - raire_V2 = v_besch61 "raire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - rapprendre_V2 = v_besch54 "rapprendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - rasseoir_V2 = v_besch49 "rasseoir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - radmettre_V2 = v_besch56 "radmettre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - rapparatre_V = v_besch64 "rapparatre" ** {vtyp = VHabere ; lock_V = <>} ; - rapprendre_V2 = v_besch54 "rapprendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - rebattre_V2 = v_besch55 "rebattre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - recevoir_V2 = v_besch38 "recevoir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - recomparatre_V2 = v_besch64 "recomparatre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - reconduire_V2 = v_besch82 "reconduire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - reconnatre_V2 = v_besch64 "reconnatre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - reconqurir_V2 = v_besch24 "reconqurir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - reconstruire_V2 = v_besch82 "reconstruire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - recoudre_V2 = v_besch73 "recoudre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - recourir_V2 = v_besch33 "recourir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; - recouvrir_V2 = v_besch27 "recouvrir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - rcrire_V2 = v_besch80 "rcrire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - recrotre_V2 = v_besch67 "recrotre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - recueillir_V2 = v_besch28 "recueillir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - recuire_V2 = v_besch82 "recuire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - redcouvrir_V2 = v_besch27 "redcouvrir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - redfaire_V2 = v_besch62 "redfaire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - redescendre_V2 = v_besch53 "redescendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - redevenir_V = v_besch23 "redevenir" ** {vtyp = VEsse ; lock_V = <>} ; - redevoir_V2 = v_besch42 "redevoir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - redire_V2 = v_besch78 "redire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - rduire_V2 = v_besch82 "rduire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; - rcrire_V2 = v_besch80 "rcrire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - rlire_V2 = v_besch77 "rlire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - rentendre_V2 = v_besch53 "rentendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - refaire_V2 = v_besch62 "refaire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - refendre_V2 = v_besch53 "refendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - refondre_V2 = v_besch53 "refondre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - rinscrire_V2 = v_besch80 "rinscrire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - rintroduire_V2 = v_besch82 "rintroduire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - rejoindre_V2 = v_besch58 "rejoindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - relire_V2 = v_besch77 "relire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - reluire_V2 = v_besch82 "reluire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - remettre_V2 = v_besch56 "remettre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - remordre_V2 = v_besch53 "remordre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - remoudre_V2 = v_besch74 "remoudre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - renatre_V2 = v_besch65 "renatre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - rendormir_V2 = v_besch32 "rendormir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - rendre_V2 = v_besch53 "rendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - rentraire_V2 = v_besch61 "rentraire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - rentrouvrir_V2 = v_besch27 "rentrouvrir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - renvoyer_V2 = v_besch18 "renvoyer" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - repatre_V2 = v_besch66 "repatre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - rpandre_V2 = v_besch53 "rpandre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - reparatre_V = v_besch64 "reparatre" ** {vtyp = VEsse ; lock_V = <>} ; - repartir_V = v_besch25 "repartir" ** {vtyp = VEsse ; lock_V = <>} ; - repeindre_V2 = v_besch57 "repeindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - rependre_V2 = v_besch53 "rependre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - repentir_V = v_besch25 "repentir" ** {vtyp = VHabere ; lock_V = <> ; c2 = complAcc} ; - reperdre_V2 = v_besch53 "reperdre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - repleuvoir_V = v_besch45 "repleuvoir" ** {vtyp = VHabere ; lock_V = <>} ; - rpondre_V2 = v_besch53 "rpondre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - reprendre_V2 = v_besch54 "reprendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - reproduire_V2 = v_besch82 "reproduire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - requrir_V2 = v_besch24 "requrir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - rsoudre_V2 = mkNV (conj3rsoudre "rsoudre") ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - ressentir_V2 = v_besch25 "ressentir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complGen} ; - resservir_V2 = v_besch35 "resservir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - ressortir_V = v_besch25 "ressortir" ** {vtyp = VEsse ; lock_V = <>} ; - ressouvenir_V = v_besch23 "ressouvenir" ** {vtyp = VHabere ; lock_V = <> ; c2 = complAcc} ; - restreindre_V2 = v_besch57 "restreindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - reteindre_V2 = v_besch57 "reteindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - retendre_V2 = v_besch53 "retendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - retenir_V2 = v_besch23 "retenir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - retondre_V2 = v_besch53 "retondre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - retordre_V2 = v_besch53 "retordre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - retraduire_V2 = v_besch82 "retraduire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - retraire_V2 = v_besch61 "retraire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - retranscrire_V2 = v_besch80 "retranscrire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - retransmettre_V2 = v_besch56 "retransmettre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - rtreindre_V2 = v_besch57 "rtreindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - revaloir_V2 = v_besch47 "revaloir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - revendre_V2 = v_besch53 "revendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - revenir_V = v_besch23 "revenir" ** {vtyp = VEsse ; lock_V = <>} ; - revtir_V2 = v_besch26 "revtir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - revivre_V2 = v_besch76 "revivre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - revoir_V2 = v_besch39 "revoir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - revouloir_V2 = v_besch48 "revouloir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - rire_V2 = v_besch79 "rire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complGen} ; - rompre_V2 = v_besch53 "rompre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - rouvrir_V2 = v_besch27 "rouvrir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - saillir_V2 = v_besch29 "saillir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - satisfaire_V2 = v_besch62 "satisfaire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; - savoir_V2 = v_besch41 "savoir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - secourir_V2 = v_besch33 "secourir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - sduire_V2 = v_besch82 "sduire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - sentir_V2 = v_besch25 "sentir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - seoir_V = v_besch50 "seoir" ** {vtyp = VHabere ; lock_V = <>} ; - servir_V2 = v_besch35 "servir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - sortir_V = v_besch25 "sortir" ** {vtyp = VHabere ; lock_V = <>} ; - soubattre_V2 = v_besch55 "soubattre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - souffrir_V2 = v_besch27 "souffrir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - soumettre_V2 = v_besch56 "soumettre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; - sourire_V2 = v_besch79 "sourire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; - souscrire_V2 = v_besch80 "souscrire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; - sous_entendre_V2 = v_besch53 "sous-entendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - sous_tendre_V2 = v_besch53 "sous-tendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - soustraire_V2 = v_besch61 "soustraire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - soutenir_V2 = v_besch23 "soutenir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - souvenir_V = v_besch23 "souvenir" ** {vtyp = VHabere ; lock_V = <> ; c2 = complAcc} ; - subvenir_V2 = v_besch23 "subvenir" ** {vtyp = VEsse ; lock_V2 = <> ; c2 = complDat} ; - suffire_V2 = v_besch81 "suffire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; - suivre_V2 = v_besch75 "suivre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - surfaire_V2 = v_besch62 "surfaire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - surprendre_V2 = v_besch54 "surprendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - surproduire_V2 = v_besch82 "surproduire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - surseoir_V2 = v_besch51 "surseoir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; - surtondre_V2 = v_besch53 "surtondre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - survenir_V = v_besch23 "survenir" ** {vtyp = VEsse ; lock_V = <>} ; - survivre_V2 = v_besch76 "survivre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; - suspendre_V2 = v_besch53 "suspendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - taire_V2 = v_besch63 "taire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - teindre_V2 = v_besch57 "teindre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - tendre_V2 = v_besch53 "tendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; - tenir_V2 = v_besch23 "tenir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complDat} ; - tondre_V2 = v_besch53 "tondre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - tordre_V2 = v_besch53 "tordre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - traduire_V2 = v_besch82 "traduire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - traire_V2 = v_besch61 "traire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - transcrire_V2 = v_besch80 "transcrire" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - transmettre_V2 = v_besch56 "transmettre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - transparatre_V = v_besch64 "transparatre" ** {vtyp = VHabere ; lock_V = <>} ; - trfondre_V2 = v_besch53 "trfondre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - tressaillir_V = v_besch29 "tressaillir" ** {vtyp = VHabere ; lock_V = <>} ; - vaincre_V2 = v_besch60 "vaincre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - valoir_V2 = v_besch47 "valoir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - vendre_V2 = v_besch53 "vendre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - venir_V = v_besch23 "venir" ** {vtyp = VEsse ; lock_V = <>} ; - vtir_V2 = v_besch26 "vtir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - vivre_V2 = v_besch76 "vivre" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - voir_V2 = v_besch39 "voir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - vouloir_V2 = v_besch48 "vouloir" ** {vtyp = VHabere ; lock_V2 = <> ; c2 = complAcc} ; - -} diff --git a/old-lib/resource/french/IrregFreAbs.gf b/old-lib/resource/french/IrregFreAbs.gf deleted file mode 100644 index f82d7c0a0..000000000 --- a/old-lib/resource/french/IrregFreAbs.gf +++ /dev/null @@ -1,391 +0,0 @@ ---# -path=.:../romance:../abstract:../../prelude - --- Irregular verbs from Nancy, based on a list from Sylvain Pogodalla, 25/11/2004 --- Translated to GF by Aarne Ranta --- added extracted subcat information 29/11 - -abstract IrregFreAbs = Cat ** { - --- all verbs in classes with "er" and "ir" like "finir" are omitted - -fun - abattre_V2 : V2 ; - absoudre_V2 : V2 ; - abstenir_V : V ; - abstraire_V2 : V2 ; - accourir_V : V ; - accrotre_V2 : V2 ; - accueillir_V2 : V2 ; - acqurir_V2 : V2 ; - adjoindre_V2 : V2 ; - admettre_V2 : V2 ; - advenir_V : V ; - aller_V : V ; - apercevoir_V2 : V2 ; - apparatre_V : V ; - appartenir_V2 : V2 ; - appendre_V2 : V2 ; - apprendre_V2 : V2 ; - assaillir_V2 : V2 ; - asseoir_V2 : V2 ; - astreindre_V2 : V2 ; - atteindre_V2 : V2 ; - attendre_V2 : V2 ; - avoir_V2 : V2 ; - battre_V2 : V2 ; - boire_V2 : V2 ; - bouillir_V2 : V2 ; - braire_V : V ; - ceindre_V2 : V2 ; - choir_V : V ; - circonscrire_V2 : V2 ; - circonvenir_V2 : V2 ; - clore_V2 : V2 ; - combattre_V2 : V2 ; - commettre_V2 : V2 ; - comparatre_V2 : V2 ; - complaire_V2 : V2 ; - comprendre_V2 : V2 ; - compromettre_V2 : V2 ; - concevoir_V2 : V2 ; - conclure_V2 : V2 ; - concourir_V2 : V2 ; - condescendre_V2 : V2 ; - conduire_V2 : V2 ; - confire_V2 : V2 ; - confondre_V2 : V2 ; - conjoindre_V2 : V2 ; - connatre_V2 : V2 ; - conqurir_V2 : V2 ; - consentir_V2 : V2 ; - construire_V2 : V2 ; - contenir_V2 : V2 ; - contraindre_V2 : V2 ; - contrebattre_V2 : V2 ; - contredire_V2 : V2 ; - contrefaire_V2 : V2 ; - contrevenir_V2 : V2 ; - convaincre_V2 : V2 ; - convenir_V2 : V2 ; - correspondre_V2 : V2 ; - corrompre_V2 : V2 ; - coudre_V2 : V2 ; - courir_V2 : V2 ; - couvrir_V2 : V2 ; - craindre_V2 : V2 ; - croire_V2 : V2 ; - crotre_V : V ; - cueillir_V2 : V2 ; - cuire_V2 : V2 ; - dbattre_V2 : V2 ; - dbouillir_V2 : V2 ; - dcevoir_V2 : V2 ; - dchoir_V2 : V2 ; - dclore_V2 : V2 ; - dcommettre_V2 : V2 ; - dconfire_V2 : V2 ; - dcoudre_V2 : V2 ; - dcouvrir_V2 : V2 ; - dcrire_V2 : V2 ; - dcrotre_V2 : V2 ; - dcuire_V2 : V2 ; - dduire_V2 : V2 ; - dfaillir_V : V ; - dfaire_V2 : V2 ; - dfendre_V2 : V2 ; - dmentir_V2 : V2 ; - dmettre_V2 : V2 ; - dmordre_V : V ; - dpartir_V2 : V2 ; - dpeindre_V2 : V2 ; - dpendre_V2 : V2 ; - dplaire_V : V ; - dpourvoir_V2 : V2 ; - dprendre_V2 : V2 ; - dsapprendre_V2 : V2 ; - descendre_V2 : V2 ; - desservir_V2 : V2 ; - dteindre_V2 : V2 ; - dtendre_V2 : V2 ; - dtenir_V2 : V2 ; - dtordre_V2 : V2 ; - dtruire_V2 : V2 ; - devenir_V : V ; - dvtir_V2 : V2 ; - devoir_V2 : V2 ; - dire_V2 : V2 ; - disconvenir_V2 : V2 ; - discourir_V2 : V2 ; - disjoindre_V2 : V2 ; - disparatre_V2 : V2 ; - dissoudre_V2 : V2 ; - distendre_V2 : V2 ; - distordre_V2 : V2 ; - distraire_V2 : V2 ; - dormir_V2 : V2 ; - battre_V : V ; - choir_V2 : V2 ; - clore_V2 : V2 ; - conduire_V2 : V2 ; - crire_V2 : V2 ; - lire_V2 : V2 ; - embatre_V2 : V2 ; - embattre_V2 : V2 ; - emboire_V : V ; - mettre_V2 : V2 ; - moudre_V2 : V2 ; - mouvoir_V2 : V2 ; - empreindre_V2 : V2 ; - enceindre_V2 : V2 ; - enclore_V2 : V2 ; - encourir_V2 : V2 ; - endormir_V2 : V2 ; - enduire_V2 : V2 ; - enfreindre_V2 : V2 ; - enfuir_V : V ; - enjoindre_V2 : V2 ; - enqurir_V : V ; - entendre_V2 : V2 ; - entr'apercevoir_V : V ; - entrebattre_V : V ; - entre_dtruire_V : V ; - entre_har_V : V ; - entremettre_V : V ; - entre_nuire_V : V ; - entreprendre_V2 : V2 ; - entretenir_V2 : V2 ; - entrevoir_V2 : V2 ; - entrouvrir_V2 : V2 ; - envoyer_V2 : V2 ; - pandre_V2 : V2 ; - perdre_V : V ; - prendre_V : V ; - quivaloir_V2 : V2 ; - teindre_V2 : V2 ; - tendre_V2 : V2 ; - treindre_V2 : V2 ; - tre_V : V ; - exclure_V2 : V2 ; - extraire_V2 : V2 ; - faillir_V2 : V2 ; - faire_V2 : V2 ; - falloir_V : V ; - feindre_V2 : V2 ; - fendre_V2 : V2 ; - fondre_V2 : V2 ; - forfaire_V2 : V2 ; - foutre_V2 : V2 ; - frire_V2 : V2 ; - fuir_V2 : V2 ; - geindre_V2 : V2 ; - gsir_V2 : V2 ; - har_V2 : V2 ; - inclure_V2 : V2 ; - induire_V2 : V2 ; - inscrire_V2 : V2 ; - instruire_V2 : V2 ; - interdire_V2 : V2 ; - interrompre_V2 : V2 ; - intervenir_V : V ; - introduire_V2 : V2 ; - joindre_V2 : V2 ; - lire_V2 : V2 ; - luire_V : V ; - mainmettre_V2 : V2 ; - maintenir_V2 : V2 ; - mconnatre_V2 : V2 ; - mcroire_V2 : V2 ; - mdire_V2 : V2 ; - mentir_V2 : V2 ; - mprendre_V2 : V2 ; - messeoir_V2 : V2 ; - mettre_V2 : V2 ; - mvendre_V2 : V2 ; - mordre_V2 : V2 ; - morfondre_V : V ; - moudre_V2 : V2 ; - mourir_V : V ; - mouvoir_V2 : V2 ; - natre_V : V ; - nuire_V2 : V2 ; - obtenir_V2 : V2 ; - obvenir_V : V ; - occlure_V2 : V2 ; - offrir_V2 : V2 ; - oindre_V2 : V2 ; - omettre_V2 : V2 ; - our_V2 : V2 ; - ouvrir_V2 : V2 ; - patre_V2 : V2 ; - patre_V : V ; - paratre_V : V ; - parcourir_V2 : V2 ; - parfondre_V2 : V2 ; - partir_V : V ; - parvenir_V : V ; - peindre_V2 : V2 ; - pendre_V2 : V2 ; - percevoir_V2 : V2 ; - perdre_V2 : V2 ; - permettre_V2 : V2 ; - plaindre_V2 : V2 ; - plaire_V2 : V2 ; - pleuvoir_V : V ; - poindre_V2 : V2 ; - pondre_V2 : V2 ; - pourfendre_V2 : V2 ; - poursuivre_V2 : V2 ; - pourvoir_V2 : V2 ; - pouvoir_V : V ; - prdire_V2 : V2 ; - prendre_V2 : V2 ; - prescrire_V2 : V2 ; - pressentir_V2 : V2 ; - prtendre_V2 : V2 ; - prvaloir_V2 : V2 ; - prvenir_V2 : V2 ; - prvoir_V2 : V2 ; - produire_V2 : V2 ; - promettre_V2 : V2 ; - promouvoir_V2 : V2 ; - proscrire_V2 : V2 ; - provenir_V : V ; - rabattre_V2 : V2 ; - raire_V2 : V2 ; - rapprendre_V2 : V2 ; - rasseoir_V2 : V2 ; - radmettre_V2 : V2 ; - rapparatre_V : V ; - rapprendre_V2 : V2 ; - rebattre_V2 : V2 ; - recevoir_V2 : V2 ; - recomparatre_V2 : V2 ; - reconduire_V2 : V2 ; - reconnatre_V2 : V2 ; - reconqurir_V2 : V2 ; - reconstruire_V2 : V2 ; - recoudre_V2 : V2 ; - recourir_V2 : V2 ; - recouvrir_V2 : V2 ; - rcrire_V2 : V2 ; - recrotre_V2 : V2 ; - recueillir_V2 : V2 ; - recuire_V2 : V2 ; - redcouvrir_V2 : V2 ; - redfaire_V2 : V2 ; - redescendre_V2 : V2 ; - redevenir_V : V ; - redevoir_V2 : V2 ; - redire_V2 : V2 ; - rduire_V2 : V2 ; - rcrire_V2 : V2 ; - rlire_V2 : V2 ; - rentendre_V2 : V2 ; - refaire_V2 : V2 ; - refendre_V2 : V2 ; - refondre_V2 : V2 ; - rinscrire_V2 : V2 ; - rintroduire_V2 : V2 ; - rejoindre_V2 : V2 ; - relire_V2 : V2 ; - reluire_V2 : V2 ; - remettre_V2 : V2 ; - remordre_V2 : V2 ; - remoudre_V2 : V2 ; - renatre_V2 : V2 ; - rendormir_V2 : V2 ; - rendre_V2 : V2 ; - rentraire_V2 : V2 ; - rentrouvrir_V2 : V2 ; - renvoyer_V2 : V2 ; - repatre_V2 : V2 ; - rpandre_V2 : V2 ; - reparatre_V : V ; - repartir_V : V ; - repeindre_V2 : V2 ; - rependre_V2 : V2 ; - repentir_V : V ; - reperdre_V2 : V2 ; - repleuvoir_V : V ; - rpondre_V2 : V2 ; - reprendre_V2 : V2 ; - reproduire_V2 : V2 ; - requrir_V2 : V2 ; - rsoudre_V2 : V2 ; - ressentir_V2 : V2 ; - resservir_V2 : V2 ; - ressortir_V : V ; - ressouvenir_V : V ; - restreindre_V2 : V2 ; - reteindre_V2 : V2 ; - retendre_V2 : V2 ; - retenir_V2 : V2 ; - retondre_V2 : V2 ; - retordre_V2 : V2 ; - retraduire_V2 : V2 ; - retraire_V2 : V2 ; - retranscrire_V2 : V2 ; - retransmettre_V2 : V2 ; - rtreindre_V2 : V2 ; - revaloir_V2 : V2 ; - revendre_V2 : V2 ; - revenir_V : V ; - revtir_V2 : V2 ; - revivre_V2 : V2 ; - revoir_V2 : V2 ; - revouloir_V2 : V2 ; - rire_V2 : V2 ; - rompre_V2 : V2 ; - rouvrir_V2 : V2 ; - saillir_V2 : V2 ; - satisfaire_V2 : V2 ; - savoir_V2 : V2 ; - secourir_V2 : V2 ; - sduire_V2 : V2 ; - sentir_V2 : V2 ; - seoir_V : V ; - servir_V2 : V2 ; - sortir_V : V ; - soubattre_V2 : V2 ; - souffrir_V2 : V2 ; - soumettre_V2 : V2 ; - sourire_V2 : V2 ; - souscrire_V2 : V2 ; - sous_entendre_V2 : V2 ; - sous_tendre_V2 : V2 ; - soustraire_V2 : V2 ; - soutenir_V2 : V2 ; - souvenir_V : V ; - subvenir_V2 : V2 ; - suffire_V2 : V2 ; - suivre_V2 : V2 ; - surfaire_V2 : V2 ; - surprendre_V2 : V2 ; - surproduire_V2 : V2 ; - surseoir_V2 : V2 ; - surtondre_V2 : V2 ; - survenir_V : V ; - survivre_V2 : V2 ; - suspendre_V2 : V2 ; - taire_V2 : V2 ; - teindre_V2 : V2 ; - tendre_V2 : V2 ; - tenir_V2 : V2 ; - tondre_V2 : V2 ; - tordre_V2 : V2 ; - traduire_V2 : V2 ; - traire_V2 : V2 ; - transcrire_V2 : V2 ; - transmettre_V2 : V2 ; - transparatre_V : V ; - trfondre_V2 : V2 ; - tressaillir_V : V ; - vaincre_V2 : V2 ; - valoir_V2 : V2 ; - vendre_V2 : V2 ; - venir_V : V ; - vtir_V2 : V2 ; - vivre_V2 : V2 ; - voir_V2 : V2 ; - vouloir_V2 : V2 ; -} diff --git a/old-lib/resource/french/LangFre.gf b/old-lib/resource/french/LangFre.gf deleted file mode 100644 index eee63e930..000000000 --- a/old-lib/resource/french/LangFre.gf +++ /dev/null @@ -1,10 +0,0 @@ ---# -path=.:../romance:../abstract:../common - -concrete LangFre of Lang = - GrammarFre, - LexiconFre - ** { - -flags startcat = Phr ; unlexer = text ; lexer = text ; - -} ; diff --git a/old-lib/resource/french/LexiconFre.gf b/old-lib/resource/french/LexiconFre.gf deleted file mode 100644 index d7f7baf6f..000000000 --- a/old-lib/resource/french/LexiconFre.gf +++ /dev/null @@ -1,367 +0,0 @@ ---# -path=.:../romance:../common:../abstract:../../prelude - -concrete LexiconFre of Lexicon = CatFre ** - open (M = MorphoFre), ParadigmsFre, IrregFre in { - -flags - optimize=values ; - -lin - airplane_N = regGenN "avion" masculine ; - answer_V2S = mkV2S (v2V rpondre_V2) dative ; - apartment_N = regGenN "apartement" masculine ; - apple_N = regGenN "pomme" feminine ; - art_N = regGenN "art" feminine ; - ask_V2Q = mkV2Q (regV "demander") dative ; - baby_N = regGenN "bb" masculine ; - bad_A = prefA (mkADeg (regA "mauvais") (regA "pire")) ; - bank_N = regGenN "banque" feminine ; - beautiful_A = prefA (regA "joli") ; ---- beau - become_VA = mkVA devenir_V ; - beer_N = regGenN "bire" feminine ; - beg_V2V = mkV2V (regV "demander") accusative dative ; - big_A = prefA (regA "grand") ; - bike_N = regGenN "vlo" masculine ; - bird_N = regGenN "oiseau" masculine ; - black_A = regA "noir" ; - blue_A = regA "bleu" ; - boat_N = regGenN "bateau" masculine ; - book_N = regGenN "livre" masculine ; - boot_N = regGenN "botte" feminine ; - boss_N = regGenN "chef" masculine ; - boy_N = regGenN "garon" masculine ; - bread_N = regGenN "pain" masculine ; - break_V2 = dirV2 (regV "casser") ; - broad_A = regA "large" ; - brother_N2 = deN2 (regGenN "frre" masculine) ; - brown_A = regA "brun" ; - butter_N = regGenN "beurre" masculine ; - buy_V2 = dirV2 (reg3V "acheter" "achte" "achtera") ; - camera_N = compN (regGenN "appareil" masculine) ["de photo"] ; - cap_N = regGenN "casquette" feminine ; - car_N = regGenN "voiture" feminine ; - carpet_N = regGenN "tapis" masculine ; - cat_N = regGenN "chat" masculine ; - ceiling_N = regGenN "plafond" masculine ; - chair_N = regGenN "chaise" feminine ; - cheese_N = regGenN "fromage" masculine ; - child_N = regGenN "enfant" masculine ; - church_N = regGenN "glise" feminine ; - city_N = regGenN "ville" feminine ; - clean_A = regA "propre" ; - clever_A = regA "sage" ; ---- - close_V2 = dirV2 (regV "fermer") ; - coat_N = regGenN "manteau" masculine ; - cold_A = regA "froid" ; - come_V = venir_V ; - computer_N = regGenN "ordinateur" masculine ; - country_N = regGenN "pays" masculine ; - cousin_N = regGenN "cousin" masculine ; ---- cousine - cow_N = regGenN "vache" feminine ; - die_V = mourir_V ; - dirty_A = regA "sale" ; - distance_N3 = mkN3 (regGenN "distance" feminine) genitive dative ; - doctor_N = regGenN "mdecin" masculine ; - dog_N = regGenN "chien" masculine ; - door_N = regGenN "porte" feminine ; - drink_V2 = boire_V2 ; - easy_A2V = mkA2V (regA "facile") dative genitive ; - eat_V2 = dirV2 (regV "manger") ; - empty_A = regA "vide" ; - enemy_N = regGenN "ennemi" masculine ; - factory_N = regGenN "usine" feminine ; - father_N2 = deN2 (regGenN "pre" masculine) ; - fear_VS = mkVS (v2V craindre_V2) ; - fear_V2 = dirV2 (v2V craindre_V2) ; - find_V2 = dirV2 (regV "trouver") ; - fish_N = regGenN "poisson" masculine ; - floor_N = regGenN "plancher" masculine ; - forget_V2 = dirV2 (regV "oublier") ; - fridge_N = regGenN "frigo" masculine ; - friend_N = regGenN "ami" masculine ; - fruit_N = regGenN "fruit" masculine ; - fun_AV = mkAV (regA "marrant") genitive ; - garden_N = regGenN "jardin" masculine ; - girl_N = regGenN "fille" feminine ; - glove_N = regGenN "gant" masculine ; - gold_N = regGenN "or" masculine ; - good_A = prefA (mkADeg (mkA "bon" "bonne" "bons" "bien") - (mkA "meilleur" "meilleure" "meilleurs" "mieux")) ; - go_V = aller_V ; - green_A = regA "vert" ; - harbour_N = regGenN "port" masculine ; - hate_V2 = har_V2 ; - hat_N = regGenN "chapeau" masculine ; - have_V2 = avoir_V2 ; - hear_V2 = entendre_V2 ; - hill_N = regGenN "colline" feminine ; - hope_VS = mkVS (reg3V "esprer" "espre" "esprera") ; - horse_N = regGenN "cheval" masculine ; - hot_A = regA "chaud" ; - house_N = regGenN "maison" feminine ; - important_A = regA "important" ; - industry_N = regGenN "industrie" feminine ; - iron_N = regGenN "fer" masculine ; - king_N = regGenN "roi" masculine ; - know_V2 = connatre_V2 ; ---- savoir_V2 : VS - lake_N = regGenN "lac" masculine ; - lamp_N = regGenN "lampe" feminine ; - learn_V2 = apprendre_V2 ; - leather_N = regGenN "cuir" masculine ; - leave_V2 = dirV2 (regV "quitter") ; - like_V2 = dirV2 (regV "aimer") ; - listen_V2 = dirV2 (regV "couter") ; - live_V = v2V vivre_V2 ; - long_A = compADeg (mkA "long" "longue" "longs" "longuement") ; - lose_V2 = perdre_V2 ; - love_N = regGenN "amour" masculine ; - love_V2 = dirV2 (regV "aimer") ; - man_N = regGenN "homme" masculine ; - married_A2 = mkA2 (regA "mari") dative ; - meat_N = regGenN "viande" feminine ; - milk_N = regGenN "lait" masculine ; - moon_N = regGenN "lune" feminine ; - mother_N2 = deN2 (regGenN "mre" feminine) ; - mountain_N = regGenN "montagne" feminine ; - music_N = regGenN "musique" feminine ; - narrow_A = regA "troit" ; - new_A = prefA (compADeg (mkA "nouveau" "nouvelle" "nouveaux" "nouvellement")) ; - newspaper_N = regGenN "journal" masculine ; - oil_N = regGenN "huile" feminine ; - old_A = - prefA (compADeg (mkA "vieux" "vieille" "vieux" "vieillement")) ; ---- vieil - open_V2 = ouvrir_V2 ; - paint_V2A = mkV2A (v2V peindre_V2) accusative (mkPrep "en") ; - paper_N = regGenN "papier" masculine ; - paris_PN = mkPN "Paris" masculine ; - peace_N = regGenN "paix" feminine ; - pen_N = regGenN "stylo" masculine ; - planet_N = regGenN "plante" feminine ; - plastic_N = regGenN "plastic" masculine ; - play_V2 = dirV2 (regV "jouer") ; - policeman_N = regGenN "policier" masculine ; - priest_N = regGenN "prtre" masculine ; - probable_AS = mkAS (regA "probable") ; - queen_N = regGenN "reine" feminine ; - radio_N = regGenN "radio" feminine ; - rain_V0 = mkV0 (pleuvoir_V) ; - read_V2 = lire_V2 ; - red_A = regA "rouge" ; - religion_N = regGenN "religion" feminine ; - restaurant_N = regGenN "restaurant" masculine ; - river_N = regGenN "rivire" feminine ; - rock_N = regGenN "rocher" masculine ; - roof_N = regGenN "toit" masculine ; - rubber_N = regGenN "caoutchuc" masculine ; - run_V = v2V courir_V2 ; - say_VS = mkVS (v2V dire_V2) ; - school_N = regGenN "cole" feminine ; - science_N = regGenN "science" feminine ; - sea_N = regGenN "mer" feminine ; - seek_V2 = dirV2 (regV "chercher") ; - see_V2 = voir_V2 ; - sell_V3 = dirV3 (v2V vendre_V2) dative ; - send_V3 = dirV3 (v2V envoyer_V2) dative ; - sheep_N = regGenN "mouton" masculine ; - ship_N = regGenN "bateau" masculine ; - shirt_N = regGenN "chemise" feminine ; - shoe_N = regGenN "chaussure" feminine ; - shop_N = regGenN "magasin" masculine ; - short_A = regA "court" ; ---- bref - silver_N = regGenN "argent" masculine ; - sister_N = regGenN "soeur" feminine ; - sleep_V = v2V dormir_V2 ; - small_A = prefA (regA "petit") ; - snake_N = regGenN "serpent" masculine ; - sock_N = regGenN "chaussette" feminine ; - speak_V2 = dirV2 (regV "parler") ; - star_N = regGenN "toile" feminine ; - steel_N = regGenN "acier" masculine ; - stone_N = regGenN "pierre" feminine ; - stove_N = regGenN "four" masculine ; - student_N = regGenN "tudiant" masculine ; - stupid_A = regA "stupide" ; - sun_N = regGenN "soleil" masculine ; - switch8off_V2 = teindre_V2 ; - switch8on_V2 = dirV2 (regV "allumer") ; ---- - table_N = regGenN "table" feminine ; - talk_V3 = mkV3 (regV "parler") dative genitive ; - teacher_N = regGenN "professeur" masculine ; - teach_V2 = dirV2 (regV "enseigner") ; - television_N = regGenN "tlvision" feminine ; - thick_A = compADeg (mkA "pais" "paisse" "pais" "paissement") ; - thin_A = regA "fin" ; - train_N = regGenN "train" masculine ; - travel_V = regV "voyager" ; - tree_N = regGenN "arbre" masculine ; - ---- trousers_N = regGenN "pantalon" masculine ; - ugly_A = regA "laide" ; - understand_V2 = comprendre_V2 ; - university_N = regGenN "universit" feminine ; - village_N = regGenN "village" masculine ; - wait_V2 = attendre_V2 ; ---- dative? - walk_V = regV "marcher" ; - warm_A = regA "chaud" ; - war_N = regGenN "guerre" masculine ; - watch_V2 = dirV2 (regV "regarder") ; - water_N = regGenN "eau" feminine ; - white_A = compADeg (mkA "blanc" "blanche" "blancs" "blanchement") ; - window_N = regGenN "fentre" feminine ; - wine_N = regGenN "vin" masculine ; - win_V2 = dirV2 (regV "gagner") ; ---- vaincre - woman_N = regGenN "femme" feminine ; - wonder_VQ = mkVQ (reflV (regV "tonner")) ; - wood_N = regGenN "bois" masculine ; - write_V2 = crire_V2 ; - yellow_A = regA "jaune" ; - young_A = prefA (regA "jeune") ; - - do_V2 = faire_V2 ; - now_Adv = mkAdv "maintenant" ; - already_Adv = mkAdv "dj" ; - song_N = regGenN "chanson" feminine ; - add_V3 = dirV3 (regV "ajouter") dative ; - number_N = regGenN "nombre" masculine ; ---- numro - put_V2 = mettre_V2 ; - stop_V = reflV (regV "arrter") ; - jump_V = regV "sauter" ; - - left_Ord = M.mkOrd (regA "gauche") ; - right_Ord = M.mkOrd (regA "droite") ; - far_Adv = mkAdv "loin" ; - correct_A = regA "correct" ; - dry_A = (mkA "sec" "sche" "secs" "sches") ; - dull_A = regA "mouss" ; - full_A = regA "plein" ; - heavy_A = regA "lourd" ; - near_A = regA "proche" ; - rotten_A = regA "pourri" ; - round_A = regA "rond" ; - sharp_A = regA "tranchant" ; - smooth_A = regA "lisse" ; - straight_A = regA "droite" ; - wet_A = regA "mouill" ; - wide_A = regA "large" ; - animal_N = regN "animal" ; - ashes_N = regGenN "cendre" masculine ; - back_N = regN "dos" ; - bark_N = regN "corce" ; - belly_N = regGenN "ventre" masculine ; - blood_N = regN "sang" ; - bone_N = regN "os" ; - breast_N = regN "sein" ; --- poitrine - cloud_N = regGenN "nuage" masculine ; - day_N = regN "jour" ; - dust_N = regN "poussire" ; - ear_N = regN "oreille" ; - earth_N = regN "terre" ; - egg_N = regN "oeuf" ; - eye_N = mkN "oeil" "yeux" masculine ; - fat_N = regN "graisse" ; - feather_N = regN "plume" ; - fingernail_N = regGenN "ongle" masculine ; - fire_N = regN "feu" ; - flower_N = regGenN "fleur" feminine ; - fog_N = regN "brouillard" ; - foot_N = regN "pied" ; - forest_N = regGenN "fort" feminine ; - grass_N = regN "herbe" ; - guts_N = regN "entraille" ; - hair_N = regN "cheveu" ; - hand_N = regGenN "main" feminine ; - head_N = regN "tte" ; - heart_N = regN "coeur" ; - horn_N = regGenN "corne" masculine ; - husband_N = regN "mari" ; - ice_N = regN "glace" ; - knee_N = regN "genou" ; - leaf_N = regN "feuille" ; - leg_N = regN "jambe" ; - liver_N = regGenN "foie" masculine ; - louse_N = regN "pou" ; - mouth_N = regN "bouche" ; - name_N = regN "nom" ; - neck_N = mkN "cou" "cous" masculine ; - night_N = regGenN "nuit" feminine ; - nose_N = regN "nez" ; - person_N = regN "personne" ; - rain_N = regN "pluie" ; - road_N = regN "route" ; - root_N = regN "racine" ; - rope_N = regN "corde" ; - salt_N = regN "sel" ; - sand_N = regGenN "sable" masculine ; - seed_N = regN "graine" ; - skin_N = regN "peau" ; - sky_N = mkN "ciel" "cieux" masculine ; - smoke_N = regN "fume" ; - snow_N = regN "neige" ; - stick_N = regN "bton" ; - tail_N = regN "queue" ; - tongue_N = regN "langue" ; - tooth_N = regGenN "dent" feminine ; - wife_N = regN "femme" ; - wind_N = regN "vent" ; - wing_N = regN "aile" ; - worm_N = regN "ver" ; - year_N = regN "an" ; --- anne - bite_V2 = mordre_V2 ; - blow_V = regV "souffler" ; - breathe_V = regV "respirer" ; - burn_V = regV "brler" ; - count_V2 = dirV2 (regV "conter") ; - cut_V2 = dirV2 (regV "tailler") ; - dig_V = regV "creuser" ; - fall_V = regV "tomber" ; - fight_V2 = dirV2 (regV "lutter") ; - float_V = regV "flotter" ; - flow_V = regV "couler" ; - fly_V = regV "voler" ; - freeze_V = reg3V "geler" "gle" "glera" ; - give_V3 = dirdirV3 (regV "donner") ; - hit_V2 = dirV2 (regV "frapper") ; - hunt_V2 = dirV2 (regV "chasser") ; - kill_V2 = dirV2 (regV "tuer") ; - laugh_V = rire_V2 ; - lie_V = reflV (v2V tendre_V2) ; - play_V = regV "jouer" ; - pull_V2 = dirV2 (regV "tirer") ; - push_V2 = dirV2 (regV "pousser") ; - rub_V2 = dirV2 (regV "frotter") ; - scratch_V2 = dirV2 (regV "gratter") ; - sew_V = coudre_V2 ; - sing_V = regV "chanter" ; - sit_V = reflV (v2V asseoir_V2) ; - smell_V = v2V ( sentir_V2) ; - spit_V = regV "cracher" ; - squeeze_V2 = dirV2 (regV "serrer") ; - stab_V2 = dirV2 (regV "poignarder") ; - stand_V = reflV (reg3V "lever" "lve" "lvera") ; - suck_V2 = dirV2 (regV "sucer") ; - swell_V = regV "gonfler" ; - swim_V = regV "nager" ; - think_V = regV "penser" ; - throw_V2 = dirV2 (regV "jeter") ; - tie_V2 = dirV2 (regV "lier") ; - turn_V = regV "tourner" ; - vomit_V = regV "vomir" ; - wash_V2 = dirV2 (regV "laver") ; - wipe_V2 = dirV2 (regV "essuyer") ; - - hold_V2 = tenir_V2 ; - split_V2 = fendre_V2 ; - sit_V = reflV (v2V asseoir_V2) ; - - grammar_N = regN "grammaire" ; - language_N = regN "langue" ; - rule_N = regN "rgle" ; - - john_PN = regPN "Jean" ; - question_N = regN "question" ; - ready_A = regA "prt" ; - reason_N = regGenN "raison" feminine ; - today_Adv = mkAdv "aujourd'hui" ; - uncertain_A = regA "incertain" ; - - -} ; diff --git a/old-lib/resource/french/MorphoFre.gf b/old-lib/resource/french/MorphoFre.gf deleted file mode 100644 index 586755249..000000000 --- a/old-lib/resource/french/MorphoFre.gf +++ /dev/null @@ -1,1238 +0,0 @@ ---# -path=.:../romance:../common:../../prelude - ---1 A Simple French 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 $ParadigmsFre$, which --- gives a higher-level access to this module. - -resource MorphoFre = CommonRomance, ResFre ** - open PhonoFre, Prelude, Predef in { - -flags optimize=noexpand ; - ---2 Front vowels --- --- In verb conjugation, we will need the concept of frontal vowel. - -oper - voyelleFront : Strs = strs {"e" ; "i" ; "y" ; "" ; ""} ; - preVoyelleFront : (_,_ : Str) -> Str = \t,u -> pre {t ; u / voyelleFront} ; - - ---2 Nouns --- --- The following macro is useful for creating the forms of number-dependent --- tables, such as common nouns. - - numForms : Str -> Str -> Number => Str = \bon,bons -> - table {Sg => bon ; Pl => bons} ; - --- For example, the regular noun forms are defined as follows: - - nomReg : Str -> Number => Str = \bu -> numForms bu (bu + "s") ; - --- Common nouns are inflected in number and have an inherent gender. - - CNom = {s : Number => Str ; g : Gender} ; - - mkCNom : (Number => Str) -> Gender -> CNom = \mecmecs,gen -> - {s = mecmecs ; g = gen} ; - - mkCNomIrreg : Str -> Str -> Gender -> CNom = \mec,mecs -> - mkCNom (numForms mec mecs) ; - - mkCNomReg : Str -> Gender -> CNom = \mec -> - mkCNom (nomReg mec) ; - - mkCNomNiveau : Str -> Gender -> CNom = \niveau -> - mkCNomIrreg niveau (niveau + "x") ; - - mkCNomCheval : Str -> Gender -> CNom = \cheval -> - let {cheva = Predef.tk 1 cheval} in - mkCNomIrreg cheval (cheva + "ux") ; - - mkCNomInvar : Str -> Gender -> CNom = \cas -> - mkCNomIrreg cas cas ; - - mkNomReg : Str -> Gender -> CNom = \cas -> - let cass = case Predef.dp 2 cas of { - "al" => init cas + "ux" ; - "au" => cas + "x" ; - "eu" => cas + "x" ; - "ou" => cas + "x" ; - _ => case last cas of { - "s" => cas ; - "x" => cas ; - "z" => cas ; - _ => cas + "s" - } - } - in mkCNomIrreg cas cass ; - - ---2 Adjectives --- --- Adjectives are conveniently seen as gender-dependent nouns. --- Here are some patterns. First one that describes the worst case. - - mkAdj : (_,_,_,_ : Str) -> Adj = \vieux,vieuxs,vieille,vieillement -> - {s = table { - AF Masc n => numForms vieux vieuxs ! n ; - AF Fem n => nomReg vieille ! n ; - AA => vieillement - } - } ; - --- Then the regular and invariant patterns. - - adjReg : Str -> Gender => Number => Str = \bu -> table { - Masc => (mkNomReg bu Masc).s ; - Fem => nomReg (case last bu of { - "e" => bu ; - _ => bu + "e" - }) - } ; - - adjInvar : Str -> Gender => Number => Str = \bien -> - \\_,_ => bien ; - --- Adjectives themselves are records. Here the most common cases: - - adjGrand : Str -> Adj = \grand -> - let grande = case last grand of { - "e" => grand ; - _ => grand + "e" - } - in - mkAdj grand (grand + "s") grande (grande + "ment") ; - --- Masculine form used for adverbial; also covers "carr". - - adjJoli : Str -> Adj = \joli -> - mkAdj joli (joli + "s") (joli + "e") (joli + "ment") ; - - adjHeureux : Str -> Adj = \heureux -> - let {heureu = Predef.tk 1 heureux} in - mkAdj heureux heureux (heureu+"se") (heureu+"sement") ; - - adjBanal : Str -> Adj = \banal -> - let {bana = Predef.tk 1 banal} in - mkAdj banal (bana + "ux") (banal+"e") (banal+"ement") ; - - adjJeune : Str -> Adj = \jeune -> - mkAdj jeune (jeune+"s") jeune (jeune+"ment") ; - - adjIndien : Str -> Adj = \indien -> - mkAdj indien (indien+"s") (indien+"ne") (indien+"nement") ; - - adjFrancais : Str -> Adj = \francais -> - mkAdj francais francais (francais+"e") (francais+"ement") ; - - adjCher : Str -> Adj = \cher -> - let {ch = Predef.tk 2 cher} in - mkAdj cher (cher + "s") (ch + "re") (ch + "rement") ; - - mkAdjReg : Str -> Adj = \creux -> - case Predef.dp 3 creux of { - "eux" => adjHeureux creux ; - _ => case Predef.dp 2 creux of { - "al" => adjBanal creux ; - "en" => adjIndien creux ; - "on" => adjIndien creux ; - "er" => adjCher creux ; - _ => case Predef.dp 1 creux of { - "s" => adjFrancais creux ; - "x" => adjFrancais creux ; - "e" => adjJeune creux ; - "" => adjJoli creux ; - "i" => adjJoli creux ; - _ => adjGrand creux - } - } - } ; - - ---2 Personal pronouns --- --- All the eight personal pronouns can be built by the following macro. --- The use of "en" as atonic genitive is debatable. - - mkPronoun : (_,_,_,_,_,_,_ : Str) -> - Gender -> Number -> Person -> Pronoun = - \il,le,lui,Lui,son,sa,ses,g,n,p -> - {s = table { - Ton x => prepCase x ++ Lui ; - Aton Nom => il ; - Aton Acc => le ; - Aton (CPrep P_de) => "en" ; --- hmm - Aton (CPrep _) => lui ; - Poss Masc Sg => son ; - Poss Fem Sg => sa ; - Poss _ Pl => ses - } ; - a = {g = g ; n = n ; p = p} ; - hasClit = True - } ; - - elisPoss : Str -> Str = \s -> - pre {s + "a" ; s + "on" / voyelle} ; - - ---2 Determiners --- --- Determiners, traditionally called indefinite pronouns, are inflected --- in gender and number. It is usually enough to give the two singular --- forms to form the plurals. - - pronForms : Str -> Str -> Gender -> Number -> Str = \tel,telle,g,n -> case g of { - Masc => nomReg tel ! n ; - Fem => nomReg telle ! n - } ; - --- The following macro generates the phrases "est-ce que", "est-ce qu'", --- and "est-ce qui" (the last one used e.g. in "qu'est-ce qui"). - - estCeQue : Case -> Str = \c -> - "est-ce" ++ case c of { - Nom => "qui" ; - Acc => elisQue ; - _ => nonExist --- dont? - } ; - - ---2 Verbs - ---3 Parameters - --- The full conjunction is a table on $VForm$, as in "Bescherelle". - -param - Temps = Presn | Imparf | Passe | Futur ; - TSubj = SPres | SImparf ; - TPart = PPres | PPasse Gender Number ; - VForm = Inf - | Indi Temps Number Person - | Condi Number Person - | Subjo TSubj Number Person - | Imper NumPersI - | Part TPart ; - --- This is a conversion to the type in $CommonRomance$. - -oper - vvf : (VForm => Str) -> (VF => Str) = \aller -> table { - VInfin _ => aller ! Inf ; - VFin (VPres Indic) n p => aller ! Indi Presn n p ; - VFin (VPres Subjunct) n p => aller ! Subjo SPres n p ; - VFin (VImperf Indic) n p => aller ! Indi Imparf n p ; --# notpresent - VFin (VImperf Subjunct) n p => aller ! Subjo SImparf n p ; --# notpresent - VFin VPasse n p => aller ! Indi Passe n p ; --# notpresent - VFin VFut n p => aller ! Indi Futur n p ; --# notpresent - VFin VCondit n p => aller ! Condi n p ; --# notpresent - VImper np => aller ! Imper np ; - VPart g n => aller ! Part (PPasse g n) ; - VGer => aller ! Part PPres -- *en* allant - } ; - --- We very often form the verb stem by dropping out the infinitive ending. - - troncVerb : Tok -> Tok = Predef.tk 2 ; - - ---3 Affixes --- --- It is convenient to have sets of affixes as data objects. - - Affixe : Type = Person => Str ; - - lesAffixes : (_,_,_ : Str) -> Affixe = \x,y,z -> table { - P1 => x ; - P2 => y ; - P3 => z - } ; - --- Much of variation can be described in terms of affix sets: - - affixSgE : Affixe = lesAffixes "e" "es" "e" ; - - affixSgS : Affixe = lesAffixes "s" "s" "t" ; - - affixSgSsansT : Affixe = lesAffixes "s" "s" [] ; - - affixSgX : Affixe = lesAffixes "x" "x" "t" ; - - affixPlOns : Affixe = lesAffixes "ons" "ez" "ent" ; - - affixSgAi : Affixe = lesAffixes "ai" "as" "a" ; - - affixSgAis : Affixe = \\p => "ai" + affixSgS ! p ; - - affixPlIons : Affixe = table { - P3 => "aient" ; - p => "i" + affixPlOns ! p - } ; - --- Often affix sets come in pairs, for the singular and the plural. - - affixImparf : Number => Affixe = table { - Sg => affixSgAis ; - Pl => affixPlIons - } ; - - affixFutur : Number => Affixe = table { - Sg => affixSgAi ; - Pl => table { - P3 => "ont" ; - p => affixPlOns ! p - } - } ; - - affixSPres : Number => Affixe = table { - Sg => affixSgE ; - Pl => table { - P3 => "ent" ; - p => affixPlIons ! p - } - } ; - - affixPlMes : (_,_ : Str) -> Affixe = - \, -> lesAffixes ( + "mes") ( + "tes") ( + "rent") ; - - affixPasseAi : Number => Affixe = table { - Sg => affixSgAi ; - Pl => affixPlMes "" "" - } ; - - affixPasseS : (i, : Str) -> Number => Affixe = \i, -> table { - Sg => table {p => i + affixSgS ! p} ; - Pl => affixPlMes i - } ; - - affixSImparfSse : (i, : Str) -> Number => Affixe = \i, -> table { - Sg => table { - P3 => + "t" ; - p => i + "ss" + affixSgE ! p - } ; - Pl => table {p => i + "ss" + affixSPres ! Pl ! p} - } ; - - AffixPasse : Type = {ps : Number => Affixe ; si : Number => Affixe} ; - - affixPasse : (_,_ : Str) -> AffixPasse = \i, -> - {ps = affixPasseS i ; si = affixSImparfSse i } ; - - affixPasseA : AffixPasse = {ps = affixPasseAi ; si = affixSImparfSse "a" ""} ; - - affixPasseI : AffixPasse = affixPasse "i" "" ; - - affixPasseU : AffixPasse = affixPasse "u" "" ; - - affixPasseNonExist : AffixPasse = - let {aff : Number => Affixe = - table {_ => lesAffixes nonExist nonExist nonExist}} in - {ps = aff ; si = aff} ; - - affixImper : NumPersI => Str = table { - SgP2 => "e" ; - PlP1 => "ons" ; - PlP2 => "ez" - } ; - - formesPresAi : (v,all : Str) -> Number => Affixe = \v,all -> table { - Sg => \\p => v + affixSgAi ! p ; - Pl => table { - P3 => v + "ont" ; - p => all + affixPlOns ! p - } - } ; - ---3 Macros for the complete conjugation type --- --- The type $VForm$ has 55 forms, as defined in $types.Fra.gf$. --- The worst-case macro takes 11 stems and two affix sets. --- (We will actually never need all of these at the same time.) - - Verbe : Type = VForm => Str ; - - verbAffixes : - (a,b,c,d,e,f,g,h,i,j,k : Str) -> Affixe -> AffixPasse -> Verbe = - \tien, ten, tienn, t, tiendr, soi, soy, soie, tenu, tenus, tenir -> - \affpres, affpasse -> - table { - Inf => tenir ; - Indi Presn Sg p => tien + affpres ! p ; - Indi Presn Pl P3 => tienn + affixPlOns ! P3 ; - Indi Presn Pl p => ten + affixPlOns ! p ; - Indi Imparf n p => ten + affixImparf ! n ! p ; - Indi Passe n p => t + affpasse.ps ! n ! p ; - Indi Futur n p => tiendr + affixFutur ! n ! p ; - Condi n p => tiendr + affixImparf ! n ! p ; - Subjo SPres Sg p => soi + affixSPres ! Sg ! p ; - Subjo SPres Pl P3 => soi + "ent" ; - Subjo SPres Pl p => soy + affixSPres ! Pl ! p ; - Subjo SImparf n p => t + affpasse.si ! n ! p ; - Imper SgP2 => soie ; - Imper p => soy + affixImper ! p ; - Part PPres => ten + "ant" ; - Part (PPasse Masc Sg) => tenu ; - Part (PPasse Fem Sg) => tenu + "e" ; - Part (PPasse Masc Pl) => tenus ; - Part (PPasse Fem Pl) => tenu + "es" - } ; - --- Almost always seven stems are more than enough. - - verbHabituel : - (a,b,c,d,e,f,g : Str) -> Affixe -> AffixPasse -> Verbe = - \tien, ten, tienn, t, tiendr, tenu, tenir -> - \affpres, affpasse -> - verbAffixes tien ten tienn t tiendr tienn ten - (tien + affpres ! P1) tenu (tenu+"s") tenir affpres affpasse ; - ---3 The first conjugation --- --- There is quite some phonologically explained variation in the first conjugation. --- The worst case has three different stems. - - auxConj1 : Str -> Str -> Str -> Verbe = \jet, jett, jeter -> - verbHabituel jett jet jett jet jeter (jet+"") (jet+"er") affixSgE affixPasseA ; - - conj1aimer : Str -> Verbe = \aimer -> - let {aim = troncVerb aimer} in - auxConj1 aim aim aimer ; - - conj1cder : Str -> Verbe = \cder -> - let { - ced = troncVerb cder ; - d = Predef.dp 1 ced ; - c = Predef.tk 2 ced ; - cd = c + "" + d ; - cd = c + "" + d - } - in auxConj1 cd cd cder ; - - conj1peser : Str -> Verbe = \cder -> ---- ? a verifier - let { - ced = troncVerb cder ; - d = Predef.dp 1 ced ; - c = Predef.tk 2 ced ; - cd = c + "" + d ; - cd = c + "e" + d - } - in auxConj1 cd cd cder ; - - conj1jeter : Str -> Verbe = \jeter -> - let { - jet = troncVerb jeter ; - jett = jet + Predef.dp 1 jet - } - in auxConj1 jet jett (jett + "er") ; - - conj1placer : Str -> Verbe = \placer -> - let { - pla = Predef.tk 3 placer ; - plac = preVoyelleFront (pla+"") (pla+"c") - } in - auxConj1 plac plac placer ; - - conj1manger : Str -> Verbe = \manger -> - let { - mang = Predef.tk 2 manger ; - mange = preVoyelleFront (mang+"e") mang - } in - auxConj1 mange mange manger ; - - conj1assiger : Str -> Verbe = \assiger -> - let {assi = Predef.tk 4 assiger} in - auxConj1 (preVoyelleFront (assi+"ge") (assi+"g")) (assi+"g") assiger ; - - conj1payer : Str -> Verbe = \payer -> - let {pa = Predef.tk 3 payer} in - auxConj1 (pa + "y") (pa + "i") (pa + "ier") ; - - conj1envoyer : Str -> Verbe = \envoyer -> - let {renv = Predef.tk 4 envoyer} in - auxConj1 (renv + "oy") (renv + "oi") (renv + "err") ; - --- This is a collective dispatcher. - - mkVerbReg : Str -> Verbe = \parler -> - case parler of { - _ + "ir" => conj2finir parler ; - _ + "re" => conj3rendre parler ; - _ + "ger" => conj1assiger parler ; - _ + ("eler" | "eter") => conj1jeter parler ; - _ + "der" => conj1cder parler ; - _ + "cer" => conj1placer parler ; - _ + "ger" => conj1manger parler ; - _ + "yer" => conj1payer parler ; - _ => conj1aimer parler - } ; - -{- - let - e = last (Predef.tk 4 parler) ; - c = last (Predef.tk 3 parler) ; - verb_ = pbool2bool (occur "" (e + last (Predef.tk 3 parler))) ; - verb_e = andB (pbool2bool (occur e "e")) (pbool2bool (occur c "cmnprsv")) - in - case Predef.dp 4 parler of { - "ger" => conj1assiger parler ; - "eler" => conj1jeter parler ; - "eter" => conj1jeter parler ; - _ => case verb_ of { - True => conj1cder parler ; - _ => case verb_e of { ----- True => conj1peser parler ; - False | _ => case Predef.dp 3 parler of { - "cer" => conj1placer parler ; - "ger" => conj1manger parler ; - "yer" => conj1payer parler ; - _ => case Predef.dp 2 parler of { - "ir" => conj2finir parler ; - "re" => conj3rendre parler ; - _ => conj1aimer parler - } - } - } - } - } ; --} - --- The following can be more reliable. - - mkVerb3Reg : Str -> Str -> Str -> Verbe = \jeter,jette,jettera -> - auxConj1 - (Predef.tk 2 jeter) - (Predef.tk 1 jette) - (Predef.tk 1 jettera) ; - ---3 The second conjugation --- --- There are just two different cases. - - conj2finir : Str -> Verbe = \finir -> - let { - fin = troncVerb finir ; - fini = fin + "i" ; - finiss = fin + "iss" - } in - verbHabituel fini finiss finiss fin finir fini finir affixSgS affixPasseI ; - - conj2har : Str -> Verbe = \har -> - let {ha = troncVerb har ; - hai = ha + "i" ; - ha = ha + "" ; - haiss = ha + "ss" - } in - verbHabituel hai haiss haiss ha har ha har affixSgS (affixPasse "" "") ; - - ---3 The third conjugation --- --- This group is very heterogeneous. Most verbs have "re" in the infinitive, --- but the first example does not! - - conj3tenir : Str -> Verbe = \tenir -> - let {t = Predef.tk 4 tenir} in - verbHabituel - (t+"ien") (t+"en") (t+"ienn") t (t+"iendr") (t+"enu") tenir - affixSgS (affixPasse "in" "n") ; - --- Many verbs have "is" in the past participle. But there is so much variation --- that the worst-case macro needs seven forms. - - auxConj3is : (_,_,_,_,_,_,_ : Str) -> Verbe = - \quier, qur, quir, qu, querr, quis, quiss -> - verbAffixes - quier qur quir qu querr quir qur - (quier + "s") quis quiss (qur + "ir") affixSgS affixPasseI ; - - auxConj3ir : (_,_,_ : Str) -> Verbe = \sen, sent, i -> - auxConj3is sen sent sent sent (sent+"ir") (sent+i) (sent+i+"s") ; - - conj3qurir : Str -> Verbe = \qurir -> - let {qu = Predef.tk 4 qurir} in - auxConj3is (qu+"ier") (qu+"r") (qu+"ir") qu (qu+"err") (qu+"is") (qu+"is") ; - - conj3sentir : Str -> Verbe = \sentir -> - let { - sent = troncVerb sentir ; - sen = Predef.tk 1 sent - } in - auxConj3ir sen sent "i" ; - - conj3vtir : Str -> Verbe = \vtir -> - let { - s = Predef.tk 5 vtir ; - vet = auxConj3ir "vt" "vt" "u" - } in - table { - Indi Presn Sg P3 => s + "vt" ; - p => s + vet ! p - }; - - auxConj3vrir : (_,_,_ : Str) -> Verbe = \ouvr, i, ouvert -> - verbAffixes - ouvr ouvr ouvr ouvr (ouvr + i + "r") ouvr ouvr - (ouvr + "e") ouvert (ouvert + "s") (ouvr + "ir") affixSgE affixPasseI ; - - conj3couvrir : Str -> Verbe = \couvrir -> - let {couv = Predef.tk 3 couvrir} in - auxConj3vrir (couv+"r") "i" (couv+"ert") ; - - conj3cueillir : Str -> Verbe = \cueillir -> - let {cueill = troncVerb cueillir} in - auxConj3vrir cueill "e" (cueill + "i") ; - - conj3assaillir : Str -> Verbe = \assaillir -> - let {assaill = troncVerb assaillir} in - auxConj3vrir assaill "i" (assaill + "i") ; - --- The verb "faillir" has lots of alternatives forms. - - conj3faillir : Str -> Verbe = \faillir -> - let { - fa = Predef.tk 5 faillir ; - faudr = fa + "udr" ; - tfa = conj3assaillir faillir - } in - table { - Indi Presn Sg p => fa + "u" + affixSgX ! p ; - Subjo SPres n p => fa + variants {"illiss" ; "ill"} + affixSPres ! n ! p ; - - Indi Futur n p => variants {tfa ! Indi Futur n p ; faudr + affixFutur ! n ! p} ; - Condi n p => variants {tfa ! Condi n p ; faudr + affixImparf ! n ! p} ; - - Imper _ => nonExist ; - p => tfa ! p - }; - - conj3bouillir : Str -> Verbe = \bouillir -> - let { - bou = Predef.tk 5 bouillir ; - tbou = conj3assaillir bouillir - } in - table { - Indi Presn Sg p => bou + affixSgS ! p ; - Imper SgP2 => bou + "s" ; - p => tbou ! p - }; - --- Notice that here we don't need another conjugation, as Bescherelle does. - - conj3dormir : Str -> Verbe = conj3sentir ; - --- The verbs "mourir" and "courir" have much in common, except the first two --- persons in the present indicative singular, and the past participles. - - auxConj3ourir : (_,_,_ : Str) -> Verbe = \meur, mour, mort -> - verbAffixes - meur mour meur mour (mour + "r") meur mour - (meur + "s") mort (mort + "s") (mour + "ir") affixSgS affixPasseU ; - - conj3courir : Str -> Verbe = \courir -> - let {cour = troncVerb courir} in - auxConj3ourir cour cour (cour + "u") ; - - conj3mourir : Str -> Verbe = \mourir -> - let {m = Predef.tk 5 mourir} in - auxConj3ourir (m + "eur") (m + "our") (m + "ort") ; - --- A little auxiliary to cover "fuir" and "our". --- *N.B.* some alternative forms for "our" are still missing. - - auxConj3ui : AffixPasse -> (_,_,_ : Str) -> Verbe = \affpasse, o, ou, ou -> - let {oi : Str = o + "i" ; oy : Str = o + "y" ; our : Str = ou + "r"} in - verbHabituel oi oy oi ou our ou our affixSgS affpasse ; - - conj3fuir : Str -> Verbe = \fuir -> - let {fu = troncVerb fuir} in - auxConj3ui affixPasseI fu fu (fu + "i") ; - - conj3our : Str -> Verbe = \ouir -> - let {o = Predef.tk 3 ouir} in - auxConj3ui (affixPasse "" "") o (o + "u") (o + "u") ; - --- The verb "gsir" lacks many forms. - - conj3gsir : Str -> Verbe = \gsir -> - let {g = Predef.tk 4 gsir} in - table { - Inf => g + "sir" ; - Indi Presn Sg p => g + lesAffixes "is" "is" "t" ! p ; - Indi Presn Pl p => g + "is" + affixPlOns ! p ; - Indi Imparf n p => g + "is" + affixImparf ! n ! p ; - Part PPres => g + "isant" ; - _ => nonExist - } ; - --- Here is an auxiliary for a large, and heterogeneous, group of verbs whose --- infinitive ends in "oir". It has two special cases, depending on the ending --- of the first two persions in the present indicative singular. - - auxConj3oir : Affixe -> AffixPasse -> (_,_,_,_,_,_,_,_ : Str) -> Verbe = - \affpres, affpasse -> - \peu, pouv, peuv, p, pourr, veuill, voul, v -> - let {pu : Str = p + "u"} in - verbAffixes - peu pouv peuv p pourr veuill voul (peu+affpres!P1) pu (pu+"s") (v+"oir") - affpres affpasse ; - - auxConj3usX : (_,_,_,_,_,_,_,_ : Str) -> Verbe = - auxConj3oir affixSgX affixPasseU ; - auxConj3usS : (_,_,_,_,_,_,_,_ : Str) -> Verbe = - auxConj3oir affixSgS affixPasseU ; - - conj3cevoir : Str -> Verbe = \cevoir -> - let {re = Predef.tk 6 cevoir} in - auxConj3usS (re+"oi") (re+"cev") (re+"oiv") (re+"") - (re+"cevr") (re+"oiv") (re+"cev") (re+"cev") ; - - conj3voir : Str -> Verbe = \voir -> - let { - v = Predef.tk 3 voir ; - voi = v + "oi" - } in - auxConj3oir - affixSgS affixPasseI voi (v + "oy") voi v (v + "err") voi (v + "oy") v ; - - conj3pourvoir : Str -> Verbe = \pourvoir -> - let { - pourv = Predef.tk 3 pourvoir ; - pourvoi = pourv + "oi" ; - pourvoy = pourv + "oy" - } in - auxConj3usS pourvoi pourvoy pourvoi pourv pourvoir pourvoi pourvoy pourv ; - - conj3savoir : Str -> Verbe = \savoir -> - let { - s = Predef.tk 5 savoir ; - tsavoir = auxConj3usS "ai" "av" "av" "" "aur" "ach" "ach" "av" - } in - table { - Imper p => s + "ach" + affixImper ! p ; - Part PPres => s + "achant" ; - p => s + tsavoir ! p - } ; - - conj3devoir : Str -> Verbe = \devoir -> - let { - s = Predef.tk 6 devoir ; - tdevoir = auxConj3usS "doi" "dev" "doiv" "d" "devr" "doiv" "dev" "dev" - } in - table { - Part (PPasse Masc Sg) => s + "d" ; - p => s + tdevoir ! p - } ; - - conj3pouvoir : Str -> Verbe = \pouvoir -> - let { - p = Predef.tk 6 pouvoir ; - tpouvoir = auxConj3usX "eu" "ouv" "euv" "" "ourr" "uiss" "uiss" "ouv" - } in - table { - Indi Presn Sg P1 => p + variants {"eux" ; "uis"} ; - t => p + tpouvoir ! t - } ; - - conj3mouvoir : Str -> Verbe = \mouvoir -> - let { - s = Predef.tk 7 mouvoir ; - mu = adjReg "m" ; - tmouvoir = auxConj3usS "meu" "mouv" "meuv" "m" "mouvr" "meuv" "mouv" "mouv" - } in - table { - Part (PPasse g n) => s + mu ! g ! n ; - p => s + tmouvoir ! p - } ; - - auxConj3seul3sg : (_,_,_,_,_ : Str) -> Verbe = - \faut, fall, pl, faudr, faill -> table { - Inf => fall + "oir" ; - Indi Presn Sg P3 => faut ; - Indi Imparf Sg P3 => fall + "ait" ; - Indi Passe Sg P3 => pl + "ut" ; - Indi Futur Sg P3 => faudr + "a" ; - Condi Sg P3 => faudr + "ait" ; - Subjo SPres Sg P3 => faill + "e" ; - Subjo SImparf Sg P3 => pl + "t" ; - Part PPres => fall + "ant" ; - Part (PPasse g n) => adjReg (pl + "u") ! g ! n ; - _ => nonExist - } ; - - conj3pleuvoir : Str -> Verbe = \pleuvoir -> - let { - pleuv = Predef.tk 3 pleuvoir ; - pl = Predef.tk 3 pleuv - } in - auxConj3seul3sg (pl + "eut") pleuv pl (pleuv + "r") pleuv ; - - conj3falloir : Str -> Verbe = \falloir -> - let { - fa = Predef.tk 5 falloir ; - fau = fa + "u" ; - fall = Predef.tk 3 falloir - } in - auxConj3seul3sg (fau + "t") fall fall (fau + "dr") (fa + "ill") ; - - conj3valoir : Str -> Verbe = \valoir -> - let { - va = Predef.tk 4 valoir ; - val = va + "l" - } in - auxConj3usX (va + "u") val val val (va + "udr") (va + "ill") val val ; - - conj3vouloir : Str -> Verbe = \vouloir -> - let { - v = Predef.tk 6 vouloir ; - vo = v + "o" ; - voul = vo + "ul" ; - veul = v + "eul" - } in - auxConj3usX (v + "eu") voul veul voul (vo + "udr") (v + "euill") voul voul ; - --- The following two are both "asseoir" in the Bescherelle, which however --- points out that the latter conjugation has an infinitive form without "e" --- since the orthographic rectifications of 1990. - - conj3asseoir : Str -> Verbe = \asseoir -> - let { - ass = Predef.tk 4 asseoir ; - tasseoir = auxConj3is "ied" "ey" "ey" "" "ir" "is" "is" - } in - table { - Inf => ass + "eoir" ; - Indi Presn Sg P3 => ass + "ied" ; - t => ass + tasseoir ! t - } ; - - conj3assoir : Str -> Verbe = \assoir -> - let { - ass = Predef.tk 3 assoir ; - tassoir = auxConj3is "oi" "oy" "oi" "" "oir" "is" "is" - } in - table { - Inf => ass + variants {"oir" ; "eoir"} ; - t => ass + tassoir ! t - } ; - - conj3seoir : Str -> Verbe = \seoir -> - let { - s = Predef.tk 4 seoir ; - tseoir = conj3asseoir seoir - } in - table { - Indi Presn Pl P3 => s + "ient" ; - Indi _ _ P1 => nonExist ; - Indi _ _ P2 => nonExist ; - Indi Passe _ _ => nonExist ; - Condi _ P1 => nonExist ; - Condi _ P2 => nonExist ; - Subjo SPres Sg P3 => s + "ie" ; - Subjo SPres Pl P3 => s + "ient" ; - Subjo _ _ _ => nonExist ; - Imper _ => nonExist ; - Part PPres => s + "ant" ; - t => tseoir ! t - } ; - --- Here we don't need a new conjugation. - - conj3messeoir : Str -> Verbe = \messeoir -> - let {tmesseoir = conj3seoir messeoir} in - table { - Part (PPasse _ _) => nonExist ; - p => tmesseoir ! p - } ; - - conj3surseoir : Str -> Verbe = \surseoir -> - let { - surs = Predef.tk 4 surseoir ; - tsurseoir = auxConj3is "oi" "oy" "oi" "" "eoir" "is" "is" - } in - table { - Inf => surseoir ; - t => surs + tsurseoir ! t - } ; - --- Here we interpolate and include the imperfect and subjunctive forms, --- which Bescherelle leaves out. - - conj3choir : Str -> Verbe = \choir -> - let { - e = Predef.tk 5 choir ; - tchoir = - auxConj3usS "choi" "choy" "choi" "ch" - (variants {"choir" ; "cherr"}) "choi" "choy" "ch" - } in - \\p => e + tchoir ! p ; - - conj3choir : Str -> Verbe = \choir -> - let {techoir = conj3choir choir} in - table { - Indi _ _ P1 => nonExist ; - Indi _ _ P2 => nonExist ; - Indi Presn Pl P3 => Predef.tk 3 choir + variants {"oient" ; "ent"} ; - Subjo _ _ P1 => nonExist ; - Subjo _ _ P2 => nonExist ; - Condi _ P1 => nonExist ; - Condi _ P2 => nonExist ; - Imper _ => nonExist ; - Part PPres => Predef.tk 3 choir + "ant" ; - t => techoir ! t - } ; - --- Verbs with the infinitive ending "re" are a major group within the third --- conjugation. The worst-case macro takes 2 sets of affixes and 7 stems. - - auxConj3re : Affixe -> AffixPasse -> (_,_,_,_,_,_,_ : Str) -> Verbe = - \affpr, affp -> \prend, pren, prenn, pr, prendr, pris, priss -> - verbAffixes prend pren prenn pr prendr prenn pren - (prend + affpr ! P1) pris priss (prendr + "e") affpr affp ; - - auxConj3tre : (_,_ : Str) -> Verbe = \bat, batt -> - auxConj3re affixSgSsansT affixPasseI - bat batt batt batt (batt + "r") (batt + "u") (batt + "us") ; - - conj3rendre : Str -> Verbe = \rendre -> - let {rend = troncVerb rendre} in - auxConj3tre rend rend ; - - conj3battre : Str -> Verbe = \battre -> - let {bat = Predef.tk 3 battre} in - auxConj3tre bat (bat + "t") ; - - conj3prendre : Str -> Verbe = \prendre -> - let {pr = Predef.tk 5 prendre} in - auxConj3re - affixSgSsansT affixPasseI (pr + "end") (pr + "en") - (pr + "enn") pr (pr + "endr") (pr + "is") (pr + "is") ; - - conj3mettre : Str -> Verbe = \mettre -> - let {m = Predef.tk 5 mettre ; met = m + "et"} in - auxConj3re - affixSgSsansT affixPasseI met (met + "t") - (met + "t") m (met + "tr") (m + "is") (m + "is") ; - - conj3peindre : Str -> Verbe = \peindre -> - let {pe = Predef.tk 5 peindre ; peign = pe + "ign"} in - auxConj3re - affixSgS affixPasseI - (pe + "in") peign peign peign (pe + "indr") (pe + "int") (pe + "ints") ; - --- We don't need a separate conjugation for "joindre" and "craindre". - - conj3joindre = conj3peindre ; - - conj3craindre = conj3peindre ; - - conj3vaincre : Str -> Verbe = \vaincre -> - let { - vainc = troncVerb vaincre ; - vainqu = Predef.tk 1 vainc + "qu" - } in - auxConj3re - affixSgSsansT affixPasseI - vainc vainqu vainqu vainqu (vainc + "r") (vainc + "u") (vainc + "us") ; - - conj3traire : Str -> Verbe = \traire -> - let { - tra = Predef.tk 3 traire ; - trai = tra + "i" ; - tray = tra + "y" - } in - auxConj3re - affixSgS affixPasseNonExist - trai tray trai [] (trai + "r") (trai + "t") (trai + "ts") ; - --- The verb "faire" has a great many irregularities. Following Bescherelle, --- we have left out the plural 2nd person variant "faisez", which is a --- 'grossier barbarisme'. - - conj3faire : Str -> Verbe = \faire -> - let { - fai = troncVerb faire ; - fais = fai + "s" ; - f = Predef.tk 2 fai ; - tfaire = auxConj3re - affixSgS affixPasseI - fai fais (f + "ass") f (f + "er") (fai + "t") (fai + "ts") - } in - table { - Inf => faire ; - Indi Presn Pl P2 => fai + "tes" ; - Indi Presn Pl P3 => f + "ont" ; - Subjo SPres Pl p => f + "ass" + affixSPres ! Pl ! p ; - Imper PlP2 => fai + "tes" ; - t => tfaire ! t - } ; - - auxConj3oire : (_,_,_,_ : Str) -> Verbe = \boi, buv, boiv, b -> - auxConj3re - affixSgS affixPasseU boi buv boiv b (boi + "r") (b + "u") (b + "us") ; - - auxConj3t : Verbe -> Str -> Verbe = \conj,plat -> - table { - Indi Presn Sg P3 => plat ; - t => conj ! t - } ; - - conj3plaire : Str -> Verbe = \plaire -> - let { - pl = Predef.tk 4 plaire ; - tplaire = auxConj3oire (pl + "ai") (pl + "ais") (pl + "ais") pl - } in - auxConj3t tplaire (pl + "at") ; - - conj3connatre : Str -> Verbe = \connatre -> - let { - conn = Predef.tk 5 connatre ; - connaiss = conn + "aiss" ; - tconnaitre = - auxConj3re - affixSgS affixPasseU (conn + "ai") connaiss connaiss - conn (conn + "atr") (conn + "u") (conn + "us") - } in - auxConj3t tconnaitre (conn + "at") ; - - conj3natre : Str -> Verbe = \natre -> - let { - n = Predef.tk 5 natre ; - tnaitre = auxConj3re - affixSgS affixPasseI - (n + "ai") (n + "aiss") (n + "aiss") (n + "aqu") - (n + "atr") (n + "") (n + "s") - } in - auxConj3t tnaitre (n + "at") ; - --- The conjugation of "patre" is defective in a curious way, especially --- if compared with "repatre". According to Bescherelle, the invariable --- past participle is only used as a term of "fauconnerie" (one would expect it --- to be defective rather than invariable). - - conj3patre : Str -> Verbe = \patre -> - let {tpaitre = conj3connatre patre} in - table { - Indi Passe _ _ => nonExist ; - Subjo SImparf _ _ => nonExist ; - Part (PPasse _ _) => Predef.tk 5 patre + "u" ; - p => tpaitre ! p - } ; - - conj3repatre = conj3connatre ; - - conj3crotre : Str -> Verbe = \crotre -> - let {cr = Predef.tk 5 crotre} in - auxConj3re - affixSgS (affixPasse "" "") (cr + "o") (cr + "oiss") - (cr + "oiss") cr (cr + "otr") (cr + "") (cr + "s") ; - - conj3croire : Str -> Verbe = \croire -> - let {cr = Predef.tk 4 croire} in - auxConj3oire (cr + "oi") (cr + "oy") (cr + "oi") cr ; - - conj3boire : Str -> Verbe = \boire -> - let {b = Predef.tk 4 boire} in - auxConj3oire (b + "oi") (b + "uv") (b + "oiv") b ; - --- The verb "clore" shows a systematic absence of past forms, --- including the imperfect indicative. What is more capricious, is the absence --- of the plural first and second persons in the present indicative and --- the imperative. - - conj3clore : Str -> Verbe = \clore -> - let { - clo = troncVerb clore ; - clos = clo + "s" ; - tclore = auxConj3re - affixSgS affixPasseNonExist clo clos clos - nonExist (clo + "r") clos clos - } in - table { - Indi Presn Sg P3 => Predef.tk 1 clo + "t" ; - Indi Presn Pl P1 => nonExist ; - Indi Presn Pl P2 => nonExist ; - Indi Imparf _ _ => nonExist ; - Imper PlP1 => nonExist ; - Imper PlP2 => nonExist ; - t => tclore ! t - } ; - - conj3conclure : Str -> Verbe = \conclure -> - let { - conclu = troncVerb conclure ; - concl = Predef.tk 1 conclu - } in - auxConj3re - affixSgS affixPasseU - conclu conclu conclu concl (conclu + "r") conclu (conclu + "s") ; - - conj3absoudre : Str -> Verbe = \absoudre -> - let { - abso = Predef.tk 4 absoudre ; - tabsoudre = conj3rsoudre absoudre - } in - table { - Indi Passe _ _ => nonExist ; - Subjo SImparf _ _ => nonExist ; - Part (PPasse Masc _) => abso + "us" ; - Part (PPasse Fem n) => nomReg (abso + "ute") ! n ; - p => tabsoudre ! p - } ; - - conj3rsoudre : Str -> Verbe = \rsoudre -> - let {reso = Predef.tk 4 rsoudre} in - auxConj3re - affixSgS affixPasseU (reso + "u") (reso + "lv") (reso + "lv") - (reso + "l") (reso + "udr") (reso + "lu") (reso + "lus") ; - - conj3coudre : Str -> Verbe = \coudre -> - let { - cou = Predef.tk 3 coudre ; - cous = cou + "s" - } in - auxConj3re - affixSgSsansT affixPasseI - (cou +"d") cous cous cous (cou + "dr") (cous + "u") (cous + "us") ; - - conj3moudre : Str -> Verbe = \moudre -> - let { - mou = Predef.tk 3 moudre ; - moul = mou + "l" - } in - auxConj3re - affixSgSsansT affixPasseU - (mou + "d") moul moul moul (mou + "dr") (moul + "u") (moul + "us") ; - - conj3suivre : Str -> Verbe = \suivre -> - let { - suiv = troncVerb suivre ; - sui = Predef.tk 1 suiv ; - suivi = suiv + "i" - } in - auxConj3re - affixSgS affixPasseI sui suiv suiv suiv (suiv + "r") suivi (suivi+"s") ; - - conj3vivre : Str -> Verbe = \vivre -> - let { - viv = troncVerb vivre ; - vi = Predef.tk 1 viv ; - vc = Predef.tk 1 vi + "c" - } in - auxConj3re - affixSgS affixPasseU vi viv viv vc (viv + "r") (vc + "u") (vc + "us") ; - - conj3lire : Str -> Verbe = \lire -> - let { - li = troncVerb lire ; - lis = li + "s" ; - l = Predef.tk 1 li - } in - auxConj3re affixSgS affixPasseU li lis lis l (li + "r") (l + "u") (l + "us") ; - - conj3dire : Str -> Verbe = \dire -> - let { - di = troncVerb dire ; - dis = di + "s" ; - dit = di + "t" ; - d = Predef.tk 1 di ; - tdire = auxConj3re - affixSgS affixPasseI di dis dis d (di + "r") dit (dit+"s") - } in - table { - Indi Presn Pl P2 => di + "tes" ; - Imper PlP2 => di + "tes" ; - t => tdire ! t - } ; - - conj3rire : Str -> Verbe = \rire -> - let { - ri = troncVerb rire ; - r = Predef.tk 1 ri - } in - auxConj3re affixSgS affixPasseI ri ri ri r (ri + "r") ri (ri+"s") ; - - auxConj3scrire : (_,_,_,_: Str) -> Verbe = \ecri, ecriv, ecrivi, ecrit -> - auxConj3re - affixSgS affixPasseI ecri ecriv ecriv ecrivi (ecri + "r") ecrit (ecrit+"s") ; - - conj3crire : Str -> Verbe = \crire -> - let {cri = troncVerb crire} in - auxConj3scrire cri (cri + "v") (cri + "v") (cri + "t") ; - - conj3confire : Str -> Verbe = \confire -> - let {confi = troncVerb confire} in - auxConj3scrire confi (confi + "s") (Predef.tk 1 confi) (confi + "t") ; - - conj3cuire : Str -> Verbe = \cuire -> - let {cui = troncVerb cuire} in - auxConj3scrire cui (cui + "s") (cui + "s") (cui + "t") ; - - ---3 Very irregular verbs --- --- Here we cannot do even with the 'worst case macro'. - - conj3aller : Str -> Verbe = \aller -> - let { - s = Predef.tk 5 aller ; - pres = formesPresAi "v" "all" ; - taller = verbHabituel - "all" "all" "aill" "all" "ir" "all" "aller" - affixSgS affixPasseA - } in - table { - Indi Presn Sg P1 => s + "vais" ; - Indi Presn n p => s + pres ! n ! p ; - Indi Imparf n p => s + "all" + affixImparf ! n ! p ; - Imper SgP2 => s + "va" ; - t => s + taller ! t - } ; - - conjtre : Str -> Verbe = \etre -> - let { - s = Predef.tk 4 etre ; - sg = lesAffixes "suis" "es" "est" ; - pl = lesAffixes "sommes" "tes" "sont" ; - tetre = verbHabituel - "soi" "soy" "soi" "f" "ser" "t" "tre" affixSgS affixPasseU - } in - table { - Indi Presn Sg p => s + sg ! p ; - Indi Presn Pl p => s + pl ! p ; - Indi Imparf n p => s + "t" + affixImparf ! n ! p ; - Subjo SPres Sg p => s + "soi" + affixSgS ! p ; - Subjo SPres Pl P3 => s + "soient" ; - Subjo SPres Pl p => s + "soy" + affixPlOns ! p ; - Part PPres => s + "tant" ; - t => s + tetre ! t - } ; - - conjAvoir : Str -> Verbe = \avoir -> - let { - s = Predef.tk 5 avoir ; - pres = formesPresAi [] "av" ; - tavoir = verbHabituel - "ai" "ay" "ai" "e" "aur" "eu" "avoir" affixSgS affixPasseU - } in - table { - Indi Presn n p => s + pres ! n ! p ; - Indi Imparf n p => s + "av" + affixImparf ! n ! p ; - Subjo SPres Sg P3 => s + "ait" ; - Subjo SPres Pl P3 => s + "aient" ; - Subjo SPres Pl p => s + "ay" + affixPlOns ! p ; - Imper SgP2 => s + "aie" ; - t => s + tavoir ! t - } ; - ---- for Numerals - -param DForm = unit | teen | jten | ten | tenplus ; -param Place = indep | attr ; - -} diff --git a/old-lib/resource/french/NounFre.gf b/old-lib/resource/french/NounFre.gf deleted file mode 100644 index e79ca7477..000000000 --- a/old-lib/resource/french/NounFre.gf +++ /dev/null @@ -1,4 +0,0 @@ ---# -path=.:romance:abstract:../common:prelude - -concrete NounFre of Noun = CatFre ** NounRomance with - (ResRomance = ResFre) ; diff --git a/old-lib/resource/french/NumeralFre.gf b/old-lib/resource/french/NumeralFre.gf deleted file mode 100644 index 23a8ab43d..000000000 --- a/old-lib/resource/french/NumeralFre.gf +++ /dev/null @@ -1,148 +0,0 @@ -concrete NumeralFre of Numeral = CatFre ** - open CommonRomance, ResRomance, MorphoFre, Prelude in { - --- originally written in 1998, automatically translated to current notation... --- last modified 24/1/2006, adding ordinals - --- Auxiliaries - -oper - digitPl : {s : DForm => Str; inh : DForm ; n : Number} -> - {s : CardOrd => DForm => Str ; inh : DForm ; n : Number} = \d -> { - s = \\co,df => let ds = d.s ! df in - case co of { - NCard _ => ds ; - NOrd _ _ => case last ds of { - "q" => "uime" ; - "e" => init ds + "ime" ; - _ => ds + "ime" - } - } ; - inh = d.inh ; n = d.n - } ; - - cardOrd : CardOrd -> Str -> Str -> Str = \co, x,y -> case co of { - NCard _ => x ; - NOrd _ _ => y - } ; - -lincat - Digit = {s : CardOrd => DForm => Str ; inh : DForm ; n : Number} ; - Sub10 = {s : CardOrd => {p1 : DForm ; p2 : Place} => Str ; inh : Number} ; - Sub100 = {s : CardOrd => Place => Str ; n : Number} ; - Sub1000 = {s : CardOrd => Place => Str ; n : Number} ; - Sub1000000 = {s : CardOrd => Str ; n : Number} ; - -lin num x0 = x0 ; - -lin n2 = - digitPl {inh = unit ; n = Sg ; s = table {unit => "deux" ; teen => "douze" ; jten => "vingt" ; ten => "vingt" ; tenplus => "vingt"}} ; -lin n3 = - digitPl {inh = unit ; n = Sg ; s = table {unit => "trois" ; teen => "treize" ; jten => "trente" ; ten => "trente" ; tenplus => "trente"}} ; -lin n4 = - digitPl {inh = unit ; n = Sg ; s = table {unit => "quatre" ; teen => "quatorze" ; jten => "quarante" ; ten => "quarante" ; tenplus => "quarante"}} ; -lin n5 = - digitPl {inh = unit ; n = Sg ; s = table {unit => "cinq" ; teen => "quinze" ; jten => "cinquante" ; ten => "cinquante" ; tenplus => "cinquante"}} ; -lin n6 = - digitPl {inh = unit ; n = Sg ; s = table {unit => "six" ; teen => "seize" ; jten => "soixante" ; ten => "soixante" ; tenplus => "soixante"}} ; -lin n7 = - digitPl {inh = teen ; n = Sg ; s = table {unit => "sept" ; teen => "dix-sept" ; jten => "soixante-dix" ; ten => "soixante-dix" ; tenplus => "soixante"}} ; -lin n8 = - digitPl {inh = unit ; n = Pl ; s = table {unit => "huit" ; teen => "dix-huit" ; jten => "quatre-vingts" ; ten => "quatre-vingt" ; tenplus => "quatre-vingt"}} ; -lin n9 = - digitPl {inh = teen ; n = Pl ; s = table {unit => "neuf" ; teen => "dix-neuf" ; jten => "quatre-vingt-dix" ; ten => "quatre-vingt-dix" ; tenplus => "quatre-vingt"}} ; - -lin pot01 = - {inh = Sg ; s = \\g => let dix = cardOrd g "dix" "dixime" in table { - {p1 = unit ; p2 = indep} => cardOrd g "un" "unime" ; {p1 = unit ; p2 = attr} => [] ; {p1 = teen ; - p2 = indep} => cardOrd g "onze" "onzime" ; {p1 = teen ; p2 = attr} => [] ; {p1 = jten ; - p2 = indep} => dix ; {p1 = jten ; p2 = attr} => [] ; {p1 = ten ; - p2 = indep} => dix ; {p1 = ten ; p2 = attr} => [] ; {p1 = tenplus - ; p2 = indep} => dix ; {p1 = tenplus ; p2 = attr} => []} ; n = Sg} ; -lin pot0 d = - {inh = Pl ; s = \\g => table {{p1 = unit ; p2 = indep} => d.s ! g ! unit - ; {p1 = unit ; p2 = attr} => d.s ! g ! unit ; {p1 = teen ; p2 = indep} - => d.s ! g ! teen ; {p1 = teen ; p2 = attr} => d.s ! g ! teen ; {p1 = jten ; - p2 = indep} => d.s ! g ! jten ; {p1 = jten ; p2 = attr} => d.s ! g ! jten ; - {p1 = ten ; p2 = indep} => d.s ! g ! ten ; {p1 = ten ; p2 = attr} => d.s - ! g ! ten ; {p1 = tenplus ; p2 = indep} => d.s ! g ! tenplus ; {p1 = tenplus - ; p2 = attr} => d.s ! g ! tenplus} ; n = Pl} ; - -lin pot110 = - {s = \\g => table {_ => cardOrd g "dix" "dixime"} ; n = Pl} ; -lin pot111 = - {s = \\g => table {_ => cardOrd g "onze" "onzime"} ; n = Pl} ; -lin pot1to19 d = - {s = \\g => table {indep => d.s ! g ! teen ; attr => d.s ! g ! teen} ; n = Pl} ; -lin pot0as1 n = - {s = \\g => table {indep => n.s ! g ! {p1 = unit ; p2 = indep} ; - attr => n.s ! g ! {p1 = unit ; p2 = attr}} ; n = n.inh} ; -lin pot1 d = - {s = \\g => table {indep => d.s ! g ! jten ; attr => d.s ! g ! ten} - ; n = Pl} ; -lin pot1plus d e = - {s = \\g => table {indep => (d.s ! (NCard Masc) ! tenplus) ++ (table {{p1 = Sg - ; p2 = Sg} => "et" ; {p1 = Sg ; p2 = pl} => "-" ; {p1 = Pl ; p2 = - Sg} => "-" ; {p1 = Pl ; p2 = pl} => "-"} ! {p1 = d.n ; p2 = - e.inh}) ++ e.s ! g ! {p1 = d.inh ; p2 = indep} ; attr => (d.s ! (NCard Masc) ! - tenplus) ++ (table {{p1 = Sg ; p2 = Sg} => "et" ; {p1 = Sg ; p2 = - pl} => "-" ; {p1 = Pl ; p2 = Sg} => "-" ; {p1 = Pl ; p2 = pl} => - "-"} ! {p1 = d.n ; p2 = e.inh}) ++ e.s ! g ! {p1 = d.inh ; p2 = - indep}} ; n = Pl} ; -lin pot1as2 n = n ; -lin pot2 d = - {s = \\g => table {indep => (d.s ! NCard Masc ! {p1 = unit ; p2 = attr}) - ++ table {Sg => cardOrd g "cent" "centime" ; Pl => cardOrd g "cents" "centime"} ! (d.inh) ; attr => (d.s ! - NCard Masc ! {p1 = unit ; p2 = attr}) ++ cardOrd g "cent" "centime"} ; n = Pl} ; -lin pot2plus d e = - {s = \\g => table {indep => (d.s ! NCard Masc ! {p1 = unit ; p2 = attr}) - ++ "cent" ++ e.s ! g ! indep ; attr => (d.s ! NCard Masc ! {p1 = unit ; p2 - = attr}) ++ "cent" ++ e.s ! g ! indep} ; n = Pl} ; -lin pot2as3 n = - {s = \\g => n.s ! g ! indep ; n = n.n} ; -lin pot3 n = - {s = \\g => (n.s ! NCard Masc ! attr) ++ cardOrd g "mille" "millime" ; n = Pl} ; -lin pot3plus n m = - {s = \\g => (n.s ! NCard Masc ! attr) ++ "mille" ++ m.s ! g ! indep ; n = - Pl} ; - - --- numerals as sequences of digits - - lincat - Dig = TDigit ; - - lin - IDig d = d ; - - IIDig d i = { - s = \\o => d.s ! NCard Masc ++ i.s ! o ; - n = Pl - } ; - - D_0 = mkDig "0" ; - D_1 = mk3Dig "1" "1er" Sg ; ---- gender - D_2 = mk2Dig "2" "2me" ; - D_3 = mk2Dig "3" "3me" ; - 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 + "me") ; - - 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/old-lib/resource/french/ParadigmsFre.gf b/old-lib/resource/french/ParadigmsFre.gf deleted file mode 100644 index b5406b558..000000000 --- a/old-lib/resource/french/ParadigmsFre.gf +++ /dev/null @@ -1,447 +0,0 @@ ---# -path=.:../romance:../common:../abstract:../../prelude - ---1 French Lexical Paradigms --- --- Aarne Ranta 2001 - 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 $MorphoFre.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$. --- However, this function should only seldom be needed: we have a --- separate module [``IrregFre`` ../../french/IrregFre.gf], --- which covers all irregularly inflected verbs. - -resource ParadigmsFre = - open - (Predef=Predef), - Prelude, - CommonRomance, - ResFre, - MorphoFre, - CatFre in { - - flags optimize=all ; - ---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' ""). - - accusative : Prep ; - genitive : Prep ; - dative : Prep ; - - mkPrep : Str -> Prep ; - - ---2 Nouns - - mkN : overload { - --- The regular function uses heuristics to compute the --- plural and the gender from the singular. The plural --- heuristic currently --- covers the cases "pas-pas", "prix-prix", "nez-nez", --- "bijou-bijoux", "cheveu-cheveux", "plateau-plateaux", "cheval-chevaux". --- The gender heuristic is less reliable: it treats as feminine all --- nouns ending with "e" and "ion", all others as masculine. - - mkN : (cheval : Str) -> N ; - --- Adding gender information widens the scope of the regular pattern. - - mkN : (foie : Str) -> Gender -> N ; - --- In the worst case, both singular and plural forms and the gender are needed. - - mkN : (oeil,yeux : Str) -> Gender -> N ; - ---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. "numro de tlphone". --- They could be formed in syntax, but we give a shortcut here since --- they are frequent in lexica. - - mkN : N -> Str -> N - } ; - - - - ---3 Relational nouns --- --- Relational nouns ("fille de x") need a case and a preposition. - - mkN2 : N -> Prep -> N2 ; - --- The most common cases are the genitive "de" and the dative "", --- with the empty preposition. - - deN2 : N -> N2 ; - aN2 : N -> N2 ; - --- Three-place relational nouns ("la connection de x y") need two prepositions. - - mkN3 : N -> Prep -> Prep -> N3 ; - - ---3 Relational common noun phrases --- --- In some cases, you may want to make a complex $CN$ into a --- relational noun (e.g. "la vieille glise de"). 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. If no gender is given, the --- feminine is used for strings ending with "e", the masculine for other strings. - - mkPN : overload { - mkPN : Str -> PN ; - mkPN : Str -> Gender -> PN - } ; - - - ---2 Adjectives - - mkA : overload { - --- For regular adjectives, all forms are derived from the --- masculine singular. The heuristic takes into account certain --- deviant endings: "banal-banale-banaux", "chinois-chinoise-chinois", --- "heureux-heureuse-heureux", "italien-italienne", "jeune-jeune", --- "amer-amre", "carr- - -carrment", "joli- - -joliment". - - mkA : (cher : Str) -> A ; - --- Often just the feminine singular is deviant. - - mkA : (sec,seche : Str) -> A ; - --- This is the worst-case paradigm for the positive forms. - - mkA : (banal,banale,banaux,banalement : Str) -> A ; - --- If comparison forms are irregular (i.e. not formed by "plus", e.g. --- "bon-meilleur"), the positive and comparative can be given as separate --- adjectives. - - mkA : A -> A -> A - } ; - --- The functions create by default postfix adjectives. To switch --- them to prefix ones (i.e. ones placed before the noun in --- modification, as in "petite maison"), the following function is --- provided. - - prefixA : A -> A ; - - ---3 Two-place adjectives --- --- Two-place adjectives need a preposition for their second argument. - - mkA2 : A -> Prep -> A2 ; - - ---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. "toujours"). - - mkAdV : Str -> AdV ; - --- Adverbs modifying adjectives and sentences can also be formed. - - mkAdA : Str -> AdA ; - - ---2 Verbs --- --- Irregular verbs are given in the module $IrregFre$. --- If a verb should be missing in that list, the module --- $BeschFre$ gives all the patterns of the "Bescherelle" book. --- --- Regular verbs are ones with the infinitive "er" or "ir", the --- latter with plural present indicative forms as "finissons". --- The regular verb function in the first conjugation recognizes --- these endings, as well as the variations among --- "aimer, cder, placer, peser, jeter, placer, manger, assiger, payer". --- --- Sometimes, however, it is not predictable which variant of the "er" --- conjugation is to be selected. Then it is better to use the function --- that gives the third person singular present indicative and future --- (("il") "jette", "jettera") as second argument. - - mkV : overload { - mkV : (finir : Str) -> V ; - mkV : (jeter,jette,jettera : Str) -> V ; - --- The $IrregFre$ list gives some verbs as two-place. These verbs can be --- reused as one-place verbs. - - mkV : V2 -> V - } ; - --- The function $mkV$ gives the default compound auxiliary "avoir". --- To change it to "tre", use the following function. - - etreV : V -> V ; - --- This function turns a verb into reflexive, which implies the auxiliary "tre". - - reflV : V -> V ; - - ---3 Two-place verbs --- --- Two-place verbs need a preposition, except the special case with direct object. --- (transitive verbs). - - mkV2 = overload { - mkV2 : V -> V2 = dirV2 ; - mkV2 : V -> Prep -> V2 = mmkV2 - } ; - - ---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,_,_ - mkV3 : V -> Prep -> V3 ; -- placer,_,dans - mkV3 : V -> Prep -> Prep -> V3 -- parler, , de - } ; - ---3 Other complement patterns --- --- Verbs and adjectives can take complements such as sentences, --- questions, verb phrases, and adjectives. - - mkV0 : V -> V0 ; - mkVS : V -> VS ; - mkV2S : V -> Prep -> V2S ; - mkVV : V -> VV ; -- plain infinitive: "je veux parler" - deVV : V -> VV ; -- "j'essaie de parler" - aVV : V -> VV ; -- "j'arrive parler" - mkV2V : V -> Prep -> Prep -> V2V ; - mkVA : V -> VA ; - mkV2A : V -> Prep -> Prep -> V2A ; - mkVQ : V -> VQ ; - mkV2Q : V -> Prep -> V2Q ; - - 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 Definitions of the paradigms --- --- The definitions should not bother the user of the API. So they are --- hidden from the document. - - - Gender = MorphoFre.Gender ; - Number = MorphoFre.Number ; - masculine = Masc ; - feminine = Fem ; - singular = Sg ; - plural = Pl ; - - Preposition = Compl ; - accusative = complAcc ** {lock_Prep = <>} ; - genitive = complGen ** {lock_Prep = <>} ; - dative = complDat ** {lock_Prep = <>} ; - mkPrep p = {s = p ; c = CPrep PNul ; isDir = False ; lock_Prep = <>} ; - - --- obsolete - Preposition : Type ; - mkPreposition : Str -> Preposition ; - mkPreposition = mkPrep ; - - regGenN : Str -> Gender -> N ; - regN : Str -> N ; - mk2N : (oeil,yeux : Str) -> Gender -> N ; - mk2N x y g = mkCNomIrreg x y g ** {lock_N = <>} ; - regN x = regGenN x g where { - g = case of { - _ + ("e" | "ion") => Fem ; - _ => Masc - } - } ; - regGenN x g = mkNomReg x g ** {lock_N = <>} ; - compN : N -> Str -> N ; - compN x y = {s = \\n => x.s ! n ++ y ; g = x.g ; lock_N = <>} ; - - mkN = overload { - mkN : Str -> N = regN ; - mkN : Str -> Gender -> N = regGenN ; - mkN : (oeil,yeux : Str) -> Gender -> N = mk2N ; - mkN : N -> Str -> N = compN - } ; - - - 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} ; - - regPN x = mk2PN x g where { - g = case last x of { - "e" => feminine ; - _ => masculine - } - } ; - - mkPN = overload { - mkPN : Str -> PN = regPN ; - mkPN : Str -> Gender -> PN = \x,g -> {s = x ; g = g} ** {lock_PN = <>} ; - } ; - - mk4A a b c d = compADeg {s = \\_ => (mkAdj a c b d).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 = <>} ; - - mkA = overload { - mkA : Str -> A = regA ; - mkA : (sec,seche : Str) -> A = \sec,seche -> mk4A sec seche (sec + "s") (seche + "ment") ; - mkA : (banal,banale,banaux,banalement : Str) -> A = mk4A ; - mkA : A -> A -> A = mkADeg - }; - - prefixA a = {s = a.s ; isPre = True ; lock_A = <>} ; - - mkAdv x = ss x ** {lock_Adv = <>} ; - mkAdV x = ss x ** {lock_AdV = <>} ; - mkAdA x = ss x ** {lock_AdA = <>} ; - - regV x = let v = vvf (mkVerbReg x) in {s = v ; vtyp = VHabere ; lock_V = <>} ; - reg3V x y z = let v = vvf (mkVerb3Reg x y z) in {s = v ; vtyp = VHabere ; lock_V = <>} ; - etreV v = {s = v.s ; vtyp = VEsse ; lock_V = <>} ; - reflV v = {s = v.s ; vtyp = VRefl ; lock_V = <>} ; - - mmkV3 v p q = v ** {c2 = p ; c3 = q ; lock_V3 = <>} ; - dirV3 v p = mmkV3 v accusative p ; - dirdirV3 v = dirV3 v dative ; - - mkV3 = overload { - mkV3 : V -> V3 = dirdirV3 ; -- donner,_,_ - mkV3 : V -> Prep -> V3 = dirV3 ; -- placer,_,sur - mkV3 : V -> Prep -> Prep -> V3 = mmkV3 -- parler, , de - } ; - - 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 - mkV2S v p = mmkV2 v p ** {mn,mp = Indic ; lock_V2S = <>} ; - mkVV v = v ** {c2 = complAcc ; lock_VV = <>} ; - deVV v = v ** {c2 = complGen ; lock_VV = <>} ; - aVV v = v ** {c2 = complDat ; lock_VV = <>} ; - mkV2V v p q = mmkV3 v p q ** {lock_V2V = <>} ; - mkVA v = v ** {lock_VA = <>} ; - mkV2A v p q = mmkV3 v p q ** {lock_V2A = <>} ; - mkVQ v = v ** {lock_VQ = <>} ; - mkV2Q v p = mmkV2 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 = <>} ; - ---------------------------- obsolete - - makeNP : Str -> Gender -> Number -> NP ; - makeNP x g n = {s = (pn2np {s=x;g= g}).s; a = agrP3 g n ; hasClit = False} ** {lock_NP = <>} ; - regPN : Str -> PN ; - mk2PN : Str -> Gender -> PN = \x,g -> {s = x ; g = g} ** {lock_PN = <>} ; - - mkADeg : A -> A -> A ; - compADeg : A -> A ; - - regA : Str -> A ; - mk4A : (banal,banale,banaux,banalement : Str) -> A ; - - prefA : A -> A ; - - 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 => "plus" ++ a.s ! Posit ! f} ; - isPre = a.isPre ; - lock_A = <>} ; - prefA a = {s = a.s ; isPre = True ; lock_A = <>} ; - - mkV = overload { - mkV : Str -> V = regV ; - mkV : (jeter,jette,jettera : Str) -> V = reg3V ; - mkV : V2 -> V = v2V - } ; - - regV : Str -> V ; - reg3V : (jeter,jette,jettera : Str) -> V ; - - mmkV2 : V -> Prep -> V2 ; - mmkV2 v p = v ** {c2 = p ; lock_V2 = <>} ; - dirV2 : V -> V2 = \v -> mmkV2 v accusative ; - v2V : V2 -> V ; - v2V v = v ** {lock_V = <>} ; - - mmkV3 : V -> Prep -> Prep -> V3 ; -- parler, , de - dirV3 : V -> Prep -> V3 ; -- donner,_, - dirdirV3 : V -> V3 ; -- donner,_,_ - - -} ; diff --git a/old-lib/resource/french/PhonoFre.gf b/old-lib/resource/french/PhonoFre.gf deleted file mode 100644 index f2ef797fc..000000000 --- a/old-lib/resource/french/PhonoFre.gf +++ /dev/null @@ -1,28 +0,0 @@ -resource PhonoFre = open Prelude in { - -flags coding=utf8 ; - -oper - voyelle : Strs = strs { - "a" ; "à" ; "â" ; "e" ; "é" ; "è" ; "ê¨" ; - "h" ; - "i" ; "î" ; "o" ; "ô" ; "u" ; "û" ; "y" - } ; - - elision : Str -> Str = \d -> d + pre {"e" ; "'" / voyelle} ; - --- The following morphemes are the most common uses of elision. - - elisDe = elision "d" ; - elisLa = pre {"la" ; "l'" / voyelle} ; - elisLe = elision "l" ; - elisNe = elision "n" ; - elisQue = elision "qu" ; - --- The subjunction "si" has a special kind of elision. The rule is --- only approximatively correct, for "si" is not really elided before --- the string "il" in general, but before the pronouns "il" and "ils". - - elisSi = pre {"si" ; "s'" / strs {"il"}} ; - -} diff --git a/old-lib/resource/french/PhraseFre.gf b/old-lib/resource/french/PhraseFre.gf deleted file mode 100644 index defc9fa14..000000000 --- a/old-lib/resource/french/PhraseFre.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete PhraseFre of Phrase = CatFre ** PhraseRomance with - (ResRomance = ResFre) ; diff --git a/old-lib/resource/french/QuestionFre.gf b/old-lib/resource/french/QuestionFre.gf deleted file mode 100644 index 979b7226d..000000000 --- a/old-lib/resource/french/QuestionFre.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete QuestionFre of Question = CatFre ** QuestionRomance with - (ResRomance = ResFre) ; diff --git a/old-lib/resource/french/RelativeFre.gf b/old-lib/resource/french/RelativeFre.gf deleted file mode 100644 index cc84b6cb1..000000000 --- a/old-lib/resource/french/RelativeFre.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete RelativeFre of Relative = CatFre ** RelativeRomance with - (ResRomance = ResFre) ; diff --git a/old-lib/resource/french/ResFre.gf b/old-lib/resource/french/ResFre.gf deleted file mode 100644 index 3641d1da7..000000000 --- a/old-lib/resource/french/ResFre.gf +++ /dev/null @@ -1,13 +0,0 @@ ---1 French 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 ResFre of ResRomance = DiffFre ** open CommonRomance, Prelude in { - -flags optimize=noexpand ; - -} ; diff --git a/old-lib/resource/french/SentenceFre.gf b/old-lib/resource/french/SentenceFre.gf deleted file mode 100644 index ac2fe131d..000000000 --- a/old-lib/resource/french/SentenceFre.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete SentenceFre of Sentence = CatFre ** SentenceRomance with - (ResRomance = ResFre) ; diff --git a/old-lib/resource/french/StructuralFre.gf b/old-lib/resource/french/StructuralFre.gf deleted file mode 100644 index 4b197664d..000000000 --- a/old-lib/resource/french/StructuralFre.gf +++ /dev/null @@ -1,153 +0,0 @@ ---# -path=.:../abstract:../romance:../common:prelude - -concrete StructuralFre of Structural = CatFre ** - open PhonoFre, MorphoFre, ParadigmsFre, IrregFre, Prelude in { - - flags optimize=all ; coding=utf8 ; - -lin - - above_Prep = {s = ["au dessus"] ; c = MorphoFre.genitive ; isDir = False} ; - after_Prep = mkPreposition "aprs" ; - all_Predet = { - s = \\a,c => prepCase c ++ aagrForms "tout" "toute" "tous" "toutes" ! a ; - c = Nom - } ; - almost_AdA, almost_AdN = ss "presque" ; - always_AdV = ss "toujours" ; - although_Subj = ss ("bien" ++ elisQue) ** {m = Conjunct} ; - and_Conj = {s1 = [] ; s2 = "et" ; n = Pl} ; - because_Subj = ss ("parce" ++ elisQue) ** {m = Indic} ; - before_Prep = mkPreposition "avant" ; - behind_Prep = mkPreposition "derrire" ; - between_Prep = mkPreposition "entre" ; - both7and_DConj = {s1,s2 = "et" ; n = Pl} ; - but_PConj = ss "mais" ; - by8agent_Prep = mkPreposition "par" ; - by8means_Prep = mkPreposition "par" ; - can8know_VV = mkVV (savoir_V2 ** {lock_V = <>}) ; - can_VV = mkVV pouvoir_V ; - during_Prep = mkPreposition "pendant" ; - either7or_DConj = {s1,s2 = "ou" ; n = Pl} ; - everybody_NP = pn2np (mkPN ["tout le monde"] Masc) ; - every_Det = {s = \\_,_ => "chaque" ; n = Sg} ; - everything_NP = pn2np (mkPN ["tout"] Masc) ; - everywhere_Adv = ss "partout" ; - few_Det = {s = \\g,c => prepCase c ++ "peu" ++ elisDe ; n = Pl} ; ---- DEPREC first_Ord = {s = \\ag => (regA "premier").s ! Posit ! AF ag.g ag.n} ; - for_Prep = mkPreposition "pour" ; - from_Prep = complGen ; --- - he_Pron = - mkPronoun - "il" (elision "l") "lui" "lui" "son" (elisPoss "s") "ses" - Masc Sg P3 ; - here7from_Adv = ss "d'ici" ; - here7to_Adv = ss "ici" ; - here_Adv = ss "ici" ; - how_IAdv = ss "comment" ; - how8many_IDet = {s = \\_,c => prepCase c ++ "combien" ++ elisDe ; n = Pl} ; - if_Subj = ss elisSi ** {m = Indic} ; - in8front_Prep = mkPreposition "devant" ; - i_Pron = - mkPronoun - (elision "j") (elision "m") (elision "m") "moi" "mon" (elisPoss "m") "mes" - Masc Sg P1 ; - in_Prep = mkPreposition "dans" ; - it_Pron = - mkPronoun - "il" (elision "l") "lui" "lui" "son" (elisPoss "s") "ses" - Masc Sg P3 ; - less_CAdv = ss "moins" ; - many_Det = {s = \\_,c => prepCase c ++ "plusieurs" ; n = Pl} ; - more_CAdv = ss "plus" ; - most_Predet = {s = \\_,c => prepCase c ++ ["la plupart"] ; c = CPrep P_de} ; - much_Det = {s = \\_,c => prepCase c ++ "beaucoup" ++ elisDe ; n = Pl} ; - must_VV = mkVV (devoir_V2 ** {lock_V = <>}) ; ----b no_Phr = ss "non" ; - no_Utt = ss "non" ; - on_Prep = mkPreposition "sur" ; ---- DEPREC one_Quant = {s = \\g,c => prepCase c ++ genForms "un" "une" ! g} ; - only_Predet = {s = \\_,c => prepCase c ++ "seulement" ; c = Nom} ; --- seul(e)(s) - or_Conj = {s1 = [] ; s2 = "ou" ; n = Sg} ; - otherwise_PConj = ss "autrement" ; - part_Prep = complGen ; - please_Voc = ss ["s'il vous plat"] ; - possess_Prep = complGen ; - quite_Adv = ss "assez" ; - she_Pron = - mkPronoun - "elle" elisLa "lui" "elle" "son" (elisPoss "s") "ses" - Fem Sg P3 ; - - so_AdA = ss "si" ; - somebody_NP = pn2np (mkPN ["quelqu'un"] Masc) ; - somePl_Det = {s = \\_,c => prepCase c ++ "quelques" ; n = Pl} ; - someSg_Det = {s = \\_,c => prepCase c ++ elision "quelqu" ; n = Sg} ; - something_NP = pn2np (mkPN ["quelque chose"] Masc) ; - somewhere_Adv = ss ["quelque part"] ; --- ne - pas - that_Quant = {s = - table { - Sg => \\g,c => prepCase c ++ genForms "ce" "cette" ! g ; ---- cet ; l - Pl => \\_,_ => "ces" - } - } ; ----b that_NP = makeNP ["cela"] Masc Sg ; - there7from_Adv = ss ["de l"] ; - there7to_Adv = ss "l" ; --- y - there_Adv = ss "l" ; - therefore_PConj = ss "donc" ; ----b these_NP = makeNP ["ceux-ci"] Masc Pl ; - they_Pron = mkPronoun - "ils" "les" "leur" "eux" "leur" "leur" "leurs" - Masc Pl P3 ; - this_Quant = {s = - table { - Sg => \\g,c => - prepCase c ++ - genForms (pre {"ce" ; "cet" / voyelle}) "cette" ! g ; --- ci - Pl => \\_,_ => "ces" - } - } ; ----b this_NP = pn2np (mkPN ["ceci"] Masc) ; ----b those_NP = makeNP ["ceux-l"] Masc Pl ; - through_Prep = mkPreposition "par" ; - too_AdA = ss "trop" ; - to_Prep = complDat ; - under_Prep = mkPreposition "sous" ; - very_AdA = ss "trs" ; - want_VV = mkVV (vouloir_V2 ** {lock_V = <>}) ; - we_Pron = - mkPronoun "nous" "nous" "nous" "nous" "notre" "notre" "nos" - Masc Pl P1 ; - whatSg_IP = - {s = \\c => prepCase c ++ "quoi" ; a = a} - where {a = aagr Masc Sg} ; - whatPl_IP = - {s = \\c => prepCase c ++ "quoi" ; a = a} - where {a = aagr Masc Pl} ; - when_IAdv = ss "quand" ; - when_Subj = ss "quand" ** {m = Indic} ; - where_IAdv = ss "o" ; - which_IQuant = { - s = \\n,g,c => - prepCase c ++ aagrForms "quel" "quelle" "quels" "quelles" ! aagr g n - } ; ----b whichSg_IDet = {s = \\g,c => prepCase c ++ genForms "quel" "quelle" ! g ; n = Sg} ; ----b whichPl_IDet = {s = \\g,c => prepCase c ++ genForms "quels" "quelles" ! g; n = Pl} ; - whoPl_IP = {s = \\c => prepCase c ++ "qui" ; a = aagr Masc Pl} ; - whoSg_IP = {s = \\c => prepCase c ++ "qui" ; a = aagr Masc Sg} ; - why_IAdv = ss "pourquoi" ; - without_Prep = mkPreposition "sans" ; - with_Prep = mkPreposition "avec" ; - yes_Utt = ss "oui" ; --- si ----b yes_Phr = ss "oui" ; --- si - youSg_Pron = mkPronoun - "tu" (elision "t") (elision "t") "toi" "ton" (elisPoss "t") "tes" - Masc Sg P2 ; - youPl_Pron, youPol_Pron = - mkPronoun - "vous" "vous" "vous" "vous" "votre" "votre" "vos" - Masc Pl P2 ; - -} - diff --git a/old-lib/resource/french/VerbFre.gf b/old-lib/resource/french/VerbFre.gf deleted file mode 100644 index 9630ec92d..000000000 --- a/old-lib/resource/french/VerbFre.gf +++ /dev/null @@ -1,4 +0,0 @@ ---# -path=.:romance:abstract:../common:prelude - -concrete VerbFre of Verb = CatFre ** VerbRomance with - (ResRomance = ResFre) ; diff --git a/old-lib/resource/german/AdjectiveGer.gf b/old-lib/resource/german/AdjectiveGer.gf deleted file mode 100644 index 6f174bb1e..000000000 --- a/old-lib/resource/german/AdjectiveGer.gf +++ /dev/null @@ -1,40 +0,0 @@ -concrete AdjectiveGer of Adjective = CatGer ** open ResGer, Prelude in { - - flags optimize=all_subs ; - - lin - - PositA a = { - s = a.s ! Posit ; - isPre = True - } ; - ComparA a np = { - s = \\af => a.s ! Compar ! af ++ conjThan ++ np.s ! Nom ; - isPre = True - } ; - --- $SuperlA$ belongs to determiner syntax in $Noun$. - - ComplA2 a np = { - s = \\af => a.s ! Posit ! af ++ appPrep a.c2 np.s ; - isPre = True - } ; - - ReflA2 a = { - s = \\af => a.s ! Posit ! APred ++ appPrep a.c2 (reflPron ! agrP3 Sg) ; --- agr - isPre = True - } ; - - SentAP ap sc = { - s = \\a => ap.s ! a ++ sc.s ; - isPre = False - } ; - - AdAP ada ap = { - s = \\a => ada.s ++ ap.s ! a ; - isPre = ap.isPre - } ; - - UseA2 a = a ; - -} diff --git a/old-lib/resource/german/AdverbGer.gf b/old-lib/resource/german/AdverbGer.gf deleted file mode 100644 index 4bac57a98..000000000 --- a/old-lib/resource/german/AdverbGer.gf +++ /dev/null @@ -1,23 +0,0 @@ -concrete AdverbGer of Adverb = CatGer ** open ResGer, Prelude in { - - lin - PositAdvAdj a = {s = a.s ! Posit ! APred} ; - - ComparAdvAdj cadv a np = { - s = cadv.s ++ a.s ! Posit ! APred ++ conjThan ++ np.s ! Nom - } ; - ComparAdvAdjS cadv a s = { - s = cadv.s ++ a.s ! Posit ! APred ++ conjThan ++ s.s ! Sub - } ; - - PrepNP prep np = {s = appPrep prep np.s} ; - - AdAdv = cc2 ; - - SubjS subj s = {s = subj.s ++ s.s ! Sub} ; - - AdnCAdv cadv = {s = cadv.s ++ conjThan} ; - -} - ----b AdvSC s = s ; diff --git a/old-lib/resource/german/AllGer.gf b/old-lib/resource/german/AllGer.gf deleted file mode 100644 index 7795174e4..000000000 --- a/old-lib/resource/german/AllGer.gf +++ /dev/null @@ -1,7 +0,0 @@ ---# -path=.:../abstract:../common:prelude - -concrete AllGer of AllGerAbs = - LangGer, - IrregGer, - ExtraGer - ** {} ; diff --git a/old-lib/resource/german/AllGerAbs.gf b/old-lib/resource/german/AllGerAbs.gf deleted file mode 100644 index 85ef801a4..000000000 --- a/old-lib/resource/german/AllGerAbs.gf +++ /dev/null @@ -1,7 +0,0 @@ ---# -path=.:../abstract:../common:prelude - -abstract AllGerAbs = - Lang, - IrregGerAbs, - ExtraGerAbs - ** {} ; diff --git a/old-lib/resource/german/CatGer.gf b/old-lib/resource/german/CatGer.gf deleted file mode 100644 index 02e7db861..000000000 --- a/old-lib/resource/german/CatGer.gf +++ /dev/null @@ -1,98 +0,0 @@ -concrete CatGer of Cat = - CommonX - [Tense,TPres,TPast,TFut,TCond] ** - open ResGer, Prelude in { - - flags optimize=all_subs ; - - lincat - --- Tensed/Untensed - - S = {s : Order => Str} ; - QS = {s : QForm => Str} ; - RS = {s : GenNum => Str ; c : Case} ; - SSlash = {s : Order => Str} ** {c2 : Preposition} ; - --- Sentence - - Cl = {s : Mood => ResGer.Tense => Anteriority => Polarity => Order => Str} ; - ClSlash = { - s : Mood => ResGer.Tense => Anteriority => Polarity => Order => Str ; - c2 : Preposition - } ; - Imp = {s : Polarity => ImpForm => Str} ; - --- Question - - QCl = {s : Mood => ResGer.Tense => Anteriority => Polarity => QForm => Str} ; - IP = {s : Case => Str ; n : Number} ; - IComp = {s : Agr => Str} ; - IDet = {s : Gender => Case => Str ; n : Number} ; - IQuant = {s : Number => Gender => Case => Str} ; - --- Relative - - RCl = {s : Mood => ResGer.Tense => Anteriority => Polarity => GenNum => Str ; c : Case} ; - RP = {s : GenNum => Case => Str ; a : RAgr} ; - --- Verb - - VP = ResGer.VP ; - VPSlash = ResGer.VP ** {c2 : Preposition} ; - Comp = {s : Agr => Str} ; - --- Adjective - - AP = {s : AForm => Str ; isPre : Bool} ; - --- Noun - - CN = {s : Adjf => Number => Case => Str ; g : Gender} ; - NP = {s : Case => Str ; a : Agr} ; - Pron = {s : NPForm => Str ; a : Agr} ; - Det = {s : Gender => Case => Str ; n : Number ; a : Adjf} ; ---- QuantSg, QuantPl = {s : Gender => Case => Str ; a : Adjf} ; DEPREC - Quant = {s : Number => Gender => Case => Str ; a : Adjf} ; - Art = {s : Bool => Number => Gender => Case => Str ; a : Adjf} ; - Predet = {s : Number => Gender => Case => Str} ; - Num = {s : Gender => Case => Str ; n : Number ; isNum : Bool} ; - Card = {s : Gender => Case => Str ; n : Number} ; - Ord = {s : AForm => Str} ; - --- Numeral - - Numeral = {s : CardOrd => Str ; n : Number } ; - Digits = {s : CardOrd => Str ; n : Number } ; - --- Structural - - Conj = {s1,s2 : Str ; n : Number} ; - Subj = {s : Str} ; - Prep = {s : Str ; c : Case} ; - --- Open lexical classes, e.g. Lexicon - - V, VS, VQ, VA = ResGer.Verb ; -- = {s : VForm => Str} ; - VV = Verb ** {isAux : Bool} ; - V2, V2A, V2S, V2Q = Verb ** {c2 : Preposition} ; - V2V = Verb ** {c2 : Preposition ; isAux : Bool} ; - V3 = Verb ** {c2, c3 : Preposition} ; - - A = {s : Degree => AForm => Str} ; - A2 = {s : Degree => AForm => Str ; c2 : Preposition} ; - - N = {s : Number => Case => Str ; g : Gender} ; - N2 = {s : Number => Case => Str ; g : Gender} ** {c2 : Preposition} ; - N3 = {s : Number => Case => Str ; g : Gender} ** {c2,c3 : Preposition} ; - PN = {s : Case => Str} ; - --- tense with possibility to choose conjunctive forms - - Tense = {s : Str ; t : ResGer.Tense ; m : Mood} ; - - lin - TPres = {s = [] ; t = Pres ; m = MIndic} ; - TPast = {s = [] ; t = Past ; m = MIndic} ; --# notpresent - TFut = {s = [] ; t = Fut ; m = MIndic} ; --# notpresent - TCond = {s = [] ; t = Cond ; m = MIndic} ; --# notpresent -} diff --git a/old-lib/resource/german/ConjunctionGer.gf b/old-lib/resource/german/ConjunctionGer.gf deleted file mode 100644 index d46a32839..000000000 --- a/old-lib/resource/german/ConjunctionGer.gf +++ /dev/null @@ -1,59 +0,0 @@ -concrete ConjunctionGer of Conjunction = - CatGer ** open ResGer, Coordination, Prelude in { - - flags optimize=all_subs ; - - lin - - ConjS conj ss = conjunctDistrTable Order conj ss ; - - ConjAdv conj ss = conjunctDistrSS conj ss ; - - ConjNP conj ss = conjunctDistrTable Case conj ss ** { - a = {g = Fem ; n = conjNumber conj.n ss.a.n ; p = ss.a.p} - } ; - - ConjAP conj ss = conjunctDistrTable AForm conj ss ** { - isPre = ss.isPre - } ; - -{- ---b - ConjS conj ss = conjunctTable Order conj ss ; - DConjS conj ss = conjunctDistrTable Order conj ss ; - - ConjAdv conj ss = conjunctSS conj ss ; - DConjAdv conj ss = conjunctDistrSS conj ss ; - - ConjNP conj ss = conjunctTable Case conj ss ** { - a = {g = Fem ; n = conjNumber conj.n ss.a.n ; p = ss.a.p} - } ; - DConjNP conj ss = conjunctDistrTable Case conj ss ** { - a = {g = Fem ; n = conjNumber conj.n ss.a.n ; p = ss.a.p} - } ; - - ConjAP conj ss = conjunctTable AForm conj ss ** { - isPre = ss.isPre - } ; - DConjAP conj ss = conjunctDistrTable AForm conj ss ** { - isPre = ss.isPre - } ; --} - --- These fun's are generated from the list cat's. - - BaseS = twoTable Order ; - ConsS = consrTable Order comma ; - BaseAdv = twoSS ; - ConsAdv = consrSS comma ; - BaseNP x y = twoTable Case x y ** {a = conjAgr x.a y.a} ; - ConsNP xs x = consrTable Case comma xs x ** {a = conjAgr xs.a x.a} ; - BaseAP x y = twoTable AForm x y ** {isPre = andB x.isPre y.isPre} ; - ConsAP xs x = consrTable AForm comma xs x ** {isPre = andB xs.isPre x.isPre} ; - - lincat - [S] = {s1,s2 : Order => Str} ; - [Adv] = {s1,s2 : Str} ; - [NP] = {s1,s2 : Case => Str ; a : Agr} ; - [AP] = {s1,s2 : AForm => Str ; isPre : Bool} ; - -} diff --git a/old-lib/resource/german/ExtGer.gf b/old-lib/resource/german/ExtGer.gf deleted file mode 100644 index b87b483e6..000000000 --- a/old-lib/resource/german/ExtGer.gf +++ /dev/null @@ -1,26 +0,0 @@ ---concrete ExtGer of ExtGerAbs = CatGer ** open ResGer in { --- --- lincat --- --- Aux = {s : Polarity => Str} ; --- --- lin --- --- PredAux np aux vp = mkClause (np.s ! Nom) np.a { --- s = \\t,ant,b,ord,agr => --- let --- fin = aux.s ! b ; --- vf : Str -> Str -> {fin, inf : Str} = \x,y -> --- {fin = x ; inf = y} ; --- in --- case ant of { --- Simul => vf fin [] ; --- Anter => vf fin "have" --- } ; --- s2 = \\agr => infVP vp agr --- } ; --- --- can_Aux = {s = \\p => posneg p "can"} ; ---- cannt --- must_Aux = {s = \\p => posneg p "must"} ; --- ---} diff --git a/old-lib/resource/german/ExtraGer.gf b/old-lib/resource/german/ExtraGer.gf deleted file mode 100644 index 518fe1713..000000000 --- a/old-lib/resource/german/ExtraGer.gf +++ /dev/null @@ -1,34 +0,0 @@ -concrete ExtraGer of ExtraGerAbs = CatGer ** - open ResGer, Coordination, Prelude, IrregGer in { - - lincat - VPI = {s : Bool => Str} ; - [VPI] = {s1,s2 : Bool => Str} ; - lin - BaseVPI = twoTable Bool ; - ConsVPI = consrTable Bool comma ; - - MkVPI vp = {s = \\b => useInfVP b vp} ; - ConjVPI = conjunctDistrTable Bool ; - - ComplVPIVV v vpi = - insertInf (vpi.s ! v.isAux) ( - predVGen v.isAux v) ; ---- -{- - insertExtrapos vpi.p3 ( - insertInf vpi.p2 ( - insertObj vpi.p1 ( - predVGen v.isAux v))) ; --} - - PPzuAdv cn = {s = case cn.g of { - Masc | Neutr => "zum" ; - Fem => "zur" - } ++ cn.s ! adjfCase Weak Dat ! Sg ! Dat - } ; - - TImpfSubj = {s = [] ; t = Past ; m = MConjunct} ; --# notpresent - - moegen_VV = auxVV mgen_V ; - -} diff --git a/old-lib/resource/german/ExtraGerAbs.gf b/old-lib/resource/german/ExtraGerAbs.gf deleted file mode 100644 index 886b666c3..000000000 --- a/old-lib/resource/german/ExtraGerAbs.gf +++ /dev/null @@ -1,11 +0,0 @@ -abstract ExtraGerAbs = Extra [ - VPI,ListVPI,BaseVPI,ConsVPI,MkVPI,ComplVPIVV,ConjVPI, - VV,VP,Conj] ** { - - fun - PPzuAdv : CN -> Adv ; -- zum Lied, zur Flasche - TImpfSubj : Tense ; -- ich möchte... --# notpresent - - moegen_VV : VV ; -- ich mag/möchte singen - -} diff --git a/old-lib/resource/german/GrammarGer.gf b/old-lib/resource/german/GrammarGer.gf deleted file mode 100644 index 7f43b7b11..000000000 --- a/old-lib/resource/german/GrammarGer.gf +++ /dev/null @@ -1,21 +0,0 @@ ---# -path=.:../abstract:../common:prelude - -concrete GrammarGer of Grammar = - NounGer, - VerbGer, - AdjectiveGer, - AdverbGer, - NumeralGer, - SentenceGer, - QuestionGer, - RelativeGer, - ConjunctionGer, - PhraseGer, - TextX - [Tense,TPres,TPast,TFut,TCond], - IdiomGer, - StructuralGer - ** { - -flags startcat = Phr ; unlexer = text ; lexer = text ; - -} ; diff --git a/old-lib/resource/german/IdiomGer.gf b/old-lib/resource/german/IdiomGer.gf deleted file mode 100644 index 4392a38b5..000000000 --- a/old-lib/resource/german/IdiomGer.gf +++ /dev/null @@ -1,46 +0,0 @@ -concrete IdiomGer of Idiom = CatGer ** - open MorphoGer, ParadigmsGer, Prelude in { - - flags optimize=all_subs ; - - lin - ImpersCl vp = mkClause "es" (agrP3 Sg) vp ; - GenericCl vp = mkClause "man" (agrP3 Sg) vp ; - - CleftNP np rs = mkClause "es" (agrP3 Sg) - (insertExtrapos (rs.s ! gennum np.a.g np.a.n) ---- - (insertObj (\\_ => np.s ! rs.c) (predV MorphoGer.sein_V))) ; - - CleftAdv ad s = mkClause "es" (agrP3 Sg) - (insertExtrapos (conjThat ++ s.s ! Sub) - (insertObj (\\_ => ad.s) (predV MorphoGer.sein_V))) ; - - - ExistNP np = - mkClause "es" (agrP3 Sg) - (insertObj (\\_ => appPrep geben.c2 np.s) - (predV geben)) ; - - ExistIP ip = { - s = \\m,t,a,p => - let - cls = - (mkClause "es" (agrP3 Sg) (predV geben)).s ! m ! t ! a ! p ; - who = ip.s ! Acc - in table { - QDir => who ++ cls ! Inv ; - QIndir => who ++ cls ! Sub - } - } ; - - ProgrVP = insertAdv "eben" ; ---- - - ImpPl1 vp = {s = - (mkClause "wir" {g = Fem ; n = Pl ; p = P1} vp).s ! - MConjunct ! Pres ! Simul ! Pos ! Inv - } ; - - oper - geben = dirV2 (mk6V "geben" "gibt" "gib" "gab" "gbe" "gegeben") ; -} - diff --git a/old-lib/resource/german/IrregGer.gf b/old-lib/resource/german/IrregGer.gf deleted file mode 100644 index 35f85aafb..000000000 --- a/old-lib/resource/german/IrregGer.gf +++ /dev/null @@ -1,228 +0,0 @@ ---# -path=.:prelude:../abstract:../common - --- adapted from verb list in --- http://www.iee.et.tu-dresden.de/~wernerr/grammar/verben_dt.html - -concrete IrregGer of IrregGerAbs = CatGer ** open - ParadigmsGer, - (M = MorphoGer) -in { - - flags optimize=values ; - - lin backen_V = irregV "backen" "bckt" (variants {"backt" ; "buk"}) (variants {"backt" ; "buke"}) "gebacken" ; - lin befehlen_V = irregV "befehlen" "befiehlt" "befahl" "befhle" "befhle)" ; - lin beginnen_V = irregV "beginnen" "beginnt" "begann" "begnne" "begnne)" ; - lin beien_V = irregV "beien" "beit" "bi" "bie" "gebissen" ; - lin bergen_V = irregV "bergen" "birgt" "barg" "brge" "geborgen" ; - lin bersten_V = irregV "bersten" "birst" "barst" "brste" "geborsten" ; - lin bewegen_V = irregV "bewegen" "bewegt" "bewog" "bewge" "bewogen" ; - lin biegen_V = irregV "biegen" "biegt" "bog" "bge" "gebogen" ; - lin bieten_V = irregV "bieten" "bietet" "bot" "bte" "geboten" ; - lin binden_V = irregV "binden" "bindt" "band" "bnde" "gebunden" ; - lin bitten_V = irregV "bitten" "bittet" "bat" "bte" "gebeten" ; - lin blasen_V = irregV "blasen" "blst" "blies" "bliese" "geblasen" ; - lin bleiben_V = irregV "bleiben" "bleibt" "blieb" "bliebe" "geblieben" ; - lin braten_V = irregV "braten" "brt" "briet" "briete" "gebraten" ; - lin brechen_V = irregV "brechen" "bricht" "brach" "brche" "gebrochen" ; - lin brennen_V = irregV "brennen" "brennt" "brannte" "brennte" "gebrannt" ; - lin bringen_V = irregV "bringen" "bringt" "brachte" "brachte" "gebracht" ; - lin denken_V = irregV "denken" "denkt" "dachte" "dachte" "gedacht" ; - lin dingen_V = irregV "dingen" "dingt" "dingte" "dang" "gedungen" ; - lin dreschen_V = irregV "dreschen" "drischt" "drosch" "drsche" "gedroschen" ; - lin dringen_V = irregV "dringen" "dringt" "drang" "drnge" "gedrungen" ; - lin drfen_V = M.mkV - "drfen" "darf" "darfst" "darf" "drft" "drf" - "durfte" "durftest" "durften" "durftet" - "drfte" "gedurft" [] - M.VHaben ** {lock_V = <>} ; - lin empfehlen_V = irregV "empfehlen" "empfiehlt" "empfahl" - (variants {"empfhle" ; "empfhle"}) "empfohlen" ; - lin erlschen_V = irregV "erlschen" "erlischt" "erlosch" "erlsche" "erloschen" ; - lin erkennen_V = irregV "erkennen" "erkennt" "erkannte" "erkannte" "erkannt" ; - lin erschrecken_V = irregV "erschrecken" "erschrickt" "erschrak" "erschrke" "erschrocken" ; - lin essen_V = irregV "essen" "it" "a" "e" "gegessen" ; - lin fahren_V = irregV "fahren" "fhrt" "fuhr" "fhre" "gefahren" ; - lin fallen_V = irregV "fallen" "fllt" "fiel" "fiele" "gefallen" ; - lin fangen_V = irregV "fangen" "fngt" "fing" "finge" "gefangen" ; - lin fechten_V = irregV "fechten" "fechtet" "focht" "fchte" "gefochten" ; - lin finden_V = irregV "finden" "findt" "fand" "fnde" "gefunden" ; - lin flechten_V = irregV "flechten" "flicht" "flocht" "flchte" "geflochten" ; - lin fliegen_V = irregV "fliegen" "fliegt" "flog" "flge" "geflogen" ; - lin fliehen_V = irregV "fliehen" "flieht" "floh" "flhe" "geflohen" ; - lin flieen_V = irregV "flieen" "fliet" "flo" "flsse" "geflossen" ; - lin fressen_V = irregV "fressen" "frit" "fra" "fre" "gefressen" ; - lin frieren_V = irregV "frieren" "friert" "fror" "frre" "gefroren" ; - lin gren_V = irregV "gren" "grt" (variants {"gor" ; "grte"}) "gre" "gegoren" ; - lin gebren_V = irregV "gebren" "gebiert" "gebar" "gebre" "geboren" ; - lin geben_V = irregV "geben" "gibt" "gab" "gbe" "gegeben" ; - lin gedeihen_V = irregV "gedeihen" "gedeiht" "gedieh" "gediehe" "gediehen" ; - lin gehen_V = irregV "gehen" "geht" "ging" "ginge" "gegangen" ; - lin gelingen_V = irregV "gelingen" "gelingt" "gelang" "gelange" "gelungen" ; - lin gelten_V = irregV "gelten" "gilt" "galt" (variants {"galte" ; "golte"}) "gegolten" ; - lin genesen_V = irregV "genesen" "genest" "genas" "gense" "genesen" ; - lin genieen_V = irregV "genieen" "geniet" "geno" "gensse" "genossen" ; - lin geschehen_V = irregV "geschehen" "geschieht" "geschah" "geschehen" "geschhe" ; - lin gewinnen_V = irregV "gewinnen" "gewinnt" "gewann" (variants {"gewnne" ; "gewnne"}) "gewonnen" ; - lin gieen_V = irregV "gieen" "giet" "go" "gsse" "gegossen" ; - lin gleichen_V = irregV "gleichen" "gleicht" "glich" "gliche" "geglichen" ; - lin gleiten_V = irregV "gleiten" "gleitet" "glitt" "glitte" "geglitten" ; - lin glimmen_V = irregV "glimmen" "glimmt" "glomm" "glimmte" "glmme" ; - lin graben_V = irregV "graben" "grbt" "grub" "grbe" "gegraben" ; - lin greifen_V = irregV "greifen" "greift" "griff" "griffe" "gegriffen" ; - lin haben_V = irregV "haben" "hat" "hatte" "hatte" "gehabt" ; - lin halten_V = irregV "halten" "hlt" "hielt" "hielte" "gehalten" ; - lin hngen_V = irregV "hngen" "hngt" "hing" "hinge" "gehangen" ; - lin hauen_V = irregV "hauen" "haut" (variants {"haute" ; "hieb"}) (variants {"haute" ; "hiebe"}) "gehauen" ; - lin heben_V = irregV "heben" "hebt" "hob" "hbe" "gehoben" ; - lin heien_V = irregV "heien" "heit" "hie" "hiee" "geheien" ; - lin helfen_V = irregV "helfen" "hilft" "half" "hlfe" "geholfen" ; - lin kennen_V = irregV "kennen" "kennt" "kannte" "kennte" "gekannt" ; - lin klimmen_V = irregV "klimmen" "klimmt" "klomm" "klmme" "geklommen" ; - lin klingen_V = irregV "klingen" "klingt" "klang" "klnge" "geklungen" ; - lin kneifen_V = irregV "kneifen" "kneift" "kniff" "kniffe" "gekniffen" ; - lin kommen_V = irregV "kommen" "kommt" "kam" "kme" "gekommen" ; - lin knnen_V = M.mkV - "knnen" "kann" "kannst" "kann" "knnt" "knn" - "konnte" "konntest" "konnten" "konntet" - "knnte" "gekonnt" [] - M.VHaben ** {lock_V = <>} ; - lin kriechen_V = irregV "kriechen" "kriecht" "kroch" "krche" "gekrochen" ; - lin kren_V = irregV "kren" "krt" "krte" "kor" "gekrt" ; - lin laden_V = irregV "laden" "ldt" "lud" "lde" "geladen" ; - lin lassen_V = irregV "lassen" "lt" "lie" "liee" "gelassen" ; - lin laufen_V = irregV "laufen" "luft" "lief" "liefe" "gelaufen" ; - lin leiden_V = irregV "leiden" "leidt" "litt" "litte" "gelitten" ; - lin leihen_V = irregV "leihen" "leiht" "lieh" "liehe" "geliehen" ; - lin lesen_V = irregV "lesen" "liest" "las" "lse" "gelesen" ; - lin liegen_V = irregV "liegen" "liegt" "lag" "lge" "gelegen" ; - lin lgen_V = irregV "lgen" "lgt" "log" "lge" "gelogen" ; - lin mahlen_V = irregV "mahlen" "mahlt" "mahlte" "mahlte" "gemahlen" ; - lin meiden_V = irregV "meiden" "meidt" "mied" "miede" "gemieden" ; - lin melken_V = irregV "melken" (variants {"melkt" ; "milkt"}) (variants {"melkte" ; "molk"}) "gemolken" "gemelkt" ; - lin messen_V = irregV "messen" "mit" "ma" "me" "gemessen" ; - lin milingen_V = irregV "milingen" "milingt" "milang" "milungen" "milnge" ; - lin mgen_V = M.mkV - "mgen" "mag" "magst" "mag" "mgt" "mg" - "mochte" "mochtest" "mochten" "mochtet" - "mchte" "gemocht" [] - M.VHaben ** {lock_V = <>} ; - lin mssen_V = M.mkV - "mssen" "mu" "mut" "mu" "mt" "m" - "mute" "mutest" "muten" "mutet" - "mte" "gemut" [] - M.VHaben ** {lock_V = <>} ; - lin nehmen_V = mk6V "nehmen" "nimmt" "nimm" "nahm" "nhme" "genommen" ; - lin nennen_V = irregV "nennen" "nennt" "nannte" "nennte" "genannt" ; - lin pfeifen_V = irregV "pfeifen" "pfeift" "pfiff" "pfiffe" "gepfiffen" ; - lin preisen_V = irregV "preisen" "preist" "pries" "priese" "gepriesen" ; - lin quellen_V = irregV "quellen" "quillt" "quoll" "qulle" "gequollen" ; - lin raten_V = irregV "raten" "rt" "riet" "riete" "geraten" ; - lin reiben_V = irregV "reiben" "reibt" "rieb" "riebe" "gerieben" ; - lin reien_V = irregV "reien" "reit" "ri" "rie" "gerissen" ; - lin reiten_V = irregV "reiten" "reitet" "ritt" "ritte" "geritten" ; - lin rennen_V = irregV "rennen" "rennt" "rannte" "rennte" "gerannt" ; - lin riechen_V = irregV "riechen" "riecht" "roch" "rche" "gerochen" ; - lin ringen_V = irregV "ringen" "ringt" "rang" "rnge" "gerungen" ; - lin rinnen_V = irregV "rinnen" "rinnt" "rann" "rnne" "geronnen" ; - lin rufen_V = irregV "rufen" "ruft" "rief" "riefe" "gerufen" ; - lin salzen_V = irregV "salzen" "salzt" "salzte" "salzte" "gesalzen" ; - lin saufen_V = irregV "saufen" "suft" "soff" "sffe" "gesoffen" ; - lin saugen_V = irregV "saugen" "saugt" (variants {"saugte" ; "sog"}) (variants {"saugte" ; "soge"}) (variants {"gesaugt" ; "gesogen"}) ; - lin schaffen_V = irregV "schaffen" "schafft" "schuf" "schfe" "geschaffen" ; - lin scheiden_V = irregV "scheiden" "scheidt" "schied" "schiede" "geschieden" ; - lin scheinen_V = irregV "scheinen" "scheint" "schien" "schiene" "geschienen" ; - lin scheien_V = irregV "scheien" "scheit" "schi" "schie" "geschissen" ; - lin schelten_V = irregV "schelten" "schilt" "schalt" "schlte" "gescholten" ; - lin scheren_V = irregV "scheren" "schert" "schor" "schre" "geschoren" ; - lin schieben_V = irregV "schieben" "schiebt" "schob" "schbe" "geschoben" ; - lin schieen_V = irregV "schieen" "schiet" "scho" "schsse" "geschossen" ; - lin schinden_V = irregV "schinden" "schindt" "schund" "schunde" "geschunden" ; - lin schlafen_V = irregV "schlafen" "schlft" "schlief" "schliefe" "geschlafen" ; - lin schlagen_V = irregV "schlagen" "schlgt" "schlug" "schlge" "geschlagen" ; - lin schleichen_V = irregV "schleichen" "schleicht" "schlich" "schliche" "geschlichen" ; - lin schleifen_V = irregV "schleifen" "schleift" "schliff" "schliffe" "geschliffen" ; - lin schleien_V = irregV "schleien" "schleit" (variants {"schli" ; "schleite"}) (variants {"schli" ; "schleite"}) (variants {"geschlissen" ; "geschleit"}) ; - lin schlieen_V = irregV "schlieen" "schliet" "schlo" "schlsse" "geschlossen" ; - lin schlingen_V = irregV "schlingen" "schlingt" "schlang" "schlnge" "geschlungen" ; - lin schmeien_V = irregV "schmeien" "schmeit" "schmi" "schmie" "geschmissen" ; - lin schmelzen_V = irregV "schmelzen" "schmilzt" "schmolz" "schmlze" "geschmolzen" ; - lin schneiden_V = irregV "schneiden" "schneidt" "schnitt" "schnitte" "geschnitten" ; - lin schreiben_V = irregV "schreiben" "schreibt" "schrieb" "schriebe" "geschrieben" ; - lin schreien_V = irregV "schreien" "schreit" "schrie" "schrie" "geschrien" ; - lin schreiten_V = irregV "schreiten" "schreitet" "schritt" "schritte" "geschritten" ; - lin schweigen_V = irregV "schweigen" "schweigt" "schwieg" "schwiege" "geschwiegen" ; - lin schwellen_V = irregV "schwellen" "schwillt" "schwoll" "schwlle" "geschwollen" ; - lin schwimmen_V = irregV "schwimmen" "schwimmt" "schwamm" (variants {"schwmme" ; "schwmme"}) "geschwommen" ; - lin schwinden_V = irregV "schwinden" "schwindt" "schwand" "schwnde" "geschwunden" ; - lin schwingen_V = irregV "schwingen" "schwingt" "schwang" "schwnge" "geschwungen" ; - lin schwren_V = irregV "schwren" "schwrt" "schwor" "schwre" "geschworen" ; - lin sehen_V = irregV "sehen" "sieht" "sah" "she" "gesehen" ; - lin sein_V = irregV "sein" "ist" "war" "wre" "gewesen" ; - lin senden_V = irregV "senden" "sendt" (variants {"sandte" ; "sendete"}) (variants {"sandte" ; "sendete"}) (variants {"gesandt" ; "gesendet"}) ; - lin sieden_V = irregV "sieden" "siedt" (variants {"siedete" ; "sott"}) (variants {"siedete" ; "sotte"}) (variants {"gesotten" ; "gesiedet"}) ; - lin singen_V = irregV "singen" "singt" "sang" "snge" "gesungen" ; - lin sinken_V = irregV "sinken" "sinkt" "sank" "snke" "gesunken" ; - lin sinnen_V = irregV "sinnen" "sinnt" "sann" "snne" "gesonnen" ; - lin sitzen_V = irregV "sitzen" "sitzt" "sa" "se" "gesessen" ; - lin sollen_V = M.mkV - "sollen" "soll" "sollst" "soll" "sollt" "soll" - "sollte" "solltest" "sollten" "solltet" - "sollte" "gesollt" [] - M.VHaben ** {lock_V = <>} ; - - lin speien_V = irregV "speien" "speit" "spie" "spie" "gespien" ; - lin spinnen_V = irregV "spinnen" "spinnt" "spann" (variants {"spnne" ; "spnne"}) "gesponnen" ; - lin spleien_V = irregV "spleien" "spleit" "spli" "splie" "gesplissen" ; - lin sprechen_V = irregV "sprechen" "spricht" "sprach" "sprche" "gesprochen" ; - lin sprieen_V = irregV "sprieen" "spriet" "spro" "sprsse" "gesprossen" ; - lin springen_V = irregV "springen" "springt" "sprang" "sprnge" "gesprungen" ; - lin stechen_V = irregV "stechen" "sticht" "stach" "stche" "gestochen" ; - lin stehen_V = irregV "stehen" "steht" "stand" (variants {"stnde" ; "stnde"}) "gestanden" ; - lin stehlen_V = irregV "stehlen" "stiehlt" "stahl" "sthle" "gestohlen" ; - lin steigen_V = irregV "steigen" "steigt" "stieg" "stiege" "gestiegen" ; - lin sterben_V = irregV "sterben" "stirbt" "starb" "strbe" "gestorben" ; - lin stieben_V = irregV "stieben" "stiebt" "stob" "stbe" "gestoben" ; - lin stinken_V = irregV "stinken" "stinkt" "stank" "stnke" "gestunken" ; - lin stoen_V = irregV "stoen" "stt" "stie" "stiee" "gestoen" ; - lin streichen_V = irregV "streichen" "streicht" "strich" "striche" "gestrichen" ; - lin streiten_V = irregV "streiten" "streitet" "stritt" "stritte" "gestritten" ; - lin tragen_V = irregV "tragen" "trgt" "trug" "trge" "getragen" ; - lin treffen_V = irregV "treffen" "trifft" "traf" "trfe" "getroffen" ; - lin treiben_V = irregV "treiben" "treibt" "trieb" "triebe" "getrieben" ; - lin treten_V = irregV "treten" "tritt" "trat" "trte" "getreten" ; - lin trinken_V = irregV "trinken" "trinkt" "trank" "trnke" "getrunken" ; - lin trgen_V = irregV "trgen" "trgt" "trog" "trge" "getrogen" ; - lin tun_V = irregV "tun" "tut" "tat" "tte" "getan" ; - lin verderben_V = irregV "verderben" "verdirbt" "verdarb" "verdarbe" "verdorben" ; - lin verlieren_V = irregV "verlieren" "verliert" "verlor" "verlre" "verloren" ; - lin wachsen_V = irregV "wachsen" "wchst" "wuchs" "wchse" "gewachsen" ; - lin wgen_V = irregV "wgen" "wgt" "wog" "woge" "gewogen" ; - lin waschen_V = irregV "waschen" "wscht" "wusch" "wsche" "gewaschen" ; - lin weben_V = irregV "weben" "webt" (variants {"wob" ; "webte"}) "wbe" (variants {"gewoben" ; "gewebt"}) ; - lin weichen_V = irregV "weichen" "weicht" "wich" "wiche" "gewichen" ; - lin weisen_V = irregV "weisen" "weist" "wies" "wiese" "gewiesen" ; - lin wenden_V = irregV "wenden" "wendt" (variants {"wandte" ; "wendete"}) (variants {"wandte" ; "wendete"}) (variants {"gewandt" ; "gewendet"}) ; - lin werben_V = irregV "werben" "wirbt" "warb" "wrbe" "geworben" ; - lin werden_V = M.mkV - "werden" "werde" "wirst" "wird" "werdet" "werd" - "wurde" "wurdest" "wurden" "wurdet" - "wrde" "geworden" [] - M.VHaben ** {lock_V = <>} ; - lin werfen_V = irregV "werfen" "wirft" "warf" "wrfe" "geworfen" ; - lin wiegen_V = irregV "wiegen" "wiegt" "wog" "wge" "gewogen" ; - lin winden_V = irregV "winden" "windt" "wand" "wnde" "gewunden" ; - lin wissen_V = irregV "wissen" "wei" "wute" "wte" "gewut" ; - lin wollen_V = M.mkV - "wollen" "will" "willst" "will" "wollt" "woll" - "wollte" "wolltest" "wollten" "wolltet" - "wollte" "gewollt" [] - M.VHaben ** {lock_V = <>} ; - - - lin wringen_V = irregV "wringen" "wringt" "wrang" "wrnge" "gewrungen" ; - lin zeihen_V = irregV "zeihen" "zeiht" "zieh" "ziehe" "geziehen" ; - lin ziehen_V = irregV "ziehen" "zieht" "zog" "zge" "gezogen" ; - lin zwingen_V = irregV "zwingen" "zwingt" "zwang" "zwnge" "gezwungen" ; - -} diff --git a/old-lib/resource/german/IrregGerAbs.gf b/old-lib/resource/german/IrregGerAbs.gf deleted file mode 100644 index 0d68f94ed..000000000 --- a/old-lib/resource/german/IrregGerAbs.gf +++ /dev/null @@ -1,185 +0,0 @@ -abstract IrregGerAbs = Cat ** { - - fun backen_V : V ; - fun befehlen_V : V ; - fun beginnen_V : V ; - fun beien_V : V ; - fun bergen_V : V ; - fun bersten_V : V ; - fun bewegen_V : V ; - fun biegen_V : V ; - fun bieten_V : V ; - fun binden_V : V ; - fun bitten_V : V ; - fun blasen_V : V ; - fun bleiben_V : V ; - fun braten_V : V ; - fun brechen_V : V ; - fun brennen_V : V ; - fun bringen_V : V ; - fun denken_V : V ; - fun dingen_V : V ; - fun dreschen_V : V ; - fun dringen_V : V ; - fun drfen_V : V ; - fun empfehlen_V : V ; - fun erlschen_V : V ; - fun erkennen_V : V ; - fun erschrecken_V : V ; - fun essen_V : V ; - fun fahren_V : V ; - fun fallen_V : V ; - fun fangen_V : V ; - fun fechten_V : V ; - fun finden_V : V ; - fun flechten_V : V ; - fun fliegen_V : V ; - fun fliehen_V : V ; - fun flieen_V : V ; - fun fressen_V : V ; - fun frieren_V : V ; - fun gren_V : V ; - fun gebren_V : V ; - fun geben_V : V ; - fun gedeihen_V : V ; - fun gehen_V : V ; - fun gelingen_V : V ; - fun gelten_V : V ; - fun genesen_V : V ; - fun genieen_V : V ; - fun geschehen_V : V ; - fun gewinnen_V : V ; - fun gieen_V : V ; - fun gleichen_V : V ; - fun gleiten_V : V ; - fun glimmen_V : V ; - fun graben_V : V ; - fun greifen_V : V ; - fun haben_V : V ; - fun halten_V : V ; - fun hngen_V : V ; - fun hauen_V : V ; - fun heben_V : V ; - fun heien_V : V ; - fun helfen_V : V ; - fun kennen_V : V ; - fun klimmen_V : V ; - fun klingen_V : V ; - fun kneifen_V : V ; - fun kommen_V : V ; - fun knnen_V : V ; - fun kriechen_V : V ; - fun kren_V : V ; - fun laden_V : V ; - fun lassen_V : V ; - fun laufen_V : V ; - fun leiden_V : V ; - fun leihen_V : V ; - fun lesen_V : V ; - fun liegen_V : V ; - fun lgen_V : V ; - fun mahlen_V : V ; - fun meiden_V : V ; - fun melken_V : V ; - fun messen_V : V ; - fun milingen_V : V ; - fun mgen_V : V ; - fun mssen_V : V ; - fun nehmen_V : V ; - fun nennen_V : V ; - fun pfeifen_V : V ; - fun preisen_V : V ; - fun quellen_V : V ; - fun raten_V : V ; - fun reiben_V : V ; - fun reien_V : V ; - fun reiten_V : V ; - fun rennen_V : V ; - fun riechen_V : V ; - fun ringen_V : V ; - fun rinnen_V : V ; - fun rufen_V : V ; - fun salzen_V : V ; - fun saufen_V : V ; - fun saugen_V : V ; - fun schaffen_V : V ; - fun scheiden_V : V ; - fun scheinen_V : V ; - fun scheien_V : V ; - fun schelten_V : V ; - fun scheren_V : V ; - fun schieben_V : V ; - fun schieen_V : V ; - fun schinden_V : V ; - fun schlafen_V : V ; - fun schlagen_V : V ; - fun schleichen_V : V ; - fun schleifen_V : V ; - fun schleien_V : V ; - fun schlieen_V : V ; - fun schlingen_V : V ; - fun schmeien_V : V ; - fun schmelzen_V : V ; - fun schneiden_V : V ; - fun schreiben_V : V ; - fun schreien_V : V ; - fun schreiten_V : V ; - fun schweigen_V : V ; - fun schwellen_V : V ; - fun schwimmen_V : V ; - fun schwinden_V : V ; - fun schwingen_V : V ; - fun schwren_V : V ; - fun sehen_V : V ; - fun sein_V : V ; - fun senden_V : V ; - fun sieden_V : V ; - fun singen_V : V ; - fun sinken_V : V ; - fun sinnen_V : V ; - fun sitzen_V : V ; - fun sollen_V : V ; - fun speien_V : V ; - fun spinnen_V : V ; - fun spleien_V : V ; - fun sprechen_V : V ; - fun sprieen_V : V ; - fun springen_V : V ; - fun stechen_V : V ; - fun stehen_V : V ; - fun stehlen_V : V ; - fun steigen_V : V ; - fun sterben_V : V ; - fun stieben_V : V ; - fun stinken_V : V ; - fun stoen_V : V ; - fun streichen_V : V ; - fun streiten_V : V ; - fun tragen_V : V ; - fun treffen_V : V ; - fun treiben_V : V ; - fun treten_V : V ; - fun trinken_V : V ; - fun trgen_V : V ; - fun tun_V : V ; - fun verderben_V : V ; - fun verlieren_V : V ; - fun wachsen_V : V ; - fun wgen_V : V ; - fun waschen_V : V ; - fun weben_V : V ; - fun weichen_V : V ; - fun weisen_V : V ; - fun wenden_V : V ; - fun werben_V : V ; - fun werden_V : V ; - fun werfen_V : V ; - fun wiegen_V : V ; - fun winden_V : V ; - fun wissen_V : V ; - fun wollen_V : V ; - fun wringen_V : V ; - fun zeihen_V : V ; - fun ziehen_V : V ; - fun zwingen_V : V ; -} diff --git a/old-lib/resource/german/LangGer.gf b/old-lib/resource/german/LangGer.gf deleted file mode 100644 index 159baf51e..000000000 --- a/old-lib/resource/german/LangGer.gf +++ /dev/null @@ -1,10 +0,0 @@ ---# -path=.:../abstract:../common:prelude - -concrete LangGer of Lang = - GrammarGer, - LexiconGer - ** { - -flags startcat = Phr ; unlexer = text ; lexer = text ; -erasing = on ; -} ; diff --git a/old-lib/resource/german/LexiconGer.gf b/old-lib/resource/german/LexiconGer.gf deleted file mode 100644 index f3aebb889..000000000 --- a/old-lib/resource/german/LexiconGer.gf +++ /dev/null @@ -1,366 +0,0 @@ ---# -path=.:../common:../abstract:../../prelude - --- work by Aarne Ranta, Andreas Priesnitz, and Henning Thielemann. - -concrete LexiconGer of Lexicon = CatGer ** - open Prelude, ParadigmsGer, (Mo = MorphoGer), IrregGer in { - -flags - optimize=all_subs ; - -lin - add_V3 = dirV3 (prefixV "hinzu" (regV "fgen")) zu_Prep ; - airplane_N = regN "Flugzeug" ; - already_Adv = mkAdv "schon" ; - answer_V2S = mkV2S (regV "antworten") datPrep ; - apartment_N = regN "Wohnung" ; - apple_N = reg2N "Apfel" "pfel" masculine ; - art_N = reg2N "Kunst" "Knste" feminine ; - ask_V2Q = mkV2Q (regV "fragen") accPrep ; - baby_N = reg2N "Baby" "Babies" neuter ; ---- - bad_A = regA "schlecht" ; - bank_N = reg2N "Bank" "Banken" feminine ; - beautiful_A = regA "schn" ; - become_VA = mkVA IrregGer.werden_V ; - beer_N = reg2N "Bier" "Biere" neuter ; - beg_V2V = mkV2V (mk6V "bitten" "bittet" "bitte" "bat" "bte" "gebeten") accPrep ; - big_A = mk3A "gro" "grer" "grte" ; - bike_N = reg2N "Fahrrad" "Fahrrder" neuter ; - bird_N = reg2N "Vogel" "Vgel" masculine ; - black_A = regA "schwarz" ; - blue_A = regA "blau"; - boat_N = reg2N "Boot" "Boote" neuter ; - book_N = reg2N "Buch" "Bcher" neuter ; - boot_N = reg2N "Stiefel" "Stiefel" masculine ; - boss_N = reg2N "Chef" "Chefs" masculine ; ---- - boy_N = reg2N "Junge" "Jungen" masculine ; - bread_N = reg2N "Brot" "Brote" neuter ; - break_V2 = dirV2 - (irregV "zerschlagen" "zerschlgt" "zerschlug" "zerschlge" "zerschlagen") ; - broad_A = regA "breit" ; - brother_N2 = mkN2 (reg2N "Bruder" "Brder" masculine) von_Prep ; - brown_A = regA "braun" ; - butter_N = reg2N "Butter" "Butter" feminine ; ---- infl - buy_V2 = dirV2 (regV "kaufen") ; - camera_N = reg2N "Kamera" "Kameras" feminine ; - cap_N = regN "Mtze" ; - car_N = regN "Wagen" ; - carpet_N = regN "Teppich" ; - cat_N = regN "Katze" ; - ceiling_N = reg2N "Dach" "Dcher" neuter ; - chair_N = reg2N "Stuhl" "Sthle" masculine ; - cheese_N = regN "Kse" ; - child_N = reg2N "Kind" "Kinder" neuter ; - church_N = regN "Kirche" ; - city_N = reg2N "Stadt" "Stdte" feminine ; - clean_A = regA "rein" ; - clever_A = mk3A "klug" "klger" "klgste" ; - close_V2 = dirV2 (irregV "schlieen" "schliet" "schlo" "schlsse" "geschlossen") ; - coat_N = regN "Jacke" ; - cold_A = regA "kalt" ; - come_V = seinV (mk6V "kommen" "kommt" "komm" "kam" "kme" "gekommen") ; - computer_N = reg2N "Rechner" "Rechner" masculine ; - country_N = reg2N "Land" "Lnder" neuter ; - cousin_N = reg2N "Vetter" "Vetter" masculine ; --- Kusine - cow_N = reg2N "Kuh" "Khe" feminine ; - die_V = seinV (irregV "sterben" "stirbt" "starb" "strbe" "gestorben") ; - distance_N3 = mkN3 (regN "Entfernung") von_Prep zu_Prep ; - dirty_A = regA "schmutzig" ; - do_V2 = dirV2 (irregV "tun" "tut" "tat" "tte" "getan") ; - doctor_N = reg2N "Arzt" "rzte" masculine ; - dog_N = regN "Hund" ; - door_N = reg2N "Tr" "Tren" feminine ; - drink_V2 = dirV2 (irregV "trinken" "trinkt" "trank" "trnke" "getrunken") ; - easy_A2V = mkA2V (regA "leicht") (mkPrep "fr" accusative) ; - eat_V2 = dirV2 (irregV "essen" "it" "a" "e" "gegessen") ; - empty_A = regA "leer" ; ---- check infl - enemy_N = regN "Feind" ; - factory_N = regN "Fabrik" ; - father_N2 = mkN2 (reg2N "Vater" "Vter" masculine) von_Prep ; - fear_VS = mkVS (regV "frchten") ; - find_V2 = dirV2 (irregV "finden" "findet" "fand" "fnde" "gefunden") ; - fish_N = regN "Fisch" ; - floor_N = reg2N "Fuboden" "Fubden" masculine ; - forget_V2 = dirV2 (irregV "vergessen" "vergit" "verga" "verge" "vergessen") ; - fridge_N = reg2N "Khlschrank" "Khlschrnke" masculine ; - friend_N = regN "Freund" ; - fruit_N = reg2N "Frucht" "Frchte" feminine ; - fun_AV = mkAV (regA "toll") ; - garden_N = reg2N "Garten" "Grten" masculine ; - girl_N = reg2N "Mdchen" "Mdchen" neuter ; - glove_N = regN "Handschuh" ; - gold_N = reg2N "Gold" "Golde" neuter ; ---- infl - good_A = mk3A "gut" "besser" "beste" ; - go_V = seinV (irregV "gehen" "geht" "ging" "ginge" "gegangen") ; - green_A = regA "grn" ; - harbour_N = reg2N "Hafen" "Hfen" masculine ; - hate_V2 = dirV2 (regV "hassen") ; - hat_N = reg2N "Hut" "Hte" masculine ; - have_V2 = dirV2 IrregGer.haben_V ; - hear_V2 = dirV2 (regV "hren") ; - hill_N = regN "Hgel" ; - hope_VS = mkVS (regV "hoffen") ; - horse_N = reg2N "Pferd" "Pferde" neuter ; - hot_A = regA "hei" ; - house_N = reg2N "Haus" "Huser" neuter ; - important_A = regA "wichtig" ; - industry_N = regN "Industrie" ; - iron_N = reg2N "Eisen" "Eisen" neuter ; - jump_V = seinV (irregV "springen" "springt" "sprang" "sprnge" "gesprungen") ; - king_N = regN "Knig" ; - know_V2 = dirV2 (irregV "wissen" "wei" "wute" "wte" "gewut") ; ---- infl - lake_N = reg2N "See" "Seen" masculine ; --- infl - lamp_N = regN "Lampe"; - learn_V2 = dirV2 (regV "lernen") ; - leather_N = reg2N "Leder" "Leder" neuter ; - leave_V2 = dirV2 (irregV "verlassen" "verlt" "verlie" "verliee" "verlassen") ; - like_V2 = dirV2 (irregV "mgen" "mag" "mochte" "mchte" "gemocht") ; - listen_V2 = prepV2 (prefixV "zu" (regV "hren")) datPrep ; ---- dat - live_V = regV "leben" ; - long_A = mk3A "lang" "lnger" "lngste" ; - lose_V2 = dirV2 (irregV "verlieren" "verliert" "verlor" "verlre" "verloren") ; - love_N = regN "Liebe" ; - love_V2 = dirV2 (regV "lieben") ; - man_N = reg2N "Mann" "Mnner" masculine ; - married_A2 = mkA2 (regA "verheiratet") (mkPrep "mit" dative) ; - meat_N = reg2N "Fleisch" "Fleische" neuter ; ---- infl - milk_N = reg2N "Milch" "Milche" feminine ; ---- infl - moon_N = regN "Mond" ; - mother_N2 = mkN2 (reg2N "Mutter" "Mtter" feminine) von_Prep ; - mountain_N = regN "Berg" ; - music_N = reg2N "Musik" "Musiken" feminine ; - narrow_A = regA "schmal" ; - new_A = regA "neu" ; - newspaper_N = regN "Zeitung" ; - now_Adv = mkAdv "jetzt" ; - number_N = reg2N "Zahl" "Zahlen" feminine ; - oil_N = reg2N "l" "le" neuter ; - old_A = mk3A "alt" "lter" "lteste" ; - open_V2 = dirV2 (regV "ffnen") ; - paint_V2A = mkV2A (regV "malen") accPrep ; - paper_N = reg2N "Papier" "Papiere" neuter ; - paris_PN = mkPN "Paris" "Paris" ; - peace_N = mk6N "Friede" "Frieden" "Frieden" "Friedens" "Frieden" "Frieden" masculine ; - pen_N = regN "Bleistift" ; ---- - planet_N = reg2N "Planet" "Planeten" masculine ; - plastic_N = reg2N "Plastik" "Plastiken" feminine ; ---- - play_V2 = dirV2 (regV "spielen") ; - policeman_N = reg2N "Polizist" "Polizisten" masculine ; - priest_N = regN "Priester" ; - probable_AS = mkAS (regA "wahrscheinlich") ; - put_V2 = dirV2 (regV "setzen") ; - queen_N = reg2N "Knigin" "Kniginnen" feminine ; - radio_N = reg2N "Radio" "Radios" neuter ; ---- - rain_V0 = mkV0 (regV "regnen") ; - read_V2 = dirV2 (irregV "lesen" "liest" "las" "lse" "gelesen") ; - red_A = regA "rot" ; - religion_N = regN "Religion" ; - restaurant_N = reg2N "Restaurant" "Restaurants" neuter ; - river_N = reg2N "Flu" "Flsse" masculine ; - rock_N = regN "Stein" ; - roof_N = reg2N "Dach" "Dcher" neuter ; - rubber_N = reg2N "Gummi" "Gummis" neuter ; - run_V = seinV (irregV "laufen" "luft" "lief" "liefe" "gelaufen") ; - say_VS = mkVS (regV "sagen") ; - school_N = regN "Schule"; - science_N = reg2N "Wissenschaft" "Wissenschaften" feminine ; - sea_N = reg2N "Meer" "Meere" neuter ; - seek_V2 = dirV2 (regV "suchen") ; - see_V2 = dirV2 (irregV "sehen" "sieht" "sah" "she" "gesehen") ; - sell_V3 = accdatV3 (no_geV (regV "verkaufen")) ; - send_V3 = accdatV3 (regV "schicken") ; - sheep_N = reg2N "Schaf" "Schafe" neuter ; - ship_N = reg2N "Schiff" "Schiffe" neuter ; - shirt_N = reg2N "Hemd" "Hemden" neuter ; ---- infl - shoe_N = regN "Schuh" ; - shop_N = reg2N "Laden" "Lden" masculine ; - short_A = mk3A "kurz" "krzer" "krzeste" ; - silver_N = reg2N "Silber" "Silber" neuter ; ---- infl - sister_N = reg2N "Schwester" "Schwestern" feminine ; - sleep_V = irregV "schlafen" "schlft" "schlief" "schliefe" "geschlafen" ; - small_A = regA "klein" ; - snake_N = regN "Schlange" ; - sock_N = reg2N "Strumpf" "Strmpfe" masculine ; - song_N = reg2N "Lied" "Lieder" neuter ; - speak_V2 = dirV2 (irregV "sprechen" "spricht" "sprach" "sprche" "gesprochen") ; - star_N = regN "Sterne" ; - steel_N = regN "Stahl" ; - stone_N = regN "Stein" ; - stop_V = seinV (irregV "halten" "hlt" "hielt" "hielte" "gehalten") ; - stove_N = regN "Herd" ; - student_N = reg2N "Student" "Studenten" masculine ; - stupid_A = mk3A "dumm" "dmmer" "dmmste" ; ---- - sun_N = regN "Sonne" ; - switch8off_V2 = dirV2 (prefixV "aus" (regV "schalten")) ; - switch8on_V2 = dirV2 (prefixV "ein" (regV "schalten")) ; - table_N = regN "Tisch" ; - talk_V3 = mkV3 (regV "reden") datPrep von_Prep ; - teacher_N = reg2N "Lehrer" "Lehrer" masculine ; - teach_V2 = dirV2 (no_geV (regV "unterrichten")) ; - television_N = reg2N "Fernsehen" "Fernsehen" neuter; - thick_A = regA "dick" ; - thin_A = regA "dnn" ; - train_N = reg2N "Zug" "Zge" masculine ; - travel_V = regV "reisen" ; - tree_N = reg2N "Baum" "Bume" masculine ; - ---- trousers_N = regN "trousers" ; ---- pl t ! - ugly_A = regA "hlich" ; - understand_V2 = - dirV2 (irregV "verstehen" "versteht" "verstand" "verstnde" "verstanden") ; - university_N = reg2N "Universitt" "Universitten" feminine ; - village_N = reg2N "Dorf" "Drfer" neuter ; - wait_V2 = prepV2 (regV "warten") (mkPrep "auf" accusative) ; - walk_V = seinV (irregV "gehen" "geht" "ging" "ginge" "gegangen") ; - warm_A = mk3A "warm" "wrmer" "wrmste" ; - war_N = regN "Krieg" ; - watch_V2 = prepV2 (regV "schauen") (mkPrep "an" accusative) ; - water_N = reg2N "Wasser" "Wasser" neuter ; - white_A = regA "wei" ; - window_N = reg2N "Fenster" "Fenster" neuter ; - wine_N = regN "Wein" ; - win_V2 = dirV2 (irregV "gewinnen" "gewinnt" "gewann" "gewnne" "gewonnen") ; - woman_N = reg2N "Frau" "Frauen" feminine ; - wonder_VQ = mkVQ (reflV (regV "wundern") accusative) ; - wood_N = reg2N "Holz" "Hlzer" neuter ; - write_V2 = dirV2 (irregV "schreiben" "schreibt" "schrieb" "schriebe" "geschrieben") ; - yellow_A = regA "gelb" ; - young_A = mk3A "jung" "jnger" "jngste" ; - left_Ord = Mo.mkOrd (regA "link") ; - right_Ord = Mo.mkOrd (regA "recht") ; - far_Adv = mkAdv "weit" ; - correct_A = regA "richtig" ; - dry_A = regA "trocken" ; - dull_A = regA "stumpf" ; - full_A = regA "voll" ; - heavy_A = regA "schwer" ; - near_A = mk3A "nahe" "nher" "nchste" ; - rotten_A = regA "verdorben" ; - round_A = regA "rund" ; - sharp_A = mk3A "scharf" "schrfer" "schrfste" ; - smooth_A = regA "glatt" ; - straight_A = regA "gerade" ; - wet_A = regA "na" ; - wide_A = regA "breit" ; - animal_N = reg2N "Tier" "Tiere" neuter ; - ashes_N = regN "Asche" ; - back_N = reg2N "Rcken" "Rcken" masculine ; - bark_N = regN "Rinde" ; - belly_N = reg2N "Bauch" "Buche" masculine ; - blood_N = regN "Blut" ; - bone_N = reg2N "Knochen" "Knochen" masculine ; - breast_N = reg2N "Brust" "Brste" feminine ; - cloud_N = regN "Wolke" ; - day_N = regN "Tag" ; - dust_N = reg2N "Staub" "Stube" masculine ; - ear_N = regN "Ohr" ; - earth_N = regN "Erde" ; - egg_N = regN "Ei" ; - eye_N = regN "Auge" ; - fat_N = regN "Fett" ; - feather_N = reg2N "Feder" "Federn" feminine ; - fingernail_N = reg2N "Fingernagel" "Fingerngel" masculine ; - fire_N = regN "Feuer" ; - flower_N = regN "Blume" ; - fog_N = regN "Nebel" ; - foot_N = reg2N "Fu" "Fe" masculine ; - forest_N = reg2N "Wald" "Wlder" masculine ; - grass_N = regN "Gras" ; - guts_N = regN "Eingeweide" ; - hair_N = regN "Haar" ; - hand_N = regN "Hand" ; - head_N = regN "Kopf" ; - heart_N = regN "Herz" ; - horn_N = regN "Horn" ; - husband_N = regN "Ehemann" ; - ice_N = regN "Eis" ; - knee_N = regN "Knie" ; - leaf_N = reg2N "Blatt" "Bltter" neuter ; - leg_N = regN "Bein" ; - liver_N = regN "Leber" ; - louse_N = reg2N "Laus" "Luse" feminine ; - mouth_N = regN "Mund" ; - name_N = regN "Name" ; - neck_N = regN "Nacken" ; - night_N = reg2N "Nacht" "Nchte" feminine ; - nose_N = regN "Nase" ; - person_N = regN "Person" ; - rain_N = regN "Regen" ; - road_N = regN "Strae" ; - root_N = regN "Wurzel" ; - rope_N = regN "Seil" ; - salt_N = regN "Salz" ; - sand_N = regN "Sand" ; - seed_N = regN "Same" ; - skin_N = regN "Haut" ; - sky_N = regN "Himmel" ; - smoke_N = regN "Rauch" ; - snow_N = regN "Schnee" ; - stick_N = regN "Stock" ; - tail_N = regN "Schwanz" ; - tongue_N = regN "Zunge" ; - tooth_N = regN "Zahn" ; - wife_N = regN "Ehefrau" ; - wind_N = regN "Wind" ; - wing_N = reg2N "Flgel" "Flgel" masculine ; - worm_N = regN "Wurm" ; - year_N = regN "Jahr" ; - blow_V = regV "blasen" ; - breathe_V = regV "atmen" ; - burn_V = regV "brennen" ; - dig_V = regV "graben" ; - fall_V = regV "fallen" ; - float_V = regV "treiben" ; - flow_V = regV "flieen" ; - fly_V = regV "fliegen" ; - freeze_V = regV "frieren" ; - give_V3 = accdatV3 (irregV "geben" "gibt" "gab" "gbe" "gegeben") ; - laugh_V = regV "lachen" ; - lie_V = regV "lgen" ; - play_V = regV "spielen" ; - sew_V = regV "nhen" ; - sing_V = regV "singen" ; - sit_V = irregV "sitzen" "sitzt" "sa" "se" "gesessen" ; - smell_V = regV "riechen" ; - spit_V = regV "spucken" ; - stand_V = regV "stehen" ; - swell_V = prefixV "an" (regV "schwellen") ; - swim_V = regV "schwimmen" ; - think_V = regV "denken" ; - turn_V = regV "drehen" ; - vomit_V = regV "kotzen" ; - - bite_V2 = dirV2 (irregV "beien" "beit" "biss" "bisse" "gebissen") ; - count_V2 = dirV2 (regV "zhlen") ; - cut_V2 = dirV2 (irregV "schneiden" "schneidet" "schnitt" "schnitte" "geschnitten") ; - fear_V2 = dirV2 (regV "frchten") ; - fight_V2 = dirV2 (regV "bekmpfen") ; - hit_V2 = dirV2 (irregV "schlagen" "schlgt" "schlug" "schlge" "geschlagen") ; - hold_V2 = dirV2 (irregV "halten" "hlt" "hielt" "hielte" "gehalten") ; - hunt_V2 = dirV2 (regV "jagen") ; - kill_V2 = dirV2 (regV "tten") ; - pull_V2 = dirV2 (irregV "ziehen" "zieht" "zog" "zge" "gezogen") ; - push_V2 = dirV2 (irregV "schieben" "schiebt" "schub" "schbe" "geschoben") ; - rub_V2 = dirV2 (irregV "reiben" "reibt" "rieb" "riebe" "gerieben") ; - scratch_V2 = dirV2 (regV "kratzen") ; - split_V2 = dirV2 (prefixV "auf" (regV "teilen")) ; - squeeze_V2 = dirV2 (regV "pressen") ; - stab_V2 = dirV2 (irregV "stechen" "sticht" "stach" "stche" "gestochen") ; - suck_V2 = dirV2 (regV "saugen") ; - throw_V2 = dirV2 (irregV "werfen" "wirft" "warf" "wrfe" "geworfen") ; - tie_V2 = dirV2 (irregV "binden" "bindet" "band" "bnde" "gebunden") ; - wash_V2 = dirV2 (irregV "waschen" "wscht" "wusch" "wsche" "gewaschen") ; - wipe_V2 = dirV2 (regV "wischen") ; - - grammar_N = reg2N "Grammatik" "Grammatiken" feminine ; - language_N = regN "Sprache" ; - rule_N = reg2N "Regel" "Regeln" feminine ; - - john_PN = regPN "Johann" ; - question_N = regN "Frage" ; - ready_A = regA "fertig" ; - reason_N = reg2N "Grund" "Grnde" masculine ; - today_Adv = mkAdv "heute" ; - uncertain_A = regA "unsicher" ; - - -} ; diff --git a/old-lib/resource/german/MorphoGer.gf b/old-lib/resource/german/MorphoGer.gf deleted file mode 100644 index b24c23b6f..000000000 --- a/old-lib/resource/german/MorphoGer.gf +++ /dev/null @@ -1,96 +0,0 @@ ---# -path=.:../common:../../prelude --- -----1 A Simple German Resource Morphology ----- ----- Aarne Ranta & Harald Hammarstrm 2002 -- 2006 ----- ----- This resource morphology contains definitions needed in the resource ----- syntax. To build a lexicon, it is better to use $ParadigmsGer$, which ----- gives a higher-level access to this module. --- -resource MorphoGer = ResGer ** open Prelude, (Predef=Predef) in { - - flags optimize=all ; - -oper - --- For $StructuralGer$. - - mkPrep : Str -> Case -> Preposition = \s,c -> - {s = s ; c = c} ; - - nameNounPhrase : {s : Case => Str} -> {s : Case => Str ; a : Agr} = \name -> - name ** {a = agrP3 Sg} ; - - detLikeAdj : Number -> Str -> - {s : Gender => Case => Str ; n : Number ; a : Adjf} = \n,dies -> - {s = appAdj (regA dies) ! n ; n = n ; a = Weak} ; - - mkOrd : {s : Degree => AForm => Str} -> {s : AForm => Str} = \a -> - {s = a.s ! Posit} ; - --- For $ParadigmsGer$. - - genitS : Str -> Str = \hund -> case hund of { - _ + ("el" | "en" | "er") => hund + "s" ; - _ + ("s" | "" | "sch" | "st" | "x" | "z") => hund + "es" ; - _ => hund + variants {"s" ; "es"} - } ; - pluralN : Str -> Str = \hund -> case hund of { - _ + ("el" | "er" | "e") => hund + "n" ; - _ + "en" => hund ; - _ => hund + "en" - } ; - dativE : Str -> Str = \hund -> case hund of { - _ + ("el" | "en" | "er" | "e") => hund ; - _ => variants {hund ; hund + "e"} - } ; - --- Duden, p. 119 - - verbT : Str -> Str = \v -> case v of { - _ + ("t" | "d") => v + "et" ; -- grnden, reden, betten - _ + ("ch" | "k" | "p" | "t" | "g" | "b" | "d" | "f" | "s") + - ("m" | "n") => v + "et" ; -- atmen, widmen, ffnen, rechnen - _ => v + "t" -- lernen, lrmen, qualmen etc - } ; - - verbST : Str -> Str = \v -> case v of { - _ + ("s" | "ss" | "" | "sch" | "x" | "z") => v + "t" ; - _ => v + "st" - } ; - - stemVerb : Str -> Str = \v -> case v of { - _ + ("rn" | "ln") => init v ; - _ => Predef.tk 2 v - } ; - --- For $Numeral$. - - LinDigit = {s : DForm => CardOrd => Str} ; - - cardOrd : Str -> Str -> CardOrd => Str = \drei,dritte -> - table { - NCard _ _ => drei ; - NOrd a => (regA (init dritte)).s ! Posit ! a - } ; - - cardReg : Str -> CardOrd => Str = \zehn -> - cardOrd zehn (zehn + "te") ; - - mkDigit : (x1,_,_,x4 : Str) -> LinDigit = - \drei,dreizehn,dreissig,dritte -> - {s = table { - DUnit => cardOrd drei dritte ; - DTeen => cardReg dreizehn ; - DTen => cardOrd dreissig (dreissig + "ste") - } - } ; - - regDigit : Str -> LinDigit = \vier -> - mkDigit vier (vier + "zehn") (vier + "zig") (vier + "te") ; - - invNum : CardOrd = NCard Masc Nom ; - -} ; - diff --git a/old-lib/resource/german/NounGer.gf b/old-lib/resource/german/NounGer.gf deleted file mode 100644 index b6e31d155..000000000 --- a/old-lib/resource/german/NounGer.gf +++ /dev/null @@ -1,203 +0,0 @@ -concrete NounGer of Noun = CatGer ** open ResGer, Prelude in { - - flags optimize=all_subs ; - - lin - DetCN det cn = { - s = \\c => det.s ! cn.g ! c ++ cn.s ! adjfCase det.a c ! det.n ! c ; - a = agrP3 det.n ; - isPron = False - } ; - - DetNP det = { - s = \\c => det.s ! Neutr ! c ; ---- genders - a = agrP3 det.n ; - isPron = False - } ; - - UsePN pn = pn ** {a = agrP3 Sg} ; - - UsePron pron = { - s = \\c => pron.s ! NPCase c ; - a = pron.a - } ; - - PredetNP pred np = { - s = \\c => pred.s ! np.a.n ! Masc ! c ++ np.s ! c ; ---- g - a = np.a - } ; - - PPartNP np v2 = { - s = \\c => np.s ! c ++ v2.s ! VPastPart APred ; --- invar part - a = np.a - } ; - - AdvNP np adv = { - s = \\c => np.s ! c ++ adv.s ; - a = np.a - } ; - - DetQuantOrd quant num ord = - let - n = num.n ; - a = quant.a - in { - s = \\g,c => quant.s ! n ! g ! c ++ - num.s!g!c ++ ord.s ! agrAdj g (adjfCase a c) n c ; - n = n ; - a = a - } ; - - DetQuant quant num = - let - n = num.n ; - a = quant.a - in { - s = \\g,c => quant.s ! n ! g ! c ++ num.s!g!c ; - n = n ; - a = a - } ; - - DetArtOrd quant num ord = - let - n = num.n ; - a = quant.a - in { - s = \\g,c => quant.s ! num.isNum ! n ! g ! c ++ - num.s!g!c ++ ord.s ! agrAdj g (adjfCase a c) n c ; - n = n ; - a = a - } ; - - DetArtCard quant num = - let - n = num.n ; - a = quant.a - in { - s = \\g,c => quant.s ! True ! n ! g ! c ++ - num.s!g!c ; - n = n ; - a = a - } ; - - DetArtPl det cn = { - s = \\c => det.s ! False ! Pl ! cn.g ! c ++ cn.s ! adjfCase det.a c ! Pl ! c ; - a = agrP3 Pl ; - isPron = False - } ; - - DetArtSg det cn = { - s = \\c => det.s ! False ! Sg ! cn.g ! c ++ cn.s ! adjfCase det.a c ! Sg ! c ; - a = agrP3 Sg ; - isPron = False - } ; - - PossPron p = { - s = \\n,g,c => p.s ! NPPoss (gennum g n) c ; - a = Strong --- need separately weak for Pl ? - } ; - - NumCard n = n ** {isNum = True} ; - - NumPl = {s = \\g,c => []; n = Pl ; isNum = False} ; - NumSg = {s = \\g,c => []; n = Sg ; isNum = False} ; - - NumDigits numeral = {s = \\g,c => numeral.s ! NCard g c; n = numeral.n } ; - OrdDigits numeral = {s = \\af => numeral.s ! NOrd af} ; - - NumNumeral numeral = {s = \\g,c => numeral.s ! NCard g c; n = numeral.n } ; - OrdNumeral numeral = {s = \\af => numeral.s ! NOrd af} ; - - AdNum adn num = {s = \\g,c => adn.s ++ num.s!g!c; n = num.n } ; - - OrdSuperl a = {s = a.s ! Superl} ; - - DefArt = { - s = \\_,n,g,c => artDef ! gennum g n ! c ; - a = Weak - } ; - - IndefArt = { - s = table { - True => \\_,_,_ => [] ; - False => table { - Sg => \\g,c => "ein" + pronEnding ! GSg g ! c ; - Pl => \\_,_ => [] - } - } ; - a = Strong - } ; - - MassNP cn = { - s = \\c => cn.s ! adjfCase Strong c ! Sg ! c ; - a = agrP3 Sg ; - isPron = False - } ; - - UseN, UseN2 = \n -> { - s = \\_ => n.s ; - g = n.g - } ; - - ComplN2 f x = { - s = \\_,n,c => f.s ! n ! c ++ appPrep f.c2 x.s ; - g = f.g - } ; - - ComplN3 f x = { - s = \\n,c => f.s ! n ! c ++ appPrep f.c2 x.s ; - g = f.g ; - c2 = f.c3 - } ; - - Use2N3 f = { - s = f.s ; - g = f.g ; - c2 = f.c2 - } ; - - Use3N3 f = { - s = f.s ; - g = f.g ; - c2 = f.c3 - } ; - - AdjCN ap cn = - let - g = cn.g - in { - s = \\a,n,c => - preOrPost ap.isPre - (ap.s ! agrAdj g a n c) - (cn.s ! a ! n ! c) ; - g = g - } ; - - RelCN cn rs = { - s = \\a,n,c => cn.s ! a ! n ! c ++ rs.s ! gennum cn.g n ; - g = cn.g - } ; - - RelNP np rs = { - s = \\c => np.s ! c ++ "," ++ rs.s ! gennum np.a.g np.a.n ; - a = np.a ; - isPron = False - } ; - - SentCN cn s = { - s = \\a,n,c => cn.s ! a ! n ! c ++ s.s ; - g = cn.g - } ; - - AdvCN cn s = { - s = \\a,n,c => cn.s ! a ! n ! c ++ s.s ; - g = cn.g - } ; - - ApposCN cn np = let g = cn.g in { - s = \\a,n,c => cn.s ! a ! n ! c ++ np.s ! c ; - g = g ; - isMod = cn.isMod - } ; - -} diff --git a/old-lib/resource/german/NumeralGer.gf b/old-lib/resource/german/NumeralGer.gf deleted file mode 100644 index f12280131..000000000 --- a/old-lib/resource/german/NumeralGer.gf +++ /dev/null @@ -1,86 +0,0 @@ -concrete NumeralGer of Numeral = CatGer ** open MorphoGer in { - -flags optimize = all_subs ; - -lincat - Digit = {s : DForm => CardOrd => Str} ; - Sub10 = {s : DForm => CardOrd => Str ; n : Number} ; - Sub100, Sub1000, Sub1000000 = - {s : CardOrd => Str ; n : Number} ; - -lin - num x = x ; - - n2 = mkDigit "zwei" "zwlf" "zwanzig" "zweite" ; - n3 = mkDigit "drei" "dreizehn" "dreissig" "dritte" ; - n4 = regDigit "vier" ; - n5 = regDigit "fnf" ; - n6 = regDigit "sechs" ; - n7 = mkDigit "sieben" "siebzehn" "siebzig" "siebte" ; - n8 = mkDigit "acht" "achzehn" "achzig" "achte" ; - n9 = regDigit "neun" ; - - pot01 = { - s = \\f => table { - NCard g c => "ein" + pronEnding ! GSg g ! c ; - NOrd af => (regA "erst").s ! Posit ! af - } ; - n = Sg - } ; - pot0 d = {s = \\f,g => d.s ! f ! g ; n = Pl} ; - pot110 = {s = cardReg "zehn"; n = Pl} ; - pot111 = {s = cardReg "elf"; n = Pl} ; - pot1to19 d = {s = d.s ! DTeen; n = Pl} ; - pot0as1 n = {s = n.s ! DUnit; n = n.n } ; - pot1 d = {s = d.s ! DTen; n = Pl} ; - pot1plus d e = {s = \\g => e.s ! DUnit ! invNum ++ "und" ++ d.s ! DTen ! g; n = Pl} ; - pot1as2 n = n ; - pot2 d = - {s = \\g => d.s ! DUnit ! invNum ++ cardOrd "hundert" "hunderte" ! g ; n = Pl} ; - pot2plus d e = - {s = \\g => d.s ! DUnit ! invNum ++ "hundert" ++ e.s ! g ; n = Pl} ; - pot2as3 n = n ; - pot3 n = - {s = \\g => n.s ! invNum ++ cardOrd "tausend" "tausendte" ! g ; n = Pl} ; ---- - pot3plus n m = - {s = \\g => n.s ! invNum ++ "tausend" ++ m.s ! g ; n = Pl} ; - - - lincat - Dig = TDigit ; - - lin - IDig d = d ; - - IIDig d i = { - s = \\o => d.s ! invNum ++ i.s ! o ; - n = Pl - } ; - - ---- TODO: case endings of ordinals - D_0 = mkDig "0" ; - D_1 = mk3Dig "1" "1e" Sg ; - D_2 = mk2Dig "2" "2e" ; - D_3 = mkDig "3" ; - 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 + "e") ; - - mk3Dig : Str -> Str -> Number -> TDigit = \c,o,n -> { - s = table {NCard _ _ => c ; NOrd _ => o} ; - n = n - } ; - - TDigit = { - n : Number ; - s : CardOrd => Str - } ; - -} diff --git a/old-lib/resource/german/ParadigmsGer.gf b/old-lib/resource/german/ParadigmsGer.gf deleted file mode 100644 index 446bbe07d..000000000 --- a/old-lib/resource/german/ParadigmsGer.gf +++ /dev/null @@ -1,507 +0,0 @@ ---# -path=.:../common:../abstract:../../prelude - ---1 German Lexical Paradigms --- --- Aarne Ranta, Harald Hammarstrm and Bjrn Bringert2003--2007 --- --- 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 structure of functions for each word class $C$ is the following: --- first we give a handful of patterns that aim to cover all --- cases, from the most regular (with just one argument) to the worst. --- The name of this function is $mkC$. --- --- There is also a module [``IrregGer`` ../../german/IrregGer.gf] --- which covers irregular verbs. - - -resource ParadigmsGer = open - (Predef=Predef), - Prelude, - MorphoGer, - CatGer - in { - ---2 Parameters - --- To abstract over gender names, we define the following identifiers. - -oper - Gender : Type ; - - masculine : Gender ; - feminine : Gender ; - neuter : Gender ; - --- To abstract over case names, we define the following. - - Case : Type ; - - nominative : Case ; - accusative : Case ; - dative : Case ; - genitive : Case ; - --- To abstract over number names, we define the following. - - Number : Type ; - - singular : Number ; - plural : Number ; - - ---2 Nouns - - -mkN : overload { --- The regular heuristics recognizes some suffixes, from which it --- guesses the gender and the declension: "e, ung, ion" give the --- feminine with plural ending "-n, -en", and the rest are masculines --- with the plural "-e" (without Umlaut). - - mkN : (Stufe : Str) -> N ; - --- The 'almost regular' case is much like the information given in an ordinary --- dictionary. It takes the singular and plural nominative and the --- gender, and infers the other forms from these. - - mkN : (Bild,Bilder : Str) -> Gender -> N ; - --- Worst case: give all four singular forms, two plural forms (others + dative), --- and the gender. - - mkN : (x1,_,_,_,_,x6 : Str) -> Gender -> N - -- mann, mann, manne, mannes, mnner, mnnern - }; - - --- Relational nouns need a preposition. The most common is "von" with --- the dative, and there is a special case for regular nouns. - - mkN2 : overload { - mkN2 : Str -> N2 ; - mkN2 : N -> N2 ; - mkN2 : N -> Prep -> N2 - } ; - --- Use the function $mkPrep$ or see the section on prepositions below to --- form other prepositions. --- Some prepositions are moreover constructed in [StructuralGer StructuralGer.html]. --- --- Three-place relational nouns ("die Verbindung von x nach y") need two prepositions. - - mkN3 : N -> Prep -> Prep -> N3 ; - - ---3 Proper names and noun phrases --- --- Proper names, with an "s" genitive and other cases like the --- nominative, are formed from a string. Final "s" ("Johannes-Johannes") is --- taken into account. - - mkPN : overload { - mkPN : Str -> PN ; - --- If only the genitive differs, two strings are needed. - - mkPN : (nom,gen : Str) -> PN ; - --- In the worst case, all four forms are needed. - - mkPN : (nom,acc,dat,gen : Str) -> PN - } ; - - - ---2 Adjectives - - mkA : overload { - --- The regular adjective formation works for most cases, and includes --- variations such as "teuer - teurer", "bse - bser". - - mkA : Str -> A ; - --- In the worst case, adjectives need three forms - one for each degree. - - mkA : (gut,besser,beste : Str) -> A -- gut,besser,beste - - }; - --- Invariable adjective are a special case. - - invarA : Str -> A ; -- prima - --- Two-place adjectives are formed by adding a preposition to an adjective. - - mkA2 : A -> Prep -> A2 ; - ---2 Adverbs - --- Adverbs are formed from strings. - - mkAdv : Str -> Adv ; - - ---2 Prepositions - --- A preposition is formed from a string and a case. - - mkPrep : Str -> Case -> Prep ; - --- Often just a case with the empty string is enough. - - accPrep : Prep ; - datPrep : Prep ; - genPrep : Prep ; - --- A couple of common prepositions (always with the dative). - - von_Prep : Prep ; - zu_Prep : Prep ; - ---2 Verbs - -mkV : overload { - --- Regular verbs ("weak verbs") need just the infinitive form. - - mkV : (fhren : Str) -> V ; - --- Irregular verbs use Ablaut and, in the worst cases, also Umlaut. - - mkV : (sehen,sieht,sah,she,gesehen : Str) -> V ; - --- The worst-case constructor needs six forms: --- - Infinitive, --- - 3p sg pres. indicative, --- - 2p sg imperative, --- - 1/3p sg imperfect indicative, --- - 1/3p sg imperfect subjunctive (because this uncommon form can have umlaut) --- - the perfect participle --- --- - - mkV : (geben, gibt, gib, gab, gbe, gegeben : Str) -> V ; - --- To add a movable suffix e.g. "auf(fassen)". - - mkV : Str -> V -> V -}; - - --- To remove the past participle prefix "ge", e.g. for the verbs --- prefixed by "be-, ver-". - - no_geV : V -> V ; - --- To change the auxiliary from "haben" (default) to "sein" and --- vice-versa. - - seinV : V -> V ; - habenV : V -> V ; - --- Reflexive verbs can take reflexive pronouns of different cases. - - reflV : V -> Case -> V ; - - ---3 Two-place verbs - -mkV2 : overload { - --- Two-place verbs with a preposition. - - mkV2 : V -> Prep -> V2 ; - --- Two-place verbs with direct object (accusative, transitive verbs). - - mkV2 : V -> V2 ; - --- Two-place verbs with object in the given case. - - mkV2 : V -> Case -> V2 -}; - - ---3 Three-place verbs --- --- Three-place (ditransitive) verbs need two prepositions, of which --- the first one or both can be absent. - - mkV3 : V -> Prep -> Prep -> V3 ; -- sprechen, mit, ber - dirV3 : V -> Prep -> V3 ; -- senden,(accusative),nach - accdatV3 : V -> V3 ; -- give,accusative,dative - ---3 Other complement patterns --- --- Verbs and adjectives can take complements such as sentences, --- questions, verb phrases, and adjectives. - - mkV0 : V -> V0 ; - mkVS : V -> VS ; - mkV2S : V -> Prep -> V2S ; - mkVV : V -> VV ; - mkV2V : V -> Prep -> V2V ; - mkVA : V -> VA ; - mkV2A : V -> Prep -> V2A ; - mkVQ : V -> VQ ; - mkV2Q : V -> Prep -> V2Q ; - - mkAS : A -> AS ; - mkA2S : A -> Prep -> A2S ; - mkAV : A -> AV ; - mkA2V : A -> 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 Definitions of paradigms --- --- The definitions should not bother the user of the API. So they are --- hidden from the document. - - - - Gender = MorphoGer.Gender ; - Case = MorphoGer.Case ; - Number = MorphoGer.Number ; - masculine = Masc ; - feminine = Fem ; - neuter = Neutr ; - nominative = Nom ; - accusative = Acc ; - dative = Dat ; - genitive = Gen ; - singular = Sg ; - plural = Pl ; - - mk6N a b c d e f g = MorphoGer.mkN a b c d e f g ** {lock_N = <>} ; - - regN : Str -> N = \hund -> case hund of { - _ + "e" => mk6N hund hund hund hund (hund + "n") (hund + "n") Fem ; - _ + ("ion" | "ung") => mk6N hund hund hund hund (hund + "en") (hund + "en") Fem ; - _ + ("er" | "en" | "el") => mk6N hund hund hund (genitS hund) hund (pluralN hund) Masc ; - _ => mk6N hund hund hund (genitS hund) (hund + "e") (pluralN hund) Masc - } ; - - reg2N : (x1,x2 : Str) -> Gender -> N = \hund,hunde,g -> - let - hunds = genitS hund ; - hundE = dativE hund ; - hunden = pluralN hunde - in - case of { -- Duden p. 223 - <_,_ + ("e" | "er"), Masc | Neutr> => -- I,IV - mk6N hund hund hundE hunds hunde hunden g ; - <_ + ("el"|"er"|"en"),_ + ("el"|"er"|"en"), Masc | Neutr> => -- II - mk6N hund hund hund hunds hunde hunden g ; - <_,_ + "s", Masc | Neutr> => -- V - mk6N hund hund hund (hund + "s") hunde hunde g ; - <_,_ + "en", Masc> => -- VI - mk6N hund hunde hunde hunde hunde hunde g ; - <_,_ + ("e" | "er"), Fem> => -- VII,VIII - mk6N hund hund hund hund hunde hunden g ; - <_,_ + ("n" | "s"), Fem> => -- IX,X - mk6N hund hund hund hund hunde hunde g ; - _ => regN hund - } ; - - mkN2 = overload { - mkN2 : Str -> N2 = \s -> vonN2 (regN s) ; - mkN2 : N -> N2 = vonN2 ; - mkN2 : N -> Prep -> N2 = mmkN2 - } ; - - - mmkN2 : N -> Prep -> N2 = \n,p -> n ** {c2 = p ; lock_N2 = <>} ; - vonN2 : N -> N2 = \n -> n ** {c2 = {s = "von" ; c = dative} ; lock_N2 = <>} ; - - mkN3 = \n,p,q -> n ** {c2 = p ; c3 = q ; lock_N3 = <>} ; - - mk2PN = \karolus, karoli -> - {s = table {Gen => karoli ; _ => karolus} ; lock_PN = <>} ; - regPN = \horst -> - mk2PN horst (ifTok Tok (Predef.dp 1 horst) "s" horst (horst + "s")) ; - - mkPN = overload { - mkPN : Str -> PN = regPN ; - mkPN : (nom,gen : Str) -> PN = mk2PN ; - mkPN : (nom,acc,dat,gen : Str) -> PN = \nom,acc,dat,gen -> - {s = table {Nom => nom ; Acc => acc ; Dat => dat ; Gen => gen} ; lock_PN = <>} - } ; - - mk2PN : (karolus, karoli : Str) -> PN ; -- karolus, karoli - regPN : (Johann : Str) -> PN ; - -- Johann, Johanns ; Johannes, Johannes - - - mk3A : (gut,besser,beste : Str) -> A = \a,b,c -> - let aa : Str = case a of { - teu + "er" => teu + "r" ; - mud + "e" => mud ; - _ => a - } in - MorphoGer.mkA a aa b (init c) ** {lock_A = <>} ; - - regA : Str -> A = \a -> case a of { - teu + "er" => mk3A a (teu + "rer") (teu + "reste") ; - _ + "e" => mk3A a (a + "r") (a + "ste") ; - _ => mk3A a (a + "er") (a + "este") - } ; - - invarA = \s -> {s = \\_,_ => s ; lock_A = <>} ; ---- comparison - - mkA2 = \a,p -> a ** {c2 = p ; lock_A2 = <>} ; - - mkAdv s = {s = s ; lock_Adv = <>} ; - - mkPrep s c = {s = s ; c = c ; lock_Prep = <>} ; - accPrep = mkPrep [] accusative ; - datPrep = mkPrep [] dative ; - genPrep = mkPrep [] genitive ; - von_Prep = mkPrep "von" dative ; - zu_Prep = mkPrep "zu" dative ; - - mk6V geben gibt gib gab gaebe gegeben = - let - geb = stemVerb geben ; - gebe = geb + "e" ; - gibst = verbST (init gibt) ; - gebt = verbT geb ; - gabst = verbST gab ; - gaben = pluralN gab ; - gabt = verbT gab - in - MorphoGer.mkV - geben gebe gibst gibt gebt gib gab gabst gaben gabt gaebe gegeben - [] VHaben ** {lock_V = <>} ; - - regV fragen = - let - frag = stemVerb fragen ; - fragt = verbT frag ; - fragte = fragt + "e" ; - gefragt = "ge" + fragt ; - in - mk6V fragen fragt (frag + "e") fragte fragte gefragt ; - - irregV singen singt sang saenge gesungen = - let - sing = stemVerb singen ; - in - mk6V singen singt sing sang saenge gesungen ; - - prefixV p v = MorphoGer.prefixV p v ** {lock_V = v.lock_V} ; - - habenV v = - {s = v.s ; prefix = v.prefix ; lock_V = v.lock_V ; aux = VHaben ; vtype = v.vtype} ; - seinV v = - {s = v.s ; prefix = v.prefix ; lock_V = v.lock_V ; aux = VSein ; vtype = v.vtype} ; - reflV v c = - {s = v.s ; prefix = v.prefix ; lock_V = v.lock_V ; aux = VHaben ; vtype = VRefl c} ; - - no_geV v = let vs = v.s in { - s = table { - p@(VPastPart _) => Predef.drop 2 (vs ! p) ; - p => vs ! p - } ; - prefix = v.prefix ; lock_V = v.lock_V ; aux = v.aux ; vtype = v.vtype - } ; - - haben_V = MorphoGer.haben_V ** {lock_V = <>} ; - sein_V = MorphoGer.sein_V ** {lock_V = <>} ; - werden_V = MorphoGer.werden_V ** {lock_V = <>} ; - - prepV2 v c = v ** {c2 = c ; lock_V2 = <>} ; - dirV2 v = prepV2 v (mkPrep [] accusative) ; - datV2 v = prepV2 v (mkPrep [] dative) ; - - mkV3 v c d = v ** {c2 = c ; c3 = d ; lock_V3 = <>} ; - dirV3 v p = mkV3 v (mkPrep [] accusative) p ; - accdatV3 v = dirV3 v (mkPrep [] dative) ; - - mkVS v = v ** {lock_VS = <>} ; - mkVQ v = v ** {lock_VQ = <>} ; - mkVV v = v ** {isAux = False ; lock_VV = <>} ; - - V0 : Type = V ; --- V2S, V2V, V2Q : Type = V2 ; - AS, A2S, AV : Type = A ; - A2V : Type = A2 ; - - mkV0 v = v ** {lock_V = <>} ; - mkV2S v p = prepV2 v p ** {lock_V2S = <>} ; - mkV2V v p = prepV2 v p ** {isAux = False ; lock_V2V = <>} ; - mkVA v = v ** {lock_VA = <>} ; - mkV2A v p = prepV2 v p ** {lock_V2A = <>} ; - mkV2Q v p = prepV2 v p ** {lock_V2Q = <>} ; - - mkAS v = v ** {lock_A = <>} ; - mkA2S v p = mkA2 v p ** {lock_A = <>} ; - mkAV v = v ** {lock_A = <>} ; - mkA2V v p = mkA2 v p ** {lock_A2 = <>} ; - --- pre-overload API and overload definitions - - regN : Str -> N ; - reg2N : (x1,x2 : Str) -> Gender -> N ; - mk6N : (x1,_,_,_,_,x6 : Str) -> Gender -> N ; - - mkN = overload { - mkN : Str -> N = regN ; - mkN : (x1,x2 : Str) -> Gender -> N = reg2N ; - mkN : (x1,_,_,_,_,x6 : Str) -> Gender -> N = mk6N - }; - - - - regA : Str -> A ; - mk3A : (gut,besser,beste : Str) -> A ; - - mkA = overload { - mkA : Str -> A = regA ; - mkA : (gut,besser,beste : Str) -> A = mk3A - }; - - - - regV : Str -> V ; - irregV : (x1,_,_,_,x5 : Str) -> V ; - mk6V : (x1,_,_,_,_,x6 : Str) -> V ; - - prefixV : Str -> V -> V ; - - mkV = overload { - mkV : Str -> V = regV ; - mkV : (x1,_,_,_,x5 : Str) -> V = irregV ; - mkV : (x1,_,_,_,_,x6 : Str) -> V = mk6V ; - mkV : Str -> V -> V = prefixV - }; - - - prepV2 : V -> Prep -> V2 ; - - dirV2 : V -> V2 ; - - datV2 : V -> V2 ; - - mkV2 = overload { - mkV2 : V -> Prep -> V2 = prepV2; - mkV2 : V -> V2 = dirV2 ; - mkV2 : V -> Case -> V2 = \v,c -> prepV2 v (mkPrep [] c) - }; - - -} ; diff --git a/old-lib/resource/german/PhraseGer.gf b/old-lib/resource/german/PhraseGer.gf deleted file mode 100644 index dc8cfe04e..000000000 --- a/old-lib/resource/german/PhraseGer.gf +++ /dev/null @@ -1,26 +0,0 @@ -concrete PhraseGer of Phrase = CatGer ** open Prelude, ResGer in { - - flags optimize=all_subs ; - - lin - PhrUtt pconj utt voc = {s = pconj.s ++ utt.s ++ voc.s} ; - - UttS s = {s = s.s ! Main} ; - UttQS qs = {s = qs.s ! QDir} ; - UttImpSg pol imp = {s = pol.s ++ imp.s ! pol.p ! ImpF Sg False} ; - UttImpPl pol imp = {s = pol.s ++ imp.s ! pol.p ! ImpF Pl False} ; - UttImpPol pol imp = {s = pol.s ++ imp.s ! pol.p ! ImpF Sg True} ; - - UttIP ip = {s = ip.s ! Nom} ; --- Acc also - UttIAdv iadv = iadv ; - UttNP np = {s = np.s ! Nom} ; - UttVP vp = {s = useInfVP True vp} ; -- without zu - UttAdv adv = adv ; - - NoPConj = {s = []} ; - PConjConj conj = ss (conj.s2) ; - - NoVoc = {s = []} ; - VocNP np = {s = "," ++ np.s ! Nom} ; - -} diff --git a/old-lib/resource/german/QuestionGer.gf b/old-lib/resource/german/QuestionGer.gf deleted file mode 100644 index d94742c5f..000000000 --- a/old-lib/resource/german/QuestionGer.gf +++ /dev/null @@ -1,101 +0,0 @@ -concrete QuestionGer of Question = CatGer ** open ResGer in { - - flags optimize=all_subs ; - - lin - - QuestCl cl = { - s = \\m,t,a,p => - let cls = cl.s ! m ! t ! a ! p - in table { - QDir => cls ! Inv ; - QIndir => "ob" ++ cls ! Sub - } - } ; - - QuestVP qp vp = { - s = \\m,t,a,b,q => - let - cl = (mkClause (qp.s ! Nom) (agrP3 qp.n) vp).s ! m ! t ! a ! b - in - case q of { - QIndir => cl ! Sub ; - _ => cl ! Main - } - } ; - - QuestSlash ip slash = { - s = \\m,t,a,p => - let - cls = slash.s ! m ! t ! a ! p ; - who = appPrep slash.c2 ip.s - in table { - QDir => who ++ cls ! Inv ; - QIndir => who ++ cls ! Sub - } - } ; - - QuestIAdv iadv cl = { - s = \\m,t,a,p => - let - cls = cl.s ! m ! t ! a ! p ; - why = iadv.s - in table { - QDir => why ++ cls ! Inv ; - QIndir => why ++ cls ! Sub - } - } ; - - QuestIComp icomp np = { - s = \\m,t,a,p => - let - vp = predV sein_V ; - cls = (mkClause (np.s ! Nom) np.a vp).s ! m ! t ! a ! p ; - why = icomp.s ! np.a - in table { - QDir => why ++ cls ! Inv ; - QIndir => why ++ cls ! Sub - } - } ; - - PrepIP p ip = { - s = appPrep p ip.s - } ; - - AdvIP ip adv = { - s = \\c => ip.s ! c ++ adv.s ; - n = ip.n - } ; - - IdetCN idet cn = - let - g = cn.g ; - n = idet.n - in { - s = \\c => idet.s ! g ! c ++ cn.s ! Weak ! n ! c ; - n = n - } ; - - IdetIP idet = - let - g = Neutr ; ---- - n = idet.n - in { - s = idet.s ! g ; - n = n - } ; - - IdetQuant idet num = - let - n = num.n - in { - s = \\g,c => idet.s ! n ! g ! c ++ num.s!g!c ; - n = n - } ; - - CompIAdv a = {s = \\_ => a.s} ; - - CompIP ip = {s = \\_ => ip.s ! Nom} ; - -} - diff --git a/old-lib/resource/german/RelativeGer.gf b/old-lib/resource/german/RelativeGer.gf deleted file mode 100644 index 2605ed3a4..000000000 --- a/old-lib/resource/german/RelativeGer.gf +++ /dev/null @@ -1,48 +0,0 @@ -concrete RelativeGer of Relative = CatGer ** open ResGer in { - - flags optimize=all_subs ; - - lin - - RelCl cl = { - s = \\m,t,a,b,_ => "derart" ++ conjThat ++ cl.s ! m ! t ! a ! b ! Sub ; - c = Nom - } ; - - RelVP rp vp = { - s = \\m,t,ant,b,gn => - let - agr = case rp.a of { - RNoAg => agrP3 (numGenNum gn) ; - RAg a => a ** {g = Neutr} - } ; - cl = mkClause (rp.s ! gn ! Nom) agr vp - in - cl.s ! m ! t ! ant ! b ! Sub ; - c = Nom - } ; - - RelSlash rp slash = { - s = \\m,t,a,p,gn => - appPrep slash.c2 (rp.s ! gn) ++ slash.s ! m ! t ! a ! p ! Sub ; - c = slash.c2.c - } ; - - FunRP p np rp = { - s = \\gn,c => np.s ! c ++ appPrep p (rp.s ! gn) ; - a = RAg {n = np.a.n ; p = np.a.p} - } ; - - IdRP = {s = relPron ; a = RNoAg} ; - - oper - relPron : GenNum => Case => Str = \\gn,c => - case of { - => "deren" ; - => "dessen" ; - => "denen" ; - => "deren" ; - _ => artDef ! gn ! c - } ; - -} diff --git a/old-lib/resource/german/ResGer.gf b/old-lib/resource/german/ResGer.gf deleted file mode 100644 index 219749b6f..000000000 --- a/old-lib/resource/german/ResGer.gf +++ /dev/null @@ -1,633 +0,0 @@ ---# -path=.:../abstract:../common:prelude - ---1 German auxiliary operations. --- --- (c) 2002-2006 Aarne Ranta and Harald Hammarstrm --- --- 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 some lexical --- patterns needed for $Lex$. - -resource ResGer = ParamX ** open Prelude in { - - flags optimize=all ; - ---2 For $Noun$ - --- These are the standard four-value case and three-value gender. - - param - Case = Nom | Acc | Dat | Gen ; - Gender = Masc | Fem | Neutr ; - --- Complex $CN$s, like adjectives, have strong and weak forms. - - Adjf = Strong | Weak ; - --- Gender distinctions are only made in the singular. - - GenNum = GSg Gender | GPl ; - --- Agreement of $NP$ is a record. - - oper Agr = {g : Gender ; n : Number ; p : Person} ; - --- Pronouns are the worst-case noun phrases, which have both case --- and possessive forms. - - param NPForm = NPCase Case | NPPoss GenNum Case ; - ---2 For $Adjective$ - --- The predicative form of adjectives is not inflected further. - - param AForm = APred | AMod GenNum Case ; - - ---2 For $Verb$ - - param VForm = - VInf Bool -- True = with the particle "zu" - | VFin Bool VFormFin -- True = prefix glued to verb - | VImper Number -- prefix never glued - | VPresPart AForm -- prefix always glued - | VPastPart AForm ; - - param VFormFin = - VPresInd Number Person - | VPresSubj Number Person - | VImpfInd Number Person --# notpresent - | VImpfSubj Number Person --# notpresent - ; - - param VPForm = - VPFinite Mood Tense Anteriority - | VPImperat Bool - | VPInfinit Anteriority ; - - param VAux = VHaben | VSein ; - - param VType = VAct | VRefl Case ; - --- The order of sentence is depends on whether it is used as a main --- clause, inverted, or subordinate. - - param - Order = Main | Inv | Sub ; - --- Main clause mood: "es sei, es wre, es werde sein". --- Not relevant for $Fut$. --- - - Mood = MIndic | MConjunct ; - ---2 For $Relative$ - - RAgr = RNoAg | RAg {n : Number ; p : Person} ; - ---2 For $Numeral$ - - CardOrd = NCard Gender Case | NOrd AForm ; - DForm = DUnit | DTeen | DTen ; - ---2 Transformations between parameter types - - oper - agrP3 : Number -> Agr = agrgP3 Neutr ; - - agrgP3 : Gender -> Number -> Agr = \g,n -> - {g = g ; n = n ; p = P3} ; - - gennum : Gender -> Number -> GenNum = \g,n -> - case n of { - Sg => GSg g ; - Pl => GPl - } ; - --- Needed in $RelativeGer$. - - numGenNum : GenNum -> Number = \gn -> - case gn of { - GSg _ => Sg ; - GPl => Pl - } ; - --- Used in $NounGer$. - - agrAdj : Gender -> Adjf -> Number -> Case -> AForm = \g,a,n,c -> - let - gn = gennum g n ; - e = AMod (GSg Fem) Nom ; - en = AMod (GSg Masc) Acc ; - in - case a of { - Strong => AMod gn c ; - _ => case of { - => e ; - => en ; - => e ; - _ => en - } - } ; - --- This is used twice in NounGer. - - adjfCase : Adjf -> Case -> Adjf = \a,c -> case of { - => Strong ; - _ => Weak - } ; - - vFin : Bool -> Mood -> Tense -> Agr -> VForm = \b,m,t,a -> - case of { - => VFin b (VPresInd a.n a.p) ; - => VFin b (VPresSubj a.n a.p) ; - => VFin b (VImpfInd a.n a.p) ; --# notpresent - => VFin b (VImpfSubj a.n a.p) ; --# notpresent - _ => VInf False --- never used - } ; - - conjAgr : Agr -> Agr -> Agr = \a,b -> { - g = Neutr ; ---- - n = conjNumber a.n b.n ; - p = conjPerson a.p b.p - } ; - --- For $Lex$. - --- For conciseness and abstraction, we first define a method for --- generating a case-dependent table from a list of four forms. - - oper - caselist : (x1,_,_,x4 : Str) -> Case => Str = \n,a,d,g -> - table { - Nom => n ; - Acc => a ; - Dat => d ; - Gen => g - } ; - --- For each lexical category, here are the worst-case constructors and --- some practical special cases. --- More paradigms are given in $ParadigmsGer$. - --- The worst-case constructor for common nouns needs six forms: all plural forms --- are always the same except for the dative. Actually the six forms are never --- needed at the same time, but just subsets of them. - - Noun : Type = {s : Number => Case => Str ; g : Gender} ; - - mkN : (x1,_,_,_,_,x6 : Str) -> Gender -> Noun = - \mann, mannen, manne, mannes, maenner, maennern, g -> { - s = table { - Sg => caselist mann mannen manne mannes ; - Pl => caselist maenner maenner maennern maenner - } ; - g = g - } ; - --- Adjectives need four forms: two for the positive and one for the other degrees. - - Adjective : Type = {s : Degree => AForm => Str} ; - - mkA : (x1,_,_,x4 : Str) -> Adjective = \gut,gute,besser,best -> - {s = table { - Posit => adjForms gut gute ; - Compar => adjForms besser besser ; - Superl => adjForms best best - } - } ; - --- Verbs need as many as 12 forms, to cover the variations with --- suffixes "t" and "st". Auxiliaries like "sein" will have to --- make extra cases even for this. - - Verb : Type = { - s : VForm => Str ; - prefix : Str ; - aux : VAux ; - vtype : VType - } ; - - mkV : (x1,_,_,_,_,_,_,_,_,_,_,x12 : Str) -> Str -> VAux -> Verb = - \geben,gebe,gibst,gibt,gebt,gib, - gab,gabst,gaben,gabt, - gaebe,gegeben,ein,aux -> - let - einb : Bool -> Str -> Str = \b,geb -> - if_then_Str b (ein + geb) geb ; - in - {s = table { - VInf False => ein + geben ; - VInf True => - if_then_Str (isNil ein) ("zu" ++ geben) (ein + "zu" + geben) ; - VFin b vf => einb b (case vf of { - VPresInd Sg P1 => gebe ; - VPresInd Sg P2 => gibst ; - VPresInd Sg P3 => gibt ; - VPresInd Pl P2 => gebt ; - VPresInd Pl _ => geben ; - VImpfInd Sg P2 => gabst ; --# notpresent - VImpfInd Sg _ => gab ; --# notpresent - VImpfInd Pl P2 => gabt ; --# notpresent - VImpfInd Pl _ => gaben ; --# notpresent - VImpfSubj Sg P2 => gaebe + "st" ; --# notpresent - VImpfSubj Sg _ => gaebe ; --# notpresent - VImpfSubj Pl P2 => gaebe + "t" ; --# notpresent - VImpfSubj Pl _ => gaebe + "n" ; --# notpresent - VPresSubj Sg P2 => init geben + "st" ; - VPresSubj Sg _ => init geben ; - VPresSubj Pl P2 => init geben + "t" ; - VPresSubj Pl _ => geben - }) ; - VImper Sg => gib ; - VImper Pl => gebt ; - VPresPart a => ein + (regA (geben + "d")).s ! Posit ! a ; - VPastPart a => ein + (regA gegeben).s ! Posit ! a - } ; - prefix = ein ; - aux = aux ; - vtype = VAct - } ; - --- To add a prefix (like "ein") to an already existing verb. - - prefixV : Str -> Verb -> Verb = \ein,verb -> - let - vs = verb.s ; - geben = vs ! VInf False ; - einb : Bool -> Str -> Str = \b,geb -> - if_then_Str b (ein + geb) geb ; - in - {s = table { - VInf False => ein + geben ; - VInf True => - if_then_Str (isNil ein) ("zu" ++ geben) (ein + "zu" + geben) ; - VFin b vf => einb b (vs ! VFin b vf) ; - VImper n => vs ! VImper n ; - VPresPart a => ein + (regA (geben + "d")).s ! Posit ! a ; - VPastPart a => ein + vs ! VPastPart a - } ; - prefix = ein ; - aux = verb.aux ; - vtype = verb.vtype - } ; - - --- These functions cover many regular cases; full coverage inflectional patterns are --- defined in $MorphoGer$. - - mkN4 : (x1,_,_,x4 : Str) -> Gender -> Noun = \wein,weines,weine,weinen -> - mkN wein wein wein weines weine weinen ; - - regA : Str -> Adjective = \blau -> - mkA blau blau (blau + "er") (blau + "est") ; - - regV : Str -> Verb = \legen -> - let - lege = init legen ; - leg = init lege ; - legt = leg + "t" ; - legte = legt + "e" - in - mkV - legen lege (leg+"st") legt legt leg - legte (legte + "st") (legte + "n") (legte + "t") - legte ("ge" + legt) - [] VHaben ; - --- Prepositions for complements indicate the complement case. - - Preposition : Type = {s : Str ; c : Case} ; - --- To apply a preposition to a complement. - - appPrep : Preposition -> (Case => Str) -> Str = \prep,arg -> - prep.s ++ arg ! prep.c ; - --- To build a preposition from just a case. - - noPreposition : Case -> Preposition = \c -> - {s = [] ; c = c} ; - --- Pronouns and articles --- Here we define personal and relative pronouns. --- All personal pronouns, except "ihr", conform to the simple --- pattern $mkPronPers$. - - mkPronPers : (x1,_,_,_,x5 : Str) -> Gender -> Number -> Person -> - {s : NPForm => Str ; a : Agr} = - \ich,mich,mir,meiner,mein,g,n,p -> { - s = table { - NPCase c => caselist ich mich mir meiner ! c ; - NPPoss gn c => mein + pronEnding ! gn ! c - } ; - a = {g = g ; n = n ; p = p} - } ; - - pronEnding : GenNum => Case => Str = table { - GSg Masc => caselist "" "en" "em" "es" ; - GSg Fem => caselist "e" "e" "er" "er" ; - GSg Neut => caselist "" "" "em" "es" ; - GPl => caselist "e" "e" "en" "er" - } ; - - artDef : GenNum => Case => Str = table { - GSg Masc => caselist "der" "den" "dem" "des" ; - GSg Fem => caselist "die" "die" "der" "der" ; - GSg Neut => caselist "das" "das" "dem" "des" ; - GPl => caselist "die" "die" "den" "der" - } ; - --- This is used when forming determiners that are like adjectives. - - appAdj : Adjective -> Number => Gender => Case => Str = \adj -> - let - ad : GenNum -> Case -> Str = \gn,c -> - adj.s ! Posit ! AMod gn c - in - \\n,g,c => case n of { - Sg => ad (GSg g) c ; - _ => ad GPl c - } ; - --- This auxiliary gives the forms in each degree of adjectives. - - adjForms : (x1,x2 : Str) -> AForm => Str = \teuer,teur -> - table { - APred => teuer ; - AMod (GSg Masc) c => - caselist (teur+"er") (teur+"en") (teur+"em") (teur+"es") ! c ; - AMod (GSg Fem) c => - caselist (teur+"e") (teur+"e") (teur+"er") (teur+"er") ! c ; - AMod (GSg Neut) c => - caselist (teur+"es") (teur+"es") (teur+"em") (teur+"es") ! c ; - AMod GPl c => - caselist (teur+"e") (teur+"e") (teur+"en") (teur+"er") ! c - } ; - --- For $Verb$. - - VPC : Type = { - s : Bool => Agr => VPForm => { -- True = prefix glued to verb - fin : Str ; -- hat - inf : Str -- wollen - } - } ; - - VP : Type = { - s : Verb ; - a1 : Polarity => Str ; -- nicht - n2 : Agr => Str ; -- dich - a2 : Str ; -- heute - isAux : Bool ; -- is a double infinitive - inf : Str ; -- sagen - ext : Str -- dass sie kommt - } ; - - predV : Verb -> VP = predVGen False ; - - useVP : VP -> VPC = \vp -> - let - isAux = vp.isAux ; - verb = vp.s ; - vfin : Bool -> Mood -> Tense -> Agr -> Str = \b,m,t,a -> - verb.s ! vFin b m t a ; - vinf = verb.s ! VInf False ; - vpart = if_then_Str isAux vinf (verb.s ! VPastPart APred) ; - - vHaben = auxPerfect verb ; - hat : Mood -> Tense -> Agr -> Str = \m,t,a -> - vHaben ! vFin False m t a ; - haben : Str = vHaben ! VInf False ; - - wird : Mood -> Agr -> Str = \m,a -> case m of { - MIndic => werden_V.s ! VFin False (VPresInd a.n a.p) ; - MConjunct => werden_V.s ! VFin False (VPresSubj a.n a.p) - } ; - wuerde : Agr -> Str = \a -> --# notpresent - werden_V.s ! VFin False (VImpfSubj a.n a.p) ; --# notpresent - - auf = verb.prefix ; - - vf : Bool -> Str -> Str -> {fin,inf : Str} = \b,fin,inf -> { - fin = fin ; - inf = if_then_Str b [] auf ++ inf --- negation of main b - } ; - - in { - s = \\b,a => table { - VPFinite m t Simul => case t of { --- Pres | Past => vf (vfin m t a) [] ; -- the general rule - Past => vf b (vfin b m t a) [] ; --# notpresent - Fut => vf True (wird m a) vinf ; --# notpresent - Cond => vf True (wuerde a) vinf ; --# notpresent - Pres => vf b (vfin b m t a) [] - } ; - VPFinite m t Anter => case t of { --# notpresent - Pres | Past => vf True (hat m t a) vpart ; --# notpresent - Fut => vf True (wird m a) (vpart ++ haben) ; --# notpresent - Cond => vf True (wuerde a) (vpart ++ haben) --# notpresent - } ; --# notpresent - VPImperat False => vf False (verb.s ! VImper a.n) [] ; - VPImperat True => vf False (verb.s ! VFin False (VPresSubj Pl P3)) [] ; - VPInfinit Anter => vf True [] (vpart ++ haben) ; --# notpresent - VPInfinit Simul => vf True [] (verb.s ! VInf b) - } - } ; - - - predVGen : Bool -> Verb -> VP = \isAux, verb -> { - s = { - s = verb.s ; - prefix = verb.prefix ; - aux = verb.aux ; - vtype = verb.vtype - } ; - - a1 : Polarity => Str = negation ; - n2 : Agr => Str = case verb.vtype of { - VAct => \\_ => [] ; - VRefl c => \\a => reflPron ! a ! c - } ; - a2 : Str = [] ; - isAux = isAux ; ---- - inf,ext : Str = [] - } ; - - auxPerfect : Verb -> VForm => Str = \verb -> - case verb.aux of { - VHaben => haben_V.s ; - VSein => sein_V.s - } ; - - haben_V : Verb = - mkV - "haben" "habe" "hast" "hat" "habt" "hab" - "hatte" "hattest" "hatten" "hattet" - "htte" "gehabt" - [] VHaben ; - - werden_V : Verb = - mkV - "werden" "werde" "wirst" "wird" "werdet" "werd" - "wurde" "wurdest" "wurden" "wurdet" - "wrde" "geworden" - [] VSein ; - - werdenPass : Verb = - mkV - "werden" "werde" "wirst" "wird" "werdet" "werd" - "wurde" "wurdest" "wurden" "wurdet" - "wrde" "worden" - [] VSein ; - - sein_V : Verb = - let - sein = mkV - "sein" "bin" "bist" "ist" "seid" "sei" - "war" "warst" "waren" "wart" - "wre" "gewesen" - [] VSein - in - {s = table { - VFin _ (VPresInd Pl (P1 | P3)) => "sind" ; - VFin _ (VPresSubj Sg P2) => (variants {"seiest" ; "seist"}) ; - VFin _ (VPresSubj Sg _) => "sei" ; - VFin _ (VPresSubj Pl P2) => "seiet" ; - VFin _ (VPresSubj Pl _) => "seien" ; - VPresPart a => (regA "seiend").s ! Posit ! a ; - v => sein.s ! v - } ; - prefix = [] ; - aux = VSein ; - vtype = VAct - } ; - - auxVV : Verb -> Verb ** {isAux : Bool} = \v -> v ** {isAux = True} ; - - negation : Polarity => Str = table { - Pos => [] ; - Neg => "nicht" - } ; - --- Extending a verb phrase with new constituents. - - insertObj : (Agr => Str) -> VP -> VP = \obj,vp -> { - s = vp.s ; - a1 = vp.a1 ; - n2 = \\a => obj ! a ++ vp.n2 ! a ; - a2 = vp.a2 ; - isAux = vp.isAux ; - inf = vp.inf ; - ext = vp.ext - } ; - - insertAdV : Str -> VP -> VP = \adv,vp -> { - s = vp.s ; - a1 = \\a => adv ++ vp.a1 ! a ; -- immer nicht - n2 = vp.n2 ; - a2 = vp.a2 ; - isAux = vp.isAux ; - inf = vp.inf ; - ext = vp.ext - } ; - - insertAdv : Str -> VP -> VP = \adv,vp -> { - s = vp.s ; - a1 = vp.a1 ; - n2 = vp.n2 ; - a2 = vp.a2 ++ adv ; - isAux = vp.isAux ; - inf = vp.inf ; - ext = vp.ext - } ; - - insertExtrapos : Str -> VP -> VP = \ext,vp -> { - s = vp.s ; - a1 = vp.a1 ; - n2 = vp.n2 ; - a2 = vp.a2 ; - isAux = vp.isAux ; - inf = vp.inf ; - ext = vp.ext ++ ext - } ; - - insertInf : Str -> VP -> VP = \inf,vp -> { - s = vp.s ; - a1 = vp.a1 ; - n2 = vp.n2 ; - a2 = vp.a2 ; - isAux = vp.isAux ; ---- - inf = inf ++ vp.inf ; - ext = vp.ext - } ; - --- For $Sentence$. - - Clause : Type = { - s : Mood => Tense => Anteriority => Polarity => Order => Str - } ; - - mkClause : Str -> Agr -> VP -> Clause = \subj,agr,vp -> let vps = useVP vp in { - s = \\m,t,a,b,o => - let - ord = case o of { - Sub => True ; -- glue prefix to verb - _ => False - } ; - verb = vps.s ! ord ! agr ! VPFinite m t a ; - neg = vp.a1 ! b ; - obj = vp.n2 ! agr ; - compl = obj ++ neg ++ vp.a2 ; - inf = vp.inf ++ verb.inf ; - extra = vp.ext ; - inffin = - case of { --# notpresent - => verb.fin ++ inf ; -- double inf --# notpresent - _ => --# notpresent - inf ++ verb.fin --- or just auxiliary vp - } --# notpresent - in - case o of { - Main => subj ++ verb.fin ++ compl ++ inf ++ extra ; - Inv => verb.fin ++ subj ++ compl ++ inf ++ extra ; - Sub => subj ++ compl ++ inffin ++ extra - } - } ; - - infVP : Bool -> VP -> ((Agr => Str) * Str * Str) = \isAux, vp -> let vps = useVP vp in - < - \\agr => vp.n2 ! agr ++ vp.a2, - vp.a1 ! Pos ++ (vps.s ! (notB isAux) ! agrP3 Sg ! VPInfinit Simul).inf, - vp.inf ++ vp.ext - > ; - - useInfVP : Bool -> VP -> Str = \isAux,vp -> - let vpi = infVP isAux vp in - vpi.p1 ! agrP3 Sg ++ vpi.p3 ++ vpi.p2 ; - --- The nominative case is not used as reflexive, but defined here --- so that we can reuse this in personal pronouns. --- The missing Sg "ihrer" shows that a dependence on gender would --- be needed. - - reflPron : Agr => Case => Str = table { - {n = Sg ; p = P1} => caselist "ich" "mich" "mir" "meiner" ; - {n = Sg ; p = P2} => caselist "du" "dich" "dir" "deiner" ; - {g = Masc ; n = Sg ; p = P3} => caselist "er" "sich" "sich" "seiner" ; - {g = Fem ; n = Sg ; p = P3} => caselist "sie" "sich" "sich" "ihrer" ; - {g = Neutr ; n = Sg ; p = P3} => caselist "es" "sich" "sich" "seiner" ; - {n = Pl ; p = P1} => caselist "wir" "uns" "uns" "unser" ; - {n = Pl ; p = P2} => caselist "ihr" "euch" "euch" "euer" ; - {n = Pl ; p = P3} => caselist "sie" "sich" "sich" "ihrer" - } ; - - conjThat : Str = "da" ; - - conjThan : Str = "als" ; - --- The infinitive particle "zu" is used if and only if $vv.isAux = False$. - - infPart : Bool -> Str = \b -> if_then_Str b [] "zu" ; - -} diff --git a/old-lib/resource/german/SentenceGer.gf b/old-lib/resource/german/SentenceGer.gf deleted file mode 100644 index 9154c1445..000000000 --- a/old-lib/resource/german/SentenceGer.gf +++ /dev/null @@ -1,67 +0,0 @@ -concrete SentenceGer of Sentence = CatGer ** open ResGer, Prelude in { - - flags optimize=all_subs ; - - lin - - PredVP np vp = mkClause (np.s ! Nom) np.a vp ; - - PredSCVP sc vp = mkClause sc.s (agrP3 Sg) vp ; - - ImpVP vp = let vps = useVP vp in { - s = \\pol,n => - let - ps = case n of { - ImpF _ True => ; -- setzen Sie sich - _ => - } ; - agr = {g = Fem ; n = numImp n ; p = ps.p1} ; --- g does not matter - verb = vps.s ! False ! agr ! VPImperat ps.p3 ; - inf = vp.inf ++ verb.inf ; - in - verb.fin ++ ps.p2 ++ - vp.n2 ! agr ++ vp.a1 ! pol ++ vp.a2 ++ inf ++ vp.ext - } ; - - SlashVP np vp = - mkClause - (np.s ! Nom) np.a - vp ** - {c2 = vp.c2} ; - - AdvSlash slash adv = { - s = \\m,t,a,b,o => slash.s ! m ! t ! a ! b ! o ++ adv.s ; - c2 = slash.c2 - } ; - - SlashPrep cl prep = cl ** {c2 = prep} ; - - SlashVS np vs slash = - mkClause (np.s ! Nom) np.a - (insertExtrapos (conjThat ++ slash.s ! Sub) (predV vs)) ** - {c2 = slash.c2} ; - - EmbedS s = {s = conjThat ++ s.s ! Sub} ; - EmbedQS qs = {s = qs.s ! QIndir} ; - EmbedVP vp = {s = useInfVP False vp} ; - - UseCl t a p cl = { - s = \\o => t.s ++ a.s ++ p.s ++ cl.s ! t.m ! t.t ! a.a ! p.p ! o - } ; - UseQCl t a p cl = { - s = \\q => t.s ++ a.s ++ p.s ++ cl.s ! t.m ! t.t ! a.a ! p.p ! q - } ; - UseRCl t a p cl = { - s = \\r => t.s ++ a.s ++ p.s ++ cl.s ! t.m ! t.t ! a.a ! p.p ! r ; - c = cl.c - } ; - UseSlash t a p cl = { - s = \\o => t.s ++ a.s ++ p.s ++ cl.s ! t.m ! t.t ! a.a ! p.p ! o ; - c2 = cl.c2 - } ; - - AdvS a s = {s = \\o => a.s ++ s.s ! Inv} ; - - RelS s r = {s = \\o => s.s ! o ++ "," ++ r.s ! gennum Neutr Sg} ; --- "welches" - -} diff --git a/old-lib/resource/german/StructuralGer.gf b/old-lib/resource/german/StructuralGer.gf deleted file mode 100644 index 6dfe9f6ea..000000000 --- a/old-lib/resource/german/StructuralGer.gf +++ /dev/null @@ -1,129 +0,0 @@ -concrete StructuralGer of Structural = CatGer ** - - open MorphoGer, Prelude in { - - flags optimize=all ; - - lin - - above_Prep = mkPrep "ber" Dat ; - after_Prep = mkPrep "nach" Dat ; - all_Predet = {s = appAdj (regA "all")} ; - almost_AdA, almost_AdN = ss "fast" ; - although_Subj = ss "obwohl" ; - always_AdV = ss "immer" ; - and_Conj = {s1 = [] ; s2 = "und" ; n = Pl} ; - because_Subj = ss "weil" ; - before_Prep = mkPrep "vor" Dat ; - behind_Prep = mkPrep "hinter" Dat ; - between_Prep = mkPrep "zwischen" Dat ; - both7and_DConj = sd2 "sowohl" ["als auch"] ** {n = Pl} ; - but_PConj = ss "aber" ; - by8agent_Prep = mkPrep "durch" Acc ; - by8means_Prep = mkPrep "mit" Dat ; - can8know_VV, can_VV = auxVV - (mkV - "knnen" "kann" "kannst" "kann" "knnt" "knn" - "konnte" "konntest" "konnten" "konntet" - "knnte" "gekonnt" [] - VHaben) ; - during_Prep = mkPrep "whrend" Gen ; - either7or_DConj = sd2 "entweder" "oder" ** {n = Sg} ; - everybody_NP = nameNounPhrase {s = caselist "jeder" "jeden" "jedem" "jedes"} ; - every_Det = detLikeAdj Sg "jed" ; - everything_NP = nameNounPhrase {s = caselist "alles" "alles" "allem" "alles"} ; - everywhere_Adv = ss "berall" ; - few_Det = detLikeAdj Pl "wenig" ; ----- first_Ord = {s = (regA "erst").s ! Posit} ; - for_Prep = mkPrep "fr" Acc ; - from_Prep = mkPrep "aus" Dat ; - he_Pron = mkPronPers "er" "ihn" "ihm" "seiner" "sein" Masc Sg P3 ; - here7to_Adv = ss ["hierher"] ; - here7from_Adv = ss ["hieraus"] ; - here_Adv = ss "hier" ; - how_IAdv = ss "wie" ; - how8many_IDet = detLikeAdj Pl "wieviel" ; - if_Subj = ss "wenn" ; - in8front_Prep = mkPrep "vor" Dat ; - i_Pron = mkPronPers "ich" "mich" "mir" "meiner" "mein" Masc Sg P1 ; - in_Prep = mkPrep "in" Dat ; - it_Pron = mkPronPers "es" "es" "ihm" "seiner" "sein" Neutr Sg P3 ; - less_CAdv = ss "weniger" ; - many_Det = detLikeAdj Pl "viel" ; - more_CAdv = ss "mehr" ; - most_Predet = {s = appAdj (regA "meist")} ; - much_Det = detLikeAdj Sg "viel" ; - must_VV = auxVV - (mkV - "mssen" "mu" "mut" "mu" "mt" "m" - "mute" "mutest" "muten" "mutet" - "mte" "gemut" [] - VHaben) ; ---- one_Quant = DEPREC - only_Predet = {s = \\_,_,_ => "nur"} ; - no_Utt = ss "nein" ; ----b no_Phr = ss "nein" ; - on_Prep = mkPrep "auf" Dat ; - or_Conj = {s1 = [] ; s2 = "oder" ; n = Sg} ; - otherwise_PConj = ss "sonst" ; - part_Prep = mkPrep "von" Dat ; - please_Voc = ss "bitte" ; - possess_Prep = mkPrep "von" Dat ; - quite_Adv = ss "ziemlich" ; - she_Pron = mkPronPers "sie" "sie" "ihr" "ihrer" "ihr" Fem Sg P3 ; - so_AdA = ss "so" ; - somebody_NP = nameNounPhrase {s = caselist "jemand" "jemanden" "jemandem" "jemands"} ; - somePl_Det = detLikeAdj Pl "einig" ; - someSg_Det = { - s = \\g,c => "ein" + pronEnding ! GSg g ! c ; - n = Sg ; - a = Strong - } ; - something_NP = nameNounPhrase {s = \\_ => "etwas"} ; - somewhere_Adv = ss "irgendwo" ; - that_Quant = {s = \\n => (detLikeAdj n "jen").s ; a = Weak} ; ----b that_NP = nameNounPhrase {s = caselist "das" "das" "denem" "dessen"} ; ---- - there_Adv = ss "da" ; - there7to_Adv = ss "dahin" ; - there7from_Adv = ss ["daher"] ; - therefore_PConj = ss "deshalb" ; ----b these_NP = {s = caselist "diese" "diese" "diesen" "dieser" ; a = agrP3 Pl} ; - they_Pron = mkPronPers "sie" "sie" "ihnen" "ihrer" "ihr" Fem Pl P3 ; - this_Quant = {s = \\n => (detLikeAdj n "dies").s ; a = Weak} ; ----b this_NP = nameNounPhrase {s = caselist "dies" "dies" "diesem" "dieses"} ; ---- ----b those_NP = {s = caselist "jene" "jene" "jenen" "jener" ; a = agrP3 Pl} ; - through_Prep = mkPrep "durch" Acc ; - too_AdA = ss "zu" ; - to_Prep = mkPrep "nach" Dat ; - under_Prep = mkPrep "unter" Dat ; - very_AdA = ss "sehr" ; - want_VV = auxVV - (mkV - "wollen" "will" "willst" "will" "wollt" "woll" - "wollte" "wolltest" "wollten" "wolltet" - "wollte" "gewollt" [] - VHaben) ; - we_Pron = mkPronPers "wir" "uns" "uns" "unser" "unser" Fem Pl P1 ; - - whatSg_IP = {s = caselist "was" "was" "was" "wessen" ; n = Sg} ; ---- - whatPl_IP = {s = caselist "was" "was" "was" "wessen" ; n = Pl} ; ---- - - when_IAdv = ss "wann" ; - when_Subj = ss "wenn" ; - where_IAdv = ss "wo" ; - which_IQuant = {s = \\n => (detLikeAdj n "welch").s} ; - ----b whichPl_IDet = detLikeAdj Pl "welch" ; ----b whichSg_IDet = detLikeAdj Sg "welch" ; - whoSg_IP = {s = caselist "wer" "wen" "wem" "wessen" ; n = Sg} ; - whoPl_IP = {s = caselist "wer" "wen" "wem" "wessen" ; n = Pl} ; - why_IAdv = ss "warum" ; - without_Prep = mkPrep "ohne" Acc ; - with_Prep = mkPrep "mit" Dat ; - youSg_Pron = mkPronPers "du" "dich" "dir" "deiner" "dein" Fem Sg P2 ; - youPl_Pron = mkPronPers "ihr" "euch" "euch" "eurer" "euer" Fem Pl P2 ; ---- poss - youPol_Pron = mkPronPers "Sie" "Sie" "Ihnen" "Ihrer" "Ihr" Fem Pl P3 ; - yes_Utt = ss "ja" ; ----b yes_Phr = ss "ja" ; - -} diff --git a/old-lib/resource/german/VerbGer.gf b/old-lib/resource/german/VerbGer.gf deleted file mode 100644 index 83b7ae9e5..000000000 --- a/old-lib/resource/german/VerbGer.gf +++ /dev/null @@ -1,82 +0,0 @@ -concrete VerbGer of Verb = CatGer ** open Prelude, ResGer in { - - flags optimize=all_subs ; - - lin - UseV = predV ; - - ComplVV v vp = - let - vpi = infVP v.isAux vp - in - insertExtrapos vpi.p3 ( - insertInf vpi.p2 ( - insertObj vpi.p1 ( - predVGen v.isAux v))) ; - - ComplVS v s = - insertExtrapos (conjThat ++ s.s ! Sub) (predV v) ; - ComplVQ v q = - insertExtrapos (q.s ! QIndir) (predV v) ; - ComplVA v ap = insertObj (\\ _ => ap.s ! APred) (predV v) ; - - SlashV2a v = predV v ** {c2 = v.c2} ; - - Slash2V3 v np = - insertObj (\\_ => appPrep v.c2 np.s) (predV v) ** {c2 = v.c3} ; - Slash3V3 v np = - insertObj (\\_ => appPrep v.c3 np.s) (predV v) ** {c2 = v.c2} ; - - SlashV2S v s = - insertExtrapos (conjThat ++ s.s ! Sub) (predV v) ** {c2 = v.c2} ; - SlashV2Q v q = - insertExtrapos (q.s ! QIndir) (predV v) ** {c2 = v.c2} ; - SlashV2V v vp = - let - vpi = infVP False vp - in - insertExtrapos vpi.p3 ( - insertInf vpi.p2 ( - insertObj vpi.p1 ((predV v)))) ** {c2 = v.c2} ; - - SlashV2A v ap = - insertObj (\\_ => ap.s ! APred) (predV v) ** {c2 = v.c2} ; - - ComplSlash vp np = insertObj (\\_ => appPrep vp.c2 np.s) vp ; - - SlashVV v vp = - let - vpi = infVP v.isAux vp - in - insertExtrapos vpi.p3 ( - insertInf vpi.p2 ( - insertObj vpi.p1 ( - predVGen v.isAux v))) ** {c2 = vp.c2} ; - - SlashV2VNP v np vp = - let - vpi = infVP False vp - in - insertExtrapos vpi.p3 ( - insertInf vpi.p2 ( - insertObj vpi.p1 ( - insertObj (\\_ => appPrep v.c2 np.s) ( - predV v)))) ** {c2 = v.c2} ; - - UseComp comp = insertAdv (comp.s ! agrP3 Sg) (predV sein_V) ; -- agr not used - -- we want to say "ich liebe sie nicht" but not "ich bin alt nicht" - - CompAP ap = {s = \\_ => ap.s ! APred} ; - CompNP np = {s = \\_ => np.s ! Nom} ; - CompAdv a = {s = \\_ => a.s} ; - - AdvVP vp adv = insertAdv adv.s vp ; - AdVVP adv vp = insertAdV adv.s vp ; - - ReflVP vp = insertObj (\\a => appPrep vp.c2 (reflPron ! a)) vp ; - - PassV2 v = insertInf (v.s ! VPastPart APred) (predV werdenPass) ; - ----b UseVS, UseVQ = \v -> v ** {c2 = noPreposition Acc} ; - -} diff --git a/old-lib/resource/gold-exx-resource.gftb b/old-lib/resource/gold-exx-resource.gftb deleted file mode 100644 index bfeafeef3..000000000 --- a/old-lib/resource/gold-exx-resource.gftb +++ /dev/null @@ -1,1720 +0,0 @@ -Lang: PositA warm_A -LangDan: varm -LangEng: warm -LangFin: lämmin -LangFre: chaud -LangGer: warm -LangIna: calde -LangIta: caldo -LangNor: varm -LangSwe: varm - Lang: ComparA warm_A (UsePron i_Pron) -LangDan: varmere end jeg -LangEng: warmer than I -LangFin: minua lämpimämpi -LangFre: plus chaud que moi -LangGer: wärmer als ich -LangIna: plus calde que io -LangIta: più caldo che io -LangNor: varmere enn jeg -LangSwe: varmare än jag - Lang: ComplA2 married_A2 (UsePron she_Pron) -LangDan: gift med hende -LangEng: married to her -LangFin: hänen kanssa &+ nsa avioitunut -LangFre: marié à elle -LangGer: verheiratet mit ihr -LangIna: sponsate a la -LangIta: sposato a lei -LangNor: gift med henne -LangSwe: gift med henne - Lang: ComplA2 married_A2 (DetNP (DetQuant (PossPron she_Pron) NumPl)) -LangDan: gift med hendes -LangEng: married to hers -LangFin: hänen kanssa avioitunut -LangFre: marié aux siens -LangGer: verheiratet mit ihren -LangIna: sponsate a su -LangIta: sposato ai suoi -LangNor: gift med hennes -LangSwe: gift med hennes - Lang: ComplA2 married_A2 (DetNP (DetQuant (PossPron she_Pron) NumSg)) -LangDan: gift med hendes -LangEng: married to hers -LangFin: hänen kanssa avioitunut -LangFre: marié au sien -LangGer: verheiratet mit ihrem -LangIna: sponsate a su -LangIta: sposato al suo -LangNor: gift med hennes -LangSwe: gift med hennes - Lang: ReflA2 married_A2 -LangDan: gift med sig -LangEng: married to myself -LangFin: itsensä kanssa avioitunut -LangFre: marié à soi -LangGer: verheiratet mit sich -LangIna: sponsate a me -LangIta: sposato a se -LangNor: gift med seg -LangSwe: gift med sig - Lang: PositA (UseA2 married_A2) -LangDan: gift -LangEng: married -LangFin: avioitunut -LangFre: marié -LangGer: verheiratet -LangIna: sponsate -LangIta: sposato -LangNor: gift -LangSwe: gift - Lang: SentAP (PositA good_A) (EmbedS (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseComp (CompAdv here_Adv))))) -LangDan: god at hun er her -LangEng: good that she is here -LangFin: hyvä että hän on täällä -LangFre: bon qu' elle est ici -LangGer: gut daß sie hier ist -LangIna: bon que illa es hic -LangIta: buono che è quì -LangNor: god at hun er her -LangSwe: god att hon är här - Lang: AdAP very_AdA (PositA warm_A) -LangDan: meget varm -LangEng: very warm -LangFin: erittäin lämmin -LangFre: très chaud -LangGer: sehr warm -LangIna: multo calde -LangIta: molto caldo -LangNor: mye varm -LangSwe: mycket varm - Lang: PositAdvAdj warm_A -LangDan: varmt -LangEng: warmly -LangFin: lämpimästi -LangFre: chaudement -LangGer: warm -LangIna: caldemente -LangIta: caldamente -LangNor: varmt -LangSwe: varmt - Lang: PrepNP in_Prep (DetArtSg DefArt (UseN house_N)) -LangDan: i huset -LangEng: in the house -LangFin: talossa -LangFre: dans la maison -LangGer: in dem Haus -LangIna: in le domo -LangIta: nella casa -LangNor: i huset -LangSwe: i huset - Lang: ComparAdvAdj more_CAdv warm_A (UsePN john_PN) -LangDan: mer varmt end John -LangEng: more warmly than John -LangFin: enemmän lämpimästi kuin Jussi -LangFre: plus chaudement que Jean -LangGer: mehr warm als Johann -LangIna: plus caldemente que John -LangIta: più caldamente che Giovanni -LangNor: mer varmt enn John -LangSwe: mer varmt än Johan - Lang: ComparAdvAdjS more_CAdv warm_A (UseCl TPres ASimul PPos (PredVP (UsePron he_Pron) (UseV run_V))) -LangDan: mer varmt end han løber -LangEng: more warmly than he runs -LangFin: enemmän lämpimästi kuin hän juoksee -LangFre: plus chaudement qu' il ne coure -LangGer: mehr warm als er läuft -LangIna: plus caldemente que ille curre -LangIta: più caldamente che corra -LangNor: mer varmt enn han springer -LangSwe: mer varmt än han springer - Lang: SubjS when_Subj (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV sleep_V))) -LangDan: når hun sover -LangEng: when she sleeps -LangFin: kun hän nukkuu -LangFre: quand elle dort -LangGer: wenn sie schläft -LangIna: quando illa dormi -LangIta: quando dorme -LangNor: når hun sover -LangSwe: när hon sover - Lang: AdNum (AdnCAdv more_CAdv) (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))) -LangDan: mer end fem -LangEng: more than five -LangFin: enemmän kuin viisi -LangFre: plus que cinq -LangGer: mehr als fünf -LangIna: plus que cinque -LangIta: più che cinque -LangNor: mer enn fem -LangSwe: mer än fem - Lang: ConjS and_Conj (BaseS (UseCl TPres ASimul PPos (PredVP (UsePron he_Pron) (UseV walk_V))) (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV run_V)))) -LangDan: han går og hun løber -LangEng: he walks and she runs -LangFin: hän kävelee ja hän juoksee -LangFre: il marche et elle court -LangGer: er geht und sie läuft -LangIna: ille ambula e illa curre -LangIta: cammina e corre -LangNor: han går og hun springer -LangSwe: han går och hon springer - Lang: ConjAP and_Conj (BaseAP (PositA cold_A) (PositA warm_A)) -LangDan: kold og varm -LangEng: cold and warm -LangFin: kylmä ja lämmin -LangFre: froid et chaud -LangGer: kalt und warm -LangIna: frigide e calde -LangIta: freddo e caldo -LangNor: kald og varm -LangSwe: kall och varm - Lang: ConjNP or_Conj (BaseNP (UsePron she_Pron) (UsePron we_Pron)) -LangDan: hun eller vi -LangEng: she or we -LangFin: hän tai me -LangFre: elle ou nous -LangGer: sie oder wir -LangIna: illa o nos -LangIta: lei o noi -LangNor: hun eller vi -LangSwe: hon eller vi - Lang: ConjAdv or_Conj (BaseAdv here_Adv there_Adv) -LangDan: her eller der -LangEng: here or there -LangFin: täällä tai siellä -LangFre: ici ou là -LangGer: hier oder da -LangIna: hic o ibi -LangIta: quì o là -LangNor: her eller der -LangSwe: här eller där - Lang: ConjS either7or_DConj (BaseS (UseCl TPres ASimul PPos (PredVP (UsePron he_Pron) (UseV walk_V))) (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV run_V)))) -LangDan: enten han går eller hun løber -LangEng: either he walks or she runs -LangFin: joko hän kävelee tai hän juoksee -LangFre: ou il marche ou elle court -LangGer: entweder er geht oder sie läuft -LangIna: o ille ambula o illa curre -LangIta: o cammina o corre -LangNor: enten han går eller hun springer -LangSwe: antingen han går eller hon springer - Lang: ConjAP both7and_DConj (BaseAP (PositA warm_A) (PositA cold_A)) -LangDan: både varm og kold -LangEng: both warm and cold -LangFin: sekä lämmin että kylmä -LangFre: et chaud et froid -LangGer: sowohl warm als auch kalt -LangIna: e calde e frigide -LangIta: e caldo e freddo -LangNor: både varm og kald -LangSwe: både varm och kall - Lang: ConjNP either7or_DConj (BaseNP (UsePron he_Pron) (UsePron she_Pron)) -LangDan: enten han eller hun -LangEng: either he or she -LangFin: joko hän tai hän -LangFre: ou lui ou elle -LangGer: entweder er oder sie -LangIna: o ille o illa -LangIta: o lui o lei -LangNor: enten han eller hun -LangSwe: antingen han eller hon - Lang: ConjAdv both7and_DConj (BaseAdv here_Adv there_Adv) -LangDan: både her og der -LangEng: both here and there -LangFin: sekä täällä että siellä -LangFre: et ici et là -LangGer: sowohl hier als auch da -LangIna: e hic e ibi -LangIta: e quì e là -LangNor: både her og der -LangSwe: både här och där - Lang: ImpersCl (UseComp (CompAP (PositA hot_A))) -LangDan: det er hedt -LangEng: it is hot -LangFin: on kuuma -LangFre: il est chaud -LangGer: es ist heiß -LangIna: il es calide -LangIta: è caldo -LangNor: det er heitt -LangSwe: det är hett - Lang: GenericCl (UseV sleep_V) -LangDan: man sover -LangEng: one sleeps -LangFin: nukutaan -LangFre: on dort -LangGer: man schläft -LangIna: on dormi -LangIta: si dorme -LangNor: man sover -LangSwe: man sover - Lang: CleftNP (UsePron i_Pron) (UseRCl TPast ASimul PPos (RelVP IdRP (ComplSlash (SlashV2a do_V2) (UsePron it_Pron)))) -LangDan: det er jeg som gjorde det -LangEng: it is I who did it -LangFin: se on minä joka tein sen -LangFre: c' est moi qui le faisais -LangGer: es ist ich der es tat -LangIna: lo es me qui faceva lo -LangIta: è io che lo facevo -LangNor: det er jeg som gjorde det -LangSwe: det är jag som gjorde det - Lang: CleftAdv here_Adv (UseCl TPast ASimul PPos (PredVP (UsePron she_Pron) (UseV sleep_V))) -LangDan: det er her hun sov -LangEng: it is here that she slept -LangFin: se on täällä kun hän nukkui -LangFre: c' est ici qu' elle dormait -LangGer: es ist hier daß sie schlief -LangIna: lo es hic que illa dormiva -LangIta: è quì che dormiva -LangNor: det er her hun sov -LangSwe: det är här hon sov - Lang: ExistNP (DetArtSg IndefArt (UseN house_N)) -LangDan: det findes et hus -LangEng: there is a house -LangFin: on olemassa talo -LangFre: il y a une maison -LangGer: es gibt ein Haus -LangIna: il ha un domo -LangIta: c' è una casa -LangNor: det finnes et hus -LangSwe: det finns ett hus - Lang: ExistIP (IdetCN (IdetQuant which_IQuant NumPl) (UseN house_N)) -LangDan: hvilke huse findes det -LangEng: which houses are there -LangFin: mitä taloja on olemassa -LangFre: quelles maisons il y a -LangGer: welche Häuser gibt es -LangIna: qual domos il ha -LangIta: quali case ci sono -LangNor: hvilke hus finnes det -LangSwe: vilka hus finns det - Lang: PredVP (UsePron i_Pron) (ProgrVP (UseV sleep_V)) -LangDan: jeg er ved å sove -LangEng: I am sleeping -LangFin: minä olen nukkumassa -LangFre: je suis en train de dormir -LangGer: ich schlafe eben -LangIna: io dormi -LangIta: sto dormendo -LangNor: jeg er ved å sove -LangSwe: jag håller på att sova - Lang: ImpPl1 (UseV go_V) -LangDan: lad os gå -LangEng: let's go -LangFin: mennään -LangFre: allons -LangGer: gehen wir -LangIna: que nos i -LangIta: andiamo -LangNor: lat oss gå -LangSwe: låt oss gå - Lang: DetArtSg DefArt (UseN man_N) -LangDan: manden -LangEng: the man -LangFin: mies -LangFre: l' homme -LangGer: der Mann -LangIna: le viro -LangIta: l' uomo -LangNor: mannen -LangSwe: mannen - Lang: UsePN john_PN -LangDan: John -LangEng: John -LangFin: Jussi -LangFre: Jean -LangGer: Johann -LangIna: John -LangIta: Giovanni -LangNor: John -LangSwe: Johan - Lang: UsePron he_Pron -LangDan: han -LangEng: he -LangFin: hän -LangFre: lui -LangGer: er -LangIna: ille -LangIta: lui -LangNor: han -LangSwe: han - Lang: PredetNP only_Predet (DetArtSg DefArt (UseN man_N)) -LangDan: kun manden -LangEng: only the man -LangFin: vain mies -LangFre: seulement l' homme -LangGer: nur der Mann -LangIna: unic le viro -LangIta: soltanto l' uomo -LangNor: kun mannen -LangSwe: bara mannen - Lang: PPartNP (DetArtSg DefArt (UseN man_N)) see_V2 -LangDan: manden set -LangEng: the man seen -LangFin: mies nähtynä -LangFre: l' homme vu -LangGer: der Mann gesehen -LangIna: le viro vidite -LangIta: l' uomo visto -LangNor: mannen sett -LangSwe: mannen sedd - Lang: AdvNP (UsePN paris_PN) today_Adv -LangDan: Paris idag -LangEng: Paris today -LangFin: Pariisi tänään -LangFre: Paris aujourd'hui -LangGer: Paris heute -LangIna: Paris hodie -LangIta: Parigi oggi -LangNor: Paris idag -LangSwe: Paris idag - Lang: RelNP (UsePN paris_PN) (UseRCl TPres ASimul PPos (RelVP IdRP (UseComp (CompAdv here_Adv)))) -LangDan: Paris , som er her -LangEng: Paris , which is here -LangFin: Pariisi , joka on täällä -LangFre: Paris qui est ici -LangGer: Paris , das hier ist -LangIna: Paris , qui es hic -LangIta: Parigi che è quì -LangNor: Paris , som er her -LangSwe: Paris , som är här - Lang: DetNP (DetQuant this_Quant (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))))) -LangDan: disse fem -LangEng: these five -LangFin: nämä viisi -LangFre: ces cinq -LangGer: diese fünf -LangIna: istes cinque -LangIta: questi cinque -LangNor: disse fem -LangSwe: de här fem - Lang: DetCN (DetQuantOrd this_Quant (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5))))))) (OrdSuperl good_A)) (UseN man_N) -LangDan: disse fem bedste mænd -LangEng: these five best men -LangFin: nämä viisi parasta miestä -LangFre: ces cinq meilleurs hommes -LangGer: diese fünf besten Männer -LangIna: istes cinque optime viros -LangIta: questi cinque migliori uomini -LangNor: disse fem beste mennen -LangSwe: de här fem bästa männen - Lang: DetCN (DetQuant this_Quant (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))))) (UseN man_N) -LangDan: disse fem mænd -LangEng: these five men -LangFin: nämä viisi miestä -LangFre: ces cinq hommes -LangGer: diese fünf Männer -LangIna: istes cinque viros -LangIta: questi cinque uomini -LangNor: disse fem mennen -LangSwe: de här fem männen - Lang: DetCN (DetQuant this_Quant NumPl) (UseN man_N) -LangDan: disse mænd -LangEng: these men -LangFin: nämä miehet -LangFre: ces hommes -LangGer: diese Männer -LangIna: istes viros -LangIta: questi uomini -LangNor: disse mennen -LangSwe: de här männen - Lang: DetCN (DetQuant this_Quant NumSg) (UseN man_N) -LangDan: denne mand -LangEng: this man -LangFin: tämä mies -LangFre: cet homme -LangGer: dieser Mann -LangIna: iste viro -LangIta: questo uomo -LangNor: denne mannen -LangSwe: den här mannen - Lang: NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))) -LangDan: fem -LangEng: five -LangFin: viisi -LangFre: cinq -LangGer: fünf -LangIna: cinque -LangIta: cinque -LangNor: fem -LangSwe: fem - Lang: NumCard (NumDigits (IIDig D_5 (IDig D_1))) -LangDan: 5 1 -LangEng: 5 1 -LangFin: 5 1 -LangFre: 5 1 -LangGer: 5 1 -LangIna: 5 1 -LangIta: 5 1 -LangNor: 5 1 -LangSwe: 5 1 - Lang: NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot1plus n5 pot01))))) -LangDan: et og halvtreds -LangEng: fifty - one -LangFin: viisi kymmentä yksi -LangFre: cinquante et un -LangGer: ein und fünfzig -LangIna: quinte - un -LangIta: cinquanta uno -LangNor: femti en -LangSwe: femtio en - Lang: NumCard (AdNum almost_AdN (NumDigits (IIDig D_5 (IDig D_1)))) -LangDan: næsten 5 1 -LangEng: almost 5 1 -LangFin: melkein 5 1 -LangFre: presque 5 1 -LangGer: fast 5 1 -LangIna: quasi 5 1 -LangIta: quasi 5 1 -LangNor: nesten 5 1 -LangSwe: nästan 5 1 - Lang: OrdDigits (IIDig D_5 (IDig D_1)) -LangDan: 5 1:e -LangEng: 5 1st -LangFin: 5 1. -LangFre: 5 1er -LangGer: 5 1e -LangIna: 5 1e -LangIta: 5 1:o -LangNor: 5 1:e -LangSwe: 5 1:a - Lang: OrdNumeral (num (pot2as3 (pot1as2 (pot1plus n5 pot01)))) -LangDan: et og halvtredsindstyvende -LangEng: fifty - first -LangFin: viides kymmenes yhdes -LangFre: cinquante et unième -LangGer: ein und fünfzigst -LangIna: quinte - dece -LangIta: cinquanta primo -LangNor: femti første -LangSwe: femtio första - Lang: OrdSuperl warm_A -LangDan: varmeste -LangEng: warmest -LangFin: lämpimin -LangFre: plus chaud -LangGer: wärmst -LangIna: le plus calde -LangIta: più caldo -LangNor: varmeste -LangSwe: varmaste - Lang: DetCN (DetArtOrd DefArt (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5))))))) (OrdSuperl good_A)) (UseN man_N) -LangDan: de fem bedste mændene -LangEng: the five best men -LangFin: viisi parhaimmat miestä -LangFre: les cinq meilleurs hommes -LangGer: die fünf besten Männer -LangIna: le cinque optime viros -LangIta: i cinque migliori uomini -LangNor: de fem beste mennen -LangSwe: de fem bästa männen - Lang: DetCN (DetArtCard DefArt (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5))))))) (UseN man_N) -LangDan: de fem mændene -LangEng: the five men -LangFin: viisi miestä -LangFre: les cinq hommes -LangGer: die fünf Männer -LangIna: le cinque viros -LangIta: i cinque uomini -LangNor: de fem mennen -LangSwe: de fem männen - Lang: DetCN (DetArtCard IndefArt (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 pot01)))))) (UseN man_N) -LangDan: en mand -LangEng: one man -LangFin: yksi mies -LangFre: un homme -LangGer: ein Mann -LangIna: un viro -LangIta: uno uomo -LangNor: en mann -LangSwe: en man - Lang: DetCN (DetArtCard DefArt (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 pot01)))))) (UseN man_N) -LangDan: den en manden -LangEng: the one man -LangFin: yksi mies -LangFre: l' un homme -LangGer: der ein Mann -LangIna: le un viro -LangIta: l' uno uomo -LangNor: den en mannen -LangSwe: den en mannen - Lang: DetArtSg DefArt (UseN man_N) -LangDan: manden -LangEng: the man -LangFin: mies -LangFre: l' homme -LangGer: der Mann -LangIna: le viro -LangIta: l' uomo -LangNor: mannen -LangSwe: mannen - Lang: DetArtPl DefArt (UseN man_N) -LangDan: mændene -LangEng: the men -LangFin: miehet -LangFre: les hommes -LangGer: die Männer -LangIna: le viros -LangIta: gli uomini -LangNor: mennen -LangSwe: männen - Lang: MassNP (UseN beer_N) -LangDan: øl -LangEng: beer -LangFin: olut -LangFre: de la bière -LangGer: Bier -LangIna: bira -LangIta: della birra -LangNor: øl -LangSwe: öl - Lang: DetCN (DetQuant (PossPron i_Pron) NumSg) (UseN house_N) -LangDan: mit hus -LangEng: my house -LangFin: minun talo &+ ni -LangFre: ma maison -LangGer: mein Haus -LangIna: mi domo -LangIta: la mia casa -LangNor: mit hus -LangSwe: mitt hus - Lang: UseN house_N -LangDan: hus -LangEng: house -LangFin: talo -LangFre: maison -LangGer: Haus -LangIna: domo -LangIta: casa -LangNor: hus -LangSwe: hus - Lang: ComplN2 mother_N2 (DetArtSg DefArt (UseN king_N)) -LangDan: moder til kongen -LangEng: mother of the king -LangFin: kuninkaan äiti -LangFre: mère du roi -LangGer: Mutter von dem König -LangIna: matre del rege -LangIta: madre del ré -LangNor: mor til kongen -LangSwe: mor till kungen - Lang: ComplN2 (ComplN3 distance_N3 (DetCN (DetQuant this_Quant NumSg) (UseN city_N))) (UsePN paris_PN) -LangDan: afstand fra denne by til Paris -LangEng: distance from this city to Paris -LangFin: etäisyys tästä kaupungista Pariisiin -LangFre: distance de cette ville à Paris -LangGer: Entfernung von dieser Stadt zu Paris -LangIna: distantia de iste urbe a Paris -LangIta: distanza di questa città a Parigi -LangNor: avstand fra denne byen til Paris -LangSwe: avstånd från den här staden till Paris - Lang: UseN2 mother_N2 -LangDan: moder -LangEng: mother -LangFin: äiti -LangFre: mère -LangGer: Mutter -LangIna: matre -LangIta: madre -LangNor: mor -LangSwe: mor - Lang: ComplN2 (Use2N3 distance_N3) (DetCN (DetQuant this_Quant NumSg) (UseN city_N)) -LangDan: afstand fra denne by -LangEng: distance from this city -LangFin: etäisyys tästä kaupungista -LangFre: distance de cette ville -LangGer: Entfernung von dieser Stadt -LangIna: distantia de iste urbe -LangIta: distanza di questa città -LangNor: avstand fra denne byen -LangSwe: avstånd från den här staden - Lang: ComplN2 (Use3N3 distance_N3) (UsePN paris_PN) -LangDan: afstand til Paris -LangEng: distance to Paris -LangFin: etäisyys Pariisiin -LangFre: distance de Paris -LangGer: Entfernung zu Paris -LangIna: distantia a Paris -LangIta: distanza di Parigi -LangNor: avstand til Paris -LangSwe: avstånd till Paris - Lang: UseN2 (Use2N3 distance_N3) -LangDan: afstand -LangEng: distance -LangFin: etäisyys -LangFre: distance -LangGer: Entfernung -LangIna: distantia -LangIta: distanza -LangNor: avstand -LangSwe: avstånd - Lang: AdjCN (PositA big_A) (UseN house_N) -LangDan: stort hus -LangEng: big house -LangFin: suuri talo -LangFre: grande maison -LangGer: großes Haus -LangIna: domo magne -LangIta: grande casa -LangNor: stort hus -LangSwe: stort hus - Lang: RelCN (UseN house_N) (UseRCl TPast ASimul PPos (RelSlash IdRP (SlashVP (UsePN john_PN) (SlashV2a buy_V2)))) -LangDan: hus som John købte -LangEng: house which John bought -LangFin: talo jonka Jussi osti -LangFre: maison que Jean achetait -LangGer: Haus das Johann kaufte -LangIna: domo que John comprva -LangIta: casa che Giovanni comprava -LangNor: hus som John kjøpte -LangSwe: hus som Johan köpte - Lang: AdvCN (UseN house_N) (PrepNP on_Prep (DetArtSg DefArt (UseN hill_N))) -LangDan: hus på højen -LangEng: house on the hill -LangFin: talo kukkulalla -LangFre: maison sur la colline -LangGer: Haus auf dem Hügel -LangIna: domo super le monticulo -LangIta: casa sulla collina -LangNor: hus på haugen -LangSwe: hus på kullen - Lang: SentCN (UseN question_N) (EmbedQS (UseQCl TPres ASimul PPos (QuestIAdv where_IAdv (PredVP (UsePron she_Pron) (UseV sleep_V))))) -LangDan: spørgsmål hver hun sover -LangEng: question where she sleeps -LangFin: kysymys missä hän nukkuu -LangFre: question où elle dort -LangGer: Frage wo sie schläft -LangIna: question ubi illa dormi -LangIta: domanda dove dorme -LangNor: spørsmål hver hun sover -LangSwe: fråga var hon sover - Lang: DetArtSg DefArt (ApposCN (UseN city_N) (UsePN paris_PN)) -LangDan: byen Paris -LangEng: the city Paris -LangFin: kaupunki Pariisi -LangFre: la ville Paris -LangGer: die Stadt Paris -LangIna: le urbe Paris -LangIta: la città Parigi -LangNor: byen Paris -LangSwe: staden Paris - Lang: DetCN (DetQuant (PossPron i_Pron) NumSg) (ApposCN (UseN friend_N) (UsePN john_PN)) -LangDan: min ven John -LangEng: my friend John -LangFin: minun ystävä &+ ni Jussi -LangFre: mon ami Jean -LangGer: mein Freund Johann -LangIna: mi amico John -LangIta: il mio amico Giovanni -LangNor: min venn John -LangSwe: min vän Johan - Lang: num (pot2as3 (pot1as2 (pot0as1 (pot0 n6)))) -LangDan: seks -LangEng: six -LangFin: kuusi -LangFre: six -LangGer: sechs -LangIna: sex -LangIta: sei -LangNor: seks -LangSwe: sex - Lang: num (pot2as3 (pot1as2 (pot0as1 pot01))) -LangDan: en -LangEng: one -LangFin: yksi -LangFre: un -LangGer: ein -LangIna: un -LangIta: uno -LangNor: en -LangSwe: en - Lang: num (pot2as3 (pot1as2 (pot1 n6))) -LangDan: tres -LangEng: sixty -LangFin: kuusi kymmentä -LangFre: soixante -LangGer: sechszig -LangIna: sexte -LangIta: sessanta -LangNor: seksti -LangSwe: sextio - Lang: num (pot2as3 (pot1as2 pot110)) -LangDan: ti -LangEng: ten -LangFin: kymmenen -LangFre: dix -LangGer: zehn -LangIna: dece -LangIta: dieci -LangNor: ti -LangSwe: tio - Lang: num (pot2as3 (pot1as2 pot111)) -LangDan: elleve -LangEng: eleven -LangFin: yksi toista -LangFre: onze -LangGer: elf -LangIna: dece-un -LangIta: undici -LangNor: elve -LangSwe: elva - Lang: num (pot2as3 (pot1as2 (pot1to19 n6))) -LangDan: seksten -LangEng: sixteen -LangFin: kuusi toista -LangFre: seize -LangGer: sechszehn -LangIna: dece - sex -LangIta: sessanta -LangNor: seksten -LangSwe: sexton - Lang: num (pot2as3 (pot1as2 (pot1 n6))) -LangDan: tres -LangEng: sixty -LangFin: kuusi kymmentä -LangFre: soixante -LangGer: sechszig -LangIna: sexte -LangIta: sessanta -LangNor: seksti -LangSwe: sextio - Lang: num (pot2as3 (pot1as2 (pot1plus n6 (pot0 n5)))) -LangDan: fem og tres -LangEng: sixty - five -LangFin: kuusi kymmentä viisi -LangFre: soixante - cinq -LangGer: fünf und sechszig -LangIna: sexte - cinque -LangIta: sessanta cinque -LangNor: seksti fem -LangSwe: sextio fem - Lang: num (pot2as3 (pot2 (pot0 n4))) -LangDan: fire hundrede -LangEng: four hundred -LangFin: neljä sataa -LangFre: quatre cents -LangGer: vier hundert -LangIna: quatro cento -LangIta: quattro cento -LangNor: fire hundre -LangSwe: fyra hundra - Lang: num (pot2as3 (pot2plus (pot0 n4) (pot1plus n6 (pot0 n7)))) -LangDan: fire hundrede og syv og tres -LangEng: four hundred and sixty - seven -LangFin: neljä sataa kuusi kymmentä seitsemän -LangFre: quatre cent soixante - sept -LangGer: vier hundert sieben und sechszig -LangIna: quatro cento sexte - septe -LangIta: quattro cento sessanta sette -LangNor: fire hundre og seksti sju -LangSwe: fyra hundra sextio sju - Lang: num (pot3 (pot2plus (pot0 n4) (pot1plus n6 (pot0 n7)))) -LangDan: fire hundrede og syv og tres tusind -LangEng: four hundred and sixty - seven thousand -LangFin: neljä sataa kuusi kymmentä seitsemän tuhatta -LangFre: quatre cent soixante - sept mille -LangGer: vier hundert sieben und sechszig tausend -LangIna: quatro cento sexte - septe mille -LangIta: quattro cento sessanta sette mila -LangNor: fire hundre og seksti sju tusen -LangSwe: fyra hundra sextio sju tusen - Lang: num (pot3plus (pot2plus (pot0 n4) (pot1plus n6 (pot0 n7))) (pot1as2 (pot1plus n8 (pot0 n9)))) -LangDan: fire hundrede og syv og tres tusind og ni og firs -LangEng: four hundred and sixty - seven thousand eighty - nine -LangFin: neljä sataa kuusi kymmentä seitsemän tuhatta kahdeksan kymmentä yhdeksän -LangFre: quatre cent soixante - sept mille quatre-vingt - neuf -LangGer: vier hundert sieben und sechszig tausend neun und achzig -LangIna: quatro cento sexte - septe mille octave - novem -LangIta: quattro cento sessanta sette mila ottanta nove -LangNor: fire hundre og seksti sju tusen og åtti ni -LangSwe: fyra hundra sextio sju tusen åttio nio - Lang: IDig D_8 -LangDan: 8 -LangEng: 8 -LangFin: 8 -LangFre: 8 -LangGer: 8 -LangIna: 8 -LangIta: 8 -LangNor: 8 -LangSwe: 8 - Lang: IIDig D_8 (IIDig D_0 (IIDig D_0 (IIDig D_1 (IIDig D_7 (IIDig D_8 (IDig D_9)))))) -LangDan: 8 0 0 1 7 8 9 -LangEng: 8 , 0 0 1 , 7 8 9 -LangFin: 8 0 0 1 7 8 9 -LangFre: 8 0 0 1 7 8 9 -LangGer: 8 0 0 1 7 8 9 -LangIna: 8 , 0 0 1 , 7 8 9 -LangIta: 8 0 0 1 7 8 9 -LangNor: 8 0 0 1 7 8 9 -LangSwe: 8 0 0 1 7 8 9 - Lang: PhrUtt but_PConj (UttImpSg PPos (ImpVP (AdvVP (UseV come_V) here_Adv))) (VocNP (DetCN (DetQuant (PossPron i_Pron) NumSg) (UseN friend_N))) -LangDan: men kom her , min ven -LangEng: but come here , my friend -LangFin: mutta tule täällä , minun ystävä &+ ni -LangFre: mais viens ici , mon ami -LangGer: aber komm hier , mein Freund -LangIna: sed veni hic , mi amico -LangIta: ma vieni quì , il mio amico -LangNor: men komm her , min venn -LangSwe: men kom här , min vän - Lang: PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (UsePN john_PN) (UseV walk_V)))) NoVoc -LangDan: John går -LangEng: John walks -LangFin: Jussi kävelee -LangFre: Jean marche -LangGer: Johann geht -LangIna: John ambula -LangIta: Giovanni cammina -LangNor: John går -LangSwe: Johan går - Lang: UttQS (UseQCl TPres ASimul PPos (QuestCl (PredVP (UsePron it_Pron) (UseComp (CompAP (PositA good_A)))))) -LangDan: er det godt -LangEng: is it good -LangFin: on &+ ko se hyvä -LangFre: il est bon -LangGer: ist es gut -LangIna: es illo bon -LangIta: è buono -LangNor: er det godt -LangSwe: är det gott - Lang: UttImpSg PNeg (ImpVP (ReflVP (SlashV2a love_V2))) -LangDan: elsk ikke dig -LangEng: don't love yourself -LangFin: älä rakasta itseäsi -LangFre: ne t' aime pas -LangGer: liebe dich nicht -LangIna: non adora te -LangIta: non amar &+ ti -LangNor: elsk ikke deg -LangSwe: älska inte dig - Lang: UttImpPl PNeg (ImpVP (ReflVP (SlashV2a love_V2))) -LangDan: elsk ikke jer -LangEng: don't love yourselves -LangFin: älkää rakastako itseänne -LangFre: ne vous aimez pas -LangGer: liebt euch nicht -LangIna: non adora vos -LangIta: non amate &+ vi -LangNor: elsk ikke jer -LangSwe: älska inte er - Lang: UttImpPol PNeg (ImpVP (UseV sleep_V)) -LangDan: sov ikke -LangEng: don't sleep -LangFin: älkää nukkuko -LangFre: ne dormez pas -LangGer: schlafen Sie nicht -LangIna: non dormi -LangIta: non dorma -LangNor: sov ikke -LangSwe: sov inte - Lang: UttIP whoPl_IP -LangDan: hvilke -LangEng: who -LangFin: ketkä -LangFre: qui -LangGer: wer -LangIna: qui -LangIta: chi -LangNor: hvilke -LangSwe: vilka - Lang: UttIP whoSg_IP -LangDan: hvem -LangEng: who -LangFin: kuka -LangFre: qui -LangGer: wer -LangIna: qui -LangIta: chi -LangNor: hvem -LangSwe: vem - Lang: UttIAdv why_IAdv -LangDan: hvorfor -LangEng: why -LangFin: miksi -LangFre: pourquoi -LangGer: warum -LangIna: proque -LangIta: perché -LangNor: hvorfor -LangSwe: varför - Lang: UttNP (DetCN (DetQuant this_Quant NumSg) (UseN man_N)) -LangDan: denne mand -LangEng: this man -LangFin: tämä mies -LangFre: cet homme -LangGer: dieser Mann -LangIna: iste viro -LangIta: questo uomo -LangNor: denne mannen -LangSwe: den här mannen - Lang: UttAdv here_Adv -LangDan: her -LangEng: here -LangFin: täällä -LangFre: ici -LangGer: hier -LangIna: hic -LangIta: quì -LangNor: her -LangSwe: här - Lang: UttVP (UseV sleep_V) -LangDan: at sove -LangEng: to sleep -LangFin: nukkua -LangFre: dormir -LangGer: schlafen -LangIna: dormir -LangIta: dormire -LangNor: å sove -LangSwe: att sova - Lang: VocNP (DetCN (DetQuant (PossPron i_Pron) NumSg) (UseN friend_N)) -LangDan: , min ven -LangEng: , my friend -LangFin: , minun ystävä &+ ni -LangFre: , mon ami -LangGer: , mein Freund -LangIna: , mi amico -LangIta: , il mio amico -LangNor: , min venn -LangSwe: , min vän - Lang: QuestCl (PredVP (UsePN john_PN) (UseV walk_V)) -LangDan: går John -LangEng: does John walk -LangFin: kävelee &+ kö Jussi -LangFre: Jean marche -LangGer: geht Johann -LangIna: an John ambula -LangIta: Giovanni cammina -LangNor: går John -LangSwe: går Johan - Lang: QuestVP whoSg_IP (UseV walk_V) -LangDan: hvem går -LangEng: who walks -LangFin: kuka kävelee -LangFre: qui marche -LangGer: wer geht -LangIna: qui ambula -LangIta: chi cammina -LangNor: hvem går -LangSwe: vem går - Lang: QuestSlash whoSg_IP (SlashVP (UsePN john_PN) (SlashV2a love_V2)) -LangDan: hvem elsker John -LangEng: whom does John love -LangFin: kenä Jussi rakastaa -LangFre: qui aime Jean -LangGer: wen liebt Johann -LangIna: qui John adora -LangIta: chi ama Giovanni -LangNor: hvem elsker John -LangSwe: vem älskar Johan - Lang: QuestIAdv why_IAdv (PredVP (UsePN john_PN) (UseV walk_V)) -LangDan: hvorfor går John -LangEng: why does John walk -LangFin: miksi Jussi kävelee -LangFre: pourquoi marche Jean -LangGer: warum geht Johann -LangIna: proque John ambula -LangIta: perché cammina Giovanni -LangNor: hvorfor går John -LangSwe: varför går Johan - Lang: QuestIComp (CompIAdv where_IAdv) (UsePN john_PN) -LangDan: hver er John -LangEng: where is John -LangFin: missä Jussi on -LangFre: où est Jean -LangGer: wo ist Johann -LangIna: ubi John es -LangIta: dove è Giovanni -LangNor: hver er John -LangSwe: var är Johan - Lang: IdetCN (IdetQuant which_IQuant (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))))) (UseN song_N) -LangDan: hvilke fem sanger -LangEng: which five songs -LangFin: mitkä viisi laulua -LangFre: quelles cinq chansons -LangGer: welche fünf Lieder -LangIna: qual cinque cantos -LangIta: quali cinque canzoni -LangNor: hvilke fem sanger -LangSwe: vilka fem sånger - Lang: IdetIP (IdetQuant which_IQuant (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))))) -LangDan: hvilke fem -LangEng: which five -LangFin: mitkä viisi -LangFre: quels cinq -LangGer: welche fünf -LangIna: qual cinque -LangIta: quali cinque -LangNor: hvilke fem -LangSwe: vilka fem - Lang: AdvIP whoSg_IP (PrepNP in_Prep (UsePN paris_PN)) -LangDan: hvem i Paris -LangEng: who in Paris -LangFin: kuka Pariisissa -LangFre: qui dans Paris -LangGer: wer in Paris -LangIna: qui in Paris -LangIta: chi in Parigi -LangNor: hvem i Paris -LangSwe: vem i Paris - Lang: IdetIP (IdetQuant which_IQuant NumSg) -LangDan: hvilket -LangEng: which -LangFin: mikä -LangFre: quel -LangGer: welches -LangIna: quales -LangIta: quale -LangNor: hvilket -LangSwe: vilket - Lang: PrepIP with_Prep whoSg_IP -LangDan: med hvem -LangEng: with whom -LangFin: kenen kanssa -LangFre: avec qui -LangGer: mit wem -LangIna: con qui -LangIta: con chi -LangNor: med hvem -LangSwe: med vem - Lang: QuestIComp (CompIAdv where_IAdv) (UsePron it_Pron) -LangDan: hver er det -LangEng: where is it -LangFin: missä se on -LangFre: où est il -LangGer: wo ist es -LangIna: ubi illo es -LangIta: dove è -LangNor: hver er det -LangSwe: var är det - Lang: QuestIComp (CompIP whoSg_IP) (UsePron it_Pron) -LangDan: hvem er det -LangEng: who is it -LangFin: kuka se on -LangFre: qui est il -LangGer: wer ist es -LangIna: qui illo es -LangIta: chi è -LangNor: hvem er det -LangSwe: vem är det - Lang: ExistNP (DetArtSg IndefArt (RelCN (UseN woman_N) (UseRCl TPres ASimul PPos (RelCl (PredVP (UsePN john_PN) (ComplSlash (SlashV2a love_V2) (UsePron she_Pron))))))) -LangDan: det findes en kvinde sådan at John elsker hende -LangEng: there is a woman such that John loves her -LangFin: on olemassa nainen siten että Jussi rakastaa häntä -LangFre: il y a une femme telle que Jean l' aime -LangGer: es gibt eine Frau derart daß Johann sie liebt -LangIna: il ha un femina tal que John adora la -LangIta: c' è una donna tale che Giovanni la ama -LangNor: det finnes ei kvinne sådan at John elsker henne -LangSwe: det finns en kvinna sådan att Johan älskar henne - Lang: ExistNP (DetArtSg IndefArt (RelCN (UseN woman_N) (UseRCl TPres ASimul PPos (RelVP IdRP (ComplSlash (SlashV2a love_V2) (UsePN john_PN)))))) -LangDan: det findes en kvinde som elsker John -LangEng: there is a woman who loves John -LangFin: on olemassa nainen joka rakastaa Jussia -LangFre: il y a une femme qui aime Jean -LangGer: es gibt eine Frau die Johann liebt -LangIna: il ha un femina qui adora John -LangIta: c' è una donna che ama Giovanni -LangNor: det finnes ei kvinne som elsker John -LangSwe: det finns en kvinna som älskar Johan - Lang: ExistNP (DetArtSg IndefArt (RelCN (UseN woman_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePN john_PN) (SlashV2a love_V2)))))) -LangDan: det findes en kvinde som John elsker -LangEng: there is a woman whom John loves -LangFin: on olemassa nainen jota Jussi rakastaa -LangFre: il y a une femme que Jean aime -LangGer: es gibt eine Frau die Johann liebt -LangIna: il ha un femina que John adora -LangIta: c' è una donna che Giovanni ama -LangNor: det finnes ei kvinne som John elsker -LangSwe: det finns en kvinna som Johan älskar - Lang: ExistNP (DetArtSg IndefArt (RelCN (UseN woman_N) (UseRCl TPres ASimul PPos (RelSlash (FunRP possess_Prep (DetArtSg DefArt (UseN2 mother_N2)) IdRP) (SlashVP (UsePN john_PN) (SlashV2a love_V2)))))) -LangDan: det findes en kvinde moderen af hvilken John elsker -LangEng: there is a woman the mother of whom John loves -LangFin: on olemassa nainen jonka äitiä Jussi rakastaa -LangFre: il y a une femme la mère de laquelle Jean aime -LangGer: es gibt eine Frau die Mutter von der Johann liebt -LangIna: il ha un femina le matre cuje John adora -LangIta: c' è una donna la madre cui Giovanni ama -LangNor: det finnes ei kvinne moren av hvilken John elsker -LangSwe: det finns en kvinna modern av vilken Johan älskar - Lang: PredVP (UsePN john_PN) (UseV walk_V) -LangDan: John går -LangEng: John walks -LangFin: Jussi kävelee -LangFre: Jean marche -LangGer: Johann geht -LangIna: John ambula -LangIta: Giovanni cammina -LangNor: John går -LangSwe: Johan går - Lang: PredSCVP (EmbedS (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV go_V)))) (UseComp (CompAP (PositA good_A))) -LangDan: at hun går er godt -LangEng: that she goes is good -LangFin: että hän menee on hyvä -LangFre: qu' elle va est bon -LangGer: daß sie geht ist gut -LangIna: que illa i es bon -LangIta: che va è buono -LangNor: at hun går er godt -LangSwe: att hon går är gott - Lang: RelCN (UseN girl_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePron he_Pron) (SlashV2a see_V2)))) -LangDan: pige som han ser -LangEng: girl whom he sees -LangFin: tyttö jonka hän näkee -LangFre: fille qu' il voit -LangGer: Mädchen das er sieht -LangIna: puera que ille vide -LangIta: ragazza che vede -LangNor: jente som han ser -LangSwe: flicka som han ser - Lang: RelCN (UseN girl_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (AdvSlash (SlashVP (UsePron he_Pron) (SlashV2a see_V2)) today_Adv))) -LangDan: pige som han ser idag -LangEng: girl whom he sees today -LangFin: tyttö jonka hän näkee tänään -LangFre: fille qu' il voit aujourd'hui -LangGer: Mädchen das er sieht heute -LangIna: puera que ille vide hodie -LangIta: ragazza che vede oggi -LangNor: jente som han ser idag -LangSwe: flicka som han ser idag - Lang: RelCN (UseN girl_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashPrep (PredVP (UsePron he_Pron) (UseV walk_V)) with_Prep))) -LangDan: pige med hvilken han går -LangEng: girl with whom he walks -LangFin: tyttö jonka kanssa hän kävelee -LangFre: fille avec laquelle il marche -LangGer: Mädchen mit dem er geht -LangIna: puera con que ille ambula -LangIta: ragazza con cui cammina -LangNor: jente med hvilken han går -LangSwe: flicka med vilken han går - Lang: RelCN (UseN girl_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVS (UsePron she_Pron) say_VS (UseSlash TPres ASimul PPos (SlashVP (UsePron he_Pron) (SlashV2a love_V2)))))) -LangDan: pige som hun siger at han elsker -LangEng: girl whom she says that he loves -LangFin: tyttö jota hän sanoo että hän rakastaa -LangFre: fille qu' elle dit qu' il aime -LangGer: Mädchen das sie sagt daß er liebt -LangIna: puera que illa dice que ille adora -LangIta: ragazza che dice che ama -LangNor: jente som hun sier at han elsker -LangSwe: flicka som hon säger att han älskar - Lang: ImpVP (ReflVP (SlashV2a love_V2)) -LangDan: elsk dig -LangEng: love yourself -LangFin: rakasta itseäsi -LangFre: aimez - vous -LangGer: lieben Sie sich -LangIna: adora te -LangIta: ami &+ si -LangNor: elsk deg -LangSwe: älska dig - Lang: EmbedS (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV go_V))) -LangDan: at hun går -LangEng: that she goes -LangFin: että hän menee -LangFre: qu' elle va -LangGer: daß sie geht -LangIna: que illa i -LangIta: che va -LangNor: at hun går -LangSwe: att hon går - Lang: EmbedQS (UseQCl TPres ASimul PPos (QuestVP whoSg_IP (UseV go_V))) -LangDan: hvem som går -LangEng: who goes -LangFin: kuka menee -LangFre: qui va -LangGer: wer geht -LangIna: qui i -LangIta: chi va -LangNor: hvem som går -LangSwe: vem som går - Lang: EmbedVP (UseV go_V) -LangDan: at gå -LangEng: to go -LangFin: mennä -LangFre: aller -LangGer: zu gehen -LangIna: ir -LangIta: andare -LangNor: å gå -LangSwe: att gå - Lang: UseCl TCond AAnter PNeg (PredVP (UsePN john_PN) (UseV walk_V)) -LangDan: John ville ikke være gået -LangEng: John wouldn't have walked -LangFin: Jussi ei olisi kävellyt -LangFre: Jean n' aurait pas marché -LangGer: Johann würde nicht gegangen sein -LangIna: John non haberea ambulate -LangIta: Giovanni non avrebbe camminato -LangNor: John ville ikke være gått -LangSwe: Johan skulle inte ha gått - Lang: UseQCl TCond AAnter PNeg (QuestCl (PredVP (UsePN john_PN) (UseV walk_V))) -LangDan: ville John ikke være gået -LangEng: wouldn't John have walked -LangFin: ei &+ kö Jussi olisi kävellyt -LangFre: Jean n' aurait pas marché -LangGer: würde Johann nicht gegangen sein -LangIna: an John non haberea ambulate -LangIta: Giovanni non avrebbe camminato -LangNor: ville John ikke være gått -LangSwe: skulle Johan inte ha gått - Lang: RelCN (UseN girl_N) (UseRCl TCond AAnter PNeg (RelVP IdRP (UseV walk_V))) -LangDan: pige som ikke ville være gået -LangEng: girl who wouldn't have walked -LangFin: tyttö joka ei olisi kävellyt -LangFre: fille qui n' aurait pas marché -LangGer: Mädchen das nicht gegangen sein würde -LangIna: puera qui non haberea ambulate -LangIta: ragazza che non avrebbe camminato -LangNor: jente som ikke ville være gått -LangSwe: flicka som inte skulle ha gått - Lang: RelCN (UseN girl_N) (UseRCl TCond AAnter PNeg (RelSlash IdRP (SlashPrep (PredVP (UsePron i_Pron) (UseV walk_V)) with_Prep))) -LangDan: pige med hvilken jeg ikke ville være gået -LangEng: girl with whom I wouldn't have walked -LangFin: tyttö jonka kanssa minä en olisi kävellyt -LangFre: fille avec laquelle je n' aurais pas marché -LangGer: Mädchen mit dem ich nicht gegangen sein würde -LangIna: puera con que io non haberea ambulate -LangIta: ragazza con cui non avrei camminato -LangNor: jente med hvilken jeg ikke ville være gått -LangSwe: flicka med vilken jag inte skulle ha gått - Lang: RelS (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV sleep_V))) (UseRCl TPres ASimul PPos (RelVP IdRP (UseComp (CompAP (PositA good_A))))) -LangDan: hun sover , hvilket er godt -LangEng: she sleeps , which is good -LangFin: hän nukkuu , mikä on hyvä -LangFre: elle dort , ce qui est bon -LangGer: sie schläft , das gut ist -LangIna: illa dormi , qui es bon -LangIta: dorme , ciò che è buono -LangNor: hun sover , hvilket er godt -LangSwe: hon sover , vilket är gott - Lang: TEmpty -LangDan: -LangEng: -LangFin: -LangFre: -LangGer: -LangIna: -LangIta: -LangNor: -LangSwe: - Lang: TFullStop (PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (UsePN john_PN) (UseV walk_V)))) NoVoc) TEmpty -LangDan: John går . -LangEng: John walks . -LangFin: Jussi kävelee . -LangFre: Jean marche . -LangGer: Johann geht . -LangIna: John ambula . -LangIta: Giovanni cammina . -LangNor: John går . -LangSwe: Johan går . - Lang: TQuestMark (PhrUtt NoPConj (UttQS (UseQCl TPres ASimul PPos (QuestCl (PredVP (UsePron they_Pron) (UseComp (CompAdv here_Adv)))))) NoVoc) TEmpty -LangDan: er de her ? -LangEng: are they here ? -LangFin: ovat &+ ko he täällä ? -LangFre: ils sont ici ? -LangGer: sind sie hier ? -LangIna: es illos hic ? -LangIta: sono quì ? -LangNor: er de her ? -LangSwe: är de här ? - Lang: TExclMark (PhrUtt NoPConj (ImpPl1 (UseV go_V)) NoVoc) TEmpty -LangDan: lad os gå ! -LangEng: let's go ! -LangFin: mennään ! -LangFre: allons ! -LangGer: gehen wir ! -LangIna: que nos i ! -LangIta: andiamo ! -LangNor: lat oss gå ! -LangSwe: låt oss gå ! - Lang: PredVP (UsePron i_Pron) (UseV sleep_V) -LangDan: jeg sover -LangEng: I sleep -LangFin: minä nukun -LangFre: je dors -LangGer: ich schlafe -LangIna: io dormi -LangIta: dormo -LangNor: jeg sover -LangSwe: jag sover - Lang: PredVP (UsePron i_Pron) (ComplVV want_VV (UseV run_V)) -LangDan: jeg vil løbe -LangEng: I want to run -LangFin: minä tahdon juosta -LangFre: je veux courir -LangGer: ich will laufen -LangIna: io wan currer -LangIta: voglio correre -LangNor: jeg vil springe -LangSwe: jag vill springa - Lang: PredVP (UsePron i_Pron) (ComplVS say_VS (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV run_V)))) -LangDan: jeg siger at hun løber -LangEng: I say that she runs -LangFin: minä sanon että hän juoksee -LangFre: je dis qu' elle court -LangGer: ich sage daß sie läuft -LangIna: io dice que illa curre -LangIta: dico che corre -LangNor: jeg sier at hun springer -LangSwe: jag säger att hon springer - Lang: PredVP (UsePron i_Pron) (ComplVQ wonder_VQ (UseQCl TPres ASimul PPos (QuestVP whoSg_IP (UseV run_V)))) -LangDan: jeg undres hvem som løber -LangEng: I wonder who runs -LangFin: minä ihmettelen kuka juoksee -LangFre: je m' étonne qui court -LangGer: ich wundere mich wer läuft -LangIna: io demanda qui curre -LangIta: mi domando chi corre -LangNor: jeg undrer hvem som springer -LangSwe: jag undrar vem som springer - Lang: PredVP (UsePron they_Pron) (ComplVA become_VA (PositA red_A)) -LangDan: de bliver røde -LangEng: they become red -LangFin: he tulevat punaisiksi -LangFre: ils deviennent rouges -LangGer: sie werden rot -LangIna: illos deveni rubie -LangIta: diventano rossi -LangNor: de blir røde -LangSwe: de blir röda - Lang: PredVP (UsePron i_Pron) (ComplSlash (Slash3V3 give_V3 (UsePron he_Pron)) (UsePron it_Pron)) -LangDan: jeg giver det til ham -LangEng: I give it to him -LangFin: minä annan sen hänelle -LangFre: je le lui donne -LangGer: ich gebe es ihm -LangIna: io da lo le -LangIta: glie lo do -LangNor: jeg gir det til ham -LangSwe: jag ger det till honom - Lang: PredVP (UsePron i_Pron) (ComplSlash (SlashV2V beg_V2V (UseV go_V)) (UsePron she_Pron)) -LangDan: jeg beder hende at gå -LangEng: I beg her to go -LangFin: minä pyydän häntä menemään -LangFre: je la demande aller -LangGer: ich bitte sie zu gehen -LangIna: io roga la ir -LangIta: la prego andare -LangNor: jeg ber henne att gå -LangSwe: jag ber henne att gå - Lang: PredVP (UsePron i_Pron) (ComplSlash (SlashV2S answer_V2S (UseCl TPres ASimul PPos (PredVP (UsePron it_Pron) (UseComp (CompAP (PositA good_A)))))) (UsePron he_Pron)) -LangDan: jeg svarer til ham at det er godt -LangEng: I answer to him that it is good -LangFin: minä vastaan hänelle että se on hyvä -LangFre: je lui réponds qu' il est bon -LangGer: ich antworte ihm daß es gut ist -LangIna: io responde le que illo es bon -LangIta: gli rispondo che è buono -LangNor: jeg svarer til ham at det er godt -LangSwe: jag svarar till honom att det är gott - Lang: PredVP (UsePron i_Pron) (ComplSlash (SlashV2Q ask_V2Q (UseQCl TPast ASimul PPos (QuestVP whoSg_IP (UseV come_V)))) (UsePron he_Pron)) -LangDan: jeg spørger ham hvem som kom -LangEng: I ask him who came -LangFin: minä kysyn häneltä kuka tuli -LangFre: je lui demande qui venait -LangGer: ich frage ihn wer kam -LangIna: io demanda le qui veniva -LangIta: gli chiedo chi veniva -LangNor: jeg spørr ham hvem som kom -LangSwe: jag frågar honom vem som kom - Lang: PredVP (UsePron i_Pron) (ComplSlash (SlashV2A paint_V2A (PositA red_A)) (UsePron it_Pron)) -LangDan: jeg maler det rødt -LangEng: I paint it red -LangFin: minä maalaan sen punaiseksi -LangFre: je le peins en rouge -LangGer: ich male es rot -LangIna: io pinge lo in rubie -LangIta: lo pingo in rosso -LangNor: jeg maler det rødt -LangSwe: jag målar det rött - Lang: RelCN (UseN car_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePron i_Pron) (SlashVV want_VV (SlashV2a buy_V2))))) -LangDan: bil som jeg vil købe -LangEng: car which I want to buy -LangFin: auto jonka minä tahdon ostaa -LangFre: voiture que je veux acheter -LangGer: Wagen den ich kaufen will -LangIna: automobile que io wan compra -LangIta: macchina che voglio comprare -LangNor: bil som jeg vil kjøpe -LangSwe: bil som jag vill köpa - Lang: RelCN (UseN car_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePron they_Pron) (SlashV2VNP beg_V2V (UsePron i_Pron) (SlashV2a buy_V2))))) -LangDan: bil som de beder mig at købe -LangEng: car which they beg me to buy -LangFin: auto jonka he pyytävät minua ostamaan -LangFre: voiture qu' ils me demandent acheter -LangGer: Wagen den sie mich zu kaufen bitten -LangIna: automobile que illos roga me compra -LangIta: macchina che mi pregano comprare -LangNor: bil som de ber meg att kjøpe -LangSwe: bil som de ber mig att köpa - Lang: PredVP (UsePron he_Pron) (ReflVP (SlashV2a love_V2)) -LangDan: han elsker sig -LangEng: he loves himself -LangFin: hän rakastaa itseänsä -LangFre: il s' aime -LangGer: er liebt sich -LangIna: ille adora se -LangIta: si ama -LangNor: han elsker seg -LangSwe: han älskar sig - Lang: PredVP (DetNP (DetQuant this_Quant NumSg)) (UseComp (CompAP (PositA warm_A))) -LangDan: dette er varmt -LangEng: this is warm -LangFin: tämä on lämmin -LangFre: ceci est chaud -LangGer: dieses ist warm -LangIna: iste es calde -LangIta: questo è caldo -LangNor: dette er varmt -LangSwe: det här är varmt - Lang: PredVP (UsePron we_Pron) (PassV2 love_V2) -LangDan: vi bliver elskete -LangEng: we are loved -LangFin: meitä rakastetaan -LangFre: nous sommes aimés -LangGer: wir werden geliebt -LangIna: nos es adorate -LangIta: veniamo amati -LangNor: vi blir elska -LangSwe: vi blir älskade - Lang: PredVP (UsePron we_Pron) (AdvVP (UseV sleep_V) here_Adv) -LangDan: vi sover her -LangEng: we sleep here -LangFin: me nukumme täällä -LangFre: nous dormons ici -LangGer: wir schlafen hier -LangIna: nos dormi hic -LangIta: dormiamo quì -LangNor: vi sover her -LangSwe: vi sover här - Lang: PredVP (UsePron we_Pron) (AdVVP always_AdV (UseV sleep_V)) -LangDan: vi sover altid -LangEng: we always sleep -LangFin: me nukumme aina -LangFre: nous dormons toujours -LangGer: wir schlafen immer -LangIna: nos dormi sempre -LangIta: dormiamo sempre -LangNor: vi sover altid -LangSwe: vi sover alltid - Lang: PredVP (UsePron we_Pron) (UseComp (CompAP (PositA small_A))) -LangDan: vi er små -LangEng: we are small -LangFin: me olemme pieniä -LangFre: nous sommes petits -LangGer: wir sind klein -LangIna: nos es parve -LangIta: siamo piccoli -LangNor: vi er små -LangSwe: vi är små - Lang: PredVP (UsePron i_Pron) (UseComp (CompNP (DetArtSg IndefArt (UseN man_N)))) -LangDan: jeg er en mand -LangEng: I am a man -LangFin: minä olen mies -LangFre: je suis un homme -LangGer: ich bin ein Mann -LangIna: io es un viro -LangIta: sono un uomo -LangNor: jeg er en mann -LangSwe: jag är en man - Lang: PredVP (UsePron i_Pron) (UseComp (CompAdv here_Adv)) -LangDan: jeg er her -LangEng: I am here -LangFin: minä olen täällä -LangFre: je suis ici -LangGer: ich bin hier -LangIna: io es hic -LangIta: sono quì -LangNor: jeg er her -LangSwe: jag är här - Lang: RelCN (UseN car_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePron they_Pron) (SlashV2VNP beg_V2V (UsePron i_Pron) (SlashVV want_VV (SlashV2A paint_V2A (PositA red_A))))))) -LangDan: bil som de beder mig at ville male rød -LangEng: car which they beg me to want to paint red -LangFin: auto jonka he pyytävät minua tahtomaan maalata punaiseksi -LangFre: voiture qu' ils me demandent vouloir peindre en rouge -LangGer: Wagen den sie rot mich zu wollen bitten malen -LangIna: automobile que illos roga me want pinger in rubie -LangIta: macchina che mi pregano volere pingere in rosso -LangNor: bil som de ber meg att ville male rød -LangSwe: bil som de ber mig att vilja måla röd - Lang: PhrUtt NoPConj (UttImpSg PPos (ImpVP (AdVVP always_AdV (ComplSlash (SlashV2a listen_V2) (DetArtSg DefArt (UseN sea_N)))))) NoVoc -LangDan: lyt altid havet -LangEng: always listen to the sea -LangFin: kuuntele aina merta -LangFre: écoute toujours la mer -LangGer: höre dem Meer immer zu -LangIna: ascolta le mar sempre -LangIta: ascolta sempre il mare -LangNor: lytt altid sjøen -LangSwe: lyssna alltid på havet - Lang: PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (ExistNP (PredetNP only_Predet (DetCN (DetArtCard IndefArt (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n2))))))) (AdvCN (RelCN (UseN woman_N) (UseRCl TCond ASimul PPos (RelSlash IdRP (SlashPrep (PredVP (UsePron i_Pron) (ComplVV want_VV (PassV2 see_V2))) with_Prep)))) (PrepNP in_Prep (DetArtSg DefArt (UseN rain_N))))))))) NoVoc -LangDan: det findes kun to kvinder med hvilke jeg ville ville blive set i regnet -LangEng: there are only two women with whom I would want to be seen in the rain -LangFin: on olemassa vain kaksi naista joiden minut tahdottaisiin nähdä sateessa -LangFre: il y a seulement deux femmes avec lesquelles je voudrais être vu dans la pluie -LangGer: es gibt nur zwei Frauen mit denen ich in dem Regen gesehen werden wollen würde -LangIna: il ha unic duo feminas con que io wantea esser vidite in le pluvia -LangIta: ci sono soltanto due donne con cui vorrei venire visto nella pioggia -LangNor: det finnes kun to kvinner med hvilke jeg ville ville bli sett i regnet -LangSwe: det finns bara två kvinnor med vilka jag skulle vilja bli sedd i regnet - Lang: PhrUtt NoPConj (UttImpSg PPos (ImpVP (ComplSlash (SlashV2A paint_V2A (ConjAP both7and_DConj (BaseAP (ComparA small_A (DetArtSg DefArt (UseN sun_N))) (ComparA big_A (DetArtSg DefArt (UseN moon_N)))))) (DetArtSg DefArt (UseN earth_N))))) NoVoc -LangDan: mal jorden både mindre end solen og større end månen -LangEng: paint the earth both smaller than the sun and bigger than the moon -LangFin: maalaa maa sekä pienemmäksi kuin aurinko että suuremmaksi kuin kuu -LangFre: peins la terre en et plus petit que le soleil et plus grand que la lune -LangGer: male die Erde sowohl kleiner als die Sonne als auch größer als der Mond -LangIna: pinge in e plus parve que le sol e plus magne que le luna le terra -LangIta: pingi la terra in e più piccolo che il sole e più grande che la luna -LangNor: mal jorda både mindre enn sola og større enn månen -LangSwe: måla jorden både mindre än solen och större än månen - Lang: PhrUtt NoPConj (ImpPl1 (ComplVS hope_VS (ConjS either7or_DConj (BaseS (UseCl TPres ASimul PPos (PredVP (DetArtSg DefArt (ComplN2 father_N2 (DetArtSg DefArt (UseN baby_N)))) (UseV run_V))) (UseCl TPres ASimul PPos (PredVP (DetArtSg DefArt (UseN2 (Use2N3 distance_N3))) (UseComp (CompAP (PositA small_A))))))))) NoVoc -LangDan: lad os håbe at enten fadren til babyen løber eller afstanden er lille -LangEng: let's hope that either the father of the baby runs or the distance is small -LangFin: toivotaan että joko vauvan isä juoksee tai etäisyys on pieni -LangFre: espérons qu' ou le père du bébé court ou la distance est petite -LangGer: hoffen wir daß entweder der Vater von dem Baby läuft oder die Entfernung klein ist -LangIna: que nos spera que o le patre del bebe curre o le distantia es parve -LangIta: speriamo che o il padre del bambino corre o la distanza è piccola -LangNor: lat oss håpe at enten faren til babyen springer eller avstanden er liten -LangSwe: låt oss hoppas att antingen fadern till bebisen springer eller avståndet är litet - Lang: PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (DetCN every_Det (UseN baby_N)) (UseComp (CompNP (ConjNP either7or_DConj (BaseNP (DetArtSg IndefArt (UseN boy_N)) (DetArtSg IndefArt (UseN girl_N))))))))) NoVoc -LangDan: hver baby er enten en dreng eller en pige -LangEng: every baby is either a boy or a girl -LangFin: jokainen vauva on joko poika tai tyttö -LangFre: chaque bébé est ou un garçon ou une fille -LangGer: jedes Baby ist entweder ein Junge oder ein Mädchen -LangIna: tote bebe es o un puero o un puera -LangIta: ogni bambino è o un ragazzo o una ragazza -LangNor: hver baby er enten en gutt eller ei jente -LangSwe: varje bebis är antingen en pojke eller en flicka - Lang: PhrUtt NoPConj (UttAdv (ConjAdv either7or_DConj (ConsAdv here7from_Adv (BaseAdv there_Adv everywhere_Adv)))) NoVoc -LangDan: enten herfra , der eller overalt -LangEng: either from here , there or everywhere -LangFin: joko täältä , siellä tai kaikkialla -LangFre: ou d'ici , là ou partout -LangGer: entweder hieraus , da oder überall -LangIna: o de ci , ibi o ubique -LangIta: o da quì , là o dappertutto -LangNor: enten herfra , der eller overalt -LangSwe: antingen härifrån , där eller överallt - Lang: PhrUtt NoPConj (UttVP (PassV2 know_V2)) NoVoc -LangDan: at blive vidst -LangEng: to be known -LangFin: tiedetään -LangFre: être connue -LangGer: gewußt werden -LangIna: esser cognoscite -LangIta: venire conosciuta -LangNor: å bli visst -LangSwe: att bli visst - Lang: RelCN (UseN bird_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePron i_Pron) (SlashVV want_VV (SlashV2A paint_V2A (PositA red_A)))))) -LangDan: fugl som jeg vil male rød -LangEng: bird which I want to paint red -LangFin: lintu jonka minä tahdon maalata punaiseksi -LangFre: oiseau que je veux peindre en rouge -LangGer: Vogel den ich rot malen will -LangIna: ave que io wan pinger in rubie -LangIta: uccello che voglio pingere in rosso -LangNor: fugl som jeg vil male rød -LangSwe: fågel som jag vill måla röd - Lang: UttImpSg PPos (ImpVP (ComplVV want_VV (ComplSlash (SlashV2a buy_V2) (UsePron it_Pron)))) -LangDan: villed købe det -LangEng: want to buy it -LangFin: tahdo ostaa se -LangFre: veux l' acheter -LangGer: woll es kaufen -LangIna: wan lo compra -LangIta: vuoi comprar &+ lo -LangNor: villed kjøpe det -LangSwe: vilj köpa det - Lang: UttImpSg PPos (ImpVP (ComplVV want_VV (ComplSlash (SlashV2A paint_V2A (PositA red_A)) (UsePron it_Pron)))) -LangDan: villed male det rødt -LangEng: want to paint it red -LangFin: tahdo maalata se punaiseksi -LangFre: veux le peindre en rouge -LangGer: woll es rot malen -LangIna: wan lo pinger in rubie -LangIta: vuoi pinger &+ lo in rosso -LangNor: villed male det rødt -LangSwe: vilj måla det rött - Lang: UttImpSg PPos (ImpVP (ComplSlash (SlashVV want_VV (SlashV2VNP beg_V2V (UsePron i_Pron) (SlashV2a buy_V2))) (UsePron it_Pron))) -LangDan: villed bede mig at købe det -LangEng: want to beg me to buy it -LangFin: tahdo pyytää minua ostamaan se -LangFre: veux me demander l' acheter -LangGer: woll mich bitten es zu kaufen -LangIna: wan me rogar lo compra -LangIta: vuoi pregar &+ mi comprar &+ lo -LangNor: villed be meg att kjøpe det -LangSwe: vilj be mig att köpa det - Lang: PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (DetArtPl DefArt (UseN fruit_N)) (ReflVP (Slash3V3 sell_V3 (DetArtSg DefArt (UseN road_N))))))) NoVoc -LangDan: frugterne sælger sig til vejen -LangEng: the fruits sell themselves to the road -LangFin: hedelmät myyvät itsensä tielle -LangFre: les fruits se vendent à la route -LangGer: die Früchte verkaufen sich der Straße -LangIna: le fructos vende se al via -LangIta: le frutte si vendono alla strada -LangNor: fruktene selger seg til veien -LangSwe: frukterna säljer sig till vägen - Lang: PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (UsePron i_Pron) (ReflVP (SlashV2V beg_V2V (UseV live_V)))))) NoVoc -LangDan: jeg beder mig at leve -LangEng: I beg myself to live -LangFin: minä pyydän itseäni elämään -LangFre: je me demande vivre -LangGer: ich bitte mich zu leben -LangIna: io roga me vive -LangIta: mi prego vivere -LangNor: jeg ber meg att leve -LangSwe: jag ber mig att leva - Lang: PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (UsePron i_Pron) (ReflVP (SlashV2S answer_V2S (UseCl TPres ASimul PPos (ImpersCl (ComplVV must_VV (ReflVP (SlashV2a understand_V2)))))))))) NoVoc -LangDan: jeg svarer til mig at det må forstå sig -LangEng: I answer to myself that it must understand itself -LangFin: minä vastaan itselleni että täytyy ymmärtää itsensä -LangFre: je me réponds qu' il doit se comprendre -LangGer: ich antworte mir daß es sich verstehen muß -LangIna: io responde me que il debe se comprender -LangIta: mi rispondo che deve capir &+ si -LangNor: jeg svarer til meg at det må forstå seg -LangSwe: jag svarar till mig att det måste förstå sig - Lang: PhrUtt NoPConj (UttImpSg PPos (ImpVP (ReflVP (SlashV2Q ask_V2Q (UseQCl TPast ASimul PPos (QuestVP whoSg_IP (UseV come_V))))))) NoVoc -LangDan: spørg dig hvem som kom -LangEng: ask yourself who came -LangFin: kysy itseltäsi kuka tuli -LangFre: demande - toi qui venait -LangGer: frage dich wer kam -LangIna: demanda te qui veniva -LangIta: chiedi &+ ti chi veniva -LangNor: spørr deg hvem som kom -LangSwe: fråga dig vem som kom - Lang: PhrUtt NoPConj (UttS (UseCl TPast ASimul PPos (PredVP (UsePron i_Pron) (ReflVP (SlashV2A paint_V2A (ComparA beautiful_A (UsePN john_PN))))))) NoVoc -LangDan: jeg malede mig smukkere end John -LangEng: I painted myself more beautiful than John -LangFin: minä maalasin itseni kauniimmaksi kuin Jussi -LangFre: je me peignais en plus joli que Jean -LangGer: ich malte mich schöner als Johann -LangIna: io pingeva me in plus belle que John -LangIta: mi pingevo in più bello che Giovanni -LangNor: jeg mala meg vakkerere enn John -LangSwe: jag målade mig vackrare än Johan - Lang: UttS (UseCl TPres ASimul PPos (PredVP (DetCN (DetQuant this_Quant NumSg) (UseN grammar_N)) (ComplSlash (SlashV2a speak_V2) (DetCN (DetArtCard IndefArt (NumNumeral (num (pot2as3 (pot1as2 (pot1to19 n2)))))) (UseN language_N))))) -LangDan: denne grammatik taler tolv sprog -LangEng: this grammar speaks twelve languages -LangFin: tämä kielioppi puhuu kahta toista kieltä -LangFre: cette grammaire parle douze langues -LangGer: diese Grammatik spricht zwölf Sprachen -LangIna: iste grammatica parla dece - duo linguages -LangIta: questa grammatica parla venti lingue -LangNor: denne grammatikken snakker tolv språk -LangSwe: den här grammatiken talar tolv språk - Lang: UseCl TPast AAnter PPos (PredVP (UsePron she_Pron) (ComplSlash (SlashV2a buy_V2) (DetArtSg IndefArt (AdjCN (PositA red_A) (UseN house_N))))) -LangDan: hun havde købt et rødt hus -LangEng: she had bought a red house -LangFin: hän oli ostanut punaisen talon -LangFre: elle avait acheté une maison rouge -LangGer: sie hatte ein rotes Haus gekauft -LangIna: illa habeva comprte un domo rubie -LangIta: aveva comprato una casa rossa -LangNor: hun hadde kjøpt et rødt hus -LangSwe: hon hade köpt ett rött hus diff --git a/old-lib/resource/hdeva.hs b/old-lib/resource/hdeva.hs deleted file mode 100644 index 7976c93f1..000000000 --- a/old-lib/resource/hdeva.hs +++ /dev/null @@ -1,145 +0,0 @@ -import System - -main = do - s <- getContents - let ofile = "devaout.html" - writeFile ofile "\n

    \n" - appendFile ofile $ udevap s - appendFile ofile "\n

    \n" - system ("open " ++ ofile) - ----main = interact udeva - -udevap :: String -> String -udevap = unlines . map (unwords . ("

    ":). map udevaWord . words) . lines - -udeva :: String -> String -udeva = unlines . map (unwords . map udevaWord . words) . lines - -udevaGF :: String -> String -udevaGF s = case s of - '"':cs -> let (w,q:rest) = span (/='"') cs in '"' : udevaWord w ++ [q] ++ udevaGF rest - c :cs -> c : udevaGF cs - _ -> s - -udevaWord = encodeUTF8 . str2deva - -str2deva :: String -> String -str2deva s = map toEnum $ case chop s of - c:cs -> encodeInit c : map encode cs - _ -> [] - -chop s = case s of - ['-'] -> [s] - '-' :cs -> let (c:r) = chop cs in ('-':c) : r -- to force initial vowel - '+' :cs -> let (c:r) = chop cs in ('+':c) : r -- to force non-initial vowel - v:':':cs -> [v,':'] : chop cs - v:'.':cs -> [v,'.'] : chop cs - c:'a':cs -> [c] : chop cs - c :cs -> [c] : chop cs - _ -> [] - -encodeInit :: String -> Int -encodeInit s = case s of - '+':c -> encode c - '-':c -> encodeInit c - "a" -> 0x0905 - "a:" -> 0x0906 - "i" -> 0x0907 - "i:" -> 0x0908 - "u" -> 0x0909 - "u:" -> 0x090a - "r:" -> 0x090b - "e" -> 0x090f - "E" -> 0x0910 - "o" -> 0x0913 - "O" -> 0x0914 - _ -> encode s - -encode :: String -> Int -encode s = case s of - "k" -> 0x0915 - "K" -> 0x0916 - "g" -> 0x0917 - "G" -> 0x0918 - "N:" -> 0x0919 - - "c" -> 0x091a - "C" -> 0x091b - "j" -> 0x091c - "J" -> 0x091d - "n:" -> 0x091e - - "t." -> 0x091f - "T." -> 0x0920 - "d." -> 0x0921 - "D." -> 0x0922 - "n." -> 0x0923 - - "t" -> 0x0924 - "T" -> 0x0925 - "d" -> 0x0926 - "D" -> 0x0927 - "n" -> 0x0928 - - "p" -> 0x092a - "P" -> 0x092b - "b" -> 0x092c - "B" -> 0x092d - "m" -> 0x092e - - "y" -> 0x092f - "r" -> 0x0930 - "l" -> 0x0932 - "v" -> 0x0935 - - "S" -> 0x0936 - "s." -> 0x0937 - "s" -> 0x0938 - "h" -> 0x0939 - - "z" -> 0x095b - "R" -> 0x095c - - "a:" -> 0x093e - "i" -> 0x093f - "i:" -> 0x0940 - "u" -> 0x0941 - "u:" -> 0x0942 - "r:" -> 0x0943 - "e" -> 0x0947 - "E" -> 0x0948 - "o" -> 0x094b - "O" -> 0x094c - - "~" -> 0x0901 - "*" -> 0x0902 - - " " -> space - "\n" -> fromEnum '\n' - - '-':c -> encodeInit c - '+':c -> encode c - - _ -> 0x093e --- a: - - -space = fromEnum ' ' - - -encodeUTF8 :: String -> String -encodeUTF8 "" = "" -encodeUTF8 (c:cs) = - if c > '\x0000' && c < '\x0080' then - c : encodeUTF8 cs - else if c < toEnum 0x0800 then - let i = fromEnum c - in toEnum (0xc0 + i `div` 0x40) : - toEnum (0x80 + i `mod` 0x40) : - encodeUTF8 cs - else - let i = fromEnum c - in toEnum (0xe0 + i `div` 0x1000) : - toEnum (0x80 + (i `mod` 0x1000) `div` 0x40) : - toEnum (0x80 + i `mod` 0x40) : - encodeUTF8 cs diff --git a/old-lib/resource/hindi/AdjectiveHin.gf b/old-lib/resource/hindi/AdjectiveHin.gf deleted file mode 100644 index b016a2b9d..000000000 --- a/old-lib/resource/hindi/AdjectiveHin.gf +++ /dev/null @@ -1,36 +0,0 @@ -concrete AdjectiveHin of Adjective = CatHin ** open ResHin, Prelude in { - - lin - - PositA a = a ; - --- ComparA a np = { --- s = \\_ => a.s ! AAdj Compar ++ "than" ++ np.s ! Nom ; --- isPre = False --- } ; --- ----- $SuperlA$ belongs to determiner syntax in $Noun$. --- --- ComplA2 a np = { --- s = \\_ => a.s ! AAdj Posit ++ a.c2 ++ np.s ! Acc ; --- isPre = False --- } ; --- --- ReflA2 a = { --- s = \\ag => a.s ! AAdj Posit ++ a.c2 ++ reflPron ! ag ; --- isPre = False --- } ; --- --- SentAP ap sc = { --- s = \\a => ap.s ! a ++ sc.s ; --- isPre = False --- } ; --- --- AdAP ada ap = { --- s = \\a => ada.s ++ ap.s ! a ; --- isPre = ap.isPre --- } ; --- --- UseA2 a = a ; --- -} diff --git a/old-lib/resource/hindi/AdverbHin.gf b/old-lib/resource/hindi/AdverbHin.gf deleted file mode 100644 index 96ac3242f..000000000 --- a/old-lib/resource/hindi/AdverbHin.gf +++ /dev/null @@ -1,20 +0,0 @@ -concrete AdverbHin of Adverb = CatHin ** open ResHin, Prelude in { --- --- lin --- PositAdvAdj a = {s = a.s ! AAdv} ; --- ComparAdvAdj cadv a np = { --- s = cadv.s ++ a.s ! AAdv ++ "than" ++ np.s ! Nom --- } ; --- ComparAdvAdjS cadv a s = { --- s = cadv.s ++ a.s ! AAdv ++ "than" ++ s.s --- } ; --- --- PrepNP prep np = {s = prep.s ++ np.s ! Acc} ; --- --- AdAdv = cc2 ; --- --- SubjS = cc2 ; --- --- AdnCAdv cadv = {s = cadv.s ++ "than"} ; --- -} diff --git a/old-lib/resource/hindi/AllHin.gf b/old-lib/resource/hindi/AllHin.gf deleted file mode 100644 index e0256e481..000000000 --- a/old-lib/resource/hindi/AllHin.gf +++ /dev/null @@ -1,3 +0,0 @@ ---# -path=.:../abstract:../common:prelude - -concrete AllHin of AllHinAbs = LangHin ; diff --git a/old-lib/resource/hindi/AllHinAbs.gf b/old-lib/resource/hindi/AllHinAbs.gf deleted file mode 100644 index 89cdaef54..000000000 --- a/old-lib/resource/hindi/AllHinAbs.gf +++ /dev/null @@ -1 +0,0 @@ -abstract AllHinAbs = Lang ; \ No newline at end of file diff --git a/old-lib/resource/hindi/BackwardHin.gf b/old-lib/resource/hindi/BackwardHin.gf deleted file mode 100644 index c880bcbfb..000000000 --- a/old-lib/resource/hindi/BackwardHin.gf +++ /dev/null @@ -1,76 +0,0 @@ ---concrete BackwardHin of Backward = CatHin ** open ResHin in { --- --- flags optimize=all_subs ; --- --- lin --- ----- A repository of obsolete constructs, needed for backward compatibility. ----- They create spurious ambiguities if used in combination with Lang. --- ----- from Verb 19/4/2008 --- --- ComplV2 v np = insertObj (\\_ => v.c2 ++ np.s ! Acc) (predV v) ; --- ComplV3 v np np2 = --- insertObj (\\_ => v.c2 ++ np.s ! Acc ++ v.c3 ++ np2.s ! Acc) (predV v) ; --- ComplV2V v np vp = --- insertObj (\\a => infVP v.isAux vp a) --- (insertObj (\\_ => v.c2 ++ np.s ! Acc) (predV v)) ; --- ComplV2S v np s = --- insertObj (\\_ => conjThat ++ s.s) --- (insertObj (\\_ => v.c2 ++ np.s ! Acc) (predV v)) ; --- ComplV2Q v np q = --- insertObj (\\_ => q.s ! QIndir) --- (insertObj (\\_ => v.c2 ++ np.s ! Acc) (predV v)) ; --- ComplV2A v np ap = --- insertObj (\\_ => v.c2 ++ np.s ! Acc ++ ap.s ! np.a) (predV v) ; --- --- ReflV2 v = insertObj (\\a => v.c2 ++ reflPron ! a) (predV v) ; --- ----- from Sentence 19/4/2008 --- --- SlashV2 np v2 = --- mkClause (np.s ! Nom) np.a (predV v2) ** {c2 = v2.c2} ; --- --- SlashVVV2 np vv v2 = --- mkClause (np.s ! Nom) np.a --- (insertObj (\\a => infVP vv.isAux (predV v2) a) (predVV vv)) ** --- {c2 = v2.c2} ; --- ----- from Noun 19/4/2008 --- --- NumInt n = {s = n.s ; n = Pl} ; --- OrdInt n = {s = n.s ++ "th"} ; --- DEPRECATED --- --- DetSg quant ord = { --- s = quant.s ! Sg ++ ord.s ; --- n = Sg --- } ; --- --- DetPl quant num ord = { --- s = quant.s ! num.n ++ num.s ++ ord.s ; --- n = num.n --- } ; --- --- NoNum = {s = []; n = Pl } ; --- --- DefArt = {s = \\_ => artDef} ; --- --- IndefArt = { --- s = table { --- Sg => artIndef ; --- Pl => [] --- } --- } ; --- --- MassDet = {s = \\_ => []} ; --- --- --- ----- from Structural 19/4/2008 --- --- that_NP = regNP "that" Sg ; --- these_NP = regNP "these" Pl ; --- this_NP = regNP "this" Sg ; --- those_NP = regNP "those" Pl ; --- ---} diff --git a/old-lib/resource/hindi/CatHin.gf b/old-lib/resource/hindi/CatHin.gf deleted file mode 100644 index 0d32318d7..000000000 --- a/old-lib/resource/hindi/CatHin.gf +++ /dev/null @@ -1,90 +0,0 @@ -concrete CatHin of Cat = CommonX ** open ResHin, Prelude in { - - flags optimize=all_subs ; - - lincat --- ----- Tensed/Untensed --- --- S = {s : Str} ; --- QS = {s : QForm => Str} ; --- RS = {s : Agr => Str ; c : Case} ; -- c for it clefts --- SSlash = {s : Str ; c2 : Str} ; --- ----- Sentence --- - Cl = ResHin.Clause ; --- ClSlash = { --- s : ResHin.Tense => Anteriority => CPolarity => Order => Str ; --- c2 : Str --- } ; --- Imp = {s : CPolarity => ImpForm => Str} ; --- ----- Question --- --- QCl = {s : ResHin.Tense => Anteriority => CPolarity => QForm => Str} ; --- IP = {s : Case => Str ; n : Number} ; --- IComp = {s : Str} ; --- IDet = {s : Str ; n : Number} ; --- IQuant = {s : Number => Str} ; --- ----- Relative --- --- RCl = { --- s : ResHin.Tense => Anteriority => CPolarity => Agr => Str ; --- c : Case --- } ; --- RP = {s : RCase => Str ; a : RAgr} ; --- ----- Verb --- - VP = ResHin.VPH ; - VPSlash = ResHin.VPHSlash ; --- Comp = {s : Agr => Str} ; --- ----- Adjective --- - AP = ResHin.Adjective ; --- ----- Noun --- - CN = ResHin.Noun ; - NP = ResHin.NP ; - Pron = {s : PronCase => Str ; a : Agr} ; - Det = {s : Gender => Case => Str ; n : Number} ; --- Predet, Ord = {s : Str} ; - Num = {s : Str ; n : Number} ; --- Card = {s : Str; n : Number} ; - Quant = {s : Number => Gender => Case => Str} ; - Art = {s : Str} ; --- ----- Numeral --- --- Numeral = {s : CardOrd => Str ; n : Number} ; --- Digits = {s : CardOrd => Str ; n : Number ; tail : DTail} ; --- ----- Structural --- --- Conj = {s1,s2 : Str ; n : Number} ; ------b Conj = {s : Str ; n : Number} ; ------b DConj = {s1,s2 : Str ; n : Number} ; --- Subj = {s : Str} ; --- Prep = {s : Str} ; --- ----- Open lexical classes, e.g. Lexicon --- - V, VS, VQ, VA = Verb ; -- = {s : VForm => Str} ; - V2, V2A, V2Q, V2S = Verb ** {c2 : Compl} ; --- V3 = Verb ** {c2, c3 : Str} ; --- VV = {s : VVForm => Str ; isAux : Bool} ; --- V2V = Verb ** {c2 : Str ; isAux : Bool} ; --- - A = ResHin.Adjective ; --- {s : Gender => Number => Case => Str} ; --- A2 = {s : AForm => Str ; c2 : Str} ; --- - N = {s : Number => Case => Str ; g : Gender} ; --- N2 = {s : Number => Case => Str ; g : Gender} ** {c2 : Str} ; --- N3 = {s : Number => Case => Str ; g : Gender} ** {c2,c3 : Str} ; - PN = {s : Case => Str ; g : Gender} ; --- -} diff --git a/old-lib/resource/hindi/ConjunctionHin.gf b/old-lib/resource/hindi/ConjunctionHin.gf deleted file mode 100644 index 4a2e56096..000000000 --- a/old-lib/resource/hindi/ConjunctionHin.gf +++ /dev/null @@ -1,37 +0,0 @@ -concrete ConjunctionHin of Conjunction = - CatHin ** open ResHin, Coordination, Prelude in { --- --- flags optimize=all_subs ; --- --- lin --- --- ConjS = conjunctDistrSS ; --- --- ConjAdv = conjunctDistrSS ; --- --- ConjNP conj ss = conjunctDistrTable Case conj ss ** { --- a = conjAgr (agrP3 conj.n) ss.a --- } ; --- --- ConjAP conj ss = conjunctDistrTable Agr conj ss ** { --- isPre = ss.isPre --- } ; --- ----- These fun's are generated from the list cat's. --- --- BaseS = twoSS ; --- ConsS = consrSS comma ; --- BaseAdv = twoSS ; --- ConsAdv = consrSS comma ; --- BaseNP x y = twoTable Case x y ** {a = conjAgr x.a y.a} ; --- ConsNP xs x = consrTable Case comma xs x ** {a = conjAgr xs.a x.a} ; --- BaseAP x y = twoTable Agr x y ** {isPre = andB x.isPre y.isPre} ; --- ConsAP xs x = consrTable Agr comma xs x ** {isPre = andB xs.isPre x.isPre} ; --- --- lincat --- [S] = {s1,s2 : Str} ; --- [Adv] = {s1,s2 : Str} ; --- [NP] = {s1,s2 : Case => Str ; a : Agr} ; --- [AP] = {s1,s2 : Agr => Str ; isPre : Bool} ; --- -} diff --git a/old-lib/resource/hindi/Deva.hs b/old-lib/resource/hindi/Deva.hs deleted file mode 100644 index cfda1ca01..000000000 --- a/old-lib/resource/hindi/Deva.hs +++ /dev/null @@ -1,131 +0,0 @@ -main = interact udeva - -udeva :: String -> String -udeva = unlines . map (unwords . map udevaWord . words) . lines - -udevaGF :: String -> String -udevaGF s = case s of - '"':cs -> let (w,q:rest) = span (/='"') cs in '"' : udevaWord w ++ [q] ++ udevaGF rest - c :cs -> c : udevaGF cs - _ -> s - -udevaWord = encodeUTF8 . str2deva - -str2deva :: String -> String -str2deva s = map toEnum $ case chop s of - c:cs -> encodeInit c : map encode cs - _ -> [] - -chop s = case s of - ['-'] -> [s] - '-' :cs -> let (c:r) = chop cs in ('-':c) : r -- to force initial vowel - '+' :cs -> let (c:r) = chop cs in ('+':c) : r -- to force non-initial vowel - v:':':cs -> [v,':'] : chop cs - v:'.':cs -> [v,'.'] : chop cs - c:'a':cs -> [c] : chop cs - c :cs -> [c] : chop cs - _ -> [] - -encodeInit :: String -> Int -encodeInit s = case s of - '+':c -> encode c - '-':c -> encodeInit c - "a" -> 0x0905 - "a:" -> 0x0906 - "i" -> 0x0907 - "i:" -> 0x0908 - "u" -> 0x0909 - "u:" -> 0x090a - "r:" -> 0x090b - "e" -> 0x090f - "E" -> 0x0910 - "o" -> 0x0913 - "O" -> 0x0914 - _ -> encode s - -encode :: String -> Int -encode s = case s of - "k" -> 0x0915 - "K" -> 0x0916 - "g" -> 0x0917 - "G" -> 0x0918 - "N:" -> 0x0919 - - "c" -> 0x091a - "C" -> 0x091b - "j" -> 0x091c - "J" -> 0x091d - "n:" -> 0x091e - - "t." -> 0x091f - "T." -> 0x0920 - "d." -> 0x0921 - "D." -> 0x0922 - "n." -> 0x0923 - - "t" -> 0x0924 - "T" -> 0x0925 - "d" -> 0x0926 - "D" -> 0x0927 - "n" -> 0x0928 - - "p" -> 0x092a - "P" -> 0x092b - "b" -> 0x092c - "B" -> 0x092d - "m" -> 0x092e - - "y" -> 0x092f - "r" -> 0x0930 - "l" -> 0x0932 - "v" -> 0x0935 - - "S" -> 0x0936 - "s." -> 0x0937 - "s" -> 0x0938 - "h" -> 0x0939 - - "R" -> 0x095c - - "a:" -> 0x093e - "i" -> 0x093f - "i:" -> 0x0940 - "u" -> 0x0941 - "u:" -> 0x0942 - "r:" -> 0x0943 - "e" -> 0x0947 - "E" -> 0x0948 - "o" -> 0x094b - "O" -> 0x094c - - "~" -> 0x0901 - "*" -> 0x0902 - - " " -> space - "\n" -> fromEnum '\n' - - '-':c -> encodeInit c - '+':c -> encode c - - _ -> 0x093e --- a: - - -space = fromEnum ' ' - - -encodeUTF8 :: String -> String -encodeUTF8 "" = "" -encodeUTF8 (c:cs) = - if c > '\x0000' && c < '\x0080' then - c : encodeUTF8 cs - else if c < toEnum 0x0800 then - let i = fromEnum c - in toEnum (0xc0 + i `div` 0x40) : - toEnum (0x80 + i `mod` 0x40) : - encodeUTF8 cs - else - let i = fromEnum c - in toEnum (0xe0 + i `div` 0x1000) : - toEnum (0x80 + (i `mod` 0x1000) `div` 0x40) : - toEnum (0x80 + i `mod` 0x40) : - encodeUTF8 cs diff --git a/old-lib/resource/hindi/GrammarHin.gf b/old-lib/resource/hindi/GrammarHin.gf deleted file mode 100644 index 21367747b..000000000 --- a/old-lib/resource/hindi/GrammarHin.gf +++ /dev/null @@ -1,21 +0,0 @@ ---# -path=.:../abstract:../common:prelude - -concrete GrammarHin of Grammar = - NounHin, - VerbHin, - AdjectiveHin, - AdverbHin, - NumeralHin, - SentenceHin, - QuestionHin, - RelativeHin, - ConjunctionHin, - PhraseHin, - TextX, - StructuralHin, - IdiomHin - ** { - -flags startcat = Phr ; unlexer = text ; lexer = text ; - -} diff --git a/old-lib/resource/hindi/IdiomHin.gf b/old-lib/resource/hindi/IdiomHin.gf deleted file mode 100644 index 3f012f514..000000000 --- a/old-lib/resource/hindi/IdiomHin.gf +++ /dev/null @@ -1,30 +0,0 @@ -concrete IdiomHin of Idiom = CatHin ** open Prelude, ResHin in { --- --- flags optimize=all_subs ; --- --- lin --- ImpersCl vp = mkClause "it" (agrP3 Sg) vp ; --- GenericCl vp = mkClause "one" (agrP3 Sg) vp ; --- --- CleftNP np rs = mkClause "it" (agrP3 Sg) --- (insertObj (\\_ => rs.s ! np.a) --- (insertObj (\\_ => np.s ! rs.c) (predAux auxBe))) ; --- --- CleftAdv ad s = mkClause "it" (agrP3 Sg) --- (insertObj (\\_ => optStr conjThat ++ s.s) --- (insertObj (\\_ => ad.s) (predAux auxBe))) ; --- --- ExistNP np = --- mkClause "there" (agrP3 (fromAgr np.a).n) --- (insertObj (\\_ => np.s ! Acc) (predAux auxBe)) ; --- --- ExistIP ip = --- mkQuestion (ss (ip.s ! Nom)) --- (mkClause "there" (agrP3 ip.n) (predAux auxBe)) ; --- --- ProgrVP vp = insertObj (\\a => vp.ad ++ vp.prp ++ vp.s2 ! a) (predAux auxBe) ; --- --- ImpPl1 vp = {s = "let's" ++ infVP True vp (AgP1 Pl)} ; --- -} - diff --git a/old-lib/resource/hindi/IrregHin.gf b/old-lib/resource/hindi/IrregHin.gf deleted file mode 100644 index ed8ccd392..000000000 --- a/old-lib/resource/hindi/IrregHin.gf +++ /dev/null @@ -1,181 +0,0 @@ -----# -path=.:prelude:../abstract:../common --- ---concrete IrregHin of IrregHinAbs = CatHin ** open ParadigmsHin in { --- ---flags optimize=values ; --- --- lin --- awake_V = irregV "awake" "awoke" "awoken" ; --- bear_V = irregV "bear" "bore" "born" ; --- beat_V = irregV "beat" "beat" "beat" ; --- become_V = irregV "become" "became" "become" ; --- begin_V = irregV "begin" "began" "begun" ; --- bend_V = irregV "bend" "bent" "bent" ; --- beset_V = irregV "beset" "beset" "beset" ; --- bet_V = irregDuplV "bet" "bet" "bet" ; --- bid_V = irregDuplV "bid" (variants {"bid" ; "bade"}) (variants {"bid" ; "bidden"}) ; --- bind_V = irregV "bind" "bound" "bound" ; --- bite_V = irregV "bite" "bit" "bitten" ; --- bleed_V = irregV "bleed" "bled" "bled" ; --- blow_V = irregV "blow" "blew" "blown" ; --- break_V = irregV "break" "broke" "broken" ; --- breed_V = irregV "breed" "bred" "bred" ; --- bring_V = irregV "bring" "brought" "brought" ; --- broadcast_V = irregV "broadcast" "broadcast" "broadcast" ; --- build_V = irregV "build" "built" "built" ; --- burn_V = irregV "burn" (variants {"burned" ; "burnt"}) (variants {"burned" ; "burnt"}) ; --- burst_V = irregV "burst" "burst" "burst" ; --- buy_V = irregV "buy" "bought" "bought" ; --- cast_V = irregV "cast" "cast" "cast" ; --- catch_V = irregV "catch" "caught" "caught" ; --- choose_V = irregV "choose" "chose" "chosen" ; --- cling_V = irregV "cling" "clung" "clung" ; --- come_V = irregV "come" "came" "come" ; --- cost_V = irregV "cost" "cost" "cost" ; --- creep_V = irregV "creep" "crept" "crept" ; --- cut_V = irregDuplV "cut" "cut" "cut" ; --- deal_V = irregV "deal" "dealt" "dealt" ; --- dig_V = irregDuplV "dig" "dug" "dug" ; --- dive_V = irregV "dive" (variants {"dived" ; "dove"}) "dived" ; --- do_V = mk5V "do" "does" "did" "done" "doing" ; --- draw_V = irregV "draw" "drew" "drawn" ; --- dream_V = irregV "dream" (variants {"dreamed" ; "dreamt"}) (variants {"dreamed" ; "dreamt"}) ; --- drive_V = irregV "drive" "drove" "driven" ; --- drink_V = irregV "drink" "drank" "drunk" ; --- eat_V = irregV "eat" "ate" "eaten" ; --- fall_V = irregV "fall" "fell" "fallen" ; --- feed_V = irregV "feed" "fed" "fed" ; --- feel_V = irregV "feel" "felt" "felt" ; --- fight_V = irregV "fight" "fought" "fought" ; --- find_V = irregV "find" "found" "found" ; --- fit_V = irregDuplV "fit" "fit" "fit" ; --- flee_V = irregV "flee" "fled" "fled" ; --- fling_V = irregV "fling" "flung" "flung" ; --- fly_V = irregV "fly" "flew" "flown" ; --- forbid_V = irregDuplV "forbid" "forbade" "forbidden" ; --- forget_V = irregDuplV "forget" "forgot" "forgotten" ; --- forgive_V = irregV "forgive" "forgave" "forgiven" ; --- forsake_V = irregV "forsake" "forsook" "forsaken" ; --- freeze_V = irregV "freeze" "froze" "frozen" ; --- get_V = irregDuplV "get" "got" "gotten" ; --- give_V = irregV "give" "gave" "given" ; --- go_V = mk5V "go" "goes" "went" "gone" "going" ; --- grind_V = irregV "grind" "ground" "ground" ; --- grow_V = irregV "grow" "grew" "grown" ; --- hang_V = irregV "hang" "hung" "hung" ; --- have_V = mk5V "have" "has" "had" "had" "having" ; --- hear_V = irregV "hear" "heard" "heard" ; --- hide_V = irregV "hide" "hid" "hidden" ; --- hit_V = irregDuplV "hit" "hit" "hit" ; --- hold_V = irregV "hold" "held" "held" ; --- hurt_V = irregV "hurt" "hurt" "hurt" ; --- keep_V = irregV "keep" "kept" "kept" ; --- kneel_V = irregV "kneel" "knelt" "knelt" ; --- knit_V = irregDuplV "knit" "knit" "knit" ; --- know_V = irregV "know" "knew" "know" ; --- lay_V = irregV "lay" "laid" "laid" ; --- lead_V = irregV "lead" "led" "led" ; --- leap_V = irregV "leap" (variants {"leaped" ; "lept"}) (variants {"leaped" ; "lept"}) ; --- learn_V = irregV "learn" (variants {"learned" ; "learnt"}) (variants {"learned" ; "learnt"}) ; --- leave_V = irregV "leave" "left" "left" ; --- lend_V = irregV "lend" "lent" "lent" ; --- let_V = irregDuplV "let" "let" "let" ; --- lie_V = irregV "lie" "lay" "lain" ; --- light_V = irregV "light" (variants {"lighted" ; "lit"}) "lighted" ; --- lose_V = irregV "lose" "lost" "lost" ; --- make_V = irregV "make" "made" "made" ; --- mean_V = irregV "mean" "meant" "meant" ; --- meet_V = irregV "meet" "met" "met" ; --- misspell_V = irregV "misspell" (variants {"misspelled" ; "misspelt"}) (variants {"misspelled" ; "misspelt"}) ; --- mistake_V = irregV "mistake" "mistook" "mistaken" ; --- mow_V = irregV "mow" "mowed" (variants {"mowed" ; "mown"}) ; --- overcome_V = irregV "overcome" "overcame" "overcome" ; --- overdo_V = mk5V "overdo" "overdoes" "overdid" "overdone" "overdoing" ; --- overtake_V = irregV "overtake" "overtook" "overtaken" ; --- overthrow_V = irregV "overthrow" "overthrew" "overthrown" ; --- pay_V = irregV "pay" "paid" "paid" ; --- plead_V = irregV "plead" "pled" "pled" ; --- prove_V = irregV "prove" "proved" (variants {"proved" ; "proven"}) ; --- put_V = irregDuplV "put" "put" "put" ; --- quit_V = irregDuplV "quit" "quit" "quit" ; --- read_V = irregV "read" "read" "read" ; --- rid_V = irregDuplV "rid" "rid" "rid" ; --- ride_V = irregV "ride" "rode" "ridden" ; --- ring_V = irregV "ring" "rang" "rung" ; --- rise_V = irregV "rise" "rose" "risen" ; --- run_V = irregDuplV "run" "ran" "run" ; --- saw_V = irregV "saw" "sawed" (variants {"sawed" ; "sawn"}) ; --- say_V = irregV "say" "said" "said" ; --- see_V = irregV "see" "saw" "seen" ; --- seek_V = irregV "seek" "sought" "sought" ; --- sell_V = irregV "sell" "sold" "sold" ; --- send_V = irregV "send" "sent" "sent" ; --- set_V = irregDuplV "set" "set" "set" ; --- sew_V = irregV "sew" "sewed" (variants {"sewed" ; "sewn"}) ; --- shake_V = irregV "shake" "shook" "shaken" ; --- shave_V = irregV "shave" "shaved" (variants {"shaved" ; "shaven"}) ; --- shear_V = irregV "shear" "shore" "shorn" ; --- shed_V = irregDuplV "shed" "shed" "shed" ; --- shine_V = irregV "shine" "shone" "shone" ; --- shoe_V = irregV "shoe" "shoed" (variants {"shoed" ; "shod"}) ; --- shoot_V = irregV "shoot" "shot" "shot" ; --- show_V = irregV "show" "showed" (variants {"showed" ; "shown"}) ; --- shrink_V = irregV "shrink" "shrank" "shrunk" ; --- shut_V = irregDuplV "shut" "shut" "shut" ; --- sing_V = irregV "sing" "sang" "sung" ; --- sink_V = irregV "sink" "sank" "sunk" ; --- sit_V = irregDuplV "sit" "sat" "sat" ; --- sleep_V = irregV "sleep" "slept" "slept" ; --- slay_V = irregV "slay" "slew" "slain" ; --- slide_V = irregV "slide" "slid" "slid" ; --- sling_V = irregV "sling" "slung" "slung" ; --- slit_V = irregDuplV "slit" "slit" "slit" ; --- smite_V = irregV "smite" "smote" "smitten" ; --- sow_V = irregV "sow" "sowed" (variants {"sowed" ; "sown"}) ; --- speak_V = irregV "speak" "spoke" "spoken" ; --- speed_V = irregV "speed" "sped" "sped" ; --- spend_V = irregV "spend" "spent" "spent" ; --- spill_V = irregV "spill" (variants {"spilled" ; "spilt"}) (variants {"spilled" ; "spilt"}) ; --- spin_V = irregDuplV "spin" "spun" "spun" ; --- spit_V = irregDuplV "spit" (variants {"spit" ; "spat"}) "spit" ; --- split_V = irregDuplV "split" "split" "split" ; --- spread_V = irregV "spread" "spread" "spread" ; --- spring_V = irregV "spring" (variants {"sprang" ; "sprung"}) "sprung" ; --- stand_V = irregV "stand" "stood" "stood" ; --- steal_V = irregV "steal" "stole" "stolen" ; --- stick_V = irregV "stick" "stuck" "stuck" ; --- sting_V = irregV "sting" "stung" "stung" ; --- stink_V = irregV "stink" "stank" "stunk" ; --- stride_V = irregV "stride" "strod" "stridden" ; --- strike_V = irregV "strike" "struck" "struck" ; --- string_V = irregV "string" "strung" "strung" ; --- strive_V = irregV "strive" "strove" "striven" ; --- swear_V = irregV "swear" "swore" "sworn" ; --- sweep_V = irregV "sweep" "swept" "swept" ; --- swell_V = irregV "swell" "swelled" (variants {"swelled" ; "swollen"}) ; --- swim_V = irregDuplV "swim" "swam" "swum" ; --- swing_V = irregV "swing" "swung" "swung" ; --- take_V = irregV "take" "took" "taken" ; --- teach_V = irregV "teach" "taught" "taught" ; --- tear_V = irregV "tear" "tore" "torn" ; --- tell_V = irregV "tell" "told" "told" ; --- think_V = irregV "think" "thought" "thought" ; --- thrive_V = irregV "thrive" (variants {"thrived" ; "throve"}) "thrived" ; --- throw_V = irregV "throw" "threw" "thrown" ; --- thrust_V = irregV "thrust" "thrust" "thrust" ; --- tread_V = irregV "tread" "trod" "trodden" ; --- understand_V = irregV "understand" "understood" "understood" ; --- uphold_V = irregV "uphold" "upheld" "upheld" ; --- upset_V = irregDuplV "upset" "upset" "upset" ; --- wake_V = irregV "wake" "woke" "woken" ; --- wear_V = irregV "wear" "wore" "worn" ; --- weave_V = irregV "weave" (variants {"weaved" ; "wove"}) (variants {"weaved" ; "woven"}) ; --- wed_V = irregDuplV "wed" "wed" "wed" ; --- weep_V = irregV "weep" "wept" "wept" ; --- wind_V = irregV "wind" "wound" "wound" ; --- win_V = irregDuplV "win" "won" "won" ; --- withhold_V = irregV "withhold" "withheld" "withheld" ; --- withstand_V = irregV "withstand" "withstood" "withstood" ; --- wring_V = irregV "wring" "wrung" "wrung" ; --- write_V = irregV "write" "wrote" "written" ; ---} diff --git a/old-lib/resource/hindi/LangHin.gf b/old-lib/resource/hindi/LangHin.gf deleted file mode 100644 index d043d04f2..000000000 --- a/old-lib/resource/hindi/LangHin.gf +++ /dev/null @@ -1,10 +0,0 @@ ---# -path=.:../abstract:../common:prelude - -concrete LangHin of Lang = - GrammarHin, - LexiconHin - ** { - -flags startcat = Phr ; unlexer=unwords ; lexer=words ; - -} diff --git a/old-lib/resource/hindi/LexiconHin.gf b/old-lib/resource/hindi/LexiconHin.gf deleted file mode 100644 index dfa32d661..000000000 --- a/old-lib/resource/hindi/LexiconHin.gf +++ /dev/null @@ -1,375 +0,0 @@ ---# -path=.:prelude - -concrete LexiconHin of Lexicon = CatHin ** - open ParadigmsHin, Prelude in { - - flags - optimize=values ; - - lin --- airplane_N = regN "airplane" ; --- answer_V2S = mkV2S (regV "answer") toP ; --- apartment_N = regN "apartment" ; - apple_N = mkN "seb" ; --- art_N = regN "art" ; --- ask_V2Q = mkV2Q (regV "ask") noPrep ; --- baby_N = regN "baby" ; --- bad_A = mkADeg "bad" "worse" "worst" "badly" ; --- bank_N = regN "bank" ; --- beautiful_A = compoundADeg (regA "beautiful") ; --- become_VA = mkVA (irregV "become" "became" "become") ; --- beer_N = regN "beer" ; --- beg_V2V = mkV2V (regDuplV "beg") noPrep toP ; - big_A = mkA "baRA" ; --- bike_N = regN "bike" ; --- bird_N = regN "bird" ; --- black_A = regADeg "black" ; --- blue_A = regADeg "blue" ; --- boat_N = regN "boat" ; --- book_N = regN "book" ; --- boot_N = regN "boot" ; --- boss_N = mkN human (regN "boss") ; - boy_N = mkN "lar.kA" ; - bread_N = mkN "rot.I" ; --- break_V2 = dirV2 (irregV "break" "broke" "broken") ; --- broad_A = regADeg "broad" ; --- brother_N2 = mkN2 (mkN masculine (mkN "brother")) (mkPrep "of") ; --- brown_A = regADeg "brown" ; --- butter_N = regN "butter" ; --- buy_V2 = dirV2 (irregV "buy" "bought" "bought") ; --- camera_N = regN "camera" ; --- cap_N = regN "cap" ; --- car_N = regN "car" ; --- carpet_N = regN "carpet" ; --- cat_N = regN "cat" ; --- ceiling_N = regN "ceiling" ; --- chair_N = regN "chair" ; --- cheese_N = regN "cheese" ; --- child_N = mk2N "child" "children" ; --- church_N = regN "church" ; --- city_N = regN "city" ; --- clean_A = regADeg "clean" ; --- clever_A = regADeg "clever" ; --- close_V2 = dirV2 (regV "close") ; --- coat_N = regN "coat" ; --- cold_A = regADeg "cold" ; --- come_V = (irregV "come" "came" "come") ; --- computer_N = regN "computer" ; --- country_N = regN "country" ; --- cousin_N = mkN human (regN "cousin") ; --- cow_N = regN "cow" ; --- die_V = (regV "die") ; --- dirty_A = regADeg "dirty" ; --- distance_N3 = mkN3 (regN "distance") fromP toP ; --- doctor_N = mkN human (regN "doctor") ; --- dog_N = regN "dog" ; --- door_N = regN "door" ; --- drink_V2 = dirV2 (irregV "drink" "drank" "drunk") ; --- easy_A2V = mkA2V (regA "easy") forP ; - eat_V2 = mkV2 "KA" ; --- empty_A = regADeg "empty" ; --- enemy_N = regN "enemy" ; --- factory_N = regN "factory" ; --- father_N2 = mkN2 (mkN masculine (mkN "father")) (mkPrep "of") ; --- fear_VS = mkVS (regV "fear") ; --- find_V2 = dirV2 (irregV "find" "found" "found") ; --- fish_N = mk2N "fish" "fish" ; --- floor_N = regN "floor" ; --- forget_V2 = dirV2 (irregDuplV "forget" "forgot" "forgotten") ; --- fridge_N = regN "fridge" ; --- friend_N = mkN human (regN "friend") ; --- fruit_N = regN "fruit" ; --- fun_AV = mkAV (regA "fun") ; --- garden_N = regN "garden" ; - girl_N = mkN "lar.kI" ; --- glove_N = regN "glove" ; --- gold_N = regN "gold" ; - good_A = mkA "a-cCA" ; - go_V = mkV "cal" ; --- green_A = regADeg "green" ; --- harbour_N = regN "harbour" ; --- hate_V2 = dirV2 (regV "hate") ; --- hat_N = regN "hat" ; --- have_V2 = dirV2 (mk5V "have" "has" "had" "had" "having") ; --- hear_V2 = dirV2 (irregV "hear" "heard" "heard") ; --- hill_N = regN "hill" ; --- hope_VS = mkVS (regV "hope") ; --- horse_N = regN "horse" ; --- hot_A = duplADeg "hot" ; --- house_N = regN "house" ; --- important_A = compoundADeg (regA "important") ; --- industry_N = regN "industry" ; --- iron_N = regN "iron" ; --- king_N = mkN masculine (regN "king") ; --- know_V2 = dirV2 (irregV "know" "knew" "known") ; --- lake_N = regN "lake" ; --- lamp_N = regN "lamp" ; --- learn_V2 = dirV2 (regV "learn") ; --- leather_N = regN "leather" ; --- leave_V2 = dirV2 (irregV "leave" "left" "left") ; --- like_V2 = dirV2 (regV "like") ; --- listen_V2 = prepV2 (regV "listen") toP ; - live_V = mkV "CU" ; ---- touch --- long_A = regADeg "long" ; --- lose_V2 = dirV2 (irregV "lose" "lost" "lost") ; --- love_N = regN "love" ; --- love_V2 = dirV2 (regV "love") ; --- man_N = mkN masculine (mk2N "man" "men") ; --- married_A2 = mkA2 (regA "married") toP ; --- meat_N = regN "meat" ; --- milk_N = regN "milk" ; --- moon_N = regN "moon" ; --- mother_N2 = mkN2 (mkN feminine (mkN "mother")) (mkPrep "of") ; --- mountain_N = regN "mountain" ; --- music_N = regN "music" ; --- narrow_A = regADeg "narrow" ; --- new_A = regADeg "new" ; --- newspaper_N = regN "newspaper" ; --- oil_N = regN "oil" ; --- old_A = regADeg "old" ; --- open_V2 = dirV2 (regV "open") ; --- paint_V2A = mkV2A (regV "paint") noPrep ; --- paper_N = regN "paper" ; --- paris_PN = mkPN (mkN nonhuman (mkN "Paris")) ; --- peace_N = regN "peace" ; --- pen_N = regN "pen" ; --- planet_N = regN "planet" ; --- plastic_N = regN "plastic" ; --- play_V2 = dirV2 (regV "play") ; --- policeman_N = mkN masculine (mkN "policeman" "policemen") ; --- priest_N = mkN human (regN "priest") ; --- probable_AS = mkAS (regA "probable") ; --- queen_N = mkN feminine (regN "queen") ; --- radio_N = regN "radio" ; --- rain_V0 = mkV0 (regV "rain") ; --- read_V2 = dirV2 (irregV "read" "read" "read") ; - red_A = mkA "lAl" ; --- religion_N = regN "religion" ; --- restaurant_N = regN "restaurant" ; --- river_N = regN "river" ; --- rock_N = regN "rock" ; --- roof_N = regN "roof" ; --- rubber_N = regN "rubber" ; --- run_V = (irregDuplV "run" "ran" "run") ; --- say_VS = mkVS (irregV "say" "said" "said") ; --- school_N = regN "school" ; --- science_N = regN "science" ; --- sea_N = regN "sea" ; --- seek_V2 = dirV2 (irregV "seek" "sought" "sought") ; --- see_V2 = dirV2 (irregV "see" "saw" "seen") ; --- sell_V3 = dirV3 (irregV "sell" "sold" "sold") toP ; --- send_V3 = dirV3 (irregV "send" "sent" "sent") toP ; --- sheep_N = mk2N "sheep" "sheep" ; --- ship_N = regN "ship" ; --- shirt_N = regN "shirt" ; --- shoe_N = regN "shoe" ; --- shop_N = regN "shop" ; --- short_A = regADeg "short" ; --- silver_N = regN "silver" ; --- sister_N = mkN2 (mkN feminine (mkN "sister")) (mkPrep "of") ; --- sleep_V = (irregV "sleep" "slept" "slept") ; --- small_A = regADeg "small" ; --- snake_N = regN "snake" ; --- sock_N = regN "sock" ; --- speak_V2 = dirV2 (irregV "speak" "spoke" "spoken") ; --- star_N = regN "star" ; --- steel_N = regN "steel" ; --- stone_N = regN "stone" ; --- stove_N = regN "stove" ; --- student_N = mkN human (regN "student") ; --- stupid_A = regADeg "stupid" ; --- sun_N = regN "sun" ; --- switch8off_V2 = dirV2 (partV (regV "switch") "off") ; --- switch8on_V2 = dirV2 (partV (regV "switch") "on") ; --- table_N = regN "table" ; --- talk_V3 = mkV3 (regV "talk") toP aboutP ; --- teacher_N = mkN human (regN "teacher") ; --- teach_V2 = dirV2 (irregV "teach" "taught" "taught") ; --- television_N = regN "television" ; --- thick_A = regADeg "thick" ; --- thin_A = duplADeg "thin" ; --- train_N = regN "train" ; --- travel_V = (regDuplV "travel") ; --- tree_N = regN "tree" ; --- ---- trousers_N = regN "trousers" ; --- ugly_A = regADeg "ugly" ; --- understand_V2 = dirV2 (irregV "understand" "understood" "understood") ; --- university_N = regN "university" ; --- village_N = regN "village" ; --- wait_V2 = prepV2 (regV "wait") forP ; --- walk_V = (regV "walk") ; --- warm_A = regADeg "warm" ; --- war_N = regN "war" ; --- watch_V2 = dirV2 (regV "watch") ; --- water_N = regN "water" ; --- white_A = regADeg "white" ; --- window_N = regN "window" ; --- wine_N = regN "wine" ; --- win_V2 = dirV2 (irregDuplV "win" "won" "won") ; --- woman_N = mkN feminine (mk2N "woman" "women") ; --- wonder_VQ = mkVQ (regV "wonder") ; --- wood_N = regN "wood" ; --- write_V2 = dirV2 (irregV "write" "wrote" "written") ; --- yellow_A = regADeg "yellow" ; --- young_A = regADeg "young" ; --- --- do_V2 = dirV2 (mk5V "do" "does" "did" "done" "doing") ; --- now_Adv = mkAdv "now" ; --- already_Adv = mkAdv "already" ; --- song_N = regN "song" ; --- add_V3 = dirV3 (regV "add") toP ; --- number_N = regN "number" ; --- put_V2 = prepV2 (irregDuplV "put" "put" "put") noPrep ; --- stop_V = regDuplV "stop" ; --- jump_V = regV "jump" ; --- --- left_Ord = ss "left" ; --- right_Ord = ss "right" ; --- far_Adv = mkAdv "far" ; --- correct_A = (regA "correct") ; --- dry_A = regA "dry" ; --- dull_A = regA "dull" ; --- full_A = regA "full" ; --- heavy_A = regA "heavy" ; --- near_A = regA "near" ; --- rotten_A = (regA "rotten") ; --- round_A = regA "round" ; --- sharp_A = regA "sharp" ; --- smooth_A = regA "smooth" ; --- straight_A = regA "straight" ; --- wet_A = regA "wet" ; ---- --- wide_A = regA "wide" ; --- animal_N = regN "animal" ; --- ashes_N = regN "ash" ; -- FIXME: plural only? --- back_N = regN "back" ; --- bark_N = regN "bark" ; --- belly_N = regN "belly" ; --- blood_N = regN "blood" ; --- bone_N = regN "bone" ; --- breast_N = regN "breast" ; --- cloud_N = regN "cloud" ; --- day_N = regN "day" ; --- dust_N = regN "dust" ; --- ear_N = regN "ear" ; --- earth_N = regN "earth" ; --- egg_N = regN "egg" ; --- eye_N = regN "eye" ; --- fat_N = regN "fat" ; --- feather_N = regN "feather" ; --- fingernail_N = regN "fingernail" ; --- fire_N = regN "fire" ; --- flower_N = regN "flower" ; --- fog_N = regN "fog" ; --- foot_N = mk2N "foot" "feet" ; --- forest_N = regN "forest" ; --- grass_N = regN "grass" ; --- guts_N = regN "gut" ; -- FIXME: no singular --- hair_N = regN "hair" ; --- hand_N = regN "hand" ; --- head_N = regN "head" ; --- heart_N = regN "heart" ; --- horn_N = regN "horn" ; --- husband_N = mkN masculine (regN "husband") ; --- ice_N = regN "ice" ; --- knee_N = regN "knee" ; --- leaf_N = mk2N "leaf" "leaves" ; --- leg_N = regN "leg" ; --- liver_N = regN "liver" ; --- louse_N = mk2N "louse" "lice" ; --- mouth_N = regN "mouth" ; --- name_N = regN "name" ; --- neck_N = regN "neck" ; --- night_N = regN "night" ; --- nose_N = regN "nose" ; --- person_N = mkN human (regN "person") ; --- rain_N = regN "rain" ; --- road_N = regN "road" ; --- root_N = regN "root" ; --- rope_N = regN "rope" ; --- salt_N = regN "salt" ; --- sand_N = regN "sand" ; --- seed_N = regN "seed" ; --- skin_N = regN "skin" ; --- sky_N = regN "sky" ; --- smoke_N = regN "smoke" ; --- snow_N = regN "snow" ; --- stick_N = regN "stick" ; --- tail_N = regN "tail" ; --- tongue_N = regN "tongue" ; --- tooth_N = mk2N "tooth" "teeth" ; --- wife_N = mkN feminine (mk2N "wife" "wives") ; --- wind_N = regN "wind" ; --- wing_N = regN "wing" ; --- worm_N = regN "worm" ; --- year_N = regN "year" ; --- blow_V = IrregHin.blow_V ; --- breathe_V = dirV2 (regV "breathe") ; --- burn_V = IrregHin.burn_V ; --- dig_V = IrregHin.dig_V ; --- fall_V = IrregHin.fall_V ; --- float_V = regV "float" ; --- flow_V = regV "flow" ; --- fly_V = IrregHin.fly_V ; --- freeze_V = IrregHin.freeze_V ; --- give_V3 = dirV3 give_V toP ; --- laugh_V = regV "laugh" ; --- lie_V = IrregHin.lie_V ; --- play_V = regV "play" ; - sew_V = mkV "sI" ; --- sing_V = IrregHin.sing_V ; --- sit_V = IrregHin.sit_V ; --- smell_V = regV "smell" ; --- spit_V = IrregHin.spit_V ; --- stand_V = IrregHin.stand_V ; --- swell_V = IrregHin.swell_V ; --- swim_V = IrregHin.swim_V ; --- think_V = IrregHin.think_V ; --- turn_V = regV "turn" ; --- vomit_V = regV "vomit" ; --- --- bite_V2 = dirV2 IrregHin.bite_V ; --- count_V2 = dirV2 (regV "count") ; --- cut_V2 = dirV2 IrregHin.cut_V ; --- fear_V2 = dirV2 (regV "fear") ; --- fight_V2 = dirV2 fight_V ; - hit_V2 = mkV2 (mkV "mAr") "ko" ; --- hold_V2 = dirV2 hold_V ; --- hunt_V2 = dirV2 (regV "hunt") ; --- kill_V2 = dirV2 (regV "kill") ; --- pull_V2 = dirV2 (regV "pull") ; --- push_V2 = dirV2 (regV "push") ; --- rub_V2 = dirV2 (regDuplV "rub") ; --- scratch_V2 = dirV2 (regV "scratch") ; --- split_V2 = dirV2 split_V ; --- squeeze_V2 = dirV2 (regV "squeeze") ; --- stab_V2 = dirV2 (regDuplV "stab") ; --- suck_V2 = dirV2 (regV "suck") ; --- throw_V2 = dirV2 throw_V ; --- tie_V2 = dirV2 (regV "tie") ; --- wash_V2 = dirV2 (regV "wash") ; --- wipe_V2 = dirV2 (regV "wipe") ; --- ----- other_A = regA "other" ; --- --- grammar_N = regN "grammar" ; --- language_N = regN "language" ; --- rule_N = regN "rule" ; --- ----- added 4/6/2007 - john_PN = mkPN "jon" ; --- question_N = regN "question" ; --- ready_A = regA "ready" ; --- reason_N = regN "reason" ; --- today_Adv = mkAdv "today" ; --- uncertain_A = regA "uncertain" ; --- ---oper --- aboutP = mkPrep "about" ; --- atP = mkPrep "at" ; --- forP = mkPrep "for" ; --- fromP = mkPrep "from" ; --- inP = mkPrep "in" ; --- onP = mkPrep "on" ; --- toP = mkPrep "to" ; --- -} diff --git a/old-lib/resource/hindi/MorphoHin.gf b/old-lib/resource/hindi/MorphoHin.gf deleted file mode 100644 index 0cb00fde5..000000000 --- a/old-lib/resource/hindi/MorphoHin.gf +++ /dev/null @@ -1,196 +0,0 @@ ---# -path=.:../../prelude --- -----1 A Simple Hindi 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 $ParadigmsHin$, which ----- gives a higher-level access to this module. --- -resource MorphoHin = ResHin ** open Prelude, (Predef=Predef) in { --- --- flags optimize=all ; --- -----2 Phonology ----- ----- To regulate the use of endings for both nouns, adjectives, and verbs: --- ---oper --- y2ie : Str -> Str -> Str = \fly,s -> --- let y = last (init fly) in --- case y of { --- "a" => fly + s ; --- "e" => fly + s ; --- "o" => fly + s ; --- "u" => fly + s ; --- _ => init fly + "ie" + s --- } ; --- --- -----2 Nouns ----- ----- For conciseness and abstraction, we define a worst-case macro for ----- noun inflection. It is used for defining special case that ----- only need one string as argument. --- ---oper --- CommonNoun : Type = {s : Number => Case => Str} ; --- --- nounGen : Str -> CommonNoun = \dog -> case last dog of { --- "y" => nounY "dog" ; --- "s" => nounS (init "dog") ; --- _ => nounReg "dog" --- } ; --- ----- These are auxiliaries to $nounGen$. --- --- nounReg : Str -> CommonNoun = \dog -> --- mkNoun dog (dog + "s") (dog + "'s") (dog + "s'"); --- nounS : Str -> CommonNoun = \kiss -> --- mkNoun kiss (kiss + "es") (kiss + "'s") (kiss + "es'") ; --- nounY : Str -> CommonNoun = \fl -> --- mkNoun (fl + "y") (fl + "ies") (fl + "y's") (fl + "ies'") ; --- --- -----3 Proper names ----- ----- Regular proper names are inflected with "'s" in the genitive. --- --- nameReg : Str -> Gender -> {s : Case => Str} = \john,g -> --- {s = table {Gen => john + "'s" ; _ => john} ; g = g} ; --- -----2 Determiners --- --- mkDeterminer : Number -> Str -> {s : Str ; n : Number} = \n,s -> --- {s = s ; n = n} ; --- -----2 Pronouns ----- ----- Here we define personal pronouns. ----- ----- We record the form "mine" and the gender for later use. --- --- Pronoun : Type = --- {s : Case => Str ; a : Agr} ; --- --- mkPronoun : (_,_,_,_ : Str) -> Number -> Person -> Gender -> Pronoun = --- \I,me,my,mine,n,p,g -> --- {s = table {Nom => I ; Acc => me ; Gen => my} ; --- a = toAgr n p g --- } ; --- --- human : Gender = Masc ; --- doesn't matter --- --- pronI = mkPronoun "I" "me" "my" "mine" Sg P1 human ; --- pronYouSg = mkPronoun "you" "you" "your" "yours" Sg P2 human ; -- verb agr OK --- pronHe = mkPronoun "he" "him" "his" "his" Sg P3 Masc ; --- pronShe = mkPronoun "she" "her" "her" "hers" Sg P3 Fem ; --- pronIt = mkPronoun "it" "it" "its" "it" Sg P3 Neutr ; --- --- pronWe = mkPronoun "we" "us" "our" "ours" Pl P1 human ; --- pronYouPl = mkPronoun "you" "you" "your" "yours" Pl P2 human ; --- pronThey = mkPronoun "they" "them" "their" "theirs" Pl P3 human ; --- --- --- -----2 Adjectives ----- ----- To form the adjectival and the adverbial forms, two strings are needed ----- in the worst case. (First without degrees.) --- --- Adjective = {s : AForm => Str} ; --- ----- However, most adjectives can be inflected using the final character. ----- N.B. this is not correct for "shy", but $mkAdjective$ has to be used. --- --- regAdjective : Str -> Adjective = \free -> --- let --- e = last free ; --- fre = init free ; --- freely = case e of { --- "y" => fre + "ily" ; --- _ => free + "ly" --- } ; --- fre = case e of { --- "e" => fre ; --- "y" => fre + "i" ; --- _ => free --- } --- in --- mkAdjective free (fre + "er") (fre + "est") freely ; --- ----- Many adjectives are 'inflected' by adding a comparison word. --- --- adjDegrLong : Str -> Adjective = \ridiculous -> --- mkAdjective --- ridiculous --- ("more" ++ ridiculous) --- ("most" ++ ridiculous) --- ((regAdjective ridiculous).s ! AAdv) ; --- --- -----3 Verbs ----- ----- The worst case needs five forms. (The verb "be" is treated separately.) --- --- mkVerb4 : (_,_,_,_: Str) -> Verb = \go,goes,went,gone -> --- let going = case last go of { --- "e" => init go + "ing" ; --- _ => go + "ing" --- } --- in --- mkVerb go goes went gone going ; --- ----- This is what we use to derive the irregular forms in almost all cases --- --- mkVerbIrreg : (_,_,_ : Str) -> Verb = \bite,bit,bitten -> --- let bites = case last bite of { --- "y" => y2ie bite "s" ; --- "s" => init bite + "es" ; --- _ => bite + "s" --- } --- in mkVerb4 bite bites bit bitten ; --- ----- This is used to derive regular forms. --- --- mkVerbReg : Str -> Verb = \soak -> --- let --- soaks = case last soak of { --- "y" => y2ie soak "s" ; --- "s" => init soak + "es" ; --- _ => soak + "s" --- } ; --- soaked = case last soak of { --- "e" => init soak + "s" ; --- _ => soak + "ed" --- } --- in --- mkVerb4 soak soaks soaked soaked ; --- --- verbGen : Str -> Verb = \kill -> case last kill of { --- "y" => verbP3y (init kill) ; --- "e" => verbP3e (init kill) ; --- "s" => verbP3s (init kill) ; --- _ => regVerbP3 kill --- } ; --- ----- These are just auxiliary to $verbGen$. --- --- regVerbP3 : Str -> Verb = \walk -> --- mkVerbIrreg walk (walk + "ed") (walk + "ed") ; --- verbP3s : Str -> Verb = \kiss -> --- mkVerb4 kiss (kiss + "es") (kiss + "ed") (kiss + "ed") ; --- verbP3e : Str -> Verb = \love -> --- mkVerb4 love (love + "s") (love + "d") (love + "d") ; --- verbP3y : Str -> Verb = \cr -> --- mkVerb4 (cr + "y") (cr + "ies") (cr + "ied") (cr + "ied") ; --- ------ The particle always appears right after the verb. --- --- verbPart : Verb -> Str -> Verb = \v,p -> --- {s = \\f => v.s ! f ++ p ; isRefl = v.isRefl} ; --- --- verbNoPart : Verb -> Verb = \v -> verbPart v [] ; --- --- -} diff --git a/old-lib/resource/hindi/NounHin.gf b/old-lib/resource/hindi/NounHin.gf deleted file mode 100644 index adf82689d..000000000 --- a/old-lib/resource/hindi/NounHin.gf +++ /dev/null @@ -1,131 +0,0 @@ -concrete NounHin of Noun = CatHin ** open ResHin, Prelude in { - - flags optimize=all_subs ; - - lin - DetCN det cn = { - s = \\c => det.s ! cn.g ! npcase2case c ++ toNP (cn.s ! det.n) c ; - a = agrP3 cn.g det.n - } ; - - UsePN pn = {s = \\c => toNP pn.s c ; a = agrP3 pn.g Sg} ; - UsePron p = {s = \\c => p.s ! np2pronCase c ; a = p.a} ; --- --- PredetNP pred np = { --- s = \\c => pred.s ++ np.s ! c ; --- a = np.a --- } ; --- --- PPartNP np v2 = { --- s = \\c => np.s ! c ++ v2.s ! VPPart ; --- a = np.a --- } ; --- --- RelNP np rs = { --- s = \\c => np.s ! c ++ "," ++ rs.s ! np.a ; --- a = np.a --- } ; --- --- AdvNP np adv = { --- s = \\c => np.s ! c ++ adv.s ; --- a = np.a --- } ; --- --- DetQuantOrd quant num ord = { --- s = quant.s ! num.n ++ num.s ++ ord.s ; --- n = num.n --- } ; - - DetQuant quant num = { - s = \\g,c => quant.s ! num.n ! g ! c ++ num.s ; - n = num.n - } ; - --- DetNP det = { --- s = \\c => det.s ; ---- case --- a = agrP3 det.n --- } ; --- - PossPron p = {s = \\_,_,_ => p.s ! PPoss} ; - - NumSg = {s = []; n = Sg} ; - NumPl = {s = []; n = Pl} ; - --- NumCard n = n ** {hasCard = True} ; --- --- NumDigits n = {s = n.s ! NCard ; n = n.n} ; --- OrdDigits n = {s = n.s ! NOrd} ; --- --- NumNumeral numeral = {s = numeral.s ! NCard; n = numeral.n} ; --- OrdNumeral numeral = {s = numeral.s ! NOrd} ; --- --- AdNum adn num = {s = adn.s ++ num.s ; n = num.n} ; --- --- OrdSuperl a = {s = a.s ! AAdj Superl} ; --- --- DetArtOrd art num ord = { --- s = art.s ! num.hasCard ! num.n ++ num.s ++ ord.s ; --- n = num.n --- } ; --- --- DetArtCard art card = { --- s = art.s ! True ! card.n ++ card.s ; --- n = card.n --- } ; - - DetArtSg art cn = { - s = \\c => art.s ++ toNP (cn.s ! Sg) c ; - a = agrP3 cn.g Sg - } ; - - DetArtPl art cn = { - s = \\c => art.s ++ toNP (cn.s ! Pl) c ; - a = agrP3 cn.g Pl - } ; - - DefArt = {s = []} ; - IndefArt = {s = []} ; - --- MassNP cn = { --- s = cn.s ! Sg ; --- a = agrP3 Sg --- } ; - - UseN n = n ; --- UseN2 n = n ; --- --- Use2N3 f = { --- s = \\n,c => f.s ! n ! Nom ; --- g = f.g ; --- c2 = f.c2 --- } ; --- --- Use3N3 f = { --- s = \\n,c => f.s ! n ! Nom ; --- g = f.g ; --- c2 = f.c3 --- } ; --- --- ComplN2 f x = {s = \\n,c => f.s ! n ! Nom ++ f.c2 ++ x.s ! c ; g = f.g} ; --- ComplN3 f x = { --- s = \\n,c => f.s ! n ! Nom ++ f.c2 ++ x.s ! c ; --- g = f.g ; --- c2 = f.c3 --- } ; - - AdjCN ap cn = { - s = \\n,c => ap.s ! cn.g ! n ! c ++ cn.s ! n ! c ; - g = cn.g - } ; - --- RelCN cn rs = { --- s = \\n,c => cn.s ! n ! c ++ rs.s ! agrgP3 n cn.g ; --- g = cn.g --- } ; --- AdvCN cn ad = {s = \\n,c => cn.s ! n ! c ++ ad.s ; g = cn.g} ; --- --- SentCN cn sc = {s = \\n,c => cn.s ! n ! c ++ sc.s ; g = cn.g} ; --- --- ApposCN cn np = {s = \\n,c => cn.s ! n ! Nom ++ np.s ! c ; g = cn.g} ; --- -} diff --git a/old-lib/resource/hindi/NumeralHin.gf b/old-lib/resource/hindi/NumeralHin.gf deleted file mode 100644 index ae4a01ac9..000000000 --- a/old-lib/resource/hindi/NumeralHin.gf +++ /dev/null @@ -1,95 +0,0 @@ -concrete NumeralHin of Numeral = CatHin ** open ResHin in { --- ---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 = let two = mkNum "two" "twelve" "twenty" "second" in --- {s = \\f,c => case of { --- => "twelfth" ; --- _ => two.s ! f ! c --- } --- } ; --- ---lin n3 = mkNum "three" "thirteen" "thirty" "third" ; ---lin n4 = mkNum "four" "fourteen" "forty" "fourth" ; ---lin n5 = mkNum "five" "fifteen" "fifty" "fifth" ; ---lin n6 = regNum "six" ; ---lin n7 = regNum "seven" ; ---lin n8 = mkNum "eight" "eighteen" "eighty" "eighth" ; ---lin n9 = mkNum "nine" "nineteen" "ninety" "ninth" ; --- ---lin pot01 = mkNum "one" "eleven" "ten" "first" ** {n = Sg} ; ---lin pot0 d = d ** {n = Pl} ; ---lin pot110 = regCardOrd "ten" ** {n = Pl} ; ---lin pot111 = regCardOrd "eleven" ** {n = Pl} ; ---lin pot1to19 d = {s = d.s ! teen} ** {n = Pl} ; ---lin pot0as1 n = {s = n.s ! unit} ** {n = n.n} ; ---lin pot1 d = {s = d.s ! ten} ** {n = Pl} ; ---lin pot1plus d e = { --- s = \\c => d.s ! ten ! NCard ++ "-" ++ e.s ! unit ! c ; n = Pl} ; ---lin pot1as2 n = n ; ---lin pot2 d = {s = \\c => d.s ! unit ! NCard ++ mkCard c "hundred"} ** {n = Pl} ; ---lin pot2plus d e = { --- s = \\c => d.s ! unit ! NCard ++ "hundred" ++ "and" ++ e.s ! c ; n = Pl} ; ---lin pot2as3 n = n ; ---lin pot3 n = { --- s = \\c => n.s ! NCard ++ mkCard c "thousand" ; n = Pl} ; ---lin pot3plus n m = { --- s = \\c => n.s ! NCard ++ "thousand" ++ m.s ! c ; n = Pl} ; --- ----- numerals as sequences of digits --- --- lincat --- Dig = TDigit ; --- --- lin --- IDig d = d ** {tail = T1} ; --- --- IIDig d i = { --- s = \\o => d.s ! NCard ++ commaIf i.tail ++ i.s ! o ; --- n = Pl ; --- tail = inc i.tail --- } ; --- --- D_0 = mkDig "0" ; --- D_1 = mk3Dig "1" "1st" Sg ; --- D_2 = mk2Dig "2" "2nd" ; --- D_3 = mk2Dig "3" "3rd" ; --- 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 --- commaIf : DTail -> Str = \t -> case t of { --- T3 => "," ; --- _ => [] --- } ; --- --- inc : DTail -> DTail = \t -> case t of { --- T1 => T2 ; --- T2 => T3 ; --- T3 => T1 --- } ; --- --- mk2Dig : Str -> Str -> TDigit = \c,o -> mk3Dig c o Pl ; --- mkDig : Str -> TDigit = \c -> mk2Dig c (c + "th") ; --- --- mk3Dig : Str -> Str -> Number -> TDigit = \c,o,n -> { --- s = table {NCard => c ; NOrd => o} ; --- n = n --- } ; --- --- TDigit = { --- n : Number ; --- s : CardOrd => Str --- } ; --- -} diff --git a/old-lib/resource/hindi/ParadigmsHin.gf b/old-lib/resource/hindi/ParadigmsHin.gf deleted file mode 100644 index 7844caf6e..000000000 --- a/old-lib/resource/hindi/ParadigmsHin.gf +++ /dev/null @@ -1,556 +0,0 @@ ---# -path=.:../abstract:../../prelude:../common --- -----1 Hindi Lexical Paradigms - -resource ParadigmsHin = open - (Predef=Predef), - Prelude, - MorphoHin, - CatHin - in { - ---2 Parameters - -oper - masculine : Gender ; - feminine : Gender ; - - masculine = Masc ; feminine = Fem ; --i - - ---2 Nouns - - mkN = overload { - mkN : Str -> N - = \s -> regNoun s ** {lock_N = <>} ; - mkN : Str -> Gender -> N - = \s,g -> reggNoun s g ** {lock_N = <>} ; - mkN : (x1,_,_,_,_,x6 : Str) -> Gender -> N - = \sd,so,sv,pd,po,pv,g -> mkNoun sd so sv pd po pv g ** {lock_N = <>} ; - } ; - - mkPN = overload { - mkPN : Str -> PN = \s -> let n = regNoun s in {s = n.s ! Sg ; g = n.g ; lock_PN = <>} ; - mkPN : N -> Gender -> PN = \n,g -> {s = n.s ! Sg ; g = g ; lock_PN = <>} ; - } ; - ---2 Adjectives - - mkA = overload { - mkA : Str -> A - = \s -> regAdjective s ** {lock_A = <>} ; - mkA : (x1,_,x3 : Str) -> A - = \msd,m,f -> mkAdjective msd m f ** {lock_A = <>} ; - } ; - ---2 Verbs - - mkV = overload { - mkV : Str -> V - = \s -> regVerb s ** {lock_V = <>} ; - mkV : (x1,_,_,_,_,_,_,_,_,_,_,_,_,_,x15 : Str) -> V - = \inf,stem,ims,imp,ifs,ifp,pms,pmp,pfs,pfp,ss1,ss2,sp2,sp3,r -> - mkVerb inf stem ims imp ifs ifp pms pmp pfs pfp ss1 ss2 sp2 sp3 r ** - {lock_V = <>} ; - } ; - - - mkV2 = overload { - mkV2 : Str -> V2 - = \s -> regVerb s ** {c2 = {s = [] ; c = VTrans} ; lock_V2 = <>} ; - mkV2 : V -> V2 - = \v -> v ** {c2 = {s = [] ; c = VTrans} ; lock_V2 = <>} ; - mkV2 : V -> Str -> V2 - = \v,p -> v ** {c2 = {s = p ; c = VTransPost} ; lock_V2 = <>} ; - } ; - - -----3 Compound nouns ----- ----- A compound noun is an uninflected string attached to an inflected noun, ----- such as "baby boom", "chief executive officer". --- --- mkN : Str -> N -> N --- } ; --- --- -----3 Relational nouns ----- ----- Relational nouns ("daughter of x") need a preposition. --- --- mkN2 : N -> Prep -> N2 ; --- ----- The most common preposition is "of", and the following is a ----- shortcut for regular relational nouns with "of". --- --- regN2 : Str -> N2 ; --- ----- Use the function $mkPrep$ or see the section on prepositions below to ----- form other prepositions. ----- ----- Three-place relational nouns ("the connection from x to y") need two prepositions. --- --- mkN3 : N -> Prep -> Prep -> N3 ; --- --- --- -----3 Proper names and noun phrases ----- ----- Proper names, with a regular genitive, are formed from strings. --- --- mkPN : overload { --- --- mkPN : Str -> PN ; --- ----- Sometimes a common noun can be reused as a proper name, e.g. "Bank" --- --- mkPN : N -> PN --- } ; --- --- -----2 Adjectives --- --- mkA : overload { --- ----- For regular adjectives, the adverbial and comparison forms are derived. This holds ----- even for cases with the variations "happy - happily - happier - happiest", ----- "free - freely - freer - freest", and "rude - rudest". --- --- mkA : (happy : Str) -> A ; --- ----- However, the duplication of the final consonant cannot be predicted, ----- but a separate case is used to give the comparative --- --- mkA : (fat,fatter : Str) -> A ; --- ----- As many as four forms may be needed. --- --- mkA : (good,better,best,well : Str) -> A --- } ; --- ----- To force comparison to be formed by "more - most", ----- the following function is used: --- --- compoundA : A -> A ; -- -/more/most ridiculous --- --- --- -----3 Two-place adjectives ----- ----- Two-place adjectives need a preposition for their second argument. --- --- mkA2 : A -> Prep -> A2 ; --- --- --- -----2 Adverbs --- ----- Adverbs are not inflected. Most lexical ones have position ----- after the verb. Some can be preverbal (e.g. "always"). --- --- mkAdv : Str -> Adv ; --- mkAdV : Str -> AdV ; --- ----- Adverbs modifying adjectives and sentences can also be formed. --- --- mkAdA : Str -> AdA ; --- -----2 Prepositions ----- ----- A preposition as used for rection in the lexicon, as well as to ----- build $PP$s in the resource API, just requires a string. --- --- mkPrep : Str -> Prep ; --- noPrep : Prep ; --- ----- (These two functions are synonyms.) --- -----2 Verbs ----- --- ----- Verbs are constructed by the function $mkV$, which takes a varying ----- number of arguments. --- --- mkV : overload { --- ----- The regular verb function recognizes the special cases where the last ----- character is "y" ("cry-cries" but "buy-buys") or a sibilant ----- ("kiss-"kisses", "jazz-jazzes", "rush-rushes", "munch - munches", ----- "fix - fixes"). --- --- mkV : (cry : Str) -> V ; --- ----- Give the present and past forms for regular verbs where ----- the last letter is duplicated in some forms, ----- e.g. "rip - ripped - ripping". --- --- mkV : (stop, stopped : Str) -> V ; --- ----- There is an extensive list of irregular verbs in the module $IrregularHin$. ----- In practice, it is enough to give three forms, ----- e.g. "drink - drank - drunk". --- --- mkV : (drink, drank, drunk : Str) -> V ; --- ----- Irregular verbs with duplicated consonant in the present participle. --- --- mkV : (run, ran, run, running : Str) -> V ; --- ----- Except for "be", the worst case needs five forms: the infinitive and ----- the third person singular present, the past indicative, and the ----- past and present participles. --- --- mkV : (go, goes, went, gone, going : Str) -> V --- }; --- ----- Verbs with a particle. ----- The particle, such as in "switch on", is given as a string. --- --- partV : V -> Str -> V ; --- ----- Reflexive verbs. ----- By default, verbs are not reflexive; this function makes them that. --- --- reflV : V -> V ; --- -----3 Two-place verbs ----- ----- Two-place verbs need a preposition, except the special case with direct object. ----- (transitive verbs). Notice that a particle comes from the $V$. --- --- mkV2 : overload { --- mkV2 : V -> Prep -> V2 ; -- believe in --- mkV2 : V -> V2 -- kill --- }; --- -----3 Three-place verbs ----- ----- Three-place (ditransitive) verbs need two prepositions, of which ----- the first one or both can be absent. --- --- mkV3 : V -> Prep -> Prep -> V3 ; -- speak, with, about --- dirV3 : V -> Prep -> V3 ; -- give,_,to --- dirdirV3 : V -> V3 ; -- give,_,_ --- -----3 Other complement patterns ----- ----- Verbs and adjectives can take complements such as sentences, ----- questions, verb phrases, and adjectives. --- --- mkV0 : V -> V0 ; --- mkVS : V -> VS ; --- mkV2S : V -> Prep -> V2S ; --- mkVV : V -> VV ; --- mkV2V : V -> Prep -> Prep -> V2V ; --- mkVA : V -> VA ; --- mkV2A : V -> Prep -> V2A ; --- mkVQ : V -> VQ ; --- mkV2Q : V -> Prep -> V2Q ; --- --- mkAS : A -> AS ; --- mkA2S : A -> Prep -> A2S ; --- mkAV : A -> AV ; --- mkA2V : A -> Prep -> A2V ; --- ----- Notice: Categories $V0, AS, A2S, AV, A2V$ are just $A$. ----- $V0$ is just $V$; the second argument is treated as adverb. --- --- V0 : Type ; --- AS, A2S, AV, A2V : Type ; --- -----. -----2 Definitions of paradigms ----- ----- The definitions should not bother the user of the API. So they are ----- hidden from the document. --- --- Gender = MorphoHin.Gender ; --- Number = MorphoHin.Number ; --- Case = MorphoHin.Case ; --- human = Masc ; --- nonhuman = Neutr ; --- masculine = Masc ; --- feminine = Fem ; --- singular = Sg ; --- plural = Pl ; --- nominative = Nom ; --- genitive = Gen ; --- --- Preposition : Type = Str ; -- obsolete --- --- regN = \ray -> --- let rays = add_s ray --- in --- mk2N ray rays ; --- --- --- add_s : Str -> Str = \w -> case w of { --- _ + ("io" | "oo") => w + "s" ; -- radio, bamboo --- _ + ("s" | "z" | "x" | "sh" | "ch" | "o") => w + "es" ; -- bus, hero --- _ + ("a" | "o" | "u" | "e") + "y" => w + "s" ; -- boy --- x + "y" => x + "ies" ; -- fly --- _ => w + "s" -- car --- } ; --- --- mk2N = \man,men -> --- let mens = case last men of { --- "s" => men + "'" ; --- _ => men + "'s" --- } --- in --- mk4N man men (man + "'s") mens ; --- --- mk4N = \man,men,man's,men's -> --- mkNoun man man's men men's ** {g = Neutr ; lock_N = <>} ; --- --- genderN g man = {s = man.s ; g = g ; lock_N = <>} ; --- --- compoundN s n = {s = \\x,y => s ++ n.s ! x ! y ; g=n.g ; lock_N = <>} ; --- --- mkPN = overload { --- mkPN : Str -> PN = regPN ; --- mkPN : N -> PN = nounPN --- } ; --- --- --- mkN2 = \n,p -> n ** {lock_N2 = <> ; c2 = p.s} ; --- regN2 n = mkN2 (regN n) (mkPrep "of") ; --- mkN3 = \n,p,q -> n ** {lock_N3 = <> ; c2 = p.s ; c3 = q.s} ; --- -----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"). --- --- cnN2 : CN -> Prep -> N2 ; --- cnN3 : CN -> Prep -> Prep -> N3 ; --- ----- This is obsolete. --- cnN2 = \n,p -> n ** {lock_N2 = <> ; c2 = p.s} ; --- cnN3 = \n,p,q -> n ** {lock_N3 = <> ; c2 = p.s ; c3 = q.s} ; --- --- regPN n = regGenPN n human ; --- regGenPN n g = nameReg n g ** {g = g ; lock_PN = <>} ; --- nounPN n = {s = n.s ! singular ; g = n.g ; lock_PN = <>} ; --- --- mk2A a b = mkAdjective a a a b ** {lock_A = <>} ; --- regA a = regADeg a ** {lock_A = <>} ; --- --- mkA2 a p = a ** {c2 = p.s ; lock_A2 = <>} ; --- --- ADeg = A ; ---- --- --- mkADeg a b c d = mkAdjective a b c d ** {lock_A = <>} ; --- --- regADeg happy = --- let --- happ = init happy ; --- y = last happy ; --- happie = case y of { --- "y" => happ + "ie" ; --- "e" => happy ; --- _ => happy + "e" --- } ; --- happily : Str = case happy of { --- _ + "y" => happ + "ily" ; --- _ + "ll" => happy + "y" ; --- _ => happy + "ly" --- } ; --- in mkADeg happy (happie + "r") (happie + "st") happily ; --- --- duplADeg fat = --- mkADeg fat --- (fat + last fat + "er") (fat + last fat + "est") (fat + "ly") ; --- --- compoundADeg a = --- let ad = (a.s ! AAdj Posit) --- in mkADeg ad ("more" ++ ad) ("most" ++ ad) (a.s ! AAdv) ; --- --- adegA a = a ; --- --- mkAdv x = ss x ** {lock_Adv = <>} ; --- mkAdV x = ss x ** {lock_AdV = <>} ; --- mkAdA x = ss x ** {lock_AdA = <>} ; --- --- mkPrep p = ss p ** {lock_Prep = <>} ; --- noPrep = mkPrep [] ; --- --- mk5V a b c d e = mkVerb a b c d e ** {s1 = [] ; lock_V = <>} ; --- --- regV cry = --- let --- cr = init cry ; --- y = last cry ; --- cries = (regN cry).s ! Pl ! Nom ; -- ! --- crie = init cries ; --- cried = case last crie of { --- "e" => crie + "d" ; --- _ => crie + "ed" --- } ; --- crying = case y of { --- "e" => case last cr of { --- "e" => cry + "ing" ; --- _ => cr + "ing" --- } ; --- _ => cry + "ing" --- } --- in mk5V cry cries cried cried crying ; --- --- reg2V fit fitted = --- let fitt = Predef.tk 2 fitted ; --- in mk5V fit (fit + "s") (fitt + "ed") (fitt + "ed") (fitt + "ing") ; --- --- regDuplV fit = --- case last fit of { --- ("a" | "e" | "i" | "o" | "u" | "y") => --- Predef.error (["final duplication makes no sense for"] ++ fit) ; --- t => --- let fitt = fit + t in --- mk5V fit (fit + "s") (fitt + "ed") (fitt + "ed") (fitt + "ing") --- } ; --- --- irregV x y z = let reg = (regV x).s in --- mk5V x (reg ! VPres) y z (reg ! VPresPart) ** {s1 = [] ; lock_V = <>} ; --- --- irreg4V x y z w = let reg = (regV x).s in --- mk5V x (reg ! VPres) y z w ** {s1 = [] ; lock_V = <>} ; --- --- irregDuplV fit y z = --- let --- fitting = (regDuplV fit).s ! VPresPart --- in --- mk5V fit (fit + "s") y z fitting ; --- --- partV v p = verbPart v p ** {lock_V = <>} ; --- reflV v = {s = v.s ; part = v.part ; lock_V = v.lock_V ; isRefl = True} ; --- --- prepV2 v p = v ** {s = v.s ; s1 = v.s1 ; c2 = p.s ; lock_V2 = <>} ; --- dirV2 v = prepV2 v noPrep ; --- --- mkV3 v p q = v ** {s = v.s ; s1 = v.s1 ; c2 = p.s ; c3 = q.s ; lock_V3 = <>} ; --- dirV3 v p = mkV3 v noPrep p ; --- dirdirV3 v = dirV3 v noPrep ; --- --- mkVS v = v ** {lock_VS = <>} ; --- mkVV v = { --- s = table {VVF vf => v.s ! vf ; _ => variants {}} ; --- isAux = False ; lock_VV = <> --- } ; --- mkVQ v = v ** {lock_VQ = <>} ; --- --- V0 : Type = V ; ----- V2S, V2V, V2Q : Type = V2 ; --- AS, A2S, AV : Type = A ; --- A2V : Type = A2 ; --- --- mkV0 v = v ** {lock_V = <>} ; --- mkV2S v p = prepV2 v p ** {lock_V2S = <>} ; --- mkV2V v p t = prepV2 v p ** {isAux = False ; lock_V2V = <>} ; --- mkVA v = v ** {lock_VA = <>} ; --- mkV2A v p = prepV2 v p ** {lock_V2A = <>} ; --- mkV2Q v p = prepV2 v p ** {lock_V2Q = <>} ; --- --- mkAS v = v ** {lock_A = <>} ; --- mkA2S v p = mkA2 v p ** {lock_A = <>} ; --- mkAV v = v ** {lock_A = <>} ; --- mkA2V v p = mkA2 v p ** {lock_A2 = <>} ; --- --- ----- pre-overload API and overload definitions --- --- mk4N : (man,men,man's,men's : Str) -> N ; --- regN : Str -> N ; --- mk2N : (man,men : Str) -> N ; --- genderN : Gender -> N -> N ; --- compoundN : Str -> N -> N ; --- --- mkN = overload { --- mkN : (man,men,man's,men's : Str) -> N = mk4N ; --- mkN : Str -> N = regN ; --- mkN : (man,men : Str) -> N = mk2N ; --- mkN : Gender -> N -> N = genderN ; --- mkN : Str -> N -> N = compoundN --- } ; --- --- --- mk2A : (free,freely : Str) -> A ; --- regA : Str -> A ; --- --- mkA = overload { --- mkA : Str -> A = regA ; --- mkA : (fat,fatter : Str) -> A = \fat,fatter -> --- mkAdjective fat fatter (init fatter + "st") (fat + "ly") ** {lock_A = <>} ; --- mkA : (good,better,best,well : Str) -> A = \a,b,c,d -> --- mkAdjective a b c d ** {lock_A = <>} --- } ; --- --- compoundA = compoundADeg ; --- --- --- mk5V : (go, goes, went, gone, going : Str) -> V ; --- regV : (cry : Str) -> V ; --- reg2V : (stop, stopped : Str) -> V; --- irregV : (drink, drank, drunk : Str) -> V ; --- irreg4V : (run, ran, run, running : Str) -> V ; --- --- -- Use reg2V instead --- regDuplV : Str -> V ; --- -- Use irreg4V instead --- irregDuplV : (get, got, gotten : Str) -> V ; --- --- mkV = overload { --- mkV : (cry : Str) -> V = regV ; --- mkV : (stop, stopped : Str) -> V = reg2V ; --- mkV : (drink, drank, drunk : Str) -> V = irregV ; --- mkV : (run, ran, run, running : Str) -> V = irreg4V ; --- mkV : (go, goes, went, gone, going : Str) -> V = mk5V --- }; --- --- prepV2 : V -> Prep -> V2 ; --- dirV2 : V -> V2 ; --- --- mkV2 = overload { --- mkV2 : V -> Prep -> V2 = prepV2; --- mkV2 : V -> V2 = dirV2 --- }; --- --- ------- obsolete --- ----- Comparison adjectives may two more forms. --- --- ADeg : Type ; --- --- mkADeg : (good,better,best,well : Str) -> ADeg ; --- ----- The regular pattern recognizes two common variations: ----- "-e" ("rude" - "ruder" - "rudest") and ----- "-y" ("happy - happier - happiest - happily") --- --- regADeg : Str -> ADeg ; -- long, longer, longest --- ----- However, the duplication of the final consonant is nor predicted, ----- but a separate pattern is used: --- --- duplADeg : Str -> ADeg ; -- fat, fatter, fattest --- ----- If comparison is formed by "more", "most", as in general for ----- long adjective, the following pattern is used: --- --- compoundADeg : A -> ADeg ; -- -/more/most ridiculous --- ----- From a given $ADeg$, it is possible to get back to $A$. --- --- adegA : ADeg -> A ; --- --- --- regPN : Str -> PN ; --- regGenPN : Str -> Gender -> PN ; -- John, John's --- ----- Sometimes you can reuse a common noun as a proper name, e.g. "Bank". --- --- nounPN : N -> PN ; --- --- --- -} diff --git a/old-lib/resource/hindi/PhraseHin.gf b/old-lib/resource/hindi/PhraseHin.gf deleted file mode 100644 index 16a492029..000000000 --- a/old-lib/resource/hindi/PhraseHin.gf +++ /dev/null @@ -1,24 +0,0 @@ -concrete PhraseHin of Phrase = CatHin ** open Prelude, ResHin in { --- --- lin --- PhrUtt pconj utt voc = {s = pconj.s ++ utt.s ++ voc.s} ; --- --- UttS s = s ; --- UttQS qs = {s = qs.s ! QDir} ; --- UttImpSg pol imp = {s = pol.s ++ imp.s ! contrNeg True pol.p ! ImpF Sg False} ; --- UttImpPl pol imp = {s = pol.s ++ imp.s ! contrNeg True pol.p ! ImpF Pl False} ; --- UttImpPol pol imp = {s = pol.s ++ imp.s ! contrNeg True pol.p ! ImpF Sg True} ; --- --- UttIP ip = {s = ip.s ! Nom} ; --- Acc also --- UttIAdv iadv = iadv ; --- UttNP np = {s = np.s ! Nom} ; --- UttVP vp = {s = infVP False vp (agrP3 Sg)} ; --- UttAdv adv = adv ; --- --- NoPConj = {s = []} ; --- PConjConj conj = {s = conj.s2} ; --- --- --- NoVoc = {s = []} ; --- VocNP np = {s = "," ++ np.s ! Nom} ; --- -} diff --git a/old-lib/resource/hindi/QuestionHin.gf b/old-lib/resource/hindi/QuestionHin.gf deleted file mode 100644 index e35c2c3d3..000000000 --- a/old-lib/resource/hindi/QuestionHin.gf +++ /dev/null @@ -1,55 +0,0 @@ -concrete QuestionHin of Question = CatHin ** open ResHin, Prelude in { --- --- flags optimize=all_subs ; --- --- lin --- --- QuestCl cl = { --- s = \\t,a,p => --- let cls = cl.s ! t ! a ! p --- in table { --- QDir => cls ! OQuest ; --- QIndir => "if" ++ cls ! ODir --- } ---- "whether" in ExtHin --- } ; --- --- QuestVP qp vp = --- let cl = mkClause (qp.s ! Nom) (agrP3 qp.n) vp --- in {s = \\t,a,b,_ => cl.s ! t ! a ! b ! ODir} ; --- --- QuestSlash ip slash = --- mkQuestion (ss (slash.c2 ++ ip.s ! Acc)) slash ; --- --- stranding in ExratHin --- --- QuestIAdv iadv cl = mkQuestion iadv cl ; --- --- QuestIComp icomp np = --- mkQuestion icomp (mkClause (np.s ! Nom) np.a (predAux auxBe)) ; --- --- --- PrepIP p ip = {s = p.s ++ ip.s ! Acc} ; --- --- AdvIP ip adv = { --- s = \\c => ip.s ! c ++ adv.s ; --- n = ip.n --- } ; --- --- IdetCN idet cn = { --- s = \\c => idet.s ++ cn.s ! idet.n ! c ; --- n = idet.n --- } ; --- --- IdetIP idet = { --- s = \\c => idet.s ; --- n = idet.n --- } ; --- --- IdetQuant idet num = { --- s = idet.s ! num.n ++ num.s ; --- n = num.n --- } ; --- --- CompIAdv a = a ; --- CompIP p = ss (p.s ! Nom) ; --- -} diff --git a/old-lib/resource/hindi/RelativeHin.gf b/old-lib/resource/hindi/RelativeHin.gf deleted file mode 100644 index c4f3ad5d4..000000000 --- a/old-lib/resource/hindi/RelativeHin.gf +++ /dev/null @@ -1,54 +0,0 @@ -concrete RelativeHin of Relative = CatHin ** open ResHin in { --- --- flags optimize=all_subs ; --- --- lin --- --- RelCl cl = { --- s = \\t,a,p,_ => "such" ++ "that" ++ cl.s ! t ! a ! p ! ODir ; --- c = Nom --- } ; --- --- RelVP rp vp = { --- s = \\t,ant,b,ag => --- let --- agr = case rp.a of { --- RNoAg => ag ; --- RAg a => a --- } ; --- cl = mkClause (rp.s ! RC (fromAgr agr).g Nom) agr vp --- in --- cl.s ! t ! ant ! b ! ODir ; --- c = Nom --- } ; --- ----- Pied piping: "at which we are looking". Stranding and empty ----- relative are defined in $ExtraHin.gf$ ("that we are looking at", ----- "we are looking at"). --- --- RelSlash rp slash = { --- s = \\t,a,p,agr => --- slash.c2 ++ rp.s ! RPrep (fromAgr agr).g ++ slash.s ! t ! a ! p ! ODir ; --- c = Acc --- } ; --- --- FunRP p np rp = { --- s = \\c => np.s ! Acc ++ p.s ++ rp.s ! RPrep (fromAgr np.a).g ; --- a = RAg np.a --- } ; --- --- IdRP = --- let varr : Str -> Str = \x -> variants {x ; "that"} --- for bwc --- in { --- s = table { --- RC _ Gen => "whose" ; --- RC Neutr _ => varr "which" ; --- RC _ Acc => varr "whom" ; --- RC _ Nom => varr "who" ; --- RPrep Neutr => "which" ; --- RPrep _ => "whom" --- } ; --- a = RNoAg --- } ; --- -} diff --git a/old-lib/resource/hindi/ResHin.gf b/old-lib/resource/hindi/ResHin.gf deleted file mode 100644 index 17ef91235..000000000 --- a/old-lib/resource/hindi/ResHin.gf +++ /dev/null @@ -1,300 +0,0 @@ ---# -path=.:../abstract:../common:../../prelude --- ---1 Hindi auxiliary operations. --- --- This module contains operations that are needed to make the --- resource syntax work. - -resource ResHin = ParamX ** open Prelude in { - - flags optimize=all ; - - param - Case = Dir | Obl | Voc ; - Gender = Masc | Fem ; - - oper - Noun = {s : Number => Case => Str ; g : Gender} ; - - mkNoun : (x1,_,_,_,_,x6 : Str) -> Gender -> Noun = - \sd,so,sv,pd,po,pv,g -> { - s = table Number [table Case [sd;so;sv] ; table Case [pd;po;pv]] ; - g = g - } ; - - reggNoun : Str -> Gender -> Noun = \s,g -> case of { - <-(_ + ("A" | "I")), Fem> => - mkNoun s s s (s + "eM") (s + "oM") (s + "o") Fem ; - _ => regNoun s ** {g = g} - } ; - - regNoun : Str -> Noun = \s -> case s of { - x + "iyA" => - mkNoun s s s (x + "iyAM") (x + "iyoN") (x + "iyo") Fem ; - x + "A" => - mkNoun s (x + "e") (x + "e") (x + "e") (x + "oN") (x + "o") Masc ; - x + "I" => - mkNoun s s s (x + "iyAM") (x + "iyoN") (x + "iyo") Fem ; - _ => - mkNoun s s s s (s + "oN") (s + "o") Masc - } ; - - - Adjective = {s : Gender => Number => Case => Str} ; - - mkAdjective : (x1,x2,x3 : Str) -> Adjective = \smd,sm,f -> { - s = \\g,n,c => case of { - => smd ; - => sm ; - _ => f - } - } ; - - regAdjective : Str -> Adjective = \s -> case s of { - acch + "A" => mkAdjective s (acch + "e") (acch + "I") ; - _ => mkAdjective s s s - } ; - - param - VForm = - VInf - | VStem - | VImpf Gender Number - | VPerf Gender Number - | VSubj Number Person - | VFut Number Person Gender - | VAbs - | VReq - | VImp - | VReqFut - ; - - oper - Verb = {s : VForm => Str} ; - - mkVerb : (x1,_,_,_,_,_,_,_,_,_,_,_,_,_,x15 : Str) -> Verb = - \inf,stem,ims,imp,ifs,ifp,pms,pmp,pfs,pfp,ss1,ss2,sp2,sp3,r -> { - s = - let ga : Number -> Gender -> Str = \n,g -> - (regAdjective "gA").s ! g ! n ! Dir - in table { - VInf => inf ; - VStem => stem ; - VImpf Masc Sg => ims ; - VImpf Masc Pl => imp ; - VImpf Fem Sg => ifs ; - VImpf Fem Pl => ifp ; - VPerf Masc Sg => pms ; - VPerf Masc Pl => pmp ; - VPerf Fem Sg => pfs ; - VPerf Fem Pl => pfp ; - VSubj Sg P1 => ss1 ; - VSubj Sg _ => ss2 ; - VSubj Pl P2 => sp2 ; - VSubj Pl _ => sp3 ; - VFut Sg P1 g => ss1 + ga Sg g ; - VFut Sg _ g => ss2 + ga Sg g ; - VFut Pl P2 g => sp2 + ga Pl g ; - VFut Pl _ g => sp3 + ga Pl g ; - VAbs => stem + "kar" ; --- ke - VReq => r ; - VImp => sp2 ; - VReqFut => stem + "ie-gA" - } - } ; - - regVerb : Str -> Verb = \cal -> - let caly : Str = case cal of { - _ + ("A" | "e") => cal + "y" ; - c + "U" => c + "uy" ; - c + "I" => c + "iy" ; - _ => cal - } - in - mkVerb - (cal + "nA") cal - (cal + "tA") (cal + "te") (cal + "tI") (cal + "tI") - (caly + "A") (caly + "e") (caly + "I") (caly + "IN") - (caly + "UM") (caly + "e") (caly + "o") (caly + "eN") - (caly + "ie-") ; - - param - CTense = CPresent | CPast | CFuture ; - oper - copula : CTense -> Number -> Person -> Gender -> Str = \t,n,p,g -> - case of { - => "hUM" ; - => "hE" ; - => "hE" ; - => "hEN" ; - => "ho" ; - => "hEN" ; - => "TA" ; - => "TI" ; - => "Te" ; - => "TIN" ; - => "hUNgA" ; - => "hUNgI" ; - => "hogA" ; - => "hogI" ; - => "hoge" ; - => "hoNge" ; - => "hogi:" ; - => "hoNgi:" - } ; - - param - PronCase = PC Case | PObj | PPoss ; - oper - personalPronoun : Person -> Number -> {s : PronCase => Str} = \p,n -> - case of { - => {s = table PronCase ["mEN" ; "muJ" ; "muJ" ; "muJe" ; "merA"]} ; - => {s = table PronCase ["ham" ; "ham" ; "ham" ; "hameN" ; "hamArA"]} ; - => {s = table PronCase ["tU" ; "tuJ" ; "tuJ" ; "tuJe" ; "terA"]} ; - => {s = table PronCase ["tum" ; "tum" ; "tum" ; "tum" ; "tumhArA"]} ; - => {s = table PronCase ["vah" ; "u-s" ; "u-s" ; "u-se" ; "u-skA"]} ; - => {s = table PronCase ["ve" ; "u-n" ; "u-n" ; "u-nheN" ; "u-nkA"]} - } ; - ---- the third is the vocative - is it really this way? - - -- the Hindi verb phrase - ---- CTense = CPresent | CPast | CFuture ; - - - - param - VPHTense = - VPGenPres -- impf hum nahim "I go" - | VPImpPast -- impf Ta nahim "I went" - | VPContPres -- stem raha hum nahim "I am going" - | VPContPast -- stem raha Ta nahim "I was going" - | VPPerf -- perf na/nahim "I went" - | VPPerfPres -- perf hum na/nahim "I have gone" - | VPPerfPast -- perf Ta na/nahim "I had gone" - | VPSubj -- subj na "I may go" - | VPFut -- fut na/nahim "I shall go" - ; - - VPHForm = - VPTense VPHTense Agr -- 9 * 12 - | VPReq - | VPImp - | VPReqFut - | VPInf - | VPStem - ; - - VType = VIntrans | VTrans | VTransPost ; - - oper - objVType : VType -> NPCase = \vt -> case vt of { - VTrans => NPObj ; - _ => NPC Obl - } ; - - VPH : Type = { - s : Bool => VPHForm => {fin, inf, neg : Str} ; - obj : {s : Str ; a : Agr} ; - subj : VType ; - comp : Agr => Str - } ; - - predV : Verb -> VPH = \verb -> { - s = \\b,vh => - let - na = if_then_Str b [] "na" ; - nahim = if_then_Str b [] "nahIN" ; - in - case vh of { - VPTense VPGenPres (Ag g n p) => - {fin = copula CPresent n p g ; inf = verb.s ! VImpf g n ; neg = nahim} ; - VPTense VPImpPast (Ag g n p) => - {fin = copula CPast n p g ; inf = verb.s ! VImpf g n ; neg = nahim} ; - VPTense VPContPres (Ag g n p) => - {fin = copula CPresent n p g ; - inf = verb.s ! VStem ++ raha g n ; neg = nahim} ; - VPTense VPContPast (Ag g n p) => - {fin = copula CPast n p g ; - inf = verb.s ! VStem ++ raha g n ; neg = nahim} ; - VPTense VPPerf (Ag g n _) => - {fin = verb.s ! VPerf g n ; inf = [] ; neg = nahim} ; - VPTense VPPerfPres (Ag g n p) => - {fin = copula CPresent n p g ; inf = verb.s ! VPerf g n ; neg = nahim} ; - VPTense VPPerfPast (Ag g n p) => - {fin = copula CPast n p g ; inf = verb.s ! VPerf g n ; neg = nahim} ; - VPTense VPSubj (Ag _ n p) => {fin = verb.s ! VSubj n p ; inf = [] ; neg = na} ; - VPTense VPFut (Ag g n p) => {fin = verb.s ! VFut n p g ; inf = [] ; neg = na} ; - VPInf => {fin = verb.s ! VStem ; inf = [] ; neg = na} ; - _ => {fin = verb.s ! VStem ; inf = [] ; neg = na} ---- - } ; - obj = {s = [] ; a = defaultAgr} ; - subj = VIntrans ; - comp = \\_ => [] - } ; - - raha : Gender -> Number -> Str = \g,n -> - (regAdjective "rahA").s ! g ! n ! Dir ; - - VPHSlash = VPH ** {c2 : Compl} ; - - Clause : Type = {s : VPHTense => Bool => Str} ; - - Compl : Type = {s : Str ; c : VType} ; - - insertObject : NP -> VPHSlash -> VPH = \np,vps -> { - s = vps.s ; - obj = {s = vps.obj.s ++ np.s ! objVType vps.c2.c ++ vps.c2.s ; a = np.a} ; - subj = vps.c2.c ; - comp = vps.comp - } ; - - param - Agr = Ag Gender Number Person ; - NPCase = NPC Case | NPObj | NPErg ; - - oper - agrP3 : Gender -> Number -> Agr = \g,n -> Ag g n P3 ; - - defaultAgr : Agr = agrP3 Masc Sg ; - - npcase2case : NPCase -> Case = \npc -> case npc of { - NPC c => c ; - NPObj => Obl ; - NPErg => Obl - } ; - - np2pronCase : NPCase -> PronCase = \np -> case np of { - NPC c => PC c ; - NPObj => PObj ; - NPErg => PC Obl - } ; - - toNP : (Case => Str) -> NPCase -> Str = \pn, npc -> case npc of { - NPC c => pn ! c ; - NPObj => pn ! Obl ; - NPErg => pn ! Obl ++ "ne" - } ; - - NP : Type = {s : NPCase => Str ; a : Agr} ; - - mkClause : NP -> VPH -> Clause = \np,vp -> { - s = \\vt,b => - let - subjagr : NPCase * Agr = case vt of { - VPPerf => case vp.subj of { - VTrans => ; - VTransPost => ; - _ => - } ; - _ => - } ; - subj = subjagr.p1 ; - agr = subjagr.p2 ; - vps = vp.s ! b ! VPTense vt agr ; - in - np.s ! subj ++ vp.obj.s ++ vp.comp ! np.a ++ vps.neg ++ vps.inf ++ vps.fin - } ; - - -} diff --git a/old-lib/resource/hindi/SentenceHin.gf b/old-lib/resource/hindi/SentenceHin.gf deleted file mode 100644 index d4930c9af..000000000 --- a/old-lib/resource/hindi/SentenceHin.gf +++ /dev/null @@ -1,66 +0,0 @@ -concrete SentenceHin of Sentence = CatHin ** open Prelude, ResHin in { - - flags optimize=all_subs ; - - lin - - PredVP np vp = mkClause np vp ; - --- PredSCVP sc vp = mkClause sc.s (agrP3 Sg) vp ; --- --- ImpVP vp = { --- s = \\pol,n => --- let --- agr = AgP2 (numImp n) ; --- verb = infVP True vp agr ; --- dont = case pol of { --- CNeg True => "don't" ; --- CNeg False => "do" ++ "not" ; --- _ => [] --- } --- in --- dont ++ verb --- } ; --- --- SlashVP np vp = --- mkClause (np.s ! Nom) np.a vp ** {c2 = vp.c2} ; --- --- AdvSlash slash adv = { --- s = \\t,a,b,o => slash.s ! t ! a ! b ! o ++ adv.s ; --- c2 = slash.c2 --- } ; --- --- SlashPrep cl prep = cl ** {c2 = prep.s} ; --- --- SlashVS np vs slash = --- mkClause (np.s ! Nom) np.a --- (insertObj (\\_ => conjThat ++ slash.s) (predV vs)) ** --- {c2 = slash.c2} ; --- --- EmbedS s = {s = conjThat ++ s.s} ; --- EmbedQS qs = {s = qs.s ! QIndir} ; --- EmbedVP vp = {s = infVP False vp (agrP3 Sg)} ; --- agr --- --- UseCl t a p cl = { --- s = t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! ctr p.p ! ODir --- } ; --- UseQCl t a p cl = { --- s = \\q => t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! ctr p.p ! q --- } ; --- UseRCl t a p cl = { --- s = \\r => t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! ctr p.p ! r ; --- c = cl.c --- } ; --- UseSlash t a p cl = { --- s = t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! ctr p.p ! ODir ; --- c2 = cl.c2 --- } ; --- --- AdvS a s = {s = a.s ++ "," ++ s.s} ; --- --- RelS s r = {s = s.s ++ "," ++ r.s ! agrP3 Sg} ; --- --- oper --- ctr = contrNeg True ; -- contracted negations --- -} diff --git a/old-lib/resource/hindi/StructuralHin.gf b/old-lib/resource/hindi/StructuralHin.gf deleted file mode 100644 index 9ad5d8e53..000000000 --- a/old-lib/resource/hindi/StructuralHin.gf +++ /dev/null @@ -1,132 +0,0 @@ -concrete StructuralHin of Structural = CatHin ** - open MorphoHin, (P = ParadigmsHin), Prelude in { - - flags optimize=all ; - - lin --- above_Prep = ss "above" ; --- after_Prep = ss "after" ; --- all_Predet = ss "all" ; --- almost_AdA, almost_AdN = ss "almost" ; --- although_Subj = ss "although" ; --- always_AdV = ss "always" ; --- and_Conj = sd2 [] "and" ** {n = Pl} ; ------b and_Conj = ss "and" ** {n = Pl} ; --- because_Subj = ss "because" ; --- before_Prep = ss "before" ; --- behind_Prep = ss "behind" ; --- between_Prep = ss "between" ; --- both7and_DConj = sd2 "both" "and" ** {n = Pl} ; --- but_PConj = ss "but" ; --- by8agent_Prep = ss "by" ; --- by8means_Prep = ss "by" ; --- can8know_VV, can_VV = { --- s = table { --- VVF VInf => ["be able to"] ; --- VVF VPres => "can" ; --- VVF VPPart => ["been able to"] ; --- VVF VPresPart => ["being able to"] ; --- VVF VPast => "could" ; --# notpresent --- VVPastNeg => "couldn't" ; --# notpresent --- VVPresNeg => "can't" --- } ; --- isAux = True --- } ; --- during_Prep = ss "during" ; --- either7or_DConj = sd2 "either" "or" ** {n = Sg} ; --- everybody_NP = regNP "everybody" Sg ; --- every_Det = mkDeterminer Sg "every" ; --- everything_NP = regNP "everything" Sg ; --- everywhere_Adv = ss "everywhere" ; --- few_Det = mkDeterminer Pl "few" ; ------ first_Ord = ss "first" ; DEPRECATED --- for_Prep = ss "for" ; --- from_Prep = ss "from" ; - he_Pron = personalPronoun P3 Sg ** {a = Ag Masc Sg P3} ; --- here_Adv = ss "here" ; --- here7to_Adv = ss ["to here"] ; --- here7from_Adv = ss ["from here"] ; --- how_IAdv = ss "how" ; --- how8many_IDet = mkDeterminer Pl ["how many"] ; --- if_Subj = ss "if" ; --- in8front_Prep = ss ["in front of"] ; - i_Pron = personalPronoun P1 Sg ** {a = Ag Masc Sg P1} ; - in_Prep = ss "meN" ; --- it_Pron = mkNP "it" "it" "its" Sg P3 Neutr ; --- less_CAdv = ss "less" ; --- many_Det = mkDeterminer Pl "many" ; --- more_CAdv = ss "more" ; --- most_Predet = ss "most" ; --- much_Det = mkDeterminer Sg "much" ; --- must_VV = { --- s = table { --- VVF VInf => ["have to"] ; --- VVF VPres => "must" ; --- VVF VPPart => ["had to"] ; --- VVF VPresPart => ["having to"] ; --- VVF VPast => ["had to"] ; --# notpresent --- VVPastNeg => ["hadn't to"] ; --# notpresent --- VVPresNeg => "mustn't" --- } ; --- isAux = True --- } ; ------b no_Phr = ss "no" ; --- no_Utt = ss "no" ; --- on_Prep = ss "on" ; ------- one_Quant = mkDeterminer Sg "one" ; -- DEPRECATED --- only_Predet = ss "only" ; --- or_Conj = sd2 [] "or" ** {n = Sg} ; --- otherwise_PConj = ss "otherwise" ; --- part_Prep = ss "of" ; --- please_Voc = ss "please" ; --- possess_Prep = ss "of" ; --- quite_Adv = ss "quite" ; --- she_Pron = mkNP "she" "her" "her" Sg P3 Fem ; --- so_AdA = ss "so" ; --- somebody_NP = regNP "somebody" Sg ; --- someSg_Det = mkDeterminer Sg "some" ; --- somePl_Det = mkDeterminer Pl "some" ; --- something_NP = regNP "something" Sg ; --- somewhere_Adv = ss "somewhere" ; --- that_Quant = mkQuant "that" "those" ; --- there_Adv = ss "there" ; --- there7to_Adv = ss "there" ; --- there7from_Adv = ss ["from there"] ; --- therefore_PConj = ss "therefore" ; --- they_Pron = mkNP "they" "them" "their" Pl P3 Masc ; ---- --- this_Quant = mkQuant "this" "these" ; --- through_Prep = ss "through" ; --- too_AdA = ss "too" ; --- to_Prep = ss "to" ; --- under_Prep = ss "under" ; --- very_AdA = ss "very" ; --- want_VV = P.mkVV (P.regV "want") ; - we_Pron = personalPronoun P1 Pl ** {a = Ag Masc Pl P1} ; - --- whatPl_IP = mkIP "what" "what" "what's" Sg ; --- whatSg_IP = mkIP "what" "what" "what's" Sg ; --- when_IAdv = ss "when" ; --- when_Subj = ss "when" ; --- where_IAdv = ss "where" ; --- which_IQuant = {s = \\_ => "which"} ; ------b whichPl_IDet = mkDeterminer Pl ["which"] ; ------b whichSg_IDet = mkDeterminer Sg ["which"] ; --- whoSg_IP = mkIP "who" "whom" "whose" Sg ; --- whoPl_IP = mkIP "who" "whom" "whose" Pl ; --- why_IAdv = ss "why" ; --- without_Prep = ss "without" ; --- with_Prep = ss "with" ; ------b yes_Phr = ss "yes" ; --- yes_Utt = ss "yes" ; --- youSg_Pron = mkNP "you" "you" "your" Sg P2 Masc ; --- youPl_Pron = mkNP "you" "you" "your" Pl P2 Masc ; --- youPol_Pron = mkNP "you" "you" "your" Sg P2 Masc ; --- --- ---oper --- mkQuant : Str -> Str -> {s : Number => Str} = \x,y -> { --- s = table Number [x ; y] --- } ; --- -} --- diff --git a/old-lib/resource/hindi/VerbHin.gf b/old-lib/resource/hindi/VerbHin.gf deleted file mode 100644 index c2abf824d..000000000 --- a/old-lib/resource/hindi/VerbHin.gf +++ /dev/null @@ -1,50 +0,0 @@ -concrete VerbHin of Verb = CatHin ** open ResHin in { - - flags optimize=all_subs ; - - lin - UseV = predV ; - - SlashV2a v = predV v ** {c2 = v.c2} ; - --- Slash2V3 v np = --- insertObjc (\\_ => v.c2 ++ np.s ! Acc) (predV v ** {c2 = v.c3}) ; --- Slash3V3 v np = --- insertObjc (\\_ => v.c3 ++ np.s ! Acc) (predVc v) ; ---- --- --- ComplVV v vp = insertObj (\\a => infVP v.isAux vp a) (predVV v) ; --- ComplVS v s = insertObj (\\_ => conjThat ++ s.s) (predV v) ; --- ComplVQ v q = insertObj (\\_ => q.s ! QIndir) (predV v) ; --- ComplVA v ap = insertObj (ap.s) (predV v) ; --- --- SlashV2V v vp = insertObjc (\\a => infVP v.isAux vp a) (predVc v) ; --- SlashV2S v s = insertObjc (\\_ => conjThat ++ s.s) (predVc v) ; --- SlashV2Q v q = insertObjc (\\_ => q.s ! QIndir) (predVc v) ; --- SlashV2A v ap = insertObjc (\\a => ap.s ! a) (predVc v) ; ---- - - ComplSlash vp np = insertObject np vp ; - --- SlashVV vv vp = --- insertObj (\\a => infVP vv.isAux vp a) (predVV vv) ** --- {c2 = vp.c2} ; --- SlashV2VNP vv np vp = --- insertObjPre (\\_ => vp.c2 ++ np.s ! Acc) --- (insertObjc (\\a => infVP vv.isAux vp a) (predVc vv)) ** --- {c2 = vp.c2} ; --- --- UseComp comp = insertComplement comp.s (predAux auxBe) ; --- --- AdvVP vp adv = insertObj (\\_ => adv.s) vp ; --- --- AdVVP adv vp = insertAdV adv.s vp ; --- --- ReflVP v = insertObjPre (\\a => v.c2 ++ reflPron ! a) v ; --- --- PassV2 v = insertObj (\\_ => v.s ! VPPart) (predAux auxBe) ; --- --- --- CompAP ap = ap ; --- CompNP np = {s = \\_ => np.s ! Acc} ; --- CompAdv a = {s = \\_ => a.s} ; --- -} diff --git a/old-lib/resource/hindi/utf8/MkLex.hs b/old-lib/resource/hindi/utf8/MkLex.hs deleted file mode 100644 index 248f6f875..000000000 --- a/old-lib/resource/hindi/utf8/MkLex.hs +++ /dev/null @@ -1,19 +0,0 @@ -main = interact (concat . map mkOne . zip [10001..] . lines) - -mkOne (i,line) = case line of - '<':cs -> case pos line of - "nuon" -> entry (show i) (word line) "N" - "brev" -> entry (show i) (word line) "V" - "evitcejda" -> entry (show i) (word line) "A" - _ -> "" - _ -> "" - -pos line = case reverse line of - '>':cs -> takeWhile (/='<') cs - _ -> "" - -word line = takeWhile (/='>') line - -entry i w c = - "fun w" ++ i ++ "_" ++ c ++ " : " ++ c ++ " ;\n" ++ - "lin w" ++ i ++ "_" ++ c ++ " = mk" ++ c ++ " \"" ++ w ++ "\" ;\n" diff --git a/old-lib/resource/hindi/utf8/ParadigmsHin.gf b/old-lib/resource/hindi/utf8/ParadigmsHin.gf deleted file mode 100644 index f37974d7a..000000000 --- a/old-lib/resource/hindi/utf8/ParadigmsHin.gf +++ /dev/null @@ -1,551 +0,0 @@ ---# -path=.:..:../../abstract:../../common --- -----1 Hindi Lexical Paradigms - -resource ParadigmsHin = open - (Predef=Predef), - Prelude, - MorphoHin, - CatHin - in { - ---2 Parameters - -oper - masculine : Gender ; - feminine : Gender ; - - masculine = Masc ; feminine = Fem ; --i - - ---2 Nouns - - mkN = overload { - mkN : Str -> N - = \s -> regNoun s ** {lock_N = <>} ; - mkN : Str -> Gender -> N - = \s,g -> reggNoun s g ** {lock_N = <>} ; - mkN : (x1,_,_,_,_,x6 : Str) -> Gender -> N - = \sd,so,sv,pd,po,pv,g -> mkNoun sd so sv pd po pv g ** {lock_N = <>} ; - } ; - ---2 Adjectives - - mkA = overload { - mkA : Str -> A - = \s -> regAdjective s ** {lock_A = <>} ; - mkA : (x1,_,x3 : Str) -> A - = \msd,m,f -> mkAdjective msd m f ** {lock_A = <>} ; - } ; - ---2 Verbs - - mkV = overload { - mkV : Str -> V - = \s -> regVerb s ** {lock_V = <>} ; - mkV : (x1,_,_,_,_,_,_,_,_,_,_,_,_,_,x15 : Str) -> V - = \inf,stem,ims,imp,ifs,ifp,pms,pmp,pfs,pfp,ss1,ss2,sp2,sp3,r -> - mkVerb inf stem ims imp ifs ifp pms pmp pfs pfp ss1 ss2 sp2 sp3 r ** - {lock_V = <>} ; - } ; - - - mkV2 = overload { - mkV2 : Str -> V2 - = \s -> regVerb s ** {c2 = {s = [] ; c = VTrans} ; lock_V2 = <>} ; - mkV2 : V -> V2 - = \v -> v ** {c2 = {s = [] ; c = VTrans} ; lock_V2 = <>} ; - mkV2 : V -> Str -> V2 - = \v,p -> v ** {c2 = {s = p ; c = VTransPost} ; lock_V2 = <>} ; - } ; - - -----3 Compound nouns ----- ----- A compound noun is an uninflected string attached to an inflected noun, ----- such as "baby boom", "chief executive officer". --- --- mkN : Str -> N -> N --- } ; --- --- -----3 Relational nouns ----- ----- Relational nouns ("daughter of x") need a preposition. --- --- mkN2 : N -> Prep -> N2 ; --- ----- The most common preposition is "of", and the following is a ----- shortcut for regular relational nouns with "of". --- --- regN2 : Str -> N2 ; --- ----- Use the function $mkPrep$ or see the section on prepositions below to ----- form other prepositions. ----- ----- Three-place relational nouns ("the connection from x to y") need two prepositions. --- --- mkN3 : N -> Prep -> Prep -> N3 ; --- --- --- -----3 Proper names and noun phrases ----- ----- Proper names, with a regular genitive, are formed from strings. --- --- mkPN : overload { --- --- mkPN : Str -> PN ; --- ----- Sometimes a common noun can be reused as a proper name, e.g. "Bank" --- --- mkPN : N -> PN --- } ; --- --- -----2 Adjectives --- --- mkA : overload { --- ----- For regular adjectives, the adverbial and comparison forms are derived. This holds ----- even for cases with the variations "happy - happily - happier - happiest", ----- "free - freely - freer - freest", and "rude - rudest". --- --- mkA : (happy : Str) -> A ; --- ----- However, the duplication of the final consonant cannot be predicted, ----- but a separate case is used to give the comparative --- --- mkA : (fat,fatter : Str) -> A ; --- ----- As many as four forms may be needed. --- --- mkA : (good,better,best,well : Str) -> A --- } ; --- ----- To force comparison to be formed by "more - most", ----- the following function is used: --- --- compoundA : A -> A ; -- -/more/most ridiculous --- --- --- -----3 Two-place adjectives ----- ----- Two-place adjectives need a preposition for their second argument. --- --- mkA2 : A -> Prep -> A2 ; --- --- --- -----2 Adverbs --- ----- Adverbs are not inflected. Most lexical ones have position ----- after the verb. Some can be preverbal (e.g. "always"). --- --- mkAdv : Str -> Adv ; --- mkAdV : Str -> AdV ; --- ----- Adverbs modifying adjectives and sentences can also be formed. --- --- mkAdA : Str -> AdA ; --- -----2 Prepositions ----- ----- A preposition as used for rection in the lexicon, as well as to ----- build $PP$s in the resource API, just requires a string. --- --- mkPrep : Str -> Prep ; --- noPrep : Prep ; --- ----- (These two functions are synonyms.) --- -----2 Verbs ----- --- ----- Verbs are constructed by the function $mkV$, which takes a varying ----- number of arguments. --- --- mkV : overload { --- ----- The regular verb function recognizes the special cases where the last ----- character is "y" ("cry-cries" but "buy-buys") or a sibilant ----- ("kiss-"kisses", "jazz-jazzes", "rush-rushes", "munch - munches", ----- "fix - fixes"). --- --- mkV : (cry : Str) -> V ; --- ----- Give the present and past forms for regular verbs where ----- the last letter is duplicated in some forms, ----- e.g. "rip - ripped - ripping". --- --- mkV : (stop, stopped : Str) -> V ; --- ----- There is an extensive list of irregular verbs in the module $IrregularHin$. ----- In practice, it is enough to give three forms, ----- e.g. "drink - drank - drunk". --- --- mkV : (drink, drank, drunk : Str) -> V ; --- ----- Irregular verbs with duplicated consonant in the present participle. --- --- mkV : (run, ran, run, running : Str) -> V ; --- ----- Except for "be", the worst case needs five forms: the infinitive and ----- the third person singular present, the past indicative, and the ----- past and present participles. --- --- mkV : (go, goes, went, gone, going : Str) -> V --- }; --- ----- Verbs with a particle. ----- The particle, such as in "switch on", is given as a string. --- --- partV : V -> Str -> V ; --- ----- Reflexive verbs. ----- By default, verbs are not reflexive; this function makes them that. --- --- reflV : V -> V ; --- -----3 Two-place verbs ----- ----- Two-place verbs need a preposition, except the special case with direct object. ----- (transitive verbs). Notice that a particle comes from the $V$. --- --- mkV2 : overload { --- mkV2 : V -> Prep -> V2 ; -- believe in --- mkV2 : V -> V2 -- kill --- }; --- -----3 Three-place verbs ----- ----- Three-place (ditransitive) verbs need two prepositions, of which ----- the first one or both can be absent. --- --- mkV3 : V -> Prep -> Prep -> V3 ; -- speak, with, about --- dirV3 : V -> Prep -> V3 ; -- give,_,to --- dirdirV3 : V -> V3 ; -- give,_,_ --- -----3 Other complement patterns ----- ----- Verbs and adjectives can take complements such as sentences, ----- questions, verb phrases, and adjectives. --- --- mkV0 : V -> V0 ; --- mkVS : V -> VS ; --- mkV2S : V -> Prep -> V2S ; --- mkVV : V -> VV ; --- mkV2V : V -> Prep -> Prep -> V2V ; --- mkVA : V -> VA ; --- mkV2A : V -> Prep -> V2A ; --- mkVQ : V -> VQ ; --- mkV2Q : V -> Prep -> V2Q ; --- --- mkAS : A -> AS ; --- mkA2S : A -> Prep -> A2S ; --- mkAV : A -> AV ; --- mkA2V : A -> Prep -> A2V ; --- ----- Notice: Categories $V0, AS, A2S, AV, A2V$ are just $A$. ----- $V0$ is just $V$; the second argument is treated as adverb. --- --- V0 : Type ; --- AS, A2S, AV, A2V : Type ; --- -----. -----2 Definitions of paradigms ----- ----- The definitions should not bother the user of the API. So they are ----- hidden from the document. --- --- Gender = MorphoHin.Gender ; --- Number = MorphoHin.Number ; --- Case = MorphoHin.Case ; --- human = Masc ; --- nonhuman = Neutr ; --- masculine = Masc ; --- feminine = Fem ; --- singular = Sg ; --- plural = Pl ; --- nominative = Nom ; --- genitive = Gen ; --- --- Preposition : Type = Str ; -- obsolete --- --- regN = \ray -> --- let rays = add_s ray --- in --- mk2N ray rays ; --- --- --- add_s : Str -> Str = \w -> case w of { --- _ + ("io" | "oo") => w + "s" ; -- radio, bamboo --- _ + ("s" | "z" | "x" | "sh" | "ch" | "o") => w + "es" ; -- bus, hero --- _ + ("a" | "o" | "u" | "e") + "y" => w + "s" ; -- boy --- x + "y" => x + "ies" ; -- fly --- _ => w + "s" -- car --- } ; --- --- mk2N = \man,men -> --- let mens = case last men of { --- "s" => men + "'" ; --- _ => men + "'s" --- } --- in --- mk4N man men (man + "'s") mens ; --- --- mk4N = \man,men,man's,men's -> --- mkNoun man man's men men's ** {g = Neutr ; lock_N = <>} ; --- --- genderN g man = {s = man.s ; g = g ; lock_N = <>} ; --- --- compoundN s n = {s = \\x,y => s ++ n.s ! x ! y ; g=n.g ; lock_N = <>} ; --- --- mkPN = overload { --- mkPN : Str -> PN = regPN ; --- mkPN : N -> PN = nounPN --- } ; --- --- --- mkN2 = \n,p -> n ** {lock_N2 = <> ; c2 = p.s} ; --- regN2 n = mkN2 (regN n) (mkPrep "of") ; --- mkN3 = \n,p,q -> n ** {lock_N3 = <> ; c2 = p.s ; c3 = q.s} ; --- -----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"). --- --- cnN2 : CN -> Prep -> N2 ; --- cnN3 : CN -> Prep -> Prep -> N3 ; --- ----- This is obsolete. --- cnN2 = \n,p -> n ** {lock_N2 = <> ; c2 = p.s} ; --- cnN3 = \n,p,q -> n ** {lock_N3 = <> ; c2 = p.s ; c3 = q.s} ; --- --- regPN n = regGenPN n human ; --- regGenPN n g = nameReg n g ** {g = g ; lock_PN = <>} ; --- nounPN n = {s = n.s ! singular ; g = n.g ; lock_PN = <>} ; --- --- mk2A a b = mkAdjective a a a b ** {lock_A = <>} ; --- regA a = regADeg a ** {lock_A = <>} ; --- --- mkA2 a p = a ** {c2 = p.s ; lock_A2 = <>} ; --- --- ADeg = A ; ---- --- --- mkADeg a b c d = mkAdjective a b c d ** {lock_A = <>} ; --- --- regADeg happy = --- let --- happ = init happy ; --- y = last happy ; --- happie = case y of { --- "y" => happ + "ie" ; --- "e" => happy ; --- _ => happy + "e" --- } ; --- happily : Str = case happy of { --- _ + "y" => happ + "ily" ; --- _ + "ll" => happy + "y" ; --- _ => happy + "ly" --- } ; --- in mkADeg happy (happie + "r") (happie + "st") happily ; --- --- duplADeg fat = --- mkADeg fat --- (fat + last fat + "er") (fat + last fat + "est") (fat + "ly") ; --- --- compoundADeg a = --- let ad = (a.s ! AAdj Posit) --- in mkADeg ad ("more" ++ ad) ("most" ++ ad) (a.s ! AAdv) ; --- --- adegA a = a ; --- --- mkAdv x = ss x ** {lock_Adv = <>} ; --- mkAdV x = ss x ** {lock_AdV = <>} ; --- mkAdA x = ss x ** {lock_AdA = <>} ; --- --- mkPrep p = ss p ** {lock_Prep = <>} ; --- noPrep = mkPrep [] ; --- --- mk5V a b c d e = mkVerb a b c d e ** {s1 = [] ; lock_V = <>} ; --- --- regV cry = --- let --- cr = init cry ; --- y = last cry ; --- cries = (regN cry).s ! Pl ! Nom ; -- ! --- crie = init cries ; --- cried = case last crie of { --- "e" => crie + "d" ; --- _ => crie + "ed" --- } ; --- crying = case y of { --- "e" => case last cr of { --- "e" => cry + "ing" ; --- _ => cr + "ing" --- } ; --- _ => cry + "ing" --- } --- in mk5V cry cries cried cried crying ; --- --- reg2V fit fitted = --- let fitt = Predef.tk 2 fitted ; --- in mk5V fit (fit + "s") (fitt + "ed") (fitt + "ed") (fitt + "ing") ; --- --- regDuplV fit = --- case last fit of { --- ("a" | "e" | "i" | "o" | "u" | "y") => --- Predef.error (["final duplication makes no sense for"] ++ fit) ; --- t => --- let fitt = fit + t in --- mk5V fit (fit + "s") (fitt + "ed") (fitt + "ed") (fitt + "ing") --- } ; --- --- irregV x y z = let reg = (regV x).s in --- mk5V x (reg ! VPres) y z (reg ! VPresPart) ** {s1 = [] ; lock_V = <>} ; --- --- irreg4V x y z w = let reg = (regV x).s in --- mk5V x (reg ! VPres) y z w ** {s1 = [] ; lock_V = <>} ; --- --- irregDuplV fit y z = --- let --- fitting = (regDuplV fit).s ! VPresPart --- in --- mk5V fit (fit + "s") y z fitting ; --- --- partV v p = verbPart v p ** {lock_V = <>} ; --- reflV v = {s = v.s ; part = v.part ; lock_V = v.lock_V ; isRefl = True} ; --- --- prepV2 v p = v ** {s = v.s ; s1 = v.s1 ; c2 = p.s ; lock_V2 = <>} ; --- dirV2 v = prepV2 v noPrep ; --- --- mkV3 v p q = v ** {s = v.s ; s1 = v.s1 ; c2 = p.s ; c3 = q.s ; lock_V3 = <>} ; --- dirV3 v p = mkV3 v noPrep p ; --- dirdirV3 v = dirV3 v noPrep ; --- --- mkVS v = v ** {lock_VS = <>} ; --- mkVV v = { --- s = table {VVF vf => v.s ! vf ; _ => variants {}} ; --- isAux = False ; lock_VV = <> --- } ; --- mkVQ v = v ** {lock_VQ = <>} ; --- --- V0 : Type = V ; ----- V2S, V2V, V2Q : Type = V2 ; --- AS, A2S, AV : Type = A ; --- A2V : Type = A2 ; --- --- mkV0 v = v ** {lock_V = <>} ; --- mkV2S v p = prepV2 v p ** {lock_V2S = <>} ; --- mkV2V v p t = prepV2 v p ** {isAux = False ; lock_V2V = <>} ; --- mkVA v = v ** {lock_VA = <>} ; --- mkV2A v p = prepV2 v p ** {lock_V2A = <>} ; --- mkV2Q v p = prepV2 v p ** {lock_V2Q = <>} ; --- --- mkAS v = v ** {lock_A = <>} ; --- mkA2S v p = mkA2 v p ** {lock_A = <>} ; --- mkAV v = v ** {lock_A = <>} ; --- mkA2V v p = mkA2 v p ** {lock_A2 = <>} ; --- --- ----- pre-overload API and overload definitions --- --- mk4N : (man,men,man's,men's : Str) -> N ; --- regN : Str -> N ; --- mk2N : (man,men : Str) -> N ; --- genderN : Gender -> N -> N ; --- compoundN : Str -> N -> N ; --- --- mkN = overload { --- mkN : (man,men,man's,men's : Str) -> N = mk4N ; --- mkN : Str -> N = regN ; --- mkN : (man,men : Str) -> N = mk2N ; --- mkN : Gender -> N -> N = genderN ; --- mkN : Str -> N -> N = compoundN --- } ; --- --- --- mk2A : (free,freely : Str) -> A ; --- regA : Str -> A ; --- --- mkA = overload { --- mkA : Str -> A = regA ; --- mkA : (fat,fatter : Str) -> A = \fat,fatter -> --- mkAdjective fat fatter (init fatter + "st") (fat + "ly") ** {lock_A = <>} ; --- mkA : (good,better,best,well : Str) -> A = \a,b,c,d -> --- mkAdjective a b c d ** {lock_A = <>} --- } ; --- --- compoundA = compoundADeg ; --- --- --- mk5V : (go, goes, went, gone, going : Str) -> V ; --- regV : (cry : Str) -> V ; --- reg2V : (stop, stopped : Str) -> V; --- irregV : (drink, drank, drunk : Str) -> V ; --- irreg4V : (run, ran, run, running : Str) -> V ; --- --- -- Use reg2V instead --- regDuplV : Str -> V ; --- -- Use irreg4V instead --- irregDuplV : (get, got, gotten : Str) -> V ; --- --- mkV = overload { --- mkV : (cry : Str) -> V = regV ; --- mkV : (stop, stopped : Str) -> V = reg2V ; --- mkV : (drink, drank, drunk : Str) -> V = irregV ; --- mkV : (run, ran, run, running : Str) -> V = irreg4V ; --- mkV : (go, goes, went, gone, going : Str) -> V = mk5V --- }; --- --- prepV2 : V -> Prep -> V2 ; --- dirV2 : V -> V2 ; --- --- mkV2 = overload { --- mkV2 : V -> Prep -> V2 = prepV2; --- mkV2 : V -> V2 = dirV2 --- }; --- --- ------- obsolete --- ----- Comparison adjectives may two more forms. --- --- ADeg : Type ; --- --- mkADeg : (good,better,best,well : Str) -> ADeg ; --- ----- The regular pattern recognizes two common variations: ----- "-e" ("rude" - "ruder" - "rudest") and ----- "-y" ("happy - happier - happiest - happily") --- --- regADeg : Str -> ADeg ; -- long, longer, longest --- ----- However, the duplication of the final consonant is nor predicted, ----- but a separate pattern is used: --- --- duplADeg : Str -> ADeg ; -- fat, fatter, fattest --- ----- If comparison is formed by "more", "most", as in general for ----- long adjective, the following pattern is used: --- --- compoundADeg : A -> ADeg ; -- -/more/most ridiculous --- ----- From a given $ADeg$, it is possible to get back to $A$. --- --- adegA : ADeg -> A ; --- --- --- regPN : Str -> PN ; --- regGenPN : Str -> Gender -> PN ; -- John, John's --- ----- Sometimes you can reuse a common noun as a proper name, e.g. "Bank". --- --- nounPN : N -> PN ; --- --- --- -} diff --git a/old-lib/resource/interlingua/AdjectiveIna.gf b/old-lib/resource/interlingua/AdjectiveIna.gf deleted file mode 100644 index 02265a8b0..000000000 --- a/old-lib/resource/interlingua/AdjectiveIna.gf +++ /dev/null @@ -1,40 +0,0 @@ -concrete AdjectiveIna of Adjective = CatIna ** open ResIna, Prelude in { - - lin - - PositA a = { - s = \\_ => a.s ! AAdj Posit ; --- isPre = a.isPre -- TODO: support adjectives that can be optionally placed before. - isPre = False - } ; - - ComparA a np = { - s = \\_ => a.s ! AAdj Compar ++ "que" ++ np.s ! Nom ; - isPre = False - } ; - --- $SuperlA$ belongs to determiner syntax in $Noun$. - - ComplA2 a np = { - s = \\_ => a.s ! AAdj Posit ++ a.c2 ++ np.s ! Acc ; - isPre = False - } ; - - ReflA2 a = { - s = \\ag => a.s ! AAdj Posit ++ a.c2 ++ reflPron ! ag ; - isPre = False - } ; - - SentAP ap sc = { - s = \\a => ap.s ! a++ sc.s ; - isPre = False - } ; - - AdAP ada ap = { - s = \\a => ada.s ++ ap.s ! a; - isPre = ap.isPre - } ; - - UseA2 a = a ; - -} diff --git a/old-lib/resource/interlingua/AdverbIna.gf b/old-lib/resource/interlingua/AdverbIna.gf deleted file mode 100644 index 325aba408..000000000 --- a/old-lib/resource/interlingua/AdverbIna.gf +++ /dev/null @@ -1,21 +0,0 @@ -concrete AdverbIna of Adverb = CatIna ** open ResIna, Prelude in { - - lin - PositAdvAdj a = {s = a.s ! AAdv} ; - PrepNP prep np = {s = prep.s ++ np.s ! Acc} ; - - ComparAdvAdj cadv a np = { - s = cadv.s ++ a.s ! AAdv ++ "que" ++ np.s ! Nom - } ; - ComparAdvAdjS cadv a s = { - s = cadv.s ++ a.s ! AAdv ++ "que" ++ s.s - } ; - - - AdAdv = cc2 ; - - SubjS = cc2 ; - - AdnCAdv cadv = {s = cadv.s ++ "que"} ; - -} diff --git a/old-lib/resource/interlingua/AllIna.gf b/old-lib/resource/interlingua/AllIna.gf deleted file mode 100644 index e4e8593aa..000000000 --- a/old-lib/resource/interlingua/AllIna.gf +++ /dev/null @@ -1,3 +0,0 @@ ---# -path=.:../abstract:../common:prelude - -concrete AllIna of AllInaAbs = LangIna ; diff --git a/old-lib/resource/interlingua/AllInaAbs.gf b/old-lib/resource/interlingua/AllInaAbs.gf deleted file mode 100644 index f4752f5e6..000000000 --- a/old-lib/resource/interlingua/AllInaAbs.gf +++ /dev/null @@ -1,3 +0,0 @@ ---# -path=.:../abstract:../common:prelude - -abstract AllInaAbs = Lang ; diff --git a/old-lib/resource/interlingua/CatIna.gf b/old-lib/resource/interlingua/CatIna.gf deleted file mode 100644 index 9dbaa5144..000000000 --- a/old-lib/resource/interlingua/CatIna.gf +++ /dev/null @@ -1,83 +0,0 @@ -concrete CatIna of Cat = CommonX ** open ResIna, Prelude in { - - flags optimize=all_subs ; - - lincat - --- Tensed/Untensed - - S = {s : Str} ; - QS = {s : Order => Str} ; -- order is necessary to embed a "semantical" question into other propositions. - RS = {s : Agr => Str} ; - SSlash = SS ** {p2 : Str; c2 : Case} ; - --- Sentence - - Cl = ResIna.Clause; - ClSlash = ResIna.Clause ** {p2 : Str; c2 : Case} ; - Imp = {s : Polarity => Number => Str} ; - --- Question - - QCl = ResIna.Clause; - IP = {s : Case => Str; n : Number} ; - IComp = {s : Str} ; - IQuant = {s : Number => Str} ; - IDet = {s : Str ; n : Number} ; - --- Relative - - RCl = {s : ResIna.Tense => Anteriority => Polarity => Agr => Str ; c : Case} ; - RP = {s : Case => Str; a : Agr} ; -- number for "tal que / tales que"; person for reflexives - --- Verb - - VP = ResIna.VP; - VPSlash = ResIna.VP ** {p2 : Str; c2 : Case} ; - Comp = {s : Agr => Str} ; - --- Adjective - - AP = {s : Agr => Str ; isPre : Bool} ; - --- Noun - - CN = {s : Number => Str} ; - NP = ResIna.NP; - Pron = ResIna.NP ** {possForm : Str}; - Det = {s : Case => Str ; n : Number} ; - Predet, Ord = {s : Str}; - Card = {s : Str; n : Number } ; - Num = {s : Str; n : Number } ; - Quant = {s : Number => Case => Str} ; - Art = {s : Number => Case => Str} ; - --- Numeral - - Numeral = {s : CardOrd => Str ; n : Number} ; - Digits = {s : CardOrd => Str ; n : Number ; tail : DTail} ; - --- Structural - - Conj = {s1,s2 : Str ; n : Number} ; - Subj = {s : Str} ; - Prep = {c : Case; s : Str} ; - --- Open lexical classes, e.g. Lexicon - - V, VS, VQ, VA = Verb ; - V2, V2V, V2S, V2Q = - Verb ** {p2 : Str; c2 : Case} ; -- preposition + case of the complement. - V3, V2A = Verb ** {p2, p3 : Str; c2, c3 : Case} ; - VV = Verb; - - A = {s : AForm => Str} ; -- TODO: optional pre-adjectives - A2 = {s : AForm => Str ; c2 : Str} ; - - N = {s : Number => Str} ; - N2 = {s : Number => Str} ** {p2 : Str; c2 : Case} ; - N3 = {s : Number => Str} ** {p2,p3 : Str; c2,c3 : Case} ; - - PN = {s : Str} ; - -} diff --git a/old-lib/resource/interlingua/ConjunctionIna.gf b/old-lib/resource/interlingua/ConjunctionIna.gf deleted file mode 100644 index 280ed40f1..000000000 --- a/old-lib/resource/interlingua/ConjunctionIna.gf +++ /dev/null @@ -1,38 +0,0 @@ -concrete ConjunctionIna of Conjunction = - CatIna ** open ResIna, Coordination, Prelude in { - - flags optimize=all_subs ; - - lin - - ConjS = conjunctDistrSS ; - - ConjAdv = conjunctDistrSS ; - - ConjNP conj ss = conjunctDistrTable Case conj ss ** { - isPronoun = False; - a = {n = conjNumber conj.n ss.a.n ; p = ss.a.p} - } ; - - ConjAP conj ss = conjunctDistrTable Agr conj ss ** { - isPre = ss.isPre - } ; - --- These fun's are generated from the list cat's. - - BaseS = twoSS ; - ConsS = consrSS comma ; - BaseAdv = twoSS ; - ConsAdv = consrSS comma ; - BaseNP x y = twoTable Case x y ** {a = conjAgr x.a y.a} ; - ConsNP xs x = consrTable Case comma xs x ** {a = conjAgr xs.a x.a} ; - BaseAP x y = twoTable Agr x y ** {isPre = andB x.isPre y.isPre} ; - ConsAP xs x = consrTable Agr comma xs x ** {isPre = andB xs.isPre x.isPre} ; - - lincat - [S] = {s1,s2 : Str} ; - [Adv] = {s1,s2 : Str} ; - [NP] = {s1,s2 : Case => Str ; a : Agr} ; - [AP] = {s1,s2 : Agr => Str ; isPre : Bool} ; - -} diff --git a/old-lib/resource/interlingua/ExtraIna.gf b/old-lib/resource/interlingua/ExtraIna.gf deleted file mode 100644 index c9afb0328..000000000 --- a/old-lib/resource/interlingua/ExtraIna.gf +++ /dev/null @@ -1,52 +0,0 @@ -concrete ExtraIna of ExtraInaAbs = CatIna ** - open ResIna, Coordination, Prelude in { --- --- lin --- GenNP np = {s = \\_ => np.s ! Gen} ; --- ComplBareVS v s = insertObj (\\_ => s.s) (predV v) ; --- --- StrandRelSlash rp slash = { --- s = \\t,a,p,_ => rp.s ! RC Acc ++ slash.s ! t ! a ! p ! ODir ++ slash.c2 ; --- c = Acc --- } ; --- EmptyRelSlash rp slash = { --- s = \\t,a,p,_ => slash.s ! t ! a ! p ! ODir ++ slash.c2 ; --- c = Acc --- } ; --- --- StrandQuestSlash ip slash = --- {s = \\t,a,b,q => --- (mkQuestion (ss (ip.s ! Acc)) slash).s ! t ! a ! b ! q ++ slash.c2 --- }; --- --- lincat --- VPI = {s : VPIForm => Agr => Str} ; --- [VPI] = {s1,s2 : VPIForm => Agr => Str} ; --- --- lin --- BaseVPI = twoTable2 VPIForm Agr ; --- ConsVPI = consrTable2 VPIForm Agr comma ; --- --- MkVPI vp = { --- s = \\v,a => vp.ad ++ vp.inf ++ vp.s2 ! a --- } ; --- ConjVPI = conjunctTable2 VPIForm Agr ; --- ComplVPIVV vv vpi = --- insertObj (\\a => (if_then_Str vv.isAux [] "to") ++ vpi.s ! VPIInf ! a) (predVV vv) ; --- --- UncNegCl t a cl = {s = t.s ++ a.s ++ cl.s ! t.t ! a.a ! neg ! ODir} ; --- UncNegQCl t a cl = {s = \\q => t.s ++ a.s ++ cl.s ! t.t ! a.a ! neg !q} ; --- UncNegRCl t a cl = { --- s = \\r => t.s ++ a.s ++ cl.s ! t.t ! a.a ! neg ! r ; --- c = cl.c --- } ; --- UncNegImpSg imp = {s = imp.s ! neg ! ImpF Sg False} ; --- UncNegImpPl imp = {s = imp.s ! neg ! ImpF Pl False} ; --- --- CompoundCN a b = {s = \\n,c => a.s ! Sg ! Nom ++ b.s ! n ! c} ; --- --- --- oper --- neg = CNeg False ; --- -} diff --git a/old-lib/resource/interlingua/GrammarIna.gf b/old-lib/resource/interlingua/GrammarIna.gf deleted file mode 100644 index b873d0004..000000000 --- a/old-lib/resource/interlingua/GrammarIna.gf +++ /dev/null @@ -1,21 +0,0 @@ ---# -path=.:../abstract:../common:prelude - -concrete GrammarIna of Grammar = - NounIna, - VerbIna, - AdjectiveIna, - AdverbIna, - NumeralIna, - SentenceIna, - QuestionIna, - RelativeIna, - ConjunctionIna, - PhraseIna, - TextX, - StructuralIna, - IdiomIna - ** { - -flags startcat = Phr ; unlexer = text ; lexer = text ; - -} ; diff --git a/old-lib/resource/interlingua/IdiomIna.gf b/old-lib/resource/interlingua/IdiomIna.gf deleted file mode 100644 index 6aac72fc5..000000000 --- a/old-lib/resource/interlingua/IdiomIna.gf +++ /dev/null @@ -1,34 +0,0 @@ -concrete IdiomIna of Idiom = CatIna ** open Prelude, ResIna in { - - flags optimize=all_subs ; - - lin - ImpersCl vp = mkClause "il" Sp3 vp ; - GenericCl vp = mkClause "on" Sp3 vp ; - - CleftNP np rs = mkClause "lo" Sp3 - (insertObj [] Acc (mkInvarNP (rs.s ! Sp3)) - (insertObj [] Acc np - (predV esserV))); - -- ??? number/case agreement - - CleftAdv ad s = mkClause "lo" Sp3 - (insertObj [] Acc (mkInvarNP ("que" ++ s.s)) - (insertObj [] Acc (mkInvarNP (ad.s)) (predV esserV))) ; - - - ExistNP np = - mkClause "il" Sp3 ((insertObj "" Acc np) (predV haberV)) ; - -- Il ha colonias que non pote reclamar mesmo un tal origine. (sample text 3) - - ExistIP ip = mkQuestion {s=ip.s ! Acc} (mkClause "il" Sp3 (predV haberV)) ; - -- Never seen the above, but we can deduce it exists, since it's - -- merely an interrogative form of ExistNP. - - ProgrVP vp = vp; -- progressive tense is the same as present in Interlingua. - -- (parag. 80+ of Grammatica de Interlingua) - - ImpPl1 vp = {s = "que" ++ (mkClause "nos" {n = Pl ; p = P1} vp).s ! Pres ! Simul ! Pos ! ODir}; - -} - diff --git a/old-lib/resource/interlingua/IrregIna.gf b/old-lib/resource/interlingua/IrregIna.gf deleted file mode 100644 index 3e4a21d0e..000000000 --- a/old-lib/resource/interlingua/IrregIna.gf +++ /dev/null @@ -1,7 +0,0 @@ ---# -path=.:prelude:../abstract:../common - -concrete IrregIna of IrregInaAbs = CatIna ** open ParadigmsIna in { - -flags optimize=values ; - -} diff --git a/old-lib/resource/interlingua/IrregInaAbs.gf b/old-lib/resource/interlingua/IrregInaAbs.gf deleted file mode 100644 index d4f91f7f2..000000000 --- a/old-lib/resource/interlingua/IrregInaAbs.gf +++ /dev/null @@ -1,2 +0,0 @@ -abstract IrregInaAbs = Cat ** { -} diff --git a/old-lib/resource/interlingua/LangIna.gf b/old-lib/resource/interlingua/LangIna.gf deleted file mode 100644 index 9c4460100..000000000 --- a/old-lib/resource/interlingua/LangIna.gf +++ /dev/null @@ -1,11 +0,0 @@ ---# -path=.:../abstract:../common:prelude - -concrete LangIna of Lang = - GrammarIna, - LexiconIna - ** { - -flags startcat = Phr ; unlexer = text ; lexer = text ; - -} - diff --git a/old-lib/resource/interlingua/LexiconIna.gf b/old-lib/resource/interlingua/LexiconIna.gf deleted file mode 100644 index beba8fa64..000000000 --- a/old-lib/resource/interlingua/LexiconIna.gf +++ /dev/null @@ -1,371 +0,0 @@ ---# -path=.:prelude - -concrete LexiconIna of Lexicon = CatIna ** - open (R=ResIna), ParadigmsIna, IrregIna, Prelude in { - - flags - optimize=values ; - - lin - airplane_N = regN "avion"; - answer_V2S = prepV2 aP (regV "responder"); - apartment_N = regN "appartamento"; - apple_N = regN "pomo"; - art_N = regN "arte" ; - ask_V2Q = mkV2Q aP (regV "demandar") ; - baby_N = regN "bebe" ; - bad_A = regA "mal"; - bank_N = regN "banca" ; - beautiful_A = regA "belle" ; - become_VA = mkVA (regV "devenir") ; - beer_N = regN "bira" ; - beg_V2V = mkV2V noPrep aP (regV "rogar") ; - big_A = regA "magne" ; - bike_N = regN "bicycletta" ; - bird_N = regN "ave" ; - black_A = regA "nigre" ; - blue_A = regA "blau" ; - boat_N = regN "barca" ; - book_N = regN "libro" ; - boot_N = regN "botta"; - boss_N = regN "chef" ; - boy_N = regN "puero" ; - bread_N = regN "pan" ; - break_V2 = dirV2 (regV "rumper") ; - broad_A = regA "large" ; - brother_N2 = regN2 "fratre"; - brown_A = regA "brun" ; - butter_N = regN "butyro" ; - buy_V2 = dirV2 (regV "compra"); - camera_N = compN (regN "apparato" ) ["photographic"] ; - cap_N = regN "bonetto" ; - car_N = regN "automobile" ; - carpet_N = regN "tapete" ; - cat_N = regN "catto" ; - ceiling_N = regN "tecto" ; -- of room ??? - chair_N = regN "sede"; - cheese_N = regN "caseo"; - child_N = regN "infante" ; - church_N = regN "ecclesia" ; - city_N = regN "urbe" ; -- ??? citate - clean_A = regA "munde" ; - clever_A = regA "intelligente" ; - close_V2 = dirV2 (regV "clauder") ; - coat_N = regN "mantello" ; - cold_A = regA "frigide" ; - come_V = regV "venir" ; - computer_N = regN "computator" ; - country_N = regN "pais" ; - cousin_N = regN "cosino" ; ---- cosina - cow_N = regN "vacca" ; - die_V = regV "morir" ; - dirty_A = regA "immunde" ; - distance_N3 = prepN3 aP (prepN2 deP (regN "distantia")) ; --- ??? wtf - doctor_N = regN "medico"; - dog_N = regN "can"; - door_N = regN "porta"; - drink_V2 = dirV2 (regV "biber"); - easy_A2V = mkA2V (regA "facile") aP ; - eat_V2 = dirV2 (regV "eder"); - empty_A = regA "vacue" ; - enemy_N = regN "inimico" ; - factory_N = regN "fabrica" ; - father_N2 = regN2 "patre" ; - fear_VS = mkVS (regV "timer") ; - find_V2 = dirV2 (regV "trovar") ; - fish_N = regN "pisce" ; - floor_N = regN "pavimento" ; - forget_V2 = dirV2 (regV "oblidar"); - fridge_N = regN "refrigerator"; - friend_N = regN "amico" ; - fruit_N = regN "fructo" ; - fun_AV = mkAV (regA "famusante") ; - garden_N = regN "horto" ; - girl_N = regN "puera" ; - glove_N = regN "guanto" ; - go_V = regV "ir"; - gold_N = regN "auro" ; - good_A = R.mkAdjective "bon" "melior" "optime"; - green_A = regA "verde" ; - harbour_N = regN "porto" ; - hate_V2 = dirV2 (regV "detestar0") ; - hat_N = regN "cappello" ; - have_V2 = dirV2 (R.haberV ** {lock_V = <>}); - hear_V2 = dirV2 (regV "audir"); - hill_N = regN "monticulo" ; - hope_VS = mkVS (regV "sperar") ; - horse_N = regN "cavallo" ; - hot_A = regA "calide" ; - house_N = regN "domo" ; - important_A = regA "importante" ; - industry_N = regN "industria" ; - iron_N = regN "ferro" ; - king_N = regN "rege" ; - know_V2 = dirV2 (regV "cognoscer") ; -- ??? - lake_N = regN "laco" ; - lamp_N = regN "lampa" ; - learn_V2 = dirV2 (regV "apprender") ; - leather_N = regN "corio" ; - leave_V2 = prepV2 deP (regV "partir"); - like_V2 = dirV2 (regV "amar") ; - listen_V2 = dirV2 (regV "ascoltar") ; - live_V = (regV "vive") ; - long_A = regA "longe" ; - lose_V2 = dirV2 (regV "perder"); - love_N = regN "amor" ; - love_V2 = dirV2 (regV "adorar") ; - man_N = regN "viro"; - married_A2 = mkA2 (regA "sponsate") aP ; - meat_N = regN "carne" ; - milk_N = regN "lacte" ; - moon_N = regN "luna" ; - mother_N2 = regN2 "matre" ; - mountain_N = regN "montania" ; - music_N = regN "musica" ; - narrow_A = regA "stricte" ; - new_A = regA "nove" ; - newspaper_N = regN "jornal" ; - oil_N = regN "oleo" ; - old_A = regA "vetule" ; - open_V2 = dirV2 (regV "operir") ; - paint_V2A = mkV2A noPrep inP (regV "pinger") ; -- ??? preposition might be wrong. (did not find a sample usage) - paper_N = regN "papiro" ; - paris_PN = regPN "Paris" ; - peace_N = regN "pace" ; - pen_N = regN "penna" ; - planet_N = regN "planeta" ; - plastic_N = regN "plastico" ; - play_V2 = dirV2 (regV "sonar") ; -- ??? eg. play the piano - policeman_N = regN "policero" ; - priest_N = regN "prestre" ; - probable_AS = mkAS (regA "probabile") ; - queen_N = regN "regina" ; - radio_N = regN "radio" ; - rain_V0 = mkV0 (regV "pluvar") ; - read_V2 = dirV2 (regV "leger"); - red_A = regA "rubie" ; - religion_N = regN "religion" ; - restaurant_N = regN "restaurant" ; - river_N = regN "riviera" ; - rock_N = regN "rocca" ; - roof_N = regN "tecto" ; - rubber_N = regN "cauchu" ; - run_V = regV "currer"; - say_VS = mkVS (regV "dicer"); - school_N = regN "schola" ; - science_N = regN "scientia"; - sea_N = regN "mar" ; - seek_V2 = dirV2 (regV "cercar"); - see_V2 = dirV2 (regV "vider"); - sell_V3 = prepV3 aP (dirV2 (regV "vender")); - send_V3 = prepV3 aP (dirV2 (regV "inviar")); - sheep_N = regN "ove"; - ship_N = regN "nave" ; - shirt_N = regN "camisa" ; - shoe_N = regN "scapra" ; - shop_N = regN "boteca" ; - short_A = regA "curte" ; - silver_N = regN "argento" ; - sister_N = regN "soror" ; - sleep_V = regV "dormir"; - small_A = regA "parve" ; -- !!! This one should be preferably a prefix adjective - snake_N = regN "serpente" ; - sock_N = regN "calcetta" ; - speak_V2 = dirV2 (regV "parlar") ;-- ??? - star_N = regN "stella" ; - steel_N = regN "aciero" ; - stone_N = regN "petra" ; - stove_N = regN "estufa" ; - student_N = regN "studente" ; - stupid_A = regA "nescie" ; - sun_N = regN "sol" ; - switch8off_V2 = dirV2 (regV "extinguer"); - switch8on_V2 = dirV2 (regV "accender") ; - table_N = regN "tablula" ; - talk_V3 = (prepV3 deP (prepV2 aP (regV "parlar"))) ; - teacher_N = regN "professor" ; - teach_V2 = dirV2 (regV "inseniar"); -- ??? aP (preposition is what?) - television_N = regN "television" ; - thick_A = regA "spisse" ; - thin_A = regA "magre" ; - train_N = regN "convoyo" ; -- ??? - travel_V = regV "viagiar" ; - tree_N = regN "tarbore" ; - ---- trousers_N = regN "pantalon" ; --- ??? funky plural in the Abstract lexicon... - ugly_A = regA "ugly" ; - understand_V2 = dirV2 (regV "comprender"); - university_N = regN "universitate" ; - village_N = regN "village" ; - wait_V2 = dirV2 (regV "wait") ; - walk_V = (regV "ambular") ; - warm_A = regA "calde" ; - war_N = regN "guerra" ; - watch_V2 = dirV2 (regV "spectar") ; - water_N = regN "aqua" ; - white_A = regA "albe" ; - window_N = regN "fenestra" ; - wine_N = regN "vino" ; - win_V2 = dirV2 (regV "ganiar"); - woman_N = regN "femina"; - wonder_VQ = mkVQ (reflV (regV "demandar")) ; - wood_N = regN "ligno"; -- or silva ... - write_V2 = dirV2 (regV "scriber"); - yellow_A = regA "jalne" ; - young_A = regA "juvene" ; - -lin - do_V2 = dirV2 (regV "facer"); - add_V3 = prepV3 aP (dirV2 (regV "additionar")); - already_Adv = mkAdv "jam" ; - animal_N = regN "animal" ; - ashes_N = regN "cinere" ; -- plural only??? - back_N = regN "dorso" ; - bark_N = regN "cortice" ; - belly_N = regN "ventre" ; - bite_V2 = dirV2 (regV "morder"); - blood_N = regN "sanguine" ; - blow_V = regV "sufflar"; - bone_N = regN "osso" ; - breast_N = regN "pectore" ; - breathe_V = dirV2 (regV "respirar") ; - burn_V = regV "arder"; - cloud_N = regN "nube" ; - correct_A = (regA "correcte") ; - count_V2 = dirV2 (regV "numerar") ; - cut_V2 = dirV2 (regV "secar"); - day_N = regN "die" ; - dig_V = regV "fossar"; - dry_A = regA "sic" ; - dull_A = regA "enoiose" ; - dust_N = regN "pulvere" ; - ear_N = regN "aure" ; - earth_N = regN "terra" ; - egg_N = regN "ovo" ; - eye_N = regN "oculo" ; - fall_V = regV "cader" ; - far_Adv = mkAdv "lontano" ; - fat_N = regN "grasse" ; - fear_V2 = dirV2 (regV "timer") ; - feather_N = regN "pluma" ; - fight_V2 = dirV2 (regV "combattar"); - fingernail_N = regN "ungual"; - fire_N = regN "foco" ; - float_V = regV "flottar" ; - flow_V = regV "flucto" ; - flower_N = regN "flore" ; - fly_V = regV "volar" ; - fog_N = regN "bruma" ; - foot_N = regN "pede"; - forest_N = regN "silva" ; - freeze_V = regV "gelar"; - full_A = regA "plen" ; - give_V3 = prepV3 aP (dirV2 (regV "dar")) ; - grammar_N = regN "grammatica" ; - grass_N = regN "herba" ; - guts_N = regN "tripas" ; -- !!!: no singular - hair_N = regN "pilo" ; - hand_N = regN "mano" ; - head_N = regN "capite" ; - heart_N = regN "corde" ; - heavy_A = regA "pesante" ; - hit_V2 = dirV2 (regV "frappar") ; - hold_V2 = dirV2 (regV "retener") ; - horn_N = regN "corno" ; - hunt_V2 = dirV2 (regV "chassar") ; - husband_N = regN "sposo"; - ice_N = regN "glacie" ; - john_PN = regPN "John" ; - jump_V = regV "saltar" ; - kill_V2 = dirV2 (regV "occider") ; - knee_N = regN "genu" ; - language_N = regN "linguage" ; - laugh_V = regV "rider" ; - leaf_N = regN "folio" ; - left_Ord = ss "leve" ; - leg_N = regN "gamba" ; - lie_V = regV "mentir"; - liver_N = regN "hepate" ; - louse_N = regN "pediculo"; - mouth_N = regN "bucca" ; - name_N = regN "nomine" ; - near_A = regA "proxime" ; - neck_N = regN "collo" ; - night_N = regN "nocte" ; - nose_N = regN "naso" ; - now_Adv = mkAdv "nunc" ; - number_N = regN "numero" ; - person_N = regN "homine" ; - play_V = regV "jocar" ; - pull_V2 = dirV2 (regV "traher") ; - push_V2 = dirV2 (regV "pulsar") ; - put_V2 = dirV2 (regV "placar"); - question_N = regN "question" ; - rain_N = regN "pluvia" ; - ready_A = regA "preste" ; - reason_N = regN "ration" ; - right_Ord = ss "dextra" ; - road_N = regN "via" ; - root_N = regN "radice" ; - rope_N = regN "corda" ; - rotten_A = (regA "corrupte") ; - round_A = regA "ronde" ; - rub_V2 = dirV2 (regV "fircar") ; - rule_N = regN "regula" ; - salt_N = regN "sal" ; - sand_N = regN "sablo" ; - scratch_V2 = dirV2 (regV "grattar") ; - seed_N = regN "semine" ; - sew_V = regV "suer"; - sharp_A = regA "trenchante" ; - sing_V = regV "cantar"; - sit_V = regV "seder"; - skin_N = regN "pelle" ; - sky_N = regN "celo" ; - smell_V = regV "oler" ; - smoke_N = regN "fumar" ; - smooth_A = regA "lisie" ; - snow_N = regN "niva" ; - song_N = regN "canto" ; - spit_V = regV "sputar"; - split_V2 = dirV2 (regV "finder"); - squeeze_V2 = dirV2 (regV "comprimer") ; - stab_V2 = dirV2 (regV "dagar") ; - stand_V = regV "star"; - stick_N = regN "baston" ; - stop_V = regV "stoppar" ; - straight_A = regA "directe" ; - suck_V2 = dirV2 (regV "suger") ; - swell_V = (regV "turger"); - swim_V = (regV "natada"); - tail_N = regN "cauda" ; - think_V = regV "pensar"; - throw_V2 = dirV2 (regV "jectar") ; - tie_V2 = dirV2 (regV "ligar") ; - today_Adv = mkAdv "hodie" ; - tongue_N = regN "lingua" ; - tooth_N = regN "dente"; - turn_V = regV "tornar" ; - uncertain_A = regA "incerte" ; - vomit_V = regV "vomir" ; - wash_V2 = dirV2 (regV "abluer") ; - wet_A = regA "humid" ; ---- - wide_A = regA "large" ; - wife_N = regN "sposa"; - wind_N = regN "vento" ; - wing_N = regN "ala" ; - wipe_V2 = dirV2 (regV "essugar") ; - worm_N = regN "verme" ; - year_N = regN "anno" ; --- other_A = regA "altere" ; ----- added 4/6/2007 --- - oper --- aboutP = mkPrep "about" ; --- atP = mkPrep "at" ; --- forP = mkPrep "for" ; --- fromP = mkPrep "from" ; - inP = mkPrep "in" accusative; --- onP = mkPrep "on" ; - aP = mkPrep "" dative; -- can generate clitics, fuses with the def. det. "le" - deP = mkPrep "" ablative; -- can not generate clitics, fuses with the def. det. "le", pronoun form: "de mi". -} ; diff --git a/old-lib/resource/interlingua/MorphoIna.gf b/old-lib/resource/interlingua/MorphoIna.gf deleted file mode 100644 index 3ad94282a..000000000 --- a/old-lib/resource/interlingua/MorphoIna.gf +++ /dev/null @@ -1,64 +0,0 @@ ---# -path=.:../../prelude - ---1 A Simple Interlingua Resource Morphology --- --- Aarne Ranta 2003--2005 --- JP Bernardy 2007 --- --- This resource morphology contains definitions needed in the resource --- syntax. To build a lexicon, it is better to use $ParadigmsIna$, which --- gives a higher-level access to this module. - -resource MorphoIna = ResIna ** open Prelude, (Predef=Predef) in { - - flags optimize=all ; - ---2 Nouns --- --- For conciseness and abstraction, we define a worst-case macro for --- noun inflection. It is used for defining special case that --- only need one string as argument. - -oper - CommonNoun : Type = {s : Number => Str}; -- nouns are inflected in number - - nounGen : Str -> Str -> CommonNoun = \mec,mecs -> - {s = table {Sg => mec; - Pl => mecs - }; - }; - - nounReg : Str -> CommonNoun = \cas -> - let s = case last cas of { - "a" | "e" | "i" | "o" | "u" => "s" ; - "c" => "hes"; - _ => "es" - } - in nounGen cas (cas + s) ; - ---2 Determiners - - mkDeterminer : Number -> Str -> {s : Case => Str ; n : Number} = \n,s -> - {s = \\c=>casePrep "" c ++ s ; n = n} ; - - mkIDeterminer : Number -> Str -> {s : Str ; n : Number} = \n,s -> - {s = s ; n = n} ; - ---2 Adjectives --- --- To form the adjectival and the adverbial forms, 3 strings are needed --- in the worst case. (bon, melior, optime) - - Adjective = {s : AForm => Str} ; - --- However, most adjectives can be inflected using the final character. - - regAdjective : Str -> Adjective = \clar -> - mkAdjective clar ("plus" ++ clar) ("le" ++ "plus" ++ clar) ; - ---3 Verbs - - -- defined in resina - -} ; - diff --git a/old-lib/resource/interlingua/NounIna.gf b/old-lib/resource/interlingua/NounIna.gf deleted file mode 100644 index e99aed813..000000000 --- a/old-lib/resource/interlingua/NounIna.gf +++ /dev/null @@ -1,142 +0,0 @@ -concrete NounIna of Noun = CatIna ** open ResIna, Prelude in { - - flags optimize=all_subs ; - - lin - DetCN det cn = { - s = \\c => det.s!c ++ cn.s ! det.n ; - a = agrP3 det.n ; - isPronoun = False - }; -- iste pizza - - UsePN pn = { - s = \\_ => pn.s; - a = agrP3 Sg; - isPronoun = False - }; - - UsePron p = p; -- io, tu, ille, etc. - - PredetNP pred np = { - s = \\c => pred.s ++ np.s ! c ; - isPronoun = False; - a = np.a - } ; - - PPartNP np v2 = { - s = \\c => np.s ! c ++ v2.s ! VPPart ; - isPronoun = False; - a = np.a - } ; - - AdvNP np adv = { - isPronoun = False; - s = \\c => np.s ! c ++ adv.s ; - a = Sp3; - } ; - --- version 1.4 changes by AR 16/6/2008 - - DetNP det = { - s = \\c => det.s ! c ; - a = agrP3 det.n ; - isPronoun = False - }; -- iste pizza - - DetQuantOrd quant num ord = { - s = \\c=>(quant.s ! num.n !c) ++ num.s ++ ord.s ; - n = num.n - } ; - - DetQuant quant num = { - s = \\c=>(quant.s ! num.n !c) ++ num.s ; - n = num.n - } ; - - DetArtOrd art num ord = { - s = \\c=>(art.s ! num.n !c) ++ num.s ++ ord.s ; - n = num.n - } ; - - DetArtCard art num = { - s = \\c=>(art.s ! num.n !c) ++ num.s ; - n = num.n - } ; - - DetArtSg art cn = { - s = \\c => art.s ! Sg ! c ++ cn.s ! Sg ; - a = agrP3 Sg ; - isPronoun = False - }; -- iste pizza - - DetArtPl art cn = { - s = \\c => art.s ! Pl ! c ++ cn.s ! Pl ; - a = agrP3 Pl ; - isPronoun = False - }; -- iste pizza - - PossPron p = {s = \\_,c => casePrep [] c ++ p.possForm} ; - - NumPl = {s = []; n = Pl } ; - NumSg = {s = []; n = Sg } ; - - NumCard c = c ; - - NumDigits n = {s = n.s ! NCard ; n = n.n} ; - - OrdDigits n = {s = n.s ! NOrd} ; - - NumNumeral numeral = {s = numeral.s ! NCard; n = numeral.n } ; - OrdNumeral numeral = {s = numeral.s ! NOrd} ; - - AdNum adn num = {s = adn.s ++ num.s; n = num.n } ; - - OrdSuperl a = {s = a.s ! AAdj Superl} ; - - DefArt = {s = \\_ => table { - Dat => "al"; - Gen | Abl => "del"; - _ => "le"}} ; - - IndefArt = {s = - \\n,c => casePrep [] c ++ case n of { - Sg => "un" ; - Pl => [] - } - } ; - - MassNP cn = { - s = \\_ => cn.s ! Sg ; - a = agrP3 Sg; - isPronoun = False - }; - - UseN n = n ; - UseN2 n = n ; --- UseN3 n = n ; - Use2N3 f = {s = \\n => f.s ! n ; c2 = f.c2; p2 = f.p2} ; - Use3N3 f = {s = \\n => f.s ! n ; c2 = f.c3; p2 = f.p3} ; - - ComplN2 f x = {s = \\n => f.s ! n ++ f.p2 ++ x.s ! f.c2} ; - ComplN3 f x = {s = \\n => f.s ! n ++ f.p2 ++ x.s ! f.c2 ; c2 = f.c3; p2 = f.p3} ; - - AdjCN ap cn = { - s = \\n => preOrPost ap.isPre (ap.s ! agrP3 n) (cn.s ! n) - } ; - - RelCN cn rs = {s = \\n => cn.s ! n ++ rs.s ! agrP3 n} ; - AdvCN cn ad = {s = \\n => cn.s ! n ++ ad.s} ; - - SentCN cn sc = {s = \\n => cn.s ! n ++ sc.s} ; - - ApposCN cn np = {s = \\n => cn.s ! n ++ np.s ! Nom} ; - --- ??? The use of the Nom case is somewhat strange here. The - --- abstract rule is dubious anyway, so ... - - RelNP np rs = {s = - \\c => np.s ! c ++ "," ++ rs.s ! np.a ; - a = np.a ; - isPronoun = np.isPronoun ---- ?? AR - } ; - -} diff --git a/old-lib/resource/interlingua/NumeralIna.gf b/old-lib/resource/interlingua/NumeralIna.gf deleted file mode 100644 index e41167d4c..000000000 --- a/old-lib/resource/interlingua/NumeralIna.gf +++ /dev/null @@ -1,94 +0,0 @@ -concrete NumeralIna of Numeral = CatIna ** open ResIna in { - - 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 = mkNum "duo" "secunde" "vinti" "vintesime"; - lin n3 = mkNum "tres" "tertie" "trenta" "trentesime"; - lin n4 = mkNum "quatro" "quarte" "quaranta" "quarantesime"; - lin n5 = regNum "cinque" "quinte" ; - lin n6 = regNum "sex" "sexte" ; - lin n7 = regNum "septe" "septime" ; - lin n8 = regNum "octo" "octave" ; - lin n9 = regNum "novem" "none" ; - - lin pot01 = mkNum "un" "prime" "dece" "decime" ** {n = Sg} ; - lin pot0 d = d ** {n = Pl} ; - lin pot110 = regCardOrd "dece" ** {n = Pl} ; - lin pot111 = regCardOrd ["dece-un"] ** {n = Pl} ; - lin pot1to19 d = {s = \\c => "dece" ++ "-" ++ d.s ! unit ! c} ** {n = Pl} ; - lin pot0as1 n = {s = n.s ! unit} ** {n = n.n} ; - lin pot1 d = {s = d.s ! ten} ** {n = Pl} ; - lin pot1plus d e = { - s = \\c => d.s ! ten ! NCard ++ "-" ++ e.s ! unit ! c ; n = Pl} ; - lin pot1as2 n = n ; - lin pot2 d = {s = \\c => d.s ! unit ! NCard ++ mkCard c "cento"} ** {n = Pl} ; - lin pot2plus d e = { - s = \\c => d.s ! unit ! NCard ++ "cento" ++ e.s ! c ; n = Pl} ; - lin pot2as3 n = n ; - lin pot3 n = { - s = \\c => n.s ! NCard ++ mkCard c "mille" ; n = Pl} ; - lin pot3plus n m = { - s = \\c => n.s ! NCard ++ "mille" ++ m.s ! c ; n = Pl} ; - --- numerals as sequences of digits - - lincat - Dig = TDigit ; - - lin - IDig d = d ** {tail = T1} ; - - IIDig d i = { - s = \\o => d.s ! NCard ++ commaIf i.tail ++ i.s ! o ; - n = Pl ; - tail = inc i.tail - } ; - - -- I don't know the convention (and could not find it in the - -- grammar) so I just affix "e" to all numbers to indicate the - -- ordinal - - D_0 = mkDig "0" ; - D_1 = mkDig "1" ; - D_2 = mkDig "2" ; - D_3 = mkDig "3" ; - 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 - commaIf : DTail -> Str = \t -> case t of { - T3 => "," ; - _ => [] - } ; - - inc : DTail -> DTail = \t -> case t of { - T1 => T2 ; - T2 => T3 ; - T3 => T1 - } ; - - mk2Dig : Str -> Str -> TDigit = \c,o -> mk3Dig c o Pl ; - mkDig : Str -> TDigit = \c -> mk2Dig c (c + "e") ; - - mk3Dig : Str -> Str -> Number -> TDigit = \c,o,n -> { - s = table {NCard => c ; NOrd => o} ; - n = n - } ; - - TDigit = { - n : Number ; - s : CardOrd => Str - } ; - -} diff --git a/old-lib/resource/interlingua/ParadigmsIna.gf b/old-lib/resource/interlingua/ParadigmsIna.gf deleted file mode 100644 index 62d963825..000000000 --- a/old-lib/resource/interlingua/ParadigmsIna.gf +++ /dev/null @@ -1,314 +0,0 @@ ---# -path=.:../abstract:../../prelude:../common - ---1 Interlingua Lexical Paradigms --- --- Aarne Ranta 2003--2005 --- JP Bernardy 2007 --- --- 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 $MorphoIna.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$. --- However, this function should only seldom be needed: we have a --- separate module [``IrregIna`` ../../english/IrregIna.gf], --- which covers irregular verbss. - -resource ParadigmsIna = open - (Predef=Predef), - Prelude, - MorphoIna, - CatIna - in { ---2 Parameters --- --- To abstract over gender names, we define the following identifiers. - -oper --- Gender : Type ; --- There is no grammatical gender in interlingua. - ----- To abstract over number names, we define the following. --- --- Number : Type ; --- --- singular : Number ; --- plural : Number ; - --- To abstract over case names, we define the following. - - nominative : Case ; - accusative : Case ; - genitive : Case ; - dative : Case ; - ablative : Case ; - - --- Prepositions are used in many-argument functions for rection. --- The resource category $Prep$ is used. - - - ---2 Nouns --- - --- All nouns are regular, so one should use $regN$ to construct them. - ---3 Relational nouns --- --- Relational nouns ("daughter of x") need a preposition. - --- The most common preposition is "of", and the following is a --- shortcut for regular relational nouns with "of". - - regN2 : Str -> N2 ; - ---2 Adjectives - --- All adjectives are regular, so on should use $regA$ to construct them. - ---3 Two-place adjectives - --- Two-place adjectives need a preposition for their second argument. - - mkA2 : A -> Prep -> A2 ; - - ---2 Adverbs - --- Adverbs are not inflected. Most lexical ones have position --- after the verb. Some can be preverbal (e.g. "always"). - - mkAdv : Str -> Adv ; - mkAdV : Str -> AdV ; - --- Adverbs modifying adjectives and sentences can also be formed. - - mkAdA : Str -> AdA ; - ---2 Prepositions --- --- A preposition as used for rection in the lexicon, as well as to --- build $PP$s in the resource API, just requires a string and an expected case. - - mkPrep : Str -> Case -> Prep ; - noPrep : Prep ; - ---2 Verbs --- --- Regular verbs should be constructed with $regV$. The 3 irregular verbs --- esser, haber and vader are available separately. - - ----- Reflexive verbs. ----- By default, verbs are not reflexive; this function makes them that. --- - reflV : V -> V ; - reflV v = {s = v.s ; part = v.part ; lock_V = v.lock_V ; isRefl = True} ; - - ---3 2 and many-place verbs - - --- I decided to provide the following combinators for forming verbs with --- complex grammar rules: - - prepV2 : Prep -> V -> V2 ; - prepV3 : Prep -> V2 -> V3 ; - dirV2 : V -> V2 ; - - - mkV0 : V -> V0 ; - mkVS : V -> VS ; --- mkV2S : V -> Prep -> V2S ; --- mkVV : V -> VV ; - mkV2V : Prep -> Prep -> V -> V2V ; - mkVA : V -> VA ; - mkV2A : Prep -> Prep -> V -> V2A ; - mkVQ : V -> VQ ; - mkV2Q : Prep -> V -> V2Q ; - - mkAS : A -> AS ; --- mkA2S : A -> Prep -> A2S ; - mkAV : A -> AV ; - mkA2V : A -> Prep -> A2V ; --- ----- Notice: categories $V2S, V2V, V2Q$ are in v 1.0 treated ----- just as synonyms of $V2$, and the second argument is given ----- as an adverb. Likewise $AS, A2S, AV, A2V$ are just $A$. ----- $V0$ is just $V$. --- - V0, V2S, V2V, V2Q : Type ; - AS, A2S, AV, A2V : Type ; --- -----. -----2 Definitions of paradigms ----- ----- The definitions should not bother the user of the API. So they are ----- hidden from the document. - nominative = Nom ; - accusative = Acc ; - genitive = Gen ; - dative = Dat ; - ablative = Abl ; - - regN s = nounReg s ** {lock_N = <>}; - - compN : N -> Str -> N; - compN n s = {s = \\x => n.s ! x ++ s; lock_N = <>} ; - - - prepN2 : Prep -> N -> N2; - prepN3 : Prep -> N2 -> N3; - prepN2 = \p,n -> n ** {lock_N2 = <> ; p2 = p.s; c2 = p.c} ; - prepN3 = \p,n -> n ** {lock_N3 = <> ; p3 = p.s; c3 = p.c} ; - regN2 n = prepN2 (mkPrep [] genitive) (regN n) ** {lock_N2 = <>}; - -----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"). --- --- cnN2 : CN -> Prep -> N2 ; --- cnN3 : CN -> Prep -> Prep -> N3 ; --- ----- This is obsolete. --- cnN2 = \n,p -> n ** {lock_N2 = <> ; c2 = p.s} ; --- cnN3 = \n,p,q -> n ** {lock_N3 = <> ; c2 = p.s ; c3 = q.s} ; --- - regPN n = regGenPN n; - regGenPN n = {s = n; lock_PN = <>} ; --- nounPN n = {s = n.s ! singular ; g = n.g ; lock_PN = <>} ; --- --- mk2A a b = mkAdjective a a a b ** {lock_A = <>} ; - regA a = regAdjective a ** {lock_A = <>} ; - - mkA2 a p = a ** {c2 = casePrep p.s p.c ; lock_A2 = <>} ; - - - - mkAdv x = ss x ** {lock_Adv = <>} ; - mkAdV x = ss x ** {lock_AdV = <>} ; - mkAdA x = ss x ** {lock_AdA = <>} ; - - mkPrep p c = ss p ** {c = c; lock_Prep = <>} ; - noPrep = mkPrep [] accusative ; - - - -- Verb-formation combinators. - regV : Str -> V; - regV s = mkVerb s ** {lock_V = <>}; - - prepV2 p v = v ** {c2 = p.c; p2 = p.s ; lock_V2 = <>} ; - prepV3 p v = v ** {c3 = p.c; p3 = p.s ; lock_V3 = <>} ; - dirV2 = prepV2 noPrep ; - - mkVS v = v ** {lock_VS = <>} ; --- mkVV v = { --- s = table {VVF vf => v.s ! vf ; _ => variants {}} ; --- isAux = False ; lock_VV = <> --- } ; - mkVQ v = v ** {lock_VQ = <>} ; - - V0 : Type = V ; - V2S, V2V, V2Q : Type = V2 ; - AS, A2S, AV : Type = A ; - A2V : Type = A2 ; --- - mkV0 v = v ** {lock_V = <>} ; --- mkV2S v p = prepV2 v p ** {lock_V2 = <>} ; - mkV2V p t v = prepV2 p v ** {s4 = t ; lock_V2 = <>} ; - mkVA v = v ** {lock_VA = <>} ; - mkV2A p2 p3 v = (prepV3 p3 (prepV2 p2 v)) ** {lock_V2A = <>} ; - mkV2Q p v = prepV2 p v ** {lock_V2 = <>} ; - mkAS v = v ** {lock_A = <>} ; --- mkA2S v p = mkA2 v p ** {lock_A = <>} ; - mkAV v = v ** {lock_A = <>} ; - mkA2V v p = mkA2 v p ** {lock_A2 = <>} ; - - --- pre-overload API and overload definitions - regN : Str -> N ; --- mk2N : (man,men : Str) -> N ; --- genderN : Gender -> N -> N ; --- compN : Str -> N -> N ; --- --- --- --- mk2A : (free,freely : Str) -> A ; - regA : Str -> A ; --- --- mkA = overload { --- mkA : Str -> A = regA ; --- mkA : (fat,fatter : Str) -> A = \fat,fatter -> --- mkAdjective fat fatter (init fatter + "st") (fat + "ly") ** {lock_A = <>} ; --- mkA : (good,better,best,well : Str) -> A = \a,b,c,d -> --- mkAdjective a b c d ** {lock_A = <>} --- } ; --- --- compoundA = compoundADeg ; --- --- --- mk5V : (go, goes, went, gone, going : Str) -> V ; --- regV : (cry : Str) -> V ; --- reg2V : (stop, stopped : Str) -> V; --- irregV : (drink, drank, drunk : Str) -> V ; --- irreg4V : (run, ran, run, running : Str) -> V ; --- --- -- Use reg2V instead --- regDuplV : Str -> V ; --- -- Use irreg4V instead --- irregDuplV : (get, got, gotten : Str) -> V ; --- - - ------- obsolete --- ----- Comparison adjectives may two more forms. --- --- ADeg : Type ; --- --- mkADeg : (good,better,best,well : Str) -> ADeg ; --- ----- The regular pattern recognizes two common variations: ----- "-e" ("rude" - "ruder" - "rudest") and ----- "-y" ("happy - happier - happiest - happily") --- --- regADeg : Str -> ADeg ; -- long, longer, longest --- ----- However, the duplication of the final consonant is nor predicted, ----- but a separate pattern is used: --- --- duplADeg : Str -> ADeg ; -- fat, fatter, fattest --- ----- If comparison is formed by "more", "most", as in general for ----- long adjective, the following pattern is used: --- --- compoundADeg : A -> ADeg ; -- -/more/most ridiculous --- ----- From a given $ADeg$, it is possible to get back to $A$. --- --- adegA : ADeg -> A ; --- --- - regPN : Str -> PN ; - regGenPN : Str -> PN ; -- John, John's --- ----- Sometimes you can reuse a common noun as a proper name, e.g. "Bank". --- --- nounPN : N -> PN ; - - - -} ; diff --git a/old-lib/resource/interlingua/PhraseIna.gf b/old-lib/resource/interlingua/PhraseIna.gf deleted file mode 100644 index f5fa8d77a..000000000 --- a/old-lib/resource/interlingua/PhraseIna.gf +++ /dev/null @@ -1,24 +0,0 @@ -concrete PhraseIna of Phrase = CatIna ** open Prelude, ResIna in { - - lin - PhrUtt pconj utt voc = {s = pconj.s ++ utt.s ++ voc.s} ; - - UttS s = s ; - UttQS qs = {s = qs.s ! OQuest}; - UttImpSg pol imp = {s = pol.s ++ imp.s ! pol.p ! Sg} ; - UttImpPl pol imp = {s = pol.s ++ imp.s ! pol.p ! Pl} ; - UttImpPol pol imp = {s = pol.s ++ imp.s ! pol.p ! Pl} ; - - UttIP ip = {s = ip.s ! Nom} ; -- ??? Dat, Abl also... - UttIAdv iadv = iadv ; - UttNP np = {s = np.s ! Nom} ; - UttVP vp = {s = infVP vp} ; - UttAdv adv = adv ; - - NoPConj = {s = []} ; - PConjConj conj = ss conj.s2 ; - - NoVoc = {s = []} ; - VocNP np = {s = "," ++ np.s ! Nom} ; - -} diff --git a/old-lib/resource/interlingua/QuestionIna.gf b/old-lib/resource/interlingua/QuestionIna.gf deleted file mode 100644 index aadbaa090..000000000 --- a/old-lib/resource/interlingua/QuestionIna.gf +++ /dev/null @@ -1,54 +0,0 @@ -concrete QuestionIna of Question = CatIna ** open ResIna, Prelude in { - - flags optimize=all_subs ; - - lin - QuestCl cl = { - s = \\t,a,p => - let cls = cl.s ! t ! a ! p - in table { - OQuest => cls ! OQuest ; - ODir => "an" ++ cls ! ODir - } - } ; - - QuestVP qp vp = - let cl = mkClause (qp.s ! Nom) Sp3 vp - in {s = \\t,a,b,_ => cl.s ! t ! a ! b ! ODir} ; - - QuestSlash ip slash = - mkQuestion (ss (slash.p2 ++ ip.s ! slash.c2)) slash ; - - QuestIAdv iadv cl = mkQuestion iadv cl ; - - QuestIComp icomp np = - mkQuestion icomp (mkClause (np.s ! Nom) np.a (predV esserV)) ; - - - PrepIP p ip = {s = p.s ++ ip.s ! Nom} ; - - AdvIP ip adv = { - s = \\c => ip.s ! c ++ adv.s ; - n = ip.n - } ; - - IdetCN idet cn = { - s = \\c => casePrep [] c ++ idet.s ++ cn.s ! idet.n; - n = idet.n - } ; - - IdetIP idet = { - s = \\c => casePrep [] c ++ idet.s ; - n = idet.n - } ; - - IdetQuant iquant num = { - s = iquant.s ! num.n ++ num.s ; - n = num.n - } ; - - CompIAdv a = a ; - - CompIP ip = ss (ip.s ! Nom) ; - -} diff --git a/old-lib/resource/interlingua/RelativeIna.gf b/old-lib/resource/interlingua/RelativeIna.gf deleted file mode 100644 index ebdebcd13..000000000 --- a/old-lib/resource/interlingua/RelativeIna.gf +++ /dev/null @@ -1,53 +0,0 @@ -concrete RelativeIna of Relative = CatIna ** open ResIna in { - - flags optimize=all_subs ; - - lin - - RelCl cl = { - s = \\t,a,p,agr => - (case agr.n of {Sg => "tal"; Pl => "tales"}) ++ - "que" ++ cl.s ! t ! a ! p ! ODir ; - c = Nom - } ; - - RelVP rp vp = { - s = \\t,a,p,agr => (mkClause (rp.s!Nom) agr vp).s ! t ! a ! p ! ODir; - c = Nom - } ; - -- !!! person agreement is probably bad here; see below. - ----- Pied piping: "a que tu invia flores" - - RelSlash rp slash = { - s = \\t,a,p,agr => slash.p2 ++ rp.s ! slash.c2 ++ slash.s ! t ! a ! p ! ODir ; - c = slash.c2; - } ; - -- !!! In the above The agreement feature of the RP does not match - -- the the (parametric!) agreement of the resulting clause. - -- Is it a bug? I believe there is the same behaviour in the english grammar. - - FunRP p np rp = { - s = \\c => np.s ! Acc ++ p.s ++ rp.s ! p.c ; - a = np.a - } ; - - - IdRP = { - -- TODO: variant: "le qual" - a = {p = P3; n = variants {Sg; Pl}}; - s = table { - Nom => quique; -- Le ultime traino que pote portar me ibi a tempore parti in cinque minutas - Gen => "cuje"; -- Le documentos cuje importantia esseva dubitose incriminava le spia - Acc => "que"; -- Le documentos que le spia portava con se esseva multo importante - Dat => "a" ++ quique; - Abl => "de" ++ quique - }} ; - - oper - quique = variants {"qui"; -- !!! Only for humans, only after a preposition. - -- This is extremely strange, because it does not match any Romance language I know. - -- For now just be lax and make it a variant of "que" - "que"}; - -} diff --git a/old-lib/resource/interlingua/ResIna.gf b/old-lib/resource/interlingua/ResIna.gf deleted file mode 100644 index c81324f0d..000000000 --- a/old-lib/resource/interlingua/ResIna.gf +++ /dev/null @@ -1,335 +0,0 @@ ---# -path=.:../abstract:../common:../../prelude - ---1 Interlingua 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$. - -resource ResIna = ParamX ** open Prelude in { - - flags optimize=all ; - - - -- Some parameters, such as $Number$, are inherited from $ParamX$. - - --2 For $Noun$ - - -- This is the worst-case $Case$ needed for pronouns. - - param - Case = Nom | Acc | Gen | Dat | Abl ; - -- Why do we need so many cases? - -- Interlingua has (optional) contractions: - -- "a le" -> "al" - -- "de le" -> "del" - -- so, we can't get away with mere prepositions "a" and "de" - -- but use Dative and Ablative to represent those. - -- Pronouns have different forms in Nominative and Accusative. - -- Genitive is used for possesives (which can also be pronominalized) - - oper - casePrep : Str -> Case -> Str = \prep,cas -> case cas of { - Dat => "a"; - Gen | Abl => "de"; - _ => prep - }; - - - --2 For $Verb$ - - -- These 7 forms are more than we need. (esser is irregular - -- only in pres, past, fut, cond so we could do with 5, but it makes - -- easy to reason about what happens.) - - param - VForm - = VInf - | VPres - | VPPart - | VPresPart - | VPast --# notpresent - | VFut --# notpresent - | VCond --# notpresent - ; - - param - VVariant - = VMono -- "creava" - | VSplit -- "ha create" -- !!! This is not implemented. One reason is that the split forms overlap with aux verb + participle as ajective. (Anterior form) - ; - - -- The order of sentence is needed already in $VP$. - Order = ODir | OQuest ; - - --2 For $Adjective$ - - AForm = AAdj Degree | AAdv ; - - --2 For $Relative$ - - -- RAgr = RNoAg | RAg {n : Number ; p : Person} ; - -- RCase = RPrep | RC Case ; - - --2 For $Numeral$ - - CardOrd = NCard | NOrd ; - DForm = unit | ten ; - - --2 Transformations between parameter types - - oper - Agr = {n : Number ; p : Person} ; - -- This is the agreement record for verb phrases, which is needed only for reflexive verbs. - - agrP3 : Number -> Agr = \n -> - {n = n ; p = P3} ; - - conjAgr : Agr -> Agr -> Agr = \a,b -> { - n = conjNumber a.n b.n ; - p = conjPerson a.p b.p - } ; - - - -- For each lexical category, here are the worst-case constructors. - mkAdjective : (_,_,_ : Str) -> {s : AForm => Str} = - \bon,melior,optime -> - let mente = case last bon of - {"c" => "amente"; - _ => "mente" - } - in { - s = table { - AAdj Posit => bon ; - AAdj Compar => melior ; - AAdj Superl => optime ; - AAdv => bon + mente - } - } ; - - - mkVerb : Str -> Verb = \crear-> - let crea = init crear - in {isRefl = False; - s = table { - VInf => crear; - VPres => crea; - VPast => crea + "va"; - VFut => crear + "a"; - VCond => crear + "ea"; - VPPart => case crear of { - rid + "er" => rid + "ite"; - _ => crea + "te" - }; - VPresPart => case crear of { - aud + "ir" => aud + "iente"; - _ => crea + "nte" - }}}; - - -- + The 3 (optionally) irregular verbs. (we only need haberV in this module) - esserV : Verb = - let reg = mkVerb "esser" - in {isRefl = False; - s = \\form=> case form of { - VPres => variants {"es"; "esse"}; - VFut => variants {"sera"; "essera"}; - VCond => variants {"serea"; "esserea"}; - VPast => variants {"era"; "esseva"}; - _ => reg.s!form}}; - - haberV : Verb = - let reg = mkVerb "haber" - in {isRefl = False; - s = \\form=> case form of { - VPres => variants {"ha"; "habe"}; - _ => reg.s!form}}; - - vaderV : Verb = - let reg = mkVerb "vader" - in {isRefl = False; - s = \\form=> case form of { - VPres => variants {"va"; "vade"}; - _ => reg.s!form}}; - - - mkIP : Str -> Number -> {s : Case => Str ; n : Number} = \qui,n -> {s = \\c=>casePrep [] c ++ qui; n = n}; - - mkPron : (io,me,mi : Str) -> Agr -> NP ** {possForm : Str} = - \io,me,mi,a -> - let mie = case last mi of { - "e" => mi; - _ => mi + "e" - } in - { - a = a; - s = table { - Nom => io ; - Gen => mie ; - _ => me - } ; - possForm = mi; - isPronoun = True - } ; - - - Sp1 : Agr = {n = Sg ; p = P1}; - Sp2 : Agr = {n = Sg ; p = P2}; - Sp3 : Agr = {n = Sg ; p = P3}; - Pp1 : Agr = {n = Pl ; p = P1}; - Pp2 : Agr = {n = Pl ; p = P2}; - Pp3 : Agr = {n = Pl ; p = P3}; - - -- make an invariant NP (not inflected) - mkInvarNP : Str -> NP = \str -> {a = Sp3; isPronoun = False; s = \\_=> str}; - - regNP : Str -> NP = mkInvarNP; - - artIndef = "un"; - artDef = "le" ; - - -- For $Verb$. - Verb : Type = { - s : VForm => Str ; - isRefl : Bool - } ; - - -- Dependency on Agr is there only because of reflexive pronouns! - VP : Type = { - s : Anteriority => Tense => {fin, inf : Str} ; - rest : Agr => Str; -- comes after the infinite part - clitics : Agr => Str; -- can be placed just before the finite or right after the infinite - prp : Str ; -- present participle (unused at the moment ???) - inf : Str ; -- the infinitive form ; VerbForms would be the logical place - } ; - NP : Type = { - isPronoun : Bool; - s : Case => Str; - a : Agr; - }; - -- Noun phrase that can be declined in person and number. (for reflexive pronouns) - NP' : Type = { - isPronoun : Bool; - s : Agr => Case => Str; - }; - - predV : Verb -> VP = \verb -> { - clitics = \\_ => []; - rest = \\_ => []; - s = table - {Simul => \\t=> {fin = verb.s ! (tenseToVFrom!t); inf = []}; - Anter => \\t=> {fin = haberV.s ! (tenseToVFrom!t); inf = verb.s!VPPart} - }; - prp = verb.s ! VPresPart; - inf = verb.s ! VInf; - }; - - tenseToVFrom = table { - Pres => VPres - ;Past => VPast; --# notpresent - Fut => VFut; --# notpresent - Cond => VCond --# notpresent - }; - - insertInvarObj : Str -> VP -> VP = \obj -> insertObj "" Acc (mkInvarNP obj); - - insertObj : Str -> Case -> NP -> VP -> VP - = \prep,c,obj,vp -> insertReflObj prep c {isPronoun = obj.isPronoun; s = \\agr => obj.s} vp; - - insertReflObj : Str -> Case -> NP' -> VP -> VP = \prep,c,obj,vp -> case obj.isPronoun of - { - -- !!! if the preposition is not empty, or - -- if the case is not [Dat, Acc] - -- then the pronoun cannot be inserted as a clitic. - True => { - inf = vp.inf; - prp = vp.prp; - s = vp.s; - clitics = \\agr => obj.s!agr!c ++ vp.clitics!agr; -- clitics are inserted in reverse order. - rest = vp.rest}; - False => { - inf = vp.inf; - prp = vp.prp; - s = vp.s; - clitics = vp.clitics; - rest = \\agr => vp.rest!agr ++ prep ++ obj.s!agr!c; - } }; - - infVP : VP -> Str = \vp -> variants { - vp.clitics ! Sp3 ++ vp.inf ++ vp.rest ! Sp3 ; - vp.inf ++ vp.clitics ! Sp3 ++ vp.rest ! Sp3 ; - }; - - posneg : Polarity -> Str = \b -> case b of { - Pos => [] ; - Neg => "non" - } ; - - - reflPron : Agr => Str = table { - {n = Sg ; p = P1} => "me" ; - {n = Sg ; p = P2} => "te" ; - {n = Sg ; p = P3} => "se" ; - {n = Pl ; p = P1} => "nos" ; - {n = Pl ; p = P2} => "vos" ; - {n = Pl ; p = P3} => "se" - } ; - - ---- For $Sentence$. - -- - Clause = {s : Tense => Anteriority => Polarity => Order => Str} ; - - mkClause : Str -> Agr -> VP -> Clause = - \subj,agr,vp -> - { - s = \\t,anter,b =>let v = vp.s!anter!t - in table { - ODir => variants { - subj ++ posneg b ++ v.fin ++ v.inf ++ vp.clitics!agr ++ vp.rest!agr; - subj ++ posneg b ++ vp.clitics!agr ++ v.fin ++ v.inf ++ vp.rest!agr - }; - OQuest => variants { - posneg b ++ v.fin ++ subj ++ v.inf ++ vp.clitics!agr ++ vp.rest!agr; - posneg b ++ vp.clitics!agr ++ v.fin ++ subj ++ v.inf ++ vp.rest!agr; - } - } - }; - - - mkQuestion : - {s : Str} -> Clause -> Clause = \qu,cl -> - {s=\\t,a,p,o => qu.s ++ cl.s ! t ! a ! p ! o}; - - - - -- For $Numeral$. - - oper mkNum : Str -> Str -> Str -> Str -> {s : DForm => CardOrd => Str} = - \duo,vinti,secunde,vintesime-> - {s = table { unit => table { - NCard => duo ; - NOrd => secunde}; - ten => table { - NCard => vinti; - NOrd => vintesime}}} ; - - oper regNum : Str -> Str -> {s : DForm => CardOrd => Str} = - \cinque,quinte -> - let cinqu : Str = case cinque of { - nov + "em"=> nov; - cinq_ + "e" => cinq_; - cinq_ + "o" => cinq_; - sex => sex} - in mkNum cinque quinte (cinqu + "anta") (cinqu + "esime"); - - regOrd : Str -> Str = \cent -> case cent of { - mill + "e" => mill + "esime"; - _ => cent + "esime"}; - - regCardOrd : Str -> {s : CardOrd => Str} = \ten -> - {s = table {NCard => ten ; NOrd => regOrd ten}} ; - - mkCard : CardOrd -> Str -> Str = \c,ten -> - (regCardOrd ten).s ! c ; - -} diff --git a/old-lib/resource/interlingua/ResIna2.gf b/old-lib/resource/interlingua/ResIna2.gf deleted file mode 100644 index e0e9d42f2..000000000 --- a/old-lib/resource/interlingua/ResIna2.gf +++ /dev/null @@ -1,63 +0,0 @@ ---# -path=.:../abstract:../common:../../prelude - ---1 Interlingua 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$. - -resource ResIna2 = ParamX ** open Prelude in { - - flags optimize=all ; - - --- Some parameters, such as $Number$, are inherited from $ParamX$. - ---2 For $Noun$ - --- This is the worst-case $Case$ needed for pronouns. - - - param - VForm - = VInf - | VPres - | VPPart - | VPresPart - | VPast --# notpresent - | VFut --# notpresent - | VCond --# notpresent - ; - - oper - - - - mkVerb : Str -> Verb = \crear-> - let crea = init crear - in {s = table { - VInf => crear; - VPres => crea; - VPast => crea + "va"; - VFut => crear + "a"; - VCondit => crear + "ea"; - VPPart => case crear of { - rid + "er" => rid + "ite"; - _ => crea + "te" - }; - VPresPart => case crear of { - aud + "ir" => aud + "iente"; - _ => crea + "nte" - }}}; - - - ---- For $Verb$. - -- - Verb : Type = { - s : VForm => Str ; - -- isRefl : Bool - } ; - - -} diff --git a/old-lib/resource/interlingua/SentenceIna.gf b/old-lib/resource/interlingua/SentenceIna.gf deleted file mode 100644 index 908fde7df..000000000 --- a/old-lib/resource/interlingua/SentenceIna.gf +++ /dev/null @@ -1,45 +0,0 @@ -concrete SentenceIna of Sentence = CatIna ** open Prelude, ResIna in { - -flags optimize=all_subs ; - -lin - - PredVP np vp = mkClause (np.s ! Nom) np.a vp ; - - PredSCVP sc vp = mkClause sc.s Sp3 vp ; - - ImpVP vp = {s = \\pol,n=> (mkClause [] {n = n; p = P2} vp).s!Pres!Simul!pol!ODir}; - - SlashVP np vp = mkClause (np.s ! Nom) np.a vp ** {c2 = vp.c2; p2 = vp.p2} ; - - SlashVS np vs slash = - mkClause (np.s ! Nom) np.a - (insertInvarObj ("que" ++ slash.s) (predV vs)) ** - {c2 = slash.c2; p2 = slash.p2} ; - - AdvSlash slash adv = { - s = \\t,a,b,o => slash.s ! t ! a ! b ! o ++ adv.s ; - c2 = slash.c2; - p2 = slash.p2 - } ; - - SlashPrep cl prep = cl ** {c2 = prep.c; p2 = prep.s} ; - - - - EmbedS s = {s = "que" ++ s.s} ; - EmbedQS qs = {s = qs.s ! ODir} ; - EmbedVP vp = {s = infVP vp} ; - - UseCl t a p cl = {s = t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! p.p ! ODir} ; - UseQCl t a p cl = {s = \\o => t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! p.p ! o} ; - UseRCl t a p cl = {s = \\agr => t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! p.p ! agr}; - UseSlash t a p cl={s = t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! p.p ! ODir; - c2 = cl.c2; - p2 = cl.p2} ; - - AdvS a s = {s = a.s ++ "," ++ s.s} ; - - RelS s r = {s = s.s ++ "," ++ r.s ! agrP3 Sg} ; - -} diff --git a/old-lib/resource/interlingua/StructuralIna.gf b/old-lib/resource/interlingua/StructuralIna.gf deleted file mode 100644 index 4e9c56451..000000000 --- a/old-lib/resource/interlingua/StructuralIna.gf +++ /dev/null @@ -1,116 +0,0 @@ -concrete StructuralIna of Structural = CatIna ** - open MorphoIna, (P = ParadigmsIna), Prelude in { - - flags optimize=all ; - - oper - mkPrep = P.mkPrep; - pp : Str -> Prep = \s-> mkPrep s Acc; - lin - above_Prep = pp "supra"; - after_Prep = pp "post" ; - all_Predet = ss "omne" ; - almost_AdA, almost_AdN = ss "quasi" ; - although_Subj = ss "quamquam" ; - always_AdV = ss "sempre" ; - and_Conj = {s1 = [] ; s2 = "e" ; n = Pl} ; - because_Subj = ss "proque" ; - before_Prep = pp "ante"; - behind_Prep = pp "detra" ; - between_Prep = pp "inter" ; - both7and_DConj = sd2 "e" "e" ** {n = Pl} ; - but_PConj = ss "sed" ; - by8agent_Prep = pp "per" ; - by8means_Prep = pp "per" ; - can_VV = P.regV "poter"; - can8know_VV = P.regV "saper"; - during_Prep = pp "durante" ; - either7or_DConj = sd2 "o" "o" ** {n = Sg} ; - everybody_NP = regNP "totos" ; - every_Det = mkDeterminer Sg "tote" ; - everything_NP = regNP "toto" ; - everywhere_Adv = ss "ubique" ; - few_Det = mkDeterminer Pl "qualque" ; - for_Prep = pp "por" ; - from_Prep = pp "ex" ; - he_Pron = mkPron "ille" "le" "su" Sp3; - here_Adv = ss "hic" ; - here7to_Adv = ss "hac" ; - here7from_Adv = mkPrep ["de ci"] Dat; - how_IAdv = ss "como" ; - how8many_IDet = mkIDeterminer Pl ["quante"] ; - if_Subj = ss "ii" ; - in8front_Prep = pp "avante"; - i_Pron = mkPron "io" "me" "mi" Sp1; - in_Prep = pp "in" ; - it_Pron = mkPron "illo" "lo" "su" Sp3; - less_CAdv = ss "minus" ; - many_Det = mkDeterminer Pl "multe" ; - more_CAdv = ss "plus" ; - most_Predet = ss ("le"++"plus"); - much_Det = mkDeterminer Sg "tanto" ; - must_VV = P.regV "deber"; - no_Utt = ss "no" ; - on_Prep = mkPrep "super" Acc; - only_Predet = ss "unic" ; - or_Conj = {s1 = [] ; s2 = "o" ; n = Sg} ; - otherwise_PConj = ss "alias" ; - part_Prep = mkPrep [] Abl; -- de ... - please_Voc = ss ("per"++"favor") ; - possess_Prep = mkPrep [] Gen; -- the possesive preposition can not generate clitics, and fuses with the definite determiner "le". Pronoun form: "mie", "sue", etc. - quite_Adv = ss "assi" ; - she_Pron = mkPron "illa" "la" "su" Sp3; - so_AdA = ss "tam" ; - somebody_NP = regNP (variants {"alicuno"; "alcuno"}) ; - someSg_Det = mkDeterminer Sg (variants {"alicun"; "alcun"}); - somePl_Det = mkDeterminer Pl (variants {"alicun"; "alcun"}); - something_NP = regNP ("alcun"++"cosa") ; -- very many variants - somewhere_Adv = ss "alicubi" ; -- variants - that_Quant = mkQuant "ille" "ille" ; --- that_NP = regNP "illo" ; -- Also exsits gender variants! - there_Adv = ss "ibi"; -- la - there7to_Adv = ss "ibi" ; - there7from_Adv = ss "ibi"; - therefore_PConj = ss "ergo" ; --- these_NP = regNP "istes" ; - they_Pron = mkPron "illos" "los" "lor" Pp3; - this_Quant = mkQuant "iste" "istes" ; --- this_NP = regNP "isto" ; --- those_NP = regNP "illos" ; -- Also exsits gender variants! - through_Prep = mkPrep "per" Acc; - too_AdA = ss "alsi" ; - to_Prep = mkPrep "" Dat; - under_Prep = pp "infra" ; - very_AdA = ss "multo" ; - want_VV = P.regV "want" ; - we_Pron = mkPron "nos" "nos" "nostre" Pp1; - whatPl_IP = mkIP "que" Pl ; - whatSg_IP = mkIP "que" Sg ; - when_IAdv = ss "quando" ; - when_Subj = ss "quando" ; - where_IAdv = ss "ubi" ; - which_IQuant = {s = table { - Pl => "qual" ; - Sg => "quales" - } - } ; - whoSg_IP = mkIP "qui" Sg ; - whoPl_IP = mkIP "qui" Pl ; - why_IAdv = ss "proque" ; - without_Prep = mkPrep "sin" Acc; - with_Prep = mkPrep "con" Acc ; - yes_Utt = ss "itaque" ; -- ita? - youSg_Pron = mkPron "tu" "te" "tu" Sp2; - youPl_Pron = mkPron "vos" "vos" "vostre" Pp2; - youPol_Pron = mkPron "vos" "vos" "vostre" Pp2; - - -oper - mkQuant : Str -> Str -> {s : Number => Case => Str} = \x,y -> { - s = \\n,c=> case n of { - Sg => x; - Pl => y - }} ; - -} - diff --git a/old-lib/resource/interlingua/VerbIna.gf b/old-lib/resource/interlingua/VerbIna.gf deleted file mode 100644 index c41b1f55b..000000000 --- a/old-lib/resource/interlingua/VerbIna.gf +++ /dev/null @@ -1,66 +0,0 @@ -concrete VerbIna of Verb = CatIna ** open ResIna, Prelude in { - - flags optimize=all_subs ; - - lin - UseV = predV ; - - SlashV2a v = predV v ** {p2 = v.p2 ; c2 = v.c2} ; - - Slash2V3 v np = insertObj v.p2 v.c2 np (predV v) ** {p2 = v.p3 ; c2 = v.c3} ; - Slash3V3 v np = insertObj v.p3 v.c3 np (predV v) ** {p2 = v.p2 ; c2 = v.c2} ; - - SlashV2A v ap = - insertInvarObj (casePrep v.p3 v.c3 ++ (ap.s ! Sp3)) - (predV v) ** {p2 = v.p2 ; c2 = v.c2} ; - - -- This is not described by the interlingua grammar. - -- eg. "peint en rouge" - --- the 1.4 additions made by AR 16/6/2008 - SlashV2V v vp = - insertInvarObj (infVP vp) (predV v) ** {p2 = v.p2 ; c2 = v.c2} ; - SlashV2S v s = - insertInvarObj ("que" ++ s.s) (predV v) ** {p2 = v.p2 ; c2 = v.c2} ; - SlashV2Q v q = - insertInvarObj (q.s ! ODir) (predV v) ** {p2 = v.p2 ; c2 = v.c2} ; - - - ComplVV v vp = insertInvarObj (infVP vp) (predV v) ; - - ComplVS v s = insertInvarObj ("que" ++ s.s) (predV v) ; - ComplVQ v q = insertInvarObj (q.s ! ODir) (predV v) ; - - - ComplVA v ap = insertInvarObj (ap.s ! Sp3) (predV v) ; - -- !!! Agr should agree with the subject; however this is a quite useless sentence: - -- You are greater than yourself... etc. - - - ComplSlash vp np = insertObj vp.p2 vp.c2 np vp ; - - UseComp comp = insertInvarObj (comp.s ! Sp3) (predV esserV) ; - -- !!! as above - - SlashVV v vp = - insertInvarObj (infVP vp) (predV v) ** {p2 = vp.p2 ; c2 = vp.c2} ; - - SlashV2VNP v np vp = - insertObj v.p2 v.c2 np - (insertInvarObj (infVP vp) (predV v)) ** {p2 = vp.p2 ; c2 = vp.c2} ; - - AdvVP vp adv = insertInvarObj (adv.s) vp ; - - AdVVP adv vp = insertInvarObj adv.s vp ; - -- ??? The grammar is quite unclear about where the adverbs should go. - - ReflVP vp = insertReflObj vp.p2 vp.c2 - {isPronoun = True; s = \\agr,c => reflPron!agr} vp ; - - PassV2 v = insertInvarObj (v.s ! VPPart) (predV esserV); - - CompAP ap = ap ; - CompNP np = {s = \\_ => np.s ! Acc} ; - CompAdv a = {s = \\_ => a.s} ; - -} diff --git a/old-lib/resource/italian/AdjectiveIta.gf b/old-lib/resource/italian/AdjectiveIta.gf deleted file mode 100644 index 9f4de0fa3..000000000 --- a/old-lib/resource/italian/AdjectiveIta.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete AdjectiveIta of Adjective = CatIta ** AdjectiveRomance with - (ResRomance = ResIta) ; diff --git a/old-lib/resource/italian/AdverbIta.gf b/old-lib/resource/italian/AdverbIta.gf deleted file mode 100644 index 878e1229d..000000000 --- a/old-lib/resource/italian/AdverbIta.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete AdverbIta of Adverb = CatIta ** AdverbRomance with - (ResRomance = ResIta) ; diff --git a/old-lib/resource/italian/AllIta.gf b/old-lib/resource/italian/AllIta.gf deleted file mode 100644 index 33df0699b..000000000 --- a/old-lib/resource/italian/AllIta.gf +++ /dev/null @@ -1,7 +0,0 @@ ---# -path=.:../romance:../abstract:../common:prelude - -concrete AllIta of AllItaAbs = - LangIta, --- IrregIta, - ExtraIta - ** {} ; diff --git a/old-lib/resource/italian/AllItaAbs.gf b/old-lib/resource/italian/AllItaAbs.gf deleted file mode 100644 index 601904f7c..000000000 --- a/old-lib/resource/italian/AllItaAbs.gf +++ /dev/null @@ -1,5 +0,0 @@ -abstract AllItaAbs = - Lang, --- IrregItaAbs, - ExtraItaAbs - ** {} ; diff --git a/old-lib/resource/italian/BeschIta.gf b/old-lib/resource/italian/BeschIta.gf deleted file mode 100644 index 321a0dd01..000000000 --- a/old-lib/resource/italian/BeschIta.gf +++ /dev/null @@ -1,6602 +0,0 @@ ---# -path=.:../romance:../common:../abstract:../../prelude - -resource BeschIta = open Prelude, CommonRomance in { - -flags optimize=values ; coding=utf8 ; -- smaller than noexpand - -oper Verbo = {s : VForm => Str} ; - --- machine-generated GF file - -oper essere_1 : Str -> Verbo = \essere -> - let x_ = Predef.tk 6 essere in - {s = table { - Inf => x_ + "essere" ; - InfClit => x_ + "r" ; - Indi Pres Sg P1 => x_ + "sono" ; - Indi Pres Sg P2 => x_ + "sei" ; - Indi Pres Sg P3 => x_ + "è" ; - Indi Pres Pl P1 => x_ + "siamo" ; - Indi Pres Pl P2 => x_ + "siete" ; - Indi Pres Pl P3 => x_ + "sono" ; - Indi Imperf Sg P1 => x_ + "ero" ; --# notpresent - Indi Imperf Sg P2 => x_ + "eri" ; --# notpresent - Indi Imperf Sg P3 => x_ + "era" ; --# notpresent - Indi Imperf Pl P1 => x_ + "eravamo" ; --# notpresent - Indi Imperf Pl P2 => x_ + "eravate" ; --# notpresent - Indi Imperf Pl P3 => x_ + "erano" ; --# notpresent - Pass Sg P1 => x_ + "fui" ; --# notpresent - Pass Sg P2 => x_ + "fosti" ; --# notpresent - Pass Sg P3 => x_ + "fu" ; --# notpresent - Pass Pl P1 => x_ + "fummo" ; --# notpresent - Pass Pl P2 => x_ + "foste" ; --# notpresent - Pass Pl P3 => x_ + "furono" ; --# notpresent - Fut Sg P1 => x_ + "sarò" ; --# notpresent - Fut Sg P2 => x_ + "sarai" ; --# notpresent - Fut Sg P3 => x_ + "sarà" ; --# notpresent - Fut Pl P1 => x_ + "saremo" ; --# notpresent - Fut Pl P2 => x_ + "sarete" ; --# notpresent - Fut Pl P3 => x_ + "saranno" ; --# notpresent - Cong Pres Sg P1 => x_ + "sia" ; - Cong Pres Sg P2 => x_ + "sia" ; - Cong Pres Sg P3 => x_ + "sia" ; - Cong Pres Pl P1 => x_ + "siamo" ; - Cong Pres Pl P2 => x_ + "siate" ; - Cong Pres Pl P3 => x_ + "siano" ; - Cong Imperf Sg P1 => x_ + "fossi" ; --# notpresent - Cong Imperf Sg P2 => x_ + "fossi" ; --# notpresent - Cong Imperf Sg P3 => x_ + "fosse" ; --# notpresent - Cong Imperf Pl P1 => x_ + "fossimo" ; --# notpresent - Cong Imperf Pl P2 => x_ + "foste" ; --# notpresent - Cong Imperf Pl P3 => x_ + "fossero" ; --# notpresent - Cond Sg P1 => x_ + "sarei" ; --# notpresent - Cond Sg P2 => x_ + "saresti" ; --# notpresent - Cond Sg P3 => x_ + "sarebbe" ; --# notpresent - Cond Pl P1 => x_ + "saremmo" ; --# notpresent - Cond Pl P2 => x_ + "sareste" ; --# notpresent - Cond Pl P3 => x_ + "sarebbero" ; --# notpresent - Imper SgP2 => x_ + "sii" ; - Imper PlP1 => x_ + "siamo" ; - Imper PlP2 => x_ + "siate" ; - Ger => x_ + "essendo" ; - Part PresP Masc Sg => variants {} ; - Part PresP Masc Pl => variants {} ; - Part PresP Fem Sg => variants {} ; - Part PresP Fem Pl => variants {} ; - Part PassP Masc Sg => x_ + "stato" ; - Part PassP Masc Pl => x_ + "stati" ; - Part PassP Fem Sg => x_ + "stata" ; - Part PassP Fem Pl => x_ + "state" - } - } ; - -oper avere_2 : Str -> Verbo = \avere -> - let x_ = Predef.tk 5 avere in - {s = table { - Inf => x_ + "avere" ; - InfClit => x_ + "aver" ; - Indi Pres Sg P1 => x_ + "ho" ; - Indi Pres Sg P2 => x_ + "hai" ; - Indi Pres Sg P3 => x_ + "ha" ; - Indi Pres Pl P1 => x_ + "abbiamo" ; - Indi Pres Pl P2 => x_ + "avete" ; - Indi Pres Pl P3 => x_ + "hanno" ; - Indi Imperf Sg P1 => x_ + "avevo" ; --# notpresent - Indi Imperf Sg P2 => x_ + "avevi" ; --# notpresent - Indi Imperf Sg P3 => x_ + "aveva" ; --# notpresent - Indi Imperf Pl P1 => x_ + "avevamo" ; --# notpresent - Indi Imperf Pl P2 => x_ + "avevate" ; --# notpresent - Indi Imperf Pl P3 => x_ + "avevano" ; --# notpresent - Pass Sg P1 => x_ + "ebbi" ; --# notpresent - Pass Sg P2 => x_ + "avesti" ; --# notpresent - Pass Sg P3 => x_ + "ebbe" ; --# notpresent - Pass Pl P1 => x_ + "avemmo" ; --# notpresent - Pass Pl P2 => x_ + "aveste" ; --# notpresent - Pass Pl P3 => x_ + "ebbero" ; --# notpresent - Fut Sg P1 => x_ + "avrò" ; --# notpresent - Fut Sg P2 => x_ + "avrai" ; --# notpresent - Fut Sg P3 => x_ + "avrà" ; --# notpresent - Fut Pl P1 => x_ + "avremo" ; --# notpresent - Fut Pl P2 => x_ + "avrete" ; --# notpresent - Fut Pl P3 => x_ + "avranno" ; --# notpresent - Cong Pres Sg P1 => x_ + "abbia" ; - Cong Pres Sg P2 => x_ + "abbia" ; - Cong Pres Sg P3 => x_ + "abbia" ; - Cong Pres Pl P1 => x_ + "abbiamo" ; - Cong Pres Pl P2 => x_ + "abbiate" ; - Cong Pres Pl P3 => x_ + "abbiano" ; - Cong Imperf Sg P1 => x_ + "avessi" ; --# notpresent - Cong Imperf Sg P2 => x_ + "avessi" ; --# notpresent - Cong Imperf Sg P3 => x_ + "avesse" ; --# notpresent - Cong Imperf Pl P1 => x_ + "avessimo" ; --# notpresent - Cong Imperf Pl P2 => x_ + "aveste" ; --# notpresent - Cong Imperf Pl P3 => x_ + "avessero" ; --# notpresent - Cond Sg P1 => x_ + "avrei" ; --# notpresent - Cond Sg P2 => x_ + "avresti" ; --# notpresent - Cond Sg P3 => x_ + "avrebbe" ; --# notpresent - Cond Pl P1 => x_ + "avremmo" ; --# notpresent - Cond Pl P2 => x_ + "avreste" ; --# notpresent - Cond Pl P3 => x_ + "avrebbero" ; --# notpresent - Imper SgP2 => x_ + "abbi" ; - Imper PlP1 => x_ + "abbiamo" ; - Imper PlP2 => x_ + "abbiate" ; - Ger => x_ + "avendo" ; - Part PresP Masc Sg => x_ + "avente" ; - Part PresP Masc Pl => x_ + "aventi" ; - Part PresP Fem Sg => x_ + "avente" ; - Part PresP Fem Pl => x_ + "aventi" ; - Part PassP Masc Sg => x_ + "avuto" ; - Part PassP Masc Pl => x_ + "avuti" ; - Part PassP Fem Sg => x_ + "avuta" ; - Part PassP Fem Pl => x_ + "avute" - } - } ; - -oper amare_6 : Str -> Verbo = \amare -> - let am_ = Predef.tk 3 amare in - {s = table { - Inf => am_ + "are" ; - InfClit => am_ + "ar" ; - Indi Pres Sg P1 => am_ + "o" ; - Indi Pres Sg P2 => am_ + "i" ; - Indi Pres Sg P3 => am_ + "a" ; - Indi Pres Pl P1 => am_ + "iamo" ; - Indi Pres Pl P2 => am_ + "ate" ; - Indi Pres Pl P3 => am_ + "ano" ; - Indi Imperf Sg P1 => am_ + "avo" ; --# notpresent - Indi Imperf Sg P2 => am_ + "avi" ; --# notpresent - Indi Imperf Sg P3 => am_ + "ava" ; --# notpresent - Indi Imperf Pl P1 => am_ + "avamo" ; --# notpresent - Indi Imperf Pl P2 => am_ + "avate" ; --# notpresent - Indi Imperf Pl P3 => am_ + "avano" ; --# notpresent - Pass Sg P1 => am_ + "ai" ; --# notpresent - Pass Sg P2 => am_ + "asti" ; --# notpresent - Pass Sg P3 => am_ + "ò" ; --# notpresent - Pass Pl P1 => am_ + "ammo" ; --# notpresent - Pass Pl P2 => am_ + "aste" ; --# notpresent - Pass Pl P3 => am_ + "arono" ; --# notpresent - Fut Sg P1 => am_ + "erò" ; --# notpresent - Fut Sg P2 => am_ + "erai" ; --# notpresent - Fut Sg P3 => am_ + "erà" ; --# notpresent - Fut Pl P1 => am_ + "eremo" ; --# notpresent - Fut Pl P2 => am_ + "erete" ; --# notpresent - Fut Pl P3 => am_ + "eranno" ; --# notpresent - Cong Pres Sg P1 => am_ + "i" ; - Cong Pres Sg P2 => am_ + "i" ; - Cong Pres Sg P3 => am_ + "i" ; - Cong Pres Pl P1 => am_ + "iamo" ; - Cong Pres Pl P2 => am_ + "iate" ; - Cong Pres Pl P3 => am_ + "ino" ; - Cong Imperf Sg P1 => am_ + "assi" ; --# notpresent - Cong Imperf Sg P2 => am_ + "assi" ; --# notpresent - Cong Imperf Sg P3 => am_ + "asse" ; --# notpresent - Cong Imperf Pl P1 => am_ + "assimo" ; --# notpresent - Cong Imperf Pl P2 => am_ + "aste" ; --# notpresent - Cong Imperf Pl P3 => am_ + "assero" ; --# notpresent - Cond Sg P1 => am_ + "erei" ; --# notpresent - Cond Sg P2 => am_ + "eresti" ; --# notpresent - Cond Sg P3 => am_ + "erebbe" ; --# notpresent - Cond Pl P1 => am_ + "eremmo" ; --# notpresent - Cond Pl P2 => am_ + "ereste" ; --# notpresent - Cond Pl P3 => am_ + "erebbero" ; --# notpresent - Imper SgP2 => am_ + "a" ; - Imper PlP1 => am_ + "iamo" ; - Imper PlP2 => am_ + "ate" ; - Ger => am_ + "ando" ; - Part PresP Masc Sg => am_ + "ante" ; - Part PresP Masc Pl => am_ + "anti" ; - Part PresP Fem Sg => am_ + "ante" ; - Part PresP Fem Pl => am_ + "anti" ; - Part PassP Masc Sg => am_ + "ato" ; - Part PassP Masc Pl => am_ + "ati" ; - Part PassP Fem Sg => am_ + "ata" ; - Part PassP Fem Pl => am_ + "ate" - } - } ; - -oper cercare_7 : Str -> Verbo = \cercare -> - let cerc_ = Predef.tk 3 cercare in - {s = table { - Inf => cerc_ + "are" ; - InfClit => cerc_ + "ar" ; - Indi Pres Sg P1 => cerc_ + "o" ; - Indi Pres Sg P2 => cerc_ + "hi" ; - Indi Pres Sg P3 => cerc_ + "a" ; - Indi Pres Pl P1 => cerc_ + "hiamo" ; - Indi Pres Pl P2 => cerc_ + "ate" ; - Indi Pres Pl P3 => cerc_ + "ano" ; - Indi Imperf Sg P1 => cerc_ + "avo" ; --# notpresent - Indi Imperf Sg P2 => cerc_ + "avi" ; --# notpresent - Indi Imperf Sg P3 => cerc_ + "ava" ; --# notpresent - Indi Imperf Pl P1 => cerc_ + "avamo" ; --# notpresent - Indi Imperf Pl P2 => cerc_ + "avate" ; --# notpresent - Indi Imperf Pl P3 => cerc_ + "avano" ; --# notpresent - Pass Sg P1 => cerc_ + "ai" ; --# notpresent - Pass Sg P2 => cerc_ + "asti" ; --# notpresent - Pass Sg P3 => cerc_ + "ò" ; --# notpresent - Pass Pl P1 => cerc_ + "ammo" ; --# notpresent - Pass Pl P2 => cerc_ + "aste" ; --# notpresent - Pass Pl P3 => cerc_ + "arono" ; --# notpresent - Fut Sg P1 => cerc_ + "herò" ; --# notpresent - Fut Sg P2 => cerc_ + "herai" ; --# notpresent - Fut Sg P3 => cerc_ + "herà" ; --# notpresent - Fut Pl P1 => cerc_ + "heremo" ; --# notpresent - Fut Pl P2 => cerc_ + "herete" ; --# notpresent - Fut Pl P3 => cerc_ + "heranno" ; --# notpresent - Cong Pres Sg P1 => cerc_ + "hi" ; - Cong Pres Sg P2 => cerc_ + "hi" ; - Cong Pres Sg P3 => cerc_ + "hi" ; - Cong Pres Pl P1 => cerc_ + "hiamo" ; - Cong Pres Pl P2 => cerc_ + "hiate" ; - Cong Pres Pl P3 => cerc_ + "hino" ; - Cong Imperf Sg P1 => cerc_ + "assi" ; --# notpresent - Cong Imperf Sg P2 => cerc_ + "assi" ; --# notpresent - Cong Imperf Sg P3 => cerc_ + "asse" ; --# notpresent - Cong Imperf Pl P1 => cerc_ + "assimo" ; --# notpresent - Cong Imperf Pl P2 => cerc_ + "aste" ; --# notpresent - Cong Imperf Pl P3 => cerc_ + "assero" ; --# notpresent - Cond Sg P1 => cerc_ + "herei" ; --# notpresent - Cond Sg P2 => cerc_ + "heresti" ; --# notpresent - Cond Sg P3 => cerc_ + "herebbe" ; --# notpresent - Cond Pl P1 => cerc_ + "heremmo" ; --# notpresent - Cond Pl P2 => cerc_ + "hereste" ; --# notpresent - Cond Pl P3 => cerc_ + "herebbero" ; --# notpresent - Imper SgP2 => cerc_ + "a" ; - Imper PlP1 => cerc_ + "hiamo" ; - Imper PlP2 => cerc_ + "ate" ; - Ger => cerc_ + "ando" ; - Part PresP Masc Sg => cerc_ + "ante" ; - Part PresP Masc Pl => cerc_ + "anti" ; - Part PresP Fem Sg => cerc_ + "ante" ; - Part PresP Fem Pl => cerc_ + "anti" ; - Part PassP Masc Sg => cerc_ + "ato" ; - Part PassP Masc Pl => cerc_ + "ati" ; - Part PassP Fem Sg => cerc_ + "ata" ; - Part PassP Fem Pl => cerc_ + "ate" - } - } ; - -oper legare_8 : Str -> Verbo = \legare -> - let leg_ = Predef.tk 3 legare in - {s = table { - Inf => leg_ + "are" ; - InfClit => leg_ + "ar" ; - Indi Pres Sg P1 => leg_ + "o" ; - Indi Pres Sg P2 => leg_ + "hi" ; - Indi Pres Sg P3 => leg_ + "a" ; - Indi Pres Pl P1 => leg_ + "hiamo" ; - Indi Pres Pl P2 => leg_ + "ate" ; - Indi Pres Pl P3 => leg_ + "ano" ; - Indi Imperf Sg P1 => leg_ + "avo" ; --# notpresent - Indi Imperf Sg P2 => leg_ + "avi" ; --# notpresent - Indi Imperf Sg P3 => leg_ + "ava" ; --# notpresent - Indi Imperf Pl P1 => leg_ + "avamo" ; --# notpresent - Indi Imperf Pl P2 => leg_ + "avate" ; --# notpresent - Indi Imperf Pl P3 => leg_ + "avano" ; --# notpresent - Pass Sg P1 => leg_ + "ai" ; --# notpresent - Pass Sg P2 => leg_ + "asti" ; --# notpresent - Pass Sg P3 => leg_ + "ò" ; --# notpresent - Pass Pl P1 => leg_ + "ammo" ; --# notpresent - Pass Pl P2 => leg_ + "aste" ; --# notpresent - Pass Pl P3 => leg_ + "arono" ; --# notpresent - Fut Sg P1 => leg_ + "herò" ; --# notpresent - Fut Sg P2 => leg_ + "herai" ; --# notpresent - Fut Sg P3 => leg_ + "herà" ; --# notpresent - Fut Pl P1 => leg_ + "heremo" ; --# notpresent - Fut Pl P2 => leg_ + "herete" ; --# notpresent - Fut Pl P3 => leg_ + "heranno" ; --# notpresent - Cong Pres Sg P1 => leg_ + "hi" ; - Cong Pres Sg P2 => leg_ + "hi" ; - Cong Pres Sg P3 => leg_ + "hi" ; - Cong Pres Pl P1 => leg_ + "hiamo" ; - Cong Pres Pl P2 => leg_ + "hiate" ; - Cong Pres Pl P3 => leg_ + "hino" ; - Cong Imperf Sg P1 => leg_ + "assi" ; --# notpresent - Cong Imperf Sg P2 => leg_ + "assi" ; --# notpresent - Cong Imperf Sg P3 => leg_ + "asse" ; --# notpresent - Cong Imperf Pl P1 => leg_ + "assimo" ; --# notpresent - Cong Imperf Pl P2 => leg_ + "aste" ; --# notpresent - Cong Imperf Pl P3 => leg_ + "assero" ; --# notpresent - Cond Sg P1 => leg_ + "herei" ; --# notpresent - Cond Sg P2 => leg_ + "heresti" ; --# notpresent - Cond Sg P3 => leg_ + "herebbe" ; --# notpresent - Cond Pl P1 => leg_ + "heremmo" ; --# notpresent - Cond Pl P2 => leg_ + "hereste" ; --# notpresent - Cond Pl P3 => leg_ + "herebbero" ; --# notpresent - Imper SgP2 => leg_ + "a" ; - Imper PlP1 => leg_ + "hiamo" ; - Imper PlP2 => leg_ + "ate" ; - Ger => leg_ + "ando" ; - Part PresP Masc Sg => leg_ + "ante" ; - Part PresP Masc Pl => leg_ + "anti" ; - Part PresP Fem Sg => leg_ + "ante" ; - Part PresP Fem Pl => leg_ + "anti" ; - Part PassP Masc Sg => leg_ + "ato" ; - Part PassP Masc Pl => leg_ + "ati" ; - Part PassP Fem Sg => leg_ + "ata" ; - Part PassP Fem Pl => leg_ + "ate" - } - } ; - -oper cominciare_9 : Str -> Verbo = \cominciare -> - let cominc_ = Predef.tk 4 cominciare in - {s = table { - Inf => cominc_ + "iare" ; - InfClit => cominc_ + "iar" ; - Indi Pres Sg P1 => cominc_ + "io" ; - Indi Pres Sg P2 => cominc_ + "i" ; - Indi Pres Sg P3 => cominc_ + "ia" ; - Indi Pres Pl P1 => cominc_ + "iamo" ; - Indi Pres Pl P2 => cominc_ + "iate" ; - Indi Pres Pl P3 => cominc_ + "iano" ; - Indi Imperf Sg P1 => cominc_ + "iavo" ; --# notpresent - Indi Imperf Sg P2 => cominc_ + "iavi" ; --# notpresent - Indi Imperf Sg P3 => cominc_ + "iava" ; --# notpresent - Indi Imperf Pl P1 => cominc_ + "iavamo" ; --# notpresent - Indi Imperf Pl P2 => cominc_ + "iavate" ; --# notpresent - Indi Imperf Pl P3 => cominc_ + "iavano" ; --# notpresent - Pass Sg P1 => cominc_ + "iai" ; --# notpresent - Pass Sg P2 => cominc_ + "iasti" ; --# notpresent - Pass Sg P3 => cominc_ + "iò" ; --# notpresent - Pass Pl P1 => cominc_ + "iammo" ; --# notpresent - Pass Pl P2 => cominc_ + "iaste" ; --# notpresent - Pass Pl P3 => cominc_ + "iarono" ; --# notpresent - Fut Sg P1 => cominc_ + "erò" ; --# notpresent - Fut Sg P2 => cominc_ + "erai" ; --# notpresent - Fut Sg P3 => cominc_ + "erà" ; --# notpresent - Fut Pl P1 => cominc_ + "eremo" ; --# notpresent - Fut Pl P2 => cominc_ + "erete" ; --# notpresent - Fut Pl P3 => cominc_ + "eranno" ; --# notpresent - Cong Pres Sg P1 => cominc_ + "i" ; - Cong Pres Sg P2 => cominc_ + "i" ; - Cong Pres Sg P3 => cominc_ + "i" ; - Cong Pres Pl P1 => cominc_ + "iamo" ; - Cong Pres Pl P2 => cominc_ + "iate" ; - Cong Pres Pl P3 => cominc_ + "ino" ; - Cong Imperf Sg P1 => cominc_ + "iassi" ; --# notpresent - Cong Imperf Sg P2 => cominc_ + "iassi" ; --# notpresent - Cong Imperf Sg P3 => cominc_ + "iasse" ; --# notpresent - Cong Imperf Pl P1 => cominc_ + "iassimo" ; --# notpresent - Cong Imperf Pl P2 => cominc_ + "iaste" ; --# notpresent - Cong Imperf Pl P3 => cominc_ + "iassero" ; --# notpresent - Cond Sg P1 => cominc_ + "erei" ; --# notpresent - Cond Sg P2 => cominc_ + "eresti" ; --# notpresent - Cond Sg P3 => cominc_ + "erebbe" ; --# notpresent - Cond Pl P1 => cominc_ + "eremmo" ; --# notpresent - Cond Pl P2 => cominc_ + "ereste" ; --# notpresent - Cond Pl P3 => cominc_ + "erebbero" ; --# notpresent - Imper SgP2 => cominc_ + "ia" ; - Imper PlP1 => cominc_ + "iamo" ; - Imper PlP2 => cominc_ + "iate" ; - Ger => cominc_ + "iando" ; - Part PresP Masc Sg => cominc_ + "iante" ; - Part PresP Masc Pl => cominc_ + "ianti" ; - Part PresP Fem Sg => cominc_ + "iante" ; - Part PresP Fem Pl => cominc_ + "ianti" ; - Part PassP Masc Sg => cominc_ + "iato" ; - Part PassP Masc Pl => cominc_ + "iati" ; - Part PassP Fem Sg => cominc_ + "iata" ; - Part PassP Fem Pl => cominc_ + "iate" - } - } ; - -oper mangiare_10 : Str -> Verbo = \mangiare -> - let mang_ = Predef.tk 4 mangiare in - {s = table { - Inf => mang_ + "iare" ; - InfClit => mang_ + "iar" ; - Indi Pres Sg P1 => mang_ + "io" ; - Indi Pres Sg P2 => mang_ + "i" ; - Indi Pres Sg P3 => mang_ + "ia" ; - Indi Pres Pl P1 => mang_ + "iamo" ; - Indi Pres Pl P2 => mang_ + "iate" ; - Indi Pres Pl P3 => mang_ + "iano" ; - Indi Imperf Sg P1 => mang_ + "iavo" ; --# notpresent - Indi Imperf Sg P2 => mang_ + "iavi" ; --# notpresent - Indi Imperf Sg P3 => mang_ + "iava" ; --# notpresent - Indi Imperf Pl P1 => mang_ + "iavamo" ; --# notpresent - Indi Imperf Pl P2 => mang_ + "iavate" ; --# notpresent - Indi Imperf Pl P3 => mang_ + "iavano" ; --# notpresent - Pass Sg P1 => mang_ + "iai" ; --# notpresent - Pass Sg P2 => mang_ + "iasti" ; --# notpresent - Pass Sg P3 => mang_ + "iò" ; --# notpresent - Pass Pl P1 => mang_ + "iammo" ; --# notpresent - Pass Pl P2 => mang_ + "iaste" ; --# notpresent - Pass Pl P3 => mang_ + "iarono" ; --# notpresent - Fut Sg P1 => mang_ + "erò" ; --# notpresent - Fut Sg P2 => mang_ + "erai" ; --# notpresent - Fut Sg P3 => mang_ + "erà" ; --# notpresent - Fut Pl P1 => mang_ + "eremo" ; --# notpresent - Fut Pl P2 => mang_ + "erete" ; --# notpresent - Fut Pl P3 => mang_ + "eranno" ; --# notpresent - Cong Pres Sg P1 => mang_ + "i" ; - Cong Pres Sg P2 => mang_ + "i" ; - Cong Pres Sg P3 => mang_ + "i" ; - Cong Pres Pl P1 => mang_ + "iamo" ; - Cong Pres Pl P2 => mang_ + "iate" ; - Cong Pres Pl P3 => mang_ + "ino" ; - Cong Imperf Sg P1 => mang_ + "iassi" ; --# notpresent - Cong Imperf Sg P2 => mang_ + "iassi" ; --# notpresent - Cong Imperf Sg P3 => mang_ + "iasse" ; --# notpresent - Cong Imperf Pl P1 => mang_ + "iassimo" ; --# notpresent - Cong Imperf Pl P2 => mang_ + "iaste" ; --# notpresent - Cong Imperf Pl P3 => mang_ + "iassero" ; --# notpresent - Cond Sg P1 => mang_ + "erei" ; --# notpresent - Cond Sg P2 => mang_ + "eresti" ; --# notpresent - Cond Sg P3 => mang_ + "erebbe" ; --# notpresent - Cond Pl P1 => mang_ + "eremmo" ; --# notpresent - Cond Pl P2 => mang_ + "ereste" ; --# notpresent - Cond Pl P3 => mang_ + "erebbero" ; --# notpresent - Imper SgP2 => mang_ + "ia" ; - Imper PlP1 => mang_ + "iamo" ; - Imper PlP2 => mang_ + "iate" ; - Ger => mang_ + "iando" ; - Part PresP Masc Sg => mang_ + "iante" ; - Part PresP Masc Pl => mang_ + "ianti" ; - Part PresP Fem Sg => mang_ + "iante" ; - Part PresP Fem Pl => mang_ + "ianti" ; - Part PassP Masc Sg => mang_ + "iato" ; - Part PassP Masc Pl => mang_ + "iati" ; - Part PassP Fem Sg => mang_ + "iata" ; - Part PassP Fem Pl => mang_ + "iate" - } - } ; - -oper inviare_11 : Str -> Verbo = \inviare -> - let invi_ = Predef.tk 3 inviare in - {s = table { - Inf => invi_ + "are" ; - InfClit => invi_ + "ar" ; - Indi Pres Sg P1 => invi_ + "o" ; - Indi Pres Sg P2 => invi_ + "i" ; - Indi Pres Sg P3 => invi_ + "a" ; - Indi Pres Pl P1 => invi_ + "iamo" ; - Indi Pres Pl P2 => invi_ + "ate" ; - Indi Pres Pl P3 => invi_ + "ano" ; - Indi Imperf Sg P1 => invi_ + "avo" ; --# notpresent - Indi Imperf Sg P2 => invi_ + "avi" ; --# notpresent - Indi Imperf Sg P3 => invi_ + "ava" ; --# notpresent - Indi Imperf Pl P1 => invi_ + "avamo" ; --# notpresent - Indi Imperf Pl P2 => invi_ + "avate" ; --# notpresent - Indi Imperf Pl P3 => invi_ + "avano" ; --# notpresent - Pass Sg P1 => invi_ + "ai" ; --# notpresent - Pass Sg P2 => invi_ + "asti" ; --# notpresent - Pass Sg P3 => invi_ + "ò" ; --# notpresent - Pass Pl P1 => invi_ + "ammo" ; --# notpresent - Pass Pl P2 => invi_ + "aste" ; --# notpresent - Pass Pl P3 => invi_ + "arono" ; --# notpresent - Fut Sg P1 => invi_ + "erò" ; --# notpresent - Fut Sg P2 => invi_ + "erai" ; --# notpresent - Fut Sg P3 => invi_ + "erà" ; --# notpresent - Fut Pl P1 => invi_ + "eremo" ; --# notpresent - Fut Pl P2 => invi_ + "erete" ; --# notpresent - Fut Pl P3 => invi_ + "eranno" ; --# notpresent - Cong Pres Sg P1 => invi_ + "i" ; - Cong Pres Sg P2 => invi_ + "i" ; - Cong Pres Sg P3 => invi_ + "i" ; - Cong Pres Pl P1 => invi_ + "iamo" ; - Cong Pres Pl P2 => invi_ + "iate" ; - Cong Pres Pl P3 => invi_ + "ino" ; - Cong Imperf Sg P1 => invi_ + "assi" ; --# notpresent - Cong Imperf Sg P2 => invi_ + "assi" ; --# notpresent - Cong Imperf Sg P3 => invi_ + "asse" ; --# notpresent - Cong Imperf Pl P1 => invi_ + "assimo" ; --# notpresent - Cong Imperf Pl P2 => invi_ + "aste" ; --# notpresent - Cong Imperf Pl P3 => invi_ + "assero" ; --# notpresent - Cond Sg P1 => invi_ + "erei" ; --# notpresent - Cond Sg P2 => invi_ + "eresti" ; --# notpresent - Cond Sg P3 => invi_ + "erebbe" ; --# notpresent - Cond Pl P1 => invi_ + "eremmo" ; --# notpresent - Cond Pl P2 => invi_ + "ereste" ; --# notpresent - Cond Pl P3 => invi_ + "erebbero" ; --# notpresent - Imper SgP2 => invi_ + "a" ; - Imper PlP1 => invi_ + "iamo" ; - Imper PlP2 => invi_ + "ate" ; - Ger => invi_ + "ando" ; - Part PresP Masc Sg => invi_ + "ante" ; - Part PresP Masc Pl => invi_ + "anti" ; - Part PresP Fem Sg => invi_ + "ante" ; - Part PresP Fem Pl => invi_ + "anti" ; - Part PassP Masc Sg => invi_ + "ato" ; - Part PassP Masc Pl => invi_ + "ati" ; - Part PassP Fem Sg => invi_ + "ata" ; - Part PassP Fem Pl => invi_ + "ate" - } - } ; - -oper studiare_12 : Str -> Verbo = \studiare -> - let studi_ = Predef.tk 3 studiare in - {s = table { - Inf => studi_ + "are" ; - InfClit => studi_ + "ar" ; - Indi Pres Sg P1 => studi_ + "o" ; - Indi Pres Sg P2 => studi_ + "" ; - Indi Pres Sg P3 => studi_ + "a" ; - Indi Pres Pl P1 => studi_ + "amo" ; - Indi Pres Pl P2 => studi_ + "ate" ; - Indi Pres Pl P3 => studi_ + "ano" ; - Indi Imperf Sg P1 => studi_ + "avo" ; --# notpresent - Indi Imperf Sg P2 => studi_ + "avi" ; --# notpresent - Indi Imperf Sg P3 => studi_ + "ava" ; --# notpresent - Indi Imperf Pl P1 => studi_ + "avamo" ; --# notpresent - Indi Imperf Pl P2 => studi_ + "avate" ; --# notpresent - Indi Imperf Pl P3 => studi_ + "avano" ; --# notpresent - Pass Sg P1 => studi_ + "ai" ; --# notpresent - Pass Sg P2 => studi_ + "asti" ; --# notpresent - Pass Sg P3 => studi_ + "ò" ; --# notpresent - Pass Pl P1 => studi_ + "ammo" ; --# notpresent - Pass Pl P2 => studi_ + "aste" ; --# notpresent - Pass Pl P3 => studi_ + "arono" ; --# notpresent - Fut Sg P1 => studi_ + "erò" ; --# notpresent - Fut Sg P2 => studi_ + "erai" ; --# notpresent - Fut Sg P3 => studi_ + "erà" ; --# notpresent - Fut Pl P1 => studi_ + "eremo" ; --# notpresent - Fut Pl P2 => studi_ + "erete" ; --# notpresent - Fut Pl P3 => studi_ + "eranno" ; --# notpresent - Cong Pres Sg P1 => studi_ + "" ; - Cong Pres Sg P2 => studi_ + "" ; - Cong Pres Sg P3 => studi_ + "" ; - Cong Pres Pl P1 => studi_ + "amo" ; - Cong Pres Pl P2 => studi_ + "ate" ; - Cong Pres Pl P3 => studi_ + "no" ; - Cong Imperf Sg P1 => studi_ + "assi" ; --# notpresent - Cong Imperf Sg P2 => studi_ + "assi" ; --# notpresent - Cong Imperf Sg P3 => studi_ + "asse" ; --# notpresent - Cong Imperf Pl P1 => studi_ + "assimo" ; --# notpresent - Cong Imperf Pl P2 => studi_ + "aste" ; --# notpresent - Cong Imperf Pl P3 => studi_ + "assero" ; --# notpresent - Cond Sg P1 => studi_ + "erei" ; --# notpresent - Cond Sg P2 => studi_ + "eresti" ; --# notpresent - Cond Sg P3 => studi_ + "erebbe" ; --# notpresent - Cond Pl P1 => studi_ + "eremmo" ; --# notpresent - Cond Pl P2 => studi_ + "ereste" ; --# notpresent - Cond Pl P3 => studi_ + "erebbero" ; --# notpresent - Imper SgP2 => studi_ + "a" ; - Imper PlP1 => studi_ + "amo" ; - Imper PlP2 => studi_ + "ate" ; - Ger => studi_ + "ando" ; - Part PresP Masc Sg => studi_ + "ante" ; - Part PresP Masc Pl => studi_ + "anti" ; - Part PresP Fem Sg => studi_ + "ante" ; - Part PresP Fem Pl => studi_ + "anti" ; - Part PassP Masc Sg => studi_ + "ato" ; - Part PassP Masc Pl => studi_ + "ati" ; - Part PassP Fem Sg => studi_ + "ata" ; - Part PassP Fem Pl => studi_ + "ate" - } - } ; - -oper giocare_13 : Str -> Verbo = \giocare -> - let gioc_ = Predef.tk 3 giocare in - {s = table { - Inf => gioc_ + "are" ; - InfClit => gioc_ + "ar" ; - Indi Pres Sg P1 => gioc_ + "o" ; - Indi Pres Sg P2 => gioc_ + "hi" ; - Indi Pres Sg P3 => gioc_ + "a" ; - Indi Pres Pl P1 => gioc_ + "hiamo" ; - Indi Pres Pl P2 => gioc_ + "ate" ; - Indi Pres Pl P3 => gioc_ + "ano" ; - Indi Imperf Sg P1 => gioc_ + "avo" ; --# notpresent - Indi Imperf Sg P2 => gioc_ + "avi" ; --# notpresent - Indi Imperf Sg P3 => gioc_ + "ava" ; --# notpresent - Indi Imperf Pl P1 => gioc_ + "avamo" ; --# notpresent - Indi Imperf Pl P2 => gioc_ + "avate" ; --# notpresent - Indi Imperf Pl P3 => gioc_ + "avano" ; --# notpresent - Pass Sg P1 => gioc_ + "ai" ; --# notpresent - Pass Sg P2 => gioc_ + "asti" ; --# notpresent - Pass Sg P3 => gioc_ + "ò" ; --# notpresent - Pass Pl P1 => gioc_ + "ammo" ; --# notpresent - Pass Pl P2 => gioc_ + "aste" ; --# notpresent - Pass Pl P3 => gioc_ + "arono" ; --# notpresent - Fut Sg P1 => gioc_ + "herò" ; --# notpresent - Fut Sg P2 => gioc_ + "herai" ; --# notpresent - Fut Sg P3 => gioc_ + "herà" ; --# notpresent - Fut Pl P1 => gioc_ + "heremo" ; --# notpresent - Fut Pl P2 => gioc_ + "herete" ; --# notpresent - Fut Pl P3 => gioc_ + "heranno" ; --# notpresent - Cong Pres Sg P1 => gioc_ + "hi" ; - Cong Pres Sg P2 => gioc_ + "hi" ; - Cong Pres Sg P3 => gioc_ + "hi" ; - Cong Pres Pl P1 => gioc_ + "hiamo" ; - Cong Pres Pl P2 => gioc_ + "hiate" ; - Cong Pres Pl P3 => gioc_ + "hino" ; - Cong Imperf Sg P1 => gioc_ + "assi" ; --# notpresent - Cong Imperf Sg P2 => gioc_ + "assi" ; --# notpresent - Cong Imperf Sg P3 => gioc_ + "asse" ; --# notpresent - Cong Imperf Pl P1 => gioc_ + "assimo" ; --# notpresent - Cong Imperf Pl P2 => gioc_ + "aste" ; --# notpresent - Cong Imperf Pl P3 => gioc_ + "assero" ; --# notpresent - Cond Sg P1 => gioc_ + "herei" ; --# notpresent - Cond Sg P2 => gioc_ + "heresti" ; --# notpresent - Cond Sg P3 => gioc_ + "herebbe" ; --# notpresent - Cond Pl P1 => gioc_ + "heremmo" ; --# notpresent - Cond Pl P2 => gioc_ + "hereste" ; --# notpresent - Cond Pl P3 => gioc_ + "herebbero" ; --# notpresent - Imper SgP2 => gioc_ + "a" ; - Imper PlP1 => gioc_ + "hiamo" ; - Imper PlP2 => gioc_ + "ate" ; - Ger => gioc_ + "ando" ; - Part PresP Masc Sg => gioc_ + "ante" ; - Part PresP Masc Pl => gioc_ + "anti" ; - Part PresP Fem Sg => gioc_ + "ante" ; - Part PresP Fem Pl => gioc_ + "anti" ; - Part PassP Masc Sg => gioc_ + "ato" ; - Part PassP Masc Pl => gioc_ + "ati" ; - Part PassP Fem Sg => gioc_ + "ata" ; - Part PassP Fem Pl => gioc_ + "ate" - } - } ; - -oper andare_14 : Str -> Verbo = \andare -> - let x_ = Predef.tk 6 andare in - {s = table { - Inf => x_ + "andare" ; - InfClit => x_ + "andar" ; - Indi Pres Sg P1 => variants {x_ + "vo" ; x_ + "vado"} ; - Indi Pres Sg P2 => x_ + "vai" ; - Indi Pres Sg P3 => x_ + "va" ; - Indi Pres Pl P1 => x_ + "andiamo" ; - Indi Pres Pl P2 => x_ + "andate" ; - Indi Pres Pl P3 => x_ + "vanno" ; - Indi Imperf Sg P1 => x_ + "andavo" ; --# notpresent - Indi Imperf Sg P2 => x_ + "andavi" ; --# notpresent - Indi Imperf Sg P3 => x_ + "andava" ; --# notpresent - Indi Imperf Pl P1 => x_ + "andavamo" ; --# notpresent - Indi Imperf Pl P2 => x_ + "andavate" ; --# notpresent - Indi Imperf Pl P3 => x_ + "andavano" ; --# notpresent - Pass Sg P1 => x_ + "andai" ; --# notpresent - Pass Sg P2 => x_ + "andasti" ; --# notpresent - Pass Sg P3 => x_ + "andò" ; --# notpresent - Pass Pl P1 => x_ + "andammo" ; --# notpresent - Pass Pl P2 => x_ + "andaste" ; --# notpresent - Pass Pl P3 => x_ + "andarono" ; --# notpresent - Fut Sg P1 => x_ + "andrò" ; --# notpresent - Fut Sg P2 => x_ + "andrai" ; --# notpresent - Fut Sg P3 => x_ + "andrà" ; --# notpresent - Fut Pl P1 => x_ + "andremo" ; --# notpresent - Fut Pl P2 => x_ + "andrete" ; --# notpresent - Fut Pl P3 => x_ + "andranno" ; --# notpresent - Cong Pres Sg P1 => x_ + "vada" ; - Cong Pres Sg P2 => x_ + "vada" ; - Cong Pres Sg P3 => x_ + "vada" ; - Cong Pres Pl P1 => x_ + "andiamo" ; - Cong Pres Pl P2 => x_ + "andiate" ; - Cong Pres Pl P3 => x_ + "vadano" ; - Cong Imperf Sg P1 => x_ + "andassi" ; --# notpresent - Cong Imperf Sg P2 => x_ + "andassi" ; --# notpresent - Cong Imperf Sg P3 => x_ + "andasse" ; --# notpresent - Cong Imperf Pl P1 => x_ + "andassimo" ; --# notpresent - Cong Imperf Pl P2 => x_ + "andaste" ; --# notpresent - Cong Imperf Pl P3 => x_ + "andassero" ; --# notpresent - Cond Sg P1 => x_ + "andrei" ; --# notpresent - Cond Sg P2 => x_ + "andresti" ; --# notpresent - Cond Sg P3 => x_ + "andrebbe" ; --# notpresent - Cond Pl P1 => x_ + "andremmo" ; --# notpresent - Cond Pl P2 => x_ + "andreste" ; --# notpresent - Cond Pl P3 => x_ + "andrebbero" ; --# notpresent - Imper SgP2 => x_ + "vai" ; - Imper PlP1 => x_ + "andiamo" ; - Imper PlP2 => x_ + "andate" ; - Ger => x_ + "andando" ; - Part PresP Masc Sg => x_ + "andante" ; - Part PresP Masc Pl => x_ + "andanti" ; - Part PresP Fem Sg => x_ + "andante" ; - Part PresP Fem Pl => x_ + "andanti" ; - Part PassP Masc Sg => x_ + "andato" ; - Part PassP Masc Pl => x_ + "andati" ; - Part PassP Fem Sg => x_ + "andata" ; - Part PassP Fem Pl => x_ + "andate" - } - } ; - -oper riandare_14b : Str -> Verbo = \riandare -> - let ri_ = Predef.tk 6 riandare in - {s = table { - Inf => ri_ + "andare" ; - InfClit => ri_ + "andar" ; - Indi Pres Sg P1 => variants {ri_ + "vo" ; ri_ + "vado"} ; - Indi Pres Sg P2 => ri_ + "vai" ; - Indi Pres Sg P3 => ri_ + "và" ; - Indi Pres Pl P1 => ri_ + "andiamo" ; - Indi Pres Pl P2 => ri_ + "andate" ; - Indi Pres Pl P3 => ri_ + "vanno" ; - Indi Imperf Sg P1 => ri_ + "andavo" ; --# notpresent - Indi Imperf Sg P2 => ri_ + "andavi" ; --# notpresent - Indi Imperf Sg P3 => ri_ + "andava" ; --# notpresent - Indi Imperf Pl P1 => ri_ + "andavamo" ; --# notpresent - Indi Imperf Pl P2 => ri_ + "andavate" ; --# notpresent - Indi Imperf Pl P3 => ri_ + "andavano" ; --# notpresent - Pass Sg P1 => ri_ + "andai" ; --# notpresent - Pass Sg P2 => ri_ + "andasti" ; --# notpresent - Pass Sg P3 => ri_ + "andò" ; --# notpresent - Pass Pl P1 => ri_ + "andammo" ; --# notpresent - Pass Pl P2 => ri_ + "andaste" ; --# notpresent - Pass Pl P3 => ri_ + "andarono" ; --# notpresent - Fut Sg P1 => ri_ + "andrò" ; --# notpresent - Fut Sg P2 => ri_ + "andrai" ; --# notpresent - Fut Sg P3 => ri_ + "andrà" ; --# notpresent - Fut Pl P1 => ri_ + "andremo" ; --# notpresent - Fut Pl P2 => ri_ + "andrete" ; --# notpresent - Fut Pl P3 => ri_ + "andranno" ; --# notpresent - Cong Pres Sg P1 => ri_ + "vada" ; - Cong Pres Sg P2 => ri_ + "vada" ; - Cong Pres Sg P3 => ri_ + "vada" ; - Cong Pres Pl P1 => ri_ + "andiamo" ; - Cong Pres Pl P2 => ri_ + "andiate" ; - Cong Pres Pl P3 => ri_ + "vadano" ; - Cong Imperf Sg P1 => ri_ + "andassi" ; --# notpresent - Cong Imperf Sg P2 => ri_ + "andassi" ; --# notpresent - Cong Imperf Sg P3 => ri_ + "andasse" ; --# notpresent - Cong Imperf Pl P1 => ri_ + "andassimo" ; --# notpresent - Cong Imperf Pl P2 => ri_ + "andaste" ; --# notpresent - Cong Imperf Pl P3 => ri_ + "andassero" ; --# notpresent - Cond Sg P1 => ri_ + "andrei" ; --# notpresent - Cond Sg P2 => ri_ + "andresti" ; --# notpresent - Cond Sg P3 => ri_ + "andrebbe" ; --# notpresent - Cond Pl P1 => ri_ + "andremmo" ; --# notpresent - Cond Pl P2 => ri_ + "andreste" ; --# notpresent - Cond Pl P3 => ri_ + "andrebbero" ; --# notpresent - Imper SgP2 => ri_ + "vai" ; - Imper PlP1 => ri_ + "andiamo" ; - Imper PlP2 => ri_ + "andate" ; - Ger => ri_ + "andando" ; - Part PresP Masc Sg => ri_ + "andante" ; - Part PresP Masc Pl => ri_ + "andanti" ; - Part PresP Fem Sg => ri_ + "andante" ; - Part PresP Fem Pl => ri_ + "andanti" ; - Part PassP Masc Sg => ri_ + "andato" ; - Part PassP Masc Pl => ri_ + "andati" ; - Part PassP Fem Sg => ri_ + "andata" ; - Part PassP Fem Pl => ri_ + "andate" - } - } ; - -oper dare_15 : Str -> Verbo = \dare -> - let d_ = Predef.tk 3 dare in - {s = table { - Inf => d_ + "are" ; - InfClit => d_ + "a" ; - Indi Pres Sg P1 => d_ + "o" ; - Indi Pres Sg P2 => d_ + "ai" ; - Indi Pres Sg P3 => d_ + "à" ; - Indi Pres Pl P1 => d_ + "iamo" ; - Indi Pres Pl P2 => d_ + "ate" ; - Indi Pres Pl P3 => d_ + "anno" ; - Indi Imperf Sg P1 => d_ + "avo" ; --# notpresent - Indi Imperf Sg P2 => d_ + "avi" ; --# notpresent - Indi Imperf Sg P3 => d_ + "ava" ; --# notpresent - Indi Imperf Pl P1 => d_ + "avamo" ; --# notpresent - Indi Imperf Pl P2 => d_ + "avate" ; --# notpresent - Indi Imperf Pl P3 => d_ + "avano" ; --# notpresent - Pass Sg P1 => d_ + "iedi" ; --# notpresent - Pass Sg P2 => d_ + "esti" ; --# notpresent - Pass Sg P3 => d_ + "iede" ; --# notpresent - Pass Pl P1 => d_ + "emmo" ; --# notpresent - Pass Pl P2 => d_ + "este" ; --# notpresent - Pass Pl P3 => d_ + "iedero" ; --# notpresent - Fut Sg P1 => d_ + "arò" ; --# notpresent - Fut Sg P2 => d_ + "arai" ; --# notpresent - Fut Sg P3 => d_ + "arà" ; --# notpresent - Fut Pl P1 => d_ + "aremo" ; --# notpresent - Fut Pl P2 => d_ + "arete" ; --# notpresent - Fut Pl P3 => d_ + "aranno" ; --# notpresent - Cong Pres Sg P1 => d_ + "ia" ; - Cong Pres Sg P2 => d_ + "ia" ; - Cong Pres Sg P3 => d_ + "ia" ; - Cong Pres Pl P1 => d_ + "iamo" ; - Cong Pres Pl P2 => d_ + "iate" ; - Cong Pres Pl P3 => d_ + "iano" ; - Cong Imperf Sg P1 => d_ + "essi" ; --# notpresent - Cong Imperf Sg P2 => d_ + "essi" ; --# notpresent - Cong Imperf Sg P3 => d_ + "esse" ; --# notpresent - Cong Imperf Pl P1 => d_ + "essimo" ; --# notpresent - Cong Imperf Pl P2 => d_ + "este" ; --# notpresent - Cong Imperf Pl P3 => d_ + "essero" ; --# notpresent - Cond Sg P1 => d_ + "arei" ; --# notpresent - Cond Sg P2 => d_ + "aresti" ; --# notpresent - Cond Sg P3 => d_ + "arebbe" ; --# notpresent - Cond Pl P1 => d_ + "aremmo" ; --# notpresent - Cond Pl P2 => d_ + "areste" ; --# notpresent - Cond Pl P3 => d_ + "arebbero" ; --# notpresent - Imper SgP2 => d_ + "ai" ; - Imper PlP1 => d_ + "iamo" ; - Imper PlP2 => d_ + "iate" ; - Ger => d_ + "ando" ; - Part PresP Masc Sg => d_ + "ante" ; - Part PresP Masc Pl => d_ + "anti" ; - Part PresP Fem Sg => d_ + "ante" ; - Part PresP Fem Pl => d_ + "anti" ; - Part PassP Masc Sg => d_ + "ato" ; - Part PassP Masc Pl => d_ + "ati" ; - Part PassP Fem Sg => d_ + "ata" ; - Part PassP Fem Pl => d_ + "ate" - } - } ; - -oper stare_16 : Str -> Verbo = \stare -> - let st_ = Predef.tk 3 stare in - {s = table { - Inf => st_ + "are" ; - InfClit => st_ + "a" ; - Indi Pres Sg P1 => st_ + "o" ; - Indi Pres Sg P2 => st_ + "ai" ; - Indi Pres Sg P3 => st_ + "a" ; - Indi Pres Pl P1 => st_ + "iamo" ; - Indi Pres Pl P2 => st_ + "ate" ; - Indi Pres Pl P3 => st_ + "anno" ; - Indi Imperf Sg P1 => st_ + "avo" ; --# notpresent - Indi Imperf Sg P2 => st_ + "avi" ; --# notpresent - Indi Imperf Sg P3 => st_ + "ava" ; --# notpresent - Indi Imperf Pl P1 => st_ + "avamo" ; --# notpresent - Indi Imperf Pl P2 => st_ + "avate" ; --# notpresent - Indi Imperf Pl P3 => st_ + "avano" ; --# notpresent - Pass Sg P1 => st_ + "etti" ; --# notpresent - Pass Sg P2 => st_ + "esti" ; --# notpresent - Pass Sg P3 => st_ + "ette" ; --# notpresent - Pass Pl P1 => st_ + "emmo" ; --# notpresent - Pass Pl P2 => st_ + "este" ; --# notpresent - Pass Pl P3 => st_ + "ettero" ; --# notpresent - Fut Sg P1 => st_ + "arò" ; --# notpresent - Fut Sg P2 => st_ + "arai" ; --# notpresent - Fut Sg P3 => st_ + "arà" ; --# notpresent - Fut Pl P1 => st_ + "aremo" ; --# notpresent - Fut Pl P2 => st_ + "arete" ; --# notpresent - Fut Pl P3 => st_ + "aranno" ; --# notpresent - Cong Pres Sg P1 => st_ + "ia" ; - Cong Pres Sg P2 => st_ + "ia" ; - Cong Pres Sg P3 => st_ + "ia" ; - Cong Pres Pl P1 => st_ + "iamo" ; - Cong Pres Pl P2 => st_ + "iate" ; - Cong Pres Pl P3 => st_ + "iano" ; - Cong Imperf Sg P1 => st_ + "essi" ; --# notpresent - Cong Imperf Sg P2 => st_ + "essi" ; --# notpresent - Cong Imperf Sg P3 => st_ + "esse" ; --# notpresent - Cong Imperf Pl P1 => st_ + "essimo" ; --# notpresent - Cong Imperf Pl P2 => st_ + "este" ; --# notpresent - Cong Imperf Pl P3 => st_ + "essero" ; --# notpresent - Cond Sg P1 => st_ + "arei" ; --# notpresent - Cond Sg P2 => st_ + "aresti" ; --# notpresent - Cond Sg P3 => st_ + "arebbe" ; --# notpresent - Cond Pl P1 => st_ + "aremmo" ; --# notpresent - Cond Pl P2 => st_ + "areste" ; --# notpresent - Cond Pl P3 => st_ + "arebbero" ; --# notpresent - Imper SgP2 => variants {st_ + "a`" ; st_ + "ai"} ; - Imper PlP1 => st_ + "iamo" ; - Imper PlP2 => st_ + "iate" ; - Ger => st_ + "ando" ; - Part PresP Masc Sg => st_ + "ante" ; - Part PresP Masc Pl => st_ + "anti" ; - Part PresP Fem Sg => st_ + "ante" ; - Part PresP Fem Pl => st_ + "anti" ; - Part PassP Masc Sg => st_ + "ato" ; - Part PassP Masc Pl => st_ + "ati" ; - Part PassP Fem Sg => st_ + "ata" ; - Part PassP Fem Pl => st_ + "ate" - } - } ; - -oper agitare_17 : Str -> Verbo = \agitare -> - let agit_ = Predef.tk 3 agitare in - {s = table { - Inf => agit_ + "are" ; - InfClit => agit_ + "ar" ; - Indi Pres Sg P1 => agit_ + "o" ; - Indi Pres Sg P2 => agit_ + "i" ; - Indi Pres Sg P3 => agit_ + "a" ; - Indi Pres Pl P1 => agit_ + "iamo" ; - Indi Pres Pl P2 => agit_ + "ate" ; - Indi Pres Pl P3 => agit_ + "ano" ; - Indi Imperf Sg P1 => agit_ + "avo" ; --# notpresent - Indi Imperf Sg P2 => agit_ + "avi" ; --# notpresent - Indi Imperf Sg P3 => agit_ + "ava" ; --# notpresent - Indi Imperf Pl P1 => agit_ + "avamo" ; --# notpresent - Indi Imperf Pl P2 => agit_ + "avate" ; --# notpresent - Indi Imperf Pl P3 => agit_ + "avano" ; --# notpresent - Pass Sg P1 => agit_ + "ai" ; --# notpresent - Pass Sg P2 => agit_ + "asti" ; --# notpresent - Pass Sg P3 => agit_ + "ò" ; --# notpresent - Pass Pl P1 => agit_ + "ammo" ; --# notpresent - Pass Pl P2 => agit_ + "aste" ; --# notpresent - Pass Pl P3 => agit_ + "arono" ; --# notpresent - Fut Sg P1 => agit_ + "erò" ; --# notpresent - Fut Sg P2 => agit_ + "erai" ; --# notpresent - Fut Sg P3 => agit_ + "erà" ; --# notpresent - Fut Pl P1 => agit_ + "eremo" ; --# notpresent - Fut Pl P2 => agit_ + "erete" ; --# notpresent - Fut Pl P3 => agit_ + "eranno" ; --# notpresent - Cong Pres Sg P1 => agit_ + "i" ; - Cong Pres Sg P2 => agit_ + "i" ; - Cong Pres Sg P3 => agit_ + "i" ; - Cong Pres Pl P1 => agit_ + "iamo" ; - Cong Pres Pl P2 => agit_ + "iate" ; - Cong Pres Pl P3 => agit_ + "ino" ; - Cong Imperf Sg P1 => agit_ + "assi" ; --# notpresent - Cong Imperf Sg P2 => agit_ + "assi" ; --# notpresent - Cong Imperf Sg P3 => agit_ + "asse" ; --# notpresent - Cong Imperf Pl P1 => agit_ + "assimo" ; --# notpresent - Cong Imperf Pl P2 => agit_ + "aste" ; --# notpresent - Cong Imperf Pl P3 => agit_ + "assero" ; --# notpresent - Cond Sg P1 => agit_ + "erei" ; --# notpresent - Cond Sg P2 => agit_ + "eresti" ; --# notpresent - Cond Sg P3 => agit_ + "erebbe" ; --# notpresent - Cond Pl P1 => agit_ + "eremmo" ; --# notpresent - Cond Pl P2 => agit_ + "ereste" ; --# notpresent - Cond Pl P3 => agit_ + "erebbero" ; --# notpresent - Imper SgP2 => agit_ + "a" ; - Imper PlP1 => agit_ + "iamo" ; - Imper PlP2 => agit_ + "ate" ; - Ger => agit_ + "ando" ; - Part PresP Masc Sg => agit_ + "ante" ; - Part PresP Masc Pl => agit_ + "anti" ; - Part PresP Fem Sg => agit_ + "ante" ; - Part PresP Fem Pl => agit_ + "anti" ; - Part PassP Masc Sg => agit_ + "ato" ; - Part PassP Masc Pl => agit_ + "ati" ; - Part PassP Fem Sg => agit_ + "ata" ; - Part PassP Fem Pl => agit_ + "ate" - } - } ; - -oper immaginare_18 : Str -> Verbo = \immaginare -> - let immagin_ = Predef.tk 3 immaginare in - {s = table { - Inf => immagin_ + "are" ; - InfClit => immagin_ + "ar" ; - Indi Pres Sg P1 => immagin_ + "o" ; - Indi Pres Sg P2 => immagin_ + "i" ; - Indi Pres Sg P3 => immagin_ + "a" ; - Indi Pres Pl P1 => immagin_ + "iamo" ; - Indi Pres Pl P2 => immagin_ + "ate" ; - Indi Pres Pl P3 => immagin_ + "ano" ; - Indi Imperf Sg P1 => immagin_ + "avo" ; --# notpresent - Indi Imperf Sg P2 => immagin_ + "avi" ; --# notpresent - Indi Imperf Sg P3 => immagin_ + "ava" ; --# notpresent - Indi Imperf Pl P1 => immagin_ + "avamo" ; --# notpresent - Indi Imperf Pl P2 => immagin_ + "avate" ; --# notpresent - Indi Imperf Pl P3 => immagin_ + "avano" ; --# notpresent - Pass Sg P1 => immagin_ + "ai" ; --# notpresent - Pass Sg P2 => immagin_ + "asti" ; --# notpresent - Pass Sg P3 => immagin_ + "ò" ; --# notpresent - Pass Pl P1 => immagin_ + "ammo" ; --# notpresent - Pass Pl P2 => immagin_ + "aste" ; --# notpresent - Pass Pl P3 => immagin_ + "arono" ; --# notpresent - Fut Sg P1 => immagin_ + "erò" ; --# notpresent - Fut Sg P2 => immagin_ + "erai" ; --# notpresent - Fut Sg P3 => immagin_ + "erà" ; --# notpresent - Fut Pl P1 => immagin_ + "eremo" ; --# notpresent - Fut Pl P2 => immagin_ + "erete" ; --# notpresent - Fut Pl P3 => immagin_ + "eranno" ; --# notpresent - Cong Pres Sg P1 => immagin_ + "i" ; - Cong Pres Sg P2 => immagin_ + "i" ; - Cong Pres Sg P3 => immagin_ + "i" ; - Cong Pres Pl P1 => immagin_ + "iamo" ; - Cong Pres Pl P2 => immagin_ + "iate" ; - Cong Pres Pl P3 => immagin_ + "ino" ; - Cong Imperf Sg P1 => immagin_ + "assi" ; --# notpresent - Cong Imperf Sg P2 => immagin_ + "assi" ; --# notpresent - Cong Imperf Sg P3 => immagin_ + "asse" ; --# notpresent - Cong Imperf Pl P1 => immagin_ + "assimo" ; --# notpresent - Cong Imperf Pl P2 => immagin_ + "aste" ; --# notpresent - Cong Imperf Pl P3 => immagin_ + "assero" ; --# notpresent - Cond Sg P1 => immagin_ + "erei" ; --# notpresent - Cond Sg P2 => immagin_ + "eresti" ; --# notpresent - Cond Sg P3 => immagin_ + "erebbe" ; --# notpresent - Cond Pl P1 => immagin_ + "eremmo" ; --# notpresent - Cond Pl P2 => immagin_ + "ereste" ; --# notpresent - Cond Pl P3 => immagin_ + "erebbero" ; --# notpresent - Imper SgP2 => immagin_ + "a" ; - Imper PlP1 => immagin_ + "iamo" ; - Imper PlP2 => immagin_ + "ate" ; - Ger => immagin_ + "ando" ; - Part PresP Masc Sg => immagin_ + "ante" ; - Part PresP Masc Pl => immagin_ + "anti" ; - Part PresP Fem Sg => immagin_ + "ante" ; - Part PresP Fem Pl => immagin_ + "anti" ; - Part PassP Masc Sg => immagin_ + "ato" ; - Part PassP Masc Pl => immagin_ + "ati" ; - Part PassP Fem Sg => immagin_ + "ata" ; - Part PassP Fem Pl => immagin_ + "ate" - } - } ; - -oper modificare_19 : Str -> Verbo = \modificare -> - let modific_ = Predef.tk 3 modificare in - {s = table { - Inf => modific_ + "are" ; - InfClit => modific_ + "ar" ; - Indi Pres Sg P1 => modific_ + "o" ; - Indi Pres Sg P2 => modific_ + "hi" ; - Indi Pres Sg P3 => modific_ + "a" ; - Indi Pres Pl P1 => modific_ + "hiamo" ; - Indi Pres Pl P2 => modific_ + "ate" ; - Indi Pres Pl P3 => modific_ + "ano" ; - Indi Imperf Sg P1 => modific_ + "avo" ; --# notpresent - Indi Imperf Sg P2 => modific_ + "avi" ; --# notpresent - Indi Imperf Sg P3 => modific_ + "ava" ; --# notpresent - Indi Imperf Pl P1 => modific_ + "avamo" ; --# notpresent - Indi Imperf Pl P2 => modific_ + "avate" ; --# notpresent - Indi Imperf Pl P3 => modific_ + "avano" ; --# notpresent - Pass Sg P1 => modific_ + "ai" ; --# notpresent - Pass Sg P2 => modific_ + "asti" ; --# notpresent - Pass Sg P3 => modific_ + "ò" ; --# notpresent - Pass Pl P1 => modific_ + "ammo" ; --# notpresent - Pass Pl P2 => modific_ + "aste" ; --# notpresent - Pass Pl P3 => modific_ + "arono" ; --# notpresent - Fut Sg P1 => modific_ + "herò" ; --# notpresent - Fut Sg P2 => modific_ + "herai" ; --# notpresent - Fut Sg P3 => modific_ + "herà" ; --# notpresent - Fut Pl P1 => modific_ + "heremo" ; --# notpresent - Fut Pl P2 => modific_ + "herete" ; --# notpresent - Fut Pl P3 => modific_ + "heranno" ; --# notpresent - Cong Pres Sg P1 => modific_ + "hi" ; - Cong Pres Sg P2 => modific_ + "hi" ; - Cong Pres Sg P3 => modific_ + "hi" ; - Cong Pres Pl P1 => modific_ + "hiamo" ; - Cong Pres Pl P2 => modific_ + "hiate" ; - Cong Pres Pl P3 => modific_ + "hino" ; - Cong Imperf Sg P1 => modific_ + "assi" ; --# notpresent - Cong Imperf Sg P2 => modific_ + "assi" ; --# notpresent - Cong Imperf Sg P3 => modific_ + "asse" ; --# notpresent - Cong Imperf Pl P1 => modific_ + "assimo" ; --# notpresent - Cong Imperf Pl P2 => modific_ + "aste" ; --# notpresent - Cong Imperf Pl P3 => modific_ + "assero" ; --# notpresent - Cond Sg P1 => modific_ + "herei" ; --# notpresent - Cond Sg P2 => modific_ + "heresti" ; --# notpresent - Cond Sg P3 => modific_ + "herebbe" ; --# notpresent - Cond Pl P1 => modific_ + "heremmo" ; --# notpresent - Cond Pl P2 => modific_ + "hereste" ; --# notpresent - Cond Pl P3 => modific_ + "herebbero" ; --# notpresent - Imper SgP2 => modific_ + "a" ; - Imper PlP1 => modific_ + "hiamo" ; - Imper PlP2 => modific_ + "ate" ; - Ger => modific_ + "ando" ; - Part PresP Masc Sg => modific_ + "ante" ; - Part PresP Masc Pl => modific_ + "anti" ; - Part PresP Fem Sg => modific_ + "ante" ; - Part PresP Fem Pl => modific_ + "anti" ; - Part PassP Masc Sg => modific_ + "ato" ; - Part PassP Masc Pl => modific_ + "ati" ; - Part PassP Fem Sg => modific_ + "ata" ; - Part PassP Fem Pl => modific_ + "ate" - } - } ; - -oper temere_20 : Str -> Verbo = \temere -> - let tem_ = Predef.tk 3 temere in - {s = table { - Inf => tem_ + "ere" ; - InfClit => tem_ + "er" ; - Indi Pres Sg P1 => tem_ + "o" ; - Indi Pres Sg P2 => tem_ + "i" ; - Indi Pres Sg P3 => tem_ + "e" ; - Indi Pres Pl P1 => tem_ + "iamo" ; - Indi Pres Pl P2 => tem_ + "ete" ; - Indi Pres Pl P3 => tem_ + "ono" ; - Indi Imperf Sg P1 => tem_ + "evo" ; --# notpresent - Indi Imperf Sg P2 => tem_ + "evi" ; --# notpresent - Indi Imperf Sg P3 => tem_ + "eva" ; --# notpresent - Indi Imperf Pl P1 => tem_ + "evamo" ; --# notpresent - Indi Imperf Pl P2 => tem_ + "evate" ; --# notpresent - Indi Imperf Pl P3 => tem_ + "evano" ; --# notpresent - Pass Sg P1 => tem_ + "etti" ; --# notpresent - Pass Sg P2 => tem_ + "esti" ; --# notpresent - Pass Sg P3 => tem_ + "ette" ; --# notpresent - Pass Pl P1 => tem_ + "emmo" ; --# notpresent - Pass Pl P2 => tem_ + "este" ; --# notpresent - Pass Pl P3 => tem_ + "ettero" ; --# notpresent - Fut Sg P1 => tem_ + "erò" ; --# notpresent - Fut Sg P2 => tem_ + "erai" ; --# notpresent - Fut Sg P3 => tem_ + "erà" ; --# notpresent - Fut Pl P1 => tem_ + "eremo" ; --# notpresent - Fut Pl P2 => tem_ + "erete" ; --# notpresent - Fut Pl P3 => tem_ + "eranno" ; --# notpresent - Cong Pres Sg P1 => tem_ + "a" ; - Cong Pres Sg P2 => tem_ + "a" ; - Cong Pres Sg P3 => tem_ + "a" ; - Cong Pres Pl P1 => tem_ + "iamo" ; - Cong Pres Pl P2 => tem_ + "iate" ; - Cong Pres Pl P3 => tem_ + "ano" ; - Cong Imperf Sg P1 => tem_ + "essi" ; --# notpresent - Cong Imperf Sg P2 => tem_ + "essi" ; --# notpresent - Cong Imperf Sg P3 => tem_ + "esse" ; --# notpresent - Cong Imperf Pl P1 => tem_ + "essimo" ; --# notpresent - Cong Imperf Pl P2 => tem_ + "este" ; --# notpresent - Cong Imperf Pl P3 => tem_ + "essero" ; --# notpresent - Cond Sg P1 => tem_ + "erei" ; --# notpresent - Cond Sg P2 => tem_ + "eresti" ; --# notpresent - Cond Sg P3 => tem_ + "erebbe" ; --# notpresent - Cond Pl P1 => tem_ + "eremmo" ; --# notpresent - Cond Pl P2 => tem_ + "ereste" ; --# notpresent - Cond Pl P3 => tem_ + "erebbero" ; --# notpresent - Imper SgP2 => tem_ + "i" ; - Imper PlP1 => tem_ + "iamo" ; - Imper PlP2 => tem_ + "ete" ; - Ger => tem_ + "endo" ; - Part PresP Masc Sg => tem_ + "ente" ; - Part PresP Masc Pl => tem_ + "enti" ; - Part PresP Fem Sg => tem_ + "ente" ; - Part PresP Fem Pl => tem_ + "enti" ; - Part PassP Masc Sg => tem_ + "uto" ; - Part PassP Masc Pl => tem_ + "uti" ; - Part PassP Fem Sg => tem_ + "uta" ; - Part PassP Fem Pl => tem_ + "ute" - } - } ; - -oper accendere_21 : Str -> Verbo = \accendere -> - let acce_ = Predef.tk 5 accendere in - {s = table { - Inf => acce_ + "ndere" ; - InfClit => acce_ + "nder" ; - Indi Pres Sg P1 => acce_ + "ndo" ; - Indi Pres Sg P2 => acce_ + "ndi" ; - Indi Pres Sg P3 => acce_ + "nde" ; - Indi Pres Pl P1 => acce_ + "ndiamo" ; - Indi Pres Pl P2 => acce_ + "ndete" ; - Indi Pres Pl P3 => acce_ + "ndono" ; - Indi Imperf Sg P1 => acce_ + "ndevo" ; --# notpresent - Indi Imperf Sg P2 => acce_ + "ndevi" ; --# notpresent - Indi Imperf Sg P3 => acce_ + "ndeva" ; --# notpresent - Indi Imperf Pl P1 => acce_ + "ndevamo" ; --# notpresent - Indi Imperf Pl P2 => acce_ + "ndevate" ; --# notpresent - Indi Imperf Pl P3 => acce_ + "ndevano" ; --# notpresent - Pass Sg P1 => acce_ + "si" ; --# notpresent - Pass Sg P2 => acce_ + "ndesti" ; --# notpresent - Pass Sg P3 => acce_ + "se" ; --# notpresent - Pass Pl P1 => acce_ + "ndemmo" ; --# notpresent - Pass Pl P2 => acce_ + "ndeste" ; --# notpresent - Pass Pl P3 => acce_ + "sero" ; --# notpresent - Fut Sg P1 => acce_ + "nderò" ; --# notpresent - Fut Sg P2 => acce_ + "nderai" ; --# notpresent - Fut Sg P3 => acce_ + "nderà" ; --# notpresent - Fut Pl P1 => acce_ + "nderemo" ; --# notpresent - Fut Pl P2 => acce_ + "nderete" ; --# notpresent - Fut Pl P3 => acce_ + "nderanno" ; --# notpresent - Cong Pres Sg P1 => acce_ + "nda" ; - Cong Pres Sg P2 => acce_ + "nda" ; - Cong Pres Sg P3 => acce_ + "nda" ; - Cong Pres Pl P1 => acce_ + "ndiamo" ; - Cong Pres Pl P2 => acce_ + "ndiate" ; - Cong Pres Pl P3 => acce_ + "ndano" ; - Cong Imperf Sg P1 => acce_ + "ndessi" ; --# notpresent - Cong Imperf Sg P2 => acce_ + "ndessi" ; --# notpresent - Cong Imperf Sg P3 => acce_ + "ndesse" ; --# notpresent - Cong Imperf Pl P1 => acce_ + "ndessimo" ; --# notpresent - Cong Imperf Pl P2 => acce_ + "ndeste" ; --# notpresent - Cong Imperf Pl P3 => acce_ + "ndessero" ; --# notpresent - Cond Sg P1 => acce_ + "nderei" ; --# notpresent - Cond Sg P2 => acce_ + "nderesti" ; --# notpresent - Cond Sg P3 => acce_ + "nderebbe" ; --# notpresent - Cond Pl P1 => acce_ + "nderemmo" ; --# notpresent - Cond Pl P2 => acce_ + "ndereste" ; --# notpresent - Cond Pl P3 => acce_ + "nderebbero" ; --# notpresent - Imper SgP2 => acce_ + "ndi" ; - Imper PlP1 => acce_ + "ndiamo" ; - Imper PlP2 => acce_ + "ndete" ; - Ger => acce_ + "ndendo" ; - Part PresP Masc Sg => acce_ + "ndente" ; - Part PresP Masc Pl => acce_ + "ndenti" ; - Part PresP Fem Sg => acce_ + "ndente" ; - Part PresP Fem Pl => acce_ + "ndenti" ; - Part PassP Masc Sg => acce_ + "so" ; - Part PassP Masc Pl => acce_ + "si" ; - Part PassP Fem Sg => acce_ + "sa" ; - Part PassP Fem Pl => acce_ + "se" - } - } ; - -oper affiggere_22 : Str -> Verbo = \affiggere -> - let affi_ = Predef.tk 5 affiggere in - {s = table { - Inf => affi_ + "ggere" ; - InfClit => affi_ + "gger" ; - Indi Pres Sg P1 => affi_ + "ggo" ; - Indi Pres Sg P2 => affi_ + "ggi" ; - Indi Pres Sg P3 => affi_ + "gge" ; - Indi Pres Pl P1 => affi_ + "ggiamo" ; - Indi Pres Pl P2 => affi_ + "ggete" ; - Indi Pres Pl P3 => affi_ + "ggono" ; - Indi Imperf Sg P1 => affi_ + "ggevo" ; --# notpresent - Indi Imperf Sg P2 => affi_ + "ggevi" ; --# notpresent - Indi Imperf Sg P3 => affi_ + "ggeva" ; --# notpresent - Indi Imperf Pl P1 => affi_ + "ggevamo" ; --# notpresent - Indi Imperf Pl P2 => affi_ + "ggevate" ; --# notpresent - Indi Imperf Pl P3 => affi_ + "ggevano" ; --# notpresent - Pass Sg P1 => affi_ + "ssi" ; --# notpresent - Pass Sg P2 => affi_ + "ggesti" ; --# notpresent - Pass Sg P3 => affi_ + "sse" ; --# notpresent - Pass Pl P1 => affi_ + "ggemmo" ; --# notpresent - Pass Pl P2 => affi_ + "ggeste" ; --# notpresent - Pass Pl P3 => affi_ + "ssero" ; --# notpresent - Fut Sg P1 => affi_ + "ggerò" ; --# notpresent - Fut Sg P2 => affi_ + "ggerai" ; --# notpresent - Fut Sg P3 => affi_ + "ggerà" ; --# notpresent - Fut Pl P1 => affi_ + "ggeremo" ; --# notpresent - Fut Pl P2 => affi_ + "ggerete" ; --# notpresent - Fut Pl P3 => affi_ + "ggeranno" ; --# notpresent - Cong Pres Sg P1 => affi_ + "gga" ; - Cong Pres Sg P2 => affi_ + "gga" ; - Cong Pres Sg P3 => affi_ + "gga" ; - Cong Pres Pl P1 => affi_ + "ggiamo" ; - Cong Pres Pl P2 => affi_ + "ggiate" ; - Cong Pres Pl P3 => affi_ + "ggano" ; - Cong Imperf Sg P1 => affi_ + "ggessi" ; --# notpresent - Cong Imperf Sg P2 => affi_ + "ggessi" ; --# notpresent - Cong Imperf Sg P3 => affi_ + "ggesse" ; --# notpresent - Cong Imperf Pl P1 => affi_ + "ggessimo" ; --# notpresent - Cong Imperf Pl P2 => affi_ + "ggeste" ; --# notpresent - Cong Imperf Pl P3 => affi_ + "ggessero" ; --# notpresent - Cond Sg P1 => affi_ + "ggerei" ; --# notpresent - Cond Sg P2 => affi_ + "ggeresti" ; --# notpresent - Cond Sg P3 => affi_ + "ggerebbe" ; --# notpresent - Cond Pl P1 => affi_ + "ggeremmo" ; --# notpresent - Cond Pl P2 => affi_ + "ggereste" ; --# notpresent - Cond Pl P3 => affi_ + "ggerebbero" ; --# notpresent - Imper SgP2 => affi_ + "ggi" ; - Imper PlP1 => affi_ + "ggiamo" ; - Imper PlP2 => affi_ + "ggete" ; - Ger => affi_ + "ggendo" ; - Part PresP Masc Sg => affi_ + "ggente" ; - Part PresP Masc Pl => affi_ + "ggenti" ; - Part PresP Fem Sg => affi_ + "ggente" ; - Part PresP Fem Pl => affi_ + "ggenti" ; - Part PassP Masc Sg => affi_ + "sso" ; - Part PassP Masc Pl => affi_ + "ssi" ; - Part PassP Fem Sg => affi_ + "ssa" ; - Part PassP Fem Pl => affi_ + "sse" - } - } ; - -oper ardere_23 : Str -> Verbo = \ardere -> - let ar_ = Predef.tk 4 ardere in - {s = table { - Inf => ar_ + "dere" ; - InfClit => ar_ + "der" ; - Indi Pres Sg P1 => ar_ + "do" ; - Indi Pres Sg P2 => ar_ + "di" ; - Indi Pres Sg P3 => ar_ + "de" ; - Indi Pres Pl P1 => ar_ + "diamo" ; - Indi Pres Pl P2 => ar_ + "dete" ; - Indi Pres Pl P3 => ar_ + "dono" ; - Indi Imperf Sg P1 => ar_ + "devo" ; --# notpresent - Indi Imperf Sg P2 => ar_ + "devi" ; --# notpresent - Indi Imperf Sg P3 => ar_ + "deva" ; --# notpresent - Indi Imperf Pl P1 => ar_ + "devamo" ; --# notpresent - Indi Imperf Pl P2 => ar_ + "devate" ; --# notpresent - Indi Imperf Pl P3 => ar_ + "devano" ; --# notpresent - Pass Sg P1 => ar_ + "si" ; --# notpresent - Pass Sg P2 => ar_ + "desti" ; --# notpresent - Pass Sg P3 => ar_ + "se" ; --# notpresent - Pass Pl P1 => ar_ + "demmo" ; --# notpresent - Pass Pl P2 => ar_ + "deste" ; --# notpresent - Pass Pl P3 => ar_ + "sero" ; --# notpresent - Fut Sg P1 => ar_ + "derò" ; --# notpresent - Fut Sg P2 => ar_ + "derai" ; --# notpresent - Fut Sg P3 => ar_ + "derà" ; --# notpresent - Fut Pl P1 => ar_ + "deremo" ; --# notpresent - Fut Pl P2 => ar_ + "derete" ; --# notpresent - Fut Pl P3 => ar_ + "deranno" ; --# notpresent - Cong Pres Sg P1 => ar_ + "da" ; - Cong Pres Sg P2 => ar_ + "da" ; - Cong Pres Sg P3 => ar_ + "da" ; - Cong Pres Pl P1 => ar_ + "diamo" ; - Cong Pres Pl P2 => ar_ + "diate" ; - Cong Pres Pl P3 => ar_ + "dano" ; - Cong Imperf Sg P1 => ar_ + "dessi" ; --# notpresent - Cong Imperf Sg P2 => ar_ + "dessi" ; --# notpresent - Cong Imperf Sg P3 => ar_ + "desse" ; --# notpresent - Cong Imperf Pl P1 => ar_ + "dessimo" ; --# notpresent - Cong Imperf Pl P2 => ar_ + "deste" ; --# notpresent - Cong Imperf Pl P3 => ar_ + "dessero" ; --# notpresent - Cond Sg P1 => ar_ + "derei" ; --# notpresent - Cond Sg P2 => ar_ + "deresti" ; --# notpresent - Cond Sg P3 => ar_ + "derebbe" ; --# notpresent - Cond Pl P1 => ar_ + "deremmo" ; --# notpresent - Cond Pl P2 => ar_ + "dereste" ; --# notpresent - Cond Pl P3 => ar_ + "derebbero" ; --# notpresent - Imper SgP2 => ar_ + "di" ; - Imper PlP1 => ar_ + "diamo" ; - Imper PlP2 => ar_ + "dete" ; - Ger => ar_ + "dendo" ; - Part PresP Masc Sg => ar_ + "dente" ; - Part PresP Masc Pl => ar_ + "denti" ; - Part PresP Fem Sg => ar_ + "dente" ; - Part PresP Fem Pl => ar_ + "denti" ; - Part PassP Masc Sg => ar_ + "so" ; - Part PassP Masc Pl => ar_ + "si" ; - Part PassP Fem Sg => ar_ + "sa" ; - Part PassP Fem Pl => ar_ + "se" - } - } ; - -oper assistere_24 : Str -> Verbo = \assistere -> - let assist_ = Predef.tk 3 assistere in - {s = table { - Inf => assist_ + "ere" ; - InfClit => assist_ + "er" ; - Indi Pres Sg P1 => assist_ + "o" ; - Indi Pres Sg P2 => assist_ + "i" ; - Indi Pres Sg P3 => assist_ + "e" ; - Indi Pres Pl P1 => assist_ + "iamo" ; - Indi Pres Pl P2 => assist_ + "ete" ; - Indi Pres Pl P3 => assist_ + "ono" ; - Indi Imperf Sg P1 => assist_ + "evo" ; --# notpresent - Indi Imperf Sg P2 => assist_ + "evi" ; --# notpresent - Indi Imperf Sg P3 => assist_ + "eva" ; --# notpresent - Indi Imperf Pl P1 => assist_ + "evamo" ; --# notpresent - Indi Imperf Pl P2 => assist_ + "evate" ; --# notpresent - Indi Imperf Pl P3 => assist_ + "evano" ; --# notpresent - Pass Sg P1 => assist_ + "ei" ; --# notpresent - Pass Sg P2 => assist_ + "esti" ; --# notpresent - Pass Sg P3 => assist_ + "é" ; --# notpresent - Pass Pl P1 => assist_ + "emmo" ; --# notpresent - Pass Pl P2 => assist_ + "este" ; --# notpresent - Pass Pl P3 => assist_ + "erono" ; --# notpresent - Fut Sg P1 => assist_ + "erò" ; --# notpresent - Fut Sg P2 => assist_ + "erai" ; --# notpresent - Fut Sg P3 => assist_ + "erà" ; --# notpresent - Fut Pl P1 => assist_ + "eremo" ; --# notpresent - Fut Pl P2 => assist_ + "erete" ; --# notpresent - Fut Pl P3 => assist_ + "eranno" ; --# notpresent - Cong Pres Sg P1 => assist_ + "a" ; - Cong Pres Sg P2 => assist_ + "a" ; - Cong Pres Sg P3 => assist_ + "a" ; - Cong Pres Pl P1 => assist_ + "iamo" ; - Cong Pres Pl P2 => assist_ + "iate" ; - Cong Pres Pl P3 => assist_ + "ano" ; - Cong Imperf Sg P1 => assist_ + "essi" ; --# notpresent - Cong Imperf Sg P2 => assist_ + "essi" ; --# notpresent - Cong Imperf Sg P3 => assist_ + "esse" ; --# notpresent - Cong Imperf Pl P1 => assist_ + "essimo" ; --# notpresent - Cong Imperf Pl P2 => assist_ + "este" ; --# notpresent - Cong Imperf Pl P3 => assist_ + "essero" ; --# notpresent - Cond Sg P1 => assist_ + "erei" ; --# notpresent - Cond Sg P2 => assist_ + "eresti" ; --# notpresent - Cond Sg P3 => assist_ + "erebbe" ; --# notpresent - Cond Pl P1 => assist_ + "eremmo" ; --# notpresent - Cond Pl P2 => assist_ + "ereste" ; --# notpresent - Cond Pl P3 => assist_ + "erebbero" ; --# notpresent - Imper SgP2 => assist_ + "i" ; - Imper PlP1 => assist_ + "iamo" ; - Imper PlP2 => assist_ + "ete" ; - Ger => assist_ + "endo" ; - Part PresP Masc Sg => assist_ + "ente" ; - Part PresP Masc Pl => assist_ + "enti" ; - Part PresP Fem Sg => assist_ + "ente" ; - Part PresP Fem Pl => assist_ + "enti" ; - Part PassP Masc Sg => assist_ + "ito" ; - Part PassP Masc Pl => assist_ + "iti" ; - Part PassP Fem Sg => assist_ + "ita" ; - Part PassP Fem Pl => assist_ + "ite" - } - } ; - -oper assolvere_25 : Str -> Verbo = \assolvere -> - let assol_ = Predef.tk 4 assolvere in - {s = table { - Inf => assol_ + "vere" ; - InfClit => assol_ + "ver" ; - Indi Pres Sg P1 => assol_ + "vo" ; - Indi Pres Sg P2 => assol_ + "vi" ; - Indi Pres Sg P3 => assol_ + "ve" ; - Indi Pres Pl P1 => assol_ + "viamo" ; - Indi Pres Pl P2 => assol_ + "vete" ; - Indi Pres Pl P3 => assol_ + "vono" ; - Indi Imperf Sg P1 => assol_ + "vevo" ; --# notpresent - Indi Imperf Sg P2 => assol_ + "vevi" ; --# notpresent - Indi Imperf Sg P3 => assol_ + "veva" ; --# notpresent - Indi Imperf Pl P1 => assol_ + "vevamo" ; --# notpresent - Indi Imperf Pl P2 => assol_ + "vevate" ; --# notpresent - Indi Imperf Pl P3 => assol_ + "vevano" ; --# notpresent - Pass Sg P1 => assol_ + "si" ; --# notpresent - Pass Sg P2 => assol_ + "vesti" ; --# notpresent - Pass Sg P3 => assol_ + "se" ; --# notpresent - Pass Pl P1 => assol_ + "vemmo" ; --# notpresent - Pass Pl P2 => assol_ + "veste" ; --# notpresent - Pass Pl P3 => assol_ + "sero" ; --# notpresent - Fut Sg P1 => assol_ + "verò" ; --# notpresent - Fut Sg P2 => assol_ + "verai" ; --# notpresent - Fut Sg P3 => assol_ + "verà" ; --# notpresent - Fut Pl P1 => assol_ + "veremo" ; --# notpresent - Fut Pl P2 => assol_ + "verete" ; --# notpresent - Fut Pl P3 => assol_ + "veranno" ; --# notpresent - Cong Pres Sg P1 => assol_ + "va" ; - Cong Pres Sg P2 => assol_ + "va" ; - Cong Pres Sg P3 => assol_ + "va" ; - Cong Pres Pl P1 => assol_ + "viamo" ; - Cong Pres Pl P2 => assol_ + "viate" ; - Cong Pres Pl P3 => assol_ + "vano" ; - Cong Imperf Sg P1 => assol_ + "vessi" ; --# notpresent - Cong Imperf Sg P2 => assol_ + "vessi" ; --# notpresent - Cong Imperf Sg P3 => assol_ + "vesse" ; --# notpresent - Cong Imperf Pl P1 => assol_ + "vessimo" ; --# notpresent - Cong Imperf Pl P2 => assol_ + "veste" ; --# notpresent - Cong Imperf Pl P3 => assol_ + "vessero" ; --# notpresent - Cond Sg P1 => assol_ + "verei" ; --# notpresent - Cond Sg P2 => assol_ + "veresti" ; --# notpresent - Cond Sg P3 => assol_ + "verebbe" ; --# notpresent - Cond Pl P1 => assol_ + "veremmo" ; --# notpresent - Cond Pl P2 => assol_ + "vereste" ; --# notpresent - Cond Pl P3 => assol_ + "verebbero" ; --# notpresent - Imper SgP2 => assol_ + "vi" ; - Imper PlP1 => assol_ + "viamo" ; - Imper PlP2 => assol_ + "vete" ; - Ger => assol_ + "vendo" ; - Part PresP Masc Sg => assol_ + "vente" ; - Part PresP Masc Pl => assol_ + "venti" ; - Part PresP Fem Sg => assol_ + "vente" ; - Part PresP Fem Pl => assol_ + "venti" ; - Part PassP Masc Sg => assol_ + "to" ; - Part PassP Masc Pl => assol_ + "ti" ; - Part PassP Fem Sg => assol_ + "ta" ; - Part PassP Fem Pl => assol_ + "te" - } - } ; - -oper assumere_26 : Str -> Verbo = \assumere -> - let assu_ = Predef.tk 4 assumere in - {s = table { - Inf => assu_ + "mere" ; - InfClit => assu_ + "mer" ; - Indi Pres Sg P1 => assu_ + "mo" ; - Indi Pres Sg P2 => assu_ + "mi" ; - Indi Pres Sg P3 => assu_ + "me" ; - Indi Pres Pl P1 => assu_ + "miamo" ; - Indi Pres Pl P2 => assu_ + "mete" ; - Indi Pres Pl P3 => assu_ + "mono" ; - Indi Imperf Sg P1 => assu_ + "mevo" ; --# notpresent - Indi Imperf Sg P2 => assu_ + "mevi" ; --# notpresent - Indi Imperf Sg P3 => assu_ + "meva" ; --# notpresent - Indi Imperf Pl P1 => assu_ + "mevamo" ; --# notpresent - Indi Imperf Pl P2 => assu_ + "mevate" ; --# notpresent - Indi Imperf Pl P3 => assu_ + "mevano" ; --# notpresent - Pass Sg P1 => assu_ + "nsi" ; --# notpresent - Pass Sg P2 => assu_ + "mesti" ; --# notpresent - Pass Sg P3 => assu_ + "nse" ; --# notpresent - Pass Pl P1 => assu_ + "memmo" ; --# notpresent - Pass Pl P2 => assu_ + "meste" ; --# notpresent - Pass Pl P3 => assu_ + "nsero" ; --# notpresent - Fut Sg P1 => assu_ + "merò" ; --# notpresent - Fut Sg P2 => assu_ + "merai" ; --# notpresent - Fut Sg P3 => assu_ + "merà" ; --# notpresent - Fut Pl P1 => assu_ + "meremo" ; --# notpresent - Fut Pl P2 => assu_ + "merete" ; --# notpresent - Fut Pl P3 => assu_ + "meranno" ; --# notpresent - Cong Pres Sg P1 => assu_ + "ma" ; - Cong Pres Sg P2 => assu_ + "ma" ; - Cong Pres Sg P3 => assu_ + "ma" ; - Cong Pres Pl P1 => assu_ + "miamo" ; - Cong Pres Pl P2 => assu_ + "miate" ; - Cong Pres Pl P3 => assu_ + "mano" ; - Cong Imperf Sg P1 => assu_ + "messi" ; --# notpresent - Cong Imperf Sg P2 => assu_ + "messi" ; --# notpresent - Cong Imperf Sg P3 => assu_ + "messe" ; --# notpresent - Cong Imperf Pl P1 => assu_ + "messimo" ; --# notpresent - Cong Imperf Pl P2 => assu_ + "meste" ; --# notpresent - Cong Imperf Pl P3 => assu_ + "messero" ; --# notpresent - Cond Sg P1 => assu_ + "merei" ; --# notpresent - Cond Sg P2 => assu_ + "meresti" ; --# notpresent - Cond Sg P3 => assu_ + "merebbe" ; --# notpresent - Cond Pl P1 => assu_ + "meremmo" ; --# notpresent - Cond Pl P2 => assu_ + "mereste" ; --# notpresent - Cond Pl P3 => assu_ + "merebbero" ; --# notpresent - Imper SgP2 => assu_ + "mi" ; - Imper PlP1 => assu_ + "miamo" ; - Imper PlP2 => assu_ + "mete" ; - Ger => assu_ + "mendo" ; - Part PresP Masc Sg => assu_ + "mente" ; - Part PresP Masc Pl => assu_ + "menti" ; - Part PresP Fem Sg => assu_ + "mente" ; - Part PresP Fem Pl => assu_ + "menti" ; - Part PassP Masc Sg => assu_ + "nto" ; - Part PassP Masc Pl => assu_ + "nti" ; - Part PassP Fem Sg => assu_ + "nta" ; - Part PassP Fem Pl => assu_ + "nte" - } - } ; - -oper bere_27 : Str -> Verbo = \bere -> - let be_ = Predef.tk 2 bere in - {s = table { - Inf => be_ + "re" ; - InfClit => be_ + "r" ; - Indi Pres Sg P1 => be_ + "vo" ; - Indi Pres Sg P2 => be_ + "vi" ; - Indi Pres Sg P3 => be_ + "ve" ; - Indi Pres Pl P1 => be_ + "viamo" ; - Indi Pres Pl P2 => be_ + "vete" ; - Indi Pres Pl P3 => be_ + "vono" ; - Indi Imperf Sg P1 => be_ + "vevo" ; --# notpresent - Indi Imperf Sg P2 => be_ + "vevi" ; --# notpresent - Indi Imperf Sg P3 => be_ + "veva" ; --# notpresent - Indi Imperf Pl P1 => be_ + "vevamo" ; --# notpresent - Indi Imperf Pl P2 => be_ + "vevate" ; --# notpresent - Indi Imperf Pl P3 => be_ + "vevano" ; --# notpresent - Pass Sg P1 => be_ + "vvi" ; --# notpresent - Pass Sg P2 => be_ + "vesti" ; --# notpresent - Pass Sg P3 => be_ + "vve" ; --# notpresent - Pass Pl P1 => be_ + "vemmo" ; --# notpresent - Pass Pl P2 => be_ + "veste" ; --# notpresent - Pass Pl P3 => be_ + "vvero" ; --# notpresent - Fut Sg P1 => be_ + "rrò" ; --# notpresent - Fut Sg P2 => be_ + "rrai" ; --# notpresent - Fut Sg P3 => be_ + "rrà" ; --# notpresent - Fut Pl P1 => be_ + "rremo" ; --# notpresent - Fut Pl P2 => be_ + "rrete" ; --# notpresent - Fut Pl P3 => be_ + "rranno" ; --# notpresent - Cong Pres Sg P1 => be_ + "va" ; - Cong Pres Sg P2 => be_ + "va" ; - Cong Pres Sg P3 => be_ + "va" ; - Cong Pres Pl P1 => be_ + "viamo" ; - Cong Pres Pl P2 => be_ + "viate" ; - Cong Pres Pl P3 => be_ + "vano" ; - Cong Imperf Sg P1 => be_ + "vessi" ; --# notpresent - Cong Imperf Sg P2 => be_ + "vessi" ; --# notpresent - Cong Imperf Sg P3 => be_ + "vesse" ; --# notpresent - Cong Imperf Pl P1 => be_ + "vessimo" ; --# notpresent - Cong Imperf Pl P2 => be_ + "veste" ; --# notpresent - Cong Imperf Pl P3 => be_ + "vessero" ; --# notpresent - Cond Sg P1 => be_ + "rrei" ; --# notpresent - Cond Sg P2 => be_ + "rresti" ; --# notpresent - Cond Sg P3 => be_ + "rrebbe" ; --# notpresent - Cond Pl P1 => be_ + "rremmo" ; --# notpresent - Cond Pl P2 => be_ + "rreste" ; --# notpresent - Cond Pl P3 => be_ + "rrebbero" ; --# notpresent - Imper SgP2 => be_ + "vi" ; - Imper PlP1 => be_ + "viamo" ; - Imper PlP2 => be_ + "vete" ; - Ger => be_ + "vendo" ; - Part PresP Masc Sg => be_ + "vente" ; - Part PresP Masc Pl => be_ + "venti" ; - Part PresP Fem Sg => be_ + "vente" ; - Part PresP Fem Pl => be_ + "venti" ; - Part PassP Masc Sg => be_ + "vuto" ; - Part PassP Masc Pl => be_ + "vuti" ; - Part PassP Fem Sg => be_ + "vuta" ; - Part PassP Fem Pl => be_ + "vute" - } - } ; - -oper cadere_28 : Str -> Verbo = \caere -> - let ca_ = Predef.tk 3 caere in - {s = table { - Inf => ca_ + "ere" ; - InfClit => ca_ + "er" ; - Indi Pres Sg P1 => ca_ + "o" ; - Indi Pres Sg P2 => ca_ + "i" ; - Indi Pres Sg P3 => ca_ + "e" ; - Indi Pres Pl P1 => ca_ + "iamo" ; - Indi Pres Pl P2 => ca_ + "ete" ; - Indi Pres Pl P3 => ca_ + "ono" ; - Indi Imperf Sg P1 => ca_ + "evo" ; --# notpresent - Indi Imperf Sg P2 => ca_ + "evi" ; --# notpresent - Indi Imperf Sg P3 => ca_ + "eva" ; --# notpresent - Indi Imperf Pl P1 => ca_ + "evamo" ; --# notpresent - Indi Imperf Pl P2 => ca_ + "evate" ; --# notpresent - Indi Imperf Pl P3 => ca_ + "evano" ; --# notpresent - Pass Sg P1 => ca_ + "di" ; --# notpresent - Pass Sg P2 => ca_ + "esti" ; --# notpresent - Pass Sg P3 => ca_ + "de" ; --# notpresent - Pass Pl P1 => ca_ + "emmo" ; --# notpresent - Pass Pl P2 => ca_ + "este" ; --# notpresent - Pass Pl P3 => ca_ + "dero" ; --# notpresent - Fut Sg P1 => ca_ + "rò" ; --# notpresent - Fut Sg P2 => ca_ + "rai" ; --# notpresent - Fut Sg P3 => ca_ + "rà" ; --# notpresent - Fut Pl P1 => ca_ + "remo" ; --# notpresent - Fut Pl P2 => ca_ + "rete" ; --# notpresent - Fut Pl P3 => ca_ + "ranno" ; --# notpresent - Cong Pres Sg P1 => ca_ + "a" ; - Cong Pres Sg P2 => ca_ + "a" ; - Cong Pres Sg P3 => ca_ + "a" ; - Cong Pres Pl P1 => ca_ + "iamo" ; - Cong Pres Pl P2 => ca_ + "iate" ; - Cong Pres Pl P3 => ca_ + "ano" ; - Cong Imperf Sg P1 => ca_ + "essi" ; --# notpresent - Cong Imperf Sg P2 => ca_ + "essi" ; --# notpresent - Cong Imperf Sg P3 => ca_ + "esse" ; --# notpresent - Cong Imperf Pl P1 => ca_ + "essimo" ; --# notpresent - Cong Imperf Pl P2 => ca_ + "este" ; --# notpresent - Cong Imperf Pl P3 => ca_ + "essero" ; --# notpresent - Cond Sg P1 => ca_ + "rei" ; --# notpresent - Cond Sg P2 => ca_ + "resti" ; --# notpresent - Cond Sg P3 => ca_ + "rebbe" ; --# notpresent - Cond Pl P1 => ca_ + "remmo" ; --# notpresent - Cond Pl P2 => ca_ + "reste" ; --# notpresent - Cond Pl P3 => ca_ + "rebbero" ; --# notpresent - Imper SgP2 => ca_ + "i" ; - Imper PlP1 => ca_ + "iamo" ; - Imper PlP2 => ca_ + "ete" ; - Ger => ca_ + "endo" ; - Part PresP Masc Sg => ca_ + "ente" ; - Part PresP Masc Pl => ca_ + "enti" ; - Part PresP Fem Sg => ca_ + "ente" ; - Part PresP Fem Pl => ca_ + "enti" ; - Part PassP Masc Sg => ca_ + "uto" ; - Part PassP Masc Pl => ca_ + "uti" ; - Part PassP Fem Sg => ca_ + "uta" ; - Part PassP Fem Pl => ca_ + "ute" - } - } ; - -oper chiedere_29 : Str -> Verbo = \chiedere -> - let chie_ = Predef.tk 4 chiedere in - {s = table { - Inf => chie_ + "dere" ; - InfClit => chie_ + "der" ; - Indi Pres Sg P1 => chie_ + "do" ; - Indi Pres Sg P2 => chie_ + "di" ; - Indi Pres Sg P3 => chie_ + "de" ; - Indi Pres Pl P1 => chie_ + "diamo" ; - Indi Pres Pl P2 => chie_ + "dete" ; - Indi Pres Pl P3 => chie_ + "dono" ; - Indi Imperf Sg P1 => chie_ + "devo" ; --# notpresent - Indi Imperf Sg P2 => chie_ + "devi" ; --# notpresent - Indi Imperf Sg P3 => chie_ + "deva" ; --# notpresent - Indi Imperf Pl P1 => chie_ + "devamo" ; --# notpresent - Indi Imperf Pl P2 => chie_ + "devate" ; --# notpresent - Indi Imperf Pl P3 => chie_ + "devano" ; --# notpresent - Pass Sg P1 => chie_ + "si" ; --# notpresent - Pass Sg P2 => chie_ + "desti" ; --# notpresent - Pass Sg P3 => chie_ + "se" ; --# notpresent - Pass Pl P1 => chie_ + "demmo" ; --# notpresent - Pass Pl P2 => chie_ + "deste" ; --# notpresent - Pass Pl P3 => chie_ + "sero" ; --# notpresent - Fut Sg P1 => chie_ + "derò" ; --# notpresent - Fut Sg P2 => chie_ + "derai" ; --# notpresent - Fut Sg P3 => chie_ + "derà" ; --# notpresent - Fut Pl P1 => chie_ + "deremo" ; --# notpresent - Fut Pl P2 => chie_ + "derete" ; --# notpresent - Fut Pl P3 => chie_ + "deranno" ; --# notpresent - Cong Pres Sg P1 => chie_ + "da" ; - Cong Pres Sg P2 => chie_ + "da" ; - Cong Pres Sg P3 => chie_ + "da" ; - Cong Pres Pl P1 => chie_ + "diamo" ; - Cong Pres Pl P2 => chie_ + "diate" ; - Cong Pres Pl P3 => chie_ + "dano" ; - Cong Imperf Sg P1 => chie_ + "dessi" ; --# notpresent - Cong Imperf Sg P2 => chie_ + "dessi" ; --# notpresent - Cong Imperf Sg P3 => chie_ + "desse" ; --# notpresent - Cong Imperf Pl P1 => chie_ + "dessimo" ; --# notpresent - Cong Imperf Pl P2 => chie_ + "deste" ; --# notpresent - Cong Imperf Pl P3 => chie_ + "dessero" ; --# notpresent - Cond Sg P1 => chie_ + "derei" ; --# notpresent - Cond Sg P2 => chie_ + "deresti" ; --# notpresent - Cond Sg P3 => chie_ + "derebbe" ; --# notpresent - Cond Pl P1 => chie_ + "deremmo" ; --# notpresent - Cond Pl P2 => chie_ + "dereste" ; --# notpresent - Cond Pl P3 => chie_ + "derebbero" ; --# notpresent - Imper SgP2 => chie_ + "di" ; - Imper PlP1 => chie_ + "diamo" ; - Imper PlP2 => chie_ + "dete" ; - Ger => chie_ + "dendo" ; - Part PresP Masc Sg => chie_ + "dente" ; - Part PresP Masc Pl => chie_ + "denti" ; - Part PresP Fem Sg => chie_ + "dente" ; - Part PresP Fem Pl => chie_ + "denti" ; - Part PassP Masc Sg => chie_ + "sto" ; - Part PassP Masc Pl => chie_ + "sti" ; - Part PassP Fem Sg => chie_ + "sta" ; - Part PassP Fem Pl => chie_ + "ste" - } - } ; - -oper chiudere_30 : Str -> Verbo = \chiudere -> - let chiu_ = Predef.tk 4 chiudere in - {s = table { - Inf => chiu_ + "dere" ; - InfClit => chiu_ + "der" ; - Indi Pres Sg P1 => chiu_ + "do" ; - Indi Pres Sg P2 => chiu_ + "di" ; - Indi Pres Sg P3 => chiu_ + "de" ; - Indi Pres Pl P1 => chiu_ + "diamo" ; - Indi Pres Pl P2 => chiu_ + "dete" ; - Indi Pres Pl P3 => chiu_ + "dono" ; - Indi Imperf Sg P1 => chiu_ + "devo" ; --# notpresent - Indi Imperf Sg P2 => chiu_ + "devi" ; --# notpresent - Indi Imperf Sg P3 => chiu_ + "deva" ; --# notpresent - Indi Imperf Pl P1 => chiu_ + "devamo" ; --# notpresent - Indi Imperf Pl P2 => chiu_ + "devate" ; --# notpresent - Indi Imperf Pl P3 => chiu_ + "devano" ; --# notpresent - Pass Sg P1 => chiu_ + "si" ; --# notpresent - Pass Sg P2 => chiu_ + "desti" ; --# notpresent - Pass Sg P3 => chiu_ + "se" ; --# notpresent - Pass Pl P1 => chiu_ + "demmo" ; --# notpresent - Pass Pl P2 => chiu_ + "deste" ; --# notpresent - Pass Pl P3 => chiu_ + "sero" ; --# notpresent - Fut Sg P1 => chiu_ + "derò" ; --# notpresent - Fut Sg P2 => chiu_ + "derai" ; --# notpresent - Fut Sg P3 => chiu_ + "derà" ; --# notpresent - Fut Pl P1 => chiu_ + "deremo" ; --# notpresent - Fut Pl P2 => chiu_ + "derete" ; --# notpresent - Fut Pl P3 => chiu_ + "deranno" ; --# notpresent - Cong Pres Sg P1 => chiu_ + "da" ; - Cong Pres Sg P2 => chiu_ + "da" ; - Cong Pres Sg P3 => chiu_ + "da" ; - Cong Pres Pl P1 => chiu_ + "diamo" ; - Cong Pres Pl P2 => chiu_ + "diate" ; - Cong Pres Pl P3 => chiu_ + "dano" ; - Cong Imperf Sg P1 => chiu_ + "dessi" ; --# notpresent - Cong Imperf Sg P2 => chiu_ + "dessi" ; --# notpresent - Cong Imperf Sg P3 => chiu_ + "desse" ; --# notpresent - Cong Imperf Pl P1 => chiu_ + "dessimo" ; --# notpresent - Cong Imperf Pl P2 => chiu_ + "deste" ; --# notpresent - Cong Imperf Pl P3 => chiu_ + "dessero" ; --# notpresent - Cond Sg P1 => chiu_ + "derei" ; --# notpresent - Cond Sg P2 => chiu_ + "deresti" ; --# notpresent - Cond Sg P3 => chiu_ + "derebbe" ; --# notpresent - Cond Pl P1 => chiu_ + "deremmo" ; --# notpresent - Cond Pl P2 => chiu_ + "dereste" ; --# notpresent - Cond Pl P3 => chiu_ + "derebbero" ; --# notpresent - Imper SgP2 => chiu_ + "di" ; - Imper PlP1 => chiu_ + "diamo" ; - Imper PlP2 => chiu_ + "dete" ; - Ger => chiu_ + "dendo" ; - Part PresP Masc Sg => chiu_ + "dente" ; - Part PresP Masc Pl => chiu_ + "denti" ; - Part PresP Fem Sg => chiu_ + "dente" ; - Part PresP Fem Pl => chiu_ + "denti" ; - Part PassP Masc Sg => chiu_ + "so" ; - Part PassP Masc Pl => chiu_ + "si" ; - Part PassP Fem Sg => chiu_ + "sa" ; - Part PassP Fem Pl => chiu_ + "se" - } - } ; - -oper cingere_31 : Str -> Verbo = \cingere -> - let cin_ = Predef.tk 4 cingere in - {s = table { - Inf => cin_ + "gere" ; - InfClit => cin_ + "ger" ; - Indi Pres Sg P1 => cin_ + "go" ; - Indi Pres Sg P2 => cin_ + "gi" ; - Indi Pres Sg P3 => cin_ + "ge" ; - Indi Pres Pl P1 => cin_ + "giamo" ; - Indi Pres Pl P2 => cin_ + "gete" ; - Indi Pres Pl P3 => cin_ + "gono" ; - Indi Imperf Sg P1 => cin_ + "gevo" ; --# notpresent - Indi Imperf Sg P2 => cin_ + "gevi" ; --# notpresent - Indi Imperf Sg P3 => cin_ + "geva" ; --# notpresent - Indi Imperf Pl P1 => cin_ + "gevamo" ; --# notpresent - Indi Imperf Pl P2 => cin_ + "gevate" ; --# notpresent - Indi Imperf Pl P3 => cin_ + "gevano" ; --# notpresent - Pass Sg P1 => cin_ + "si" ; --# notpresent - Pass Sg P2 => cin_ + "gesti" ; --# notpresent - Pass Sg P3 => cin_ + "se" ; --# notpresent - Pass Pl P1 => cin_ + "gemmo" ; --# notpresent - Pass Pl P2 => cin_ + "geste" ; --# notpresent - Pass Pl P3 => cin_ + "sero" ; --# notpresent - Fut Sg P1 => cin_ + "gerò" ; --# notpresent - Fut Sg P2 => cin_ + "gerai" ; --# notpresent - Fut Sg P3 => cin_ + "gerà" ; --# notpresent - Fut Pl P1 => cin_ + "geremo" ; --# notpresent - Fut Pl P2 => cin_ + "gerete" ; --# notpresent - Fut Pl P3 => cin_ + "geranno" ; --# notpresent - Cong Pres Sg P1 => cin_ + "ga" ; - Cong Pres Sg P2 => cin_ + "ga" ; - Cong Pres Sg P3 => cin_ + "ga" ; - Cong Pres Pl P1 => cin_ + "giamo" ; - Cong Pres Pl P2 => cin_ + "giate" ; - Cong Pres Pl P3 => cin_ + "gano" ; - Cong Imperf Sg P1 => cin_ + "gessi" ; --# notpresent - Cong Imperf Sg P2 => cin_ + "gessi" ; --# notpresent - Cong Imperf Sg P3 => cin_ + "gesse" ; --# notpresent - Cong Imperf Pl P1 => cin_ + "gessimo" ; --# notpresent - Cong Imperf Pl P2 => cin_ + "geste" ; --# notpresent - Cong Imperf Pl P3 => cin_ + "gessero" ; --# notpresent - Cond Sg P1 => cin_ + "gerei" ; --# notpresent - Cond Sg P2 => cin_ + "geresti" ; --# notpresent - Cond Sg P3 => cin_ + "gerebbe" ; --# notpresent - Cond Pl P1 => cin_ + "geremmo" ; --# notpresent - Cond Pl P2 => cin_ + "gereste" ; --# notpresent - Cond Pl P3 => cin_ + "gerebbero" ; --# notpresent - Imper SgP2 => cin_ + "gi" ; - Imper PlP1 => cin_ + "giamo" ; - Imper PlP2 => cin_ + "gete" ; - Ger => cin_ + "gendo" ; - Part PresP Masc Sg => cin_ + "gente" ; - Part PresP Masc Pl => cin_ + "genti" ; - Part PresP Fem Sg => cin_ + "gente" ; - Part PresP Fem Pl => cin_ + "genti" ; - Part PassP Masc Sg => cin_ + "to" ; - Part PassP Masc Pl => cin_ + "ti" ; - Part PassP Fem Sg => cin_ + "ta" ; - Part PassP Fem Pl => cin_ + "te" - } - } ; - -oper cogliere_32 : Str -> Verbo = \cogliere -> - let co_ = Predef.tk 6 cogliere in - {s = table { - Inf => co_ + "gliere" ; - InfClit => co_ + "glier" ; - Indi Pres Sg P1 => co_ + "lgo" ; - Indi Pres Sg P2 => co_ + "gli" ; - Indi Pres Sg P3 => co_ + "glie" ; - Indi Pres Pl P1 => co_ + "gliamo" ; - Indi Pres Pl P2 => co_ + "gliete" ; - Indi Pres Pl P3 => co_ + "lgono" ; - Indi Imperf Sg P1 => co_ + "glievo" ; --# notpresent - Indi Imperf Sg P2 => co_ + "glievi" ; --# notpresent - Indi Imperf Sg P3 => co_ + "glieva" ; --# notpresent - Indi Imperf Pl P1 => co_ + "glievamo" ; --# notpresent - Indi Imperf Pl P2 => co_ + "glievate" ; --# notpresent - Indi Imperf Pl P3 => co_ + "glievano" ; --# notpresent - Pass Sg P1 => co_ + "lsi" ; --# notpresent - Pass Sg P2 => co_ + "gliesti" ; --# notpresent - Pass Sg P3 => co_ + "lse" ; --# notpresent - Pass Pl P1 => co_ + "gliemmo" ; --# notpresent - Pass Pl P2 => co_ + "glieste" ; --# notpresent - Pass Pl P3 => co_ + "lsero" ; --# notpresent - Fut Sg P1 => co_ + "glierò" ; --# notpresent - Fut Sg P2 => co_ + "glierai" ; --# notpresent - Fut Sg P3 => co_ + "glierà" ; --# notpresent - Fut Pl P1 => co_ + "glieremo" ; --# notpresent - Fut Pl P2 => co_ + "glierete" ; --# notpresent - Fut Pl P3 => co_ + "glieranno" ; --# notpresent - Cong Pres Sg P1 => co_ + "lga" ; - Cong Pres Sg P2 => co_ + "lga" ; - Cong Pres Sg P3 => co_ + "lga" ; - Cong Pres Pl P1 => co_ + "gliamo" ; - Cong Pres Pl P2 => co_ + "gliate" ; - Cong Pres Pl P3 => co_ + "lgano" ; - Cong Imperf Sg P1 => co_ + "gliessi" ; --# notpresent - Cong Imperf Sg P2 => co_ + "gliessi" ; --# notpresent - Cong Imperf Sg P3 => co_ + "gliesse" ; --# notpresent - Cong Imperf Pl P1 => co_ + "gliessimo" ; --# notpresent - Cong Imperf Pl P2 => co_ + "glieste" ; --# notpresent - Cong Imperf Pl P3 => co_ + "gliessero" ; --# notpresent - Cond Sg P1 => co_ + "glierei" ; --# notpresent - Cond Sg P2 => co_ + "glieresti" ; --# notpresent - Cond Sg P3 => co_ + "glierebbe" ; --# notpresent - Cond Pl P1 => co_ + "glieremmo" ; --# notpresent - Cond Pl P2 => co_ + "gliereste" ; --# notpresent - Cond Pl P3 => co_ + "glierebbero" ; --# notpresent - Imper SgP2 => co_ + "gli" ; - Imper PlP1 => co_ + "gliamo" ; - Imper PlP2 => co_ + "gliete" ; - Ger => co_ + "gliendo" ; - Part PresP Masc Sg => co_ + "gliente" ; - Part PresP Masc Pl => co_ + "glienti" ; - Part PresP Fem Sg => co_ + "gliente" ; - Part PresP Fem Pl => co_ + "glienti" ; - Part PassP Masc Sg => co_ + "lto" ; - Part PassP Masc Pl => co_ + "lti" ; - Part PassP Fem Sg => co_ + "lta" ; - Part PassP Fem Pl => co_ + "lte" - } - } ; - -oper compiere_33 : Str -> Verbo = \compiere -> - let compi_ = Predef.tk 3 compiere in - {s = table { - Inf => compi_ + "ere" ; - InfClit => compi_ + "er" ; - Indi Pres Sg P1 => compi_ + "o" ; - Indi Pres Sg P2 => compi_ + "" ; - Indi Pres Sg P3 => compi_ + "e" ; - Indi Pres Pl P1 => compi_ + "amo" ; - Indi Pres Pl P2 => compi_ + "te" ; - Indi Pres Pl P3 => compi_ + "ono" ; - Indi Imperf Sg P1 => compi_ + "evo" ; --# notpresent - Indi Imperf Sg P2 => compi_ + "evi" ; --# notpresent - Indi Imperf Sg P3 => compi_ + "eva" ; --# notpresent - Indi Imperf Pl P1 => compi_ + "evamo" ; --# notpresent - Indi Imperf Pl P2 => compi_ + "evate" ; --# notpresent - Indi Imperf Pl P3 => compi_ + "evano" ; --# notpresent - Pass Sg P1 => compi_ + "ei" ; --# notpresent - Pass Sg P2 => compi_ + "esti" ; --# notpresent - Pass Sg P3 => compi_ + "é" ; --# notpresent - Pass Pl P1 => compi_ + "emmo" ; --# notpresent - Pass Pl P2 => compi_ + "este" ; --# notpresent - Pass Pl P3 => compi_ + "erono" ; --# notpresent - Fut Sg P1 => compi_ + "rò" ; --# notpresent - Fut Sg P2 => compi_ + "rai" ; --# notpresent - Fut Sg P3 => compi_ + "rà" ; --# notpresent - Fut Pl P1 => compi_ + "remo" ; --# notpresent - Fut Pl P2 => compi_ + "rete" ; --# notpresent - Fut Pl P3 => compi_ + "ranno" ; --# notpresent - Cong Pres Sg P1 => compi_ + "a" ; - Cong Pres Sg P2 => compi_ + "a" ; - Cong Pres Sg P3 => compi_ + "a" ; - Cong Pres Pl P1 => compi_ + "amo" ; - Cong Pres Pl P2 => compi_ + "ate" ; - Cong Pres Pl P3 => compi_ + "ano" ; - Cong Imperf Sg P1 => compi_ + "essi" ; --# notpresent - Cong Imperf Sg P2 => compi_ + "essi" ; --# notpresent - Cong Imperf Sg P3 => compi_ + "esse" ; --# notpresent - Cong Imperf Pl P1 => compi_ + "essimo" ; --# notpresent - Cong Imperf Pl P2 => compi_ + "este" ; --# notpresent - Cong Imperf Pl P3 => compi_ + "essero" ; --# notpresent - Cond Sg P1 => compi_ + "rei" ; --# notpresent - Cond Sg P2 => compi_ + "resti" ; --# notpresent - Cond Sg P3 => compi_ + "rebbe" ; --# notpresent - Cond Pl P1 => compi_ + "remmo" ; --# notpresent - Cond Pl P2 => compi_ + "reste" ; --# notpresent - Cond Pl P3 => compi_ + "rebbero" ; --# notpresent - Imper SgP2 => compi_ + "" ; - Imper PlP1 => compi_ + "amo" ; - Imper PlP2 => compi_ + "ete" ; - Ger => compi_ + "endo" ; - Part PresP Masc Sg => compi_ + "ente" ; - Part PresP Masc Pl => compi_ + "enti" ; - Part PresP Fem Sg => compi_ + "ente" ; - Part PresP Fem Pl => compi_ + "enti" ; - Part PassP Masc Sg => compi_ + "uto" ; - Part PassP Masc Pl => compi_ + "uti" ; - Part PassP Fem Sg => compi_ + "uta" ; - Part PassP Fem Pl => compi_ + "ute" - } - } ; - -oper compire_33b : Str -> Verbo = \cire -> - let c_ = Predef.tk 3 cire in - {s = table { - Inf => c_ + "ire" ; - InfClit => c_ + "ir" ; - Indi Pres Sg P1 => c_ + "isco" ; - Indi Pres Sg P2 => c_ + "isci" ; - Indi Pres Sg P3 => c_ + "isce" ; - Indi Pres Pl P1 => c_ + "iamo" ; - Indi Pres Pl P2 => c_ + "ite" ; - Indi Pres Pl P3 => c_ + "iscono" ; - Indi Imperf Sg P1 => c_ + "ivo" ; --# notpresent - Indi Imperf Sg P2 => c_ + "ivi" ; --# notpresent - Indi Imperf Sg P3 => c_ + "iva" ; --# notpresent - Indi Imperf Pl P1 => c_ + "ivamo" ; --# notpresent - Indi Imperf Pl P2 => c_ + "ivate" ; --# notpresent - Indi Imperf Pl P3 => c_ + "ivano" ; --# notpresent - Pass Sg P1 => c_ + "ii" ; --# notpresent - Pass Sg P2 => c_ + "isti" ; --# notpresent - Pass Sg P3 => c_ + "ì" ; --# notpresent - Pass Pl P1 => c_ + "immo" ; --# notpresent - Pass Pl P2 => c_ + "iste" ; --# notpresent - Pass Pl P3 => c_ + "irono" ; --# notpresent - Fut Sg P1 => c_ + "irò" ; --# notpresent - Fut Sg P2 => c_ + "irai" ; --# notpresent - Fut Sg P3 => c_ + "irà" ; --# notpresent - Fut Pl P1 => c_ + "iremo" ; --# notpresent - Fut Pl P2 => c_ + "irete" ; --# notpresent - Fut Pl P3 => c_ + "iranno" ; --# notpresent - Cong Pres Sg P1 => c_ + "isca" ; - Cong Pres Sg P2 => c_ + "isca" ; - Cong Pres Sg P3 => c_ + "isca" ; - Cong Pres Pl P1 => c_ + "iamo" ; - Cong Pres Pl P2 => c_ + "iate" ; - Cong Pres Pl P3 => c_ + "iscano" ; - Cong Imperf Sg P1 => c_ + "issi" ; --# notpresent - Cong Imperf Sg P2 => c_ + "issi" ; --# notpresent - Cong Imperf Sg P3 => c_ + "isse" ; --# notpresent - Cong Imperf Pl P1 => c_ + "issimo" ; --# notpresent - Cong Imperf Pl P2 => c_ + "iste" ; --# notpresent - Cong Imperf Pl P3 => c_ + "issero" ; --# notpresent - Cond Sg P1 => c_ + "irei" ; --# notpresent - Cond Sg P2 => c_ + "iresti" ; --# notpresent - Cond Sg P3 => c_ + "irebbe" ; --# notpresent - Cond Pl P1 => c_ + "iremmo" ; --# notpresent - Cond Pl P2 => c_ + "ireste" ; --# notpresent - Cond Pl P3 => c_ + "irebbero" ; --# notpresent - Imper SgP2 => c_ + "isci" ; - Imper PlP1 => c_ + "iamo" ; - Imper PlP2 => c_ + "ite" ; - Ger => c_ + "ompiendo" ; - Part PresP Masc Sg => c_ + "ompiente" ; - Part PresP Masc Pl => c_ + "ompienti" ; - Part PresP Fem Sg => c_ + "ompiente" ; - Part PresP Fem Pl => c_ + "ompienti" ; - Part PassP Masc Sg => c_ + "ito" ; - Part PassP Masc Pl => c_ + "iti" ; - Part PassP Fem Sg => c_ + "ita" ; - Part PassP Fem Pl => c_ + "ite" - } - } ; - -oper comprimere_34 : Str -> Verbo = \comprimere -> - let compr_ = Predef.tk 5 comprimere in - {s = table { - Inf => compr_ + "imere" ; - InfClit => compr_ + "imer" ; - Indi Pres Sg P1 => compr_ + "imo" ; - Indi Pres Sg P2 => compr_ + "imi" ; - Indi Pres Sg P3 => compr_ + "ime" ; - Indi Pres Pl P1 => compr_ + "imiamo" ; - Indi Pres Pl P2 => compr_ + "imete" ; - Indi Pres Pl P3 => compr_ + "imono" ; - Indi Imperf Sg P1 => compr_ + "imevo" ; --# notpresent - Indi Imperf Sg P2 => compr_ + "imevi" ; --# notpresent - Indi Imperf Sg P3 => compr_ + "imeva" ; --# notpresent - Indi Imperf Pl P1 => compr_ + "imevamo" ; --# notpresent - Indi Imperf Pl P2 => compr_ + "imevate" ; --# notpresent - Indi Imperf Pl P3 => compr_ + "imevano" ; --# notpresent - Pass Sg P1 => compr_ + "essi" ; --# notpresent - Pass Sg P2 => compr_ + "imesti" ; --# notpresent - Pass Sg P3 => compr_ + "esse" ; --# notpresent - Pass Pl P1 => compr_ + "imemmo" ; --# notpresent - Pass Pl P2 => compr_ + "imeste" ; --# notpresent - Pass Pl P3 => compr_ + "essero" ; --# notpresent - Fut Sg P1 => compr_ + "imerò" ; --# notpresent - Fut Sg P2 => compr_ + "imerai" ; --# notpresent - Fut Sg P3 => compr_ + "imerà" ; --# notpresent - Fut Pl P1 => compr_ + "imeremo" ; --# notpresent - Fut Pl P2 => compr_ + "imerete" ; --# notpresent - Fut Pl P3 => compr_ + "imeranno" ; --# notpresent - Cong Pres Sg P1 => compr_ + "ima" ; - Cong Pres Sg P2 => compr_ + "ima" ; - Cong Pres Sg P3 => compr_ + "ima" ; - Cong Pres Pl P1 => compr_ + "imiamo" ; - Cong Pres Pl P2 => compr_ + "imiate" ; - Cong Pres Pl P3 => compr_ + "imano" ; - Cong Imperf Sg P1 => compr_ + "imessi" ; --# notpresent - Cong Imperf Sg P2 => compr_ + "imessi" ; --# notpresent - Cong Imperf Sg P3 => compr_ + "imesse" ; --# notpresent - Cong Imperf Pl P1 => compr_ + "imessimo" ; --# notpresent - Cong Imperf Pl P2 => compr_ + "imeste" ; --# notpresent - Cong Imperf Pl P3 => compr_ + "imessero" ; --# notpresent - Cond Sg P1 => compr_ + "imerei" ; --# notpresent - Cond Sg P2 => compr_ + "imeresti" ; --# notpresent - Cond Sg P3 => compr_ + "imerebbe" ; --# notpresent - Cond Pl P1 => compr_ + "imeremmo" ; --# notpresent - Cond Pl P2 => compr_ + "imereste" ; --# notpresent - Cond Pl P3 => compr_ + "imerebbero" ; --# notpresent - Imper SgP2 => compr_ + "imi" ; - Imper PlP1 => compr_ + "imiamo" ; - Imper PlP2 => compr_ + "imete" ; - Ger => compr_ + "imendo" ; - Part PresP Masc Sg => compr_ + "imente" ; - Part PresP Masc Pl => compr_ + "imenti" ; - Part PresP Fem Sg => compr_ + "imente" ; - Part PresP Fem Pl => compr_ + "imenti" ; - Part PassP Masc Sg => compr_ + "esso" ; - Part PassP Masc Pl => compr_ + "essi" ; - Part PassP Fem Sg => compr_ + "essa" ; - Part PassP Fem Pl => compr_ + "esse" - } - } ; - -oper concedere_35 : Str -> Verbo = \concedere -> - let conce_ = Predef.tk 4 concedere in - {s = table { - Inf => conce_ + "dere" ; - InfClit => conce_ + "der" ; - Indi Pres Sg P1 => conce_ + "do" ; - Indi Pres Sg P2 => conce_ + "di" ; - Indi Pres Sg P3 => conce_ + "de" ; - Indi Pres Pl P1 => conce_ + "diamo" ; - Indi Pres Pl P2 => conce_ + "dete" ; - Indi Pres Pl P3 => conce_ + "dono" ; - Indi Imperf Sg P1 => conce_ + "devo" ; --# notpresent - Indi Imperf Sg P2 => conce_ + "devi" ; --# notpresent - Indi Imperf Sg P3 => conce_ + "deva" ; --# notpresent - Indi Imperf Pl P1 => conce_ + "devamo" ; --# notpresent - Indi Imperf Pl P2 => conce_ + "devate" ; --# notpresent - Indi Imperf Pl P3 => conce_ + "devano" ; --# notpresent - Pass Sg P1 => conce_ + "ssi" ; --# notpresent - Pass Sg P2 => conce_ + "desti" ; --# notpresent - Pass Sg P3 => conce_ + "sse" ; --# notpresent - Pass Pl P1 => conce_ + "demmo" ; --# notpresent - Pass Pl P2 => conce_ + "deste" ; --# notpresent - Pass Pl P3 => conce_ + "ssero" ; --# notpresent - Fut Sg P1 => conce_ + "derò" ; --# notpresent - Fut Sg P2 => conce_ + "derai" ; --# notpresent - Fut Sg P3 => conce_ + "derà" ; --# notpresent - Fut Pl P1 => conce_ + "deremo" ; --# notpresent - Fut Pl P2 => conce_ + "derete" ; --# notpresent - Fut Pl P3 => conce_ + "deranno" ; --# notpresent - Cong Pres Sg P1 => conce_ + "da" ; - Cong Pres Sg P2 => conce_ + "da" ; - Cong Pres Sg P3 => conce_ + "da" ; - Cong Pres Pl P1 => conce_ + "diamo" ; - Cong Pres Pl P2 => conce_ + "diate" ; - Cong Pres Pl P3 => conce_ + "dano" ; - Cong Imperf Sg P1 => conce_ + "dessi" ; --# notpresent - Cong Imperf Sg P2 => conce_ + "dessi" ; --# notpresent - Cong Imperf Sg P3 => conce_ + "desse" ; --# notpresent - Cong Imperf Pl P1 => conce_ + "dessimo" ; --# notpresent - Cong Imperf Pl P2 => conce_ + "deste" ; --# notpresent - Cong Imperf Pl P3 => conce_ + "dessero" ; --# notpresent - Cond Sg P1 => conce_ + "derei" ; --# notpresent - Cond Sg P2 => conce_ + "deresti" ; --# notpresent - Cond Sg P3 => conce_ + "derebbe" ; --# notpresent - Cond Pl P1 => conce_ + "deremmo" ; --# notpresent - Cond Pl P2 => conce_ + "dereste" ; --# notpresent - Cond Pl P3 => conce_ + "derebbero" ; --# notpresent - Imper SgP2 => conce_ + "di" ; - Imper PlP1 => conce_ + "diamo" ; - Imper PlP2 => conce_ + "dete" ; - Ger => conce_ + "dendo" ; - Part PresP Masc Sg => conce_ + "dente" ; - Part PresP Masc Pl => conce_ + "denti" ; - Part PresP Fem Sg => conce_ + "dente" ; - Part PresP Fem Pl => conce_ + "denti" ; - Part PassP Masc Sg => conce_ + "sso" ; - Part PassP Masc Pl => conce_ + "ssi" ; - Part PassP Fem Sg => conce_ + "ssa" ; - Part PassP Fem Pl => conce_ + "sse" - } - } ; - -oper condurre_36 : Str -> Verbo = \condurre -> - let cond_ = Predef.tk 4 condurre in - {s = table { - Inf => cond_ + "urre" ; - InfClit => cond_ + "ur" ; - Indi Pres Sg P1 => cond_ + "uco" ; - Indi Pres Sg P2 => cond_ + "uci" ; - Indi Pres Sg P3 => cond_ + "uce" ; - Indi Pres Pl P1 => cond_ + "uciamo" ; - Indi Pres Pl P2 => cond_ + "ucete" ; - Indi Pres Pl P3 => cond_ + "ucono" ; - Indi Imperf Sg P1 => cond_ + "ucevo" ; --# notpresent - Indi Imperf Sg P2 => cond_ + "ucevi" ; --# notpresent - Indi Imperf Sg P3 => cond_ + "uceva" ; --# notpresent - Indi Imperf Pl P1 => cond_ + "ucevamo" ; --# notpresent - Indi Imperf Pl P2 => cond_ + "ucevate" ; --# notpresent - Indi Imperf Pl P3 => cond_ + "ucevano" ; --# notpresent - Pass Sg P1 => cond_ + "ussi" ; --# notpresent - Pass Sg P2 => cond_ + "ucesti" ; --# notpresent - Pass Sg P3 => cond_ + "usse" ; --# notpresent - Pass Pl P1 => cond_ + "ucemmo" ; --# notpresent - Pass Pl P2 => cond_ + "uceste" ; --# notpresent - Pass Pl P3 => cond_ + "ussero" ; --# notpresent - Fut Sg P1 => cond_ + "urrò" ; --# notpresent - Fut Sg P2 => cond_ + "urrai" ; --# notpresent - Fut Sg P3 => cond_ + "urrà" ; --# notpresent - Fut Pl P1 => cond_ + "urremo" ; --# notpresent - Fut Pl P2 => cond_ + "urrete" ; --# notpresent - Fut Pl P3 => cond_ + "urranno" ; --# notpresent - Cong Pres Sg P1 => cond_ + "uca" ; - Cong Pres Sg P2 => cond_ + "uca" ; - Cong Pres Sg P3 => cond_ + "uca" ; - Cong Pres Pl P1 => cond_ + "uciamo" ; - Cong Pres Pl P2 => cond_ + "uciate" ; - Cong Pres Pl P3 => cond_ + "ucano" ; - Cong Imperf Sg P1 => cond_ + "ucessi" ; --# notpresent - Cong Imperf Sg P2 => cond_ + "ucessi" ; --# notpresent - Cong Imperf Sg P3 => cond_ + "ucesse" ; --# notpresent - Cong Imperf Pl P1 => cond_ + "ucessimo" ; --# notpresent - Cong Imperf Pl P2 => cond_ + "uceste" ; --# notpresent - Cong Imperf Pl P3 => cond_ + "ucessero" ; --# notpresent - Cond Sg P1 => cond_ + "urrei" ; --# notpresent - Cond Sg P2 => cond_ + "urresti" ; --# notpresent - Cond Sg P3 => cond_ + "urrebbe" ; --# notpresent - Cond Pl P1 => cond_ + "urremmo" ; --# notpresent - Cond Pl P2 => cond_ + "urreste" ; --# notpresent - Cond Pl P3 => cond_ + "urrebbero" ; --# notpresent - Imper SgP2 => cond_ + "uci" ; - Imper PlP1 => cond_ + "uciamo" ; - Imper PlP2 => cond_ + "ucete" ; - Ger => cond_ + "ucendo" ; - Part PresP Masc Sg => cond_ + "ucente" ; - Part PresP Masc Pl => cond_ + "ucenti" ; - Part PresP Fem Sg => cond_ + "ucente" ; - Part PresP Fem Pl => cond_ + "ucenti" ; - Part PassP Masc Sg => cond_ + "otto" ; - Part PassP Masc Pl => cond_ + "otti" ; - Part PassP Fem Sg => cond_ + "otta" ; - Part PassP Fem Pl => cond_ + "otte" - } - } ; - -oper conoscere_37 : Str -> Verbo = \conoscere -> - let cono_ = Predef.tk 5 conoscere in - {s = table { - Inf => cono_ + "scere" ; - InfClit => cono_ + "scer" ; - Indi Pres Sg P1 => cono_ + "sco" ; - Indi Pres Sg P2 => cono_ + "sci" ; - Indi Pres Sg P3 => cono_ + "sce" ; - Indi Pres Pl P1 => cono_ + "sciamo" ; - Indi Pres Pl P2 => cono_ + "scete" ; - Indi Pres Pl P3 => cono_ + "scono" ; - Indi Imperf Sg P1 => cono_ + "scevo" ; --# notpresent - Indi Imperf Sg P2 => cono_ + "scevi" ; --# notpresent - Indi Imperf Sg P3 => cono_ + "sceva" ; --# notpresent - Indi Imperf Pl P1 => cono_ + "scevamo" ; --# notpresent - Indi Imperf Pl P2 => cono_ + "scevate" ; --# notpresent - Indi Imperf Pl P3 => cono_ + "scevano" ; --# notpresent - Pass Sg P1 => cono_ + "bbi" ; --# notpresent - Pass Sg P2 => cono_ + "scesti" ; --# notpresent - Pass Sg P3 => cono_ + "bbe" ; --# notpresent - Pass Pl P1 => cono_ + "scemmo" ; --# notpresent - Pass Pl P2 => cono_ + "sceste" ; --# notpresent - Pass Pl P3 => cono_ + "bbero" ; --# notpresent - Fut Sg P1 => cono_ + "scerò" ; --# notpresent - Fut Sg P2 => cono_ + "scerai" ; --# notpresent - Fut Sg P3 => cono_ + "scerà" ; --# notpresent - Fut Pl P1 => cono_ + "sceremo" ; --# notpresent - Fut Pl P2 => cono_ + "scerete" ; --# notpresent - Fut Pl P3 => cono_ + "sceranno" ; --# notpresent - Cong Pres Sg P1 => cono_ + "sca" ; - Cong Pres Sg P2 => cono_ + "sca" ; - Cong Pres Sg P3 => cono_ + "sca" ; - Cong Pres Pl P1 => cono_ + "sciamo" ; - Cong Pres Pl P2 => cono_ + "sciate" ; - Cong Pres Pl P3 => cono_ + "scano" ; - Cong Imperf Sg P1 => cono_ + "scessi" ; --# notpresent - Cong Imperf Sg P2 => cono_ + "scessi" ; --# notpresent - Cong Imperf Sg P3 => cono_ + "scesse" ; --# notpresent - Cong Imperf Pl P1 => cono_ + "scessimo" ; --# notpresent - Cong Imperf Pl P2 => cono_ + "sceste" ; --# notpresent - Cong Imperf Pl P3 => cono_ + "scessero" ; --# notpresent - Cond Sg P1 => cono_ + "scerei" ; --# notpresent - Cond Sg P2 => cono_ + "sceresti" ; --# notpresent - Cond Sg P3 => cono_ + "scerebbe" ; --# notpresent - Cond Pl P1 => cono_ + "sceremmo" ; --# notpresent - Cond Pl P2 => cono_ + "scereste" ; --# notpresent - Cond Pl P3 => cono_ + "scerebbero" ; --# notpresent - Imper SgP2 => cono_ + "sci" ; - Imper PlP1 => cono_ + "sciamo" ; - Imper PlP2 => cono_ + "scete" ; - Ger => cono_ + "scendo" ; - Part PresP Masc Sg => cono_ + "scente" ; - Part PresP Masc Pl => cono_ + "scenti" ; - Part PresP Fem Sg => cono_ + "scente" ; - Part PresP Fem Pl => cono_ + "scenti" ; - Part PassP Masc Sg => cono_ + "sciuto" ; - Part PassP Masc Pl => cono_ + "sciuti" ; - Part PassP Fem Sg => cono_ + "sciuta" ; - Part PassP Fem Pl => cono_ + "sciute" - } - } ; - -oper correre_38 : Str -> Verbo = \correre -> - let cor_ = Predef.tk 4 correre in - {s = table { - Inf => cor_ + "rere" ; - InfClit => cor_ + "rer" ; - Indi Pres Sg P1 => cor_ + "ro" ; - Indi Pres Sg P2 => cor_ + "ri" ; - Indi Pres Sg P3 => cor_ + "re" ; - Indi Pres Pl P1 => cor_ + "riamo" ; - Indi Pres Pl P2 => cor_ + "rete" ; - Indi Pres Pl P3 => cor_ + "rono" ; - Indi Imperf Sg P1 => cor_ + "revo" ; --# notpresent - Indi Imperf Sg P2 => cor_ + "revi" ; --# notpresent - Indi Imperf Sg P3 => cor_ + "reva" ; --# notpresent - Indi Imperf Pl P1 => cor_ + "revamo" ; --# notpresent - Indi Imperf Pl P2 => cor_ + "revate" ; --# notpresent - Indi Imperf Pl P3 => cor_ + "revano" ; --# notpresent - Pass Sg P1 => cor_ + "si" ; --# notpresent - Pass Sg P2 => cor_ + "resti" ; --# notpresent - Pass Sg P3 => cor_ + "se" ; --# notpresent - Pass Pl P1 => cor_ + "remmo" ; --# notpresent - Pass Pl P2 => cor_ + "reste" ; --# notpresent - Pass Pl P3 => cor_ + "sero" ; --# notpresent - Fut Sg P1 => cor_ + "rerò" ; --# notpresent - Fut Sg P2 => cor_ + "rerai" ; --# notpresent - Fut Sg P3 => cor_ + "rerà" ; --# notpresent - Fut Pl P1 => cor_ + "reremo" ; --# notpresent - Fut Pl P2 => cor_ + "rerete" ; --# notpresent - Fut Pl P3 => cor_ + "reranno" ; --# notpresent - Cong Pres Sg P1 => cor_ + "ra" ; - Cong Pres Sg P2 => cor_ + "ra" ; - Cong Pres Sg P3 => cor_ + "ra" ; - Cong Pres Pl P1 => cor_ + "riamo" ; - Cong Pres Pl P2 => cor_ + "riate" ; - Cong Pres Pl P3 => cor_ + "rano" ; - Cong Imperf Sg P1 => cor_ + "ressi" ; --# notpresent - Cong Imperf Sg P2 => cor_ + "ressi" ; --# notpresent - Cong Imperf Sg P3 => cor_ + "resse" ; --# notpresent - Cong Imperf Pl P1 => cor_ + "ressimo" ; --# notpresent - Cong Imperf Pl P2 => cor_ + "reste" ; --# notpresent - Cong Imperf Pl P3 => cor_ + "ressero" ; --# notpresent - Cond Sg P1 => cor_ + "rerei" ; --# notpresent - Cond Sg P2 => cor_ + "reresti" ; --# notpresent - Cond Sg P3 => cor_ + "rerebbe" ; --# notpresent - Cond Pl P1 => cor_ + "reremmo" ; --# notpresent - Cond Pl P2 => cor_ + "rereste" ; --# notpresent - Cond Pl P3 => cor_ + "rerebbero" ; --# notpresent - Imper SgP2 => cor_ + "ri" ; - Imper PlP1 => cor_ + "riamo" ; - Imper PlP2 => cor_ + "rete" ; - Ger => cor_ + "rendo" ; - Part PresP Masc Sg => cor_ + "rente" ; - Part PresP Masc Pl => cor_ + "renti" ; - Part PresP Fem Sg => cor_ + "rente" ; - Part PresP Fem Pl => cor_ + "renti" ; - Part PassP Masc Sg => cor_ + "so" ; - Part PassP Masc Pl => cor_ + "si" ; - Part PassP Fem Sg => cor_ + "sa" ; - Part PassP Fem Pl => cor_ + "se" - } - } ; - -oper crescere_39 : Str -> Verbo = \crescere -> - let cre_ = Predef.tk 5 crescere in - {s = table { - Inf => cre_ + "scere" ; - InfClit => cre_ + "scer" ; - Indi Pres Sg P1 => cre_ + "sco" ; - Indi Pres Sg P2 => cre_ + "sci" ; - Indi Pres Sg P3 => cre_ + "sce" ; - Indi Pres Pl P1 => cre_ + "sciamo" ; - Indi Pres Pl P2 => cre_ + "scete" ; - Indi Pres Pl P3 => cre_ + "scono" ; - Indi Imperf Sg P1 => cre_ + "scevo" ; --# notpresent - Indi Imperf Sg P2 => cre_ + "scevi" ; --# notpresent - Indi Imperf Sg P3 => cre_ + "sceva" ; --# notpresent - Indi Imperf Pl P1 => cre_ + "scevamo" ; --# notpresent - Indi Imperf Pl P2 => cre_ + "scevate" ; --# notpresent - Indi Imperf Pl P3 => cre_ + "scevano" ; --# notpresent - Pass Sg P1 => cre_ + "bbi" ; --# notpresent - Pass Sg P2 => cre_ + "scesti" ; --# notpresent - Pass Sg P3 => cre_ + "bbe" ; --# notpresent - Pass Pl P1 => cre_ + "scemmo" ; --# notpresent - Pass Pl P2 => cre_ + "sceste" ; --# notpresent - Pass Pl P3 => cre_ + "bbero" ; --# notpresent - Fut Sg P1 => cre_ + "scerò" ; --# notpresent - Fut Sg P2 => cre_ + "scerai" ; --# notpresent - Fut Sg P3 => cre_ + "scerà" ; --# notpresent - Fut Pl P1 => cre_ + "sceremo" ; --# notpresent - Fut Pl P2 => cre_ + "scerete" ; --# notpresent - Fut Pl P3 => cre_ + "sceranno" ; --# notpresent - Cong Pres Sg P1 => cre_ + "sca" ; - Cong Pres Sg P2 => cre_ + "sca" ; - Cong Pres Sg P3 => cre_ + "sca" ; - Cong Pres Pl P1 => cre_ + "sciamo" ; - Cong Pres Pl P2 => cre_ + "sciate" ; - Cong Pres Pl P3 => cre_ + "scano" ; - Cong Imperf Sg P1 => cre_ + "scessi" ; --# notpresent - Cong Imperf Sg P2 => cre_ + "scessi" ; --# notpresent - Cong Imperf Sg P3 => cre_ + "scesse" ; --# notpresent - Cong Imperf Pl P1 => cre_ + "scessimo" ; --# notpresent - Cong Imperf Pl P2 => cre_ + "sceste" ; --# notpresent - Cong Imperf Pl P3 => cre_ + "scessero" ; --# notpresent - Cond Sg P1 => cre_ + "scerei" ; --# notpresent - Cond Sg P2 => cre_ + "sceresti" ; --# notpresent - Cond Sg P3 => cre_ + "scerebbe" ; --# notpresent - Cond Pl P1 => cre_ + "sceremmo" ; --# notpresent - Cond Pl P2 => cre_ + "scereste" ; --# notpresent - Cond Pl P3 => cre_ + "scerebbero" ; --# notpresent - Imper SgP2 => cre_ + "sci" ; - Imper PlP1 => cre_ + "sciamo" ; - Imper PlP2 => cre_ + "scete" ; - Ger => cre_ + "scendo" ; - Part PresP Masc Sg => cre_ + "scente" ; - Part PresP Masc Pl => cre_ + "scenti" ; - Part PresP Fem Sg => cre_ + "scente" ; - Part PresP Fem Pl => cre_ + "scenti" ; - Part PassP Masc Sg => cre_ + "sciuto" ; - Part PassP Masc Pl => cre_ + "sciuti" ; - Part PassP Fem Sg => cre_ + "sciuta" ; - Part PassP Fem Pl => cre_ + "sciute" - } - } ; - -oper cuocere_40 : Str -> Verbo = \cuocere -> - let c_ = Predef.tk 6 cuocere in - {s = table { - Inf => c_ + "uocere" ; - InfClit => c_ + "uocer" ; - Indi Pres Sg P1 => c_ + "uocio" ; - Indi Pres Sg P2 => c_ + "uoci" ; - Indi Pres Sg P3 => c_ + "uoce" ; - Indi Pres Pl P1 => c_ + "uociamo" ; - Indi Pres Pl P2 => c_ + "uocete" ; - Indi Pres Pl P3 => c_ + "uociono" ; - Indi Imperf Sg P1 => c_ + "uocevo" ; --# notpresent - Indi Imperf Sg P2 => c_ + "uocevi" ; --# notpresent - Indi Imperf Sg P3 => c_ + "uoceva" ; --# notpresent - Indi Imperf Pl P1 => c_ + "uocevamo" ; --# notpresent - Indi Imperf Pl P2 => c_ + "uocevate" ; --# notpresent - Indi Imperf Pl P3 => c_ + "uocevano" ; --# notpresent - Pass Sg P1 => c_ + "ossi" ; --# notpresent - Pass Sg P2 => c_ + "uocesti" ; --# notpresent - Pass Sg P3 => c_ + "osse" ; --# notpresent - Pass Pl P1 => c_ + "uocemmo" ; --# notpresent - Pass Pl P2 => c_ + "uoceste" ; --# notpresent - Pass Pl P3 => c_ + "ossero" ; --# notpresent - Fut Sg P1 => c_ + "uocerò" ; --# notpresent - Fut Sg P2 => c_ + "uocerai" ; --# notpresent - Fut Sg P3 => c_ + "uocerà" ; --# notpresent - Fut Pl P1 => c_ + "uoceremo" ; --# notpresent - Fut Pl P2 => c_ + "uocerete" ; --# notpresent - Fut Pl P3 => c_ + "uoceranno" ; --# notpresent - Cong Pres Sg P1 => c_ + "uocia" ; - Cong Pres Sg P2 => c_ + "uocia" ; - Cong Pres Sg P3 => c_ + "uocia" ; - Cong Pres Pl P1 => c_ + "uociamo" ; - Cong Pres Pl P2 => c_ + "uociate" ; - Cong Pres Pl P3 => c_ + "uociano" ; - Cong Imperf Sg P1 => c_ + "uocessi" ; --# notpresent - Cong Imperf Sg P2 => c_ + "uocessi" ; --# notpresent - Cong Imperf Sg P3 => c_ + "uocesse" ; --# notpresent - Cong Imperf Pl P1 => c_ + "uocessimo" ; --# notpresent - Cong Imperf Pl P2 => c_ + "uoceste" ; --# notpresent - Cong Imperf Pl P3 => c_ + "uocessero" ; --# notpresent - Cond Sg P1 => c_ + "uocerei" ; --# notpresent - Cond Sg P2 => c_ + "uoceresti" ; --# notpresent - Cond Sg P3 => c_ + "uocerebbe" ; --# notpresent - Cond Pl P1 => c_ + "uoceremmo" ; --# notpresent - Cond Pl P2 => c_ + "uocereste" ; --# notpresent - Cond Pl P3 => c_ + "uocerebbero" ; --# notpresent - Imper SgP2 => c_ + "uoci" ; - Imper PlP1 => c_ + "uociamo" ; - Imper PlP2 => c_ + "uocete" ; - Ger => c_ + "uocendo" ; - Part PresP Masc Sg => c_ + "uocente" ; - Part PresP Masc Pl => c_ + "uocenti" ; - Part PresP Fem Sg => c_ + "uocente" ; - Part PresP Fem Pl => c_ + "uocenti" ; - Part PassP Masc Sg => c_ + "otto" ; - Part PassP Masc Pl => c_ + "otti" ; - Part PassP Fem Sg => c_ + "otta" ; - Part PassP Fem Pl => c_ + "otte" - } - } ; - -oper dire_41 : Str -> Verbo = \dire -> - let d_ = Predef.tk 3 dire in - {s = table { - Inf => d_ + "ire" ; - InfClit => d_ + "ir" ; - Indi Pres Sg P1 => d_ + "ico" ; - Indi Pres Sg P2 => d_ + "ici" ; - Indi Pres Sg P3 => d_ + "ice" ; - Indi Pres Pl P1 => d_ + "iciamo" ; - Indi Pres Pl P2 => d_ + "ite" ; - Indi Pres Pl P3 => d_ + "icono" ; - Indi Imperf Sg P1 => d_ + "icevo" ; --# notpresent - Indi Imperf Sg P2 => d_ + "icevi" ; --# notpresent - Indi Imperf Sg P3 => d_ + "iceva" ; --# notpresent - Indi Imperf Pl P1 => d_ + "icevamo" ; --# notpresent - Indi Imperf Pl P2 => d_ + "icevate" ; --# notpresent - Indi Imperf Pl P3 => d_ + "icevano" ; --# notpresent - Pass Sg P1 => d_ + "issi" ; --# notpresent - Pass Sg P2 => d_ + "icesti" ; --# notpresent - Pass Sg P3 => d_ + "isse" ; --# notpresent - Pass Pl P1 => d_ + "icemmo" ; --# notpresent - Pass Pl P2 => d_ + "iceste" ; --# notpresent - Pass Pl P3 => d_ + "issero" ; --# notpresent - Fut Sg P1 => d_ + "irò" ; --# notpresent - Fut Sg P2 => d_ + "irai" ; --# notpresent - Fut Sg P3 => d_ + "irà" ; --# notpresent - Fut Pl P1 => d_ + "iremo" ; --# notpresent - Fut Pl P2 => d_ + "irete" ; --# notpresent - Fut Pl P3 => d_ + "iranno" ; --# notpresent - Cong Pres Sg P1 => d_ + "ica" ; - Cong Pres Sg P2 => d_ + "ica" ; - Cong Pres Sg P3 => d_ + "ica" ; - Cong Pres Pl P1 => d_ + "iciamo" ; - Cong Pres Pl P2 => d_ + "iciate" ; - Cong Pres Pl P3 => d_ + "icano" ; - Cong Imperf Sg P1 => d_ + "icessi" ; --# notpresent - Cong Imperf Sg P2 => d_ + "icessi" ; --# notpresent - Cong Imperf Sg P3 => d_ + "icesse" ; --# notpresent - Cong Imperf Pl P1 => d_ + "icessimo" ; --# notpresent - Cong Imperf Pl P2 => d_ + "iceste" ; --# notpresent - Cong Imperf Pl P3 => d_ + "icessero" ; --# notpresent - Cond Sg P1 => d_ + "irei" ; --# notpresent - Cond Sg P2 => d_ + "iresti" ; --# notpresent - Cond Sg P3 => d_ + "irebbe" ; --# notpresent - Cond Pl P1 => d_ + "iremmo" ; --# notpresent - Cond Pl P2 => d_ + "ireste" ; --# notpresent - Cond Pl P3 => d_ + "irebbero" ; --# notpresent - Imper SgP2 => variants {d_ + "i`" ; d_ + "i"} ; - Imper PlP1 => d_ + "iciamo" ; - Imper PlP2 => d_ + "ite" ; - Ger => d_ + "icendo" ; - Part PresP Masc Sg => d_ + "icente" ; - Part PresP Masc Pl => d_ + "icenti" ; - Part PresP Fem Sg => d_ + "icente" ; - Part PresP Fem Pl => d_ + "icenti" ; - Part PassP Masc Sg => d_ + "etto" ; - Part PassP Masc Pl => d_ + "etti" ; - Part PassP Fem Sg => d_ + "etta" ; - Part PassP Fem Pl => d_ + "ette" - } - } ; - -oper dirigere_42 : Str -> Verbo = \dirigere -> - let dir_ = Predef.tk 5 dirigere in - {s = table { - Inf => dir_ + "igere" ; - InfClit => dir_ + "iger" ; - Indi Pres Sg P1 => dir_ + "igo" ; - Indi Pres Sg P2 => dir_ + "igi" ; - Indi Pres Sg P3 => dir_ + "ige" ; - Indi Pres Pl P1 => dir_ + "igiamo" ; - Indi Pres Pl P2 => dir_ + "igete" ; - Indi Pres Pl P3 => dir_ + "igono" ; - Indi Imperf Sg P1 => dir_ + "igevo" ; --# notpresent - Indi Imperf Sg P2 => dir_ + "igevi" ; --# notpresent - Indi Imperf Sg P3 => dir_ + "igeva" ; --# notpresent - Indi Imperf Pl P1 => dir_ + "igevamo" ; --# notpresent - Indi Imperf Pl P2 => dir_ + "igevate" ; --# notpresent - Indi Imperf Pl P3 => dir_ + "igevano" ; --# notpresent - Pass Sg P1 => dir_ + "essi" ; --# notpresent - Pass Sg P2 => dir_ + "igesti" ; --# notpresent - Pass Sg P3 => dir_ + "esse" ; --# notpresent - Pass Pl P1 => dir_ + "igemmo" ; --# notpresent - Pass Pl P2 => dir_ + "igeste" ; --# notpresent - Pass Pl P3 => dir_ + "essero" ; --# notpresent - Fut Sg P1 => dir_ + "igerò" ; --# notpresent - Fut Sg P2 => dir_ + "igerai" ; --# notpresent - Fut Sg P3 => dir_ + "igerà" ; --# notpresent - Fut Pl P1 => dir_ + "igeremo" ; --# notpresent - Fut Pl P2 => dir_ + "igerete" ; --# notpresent - Fut Pl P3 => dir_ + "igeranno" ; --# notpresent - Cong Pres Sg P1 => dir_ + "iga" ; - Cong Pres Sg P2 => dir_ + "iga" ; - Cong Pres Sg P3 => dir_ + "iga" ; - Cong Pres Pl P1 => dir_ + "igiamo" ; - Cong Pres Pl P2 => dir_ + "igiate" ; - Cong Pres Pl P3 => dir_ + "igano" ; - Cong Imperf Sg P1 => dir_ + "igessi" ; --# notpresent - Cong Imperf Sg P2 => dir_ + "igessi" ; --# notpresent - Cong Imperf Sg P3 => dir_ + "igesse" ; --# notpresent - Cong Imperf Pl P1 => dir_ + "igessimo" ; --# notpresent - Cong Imperf Pl P2 => dir_ + "igeste" ; --# notpresent - Cong Imperf Pl P3 => dir_ + "igessero" ; --# notpresent - Cond Sg P1 => dir_ + "igerei" ; --# notpresent - Cond Sg P2 => dir_ + "igeresti" ; --# notpresent - Cond Sg P3 => dir_ + "igerebbe" ; --# notpresent - Cond Pl P1 => dir_ + "igeremmo" ; --# notpresent - Cond Pl P2 => dir_ + "igereste" ; --# notpresent - Cond Pl P3 => dir_ + "igerebbero" ; --# notpresent - Imper SgP2 => dir_ + "igi" ; - Imper PlP1 => dir_ + "igiamo" ; - Imper PlP2 => dir_ + "igete" ; - Ger => dir_ + "igendo" ; - Part PresP Masc Sg => dir_ + "igente" ; - Part PresP Masc Pl => dir_ + "igenti" ; - Part PresP Fem Sg => dir_ + "igente" ; - Part PresP Fem Pl => dir_ + "igenti" ; - Part PassP Masc Sg => dir_ + "etto" ; - Part PassP Masc Pl => dir_ + "etti" ; - Part PassP Fem Sg => dir_ + "etta" ; - Part PassP Fem Pl => dir_ + "ette" - } - } ; - -oper discutere_43 : Str -> Verbo = \discutere -> - let discu_ = Predef.tk 4 discutere in - {s = table { - Inf => discu_ + "tere" ; - InfClit => discu_ + "ter" ; - Indi Pres Sg P1 => discu_ + "to" ; - Indi Pres Sg P2 => discu_ + "ti" ; - Indi Pres Sg P3 => discu_ + "te" ; - Indi Pres Pl P1 => discu_ + "tiamo" ; - Indi Pres Pl P2 => discu_ + "tete" ; - Indi Pres Pl P3 => discu_ + "tono" ; - Indi Imperf Sg P1 => discu_ + "tevo" ; --# notpresent - Indi Imperf Sg P2 => discu_ + "tevi" ; --# notpresent - Indi Imperf Sg P3 => discu_ + "teva" ; --# notpresent - Indi Imperf Pl P1 => discu_ + "tevamo" ; --# notpresent - Indi Imperf Pl P2 => discu_ + "tevate" ; --# notpresent - Indi Imperf Pl P3 => discu_ + "tevano" ; --# notpresent - Pass Sg P1 => discu_ + "ssi" ; --# notpresent - Pass Sg P2 => discu_ + "testi" ; --# notpresent - Pass Sg P3 => discu_ + "sse" ; --# notpresent - Pass Pl P1 => discu_ + "temmo" ; --# notpresent - Pass Pl P2 => discu_ + "teste" ; --# notpresent - Pass Pl P3 => discu_ + "ssero" ; --# notpresent - Fut Sg P1 => discu_ + "terò" ; --# notpresent - Fut Sg P2 => discu_ + "terai" ; --# notpresent - Fut Sg P3 => discu_ + "terà" ; --# notpresent - Fut Pl P1 => discu_ + "teremo" ; --# notpresent - Fut Pl P2 => discu_ + "terete" ; --# notpresent - Fut Pl P3 => discu_ + "teranno" ; --# notpresent - Cong Pres Sg P1 => discu_ + "ta" ; - Cong Pres Sg P2 => discu_ + "ta" ; - Cong Pres Sg P3 => discu_ + "ta" ; - Cong Pres Pl P1 => discu_ + "tiamo" ; - Cong Pres Pl P2 => discu_ + "tiate" ; - Cong Pres Pl P3 => discu_ + "tano" ; - Cong Imperf Sg P1 => discu_ + "tessi" ; --# notpresent - Cong Imperf Sg P2 => discu_ + "tessi" ; --# notpresent - Cong Imperf Sg P3 => discu_ + "tesse" ; --# notpresent - Cong Imperf Pl P1 => discu_ + "tessimo" ; --# notpresent - Cong Imperf Pl P2 => discu_ + "teste" ; --# notpresent - Cong Imperf Pl P3 => discu_ + "tessero" ; --# notpresent - Cond Sg P1 => discu_ + "terei" ; --# notpresent - Cond Sg P2 => discu_ + "teresti" ; --# notpresent - Cond Sg P3 => discu_ + "terebbe" ; --# notpresent - Cond Pl P1 => discu_ + "teremmo" ; --# notpresent - Cond Pl P2 => discu_ + "tereste" ; --# notpresent - Cond Pl P3 => discu_ + "terebbero" ; --# notpresent - Imper SgP2 => discu_ + "ti" ; - Imper PlP1 => discu_ + "tiamo" ; - Imper PlP2 => discu_ + "tete" ; - Ger => discu_ + "tendo" ; - Part PresP Masc Sg => discu_ + "tente" ; - Part PresP Masc Pl => discu_ + "tenti" ; - Part PresP Fem Sg => discu_ + "tente" ; - Part PresP Fem Pl => discu_ + "tenti" ; - Part PassP Masc Sg => discu_ + "sso" ; - Part PassP Masc Pl => discu_ + "ssi" ; - Part PassP Fem Sg => discu_ + "ssa" ; - Part PassP Fem Pl => discu_ + "sse" - } - } ; - -oper distinguere_44 : Str -> Verbo = \distinguere -> - let distin_ = Predef.tk 5 distinguere in - {s = table { - Inf => distin_ + "guere" ; - InfClit => distin_ + "guer" ; - Indi Pres Sg P1 => distin_ + "guo" ; - Indi Pres Sg P2 => distin_ + "gui" ; - Indi Pres Sg P3 => distin_ + "gue" ; - Indi Pres Pl P1 => distin_ + "guiamo" ; - Indi Pres Pl P2 => distin_ + "guete" ; - Indi Pres Pl P3 => distin_ + "guono" ; - Indi Imperf Sg P1 => distin_ + "guevo" ; --# notpresent - Indi Imperf Sg P2 => distin_ + "guevi" ; --# notpresent - Indi Imperf Sg P3 => distin_ + "gueva" ; --# notpresent - Indi Imperf Pl P1 => distin_ + "guevamo" ; --# notpresent - Indi Imperf Pl P2 => distin_ + "guevate" ; --# notpresent - Indi Imperf Pl P3 => distin_ + "guevano" ; --# notpresent - Pass Sg P1 => distin_ + "si" ; --# notpresent - Pass Sg P2 => distin_ + "guesti" ; --# notpresent - Pass Sg P3 => distin_ + "se" ; --# notpresent - Pass Pl P1 => distin_ + "guemmo" ; --# notpresent - Pass Pl P2 => distin_ + "gueste" ; --# notpresent - Pass Pl P3 => distin_ + "sero" ; --# notpresent - Fut Sg P1 => distin_ + "guerò" ; --# notpresent - Fut Sg P2 => distin_ + "guerai" ; --# notpresent - Fut Sg P3 => distin_ + "guerà" ; --# notpresent - Fut Pl P1 => distin_ + "gueremo" ; --# notpresent - Fut Pl P2 => distin_ + "guerete" ; --# notpresent - Fut Pl P3 => distin_ + "gueranno" ; --# notpresent - Cong Pres Sg P1 => distin_ + "gua" ; - Cong Pres Sg P2 => distin_ + "gua" ; - Cong Pres Sg P3 => distin_ + "gua" ; - Cong Pres Pl P1 => distin_ + "guiamo" ; - Cong Pres Pl P2 => distin_ + "guiate" ; - Cong Pres Pl P3 => distin_ + "guano" ; - Cong Imperf Sg P1 => distin_ + "guessi" ; --# notpresent - Cong Imperf Sg P2 => distin_ + "guessi" ; --# notpresent - Cong Imperf Sg P3 => distin_ + "guesse" ; --# notpresent - Cong Imperf Pl P1 => distin_ + "guessimo" ; --# notpresent - Cong Imperf Pl P2 => distin_ + "gueste" ; --# notpresent - Cong Imperf Pl P3 => distin_ + "guessero" ; --# notpresent - Cond Sg P1 => distin_ + "guerei" ; --# notpresent - Cond Sg P2 => distin_ + "gueresti" ; --# notpresent - Cond Sg P3 => distin_ + "guerebbe" ; --# notpresent - Cond Pl P1 => distin_ + "gueremmo" ; --# notpresent - Cond Pl P2 => distin_ + "guereste" ; --# notpresent - Cond Pl P3 => distin_ + "guerebbero" ; --# notpresent - Imper SgP2 => distin_ + "gui" ; - Imper PlP1 => distin_ + "guiamo" ; - Imper PlP2 => distin_ + "guete" ; - Ger => distin_ + "guendo" ; - Part PresP Masc Sg => distin_ + "guente" ; - Part PresP Masc Pl => distin_ + "guenti" ; - Part PresP Fem Sg => distin_ + "guente" ; - Part PresP Fem Pl => distin_ + "guenti" ; - Part PassP Masc Sg => distin_ + "to" ; - Part PassP Masc Pl => distin_ + "ti" ; - Part PassP Fem Sg => distin_ + "ta" ; - Part PassP Fem Pl => distin_ + "te" - } - } ; - -oper distruggere_45 : Str -> Verbo = \distruggere -> - let distru_ = Predef.tk 5 distruggere in - {s = table { - Inf => distru_ + "ggere" ; - InfClit => distru_ + "gger" ; - Indi Pres Sg P1 => distru_ + "ggo" ; - Indi Pres Sg P2 => distru_ + "ggi" ; - Indi Pres Sg P3 => distru_ + "gge" ; - Indi Pres Pl P1 => distru_ + "ggiamo" ; - Indi Pres Pl P2 => distru_ + "ggete" ; - Indi Pres Pl P3 => distru_ + "ggono" ; - Indi Imperf Sg P1 => distru_ + "ggevo" ; --# notpresent - Indi Imperf Sg P2 => distru_ + "ggevi" ; --# notpresent - Indi Imperf Sg P3 => distru_ + "ggeva" ; --# notpresent - Indi Imperf Pl P1 => distru_ + "ggevamo" ; --# notpresent - Indi Imperf Pl P2 => distru_ + "ggevate" ; --# notpresent - Indi Imperf Pl P3 => distru_ + "ggevano" ; --# notpresent - Pass Sg P1 => distru_ + "ssi" ; --# notpresent - Pass Sg P2 => distru_ + "ggesti" ; --# notpresent - Pass Sg P3 => distru_ + "sse" ; --# notpresent - Pass Pl P1 => distru_ + "ggemmo" ; --# notpresent - Pass Pl P2 => distru_ + "ggeste" ; --# notpresent - Pass Pl P3 => distru_ + "ssero" ; --# notpresent - Fut Sg P1 => distru_ + "ggerò" ; --# notpresent - Fut Sg P2 => distru_ + "ggerai" ; --# notpresent - Fut Sg P3 => distru_ + "ggerà" ; --# notpresent - Fut Pl P1 => distru_ + "ggeremo" ; --# notpresent - Fut Pl P2 => distru_ + "ggerete" ; --# notpresent - Fut Pl P3 => distru_ + "ggeranno" ; --# notpresent - Cong Pres Sg P1 => distru_ + "gga" ; - Cong Pres Sg P2 => distru_ + "gga" ; - Cong Pres Sg P3 => distru_ + "gga" ; - Cong Pres Pl P1 => distru_ + "ggiamo" ; - Cong Pres Pl P2 => distru_ + "ggiate" ; - Cong Pres Pl P3 => distru_ + "ggano" ; - Cong Imperf Sg P1 => distru_ + "ggessi" ; --# notpresent - Cong Imperf Sg P2 => distru_ + "ggessi" ; --# notpresent - Cong Imperf Sg P3 => distru_ + "ggesse" ; --# notpresent - Cong Imperf Pl P1 => distru_ + "ggessimo" ; --# notpresent - Cong Imperf Pl P2 => distru_ + "ggeste" ; --# notpresent - Cong Imperf Pl P3 => distru_ + "ggessero" ; --# notpresent - Cond Sg P1 => distru_ + "ggerei" ; --# notpresent - Cond Sg P2 => distru_ + "ggeresti" ; --# notpresent - Cond Sg P3 => distru_ + "ggerebbe" ; --# notpresent - Cond Pl P1 => distru_ + "ggeremmo" ; --# notpresent - Cond Pl P2 => distru_ + "ggereste" ; --# notpresent - Cond Pl P3 => distru_ + "ggerebbero" ; --# notpresent - Imper SgP2 => distru_ + "ggi" ; - Imper PlP1 => distru_ + "ggiamo" ; - Imper PlP2 => distru_ + "ggete" ; - Ger => distru_ + "ggendo" ; - Part PresP Masc Sg => distru_ + "ggente" ; - Part PresP Masc Pl => distru_ + "ggenti" ; - Part PresP Fem Sg => distru_ + "ggente" ; - Part PresP Fem Pl => distru_ + "ggenti" ; - Part PassP Masc Sg => distru_ + "tto" ; - Part PassP Masc Pl => distru_ + "tti" ; - Part PassP Fem Sg => distru_ + "tta" ; - Part PassP Fem Pl => distru_ + "tte" - } - } ; - -oper dolere_46 : Str -> Verbo = \dolere -> - let d_ = Predef.tk 5 dolere in - {s = table { - Inf => d_ + "olere" ; - InfClit => d_ + "oler" ; - Indi Pres Sg P1 => d_ + "olgo" ; - Indi Pres Sg P2 => d_ + "uoli" ; - Indi Pres Sg P3 => d_ + "uole" ; - Indi Pres Pl P1 => d_ + "oliamo" ; - Indi Pres Pl P2 => d_ + "olete" ; - Indi Pres Pl P3 => d_ + "olgono" ; - Indi Imperf Sg P1 => d_ + "olevo" ; --# notpresent - Indi Imperf Sg P2 => d_ + "olevi" ; --# notpresent - Indi Imperf Sg P3 => d_ + "oleva" ; --# notpresent - Indi Imperf Pl P1 => d_ + "olevamo" ; --# notpresent - Indi Imperf Pl P2 => d_ + "olevate" ; --# notpresent - Indi Imperf Pl P3 => d_ + "olevano" ; --# notpresent - Pass Sg P1 => d_ + "olsi" ; --# notpresent - Pass Sg P2 => d_ + "olesti" ; --# notpresent - Pass Sg P3 => d_ + "olse" ; --# notpresent - Pass Pl P1 => d_ + "olemmo" ; --# notpresent - Pass Pl P2 => d_ + "oleste" ; --# notpresent - Pass Pl P3 => d_ + "olsero" ; --# notpresent - Fut Sg P1 => d_ + "orrò" ; --# notpresent - Fut Sg P2 => d_ + "orrai" ; --# notpresent - Fut Sg P3 => d_ + "orrà" ; --# notpresent - Fut Pl P1 => d_ + "orremo" ; --# notpresent - Fut Pl P2 => d_ + "orrete" ; --# notpresent - Fut Pl P3 => d_ + "orranno" ; --# notpresent - Cong Pres Sg P1 => d_ + "olga" ; - Cong Pres Sg P2 => d_ + "olga" ; - Cong Pres Sg P3 => d_ + "olga" ; - Cong Pres Pl P1 => d_ + "oliamo" ; - Cong Pres Pl P2 => d_ + "oliate" ; - Cong Pres Pl P3 => d_ + "olgano" ; - Cong Imperf Sg P1 => d_ + "olessi" ; --# notpresent - Cong Imperf Sg P2 => d_ + "olessi" ; --# notpresent - Cong Imperf Sg P3 => d_ + "olesse" ; --# notpresent - Cong Imperf Pl P1 => d_ + "olessimo" ; --# notpresent - Cong Imperf Pl P2 => d_ + "oleste" ; --# notpresent - Cong Imperf Pl P3 => d_ + "olessero" ; --# notpresent - Cond Sg P1 => d_ + "orrei" ; --# notpresent - Cond Sg P2 => d_ + "orresti" ; --# notpresent - Cond Sg P3 => d_ + "orrebbe" ; --# notpresent - Cond Pl P1 => d_ + "orremmo" ; --# notpresent - Cond Pl P2 => d_ + "orreste" ; --# notpresent - Cond Pl P3 => d_ + "orrebbero" ; --# notpresent - Imper SgP2 => d_ + "uoli" ; - Imper PlP1 => d_ + "oliamo" ; - Imper PlP2 => d_ + "olete" ; - Ger => d_ + "olendo" ; - Part PresP Masc Sg => d_ + "olente" ; - Part PresP Masc Pl => d_ + "olenti" ; - Part PresP Fem Sg => d_ + "olente" ; - Part PresP Fem Pl => d_ + "olenti" ; - Part PassP Masc Sg => d_ + "oluto" ; - Part PassP Masc Pl => d_ + "oluti" ; - Part PassP Fem Sg => d_ + "oluta" ; - Part PassP Fem Pl => d_ + "olute" - } - } ; - -oper dovere_47 : Str -> Verbo = \dovere -> - let d_ = Predef.tk 5 dovere in - {s = table { - Inf => d_ + "overe" ; - InfClit => d_ + "over" ; - Indi Pres Sg P1 => variants {d_ + "ebbo" ; d_ + "evo"} ; - Indi Pres Sg P2 => d_ + "evi" ; - Indi Pres Sg P3 => d_ + "eve" ; - Indi Pres Pl P1 => d_ + "obbiamo" ; - Indi Pres Pl P2 => d_ + "ovete" ; - Indi Pres Pl P3 => variants {d_ + "ebbono" ; d_ + "evono"} ; - Indi Imperf Sg P1 => d_ + "ovevo" ; --# notpresent - Indi Imperf Sg P2 => d_ + "ovevi" ; --# notpresent - Indi Imperf Sg P3 => d_ + "oveva" ; --# notpresent - Indi Imperf Pl P1 => d_ + "ovevamo" ; --# notpresent - Indi Imperf Pl P2 => d_ + "ovevate" ; --# notpresent - Indi Imperf Pl P3 => d_ + "ovevano" ; --# notpresent - Pass Sg P1 => d_ + "ovetti" ; --# notpresent - Pass Sg P2 => d_ + "ovesti" ; --# notpresent - Pass Sg P3 => d_ + "ovette" ; --# notpresent - Pass Pl P1 => d_ + "ovemmo" ; --# notpresent - Pass Pl P2 => d_ + "oveste" ; --# notpresent - Pass Pl P3 => d_ + "ovettero" ; --# notpresent - Fut Sg P1 => d_ + "ovrò" ; --# notpresent - Fut Sg P2 => d_ + "ovrai" ; --# notpresent - Fut Sg P3 => d_ + "ovrà" ; --# notpresent - Fut Pl P1 => d_ + "ovremo" ; --# notpresent - Fut Pl P2 => d_ + "ovrete" ; --# notpresent - Fut Pl P3 => d_ + "ovranno" ; --# notpresent - Cong Pres Sg P1 => variants {d_ + "ebba" ; d_ + "eva"} ; - Cong Pres Sg P2 => variants {d_ + "ebba" ; d_ + "eva"} ; - Cong Pres Sg P3 => variants {d_ + "ebba" ; d_ + "eva"} ; - Cong Pres Pl P1 => d_ + "obbiamo" ; - Cong Pres Pl P2 => d_ + "obbiate" ; - Cong Pres Pl P3 => variants {d_ + "ebbano" ; d_ + "evano"} ; - Cong Imperf Sg P1 => d_ + "ovessi" ; --# notpresent - Cong Imperf Sg P2 => d_ + "ovessi" ; --# notpresent - Cong Imperf Sg P3 => d_ + "ovesse" ; --# notpresent - Cong Imperf Pl P1 => d_ + "ovessimo" ; --# notpresent - Cong Imperf Pl P2 => d_ + "oveste" ; --# notpresent - Cong Imperf Pl P3 => d_ + "ovessero" ; --# notpresent - Cond Sg P1 => d_ + "ovrei" ; --# notpresent - Cond Sg P2 => d_ + "ovresti" ; --# notpresent - Cond Sg P3 => d_ + "ovrebbe" ; --# notpresent - Cond Pl P1 => d_ + "ovremmo" ; --# notpresent - Cond Pl P2 => d_ + "ovreste" ; --# notpresent - Cond Pl P3 => d_ + "ovrebbero" ; --# notpresent - Imper SgP2 => variants {} ; - Imper PlP1 => variants {} ; - Imper PlP2 => variants {} ; - Ger => d_ + "ovendo" ; - Part PresP Masc Sg => variants {} ; - Part PresP Masc Pl => variants {} ; - Part PresP Fem Sg => variants {} ; - Part PresP Fem Pl => variants {} ; - Part PassP Masc Sg => d_ + "ovuto" ; - Part PassP Masc Pl => d_ + "ovuti" ; - Part PassP Fem Sg => d_ + "ovuta" ; - Part PassP Fem Pl => d_ + "ovute" - } - } ; - -oper emergere_28 : Str -> Verbo = \emergere -> - let emer_ = Predef.tk 4 emergere in - {s = table { - Inf => emer_ + "gere" ; - InfClit => emer_ + "ger" ; - Indi Pres Sg P1 => emer_ + "go" ; - Indi Pres Sg P2 => emer_ + "gi" ; - Indi Pres Sg P3 => emer_ + "ge" ; - Indi Pres Pl P1 => emer_ + "giamo" ; - Indi Pres Pl P2 => emer_ + "gete" ; - Indi Pres Pl P3 => emer_ + "gono" ; - Indi Imperf Sg P1 => emer_ + "gevo" ; --# notpresent - Indi Imperf Sg P2 => emer_ + "gevi" ; --# notpresent - Indi Imperf Sg P3 => emer_ + "geva" ; --# notpresent - Indi Imperf Pl P1 => emer_ + "gevamo" ; --# notpresent - Indi Imperf Pl P2 => emer_ + "gevate" ; --# notpresent - Indi Imperf Pl P3 => emer_ + "gevano" ; --# notpresent - Pass Sg P1 => emer_ + "si" ; --# notpresent - Pass Sg P2 => emer_ + "gesti" ; --# notpresent - Pass Sg P3 => emer_ + "se" ; --# notpresent - Pass Pl P1 => emer_ + "gemmo" ; --# notpresent - Pass Pl P2 => emer_ + "geste" ; --# notpresent - Pass Pl P3 => emer_ + "sero" ; --# notpresent - Fut Sg P1 => emer_ + "gerò" ; --# notpresent - Fut Sg P2 => emer_ + "gerai" ; --# notpresent - Fut Sg P3 => emer_ + "gerà" ; --# notpresent - Fut Pl P1 => emer_ + "geremo" ; --# notpresent - Fut Pl P2 => emer_ + "gerete" ; --# notpresent - Fut Pl P3 => emer_ + "geranno" ; --# notpresent - Cong Pres Sg P1 => emer_ + "ga" ; - Cong Pres Sg P2 => emer_ + "ga" ; - Cong Pres Sg P3 => emer_ + "ga" ; - Cong Pres Pl P1 => emer_ + "giamo" ; - Cong Pres Pl P2 => emer_ + "giate" ; - Cong Pres Pl P3 => emer_ + "gano" ; - Cong Imperf Sg P1 => emer_ + "gessi" ; --# notpresent - Cong Imperf Sg P2 => emer_ + "gessi" ; --# notpresent - Cong Imperf Sg P3 => emer_ + "gesse" ; --# notpresent - Cong Imperf Pl P1 => emer_ + "gessimo" ; --# notpresent - Cong Imperf Pl P2 => emer_ + "geste" ; --# notpresent - Cong Imperf Pl P3 => emer_ + "gessero" ; --# notpresent - Cond Sg P1 => emer_ + "gerei" ; --# notpresent - Cond Sg P2 => emer_ + "geresti" ; --# notpresent - Cond Sg P3 => emer_ + "gerebbe" ; --# notpresent - Cond Pl P1 => emer_ + "geremmo" ; --# notpresent - Cond Pl P2 => emer_ + "gereste" ; --# notpresent - Cond Pl P3 => emer_ + "gerebbero" ; --# notpresent - Imper SgP2 => emer_ + "gi" ; - Imper PlP1 => emer_ + "giamo" ; - Imper PlP2 => emer_ + "gete" ; - Ger => emer_ + "gendo" ; - Part PresP Masc Sg => emer_ + "gente" ; - Part PresP Masc Pl => emer_ + "genti" ; - Part PresP Fem Sg => emer_ + "gente" ; - Part PresP Fem Pl => emer_ + "genti" ; - Part PassP Masc Sg => emer_ + "so" ; - Part PassP Masc Pl => emer_ + "si" ; - Part PassP Fem Sg => emer_ + "sa" ; - Part PassP Fem Pl => emer_ + "se" - } - } ; - -oper espandere_49 : Str -> Verbo = \espandere -> - let espan_ = Predef.tk 4 espandere in - {s = table { - Inf => espan_ + "dere" ; - InfClit => espan_ + "der" ; - Indi Pres Sg P1 => espan_ + "do" ; - Indi Pres Sg P2 => espan_ + "di" ; - Indi Pres Sg P3 => espan_ + "de" ; - Indi Pres Pl P1 => espan_ + "diamo" ; - Indi Pres Pl P2 => espan_ + "dete" ; - Indi Pres Pl P3 => espan_ + "dono" ; - Indi Imperf Sg P1 => espan_ + "devo" ; --# notpresent - Indi Imperf Sg P2 => espan_ + "devi" ; --# notpresent - Indi Imperf Sg P3 => espan_ + "deva" ; --# notpresent - Indi Imperf Pl P1 => espan_ + "devamo" ; --# notpresent - Indi Imperf Pl P2 => espan_ + "devate" ; --# notpresent - Indi Imperf Pl P3 => espan_ + "devano" ; --# notpresent - Pass Sg P1 => espan_ + "si" ; --# notpresent - Pass Sg P2 => espan_ + "desti" ; --# notpresent - Pass Sg P3 => espan_ + "se" ; --# notpresent - Pass Pl P1 => espan_ + "demmo" ; --# notpresent - Pass Pl P2 => espan_ + "deste" ; --# notpresent - Pass Pl P3 => espan_ + "sero" ; --# notpresent - Fut Sg P1 => espan_ + "derò" ; --# notpresent - Fut Sg P2 => espan_ + "derai" ; --# notpresent - Fut Sg P3 => espan_ + "derà" ; --# notpresent - Fut Pl P1 => espan_ + "deremo" ; --# notpresent - Fut Pl P2 => espan_ + "derete" ; --# notpresent - Fut Pl P3 => espan_ + "deranno" ; --# notpresent - Cong Pres Sg P1 => espan_ + "da" ; - Cong Pres Sg P2 => espan_ + "da" ; - Cong Pres Sg P3 => espan_ + "da" ; - Cong Pres Pl P1 => espan_ + "diamo" ; - Cong Pres Pl P2 => espan_ + "diate" ; - Cong Pres Pl P3 => espan_ + "dano" ; - Cong Imperf Sg P1 => espan_ + "dessi" ; --# notpresent - Cong Imperf Sg P2 => espan_ + "dessi" ; --# notpresent - Cong Imperf Sg P3 => espan_ + "desse" ; --# notpresent - Cong Imperf Pl P1 => espan_ + "dessimo" ; --# notpresent - Cong Imperf Pl P2 => espan_ + "deste" ; --# notpresent - Cong Imperf Pl P3 => espan_ + "dessero" ; --# notpresent - Cond Sg P1 => espan_ + "derei" ; --# notpresent - Cond Sg P2 => espan_ + "deresti" ; --# notpresent - Cond Sg P3 => espan_ + "derebbe" ; --# notpresent - Cond Pl P1 => espan_ + "deremmo" ; --# notpresent - Cond Pl P2 => espan_ + "dereste" ; --# notpresent - Cond Pl P3 => espan_ + "derebbero" ; --# notpresent - Imper SgP2 => espan_ + "di" ; - Imper PlP1 => espan_ + "diamo" ; - Imper PlP2 => espan_ + "dete" ; - Ger => espan_ + "dendo" ; - Part PresP Masc Sg => espan_ + "dente" ; - Part PresP Masc Pl => espan_ + "denti" ; - Part PresP Fem Sg => espan_ + "dente" ; - Part PresP Fem Pl => espan_ + "denti" ; - Part PassP Masc Sg => espan_ + "so" ; - Part PassP Masc Pl => espan_ + "si" ; - Part PassP Fem Sg => espan_ + "sa" ; - Part PassP Fem Pl => espan_ + "se" - } - } ; - -oper espellere_50 : Str -> Verbo = \espellere -> - let esp_ = Predef.tk 6 espellere in - {s = table { - Inf => esp_ + "ellere" ; - InfClit => esp_ + "eller" ; - Indi Pres Sg P1 => esp_ + "ello" ; - Indi Pres Sg P2 => esp_ + "elli" ; - Indi Pres Sg P3 => esp_ + "elle" ; - Indi Pres Pl P1 => esp_ + "elliamo" ; - Indi Pres Pl P2 => esp_ + "ellete" ; - Indi Pres Pl P3 => esp_ + "ellono" ; - Indi Imperf Sg P1 => esp_ + "ellevo" ; --# notpresent - Indi Imperf Sg P2 => esp_ + "ellevi" ; --# notpresent - Indi Imperf Sg P3 => esp_ + "elleva" ; --# notpresent - Indi Imperf Pl P1 => esp_ + "ellevamo" ; --# notpresent - Indi Imperf Pl P2 => esp_ + "ellevate" ; --# notpresent - Indi Imperf Pl P3 => esp_ + "ellevano" ; --# notpresent - Pass Sg P1 => esp_ + "ulsi" ; --# notpresent - Pass Sg P2 => esp_ + "ellesti" ; --# notpresent - Pass Sg P3 => esp_ + "ulse" ; --# notpresent - Pass Pl P1 => esp_ + "ellemmo" ; --# notpresent - Pass Pl P2 => esp_ + "elleste" ; --# notpresent - Pass Pl P3 => esp_ + "ulsero" ; --# notpresent - Fut Sg P1 => esp_ + "ellerò" ; --# notpresent - Fut Sg P2 => esp_ + "ellerai" ; --# notpresent - Fut Sg P3 => esp_ + "ellerà" ; --# notpresent - Fut Pl P1 => esp_ + "elleremo" ; --# notpresent - Fut Pl P2 => esp_ + "ellerete" ; --# notpresent - Fut Pl P3 => esp_ + "elleranno" ; --# notpresent - Cong Pres Sg P1 => esp_ + "ella" ; - Cong Pres Sg P2 => esp_ + "ella" ; - Cong Pres Sg P3 => esp_ + "ella" ; - Cong Pres Pl P1 => esp_ + "elliamo" ; - Cong Pres Pl P2 => esp_ + "elliate" ; - Cong Pres Pl P3 => esp_ + "ellano" ; - Cong Imperf Sg P1 => esp_ + "ellessi" ; --# notpresent - Cong Imperf Sg P2 => esp_ + "ellessi" ; --# notpresent - Cong Imperf Sg P3 => esp_ + "ellesse" ; --# notpresent - Cong Imperf Pl P1 => esp_ + "ellessimo" ; --# notpresent - Cong Imperf Pl P2 => esp_ + "elleste" ; --# notpresent - Cong Imperf Pl P3 => esp_ + "ellessero" ; --# notpresent - Cond Sg P1 => esp_ + "ellerei" ; --# notpresent - Cond Sg P2 => esp_ + "elleresti" ; --# notpresent - Cond Sg P3 => esp_ + "ellerebbe" ; --# notpresent - Cond Pl P1 => esp_ + "elleremmo" ; --# notpresent - Cond Pl P2 => esp_ + "ellereste" ; --# notpresent - Cond Pl P3 => esp_ + "ellerebbero" ; --# notpresent - Imper SgP2 => esp_ + "elli" ; - Imper PlP1 => esp_ + "elliamo" ; - Imper PlP2 => esp_ + "ellete" ; - Ger => esp_ + "ellendo" ; - Part PresP Masc Sg => esp_ + "ellente" ; - Part PresP Masc Pl => esp_ + "ellenti" ; - Part PresP Fem Sg => esp_ + "ellente" ; - Part PresP Fem Pl => esp_ + "ellenti" ; - Part PassP Masc Sg => esp_ + "ulso" ; - Part PassP Masc Pl => esp_ + "ulsi" ; - Part PassP Fem Sg => esp_ + "ulsa" ; - Part PassP Fem Pl => esp_ + "ulse" - } - } ; - -oper esplodere_51 : Str -> Verbo = \esplodere -> - let esplo_ = Predef.tk 4 esplodere in - {s = table { - Inf => esplo_ + "dere" ; - InfClit => esplo_ + "der" ; - Indi Pres Sg P1 => esplo_ + "do" ; - Indi Pres Sg P2 => esplo_ + "di" ; - Indi Pres Sg P3 => esplo_ + "de" ; - Indi Pres Pl P1 => esplo_ + "diamo" ; - Indi Pres Pl P2 => esplo_ + "dete" ; - Indi Pres Pl P3 => esplo_ + "dono" ; - Indi Imperf Sg P1 => esplo_ + "devo" ; --# notpresent - Indi Imperf Sg P2 => esplo_ + "devi" ; --# notpresent - Indi Imperf Sg P3 => esplo_ + "deva" ; --# notpresent - Indi Imperf Pl P1 => esplo_ + "devamo" ; --# notpresent - Indi Imperf Pl P2 => esplo_ + "devate" ; --# notpresent - Indi Imperf Pl P3 => esplo_ + "devano" ; --# notpresent - Pass Sg P1 => esplo_ + "si" ; --# notpresent - Pass Sg P2 => esplo_ + "desti" ; --# notpresent - Pass Sg P3 => esplo_ + "se" ; --# notpresent - Pass Pl P1 => esplo_ + "demmo" ; --# notpresent - Pass Pl P2 => esplo_ + "deste" ; --# notpresent - Pass Pl P3 => esplo_ + "sero" ; --# notpresent - Fut Sg P1 => esplo_ + "derò" ; --# notpresent - Fut Sg P2 => esplo_ + "derai" ; --# notpresent - Fut Sg P3 => esplo_ + "derà" ; --# notpresent - Fut Pl P1 => esplo_ + "deremo" ; --# notpresent - Fut Pl P2 => esplo_ + "derete" ; --# notpresent - Fut Pl P3 => esplo_ + "deranno" ; --# notpresent - Cong Pres Sg P1 => esplo_ + "da" ; - Cong Pres Sg P2 => esplo_ + "da" ; - Cong Pres Sg P3 => esplo_ + "da" ; - Cong Pres Pl P1 => esplo_ + "diamo" ; - Cong Pres Pl P2 => esplo_ + "diate" ; - Cong Pres Pl P3 => esplo_ + "dano" ; - Cong Imperf Sg P1 => esplo_ + "dessi" ; --# notpresent - Cong Imperf Sg P2 => esplo_ + "dessi" ; --# notpresent - Cong Imperf Sg P3 => esplo_ + "desse" ; --# notpresent - Cong Imperf Pl P1 => esplo_ + "dessimo" ; --# notpresent - Cong Imperf Pl P2 => esplo_ + "deste" ; --# notpresent - Cong Imperf Pl P3 => esplo_ + "dessero" ; --# notpresent - Cond Sg P1 => esplo_ + "derei" ; --# notpresent - Cond Sg P2 => esplo_ + "deresti" ; --# notpresent - Cond Sg P3 => esplo_ + "derebbe" ; --# notpresent - Cond Pl P1 => esplo_ + "deremmo" ; --# notpresent - Cond Pl P2 => esplo_ + "dereste" ; --# notpresent - Cond Pl P3 => esplo_ + "derebbero" ; --# notpresent - Imper SgP2 => esplo_ + "di" ; - Imper PlP1 => esplo_ + "diamo" ; - Imper PlP2 => esplo_ + "dete" ; - Ger => esplo_ + "dendo" ; - Part PresP Masc Sg => esplo_ + "dente" ; - Part PresP Masc Pl => esplo_ + "denti" ; - Part PresP Fem Sg => esplo_ + "dente" ; - Part PresP Fem Pl => esplo_ + "denti" ; - Part PassP Masc Sg => esplo_ + "so" ; - Part PassP Masc Pl => esplo_ + "si" ; - Part PassP Fem Sg => esplo_ + "sa" ; - Part PassP Fem Pl => esplo_ + "se" - } - } ; - -oper fare_52 : Str -> Verbo = \fare -> - let f_ = Predef.tk 3 fare in - {s = table { - Inf => f_ + "are" ; - InfClit => f_ + "ar" ; - Indi Pres Sg P1 => f_ + "accio" ; - Indi Pres Sg P2 => f_ + "ai" ; - Indi Pres Sg P3 => f_ + "a" ; - Indi Pres Pl P1 => f_ + "acciamo" ; - Indi Pres Pl P2 => f_ + "ate" ; - Indi Pres Pl P3 => f_ + "anno" ; - Indi Imperf Sg P1 => f_ + "acevo" ; --# notpresent - Indi Imperf Sg P2 => f_ + "acevi" ; --# notpresent - Indi Imperf Sg P3 => f_ + "aceva" ; --# notpresent - Indi Imperf Pl P1 => f_ + "acevamo" ; --# notpresent - Indi Imperf Pl P2 => f_ + "acevate" ; --# notpresent - Indi Imperf Pl P3 => f_ + "acevano" ; --# notpresent - Pass Sg P1 => f_ + "eci" ; --# notpresent - Pass Sg P2 => f_ + "acesti" ; --# notpresent - Pass Sg P3 => f_ + "ece" ; --# notpresent - Pass Pl P1 => f_ + "acemmo" ; --# notpresent - Pass Pl P2 => f_ + "aceste" ; --# notpresent - Pass Pl P3 => f_ + "ecero" ; --# notpresent - Fut Sg P1 => f_ + "arò" ; --# notpresent - Fut Sg P2 => f_ + "arai" ; --# notpresent - Fut Sg P3 => f_ + "arà" ; --# notpresent - Fut Pl P1 => f_ + "aremo" ; --# notpresent - Fut Pl P2 => f_ + "arete" ; --# notpresent - Fut Pl P3 => f_ + "aranno" ; --# notpresent - Cong Pres Sg P1 => f_ + "accia" ; - Cong Pres Sg P2 => f_ + "accia" ; - Cong Pres Sg P3 => f_ + "accia" ; - Cong Pres Pl P1 => f_ + "acciamo" ; - Cong Pres Pl P2 => f_ + "acciate" ; - Cong Pres Pl P3 => f_ + "acciano" ; - Cong Imperf Sg P1 => f_ + "acessi" ; --# notpresent - Cong Imperf Sg P2 => f_ + "acessi" ; --# notpresent - Cong Imperf Sg P3 => f_ + "acesse" ; --# notpresent - Cong Imperf Pl P1 => f_ + "acessimo" ; --# notpresent - Cong Imperf Pl P2 => f_ + "aceste" ; --# notpresent - Cong Imperf Pl P3 => f_ + "acessero" ; --# notpresent - Cond Sg P1 => f_ + "arei" ; --# notpresent - Cond Sg P2 => f_ + "aresti" ; --# notpresent - Cond Sg P3 => f_ + "arebbe" ; --# notpresent - Cond Pl P1 => f_ + "aremmo" ; --# notpresent - Cond Pl P2 => f_ + "areste" ; --# notpresent - Cond Pl P3 => f_ + "arebbero" ; --# notpresent - Imper SgP2 => f_ + "ai" ; - Imper PlP1 => f_ + "acciamo" ; - Imper PlP2 => f_ + "ate" ; - Ger => f_ + "acendo" ; - Part PresP Masc Sg => f_ + "acente" ; - Part PresP Masc Pl => f_ + "acenti" ; - Part PresP Fem Sg => f_ + "acente" ; - Part PresP Fem Pl => f_ + "acenti" ; - Part PassP Masc Sg => f_ + "atto" ; - Part PassP Masc Pl => f_ + "atti" ; - Part PassP Fem Sg => f_ + "atta" ; - Part PassP Fem Pl => f_ + "atte" - } - } ; - -oper flettere_53 : Str -> Verbo = \flettere -> - let fle_ = Predef.tk 5 flettere in - {s = table { - Inf => fle_ + "ttere" ; - InfClit => fle_ + "tter" ; - Indi Pres Sg P1 => fle_ + "tto" ; - Indi Pres Sg P2 => fle_ + "tti" ; - Indi Pres Sg P3 => fle_ + "tte" ; - Indi Pres Pl P1 => fle_ + "ttiamo" ; - Indi Pres Pl P2 => fle_ + "ttete" ; - Indi Pres Pl P3 => fle_ + "ttono" ; - Indi Imperf Sg P1 => fle_ + "ttevo" ; --# notpresent - Indi Imperf Sg P2 => fle_ + "ttevi" ; --# notpresent - Indi Imperf Sg P3 => fle_ + "tteva" ; --# notpresent - Indi Imperf Pl P1 => fle_ + "ttevamo" ; --# notpresent - Indi Imperf Pl P2 => fle_ + "ttevate" ; --# notpresent - Indi Imperf Pl P3 => fle_ + "ttevano" ; --# notpresent - Pass Sg P1 => fle_ + "ssi" ; --# notpresent - Pass Sg P2 => fle_ + "ttesti" ; --# notpresent - Pass Sg P3 => fle_ + "sse" ; --# notpresent - Pass Pl P1 => fle_ + "ttemmo" ; --# notpresent - Pass Pl P2 => fle_ + "tteste" ; --# notpresent - Pass Pl P3 => fle_ + "ssero" ; --# notpresent - Fut Sg P1 => fle_ + "tterò" ; --# notpresent - Fut Sg P2 => fle_ + "tterai" ; --# notpresent - Fut Sg P3 => fle_ + "tterà" ; --# notpresent - Fut Pl P1 => fle_ + "tteremo" ; --# notpresent - Fut Pl P2 => fle_ + "tterete" ; --# notpresent - Fut Pl P3 => fle_ + "tteranno" ; --# notpresent - Cong Pres Sg P1 => fle_ + "tta" ; - Cong Pres Sg P2 => fle_ + "tta" ; - Cong Pres Sg P3 => fle_ + "tta" ; - Cong Pres Pl P1 => fle_ + "ttiamo" ; - Cong Pres Pl P2 => fle_ + "ttiate" ; - Cong Pres Pl P3 => fle_ + "ttano" ; - Cong Imperf Sg P1 => fle_ + "ttessi" ; --# notpresent - Cong Imperf Sg P2 => fle_ + "ttessi" ; --# notpresent - Cong Imperf Sg P3 => fle_ + "ttesse" ; --# notpresent - Cong Imperf Pl P1 => fle_ + "ttessimo" ; --# notpresent - Cong Imperf Pl P2 => fle_ + "tteste" ; --# notpresent - Cong Imperf Pl P3 => fle_ + "ttessero" ; --# notpresent - Cond Sg P1 => fle_ + "tterei" ; --# notpresent - Cond Sg P2 => fle_ + "tteresti" ; --# notpresent - Cond Sg P3 => fle_ + "tterebbe" ; --# notpresent - Cond Pl P1 => fle_ + "tteremmo" ; --# notpresent - Cond Pl P2 => fle_ + "ttereste" ; --# notpresent - Cond Pl P3 => fle_ + "tterebbero" ; --# notpresent - Imper SgP2 => fle_ + "tti" ; - Imper PlP1 => fle_ + "ttiamo" ; - Imper PlP2 => fle_ + "ttete" ; - Ger => fle_ + "ttendo" ; - Part PresP Masc Sg => fle_ + "ttente" ; - Part PresP Masc Pl => fle_ + "ttenti" ; - Part PresP Fem Sg => fle_ + "ttente" ; - Part PresP Fem Pl => fle_ + "ttenti" ; - Part PassP Masc Sg => fle_ + "sso" ; - Part PassP Masc Pl => fle_ + "ssi" ; - Part PassP Fem Sg => fle_ + "ssa" ; - Part PassP Fem Pl => fle_ + "sse" - } - } ; - -oper fondere_54 : Str -> Verbo = \fondere -> - let f_ = Predef.tk 6 fondere in - {s = table { - Inf => f_ + "ondere" ; - InfClit => f_ + "onder" ; - Indi Pres Sg P1 => f_ + "ondo" ; - Indi Pres Sg P2 => f_ + "ondi" ; - Indi Pres Sg P3 => f_ + "onde" ; - Indi Pres Pl P1 => f_ + "ondiamo" ; - Indi Pres Pl P2 => f_ + "ondete" ; - Indi Pres Pl P3 => f_ + "ondono" ; - Indi Imperf Sg P1 => f_ + "ondevo" ; --# notpresent - Indi Imperf Sg P2 => f_ + "ondevi" ; --# notpresent - Indi Imperf Sg P3 => f_ + "ondeva" ; --# notpresent - Indi Imperf Pl P1 => f_ + "ondevamo" ; --# notpresent - Indi Imperf Pl P2 => f_ + "ondevate" ; --# notpresent - Indi Imperf Pl P3 => f_ + "ondevano" ; --# notpresent - Pass Sg P1 => f_ + "usi" ; --# notpresent - Pass Sg P2 => f_ + "ondesti" ; --# notpresent - Pass Sg P3 => f_ + "use" ; --# notpresent - Pass Pl P1 => f_ + "ondemmo" ; --# notpresent - Pass Pl P2 => f_ + "ondeste" ; --# notpresent - Pass Pl P3 => f_ + "usero" ; --# notpresent - Fut Sg P1 => f_ + "onderò" ; --# notpresent - Fut Sg P2 => f_ + "onderai" ; --# notpresent - Fut Sg P3 => f_ + "onderà" ; --# notpresent - Fut Pl P1 => f_ + "onderemo" ; --# notpresent - Fut Pl P2 => f_ + "onderete" ; --# notpresent - Fut Pl P3 => f_ + "onderanno" ; --# notpresent - Cong Pres Sg P1 => f_ + "onda" ; - Cong Pres Sg P2 => f_ + "onda" ; - Cong Pres Sg P3 => f_ + "onda" ; - Cong Pres Pl P1 => f_ + "ondiamo" ; - Cong Pres Pl P2 => f_ + "ondiate" ; - Cong Pres Pl P3 => f_ + "ondano" ; - Cong Imperf Sg P1 => f_ + "ondessi" ; --# notpresent - Cong Imperf Sg P2 => f_ + "ondessi" ; --# notpresent - Cong Imperf Sg P3 => f_ + "ondesse" ; --# notpresent - Cong Imperf Pl P1 => f_ + "ondessimo" ; --# notpresent - Cong Imperf Pl P2 => f_ + "ondeste" ; --# notpresent - Cong Imperf Pl P3 => f_ + "ondessero" ; --# notpresent - Cond Sg P1 => f_ + "onderei" ; --# notpresent - Cond Sg P2 => f_ + "onderesti" ; --# notpresent - Cond Sg P3 => f_ + "onderebbe" ; --# notpresent - Cond Pl P1 => f_ + "onderemmo" ; --# notpresent - Cond Pl P2 => f_ + "ondereste" ; --# notpresent - Cond Pl P3 => f_ + "onderebbero" ; --# notpresent - Imper SgP2 => f_ + "ondi" ; - Imper PlP1 => f_ + "ondiamo" ; - Imper PlP2 => f_ + "ondete" ; - Ger => f_ + "ondendo" ; - Part PresP Masc Sg => f_ + "ondente" ; - Part PresP Masc Pl => f_ + "ondenti" ; - Part PresP Fem Sg => f_ + "ondente" ; - Part PresP Fem Pl => f_ + "ondenti" ; - Part PassP Masc Sg => f_ + "uso" ; - Part PassP Masc Pl => f_ + "usi" ; - Part PassP Fem Sg => f_ + "usa" ; - Part PassP Fem Pl => f_ + "use" - } - } ; - -oper giungere_55 : Str -> Verbo = \giungere -> - let giun_ = Predef.tk 4 giungere in - {s = table { - Inf => giun_ + "gere" ; - InfClit => giun_ + "ger" ; - Indi Pres Sg P1 => giun_ + "go" ; - Indi Pres Sg P2 => giun_ + "gi" ; - Indi Pres Sg P3 => giun_ + "ge" ; - Indi Pres Pl P1 => giun_ + "giamo" ; - Indi Pres Pl P2 => giun_ + "gete" ; - Indi Pres Pl P3 => giun_ + "gono" ; - Indi Imperf Sg P1 => giun_ + "gevo" ; --# notpresent - Indi Imperf Sg P2 => giun_ + "gevi" ; --# notpresent - Indi Imperf Sg P3 => giun_ + "geva" ; --# notpresent - Indi Imperf Pl P1 => giun_ + "gevamo" ; --# notpresent - Indi Imperf Pl P2 => giun_ + "gevate" ; --# notpresent - Indi Imperf Pl P3 => giun_ + "gevano" ; --# notpresent - Pass Sg P1 => giun_ + "si" ; --# notpresent - Pass Sg P2 => giun_ + "gesti" ; --# notpresent - Pass Sg P3 => giun_ + "se" ; --# notpresent - Pass Pl P1 => giun_ + "gemmo" ; --# notpresent - Pass Pl P2 => giun_ + "geste" ; --# notpresent - Pass Pl P3 => giun_ + "sero" ; --# notpresent - Fut Sg P1 => giun_ + "gerò" ; --# notpresent - Fut Sg P2 => giun_ + "gerai" ; --# notpresent - Fut Sg P3 => giun_ + "gerà" ; --# notpresent - Fut Pl P1 => giun_ + "geremo" ; --# notpresent - Fut Pl P2 => giun_ + "gerete" ; --# notpresent - Fut Pl P3 => giun_ + "geranno" ; --# notpresent - Cong Pres Sg P1 => giun_ + "ga" ; - Cong Pres Sg P2 => giun_ + "ga" ; - Cong Pres Sg P3 => giun_ + "ga" ; - Cong Pres Pl P1 => giun_ + "giamo" ; - Cong Pres Pl P2 => giun_ + "giate" ; - Cong Pres Pl P3 => giun_ + "gano" ; - Cong Imperf Sg P1 => giun_ + "gessi" ; --# notpresent - Cong Imperf Sg P2 => giun_ + "gessi" ; --# notpresent - Cong Imperf Sg P3 => giun_ + "gesse" ; --# notpresent - Cong Imperf Pl P1 => giun_ + "gessimo" ; --# notpresent - Cong Imperf Pl P2 => giun_ + "geste" ; --# notpresent - Cong Imperf Pl P3 => giun_ + "gessero" ; --# notpresent - Cond Sg P1 => giun_ + "gerei" ; --# notpresent - Cond Sg P2 => giun_ + "geresti" ; --# notpresent - Cond Sg P3 => giun_ + "gerebbe" ; --# notpresent - Cond Pl P1 => giun_ + "geremmo" ; --# notpresent - Cond Pl P2 => giun_ + "gereste" ; --# notpresent - Cond Pl P3 => giun_ + "gerebbero" ; --# notpresent - Imper SgP2 => giun_ + "gi" ; - Imper PlP1 => giun_ + "giamo" ; - Imper PlP2 => giun_ + "gete" ; - Ger => giun_ + "gendo" ; - Part PresP Masc Sg => giun_ + "gente" ; - Part PresP Masc Pl => giun_ + "genti" ; - Part PresP Fem Sg => giun_ + "gente" ; - Part PresP Fem Pl => giun_ + "genti" ; - Part PassP Masc Sg => giun_ + "to" ; - Part PassP Masc Pl => giun_ + "ti" ; - Part PassP Fem Sg => giun_ + "ta" ; - Part PassP Fem Pl => giun_ + "te" - } - } ; - -oper leggere_56 : Str -> Verbo = \leggere -> - let le_ = Predef.tk 5 leggere in - {s = table { - Inf => le_ + "ggere" ; - InfClit => le_ + "gger" ; - Indi Pres Sg P1 => le_ + "ggo" ; - Indi Pres Sg P2 => le_ + "ggi" ; - Indi Pres Sg P3 => le_ + "gge" ; - Indi Pres Pl P1 => le_ + "ggiamo" ; - Indi Pres Pl P2 => le_ + "ggete" ; - Indi Pres Pl P3 => le_ + "ggono" ; - Indi Imperf Sg P1 => le_ + "ggevo" ; --# notpresent - Indi Imperf Sg P2 => le_ + "ggevi" ; --# notpresent - Indi Imperf Sg P3 => le_ + "ggeva" ; --# notpresent - Indi Imperf Pl P1 => le_ + "ggevamo" ; --# notpresent - Indi Imperf Pl P2 => le_ + "ggevate" ; --# notpresent - Indi Imperf Pl P3 => le_ + "ggevano" ; --# notpresent - Pass Sg P1 => le_ + "ssi" ; --# notpresent - Pass Sg P2 => le_ + "ggesti" ; --# notpresent - Pass Sg P3 => le_ + "sse" ; --# notpresent - Pass Pl P1 => le_ + "ggemmo" ; --# notpresent - Pass Pl P2 => le_ + "ggeste" ; --# notpresent - Pass Pl P3 => le_ + "ssero" ; --# notpresent - Fut Sg P1 => le_ + "ggerò" ; --# notpresent - Fut Sg P2 => le_ + "ggerai" ; --# notpresent - Fut Sg P3 => le_ + "ggerà" ; --# notpresent - Fut Pl P1 => le_ + "ggeremo" ; --# notpresent - Fut Pl P2 => le_ + "ggerete" ; --# notpresent - Fut Pl P3 => le_ + "ggeranno" ; --# notpresent - Cong Pres Sg P1 => le_ + "gga" ; - Cong Pres Sg P2 => le_ + "gga" ; - Cong Pres Sg P3 => le_ + "gga" ; - Cong Pres Pl P1 => le_ + "ggiamo" ; - Cong Pres Pl P2 => le_ + "ggiate" ; - Cong Pres Pl P3 => le_ + "ggano" ; - Cong Imperf Sg P1 => le_ + "ggessi" ; --# notpresent - Cong Imperf Sg P2 => le_ + "ggessi" ; --# notpresent - Cong Imperf Sg P3 => le_ + "ggesse" ; --# notpresent - Cong Imperf Pl P1 => le_ + "ggessimo" ; --# notpresent - Cong Imperf Pl P2 => le_ + "ggeste" ; --# notpresent - Cong Imperf Pl P3 => le_ + "ggessero" ; --# notpresent - Cond Sg P1 => le_ + "ggerei" ; --# notpresent - Cond Sg P2 => le_ + "ggeresti" ; --# notpresent - Cond Sg P3 => le_ + "ggerebbe" ; --# notpresent - Cond Pl P1 => le_ + "ggeremmo" ; --# notpresent - Cond Pl P2 => le_ + "ggereste" ; --# notpresent - Cond Pl P3 => le_ + "ggerebbero" ; --# notpresent - Imper SgP2 => le_ + "ggi" ; - Imper PlP1 => le_ + "ggiamo" ; - Imper PlP2 => le_ + "ggete" ; - Ger => le_ + "ggendo" ; - Part PresP Masc Sg => le_ + "ggente" ; - Part PresP Masc Pl => le_ + "ggenti" ; - Part PresP Fem Sg => le_ + "ggente" ; - Part PresP Fem Pl => le_ + "ggenti" ; - Part PassP Masc Sg => le_ + "tto" ; - Part PassP Masc Pl => le_ + "tti" ; - Part PassP Fem Sg => le_ + "tta" ; - Part PassP Fem Pl => le_ + "tte" - } - } ; - -oper mettere_57 : Str -> Verbo = \mettere -> - let m_ = Predef.tk 6 mettere in - {s = table { - Inf => m_ + "ettere" ; - InfClit => m_ + "etter" ; - Indi Pres Sg P1 => m_ + "etto" ; - Indi Pres Sg P2 => m_ + "etti" ; - Indi Pres Sg P3 => m_ + "ette" ; - Indi Pres Pl P1 => m_ + "ettiamo" ; - Indi Pres Pl P2 => m_ + "ettete" ; - Indi Pres Pl P3 => m_ + "ettono" ; - Indi Imperf Sg P1 => m_ + "ettevo" ; --# notpresent - Indi Imperf Sg P2 => m_ + "ettevi" ; --# notpresent - Indi Imperf Sg P3 => m_ + "etteva" ; --# notpresent - Indi Imperf Pl P1 => m_ + "ettevamo" ; --# notpresent - Indi Imperf Pl P2 => m_ + "ettevate" ; --# notpresent - Indi Imperf Pl P3 => m_ + "ettevano" ; --# notpresent - Pass Sg P1 => m_ + "isi" ; --# notpresent - Pass Sg P2 => m_ + "ettesti" ; --# notpresent - Pass Sg P3 => m_ + "ise" ; --# notpresent - Pass Pl P1 => m_ + "ettemmo" ; --# notpresent - Pass Pl P2 => m_ + "etteste" ; --# notpresent - Pass Pl P3 => m_ + "isero" ; --# notpresent - Fut Sg P1 => m_ + "etterò" ; --# notpresent - Fut Sg P2 => m_ + "etterai" ; --# notpresent - Fut Sg P3 => m_ + "etterà" ; --# notpresent - Fut Pl P1 => m_ + "etteremo" ; --# notpresent - Fut Pl P2 => m_ + "etterete" ; --# notpresent - Fut Pl P3 => m_ + "etteranno" ; --# notpresent - Cong Pres Sg P1 => m_ + "etta" ; - Cong Pres Sg P2 => m_ + "etta" ; - Cong Pres Sg P3 => m_ + "etta" ; - Cong Pres Pl P1 => m_ + "ettiamo" ; - Cong Pres Pl P2 => m_ + "ettiate" ; - Cong Pres Pl P3 => m_ + "ettano" ; - Cong Imperf Sg P1 => m_ + "ettessi" ; --# notpresent - Cong Imperf Sg P2 => m_ + "ettessi" ; --# notpresent - Cong Imperf Sg P3 => m_ + "ettesse" ; --# notpresent - Cong Imperf Pl P1 => m_ + "ettessimo" ; --# notpresent - Cong Imperf Pl P2 => m_ + "etteste" ; --# notpresent - Cong Imperf Pl P3 => m_ + "ettessero" ; --# notpresent - Cond Sg P1 => m_ + "etterei" ; --# notpresent - Cond Sg P2 => m_ + "etteresti" ; --# notpresent - Cond Sg P3 => m_ + "etterebbe" ; --# notpresent - Cond Pl P1 => m_ + "etteremmo" ; --# notpresent - Cond Pl P2 => m_ + "ettereste" ; --# notpresent - Cond Pl P3 => m_ + "etterebbero" ; --# notpresent - Imper SgP2 => m_ + "etti" ; - Imper PlP1 => m_ + "ettiamo" ; - Imper PlP2 => m_ + "ettete" ; - Ger => m_ + "ettendo" ; - Part PresP Masc Sg => m_ + "ettente" ; - Part PresP Masc Pl => m_ + "ettenti" ; - Part PresP Fem Sg => m_ + "ettente" ; - Part PresP Fem Pl => m_ + "ettenti" ; - Part PassP Masc Sg => m_ + "esso" ; - Part PassP Masc Pl => m_ + "essi" ; - Part PassP Fem Sg => m_ + "essa" ; - Part PassP Fem Pl => m_ + "esse" - } - } ; - -oper muovere_58 : Str -> Verbo = \muovere -> - let m_ = Predef.tk 6 muovere in - {s = table { - Inf => m_ + "uovere" ; - InfClit => m_ + "uover" ; - Indi Pres Sg P1 => m_ + "uovo" ; - Indi Pres Sg P2 => m_ + "uovi" ; - Indi Pres Sg P3 => m_ + "uove" ; - Indi Pres Pl P1 => m_ + "uoviamo" ; - Indi Pres Pl P2 => m_ + "uovete" ; - Indi Pres Pl P3 => m_ + "uovono" ; - Indi Imperf Sg P1 => m_ + "uovevo" ; --# notpresent - Indi Imperf Sg P2 => m_ + "uovevi" ; --# notpresent - Indi Imperf Sg P3 => m_ + "uoveva" ; --# notpresent - Indi Imperf Pl P1 => m_ + "uovevamo" ; --# notpresent - Indi Imperf Pl P2 => m_ + "uovevate" ; --# notpresent - Indi Imperf Pl P3 => m_ + "uovevano" ; --# notpresent - Pass Sg P1 => m_ + "ossi" ; --# notpresent - Pass Sg P2 => m_ + "uovesti" ; --# notpresent - Pass Sg P3 => m_ + "osse" ; --# notpresent - Pass Pl P1 => m_ + "uovemmo" ; --# notpresent - Pass Pl P2 => m_ + "uoveste" ; --# notpresent - Pass Pl P3 => m_ + "ossero" ; --# notpresent - Fut Sg P1 => m_ + "uoverò" ; --# notpresent - Fut Sg P2 => m_ + "uoverai" ; --# notpresent - Fut Sg P3 => m_ + "uoverà" ; --# notpresent - Fut Pl P1 => m_ + "uoveremo" ; --# notpresent - Fut Pl P2 => m_ + "uoverete" ; --# notpresent - Fut Pl P3 => m_ + "uoveranno" ; --# notpresent - Cong Pres Sg P1 => m_ + "uova" ; - Cong Pres Sg P2 => m_ + "uova" ; - Cong Pres Sg P3 => m_ + "uova" ; - Cong Pres Pl P1 => m_ + "uoviamo" ; - Cong Pres Pl P2 => m_ + "uoviate" ; - Cong Pres Pl P3 => m_ + "uovano" ; - Cong Imperf Sg P1 => m_ + "uovessi" ; --# notpresent - Cong Imperf Sg P2 => m_ + "uovessi" ; --# notpresent - Cong Imperf Sg P3 => m_ + "uovesse" ; --# notpresent - Cong Imperf Pl P1 => m_ + "uovessimo" ; --# notpresent - Cong Imperf Pl P2 => m_ + "uoveste" ; --# notpresent - Cong Imperf Pl P3 => m_ + "uovessero" ; --# notpresent - Cond Sg P1 => m_ + "uoverei" ; --# notpresent - Cond Sg P2 => m_ + "uoveresti" ; --# notpresent - Cond Sg P3 => m_ + "uoverebbe" ; --# notpresent - Cond Pl P1 => m_ + "uoveremmo" ; --# notpresent - Cond Pl P2 => m_ + "uovereste" ; --# notpresent - Cond Pl P3 => m_ + "uoverebbero" ; --# notpresent - Imper SgP2 => m_ + "uovi" ; - Imper PlP1 => m_ + "uoviamo" ; - Imper PlP2 => m_ + "uovete" ; - Ger => m_ + "uovendo" ; - Part PresP Masc Sg => m_ + "uovente" ; - Part PresP Masc Pl => m_ + "uoventi" ; - Part PresP Fem Sg => m_ + "uovente" ; - Part PresP Fem Pl => m_ + "uoventi" ; - Part PassP Masc Sg => m_ + "osso" ; - Part PassP Masc Pl => m_ + "ossi" ; - Part PassP Fem Sg => m_ + "ossa" ; - Part PassP Fem Pl => m_ + "osse" - } - } ; - -oper nascere_59 : Str -> Verbo = \nascere -> - let na_ = Predef.tk 5 nascere in - {s = table { - Inf => na_ + "scere" ; - InfClit => na_ + "scer" ; - Indi Pres Sg P1 => na_ + "sco" ; - Indi Pres Sg P2 => na_ + "sci" ; - Indi Pres Sg P3 => na_ + "sce" ; - Indi Pres Pl P1 => na_ + "sciamo" ; - Indi Pres Pl P2 => na_ + "scete" ; - Indi Pres Pl P3 => na_ + "scono" ; - Indi Imperf Sg P1 => na_ + "scevo" ; --# notpresent - Indi Imperf Sg P2 => na_ + "scevi" ; --# notpresent - Indi Imperf Sg P3 => na_ + "sceva" ; --# notpresent - Indi Imperf Pl P1 => na_ + "scevamo" ; --# notpresent - Indi Imperf Pl P2 => na_ + "scevate" ; --# notpresent - Indi Imperf Pl P3 => na_ + "scevano" ; --# notpresent - Pass Sg P1 => na_ + "cqui" ; --# notpresent - Pass Sg P2 => na_ + "scesti" ; --# notpresent - Pass Sg P3 => na_ + "cque" ; --# notpresent - Pass Pl P1 => na_ + "scemmo" ; --# notpresent - Pass Pl P2 => na_ + "sceste" ; --# notpresent - Pass Pl P3 => na_ + "cquero" ; --# notpresent - Fut Sg P1 => na_ + "scerò" ; --# notpresent - Fut Sg P2 => na_ + "scerai" ; --# notpresent - Fut Sg P3 => na_ + "scerà" ; --# notpresent - Fut Pl P1 => na_ + "sceremo" ; --# notpresent - Fut Pl P2 => na_ + "scerete" ; --# notpresent - Fut Pl P3 => na_ + "sceranno" ; --# notpresent - Cong Pres Sg P1 => na_ + "sca" ; - Cong Pres Sg P2 => na_ + "sca" ; - Cong Pres Sg P3 => na_ + "sca" ; - Cong Pres Pl P1 => na_ + "sciamo" ; - Cong Pres Pl P2 => na_ + "sciate" ; - Cong Pres Pl P3 => na_ + "scano" ; - Cong Imperf Sg P1 => na_ + "scessi" ; --# notpresent - Cong Imperf Sg P2 => na_ + "scessi" ; --# notpresent - Cong Imperf Sg P3 => na_ + "scesse" ; --# notpresent - Cong Imperf Pl P1 => na_ + "scessimo" ; --# notpresent - Cong Imperf Pl P2 => na_ + "sceste" ; --# notpresent - Cong Imperf Pl P3 => na_ + "scessero" ; --# notpresent - Cond Sg P1 => na_ + "scerei" ; --# notpresent - Cond Sg P2 => na_ + "sceresti" ; --# notpresent - Cond Sg P3 => na_ + "scerebbe" ; --# notpresent - Cond Pl P1 => na_ + "sceremmo" ; --# notpresent - Cond Pl P2 => na_ + "scereste" ; --# notpresent - Cond Pl P3 => na_ + "scerebbero" ; --# notpresent - Imper SgP2 => na_ + "sci" ; - Imper PlP1 => na_ + "sciamo" ; - Imper PlP2 => na_ + "scete" ; - Ger => na_ + "scendo" ; - Part PresP Masc Sg => na_ + "scente" ; - Part PresP Masc Pl => na_ + "scenti" ; - Part PresP Fem Sg => na_ + "scente" ; - Part PresP Fem Pl => na_ + "scenti" ; - Part PassP Masc Sg => na_ + "to" ; - Part PassP Masc Pl => na_ + "ti" ; - Part PassP Fem Sg => na_ + "ta" ; - Part PassP Fem Pl => na_ + "te" - } - } ; - -oper nuocere_60 : Str -> Verbo = \nuocere -> - let n_ = Predef.tk 6 nuocere in - {s = table { - Inf => n_ + "uocere" ; - InfClit => n_ + "uocer" ; - Indi Pres Sg P1 => n_ + "uoccio" ; - Indi Pres Sg P2 => n_ + "uoci" ; - Indi Pres Sg P3 => n_ + "uoce" ; - Indi Pres Pl P1 => n_ + "uociamo" ; - Indi Pres Pl P2 => n_ + "uocete" ; - Indi Pres Pl P3 => n_ + "uocciono" ; - Indi Imperf Sg P1 => n_ + "uocevo" ; --# notpresent - Indi Imperf Sg P2 => n_ + "uocevi" ; --# notpresent - Indi Imperf Sg P3 => n_ + "uoceva" ; --# notpresent - Indi Imperf Pl P1 => n_ + "uocevamo" ; --# notpresent - Indi Imperf Pl P2 => n_ + "uocevate" ; --# notpresent - Indi Imperf Pl P3 => n_ + "uocevano" ; --# notpresent - Pass Sg P1 => n_ + "ocqui" ; --# notpresent - Pass Sg P2 => n_ + "uocesti" ; --# notpresent - Pass Sg P3 => n_ + "ocque" ; --# notpresent - Pass Pl P1 => n_ + "uocemmo" ; --# notpresent - Pass Pl P2 => n_ + "uoceste" ; --# notpresent - Pass Pl P3 => n_ + "ocquero" ; --# notpresent - Fut Sg P1 => n_ + "uocerò" ; --# notpresent - Fut Sg P2 => n_ + "uocerai" ; --# notpresent - Fut Sg P3 => n_ + "uocerà" ; --# notpresent - Fut Pl P1 => n_ + "uoceremo" ; --# notpresent - Fut Pl P2 => n_ + "uocerete" ; --# notpresent - Fut Pl P3 => n_ + "uoceranno" ; --# notpresent - Cong Pres Sg P1 => n_ + "uoccia" ; - Cong Pres Sg P2 => n_ + "uoccia" ; - Cong Pres Sg P3 => n_ + "uoccia" ; - Cong Pres Pl P1 => n_ + "uociamo" ; - Cong Pres Pl P2 => n_ + "uociate" ; - Cong Pres Pl P3 => n_ + "uocciano" ; - Cong Imperf Sg P1 => n_ + "uocessi" ; --# notpresent - Cong Imperf Sg P2 => n_ + "uocessi" ; --# notpresent - Cong Imperf Sg P3 => n_ + "uocesse" ; --# notpresent - Cong Imperf Pl P1 => n_ + "uocessimo" ; --# notpresent - Cong Imperf Pl P2 => n_ + "uoceste" ; --# notpresent - Cong Imperf Pl P3 => n_ + "uocessero" ; --# notpresent - Cond Sg P1 => n_ + "uocerei" ; --# notpresent - Cond Sg P2 => n_ + "uoceresti" ; --# notpresent - Cond Sg P3 => n_ + "uocerebbe" ; --# notpresent - Cond Pl P1 => n_ + "uoceremmo" ; --# notpresent - Cond Pl P2 => n_ + "uocereste" ; --# notpresent - Cond Pl P3 => n_ + "uocerebbero" ; --# notpresent - Imper SgP2 => n_ + "uoci" ; - Imper PlP1 => n_ + "uociamo" ; - Imper PlP2 => n_ + "uocete" ; - Ger => n_ + "uocendo" ; - Part PresP Masc Sg => n_ + "uocente" ; - Part PresP Masc Pl => n_ + "uocenti" ; - Part PresP Fem Sg => n_ + "uocente" ; - Part PresP Fem Pl => n_ + "uocenti" ; - Part PassP Masc Sg => n_ + "uociuto" ; - Part PassP Masc Pl => n_ + "uociuti" ; - Part PassP Fem Sg => n_ + "uociuta" ; - Part PassP Fem Pl => n_ + "uociute" - } - } ; - -oper parere_61 : Str -> Verbo = \parere -> - let pa_ = Predef.tk 4 parere in - {s = table { - Inf => pa_ + "rere" ; - InfClit => pa_ + "rer" ; - Indi Pres Sg P1 => pa_ + "io" ; - Indi Pres Sg P2 => pa_ + "ri" ; - Indi Pres Sg P3 => pa_ + "re" ; - Indi Pres Pl P1 => pa_ + "riamo" ; - Indi Pres Pl P2 => pa_ + "rete" ; - Indi Pres Pl P3 => pa_ + "iono" ; - Indi Imperf Sg P1 => pa_ + "revo" ; --# notpresent - Indi Imperf Sg P2 => pa_ + "revi" ; --# notpresent - Indi Imperf Sg P3 => pa_ + "reva" ; --# notpresent - Indi Imperf Pl P1 => pa_ + "revamo" ; --# notpresent - Indi Imperf Pl P2 => pa_ + "revate" ; --# notpresent - Indi Imperf Pl P3 => pa_ + "revano" ; --# notpresent - Pass Sg P1 => pa_ + "rvi" ; --# notpresent - Pass Sg P2 => pa_ + "resti" ; --# notpresent - Pass Sg P3 => pa_ + "rve" ; --# notpresent - Pass Pl P1 => pa_ + "remmo" ; --# notpresent - Pass Pl P2 => pa_ + "reste" ; --# notpresent - Pass Pl P3 => pa_ + "rvero" ; --# notpresent - Fut Sg P1 => pa_ + "rrò" ; --# notpresent - Fut Sg P2 => pa_ + "rrai" ; --# notpresent - Fut Sg P3 => pa_ + "rrà" ; --# notpresent - Fut Pl P1 => pa_ + "rremo" ; --# notpresent - Fut Pl P2 => pa_ + "rrete" ; --# notpresent - Fut Pl P3 => pa_ + "rranno" ; --# notpresent - Cong Pres Sg P1 => pa_ + "ia" ; - Cong Pres Sg P2 => pa_ + "ia" ; - Cong Pres Sg P3 => pa_ + "ia" ; - Cong Pres Pl P1 => pa_ + "riamo" ; - Cong Pres Pl P2 => pa_ + "riate" ; - Cong Pres Pl P3 => pa_ + "iano" ; - Cong Imperf Sg P1 => pa_ + "ressi" ; --# notpresent - Cong Imperf Sg P2 => pa_ + "ressi" ; --# notpresent - Cong Imperf Sg P3 => pa_ + "resse" ; --# notpresent - Cong Imperf Pl P1 => pa_ + "ressimo" ; --# notpresent - Cong Imperf Pl P2 => pa_ + "reste" ; --# notpresent - Cong Imperf Pl P3 => pa_ + "ressero" ; --# notpresent - Cond Sg P1 => pa_ + "rrei" ; --# notpresent - Cond Sg P2 => pa_ + "rresti" ; --# notpresent - Cond Sg P3 => pa_ + "rrebbe" ; --# notpresent - Cond Pl P1 => pa_ + "rremmo" ; --# notpresent - Cond Pl P2 => pa_ + "rreste" ; --# notpresent - Cond Pl P3 => pa_ + "rrebbero" ; --# notpresent - Imper SgP2 => variants {} ; - Imper PlP1 => variants {} ; - Imper PlP2 => variants {} ; - Ger => pa_ + "rendo" ; - Part PresP Masc Sg => pa_ + "rvente" ; - Part PresP Masc Pl => pa_ + "rventi" ; - Part PresP Fem Sg => pa_ + "rvente" ; - Part PresP Fem Pl => pa_ + "rventi" ; - Part PassP Masc Sg => pa_ + "rso" ; - Part PassP Masc Pl => pa_ + "rsi" ; - Part PassP Fem Sg => pa_ + "rsa" ; - Part PassP Fem Pl => pa_ + "rse" - } - } ; - -oper perdere_62 : Str -> Verbo = \perdere -> - let per_ = Predef.tk 4 perdere in - {s = table { - Inf => per_ + "dere" ; - InfClit => per_ + "der" ; - Indi Pres Sg P1 => per_ + "do" ; - Indi Pres Sg P2 => per_ + "di" ; - Indi Pres Sg P3 => per_ + "de" ; - Indi Pres Pl P1 => per_ + "diamo" ; - Indi Pres Pl P2 => per_ + "dete" ; - Indi Pres Pl P3 => per_ + "dono" ; - Indi Imperf Sg P1 => per_ + "devo" ; --# notpresent - Indi Imperf Sg P2 => per_ + "devi" ; --# notpresent - Indi Imperf Sg P3 => per_ + "deva" ; --# notpresent - Indi Imperf Pl P1 => per_ + "devamo" ; --# notpresent - Indi Imperf Pl P2 => per_ + "devate" ; --# notpresent - Indi Imperf Pl P3 => per_ + "devano" ; --# notpresent - Pass Sg P1 => per_ + "si" ; --# notpresent - Pass Sg P2 => per_ + "desti" ; --# notpresent - Pass Sg P3 => per_ + "se" ; --# notpresent - Pass Pl P1 => per_ + "demmo" ; --# notpresent - Pass Pl P2 => per_ + "deste" ; --# notpresent - Pass Pl P3 => per_ + "sero" ; --# notpresent - Fut Sg P1 => per_ + "derò" ; --# notpresent - Fut Sg P2 => per_ + "derai" ; --# notpresent - Fut Sg P3 => per_ + "derà" ; --# notpresent - Fut Pl P1 => per_ + "deremo" ; --# notpresent - Fut Pl P2 => per_ + "derete" ; --# notpresent - Fut Pl P3 => per_ + "deranno" ; --# notpresent - Cong Pres Sg P1 => per_ + "da" ; - Cong Pres Sg P2 => per_ + "da" ; - Cong Pres Sg P3 => per_ + "da" ; - Cong Pres Pl P1 => per_ + "diamo" ; - Cong Pres Pl P2 => per_ + "diate" ; - Cong Pres Pl P3 => per_ + "dano" ; - Cong Imperf Sg P1 => per_ + "dessi" ; --# notpresent - Cong Imperf Sg P2 => per_ + "dessi" ; --# notpresent - Cong Imperf Sg P3 => per_ + "desse" ; --# notpresent - Cong Imperf Pl P1 => per_ + "dessimo" ; --# notpresent - Cong Imperf Pl P2 => per_ + "deste" ; --# notpresent - Cong Imperf Pl P3 => per_ + "dessero" ; --# notpresent - Cond Sg P1 => per_ + "derei" ; --# notpresent - Cond Sg P2 => per_ + "deresti" ; --# notpresent - Cond Sg P3 => per_ + "derebbe" ; --# notpresent - Cond Pl P1 => per_ + "deremmo" ; --# notpresent - Cond Pl P2 => per_ + "dereste" ; --# notpresent - Cond Pl P3 => per_ + "derebbero" ; --# notpresent - Imper SgP2 => per_ + "di" ; - Imper PlP1 => per_ + "diamo" ; - Imper PlP2 => per_ + "dete" ; - Ger => per_ + "dendo" ; - Part PresP Masc Sg => per_ + "dente" ; - Part PresP Masc Pl => per_ + "denti" ; - Part PresP Fem Sg => per_ + "dente" ; - Part PresP Fem Pl => per_ + "denti" ; - Part PassP Masc Sg => variants {per_ + "duto" ; per_ + "so"} ; - Part PassP Masc Pl => variants {per_ + "duti" ; per_ + "si"} ; - Part PassP Fem Sg => variants {per_ + "duta" ; per_ + "sa"} ; - Part PassP Fem Pl => variants {per_ + "dute" ; per_ + "se"} - } - } ; - -oper persuadere_63 : Str -> Verbo = \persuadere -> - let persua_ = Predef.tk 4 persuadere in - {s = table { - Inf => persua_ + "dere" ; - InfClit => persua_ + "der" ; - Indi Pres Sg P1 => persua_ + "do" ; - Indi Pres Sg P2 => persua_ + "di" ; - Indi Pres Sg P3 => persua_ + "de" ; - Indi Pres Pl P1 => persua_ + "diamo" ; - Indi Pres Pl P2 => persua_ + "dete" ; - Indi Pres Pl P3 => persua_ + "dono" ; - Indi Imperf Sg P1 => persua_ + "devo" ; --# notpresent - Indi Imperf Sg P2 => persua_ + "devi" ; --# notpresent - Indi Imperf Sg P3 => persua_ + "deva" ; --# notpresent - Indi Imperf Pl P1 => persua_ + "devamo" ; --# notpresent - Indi Imperf Pl P2 => persua_ + "devate" ; --# notpresent - Indi Imperf Pl P3 => persua_ + "devano" ; --# notpresent - Pass Sg P1 => persua_ + "si" ; --# notpresent - Pass Sg P2 => persua_ + "desti" ; --# notpresent - Pass Sg P3 => persua_ + "se" ; --# notpresent - Pass Pl P1 => persua_ + "demmo" ; --# notpresent - Pass Pl P2 => persua_ + "deste" ; --# notpresent - Pass Pl P3 => persua_ + "sero" ; --# notpresent - Fut Sg P1 => persua_ + "derò" ; --# notpresent - Fut Sg P2 => persua_ + "derai" ; --# notpresent - Fut Sg P3 => persua_ + "derà" ; --# notpresent - Fut Pl P1 => persua_ + "deremo" ; --# notpresent - Fut Pl P2 => persua_ + "derete" ; --# notpresent - Fut Pl P3 => persua_ + "deranno" ; --# notpresent - Cong Pres Sg P1 => persua_ + "da" ; - Cong Pres Sg P2 => persua_ + "da" ; - Cong Pres Sg P3 => persua_ + "da" ; - Cong Pres Pl P1 => persua_ + "diamo" ; - Cong Pres Pl P2 => persua_ + "diate" ; - Cong Pres Pl P3 => persua_ + "dano" ; - Cong Imperf Sg P1 => persua_ + "dessi" ; --# notpresent - Cong Imperf Sg P2 => persua_ + "dessi" ; --# notpresent - Cong Imperf Sg P3 => persua_ + "desse" ; --# notpresent - Cong Imperf Pl P1 => persua_ + "dessimo" ; --# notpresent - Cong Imperf Pl P2 => persua_ + "deste" ; --# notpresent - Cong Imperf Pl P3 => persua_ + "dessero" ; --# notpresent - Cond Sg P1 => persua_ + "derei" ; --# notpresent - Cond Sg P2 => persua_ + "deresti" ; --# notpresent - Cond Sg P3 => persua_ + "derebbe" ; --# notpresent - Cond Pl P1 => persua_ + "deremmo" ; --# notpresent - Cond Pl P2 => persua_ + "dereste" ; --# notpresent - Cond Pl P3 => persua_ + "derebbero" ; --# notpresent - Imper SgP2 => persua_ + "di" ; - Imper PlP1 => persua_ + "diamo" ; - Imper PlP2 => persua_ + "dete" ; - Ger => persua_ + "dendo" ; - Part PresP Masc Sg => persua_ + "dente" ; - Part PresP Masc Pl => persua_ + "denti" ; - Part PresP Fem Sg => persua_ + "dente" ; - Part PresP Fem Pl => persua_ + "denti" ; - Part PassP Masc Sg => persua_ + "so" ; - Part PassP Masc Pl => persua_ + "si" ; - Part PassP Fem Sg => persua_ + "sa" ; - Part PassP Fem Pl => persua_ + "se" - } - } ; - -oper piacere_64 : Str -> Verbo = \piacerecere -> - let piacerec_ = Predef.tk 3 piacerecere in - {s = table { - Inf => piacerec_ + "ere" ; - InfClit => piacerec_ + "er" ; - Indi Pres Sg P1 => piacerec_ + "cio" ; - Indi Pres Sg P2 => piacerec_ + "i" ; - Indi Pres Sg P3 => piacerec_ + "e" ; - Indi Pres Pl P1 => piacerec_ + "iamo" ; - Indi Pres Pl P2 => piacerec_ + "ete" ; - Indi Pres Pl P3 => piacerec_ + "ciono" ; - Indi Imperf Sg P1 => piacerec_ + "evo" ; --# notpresent - Indi Imperf Sg P2 => piacerec_ + "evi" ; --# notpresent - Indi Imperf Sg P3 => piacerec_ + "eva" ; --# notpresent - Indi Imperf Pl P1 => piacerec_ + "evamo" ; --# notpresent - Indi Imperf Pl P2 => piacerec_ + "evate" ; --# notpresent - Indi Imperf Pl P3 => piacerec_ + "evano" ; --# notpresent - Pass Sg P1 => piacerec_ + "qui" ; --# notpresent - Pass Sg P2 => piacerec_ + "esti" ; --# notpresent - Pass Sg P3 => piacerec_ + "que" ; --# notpresent - Pass Pl P1 => piacerec_ + "emmo" ; --# notpresent - Pass Pl P2 => piacerec_ + "este" ; --# notpresent - Pass Pl P3 => piacerec_ + "quero" ; --# notpresent - Fut Sg P1 => piacerec_ + "erò" ; --# notpresent - Fut Sg P2 => piacerec_ + "erai" ; --# notpresent - Fut Sg P3 => piacerec_ + "erà" ; --# notpresent - Fut Pl P1 => piacerec_ + "eremo" ; --# notpresent - Fut Pl P2 => piacerec_ + "erete" ; --# notpresent - Fut Pl P3 => piacerec_ + "eranno" ; --# notpresent - Cong Pres Sg P1 => piacerec_ + "cia" ; - Cong Pres Sg P2 => piacerec_ + "cia" ; - Cong Pres Sg P3 => piacerec_ + "cia" ; - Cong Pres Pl P1 => piacerec_ + "iamo" ; - Cong Pres Pl P2 => piacerec_ + "iate" ; - Cong Pres Pl P3 => piacerec_ + "ciano" ; - Cong Imperf Sg P1 => piacerec_ + "essi" ; --# notpresent - Cong Imperf Sg P2 => piacerec_ + "essi" ; --# notpresent - Cong Imperf Sg P3 => piacerec_ + "esse" ; --# notpresent - Cong Imperf Pl P1 => piacerec_ + "essimo" ; --# notpresent - Cong Imperf Pl P2 => piacerec_ + "este" ; --# notpresent - Cong Imperf Pl P3 => piacerec_ + "essero" ; --# notpresent - Cond Sg P1 => piacerec_ + "erei" ; --# notpresent - Cond Sg P2 => piacerec_ + "eresti" ; --# notpresent - Cond Sg P3 => piacerec_ + "erebbe" ; --# notpresent - Cond Pl P1 => piacerec_ + "eremmo" ; --# notpresent - Cond Pl P2 => piacerec_ + "ereste" ; --# notpresent - Cond Pl P3 => piacerec_ + "erebbero" ; --# notpresent - Imper SgP2 => piacerec_ + "i" ; - Imper PlP1 => piacerec_ + "iamo" ; - Imper PlP2 => piacerec_ + "ete" ; - Ger => piacerec_ + "endo" ; - Part PresP Masc Sg => piacerec_ + "ente" ; - Part PresP Masc Pl => piacerec_ + "enti" ; - Part PresP Fem Sg => piacerec_ + "ente" ; - Part PresP Fem Pl => piacerec_ + "enti" ; - Part PassP Masc Sg => piacerec_ + "iuto" ; - Part PassP Masc Pl => piacerec_ + "iuti" ; - Part PassP Fem Sg => piacerec_ + "iuta" ; - Part PassP Fem Pl => piacerec_ + "iute" - } - } ; - -oper piangere_65 : Str -> Verbo = \piangere -> - let pian_ = Predef.tk 4 piangere in - {s = table { - Inf => pian_ + "gere" ; - InfClit => pian_ + "ger" ; - Indi Pres Sg P1 => pian_ + "go" ; - Indi Pres Sg P2 => pian_ + "gi" ; - Indi Pres Sg P3 => pian_ + "ge" ; - Indi Pres Pl P1 => pian_ + "giamo" ; - Indi Pres Pl P2 => pian_ + "gete" ; - Indi Pres Pl P3 => pian_ + "gono" ; - Indi Imperf Sg P1 => pian_ + "gevo" ; --# notpresent - Indi Imperf Sg P2 => pian_ + "gevi" ; --# notpresent - Indi Imperf Sg P3 => pian_ + "geva" ; --# notpresent - Indi Imperf Pl P1 => pian_ + "gevamo" ; --# notpresent - Indi Imperf Pl P2 => pian_ + "gevate" ; --# notpresent - Indi Imperf Pl P3 => pian_ + "gevano" ; --# notpresent - Pass Sg P1 => pian_ + "si" ; --# notpresent - Pass Sg P2 => pian_ + "gesti" ; --# notpresent - Pass Sg P3 => pian_ + "se" ; --# notpresent - Pass Pl P1 => pian_ + "gemmo" ; --# notpresent - Pass Pl P2 => pian_ + "geste" ; --# notpresent - Pass Pl P3 => pian_ + "sero" ; --# notpresent - Fut Sg P1 => pian_ + "gerò" ; --# notpresent - Fut Sg P2 => pian_ + "gerai" ; --# notpresent - Fut Sg P3 => pian_ + "gerà" ; --# notpresent - Fut Pl P1 => pian_ + "geremo" ; --# notpresent - Fut Pl P2 => pian_ + "gerete" ; --# notpresent - Fut Pl P3 => pian_ + "geranno" ; --# notpresent - Cong Pres Sg P1 => pian_ + "ga" ; - Cong Pres Sg P2 => pian_ + "ga" ; - Cong Pres Sg P3 => pian_ + "ga" ; - Cong Pres Pl P1 => pian_ + "giamo" ; - Cong Pres Pl P2 => pian_ + "giate" ; - Cong Pres Pl P3 => pian_ + "gano" ; - Cong Imperf Sg P1 => pian_ + "gessi" ; --# notpresent - Cong Imperf Sg P2 => pian_ + "gessi" ; --# notpresent - Cong Imperf Sg P3 => pian_ + "gesse" ; --# notpresent - Cong Imperf Pl P1 => pian_ + "gessimo" ; --# notpresent - Cong Imperf Pl P2 => pian_ + "geste" ; --# notpresent - Cong Imperf Pl P3 => pian_ + "gessero" ; --# notpresent - Cond Sg P1 => pian_ + "gerei" ; --# notpresent - Cond Sg P2 => pian_ + "geresti" ; --# notpresent - Cond Sg P3 => pian_ + "gerebbe" ; --# notpresent - Cond Pl P1 => pian_ + "geremmo" ; --# notpresent - Cond Pl P2 => pian_ + "gereste" ; --# notpresent - Cond Pl P3 => pian_ + "gerebbero" ; --# notpresent - Imper SgP2 => pian_ + "gi" ; - Imper PlP1 => pian_ + "giamo" ; - Imper PlP2 => pian_ + "gete" ; - Ger => pian_ + "gendo" ; - Part PresP Masc Sg => pian_ + "gente" ; - Part PresP Masc Pl => pian_ + "genti" ; - Part PresP Fem Sg => pian_ + "gente" ; - Part PresP Fem Pl => pian_ + "genti" ; - Part PassP Masc Sg => pian_ + "to" ; - Part PassP Masc Pl => pian_ + "ti" ; - Part PassP Fem Sg => pian_ + "ta" ; - Part PassP Fem Pl => pian_ + "te" - } - } ; - -oper piovere_66 : Str -> Verbo = \piovere -> - let piov_ = Predef.tk 3 piovere in - {s = table { - Inf => piov_ + "ere" ; - InfClit => piov_ + "er" ; - Indi Pres Sg P1 => piov_ + "o" ; - Indi Pres Sg P2 => piov_ + "i" ; - Indi Pres Sg P3 => piov_ + "e" ; - Indi Pres Pl P1 => piov_ + "iamo" ; - Indi Pres Pl P2 => piov_ + "ete" ; - Indi Pres Pl P3 => piov_ + "ono" ; - Indi Imperf Sg P1 => piov_ + "evo" ; --# notpresent - Indi Imperf Sg P2 => piov_ + "evi" ; --# notpresent - Indi Imperf Sg P3 => piov_ + "eva" ; --# notpresent - Indi Imperf Pl P1 => piov_ + "evamo" ; --# notpresent - Indi Imperf Pl P2 => piov_ + "evate" ; --# notpresent - Indi Imperf Pl P3 => piov_ + "evano" ; --# notpresent - Pass Sg P1 => piov_ + "vi" ; --# notpresent - Pass Sg P2 => piov_ + "esti" ; --# notpresent - Pass Sg P3 => piov_ + "ve" ; --# notpresent - Pass Pl P1 => piov_ + "emmo" ; --# notpresent - Pass Pl P2 => piov_ + "este" ; --# notpresent - Pass Pl P3 => piov_ + "vero" ; --# notpresent - Fut Sg P1 => piov_ + "erò" ; --# notpresent - Fut Sg P2 => piov_ + "erai" ; --# notpresent - Fut Sg P3 => piov_ + "erà" ; --# notpresent - Fut Pl P1 => piov_ + "eremo" ; --# notpresent - Fut Pl P2 => piov_ + "erete" ; --# notpresent - Fut Pl P3 => piov_ + "eranno" ; --# notpresent - Cong Pres Sg P1 => piov_ + "a" ; - Cong Pres Sg P2 => piov_ + "a" ; - Cong Pres Sg P3 => piov_ + "a" ; - Cong Pres Pl P1 => piov_ + "iamo" ; - Cong Pres Pl P2 => piov_ + "iate" ; - Cong Pres Pl P3 => piov_ + "ano" ; - Cong Imperf Sg P1 => piov_ + "essi" ; --# notpresent - Cong Imperf Sg P2 => piov_ + "essi" ; --# notpresent - Cong Imperf Sg P3 => piov_ + "esse" ; --# notpresent - Cong Imperf Pl P1 => piov_ + "essimo" ; --# notpresent - Cong Imperf Pl P2 => piov_ + "este" ; --# notpresent - Cong Imperf Pl P3 => piov_ + "essero" ; --# notpresent - Cond Sg P1 => piov_ + "erei" ; --# notpresent - Cond Sg P2 => piov_ + "eresti" ; --# notpresent - Cond Sg P3 => piov_ + "erebbe" ; --# notpresent - Cond Pl P1 => piov_ + "eremmo" ; --# notpresent - Cond Pl P2 => piov_ + "ereste" ; --# notpresent - Cond Pl P3 => piov_ + "erebbero" ; --# notpresent - Imper SgP2 => piov_ + "i" ; - Imper PlP1 => piov_ + "iamo" ; - Imper PlP2 => piov_ + "ete" ; - Ger => piov_ + "endo" ; - Part PresP Masc Sg => piov_ + "ente" ; - Part PresP Masc Pl => piov_ + "enti" ; - Part PresP Fem Sg => piov_ + "ente" ; - Part PresP Fem Pl => piov_ + "enti" ; - Part PassP Masc Sg => piov_ + "uto" ; - Part PassP Masc Pl => piov_ + "uti" ; - Part PassP Fem Sg => piov_ + "uta" ; - Part PassP Fem Pl => piov_ + "ute" - } - } ; - -oper porgere_67 : Str -> Verbo = \porgere -> - let por_ = Predef.tk 4 porgere in - {s = table { - Inf => por_ + "gere" ; - InfClit => por_ + "ger" ; - Indi Pres Sg P1 => por_ + "go" ; - Indi Pres Sg P2 => por_ + "gi" ; - Indi Pres Sg P3 => por_ + "ge" ; - Indi Pres Pl P1 => por_ + "giamo" ; - Indi Pres Pl P2 => por_ + "gete" ; - Indi Pres Pl P3 => por_ + "gono" ; - Indi Imperf Sg P1 => por_ + "gevo" ; --# notpresent - Indi Imperf Sg P2 => por_ + "gevi" ; --# notpresent - Indi Imperf Sg P3 => por_ + "geva" ; --# notpresent - Indi Imperf Pl P1 => por_ + "gevamo" ; --# notpresent - Indi Imperf Pl P2 => por_ + "gevate" ; --# notpresent - Indi Imperf Pl P3 => por_ + "gevano" ; --# notpresent - Pass Sg P1 => por_ + "si" ; --# notpresent - Pass Sg P2 => por_ + "gesti" ; --# notpresent - Pass Sg P3 => por_ + "se" ; --# notpresent - Pass Pl P1 => por_ + "gemmo" ; --# notpresent - Pass Pl P2 => por_ + "geste" ; --# notpresent - Pass Pl P3 => por_ + "sero" ; --# notpresent - Fut Sg P1 => por_ + "gerò" ; --# notpresent - Fut Sg P2 => por_ + "gerai" ; --# notpresent - Fut Sg P3 => por_ + "gerà" ; --# notpresent - Fut Pl P1 => por_ + "geremo" ; --# notpresent - Fut Pl P2 => por_ + "gerete" ; --# notpresent - Fut Pl P3 => por_ + "geranno" ; --# notpresent - Cong Pres Sg P1 => por_ + "ga" ; - Cong Pres Sg P2 => por_ + "ga" ; - Cong Pres Sg P3 => por_ + "ga" ; - Cong Pres Pl P1 => por_ + "giamo" ; - Cong Pres Pl P2 => por_ + "giate" ; - Cong Pres Pl P3 => por_ + "gano" ; - Cong Imperf Sg P1 => por_ + "gessi" ; --# notpresent - Cong Imperf Sg P2 => por_ + "gessi" ; --# notpresent - Cong Imperf Sg P3 => por_ + "gesse" ; --# notpresent - Cong Imperf Pl P1 => por_ + "gessimo" ; --# notpresent - Cong Imperf Pl P2 => por_ + "geste" ; --# notpresent - Cong Imperf Pl P3 => por_ + "gessero" ; --# notpresent - Cond Sg P1 => por_ + "gerei" ; --# notpresent - Cond Sg P2 => por_ + "geresti" ; --# notpresent - Cond Sg P3 => por_ + "gerebbe" ; --# notpresent - Cond Pl P1 => por_ + "geremmo" ; --# notpresent - Cond Pl P2 => por_ + "gereste" ; --# notpresent - Cond Pl P3 => por_ + "gerebbero" ; --# notpresent - Imper SgP2 => por_ + "gi" ; - Imper PlP1 => por_ + "giamo" ; - Imper PlP2 => por_ + "gete" ; - Ger => por_ + "gendo" ; - Part PresP Masc Sg => por_ + "gente" ; - Part PresP Masc Pl => por_ + "genti" ; - Part PresP Fem Sg => por_ + "gente" ; - Part PresP Fem Pl => por_ + "genti" ; - Part PassP Masc Sg => por_ + "to" ; - Part PassP Masc Pl => por_ + "ti" ; - Part PassP Fem Sg => por_ + "ta" ; - Part PassP Fem Pl => por_ + "te" - } - } ; - -oper porre_68 : Str -> Verbo = \porre -> - let po_ = Predef.tk 3 porre in - {s = table { - Inf => po_ + "rre" ; - InfClit => po_ + "r" ; - Indi Pres Sg P1 => po_ + "ngo" ; - Indi Pres Sg P2 => po_ + "ni" ; - Indi Pres Sg P3 => po_ + "ne" ; - Indi Pres Pl P1 => po_ + "niamo" ; - Indi Pres Pl P2 => po_ + "nete" ; - Indi Pres Pl P3 => po_ + "ngono" ; - Indi Imperf Sg P1 => po_ + "nevo" ; --# notpresent - Indi Imperf Sg P2 => po_ + "nevi" ; --# notpresent - Indi Imperf Sg P3 => po_ + "neva" ; --# notpresent - Indi Imperf Pl P1 => po_ + "nevamo" ; --# notpresent - Indi Imperf Pl P2 => po_ + "nevate" ; --# notpresent - Indi Imperf Pl P3 => po_ + "nevano" ; --# notpresent - Pass Sg P1 => po_ + "si" ; --# notpresent - Pass Sg P2 => po_ + "nesti" ; --# notpresent - Pass Sg P3 => po_ + "se" ; --# notpresent - Pass Pl P1 => po_ + "nemmo" ; --# notpresent - Pass Pl P2 => po_ + "neste" ; --# notpresent - Pass Pl P3 => po_ + "sero" ; --# notpresent - Fut Sg P1 => po_ + "rrò" ; --# notpresent - Fut Sg P2 => po_ + "rrai" ; --# notpresent - Fut Sg P3 => po_ + "rrà" ; --# notpresent - Fut Pl P1 => po_ + "rremo" ; --# notpresent - Fut Pl P2 => po_ + "rrete" ; --# notpresent - Fut Pl P3 => po_ + "rranno" ; --# notpresent - Cong Pres Sg P1 => po_ + "nga" ; - Cong Pres Sg P2 => po_ + "nga" ; - Cong Pres Sg P3 => po_ + "nga" ; - Cong Pres Pl P1 => po_ + "niamo" ; - Cong Pres Pl P2 => po_ + "niate" ; - Cong Pres Pl P3 => po_ + "ngano" ; - Cong Imperf Sg P1 => po_ + "nessi" ; --# notpresent - Cong Imperf Sg P2 => po_ + "nessi" ; --# notpresent - Cong Imperf Sg P3 => po_ + "nesse" ; --# notpresent - Cong Imperf Pl P1 => po_ + "nessimo" ; --# notpresent - Cong Imperf Pl P2 => po_ + "neste" ; --# notpresent - Cong Imperf Pl P3 => po_ + "nessero" ; --# notpresent - Cond Sg P1 => po_ + "rrei" ; --# notpresent - Cond Sg P2 => po_ + "rresti" ; --# notpresent - Cond Sg P3 => po_ + "rrebbe" ; --# notpresent - Cond Pl P1 => po_ + "rremmo" ; --# notpresent - Cond Pl P2 => po_ + "rreste" ; --# notpresent - Cond Pl P3 => po_ + "rrebbero" ; --# notpresent - Imper SgP2 => po_ + "ni" ; - Imper PlP1 => po_ + "niamo" ; - Imper PlP2 => po_ + "nete" ; - Ger => po_ + "nendo" ; - Part PresP Masc Sg => po_ + "nente" ; - Part PresP Masc Pl => po_ + "nenti" ; - Part PresP Fem Sg => po_ + "nente" ; - Part PresP Fem Pl => po_ + "nenti" ; - Part PassP Masc Sg => po_ + "sto" ; - Part PassP Masc Pl => po_ + "sti" ; - Part PassP Fem Sg => po_ + "sta" ; - Part PassP Fem Pl => po_ + "ste" - } - } ; - -oper potere_69 : Str -> Verbo = \potere -> - let p_ = Predef.tk 5 potere in - {s = table { - Inf => p_ + "otere" ; - InfClit => p_ + "oter" ; - Indi Pres Sg P1 => p_ + "osso" ; - Indi Pres Sg P2 => p_ + "uoi" ; - Indi Pres Sg P3 => p_ + "uò" ; - Indi Pres Pl P1 => p_ + "otiamo" ; - Indi Pres Pl P2 => p_ + "otete" ; - Indi Pres Pl P3 => p_ + "ossono" ; - Indi Imperf Sg P1 => p_ + "otevo" ; --# notpresent - Indi Imperf Sg P2 => p_ + "otevi" ; --# notpresent - Indi Imperf Sg P3 => p_ + "oteva" ; --# notpresent - Indi Imperf Pl P1 => p_ + "otevamo" ; --# notpresent - Indi Imperf Pl P2 => p_ + "otevate" ; --# notpresent - Indi Imperf Pl P3 => p_ + "otevano" ; --# notpresent - Pass Sg P1 => p_ + "otetti" ; --# notpresent - Pass Sg P2 => p_ + "otesti" ; --# notpresent - Pass Sg P3 => p_ + "otette" ; --# notpresent - Pass Pl P1 => p_ + "otemmo" ; --# notpresent - Pass Pl P2 => p_ + "oteste" ; --# notpresent - Pass Pl P3 => p_ + "otettero" ; --# notpresent - Fut Sg P1 => p_ + "otrò" ; --# notpresent - Fut Sg P2 => p_ + "otrai" ; --# notpresent - Fut Sg P3 => p_ + "otrà" ; --# notpresent - Fut Pl P1 => p_ + "otremo" ; --# notpresent - Fut Pl P2 => p_ + "otrete" ; --# notpresent - Fut Pl P3 => p_ + "otranno" ; --# notpresent - Cong Pres Sg P1 => p_ + "ossa" ; - Cong Pres Sg P2 => p_ + "ossa" ; - Cong Pres Sg P3 => p_ + "ossa" ; - Cong Pres Pl P1 => p_ + "otiamo" ; - Cong Pres Pl P2 => p_ + "otiate" ; - Cong Pres Pl P3 => p_ + "ossano" ; - Cong Imperf Sg P1 => p_ + "otessi" ; --# notpresent - Cong Imperf Sg P2 => p_ + "otessi" ; --# notpresent - Cong Imperf Sg P3 => p_ + "otesse" ; --# notpresent - Cong Imperf Pl P1 => p_ + "otessimo" ; --# notpresent - Cong Imperf Pl P2 => p_ + "oteste" ; --# notpresent - Cong Imperf Pl P3 => p_ + "otessero" ; --# notpresent - Cond Sg P1 => p_ + "otrei" ; --# notpresent - Cond Sg P2 => p_ + "otresti" ; --# notpresent - Cond Sg P3 => p_ + "otrebbe" ; --# notpresent - Cond Pl P1 => p_ + "otremmo" ; --# notpresent - Cond Pl P2 => p_ + "otreste" ; --# notpresent - Cond Pl P3 => p_ + "otrebbero" ; --# notpresent - Imper SgP2 => variants {} ; - Imper PlP1 => variants {} ; - Imper PlP2 => variants {} ; - Ger => p_ + "otendo" ; - Part PresP Masc Sg => p_ + "otente" ; - Part PresP Masc Pl => p_ + "otenti" ; - Part PresP Fem Sg => p_ + "otente" ; - Part PresP Fem Pl => p_ + "otenti" ; - Part PassP Masc Sg => p_ + "otuto" ; - Part PassP Masc Pl => p_ + "otuti" ; - Part PassP Fem Sg => p_ + "otuta" ; - Part PassP Fem Pl => p_ + "otute" - } - } ; - -oper prendere_70 : Str -> Verbo = \prendere -> - let pre_ = Predef.tk 5 prendere in - {s = table { - Inf => pre_ + "ndere" ; - InfClit => pre_ + "nder" ; - Indi Pres Sg P1 => pre_ + "ndo" ; - Indi Pres Sg P2 => pre_ + "ndi" ; - Indi Pres Sg P3 => pre_ + "nde" ; - Indi Pres Pl P1 => pre_ + "ndiamo" ; - Indi Pres Pl P2 => pre_ + "ndete" ; - Indi Pres Pl P3 => pre_ + "ndono" ; - Indi Imperf Sg P1 => pre_ + "ndevo" ; --# notpresent - Indi Imperf Sg P2 => pre_ + "ndevi" ; --# notpresent - Indi Imperf Sg P3 => pre_ + "ndeva" ; --# notpresent - Indi Imperf Pl P1 => pre_ + "ndevamo" ; --# notpresent - Indi Imperf Pl P2 => pre_ + "ndevate" ; --# notpresent - Indi Imperf Pl P3 => pre_ + "ndevano" ; --# notpresent - Pass Sg P1 => pre_ + "si" ; --# notpresent - Pass Sg P2 => pre_ + "ndesti" ; --# notpresent - Pass Sg P3 => pre_ + "se" ; --# notpresent - Pass Pl P1 => pre_ + "ndemmo" ; --# notpresent - Pass Pl P2 => pre_ + "ndeste" ; --# notpresent - Pass Pl P3 => pre_ + "sero" ; --# notpresent - Fut Sg P1 => pre_ + "nderò" ; --# notpresent - Fut Sg P2 => pre_ + "nderai" ; --# notpresent - Fut Sg P3 => pre_ + "nderà" ; --# notpresent - Fut Pl P1 => pre_ + "nderemo" ; --# notpresent - Fut Pl P2 => pre_ + "nderete" ; --# notpresent - Fut Pl P3 => pre_ + "nderanno" ; --# notpresent - Cong Pres Sg P1 => pre_ + "nda" ; - Cong Pres Sg P2 => pre_ + "nda" ; - Cong Pres Sg P3 => pre_ + "nda" ; - Cong Pres Pl P1 => pre_ + "ndiamo" ; - Cong Pres Pl P2 => pre_ + "ndiate" ; - Cong Pres Pl P3 => pre_ + "ndano" ; - Cong Imperf Sg P1 => pre_ + "ndessi" ; --# notpresent - Cong Imperf Sg P2 => pre_ + "ndessi" ; --# notpresent - Cong Imperf Sg P3 => pre_ + "ndesse" ; --# notpresent - Cong Imperf Pl P1 => pre_ + "ndessimo" ; --# notpresent - Cong Imperf Pl P2 => pre_ + "ndeste" ; --# notpresent - Cong Imperf Pl P3 => pre_ + "ndessero" ; --# notpresent - Cond Sg P1 => pre_ + "nderei" ; --# notpresent - Cond Sg P2 => pre_ + "nderesti" ; --# notpresent - Cond Sg P3 => pre_ + "nderebbe" ; --# notpresent - Cond Pl P1 => pre_ + "nderemmo" ; --# notpresent - Cond Pl P2 => pre_ + "ndereste" ; --# notpresent - Cond Pl P3 => pre_ + "nderebbero" ; --# notpresent - Imper SgP2 => pre_ + "ndi" ; - Imper PlP1 => pre_ + "ndiamo" ; - Imper PlP2 => pre_ + "ndete" ; - Ger => pre_ + "ndendo" ; - Part PresP Masc Sg => pre_ + "ndente" ; - Part PresP Masc Pl => pre_ + "ndenti" ; - Part PresP Fem Sg => pre_ + "ndente" ; - Part PresP Fem Pl => pre_ + "ndenti" ; - Part PassP Masc Sg => pre_ + "so" ; - Part PassP Masc Pl => pre_ + "si" ; - Part PassP Fem Sg => pre_ + "sa" ; - Part PassP Fem Pl => pre_ + "se" - } - } ; - -oper radere_71 : Str -> Verbo = \radere -> - let ra_ = Predef.tk 4 radere in - {s = table { - Inf => ra_ + "dere" ; - InfClit => ra_ + "der" ; - Indi Pres Sg P1 => ra_ + "do" ; - Indi Pres Sg P2 => ra_ + "di" ; - Indi Pres Sg P3 => ra_ + "de" ; - Indi Pres Pl P1 => ra_ + "diamo" ; - Indi Pres Pl P2 => ra_ + "dete" ; - Indi Pres Pl P3 => ra_ + "dono" ; - Indi Imperf Sg P1 => ra_ + "devo" ; --# notpresent - Indi Imperf Sg P2 => ra_ + "devi" ; --# notpresent - Indi Imperf Sg P3 => ra_ + "deva" ; --# notpresent - Indi Imperf Pl P1 => ra_ + "devamo" ; --# notpresent - Indi Imperf Pl P2 => ra_ + "devate" ; --# notpresent - Indi Imperf Pl P3 => ra_ + "devano" ; --# notpresent - Pass Sg P1 => ra_ + "si" ; --# notpresent - Pass Sg P2 => ra_ + "desti" ; --# notpresent - Pass Sg P3 => ra_ + "se" ; --# notpresent - Pass Pl P1 => ra_ + "demmo" ; --# notpresent - Pass Pl P2 => ra_ + "deste" ; --# notpresent - Pass Pl P3 => ra_ + "sero" ; --# notpresent - Fut Sg P1 => ra_ + "derò" ; --# notpresent - Fut Sg P2 => ra_ + "derai" ; --# notpresent - Fut Sg P3 => ra_ + "derà" ; --# notpresent - Fut Pl P1 => ra_ + "deremo" ; --# notpresent - Fut Pl P2 => ra_ + "derete" ; --# notpresent - Fut Pl P3 => ra_ + "deranno" ; --# notpresent - Cong Pres Sg P1 => ra_ + "da" ; - Cong Pres Sg P2 => ra_ + "da" ; - Cong Pres Sg P3 => ra_ + "da" ; - Cong Pres Pl P1 => ra_ + "diamo" ; - Cong Pres Pl P2 => ra_ + "diate" ; - Cong Pres Pl P3 => ra_ + "dano" ; - Cong Imperf Sg P1 => ra_ + "dessi" ; --# notpresent - Cong Imperf Sg P2 => ra_ + "dessi" ; --# notpresent - Cong Imperf Sg P3 => ra_ + "desse" ; --# notpresent - Cong Imperf Pl P1 => ra_ + "dessimo" ; --# notpresent - Cong Imperf Pl P2 => ra_ + "deste" ; --# notpresent - Cong Imperf Pl P3 => ra_ + "dessero" ; --# notpresent - Cond Sg P1 => ra_ + "derei" ; --# notpresent - Cond Sg P2 => ra_ + "deresti" ; --# notpresent - Cond Sg P3 => ra_ + "derebbe" ; --# notpresent - Cond Pl P1 => ra_ + "deremmo" ; --# notpresent - Cond Pl P2 => ra_ + "dereste" ; --# notpresent - Cond Pl P3 => ra_ + "derebbero" ; --# notpresent - Imper SgP2 => ra_ + "di" ; - Imper PlP1 => ra_ + "diamo" ; - Imper PlP2 => ra_ + "dete" ; - Ger => ra_ + "dendo" ; - Part PresP Masc Sg => ra_ + "dente" ; - Part PresP Masc Pl => ra_ + "denti" ; - Part PresP Fem Sg => ra_ + "dente" ; - Part PresP Fem Pl => ra_ + "denti" ; - Part PassP Masc Sg => ra_ + "so" ; - Part PassP Masc Pl => ra_ + "si" ; - Part PassP Fem Sg => ra_ + "sa" ; - Part PassP Fem Pl => ra_ + "se" - } - } ; - -oper redigere_72 : Str -> Verbo = \redigere -> - let red_ = Predef.tk 5 redigere in - {s = table { - Inf => red_ + "igere" ; - InfClit => red_ + "iger" ; - Indi Pres Sg P1 => red_ + "igo" ; - Indi Pres Sg P2 => red_ + "igi" ; - Indi Pres Sg P3 => red_ + "ige" ; - Indi Pres Pl P1 => red_ + "igiamo" ; - Indi Pres Pl P2 => red_ + "igete" ; - Indi Pres Pl P3 => red_ + "igono" ; - Indi Imperf Sg P1 => red_ + "igevo" ; --# notpresent - Indi Imperf Sg P2 => red_ + "igevi" ; --# notpresent - Indi Imperf Sg P3 => red_ + "igeva" ; --# notpresent - Indi Imperf Pl P1 => red_ + "igevamo" ; --# notpresent - Indi Imperf Pl P2 => red_ + "igevate" ; --# notpresent - Indi Imperf Pl P3 => red_ + "igevano" ; --# notpresent - Pass Sg P1 => red_ + "assi" ; --# notpresent - Pass Sg P2 => red_ + "igesti" ; --# notpresent - Pass Sg P3 => red_ + "asse" ; --# notpresent - Pass Pl P1 => red_ + "igemmo" ; --# notpresent - Pass Pl P2 => red_ + "igeste" ; --# notpresent - Pass Pl P3 => red_ + "assero" ; --# notpresent - Fut Sg P1 => red_ + "igerò" ; --# notpresent - Fut Sg P2 => red_ + "igerai" ; --# notpresent - Fut Sg P3 => red_ + "igerà" ; --# notpresent - Fut Pl P1 => red_ + "igeremo" ; --# notpresent - Fut Pl P2 => red_ + "igerete" ; --# notpresent - Fut Pl P3 => red_ + "igeranno" ; --# notpresent - Cong Pres Sg P1 => red_ + "iga" ; - Cong Pres Sg P2 => red_ + "iga" ; - Cong Pres Sg P3 => red_ + "iga" ; - Cong Pres Pl P1 => red_ + "igiamo" ; - Cong Pres Pl P2 => red_ + "igiate" ; - Cong Pres Pl P3 => red_ + "igano" ; - Cong Imperf Sg P1 => red_ + "igessi" ; --# notpresent - Cong Imperf Sg P2 => red_ + "igessi" ; --# notpresent - Cong Imperf Sg P3 => red_ + "igesse" ; --# notpresent - Cong Imperf Pl P1 => red_ + "igessimo" ; --# notpresent - Cong Imperf Pl P2 => red_ + "igeste" ; --# notpresent - Cong Imperf Pl P3 => red_ + "igessero" ; --# notpresent - Cond Sg P1 => red_ + "igerei" ; --# notpresent - Cond Sg P2 => red_ + "igeresti" ; --# notpresent - Cond Sg P3 => red_ + "igerebbe" ; --# notpresent - Cond Pl P1 => red_ + "igeremmo" ; --# notpresent - Cond Pl P2 => red_ + "igereste" ; --# notpresent - Cond Pl P3 => red_ + "igerebbero" ; --# notpresent - Imper SgP2 => red_ + "igi" ; - Imper PlP1 => red_ + "igiamo" ; - Imper PlP2 => red_ + "igete" ; - Ger => red_ + "igendo" ; - Part PresP Masc Sg => red_ + "igente" ; - Part PresP Masc Pl => red_ + "igenti" ; - Part PresP Fem Sg => red_ + "igente" ; - Part PresP Fem Pl => red_ + "igenti" ; - Part PassP Masc Sg => red_ + "atto" ; - Part PassP Masc Pl => red_ + "atti" ; - Part PassP Fem Sg => red_ + "atta" ; - Part PassP Fem Pl => red_ + "atte" - } - } ; - -oper redimere_73 : Str -> Verbo = \redimere -> - let red_ = Predef.tk 5 redimere in - {s = table { - Inf => red_ + "imere" ; - InfClit => red_ + "imer" ; - Indi Pres Sg P1 => red_ + "imo" ; - Indi Pres Sg P2 => red_ + "imi" ; - Indi Pres Sg P3 => red_ + "ime" ; - Indi Pres Pl P1 => red_ + "imiamo" ; - Indi Pres Pl P2 => red_ + "imete" ; - Indi Pres Pl P3 => red_ + "imono" ; - Indi Imperf Sg P1 => red_ + "imevo" ; --# notpresent - Indi Imperf Sg P2 => red_ + "imevi" ; --# notpresent - Indi Imperf Sg P3 => red_ + "imeva" ; --# notpresent - Indi Imperf Pl P1 => red_ + "imevamo" ; --# notpresent - Indi Imperf Pl P2 => red_ + "imevate" ; --# notpresent - Indi Imperf Pl P3 => red_ + "imevano" ; --# notpresent - Pass Sg P1 => red_ + "ensi" ; --# notpresent - Pass Sg P2 => red_ + "imesti" ; --# notpresent - Pass Sg P3 => red_ + "ense" ; --# notpresent - Pass Pl P1 => red_ + "imemmo" ; --# notpresent - Pass Pl P2 => red_ + "imeste" ; --# notpresent - Pass Pl P3 => red_ + "ensero" ; --# notpresent - Fut Sg P1 => red_ + "imerò" ; --# notpresent - Fut Sg P2 => red_ + "imerai" ; --# notpresent - Fut Sg P3 => red_ + "imerà" ; --# notpresent - Fut Pl P1 => red_ + "imeremo" ; --# notpresent - Fut Pl P2 => red_ + "imerete" ; --# notpresent - Fut Pl P3 => red_ + "imeranno" ; --# notpresent - Cong Pres Sg P1 => red_ + "ima" ; - Cong Pres Sg P2 => red_ + "ima" ; - Cong Pres Sg P3 => red_ + "ima" ; - Cong Pres Pl P1 => red_ + "imiamo" ; - Cong Pres Pl P2 => red_ + "imiate" ; - Cong Pres Pl P3 => red_ + "imano" ; - Cong Imperf Sg P1 => red_ + "imessi" ; --# notpresent - Cong Imperf Sg P2 => red_ + "imessi" ; --# notpresent - Cong Imperf Sg P3 => red_ + "imesse" ; --# notpresent - Cong Imperf Pl P1 => red_ + "imessimo" ; --# notpresent - Cong Imperf Pl P2 => red_ + "imeste" ; --# notpresent - Cong Imperf Pl P3 => red_ + "imessero" ; --# notpresent - Cond Sg P1 => red_ + "imerei" ; --# notpresent - Cond Sg P2 => red_ + "imeresti" ; --# notpresent - Cond Sg P3 => red_ + "imerebbe" ; --# notpresent - Cond Pl P1 => red_ + "imeremmo" ; --# notpresent - Cond Pl P2 => red_ + "imereste" ; --# notpresent - Cond Pl P3 => red_ + "imerebbero" ; --# notpresent - Imper SgP2 => red_ + "imi" ; - Imper PlP1 => red_ + "imiamo" ; - Imper PlP2 => red_ + "imete" ; - Ger => red_ + "imendo" ; - Part PresP Masc Sg => red_ + "imente" ; - Part PresP Masc Pl => red_ + "imenti" ; - Part PresP Fem Sg => red_ + "imente" ; - Part PresP Fem Pl => red_ + "imenti" ; - Part PassP Masc Sg => red_ + "ento" ; - Part PassP Masc Pl => red_ + "enti" ; - Part PassP Fem Sg => red_ + "enta" ; - Part PassP Fem Pl => red_ + "ente" - } - } ; - -oper ridere_74 : Str -> Verbo = \ridere -> - let ri_ = Predef.tk 4 ridere in - {s = table { - Inf => ri_ + "dere" ; - InfClit => ri_ + "der" ; - Indi Pres Sg P1 => ri_ + "do" ; - Indi Pres Sg P2 => ri_ + "di" ; - Indi Pres Sg P3 => ri_ + "de" ; - Indi Pres Pl P1 => ri_ + "diamo" ; - Indi Pres Pl P2 => ri_ + "dete" ; - Indi Pres Pl P3 => ri_ + "dono" ; - Indi Imperf Sg P1 => ri_ + "devo" ; --# notpresent - Indi Imperf Sg P2 => ri_ + "devi" ; --# notpresent - Indi Imperf Sg P3 => ri_ + "deva" ; --# notpresent - Indi Imperf Pl P1 => ri_ + "devamo" ; --# notpresent - Indi Imperf Pl P2 => ri_ + "devate" ; --# notpresent - Indi Imperf Pl P3 => ri_ + "devano" ; --# notpresent - Pass Sg P1 => ri_ + "si" ; --# notpresent - Pass Sg P2 => ri_ + "desti" ; --# notpresent - Pass Sg P3 => ri_ + "se" ; --# notpresent - Pass Pl P1 => ri_ + "demmo" ; --# notpresent - Pass Pl P2 => ri_ + "deste" ; --# notpresent - Pass Pl P3 => ri_ + "sero" ; --# notpresent - Fut Sg P1 => ri_ + "derò" ; --# notpresent - Fut Sg P2 => ri_ + "derai" ; --# notpresent - Fut Sg P3 => ri_ + "derà" ; --# notpresent - Fut Pl P1 => ri_ + "deremo" ; --# notpresent - Fut Pl P2 => ri_ + "derete" ; --# notpresent - Fut Pl P3 => ri_ + "deranno" ; --# notpresent - Cong Pres Sg P1 => ri_ + "da" ; - Cong Pres Sg P2 => ri_ + "da" ; - Cong Pres Sg P3 => ri_ + "da" ; - Cong Pres Pl P1 => ri_ + "diamo" ; - Cong Pres Pl P2 => ri_ + "diate" ; - Cong Pres Pl P3 => ri_ + "dano" ; - Cong Imperf Sg P1 => ri_ + "dessi" ; --# notpresent - Cong Imperf Sg P2 => ri_ + "dessi" ; --# notpresent - Cong Imperf Sg P3 => ri_ + "desse" ; --# notpresent - Cong Imperf Pl P1 => ri_ + "dessimo" ; --# notpresent - Cong Imperf Pl P2 => ri_ + "deste" ; --# notpresent - Cong Imperf Pl P3 => ri_ + "dessero" ; --# notpresent - Cond Sg P1 => ri_ + "derei" ; --# notpresent - Cond Sg P2 => ri_ + "deresti" ; --# notpresent - Cond Sg P3 => ri_ + "derebbe" ; --# notpresent - Cond Pl P1 => ri_ + "deremmo" ; --# notpresent - Cond Pl P2 => ri_ + "dereste" ; --# notpresent - Cond Pl P3 => ri_ + "derebbero" ; --# notpresent - Imper SgP2 => ri_ + "di" ; - Imper PlP1 => ri_ + "diamo" ; - Imper PlP2 => ri_ + "dete" ; - Ger => ri_ + "dendo" ; - Part PresP Masc Sg => ri_ + "dente" ; - Part PresP Masc Pl => ri_ + "denti" ; - Part PresP Fem Sg => ri_ + "dente" ; - Part PresP Fem Pl => ri_ + "denti" ; - Part PassP Masc Sg => ri_ + "so" ; - Part PassP Masc Pl => ri_ + "si" ; - Part PassP Fem Sg => ri_ + "sa" ; - Part PassP Fem Pl => ri_ + "se" - } - } ; - -oper rimanere_75 : Str -> Verbo = \rimanere -> - let rima_ = Predef.tk 4 rimanere in - {s = table { - Inf => rima_ + "nere" ; - InfClit => rima_ + "ner" ; - Indi Pres Sg P1 => rima_ + "ngo" ; - Indi Pres Sg P2 => rima_ + "ni" ; - Indi Pres Sg P3 => rima_ + "ne" ; - Indi Pres Pl P1 => rima_ + "niamo" ; - Indi Pres Pl P2 => rima_ + "nete" ; - Indi Pres Pl P3 => rima_ + "ngono" ; - Indi Imperf Sg P1 => rima_ + "nevo" ; --# notpresent - Indi Imperf Sg P2 => rima_ + "nevi" ; --# notpresent - Indi Imperf Sg P3 => rima_ + "neva" ; --# notpresent - Indi Imperf Pl P1 => rima_ + "nevamo" ; --# notpresent - Indi Imperf Pl P2 => rima_ + "nevate" ; --# notpresent - Indi Imperf Pl P3 => rima_ + "nevano" ; --# notpresent - Pass Sg P1 => rima_ + "si" ; --# notpresent - Pass Sg P2 => rima_ + "nesti" ; --# notpresent - Pass Sg P3 => rima_ + "se" ; --# notpresent - Pass Pl P1 => rima_ + "nemmo" ; --# notpresent - Pass Pl P2 => rima_ + "neste" ; --# notpresent - Pass Pl P3 => rima_ + "sero" ; --# notpresent - Fut Sg P1 => rima_ + "rrò" ; --# notpresent - Fut Sg P2 => rima_ + "rrai" ; --# notpresent - Fut Sg P3 => rima_ + "rrà" ; --# notpresent - Fut Pl P1 => rima_ + "rremo" ; --# notpresent - Fut Pl P2 => rima_ + "rrete" ; --# notpresent - Fut Pl P3 => rima_ + "rranno" ; --# notpresent - Cong Pres Sg P1 => rima_ + "nga" ; - Cong Pres Sg P2 => rima_ + "nga" ; - Cong Pres Sg P3 => rima_ + "nga" ; - Cong Pres Pl P1 => rima_ + "niamo" ; - Cong Pres Pl P2 => rima_ + "niate" ; - Cong Pres Pl P3 => rima_ + "ngano" ; - Cong Imperf Sg P1 => rima_ + "nessi" ; --# notpresent - Cong Imperf Sg P2 => rima_ + "nessi" ; --# notpresent - Cong Imperf Sg P3 => rima_ + "nesse" ; --# notpresent - Cong Imperf Pl P1 => rima_ + "nessimo" ; --# notpresent - Cong Imperf Pl P2 => rima_ + "neste" ; --# notpresent - Cong Imperf Pl P3 => rima_ + "nessero" ; --# notpresent - Cond Sg P1 => rima_ + "rrei" ; --# notpresent - Cond Sg P2 => rima_ + "rresti" ; --# notpresent - Cond Sg P3 => rima_ + "rrebbe" ; --# notpresent - Cond Pl P1 => rima_ + "rremmo" ; --# notpresent - Cond Pl P2 => rima_ + "rreste" ; --# notpresent - Cond Pl P3 => rima_ + "rrebbero" ; --# notpresent - Imper SgP2 => rima_ + "ni" ; - Imper PlP1 => rima_ + "niamo" ; - Imper PlP2 => rima_ + "nete" ; - Ger => rima_ + "nendo" ; - Part PresP Masc Sg => rima_ + "nente" ; - Part PresP Masc Pl => rima_ + "nenti" ; - Part PresP Fem Sg => rima_ + "nente" ; - Part PresP Fem Pl => rima_ + "nenti" ; - Part PassP Masc Sg => rima_ + "sto" ; - Part PassP Masc Pl => rima_ + "sti" ; - Part PassP Fem Sg => rima_ + "sta" ; - Part PassP Fem Pl => rima_ + "ste" - } - } ; - -oper rispondere_76 : Str -> Verbo = \rispondere -> - let rispo_ = Predef.tk 5 rispondere in - {s = table { - Inf => rispo_ + "ndere" ; - InfClit => rispo_ + "nder" ; - Indi Pres Sg P1 => rispo_ + "ndo" ; - Indi Pres Sg P2 => rispo_ + "ndi" ; - Indi Pres Sg P3 => rispo_ + "nde" ; - Indi Pres Pl P1 => rispo_ + "ndiamo" ; - Indi Pres Pl P2 => rispo_ + "ndete" ; - Indi Pres Pl P3 => rispo_ + "ndono" ; - Indi Imperf Sg P1 => rispo_ + "ndevo" ; --# notpresent - Indi Imperf Sg P2 => rispo_ + "ndevi" ; --# notpresent - Indi Imperf Sg P3 => rispo_ + "ndeva" ; --# notpresent - Indi Imperf Pl P1 => rispo_ + "ndevamo" ; --# notpresent - Indi Imperf Pl P2 => rispo_ + "ndevate" ; --# notpresent - Indi Imperf Pl P3 => rispo_ + "ndevano" ; --# notpresent - Pass Sg P1 => rispo_ + "si" ; --# notpresent - Pass Sg P2 => rispo_ + "ndesti" ; --# notpresent - Pass Sg P3 => rispo_ + "se" ; --# notpresent - Pass Pl P1 => rispo_ + "ndemmo" ; --# notpresent - Pass Pl P2 => rispo_ + "ndeste" ; --# notpresent - Pass Pl P3 => rispo_ + "sero" ; --# notpresent - Fut Sg P1 => rispo_ + "nderò" ; --# notpresent - Fut Sg P2 => rispo_ + "nderai" ; --# notpresent - Fut Sg P3 => rispo_ + "nderà" ; --# notpresent - Fut Pl P1 => rispo_ + "nderemo" ; --# notpresent - Fut Pl P2 => rispo_ + "nderete" ; --# notpresent - Fut Pl P3 => rispo_ + "nderanno" ; --# notpresent - Cong Pres Sg P1 => rispo_ + "nda" ; - Cong Pres Sg P2 => rispo_ + "nda" ; - Cong Pres Sg P3 => rispo_ + "nda" ; - Cong Pres Pl P1 => rispo_ + "ndiamo" ; - Cong Pres Pl P2 => rispo_ + "ndiate" ; - Cong Pres Pl P3 => rispo_ + "ndano" ; - Cong Imperf Sg P1 => rispo_ + "ndessi" ; --# notpresent - Cong Imperf Sg P2 => rispo_ + "ndessi" ; --# notpresent - Cong Imperf Sg P3 => rispo_ + "ndesse" ; --# notpresent - Cong Imperf Pl P1 => rispo_ + "ndessimo" ; --# notpresent - Cong Imperf Pl P2 => rispo_ + "ndeste" ; --# notpresent - Cong Imperf Pl P3 => rispo_ + "ndessero" ; --# notpresent - Cond Sg P1 => rispo_ + "nderei" ; --# notpresent - Cond Sg P2 => rispo_ + "nderesti" ; --# notpresent - Cond Sg P3 => rispo_ + "nderebbe" ; --# notpresent - Cond Pl P1 => rispo_ + "nderemmo" ; --# notpresent - Cond Pl P2 => rispo_ + "ndereste" ; --# notpresent - Cond Pl P3 => rispo_ + "nderebbero" ; --# notpresent - Imper SgP2 => rispo_ + "ndi" ; - Imper PlP1 => rispo_ + "ndiamo" ; - Imper PlP2 => rispo_ + "ndete" ; - Ger => rispo_ + "ndendo" ; - Part PresP Masc Sg => rispo_ + "ndente" ; - Part PresP Masc Pl => rispo_ + "ndenti" ; - Part PresP Fem Sg => rispo_ + "ndente" ; - Part PresP Fem Pl => rispo_ + "ndenti" ; - Part PassP Masc Sg => rispo_ + "sto" ; - Part PassP Masc Pl => rispo_ + "sti" ; - Part PassP Fem Sg => rispo_ + "sta" ; - Part PassP Fem Pl => rispo_ + "ste" - } - } ; - -oper rompere_77 : Str -> Verbo = \roompere -> - let ro_ = Predef.tk 6 roompere in - {s = table { - Inf => ro_ + "ompere" ; - InfClit => ro_ + "omper" ; - Indi Pres Sg P1 => ro_ + "ompo" ; - Indi Pres Sg P2 => ro_ + "ompi" ; - Indi Pres Sg P3 => ro_ + "ompe" ; - Indi Pres Pl P1 => ro_ + "ompiamo" ; - Indi Pres Pl P2 => ro_ + "ompete" ; - Indi Pres Pl P3 => ro_ + "ompono" ; - Indi Imperf Sg P1 => ro_ + "ompevo" ; --# notpresent - Indi Imperf Sg P2 => ro_ + "ompevi" ; --# notpresent - Indi Imperf Sg P3 => ro_ + "ompeva" ; --# notpresent - Indi Imperf Pl P1 => ro_ + "ompevamo" ; --# notpresent - Indi Imperf Pl P2 => ro_ + "ompevate" ; --# notpresent - Indi Imperf Pl P3 => ro_ + "ompevano" ; --# notpresent - Pass Sg P1 => ro_ + "uppi" ; --# notpresent - Pass Sg P2 => ro_ + "ompesti" ; --# notpresent - Pass Sg P3 => ro_ + "uppe" ; --# notpresent - Pass Pl P1 => ro_ + "ompemmo" ; --# notpresent - Pass Pl P2 => ro_ + "ompeste" ; --# notpresent - Pass Pl P3 => ro_ + "uppero" ; --# notpresent - Fut Sg P1 => ro_ + "omperò" ; --# notpresent - Fut Sg P2 => ro_ + "omperai" ; --# notpresent - Fut Sg P3 => ro_ + "omperà" ; --# notpresent - Fut Pl P1 => ro_ + "omperemo" ; --# notpresent - Fut Pl P2 => ro_ + "omperete" ; --# notpresent - Fut Pl P3 => ro_ + "omperanno" ; --# notpresent - Cong Pres Sg P1 => ro_ + "ompa" ; - Cong Pres Sg P2 => ro_ + "ompa" ; - Cong Pres Sg P3 => ro_ + "ompa" ; - Cong Pres Pl P1 => ro_ + "ompiamo" ; - Cong Pres Pl P2 => ro_ + "ompiate" ; - Cong Pres Pl P3 => ro_ + "ompano" ; - Cong Imperf Sg P1 => ro_ + "ompessi" ; --# notpresent - Cong Imperf Sg P2 => ro_ + "ompessi" ; --# notpresent - Cong Imperf Sg P3 => ro_ + "ompesse" ; --# notpresent - Cong Imperf Pl P1 => ro_ + "ompessimo" ; --# notpresent - Cong Imperf Pl P2 => ro_ + "ompeste" ; --# notpresent - Cong Imperf Pl P3 => ro_ + "ompessero" ; --# notpresent - Cond Sg P1 => ro_ + "omperei" ; --# notpresent - Cond Sg P2 => ro_ + "omperesti" ; --# notpresent - Cond Sg P3 => ro_ + "omperebbe" ; --# notpresent - Cond Pl P1 => ro_ + "omperemmo" ; --# notpresent - Cond Pl P2 => ro_ + "ompereste" ; --# notpresent - Cond Pl P3 => ro_ + "omperebbero" ; --# notpresent - Imper SgP2 => ro_ + "ompi" ; - Imper PlP1 => ro_ + "ompiamo" ; - Imper PlP2 => ro_ + "ompete" ; - Ger => ro_ + "ompendo" ; - Part PresP Masc Sg => ro_ + "ompente" ; - Part PresP Masc Pl => ro_ + "ompenti" ; - Part PresP Fem Sg => ro_ + "ompente" ; - Part PresP Fem Pl => ro_ + "ompenti" ; - Part PassP Masc Sg => ro_ + "otto" ; - Part PassP Masc Pl => ro_ + "otti" ; - Part PassP Fem Sg => ro_ + "otta" ; - Part PassP Fem Pl => ro_ + "otte" - } - } ; - -oper sapere_78 : Str -> Verbo = \sapere -> - let s_ = Predef.tk 5 sapere in - {s = table { - Inf => s_ + "apere" ; - InfClit => s_ + "aper" ; - Indi Pres Sg P1 => s_ + "o" ; - Indi Pres Sg P2 => s_ + "ai" ; - Indi Pres Sg P3 => s_ + "a" ; - Indi Pres Pl P1 => s_ + "appiamo" ; - Indi Pres Pl P2 => s_ + "apete" ; - Indi Pres Pl P3 => s_ + "anno" ; - Indi Imperf Sg P1 => s_ + "apevo" ; --# notpresent - Indi Imperf Sg P2 => s_ + "apevi" ; --# notpresent - Indi Imperf Sg P3 => s_ + "apeva" ; --# notpresent - Indi Imperf Pl P1 => s_ + "apevamo" ; --# notpresent - Indi Imperf Pl P2 => s_ + "apevate" ; --# notpresent - Indi Imperf Pl P3 => s_ + "apevano" ; --# notpresent - Pass Sg P1 => s_ + "eppi" ; --# notpresent - Pass Sg P2 => s_ + "apesti" ; --# notpresent - Pass Sg P3 => s_ + "eppe" ; --# notpresent - Pass Pl P1 => s_ + "apemmo" ; --# notpresent - Pass Pl P2 => s_ + "apeste" ; --# notpresent - Pass Pl P3 => s_ + "eppero" ; --# notpresent - Fut Sg P1 => s_ + "aprò" ; --# notpresent - Fut Sg P2 => s_ + "aprai" ; --# notpresent - Fut Sg P3 => s_ + "aprà" ; --# notpresent - Fut Pl P1 => s_ + "apremo" ; --# notpresent - Fut Pl P2 => s_ + "aprete" ; --# notpresent - Fut Pl P3 => s_ + "apranno" ; --# notpresent - Cong Pres Sg P1 => s_ + "appia" ; - Cong Pres Sg P2 => s_ + "appia" ; - Cong Pres Sg P3 => s_ + "appia" ; - Cong Pres Pl P1 => s_ + "appiamo" ; - Cong Pres Pl P2 => s_ + "appiate" ; - Cong Pres Pl P3 => s_ + "appiano" ; - Cong Imperf Sg P1 => s_ + "apessi" ; --# notpresent - Cong Imperf Sg P2 => s_ + "apessi" ; --# notpresent - Cong Imperf Sg P3 => s_ + "apesse" ; --# notpresent - Cong Imperf Pl P1 => s_ + "apessimo" ; --# notpresent - Cong Imperf Pl P2 => s_ + "apeste" ; --# notpresent - Cong Imperf Pl P3 => s_ + "apessero" ; --# notpresent - Cond Sg P1 => s_ + "aprei" ; --# notpresent - Cond Sg P2 => s_ + "apresti" ; --# notpresent - Cond Sg P3 => s_ + "aprebbe" ; --# notpresent - Cond Pl P1 => s_ + "apremmo" ; --# notpresent - Cond Pl P2 => s_ + "apreste" ; --# notpresent - Cond Pl P3 => s_ + "aprebbero" ; --# notpresent - Imper SgP2 => s_ + "appi" ; - Imper PlP1 => s_ + "appiamo" ; - Imper PlP2 => s_ + "appiate" ; - Ger => s_ + "apendo" ; - Part PresP Masc Sg => variants {} ; - Part PresP Masc Pl => variants {} ; - Part PresP Fem Sg => variants {} ; - Part PresP Fem Pl => variants {} ; - Part PassP Masc Sg => s_ + "aputo" ; - Part PassP Masc Pl => s_ + "aputi" ; - Part PassP Fem Sg => s_ + "aputa" ; - Part PassP Fem Pl => s_ + "apute" - } - } ; - -oper scegliere_79 : Str -> Verbo = \scegliere -> - let sce_ = Predef.tk 6 scegliere in - {s = table { - Inf => sce_ + "gliere" ; - InfClit => sce_ + "glier" ; - Indi Pres Sg P1 => sce_ + "lgo" ; - Indi Pres Sg P2 => sce_ + "gli" ; - Indi Pres Sg P3 => sce_ + "glie" ; - Indi Pres Pl P1 => sce_ + "gliamo" ; - Indi Pres Pl P2 => sce_ + "gliete" ; - Indi Pres Pl P3 => sce_ + "lgono" ; - Indi Imperf Sg P1 => sce_ + "glievo" ; --# notpresent - Indi Imperf Sg P2 => sce_ + "glievi" ; --# notpresent - Indi Imperf Sg P3 => sce_ + "glieva" ; --# notpresent - Indi Imperf Pl P1 => sce_ + "glievamo" ; --# notpresent - Indi Imperf Pl P2 => sce_ + "glievate" ; --# notpresent - Indi Imperf Pl P3 => sce_ + "glievano" ; --# notpresent - Pass Sg P1 => sce_ + "lsi" ; --# notpresent - Pass Sg P2 => sce_ + "gliesti" ; --# notpresent - Pass Sg P3 => sce_ + "lse" ; --# notpresent - Pass Pl P1 => sce_ + "gliemmo" ; --# notpresent - Pass Pl P2 => sce_ + "glieste" ; --# notpresent - Pass Pl P3 => sce_ + "lsero" ; --# notpresent - Fut Sg P1 => sce_ + "glierò" ; --# notpresent - Fut Sg P2 => sce_ + "glierai" ; --# notpresent - Fut Sg P3 => sce_ + "glierà" ; --# notpresent - Fut Pl P1 => sce_ + "glieremo" ; --# notpresent - Fut Pl P2 => sce_ + "glierete" ; --# notpresent - Fut Pl P3 => sce_ + "glieranno" ; --# notpresent - Cong Pres Sg P1 => sce_ + "lga" ; - Cong Pres Sg P2 => sce_ + "lga" ; - Cong Pres Sg P3 => sce_ + "lga" ; - Cong Pres Pl P1 => sce_ + "gliamo" ; - Cong Pres Pl P2 => sce_ + "gliate" ; - Cong Pres Pl P3 => sce_ + "lgano" ; - Cong Imperf Sg P1 => sce_ + "gliessi" ; --# notpresent - Cong Imperf Sg P2 => sce_ + "gliessi" ; --# notpresent - Cong Imperf Sg P3 => sce_ + "gliesse" ; --# notpresent - Cong Imperf Pl P1 => sce_ + "gliessimo" ; --# notpresent - Cong Imperf Pl P2 => sce_ + "glieste" ; --# notpresent - Cong Imperf Pl P3 => sce_ + "gliessero" ; --# notpresent - Cond Sg P1 => sce_ + "glierei" ; --# notpresent - Cond Sg P2 => sce_ + "glieresti" ; --# notpresent - Cond Sg P3 => sce_ + "glierebbe" ; --# notpresent - Cond Pl P1 => sce_ + "glieremmo" ; --# notpresent - Cond Pl P2 => sce_ + "gliereste" ; --# notpresent - Cond Pl P3 => sce_ + "glierebbero" ; --# notpresent - Imper SgP2 => sce_ + "gli" ; - Imper PlP1 => sce_ + "gliamo" ; - Imper PlP2 => sce_ + "gliete" ; - Ger => sce_ + "gliendo" ; - Part PresP Masc Sg => sce_ + "gliente" ; - Part PresP Masc Pl => sce_ + "glienti" ; - Part PresP Fem Sg => sce_ + "gliente" ; - Part PresP Fem Pl => sce_ + "glienti" ; - Part PassP Masc Sg => sce_ + "lto" ; - Part PassP Masc Pl => sce_ + "lti" ; - Part PassP Fem Sg => sce_ + "lta" ; - Part PassP Fem Pl => sce_ + "lte" - } - } ; - -oper scendere_80 : Str -> Verbo = \scendere -> - let sce_ = Predef.tk 5 scendere in - {s = table { - Inf => sce_ + "ndere" ; - InfClit => sce_ + "nder" ; - Indi Pres Sg P1 => sce_ + "ndo" ; - Indi Pres Sg P2 => sce_ + "ndi" ; - Indi Pres Sg P3 => sce_ + "nde" ; - Indi Pres Pl P1 => sce_ + "ndiamo" ; - Indi Pres Pl P2 => sce_ + "ndete" ; - Indi Pres Pl P3 => sce_ + "ndono" ; - Indi Imperf Sg P1 => sce_ + "ndevo" ; --# notpresent - Indi Imperf Sg P2 => sce_ + "ndevi" ; --# notpresent - Indi Imperf Sg P3 => sce_ + "ndeva" ; --# notpresent - Indi Imperf Pl P1 => sce_ + "ndevamo" ; --# notpresent - Indi Imperf Pl P2 => sce_ + "ndevate" ; --# notpresent - Indi Imperf Pl P3 => sce_ + "ndevano" ; --# notpresent - Pass Sg P1 => sce_ + "si" ; --# notpresent - Pass Sg P2 => sce_ + "ndesti" ; --# notpresent - Pass Sg P3 => sce_ + "se" ; --# notpresent - Pass Pl P1 => sce_ + "ndemmo" ; --# notpresent - Pass Pl P2 => sce_ + "ndeste" ; --# notpresent - Pass Pl P3 => sce_ + "sero" ; --# notpresent - Fut Sg P1 => sce_ + "nderò" ; --# notpresent - Fut Sg P2 => sce_ + "nderai" ; --# notpresent - Fut Sg P3 => sce_ + "nderà" ; --# notpresent - Fut Pl P1 => sce_ + "nderemo" ; --# notpresent - Fut Pl P2 => sce_ + "nderete" ; --# notpresent - Fut Pl P3 => sce_ + "nderanno" ; --# notpresent - Cong Pres Sg P1 => sce_ + "nda" ; - Cong Pres Sg P2 => sce_ + "nda" ; - Cong Pres Sg P3 => sce_ + "nda" ; - Cong Pres Pl P1 => sce_ + "ndiamo" ; - Cong Pres Pl P2 => sce_ + "ndiate" ; - Cong Pres Pl P3 => sce_ + "ndano" ; - Cong Imperf Sg P1 => sce_ + "ndessi" ; --# notpresent - Cong Imperf Sg P2 => sce_ + "ndessi" ; --# notpresent - Cong Imperf Sg P3 => sce_ + "ndesse" ; --# notpresent - Cong Imperf Pl P1 => sce_ + "ndessimo" ; --# notpresent - Cong Imperf Pl P2 => sce_ + "ndeste" ; --# notpresent - Cong Imperf Pl P3 => sce_ + "ndessero" ; --# notpresent - Cond Sg P1 => sce_ + "nderei" ; --# notpresent - Cond Sg P2 => sce_ + "nderesti" ; --# notpresent - Cond Sg P3 => sce_ + "nderebbe" ; --# notpresent - Cond Pl P1 => sce_ + "nderemmo" ; --# notpresent - Cond Pl P2 => sce_ + "ndereste" ; --# notpresent - Cond Pl P3 => sce_ + "nderebbero" ; --# notpresent - Imper SgP2 => sce_ + "ndi" ; - Imper PlP1 => sce_ + "ndiamo" ; - Imper PlP2 => sce_ + "ndete" ; - Ger => sce_ + "ndendo" ; - Part PresP Masc Sg => sce_ + "ndente" ; - Part PresP Masc Pl => sce_ + "ndenti" ; - Part PresP Fem Sg => sce_ + "ndente" ; - Part PresP Fem Pl => sce_ + "ndenti" ; - Part PassP Masc Sg => sce_ + "so" ; - Part PassP Masc Pl => sce_ + "si" ; - Part PassP Fem Sg => sce_ + "sa" ; - Part PassP Fem Pl => sce_ + "se" - } - } ; - -oper scindere_81 : Str -> Verbo = \scindere -> - let sci_ = Predef.tk 5 scindere in - {s = table { - Inf => sci_ + "ndere" ; - InfClit => sci_ + "nder" ; - Indi Pres Sg P1 => sci_ + "ndo" ; - Indi Pres Sg P2 => sci_ + "ndi" ; - Indi Pres Sg P3 => sci_ + "nde" ; - Indi Pres Pl P1 => sci_ + "ndiamo" ; - Indi Pres Pl P2 => sci_ + "ndete" ; - Indi Pres Pl P3 => sci_ + "ndono" ; - Indi Imperf Sg P1 => sci_ + "ndevo" ; --# notpresent - Indi Imperf Sg P2 => sci_ + "ndevi" ; --# notpresent - Indi Imperf Sg P3 => sci_ + "ndeva" ; --# notpresent - Indi Imperf Pl P1 => sci_ + "ndevamo" ; --# notpresent - Indi Imperf Pl P2 => sci_ + "ndevate" ; --# notpresent - Indi Imperf Pl P3 => sci_ + "ndevano" ; --# notpresent - Pass Sg P1 => sci_ + "ssi" ; --# notpresent - Pass Sg P2 => sci_ + "ndesti" ; --# notpresent - Pass Sg P3 => sci_ + "sse" ; --# notpresent - Pass Pl P1 => sci_ + "ndemmo" ; --# notpresent - Pass Pl P2 => sci_ + "ndeste" ; --# notpresent - Pass Pl P3 => sci_ + "ssero" ; --# notpresent - Fut Sg P1 => sci_ + "nderò" ; --# notpresent - Fut Sg P2 => sci_ + "nderai" ; --# notpresent - Fut Sg P3 => sci_ + "nderà" ; --# notpresent - Fut Pl P1 => sci_ + "nderemo" ; --# notpresent - Fut Pl P2 => sci_ + "nderete" ; --# notpresent - Fut Pl P3 => sci_ + "nderanno" ; --# notpresent - Cong Pres Sg P1 => sci_ + "nda" ; - Cong Pres Sg P2 => sci_ + "nda" ; - Cong Pres Sg P3 => sci_ + "nda" ; - Cong Pres Pl P1 => sci_ + "ndiamo" ; - Cong Pres Pl P2 => sci_ + "ndiate" ; - Cong Pres Pl P3 => sci_ + "ndano" ; - Cong Imperf Sg P1 => sci_ + "ndessi" ; --# notpresent - Cong Imperf Sg P2 => sci_ + "ndessi" ; --# notpresent - Cong Imperf Sg P3 => sci_ + "ndesse" ; --# notpresent - Cong Imperf Pl P1 => sci_ + "ndessimo" ; --# notpresent - Cong Imperf Pl P2 => sci_ + "ndeste" ; --# notpresent - Cong Imperf Pl P3 => sci_ + "ndessero" ; --# notpresent - Cond Sg P1 => sci_ + "nderei" ; --# notpresent - Cond Sg P2 => sci_ + "nderesti" ; --# notpresent - Cond Sg P3 => sci_ + "nderebbe" ; --# notpresent - Cond Pl P1 => sci_ + "nderemmo" ; --# notpresent - Cond Pl P2 => sci_ + "ndereste" ; --# notpresent - Cond Pl P3 => sci_ + "nderebbero" ; --# notpresent - Imper SgP2 => sci_ + "ndi" ; - Imper PlP1 => sci_ + "ndiamo" ; - Imper PlP2 => sci_ + "ndete" ; - Ger => sci_ + "ndendo" ; - Part PresP Masc Sg => sci_ + "ndente" ; - Part PresP Masc Pl => sci_ + "ndenti" ; - Part PresP Fem Sg => sci_ + "ndente" ; - Part PresP Fem Pl => sci_ + "ndenti" ; - Part PassP Masc Sg => sci_ + "sso" ; - Part PassP Masc Pl => sci_ + "ssi" ; - Part PassP Fem Sg => sci_ + "ssa" ; - Part PassP Fem Pl => sci_ + "sse" - } - } ; - -oper scrivere_82 : Str -> Verbo = \scrivere -> - let scri_ = Predef.tk 4 scrivere in - {s = table { - Inf => scri_ + "vere" ; - InfClit => scri_ + "ver" ; - Indi Pres Sg P1 => scri_ + "vo" ; - Indi Pres Sg P2 => scri_ + "vi" ; - Indi Pres Sg P3 => scri_ + "ve" ; - Indi Pres Pl P1 => scri_ + "viamo" ; - Indi Pres Pl P2 => scri_ + "vete" ; - Indi Pres Pl P3 => scri_ + "vono" ; - Indi Imperf Sg P1 => scri_ + "vevo" ; --# notpresent - Indi Imperf Sg P2 => scri_ + "vevi" ; --# notpresent - Indi Imperf Sg P3 => scri_ + "veva" ; --# notpresent - Indi Imperf Pl P1 => scri_ + "vevamo" ; --# notpresent - Indi Imperf Pl P2 => scri_ + "vevate" ; --# notpresent - Indi Imperf Pl P3 => scri_ + "vevano" ; --# notpresent - Pass Sg P1 => scri_ + "ssi" ; --# notpresent - Pass Sg P2 => scri_ + "vesti" ; --# notpresent - Pass Sg P3 => scri_ + "sse" ; --# notpresent - Pass Pl P1 => scri_ + "vemmo" ; --# notpresent - Pass Pl P2 => scri_ + "veste" ; --# notpresent - Pass Pl P3 => scri_ + "ssero" ; --# notpresent - Fut Sg P1 => scri_ + "verò" ; --# notpresent - Fut Sg P2 => scri_ + "verai" ; --# notpresent - Fut Sg P3 => scri_ + "verà" ; --# notpresent - Fut Pl P1 => scri_ + "veremo" ; --# notpresent - Fut Pl P2 => scri_ + "verete" ; --# notpresent - Fut Pl P3 => scri_ + "veranno" ; --# notpresent - Cong Pres Sg P1 => scri_ + "va" ; - Cong Pres Sg P2 => scri_ + "va" ; - Cong Pres Sg P3 => scri_ + "va" ; - Cong Pres Pl P1 => scri_ + "viamo" ; - Cong Pres Pl P2 => scri_ + "viate" ; - Cong Pres Pl P3 => scri_ + "vano" ; - Cong Imperf Sg P1 => scri_ + "vessi" ; --# notpresent - Cong Imperf Sg P2 => scri_ + "vessi" ; --# notpresent - Cong Imperf Sg P3 => scri_ + "vesse" ; --# notpresent - Cong Imperf Pl P1 => scri_ + "vessimo" ; --# notpresent - Cong Imperf Pl P2 => scri_ + "veste" ; --# notpresent - Cong Imperf Pl P3 => scri_ + "vessero" ; --# notpresent - Cond Sg P1 => scri_ + "verei" ; --# notpresent - Cond Sg P2 => scri_ + "veresti" ; --# notpresent - Cond Sg P3 => scri_ + "verebbe" ; --# notpresent - Cond Pl P1 => scri_ + "veremmo" ; --# notpresent - Cond Pl P2 => scri_ + "vereste" ; --# notpresent - Cond Pl P3 => scri_ + "verebbero" ; --# notpresent - Imper SgP2 => scri_ + "vi" ; - Imper PlP1 => scri_ + "viamo" ; - Imper PlP2 => scri_ + "vete" ; - Ger => scri_ + "vendo" ; - Part PresP Masc Sg => scri_ + "vente" ; - Part PresP Masc Pl => scri_ + "venti" ; - Part PresP Fem Sg => scri_ + "vente" ; - Part PresP Fem Pl => scri_ + "venti" ; - Part PassP Masc Sg => scri_ + "tto" ; - Part PassP Masc Pl => scri_ + "tti" ; - Part PassP Fem Sg => scri_ + "tta" ; - Part PassP Fem Pl => scri_ + "tte" - } - } ; - -oper scuotere_83 : Str -> Verbo = \scuotere -> - let sc_ = Predef.tk 6 scuotere in - {s = table { - Inf => sc_ + "uotere" ; - InfClit => sc_ + "uoter" ; - Indi Pres Sg P1 => sc_ + "uoto" ; - Indi Pres Sg P2 => sc_ + "uoti" ; - Indi Pres Sg P3 => sc_ + "uote" ; - Indi Pres Pl P1 => sc_ + "uotiamo" ; - Indi Pres Pl P2 => sc_ + "uotete" ; - Indi Pres Pl P3 => sc_ + "uotono" ; - Indi Imperf Sg P1 => sc_ + "uotevo" ; --# notpresent - Indi Imperf Sg P2 => sc_ + "uotevi" ; --# notpresent - Indi Imperf Sg P3 => sc_ + "uoteva" ; --# notpresent - Indi Imperf Pl P1 => sc_ + "uotevamo" ; --# notpresent - Indi Imperf Pl P2 => sc_ + "uotevate" ; --# notpresent - Indi Imperf Pl P3 => sc_ + "uotevano" ; --# notpresent - Pass Sg P1 => sc_ + "ossi" ; --# notpresent - Pass Sg P2 => sc_ + "uotesti" ; --# notpresent - Pass Sg P3 => sc_ + "osse" ; --# notpresent - Pass Pl P1 => sc_ + "uotemmo" ; --# notpresent - Pass Pl P2 => sc_ + "uoteste" ; --# notpresent - Pass Pl P3 => sc_ + "ossero" ; --# notpresent - Fut Sg P1 => sc_ + "uoterò" ; --# notpresent - Fut Sg P2 => sc_ + "uoterai" ; --# notpresent - Fut Sg P3 => sc_ + "uoterà" ; --# notpresent - Fut Pl P1 => sc_ + "uoteremo" ; --# notpresent - Fut Pl P2 => sc_ + "uoterete" ; --# notpresent - Fut Pl P3 => sc_ + "uoteranno" ; --# notpresent - Cong Pres Sg P1 => sc_ + "uota" ; - Cong Pres Sg P2 => sc_ + "uota" ; - Cong Pres Sg P3 => sc_ + "uota" ; - Cong Pres Pl P1 => sc_ + "uotiamo" ; - Cong Pres Pl P2 => sc_ + "uotiate" ; - Cong Pres Pl P3 => sc_ + "uotano" ; - Cong Imperf Sg P1 => sc_ + "uotessi" ; --# notpresent - Cong Imperf Sg P2 => sc_ + "uotessi" ; --# notpresent - Cong Imperf Sg P3 => sc_ + "uotesse" ; --# notpresent - Cong Imperf Pl P1 => sc_ + "uotessimo" ; --# notpresent - Cong Imperf Pl P2 => sc_ + "uoteste" ; --# notpresent - Cong Imperf Pl P3 => sc_ + "uotessero" ; --# notpresent - Cond Sg P1 => sc_ + "uoterei" ; --# notpresent - Cond Sg P2 => sc_ + "uoteresti" ; --# notpresent - Cond Sg P3 => sc_ + "uoterebbe" ; --# notpresent - Cond Pl P1 => sc_ + "uoteremmo" ; --# notpresent - Cond Pl P2 => sc_ + "uotereste" ; --# notpresent - Cond Pl P3 => sc_ + "uoterebbero" ; --# notpresent - Imper SgP2 => sc_ + "uoti" ; - Imper PlP1 => sc_ + "uotiamo" ; - Imper PlP2 => sc_ + "uotete" ; - Ger => sc_ + "uotendo" ; - Part PresP Masc Sg => sc_ + "uotente" ; - Part PresP Masc Pl => sc_ + "uotenti" ; - Part PresP Fem Sg => sc_ + "uotente" ; - Part PresP Fem Pl => sc_ + "uotenti" ; - Part PassP Masc Sg => sc_ + "osso" ; - Part PassP Masc Pl => sc_ + "ossi" ; - Part PassP Fem Sg => sc_ + "ossa" ; - Part PassP Fem Pl => sc_ + "osse" - } - } ; - -oper sedere_84 : Str -> Verbo = \sedere -> - let s_ = Predef.tk 5 sedere in - {s = table { - Inf => s_ + "edere" ; - InfClit => s_ + "eder" ; - Indi Pres Sg P1 => s_ + "iedo" ; - Indi Pres Sg P2 => s_ + "iedi" ; - Indi Pres Sg P3 => s_ + "iede" ; - Indi Pres Pl P1 => s_ + "ediamo" ; - Indi Pres Pl P2 => s_ + "edete" ; - Indi Pres Pl P3 => s_ + "iedono" ; - Indi Imperf Sg P1 => s_ + "edevo" ; --# notpresent - Indi Imperf Sg P2 => s_ + "edevi" ; --# notpresent - Indi Imperf Sg P3 => s_ + "edeva" ; --# notpresent - Indi Imperf Pl P1 => s_ + "edevamo" ; --# notpresent - Indi Imperf Pl P2 => s_ + "edevate" ; --# notpresent - Indi Imperf Pl P3 => s_ + "edevano" ; --# notpresent - Pass Sg P1 => s_ + "edetti" ; --# notpresent - Pass Sg P2 => s_ + "edesti" ; --# notpresent - Pass Sg P3 => s_ + "edette" ; --# notpresent - Pass Pl P1 => s_ + "edemmo" ; --# notpresent - Pass Pl P2 => s_ + "edeste" ; --# notpresent - Pass Pl P3 => s_ + "edettero" ; --# notpresent - Fut Sg P1 => s_ + "ederò" ; --# notpresent - Fut Sg P2 => s_ + "ederai" ; --# notpresent - Fut Sg P3 => s_ + "ederà" ; --# notpresent - Fut Pl P1 => s_ + "ederemo" ; --# notpresent - Fut Pl P2 => s_ + "ederete" ; --# notpresent - Fut Pl P3 => s_ + "ederanno" ; --# notpresent - Cong Pres Sg P1 => s_ + "ieda" ; - Cong Pres Sg P2 => s_ + "ieda" ; - Cong Pres Sg P3 => s_ + "ieda" ; - Cong Pres Pl P1 => s_ + "ediamo" ; - Cong Pres Pl P2 => s_ + "ediate" ; - Cong Pres Pl P3 => s_ + "iedano" ; - Cong Imperf Sg P1 => s_ + "edessi" ; --# notpresent - Cong Imperf Sg P2 => s_ + "edessi" ; --# notpresent - Cong Imperf Sg P3 => s_ + "edesse" ; --# notpresent - Cong Imperf Pl P1 => s_ + "edessimo" ; --# notpresent - Cong Imperf Pl P2 => s_ + "edeste" ; --# notpresent - Cong Imperf Pl P3 => s_ + "edessero" ; --# notpresent - Cond Sg P1 => s_ + "ederei" ; --# notpresent - Cond Sg P2 => s_ + "ederesti" ; --# notpresent - Cond Sg P3 => s_ + "ederebbe" ; --# notpresent - Cond Pl P1 => s_ + "ederemmo" ; --# notpresent - Cond Pl P2 => s_ + "edereste" ; --# notpresent - Cond Pl P3 => s_ + "ederebbero" ; --# notpresent - Imper SgP2 => s_ + "iedi" ; - Imper PlP1 => s_ + "ediamo" ; - Imper PlP2 => s_ + "edete" ; - Ger => s_ + "edendo" ; - Part PresP Masc Sg => s_ + "edente" ; - Part PresP Masc Pl => s_ + "edenti" ; - Part PresP Fem Sg => s_ + "edente" ; - Part PresP Fem Pl => s_ + "edenti" ; - Part PassP Masc Sg => s_ + "eduto" ; - Part PassP Masc Pl => s_ + "eduti" ; - Part PassP Fem Sg => s_ + "eduta" ; - Part PassP Fem Pl => s_ + "edute" - } - } ; - -oper spargere_85 : Str -> Verbo = \spargere -> - let spar_ = Predef.tk 4 spargere in - {s = table { - Inf => spar_ + "gere" ; - InfClit => spar_ + "ger" ; - Indi Pres Sg P1 => spar_ + "go" ; - Indi Pres Sg P2 => spar_ + "gi" ; - Indi Pres Sg P3 => spar_ + "ge" ; - Indi Pres Pl P1 => spar_ + "giamo" ; - Indi Pres Pl P2 => spar_ + "gete" ; - Indi Pres Pl P3 => spar_ + "gono" ; - Indi Imperf Sg P1 => spar_ + "gevo" ; --# notpresent - Indi Imperf Sg P2 => spar_ + "gevi" ; --# notpresent - Indi Imperf Sg P3 => spar_ + "geva" ; --# notpresent - Indi Imperf Pl P1 => spar_ + "gevamo" ; --# notpresent - Indi Imperf Pl P2 => spar_ + "gevate" ; --# notpresent - Indi Imperf Pl P3 => spar_ + "gevano" ; --# notpresent - Pass Sg P1 => spar_ + "si" ; --# notpresent - Pass Sg P2 => spar_ + "gesti" ; --# notpresent - Pass Sg P3 => spar_ + "se" ; --# notpresent - Pass Pl P1 => spar_ + "gemmo" ; --# notpresent - Pass Pl P2 => spar_ + "geste" ; --# notpresent - Pass Pl P3 => spar_ + "sero" ; --# notpresent - Fut Sg P1 => spar_ + "gerò" ; --# notpresent - Fut Sg P2 => spar_ + "gerai" ; --# notpresent - Fut Sg P3 => spar_ + "gerà" ; --# notpresent - Fut Pl P1 => spar_ + "geremo" ; --# notpresent - Fut Pl P2 => spar_ + "gerete" ; --# notpresent - Fut Pl P3 => spar_ + "geranno" ; --# notpresent - Cong Pres Sg P1 => spar_ + "ga" ; - Cong Pres Sg P2 => spar_ + "ga" ; - Cong Pres Sg P3 => spar_ + "ga" ; - Cong Pres Pl P1 => spar_ + "giamo" ; - Cong Pres Pl P2 => spar_ + "giate" ; - Cong Pres Pl P3 => spar_ + "gano" ; - Cong Imperf Sg P1 => spar_ + "gessi" ; --# notpresent - Cong Imperf Sg P2 => spar_ + "gessi" ; --# notpresent - Cong Imperf Sg P3 => spar_ + "gesse" ; --# notpresent - Cong Imperf Pl P1 => spar_ + "gessimo" ; --# notpresent - Cong Imperf Pl P2 => spar_ + "geste" ; --# notpresent - Cong Imperf Pl P3 => spar_ + "gessero" ; --# notpresent - Cond Sg P1 => spar_ + "gerei" ; --# notpresent - Cond Sg P2 => spar_ + "geresti" ; --# notpresent - Cond Sg P3 => spar_ + "gerebbe" ; --# notpresent - Cond Pl P1 => spar_ + "geremmo" ; --# notpresent - Cond Pl P2 => spar_ + "gereste" ; --# notpresent - Cond Pl P3 => spar_ + "gerebbero" ; --# notpresent - Imper SgP2 => spar_ + "gi" ; - Imper PlP1 => spar_ + "giamo" ; - Imper PlP2 => spar_ + "gete" ; - Ger => spar_ + "gendo" ; - Part PresP Masc Sg => spar_ + "gente" ; - Part PresP Masc Pl => spar_ + "genti" ; - Part PresP Fem Sg => spar_ + "gente" ; - Part PresP Fem Pl => spar_ + "genti" ; - Part PassP Masc Sg => spar_ + "so" ; - Part PassP Masc Pl => spar_ + "si" ; - Part PassP Fem Sg => spar_ + "sa" ; - Part PassP Fem Pl => spar_ + "se" - } - } ; - -oper spegnere_86 : Str -> Verbo = \spegnere -> - let spe_ = Predef.tk 5 spegnere in - {s = table { - Inf => spe_ + "gnere" ; - InfClit => spe_ + "gner" ; - Indi Pres Sg P1 => spe_ + "ngo" ; - Indi Pres Sg P2 => spe_ + "gni" ; - Indi Pres Sg P3 => spe_ + "gne" ; - Indi Pres Pl P1 => spe_ + "gniamo" ; - Indi Pres Pl P2 => spe_ + "gnete" ; - Indi Pres Pl P3 => spe_ + "ngono" ; - Indi Imperf Sg P1 => spe_ + "gnevo" ; --# notpresent - Indi Imperf Sg P2 => spe_ + "gnevi" ; --# notpresent - Indi Imperf Sg P3 => spe_ + "gneva" ; --# notpresent - Indi Imperf Pl P1 => spe_ + "gnevamo" ; --# notpresent - Indi Imperf Pl P2 => spe_ + "gnevate" ; --# notpresent - Indi Imperf Pl P3 => spe_ + "gnevano" ; --# notpresent - Pass Sg P1 => spe_ + "nsi" ; --# notpresent - Pass Sg P2 => spe_ + "gnesti" ; --# notpresent - Pass Sg P3 => spe_ + "nse" ; --# notpresent - Pass Pl P1 => spe_ + "gnemmo" ; --# notpresent - Pass Pl P2 => spe_ + "gneste" ; --# notpresent - Pass Pl P3 => spe_ + "nsero" ; --# notpresent - Fut Sg P1 => spe_ + "gnerò" ; --# notpresent - Fut Sg P2 => spe_ + "gnerai" ; --# notpresent - Fut Sg P3 => spe_ + "gnerà" ; --# notpresent - Fut Pl P1 => spe_ + "gneremo" ; --# notpresent - Fut Pl P2 => spe_ + "gnerete" ; --# notpresent - Fut Pl P3 => spe_ + "gneranno" ; --# notpresent - Cong Pres Sg P1 => spe_ + "nga" ; - Cong Pres Sg P2 => spe_ + "nga" ; - Cong Pres Sg P3 => spe_ + "nga" ; - Cong Pres Pl P1 => spe_ + "gniamo" ; - Cong Pres Pl P2 => spe_ + "gniate" ; - Cong Pres Pl P3 => spe_ + "ngano" ; - Cong Imperf Sg P1 => spe_ + "gnessi" ; --# notpresent - Cong Imperf Sg P2 => spe_ + "gnessi" ; --# notpresent - Cong Imperf Sg P3 => spe_ + "gnesse" ; --# notpresent - Cong Imperf Pl P1 => spe_ + "gnessimo" ; --# notpresent - Cong Imperf Pl P2 => spe_ + "gneste" ; --# notpresent - Cong Imperf Pl P3 => spe_ + "gnessero" ; --# notpresent - Cond Sg P1 => spe_ + "gnerei" ; --# notpresent - Cond Sg P2 => spe_ + "gneresti" ; --# notpresent - Cond Sg P3 => spe_ + "gnerebbe" ; --# notpresent - Cond Pl P1 => spe_ + "gneremmo" ; --# notpresent - Cond Pl P2 => spe_ + "gnereste" ; --# notpresent - Cond Pl P3 => spe_ + "gnerebbero" ; --# notpresent - Imper SgP2 => spe_ + "gni" ; - Imper PlP1 => spe_ + "gniamo" ; - Imper PlP2 => spe_ + "gnete" ; - Ger => spe_ + "gnendo" ; - Part PresP Masc Sg => spe_ + "gnente" ; - Part PresP Masc Pl => spe_ + "gnenti" ; - Part PresP Fem Sg => spe_ + "gnente" ; - Part PresP Fem Pl => spe_ + "gnenti" ; - Part PassP Masc Sg => spe_ + "nto" ; - Part PassP Masc Pl => spe_ + "nti" ; - Part PassP Fem Sg => spe_ + "nta" ; - Part PassP Fem Pl => spe_ + "nte" - } - } ; - -oper stringere_87 : Str -> Verbo = \striingere -> - let stri_ = Predef.tk 6 striingere in - {s = table { - Inf => stri_ + "ingere" ; - InfClit => stri_ + "inger" ; - Indi Pres Sg P1 => stri_ + "ingo" ; - Indi Pres Sg P2 => stri_ + "ingi" ; - Indi Pres Sg P3 => stri_ + "inge" ; - Indi Pres Pl P1 => stri_ + "ingiamo" ; - Indi Pres Pl P2 => stri_ + "ingete" ; - Indi Pres Pl P3 => stri_ + "ingono" ; - Indi Imperf Sg P1 => stri_ + "ingevo" ; --# notpresent - Indi Imperf Sg P2 => stri_ + "ingevi" ; --# notpresent - Indi Imperf Sg P3 => stri_ + "ingeva" ; --# notpresent - Indi Imperf Pl P1 => stri_ + "ingevamo" ; --# notpresent - Indi Imperf Pl P2 => stri_ + "ingevate" ; --# notpresent - Indi Imperf Pl P3 => stri_ + "ingevano" ; --# notpresent - Pass Sg P1 => stri_ + "insi" ; --# notpresent - Pass Sg P2 => stri_ + "ingesti" ; --# notpresent - Pass Sg P3 => stri_ + "inse" ; --# notpresent - Pass Pl P1 => stri_ + "ingemmo" ; --# notpresent - Pass Pl P2 => stri_ + "ingeste" ; --# notpresent - Pass Pl P3 => stri_ + "insero" ; --# notpresent - Fut Sg P1 => stri_ + "ingerò" ; --# notpresent - Fut Sg P2 => stri_ + "ingerai" ; --# notpresent - Fut Sg P3 => stri_ + "ingerà" ; --# notpresent - Fut Pl P1 => stri_ + "ingeremo" ; --# notpresent - Fut Pl P2 => stri_ + "ingerete" ; --# notpresent - Fut Pl P3 => stri_ + "ingeranno" ; --# notpresent - Cong Pres Sg P1 => stri_ + "inga" ; - Cong Pres Sg P2 => stri_ + "inga" ; - Cong Pres Sg P3 => stri_ + "inga" ; - Cong Pres Pl P1 => stri_ + "ingiamo" ; - Cong Pres Pl P2 => stri_ + "ingiate" ; - Cong Pres Pl P3 => stri_ + "ingano" ; - Cong Imperf Sg P1 => stri_ + "ingessi" ; --# notpresent - Cong Imperf Sg P2 => stri_ + "ingessi" ; --# notpresent - Cong Imperf Sg P3 => stri_ + "ingesse" ; --# notpresent - Cong Imperf Pl P1 => stri_ + "ingessimo" ; --# notpresent - Cong Imperf Pl P2 => stri_ + "ingeste" ; --# notpresent - Cong Imperf Pl P3 => stri_ + "ingessero" ; --# notpresent - Cond Sg P1 => stri_ + "ingerei" ; --# notpresent - Cond Sg P2 => stri_ + "ingeresti" ; --# notpresent - Cond Sg P3 => stri_ + "ingerebbe" ; --# notpresent - Cond Pl P1 => stri_ + "ingeremmo" ; --# notpresent - Cond Pl P2 => stri_ + "ingereste" ; --# notpresent - Cond Pl P3 => stri_ + "ingerebbero" ; --# notpresent - Imper SgP2 => stri_ + "ingi" ; - Imper PlP1 => stri_ + "ingiamo" ; - Imper PlP2 => stri_ + "ingete" ; - Ger => stri_ + "ingendo" ; - Part PresP Masc Sg => stri_ + "ingente" ; - Part PresP Masc Pl => stri_ + "ingenti" ; - Part PresP Fem Sg => stri_ + "ingente" ; - Part PresP Fem Pl => stri_ + "ingenti" ; - Part PassP Masc Sg => stri_ + "etto" ; - Part PassP Masc Pl => stri_ + "etti" ; - Part PassP Fem Sg => stri_ + "etta" ; - Part PassP Fem Pl => stri_ + "ette" - } - } ; - -oper svellere_88 : Str -> Verbo = \svellere -> - let svel_ = Predef.tk 4 svellere in - {s = table { - Inf => svel_ + "lere" ; - InfClit => svel_ + "ler" ; - Indi Pres Sg P1 => svel_ + "lo" ; - Indi Pres Sg P2 => svel_ + "li" ; - Indi Pres Sg P3 => svel_ + "le" ; - Indi Pres Pl P1 => svel_ + "liamo" ; - Indi Pres Pl P2 => svel_ + "lete" ; - Indi Pres Pl P3 => svel_ + "lono" ; - Indi Imperf Sg P1 => svel_ + "levo" ; --# notpresent - Indi Imperf Sg P2 => svel_ + "levi" ; --# notpresent - Indi Imperf Sg P3 => svel_ + "leva" ; --# notpresent - Indi Imperf Pl P1 => svel_ + "levamo" ; --# notpresent - Indi Imperf Pl P2 => svel_ + "levate" ; --# notpresent - Indi Imperf Pl P3 => svel_ + "levano" ; --# notpresent - Pass Sg P1 => svel_ + "si" ; --# notpresent - Pass Sg P2 => svel_ + "lesti" ; --# notpresent - Pass Sg P3 => svel_ + "se" ; --# notpresent - Pass Pl P1 => svel_ + "lemmo" ; --# notpresent - Pass Pl P2 => svel_ + "leste" ; --# notpresent - Pass Pl P3 => svel_ + "sero" ; --# notpresent - Fut Sg P1 => svel_ + "lerò" ; --# notpresent - Fut Sg P2 => svel_ + "lerai" ; --# notpresent - Fut Sg P3 => svel_ + "lerà" ; --# notpresent - Fut Pl P1 => svel_ + "leremo" ; --# notpresent - Fut Pl P2 => svel_ + "lerete" ; --# notpresent - Fut Pl P3 => svel_ + "leranno" ; --# notpresent - Cong Pres Sg P1 => svel_ + "la" ; - Cong Pres Sg P2 => svel_ + "la" ; - Cong Pres Sg P3 => svel_ + "la" ; - Cong Pres Pl P1 => svel_ + "liamo" ; - Cong Pres Pl P2 => svel_ + "liate" ; - Cong Pres Pl P3 => svel_ + "lano" ; - Cong Imperf Sg P1 => svel_ + "lessi" ; --# notpresent - Cong Imperf Sg P2 => svel_ + "lessi" ; --# notpresent - Cong Imperf Sg P3 => svel_ + "lesse" ; --# notpresent - Cong Imperf Pl P1 => svel_ + "lessimo" ; --# notpresent - Cong Imperf Pl P2 => svel_ + "leste" ; --# notpresent - Cong Imperf Pl P3 => svel_ + "lessero" ; --# notpresent - Cond Sg P1 => svel_ + "lerei" ; --# notpresent - Cond Sg P2 => svel_ + "leresti" ; --# notpresent - Cond Sg P3 => svel_ + "lerebbe" ; --# notpresent - Cond Pl P1 => svel_ + "leremmo" ; --# notpresent - Cond Pl P2 => svel_ + "lereste" ; --# notpresent - Cond Pl P3 => svel_ + "lerebbero" ; --# notpresent - Imper SgP2 => svel_ + "li" ; - Imper PlP1 => svel_ + "liamo" ; - Imper PlP2 => svel_ + "lete" ; - Ger => svel_ + "lendo" ; - Part PresP Masc Sg => svel_ + "lente" ; - Part PresP Masc Pl => svel_ + "lenti" ; - Part PresP Fem Sg => svel_ + "lente" ; - Part PresP Fem Pl => svel_ + "lenti" ; - Part PassP Masc Sg => svel_ + "to" ; - Part PassP Masc Pl => svel_ + "ti" ; - Part PassP Fem Sg => svel_ + "ta" ; - Part PassP Fem Pl => svel_ + "te" - } - } ; - -oper tenere_89 : Str -> Verbo = \tenere -> - let t_ = Predef.tk 5 tenere in - {s = table { - Inf => t_ + "enere" ; - InfClit => t_ + "ener" ; - Indi Pres Sg P1 => t_ + "engo" ; - Indi Pres Sg P2 => t_ + "ieni" ; - Indi Pres Sg P3 => t_ + "iene" ; - Indi Pres Pl P1 => t_ + "eniamo" ; - Indi Pres Pl P2 => t_ + "enete" ; - Indi Pres Pl P3 => t_ + "engono" ; - Indi Imperf Sg P1 => t_ + "enevo" ; --# notpresent - Indi Imperf Sg P2 => t_ + "enevi" ; --# notpresent - Indi Imperf Sg P3 => t_ + "eneva" ; --# notpresent - Indi Imperf Pl P1 => t_ + "enevamo" ; --# notpresent - Indi Imperf Pl P2 => t_ + "enevate" ; --# notpresent - Indi Imperf Pl P3 => t_ + "enevano" ; --# notpresent - Pass Sg P1 => t_ + "enni" ; --# notpresent - Pass Sg P2 => t_ + "enesti" ; --# notpresent - Pass Sg P3 => t_ + "enne" ; --# notpresent - Pass Pl P1 => t_ + "enemmo" ; --# notpresent - Pass Pl P2 => t_ + "eneste" ; --# notpresent - Pass Pl P3 => t_ + "ennero" ; --# notpresent - Fut Sg P1 => t_ + "errò" ; --# notpresent - Fut Sg P2 => t_ + "errai" ; --# notpresent - Fut Sg P3 => t_ + "errà" ; --# notpresent - Fut Pl P1 => t_ + "erremo" ; --# notpresent - Fut Pl P2 => t_ + "errete" ; --# notpresent - Fut Pl P3 => t_ + "erranno" ; --# notpresent - Cong Pres Sg P1 => t_ + "enga" ; - Cong Pres Sg P2 => t_ + "enga" ; - Cong Pres Sg P3 => t_ + "enga" ; - Cong Pres Pl P1 => t_ + "eniamo" ; - Cong Pres Pl P2 => t_ + "eniate" ; - Cong Pres Pl P3 => t_ + "engano" ; - Cong Imperf Sg P1 => t_ + "enessi" ; --# notpresent - Cong Imperf Sg P2 => t_ + "enessi" ; --# notpresent - Cong Imperf Sg P3 => t_ + "enesse" ; --# notpresent - Cong Imperf Pl P1 => t_ + "enessimo" ; --# notpresent - Cong Imperf Pl P2 => t_ + "eneste" ; --# notpresent - Cong Imperf Pl P3 => t_ + "enessero" ; --# notpresent - Cond Sg P1 => t_ + "errei" ; --# notpresent - Cond Sg P2 => t_ + "erresti" ; --# notpresent - Cond Sg P3 => t_ + "errebbe" ; --# notpresent - Cond Pl P1 => t_ + "erremmo" ; --# notpresent - Cond Pl P2 => t_ + "erreste" ; --# notpresent - Cond Pl P3 => t_ + "errebbero" ; --# notpresent - Imper SgP2 => t_ + "ieni" ; - Imper PlP1 => t_ + "eniamo" ; - Imper PlP2 => t_ + "enete" ; - Ger => t_ + "enendo" ; - Part PresP Masc Sg => t_ + "enente" ; - Part PresP Masc Pl => t_ + "enenti" ; - Part PresP Fem Sg => t_ + "enente" ; - Part PresP Fem Pl => t_ + "enenti" ; - Part PassP Masc Sg => t_ + "enuto" ; - Part PassP Masc Pl => t_ + "enuti" ; - Part PassP Fem Sg => t_ + "enuta" ; - Part PassP Fem Pl => t_ + "enute" - } - } ; - -oper torcere_90 : Str -> Verbo = \torcere -> - let tor_ = Predef.tk 4 torcere in - {s = table { - Inf => tor_ + "cere" ; - InfClit => tor_ + "cer" ; - Indi Pres Sg P1 => tor_ + "co" ; - Indi Pres Sg P2 => tor_ + "ci" ; - Indi Pres Sg P3 => tor_ + "ce" ; - Indi Pres Pl P1 => tor_ + "ciamo" ; - Indi Pres Pl P2 => tor_ + "cete" ; - Indi Pres Pl P3 => tor_ + "cono" ; - Indi Imperf Sg P1 => tor_ + "cevo" ; --# notpresent - Indi Imperf Sg P2 => tor_ + "cevi" ; --# notpresent - Indi Imperf Sg P3 => tor_ + "ceva" ; --# notpresent - Indi Imperf Pl P1 => tor_ + "cevamo" ; --# notpresent - Indi Imperf Pl P2 => tor_ + "cevate" ; --# notpresent - Indi Imperf Pl P3 => tor_ + "cevano" ; --# notpresent - Pass Sg P1 => tor_ + "si" ; --# notpresent - Pass Sg P2 => tor_ + "cesti" ; --# notpresent - Pass Sg P3 => tor_ + "se" ; --# notpresent - Pass Pl P1 => tor_ + "cemmo" ; --# notpresent - Pass Pl P2 => tor_ + "ceste" ; --# notpresent - Pass Pl P3 => tor_ + "sero" ; --# notpresent - Fut Sg P1 => tor_ + "cerò" ; --# notpresent - Fut Sg P2 => tor_ + "cerai" ; --# notpresent - Fut Sg P3 => tor_ + "cerà" ; --# notpresent - Fut Pl P1 => tor_ + "ceremo" ; --# notpresent - Fut Pl P2 => tor_ + "cerete" ; --# notpresent - Fut Pl P3 => tor_ + "ceranno" ; --# notpresent - Cong Pres Sg P1 => tor_ + "ca" ; - Cong Pres Sg P2 => tor_ + "ca" ; - Cong Pres Sg P3 => tor_ + "ca" ; - Cong Pres Pl P1 => tor_ + "ciamo" ; - Cong Pres Pl P2 => tor_ + "ciate" ; - Cong Pres Pl P3 => tor_ + "cano" ; - Cong Imperf Sg P1 => tor_ + "cessi" ; --# notpresent - Cong Imperf Sg P2 => tor_ + "cessi" ; --# notpresent - Cong Imperf Sg P3 => tor_ + "cesse" ; --# notpresent - Cong Imperf Pl P1 => tor_ + "cessimo" ; --# notpresent - Cong Imperf Pl P2 => tor_ + "ceste" ; --# notpresent - Cong Imperf Pl P3 => tor_ + "cessero" ; --# notpresent - Cond Sg P1 => tor_ + "cerei" ; --# notpresent - Cond Sg P2 => tor_ + "ceresti" ; --# notpresent - Cond Sg P3 => tor_ + "cerebbe" ; --# notpresent - Cond Pl P1 => tor_ + "ceremmo" ; --# notpresent - Cond Pl P2 => tor_ + "cereste" ; --# notpresent - Cond Pl P3 => tor_ + "cerebbero" ; --# notpresent - Imper SgP2 => tor_ + "ci" ; - Imper PlP1 => tor_ + "ciamo" ; - Imper PlP2 => tor_ + "cete" ; - Ger => tor_ + "cendo" ; - Part PresP Masc Sg => tor_ + "cente" ; - Part PresP Masc Pl => tor_ + "centi" ; - Part PresP Fem Sg => tor_ + "cente" ; - Part PresP Fem Pl => tor_ + "centi" ; - Part PassP Masc Sg => tor_ + "to" ; - Part PassP Masc Pl => tor_ + "ti" ; - Part PassP Fem Sg => tor_ + "ta" ; - Part PassP Fem Pl => tor_ + "te" - } - } ; - -oper trarre_91 : Str -> Verbo = \trarre -> - let tra_ = Predef.tk 3 trarre in - {s = table { - Inf => tra_ + "rre" ; - InfClit => tra_ + "r" ; - Indi Pres Sg P1 => tra_ + "ggo" ; - Indi Pres Sg P2 => tra_ + "i" ; - Indi Pres Sg P3 => tra_ + "e" ; - Indi Pres Pl P1 => tra_ + "iamo" ; - Indi Pres Pl P2 => tra_ + "ete" ; - Indi Pres Pl P3 => tra_ + "ggono" ; - Indi Imperf Sg P1 => tra_ + "evo" ; --# notpresent - Indi Imperf Sg P2 => tra_ + "evi" ; --# notpresent - Indi Imperf Sg P3 => tra_ + "eva" ; --# notpresent - Indi Imperf Pl P1 => tra_ + "evamo" ; --# notpresent - Indi Imperf Pl P2 => tra_ + "evate" ; --# notpresent - Indi Imperf Pl P3 => tra_ + "evano" ; --# notpresent - Pass Sg P1 => tra_ + "ssi" ; --# notpresent - Pass Sg P2 => tra_ + "esti" ; --# notpresent - Pass Sg P3 => tra_ + "sse" ; --# notpresent - Pass Pl P1 => tra_ + "emmo" ; --# notpresent - Pass Pl P2 => tra_ + "este" ; --# notpresent - Pass Pl P3 => tra_ + "ssero" ; --# notpresent - Fut Sg P1 => tra_ + "rrò" ; --# notpresent - Fut Sg P2 => tra_ + "rrai" ; --# notpresent - Fut Sg P3 => tra_ + "rrà" ; --# notpresent - Fut Pl P1 => tra_ + "rremo" ; --# notpresent - Fut Pl P2 => tra_ + "rrete" ; --# notpresent - Fut Pl P3 => tra_ + "rranno" ; --# notpresent - Cong Pres Sg P1 => tra_ + "gga" ; - Cong Pres Sg P2 => tra_ + "gga" ; - Cong Pres Sg P3 => tra_ + "gga" ; - Cong Pres Pl P1 => tra_ + "iamo" ; - Cong Pres Pl P2 => tra_ + "iate" ; - Cong Pres Pl P3 => tra_ + "ggano" ; - Cong Imperf Sg P1 => tra_ + "essi" ; --# notpresent - Cong Imperf Sg P2 => tra_ + "essi" ; --# notpresent - Cong Imperf Sg P3 => tra_ + "esse" ; --# notpresent - Cong Imperf Pl P1 => tra_ + "essimo" ; --# notpresent - Cong Imperf Pl P2 => tra_ + "este" ; --# notpresent - Cong Imperf Pl P3 => tra_ + "essero" ; --# notpresent - Cond Sg P1 => tra_ + "rrei" ; --# notpresent - Cond Sg P2 => tra_ + "rresti" ; --# notpresent - Cond Sg P3 => tra_ + "rrebbe" ; --# notpresent - Cond Pl P1 => tra_ + "rremmo" ; --# notpresent - Cond Pl P2 => tra_ + "rreste" ; --# notpresent - Cond Pl P3 => tra_ + "rrebbero" ; --# notpresent - Imper SgP2 => tra_ + "i" ; - Imper PlP1 => tra_ + "iamo" ; - Imper PlP2 => tra_ + "ete" ; - Ger => tra_ + "endo" ; - Part PresP Masc Sg => tra_ + "ente" ; - Part PresP Masc Pl => tra_ + "enti" ; - Part PresP Fem Sg => tra_ + "ente" ; - Part PresP Fem Pl => tra_ + "enti" ; - Part PassP Masc Sg => tra_ + "tto" ; - Part PassP Masc Pl => tra_ + "tti" ; - Part PassP Fem Sg => tra_ + "tta" ; - Part PassP Fem Pl => tra_ + "tte" - } - } ; - -oper valere_92 : Str -> Verbo = \valere -> - let va_ = Predef.tk 4 valere in - {s = table { - Inf => va_ + "lere" ; - InfClit => va_ + "ler" ; - Indi Pres Sg P1 => va_ + "lgo" ; - Indi Pres Sg P2 => va_ + "li" ; - Indi Pres Sg P3 => va_ + "le" ; - Indi Pres Pl P1 => va_ + "liamo" ; - Indi Pres Pl P2 => va_ + "lete" ; - Indi Pres Pl P3 => va_ + "lgono" ; - Indi Imperf Sg P1 => va_ + "levo" ; --# notpresent - Indi Imperf Sg P2 => va_ + "levi" ; --# notpresent - Indi Imperf Sg P3 => va_ + "leva" ; --# notpresent - Indi Imperf Pl P1 => va_ + "levamo" ; --# notpresent - Indi Imperf Pl P2 => va_ + "levate" ; --# notpresent - Indi Imperf Pl P3 => va_ + "levano" ; --# notpresent - Pass Sg P1 => va_ + "lsi" ; --# notpresent - Pass Sg P2 => va_ + "lesti" ; --# notpresent - Pass Sg P3 => va_ + "lse" ; --# notpresent - Pass Pl P1 => va_ + "lemmo" ; --# notpresent - Pass Pl P2 => va_ + "leste" ; --# notpresent - Pass Pl P3 => va_ + "lsero" ; --# notpresent - Fut Sg P1 => va_ + "rrò" ; --# notpresent - Fut Sg P2 => va_ + "rrai" ; --# notpresent - Fut Sg P3 => va_ + "rrà" ; --# notpresent - Fut Pl P1 => va_ + "rremo" ; --# notpresent - Fut Pl P2 => va_ + "rrete" ; --# notpresent - Fut Pl P3 => va_ + "rranno" ; --# notpresent - Cong Pres Sg P1 => va_ + "lga" ; - Cong Pres Sg P2 => va_ + "lga" ; - Cong Pres Sg P3 => va_ + "lga" ; - Cong Pres Pl P1 => va_ + "liamo" ; - Cong Pres Pl P2 => va_ + "liate" ; - Cong Pres Pl P3 => va_ + "lgano" ; - Cong Imperf Sg P1 => va_ + "lessi" ; --# notpresent - Cong Imperf Sg P2 => va_ + "lessi" ; --# notpresent - Cong Imperf Sg P3 => va_ + "lesse" ; --# notpresent - Cong Imperf Pl P1 => va_ + "lessimo" ; --# notpresent - Cong Imperf Pl P2 => va_ + "leste" ; --# notpresent - Cong Imperf Pl P3 => va_ + "lessero" ; --# notpresent - Cond Sg P1 => va_ + "rrei" ; --# notpresent - Cond Sg P2 => va_ + "rresti" ; --# notpresent - Cond Sg P3 => va_ + "rrebbe" ; --# notpresent - Cond Pl P1 => va_ + "rremmo" ; --# notpresent - Cond Pl P2 => va_ + "rreste" ; --# notpresent - Cond Pl P3 => va_ + "rrebbero" ; --# notpresent - Imper SgP2 => va_ + "li" ; - Imper PlP1 => va_ + "liamo" ; - Imper PlP2 => va_ + "lete" ; - Ger => va_ + "lendo" ; - Part PresP Masc Sg => va_ + "lente" ; - Part PresP Masc Pl => va_ + "lenti" ; - Part PresP Fem Sg => va_ + "lente" ; - Part PresP Fem Pl => va_ + "lenti" ; - Part PassP Masc Sg => va_ + "lso" ; - Part PassP Masc Pl => va_ + "lsi" ; - Part PassP Fem Sg => va_ + "lsa" ; - Part PassP Fem Pl => va_ + "lse" - } - } ; - -oper vedere_93 : Str -> Verbo = \vedereedere -> - let vedere_ = Predef.tk 5 vedereedere in - {s = table { - Inf => vedere_ + "edere" ; - InfClit => vedere_ + "eder" ; - Indi Pres Sg P1 => vedere_ + "edo" ; - Indi Pres Sg P2 => vedere_ + "edi" ; - Indi Pres Sg P3 => vedere_ + "ede" ; - Indi Pres Pl P1 => vedere_ + "ediamo" ; - Indi Pres Pl P2 => vedere_ + "edete" ; - Indi Pres Pl P3 => vedere_ + "edono" ; - Indi Imperf Sg P1 => vedere_ + "edevo" ; --# notpresent - Indi Imperf Sg P2 => vedere_ + "edevi" ; --# notpresent - Indi Imperf Sg P3 => vedere_ + "edeva" ; --# notpresent - Indi Imperf Pl P1 => vedere_ + "edevamo" ; --# notpresent - Indi Imperf Pl P2 => vedere_ + "edevate" ; --# notpresent - Indi Imperf Pl P3 => vedere_ + "edevano" ; --# notpresent - Pass Sg P1 => vedere_ + "idi" ; --# notpresent - Pass Sg P2 => vedere_ + "edesti" ; --# notpresent - Pass Sg P3 => vedere_ + "ide" ; --# notpresent - Pass Pl P1 => vedere_ + "edemmo" ; --# notpresent - Pass Pl P2 => vedere_ + "edeste" ; --# notpresent - Pass Pl P3 => vedere_ + "idero" ; --# notpresent - Fut Sg P1 => vedere_ + "edrò" ; --# notpresent - Fut Sg P2 => vedere_ + "edrai" ; --# notpresent - Fut Sg P3 => vedere_ + "edrà" ; --# notpresent - Fut Pl P1 => vedere_ + "edremo" ; --# notpresent - Fut Pl P2 => vedere_ + "edrete" ; --# notpresent - Fut Pl P3 => vedere_ + "edranno" ; --# notpresent - Cong Pres Sg P1 => vedere_ + "eda" ; - Cong Pres Sg P2 => vedere_ + "eda" ; - Cong Pres Sg P3 => vedere_ + "eda" ; - Cong Pres Pl P1 => vedere_ + "ediamo" ; - Cong Pres Pl P2 => vedere_ + "ediate" ; - Cong Pres Pl P3 => vedere_ + "edano" ; - Cong Imperf Sg P1 => vedere_ + "edessi" ; --# notpresent - Cong Imperf Sg P2 => vedere_ + "edessi" ; --# notpresent - Cong Imperf Sg P3 => vedere_ + "edesse" ; --# notpresent - Cong Imperf Pl P1 => vedere_ + "edessimo" ; --# notpresent - Cong Imperf Pl P2 => vedere_ + "edeste" ; --# notpresent - Cong Imperf Pl P3 => vedere_ + "edessero" ; --# notpresent - Cond Sg P1 => vedere_ + "edrei" ; --# notpresent - Cond Sg P2 => vedere_ + "edresti" ; --# notpresent - Cond Sg P3 => vedere_ + "edrebbe" ; --# notpresent - Cond Pl P1 => vedere_ + "edremmo" ; --# notpresent - Cond Pl P2 => vedere_ + "edreste" ; --# notpresent - Cond Pl P3 => vedere_ + "edrebbero" ; --# notpresent - Imper SgP2 => vedere_ + "edi" ; - Imper PlP1 => vedere_ + "ediamo" ; - Imper PlP2 => vedere_ + "edete" ; - Ger => vedere_ + "edendo" ; - Part PresP Masc Sg => vedere_ + "edente" ; - Part PresP Masc Pl => vedere_ + "edenti" ; - Part PresP Fem Sg => vedere_ + "edente" ; - Part PresP Fem Pl => vedere_ + "edenti" ; - Part PassP Masc Sg => vedere_ + "isto" ; - Part PassP Masc Pl => vedere_ + "isti" ; - Part PassP Fem Sg => vedere_ + "ista" ; - Part PassP Fem Pl => vedere_ + "iste" - } - } ; - -oper vincere_94 : Str -> Verbo = \vincere -> - let vin_ = Predef.tk 4 vincere in - {s = table { - Inf => vin_ + "cere" ; - InfClit => vin_ + "cer" ; - Indi Pres Sg P1 => vin_ + "co" ; - Indi Pres Sg P2 => vin_ + "ci" ; - Indi Pres Sg P3 => vin_ + "ce" ; - Indi Pres Pl P1 => vin_ + "ciamo" ; - Indi Pres Pl P2 => vin_ + "cete" ; - Indi Pres Pl P3 => vin_ + "cono" ; - Indi Imperf Sg P1 => vin_ + "cevo" ; --# notpresent - Indi Imperf Sg P2 => vin_ + "cevi" ; --# notpresent - Indi Imperf Sg P3 => vin_ + "ceva" ; --# notpresent - Indi Imperf Pl P1 => vin_ + "cevamo" ; --# notpresent - Indi Imperf Pl P2 => vin_ + "cevate" ; --# notpresent - Indi Imperf Pl P3 => vin_ + "cevano" ; --# notpresent - Pass Sg P1 => vin_ + "si" ; --# notpresent - Pass Sg P2 => vin_ + "cesti" ; --# notpresent - Pass Sg P3 => vin_ + "se" ; --# notpresent - Pass Pl P1 => vin_ + "cemmo" ; --# notpresent - Pass Pl P2 => vin_ + "ceste" ; --# notpresent - Pass Pl P3 => vin_ + "sero" ; --# notpresent - Fut Sg P1 => vin_ + "cerò" ; --# notpresent - Fut Sg P2 => vin_ + "cerai" ; --# notpresent - Fut Sg P3 => vin_ + "cerà" ; --# notpresent - Fut Pl P1 => vin_ + "ceremo" ; --# notpresent - Fut Pl P2 => vin_ + "cerete" ; --# notpresent - Fut Pl P3 => vin_ + "ceranno" ; --# notpresent - Cong Pres Sg P1 => vin_ + "ca" ; - Cong Pres Sg P2 => vin_ + "ca" ; - Cong Pres Sg P3 => vin_ + "ca" ; - Cong Pres Pl P1 => vin_ + "ciamo" ; - Cong Pres Pl P2 => vin_ + "ciate" ; - Cong Pres Pl P3 => vin_ + "cano" ; - Cong Imperf Sg P1 => vin_ + "cessi" ; --# notpresent - Cong Imperf Sg P2 => vin_ + "cessi" ; --# notpresent - Cong Imperf Sg P3 => vin_ + "cesse" ; --# notpresent - Cong Imperf Pl P1 => vin_ + "cessimo" ; --# notpresent - Cong Imperf Pl P2 => vin_ + "ceste" ; --# notpresent - Cong Imperf Pl P3 => vin_ + "cessero" ; --# notpresent - Cond Sg P1 => vin_ + "cerei" ; --# notpresent - Cond Sg P2 => vin_ + "ceresti" ; --# notpresent - Cond Sg P3 => vin_ + "cerebbe" ; --# notpresent - Cond Pl P1 => vin_ + "ceremmo" ; --# notpresent - Cond Pl P2 => vin_ + "cereste" ; --# notpresent - Cond Pl P3 => vin_ + "cerebbero" ; --# notpresent - Imper SgP2 => vin_ + "ci" ; - Imper PlP1 => vin_ + "ciamo" ; - Imper PlP2 => vin_ + "cete" ; - Ger => vin_ + "cendo" ; - Part PresP Masc Sg => vin_ + "cente" ; - Part PresP Masc Pl => vin_ + "centi" ; - Part PresP Fem Sg => vin_ + "cente" ; - Part PresP Fem Pl => vin_ + "centi" ; - Part PassP Masc Sg => vin_ + "to" ; - Part PassP Masc Pl => vin_ + "ti" ; - Part PassP Fem Sg => vin_ + "ta" ; - Part PassP Fem Pl => vin_ + "te" - } - } ; - -oper vivere_95 : Str -> Verbo = \viverevere -> - let vivere_ = Predef.tk 4 viverevere in - {s = table { - Inf => vivere_ + "vere" ; - InfClit => vivere_ + "ver" ; - Indi Pres Sg P1 => vivere_ + "vo" ; - Indi Pres Sg P2 => vivere_ + "vi" ; - Indi Pres Sg P3 => vivere_ + "ve" ; - Indi Pres Pl P1 => vivere_ + "viamo" ; - Indi Pres Pl P2 => vivere_ + "vete" ; - Indi Pres Pl P3 => vivere_ + "vono" ; - Indi Imperf Sg P1 => vivere_ + "vevo" ; --# notpresent - Indi Imperf Sg P2 => vivere_ + "vevi" ; --# notpresent - Indi Imperf Sg P3 => vivere_ + "veva" ; --# notpresent - Indi Imperf Pl P1 => vivere_ + "vevamo" ; --# notpresent - Indi Imperf Pl P2 => vivere_ + "vevate" ; --# notpresent - Indi Imperf Pl P3 => vivere_ + "vevano" ; --# notpresent - Pass Sg P1 => vivere_ + "ssi" ; --# notpresent - Pass Sg P2 => vivere_ + "vesti" ; --# notpresent - Pass Sg P3 => vivere_ + "sse" ; --# notpresent - Pass Pl P1 => vivere_ + "vemmo" ; --# notpresent - Pass Pl P2 => vivere_ + "veste" ; --# notpresent - Pass Pl P3 => vivere_ + "ssero" ; --# notpresent - Fut Sg P1 => vivere_ + "vrò" ; --# notpresent - Fut Sg P2 => vivere_ + "vrai" ; --# notpresent - Fut Sg P3 => vivere_ + "vrà" ; --# notpresent - Fut Pl P1 => vivere_ + "vremo" ; --# notpresent - Fut Pl P2 => vivere_ + "vrete" ; --# notpresent - Fut Pl P3 => vivere_ + "vranno" ; --# notpresent - Cong Pres Sg P1 => vivere_ + "va" ; - Cong Pres Sg P2 => vivere_ + "va" ; - Cong Pres Sg P3 => vivere_ + "va" ; - Cong Pres Pl P1 => vivere_ + "viamo" ; - Cong Pres Pl P2 => vivere_ + "viate" ; - Cong Pres Pl P3 => vivere_ + "vano" ; - Cong Imperf Sg P1 => vivere_ + "vessi" ; --# notpresent - Cong Imperf Sg P2 => vivere_ + "vessi" ; --# notpresent - Cong Imperf Sg P3 => vivere_ + "vesse" ; --# notpresent - Cong Imperf Pl P1 => vivere_ + "vessimo" ; --# notpresent - Cong Imperf Pl P2 => vivere_ + "veste" ; --# notpresent - Cong Imperf Pl P3 => vivere_ + "vessero" ; --# notpresent - Cond Sg P1 => vivere_ + "vrei" ; --# notpresent - Cond Sg P2 => vivere_ + "vresti" ; --# notpresent - Cond Sg P3 => vivere_ + "vrebbe" ; --# notpresent - Cond Pl P1 => vivere_ + "vremmo" ; --# notpresent - Cond Pl P2 => vivere_ + "vreste" ; --# notpresent - Cond Pl P3 => vivere_ + "vrebbero" ; --# notpresent - Imper SgP2 => vivere_ + "vi" ; - Imper PlP1 => vivere_ + "viamo" ; - Imper PlP2 => vivere_ + "vete" ; - Ger => vivere_ + "vendo" ; - Part PresP Masc Sg => vivere_ + "vente" ; - Part PresP Masc Pl => vivere_ + "venti" ; - Part PresP Fem Sg => vivere_ + "vente" ; - Part PresP Fem Pl => vivere_ + "venti" ; - Part PassP Masc Sg => vivere_ + "ssuto" ; - Part PassP Masc Pl => vivere_ + "ssuti" ; - Part PassP Fem Sg => vivere_ + "ssuta" ; - Part PassP Fem Pl => vivere_ + "ssute" - } - } ; - -oper volere_96 : Str -> Verbo = \volere -> - let v_ = Predef.tk 5 volere in - {s = table { - Inf => v_ + "olere" ; - InfClit => v_ + "oler" ; - Indi Pres Sg P1 => v_ + "oglio" ; - Indi Pres Sg P2 => v_ + "uoi" ; - Indi Pres Sg P3 => v_ + "uole" ; - Indi Pres Pl P1 => v_ + "ogliamo" ; - Indi Pres Pl P2 => v_ + "olete" ; - Indi Pres Pl P3 => v_ + "ogliono" ; - Indi Imperf Sg P1 => v_ + "olevo" ; --# notpresent - Indi Imperf Sg P2 => v_ + "olevi" ; --# notpresent - Indi Imperf Sg P3 => v_ + "oleva" ; --# notpresent - Indi Imperf Pl P1 => v_ + "olevamo" ; --# notpresent - Indi Imperf Pl P2 => v_ + "olevate" ; --# notpresent - Indi Imperf Pl P3 => v_ + "olevano" ; --# notpresent - Pass Sg P1 => v_ + "olli" ; --# notpresent - Pass Sg P2 => v_ + "olesti" ; --# notpresent - Pass Sg P3 => v_ + "olle" ; --# notpresent - Pass Pl P1 => v_ + "olemmo" ; --# notpresent - Pass Pl P2 => v_ + "oleste" ; --# notpresent - Pass Pl P3 => v_ + "ollero" ; --# notpresent - Fut Sg P1 => v_ + "orrò" ; --# notpresent - Fut Sg P2 => v_ + "orrai" ; --# notpresent - Fut Sg P3 => v_ + "orrà" ; --# notpresent - Fut Pl P1 => v_ + "orremo" ; --# notpresent - Fut Pl P2 => v_ + "orrete" ; --# notpresent - Fut Pl P3 => v_ + "orranno" ; --# notpresent - Cong Pres Sg P1 => v_ + "oglia" ; - Cong Pres Sg P2 => v_ + "oglia" ; - Cong Pres Sg P3 => v_ + "oglia" ; - Cong Pres Pl P1 => v_ + "ogliamo" ; - Cong Pres Pl P2 => v_ + "ogliate" ; - Cong Pres Pl P3 => v_ + "ogliano" ; - Cong Imperf Sg P1 => v_ + "olessi" ; --# notpresent - Cong Imperf Sg P2 => v_ + "olessi" ; --# notpresent - Cong Imperf Sg P3 => v_ + "olesse" ; --# notpresent - Cong Imperf Pl P1 => v_ + "olessimo" ; --# notpresent - Cong Imperf Pl P2 => v_ + "oleste" ; --# notpresent - Cong Imperf Pl P3 => v_ + "olessero" ; --# notpresent - Cond Sg P1 => v_ + "orrei" ; --# notpresent - Cond Sg P2 => v_ + "orresti" ; --# notpresent - Cond Sg P3 => v_ + "orrebbe" ; --# notpresent - Cond Pl P1 => v_ + "orremmo" ; --# notpresent - Cond Pl P2 => v_ + "orreste" ; --# notpresent - Cond Pl P3 => v_ + "orrebbero" ; --# notpresent - Imper SgP2 => v_ + "uoi" ; - Imper PlP1 => v_ + "ogliamo" ; - Imper PlP2 => v_ + "olete" ; - Ger => v_ + "olendo" ; - Part PresP Masc Sg => v_ + "olente" ; - Part PresP Masc Pl => v_ + "olenti" ; - Part PresP Fem Sg => v_ + "olente" ; - Part PresP Fem Pl => v_ + "olenti" ; - Part PassP Masc Sg => v_ + "oluto" ; - Part PassP Masc Pl => v_ + "oluti" ; - Part PassP Fem Sg => v_ + "oluta" ; - Part PassP Fem Pl => v_ + "olute" - } - } ; - -oper volgere_97 : Str -> Verbo = \volgere -> - let vol_ = Predef.tk 4 volgere in - {s = table { - Inf => vol_ + "gere" ; - InfClit => vol_ + "ger" ; - Indi Pres Sg P1 => vol_ + "go" ; - Indi Pres Sg P2 => vol_ + "gi" ; - Indi Pres Sg P3 => vol_ + "ge" ; - Indi Pres Pl P1 => vol_ + "giamo" ; - Indi Pres Pl P2 => vol_ + "gete" ; - Indi Pres Pl P3 => vol_ + "gono" ; - Indi Imperf Sg P1 => vol_ + "gevo" ; --# notpresent - Indi Imperf Sg P2 => vol_ + "gevi" ; --# notpresent - Indi Imperf Sg P3 => vol_ + "geva" ; --# notpresent - Indi Imperf Pl P1 => vol_ + "gevamo" ; --# notpresent - Indi Imperf Pl P2 => vol_ + "gevate" ; --# notpresent - Indi Imperf Pl P3 => vol_ + "gevano" ; --# notpresent - Pass Sg P1 => vol_ + "si" ; --# notpresent - Pass Sg P2 => vol_ + "gesti" ; --# notpresent - Pass Sg P3 => vol_ + "se" ; --# notpresent - Pass Pl P1 => vol_ + "gemmo" ; --# notpresent - Pass Pl P2 => vol_ + "geste" ; --# notpresent - Pass Pl P3 => vol_ + "sero" ; --# notpresent - Fut Sg P1 => vol_ + "gerò" ; --# notpresent - Fut Sg P2 => vol_ + "gerai" ; --# notpresent - Fut Sg P3 => vol_ + "gerà" ; --# notpresent - Fut Pl P1 => vol_ + "geremo" ; --# notpresent - Fut Pl P2 => vol_ + "gerete" ; --# notpresent - Fut Pl P3 => vol_ + "geranno" ; --# notpresent - Cong Pres Sg P1 => vol_ + "ga" ; - Cong Pres Sg P2 => vol_ + "ga" ; - Cong Pres Sg P3 => vol_ + "ga" ; - Cong Pres Pl P1 => vol_ + "giamo" ; - Cong Pres Pl P2 => vol_ + "giate" ; - Cong Pres Pl P3 => vol_ + "gano" ; - Cong Imperf Sg P1 => vol_ + "gessi" ; --# notpresent - Cong Imperf Sg P2 => vol_ + "gessi" ; --# notpresent - Cong Imperf Sg P3 => vol_ + "gesse" ; --# notpresent - Cong Imperf Pl P1 => vol_ + "gessimo" ; --# notpresent - Cong Imperf Pl P2 => vol_ + "geste" ; --# notpresent - Cong Imperf Pl P3 => vol_ + "gessero" ; --# notpresent - Cond Sg P1 => vol_ + "gerei" ; --# notpresent - Cond Sg P2 => vol_ + "geresti" ; --# notpresent - Cond Sg P3 => vol_ + "gerebbe" ; --# notpresent - Cond Pl P1 => vol_ + "geremmo" ; --# notpresent - Cond Pl P2 => vol_ + "gereste" ; --# notpresent - Cond Pl P3 => vol_ + "gerebbero" ; --# notpresent - Imper SgP2 => vol_ + "gi" ; - Imper PlP1 => vol_ + "giamo" ; - Imper PlP2 => vol_ + "gete" ; - Ger => vol_ + "gendo" ; - Part PresP Masc Sg => vol_ + "gente" ; - Part PresP Masc Pl => vol_ + "genti" ; - Part PresP Fem Sg => vol_ + "gente" ; - Part PresP Fem Pl => vol_ + "genti" ; - Part PassP Masc Sg => vol_ + "to" ; - Part PassP Masc Pl => vol_ + "ti" ; - Part PassP Fem Sg => vol_ + "ta" ; - Part PassP Fem Pl => vol_ + "te" - } - } ; - ----- solere_98a ----- suggere_98b - -oper sentire_99 : Str -> Verbo = \sentire -> - let sen_ = Predef.tk 4 sentire in - {s = table { - Inf => sen_ + "tire" ; - InfClit => sen_ + "tir" ; - Indi Pres Sg P1 => sen_ + "to" ; - Indi Pres Sg P2 => sen_ + "ti" ; - Indi Pres Sg P3 => sen_ + "te" ; - Indi Pres Pl P1 => sen_ + "tiamo" ; - Indi Pres Pl P2 => sen_ + "tite" ; - Indi Pres Pl P3 => sen_ + "tono" ; - Indi Imperf Sg P1 => sen_ + "tivo" ; --# notpresent - Indi Imperf Sg P2 => sen_ + "tivi" ; --# notpresent - Indi Imperf Sg P3 => sen_ + "tiva" ; --# notpresent - Indi Imperf Pl P1 => sen_ + "tivamo" ; --# notpresent - Indi Imperf Pl P2 => sen_ + "tivate" ; --# notpresent - Indi Imperf Pl P3 => sen_ + "tivano" ; --# notpresent - Pass Sg P1 => sen_ + "tii" ; --# notpresent - Pass Sg P2 => sen_ + "tisti" ; --# notpresent - Pass Sg P3 => sen_ + "tì" ; --# notpresent - Pass Pl P1 => sen_ + "timmo" ; --# notpresent - Pass Pl P2 => sen_ + "tiste" ; --# notpresent - Pass Pl P3 => sen_ + "tirono" ; --# notpresent - Fut Sg P1 => sen_ + "tirò" ; --# notpresent - Fut Sg P2 => sen_ + "tirai" ; --# notpresent - Fut Sg P3 => sen_ + "tirà" ; --# notpresent - Fut Pl P1 => sen_ + "tiremo" ; --# notpresent - Fut Pl P2 => sen_ + "tirete" ; --# notpresent - Fut Pl P3 => sen_ + "tiranno" ; --# notpresent - Cong Pres Sg P1 => sen_ + "ta" ; - Cong Pres Sg P2 => sen_ + "ta" ; - Cong Pres Sg P3 => sen_ + "ta" ; - Cong Pres Pl P1 => sen_ + "tiamo" ; - Cong Pres Pl P2 => sen_ + "tiate" ; - Cong Pres Pl P3 => sen_ + "tano" ; - Cong Imperf Sg P1 => sen_ + "tissi" ; --# notpresent - Cong Imperf Sg P2 => sen_ + "tissi" ; --# notpresent - Cong Imperf Sg P3 => sen_ + "tisse" ; --# notpresent - Cong Imperf Pl P1 => sen_ + "tissimo" ; --# notpresent - Cong Imperf Pl P2 => sen_ + "tiste" ; --# notpresent - Cong Imperf Pl P3 => sen_ + "tissero" ; --# notpresent - Cond Sg P1 => sen_ + "tirei" ; --# notpresent - Cond Sg P2 => sen_ + "tiresti" ; --# notpresent - Cond Sg P3 => sen_ + "tirebbe" ; --# notpresent - Cond Pl P1 => sen_ + "tiremmo" ; --# notpresent - Cond Pl P2 => sen_ + "tireste" ; --# notpresent - Cond Pl P3 => sen_ + "tirebbero" ; --# notpresent - Imper SgP2 => sen_ + "ti" ; - Imper PlP1 => sen_ + "tiamo" ; - Imper PlP2 => sen_ + "tite" ; - Ger => sen_ + "tendo" ; - Part PresP Masc Sg => sen_ + "zient" ; - Part PresP Masc Pl => sen_ + "zieni" ; - Part PresP Fem Sg => sen_ + "zient" ; - Part PresP Fem Pl => sen_ + "zieni" ; - Part PassP Masc Sg => sen_ + "tito" ; - Part PassP Masc Pl => sen_ + "titi" ; - Part PassP Fem Sg => sen_ + "tita" ; - Part PassP Fem Pl => sen_ + "tite" - } - } ; - -oper dormire_99b : Str -> Verbo = \dormire -> - let dorm_ = Predef.tk 3 dormire in - {s = table { - Inf => dorm_ + "ire" ; - InfClit => dorm_ + "ir" ; - Indi Pres Sg P1 => dorm_ + "o" ; - Indi Pres Sg P2 => dorm_ + "i" ; - Indi Pres Sg P3 => dorm_ + "e" ; - Indi Pres Pl P1 => dorm_ + "iamo" ; - Indi Pres Pl P2 => dorm_ + "ite" ; - Indi Pres Pl P3 => dorm_ + "ono" ; - Indi Imperf Sg P1 => dorm_ + "ivo" ; --# notpresent - Indi Imperf Sg P2 => dorm_ + "ivi" ; --# notpresent - Indi Imperf Sg P3 => dorm_ + "iva" ; --# notpresent - Indi Imperf Pl P1 => dorm_ + "ivamo" ; --# notpresent - Indi Imperf Pl P2 => dorm_ + "ivate" ; --# notpresent - Indi Imperf Pl P3 => dorm_ + "ivano" ; --# notpresent - Pass Sg P1 => dorm_ + "ii" ; --# notpresent - Pass Sg P2 => dorm_ + "isti" ; --# notpresent - Pass Sg P3 => dorm_ + "ì" ; --# notpresent - Pass Pl P1 => dorm_ + "immo" ; --# notpresent - Pass Pl P2 => dorm_ + "iste" ; --# notpresent - Pass Pl P3 => dorm_ + "irono" ; --# notpresent - Fut Sg P1 => dorm_ + "irò" ; --# notpresent - Fut Sg P2 => dorm_ + "irai" ; --# notpresent - Fut Sg P3 => dorm_ + "irà" ; --# notpresent - Fut Pl P1 => dorm_ + "iremo" ; --# notpresent - Fut Pl P2 => dorm_ + "irete" ; --# notpresent - Fut Pl P3 => dorm_ + "iranno" ; --# notpresent - Cong Pres Sg P1 => dorm_ + "a" ; - Cong Pres Sg P2 => dorm_ + "a" ; - Cong Pres Sg P3 => dorm_ + "a" ; - Cong Pres Pl P1 => dorm_ + "iamo" ; - Cong Pres Pl P2 => dorm_ + "iate" ; - Cong Pres Pl P3 => dorm_ + "ano" ; - Cong Imperf Sg P1 => dorm_ + "issi" ; --# notpresent - Cong Imperf Sg P2 => dorm_ + "issi" ; --# notpresent - Cong Imperf Sg P3 => dorm_ + "isse" ; --# notpresent - Cong Imperf Pl P1 => dorm_ + "issimo" ; --# notpresent - Cong Imperf Pl P2 => dorm_ + "iste" ; --# notpresent - Cong Imperf Pl P3 => dorm_ + "issero" ; --# notpresent - Cond Sg P1 => dorm_ + "irei" ; --# notpresent - Cond Sg P2 => dorm_ + "iresti" ; --# notpresent - Cond Sg P3 => dorm_ + "irebbe" ; --# notpresent - Cond Pl P1 => dorm_ + "iremmo" ; --# notpresent - Cond Pl P2 => dorm_ + "ireste" ; --# notpresent - Cond Pl P3 => dorm_ + "irebbero" ; --# notpresent - Imper SgP2 => dorm_ + "i" ; - Imper PlP1 => dorm_ + "iamo" ; - Imper PlP2 => dorm_ + "ite" ; - Ger => dorm_ + "endo" ; - Part PresP Masc Sg => dorm_ + "ente" ; - Part PresP Masc Pl => dorm_ + "enti" ; - Part PresP Fem Sg => dorm_ + "ente" ; - Part PresP Fem Pl => dorm_ + "enti" ; - Part PassP Masc Sg => dorm_ + "ito" ; - Part PassP Masc Pl => dorm_ + "iti" ; - Part PassP Fem Sg => dorm_ + "ita" ; - Part PassP Fem Pl => dorm_ + "ite" - } - } ; - -oper finire_100 : Str -> Verbo = \finire -> - let fin_ = Predef.tk 3 finire in - {s = table { - Inf => fin_ + "ire" ; - InfClit => fin_ + "ir" ; - Indi Pres Sg P1 => fin_ + "isco" ; - Indi Pres Sg P2 => fin_ + "isci" ; - Indi Pres Sg P3 => fin_ + "isce" ; - Indi Pres Pl P1 => fin_ + "iamo" ; - Indi Pres Pl P2 => fin_ + "ite" ; - Indi Pres Pl P3 => fin_ + "iscono" ; - Indi Imperf Sg P1 => fin_ + "ivo" ; --# notpresent - Indi Imperf Sg P2 => fin_ + "ivi" ; --# notpresent - Indi Imperf Sg P3 => fin_ + "iva" ; --# notpresent - Indi Imperf Pl P1 => fin_ + "ivamo" ; --# notpresent - Indi Imperf Pl P2 => fin_ + "ivate" ; --# notpresent - Indi Imperf Pl P3 => fin_ + "ivano" ; --# notpresent - Pass Sg P1 => fin_ + "ii" ; --# notpresent - Pass Sg P2 => fin_ + "isti" ; --# notpresent - Pass Sg P3 => fin_ + "ì" ; --# notpresent - Pass Pl P1 => fin_ + "immo" ; --# notpresent - Pass Pl P2 => fin_ + "iste" ; --# notpresent - Pass Pl P3 => fin_ + "irono" ; --# notpresent - Fut Sg P1 => fin_ + "irò" ; --# notpresent - Fut Sg P2 => fin_ + "irai" ; --# notpresent - Fut Sg P3 => fin_ + "irà" ; --# notpresent - Fut Pl P1 => fin_ + "iremo" ; --# notpresent - Fut Pl P2 => fin_ + "irete" ; --# notpresent - Fut Pl P3 => fin_ + "iranno" ; --# notpresent - Cong Pres Sg P1 => fin_ + "isca" ; - Cong Pres Sg P2 => fin_ + "isca" ; - Cong Pres Sg P3 => fin_ + "isca" ; - Cong Pres Pl P1 => fin_ + "iamo" ; - Cong Pres Pl P2 => fin_ + "iate" ; - Cong Pres Pl P3 => fin_ + "iscano" ; - Cong Imperf Sg P1 => fin_ + "issi" ; --# notpresent - Cong Imperf Sg P2 => fin_ + "issi" ; --# notpresent - Cong Imperf Sg P3 => fin_ + "isse" ; --# notpresent - Cong Imperf Pl P1 => fin_ + "issimo" ; --# notpresent - Cong Imperf Pl P2 => fin_ + "iste" ; --# notpresent - Cong Imperf Pl P3 => fin_ + "issero" ; --# notpresent - Cond Sg P1 => fin_ + "irei" ; --# notpresent - Cond Sg P2 => fin_ + "iresti" ; --# notpresent - Cond Sg P3 => fin_ + "irebbe" ; --# notpresent - Cond Pl P1 => fin_ + "iremmo" ; --# notpresent - Cond Pl P2 => fin_ + "ireste" ; --# notpresent - Cond Pl P3 => fin_ + "irebbero" ; --# notpresent - Imper SgP2 => fin_ + "isci" ; - Imper PlP1 => fin_ + "iamo" ; - Imper PlP2 => fin_ + "ite" ; - Ger => fin_ + "endo" ; - Part PresP Masc Sg => fin_ + "ente" ; - Part PresP Masc Pl => fin_ + "enti" ; - Part PresP Fem Sg => fin_ + "ente" ; - Part PresP Fem Pl => fin_ + "enti" ; - Part PassP Masc Sg => fin_ + "ito" ; - Part PassP Masc Pl => fin_ + "iti" ; - Part PassP Fem Sg => fin_ + "ita" ; - Part PassP Fem Pl => fin_ + "ite" - } - } ; - ----- apparire_101 - -oper aprire_102 : Str -> Verbo = \aprire -> - let ap_ = Predef.tk 4 aprire in - {s = table { - Inf => ap_ + "rire" ; - InfClit => ap_ + "rir" ; - Indi Pres Sg P1 => ap_ + "ro" ; - Indi Pres Sg P2 => ap_ + "ri" ; - Indi Pres Sg P3 => ap_ + "re" ; - Indi Pres Pl P1 => ap_ + "riamo" ; - Indi Pres Pl P2 => ap_ + "rite" ; - Indi Pres Pl P3 => ap_ + "rono" ; - Indi Imperf Sg P1 => ap_ + "rivo" ; --# notpresent - Indi Imperf Sg P2 => ap_ + "rivi" ; --# notpresent - Indi Imperf Sg P3 => ap_ + "riva" ; --# notpresent - Indi Imperf Pl P1 => ap_ + "rivamo" ; --# notpresent - Indi Imperf Pl P2 => ap_ + "rivate" ; --# notpresent - Indi Imperf Pl P3 => ap_ + "rivano" ; --# notpresent - Pass Sg P1 => variants {ap_ + "rii" ; ap_ + "ersi"} ; --# notpresent - Pass Sg P2 => ap_ + "risti" ; --# notpresent - Pass Sg P3 => variants {ap_ + "rì" ; ap_ + "erse"} ; --# notpresent - Pass Pl P1 => ap_ + "rimmo" ; --# notpresent - Pass Pl P2 => ap_ + "riste" ; --# notpresent - Pass Pl P3 => variants {ap_ + "rirono" ; ap_ + "ersero"} ; --# notpresent - Fut Sg P1 => ap_ + "rirò" ; --# notpresent - Fut Sg P2 => ap_ + "rirai" ; --# notpresent - Fut Sg P3 => ap_ + "rirà" ; --# notpresent - Fut Pl P1 => ap_ + "riremo" ; --# notpresent - Fut Pl P2 => ap_ + "rirete" ; --# notpresent - Fut Pl P3 => ap_ + "riranno" ; --# notpresent - Cong Pres Sg P1 => ap_ + "ra" ; - Cong Pres Sg P2 => ap_ + "ra" ; - Cong Pres Sg P3 => ap_ + "ra" ; - Cong Pres Pl P1 => ap_ + "riamo" ; - Cong Pres Pl P2 => ap_ + "riate" ; - Cong Pres Pl P3 => ap_ + "rano" ; - Cong Imperf Sg P1 => ap_ + "rissi" ; --# notpresent - Cong Imperf Sg P2 => ap_ + "rissi" ; --# notpresent - Cong Imperf Sg P3 => ap_ + "risse" ; --# notpresent - Cong Imperf Pl P1 => ap_ + "rissimo" ; --# notpresent - Cong Imperf Pl P2 => ap_ + "riste" ; --# notpresent - Cong Imperf Pl P3 => ap_ + "rissero" ; --# notpresent - Cond Sg P1 => ap_ + "rirei" ; --# notpresent - Cond Sg P2 => ap_ + "riresti" ; --# notpresent - Cond Sg P3 => ap_ + "rirebbe" ; --# notpresent - Cond Pl P1 => ap_ + "riremmo" ; --# notpresent - Cond Pl P2 => ap_ + "rireste" ; --# notpresent - Cond Pl P3 => ap_ + "rirebbero" ; --# notpresent - Imper SgP2 => ap_ + "ri" ; - Imper PlP1 => ap_ + "riamo" ; - Imper PlP2 => ap_ + "rite" ; - Ger => ap_ + "rendo" ; - Part PresP Masc Sg => ap_ + "rendo" ; - Part PresP Masc Pl => ap_ + "rendo" ; - Part PresP Fem Sg => ap_ + "rendo" ; - Part PresP Fem Pl => ap_ + "rendo" ; - Part PassP Masc Sg => ap_ + "erto" ; - Part PassP Masc Pl => ap_ + "erti" ; - Part PassP Fem Sg => ap_ + "erta" ; - Part PassP Fem Pl => ap_ + "erte" - } - } ; - - -oper cucire_103 : Str -> Verbo = \cucire -> - let cuc_ = Predef.tk 3 cucire in - {s = table { - Inf => cuc_ + "ire" ; - InfClit => cuc_ + "ir" ; - Indi Pres Sg P1 => cuc_ + "io" ; - Indi Pres Sg P2 => cuc_ + "i" ; - Indi Pres Sg P3 => cuc_ + "e" ; - Indi Pres Pl P1 => cuc_ + "iamo" ; - Indi Pres Pl P2 => cuc_ + "ite" ; - Indi Pres Pl P3 => cuc_ + "iono" ; - Indi Imperf Sg P1 => cuc_ + "ivo" ; --# notpresent - Indi Imperf Sg P2 => cuc_ + "ivi" ; --# notpresent - Indi Imperf Sg P3 => cuc_ + "iva" ; --# notpresent - Indi Imperf Pl P1 => cuc_ + "ivamo" ; --# notpresent - Indi Imperf Pl P2 => cuc_ + "ivate" ; --# notpresent - Indi Imperf Pl P3 => cuc_ + "ivano" ; --# notpresent - Pass Sg P1 => cuc_ + "ii" ; --# notpresent - Pass Sg P2 => cuc_ + "isti" ; --# notpresent - Pass Sg P3 => cuc_ + "ì" ; --# notpresent - Pass Pl P1 => cuc_ + "immo" ; --# notpresent - Pass Pl P2 => cuc_ + "iste" ; --# notpresent - Pass Pl P3 => cuc_ + "irono" ; --# notpresent - Fut Sg P1 => cuc_ + "irò" ; --# notpresent - Fut Sg P2 => cuc_ + "irai" ; --# notpresent - Fut Sg P3 => cuc_ + "irà" ; --# notpresent - Fut Pl P1 => cuc_ + "iremo" ; --# notpresent - Fut Pl P2 => cuc_ + "irete" ; --# notpresent - Fut Pl P3 => cuc_ + "iranno" ; --# notpresent - Cong Pres Sg P1 => cuc_ + "ia" ; - Cong Pres Sg P2 => cuc_ + "ia" ; - Cong Pres Sg P3 => cuc_ + "ia" ; - Cong Pres Pl P1 => cuc_ + "iamo" ; - Cong Pres Pl P2 => cuc_ + "iate" ; - Cong Pres Pl P3 => cuc_ + "iano" ; - Cong Imperf Sg P1 => cuc_ + "issi" ; --# notpresent - Cong Imperf Sg P2 => cuc_ + "issi" ; --# notpresent - Cong Imperf Sg P3 => cuc_ + "isse" ; --# notpresent - Cong Imperf Pl P1 => cuc_ + "issimo" ; --# notpresent - Cong Imperf Pl P2 => cuc_ + "iste" ; --# notpresent - Cong Imperf Pl P3 => cuc_ + "issero" ; --# notpresent - Cond Sg P1 => cuc_ + "irei" ; --# notpresent - Cond Sg P2 => cuc_ + "iresti" ; --# notpresent - Cond Sg P3 => cuc_ + "irebbe" ; --# notpresent - Cond Pl P1 => cuc_ + "iremmo" ; --# notpresent - Cond Pl P2 => cuc_ + "ireste" ; --# notpresent - Cond Pl P3 => cuc_ + "irebbero" ; --# notpresent - Imper SgP2 => cuc_ + "i" ; - Imper PlP1 => cuc_ + "iamo" ; - Imper PlP2 => cuc_ + "ite" ; - Ger => cuc_ + "endo" ; - Part PresP Masc Sg => cuc_ + "ente" ; - Part PresP Masc Pl => cuc_ + "enti" ; - Part PresP Fem Sg => cuc_ + "ente" ; - Part PresP Fem Pl => cuc_ + "enti" ; - Part PassP Masc Sg => cuc_ + "ito" ; - Part PassP Masc Pl => cuc_ + "iti" ; - Part PassP Fem Sg => cuc_ + "ita" ; - Part PassP Fem Pl => cuc_ + "ite" - } - } ; - -oper fuggire_104 : Str -> Verbo = \fuggire -> - let fugg_ = Predef.tk 3 fuggire in - {s = table { - Inf => fugg_ + "ire" ; - InfClit => fugg_ + "ir" ; - Indi Pres Sg P1 => fugg_ + "o" ; - Indi Pres Sg P2 => fugg_ + "i" ; - Indi Pres Sg P3 => fugg_ + "e" ; - Indi Pres Pl P1 => fugg_ + "iamo" ; - Indi Pres Pl P2 => fugg_ + "ite" ; - Indi Pres Pl P3 => fugg_ + "ono" ; - Indi Imperf Sg P1 => fugg_ + "ivo" ; --# notpresent - Indi Imperf Sg P2 => fugg_ + "ivi" ; --# notpresent - Indi Imperf Sg P3 => fugg_ + "iva" ; --# notpresent - Indi Imperf Pl P1 => fugg_ + "ivamo" ; --# notpresent - Indi Imperf Pl P2 => fugg_ + "ivate" ; --# notpresent - Indi Imperf Pl P3 => fugg_ + "ivano" ; --# notpresent - Pass Sg P1 => fugg_ + "ii" ; --# notpresent - Pass Sg P2 => fugg_ + "isti" ; --# notpresent - Pass Sg P3 => fugg_ + "ì" ; --# notpresent - Pass Pl P1 => fugg_ + "immo" ; --# notpresent - Pass Pl P2 => fugg_ + "iste" ; --# notpresent - Pass Pl P3 => fugg_ + "irono" ; --# notpresent - Fut Sg P1 => fugg_ + "irò" ; --# notpresent - Fut Sg P2 => fugg_ + "irai" ; --# notpresent - Fut Sg P3 => fugg_ + "irà" ; --# notpresent - Fut Pl P1 => fugg_ + "iremo" ; --# notpresent - Fut Pl P2 => fugg_ + "irete" ; --# notpresent - Fut Pl P3 => fugg_ + "iranno" ; --# notpresent - Cong Pres Sg P1 => fugg_ + "a" ; - Cong Pres Sg P2 => fugg_ + "a" ; - Cong Pres Sg P3 => fugg_ + "a" ; - Cong Pres Pl P1 => fugg_ + "iamo" ; - Cong Pres Pl P2 => fugg_ + "iate" ; - Cong Pres Pl P3 => fugg_ + "ano" ; - Cong Imperf Sg P1 => fugg_ + "issi" ; --# notpresent - Cong Imperf Sg P2 => fugg_ + "issi" ; --# notpresent - Cong Imperf Sg P3 => fugg_ + "isse" ; --# notpresent - Cong Imperf Pl P1 => fugg_ + "issimo" ; --# notpresent - Cong Imperf Pl P2 => fugg_ + "iste" ; --# notpresent - Cong Imperf Pl P3 => fugg_ + "issero" ; --# notpresent - Cond Sg P1 => fugg_ + "irei" ; --# notpresent - Cond Sg P2 => fugg_ + "iresti" ; --# notpresent - Cond Sg P3 => fugg_ + "irebbe" ; --# notpresent - Cond Pl P1 => fugg_ + "iremmo" ; --# notpresent - Cond Pl P2 => fugg_ + "ireste" ; --# notpresent - Cond Pl P3 => fugg_ + "irebbero" ; --# notpresent - Imper SgP2 => fugg_ + "i" ; - Imper PlP1 => fugg_ + "iamo" ; - Imper PlP2 => fugg_ + "ite" ; - Ger => fugg_ + "endo" ; - Part PresP Masc Sg => fugg_ + "ente" ; - Part PresP Masc Pl => fugg_ + "enti" ; - Part PresP Fem Sg => fugg_ + "ente" ; - Part PresP Fem Pl => fugg_ + "enti" ; - Part PassP Masc Sg => fugg_ + "ito" ; - Part PassP Masc Pl => fugg_ + "iti" ; - Part PassP Fem Sg => fugg_ + "ita" ; - Part PassP Fem Pl => fugg_ + "ite" - } - } ; - -oper morire_105 : Str -> Verbo = \morire -> - let mor_ = Predef.tk 3 morire ; - m_ = Predef.tk 5 morire - in - {s = table { - Inf => mor_ + "ire" ; - InfClit => mor_ + "ir" ; - Indi Pres Sg P1 => m_ + "uoio" ; - Indi Pres Sg P2 => m_ + "uori" ; - Indi Pres Sg P3 => m_ + "uore" ; - Indi Pres Pl P1 => mor_ + "iamo" ; - Indi Pres Pl P2 => mor_ + "ite" ; - Indi Pres Pl P3 => m_ + "uoiono" ; - Indi Imperf Sg P1 => mor_ + "ivo" ; --# notpresent - Indi Imperf Sg P2 => mor_ + "ivi" ; --# notpresent - Indi Imperf Sg P3 => mor_ + "iva" ; --# notpresent - Indi Imperf Pl P1 => mor_ + "ivamo" ; --# notpresent - Indi Imperf Pl P2 => mor_ + "ivate" ; --# notpresent - Indi Imperf Pl P3 => mor_ + "ivano" ; --# notpresent - Pass Sg P1 => mor_ + "ii" ; --# notpresent - Pass Sg P2 => mor_ + "isti" ; --# notpresent - Pass Sg P3 => mor_ + "ì" ; --# notpresent - Pass Pl P1 => mor_ + "immo" ; --# notpresent - Pass Pl P2 => mor_ + "iste" ; --# notpresent - Pass Pl P3 => mor_ + "irono" ; --# notpresent - Fut Sg P1 => mor_ + "irò" ; ---- also morrò etc --# notpresent - Fut Sg P2 => mor_ + "irai" ; --# notpresent - Fut Sg P3 => mor_ + "irà" ; --# notpresent - Fut Pl P1 => mor_ + "iremo" ; --# notpresent - Fut Pl P2 => mor_ + "irete" ; --# notpresent - Fut Pl P3 => mor_ + "iranno" ; --# notpresent - Cong Pres Sg P1 => m_ + "uoia" ; - Cong Pres Sg P2 => m_ + "uoia" ; - Cong Pres Sg P3 => m_ + "uoia" ; - Cong Pres Pl P1 => mor_ + "iamo" ; - Cong Pres Pl P2 => mor_ + "iate" ; - Cong Pres Pl P3 => m_ + "uoiano" ; - Cong Imperf Sg P1 => mor_ + "issi" ; --# notpresent - Cong Imperf Sg P2 => mor_ + "issi" ; --# notpresent - Cong Imperf Sg P3 => mor_ + "isse" ; --# notpresent - Cong Imperf Pl P1 => mor_ + "issimo" ; --# notpresent - Cong Imperf Pl P2 => mor_ + "iste" ; --# notpresent - Cong Imperf Pl P3 => mor_ + "issero" ; --# notpresent - Cond Sg P1 => mor_ + "irei" ; --# notpresent - Cond Sg P2 => mor_ + "iresti" ; --# notpresent - Cond Sg P3 => mor_ + "irebbe" ; --# notpresent - Cond Pl P1 => mor_ + "iremmo" ; --# notpresent - Cond Pl P2 => mor_ + "ireste" ; --# notpresent - Cond Pl P3 => mor_ + "irebbero" ; --# notpresent - Imper SgP2 => m_ + "uori" ; - Imper PlP1 => mor_ + "iamo" ; - Imper PlP2 => mor_ + "ite" ; - Ger => mor_ + "endo" ; - Part PresP Masc Sg => mor_ + "ente" ; - Part PresP Masc Pl => mor_ + "enti" ; - Part PresP Fem Sg => mor_ + "ente" ; - Part PresP Fem Pl => mor_ + "enti" ; - Part PassP Masc Sg => mor_ + "to" ; - Part PassP Masc Pl => mor_ + "ti" ; - Part PassP Fem Sg => mor_ + "ta" ; - Part PassP Fem Pl => mor_ + "te" - } - } ; - -oper salire_106 : Str -> Verbo = \salire -> - let x_ = Predef.tk 6 salire in - mkVerbo - (x_ + "salire") (x_ + "salgo") (x_ + "sale") (x_ + "saliamo") - (x_ + "salirò") (x_ + "salii") (x_ + "salisti") (x_ + "salì") - (x_ + "salirono") (x_ + "sali") (x_ + "salito") ; - -oper seguire_107 : Str -> Verbo = \seguire -> - let x_ = Predef.tk 7 seguire in - mkVerbo - (x_ + "seguire") (x_ + "seguo") (x_ + "segue") (x_ + "seguiamo") - (x_ + "seguirò") (x_ + "seguii") (x_ + "seguisti") (x_ + "seguì") - (x_ + "seguirono") (x_ + "segui") (x_ + "seguito") ; - -oper udire_108 : Str -> Verbo = \udire -> - let x_ = Predef.tk 5 udire in - mkVerbo (x_ + "udire") (x_ + "odo") (x_ + "ode") (x_ + "udiamo") - (x_ + "udirò") (x_ + "udii") (x_ + "udisti") (x_ + "udì") - (x_ + "udirono") (x_ + "odi") (x_ + "udito") ; - -oper uscire_109 : Str -> Verbo = \uscire -> - let x_ = Predef.tk 6 uscire in - mkVerbo (x_ + "uscire") (x_ + "esco") (x_ + "esce") - (x_ + "usciamo") (x_ + "uscirò") (x_ + "uscii") (x_ + "uscisti") - (x_ + "uscì") (x_ + "uscirono") (x_ + "esci") (x_ + "uscito") ; - -oper venire_110 : Str -> Verbo = \venire -> - let v_ = Predef.tk 5 venire in - {s = table { - Inf => v_ + "enire" ; - InfClit => v_ + "enir" ; - Indi Pres Sg P1 => v_ + "engo" ; - Indi Pres Sg P2 => v_ + "ieni" ; - Indi Pres Sg P3 => v_ + "iene" ; - Indi Pres Pl P1 => v_ + "eniamo" ; - Indi Pres Pl P2 => v_ + "enite" ; - Indi Pres Pl P3 => v_ + "engono" ; - Indi Imperf Sg P1 => v_ + "enivo" ; --# notpresent - Indi Imperf Sg P2 => v_ + "enivi" ; --# notpresent - Indi Imperf Sg P3 => v_ + "eniva" ; --# notpresent - Indi Imperf Pl P1 => v_ + "enivamo" ; --# notpresent - Indi Imperf Pl P2 => v_ + "enivate" ; --# notpresent - Indi Imperf Pl P3 => v_ + "enivano" ; --# notpresent - Pass Sg P1 => v_ + "enni" ; --# notpresent - Pass Sg P2 => v_ + "enisti" ; --# notpresent - Pass Sg P3 => v_ + "enne" ; --# notpresent - Pass Pl P1 => v_ + "enimmo" ; --# notpresent - Pass Pl P2 => v_ + "eniste" ; --# notpresent - Pass Pl P3 => v_ + "ennero" ; --# notpresent - Fut Sg P1 => v_ + "errò" ; --# notpresent - Fut Sg P2 => v_ + "errai" ; --# notpresent - Fut Sg P3 => v_ + "errà" ; --# notpresent - Fut Pl P1 => v_ + "erremo" ; --# notpresent - Fut Pl P2 => v_ + "errete" ; --# notpresent - Fut Pl P3 => v_ + "erranno" ; --# notpresent - Cong Pres Sg P1 => v_ + "enga" ; - Cong Pres Sg P2 => v_ + "enga" ; - Cong Pres Sg P3 => v_ + "enga" ; - Cong Pres Pl P1 => v_ + "eniamo" ; - Cong Pres Pl P2 => v_ + "eniate" ; - Cong Pres Pl P3 => v_ + "engano" ; - Cong Imperf Sg P1 => v_ + "enissi" ; --# notpresent - Cong Imperf Sg P2 => v_ + "enissi" ; --# notpresent - Cong Imperf Sg P3 => v_ + "enisse" ; --# notpresent - Cong Imperf Pl P1 => v_ + "enissimo" ; --# notpresent - Cong Imperf Pl P2 => v_ + "eniste" ; --# notpresent - Cong Imperf Pl P3 => v_ + "enissero" ; --# notpresent - Cond Sg P1 => v_ + "errei" ; --# notpresent - Cond Sg P2 => v_ + "erresti" ; --# notpresent - Cond Sg P3 => v_ + "errebbe" ; --# notpresent - Cond Pl P1 => v_ + "erremmo" ; --# notpresent - Cond Pl P2 => v_ + "erreste" ; --# notpresent - Cond Pl P3 => v_ + "errebbero" ; --# notpresent - Imper SgP2 => v_ + "ieni" ; - Imper PlP1 => v_ + "eniamo" ; - Imper PlP2 => v_ + "enite" ; - Ger => v_ + "enendo" ; - Part PresP Masc Sg => v_ + "eniente" ; - Part PresP Masc Pl => v_ + "enienti" ; - Part PresP Fem Sg => v_ + "eniente" ; - Part PresP Fem Pl => v_ + "enienti" ; - Part PassP Masc Sg => v_ + "enuto" ; - Part PassP Masc Pl => v_ + "enuti" ; - Part PassP Fem Sg => v_ + "enuta" ; - Part PassP Fem Pl => v_ + "enute" - } - } ; - - verbBesch : {s : VForm => Str} -> {s : VF => Str} = \amare -> {s = table { - VInfin False => amare.s ! Inf ; - VInfin True => amare.s ! InfClit ; - VFin (VPres Indic) n p => amare.s ! Indi Pres n p ; - VFin (VPres Conjunct) n p => amare.s ! Cong Pres n p ; - VFin (VImperf Indic) n p => amare.s ! Indi Imperf n p ; --# notpresent - VFin (VImperf Conjunct) n p => amare.s ! Cong Imperf n p ; --# notpresent - VFin VPasse n p => amare.s ! Pass n p ; --# notpresent - VFin VFut n p => amare.s ! Fut n p ; --# notpresent - VFin VCondit n p => amare.s ! Cond n p ; --# notpresent - VImper np => amare.s ! Imper np ; - VPart g n => amare.s ! Part PassP g n ; - VGer => amare.s ! Ger - } - } ; - -param - Tempo = - Pres - | Imperf --# notpresent - ; - TempoP = - PresP - | PassP - ; - VForm = - Inf - | InfClit - | Indi Tempo Number Person - | Pass Number Person --# notpresent - | Fut Number Person --# notpresent - | Cong Tempo Number Person - | Cond Number Person --# notpresent - | Imper NumPersI - | Ger - | Part TempoP Gender Number - ; - - oper - mkVerbo : (x1,_,_,_,_,_,_,_,_,_,x11 : Str) -> Verbo ; - mkVerbo - dovere devo deve dobbiamo dovro - dovetti dovesti dovette dovettero dovi dovuto = - let - dove = Predef.tk 2 dovere ; - dov = init dove ; - dev = init devo ; - dovr = init dovro ; - dovei = Predef.tk 3 dovesti ; - dovut = init dovuto - in ( - {s = table { - Inf => dovere ; - InfClit => init dovere ; - Indi Pres Sg P1 => devo ; - Indi Pres Sg P2 => init deve + "i" ; - Indi Pres Sg P3 => deve ; - Indi Pres Pl P1 => dobbiamo ; - Indi Pres Pl P2 => dove + "te" ; - Indi Pres Pl P3 => init deve + "ono" ; - Indi Imperf Sg P1 => dove + "vo" ; --# notpresent - Indi Imperf Sg P2 => dove + "vi" ; --# notpresent - Indi Imperf Sg P3 => dove + "va" ; --# notpresent - Indi Imperf Pl P1 => dove + "vamo" ; --# notpresent - Indi Imperf Pl P2 => dove + "vate" ; --# notpresent - Indi Imperf Pl P3 => dove + "vano" ; --# notpresent - Pass Sg P1 => dovetti ; --# notpresent - Pass Sg P2 => dovesti ; --# notpresent - Pass Sg P3 => dovette ; --# notpresent - Pass Pl P1 => dovei + "mmo" ; --# notpresent - Pass Pl P2 => dovei + "ste" ; --# notpresent - Pass Pl P3 => dovettero ; --# notpresent - Fut Sg P1 => dovro ; --# notpresent - Fut Sg P2 => dovr + "ai" ; --# notpresent - Fut Sg P3 => dovr + "à" ; --# notpresent - Fut Pl P1 => dovr + "emo" ; --# notpresent - Fut Pl P2 => dovr + "ete" ; --# notpresent - Fut Pl P3 => dovr + "anno" ; --# notpresent - Cong Pres Sg P1 => dev + "a" ; - Cong Pres Sg P2 => dev + "a" ; - Cong Pres Sg P3 => dev + "a" ; - Cong Pres Pl P1 => dobbiamo ; - Cong Pres Pl P2 => Predef.tk 2 dobbiamo + "te" ; - Cong Pres Pl P3 => dev + "ano" ; - Cong Imperf Sg P1 => dovei + "ssi" ; --# notpresent - Cong Imperf Sg P2 => dovei + "ssi" ; --# notpresent - Cong Imperf Sg P3 => dovei + "sse" ; --# notpresent - Cong Imperf Pl P1 => dovei + "ssimo" ; --# notpresent - Cong Imperf Pl P2 => dovei + "ste" ; --# notpresent - Cong Imperf Pl P3 => dovei + "ssero" ; --# notpresent - Cond Sg P1 => dovr + "ei" ; --# notpresent - Cond Sg P2 => dovr + "esti" ; --# notpresent - Cond Sg P3 => dovr + "ebbe" ; --# notpresent - Cond Pl P1 => dovr + "emmo" ; --# notpresent - Cond Pl P2 => dovr + "este" ; --# notpresent - Cond Pl P3 => dovr + "ebbero" ; --# notpresent - Imper SgP2 => dovi ; - Imper PlP1 => dobbiamo ; - Imper PlP2 => dove + "te" ; - Ger => dov + "endo" ; - Part PresP _ Sg => dov + "ente" ; - Part PresP _ Pl => dov + "enti" ; - Part PassP Masc Sg => dovuto ; - Part PassP Masc Pl => dovut + "i" ; - Part PassP Fem Sg => dovut + "a" ; - Part PassP Fem Pl => dovut + "e" - } - }) ; - -} diff --git a/old-lib/resource/italian/CatIta.gf b/old-lib/resource/italian/CatIta.gf deleted file mode 100644 index 9be8ca6de..000000000 --- a/old-lib/resource/italian/CatIta.gf +++ /dev/null @@ -1,4 +0,0 @@ ---# -path=.:../romance:../abstract:../common:prelude - -concrete CatIta of Cat = CommonX - [Tense,TPres,TPast,TFut,TCond] ** CatRomance with - (ResRomance = ResIta) ; diff --git a/old-lib/resource/italian/CompatibilityIta.gf b/old-lib/resource/italian/CompatibilityIta.gf deleted file mode 100644 index 91446be55..000000000 --- a/old-lib/resource/italian/CompatibilityIta.gf +++ /dev/null @@ -1,11 +0,0 @@ ---# -path=.:../romance:../abstract:../common - -concrete CompatibilityIta of Compatibility = CatIta ** 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/old-lib/resource/italian/ConjunctionIta.gf b/old-lib/resource/italian/ConjunctionIta.gf deleted file mode 100644 index 8b9bf13d1..000000000 --- a/old-lib/resource/italian/ConjunctionIta.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete ConjunctionIta of Conjunction = CatIta ** ConjunctionRomance with - (ResRomance = ResIta) ; diff --git a/old-lib/resource/italian/DiffIta.gf b/old-lib/resource/italian/DiffIta.gf deleted file mode 100644 index 7eef2109e..000000000 --- a/old-lib/resource/italian/DiffIta.gf +++ /dev/null @@ -1,201 +0,0 @@ ---# -path=.:../romance:../abstract:../common:prelude - -instance DiffIta of DiffRomance = open CommonRomance, PhonoIta, BeschIta, Prelude in { - - flags optimize=all ; - - param - Prepos = P_di | P_a | P_da | P_in | P_su | P_con ; - VType = VHabere | VEsse | VRefl ; - - oper - dative : Case = CPrep P_a ; - genitive : Case = CPrep P_di ; - - prepCase = \c -> case c of { - Nom | Acc => [] ; - CPrep p => case p of { - P_di => "di" ; - P_a => pre {"a" ; "ad" / vocale} ; - P_da => "da" ; - P_in => "in" ; - P_su => "su" ; - P_con => "con" - } - } ; - - artDef : Gender -> Number -> Case -> Str = \g,n,c -> - case of { - <_, _, CPrep P_di> => prepArt "de" ; - <_, _, CPrep P_da> => prepArt "da" ; - <_, _, CPrep P_a> => prepArt "a" ; - <_, _, CPrep P_in> => prepArt "ne" ; - <_, _, CPrep P_su> => prepArt "su" ; - <_, _, CPrep P_con> => prepArt "co" ; - => elision "il" "l'" "lo" ; - => elision "la" "l'" "la" ; - => elision "i" "gli" "gli" ; - => "le" - } - where { - prepArt : Tok -> Tok = \de -> case of { - => elision (de + "l") (de + "ll'") (de + "llo") ; - => elision (de + "i") (de + "gli") (de + "gli") ; - => elision (de + "lla") (de + "ll'") (de + "lla") ; - => de + "lle" - } - } ; - - --- In these two, "de de/du/des" becomes "de". - - artIndef = \g,n,c -> case of { - => prepCase c ++ - genForms (elision "un" "un" "uno") (elision "una" "un'" "una") ! g ; - _ => prepCase c - } ; - - possCase = artDef ; - - partitive = \g,c -> case c of { - CPrep P_di => "di" ; - _ => prepCase c ++ artDef g Sg (CPrep P_di) - } ; - - conjunctCase : NPForm -> NPForm = \c -> case c of { - Ton Nom | Aton Nom => Ton Nom ; - _ => Ton Acc - } ; - - auxVerb : VType -> (VF => Str) = \vtyp -> case vtyp of { - VHabere => avere_V.s ; - _ => copula.s - } ; - - partAgr : VType -> VPAgr = \vtyp -> case vtyp of { - VHabere => vpAgrNone ; - _ => VPAgrSubj - } ; - - vpAgrClit : Agr -> VPAgr = \a -> - VPAgrClit a.g a.n ; --- subty - - pronArg = \n,p,acc,dat -> - let - pacc = case acc of { --- only accusative refl handled - CRefl => case p of { - P3 => "si" ; - _ => argPron Fem n p Acc False --- no clitic after acc - } ; - CPron ag an ap => argPron ag an ap Acc False ; - _ => [] - } ; - hasAcc = case acc of { - CNone => False ; - _ => True - } ; - hasDat = case dat of { - CNone => False ; - _ => True - } ; - pdat = case dat of { - CPron ag an ap => argPron ag an ap dative hasAcc ; - _ => [] - } ; - in - ; - - infForm n p x y = (pronArg n p x y).p3 ; - - mkImperative b p vp = { - s = \\pol,aag => - let - pe = case b of {True => P3 ; _ => p} ; - agr = aag ** {p = pe} ; - clpr = pronArg agr.n agr.p vp.clAcc vp.clDat ; - verb = case of { - => (vp.s ! VPInfinit Simul clpr.p3).inf ! aag ; - _ => (vp.s ! VPImperat).fin ! agr - } ; - neg = vp.neg ! pol ; - compl = neg.p2 ++ clpr.p2 ++ vp.comp ! agr ++ vp.ext ! pol - in - neg.p1 ++ verb ++ bindIf clpr.p3 ++ clpr.p1 ++ compl ; - } ; - - negation : Polarity => (Str * Str) = table { - Pos => <[],[]> ; - Neg => <"non",[]> - } ; - - conjThan = "che" ; --- di - conjThat = "che" ; - - subjIf = "se" ; - - clitInf b cli inf = inf ++ bindIf b ++ cli ; - - relPron : Bool => AAgr => Case => Str = \\b,a,c => - case c of { - Nom | Acc => "che" ; - CPrep P_di => "cui" ; - _ => prepCase c ++ "cui" --- ilquale - } ; - - pronSuch : AAgr => Str = aagrForms "tale" "tale" "tali" "tali" ; - - quelPron : AAgr => Str = aagrForms "quale" "quale" "quali" "quali" ; - - partQIndir = "ci" ; - - reflPron : Number -> Person -> Case -> Str = - let - cases : (x,y : Str) -> (Case -> Str) = \me,moi,c -> case c of { - Acc | CPrep P_a => me ; - _ => moi - } ; - in - \n,p -> case of { - => cases "mi" "me" ; - => cases "ti" "te" ; - => cases "ci" "noi" ; -- unlike French with just one alt! - => cases "vi" "voi" ; - _ => cases "si" "se" - } ; - - argPron : Gender -> Number -> Person -> Case -> Bool -> Str = - let - cases : (x,y,z : Str) -> Case -> Bool -> Str = - \ci,ce,noi,c,isPre -> case c of { - Acc | CPrep P_a => if_then_Str isPre ce ci ; - _ => noi - } ; - cases4 : (x,y,z,u : Str) -> Case -> Bool -> Str = - \lo,gli,glie,lui,c,isPre -> case c of { - Acc => lo ; - CPrep P_a => if_then_Str isPre glie gli ; - _ => lui - } ; - in - \g,n,p -> case of { - <_,Sg,P1> => cases "mi" "me" "me" ; - <_,Sg,P2> => cases "ti" "te" "te" ; - <_,Pl,P1> => cases "ci" "ce" "noi" ; -- unlike French with just one alt! - <_,Pl,P2> => cases "vi" "ve" "voi" ; - => cases4 "lo" "gli" "glie" "lui" ; - => cases4 "la" "le" "glie" "lei" ; - <_, Pl,P3> => cases4 "li" "li" "glie" "loro" - } ; - - vRefl : VType = VRefl ; - isVRefl : VType -> Bool = \ty -> case ty of { - VRefl => True ; - _ => False - } ; - - auxPassive : Verb = venire_V ; - - copula = verbBesch (essere_1 "essere") ** {vtyp = VEsse} ; - avere_V = verbBesch (avere_2 "avere") ** {vtyp = VHabere} ; - venire_V = verbBesch (venire_110 "venire") ** {vtyp = VEsse} ; -} diff --git a/old-lib/resource/italian/ExtraIta.gf b/old-lib/resource/italian/ExtraIta.gf deleted file mode 100644 index 66fe52e62..000000000 --- a/old-lib/resource/italian/ExtraIta.gf +++ /dev/null @@ -1,39 +0,0 @@ -concrete ExtraIta of ExtraItaAbs = ExtraRomanceIta ** - open CommonRomance, ParadigmsIta, PhonoIta, MorphoIta, ParamX, ResIta in { - - lin - i8fem_Pron = mkPronoun - "io" "mi" "mi" "me" "me" "mio" "mia" "miei" "mie" - Fem Sg P1 ; - these8fem_NP = makeNP ["queste"] Fem Pl ; - they8fem_Pron = mkPronoun - "loro" "loro" "li" "glie" "loro" "loro" "loro" "loro" "loro" - Fem Pl P3 ; - this8fem_NP = pn2np (mkPN ["questa"] Fem) ; - those8fem_NP = makeNP ["quelle"] Fem Pl ; - we8fem_Pron = - mkPronoun "noi" "ci" "ci" "ce" "noi" "nostro" "nostra" "nostri" "nostre" - Fem Pl P1 ; - whoPl8fem_IP = {s = \\c => prepCase c ++ "chi" ; a = aagr Fem Pl} ; - whoSg8fem_IP = {s = \\c => prepCase c ++ "chi" ; a = aagr Fem Sg} ; - - youSg8fem_Pron = mkPronoun - "tu" "ti" "ti" "te" "te" "tuo" "tua" "tuoi" "tue" - Fem Sg P2 ; - youPl8fem_Pron = - mkPronoun - "voi" "vi" "vi" "ve" "voi" "vostro" "vostra" "vostri" "vostre" - Fem Pl P2 ; - youPol8fem_Pron = - mkPronoun - "Lei" "La" "Le" "Glie" "Lei" "Suo" "Sua" "Suoi" "Sue" - Fem Sg P3 ; - - youPolPl_Pron = mkPronoun - "Loro" "Loro" "Li" "Glie" "Loro" "Loro" "Loro" "Loro" "Loro" - Masc Pl P3 ; - youPolPl8fem_Pron = mkPronoun - "Loro" "Loro" "Li" "Glie" "Loro" "Loro" "Loro" "Loro" "Loro" - Fem Pl P3 ; - -} diff --git a/old-lib/resource/italian/ExtraItaAbs.gf b/old-lib/resource/italian/ExtraItaAbs.gf deleted file mode 100644 index f73f1809a..000000000 --- a/old-lib/resource/italian/ExtraItaAbs.gf +++ /dev/null @@ -1,28 +0,0 @@ --- Structures special for Italian. These are not implemented in other --- Romance languages. - -abstract ExtraItaAbs = 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 ; - whoPl8fem_IP : IP ; - whoSg8fem_IP : IP ; - - youSg8fem_Pron : Pron ; - youPl8fem_Pron : Pron ; - youPol8fem_Pron : Pron ; -- Lei - - youPolPl_Pron : Pron ; -- Loro - youPolPl8fem_Pron : Pron ; - -} diff --git a/old-lib/resource/italian/ExtraRomanceIta.gf b/old-lib/resource/italian/ExtraRomanceIta.gf deleted file mode 100644 index af4bb5976..000000000 --- a/old-lib/resource/italian/ExtraRomanceIta.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete ExtraRomanceIta of ExtraRomanceAbs = CatIta ** ExtraRomance with - (ResRomance = ResIta) ; diff --git a/old-lib/resource/italian/GrammarIta.gf b/old-lib/resource/italian/GrammarIta.gf deleted file mode 100644 index 326a06568..000000000 --- a/old-lib/resource/italian/GrammarIta.gf +++ /dev/null @@ -1,22 +0,0 @@ ---# -path=.:../romance:../abstract:../common:prelude - -concrete GrammarIta of Grammar = - NounIta, - VerbIta, - AdjectiveIta, - AdverbIta, - NumeralIta, - SentenceIta, - QuestionIta, - RelativeIta, - ConjunctionIta, - PhraseIta, - TextX - [Tense,TPres,TPast,TFut,TCond], - IdiomIta, - StructuralIta - - ** { - -flags startcat = Phr ; unlexer = text ; lexer = text ; - -} ; diff --git a/old-lib/resource/italian/IdiomIta.gf b/old-lib/resource/italian/IdiomIta.gf deleted file mode 100644 index 2f1bb118d..000000000 --- a/old-lib/resource/italian/IdiomIta.gf +++ /dev/null @@ -1,51 +0,0 @@ -concrete IdiomIta of Idiom = CatIta ** - open (P = ParamX), PhonoIta, MorphoIta, BeschIta, ParadigmsIta, Prelude in { - - flags optimize=all_subs ; - - lin - ImpersCl vp = mkClause [] True (agrP3 Masc Sg) vp ; - - GenericCl vp = - mkClause [] True (agrP3 Masc Sg) (insertRefl vp) ; - - CleftNP np rs = mkClause [] True (agrP3 Masc Sg) - (insertComplement (\\_ => rs.s ! Indic ! np.a) - (insertComplement (\\_ => np.s ! Ton rs.c) (predV copula))) ; - - CleftAdv ad s = mkClause [] True (agrP3 Masc Sg) - (insertComplement (\\_ => conjThat ++ s.s ! Indic) - (insertComplement (\\_ => ad.s) (predV copula))) ; - - ExistNP np = - mkClause [] True (agrP3 np.a.g np.a.n) - (insertClit2 (elision "ci" "c'" "ci") - (insertComplement (\\_ => np.s ! Ton Nom) - (predV copula))) ; - - ExistIP ip = { - s = \\t,a,p,_ => - ip.s ! Nom ++ - (mkClause [] True (agrP3 ip.a.g ip.a.n) - (insertClit2 (elision "ci" "c'" "ci") - (predV copula))).s ! DDir ! t ! a ! p ! Indic - } ; - - ProgrVP vpr = - let vp = useVP vpr in - insertComplement - (\\agr => - let - clpr = pronArg agr.n agr.p vp.clAcc vp.clDat ; - obj = clpr.p2 ++ vp.comp ! agr ++ vp.ext ! Pos ---- pol - in - (vp.s ! VPGerund).inf ! (aagr agr.g agr.n) ++ clpr.p1 ++ obj - ) - (predV (essereV (verboV (stare_16 "stare")))) ; - - ImpPl1 vpr = let vp = useVP vpr in {s = - (mkImperative False P1 vp).s ! Pos ! {n = Pl ; g = Masc} --- fem - } ; - -} - diff --git a/old-lib/resource/italian/LangIta.gf b/old-lib/resource/italian/LangIta.gf deleted file mode 100644 index d5e4670c7..000000000 --- a/old-lib/resource/italian/LangIta.gf +++ /dev/null @@ -1,10 +0,0 @@ ---# -path=.:../romance:../abstract:../common:prelude - -concrete LangIta of Lang = - GrammarIta, - LexiconIta - ** { - -flags startcat = Phr ; unlexer = text ; lexer = text ; - -} ; diff --git a/old-lib/resource/italian/LexiconIta.gf b/old-lib/resource/italian/LexiconIta.gf deleted file mode 100644 index 93e4bcf73..000000000 --- a/old-lib/resource/italian/LexiconIta.gf +++ /dev/null @@ -1,361 +0,0 @@ ---# -path=.:../romance:../common:../abstract:../../prelude - -concrete LexiconIta of Lexicon = CatIta ** open - MorphoIta, ParadigmsIta, BeschIta in { - -flags - optimize=values ; coding=utf8 ; - -lin - airplane_N = regN "aereo" ; - answer_V2S = mkV2S (verboV (rispondere_76 "rispondere")) ParadigmsIta.dative ; - apartment_N = regN "apartamento" ; - apple_N = regN "mela" ; - art_N = femN (regN "arte") ; - ask_V2Q = mkV2Q (verboV (chiedere_29 "chiedere")) ParadigmsIta.dative ; - baby_N = regN "bambino" ; - bad_A = prefA (mkADeg (regA "cattivo") (regA "peggio")) ; - bank_N = regN "banca" ; - beautiful_A = prefA (regADeg "bello") ; - become_VA = essereV (regV "diventare") ; - beer_N = regN "birra" ; - beg_V2V = mkV2V (regV "pregare") ParadigmsIta.accusative ParadigmsIta.dative ; - big_A = prefA (regADeg "grande") ; - bike_N = regN "bicicletta" ; - bird_N = regN "uccello" ; - black_A = regADeg "nero" ; - blue_A = mkA "blù" "blù" "blù" "blù" "blumente" ; - boat_N = regN "batello" ; - book_N = regN "libro" ; - boot_N = regN "stivale" ; - boss_N = regN "capo" ; - boy_N = regN "ragazzo" ; - bread_N = regN "pane" ; - break_V2 = dirV2 (verboV (rompere_77 "rompere")) ; - broad_A = regADeg "largo" ; - brother_N2 = diN2 (regN "fratello") ; - brown_A = regADeg "marrone" ; - butter_N = regN "burro" ; - buy_V2 = dirV2 (regV "comprare") ; - camera_N = mkN ["macchina fotografica"]["macchine fotografiche"] feminine ; --- - cap_N = regN "berretta" ; - car_N = regN "macchina" ; - carpet_N = regN "tappeto" ; - cat_N = regN "gatto" ; - ceiling_N = regN "soffitto" ; - chair_N = regN "sedia" ; - cheese_N = regN "formaggio" ; - child_N = regN "bambino" ; - church_N = regN "chiesa" ; - city_N = regN "città" ; - clean_A = regADeg "proprio" ; - clever_A = regADeg "saggio" ; - close_V2 = dirV2 (verboV (chiudere_30 "chiudere")) ; - coat_N = regN "cappotto" ; - cold_A = regADeg "freddo" ; - come_V = essereV (verboV (venire_110 "venire")) ; - computer_N = regN "computer" ; - country_N = regN "paese" ; - cousin_N = regN "cugino" ; --- cousine - cow_N = regN "vacca" ; - die_V = verboV (morire_105 "morire") ; - dirty_A = regADeg "sporco" ; - distance_N3 = mkN3 (regN "distanza") ParadigmsIta.genitive ParadigmsIta.dative ; - doctor_N = mkN "medico" "medici" masculine ; - dog_N = regN "cane" ; - door_N = regN "porta" ; - drink_V2 = dirV2 (verboV (bere_27 "bere")) ; - easy_A2V = mkA2V (regA "facile") ParadigmsIta.dative ParadigmsIta.genitive ; - eat_V2 = dirV2 (regV "mangiare") ; - empty_A = regADeg "vuoto" ; - enemy_N = regN "nemico" ; - factory_N = regN "stabilimento" ; - father_N2 = diN2 (regN "padre") ; - fear_VS = mkVS (verboV (temere_20 "temere")) ; - find_V2 = dirV2 (regV "trovare") ; - fish_N = regN "pesca" ; - floor_N = regN "pavimento" ; - forget_V2 = dirV2 (regV "dimenticare") ; - fridge_N = regN "frigorifero" ; - friend_N = regN "amico" ; - fruit_N = regN "frutta" ; - fun_AV = mkAV (regA "divertente") ParadigmsIta.genitive ; - garden_N = regN "giardino" ; - girl_N = regN "ragazza" ; - glove_N = regN "guanto" ; - gold_N = regN "oro" ; - good_A = prefA (mkADeg (regA "buono") - (mkA "migliore" "migliore" "migliori" "migliori" "meglio")) ; - go_V = essereV (verboV (andare_14 "andare")) ; - green_A = regADeg "verde" ; - harbour_N = regN "porto" ; - hate_V2 = dirV2 (regV "odiare") ; - hat_N = regN "capello" ; - have_V2 = dirV2 (verboV (avere_2 "avere")) ; - hear_V2 = dirV2 (verboV (sentire_99 "sentire")) ; - hill_N = regN "collina" ; - hope_VS = mkVS (regV "sperare") ; - horse_N = regN "cavallo" ; - hot_A = regADeg "caldo" ; - house_N = regN "casa" ; - important_A = regADeg "importante" ; - industry_N = regN "industria" ; - iron_N = regN "ferro" ; - john_PN = mkPN "Giovanni" masculine ; - king_N = regN "ré" ; - know_V2 = dirV2 (verboV (conoscere_37 "conoscere")) ; --- savoir_V2 : VS - lake_N = regN "lago" ; - lamp_N = regN "lampa" ; - learn_V2 = dirV2 (regV "imparare") ; - leather_N = regN "cuoio" ; - leave_V2 = dirV2 (regV "lasciare") ; - like_V2 = dirV2 (regV "amare") ; - listen_V2 = dirV2 (regV "ascoltare") ; - live_V = verboV (vivere_95 "vivere") ; - long_A = regADeg "lungo" ; - lose_V2 = dirV2 (verboV (perdere_62 "perdere")) ; - love_N = regN "amore" ; - love_V2 = dirV2 (regV "amare") ; - man_N = mkN "uomo" "uomini" masculine ; - married_A2 = mkA2 (regA "sposato") ParadigmsIta.dative ; - meat_N = femN (regN "carne") ; - milk_N = regN "latte" ; - moon_N = regN "luna" ; - mother_N2 = diN2 (femN (regN "madre")) ; - mountain_N = regN "montagna" ; - music_N = regN "musica" ; - narrow_A = regADeg "stretto" ; - new_A = prefA (regADeg "nuovo") ; - newspaper_N = regN "giornale" ; - oil_N = regN "olio" ; - old_A = prefA (regADeg "vecchio") ; - open_V2 = dirV2 (verboV (aprire_102 "aprire")) ; - paint_V2A = - mkV2A (verboV (cingere_31 "pingere")) ParadigmsIta.accusative (mkPrep "in") ; ---- - paper_N = regN "carta" ; - paris_PN = mkPN "Parigi" masculine ; - peace_N = femN (regN "pace") ; - pen_N = regN "penna" ; - planet_N = regN "pianeta" ; - plastic_N = regN "plastica" ; - play_V2 = dirV2 (regV "giocare") ; - policeman_N = regN "carabiniere" ; - priest_N = regN "prete" ; - probable_AS = mkAS (regA "probabile") ; - queen_N = regN "regina" ; - radio_N = mkN "radio" "radio" feminine ; - rain_V0 = mkV0 (verboV (piovere_66 "piovere")) ; - read_V2 = dirV2 (verboV (leggere_56 "leggere")) ; - red_A = regADeg "rosso" ; - religion_N = femN (regN "religione") ; - restaurant_N = regN "ristorante" ; - river_N = regN "fiume" ; - rock_N = regN "roccia" ; - roof_N = regN "tetto" ; - rubber_N = regN "gomma" ; - run_V = verboV (correre_38 "correre") ; - say_VS = mkVS (verboV (dire_41 "dire")) ; - school_N = regN "scuola" ; - science_N = regN "scienza" ; - sea_N = regN "mare" ; - seek_V2 = dirV2 (regV "cercare") ; - see_V2 = dirV2 (verboV (vedere_93 "vedere")) ; - sell_V3 = dirV3 (verboV (scendere_80 "vendere")) ParadigmsIta.dative ; ---- except some forms - send_V3 = dirV3 (regV "mandare") ParadigmsIta.dative ; - sheep_N = regN "agnello" ; - ship_N = femN (regN "nave") ; - shirt_N = regN "camicia" ; - shoe_N = regN "scarpa" ; - shop_N = regN "magazzino" ; - short_A = regADeg "corto" ; --- breve - silver_N = regN "argento" ; - sister_N = regN "sorella" ; - sleep_V = verboV (dormire_99b "dormire") ; - small_A = prefA (regADeg "piccolo") ; - snake_N = regN "serpente" ; - sock_N = regN "calza" ; - speak_V2 = dirV2 (regV "parlare") ; - star_N = regN "stella" ; - steel_N = regN "acciaio" ; - stone_N = regN "sasso" ; - stove_N = regN "forno" ; - student_N = regN "studente" ; - stupid_A = regADeg "stupido" ; - sun_N = regN "sole" ; - switch8off_V2 = dirV2 (verboV (cingere_31 "spingere")) ; - switch8on_V2 = dirV2 (regV "allumare") ; ---- - table_N = regN "tavola" ; --- tavolo - talk_V3 = mkV3 (regV "parlare") ParadigmsIta.dative ParadigmsIta.genitive ; - teacher_N = regN "professore" ; - teach_V2 = dirV2 (regV "insegnare") ; - television_N = femN (regN "televisione") ; - thick_A = regADeg "grosso" ; - thin_A = regADeg "sottile" ; - train_N = regN "treno" ; - travel_V = regV "viaggare" ; - tree_N = regN "albero" ; - --- trousers_N = regN "pantalon" ; - ugly_A = regADeg "brutto" ; - understand_V2 = dirV2 (regV "capire") ; - university_N = regN "università" ; - village_N = regN "paese" ; - wait_V2 = mkV2 (regV "aspettare") ParadigmsIta.dative ; - walk_V = regV "camminare" ; - warm_A = regADeg "caldo" ; - war_N = regN "guerra" ; - watch_V2 = dirV2 (regV "guardare") ; - water_N = regN "acqua" ; - white_A = compADeg (regA "bianco") ; - window_N = regN "finestra" ; - wine_N = regN "vino" ; - win_V2 = dirV2 (verboV (vincere_94 "vincere")) ; - woman_N = regN "donna" ; - wonder_VQ = mkVQ (reflV (regV "domandare")) ; - wood_N = regN "legno" ; - write_V2 = dirV2 (verboV (scrivere_82 "scrivere")) ; - yellow_A = regADeg "giallo" ; - young_A = prefA (regADeg "giovane") ; - - do_V2 = dirV2 (verboV (fare_52 "fare")) ; - now_Adv = mkAdv "adesso" ; - already_Adv = mkAdv "già" ; - song_N = femN (regN "canzone") ; - add_V3 = dirV3 (verboV (giungere_55 "aggiungere")) ParadigmsIta.dative ; - number_N = regN "numero" ; - put_V2 = dirV2 (verboV (mettere_57 "mettere")) ; - stop_V = reflV (regV "fermare") ; - jump_V = regV "saltare" ; - - left_Ord = mkOrd (regA "sinistro") ; - right_Ord = mkOrd (regA "destro") ; - far_Adv = mkAdv "lontano" ; - correct_A = regA "corretto" ; - dry_A = regA "secco" ; - dull_A = regA "noioso" ; - full_A = regA "pieno" ; - heavy_A = regA "pesante" ; - near_A = regA "vicino" ; - rotten_A = regA "marcio" ; - round_A = regA "rotondo" ; - sharp_A = regA "aguzzo" ; - smooth_A = regA "liscio" ; - straight_A = regA "diretto" ; - wet_A = regA "bagnato" ; - wide_A = regA "largo" ; - animal_N = regN "animale" ; - ashes_N = regN "cenere" ; - back_N = regN "schiena" ; - bark_N = regN "corteccia" ; - belly_N = regN "pancia" ; - blood_N = regN "sangue" ; - bone_N = regN "osso" ; - breast_N = regN "seno" ; - cloud_N = regN "nuvola" ; - day_N = regN "giorno" ; - dust_N = regN "polvere" ; - ear_N = regN "orecchio" ; - earth_N = regN "terra" ; - egg_N = mkN "uovo" "uova" masculine ; -- fem in Pl - eye_N = regN "occhio" ; - fat_N = regN "grasso" ; - feather_N = regN "piuma" ; - fingernail_N = regN "unghia" ; - fire_N = regN "fuoco" ; - flower_N = regN "fiore" ; - fog_N = regN "nebbia" ; - foot_N = regN "piede" ; - forest_N = regN "bosco" ; - grass_N = regN "erba" ; - guts_N = regN "intestino" ; - hair_N = regN "capello" ; - hand_N = femN (regN "mano") ; - head_N = regN "testa" ; - heart_N = regN "cuore" ; - horn_N = regN "corno" ; - husband_N = regN "marito" ; - ice_N = regN "ghiaccio" ; - knee_N = regN "ginocchio" ; - leaf_N = regN "foglia" ; - leg_N = regN "gamba" ; - liver_N = regN "fegato" ; - louse_N = regN "pidocchio" ; - mouth_N = regN "bocca" ; - name_N = regN "nome" ; - neck_N = regN "collo" ; - night_N = femN (regN "notte") ; - nose_N = regN "naso" ; - person_N = regN "persona" ; - rain_N = regN "pioggia" ; - road_N = regN "strada" ; - root_N = femN (regN "radice") ; - rope_N = regN "corda" ; - salt_N = regN "sale" ; - sand_N = regN "sabbia" ; - seed_N = regN "seme" ; - skin_N = femN (regN "pelle") ; - sky_N = regN "cielo" ; - smoke_N = regN "fumo" ; - snow_N = femN (regN "neve") ; - stick_N = regN "bastone" ; - tail_N = regN "coda" ; - tongue_N = regN "lingua" ; - tooth_N = regN "dente" ; - wife_N = regN "donna" ; - wind_N = regN "vento" ; - wing_N = regN "ala" ; - worm_N = regN "verme" ; - year_N = regN "anno" ; - bite_V2 = dirV2 (verboV (esplodere_51 "mordere")) ; - blow_V = regV "soffiare" ; - burn_V = regV "bruciare" ; - count_V2 = dirV2 (regV "contare") ; - cut_V2 = dirV2 (regV "tagliare") ; - dig_V = regV "scavare" ; - fall_V = essereV (verboV (cadere_28 "cadere")) ; - fear_V2 = dirV2 (verboV (temere_20 "temere")) ; - fight_V2 = dirV2 (regV "lottare") ; - float_V = regV "galleggiare" ; - flow_V = verboV (finire_100 "fluire") ; - fly_V = regV "volare" ; - freeze_V = regV "gelare" ; - give_V3 = dirdirV3 (verboV (dare_15 "dare")) ; - hit_V2 = dirV2 (regV "colpire") ; - hold_V2 = dirV2 (verboV (venire_110 "tenire")) ; - hunt_V2 = dirV2 (regV "cacciare") ; - kill_V2 = dirV2 (verboV (ridere_74 "uccidere")) ; - laugh_V = verboV (ridere_74 "ridere") ; - lie_V = verboV (piacere_64 "giacere") ; - play_V = regV "giocare" ; - pull_V2 = dirV2 (regV "tirare") ; - push_V2 = dirV2 (verboV (cingere_31 "spingere")) ; - rub_V2 = dirV2 (regV "strofinare") ; - scratch_V2 = dirV2 (regV "graffiare") ; - sew_V = verboV (cucire_103 "cucire") ; - sing_V = regV "cantare" ; - sit_V = reflV (verboV (sedere_84 "sedere")) ; - smell_V = verboV (sentire_99 "sentire") ; - spit_V = regV "sputare" ; - split_V2 = dirV2 (verboV (ridere_74 "dividere")) ; - squeeze_V2 = dirV2 (verboV (temere_20 "spremere")) ; - stab_V2 = dirV2 (regV "pugnalare") ; - stand_V = verboV (stare_16 "stare") ; ---- in piedi - suck_V2 = dirV2 (regV "succhiare") ; - swell_V = regV "gonfiare" ; - swim_V = regV "nuotare" ; - think_V = regV "pensare" ; - throw_V2 = dirV2 (regV "gettare") ; - tie_V2 = dirV2 (regV "legare") ; - turn_V = regV "tornare" ; - vomit_V = regV "vomitare" ; - wash_V2 = dirV2 (regV "lavare") ; - wipe_V2 = dirV2 (regV "asciugare") ; - breathe_V = (regV "respirare") ; - - grammar_N = regN "grammatica" ; - language_N = regN "lingua" ; - rule_N = regN "regola" ; - - question_N = regN "domanda" ; - today_Adv = mkAdv "oggi" ; - -} ; diff --git a/old-lib/resource/italian/MorphoIta.gf b/old-lib/resource/italian/MorphoIta.gf deleted file mode 100644 index ff2b884a1..000000000 --- a/old-lib/resource/italian/MorphoIta.gf +++ /dev/null @@ -1,165 +0,0 @@ ---# -path=.:../romance:../common:../../prelude - ---1 A Simple Italian 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 $ParadigmsIta$, which --- gives a higher-level access to this module. - -resource MorphoIta = CommonRomance, ResIta ** - open PhonoIta, Prelude, Predef in { - - flags optimize=all ; - - - ---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 -> let {vin = Predef.tk 1 vino} in - numForms vino (vin + "i") ; - - nomRana : Str -> Number => Str = \rana -> let {ran = Predef.tk 1 rana} in - numForms rana (ran + "e") ; - - nomSale : Str -> Number => Str = \sale -> let {sal = Predef.tk 1 sale} in - numForms sale (sal + "i") ; - - 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 = \vino -> - let - o = last vino ; - vin = init vino ; - n = last vin - in - case o of { - "o" => {s = case n of { - "c" | "g" => numForms vino (vin + "hi") ; - "i" => numForms vino vin ; - _ => numForms vino (vin + "i") - } ; g = Masc} ; - "a" => {s = case n of { - "c" | "g" => numForms vino (vin + "he") ; - _ => numForms vino (vin + "e") - } ; g = Fem} ; - "e" => {s = numForms vino (vin + "i") - ; g = Masc} ; - "" | "" => {s = numForms vino vino - ; g = Fem} ; - _ => {s = numForms vino vino - ; g = 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 + "i") (sol + "e") (sol + "amente") ; - - adjTale : Str -> Adj = \tale -> - let - tal = Predef.tk 1 tale ; - tali = tal + "i" ; - tala = if_then_Str (pbool2bool (Predef.occur (Predef.dp 1 tal) "lr")) tal tale - in - mkAdj tale tale tali tali (tala + "mente") ; - - adjBlu : Str -> Adj = \blu -> - mkAdj blu blu blu blu blu ; --- - - - mkAdjReg : Str -> Adj = \solo -> - let - o = last solo ; - sol = init solo ; - l = last sol ; - solamente = (sol + "amente") - in - case o of { - "o" => case l of { - "c" | "g" => mkAdj solo (sol + "a") (sol + "hi") (sol + "he") solamente ; - "i" => mkAdj solo (sol + "a") sol (sol + "e") solamente ; - _ => mkAdj solo (sol + "a") (sol + "i") (sol + "e") solamente - } ; - "e" => mkAdj solo solo (sol + "i") (sol + "i") (case l of { - "l" => sol + "mente" ; - _ => solo + "mente" - }) ; - _ => mkAdj solo solo solo solo (sol + "mente") - } ; - - ---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. --- (The form $glie$ is no longer used, and also the other clitics are --- given in $DiffIta.argPron$ and therefore wouldn't be needed in the --- pronoun itself.) - - mkPronoun : (_,_,_,_,_,_,_,_,_ : Str) -> - Gender -> Number -> Person -> Pronoun = - \il,le,lui,glie,Lui,son,sa,ses,see,g,n,p -> - {s = table { - Ton Nom => il ; - Ton x => prepCase x ++ Lui ; - Aton Nom => strOpt il ; -- [] or il - Aton Acc => le ; - Aton (CPrep P_di) => "ne" ; --- hmm - Aton (CPrep P_a) => lui ; - Aton q => prepCase q ++ Lui ; ---- GF bug with c or p! - Poss Masc Sg => son ; - Poss Fem Sg => sa ; - Poss Masc Pl => ses ; - Poss Fem Pl => see - } ; - a = {g = g ; n = n ; p = p} ; - hasClit = True - } ; - ---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 ; - -} diff --git a/old-lib/resource/italian/NounIta.gf b/old-lib/resource/italian/NounIta.gf deleted file mode 100644 index 14e9389e2..000000000 --- a/old-lib/resource/italian/NounIta.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete NounIta of Noun = CatIta ** NounRomance with - (ResRomance = ResIta) ; diff --git a/old-lib/resource/italian/NumeralIta.gf b/old-lib/resource/italian/NumeralIta.gf deleted file mode 100644 index 453caee0f..000000000 --- a/old-lib/resource/italian/NumeralIta.gf +++ /dev/null @@ -1,111 +0,0 @@ -concrete NumeralIta of Numeral = CatIta ** - open CommonRomance, ResRomance, MorphoIta, Prelude in { - -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 "due" "dodici" "venti" "secondo" ; -lin n3 = mkTal "tre" "tredici" "trenta" "terzo" ; -lin n4 = mkTal "quattro" "quattordici" "quaranta" "quarto" ; -lin n5 = mkTal "cinque" "quindici" "cinquanta" "quinto" ; -lin n6 = mkTal "sei" "sedici" "sessanta" "sesto" ; -lin n7 = mkTal "sette" "diciassette" "settanta" "settimo" ; --- diciasettesimo? -lin n8 = mkTal "otto" "diciotto" "ottanta" "ottavo" ; -lin n9 = mkTal "nove" "diciannove" "novanta" "nono" ; - -lin pot01 = - let uno = (mkTal "uno" "undici" "dieci" "primo").s in - {s =\\f,g => case f of { - ental pred => [] ; - _ => uno ! f ! g - } ; - n = Sg} ; - -lin pot0 d = {s = d.s ; n = Pl} ; -lin pot110 = spl ((mkTal "dieci" [] [] "decimo").s ! ental indip) ; -lin pot111 = spl ((mkTal "undici" [] [] "undicesimo").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 ! NCard Masc ++ e.s ! ental indip ! g ; n = Pl} ; -lin pot1as2 n = n ; -lin pot2 d = spl (\\co => d.s ! ental pred ! NCard Masc ++ - (mkTal "cento" [] [] "centesimo").s ! ental indip ! co) ; -lin pot2plus d e = - {s = \\g => d.s ! ental pred ! NCard Masc ++ "cento" ++ e.s ! g ; n = Pl} ; -lin pot2as3 n = n ; -lin pot3 n = spl (\\co => n.s ! NCard Masc ++ - (mkTal (mille ! n.n) [] [] "millesimo").s ! ental indip ! co) ; -lin pot3plus n m = {s = \\g => n.s ! NCard Masc ++ mille ! n.n ++ m.s ! g ; n = Pl} ; - -oper - mkTal : (x1,_,_,x4 : Str) -> {s : DForm => CardOrd => Str} = - \due,dodici,venti,secondo -> {s = \\d,co => case of { - => due ; - => pronForms (adjSolo secondo) g n ; - => venti ; - => regCard venti g n ; - => venti ; - => regCard venti g n - } - } ; - - regCard : Str -> Gender -> Number -> Str = \venti -> - pronForms (adjSolo (init venti + "esimo")) ; - - spl : (CardOrd => Str) -> {s : CardOrd => Str ; n : Number} = \s -> { - s = s ; - n = Pl - } ; - -oper mille : Number => Str = table {Sg => "mille" ; Pl => "mila"} ; -param DForm = ental Pred | ton | tiotal ; -param Pred = pred | indip ; - - --- numerals as sequences of digits - - lincat - Dig = TDigit ; - - lin - IDig d = d ; - - IIDig d i = { - s = \\o => d.s ! NCard Masc ++ 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/old-lib/resource/italian/ParadigmsIta.gf b/old-lib/resource/italian/ParadigmsIta.gf deleted file mode 100644 index 88e8a8566..000000000 --- a/old-lib/resource/italian/ParadigmsIta.gf +++ /dev/null @@ -1,475 +0,0 @@ ---# -path=.:../romance:../common:../abstract:../../prelude - ---1 Italian Lexical Paradigms --- --- Aarne Ranta 2003 --- --- 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 $MorphoIta.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$. --- However, this function should only seldom be needed. For verbs, we have a --- separate module [``BeschIta`` ../../italian/BeschIta.gf], --- which covers the "Bescherelle" verb conjugations. - -resource ParadigmsIta = - open - (Predef=Predef), - Prelude, - CommonRomance, - ResIta, - MorphoIta, - BeschIta, - CatIta in { - - flags optimize=all ; - ---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' "di" and the --- 'dative' "a"). - - --Prep : Type ; - - accusative : Prep ; - genitive : Prep ; - dative : Prep ; - - mkPrep : Str -> Prep ; - --- The following prepositions also have special contracted forms. - - con_Prep, da_Prep, in_Prep, su_Prep : Prep ; - ---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", and masculine for all other words. - - mkN : (cane : Str) -> N ; - --- To force a different gender, give it explicitly. - - mkN : (carne : Str) -> Gender -> N ; - --- Worst case: give both two forms and the gender. - - mkN : (uomo,uomini : Str) -> Gender -> N ; - --- In *compound nouns*, the first part is inflected as a noun but --- the second part is not inflected. e.g. "numero di telefono". --- They could be formed in syntax, but we give a shortcut here since --- they are frequent in lexica. - - mkN : N -> Str -> N - } ; - - - - ---3 Relational nouns --- --- Relational nouns ("figlio di x") need a case and a preposition. --- The default is regular nouns with the genitive "di". - - mkN2 : overload { - mkN2 : Str -> N2 ; - mkN2 : N -> Prep -> N2 - } ; - --- Three-place relational nouns ("la connessione di x a y") need two prepositions. - - mkN3 : N -> Prep -> Prep -> N3 ; - - ---3 Relational common noun phrases --- --- In some cases, you may want to make a complex $CN$ into a --- relational noun (e.g. "la vecchia chiesa di"). 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 gender is by default feminine if --- the name ends with an "a", and masculine otherwise. - - mkPN : overload { - mkPN : Str -> PN ; - mkPN : Str -> Gender -> PN - } ; - - - ---2 Adjectives - - mkA : overload { - --- For regular adjectives, all forms are derived from the --- masculine singular. Comparison is formed by "pi". - - mkA : (bianco : Str) -> A ; - --- Five forms are needed in the worst --- case (masc and fem singular, masc plural, adverbial), given that --- comparison is formed by "pi". - - mkA : (solo,sola,soli,sole,solamente : Str) -> A ; - --- With irregular comparison, there are as it were two adjectives: --- the positive ("buono") and the comparative ("migliore"). - - mkA : A -> A -> A - } ; - --- All the functions above create postfix adjectives. To switch --- them to prefix ones (i.e. ones placed before the noun in --- modification, as in "vecchia chiesa"), the following function is --- provided. - - prefixA : A -> A = prefA ; - - - ---3 Two-place adjectives --- --- Two-place adjectives need a preposition for their second argument. - - mkA2 : A -> Prep -> A2 ; - - - ---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. "sempre"). - - mkAdV : Str -> AdV ; - --- Adverbs modifying adjectives and sentences can also be formed. - - mkAdA : Str -> AdA ; - - ---2 Verbs - - mkV : overload { - --- Regular verbs are ones with the infinitive "are" or "ire", the --- latter with singular present indicative forms as "finisco". --- The regular verb function is the first conjugation recognizes --- these endings, as well as the variations among --- "amare, cominciare, mangiare, legare, cercare". - - mkV : Str -> V ; - --- The module $BeschIta$ gives (almost) all the patterns of the "Bescherelle" --- book. To use them in the category $V$, wrap them with the function - - mkV : Verbo -> V ; - --- If $BeschIta$ does not give the desired result or feels difficult --- to consult, here is a worst-case function for "-ire" and "-ere" verbs, --- taking 11 arguments. - - mkV : (udire,odo,ode,udiamo,udiro,udii,udisti,udi,udirono,odi,udito : Str) -> V - } ; - --- The function $regV$ gives all verbs the compound auxiliary "avere". --- To change it to "essere", use the following function. --- Reflexive implies "essere". - - essereV : V -> V ; - reflV : V -> V ; - - ---3 Two-place verbs --- --- Two-place verbs need a preposition, except the special case with direct object. --- (transitive verbs). Notice that a particle comes from the $V$. - - mkV2 : overload { - mkV2 : Str -> V2 ; - mkV2 : V -> V2 ; - mkV2 : V -> Prep -> V2 - } ; - --- 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 : V -> Prep -> Prep -> V3 ; -- parlare, a, di - dirV3 : V -> Prep -> V3 ; -- dare,_,a - dirdirV3 : V -> V3 ; -- dare,_,_ - - ---3 Other complement patterns --- --- Verbs and adjectives can take complements such as sentences, --- questions, verb phrases, and adjectives. - - mkV0 : V -> V0 ; - mkVS : V -> VS ; - mkV2S : V -> Prep -> V2S ; - mkVV : V -> VV ; -- plain infinitive: "voglio parlare" - deVV : V -> VV ; -- "cerco di parlare" - aVV : V -> VV ; -- "arrivo a parlare" - mkV2V : V -> Prep -> Prep -> V2V ; - mkVA : V -> VA ; - mkV2A : V -> Prep -> Prep -> V2A ; - mkVQ : V -> VQ ; - mkV2Q : V -> Prep -> V2Q ; - - 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 = MorphoIta.Gender ; - Number = MorphoIta.Number ; - masculine = Masc ; - feminine = Fem ; - singular = Sg ; - plural = Pl ; - - --Prep = Compl ; - accusative = complAcc ; - genitive = complGen ; - dative = complDat ; - mkPrep p = {s = p ; c = Acc ; isDir = False ; lock_Prep = <>} ; - - con_Prep = {s = [] ; c = CPrep P_con ; isDir = False ; lock_Prep = <>} ; - da_Prep = {s = [] ; c = CPrep P_da ; isDir = False ; lock_Prep = <>} ; - in_Prep = {s = [] ; c = CPrep P_in ; isDir = False ; lock_Prep = <>} ; - su_Prep = {s = [] ; c = CPrep P_su ; 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 = <>} ; - - - mk2N2 = \n,p -> n ** {lock_N2 = <> ; c2 = p} ; - diN2 n = mk2N2 n genitive ; - aN2 n = mk2N2 n dative ; - mkN3 = \n,p,q -> n ** {lock_N3 = <> ; c2 = p ; c3 = q} ; - - mk2PN : Str -> Gender -> PN ; - 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} ** {lock_NP = <>} ; - - mk5A a b c d e = - compADeg {s = \\_ => (mkAdj a b c d e).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 => "pi" ++ 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 = <>} ; - - regV x = - let - are = Predef.dp 3 x ; - ci = Predef.dp 2 (Predef.tk 3 x) ; - i = last ci ; - verb = case are of { - "ire" => finire_100 x ; - _ => case i of { - "c" => cercare_7 x ; - "g" => legare_8 x ; - _ => case ci of { - "ci" => cominciare_9 x ; - "gi" => mangiare_10 x ; - _ => amare_6 x - } - } - } - in verbBesch verb ** {vtyp = VHabere ; lock_V = <>} ; - - verboV ve = verbBesch ve ** {vtyp = VHabere ; lock_V = <>} ; - - mk11V - dovere devo deve dobbiamo dovro - dovetti dovesti dovette dovettero dovi dovuto = verboV (mkVerbo - dovere devo deve dobbiamo dovro - dovetti dovesti dovette dovettero dovi dovuto - ) ; - - essereV v = {s = v.s ; vtyp = VEsse ; lock_V = <>} ; - reflV v = {s = v.s ; vtyp = VRefl ; lock_V = <>} ; - - mk2V2 v p = {s = v.s ; vtyp = v.vtyp ; c2 = p ; lock_V2 = <>} ; - dirV2 v = mk2V2 v accusative ; - v2V v = v ** {lock_V = <>} ; - - mkV3 v p q = {s = v.s ; vtyp = v.vtyp ; - c2 = p ; c3 = q ; lock_V3 = <>} ; - dirV3 v p = mkV3 v accusative p ; - dirdirV3 v = dirV3 v dative ; - - 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 - mkV2S v p = mk2V2 v p ** {mn,mp = Indic ; lock_V2S = <>} ; - mkVV v = v ** {c2 = complAcc ; lock_VV = <>} ; - deVV v = v ** {c2 = complGen ; lock_VV = <>} ; - aVV v = v ** {c2 = complDat ; lock_VV = <>} ; - mkV2V v p t = mkV3 v p t ** {lock_V2V = <>} ; - mkVA v = v ** {lock_VA = <>} ; - mkV2A v p q = mkV3 v p q ** {lock_V2A = <>} ; - 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 : (cane : Str) -> N = regN ; - mkN : (carne : Str) -> Gender -> N = \n,g -> {s = (regN n).s ; g = g ; lock_N = <>} ; - mkN : (uomo,uomini : Str) -> Gender -> N = mk2N ; - mkN : N -> Str -> N = compN - } ; - - compN : N -> Str -> N ; - mk2N :(uomo,uomini : Str) -> Gender -> N ; - regN : Str -> N ; - mascN : N -> N ; - femN : N -> N ; - - mkN2 = overload { - mkN2 : Str -> N2 = \s -> diN2 (regN s) ; - mkN2 : N -> Prep -> N2 = mk2N2 - } ; - - mk2N2 : N -> Prep -> N2 ; - diN2 : N -> N2 ; - aN2 : N -> N2 ; - - regPN : Str -> PN ; -- feminine if "-a", otherwise masculine - --- obsolete - makeNP : Str -> Gender -> Number -> NP ; - - mkPN = overload { - mkPN : Str -> PN = regPN ; - mkPN : Str -> Gender -> PN = mk2PN - } ; - - mkA = overload { - mkA : (bianco : Str) -> A = regA ; - mkA : (solo,sola,soli,sole, solamente : Str) -> A = mk5A ; - mkA : A -> A -> A = mkADeg - } ; - mk5A : (solo,sola,soli,sole, solamente : Str) -> A ; - regA : Str -> A ; - prefA : A -> A ; - mkADeg : A -> A -> A ; - compADeg : A -> A ; - regADeg : Str -> A ; - - mkV = overload { - mkV : Str -> V = regV ; - mkV : Verbo -> V = verboV ; - mkV : - (udire,odo,ode,udiamo,udiro,udii,udisti,udi,udirono,odi,udito : Str) -> V = mk11V ; - } ; - - regV : Str -> V ; - verboV : Verbo -> V ; - mk11V : - (udire,odo,ode,udiamo,udiro,udii,udisti,udi,udirono,odi,udito : Str) -> 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/old-lib/resource/italian/PhonoIta.gf b/old-lib/resource/italian/PhonoIta.gf deleted file mode 100644 index f725aef68..000000000 --- a/old-lib/resource/italian/PhonoIta.gf +++ /dev/null @@ -1,20 +0,0 @@ -resource PhonoIta = open Prelude in { - ---3 Elision --- --- The phonological rule of *elision* can be defined as follows in GF. --- In Italian it includes both vowels and the *impure 's'*. - -oper - vocale : Strs = strs { - "a" ; "e" ; "h" ; "i" ; "o" ; "u" ; "" ; "y" - } ; - - sImpuro : Strs = strs { - "z" ; "sb" ; "sc" ; "sd" ; "sf" ; "sm" ; "sp" ; "sq" ; "sr" ; "st" ; "sv" - } ; - - elision : (_,_,_ : Str) -> Str = \il, l', lo -> - pre {il ; l' / vocale ; lo / sImpuro} ; - -} diff --git a/old-lib/resource/italian/PhraseIta.gf b/old-lib/resource/italian/PhraseIta.gf deleted file mode 100644 index 847a8977e..000000000 --- a/old-lib/resource/italian/PhraseIta.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete PhraseIta of Phrase = CatIta ** PhraseRomance with - (ResRomance = ResIta) ; diff --git a/old-lib/resource/italian/QuestionIta.gf b/old-lib/resource/italian/QuestionIta.gf deleted file mode 100644 index 2c528a32d..000000000 --- a/old-lib/resource/italian/QuestionIta.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete QuestionIta of Question = CatIta ** QuestionRomance with - (ResRomance = ResIta) ; diff --git a/old-lib/resource/italian/RelativeIta.gf b/old-lib/resource/italian/RelativeIta.gf deleted file mode 100644 index d9bae4c4f..000000000 --- a/old-lib/resource/italian/RelativeIta.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete RelativeIta of Relative = CatIta ** RelativeRomance with - (ResRomance = ResIta) ; diff --git a/old-lib/resource/italian/ResIta.gf b/old-lib/resource/italian/ResIta.gf deleted file mode 100644 index d18906d9a..000000000 --- a/old-lib/resource/italian/ResIta.gf +++ /dev/null @@ -1,13 +0,0 @@ ---1 Italian 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 ResIta of ResRomance = DiffIta ** open CommonRomance, Prelude in { - - flags optimize=all ; - -} ; diff --git a/old-lib/resource/italian/SentenceIta.gf b/old-lib/resource/italian/SentenceIta.gf deleted file mode 100644 index beaa75c73..000000000 --- a/old-lib/resource/italian/SentenceIta.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete SentenceIta of Sentence = CatIta ** SentenceRomance with - (ResRomance = ResIta) ; diff --git a/old-lib/resource/italian/StructuralIta.gf b/old-lib/resource/italian/StructuralIta.gf deleted file mode 100644 index 70f5337e8..000000000 --- a/old-lib/resource/italian/StructuralIta.gf +++ /dev/null @@ -1,141 +0,0 @@ -concrete StructuralIta of Structural = CatIta ** - open PhonoIta, MorphoIta, ParadigmsIta, BeschIta, Prelude in { - - flags optimize=all ; coding=utf8 ; - -lin - - above_Prep = {s = ["sopra"] ; c = MorphoIta.genitive ; isDir = False} ; - after_Prep = mkPrep "dopo" ; - all_Predet = { - s = \\a,c => prepCase c ++ aagrForms "tutto" "tutta" "tutti" "tutte" ! a ; - c = Nom - } ; - almost_AdA, almost_AdN = ss "quasi" ; - always_AdV = ss "sempre" ; - although_Subj = ss "benché" ** {m = Conjunct} ; - and_Conj = {s1 = [] ; s2 = "e" ; n = Pl} ; - because_Subj = ss "perché" ** {m = Indic} ; - before_Prep = mkPrep "prima" ; - behind_Prep = mkPrep "dietro" ; - between_Prep = mkPrep "fra" ; - both7and_DConj = {s1,s2 = "e" ; n = Pl} ; - but_PConj = ss "ma" ; - by8agent_Prep = {s = [] ; c = CPrep P_da ; isDir = False} ; - by8means_Prep = mkPrep "per" ; - can8know_VV = mkVV (verboV (sapere_78 "sapere")) ; - can_VV = mkVV (verboV (potere_69 "potere")) ; - during_Prep = mkPrep "durante" ; - either7or_DConj = {s1,s2 = "o" ; n = Sg} ; - everybody_NP = makeNP ["tutti"] Masc Pl ; - every_Det = {s = \\_,_ => "ogni" ; n = Sg} ; - everything_NP = pn2np (mkPN ["tutto"] Masc) ; - everywhere_Adv = ss "dappertutto" ; - few_Det = {s = \\g,c => prepCase c ++ genForms "pochi" "poche" ! g ; n = Pl} ; ----- first_Ord = {s = \\ag => (regA "primo").s ! Posit ! AF ag.g ag.n} ; - for_Prep = mkPrep "per" ; - from_Prep = complGen ; --- - he_Pron = - mkPronoun - "lui" "lo" "gli" "glie" "lui" "suo" "sua" "suoi" "sue" - Masc Sg P3 ; - here7from_Adv = ss ["da quì"] ; - here7to_Adv = ss "quì" ; - here_Adv = ss "quì" ; - how_IAdv = ss "come" ; - how8many_IDet = {s = \\g,c => prepCase c ++ genForms "quanti" "quante" ! g ; n = Pl} ; - if_Subj = ss "se" ** {m = Indic} ; - in8front_Prep = mkPrep "davanti" ; - i_Pron = - mkPronoun - "io" "mi" "mi" "me" "me" "mio" "mia" "miei" "mie" - Masc Sg P1 ; - in_Prep = {s = [] ; c = CPrep P_in ; isDir = False} ; - it_Pron = - mkPronoun - "lui" "lo" "gli" "glie" "lui" "suo" "sua" "suoi" "sue" - Masc Sg P3 ; - less_CAdv = ss "meno" ; - many_Det = {s = \\g,c => prepCase c ++ genForms "molti" "molte" ! g ; n = Pl} ; - more_CAdv = ss "più" ; - most_Predet = {s = \\_,c => prepCase c ++ ["la maggior parte"] ; c = CPrep P_di} ; - much_Det = {s = \\g,c => prepCase c ++ genForms "molto" "molta" ! g ; n = Sg} ; - must_VV = mkVV (verboV (dovere_47 "dovere")) ; - no_Utt = ss "no" ; - on_Prep = {s = [] ; c = CPrep P_su ; isDir = False} ; ----- one_Quant = {s = \\g,c => prepCase c ++ genForms "uno" "una" ! g} ; - only_Predet = {s = \\_,c => prepCase c ++ "soltanto" ; c = Nom} ; --- solo|a|i|e - or_Conj = {s1 = [] ; s2 = "o" ; n = Sg} ; - otherwise_PConj = ss "altramente" ; - part_Prep = complGen ; - please_Voc = ss ["per favore"] ; - possess_Prep = complGen ; - quite_Adv = ss "assai" ; - she_Pron = - mkPronoun - "lei" "la" "le" "glie" "lei" "suo" "sua" "suoi" "sue" - Fem Sg P3 ; - so_AdA = ss "così" ; - somebody_NP = pn2np (mkPN ["qualcuno"] Masc) ; - somePl_Det = {s = \\_,c => prepCase c ++ "qualche" ; n = Pl} ; - someSg_Det = {s = \\_,c => prepCase c ++ "qualche" ; n = Sg} ; - something_NP = pn2np (mkPN ["qualche cosa"] Masc) ; - somewhere_Adv = ss ["qualche parte"] ; - that_Quant = { - s = table { - Sg => \\g,c => prepCase c ++ genForms "quello" "quella" ! g ; - Pl => \\g,c => prepCase c ++ genForms "quelli" "quelle" ! g ---- quegli - } - } ; - there7from_Adv = ss ["di là"] ; - there7to_Adv = ss "là" ; --- ci - there_Adv = ss "là" ; - therefore_PConj = ss "quindi" ; - they_Pron = mkPronoun - "loro" "loro" "li" "glie" "loro" "loro" "loro" "loro" "loro" - Masc Pl P3 ; - this_Quant = { - s = table { - Sg => \\g,c => prepCase c ++ genForms "questo" "questa" ! g ; - Pl => \\g,c => prepCase c ++ genForms "questi" "queste" ! g - } - } ; - through_Prep = mkPrep "per" ; - too_AdA = ss "troppo" ; - to_Prep = complDat ; - under_Prep = mkPrep "sotto" ; - very_AdA = ss "molto" ; - want_VV = mkVV (verboV (volere_96 "volere")) ; - we_Pron = - mkPronoun "noi" "ci" "ci" "ce" "noi" "nostro" "nostra" "nostri" "nostre" - Masc Pl P1 ; - whatSg_IP = {s = \\c => prepCase c ++ ["che cosa"] ; a = aagr Fem Sg} ; - whatPl_IP = {s = \\c => prepCase c ++ ["che cose"] ; a = aagr Fem Pl} ; --- - when_IAdv = ss "quando" ; - when_Subj = ss "quando" ** {m = Indic} ; - where_IAdv = ss "dove" ; - which_IQuant = {s = table { - Sg => \\g,c => prepCase c ++ genForms "quale" "quale" ! g ; - Pl => \\g,c => prepCase c ++ genForms "quali" "quali" ! g - } - } ; - whoPl_IP = {s = \\c => prepCase c ++ "chi" ; a = aagr Masc Pl} ; - whoSg_IP = {s = \\c => prepCase c ++ "chi" ; a = aagr Masc Sg} ; - why_IAdv = ss "perché" ; - without_Prep = mkPrep "senza" ; - with_Prep = {s = [] ; c = CPrep P_con ; isDir = False} ; - yes_Utt = ss "sì" ; - youSg_Pron = mkPronoun - "tu" "ti" "ti" "te" "te" "tuo" "tua" "tuoi" "tue" - Masc Sg P2 ; - youPl_Pron = - mkPronoun - "voi" "vi" "vi" "ve" "voi" "vostro" "vostra" "vostri" "vostre" - Masc Pl P2 ; - youPol_Pron = - mkPronoun - "Lei" "La" "Le" "Glie" "Lei" "Suo" "Sua" "Suoi" "Sue" - Masc Sg P3 ; - -} - diff --git a/old-lib/resource/italian/VerbIta.gf b/old-lib/resource/italian/VerbIta.gf deleted file mode 100644 index 7af634d4f..000000000 --- a/old-lib/resource/italian/VerbIta.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete VerbIta of Verb = CatIta ** VerbRomance with - (ResRomance = ResIta) ; diff --git a/old-lib/resource/mathematical/Mathematical.gf b/old-lib/resource/mathematical/Mathematical.gf deleted file mode 100644 index 65afef3b1..000000000 --- a/old-lib/resource/mathematical/Mathematical.gf +++ /dev/null @@ -1,31 +0,0 @@ ---1 The Mathematics API to the Resource Grammar - --- This grammar is a collection of the different modules. --- It differs from $Lang$ in two main ways: --- - the combinations in Noun, Verb, Adjective, Adverb, Sentence are not included --- - instead, Symbol and Predication are used --- --- --- In practice, the most important difference is that only present-tense sentences --- are included, and that symbolic expressions are recognized as NPs. - -abstract Mathematical = - Noun - [ComplN2], --- to avoid ambiguity --- Verb, - Adjective, - Adverb, - Numeral, --- Sentence, - Question, - Relative, - Conjunction, - Phrase, - Text, - Idiom, - Structural, - - Symbol, - Predication, - - Lexicon - ** {} ; diff --git a/old-lib/resource/mathematical/MathematicalCat.gf b/old-lib/resource/mathematical/MathematicalCat.gf deleted file mode 100644 index 36d6985f1..000000000 --- a/old-lib/resource/mathematical/MathematicalCat.gf +++ /dev/null @@ -1,26 +0,0 @@ ---# -path=.:present:prelude - -concrete MathematicalCat of Mathematical = - NounCat - [ComplN2], --- to avoid ambiguity --- VerbCat, - AdjectiveCat, - AdverbCat, - NumeralCat, --- SentenceCat, - QuestionCat, - RelativeCat, - ConjunctionCat, - PhraseCat, - TextX - [Tense,TPres,TPast,TFut,TCond], - IdiomCat, - StructuralCat, - - SymbolCat, - PredicationCat, -- - [predV3,predV2], --- gf bug - - LexiconCat - ** { - -flags startcat = Phr ; - -} ; diff --git a/old-lib/resource/mathematical/MathematicalDan.gf b/old-lib/resource/mathematical/MathematicalDan.gf deleted file mode 100644 index 7d8785b12..000000000 --- a/old-lib/resource/mathematical/MathematicalDan.gf +++ /dev/null @@ -1,27 +0,0 @@ ---# -path=.:present:prelude - -concrete MathematicalDan of Mathematical = - NounDan - [ComplN2], --- to avoid ambiguity --- VerbDan, - AdjectiveDan, - AdverbDan, - NumeralDan, --- SentenceDan, - QuestionDan, - RelativeDan, - ConjunctionDan, - PhraseDan, - TextX, - IdiomDan, - - StructuralDan, - - SymbolDan, - PredicationDan, - - LexiconDan - ** { - -flags startcat = Phr ; - -} ; diff --git a/old-lib/resource/mathematical/MathematicalEng.gf b/old-lib/resource/mathematical/MathematicalEng.gf deleted file mode 100644 index 9042a3eb9..000000000 --- a/old-lib/resource/mathematical/MathematicalEng.gf +++ /dev/null @@ -1,26 +0,0 @@ ---# -path=.:present:prelude - -concrete MathematicalEng of Mathematical = - NounEng - [ComplN2], --- to avoid ambiguity --- VerbEng, - AdjectiveEng, - AdverbEng, - NumeralEng, --- SentenceEng, - QuestionEng, - RelativeEng, - ConjunctionEng, - PhraseEng, - StructuralEng, - TextX, - IdiomEng, - - SymbolEng, - PredicationEng, - - LexiconEng - ** { - -flags startcat = Phr ; - -} ; diff --git a/old-lib/resource/mathematical/MathematicalFin.gf b/old-lib/resource/mathematical/MathematicalFin.gf deleted file mode 100644 index 26704d6e3..000000000 --- a/old-lib/resource/mathematical/MathematicalFin.gf +++ /dev/null @@ -1,26 +0,0 @@ ---# -path=.:present:prelude - -concrete MathematicalFin of Mathematical = - NounFin - [ComplN2], --- to avoid ambiguity --- VerbFin, - AdjectiveFin, - AdverbFin, - NumeralFin, --- SentenceFin, - QuestionFin, - RelativeFin, - ConjunctionFin, - PhraseFin, - TextX, - IdiomFin, - StructuralFin, - - SymbolFin, - PredicationFin, - - LexiconFin - ** { - -flags startcat = Phr ; - -} ; diff --git a/old-lib/resource/mathematical/MathematicalFre.gf b/old-lib/resource/mathematical/MathematicalFre.gf deleted file mode 100644 index 65eb6a9b5..000000000 --- a/old-lib/resource/mathematical/MathematicalFre.gf +++ /dev/null @@ -1,26 +0,0 @@ ---# -path=.:present:prelude - -concrete MathematicalFre of Mathematical = - NounFre - [ComplN2], --- to avoid ambiguity --- VerbFre, - AdjectiveFre, - AdverbFre, - NumeralFre, --- SentenceFre, - QuestionFre, - RelativeFre, - ConjunctionFre, - PhraseFre, - TextX - [Tense,TPres,TPast,TFut,TCond], - IdiomFre, - StructuralFre, - - SymbolFre, - PredicationFre - [predV3], ---- gf bug - - LexiconFre - ** { - -flags startcat = Phr ; - -} ; diff --git a/old-lib/resource/mathematical/MathematicalGer.gf b/old-lib/resource/mathematical/MathematicalGer.gf deleted file mode 100644 index 0d9eb45b5..000000000 --- a/old-lib/resource/mathematical/MathematicalGer.gf +++ /dev/null @@ -1,26 +0,0 @@ ---# -path=.:present:prelude - -concrete MathematicalGer of Mathematical = - NounGer - [ComplN2], --- to avoid ambiguity --- VerbGer, - AdjectiveGer, - AdverbGer, - NumeralGer, --- SentenceGer, - QuestionGer, - RelativeGer, - ConjunctionGer, - PhraseGer, - TextX - [Tense,TPres], - IdiomGer, - StructuralGer, - - SymbolGer, - PredicationGer, - - LexiconGer - ** { - -flags startcat = Phr ; - -} ; diff --git a/old-lib/resource/mathematical/MathematicalIta.gf b/old-lib/resource/mathematical/MathematicalIta.gf deleted file mode 100644 index 0591ef6c6..000000000 --- a/old-lib/resource/mathematical/MathematicalIta.gf +++ /dev/null @@ -1,26 +0,0 @@ ---# -path=.:present:prelude - -concrete MathematicalIta of Mathematical = - NounIta - [ComplN2], --- to avoid ambiguity --- VerbIta, - AdjectiveIta, - AdverbIta, - NumeralIta, --- SentenceIta, - QuestionIta, - RelativeIta, - ConjunctionIta, - PhraseIta, - TextX - [Tense,TPres,TPast,TFut,TCond], - IdiomIta, - StructuralIta, - - SymbolIta, - PredicationIta, -- - [predV3,predV2], --- gf bug - - LexiconIta - ** { - -flags startcat = Phr ; - -} ; diff --git a/old-lib/resource/mathematical/MathematicalNor.gf b/old-lib/resource/mathematical/MathematicalNor.gf deleted file mode 100644 index 383ced6eb..000000000 --- a/old-lib/resource/mathematical/MathematicalNor.gf +++ /dev/null @@ -1,27 +0,0 @@ ---# -path=.:present:prelude - -concrete MathematicalNor of Mathematical = - NounNor - [ComplN2], --- to avoid ambiguity --- VerbNor, - AdjectiveNor, - AdverbNor, - NumeralNor, --- SentenceNor, - QuestionNor, - RelativeNor, - ConjunctionNor, - PhraseNor, - TextX, - IdiomNor, - - StructuralNor, - - SymbolNor, - PredicationNor, - - LexiconNor - ** { - -flags startcat = Phr ; - -} ; diff --git a/old-lib/resource/mathematical/MathematicalSpa.gf b/old-lib/resource/mathematical/MathematicalSpa.gf deleted file mode 100644 index 92cebf436..000000000 --- a/old-lib/resource/mathematical/MathematicalSpa.gf +++ /dev/null @@ -1,26 +0,0 @@ ---# -path=.:present:prelude - -concrete MathematicalSpa of Mathematical = - NounSpa - [ComplN2], --- to avoid ambiguity --- VerbSpa, - AdjectiveSpa, - AdverbSpa, - NumeralSpa, --- SentenceSpa, - QuestionSpa, - RelativeSpa, - ConjunctionSpa, - PhraseSpa, - TextSpa - [Tense,TPres,TPast,TFut,TCond], - IdiomSpa, - StructuralSpa, - - SymbolSpa, - PredicationSpa, -- - [predV3,predV2], --- gf bug - - LexiconSpa - ** { - -flags startcat = Phr ; - -} ; diff --git a/old-lib/resource/mathematical/MathematicalSwe.gf b/old-lib/resource/mathematical/MathematicalSwe.gf deleted file mode 100644 index 59d5fefde..000000000 --- a/old-lib/resource/mathematical/MathematicalSwe.gf +++ /dev/null @@ -1,27 +0,0 @@ ---# -path=.:present:prelude - -concrete MathematicalSwe of Mathematical = - NounSwe - [ComplN2], --- to avoid ambiguity --- VerbSwe, - AdjectiveSwe, - AdverbSwe, - NumeralSwe, --- SentenceSwe, - QuestionSwe, - RelativeSwe, - ConjunctionSwe, - PhraseSwe, - TextX, - IdiomSwe, - - StructuralSwe, - - SymbolSwe, - PredicationSwe, - - LexiconSwe - ** { - -flags startcat = Phr ; - -} ; diff --git a/old-lib/resource/mathematical/Predication.gf b/old-lib/resource/mathematical/Predication.gf deleted file mode 100644 index f53d44005..000000000 --- a/old-lib/resource/mathematical/Predication.gf +++ /dev/null @@ -1,60 +0,0 @@ ---1 A Small Predication Library --- --- (c) Aarne Ranta 2003-2006 under Gnu GPL. --- --- This library is a derived library built on the language-independent Ground --- API of resource grammars. - -abstract Predication = Cat ** { - ---2 The category of atomic sentences - --- We want to use sentences in positive and negative forms but do not care about --- tenses. - -fun - PosCl : Cl -> S ; -- positive sentence: "x intersects y" - NegCl : Cl -> S ; -- negative sentence: "x doesn't intersect y" - ---2 Predication patterns. - - predV : V -> NP -> Cl ; -- one-place verb: "x converges" - predV2 : V2 -> NP -> NP -> Cl ; -- two-place verb: "x intersects y" - predV3 : V3 -> NP->NP-> NP -> Cl; -- three-place verb: "x intersects y at z" - predVColl : V -> NP -> NP -> Cl ; -- collective verb: "x and y intersect" - predA : A -> NP -> Cl ; -- one-place adjective: "x is even" - predA2 : A2 -> NP -> NP -> Cl ; -- two-place adj: "x is divisible by y" - predAComp : A -> NP -> NP -> Cl; -- comparative adj: "x is greater than y" - predAColl : A -> NP -> NP -> Cl ; -- collective adj: "x and y are parallel" - predN : N -> NP -> Cl ; -- one-place noun: "x is a point" - predN2 : N2 -> NP -> NP -> Cl ; -- two-place noun: "x is a divisor of y" - predNColl : N -> NP -> NP -> Cl ; -- collective noun: "x and y are duals" - predAdv : Adv -> NP -> Cl ; -- adverb: "x is inside" - predPrep : Prep -> NP -> NP -> Cl ; -- preposition: "x is outside y" - ---2 Imperatives and infinitives. - - impV2 : V2 -> NP -> Phr ; -- imperative: "solve the equation E" - infV2 : V2 -> NP -> Phr ; -- infinitive: "to solve the equation E" - ---2 Individual-valued function applications - - appN2 : N2 -> NP -> NP ; -- one-place function: "the successor of x" - appN3 : N3 -> NP -> NP -> NP ; -- two-place function: "the distance from x to y" - appColl : N2 -> NP -> NP -> NP ; -- collective function: "the sum of x and y" - ---2 Families of types - --- These are expressed by relational nouns applied to arguments. - - famN2 : N2 -> NP -> CN ; -- one-place family: "divisor of x" - famN3 : N3 -> NP -> NP -> CN ; -- two-place family: "path from x to y" - famColl : N2 -> NP -> NP -> CN ; -- collective family: "path between x and y" - ---2 Type constructor - --- This is similar to a family except that the argument is a type. - - typN2 : N2 -> CN -> CN ; -- constructed type: "list of integers" - -} diff --git a/old-lib/resource/mathematical/PredicationCat.gf b/old-lib/resource/mathematical/PredicationCat.gf deleted file mode 100644 index 95fd70cc0..000000000 --- a/old-lib/resource/mathematical/PredicationCat.gf +++ /dev/null @@ -1,4 +0,0 @@ -concrete PredicationCat of Predication = CatCat ** PredicationI with - (Syntax = SyntaxCat), - (Lang = LangCat) ; - diff --git a/old-lib/resource/mathematical/PredicationDan.gf b/old-lib/resource/mathematical/PredicationDan.gf deleted file mode 100644 index 6f1ba235e..000000000 --- a/old-lib/resource/mathematical/PredicationDan.gf +++ /dev/null @@ -1,4 +0,0 @@ -concrete PredicationDan of Predication = CatDan ** PredicationI with - (Syntax = SyntaxDan), - (Lang = LangDan) ; - diff --git a/old-lib/resource/mathematical/PredicationEng.gf b/old-lib/resource/mathematical/PredicationEng.gf deleted file mode 100644 index c7dc12c51..000000000 --- a/old-lib/resource/mathematical/PredicationEng.gf +++ /dev/null @@ -1,4 +0,0 @@ -concrete PredicationEng of Predication = CatEng ** PredicationI with - (Syntax = SyntaxEng), - (Lang = LangEng) ; - diff --git a/old-lib/resource/mathematical/PredicationFin.gf b/old-lib/resource/mathematical/PredicationFin.gf deleted file mode 100644 index 86982aaae..000000000 --- a/old-lib/resource/mathematical/PredicationFin.gf +++ /dev/null @@ -1,4 +0,0 @@ -concrete PredicationFin of Predication = CatFin ** PredicationI with - (Syntax = SyntaxFin), - (Lang = LangFin) ; - diff --git a/old-lib/resource/mathematical/PredicationFre.gf b/old-lib/resource/mathematical/PredicationFre.gf deleted file mode 100644 index da968d2b8..000000000 --- a/old-lib/resource/mathematical/PredicationFre.gf +++ /dev/null @@ -1,4 +0,0 @@ -concrete PredicationFre of Predication = CatFre ** PredicationI with - (Syntax = SyntaxFre), - (Lang = LangFre) ; - diff --git a/old-lib/resource/mathematical/PredicationGer.gf b/old-lib/resource/mathematical/PredicationGer.gf deleted file mode 100644 index 5f870309d..000000000 --- a/old-lib/resource/mathematical/PredicationGer.gf +++ /dev/null @@ -1,4 +0,0 @@ -concrete PredicationGer of Predication = CatGer ** PredicationI with - (Syntax = SyntaxGer), - (Lang = LangGer) ; - diff --git a/old-lib/resource/mathematical/PredicationI.gf b/old-lib/resource/mathematical/PredicationI.gf deleted file mode 100644 index 67cbcd67e..000000000 --- a/old-lib/resource/mathematical/PredicationI.gf +++ /dev/null @@ -1,51 +0,0 @@ -incomplete concrete PredicationI of Predication = - Cat ** open ParamX, Lang, Syntax in { - -flags optimize = all_subs ; - -lin - PosCl cl = mkS cl ; - NegCl cl = mkS PNeg cl ; - ---2 Predication patterns. - - predV v x = PredVP x (UseV v) ; -- mkCl x v ; - predV2 v x y = mkCl x v y ; - predV3 v x y z = mkCl x v y z ; - predVColl v x y = mkCl (mkNP and_Conj x y) v ; - predA a x = mkCl x a ; - predA2 a x y = mkCl x a y ; - predAComp a x y = mkCl x a y ; - predAColl a x y = mkCl (mkNP and_Conj x y) a ; - predN n x = mkCl x (mkNP IndefArt (mkCN n)) ; --- Sg/Pl ? - predN2 n x y = mkCl x (mkNP IndefArt (ComplN2 n y)) ; --- Sg/Pl ? - predNColl n x y = mkCl (mkNP and_Conj x y) (mkNP IndefArt (mkCN n)) ; - predAdv a x = mkCl x a ; - predPrep p x y = mkCl x (mkAdv p y) ; - ---2 Imperatives and infinitives. - - impV2 v x = mkPhr (mkImp v x) ; - infV2 v x = mkPhr (mkUtt (mkVP v x)) ; - ---2 Individual-valued function applications - - appN2 n x = mkNP DefArt (mkCN n x) ; - appN3 n x y = mkNP DefArt (mkCN n x y) ; - appColl n x y = mkNP DefArt (mkCN n (mkNP and_Conj x y)) ; - ---2 Families of types - --- These are expressed by relational nouns applied to arguments. - - famN2 n x = ComplN2 n x ; - famN3 n x y = ComplN2 (ComplN3 n x) y ; - famColl n x y = ComplN2 n (ConjNP and_Conj (BaseNP x y)) ; - ---2 Type constructor - --- This is similar to a family except that the argument is a type. - - typN2 f n = ComplN2 f (DetArtPl DefArt n) ; - -} diff --git a/old-lib/resource/mathematical/PredicationIta.gf b/old-lib/resource/mathematical/PredicationIta.gf deleted file mode 100644 index 1b4123c2d..000000000 --- a/old-lib/resource/mathematical/PredicationIta.gf +++ /dev/null @@ -1,4 +0,0 @@ -concrete PredicationIta of Predication = CatIta ** PredicationI with - (Syntax = SyntaxIta), - (Lang = LangIta) ; - diff --git a/old-lib/resource/mathematical/PredicationNor.gf b/old-lib/resource/mathematical/PredicationNor.gf deleted file mode 100644 index 6204c707a..000000000 --- a/old-lib/resource/mathematical/PredicationNor.gf +++ /dev/null @@ -1,4 +0,0 @@ -concrete PredicationNor of Predication = CatNor ** PredicationI with - (Syntax = SyntaxNor), - (Lang = LangNor) ; - diff --git a/old-lib/resource/mathematical/PredicationSpa.gf b/old-lib/resource/mathematical/PredicationSpa.gf deleted file mode 100644 index 037e30901..000000000 --- a/old-lib/resource/mathematical/PredicationSpa.gf +++ /dev/null @@ -1,4 +0,0 @@ -concrete PredicationSpa of Predication = CatSpa ** PredicationI with - (Syntax = SyntaxSpa), - (Lang = LangSpa) ; - diff --git a/old-lib/resource/mathematical/PredicationSwe.gf b/old-lib/resource/mathematical/PredicationSwe.gf deleted file mode 100644 index 732b11cc8..000000000 --- a/old-lib/resource/mathematical/PredicationSwe.gf +++ /dev/null @@ -1,4 +0,0 @@ -concrete PredicationSwe of Predication = CatSwe ** PredicationI with - (Syntax = SyntaxSwe), - (Lang = LangSwe) ; - diff --git a/old-lib/resource/mathematical/Symbol.gf b/old-lib/resource/mathematical/Symbol.gf deleted file mode 100644 index a8ac9ca1b..000000000 --- a/old-lib/resource/mathematical/Symbol.gf +++ /dev/null @@ -1,46 +0,0 @@ ---1 Symbolic expressions - --- *Note*. This module is not automatically included in the main --- grammar [Lang Lang.html]. - -abstract Symbol = Cat, PredefAbs ** { - ---2 Noun phrases with symbols and numbers - -fun - - SymbPN : Symb -> PN ; -- x - IntPN : Int -> PN ; -- 27 - FloatPN : Float -> PN ; -- 3.14159 - NumPN : Card -> PN ; - CNNumNP : CN -> Card -> NP ; -- level five ; level 5 - CNSymbNP : Det -> CN -> [Symb] -> NP ; -- (the) (2) numbers x and y - - ---2 Sentence consisting of a formula - - SymbS : Symb -> S ; -- A - ---2 Symbols as numerals - - SymbNum : Symb -> Card ; -- n - SymbOrd : Symb -> Ord ; -- n'th - ---2 Symbol lists - --- A symbol list has at least two elements. The last two are separated --- by a conjunction ("and" in English), the others by commas. --- This produces "x, y and z", in English. - -cat - Symb ; - [Symb]{2} ; - -fun - MkSymb : String -> Symb ; - ---2 Obsolescent - - CNIntNP : CN -> Int -> NP ; -- level 53 (covered by CNNumNP) - -} diff --git a/old-lib/resource/mathematical/SymbolCat.gf b/old-lib/resource/mathematical/SymbolCat.gf deleted file mode 100644 index 09faff744..000000000 --- a/old-lib/resource/mathematical/SymbolCat.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete SymbolCat of Symbol = CatCat ** SymbolRomance with - (ResRomance = ResCat) ; diff --git a/old-lib/resource/mathematical/SymbolDan.gf b/old-lib/resource/mathematical/SymbolDan.gf deleted file mode 100644 index ef1e73c82..000000000 --- a/old-lib/resource/mathematical/SymbolDan.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete SymbolDan of Symbol = CatDan ** SymbolScand with - (ResScand = ResDan) ; diff --git a/old-lib/resource/mathematical/SymbolEng.gf b/old-lib/resource/mathematical/SymbolEng.gf deleted file mode 100644 index 488c3fbdd..000000000 --- a/old-lib/resource/mathematical/SymbolEng.gf +++ /dev/null @@ -1,37 +0,0 @@ -concrete SymbolEng of Symbol = CatEng ** open Prelude, ResEng in { - -lin - SymbPN i = {s = \\c => i.s ; g = Neutr} ; --- c - IntPN i = {s = \\c => i.s ; g = Neutr} ; --- c - FloatPN i = {s = \\c => i.s ; g = Neutr} ; --- c - NumPN i = {s = \\c => i.s ; g = Neutr} ; --- c - CNIntNP cn i = { - s = \\c => (cn.s ! Sg ! Nom ++ i.s) ; - a = agrgP3 Sg cn.g - } ; - CNSymbNP det cn xs = { - s = \\c => det.s ++ cn.s ! det.n ! c ++ xs.s ; - a = agrgP3 det.n cn.g - } ; - CNNumNP cn i = { - s = \\c => (cn.s ! Sg ! Nom ++ i.s) ; - a = agrgP3 Sg cn.g - } ; - - SymbS sy = sy ; - - SymbNum sy = {s = sy.s ; n = Pl ; hasCard = True} ; - SymbOrd sy = {s = sy.s ++ "th"} ; - -lincat - - Symb, [Symb] = SS ; - -lin - - MkSymb s = s ; - - BaseSymb = infixSS "and" ; - ConsSymb = infixSS "," ; - -} diff --git a/old-lib/resource/mathematical/SymbolFin.gf b/old-lib/resource/mathematical/SymbolFin.gf deleted file mode 100644 index 922b19dcb..000000000 --- a/old-lib/resource/mathematical/SymbolFin.gf +++ /dev/null @@ -1,42 +0,0 @@ -concrete SymbolFin of Symbol = CatFin ** open Prelude, NounFin, ResFin in { - -lin - SymbPN i = {s = \\c => i.s} ; --- c - IntPN i = {s = \\c => i.s} ; --- c - FloatPN i = {s = \\c => i.s} ; --- c - NumPN i = {s = \\c => i.s!Sg!Nom } ; --- c - - CNIntNP cn i = { - s = \\c => cn.s ! NCase Sg (npform2case Sg c) ++ i.s ; - a = agrP3 Sg ; - isPron = False - } ; - CNSymbNP det cn xs = let detcn = NounFin.DetCN det cn in { - s = \\c => detcn.s ! c ++ xs.s ; - a = detcn.a ; - isPron = False - } ; - CNNumNP cn i = { - s = \\c => cn.s ! NCase Sg (npform2case Sg c) ++ i.s ! Sg ! Nom ; - a = agrP3 Sg ; - isPron = False - } ; - - SymbS sy = sy ; - - SymbNum n = {s = \\_,_ => n.s ; isNum = True ; n = Pl} ; - SymbOrd n = {s = \\_,_ => n.s ++ "."} ; - -lincat - - Symb, [Symb] = SS ; - -lin - - MkSymb s = s ; - - BaseSymb = infixSS "ja" ; - ConsSymb = infixSS "," ; - -} - diff --git a/old-lib/resource/mathematical/SymbolFre.gf b/old-lib/resource/mathematical/SymbolFre.gf deleted file mode 100644 index ab972c039..000000000 --- a/old-lib/resource/mathematical/SymbolFre.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete SymbolFre of Symbol = CatFre ** SymbolRomance with - (ResRomance = ResFre) ; diff --git a/old-lib/resource/mathematical/SymbolGer.gf b/old-lib/resource/mathematical/SymbolGer.gf deleted file mode 100644 index 38516d74a..000000000 --- a/old-lib/resource/mathematical/SymbolGer.gf +++ /dev/null @@ -1,43 +0,0 @@ -concrete SymbolGer of Symbol = CatGer ** open Prelude, ResGer in { - -lin - SymbPN i = {s = \\c => i.s ; g = Neutr} ; --- c - IntPN i = {s = \\c => i.s ; g = Neutr} ; --- c - FloatPN i = {s = \\c => i.s ; g = Neutr} ; --- c - NumPN i = {s = i.s ! Neutr ; g = Neutr} ; --- c - - CNIntNP cn i = { - s = \\c => cn.s ! Weak ! Sg ! Nom ++ i.s ; - a = agrP3 Sg ; - isPron = False - } ; - CNSymbNP det cn xs = let g = cn.g in { - s = \\c => det.s ! g ! c ++ cn.s ! adjfCase det.a c ! det.n ! c ++ xs.s ; - a = agrP3 det.n ; - isPron = False - } ; - CNNumNP cn i = { - s = \\c => artDef ! (GSg cn.g) ! c ++ cn.s ! Weak ! Sg ! Nom ++ i.s ! Neutr ! c ; - a = agrP3 Sg ; - isPron = False - } ; - - SymbS sy = {s = \\_ => sy.s} ; - - SymbNum n = {s = \\_,_ => n.s ; n = Pl ; isNum = True} ; - SymbOrd n = {s = \\_ => n.s ++ "."} ; - - -lincat - - Symb, [Symb] = SS ; - -lin - - MkSymb s = s ; - - BaseSymb = infixSS "und" ; - ConsSymb = infixSS "," ; - -} - diff --git a/old-lib/resource/mathematical/SymbolIta.gf b/old-lib/resource/mathematical/SymbolIta.gf deleted file mode 100644 index d4e9cbf52..000000000 --- a/old-lib/resource/mathematical/SymbolIta.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete SymbolIta of Symbol = CatIta ** SymbolRomance with - (ResRomance = ResIta) ; diff --git a/old-lib/resource/mathematical/SymbolNor.gf b/old-lib/resource/mathematical/SymbolNor.gf deleted file mode 100644 index 2e446b09b..000000000 --- a/old-lib/resource/mathematical/SymbolNor.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete SymbolNor of Symbol = CatNor ** SymbolScand with - (ResScand = ResNor) ; diff --git a/old-lib/resource/mathematical/SymbolRomance.gf b/old-lib/resource/mathematical/SymbolRomance.gf deleted file mode 100644 index 64b4e1a34..000000000 --- a/old-lib/resource/mathematical/SymbolRomance.gf +++ /dev/null @@ -1,41 +0,0 @@ -incomplete concrete SymbolRomance of Symbol = - CatRomance ** open Prelude, CommonRomance, ResRomance in { - -lin - SymbPN i = {s = i.s ; g = Masc} ; - IntPN i = {s = i.s ; g = Masc} ; - FloatPN i = {s = i.s ; g = Masc} ; - NumPN i = {s = i.s!Masc ; g = Masc} ; - - CNIntNP cn i = { - s = \\c => cn.s ! Sg ++ i.s ; - a = agrP3 cn.g Sg ; - hasClit = False - } ; - CNSymbNP det cn xs = let g = cn.g in { - s = \\c => det.s ! g ! npform2case c ++ cn.s ! det.n ++ xs.s ; - a = agrP3 g det.n ; - hasClit = False - } ; - CNNumNP cn i = { - s = \\c => artDef cn.g Sg (npform2case c) ++ cn.s ! Sg ++ i.s ! Masc ; - a = agrP3 cn.g Sg ; - hasClit = False - } ; - SymbS sy = {s = \\_ => sy.s} ; - - SymbNum n = {s = \\_ => n.s ; isNum = True ; n = Pl} ; - SymbOrd n = {s = \\_ => n.s ++ "."} ; --- - -lincat - - Symb, [Symb] = SS ; - -lin - - MkSymb s = s ; - - BaseSymb = infixSS "et" ; ---- - ConsSymb = infixSS "," ; - -} diff --git a/old-lib/resource/mathematical/SymbolScand.gf b/old-lib/resource/mathematical/SymbolScand.gf deleted file mode 100644 index 8bde4e1a4..000000000 --- a/old-lib/resource/mathematical/SymbolScand.gf +++ /dev/null @@ -1,38 +0,0 @@ -incomplete concrete SymbolScand of Symbol = - CatScand ** open Prelude, ResScand, CommonScand in { - -lin - SymbPN i = {s = \\c => i.s ; g = Neutr} ; --- c - IntPN i = {s = \\c => i.s ; g = Neutr} ; --- c - FloatPN i = {s = \\c => i.s ; g = Neutr} ; --- c - NumPN i = {s = \\c => i.s!neutrum ; g = Neutr} ; --- c - CNIntNP cn i = { - s = \\c => (cn.s ! Sg ! DIndef ! Nom ++ i.s) ; - a = agrP3 cn.g Sg - } ; - CNSymbNP det cn xs = let g = cn.g in { - s = \\c => det.s ! cn.isMod ! g ++ cn.s ! det.n ! det.det ! caseNP c ++ xs.s ; - a = agrP3 g det.n - } ; - CNNumNP cn i = { - s = \\c => (cn.s ! Sg ! DIndef ! Nom ++ i.s ! neutrum) ; - a = agrP3 cn.g Sg - } ; - - SymbS sy = {s = \\_ => sy.s} ; - - SymbNum n = {s = \\_ => n.s ; isDet = True ; n = Pl} ; - SymbOrd n = {s = n.s ++ ":te" ; isDet = True} ; --- - -lincat - - Symb, [Symb] = SS ; - -lin - - MkSymb s = s ; - - BaseSymb = infixSS conjAnd ; - ConsSymb = infixSS "," ; - -} diff --git a/old-lib/resource/mathematical/SymbolSpa.gf b/old-lib/resource/mathematical/SymbolSpa.gf deleted file mode 100644 index e56343432..000000000 --- a/old-lib/resource/mathematical/SymbolSpa.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete SymbolSpa of Symbol = CatSpa ** SymbolRomance with - (ResRomance = ResSpa) ; diff --git a/old-lib/resource/mathematical/SymbolSwe.gf b/old-lib/resource/mathematical/SymbolSwe.gf deleted file mode 100644 index b80619c06..000000000 --- a/old-lib/resource/mathematical/SymbolSwe.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete SymbolSwe of Symbol = CatSwe ** SymbolScand with - (ResScand = ResSwe) ; diff --git a/old-lib/resource/mathematical/Symbolic.gf b/old-lib/resource/mathematical/Symbolic.gf deleted file mode 100644 index 9d945c7c3..000000000 --- a/old-lib/resource/mathematical/Symbolic.gf +++ /dev/null @@ -1,64 +0,0 @@ ---1 Symbolic: Noun Phrases with mathematical symbols - -incomplete resource Symbolic = open - Symbol, Grammar, PredefCnc in { - - oper - symb : overload { - symb : Str -> NP ; -- x - symb : Int -> NP ; -- 23 - symb : Float -> NP ; -- 0.99 - symb : N -> Digits -> NP ; -- level 4 - symb : N -> Card -> NP ; -- level four - symb : CN -> Card -> NP ; -- advanced level four - symb : Det -> N -> Card -> NP ; -- the number four - symb : Det -> CN -> Card -> NP ; -- the even number four - symb : Det -> N -> Str -> Str -> NP ; -- the levels i and j - symb : Det -> CN -> [Symb] -> NP ; -- the basic levels i, j, and k - symb : Symb -> S ; -- A - symb : Symb -> Card ; -- n - symb : Symb -> Ord -- n'th - } ; - - mkSymb : Str -> Symb ; - mkInt : Str -> PredefCnc.Int ; - mkFloat : Str -> PredefCnc.Float ; - ---. - - symb = overload { - symb : Str -> NP - = \s -> UsePN (SymbPN (mkSymb s)) ; - symb : Int -> NP - = \i -> UsePN (IntPN i) ; - symb : Float -> NP - = \i -> UsePN (FloatPN i) ; - symb : N -> Digits -> NP - = \c,i -> CNNumNP (UseN c) (NumDigits i) ; - symb : N -> Card -> NP - = \c,n -> CNNumNP (UseN c) n ; - symb : CN -> Card -> NP - = \c,n -> CNNumNP c n ; - symb : Det -> N -> Card -> NP - = \d,n,x -> DetCN d (ApposCN (UseN n) (UsePN (NumPN x))) ; - symb : Det -> CN -> Card -> NP - = \d,n,x -> DetCN d (ApposCN n (UsePN (NumPN x))) ; - symb : Det -> N -> Str -> Str -> NP - = \c,n,x,y -> CNSymbNP c (UseN n) (BaseSymb (mkSymb x) (mkSymb y)) ; - symb : Det -> CN -> [Symb] -> NP - = CNSymbNP ; - symb : Symb -> S = SymbS ; - symb : Symb -> Card = SymbNum ; - symb : Symb -> Ord = SymbOrd - - } ; - - mkSymb : Str -> Symb = \s -> {s = s ; lock_Symb = <>} ; - - mkInt i = {s = i ; lock_Int = <>} ; - mkFloat f = {s = f ; lock_Float = <>} ; - --- Integer : Type = {s : Str ; lock_Int : {}} ; --- Floating : Type = {s : Str ; lock_Float : {}} ; - -} diff --git a/old-lib/resource/mathematical/SymbolicCat.gf b/old-lib/resource/mathematical/SymbolicCat.gf deleted file mode 100644 index de79ec2ba..000000000 --- a/old-lib/resource/mathematical/SymbolicCat.gf +++ /dev/null @@ -1,5 +0,0 @@ ---# -path=.:present:mathematical:prelude - -resource SymbolicCat = Symbolic with - (Symbol = SymbolCat), - (Grammar = GrammarCat) ; diff --git a/old-lib/resource/mathematical/SymbolicDan.gf b/old-lib/resource/mathematical/SymbolicDan.gf deleted file mode 100644 index cbbe7e0ad..000000000 --- a/old-lib/resource/mathematical/SymbolicDan.gf +++ /dev/null @@ -1,5 +0,0 @@ ---# -path=.:present:mathematical:prelude - -resource SymbolicDan = Symbolic with - (Symbol = SymbolDan), - (Grammar = GrammarDan) ; diff --git a/old-lib/resource/mathematical/SymbolicEng.gf b/old-lib/resource/mathematical/SymbolicEng.gf deleted file mode 100644 index c9b559a22..000000000 --- a/old-lib/resource/mathematical/SymbolicEng.gf +++ /dev/null @@ -1,5 +0,0 @@ ---# -path=.:present:mathematical:prelude - -resource SymbolicEng = Symbolic with - (Symbol = SymbolEng), - (Grammar = GrammarEng) ; diff --git a/old-lib/resource/mathematical/SymbolicFin.gf b/old-lib/resource/mathematical/SymbolicFin.gf deleted file mode 100644 index f8b88526b..000000000 --- a/old-lib/resource/mathematical/SymbolicFin.gf +++ /dev/null @@ -1,5 +0,0 @@ ---# -path=.:present:mathematical:prelude - -resource SymbolicFin = Symbolic with - (Symbol = SymbolFin), - (Grammar = GrammarFin) ; diff --git a/old-lib/resource/mathematical/SymbolicFre.gf b/old-lib/resource/mathematical/SymbolicFre.gf deleted file mode 100644 index ee0b2acc9..000000000 --- a/old-lib/resource/mathematical/SymbolicFre.gf +++ /dev/null @@ -1,5 +0,0 @@ ---# -path=.:present:mathematical:prelude - -resource SymbolicFre = Symbolic with - (Symbol = SymbolFre), - (Grammar = GrammarFre) ; diff --git a/old-lib/resource/mathematical/SymbolicGer.gf b/old-lib/resource/mathematical/SymbolicGer.gf deleted file mode 100644 index 8b8d7111d..000000000 --- a/old-lib/resource/mathematical/SymbolicGer.gf +++ /dev/null @@ -1,5 +0,0 @@ ---# -path=.:present:mathematical:prelude - -resource SymbolicGer = Symbolic with - (Symbol = SymbolGer), - (Grammar = GrammarGer) ; diff --git a/old-lib/resource/mathematical/SymbolicIta.gf b/old-lib/resource/mathematical/SymbolicIta.gf deleted file mode 100644 index d4b578c8d..000000000 --- a/old-lib/resource/mathematical/SymbolicIta.gf +++ /dev/null @@ -1,5 +0,0 @@ ---# -path=.:present:mathematical:prelude - -resource SymbolicIta = Symbolic with - (Symbol = SymbolIta), - (Grammar = GrammarIta) ; diff --git a/old-lib/resource/mathematical/SymbolicNor.gf b/old-lib/resource/mathematical/SymbolicNor.gf deleted file mode 100644 index b4eff28e0..000000000 --- a/old-lib/resource/mathematical/SymbolicNor.gf +++ /dev/null @@ -1,5 +0,0 @@ ---# -path=.:present:mathematical:prelude - -resource SymbolicNor = Symbolic with - (Symbol = SymbolNor), - (Grammar = GrammarNor) ; diff --git a/old-lib/resource/mathematical/SymbolicSpa.gf b/old-lib/resource/mathematical/SymbolicSpa.gf deleted file mode 100644 index ae44431f5..000000000 --- a/old-lib/resource/mathematical/SymbolicSpa.gf +++ /dev/null @@ -1,5 +0,0 @@ ---# -path=.:present:mathematical:prelude - -resource SymbolicSpa = Symbolic with - (Symbol = SymbolSpa), - (Grammar = GrammarSpa) ; diff --git a/old-lib/resource/mathematical/SymbolicSwe.gf b/old-lib/resource/mathematical/SymbolicSwe.gf deleted file mode 100644 index 193d8e84d..000000000 --- a/old-lib/resource/mathematical/SymbolicSwe.gf +++ /dev/null @@ -1,5 +0,0 @@ ---# -path=.:present:mathematical:prelude - -resource SymbolicSwe = Symbolic with - (Symbol = SymbolSwe), - (Grammar = GrammarSwe) ; diff --git a/old-lib/resource/mkPresent b/old-lib/resource/mkPresent deleted file mode 100644 index 21f70c75a..000000000 --- a/old-lib/resource/mkPresent +++ /dev/null @@ -1 +0,0 @@ -grep -v "\-\-\# notpresent" $1 diff --git a/old-lib/resource/norwegian/AdjectiveNor.gf b/old-lib/resource/norwegian/AdjectiveNor.gf deleted file mode 100644 index e1c722b36..000000000 --- a/old-lib/resource/norwegian/AdjectiveNor.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete AdjectiveNor of Adjective = CatNor ** AdjectiveScand with - (ResScand = ResNor) ; diff --git a/old-lib/resource/norwegian/AdverbNor.gf b/old-lib/resource/norwegian/AdverbNor.gf deleted file mode 100644 index 09244f110..000000000 --- a/old-lib/resource/norwegian/AdverbNor.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete AdverbNor of Adverb = CatNor ** AdverbScand with - (ResScand = ResNor) ; diff --git a/old-lib/resource/norwegian/AllNor.gf b/old-lib/resource/norwegian/AllNor.gf deleted file mode 100644 index cf84e6768..000000000 --- a/old-lib/resource/norwegian/AllNor.gf +++ /dev/null @@ -1,7 +0,0 @@ ---# -path=.:../scandinavian:../abstract:../common:prelude - -concrete AllNor of AllNorAbs = - LangNor, - IrregNor - [fly_V], - ExtraNor - ** {} ; diff --git a/old-lib/resource/norwegian/AllNorAbs.gf b/old-lib/resource/norwegian/AllNorAbs.gf deleted file mode 100644 index a252fd6f2..000000000 --- a/old-lib/resource/norwegian/AllNorAbs.gf +++ /dev/null @@ -1,5 +0,0 @@ -abstract AllNorAbs = - Lang, - IrregNorAbs - [fly_V], - ExtraNorAbs - ** {} ; diff --git a/old-lib/resource/norwegian/CatNor.gf b/old-lib/resource/norwegian/CatNor.gf deleted file mode 100644 index bfc4b5390..000000000 --- a/old-lib/resource/norwegian/CatNor.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete CatNor of Cat = CommonX ** CatScand with - (ResScand = ResNor) ; diff --git a/old-lib/resource/norwegian/ConjunctionNor.gf b/old-lib/resource/norwegian/ConjunctionNor.gf deleted file mode 100644 index 85357dffd..000000000 --- a/old-lib/resource/norwegian/ConjunctionNor.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete ConjunctionNor of Conjunction = CatNor ** ConjunctionScand with - (ResScand = ResNor) ; diff --git a/old-lib/resource/norwegian/DiffNor.gf b/old-lib/resource/norwegian/DiffNor.gf deleted file mode 100644 index 3723369f2..000000000 --- a/old-lib/resource/norwegian/DiffNor.gf +++ /dev/null @@ -1,90 +0,0 @@ -instance DiffNor of DiffScand = open CommonScand, Prelude in { - --- Parameters. - - param - Gender = Utr Sex | Neutr ; - Sex = Masc | Fem ; - - oper - utrum = Utr Masc ; - neutrum = Neutr ; - - gennum : Gender -> Number -> GenNum = \g,n -> - case < : Gender * Number> of { - => SgUtr ; - => SgNeutr ; - _ => Plg - } ; - - detDef : Species = Def ; - - Verb : Type = { - s : VForm => Str ; - part : Str ; - vtype : VType ; - isVaere : Bool - } ; - - hasAuxBe v = v.isVaere ; - --- Strings. - - conjThat = "at" ; - conjThan = "enn" ; - conjAnd = "og" ; - compMore = "mere" ; - infMark = "" ; - - subjIf = "hvis" ; - - artIndef : Gender => Str = table { - Utr Masc => "en" ; - Utr Fem => "ei" ; - Neutr => "et" - } ; - - verbHave = - mkVerb "ha" "har" "ha" "hadde" "hatt" "haven" "havet" "havne" - ** {part = [] ; isVaere = False} ; - verbBe = - mkVerb "vre" "er" "var" "var" "vrt" "vren" "vret" "vrne" - ** {part = [] ; isVaere = False} ; - verbBecome = - mkVerb "bli" "blir" "bli" "ble" "blitt" "bliven" "blivet" "blivne" - ** {part = [] ; isVaere = True} ; - - -- auxiliary - noPart = {part = []} ; - - auxFut = "vil" ; -- "skal" in ExtNor - auxCond = "ville" ; - - negation : Polarity => Str = table { - Pos => [] ; - Neg => "ikke" - } ; - - genderForms : (x1,x2 : Str) -> Gender => Str = \all,allt -> - table { - Utr _ => all ; - Neutr => allt - } ; - - relPron : GenNum => RCase => Str = \\gn,c => case c of { - RNom | RPrep False => "som" ; - RGen => "hvis" ; - RPrep _ => gennumForms "hvilken" "hvilket" "hvilke" ! gn - } ; - - pronSuch = gennumForms "sdan" "sdant" "sdanne" ; - - reflPron : Agr -> Str = \a -> case a of { - {gn = Plg ; p = P1} => "oss" ; - {gn = Plg ; p = P2} => "jer" ; - {p = P1} => "meg" ; - {p = P2} => "deg" ; - {p = P3} => "seg" - } ; - -} diff --git a/old-lib/resource/norwegian/ExtraNor.gf b/old-lib/resource/norwegian/ExtraNor.gf deleted file mode 100644 index 1cfd1008b..000000000 --- a/old-lib/resource/norwegian/ExtraNor.gf +++ /dev/null @@ -1,8 +0,0 @@ -concrete ExtraNor of ExtraNorAbs = ExtraScandNor ** open CommonScand, ResNor in { - - lin - PossNP np pro = { - s = \\c => np.s ! NPNom ++ pro.s ! NPPoss np.a.gn ; ---- c - a = np.a - } ; -} diff --git a/old-lib/resource/norwegian/ExtraNorAbs.gf b/old-lib/resource/norwegian/ExtraNorAbs.gf deleted file mode 100644 index 21c03ae7e..000000000 --- a/old-lib/resource/norwegian/ExtraNorAbs.gf +++ /dev/null @@ -1,9 +0,0 @@ --- Structures special for Norwegian. These are not implemented in other --- Scandinavian languages. - -abstract ExtraNorAbs = ExtraScandAbs ** { - - fun - PossNP : NP -> Pron -> NP ; -- bilen min - -} \ No newline at end of file diff --git a/old-lib/resource/norwegian/ExtraScandNor.gf b/old-lib/resource/norwegian/ExtraScandNor.gf deleted file mode 100644 index 5f988fe7e..000000000 --- a/old-lib/resource/norwegian/ExtraScandNor.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete ExtraScandNor of ExtraScandAbs = CatNor ** ExtraScand with - (ResScand = ResNor) ; diff --git a/old-lib/resource/norwegian/GrammarNor.gf b/old-lib/resource/norwegian/GrammarNor.gf deleted file mode 100644 index ed36ad496..000000000 --- a/old-lib/resource/norwegian/GrammarNor.gf +++ /dev/null @@ -1,21 +0,0 @@ ---# -path=.:../scandinavian:../abstract:../common:prelude - -concrete GrammarNor of Grammar = - NounNor, - VerbNor, - AdjectiveNor, - AdverbNor, - NumeralNor, - SentenceNor, - QuestionNor, - RelativeNor, - ConjunctionNor, - PhraseNor, - TextX, - IdiomNor, - StructuralNor - ** { - -flags startcat = Phr ; unlexer = text ; lexer = text ; - -} ; diff --git a/old-lib/resource/norwegian/IdiomNor.gf b/old-lib/resource/norwegian/IdiomNor.gf deleted file mode 100644 index 998d8fa8d..000000000 --- a/old-lib/resource/norwegian/IdiomNor.gf +++ /dev/null @@ -1,40 +0,0 @@ -concrete IdiomNor of Idiom = CatNor ** - open MorphoNor, ParadigmsNor, IrregNor, Prelude in { - - flags optimize=all_subs ; - - lin - - ImpersCl vp = mkClause "det" (agrP3 ParadigmsNor.neutrum Sg) vp ; - GenericCl vp = mkClause "man" (agrP3 utrum Sg) vp ; - - CleftNP np rs = mkClause "det" (agrP3 ParadigmsNor.neutrum Sg) - (insertObj (\\_ => np.s ! rs.c ++ rs.s ! np.a) (predV verbBe)) ; - - CleftAdv ad s = mkClause "det" (agrP3 ParadigmsNor.neutrum Sg) - (insertObj (\\_ => ad.s ++ s.s ! Sub) (predV verbBe)) ; - - ExistNP np = - mkClause "det" (agrP3 ParadigmsNor.neutrum Sg) (insertObj - (\\_ => np.s ! accusative) (predV (depV finne_V))) ; - - ExistIP ip = { - s = \\t,a,p => - let - cls = - (mkClause "det" (agrP3 ParadigmsNor.neutrum Sg) (predV (depV finne_V))).s ! t ! a ! p ; - who = ip.s ! accusative - in table { - QDir => who ++ cls ! Inv ; - QIndir => who ++ cls ! Sub - } - } ; - - ProgrVP vp = - insertObj (\\a => ["ved "] ++ infVP vp a) (predV verbBe) ; - - ImpPl1 vp = {s = ["lat oss"] ++ infVP vp {gn = Plg ; p = P1}} ; - - -} - diff --git a/old-lib/resource/norwegian/IrregNor.gf b/old-lib/resource/norwegian/IrregNor.gf deleted file mode 100644 index ba734148b..000000000 --- a/old-lib/resource/norwegian/IrregNor.gf +++ /dev/null @@ -1,72 +0,0 @@ ---# -path=.:../scandinavian:../common:../abstract:../../prelude - --- see: http://frodo.bruderhof.com/norskklassen/commonverbs.htm - -concrete IrregNor of IrregNorAbs = CatNor ** open ParadigmsNor in { - - flags optimize=values ; - - lin be_V = mkV "be" "ber" "bes" "bad" "bedt" "be" ; - lin bite_V = irregV "bite" (variants {"bet" ; "beit"}) "bitt" ; - lin bli_V = irregV "bli" (variants {"ble" ; "blei"}) "blitt" ; - lin brenne_V = irregV "brenne" (variants {"brant" ; "brente"}) "brent" ; - lin bringe_V = irregV "bringe" "brakte" "brakt" ; - lin burde_V = irregV "burde" "burde" "burdet" ; - lin bre_V = irregV "bre" "bar" "bret" ; - lin dra_V = mkV "dra" "drar" "dras" "drog" (variants {"dradd" ; "dratt"}) "dra" ; - lin drikke_V = irregV "drikke" "drakk" "drukket" ; - lin drive_V = irregV "drive" (variants {"drev" ; "dreiv"}) "drevet" ; - lin d_V = irregV "d" (variants {"ddde" ; "dde"}) "ddd" ; - lin eie_V = irregV "eie" (variants {"eide" ; "tte"}) (variants {"eid" ; "tt"}) ; - lin falle_V = irregV "falle" "falt" "falt" ; - lin finne_V = irregV "finne" "fant" "funnet" ; - lin fly_V = irregV "fly" (variants {"fly" ; "flaug"}) (variants {"flyet";"flydd"}) ; - lin flyte_V = irregV "flyte" (variants {"flte" ; "flaut"}) "flytt" ; - lin foretrekke_V = irregV "foretrekke" "foretrakk" "foretrukket" ; - lin forlate_V = irregV "forlate" "forlot" "forlatt" ; - lin forst_V = irregV "forst" "forstod" "forsttt" ; - lin fortelle_V = irregV "fortelle" "fortalte" "fortalt" ; - lin fryse_V = irregV "fryse" "frs" "frosset" ; - lin f_V = irregV "f" "fikk" "ftt" ; - lin gi_V = irregV "gi" "gav" "gitt" ; - lin gjelde_V = irregV "gjelde" (variants {"gjaldt" ; "galdt"}) "gjeldt" ; - lin gjre_V = irregV "gjre" "gjorde" "gjort" ; - lin gni_V = irregV "gni" (variants {"gned" ; "gnei" ; "gnidde"}) "gnidd" ; - lin g_V = irregV "g" "gikk" "gtt" ; - lin ha_V = irregV "ha" "hadde" "hatt" ; - lin hente_V = irregV "hente" "hentet" "hendt" ; - lin hete_V = irregV "hete" (variants {"het" ; "hette"}) "hett" ; - lin hjelpe_V = irregV "hjelpe" "hjalp" "hjulpet" ; - lin holde_V = irregV "holde" "holdt" "holdt" ; - lin komme_V = irregV "komme" "kom" "kommet" ; - lin kunne_V = irregV "kunne" "kunne" "kunnet" ; - lin la_V = irregV "la" "lot" "latt" ; - lin legge_V = irregV "legge" "la" "lagt" ; - lin ligge_V = irregV "ligge" "l" "ligget" ; - lin lpe_V = irregV "lpe" "lp" (variants {"lpt" ; "lpet"}) ; - lin mtte_V = irregV "mtte" "mtte" "mttet" ; - lin renne_V = irregV "renne" "rant" "rent" ; - lin se_V = mkV "se" "ser" "ses" "s" "sett" "se" ; - lin selge_V = irregV "selge" "solgte" "solgt" ; - lin sette_V = irregV "sette" "satte" "satt" ; - lin si_V = mkV "si" "sier" "sies" "sa" "sagt" "sagd" ; - lin sitte_V = irregV "sitte" "satt" "sittet" ; - lin skjre_V = irregV "skjre" "skar" "skret" ; - lin skrive_V = irregV "skrive" "skrev" "skrevet" ; - lin skulle_V = irregV "skulle" "skulle" "skullet" ; - lin sl_V = irregV "sl" "slo" "sltt" ; - lin slss_V = mkV "slss" "slss" "slss" "sloss" "slss" "slss" ; - lin sove_V = irregV "sove" "sov" "sovet" ; - lin springe_V = irregV "springe" "sprang" "sprunget" ; - lin sprre_V = irregV "sprre" "spurte" "spurt" ; - lin stikke_V = irregV "stikke" "stakk" "stukket" ; - lin st_V = irregV "st" "stod" "sttt" ; - lin suge_V = irregV "suge" (variants {"sugde" ; "saug"}) "sugd" ; - lin synes_V = irregV "synes" "syntes" (variants {"synes" ; "syns"}) ; - lin synge_V = irregV "synge" "sang" "sunget" ; - lin ta_V = irregV "ta" "tok" "tatt" ; - lin treffe_V = irregV "treffe" "traff" "truffet" ; - lin trives_V = irregV "trives" "trivdes" (variants {"trives" ; "trivs"}) ; - lin ville_V = irregV "ville" "ville" "villet" ; - lin vite_V = mkV "vite" "vet" "vetes" "visste" "visst" "vit" ; -} diff --git a/old-lib/resource/norwegian/IrregNorAbs.gf b/old-lib/resource/norwegian/IrregNorAbs.gf deleted file mode 100644 index 2c6c61181..000000000 --- a/old-lib/resource/norwegian/IrregNorAbs.gf +++ /dev/null @@ -1,65 +0,0 @@ -abstract IrregNorAbs = Cat ** { - fun be_V : V ; - fun bite_V : V ; - fun bli_V : V ; - fun brenne_V : V ; - fun bringe_V : V ; - fun burde_V : V ; - fun bre_V : V ; - fun dra_V : V ; - fun drikke_V : V ; - fun drive_V : V ; - fun d_V : V ; - fun eie_V : V ; - fun falle_V : V ; - fun finne_V : V ; - fun fly_V : V ; - fun flyte_V : V ; - fun foretrekke_V : V ; - fun forlate_V : V ; - fun forst_V : V ; - fun fortelle_V : V ; - fun fryse_V : V ; - fun f_V : V ; - fun gi_V : V ; - fun gjelde_V : V ; - fun gjre_V : V ; - fun gni_V : V ; - fun g_V : V ; - fun ha_V : V ; - fun hente_V : V ; - fun hete_V : V ; - fun hjelpe_V : V ; - fun holde_V : V ; - fun komme_V : V ; - fun kunne_V : V ; - fun la_V : V ; - fun legge_V : V ; - fun ligge_V : V ; - fun lpe_V : V ; - fun mtte_V : V ; - fun renne_V : V ; - fun se_V : V ; - fun selge_V : V ; - fun sette_V : V ; - fun si_V : V ; - fun sitte_V : V ; - fun skjre_V : V ; - fun skrive_V : V ; - fun skulle_V : V ; - fun sl_V : V ; - fun slss_V : V ; - fun sove_V : V ; - fun springe_V : V ; - fun sprre_V : V ; - fun stikke_V : V ; - fun st_V : V ; - fun suge_V : V ; - fun synes_V : V ; - fun synge_V : V ; - fun ta_V : V ; - fun treffe_V : V ; - fun trives_V : V ; - fun ville_V : V ; - fun vite_V : V ; -} diff --git a/old-lib/resource/norwegian/LangNor.gf b/old-lib/resource/norwegian/LangNor.gf deleted file mode 100644 index 41d51c2a9..000000000 --- a/old-lib/resource/norwegian/LangNor.gf +++ /dev/null @@ -1,10 +0,0 @@ ---# -path=.:../scandinavian:../abstract:../common:prelude - -concrete LangNor of Lang = - GrammarNor, - LexiconNor - ** { - -flags startcat = Phr ; unlexer = text ; lexer = text ; - -} ; diff --git a/old-lib/resource/norwegian/LexiconNor.gf b/old-lib/resource/norwegian/LexiconNor.gf deleted file mode 100644 index 30cda22ea..000000000 --- a/old-lib/resource/norwegian/LexiconNor.gf +++ /dev/null @@ -1,368 +0,0 @@ ---# -path=.:../scandinavian:../common:../abstract:../../prelude - -concrete LexiconNor of Lexicon = CatNor ** - open Prelude, ParadigmsNor, IrregNor in { - -flags startcat=Phr ; lexer=textlit ; unlexer=text ; - optimize=values ; - -lin - airplane_N = mk2N "fly" "flyet" ; - answer_V2S = mkV2S (regV "svare") (mkPrep "til") ; - apartment_N = mk2N "leilighet" "leiligheten" ; - apple_N = mk2N "eple" "eplet" ; - art_N = mk2N "kunst" "kunsten" ; - ask_V2Q = mkV2Q sprre_V noPrep ; - baby_N = mk2N "baby" "babyen" ; - bad_A = regADeg "drlig" ; ---- - bank_N = mk2N "bank" "banken" ; - beautiful_A = mk3ADeg "vakker" "vakkert" "vakre" ; - become_VA = mkVA (vaereV bli_V) ; - beer_N = regGenN "l" neutrum ; - beg_V2V = mkV2V be_V noPrep (mkPrep "at") ; - big_A = irregADeg "stor" "strre" "strst"; - bike_N = mkN "sykkel" "sykkelen" "sykler" "syklene" ; - bird_N = mk2N "fugl" "fuglen" ; - black_A = mk2ADeg "svart" "svart" ; - blue_A = mk2ADeg "bl" "bltt"; - boat_N = regGenN "bt" masculine ; - book_N = mkN "bok" "boka" "bker" "bkene" ; - boot_N = mkN "stvel" "stvelen" "stvler" "stvlene" ; - boss_N = mk2N "sjef" "sjefen" ; - boy_N = regGenN "gutt" masculine ; - bread_N = regGenN "brd" neutrum ; - break_V2 = dirV2 (mk2V "knuse" "knuste") ; - broad_A = regADeg "bred" ; - brother_N2 = mkN2 ( (mkN "bror" "broren" "brdre" "brdrene")) (mkPrep "til") ; - brown_A = regADeg "brun" ; - butter_N = regGenN "smr" neutrum ; - buy_V2 = dirV2 (mk2V "kjpe" "kjpte") ; - camera_N = mk2N "kamera" "kameraen" ; ---- - cap_N = mk2N "lue" "lua" ; - car_N = regGenN "bil" masculine ; - carpet_N = regGenN "matte" feminine ; - cat_N = mk2N "katt" "katten" ; - ceiling_N = regGenN "tak" neutrum ; - chair_N = regGenN "stol" masculine ; - cheese_N = regGenN "ost" masculine ; - child_N = regGenN "barn" neutrum ; - church_N = regGenN "kirke" feminine ; - city_N = mk2N "by" "byen" ; - clean_A = regADeg "rein" ; - clever_A = regADeg "klok" ; - close_V2 = dirV2 (mk2V "lukke" "lukket") ; - coat_N = regGenN "frakk" masculine ; - cold_A = regADeg "kald" ; - come_V = vaereV IrregNor.komme_V ; - computer_N = mk2N "datamaskin" "datamaskinen" ; - country_N = mk2N "land" "landet" ; - cousin_N = mk2N "fetter" "fetteren" ; ---- - cow_N = mkN "ku" "kua" "kyr" "kyrne" ; ---- - die_V = vaereV IrregNor.d_V ; - dirty_A = mk3ADeg "skitten" "skittent" "skitne" ; ---- - distance_N3 = mkN3 (regGenN "avstand" masculine) (mkPrep "fra") (mkPrep "til") ; - doctor_N = mk2N "lege" "legen" ; - dog_N = regGenN "hund" masculine ; - door_N = regGenN "dr" feminine ; - drink_V2 = dirV2 IrregNor.drikke_V ; - easy_A2V = mkA2V (regA "grei") (mkPrep "for") ; - eat_V2 = dirV2 (mk2V "spise" "spiste") ; - empty_A = mkADeg "tom" "tomt" "tomme" "tommere" "tommest" ; - enemy_N = regGenN "fiende" masculine ; - factory_N = mk2N "fabrikk" "fabrikken" ; - father_N2 = mkN2 ( (mkN "far" "faren" "fedre" "fedrene")) (mkPrep "til") ; - fear_VS = mkVS (regV "frykte") ; - find_V2 = dirV2 (irregV "finne" "fann" "funnet") ; - fish_N = mk2N "fisk" "fisken" ; - floor_N = regGenN "golv" neutrum ; - forget_V2 = dirV2 (mkV "glemme" "glemmer" "glemmes" "glemte" "glemt" "glem") ; - fridge_N = regGenN "kjleskap" neutrum ; - friend_N = mkN "venn" "vennen" "venner" "vennene" ; - fruit_N = mk2N "frukt" "frukten" ; - fun_AV = mkAV (mkA "morsom" "morsomt" "morsomme") ; - garden_N = regGenN "hage" masculine ; - girl_N = regGenN "jente" feminine ; - glove_N = regGenN "hanske" masculine ; - gold_N = regGenN "gull" neutrum ; - good_A = mkADeg "god" "godt" "gode" "bedre" "best" ; - go_V = vaereV IrregNor.g_V ; - green_A = mk2ADeg "grnn" "grnt" ; - harbour_N = regGenN "havn" feminine; - hate_V2 = dirV2 (regV "hate") ; - hat_N = regGenN "hatt" masculine ; - have_V2 = dirV2 IrregNor.ha_V ; - hear_V2 = dirV2 (mk2V "hre" "hrte") ; - hill_N = regGenN "haug" masculine ; - hope_VS = mkVS (regV "hpe") ; - horse_N = regGenN "hest" masculine ; - hot_A = regADeg "heit" ; - house_N = regGenN "hus" neutrum ; - important_A = regADeg "viktig" ; - industry_N = mk2N "industri" "industrien" ; - iron_N = regGenN "jern" neutrum ; - john_PN = mkPN "John" masculine ; - king_N = regGenN "konge" masculine ; - know_V2 = dirV2 IrregNor.vite_V ; - lake_N = regGenN "vann" neutrum ; - lamp_N = regGenN "lampe" feminine ; - learn_V2 = dirV2 (mk2V "lre" "lrte") ; - leather_N = regGenN "lr" neutrum ; - leave_V2 = dirV2 forlate_V ; - like_V2 = dirV2 (mk2V "like" "likte") ; - listen_V2 = dirV2 (regV "lytte") ; - live_V = mk2V "leve" "levde" ; - long_A = irregADeg "lang" "lengre" "lengst" ; - lose_V2 = dirV2 (mk2V "tape" "tapte") ; - love_N = regGenN "kjrlighet" masculine ; - love_V2 = dirV2 (regV "elske") ; - man_N = (mkN "mann" "mannen" "menn" "mennen") ; - married_A2 = mkA2 (mk2A "gift" "gift") (mkPrep "med") ; - meat_N = regGenN "kjtt" neutrum ; - milk_N = regGenN "melk" masculine ; - moon_N = regGenN "mne" masculine ; - mother_N2 = mkN2 (mkN "mor" "moren" "mdre" "mdrene") (mkPrep "til") ; ---- fem - mountain_N = regGenN "berg" neutrum ; - music_N = mk2N "musikk" "musikken" ; - narrow_A = regADeg "smal" ; - new_A = mkADeg "ny" "nytt" "nye" "nyere" "nyest" ; - newspaper_N = regGenN "avis" feminine ; - oil_N = regGenN "olje" masculine ; - old_A = mkADeg "gammel" "gammelt" "gamle" "eldre" "eldst" ; - open_V2 = dirV2 (regV "pne") ; - paint_V2A = mkV2A (regV "male") noPrep ; - paper_N = regGenN "papir" neutrum ; ---- - paris_PN = regGenPN "Paris" neutrum ; - peace_N = regGenN "fred" masculine ; - pen_N = regGenN "penn" masculine ; - planet_N = mk2N "planet" "planeten" ; - plastic_N = mk2N "plast" "plasten" ; - play_V2 = dirV2 (mk2V "spille" "spilte") ; - policeman_N = mk2N "politi" "politien" ; - priest_N = mk2N "prest" "presten" ; - probable_AS = mkAS (regA "sannsynlig") ; - queen_N = regGenN "dronning" feminine ; - radio_N = regGenN "radio" masculine ; - rain_V0 = mkV0 (regV "regne") ; - read_V2 = dirV2 (mk2V "lese" "leste") ; - red_A = regADeg "rd" ; - religion_N = mk2N "religion" "religionen" ; - restaurant_N = mk2N "restaurant" "restauranten" ; - river_N = mk2N "elv" "elva" ; - rock_N = regGenN "stein" masculine ; - roof_N = regGenN "tak" neutrum ; - rubber_N = mk2N "gummi" "gummien" ; - run_V = vaereV IrregNor.springe_V ; - say_VS = mkVS si_V ; - school_N = regGenN "skole" feminine; - science_N = mk2N "vitenskap" "vitenskapen" ; - sea_N = mk2N "sj" "sjen" ; - seek_V2 = mkV2 (mk2V "lete" "lette") (mkPrep "etter") ; - see_V2 = dirV2 se_V ; - sell_V3 = dirV3 selge_V (mkPrep "til") ; - send_V3 = dirV3 (mk2V "sende" "sendte") (mkPrep "til") ; - sheep_N = mk2N "fr" "fret" ; - ship_N = regGenN "skip" neutrum ; - shirt_N = regGenN "skjorte" feminine ; - shoe_N = regGenN "sko" masculine ; - shop_N = mk2N "butikk" "butikken" ; - short_A = regADeg "kort" ; - silver_N = mk2N "slv" "slvet"; - sister_N = mkN "sster" "ssteren" "sstrer" "sstrene" ; - sleep_V = irregV "sove" "sov" "sovet" ; - small_A = mkADeg "liten" "lite" "sm" "mindre" "minst" ; ---- lille - snake_N = regGenN "orm" masculine ; - sock_N = regGenN "strmpe" masculine ; - speak_V2 = dirV2 (regV "snakke") ; - star_N = regGenN "stjerne" feminine ; - steel_N = regGenN "stl" neutrum ; - stone_N = regGenN "stein" masculine ; - stove_N = regGenN "komfyr" masculine ; - student_N = mk2N "student" "studenten" ; - stupid_A = mk3ADeg "dum" "dumt" "dumme" ; - sun_N = regGenN "sol" feminine ; - switch8off_V2 = dirV2 (partV (irregV "sl" "slo" "sltt") "av") ; - switch8on_V2 = dirV2 (partV (irregV "sl" "slo" "sltt") "p") ; - table_N = regGenN "bord" neutrum ; - talk_V3 = mkV3 (regV "snakke") (mkPrep "til") (mkPrep "om") ; - teacher_N = mkN "lrer" "lreren" "lrere" "lrerne" ; - teach_V2 = dirV2 (mk2V "undervise" "underviste") ; - television_N = mk2N "fjernsyn" "fjernsynet" ; - thick_A = mk2ADeg "tykk" "tykt" ; - thin_A = mk2ADeg "tynn" "tynt" ; - train_N = regGenN "tog" neutrum ; - travel_V = vaereV (mk2V "reise" "reiste") ; - tree_N = mkN "tre" "treet" "trr" "trne" ; - ---- trousers_N = regGenN "trousers" ; ---- pl t ! - ugly_A = mk2ADeg "stygg" "stygt" ; - understand_V2 = dirV2 (irregV "forst" "forstod" "forsttt") ; - university_N = regGenN "universitet" neutrum ; - village_N = mk2N "grend" "grenda" ; - wait_V2 = mkV2 (regV "vente") (mkPrep "p") ; - walk_V = vaereV IrregNor.g_V ; - warm_A = regADeg "varm" ; - war_N = regGenN "krig" masculine ; - watch_V2 = mkV2 se_V (mkPrep "p") ; - water_N = mk2N "vatn" "vatnet" ; - white_A = regADeg "hvit" ; - window_N = mkN "vindu" "vinduet" "vinduer" "vinduene" ; ---- er? - wine_N = mk2N "vin" "vinen" ; - win_V2 = dirV2 (irregV "vinne" "vant" "vunnet") ; - woman_N = regGenN "kvinne" feminine ; ---- kvinnen - wonder_VQ = mkVQ (regV "undre") ; ---- seg - wood_N = mkN "tre" "treet" "trr" "trne" ; - write_V2 = dirV2 (irregV "skrive" "skrev" "skrevet") ; - yellow_A = regADeg "gul" ; - young_A = irregADeg "ung" "yngre" "yngst" ; - - do_V2 = dirV2 (irregV "gjre" "gjorde" "gjort") ; - now_Adv = mkAdv "n" ; - already_Adv = mkAdv "allerede" ; - song_N = mk2N "sang" "sangen" ; - add_V3 = mkV3 (partV (irregV "legge" "la" "lagt") "til") noPrep (mkPrep "til") ; - number_N = mk2N "nummer" "nummeret" ; - put_V2 = mkV2 (irregV "sette" "satte" "satt") noPrep ; - stop_V = vaereV (regV "stanse") ; - jump_V = regV "hoppe" ; - - left_Ord = {s = "venstre" ; isDet = True} ; - right_Ord = {s = "hyre" ; isDet = True} ; - far_Adv = mkAdv "fjern" ; - correct_A = regA "riktig" ; - dry_A = mk2A "trr" "trt" ; - dull_A = regA "slv" ; - full_A = regA "full" ; - heavy_A = irregADeg "tung" "tyngre" "tyngst" ; - near_A = mkADeg "nre" "nre" "nre" "nrmere" "nrmest" ; - rotten_A = mk3ADeg "rtten" "rttent" "rtne" ; - round_A = regA "rund" ; - sharp_A = mk2A "kvass" "kvast" ; - smooth_A = mk2A "slett" "slett" ; - straight_A = regA "rak" ; - wet_A = regA "vt" ; - wide_A = regA "bred" ; - animal_N = mk2N "dyr" "dyret" ; - ashes_N = mk2N "aske" "aska" ; - back_N = mk2N "rygg" "ryggen" ; - bark_N = mk2N "bark" "barken" ; - belly_N = mk2N "mage" "magen" ; - blood_N = mk2N "blod" "blodet" ; - bone_N = mk2N "bein" "beinet" ; - breast_N = mk2N "bryst" "brystet" ; - cloud_N = mk2N "sky" "skya" ; - day_N = mk2N "dag" "dagen" ; - dust_N = mk2N "stv" "stvet" ; - ear_N = mk2N "re" "ret" ; - earth_N = mk2N "jord" "jorda" ; - egg_N = mk2N "egg" "egget" ; - eye_N = mkN "ye" "yet" "yne" "ynene" ; - fat_N = mk2N "fett" "fettet" ; - feather_N = mk2N "fjr" "fjra" ; - fingernail_N = mk2N "negl" "neglen" ; - fire_N = mk2N "ild" "ilden" ; - flower_N = mk2N "blomst" "blomsten" ; - fog_N = mk2N "tke" "tka" ; - foot_N = mk2N "fot" "ftter" ; - forest_N = mk2N "skog" "skogen" ; - grass_N = mk2N "gras" "graset" ; - guts_N = mk2N "tarm" "tarmen" ; ---- involler - hair_N = mk2N "hr" "hret" ; - hand_N = mk2N "hnd" "hnden" ; - head_N = mk2N "hode" "hodet" ; - heart_N = mk2N "hjerte" "hjertet" ; - horn_N = mk2N "horn" "hornet" ; - husband_N = mkN "ektemann" "ektemannen" "ektemenn" "ektemennen" ; - ice_N = mk2N "is" "isen" ; - knee_N = mkN "kne" "kneet" "knr" "knne" ; - leaf_N = mk2N "lv" "lvet" ; - leg_N = mk2N "bein" "beinet" ; - liver_N = mkN "lever" "leveren" "levrer" "levrene" ; - louse_N = mk2N "lus" "lusa" ; - mouth_N = mk2N "munn" "munnen" ; - name_N = mk2N "navn" "navnet" ; - neck_N = mk2N "nakke" "nakken" ; - night_N = mkN "natt" "natta" "netter" "nettene" ; - nose_N = mk2N "nese" "nesen" ; - person_N = mk2N "person" "personen" ; - rain_N = mk2N "regn" "regnet" ; - road_N = mk2N "vei" "veien" ; - root_N = mkN "rot" "rota" "rtter" "rttene" ; - rope_N = mk2N "tau" "tauet" ; - salt_N = mk2N "salt" "saltet" ; - sand_N = mk2N "sand" "sanden" ; - seed_N = mk2N "fr" "fret" ; - skin_N = mk2N "skinn" "skinnet" ; - sky_N = mkN "himmel" "himmelen" "himler" "himlene" ; - smoke_N = mk2N "ryk" "ryken" ; - snow_N = mk2N "sn" "snen" ; - stick_N = mk2N "pinne" "pinnen" ; - tail_N = mk2N "hale" "halen" ; - tongue_N = mk2N "tunge" "tunga" ; - tooth_N = mkN "tann" "tanna" "tenner" "tennene" ; - wife_N = mk2N "kone" "kona" ; - wind_N = mk2N "vind" "vinden" ; - wing_N = mk2N "vinge" "vingen" ; - worm_N = mk2N "mark" "marken" ; - year_N = mk2N "r" "ret" ; - bite_V2 = dirV2 (IrregNor.bite_V) ; - blow_V = mk2V "blse" "blste" ; - burn_V = brenne_V ; - count_V2 = dirV2 (regV "regne") ; - cut_V2 = dirV2 (skjre_V) ; - dig_V = mk2V "grave" "gravde" ; - fall_V = vaereV falle_V ; - fear_V2 = dirV2 (regV "frykte") ; - fight_V2 = dirV2 (slss_V) ; - float_V = flyte_V ; - flow_V = renne_V ; - fly_V = vaereV IrregNor.fly_V ; - freeze_V = fryse_V ; - give_V3 = dirV3 gi_V (mkPrep "til"); - hit_V2 = dirV2 (sl_V) ; - hold_V2 = dirV2 (holde_V) ; - hunt_V2 = dirV2 (regV "jakte") ; - kill_V2 = dirV2 (mk2V "drepe" "drepte") ; - laugh_V = mkV "le" "ler" "les" "lo" "ledd" "le" ; - lie_V = ligge_V ; - play_V = mk2V "leke" "lekte" ; - pull_V2 = dirV2 (dra_V) ; - push_V2 = dirV2 (irregV "skyve" "skjv" "skjvet") ; - rub_V2 = dirV2 (gni_V) ; - scratch_V2 = dirV2 (regV "kl") ; - sew_V = mk2V "sy" "sydde" ; - sing_V = synge_V ; - sit_V = sitte_V ; - smell_V = regV "lukte" ; - spit_V = regV "spytte" ; - split_V2 = dirV2 (mk2V "klyve" "klyvde") ; - squeeze_V2 = dirV2 (mk2V "klemme" "klemte") ; - stab_V2 = dirV2 (stikke_V) ; - stand_V = vaereV st_V ; - suck_V2 = dirV2 (suge_V) ; - swell_V = partV (regV "hovne") "opp" ; - swim_V = regV "simme" ; - think_V = mk2V "tenke" "tenkte" ; - throw_V2 = dirV2 (regV "kaste") ; - tie_V2 = dirV2 (regV "knytte") ; - turn_V = mk2V "vende" "vendte" ; - vomit_V = partV (regV "kaste") "opp" ; - wash_V2 = dirV2 (regV "vaske") ; - wipe_V2 = dirV2 (regV "trke") ; - breathe_V = regV "puste" ; - - - grammar_N = regN "grammatikk" ; - language_N = mk2N "sprk" "sprket" ; - rule_N = mkN "regel" "regelen" "regler" "reglene" ; - - question_N = mk2N "sprsml" "sprsmlet" ; ----- ready_A = regA "frdig" ; ----- reason_N = regN "anledning" ; - today_Adv = mkAdv "idag" ; ----- uncertain_A = mk3A "osker" "oskert" "oskra" ; - -} ; - --- a" -> e" 86 --- -> 66 --- ck -> kk 20 --- -> e 44 diff --git a/old-lib/resource/norwegian/MathNor.gf b/old-lib/resource/norwegian/MathNor.gf deleted file mode 100644 index 53e9ffd99..000000000 --- a/old-lib/resource/norwegian/MathNor.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete MathNor of Math = CatNor ** MathScand with - (ResScand = ResNor) ; diff --git a/old-lib/resource/norwegian/MorphoNor.gf b/old-lib/resource/norwegian/MorphoNor.gf deleted file mode 100644 index 13a87125a..000000000 --- a/old-lib/resource/norwegian/MorphoNor.gf +++ /dev/null @@ -1,171 +0,0 @@ ---1 A Simple Norwegian Resource Morphology --- --- Aarne Ranta 2002 --- --- This resource morphology contains definitions needed in the resource --- syntax. It moreover contains copies of the most usual inflectional patterns --- as defined in functional morphology (in the Haskell file $RulesSw.hs$). --- --- We use the parameter types and word classes defined for morphology. - -resource MorphoNor = CommonScand, ResNor ** open Prelude, Predef in { - --- genders - -oper - masc = Utr Masc ; - fem = Utr Fem ; - neutr = Neutr ; - --- type synonyms - - Subst : Type = {s : Number => Species => Case => Str} ; - Adj = Adjective ; - --- nouns - - mkSubstantive : (_,_,_,_ : Str) -> Subst = - \dreng, drengen, drenger, drengene -> - {s = nounForms dreng drengen drenger drengene} ; - - extNGen : Str -> Gender = \s -> case last s of { - "n" => Utr Masc ; - "a" => Utr Fem ; - _ => Neutr - } ; - - nBil : Str -> Subst = \bil -> - mkSubstantive bil (bil + "en") (bil + "er") (bil + "erne") ** - {h1 = masc} ; - - nUke : Str -> Subst = \uke -> - mkSubstantive uke (init uke + "a") (uke + "r") (uke + "ne") ** - {h1 = fem} ; - - nHus : Str -> Subst = \hus -> - mkSubstantive hus (hus + "et") hus (hus + "ene") ** - {h1 = neutr} ; - - nHotell : Str -> Subst = \hotell -> - mkSubstantive hotell (hotell + "et") (hotell + "er") (hotell + "ene") ** - {h1 = neutr} ; - - - - --- adjectives - - mkAdject : (_,_,_,_,_ : Str) -> Adj = - \stor,stort,store,storre,storst -> {s = table { - AF (APosit (Strong SgUtr )) c => mkCase c stor ; - AF (APosit (Strong SgNeutr)) c => mkCase c stort ; - AF (APosit _) c => mkCase c store ; - AF ACompar c => mkCase c storre ; - AF (ASuperl SupStrong) c => mkCase c storst ; - AF (ASuperl SupWeak) c => mkCase c (storst + "e") - } - } ; - - aRod : Str -> Adj = \rod -> - mkAdject rod (rod + "t") (rod + "e") (rod + "ere") (rod + "est") ; - - aAbstrakt : Str -> Adj = \abstrakt -> - mkAdject abstrakt abstrakt (abstrakt + "e") (abstrakt + "ere") (abstrakt + "est") ; - - aRask : Str -> Adj = \rask -> - mkAdject rask rask (rask + "e") (rask + "ere") (rask + "est") ; - - aBillig : Str -> Adj = \billig -> - mkAdject billig billig (billig + "e") (billig + "ere") (billig + "st") ; - --- verbs - - Verbum : Type = {s : VForm => Str} ; - - mkVerb6 : (_,_,_,_,_,_ : Str) -> Verbum = - \spise,spiser,spises,spiste,spist,spis -> {s = table { - VI (VInfin v) => mkVoice v spise ; - VF (VPres Act) => spiser ; - VF (VPres Pass) => spises ; - VF (VPret v) => mkVoice v spiste ; --# notpresent - VI (VSupin v) => mkVoice v spist ; --# notpresent - VI (VPtPret (Strong (SgUtr | SgNeutr)) c) => mkCase c spist ; - VI (VPtPret _ c) => case last spist of { - "a" => mkCase c spist ; - _ => mkCase c (spist + "e") - } ; - VF (VImper v) => mkVoice v spis - } - } ; - - vHusk : Str -> Verbum = \husk -> - let huska : Str = husk + "a" ---- variants {husk + "a" ; husk + "et"} - in - mkVerb6 (husk + "e") (husk + "er") (husk + "es") huska huska husk ; - - vSpis : Str -> Verbum = \spis -> - mkVerb6 (spis + "e") (spis + "er") (spis + "es") (spis + "te") (spis + "t") spis ; - - vLev : Str -> Verbum = \lev -> - let lever = case last lev of { - "r" => lev ; - _ => lev + "er" - } - in - mkVerb6 (lev + "e") lever (lev + "es") (lev + "de") (lev + "d") lev ; - - vBo : Str -> Verbum = \bo -> - mkVerb6 bo (bo + "r") (bo + "es") (bo + "dde") (bo + "dd") bo ; - - regVerb : Str -> Str -> Verbum = \spise, spiste -> - let - spis = init spise ; - te = dp 2 spiste - in - case te of { - "te" => vSpis spis ; - "de" => case last spise of { - "e" => vLev spis ; - _ => vBo spise - } ; - _ => vHusk spis - } ; - - --- For $Numeral$. - -param DForm = ental | ton | tiotal ; - -oper - LinDigit = {s : DForm => CardOrd => Str} ; - - cardOrd : Str -> Str -> CardOrd => Str = \tre,tredje -> - table { - NCard _ => tre ; - NOrd a => tredje ---- a - } ; - - cardReg : Str -> CardOrd => Str = \syv -> - cardOrd syv (syv + case last syv of { - "n" => "de" ; - "e" => "nde" ; - _ => "ende" - }) ; - - - mkTal : (x1,_,_,_,x5 : Str) -> LinDigit = - \tv, tolv, tjugo, andra, tolfte -> - {s = table { - ental => cardOrd tv andra ; - ton => cardOrd tolv tolfte ; - tiotal => cardReg tjugo - } - } ; - - numPl : (CardOrd => Str) -> {s : CardOrd => Str ; n : Number} = \n -> - {s = n ; n = Pl} ; - - invNum : CardOrd = NCard Neutr ; - - -} diff --git a/old-lib/resource/norwegian/NounNor.gf b/old-lib/resource/norwegian/NounNor.gf deleted file mode 100644 index d3aa276ab..000000000 --- a/old-lib/resource/norwegian/NounNor.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete NounNor of Noun = CatNor ** NounScand with - (ResScand = ResNor) ; diff --git a/old-lib/resource/norwegian/NumeralNor.gf b/old-lib/resource/norwegian/NumeralNor.gf deleted file mode 100644 index 0d0a6e907..000000000 --- a/old-lib/resource/norwegian/NumeralNor.gf +++ /dev/null @@ -1,85 +0,0 @@ -concrete NumeralNor of Numeral = CatNor ** open MorphoNor in { - -lincat - Digit = {s : DForm => CardOrd => Str} ; - Sub10 = {s : DForm => CardOrd => Str ; n : Number} ; - Sub100, Sub1000, Sub1000000 = - {s : CardOrd => Str ; n : Number} ; - -lin - num x = x ; - - n2 = mkTal "to" "tolv" "tjue" "andre" "tolfte" ; - n3 = mkTal "tre" "tretten" "tretti" "tredje" "trettende" ; - n4 = mkTal "fire" "fjorten" "frti" "fjerde" "fjortende" ; - n5 = mkTal "fem" "femten" "femti" "femte" "femtende" ; - n6 = mkTal "seks" "seksten" "seksti" "sjette" "sextende" ; - n7 = mkTal "sju" "sytten" "sytti" "syvende" "syttende" ; - n8 = mkTal "tte" "atten" "tti" "ttende" "attende" ; - n9 = mkTal "ni" "nitten" "nitti" "niende" "nittende" ; - - pot01 = { - s = \\f => table { - NCard g => case g of {Neutr => "ett" ; _ => "en"} ; - _ => "frste" - } ; - n = Sg - } ; - pot0 d = {s = \\f,g => d.s ! f ! g ; n = Pl} ; - pot110 = numPl (cardReg "ti") ; - pot111 = numPl (cardOrd "elve" "elfte") ; - pot1to19 d = numPl (d.s ! ton) ; - pot0as1 n = {s = n.s ! ental ; n = n.n} ; - pot1 d = numPl (d.s ! tiotal) ; - pot1plus d e = {s = \\g => d.s ! tiotal ! invNum ++ e.s ! ental ! g ; n = Pl} ; - pot1as2 n = n ; - pot2 d = - numPl (\\g => d.s ! ental ! invNum ++ cardOrd "hundre" "hundrede" ! g) ; - pot2plus d e = - {s = \\g => d.s ! ental ! invNum ++ "hundre" ++ "og" ++ e.s ! g ; n = Pl} ; - pot2as3 n = n ; - pot3 n = - numPl (\\g => n.s ! invNum ++ cardOrd "tusen" "tusende" ! g) ; - pot3plus n m = - {s = \\g => n.s ! invNum ++ "tusen" ++ "og" ++ m.s ! g ; n = Pl} ; - --- Numerals from sequences of digits. - - lincat - Dig = TDigit ; - - lin - IDig d = d ; - - IIDig d i = { - s = \\o => d.s ! NCard neutrum ++ i.s ! o ; - n = Pl - } ; - - D_0 = mkDig "0" ; - D_1 = mk3Dig "1" "1:e" Sg ; - D_2 = mk2Dig "2" "2:e" ; - D_3 = mkDig "3" ; - 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 + ":e") ; - - mk3Dig : Str -> Str -> Number -> TDigit = \c,o,n -> { - s = table {NCard _ => c ; NOrd _ => o} ; - n = n - } ; - - TDigit = { - n : Number ; - s : CardOrd => Str - } ; - -} - diff --git a/old-lib/resource/norwegian/ParadigmsNor.gf b/old-lib/resource/norwegian/ParadigmsNor.gf deleted file mode 100644 index cdb71a1e6..000000000 --- a/old-lib/resource/norwegian/ParadigmsNor.gf +++ /dev/null @@ -1,502 +0,0 @@ ---# -path=.:../scandinavian:../common:../abstract:../../prelude - ---1 Norwegian Lexical Paradigms --- --- Aarne Ranta 2003 --- --- 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. --- It covers the "bokml" variant of Norwegian. --- --- Closed categories (determiners, pronouns, conjunctions) are --- accessed through the resource syntax API, $Structural$. --- --- The main difference with $MorphoNor.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$. --- However, this function should only seldom be needed: we have a --- separate module [``IrregNor`` ../../norwegian/IrregNor], --- which covers irregularly inflected verbs. - -resource ParadigmsNor = - open - (Predef=Predef), - Prelude, - CommonScand, - ResNor, - MorphoNor, - CatNor in { - ---2 Parameters --- --- To abstract over gender names, we define the following identifiers. - -oper - Gender : Type ; - - masculine : Gender ; - feminine : Gender ; - neutrum : Gender ; - --- To abstract over number names, we define the following. - - Number : Type ; - - singular : Number ; - plural : Number ; - --- To abstract over case names, we define the following. - - Case : Type ; - - nominative : Case ; - genitive : Case ; - --- Prepositions used in many-argument functions are just strings. - - mkPrep : Str -> Prep ; - noPrep : Prep ; -- empty string - ---2 Nouns - --- The regular function takes the singular indefinite form --- and computes the other forms and the gender by a heuristic. --- The heuristic is that nouns ending "e" are feminine like "kvinne", --- all others are masculine like "bil". --- Giving gender manually makes the heuristic more reliable. --- One can also compute the gender from the definite form. --- gender is computed from the definite form. --- If in doubt, use the $cc$ command to test! --- In the worst case, give all four forms. The gender is computed from the --- last letter of the second form (if "n", then $utrum$, otherwise $neutrum$). - - mkN : overload { - mkN : Str -> N ; - mkN : Str -> Gender -> N ; - mkN : (bil,bilen : Str) -> N ; - mkN : (dreng,drengen,drenger,drengene : Str) -> N - } ; - - - ---3 Compound nouns --- --- All the functions above work quite as well to form compound nouns, --- such as "fotboll". - - ---3 Relational nouns --- --- Relational nouns ("datter til x") need a preposition. - - mkN2 : N -> Prep -> N2 ; - --- The most common preposition is "av", and the following is a --- shortcut for regular, $nonhuman$ relational nouns with "av". - - regN2 : Str -> Gender -> N2 ; - --- Use the function $mkPrep$ or see the section on prepositions below to --- form other prepositions. --- --- Three-place relational nouns ("forbindelse fra x til y") --- need two prepositions. - - mkN3 : N -> Prep -> Prep -> N3 ; - - ---3 Relational common noun phrases --- --- In some cases, you may want to make a complex $CN$ into a --- relational noun (e.g. "den gamle kongen av"). 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, with a regular genitive, are formed as follows --- Sometimes you can reuse a common noun as a proper name, e.g. "Bank". - - mkPN : overload { - mkPN : Str -> PN ; -- masculine - mkPN : Str -> Gender -> PN ; - mkPN : N -> PN ; - } ; - - ---2 Adjectives - --- The regular pattern works for many adjectives, e.g. those ending --- with "ig". Two, five, or at worst five forms are sometimes needed. - - mkA : overload { - mkA : (fin : Str) -> A ; - mkA : (fin,fint : Str) -> A ; - mkA : (galen,galet,galne : Str) -> A ; - mkA : (stor,stort,store,storre,storst : Str) -> A ; - --- If comparison is formed by "mer", "mest", as in general for --- long adjective, the following pattern is used: - - mkA : A -> A ; -- -/mer/mest norsk - } ; - - ---3 Two-place adjectives --- --- Two-place adjectives need a preposition for their second argument. - - mkA2 : A -> Prep -> A2 ; - - - ---2 Adverbs - --- Adverbs are not inflected. Most lexical ones have position --- after the verb. Some follow the verb (e.g. "altid"). - - mkAdv : Str -> Adv ; -- e.g. her - mkAdV : Str -> AdV ; -- e.g. altid - --- Adverbs modifying adjectives and sentences can also be formed. - - mkAdA : Str -> AdA ; - - ---2 Verbs --- - - mkV : overload { - --- The 'regular verb' function is the first conjugation. - - mkV : (snakke : Str) -> V ; - --- The almost regular verb function needs the infinitive and the preteritum. - - mkV : (leve,levde : Str) -> V ; - --- There is an extensive list of irregular verbs in the module $IrregNor$. --- In practice, it is enough to give three forms, as in school books. - - mkV : (drikke, drakk, drukket : Str) -> V ; - --- The worst case needs six forms. - - mkV : (spise,spiser,spises,spiste,spist,spis : Str) -> V ; - ---3 Verbs with a particle. --- --- The particle, such as in "lukke opp", is given as a string. - - mkV : V -> Str -> V ; - } ; - - - ---3 Verbs with 'vre' as auxiliary --- --- By default, the auxiliary is "have". This function changes it to "vre". - - vaereV : V -> V ; - - - ---3 Deponent verbs. --- --- Some words are used in passive forms only, e.g. "trives", some as --- reflexive e.g. "forestille seg". - - depV : V -> V ; - reflV : V -> V ; - ---3 Two-place verbs --- --- Two-place verbs need a preposition, except the special case with direct object. --- (transitive verbs). Notice that, if a particle is needed, it comes from the $V$. - - mkV2 : overload { - mkV2 : Str -> V2 ; - mkV2 : V -> V2 ; - mkV2 : V -> Prep -> V2 ; - } ; - - ---3 Three-place verbs --- --- Three-place (ditransitive) verbs need two prepositions, of which --- the first one or both can be absent. - - mkV3 : V -> Prep -> Prep -> V3 ; -- snakke, med, om - dirV3 : V -> Prep -> V3 ; -- gi,_,til - dirdirV3 : V -> V3 ; -- gi,_,_ - ---3 Other complement patterns --- --- Verbs and adjectives can take complements such as sentences, --- questions, verb phrases, and adjectives. - - mkV0 : V -> V0 ; - mkVS : V -> VS ; - mkV2S : V -> Prep -> V2S ; - mkVV : V -> VV ; - mkV2V : V -> Prep -> Prep -> V2V ; - mkVA : V -> VA ; - mkV2A : V -> Prep -> V2A ; - mkVQ : V -> VQ ; - mkV2Q : V -> Prep -> V2Q ; - - mkAS : A -> AS ; - mkA2S : A -> Prep -> A2S ; - mkAV : A -> AV ; - mkA2V : A -> Prep -> A2V ; - --- Notice: categories $AS, A2S, AV, A2V$ are just $A$. --- $V0$ is just $V$. - - V0 : Type ; - AS, A2S, AV, A2V : Type ; - - ---. ---2 Definitions of the paradigms --- --- The definitions should not bother the user of the API. So they are --- hidden from the document. - - Gender = MorphoNor.Gender ; - Number = MorphoNor.Number ; - Case = MorphoNor.Case ; - masculine = Utr Masc ; - feminine = Utr Fem ; - neutrum = Neutr ; - singular = Sg ; - plural = Pl ; - nominative = Nom ; - genitive = Gen ; - - mk4N x y z u = mkSubstantive x y z u ** {g = extNGen y ; lock_N = <>} ; - - regN x = regGenN x g where { - g = case of { - _ + "e" => Utr Fem ; - _ => Utr Masc - } - } ; - - regGenN x g = case last x of { - "e" => case g of { - Utr Masc => mk4N x (x + "n") (x + "r") (x + "ne") ; - Utr Fem => mk4N x (init x + "a") (x + "r") (x + "ne") ; - Neutr => mk4N x (x + "t") (x + "r") (init x + "a") - } ; - _ => case g of { - Utr Masc => mk4N x (x + "en") (x + "er") (x + "ene") ; - Utr Fem => mk4N x (x + "a") (x + "er") (x + "ene") ; - Neutr => mk4N x (x + "et") (x + "") (x + "a") - } - } ; - - mk2N x y = case last y of { - "n" => regGenN x masculine ; - "a" => regGenN x feminine ; - _ => regGenN x neutrum - } ; - - - mkN2 = \n,p -> n ** {lock_N2 = <> ; c2 = mkComplement p.s} ; - regN2 n g = mkN2 (regGenN n g) (mkPrep "av") ; - mkN3 = \n,p,q -> n ** {lock_N3 = <> ; c2 = mkComplement p.s ; c3 = mkComplement q.s} ; - - regGenPN n g = {s = \\c => mkCase c n ; g = g} ** {lock_PN = <>} ; - regPN n = regGenPN n utrum ; - nounPN n = {s = n.s ! singular ! Indef ; g = n.g ; lock_PN = <>} ; - --- To form a noun phrase that can also be plural and have an irregular --- genitive, you can use the worst-case function. - - makeNP : Str -> Str -> Number -> Gender -> NP ; - makeNP x y n g = - {s = table {NPPoss _ => x ; _ => y} ; a = agrP3 g n ; - lock_NP = <>} ; - - mk3A a b c = (mkAdject a b c [] []) ** {isComp = False ; lock_A = <>} ; - mk2A a b = mk3A a b (a + "e") ; - regA a = (regADeg a) ** {isComp = False ; lock_A = <>} ; - - mkA2 a p = a ** {c2 = mkComplement p.s ; lock_A2 = <>} ; - - mkADeg a b c d e = mkAdject a b c d e ** {isComp = False ; lock_A = <>} ; - regADeg a = case Predef.dp 2 a of { - "ig" => aBillig a ; - "sk" => aRask a ; - _ => aRod a - } ** {isComp = False ; lock_A = <>} ; - irregADeg a b c = mkAdject a (a + "t") (a + "e") b c ** - {isComp = False ; lock_A = <>} ; - mk3ADeg a b c = mkAdject a b c (a + "ere") (a + "est") ** - {isComp = False ; lock_A = <>} ; - mk2ADeg a b = mkAdject a b (a + "e") (a + "ere") (a + "est") ** - {isComp = False ; lock_A = <>} ; - - compoundA adj = {s = adj.s ; isComp = True ; lock_A = <>} ; - - mkAdv x = ss x ** {lock_Adv = <>} ; - mkAdV x = ss x ** {lock_AdV = <>} ; - mkAdA x = ss x ** {lock_AdA = <>} ; - - mkPrep p = {s = p ; lock_Prep = <>} ; - noPrep = mkPrep [] ; - - mk6V a b c d e f = mkVerb6 a b c d e f ** - {part = [] ; vtype = VAct ; isVaere = False ; lock_V = <>} ; - - regV a = case last a of { - ---3 Verbs with a particle. --- --- The particle, such as in "lukke opp", is given as a string. - - - ---3 Verbs with a particle. --- --- The particle, such as in "lukke opp", is given as a string. - - - "e" => vHusk (init a) ; - _ => vBo a - } ** {part = [] ; vtype = VAct ; isVaere = False ; lock_V = <>} ; - - mk2V a b = regVerb a b ** {part = [] ; vtype = VAct ; isVaere = False ; lock_V = <>} ; - - irregV = - \drikke,drakk,drukket -> - let - drikk = case last drikke of { - "e" => init drikke ; - _ => drikke - } ; - drikker = case last (init drikke) of { - "r" => init drikke ; - _ => drikke + "r" - } - in - mk6V drikke drikker (drikke + "s") drakk drukket drikk ; - - vaereV v = { - s = v.s ; - part = [] ; - vtype = v.vtype ; - isVaere = True ; - lock_V = <> - } ; - - partV v p = {s = v.s ; part = p ; vtype = v.vtype ; isVaere = v.isVaere ; lock_V = <>} ; - depV v = {s = v.s ; part = v.part ; vtype = VPass ; isVaere = False ; lock_V = <>} ; - reflV v = {s = v.s ; part = v.part ; vtype = VRefl ; isVaere = False ; lock_V = <>} ; - - mk2V2 v p = v ** {c2 = mkComplement p.s ; lock_V2 = <>} ; - dirV2 v = mk2V2 v noPrep ; - - mkV3 v p q = v ** {c2 = mkComplement p.s ; c3 = mkComplement q.s ; lock_V3 = <>} ; - dirV3 v p = mkV3 v noPrep p ; - dirdirV3 v = dirV3 v noPrep ; - - mkV0 v = v ** {lock_V0 = <>} ; - mkVS v = v ** {lock_VS = <>} ; - mkV2S v p = mk2V2 v p ** {lock_V2S = <>} ; - mkVV v = v ** {c2 = mkComplement "" ; lock_VV = <>} ; - mkV2V v p t = mk2V2 v p ** {c3 = mkComplement "att" ; lock_V2V = <>} ; - mkVA v = v ** {lock_VA = <>} ; - mkV2A v p = mk2V2 v p ** {lock_V2A = <>} ; - mkVQ v = v ** {lock_VQ = <>} ; - mkV2Q v p = mk2V2 v p ** {lock_V2Q = <>} ; - - mkAS v = v ** {lock_A = <>} ; - mkA2S v p = mkA2 v p ** {lock_A = <>} ; - mkAV v = v ** {lock_A = <>} ; - mkA2V v p = mkA2 v p ** {lock_A = <>} ; - - V0 : Type = V ; - AS, A2S, AV : Type = A ; - A2V : Type = A2 ; - - ---------- - - mk2N : (bil,bilen : Str) -> N ; - mk4N : (dreng,drengen,drenger,drengene : Str) -> N ; - regN : Str -> N ; - regGenN : Str -> Gender -> N ; - mk2N : (bil,bilen : Str) -> N ; - - mkN = overload { - mkN : Str -> N = regN ; - mkN : Str -> Gender -> N = regGenN ; - mkN : (bil,bilen : Str) -> N = mk2N ; - mkN : (dreng,drengen,drenger,drengene : Str) -> N = mk4N - } ; - - mkPN = overload { - mkPN : Str -> PN = regPN ; -- masculine - mkPN : Str -> Gender -> PN = regGenPN ; - mkPN : N -> PN = nounPN ; - } ; - - regPN : Str -> PN ; -- utrum - regGenPN : Str -> Gender -> PN ; - nounPN : N -> PN ; - - mkA = overload { - mkA : (fin : Str) -> A = regADeg ; - mkA : (fin,fint : Str) -> A = mk2ADeg ; - mkA : (galen,galet,galne : Str) -> A = mk3ADeg ; - mkA : (stor,stort,store,storre,storst : Str) -> A = mkADeg ; - mkA : A -> A = compoundA ; -- -/mer/mest norsk - } ; - - mk3A : (galen,galet,galne : Str) -> A ; - regA : Str -> A ; - mk2A : (stor,stort : Str) -> A ; - mkADeg : (stor,stort,store,storre,storst : Str) -> A ; - regADeg : Str -> A ; - irregADeg : (tung,tyngre,tyngst : Str) -> A ; - mk3ADeg : (galen,galet,galne : Str) -> A ; - mk2ADeg : (bred,bredt : Str) -> A ; - compoundA : A -> A ; -- -/mer/mest norsk - - mkV = overload { - mkV : (snakke : Str) -> V = regV ; - mkV : (leve,levde : Str) -> V = mk2V ; - mkV : (drikke, drakk, drukket : Str) -> V = irregV ; - mkV : (spise,spiser,spises,spiste,spist,spis : Str) -> V = mk6V ; - mkV : V -> Str -> V = partV ; - } ; - - - regV : (snakke : Str) -> V ; - mk2V : (leve,levde : Str) -> V ; - irregV : (drikke, drakk, drukket : Str) -> V ; - mk6V : (spise,spiser,spises,spiste,spist,spis : Str) -> V ; - partV : V -> Str -> 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/old-lib/resource/norwegian/PhraseNor.gf b/old-lib/resource/norwegian/PhraseNor.gf deleted file mode 100644 index da463adb1..000000000 --- a/old-lib/resource/norwegian/PhraseNor.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete PhraseNor of Phrase = CatNor ** PhraseScand with - (ResScand = ResNor) ; diff --git a/old-lib/resource/norwegian/QuestionNor.gf b/old-lib/resource/norwegian/QuestionNor.gf deleted file mode 100644 index 8a7c08e0f..000000000 --- a/old-lib/resource/norwegian/QuestionNor.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete QuestionNor of Question = CatNor ** QuestionScand with - (ResScand = ResNor) ; diff --git a/old-lib/resource/norwegian/RelativeNor.gf b/old-lib/resource/norwegian/RelativeNor.gf deleted file mode 100644 index 18be3bc45..000000000 --- a/old-lib/resource/norwegian/RelativeNor.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete RelativeNor of Relative = CatNor ** RelativeScand with - (ResScand = ResNor) ; diff --git a/old-lib/resource/norwegian/ResNor.gf b/old-lib/resource/norwegian/ResNor.gf deleted file mode 100644 index 490389ad2..000000000 --- a/old-lib/resource/norwegian/ResNor.gf +++ /dev/null @@ -1,3 +0,0 @@ -instance ResNor of ResScand = DiffNor ** open CommonScand, Prelude in { -} ; - diff --git a/old-lib/resource/norwegian/SentenceNor.gf b/old-lib/resource/norwegian/SentenceNor.gf deleted file mode 100644 index eeca680ab..000000000 --- a/old-lib/resource/norwegian/SentenceNor.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete SentenceNor of Sentence = CatNor ** SentenceScand with - (ResScand = ResNor) ; diff --git a/old-lib/resource/norwegian/StructuralNor.gf b/old-lib/resource/norwegian/StructuralNor.gf deleted file mode 100644 index 7f23ddd62..000000000 --- a/old-lib/resource/norwegian/StructuralNor.gf +++ /dev/null @@ -1,129 +0,0 @@ -concrete StructuralNor of Structural = CatNor ** - open MorphoNor, ParadigmsNor, Prelude in { - - flags optimize=all ; - - lin - above_Prep = ss "ovenfor" ; - after_Prep = ss "etter" ; - by8agent_Prep = ss "av" ; - all_Predet = {s = gennumForms "all" "alt" "alle"} ; - almost_AdA, almost_AdN = ss "nesten" ; - although_Subj = ss ["selv om"] ; - always_AdV = ss "altid" ; - and_Conj = {s1 = [] ; s2 = "og" ; n = Pl} ; - because_Subj = ss "fordi" ; - before_Prep = ss "fr" ; - behind_Prep = ss "bakom" ; - between_Prep = ss "mellom" ; - both7and_DConj = sd2 "bde" "og" ** {n = Pl} ; - but_PConj = ss "men" ; - by8means_Prep = ss "med" ; - can8know_VV, can_VV = - mkV "kunne" "kan" "kunn" "kunne" "kunnet" "kunnen" ** - {c2 = mkComplement [] ; lock_VV = <>} ; - during_Prep = ss "under" ; - either7or_DConj = sd2 "enten" "eller" ** {n = Sg} ; - everybody_NP = regNP "alle" "alles" Plg ; - every_Det = {s = \\_,_ => "hver" ; n = Sg ; det = DDef Indef} ; - everything_NP = regNP "alt" "alts" SgNeutr ; - everywhere_Adv = ss "overalt" ; - few_Det = {s = \\_,_ => "f" ; n = Pl ; det = DDef Indef} ; ---- first_Ord = {s = "frste" ; isDet = True} ; DEPREC - for_Prep = ss "for" ; - from_Prep = ss "fra" ; - he_Pron = MorphoNor.mkNP "han" "ham" "hans" "hans" "hans" SgUtr P3 ; - here_Adv = ss "her" ; - here7to_Adv = ss "hit" ; - here7from_Adv = ss "herfra" ; - how_IAdv = ss "hvor" ; - how8many_IDet = {s = \\_ => ["hur mange"] ; n = Pl ; det = DDef Indef} ; - if_Subj = ss "hvis" ; - in8front_Prep = ss "foran" ; - i_Pron = - MorphoNor.mkNP "jeg" "meg" (variants {"min" ; "mi"}) "mit" "mine" SgUtr P1 ; --- mi - in_Prep = ss "i" ; - it_Pron = MorphoNor.regNP "det" "dets" SgNeutr ; - less_CAdv = ss "mindre" ; - many_Det = {s = \\_,_ => "mange" ; n = Pl ; det = DDef Indef} ; - more_CAdv = ss "mer" ; - most_Predet = {s = gennumForms ["den meste"] ["det meste"] ["de fleste"]} ; - much_Det = {s = \\_,_ => "mye" ; n = Pl ; det = DDef Indef} ; - must_VV = - mkV "mtte" "m" "m" "mtte" "mttet" "mtt" ** - {c2 = mkComplement [] ; lock_VV = <>} ; - no_Utt = ss ["nei"] ; - on_Prep = ss "p" ; ---- one_Quant = {s = \\_ => genderForms ["en"] ["et"] ; n = Sg ; det = DIndef} ; DEPREC - only_Predet = {s = \\_ => "kun"} ; - or_Conj = {s1 = [] ; s2 = "eller" ; n = Pl} ; - otherwise_PConj = ss "annarledes" ; - part_Prep = ss "av" ; - please_Voc = ss "takk" ; --- - possess_Prep = ss "av" ; - quite_Adv = ss "temmelig" ; - she_Pron = MorphoNor.mkNP "hun" "henne" "hennes" "hennes" "hennes" SgUtr P3 ; - so_AdA = ss "s" ; - someSg_Det = {s = \\_ => genderForms "noen" "noe" ; n = Sg ; det = DIndef} ; - somePl_Det = {s = \\_,_ => "noen" ; n = Pl ; det = DIndef} ; - somebody_NP = regNP "noen" "noens" SgUtr ; - something_NP = regNP "noe" "noes" SgNeutr ; - somewhere_Adv = ss ["et eller annet sted"] ; ---- ? - that_Quant = - {s = table { - Sg => \\_ => genderForms ["den der"] ["det der"] ; - Pl => \\_,_ => ["de der"] - } ; - det = DDef Indef - } ; - there_Adv = ss "der" ; - there7to_Adv = ss "dit" ; - there7from_Adv = ss "derfra" ; - therefore_PConj = ss "derfor" ; - they_Pron = MorphoNor.mkNP "de" "dem" "deres" "deres" "deres" Plg P1 ; - this_Quant = - {s = table { - Sg => \\_ => genderForms ["denne"] ["dette"] ; - Pl => \\_,_ => ["disse"] - } ; - det = DDef Def - } ; - through_Prep = ss "gjennom" ; - too_AdA = ss "for" ; - to_Prep = ss "til" ; - under_Prep = ss "under" ; - very_AdA = ss "mye" ; - want_VV = - mkV "ville" "vil" "vill" "ville" "villet" "villed" ** - {c2 = mkComplement [] ; lock_VV = <>} ; - we_Pron = MorphoNor.mkNP "vi" "oss" "vr" "vrt" "vre" Plg P1 ; - whatSg_IP = {s = \\_ => "hva" ; gn = SgUtr} ; ---- infl - whatPl_IP = {s = \\_ => "hva" ; gn = Plg} ; ---- infl - when_IAdv = ss "nr" ; - when_Subj = ss "nr" ; - where_IAdv = ss "hver" ; - which_IQuant = { - s = table { - Sg => genderForms "hvilken" "hvilket" ; - Pl => \\_ => "hvilke" - } ; - det = DIndef - } ; - whoSg_IP = {s = vem.s ; gn = SgUtr} ; - whoPl_IP = {s = \\_ => "hvilke" ; gn = Plg} ; - why_IAdv = ss "hvorfor" ; - without_Prep = ss "uten" ; - with_Prep = ss "med" ; - yes_Utt = ss ["ja"] ; - youSg_Pron = - MorphoNor.mkNP "du" "deg" (variants {"din" ; "di"}) "dit" "dine" SgUtr P2 ; ---- - youPl_Pron = MorphoNor.mkNP "dere" "dere" "deres" "deres" "deres" Plg P2 ; - youPol_Pron = MorphoNor.mkNP "Dere" "Dere" "Deres" "Deres" "Deres" SgUtr P2 ; --- wrong in refl - --- Auxiliaries that are used repeatedly. - - oper - vem = MorphoNor.mkNP "hvem" "hvem" "hvis" "hvis" "hvis" SgUtr P3 ; - -} - diff --git a/old-lib/resource/norwegian/VerbNor.gf b/old-lib/resource/norwegian/VerbNor.gf deleted file mode 100644 index cd816e2fc..000000000 --- a/old-lib/resource/norwegian/VerbNor.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete VerbNor of Verb = CatNor ** VerbScand with - (ResScand = ResNor) ; diff --git a/old-lib/resource/restest.gfs b/old-lib/resource/restest.gfs deleted file mode 100644 index d02b0356e..000000000 --- a/old-lib/resource/restest.gfs +++ /dev/null @@ -1,173 +0,0 @@ -i english/LangEng.gf -i finnish/LangFin.gf - -l PositA warm_A -l ComparA warm_A (UsePron i_Pron) -l ComplA2 married_A2 (UsePron she_Pron) -l ReflA2 married_A2 -l PositA (UseA2 married_A2) -l SentAP (PositA good_A) (EmbedS (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseComp (CompAdv here_Adv))))) -l AdAP very_AdA (PositA warm_A) -l PositAdvAdj warm_A -l PrepNP in_Prep (DetArtSg DefArt (UseN house_N)) -l ComparAdvAdj more_CAdv warm_A (UsePN john_PN) -l ComparAdvAdjS more_CAdv warm_A (UseCl TPres ASimul PPos (PredVP (UsePron he_Pron) (UseV run_V))) -l SubjS when_Subj (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV sleep_V))) -l AdNum (AdnCAdv more_CAdv) (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))) -l ConjS and_Conj (BaseS (UseCl TPres ASimul PPos (PredVP (UsePron he_Pron) (UseV walk_V))) (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV run_V)))) -l ConjAP and_Conj (BaseAP (PositA cold_A) (PositA warm_A)) -l ConjNP or_Conj (BaseNP (UsePron she_Pron) (UsePron we_Pron)) -l ConjAdv or_Conj (BaseAdv here_Adv there_Adv) -l DConjS either7or_DConj (BaseS (UseCl TPres ASimul PPos (PredVP (UsePron he_Pron) (UseV walk_V))) (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV run_V)))) -l DConjAP both7and_DConj (BaseAP (PositA warm_A) (PositA cold_A)) -l DConjNP either7or_DConj (BaseNP (UsePron he_Pron) (UsePron she_Pron)) -l DConjAdv both7and_DConj (BaseAdv here_Adv there_Adv) -l ImpersCl (UseComp (CompAP (PositA hot_A))) -l GenericCl (UseV sleep_V) -l CleftNP (UsePron i_Pron) (UseRCl TPast ASimul PPos (RelVP IdRP (ComplSlash (SlashV2a do_V2) (UsePron it_Pron)))) -l CleftAdv here_Adv (UseCl TPast ASimul PPos (PredVP (UsePron she_Pron) (UseV sleep_V))) -l ExistNP (DetArtSg IndefArt (UseN house_N)) -l ExistIP (IdetCN (IdetQuant which_IQuant NumPl) (UseN house_N)) -l PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (UsePron i_Pron) (ProgrVP (UseV sleep_V))))) NoVoc -l PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (UsePron i_Pron) (ProgrVP (UseV come_V))))) NoVoc -l PhrUtt NoPConj (UttS (UseCl TPast ASimul PPos (PredVP (UsePron i_Pron) (ProgrVP (UseV come_V))))) NoVoc -l PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (UsePron i_Pron) (ComplVV must_VV (ProgrVP (UseV come_V)))))) NoVoc -l ImpPl1 (UseV go_V) -l DetArtSg DefArt (UseN man_N) -l UsePN john_PN -l UsePron he_Pron -l PredetNP only_Predet (DetArtSg DefArt (UseN man_N)) -l PPartNP (DetArtSg DefArt (UseN man_N)) see_V2 -l AdvNP (UsePN paris_PN) today_Adv -l RelNP (UsePN paris_PN) (UseRCl TPres ASimul PPos (RelVP IdRP (UseComp (CompAdv here_Adv)))) -l DetNP (DetQuant this_Quant (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))))) -l DetCN (DetQuantOrd this_Quant (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5))))))) (OrdSuperl good_A)) (UseN man_N) -l DetCN (DetQuant this_Quant (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))))) (UseN man_N) -l DetCN (DetQuant this_Quant NumPl) (UseN man_N) -l DetCN (DetQuant this_Quant NumSg) (UseN man_N) -l NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))) -l NumCard (NumDigits (IIDig D_5 (IDig D_1))) -l NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot1plus n5 pot01))))) -l NumCard (AdNum almost_AdN (NumDigits (IIDig D_5 (IDig D_1)))) -l OrdDigits (IIDig D_5 (IDig D_1)) -l OrdNumeral (num (pot2as3 (pot1as2 (pot1plus n5 pot01)))) -l OrdSuperl warm_A -l DetCN (DetArtOrd DefArt (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5))))))) (OrdSuperl good_A)) (UseN man_N) -l DetCN (DetArtCard DefArt (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5))))))) (UseN man_N) -l DetCN (DetArtCard IndefArt (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 pot01)))))) (UseN man_N) -l DetCN (DetArtCard DefArt (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 pot01)))))) (UseN man_N) -l DetArtSg DefArt (UseN man_N) -l DetArtPl DefArt (UseN man_N) -l MassNP (UseN beer_N) -l DetCN (DetQuant (PossPron i_Pron) NumSg) (UseN house_N) -l UseN house_N -l ComplN2 mother_N2 (DetArtSg DefArt (UseN king_N)) -l ComplN2 (ComplN3 distance_N3 (DetCN (DetQuant this_Quant NumSg) (UseN city_N))) (UsePN paris_PN) -l UseN2 mother_N2 -l ComplN2 (Use2N3 distance_N3) (DetCN (DetQuant this_Quant NumSg) (UseN city_N)) -l ComplN2 (Use3N3 distance_N3) (UsePN paris_PN) -l UseN2 (Use2N3 distance_N3) -l AdjCN (PositA big_A) (UseN house_N) -l RelCN (UseN house_N) (UseRCl TPast ASimul PPos (RelSlash IdRP (SlashVP (UsePN john_PN) (SlashV2a buy_V2)))) -l AdvCN (UseN house_N) (PrepNP on_Prep (DetArtSg DefArt (UseN hill_N))) -l SentCN (UseN house_N) (EmbedQS (UseQCl TPres ASimul PPos (QuestIAdv where_IAdv (PredVP (UsePron she_Pron) (UseV sleep_V))))) -l ApposCN (UseN city_N) (UsePN paris_PN) -l num (pot2as3 (pot1as2 (pot0as1 (pot0 n6)))) -l num (pot2as3 (pot1as2 (pot0as1 pot01))) -l num (pot2as3 (pot1as2 (pot1 n6))) -l num (pot2as3 (pot1as2 pot110)) -l num (pot2as3 (pot1as2 pot111)) -l num (pot2as3 (pot1as2 (pot1to19 n6))) -l num (pot2as3 (pot1as2 (pot1 n6))) -l num (pot2as3 (pot1as2 (pot1plus n6 (pot0 n5)))) -l num (pot2as3 (pot2 (pot0 n4))) -l num (pot2as3 (pot2plus (pot0 n4) (pot1plus n6 (pot0 n7)))) -l num (pot3 (pot2plus (pot0 n4) (pot1plus n6 (pot0 n7)))) -l num (pot3plus (pot2plus (pot0 n4) (pot1plus n6 (pot0 n7))) (pot1as2 (pot1plus n8 (pot0 n9)))) -l IDig D_8 -l IIDig D_8 (IIDig D_0 (IIDig D_0 (IIDig D_1 (IIDig D_7 (IIDig D_8 (IDig D_9)))))) -l PhrUtt but_PConj (UttImpSg PPos (ImpVP (AdvVP (UseV come_V) here_Adv))) (VocNP (DetCN (DetQuant (PossPron i_Pron) NumSg) (UseN friend_N))) -l PhrUtt NoPConj (UttImpSg PPos (ImpVP (AdVVP always_AdV (ComplSlash (SlashV2a listen_V2) (DetArtSg DefArt (UseN sea_N)))))) NoVoc -l PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (UsePN john_PN) (UseV walk_V)))) NoVoc -l UttQS (UseQCl TPres ASimul PPos (QuestCl (PredVP (UsePron it_Pron) (UseComp (CompAP (PositA good_A)))))) -l UttImpSg PNeg (ImpVP (ReflVP (SlashV2a love_V2))) -l UttImpPl PNeg (ImpVP (ReflVP (SlashV2a love_V2))) -l UttImpPol PNeg (ImpVP (UseV sleep_V)) -l UttIP whoPl_IP -l UttIP whoSg_IP -l UttIAdv why_IAdv -l UttNP (DetCN (DetQuant this_Quant NumSg) (UseN man_N)) -l UttAdv here_Adv -l UttVP (UseV sleep_V) -l VocNP (DetCN (DetQuant (PossPron i_Pron) NumSg) (UseN friend_N)) -l QuestCl (PredVP (UsePN john_PN) (UseV walk_V)) -l QuestVP whoSg_IP (UseV walk_V) -l QuestSlash whoSg_IP (SlashVP (UsePN john_PN) (SlashV2a love_V2)) -l QuestIAdv why_IAdv (PredVP (UsePN john_PN) (UseV walk_V)) -l QuestIComp (CompIAdv where_IAdv) (UsePN john_PN) -l IdetCN (IdetQuant which_IQuant (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))))) (UseN song_N) -l IdetIP (IdetQuant which_IQuant (NumCard (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5)))))))) -l AdvIP whoSg_IP (PrepNP in_Prep (UsePN paris_PN)) -l IdetIP (IdetQuant which_IQuant NumSg) -l PrepIP with_Prep whoSg_IP -l QuestIComp (CompIAdv where_IAdv) (UsePron it_Pron) -l QuestIComp (CompIP whoSg_IP) (UsePron it_Pron) -l ExistNP (DetArtSg IndefArt (RelCN (UseN woman_N) (UseRCl TPres ASimul PPos (RelCl (PredVP (UsePN john_PN) (ComplSlash (SlashV2a love_V2) (UsePron she_Pron))))))) -l ExistNP (DetArtSg IndefArt (RelCN (UseN woman_N) (UseRCl TPres ASimul PPos (RelVP IdRP (ComplSlash (SlashV2a love_V2) (UsePN john_PN)))))) -l ExistNP (DetArtSg IndefArt (RelCN (UseN woman_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePN john_PN) (SlashV2a love_V2)))))) -l ExistNP (DetArtSg IndefArt (RelCN (UseN woman_N) (UseRCl TPres ASimul PPos (RelSlash (FunRP possess_Prep (DetArtSg DefArt (UseN2 mother_N2)) IdRP) (SlashVP (UsePN john_PN) (SlashV2a love_V2)))))) -l PredVP (UsePN john_PN) (UseV walk_V) -l PredSCVP (EmbedS (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV go_V)))) (UseComp (CompAP (PositA good_A))) -l RelCN (UseN girl_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePron he_Pron) (SlashV2a see_V2)))) -l RelCN (UseN girl_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (AdvSlash (SlashVP (UsePron he_Pron) (SlashV2a see_V2)) today_Adv))) -l RelCN (UseN girl_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashPrep (PredVP (UsePron he_Pron) (UseV walk_V)) with_Prep))) -l RelCN (UseN girl_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVS (UsePron she_Pron) say_VS (UseSlash TPres ASimul PPos (SlashVP (UsePron he_Pron) (SlashV2a love_V2)))))) -l ImpVP (ReflVP (SlashV2a love_V2)) -l EmbedS (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV go_V))) -l EmbedQS (UseQCl TPres ASimul PPos (QuestVP whoSg_IP (UseV go_V))) -l EmbedVP (UseV go_V) -l UseCl TCond AAnter PNeg (PredVP (UsePN john_PN) (UseV walk_V)) -l UseQCl TCond AAnter PNeg (QuestCl (PredVP (UsePN john_PN) (UseV walk_V))) -l RelCN (UseN girl_N) (UseRCl TCond AAnter PNeg (RelVP IdRP (UseV walk_V))) -l RelCN (UseN girl_N) (UseRCl TCond AAnter PNeg (RelSlash IdRP (SlashPrep (PredVP (UsePron i_Pron) (UseV walk_V)) with_Prep))) -l RelS (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV sleep_V))) (UseRCl TPres ASimul PPos (RelVP IdRP (UseComp (CompAP (PositA good_A))))) -l TEmpty -l TFullStop (PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (UsePN john_PN) (UseV walk_V)))) NoVoc) TEmpty -l TQuestMark (PhrUtt NoPConj (UttQS (UseQCl TPres ASimul PPos (QuestCl (PredVP (UsePron they_Pron) (UseComp (CompAdv here_Adv)))))) NoVoc) TEmpty -l TExclMark (PhrUtt NoPConj (ImpPl1 (UseV go_V)) NoVoc) TEmpty -l PredVP (UsePron i_Pron) (UseV sleep_V) -l PredVP (UsePron i_Pron) (ComplVV want_VV (UseV run_V)) -l PredVP (UsePron i_Pron) (ComplVS say_VS (UseCl TPres ASimul PPos (PredVP (UsePron she_Pron) (UseV run_V)))) -l PredVP (UsePron i_Pron) (ComplVQ wonder_VQ (UseQCl TPres ASimul PPos (QuestVP whoSg_IP (UseV run_V)))) -l PredVP (UsePron they_Pron) (ComplVA become_VA (PositA red_A)) -l PredVP (UsePron i_Pron) (ComplSlash (Slash3V3 give_V3 (UsePron he_Pron)) (UsePron it_Pron)) -l PredVP (UsePron i_Pron) (ComplSlash (SlashV2V beg_V2V (UseV go_V)) (UsePron she_Pron)) -l PredVP (UsePron i_Pron) (ComplSlash (SlashV2S answer_V2S (UseCl TPres ASimul PPos (PredVP (UsePron it_Pron) (UseComp (CompAP (PositA good_A)))))) (UsePron he_Pron)) -l PredVP (UsePron i_Pron) (ComplSlash (SlashV2Q ask_V2Q (UseQCl TPast ASimul PPos (QuestVP whoSg_IP (UseV come_V)))) (UsePron he_Pron)) -l PredVP (UsePron i_Pron) (ComplSlash (SlashV2A paint_V2A (PositA red_A)) (UsePron it_Pron)) -l RelCN (UseN car_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePron i_Pron) (SlashVV want_VV (SlashV2a buy_V2))))) -l RelCN (UseN car_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePron they_Pron) (SlashV2VNP beg_V2V (UsePron i_Pron) (SlashV2a buy_V2))))) -l RelCN (UseN car_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePron they_Pron) (SlashV2VNP beg_V2V (UsePron i_Pron) (SlashVV want_VV (SlashV2A paint_V2A (PositA red_A))))))) -l PredVP (UsePron he_Pron) (ReflVP (SlashV2a love_V2)) -l PredVP (DetNP (DetQuant this_Quant NumSg)) (UseComp (CompAP (PositA warm_A))) -l PredVP (UsePron we_Pron) (PassV2 love_V2) -l PredVP (UsePron we_Pron) (AdvVP (UseV sleep_V) here_Adv) -l PredVP (UsePron we_Pron) (AdVVP always_AdV (UseV sleep_V)) -l PredVP (UsePron we_Pron) (UseComp (CompAP (PositA small_A))) -l PredVP (UsePron i_Pron) (UseComp (CompNP (DetArtSg IndefArt (UseN man_N)))) -l PredVP (UsePron i_Pron) (UseComp (CompAdv here_Adv)) -l PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (ExistNP (PredetNP only_Predet (DetCN (DetArtCard IndefArt (NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n2))))))) (AdvCN (SentCN (UseN woman_N) (EmbedQS (UseQCl TCond ASimul PPos (QuestSlash (IdetIP (IdetQuant which_IQuant NumPl)) (SlashPrep (PredVP (UsePron i_Pron) (ComplVV want_VV (PassV2 see_V2))) with_Prep))))) (PrepNP in_Prep (DetArtSg DefArt (UseN rain_N))))))))) NoVoc -l PhrUtt NoPConj (UttImpSg PPos (ImpVP (ComplSlash (SlashV2A paint_V2A (ConjAP both7and_DConj (BaseAP (ComparA small_A (DetArtSg DefArt (UseN sun_N))) (ComparA big_A (DetArtSg DefArt (UseN moon_N)))))) (DetArtSg DefArt (UseN earth_N))))) NoVoc -l PhrUtt NoPConj (ImpPl1 (ComplVS hope_VS (ConjS either7or_DConj (BaseS (UseCl TPres ASimul PPos (PredVP (DetArtSg DefArt (ComplN2 father_N2 (DetArtSg DefArt (UseN baby_N)))) (UseV run_V))) (UseCl TPres ASimul PPos (PredVP (DetArtSg DefArt (UseN2 (Use2N3 distance_N3))) (UseComp (CompAP (PositA small_A))))))))) NoVoc -l PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (DetCN every_Det (UseN baby_N)) (UseComp (CompNP (ConjNP either7or_DConj (BaseNP (DetArtSg IndefArt (UseN boy_N)) (DetArtSg IndefArt (UseN girl_N))))))))) NoVoc -l PhrUtt NoPConj (UttAdv (ConjAdv either7or_DConj (ConsAdv here7from_Adv (BaseAdv there_Adv everywhere_Adv)))) NoVoc -l PhrUtt NoPConj (UttVP (PassV2 know_V2)) NoVoc -l RelCN (UseN bird_N) (UseRCl TPres ASimul PPos (RelSlash IdRP (SlashVP (UsePron i_Pron) (SlashVV want_VV (SlashV2A paint_V2A (PositA red_A)))))) -l UttImpSg PPos (ImpVP (ComplSlash (SlashVV want_VV (SlashV2a buy_V2)) (UsePron it_Pron))) -l UttImpSg PPos (ImpVP (ComplSlash (SlashVV want_VV (SlashV2A paint_V2A (PositA red_A))) (UsePron it_Pron))) -l UttImpSg PPos (ImpVP (ComplSlash (SlashVV want_VV (SlashV2VNP beg_V2V (UsePron i_Pron) (SlashV2a buy_V2))) (UsePron it_Pron))) -l PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (DetArtPl DefArt (UseN fruit_N)) (ReflVP (Slash3V3 sell_V3 (DetArtSg DefArt (UseN road_N))))))) NoVoc -l PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (UsePron i_Pron) (ReflVP (SlashV2V beg_V2V (UseV live_V)))))) NoVoc -l PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (UsePron i_Pron) (ReflVP (SlashV2S answer_V2S (UseCl TPres ASimul PPos (ImpersCl (ComplVV must_VV (ReflVP (SlashV2a understand_V2)))))))))) NoVoc -l PhrUtt NoPConj (UttImpSg PPos (ImpVP (ReflVP (SlashV2Q ask_V2Q (UseQCl TPast ASimul PPos (QuestVP whoSg_IP (UseV come_V))))))) NoVoc -l PhrUtt NoPConj (UttS (UseCl TPast ASimul PPos (PredVP (UsePron i_Pron) (ReflVP (SlashV2A paint_V2A (ComparA beautiful_A (UsePN john_PN))))))) NoVoc diff --git a/old-lib/resource/romance/AdjectiveRomance.gf b/old-lib/resource/romance/AdjectiveRomance.gf deleted file mode 100644 index 5ff9babb0..000000000 --- a/old-lib/resource/romance/AdjectiveRomance.gf +++ /dev/null @@ -1,41 +0,0 @@ -incomplete concrete AdjectiveRomance of Adjective = - CatRomance ** open CommonRomance, ResRomance, Prelude in { - - lin - - PositA a = { - s = a.s ! Posit ; - isPre = a.isPre - } ; - ComparA a np = { - s = \\af => a.s ! Compar ! af ++ conjThan ++ np.s ! Ton Nom ; - isPre = False - } ; - --- $SuperlA$ belongs to determiner syntax in $Noun$. - - ComplA2 adj np = { - s = \\af => adj.s ! Posit ! af ++ appCompl adj.c2 np.s ; - isPre = False - } ; - - ReflA2 adj = { - s = \\af => - adj.s ! Posit ! af ++ adj.c2.s ++ - adj.c2.s ++ prepCase adj.c2.c ++ reflPron Sg P3 Nom ; --- agr - isPre = False - } ; - - SentAP ap sc = { - s = \\a => ap.s ! a ++ sc.s ; --- mood - isPre = False - } ; - - AdAP ada ap = { - s = \\a => ada.s ++ ap.s ! a ; - isPre = ap.isPre - } ; - - UseA2 a = a ** {isPre = False} ; - -} diff --git a/old-lib/resource/romance/AdverbRomance.gf b/old-lib/resource/romance/AdverbRomance.gf deleted file mode 100644 index 4fe30e707..000000000 --- a/old-lib/resource/romance/AdverbRomance.gf +++ /dev/null @@ -1,26 +0,0 @@ -incomplete concrete AdverbRomance of Adverb = - CatRomance ** open CommonRomance, ResRomance, Prelude in { - - lin - PositAdvAdj a = { - s = a.s ! Posit ! AA - } ; - ComparAdvAdj cadv a np = { - s = cadv.s ++ a.s ! Posit ! AA ++ conjThan ++ np.s ! Ton Nom - } ; - ComparAdvAdjS cadv a s = { - s = cadv.s ++ a.s ! Posit ! AA ++ conjThan ++ s.s ! Conjunct --- ne - } ; - - PrepNP prep np = {s = prep.s ++ np.s ! case2npform prep.c} ; - - AdAdv = cc2 ; - - SubjS subj s = { - s = subj.s ++ s.s ! subj.m - } ; ----b AdvSC s = s ; - - AdnCAdv cadv = {s = cadv.s ++ conjThan} ; - -} diff --git a/old-lib/resource/romance/CatRomance.gf b/old-lib/resource/romance/CatRomance.gf deleted file mode 100644 index 4a88dd082..000000000 --- a/old-lib/resource/romance/CatRomance.gf +++ /dev/null @@ -1,106 +0,0 @@ -incomplete concrete CatRomance of Cat = - CommonX - [Tense,TPres,TPast,TFut,TCond] - ** open Prelude, CommonRomance, ResRomance, (R = ParamX) in { - - flags optimize=all_subs ; - - lincat - --- Tensed/Untensed - - S = {s : Mood => Str} ; - QS = {s : QForm => Str} ; - RS = {s : Mood => Agr => Str ; c : Case} ; - SSlash = { - s : AAgr => Mood => Str ; - c2 : Compl - } ; - - --- Sentence - - Cl = {s : Direct => RTense => Anteriority => Polarity => Mood => Str} ; - ClSlash = { - s : AAgr => Direct => RTense => Anteriority => Polarity => Mood => Str ; - c2 : Compl - } ; - Imp = {s : Polarity => ImpForm => Gender => Str} ; - --- Question - - QCl = {s : RTense => Anteriority => Polarity => QForm => Str} ; - IP = {s : Case => Str ; a : AAgr} ; - IComp = {s : AAgr => Str} ; - IDet = {s : Gender => Case => Str ; n : Number} ; - IQuant = {s : Number => Gender => Case => Str} ; - --- Relative - - RCl = { - s : Agr => RTense => Anteriority => Polarity => Mood => Str ; - c : Case - } ; - RP = {s : Bool => AAgr => Case => Str ; a : AAgr ; hasAgr : Bool} ; - --- Verb - - VP = ResRomance.VP ; - VPSlash = ResRomance.VP ** {c2 : Compl} ; - Comp = {s : Agr => Str} ; - --- Adjective - - AP = {s : AForm => Str ; isPre : Bool} ; - --- Noun - - CN = {s : Number => Str ; g : Gender} ; - NP,Pron = Pronoun ; - Det = {s : Gender => Case => Str ; n : Number} ; ---- QuantSg = {s : Gender => Case => Str} ; ---- QuantPl = {s : Bool => Gender => Case => Str} ; - Quant = {s : Number => Gender => Case => Str} ; - Art = {s : Bool => Number => Gender => Case => Str} ; - Predet = {s : AAgr => Case => Str ; c : Case} ; -- c : la plupart de - Num = {s : Gender => Str ; isNum : Bool ; n : Number} ; - Card = {s : Gender => Str ; n : Number} ; - Ord = {s : AAgr => Str} ; - --- Numeral - - Numeral = {s : CardOrd => Str ; n : Number} ; - Digits = {s : CardOrd => Str ; n : Number} ; - --- Structural - ----b Conj = {s : Str ; n : Number} ; ----b DConj = {s1,s2 : Str ; n : Number} ; - Conj = {s1,s2 : Str ; n : Number} ; - Subj = {s : Str ; m : Mood} ; - Prep = {s : Str ; c : Case ; isDir : Bool} ; - --- Open lexical classes, e.g. Lexicon - - V, VQ, VA = Verb ; - V2, VV, V2S, V2Q = Verb ** {c2 : Compl} ; - V3, V2A, V2V = Verb ** {c2,c3 : Compl} ; - VS = Verb ** {m : Polarity => Mood} ; - - A = {s : Degree => AForm => Str ; isPre : Bool} ; - A2 = {s : Degree => AForm => Str ; c2 : Compl} ; - - N = Noun ; - N2 = Noun ** {c2 : Compl} ; - N3 = Noun ** {c2,c3 : Compl} ; - PN = {s : Str ; g : Gender} ; - --- tense augmented with pass simple - - Tense = {s : Str ; t : RTense} ; - lin - TPres = {s = []} ** {t = RPres} ; - TPast = {s = []} ** {t = RPast} ; --# notpresent - TFut = {s = []} ** {t = RFut} ; --# notpresent - TCond = {s = []} ** {t = RCond} ; --# notpresent - -} diff --git a/old-lib/resource/romance/CommonRomance.gf b/old-lib/resource/romance/CommonRomance.gf deleted file mode 100644 index f167f38fa..000000000 --- a/old-lib/resource/romance/CommonRomance.gf +++ /dev/null @@ -1,215 +0,0 @@ -----1 Auxiliary operations common for Romance languages --- --- This module contains operations that are shared by the Romance --- languages. The complete set of auxiliary operations needed to --- implement [Test Test.html] is defined in [ResRomance ResRomance.html], --- which depends on [DiffRomance DiffRomance.html]. --- - -resource CommonRomance = ParamX ** open Prelude in { - - flags optimize=all ; - ---2 Enumerated parameter types for morphology --- --- These types are the ones found in school grammars. --- Their parameter values are atomic. - -param - - Gender = Masc | Fem ; - - Mood = Indic | Conjunct ; - - Direct = DDir | DInv ; - --- Adjectives are inflected in gender and number, and there is also an --- adverbial form (e.g. "infiniment"), which has different paradigms and --- can even be irregular ("bien"). --- Comparative adjectives are moreover inflected in degree --- (which in Romance is usually syntactic, though). - - AForm = AF Gender Number | AA ; - --- Gender is not morphologically determined for first and second person pronouns. - - PronGen = PGen Gender | PNoGen ; - --- Cardinal numerals have gender, ordinal numerals have full number as well. - - CardOrd = NCard Gender | NOrd Gender Number ; - --- The following coercions are useful: - -oper - prongen2gender : PronGen -> Gender = \p -> case p of { - PGen g => g ; - PNoGen => variants {Masc ; Fem} --- the best we can do for je, tu, nous, vous - } ; - - - aform2gender : AForm -> Gender = \a -> case a of { - AF g _ => g ; - _ => Masc -- "le plus lentement" - } ; - aform2number : AForm -> Number = \a -> case a of { - AF _ n => n ; - _ => Sg -- "le plus lentement" - } ; - - conjGender : Gender -> Gender -> Gender = \m,n -> - case m of { - Fem => n ; - _ => Masc - } ; - - conjAgr : Agr -> Agr -> Agr = \a,b -> { - g = conjGender a.g b.g ; - n = conjNumber a.n b.n ; - p = conjPerson a.p b.p - } ; - - ---3 Verbs --- --- In the current syntax, we use --- a reduced conjugation with only the present tense infinitive, --- indicative, subjunctive, and imperative forms. --- But our morphology has full Bescherelle conjunctions: --- so we use a coercion between full and reduced verbs. --- The full conjugations and the coercions are defined separately for French --- and Italian, since they are not identical. The differences are mostly due --- to Bescherelle structuring the forms in different groups; the --- gerund and the present participles show real differences. --- --- For Italian contracted forms, $VInfin$ should have --- an alternative form, whose proper place is $Diff$. - -param - VF = - VInfin Bool - | VFin TMood Number Person - | VImper NumPersI - | VPart Gender Number - | VGer - ; - - TMood = - VPres Mood - | VImperf Mood --# notpresent - | VPasse --# notpresent - | VFut --# notpresent - | VCondit --# notpresent - ; - - NumPersI = SgP2 | PlP1 | PlP2 ; - - VPForm = - VPFinite TMood Anteriority - | VPImperat - | VPGerund - | VPInfinit Anteriority Bool ; - - RTense = - RPres - | RPast --# notpresent - | RPasse --# notpresent - | RFut --# notpresent - | RCond --# notpresent - ; - --- Agreement of adjectives, verb phrases, and relative pronouns. - -oper - AAgr : Type = {g : Gender ; n : Number} ; - Agr : Type = AAgr ** {p : Person} ; - -param - RAgr = RAg {g : Gender ; n : Number} | RNoAg ; --- AAgr - --- Clitic slots. - - CAgr = CPron Gender Number Person | CRefl | CNone ; --- Agr ---- CAgr = CPron {g : Gender ; n : Number ; p : Person} | CRefl | CNone ; --- Agr - -oper - aagr : Gender -> Number -> AAgr = \g,n -> - {g = g ; n = n} ; - agrP3 : Gender -> Number -> Agr = \g,n -> - aagr g n ** {p = P3} ; - - - vf2numpers : VF -> (Number * Person) = \v -> case v of { - VFin _ n p => ; - _ => ---- - } ; - - presInd = VPres Indic ; - --- The imperative forms depend on number and person. - - vImper : Number -> Person -> VF = \n,p -> case of { - => VImper SgP2 ; - => VImper PlP1 ; - => VImper PlP2 ; - _ => VInfin False - } ; - ---- - - oper - genForms : Str -> Str -> Gender => Str = \bon,bonne -> - table { - Masc => bon ; - Fem => bonne - } ; - - aagrForms : (x1,_,_,x4 : Str) -> (AAgr => Str) = \tout,toute,tous,toutes -> - table { - {g = g ; n = Sg} => genForms tout toute ! g ; - {g = g ; n = Pl} => genForms tous toutes ! g - } ; - - Noun = {s : Number => Str ; g : Gender} ; - - Adj = {s : AForm => Str} ; - - appVPAgr : VPAgr -> AAgr -> AAgr = \vp,agr -> - case vp of { - VPAgrSubj => agr ; - VPAgrClit g n => {g = g ; n = n} - } ; - - vpAgrNone : VPAgr = VPAgrClit Masc Sg ; - - oper - mkOrd : {s : Degree => AForm => Str} -> {s : AAgr => Str} ; - mkOrd x = {s = \\ag => x.s ! Posit ! AF ag.g ag.n} ; - --- This is used in Spanish and Italian to bind clitics with preceding verb. - - bindIf : Bool -> Str = \b -> if_then_Str b BIND [] ; - - param - VPAgr = - VPAgrSubj -- elle est partie, elle s'est vue - | VPAgrClit Gender Number ; -- elle a dormi; elle les a vues - - oper - VPC : Type = { - s : VPForm => { - fin : Agr => Str ; -- ai - inf : AAgr => Str -- dit - } ; - agr : VPAgr ; -- dit/dite dep. on verb, subj, and clitic - neg : Polarity => (Str * Str) ; -- ne-pas - clAcc : CAgr ; -- le/se - clDat : CAgr ; -- lui - clit2 : Str ; -- y en - comp : Agr => Str ; -- content(e) ; ma mre ; hier - ext : Polarity => Str ; -- que je dors / que je dorme - } ; - - -} - diff --git a/old-lib/resource/romance/ConjunctionRomance.gf b/old-lib/resource/romance/ConjunctionRomance.gf deleted file mode 100644 index 894fccefa..000000000 --- a/old-lib/resource/romance/ConjunctionRomance.gf +++ /dev/null @@ -1,70 +0,0 @@ -incomplete concrete ConjunctionRomance of Conjunction = - CatRomance ** open CommonRomance, ResRomance, Coordination, Prelude in { - - flags optimize=all_subs ; - - lin - -{---b - ConjS conj ss = conjunctTable Mood conj ss ; - DConjS conj ss = conjunctDistrTable Mood conj ss ; - - ConjAdv conj ss = conjunctSS conj ss ; - DConjAdv conj ss = conjunctDistrSS conj ss ; - - ConjNP conj ss = conjunctTable NPForm conj ss ** { - a = {g = ss.a.g ; n = conjNumber conj.n ss.a.n ; p = ss.a.p} ; - hasClit = False - } ; - DConjNP conj ss = conjunctDistrTable NPForm conj ss ** { - a = {g = ss.a.g ; n = conjNumber conj.n ss.a.n ; p = ss.a.p} ; - hasClit = False - } ; - - ConjAP conj ss = conjunctTable AForm conj ss ** { - isPre = ss.isPre - } ; - DConjAP conj ss = conjunctDistrTable AForm conj ss ** { - isPre = ss.isPre - } ; ----} - - ConjS conj ss = conjunctDistrTable Mood conj ss ; - - ConjAdv conj ss = conjunctDistrSS conj ss ; - - ConjNP conj ss = conjunctDistrTable NPForm conj ss ** { - a = {g = ss.a.g ; n = conjNumber conj.n ss.a.n ; p = ss.a.p} ; - hasClit = False - } ; - ConjAP conj ss = conjunctDistrTable AForm conj ss ** { - isPre = ss.isPre - } ; - - --- These fun's are generated from the list cat's. - - BaseS = twoTable Mood ; - ConsS = consrTable Mood comma ; - BaseAdv = twoSS ; - ConsAdv = consrSS comma ; - BaseNP x y = { - s1 = \\c => x.s ! stressedCase c ; - s2 = \\c => y.s ! (conjunctCase c) ; - a = conjAgr x.a y.a - } ; - ConsNP x xs = { - s1 = \\c => x.s ! stressedCase c ++ comma ++ xs.s1 ! (conjunctCase c) ; - s2 = \\c => xs.s2 ! (conjunctCase c) ; - a = conjAgr x.a xs.a - } ; - BaseAP x y = twoTable AForm x y ** {isPre = andB x.isPre y.isPre} ; - ConsAP xs x = consrTable AForm comma xs x ** {isPre = andB xs.isPre x.isPre} ; - - lincat - [S] = {s1,s2 : Mood => Str} ; - [Adv] = {s1,s2 : Str} ; - [NP] = {s1,s2 : NPForm => Str ; a : Agr} ; - [AP] = {s1,s2 : AForm => Str ; isPre : Bool} ; - -} diff --git a/old-lib/resource/romance/DiffRomance.gf b/old-lib/resource/romance/DiffRomance.gf deleted file mode 100644 index 7f43f7639..000000000 --- a/old-lib/resource/romance/DiffRomance.gf +++ /dev/null @@ -1,115 +0,0 @@ ---1 Differences between Romance languages - -interface DiffRomance = open CommonRomance, Prelude in { - --- The first eight constants show the essential differences --- between French, Italian, and Romance syntaxes (as regards the --- resource API). The other constants are either derivatively --- dependent, or have as values strings, which are language-dependent --- anyway. - - ---2 Constants whose definitions fundamentally depend on language - --- Prepositions that fuse with the article --- (Fre, Spa "de", "a"; Ita also "con", "da", "in", "su). - - param Prepos ; - --- Which types of verbs exist, in terms of auxiliaries. --- (Fre, Ita "avoir", "tre", and refl; Spa only "haber" and refl). - - param VType ; - --- Derivatively, if/when the participle agrees to the subject. --- (Fre "elle est partie", Ita "lei partita", Spa not) - - oper partAgr : VType -> VPAgr ; - --- Whether participle agrees to foregoing clitic. --- (Fre "je l'ai vue", Spa "yo la he visto") - - oper vpAgrClit : Agr -> VPAgr ; - --- Whether a preposition is repeated in conjunction --- (Fre "la somme de 3 et de 4", Ita "la somma di 3 e 4"). - - oper conjunctCase : NPForm -> NPForm ; - --- How infinitives and clitics are placed relative to each other --- (Fre "la voir", Ita "vederla"). The $Bool$ is used for indicating --- if there are any clitics. - - oper clitInf : Bool -> Str -> Str -> Str ; - --- To render pronominal arguments as clitics and/or ordinary complements. --- Returns $True$ if there are any clitics. - - oper pronArg : Number -> Person -> CAgr -> CAgr -> Str * Str * Bool ; - --- To render imperatives (with their clitics etc). - - oper mkImperative : Bool -> Person -> VPC -> {s : Polarity => AAgr => Str} ; - ---2 Constants that must derivatively depend on language - - param NPForm = Ton Case | Aton Case | Poss Gender Number ; --- AAgr - - oper dative : Case ; - oper genitive : Case ; - - vRefl : VType ; - isVRefl : VType -> Bool ; - - ---2 Strings - - prepCase : Case -> Str ; - - partitive : Gender -> Case -> Str ; - - artDef : Gender -> Number -> Case -> Str ; - artIndef : Gender -> Number -> Case -> Str ; - --- This is the definite article in Italian, $prepCase c$ in French and Spanish. - - possCase : Gender -> Number -> Case -> Str ; - - auxVerb : VType -> (VF => Str) ; - negation : Polarity => (Str * Str) ; - copula : Verb ; - - conjThan : Str ; - conjThat : Str ; - - subjIf : Str ; - - relPron : Bool => AAgr => Case => Str ; - pronSuch : AAgr => Str ; - - partQIndir : Str ; -- ce, ci - - reflPron : Number -> Person -> Case -> Str ; --- argPron : Gender -> Number -> Person -> Case -> Str ; - - auxPassive : Verb ; - - ---2 Contants needed in type signatures above - -param - Case = Nom | Acc | CPrep Prepos ; - -oper - Verb = {s : VF => Str ; vtyp : VType} ; - ---2 Workarounds, to be eliminated - --- This should be provided by $pronArg$ above, but causes trouble in compilation. --- (AR 16/8/2008) - - oper infForm : Number -> Person -> CAgr -> CAgr -> Bool ; - - -} - diff --git a/old-lib/resource/romance/ExtRomance.gf b/old-lib/resource/romance/ExtRomance.gf deleted file mode 100644 index a5586d715..000000000 --- a/old-lib/resource/romance/ExtRomance.gf +++ /dev/null @@ -1,14 +0,0 @@ -incomplete concrete ExtRomance of ExtRomanceAbs = - CatRomance ** open DiffRomance, ResRomance in { - - lin - DefSgN predet noun = let g = noun.g in { - s = \\c => predet.s ! gennum g Sg ++ noun.s ! Sg ! Def ! caseNP c ; - a = agrP3 g Sg - } ; - DefPlN predet noun = let g = noun.g in { - s = \\c => predet.s ! Plg ++ noun.s ! Pl ! Def ! caseNP c ; - a = agrP3 g Sg - } ; - -} diff --git a/old-lib/resource/romance/ExtraRomance.gf b/old-lib/resource/romance/ExtraRomance.gf deleted file mode 100644 index 9bddb29f3..000000000 --- a/old-lib/resource/romance/ExtraRomance.gf +++ /dev/null @@ -1,21 +0,0 @@ -incomplete concrete ExtraRomance of ExtraRomanceAbs = CatRomance ** - open - CommonRomance, - Coordination, - ResRomance in { - - lin TPasseSimple = {s = []} ** {t = RPasse} ; --# notpresent - - lincat - VPI = {s : Str} ; - [VPI] = {s1,s2 : Str} ; - lin - BaseVPI = twoSS ; - ConsVPI = consrSS comma ; - - MkVPI vp = {s = infVP vp (agrP3 Masc Sg)} ; - ConjVPI = conjunctDistrSS ; - ComplVPIVV v vpi = - insertComplement (\\a => prepCase v.c2.c ++ vpi.s) (predV v) ; - -} diff --git a/old-lib/resource/romance/ExtraRomanceAbs.gf b/old-lib/resource/romance/ExtraRomanceAbs.gf deleted file mode 100644 index ff5263e98..000000000 --- a/old-lib/resource/romance/ExtraRomanceAbs.gf +++ /dev/null @@ -1,7 +0,0 @@ -abstract ExtraRomanceAbs = Cat, Extra[ - VPI,ListVPI,BaseVPI,ConsVPI,MkVPI,ComplVPIVV,ConjVPI, - VV,VP,Conj] ** { - - fun TPasseSimple : Tense ; --# notpresent - -} diff --git a/old-lib/resource/romance/NounRomance.gf b/old-lib/resource/romance/NounRomance.gf deleted file mode 100644 index b505cb5ca..000000000 --- a/old-lib/resource/romance/NounRomance.gf +++ /dev/null @@ -1,210 +0,0 @@ -incomplete concrete NounRomance of Noun = - CatRomance ** open CommonRomance, ResRomance, Prelude in { - - flags optimize=all_subs ; - - lin - DetCN det cn = - let - g = cn.g ; - n = det.n - in { - s = \\c => let cs = npform2case c in - det.s ! g ! cs ++ cn.s ! n ; - a = agrP3 g n ; - hasClit = False - } ; - - UsePN = pn2np ; - - UsePron p = p ; - - PredetNP pred np = { - s = \\c => pred.s ! aagr (np.a.g) (np.a.n) ! npform2case c ++ --- subtype - np.s ! case2npform pred.c ; - a = np.a ; - hasClit = False - } ; - - PPartNP np v2 = { - s = \\c => np.s ! c ++ v2.s ! VPart np.a.g np.a.n ; - a = np.a ; - hasClit = False - } ; - - RelNP np rs = { - s = \\c => np.s ! c ++ rs.s ! Indic ! np.a ; - a = np.a ; - hasClit = False - } ; - - AdvNP np adv = { - s = \\c => np.s ! c ++ adv.s ; - a = np.a ; - hasClit = False - } ; - - DetQuantOrd quant num ord = { - s = \\g,c => quant.s ! num.n ! g ! c ++ num.s ! g ++ - ord.s ! aagr g num.n ; - n = num.n - } ; - - DetQuant quant num = { - s = \\g,c => quant.s ! num.n ! g ! c ++ num.s ! g ; - n = num.n - } ; - -{---b - DetSg quant ord = { - s = \\g,c => quant.s ! False ! Sg ! g ! c ++ ord.s ! aagr g Sg ; - n = Sg - } ; - DetPl quant num ord = { - s = \\g,c => quant.s ! num.isNum ! num.n ! g ! c ++ num.s ! g ++ - ord.s ! aagr g Pl ; - n = num.n - } ; --} - - DetNP det = - let - g = Masc ; ---- Fem in Extra - n = det.n - in { - s = \\c => let cs = npform2case c in - det.s ! g ! cs ; - a = agrP3 g n ; - hasClit = False - } ; - - PossPron p = { - s = \\n,g,c => possCase g n c ++ p.s ! Poss g n ---- il mio! - } ; - - NumSg = {s = \\_ => [] ; isNum = False ; n = Sg} ; - NumPl = {s = \\_ => [] ; isNum = False ; n = Pl} ; ----b NoNum = {s = \\_ => [] ; isNum = False ; n = Pl} ; ----b NoOrd = {s = \\_ => []} ; - ----b NumInt n = {s = \\_ => n.s ; isNum = True ; n = Pl} ; ----b OrdInt n = {s = \\_ => n.s ++ "."} ; --- - - NumCard n = n ** {isNum = True} ; - - NumDigits nu = {s = \\g => nu.s ! NCard g ; n = nu.n} ; - OrdDigits nu = {s = \\a => nu.s ! NOrd a.g a.n} ; - - NumNumeral nu = {s = \\g => nu.s ! NCard g ; n = nu.n} ; - OrdNumeral nu = {s = \\a => nu.s ! NOrd a.g a.n} ; - - AdNum adn num = {s = \\a => adn.s ++ num.s ! a ; isNum = num.isNum ; n = num.n} ; - - OrdSuperl adj = {s = \\a => adj.s ! Superl ! AF a.g a.n} ; - - DetArtOrd quant num ord = { - s = \\g,c => quant.s ! num.isNum ! num.n ! g ! c ++ num.s ! g ++ - ord.s ! aagr g num.n ; - n = num.n - } ; - - DetArtCard quant num = { - s = \\g,c => quant.s ! True ! num.n ! g ! c ++ num.s ! g ; - n = num.n - } ; - - DetArtSg det cn = - let - g = cn.g ; - n = Sg - in { - s = \\c => let cs = npform2case c in - det.s ! False ! n ! g ! cs ++ cn.s ! n ; - a = agrP3 g n ; - hasClit = False - } ; - - DetArtPl det cn = - let - g = cn.g ; - n = Pl - in { - s = \\c => let cs = npform2case c in - det.s ! False ! n ! g ! cs ++ cn.s ! n ; - a = agrP3 g n ; - hasClit = False - } ; - - DefArt = { - s = \\_,n,g,c => artDef g n c - } ; - - IndefArt = { - s = \\b,n,g,c => if_then_Str b [] (artIndef g n c) ; - } ; - - MassNP cn = let - g = cn.g ; - n = Sg - in { - s = \\c => partitive g (npform2case c) ++ cn.s ! n ; - a = agrP3 g n ; - hasClit = False - } ; - -{---b - MassDet = { - s = \\b,n,g,c => case of { - => partitive g c ; - _ => prepCase genitive ---- - } - } ; --} - --- This is based on record subtyping. - - UseN, UseN2 = \noun -> noun ; ----b UseN3 = \noun -> noun ; - - Use2N3 f = f ; - - Use3N3 f = f ** {c2 = f.c3} ; - - ComplN2 f x = { - s = \\n => f.s ! n ++ appCompl f.c2 x.s ; - g = f.g ; - } ; - - ComplN3 f x = { - s = \\n => f.s ! n ++ appCompl f.c2 x.s ; - g = f.g ; - c2 = f.c3 - } ; - - AdjCN ap cn = - let - g = cn.g - in { - s = \\n => preOrPost ap.isPre (ap.s ! (AF g n)) (cn.s ! n) ; - g = g ; - } ; - - RelCN cn rs = let g = cn.g in { - s = \\n => cn.s ! n ++ rs.s ! Indic ! agrP3 g n ; --- mood - g = g - } ; - SentCN cn sc = let g = cn.g in { - s = \\n => cn.s ! n ++ sc.s ; - g = g - } ; - AdvCN cn sc = let g = cn.g in { - s = \\n => cn.s ! n ++ sc.s ; - g = g - } ; - - ApposCN cn np = let g = cn.g in { - s = \\n => cn.s ! n ++ np.s ! Ton Nom ; - g = g - } ; - -} diff --git a/old-lib/resource/romance/PhraseRomance.gf b/old-lib/resource/romance/PhraseRomance.gf deleted file mode 100644 index 4de6b28e5..000000000 --- a/old-lib/resource/romance/PhraseRomance.gf +++ /dev/null @@ -1,27 +0,0 @@ -incomplete concrete PhraseRomance of Phrase = - CatRomance ** open CommonRomance, ResRomance, Prelude in { - - flags optimize = all_subs ; - - lin - PhrUtt pconj utt voc = {s = pconj.s ++ utt.s ++ voc.s} ; - - UttS s = {s = s.s ! Indic} ; - UttQS qs = {s = qs.s ! QDir} ; - UttImpSg pol imp = {s = pol.s ++ imp.s ! pol.p ! ImpF Sg False ! Fem} ; - UttImpPl pol imp = {s = pol.s ++ imp.s ! pol.p ! ImpF Pl False ! Fem} ; - UttImpPol pol imp = {s = pol.s ++ imp.s ! pol.p ! ImpF Sg True ! Fem} ; - - UttIP ip = {s = ip.s ! Nom} ; --- Acc also - UttIAdv iadv = iadv ; - UttNP np = {s = np.s ! Ton Nom} ; - UttVP vp = {s = infVP vp (agrP3 Fem Sg)} ; --- Agr - UttAdv adv = adv ; - - NoPConj = {s = []} ; - PConjConj conj = {s = conj.s2} ; - - NoVoc = {s = []} ; - VocNP np = {s = "," ++ np.s ! Ton Nom} ; - -} diff --git a/old-lib/resource/romance/QuestionRomance.gf b/old-lib/resource/romance/QuestionRomance.gf deleted file mode 100644 index 6d2fa8669..000000000 --- a/old-lib/resource/romance/QuestionRomance.gf +++ /dev/null @@ -1,113 +0,0 @@ -incomplete concrete QuestionRomance of Question = - CatRomance ** open CommonRomance, ResRomance, Prelude in { - - flags optimize=all_subs ; - - lin - - QuestCl cl = { - s = \\t,a,p => - let cls = cl.s ! DDir ! t ! a ! p ---- DInv? - in table { - QDir => cls ! Indic ; - QIndir => subjIf ++ cls ! Indic - } - } ; - - QuestVP qp vp = { - s = \\t,a,b,_ => - let - cl = mkClause (qp.s ! Nom) False (agrP3 qp.a.g qp.a.n) vp - in - cl.s ! DDir ! t ! a ! b ! Indic - } ; - - QuestSlash ip slash = { - s = \\t,a,p => - let - cls : Direct -> Str = - \d -> slash.s ! ip.a ! d ! t ! a ! p ! Indic ; - who = slash.c2.s ++ ip.s ! slash.c2.c - in table { - QDir => who ++ cls DInv ; - QIndir => who ++ cls DDir - } - } ; - - QuestIAdv iadv cl = { - s = \\t,a,p,q => - let - ord = case q of { - QDir => DInv ; - QIndir => DDir - } ; - cls = cl.s ! ord ! t ! a ! p ! Indic ; - why = iadv.s - in why ++ cls - } ; - - QuestIComp icomp np = { - s = \\t,a,p,_ => - let - vp = predV copula ; - cls = (mkClause (np.s ! Aton Nom) np.hasClit np.a vp).s ! - DInv ! t ! a ! p ! Indic ; - why = icomp.s ! {g = np.a.g ; n = np.a.n} - in why ++ cls - } ; - - PrepIP p ip = { - s = p.s ++ ip.s ! p.c - } ; - - AdvIP ip adv = { - s = \\c => ip.s ! c ++ adv.s ; - a = ip.a - } ; - - IdetCN idet cn = - let - g = cn.g ; - n = idet.n ; - a = aagr g n - in { - s = \\c => idet.s ! g ! c ++ cn.s ! n ; - a = a - } ; - - IdetIP idet = - let - g = Masc ; ---- Fem in Extra - n = idet.n ; - a = aagr g n - in { - s = \\c => idet.s ! g ! c ; - a = a - } ; - - IdetQuant idet num = - let - n = num.n ; - in { - s = \\g,c => idet.s ! n ! g ! c ++ num.s ! g ; - n = n - } ; - - - CompIAdv a = {s = \\_ => a.s} ; - - CompIP p = {s = \\_ => p.s ! Nom} ; - -} - -{- ---b - IDetCN idet num ord cn = - let - g = cn.g ; - n = idet.n ; - a = aagr g n - in { - s = \\c => idet.s ! g ! c ++ num.s ! g ++ ord.s ! a ++ cn.s ! n ; - a = a - } ; --} diff --git a/old-lib/resource/romance/RelativeRomance.gf b/old-lib/resource/romance/RelativeRomance.gf deleted file mode 100644 index 40b83c1b3..000000000 --- a/old-lib/resource/romance/RelativeRomance.gf +++ /dev/null @@ -1,50 +0,0 @@ -incomplete concrete RelativeRomance of Relative = - CatRomance ** open Prelude, CommonRomance, ResRomance in { - - flags optimize=all_subs ; - - lin - - RelCl cl = { - s = \\ag,t,a,p,m => pronSuch ! ag ++ conjThat ++ - cl.s ! DDir ! t ! a ! p ! m ; - c = Nom - } ; - - --- more efficient to compile than case inside mkClause; see log.txt - RelVP rp vp = case rp.hasAgr of { - True => {s = \\ag => - (mkClause - (rp.s ! False ! {g = ag.g ; n = ag.n} ! Nom) False - {g = rp.a.g ; n = rp.a.n ; p = P3} - vp).s ! DDir ; c = Nom} ; - False => {s = \\ag => - (mkClause - (rp.s ! False ! {g = ag.g ; n = ag.n} ! Nom) False - ag - vp).s ! DDir ; c = Nom - } - } ; - - RelSlash rp slash = { - s = \\ag,t,a,p,m => - let aag = {g = ag.g ; n = ag.n} - in - slash.c2.s ++ - rp.s ! False ! aag ! slash.c2.c ++ - slash.s ! aag ! DDir ! t ! a ! p ! m ; --- ragr - c = Acc - } ; - - FunRP p np rp = { - s = \\_,a,c => np.s ! Ton Nom ++ p.s ++ rp.s ! True ! a ! p.c ; - a = {g = np.a.g ; n = np.a.n} ; - hasAgr = True - } ; - IdRP = { - s = relPron ; - a = {g = Masc ; n = Sg} ; - hasAgr = False - } ; - -} diff --git a/old-lib/resource/romance/ResRomance.gf b/old-lib/resource/romance/ResRomance.gf deleted file mode 100644 index 73ec6c8db..000000000 --- a/old-lib/resource/romance/ResRomance.gf +++ /dev/null @@ -1,299 +0,0 @@ ---1 Romance auxiliary operations. --- - -interface ResRomance = DiffRomance ** open CommonRomance, Prelude in { - -flags optimize=all ; - ---2 Constants uniformly defined in terms of language-dependent constants - -oper - - nominative : Case = Nom ; - accusative : Case = Acc ; - - Pronoun = {s : NPForm => Str ; a : Agr ; hasClit : Bool} ; - - Compl : Type = {s : Str ; c : Case ; isDir : Bool} ; - - complAcc : Compl = {s = [] ; c = accusative ; isDir = True} ; - complGen : Compl = {s = [] ; c = genitive ; isDir = False} ; - complDat : Compl = {s = [] ; c = dative ; isDir = True} ; - - pn2np : {s : Str ; g : Gender} -> Pronoun = \pn -> { - s = \\c => prepCase (npform2case c) ++ pn.s ; - a = agrP3 pn.g Sg ; - hasClit = False - } ; - - npform2case : NPForm -> Case = \p -> case p of { - Ton x => x ; - Poss _ _ => genitive ; - Aton x => x - } ; - - case2npform : Case -> NPForm = \c -> case c of { - Nom => Ton Nom ; - Acc => Ton Acc ; - _ => Ton c - } ; - --- Pronouns in $NP$ lists are always in stressed forms. - - stressedCase : NPForm -> NPForm = \c -> case c of { - Aton k => Ton k ; - _ => c - } ; - - appCompl : Compl -> (NPForm => Str) -> Str = \comp,np -> - comp.s ++ np ! Ton comp.c ; - - oper - - VP : Type = { - s : Verb ; - agr : VPAgr ; -- dit/dite dep. on verb, subj, and clitic - neg : Polarity => (Str * Str) ; -- ne-pas - clAcc : CAgr ; -- le/se - clDat : CAgr ; -- lui - clit2 : Str ; -- y en - comp : Agr => Str ; -- content(e) ; ma mre ; hier - ext : Polarity => Str ; -- que je dors / que je dorme - } ; - - - useVP : VP -> VPC = \vp -> - let - verb = vp.s ; - vfin : TMood -> Agr -> Str = \tm,a -> verb.s ! VFin tm a.n a.p ; - vpart : AAgr -> Str = \a -> verb.s ! VPart a.g a.n ; - vinf : Bool -> Str = \b -> verb.s ! VInfin b ; - vger = verb.s ! VGer ; - - typ = verb.vtyp ; - aux = auxVerb typ ; - - habet : TMood -> Agr -> Str = \tm,a -> aux ! VFin tm a.n a.p ; - habere : Str = aux ! VInfin False ; - - vimp : Agr -> Str = \a -> case of { - => verb.s ! VImper PlP1 ; - <_, P3> => verb.s ! VFin (VPres Conjunct) a.n P3 ; - => verb.s ! VImper SgP2 ; - => verb.s ! VImper PlP2 - } ; - - vf : (Agr -> Str) -> (AAgr -> Str) -> { - fin : Agr => Str ; - inf : AAgr => Str - } = - \fin,inf -> { - fin = \\a => fin a ; - inf = \\a => inf a - } ; - - in { - s = table { - VPFinite t Simul => vf (vfin t) (\_ -> []) ; - VPFinite t Anter => vf (habet t) vpart ; --# notpresent - VPInfinit Anter b=> vf (\_ -> []) (\a -> habere ++ vpart a) ; --# notpresent - VPImperat => vf vimp (\_ -> []) ; - VPGerund => vf (\_ -> []) (\_ -> vger) ; - VPInfinit Simul b=> vf (\_ -> []) (\_ -> vinf b) - } ; - agr = vp.agr ; -- partAgr typ ; - neg = vp.neg ; -- negation ; - clAcc = vp.clAcc ; -- case isVRefl typ of { - -- True => CRefl ; - -- _ => CNone - -- } ; - clDat = vp.clDat ; -- CNone ; --- no dative refls - clit2 = vp.clit2 ; -- [] ; - comp = vp.comp ; -- \\a => [] ; - ext = vp.ext -- \\p => [] - } ; - - predV : Verb -> VP = \verb -> - let - typ = verb.vtyp ; - in { - s = {s = verb.s ; vtyp = typ} ; - agr = partAgr typ ; - neg = negation ; - clAcc = case isVRefl typ of { - True => CRefl ; - _ => CNone - } ; - clDat = CNone ; --- no dative refls - clit2 = [] ; - comp = \\a => [] ; - ext = \\p => [] - } ; - - insertObject : Compl -> Pronoun -> VP -> VP = \c,np,vp -> - let - vpacc = vp.clAcc ; - vpdat = vp.clDat ; - vpagr = vp.agr ; - npa = np.a ; - cpron = CPron npa.g npa.n npa.p ; - noNewClit = ; - - cc : CAgr * CAgr * Str * VPAgr = case of { - => case c.c of { - Acc => ; - _ => -- must be dat - } ; - _ => noNewClit - } ; - - in { - s = vp.s ; - agr = cc.p4 ; - clAcc = cc.p1 ; - clDat = cc.p2 ; - clit2 = vp.clit2 ; - neg = vp.neg ; - comp = \\a => cc.p3 ++ vp.comp ! a ; - ext = vp.ext ; - } ; - - insertComplement : (Agr => Str) -> VP -> VP = \co,vp -> { - s = vp.s ; - agr = vp.agr ; - clAcc = vp.clAcc ; - clDat = vp.clDat ; - clit2 = vp.clit2 ; - neg = vp.neg ; - comp = \\a => vp.comp ! a ++ co ! a ; - ext = vp.ext ; - } ; - - --- Agreement with preceding relative or interrogative: --- "les femmes que j'ai aimes" - - insertAgr : AAgr -> VP -> VP = \ag,vp -> { - s = vp.s ; - agr = vpAgrClit (agrP3 ag.g ag.n) ; - clAcc = vp.clAcc ; - clDat = vp.clDat ; - clit2 = vp.clit2 ; - neg = vp.neg ; - comp = vp.comp ; - ext = vp.ext ; - } ; - - insertRefl : VP -> VP = \vp -> { - s = {s = vp.s.s ; vtyp = vRefl} ; - agr = vp.agr ; - clAcc = CRefl ; - clDat = vp.clDat ; - clit2 = vp.clit2 ; - neg = vp.neg ; - comp = vp.comp ; - ext = vp.ext ; - } ; - - insertAdv : Str -> VP -> VP = \co,vp -> { - s = vp.s ; - agr = vp.agr ; - clAcc = vp.clAcc ; - clDat = vp.clDat ; - clit2 = vp.clit2 ; - neg = vp.neg ; - comp = \\a => vp.comp ! a ++ co ; - ext = vp.ext ; - } ; - - insertAdV : Str -> VP -> VP = \co,vp -> { - s = vp.s ; - agr = vp.agr ; - clAcc = vp.clAcc ; - clDat = vp.clDat ; - clit2 = vp.clit2 ; - neg = \\b => let vpn = vp.neg ! b in {p1 = vpn.p1 ; p2 = vpn.p2 ++ co} ; - comp = vp.comp ; - ext = vp.ext ; - } ; - - insertClit2 : Str -> VP -> VP = \co,vp -> { - s = vp.s ; - agr = vp.agr ; - clAcc = vp.clAcc ; - clDat = vp.clDat ; - clit2 = vp.clit2 ++ co ; ---- y en - neg = vp.neg ; - comp = vp.comp ; - ext = vp.ext ; - } ; - - insertExtrapos : (Polarity => Str) -> VP -> VP = \co,vp -> { - s = vp.s ; - agr = vp.agr ; - clAcc = vp.clAcc ; - clDat = vp.clDat ; - clit2 = vp.clit2 ; - neg = vp.neg ; - comp = vp.comp ; - ext = \\p => vp.ext ! p ++ co ! p ; - } ; - - mkVPSlash : Compl -> VP -> VP ** {c2 : Compl} = \c,vp -> vp ** {c2 = c} ; - - mkClause : Str -> Bool -> Agr -> VP -> - {s : Direct => RTense => Anteriority => Polarity => Mood => Str} = - \subj,hasClit,agr,vpr -> { - s = \\d,t,a,b,m => - let - tm = case t of { - RPast => VImperf m ; --# notpresent - RFut => VFut ; --# notpresent - RCond => VCondit ; --# notpresent - RPasse => VPasse ; --# notpresent - RPres => VPres m - } ; - vp = useVP vpr ; - vps = vp.s ! VPFinite tm a ; - verb = vps.fin ! agr ; - inf = vps.inf ! (appVPAgr vp.agr (aagr agr.g agr.n)) ; --- subtype bug - neg = vp.neg ! b ; - clpr = pronArg agr.n agr.p vp.clAcc vp.clDat ; - compl = clpr.p2 ++ vp.comp ! agr ++ vp.ext ! b - in - case d of { - DDir => - subj ++ neg.p1 ++ clpr.p1 ++ vp.clit2 ++ verb ++ neg.p2 ++ inf ; - DInv => - neg.p1 ++ clpr.p1 ++ vp.clit2 ++ verb ++ - preOrPost hasClit subj (neg.p2 ++ inf) - } - ++ compl - } ; ---- in French, pronouns should ---- have a "-" with possibly a special verb form with "t": ---- "comment fera-t-il" vs. "comment fera Pierre" - - infVP : VP -> Agr -> Str = \vpr,agr -> - let - vp = useVP vpr ; - clpr = pronArg agr.n agr.p vp.clAcc vp.clDat ; - iform = infForm agr.n agr.p vp.clAcc vp.clDat ; - inf = (vp.s ! VPInfinit Simul iform).inf ! (aagr agr.g agr.n) ; - neg = vp.neg ! Pos ; --- Neg not in API - obj = neg.p2 ++ clpr.p2 ++ vp.comp ! agr ++ vp.ext ! Pos ---- pol - in - clitInf clpr.p3 (clpr.p1 ++ vp.clit2) inf ++ obj ; - -} - --- insertObject: --- p -cat=Cl -tr "la femme te l' envoie" --- PredVP (DetCN (DetSg DefSg NoOrd) (UseN woman_N)) --- (ComplV3 send_V3 (UsePron he_Pron) (UsePron thou_Pron)) --- la femme te l' a envoy --- --- p -cat=Cl -tr "la femme te lui envoie" --- PredVP (DetCN (DetSg DefSg NoOrd) (UseN woman_N)) --- (ComplV3 send_V3 (UsePron thou_Pron) (UsePron he_Pron)) --- la femme te lui a envoye diff --git a/old-lib/resource/romance/SentenceRomance.gf b/old-lib/resource/romance/SentenceRomance.gf deleted file mode 100644 index 66b9ed8dd..000000000 --- a/old-lib/resource/romance/SentenceRomance.gf +++ /dev/null @@ -1,94 +0,0 @@ -incomplete concrete SentenceRomance of Sentence = - CatRomance ** open Prelude, CommonRomance, ResRomance in { - - flags optimize=all_subs ; - - lin - PredVP np vp = mkClause (np.s ! Aton Nom) np.hasClit np.a vp ; - - PredSCVP sc vp = mkClause sc.s False (agrP3 Masc Sg) vp ; - - ImpVP vpr = let vp = useVP vpr in { - s = \\p,i,g => case i of { - ImpF n b => (mkImperative b P2 vp).s ! p ! (aagr g n) - } - } ; - - SlashVP np v2 = - -- agreement decided afterwards: la fille qu'il a trouve - {s = \\ag => - let vp = case of { - => insertAgr ag v2 ; - _ => v2 - } - in (mkClause (np.s ! Aton Nom) np.hasClit np.a vp).s ; - c2 = v2.c2 - } ; - -{---b - SlashV2 np v2 = - {s = \\d,ag =>case of { - => - (mkClause (np.s ! Aton Nom) np.hasClit np.a - (insertAgr ag (predV v2))).s ! d ; - _ => (mkClause (np.s ! Aton Nom) np.hasClit np.a (predV v2)).s ! d - } ; - c2 = v2.c2 - } ; - - SlashVVV2 np vv v2 = - {s = \\d,_ => - (mkClause - (np.s ! Aton Nom) np.hasClit np.a - (insertComplement - (\\a => prepCase vv.c2.c ++ v2.s ! VInfin False) (predV vv))).s ! d; - c2 = v2.c2 - } ; --} - AdvSlash slash adv = { - s = \\ag,d,t,a,b,m => slash.s ! ag ! d ! t ! a ! b ! m ++ adv.s ; - c2 = slash.c2 - } ; - - SlashPrep cl prep = { - s = \\_ => cl.s ; - c2 = {s = prep.s ; c = prep.c ; isDir = False} - } ; - - SlashVS np vs slash = - {s = \\ag => - (mkClause - (np.s ! Aton Nom) np.hasClit np.a - (insertExtrapos (\\b => conjThat ++ slash.s ! ag ! (vs.m ! b)) - (predV vs)) - ).s ; - c2 = slash.c2 - } ; - - EmbedS s = {s = conjThat ++ s.s ! Indic} ; --- mood - EmbedQS qs = {s = qs.s ! QIndir} ; - EmbedVP vp = {s = infVP vp (agrP3 Masc Sg)} ; --- agr ---- compl - - UseCl t a p cl = { - s = \\o => t.s ++ a.s ++ p.s ++ cl.s ! DDir ! t.t ! a.a ! p.p ! o - } ; - UseQCl t a p cl = { - s = \\q => t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! p.p ! q - } ; - UseRCl t a p cl = { - s = \\r,ag => t.s ++ a.s ++ p.s ++ cl.s ! ag ! t.t ! a.a ! p.p ! r ; - c = cl.c - } ; - UseSlash t a p cl = { - s = \\ag,mo => - t.s ++ a.s ++ p.s ++ cl.s ! ag ! DDir ! t.t ! a.a ! p.p ! mo ; - c2 = cl.c2 - } ; - - AdvS a s = {s = \\o => a.s ++ "," ++ s.s ! o} ; - - RelS s r = { - s = \\o => s.s ! o ++ "," ++ partQIndir ++ r.s ! Indic ! agrP3 Masc Sg - } ; - -} diff --git a/old-lib/resource/romance/VerbRomance.gf b/old-lib/resource/romance/VerbRomance.gf deleted file mode 100644 index 96992bd35..000000000 --- a/old-lib/resource/romance/VerbRomance.gf +++ /dev/null @@ -1,119 +0,0 @@ -incomplete concrete VerbRomance of Verb = - CatRomance ** open Prelude, CommonRomance, ResRomance in { - - flags optimize=all_subs ; - - lin - UseV = predV ; - - ComplVV v vp = - insertComplement (\\a => prepCase v.c2.c ++ infVP vp a) (predV v) ; - ComplVS v s = insertExtrapos (\\b => conjThat ++ s.s ! (v.m ! b)) (predV v) ; - ComplVQ v q = insertExtrapos (\\_ => q.s ! QIndir) (predV v) ; - ComplVA v ap = - insertComplement (\\a => ap.s ! AF a.g a.n) (predV v) ; - - SlashV2a v = mkVPSlash v.c2 (predV v) ; - - Slash2V3 v np = mkVPSlash v.c3 (insertObject v.c2 np (predV v)) ; - Slash3V3 v np = mkVPSlash v.c2 (insertObject v.c3 np (predV v)) ; - - SlashV2V v vp = - mkVPSlash v.c2 - (insertComplement - (\\a => prepCase v.c2.c ++ infVP vp a) - (predV v)) ; - - SlashV2S v s = - mkVPSlash v.c2 - (insertExtrapos - (\\b => conjThat ++ s.s ! Indic) ---- mood - (predV v)) ; - - SlashV2Q v q = - mkVPSlash v.c2 - (insertExtrapos - (\\_ => q.s ! QIndir) - (predV v)) ; - - {- ---- lincat should be fixed - SlashV2A v ap = - - let af = case v.c3.isDir of { - True => AF np.a.g np.a.n ; -- ... bleues - _ => AF Masc Sg -- il les peint en bleu - } - -} - - SlashV2A v ap = - let af = AF Masc Sg - in - mkVPSlash v.c2 - (insertComplement - (\\_ => v.c3.s ++ prepCase v.c3.c ++ ap.s ! af) - (predV v)) ; - - ComplSlash vp np = insertObject vp.c2 np vp ; - - ReflVP v = case v.c2.isDir of { - True => insertRefl v ; - False => insertComplement - (\\a => v.c2.s ++ reflPron a.n a.p v.c2.c) v - } ; - - SlashVV v vp = - mkVPSlash vp.c2 - (insertComplement (\\a => prepCase v.c2.c ++ infVP vp a) (predV v)) ; - - SlashV2VNP v np vp = - mkVPSlash vp.c2 - (insertComplement - (\\a => prepCase v.c2.c ++ infVP vp a) - (insertObject v.c2 np (predV v))) ; - - UseComp comp = insertComplement comp.s (predV copula) ; - - CompAP ap = {s = \\ag => ap.s ! AF ag.g ag.n} ; - CompNP np = {s = \\_ => np.s ! Ton Acc} ; - CompAdv a = {s = \\_ => a.s} ; - - AdvVP vp adv = insertAdv adv.s vp ; - AdVVP adv vp = insertAdV adv.s vp ; - - PassV2 v = insertComplement (\\a => v.s ! VPart a.g a.n) (predV auxPassive) ; - -} - -{---b - ComplV2 v np1 = insertObject v.c2 np1 (predV v) ; - ComplV3 v np1 np2 = insertObject v.c3 np2 (insertObject v.c2 np1 (predV v)) ; - - ComplV2V v np vp = - insertComplement (\\a => prepCase v.c2.c ++ infVP vp a) - (insertObject v.c2 np (predV v)) ; - ComplV2S v np s = - insertExtrapos (\\b => s.s ! Indic) ---- mood - (insertObject v.c2 np (predV v)) ; - ComplV2Q v np q = - insertExtrapos (\\_ => q.s ! QIndir) - (insertObject v.c2 np (predV v)) ; - - ComplV2A v np ap = - let af = case v.c3.isDir of { - True => AF np.a.g np.a.n ; -- ... bleues - _ => AF Masc Sg -- il les peint en bleu - } - in - insertComplement - (\\a => v.c3.s ++ prepCase v.c3.c ++ ap.s ! af) - (insertObject v.c2 np (predV v)) ; - - ReflV2 v = case v.c2.isDir of { - True => predV {s = v.s ; vtyp = vRefl} ; - False => insertComplement - (\\a => v.c2.s ++ reflPron a.n a.p v.c2.c) (predV v) - } ; - - UseVS, UseVQ = \vv -> {s = vv.s ; c2 = complAcc ; vtyp = vv.vtyp} ; --} - diff --git a/old-lib/resource/russian/AdjectiveRus.gf b/old-lib/resource/russian/AdjectiveRus.gf deleted file mode 100644 index 39c3d5209..000000000 --- a/old-lib/resource/russian/AdjectiveRus.gf +++ /dev/null @@ -1,46 +0,0 @@ - ---# -path=.:../abstract:../common:../../prelude - - -concrete AdjectiveRus of Adjective = CatRus ** open ResRus, Prelude in { -flags coding=utf8 ; - - lin - - PositA a = { s = a.s!Posit; p = False}; - -- Comparative forms are used with an object of comparison, as - -- adjectival phrases ("больше тебя"). - - ComparA bolshoj tu = - {s = \\af => bolshoj.s ! Compar ! af ++ tu.s ! (mkPronForm Gen Yes NonPoss) ; - p = True - } ; - --- $SuperlA$ belongs to determiner syntax in $Noun$. - - ComplA2 vlublen tu = - {s = \\af => vlublen.s !Posit! af ++ vlublen.s2 ++ - tu.s ! (mkPronForm vlublen.c No NonPoss) ; - p = True - } ; - - ReflA2 vlublen = - {s = \\af => vlublen.s !Posit! af ++ vlublen.s2 ++ sam.s ! vlublen.c; - p = True - } ; - - SentAP vlublen sent= - {s = \\af => vlublen.s ! af ++ [", "] ++ sent.s; - p = True - } ; - - - AdAP ada ap = { - s = \\af => ada.s ++ ap.s ! af ; - p = True - } ; - - UseA2 a = a ; - -} - diff --git a/old-lib/resource/russian/AdverbRus.gf b/old-lib/resource/russian/AdverbRus.gf deleted file mode 100644 index 4e283431d..000000000 --- a/old-lib/resource/russian/AdverbRus.gf +++ /dev/null @@ -1,24 +0,0 @@ ---# -path=.:../abstract:../common:../../prelude - -concrete AdverbRus of Adverb = CatRus ** open ResRus, Prelude in { -flags coding=utf8 ; - - lin - PositAdvAdj a = {s = a.s !Posit! AdvF} ; - ComparAdvAdj cadv a np = { - s = cadv.s ++ a.s !Posit! AdvF ++ "чем" ++ np.s ! PF Nom No NonPoss - } ; - ComparAdvAdjS cadv a s = { - s = cadv.s ++ a.s !Posit! AdvF ++ "чем" ++ s.s - } ; - - PrepNP na stol = ss (na.s ++ stol.s ! PF na.c Yes NonPoss) ; - - AdAdv = cc2 ; - - SubjS = cc2 ; - - AdnCAdv cadv = {s = cadv.s ++ "чем"} ; - -} - diff --git a/old-lib/resource/russian/AllRus.gf b/old-lib/resource/russian/AllRus.gf deleted file mode 100644 index 024ce67e1..000000000 --- a/old-lib/resource/russian/AllRus.gf +++ /dev/null @@ -1,6 +0,0 @@ ---# -path=.:../abstract:../common:prelude - -concrete AllRus of AllRusAbs = - LangRus, - ExtraRus - ** {flags coding=utf8 ;} ; diff --git a/old-lib/resource/russian/AllRusAbs.gf b/old-lib/resource/russian/AllRusAbs.gf deleted file mode 100644 index eff645337..000000000 --- a/old-lib/resource/russian/AllRusAbs.gf +++ /dev/null @@ -1,6 +0,0 @@ ---# -path=.:../abstract:../common:prelude - -abstract AllRusAbs = - Lang, - ExtraRusAbs - ** {} ; diff --git a/old-lib/resource/russian/CatRus.gf b/old-lib/resource/russian/CatRus.gf deleted file mode 100644 index b3e3809c9..000000000 --- a/old-lib/resource/russian/CatRus.gf +++ /dev/null @@ -1,99 +0,0 @@ ---# -path=.:../abstract:../common:../../prelude - -concrete CatRus of Cat = CommonX ** open ResRus, Prelude in { - - flags optimize=all_subs ; coding=utf8 ; - - lincat - --- Tensed/Untensed - - S = {s : Str} ; - QS = {s : QForm => Str} ; - RS = {s : GenNum => Case => Animacy => Str} ; - SSlash = {s : Str; s2: Str ; c: Case} ; - --- Sentence - -- clause (variable tense) e.g. "John walks"/"John walked" - Cl ={s : Polarity => ClForm => Str} ; - ClSlash = {s : Polarity => ClForm => Str; s2: Str; c: Case} ; - Imp = { s: Polarity => Gender => Number => Str } ; - --- Question - - QCl = {s :Polarity => ClForm => QForm => Str}; - IP = { s : PronForm => Str ; n : Number ; p : Person ; - g: PronGen ; anim : Animacy ; pron: Bool} ; - IComp = {s : Str} ; - IDet = Adjective ** {n: Number; g: PronGen; c: Case} ; - IQuant = {s : Number => AdjForm => Str; g: PronGen; c: Case} ; -- AR 16/6/2008 - --- Relative - - RCl = {s : Polarity => ClForm => GenNum => Case => Animacy => Str} ; - RP = {s : GenNum => Case => Animacy => Str} ; - --- Verb - -- Polarity => - Comp, VP = VerbPhrase ; - VPSlash = VerbPhrase ** {sc : Str ; c : Case} ; - --- Adjective - - AP = {s : AdjForm => Str; p : IsPostfixAdj} ; - --- Noun - - CN = {s : Number => Case => Str; g : Gender; anim : Animacy} ; - NP = { s : PronForm => Str ; n : Number ; p : Person ; - g: PronGen ; anim : Animacy ; pron: Bool} ; - Pron = { s : PronForm => Str ; n : Number ; p : Person ; - g: PronGen ; pron: Bool} ; - --- Determiners (only determinative pronouns --- (or even indefinite numerals: "много" (many)) in Russian) are inflected --- according to the gender of nouns they determine. --- extra parameters (Number and Case) are added for the sake of --- the determinative pronoun "bolshinstvo" ("most"); --- Gender parameter is due to multiple determiners (Numerals in Russian) --- like "mnogo" --- The determined noun has the case parameter specific for the determiner - - Det = {s : AdjForm => Str; n: Number; g: PronGen; c: Case} ; - Predet, Quant, Art = {s : AdjForm => Str; g: PronGen; c: Case} ; - --- Numeral - - Num, Numeral, Card = {s : Case => Gender => Str ; n : Number} ; - Digits = {s : Str ; n : Number} ; ---- - --- Structural --- The conjunction has an inherent number, which is used when conjoining --- noun phrases: "Иван и Маша поют" vs. "Иван или Маша поет"; in the --- case of "или", the result is however plural if any of the disjuncts is. - - Conj = {s1,s2 : Str ; n : Number} ; - Subj = {s : Str} ; - Prep = {s : Str ; c: Case } ; - --- Open lexical classes, e.g. Lexicon - - V, VS, VV, VQ, VA = Verbum ; -- = {s : VerbForm => Str ; asp : Aspect } ; - V2, V2A = Verbum ** Complement ; - V2V, V2S, V2Q = Verbum ** Complement ; --- AR - V3 = Verbum ** Complement** {s4 : Str; c2: Case} ; --- VV = {s : VVForm => Str ; isAux : Bool} ; - - Ord = {s : AdjForm => Str} ; - A = {s : Degree => AdjForm => Str} ; - A2 = A ** Complement ; - - -- Substantives moreover have an inherent gender. - N = {s : SubstForm => Str ; g : Gender ; anim : Animacy } ; - N2 = {s : Number => Case => Str; g : Gender; anim : Animacy} ** Complement ; - N3 = {s : Number => Case => Str; g : Gender; anim : Animacy} ** Complement ** {s3 : Str; c2: Case} ; - PN = {s : Case => Str ; g : Gender ; anim : Animacy} ; - - -} - diff --git a/old-lib/resource/russian/ConjunctionRus.gf b/old-lib/resource/russian/ConjunctionRus.gf deleted file mode 100644 index 25423b2bb..000000000 --- a/old-lib/resource/russian/ConjunctionRus.gf +++ /dev/null @@ -1,100 +0,0 @@ ---# -path=.:../abstract:../common:../../prelude - -concrete ConjunctionRus of Conjunction = - CatRus ** open ResRus, Coordination, Prelude in { - - flags optimize=all_subs ; coding=utf8 ; - - lin - - ConjS = conjunctDistrSS ; - - ConjAdv = conjunctDistrSS ; - - ConjNP c xs = - conjunctDistrTable PronForm c xs ** {n = conjNumber c.n xs.n ; - p = xs.p ; pron = xs.pron ; anim = xs.anim ; - g = xs.g } ; - - - ConjAP c xs = conjunctDistrTable AdjForm c xs ** {p = xs.p} ; - --- These fun's are generated from the list cat's. - - BaseS = twoSS ; - ConsS = consrSS comma ; - BaseAdv = twoSS ; - ConsAdv = consrSS comma ; - - - ConsNP x xs = - consTable PronForm comma xs x ** - {n = conjNumber xs.n x.n ; g = conjPGender x.g xs.g ; - anim = conjAnim x.anim xs.anim ; - p = conjPerson xs.p x.p; pron = conjPron xs.pron x.pron} ; - - ConsAP x xs = consTable AdjForm comma xs x ** {p = andB xs.p x.p} ; - - - BaseAP x y = twoTable AdjForm x y ** {p = andB x.p y.p} ; - - BaseNP x y = twoTable PronForm x y ** {n = conjNumber x.n y.n ; - g = conjPGender x.g y.g ; p = conjPerson x.p y.p ; - pron = conjPron x.pron y.pron ; anim = conjAnim x.anim y.anim } ; - - - - - lincat - [S] = {s1,s2 : Str} ; - [Adv] = {s1,s2 : Str} ; - -- The structure is the same as for sentences. The result is either always plural - -- or plural if any of the components is, depending on the conjunction. - [NP] = { s1,s2 : PronForm => Str ; g: PronGen ; - anim : Animacy ; n : Number ; p : Person ; pron : Bool } ; - -- The structure is the same as for sentences. The result is a prefix adjective - -- if and only if all elements are prefix. - [AP] = {s1,s2 : AdjForm => Str ; p : Bool} ; - - - -oper - --- We have to define a calculus of numbers of persons. For numbers, --- it is like the conjunction with $Pl$ corresponding to $False$. --- --- The following are given in $ParamX$. --- --- conjNumber : Number -> Number -> Number = \m,n -> case of { --- => Sg ; --- _ => Pl --- } ; - --- For persons, we let the latter argument win ("либо ты, либо я пойду" --- but "либо я, либо ты пойдешь"). This is not quite clear. - --- conjPerson : Person -> Person -> Person = \_,p -> --- p ; - --- For pron, we let the latter argument win - "Маша или моя мама" (Nominative case) --- but - "моей или Машина мама" (Genetive case) both corresponds to --- "Masha's or my mother"), which is actually not exactly correct, since --- different cases should be used - "Машина или моя мама". - - conjPron : Bool -> Bool -> Bool = \_,p -> - p ; - --- For gender in a similar manner as for person: --- Needed for adjective predicates like: --- "Маша или Оля - красивая", "Антон или Олег - красивый", --- "Маша или Олег - красивый". --- The later is not totally correct, but there is no correct way to say that. - - conjGender : Gender -> Gender -> Gender = \_,m -> m ; - conjPGender : PronGen -> PronGen -> PronGen = \_,m -> m ; - - conjAnim : Animacy -> Animacy -> Animacy = \_,m -> m ; - - -} - diff --git a/old-lib/resource/russian/ExtraLexRus.gf b/old-lib/resource/russian/ExtraLexRus.gf deleted file mode 100644 index a58868309..000000000 --- a/old-lib/resource/russian/ExtraLexRus.gf +++ /dev/null @@ -1,74 +0,0 @@ ---# -path=.:abstract:common -concrete ExtraLexRus of ExtraLexRusAbs = CatRus ** - open ParadigmsRus in { -flags - coding=utf8 ; -lin ---- bridge_N = mkN "мост" ; ---- candle_N = nSvecha "свеч" ; -- +++ MG_UR: added +++ ---- citizen_N = nGrazhdanin "господ" ; -- +++ MG_UR: added +++ - daughter_N = - {s = table { - SF Sg Nom => "дочь" ; - SF Sg Gen => "дочери" ; - SF Sg Dat => "дочери" ; - SF Sg Acc => "дочь" ; - SF Sg Inst => "дочерью" ; - SF Sg (Prepos _) => "дочери" ; - SF Pl Nom => "дочери" ; - SF Pl Gen => "дочерей" ; - SF Pl Dat => "дочерям" ; - SF Pl Acc => "дочерей" ; - SF Pl Inst => "дочерьми" ; - SF Pl (Prepos _) => "дочерях" - } ; - g = Fem ; anim = Animate - } ; - ---- desk_N = nStol "стол" ; ---- dictionary_N = nSlovar "словар" ; ---- fellow_N = nTovarish "товарищ" ; -- +++ MG_UR: added +++ ---- flag_N = nVremja "зна" ; ---- heaven_N = nNebo "неб" ; -- +++ MG_UR: added +++ ---- museum_N = nMusej "музе" ; -- +++ MG_UR: added +++ --- name_N = mkN "имя" "имени" "имени" "имя" "именем" "имени" "имени" "имена" "имён" "именам" "имена" "именами" "именах" neuter inanimate ; ---- ocean_N = nMorje "мор" ; -- +++ MG_UR: added +++ - son_N = - {s = table - { SF Sg Nom => syn ; - SF Sg Gen => syn+"а" ; - SF Sg Dat => syn+"у" ; - SF Sg Acc => syn +"а"; - SF Sg Inst => syn+"ом" ; - SF Sg (Prepos _) => syn+"е" ; - SF Pl Nom => syn+"ья" ; - SF Pl Gen => syn+"ьев" ; - SF Pl Dat => syn+"ьям" ; - SF Pl Acc => syn +"ьев"; - SF Pl Inst => syn+"ьями" ; - SF Pl (Prepos _) => syn+"ьяах" - } ; - g = Masc ; anim = Animate - } ; ---- time_N = nVremja "вре" ; -- +++ MG_UR: added +++ ---- vocationalschool_N = nUchilishe "училищ" ; -- +++ MG_UR: added +++ - way_N = - {s = table - { SF Sg Nom => put+"ь" ; - SF Sg Gen => put+"и" ; - SF Sg Dat => put+"и" ; - SF Sg Acc => put+"ь" ; - SF Sg Inst => put+"ём" ; - SF Sg (Prepos _) => put+"и" ; - SF Pl Nom => put+"и" ; - SF Pl Gen => put+"ей" ; - SF Pl Dat => put+"ям" ; - SF Pl Acc => put+"и" ; - SF Pl Inst => put+"ями" ; - SF Pl (Prepos _) => put+"ях" - } ; - g = Masc ; anim = Inanimate - } ; - ---- word_N = nSlovo "слов" ; -- +++ MG_UR: added +++ -} \ No newline at end of file diff --git a/old-lib/resource/russian/ExtraRus.gf b/old-lib/resource/russian/ExtraRus.gf deleted file mode 100644 index d592b6e64..000000000 --- a/old-lib/resource/russian/ExtraRus.gf +++ /dev/null @@ -1,3 +0,0 @@ -concrete ExtraRus of ExtraRusAbs = CatRus ** { -flags coding=utf8 ; -} diff --git a/old-lib/resource/russian/ExtraRusAbs.gf b/old-lib/resource/russian/ExtraRusAbs.gf deleted file mode 100644 index e1a9d8e9d..000000000 --- a/old-lib/resource/russian/ExtraRusAbs.gf +++ /dev/null @@ -1,3 +0,0 @@ -abstract ExtraRusAbs = { - -} diff --git a/old-lib/resource/russian/GrammarRus.gf b/old-lib/resource/russian/GrammarRus.gf deleted file mode 100644 index 052d5204c..000000000 --- a/old-lib/resource/russian/GrammarRus.gf +++ /dev/null @@ -1,17 +0,0 @@ ---# -path=.:../abstract:../common:../../prelude - -concrete GrammarRus of Grammar = - NounRus, - VerbRus, - AdjectiveRus, - AdverbRus, - NumeralRus, - SentenceRus, - QuestionRus, - RelativeRus, - ConjunctionRus, - PhraseRus, - TextX, - StructuralRus, - IdiomRus - ** { flags startcat = Phr ; unlexer = text ; lexer = text ; coding=utf8 ;} ; diff --git a/old-lib/resource/russian/IdiomRus.gf b/old-lib/resource/russian/IdiomRus.gf deleted file mode 100644 index d2db6c33c..000000000 --- a/old-lib/resource/russian/IdiomRus.gf +++ /dev/null @@ -1,58 +0,0 @@ ---# -path=.:../abstract:../common:../../prelude - -concrete IdiomRus of Idiom = CatRus ** open Prelude, ResRus, MorphoRus in { - - flags optimize=all_subs ; coding=utf8 ; - - lin - ExistNP = \bar -> - {s =\\b,clf => case b of - {Pos => verbSuchestvovat.s ! (getActVerbForm clf (pgen2gen bar.g) Sg P3) - ++ bar.s ! PF Nom No NonPoss; - Neg => "не" ++ verbSuchestvovat.s ! (getActVerbForm clf (pgen2gen bar.g) Sg P3) - ++ bar.s ! PF Nom No NonPoss - } -} ; - - ExistIP Kto = - let { kto = Kto.s ! (PF Nom No NonPoss) } in - {s = \\b,clf,_ => case b of - {Pos => kto ++ verbSuchestvovat.s ! (getActVerbForm clf (pgen2gen Kto.g) Sg P3) ; - Neg => kto ++ "не" ++ verbSuchestvovat.s ! (getActVerbForm clf (pgen2gen Kto.g) Sg P3) - } - } ; - - CleftAdv adv sen = {s= \\ b, clf => let ne= case b of {Pos =>[]; Neg =>"не"} - in - "это" ++ ne ++ adv.s ++ [", "]++ sen.s }; - - CleftNP np rs = {s= \\ b, clf => - let - ne= case b of {Pos =>[]; Neg =>"не"}; - gn = case np.n of {Pl => APl; _=> ASg (pgen2gen np.g)} - in - "это" ++ ne ++ np.s ! (PF Nom No NonPoss) ++ - rs.s ! gn !Nom!Animate }; - - ImpPl1 vp = {s= "давайте" ++ vp.s! (ClIndic Future Simul)! APl ! P1}; - - ImpersCl vp = {s= \\ b, clf => let ne= case b of {Pos =>[]; Neg =>"не"} - in - ne ++ vp.s! clf! (ASg Neut) ! P3 }; - --- No direct correspondance in Russian. Usually expressed by infinitive: --- "Если очень захотеть, можно в космос улететь" --- (If one really wants one can fly into the space). --- Note that the modal verb "can" is trasferred into adverb --- "можно" (it is possible) in Russian --- The closest subject is "ты" (you), which is omitted in the final sentence: --- "Если очень захочешь, можешь в космос улететь" - - GenericCl vp = {s= \\ b, clf => let ne= case b of {Pos =>[]; Neg =>"не"} - in - "ты" ++ ne ++ vp.s! clf! (ASg Masc) ! P2 }; - - ProgrVP vp = vp ; - -} - diff --git a/old-lib/resource/russian/IrregRus.gf b/old-lib/resource/russian/IrregRus.gf deleted file mode 100644 index 37e109b68..000000000 --- a/old-lib/resource/russian/IrregRus.gf +++ /dev/null @@ -1,182 +0,0 @@ ---# -path=.:../abstract:../common:../../prelude - --- -concrete IrregRus of IrregRusAbs = CatRus ** open ParadigmsRus in { --- -flags optimize=values ; coding=utf8 ; --- --- lin --- awake_V = irregV "awake" "awoke" "awoken" ; --- bear_V = irregV "bear" "bore" "born" ; --- beat_V = irregV "beat" "beat" "beat" ; --- become_V = irregV "become" "became" "become" ; --- begin_V = irregV "begin" "began" "begun" ; --- bend_V = irregV "bend" "bent" "bent" ; --- beset_V = irregV "beset" "beset" "beset" ; --- bet_V = irregDuplV "bet" "bet" "bet" ; --- bid_V = irregDuplV "bid" (variants {"bid" ; "bade"}) (variants {"bid" ; "bidden"}) ; --- bind_V = irregV "bind" "bound" "bound" ; --- bite_V = irregV "bite" "bit" "bitten" ; --- bleed_V = irregV "bleed" "bled" "bled" ; --- blow_V = irregV "blow" "blew" "blown" ; --- break_V = irregV "break" "broke" "broken" ; --- breed_V = irregV "breed" "bred" "bred" ; --- bring_V = irregV "bring" "brought" "brought" ; --- broadcast_V = irregV "broadcast" "broadcast" "broadcast" ; --- build_V = irregV "build" "built" "built" ; --- burn_V = irregV "burn" (variants {"burned" ; "burnt"}) (variants {"burned" ; "burnt"}) ; --- burst_V = irregV "burst" "burst" "burst" ; --- buy_V = irregV "buy" "bought" "bought" ; --- cast_V = irregV "cast" "cast" "cast" ; --- catch_V = irregV "catch" "caught" "caught" ; --- choose_V = irregV "choose" "chose" "chosen" ; --- cling_V = irregV "cling" "clung" "clung" ; --- come_V = irregV "come" "came" "come" ; --- cost_V = irregV "cost" "cost" "cost" ; --- creep_V = irregV "creep" "crept" "crept" ; --- cut_V = irregDuplV "cut" "cut" "cut" ; --- deal_V = irregV "deal" "dealt" "dealt" ; --- dig_V = irregDuplV "dig" "dug" "dug" ; --- dive_V = irregV "dive" (variants {"dived" ; "dove"}) "dived" ; --- do_V = mkV "do" "does" "did" "done" "doing" ; --- draw_V = irregV "draw" "drew" "drawn" ; --- dream_V = irregV "dream" (variants {"dreamed" ; "dreamt"}) (variants {"dreamed" ; "dreamt"}) ; --- drive_V = irregV "drive" "drove" "driven" ; --- drink_V = irregV "drink" "drank" "drunk" ; --- eat_V = irregV "eat" "ate" "eaten" ; --- fall_V = irregV "fall" "fell" "fallen" ; --- feed_V = irregV "feed" "fed" "fed" ; --- feel_V = irregV "feel" "felt" "felt" ; --- fight_V = irregV "fight" "fought" "fought" ; --- find_V = irregV "find" "found" "found" ; --- fit_V = irregDuplV "fit" "fit" "fit" ; --- flee_V = irregV "flee" "fled" "fled" ; --- fling_V = irregV "fling" "flung" "flung" ; --- fly_V = irregV "fly" "flew" "flown" ; --- forbid_V = irregDuplV "forbid" "forbade" "forbidden" ; --- forget_V = irregDuplV "forget" "forgot" "forgotten" ; --- forgive_V = irregV "forgive" "forgave" "forgiven" ; --- forsake_V = irregV "forsake" "forsook" "forsaken" ; --- freeze_V = irregV "freeze" "froze" "frozen" ; --- get_V = irregDuplV "get" "got" "gotten" ; --- give_V = irregV "give" "gave" "given" ; --- go_V = irregV "go" "went" "gone" ; --- grind_V = irregV "grind" "ground" "ground" ; --- grow_V = irregV "grow" "grew" "grown" ; --- hang_V = irregV "hang" "hung" "hung" ; --- have_V = mkV "have" "has" "had" "had" "having" ; --- hear_V = irregV "hear" "heard" "heard" ; --- hide_V = irregV "hide" "hid" "hidden" ; --- hit_V = irregDuplV "hit" "hit" "hit" ; --- hold_V = irregV "hold" "held" "held" ; --- hurt_V = irregV "hurt" "hurt" "hurt" ; --- keep_V = irregV "keep" "kept" "kept" ; --- kneel_V = irregV "kneel" "knelt" "knelt" ; --- knit_V = irregDuplV "knit" "knit" "knit" ; --- know_V = irregV "know" "knew" "know" ; --- lay_V = irregV "lay" "laid" "laid" ; --- lead_V = irregV "lead" "led" "led" ; --- leap_V = irregV "leap" (variants {"leaped" ; "lept"}) (variants {"leaped" ; "lept"}) ; --- learn_V = irregV "learn" (variants {"learned" ; "learnt"}) (variants {"learned" ; "learnt"}) ; --- leave_V = irregV "leave" "left" "left" ; --- lend_V = irregV "lend" "lent" "lent" ; --- let_V = irregDuplV "let" "let" "let" ; --- lie_V = irregV "lie" "lay" "lain" ; --- light_V = irregV "light" (variants {"lighted" ; "lit"}) "lighted" ; --- lose_V = irregV "lose" "lost" "lost" ; --- make_V = irregV "make" "made" "made" ; --- mean_V = irregV "mean" "meant" "meant" ; --- meet_V = irregV "meet" "met" "met" ; --- misspell_V = irregV "misspell" (variants {"misspelled" ; "misspelt"}) (variants {"misspelled" ; "misspelt"}) ; --- mistake_V = irregV "mistake" "mistook" "mistaken" ; --- mow_V = irregV "mow" "mowed" (variants {"mowed" ; "mown"}) ; --- overcome_V = irregV "overcome" "overcame" "overcome" ; --- overdo_V = mkV "overdo" "overdoes" "overdid" "overdone" "overdoing" ; --- overtake_V = irregV "overtake" "overtook" "overtaken" ; --- overthrow_V = irregV "overthrow" "overthrew" "overthrown" ; --- pay_V = irregV "pay" "paid" "paid" ; --- plead_V = irregV "plead" "pled" "pled" ; --- prove_V = irregV "prove" "proved" (variants {"proved" ; "proven"}) ; --- put_V = irregDuplV "put" "put" "put" ; --- quit_V = irregDuplV "quit" "quit" "quit" ; --- read_V = irregV "read" "read" "read" ; --- rid_V = irregDuplV "rid" "rid" "rid" ; --- ride_V = irregV "ride" "rode" "ridden" ; --- ring_V = irregV "ring" "rang" "rung" ; --- rise_V = irregV "rise" "rose" "risen" ; --- run_V = irregDuplV "run" "ran" "run" ; --- saw_V = irregV "saw" "sawed" (variants {"sawed" ; "sawn"}) ; --- say_V = irregV "say" "said" "said" ; --- see_V = irregV "see" "saw" "seen" ; --- seek_V = irregV "seek" "sought" "sought" ; --- sell_V = irregV "sell" "sold" "sold" ; --- send_V = irregV "send" "sent" "sent" ; --- set_V = irregDuplV "set" "set" "set" ; --- sew_V = irregV "sew" "sewed" (variants {"sewed" ; "sewn"}) ; --- shake_V = irregV "shake" "shook" "shaken" ; --- shave_V = irregV "shave" "shaved" (variants {"shaved" ; "shaven"}) ; --- shear_V = irregV "shear" "shore" "shorn" ; --- shed_V = irregDuplV "shed" "shed" "shed" ; --- shine_V = irregV "shine" "shone" "shone" ; --- shoe_V = irregV "shoe" "shoed" (variants {"shoed" ; "shod"}) ; --- shoot_V = irregV "shoot" "shot" "shot" ; --- show_V = irregV "show" "showed" (variants {"showed" ; "shown"}) ; --- shrink_V = irregV "shrink" "shrank" "shrunk" ; --- shut_V = irregDuplV "shut" "shut" "shut" ; --- sing_V = irregV "sing" "sang" "sung" ; --- sink_V = irregV "sink" "sank" "sunk" ; --- sit_V = irregDuplV "sit" "sat" "sat" ; --- sleep_V = irregV "sleep" "slept" "slept" ; --- slay_V = irregV "slay" "slew" "slain" ; --- slide_V = irregV "slide" "slid" "slid" ; --- sling_V = irregV "sling" "slung" "slung" ; --- slit_V = irregDuplV "slit" "slit" "slit" ; --- smite_V = irregV "smite" "smote" "smitten" ; --- sow_V = irregV "sow" "sowed" (variants {"sowed" ; "sown"}) ; --- speak_V = irregV "speak" "spoke" "spoken" ; --- speed_V = irregV "speed" "sped" "sped" ; --- spend_V = irregV "spend" "spent" "spent" ; --- spill_V = irregV "spill" (variants {"spilled" ; "spilt"}) (variants {"spilled" ; "spilt"}) ; --- spin_V = irregDuplV "spin" "spun" "spun" ; --- spit_V = irregDuplV "spit" (variants {"spit" ; "spat"}) "spit" ; --- split_V = irregDuplV "split" "split" "split" ; --- spread_V = irregV "spread" "spread" "spread" ; --- spring_V = irregV "spring" (variants {"sprang" ; "sprung"}) "sprung" ; --- stand_V = irregV "stand" "stood" "stood" ; --- steal_V = irregV "steal" "stole" "stolen" ; --- stick_V = irregV "stick" "stuck" "stuck" ; --- sting_V = irregV "sting" "stung" "stung" ; --- stink_V = irregV "stink" "stank" "stunk" ; --- stride_V = irregV "stride" "strod" "stridden" ; --- strike_V = irregV "strike" "struck" "struck" ; --- string_V = irregV "string" "strung" "strung" ; --- strive_V = irregV "strive" "strove" "striven" ; --- swear_V = irregV "swear" "swore" "sworn" ; --- sweep_V = irregV "sweep" "swept" "swept" ; --- swell_V = irregV "swell" "swelled" (variants {"swelled" ; "swollen"}) ; --- swim_V = irregDuplV "swim" "swam" "swum" ; --- swing_V = irregV "swing" "swung" "swung" ; --- take_V = irregV "take" "took" "taken" ; --- teach_V = irregV "teach" "taught" "taught" ; --- tear_V = irregV "tear" "tore" "torn" ; --- tell_V = irregV "tell" "told" "told" ; --- think_V = irregV "think" "thought" "thought" ; --- thrive_V = irregV "thrive" (variants {"thrived" ; "throve"}) "thrived" ; --- throw_V = irregV "throw" "threw" "thrown" ; --- thrust_V = irregV "thrust" "thrust" "thrust" ; --- tread_V = irregV "tread" "trod" "trodden" ; --- understand_V = irregV "understand" "understood" "understood" ; --- uphold_V = irregV "uphold" "upheld" "upheld" ; --- upset_V = irregDuplV "upset" "upset" "upset" ; --- wake_V = irregV "wake" "woke" "woken" ; --- wear_V = irregV "wear" "wore" "worn" ; --- weave_V = irregV "weave" (variants {"weaved" ; "wove"}) (variants {"weaved" ; "woven"}) ; --- wed_V = irregDuplV "wed" "wed" "wed" ; --- weep_V = irregV "weep" "wept" "wept" ; --- wind_V = irregV "wind" "wound" "wound" ; --- win_V = irregDuplV "win" "won" "won" ; --- withhold_V = irregV "withhold" "withheld" "withheld" ; --- withstand_V = irregV "withstand" "withstood" "withstood" ; --- wring_V = irregV "wring" "wrung" "wrung" ; --- write_V = irregV "write" "wrote" "written" ; -} diff --git a/old-lib/resource/russian/LangRus.gf b/old-lib/resource/russian/LangRus.gf deleted file mode 100644 index c3126dcfe..000000000 --- a/old-lib/resource/russian/LangRus.gf +++ /dev/null @@ -1,10 +0,0 @@ ---# -path=.:../abstract:../common:prelude - -concrete LangRus of Lang = - GrammarRus, - LexiconRus - ** { - -flags startcat = Phr ; unlexer = text ; lexer = text ; coding=utf8 ; - -} ; diff --git a/old-lib/resource/russian/LexiconRus.gf b/old-lib/resource/russian/LexiconRus.gf deleted file mode 100644 index 229b07ed1..000000000 --- a/old-lib/resource/russian/LexiconRus.gf +++ /dev/null @@ -1,358 +0,0 @@ ---# -path=.:abstract:common -concrete LexiconRus of Lexicon = CatRus ** - open ParadigmsRus, Prelude, StructuralRus, MorphoRus in { -flags - optimize=values ; - coding=utf8 ; -lin - add_V3 = mkV3 (regV imperfective first "складыва" "ю" "складывал" "складывай" "складывать" ) "" "в" accusative accusative; - airplane_N = mkN "самолёт" ; - already_Adv = mkAdv "уже" ; - animal_N = mkN "животное" animate; - answer_V2S = dirV2 (regV imperfective first "отвеча" "ю" "отвечал" "отвечай" "отвечать" ); - apartment_N = mkN "квартира" ; - apple_N = mkN "яблоко" ; - art_N = mkN "искусство" ; - ashes_N = mkN "пепел" ; - ask_V2Q = dirV2 (regV imperfective first "спрашива" "ю" "спрашивал" "спрашивай" "спрашивать") ; - baby_N = mkN "малыш" animate; - back_N = mkN "спина" ; - bad_A = mkA "плохой" "хуже"; - bank_N = mkN "банк" ; - bark_N = mkN "кора"; - beautiful_A = mkA "красивый"; - become_VA = regV perfective second "станов" "лю" "стал" "стань" "стать" ; - beer_N = mkN "пиво" ; - beg_V2V = dirV2 (mkV imperfective "прошу" "просишь" "просит" "просим" "просите" "просят" "просил" "проси" "просить" ); - belly_N = mkN "живот" ; - big_A = mkA "большой" "больше" ; - bike_N = mkN "велосипед" ; - bird_N = mkN "птица" animate; - bite_V2 = dirV2 (regV imperfective first "куса" "ю" "кусал" "кусай" "кусать"); - black_A = mkA "чёрный"; - blood_N = mkN "кровь" ; - blow_V = regV imperfective first "ду" "ю" "дул" "дуй" "дуть" ; - blue_A = mkA "голубой" ; - boat_N = mkN "лодка" ; - bone_N = mkN "кость" ; - book_N = mkN "книга" ; - boot_N = mkN "сапог" ; - boss_N = mkN "начальник" animate; - boy_N = mkN "мальчик" animate; - bread_N = mkN "хлеб" ; - break_V2 = dirV2 (regV imperfective first "прерыва" "ю" "прерывал" "прерывай" "прерывать" ); - breast_N = mkN "грудь" ; - breathe_V = regV imperfective second "дыш" "у" "дышал" "дыши" "дышать" ; - broad_A = mkA "широкий" "шире"; - brother_N2 = mkN2 (mkN "брат" animate) ; -- FIXME: special case - brown_A = mkA "коричневый"; - burn_V = regV imperfective second "гор" "ю" "горел" "гори" "гореть" ; - butter_N = mkN "масло"; - buy_V2 = dirV2 (regV imperfective first "покупа" "ю" "покупал" "покупай" "покупать" ); - camera_N = mkN "фотоаппарат" ; - cap_N = mkN "чашка" ; -- vowel change - car_N = mkN "машина" ; - carpet_N = mkN "ковёр"; -- vowel change - cat_N = mkN "кошка" animate ; -- vowel change - ceiling_N = mkN "потолок" ; -- vowel change - chair_N = mkN "стул" ; -- irregular - cheese_N = mkN "сыр" ; - child_N = mkN "ребёнок" "ребёнка" "ребёнку" "ребёнка" "ребёнком" "ребёнке" "ребёнке" "дети" "детей" "детям" "детей" "детьми" "детях" masculine animate ; - church_N = mkN "церковь" "церкви" "церкви" "церковь" "церковью" "церкви" "церкви" "церкви" "церквей" "церквям" "церкви" "церквями" "церквях" masculine inanimate ; - city_N = mkN "город" ; - clean_A = mkA "чистый" "чище"; - clever_A = mkA "умный"; - close_V2= dirV2 (regV imperfective first "закрыва" "ю" "закрывал" "закрывай" "закрывать" ); - cloud_N = mkN "облако" ; -- irregular - coat_N = mkIndeclinableNoun "пальто" masculine inanimate ; - cold_A = mkA "холодный"; - come_V = regV imperfective first "прихо" "жу" "приходил" "приходи" "приходить" ; - computer_N = mkN "компьютер" ; - correct_A = mkA "правильный" ; - count_V2 = dirV2 (regV imperfective first "счита" "ю" "считал" "считай" "считать" ) ; - country_N = mkN "страна" ; - cousin_N = mkN "кузен" ; -- FIXME: is this really correct? can't find it in the dictionary - cow_N = mkN "корова" animate ; - cut_V2 = dirV2 (regV imperfective first "реж" "у" "резал" "режь" "резать" ) ; - day_N = mkN "день" "дня" "дню" "день" "днём" "дне" "дне" "дни" "дней" "дням" "дни" "днями" "днях" masculine inanimate ; - die_V = regV imperfective first "умира" "ю" "умирал" "умирай" "умирать" ; - dig_V = regV imperfective first "копа" "ю" "копал" "копай" "копать" ; - dirty_A = mkA "грязный" ; - distance_N3 = mkN3 (mkN "расстояние") from_Prep to_Prep ; - do_V2 = dirV2 (regV imperfective first "дела" "ю" "делал" "делай" "делать" ); - doctor_N = mkN "доктор" animate ; - dog_N = mkN "собака" animate; - door_N = mkN "дверь" ; - drink_V2 = dirV2 (regV imperfective firstE "пь" "ю" "пил" "пей" "пить" ); - dry_A = mkA "сухой" "суше"; - dull_A = mkA "скучный" ; - dust_N = mkN "пыль" ; - ear_N = mkN "ухо" ; - earth_N = mkN "земля" ; - easy_A2V = mkA2 (mkA "лёгкий" "легче") "для" genitive ; - eat_V2 = dirV2 (regV imperfective first "куша" "ю" "кушал" "кушай" "кушать" ); - egg_N = mkN "яйцо" ; - empty_A = mkA "пустой" ; - enemy_N = mkN "враг" animate ; - eye_N = mkN "глаз" ; -- FIXME: Pl -a - factory_N = mkN "фабрика" ; - fall_V = regV imperfective first "пада" "ю" "падал" "падай" "падать" ; - far_Adv = mkAdv "далеко"; - fat_N = mkN "жир" ; - father_N2 = mkN2 (mkN "отец" "отца" "отцу" "отца" "отцом" "отце" "отце" "отцы" "отцов" "отцам" "отцов" "отцами" "отцах" masculine animate); - fear_V2 =dirV2 (regV imperfective first "бо" "ю" "боял" "бой" "боять" ); - fear_VS = regV imperfective second "бо" "ю" "боял" "бой" "боять" ; - feather_N = mkN "перо" "пера" "перу" "пера" "пером" "пере" "пере" "перья" "перьев" "перьям" "перьев" "перьями" "перьях" neuter inanimate ; - fight_V2 = dirV2 (regV imperfective firstE "дер" "у" "драл" "дери" "драть" ) ; - find_V2 = dirV2 (mkV imperfective "нахожу" "находишь" "находит" "находим" "находите" "находят" "находил" "находи" "находить" ); - fingernail_N = mkN "ноготь" "ногтя" "ногтю" "ногтя" "ногтем" "ногте" "ногте" "ногти" "ногтей" "ногтям" "ногтей" "ногтями" "ногтях" masculine inanimate ; - fire_N = mkN "огонь" "огня" "огню" "огня" "огнём" "огне" "огне" "огни" "огней" "огням" "огней" "огнями" "огнях" masculine inanimate ; - fish_N = mkN "рыба" animate; - float_V = regV imperfective firstE "плыв" "у" "плыл" "плыви" "плыть" ; - floor_N = mkN "пол" ; - flow_V = regV imperfective firstE "тек" "у" "тёк" "теки" "течь" ; - flower_N = mkN "цветок"; - fly_V = regV imperfective second "лета" "ю" "летал" "летай" "летать" ; - fog_N = mkN "туман" ; - foot_N = mkN "ступня" ; - forest_N = mkN "лес" ; -- prepos -u - forget_V2= dirV2 (regV imperfective first "забыва" "ю" "забывал" "забывай" "забывать" ); - freeze_V = regV imperfective first "замерза" "ю" "замерзал" "замерзай" "замерзать" ; - fridge_N = mkN "холодильник" ; - friend_N = mkN "друг" "друга" "другу" "друга" "другом" "друге" "друге" "друзья" "друзей" "друзьям" "друзей" "дузьями" "друзьях" masculine animate ; - fruit_N = mkN "фрукт" ; - full_A = mkA "полный"; - fun_AV = mkA "весёлый"; - garden_N = mkN "сад" ; - girl_N = mkN "девочка" animate; -- vowel change - give_V3 = tvDirDir (regV imperfective firstE "да" "ю" "давал" "давай" "давать" ) ; - glove_N = mkN "перчатка" ; -- vowel change - go_V= regV imperfective second "хо" "жу" "ходил" "ходи" "ходить" ; - gold_N = mkN "золото" ; - good_A = mkA "хороший" "лучше" ; - grammar_N = mkN "грамматикa"; - grass_N = mkN "трава"; - green_A = mkA "зелёный" ; - guts_N = mkN "внутренность" ; - hair_N = mkN "волос" ; -- FIXME: always plural? - hand_N = mkN "рука" ; - harbour_N = mkN "порт" ; -- prepos -u - hat_N = mkN "шляпа" ; - hate_V2= dirV2 (regV imperfective second "ненави" "жу" "ненавидел" "ненавидь" "ненавидеть" ); - have_V2= dirV2 (regV imperfective first "име" "ю" "имел" "имей" "иметь" ); - head_N = mkN "голова" ; - hear_V2= dirV2 (regV imperfective first "слуша" "ю" "слушал" "слушай" "слушать" ); - heart_N = mkN "сердце" "сердца" "сердцу" "сердца" "сердцем" "сердце" "сердце" "сердца" "сердец" "сердцам" "сердец" "сердцами" "сердцах" neuter inanimate ; - heavy_A = mkA "тяжёлый" ; - hill_N = mkN "холм" ; - hit_V2 = dirV2 (regV imperfective first "ударя" "ю" "ударял" "ударяй" "ударять" ); - hold_V2 = dirV2 (regV imperfective second "держ" "у" "держал" "держи" "держать" ); - hope_VS= regV imperfective first "наде" "ю" "надеял" "надей" "надеять" ; - horn_N = mkN "рог" ; - horse_N = mkN "лошадь" animate; -- irregular - hot_A = mkA "горячий" ; - house_N = mkN "дом" ; - hunt_V2 = dirV2 (regV imperfective second "охоч" "у" "охотил" "охоть" "охотить" ) ; - husband_N = mkN "муж" "мужа" "мужу" "мужа" "мужем" "муже" "муже" "мужья" "мужей" "мужьям" "мужей" "мужьями" "мужьях" masculine animate ; - ice_N = mkN "лёд" "льда" "льду" "льда" "льдом" "льде" "льде" "льды" "льдов" "льдам" "льдов" "льдами" "льдах" masculine inanimate ; - important_A = mkA "важный" ; - industry_N = mkN "промышленность" ; - iron_N = mkN "железо" ; - john_PN = mkPN "Иван" Masc Animate ; - jump_V = regV imperfective first "прыга" "ю" "прыгал" "прыгай" "прыгать" ; - kill_V2 = dirV2 (regV imperfective first "убива" "ю" "убивал" "убивай" "убивать" ) ; - king_N = mkN "король" "короля" "королю" "короля" "королем" "короле" "короле" "короли" "королей" "королям" "королей" "королями" "королях" masculine animate ; - knee_N = mkN "колено" "колена" "колену" "колена" "коленом" "колене" "колене" "колени" "колен" "коленам" "колен" "коленями" "коленях" neuter inanimate ; - know_V2= dirV2 (regV imperfective first "зна" "ю" "знал" "знай" "знать" ); - lake_N = mkN "озеро" ; -- gen pl "озёр" - lamp_N = mkN "лампа" ; - language_N = mkN "язык" ; - laugh_V = regV imperfective firstE "сме" "ю" "смеял" "смей" "смеять" ; - leaf_N = mkN "лист" ; -- irregular pl - learn_V2= dirV2 (regV imperfective second "уч" "у" "учил" "учи" "учить" ); - leather_N = mkN "кожа" ; - leave_V2= dirV2 (regV imperfective second "ухож" "у" "уходил" "уходи" "уходить" ); - left_Ord = (uy_j_EndDecl "лев" ) ** {lock_A = <>}; - leg_N = mkN "нога" ; - lie_V = regV imperfective firstE "лг" "у" "лгал" "лги" "лгать" ; - like_V2= dirV2 (regV imperfective second "нрав" "лю" "нравил" "нравь" "нравить" ); - listen_V2= dirV2 (regV imperfective first "слуша" "ю" "слушал" "слушай" "слушать" ); - live_V= regV imperfective firstE "жив" "у" "жил" "живи" "жить" ; - liver_N = mkN "печень" ; - long_A = mkA "длинный" ; - lose_V2 = dirV2 (regV imperfective first "теря" "ю" "терял" "теряй" "терять" ); - louse_N = mkN "вошь" "вши" "вши" "вошь" "вошью" "вше" "вше" "вши" "вшей" "вшам" "вшей" "вшами" "вшах" feminine animate ; - love_N = mkN "любовь" ; -- vowel change - love_V2= dirV2 (regV imperfective second "люб" "лю" "любил" "люби" "любить" ); - man_N = mkN "человек" ; -- null gen pl - married_A2 = mkA2 (mkA "замужем") "за" instructive ; - meat_N = mkN "мясо" ; - milk_N = mkN "молоко" ; - moon_N = mkN "луна" ; - mother_N2 = mkN2 (mkN "мать" "матери" "матери" "мать" "матерью" "матери" "матери" "матери" "матерей" "матерям" "матерей" "матерями" "матерях" feminine animate) ; - mountain_N = mkN "гора" ; - mouth_N = mkN "рот" "рта" "рту" "рот" "ртом" "рте" "рте" "рты" "ртов" "ртам" "рты" "ртами" "ртах" masculine inanimate ; - music_N = mkN "музыка" ; - name_N = mkN "имя" ; - narrow_A = mkA "узкий" "уже" ; - near_A = mkA "близкий" "ближе"; - neck_N = mkN "шея" ; - new_A = mkA "новый" ; - newspaper_N = mkN "газета" ; - night_N = mkN "ночь" ; - nose_N = mkN "нос" ; - now_Adv = mkAdv "сейчас" ; - number_N = mkN "число" ; -- gen pl "чисел" - oil_N = mkN "нефть" ; - old_A = mkA "старый" "старше" ; - open_V2= dirV2 (regV imperfective first "открыва" "ю" "открывал" "открывай" "открывать" ); ---- organise_V2 = dirV2 (regV imperfective foreign "организу" "ю" "организовал" "организуй" "организовать" ); -- +++ MG_UR: added +++ - paint_V2A = dirV2 (regV imperfective first "рису" "ю" "рисовал" "рисуй" "рисовать" ) ; ---- palace_N = nDvorec "двор" ; -- +++ MG_UR: added +++ - paper_N = mkN "бумага" ; - paris_PN = mkPN "Париж" Masc Inanimate ; - peace_N = mkN "мир" ; - pen_N = mkN "ручка" ; - person_N = mkN "лицo" animate ; -- irregular - planet_N = mkN "планета" ; - plastic_N = mkN "пластмасса" ; - play_V = regV imperfective first "игра" "ю" "играл" "играй" "играть" ; - play_V2 = mkV2 (regV imperfective first "игра" "ю" "играл" "играй" "играть" ) "c" instructive; - policeman_N = mkN "милиционер" animate ; - priest_N = mkN "священник" animate; - probable_AS = mkA "возможный" ; - pull_V2 = dirV2 (regV imperfective first "тян" "у" "тянул" "тяни" "тянуть" ) ; - push_V2 = dirV2 (regV imperfective first "толка" "ю" "толкал" "толкай" "толкать" ); - put_V2 = dirV2 (regV imperfective firstE "клад" "у" "клал" "клади" "класть" ); - queen_N = mkN "королева" animate ; - question_N = mkN "вопрос" ; - radio_N = mkIndeclinableNoun "радио" neuter inanimate; - rain_N = mkN "дождь" ; - rain_V0 = idetDozhd verbIdti; -- No such verb in Russian! - read_V2 = dirV2 (regV imperfective first "чита" "ю" "читал" "читай" "читать" ); --- ready_A = ; - reason_N = mkN "причина"; - red_A = mkA "красный" ; - religion_N = mkN "религия" ; - restaurant_N = mkN "ресторан" ; - right_Ord = (uy_j_EndDecl "прав") ** {lock_A = <>} ; - river_N = mkN "рекa" ; - road_N = mkN "дорогa" ; - rock_N = mkN "камень" ; - roof_N = mkN "крыша" ; - root_N = mkN "корень" ; - rope_N = mkN "верёвка" ; - rotten_A = mkA "гнилой"; - round_A = mkA "круглый"; - rub_V2 = dirV2 (regV imperfective firstE "тр" "у" "тёр" "три" "тереть" ); - rubber_N = mkN "резина" ; - rule_N = mkN "правило" ; - run_V = regV imperfective first "бега" "ю" "бегал" "бегай" "бегать" ; - salt_N = mkN "соль" ; - sand_N = mkN "песок" "песка" "песку" "песок" "песком" "песке" "песке" "пески" "песков" "пескам" "песков" "песками" "песках" masculine inanimate ; - say_VS = regV imperfective second "говор" "ю" "говорил" "говори" "говорить" ; - school_N = mkN "школа" ; - science_N = mkN "наука" ; - scratch_V2 = dirV2 (regV imperfective first "чеш" "у" "чесал" "чеши" "чесать" ) ; - sea_N = mkN "море" ; - see_V2 = dirV2 (regV imperfective second "ви" "жу" "видел" "видь" "видеть" ); - seed_N = mkN "семя"; - seek_V2 = dirV2 (regV imperfective first "ищ" "у" "искал" "ищи" "искать" ); - sell_V3 = tvDirDir (regV imperfective firstE "прода" "ю" "продавал" "продавай" "продавать" ); - send_V3 = tvDirDir (regV imperfective first "посыла" "ю" "посылал" "посылай" "посылать" ); - sew_V = regV imperfective firstE "шь" "ю" "шил" "шей" "шить" ; - sharp_A = mkA "острый"; - sheep_N = mkN "овца" animate ; - ship_N = mkN "корабль" ; - shirt_N = mkN "рубашка" ; - shoe_N = mkN "туфля" "туфли" "туфле" "туфлю" "туфлей" "туфле" "туфле" "туфли" "туфель" "туфлям" "туфли" "туфлями" "туфлях" masculine inanimate ; - shop_N = mkN "магазин" ; - short_A = mkA "короткий" "короче" ; - silver_N = mkN "серебро" ; - sing_V = regV imperfective firstE "по" "ю" "пел" "пой" "петь" ; - sister_N = mkN "сестра" animate ; - sit_V = mkV imperfective "сижу" "сидишь" "сидит" "сидим" "сидите" "сидят" "сидел" "сиди" "сидеть" ; - skin_N = mkN "кожа" ; - sky_N = mkN "небо" "неба" "небу" "небо" "небом" "небе" "небе" "небеса" "небес" "небесам" "небес" "небесами" "небесах" neuter inanimate ; - sleep_V = regV imperfective second "сп" "лю" "спал" "спи" "спать" ; - small_A = mkA "маленький" "меньше" ; - smell_V = regV imperfective first "пахн" "у" "пахнул" "пахни" "пахнуть" ; - smoke_N = mkN "дым" ; - smooth_A = mkA "гладкий" "глаже"; - snake_N = mkN "змея" animate ; - snow_N = mkN "снег" ; - sock_N = mkN "носок" ; - song_N = mkN "песня" ; - speak_V2 = mkV2 (regV imperfective secondA "говор" "ю" "говорил" "говори" "говорить") - "на" prepositional ; - spit_V = regV imperfective firstE "плю" "ю" "плевал" "плюй" "плевать" ; - split_V2 = dirV2 (regV imperfective first "разбива" "ю" "разбивал" "разбей" "разбивать" ) ; - squeeze_V2 = dirV2 (regV imperfective first "сжима" "ю" "сжимал" "сжимай" "сжимать" ) ; - stab_V2 = dirV2 (regV imperfective first "кол" "ю" "колол" "коли" "колоть" ) ; - stand_V = regV imperfective second "сто" "ю" "стоял" "стой" "стоять" ; - star_N = mkN "звезда" ; - steel_N = mkN "сталь" ; - stick_N = mkN "палка" ; - stone_N = mkN "камень" ; - stop_V = regV imperfective first "останавлива" "ю" "останавливал" "останавливай" "останавливать"; - stove_N = mkN "печь" ; - straight_A = mkA "прямой" ; - student_N = mkN "студент" animate ; - stupid_A = mkA "тупой" "тупее" ; - suck_V2 = dirV2 (regV imperfective firstE "сос" "у" "сосал" "соси" "сосать") ; - sun_N = mkN "солнце" "солнца" "солнцу" "солнце" "солнцем" "солнце" "солнце" "солнца" "солнц" "солнцам" "солнца" "солнцами" "солнцах" neuter inanimate ; - swell_V = regV imperfective first "опуха" "ю" "опухал" "опухай" "опухать" ; - swim_V = regV imperfective first "плава" "ю" "плавал" "плавай" "плавать" ; - switch8off_V2 = dirV2 (regV imperfective first "выключа" "ю" "выключал" "выключай" "выключать") ; - switch8on_V2 = dirV2 (regV imperfective first "включа" "ю" "включал" "включай" "включать") ; - table_N = mkN "стол" ; - tail_N = mkN "хвост" ; - talk_V3 = mkV3 (regV imperfective second "говор" "ю" "говорил" "говори" "говорить" ) "с" "о" instructive prepositional; - teach_V2 = dirV2 (regV imperfective second "уч" "у" "учил" "учи" "учить" ); - teacher_N = mkN "учитель" animate ; - television_N = mkN "телевидение" ; -- FIXME: televizor? - thick_A = mkA "толстый" "толще" ; - thin_A = mkA "тонкий" "тоньше" ; - think_V = regV imperfective first "дума" "ю" "думал" "думай" "думать" ; - throw_V2 = dirV2 (regV imperfective first "броса" "ю" "бросал" "бросай" "бросать" ) ; - tie_V2 = dirV2 (regV imperfective first "вяж" "у" "вязал" "вяжи" "вязать") ; --- today_Adv = ; - tongue_N = mkN "язык" ; - tooth_N = mkN "зуб" ; - train_N = mkN "поезд" ; - travel_V = regV imperfective first "путешеству" "ю" "путешествовал" "путешествуй" "путешествовать" ; - tree_N = mkN "дерево" ; -- irregular - turn_V = regV imperfective first "поворачива" "ю" "поворачивал" "поворачивай" "поворачивать" ; - ugly_A = mkA "некрасивый" ; --- uncertain_A = ; - understand_V2 = dirV2 (regV imperfective first "понима" "ю" "понимал" "понимай" "понимать" ); - university_N = mkN "университет" ; - village_N = mkN "деревня" ; - vomit_V = regV imperfective firstE "рв" "у" "рвал" "рви" "рвать" ; - wait_V2 = dirV2 (regV imperfective firstE "жд" "у" "ждал" "жди" "ждать" ); - walk_V = regV imperfective first "гуля" "ю" "гулял" "гуляй" "гулять" ; ---- want_V2 = dirV2 (regV imperfective mixed "хо" "чу" "хотел" "хоти" "хотеть" ); - war_N = mkN "война" ; - warm_A = mkA "тёплый" ; - wash_V2 = dirV2 (regV imperfective first "мо" "ю" "мыл" "мой" "мыть" ) ; - watch_V2 = dirV2 (regV imperfective second "смотр" "ю" "смотрел" "смотри" "смотреть" ); - water_N = mkN "вода" ; - wet_A = mkA "мокрый" ; - white_A = mkA "белый" ; - wide_A = mkA "широкий" "шире"; - wife_N = mkN "жена" animate ; - win_V2 = dirV2 (regV imperfective first "выигрыва" "ю" "выигрывал" "выигрывай" "выигрывать" ); - wind_N = mkN "ветер" "ветра" "ветру" "ветер" "ветром" "ветра" "ветра" "ветров" "ветра" "ветрам" "ветров" "ветрами" "ветрах" masculine inanimate ; - window_N = mkN "окно" ; -- "окон" - wine_N = mkN "вино" ; - wing_N = mkN "крыло" ; -- pl крылья крыльев etc - wipe_V2 = dirV2 (regV imperfective first "вытира" "ю" "вытирал" "вытирай" "вытирать" ); - woman_N = mkN "женщина" ; - wonder_VQ = regV imperfective first "интересу" "ю" "интересовал" "интересуй" "интересовать"; - wood_N = mkN "дерево" ; - worm_N = mkN "черв" ; - write_V2 = dirV2 (regV imperfective first "пиш" "у" "писал" "пиши" "писать" ); - year_N = mkN "годь" ; - yellow_A = mkA "жёлтый" ; - young_A = mkA "молодой" "моложе"; -} diff --git a/old-lib/resource/russian/MorphoRus.gf b/old-lib/resource/russian/MorphoRus.gf deleted file mode 100644 index 15a497dd1..000000000 --- a/old-lib/resource/russian/MorphoRus.gf +++ /dev/null @@ -1,1315 +0,0 @@ ---# -path=.:../../prelude:../common - ---1 A Simple Russian Resource Morphology - --- Aarne Ranta, Janna Khegai 2006 - --- This resource morphology contains definitions of the lexical entries --- needed in the resource syntax. --- It moreover contains copies of the most usual inflectional patterns. - --- We use the parameter types and word classes defined for morphology. - -resource MorphoRus = ResRus ** open Prelude in { - -flags coding=utf8 ; - -----2 Personal (together with possesive) pronouns. - -oper pronYa : Pronoun = - let nonPoss = { s = table { Nom => "я" ; - Gen => "меня" ; - Dat => "мне" ; - Acc => "меня" ; - Inst => "мной" ; - Prepos _ => "мне" } } - in pronYaTu nonPoss "мо" P1 ; - -oper pronTu : Pronoun = - let nonPoss = { s = table { Nom => "ты" ; - Gen => "тебя" ; - Dat => "тебе" ; - Acc => "тебя" ; - Inst => "тобой" ; - Prepos _ => "тебе" } } - in pronYaTu nonPoss "тво" P2 ; - --- Pronouns ya, tu, svoj -oper pronYaTu : { s : Case => Str } -> Str -> Person -> Pronoun = - \nonPoss, mo, pers -> - { s = table { - PF c _ NonPoss => nonPoss.s!c ; - PF c _ (Poss gn) => case of { - => mo + "ё" ; - => mo + "й" ; - => mo + "его" ; - => mo + "ему" ; - => mo + "его" ; - => mo + "им" ; - => mo + "ём" ; - - => mo + "я" ; - => mo + "ей" ; - => mo + "ей" ; - => mo + "ю" ; - => mo + "ей" ; - => mo + "ей" ; - - => mo + "и" ; - => mo + "их" ; - => mo + "им" ; - => mo + "их" ; - => mo + "им" ; - => mo + "их" - - } - } ; - g = PNoGen ; n = Sg ; p = pers ; pron = True - } ; - -oper pronNAfterPrep : Pronoun -> Pronoun = \p -> - { s = table { - PF c Yes NonPoss => case p.s!(PF c No NonPoss) of { - x@(("е"|"ё"|"и")+_) => "н"+x; - x => x }; - pf => p.s!pf }; - g = p.g ; n = p.n ; p = p.p ; pron = p.pron - } ; - -oper pronOn : Pronoun = pronNAfterPrep - { s = table { - PF _ _ (Poss _) => "его" ; - PF Nom _ _ => "он" ; - PF (Gen|Acc) _ _ => "его" ; - PF Dat _ _ => "ему" ; - PF Inst _ _ => "им" ; - PF (Prepos _) _ _ => "ём" - } ; - g = PGen Masc ; n = Sg ; p = P3 ; pron = True - } ; - -oper pronOna : Pronoun = pronNAfterPrep - { s = table { - PF _ _ (Poss _ ) => "её" ; - PF Nom _ NonPoss => "она" ; - PF (Gen|Acc) _ _ => "её" ; - PF (Dat|Inst|Prepos _) _ _ => "ей" - } ; - g = PGen Fem ; n = Sg ; p = P3 ; pron = True - } ; - -oper pronOno: Pronoun = - { s = table { - PF Nom _ NonPoss => "оно" ; - pf => pronOn.s!pf - } ; - g = PGen Neut ; n = Sg ; p = P3 ; pron = True - } ; - -oper pronMuVu : Str -> Str -> Person -> Pronoun = - \mu,na,pers -> - { s = table { - PF Nom _ NonPoss => mu ; - PF Gen _ NonPoss => na + "с" ; - PF Dat _ NonPoss => na + "м" ; - PF Acc _ NonPoss => na + "с" ; - PF Inst _ NonPoss => na + "ми" ; - PF (Prepos _) _ NonPoss => na + "с" ; - - PF Nom _ (Poss (ASg Masc)) => na + "ш" ; - PF Nom _ (Poss (ASg Neut)) => na + "ше" ; - PF Gen _ (Poss (ASg (Masc | Neut))) => na + "шего" ; - PF Dat _ (Poss (ASg (Masc | Neut))) => na + "шему" ; - PF Acc _ (Poss (ASg (Masc | Neut))) => na + "шего" ; - PF Inst _ (Poss (ASg (Masc | Neut))) => na + "шим" ; - PF (Prepos _) _ (Poss (ASg (Masc | Neut))) => na + "шем" ; - - PF Nom _ (Poss (ASg Fem)) => na + "ша" ; - PF Gen _ (Poss (ASg Fem)) => na + "шей" ; - PF Dat _ (Poss (ASg Fem)) => na + "шей" ; - PF Acc _ (Poss (ASg Fem)) => na + "шу" ; - PF Inst _ (Poss (ASg Fem)) => na + "шею" ; - PF (Prepos _) _ (Poss (ASg Fem)) => na + "шей" ; - - PF Nom _ (Poss APl) => na + "ши" ; - PF Gen _ (Poss APl) => na + "ших" ; - PF Dat _ (Poss APl) => na + "шим" ; - PF Acc _ (Poss APl) => na + "ших" ; - PF Inst _ (Poss APl) => na + "шими" ; - PF (Prepos _) _ (Poss APl) => na + "ших" - }; - g = PNoGen ; n = Pl ; p = pers ; pron = True - } ; - -oper pronMu: Pronoun = pronMuVu "мы" "на" P1; - -oper pronVu: Pronoun = pronMuVu "вы" "ва" P2; - -oper pronOni: Pronoun = pronNAfterPrep - { s = table { - PF _ _ (Poss _) => "их" ; - PF Nom _ _ => "они" ; - PF Dat _ _ => "им" ; - PF (Gen|Acc|Prepos _) _ _ => "их" ; - PF Inst _ _ => "ими" - } ; - g = PNoGen ; n = Pl ; p = P3 ; pron = True - } ; - -oper pronKto: Pronoun = - { s = table { - PF Nom _ _ => "кто" ; - PF Gen _ _ => "кого" ; - PF Dat _ _ => "кому" ; - PF Acc _ _ => "кого" ; - PF Inst _ _ => "кем" ; - PF (Prepos _) _ _ => "ком" - } ; - g = PGen Masc; - n = Sg ; - p = P3 ; - pron = False - } ; - -oper pronChto: Pronoun = - { s = table { - PF Nom _ _ => "что" ; - PF Gen _ _ => "чего" ; - PF Dat _ _ => "чему" ; - PF Acc _ _ => "что" ; - PF Inst _ _ => "чем" ; - PF (Prepos _) _ _ => "чём" - } ; - g = PGen Masc; - n = Sg ; - p = P3 ; - pron = False - } ; - -oper pron_add_to : Pronoun -> Pronoun = \p -> - { s = \\pf => (p.s!pf) + "-то" ; - g = p.g ; - n = p.n ; - p = p.p ; - pron = p.pron - } ; - -oper pronKtoTo : Pronoun = pron_add_to pronKto ; - -oper pronChtoTo: Pronoun = pron_add_to pronChto ; - -oper pronEti: Pronoun = - { s = table { - PF Nom _ _ => "эти" ; - PF Gen _ _ => "этих" ; - PF Dat _ _ => "этим" ; - PF Acc _ _ => "этих" ; - PF Inst _ _ => "этими" ; - PF (Prepos _) _ _ => "этих" - } ; - n = Pl; - p = P3; - g= PGen Fem ; - anim = Animate ; - pron = False - } ; - -oper pronTe: Pronoun = - { s = table { - PF Nom _ _ => "те" ; - PF Gen _ _ => "тех" ; - PF Dat _ _ => "тем" ; - PF Acc _ _ => "тех" ; - PF Inst _ _ => "теми" ; - PF (Prepos _) _ _ => "тех" - } ; - n = Pl; - p = P3; - g=PGen Fem ; - anim = Animate ; - pron = False - } ; - - ---oper pronNikto: Pronoun = --- { s = table { --- PF Nom _ _ => "никто" ; --- PF Gen _ _ => "никого" ; --- PF Dat _ _ => "никому" ; --- PF Acc _ _ => "никого" ; --- PF Inst _ _ => "никем" ; --- PF (Prepos _) _ _ => ["ни о ком"] -- only together with a preposition; --- } ; --- g = PGen Masc; --- n = Sg ; --- p = P3 ; --- pron = False --- } ; --- ---oper pronNichto: Pronoun = --- { s = table { --- PF Nom _ _ => "ничто" ; --- PF Gen _ _ => "ничего" ; --- PF Dat _ _ => "ничему" ; --- PF Acc _ _ => "ничего" ; --- PF Inst _ _ => "ничем" ; --- PF (Prepos _) _ _ => ["ни о чём"] -- only together with preposition; --- } ; --- g = PGen Masc; --- n = Sg ; --- p = P3 ; --- pron = False --- } ; --- - -oper pronVseInanimate: Pronoun = - { s = table { - PF Nom _ _ => "всё" ; - PF Gen _ _ => "всего" ; - PF Dat _ _ => "всему" ; - PF Acc _ _ => "всё" ; - PF Inst _ _ => "всем" ; - PF (Prepos _) _ _ => "всём" - } ; - g = PGen Neut; - n = Sg ; - p = P3 ; - pron = False - } ; - - - -----2 Nouns --- ----- Help type SubstFormDecl is introduced to reduce repetition in ----- the declination definitions. It allows us to define a declination type, ----- namely, the String component "s" of the CommNoun type ----- without any reference to the Gender parameter "g". --- - -{- - -Paradigms: -1. hard regular - Masc -Consonant - Neut -o - Fem -a -1*. with vowel changes, Masc in Gen Sg, Fem and Neut in Gen Pl -2. soft regular: - Masc -ь - Neut -е - Fem -я -2*. with vowel changes, Masc in Gen Sg, Fem in Gen Pl (no Neut) -3. stem ending in г, к, х - - Masc, Fem same as 1 but use и instead of ы (Nom/Acc Pl, Gen Sg) - - Neut -кo has Nom Pl -ки instead of -кa -3* with vowel changes, Masc in Gen Sg, Fem and Neut in Gen Pl -4. stem ending in ш, ж, ч, щ, hard endings, - use и instead of ы, and use е instead of unstressed o -5. stem ending in ц, hard endings, use е instead of unstressed o -5*. with vowel changes, Masc in Gen Sg, Fem and Neut in Gen Pl -6. Masc ending in -й, Fem stem ending in vowel, Neut ending in ь? -6* with vowel changes -7. stem ending in и -8. F2, Fem ending in -ь - all -чь, -щь, -шь, -жь - all -пь, -энь, -мь, -фь, - most -дь, -ть, -сть, -сь, -вь, -бь, -8*. with vowel changes in Ins Sg, Gen Sg -9. Neut ending in -мя -10. Masc in -oнoк -11. Masc in -aнин -12. Nom Pl in -ья - --} - - - oper iAfter : Str -> Str = \stem -> - case stem of { - _ + ("г"|"к"|"х") => "и" ; - _ + ("ш"|"ж"|"ч"|"щ") => "и" ; - _ => "ы" - }; - - oper oAfter : Str -> Str = \stem -> - case stem of { - _ + ("ш"|"ж"|"ч"|"щ") => "е" ; - _ + "ц" => "е" ; - _ => "о" - }; - - -- 1. Hard regular masculine inanimate, e.g. spor. - -- 3. stem ending in г, к, х - -- 4. stem ending in ш, ж, ч, щ - -- 5. stem ending in ц - oper nRegHardMasc : Str ->CommNoun= \stem -> - let i = iAfter stem in - let o = oAfter stem in - { s = table { - SF Sg Nom => stem ; - SF Sg Gen => stem+"а" ; - SF Sg Dat => stem+"у" ; - SF Sg Acc => stem ; - SF Sg Inst => stem+o+"м" ; - SF Sg (Prepos _) => stem+"е" ; - SF Pl Nom => stem+i ; - SF Pl Gen => stem+case stem of { _+("ш"|"ж"|"ч"|"щ") => "ей"; _ => "ов" } ; - SF Pl Dat => stem+"ам" ; - SF Pl Acc => stem+i ; - SF Pl Inst => stem+"ами" ; - SF Pl (Prepos _) => stem+"ах" }; - g = Masc; anim = Inanimate }; - - -- 1. Hard regular neuter inanimate, e.g. pravilo. - -- 3. stem ending in г, к, х - -- 4. stem ending in ш, ж, ч, щ - -- 5. stem ending in ц - oper nRegHardNeut : Str ->CommNoun= \stem -> - let o = oAfter stem in - { s = table { - SF Sg Nom => stem+o ; - SF Sg Gen => stem+"а" ; - SF Sg Dat => stem+"у" ; - SF Sg Acc => stem+o ; - SF Sg Inst => stem+o+"м" ; - SF Sg (Prepos _) => stem+"е" ; - SF Pl Nom => stem+case stem of { _+"к" => "и" ; _ => "а" } ; - SF Pl Gen => stem ; - SF Pl Dat => stem+"ам" ; - SF Pl Acc => stem+"а" ; - SF Pl Inst => stem+"ами" ; - SF Pl (Prepos _) => stem+"ах" }; - g = Neut; anim = Inanimate }; - - -- 1. Hard regular feminine inanimate, e.g. karta. - -- 3. stem ending in г, к, х - -- 4. stem ending in ш, ж, ч, щ - -- 5. stem ending in ц - oper nRegHardFem : Str ->CommNoun= \stem -> - let i = iAfter stem in - let o = oAfter stem in - { s = table { - SF Sg Nom => stem+"а" ; - SF Sg Gen => stem+i ; - SF Sg Dat => stem+"е" ; - SF Sg Acc => stem+"у" ; - SF Sg Inst => stem+o+"й" ; - SF Sg (Prepos _) => stem+"е" ; - SF Pl Nom => stem+i ; - SF Pl Gen => stem ; - SF Pl Dat => stem+"ам" ; - SF Pl Acc => stem+i ; - SF Pl Inst => stem+"ами" ; - SF Pl (Prepos _) => stem+"ах" }; - g = Fem; anim = Inanimate }; - - -- 2. Soft regular masculine inanimate, e.g. vichr' - oper nRegSoftMasc : Str ->CommNoun= \stem -> - { s = table { - SF Sg Nom => stem+"ь"; - SF Sg Gen => stem+"я" ; - SF Sg Dat => stem+"ю" ; - SF Sg Acc => stem+"ь" ; - SF Sg Inst => stem+"ем" ; - SF Sg (Prepos _) => stem+"е" ; - SF Pl Nom => stem+"и" ; - SF Pl Gen => stem+"ей" ; - SF Pl Dat => stem+"ям" ; - SF Pl Acc => stem+"и" ; - SF Pl Inst => stem+"ями" ; - SF Pl (Prepos _) => stem+"ях" }; - g = Masc; anim = Inanimate }; - - -- 2. Soft regular neuter inanimate, e.g. more - oper nRegSoftNeut : Str ->CommNoun= \stem -> - { s = table { - SF Sg Nom => stem+"е"; - SF Sg Gen => stem+"я" ; - SF Sg Dat => stem+"ю" ; - SF Sg Acc => stem+"е" ; - SF Sg Inst => stem+"ем" ; - SF Sg (Prepos _) => stem+"е" ; - SF Pl Nom => stem+"я" ; - SF Pl Gen => stem+"ей" ; - SF Pl Dat => stem+"ям" ; - SF Pl Acc => stem+"я" ; - SF Pl Inst => stem+"ями" ; - SF Pl (Prepos _) => stem+"ях" }; - g = Neut; anim = Inanimate }; - - -- 2. Soft regular feminine inanimate, e.g. burya - oper nRegSoftFem : Str ->CommNoun= \stem -> - { s = table { - SF Sg Nom => stem+"я"; - SF Sg Gen => stem+"и" ; - SF Sg Dat => stem+"е" ; - SF Sg Acc => stem+"ю" ; - SF Sg Inst => stem+"ей" ; - SF Sg (Prepos _) => stem+"е" ; - SF Pl Nom => stem+"и" ; - SF Pl Gen => stem+"ь" ; - SF Pl Dat => stem+"ям" ; - SF Pl Acc => stem+"и" ; - SF Pl Inst => stem+"ями" ; - SF Pl (Prepos _) => stem+"ях" }; - g = Fem; anim = Inanimate }; - - -- 6. Masc ending in -Vй (V = vowel) - oper nDecl6Masc : Str ->CommNoun= \stem -> - let n = nRegSoftMasc stem in - { s = table { - SF Sg (Nom|Acc) => stem+"й"; - SF Pl Gen => stem+"ев" ; - sf => n.s!sf }; - g = n.g; anim = n.anim }; - - -- 6. Neut ending in -Ve (V = vowel) (not adjectives) - oper nDecl6Neut : Str ->CommNoun= \stem -> - let n = nRegSoftNeut stem in - { s = table { - SF Pl Gen => stem+"й" ; - sf => n.s!sf }; - g = n.g; anim = n.anim }; - - -- 6. Fem ending in -Vя (V = vowel) - oper nDecl6Fem : Str ->CommNoun= \stem -> - let n = nRegSoftFem stem in - { s = table { - SF Pl Gen => stem+"й" ; - sf => n.s!sf }; - g = n.g; anim = n.anim }; - - -- 7. stem ending in и - oper nDecl7Masc : Str ->CommNoun= \stem -> - let n = nDecl6Masc stem in - { s = table { - SF Sg (Prepos _) => stem+"и" ; - sf => n.s!sf }; - g = n.g; anim = n.anim }; - - -- 7. stem ending in и - oper nDecl7Neut : Str ->CommNoun= \stem -> - let n = nDecl6Neut stem in - { s = table { - SF Sg (Prepos _) => stem+"и" ; - sf => n.s!sf }; - g = n.g; anim = n.anim }; - - -- 7. stem ending in и - oper nDecl7Fem : Str ->CommNoun= \stem -> - let n = nDecl6Fem stem in - { s = table { - SF Sg (Dat|Prepos _) => stem+"и" ; - sf => n.s!sf }; - g = n.g; anim = n.anim }; - - - -- 8. Feminine ending in soft consonant - oper nDecl8 : Str ->CommNoun= \stem -> - let a : Str = case stem of { _+("ч"|"щ"|"ш"|"ж") => "а"; _ => "я" } in - { s = table { - SF Sg Nom => stem+"ь"; - SF Sg Gen => stem+"и" ; - SF Sg Dat => stem+"и" ; - SF Sg Acc => stem+"ь" ; - SF Sg Inst => stem+"ью" ; - SF Sg (Prepos _) => stem+"и" ; - SF Pl Nom => stem+"и" ; - SF Pl Gen => stem+"ей" ; - SF Pl Dat => stem+a+"м" ; - SF Pl Acc => stem+"и" ; - SF Pl Inst => stem+a+"ми" ; - SF Pl (Prepos _) => stem+a+"х" }; - g = Fem; anim = Inanimate }; - - -- 9. Neut ending in -мя - oper nDecl9 : Str ->CommNoun= \stem -> - { s = table { - SF Sg Nom => stem+"мя"; - SF Sg Gen => stem+"мени" ; - SF Sg Dat => stem+"мени" ; - SF Sg Acc => stem+"мя" ; - SF Sg Inst => stem+"менем" ; - SF Sg (Prepos _) => stem+"мени" ; - SF Pl Nom => stem+"мена" ; - SF Pl Gen => stem+"мён" ; - SF Pl Dat => stem+"менам" ; - SF Pl Acc => stem+"мена" ; - SF Pl Inst => stem+"менами" ; - SF Pl (Prepos _) => stem+"менах" }; - g = Fem; anim = Inanimate }; - - -- 10. Masc in -oнoк - oper nDecl10Hard : Str -> CommNoun = \stem -> - nAnimate (nSplitSgPl (nRegHardMasc (stem+"онок")) -- FIXME: vowel change in sg - (nRegHardNeut (stem+"ат"))) ; - - -- 10. Masc in -ёнoк - oper nDecl10Soft : Str -> CommNoun = \stem -> - nAnimate (nSplitSgPl (nRegHardMasc (stem+"ёнок")) -- FIXME: vowel change in sg - (nRegHardNeut (stem+"ят"))) ; - - oper nSplitSgPl : CommNoun -> CommNoun -> CommNoun = \x, y -> - {s = table { - SF Sg c => x.s!(SF Sg c) ; - SF Pl c => y.s!(SF Pl c) - } ; - g = x.g ; anim = y.anim - } ; - - -- Nouns inflected as adjectives. - oper nAdj : Adjective -> Gender ->CommNoun= \a,g -> - { s = table { - SF Sg c => a.s!AF c Inanimate (ASg g) ; - SF Pl c => a.s!AF c Inanimate APl }; - g = g; anim = Inanimate } ; - --- Makes a noun animate. - oper nAnimate : CommNoun -> CommNoun = \n -> - { s = table { - SF Sg Acc => case n.g of { - Masc => n.s!(SF Sg Gen); - _ => n.s!(SF Sg Acc) - }; - SF Pl Acc => n.s!(SF Pl Gen); - sf => n.s!sf } ; - g = n.g ; - anim = Animate - } ; - -oper - CommNoun = {s : SubstForm => Str ; g : Gender ; anim : Animacy } ; - SubstFormDecl = SS1 SubstForm ; - -oper nullEndInAnimateDeclStul: Str -> CommNoun = \brat -> - {s = table - { SF Sg Nom => brat ; - SF Sg Gen => brat+"а" ; - SF Sg Dat => brat+"у" ; - SF Sg Acc => brat +"а"; - SF Sg Inst => brat+"ом" ; - SF Sg (Prepos _) => brat+"е" ; - SF Pl Nom => brat+"ья" ; - SF Pl Gen => brat+"ьев" ; - SF Pl Dat => brat+"ьям" ; - SF Pl Acc => brat +"ьев"; - SF Pl Inst => brat+"ьями" ; - SF Pl (Prepos _) => brat+"ьяах" - } ; - g = Masc ; anim = Inanimate - } ; - -oper nullEndAnimateDeclBrat: Str -> CommNoun = \brat -> - {s = table - { SF Sg Nom => brat ; - SF Sg Gen => brat+"а" ; - SF Sg Dat => brat+"у" ; - SF Sg Acc => brat +"а"; - SF Sg Inst => brat+"ом" ; - SF Sg (Prepos _) => brat+"е" ; - SF Pl Nom => brat+"ья" ; - SF Pl Gen => brat+"ьев" ; - SF Pl Dat => brat+"ьям" ; - SF Pl Acc => brat +"ьев"; - SF Pl Inst => brat+"ьями" ; - SF Pl (Prepos _) => brat+"ьяах" - } ; - g = Masc ; anim = Animate - } ; - -oper irregPl_StemInAnimateDecl: Str -> CommNoun = \derev -> - { s = table - { SF Sg Nom => derev+"о" ; - SF Sg Gen => derev+"а" ; - SF Sg Dat => derev+"у" ; - SF Sg Acc => derev +"о"; - SF Sg Inst => derev+"ом" ; - SF Sg (Prepos _) => derev+"е" ; - SF Pl Nom => derev+"ья" ; - SF Pl Gen => derev+"ьев" ; - SF Pl Dat => derev+"ьям" ; - SF Pl Acc => derev +"ья" ; - SF Pl Inst => derev+"ьями" ; - SF Pl (Prepos _) => derev+"ьяах" - } ; - g = Masc ; anim = Inanimate - } ; - -oper kg_oEnd_SgDecl: Str -> CommNoun = \mnog -> -{ s = table { - SF _ Nom => mnog+"о" ; - SF _ Gen => mnog +"их"; - SF _ Dat => mnog+"им" ; - SF _ Acc => mnog+"о" ; - SF _ Inst => mnog+"ими" ; - SF _ (Prepos _) => mnog+"их" - } ; - g = Neut ; anim = Inanimate -} ; - -oper oEnd_PlDecl: Str -> CommNoun = \menshinstv -> - { s = table { - SF _ Nom => menshinstv+"а" ; - SF _ Gen => menshinstv; - SF _ Dat => menshinstv+"ам" ; - SF _ Acc => menshinstv+"ва" ; - SF _ Inst => menshinstv+"ами" ; - SF _ (Prepos _) => menshinstv+"вах" - } ; - g = Neut ; anim = Inanimate -} ; - -oper oEnd_SgDecl: Str -> CommNoun = \bolshinstv -> - {s = table { - SF _ Nom => bolshinstv+"о" ; - SF _ Gen => bolshinstv+"а" ; - SF _ Dat => bolshinstv+"у" ; - SF _ Acc => bolshinstv+"о" ; - SF _ Inst => bolshinstv+"ом" ; - SF _ (Prepos _) => bolshinstv+"е" - } ; - g = Neut ; anim = Inanimate -} ; - --- Note: Now we consider only the plural form of the pronoun "все" (all) --- treated as an adjective (see AllDetPl definition). --- The meaning "entire" is not considered, which allows us to form --- the pronoun-adjective from the substantive form below: - -oper eEnd_Decl: Str -> CommNoun = \vs -> -{ s = table { - SF Sg Nom => vs+"е" ; - SF Sg Gen => vs+"ех" ; - SF Sg Dat => vs+"ем" ; - SF Sg Acc => vs+"ех" ; - SF Sg Inst => vs+"еми" ; - SF Sg (Prepos _) => vs+"ех" ; - SF Pl Nom => vs+"е" ; - SF Pl Gen => vs +"ех"; - SF Pl Dat => vs+"ем" ; - SF Pl Acc => vs+ "ех" ; - SF Pl Inst => vs+"еми" ; - SF Pl (Prepos _) => vs+"ех" - } ; - g = Neut ; anim = Inanimate -} ; - - -----2 Adjectives --- ----- Type Adjective only has positive degree while AdjDegr type ----- includes also comparative and superlative forms. --- - kazhdujDet: Adjective = aRegHardStemStress "кажд" ; - samuj : Adjective = aRegHardStemStress "сам" ; - --- lubojDet: Adjective = uy_oj_EndDecl "люб" ; --- drugojDet: Adjective = uy_oj_EndDecl "друг" ; --- glaznoj: Adjective = uy_oj_EndDecl "глазн" ; - kotorujDet: Adjective = aRegHardStemStress "котор"; - nekotorujDet: Adjective = aRegHardStemStress "некотор"; - takoj: Adjective = aRegHardEndStress "так"; --- kakojNibudDet: Adjective = i_oj_EndDecl "как" "-нибудь"; --- kakojDet: Adjective = i_oj_EndDecl "как" []; --- nikakojDet: Adjective = i_oj_EndDecl "никак" []; - bolshinstvoSgDet: Adjective = extAdjFromSubst (nRegHardNeut "большинств"); - mnogoSgDet: Adjective = extAdjFromSubst (nRegHardNeut "мног"); - nemnogoSgDet: Adjective = extAdjFromSubst (nRegHardNeut "немног"); - skolkoSgDet: Adjective = extAdjFromSubst (nRegHardNeut "скольк"); - --- bolshinstvoPlDet: Adjective = extAdjFromSubst (oEnd_PlDecl "большинств"); - - - - oper aRegHardStemStress : Str -> Adjective = \stem -> aRegHard stem False ; - - oper aRegHardEndStress : Str -> Adjective = \stem -> aRegHard stem True; - - -- 1. regular hard adjective - -- 3. stem ending with г, к, х - -- 4. stem ending with ш, ж, ч, щ - -- 5. stem ending with ц - oper aRegHard : Str -> Bool -> Adjective = \stem, endStress -> - let i = iAfter stem in - let o = case endStress of { - True => "о" ; - False => oAfter stem } in - { s = table { - AF Nom _ (ASg Masc) => stem + case endStress of { - True => "ой"; - False => iAfter stem + "й" } ; - AF Nom _ (ASg Neut) => stem + o+"е"; - AF Gen _ (ASg (Masc|Neut)) => stem + o+"го"; - AF Dat _ (ASg (Masc|Neut)) => stem + o+"му"; - AF Acc Inanimate (ASg Masc) => stem + i+"й"; - AF Acc Animate (ASg Masc) => stem + o+"го"; - AF Acc _ (ASg Neut) => stem + o+"е"; - AF Inst _ (ASg (Masc|Neut)) => stem + i+"м"; - AF (Prepos _) _ (ASg (Masc|Neut)) => stem + o+"м"; - - AF Nom _ (ASg Fem) => stem + "ая"; - AF Acc _ (ASg Fem) => stem + "ую"; - AF _ _ (ASg Fem) => stem + o+"й"; - - AF Nom _ APl => stem + i+"е"; - AF Acc Inanimate APl => stem + i+"е"; - AF Acc Animate APl => stem + i+"х"; - AF Gen _ APl => stem + i+"х"; - AF Inst _ APl => stem + i+"ми"; - AF Dat _ APl => stem + i+"м"; - AF (Prepos _) _ APl => stem + i+"х"; - - AFShort (ASg Masc) => stem; - AFShort (ASg Fem) => stem + "а"; - AFShort (ASg Neut) => stem + o ; - AFShort APl => stem + i; - - AdvF => stem + o - } } ; - - oper aRegSoft : Str -> Adjective = \stem -> - { s = table { - AF Nom _ (ASg Masc) => stem + "ий" ; - AF Nom _ (ASg Neut) => stem + "ее"; - AF Gen _ (ASg (Masc|Neut)) => stem + "его"; - AF Dat _ (ASg (Masc|Neut)) => stem + "ему"; - AF Acc Inanimate (ASg Masc) => stem + "ий"; - AF Acc Animate (ASg Masc) => stem + "его"; - AF Acc _ (ASg Neut) => stem + "ее"; - AF Inst _ (ASg (Masc|Neut)) => stem + "им"; - AF (Prepos _) _ (ASg (Masc|Neut)) => stem + "ем"; - - AF Nom _ (ASg Fem) => stem + "яя"; - AF Acc _ (ASg Fem) => stem + "юю"; - AF _ _ (ASg Fem) => stem + "ей"; - - AF Nom _ APl => stem + "ие"; - AF Acc Inanimate APl => stem + "ие"; - AF Acc Animate APl => stem + "их"; - AF Gen _ APl => stem + "их"; - AF Inst _ APl => stem + "ими"; - AF Dat _ APl => stem + "им"; - AF (Prepos _) _ APl => stem + "их"; - - AFShort (ASg Masc) => stem; -- FIXME: add e if stem ends in consonant + n - AFShort (ASg Fem) => stem + "я"; - AFShort (ASg Neut) => stem + "е" ; - AFShort APl => stem + "и" ; - - AdvF => stem + "е" - } } ; - - - - - vseDetPl: Adjective = extAdjFromSubst (eEnd_Decl "вс") ; - extAdjFromSubst: CommNoun -> Adjective = \ vse -> - {s = \\af => vse.s ! SF (numAF af) (caseAF af) } ; - - -oper totDet: Adjective = {s = table { - AF Nom _ (ASg Masc) => "тот"; - AF Nom _ (ASg Fem) => "та"; - AF Nom _ (ASg Neut) => "то"; - AF Nom _ APl => "те"; - AF Acc Inanimate (ASg Masc) => "тот"; - AF Acc Animate (ASg Masc) => "того"; - AF Acc _ (ASg Fem) => "ту"; - AF Acc _ (ASg Neut) => "то"; - AF Acc Inanimate APl => "те"; - AF Acc Animate APl => "тех"; - AF Gen _ (ASg Masc) => "того"; - AF Gen _ (ASg Fem) => "той"; - AF Gen _ (ASg Neut) => "того"; - AF Gen _ APl => "тех"; - AF Inst _ (ASg Masc) => "тем"; - AF Inst _ (ASg Fem) => "той"; - AF Inst _ (ASg Neut) => "тем"; - AF Inst _ APl => "теми"; - AF Dat _ (ASg Masc) => "тому"; - AF Dat _ (ASg Fem) => "той"; - AF Dat _ (ASg Neut) => "тому"; - AF Dat _ APl => "тем"; - AF (Prepos _) _ (ASg Masc) => "том"; - AF (Prepos _) _ (ASg Fem) => "той"; - AF (Prepos _) _ (ASg Neut) => "том"; - AF (Prepos _) _ APl => "тех" ; - AFShort (ASg Masc) => "тот"; - AFShort (ASg Fem) => "та"; - AFShort (ASg Neut) => "то"; - AFShort APl => "те"; - AdvF => "то" - } - } ; - -oper odinDet: Adjective = {s = table { - AF Nom _ (ASg Masc) => "один"; - AF Nom _ (ASg Fem) => "одна"; - AF Nom _ (ASg Neut) => "одно"; - AF Nom _ APl => "одни"; - AF Acc Inanimate (ASg Masc) => "один"; - AF Acc Animate (ASg Masc) => "одного"; - AF Acc _ (ASg Fem) => "одну"; - AF Acc _ (ASg Neut) => "одно"; - AF Acc Inanimate APl => "одни"; - AF Acc Animate APl => "одних"; - AF Gen _ (ASg Masc) => "одного"; - AF Gen _ (ASg Fem) => "одной"; - AF Gen _ (ASg Neut) => "одного"; - AF Gen _ APl => "одних"; - AF Inst _ (ASg Masc) => "одним"; - AF Inst _ (ASg Fem) => "одной"; - AF Inst _ (ASg Neut) => "одним"; - AF Inst _ APl => "одними"; - AF Dat _ (ASg Masc) => "одному"; - AF Dat _ (ASg Fem) => "одной"; - AF Dat _ (ASg Neut) => "одному"; - AF Dat _ APl => "одним"; - AF (Prepos _) _ (ASg Masc) => "одном"; - AF (Prepos _) _ (ASg Fem) => "одной"; - AF (Prepos _) _ (ASg Neut) => "одном"; - AF (Prepos _) _ APl => "одних"; - AFShort (ASg Masc) => "один"; - AFShort (ASg Fem) => "одна"; - AFShort (ASg Neut) => "одно"; - AFShort APl => "одни"; - AdvF => "одно" - } - } ; - -oper etotDet: Adjective = {s = table { - AF Nom _ (ASg Masc) => "этот"; - AF Nom _ (ASg Fem) => "эта"; - AF Nom _ (ASg Neut) => "это"; - AF Nom _ APl => "эти"; - AF Acc Inanimate (ASg Masc) => "этот"; - AF Acc Animate (ASg Masc) => "этого"; - AF Acc _ (ASg Fem) => "эту"; - AF Acc _ (ASg Neut) => "это"; - AF Acc Inanimate APl => "эти"; - AF Acc Animate APl => "этих"; - AF Gen _ (ASg Masc) => "этого"; - AF Gen _ (ASg Fem) => "этой"; - AF Gen _ (ASg Neut) => "этого"; - AF Gen _ APl => "этих"; - AF Inst _ (ASg Masc) => "этим"; - AF Inst _ (ASg Fem) => "этой"; - AF Inst _ (ASg Neut) => "этим"; - AF Inst _ APl => "этими"; - AF Dat _ (ASg Masc) => "этому"; - AF Dat _ (ASg Fem) => "этой"; - AF Dat _ (ASg Neut) => "этому"; - AF Dat _ APl => "этим"; - AF (Prepos _) _ (ASg Masc) => "этом"; - AF (Prepos _) _ (ASg Fem) => "этой"; - AF (Prepos _) _ (ASg Neut) => "этом"; - AF (Prepos _) _ APl => "этих"; - AFShort (ASg Masc) => "этот"; - AFShort (ASg Fem) => "эта"; - AFShort (ASg Neut) => "это"; - AFShort APl => "эти"; - AdvF => "это" - } - } ; - -oper vesDet: Adjective = {s = table { - AF Nom _ (ASg Masc) => "весь"; - AF Nom _ (ASg Fem) => "вся"; - AF Nom _ (ASg Neut) => "всё"; - AF Nom _ APl => "все"; - AF Acc Animate (ASg Masc) => "весь"; - AF Acc Inanimate (ASg Masc) => "всего"; - AF Acc _ (ASg Fem) => "всю"; - AF Acc _ (ASg Neut) => "всё"; - AF Acc Inanimate APl => "все"; - AF Acc Animate APl => "всех"; - AF Gen _ (ASg Masc) => "всего"; - AF Gen _ (ASg Fem) => "всей"; - AF Gen _ (ASg Neut) => "всего"; - AF Gen _ APl => "всех"; - AF Inst _ (ASg Masc) => "всем"; - AF Inst _ (ASg Fem) => "всей"; - AF Inst _ (ASg Neut) => "всем"; - AF Inst _ APl => "всеми"; - AF Dat _ (ASg Masc) => "ему"; - AF Dat _ (ASg Fem) => "ей"; - AF Dat _ (ASg Neut) => "ему"; - AF Dat _ APl => "всем"; - AF (Prepos _) _ (ASg Masc) => "всём"; - AF (Prepos _) _ (ASg Fem) => "всей"; - AF (Prepos _) _ (ASg Neut) => "всём"; - AF (Prepos _) _ APl => "всех" ; - AFShort (ASg Masc) => "весь"; - AFShort (ASg Fem) => "вся"; - AFShort (ASg Neut) => "всё"; - AFShort APl => "все"; - AdvF => "полностью" - } - } ; - -oper uy_j_EndDecl : Str -> Adjective = \s ->{s = table { - AF Nom _ (ASg Masc) => s+ "ый"; - AF Nom _ (ASg Fem) => s + "ая"; - AF Nom _ (ASg Neut) => s + "ое"; - AF Nom _ APl => s + "ые"; - AF Acc Inanimate (ASg Masc) => s + "ый"; - AF Acc Animate (ASg Masc) => s + "ого"; - AF Acc _ (ASg Fem) => s + "ую"; - AF Acc _ (ASg Neut) => s + "ое"; - AF Acc Inanimate APl => s + "ые"; - AF Acc Animate APl => s + "ых"; - AF Gen _ (ASg Masc) => s + "ого"; - AF Gen _ (ASg Fem) => s + "ой"; - AF Gen _ (ASg Neut) => s + "ого"; - AF Gen _ APl => s + "ых"; - AF Inst _ (ASg Masc) => s + "ым"; - AF Inst _ (ASg Fem) => s + "ой"; - AF Inst _ (ASg Neut) => s + "ым"; - AF Inst _ APl => s + "ыми"; - AF Dat _ (ASg Masc) => s + "ому"; - AF Dat _ (ASg Fem) => s + "ой"; - AF Dat _ (ASg Neut) => s + "ому"; - AF Dat _ APl => s + "ым"; - AF (Prepos _) _ (ASg Masc) => s + "ом"; - AF (Prepos _) _ (ASg Fem) => s + "ой"; - AF (Prepos _) _ (ASg Neut) => s + "ом"; - AF (Prepos _) _ APl => s + "ых"; - AFShort (ASg Masc) => s; - AFShort (ASg Fem) => s + "а"; - AFShort (ASg Neut) => s + "о" ; - AFShort APl => s + "ы"; - AdvF => s +"о" - } - } ; - -{- --- Commented out since I don't know what the short forms are -oper ti_j_EndDecl : Str -> Adjective = \s ->{s = table { - AF Nom _ (ASg Masc) => s+"ий"; - AF Nom _ (ASg Fem) => s+"ья"; - AF Nom _ (ASg Neut) => s+"ье"; - AF Nom _ APl => s+"ьи"; - AF Acc Inanimate (ASg Masc) => s+"ий"; - AF Acc Animate (ASg Masc) => s+"ьего"; - AF Acc _ (ASg Fem) => s+"ью"; - AF Acc _ (ASg Neut) => s+"ье"; - AF Acc Inanimate APl => s+"ьи"; - AF Acc Animate APl => s+"ьих"; - AF Gen _ (ASg Masc) => s+"ьего"; - AF Gen _ (ASg Fem) => s+"ьей"; - AF Gen _ (ASg Neut) => s+"ьего"; - AF Gen _ APl => s+"ьих"; - AF Inst _ (ASg Masc) => s+"ьим"; - AF Inst _ (ASg Fem) => s+"ьей"; - AF Inst _ (ASg Neut) => s+"ьим"; - AF Inst _ APl => s+"ьими"; - AF Dat _ (ASg Masc) => s+"ьему"; - AF Dat _ (ASg Fem) => s+"ьей"; - AF Dat _ (ASg Neut) => s+"ьему"; - AF Dat _ APl => s+"ьим"; - AF (Prepos _) _ (ASg Masc) => s+"ьем"; - AF (Prepos _) _ (ASg Fem) => s+"ьей"; - AF (Prepos _) _ (ASg Neut) => s+"ьем"; - AF (Prepos _) _ APl => s+"ьих"; - AdvF => s + "ье" - } - } ; --} - - - ----- 2 Adverbs --- ---oper vsegda: Adverb = { s = "всегда" } ; ---oper chorosho: Adverb = { s = "хорошо" } ; --- ----- 2 Verbs --- ----- Dummy verbum "have" that corresponds to the phrases like ----- "I have a headache" in English. The corresponding sentence ----- in Russian doesn't contain a verb: --- ---oper have: Verbum = {s=\\ vf => "-" ; asp = Imperfective} ; --- ----- There are two common conjugations ----- (according to the number and the person of the subject) ----- patterns in the present tense in the indicative mood. - --- +++ MG_UR: new conjugation class 'Foreign' introduced +++ -param Conjugation = First | FirstE | Second | SecondA | Mixed | Dolzhen | Foreign ; - - ---3 First conjugation (in Present) verbs : -oper verbIdti : Verbum = verbDecl Imperfective First "ид" "у" "шел" "иди" "идти"; - ---oper verbGulyat : Verbum = verbDecl Imperfective First "гуля" "ю" "гулял" "гуляй" "гулять"; ---oper verbVkluchat : Verbum = verbDecl Imperfective First "включа" "ю" "включал" "включай" "включать"; -oper verbSuchestvovat : Verbum = verbDecl Imperfective First "существу" "ю" "существовал" "существуй" "существовать"; ---oper verbVukluchat : Verbum = verbDecl Imperfective First "выключа" "ю" "выключал" "выключай" "выключать"; ---oper verbZhdat : Verbum = verbDecl Imperfective First "жд" "у" "ждал" "жди" "ждать" ; ---oper verbBegat : Verbum = verbDecl Imperfective First "бега" "ю" "бегал" "бегай" "бегать"; ---oper verbPrinimat : Verbum = verbDecl Imperfective First "принима" "ю" "принимал" "принимай" "принимать"; ---oper verbDokazuvat : Verbum = verbDecl Imperfective First "доказыва" "ю" "доказывал" "доказывай" "доказывать"; ---oper verbPredpochitat : Verbum = verbDecl Imperfective First "предпочита" "ю" "предпочитал" "предпочитай" "предпочитать"; ---oper verbOtpravlyat : Verbum = verbDecl Imperfective First "отправля" "ю" "отправлял" "отправляй" "отправлять"; ---oper verbSlomat : Verbum = verbDecl Perfective First "слома" "ю" "сломал" "сломай" "сломать"; - - ----- Verbs with vowel "ё": "даёшь" (give), "пьёшь" (drink) : ---oper verbDavat : Verbum = verbDecl Imperfective FirstE "да" "ю" "давал" "давай" "давать"; ---oper verbPit : Verbum = verbDecl Imperfective FirstE "пь" "ю" "пил" "пей" "пить"; --- - - -oper verbByut : Verbum = verbDecl Perfective First "буд" "у" "был" "будь" "быть"; - -oper verbMoch : Verbum = verbDeclMoch Imperfective First "мог" "у" "мог" "моги" "мочь" "мож"; - -----3 Second conjugation (in Present) verbs : --- ---oper verbLubit : Verbum = verbDecl Imperfective Second "люб" "лю" "любил" "люби" "любить"; ---oper verbGovorit : Verbum = verbDecl Imperfective Second "говор" "ю" "говорил" "говори" "говорить"; --- ---oper verbBolet_2 : Verbum = verbDecl Imperfective Second "бол" "ю" "болел" "боли" "болеть"; ---oper verbPoranit : Verbum = verbDecl Perfective Second "поран" "ю" "поранил" "порань" "поранить"; --- --- Irregular Mixed: -oper verbKhotet : Verbum = verbDecl Imperfective Mixed "хоч" "у" "хотел" "хоти" "хотеть"; - --- Irregular -oper verbDolzhen : Verbum = verbDecl Imperfective Dolzhen "долж" "ен" "долж" ["будь должен"] ["быть должным"] ; - - --- further conjugation class added by Magda Gerritsen and Ulrich Real: --- foreign words introduced in Russian - -oper verbOrganisuet : Verbum = verbDecl Imperfective Foreign "организу" "ю" "организовал" "организуй" "организовать"; - - -oper idetDozhd: Verbum -> Verbum = \idet -> {s = \\vf=>idet.s!vf ++ "дождь"; asp = Imperfective}; - --- "PresentVerb" takes care of the present tense conjugation. - -param PresentVF = PRF GenNum Person; -oper PresentVerb : Type = PresentVF => Str ; - -oper presentConjDolzhen: Str -> Str -> PresentVerb = \del, sgP1End -> - table { - PRF APl _ => del + "ны" ; - PRF (ASg Masc) _ => del + sgP1End ; - PRF (ASg Fem) _ => del + "на" ; - PRF (ASg Neut) _ => del + "но" - }; - --- +++ MG_UR: changed! +++ -oper presentConjMixed: Str -> Str -> PresentVerb = \del, sgP1End -> - table { - PRF (ASg _) P1 => del+ sgP1End ; -- sgP1End "чу" - PRF (ASg _) P2 => del+ "чешь" ; - PRF (ASg _) P3 => del+ "чет" ; - PRF APl P1 => del+ "тим" ; - PRF APl P2 => del+ "тите" ; - PRF APl P3 => del+ "тят" - }; - --- +++ MG_UR: changed! (+ д) +++ -oper presentConj2: Str -> Str -> PresentVerb = \del, sgP1End -> -table { - PRF (ASg _) P1 => del+ sgP1End ; -- sgP1End "жу" - PRF (ASg _) P2 => del+ "дишь" ; - PRF (ASg _) P3 => del+ "дит" ; - PRF APl P1 => del+ "дим" ; - PRF APl P2 => del+ "дите" ; - PRF APl P3 => del+ "дят" - }; - -oper presentConj2a: Str -> Str -> PresentVerb = \del, sgP1End -> -table { - PRF (ASg _) P1 => del+ sgP1End ; -- sgP1End "жу" - PRF (ASg _) P2 => del+ "ишь" ; - PRF (ASg _) P3 => del+ "ит" ; - PRF APl P1 => del+ "им" ; - PRF APl P2 => del+ "ите" ; - PRF APl P3 => del+ "ят" - }; - -oper presentConj1E: Str -> Str -> PresentVerb = \del, sgP1End -> - table { - PRF (ASg _) P1 => del+ sgP1End ; - PRF (ASg _) P2 => del+ "ёшь" ; - PRF (ASg _) P3 => del+ "ёт" ; - PRF APl P1 => del+ "ём" ; - PRF APl P2 => del+ "ёте" ; - PRF APl P3 => del+ sgP1End + "т" - }; - -oper presentConj1: Str -> Str -> PresentVerb = \del, sgP1End -> - table { - PRF (ASg _) P1 => del+ sgP1End ; - PRF (ASg _) P2 => del+ "ешь" ; - PRF (ASg _) P3 => del+ "ет" ; - PRF APl P1 => del+ "ем" ; - PRF APl P2 => del+ "ете" ; - PRF APl P3 => del+ sgP1End + "т" - }; - -oper presentConj1Moch: Str -> Str -> Str -> PresentVerb = \del, sgP1End, altRoot -> - table { - PRF (ASg _) P1 => del + sgP1End ; - PRF (ASg _) P2 => altRoot + "ешь" ; - PRF (ASg _) P3 => altRoot + "ет" ; - PRF APl P1 => altRoot + "ем" ; - PRF APl P2 => altRoot + "ете" ; - PRF APl P3 => del+ sgP1End + "т" - }; - --- "PastVerb" takes care of the past tense conjugation. - -param PastVF = PSF GenNum ; -oper PastVerb : Type = PastVF => Str ; -oper pastConj: Str -> PastVerb = \del -> - table { - PSF (ASg Masc) => del ; - PSF (ASg Fem) => del +"а" ; - PSF (ASg Neut) => del+"о" ; - PSF APl => del+ "и" - }; - -oper pastConjDolzhen: Str -> PastVerb = \del -> - table { - PSF (ASg Masc) => ["был "] + del + "ен" ; - PSF (ASg Fem) => ["была "] + del + "на" ; - PSF (ASg Neut) => ["было "] + del + "но" ; - PSF APl => ["были "] + del + "ны" - }; - --- further class added by Magda Gerritsen and Ulrich Real -oper presentConjForeign: Str -> Str -> PresentVerb = \del, sgP1End -> - table { - PRF (ASg _) P1 => del+ sgP1End ; -- sgP1End "ю" - PRF (ASg _) P2 => del+ "ешь" ; - PRF (ASg _) P3 => del+ "ет" ; - PRF APl P1 => del+ "ем" ; - PRF APl P2 => del+ "ете" ; - PRF APl P3 => del+ "ют" -}; - --- "verbDecl" sorts out verbs according to the aspect and voice parameters. --- It produces the full conjugation table for a verb entry - --- +++ MG_UR: new conjugation class 'Foreign' introduced +++ -oper verbDecl: Aspect -> Conjugation -> Str -> Str -> Str -> Str -> Str -> Verbum = - \a, c, del, sgP1End, sgMascPast, imperSgP2, inf -> - let conj = case c of { - First => ; - FirstE => ; - Second => ; - SecondA => ; - Mixed => ; - Dolzhen => ; - Foreign => } in - let patt = case a of { - Perfective => mkVerbImperfective; - Imperfective => mkVerbImperfective } in - patt inf imperSgP2 (conj.p1 del sgP1End) (conj.p2 sgMascPast) ; - --- for verbs like "мочь" ("can") with changing consonants (first conjugation): --- "могу - можешь" -oper verbDeclMoch: Aspect -> Conjugation -> Str -> Str -> Str -> Str ->Str -> Str -> Verbum = - \a, c, del, sgP1End, sgMascPast, imperSgP2, inf, altRoot -> - let patt = case a of { - Perfective => mkVerbImperfective; - Imperfective => mkVerbImperfective } in - patt inf imperSgP2 (presentConj1Moch del sgP1End altRoot) (pastConj sgMascPast); - -oper add_sya : Voice -> Str -> Str = \v,x -> - case v of { - Act => x ; - Pas => case Predef.dp 2 x of { - "а" | "е" | "ё" | "и" | "о" | "у" | "ы" | "э" | "ю" | "я" => x + "сь" ; - _ => x + "ся" - } - }; - - --- Generation the imperfective active pattern given --- a number of basic conjugation forms. - -oper mkVerbImperfective : Str -> Str -> PresentVerb -> PastVerb -> Verbum = - \inf, imper, presentFuture, past -> { s = table { VFORM vox vf => - case vf of { - VINF => add_sya vox inf ; - - VIMP _ P1 => "давайте" ++ add_sya vox inf ; - VIMP Sg P2 => add_sya vox imper ; - VIMP Pl P2 => add_sya vox (imper+"те") ; - VIMP Sg P3 => "пусть" ++ add_sya vox (presentFuture ! (PRF (ASg Masc) P3)) ; - VIMP Pl P3 => "пусть" ++ add_sya vox (presentFuture ! (PRF APl P3)) ; - - VSUB gn => add_sya vox (past ! (PSF gn)) ++ "бы"; - - VIND (ASg _) (VPresent p) => add_sya vox (presentFuture ! (PRF (ASg Masc) p)); - VIND APl (VPresent p) => add_sya vox (presentFuture ! (PRF APl p)); - VIND (ASg _) (VFuture P1) => "буду" ++ add_sya vox inf ; - VIND (ASg _) (VFuture P2) => "будешь" ++ add_sya vox inf ; - VIND (ASg _) (VFuture P3) => "будет" ++ add_sya vox inf ; - VIND APl (VFuture P1) => "будем" ++ add_sya vox inf ; - VIND APl (VFuture P2) => "будете" ++ add_sya vox inf ; - VIND APl (VFuture P3) => "будут" ++ add_sya vox inf ; - VIND gn VPast => add_sya vox (past ! (PSF gn)) - } } ; - asp = Imperfective - } ; - -oper mkVerbPerfective: Str -> Str -> PresentVerb -> PastVerb -> Verbum = - \inf, imper, presentFuture, past -> { s = table { VFORM vox vf => - case vf of { - VINF => add_sya vox inf ; - VIMP Sg P1 => "давайте" ++ add_sya vox (presentFuture ! (PRF (ASg Masc) P1)); - VIMP Pl P1 => "давайте" ++ add_sya vox (presentFuture ! (PRF APl P1)); - VIMP Sg P2 => add_sya vox imper ; - VIMP Pl P2 => add_sya vox (imper+"те") ; - VIMP Sg P3 => "пусть" ++ add_sya vox (presentFuture ! (PRF (ASg Masc) P3)) ; - VIMP Pl P3 => "пусть" ++ add_sya vox (presentFuture ! (PRF APl P3)) ; - - VSUB gn => add_sya vox (past ! (PSF gn)) ++ "бы" ; - - VIND (ASg _) (VPresent _) => nonExist ; - VIND APl (VPresent P1) => nonExist ; - VIND APl (VPresent P2) => nonExist ; - VIND APl (VPresent P3) => nonExist ; - VIND gn (VFuture p) => add_sya vox (presentFuture ! (PRF gn p)) ; - VIND gn VPast => add_sya vox (past ! (PSF gn)) - } } ; - asp = Perfective - } ; - -----2 Proper names are a simple kind of noun phrases. --- -oper ProperName : Type = {s : Case => Str ; g : Gender ; anim : Animacy} ; --- --- mkCNProperName : CommNoun -> ProperName = \cn -> ---{s = \\c => cn.s! (SF Sg c); g=cn.g; anim = cn.anim }; --- - mkProperNameMasc : Str -> Animacy -> ProperName = \ivan, anim -> - { s = table { Nom => ivan ; - Gen => ivan + "а"; - Dat => ivan + "у"; - Acc => case anim of - { Animate => ivan + "а"; - Inanimate => ivan - }; - Inst => ivan + "ом"; - (Prepos _) => ivan + "е" } ; - g = Masc; anim = anim }; - - mkProperNameFem : Str -> Animacy -> ProperName = \masha, anim -> - { s = table { Nom => masha + "а"; - Gen => masha + "и"; - Dat => masha + "е"; - Acc => masha + "у"; - Inst => masha + "ей"; - (Prepos _) => masha + "е" }; - g = Fem ; anim = anim }; - -}; diff --git a/old-lib/resource/russian/NounRus.gf b/old-lib/resource/russian/NounRus.gf deleted file mode 100644 index 683f54d07..000000000 --- a/old-lib/resource/russian/NounRus.gf +++ /dev/null @@ -1,236 +0,0 @@ ---# -path=.:../abstract:../common:../../prelude - -concrete NounRus of Noun = CatRus ** open ResRus, Prelude, MorphoRus in { - - flags optimize=all_subs ; coding=utf8 ; - - lin - DetCN kazhduj okhotnik = { - s = \\c => case kazhduj.c of { - Nom => - kazhduj.s ! AF (extCase c) okhotnik.anim (gNum okhotnik.g kazhduj.n) ++ - okhotnik.s ! kazhduj.n ! (extCase c) ; - _ => - kazhduj.s ! AF (extCase c) okhotnik.anim (gNum okhotnik.g kazhduj.n) ++ - okhotnik.s ! kazhduj.n ! kazhduj.c }; - n = kazhduj.n ; - p = P3 ; - pron = False; - g = case kazhduj.g of { PNoGen => (PGen okhotnik.g); _ => kazhduj.g }; - anim = okhotnik.anim - } ; - - UsePN masha = { - s = \\c => masha.s ! (extCase c) ; - p = P3; g = PGen masha.g ; anim = masha.anim ; - n = Sg; nComp = Sg; pron = False} ; - - UsePron p = p ** {anim = Inanimate}; - - PredetNP pred np = { - s = \\pf => pred.s! (AF (extCase pf) np.anim (gNum (pgen2gen np.g) np.n))++ np.s ! pf ; - n = np.n; - p = np.p; - g = np.g; - anim = np.anim; - pron = np.pron - } ; - - PPartNP np v2 = { - s = \\pf => np.s ! pf ++ v2.s ! VFORM Act VINF ; - -- no participles in the Verbum type as they behave as adjectives - n = np.n; - p = np.p; - g = np.g; - anim = np.anim; - pron = np.pron - } ; - - AdvNP np adv = { - s = \\pf => np.s ! pf ++ adv.s ; - n = np.n; - p = np.p; - g = np.g; - anim = np.anim; - pron = np.pron - } ; - --- 1.4 additions AR 17/6/2008 - - DetNP kazhduj = - let - g = Neut ; ---- - anim = Inanimate ; - in { - s = \\c => kazhduj.s ! AF (extCase c) anim (gNum g kazhduj.n) ; - n = kazhduj.n ; - p = P3 ; - pron = False; - g = case kazhduj.g of { PNoGen => (PGen g); _ => kazhduj.g }; - anim = anim - } ; - - DetQuantOrd quant num ord = { - s = \\af => quant.s !af ++ num.s! (caseAF af) ! (genAF af) ++ ord.s!af ; - n = num.n ; - g = quant.g; - c = quant.c - } ; - - DetQuant quant num = { - s = \\af => quant.s !af ++ num.s! (caseAF af) ! (genAF af) ; - n = num.n ; - g = quant.g; - c = quant.c - } ; - - DetArtOrd quant num ord = { - s = \\af => quant.s !af ++ num.s! (caseAF af) ! (genAF af) ++ ord.s!af ; - n = num.n ; - g = quant.g; - c = quant.c - } ; - - DetArtCard quant num = { - s = \\af => quant.s !af ++ num.s! (caseAF af) ! (genAF af) ; - n = num.n ; - g = quant.g; - c = quant.c - } ; - --- MassDet = {s = \\_=>[] ; c=Nom; g = PNoGen; n = Sg} ; - - MassNP okhotnik = { - s = \\c => okhotnik.s ! Sg ! (extCase c) ; - n = Sg ; - p = P3 ; - pron = False; - g = PGen okhotnik.g ; - anim = okhotnik.anim - } ; - - DetArtSg kazhduj okhotnik = { - s = \\c => -- art case always Nom (AR 17/6/2008) - kazhduj.s ! AF (extCase c) okhotnik.anim (gNum okhotnik.g Sg) ++ - okhotnik.s ! Sg ! (extCase c) ; - n = Sg ; - p = P3 ; - pron = False; - g = case kazhduj.g of { PNoGen => (PGen okhotnik.g); _ => kazhduj.g }; - anim = okhotnik.anim - } ; - - DetArtPl kazhduj okhotnik = { - s = \\c => -- art case always Nom (AR 17/6/2008) - kazhduj.s ! AF (extCase c) okhotnik.anim (gNum okhotnik.g Pl) ++ - okhotnik.s ! Pl ! (extCase c) ; - n = Pl ; - p = P3 ; - pron = False; - g = case kazhduj.g of { PNoGen => (PGen okhotnik.g); _ => kazhduj.g }; - anim = okhotnik.anim - } ; - - PossPron p = {s = \\af => p.s ! mkPronForm (caseAF af) No (Poss (gNum (genAF af) (numAF af) )); c=Nom; g = PNoGen} ; - - NumCard c = c ; - NumSg = {s = \\_,_ => [] ; n = Sg} ; - NumPl = {s = \\_,_ => [] ; n = Pl} ; - - OrdNumeral numeral = variants {} ; ---- TODO; needed to compile Constructors - OrdDigits numeral = variants {} ; ---- TODO; needed to compile Constructors ----- OrdDigits TODO - -- {s = \\ af => (uy_j_EndDecl (numeral.s ! caseAF af ! genAF af)).s!af} ; - - NumNumeral n = n ; - NumDigits n = {s = \\_,_ => n.s ; n = n.n} ; - - AdNum adn num = {s = \\c,n => adn.s ++ num.s!c!n ; n = num.n} ; - - OrdSuperl a = {s = a.s!Posit}; - - DefArt = {s = \\_=>[] ; c=Nom; g = PNoGen }; - IndefArt = { s = \\_=>[] ; c=Nom; g = PNoGen }; - - UseN sb = - {s = \\n,c => sb.s ! SF n c ; - g = sb.g ; - anim = sb.anim - } ; - --- It is possible to use a function word as a common noun; the semantics is --- often existential or indexical. - UseN2 x = x ; - --- The application of a function gives, in the first place, a common noun: --- "ключ от дома". From this, other rules of the resource grammar --- give noun phrases, such as "ключи от дома", "ключи от дома --- и от машины", and "ключ от дома и машины" (the --- latter two corresponding to distributive and collective functions, --- respectively). Semantics will eventually tell when each --- of the readings is meaningful. - - ComplN2 mama ivan = - {s = \\n, cas => case ivan.pron of - { True => ivan.s ! (mkPronForm cas No (Poss (gNum mama.g n))) ++ mama.s ! n ! cas; - False => mama.s ! n ! cas ++ mama.s2 ++ - ivan.s ! (mkPronForm mama.c Yes (Poss (gNum mama.g n))) - }; - g = mama.g ; - anim = mama.anim - } ; - --- Two-place functions add one argument place. --- There application starts by filling the first place. - - ComplN3 poezd paris = - {s = \\n,c => poezd.s ! n ! c ++ poezd.s2 ++ paris.s ! (PF poezd.c Yes NonPoss) ; - g = poezd.g ; anim = poezd.anim; - s2 = poezd.s3; c = poezd.c2 - } ; - - --- The two main functions of adjective are in predication ("Иван - молод") --- and in modification ("молодой человек"). Predication will be defined --- later, in the chapter on verbs. - - AdjCN khoroshij novayaMashina = - {s = \\n, c => - khoroshij.s ! AF c novayaMashina.anim (gNum novayaMashina.g n) ++ - novayaMashina.s ! n ! c ; - g = novayaMashina.g ; - anim = novayaMashina.anim - } ; - --- This is a source of the "man with a telescope" ambiguity, and may produce --- strange things, like "машины всегда". --- Semantics will have to make finer distinctions among adverbials. - - AdvCN chelovek uTelevizora = - {s = \\n,c => chelovek.s ! n ! c ++ uTelevizora.s ; - g = chelovek.g ; - anim = chelovek.anim - } ; - --- Constructions like "the idea that two is even" are formed at the --- first place as common nouns, so that one can also have "a suggestion that...". - - SentCN idea x = - {s = \\n,c => idea.s ! n ! c ++ x.s ; - g = idea.g; anim = idea.anim - } ; - - RelCN idea x = - {s = \\n,c => idea.s ! n ! c ++ x.s !(gNum idea.g n)!c!idea.anim ; - g = idea.g; anim = idea.anim - } ; - - ApposCN cn s = - {s = \\n,c => cn.s ! n ! c ++ s.s! PF c No NonPoss ; - g = cn.g ; - anim = cn.anim - } ; - - -} - diff --git a/old-lib/resource/russian/NumeralRus.gf b/old-lib/resource/russian/NumeralRus.gf deleted file mode 100644 index c1900358f..000000000 --- a/old-lib/resource/russian/NumeralRus.gf +++ /dev/null @@ -1,143 +0,0 @@ ---# -path=.:../abstract:../common:../../prelude - -concrete NumeralRus of Numeral = CatRus ** open ResRus in { - -flags coding=utf8 ; - --- Toiska, 13/8/2000, AR with Arto Mustajoki. - -lincat Digit = {s : DForm => Gender => Str ; size : Size} ; -lincat Sub10 = {s : Place => DForm => Gender => Str ; size : Size} ; -lincat Sub100 = {s : Place => Gender => Str ; size : Size} ; -lincat Sub1000 = {s : Place => Gender => Str ; size : Size} ; -lincat Sub1000000 = {s : Gender => Str} ; - -lin num x = {s = table{ _ => x.s } ; n = Pl}; ---- n TODO ; Size? AR 18/12/2007 - -lin n2 = - {s = table {{unit} => table {{Fem} => "две" ; _ => "два"} ; - {teen} => gg "двенадцать" ; - {ten} => gg "двадцать" ; - {hund} => gg "двести"} ; - size = sgg} ; -lin n3 = - {s = table {{unit} => gg "три" ; - {teen} => gg "тринадцать" ; - {ten} => gg "тридцать" ; - {hund} => gg "триста"} ; - size = sgg} ; -lin n4 = - {s = table {{unit} => gg "четыре" ; - {teen} => gg "четырнадцать" ; - {ten} => gg "сорок" ; - {hund} => gg "четыреста"} ; - size = sgg} ; -lin n5 = - {s = table {{unit} => gg "пять" ; - {teen} => gg "пятнадцать" ; - {ten} => gg "пятьдесят" ; - {hund} => gg "пятьсот"} ; - size = plg} ; -lin n6 = - {s = table {{unit} => gg "шесть" ; - {teen} => gg "шестнадцать" ; - {ten} => gg "шестьдесят" ; - {hund} => gg "шестьсот"} ; - size = plg} ; -lin n7 = - {s = table {{unit} => gg "семь" ; - {teen} => gg "семнадцать" ; - {ten} => gg "семьдесят" ; - {hund} => gg "семьсот"} ; - size = plg} ; -lin n8 = - {s = table {{unit} => gg "восемь" ; - {teen} => gg "восемнадцать" ; - {ten} => gg "восемьдесят" ; - {hund} => gg "восемьсот"} ; - size = plg} ; -lin n9 = - {s = table {{unit} => gg "девять" ; - {teen} => gg "девятнадцать" ; - {ten} => gg "девяносто" ; - {hund} => gg "девятьсот"} ; - size = plg} ; - - -lin pot01 = - {s = table {{attr} => table {{hund} => gg "сто" ; _ => gg []} ; - _ => table {{hund} => gg "сто" ; - _ => table {{Masc} => "один" ; {Fem} => "одна" ; _ => "одно"}}} ; - size = nom} ; -lin pot0 d = - {s = table {_ => d.s} ; size = d.size} ; -lin pot110 = - {s = table {_ => gg "десяти"} ; size = plg} ; --- {s = table {_ => gg "десять"} ; size = plg} ; -lin pot111 = - {s = table {_ => gg "одиннадцать"} ; size = plg} ; --- 11 -lin pot1to19 d = - {s = table {_ => d.s ! teen} ; size = plg} ; -lin pot0as1 n = - {s = table {p => n.s ! p ! unit} ; size = n.size} ; -lin pot1 d = - {s = table {_ => d.s ! ten} ; size = plg} ; --- -lin pot1plus d e = - {s = table {_ => - table {g => d.s ! ten ! g ++ e.s ! indep ! unit ! g}} ; size = e.size} ; -lin pot1as2 n = - {s = n.s ; size = n.size} ; -lin pot2 d = - {s = table {p => d.s ! p ! hund} ; size = plg} ; -lin pot2plus d e = - {s = table {p => table {g => d.s ! p ! hund ! g ++ e.s ! indep ! g}} ; size = e.size} ; -lin pot2as3 n = - {s = n.s ! indep} ; -lin pot3 n = - {s = gg (n.s ! attr ! Fem ++ mille ! n.size)} ; -lin pot3plus n m = - {s = table {g => n.s ! attr ! Fem ++ mille ! n.size ++ m.s ! indep ! g}} ; - ---- TODO ---- raz/odin - --- numerals as sequences of digits - - lincat - Dig = TDigit ; - - lin - IDig d = {s = d.s ; n = d.n} ; - - IIDig d i = { - s = d.s ++ i.s ; - n = Pl - } ; - - D_0 = mkDig "0" ; - D_1 = mk3Dig "1" "1" Sg ; ---- - D_2 = mkDig "2" ; - D_3 = mkDig "3" ; - 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 = c ; ---- gender - n = n - } ; - - TDigit = { - n : Number ; - s : Str - } ; - -} - diff --git a/old-lib/resource/russian/ParadigmsRus.gf b/old-lib/resource/russian/ParadigmsRus.gf deleted file mode 100644 index b424ef102..000000000 --- a/old-lib/resource/russian/ParadigmsRus.gf +++ /dev/null @@ -1,470 +0,0 @@ ---# -path=.:../abstract:../../prelude:../common - ---1 Russian Lexical Paradigms --- --- Janna Khegai 2003--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 $MorphoRus.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$. --- --- The following modules are presupposed: - -resource ParadigmsRus = open - Prelude, - MorphoRus, - CatRus, - NounRus - in { - -flags coding=utf8 ; - ---2 Parameters --- --- To abstract over gender names, we define the following identifiers. - -oper - Gender : Type ; - masculine : Gender ; - feminine : Gender ; - neuter : Gender ; - --- To abstract over case names, we define the following. - Case : Type ; - - nominative : Case ; - genitive : Case ; - dative : Case ; - accusative : Case ; - instructive : Case ; - prepositional : Case ; - --- In some (written in English) textbooks accusative case --- is put on the second place. However, we follow the case order --- standard for Russian textbooks. - --- To abstract over number names, we define the following. - Number : Type ; - - singular : Number ; - plural : Number ; - ---2 Nouns - - Animacy: Type ; - - animate: Animacy; - inanimate: Animacy; - --- Indeclinabe nouns: "кофе", "пальто", "ВУЗ". - - mkIndeclinableNoun: Str -> Gender -> Animacy -> N ; - - mkN : overload { - --- The regular function captures the variants for some common noun endings. - - mkN : (karta : Str) -> N ; - mkN : (tigr : Str) -> Animacy -> N ; - --- Worst case - give six singular forms: --- Nominative, Genetive, Dative, Accusative, Instructive and Prepositional; --- and the prepositional form after в and на, and --- the corresponding six plural forms and the gender and animacy. - - mkN : (nomSg, genSg, datSg, accSg, instSg, preposSg, prepos2Sg, nomPl, genPl, datPl, accPl, instPl, preposPl : Str) -> Gender -> Animacy -> N - } ; - - mkN2 : overload { - --- Genitive with no preposition. - - mkN2 : N -> N2 ; - mkN2 : N -> Prep -> N2 ; - } ; - - - mkN3 : N -> Prep -> Prep -> N3 ; - --- Proper names. - - mkPN : Str -> Gender -> Animacy -> PN ; -- "Иван", "Маша" - nounPN : N -> PN ; - - ---2 Adjectives - --- Non-comparison (only positive degree) one-place adjectives need 28 (4 by 7) --- forms in the worst case: - - --- (Masculine | Feminine | Neutral | Plural) * - --- (Nominative | Genitive | Dative | Accusative Inanimate | Accusative Animate | --- Instructive | Prepositional) - - --- Notice that 4 short forms, which exist for some adjectives are not included --- in the current description, otherwise there would be 32 forms for --- positive degree. - - mkA : overload { - --- Regular and invariant adjectives with regular comparative. - - mkA : (positive : Str) -> A ; - --- Adjectives with irregular comparative. - - mkA : (positive, comparative : Str) -> A ; - } ; - --- Two-place adjectives need a preposition and a case as extra arguments. - - mkA2 : A -> Str -> Case -> A2 ; -- "делим на" - --- Comparison adjectives need a positive adjective --- (28 forms without short forms). --- Taking only one comparative form (non-syntactic) and --- only one superlative form (syntactic) we can produce the --- comparison adjective with only one extra argument - --- non-syntactic comparative form. --- Syntactic forms are based on the positive forms. - - --- mkADeg : A -> Str -> ADeg ; - --- On top level, there are adjectival phrases. The most common case is --- just to use a one-place adjective. --- ap : A -> IsPostfixAdj -> AP ; - ---2 Adverbs - --- Adverbs are not inflected. - - mkAdv : Str -> Adv ; - ---2 Verbs --- --- In our lexicon description ("Verbum") there are 62 forms: --- 2 (Voice) by { 1 (infinitive) + [2(number) by 3 (person)](imperative) + --- [ [2(Number) by 3(Person)](present) + [2(Number) by 3(Person)](future) + --- 4(GenNum)(past) ](indicative)+ 4 (GenNum) (subjunctive) } --- Participles (Present and Past) and Gerund forms are not included, --- since they fuction more like Adjectives and Adverbs correspondingly --- rather than verbs. Aspect is regarded as an inherent parameter of a verb. --- Notice, that some forms are never used for some verbs. - -Voice: Type; -Aspect: Type; -Bool: Type; -Conjugation: Type ; - -first: Conjugation; -- "гуля-Ешь, гуля-Ем" -firstE: Conjugation; -- Verbs with vowel "ё": "даёшь" (give), "пьёшь" (drink) -second: Conjugation; -- "вид-Ишь, вид-Им" -mixed: Conjugation; -- "хоч-Ешь - хот-Им" -dolzhen: Conjugation; -- irregular -foreign: Conjugation; -- foreign words which are used in Russian, +++ MG_UR: added +++ - - -true: Bool; -false: Bool; - -active: Voice ; -passive: Voice ; -imperfective: Aspect; -perfective: Aspect ; - - --- The worst case need 6 forms of the present tense in indicative mood --- ("я бегу", "ты бежишь", "он бежит", "мы бежим", "вы бежите", "они бегут"), --- a past form (singular, masculine: "я бежал"), an imperative form --- (singular, second person: "беги"), an infinitive ("бежать"). --- Inherent aspect should also be specified. - --- mkVerbum : Aspect -> (presentSgP1,presentSgP2,presentSgP3, - mkV : Aspect -> (presentSgP1,presentSgP2,presentSgP3, - presentPlP1,presentPlP2,presentPlP3, - pastSgMasculine,imperative,infinitive: Str) -> V ; - --- Common conjugation patterns are two conjugations: --- first - verbs ending with "-ать/-ять" and second - "-ить/-еть". --- Instead of 6 present forms of the worst case, we only need --- a present stem and one ending (singular, first person): --- "я люб-лю", "я жд-у", etc. To determine where the border --- between stem and ending lies it is sufficient to compare --- first person from with second person form: --- "я люб-лю", "ты люб-ишь". Stems shoud be the same. --- So the definition for verb "любить" looks like: --- regV Imperfective Second "люб" "лю" "любил" "люби" "любить"; - - regV :Aspect -> Conjugation -> (stemPresentSgP1,endingPresentSgP1, - pastSgP1,imperative,infinitive : Str) -> V ; - - --- Two-place verbs, and the special case with direct object. Notice that --- a particle can be included in a $V$. - - mkV2 : V -> Str -> Case -> V2 ; -- "войти в дом"; "в", accusative - mkV3 : V -> Str -> Str -> Case -> Case -> V3 ; -- "сложить письмо в конверт" - dirV2 : V -> V2 ; -- "видеть", "любить" - tvDirDir : V -> V3 ; - --- The definitions should not bother the user of the API. So they are --- hidden from the document. ---. - Gender = MorphoRus.Gender ; - Case = MorphoRus.Case ; - Number = MorphoRus.Number ; - Animacy = MorphoRus.Animacy; - Aspect = MorphoRus.Aspect; - Voice = MorphoRus.Voice ; - --Tense = Tense ; - Bool = Prelude.Bool ; - Conjugation = MorphoRus.Conjugation; -first = First ; -firstE = FirstE ; -second = Second ; -secondA = SecondA ; -mixed = Mixed ; -dolzhen = Dolzhen; -foreign = Foreign; -- +++ MG_UR: added +++ - - true = True; - false = False ; - masculine = Masc ; - feminine = Fem ; - neuter = Neut ; - nominative = Nom ; - accusative = Acc ; - dative = Dat ; - genitive = Gen ; - instructive = Inst ; - prepositional = Prepos PrepOther ; -- FIXME: not correct for v and na - singular = Sg ; - plural = Pl ; - animate = Animate ; - inanimate = Inanimate ; - active = Act ; - passive = Pass ; - imperfective = Imperfective ; - perfective = Perfective ; - -- present = Present ; - --past = Past ; - -- Degree = Pos | Comp | Super ; - -- Person = P1 | P2 | P3 ; - -- AfterPrep = Yes | No ; - -- Possessive = NonPoss | Poss GenNum ; - --- Noun definitions - - mkN = overload { - mkN : (karta : Str) -> N = mk1N ; - mkN : (tigr : Str) -> Animacy -> N = \nom, anim -> case anim of { Animate => nAnimate (mk1N nom) ; - Inanimate => mk1N nom } ; - mkN : (nomSg, genSg, datSg, accSg, instSg, preposSg, prepos2Sg, - nomPl, genPl, datPl, accPl, instPl, preposPl : Str) -> Gender -> Animacy -> N = mkWorstN - } ; - - mkIndeclinableNoun = \s,g, anim -> - { - s = table { SF _ _ => s } ; - g = g ; - anim = anim - } ** {lock_N = <>}; - - oper mkWorstN : (nomSg, genSg, datSg, accSg, instSg, preposSg, prepos2Sg, - nomPl, genPl, datPl, accPl, instPl, preposPl : Str) -> Gender -> Animacy -> N - = \nomSg, genSg, datSg, accSg, instSg, preposSg, prepos2Sg, - nomPl, genPl, datPl, accPl, instPl, preposPl, g, anim -> - { - s = table { - SF Sg Nom => nomSg ; - SF Sg Gen => genSg ; - SF Sg Dat => datSg ; - SF Sg Acc => accSg ; - SF Sg Inst => instSg ; - SF Sg (Prepos PrepOther) => preposSg ; - SF Sg (Prepos PrepVNa) => prepos2Sg ; - SF Pl Nom => nomPl ; - SF Pl Gen => genPl ; - SF Pl Dat => datPl ; - SF Pl Acc => accPl ; - SF Pl Inst => instPl ; - SF Pl (Prepos _) => preposPl - } ; - g = g ; - anim = anim - } ** {lock_N = <>} ; - - oper mk1N : Str -> N = \x -> - case x of { - stem+"онок" => nDecl10Hard stem ; - stem+"ёнок" => nDecl10Soft stem ; --- stem+"aнин" => nDecl11 stem ; - stem@(_+"и")+"й" => nDecl7Masc stem; - stem@(_+"и")+"я" => nDecl7Fem stem; - stem@(_+"и")+"е" => nDecl7Neut stem; - stem+"ее" => nAdj { s = (mk1A (stem+"ий")).s!Posit } Neut; - stem+"ое" => nAdj { s = (mk1A (stem+(iAfter stem)+"й")).s!Posit } Neut; - stem+"мя" => nDecl9 stem ; - stem@(_+("а"|"е"|"ё"|"о"|"у"|"ы"|"э"|"ю"|"я"))+"й" => nDecl6Masc stem ; - stem@(_+("а"|"е"|"ё"|"о"|"у"|"ы"|"э"|"ю"|"я"))+"е" => nDecl6Neut stem ; - stem@(_+("а"|"е"|"ё"|"о"|"у"|"ы"|"э"|"ю"|"я"))+"я" => nDecl6Fem stem ; - stem@(_+("ч"|"щ"|"ш"|"ж"|"п"|"эн"|"м"|"ф"))+"ь" => nDecl8 stem ; - stem@(_+("д"|"т"|"ст"|"с"|"в"|"б"))+"ь" => nDecl8 stem ; - stem@(_+"ш"|"ж"|"ч"|"щ"|"ц")+"е" => nRegHardNeut stem; - stem+"е" => nRegSoftNeut stem ; - stem+"я" => nRegSoftFem stem ; - stem+"ь" => nRegSoftMasc stem ; - stem+"о" => nRegHardNeut stem ; - stem+"а" => nRegHardFem stem ; - stem => nRegHardMasc stem - } ** {lock_N = <>} ; - - - --- An individual-valued function is a common noun together with the --- preposition prefixed to its argument ("клZ+ о' дома"). --- The situation is analogous to two-place adjectives and transitive verbs. --- --- We allow the genitive construction to be used as a variant of --- all function applications. It would definitely be too restrictive only --- to allow it when the required case is genitive. We don't know if there --- are counterexamples to the liberal choice we've made. - - oper mkN2 = overload { - mkN2 : N -> N2 = \n -> mkFun n nullPrep ; - mkN2 : N -> Prep -> N2 = mkFun; - } ; - - mkFun : N -> Prep -> N2 = \f,p -> (UseN f) ** {s2 = p.s ; c = p.c}** {lock_N2 = <>} ; - - nullPrep : Prep = {s = []; c= Gen; lock_Prep=<>} ; - - mkN3 f p r = (UseN f) ** {s2 = p.s ; c=p.c; s3=r.s ; c2=r.c; lock_N3 = <>} ; - - - mkPN = \ivan, g, anim -> - case g of { - Masc => mkProperNameMasc ivan anim ; - _ => mkProperNameFem ivan anim - } ** {lock_PN =<>}; - nounPN n = {s=\\c => n.s! SF Sg c; anim=n.anim; g=n.g; lock_PN=<>}; - --- On the top level, it is maybe $CN$ that is used rather than $N$, and --- $NP$ rather than $PN$. - - makeCN : N -> CN ; - makeNP : Str -> Gender -> Animacy -> NP ; - - - makeCN = UseN; - - makeNP = \x,y,z -> UsePN (mkPN x y z) ; - - mkA = overload { - mkA : (positive : Str) -> A = mk1A ; - mkA : (positive, comparative : Str) -> A = mk2A; - } ; - - mk1A : Str -> A = \positive -> - let stem = Predef.tk 2 positive in mk2A positive (stem+"ее") ; - - mk2A : Str -> Str -> A = \positive, comparative -> - case positive of { - stem+"ый" => mkAdjDeg (aRegHardStemStress stem) comparative ; - stem+"ой" => mkAdjDeg (aRegHardEndStress stem) comparative ; - stem@(_+("г"|"к"|"х"))+"ий" => mkAdjDeg (aRegHardStemStress stem) comparative; - stem@(_+("ш"|"ж"|"ч"|"щ"))+"ий" => mkAdjDeg (aRegHardStemStress stem) comparative; - stem+"ий" => mkAdjDeg (aRegSoft stem) comparative ; - stem => mkAdjDeg (adjInvar stem) comparative - } ; - - -- khaki, mini, hindi, netto - adjInvar : Str -> Adjective = \stem -> { s = \\_ => stem } ; - - oper mkAdjDeg: Adjective -> Str -> A = \adj, s -> - { s = table - { - Posit => adj.s ; - Compar => \\af => s ; - Superl => \\af => samuj.s !af ++ adj.s ! af - } - } ** {lock_A = <>}; - - - mkA2 a p c= a ** {s2 = p ; c = c; lock_A2 = <>}; --- mkADeg a s = mkAdjDeg a s ** {lock_ADeg = <>}; -- defined in morpho.RusU - --- ap a p = mkAdjPhrase a p ** {lock_AP = <>}; -- defined in syntax module - - mkAdv x = ss x ** {lock_Adv = <>} ; - --- Verb definitions - --- mkVerbum = \asp, sgP1, sgP2, sgP3, plP1, plP2, plP3, - mkV = \asp, sgP1, sgP2, sgP3, plP1, plP2, plP3, - sgMascPast, imperSgP2, inf -> case asp of { - Perfective => - mkVerbPerfective inf imperSgP2 - (presentConj sgP1 sgP2 sgP3 plP1 plP2 plP3) (pastConj sgMascPast) - ** { lock_V=<> }; - Imperfective => - mkVerbImperfective inf imperSgP2 - (presentConj sgP1 sgP2 sgP3 plP1 plP2 plP3) (pastConj sgMascPast) - ** { lock_V=<> } - }; - - oper presentConj: (_,_,_,_,_,_: Str) -> PresentVerb = - \sgP1, sgP2, sgP3, plP1, plP2, plP3 -> - table { - PRF (ASg _) P1 => sgP1 ; - PRF (ASg _) P2 => sgP2 ; - PRF (ASg _) P3 => sgP3 ; - PRF APl P1 => plP1 ; - PRF APl P2 => plP2 ; - PRF APl P3 => plP3 - }; - - regV a b c d e f g = verbDecl a b c d e f g ** {lock_V = <>} ; - -- defined in morpho.RusU.gf -{- - mkV a b = extVerb a b ** {lock_V = <>}; -- defined in types.RusU.gf - - mkPresentV = \aller, vox -> - { s = table { - VFin gn p => aller.s ! VFORM vox (VIND (VPresent (numGNum gn) p)) ; - VImper n p => aller.s ! VFORM vox (VIMP n p) ; - VInf => aller.s ! VFORM vox VINF ; - VSubj gn => aller.s ! VFORM vox (VSUB gn) - }; t = Present ; a = aller.asp ; w = vox ; lock_V = <>} ; --} - mkV2 v p cas = v ** {s2 = p ; c = cas; lock_V2 = <>}; - dirV2 v = mkV2 v [] Acc; - - - tvDirDir v = mkV3 v "" "" Acc Dat; - --- *Ditransitive verbs* are verbs with three argument places. --- We treat so far only the rule in which the ditransitive --- verb takes both complements to form a verb phrase. - - mkV3 v s1 s2 c1 c2 = v ** {s2 = s1; c = c1; s4 = s2; c2=c2; lock_V3 = <>}; - -} ; - diff --git a/old-lib/resource/russian/PhraseRus.gf b/old-lib/resource/russian/PhraseRus.gf deleted file mode 100644 index 7a13e3c32..000000000 --- a/old-lib/resource/russian/PhraseRus.gf +++ /dev/null @@ -1,27 +0,0 @@ ---# -path=.:../abstract:../common:../../prelude - -concrete PhraseRus of Phrase = CatRus ** open Prelude, ResRus in { - - flags coding=utf8 ; - lin - PhrUtt pconj utt voc = {s = pconj.s ++ utt.s ++ voc.s} ; - - UttS s = s ; - UttQS qs = {s = qs.s ! QDir} ; - UttImpSg pol imp = {s = pol.s ++ imp.s ! pol.p ! Masc! Sg} ; - UttImpPl pol imp = {s = pol.s ++ imp.s ! pol.p ! Masc!Pl} ; - UttImpPol pol imp = {s = pol.s ++ imp.s ! pol.p ! Masc! Sg} ; ---- ?? AR - - UttIP ip = {s = ip.s ! PF Nom No NonPoss} ; --- Acc also - UttIAdv iadv = iadv ; - UttNP np = {s = np.s ! PF Acc No NonPoss} ; - UttVP vp = {s = vp.s ! ClInfinit ! ASg Masc! P3} ; - UttAdv adv = adv ; - - NoPConj = {s = []} ; - PConjConj conj = ss conj.s2 ; - - NoVoc = {s = []} ; - VocNP np = {s = "," ++ np.s ! PF Nom No NonPoss} ; - -} diff --git a/old-lib/resource/russian/QuestionRus.gf b/old-lib/resource/russian/QuestionRus.gf deleted file mode 100644 index 28a9dfccd..000000000 --- a/old-lib/resource/russian/QuestionRus.gf +++ /dev/null @@ -1,72 +0,0 @@ ---# -path=.:../abstract:../common:../../prelude - -concrete QuestionRus of Question = CatRus ** open ResRus, Prelude in { - - flags optimize=all_subs ; coding=utf8 ; - - lin - - QuestCl cl = {s = \\b,cf,_ => cl.s ! b ! cf } ; - - QuestVP kto spit = - {s = \\b,clf,qf => (predVerbPhrase kto spit).s!b!clf } ; - - QuestSlash Kto yaGovoruO = - let { kom = Kto.s ! (mkPronForm yaGovoruO.c No NonPoss) ; o = yaGovoruO.s2 } in - {s = \\b,clf,_ => o ++ kom ++ yaGovoruO.s ! b ! clf - } ; - - QuestIAdv kak tuPozhivaesh = - {s = \\b,clf,q => kak.s ++ tuPozhivaesh.s!b!clf } ; - - QuestIComp kak tuPozhivaesh = - {s = \\b,clf,q => let ne = case b of {Neg => ""; Pos => []} - in - kak.s ++ ne ++tuPozhivaesh.s! PF Nom No NonPoss } ; - - - PrepIP p ip = {s = p.s ++ ip.s ! PF Nom No NonPoss} ; - - AdvIP ip adv = { - s = \\c => ip.s ! c ++ adv.s ; - n = ip.n; p=ip.p; g=ip.g; anim=ip.anim; pron=ip.pron - } ; - - IdetCN kakoj okhotnik = - {s = \\pf => case kakoj.c of { - Nom => - kakoj.s ! AF (extCase pf) okhotnik.anim (gNum okhotnik.g kakoj.n) ++ - okhotnik.s ! kakoj.n ! (extCase pf) ; - _ => - kakoj.s ! AF (extCase pf) okhotnik.anim (gNum okhotnik.g kakoj.n) ++ - okhotnik.s ! kakoj.n ! kakoj.c }; - n = kakoj.n ; - p = P3 ; - pron = False; - g = kakoj.g ; - anim = okhotnik.anim - } ; - --- 1.4 additions 17/6/2008 by AR - - IdetIP kakoj = let anim = Inanimate in - {s = \\pf => kakoj.s ! AF (extCase pf) anim (pgNum kakoj.g kakoj.n) ; - n = kakoj.n ; - p = P3 ; - pron = False; - g = kakoj.g ; - anim = anim - } ; - - IdetQuant kakoj pyat = -- okhotnik = - {s = \\af => - kakoj.s ! pyat.n ! af ++ - pyat.s ! caseAF af ! genAF af ; - n = pyat.n ; - g = kakoj.g ; - c = kakoj.c - } ; - - CompIAdv a = a ; - CompIP ip = {s = ip.s ! PF Nom No NonPoss} ; -} diff --git a/old-lib/resource/russian/RelativeRus.gf b/old-lib/resource/russian/RelativeRus.gf deleted file mode 100644 index d8a60dc47..000000000 --- a/old-lib/resource/russian/RelativeRus.gf +++ /dev/null @@ -1,37 +0,0 @@ ---# -path=.:../abstract:../common:../../prelude - -concrete RelativeRus of Relative = CatRus ** open ResRus, MorphoRus in { - - flags optimize=all_subs ; coding=utf8 ; - - lin - - RelCl A = {s = \\b,clf,gn,c, anim => - takoj.s ! AF c anim gn ++ "что" ++ A.s !b!clf}; - - RelVP kotoruj gulyaet = - { s = \\b,clf,gn, c, anim => let { nu = numGNum gn } in - kotoruj.s ! gn ! c ! anim ++ gulyaet.s2 ++ gulyaet.s ! clf ! gn !P3 ++ - gulyaet.s3 ! genGNum gn ! nu - } ; - - --- Preposition stranding: "that we are looking at". Pied-piping is --- deferred to $ExtRus.gf$ ("at which we are looking"). - - RelSlash kotoruj yaVizhu = - {s = \\b,clf,gn, _ , anim => yaVizhu.s2 ++ - kotoruj.s ! gn ! yaVizhu.c ! anim - ++ yaVizhu.s!b!clf - } ; - - FunRP p mama kotoruj = - {s = \\gn,c, anim => let {nu = numGNum gn} in - mama.s ! PF c No NonPoss ++ - p.s ++ kotoruj.s ! gn ! p.c ! anim - } ; - - IdRP ={ s = \\gn, c, anim => - kotorujDet.s ! (AF c anim gn )} ; -} - diff --git a/old-lib/resource/russian/ResRus.gf b/old-lib/resource/russian/ResRus.gf deleted file mode 100644 index d19ea1797..000000000 --- a/old-lib/resource/russian/ResRus.gf +++ /dev/null @@ -1,400 +0,0 @@ ---# -path=.:../abstract:../common:../../prelude - ---1 Russian 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$. - -resource ResRus = ParamX ** open Prelude in { - -flags coding=utf8 ; optimize=all ; - ---2 Enumerated parameter types --- --- These types are the ones found in school grammars. --- Their parameter values are atomic. - --- Some parameters, such as $Number$, are inherited from $ParamX$. -param - Gender = Masc | Fem | Neut ; - Case = Nom | Gen | Dat | Acc | Inst | Prepos PrepKind ; - PrepKind = PrepOther | PrepVNa; - Animacy = Animate | Inanimate ; - Voice = Act | Pass ; - Aspect = Imperfective | Perfective ; - RusTense = Present | PastRus | Future ; --- Degree = Pos | Comp | Super ; - AfterPrep = Yes | No ; - Possessive = NonPoss | Poss GenNum ; --- Anteriority = Simul | Anter ; - ClForm = ClIndic RusTense Anteriority | ClCondit | ClInfinit | ClImper; - -- "naked infinitive" clauses - --- A number of Russian nouns have common gender. They can --- denote both males and females: "умница" (a clever person), "инженер" (an engineer). --- We overlook this phenomenon for now. - --- The AfterPrep parameter is introduced in order to describe --- the variations of the third person personal pronoun forms --- depending on whether they come after a preposition or not. - --- Declination forms depend on Case, Animacy , Gender: --- "большие дома" - "больших домов" (big houses - big houses'), --- Animacy plays role only in the Accusative case (Masc Sg and Plural forms): --- Accusative Animate = Genetive, Accusaive Inanimate = Nominative --- "я люблю большие дома-"я люблю больших мужчин" --- (I love big houses - I love big men); --- and on Number: "большой дом - "большие дома" --- (a big house - big houses). --- The plural never makes a gender distinction. - - GenNum = ASg Gender | APl ; - - -- Coercions between the compound gen-num type and gender and number: -oper - gNum : Gender -> Number -> GenNum = \g,n -> - case n of - { Sg => case g of - { Fem => ASg Fem ; - Masc => ASg Masc ; - Neut => ASg Neut } ; - Pl => APl - } ; - - --- The Possessive parameter is introduced in order to describe --- the possessives of personal pronouns, which are used in the --- Genetive constructions like "моя мама" (my mother) instead of --- "мама моя" (the mother of mine). - ---2 For $Noun$ --- Nouns decline according to number and case. --- For the sake of shorter description these parameters are --- combined in the type SubstForm. -param - SubstForm = SF Number Case ; - - --- Real parameter types (i.e. ones on which words and phrases depend) --- are mostly hierarchical. The alternative would be cross-products of --- simple parameters, but this would usually overgenerate. - --- However, we use the cross-products in complex cases --- (for example, aspect and tense parameter in the verb description) --- where the relationship between the parameters are non-trivial --- even though we aware that some combinations do not exist --- (for example, present perfective does not exist, but removing --- this combination would lead to having different descriptions --- for perfective and imperfective verbs, which we do not want for the --- sake of uniformity). - -param PronForm = PF Case AfterPrep Possessive; - -oper Pronoun = { s : PronForm => Str ; n : Number ; p : Person ; - g: PronGen ; pron: Bool} ; - --- Gender is not morphologically determined for first --- and second person pronouns. - -param PronGen = PGen Gender | PNoGen ; - --- The following coercion is useful: - -oper - pgen2gen : PronGen -> Gender = \p -> case p of { - PGen g => g ; - PNoGen => Masc ---- variants {Masc ; Fem} --- the best we can do for ya, tu - } ; - - -oper - extCase: PronForm -> Case = \pf -> case pf of { PF c _ _ => c } ; - - mkPronForm: Case -> AfterPrep -> Possessive -> PronForm = - \c,n,p -> PF c n p ; - - CommNounPhrase: Type = {s : Number => Case => Str; g : Gender; anim : Animacy} ; - - NounPhrase : Type = { s : PronForm => Str ; n : Number ; - p : Person ; g: PronGen ; anim : Animacy ; pron: Bool} ; - - mkNP : Number -> CommNounPhrase -> NounPhrase = \n,chelovek -> - {s = \\cas => chelovek.s ! n ! (extCase cas) ; - n = n ; g = PGen chelovek.g ; p = P3 ; pron =False ; - anim = chelovek.anim - } ; - - det2NounPhrase : Adjective -> NounPhrase = \eto -> - {s = \\pf => eto.s ! (AF (extCase pf) Inanimate (ASg Neut)); n = Sg ; g = PGen Neut ; pron = False ; p = P3 ; anim = Inanimate } ; - - - - pron2NounPhraseNum : Pronoun -> Animacy -> Number -> NounPhrase = \ona, anim, num -> - {s = ona.s ; n = num ; g = ona.g ; - pron = ona.pron; p = ona.p ; anim = anim } ; - - --- Agreement of $NP$ is a record. We'll add $Gender$ later. --- oper Agr = {n : Number ; p : Person} ; - - -----2 For $Verb$ - --- Mood is the main verb classification parameter. --- The verb mood can be infinitive, subjunctive, imperative, and indicative. - --- Note: subjunctive mood is analytical, i.e. formed from the past form of the --- indicative mood plus the particle "ли". That is why they have the same GenNum --- parameter. We choose to keep the "redundant" form in order to indicate --- the presence of the subjunctive mood in Russian verbs. - --- Aspect and Voice parameters are present in every mood, so Voice is put --- before the mood parameter in verb form description the hierachy. --- Moreover Aspect is regarded as an inherent parameter of a verb entry. --- The primary reason for that is that one imperfective form can have several --- perfective forms: "ломать" - "сломать" - "поломать" (to break). --- Besides, the perfective form could be formed from imperfective --- by prefixation, but also by taking a completely different stem: --- "говорить"-"сказать" (to say). In the later case it is even natural to --- regard them as different verb entries. --- Another reason is that looking at the Aspect as an inherent verb parameter --- seem to be customary in other similar projects: --- http://starling.rinet.ru/morph.htm - --- Note: Of course, the whole inflection table has many redundancies --- in a sense that many verbs do not have all grammatically possible --- forms. For example, passive does not exist for the verb --- "любить" (to love), but exists for the verb "ломаться" (to break). --- In present tense verbs do not conjugate according to Genus, --- so parameter GenNum instead Number is used for the sake of --- using for example as adjective in predication. - --- Depending on the tense verbs conjugate according to combinations --- of gender, person and number of the verb objects. --- Participles (Present and PastRus) and Gerund forms are not included in the --- current description. This is the verb type used in the lexicon: - -oper Verbum : Type = { s: VerbForm => Str ; asp : Aspect }; - -param - - VerbForm = VFORM Voice VerbConj ; - VerbConj = VIND GenNum VTense | VIMP Number Person | VINF | VSUB GenNum ; - VTense = VPresent Person | VPast | VFuture Person ; - -oper - getVTense : RusTense -> Person -> VTense= \t,p -> - case t of { Present => VPresent p ; PastRus => VPast; Future => VFuture p } ; - - getTense : Tense -> RusTense= \t -> - case t of { Pres => Present - ; Fut => Future --# notpresent - ; _ => PastRus --# notpresent - } ; - - - getVoice: VerbForm -> Voice = \vf -> - case vf of { - VFORM Act _ => Act; - VFORM Pass _ => Pass - }; -oper sebya : Case => Str =table { -Nom => ""; -Gen => "себя"; -Dat=> "себе"; -Acc => "себя"; -Inst => "собой"; -Prep =>"себе"}; - - Verb : Type = {s : ClForm => GenNum => Person => Str ; asp : Aspect ; w: Voice} ; --- Verb phrases are discontinuous: the parts of a verb phrase are --- (s) an inflected verb, (s2) verb adverbials (not negation though), and --- (s3) complement. This discontinuity is needed in sentence formation --- to account for word order variations. - - VerbPhrase : Type = Verb ** {s2: Str; s3 : Gender => Number => Str ; - negBefore: Bool} ; - - --- This is one instance of Gazdar's *slash categories*, corresponding to his --- $S/NP$. --- We cannot have - nor would we want to have - a productive slash-category former. --- Perhaps a handful more will be needed. --- --- Notice that the slash category has the same relation to sentences as --- transitive verbs have to verbs: it's like a *sentence taking a complement*. - - SlashNounPhrase = Clause ** Complement ; - Clause = {s : Polarity => ClForm => Str} ; - --- This is the traditional $S -> NP VP$ rule. - - predVerbPhrase : NounPhrase -> VerbPhrase -> SlashNounPhrase = - \Ya, tebyaNeVizhu -> { s = \\b,clf => - let - { ya = Ya.s ! (mkPronForm Nom No NonPoss); - khorosho = tebyaNeVizhu.s2; - vizhu = tebyaNeVizhu.s ! clf !(gNum (pgen2gen Ya.g) Ya.n)! Ya.p; - tebya = tebyaNeVizhu.s3 ! (pgen2gen Ya.g) ! Ya.n - } - in - ya ++ khorosho ++ vizhu ++ tebya; - s2= ""; - c = Nom -} ; - --- Questions are either direct ("Ты счастлив?") --- or indirect ("Потом он спросил счастлив ли ты"). - -param - QuestForm = DirQ | IndirQ ; - ----- The order of sentence is needed already in $VP$. --- --- Order = ODir | OQuest ; - -oper - getActVerbForm : ClForm -> Gender -> Number -> Person -> VerbForm = \clf,g,n, p -> case clf of - { ClIndic Future _ => VFORM Act (VIND (gNum g n) (VFuture p)); - ClIndic PastRus _ => VFORM Act (VIND (gNum g n) VPast); - ClIndic Present _ => VFORM Act (VIND (gNum g n) (VPresent p)); - ClCondit => VFORM Act (VSUB (gNum g n)); - ClInfinit => VFORM Act VINF ; - ClImper => VFORM Act (VIMP n p) - }; - - getPassVerbForm : ClForm -> Gender -> Number -> Person -> VerbForm = \clf,g,n, p -> case clf of - { ClIndic Future _ => VFORM Pass (VIND (gNum g n) (VFuture p)); - ClIndic PastRus _ => VFORM Pass (VIND (gNum g n) VPast); - ClIndic Present _ => VFORM Pass (VIND (gNum g n) (VPresent p)); - ClCondit => VFORM Pass (VSUB (gNum g n)); - ClInfinit => VFORM Pass VINF ; - ClImper => VFORM Pass (VIMP n p) - }; - - ---2 For $Adjective$ - --- The short form is only inflected in gender and number. --- Fixing this would require changing the Degree type. -param - AdjForm = AF Case Animacy GenNum | AFShort GenNum | AdvF; - -oper - Complement = {s2 : Str ; c : Case} ; - -oper Refl ={s: Case => Str}; -oper sam: Refl= -{s = table{ - Nom => "сам"; - Gen => "себя"; - Dat => "себе"; - Acc => "себя"; - Inst => "собой"; - Prepos _ => "себе" - } -}; - - pgNum : PronGen -> Number -> GenNum = \g,n -> - case n of - { Sg => ASg (pgen2gen g) ; -- assuming pronoun "I" is a male - Pl => APl - } ; - -- _ => variants {ASg Masc ; ASg Fem} } ; - -- "variants" version cause "no term variants" error during linearization - - - -oper numGNum : GenNum -> Number = \gn -> - case gn of { APl => Pl ; _ => Sg } ; - -oper genGNum : GenNum -> Gender = \gn -> - case gn of { ASg Fem => Fem; ASg Masc => Masc; _ => Neut } ; - -oper numAF: AdjForm -> Number = \af -> - case af of { AdvF => Sg; AFShort gn => numGNum gn; AF _ _ gn => (numGNum gn) } ; - -oper genAF: AdjForm -> Gender = \af -> - case af of { AdvF => Neut; AFShort gn => genGNum gn; AF _ _ gn => (genGNum gn) } ; - -oper caseAF: AdjForm -> Case = \af -> - case af of { AdvF => Nom; AFShort _ => Nom; AF c _ _ => c } ; - --- The Degree parameter should also be more complex, since most Russian --- adjectives have two comparative forms: --- attributive (syntactic (compound), declinable) - --- "более высокий" (corresponds to "more high") --- and predicative (indeclinable)- "выше" (higher) and more than one --- superlative forms: "самый высокий" (corresponds to "the most high") - --- "высочайший" (the highest). - --- Even one more parameter independent of the degree can be added, --- since Russian adjectives in the positive degree also have two forms: --- long (attributive and predicative) - "высокий" (high) and short (predicative) - "высок" --- although this parameter will not be exactly orthogonal to the --- degree parameter. --- Short form has no case declension, so in principle --- it can be considered as an additional case. - --- Note: although the predicative usage of the long --- form is perfectly grammatical, it can have a slightly different meaning --- compared to the short form. --- For example: "он - больной" (long, predicative) vs. --- "он - болен" (short, predicative). - ---3 Adjective phrases --- --- An adjective phrase may contain a complement, e.g. "моложе Риты". --- Then it is used as postfix in modification, e.g. "человек, моложе Риты". - - IsPostfixAdj = Bool ; - - --- Simple adjectives are not postfix: - --- Adjective type includes both non-degree adjective classes: --- possesive ("мамин"[mother's], "лисий" [fox'es]) --- and relative ("русский" [Russian]) adjectives. - - Adjective : Type = {s : AdjForm => Str} ; - --- A special type of adjectives just having positive forms --- (for semantic reasons) is useful, e.g. "финский". - - AdjPhrase = Adjective ** {p : IsPostfixAdj} ; - - - mkAdjPhrase : Adjective -> IsPostfixAdj -> AdjPhrase = \novuj ,p -> novuj ** {p = p} ; - -----2 For $Relative$ --- --- RAgr = RNoAg | RAg {n : Number ; p : Person} ; --- RCase = RPrep | RC Case ; --- ---2 For $Numeral$ - -param DForm = unit | teen | ten | hund ; -param Place = attr | indep ; -param Size = nom | sgg | plg ; ---param Gend = masc | fem | neut ; -oper mille : Size => Str = table { - {nom} => "тысяча" ; - {sgg} => "тысячи" ; - _ => "тысяч"} ; - -oper gg : Str -> Gender => Str = \s -> table {_ => s} ; - --- CardOrd = NCard | NOrd ; - -----2 Transformations between parameter types --- - -oper - - numSF: SubstForm -> Number = \sf -> case sf of { SF n _ => n } ; - - caseSF: SubstForm -> Case = \sf -> case sf of { SF _ c => c } ; - -} diff --git a/old-lib/resource/russian/SentenceRus.gf b/old-lib/resource/russian/SentenceRus.gf deleted file mode 100644 index 963694673..000000000 --- a/old-lib/resource/russian/SentenceRus.gf +++ /dev/null @@ -1,115 +0,0 @@ - ---# -path=.:../abstract:../common:../../prelude - - -concrete SentenceRus of Sentence = CatRus ** open Prelude, ResRus in { - - flags optimize=all_subs ; coding=utf8 ; - - lin - - PredVP Ya tebyaNeVizhu = { s = \\b,clf => - let { - ya = Ya.s ! (case clf of { - ClInfinit => (mkPronForm Acc No NonPoss); - _ => (mkPronForm Nom No NonPoss) - }); - ne = case b of {Pos=>""; Neg=>"не"}; - vizhu = tebyaNeVizhu.s ! clf ! (pgNum Ya.g Ya.n)! Ya.p; - khorosho = tebyaNeVizhu.s2 ; - tebya = tebyaNeVizhu.s3 ! (pgen2gen Ya.g) ! Ya.n - } - in - if_then_else Str tebyaNeVizhu.negBefore - (ya ++ ne ++ vizhu ++ tebya ++ khorosho) - (ya ++ vizhu ++ ne ++ tebya ++ khorosho) - } ; - - - PredSCVP sc vp = { s = \\b,clf => - let { - ne = case b of {Pos=>""; Neg=>"не"}; - vizhu = vp.s ! clf ! (ASg Neut)! P3; - tebya = vp.s3 ! Neut ! Sg - } - in - if_then_else Str vp.negBefore - (sc.s ++ ne ++ vizhu ++ tebya) - (sc.s ++ vizhu ++ ne ++ tebya) - } ; -{- - SlashV2 ivan lubit = { s=\\b,clf => ivan.s ! PF Nom No NonPoss ++ - lubit.s! (getActVerbForm clf (pgen2gen ivan.g) ivan.n ivan.p) ; - s2=lubit.s2; c=lubit.c }; - - SlashVVV2 ivan khotet lubit = - { s=\\b,clf => ivan.s ! PF Nom No NonPoss ++ khotet.s! (getActVerbForm clf (pgen2gen ivan.g) ivan.n ivan.p) ++ lubit.s! VFORM Act VINF ; - s2=lubit.s2; - c=lubit.c }; --} - AdvSlash slash adv = { - s = \\b,clf => slash.s ! b ! clf ++ adv.s ; - c = slash.c; - s2 = slash.s2; - } ; - - SlashPrep cl p = {s=cl.s; s2=p.s; c=p.c} ; - - --- AR 3/11/2007 - SlashVS ivan vidit tuUlubaeshsya = { - s=\\b,clf => ivan.s ! PF Nom No NonPoss ++ - vidit.s! (getActVerbForm clf (pgen2gen ivan.g) ivan.n ivan.p) ++ - [", что"] ++ tuUlubaeshsya.s ; - s2=tuUlubaeshsya.s2; - c=tuUlubaeshsya.c - } ; - - - - ImpVP inf = {s = \\pol, g,n => - let - dont = case pol of { - Neg => "не" ; - _ => [] - } - in - dont ++ inf.s ! ClImper ! (gNum g n )!P2 ++ - inf.s2++inf.s3!g!n - } ; - - EmbedS s = {s = "что" ++ s.s} ; - -- In Russian "Whether you go" transformed in "go whether you": - EmbedQS qs = {s = qs.s ! QIndir} ; - EmbedVP vp = {s = vp.s2 ++ vp.s!ClInfinit!(ASg Masc) !P3 ++ vp.s3!Masc!Sg} ; - - UseCl t a p cl = {s = case t.t of { - Cond => cl.s! p.p ! ClCondit ; --# notpresent - Pres => cl.s! p.p ! ClIndic Present a.a ; ---- AR work-around 13/12/2007 - _ => cl.s! p.p ! ClIndic (getTense t.t) a.a}}; - - UseQCl t a p qcl= {s = case t.t of { - Cond => qcl.s! p.p ! ClCondit ; --# notpresent - Pres => qcl.s! p.p ! ClIndic Present a.a ; - _ => qcl.s!p.p! ClIndic (getTense t.t) a.a }}; - - UseRCl t a p rcl ={s = \\gn,c,anim => case t.t of { - Cond => [", "] ++ rcl.s! p.p ! ClCondit ! gn !c !anim ; --# notpresent - Pres => [", "] ++ rcl.s! p.p ! ClIndic Present a.a !gn !c !anim; - _ => [", "] ++ rcl.s! p.p ! ClIndic (getTense t.t) a.a !gn !c !anim}}; - - UseSlash t a p cl = { - s = case t.t of { - Cond => cl.s! p.p ! ClCondit ; --# notpresent - Pres => cl.s! p.p ! ClIndic Present a.a ; - _ => cl.s! p.p ! ClIndic (getTense t.t) a.a - } ; - s2 = cl.s2 ; - c = cl.c - }; - - - AdvS a s = {s = a.s ++ "," ++ s.s} ; ---- AR 19/6/2007 - - -} - diff --git a/old-lib/resource/russian/StructuralRus.gf b/old-lib/resource/russian/StructuralRus.gf deleted file mode 100644 index 1ae206828..000000000 --- a/old-lib/resource/russian/StructuralRus.gf +++ /dev/null @@ -1,128 +0,0 @@ ---# -path=.:../abstract:../common:../../prelude - -concrete StructuralRus of Structural = CatRus ** - open ResRus, MorphoRus, (P = ParadigmsRus), Prelude, NounRus in { - - flags optimize=all ; coding=utf8 ; - -lin --- First mount the numerals. --- UseNumeral i = i ; - --- Then an alphabetical list of structural words - - above_Prep = { s = "над" ; c = Inst} ; - after_Prep = { s = "после" ; c = Gen }; --- all8mass_Det = vesDet ** {n = Sg; g = PNoGen; c = Nom} ; - all_Predet = vseDetPl ** { g = PNoGen; c = Nom} ; - almost_AdA = {s= "почти"} ; - almost_AdN = {s= "почти"} ; - although_Subj = ss "хотя" ; - always_AdV = ss "всегда" ; - and_Conj = {s1 = [] ; s2 = "и" ; n = Pl} ; - because_Subj = ss ["потому что"] ; - before_Prep ={ s = "перед" ; c = Inst}; - behind_Prep = { s = "за" ; c = Inst }; - between_Prep = { s = "между" ; c = Inst}; - both7and_DConj = sd2 "как" [", так и"] ** {n = Pl} ; - but_PConj = ss "но" ; - by8agent_Prep = { s = ["с помощью"] ; c = Gen}; - by8means_Prep = { s = ["с помощью"] ; c = Gen}; - can8know_VV = verbMoch ; - can_VV = verbMoch ; - during_Prep = { s = ["в течение"] ; c = Gen}; - either7or_DConj = sd2 "либо" [", либо"] ** {n = Sg} ; --- comma is not visible in GUI! - every_Det = kazhdujDet ** {n = Sg ; g = PNoGen; c= Nom} ; - everybody_NP = mkNP Pl (UseN ((eEnd_Decl "вс")**{lock_N=<>})) ; - everything_NP = UsePron (pronVseInanimate ** {lock_Pron=<>}) ; - everywhere_Adv = ss "везде" ; - few_Det = nemnogoSgDet **{lock_Det= <>; n= Sg; g = PNoGen; c = Nom}; ---- DEPREC first_Ord = (uy_j_EndDecl "перв" ) ** {lock_A = <>}; --AStaruyj - from_Prep = { s = "от" ; c = Gen }; - he_Pron = pronOn ; - here_Adv = ss "здесь" ; - here7to_Adv = ss "сюда" ; - here7from_Adv = ss "отсюда" ; - how_IAdv = ss "как" ; - how8many_IDet = skolkoSgDet ** {n = Pl; g = (PGen Neut); c= Gen}; - i_Pron = pronYa ; - if_Subj = ss "если" ; - in8front_Prep = { s = "перед" ; c = Inst}; - in_Prep = { s = "в" ; c = Prepos PrepVNa } ; - it_Pron = pronOno ; - less_CAdv = ss "менее" ; - many_Det = mnogoSgDet ** {n = Sg; g = (PGen Neut); c= Gen} ; - more_CAdv = ss "более" ; - most_Predet = bolshinstvoSgDet ** {n = Sg; g = (PGen Neut); c= Gen} ; - -- inanimate, Sg: "большинство телефонов безмолству-ет" --- most8many_Det = bolshinstvoPlDet ** {n = Pl; g = (PGen Neut); c= Gen} ; - -- animate, Pl: "большинство учащихся хорошо подготовлен-ы" - much_Det = mnogoSgDet ** {n = Sg; g = (PGen Neut); c= Gen} ; -- same as previous - must_VV = verbDolzhen ; - no_Utt = ss ["Нет"] ; - on_Prep = { s = "на" ; c = Prepos PrepVNa }; ---- DEPREC one_Quant = odinDet ** {lock_QuantSg = <>; n= Sg; g = PNoGen; c = Nom }; ---AStaruyj : - only_Predet = (uy_j_EndDecl "единственн" ) ** {lock_Predet = <>; n= Sg; g = PNoGen; c = Nom }; - or_Conj = {s1= [] ; s2 = "или" ; n = Sg} ; - otherwise_PConj = ss "иначе" ; - part_Prep = { s = "" ; c = Nom}; -- missing in Russian - please_Voc = ss "пожалуйста" ; - possess_Prep = { s = "" ; c = Gen}; --- ?? AR 19/2/2004 - quite_Adv = ss "довольно" ; - she_Pron = pronOna ; - so_AdA = ss "так"; - somebody_NP = UsePron (pronKtoTo** {lock_Pron = <>}); - someSg_Det = nekotorujDet ** {n = Sg; g = PNoGen; c= Nom} ; - somePl_Det = nekotorujDet ** {n = Pl; g = PNoGen; c= Nom} ; - something_NP = UsePron (pronChtoTo** {lock_Pron=<> }) ; - somewhere_Adv = ss "где-нибудь" ; - that_Quant = totDet ** {n = Sg; g = PNoGen; c= Nom} ; - there_Adv = ss "там" ; - there7to_Adv = ss "туда" ; - there7from_Adv = ss "оттуда" ; - therefore_PConj = ss "следовательно" ; - they_Pron = pronOni; - this_Quant = etotDet ** {n = Sg; g = PNoGen; c= Nom} ; - through_Prep = { s = "через" ; c = Acc }; - to_Prep = { s = "к" ; c = Dat }; - too_AdA = ss "слишком" ; - under_Prep = { s = "под" ; c = Inst }; - very_AdA = ss "очень" ; - want_VV = verbKhotet ; - we_Pron = pronMu ; - whatPl_IP = pron2NounPhraseNum pronChto Inanimate Pl; - whatSg_IP = pron2NounPhraseNum pronChto Inanimate Sg; - when_IAdv = ss "когда" ; - when_Subj = ss "когда" ; - where_IAdv = ss "где" ; - which_IQuant = { - s = \\_ => kotorujDet.s ; - g = PNoGen; - c= Nom - } ; - whoPl_IP = pron2NounPhraseNum pronKto Animate Pl; - whoSg_IP = pron2NounPhraseNum pronKto Animate Sg; - why_IAdv = ss "почему" ; - with_Prep = { s = "с" ; c = Inst}; - without_Prep = { s = "без" ; c = Gen}; - youPl_Pron = pronVu; - yes_Utt = ss ["Да"] ; - youSg_Pron = pronTu; - youPol_Pron = pronVu; - ---- NoDet = nikakojDet ** {n = Sg; g = PNoGen; c= Nom} ; ---- AnyDet = lubojDet ** {n = Sg; g = PNoGen; c= Nom} ; ---- AnyNumDet = mkDeterminerNum (lubojDet ** {n = Pl; g = PNoGen; c= Nom} ); ---- NoNumDet = mkDeterminerNum (nikakojDet ** {n = Pl; g = PNoGen; c= Nom} ); ----NobodyNP = UsePron pronNikto Animate; ----NothingNP = UsePron pronNichto Inanimate; - --- In case of "neither.. no" expression double negation is not --- only possible, but also required in Russian. --- There is no means of control for this however in the resource grammar. ---- NeitherNor = sd2 "ни" [", ни"] ** {n = Sg} ; ---- NowhereNP = ss "нигде" ; ---- AgentPrep = { s = "" ; c = Nom}; -- missing in Russian -} diff --git a/old-lib/resource/russian/VerbRus.gf b/old-lib/resource/russian/VerbRus.gf deleted file mode 100644 index 193800034..000000000 --- a/old-lib/resource/russian/VerbRus.gf +++ /dev/null @@ -1,289 +0,0 @@ - ---# -path=.:../abstract:../common:../../prelude - -concrete VerbRus of Verb = CatRus ** open ResRus, Prelude in { - --- 1.4 additions by AR 17/6/2008 - - flags optimize=all_subs ; coding=utf8 ; - lin - CompNP masha = - { s=\\clf,gn,p => case clf of - { - (ClIndic Present _) => masha.s ! (mkPronForm Nom No NonPoss) ; - (ClIndic PastRus _) => case gn of - { (ASg Fem) =>"была"++masha.s ! (mkPronForm Inst No NonPoss); - (ASg Masc) =>"был" ++ masha.s!(mkPronForm Inst No NonPoss); - (ASg Neut) =>"было" ++ masha.s!(mkPronForm Inst No NonPoss); - APl => "были" ++ masha.s ! (mkPronForm Inst No NonPoss) - }; - (ClIndic Future _) => case gn of - { APl => case p of - { P3 => "будут"++masha.s ! (mkPronForm Inst No NonPoss); - P2 => "будете"++masha.s !(mkPronForm Inst No NonPoss); - P1 => "будем"++masha.s ! (mkPronForm Inst No NonPoss) - }; - (ASg _) => case p of - { P3=>"будет"++masha.s!(mkPronForm Inst No NonPoss) ; - P2 => "будешь"++ masha.s ! (mkPronForm Inst No NonPoss) ; - P1=> "буду"++ masha.s ! (mkPronForm Inst No NonPoss) - } --case p - }; --case gn - ClCondit => "" ; - ClImper => case (numGNum gn) of - {Sg => "будь" ++ masha.s ! (mkPronForm Inst No NonPoss); - Pl => "будьте" ++ masha.s ! (mkPronForm Inst No NonPoss) - }; - ClInfin => "быть" ++ masha.s ! (mkPronForm Inst No NonPoss) -}; -- case clf - asp = Imperfective ; - w = Act; - negBefore = True; - s2 = ""; - s3 = \\g,n => "" - } ; - - CompAP zloj ={ - s= \\clf,gn,p => case clf of { --- person is ignored ! - ClInfinit => "быть" ++ zloj.s ! AF Inst Animate (ASg Masc) ; - ClImper => case gn of - { (ASg _) => "будь" ++ zloj.s ! AF Inst Animate (ASg Masc); - APl => "будьте" ++ zloj.s ! AF Inst Animate APl - }; --- infinitive does not save GenNum, --- but indicative does for the sake of adjectival predication ! - ClIndic Present _ => zloj.s ! AF Nom Animate gn ; - ClIndic PastRus _ => case gn of - { (ASg Fem) => "была" ++ zloj.s! AF Nom Animate (ASg Fem); - (ASg Masc) => "был" ++ zloj.s! AF Nom Animate (ASg Masc); - (ASg Neut) => "был" ++ zloj.s! AF Nom Animate (ASg Neut); - APl => "были" ++ zloj.s! AF Nom Animate APl - }; - ClIndic Future _ => case gn of - { APl => case p of - { P3 => "будут" ++ zloj.s! AF Nom Animate APl; - P2 => "будете" ++ zloj.s! AF Nom Animate APl; - P1 => "будем" ++ zloj.s! AF Nom Animate APl - } ; - (ASg _) => case p of - {P3 => "будет" ++ zloj.s! AF Nom Animate (ASg (genGNum gn)); - P2 => "будешь"++ zloj.s! AF Nom Animate (ASg (genGNum gn)); - P1=> "буду" ++ zloj.s! AF Nom Animate (ASg (genGNum gn)) - } - }; - ClCondit => "" - } ; - - asp = Imperfective ; - w = Act; - negBefore = True; - s2 = ""; - s3 = \\g,n=> "" - } ; - - --- Verb phrases can also be formed from adjectives (" молод"), --- common nouns (" человек"), and noun phrases (" самый молодой"). --- The third rule is overgenerating: " каждый человек" has to be ruled out --- on semantic grounds. --- Note: we omit a dash "-" because it will cause problems with negation word order: --- "Я не - волшебник". Alternatively, we can consider verb-based VP and --- all the rest. - - CompAdv zloj = - { s= \\clf,gn,p => case clf of { - ClImper => case gn of - { ASg _ => "будь" ++ zloj.s; -- person is ignored ! - APl => "будьте" ++ zloj.s - }; - ClInfinit => "быть" ++ zloj.s; - ClIndic Present _ => zloj.s ; - ClIndic PastRus _ => case gn of - { (ASg Fem) => "была" ++ zloj.s; - (ASg Masc) => "был" ++ zloj.s; - (ASg Neut) => "было" ++ zloj.s; - APl => "были" ++ zloj.s - }; - ClIndic Future _ => case gn of - { (ASg _) => "будет" ++ zloj.s; - APl => "будут" ++ zloj.s - }; - ClCondit => "" - } ; - asp = Imperfective ; - w = Act; - s2 = ""; - negBefore = True; - s3 = \\g,n => "" - } ; - - - - UseComp comp = comp ; - --- CompAP ap = ap ; --- CompNP np = {s = \\_ => np.s ! Acc} ; --- CompAdv a = {s = \\_ => a.s} ; - - --- A simple verb can be made into a verb phrase with an empty complement. --- There are two versions, depending on if we want to negate the verb. --- N.B. negation is *not* a function applicable to a verb phrase, since --- double negations with "inte" are not grammatical. - - UseV se = - {s=\\clf,gn,p => se.s ! (getActVerbForm clf (genGNum gn) (numGNum gn) p) ; - asp = se.asp ; - w=Act; - s2 = ""; - negBefore = True; - s3 = table{_=> table{_ => ""}} - } ; - --- The rule for using transitive verbs is the complementization rule: - SlashV2a se = - {s = \\clf,gn,p => se.s ! (getActVerbForm clf (genGNum gn) (numGNum gn) p) ; - asp = se.asp ; - w = Act; - s2 = ""; - s3 = \\g,n => ""; - negBefore = True ; - sc = se.s2 ; - c = se.c - } ; - - ComplSlash se tu = - {s = \\clf,gn,p => se.s ! clf ! gn ! p - ++ se.sc ++ tu.s ! (mkPronForm se.c No NonPoss) ; - asp = se.asp ; - w = se.w; - s2 = se.s2; - s3 = se.s3; - negBefore = se.negBefore - } ; - - Slash2V3 dat tu = - let - tebepivo = dat.s2 ++ tu.s ! PF dat.c No NonPoss ++ dat.s4 ; - in - {s = \\clf,gn,p => dat.s ! (getActVerbForm clf (genGNum gn) (numGNum gn) p) ++ tebepivo ; - asp = dat.asp ; - w = Act; - negBefore = True; - s2 = ""; - s3 = \\g,n=> "" ; - sc = dat.s4 ; - c = dat.c2 - } ; - - Slash3V3 dat pivo = - let - tebepivo = dat.s4 ++ pivo.s ! PF dat.c2 Yes NonPoss - in - {s = \\clf,gn,p => dat.s ! (getActVerbForm clf (genGNum gn) (numGNum gn) p) ++ tebepivo ; - asp = dat.asp ; - w = Act; - negBefore = True; - s2 = ""; - s3 = \\g,n=> "" ; - sc = dat.s2 ; - c = dat.c - } ; - -{- - ComplV3 dat tu pivo = - let - tebepivo = dat.s2 ++ - tu.s ! PF dat.c No NonPoss ++ dat.s4 ++ pivo.s ! PF dat.c2 Yes NonPoss - in - {s = \\clf,gn,p => dat.s ! (getActVerbForm clf (genGNum gn) (numGNum gn) p) ++ tebepivo ; - asp = dat.asp ; - w = Act; - negBefore = True; - s2 = ""; - s3 = \\g,n=> "" - } ; - - - ReflV2 v = - { s = \\clf,gn,p => v.s ! (getActVerbForm clf (genGNum gn) (numGNum gn) p) ++ v.s2 ++ sebya!v.c; - asp = v.asp ; - w = Act; - negBefore = True; - s2 = ""; - s3 = \\g,n=> "" - } ; --} - --- To generate "сказал, что Иван гуляет" / "не сказал, что Иван гуляет": - ComplVS vidit tuUlubaeshsya = - {s = \\clf,gn,p => vidit.s ! (getActVerbForm clf (genGNum gn) (numGNum gn) p) - ++ [", что"] ++ tuUlubaeshsya.s ; - asp = vidit.asp; - w = Act; - s2=""; - negBefore = True; - s3 = \\g,n => "" - } ; --- To generate "can walk"/"can't walk"; "tries to walk"/"does not try to walk": --- The contraction of "not" is not provided, since it would require changing --- the verb parameter type. - - ComplVV putatsya bezhat = - { s = \\clf,gn,p => putatsya.s ! (getActVerbForm clf (genGNum gn) - (numGNum gn) p) ++ bezhat.s!ClInfinit !gn!p ; - asp = putatsya.asp ; - w = Act; - negBefore = True; - s2 = ""; - s3 =\\g,n => "" - } ; - ComplVQ dat esliOnPridet = - {s = \\clf,gn,p => dat.s ! (getActVerbForm clf (genGNum gn) (numGNum gn) p) ++ esliOnPridet.s ! QDir ; - asp = dat.asp ; - w = Act; - negBefore = True; - s2 = ""; - s3 = \\g,n=> "" - } ; - ComplVA vuglyadet molodoj = - {s = \\clf,gn,p => vuglyadet.s ! (getActVerbForm clf (genGNum gn) (numGNum gn) p) ; - asp = vuglyadet.asp ; - w = Act; - negBefore = True; - s2 = ""; - s3 = \\g,n => molodoj.s!(AF Inst Animate (gNum g n)) - } ; - - SlashV2A obechat molodoj = - {s = \\clf,gn,p => - obechat.s ! (getActVerbForm clf (genGNum gn) (numGNum gn) p) ++ - molodoj.s ! AF Inst Inanimate (ASg Neut) ; - ---- AR 17/6; AF Inst tu.anim (pgNum tu.g tu.n) ; - asp = obechat.asp ; - w = Act; - negBefore = True; - s2 = ""; - s3 = \\g,n =>"" ; - sc = obechat.s2 ; - c = obechat.c - } ; - - AdvVP poet khorosho = - {s = \\clf,gn,p => poet.s ! clf!gn!p; s2 = poet.s2 ++ khorosho.s; s3 = poet.s3; - asp = poet.asp; w = poet.w; t = poet.t ; negBefore = poet.negBefore } ; - - AdVVP khorosho poet = - {s = \\clf,gn,p => poet.s ! clf!gn!p; s2 = khorosho.s ++ poet.s2; s3 = poet.s3; - asp = poet.asp; w = poet.w; t = poet.t ; negBefore = poet.negBefore } ; - -PassV2 se = - {s=\\clf,gn,p => se.s ! (getPassVerbForm clf (genGNum gn) (numGNum gn) p) ; - asp=se.asp; w=Pass; s2 = se.s2; - negBefore = True; - s3 = table{_=> table{_ => ""}} -}; - -} - diff --git a/old-lib/resource/scandinavian/AdjectiveScand.gf b/old-lib/resource/scandinavian/AdjectiveScand.gf deleted file mode 100644 index 1570574cb..000000000 --- a/old-lib/resource/scandinavian/AdjectiveScand.gf +++ /dev/null @@ -1,44 +0,0 @@ -incomplete concrete AdjectiveScand of Adjective = - CatScand ** open CommonScand, ResScand, Prelude in { - - lin - - PositA a = { - s = \\ap => a.s ! AF (APosit ap) Nom ; - isPre = True - } ; - ComparA a np = { - s = \\ap => case a.isComp of { - True => compMore ++ a.s ! AF (APosit ap) Nom ; - _ => a.s ! AF ACompar Nom - } - ++ conjThan ++ np.s ! nominative ; - isPre = False - } ; - --- $SuperlA$ belongs to determiner syntax in $Noun$. - - ComplA2 a np = { - s = \\ap => a.s ! AF (APosit ap) Nom ++ a.c2.s ++ np.s ! accusative ; - isPre = False - } ; - - ReflA2 a = { - s = \\ap => a.s ! AF (APosit ap) Nom ++ a.c2.s ++ - reflPron (agrP3 utrum Sg) ; ---- - isPre = False - } ; - - SentAP ap sc = { - s = \\a => ap.s ! a ++ sc.s ; - isPre = False - } ; - - AdAP ada ap = { - s = \\a => ada.s ++ ap.s ! a ; - isPre = ap.isPre - } ; - - UseA2 a = a ; - -} diff --git a/old-lib/resource/scandinavian/AdverbScand.gf b/old-lib/resource/scandinavian/AdverbScand.gf deleted file mode 100644 index 1afa40cf1..000000000 --- a/old-lib/resource/scandinavian/AdverbScand.gf +++ /dev/null @@ -1,27 +0,0 @@ -incomplete concrete AdverbScand of Adverb = CatScand ** open CommonScand, ResScand, Prelude in { - - lin - PositAdvAdj a = { - s = a.s ! adverbForm - } ; - ComparAdvAdj cadv a np = { - s = cadv.s ++ a.s ! adverbForm ++ conjThan ++ np.s ! nominative - } ; - ComparAdvAdjS cadv a s = { - s = cadv.s ++ a.s ! adverbForm ++ conjThan ++ s.s ! Sub - } ; - - PrepNP prep np = {s = prep.s ++ np.s ! accusative} ; - - AdAdv = cc2 ; - - SubjS subj s = { - s = subj.s ++ s.s ! Sub - } ; - - AdnCAdv cadv = {s = cadv.s ++ conjThan} ; - - oper - adverbForm : AForm = AF (APosit (Strong SgNeutr)) Nom ; - -} diff --git a/old-lib/resource/scandinavian/CatScand.gf b/old-lib/resource/scandinavian/CatScand.gf deleted file mode 100644 index 536f6aa55..000000000 --- a/old-lib/resource/scandinavian/CatScand.gf +++ /dev/null @@ -1,106 +0,0 @@ -incomplete concrete CatScand of Cat = - CommonX ** open ResScand, Prelude, CommonScand, (R = ParamX) in { - - flags optimize=all_subs ; - - lincat - --- Tensed/Untensed - - S = {s : Order => Str} ; - QS = {s : QForm => Str} ; - RS = {s : Agr => Str ; c : NPForm} ; - SSlash = {s : Order => Str ; n3 : Agr => Str ; c2 : Complement} ; - --- Sentence - - Cl = {s : R.Tense => Anteriority => Polarity => Order => Str} ; - ClSlash = { - s : R.Tense => Anteriority => Polarity => Order => Str ; - n3 : Agr => Str ; - c2 : Complement - } ; - Imp = {s : Polarity => Number => Str} ; - --- Question - - QCl = {s : R.Tense => Anteriority => Polarity => QForm => Str} ; - IP = {s : NPForm => Str ; gn : GenNum} ; - IComp = {s : AFormPos => Str} ; - IDet = {s : Gender => Str ; n : Number ; det : DetSpecies} ; - IQuant = {s : Number => Gender => Str ; det : DetSpecies} ; - --- Relative; the case $c$ is for "det" clefts. - - RCl = {s : R.Tense => Anteriority => Polarity => Agr => Str ; c : NPForm} ; - RP = {s : GenNum => RCase => Str ; a : RAgr} ; - --- Verb - - VP = { - s : VPForm => { - fin : Str ; -- V1 har ---s1 - inf : Str -- V2 sagt ---s4 - } ; - a1 : Polarity => Str ; -- A1 inte ---s3 - n2 : Agr => Str ; -- N2 dig ---s5 - a2 : Str ; -- A2 idag ---s6 - ext : Str ; -- S-Ext att hon gr ---s7 - en2,ea2,eext : Bool -- indicate if the field exists - } ; - VPSlash = CommonScand.VP ** { - n3 : Agr => Str ; -- object-control complement - c2 : Complement - } ; - Comp = {s : AFormPos => Str} ; - - --- Adjective - - AP = {s : AFormPos => Str ; isPre : Bool} ; - --- Noun - --- The fields $isMod$ and $isDet$, and the boolean parameter of --- determiners, are a hack (the simples possible we found) that --- permits treating definite articles "huset - de fem husen - det gamla huset" --- as $Quant$. - - CN = {s : Number => DetSpecies => Case => Str ; g : Gender ; isMod : Bool} ; - NP,Pron = {s : NPForm => Str ; a : Agr} ; - Det = {s : Bool => Gender => Str ; n : Number ; det : DetSpecies} ; - Quant = {s : Number => Bool => Gender => Str ; det : DetSpecies} ; - Art = {s : Number => Bool => Bool => Gender => Str ; det : DetSpecies} ; - Predet = {s : GenNum => Str} ; - Num = {s : Gender => Str ; isDet : Bool ; n : Number} ; - Card = {s : Gender => Str ; n : Number} ; - Ord = {s : Str} ; - --- Numeral - - Numeral = {s : CardOrd => Str ; n : Number} ; - Digits = {s : CardOrd => Str ; n : Number} ; - --- Structural - - Conj = {s1,s2 : Str ; n : Number} ; - Subj = {s : Str} ; - Prep = {s : Str} ; - --- Open lexical classes, e.g. Lexicon - - V, VS, VQ, VA = Verb ; - V2, VV, V2Q, V2S, V2A = Verb ** {c2 : Complement} ; - V3, V2V = Verb ** {c2,c3 : Complement} ; - - A = Adjective ** {isComp : Bool} ; - -- {s : AForm => Str} ; - A2 = Adjective ** {isComp : Bool ; c2 : Complement} ; - - N = Noun ; - -- {s : Number => Species => Case => Str ; g : Gender} ; - N2 = Noun ** {c2 : Complement} ; - N3 = Noun ** {c2,c3 : Complement} ; - PN = {s : Case => Str ; g : Gender} ; - -} diff --git a/old-lib/resource/scandinavian/CommonScand.gf b/old-lib/resource/scandinavian/CommonScand.gf deleted file mode 100644 index 487082305..000000000 --- a/old-lib/resource/scandinavian/CommonScand.gf +++ /dev/null @@ -1,310 +0,0 @@ ---1 Auxiliary operations common for Scandinavian languages. --- --- This module contains operations that are shared by the Scandinavian --- languages. The complete set of auxiliary operations needed to --- implement [Test Test.html] is defined in [ResScandinavian ResScandinavian.html], --- which depends on [DiffScandinavian DiffScandinavian.html]. - -resource CommonScand = ParamX ** open Prelude in { - - flags optimize=all ; - -param - Species = Indef | Def ; - Case = Nom | Gen ; - Voice = Act | Pass ; - - Order = Main | Inv | Sub ; - - DetSpecies = DIndef | DDef Species ; - - GenNum = SgUtr | SgNeutr | Plg ; - - AForm = AF AFormGrad Case ; - - AFormGrad = - APosit AFormPos - | ACompar - | ASuperl AFormSup ; - --- The $Number$ in $Weak$ only matters in "lilla"/"sm". - - AFormPos = Strong GenNum | Weak Number ; - AFormSup = SupStrong | SupWeak ; - - VForm = - VF VFin - | VI VInf ; - - VFin = - VPres Voice - | VPret Voice --# notpresent - | VImper Voice - ; - - VInf = - VInfin Voice - | VSupin Voice --# notpresent - | VPtPret AFormPos Case - ; - - VPForm = - VPFinite Tense Anteriority - | VPImperat - | VPInfinit Anteriority ; - - VType = VAct | VPass | VRefl ; - - NPForm = NPNom | NPAcc | NPPoss GenNum ; ---- AdjPronForm = APron GenNum Case ; ---- AuxVerbForm = AuxInf | AuxPres | AuxPret | AuxSup ; - - RCase = RNom | RGen | RPrep Bool ; - - RAgr = RNoAg | RAg {gn : GenNum ; p : Person} ; - -oper - Complement : Type = {s : Str ; hasPrep : Bool} ; - - Agr : PType = {gn : GenNum ; p : Person} ; - - nominative : NPForm = NPNom ; - accusative : NPForm = NPAcc ; - - caseNP : NPForm -> Case = \np -> case np of { - NPPoss _ => Gen ; - _ => Nom - } ; - - specDet : DetSpecies -> Species = \d -> case d of { - DDef Def => Def ; - _ => Indef - } ; - - mkComplement : Str -> Complement = \s -> { - s = s ; - hasPrep = case s of { - "" => False ; - _ => True - } - } ; --- Used in $Noun.AdjCN$. - ------ agrAdj : GenNum -> DetSpecies -> AFormPos = \gn,d -> Strong gn ; --- debug - agrAdj : GenNum -> DetSpecies -> AFormPos = \gn,d -> - case < : GenNum * DetSpecies> of { - <_, DIndef> => Strong gn ; - => Weak Pl ; - _ => Weak Sg - } ; - --- Used in $DiffScand.predV$. - - vFin : Tense -> Voice -> VForm = \t,v -> case t of { - Pres => VF (VPres v) ; - Past => VF (VPret v) ; --# notpresent - _ => VI (VInfin v) --- not to be used? - } ; - --- Used in $ConjunctionScand$. - - conjGenNum : (_,_ : GenNum) -> GenNum = \g,h -> case of { - => SgUtr ; - => Plg ; - <_, Plg> => Plg ; - _ => SgNeutr - } ; - - conjAgr : (_,_ : Agr) -> Agr = \a,b -> { - gn = conjGenNum a.gn b.gn ; - p = conjPerson a.p b.p - } ; - ---- - --- For $Lex$. - --- For each lexical category, here are the worst-case constructors. --- --- But $mkNoun$ is fully defined only for each language, since --- $Gender$ varies. - - nounForms : (x1,_,_,x4 : Str) -> (Number => Species => Case => Str) = - \man,mannen,men,mennen -> \\n,d,c => case of { - => mkCase c man ; - => mkCase c mannen ; - => mkCase c men ; - => mkCase c mennen - } ; - - Adjective : Type = {s : AForm => Str} ; - - mkAdjective : (x1,_,_,_,_,_,x7 : Str) -> {s : AForm => Str} = - \liten, litet, lilla, sma, mindre, minst, minsta -> { - s = table { - AF (APosit a) c => mkCase c (mkAdjPos a liten litet lilla sma) ; - AF ACompar c => mkCase c mindre ; - AF (ASuperl SupStrong) c => mkCase c minst ; - AF (ASuperl SupWeak) c => mkCase c minsta - } - } ; - - mkVerb : (x1,_,_,_,_,_,_,x8 : Str) -> {s : VForm => Str ; vtype : VType} = - \finna,finner,finn,fann,funnit,funnen,funnet,funna -> { - s = table { - VF (VPres Act) => finner ; - VF (VPres Pass) => mkVoice Pass finn ; - VF (VPret v) => mkVoice v fann ; --# notpresent - VF (VImper v) => mkVoice v finn ; - VI (VInfin v) => mkVoice v finna ; - VI (VSupin v) => mkVoice v funnit ; --# notpresent - VI (VPtPret a c)=> mkCase c (mkAdjPos a funnen funnet funna funna) - } ; - vtype = VAct - } ; - --- These are useful auxiliaries. - - mkCase : Case -> Str -> Str = \c,f -> case c of { - Nom => f ; - Gen => f + case last f of { - "s" | "x" => [] ; - _ => "s" - } - } ; - - mkAdjPos : AFormPos -> (s1,_,_,s4 : Str) -> Str = - \a, liten, litet, lilla, sma -> - case a of { - Strong gn => case gn of { - SgUtr => liten ; - SgNeutr => litet ; - Plg => sma - } ; - Weak Sg => lilla ; - Weak Pl => sma - } ; - - mkVoice : Voice -> Str -> Str = \v,s -> case v of { - Act => s ; - Pass => s + case last s of { - "s" => "es" ; - _ => "s" - } - } ; - - --- For $Noun$. - - artDef : GenNum -> Str = \gn -> gennumForms "den" "det" "de" ! gn ; - - mkNP : (x1,_,_,_,x5 : Str) -> GenNum -> Person -> - {s : NPForm => Str ; a : Agr} = \du,dig,din,ditt,dina,gn,p -> { - s = table { - NPNom => du ; - NPAcc => dig ; - NPPoss g => gennumForms din ditt dina ! g - } ; - a = { - gn = gn ; - p = p - } - } ; - - gennumForms : (x1,x2,x3 : Str) -> GenNum => Str = \den,det,de -> - table { - SgUtr => den ; - SgNeutr => det ; - _ => de - } ; - - regNP : Str -> Str -> GenNum -> {s : NPForm => Str ; a : Agr} = - \det,dess,gn -> - mkNP det det dess dess dess gn P3 ; - - --- For $Verb$. - - VP = { - s : VPForm => { - fin : Str ; -- V1 har ---s1 - inf : Str -- V2 sagt ---s4 - } ; - a1 : Polarity => Str ; -- A1 inte ---s3 - n2 : Agr => Str ; -- N2 dig ---s5 - a2 : Str ; -- A2 idag ---s6 - ext : Str ; -- S-Ext att hon gr ---s7 - --- ea1,ev2, --- these depend on params of v and a1 - en2,ea2,eext : Bool -- indicate if the field exists - } ; - - - insertObj : (Agr => Str) -> VP -> VP = \obj,vp -> { - s = vp.s ; - a1 = vp.a1 ; - n2 = \\a => obj ! a ++ vp.n2 ! a ; - a2 = vp.a2 ; - ext = vp.ext ; - en2 = True ; - ea2 = vp.ea2 ; - eext = vp.eext - } ; - - insertObjPost : (Agr => Str) -> VP -> VP = \obj,vp -> { - s = vp.s ; - a1 = vp.a1 ; - n2 = \\a => vp.n2 ! a ++ obj ! a ; - a2 = vp.a2 ; - ext = vp.ext ; - en2 = True ; - ea2 = vp.ea2 ; - eext = vp.eext - } ; - - insertAdv : Str -> VP -> VP = \adv,vp -> { - s = vp.s ; - a1 = vp.a1 ; - n2 = vp.n2 ; - a2 = vp.a2 ++ adv ; - ext = vp.ext ; - en2 = vp.en2 ; - ea2 = True ; - eext = vp.eext - } ; - - insertAdV : Str -> VP -> VP = \adv,vp -> { - s = vp.s ; - a1 = \\b => vp.a1 ! b ++ adv ; - n2 = vp.n2 ; - a2 = vp.a2 ; - ext = vp.ext ; - en2 = vp.en2 ; - ea2 = vp.ea2 ; - eext = vp.eext - } ; - - infVP : VP -> Agr -> Str = \vp,a -> - vp.a1 ! Pos ++ (vp.s ! VPInfinit Simul).inf ++ vp.n2 ! a ++ vp.a2 ++ vp.ext ; --- a1 - - --- For $Sentence$. - - Clause : Type = { - s : Tense => Anteriority => Polarity => Order => Str - } ; - - mkClause : Str -> Agr -> VP -> Clause = \subj,agr,vp -> { - s = \\t,a,b,o => - let - verb = vp.s ! VPFinite t a ; - neg = vp.a1 ! b ; - compl = vp.n2 ! agr ++ vp.a2 ++ vp.ext - in - case o of { - Main => subj ++ verb.fin ++ neg ++ verb.inf ++ compl ; - Inv => verb.fin ++ subj ++ neg ++ verb.inf ++ compl ; - Sub => subj ++ neg ++ verb.fin ++ verb.inf ++ compl - } - } ; - -} diff --git a/old-lib/resource/scandinavian/ConjunctionScand.gf b/old-lib/resource/scandinavian/ConjunctionScand.gf deleted file mode 100644 index b98f04ae9..000000000 --- a/old-lib/resource/scandinavian/ConjunctionScand.gf +++ /dev/null @@ -1,37 +0,0 @@ -incomplete concrete ConjunctionScand of Conjunction = - CatScand ** open CommonScand, ResScand, Coordination, Prelude in { - - flags optimize=all_subs ; - - lin - - ConjS conj ss = conjunctDistrTable Order conj ss ; - - ConjAdv conj ss = conjunctDistrSS conj ss ; - - ConjNP conj ss = conjunctDistrTable NPForm conj ss ** { - a = {gn = conjGenNum (gennum utrum conj.n) ss.a.gn ; p = ss.a.p} - } ; - - ConjAP conj ss = conjunctDistrTable AFormPos conj ss ** { - isPre = ss.isPre - } ; - --- These fun's are generated from the list cat's. - - BaseS = twoTable Order ; - ConsS = consrTable Order comma ; - BaseAdv = twoSS ; - ConsAdv = consrSS comma ; - BaseNP x y = twoTable NPForm x y ** {a = conjAgr x.a y.a} ; - ConsNP xs x = consrTable NPForm comma xs x ** {a = conjAgr xs.a x.a} ; - BaseAP x y = twoTable AFormPos x y ** {isPre = andB x.isPre y.isPre} ; - ConsAP xs x = consrTable AFormPos comma xs x ** {isPre = andB xs.isPre x.isPre} ; - - lincat - [S] = {s1,s2 : Order => Str} ; - [Adv] = {s1,s2 : Str} ; - [NP] = {s1,s2 : NPForm => Str ; a : Agr} ; - [AP] = {s1,s2 : AFormPos => Str ; isPre : Bool} ; - -} diff --git a/old-lib/resource/scandinavian/DiffScand.gf b/old-lib/resource/scandinavian/DiffScand.gf deleted file mode 100644 index e288be677..000000000 --- a/old-lib/resource/scandinavian/DiffScand.gf +++ /dev/null @@ -1,63 +0,0 @@ -interface DiffScand = open CommonScand, Prelude in { - ---1 Differences between Scandinavian languages - --- Norway has three genders, Danish and Swedish have two. - - param - Gender ; - - oper - neutrum, utrum : Gender ; - - gennum : Gender -> Number -> GenNum ; - --- This is the form of the noun in "det stora berget"/"det store berg". - - detDef : Species ; - --- Danish and Norwegian verbs, but not Swedish verbs, --- have two possible compound-tense auxiliaries ("have" or "vre"). - - Verb : Type ; - - hasAuxBe : Verb -> Bool ; - --- The rest of the parameters are function words used in the syntax modules. - - conjThat : Str ; - conjThan : Str ; - compMore : Str ; - conjAnd : Str ; - infMark : Str ; - - subjIf : Str ; - - artIndef : Gender => Str ; - - verbHave : Verb ; - verbBe : Verb ; - - verbBecome : Verb ; - - auxFut : Str ; - auxCond : Str ; - - negation : Polarity => Str ; - --- For determiners; mostly two-valued even in Norwegian. - - genderForms : (x1,x2 : Str) -> Gender => Str ; - --- The forms of a relative pronoun ("som", "vars", "i vilken"). - - relPron : GenNum => RCase => Str ; - --- Pronoun "sdan" used in $Relative.RelCl$. - - pronSuch : GenNum => Str ; - - reflPron : Agr -> Str ; - -} - diff --git a/old-lib/resource/scandinavian/ExtEngAbs.gf b/old-lib/resource/scandinavian/ExtEngAbs.gf deleted file mode 100644 index 85c117e47..000000000 --- a/old-lib/resource/scandinavian/ExtEngAbs.gf +++ /dev/null @@ -1,15 +0,0 @@ -abstract ExtEngAbs = Cat ** { - - cat - Aux ; -- auxiliary verbs: "can", "must", etc - --- Notice that $Aux$ cannot form $VP$ with infinitive, imperative, etc. - - fun - PredAux : NP -> Aux -> VP -> Cl ; - QuestAux : IP -> Aux -> VP -> QCl ; - - can_Aux : Aux ; - must_Aux : Aux ; - -} diff --git a/old-lib/resource/scandinavian/ExtraScand.gf b/old-lib/resource/scandinavian/ExtraScand.gf deleted file mode 100644 index 3438a0d3b..000000000 --- a/old-lib/resource/scandinavian/ExtraScand.gf +++ /dev/null @@ -1,47 +0,0 @@ -incomplete concrete ExtraScand of ExtraScandAbs = CatScand ** - open CommonScand,Coordination,ResScand in { - lin - GenNP np = { - s = \\n,_,g => np.s ! NPPoss (gennum g n) ; - det = DDef Indef - } ; - - ComplBareVS v s = insertObj (\\_ => s.s ! Sub) (predV v) ; - - StrandRelSlash rp slash = { - s = \\t,a,p,ag => - rp.s ! ag.gn ! RNom ++ slash.s ! t ! a ! p ! Sub ++ slash.c2.s ; - c = NPAcc - } ; - EmptyRelSlash rp slash = { - s = \\t,a,p,ag => - slash.s ! t ! a ! p ! Sub ++ slash.c2.s ; - c = NPAcc - } ; - - StrandQuestSlash ip slash = { - s = \\t,a,p => - let - cls = slash.s ! t ! a ! p ; - who = ip.s ! accusative - in table { - QDir => who ++ cls ! Inv ++ slash.c2.s ; - QIndir => who ++ cls ! Sub ++ slash.c2.s - } - } ; - - lincat - VPI = {s : VPIForm => Agr => Str} ; - [VPI] = {s1,s2 : VPIForm => Agr => Str} ; - - lin - BaseVPI = twoTable2 VPIForm Agr ; - ConsVPI = consrTable2 VPIForm Agr comma ; - - MkVPI vp = { - s = \\v,a => infVP vp a ---- no sup - } ; - ConjVPI = conjunctDistrTable2 VPIForm Agr ; - ComplVPIVV vv vpi = insertObj (\\a => vv.c2.s ++ vpi.s ! VPIInf ! a) (predV vv) ; - -} diff --git a/old-lib/resource/scandinavian/ExtraScandAbs.gf b/old-lib/resource/scandinavian/ExtraScandAbs.gf deleted file mode 100644 index 7f0fb1651..000000000 --- a/old-lib/resource/scandinavian/ExtraScandAbs.gf +++ /dev/null @@ -1,3 +0,0 @@ -abstract ExtraScandAbs = Extra ** { - -} diff --git a/old-lib/resource/scandinavian/NounScand.gf b/old-lib/resource/scandinavian/NounScand.gf deleted file mode 100644 index edabe8228..000000000 --- a/old-lib/resource/scandinavian/NounScand.gf +++ /dev/null @@ -1,231 +0,0 @@ -incomplete concrete NounScand of Noun = - CatScand ** open CommonScand, ResScand, Prelude in { - - flags optimize=all_subs ; - --- The rule defines $Det Quant Num Ord CN$ where $Det$ is empty if --- it is the definite article ($DefSg$ or $DefPl$) and both $Num$ and --- $Ord$ are empty and $CN$ is not adjectivally modified --- ($AdjCN$). Thus we get $huset$ but $de fem husen$, $det gamla huset$. - - lin - DetCN det cn = - let - g = cn.g ; - m = cn.isMod ; - dd = case of { - => DDef Indef ; - => d - } - in { - s = \\c => det.s ! m ! g ++ - cn.s ! det.n ! dd ! caseNP c ; - a = agrP3 g det.n - } ; - - UsePN pn = { - s = \\c => pn.s ! caseNP c ; - a = agrP3 pn.g Sg - } ; - - UsePron p = p ; - - PredetNP pred np = { - s = \\c => pred.s ! np.a.gn ++ np.s ! c ; - a = np.a - } ; - - PPartNP np v2 = { - s = \\c => np.s ! c ++ v2.s ! (VI (VPtPret (agrAdj np.a.gn DIndef) Nom)) ; - a = np.a - } ; - - AdvNP np adv = { - s = \\c => np.s ! c ++ adv.s ; - a = np.a - } ; - - DetQuantOrd quant num ord = { - s = \\b,g => quant.s ! num.n ! (orB b num.isDet) ! g ++ - num.s ! g ++ ord.s ; - n = num.n ; - det = quant.det - } ; - - DetQuant quant num = { - s = \\b,g => quant.s ! num.n ! (orB b num.isDet) ! g ++ - num.s ! g ; - n = num.n ; - det = quant.det - } ; - - DetNP det = - let - g = Neutr ; ---- - m = True ; ---- is this needed for other than Art? - in { - s = \\c => det.s ! m ! g ; - a = agrP3 g det.n - } ; - - DetArtOrd quant num ord = { - s = \\b,g => quant.s ! num.n ! b ! num.isDet ! g ++ - num.s ! g ++ ord.s ; - n = num.n ; - det = quant.det - } ; - - DetArtCard quant num = { - s = \\b,g => quant.s ! num.n ! b ! True ! g ++ num.s ! g ; - n = num.n ; - det = quant.det - } ; - - DetArtSg det cn = - let - g = cn.g ; - n = Sg ; - m = cn.isMod ; - dd = case of { - => DDef Indef ; - => d - } - in { - s = \\c => det.s ! n ! cn.isMod ! False ! cn.g ++ - cn.s ! n ! dd ! caseNP c ; - a = agrP3 g n - } ; - - DetArtPl det cn = - let - g = cn.g ; - n = Pl ; - m = cn.isMod ; - dd = case of { - => DDef Indef ; - => d - } - in { - s = \\c => det.s ! n ! cn.isMod ! False !cn.g ++ - cn.s ! n ! dd ! caseNP c ; - a = agrP3 g n - } ; - - - PossPron p = { - s = \\n,_,g => p.s ! NPPoss (gennum g n) ; - det = DDef Indef - } ; - - NumCard c = c ** {isDet = True} ; - - NumSg = {s = \\_ => [] ; isDet = False ; n = Sg} ; - NumPl = {s = \\_ => [] ; isDet = False ; n = Pl} ; - - NumDigits nu = {s = \\g => nu.s ! NCard g ; n = nu.n} ; - OrdDigits nu = {s = nu.s ! NOrd SupWeak} ; - - NumNumeral nu = {s = \\g => nu.s ! NCard g ; n = nu.n} ; - OrdNumeral nu = {s = nu.s ! NOrd SupWeak} ; - - AdNum adn num = {s = \\g => adn.s ++ num.s ! g ; isDet = True ; n = num.n} ; - - OrdSuperl a = { - s = case a.isComp of { - True => "mest" ++ a.s ! AF (APosit (Weak Sg)) Nom ; - _ => a.s ! AF (ASuperl SupWeak) Nom - } ; - isDet = True - } ; - - DefArt = { - s = \\n,bm,bn,g => if_then_Str (orB bm bn) (artDef (gennum g n)) [] ; - det = DDef Def - } ; - - IndefArt = { - s = table { - Sg => \\_,bn,g => if_then_Str bn [] (artIndef ! g) ; - Pl => \\_,bn,_ => [] - } ; - det = DIndef - } ; - - MassNP cn = { - s = \\c => cn.s ! Sg ! DIndef ! caseNP c ; - a = agrP3 cn.g Sg - } ; - - UseN, UseN2 = \noun -> { - s = \\n,d,c => noun.s ! n ! specDet d ! c ; - ---- part app wo c shows editor bug. AR 8/7/2007 - g = noun.g ; - isMod = False - } ; - - Use2N3 f = { - s = f.s ; - g = f.g ; - c2 = f.c2 ; - isMod = False - } ; - - Use3N3 f = { - s = f.s ; - g = f.g ; - c2 = f.c3 ; - isMod = False - } ; - --- The genitive of this $NP$ is not correct: "sonen till mig" (not "migs"). - - ComplN2 f x = { - s = \\n,d,c => f.s ! n ! specDet d ! Nom ++ f.c2.s ++ x.s ! accusative ; - g = f.g ; - isMod = False - } ; - ComplN3 f x = { - s = \\n,d,c => f.s ! n ! d ! Nom ++ f.c2.s ++ x.s ! accusative ; - g = f.g ; - c2 = f.c3 ; - isMod = False - } ; - - AdjCN ap cn = let g = cn.g in { - s = \\n,d,c => - preOrPost ap.isPre - (ap.s ! agrAdj (gennum g n) d) - (cn.s ! n ! d ! c) ; - g = g ; - isMod = True - } ; - - RelCN cn rs = let g = cn.g in { - s = \\n,d,c => cn.s ! n ! d ! c ++ rs.s ! agrP3 g n ; - g = g ; - isMod = cn.isMod - } ; - - RelNP np rs = { - s = \\c => np.s ! c ++ "," ++ rs.s ! np.a ; - a = np.a ; - isMod = np.isMod - } ; - - AdvCN cn sc = let g = cn.g in { - s = \\n,d,c => cn.s ! n ! d ! c ++ sc.s ; - g = g ; - isMod = cn.isMod - } ; - SentCN cn sc = let g = cn.g in { - s = \\n,d,c => cn.s ! n ! d ! c ++ sc.s ; - g = g ; - isMod = cn.isMod - } ; - ApposCN cn np = let g = cn.g in { - s = \\n,d,c => cn.s ! n ! d ! Nom ++ np.s ! NPNom ; --c - g = g ; - isMod = cn.isMod - } ; - -} diff --git a/old-lib/resource/scandinavian/PhraseScand.gf b/old-lib/resource/scandinavian/PhraseScand.gf deleted file mode 100644 index f417b6041..000000000 --- a/old-lib/resource/scandinavian/PhraseScand.gf +++ /dev/null @@ -1,25 +0,0 @@ -incomplete concrete PhraseScand of Phrase = - CatScand ** open CommonScand, ResScand, Prelude in { - - lin - PhrUtt pconj utt voc = {s = pconj.s ++ utt.s ++ voc.s} ; - - UttS s = {s = s.s ! Main} ; - UttQS qs = {s = qs.s ! QDir} ; - UttImpSg pol imp = {s = pol.s ++ imp.s ! pol.p ! Sg} ; - UttImpPl pol imp = {s = pol.s ++ imp.s ! pol.p ! Pl} ; - UttImpPol pol imp = {s = pol.s ++ imp.s ! pol.p ! Sg} ; --- works for adj but not for refl - - UttIP ip = {s = ip.s ! nominative} ; --- Acc also - UttIAdv iadv = iadv ; - UttNP np = {s = np.s ! accusative} ; - UttVP vp = {s = infMark ++ infVP vp (agrP3 utrum Sg)} ; - UttAdv adv = adv ; - - NoPConj = {s = []} ; - PConjConj conj = {s = conj.s2} ; - - NoVoc = {s = []} ; - VocNP np = {s = "," ++ np.s ! nominative} ; - -} diff --git a/old-lib/resource/scandinavian/QuestionScand.gf b/old-lib/resource/scandinavian/QuestionScand.gf deleted file mode 100644 index f053e71cc..000000000 --- a/old-lib/resource/scandinavian/QuestionScand.gf +++ /dev/null @@ -1,96 +0,0 @@ -incomplete concrete QuestionScand of Question = - CatScand ** open CommonScand, ResScand in { - - flags optimize=all_subs ; - - lin - - QuestCl cl = { - s = \\t,a,p => - let cls = cl.s ! t ! a ! p - in table { - QDir => cls ! Inv ; - QIndir => subjIf ++ cls ! Sub - } - } ; - - QuestVP qp vp = { - s = \\t,a,b,q => - let - somo = case q of { - QIndir => <"som",Sub> ; - _ => <[], Main> - } ; - cl = mkClause (qp.s ! nominative ++ somo.p1) {gn = qp.gn ; p = P3} vp - in - cl.s ! t ! a ! b ! somo.p2 - } ; - - QuestSlash ip slash = { - s = \\t,a,p => - let - agr = {gn = ip.gn ; p = P3} ; - cls : Order => Str = \\o => slash.s ! t ! a ! p ! o ++ slash.n3 ! agr ; - who = slash.c2.s ++ ip.s ! accusative --- stranding in ExtScand - in table { - QDir => who ++ cls ! Inv ; - QIndir => who ++ cls ! Sub - } - } ; - - QuestIAdv iadv cl = { - s = \\t,a,p => - let - cls = cl.s ! t ! a ! p ; - why = iadv.s - in table { - QDir => why ++ cls ! Inv ; - QIndir => why ++ cls ! Sub - } - } ; - - QuestIComp icomp np = { - s = \\t,a,p => - let - cls = - (mkClause (np.s ! nominative) np.a (predV verbBe)).s ! t ! a ! p ; - why = icomp.s ! agrAdj np.a.gn DIndef - in table { - QDir => why ++ cls ! Inv ; - QIndir => why ++ cls ! Sub - } - } ; - - PrepIP p ip = { - s = p.s ++ ip.s ! accusative - } ; - - AdvIP ip adv = { - s = \\c => ip.s ! c ++ adv.s ; - gn = ip.gn - } ; - - IdetCN idet cn = let g = cn.g in { - s = \\c => - idet.s ! g ++ cn.s ! idet.n ! idet.det ! caseNP c ; - gn = gennum g idet.n - } ; - - IdetIP idet = - let - g = Neutr ; - in { - s = \\c => idet.s ! g ; - gn = (agrP3 g idet.n).gn - } ; - - IdetQuant idet num = { - s = \\g => idet.s ! num.n ! g ++ num.s ! g ; - n = num.n ; - det = idet.det - } ; - - CompIAdv a = {s = \\_ => a.s} ; - CompIP ip = {s = \\_ => ip.s ! nominative} ; - -} diff --git a/old-lib/resource/scandinavian/RelativeScand.gf b/old-lib/resource/scandinavian/RelativeScand.gf deleted file mode 100644 index c5c0abc17..000000000 --- a/old-lib/resource/scandinavian/RelativeScand.gf +++ /dev/null @@ -1,52 +0,0 @@ -incomplete concrete RelativeScand of Relative = - CatScand ** open CommonScand, ResScand, Prelude in { - - flags optimize=all_subs ; - - lin - - RelCl cl = { - s = \\t,a,p,ag => pronSuch ! ag.gn ++ conjThat ++ cl.s ! t ! a ! p ! Sub ; - c = NPAcc - } ; - - RelVP rp vp = { - s = \\t,ant,b,ag => - let - agr = case rp.a of { - RNoAg => ag ; - RAg a => a - } ; - cl = mkClause (rp.s ! ag.gn ! RNom) agr vp - in - cl.s ! t ! ant ! b ! Sub ; - c = NPNom - } ; - --- This rule uses pied piping ("huset i vilket hon bor") --- Preposition stranding ("huset som hon bor i") --- and the empty relative ("huset hon bor i") are defined in $ExtraScand$. - - RelSlash rp slash = { - s = \\t,a,p,ag => - let - agr = case rp.a of { - RNoAg => ag ; - RAg agg => agg - } - in - slash.c2.s ++ rp.s ! ag.gn ! RPrep slash.c2.hasPrep ++ - slash.s ! t ! a ! p ! Sub ++ slash.n3 ! agr ; - c = NPAcc - } ; - ---- The case here could be genitive. - - FunRP p np rp = { - s = \\gn,c => np.s ! nominative ++ p.s ++ rp.s ! gn ! RPrep True ; - a = RAg np.a - } ; - - IdRP = {s = relPron ; a = RNoAg} ; - -} diff --git a/old-lib/resource/scandinavian/ResScand.gf b/old-lib/resource/scandinavian/ResScand.gf deleted file mode 100644 index bcd1c7497..000000000 --- a/old-lib/resource/scandinavian/ResScand.gf +++ /dev/null @@ -1,75 +0,0 @@ ---1 Scandinavian auxiliary operations - -interface ResScand = DiffScand ** open CommonScand, Prelude in { - ---2 Constants uniformly defined in terms of language-dependent constants - - param - CardOrd = NCard Gender | NOrd AFormSup ; -- sic! (AFormSup) - - oper - agrP3 : Gender -> Number -> Agr = \g,n -> { - gn = gennum g n ; - p = P3 - } ; - - Noun = {s : Number => Species => Case => Str ; g : Gender} ; - --- This function is here because it depends on $verbHave, auxFut, auxCond$. - - predV : Verb -> VP = \verb -> - let - diath = case verb.vtype of { - VPass => Pass ; - _ => Act - } ; - vfin : Tense -> Str = \t -> verb.s ! vFin t diath ; - vsup = verb.s ! VI (VSupin diath) ; --# notpresent - vinf = verb.s ! VI (VInfin diath) ; - - auxv = case hasAuxBe verb of { - True => verbBe.s ; - _ => verbHave.s - } ; - - har : Tense -> Str = \t -> auxv ! vFin t Act ; - ha : Str = auxv ! VI (VInfin Act) ; - - vf : Str -> Str -> {fin,inf : Str} = \fin,inf -> { - fin = fin ; inf = inf ++ verb.part - } ; - - in { - s = table { - VPFinite t Simul => case t of { --- Pres | Past => vf (vfin t) [] ; -- the general rule - Past => vf (vfin t) [] ; --# notpresent - Fut => vf auxFut vinf ; --# notpresent - Cond => vf auxCond vinf ; --# notpresent - Pres => vf (vfin t) [] - } ; - VPFinite t Anter => case t of { --# notpresent - Pres | Past => vf (har t) vsup ; --# notpresent - Fut => vf auxFut (ha ++ vsup) ; --# notpresent - Cond => vf auxCond (ha ++ vsup) --# notpresent - } ; --# notpresent - VPImperat => vf (verb.s ! VF (VImper diath)) [] ; - VPInfinit Anter => vf [] (ha ++ vsup) ; --# notpresent - VPInfinit Simul => vf [] vinf - } ; - a1 : Polarity => Str = negation ; - n2 : Agr => Str = \\a => case verb.vtype of { - VRefl => reflPron a ; - _ => [] - } ; - a2 : Str = [] ; - ext : Str = [] ; - en2,ea2,eext : Bool = False -- indicate if the field exists - } ; - --- needed for VP conjunction - param - VPIForm = VPIInf | VPISup ; ---- sup not yet used - - -} diff --git a/old-lib/resource/scandinavian/SentenceScand.gf b/old-lib/resource/scandinavian/SentenceScand.gf deleted file mode 100644 index e845b2a79..000000000 --- a/old-lib/resource/scandinavian/SentenceScand.gf +++ /dev/null @@ -1,64 +0,0 @@ -incomplete concrete SentenceScand of Sentence = - CatScand ** open CommonScand, ResScand, Prelude in { - - flags optimize=all_subs ; - - lin - PredVP np vp = mkClause (np.s ! nominative) np.a vp ; - - PredSCVP sc vp = mkClause sc.s (agrP3 neutrum Sg) vp ; - - ImpVP vp = { - s = \\pol,n => - let - agr = {gn = gennum utrum n ; p = P2} ; - verb = vp.s ! VPImperat ; - in - verb.fin ++ vp.a1 ! pol ++ verb.inf ++ vp.n2 ! agr ++ vp.a2 ++ vp.ext - } ; - - SlashVP np vp = - mkClause - (np.s ! nominative) np.a - vp ** - {n3 = vp.n3 ; c2 = vp.c2} ; - - AdvSlash slash adv = { - s = \\t,a,b,o => slash.s ! t ! a ! b ! o ++ adv.s ; - n3 = slash.n3 ; - c2 = slash.c2 - } ; - - SlashPrep cl prep = cl ** {n3 = \\_ => [] ; c2 = {s = prep.s ; hasPrep = True}} ; - - SlashVS np vs slash = - mkClause - (np.s ! nominative) np.a - (insertObj (\\_ => conjThat ++ slash.s ! Sub) (predV vs)) ** - {n3 = slash.n3 ; c2 = slash.c2} ; - - EmbedS s = {s = conjThat ++ s.s ! Sub} ; - EmbedQS qs = {s = qs.s ! QIndir} ; - EmbedVP vp = {s = infMark ++ infVP vp (agrP3 utrum Sg)} ; --- agr - - UseCl t a p cl = { - s = \\o => t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! p.p ! o - } ; - UseQCl t a p cl = { - s = \\q => t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! p.p ! q - } ; - UseRCl t a p cl = { - s = \\r => t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! p.p ! r ; - c = cl.c - } ; - UseSlash t a p cl = { - s = \\o => t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! p.p ! o ; - n3 = cl.n3 ; - c2 = cl.c2 - } ; - - AdvS a s = {s = \\o => a.s ++ s.s ! Inv} ; - - RelS s r = {s = \\o => s.s ! o ++ "," ++ r.s ! agrP3 Neutr Sg} ; --- vilket - -} diff --git a/old-lib/resource/scandinavian/VerbScand.gf b/old-lib/resource/scandinavian/VerbScand.gf deleted file mode 100644 index 5ec40157c..000000000 --- a/old-lib/resource/scandinavian/VerbScand.gf +++ /dev/null @@ -1,69 +0,0 @@ -incomplete concrete VerbScand of Verb = CatScand ** open CommonScand, ResScand in { - - flags optimize=all_subs ; - - lin - UseV = predV ; - - SlashV2a v = predV v ** {n3 = \\_ => [] ; c2 = v.c2} ; - - Slash2V3 v np = - insertObj (\\_ => v.c2.s ++ np.s ! accusative) (predV v) ** - {n3 = \\_ => [] ; c2 = v.c3} ; -- to preserve the order of args - Slash3V3 v np = predV v ** { - n3 = \\_ => v.c3.s ++ np.s ! accusative ; - c2 = v.c2 - } ; - - ComplVV v vp = insertObj (\\a => v.c2.s ++ infVP vp a) (predV v) ; - ComplVS v s = insertObj (\\_ => conjThat ++ s.s ! Sub) (predV v) ; - ComplVQ v q = insertObj (\\_ => q.s ! QIndir) (predV v) ; - ComplVA v ap = insertObj (\\a => ap.s ! agrAdj a.gn DIndef) (predV v) ; - - SlashV2V v vp = predV v ** { - n3 = \\a => v.c3.s ++ infVP vp a ; - c2 = v.c2 - } ; - SlashV2S v s = predV v ** { - n3 = \\_ => conjThat ++ s.s ! Sub ; - c2 = v.c2 - } ; - SlashV2Q v q = predV v ** { - n3 = \\_ => q.s ! QIndir ; - c2 = v.c2 - } ; - SlashV2A v ap = predV v ** { - n3 = \\a => ap.s ! agrAdj a.gn DIndef ; - c2 = v.c2 - } ; - - ComplSlash vp np = - insertObj - (\\_ => vp.c2.s ++ np.s ! accusative ++ vp.n3 ! np.a) vp ; - - SlashVV v vp = - insertObj (\\a => v.c2.s ++ infVP vp a) (predV v) ** {n3 = vp.n3 ; c2 = vp.c2} ; - - SlashV2VNP v np vp = - insertObj - (\\a => v.c2.s ++ np.s ! accusative ++ v.c3.s ++ infVP vp a) (predV v) - ** {n3 = vp.n3 ; c2 = v.c2} ; - - UseComp comp = insertObj (\\a => comp.s ! agrAdj a.gn DIndef) (predV verbBe) ; - - CompAP ap = ap ; - CompNP np = {s = \\_ => np.s ! accusative} ; - CompAdv a = {s = \\_ => a.s} ; - - AdvVP vp adv = insertAdv adv.s vp ; - AdVVP adv vp = insertAdV adv.s vp ; - - - ReflVP vp = insertObj (\\a => vp.c2.s ++ reflPron a ++ vp.n3 ! a) vp ; - - PassV2 v = - insertObj - (\\a => v.s ! VI (VPtPret (agrAdj a.gn DIndef) Nom)) - (predV verbBecome) ; - -} diff --git a/old-lib/resource/spanish/AdjectiveSpa.gf b/old-lib/resource/spanish/AdjectiveSpa.gf deleted file mode 100644 index cfa3f0ce4..000000000 --- a/old-lib/resource/spanish/AdjectiveSpa.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete AdjectiveSpa of Adjective = CatSpa ** AdjectiveRomance with - (ResRomance = ResSpa) ; diff --git a/old-lib/resource/spanish/AdverbSpa.gf b/old-lib/resource/spanish/AdverbSpa.gf deleted file mode 100644 index 70540ae8a..000000000 --- a/old-lib/resource/spanish/AdverbSpa.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete AdverbSpa of Adverb = CatSpa ** AdverbRomance with - (ResRomance = ResSpa) ; diff --git a/old-lib/resource/spanish/AllSpa.gf b/old-lib/resource/spanish/AllSpa.gf deleted file mode 100644 index 4aa98fd55..000000000 --- a/old-lib/resource/spanish/AllSpa.gf +++ /dev/null @@ -1,7 +0,0 @@ ---# -path=.:../romance:../abstract:../common:prelude - -concrete AllSpa of AllSpaAbs = - LangSpa, - IrregSpa, - ExtraSpa - ** {} ; diff --git a/old-lib/resource/spanish/AllSpaAbs.gf b/old-lib/resource/spanish/AllSpaAbs.gf deleted file mode 100644 index f1e21176e..000000000 --- a/old-lib/resource/spanish/AllSpaAbs.gf +++ /dev/null @@ -1,5 +0,0 @@ -abstract AllSpaAbs = - Lang, - IrregSpaAbs, - ExtraSpaAbs - ** {} ; diff --git a/old-lib/resource/spanish/BeschSpa.gf b/old-lib/resource/spanish/BeschSpa.gf deleted file mode 100644 index 57f215c30..000000000 --- a/old-lib/resource/spanish/BeschSpa.gf +++ /dev/null @@ -1,5963 +0,0 @@ ---# -path=.:../romance:../common:../abstract:../../prelude - -resource BeschSpa = open Prelude, CommonRomance in { - -flags optimize=noexpand ; -- faster than values - -oper Verbum = {s : VFB => Str} ; - --- machine-generated GF file from FM source by Inger Andersson and Therese Sderberg - -oper ser_1 : Str -> Verbum = \ser -> - let x_ = Predef.tk 3 ser in - {s = table { - VI Infn=> x_ + "ser" ; - VI Ger => x_ + "siendo" ; - VI Part => x_ + "sido" ; - VPB (Pres Ind Sg P1) => x_ + "soy" ; - VPB (Pres Ind Sg P2) => x_ + "eres" ; - VPB (Pres Ind Sg P3) => x_ + "es" ; - VPB (Pres Ind Pl P1) => x_ + "somos" ; - VPB (Pres Ind Pl P2) => x_ + "sois" ; - VPB (Pres Ind Pl P3) => x_ + "son" ; - VPB (Pres Subj Sg P1) => x_ + "sea" ; - VPB (Pres Subj Sg P2) => x_ + "seas" ; - VPB (Pres Subj Sg P3) => x_ + "sea" ; - VPB (Pres Subj Pl P1) => x_ + "seamos" ; - VPB (Pres Subj Pl P2) => x_ + "seis" ; - VPB (Pres Subj Pl P3) => x_ + "sean" ; - VPB (Impf Ind Sg P1) => x_ + "era" ; --# notpresent - VPB (Impf Ind Sg P2) => x_ + "eras" ; --# notpresent - VPB (Impf Ind Sg P3) => x_ + "era" ; --# notpresent - VPB (Impf Ind Pl P1) => x_ + "ramos" ; --# notpresent - VPB (Impf Ind Pl P2) => x_ + "erais" ; --# notpresent - VPB (Impf Ind Pl P3) => x_ + "eran" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {x_ + "fuera" ; x_ + "fuese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {x_ + "fueras" ; x_ + "fueses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {x_ + "fuera" ; x_ + "fuese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {x_ + "furamos" ; x_ + "fusemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {x_ + "fuerais" ; x_ + "fueseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {x_ + "fueran" ; x_ + "fuesen"} ; --# notpresent - VPB (Pret Sg P1) => x_ + "fui" ; --# notpresent - VPB (Pret Sg P2) => x_ + "fuiste" ; --# notpresent - VPB (Pret Sg P3) => x_ + "fue" ; --# notpresent - VPB (Pret Pl P1) => x_ + "fuimos" ; --# notpresent - VPB (Pret Pl P2) => x_ + "fuisteis" ; --# notpresent - VPB (Pret Pl P3) => x_ + "fueron" ; --# notpresent - VPB (Fut Ind Sg P1) => x_ + "ser" ; --# notpresent - VPB (Fut Ind Sg P2) => x_ + "sers" ; --# notpresent - VPB (Fut Ind Sg P3) => x_ + "ser" ; --# notpresent - VPB (Fut Ind Pl P1) => x_ + "seremos" ; --# notpresent - VPB (Fut Ind Pl P2) => x_ + "seris" ; --# notpresent - VPB (Fut Ind Pl P3) => x_ + "sern" ; --# notpresent - VPB (Fut Subj Sg P1) => x_ + "fuere" ; --# notpresent - VPB (Fut Subj Sg P2) => x_ + "fueres" ; --# notpresent - VPB (Fut Subj Sg P3) => x_ + "fuere" ; --# notpresent - VPB (Fut Subj Pl P1) => x_ + "furemos" ; --# notpresent - VPB (Fut Subj Pl P2) => x_ + "fuereis" ; --# notpresent - VPB (Fut Subj Pl P3) => x_ + "fueren" ; --# notpresent - VPB (Cond Sg P1) => x_ + "sera" ; --# notpresent - VPB (Cond Sg P2) => x_ + "seras" ; --# notpresent - VPB (Cond Sg P3) => x_ + "sera" ; --# notpresent - VPB (Cond Pl P1) => x_ + "seramos" ; --# notpresent - VPB (Cond Pl P2) => x_ + "serais" ; --# notpresent - VPB (Cond Pl P3) => x_ + "seran" ; --# notpresent - VPB (Imper Sg P1) => variants {} ; - VPB (Imper Sg P2) => x_ + "s" ; - VPB (Imper Sg P3) => x_ + "sea" ; - VPB (Imper Pl P1) => x_ + "seamos" ; - VPB (Imper Pl P2) => x_ + "sed" ; - VPB (Imper Pl P3) => x_ + "sean" ; - VPB (Pass Sg Masc) => x_ + "sido" ; - VPB (Pass Sg Fem) => x_ + "sida" ; - VPB (Pass Pl Masc) => x_ + "sidos" ; - VPB (Pass Pl Fem) => x_ + "sidas" - } - } ; - -oper estar_2 : Str -> Verbum = \estar -> - let est_ = Predef.tk 2 estar in - {s = table { - VI Infn=> est_ + "ar" ; - VI Ger => est_ + "ando" ; - VI Part => est_ + "ado" ; - VPB (Pres Ind Sg P1) => est_ + "oy" ; - VPB (Pres Ind Sg P2) => est_ + "s" ; - VPB (Pres Ind Sg P3) => est_ + "" ; - VPB (Pres Ind Pl P1) => est_ + "amos" ; - VPB (Pres Ind Pl P2) => est_ + "is" ; - VPB (Pres Ind Pl P3) => est_ + "n" ; - VPB (Pres Subj Sg P1) => est_ + "" ; - VPB (Pres Subj Sg P2) => est_ + "s" ; - VPB (Pres Subj Sg P3) => est_ + "" ; - VPB (Pres Subj Pl P1) => est_ + "emos" ; - VPB (Pres Subj Pl P2) => est_ + "is" ; - VPB (Pres Subj Pl P3) => est_ + "n" ; - VPB (Impf Ind Sg P1) => est_ + "aba" ; --# notpresent - VPB (Impf Ind Sg P2) => est_ + "abas" ; --# notpresent - VPB (Impf Ind Sg P3) => est_ + "aba" ; --# notpresent - VPB (Impf Ind Pl P1) => est_ + "bamos" ; --# notpresent - VPB (Impf Ind Pl P2) => est_ + "abais" ; --# notpresent - VPB (Impf Ind Pl P3) => est_ + "aban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {est_ + "uviera" ; est_ + "uviese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {est_ + "uvieras" ; est_ + "uvieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {est_ + "uviera" ; est_ + "uviese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {est_ + "uviramos" ; est_ + "uvisemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {est_ + "uvierais" ; est_ + "uvieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {est_ + "uvieran" ; est_ + "uviesen"} ; --# notpresent - VPB (Pret Sg P1) => est_ + "uve" ; --# notpresent - VPB (Pret Sg P2) => est_ + "uviste" ; --# notpresent - VPB (Pret Sg P3) => est_ + "uvo" ; --# notpresent - VPB (Pret Pl P1) => est_ + "uvimos" ; --# notpresent - VPB (Pret Pl P2) => est_ + "uvisteis" ; --# notpresent - VPB (Pret Pl P3) => est_ + "uvieron" ; --# notpresent - VPB (Fut Ind Sg P1) => est_ + "ar" ; --# notpresent - VPB (Fut Ind Sg P2) => est_ + "ars" ; --# notpresent - VPB (Fut Ind Sg P3) => est_ + "ar" ; --# notpresent - VPB (Fut Ind Pl P1) => est_ + "aremos" ; --# notpresent - VPB (Fut Ind Pl P2) => est_ + "aris" ; --# notpresent - VPB (Fut Ind Pl P3) => est_ + "arn" ; --# notpresent - VPB (Fut Subj Sg P1) => est_ + "uviere" ; --# notpresent - VPB (Fut Subj Sg P2) => est_ + "uvieres" ; --# notpresent - VPB (Fut Subj Sg P3) => est_ + "uviere" ; --# notpresent - VPB (Fut Subj Pl P1) => est_ + "uviremos" ; --# notpresent - VPB (Fut Subj Pl P2) => est_ + "uviereis" ; --# notpresent - VPB (Fut Subj Pl P3) => est_ + "uvieren" ; --# notpresent - VPB (Cond Sg P1) => est_ + "ara" ; --# notpresent - VPB (Cond Sg P2) => est_ + "aras" ; --# notpresent - VPB (Cond Sg P3) => est_ + "ara" ; --# notpresent - VPB (Cond Pl P1) => est_ + "aramos" ; --# notpresent - VPB (Cond Pl P2) => est_ + "arais" ; --# notpresent - VPB (Cond Pl P3) => est_ + "aran" ; --# notpresent - VPB (Imper Sg P1) => variants {} ; - VPB (Imper Sg P2) => est_ + "" ; - VPB (Imper Sg P3) => est_ + "" ; - VPB (Imper Pl P1) => est_ + "emos" ; - VPB (Imper Pl P2) => est_ + "ad" ; - VPB (Imper Pl P3) => est_ + "n" ; - VPB (Pass Sg Masc) => est_ + "ado" ; - VPB (Pass Sg Fem) => est_ + "ada" ; - VPB (Pass Pl Masc) => est_ + "ados" ; - VPB (Pass Pl Fem) => est_ + "adas" - } - } ; - -oper haber_3 : Str -> Verbum = \haber -> - let h_ = Predef.tk 4 haber in - {s = table { - VI Infn=> h_ + "aber" ; - VI Ger => h_ + "abiendo" ; - VI Part => h_ + "abido" ; - VPB (Pres Ind Sg P1) => h_ + "e" ; - VPB (Pres Ind Sg P2) => h_ + "as" ; - VPB (Pres Ind Sg P3) => variants {h_ + "a"} ; ---- h_ + "ay"} ; - VPB (Pres Ind Pl P1) => h_ + "emos" ; - VPB (Pres Ind Pl P2) => h_ + "abis" ; - VPB (Pres Ind Pl P3) => h_ + "an" ; - VPB (Pres Subj Sg P1) => h_ + "aya" ; - VPB (Pres Subj Sg P2) => h_ + "ayas" ; - VPB (Pres Subj Sg P3) => h_ + "aya" ; - VPB (Pres Subj Pl P1) => h_ + "ayamos" ; - VPB (Pres Subj Pl P2) => h_ + "ayis" ; - VPB (Pres Subj Pl P3) => h_ + "ayan" ; - VPB (Impf Ind Sg P1) => h_ + "aba" ; --# notpresent - VPB (Impf Ind Sg P2) => h_ + "abas" ; --# notpresent - VPB (Impf Ind Sg P3) => h_ + "aba" ; --# notpresent - VPB (Impf Ind Pl P1) => h_ + "abamos" ; --# notpresent - VPB (Impf Ind Pl P2) => h_ + "abais" ; --# notpresent - VPB (Impf Ind Pl P3) => h_ + "aban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {h_ + "ubiera" ; h_ + "ubiese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {h_ + "ubieras" ; h_ + "ubieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {h_ + "ubiera" ; h_ + "ubiese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {h_ + "ubiramos" ; h_ + "ubisemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {h_ + "ubierais" ; h_ + "ubieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {h_ + "ubieran" ; h_ + "ubiesen"} ; --# notpresent - VPB (Pret Sg P1) => h_ + "ube" ; --# notpresent - VPB (Pret Sg P2) => h_ + "ubiste" ; --# notpresent - VPB (Pret Sg P3) => h_ + "ubo" ; --# notpresent - VPB (Pret Pl P1) => h_ + "ubimos" ; --# notpresent - VPB (Pret Pl P2) => h_ + "ubisteis" ; --# notpresent - VPB (Pret Pl P3) => h_ + "ubieron" ; --# notpresent - VPB (Fut Ind Sg P1) => h_ + "abr" ; --# notpresent - VPB (Fut Ind Sg P2) => h_ + "abrs" ; --# notpresent - VPB (Fut Ind Sg P3) => h_ + "abr" ; --# notpresent - VPB (Fut Ind Pl P1) => h_ + "abremos" ; --# notpresent - VPB (Fut Ind Pl P2) => h_ + "abris" ; --# notpresent - VPB (Fut Ind Pl P3) => h_ + "abrn" ; --# notpresent - VPB (Fut Subj Sg P1) => h_ + "ubiere" ; --# notpresent - VPB (Fut Subj Sg P2) => h_ + "ubieres" ; --# notpresent - VPB (Fut Subj Sg P3) => h_ + "ubiere" ; --# notpresent - VPB (Fut Subj Pl P1) => h_ + "ubiremos" ; --# notpresent - VPB (Fut Subj Pl P2) => h_ + "ubiereis" ; --# notpresent - VPB (Fut Subj Pl P3) => h_ + "ubieren" ; --# notpresent - VPB (Cond Sg P1) => h_ + "abra" ; --# notpresent - VPB (Cond Sg P2) => h_ + "abras" ; --# notpresent - VPB (Cond Sg P3) => h_ + "abra" ; --# notpresent - VPB (Cond Pl P1) => h_ + "abramos" ; --# notpresent - VPB (Cond Pl P2) => h_ + "abrais" ; --# notpresent - VPB (Cond Pl P3) => h_ + "abran" ; --# 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_ + "abis" ; - VPB (Pres Ind Pl P3) => h_ + "an" ; - VPB (Pres Subj Sg P1) => h_ + "aya" ; - VPB (Pres Subj Sg P2) => h_ + "ayas" ; - VPB (Pres Subj Sg P3) => h_ + "aya" ; - VPB (Pres Subj Pl P1) => h_ + "ayamos" ; - VPB (Pres Subj Pl P2) => h_ + "ayis" ; - VPB (Pres Subj Pl P3) => h_ + "ayan" ; - VPB (Impf Ind Sg P1) => h_ + "aba" ; --# notpresent - VPB (Impf Ind Sg P2) => h_ + "abas" ; --# notpresent - VPB (Impf Ind Sg P3) => h_ + "aba" ; --# notpresent - VPB (Impf Ind Pl P1) => h_ + "abamos" ; --# notpresent - VPB (Impf Ind Pl P2) => h_ + "abais" ; --# notpresent - VPB (Impf Ind Pl P3) => h_ + "aban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {h_ + "ubiera" ; h_ + "ubiese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {h_ + "ubieras" ; h_ + "ubieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {h_ + "ubiera" ; h_ + "ubiese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {h_ + "ubiramos" ; h_ + "ubisemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {h_ + "ubierais" ; h_ + "ubieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {h_ + "ubieran" ; h_ + "ubiesen"} ; --# notpresent - VPB (Pret Sg P1) => h_ + "ube" ; --# notpresent - VPB (Pret Sg P2) => h_ + "ubiste" ; --# notpresent - VPB (Pret Sg P3) => h_ + "ubo" ; --# notpresent - VPB (Pret Pl P1) => h_ + "ubimos" ; --# notpresent - VPB (Pret Pl P2) => h_ + "ubisteis" ; --# notpresent - VPB (Pret Pl P3) => h_ + "ubieron" ; --# notpresent - VPB (Fut Ind Sg P1) => h_ + "abr" ; --# notpresent - VPB (Fut Ind Sg P2) => h_ + "abrs" ; --# notpresent - VPB (Fut Ind Sg P3) => h_ + "abr" ; --# notpresent - VPB (Fut Ind Pl P1) => h_ + "abremos" ; --# notpresent - VPB (Fut Ind Pl P2) => h_ + "abris" ; --# notpresent - VPB (Fut Ind Pl P3) => h_ + "abrn" ; --# notpresent - VPB (Fut Subj Sg P1) => h_ + "ubiere" ; --# notpresent - VPB (Fut Subj Sg P2) => h_ + "ubieres" ; --# notpresent - VPB (Fut Subj Sg P3) => h_ + "ubiere" ; --# notpresent - VPB (Fut Subj Pl P1) => h_ + "ubiremos" ; --# notpresent - VPB (Fut Subj Pl P2) => h_ + "ubiereis" ; --# notpresent - VPB (Fut Subj Pl P3) => h_ + "ubieren" ; --# notpresent - VPB (Cond Sg P1) => h_ + "abra" ; --# notpresent - VPB (Cond Sg P2) => h_ + "abras" ; --# notpresent - VPB (Cond Sg P3) => h_ + "abra" ; --# notpresent - VPB (Cond Pl P1) => h_ + "abramos" ; --# notpresent - VPB (Cond Pl P2) => h_ + "abrais" ; --# notpresent - VPB (Cond Pl P3) => h_ + "abran" ; --# 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_ + "enis" ; - VPB (Pres Ind Pl P3) => t_ + "ienen" ; - VPB (Pres Subj Sg P1) => t_ + "enga" ; - VPB (Pres Subj Sg P2) => t_ + "engas" ; - VPB (Pres Subj Sg P3) => t_ + "enga" ; - VPB (Pres Subj Pl P1) => t_ + "engamos" ; - VPB (Pres Subj Pl P2) => t_ + "engis" ; - VPB (Pres Subj Pl P3) => t_ + "engan" ; - VPB (Impf Ind Sg P1) => t_ + "ena" ; --# notpresent - VPB (Impf Ind Sg P2) => t_ + "enas" ; --# notpresent - VPB (Impf Ind Sg P3) => t_ + "ena" ; --# notpresent - VPB (Impf Ind Pl P1) => t_ + "enamos" ; --# notpresent - VPB (Impf Ind Pl P2) => t_ + "enais" ; --# notpresent - VPB (Impf Ind Pl P3) => t_ + "enan" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {t_ + "uviera" ; t_ + "uviese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {t_ + "uvieras" ; t_ + "uvieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {t_ + "uviera" ; t_ + "uviese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {t_ + "uviramos" ; t_ + "uvisemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {t_ + "uvierais" ; t_ + "uvieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {t_ + "uvieran" ; t_ + "uviesen"} ; --# notpresent - VPB (Pret Sg P1) => t_ + "uve" ; --# notpresent - VPB (Pret Sg P2) => t_ + "uviste" ; --# notpresent - VPB (Pret Sg P3) => t_ + "uvo" ; --# notpresent - VPB (Pret Pl P1) => t_ + "uvimos" ; --# notpresent - VPB (Pret Pl P2) => t_ + "uvisteis" ; --# notpresent - VPB (Pret Pl P3) => t_ + "uvieron" ; --# notpresent - VPB (Fut Ind Sg P1) => t_ + "endr" ; --# notpresent - VPB (Fut Ind Sg P2) => t_ + "endrs" ; --# notpresent - VPB (Fut Ind Sg P3) => t_ + "endr" ; --# notpresent - VPB (Fut Ind Pl P1) => t_ + "endremos" ; --# notpresent - VPB (Fut Ind Pl P2) => t_ + "endris" ; --# notpresent - VPB (Fut Ind Pl P3) => t_ + "endrn" ; --# notpresent - VPB (Fut Subj Sg P1) => t_ + "uviere" ; --# notpresent - VPB (Fut Subj Sg P2) => t_ + "uvieres" ; --# notpresent - VPB (Fut Subj Sg P3) => t_ + "uviere" ; --# notpresent - VPB (Fut Subj Pl P1) => t_ + "uviremos" ; --# notpresent - VPB (Fut Subj Pl P2) => t_ + "uviereis" ; --# notpresent - VPB (Fut Subj Pl P3) => t_ + "uvieren" ; --# notpresent - VPB (Cond Sg P1) => t_ + "endra" ; --# notpresent - VPB (Cond Sg P2) => t_ + "endras" ; --# notpresent - VPB (Cond Sg P3) => t_ + "endra" ; --# notpresent - VPB (Cond Pl P1) => t_ + "endramos" ; --# notpresent - VPB (Cond Pl P2) => t_ + "endrais" ; --# notpresent - VPB (Cond Pl P3) => t_ + "endran" ; --# notpresent - VPB (Imper Sg P1) => variants {} ; - VPB (Imper Sg P2) => t_ + "en" ; - VPB (Imper Sg P3) => t_ + "enga" ; - VPB (Imper Pl P1) => t_ + "engamos" ; - VPB (Imper Pl P2) => t_ + "ened" ; - VPB (Imper Pl P3) => t_ + "engan" ; - VPB (Pass Sg Masc) => t_ + "enido" ; - VPB (Pass Sg Fem) => t_ + "enida" ; - VPB (Pass Pl Masc) => t_ + "enidos" ; - VPB (Pass Pl Fem) => t_ + "enidas" - } - } ; - -oper cortar_5 : Str -> Verbum = \cortar -> - let cort_ = Predef.tk 2 cortar in - {s = table { - VI Infn => cort_ + "ar" ; - VI Ger => cort_ + "ando" ; - VI Part => cort_ + "ado" ; - VPB (Pres Ind Sg P1) => cort_ + "o" ; - VPB (Pres Ind Sg P2) => cort_ + "as" ; - VPB (Pres Ind Sg P3) => cort_ + "a" ; - VPB (Pres Ind Pl P1) => cort_ + "amos" ; - VPB (Pres Ind Pl P2) => cort_ + "is" ; - VPB (Pres Ind Pl P3) => cort_ + "an" ; - VPB (Pres Subj Sg P1) => cort_ + "e" ; - VPB (Pres Subj Sg P2) => cort_ + "es" ; - VPB (Pres Subj Sg P3) => cort_ + "e" ; - VPB (Pres Subj Pl P1) => cort_ + "emos" ; - VPB (Pres Subj Pl P2) => cort_ + "is" ; - VPB (Pres Subj Pl P3) => cort_ + "en" ; - VPB (Impf Ind Sg P1) => cort_ + "aba" ; --# notpresent - VPB (Impf Ind Sg P2) => cort_ + "abas" ; --# notpresent - VPB (Impf Ind Sg P3) => cort_ + "aba" ; --# notpresent - VPB (Impf Ind Pl P1) => cort_ + "bamos" ; --# notpresent - VPB (Impf Ind Pl P2) => cort_ + "abais" ; --# notpresent - VPB (Impf Ind Pl P3) => cort_ + "aban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {cort_ + "ara" ; cort_ + "ase"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {cort_ + "aras" ; cort_ + "ases"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {cort_ + "ara" ; cort_ + "ase"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {cort_ + "ramos" ; cort_ + "semos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {cort_ + "arais" ; cort_ + "aseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {cort_ + "aran" ; cort_ + "asen"} ; --# notpresent - VPB (Pret Sg P1) => cort_ + "" ; --# notpresent - VPB (Pret Sg P2) => cort_ + "aste" ; --# notpresent - VPB (Pret Sg P3) => cort_ + "" ; --# notpresent - VPB (Pret Pl P1) => cort_ + "amos" ; --# notpresent - VPB (Pret Pl P2) => cort_ + "asteis" ; --# notpresent - VPB (Pret Pl P3) => cort_ + "aron" ; --# notpresent - VPB (Fut Ind Sg P1) => cort_ + "ar" ; --# notpresent - VPB (Fut Ind Sg P2) => cort_ + "ars" ; --# notpresent - VPB (Fut Ind Sg P3) => cort_ + "ar" ; --# notpresent - VPB (Fut Ind Pl P1) => cort_ + "aremos" ; --# notpresent - VPB (Fut Ind Pl P2) => cort_ + "aris" ; --# notpresent - VPB (Fut Ind Pl P3) => cort_ + "arn" ; --# notpresent - VPB (Fut Subj Sg P1) => cort_ + "are" ; --# notpresent - VPB (Fut Subj Sg P2) => cort_ + "ares" ; --# notpresent - VPB (Fut Subj Sg P3) => cort_ + "are" ; --# notpresent - VPB (Fut Subj Pl P1) => cort_ + "remos" ; --# notpresent - VPB (Fut Subj Pl P2) => cort_ + "areis" ; --# notpresent - VPB (Fut Subj Pl P3) => cort_ + "aren" ; --# notpresent - VPB (Cond Sg P1) => cort_ + "ara" ; --# notpresent - VPB (Cond Sg P2) => cort_ + "aras" ; --# notpresent - VPB (Cond Sg P3) => cort_ + "ara" ; --# notpresent - VPB (Cond Pl P1) => cort_ + "aramos" ; --# notpresent - VPB (Cond Pl P2) => cort_ + "arais" ; --# notpresent - VPB (Cond Pl P3) => cort_ + "aran" ; --# notpresent - VPB (Imper Sg P1) => variants {} ; - VPB (Imper Sg P2) => cort_ + "a" ; - VPB (Imper Sg P3) => cort_ + "e" ; - VPB (Imper Pl P1) => cort_ + "emos" ; - VPB (Imper Pl P2) => cort_ + "ad" ; - VPB (Imper Pl P3) => cort_ + "en" ; - VPB (Pass Sg Masc) => cort_ + "ado" ; - VPB (Pass Sg Fem) => cort_ + "ada" ; - VPB (Pass Pl Masc) => cort_ + "ados" ; - VPB (Pass Pl Fem) => cort_ + "adas" - } - } ; - - -oper deber_6 : Str -> Verbum = \deber -> - let deb_ = Predef.tk 2 deber in - {s = table { - VI Infn => deb_ + "er" ; - VI Ger => deb_ + "iendo" ; - VI Part => deb_ + "ido" ; - VPB (Pres Ind Sg P1) => deb_ + "o" ; - VPB (Pres Ind Sg P2) => deb_ + "es" ; - VPB (Pres Ind Sg P3) => deb_ + "e" ; - VPB (Pres Ind Pl P1) => deb_ + "emos" ; - VPB (Pres Ind Pl P2) => deb_ + "is" ; - VPB (Pres Ind Pl P3) => deb_ + "en" ; - VPB (Pres Subj Sg P1) => deb_ + "a" ; - VPB (Pres Subj Sg P2) => deb_ + "as" ; - VPB (Pres Subj Sg P3) => deb_ + "a" ; - VPB (Pres Subj Pl P1) => deb_ + "amos" ; - VPB (Pres Subj Pl P2) => deb_ + "is" ; - VPB (Pres Subj Pl P3) => deb_ + "an" ; - VPB (Impf Ind Sg P1) => deb_ + "a" ; --# notpresent - VPB (Impf Ind Sg P2) => deb_ + "as" ; --# notpresent - VPB (Impf Ind Sg P3) => deb_ + "a" ; --# notpresent - VPB (Impf Ind Pl P1) => deb_ + "amos" ; --# notpresent - VPB (Impf Ind Pl P2) => deb_ + "ais" ; --# notpresent - VPB (Impf Ind Pl P3) => deb_ + "an" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {deb_ + "iera" ; deb_ + "iese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {deb_ + "ieras" ; deb_ + "ieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {deb_ + "iera" ; deb_ + "iese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {deb_ + "iramos" ; deb_ + "isemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {deb_ + "ierais" ; deb_ + "ieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {deb_ + "ieran" ; deb_ + "iesen"} ; --# notpresent - VPB (Pret Sg P1) => deb_ + "" ; --# notpresent - VPB (Pret Sg P2) => deb_ + "iste" ; --# notpresent - VPB (Pret Sg P3) => deb_ + "i" ; --# notpresent - VPB (Pret Pl P1) => deb_ + "imos" ; --# notpresent - VPB (Pret Pl P2) => deb_ + "isteis" ; --# notpresent - VPB (Pret Pl P3) => deb_ + "ieron" ; --# notpresent - VPB (Fut Ind Sg P1) => deb_ + "er" ; --# notpresent - VPB (Fut Ind Sg P2) => deb_ + "ers" ; --# notpresent - VPB (Fut Ind Sg P3) => deb_ + "er" ; --# notpresent - VPB (Fut Ind Pl P1) => deb_ + "eremos" ; --# notpresent - VPB (Fut Ind Pl P2) => deb_ + "eris" ; --# notpresent - VPB (Fut Ind Pl P3) => deb_ + "ern" ; --# notpresent - VPB (Fut Subj Sg P1) => deb_ + "iere" ; --# notpresent - VPB (Fut Subj Sg P2) => deb_ + "ieres" ; --# notpresent - VPB (Fut Subj Sg P3) => deb_ + "iere" ; --# notpresent - VPB (Fut Subj Pl P1) => deb_ + "iremos" ; --# notpresent - VPB (Fut Subj Pl P2) => deb_ + "iereis" ; --# notpresent - VPB (Fut Subj Pl P3) => deb_ + "ieren" ; --# notpresent - VPB (Cond Sg P1) => deb_ + "era" ; --# notpresent - VPB (Cond Sg P2) => deb_ + "eras" ; --# notpresent - VPB (Cond Sg P3) => deb_ + "era" ; --# notpresent - VPB (Cond Pl P1) => deb_ + "eramos" ; --# notpresent - VPB (Cond Pl P2) => deb_ + "erais" ; --# notpresent - VPB (Cond Pl P3) => deb_ + "eran" ; --# notpresent - VPB (Imper Sg P1) => variants {} ; - VPB (Imper Sg P2) => deb_ + "e" ; - VPB (Imper Sg P3) => deb_ + "a" ; - VPB (Imper Pl P1) => deb_ + "amos" ; - VPB (Imper Pl P2) => deb_ + "ed" ; - VPB (Imper Pl P3) => deb_ + "an" ; - VPB (Pass Sg Masc) => deb_ + "ido" ; - VPB (Pass Sg Fem) => deb_ + "ida" ; - VPB (Pass Pl Masc) => deb_ + "idos" ; - VPB (Pass Pl Fem) => deb_ + "idas" - } - } ; -oper vivir_7 : Str -> Verbum = \vivir -> - let viv_ = Predef.tk 2 vivir in - {s = table { - VI Infn => viv_ + "ir" ; - VI Ger => viv_ + "iendo" ; - VI Part => viv_ + "ido" ; - VPB (Pres Ind Sg P1) => viv_ + "o" ; - VPB (Pres Ind Sg P2) => viv_ + "es" ; - VPB (Pres Ind Sg P3) => viv_ + "e" ; - VPB (Pres Ind Pl P1) => viv_ + "imos" ; - VPB (Pres Ind Pl P2) => viv_ + "s" ; - VPB (Pres Ind Pl P3) => viv_ + "en" ; - VPB (Pres Subj Sg P1) => viv_ + "a" ; - VPB (Pres Subj Sg P2) => viv_ + "as" ; - VPB (Pres Subj Sg P3) => viv_ + "a" ; - VPB (Pres Subj Pl P1) => viv_ + "amos" ; - VPB (Pres Subj Pl P2) => viv_ + "is" ; - VPB (Pres Subj Pl P3) => viv_ + "an" ; - VPB (Impf Ind Sg P1) => viv_ + "a" ; --# notpresent - VPB (Impf Ind Sg P2) => viv_ + "as" ; --# notpresent - VPB (Impf Ind Sg P3) => viv_ + "a" ; --# notpresent - VPB (Impf Ind Pl P1) => viv_ + "amos" ; --# notpresent - VPB (Impf Ind Pl P2) => viv_ + "ais" ; --# notpresent - VPB (Impf Ind Pl P3) => viv_ + "an" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {viv_ + "iera" ; viv_ + "iese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {viv_ + "ieras" ; viv_ + "ieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {viv_ + "iera" ; viv_ + "iese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {viv_ + "iramos" ; viv_ + "isemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {viv_ + "ierais" ; viv_ + "ieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {viv_ + "ieran" ; viv_ + "iesen"} ; --# notpresent - VPB (Pret Sg P1) => viv_ + "" ; --# notpresent - VPB (Pret Sg P2) => viv_ + "iste" ; --# notpresent - VPB (Pret Sg P3) => viv_ + "i" ; --# notpresent - VPB (Pret Pl P1) => viv_ + "imos" ; --# notpresent - VPB (Pret Pl P2) => viv_ + "isteis" ; --# notpresent - VPB (Pret Pl P3) => viv_ + "ieron" ; --# notpresent - VPB (Fut Ind Sg P1) => viv_ + "ir" ; --# notpresent - VPB (Fut Ind Sg P2) => viv_ + "irs" ; --# notpresent - VPB (Fut Ind Sg P3) => viv_ + "ir" ; --# notpresent - VPB (Fut Ind Pl P1) => viv_ + "iremos" ; --# notpresent - VPB (Fut Ind Pl P2) => viv_ + "iris" ; --# notpresent - VPB (Fut Ind Pl P3) => viv_ + "irn" ; --# notpresent - VPB (Fut Subj Sg P1) => viv_ + "iere" ; --# notpresent - VPB (Fut Subj Sg P2) => viv_ + "ieres" ; --# notpresent - VPB (Fut Subj Sg P3) => viv_ + "iere" ; --# notpresent - VPB (Fut Subj Pl P1) => viv_ + "iremos" ; --# notpresent - VPB (Fut Subj Pl P2) => viv_ + "iereis" ; --# notpresent - VPB (Fut Subj Pl P3) => viv_ + "ieren" ; --# notpresent - VPB (Cond Sg P1) => viv_ + "ira" ; --# notpresent - VPB (Cond Sg P2) => viv_ + "iras" ; --# notpresent - VPB (Cond Sg P3) => viv_ + "ira" ; --# notpresent - VPB (Cond Pl P1) => viv_ + "iramos" ; --# notpresent - VPB (Cond Pl P2) => viv_ + "irais" ; --# notpresent - VPB (Cond Pl P3) => viv_ + "iran" ; --# notpresent - VPB (Imper Sg P1) => variants {} ; - VPB (Imper Sg P2) => viv_ + "e" ; - VPB (Imper Sg P3) => viv_ + "a" ; - VPB (Imper Pl P1) => viv_ + "amos" ; - VPB (Imper Pl P2) => viv_ + "id" ; - VPB (Imper Pl P3) => viv_ + "an" ; - VPB (Pass Sg Masc) => viv_ + "ido" ; - VPB (Pass Sg Fem) => viv_ + "ida" ; - VPB (Pass Pl Masc) => viv_ + "idos" ; - VPB (Pass Pl Fem) => viv_ + "idas" - } - } ; -oper abolir_8 : Str -> Verbum = \abolir -> - let abol_ = Predef.tk 2 abolir in - {s = table { - VI Infn => abol_ + "ir" ; - VI Ger => abol_ + "iendo" ; - VI Part => abol_ + "ido" ; - VPB (Pres Ind Sg P1) => variants {} ; - VPB (Pres Ind Sg P2) => variants {} ; - VPB (Pres Ind Sg P3) => variants {} ; - VPB (Pres Ind Pl P1) => abol_ + "imos" ; - VPB (Pres Ind Pl P2) => abol_ + "s" ; - VPB (Pres Ind Pl P3) => variants {} ; - VPB (Pres Subj Sg P1) => variants {} ; - VPB (Pres Subj Sg P2) => variants {} ; - VPB (Pres Subj Sg P3) => variants {} ; - VPB (Pres Subj Pl P1) => variants {} ; - VPB (Pres Subj Pl P2) => variants {} ; - VPB (Pres Subj Pl P3) => variants {} ; - VPB (Impf Ind Sg P1) => abol_ + "a" ; --# notpresent - VPB (Impf Ind Sg P2) => abol_ + "as" ; --# notpresent - VPB (Impf Ind Sg P3) => abol_ + "a" ; --# notpresent - VPB (Impf Ind Pl P1) => abol_ + "amos" ; --# notpresent - VPB (Impf Ind Pl P2) => abol_ + "ais" ; --# notpresent - VPB (Impf Ind Pl P3) => abol_ + "an" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {abol_ + "iera" ; abol_ + "iese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {abol_ + "ieras" ; abol_ + "ieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {abol_ + "iera" ; abol_ + "iese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {abol_ + "iramos" ; abol_ + "isemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {abol_ + "ierais" ; abol_ + "ieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {abol_ + "ieran" ; abol_ + "iesen"} ; --# notpresent - VPB (Pret Sg P1) => abol_ + "" ; --# notpresent - VPB (Pret Sg P2) => abol_ + "iste" ; --# notpresent - VPB (Pret Sg P3) => abol_ + "i" ; --# notpresent - VPB (Pret Pl P1) => abol_ + "imos" ; --# notpresent - VPB (Pret Pl P2) => abol_ + "isteis" ; --# notpresent - VPB (Pret Pl P3) => abol_ + "ieron" ; --# notpresent - VPB (Fut Ind Sg P1) => abol_ + "ir" ; --# notpresent - VPB (Fut Ind Sg P2) => abol_ + "irs" ; --# notpresent - VPB (Fut Ind Sg P3) => abol_ + "ir" ; --# notpresent - VPB (Fut Ind Pl P1) => abol_ + "iremos" ; --# notpresent - VPB (Fut Ind Pl P2) => abol_ + "iris" ; --# notpresent - VPB (Fut Ind Pl P3) => abol_ + "irn" ; --# notpresent - VPB (Fut Subj Sg P1) => abol_ + "iere" ; --# notpresent - VPB (Fut Subj Sg P2) => abol_ + "ieres" ; --# notpresent - VPB (Fut Subj Sg P3) => abol_ + "iere" ; --# notpresent - VPB (Fut Subj Pl P1) => abol_ + "iremos" ; --# notpresent - VPB (Fut Subj Pl P2) => abol_ + "iereis" ; --# notpresent - VPB (Fut Subj Pl P3) => abol_ + "ieren" ; --# notpresent - VPB (Cond Sg P1) => abol_ + "ira" ; --# notpresent - VPB (Cond Sg P2) => abol_ + "iras" ; --# notpresent - VPB (Cond Sg P3) => abol_ + "ira" ; --# notpresent - VPB (Cond Pl P1) => abol_ + "iramos" ; --# notpresent - VPB (Cond Pl P2) => abol_ + "irais" ; --# notpresent - VPB (Cond Pl P3) => abol_ + "iran" ; --# 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_ + "uis" ; - VPB (Pres Ind Pl P3) => act_ + "an" ; - VPB (Pres Subj Sg P1) => act_ + "e" ; - VPB (Pres Subj Sg P2) => act_ + "es" ; - VPB (Pres Subj Sg P3) => act_ + "e" ; - VPB (Pres Subj Pl P1) => act_ + "uemos" ; - VPB (Pres Subj Pl P2) => act_ + "uis" ; - VPB (Pres Subj Pl P3) => act_ + "en" ; - VPB (Impf Ind Sg P1) => act_ + "uaba" ; --# notpresent - VPB (Impf Ind Sg P2) => act_ + "uabas" ; --# notpresent - VPB (Impf Ind Sg P3) => act_ + "uaba" ; --# notpresent - VPB (Impf Ind Pl P1) => act_ + "ubamos" ; --# notpresent - VPB (Impf Ind Pl P2) => act_ + "uabais" ; --# notpresent - VPB (Impf Ind Pl P3) => act_ + "uaban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {act_ + "uara" ; act_ + "uase"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {act_ + "uaras" ; act_ + "uases"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {act_ + "uara" ; act_ + "uase"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {act_ + "uramos" ; act_ + "usemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {act_ + "uarais" ; act_ + "uaseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {act_ + "uaran" ; act_ + "uasen"} ; --# notpresent - VPB (Pret Sg P1) => act_ + "u" ; --# notpresent - VPB (Pret Sg P2) => act_ + "uaste" ; --# notpresent - VPB (Pret Sg P3) => act_ + "u" ; --# notpresent - VPB (Pret Pl P1) => act_ + "uamos" ; --# notpresent - VPB (Pret Pl P2) => act_ + "uasteis" ; --# notpresent - VPB (Pret Pl P3) => act_ + "uaron" ; --# notpresent - VPB (Fut Ind Sg P1) => act_ + "uar" ; --# notpresent - VPB (Fut Ind Sg P2) => act_ + "uars" ; --# notpresent - VPB (Fut Ind Sg P3) => act_ + "uar" ; --# notpresent - VPB (Fut Ind Pl P1) => act_ + "uaremos" ; --# notpresent - VPB (Fut Ind Pl P2) => act_ + "uaris" ; --# notpresent - VPB (Fut Ind Pl P3) => act_ + "uarn" ; --# notpresent - VPB (Fut Subj Sg P1) => act_ + "uare" ; --# notpresent - VPB (Fut Subj Sg P2) => act_ + "uares" ; --# notpresent - VPB (Fut Subj Sg P3) => act_ + "uare" ; --# notpresent - VPB (Fut Subj Pl P1) => act_ + "uremos" ; --# notpresent - VPB (Fut Subj Pl P2) => act_ + "uareis" ; --# notpresent - VPB (Fut Subj Pl P3) => act_ + "uaren" ; --# notpresent - VPB (Cond Sg P1) => act_ + "uara" ; --# notpresent - VPB (Cond Sg P2) => act_ + "uaras" ; --# notpresent - VPB (Cond Sg P3) => act_ + "uara" ; --# notpresent - VPB (Cond Pl P1) => act_ + "uaramos" ; --# notpresent - VPB (Cond Pl P2) => act_ + "uarais" ; --# notpresent - VPB (Cond Pl P3) => act_ + "uaran" ; --# 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_ + "rs" ; - VPB (Pres Ind Pl P3) => adqui_ + "eren" ; - VPB (Pres Subj Sg P1) => adqui_ + "era" ; - VPB (Pres Subj Sg P2) => adqui_ + "eras" ; - VPB (Pres Subj Sg P3) => adqui_ + "era" ; - VPB (Pres Subj Pl P1) => adqui_ + "ramos" ; - VPB (Pres Subj Pl P2) => adqui_ + "ris" ; - VPB (Pres Subj Pl P3) => adqui_ + "eran" ; - VPB (Impf Ind Sg P1) => adqui_ + "ra" ; --# notpresent - VPB (Impf Ind Sg P2) => adqui_ + "ras" ; --# notpresent - VPB (Impf Ind Sg P3) => adqui_ + "ra" ; --# notpresent - VPB (Impf Ind Pl P1) => adqui_ + "ramos" ; --# notpresent - VPB (Impf Ind Pl P2) => adqui_ + "rais" ; --# notpresent - VPB (Impf Ind Pl P3) => adqui_ + "ran" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {adqui_ + "riera" ; adqui_ + "riese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {adqui_ + "rieras" ; adqui_ + "rieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {adqui_ + "riera" ; adqui_ + "riese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {adqui_ + "riramos" ; adqui_ + "risemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {adqui_ + "rierais" ; adqui_ + "rieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {adqui_ + "rieran" ; adqui_ + "riesen"} ; --# notpresent - VPB (Pret Sg P1) => adqui_ + "r" ; --# notpresent - VPB (Pret Sg P2) => adqui_ + "riste" ; --# notpresent - VPB (Pret Sg P3) => adqui_ + "ri" ; --# notpresent - VPB (Pret Pl P1) => adqui_ + "rimos" ; --# notpresent - VPB (Pret Pl P2) => adqui_ + "risteis" ; --# notpresent - VPB (Pret Pl P3) => adqui_ + "rieron" ; --# notpresent - VPB (Fut Ind Sg P1) => adqui_ + "rir" ; --# notpresent - VPB (Fut Ind Sg P2) => adqui_ + "rirs" ; --# notpresent - VPB (Fut Ind Sg P3) => adqui_ + "rir" ; --# notpresent - VPB (Fut Ind Pl P1) => adqui_ + "riremos" ; --# notpresent - VPB (Fut Ind Pl P2) => adqui_ + "riris" ; --# notpresent - VPB (Fut Ind Pl P3) => adqui_ + "rirn" ; --# notpresent - VPB (Fut Subj Sg P1) => adqui_ + "riere" ; --# notpresent - VPB (Fut Subj Sg P2) => adqui_ + "rieres" ; --# notpresent - VPB (Fut Subj Sg P3) => adqui_ + "riere" ; --# notpresent - VPB (Fut Subj Pl P1) => adqui_ + "riremos" ; --# notpresent - VPB (Fut Subj Pl P2) => adqui_ + "riereis" ; --# notpresent - VPB (Fut Subj Pl P3) => adqui_ + "rieren" ; --# notpresent - VPB (Cond Sg P1) => adqui_ + "rira" ; --# notpresent - VPB (Cond Sg P2) => adqui_ + "riras" ; --# notpresent - VPB (Cond Sg P3) => adqui_ + "rira" ; --# notpresent - VPB (Cond Pl P1) => adqui_ + "riramos" ; --# notpresent - VPB (Cond Pl P2) => adqui_ + "rirais" ; --# notpresent - VPB (Cond Pl P3) => adqui_ + "riran" ; --# 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_ + "incis" ; - VPB (Pres Ind Pl P3) => ah_ + "ncan" ; - VPB (Pres Subj Sg P1) => ah_ + "nque" ; - VPB (Pres Subj Sg P2) => ah_ + "nques" ; - VPB (Pres Subj Sg P3) => ah_ + "nque" ; - VPB (Pres Subj Pl P1) => ah_ + "inquemos" ; - VPB (Pres Subj Pl P2) => ah_ + "inquis" ; - VPB (Pres Subj Pl P3) => ah_ + "nquen" ; - VPB (Impf Ind Sg P1) => ah_ + "incaba" ; --# notpresent - VPB (Impf Ind Sg P2) => ah_ + "incabas" ; --# notpresent - VPB (Impf Ind Sg P3) => ah_ + "incaba" ; --# notpresent - VPB (Impf Ind Pl P1) => ah_ + "incbamos" ; --# notpresent - VPB (Impf Ind Pl P2) => ah_ + "incabais" ; --# notpresent - VPB (Impf Ind Pl P3) => ah_ + "incaban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {ah_ + "incara" ; ah_ + "incase"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {ah_ + "incaras" ; ah_ + "incases"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {ah_ + "incara" ; ah_ + "incase"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {ah_ + "incramos" ; ah_ + "incsemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {ah_ + "incarais" ; ah_ + "incaseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {ah_ + "incaran" ; ah_ + "incasen"} ; --# notpresent - VPB (Pret Sg P1) => ah_ + "inqu" ; --# notpresent - VPB (Pret Sg P2) => ah_ + "incaste" ; --# notpresent - VPB (Pret Sg P3) => ah_ + "inc" ; --# notpresent - VPB (Pret Pl P1) => ah_ + "incamos" ; --# notpresent - VPB (Pret Pl P2) => ah_ + "incasteis" ; --# notpresent - VPB (Pret Pl P3) => ah_ + "incaron" ; --# notpresent - VPB (Fut Ind Sg P1) => ah_ + "incar" ; --# notpresent - VPB (Fut Ind Sg P2) => ah_ + "incars" ; --# notpresent - VPB (Fut Ind Sg P3) => ah_ + "incar" ; --# notpresent - VPB (Fut Ind Pl P1) => ah_ + "incaremos" ; --# notpresent - VPB (Fut Ind Pl P2) => ah_ + "incaris" ; --# notpresent - VPB (Fut Ind Pl P3) => ah_ + "incarn" ; --# notpresent - VPB (Fut Subj Sg P1) => ah_ + "incare" ; --# notpresent - VPB (Fut Subj Sg P2) => ah_ + "incares" ; --# notpresent - VPB (Fut Subj Sg P3) => ah_ + "incare" ; --# notpresent - VPB (Fut Subj Pl P1) => ah_ + "incremos" ; --# notpresent - VPB (Fut Subj Pl P2) => ah_ + "incareis" ; --# notpresent - VPB (Fut Subj Pl P3) => ah_ + "incaren" ; --# notpresent - VPB (Cond Sg P1) => ah_ + "incara" ; --# notpresent - VPB (Cond Sg P2) => ah_ + "incaras" ; --# notpresent - VPB (Cond Sg P3) => ah_ + "incara" ; --# notpresent - VPB (Cond Pl P1) => ah_ + "incaramos" ; --# notpresent - VPB (Cond Pl P2) => ah_ + "incarais" ; --# notpresent - VPB (Cond Pl P3) => ah_ + "incaran" ; --# 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_ + "iris" ; - VPB (Pres Ind Pl P3) => a_ + "ran" ; - VPB (Pres Subj Sg P1) => a_ + "re" ; - VPB (Pres Subj Sg P2) => a_ + "res" ; - VPB (Pres Subj Sg P3) => a_ + "re" ; - VPB (Pres Subj Pl P1) => a_ + "iremos" ; - VPB (Pres Subj Pl P2) => a_ + "iris" ; - VPB (Pres Subj Pl P3) => a_ + "ren" ; - VPB (Impf Ind Sg P1) => a_ + "iraba" ; --# notpresent - VPB (Impf Ind Sg P2) => a_ + "irabas" ; --# notpresent - VPB (Impf Ind Sg P3) => a_ + "iraba" ; --# notpresent - VPB (Impf Ind Pl P1) => a_ + "irbamos" ; --# notpresent - VPB (Impf Ind Pl P2) => a_ + "irabais" ; --# notpresent - VPB (Impf Ind Pl P3) => a_ + "iraban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {a_ + "irara" ; a_ + "irase"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {a_ + "iraras" ; a_ + "irases"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {a_ + "irara" ; a_ + "irase"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {a_ + "irramos" ; a_ + "irsemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {a_ + "irarais" ; a_ + "iraseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {a_ + "iraran" ; a_ + "irasen"} ; --# notpresent - VPB (Pret Sg P1) => a_ + "ir" ; --# notpresent - VPB (Pret Sg P2) => a_ + "iraste" ; --# notpresent - VPB (Pret Sg P3) => a_ + "ir" ; --# notpresent - VPB (Pret Pl P1) => a_ + "iramos" ; --# notpresent - VPB (Pret Pl P2) => a_ + "irasteis" ; --# notpresent - VPB (Pret Pl P3) => a_ + "iraron" ; --# notpresent - VPB (Fut Ind Sg P1) => a_ + "irar" ; --# notpresent - VPB (Fut Ind Sg P2) => a_ + "irars" ; --# notpresent - VPB (Fut Ind Sg P3) => a_ + "irar" ; --# notpresent - VPB (Fut Ind Pl P1) => a_ + "iraremos" ; --# notpresent - VPB (Fut Ind Pl P2) => a_ + "iraris" ; --# notpresent - VPB (Fut Ind Pl P3) => a_ + "irarn" ; --# notpresent - VPB (Fut Subj Sg P1) => a_ + "irare" ; --# notpresent - VPB (Fut Subj Sg P2) => a_ + "irares" ; --# notpresent - VPB (Fut Subj Sg P3) => a_ + "irare" ; --# notpresent - VPB (Fut Subj Pl P1) => a_ + "irremos" ; --# notpresent - VPB (Fut Subj Pl P2) => a_ + "irareis" ; --# notpresent - VPB (Fut Subj Pl P3) => a_ + "iraren" ; --# notpresent - VPB (Cond Sg P1) => a_ + "irara" ; --# notpresent - VPB (Cond Sg P2) => a_ + "iraras" ; --# notpresent - VPB (Cond Sg P3) => a_ + "irara" ; --# notpresent - VPB (Cond Pl P1) => a_ + "iraramos" ; --# notpresent - VPB (Cond Pl P2) => a_ + "irarais" ; --# notpresent - VPB (Cond Pl P3) => a_ + "iraran" ; --# notpresent - VPB (Imper Sg P1) => variants {} ; - VPB (Imper Sg P2) => a_ + "ra" ; - VPB (Imper Sg P3) => a_ + "re" ; - VPB (Imper Pl P1) => a_ + "iremos" ; - VPB (Imper Pl P2) => a_ + "irad" ; - VPB (Imper Pl P3) => a_ + "ren" ; - VPB (Pass Sg Masc) => a_ + "irado" ; - VPB (Pass Sg Fem) => a_ + "irada" ; - VPB (Pass Pl Masc) => a_ + "irados" ; - VPB (Pass Pl Fem) => a_ + "iradas" - } - } ; -oper andar_13 : Str -> Verbum = \andar -> - let and_ = Predef.tk 2 andar in - {s = table { - VI Infn => and_ + "ar" ; - VI Ger => and_ + "ando" ; - VI Part => and_ + "ado" ; - VPB (Pres Ind Sg P1) => and_ + "o" ; - VPB (Pres Ind Sg P2) => and_ + "as" ; - VPB (Pres Ind Sg P3) => and_ + "a" ; - VPB (Pres Ind Pl P1) => and_ + "amos" ; - VPB (Pres Ind Pl P2) => and_ + "is" ; - VPB (Pres Ind Pl P3) => and_ + "an" ; - VPB (Pres Subj Sg P1) => and_ + "e" ; - VPB (Pres Subj Sg P2) => and_ + "es" ; - VPB (Pres Subj Sg P3) => and_ + "e" ; - VPB (Pres Subj Pl P1) => and_ + "emos" ; - VPB (Pres Subj Pl P2) => and_ + "is" ; - VPB (Pres Subj Pl P3) => and_ + "en" ; - VPB (Impf Ind Sg P1) => and_ + "aba" ; --# notpresent - VPB (Impf Ind Sg P2) => and_ + "abas" ; --# notpresent - VPB (Impf Ind Sg P3) => and_ + "aba" ; --# notpresent - VPB (Impf Ind Pl P1) => and_ + "bamos" ; --# notpresent - VPB (Impf Ind Pl P2) => and_ + "abais" ; --# notpresent - VPB (Impf Ind Pl P3) => and_ + "aban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {and_ + "uviera" ; and_ + "uviese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {and_ + "uvieras" ; and_ + "uvieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {and_ + "uviera" ; and_ + "uviese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {and_ + "uviramos" ; and_ + "uvisemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {and_ + "uvierais" ; and_ + "uvieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {and_ + "uvieran" ; and_ + "uviesen"} ; --# notpresent - VPB (Pret Sg P1) => and_ + "uve" ; --# notpresent - VPB (Pret Sg P2) => and_ + "uviste" ; --# notpresent - VPB (Pret Sg P3) => and_ + "uvo" ; --# notpresent - VPB (Pret Pl P1) => and_ + "uvimos" ; --# notpresent - VPB (Pret Pl P2) => and_ + "uvisteis" ; --# notpresent - VPB (Pret Pl P3) => and_ + "uvieron" ; --# notpresent - VPB (Fut Ind Sg P1) => and_ + "ar" ; --# notpresent - VPB (Fut Ind Sg P2) => and_ + "ars" ; --# notpresent - VPB (Fut Ind Sg P3) => and_ + "ar" ; --# notpresent - VPB (Fut Ind Pl P1) => and_ + "aremos" ; --# notpresent - VPB (Fut Ind Pl P2) => and_ + "aris" ; --# notpresent - VPB (Fut Ind Pl P3) => and_ + "arn" ; --# notpresent - VPB (Fut Subj Sg P1) => and_ + "uviere" ; --# notpresent - VPB (Fut Subj Sg P2) => and_ + "uvieres" ; --# notpresent - VPB (Fut Subj Sg P3) => and_ + "uviere" ; --# notpresent - VPB (Fut Subj Pl P1) => and_ + "uviremos" ; --# notpresent - VPB (Fut Subj Pl P2) => and_ + "uviereis" ; --# notpresent - VPB (Fut Subj Pl P3) => and_ + "uvieren" ; --# notpresent - VPB (Cond Sg P1) => and_ + "ara" ; --# notpresent - VPB (Cond Sg P2) => and_ + "aras" ; --# notpresent - VPB (Cond Sg P3) => and_ + "ara" ; --# notpresent - VPB (Cond Pl P1) => and_ + "aramos" ; --# notpresent - VPB (Cond Pl P2) => and_ + "arais" ; --# notpresent - VPB (Cond Pl P3) => and_ + "aran" ; --# notpresent - VPB (Imper Sg P1) => variants {} ; - VPB (Imper Sg P2) => and_ + "a" ; - VPB (Imper Sg P3) => and_ + "e" ; - VPB (Imper Pl P1) => and_ + "emos" ; - VPB (Imper Pl P2) => and_ + "ad" ; - VPB (Imper Pl P3) => and_ + "en" ; - VPB (Pass Sg Masc) => and_ + "ado" ; - VPB (Pass Sg Fem) => and_ + "ada" ; - VPB (Pass Pl Masc) => and_ + "ados" ; - VPB (Pass Pl Fem) => and_ + "adas" - } - } ; -oper asir_14 : Str -> Verbum = \asir -> - let as_ = Predef.tk 2 asir in - {s = table { - VI Infn => as_ + "ir" ; - VI Ger => as_ + "iendo" ; - VI Part => as_ + "ido" ; - VPB (Pres Ind Sg P1) => as_ + "go" ; - VPB (Pres Ind Sg P2) => as_ + "es" ; - VPB (Pres Ind Sg P3) => as_ + "e" ; - VPB (Pres Ind Pl P1) => as_ + "imos" ; - VPB (Pres Ind Pl P2) => as_ + "s" ; - VPB (Pres Ind Pl P3) => as_ + "en" ; - VPB (Pres Subj Sg P1) => as_ + "ga" ; - VPB (Pres Subj Sg P2) => as_ + "gas" ; - VPB (Pres Subj Sg P3) => as_ + "ga" ; - VPB (Pres Subj Pl P1) => as_ + "gamos" ; - VPB (Pres Subj Pl P2) => as_ + "gis" ; - VPB (Pres Subj Pl P3) => as_ + "gan" ; - VPB (Impf Ind Sg P1) => as_ + "a" ; --# notpresent - VPB (Impf Ind Sg P2) => as_ + "as" ; --# notpresent - VPB (Impf Ind Sg P3) => as_ + "a" ; --# notpresent - VPB (Impf Ind Pl P1) => as_ + "amos" ; --# notpresent - VPB (Impf Ind Pl P2) => as_ + "ais" ; --# notpresent - VPB (Impf Ind Pl P3) => as_ + "an" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {as_ + "iera" ; as_ + "iese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {as_ + "ieras" ; as_ + "ieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {as_ + "iera" ; as_ + "iese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {as_ + "iramos" ; as_ + "isemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {as_ + "ierais" ; as_ + "ieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {as_ + "ieran" ; as_ + "iesen"} ; --# notpresent - VPB (Pret Sg P1) => as_ + "" ; --# notpresent - VPB (Pret Sg P2) => as_ + "iste" ; --# notpresent - VPB (Pret Sg P3) => as_ + "i" ; --# notpresent - VPB (Pret Pl P1) => as_ + "imos" ; --# notpresent - VPB (Pret Pl P2) => as_ + "isteis" ; --# notpresent - VPB (Pret Pl P3) => as_ + "ieron" ; --# notpresent - VPB (Fut Ind Sg P1) => as_ + "ir" ; --# notpresent - VPB (Fut Ind Sg P2) => as_ + "irs" ; --# notpresent - VPB (Fut Ind Sg P3) => as_ + "ir" ; --# notpresent - VPB (Fut Ind Pl P1) => as_ + "iremos" ; --# notpresent - VPB (Fut Ind Pl P2) => as_ + "iris" ; --# notpresent - VPB (Fut Ind Pl P3) => as_ + "irn" ; --# notpresent - VPB (Fut Subj Sg P1) => as_ + "iere" ; --# notpresent - VPB (Fut Subj Sg P2) => as_ + "ieres" ; --# notpresent - VPB (Fut Subj Sg P3) => as_ + "iere" ; --# notpresent - VPB (Fut Subj Pl P1) => as_ + "iremos" ; --# notpresent - VPB (Fut Subj Pl P2) => as_ + "iereis" ; --# notpresent - VPB (Fut Subj Pl P3) => as_ + "ieren" ; --# notpresent - VPB (Cond Sg P1) => as_ + "ira" ; --# notpresent - VPB (Cond Sg P2) => as_ + "iras" ; --# notpresent - VPB (Cond Sg P3) => as_ + "ira" ; --# notpresent - VPB (Cond Pl P1) => as_ + "iramos" ; --# notpresent - VPB (Cond Pl P2) => as_ + "irais" ; --# notpresent - VPB (Cond Pl P3) => as_ + "iran" ; --# 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_ + "ullis" ; - VPB (Pres Ind Pl P3) => a_ + "llan" ; - VPB (Pres Subj Sg P1) => a_ + "lle" ; - VPB (Pres Subj Sg P2) => a_ + "lles" ; - VPB (Pres Subj Sg P3) => a_ + "lle" ; - VPB (Pres Subj Pl P1) => a_ + "ullemos" ; - VPB (Pres Subj Pl P2) => a_ + "ullis" ; - VPB (Pres Subj Pl P3) => a_ + "llen" ; - VPB (Impf Ind Sg P1) => a_ + "ullaba" ; --# notpresent - VPB (Impf Ind Sg P2) => a_ + "ullabas" ; --# notpresent - VPB (Impf Ind Sg P3) => a_ + "ullaba" ; --# notpresent - VPB (Impf Ind Pl P1) => a_ + "ullbamos" ; --# notpresent - VPB (Impf Ind Pl P2) => a_ + "ullabais" ; --# notpresent - VPB (Impf Ind Pl P3) => a_ + "ullaban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {a_ + "ullara" ; a_ + "ullase"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {a_ + "ullaras" ; a_ + "ullases"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {a_ + "ullara" ; a_ + "ullase"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {a_ + "ullramos" ; a_ + "ullsemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {a_ + "ullarais" ; a_ + "ullaseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {a_ + "ullaran" ; a_ + "ullasen"} ; --# notpresent - VPB (Pret Sg P1) => a_ + "ull" ; --# notpresent - VPB (Pret Sg P2) => a_ + "ullaste" ; --# notpresent - VPB (Pret Sg P3) => a_ + "ull" ; --# notpresent - VPB (Pret Pl P1) => a_ + "ullamos" ; --# notpresent - VPB (Pret Pl P2) => a_ + "ullasteis" ; --# notpresent - VPB (Pret Pl P3) => a_ + "ullaron" ; --# notpresent - VPB (Fut Ind Sg P1) => a_ + "ullar" ; --# notpresent - VPB (Fut Ind Sg P2) => a_ + "ullars" ; --# notpresent - VPB (Fut Ind Sg P3) => a_ + "ullar" ; --# notpresent - VPB (Fut Ind Pl P1) => a_ + "ullaremos" ; --# notpresent - VPB (Fut Ind Pl P2) => a_ + "ullaris" ; --# notpresent - VPB (Fut Ind Pl P3) => a_ + "ullarn" ; --# notpresent - VPB (Fut Subj Sg P1) => a_ + "ullare" ; --# notpresent - VPB (Fut Subj Sg P2) => a_ + "ullares" ; --# notpresent - VPB (Fut Subj Sg P3) => a_ + "ullare" ; --# notpresent - VPB (Fut Subj Pl P1) => a_ + "ullremos" ; --# notpresent - VPB (Fut Subj Pl P2) => a_ + "ullareis" ; --# notpresent - VPB (Fut Subj Pl P3) => a_ + "ullaren" ; --# notpresent - VPB (Cond Sg P1) => a_ + "ullara" ; --# notpresent - VPB (Cond Sg P2) => a_ + "ullaras" ; --# notpresent - VPB (Cond Sg P3) => a_ + "ullara" ; --# notpresent - VPB (Cond Pl P1) => a_ + "ullaramos" ; --# notpresent - VPB (Cond Pl P2) => a_ + "ullarais" ; --# notpresent - VPB (Cond Pl P3) => a_ + "ullaran" ; --# 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_ + "onzis" ; - VPB (Pres Ind Pl P3) => averg_ + "enzan" ; - VPB (Pres Subj Sg P1) => averg_ + "ence" ; - VPB (Pres Subj Sg P2) => averg_ + "ences" ; - VPB (Pres Subj Sg P3) => averg_ + "ence" ; - VPB (Pres Subj Pl P1) => averg_ + "oncemos" ; - VPB (Pres Subj Pl P2) => averg_ + "oncis" ; - VPB (Pres Subj Pl P3) => averg_ + "encen" ; - VPB (Impf Ind Sg P1) => averg_ + "onzaba" ; --# notpresent - VPB (Impf Ind Sg P2) => averg_ + "onzabas" ; --# notpresent - VPB (Impf Ind Sg P3) => averg_ + "onzaba" ; --# notpresent - VPB (Impf Ind Pl P1) => averg_ + "onzbamos" ; --# notpresent - VPB (Impf Ind Pl P2) => averg_ + "onzabais" ; --# notpresent - VPB (Impf Ind Pl P3) => averg_ + "onzaban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {averg_ + "onzara" ; averg_ + "onzase"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {averg_ + "onzaras" ; averg_ + "onzases"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {averg_ + "onzara" ; averg_ + "onzase"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {averg_ + "onzramos" ; averg_ + "onzsemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {averg_ + "onzarais" ; averg_ + "onzaseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {averg_ + "onzaran" ; averg_ + "onzasen"} ; --# notpresent - VPB (Pret Sg P1) => averg_ + "onc" ; --# notpresent - VPB (Pret Sg P2) => averg_ + "onzaste" ; --# notpresent - VPB (Pret Sg P3) => averg_ + "onz" ; --# notpresent - VPB (Pret Pl P1) => averg_ + "onzamos" ; --# notpresent - VPB (Pret Pl P2) => averg_ + "onzasteis" ; --# notpresent - VPB (Pret Pl P3) => averg_ + "onzaron" ; --# notpresent - VPB (Fut Ind Sg P1) => averg_ + "onzar" ; --# notpresent - VPB (Fut Ind Sg P2) => averg_ + "onzars" ; --# notpresent - VPB (Fut Ind Sg P3) => averg_ + "onzar" ; --# notpresent - VPB (Fut Ind Pl P1) => averg_ + "onzaremos" ; --# notpresent - VPB (Fut Ind Pl P2) => averg_ + "onzaris" ; --# notpresent - VPB (Fut Ind Pl P3) => averg_ + "onzarn" ; --# notpresent - VPB (Fut Subj Sg P1) => averg_ + "onzare" ; --# notpresent - VPB (Fut Subj Sg P2) => averg_ + "onzares" ; --# notpresent - VPB (Fut Subj Sg P3) => averg_ + "onzare" ; --# notpresent - VPB (Fut Subj Pl P1) => averg_ + "onzremos" ; --# notpresent - VPB (Fut Subj Pl P2) => averg_ + "onzareis" ; --# notpresent - VPB (Fut Subj Pl P3) => averg_ + "onzaren" ; --# notpresent - VPB (Cond Sg P1) => averg_ + "onzara" ; --# notpresent - VPB (Cond Sg P2) => averg_ + "onzaras" ; --# notpresent - VPB (Cond Sg P3) => averg_ + "onzara" ; --# notpresent - VPB (Cond Pl P1) => averg_ + "onzaramos" ; --# notpresent - VPB (Cond Pl P2) => averg_ + "onzarais" ; --# notpresent - VPB (Cond Pl P3) => averg_ + "onzaran" ; --# 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_ + "uis" ; - VPB (Pres Ind Pl P3) => averig_ + "uan" ; - VPB (Pres Subj Sg P1) => averig_ + "e" ; - VPB (Pres Subj Sg P2) => averig_ + "es" ; - VPB (Pres Subj Sg P3) => averig_ + "e" ; - VPB (Pres Subj Pl P1) => averig_ + "emos" ; - VPB (Pres Subj Pl P2) => averig_ + "is" ; - VPB (Pres Subj Pl P3) => averig_ + "en" ; - VPB (Impf Ind Sg P1) => averig_ + "uaba" ; --# notpresent - VPB (Impf Ind Sg P2) => averig_ + "uabas" ; --# notpresent - VPB (Impf Ind Sg P3) => averig_ + "uaba" ; --# notpresent - VPB (Impf Ind Pl P1) => averig_ + "ubamos" ; --# notpresent - VPB (Impf Ind Pl P2) => averig_ + "uabais" ; --# notpresent - VPB (Impf Ind Pl P3) => averig_ + "uaban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {averig_ + "uara" ; averig_ + "uase"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {averig_ + "uaras" ; averig_ + "uases"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {averig_ + "uara" ; averig_ + "uase"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {averig_ + "uramos" ; averig_ + "usemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {averig_ + "uarais" ; averig_ + "uaseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {averig_ + "uaran" ; averig_ + "uasen"} ; --# notpresent - VPB (Pret Sg P1) => averig_ + "" ; --# notpresent - VPB (Pret Sg P2) => averig_ + "uaste" ; --# notpresent - VPB (Pret Sg P3) => averig_ + "u" ; --# notpresent - VPB (Pret Pl P1) => averig_ + "uamos" ; --# notpresent - VPB (Pret Pl P2) => averig_ + "uasteis" ; --# notpresent - VPB (Pret Pl P3) => averig_ + "uaron" ; --# notpresent - VPB (Fut Ind Sg P1) => averig_ + "uar" ; --# notpresent - VPB (Fut Ind Sg P2) => averig_ + "uars" ; --# notpresent - VPB (Fut Ind Sg P3) => averig_ + "uar" ; --# notpresent - VPB (Fut Ind Pl P1) => averig_ + "uaremos" ; --# notpresent - VPB (Fut Ind Pl P2) => averig_ + "uaris" ; --# notpresent - VPB (Fut Ind Pl P3) => averig_ + "uarn" ; --# notpresent - VPB (Fut Subj Sg P1) => averig_ + "uare" ; --# notpresent - VPB (Fut Subj Sg P2) => averig_ + "uares" ; --# notpresent - VPB (Fut Subj Sg P3) => averig_ + "uare" ; --# notpresent - VPB (Fut Subj Pl P1) => averig_ + "uremos" ; --# notpresent - VPB (Fut Subj Pl P2) => averig_ + "uareis" ; --# notpresent - VPB (Fut Subj Pl P3) => averig_ + "uaren" ; --# notpresent - VPB (Cond Sg P1) => averig_ + "uara" ; --# notpresent - VPB (Cond Sg P2) => averig_ + "uaras" ; --# notpresent - VPB (Cond Sg P3) => averig_ + "uara" ; --# notpresent - VPB (Cond Pl P1) => averig_ + "uaramos" ; --# notpresent - VPB (Cond Pl P2) => averig_ + "uarais" ; --# notpresent - VPB (Cond Pl P3) => averig_ + "uaran" ; --# 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 bruir_18 : Str -> Verbum = \bruir -> - let bru_ = Predef.tk 2 bruir in - {s = table { - VI Infn => bru_ + "ir" ; - VI Ger => bru_ + "endo" ; - VI Part => bru_ + "ido" ; - VPB (Pres Ind Sg P1) => bru_ + "o" ; - VPB (Pres Ind Sg P2) => bru_ + "es" ; - VPB (Pres Ind Sg P3) => bru_ + "e" ; - VPB (Pres Ind Pl P1) => bru_ + "imos" ; - VPB (Pres Ind Pl P2) => bru_ + "s" ; - VPB (Pres Ind Pl P3) => bru_ + "en" ; - VPB (Pres Subj Sg P1) => bru_ + "a" ; - VPB (Pres Subj Sg P2) => bru_ + "as" ; - VPB (Pres Subj Sg P3) => bru_ + "a" ; - VPB (Pres Subj Pl P1) => bru_ + "amos" ; - VPB (Pres Subj Pl P2) => bru_ + "is" ; - VPB (Pres Subj Pl P3) => bru_ + "an" ; - VPB (Impf Ind Sg P1) => bru_ + "a" ; --# notpresent - VPB (Impf Ind Sg P2) => bru_ + "as" ; --# notpresent - VPB (Impf Ind Sg P3) => bru_ + "a" ; --# notpresent - VPB (Impf Ind Pl P1) => bru_ + "amos" ; --# notpresent - VPB (Impf Ind Pl P2) => bru_ + "ais" ; --# notpresent - VPB (Impf Ind Pl P3) => bru_ + "an" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {bru_ + "era" ; bru_ + "ese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {bru_ + "eras" ; bru_ + "eses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {bru_ + "era" ; bru_ + "ese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {bru_ + "ramos" ; bru_ + "semos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {bru_ + "erais" ; bru_ + "eseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {bru_ + "eran" ; bru_ + "esen"} ; --# notpresent - VPB (Pret Sg P1) => bru_ + "" ; --# notpresent - VPB (Pret Sg P2) => bru_ + "iste" ; --# notpresent - VPB (Pret Sg P3) => bru_ + "" ; --# notpresent - VPB (Pret Pl P1) => bru_ + "imos" ; --# notpresent - VPB (Pret Pl P2) => bru_ + "isteis" ; --# notpresent - VPB (Pret Pl P3) => bru_ + "eron" ; --# notpresent - VPB (Fut Ind Sg P1) => bru_ + "ir" ; --# notpresent - VPB (Fut Ind Sg P2) => bru_ + "irs" ; --# notpresent - VPB (Fut Ind Sg P3) => bru_ + "ir" ; --# notpresent - VPB (Fut Ind Pl P1) => bru_ + "iremos" ; --# notpresent - VPB (Fut Ind Pl P2) => bru_ + "iris" ; --# notpresent - VPB (Fut Ind Pl P3) => bru_ + "irn" ; --# notpresent - VPB (Fut Subj Sg P1) => bru_ + "ere" ; --# notpresent - VPB (Fut Subj Sg P2) => bru_ + "eres" ; --# notpresent - VPB (Fut Subj Sg P3) => bru_ + "ere" ; --# notpresent - VPB (Fut Subj Pl P1) => bru_ + "remos" ; --# notpresent - VPB (Fut Subj Pl P2) => bru_ + "ereis" ; --# notpresent - VPB (Fut Subj Pl P3) => bru_ + "eren" ; --# notpresent - VPB (Cond Sg P1) => bru_ + "ira" ; --# notpresent - VPB (Cond Sg P2) => bru_ + "iras" ; --# notpresent - VPB (Cond Sg P3) => bru_ + "ira" ; --# notpresent - VPB (Cond Pl P1) => bru_ + "iramos" ; --# notpresent - VPB (Cond Pl P2) => bru_ + "irais" ; --# notpresent - VPB (Cond Pl P3) => bru_ + "iran" ; --# 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_ + "cabis" ; - VPB (Pres Ind Pl P3) => x_ + "caben" ; - VPB (Pres Subj Sg P1) => x_ + "quepa" ; - VPB (Pres Subj Sg P2) => x_ + "quepas" ; - VPB (Pres Subj Sg P3) => x_ + "quepa" ; - VPB (Pres Subj Pl P1) => x_ + "quepamos" ; - VPB (Pres Subj Pl P2) => x_ + "quepis" ; - VPB (Pres Subj Pl P3) => x_ + "quepan" ; - VPB (Impf Ind Sg P1) => x_ + "caba" ; --# notpresent - VPB (Impf Ind Sg P2) => x_ + "cabas" ; --# notpresent - VPB (Impf Ind Sg P3) => x_ + "caba" ; --# notpresent - VPB (Impf Ind Pl P1) => x_ + "cabamos" ; --# notpresent - VPB (Impf Ind Pl P2) => x_ + "cabais" ; --# notpresent - VPB (Impf Ind Pl P3) => x_ + "caban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {x_ + "cupiera" ; x_ + "cupiese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {x_ + "cupieras" ; x_ + "cupieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {x_ + "cupiera" ; x_ + "cupiese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {x_ + "cupiramos" ; x_ + "cupisemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {x_ + "cupierais" ; x_ + "cupieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {x_ + "cupieran" ; x_ + "cupiesen"} ; --# notpresent - VPB (Pret Sg P1) => x_ + "cupe" ; --# notpresent - VPB (Pret Sg P2) => x_ + "cupiste" ; --# notpresent - VPB (Pret Sg P3) => x_ + "cupo" ; --# notpresent - VPB (Pret Pl P1) => x_ + "cupimos" ; --# notpresent - VPB (Pret Pl P2) => x_ + "cupisteis" ; --# notpresent - VPB (Pret Pl P3) => x_ + "cupieron" ; --# notpresent - VPB (Fut Ind Sg P1) => x_ + "cabr" ; --# notpresent - VPB (Fut Ind Sg P2) => x_ + "cabrs" ; --# notpresent - VPB (Fut Ind Sg P3) => x_ + "cabr" ; --# notpresent - VPB (Fut Ind Pl P1) => x_ + "cabremos" ; --# notpresent - VPB (Fut Ind Pl P2) => x_ + "cabris" ; --# notpresent - VPB (Fut Ind Pl P3) => x_ + "cabrn" ; --# notpresent - VPB (Fut Subj Sg P1) => x_ + "cupiere" ; --# notpresent - VPB (Fut Subj Sg P2) => x_ + "cupieres" ; --# notpresent - VPB (Fut Subj Sg P3) => x_ + "cupiere" ; --# notpresent - VPB (Fut Subj Pl P1) => x_ + "cupiremos" ; --# notpresent - VPB (Fut Subj Pl P2) => x_ + "cupiereis" ; --# notpresent - VPB (Fut Subj Pl P3) => x_ + "cupieren" ; --# notpresent - VPB (Cond Sg P1) => x_ + "cabra" ; --# notpresent - VPB (Cond Sg P2) => x_ + "cabras" ; --# notpresent - VPB (Cond Sg P3) => x_ + "cabra" ; --# notpresent - VPB (Cond Pl P1) => x_ + "cabramos" ; --# notpresent - VPB (Cond Pl P2) => x_ + "cabrais" ; --# notpresent - VPB (Cond Pl P3) => x_ + "cabran" ; --# notpresent - VPB (Imper Sg P1) => variants {} ; - VPB (Imper Sg P2) => x_ + "cabe" ; - VPB (Imper Sg P3) => x_ + "quepa" ; - VPB (Imper Pl P1) => x_ + "quepamos" ; - VPB (Imper Pl P2) => x_ + "cabed" ; - VPB (Imper Pl P3) => x_ + "quepan" ; - VPB (Pass Sg Masc) => x_ + "cabido" ; - VPB (Pass Sg Fem) => x_ + "cabida" ; - VPB (Pass Pl Masc) => x_ + "cabidos" ; - VPB (Pass Pl Fem) => x_ + "cabidas" - } - } ; -oper caer_20 : Str -> Verbum = \caer -> - let ca_ = Predef.tk 2 caer in - {s = table { - VI Infn => ca_ + "er" ; - VI Ger => ca_ + "yendo" ; - VI Part => ca_ + "do" ; - VPB (Pres Ind Sg P1) => ca_ + "igo" ; - VPB (Pres Ind Sg P2) => ca_ + "es" ; - VPB (Pres Ind Sg P3) => ca_ + "e" ; - VPB (Pres Ind Pl P1) => ca_ + "emos" ; - VPB (Pres Ind Pl P2) => ca_ + "is" ; - VPB (Pres Ind Pl P3) => ca_ + "en" ; - VPB (Pres Subj Sg P1) => ca_ + "iga" ; - VPB (Pres Subj Sg P2) => ca_ + "igas" ; - VPB (Pres Subj Sg P3) => ca_ + "iga" ; - VPB (Pres Subj Pl P1) => ca_ + "igamos" ; - VPB (Pres Subj Pl P2) => ca_ + "igis" ; - VPB (Pres Subj Pl P3) => ca_ + "igan" ; - VPB (Impf Ind Sg P1) => ca_ + "a" ; --# notpresent - VPB (Impf Ind Sg P2) => ca_ + "as" ; --# notpresent - VPB (Impf Ind Sg P3) => ca_ + "a" ; --# notpresent - VPB (Impf Ind Pl P1) => ca_ + "amos" ; --# notpresent - VPB (Impf Ind Pl P2) => ca_ + "ais" ; --# notpresent - VPB (Impf Ind Pl P3) => ca_ + "an" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {ca_ + "yera" ; ca_ + "yese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {ca_ + "yeras" ; ca_ + "yeses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {ca_ + "yera" ; ca_ + "yese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {ca_ + "yramos" ; ca_ + "ysemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {ca_ + "yerais" ; ca_ + "yeseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {ca_ + "yeran" ; ca_ + "yesen"} ; --# notpresent - VPB (Pret Sg P1) => ca_ + "" ; --# notpresent - VPB (Pret Sg P2) => ca_ + "ste" ; --# notpresent - VPB (Pret Sg P3) => ca_ + "y" ; --# notpresent - VPB (Pret Pl P1) => ca_ + "mos" ; --# notpresent - VPB (Pret Pl P2) => ca_ + "steis" ; --# notpresent - VPB (Pret Pl P3) => ca_ + "yeron" ; --# notpresent - VPB (Fut Ind Sg P1) => ca_ + "er" ; --# notpresent - VPB (Fut Ind Sg P2) => ca_ + "ers" ; --# notpresent - VPB (Fut Ind Sg P3) => ca_ + "er" ; --# notpresent - VPB (Fut Ind Pl P1) => ca_ + "eremos" ; --# notpresent - VPB (Fut Ind Pl P2) => ca_ + "eris" ; --# notpresent - VPB (Fut Ind Pl P3) => ca_ + "ern" ; --# notpresent - VPB (Fut Subj Sg P1) => ca_ + "yere" ; --# notpresent - VPB (Fut Subj Sg P2) => ca_ + "yeres" ; --# notpresent - VPB (Fut Subj Sg P3) => ca_ + "yere" ; --# notpresent - VPB (Fut Subj Pl P1) => ca_ + "yremos" ; --# notpresent - VPB (Fut Subj Pl P2) => ca_ + "yereis" ; --# notpresent - VPB (Fut Subj Pl P3) => ca_ + "yeren" ; --# notpresent - VPB (Cond Sg P1) => ca_ + "era" ; --# notpresent - VPB (Cond Sg P2) => ca_ + "eras" ; --# notpresent - VPB (Cond Sg P3) => ca_ + "era" ; --# notpresent - VPB (Cond Pl P1) => ca_ + "eramos" ; --# notpresent - VPB (Cond Pl P2) => ca_ + "erais" ; --# notpresent - VPB (Cond Pl P3) => ca_ + "eran" ; --# 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_ + "zis" ; - VPB (Pres Ind Pl P3) => ca_ + "zan" ; - VPB (Pres Subj Sg P1) => ca_ + "ce" ; - VPB (Pres Subj Sg P2) => ca_ + "ces" ; - VPB (Pres Subj Sg P3) => ca_ + "ce" ; - VPB (Pres Subj Pl P1) => ca_ + "cemos" ; - VPB (Pres Subj Pl P2) => ca_ + "cis" ; - VPB (Pres Subj Pl P3) => ca_ + "cen" ; - VPB (Impf Ind Sg P1) => ca_ + "zaba" ; --# notpresent - VPB (Impf Ind Sg P2) => ca_ + "zabas" ; --# notpresent - VPB (Impf Ind Sg P3) => ca_ + "zaba" ; --# notpresent - VPB (Impf Ind Pl P1) => ca_ + "zbamos" ; --# notpresent - VPB (Impf Ind Pl P2) => ca_ + "zabais" ; --# notpresent - VPB (Impf Ind Pl P3) => ca_ + "zaban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {ca_ + "zara" ; ca_ + "zase"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {ca_ + "zaras" ; ca_ + "zases"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {ca_ + "zara" ; ca_ + "zase"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {ca_ + "zramos" ; ca_ + "zsemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {ca_ + "zarais" ; ca_ + "zaseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {ca_ + "zaran" ; ca_ + "zasen"} ; --# notpresent - VPB (Pret Sg P1) => ca_ + "c" ; --# notpresent - VPB (Pret Sg P2) => ca_ + "zaste" ; --# notpresent - VPB (Pret Sg P3) => ca_ + "z" ; --# notpresent - VPB (Pret Pl P1) => ca_ + "zamos" ; --# notpresent - VPB (Pret Pl P2) => ca_ + "zasteis" ; --# notpresent - VPB (Pret Pl P3) => ca_ + "zaron" ; --# notpresent - VPB (Fut Ind Sg P1) => ca_ + "zar" ; --# notpresent - VPB (Fut Ind Sg P2) => ca_ + "zars" ; --# notpresent - VPB (Fut Ind Sg P3) => ca_ + "zar" ; --# notpresent - VPB (Fut Ind Pl P1) => ca_ + "zaremos" ; --# notpresent - VPB (Fut Ind Pl P2) => ca_ + "zaris" ; --# notpresent - VPB (Fut Ind Pl P3) => ca_ + "zarn" ; --# notpresent - VPB (Fut Subj Sg P1) => ca_ + "zare" ; --# notpresent - VPB (Fut Subj Sg P2) => ca_ + "zares" ; --# notpresent - VPB (Fut Subj Sg P3) => ca_ + "zare" ; --# notpresent - VPB (Fut Subj Pl P1) => ca_ + "zremos" ; --# notpresent - VPB (Fut Subj Pl P2) => ca_ + "zareis" ; --# notpresent - VPB (Fut Subj Pl P3) => ca_ + "zaren" ; --# notpresent - VPB (Cond Sg P1) => ca_ + "zara" ; --# notpresent - VPB (Cond Sg P2) => ca_ + "zaras" ; --# notpresent - VPB (Cond Sg P3) => ca_ + "zara" ; --# notpresent - VPB (Cond Pl P1) => ca_ + "zaramos" ; --# notpresent - VPB (Cond Pl P2) => ca_ + "zarais" ; --# notpresent - VPB (Cond Pl P3) => ca_ + "zaran" ; --# 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_ + "ocis" ; - VPB (Pres Ind Pl P3) => c_ + "uecen" ; - VPB (Pres Subj Sg P1) => c_ + "ueza" ; - VPB (Pres Subj Sg P2) => c_ + "uezas" ; - VPB (Pres Subj Sg P3) => c_ + "ueza" ; - VPB (Pres Subj Pl P1) => c_ + "ozamos" ; - VPB (Pres Subj Pl P2) => c_ + "ozis" ; - VPB (Pres Subj Pl P3) => c_ + "uezan" ; - VPB (Impf Ind Sg P1) => c_ + "oca" ; --# notpresent - VPB (Impf Ind Sg P2) => c_ + "ocas" ; --# notpresent - VPB (Impf Ind Sg P3) => c_ + "oca" ; --# notpresent - VPB (Impf Ind Pl P1) => c_ + "ocamos" ; --# notpresent - VPB (Impf Ind Pl P2) => c_ + "ocais" ; --# notpresent - VPB (Impf Ind Pl P3) => c_ + "ocan" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {c_ + "ociera" ; c_ + "ociese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {c_ + "ocieras" ; c_ + "ocieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {c_ + "ociera" ; c_ + "ociese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {c_ + "ociramos" ; c_ + "ocisemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {c_ + "ocierais" ; c_ + "ocieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {c_ + "ocieran" ; c_ + "ociesen"} ; --# notpresent - VPB (Pret Sg P1) => c_ + "oc" ; --# notpresent - VPB (Pret Sg P2) => c_ + "ociste" ; --# notpresent - VPB (Pret Sg P3) => c_ + "oci" ; --# notpresent - VPB (Pret Pl P1) => c_ + "ocimos" ; --# notpresent - VPB (Pret Pl P2) => c_ + "ocisteis" ; --# notpresent - VPB (Pret Pl P3) => c_ + "ocieron" ; --# notpresent - VPB (Fut Ind Sg P1) => c_ + "ocer" ; --# notpresent - VPB (Fut Ind Sg P2) => c_ + "ocers" ; --# notpresent - VPB (Fut Ind Sg P3) => c_ + "ocer" ; --# notpresent - VPB (Fut Ind Pl P1) => c_ + "oceremos" ; --# notpresent - VPB (Fut Ind Pl P2) => c_ + "oceris" ; --# notpresent - VPB (Fut Ind Pl P3) => c_ + "ocern" ; --# notpresent - VPB (Fut Subj Sg P1) => c_ + "ociere" ; --# notpresent - VPB (Fut Subj Sg P2) => c_ + "ocieres" ; --# notpresent - VPB (Fut Subj Sg P3) => c_ + "ociere" ; --# notpresent - VPB (Fut Subj Pl P1) => c_ + "ociremos" ; --# notpresent - VPB (Fut Subj Pl P2) => c_ + "ociereis" ; --# notpresent - VPB (Fut Subj Pl P3) => c_ + "ocieren" ; --# notpresent - VPB (Cond Sg P1) => c_ + "ocera" ; --# notpresent - VPB (Cond Sg P2) => c_ + "oceras" ; --# notpresent - VPB (Cond Sg P3) => c_ + "ocera" ; --# notpresent - VPB (Cond Pl P1) => c_ + "oceramos" ; --# notpresent - VPB (Cond Pl P2) => c_ + "ocerais" ; --# notpresent - VPB (Cond Pl P3) => c_ + "oceran" ; --# 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_ + "gis" ; - VPB (Pres Ind Pl P3) => co_ + "gen" ; - VPB (Pres Subj Sg P1) => co_ + "ja" ; - VPB (Pres Subj Sg P2) => co_ + "jas" ; - VPB (Pres Subj Sg P3) => co_ + "ja" ; - VPB (Pres Subj Pl P1) => co_ + "jamos" ; - VPB (Pres Subj Pl P2) => co_ + "jis" ; - VPB (Pres Subj Pl P3) => co_ + "jan" ; - VPB (Impf Ind Sg P1) => co_ + "ga" ; --# notpresent - VPB (Impf Ind Sg P2) => co_ + "gas" ; --# notpresent - VPB (Impf Ind Sg P3) => co_ + "ga" ; --# notpresent - VPB (Impf Ind Pl P1) => co_ + "gamos" ; --# notpresent - VPB (Impf Ind Pl P2) => co_ + "gais" ; --# notpresent - VPB (Impf Ind Pl P3) => co_ + "gan" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {co_ + "giera" ; co_ + "giese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {co_ + "gieras" ; co_ + "gieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {co_ + "giera" ; co_ + "giese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {co_ + "giramos" ; co_ + "gisemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {co_ + "gierais" ; co_ + "gieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {co_ + "gieran" ; co_ + "giesen"} ; --# notpresent - VPB (Pret Sg P1) => co_ + "g" ; --# notpresent - VPB (Pret Sg P2) => co_ + "giste" ; --# notpresent - VPB (Pret Sg P3) => co_ + "gi" ; --# notpresent - VPB (Pret Pl P1) => co_ + "gimos" ; --# notpresent - VPB (Pret Pl P2) => co_ + "gisteis" ; --# notpresent - VPB (Pret Pl P3) => co_ + "gieron" ; --# notpresent - VPB (Fut Ind Sg P1) => co_ + "ger" ; --# notpresent - VPB (Fut Ind Sg P2) => co_ + "gers" ; --# notpresent - VPB (Fut Ind Sg P3) => co_ + "ger" ; --# notpresent - VPB (Fut Ind Pl P1) => co_ + "geremos" ; --# notpresent - VPB (Fut Ind Pl P2) => co_ + "geris" ; --# notpresent - VPB (Fut Ind Pl P3) => co_ + "gern" ; --# notpresent - VPB (Fut Subj Sg P1) => co_ + "giere" ; --# notpresent - VPB (Fut Subj Sg P2) => co_ + "gieres" ; --# notpresent - VPB (Fut Subj Sg P3) => co_ + "giere" ; --# notpresent - VPB (Fut Subj Pl P1) => co_ + "giremos" ; --# notpresent - VPB (Fut Subj Pl P2) => co_ + "giereis" ; --# notpresent - VPB (Fut Subj Pl P3) => co_ + "gieren" ; --# notpresent - VPB (Cond Sg P1) => co_ + "gera" ; --# notpresent - VPB (Cond Sg P2) => co_ + "geras" ; --# notpresent - VPB (Cond Sg P3) => co_ + "gera" ; --# notpresent - VPB (Cond Pl P1) => co_ + "geramos" ; --# notpresent - VPB (Cond Pl P2) => co_ + "gerais" ; --# notpresent - VPB (Cond Pl P3) => co_ + "geran" ; --# 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_ + "olgis" ; - VPB (Pres Ind Pl P3) => c_ + "uelgan" ; - VPB (Pres Subj Sg P1) => c_ + "uelgue" ; - VPB (Pres Subj Sg P2) => c_ + "uelgues" ; - VPB (Pres Subj Sg P3) => c_ + "uelgue" ; - VPB (Pres Subj Pl P1) => c_ + "olguemos" ; - VPB (Pres Subj Pl P2) => c_ + "olguis" ; - VPB (Pres Subj Pl P3) => c_ + "uelguen" ; - VPB (Impf Ind Sg P1) => c_ + "olgaba" ; --# notpresent - VPB (Impf Ind Sg P2) => c_ + "olgabas" ; --# notpresent - VPB (Impf Ind Sg P3) => c_ + "olgaba" ; --# notpresent - VPB (Impf Ind Pl P1) => c_ + "olgbamos" ; --# notpresent - VPB (Impf Ind Pl P2) => c_ + "olgabais" ; --# notpresent - VPB (Impf Ind Pl P3) => c_ + "olgaban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {c_ + "olgara" ; c_ + "olgase"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {c_ + "olgaras" ; c_ + "olgases"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {c_ + "olgara" ; c_ + "olgase"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {c_ + "olgramos" ; c_ + "olgsemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {c_ + "olgarais" ; c_ + "olgaseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {c_ + "olgaran" ; c_ + "olgasen"} ; --# notpresent - VPB (Pret Sg P1) => c_ + "olgu" ; --# notpresent - VPB (Pret Sg P2) => c_ + "olgaste" ; --# notpresent - VPB (Pret Sg P3) => c_ + "olg" ; --# notpresent - VPB (Pret Pl P1) => c_ + "olgamos" ; --# notpresent - VPB (Pret Pl P2) => c_ + "olgasteis" ; --# notpresent - VPB (Pret Pl P3) => c_ + "olgaron" ; --# notpresent - VPB (Fut Ind Sg P1) => c_ + "olgar" ; --# notpresent - VPB (Fut Ind Sg P2) => c_ + "olgars" ; --# notpresent - VPB (Fut Ind Sg P3) => c_ + "olgar" ; --# notpresent - VPB (Fut Ind Pl P1) => c_ + "olgaremos" ; --# notpresent - VPB (Fut Ind Pl P2) => c_ + "olgaris" ; --# notpresent - VPB (Fut Ind Pl P3) => c_ + "olgarn" ; --# notpresent - VPB (Fut Subj Sg P1) => c_ + "olgare" ; --# notpresent - VPB (Fut Subj Sg P2) => c_ + "olgares" ; --# notpresent - VPB (Fut Subj Sg P3) => c_ + "olgare" ; --# notpresent - VPB (Fut Subj Pl P1) => c_ + "olgremos" ; --# notpresent - VPB (Fut Subj Pl P2) => c_ + "olgareis" ; --# notpresent - VPB (Fut Subj Pl P3) => c_ + "olgaren" ; --# notpresent - VPB (Cond Sg P1) => c_ + "olgara" ; --# notpresent - VPB (Cond Sg P2) => c_ + "olgaras" ; --# notpresent - VPB (Cond Sg P3) => c_ + "olgara" ; --# notpresent - VPB (Cond Pl P1) => c_ + "olgaramos" ; --# notpresent - VPB (Cond Pl P2) => c_ + "olgarais" ; --# notpresent - VPB (Cond Pl P3) => c_ + "olgaran" ; --# 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_ + "cis" ; - VPB (Pres Ind Pl P3) => cono_ + "cen" ; - VPB (Pres Subj Sg P1) => cono_ + "zca" ; - VPB (Pres Subj Sg P2) => cono_ + "zcas" ; - VPB (Pres Subj Sg P3) => cono_ + "zca" ; - VPB (Pres Subj Pl P1) => cono_ + "zcamos" ; - VPB (Pres Subj Pl P2) => cono_ + "zcis" ; - VPB (Pres Subj Pl P3) => cono_ + "zcan" ; - VPB (Impf Ind Sg P1) => cono_ + "ca" ; --# notpresent - VPB (Impf Ind Sg P2) => cono_ + "cas" ; --# notpresent - VPB (Impf Ind Sg P3) => cono_ + "ca" ; --# notpresent - VPB (Impf Ind Pl P1) => cono_ + "camos" ; --# notpresent - VPB (Impf Ind Pl P2) => cono_ + "cais" ; --# notpresent - VPB (Impf Ind Pl P3) => cono_ + "can" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {cono_ + "ciera" ; cono_ + "ciese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {cono_ + "cieras" ; cono_ + "cieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {cono_ + "ciera" ; cono_ + "ciese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {cono_ + "ciramos" ; cono_ + "cisemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {cono_ + "cierais" ; cono_ + "cieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {cono_ + "cieran" ; cono_ + "ciesen"} ; --# notpresent - VPB (Pret Sg P1) => cono_ + "c" ; --# notpresent - VPB (Pret Sg P2) => cono_ + "ciste" ; --# notpresent - VPB (Pret Sg P3) => cono_ + "ci" ; --# notpresent - VPB (Pret Pl P1) => cono_ + "cimos" ; --# notpresent - VPB (Pret Pl P2) => cono_ + "cisteis" ; --# notpresent - VPB (Pret Pl P3) => cono_ + "cieron" ; --# notpresent - VPB (Fut Ind Sg P1) => cono_ + "cer" ; --# notpresent - VPB (Fut Ind Sg P2) => cono_ + "cers" ; --# notpresent - VPB (Fut Ind Sg P3) => cono_ + "cer" ; --# notpresent - VPB (Fut Ind Pl P1) => cono_ + "ceremos" ; --# notpresent - VPB (Fut Ind Pl P2) => cono_ + "ceris" ; --# notpresent - VPB (Fut Ind Pl P3) => cono_ + "cern" ; --# notpresent - VPB (Fut Subj Sg P1) => cono_ + "ciere" ; --# notpresent - VPB (Fut Subj Sg P2) => cono_ + "cieres" ; --# notpresent - VPB (Fut Subj Sg P3) => cono_ + "ciere" ; --# notpresent - VPB (Fut Subj Pl P1) => cono_ + "ciremos" ; --# notpresent - VPB (Fut Subj Pl P2) => cono_ + "ciereis" ; --# notpresent - VPB (Fut Subj Pl P3) => cono_ + "cieren" ; --# notpresent - VPB (Cond Sg P1) => cono_ + "cera" ; --# notpresent - VPB (Cond Sg P2) => cono_ + "ceras" ; --# notpresent - VPB (Cond Sg P3) => cono_ + "cera" ; --# notpresent - VPB (Cond Pl P1) => cono_ + "ceramos" ; --# notpresent - VPB (Cond Pl P2) => cono_ + "cerais" ; --# notpresent - VPB (Cond Pl P3) => cono_ + "ceran" ; --# notpresent - VPB (Imper Sg P1) => variants {} ; - VPB (Imper Sg P2) => cono_ + "ce" ; - VPB (Imper Sg P3) => cono_ + "zca" ; - VPB (Imper Pl P1) => cono_ + "zcamos" ; - VPB (Imper Pl P2) => cono_ + "ced" ; - VPB (Imper Pl P3) => cono_ + "zcan" ; - VPB (Pass Sg Masc) => cono_ + "cido" ; - VPB (Pass Sg Fem) => cono_ + "cida" ; - VPB (Pass Pl Masc) => cono_ + "cidos" ; - VPB (Pass Pl Fem) => cono_ + "cidas" - } - } ; -oper creer_26 : Str -> Verbum = \creer -> - let cre_ = Predef.tk 2 creer in - {s = table { - VI Infn => cre_ + "er" ; - VI Ger => cre_ + "yendo" ; - VI Part => cre_ + "do" ; - VPB (Pres Ind Sg P1) => cre_ + "o" ; - VPB (Pres Ind Sg P2) => cre_ + "es" ; - VPB (Pres Ind Sg P3) => cre_ + "e" ; - VPB (Pres Ind Pl P1) => cre_ + "emos" ; - VPB (Pres Ind Pl P2) => cre_ + "is" ; - VPB (Pres Ind Pl P3) => cre_ + "en" ; - VPB (Pres Subj Sg P1) => cre_ + "a" ; - VPB (Pres Subj Sg P2) => cre_ + "as" ; - VPB (Pres Subj Sg P3) => cre_ + "a" ; - VPB (Pres Subj Pl P1) => cre_ + "amos" ; - VPB (Pres Subj Pl P2) => cre_ + "is" ; - VPB (Pres Subj Pl P3) => cre_ + "an" ; - VPB (Impf Ind Sg P1) => cre_ + "a" ; --# notpresent - VPB (Impf Ind Sg P2) => cre_ + "as" ; --# notpresent - VPB (Impf Ind Sg P3) => cre_ + "a" ; --# notpresent - VPB (Impf Ind Pl P1) => cre_ + "amos" ; --# notpresent - VPB (Impf Ind Pl P2) => cre_ + "ais" ; --# notpresent - VPB (Impf Ind Pl P3) => cre_ + "an" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {cre_ + "yera" ; cre_ + "yese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {cre_ + "yeras" ; cre_ + "yeses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {cre_ + "yera" ; cre_ + "yese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {cre_ + "yramos" ; cre_ + "ysemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {cre_ + "yerais" ; cre_ + "yeseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {cre_ + "yeran" ; cre_ + "yesen"} ; --# notpresent - VPB (Pret Sg P1) => cre_ + "" ; --# notpresent - VPB (Pret Sg P2) => cre_ + "ste" ; --# notpresent - VPB (Pret Sg P3) => cre_ + "y" ; --# notpresent - VPB (Pret Pl P1) => cre_ + "mos" ; --# notpresent - VPB (Pret Pl P2) => cre_ + "steis" ; --# notpresent - VPB (Pret Pl P3) => cre_ + "yeron" ; --# notpresent - VPB (Fut Ind Sg P1) => cre_ + "er" ; --# notpresent - VPB (Fut Ind Sg P2) => cre_ + "ers" ; --# notpresent - VPB (Fut Ind Sg P3) => cre_ + "er" ; --# notpresent - VPB (Fut Ind Pl P1) => cre_ + "eremos" ; --# notpresent - VPB (Fut Ind Pl P2) => cre_ + "eris" ; --# notpresent - VPB (Fut Ind Pl P3) => cre_ + "ern" ; --# notpresent - VPB (Fut Subj Sg P1) => cre_ + "yere" ; --# notpresent - VPB (Fut Subj Sg P2) => cre_ + "yeres" ; --# notpresent - VPB (Fut Subj Sg P3) => cre_ + "yere" ; --# notpresent - VPB (Fut Subj Pl P1) => cre_ + "yremos" ; --# notpresent - VPB (Fut Subj Pl P2) => cre_ + "yereis" ; --# notpresent - VPB (Fut Subj Pl P3) => cre_ + "yeren" ; --# notpresent - VPB (Cond Sg P1) => cre_ + "era" ; --# notpresent - VPB (Cond Sg P2) => cre_ + "eras" ; --# notpresent - VPB (Cond Sg P3) => cre_ + "era" ; --# notpresent - VPB (Cond Pl P1) => cre_ + "eramos" ; --# notpresent - VPB (Cond Pl P2) => cre_ + "erais" ; --# notpresent - VPB (Cond Pl P3) => cre_ + "eran" ; --# notpresent - VPB (Imper Sg P1) => variants {} ; - VPB (Imper Sg P2) => cre_ + "e" ; - VPB (Imper Sg P3) => cre_ + "a" ; - VPB (Imper Pl P1) => cre_ + "amos" ; - VPB (Imper Pl P2) => cre_ + "ed" ; - VPB (Imper Pl P3) => cre_ + "an" ; - VPB (Pass Sg Masc) => cre_ + "do" ; - VPB (Pass Sg Fem) => cre_ + "da" ; - VPB (Pass Pl Masc) => cre_ + "dos" ; - VPB (Pass Pl Fem) => cre_ + "das" - } - } ; -oper dar_27 : Str -> Verbum = \dar -> - let d_ = Predef.tk 2 dar in - {s = table { - VI Infn => d_ + "ar" ; - VI Ger => d_ + "ando" ; - VI Part => d_ + "ado" ; - VPB (Pres Ind Sg P1) => d_ + "oy" ; - VPB (Pres Ind Sg P2) => d_ + "as" ; - VPB (Pres Ind Sg P3) => d_ + "a" ; - VPB (Pres Ind Pl P1) => d_ + "amos" ; - VPB (Pres Ind Pl P2) => d_ + "ais" ; - VPB (Pres Ind Pl P3) => d_ + "an" ; - VPB (Pres Subj Sg P1) => d_ + "" ; - VPB (Pres Subj Sg P2) => d_ + "es" ; - VPB (Pres Subj Sg P3) => d_ + "" ; - VPB (Pres Subj Pl P1) => d_ + "emos" ; - VPB (Pres Subj Pl P2) => d_ + "eis" ; - VPB (Pres Subj Pl P3) => d_ + "en" ; - VPB (Impf Ind Sg P1) => d_ + "aba" ; --# notpresent - VPB (Impf Ind Sg P2) => d_ + "abas" ; --# notpresent - VPB (Impf Ind Sg P3) => d_ + "aba" ; --# notpresent - VPB (Impf Ind Pl P1) => d_ + "bamos" ; --# notpresent - VPB (Impf Ind Pl P2) => d_ + "abais" ; --# notpresent - VPB (Impf Ind Pl P3) => d_ + "aban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {d_ + "iera" ; d_ + "iese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {d_ + "ieras" ; d_ + "ieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {d_ + "iera" ; d_ + "iese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {d_ + "iramos" ; d_ + "isemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {d_ + "ierais" ; d_ + "ieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {d_ + "ieran" ; d_ + "iesen"} ; --# notpresent - VPB (Pret Sg P1) => d_ + "i" ; --# notpresent - VPB (Pret Sg P2) => d_ + "iste" ; --# notpresent - VPB (Pret Sg P3) => d_ + "io" ; --# notpresent - VPB (Pret Pl P1) => d_ + "imos" ; --# notpresent - VPB (Pret Pl P2) => d_ + "isteis" ; --# notpresent - VPB (Pret Pl P3) => d_ + "ieron" ; --# notpresent - VPB (Fut Ind Sg P1) => d_ + "ar" ; --# notpresent - VPB (Fut Ind Sg P2) => d_ + "ars" ; --# notpresent - VPB (Fut Ind Sg P3) => d_ + "ar" ; --# notpresent - VPB (Fut Ind Pl P1) => d_ + "aremos" ; --# notpresent - VPB (Fut Ind Pl P2) => d_ + "aris" ; --# notpresent - VPB (Fut Ind Pl P3) => d_ + "arn" ; --# notpresent - VPB (Fut Subj Sg P1) => d_ + "iere" ; --# notpresent - VPB (Fut Subj Sg P2) => d_ + "ieres" ; --# notpresent - VPB (Fut Subj Sg P3) => d_ + "iere" ; --# notpresent - VPB (Fut Subj Pl P1) => d_ + "iremos" ; --# notpresent - VPB (Fut Subj Pl P2) => d_ + "iereis" ; --# notpresent - VPB (Fut Subj Pl P3) => d_ + "ieren" ; --# notpresent - VPB (Cond Sg P1) => d_ + "ara" ; --# notpresent - VPB (Cond Sg P2) => d_ + "aras" ; --# notpresent - VPB (Cond Sg P3) => d_ + "ara" ; --# notpresent - VPB (Cond Pl P1) => d_ + "aramos" ; --# notpresent - VPB (Cond Pl P2) => d_ + "arais" ; --# notpresent - VPB (Cond Pl P3) => d_ + "aran" ; --# 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_ + "ecs" ; - VPB (Pres Ind Pl P3) => d_ + "icen" ; - VPB (Pres Subj Sg P1) => d_ + "iga" ; - VPB (Pres Subj Sg P2) => d_ + "igas" ; - VPB (Pres Subj Sg P3) => d_ + "iga" ; - VPB (Pres Subj Pl P1) => d_ + "igamos" ; - VPB (Pres Subj Pl P2) => d_ + "igis" ; - VPB (Pres Subj Pl P3) => d_ + "igan" ; - VPB (Impf Ind Sg P1) => d_ + "eca" ; --# notpresent - VPB (Impf Ind Sg P2) => d_ + "ecas" ; --# notpresent - VPB (Impf Ind Sg P3) => d_ + "eca" ; --# notpresent - VPB (Impf Ind Pl P1) => d_ + "ecamos" ; --# notpresent - VPB (Impf Ind Pl P2) => d_ + "ecais" ; --# notpresent - VPB (Impf Ind Pl P3) => d_ + "ecan" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {d_ + "ijera" ; d_ + "ijese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {d_ + "ijeras" ; d_ + "ijeses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {d_ + "ijera" ; d_ + "ijese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {d_ + "ijramos" ; d_ + "ijsemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {d_ + "ijerais" ; d_ + "ijeseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {d_ + "ijeran" ; d_ + "ijesen"} ; --# notpresent - VPB (Pret Sg P1) => d_ + "ije" ; --# notpresent - VPB (Pret Sg P2) => d_ + "ijiste" ; --# notpresent - VPB (Pret Sg P3) => d_ + "ijo" ; --# notpresent - VPB (Pret Pl P1) => d_ + "ijimos" ; --# notpresent - VPB (Pret Pl P2) => d_ + "ijisteis" ; --# notpresent - VPB (Pret Pl P3) => d_ + "ijeron" ; --# notpresent - VPB (Fut Ind Sg P1) => d_ + "ir" ; --# notpresent - VPB (Fut Ind Sg P2) => d_ + "irs" ; --# notpresent - VPB (Fut Ind Sg P3) => d_ + "ir" ; --# notpresent - VPB (Fut Ind Pl P1) => d_ + "iremos" ; --# notpresent - VPB (Fut Ind Pl P2) => d_ + "iris" ; --# notpresent - VPB (Fut Ind Pl P3) => d_ + "irn" ; --# notpresent - VPB (Fut Subj Sg P1) => d_ + "ijere" ; --# notpresent - VPB (Fut Subj Sg P2) => d_ + "ijeres" ; --# notpresent - VPB (Fut Subj Sg P3) => d_ + "ijere" ; --# notpresent - VPB (Fut Subj Pl P1) => d_ + "ijremos" ; --# notpresent - VPB (Fut Subj Pl P2) => d_ + "ijereis" ; --# notpresent - VPB (Fut Subj Pl P3) => d_ + "ijeren" ; --# notpresent - VPB (Cond Sg P1) => d_ + "ira" ; --# notpresent - VPB (Cond Sg P2) => d_ + "iras" ; --# notpresent - VPB (Cond Sg P3) => d_ + "ira" ; --# notpresent - VPB (Cond Pl P1) => d_ + "iramos" ; --# notpresent - VPB (Cond Pl P2) => d_ + "irais" ; --# notpresent - VPB (Cond Pl P3) => d_ + "iran" ; --# notpresent - VPB (Imper Sg P1) => variants {} ; - VPB (Imper Sg P2) => d_ + "i" ; - VPB (Imper Sg P3) => d_ + "iga" ; - VPB (Imper Pl P1) => d_ + "igamos" ; - VPB (Imper Pl P2) => d_ + "ecid" ; - VPB (Imper Pl P3) => d_ + "igan" ; - VPB (Pass Sg Masc) => d_ + "icho" ; - VPB (Pass Sg Fem) => d_ + "icha" ; - VPB (Pass Pl Masc) => d_ + "ichos" ; - VPB (Pass Pl Fem) => d_ + "ichas" - } - } ; -oper defender_29 : Str -> Verbum = \defender -> - let - def_ = Predef.tk 5 defender ; - nd_ = Predef.tk 2 (Predef.dp 4 defender) - in - {s = table { - VI Infn => def_ + "e" + nd_ + "er" ; - VI Ger => def_ + "e" + nd_ + "iendo" ; - VI Part => def_ + "e" + nd_ + "ido" ; - VPB (Pres Ind Sg P1) => def_ + "ie" + nd_ + "o" ; - VPB (Pres Ind Sg P2) => def_ + "ie" + nd_ + "es" ; - VPB (Pres Ind Sg P3) => def_ + "ie" + nd_ + "e" ; - VPB (Pres Ind Pl P1) => def_ + "e" + nd_ + "emos" ; - VPB (Pres Ind Pl P2) => def_ + "e" + nd_ + "is" ; - VPB (Pres Ind Pl P3) => def_ + "ie" + nd_ + "en" ; - VPB (Pres Subj Sg P1) => def_ + "ie" + nd_ + "a" ; - VPB (Pres Subj Sg P2) => def_ + "ie" + nd_ + "as" ; - VPB (Pres Subj Sg P3) => def_ + "ie" + nd_ + "a" ; - VPB (Pres Subj Pl P1) => def_ + "e" + nd_ + "amos" ; - VPB (Pres Subj Pl P2) => def_ + "e" + nd_ + "is" ; - VPB (Pres Subj Pl P3) => def_ + "ie" + nd_ + "an" ; - VPB (Impf Ind Sg P1) => def_ + "e" + nd_ + "a" ; --# notpresent - VPB (Impf Ind Sg P2) => def_ + "e" + nd_ + "as" ; --# notpresent - VPB (Impf Ind Sg P3) => def_ + "e" + nd_ + "a" ; --# notpresent - VPB (Impf Ind Pl P1) => def_ + "e" + nd_ + "amos" ; --# notpresent - VPB (Impf Ind Pl P2) => def_ + "e" + nd_ + "ais" ; --# notpresent - VPB (Impf Ind Pl P3) => def_ + "e" + nd_ + "an" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {def_ + "e" + nd_ + "iera" ; def_ + "e" + nd_ + "iese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {def_ + "e" + nd_ + "ieras" ; def_ + "e" + nd_ + "ieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {def_ + "e" + nd_ + "iera" ; def_ + "e" + nd_ + "iese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {def_ + "e" + nd_ + "iramos" ; def_ + "e" + nd_ + "isemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {def_ + "e" + nd_ + "ierais" ; def_ + "e" + nd_ + "ieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {def_ + "e" + nd_ + "ieran" ; def_ + "e" + nd_ + "iesen"} ; --# notpresent - VPB (Pret Sg P1) => def_ + "e" + nd_ + "" ; --# notpresent - VPB (Pret Sg P2) => def_ + "e" + nd_ + "iste" ; --# notpresent - VPB (Pret Sg P3) => def_ + "e" + nd_ + "i" ; --# notpresent - VPB (Pret Pl P1) => def_ + "e" + nd_ + "imos" ; --# notpresent - VPB (Pret Pl P2) => def_ + "e" + nd_ + "isteis" ; --# notpresent - VPB (Pret Pl P3) => def_ + "e" + nd_ + "ieron" ; --# notpresent - VPB (Fut Ind Sg P1) => def_ + "e" + nd_ + "er" ; --# notpresent - VPB (Fut Ind Sg P2) => def_ + "e" + nd_ + "ers" ; --# 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_ + "eris" ; --# notpresent - VPB (Fut Ind Pl P3) => def_ + "e" + nd_ + "ern" ; --# notpresent - VPB (Fut Subj Sg P1) => def_ + "e" + nd_ + "iere" ; --# notpresent - VPB (Fut Subj Sg P2) => def_ + "e" + nd_ + "ieres" ; --# notpresent - VPB (Fut Subj Sg P3) => def_ + "e" + nd_ + "iere" ; --# notpresent - VPB (Fut Subj Pl P1) => def_ + "e" + nd_ + "iremos" ; --# notpresent - VPB (Fut Subj Pl P2) => def_ + "e" + nd_ + "iereis" ; --# notpresent - VPB (Fut Subj Pl P3) => def_ + "e" + nd_ + "ieren" ; --# notpresent - VPB (Cond Sg P1) => def_ + "e" + nd_ + "era" ; --# notpresent - VPB (Cond Sg P2) => def_ + "e" + nd_ + "eras" ; --# notpresent - VPB (Cond Sg P3) => def_ + "e" + nd_ + "era" ; --# notpresent - VPB (Cond Pl P1) => def_ + "e" + nd_ + "eramos" ; --# notpresent - VPB (Cond Pl P2) => def_ + "e" + nd_ + "erais" ; --# notpresent - VPB (Cond Pl P3) => def_ + "e" + nd_ + "eran" ; --# 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_ + "qus" ; - VPB (Pres Ind Pl P3) => delin_ + "quen" ; - VPB (Pres Subj Sg P1) => delin_ + "ca" ; - VPB (Pres Subj Sg P2) => delin_ + "cas" ; - VPB (Pres Subj Sg P3) => delin_ + "ca" ; - VPB (Pres Subj Pl P1) => delin_ + "camos" ; - VPB (Pres Subj Pl P2) => delin_ + "cis" ; - VPB (Pres Subj Pl P3) => delin_ + "can" ; - VPB (Impf Ind Sg P1) => delin_ + "qua" ; --# notpresent - VPB (Impf Ind Sg P2) => delin_ + "quas" ; --# notpresent - VPB (Impf Ind Sg P3) => delin_ + "qua" ; --# notpresent - VPB (Impf Ind Pl P1) => delin_ + "quamos" ; --# notpresent - VPB (Impf Ind Pl P2) => delin_ + "quais" ; --# notpresent - VPB (Impf Ind Pl P3) => delin_ + "quan" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {delin_ + "quiera" ; delin_ + "quiese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {delin_ + "quieras" ; delin_ + "quieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {delin_ + "quiera" ; delin_ + "quiese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {delin_ + "quiramos" ; delin_ + "quisemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {delin_ + "quierais" ; delin_ + "quieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {delin_ + "quieran" ; delin_ + "quiesen"} ; --# notpresent - VPB (Pret Sg P1) => delin_ + "qu" ; --# notpresent - VPB (Pret Sg P2) => delin_ + "quiste" ; --# notpresent - VPB (Pret Sg P3) => delin_ + "qui" ; --# notpresent - VPB (Pret Pl P1) => delin_ + "quimos" ; --# notpresent - VPB (Pret Pl P2) => delin_ + "quisteis" ; --# notpresent - VPB (Pret Pl P3) => delin_ + "quieron" ; --# notpresent - VPB (Fut Ind Sg P1) => delin_ + "quir" ; --# notpresent - VPB (Fut Ind Sg P2) => delin_ + "quirs" ; --# notpresent - VPB (Fut Ind Sg P3) => delin_ + "quir" ; --# notpresent - VPB (Fut Ind Pl P1) => delin_ + "quiremos" ; --# notpresent - VPB (Fut Ind Pl P2) => delin_ + "quiris" ; --# notpresent - VPB (Fut Ind Pl P3) => delin_ + "quirn" ; --# notpresent - VPB (Fut Subj Sg P1) => delin_ + "quiere" ; --# notpresent - VPB (Fut Subj Sg P2) => delin_ + "quieres" ; --# notpresent - VPB (Fut Subj Sg P3) => delin_ + "quiere" ; --# notpresent - VPB (Fut Subj Pl P1) => delin_ + "quiremos" ; --# notpresent - VPB (Fut Subj Pl P2) => delin_ + "quiereis" ; --# notpresent - VPB (Fut Subj Pl P3) => delin_ + "quieren" ; --# notpresent - VPB (Cond Sg P1) => delin_ + "quira" ; --# notpresent - VPB (Cond Sg P2) => delin_ + "quiras" ; --# notpresent - VPB (Cond Sg P3) => delin_ + "quira" ; --# notpresent - VPB (Cond Pl P1) => delin_ + "quiramos" ; --# notpresent - VPB (Cond Pl P2) => delin_ + "quirais" ; --# notpresent - VPB (Cond Pl P3) => delin_ + "quiran" ; --# 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_ + "osis" ; - VPB (Pres Ind Pl P3) => des_ + "huesan" ; - VPB (Pres Subj Sg P1) => des_ + "huese" ; - VPB (Pres Subj Sg P2) => des_ + "hueses" ; - VPB (Pres Subj Sg P3) => des_ + "huese" ; - VPB (Pres Subj Pl P1) => des_ + "osemos" ; - VPB (Pres Subj Pl P2) => des_ + "osis" ; - VPB (Pres Subj Pl P3) => des_ + "huesen" ; - VPB (Impf Ind Sg P1) => des_ + "osaba" ; --# notpresent - VPB (Impf Ind Sg P2) => des_ + "osabas" ; --# notpresent - VPB (Impf Ind Sg P3) => des_ + "osaba" ; --# notpresent - VPB (Impf Ind Pl P1) => des_ + "osbamos" ; --# notpresent - VPB (Impf Ind Pl P2) => des_ + "osabais" ; --# notpresent - VPB (Impf Ind Pl P3) => des_ + "osaban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {des_ + "osara" ; des_ + "osase"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {des_ + "osaras" ; des_ + "osases"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {des_ + "osara" ; des_ + "osase"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {des_ + "osramos" ; des_ + "ossemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {des_ + "osarais" ; des_ + "osaseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {des_ + "osaran" ; des_ + "osasen"} ; --# notpresent - VPB (Pret Sg P1) => des_ + "os" ; --# notpresent - VPB (Pret Sg P2) => des_ + "osaste" ; --# notpresent - VPB (Pret Sg P3) => des_ + "os" ; --# notpresent - VPB (Pret Pl P1) => des_ + "osamos" ; --# notpresent - VPB (Pret Pl P2) => des_ + "osasteis" ; --# notpresent - VPB (Pret Pl P3) => des_ + "osaron" ; --# notpresent - VPB (Fut Ind Sg P1) => des_ + "osar" ; --# notpresent - VPB (Fut Ind Sg P2) => des_ + "osars" ; --# notpresent - VPB (Fut Ind Sg P3) => des_ + "osar" ; --# notpresent - VPB (Fut Ind Pl P1) => des_ + "osaremos" ; --# notpresent - VPB (Fut Ind Pl P2) => des_ + "osaris" ; --# notpresent - VPB (Fut Ind Pl P3) => des_ + "osarn" ; --# notpresent - VPB (Fut Subj Sg P1) => des_ + "osare" ; --# notpresent - VPB (Fut Subj Sg P2) => des_ + "osares" ; --# notpresent - VPB (Fut Subj Sg P3) => des_ + "osare" ; --# notpresent - VPB (Fut Subj Pl P1) => des_ + "osremos" ; --# notpresent - VPB (Fut Subj Pl P2) => des_ + "osareis" ; --# notpresent - VPB (Fut Subj Pl P3) => des_ + "osaren" ; --# notpresent - VPB (Cond Sg P1) => des_ + "osara" ; --# notpresent - VPB (Cond Sg P2) => des_ + "osaras" ; --# notpresent - VPB (Cond Sg P3) => des_ + "osara" ; --# notpresent - VPB (Cond Pl P1) => des_ + "osaramos" ; --# notpresent - VPB (Cond Pl P2) => des_ + "osarais" ; --# notpresent - VPB (Cond Pl P3) => des_ + "osaran" ; --# 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_ + "gs" ; - VPB (Pres Ind Pl P3) => diri_ + "gen" ; - VPB (Pres Subj Sg P1) => diri_ + "ja" ; - VPB (Pres Subj Sg P2) => diri_ + "jas" ; - VPB (Pres Subj Sg P3) => diri_ + "ja" ; - VPB (Pres Subj Pl P1) => diri_ + "jamos" ; - VPB (Pres Subj Pl P2) => diri_ + "jis" ; - VPB (Pres Subj Pl P3) => diri_ + "jan" ; - VPB (Impf Ind Sg P1) => diri_ + "ga" ; --# notpresent - VPB (Impf Ind Sg P2) => diri_ + "gas" ; --# notpresent - VPB (Impf Ind Sg P3) => diri_ + "ga" ; --# notpresent - VPB (Impf Ind Pl P1) => diri_ + "gamos" ; --# notpresent - VPB (Impf Ind Pl P2) => diri_ + "gais" ; --# notpresent - VPB (Impf Ind Pl P3) => diri_ + "gan" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {diri_ + "giera" ; diri_ + "giese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {diri_ + "gieras" ; diri_ + "gieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {diri_ + "giera" ; diri_ + "giese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {diri_ + "giramos" ; diri_ + "gisemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {diri_ + "gierais" ; diri_ + "gieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {diri_ + "gieran" ; diri_ + "giesen"} ; --# notpresent - VPB (Pret Sg P1) => diri_ + "g" ; --# notpresent - VPB (Pret Sg P2) => diri_ + "giste" ; --# notpresent - VPB (Pret Sg P3) => diri_ + "gi" ; --# notpresent - VPB (Pret Pl P1) => diri_ + "gimos" ; --# notpresent - VPB (Pret Pl P2) => diri_ + "gisteis" ; --# notpresent - VPB (Pret Pl P3) => diri_ + "gieron" ; --# notpresent - VPB (Fut Ind Sg P1) => diri_ + "gir" ; --# notpresent - VPB (Fut Ind Sg P2) => diri_ + "girs" ; --# notpresent - VPB (Fut Ind Sg P3) => diri_ + "gir" ; --# notpresent - VPB (Fut Ind Pl P1) => diri_ + "giremos" ; --# notpresent - VPB (Fut Ind Pl P2) => diri_ + "giris" ; --# notpresent - VPB (Fut Ind Pl P3) => diri_ + "girn" ; --# notpresent - VPB (Fut Subj Sg P1) => diri_ + "giere" ; --# notpresent - VPB (Fut Subj Sg P2) => diri_ + "gieres" ; --# notpresent - VPB (Fut Subj Sg P3) => diri_ + "giere" ; --# notpresent - VPB (Fut Subj Pl P1) => diri_ + "giremos" ; --# notpresent - VPB (Fut Subj Pl P2) => diri_ + "giereis" ; --# notpresent - VPB (Fut Subj Pl P3) => diri_ + "gieren" ; --# notpresent - VPB (Cond Sg P1) => diri_ + "gira" ; --# notpresent - VPB (Cond Sg P2) => diri_ + "giras" ; --# notpresent - VPB (Cond Sg P3) => diri_ + "gira" ; --# notpresent - VPB (Cond Pl P1) => diri_ + "giramos" ; --# notpresent - VPB (Cond Pl P2) => diri_ + "girais" ; --# notpresent - VPB (Cond Pl P3) => diri_ + "giran" ; --# 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_ + "erns" ; - VPB (Pres Ind Pl P3) => disc_ + "iernen" ; - VPB (Pres Subj Sg P1) => disc_ + "ierna" ; - VPB (Pres Subj Sg P2) => disc_ + "iernas" ; - VPB (Pres Subj Sg P3) => disc_ + "ierna" ; - VPB (Pres Subj Pl P1) => disc_ + "ernamos" ; - VPB (Pres Subj Pl P2) => disc_ + "ernis" ; - VPB (Pres Subj Pl P3) => disc_ + "iernan" ; - VPB (Impf Ind Sg P1) => disc_ + "erna" ; --# notpresent - VPB (Impf Ind Sg P2) => disc_ + "ernas" ; --# notpresent - VPB (Impf Ind Sg P3) => disc_ + "erna" ; --# notpresent - VPB (Impf Ind Pl P1) => disc_ + "ernamos" ; --# notpresent - VPB (Impf Ind Pl P2) => disc_ + "ernais" ; --# notpresent - VPB (Impf Ind Pl P3) => disc_ + "ernan" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {disc_ + "erniera" ; disc_ + "erniese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {disc_ + "ernieras" ; disc_ + "ernieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {disc_ + "erniera" ; disc_ + "erniese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {disc_ + "erniramos" ; disc_ + "ernisemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {disc_ + "ernierais" ; disc_ + "ernieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {disc_ + "ernieran" ; disc_ + "erniesen"} ; --# notpresent - VPB (Pret Sg P1) => disc_ + "ern" ; --# notpresent - VPB (Pret Sg P2) => disc_ + "erniste" ; --# notpresent - VPB (Pret Sg P3) => disc_ + "erni" ; --# notpresent - VPB (Pret Pl P1) => disc_ + "ernimos" ; --# notpresent - VPB (Pret Pl P2) => disc_ + "ernisteis" ; --# notpresent - VPB (Pret Pl P3) => disc_ + "ernieron" ; --# notpresent - VPB (Fut Ind Sg P1) => disc_ + "ernir" ; --# notpresent - VPB (Fut Ind Sg P2) => disc_ + "ernirs" ; --# notpresent - VPB (Fut Ind Sg P3) => disc_ + "ernir" ; --# notpresent - VPB (Fut Ind Pl P1) => disc_ + "erniremos" ; --# notpresent - VPB (Fut Ind Pl P2) => disc_ + "erniris" ; --# notpresent - VPB (Fut Ind Pl P3) => disc_ + "ernirn" ; --# notpresent - VPB (Fut Subj Sg P1) => disc_ + "erniere" ; --# notpresent - VPB (Fut Subj Sg P2) => disc_ + "ernieres" ; --# notpresent - VPB (Fut Subj Sg P3) => disc_ + "erniere" ; --# notpresent - VPB (Fut Subj Pl P1) => disc_ + "erniremos" ; --# notpresent - VPB (Fut Subj Pl P2) => disc_ + "erniereis" ; --# notpresent - VPB (Fut Subj Pl P3) => disc_ + "ernieren" ; --# notpresent - VPB (Cond Sg P1) => disc_ + "ernira" ; --# notpresent - VPB (Cond Sg P2) => disc_ + "erniras" ; --# notpresent - VPB (Cond Sg P3) => disc_ + "ernira" ; --# notpresent - VPB (Cond Pl P1) => disc_ + "erniramos" ; --# notpresent - VPB (Cond Pl P2) => disc_ + "ernirais" ; --# notpresent - VPB (Cond Pl P3) => disc_ + "erniran" ; --# 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_ + "us" ; - VPB (Pres Ind Pl P3) => disting_ + "uen" ; - VPB (Pres Subj Sg P1) => disting_ + "a" ; - VPB (Pres Subj Sg P2) => disting_ + "as" ; - VPB (Pres Subj Sg P3) => disting_ + "a" ; - VPB (Pres Subj Pl P1) => disting_ + "amos" ; - VPB (Pres Subj Pl P2) => disting_ + "is" ; - VPB (Pres Subj Pl P3) => disting_ + "an" ; - VPB (Impf Ind Sg P1) => disting_ + "ua" ; --# notpresent - VPB (Impf Ind Sg P2) => disting_ + "uas" ; --# notpresent - VPB (Impf Ind Sg P3) => disting_ + "ua" ; --# notpresent - VPB (Impf Ind Pl P1) => disting_ + "uamos" ; --# notpresent - VPB (Impf Ind Pl P2) => disting_ + "uais" ; --# notpresent - VPB (Impf Ind Pl P3) => disting_ + "uan" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {disting_ + "uiera" ; disting_ + "uiese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {disting_ + "uieras" ; disting_ + "uieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {disting_ + "uiera" ; disting_ + "uiese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {disting_ + "uiramos" ; disting_ + "uisemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {disting_ + "uierais" ; disting_ + "uieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {disting_ + "uieran" ; disting_ + "uiesen"} ; --# notpresent - VPB (Pret Sg P1) => disting_ + "u" ; --# notpresent - VPB (Pret Sg P2) => disting_ + "uiste" ; --# notpresent - VPB (Pret Sg P3) => disting_ + "ui" ; --# notpresent - VPB (Pret Pl P1) => disting_ + "uimos" ; --# notpresent - VPB (Pret Pl P2) => disting_ + "uisteis" ; --# notpresent - VPB (Pret Pl P3) => disting_ + "uieron" ; --# notpresent - VPB (Fut Ind Sg P1) => disting_ + "uir" ; --# notpresent - VPB (Fut Ind Sg P2) => disting_ + "uirs" ; --# notpresent - VPB (Fut Ind Sg P3) => disting_ + "uir" ; --# notpresent - VPB (Fut Ind Pl P1) => disting_ + "uiremos" ; --# notpresent - VPB (Fut Ind Pl P2) => disting_ + "uiris" ; --# notpresent - VPB (Fut Ind Pl P3) => disting_ + "uirn" ; --# notpresent - VPB (Fut Subj Sg P1) => disting_ + "uiere" ; --# notpresent - VPB (Fut Subj Sg P2) => disting_ + "uieres" ; --# notpresent - VPB (Fut Subj Sg P3) => disting_ + "uiere" ; --# notpresent - VPB (Fut Subj Pl P1) => disting_ + "uiremos" ; --# notpresent - VPB (Fut Subj Pl P2) => disting_ + "uiereis" ; --# notpresent - VPB (Fut Subj Pl P3) => disting_ + "uieren" ; --# notpresent - VPB (Cond Sg P1) => disting_ + "uira" ; --# notpresent - VPB (Cond Sg P2) => disting_ + "uiras" ; --# notpresent - VPB (Cond Sg P3) => disting_ + "uira" ; --# notpresent - VPB (Cond Pl P1) => disting_ + "uiramos" ; --# notpresent - VPB (Cond Pl P2) => disting_ + "uirais" ; --# notpresent - VPB (Cond Pl P3) => disting_ + "uiran" ; --# 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_ + "orms" ; - VPB (Pres Ind Pl P3) => d_ + "uermen" ; - VPB (Pres Subj Sg P1) => d_ + "uerma" ; - VPB (Pres Subj Sg P2) => d_ + "uermas" ; - VPB (Pres Subj Sg P3) => d_ + "uerma" ; - VPB (Pres Subj Pl P1) => d_ + "urmamos" ; - VPB (Pres Subj Pl P2) => d_ + "urmis" ; - VPB (Pres Subj Pl P3) => d_ + "uerman" ; - VPB (Impf Ind Sg P1) => d_ + "orma" ; --# notpresent - VPB (Impf Ind Sg P2) => d_ + "ormas" ; --# notpresent - VPB (Impf Ind Sg P3) => d_ + "orma" ; --# notpresent - VPB (Impf Ind Pl P1) => d_ + "ormamos" ; --# notpresent - VPB (Impf Ind Pl P2) => d_ + "ormais" ; --# notpresent - VPB (Impf Ind Pl P3) => d_ + "orman" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {d_ + "urmiera" ; d_ + "urmiese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {d_ + "urmieras" ; d_ + "urmieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {d_ + "urmiera" ; d_ + "urmiese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {d_ + "urmiramos" ; d_ + "urmisemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {d_ + "urmierais" ; d_ + "urmieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {d_ + "urmieran" ; d_ + "urmiesen"} ; --# notpresent - VPB (Pret Sg P1) => d_ + "orm" ; --# notpresent - VPB (Pret Sg P2) => d_ + "ormiste" ; --# notpresent - VPB (Pret Sg P3) => d_ + "urmi" ; --# notpresent - VPB (Pret Pl P1) => d_ + "ormimos" ; --# notpresent - VPB (Pret Pl P2) => d_ + "ormisteis" ; --# notpresent - VPB (Pret Pl P3) => d_ + "urmieron" ; --# notpresent - VPB (Fut Ind Sg P1) => d_ + "ormir" ; --# notpresent - VPB (Fut Ind Sg P2) => d_ + "ormirs" ; --# notpresent - VPB (Fut Ind Sg P3) => d_ + "ormir" ; --# notpresent - VPB (Fut Ind Pl P1) => d_ + "ormiremos" ; --# notpresent - VPB (Fut Ind Pl P2) => d_ + "ormiris" ; --# notpresent - VPB (Fut Ind Pl P3) => d_ + "ormirn" ; --# notpresent - VPB (Fut Subj Sg P1) => d_ + "urmiere" ; --# notpresent - VPB (Fut Subj Sg P2) => d_ + "urmieres" ; --# notpresent - VPB (Fut Subj Sg P3) => d_ + "urmiere" ; --# notpresent - VPB (Fut Subj Pl P1) => d_ + "urmiremos" ; --# notpresent - VPB (Fut Subj Pl P2) => d_ + "urmiereis" ; --# notpresent - VPB (Fut Subj Pl P3) => d_ + "urmieren" ; --# notpresent - VPB (Cond Sg P1) => d_ + "ormira" ; --# notpresent - VPB (Cond Sg P2) => d_ + "ormiras" ; --# notpresent - VPB (Cond Sg P3) => d_ + "ormira" ; --# notpresent - VPB (Cond Pl P1) => d_ + "ormiramos" ; --# notpresent - VPB (Cond Pl P2) => d_ + "ormirais" ; --# notpresent - VPB (Cond Pl P3) => d_ + "ormiran" ; --# 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_ + "ors" ; - VPB (Pres Ind Pl P3) => d_ + "ueren" ; - VPB (Pres Subj Sg P1) => d_ + "uera" ; - VPB (Pres Subj Sg P2) => d_ + "ueras" ; - VPB (Pres Subj Sg P3) => d_ + "uera" ; - VPB (Pres Subj Pl P1) => d_ + "uramos" ; - VPB (Pres Subj Pl P2) => d_ + "uris" ; - VPB (Pres Subj Pl P3) => d_ + "ueran" ; - VPB (Impf Ind Sg P1) => d_ + "ora" ; --# notpresent - VPB (Impf Ind Sg P2) => d_ + "oras" ; --# notpresent - VPB (Impf Ind Sg P3) => d_ + "ora" ; --# notpresent - VPB (Impf Ind Pl P1) => d_ + "oramos" ; --# notpresent - VPB (Impf Ind Pl P2) => d_ + "orais" ; --# notpresent - VPB (Impf Ind Pl P3) => d_ + "oran" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {d_ + "uriera" ; d_ + "uriese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {d_ + "urieras" ; d_ + "urieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {d_ + "uriera" ; d_ + "uriese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {d_ + "uriramos" ; d_ + "urisemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {d_ + "urierais" ; d_ + "urieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {d_ + "urieran" ; d_ + "uriesen"} ; --# notpresent - VPB (Pret Sg P1) => d_ + "or" ; --# notpresent - VPB (Pret Sg P2) => d_ + "oriste" ; --# notpresent - VPB (Pret Sg P3) => d_ + "uri" ; --# notpresent - VPB (Pret Pl P1) => d_ + "orimos" ; --# notpresent - VPB (Pret Pl P2) => d_ + "oristeis" ; --# notpresent - VPB (Pret Pl P3) => d_ + "urieron" ; --# notpresent - VPB (Fut Ind Sg P1) => d_ + "orir" ; --# notpresent - VPB (Fut Ind Sg P2) => d_ + "orirs" ; --# notpresent - VPB (Fut Ind Sg P3) => d_ + "orir" ; --# notpresent - VPB (Fut Ind Pl P1) => d_ + "oriremos" ; --# notpresent - VPB (Fut Ind Pl P2) => d_ + "oriris" ; --# notpresent - VPB (Fut Ind Pl P3) => d_ + "orirn" ; --# notpresent - VPB (Fut Subj Sg P1) => d_ + "uriere" ; --# notpresent - VPB (Fut Subj Sg P2) => d_ + "urieres" ; --# notpresent - VPB (Fut Subj Sg P3) => d_ + "uriere" ; --# notpresent - VPB (Fut Subj Pl P1) => d_ + "uriremos" ; --# notpresent - VPB (Fut Subj Pl P2) => d_ + "uriereis" ; --# notpresent - VPB (Fut Subj Pl P3) => d_ + "urieren" ; --# notpresent - VPB (Cond Sg P1) => d_ + "orira" ; --# notpresent - VPB (Cond Sg P2) => d_ + "oriras" ; --# notpresent - VPB (Cond Sg P3) => d_ + "orira" ; --# notpresent - VPB (Cond Pl P1) => d_ + "oriramos" ; --# notpresent - VPB (Cond Pl P2) => d_ + "orirais" ; --# notpresent - VPB (Cond Pl P3) => d_ + "oriran" ; --# notpresent - VPB (Imper Sg P1) => variants {} ; - VPB (Imper Sg P2) => d_ + "uere" ; - VPB (Imper Sg P3) => d_ + "uera" ; - VPB (Imper Pl P1) => d_ + "uramos" ; - VPB (Imper Pl P2) => d_ + "orid" ; - VPB (Imper Pl P3) => d_ + "ueran" ; - VPB (Pass Sg Masc) => d_ + "orido" ; - VPB (Pass Sg Fem) => d_ + "orida" ; - VPB (Pass Pl Masc) => d_ + "oridos" ; - VPB (Pass Pl Fem) => d_ + "oridas" - } - } ; -oper elegir_36 : Str -> Verbum = \elegir -> - let el_ = Predef.tk 4 elegir in - {s = table { - VI Infn => el_ + "egir" ; - VI Ger => el_ + "igiendo" ; - VI Part => variants {el_ + "egido" ; el_ + "ecto"} ; - VPB (Pres Ind Sg P1) => el_ + "ijo" ; - VPB (Pres Ind Sg P2) => el_ + "iges" ; - VPB (Pres Ind Sg P3) => el_ + "ige" ; - VPB (Pres Ind Pl P1) => el_ + "egimos" ; - VPB (Pres Ind Pl P2) => el_ + "egs" ; - VPB (Pres Ind Pl P3) => el_ + "igen" ; - VPB (Pres Subj Sg P1) => el_ + "ija" ; - VPB (Pres Subj Sg P2) => el_ + "ijas" ; - VPB (Pres Subj Sg P3) => el_ + "ija" ; - VPB (Pres Subj Pl P1) => el_ + "ijamos" ; - VPB (Pres Subj Pl P2) => el_ + "ijis" ; - VPB (Pres Subj Pl P3) => el_ + "ijan" ; - VPB (Impf Ind Sg P1) => el_ + "ega" ; --# notpresent - VPB (Impf Ind Sg P2) => el_ + "egas" ; --# notpresent - VPB (Impf Ind Sg P3) => el_ + "ega" ; --# notpresent - VPB (Impf Ind Pl P1) => el_ + "egamos" ; --# notpresent - VPB (Impf Ind Pl P2) => el_ + "egais" ; --# notpresent - VPB (Impf Ind Pl P3) => el_ + "egan" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {el_ + "igiera" ; el_ + "igiese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {el_ + "igieras" ; el_ + "igieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {el_ + "igiera" ; el_ + "igiese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {el_ + "igiramos" ; el_ + "igisemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {el_ + "igierais" ; el_ + "igieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {el_ + "igieran" ; el_ + "igiesen"} ; --# notpresent - VPB (Pret Sg P1) => el_ + "eg" ; --# notpresent - VPB (Pret Sg P2) => el_ + "egiste" ; --# notpresent - VPB (Pret Sg P3) => el_ + "igi" ; --# notpresent - VPB (Pret Pl P1) => el_ + "egimos" ; --# notpresent - VPB (Pret Pl P2) => el_ + "egisteis" ; --# notpresent - VPB (Pret Pl P3) => el_ + "igieron" ; --# notpresent - VPB (Fut Ind Sg P1) => el_ + "egir" ; --# notpresent - VPB (Fut Ind Sg P2) => el_ + "egirs" ; --# notpresent - VPB (Fut Ind Sg P3) => el_ + "egir" ; --# notpresent - VPB (Fut Ind Pl P1) => el_ + "egiremos" ; --# notpresent - VPB (Fut Ind Pl P2) => el_ + "egiris" ; --# notpresent - VPB (Fut Ind Pl P3) => el_ + "egirn" ; --# notpresent - VPB (Fut Subj Sg P1) => el_ + "igiere" ; --# notpresent - VPB (Fut Subj Sg P2) => el_ + "igieres" ; --# notpresent - VPB (Fut Subj Sg P3) => el_ + "igiere" ; --# notpresent - VPB (Fut Subj Pl P1) => el_ + "igiremos" ; --# notpresent - VPB (Fut Subj Pl P2) => el_ + "igiereis" ; --# notpresent - VPB (Fut Subj Pl P3) => el_ + "igieren" ; --# notpresent - VPB (Cond Sg P1) => el_ + "egira" ; --# notpresent - VPB (Cond Sg P2) => el_ + "egiras" ; --# notpresent - VPB (Cond Sg P3) => el_ + "egira" ; --# notpresent - VPB (Cond Pl P1) => el_ + "egiramos" ; --# notpresent - VPB (Cond Pl P2) => el_ + "egirais" ; --# notpresent - VPB (Cond Pl P3) => el_ + "egiran" ; --# notpresent - VPB (Imper Sg P1) => variants {} ; - VPB (Imper Sg P2) => el_ + "ige" ; - VPB (Imper Sg P3) => el_ + "ija" ; - VPB (Imper Pl P1) => el_ + "ijamos" ; - VPB (Imper Pl P2) => el_ + "egid" ; - VPB (Imper Pl P3) => el_ + "ijan" ; - VPB (Pass Sg Masc) => variants {el_ + "egido" ; el_ + "ecto"} ; - VPB (Pass Sg Fem) => variants {el_ + "egida" ; el_ + "ecta"} ; - VPB (Pass Pl Masc) => variants {el_ + "egidos" ; el_ + "ectos"} ; - VPB (Pass Pl Fem) => variants {el_ + "egidas" ; el_ + "ectas"} - } - } ; -oper empezar_37 : Str -> Verbum = \empezar -> - let emp_ = Predef.tk 4 empezar in - {s = table { - VI Infn => emp_ + "ezar" ; - VI Ger => emp_ + "ezando" ; - VI Part => emp_ + "ezado" ; - VPB (Pres Ind Sg P1) => emp_ + "iezo" ; - VPB (Pres Ind Sg P2) => emp_ + "iezas" ; - VPB (Pres Ind Sg P3) => emp_ + "ieza" ; - VPB (Pres Ind Pl P1) => emp_ + "ezamos" ; - VPB (Pres Ind Pl P2) => emp_ + "ezis" ; - VPB (Pres Ind Pl P3) => emp_ + "iezan" ; - VPB (Pres Subj Sg P1) => emp_ + "iece" ; - VPB (Pres Subj Sg P2) => emp_ + "ieces" ; - VPB (Pres Subj Sg P3) => emp_ + "iece" ; - VPB (Pres Subj Pl P1) => emp_ + "ecemos" ; - VPB (Pres Subj Pl P2) => emp_ + "ecis" ; - VPB (Pres Subj Pl P3) => emp_ + "iecen" ; - VPB (Impf Ind Sg P1) => emp_ + "ezaba" ; --# notpresent - VPB (Impf Ind Sg P2) => emp_ + "ezabas" ; --# notpresent - VPB (Impf Ind Sg P3) => emp_ + "ezaba" ; --# notpresent - VPB (Impf Ind Pl P1) => emp_ + "ezbamos" ; --# notpresent - VPB (Impf Ind Pl P2) => emp_ + "ezabais" ; --# notpresent - VPB (Impf Ind Pl P3) => emp_ + "ezaban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {emp_ + "ezara" ; emp_ + "ezase"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {emp_ + "ezaras" ; emp_ + "ezases"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {emp_ + "ezara" ; emp_ + "ezase"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {emp_ + "ezramos" ; emp_ + "ezsemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {emp_ + "ezarais" ; emp_ + "ezaseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {emp_ + "ezaran" ; emp_ + "ezasen"} ; --# notpresent - VPB (Pret Sg P1) => emp_ + "ec" ; --# notpresent - VPB (Pret Sg P2) => emp_ + "ezaste" ; --# notpresent - VPB (Pret Sg P3) => emp_ + "ez" ; --# notpresent - VPB (Pret Pl P1) => emp_ + "ezamos" ; --# notpresent - VPB (Pret Pl P2) => emp_ + "ezasteis" ; --# notpresent - VPB (Pret Pl P3) => emp_ + "ezaron" ; --# notpresent - VPB (Fut Ind Sg P1) => emp_ + "ezar" ; --# notpresent - VPB (Fut Ind Sg P2) => emp_ + "ezars" ; --# notpresent - VPB (Fut Ind Sg P3) => emp_ + "ezar" ; --# notpresent - VPB (Fut Ind Pl P1) => emp_ + "ezaremos" ; --# notpresent - VPB (Fut Ind Pl P2) => emp_ + "ezaris" ; --# notpresent - VPB (Fut Ind Pl P3) => emp_ + "ezarn" ; --# notpresent - VPB (Fut Subj Sg P1) => emp_ + "ezare" ; --# notpresent - VPB (Fut Subj Sg P2) => emp_ + "ezares" ; --# notpresent - VPB (Fut Subj Sg P3) => emp_ + "ezare" ; --# notpresent - VPB (Fut Subj Pl P1) => emp_ + "ezremos" ; --# notpresent - VPB (Fut Subj Pl P2) => emp_ + "ezareis" ; --# notpresent - VPB (Fut Subj Pl P3) => emp_ + "ezaren" ; --# notpresent - VPB (Cond Sg P1) => emp_ + "ezara" ; --# notpresent - VPB (Cond Sg P2) => emp_ + "ezaras" ; --# notpresent - VPB (Cond Sg P3) => emp_ + "ezara" ; --# notpresent - VPB (Cond Pl P1) => emp_ + "ezaramos" ; --# notpresent - VPB (Cond Pl P2) => emp_ + "ezarais" ; --# notpresent - VPB (Cond Pl P3) => emp_ + "ezaran" ; --# notpresent - VPB (Imper Sg P1) => variants {} ; - VPB (Imper Sg P2) => emp_ + "ieza" ; - VPB (Imper Sg P3) => emp_ + "iece" ; - VPB (Imper Pl P1) => emp_ + "ecemos" ; - VPB (Imper Pl P2) => emp_ + "ezad" ; - VPB (Imper Pl P3) => emp_ + "iecen" ; - VPB (Pass Sg Masc) => emp_ + "ezado" ; - VPB (Pass Sg Fem) => emp_ + "ezada" ; - VPB (Pass Pl Masc) => emp_ + "ezados" ; - VPB (Pass Pl Fem) => emp_ + "ezadas" - } - } ; -oper encontrar_38 : Str -> Verbum = \encontrar -> - let enc_ = Predef.tk 6 encontrar in - {s = table { - VI Infn => enc_ + "ontrar" ; - VI Ger => enc_ + "ontrando" ; - VI Part => enc_ + "ontrado" ; - VPB (Pres Ind Sg P1) => enc_ + "uentro" ; - VPB (Pres Ind Sg P2) => enc_ + "uentras" ; - VPB (Pres Ind Sg P3) => enc_ + "uentra" ; - VPB (Pres Ind Pl P1) => enc_ + "ontramos" ; - VPB (Pres Ind Pl P2) => enc_ + "ontris" ; - VPB (Pres Ind Pl P3) => enc_ + "uentran" ; - VPB (Pres Subj Sg P1) => enc_ + "uentre" ; - VPB (Pres Subj Sg P2) => enc_ + "uentres" ; - VPB (Pres Subj Sg P3) => enc_ + "uentre" ; - VPB (Pres Subj Pl P1) => enc_ + "ontremos" ; - VPB (Pres Subj Pl P2) => enc_ + "ontris" ; - VPB (Pres Subj Pl P3) => enc_ + "uentren" ; - VPB (Impf Ind Sg P1) => enc_ + "ontraba" ; --# notpresent - VPB (Impf Ind Sg P2) => enc_ + "ontrabas" ; --# notpresent - VPB (Impf Ind Sg P3) => enc_ + "ontraba" ; --# notpresent - VPB (Impf Ind Pl P1) => enc_ + "ontrbamos" ; --# notpresent - VPB (Impf Ind Pl P2) => enc_ + "ontrabais" ; --# notpresent - VPB (Impf Ind Pl P3) => enc_ + "ontraban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {enc_ + "ontrara" ; enc_ + "ontrase"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {enc_ + "ontraras" ; enc_ + "ontrases"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {enc_ + "ontrara" ; enc_ + "ontrase"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {enc_ + "ontrramos" ; enc_ + "ontrsemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {enc_ + "ontrarais" ; enc_ + "ontraseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {enc_ + "ontraran" ; enc_ + "ontrasen"} ; --# notpresent - VPB (Pret Sg P1) => enc_ + "ontr" ; --# notpresent - VPB (Pret Sg P2) => enc_ + "ontraste" ; --# notpresent - VPB (Pret Sg P3) => enc_ + "ontr" ; --# notpresent - VPB (Pret Pl P1) => enc_ + "ontramos" ; --# notpresent - VPB (Pret Pl P2) => enc_ + "ontrasteis" ; --# notpresent - VPB (Pret Pl P3) => enc_ + "ontraron" ; --# notpresent - VPB (Fut Ind Sg P1) => enc_ + "ontrar" ; --# notpresent - VPB (Fut Ind Sg P2) => enc_ + "ontrars" ; --# notpresent - VPB (Fut Ind Sg P3) => enc_ + "ontrar" ; --# notpresent - VPB (Fut Ind Pl P1) => enc_ + "ontraremos" ; --# notpresent - VPB (Fut Ind Pl P2) => enc_ + "ontraris" ; --# notpresent - VPB (Fut Ind Pl P3) => enc_ + "ontrarn" ; --# notpresent - VPB (Fut Subj Sg P1) => enc_ + "ontrare" ; --# notpresent - VPB (Fut Subj Sg P2) => enc_ + "ontrares" ; --# notpresent - VPB (Fut Subj Sg P3) => enc_ + "ontrare" ; --# notpresent - VPB (Fut Subj Pl P1) => enc_ + "ontrremos" ; --# notpresent - VPB (Fut Subj Pl P2) => enc_ + "ontrareis" ; --# notpresent - VPB (Fut Subj Pl P3) => enc_ + "ontraren" ; --# notpresent - VPB (Cond Sg P1) => enc_ + "ontrara" ; --# notpresent - VPB (Cond Sg P2) => enc_ + "ontraras" ; --# notpresent - VPB (Cond Sg P3) => enc_ + "ontrara" ; --# notpresent - VPB (Cond Pl P1) => enc_ + "ontraramos" ; --# notpresent - VPB (Cond Pl P2) => enc_ + "ontrarais" ; --# notpresent - VPB (Cond Pl P3) => enc_ + "ontraran" ; --# notpresent - VPB (Imper Sg P1) => variants {} ; - VPB (Imper Sg P2) => enc_ + "uentra" ; - VPB (Imper Sg P3) => enc_ + "uentre" ; - VPB (Imper Pl P1) => enc_ + "ontremos" ; - VPB (Imper Pl P2) => enc_ + "ontrad" ; - VPB (Imper Pl P3) => enc_ + "uentren" ; - VPB (Pass Sg Masc) => enc_ + "ontrado" ; - VPB (Pass Sg Fem) => enc_ + "ontrada" ; - VPB (Pass Pl Masc) => enc_ + "ontrados" ; - VPB (Pass Pl Fem) => enc_ + "ontradas" - } - } ; -oper contar_38b : Str -> Verbum = \contar -> - let c_ = Predef.tk 5 contar in - {s = table { - VI Infn => c_ + "ontar" ; - VI Ger => c_ + "ontando" ; - VI Part => c_ + "ontado" ; - VPB (Pres Ind Sg P1) => c_ + "uento" ; - VPB (Pres Ind Sg P2) => c_ + "uentas" ; - VPB (Pres Ind Sg P3) => c_ + "uenta" ; - VPB (Pres Ind Pl P1) => c_ + "ontamos" ; - VPB (Pres Ind Pl P2) => c_ + "ontis" ; - VPB (Pres Ind Pl P3) => c_ + "uentan" ; - VPB (Pres Subj Sg P1) => c_ + "uente" ; - VPB (Pres Subj Sg P2) => c_ + "uentes" ; - VPB (Pres Subj Sg P3) => c_ + "uente" ; - VPB (Pres Subj Pl P1) => c_ + "ontemos" ; - VPB (Pres Subj Pl P2) => c_ + "ontis" ; - VPB (Pres Subj Pl P3) => c_ + "uenten" ; - VPB (Impf Ind Sg P1) => c_ + "ontaba" ; --# notpresent - VPB (Impf Ind Sg P2) => c_ + "ontabas" ; --# notpresent - VPB (Impf Ind Sg P3) => c_ + "ontaba" ; --# notpresent - VPB (Impf Ind Pl P1) => c_ + "ontbamos" ; --# notpresent - VPB (Impf Ind Pl P2) => c_ + "ontabais" ; --# notpresent - VPB (Impf Ind Pl P3) => c_ + "ontaban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {c_ + "ontara" ; c_ + "ontase"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {c_ + "ontaras" ; c_ + "ontases"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {c_ + "ontara" ; c_ + "ontase"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {c_ + "ontramos" ; c_ + "ontsemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {c_ + "ontarais" ; c_ + "ontaseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {c_ + "ontaran" ; c_ + "ontasen"} ; --# notpresent - VPB (Pret Sg P1) => c_ + "ont" ; --# notpresent - VPB (Pret Sg P2) => c_ + "ontaste" ; --# notpresent - VPB (Pret Sg P3) => c_ + "ont" ; --# notpresent - VPB (Pret Pl P1) => c_ + "ontamos" ; --# notpresent - VPB (Pret Pl P2) => c_ + "ontasteis" ; --# notpresent - VPB (Pret Pl P3) => c_ + "ontaron" ; --# notpresent - VPB (Fut Ind Sg P1) => c_ + "ontar" ; --# notpresent - VPB (Fut Ind Sg P2) => c_ + "ontars" ; --# notpresent - VPB (Fut Ind Sg P3) => c_ + "ontar" ; --# notpresent - VPB (Fut Ind Pl P1) => c_ + "ontaremos" ; --# notpresent - VPB (Fut Ind Pl P2) => c_ + "ontaris" ; --# notpresent - VPB (Fut Ind Pl P3) => c_ + "ontarn" ; --# notpresent - VPB (Fut Subj Sg P1) => c_ + "ontare" ; --# notpresent - VPB (Fut Subj Sg P2) => c_ + "ontares" ; --# notpresent - VPB (Fut Subj Sg P3) => c_ + "ontare" ; --# notpresent - VPB (Fut Subj Pl P1) => c_ + "ontremos" ; --# notpresent - VPB (Fut Subj Pl P2) => c_ + "ontareis" ; --# notpresent - VPB (Fut Subj Pl P3) => c_ + "ontaren" ; --# notpresent - VPB (Cond Sg P1) => c_ + "ontara" ; --# notpresent - VPB (Cond Sg P2) => c_ + "ontaras" ; --# notpresent - VPB (Cond Sg P3) => c_ + "ontara" ; --# notpresent - VPB (Cond Pl P1) => c_ + "ontaramos" ; --# notpresent - VPB (Cond Pl P2) => c_ + "ontarais" ; --# notpresent - VPB (Cond Pl P3) => c_ + "ontaran" ; --# 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_ + "izis" ; - VPB (Pres Ind Pl P3) => enra_ + "zan" ; - VPB (Pres Subj Sg P1) => enra_ + "ce" ; - VPB (Pres Subj Sg P2) => enra_ + "ces" ; - VPB (Pres Subj Sg P3) => enra_ + "ce" ; - VPB (Pres Subj Pl P1) => enra_ + "icemos" ; - VPB (Pres Subj Pl P2) => enra_ + "icis" ; - VPB (Pres Subj Pl P3) => enra_ + "cen" ; - VPB (Impf Ind Sg P1) => enra_ + "izaba" ; --# notpresent - VPB (Impf Ind Sg P2) => enra_ + "izabas" ; --# notpresent - VPB (Impf Ind Sg P3) => enra_ + "izaba" ; --# notpresent - VPB (Impf Ind Pl P1) => enra_ + "izbamos" ; --# notpresent - VPB (Impf Ind Pl P2) => enra_ + "izabais" ; --# notpresent - VPB (Impf Ind Pl P3) => enra_ + "izaban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {enra_ + "izara" ; enra_ + "izase"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {enra_ + "izaras" ; enra_ + "izases"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {enra_ + "izara" ; enra_ + "izase"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {enra_ + "izramos" ; enra_ + "izsemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {enra_ + "izarais" ; enra_ + "izaseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {enra_ + "izaran" ; enra_ + "izasen"} ; --# notpresent - VPB (Pret Sg P1) => enra_ + "ic" ; --# notpresent - VPB (Pret Sg P2) => enra_ + "izaste" ; --# notpresent - VPB (Pret Sg P3) => enra_ + "iz" ; --# notpresent - VPB (Pret Pl P1) => enra_ + "izamos" ; --# notpresent - VPB (Pret Pl P2) => enra_ + "izasteis" ; --# notpresent - VPB (Pret Pl P3) => enra_ + "izaron" ; --# notpresent - VPB (Fut Ind Sg P1) => enra_ + "izar" ; --# notpresent - VPB (Fut Ind Sg P2) => enra_ + "izars" ; --# notpresent - VPB (Fut Ind Sg P3) => enra_ + "izar" ; --# notpresent - VPB (Fut Ind Pl P1) => enra_ + "izaremos" ; --# notpresent - VPB (Fut Ind Pl P2) => enra_ + "izaris" ; --# notpresent - VPB (Fut Ind Pl P3) => enra_ + "izarn" ; --# notpresent - VPB (Fut Subj Sg P1) => enra_ + "izare" ; --# notpresent - VPB (Fut Subj Sg P2) => enra_ + "izares" ; --# notpresent - VPB (Fut Subj Sg P3) => enra_ + "izare" ; --# notpresent - VPB (Fut Subj Pl P1) => enra_ + "izremos" ; --# notpresent - VPB (Fut Subj Pl P2) => enra_ + "izareis" ; --# notpresent - VPB (Fut Subj Pl P3) => enra_ + "izaren" ; --# notpresent - VPB (Cond Sg P1) => enra_ + "izara" ; --# notpresent - VPB (Cond Sg P2) => enra_ + "izaras" ; --# notpresent - VPB (Cond Sg P3) => enra_ + "izara" ; --# notpresent - VPB (Cond Pl P1) => enra_ + "izaramos" ; --# notpresent - VPB (Cond Pl P2) => enra_ + "izarais" ; --# notpresent - VPB (Cond Pl P3) => enra_ + "izaran" ; --# 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_ + "ergus" ; - VPB (Pres Ind Pl P3) => x_ + "yerguen" ; - VPB (Pres Subj Sg P1) => x_ + "yerga" ; - VPB (Pres Subj Sg P2) => x_ + "yergas" ; - VPB (Pres Subj Sg P3) => x_ + "yerga" ; - VPB (Pres Subj Pl P1) => x_ + "irgamos" ; - VPB (Pres Subj Pl P2) => x_ + "irgis" ; - VPB (Pres Subj Pl P3) => x_ + "yergan" ; - VPB (Impf Ind Sg P1) => x_ + "ergua" ; --# notpresent - VPB (Impf Ind Sg P2) => x_ + "erguas" ; --# notpresent - VPB (Impf Ind Sg P3) => x_ + "ergua" ; --# notpresent - VPB (Impf Ind Pl P1) => x_ + "erguamos" ; --# notpresent - VPB (Impf Ind Pl P2) => x_ + "erguais" ; --# notpresent - VPB (Impf Ind Pl P3) => x_ + "erguan" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {x_ + "irguiera" ; x_ + "irguiese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {x_ + "irguieras" ; x_ + "irguieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {x_ + "irguiera" ; x_ + "irguiese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {x_ + "irguiramos" ; x_ + "irguisemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {x_ + "irguierais" ; x_ + "irguieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {x_ + "irguieran" ; x_ + "irguiesen"} ; --# notpresent - VPB (Pret Sg P1) => x_ + "ergu" ; --# notpresent - VPB (Pret Sg P2) => x_ + "erguiste" ; --# notpresent - VPB (Pret Sg P3) => x_ + "irgui" ; --# notpresent - VPB (Pret Pl P1) => x_ + "erguimos" ; --# notpresent - VPB (Pret Pl P2) => x_ + "erguisteis" ; --# notpresent - VPB (Pret Pl P3) => x_ + "irguieron" ; --# notpresent - VPB (Fut Ind Sg P1) => x_ + "erguir" ; --# notpresent - VPB (Fut Ind Sg P2) => x_ + "erguirs" ; --# notpresent - VPB (Fut Ind Sg P3) => x_ + "erguir" ; --# notpresent - VPB (Fut Ind Pl P1) => x_ + "erguiremos" ; --# notpresent - VPB (Fut Ind Pl P2) => x_ + "erguiris" ; --# notpresent - VPB (Fut Ind Pl P3) => x_ + "erguirn" ; --# notpresent - VPB (Fut Subj Sg P1) => x_ + "irguiere" ; --# notpresent - VPB (Fut Subj Sg P2) => x_ + "irguieres" ; --# notpresent - VPB (Fut Subj Sg P3) => x_ + "irguiere" ; --# notpresent - VPB (Fut Subj Pl P1) => x_ + "irguiremos" ; --# notpresent - VPB (Fut Subj Pl P2) => x_ + "irguiereis" ; --# notpresent - VPB (Fut Subj Pl P3) => x_ + "irguieren" ; --# notpresent - VPB (Cond Sg P1) => x_ + "erguira" ; --# notpresent - VPB (Cond Sg P2) => x_ + "erguiras" ; --# notpresent - VPB (Cond Sg P3) => x_ + "erguira" ; --# notpresent - VPB (Cond Pl P1) => x_ + "erguiramos" ; --# notpresent - VPB (Cond Pl P2) => x_ + "erguirais" ; --# notpresent - VPB (Cond Pl P3) => x_ + "erguiran" ; --# 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_ + "erris" ; - VPB (Pres Ind Pl P3) => x_ + "yerran" ; - VPB (Pres Subj Sg P1) => x_ + "yerre" ; - VPB (Pres Subj Sg P2) => x_ + "yerres" ; - VPB (Pres Subj Sg P3) => x_ + "yerre" ; - VPB (Pres Subj Pl P1) => x_ + "erremos" ; - VPB (Pres Subj Pl P2) => x_ + "erris" ; - VPB (Pres Subj Pl P3) => x_ + "yerren" ; - VPB (Impf Ind Sg P1) => x_ + "erraba" ; --# notpresent - VPB (Impf Ind Sg P2) => x_ + "errabas" ; --# notpresent - VPB (Impf Ind Sg P3) => x_ + "erraba" ; --# notpresent - VPB (Impf Ind Pl P1) => x_ + "errbamos" ; --# notpresent - VPB (Impf Ind Pl P2) => x_ + "errabais" ; --# notpresent - VPB (Impf Ind Pl P3) => x_ + "erraban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {x_ + "errara" ; x_ + "errase"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {x_ + "erraras" ; x_ + "errases"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {x_ + "errara" ; x_ + "errase"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {x_ + "errramos" ; x_ + "errsemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {x_ + "errarais" ; x_ + "erraseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {x_ + "erraran" ; x_ + "errasen"} ; --# notpresent - VPB (Pret Sg P1) => x_ + "err" ; --# notpresent - VPB (Pret Sg P2) => x_ + "erraste" ; --# notpresent - VPB (Pret Sg P3) => x_ + "err" ; --# notpresent - VPB (Pret Pl P1) => x_ + "erramos" ; --# notpresent - VPB (Pret Pl P2) => x_ + "errasteis" ; --# notpresent - VPB (Pret Pl P3) => x_ + "erraron" ; --# notpresent - VPB (Fut Ind Sg P1) => x_ + "errar" ; --# notpresent - VPB (Fut Ind Sg P2) => x_ + "errars" ; --# notpresent - VPB (Fut Ind Sg P3) => x_ + "errar" ; --# notpresent - VPB (Fut Ind Pl P1) => x_ + "erraremos" ; --# notpresent - VPB (Fut Ind Pl P2) => x_ + "erraris" ; --# notpresent - VPB (Fut Ind Pl P3) => x_ + "errarn" ; --# notpresent - VPB (Fut Subj Sg P1) => x_ + "errare" ; --# notpresent - VPB (Fut Subj Sg P2) => x_ + "errares" ; --# notpresent - VPB (Fut Subj Sg P3) => x_ + "errare" ; --# notpresent - VPB (Fut Subj Pl P1) => x_ + "errremos" ; --# notpresent - VPB (Fut Subj Pl P2) => x_ + "errareis" ; --# notpresent - VPB (Fut Subj Pl P3) => x_ + "erraren" ; --# notpresent - VPB (Cond Sg P1) => x_ + "errara" ; --# notpresent - VPB (Cond Sg P2) => x_ + "erraras" ; --# notpresent - VPB (Cond Sg P3) => x_ + "errara" ; --# notpresent - VPB (Cond Pl P1) => x_ + "erraramos" ; --# notpresent - VPB (Cond Pl P2) => x_ + "errarais" ; --# notpresent - VPB (Cond Pl P3) => x_ + "erraran" ; --# 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_ + "orzis" ; - VPB (Pres Ind Pl P3) => f_ + "uerzan" ; - VPB (Pres Subj Sg P1) => f_ + "uerce" ; - VPB (Pres Subj Sg P2) => f_ + "uerces" ; - VPB (Pres Subj Sg P3) => f_ + "uerce" ; - VPB (Pres Subj Pl P1) => f_ + "orcemos" ; - VPB (Pres Subj Pl P2) => f_ + "orcis" ; - VPB (Pres Subj Pl P3) => f_ + "uercen" ; - VPB (Impf Ind Sg P1) => f_ + "orzaba" ; --# notpresent - VPB (Impf Ind Sg P2) => f_ + "orzabas" ; --# notpresent - VPB (Impf Ind Sg P3) => f_ + "orzaba" ; --# notpresent - VPB (Impf Ind Pl P1) => f_ + "orzbamos" ; --# notpresent - VPB (Impf Ind Pl P2) => f_ + "orzabais" ; --# notpresent - VPB (Impf Ind Pl P3) => f_ + "orzaban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {f_ + "orzara" ; f_ + "orzase"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {f_ + "orzaras" ; f_ + "orzases"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {f_ + "orzara" ; f_ + "orzase"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {f_ + "orzramos" ; f_ + "orzsemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {f_ + "orzarais" ; f_ + "orzaseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {f_ + "orzaran" ; f_ + "orzasen"} ; --# notpresent - VPB (Pret Sg P1) => f_ + "orc" ; --# notpresent - VPB (Pret Sg P2) => f_ + "orzaste" ; --# notpresent - VPB (Pret Sg P3) => f_ + "orz" ; --# notpresent - VPB (Pret Pl P1) => f_ + "orzamos" ; --# notpresent - VPB (Pret Pl P2) => f_ + "orzasteis" ; --# notpresent - VPB (Pret Pl P3) => f_ + "orzaron" ; --# notpresent - VPB (Fut Ind Sg P1) => f_ + "orzar" ; --# notpresent - VPB (Fut Ind Sg P2) => f_ + "orzars" ; --# notpresent - VPB (Fut Ind Sg P3) => f_ + "orzar" ; --# notpresent - VPB (Fut Ind Pl P1) => f_ + "orzaremos" ; --# notpresent - VPB (Fut Ind Pl P2) => f_ + "orzaris" ; --# notpresent - VPB (Fut Ind Pl P3) => f_ + "orzarn" ; --# notpresent - VPB (Fut Subj Sg P1) => f_ + "orzare" ; --# notpresent - VPB (Fut Subj Sg P2) => f_ + "orzares" ; --# notpresent - VPB (Fut Subj Sg P3) => f_ + "orzare" ; --# notpresent - VPB (Fut Subj Pl P1) => f_ + "orzremos" ; --# notpresent - VPB (Fut Subj Pl P2) => f_ + "orzareis" ; --# notpresent - VPB (Fut Subj Pl P3) => f_ + "orzaren" ; --# notpresent - VPB (Cond Sg P1) => f_ + "orzara" ; --# notpresent - VPB (Cond Sg P2) => f_ + "orzaras" ; --# notpresent - VPB (Cond Sg P3) => f_ + "orzara" ; --# notpresent - VPB (Cond Pl P1) => f_ + "orzaramos" ; --# notpresent - VPB (Cond Pl P2) => f_ + "orzarais" ; --# notpresent - VPB (Cond Pl P3) => f_ + "orzaran" ; --# 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_ + "iis" ; - VPB (Pres Ind Pl P3) => gu_ + "an" ; - VPB (Pres Subj Sg P1) => gu_ + "e" ; - VPB (Pres Subj Sg P2) => gu_ + "es" ; - VPB (Pres Subj Sg P3) => gu_ + "e" ; - VPB (Pres Subj Pl P1) => gu_ + "iemos" ; - VPB (Pres Subj Pl P2) => gu_ + "iis" ; - VPB (Pres Subj Pl P3) => gu_ + "en" ; - VPB (Impf Ind Sg P1) => gu_ + "iaba" ; --# notpresent - VPB (Impf Ind Sg P2) => gu_ + "iabas" ; --# notpresent - VPB (Impf Ind Sg P3) => gu_ + "iaba" ; --# notpresent - VPB (Impf Ind Pl P1) => gu_ + "ibamos" ; --# notpresent - VPB (Impf Ind Pl P2) => gu_ + "iabais" ; --# notpresent - VPB (Impf Ind Pl P3) => gu_ + "iaban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {gu_ + "iara" ; gu_ + "iase"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {gu_ + "iaras" ; gu_ + "iases"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {gu_ + "iara" ; gu_ + "iase"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {gu_ + "iramos" ; gu_ + "isemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {gu_ + "iarais" ; gu_ + "iaseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {gu_ + "iaran" ; gu_ + "iasen"} ; --# notpresent - VPB (Pret Sg P1) => gu_ + "i" ; --# notpresent - VPB (Pret Sg P2) => gu_ + "iaste" ; --# notpresent - VPB (Pret Sg P3) => gu_ + "i" ; --# notpresent - VPB (Pret Pl P1) => gu_ + "iamos" ; --# notpresent - VPB (Pret Pl P2) => gu_ + "iasteis" ; --# notpresent - VPB (Pret Pl P3) => gu_ + "iaron" ; --# notpresent - VPB (Fut Ind Sg P1) => gu_ + "iar" ; --# notpresent - VPB (Fut Ind Sg P2) => gu_ + "iars" ; --# notpresent - VPB (Fut Ind Sg P3) => gu_ + "iar" ; --# notpresent - VPB (Fut Ind Pl P1) => gu_ + "iaremos" ; --# notpresent - VPB (Fut Ind Pl P2) => gu_ + "iaris" ; --# notpresent - VPB (Fut Ind Pl P3) => gu_ + "iarn" ; --# notpresent - VPB (Fut Subj Sg P1) => gu_ + "iare" ; --# notpresent - VPB (Fut Subj Sg P2) => gu_ + "iares" ; --# notpresent - VPB (Fut Subj Sg P3) => gu_ + "iare" ; --# notpresent - VPB (Fut Subj Pl P1) => gu_ + "iremos" ; --# notpresent - VPB (Fut Subj Pl P2) => gu_ + "iareis" ; --# notpresent - VPB (Fut Subj Pl P3) => gu_ + "iaren" ; --# notpresent - VPB (Cond Sg P1) => gu_ + "iara" ; --# notpresent - VPB (Cond Sg P2) => gu_ + "iaras" ; --# notpresent - VPB (Cond Sg P3) => gu_ + "iara" ; --# notpresent - VPB (Cond Pl P1) => gu_ + "iaramos" ; --# notpresent - VPB (Cond Pl P2) => gu_ + "iarais" ; --# notpresent - VPB (Cond Pl P3) => gu_ + "iaran" ; --# 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_ + "acis" ; - VPB (Pres Ind Pl P3) => h_ + "acen" ; - VPB (Pres Subj Sg P1) => h_ + "aga" ; - VPB (Pres Subj Sg P2) => h_ + "agas" ; - VPB (Pres Subj Sg P3) => h_ + "aga" ; - VPB (Pres Subj Pl P1) => h_ + "agamos" ; - VPB (Pres Subj Pl P2) => h_ + "agis" ; - VPB (Pres Subj Pl P3) => h_ + "agan" ; - VPB (Impf Ind Sg P1) => h_ + "aca" ; --# notpresent - VPB (Impf Ind Sg P2) => h_ + "acas" ; --# notpresent - VPB (Impf Ind Sg P3) => h_ + "aca" ; --# notpresent - VPB (Impf Ind Pl P1) => h_ + "acamos" ; --# notpresent - VPB (Impf Ind Pl P2) => h_ + "acais" ; --# notpresent - VPB (Impf Ind Pl P3) => h_ + "acan" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {h_ + "iciera" ; h_ + "iciese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {h_ + "icieras" ; h_ + "icieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {h_ + "iciera" ; h_ + "iciese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {h_ + "iciramos" ; h_ + "icisemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {h_ + "icierais" ; h_ + "icieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {h_ + "icieran" ; h_ + "iciesen"} ; --# notpresent - VPB (Pret Sg P1) => h_ + "ice" ; --# notpresent - VPB (Pret Sg P2) => h_ + "iciste" ; --# notpresent - VPB (Pret Sg P3) => h_ + "izo" ; --# notpresent - VPB (Pret Pl P1) => h_ + "icimos" ; --# notpresent - VPB (Pret Pl P2) => h_ + "icisteis" ; --# notpresent - VPB (Pret Pl P3) => h_ + "icieron" ; --# notpresent - VPB (Fut Ind Sg P1) => h_ + "ar" ; --# notpresent - VPB (Fut Ind Sg P2) => h_ + "ars" ; --# notpresent - VPB (Fut Ind Sg P3) => h_ + "ar" ; --# notpresent - VPB (Fut Ind Pl P1) => h_ + "aremos" ; --# notpresent - VPB (Fut Ind Pl P2) => h_ + "aris" ; --# notpresent - VPB (Fut Ind Pl P3) => h_ + "arn" ; --# notpresent - VPB (Fut Subj Sg P1) => h_ + "iciere" ; --# notpresent - VPB (Fut Subj Sg P2) => h_ + "icieres" ; --# notpresent - VPB (Fut Subj Sg P3) => h_ + "iciere" ; --# notpresent - VPB (Fut Subj Pl P1) => h_ + "iciremos" ; --# notpresent - VPB (Fut Subj Pl P2) => h_ + "iciereis" ; --# notpresent - VPB (Fut Subj Pl P3) => h_ + "icieren" ; --# notpresent - VPB (Cond Sg P1) => h_ + "ara" ; --# notpresent - VPB (Cond Sg P2) => h_ + "aras" ; --# notpresent - VPB (Cond Sg P3) => h_ + "ara" ; --# notpresent - VPB (Cond Pl P1) => h_ + "aramos" ; --# notpresent - VPB (Cond Pl P2) => h_ + "arais" ; --# notpresent - VPB (Cond Pl P3) => h_ + "aran" ; --# notpresent - VPB (Imper Sg P1) => variants {} ; - VPB (Imper Sg P2) => h_ + "az" ; - VPB (Imper Sg P3) => h_ + "aga" ; - VPB (Imper Pl P1) => h_ + "agamos" ; - VPB (Imper Pl P2) => h_ + "aced" ; - VPB (Imper Pl P3) => h_ + "agan" ; - VPB (Pass Sg Masc) => h_ + "echo" ; - VPB (Pass Sg Fem) => h_ + "echa" ; - VPB (Pass Pl Masc) => h_ + "echos" ; - VPB (Pass Pl Fem) => h_ + "echas" - } - } ; -oper influir_45 : Str -> Verbum = \influir -> - let influ_ = Predef.tk 2 influir in - {s = table { - VI Infn => influ_ + "ir" ; - VI Ger => influ_ + "yendo" ; - VI Part => influ_ + "ido" ; - VPB (Pres Ind Sg P1) => influ_ + "yo" ; - VPB (Pres Ind Sg P2) => influ_ + "yes" ; - VPB (Pres Ind Sg P3) => influ_ + "ye" ; - VPB (Pres Ind Pl P1) => influ_ + "imos" ; - VPB (Pres Ind Pl P2) => influ_ + "s" ; - VPB (Pres Ind Pl P3) => influ_ + "yen" ; - VPB (Pres Subj Sg P1) => influ_ + "ya" ; - VPB (Pres Subj Sg P2) => influ_ + "yas" ; - VPB (Pres Subj Sg P3) => influ_ + "ya" ; - VPB (Pres Subj Pl P1) => influ_ + "yamos" ; - VPB (Pres Subj Pl P2) => influ_ + "yis" ; - VPB (Pres Subj Pl P3) => influ_ + "yan" ; - VPB (Impf Ind Sg P1) => influ_ + "a" ; --# notpresent - VPB (Impf Ind Sg P2) => influ_ + "as" ; --# notpresent - VPB (Impf Ind Sg P3) => influ_ + "a" ; --# notpresent - VPB (Impf Ind Pl P1) => influ_ + "amos" ; --# notpresent - VPB (Impf Ind Pl P2) => influ_ + "ais" ; --# notpresent - VPB (Impf Ind Pl P3) => influ_ + "an" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {influ_ + "yera" ; influ_ + "yese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {influ_ + "yeras" ; influ_ + "yeses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {influ_ + "yera" ; influ_ + "yese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {influ_ + "yramos" ; influ_ + "ysemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {influ_ + "yerais" ; influ_ + "yeseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {influ_ + "yeran" ; influ_ + "yesen"} ; --# notpresent - VPB (Pret Sg P1) => influ_ + "" ; --# notpresent - VPB (Pret Sg P2) => influ_ + "iste" ; --# notpresent - VPB (Pret Sg P3) => influ_ + "y" ; --# notpresent - VPB (Pret Pl P1) => influ_ + "imos" ; --# notpresent - VPB (Pret Pl P2) => influ_ + "isteis" ; --# notpresent - VPB (Pret Pl P3) => influ_ + "yeron" ; --# notpresent - VPB (Fut Ind Sg P1) => influ_ + "ir" ; --# notpresent - VPB (Fut Ind Sg P2) => influ_ + "irs" ; --# notpresent - VPB (Fut Ind Sg P3) => influ_ + "ir" ; --# notpresent - VPB (Fut Ind Pl P1) => influ_ + "iremos" ; --# notpresent - VPB (Fut Ind Pl P2) => influ_ + "iris" ; --# notpresent - VPB (Fut Ind Pl P3) => influ_ + "irn" ; --# notpresent - VPB (Fut Subj Sg P1) => influ_ + "yere" ; --# notpresent - VPB (Fut Subj Sg P2) => influ_ + "yeres" ; --# notpresent - VPB (Fut Subj Sg P3) => influ_ + "yere" ; --# notpresent - VPB (Fut Subj Pl P1) => influ_ + "yremos" ; --# notpresent - VPB (Fut Subj Pl P2) => influ_ + "yereis" ; --# notpresent - VPB (Fut Subj Pl P3) => influ_ + "yeren" ; --# notpresent - VPB (Cond Sg P1) => influ_ + "ira" ; --# notpresent - VPB (Cond Sg P2) => influ_ + "iras" ; --# notpresent - VPB (Cond Sg P3) => influ_ + "ira" ; --# notpresent - VPB (Cond Pl P1) => influ_ + "iramos" ; --# notpresent - VPB (Cond Pl P2) => influ_ + "irais" ; --# notpresent - VPB (Cond Pl P3) => influ_ + "iran" ; --# notpresent - VPB (Imper Sg P1) => variants {} ; - VPB (Imper Sg P2) => influ_ + "ye" ; - VPB (Imper Sg P3) => influ_ + "ya" ; - VPB (Imper Pl P1) => influ_ + "yamos" ; - VPB (Imper Pl P2) => influ_ + "id" ; - VPB (Imper Pl P3) => influ_ + "yan" ; - VPB (Pass Sg Masc) => influ_ + "ido" ; - VPB (Pass Sg Fem) => influ_ + "ida" ; - VPB (Pass Pl Masc) => influ_ + "idos" ; - VPB (Pass Pl Fem) => influ_ + "idas" - } - } ; -oper ir_46 : Str -> Verbum = \ir -> - let x_ = Predef.tk 2 ir in - {s = table { - VI Infn => x_ + "ir" ; - VI Ger => x_ + "yendo" ; - VI Part => x_ + "ido" ; - VPB (Pres Ind Sg P1) => x_ + "voy" ; - VPB (Pres Ind Sg P2) => x_ + "vas" ; - VPB (Pres Ind Sg P3) => x_ + "va" ; - VPB (Pres Ind Pl P1) => x_ + "vamos" ; - VPB (Pres Ind Pl P2) => x_ + "vais" ; - VPB (Pres Ind Pl P3) => x_ + "van" ; - VPB (Pres Subj Sg P1) => x_ + "vaya" ; - VPB (Pres Subj Sg P2) => x_ + "vayas" ; - VPB (Pres Subj Sg P3) => x_ + "vaya" ; - VPB (Pres Subj Pl P1) => x_ + "vayamos" ; - VPB (Pres Subj Pl P2) => x_ + "vayis" ; - VPB (Pres Subj Pl P3) => x_ + "vayan" ; - VPB (Impf Ind Sg P1) => x_ + "iba" ; --# notpresent - VPB (Impf Ind Sg P2) => x_ + "ibas" ; --# notpresent - VPB (Impf Ind Sg P3) => x_ + "iba" ; --# notpresent - VPB (Impf Ind Pl P1) => x_ + "bamos" ; --# notpresent - VPB (Impf Ind Pl P2) => x_ + "ibais" ; --# notpresent - VPB (Impf Ind Pl P3) => x_ + "iban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {x_ + "fuera" ; x_ + "fuese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {x_ + "fueras" ; x_ + "fueses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {x_ + "fuera" ; x_ + "fuese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {x_ + "furamos" ; x_ + "fusemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {x_ + "fuerais" ; x_ + "fueseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {x_ + "fueran" ; x_ + "fuesen"} ; --# notpresent - VPB (Pret Sg P1) => x_ + "fui" ; --# notpresent - VPB (Pret Sg P2) => x_ + "fuiste" ; --# notpresent - VPB (Pret Sg P3) => x_ + "fue" ; --# notpresent - VPB (Pret Pl P1) => x_ + "fuimos" ; --# notpresent - VPB (Pret Pl P2) => x_ + "fuisteis" ; --# notpresent - VPB (Pret Pl P3) => x_ + "fueron" ; --# notpresent - VPB (Fut Ind Sg P1) => x_ + "ir" ; --# notpresent - VPB (Fut Ind Sg P2) => x_ + "irs" ; --# notpresent - VPB (Fut Ind Sg P3) => x_ + "ir" ; --# notpresent - VPB (Fut Ind Pl P1) => x_ + "iremos" ; --# notpresent - VPB (Fut Ind Pl P2) => x_ + "iris" ; --# notpresent - VPB (Fut Ind Pl P3) => x_ + "irn" ; --# notpresent - VPB (Fut Subj Sg P1) => x_ + "fuere" ; --# notpresent - VPB (Fut Subj Sg P2) => x_ + "fueres" ; --# notpresent - VPB (Fut Subj Sg P3) => x_ + "fuere" ; --# notpresent - VPB (Fut Subj Pl P1) => x_ + "furemos" ; --# notpresent - VPB (Fut Subj Pl P2) => x_ + "fuereis" ; --# notpresent - VPB (Fut Subj Pl P3) => x_ + "fueren" ; --# notpresent - VPB (Cond Sg P1) => x_ + "ira" ; --# notpresent - VPB (Cond Sg P2) => x_ + "iras" ; --# notpresent - VPB (Cond Sg P3) => x_ + "ira" ; --# notpresent - VPB (Cond Pl P1) => x_ + "iramos" ; --# notpresent - VPB (Cond Pl P2) => x_ + "irais" ; --# notpresent - VPB (Cond Pl P3) => x_ + "iran" ; --# 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_ + "gis" ; - VPB (Pres Ind Pl P3) => ju_ + "egan" ; - VPB (Pres Subj Sg P1) => ju_ + "egue" ; - VPB (Pres Subj Sg P2) => ju_ + "egues" ; - VPB (Pres Subj Sg P3) => ju_ + "egue" ; - VPB (Pres Subj Pl P1) => ju_ + "guemos" ; - VPB (Pres Subj Pl P2) => ju_ + "guis" ; - VPB (Pres Subj Pl P3) => ju_ + "eguen" ; - VPB (Impf Ind Sg P1) => ju_ + "gaba" ; --# notpresent - VPB (Impf Ind Sg P2) => ju_ + "gabas" ; --# notpresent - VPB (Impf Ind Sg P3) => ju_ + "gaba" ; --# notpresent - VPB (Impf Ind Pl P1) => ju_ + "gbamos" ; --# notpresent - VPB (Impf Ind Pl P2) => ju_ + "gabais" ; --# notpresent - VPB (Impf Ind Pl P3) => ju_ + "gaban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {ju_ + "gara" ; ju_ + "gase"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {ju_ + "garas" ; ju_ + "gases"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {ju_ + "gara" ; ju_ + "gase"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {ju_ + "gramos" ; ju_ + "gsemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {ju_ + "garais" ; ju_ + "gaseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {ju_ + "garan" ; ju_ + "gasen"} ; --# notpresent - VPB (Pret Sg P1) => ju_ + "gu" ; --# notpresent - VPB (Pret Sg P2) => ju_ + "gaste" ; --# notpresent - VPB (Pret Sg P3) => ju_ + "g" ; --# notpresent - VPB (Pret Pl P1) => ju_ + "gamos" ; --# notpresent - VPB (Pret Pl P2) => ju_ + "gasteis" ; --# notpresent - VPB (Pret Pl P3) => ju_ + "garon" ; --# notpresent - VPB (Fut Ind Sg P1) => ju_ + "gar" ; --# notpresent - VPB (Fut Ind Sg P2) => ju_ + "gars" ; --# notpresent - VPB (Fut Ind Sg P3) => ju_ + "gar" ; --# notpresent - VPB (Fut Ind Pl P1) => ju_ + "garemos" ; --# notpresent - VPB (Fut Ind Pl P2) => ju_ + "garis" ; --# notpresent - VPB (Fut Ind Pl P3) => ju_ + "garn" ; --# notpresent - VPB (Fut Subj Sg P1) => ju_ + "gare" ; --# notpresent - VPB (Fut Subj Sg P2) => ju_ + "gares" ; --# notpresent - VPB (Fut Subj Sg P3) => ju_ + "gare" ; --# notpresent - VPB (Fut Subj Pl P1) => ju_ + "gremos" ; --# notpresent - VPB (Fut Subj Pl P2) => ju_ + "gareis" ; --# notpresent - VPB (Fut Subj Pl P3) => ju_ + "garen" ; --# notpresent - VPB (Cond Sg P1) => ju_ + "gara" ; --# notpresent - VPB (Cond Sg P2) => ju_ + "garas" ; --# notpresent - VPB (Cond Sg P3) => ju_ + "gara" ; --# notpresent - VPB (Cond Pl P1) => ju_ + "garamos" ; --# notpresent - VPB (Cond Pl P2) => ju_ + "garais" ; --# notpresent - VPB (Cond Pl P3) => ju_ + "garan" ; --# 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_ + "cs" ; - VPB (Pres Ind Pl P3) => lu_ + "cen" ; - VPB (Pres Subj Sg P1) => lu_ + "zca" ; - VPB (Pres Subj Sg P2) => lu_ + "zcas" ; - VPB (Pres Subj Sg P3) => lu_ + "zca" ; - VPB (Pres Subj Pl P1) => lu_ + "zcamos" ; - VPB (Pres Subj Pl P2) => lu_ + "zcis" ; - VPB (Pres Subj Pl P3) => lu_ + "zcan" ; - VPB (Impf Ind Sg P1) => lu_ + "ca" ; --# notpresent - VPB (Impf Ind Sg P2) => lu_ + "cas" ; --# notpresent - VPB (Impf Ind Sg P3) => lu_ + "ca" ; --# notpresent - VPB (Impf Ind Pl P1) => lu_ + "camos" ; --# notpresent - VPB (Impf Ind Pl P2) => lu_ + "cais" ; --# notpresent - VPB (Impf Ind Pl P3) => lu_ + "can" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {lu_ + "ciera" ; lu_ + "ciese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {lu_ + "cieras" ; lu_ + "cieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {lu_ + "ciera" ; lu_ + "ciese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {lu_ + "ciramos" ; lu_ + "cisemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {lu_ + "cierais" ; lu_ + "cieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {lu_ + "cieran" ; lu_ + "ciesen"} ; --# notpresent - VPB (Pret Sg P1) => lu_ + "c" ; --# notpresent - VPB (Pret Sg P2) => lu_ + "ciste" ; --# notpresent - VPB (Pret Sg P3) => lu_ + "ci" ; --# notpresent - VPB (Pret Pl P1) => lu_ + "cimos" ; --# notpresent - VPB (Pret Pl P2) => lu_ + "cisteis" ; --# notpresent - VPB (Pret Pl P3) => lu_ + "cieron" ; --# notpresent - VPB (Fut Ind Sg P1) => lu_ + "cir" ; --# notpresent - VPB (Fut Ind Sg P2) => lu_ + "cirs" ; --# notpresent - VPB (Fut Ind Sg P3) => lu_ + "cir" ; --# notpresent - VPB (Fut Ind Pl P1) => lu_ + "ciremos" ; --# notpresent - VPB (Fut Ind Pl P2) => lu_ + "ciris" ; --# notpresent - VPB (Fut Ind Pl P3) => lu_ + "cirn" ; --# notpresent - VPB (Fut Subj Sg P1) => lu_ + "ciere" ; --# notpresent - VPB (Fut Subj Sg P2) => lu_ + "cieres" ; --# notpresent - VPB (Fut Subj Sg P3) => lu_ + "ciere" ; --# notpresent - VPB (Fut Subj Pl P1) => lu_ + "ciremos" ; --# notpresent - VPB (Fut Subj Pl P2) => lu_ + "ciereis" ; --# notpresent - VPB (Fut Subj Pl P3) => lu_ + "cieren" ; --# notpresent - VPB (Cond Sg P1) => lu_ + "cira" ; --# notpresent - VPB (Cond Sg P2) => lu_ + "ciras" ; --# notpresent - VPB (Cond Sg P3) => lu_ + "cira" ; --# notpresent - VPB (Cond Pl P1) => lu_ + "ciramos" ; --# notpresent - VPB (Cond Pl P2) => lu_ + "cirais" ; --# notpresent - VPB (Cond Pl P3) => lu_ + "ciran" ; --# 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_ + "cis" ; - VPB (Pres Ind Pl P3) => me_ + "cen" ; - VPB (Pres Subj Sg P1) => me_ + "za" ; - VPB (Pres Subj Sg P2) => me_ + "zas" ; - VPB (Pres Subj Sg P3) => me_ + "za" ; - VPB (Pres Subj Pl P1) => me_ + "zamos" ; - VPB (Pres Subj Pl P2) => me_ + "zis" ; - VPB (Pres Subj Pl P3) => me_ + "zan" ; - VPB (Impf Ind Sg P1) => me_ + "ca" ; --# notpresent - VPB (Impf Ind Sg P2) => me_ + "cas" ; --# notpresent - VPB (Impf Ind Sg P3) => me_ + "ca" ; --# notpresent - VPB (Impf Ind Pl P1) => me_ + "camos" ; --# notpresent - VPB (Impf Ind Pl P2) => me_ + "cais" ; --# notpresent - VPB (Impf Ind Pl P3) => me_ + "can" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {me_ + "ciera" ; me_ + "ciese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {me_ + "cieras" ; me_ + "cieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {me_ + "ciera" ; me_ + "ciese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {me_ + "ciramos" ; me_ + "cisemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {me_ + "cierais" ; me_ + "cieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {me_ + "cieran" ; me_ + "ciesen"} ; --# notpresent - VPB (Pret Sg P1) => me_ + "c" ; --# notpresent - VPB (Pret Sg P2) => me_ + "ciste" ; --# notpresent - VPB (Pret Sg P3) => me_ + "ci" ; --# notpresent - VPB (Pret Pl P1) => me_ + "cimos" ; --# notpresent - VPB (Pret Pl P2) => me_ + "cisteis" ; --# notpresent - VPB (Pret Pl P3) => me_ + "cieron" ; --# notpresent - VPB (Fut Ind Sg P1) => me_ + "cer" ; --# notpresent - VPB (Fut Ind Sg P2) => me_ + "cers" ; --# notpresent - VPB (Fut Ind Sg P3) => me_ + "cer" ; --# notpresent - VPB (Fut Ind Pl P1) => me_ + "ceremos" ; --# notpresent - VPB (Fut Ind Pl P2) => me_ + "ceris" ; --# notpresent - VPB (Fut Ind Pl P3) => me_ + "cern" ; --# notpresent - VPB (Fut Subj Sg P1) => me_ + "ciere" ; --# notpresent - VPB (Fut Subj Sg P2) => me_ + "cieres" ; --# notpresent - VPB (Fut Subj Sg P3) => me_ + "ciere" ; --# notpresent - VPB (Fut Subj Pl P1) => me_ + "ciremos" ; --# notpresent - VPB (Fut Subj Pl P2) => me_ + "ciereis" ; --# notpresent - VPB (Fut Subj Pl P3) => me_ + "cieren" ; --# notpresent - VPB (Cond Sg P1) => me_ + "cera" ; --# notpresent - VPB (Cond Sg P2) => me_ + "ceras" ; --# notpresent - VPB (Cond Sg P3) => me_ + "cera" ; --# notpresent - VPB (Cond Pl P1) => me_ + "ceramos" ; --# notpresent - VPB (Cond Pl P2) => me_ + "cerais" ; --# notpresent - VPB (Cond Pl P3) => me_ + "ceran" ; --# 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_ + "ovis" ; - VPB (Pres Ind Pl P3) => m_ + "ueven" ; - VPB (Pres Subj Sg P1) => m_ + "ueva" ; - VPB (Pres Subj Sg P2) => m_ + "uevas" ; - VPB (Pres Subj Sg P3) => m_ + "ueva" ; - VPB (Pres Subj Pl P1) => m_ + "ovamos" ; - VPB (Pres Subj Pl P2) => m_ + "ovis" ; - VPB (Pres Subj Pl P3) => m_ + "uevan" ; - VPB (Impf Ind Sg P1) => m_ + "ova" ; --# notpresent - VPB (Impf Ind Sg P2) => m_ + "ovas" ; --# notpresent - VPB (Impf Ind Sg P3) => m_ + "ova" ; --# notpresent - VPB (Impf Ind Pl P1) => m_ + "ovamos" ; --# notpresent - VPB (Impf Ind Pl P2) => m_ + "ovais" ; --# notpresent - VPB (Impf Ind Pl P3) => m_ + "ovan" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {m_ + "oviera" ; m_ + "oviese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {m_ + "ovieras" ; m_ + "ovieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {m_ + "oviera" ; m_ + "oviese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {m_ + "oviramos" ; m_ + "ovisemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {m_ + "ovierais" ; m_ + "ovieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {m_ + "ovieran" ; m_ + "oviesen"} ; --# notpresent - VPB (Pret Sg P1) => m_ + "ov" ; --# notpresent - VPB (Pret Sg P2) => m_ + "oviste" ; --# notpresent - VPB (Pret Sg P3) => m_ + "ovi" ; --# notpresent - VPB (Pret Pl P1) => m_ + "ovimos" ; --# notpresent - VPB (Pret Pl P2) => m_ + "ovisteis" ; --# notpresent - VPB (Pret Pl P3) => m_ + "ovieron" ; --# notpresent - VPB (Fut Ind Sg P1) => m_ + "over" ; --# notpresent - VPB (Fut Ind Sg P2) => m_ + "overs" ; --# notpresent - VPB (Fut Ind Sg P3) => m_ + "over" ; --# notpresent - VPB (Fut Ind Pl P1) => m_ + "overemos" ; --# notpresent - VPB (Fut Ind Pl P2) => m_ + "overis" ; --# notpresent - VPB (Fut Ind Pl P3) => m_ + "overn" ; --# notpresent - VPB (Fut Subj Sg P1) => m_ + "oviere" ; --# notpresent - VPB (Fut Subj Sg P2) => m_ + "ovieres" ; --# notpresent - VPB (Fut Subj Sg P3) => m_ + "oviere" ; --# notpresent - VPB (Fut Subj Pl P1) => m_ + "oviremos" ; --# notpresent - VPB (Fut Subj Pl P2) => m_ + "oviereis" ; --# notpresent - VPB (Fut Subj Pl P3) => m_ + "ovieren" ; --# notpresent - VPB (Cond Sg P1) => m_ + "overa" ; --# notpresent - VPB (Cond Sg P2) => m_ + "overas" ; --# notpresent - VPB (Cond Sg P3) => m_ + "overa" ; --# notpresent - VPB (Cond Pl P1) => m_ + "overamos" ; --# notpresent - VPB (Cond Pl P2) => m_ + "overais" ; --# notpresent - VPB (Cond Pl P3) => m_ + "overan" ; --# notpresent - VPB (Imper Sg P1) => variants {} ; - VPB (Imper Sg P2) => m_ + "ueve" ; - VPB (Imper Sg P3) => m_ + "ueva" ; - VPB (Imper Pl P1) => m_ + "ovamos" ; - VPB (Imper Pl P2) => m_ + "oved" ; - VPB (Imper Pl P3) => m_ + "uevan" ; - VPB (Pass Sg Masc) => m_ + "ovido" ; - VPB (Pass Sg Fem) => m_ + "ovida" ; - VPB (Pass Pl Masc) => m_ + "ovidos" ; - VPB (Pass Pl Fem) => m_ + "ovidas" - } - } ; -oper morder_50b : Str -> Verbum = \morder -> - let m_ = Predef.tk 4 morder in - {s = table { - VI Infn => m_ + "order" ; - VI Ger => m_ + "ordiendo" ; - VI Part => m_ + "ordido" ; - VPB (Pres Ind Sg P1) => m_ + "uerdo" ; - VPB (Pres Ind Sg P2) => m_ + "uerdes" ; - VPB (Pres Ind Sg P3) => m_ + "uerde" ; - VPB (Pres Ind Pl P1) => m_ + "ordemos" ; - VPB (Pres Ind Pl P2) => m_ + "ordis" ; - VPB (Pres Ind Pl P3) => m_ + "uerden" ; - VPB (Pres Subj Sg P1) => m_ + "uerda" ; - VPB (Pres Subj Sg P2) => m_ + "uerdas" ; - VPB (Pres Subj Sg P3) => m_ + "uerda" ; - VPB (Pres Subj Pl P1) => m_ + "ordamos" ; - VPB (Pres Subj Pl P2) => m_ + "ordis" ; - VPB (Pres Subj Pl P3) => m_ + "uerdan" ; - VPB (Impf Ind Sg P1) => m_ + "orda" ; --# notpresent - VPB (Impf Ind Sg P2) => m_ + "ordas" ; --# notpresent - VPB (Impf Ind Sg P3) => m_ + "orda" ; --# notpresent - VPB (Impf Ind Pl P1) => m_ + "ordamos" ; --# notpresent - VPB (Impf Ind Pl P2) => m_ + "ordais" ; --# notpresent - VPB (Impf Ind Pl P3) => m_ + "ordan" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {m_ + "ordiera" ; m_ + "ordiese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {m_ + "ordieras" ; m_ + "ordieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {m_ + "ordiera" ; m_ + "ordiese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {m_ + "ordiramos" ; m_ + "ordisemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {m_ + "ordierais" ; m_ + "ordieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {m_ + "ordieran" ; m_ + "ordiesen"} ; --# notpresent - VPB (Pret Sg P1) => m_ + "ord" ; --# notpresent - VPB (Pret Sg P2) => m_ + "ordiste" ; --# notpresent - VPB (Pret Sg P3) => m_ + "ordi" ; --# notpresent - VPB (Pret Pl P1) => m_ + "ordimos" ; --# notpresent - VPB (Pret Pl P2) => m_ + "ordisteis" ; --# notpresent - VPB (Pret Pl P3) => m_ + "ordieron" ; --# notpresent - VPB (Fut Ind Sg P1) => m_ + "order" ; --# notpresent - VPB (Fut Ind Sg P2) => m_ + "orders" ; --# notpresent - VPB (Fut Ind Sg P3) => m_ + "order" ; --# notpresent - VPB (Fut Ind Pl P1) => m_ + "orderemos" ; --# notpresent - VPB (Fut Ind Pl P2) => m_ + "orderis" ; --# notpresent - VPB (Fut Ind Pl P3) => m_ + "ordern" ; --# notpresent - VPB (Fut Subj Sg P1) => m_ + "ordiere" ; --# notpresent - VPB (Fut Subj Sg P2) => m_ + "ordieres" ; --# notpresent - VPB (Fut Subj Sg P3) => m_ + "ordiere" ; --# notpresent - VPB (Fut Subj Pl P1) => m_ + "ordiremos" ; --# notpresent - VPB (Fut Subj Pl P2) => m_ + "ordiereis" ; --# notpresent - VPB (Fut Subj Pl P3) => m_ + "ordieren" ; --# notpresent - VPB (Cond Sg P1) => m_ + "ordera" ; --# notpresent - VPB (Cond Sg P2) => m_ + "orderas" ; --# notpresent - VPB (Cond Sg P3) => m_ + "ordera" ; --# notpresent - VPB (Cond Pl P1) => m_ + "orderamos" ; --# notpresent - VPB (Cond Pl P2) => m_ + "orderais" ; --# notpresent - VPB (Cond Pl P3) => m_ + "orderan" ; --# notpresent - VPB (Imper Sg P1) => variants {} ; - VPB (Imper Sg P2) => m_ + "uerde" ; - VPB (Imper Sg P3) => m_ + "uerda" ; - VPB (Imper Pl P1) => m_ + "ordamos" ; - VPB (Imper Pl P2) => m_ + "orded" ; - VPB (Imper Pl P3) => m_ + "uerdan" ; - VPB (Pass Sg Masc) => m_ + "ordido" ; - VPB (Pass Sg Fem) => m_ + "ordida" ; - VPB (Pass Pl Masc) => m_ + "ordidos" ; - VPB (Pass Pl Fem) => m_ + "ordidas" - } - } ; -oper oler_52 : Str -> Verbum = \oler -> - let x_ = Predef.tk 4 oler in - {s = table { - VI Infn => x_ + "oler" ; - VI Ger => x_ + "oliendo" ; - VI Part => x_ + "olido" ; - VPB (Pres Ind Sg P1) => x_ + "huelo" ; - VPB (Pres Ind Sg P2) => x_ + "hueles" ; - VPB (Pres Ind Sg P3) => x_ + "huele" ; - VPB (Pres Ind Pl P1) => x_ + "olemos" ; - VPB (Pres Ind Pl P2) => x_ + "olis" ; - VPB (Pres Ind Pl P3) => x_ + "huelen" ; - VPB (Pres Subj Sg P1) => x_ + "huela" ; - VPB (Pres Subj Sg P2) => x_ + "huelas" ; - VPB (Pres Subj Sg P3) => x_ + "huela" ; - VPB (Pres Subj Pl P1) => x_ + "olamos" ; - VPB (Pres Subj Pl P2) => x_ + "olis" ; - VPB (Pres Subj Pl P3) => x_ + "huelan" ; - VPB (Impf Ind Sg P1) => x_ + "ola" ; --# notpresent - VPB (Impf Ind Sg P2) => x_ + "olas" ; --# notpresent - VPB (Impf Ind Sg P3) => x_ + "ola" ; --# notpresent - VPB (Impf Ind Pl P1) => x_ + "olamos" ; --# notpresent - VPB (Impf Ind Pl P2) => x_ + "olais" ; --# notpresent - VPB (Impf Ind Pl P3) => x_ + "olan" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {x_ + "oliera" ; x_ + "oliese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {x_ + "olieras" ; x_ + "olieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {x_ + "oliera" ; x_ + "oliese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {x_ + "oliramos" ; x_ + "olisemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {x_ + "olierais" ; x_ + "olieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {x_ + "olieran" ; x_ + "oliesen"} ; --# notpresent - VPB (Pret Sg P1) => x_ + "ol" ; --# notpresent - VPB (Pret Sg P2) => x_ + "oliste" ; --# notpresent - VPB (Pret Sg P3) => x_ + "oli" ; --# notpresent - VPB (Pret Pl P1) => x_ + "olimos" ; --# notpresent - VPB (Pret Pl P2) => x_ + "olisteis" ; --# notpresent - VPB (Pret Pl P3) => x_ + "olieron" ; --# notpresent - VPB (Fut Ind Sg P1) => x_ + "oler" ; --# notpresent - VPB (Fut Ind Sg P2) => x_ + "olers" ; --# notpresent - VPB (Fut Ind Sg P3) => x_ + "oler" ; --# notpresent - VPB (Fut Ind Pl P1) => x_ + "oleremos" ; --# notpresent - VPB (Fut Ind Pl P2) => x_ + "oleris" ; --# notpresent - VPB (Fut Ind Pl P3) => x_ + "olern" ; --# notpresent - VPB (Fut Subj Sg P1) => x_ + "oliere" ; --# notpresent - VPB (Fut Subj Sg P2) => x_ + "olieres" ; --# notpresent - VPB (Fut Subj Sg P3) => x_ + "oliere" ; --# notpresent - VPB (Fut Subj Pl P1) => x_ + "oliremos" ; --# notpresent - VPB (Fut Subj Pl P2) => x_ + "oliereis" ; --# notpresent - VPB (Fut Subj Pl P3) => x_ + "olieren" ; --# notpresent - VPB (Cond Sg P1) => x_ + "olera" ; --# notpresent - VPB (Cond Sg P2) => x_ + "oleras" ; --# notpresent - VPB (Cond Sg P3) => x_ + "olera" ; --# notpresent - VPB (Cond Pl P1) => x_ + "oleramos" ; --# notpresent - VPB (Cond Pl P2) => x_ + "olerais" ; --# notpresent - VPB (Cond Pl P3) => x_ + "oleran" ; --# notpresent - VPB (Imper Sg P1) => variants {} ; - VPB (Imper Sg P2) => x_ + "huele" ; - VPB (Imper Sg P3) => x_ + "huela" ; - VPB (Imper Pl P1) => x_ + "olamos" ; - VPB (Imper Pl P2) => x_ + "oled" ; - VPB (Imper Pl P3) => x_ + "huelan" ; - VPB (Pass Sg Masc) => x_ + "olido" ; - VPB (Pass Sg Fem) => x_ + "olida" ; - VPB (Pass Pl Masc) => x_ + "olidos" ; - VPB (Pass Pl Fem) => x_ + "olidas" - } - } ; -oper pagar_53 : Str -> Verbum = \pagar -> - let pag_ = Predef.tk 2 pagar in - {s = table { - VI Infn => pag_ + "ar" ; - VI Ger => pag_ + "ando" ; - VI Part => pag_ + "ado" ; - VPB (Pres Ind Sg P1) => pag_ + "o" ; - VPB (Pres Ind Sg P2) => pag_ + "as" ; - VPB (Pres Ind Sg P3) => pag_ + "a" ; - VPB (Pres Ind Pl P1) => pag_ + "amos" ; - VPB (Pres Ind Pl P2) => pag_ + "is" ; - VPB (Pres Ind Pl P3) => pag_ + "an" ; - VPB (Pres Subj Sg P1) => pag_ + "ue" ; - VPB (Pres Subj Sg P2) => pag_ + "ues" ; - VPB (Pres Subj Sg P3) => pag_ + "ue" ; - VPB (Pres Subj Pl P1) => pag_ + "uemos" ; - VPB (Pres Subj Pl P2) => pag_ + "uis" ; - VPB (Pres Subj Pl P3) => pag_ + "uen" ; - VPB (Impf Ind Sg P1) => pag_ + "aba" ; --# notpresent - VPB (Impf Ind Sg P2) => pag_ + "abas" ; --# notpresent - VPB (Impf Ind Sg P3) => pag_ + "aba" ; --# notpresent - VPB (Impf Ind Pl P1) => pag_ + "bamos" ; --# notpresent - VPB (Impf Ind Pl P2) => pag_ + "abais" ; --# notpresent - VPB (Impf Ind Pl P3) => pag_ + "aban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {pag_ + "ara" ; pag_ + "ase"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {pag_ + "aras" ; pag_ + "ases"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {pag_ + "ara" ; pag_ + "ase"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {pag_ + "ramos" ; pag_ + "semos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {pag_ + "arais" ; pag_ + "aseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {pag_ + "aran" ; pag_ + "asen"} ; --# notpresent - VPB (Pret Sg P1) => pag_ + "u" ; --# notpresent - VPB (Pret Sg P2) => pag_ + "aste" ; --# notpresent - VPB (Pret Sg P3) => pag_ + "" ; --# notpresent - VPB (Pret Pl P1) => pag_ + "amos" ; --# notpresent - VPB (Pret Pl P2) => pag_ + "asteis" ; --# notpresent - VPB (Pret Pl P3) => pag_ + "aron" ; --# notpresent - VPB (Fut Ind Sg P1) => pag_ + "ar" ; --# notpresent - VPB (Fut Ind Sg P2) => pag_ + "ars" ; --# notpresent - VPB (Fut Ind Sg P3) => pag_ + "ar" ; --# notpresent - VPB (Fut Ind Pl P1) => pag_ + "aremos" ; --# notpresent - VPB (Fut Ind Pl P2) => pag_ + "aris" ; --# notpresent - VPB (Fut Ind Pl P3) => pag_ + "arn" ; --# notpresent - VPB (Fut Subj Sg P1) => pag_ + "are" ; --# notpresent - VPB (Fut Subj Sg P2) => pag_ + "ares" ; --# notpresent - VPB (Fut Subj Sg P3) => pag_ + "are" ; --# notpresent - VPB (Fut Subj Pl P1) => pag_ + "remos" ; --# notpresent - VPB (Fut Subj Pl P2) => pag_ + "areis" ; --# notpresent - VPB (Fut Subj Pl P3) => pag_ + "aren" ; --# notpresent - VPB (Cond Sg P1) => pag_ + "ara" ; --# notpresent - VPB (Cond Sg P2) => pag_ + "aras" ; --# notpresent - VPB (Cond Sg P3) => pag_ + "ara" ; --# notpresent - VPB (Cond Pl P1) => pag_ + "aramos" ; --# notpresent - VPB (Cond Pl P2) => pag_ + "arais" ; --# notpresent - VPB (Cond Pl P3) => pag_ + "aran" ; --# 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_ + "cis" ; - VPB (Pres Ind Pl P3) => pare_ + "cen" ; - VPB (Pres Subj Sg P1) => pare_ + "zca" ; - VPB (Pres Subj Sg P2) => pare_ + "zcas" ; - VPB (Pres Subj Sg P3) => pare_ + "zca" ; - VPB (Pres Subj Pl P1) => pare_ + "zcamos" ; - VPB (Pres Subj Pl P2) => pare_ + "zcis" ; - VPB (Pres Subj Pl P3) => pare_ + "zcan" ; - VPB (Impf Ind Sg P1) => pare_ + "ca" ; --# notpresent - VPB (Impf Ind Sg P2) => pare_ + "cas" ; --# notpresent - VPB (Impf Ind Sg P3) => pare_ + "ca" ; --# notpresent - VPB (Impf Ind Pl P1) => pare_ + "camos" ; --# notpresent - VPB (Impf Ind Pl P2) => pare_ + "cais" ; --# notpresent - VPB (Impf Ind Pl P3) => pare_ + "can" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {pare_ + "ciera" ; pare_ + "ciese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {pare_ + "cieras" ; pare_ + "cieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {pare_ + "ciera" ; pare_ + "ciese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {pare_ + "ciramos" ; pare_ + "cisemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {pare_ + "cierais" ; pare_ + "cieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {pare_ + "cieran" ; pare_ + "ciesen"} ; --# notpresent - VPB (Pret Sg P1) => pare_ + "c" ; --# notpresent - VPB (Pret Sg P2) => pare_ + "ciste" ; --# notpresent - VPB (Pret Sg P3) => pare_ + "ci" ; --# notpresent - VPB (Pret Pl P1) => pare_ + "cimos" ; --# notpresent - VPB (Pret Pl P2) => pare_ + "cisteis" ; --# notpresent - VPB (Pret Pl P3) => pare_ + "cieron" ; --# notpresent - VPB (Fut Ind Sg P1) => pare_ + "cer" ; --# notpresent - VPB (Fut Ind Sg P2) => pare_ + "cers" ; --# notpresent - VPB (Fut Ind Sg P3) => pare_ + "cer" ; --# notpresent - VPB (Fut Ind Pl P1) => pare_ + "ceremos" ; --# notpresent - VPB (Fut Ind Pl P2) => pare_ + "ceris" ; --# notpresent - VPB (Fut Ind Pl P3) => pare_ + "cern" ; --# notpresent - VPB (Fut Subj Sg P1) => pare_ + "ciere" ; --# notpresent - VPB (Fut Subj Sg P2) => pare_ + "cieres" ; --# notpresent - VPB (Fut Subj Sg P3) => pare_ + "ciere" ; --# notpresent - VPB (Fut Subj Pl P1) => pare_ + "ciremos" ; --# notpresent - VPB (Fut Subj Pl P2) => pare_ + "ciereis" ; --# notpresent - VPB (Fut Subj Pl P3) => pare_ + "cieren" ; --# notpresent - VPB (Cond Sg P1) => pare_ + "cera" ; --# notpresent - VPB (Cond Sg P2) => pare_ + "ceras" ; --# notpresent - VPB (Cond Sg P3) => pare_ + "cera" ; --# notpresent - VPB (Cond Pl P1) => pare_ + "ceramos" ; --# notpresent - VPB (Cond Pl P2) => pare_ + "cerais" ; --# notpresent - VPB (Cond Pl P3) => pare_ + "ceran" ; --# 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_ + "eds" ; - VPB (Pres Ind Pl P3) => p_ + "iden" ; - VPB (Pres Subj Sg P1) => p_ + "ida" ; - VPB (Pres Subj Sg P2) => p_ + "idas" ; - VPB (Pres Subj Sg P3) => p_ + "ida" ; - VPB (Pres Subj Pl P1) => p_ + "idamos" ; - VPB (Pres Subj Pl P2) => p_ + "idis" ; - VPB (Pres Subj Pl P3) => p_ + "idan" ; - VPB (Impf Ind Sg P1) => p_ + "eda" ; --# notpresent - VPB (Impf Ind Sg P2) => p_ + "edas" ; --# notpresent - VPB (Impf Ind Sg P3) => p_ + "eda" ; --# notpresent - VPB (Impf Ind Pl P1) => p_ + "edamos" ; --# notpresent - VPB (Impf Ind Pl P2) => p_ + "edais" ; --# notpresent - VPB (Impf Ind Pl P3) => p_ + "edan" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {p_ + "idiera" ; p_ + "idiese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {p_ + "idieras" ; p_ + "idieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {p_ + "idiera" ; p_ + "idiese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {p_ + "idiramos" ; p_ + "idisemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {p_ + "idierais" ; p_ + "idieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {p_ + "idieran" ; p_ + "idiesen"} ; --# notpresent - VPB (Pret Sg P1) => p_ + "ed" ; --# notpresent - VPB (Pret Sg P2) => p_ + "ediste" ; --# notpresent - VPB (Pret Sg P3) => p_ + "idi" ; --# notpresent - VPB (Pret Pl P1) => p_ + "edimos" ; --# notpresent - VPB (Pret Pl P2) => p_ + "edisteis" ; --# notpresent - VPB (Pret Pl P3) => p_ + "idieron" ; --# notpresent - VPB (Fut Ind Sg P1) => p_ + "edir" ; --# notpresent - VPB (Fut Ind Sg P2) => p_ + "edirs" ; --# notpresent - VPB (Fut Ind Sg P3) => p_ + "edir" ; --# notpresent - VPB (Fut Ind Pl P1) => p_ + "ediremos" ; --# notpresent - VPB (Fut Ind Pl P2) => p_ + "ediris" ; --# notpresent - VPB (Fut Ind Pl P3) => p_ + "edirn" ; --# notpresent - VPB (Fut Subj Sg P1) => p_ + "idiere" ; --# notpresent - VPB (Fut Subj Sg P2) => p_ + "idieres" ; --# notpresent - VPB (Fut Subj Sg P3) => p_ + "idiere" ; --# notpresent - VPB (Fut Subj Pl P1) => p_ + "idiremos" ; --# notpresent - VPB (Fut Subj Pl P2) => p_ + "idiereis" ; --# notpresent - VPB (Fut Subj Pl P3) => p_ + "idieren" ; --# notpresent - VPB (Cond Sg P1) => p_ + "edira" ; --# notpresent - VPB (Cond Sg P2) => p_ + "ediras" ; --# notpresent - VPB (Cond Sg P3) => p_ + "edira" ; --# notpresent - VPB (Cond Pl P1) => p_ + "ediramos" ; --# notpresent - VPB (Cond Pl P2) => p_ + "edirais" ; --# notpresent - VPB (Cond Pl P3) => p_ + "ediran" ; --# 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_ + "ensis" ; - VPB (Pres Ind Pl P3) => p_ + "iensan" ; - VPB (Pres Subj Sg P1) => p_ + "iense" ; - VPB (Pres Subj Sg P2) => p_ + "ienses" ; - VPB (Pres Subj Sg P3) => p_ + "iense" ; - VPB (Pres Subj Pl P1) => p_ + "ensemos" ; - VPB (Pres Subj Pl P2) => p_ + "ensis" ; - VPB (Pres Subj Pl P3) => p_ + "iensen" ; - VPB (Impf Ind Sg P1) => p_ + "ensaba" ; --# notpresent - VPB (Impf Ind Sg P2) => p_ + "ensabas" ; --# notpresent - VPB (Impf Ind Sg P3) => p_ + "ensaba" ; --# notpresent - VPB (Impf Ind Pl P1) => p_ + "ensbamos" ; --# notpresent - VPB (Impf Ind Pl P2) => p_ + "ensabais" ; --# notpresent - VPB (Impf Ind Pl P3) => p_ + "ensaban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {p_ + "ensara" ; p_ + "ensase"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {p_ + "ensaras" ; p_ + "ensases"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {p_ + "ensara" ; p_ + "ensase"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {p_ + "ensramos" ; p_ + "enssemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {p_ + "ensarais" ; p_ + "ensaseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {p_ + "ensaran" ; p_ + "ensasen"} ; --# notpresent - VPB (Pret Sg P1) => p_ + "ens" ; --# notpresent - VPB (Pret Sg P2) => p_ + "ensaste" ; --# notpresent - VPB (Pret Sg P3) => p_ + "ens" ; --# notpresent - VPB (Pret Pl P1) => p_ + "ensamos" ; --# notpresent - VPB (Pret Pl P2) => p_ + "ensasteis" ; --# notpresent - VPB (Pret Pl P3) => p_ + "ensaron" ; --# notpresent - VPB (Fut Ind Sg P1) => p_ + "ensar" ; --# notpresent - VPB (Fut Ind Sg P2) => p_ + "ensars" ; --# notpresent - VPB (Fut Ind Sg P3) => p_ + "ensar" ; --# notpresent - VPB (Fut Ind Pl P1) => p_ + "ensaremos" ; --# notpresent - VPB (Fut Ind Pl P2) => p_ + "ensaris" ; --# notpresent - VPB (Fut Ind Pl P3) => p_ + "ensarn" ; --# notpresent - VPB (Fut Subj Sg P1) => p_ + "ensare" ; --# notpresent - VPB (Fut Subj Sg P2) => p_ + "ensares" ; --# notpresent - VPB (Fut Subj Sg P3) => p_ + "ensare" ; --# notpresent - VPB (Fut Subj Pl P1) => p_ + "ensremos" ; --# notpresent - VPB (Fut Subj Pl P2) => p_ + "ensareis" ; --# notpresent - VPB (Fut Subj Pl P3) => p_ + "ensaren" ; --# notpresent - VPB (Cond Sg P1) => p_ + "ensara" ; --# notpresent - VPB (Cond Sg P2) => p_ + "ensaras" ; --# notpresent - VPB (Cond Sg P3) => p_ + "ensara" ; --# notpresent - VPB (Cond Pl P1) => p_ + "ensaramos" ; --# notpresent - VPB (Cond Pl P2) => p_ + "ensarais" ; --# notpresent - VPB (Cond Pl P3) => p_ + "ensaran" ; --# notpresent - VPB (Imper Sg P1) => variants {} ; - VPB (Imper Sg P2) => p_ + "iensa" ; - VPB (Imper Sg P3) => p_ + "iense" ; - VPB (Imper Pl P1) => p_ + "ensemos" ; - VPB (Imper Pl P2) => p_ + "ensad" ; - VPB (Imper Pl P3) => p_ + "iensen" ; - VPB (Pass Sg Masc) => p_ + "ensado" ; - VPB (Pass Sg Fem) => p_ + "ensada" ; - VPB (Pass Pl Masc) => p_ + "ensados" ; - VPB (Pass Pl Fem) => p_ + "ensadas" - } - } ; -oper placer_57 : Str -> Verbum = \placer -> - let pl_ = Predef.tk 4 placer in - {s = table { - VI Infn => pl_ + "acer" ; - VI Ger => pl_ + "aciendo" ; - VI Part => pl_ + "acido" ; - VPB (Pres Ind Sg P1) => pl_ + "azco" ; - VPB (Pres Ind Sg P2) => pl_ + "aces" ; - VPB (Pres Ind Sg P3) => pl_ + "ace" ; - VPB (Pres Ind Pl P1) => pl_ + "acemos" ; - VPB (Pres Ind Pl P2) => pl_ + "acis" ; - VPB (Pres Ind Pl P3) => pl_ + "acen" ; - VPB (Pres Subj Sg P1) => pl_ + "azca" ; - VPB (Pres Subj Sg P2) => pl_ + "azcas" ; - VPB (Pres Subj Sg P3) => variants {pl_ + "azca" ; pl_ + "egue" ; pl_ + "ega"} ; - VPB (Pres Subj Pl P1) => pl_ + "azcamos" ; - VPB (Pres Subj Pl P2) => pl_ + "azcis" ; - VPB (Pres Subj Pl P3) => pl_ + "azcan" ; - VPB (Impf Ind Sg P1) => pl_ + "aca" ; --# notpresent - VPB (Impf Ind Sg P2) => pl_ + "acas" ; --# notpresent - VPB (Impf Ind Sg P3) => pl_ + "aca" ; --# notpresent - VPB (Impf Ind Pl P1) => pl_ + "acamos" ; --# notpresent - VPB (Impf Ind Pl P2) => pl_ + "acais" ; --# notpresent - VPB (Impf Ind Pl P3) => pl_ + "acan" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {pl_ + "aciera" ; pl_ + "aciese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {pl_ + "acieras" ; pl_ + "acieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {pl_ + "aciera" ; pl_ + "aciese" ; pl_ + "uguiera" ; pl_ + "uguiese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {pl_ + "aciramos" ; pl_ + "acisemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {pl_ + "acierais" ; pl_ + "acieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {pl_ + "acieran" ; pl_ + "aciesen"} ; --# notpresent - VPB (Pret Sg P1) => pl_ + "ac" ; --# notpresent - VPB (Pret Sg P2) => pl_ + "aciste" ; --# notpresent - VPB (Pret Sg P3) => variants {pl_ + "aci" ; pl_ + "ugo"} ; --# notpresent - VPB (Pret Pl P1) => pl_ + "acimos" ; --# notpresent - VPB (Pret Pl P2) => pl_ + "acisteis" ; --# notpresent - VPB (Pret Pl P3) => variants {pl_ + "acieron" ; pl_ + "uguieron"} ; --# notpresent - VPB (Fut Ind Sg P1) => pl_ + "acer" ; --# notpresent - VPB (Fut Ind Sg P2) => pl_ + "acers" ; --# notpresent - VPB (Fut Ind Sg P3) => pl_ + "acer" ; --# notpresent - VPB (Fut Ind Pl P1) => pl_ + "aceremos" ; --# notpresent - VPB (Fut Ind Pl P2) => pl_ + "aceris" ; --# notpresent - VPB (Fut Ind Pl P3) => pl_ + "acern" ; --# notpresent - VPB (Fut Subj Sg P1) => pl_ + "aciere" ; --# notpresent - VPB (Fut Subj Sg P2) => pl_ + "acieres" ; --# notpresent - VPB (Fut Subj Sg P3) => variants {pl_ + "aciere" ; pl_ + "uguiere"} ; --# notpresent - VPB (Fut Subj Pl P1) => pl_ + "aciremos" ; --# notpresent - VPB (Fut Subj Pl P2) => pl_ + "aciereis" ; --# notpresent - VPB (Fut Subj Pl P3) => pl_ + "acieren" ; --# notpresent - VPB (Cond Sg P1) => pl_ + "acera" ; --# notpresent - VPB (Cond Sg P2) => pl_ + "aceras" ; --# notpresent - VPB (Cond Sg P3) => pl_ + "acera" ; --# notpresent - VPB (Cond Pl P1) => pl_ + "aceramos" ; --# notpresent - VPB (Cond Pl P2) => pl_ + "acerais" ; --# notpresent - VPB (Cond Pl P3) => pl_ + "aceran" ; --# notpresent - VPB (Imper Sg P1) => variants {} ; - VPB (Imper Sg P2) => pl_ + "ace" ; - VPB (Imper Sg P3) => pl_ + "azca" ; - VPB (Imper Pl P1) => pl_ + "azcamos" ; - VPB (Imper Pl P2) => pl_ + "aced" ; - VPB (Imper Pl P3) => pl_ + "azcan" ; - VPB (Pass Sg Masc) => pl_ + "acido" ; - VPB (Pass Sg Fem) => pl_ + "acida" ; - VPB (Pass Pl Masc) => pl_ + "acidos" ; - VPB (Pass Pl Fem) => pl_ + "acidas" - } - } ; -oper poder_58 : Str -> Verbum = \poder -> - let p_ = Predef.tk 4 poder in - {s = table { - VI Infn => p_ + "oder" ; - VI Ger => p_ + "udiendo" ; - VI Part => p_ + "odido" ; - VPB (Pres Ind Sg P1) => p_ + "uedo" ; - VPB (Pres Ind Sg P2) => p_ + "uedes" ; - VPB (Pres Ind Sg P3) => p_ + "uede" ; - VPB (Pres Ind Pl P1) => p_ + "odemos" ; - VPB (Pres Ind Pl P2) => p_ + "odis" ; - VPB (Pres Ind Pl P3) => p_ + "ueden" ; - VPB (Pres Subj Sg P1) => p_ + "ueda" ; - VPB (Pres Subj Sg P2) => p_ + "uedas" ; - VPB (Pres Subj Sg P3) => p_ + "ueda" ; - VPB (Pres Subj Pl P1) => p_ + "odamos" ; - VPB (Pres Subj Pl P2) => p_ + "odis" ; - VPB (Pres Subj Pl P3) => p_ + "uedan" ; - VPB (Impf Ind Sg P1) => p_ + "oda" ; --# notpresent - VPB (Impf Ind Sg P2) => p_ + "odas" ; --# notpresent - VPB (Impf Ind Sg P3) => p_ + "oda" ; --# notpresent - VPB (Impf Ind Pl P1) => p_ + "odamos" ; --# notpresent - VPB (Impf Ind Pl P2) => p_ + "odais" ; --# notpresent - VPB (Impf Ind Pl P3) => p_ + "odan" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {p_ + "udiera" ; p_ + "udiese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {p_ + "udieras" ; p_ + "udieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {p_ + "udiera" ; p_ + "udiese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {p_ + "udiramos" ; p_ + "udisemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {p_ + "udierais" ; p_ + "udieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {p_ + "udieran" ; p_ + "udiesen"} ; --# notpresent - VPB (Pret Sg P1) => p_ + "ude" ; --# notpresent - VPB (Pret Sg P2) => p_ + "udiste" ; --# notpresent - VPB (Pret Sg P3) => p_ + "udo" ; --# notpresent - VPB (Pret Pl P1) => p_ + "udimos" ; --# notpresent - VPB (Pret Pl P2) => p_ + "udisteis" ; --# notpresent - VPB (Pret Pl P3) => p_ + "udieron" ; --# notpresent - VPB (Fut Ind Sg P1) => p_ + "odr" ; --# notpresent - VPB (Fut Ind Sg P2) => p_ + "odrs" ; --# notpresent - VPB (Fut Ind Sg P3) => p_ + "odr" ; --# notpresent - VPB (Fut Ind Pl P1) => p_ + "odremos" ; --# notpresent - VPB (Fut Ind Pl P2) => p_ + "odris" ; --# notpresent - VPB (Fut Ind Pl P3) => p_ + "odrn" ; --# notpresent - VPB (Fut Subj Sg P1) => p_ + "udiere" ; --# notpresent - VPB (Fut Subj Sg P2) => p_ + "udieres" ; --# notpresent - VPB (Fut Subj Sg P3) => p_ + "udiere" ; --# notpresent - VPB (Fut Subj Pl P1) => p_ + "udiremos" ; --# notpresent - VPB (Fut Subj Pl P2) => p_ + "udiereis" ; --# notpresent - VPB (Fut Subj Pl P3) => p_ + "udieren" ; --# notpresent - VPB (Cond Sg P1) => p_ + "odra" ; --# notpresent - VPB (Cond Sg P2) => p_ + "odras" ; --# notpresent - VPB (Cond Sg P3) => p_ + "odra" ; --# notpresent - VPB (Cond Pl P1) => p_ + "odramos" ; --# notpresent - VPB (Cond Pl P2) => p_ + "odrais" ; --# notpresent - VPB (Cond Pl P3) => p_ + "odran" ; --# 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_ + "onis" ; - VPB (Pres Ind Pl P3) => p_ + "onen" ; - VPB (Pres Subj Sg P1) => p_ + "onga" ; - VPB (Pres Subj Sg P2) => p_ + "ongas" ; - VPB (Pres Subj Sg P3) => p_ + "onga" ; - VPB (Pres Subj Pl P1) => p_ + "ongamos" ; - VPB (Pres Subj Pl P2) => p_ + "ongis" ; - VPB (Pres Subj Pl P3) => p_ + "ongan" ; - VPB (Impf Ind Sg P1) => p_ + "ona" ; --# notpresent - VPB (Impf Ind Sg P2) => p_ + "onas" ; --# notpresent - VPB (Impf Ind Sg P3) => p_ + "ona" ; --# notpresent - VPB (Impf Ind Pl P1) => p_ + "onamos" ; --# notpresent - VPB (Impf Ind Pl P2) => p_ + "onais" ; --# notpresent - VPB (Impf Ind Pl P3) => p_ + "onan" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {p_ + "usiera" ; p_ + "usiese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {p_ + "usieras" ; p_ + "usieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {p_ + "usiera" ; p_ + "usiese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {p_ + "usiramos" ; p_ + "usisemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {p_ + "usierais" ; p_ + "usieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {p_ + "usieran" ; p_ + "usiesen"} ; --# notpresent - VPB (Pret Sg P1) => p_ + "use" ; --# notpresent - VPB (Pret Sg P2) => p_ + "usiste" ; --# notpresent - VPB (Pret Sg P3) => p_ + "uso" ; --# notpresent - VPB (Pret Pl P1) => p_ + "usimos" ; --# notpresent - VPB (Pret Pl P2) => p_ + "usisteis" ; --# notpresent - VPB (Pret Pl P3) => p_ + "usieron" ; --# notpresent - VPB (Fut Ind Sg P1) => p_ + "ondr" ; --# notpresent - VPB (Fut Ind Sg P2) => p_ + "ondrs" ; --# notpresent - VPB (Fut Ind Sg P3) => p_ + "ondr" ; --# notpresent - VPB (Fut Ind Pl P1) => p_ + "ondremos" ; --# notpresent - VPB (Fut Ind Pl P2) => p_ + "ondris" ; --# notpresent - VPB (Fut Ind Pl P3) => p_ + "ondrn" ; --# notpresent - VPB (Fut Subj Sg P1) => p_ + "usiere" ; --# notpresent - VPB (Fut Subj Sg P2) => p_ + "usieres" ; --# notpresent - VPB (Fut Subj Sg P3) => p_ + "usiere" ; --# notpresent - VPB (Fut Subj Pl P1) => p_ + "usiremos" ; --# notpresent - VPB (Fut Subj Pl P2) => p_ + "usiereis" ; --# notpresent - VPB (Fut Subj Pl P3) => p_ + "usieren" ; --# notpresent - VPB (Cond Sg P1) => p_ + "ondra" ; --# notpresent - VPB (Cond Sg P2) => p_ + "ondras" ; --# notpresent - VPB (Cond Sg P3) => p_ + "ondra" ; --# notpresent - VPB (Cond Pl P1) => p_ + "ondramos" ; --# notpresent - VPB (Cond Pl P2) => p_ + "ondrais" ; --# notpresent - VPB (Cond Pl P3) => p_ + "ondran" ; --# 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_ + "ecs" ; - VPB (Pres Ind Pl P3) => pred_ + "icen" ; - VPB (Pres Subj Sg P1) => pred_ + "iga" ; - VPB (Pres Subj Sg P2) => pred_ + "igas" ; - VPB (Pres Subj Sg P3) => pred_ + "iga" ; - VPB (Pres Subj Pl P1) => pred_ + "igamos" ; - VPB (Pres Subj Pl P2) => pred_ + "igis" ; - VPB (Pres Subj Pl P3) => pred_ + "igan" ; - VPB (Impf Ind Sg P1) => pred_ + "eca" ; --# notpresent - VPB (Impf Ind Sg P2) => pred_ + "ecas" ; --# notpresent - VPB (Impf Ind Sg P3) => pred_ + "eca" ; --# notpresent - VPB (Impf Ind Pl P1) => pred_ + "ecamos" ; --# notpresent - VPB (Impf Ind Pl P2) => pred_ + "ecais" ; --# notpresent - VPB (Impf Ind Pl P3) => pred_ + "ecan" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {pred_ + "ijera" ; pred_ + "ijese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {pred_ + "ijeras" ; pred_ + "ijeses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {pred_ + "ijera" ; pred_ + "ijese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {pred_ + "ijramos" ; pred_ + "ijsemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {pred_ + "ijerais" ; pred_ + "ijeseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {pred_ + "ijeran" ; pred_ + "ijesen"} ; --# notpresent - VPB (Pret Sg P1) => pred_ + "ije" ; --# notpresent - VPB (Pret Sg P2) => pred_ + "ijiste" ; --# notpresent - VPB (Pret Sg P3) => pred_ + "ijo" ; --# notpresent - VPB (Pret Pl P1) => pred_ + "ijimos" ; --# notpresent - VPB (Pret Pl P2) => pred_ + "ijisteis" ; --# notpresent - VPB (Pret Pl P3) => pred_ + "ijeron" ; --# notpresent - VPB (Fut Ind Sg P1) => pred_ + "ecir" ; --# notpresent - VPB (Fut Ind Sg P2) => pred_ + "ecirs" ; --# notpresent - VPB (Fut Ind Sg P3) => pred_ + "ecir" ; --# notpresent - VPB (Fut Ind Pl P1) => pred_ + "eciremos" ; --# notpresent - VPB (Fut Ind Pl P2) => pred_ + "eciris" ; --# notpresent - VPB (Fut Ind Pl P3) => pred_ + "ecirn" ; --# notpresent - VPB (Fut Subj Sg P1) => pred_ + "ijere" ; --# notpresent - VPB (Fut Subj Sg P2) => pred_ + "ijeres" ; --# notpresent - VPB (Fut Subj Sg P3) => pred_ + "ijere" ; --# notpresent - VPB (Fut Subj Pl P1) => pred_ + "ijremos" ; --# notpresent - VPB (Fut Subj Pl P2) => pred_ + "ijereis" ; --# notpresent - VPB (Fut Subj Pl P3) => pred_ + "ijeren" ; --# notpresent - VPB (Cond Sg P1) => pred_ + "ecira" ; --# notpresent - VPB (Cond Sg P2) => pred_ + "eciras" ; --# notpresent - VPB (Cond Sg P3) => pred_ + "ecira" ; --# notpresent - VPB (Cond Pl P1) => pred_ + "eciramos" ; --# notpresent - VPB (Cond Pl P2) => pred_ + "ecirais" ; --# notpresent - VPB (Cond Pl P3) => pred_ + "eciran" ; --# 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_ + "cs" ; - VPB (Pres Ind Pl P3) => produ_ + "cen" ; - VPB (Pres Subj Sg P1) => produ_ + "zca" ; - VPB (Pres Subj Sg P2) => produ_ + "zcas" ; - VPB (Pres Subj Sg P3) => produ_ + "zca" ; - VPB (Pres Subj Pl P1) => produ_ + "zcamos" ; - VPB (Pres Subj Pl P2) => produ_ + "zcis" ; - VPB (Pres Subj Pl P3) => produ_ + "zcan" ; - VPB (Impf Ind Sg P1) => produ_ + "ca" ; --# notpresent - VPB (Impf Ind Sg P2) => produ_ + "cas" ; --# notpresent - VPB (Impf Ind Sg P3) => produ_ + "ca" ; --# notpresent - VPB (Impf Ind Pl P1) => produ_ + "camos" ; --# notpresent - VPB (Impf Ind Pl P2) => produ_ + "cais" ; --# notpresent - VPB (Impf Ind Pl P3) => produ_ + "can" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {produ_ + "jera" ; produ_ + "jese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {produ_ + "jeras" ; produ_ + "jeses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {produ_ + "jera" ; produ_ + "jese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {produ_ + "jramos" ; produ_ + "jsemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {produ_ + "jerais" ; produ_ + "jeseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {produ_ + "jeran" ; produ_ + "jesen"} ; --# notpresent - VPB (Pret Sg P1) => produ_ + "je" ; --# notpresent - VPB (Pret Sg P2) => produ_ + "jiste" ; --# notpresent - VPB (Pret Sg P3) => produ_ + "jo" ; --# notpresent - VPB (Pret Pl P1) => produ_ + "jimos" ; --# notpresent - VPB (Pret Pl P2) => produ_ + "jisteis" ; --# notpresent - VPB (Pret Pl P3) => produ_ + "jeron" ; --# notpresent - VPB (Fut Ind Sg P1) => produ_ + "cir" ; --# notpresent - VPB (Fut Ind Sg P2) => produ_ + "cirs" ; --# notpresent - VPB (Fut Ind Sg P3) => produ_ + "cir" ; --# notpresent - VPB (Fut Ind Pl P1) => produ_ + "ciremos" ; --# notpresent - VPB (Fut Ind Pl P2) => produ_ + "ciris" ; --# notpresent - VPB (Fut Ind Pl P3) => produ_ + "cirn" ; --# notpresent - VPB (Fut Subj Sg P1) => produ_ + "jere" ; --# notpresent - VPB (Fut Subj Sg P2) => produ_ + "jeres" ; --# notpresent - VPB (Fut Subj Sg P3) => produ_ + "jere" ; --# notpresent - VPB (Fut Subj Pl P1) => produ_ + "jremos" ; --# notpresent - VPB (Fut Subj Pl P2) => produ_ + "jereis" ; --# notpresent - VPB (Fut Subj Pl P3) => produ_ + "jeren" ; --# notpresent - VPB (Cond Sg P1) => produ_ + "cira" ; --# notpresent - VPB (Cond Sg P2) => produ_ + "ciras" ; --# notpresent - VPB (Cond Sg P3) => produ_ + "cira" ; --# notpresent - VPB (Cond Pl P1) => produ_ + "ciramos" ; --# notpresent - VPB (Cond Pl P2) => produ_ + "cirais" ; --# notpresent - VPB (Cond Pl P3) => produ_ + "ciran" ; --# 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_ + "ibs" ; - VPB (Pres Ind Pl P3) => proh_ + "ben" ; - VPB (Pres Subj Sg P1) => proh_ + "ba" ; - VPB (Pres Subj Sg P2) => proh_ + "bas" ; - VPB (Pres Subj Sg P3) => proh_ + "ba" ; - VPB (Pres Subj Pl P1) => proh_ + "ibamos" ; - VPB (Pres Subj Pl P2) => proh_ + "ibis" ; - VPB (Pres Subj Pl P3) => proh_ + "ban" ; - VPB (Impf Ind Sg P1) => proh_ + "iba" ; --# notpresent - VPB (Impf Ind Sg P2) => proh_ + "ibas" ; --# notpresent - VPB (Impf Ind Sg P3) => proh_ + "iba" ; --# notpresent - VPB (Impf Ind Pl P1) => proh_ + "ibamos" ; --# notpresent - VPB (Impf Ind Pl P2) => proh_ + "ibais" ; --# notpresent - VPB (Impf Ind Pl P3) => proh_ + "iban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {proh_ + "ibiera" ; proh_ + "ibiese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {proh_ + "ibieras" ; proh_ + "ibieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {proh_ + "ibiera" ; proh_ + "ibiese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {proh_ + "ibiramos" ; proh_ + "ibisemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {proh_ + "ibierais" ; proh_ + "ibieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {proh_ + "ibieran" ; proh_ + "ibiesen"} ; --# notpresent - VPB (Pret Sg P1) => proh_ + "ib" ; --# notpresent - VPB (Pret Sg P2) => proh_ + "ibiste" ; --# notpresent - VPB (Pret Sg P3) => proh_ + "ibi" ; --# notpresent - VPB (Pret Pl P1) => proh_ + "ibimos" ; --# notpresent - VPB (Pret Pl P2) => proh_ + "ibisteis" ; --# notpresent - VPB (Pret Pl P3) => proh_ + "ibieron" ; --# notpresent - VPB (Fut Ind Sg P1) => proh_ + "ibir" ; --# notpresent - VPB (Fut Ind Sg P2) => proh_ + "ibirs" ; --# notpresent - VPB (Fut Ind Sg P3) => proh_ + "ibir" ; --# notpresent - VPB (Fut Ind Pl P1) => proh_ + "ibiremos" ; --# notpresent - VPB (Fut Ind Pl P2) => proh_ + "ibiris" ; --# notpresent - VPB (Fut Ind Pl P3) => proh_ + "ibirn" ; --# notpresent - VPB (Fut Subj Sg P1) => proh_ + "ibiere" ; --# notpresent - VPB (Fut Subj Sg P2) => proh_ + "ibieres" ; --# notpresent - VPB (Fut Subj Sg P3) => proh_ + "ibiere" ; --# notpresent - VPB (Fut Subj Pl P1) => proh_ + "ibiremos" ; --# notpresent - VPB (Fut Subj Pl P2) => proh_ + "ibiereis" ; --# notpresent - VPB (Fut Subj Pl P3) => proh_ + "ibieren" ; --# notpresent - VPB (Cond Sg P1) => proh_ + "ibira" ; --# notpresent - VPB (Cond Sg P2) => proh_ + "ibiras" ; --# notpresent - VPB (Cond Sg P3) => proh_ + "ibira" ; --# notpresent - VPB (Cond Pl P1) => proh_ + "ibiramos" ; --# notpresent - VPB (Cond Pl P2) => proh_ + "ibirais" ; --# notpresent - VPB (Cond Pl P3) => proh_ + "ibiran" ; --# 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_ + "eris" ; - VPB (Pres Ind Pl P3) => qu_ + "ieren" ; - VPB (Pres Subj Sg P1) => qu_ + "iera" ; - VPB (Pres Subj Sg P2) => qu_ + "ieras" ; - VPB (Pres Subj Sg P3) => qu_ + "iera" ; - VPB (Pres Subj Pl P1) => qu_ + "eramos" ; - VPB (Pres Subj Pl P2) => qu_ + "eris" ; - VPB (Pres Subj Pl P3) => qu_ + "ieran" ; - VPB (Impf Ind Sg P1) => qu_ + "era" ; --# notpresent - VPB (Impf Ind Sg P2) => qu_ + "eras" ; --# notpresent - VPB (Impf Ind Sg P3) => qu_ + "era" ; --# notpresent - VPB (Impf Ind Pl P1) => qu_ + "eramos" ; --# notpresent - VPB (Impf Ind Pl P2) => qu_ + "erais" ; --# notpresent - VPB (Impf Ind Pl P3) => qu_ + "eran" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {qu_ + "isiera" ; qu_ + "isiese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {qu_ + "isieras" ; qu_ + "isieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {qu_ + "isiera" ; qu_ + "isiese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {qu_ + "isiramos" ; qu_ + "isisemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {qu_ + "isierais" ; qu_ + "isieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {qu_ + "isieran" ; qu_ + "isiesen"} ; --# notpresent - VPB (Pret Sg P1) => qu_ + "ise" ; --# notpresent - VPB (Pret Sg P2) => qu_ + "isiste" ; --# notpresent - VPB (Pret Sg P3) => qu_ + "iso" ; --# notpresent - VPB (Pret Pl P1) => qu_ + "isimos" ; --# notpresent - VPB (Pret Pl P2) => qu_ + "isisteis" ; --# notpresent - VPB (Pret Pl P3) => qu_ + "isieron" ; --# notpresent - VPB (Fut Ind Sg P1) => qu_ + "err" ; --# notpresent - VPB (Fut Ind Sg P2) => qu_ + "errs" ; --# notpresent - VPB (Fut Ind Sg P3) => qu_ + "err" ; --# notpresent - VPB (Fut Ind Pl P1) => qu_ + "erremos" ; --# notpresent - VPB (Fut Ind Pl P2) => qu_ + "erris" ; --# notpresent - VPB (Fut Ind Pl P3) => qu_ + "errn" ; --# notpresent - VPB (Fut Subj Sg P1) => qu_ + "isiere" ; --# notpresent - VPB (Fut Subj Sg P2) => qu_ + "isieres" ; --# notpresent - VPB (Fut Subj Sg P3) => qu_ + "isiere" ; --# notpresent - VPB (Fut Subj Pl P1) => qu_ + "isiremos" ; --# notpresent - VPB (Fut Subj Pl P2) => qu_ + "isiereis" ; --# notpresent - VPB (Fut Subj Pl P3) => qu_ + "isieren" ; --# notpresent - VPB (Cond Sg P1) => qu_ + "erra" ; --# notpresent - VPB (Cond Sg P2) => qu_ + "erras" ; --# notpresent - VPB (Cond Sg P3) => qu_ + "erra" ; --# notpresent - VPB (Cond Pl P1) => qu_ + "erramos" ; --# notpresent - VPB (Cond Pl P2) => qu_ + "errais" ; --# notpresent - VPB (Cond Pl P3) => qu_ + "erran" ; --# notpresent - VPB (Imper Sg P1) => variants {} ; - VPB (Imper Sg P2) => qu_ + "iere" ; - VPB (Imper Sg P3) => qu_ + "iera" ; - VPB (Imper Pl P1) => qu_ + "eramos" ; - VPB (Imper Pl P2) => qu_ + "ered" ; - VPB (Imper Pl P3) => qu_ + "ieran" ; - VPB (Pass Sg Masc) => qu_ + "erido" ; - VPB (Pass Sg Fem) => qu_ + "erida" ; - VPB (Pass Pl Masc) => qu_ + "eridos" ; - VPB (Pass Pl Fem) => qu_ + "eridas" - } - } ; -oper raer_65 : Str -> Verbum = \raer -> - let ra_ = Predef.tk 2 raer in - {s = table { - VI Infn => ra_ + "er" ; - VI Ger => ra_ + "yendo" ; - VI Part => ra_ + "do" ; - VPB (Pres Ind Sg P1) => variants {ra_ + "o" ; ra_ + "igo"} ; - VPB (Pres Ind Sg P2) => ra_ + "es" ; - VPB (Pres Ind Sg P3) => ra_ + "e" ; - VPB (Pres Ind Pl P1) => ra_ + "emos" ; - VPB (Pres Ind Pl P2) => ra_ + "is" ; - VPB (Pres Ind Pl P3) => ra_ + "en" ; - VPB (Pres Subj Sg P1) => ra_ + "iga" ; - VPB (Pres Subj Sg P2) => ra_ + "igas" ; - VPB (Pres Subj Sg P3) => ra_ + "iga" ; - VPB (Pres Subj Pl P1) => ra_ + "igamos" ; - VPB (Pres Subj Pl P2) => ra_ + "igis" ; - VPB (Pres Subj Pl P3) => ra_ + "igan" ; - VPB (Impf Ind Sg P1) => ra_ + "a" ; --# notpresent - VPB (Impf Ind Sg P2) => ra_ + "as" ; --# notpresent - VPB (Impf Ind Sg P3) => ra_ + "a" ; --# notpresent - VPB (Impf Ind Pl P1) => ra_ + "amos" ; --# notpresent - VPB (Impf Ind Pl P2) => ra_ + "ais" ; --# notpresent - VPB (Impf Ind Pl P3) => ra_ + "an" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {ra_ + "yera" ; ra_ + "yese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {ra_ + "yeras" ; ra_ + "yeses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {ra_ + "yera" ; ra_ + "yese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {ra_ + "yramos" ; ra_ + "ysemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {ra_ + "yerais" ; ra_ + "yeseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {ra_ + "yeran" ; ra_ + "yesen"} ; --# notpresent - VPB (Pret Sg P1) => ra_ + "" ; --# notpresent - VPB (Pret Sg P2) => ra_ + "ste" ; --# notpresent - VPB (Pret Sg P3) => ra_ + "y" ; --# notpresent - VPB (Pret Pl P1) => ra_ + "mos" ; --# notpresent - VPB (Pret Pl P2) => ra_ + "steis" ; --# notpresent - VPB (Pret Pl P3) => ra_ + "yeron" ; --# notpresent - VPB (Fut Ind Sg P1) => ra_ + "er" ; --# notpresent - VPB (Fut Ind Sg P2) => ra_ + "ers" ; --# notpresent - VPB (Fut Ind Sg P3) => ra_ + "er" ; --# notpresent - VPB (Fut Ind Pl P1) => ra_ + "eremos" ; --# notpresent - VPB (Fut Ind Pl P2) => ra_ + "eris" ; --# notpresent - VPB (Fut Ind Pl P3) => ra_ + "ern" ; --# notpresent - VPB (Fut Subj Sg P1) => ra_ + "yere" ; --# notpresent - VPB (Fut Subj Sg P2) => ra_ + "yeres" ; --# notpresent - VPB (Fut Subj Sg P3) => ra_ + "yere" ; --# notpresent - VPB (Fut Subj Pl P1) => ra_ + "yremos" ; --# notpresent - VPB (Fut Subj Pl P2) => ra_ + "yereis" ; --# notpresent - VPB (Fut Subj Pl P3) => ra_ + "yeren" ; --# notpresent - VPB (Cond Sg P1) => ra_ + "era" ; --# notpresent - VPB (Cond Sg P2) => ra_ + "eras" ; --# notpresent - VPB (Cond Sg P3) => ra_ + "era" ; --# notpresent - VPB (Cond Pl P1) => ra_ + "eramos" ; --# notpresent - VPB (Cond Pl P2) => ra_ + "erais" ; --# notpresent - VPB (Cond Pl P3) => ra_ + "eran" ; --# 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_ + "egis" ; - VPB (Pres Ind Pl P3) => r_ + "iegan" ; - VPB (Pres Subj Sg P1) => r_ + "iegue" ; - VPB (Pres Subj Sg P2) => r_ + "iegues" ; - VPB (Pres Subj Sg P3) => r_ + "iegue" ; - VPB (Pres Subj Pl P1) => r_ + "eguemos" ; - VPB (Pres Subj Pl P2) => r_ + "eguis" ; - VPB (Pres Subj Pl P3) => r_ + "ieguen" ; - VPB (Impf Ind Sg P1) => r_ + "egaba" ; --# notpresent - VPB (Impf Ind Sg P2) => r_ + "egabas" ; --# notpresent - VPB (Impf Ind Sg P3) => r_ + "egaba" ; --# notpresent - VPB (Impf Ind Pl P1) => r_ + "egbamos" ; --# notpresent - VPB (Impf Ind Pl P2) => r_ + "egabais" ; --# notpresent - VPB (Impf Ind Pl P3) => r_ + "egaban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {r_ + "egara" ; r_ + "egase"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {r_ + "egaras" ; r_ + "egases"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {r_ + "egara" ; r_ + "egase"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {r_ + "egramos" ; r_ + "egsemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {r_ + "egarais" ; r_ + "egaseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {r_ + "egaran" ; r_ + "egasen"} ; --# notpresent - VPB (Pret Sg P1) => r_ + "egu" ; --# notpresent - VPB (Pret Sg P2) => r_ + "egaste" ; --# notpresent - VPB (Pret Sg P3) => r_ + "eg" ; --# notpresent - VPB (Pret Pl P1) => r_ + "egamos" ; --# notpresent - VPB (Pret Pl P2) => r_ + "egasteis" ; --# notpresent - VPB (Pret Pl P3) => r_ + "egaron" ; --# notpresent - VPB (Fut Ind Sg P1) => r_ + "egar" ; --# notpresent - VPB (Fut Ind Sg P2) => r_ + "egars" ; --# notpresent - VPB (Fut Ind Sg P3) => r_ + "egar" ; --# notpresent - VPB (Fut Ind Pl P1) => r_ + "egaremos" ; --# notpresent - VPB (Fut Ind Pl P2) => r_ + "egaris" ; --# notpresent - VPB (Fut Ind Pl P3) => r_ + "egarn" ; --# notpresent - VPB (Fut Subj Sg P1) => r_ + "egare" ; --# notpresent - VPB (Fut Subj Sg P2) => r_ + "egares" ; --# notpresent - VPB (Fut Subj Sg P3) => r_ + "egare" ; --# notpresent - VPB (Fut Subj Pl P1) => r_ + "egremos" ; --# notpresent - VPB (Fut Subj Pl P2) => r_ + "egareis" ; --# notpresent - VPB (Fut Subj Pl P3) => r_ + "egaren" ; --# notpresent - VPB (Cond Sg P1) => r_ + "egara" ; --# notpresent - VPB (Cond Sg P2) => r_ + "egaras" ; --# notpresent - VPB (Cond Sg P3) => r_ + "egara" ; --# notpresent - VPB (Cond Pl P1) => r_ + "egaramos" ; --# notpresent - VPB (Cond Pl P2) => r_ + "egarais" ; --# notpresent - VPB (Cond Pl P3) => r_ + "egaran" ; --# 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 reir_68 : Str -> Verbum = \reir -> - let r_ = Predef.tk 4 reir in - {s = table { - VI Infn => r_ + "eir" ; - VI Ger => r_ + "iiendo" ; - VI Part => r_ + "eido" ; - VPB (Pres Ind Sg P1) => r_ + "io" ; - VPB (Pres Ind Sg P2) => r_ + "ies" ; - VPB (Pres Ind Sg P3) => r_ + "ie" ; - VPB (Pres Ind Pl P1) => r_ + "eimos" ; - VPB (Pres Ind Pl P2) => r_ + "es" ; - VPB (Pres Ind Pl P3) => r_ + "ien" ; - VPB (Pres Subj Sg P1) => r_ + "ia" ; - VPB (Pres Subj Sg P2) => r_ + "ias" ; - VPB (Pres Subj Sg P3) => r_ + "ia" ; - VPB (Pres Subj Pl P1) => r_ + "iamos" ; - VPB (Pres Subj Pl P2) => r_ + "iis" ; - VPB (Pres Subj Pl P3) => r_ + "ian" ; - VPB (Impf Ind Sg P1) => r_ + "ea" ; --# notpresent - VPB (Impf Ind Sg P2) => r_ + "eas" ; --# notpresent - VPB (Impf Ind Sg P3) => r_ + "ea" ; --# notpresent - VPB (Impf Ind Pl P1) => r_ + "eamos" ; --# notpresent - VPB (Impf Ind Pl P2) => r_ + "eais" ; --# notpresent - VPB (Impf Ind Pl P3) => r_ + "ean" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {r_ + "iera" ; r_ + "iese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {r_ + "ieras" ; r_ + "ieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {r_ + "iera" ; r_ + "iese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {r_ + "iramos" ; r_ + "isemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {r_ + "ierais" ; r_ + "ieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {r_ + "ieran" ; r_ + "iesen"} ; --# notpresent - VPB (Pret Sg P1) => r_ + "e" ; --# notpresent - VPB (Pret Sg P2) => r_ + "eiste" ; --# notpresent - VPB (Pret Sg P3) => r_ + "i" ; --# notpresent - VPB (Pret Pl P1) => r_ + "eimos" ; --# notpresent - VPB (Pret Pl P2) => r_ + "eisteis" ; --# notpresent - VPB (Pret Pl P3) => r_ + "ieron" ; --# notpresent - VPB (Fut Ind Sg P1) => r_ + "eir" ; --# notpresent - VPB (Fut Ind Sg P2) => r_ + "eirs" ; --# notpresent - VPB (Fut Ind Sg P3) => r_ + "eir" ; --# notpresent - VPB (Fut Ind Pl P1) => r_ + "eiremos" ; --# notpresent - VPB (Fut Ind Pl P2) => r_ + "eiris" ; --# notpresent - VPB (Fut Ind Pl P3) => r_ + "eirn" ; --# notpresent - VPB (Fut Subj Sg P1) => r_ + "iere" ; --# notpresent - VPB (Fut Subj Sg P2) => r_ + "ieres" ; --# notpresent - VPB (Fut Subj Sg P3) => r_ + "iere" ; --# notpresent - VPB (Fut Subj Pl P1) => r_ + "iremos" ; --# notpresent - VPB (Fut Subj Pl P2) => r_ + "iereis" ; --# notpresent - VPB (Fut Subj Pl P3) => r_ + "ieren" ; --# notpresent - VPB (Cond Sg P1) => r_ + "eira" ; --# notpresent - VPB (Cond Sg P2) => r_ + "eiras" ; --# notpresent - VPB (Cond Sg P3) => r_ + "eira" ; --# notpresent - VPB (Cond Pl P1) => r_ + "eiramos" ; --# notpresent - VPB (Cond Pl P2) => r_ + "eirais" ; --# notpresent - VPB (Cond Pl P3) => r_ + "eiran" ; --# notpresent - VPB (Imper Sg P1) => variants {} ; - VPB (Imper Sg P2) => r_ + "ie" ; - VPB (Imper Sg P3) => r_ + "ia" ; - VPB (Imper Pl P1) => r_ + "iamos" ; - VPB (Imper Pl P2) => r_ + "eid" ; - VPB (Imper Pl P3) => r_ + "ian" ; - VPB (Pass Sg Masc) => r_ + "eido" ; - VPB (Pass Sg Fem) => r_ + "eida" ; - VPB (Pass Pl Masc) => r_ + "eidos" ; - VPB (Pass Pl Fem) => r_ + "eidas" - } - } ; -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_ + "uns" ; - VPB (Pres Ind Pl P3) => re_ + "nen" ; - VPB (Pres Subj Sg P1) => re_ + "na" ; - VPB (Pres Subj Sg P2) => re_ + "nas" ; - VPB (Pres Subj Sg P3) => re_ + "na" ; - VPB (Pres Subj Pl P1) => re_ + "unamos" ; - VPB (Pres Subj Pl P2) => re_ + "unis" ; - VPB (Pres Subj Pl P3) => re_ + "nan" ; - VPB (Impf Ind Sg P1) => re_ + "una" ; --# notpresent - VPB (Impf Ind Sg P2) => re_ + "unas" ; --# notpresent - VPB (Impf Ind Sg P3) => re_ + "una" ; --# notpresent - VPB (Impf Ind Pl P1) => re_ + "unamos" ; --# notpresent - VPB (Impf Ind Pl P2) => re_ + "unais" ; --# notpresent - VPB (Impf Ind Pl P3) => re_ + "unan" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {re_ + "uniera" ; re_ + "uniese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {re_ + "unieras" ; re_ + "unieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {re_ + "uniera" ; re_ + "uniese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {re_ + "uniramos" ; re_ + "unisemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {re_ + "unierais" ; re_ + "unieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {re_ + "unieran" ; re_ + "uniesen"} ; --# notpresent - VPB (Pret Sg P1) => re_ + "un" ; --# notpresent - VPB (Pret Sg P2) => re_ + "uniste" ; --# notpresent - VPB (Pret Sg P3) => re_ + "uni" ; --# notpresent - VPB (Pret Pl P1) => re_ + "unimos" ; --# notpresent - VPB (Pret Pl P2) => re_ + "unisteis" ; --# notpresent - VPB (Pret Pl P3) => re_ + "unieron" ; --# notpresent - VPB (Fut Ind Sg P1) => re_ + "unir" ; --# notpresent - VPB (Fut Ind Sg P2) => re_ + "unirs" ; --# notpresent - VPB (Fut Ind Sg P3) => re_ + "unir" ; --# notpresent - VPB (Fut Ind Pl P1) => re_ + "uniremos" ; --# notpresent - VPB (Fut Ind Pl P2) => re_ + "uniris" ; --# notpresent - VPB (Fut Ind Pl P3) => re_ + "unirn" ; --# notpresent - VPB (Fut Subj Sg P1) => re_ + "uniere" ; --# notpresent - VPB (Fut Subj Sg P2) => re_ + "unieres" ; --# notpresent - VPB (Fut Subj Sg P3) => re_ + "uniere" ; --# notpresent - VPB (Fut Subj Pl P1) => re_ + "uniremos" ; --# notpresent - VPB (Fut Subj Pl P2) => re_ + "uniereis" ; --# notpresent - VPB (Fut Subj Pl P3) => re_ + "unieren" ; --# notpresent - VPB (Cond Sg P1) => re_ + "unira" ; --# notpresent - VPB (Cond Sg P2) => re_ + "uniras" ; --# notpresent - VPB (Cond Sg P3) => re_ + "unira" ; --# notpresent - VPB (Cond Pl P1) => re_ + "uniramos" ; --# notpresent - VPB (Cond Pl P2) => re_ + "unirais" ; --# notpresent - VPB (Cond Pl P3) => re_ + "uniran" ; --# notpresent - VPB (Imper Sg P1) => variants {} ; - VPB (Imper Sg P2) => re_ + "ne" ; - VPB (Imper Sg P3) => re_ + "na" ; - VPB (Imper Pl P1) => re_ + "unamos" ; - VPB (Imper Pl P2) => re_ + "unid" ; - VPB (Imper Pl P3) => re_ + "nan" ; - VPB (Pass Sg Masc) => re_ + "unido" ; - VPB (Pass Sg Fem) => re_ + "unida" ; - VPB (Pass Pl Masc) => re_ + "unidos" ; - VPB (Pass Pl Fem) => re_ + "unidas" - } - } ; -oper roer_70 : Str -> Verbum = \roer -> - let ro_ = Predef.tk 2 roer in - {s = table { - VI Infn => ro_ + "er" ; - VI Ger => ro_ + "yendo" ; - VI Part => ro_ + "do" ; - VPB (Pres Ind Sg P1) => variants {ro_ + "o" ; ro_ + "igo"} ; - VPB (Pres Ind Sg P2) => ro_ + "es" ; - VPB (Pres Ind Sg P3) => ro_ + "e" ; - VPB (Pres Ind Pl P1) => ro_ + "emos" ; - VPB (Pres Ind Pl P2) => ro_ + "is" ; - VPB (Pres Ind Pl P3) => ro_ + "en" ; - VPB (Pres Subj Sg P1) => ro_ + "a" ; - VPB (Pres Subj Sg P2) => ro_ + "as" ; - VPB (Pres Subj Sg P3) => ro_ + "a" ; - VPB (Pres Subj Pl P1) => ro_ + "amos" ; - VPB (Pres Subj Pl P2) => ro_ + "is" ; - VPB (Pres Subj Pl P3) => ro_ + "an" ; - VPB (Impf Ind Sg P1) => ro_ + "a" ; --# notpresent - VPB (Impf Ind Sg P2) => ro_ + "as" ; --# notpresent - VPB (Impf Ind Sg P3) => ro_ + "a" ; --# notpresent - VPB (Impf Ind Pl P1) => ro_ + "amos" ; --# notpresent - VPB (Impf Ind Pl P2) => ro_ + "ais" ; --# notpresent - VPB (Impf Ind Pl P3) => ro_ + "an" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {ro_ + "yera" ; ro_ + "yese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {ro_ + "yeras" ; ro_ + "yeses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {ro_ + "yera" ; ro_ + "yese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {ro_ + "yramos" ; ro_ + "ysemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {ro_ + "yerais" ; ro_ + "yeseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {ro_ + "yeran" ; ro_ + "yesen"} ; --# notpresent - VPB (Pret Sg P1) => ro_ + "" ; --# notpresent - VPB (Pret Sg P2) => ro_ + "ste" ; --# notpresent - VPB (Pret Sg P3) => ro_ + "y" ; --# notpresent - VPB (Pret Pl P1) => ro_ + "mos" ; --# notpresent - VPB (Pret Pl P2) => ro_ + "steis" ; --# notpresent - VPB (Pret Pl P3) => ro_ + "yeron" ; --# notpresent - VPB (Fut Ind Sg P1) => ro_ + "er" ; --# notpresent - VPB (Fut Ind Sg P2) => ro_ + "ers" ; --# notpresent - VPB (Fut Ind Sg P3) => ro_ + "er" ; --# notpresent - VPB (Fut Ind Pl P1) => ro_ + "eremos" ; --# notpresent - VPB (Fut Ind Pl P2) => ro_ + "eris" ; --# notpresent - VPB (Fut Ind Pl P3) => ro_ + "ern" ; --# notpresent - VPB (Fut Subj Sg P1) => ro_ + "yere" ; --# notpresent - VPB (Fut Subj Sg P2) => ro_ + "yeres" ; --# notpresent - VPB (Fut Subj Sg P3) => ro_ + "yere" ; --# notpresent - VPB (Fut Subj Pl P1) => ro_ + "yremos" ; --# notpresent - VPB (Fut Subj Pl P2) => ro_ + "yereis" ; --# notpresent - VPB (Fut Subj Pl P3) => ro_ + "yeren" ; --# notpresent - VPB (Cond Sg P1) => ro_ + "era" ; --# notpresent - VPB (Cond Sg P2) => ro_ + "eras" ; --# notpresent - VPB (Cond Sg P3) => ro_ + "era" ; --# notpresent - VPB (Cond Pl P1) => ro_ + "eramos" ; --# notpresent - VPB (Cond Pl P2) => ro_ + "erais" ; --# notpresent - VPB (Cond Pl P3) => ro_ + "eran" ; --# 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_ + "abis" ; - VPB (Pres Ind Pl P3) => s_ + "aben" ; - VPB (Pres Subj Sg P1) => s_ + "epa" ; - VPB (Pres Subj Sg P2) => s_ + "epas" ; - VPB (Pres Subj Sg P3) => s_ + "epa" ; - VPB (Pres Subj Pl P1) => s_ + "epamos" ; - VPB (Pres Subj Pl P2) => s_ + "epis" ; - VPB (Pres Subj Pl P3) => s_ + "epan" ; - VPB (Impf Ind Sg P1) => s_ + "aba" ; --# notpresent - VPB (Impf Ind Sg P2) => s_ + "abas" ; --# notpresent - VPB (Impf Ind Sg P3) => s_ + "aba" ; --# notpresent - VPB (Impf Ind Pl P1) => s_ + "abamos" ; --# notpresent - VPB (Impf Ind Pl P2) => s_ + "abais" ; --# notpresent - VPB (Impf Ind Pl P3) => s_ + "aban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {s_ + "upiera" ; s_ + "upiese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {s_ + "upieras" ; s_ + "upieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {s_ + "upiera" ; s_ + "upiese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {s_ + "upiramos" ; s_ + "upisemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {s_ + "upierais" ; s_ + "upieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {s_ + "upieran" ; s_ + "upiesen"} ; --# notpresent - VPB (Pret Sg P1) => s_ + "upe" ; --# notpresent - VPB (Pret Sg P2) => s_ + "upiste" ; --# notpresent - VPB (Pret Sg P3) => s_ + "upo" ; --# notpresent - VPB (Pret Pl P1) => s_ + "upimos" ; --# notpresent - VPB (Pret Pl P2) => s_ + "upisteis" ; --# notpresent - VPB (Pret Pl P3) => s_ + "upieron" ; --# notpresent - VPB (Fut Ind Sg P1) => s_ + "abr" ; --# notpresent - VPB (Fut Ind Sg P2) => s_ + "abrs" ; --# notpresent - VPB (Fut Ind Sg P3) => s_ + "abr" ; --# notpresent - VPB (Fut Ind Pl P1) => s_ + "abremos" ; --# notpresent - VPB (Fut Ind Pl P2) => s_ + "abris" ; --# notpresent - VPB (Fut Ind Pl P3) => s_ + "abrn" ; --# notpresent - VPB (Fut Subj Sg P1) => s_ + "upiere" ; --# notpresent - VPB (Fut Subj Sg P2) => s_ + "upieres" ; --# notpresent - VPB (Fut Subj Sg P3) => s_ + "upiere" ; --# notpresent - VPB (Fut Subj Pl P1) => s_ + "upiremos" ; --# notpresent - VPB (Fut Subj Pl P2) => s_ + "upiereis" ; --# notpresent - VPB (Fut Subj Pl P3) => s_ + "upieren" ; --# notpresent - VPB (Cond Sg P1) => s_ + "abra" ; --# notpresent - VPB (Cond Sg P2) => s_ + "abras" ; --# notpresent - VPB (Cond Sg P3) => s_ + "abra" ; --# notpresent - VPB (Cond Pl P1) => s_ + "abramos" ; --# notpresent - VPB (Cond Pl P2) => s_ + "abrais" ; --# notpresent - VPB (Cond Pl P3) => s_ + "abran" ; --# 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_ + "cis" ; - VPB (Pres Ind Pl P3) => sa_ + "can" ; - VPB (Pres Subj Sg P1) => sa_ + "que" ; - VPB (Pres Subj Sg P2) => sa_ + "ques" ; - VPB (Pres Subj Sg P3) => sa_ + "que" ; - VPB (Pres Subj Pl P1) => sa_ + "quemos" ; - VPB (Pres Subj Pl P2) => sa_ + "quis" ; - VPB (Pres Subj Pl P3) => sa_ + "quen" ; - VPB (Impf Ind Sg P1) => sa_ + "caba" ; --# notpresent - VPB (Impf Ind Sg P2) => sa_ + "cabas" ; --# notpresent - VPB (Impf Ind Sg P3) => sa_ + "caba" ; --# notpresent - VPB (Impf Ind Pl P1) => sa_ + "cbamos" ; --# notpresent - VPB (Impf Ind Pl P2) => sa_ + "cabais" ; --# notpresent - VPB (Impf Ind Pl P3) => sa_ + "caban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {sa_ + "cara" ; sa_ + "case"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {sa_ + "caras" ; sa_ + "cases"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {sa_ + "cara" ; sa_ + "case"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {sa_ + "cramos" ; sa_ + "csemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {sa_ + "carais" ; sa_ + "caseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {sa_ + "caran" ; sa_ + "casen"} ; --# notpresent - VPB (Pret Sg P1) => sa_ + "qu" ; --# notpresent - VPB (Pret Sg P2) => sa_ + "caste" ; --# notpresent - VPB (Pret Sg P3) => sa_ + "c" ; --# notpresent - VPB (Pret Pl P1) => sa_ + "camos" ; --# notpresent - VPB (Pret Pl P2) => sa_ + "casteis" ; --# notpresent - VPB (Pret Pl P3) => sa_ + "caron" ; --# notpresent - VPB (Fut Ind Sg P1) => sa_ + "car" ; --# notpresent - VPB (Fut Ind Sg P2) => sa_ + "cars" ; --# notpresent - VPB (Fut Ind Sg P3) => sa_ + "car" ; --# notpresent - VPB (Fut Ind Pl P1) => sa_ + "caremos" ; --# notpresent - VPB (Fut Ind Pl P2) => sa_ + "caris" ; --# notpresent - VPB (Fut Ind Pl P3) => sa_ + "carn" ; --# notpresent - VPB (Fut Subj Sg P1) => sa_ + "care" ; --# notpresent - VPB (Fut Subj Sg P2) => sa_ + "cares" ; --# notpresent - VPB (Fut Subj Sg P3) => sa_ + "care" ; --# notpresent - VPB (Fut Subj Pl P1) => sa_ + "cremos" ; --# notpresent - VPB (Fut Subj Pl P2) => sa_ + "careis" ; --# notpresent - VPB (Fut Subj Pl P3) => sa_ + "caren" ; --# notpresent - VPB (Cond Sg P1) => sa_ + "cara" ; --# notpresent - VPB (Cond Sg P2) => sa_ + "caras" ; --# notpresent - VPB (Cond Sg P3) => sa_ + "cara" ; --# notpresent - VPB (Cond Pl P1) => sa_ + "caramos" ; --# notpresent - VPB (Cond Pl P2) => sa_ + "carais" ; --# notpresent - VPB (Cond Pl P3) => sa_ + "caran" ; --# notpresent - VPB (Imper Sg P1) => variants {} ; - VPB (Imper Sg P2) => sa_ + "ca" ; - VPB (Imper Sg P3) => sa_ + "que" ; - VPB (Imper Pl P1) => sa_ + "quemos" ; - VPB (Imper Pl P2) => sa_ + "cad" ; - VPB (Imper Pl P3) => sa_ + "quen" ; - VPB (Pass Sg Masc) => sa_ + "cado" ; - VPB (Pass Sg Fem) => sa_ + "cada" ; - VPB (Pass Pl Masc) => sa_ + "cados" ; - VPB (Pass Pl Fem) => sa_ + "cadas" - } - } ; -oper salir_73 : Str -> Verbum = \salir -> - let sal_ = Predef.tk 2 salir in - {s = table { - VI Infn => sal_ + "ir" ; - VI Ger => sal_ + "iendo" ; - VI Part => sal_ + "ido" ; - VPB (Pres Ind Sg P1) => sal_ + "go" ; - VPB (Pres Ind Sg P2) => sal_ + "es" ; - VPB (Pres Ind Sg P3) => sal_ + "e" ; - VPB (Pres Ind Pl P1) => sal_ + "imos" ; - VPB (Pres Ind Pl P2) => sal_ + "s" ; - VPB (Pres Ind Pl P3) => sal_ + "en" ; - VPB (Pres Subj Sg P1) => sal_ + "ga" ; - VPB (Pres Subj Sg P2) => sal_ + "gas" ; - VPB (Pres Subj Sg P3) => sal_ + "ga" ; - VPB (Pres Subj Pl P1) => sal_ + "gamos" ; - VPB (Pres Subj Pl P2) => sal_ + "gis" ; - VPB (Pres Subj Pl P3) => sal_ + "gan" ; - VPB (Impf Ind Sg P1) => sal_ + "a" ; --# notpresent - VPB (Impf Ind Sg P2) => sal_ + "as" ; --# notpresent - VPB (Impf Ind Sg P3) => sal_ + "a" ; --# notpresent - VPB (Impf Ind Pl P1) => sal_ + "amos" ; --# notpresent - VPB (Impf Ind Pl P2) => sal_ + "ais" ; --# notpresent - VPB (Impf Ind Pl P3) => sal_ + "an" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {sal_ + "iera" ; sal_ + "iese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {sal_ + "ieras" ; sal_ + "ieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {sal_ + "iera" ; sal_ + "iese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {sal_ + "iramos" ; sal_ + "isemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {sal_ + "ierais" ; sal_ + "ieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {sal_ + "ieran" ; sal_ + "iesen"} ; --# notpresent - VPB (Pret Sg P1) => sal_ + "" ; --# notpresent - VPB (Pret Sg P2) => sal_ + "iste" ; --# notpresent - VPB (Pret Sg P3) => sal_ + "i" ; --# notpresent - VPB (Pret Pl P1) => sal_ + "imos" ; --# notpresent - VPB (Pret Pl P2) => sal_ + "isteis" ; --# notpresent - VPB (Pret Pl P3) => sal_ + "ieron" ; --# notpresent - VPB (Fut Ind Sg P1) => sal_ + "dr" ; --# notpresent - VPB (Fut Ind Sg P2) => sal_ + "drs" ; --# notpresent - VPB (Fut Ind Sg P3) => sal_ + "dr" ; --# notpresent - VPB (Fut Ind Pl P1) => sal_ + "dremos" ; --# notpresent - VPB (Fut Ind Pl P2) => sal_ + "dris" ; --# notpresent - VPB (Fut Ind Pl P3) => sal_ + "drn" ; --# notpresent - VPB (Fut Subj Sg P1) => sal_ + "iere" ; --# notpresent - VPB (Fut Subj Sg P2) => sal_ + "ieres" ; --# notpresent - VPB (Fut Subj Sg P3) => sal_ + "iere" ; --# notpresent - VPB (Fut Subj Pl P1) => sal_ + "iremos" ; --# notpresent - VPB (Fut Subj Pl P2) => sal_ + "iereis" ; --# notpresent - VPB (Fut Subj Pl P3) => sal_ + "ieren" ; --# notpresent - VPB (Cond Sg P1) => sal_ + "dra" ; --# notpresent - VPB (Cond Sg P2) => sal_ + "dras" ; --# notpresent - VPB (Cond Sg P3) => sal_ + "dra" ; --# notpresent - VPB (Cond Pl P1) => sal_ + "dramos" ; --# notpresent - VPB (Cond Pl P2) => sal_ + "drais" ; --# notpresent - VPB (Cond Pl P3) => sal_ + "dran" ; --# 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_ + "acis" ; - VPB (Pres Ind Pl P3) => satisf_ + "acen" ; - VPB (Pres Subj Sg P1) => satisf_ + "aga" ; - VPB (Pres Subj Sg P2) => satisf_ + "agas" ; - VPB (Pres Subj Sg P3) => satisf_ + "aga" ; - VPB (Pres Subj Pl P1) => satisf_ + "agamos" ; - VPB (Pres Subj Pl P2) => satisf_ + "agis" ; - VPB (Pres Subj Pl P3) => satisf_ + "agan" ; - VPB (Impf Ind Sg P1) => satisf_ + "aca" ; --# notpresent - VPB (Impf Ind Sg P2) => satisf_ + "acas" ; --# notpresent - VPB (Impf Ind Sg P3) => satisf_ + "aca" ; --# notpresent - VPB (Impf Ind Pl P1) => satisf_ + "acamos" ; --# notpresent - VPB (Impf Ind Pl P2) => satisf_ + "acais" ; --# notpresent - VPB (Impf Ind Pl P3) => satisf_ + "acan" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {satisf_ + "iciera" ; satisf_ + "iciese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {satisf_ + "icieras" ; satisf_ + "icieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {satisf_ + "iciera" ; satisf_ + "iciese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {satisf_ + "iciramos" ; satisf_ + "icisemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {satisf_ + "icierais" ; satisf_ + "icieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {satisf_ + "icieran" ; satisf_ + "iciesen"} ; --# notpresent - VPB (Pret Sg P1) => satisf_ + "ice" ; --# notpresent - VPB (Pret Sg P2) => satisf_ + "iciste" ; --# notpresent - VPB (Pret Sg P3) => satisf_ + "izo" ; --# notpresent - VPB (Pret Pl P1) => satisf_ + "icimos" ; --# notpresent - VPB (Pret Pl P2) => satisf_ + "icisteis" ; --# notpresent - VPB (Pret Pl P3) => satisf_ + "icieron" ; --# notpresent - VPB (Fut Ind Sg P1) => satisf_ + "ar" ; --# notpresent - VPB (Fut Ind Sg P2) => satisf_ + "ars" ; --# notpresent - VPB (Fut Ind Sg P3) => satisf_ + "ar" ; --# notpresent - VPB (Fut Ind Pl P1) => satisf_ + "aremos" ; --# notpresent - VPB (Fut Ind Pl P2) => satisf_ + "aris" ; --# notpresent - VPB (Fut Ind Pl P3) => satisf_ + "arn" ; --# notpresent - VPB (Fut Subj Sg P1) => satisf_ + "iciere" ; --# notpresent - VPB (Fut Subj Sg P2) => satisf_ + "icieres" ; --# notpresent - VPB (Fut Subj Sg P3) => satisf_ + "iciere" ; --# notpresent - VPB (Fut Subj Pl P1) => satisf_ + "iciremos" ; --# notpresent - VPB (Fut Subj Pl P2) => satisf_ + "iciereis" ; --# notpresent - VPB (Fut Subj Pl P3) => satisf_ + "icieren" ; --# notpresent - VPB (Cond Sg P1) => satisf_ + "ara" ; --# notpresent - VPB (Cond Sg P2) => satisf_ + "aras" ; --# notpresent - VPB (Cond Sg P3) => satisf_ + "ara" ; --# notpresent - VPB (Cond Pl P1) => satisf_ + "aramos" ; --# notpresent - VPB (Cond Pl P2) => satisf_ + "arais" ; --# notpresent - VPB (Cond Pl P3) => satisf_ + "aran" ; --# 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_ + "ents" ; - VPB (Pres Ind Pl P3) => s_ + "ienten" ; - VPB (Pres Subj Sg P1) => s_ + "ienta" ; - VPB (Pres Subj Sg P2) => s_ + "ientas" ; - VPB (Pres Subj Sg P3) => s_ + "ienta" ; - VPB (Pres Subj Pl P1) => s_ + "intamos" ; - VPB (Pres Subj Pl P2) => s_ + "intis" ; - VPB (Pres Subj Pl P3) => s_ + "ientan" ; - VPB (Impf Ind Sg P1) => s_ + "enta" ; --# notpresent - VPB (Impf Ind Sg P2) => s_ + "entas" ; --# notpresent - VPB (Impf Ind Sg P3) => s_ + "enta" ; --# notpresent - VPB (Impf Ind Pl P1) => s_ + "entamos" ; --# notpresent - VPB (Impf Ind Pl P2) => s_ + "entais" ; --# notpresent - VPB (Impf Ind Pl P3) => s_ + "entan" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {s_ + "intiera" ; s_ + "intiese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {s_ + "intieras" ; s_ + "intieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {s_ + "intiera" ; s_ + "intiese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {s_ + "intiramos" ; s_ + "intisemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {s_ + "intierais" ; s_ + "intieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {s_ + "intieran" ; s_ + "intiesen"} ; --# notpresent - VPB (Pret Sg P1) => s_ + "ent" ; --# notpresent - VPB (Pret Sg P2) => s_ + "entiste" ; --# notpresent - VPB (Pret Sg P3) => s_ + "inti" ; --# notpresent - VPB (Pret Pl P1) => s_ + "entimos" ; --# notpresent - VPB (Pret Pl P2) => s_ + "entisteis" ; --# notpresent - VPB (Pret Pl P3) => s_ + "intieron" ; --# notpresent - VPB (Fut Ind Sg P1) => s_ + "entir" ; --# notpresent - VPB (Fut Ind Sg P2) => s_ + "entirs" ; --# notpresent - VPB (Fut Ind Sg P3) => s_ + "entir" ; --# notpresent - VPB (Fut Ind Pl P1) => s_ + "entiremos" ; --# notpresent - VPB (Fut Ind Pl P2) => s_ + "entiris" ; --# notpresent - VPB (Fut Ind Pl P3) => s_ + "entirn" ; --# notpresent - VPB (Fut Subj Sg P1) => s_ + "intiere" ; --# notpresent - VPB (Fut Subj Sg P2) => s_ + "intieres" ; --# notpresent - VPB (Fut Subj Sg P3) => s_ + "intiere" ; --# notpresent - VPB (Fut Subj Pl P1) => s_ + "intiremos" ; --# notpresent - VPB (Fut Subj Pl P2) => s_ + "intiereis" ; --# notpresent - VPB (Fut Subj Pl P3) => s_ + "intieren" ; --# notpresent - VPB (Cond Sg P1) => s_ + "entira" ; --# notpresent - VPB (Cond Sg P2) => s_ + "entiras" ; --# notpresent - VPB (Cond Sg P3) => s_ + "entira" ; --# notpresent - VPB (Cond Pl P1) => s_ + "entiramos" ; --# notpresent - VPB (Cond Pl P2) => s_ + "entirais" ; --# notpresent - VPB (Cond Pl P3) => s_ + "entiran" ; --# 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_ + "olis" ; - VPB (Pres Ind Pl P3) => s_ + "uelen" ; - VPB (Pres Subj Sg P1) => s_ + "uela" ; - VPB (Pres Subj Sg P2) => s_ + "uelas" ; - VPB (Pres Subj Sg P3) => s_ + "uela" ; - VPB (Pres Subj Pl P1) => s_ + "olamos" ; - VPB (Pres Subj Pl P2) => s_ + "olis" ; - VPB (Pres Subj Pl P3) => s_ + "uelan" ; - VPB (Impf Ind Sg P1) => s_ + "ola" ; --# notpresent - VPB (Impf Ind Sg P2) => s_ + "olas" ; --# notpresent - VPB (Impf Ind Sg P3) => s_ + "ola" ; --# notpresent - VPB (Impf Ind Pl P1) => s_ + "olamos" ; --# notpresent - VPB (Impf Ind Pl P2) => s_ + "olais" ; --# notpresent - VPB (Impf Ind Pl P3) => s_ + "olan" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {s_ + "oliera" ; s_ + "oliese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {s_ + "olieras" ; s_ + "olieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {s_ + "oliera" ; s_ + "oliese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {s_ + "oliramos" ; s_ + "olisemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {s_ + "olierais" ; s_ + "olieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {s_ + "olieran" ; s_ + "oliesen"} ; --# notpresent - VPB (Pret Sg P1) => s_ + "ol" ; --# notpresent - VPB (Pret Sg P2) => s_ + "oliste" ; --# notpresent - VPB (Pret Sg P3) => s_ + "oli" ; --# notpresent - VPB (Pret Pl P1) => s_ + "olimos" ; --# notpresent - VPB (Pret Pl P2) => s_ + "olisteis" ; --# notpresent - VPB (Pret Pl P3) => s_ + "olieron" ; --# notpresent - VPB (Fut Ind Sg P1) => variants {} ; --# notpresent - VPB (Fut Ind Sg P2) => variants {} ; --# notpresent - VPB (Fut Ind Sg P3) => variants {} ; --# notpresent - VPB (Fut Ind Pl P1) => variants {} ; --# notpresent - VPB (Fut Ind Pl P2) => variants {} ; --# notpresent - VPB (Fut Ind Pl P3) => variants {} ; --# notpresent - VPB (Fut Subj Sg P1) => variants {} ; --# notpresent - VPB (Fut Subj Sg P2) => variants {} ; --# notpresent - VPB (Fut Subj Sg P3) => variants {} ; --# notpresent - VPB (Fut Subj Pl P1) => variants {} ; --# notpresent - VPB (Fut Subj Pl P2) => variants {} ; --# notpresent - VPB (Fut Subj Pl P3) => variants {} ; --# notpresent - VPB (Cond Sg P1) => variants {} ; --# notpresent - VPB (Cond Sg P2) => variants {} ; --# notpresent - VPB (Cond Sg P3) => variants {} ; --# notpresent - VPB (Cond Pl P1) => variants {} ; --# notpresent - VPB (Cond Pl P2) => variants {} ; --# notpresent - VPB (Cond Pl P3) => variants {} ; --# notpresent - VPB (Imper Sg P1) => variants {} ; - VPB (Imper Sg P2) => variants {} ; - VPB (Imper Sg P3) => variants {} ; - VPB (Imper Pl P1) => variants {} ; - VPB (Imper Pl P2) => variants {} ; - VPB (Imper Pl P3) => variants {} ; - VPB (Pass Sg Masc) => variants {} ; - VPB (Pass Sg Fem) => variants {} ; - VPB (Pass Pl Masc) => variants {} ; - VPB (Pass Pl Fem) => variants {} - } - } ; -oper taer_78 : Str -> Verbum = \taer -> - let ta_ = Predef.tk 2 taer in - {s = table { - VI Infn => ta_ + "er" ; - VI Ger => ta_ + "endo" ; - VI Part => ta_ + "ido" ; - VPB (Pres Ind Sg P1) => ta_ + "o" ; - VPB (Pres Ind Sg P2) => ta_ + "es" ; - VPB (Pres Ind Sg P3) => ta_ + "e" ; - VPB (Pres Ind Pl P1) => ta_ + "emos" ; - VPB (Pres Ind Pl P2) => ta_ + "is" ; - VPB (Pres Ind Pl P3) => ta_ + "en" ; - VPB (Pres Subj Sg P1) => ta_ + "a" ; - VPB (Pres Subj Sg P2) => ta_ + "as" ; - VPB (Pres Subj Sg P3) => ta_ + "a" ; - VPB (Pres Subj Pl P1) => ta_ + "amos" ; - VPB (Pres Subj Pl P2) => ta_ + "is" ; - VPB (Pres Subj Pl P3) => ta_ + "an" ; - VPB (Impf Ind Sg P1) => ta_ + "a" ; --# notpresent - VPB (Impf Ind Sg P2) => ta_ + "as" ; --# notpresent - VPB (Impf Ind Sg P3) => ta_ + "a" ; --# notpresent - VPB (Impf Ind Pl P1) => ta_ + "amos" ; --# notpresent - VPB (Impf Ind Pl P2) => ta_ + "ais" ; --# notpresent - VPB (Impf Ind Pl P3) => ta_ + "an" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {ta_ + "era" ; ta_ + "ese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {ta_ + "eras" ; ta_ + "eses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {ta_ + "era" ; ta_ + "ese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {ta_ + "ramos" ; ta_ + "semos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {ta_ + "erais" ; ta_ + "eseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {ta_ + "eran" ; ta_ + "esen"} ; --# notpresent - VPB (Pret Sg P1) => ta_ + "" ; --# notpresent - VPB (Pret Sg P2) => ta_ + "iste" ; --# notpresent - VPB (Pret Sg P3) => ta_ + "" ; --# notpresent - VPB (Pret Pl P1) => ta_ + "imos" ; --# notpresent - VPB (Pret Pl P2) => ta_ + "isteis" ; --# notpresent - VPB (Pret Pl P3) => ta_ + "eron" ; --# notpresent - VPB (Fut Ind Sg P1) => ta_ + "er" ; --# notpresent - VPB (Fut Ind Sg P2) => ta_ + "ers" ; --# notpresent - VPB (Fut Ind Sg P3) => ta_ + "er" ; --# notpresent - VPB (Fut Ind Pl P1) => ta_ + "eremos" ; --# notpresent - VPB (Fut Ind Pl P2) => ta_ + "eris" ; --# notpresent - VPB (Fut Ind Pl P3) => ta_ + "ern" ; --# notpresent - VPB (Fut Subj Sg P1) => ta_ + "ere" ; --# notpresent - VPB (Fut Subj Sg P2) => ta_ + "eres" ; --# notpresent - VPB (Fut Subj Sg P3) => ta_ + "ere" ; --# notpresent - VPB (Fut Subj Pl P1) => ta_ + "remos" ; --# notpresent - VPB (Fut Subj Pl P2) => ta_ + "ereis" ; --# notpresent - VPB (Fut Subj Pl P3) => ta_ + "eren" ; --# notpresent - VPB (Cond Sg P1) => ta_ + "era" ; --# notpresent - VPB (Cond Sg P2) => ta_ + "eras" ; --# notpresent - VPB (Cond Sg P3) => ta_ + "era" ; --# notpresent - VPB (Cond Pl P1) => ta_ + "eramos" ; --# notpresent - VPB (Cond Pl P2) => ta_ + "erais" ; --# notpresent - VPB (Cond Pl P3) => ta_ + "eran" ; --# notpresent - VPB (Imper Sg P1) => variants {} ; - VPB (Imper Sg P2) => ta_ + "e" ; - VPB (Imper Sg P3) => ta_ + "a" ; - VPB (Imper Pl P1) => ta_ + "amos" ; - VPB (Imper Pl P2) => ta_ + "ed" ; - VPB (Imper Pl P3) => ta_ + "an" ; - VPB (Pass Sg Masc) => ta_ + "ido" ; - VPB (Pass Sg Fem) => ta_ + "ida" ; - VPB (Pass Pl Masc) => ta_ + "idos" ; - VPB (Pass Pl Fem) => ta_ + "idas" - } - } ; -oper traer_79 : Str -> Verbum = \traer -> - let tra_ = Predef.tk 2 traer in - {s = table { - VI Infn => tra_ + "er" ; - VI Ger => tra_ + "yendo" ; - VI Part => tra_ + "do" ; - VPB (Pres Ind Sg P1) => tra_ + "o" ; - VPB (Pres Ind Sg P2) => tra_ + "es" ; - VPB (Pres Ind Sg P3) => tra_ + "e" ; - VPB (Pres Ind Pl P1) => tra_ + "emos" ; - VPB (Pres Ind Pl P2) => tra_ + "is" ; - VPB (Pres Ind Pl P3) => tra_ + "en" ; - VPB (Pres Subj Sg P1) => tra_ + "a" ; - VPB (Pres Subj Sg P2) => tra_ + "as" ; - VPB (Pres Subj Sg P3) => tra_ + "a" ; - VPB (Pres Subj Pl P1) => tra_ + "amos" ; - VPB (Pres Subj Pl P2) => tra_ + "is" ; - VPB (Pres Subj Pl P3) => tra_ + "an" ; - VPB (Impf Ind Sg P1) => tra_ + "a" ; --# notpresent - VPB (Impf Ind Sg P2) => tra_ + "as" ; --# notpresent - VPB (Impf Ind Sg P3) => tra_ + "a" ; --# notpresent - VPB (Impf Ind Pl P1) => tra_ + "amos" ; --# notpresent - VPB (Impf Ind Pl P2) => tra_ + "ais" ; --# notpresent - VPB (Impf Ind Pl P3) => tra_ + "an" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {tra_ + "yera" ; tra_ + "yese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {tra_ + "yeras" ; tra_ + "yeses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {tra_ + "yera" ; tra_ + "yese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {tra_ + "yramos" ; tra_ + "ysemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {tra_ + "yerais" ; tra_ + "yeseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {tra_ + "yeran" ; tra_ + "yesen"} ; --# notpresent - VPB (Pret Sg P1) => tra_ + "" ; --# notpresent - VPB (Pret Sg P2) => tra_ + "ste" ; --# notpresent - VPB (Pret Sg P3) => tra_ + "y" ; --# notpresent - VPB (Pret Pl P1) => tra_ + "mos" ; --# notpresent - VPB (Pret Pl P2) => tra_ + "steis" ; --# notpresent - VPB (Pret Pl P3) => tra_ + "yeron" ; --# notpresent - VPB (Fut Ind Sg P1) => tra_ + "er" ; --# notpresent - VPB (Fut Ind Sg P2) => tra_ + "ers" ; --# notpresent - VPB (Fut Ind Sg P3) => tra_ + "er" ; --# notpresent - VPB (Fut Ind Pl P1) => tra_ + "eremos" ; --# notpresent - VPB (Fut Ind Pl P2) => tra_ + "eris" ; --# notpresent - VPB (Fut Ind Pl P3) => tra_ + "ern" ; --# notpresent - VPB (Fut Subj Sg P1) => tra_ + "yere" ; --# notpresent - VPB (Fut Subj Sg P2) => tra_ + "yeres" ; --# notpresent - VPB (Fut Subj Sg P3) => tra_ + "yere" ; --# notpresent - VPB (Fut Subj Pl P1) => tra_ + "yremos" ; --# notpresent - VPB (Fut Subj Pl P2) => tra_ + "yereis" ; --# notpresent - VPB (Fut Subj Pl P3) => tra_ + "yeren" ; --# notpresent - VPB (Cond Sg P1) => tra_ + "era" ; --# notpresent - VPB (Cond Sg P2) => tra_ + "eras" ; --# notpresent - VPB (Cond Sg P3) => tra_ + "era" ; --# notpresent - VPB (Cond Pl P1) => tra_ + "eramos" ; --# notpresent - VPB (Cond Pl P2) => tra_ + "erais" ; --# notpresent - VPB (Cond Pl P3) => tra_ + "eran" ; --# 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_ + "ocis" ; - VPB (Pres Ind Pl P3) => tr_ + "uecan" ; - VPB (Pres Subj Sg P1) => tr_ + "ueque" ; - VPB (Pres Subj Sg P2) => tr_ + "ueques" ; - VPB (Pres Subj Sg P3) => tr_ + "ueque" ; - VPB (Pres Subj Pl P1) => tr_ + "oquemos" ; - VPB (Pres Subj Pl P2) => tr_ + "oquis" ; - VPB (Pres Subj Pl P3) => tr_ + "uequen" ; - VPB (Impf Ind Sg P1) => tr_ + "ocaba" ; --# notpresent - VPB (Impf Ind Sg P2) => tr_ + "ocabas" ; --# notpresent - VPB (Impf Ind Sg P3) => tr_ + "ocaba" ; --# notpresent - VPB (Impf Ind Pl P1) => tr_ + "ocbamos" ; --# notpresent - VPB (Impf Ind Pl P2) => tr_ + "ocabais" ; --# notpresent - VPB (Impf Ind Pl P3) => tr_ + "ocaban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {tr_ + "ocara" ; tr_ + "ocase"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {tr_ + "ocaras" ; tr_ + "ocases"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {tr_ + "ocara" ; tr_ + "ocase"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {tr_ + "ocramos" ; tr_ + "ocsemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {tr_ + "ocarais" ; tr_ + "ocaseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {tr_ + "ocaran" ; tr_ + "ocasen"} ; --# notpresent - VPB (Pret Sg P1) => tr_ + "oqu" ; --# notpresent - VPB (Pret Sg P2) => tr_ + "ocaste" ; --# notpresent - VPB (Pret Sg P3) => tr_ + "oc" ; --# notpresent - VPB (Pret Pl P1) => tr_ + "ocamos" ; --# notpresent - VPB (Pret Pl P2) => tr_ + "ocasteis" ; --# notpresent - VPB (Pret Pl P3) => tr_ + "ocaron" ; --# notpresent - VPB (Fut Ind Sg P1) => tr_ + "ocar" ; --# notpresent - VPB (Fut Ind Sg P2) => tr_ + "ocars" ; --# notpresent - VPB (Fut Ind Sg P3) => tr_ + "ocar" ; --# notpresent - VPB (Fut Ind Pl P1) => tr_ + "ocaremos" ; --# notpresent - VPB (Fut Ind Pl P2) => tr_ + "ocaris" ; --# notpresent - VPB (Fut Ind Pl P3) => tr_ + "ocarn" ; --# notpresent - VPB (Fut Subj Sg P1) => tr_ + "ocare" ; --# notpresent - VPB (Fut Subj Sg P2) => tr_ + "ocares" ; --# notpresent - VPB (Fut Subj Sg P3) => tr_ + "ocare" ; --# notpresent - VPB (Fut Subj Pl P1) => tr_ + "ocremos" ; --# notpresent - VPB (Fut Subj Pl P2) => tr_ + "ocareis" ; --# notpresent - VPB (Fut Subj Pl P3) => tr_ + "ocaren" ; --# notpresent - VPB (Cond Sg P1) => tr_ + "ocara" ; --# notpresent - VPB (Cond Sg P2) => tr_ + "ocaras" ; --# notpresent - VPB (Cond Sg P3) => tr_ + "ocara" ; --# notpresent - VPB (Cond Pl P1) => tr_ + "ocaramos" ; --# notpresent - VPB (Cond Pl P2) => tr_ + "ocarais" ; --# notpresent - VPB (Cond Pl P3) => tr_ + "ocaran" ; --# notpresent - VPB (Imper Sg P1) => variants {} ; - VPB (Imper Sg P2) => tr_ + "ueca" ; - VPB (Imper Sg P3) => tr_ + "ueque" ; - VPB (Imper Pl P1) => tr_ + "oquemos" ; - VPB (Imper Pl P2) => tr_ + "ocad" ; - VPB (Imper Pl P3) => tr_ + "uequen" ; - VPB (Pass Sg Masc) => tr_ + "ocado" ; - VPB (Pass Sg Fem) => tr_ + "ocada" ; - VPB (Pass Pl Masc) => tr_ + "ocados" ; - VPB (Pass Pl Fem) => tr_ + "ocadas" - } - } ; -oper valer_81 : Str -> Verbum = \valer -> - let val_ = Predef.tk 2 valer in - {s = table { - VI Infn => val_ + "er" ; - VI Ger => val_ + "iendo" ; - VI Part => val_ + "ido" ; - VPB (Pres Ind Sg P1) => val_ + "go" ; - VPB (Pres Ind Sg P2) => val_ + "es" ; - VPB (Pres Ind Sg P3) => val_ + "e" ; - VPB (Pres Ind Pl P1) => val_ + "emos" ; - VPB (Pres Ind Pl P2) => val_ + "is" ; - VPB (Pres Ind Pl P3) => val_ + "en" ; - VPB (Pres Subj Sg P1) => val_ + "ga" ; - VPB (Pres Subj Sg P2) => val_ + "gas" ; - VPB (Pres Subj Sg P3) => val_ + "ga" ; - VPB (Pres Subj Pl P1) => val_ + "gamos" ; - VPB (Pres Subj Pl P2) => val_ + "gis" ; - VPB (Pres Subj Pl P3) => val_ + "gan" ; - VPB (Impf Ind Sg P1) => val_ + "a" ; --# notpresent - VPB (Impf Ind Sg P2) => val_ + "as" ; --# notpresent - VPB (Impf Ind Sg P3) => val_ + "a" ; --# notpresent - VPB (Impf Ind Pl P1) => val_ + "amos" ; --# notpresent - VPB (Impf Ind Pl P2) => val_ + "ais" ; --# notpresent - VPB (Impf Ind Pl P3) => val_ + "an" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {val_ + "iera" ; val_ + "iese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {val_ + "ieras" ; val_ + "ieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {val_ + "iera" ; val_ + "iese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {val_ + "iramos" ; val_ + "isemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {val_ + "ierais" ; val_ + "ieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {val_ + "ieran" ; val_ + "iesen"} ; --# notpresent - VPB (Pret Sg P1) => val_ + "" ; --# notpresent - VPB (Pret Sg P2) => val_ + "iste" ; --# notpresent - VPB (Pret Sg P3) => val_ + "i" ; --# notpresent - VPB (Pret Pl P1) => val_ + "imos" ; --# notpresent - VPB (Pret Pl P2) => val_ + "isteis" ; --# notpresent - VPB (Pret Pl P3) => val_ + "ieron" ; --# notpresent - VPB (Fut Ind Sg P1) => val_ + "dr" ; --# notpresent - VPB (Fut Ind Sg P2) => val_ + "drs" ; --# notpresent - VPB (Fut Ind Sg P3) => val_ + "dr" ; --# notpresent - VPB (Fut Ind Pl P1) => val_ + "dremos" ; --# notpresent - VPB (Fut Ind Pl P2) => val_ + "dris" ; --# notpresent - VPB (Fut Ind Pl P3) => val_ + "drn" ; --# notpresent - VPB (Fut Subj Sg P1) => val_ + "iere" ; --# notpresent - VPB (Fut Subj Sg P2) => val_ + "ieres" ; --# notpresent - VPB (Fut Subj Sg P3) => val_ + "iere" ; --# notpresent - VPB (Fut Subj Pl P1) => val_ + "iremos" ; --# notpresent - VPB (Fut Subj Pl P2) => val_ + "iereis" ; --# notpresent - VPB (Fut Subj Pl P3) => val_ + "ieren" ; --# notpresent - VPB (Cond Sg P1) => val_ + "dra" ; --# notpresent - VPB (Cond Sg P2) => val_ + "dras" ; --# notpresent - VPB (Cond Sg P3) => val_ + "dra" ; --# notpresent - VPB (Cond Pl P1) => val_ + "dramos" ; --# notpresent - VPB (Cond Pl P2) => val_ + "drais" ; --# notpresent - VPB (Cond Pl P3) => val_ + "dran" ; --# 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_ + "ens" ; - VPB (Pres Ind Pl P3) => v_ + "ienen" ; - VPB (Pres Subj Sg P1) => v_ + "enga" ; - VPB (Pres Subj Sg P2) => v_ + "engas" ; - VPB (Pres Subj Sg P3) => v_ + "enga" ; - VPB (Pres Subj Pl P1) => v_ + "engamos" ; - VPB (Pres Subj Pl P2) => v_ + "engis" ; - VPB (Pres Subj Pl P3) => v_ + "engan" ; - VPB (Impf Ind Sg P1) => v_ + "ena" ; --# notpresent - VPB (Impf Ind Sg P2) => v_ + "enas" ; --# notpresent - VPB (Impf Ind Sg P3) => v_ + "ena" ; --# notpresent - VPB (Impf Ind Pl P1) => v_ + "enamos" ; --# notpresent - VPB (Impf Ind Pl P2) => v_ + "enais" ; --# notpresent - VPB (Impf Ind Pl P3) => v_ + "enan" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {v_ + "iniera" ; v_ + "iniese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {v_ + "inieras" ; v_ + "inieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {v_ + "iniera" ; v_ + "iniese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {v_ + "iniramos" ; v_ + "inisemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {v_ + "inierais" ; v_ + "inieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {v_ + "inieran" ; v_ + "iniesen"} ; --# notpresent - VPB (Pret Sg P1) => v_ + "ine" ; --# notpresent - VPB (Pret Sg P2) => v_ + "iniste" ; --# notpresent - VPB (Pret Sg P3) => v_ + "ino" ; --# notpresent - VPB (Pret Pl P1) => v_ + "inimos" ; --# notpresent - VPB (Pret Pl P2) => v_ + "inisteis" ; --# notpresent - VPB (Pret Pl P3) => v_ + "inieron" ; --# notpresent - VPB (Fut Ind Sg P1) => v_ + "endr" ; --# notpresent - VPB (Fut Ind Sg P2) => v_ + "endrs" ; --# notpresent - VPB (Fut Ind Sg P3) => v_ + "endr" ; --# notpresent - VPB (Fut Ind Pl P1) => v_ + "endremos" ; --# notpresent - VPB (Fut Ind Pl P2) => v_ + "endris" ; --# notpresent - VPB (Fut Ind Pl P3) => v_ + "endrn" ; --# notpresent - VPB (Fut Subj Sg P1) => v_ + "iniere" ; --# notpresent - VPB (Fut Subj Sg P2) => v_ + "inieres" ; --# notpresent - VPB (Fut Subj Sg P3) => v_ + "iniere" ; --# notpresent - VPB (Fut Subj Pl P1) => v_ + "iniremos" ; --# notpresent - VPB (Fut Subj Pl P2) => v_ + "iniereis" ; --# notpresent - VPB (Fut Subj Pl P3) => v_ + "inieren" ; --# notpresent - VPB (Cond Sg P1) => v_ + "endra" ; --# notpresent - VPB (Cond Sg P2) => v_ + "endras" ; --# notpresent - VPB (Cond Sg P3) => v_ + "endra" ; --# notpresent - VPB (Cond Pl P1) => v_ + "endramos" ; --# notpresent - VPB (Cond Pl P2) => v_ + "endrais" ; --# notpresent - VPB (Cond Pl P3) => v_ + "endran" ; --# notpresent - VPB (Imper Sg P1) => variants {} ; - VPB (Imper Sg P2) => v_ + "en" ; - VPB (Imper Sg P3) => v_ + "enga" ; - VPB (Imper Pl P1) => v_ + "engamos" ; - VPB (Imper Pl P2) => v_ + "enid" ; - VPB (Imper Pl P3) => v_ + "engan" ; - VPB (Pass Sg Masc) => v_ + "enido" ; - VPB (Pass Sg Fem) => v_ + "enida" ; - VPB (Pass Pl Masc) => v_ + "enidos" ; - VPB (Pass Pl Fem) => v_ + "enidas" - } - } ; -oper ver_83 : Str -> Verbum = \ver -> - let v_ = Predef.tk 2 ver in - {s = table { - VI Infn => v_ + "er" ; - VI Ger => v_ + "iendo" ; - VI Part => v_ + "isto" ; - VPB (Pres Ind Sg P1) => v_ + "eo" ; - VPB (Pres Ind Sg P2) => v_ + "es" ; - VPB (Pres Ind Sg P3) => v_ + "e" ; - VPB (Pres Ind Pl P1) => v_ + "emos" ; - VPB (Pres Ind Pl P2) => v_ + "eis" ; - VPB (Pres Ind Pl P3) => v_ + "en" ; - VPB (Pres Subj Sg P1) => v_ + "ea" ; - VPB (Pres Subj Sg P2) => v_ + "eas" ; - VPB (Pres Subj Sg P3) => v_ + "ea" ; - VPB (Pres Subj Pl P1) => v_ + "eamos" ; - VPB (Pres Subj Pl P2) => v_ + "eis" ; - VPB (Pres Subj Pl P3) => v_ + "ean" ; - VPB (Impf Ind Sg P1) => v_ + "ea" ; --# notpresent - VPB (Impf Ind Sg P2) => v_ + "eas" ; --# notpresent - VPB (Impf Ind Sg P3) => v_ + "ea" ; --# notpresent - VPB (Impf Ind Pl P1) => v_ + "eamos" ; --# notpresent - VPB (Impf Ind Pl P2) => v_ + "eais" ; --# notpresent - VPB (Impf Ind Pl P3) => v_ + "ean" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {v_ + "iera" ; v_ + "iese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {v_ + "ieras" ; v_ + "ieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {v_ + "iera" ; v_ + "iese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {v_ + "iramos" ; v_ + "isemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {v_ + "ierais" ; v_ + "ieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {v_ + "ieran" ; v_ + "iesen"} ; --# notpresent - VPB (Pret Sg P1) => v_ + "i" ; --# notpresent - VPB (Pret Sg P2) => v_ + "iste" ; --# notpresent - VPB (Pret Sg P3) => v_ + "io" ; --# notpresent - VPB (Pret Pl P1) => v_ + "imos" ; --# notpresent - VPB (Pret Pl P2) => v_ + "isteis" ; --# notpresent - VPB (Pret Pl P3) => v_ + "ieron" ; --# notpresent - VPB (Fut Ind Sg P1) => v_ + "er" ; --# notpresent - VPB (Fut Ind Sg P2) => v_ + "ers" ; --# notpresent - VPB (Fut Ind Sg P3) => v_ + "er" ; --# notpresent - VPB (Fut Ind Pl P1) => v_ + "eremos" ; --# notpresent - VPB (Fut Ind Pl P2) => v_ + "eris" ; --# notpresent - VPB (Fut Ind Pl P3) => v_ + "ern" ; --# notpresent - VPB (Fut Subj Sg P1) => v_ + "iere" ; --# notpresent - VPB (Fut Subj Sg P2) => v_ + "ieres" ; --# notpresent - VPB (Fut Subj Sg P3) => v_ + "iere" ; --# notpresent - VPB (Fut Subj Pl P1) => v_ + "iremos" ; --# notpresent - VPB (Fut Subj Pl P2) => v_ + "iereis" ; --# notpresent - VPB (Fut Subj Pl P3) => v_ + "ieren" ; --# notpresent - VPB (Cond Sg P1) => v_ + "era" ; --# notpresent - VPB (Cond Sg P2) => v_ + "eras" ; --# notpresent - VPB (Cond Sg P3) => v_ + "era" ; --# notpresent - VPB (Cond Pl P1) => v_ + "eramos" ; --# notpresent - VPB (Cond Pl P2) => v_ + "erais" ; --# notpresent - VPB (Cond Pl P3) => v_ + "eran" ; --# 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_ + "olvis" ; - VPB (Pres Ind Pl P3) => v_ + "uelven" ; - VPB (Pres Subj Sg P1) => v_ + "uelva" ; - VPB (Pres Subj Sg P2) => v_ + "uelvas" ; - VPB (Pres Subj Sg P3) => v_ + "uelva" ; - VPB (Pres Subj Pl P1) => v_ + "olvamos" ; - VPB (Pres Subj Pl P2) => v_ + "olvis" ; - VPB (Pres Subj Pl P3) => v_ + "uelvan" ; - VPB (Impf Ind Sg P1) => v_ + "olva" ; --# notpresent - VPB (Impf Ind Sg P2) => v_ + "olvas" ; --# notpresent - VPB (Impf Ind Sg P3) => v_ + "olva" ; --# notpresent - VPB (Impf Ind Pl P1) => v_ + "olvamos" ; --# notpresent - VPB (Impf Ind Pl P2) => v_ + "olvais" ; --# notpresent - VPB (Impf Ind Pl P3) => v_ + "olvan" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {v_ + "olviera" ; v_ + "olviese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {v_ + "olvieras" ; v_ + "olvieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {v_ + "olviera" ; v_ + "olviese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {v_ + "olviramos" ; v_ + "olvisemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {v_ + "olvierais" ; v_ + "olvieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {v_ + "olvieran" ; v_ + "olviesen"} ; --# notpresent - VPB (Pret Sg P1) => v_ + "olv" ; --# notpresent - VPB (Pret Sg P2) => v_ + "olviste" ; --# notpresent - VPB (Pret Sg P3) => v_ + "olvi" ; --# notpresent - VPB (Pret Pl P1) => v_ + "olvimos" ; --# notpresent - VPB (Pret Pl P2) => v_ + "olvisteis" ; --# notpresent - VPB (Pret Pl P3) => v_ + "olvieron" ; --# notpresent - VPB (Fut Ind Sg P1) => v_ + "olver" ; --# notpresent - VPB (Fut Ind Sg P2) => v_ + "olvers" ; --# notpresent - VPB (Fut Ind Sg P3) => v_ + "olver" ; --# notpresent - VPB (Fut Ind Pl P1) => v_ + "olveremos" ; --# notpresent - VPB (Fut Ind Pl P2) => v_ + "olveris" ; --# notpresent - VPB (Fut Ind Pl P3) => v_ + "olvern" ; --# notpresent - VPB (Fut Subj Sg P1) => v_ + "olviere" ; --# notpresent - VPB (Fut Subj Sg P2) => v_ + "olvieres" ; --# notpresent - VPB (Fut Subj Sg P3) => v_ + "olviere" ; --# notpresent - VPB (Fut Subj Pl P1) => v_ + "olviremos" ; --# notpresent - VPB (Fut Subj Pl P2) => v_ + "olviereis" ; --# notpresent - VPB (Fut Subj Pl P3) => v_ + "olvieren" ; --# notpresent - VPB (Cond Sg P1) => v_ + "olvera" ; --# notpresent - VPB (Cond Sg P2) => v_ + "olveras" ; --# notpresent - VPB (Cond Sg P3) => v_ + "olvera" ; --# notpresent - VPB (Cond Pl P1) => v_ + "olveramos" ; --# notpresent - VPB (Cond Pl P2) => v_ + "olverais" ; --# notpresent - VPB (Cond Pl P3) => v_ + "olveran" ; --# 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_ + "cis" ; - VPB (Pres Ind Pl P3) => ya_ + "cen" ; - VPB (Pres Subj Sg P1) => ya_ + "zga" ; - VPB (Pres Subj Sg P2) => ya_ + "zgas" ; - VPB (Pres Subj Sg P3) => ya_ + "zga" ; - VPB (Pres Subj Pl P1) => ya_ + "zgamos" ; - VPB (Pres Subj Pl P2) => ya_ + "zgis" ; - VPB (Pres Subj Pl P3) => ya_ + "zgan" ; - VPB (Impf Ind Sg P1) => ya_ + "ca" ; --# notpresent - VPB (Impf Ind Sg P2) => ya_ + "cas" ; --# notpresent - VPB (Impf Ind Sg P3) => ya_ + "ca" ; --# notpresent - VPB (Impf Ind Pl P1) => ya_ + "camos" ; --# notpresent - VPB (Impf Ind Pl P2) => ya_ + "cais" ; --# notpresent - VPB (Impf Ind Pl P3) => ya_ + "can" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {ya_ + "ciera" ; ya_ + "ciese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {ya_ + "cieras" ; ya_ + "cieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {ya_ + "ciera" ; ya_ + "ciese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {ya_ + "ciramos" ; ya_ + "cisemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {ya_ + "cierais" ; ya_ + "cieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {ya_ + "cieran" ; ya_ + "ciesen"} ; --# notpresent - VPB (Pret Sg P1) => ya_ + "c" ; --# notpresent - VPB (Pret Sg P2) => ya_ + "ciste" ; --# notpresent - VPB (Pret Sg P3) => ya_ + "ci" ; --# notpresent - VPB (Pret Pl P1) => ya_ + "cimos" ; --# notpresent - VPB (Pret Pl P2) => ya_ + "cisteis" ; --# notpresent - VPB (Pret Pl P3) => ya_ + "cieron" ; --# notpresent - VPB (Fut Ind Sg P1) => ya_ + "cer" ; --# notpresent - VPB (Fut Ind Sg P2) => ya_ + "cers" ; --# notpresent - VPB (Fut Ind Sg P3) => ya_ + "cer" ; --# notpresent - VPB (Fut Ind Pl P1) => ya_ + "ceremos" ; --# notpresent - VPB (Fut Ind Pl P2) => ya_ + "ceris" ; --# notpresent - VPB (Fut Ind Pl P3) => ya_ + "cern" ; --# notpresent - VPB (Fut Subj Sg P1) => ya_ + "ciere" ; --# notpresent - VPB (Fut Subj Sg P2) => ya_ + "cieres" ; --# notpresent - VPB (Fut Subj Sg P3) => ya_ + "ciere" ; --# notpresent - VPB (Fut Subj Pl P1) => ya_ + "ciremos" ; --# notpresent - VPB (Fut Subj Pl P2) => ya_ + "ciereis" ; --# notpresent - VPB (Fut Subj Pl P3) => ya_ + "cieren" ; --# notpresent - VPB (Cond Sg P1) => ya_ + "cera" ; --# notpresent - VPB (Cond Sg P2) => ya_ + "ceras" ; --# notpresent - VPB (Cond Sg P3) => ya_ + "cera" ; --# notpresent - VPB (Cond Pl P1) => ya_ + "ceramos" ; --# notpresent - VPB (Cond Pl P2) => ya_ + "cerais" ; --# notpresent - VPB (Cond Pl P3) => ya_ + "ceran" ; --# 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_ + "cs" ; - VPB (Pres Ind Pl P3) => zur_ + "cen" ; - VPB (Pres Subj Sg P1) => zur_ + "za" ; - VPB (Pres Subj Sg P2) => zur_ + "zas" ; - VPB (Pres Subj Sg P3) => zur_ + "za" ; - VPB (Pres Subj Pl P1) => zur_ + "zamos" ; - VPB (Pres Subj Pl P2) => zur_ + "zis" ; - VPB (Pres Subj Pl P3) => zur_ + "zan" ; - VPB (Impf Ind Sg P1) => zur_ + "ca" ; --# notpresent - VPB (Impf Ind Sg P2) => zur_ + "cas" ; --# notpresent - VPB (Impf Ind Sg P3) => zur_ + "ca" ; --# notpresent - VPB (Impf Ind Pl P1) => zur_ + "camos" ; --# notpresent - VPB (Impf Ind Pl P2) => zur_ + "cais" ; --# notpresent - VPB (Impf Ind Pl P3) => zur_ + "can" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {zur_ + "ciera" ; zur_ + "ciese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {zur_ + "cieras" ; zur_ + "cieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {zur_ + "ciera" ; zur_ + "ciese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {zur_ + "ciramos" ; zur_ + "cisemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {zur_ + "cierais" ; zur_ + "cieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {zur_ + "cieran" ; zur_ + "ciesen"} ; --# notpresent - VPB (Pret Sg P1) => zur_ + "c" ; --# notpresent - VPB (Pret Sg P2) => zur_ + "ciste" ; --# notpresent - VPB (Pret Sg P3) => zur_ + "ci" ; --# notpresent - VPB (Pret Pl P1) => zur_ + "cimos" ; --# notpresent - VPB (Pret Pl P2) => zur_ + "cisteis" ; --# notpresent - VPB (Pret Pl P3) => zur_ + "cieron" ; --# notpresent - VPB (Fut Ind Sg P1) => zur_ + "cir" ; --# notpresent - VPB (Fut Ind Sg P2) => zur_ + "cirs" ; --# notpresent - VPB (Fut Ind Sg P3) => zur_ + "cir" ; --# notpresent - VPB (Fut Ind Pl P1) => zur_ + "ciremos" ; --# notpresent - VPB (Fut Ind Pl P2) => zur_ + "ciris" ; --# notpresent - VPB (Fut Ind Pl P3) => zur_ + "cirn" ; --# notpresent - VPB (Fut Subj Sg P1) => zur_ + "ciere" ; --# notpresent - VPB (Fut Subj Sg P2) => zur_ + "cieres" ; --# notpresent - VPB (Fut Subj Sg P3) => zur_ + "ciere" ; --# notpresent - VPB (Fut Subj Pl P1) => zur_ + "ciremos" ; --# notpresent - VPB (Fut Subj Pl P2) => zur_ + "ciereis" ; --# notpresent - VPB (Fut Subj Pl P3) => zur_ + "cieren" ; --# notpresent - VPB (Cond Sg P1) => zur_ + "cira" ; --# notpresent - VPB (Cond Sg P2) => zur_ + "ciras" ; --# notpresent - VPB (Cond Sg P3) => zur_ + "cira" ; --# notpresent - VPB (Cond Pl P1) => zur_ + "ciramos" ; --# notpresent - VPB (Cond Pl P2) => zur_ + "cirais" ; --# notpresent - VPB (Cond Pl P3) => zur_ + "ciran" ; --# notpresent - VPB (Imper Sg P1) => variants {} ; - VPB (Imper Sg P2) => zur_ + "ce" ; - VPB (Imper Sg P3) => zur_ + "za" ; - VPB (Imper Pl P1) => zur_ + "zamos" ; - VPB (Imper Pl P2) => zur_ + "cid" ; - VPB (Imper Pl P3) => zur_ + "zan" ; - VPB (Pass Sg Masc) => zur_ + "cido" ; - VPB (Pass Sg Fem) => zur_ + "cida" ; - VPB (Pass Pl Masc) => zur_ + "cidos" ; - VPB (Pass Pl Fem) => zur_ + "cidas" - } - } ; -oper amar_87 : Str -> Verbum = \amar -> - let am_ = Predef.tk 2 amar in - {s = table { - VI Infn => am_ + "ar" ; - VI Ger => am_ + "ando" ; - VI Part => am_ + "ado" ; - VPB (Pres Ind Sg P1) => am_ + "o" ; - VPB (Pres Ind Sg P2) => am_ + "as" ; - VPB (Pres Ind Sg P3) => am_ + "a" ; - VPB (Pres Ind Pl P1) => am_ + "amos" ; - VPB (Pres Ind Pl P2) => am_ + "is" ; - VPB (Pres Ind Pl P3) => am_ + "an" ; - VPB (Pres Subj Sg P1) => am_ + "e" ; - VPB (Pres Subj Sg P2) => am_ + "es" ; - VPB (Pres Subj Sg P3) => am_ + "e" ; - VPB (Pres Subj Pl P1) => am_ + "emos" ; - VPB (Pres Subj Pl P2) => am_ + "is" ; - VPB (Pres Subj Pl P3) => am_ + "en" ; - VPB (Impf Ind Sg P1) => am_ + "aba" ; --# notpresent - VPB (Impf Ind Sg P2) => am_ + "abas" ; --# notpresent - VPB (Impf Ind Sg P3) => am_ + "aba" ; --# notpresent - VPB (Impf Ind Pl P1) => am_ + "bamos" ; --# notpresent - VPB (Impf Ind Pl P2) => am_ + "abais" ; --# notpresent - VPB (Impf Ind Pl P3) => am_ + "aban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {am_ + "ara" ; am_ + "ase"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {am_ + "aras" ; am_ + "ases"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {am_ + "ara" ; am_ + "ase"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {am_ + "ramos" ; am_ + "semos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {am_ + "arais" ; am_ + "aseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {am_ + "aran" ; am_ + "asen"} ; --# notpresent - VPB (Pret Sg P1) => am_ + "" ; --# notpresent - VPB (Pret Sg P2) => am_ + "aste" ; --# notpresent - VPB (Pret Sg P3) => am_ + "" ; --# notpresent - VPB (Pret Pl P1) => am_ + "amos" ; --# notpresent - VPB (Pret Pl P2) => am_ + "asteis" ; --# notpresent - VPB (Pret Pl P3) => am_ + "aron" ; --# notpresent - VPB (Fut Ind Sg P1) => am_ + "ar" ; --# notpresent - VPB (Fut Ind Sg P2) => am_ + "ars" ; --# notpresent - VPB (Fut Ind Sg P3) => am_ + "ar" ; --# notpresent - VPB (Fut Ind Pl P1) => am_ + "aremos" ; --# notpresent - VPB (Fut Ind Pl P2) => am_ + "aris" ; --# notpresent - VPB (Fut Ind Pl P3) => am_ + "arn" ; --# notpresent - VPB (Fut Subj Sg P1) => am_ + "are" ; --# notpresent - VPB (Fut Subj Sg P2) => am_ + "ares" ; --# notpresent - VPB (Fut Subj Sg P3) => am_ + "are" ; --# notpresent - VPB (Fut Subj Pl P1) => am_ + "remos" ; --# notpresent - VPB (Fut Subj Pl P2) => am_ + "areis" ; --# notpresent - VPB (Fut Subj Pl P3) => am_ + "aren" ; --# notpresent - VPB (Cond Sg P1) => am_ + "ara" ; --# notpresent - VPB (Cond Sg P2) => am_ + "aras" ; --# notpresent - VPB (Cond Sg P3) => am_ + "ara" ; --# notpresent - VPB (Cond Pl P1) => am_ + "aramos" ; --# notpresent - VPB (Cond Pl P2) => am_ + "arais" ; --# notpresent - VPB (Cond Pl P3) => am_ + "aran" ; --# notpresent - VPB (Imper Sg P1) => variants {} ; - VPB (Imper Sg P2) => am_ + "a" ; - VPB (Imper Sg P3) => am_ + "e" ; - VPB (Imper Pl P1) => am_ + "emos" ; - VPB (Imper Pl P2) => am_ + "ad" ; - VPB (Imper Pl P3) => am_ + "en" ; - VPB (Pass Sg Masc) => am_ + "ado" ; - VPB (Pass Sg Fem) => am_ + "ada" ; - VPB (Pass Pl Masc) => am_ + "ados" ; - VPB (Pass Pl Fem) => am_ + "adas" - } - } ; -oper llover_89 : Str -> Verbum = \llover -> - let ll_ = Predef.tk 4 llover in - {s = table { - VI Infn => ll_ + "over" ; - VI Ger => ll_ + "oviendo" ; - VI Part => ll_ + "ovido" ; - VPB (Pres Ind Sg P1) => variants {} ; - VPB (Pres Ind Sg P2) => variants {} ; - VPB (Pres Ind Sg P3) => ll_ + "ueve" ; - VPB (Pres Ind Pl P1) => variants {} ; - VPB (Pres Ind Pl P2) => variants {} ; - VPB (Pres Ind Pl P3) => variants {} ; - VPB (Pres Subj Sg P1) => variants {} ; - VPB (Pres Subj Sg P2) => variants {} ; - VPB (Pres Subj Sg P3) => ll_ + "ueva" ; - VPB (Pres Subj Pl P1) => variants {} ; - VPB (Pres Subj Pl P2) => variants {} ; - VPB (Pres Subj Pl P3) => variants {} ; - VPB (Impf Ind Sg P1) => variants {} ; --# notpresent - VPB (Impf Ind Sg P2) => variants {} ; --# notpresent - VPB (Impf Ind Sg P3) => ll_ + "ova" ; --# notpresent - VPB (Impf Ind Pl P1) => variants {} ; --# notpresent - VPB (Impf Ind Pl P2) => variants {} ; --# notpresent - VPB (Impf Ind Pl P3) => variants {} ; --# notpresent - VPB (Impf Subj Sg P1) => variants {} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {ll_ + "oviera" ; ll_ + "oviese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {} ; --# notpresent - VPB (Pret Sg P1) => variants {} ; --# notpresent - VPB (Pret Sg P2) => variants {} ; --# notpresent - VPB (Pret Sg P3) => ll_ + "ovi" ; --# notpresent - VPB (Pret Pl P1) => variants {} ; --# notpresent - VPB (Pret Pl P2) => variants {} ; --# notpresent - VPB (Pret Pl P3) => variants {} ; --# notpresent - VPB (Fut Ind Sg P1) => variants {} ; --# notpresent - VPB (Fut Ind Sg P2) => variants {} ; --# notpresent - VPB (Fut Ind Sg P3) => ll_ + "over" ; --# notpresent - VPB (Fut Ind Pl P1) => variants {} ; --# notpresent - VPB (Fut Ind Pl P2) => variants {} ; --# notpresent - VPB (Fut Ind Pl P3) => variants {} ; --# notpresent - VPB (Fut Subj Sg P1) => variants {} ; --# notpresent - VPB (Fut Subj Sg P2) => variants {} ; --# notpresent - VPB (Fut Subj Sg P3) => ll_ + "oviere" ; --# notpresent - VPB (Fut Subj Pl P1) => variants {} ; --# notpresent - VPB (Fut Subj Pl P2) => variants {} ; --# notpresent - VPB (Fut Subj Pl P3) => variants {} ; --# notpresent - VPB (Cond Sg P1) => variants {} ; --# notpresent - VPB (Cond Sg P2) => variants {} ; --# notpresent - VPB (Cond Sg P3) => ll_ + "overa" ; --# notpresent - VPB (Cond Pl P1) => variants {} ; --# notpresent - VPB (Cond Pl P2) => variants {} ; --# notpresent - VPB (Cond Pl P3) => variants {} ; --# notpresent - VPB (Imper Sg P1) => variants {} ; - VPB (Imper Sg P2) => variants {} ; - VPB (Imper Sg P3) => variants {} ; - VPB (Imper Pl P1) => variants {} ; - VPB (Imper Pl P2) => variants {} ; - VPB (Imper Pl P3) => variants {} ; - VPB (Pass Sg Masc) => variants {} ; - VPB (Pass Sg Fem) => variants {} ; - VPB (Pass Pl Masc) => variants {} ; - VPB (Pass Pl Fem) => variants {} - } - } ; - --- Verbs: conversion from full verbs to present-tense verbs. - - verbBesch : {s : VFB => Str} -> {s : CommonRomance.VF => Str} = \amar -> - {- - -- even imperatives should be modified this way, so let's postpone this - -- AR 21/6/2006 - let - amare = amar.s ! VI Infn ; - a'r = case last (init amare) of { - "i" => "r" ; - "e" => "r" ; - _ => "r" - } ; - ama'r = Predef.tk 2 amare ++ a'r - in - -} - {s = table { --- VInfin True => ama'r ; - VInfin _ => amar.s ! VI Infn ; - VFin (VPres Indic) n p => amar.s ! VPB (Pres Ind n p) ; - VFin (VPres Conjunct) n p => amar.s ! VPB (Pres Sub n p) ; - VFin (VImperf Indic) n p => amar.s ! VPB (Impf Ind n p) ; --# notpresent --# notpresent - VFin (VImperf Conjunct) n p => amar.s ! VPB (Impf Sub n p) ; --# notpresent --# notpresent - VFin VPasse n p => amar.s ! VPB (Pret n p) ; --# notpresent --# notpresent - VFin VFut n p => amar.s ! VPB (Fut Ind n p) ; --# notpresent --# notpresent - VFin VCondit n p => amar.s ! VPB (Cond n p) ; --# notpresent --# notpresent - VImper SgP2 => amar.s ! VPB (Imper Sg P2) ; - VImper PlP1 => amar.s ! VPB (Imper Pl P1) ; - VImper PlP2 => amar.s ! VPB (Imper Pl P2) ; - VPart g n => amar.s ! VPB (Pass n g) ; - VGer => amar.s ! VI Ger - } - } ; - - --- The full conjunction is a table on $VForm$: - -param - VImpers = - Infn - | Ger - | Part - ; - - Mode = Ind | Sub ; - - VPers = - Pres Mode Number Person - | Impf Mode Number Person --# notpresent --# notpresent - | Pret Number Person --# notpresent --# notpresent - | Fut Mode Number Person --# notpresent --# notpresent - | Cond Number Person --# notpresent --# notpresent - | Imper Number Person - | Pass Number Gender - ; - - VFB = - VI VImpers - | VPB VPers - ; - -oper - regAlternV : Str -> Str -> Verbum = - \mostrar, muestro -> - let - mostr = Predef.tk 2 mostrar ; - muestr = Predef.tk 1 muestro - in - {s = table { - VI Infn => mostr + "ar" ; - VI Ger => mostr + "ando" ; - VI Part => mostr + "ado" ; - VPB (Pres Ind Sg P1) => muestr + "o" ; - VPB (Pres Ind Sg P2) => muestr + "as" ; - VPB (Pres Ind Sg P3) => muestr + "a" ; - VPB (Pres Ind Pl P1) => mostr + "amos" ; - VPB (Pres Ind Pl P2) => mostr + "is" ; - VPB (Pres Ind Pl P3) => muestr + "an" ; - VPB (Pres Subj Sg P1) => muestr + "ue" ; - VPB (Pres Subj Sg P2) => muestr + "ues" ; - VPB (Pres Subj Sg P3) => muestr + "ue" ; - VPB (Pres Subj Pl P1) => mostr + "uemos" ; - VPB (Pres Subj Pl P2) => mostr + "uis" ; - VPB (Pres Subj Pl P3) => muestr + "uen" ; - VPB (Impf Ind Sg P1) => mostr + "aba" ; --# notpresent - VPB (Impf Ind Sg P2) => mostr + "abas" ; --# notpresent - VPB (Impf Ind Sg P3) => mostr + "aba" ; --# notpresent - VPB (Impf Ind Pl P1) => mostr + "bamos" ; --# notpresent - VPB (Impf Ind Pl P2) => mostr + "abais" ; --# notpresent - VPB (Impf Ind Pl P3) => mostr + "aban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {mostr + "ara" ; mostr + "ase"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {mostr + "aras" ; mostr + "ases"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {mostr + "ara" ; mostr + "ase"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {mostr + "ramos" ; mostr + "semos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {mostr + "arais" ; mostr + "aseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {mostr + "aran" ; mostr + "asen"} ; --# notpresent - VPB (Pret Sg P1) => mostr + "u" ; --# notpresent - VPB (Pret Sg P2) => mostr + "aste" ; --# notpresent - VPB (Pret Sg P3) => mostr + "" ; --# notpresent - VPB (Pret Pl P1) => mostr + "amos" ; --# notpresent - VPB (Pret Pl P2) => mostr + "asteis" ; --# notpresent - VPB (Pret Pl P3) => mostr + "aron" ; --# notpresent - VPB (Fut Ind Sg P1) => mostr + "ar" ; --# notpresent - VPB (Fut Ind Sg P2) => mostr + "ars" ; --# notpresent - VPB (Fut Ind Sg P3) => mostr + "ar" ; --# notpresent - VPB (Fut Ind Pl P1) => mostr + "aremos" ; --# notpresent - VPB (Fut Ind Pl P2) => mostr + "aris" ; --# notpresent - VPB (Fut Ind Pl P3) => mostr + "arn" ; --# notpresent - VPB (Fut Subj Sg P1) => mostr + "are" ; --# notpresent - VPB (Fut Subj Sg P2) => mostr + "ares" ; --# notpresent - VPB (Fut Subj Sg P3) => mostr + "are" ; --# notpresent - VPB (Fut Subj Pl P1) => mostr + "remos" ; --# notpresent - VPB (Fut Subj Pl P2) => mostr + "areis" ; --# notpresent - VPB (Fut Subj Pl P3) => mostr + "aren" ; --# notpresent - VPB (Cond Sg P1) => mostr + "ara" ; --# notpresent - VPB (Cond Sg P2) => mostr + "aras" ; --# notpresent - VPB (Cond Sg P3) => mostr + "ara" ; --# notpresent - VPB (Cond Pl P1) => mostr + "aramos" ; --# notpresent - VPB (Cond Pl P2) => mostr + "arais" ; --# notpresent - VPB (Cond Pl P3) => mostr + "aran" ; --# notpresent - VPB (Imper Sg P1) => variants {} ; - VPB (Imper Sg P2) => muestr + "a" ; - VPB (Imper Sg P3) => muestr + "ue" ; - VPB (Imper Pl P1) => mostr + "uemos" ; - VPB (Imper Pl P2) => mostr + "ad" ; - VPB (Imper Pl P3) => muestr + "uen" ; - VPB (Pass Sg Masc) => mostr + "ado" ; - VPB (Pass Sg Fem) => mostr + "ada" ; - VPB (Pass Pl Masc) => mostr + "ados" ; - VPB (Pass Pl Fem) => mostr + "adas" - } - } ; - -} diff --git a/old-lib/resource/spanish/CatSpa.gf b/old-lib/resource/spanish/CatSpa.gf deleted file mode 100644 index 956de7fe1..000000000 --- a/old-lib/resource/spanish/CatSpa.gf +++ /dev/null @@ -1,4 +0,0 @@ ---# -path=.:../romance:../abstract:../common:prelude - -concrete CatSpa of Cat = CommonX - [Tense,TPres,TPast,TFut,TCond] ** CatRomance with - (ResRomance = ResSpa) ; diff --git a/old-lib/resource/spanish/CompatibilitySpa.gf b/old-lib/resource/spanish/CompatibilitySpa.gf deleted file mode 100644 index b8af3136b..000000000 --- a/old-lib/resource/spanish/CompatibilitySpa.gf +++ /dev/null @@ -1,11 +0,0 @@ ---# -path=.:../romance:../abstract:../common - -concrete CompatibilitySpa of Compatibility = CatSpa ** 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/old-lib/resource/spanish/ConjunctionSpa.gf b/old-lib/resource/spanish/ConjunctionSpa.gf deleted file mode 100644 index c015ba7cb..000000000 --- a/old-lib/resource/spanish/ConjunctionSpa.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete ConjunctionSpa of Conjunction = CatSpa ** ConjunctionRomance with - (ResRomance = ResSpa) ; diff --git a/old-lib/resource/spanish/DiffSpa.gf b/old-lib/resource/spanish/DiffSpa.gf deleted file mode 100644 index 668aa79c0..000000000 --- a/old-lib/resource/spanish/DiffSpa.gf +++ /dev/null @@ -1,182 +0,0 @@ ---# -path=.:../romance:../abstract:../common:prelude - -instance DiffSpa of DiffRomance = open CommonRomance, PhonoSpa, BeschSpa, Prelude in { - - flags optimize=noexpand ; - - 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 : Gender -> Number -> Case -> Str = \g,n,c -> - case of { - => "del" ; - => "al" ; - => prepCase c ++ "el" ; - => prepCase c ++ "la" ; - => prepCase c ++ "los" ; - => prepCase c ++ "las" - } ; - --- In these two, "de de/du/des" becomes "de". - - artIndef = \g,n,c -> case n of { - Sg => prepCase c ++ genForms "un" "una" ! g ; - _ => prepCase c ++ genForms "unos" "unas" ! g - } ; - - 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 : NPForm -> NPForm = \c -> case c of { - Ton Nom | Aton Nom => Ton Nom ; - _ => Ton Acc - } ; - - auxVerb : VType -> (VF => Str) = \_ -> haber_V.s ; - - partAgr : VType -> VPAgr = \vtyp -> vpAgrNone ; - - 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 = { - s = \\pol,aag => - let - pe = case b of {True => P3 ; _ => p} ; - agr = aag ** {p = pe} ; - verb = case of { - => (vp.s ! VPFinite (VPres Conjunct) Simul).fin ! agr ; - _ => (vp.s ! VPImperat).fin ! agr - } ; - neg = vp.neg ! pol ; - clpr = pronArg agr.n agr.p vp.clAcc vp.clDat ; - compl = neg.p2 ++ clpr.p2 ++ vp.comp ! agr ++ vp.ext ! pol - in - neg.p1 ++ verb ++ bindIf clpr.p3 ++ clpr.p1 ++ compl ; - } ; - - negation : Polarity => (Str * Str) = table { - Pos => <[],[]> ; - Neg => <"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 "tl" "tl" "tales" "tales" ; - - quelPron : AAgr => Str = aagrForms "cul" "cul" "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 : VType = VRefl ; - isVRefl : VType -> Bool = \ty -> case ty of { - VRefl => True ; - _ => False - } ; - - auxPassive : Verb = copula ; - - copula = verbBeschH (ser_1 "ser") ; - - haber_V : Verb = verbBeschH (haber_3 "haber") ; - - verbBeschH : Verbum -> Verb = \v -> verbBesch v ** {vtyp = VHabere} ; - -} diff --git a/old-lib/resource/spanish/ExtraRomanceSpa.gf b/old-lib/resource/spanish/ExtraRomanceSpa.gf deleted file mode 100644 index d143b9612..000000000 --- a/old-lib/resource/spanish/ExtraRomanceSpa.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete ExtraRomanceSpa of ExtraRomanceAbs = CatSpa ** ExtraRomance with - (ResRomance = ResSpa) ; diff --git a/old-lib/resource/spanish/ExtraSpa.gf b/old-lib/resource/spanish/ExtraSpa.gf deleted file mode 100644 index 1d625dcac..000000000 --- a/old-lib/resource/spanish/ExtraSpa.gf +++ /dev/null @@ -1,47 +0,0 @@ -concrete ExtraSpa of ExtraSpaAbs = ExtraRomanceSpa ** - open CommonRomance, PhonoSpa, MorphoSpa, ParadigmsSpa, ParamX, ResSpa in { - - 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 ++ "quin" ; a = aagr Fem Pl} ; - whoSg8fem_IP = {s = \\c => prepCase c ++ "quin" ; a = aagr Fem Sg} ; - - youSg8fem_Pron = mkPronoun - "tu" "te" "te" "t" - "tu" "tu" "tus" "tus" - Fem Sg P2 ; - youPl8fem_Pron = mkPronoun - "vosotras" "vos" "vos" "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" "las" "les" "usted" - "su" "su" "sus" "sus" - Masc Pl P3 ; - youPolPl8fem_Pron = mkPronoun - "ustedes" "las" "les" "usted" - "su" "su" "sus" "sus" - Fem Pl P3 ; - - -} diff --git a/old-lib/resource/spanish/ExtraSpaAbs.gf b/old-lib/resource/spanish/ExtraSpaAbs.gf deleted file mode 100644 index 49d57ee76..000000000 --- a/old-lib/resource/spanish/ExtraSpaAbs.gf +++ /dev/null @@ -1,28 +0,0 @@ --- Structures special for Spanish. These are not implemented in other --- Romance languages. - -abstract ExtraSpaAbs = 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 ; - -} diff --git a/old-lib/resource/spanish/GrammarSpa.gf b/old-lib/resource/spanish/GrammarSpa.gf deleted file mode 100644 index 34594feb9..000000000 --- a/old-lib/resource/spanish/GrammarSpa.gf +++ /dev/null @@ -1,22 +0,0 @@ ---# -path=.:../romance:../abstract:../common:prelude - -concrete GrammarSpa of Grammar = - NounSpa, - VerbSpa, - AdjectiveSpa, - AdverbSpa, - NumeralSpa, - SentenceSpa, - QuestionSpa, - RelativeSpa, - ConjunctionSpa, - PhraseSpa, - TextSpa - [Tense,TPres,TPast,TFut,TCond], -- special punctuation - IdiomSpa, - StructuralSpa - - ** { - -flags startcat = Phr ; unlexer = text ; lexer = text ; - -} ; diff --git a/old-lib/resource/spanish/IdiomSpa.gf b/old-lib/resource/spanish/IdiomSpa.gf deleted file mode 100644 index 209d66c0a..000000000 --- a/old-lib/resource/spanish/IdiomSpa.gf +++ /dev/null @@ -1,45 +0,0 @@ -concrete IdiomSpa of Idiom = CatSpa ** - open (P = ParamX), MorphoSpa, ParadigmsSpa, BeschSpa, Prelude in { - - flags optimize=all_subs ; - - lin - ImpersCl vp = mkClause [] True (agrP3 Masc Sg) vp ; - - GenericCl vp = - mkClause [] True (agrP3 Masc Sg) (insertRefl vp) ; ---- just Italian ? - - CleftNP np rs = mkClause [] True (agrP3 Masc Sg) - (insertComplement (\\_ => rs.s ! Indic ! np.a) - (insertComplement (\\_ => np.s ! Ton rs.c) (predV copula))) ; - - CleftAdv ad s = mkClause [] True (agrP3 Masc Sg) - (insertComplement (\\_ => conjThat ++ s.s ! Indic) - (insertComplement (\\_ => ad.s) (predV copula))) ; - - - ExistNP np = - mkClause [] True (agrP3 Masc Sg) - (insertComplement (\\_ => np.s ! Ton Acc) (predV (verboV (hay_3 "haber")))) ; - ExistIP ip = { - s = \\t,a,p,_ => - ip.s ! Nom ++ - (mkClause [] True (agrP3 Masc Sg) (predV (verboV (hay_3 "haber")))).s ! DDir ! t ! a ! p ! Indic - } ; - - ProgrVP vpr = let vp = useVP vpr in - insertComplement - (\\agr => - let - clpr = pronArg agr.n agr.p vp.clAcc vp.clDat ; - obj = clpr.p2 ++ vp.comp ! agr ++ vp.ext ! Pos ---- pol - in - (vp.s ! VPGerund).inf ! (aagr agr.g agr.n) ++ clpr.p1 ++ obj - ) - (predV (verboV (estar_2 "estar"))) ; - - ImpPl1 vpr = let vp = useVP vpr in {s = - (mkImperative False P1 vp).s ! Pos ! {n = Pl ; g = Masc} --- fem - } ; - -} diff --git a/old-lib/resource/spanish/IrregSpa.gf b/old-lib/resource/spanish/IrregSpa.gf deleted file mode 100644 index 5953f8063..000000000 --- a/old-lib/resource/spanish/IrregSpa.gf +++ /dev/null @@ -1,71819 +0,0 @@ ---# -path=.:../romance:../abstract:../common:prelude - --- machine-generated GF file from Andersson & Sderberg's MSc work - -concrete IrregSpa of IrregSpaAbs = CatSpa ** - open (C=CommonRomance), ParadigmsSpa, BeschSpa in { - -flags optimize=values ; - -lin ser_V = verboV - {s = table (BeschSpa.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 Subj C.Sg C.P1) => -} "sea" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "seas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sea" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "seamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "seis" ; - {- VPB (Pres Subj 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 Subj C.Sg C.P1) => -} variants {"fuera" ; "fuese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fueras" ; "fueses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fuera" ; "fuese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"furamos" ; "fusemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fuerais" ; "fueseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fueran" ; "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) => -} "sers" ;--# 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) => -} "seris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "sern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "fuere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "fueres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "fuere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "furemos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "fuereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "fueren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "sera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "seras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "sera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "seramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "serais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "seran" ;--# 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 (BeschSpa.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 Subj C.Sg C.P1) => -} "vaya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "vayas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "vaya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "vayamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "vayis" ; - {- VPB (Pres Subj 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 Subj C.Sg C.P1) => -} variants {"fuera" ; "fuese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fueras" ; "fueses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fuera" ; "fuese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"furamos" ; "fusemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fuerais" ; "fueseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fueran" ; "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) => -} "irs" ;--# 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) => -} "iris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "irn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "fuere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "fueres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "fuere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "furemos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "fuereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "fueren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "ira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "iras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "ira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "iramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "irais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "iran" ;--# 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 (BeschSpa.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) => -} "ests" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "est" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "estamos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "estis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "estn" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "est" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "ests" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "est" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "estemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "estis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "estn" ; - {- 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) => -} "estbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "estabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "estaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"estuviera" ; "estuviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"estuvieras" ; "estuvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"estuviera" ; "estuviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"estuviramos" ; "estuvisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"estuvierais" ; "estuvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"estuvieran" ; "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) => -} "estars" ;--# 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) => -} "estaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "estarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "estuviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "estuvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "estuviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "estuviremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "estuviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "estuvieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "estara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "estaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "estara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "estaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "estarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "estaran" ;--# 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) => -} "estn" ; - {- 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 (BeschSpa.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) => -} "habis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "han" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "haya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "hayas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "haya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "hayamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "hayis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "hayan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "haba" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "habas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "haba" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "habamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "habais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "haban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"hubiera" ; "hubiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"hubieras" ; "hubieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"hubiera" ; "hubiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"hubiramos" ; "hubisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"hubierais" ; "hubieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"hubieran" ; "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) => -} "habrs" ;--# 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) => -} "habris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "habrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "hubiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "hubieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "hubiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "hubiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "hubiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "hubieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "habra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "habras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "habra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "habramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "habrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "habran" ;--# 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 (BeschSpa.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) => -} "cabis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "caben" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "quepa" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "quepas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "quepa" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "quepamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "quepis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "quepan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "caba" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "cabas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "caba" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "cabamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "cabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "caban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"cupiera" ; "cupiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"cupieras" ; "cupieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"cupiera" ; "cupiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"cupiramos" ; "cupisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"cupierais" ; "cupieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"cupieran" ; "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) => -} "cabrs" ;--# 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) => -} "cabris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "cabrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "cupiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "cupieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "cupiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "cupiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "cupiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "cupieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "cabra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "cabras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "cabra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "cabramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "cabrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "cabran" ;--# 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 (BeschSpa.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) => -} "resabis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "resaben" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "resepa" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "resepas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "resepa" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "resepamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "resepis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "resepan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "resaba" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "resabas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "resaba" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "resabamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "resabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "resaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"resupiera" ; "resupiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"resupieras" ; "resupieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"resupiera" ; "resupiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"resupiramos" ; "resupisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"resupierais" ; "resupieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"resupieran" ; "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) => -} "resabrs" ;--# 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) => -} "resabris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "resabrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "resupiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "resupieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "resupiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "resupiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "resupiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "resupieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "resabra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "resabras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "resabra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "resabramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "resabrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "resabran" ;--# 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 (BeschSpa.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) => -} "sabis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "saben" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sepa" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sepas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sepa" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sepamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sepis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sepan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "saba" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "sabas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "saba" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "sabamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "sabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "saban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"supiera" ; "supiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"supieras" ; "supieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"supiera" ; "supiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"supiramos" ; "supisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"supierais" ; "supieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"supieran" ; "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) => -} "sabrs" ;--# 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) => -} "sabris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "sabrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "supiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "supieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "supiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "supiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "supiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "supieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "sabra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "sabras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "sabra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "sabramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "sabrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "sabran" ;--# 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 (BeschSpa.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) => -} "abstenis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "abstienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "abstenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "abstengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "abstenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "abstengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "abstengis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "abstengan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "abstena" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "abstenas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "abstena" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "abstenamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "abstenais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "abstenan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"abstuviera" ; "abstuviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"abstuvieras" ; "abstuvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"abstuviera" ; "abstuviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"abstuviramos" ; "abstuvisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"abstuvierais" ; "abstuvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"abstuvieran" ; "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) => -} "abstendrs" ;--# 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) => -} "abstendris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "abstendrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "abstuviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "abstuvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "abstuviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "abstuviremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "abstuviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "abstuvieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "abstendra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "abstendras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "abstendra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "abstendramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "abstendrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "abstendran" ;--# 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 (BeschSpa.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) => -} "contenis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "contienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "contenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "contengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "contenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "contengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "contengis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "contengan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "contena" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "contenas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "contena" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "contenamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "contenais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "contenan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"contuviera" ; "contuviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"contuvieras" ; "contuvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"contuviera" ; "contuviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"contuviramos" ; "contuvisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"contuvierais" ; "contuvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"contuvieran" ; "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) => -} "contendrs" ;--# 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) => -} "contendris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "contendrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "contuviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "contuvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "contuviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "contuviremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "contuviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "contuvieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "contendra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "contendras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "contendra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "contendramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "contendrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "contendran" ;--# 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 (BeschSpa.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) => -} "detenis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "detienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "detenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "detengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "detenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "detengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "detengis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "detengan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "detena" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "detenas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "detena" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "detenamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "detenais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "detenan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"detuviera" ; "detuviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"detuvieras" ; "detuvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"detuviera" ; "detuviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"detuviramos" ; "detuvisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"detuvierais" ; "detuvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"detuvieran" ; "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) => -} "detendrs" ;--# 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) => -} "detendris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "detendrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "detuviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "detuvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "detuviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "detuviremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "detuviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "detuvieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "detendra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "detendras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "detendra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "detendramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "detendrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "detendran" ;--# 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 (BeschSpa.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) => -} "entretenis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "entretienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "entretenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "entretengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "entretenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "entretengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "entretengis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "entretengan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "entretena" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "entretenas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "entretena" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "entretenamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "entretenais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "entretenan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entretuviera" ; "entretuviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entretuvieras" ; "entretuvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entretuviera" ; "entretuviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entretuviramos" ; "entretuvisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entretuvierais" ; "entretuvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entretuvieran" ; "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) => -} "entretendrs" ;--# 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) => -} "entretendris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "entretendrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "entretuviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "entretuvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "entretuviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "entretuviremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "entretuviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "entretuvieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "entretendra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "entretendras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "entretendra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "entretendramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "entretendrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "entretendran" ;--# 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 (BeschSpa.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) => -} "mantenis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "mantienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "mantenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "mantengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "mantenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "mantengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "mantengis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "mantengan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "mantena" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "mantenas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "mantena" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "mantenamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "mantenais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "mantenan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"mantuviera" ; "mantuviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"mantuvieras" ; "mantuvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"mantuviera" ; "mantuviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"mantuviramos" ; "mantuvisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"mantuvierais" ; "mantuvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"mantuvieran" ; "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) => -} "mantendrs" ;--# 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) => -} "mantendris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "mantendrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "mantuviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "mantuvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "mantuviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "mantuviremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "mantuviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "mantuvieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "mantendra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "mantendras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "mantendra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "mantendramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "mantendrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "mantendran" ;--# 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 (BeschSpa.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) => -} "manutenis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "manutienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "manutenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "manutengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "manutenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "manutengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "manutengis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "manutengan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "manutena" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "manutenas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "manutena" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "manutenamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "manutenais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "manutenan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"manutuviera" ; "manutuviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"manutuvieras" ; "manutuvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"manutuviera" ; "manutuviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"manutuviramos" ; "manutuvisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"manutuvierais" ; "manutuvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"manutuvieran" ; "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) => -} "manutendrs" ;--# 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) => -} "manutendris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "manutendrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "manutuviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "manutuvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "manutuviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "manutuviremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "manutuviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "manutuvieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "manutendra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "manutendras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "manutendra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "manutendramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "manutendrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "manutendran" ;--# 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 (BeschSpa.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) => -} "obtenis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "obtienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "obtenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "obtengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "obtenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "obtengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "obtengis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "obtengan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "obtena" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "obtenas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "obtena" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "obtenamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "obtenais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "obtenan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"obtuviera" ; "obtuviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"obtuvieras" ; "obtuvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"obtuviera" ; "obtuviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"obtuviramos" ; "obtuvisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"obtuvierais" ; "obtuvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"obtuvieran" ; "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) => -} "obtendrs" ;--# 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) => -} "obtendris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "obtendrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "obtuviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "obtuvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "obtuviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "obtuviremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "obtuviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "obtuvieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "obtendra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "obtendras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "obtendra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "obtendramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "obtendrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "obtendran" ;--# 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 (BeschSpa.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) => -} "retenis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "retienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "retenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "retengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "retenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "retengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "retengis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "retengan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "retena" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "retenas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "retena" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "retenamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "retenais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "retenan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retuviera" ; "retuviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retuvieras" ; "retuvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retuviera" ; "retuviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retuviramos" ; "retuvisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retuvierais" ; "retuvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retuvieran" ; "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) => -} "retendrs" ;--# 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) => -} "retendris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "retendrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "retuviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "retuvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "retuviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "retuviremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "retuviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "retuvieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "retendra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "retendras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "retendra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "retendramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "retendrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "retendran" ;--# 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 (BeschSpa.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) => -} "sostenis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "sostienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sostenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sostengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sostenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sostengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sostengis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sostengan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "sostena" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "sostenas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "sostena" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "sostenamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "sostenais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "sostenan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sostuviera" ; "sostuviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sostuvieras" ; "sostuvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sostuviera" ; "sostuviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sostuviramos" ; "sostuvisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sostuvierais" ; "sostuvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sostuvieran" ; "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) => -} "sostendrs" ;--# 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) => -} "sostendris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "sostendrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sostuviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sostuvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sostuviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sostuviremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sostuviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sostuvieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "sostendra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "sostendras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "sostendra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "sostendramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "sostendrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "sostendran" ;--# 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 (BeschSpa.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) => -} "tenis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "tienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "tenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "tengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "tenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "tengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "tengis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "tengan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "tena" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "tenas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "tena" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "tenamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "tenais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "tenan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tuviera" ; "tuviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tuvieras" ; "tuvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tuviera" ; "tuviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tuviramos" ; "tuvisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tuvierais" ; "tuvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tuvieran" ; "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) => -} "tendrs" ;--# 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) => -} "tendris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "tendrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "tuviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "tuvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "tuviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "tuviremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "tuviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "tuvieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "tendra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "tendras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "tendra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "tendramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "tendrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "tendran" ;--# 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 (BeschSpa.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) => -} "anteponis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "anteponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "anteponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "antepongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "anteponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "antepongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "antepongis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "antepongan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "antepona" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "anteponas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "antepona" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "anteponamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "anteponais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "anteponan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"antepusiera" ; "antepusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"antepusieras" ; "antepusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"antepusiera" ; "antepusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"antepusiramos" ; "antepusisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"antepusierais" ; "antepusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"antepusieran" ; "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) => -} "antepondrs" ;--# 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) => -} "antepondris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "antepondrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "antepusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "antepusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "antepusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "antepusiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "antepusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "antepusieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "antepondra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "antepondras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "antepondra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "antepondramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "antepondrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "antepondran" ;--# 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 (BeschSpa.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) => -} "aponis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "aponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "aponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "apongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "aponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "apongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "apongis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "apongan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "apona" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "aponas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "apona" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "aponamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "aponais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "aponan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"apusiera" ; "apusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"apusieras" ; "apusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"apusiera" ; "apusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"apusiramos" ; "apusisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"apusierais" ; "apusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"apusieran" ; "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) => -} "apondrs" ;--# 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) => -} "apondris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "apondrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "apusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "apusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "apusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "apusiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "apusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "apusieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "apondra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "apondras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "apondra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "apondramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "apondrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "apondran" ;--# 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 (BeschSpa.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) => -} "componis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "componen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "componga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "compongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "componga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "compongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "compongis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "compongan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "compona" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "componas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "compona" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "componamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "componais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "componan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"compusiera" ; "compusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"compusieras" ; "compusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"compusiera" ; "compusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"compusiramos" ; "compusisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"compusierais" ; "compusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"compusieran" ; "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) => -} "compondrs" ;--# 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) => -} "compondris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "compondrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "compusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "compusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "compusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "compusiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "compusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "compusieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "compondra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "compondras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "compondra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "compondramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "compondrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "compondran" ;--# 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 (BeschSpa.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) => -} "contraponis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "contraponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "contraponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "contrapongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "contraponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "contrapongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "contrapongis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "contrapongan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "contrapona" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "contraponas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "contrapona" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "contraponamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "contraponais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "contraponan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"contrapusiera" ; "contrapusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"contrapusieras" ; "contrapusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"contrapusiera" ; "contrapusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"contrapusiramos" ; "contrapusisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"contrapusierais" ; "contrapusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"contrapusieran" ; "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) => -} "contrapondrs" ;--# 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) => -} "contrapondris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "contrapondrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "contrapusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "contrapusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "contrapusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "contrapusiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "contrapusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "contrapusieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "contrapondra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "contrapondras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "contrapondra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "contrapondramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "contrapondrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "contrapondran" ;--# 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 (BeschSpa.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) => -} "deponis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "deponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "deponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "depongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "deponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "depongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "depongis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "depongan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "depona" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "deponas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "depona" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "deponamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "deponais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "deponan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"depusiera" ; "depusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"depusieras" ; "depusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"depusiera" ; "depusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"depusiramos" ; "depusisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"depusierais" ; "depusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"depusieran" ; "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) => -} "depondrs" ;--# 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) => -} "depondris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "depondrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "depusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "depusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "depusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "depusiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "depusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "depusieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "depondra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "depondras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "depondra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "depondramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "depondrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "depondran" ;--# 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 (BeschSpa.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) => -} "descomponis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "descomponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "descomponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "descompongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "descomponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "descompongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "descompongis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "descompongan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "descompona" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "descomponas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "descompona" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "descomponamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "descomponais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "descomponan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descompusiera" ; "descompusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descompusieras" ; "descompusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descompusiera" ; "descompusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descompusiramos" ; "descompusisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descompusierais" ; "descompusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descompusieran" ; "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) => -} "descompondrs" ;--# 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) => -} "descompondris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "descompondrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "descompusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "descompusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "descompusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "descompusiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "descompusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "descompusieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "descompondra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "descompondras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "descompondra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "descompondramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "descompondrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "descompondran" ;--# 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 (BeschSpa.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) => -} "desimponis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desimponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desimponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desimpongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desimponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desimpongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desimpongis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desimpongan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "desimpona" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desimponas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "desimpona" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desimponamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desimponais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desimponan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desimpusiera" ; "desimpusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desimpusieras" ; "desimpusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desimpusiera" ; "desimpusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desimpusiramos" ; "desimpusisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desimpusierais" ; "desimpusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desimpusieran" ; "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) => -} "desimpondrs" ;--# 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) => -} "desimpondris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desimpondrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desimpusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desimpusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desimpusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desimpusiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desimpusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desimpusieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desimpondra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desimpondras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desimpondra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desimpondramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desimpondrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desimpondran" ;--# 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 (BeschSpa.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) => -} "disponis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "disponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "disponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "dispongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "disponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "dispongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "dispongis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "dispongan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "dispona" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "disponas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "dispona" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "disponamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "disponais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "disponan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"dispusiera" ; "dispusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"dispusieras" ; "dispusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"dispusiera" ; "dispusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"dispusiramos" ; "dispusisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"dispusierais" ; "dispusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"dispusieran" ; "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) => -} "dispondrs" ;--# 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) => -} "dispondris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "dispondrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "dispusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "dispusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "dispusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "dispusiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "dispusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "dispusieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "dispondra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "dispondras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "dispondra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "dispondramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "dispondrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "dispondran" ;--# 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 (BeschSpa.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) => -} "exponis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "exponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "exponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "expongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "exponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "expongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "expongis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "expongan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "expona" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "exponas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "expona" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "exponamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "exponais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "exponan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"expusiera" ; "expusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"expusieras" ; "expusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"expusiera" ; "expusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"expusiramos" ; "expusisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"expusierais" ; "expusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"expusieran" ; "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) => -} "expondrs" ;--# 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) => -} "expondris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "expondrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "expusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "expusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "expusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "expusiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "expusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "expusieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "expondra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "expondras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "expondra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "expondramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "expondrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "expondran" ;--# 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 (BeschSpa.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) => -} "fotocomponis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "fotocomponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "fotocomponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "fotocompongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "fotocomponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "fotocompongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "fotocompongis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "fotocompongan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "fotocompona" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "fotocomponas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "fotocompona" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "fotocomponamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "fotocomponais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "fotocomponan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"fotocompusiera" ; "fotocompusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fotocompusieras" ; "fotocompusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fotocompusiera" ; "fotocompusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"fotocompusiramos" ; "fotocompusisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fotocompusierais" ; "fotocompusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fotocompusieran" ; "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) => -} "fotocompondrs" ;--# 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) => -} "fotocompondris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "fotocompondrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "fotocompusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "fotocompusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "fotocompusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "fotocompusiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "fotocompusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "fotocompusieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "fotocompondra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "fotocompondras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "fotocompondra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "fotocompondramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "fotocompondrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "fotocompondran" ;--# 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 (BeschSpa.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) => -} "imponis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "imponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "imponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "impongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "imponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "impongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "impongis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "impongan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "impona" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "imponas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "impona" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "imponamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "imponais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "imponan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"impusiera" ; "impusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"impusieras" ; "impusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"impusiera" ; "impusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"impusiramos" ; "impusisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"impusierais" ; "impusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"impusieran" ; "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) => -} "impondrs" ;--# 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) => -} "impondris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "impondrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "impusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "impusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "impusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "impusiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "impusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "impusieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "impondra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "impondras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "impondra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "impondramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "impondrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "impondran" ;--# 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 (BeschSpa.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) => -} "indisponis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "indisponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "indisponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "indispongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "indisponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "indispongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "indispongis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "indispongan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "indispona" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "indisponas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "indispona" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "indisponamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "indisponais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "indisponan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"indispusiera" ; "indispusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"indispusieras" ; "indispusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"indispusiera" ; "indispusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"indispusiramos" ; "indispusisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"indispusierais" ; "indispusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"indispusieran" ; "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) => -} "indispondrs" ;--# 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) => -} "indispondris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "indispondrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "indispusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "indispusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "indispusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "indispusiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "indispusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "indispusieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "indispondra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "indispondras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "indispondra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "indispondramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "indispondrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "indispondran" ;--# 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 (BeschSpa.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) => -} "interponis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "interponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "interponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "interpongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "interponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "interpongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "interpongis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "interpongan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "interpona" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "interponas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "interpona" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "interponamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "interponais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "interponan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"interpusiera" ; "interpusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"interpusieras" ; "interpusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"interpusiera" ; "interpusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"interpusiramos" ; "interpusisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"interpusierais" ; "interpusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"interpusieran" ; "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) => -} "interpondrs" ;--# 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) => -} "interpondris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "interpondrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "interpusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "interpusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "interpusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "interpusiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "interpusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "interpusieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "interpondra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "interpondras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "interpondra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "interpondramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "interpondrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "interpondran" ;--# 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 (BeschSpa.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) => -} "oponis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "oponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "oponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "opongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "oponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "opongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "opongis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "opongan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "opona" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "oponas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "opona" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "oponamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "oponais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "oponan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"opusiera" ; "opusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"opusieras" ; "opusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"opusiera" ; "opusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"opusiramos" ; "opusisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"opusierais" ; "opusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"opusieran" ; "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) => -} "opondrs" ;--# 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) => -} "opondris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "opondrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "opusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "opusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "opusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "opusiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "opusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "opusieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "opondra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "opondras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "opondra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "opondramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "opondrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "opondran" ;--# 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 (BeschSpa.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) => -} "ponis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "ponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "pongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "pongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "pongis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "pongan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "pona" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "ponas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "pona" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "ponamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "ponais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "ponan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"pusiera" ; "pusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"pusieras" ; "pusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"pusiera" ; "pusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"pusiramos" ; "pusisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"pusierais" ; "pusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"pusieran" ; "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) => -} "pondrs" ;--# 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) => -} "pondris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "pondrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "pusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "pusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "pusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "pusiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "pusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "pusieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "pondra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "pondras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "pondra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "pondramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "pondrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "pondran" ;--# 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 (BeschSpa.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) => -} "posponis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "posponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "posponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "pospongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "posponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "pospongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "pospongis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "pospongan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "pospona" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "posponas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "pospona" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "posponamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "posponais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "posponan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"pospusiera" ; "pospusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"pospusieras" ; "pospusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"pospusiera" ; "pospusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"pospusiramos" ; "pospusisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"pospusierais" ; "pospusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"pospusieran" ; "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) => -} "pospondrs" ;--# 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) => -} "pospondris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "pospondrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "pospusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "pospusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "pospusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "pospusiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "pospusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "pospusieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "pospondra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "pospondras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "pospondra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "pospondramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "pospondrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "pospondran" ;--# 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 (BeschSpa.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) => -} "predisponis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "predisponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "predisponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "predispongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "predisponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "predispongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "predispongis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "predispongan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "predispona" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "predisponas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "predispona" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "predisponamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "predisponais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "predisponan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"predispusiera" ; "predispusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"predispusieras" ; "predispusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"predispusiera" ; "predispusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"predispusiramos" ; "predispusisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"predispusierais" ; "predispusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"predispusieran" ; "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) => -} "predispondrs" ;--# 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) => -} "predispondris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "predispondrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "predispusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "predispusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "predispusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "predispusiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "predispusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "predispusieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "predispondra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "predispondras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "predispondra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "predispondramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "predispondrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "predispondran" ;--# 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 (BeschSpa.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) => -} "preponis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "preponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "preponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "prepongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "preponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "prepongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "prepongis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "prepongan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "prepona" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "preponas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "prepona" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "preponamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "preponais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "preponan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"prepusiera" ; "prepusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"prepusieras" ; "prepusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"prepusiera" ; "prepusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"prepusiramos" ; "prepusisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"prepusierais" ; "prepusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"prepusieran" ; "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) => -} "prepondrs" ;--# 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) => -} "prepondris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "prepondrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "prepusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "prepusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "prepusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "prepusiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "prepusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "prepusieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "prepondra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "prepondras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "prepondra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "prepondramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "prepondrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "prepondran" ;--# 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 (BeschSpa.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) => -} "presuponis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "presuponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "presuponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "presupongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "presuponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "presupongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "presupongis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "presupongan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "presupona" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "presuponas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "presupona" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "presuponamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "presuponais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "presuponan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"presupusiera" ; "presupusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"presupusieras" ; "presupusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"presupusiera" ; "presupusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"presupusiramos" ; "presupusisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"presupusierais" ; "presupusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"presupusieran" ; "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) => -} "presupondrs" ;--# 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) => -} "presupondris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "presupondrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "presupusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "presupusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "presupusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "presupusiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "presupusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "presupusieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "presupondra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "presupondras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "presupondra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "presupondramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "presupondrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "presupondran" ;--# 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 (BeschSpa.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) => -} "proponis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "proponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "proponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "propongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "proponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "propongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "propongis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "propongan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "propona" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "proponas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "propona" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "proponamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "proponais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "proponan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"propusiera" ; "propusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"propusieras" ; "propusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"propusiera" ; "propusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"propusiramos" ; "propusisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"propusierais" ; "propusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"propusieran" ; "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) => -} "propondrs" ;--# 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) => -} "propondris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "propondrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "propusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "propusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "propusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "propusiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "propusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "propusieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "propondra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "propondras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "propondra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "propondramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "propondrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "propondran" ;--# 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 (BeschSpa.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) => -} "recomponis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "recomponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "recomponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "recompongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "recomponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "recompongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "recompongis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "recompongan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "recompona" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "recomponas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "recompona" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "recomponamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "recomponais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "recomponan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recompusiera" ; "recompusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recompusieras" ; "recompusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recompusiera" ; "recompusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recompusiramos" ; "recompusisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recompusierais" ; "recompusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recompusieran" ; "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) => -} "recompondrs" ;--# 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) => -} "recompondris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "recompondrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "recompusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "recompusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "recompusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "recompusiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "recompusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "recompusieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "recompondra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "recompondras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "recompondra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "recompondramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "recompondrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "recompondran" ;--# 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 (BeschSpa.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) => -} "reponis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "reponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "repongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "repongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "repongis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "repongan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "repona" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "reponas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "repona" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "reponamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "reponais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "reponan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"repusiera" ; "repusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"repusieras" ; "repusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"repusiera" ; "repusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"repusiramos" ; "repusisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"repusierais" ; "repusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"repusieran" ; "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) => -} "repondrs" ;--# 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) => -} "repondris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "repondrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "repusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "repusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "repusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "repusiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "repusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "repusieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "repondra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "repondras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "repondra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "repondramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "repondrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "repondran" ;--# 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 (BeschSpa.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) => -} "sobreexponis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "sobreexponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sobreexponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sobreexpongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sobreexponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sobreexpongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sobreexpongis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sobreexpongan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "sobreexpona" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "sobreexponas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "sobreexpona" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "sobreexponamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "sobreexponais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "sobreexponan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobreexpusiera" ; "sobreexpusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobreexpusieras" ; "sobreexpusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobreexpusiera" ; "sobreexpusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobreexpusiramos" ; "sobreexpusisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobreexpusierais" ; "sobreexpusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobreexpusieran" ; "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) => -} "sobreexpondrs" ;--# 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) => -} "sobreexpondris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "sobreexpondrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sobreexpusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sobreexpusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sobreexpusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sobreexpusiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sobreexpusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sobreexpusieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "sobreexpondra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "sobreexpondras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "sobreexpondra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "sobreexpondramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "sobreexpondrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "sobreexpondran" ;--# 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 (BeschSpa.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) => -} "sobreponis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "sobreponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sobreponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sobrepongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sobreponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sobrepongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sobrepongis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sobrepongan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "sobrepona" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "sobreponas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "sobrepona" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "sobreponamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "sobreponais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "sobreponan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobrepusiera" ; "sobrepusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobrepusieras" ; "sobrepusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobrepusiera" ; "sobrepusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobrepusiramos" ; "sobrepusisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobrepusierais" ; "sobrepusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobrepusieran" ; "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) => -} "sobrepondrs" ;--# 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) => -} "sobrepondris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "sobrepondrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sobrepusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sobrepusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sobrepusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sobrepusiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sobrepusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sobrepusieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "sobrepondra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "sobrepondras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "sobrepondra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "sobrepondramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "sobrepondrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "sobrepondran" ;--# 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 (BeschSpa.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) => -} "subexponis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "subexponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "subexponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "subexpongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "subexponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "subexpongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "subexpongis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "subexpongan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "subexpona" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "subexponas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "subexpona" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "subexponamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "subexponais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "subexponan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"subexpusiera" ; "subexpusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"subexpusieras" ; "subexpusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"subexpusiera" ; "subexpusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"subexpusiramos" ; "subexpusisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"subexpusierais" ; "subexpusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"subexpusieran" ; "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) => -} "subexpondrs" ;--# 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) => -} "subexpondris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "subexpondrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "subexpusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "subexpusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "subexpusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "subexpusiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "subexpusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "subexpusieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "subexpondra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "subexpondras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "subexpondra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "subexpondramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "subexpondrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "subexpondran" ;--# 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 (BeschSpa.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) => -} "superponis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "superponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "superponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "superpongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "superponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "superpongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "superpongis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "superpongan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "superpona" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "superponas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "superpona" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "superponamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "superponais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "superponan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"superpusiera" ; "superpusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"superpusieras" ; "superpusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"superpusiera" ; "superpusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"superpusiramos" ; "superpusisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"superpusierais" ; "superpusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"superpusieran" ; "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) => -} "superpondrs" ;--# 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) => -} "superpondris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "superpondrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "superpusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "superpusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "superpusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "superpusiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "superpusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "superpusieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "superpondra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "superpondras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "superpondra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "superpondramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "superpondrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "superpondran" ;--# 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 (BeschSpa.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) => -} "suponis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "suponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "suponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "supongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "suponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "supongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "supongis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "supongan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "supona" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "suponas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "supona" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "suponamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "suponais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "suponan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"supusiera" ; "supusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"supusieras" ; "supusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"supusiera" ; "supusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"supusiramos" ; "supusisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"supusierais" ; "supusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"supusieran" ; "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) => -} "supondrs" ;--# 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) => -} "supondris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "supondrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "supusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "supusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "supusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "supusiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "supusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "supusieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "supondra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "supondras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "supondra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "supondramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "supondrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "supondran" ;--# 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 (BeschSpa.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) => -} "telecomponis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "telecomponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "telecomponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "telecompongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "telecomponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "telecompongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "telecompongis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "telecompongan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "telecompona" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "telecomponas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "telecompona" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "telecomponamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "telecomponais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "telecomponan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"telecompusiera" ; "telecompusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"telecompusieras" ; "telecompusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"telecompusiera" ; "telecompusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"telecompusiramos" ; "telecompusisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"telecompusierais" ; "telecompusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"telecompusieran" ; "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) => -} "telecompondrs" ;--# 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) => -} "telecompondris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "telecompondrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "telecompusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "telecompusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "telecompusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "telecompusiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "telecompusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "telecompusieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "telecompondra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "telecompondras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "telecompondra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "telecompondramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "telecompondrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "telecompondran" ;--# 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 (BeschSpa.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) => -} "transponis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "transponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "transponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "transpongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "transponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "transpongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "transpongis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "transpongan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "transpona" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "transponas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "transpona" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "transponamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "transponais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "transponan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"transpusiera" ; "transpusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"transpusieras" ; "transpusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"transpusiera" ; "transpusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"transpusiramos" ; "transpusisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"transpusierais" ; "transpusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"transpusieran" ; "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) => -} "transpondrs" ;--# 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) => -} "transpondris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "transpondrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "transpusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "transpusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "transpusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "transpusiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "transpusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "transpusieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "transpondra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "transpondras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "transpondra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "transpondramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "transpondrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "transpondran" ;--# 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 (BeschSpa.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) => -} "trasponis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "trasponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "trasponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "traspongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "trasponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "traspongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "traspongis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "traspongan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "traspona" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "trasponas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "traspona" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "trasponamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "trasponais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "trasponan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"traspusiera" ; "traspusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"traspusieras" ; "traspusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"traspusiera" ; "traspusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"traspusiramos" ; "traspusisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"traspusierais" ; "traspusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"traspusieran" ; "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) => -} "traspondrs" ;--# 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) => -} "traspondris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "traspondrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "traspusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "traspusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "traspusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "traspusiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "traspusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "traspusieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "traspondra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "traspondras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "traspondra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "traspondramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "traspondrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "traspondran" ;--# 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 (BeschSpa.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) => -} "yuxtaponis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "yuxtaponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "yuxtaponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "yuxtapongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "yuxtaponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "yuxtapongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "yuxtapongis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "yuxtapongan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "yuxtapona" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "yuxtaponas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "yuxtapona" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "yuxtaponamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "yuxtaponais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "yuxtaponan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"yuxtapusiera" ; "yuxtapusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"yuxtapusieras" ; "yuxtapusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"yuxtapusiera" ; "yuxtapusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"yuxtapusiramos" ; "yuxtapusisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"yuxtapusierais" ; "yuxtapusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"yuxtapusieran" ; "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) => -} "yuxtapondrs" ;--# 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) => -} "yuxtapondris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "yuxtapondrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "yuxtapusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "yuxtapusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "yuxtapusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "yuxtapusiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "yuxtapusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "yuxtapusieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "yuxtapondra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "yuxtapondras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "yuxtapondra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "yuxtapondramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "yuxtapondrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "yuxtapondran" ;--# 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 (BeschSpa.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) => -} "advens" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "advienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "advenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "advengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "advenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "advengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "advengis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "advengan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "advena" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "advenas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "advena" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "advenamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "advenais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "advenan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"adviniera" ; "adviniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"advinieras" ; "advinieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"adviniera" ; "adviniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"adviniramos" ; "advinisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"advinierais" ; "advinieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"advinieran" ; "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) => -} "advendrs" ;--# 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) => -} "advendris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "advendrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "adviniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "advinieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "adviniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "adviniremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "adviniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "advinieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "advendra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "advendras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "advendra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "advendramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "advendrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "advendran" ;--# 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 (BeschSpa.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) => -} "antevens" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "antevienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "antevenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "antevengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "antevenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "antevengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "antevengis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "antevengan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "antevena" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "antevenas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "antevena" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "antevenamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "antevenais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "antevenan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"anteviniera" ; "anteviniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"antevinieras" ; "antevinieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"anteviniera" ; "anteviniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"anteviniramos" ; "antevinisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"antevinierais" ; "antevinieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"antevinieran" ; "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) => -} "antevendrs" ;--# 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) => -} "antevendris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "antevendrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "anteviniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "antevinieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "anteviniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "anteviniremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "anteviniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "antevinieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "antevendra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "antevendras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "antevendra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "antevendramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "antevendrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "antevendran" ;--# 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 (BeschSpa.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) => -} "aprevens" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "aprevienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "aprevenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "aprevengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "aprevenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "aprevengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "aprevengis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "aprevengan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "aprevena" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "aprevenas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "aprevena" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "aprevenamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "aprevenais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "aprevenan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"apreviniera" ; "apreviniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aprevinieras" ; "aprevinieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"apreviniera" ; "apreviniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"apreviniramos" ; "aprevinisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aprevinierais" ; "aprevinieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aprevinieran" ; "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) => -} "aprevendrs" ;--# 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) => -} "aprevendris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "aprevendrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "apreviniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "aprevinieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "apreviniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "apreviniremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "apreviniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "aprevinieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "aprevendra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "aprevendras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "aprevendra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "aprevendramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "aprevendrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "aprevendran" ;--# 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 (BeschSpa.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) => -} "avens" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "avienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "avenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "avengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "avenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "avengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "avengis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "avengan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "avena" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "avenas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "avena" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "avenamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "avenais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "avenan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aviniera" ; "aviniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"avinieras" ; "avinieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aviniera" ; "aviniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aviniramos" ; "avinisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"avinierais" ; "avinieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"avinieran" ; "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) => -} "avendrs" ;--# 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) => -} "avendris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "avendrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "aviniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "avinieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "aviniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "aviniremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "aviniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "avinieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "avendra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "avendras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "avendra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "avendramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "avendrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "avendran" ;--# 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 (BeschSpa.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) => -} "contravens" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "contravienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "contravenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "contravengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "contravenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "contravengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "contravengis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "contravengan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "contravena" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "contravenas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "contravena" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "contravenamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "contravenais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "contravenan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"contraviniera" ; "contraviniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"contravinieras" ; "contravinieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"contraviniera" ; "contraviniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"contraviniramos" ; "contravinisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"contravinierais" ; "contravinieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"contravinieran" ; "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) => -} "contravendrs" ;--# 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) => -} "contravendris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "contravendrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "contraviniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "contravinieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "contraviniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "contraviniremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "contraviniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "contravinieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "contravendra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "contravendras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "contravendra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "contravendramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "contravendrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "contravendran" ;--# 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 (BeschSpa.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) => -} "convens" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "convienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "convenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "convengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "convenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "convengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "convengis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "convengan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "convena" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "convenas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "convena" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "convenamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "convenais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "convenan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"conviniera" ; "conviniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"convinieras" ; "convinieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"conviniera" ; "conviniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"conviniramos" ; "convinisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"convinierais" ; "convinieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"convinieran" ; "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) => -} "convendrs" ;--# 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) => -} "convendris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "convendrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "conviniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "convinieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "conviniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "conviniremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "conviniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "convinieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "convendra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "convendras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "convendra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "convendramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "convendrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "convendran" ;--# 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 (BeschSpa.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) => -} "desavens" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desavienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desavenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desavengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desavenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desavengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desavengis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desavengan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "desavena" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desavenas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "desavena" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desavenamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desavenais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desavenan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desaviniera" ; "desaviniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desavinieras" ; "desavinieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desaviniera" ; "desaviniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desaviniramos" ; "desavinisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desavinierais" ; "desavinieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desavinieran" ; "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) => -} "desavendrs" ;--# 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) => -} "desavendris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desavendrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desaviniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desavinieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desaviniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desaviniremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desaviniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desavinieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desavendra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desavendras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desavendra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desavendramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desavendrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desavendran" ;--# 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 (BeschSpa.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) => -} "desconvens" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desconvienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desconvenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desconvengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desconvenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desconvengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desconvengis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desconvengan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "desconvena" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desconvenas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "desconvena" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desconvenamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desconvenais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desconvenan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desconviniera" ; "desconviniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desconvinieras" ; "desconvinieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desconviniera" ; "desconviniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desconviniramos" ; "desconvinisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desconvinierais" ; "desconvinieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desconvinieran" ; "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) => -} "desconvendrs" ;--# 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) => -} "desconvendris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desconvendrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desconviniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desconvinieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desconviniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desconviniremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desconviniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desconvinieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desconvendra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desconvendras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desconvendra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desconvendramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desconvendrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desconvendran" ;--# 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 (BeschSpa.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) => -} "devens" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "devienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "devenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "devengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "devenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "devengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "devengis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "devengan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "devena" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "devenas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "devena" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "devenamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "devenais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "devenan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"deviniera" ; "deviniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"devinieras" ; "devinieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"deviniera" ; "deviniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"deviniramos" ; "devinisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"devinierais" ; "devinieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"devinieran" ; "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) => -} "devendrs" ;--# 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) => -} "devendris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "devendrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "deviniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "devinieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "deviniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "deviniremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "deviniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "devinieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "devendra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "devendras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "devendra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "devendramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "devendrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "devendran" ;--# 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 (BeschSpa.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) => -} "disconvens" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "disconvienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "disconvenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "disconvengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "disconvenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "disconvengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "disconvengis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "disconvengan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "disconvena" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "disconvenas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "disconvena" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "disconvenamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "disconvenais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "disconvenan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"disconviniera" ; "disconviniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"disconvinieras" ; "disconvinieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"disconviniera" ; "disconviniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"disconviniramos" ; "disconvinisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"disconvinierais" ; "disconvinieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"disconvinieran" ; "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) => -} "disconvendrs" ;--# 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) => -} "disconvendris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "disconvendrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "disconviniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "disconvinieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "disconviniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "disconviniremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "disconviniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "disconvinieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "disconvendra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "disconvendras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "disconvendra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "disconvendramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "disconvendrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "disconvendran" ;--# 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 (BeschSpa.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) => -} "intervens" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "intervienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "intervenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "intervengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "intervenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "intervengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "intervengis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "intervengan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "intervena" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "intervenas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "intervena" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "intervenamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "intervenais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "intervenan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"interviniera" ; "interviniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"intervinieras" ; "intervinieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"interviniera" ; "interviniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"interviniramos" ; "intervinisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"intervinierais" ; "intervinieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"intervinieran" ; "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) => -} "intervendrs" ;--# 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) => -} "intervendris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "intervendrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "interviniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "intervinieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "interviniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "interviniremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "interviniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "intervinieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "intervendra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "intervendras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "intervendra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "intervendramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "intervendrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "intervendran" ;--# 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 (BeschSpa.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) => -} "prevens" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "previenen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "prevenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "prevengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "prevenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "prevengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "prevengis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "prevengan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "prevena" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "prevenas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "prevena" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "prevenamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "prevenais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "prevenan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"previniera" ; "previniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"previnieras" ; "previnieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"previniera" ; "previniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"previniramos" ; "previnisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"previnierais" ; "previnieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"previnieran" ; "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) => -} "prevendrs" ;--# 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) => -} "prevendris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "prevendrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "previniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "previnieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "previniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "previniremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "previniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "previnieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "prevendra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "prevendras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "prevendra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "prevendramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "prevendrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "prevendran" ;--# 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 (BeschSpa.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) => -} "provens" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "provienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "provenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "provengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "provenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "provengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "provengis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "provengan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "provena" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "provenas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "provena" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "provenamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "provenais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "provenan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"proviniera" ; "proviniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"provinieras" ; "provinieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"proviniera" ; "proviniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"proviniramos" ; "provinisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"provinierais" ; "provinieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"provinieran" ; "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) => -} "provendrs" ;--# 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) => -} "provendris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "provendrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "proviniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "provinieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "proviniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "proviniremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "proviniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "provinieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "provendra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "provendras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "provendra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "provendramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "provendrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "provendran" ;--# 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 (BeschSpa.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) => -} "reconvens" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "reconvienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reconvenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reconvengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reconvenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reconvengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reconvengis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "reconvengan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "reconvena" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "reconvenas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "reconvena" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "reconvenamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "reconvenais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "reconvenan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reconviniera" ; "reconviniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reconvinieras" ; "reconvinieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reconviniera" ; "reconviniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reconviniramos" ; "reconvinisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reconvinierais" ; "reconvinieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reconvinieran" ; "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) => -} "reconvendrs" ;--# 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) => -} "reconvendris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "reconvendrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reconviniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "reconvinieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reconviniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reconviniremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reconviniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "reconvinieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "reconvendra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "reconvendras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "reconvendra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "reconvendramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "reconvendrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "reconvendran" ;--# 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 (BeschSpa.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) => -} "revens" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "revienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "revenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "revengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "revenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "revengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "revengis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "revengan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "revena" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "revenas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "revena" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "revenamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "revenais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "revenan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reviniera" ; "reviniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"revinieras" ; "revinieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reviniera" ; "reviniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reviniramos" ; "revinisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"revinierais" ; "revinieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"revinieran" ; "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) => -} "revendrs" ;--# 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) => -} "revendris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "revendrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reviniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "revinieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reviniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reviniremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reviniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "revinieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "revendra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "revendras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "revendra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "revendramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "revendrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "revendran" ;--# 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 (BeschSpa.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) => -} "sobrevens" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "sobrevienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sobrevenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sobrevengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sobrevenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sobrevengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sobrevengis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sobrevengan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "sobrevena" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "sobrevenas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "sobrevena" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "sobrevenamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "sobrevenais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "sobrevenan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobreviniera" ; "sobreviniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobrevinieras" ; "sobrevinieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobreviniera" ; "sobreviniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobreviniramos" ; "sobrevinisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobrevinierais" ; "sobrevinieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobrevinieran" ; "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) => -} "sobrevendrs" ;--# 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) => -} "sobrevendris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "sobrevendrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sobreviniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sobrevinieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sobreviniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sobreviniremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sobreviniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sobrevinieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "sobrevendra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "sobrevendras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "sobrevendra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "sobrevendramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "sobrevendrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "sobrevendran" ;--# 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 (BeschSpa.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) => -} "subvens" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "subvienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "subvenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "subvengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "subvenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "subvengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "subvengis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "subvengan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "subvena" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "subvenas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "subvena" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "subvenamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "subvenais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "subvenan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"subviniera" ; "subviniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"subvinieras" ; "subvinieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"subviniera" ; "subviniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"subviniramos" ; "subvinisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"subvinierais" ; "subvinieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"subvinieran" ; "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) => -} "subvendrs" ;--# 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) => -} "subvendris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "subvendrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "subviniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "subvinieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "subviniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "subviniremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "subviniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "subvinieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "subvendra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "subvendras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "subvendra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "subvendramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "subvendrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "subvendran" ;--# 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 (BeschSpa.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) => -} "supervens" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "supervienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "supervenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "supervengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "supervenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "supervengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "supervengis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "supervengan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "supervena" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "supervenas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "supervena" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "supervenamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "supervenais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "supervenan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"superviniera" ; "superviniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"supervinieras" ; "supervinieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"superviniera" ; "superviniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"superviniramos" ; "supervinisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"supervinierais" ; "supervinieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"supervinieran" ; "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) => -} "supervendrs" ;--# 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) => -} "supervendris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "supervendrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "superviniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "supervinieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "superviniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "superviniremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "superviniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "supervinieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "supervendra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "supervendras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "supervendra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "supervendramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "supervendrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "supervendran" ;--# 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 (BeschSpa.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) => -} "vens" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "vienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "venga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "vengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "venga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "vengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "vengis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "vengan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "vena" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "venas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "vena" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "venamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "venais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "venan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"viniera" ; "viniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"vinieras" ; "vinieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"viniera" ; "viniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"viniramos" ; "vinisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"vinierais" ; "vinieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"vinieran" ; "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) => -} "vendrs" ;--# 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) => -} "vendris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "vendrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "viniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "vinieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "viniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "viniremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "viniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "vinieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "vendra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "vendras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "vendra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "vendramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "vendrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "vendran" ;--# 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 (BeschSpa.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) => -} "rompis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "rompen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "rompa" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "rompas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "rompa" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "rompamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "rompis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "rompan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "rompa" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "rompas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "rompa" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "rompamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "rompais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "rompan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rompiera" ; "rompiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rompieras" ; "rompieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rompiera" ; "rompiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rompiramos" ; "rompisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rompierais" ; "rompieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rompieran" ; "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) => -} "rompers" ;--# 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) => -} "romperis" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "rompern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "rompiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "rompieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "rompiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "rompiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "rompiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "rompieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "rompera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "romperas" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "rompera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "romperamos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "romperais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "romperan" ;--# 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 (BeschSpa.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) => -} "volvis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "vuelven" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "vuelva" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "vuelvas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "vuelva" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "volvamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "volvis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "vuelvan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "volva" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "volvas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "volva" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "volvamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "volvais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "volvan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"volviera" ; "volviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"volvieras" ; "volvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"volviera" ; "volviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"volviramos" ; "volvisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"volvierais" ; "volvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"volvieran" ; "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) => -} "volvers" ;--# 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) => -} "volveris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "volvern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "volviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "volvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "volviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "volviremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "volviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "volvieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "volvera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "volveras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "volvera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "volveramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "volverais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "volveran" ;--# 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 (BeschSpa.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) => -} "pudrs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "pudren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "pudra" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "pudras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "pudra" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "pudramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "pudris" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "pudran" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "pudra" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "pudras" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "pudra" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "pudramos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "pudrais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "pudran" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"pudriera" ; "pudriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"pudrieras" ; "pudrieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"pudriera" ; "pudriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"pudriramos" ; "pudrisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"pudrierais" ; "pudrieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"pudrieran" ; "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) => -} "pudrirs" ;--# 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) => -} "pudriris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "pudrirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "pudriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "pudrieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "pudriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "pudriremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "pudriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "pudrieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "pudrira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "pudriras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "pudrira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "pudriramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "pudrirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "pudriran" ;--# 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 (BeschSpa.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 Subj C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Subj 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 Subj C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Subj 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 Subj C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Subj 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 (BeschSpa.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 Subj C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Subj 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 Subj C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Subj 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 Subj C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Subj 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 (BeschSpa.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 Subj C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Subj 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 Subj C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Subj 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 Subj C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Subj 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 (BeschSpa.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 Subj C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Subj 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 Subj C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Subj 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 Subj C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Subj 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 (BeschSpa.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 Subj C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Subj 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 Subj C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Subj 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 Subj C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Subj 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 (BeschSpa.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 Subj C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Subj 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 Subj C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Subj 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 Subj C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Subj 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 (BeschSpa.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) => -} "abrs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "abren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "abra" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "abras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "abra" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "abramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "abris" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "abran" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "abra" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "abras" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "abra" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "abramos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "abrais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "abran" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"abriera" ; "abriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"abrieras" ; "abrieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"abriera" ; "abriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"abriramos" ; "abrisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"abrierais" ; "abrieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"abrieran" ; "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) => -} "abrirs" ;--# 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) => -} "abriris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "abrirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "abriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "abrieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "abriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "abriremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "abriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "abrieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "abrira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "abriras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "abrira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "abriramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "abrirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "abriran" ;--# 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 (BeschSpa.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) => -} "adscribs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "adscriben" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "adscriba" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "adscribas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "adscriba" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "adscribamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "adscribis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "adscriban" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "adscriba" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "adscribas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "adscriba" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "adscribamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "adscribais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "adscriban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"adscribiera" ; "adscribiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"adscribieras" ; "adscribieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"adscribiera" ; "adscribiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"adscribiramos" ; "adscribisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"adscribierais" ; "adscribieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"adscribieran" ; "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) => -} "adscribirs" ;--# 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) => -} "adscribiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "adscribirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "adscribiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "adscribieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "adscribiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "adscribiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "adscribiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "adscribieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "adscribira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "adscribiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "adscribira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "adscribiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "adscribirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "adscribiran" ;--# 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 (BeschSpa.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) => -} "circunscribs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "circunscriben" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "circunscriba" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "circunscribas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "circunscriba" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "circunscribamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "circunscribis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "circunscriban" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "circunscriba" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "circunscribas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "circunscriba" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "circunscribamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "circunscribais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "circunscriban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"circunscribiera" ; "circunscribiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"circunscribieras" ; "circunscribieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"circunscribiera" ; "circunscribiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"circunscribiramos" ; "circunscribisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"circunscribierais" ; "circunscribieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"circunscribieran" ; "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) => -} "circunscribirs" ;--# 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) => -} "circunscribiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "circunscribirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "circunscribiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "circunscribieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "circunscribiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "circunscribiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "circunscribiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "circunscribieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "circunscribira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "circunscribiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "circunscribira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "circunscribiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "circunscribirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "circunscribiran" ;--# 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 (BeschSpa.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) => -} "cubrs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "cubren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "cubra" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "cubras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "cubra" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "cubramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "cubris" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "cubran" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "cubra" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "cubras" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "cubra" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "cubramos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "cubrais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "cubran" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"cubriera" ; "cubriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"cubrieras" ; "cubrieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"cubriera" ; "cubriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"cubriramos" ; "cubrisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"cubrierais" ; "cubrieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"cubrieran" ; "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) => -} "cubrirs" ;--# 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) => -} "cubriris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "cubrirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "cubriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "cubrieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "cubriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "cubriremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "cubriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "cubrieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "cubrira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "cubriras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "cubrira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "cubriramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "cubrirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "cubriran" ;--# 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 (BeschSpa.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) => -} "describs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "describen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "describa" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "describas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "describa" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "describamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "describis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "describan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "describa" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "describas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "describa" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "describamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "describais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "describan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"describiera" ; "describiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"describieras" ; "describieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"describiera" ; "describiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"describiramos" ; "describisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"describierais" ; "describieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"describieran" ; "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) => -} "describirs" ;--# 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) => -} "describiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "describirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "describiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "describieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "describiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "describiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "describiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "describieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "describira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "describiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "describira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "describiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "describirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "describiran" ;--# 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 (BeschSpa.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) => -} "descubrs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "descubren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "descubra" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "descubras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "descubra" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "descubramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "descubris" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "descubran" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "descubra" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "descubras" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "descubra" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "descubramos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "descubrais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "descubran" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descubriera" ; "descubriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descubrieras" ; "descubrieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descubriera" ; "descubriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descubriramos" ; "descubrisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descubrierais" ; "descubrieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descubrieran" ; "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) => -} "descubrirs" ;--# 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) => -} "descubriris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "descubrirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "descubriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "descubrieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "descubriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "descubriremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "descubriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "descubrieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "descubrira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "descubriras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "descubrira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "descubriramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "descubrirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "descubriran" ;--# 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 (BeschSpa.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) => -} "encubrs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "encubren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "encubra" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "encubras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "encubra" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "encubramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "encubris" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "encubran" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "encubra" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "encubras" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "encubra" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "encubramos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "encubrais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "encubran" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encubriera" ; "encubriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encubrieras" ; "encubrieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encubriera" ; "encubriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encubriramos" ; "encubrisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encubrierais" ; "encubrieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encubrieran" ; "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) => -} "encubrirs" ;--# 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) => -} "encubriris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "encubrirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "encubriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "encubrieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "encubriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "encubriremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "encubriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "encubrieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "encubrira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "encubriras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "encubrira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "encubriramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "encubrirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "encubriran" ;--# 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 (BeschSpa.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) => -} "entreabrs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "entreabren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "entreabra" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "entreabras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "entreabra" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "entreabramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "entreabris" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "entreabran" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "entreabra" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "entreabras" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "entreabra" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "entreabramos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "entreabrais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "entreabran" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entreabriera" ; "entreabriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entreabrieras" ; "entreabrieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entreabriera" ; "entreabriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entreabriramos" ; "entreabrisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entreabrierais" ; "entreabrieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entreabrieran" ; "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) => -} "entreabrirs" ;--# 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) => -} "entreabriris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "entreabrirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "entreabriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "entreabrieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "entreabriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "entreabriremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "entreabriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "entreabrieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "entreabrira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "entreabriras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "entreabrira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "entreabriramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "entreabrirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "entreabriran" ;--# 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 (BeschSpa.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) => -} "escribs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "escriben" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "escriba" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "escribas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "escriba" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "escribamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "escribis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "escriban" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "escriba" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "escribas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "escriba" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "escribamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "escribais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "escriban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"escribiera" ; "escribiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"escribieras" ; "escribieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"escribiera" ; "escribiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"escribiramos" ; "escribisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"escribierais" ; "escribieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"escribieran" ; "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) => -} "escribirs" ;--# 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) => -} "escribiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "escribirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "escribiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "escribieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "escribiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "escribiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "escribiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "escribieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "escribira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "escribiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "escribira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "escribiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "escribirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "escribiran" ;--# 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 (BeschSpa.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) => -} "inscribs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "inscriben" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "inscriba" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "inscribas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "inscriba" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "inscribamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "inscribis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "inscriban" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "inscriba" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "inscribas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "inscriba" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "inscribamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "inscribais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "inscriban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"inscribiera" ; "inscribiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"inscribieras" ; "inscribieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"inscribiera" ; "inscribiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"inscribiramos" ; "inscribisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"inscribierais" ; "inscribieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"inscribieran" ; "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) => -} "inscribirs" ;--# 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) => -} "inscribiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "inscribirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "inscribiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "inscribieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "inscribiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "inscribiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "inscribiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "inscribieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "inscribira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "inscribiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "inscribira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "inscribiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "inscribirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "inscribiran" ;--# 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 (BeschSpa.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) => -} "manuscribs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "manuscriben" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "manuscriba" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "manuscribas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "manuscriba" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "manuscribamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "manuscribis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "manuscriban" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "manuscriba" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "manuscribas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "manuscriba" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "manuscribamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "manuscribais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "manuscriban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"manuscribiera" ; "manuscribiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"manuscribieras" ; "manuscribieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"manuscribiera" ; "manuscribiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"manuscribiramos" ; "manuscribisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"manuscribierais" ; "manuscribieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"manuscribieran" ; "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) => -} "manuscribirs" ;--# 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) => -} "manuscribiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "manuscribirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "manuscribiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "manuscribieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "manuscribiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "manuscribiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "manuscribiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "manuscribieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "manuscribira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "manuscribiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "manuscribira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "manuscribiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "manuscribirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "manuscribiran" ;--# 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 (BeschSpa.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) => -} "prescribs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "prescriben" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "prescriba" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "prescribas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "prescriba" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "prescribamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "prescribis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "prescriban" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "prescriba" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "prescribas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "prescriba" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "prescribamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "prescribais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "prescriban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"prescribiera" ; "prescribiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"prescribieras" ; "prescribieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"prescribiera" ; "prescribiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"prescribiramos" ; "prescribisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"prescribierais" ; "prescribieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"prescribieran" ; "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) => -} "prescribirs" ;--# 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) => -} "prescribiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "prescribirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "prescribiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "prescribieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "prescribiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "prescribiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "prescribiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "prescribieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "prescribira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "prescribiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "prescribira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "prescribiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "prescribirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "prescribiran" ;--# 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 (BeschSpa.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) => -} "proscribs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "proscriben" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "proscriba" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "proscribas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "proscriba" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "proscribamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "proscribis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "proscriban" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "proscriba" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "proscribas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "proscriba" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "proscribamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "proscribais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "proscriban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"proscribiera" ; "proscribiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"proscribieras" ; "proscribieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"proscribiera" ; "proscribiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"proscribiramos" ; "proscribisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"proscribierais" ; "proscribieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"proscribieran" ; "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) => -} "proscribirs" ;--# 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) => -} "proscribiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "proscribirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "proscribiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "proscribieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "proscribiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "proscribiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "proscribiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "proscribieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "proscribira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "proscribiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "proscribira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "proscribiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "proscribirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "proscribiran" ;--# 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 (BeschSpa.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) => -} "reabrs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "reabren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reabra" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reabras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reabra" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reabramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reabris" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "reabran" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "reabra" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "reabras" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "reabra" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "reabramos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "reabrais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "reabran" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reabriera" ; "reabriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reabrieras" ; "reabrieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reabriera" ; "reabriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reabriramos" ; "reabrisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reabrierais" ; "reabrieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reabrieran" ; "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) => -} "reabrirs" ;--# 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) => -} "reabriris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "reabrirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reabriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "reabrieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reabriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reabriremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reabriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "reabrieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "reabrira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "reabriras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "reabrira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "reabriramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "reabrirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "reabriran" ;--# 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 (BeschSpa.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) => -} "reinscribs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "reinscriben" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reinscriba" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reinscribas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reinscriba" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reinscribamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reinscribis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "reinscriban" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "reinscriba" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "reinscribas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "reinscriba" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "reinscribamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "reinscribais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "reinscriban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reinscribiera" ; "reinscribiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reinscribieras" ; "reinscribieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reinscribiera" ; "reinscribiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reinscribiramos" ; "reinscribisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reinscribierais" ; "reinscribieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reinscribieran" ; "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) => -} "reinscribirs" ;--# 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) => -} "reinscribiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "reinscribirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reinscribiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "reinscribieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reinscribiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reinscribiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reinscribiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "reinscribieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "reinscribira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "reinscribiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "reinscribira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "reinscribiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "reinscribirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "reinscribiran" ;--# 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 (BeschSpa.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) => -} "rescribs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "rescriben" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "rescriba" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "rescribas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "rescriba" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "rescribamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "rescribis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "rescriban" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "rescriba" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "rescribas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "rescriba" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "rescribamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "rescribais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "rescriban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rescribiera" ; "rescribiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rescribieras" ; "rescribieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rescribiera" ; "rescribiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rescribiramos" ; "rescribisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rescribierais" ; "rescribieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rescribieran" ; "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) => -} "rescribirs" ;--# 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) => -} "rescribiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "rescribirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "rescribiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "rescribieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "rescribiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "rescribiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "rescribiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "rescribieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "rescribira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "rescribiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "rescribira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "rescribiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "rescribirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "rescribiran" ;--# 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 (BeschSpa.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) => -} "sobrescribs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "sobrescriben" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sobrescriba" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sobrescribas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sobrescriba" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sobrescribamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sobrescribis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sobrescriban" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "sobrescriba" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "sobrescribas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "sobrescriba" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "sobrescribamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "sobrescribais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "sobrescriban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobrescribiera" ; "sobrescribiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobrescribieras" ; "sobrescribieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobrescribiera" ; "sobrescribiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobrescribiramos" ; "sobrescribisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobrescribierais" ; "sobrescribieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobrescribieran" ; "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) => -} "sobrescribirs" ;--# 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) => -} "sobrescribiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "sobrescribirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sobrescribiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sobrescribieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sobrescribiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sobrescribiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sobrescribiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sobrescribieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "sobrescribira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "sobrescribiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "sobrescribira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "sobrescribiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "sobrescribirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "sobrescribiran" ;--# 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 (BeschSpa.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) => -} "subscribs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "subscriben" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "subscriba" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "subscribas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "subscriba" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "subscribamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "subscribis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "subscriban" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "subscriba" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "subscribas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "subscriba" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "subscribamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "subscribais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "subscriban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"subscribiera" ; "subscribiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"subscribieras" ; "subscribieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"subscribiera" ; "subscribiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"subscribiramos" ; "subscribisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"subscribierais" ; "subscribieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"subscribieran" ; "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) => -} "subscribirs" ;--# 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) => -} "subscribiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "subscribirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "subscribiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "subscribieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "subscribiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "subscribiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "subscribiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "subscribieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "subscribira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "subscribiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "subscribira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "subscribiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "subscribirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "subscribiran" ;--# 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 (BeschSpa.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) => -} "suscribs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "suscriben" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "suscriba" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "suscribas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "suscriba" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "suscribamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "suscribis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "suscriban" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "suscriba" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "suscribas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "suscriba" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "suscribamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "suscribais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "suscriban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"suscribiera" ; "suscribiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"suscribieras" ; "suscribieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"suscribiera" ; "suscribiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"suscribiramos" ; "suscribisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"suscribierais" ; "suscribieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"suscribieran" ; "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) => -} "suscribirs" ;--# 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) => -} "suscribiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "suscribirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "suscribiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "suscribieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "suscribiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "suscribiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "suscribiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "suscribieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "suscribira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "suscribiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "suscribira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "suscribiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "suscribirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "suscribiran" ;--# 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 (BeschSpa.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) => -} "transcribs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "transcriben" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "transcriba" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "transcribas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "transcriba" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "transcribamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "transcribis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "transcriban" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "transcriba" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "transcribas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "transcriba" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "transcribamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "transcribais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "transcriban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"transcribiera" ; "transcribiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"transcribieras" ; "transcribieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"transcribiera" ; "transcribiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"transcribiramos" ; "transcribisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"transcribierais" ; "transcribieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"transcribieran" ; "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) => -} "transcribirs" ;--# 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) => -} "transcribiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "transcribirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "transcribiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "transcribieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "transcribiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "transcribiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "transcribiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "transcribieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "transcribira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "transcribiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "transcribira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "transcribiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "transcribirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "transcribiran" ;--# 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 (BeschSpa.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) => -} "trascribs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "trascriben" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "trascriba" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "trascribas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "trascriba" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "trascribamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "trascribis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "trascriban" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "trascriba" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "trascribas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "trascriba" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "trascribamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "trascribais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "trascriban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trascribiera" ; "trascribiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trascribieras" ; "trascribieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trascribiera" ; "trascribiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trascribiramos" ; "trascribisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trascribierais" ; "trascribieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trascribieran" ; "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) => -} "trascribirs" ;--# 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) => -} "trascribiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "trascribirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "trascribiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "trascribieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "trascribiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "trascribiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "trascribiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "trascribieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "trascribira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "trascribiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "trascribira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "trascribiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "trascribirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "trascribiran" ;--# 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 (BeschSpa.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) => -} "abols" ; - {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; - {- VPB (Impf Ind C.Sg C.P1) => -} "abola" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "abolas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "abola" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "abolamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "abolais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "abolan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aboliera" ; "aboliese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"abolieras" ; "abolieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aboliera" ; "aboliese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aboliramos" ; "abolisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"abolierais" ; "abolieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"abolieran" ; "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) => -} "abolirs" ;--# 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) => -} "aboliris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "abolirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "aboliere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "abolieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "aboliere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "aboliremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "aboliereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "abolieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "abolira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "aboliras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "abolira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "aboliramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "abolirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "aboliran" ;--# 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 (BeschSpa.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) => -} "agreds" ; - {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; - {- VPB (Impf Ind C.Sg C.P1) => -} "agreda" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "agredas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "agreda" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "agredamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "agredais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "agredan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"agrediera" ; "agrediese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"agredieras" ; "agredieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"agrediera" ; "agrediese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"agrediramos" ; "agredisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"agredierais" ; "agredieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"agredieran" ; "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) => -} "agredirs" ;--# 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) => -} "agrediris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "agredirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "agrediere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "agredieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "agrediere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "agrediremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "agrediereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "agredieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "agredira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "agrediras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "agredira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "agrediramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "agredirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "agrediran" ;--# 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 (BeschSpa.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) => -} "aguerrs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; - {- VPB (Impf Ind C.Sg C.P1) => -} "aguerra" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "aguerras" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "aguerra" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "aguerramos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "aguerrais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "aguerran" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aguerriera" ; "aguerriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aguerrieras" ; "aguerrieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aguerriera" ; "aguerriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aguerriramos" ; "aguerrisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aguerrierais" ; "aguerrieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aguerrieran" ; "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) => -} "aguerrirs" ;--# 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) => -} "aguerriris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "aguerrirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "aguerriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "aguerrieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "aguerriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "aguerriremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "aguerriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "aguerrieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "aguerrira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "aguerriras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "aguerrira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "aguerriramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "aguerrirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "aguerriran" ;--# 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 (BeschSpa.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) => -} "arrecs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; - {- VPB (Impf Ind C.Sg C.P1) => -} "arreca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "arrecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "arreca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "arrecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "arrecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "arrecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"arreciera" ; "arreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"arrecieras" ; "arrecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"arreciera" ; "arreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"arreciramos" ; "arrecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"arrecierais" ; "arrecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"arrecieran" ; "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) => -} "arrecirs" ;--# 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) => -} "arreciris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "arrecirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "arreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "arrecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "arreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "arreciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "arreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "arrecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "arrecira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "arreciras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "arrecira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "arreciramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "arrecirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "arreciran" ;--# 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 (BeschSpa.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) => -} "aters" ; - {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; - {- VPB (Impf Ind C.Sg C.P1) => -} "atera" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "ateras" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "atera" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "ateramos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "aterais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "ateran" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ateriera" ; "ateriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aterieras" ; "aterieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ateriera" ; "ateriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ateriramos" ; "aterisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aterierais" ; "aterieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aterieran" ; "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) => -} "aterirs" ;--# 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) => -} "ateriris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "aterirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "ateriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "aterieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "ateriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "ateriremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "ateriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "aterieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "aterira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "ateriras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "aterira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "ateriramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "aterirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "ateriran" ;--# 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 (BeschSpa.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) => -} "blands" ; - {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; - {- VPB (Impf Ind C.Sg C.P1) => -} "blanda" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "blandas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "blanda" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "blandamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "blandais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "blandan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"blandiera" ; "blandiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"blandieras" ; "blandieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"blandiera" ; "blandiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"blandiramos" ; "blandisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"blandierais" ; "blandieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"blandieran" ; "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) => -} "blandirs" ;--# 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) => -} "blandiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "blandirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "blandiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "blandieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "blandiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "blandiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "blandiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "blandieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "blandira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "blandiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "blandira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "blandiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "blandirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "blandiran" ;--# 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 (BeschSpa.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) => -} "colors" ; - {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; - {- VPB (Impf Ind C.Sg C.P1) => -} "colora" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "coloras" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "colora" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "coloramos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "colorais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "coloran" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"coloriera" ; "coloriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"colorieras" ; "colorieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"coloriera" ; "coloriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"coloriramos" ; "colorisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"colorierais" ; "colorieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"colorieran" ; "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) => -} "colorirs" ;--# 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) => -} "coloriris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "colorirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "coloriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "colorieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "coloriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "coloriremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "coloriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "colorieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "colorira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "coloriras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "colorira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "coloriramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "colorirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "coloriran" ;--# 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 (BeschSpa.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) => -} "concerns" ; - {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; - {- VPB (Impf Ind C.Sg C.P1) => -} "concerna" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "concernas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "concerna" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "concernamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "concernais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "concernan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"concerniera" ; "concerniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"concernieras" ; "concernieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"concerniera" ; "concerniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"concerniramos" ; "concernisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"concernierais" ; "concernieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"concernieran" ; "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) => -} "concernirs" ;--# 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) => -} "concerniris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "concernirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "concerniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "concernieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "concerniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "concerniremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "concerniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "concernieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "concernira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "concerniras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "concernira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "concerniramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "concernirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "concerniran" ;--# 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 (BeschSpa.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) => -} "empederns" ; - {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; - {- VPB (Impf Ind C.Sg C.P1) => -} "empederna" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "empedernas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "empederna" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "empedernamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "empedernais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "empedernan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empederniera" ; "empederniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empedernieras" ; "empedernieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empederniera" ; "empederniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empederniramos" ; "empedernisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empedernierais" ; "empedernieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empedernieran" ; "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) => -} "empedernirs" ;--# 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) => -} "empederniris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "empedernirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "empederniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "empedernieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "empederniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "empederniremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "empederniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "empedernieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "empedernira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "empederniras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "empedernira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "empederniramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "empedernirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "empederniran" ;--# 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 (BeschSpa.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) => -} "garants" ; - {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; - {- VPB (Impf Ind C.Sg C.P1) => -} "garanta" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "garantas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "garanta" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "garantamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "garantais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "garantan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"garantiera" ; "garantiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"garantieras" ; "garantieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"garantiera" ; "garantiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"garantiramos" ; "garantisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"garantierais" ; "garantieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"garantieran" ; "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) => -} "garantirs" ;--# 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) => -} "garantiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "garantirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "garantiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "garantieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "garantiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "garantiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "garantiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "garantieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "garantira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "garantiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "garantira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "garantiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "garantirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "garantiran" ;--# 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 (BeschSpa.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) => -} "mans" ; - {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; - {- VPB (Impf Ind C.Sg C.P1) => -} "mana" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "manas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "mana" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "manamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "manais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "manan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"maniera" ; "maniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"manieras" ; "manieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"maniera" ; "maniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"maniramos" ; "manisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"manierais" ; "manieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"manieran" ; "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) => -} "manirs" ;--# 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) => -} "maniris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "manirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "maniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "manieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "maniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "maniremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "maniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "manieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "manira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "maniras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "manira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "maniramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "manirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "maniran" ;--# 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 (BeschSpa.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) => -} "transgreds" ; - {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; - {- VPB (Impf Ind C.Sg C.P1) => -} "transgreda" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "transgredas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "transgreda" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "transgredamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "transgredais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "transgredan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"transgrediera" ; "transgrediese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"transgredieras" ; "transgredieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"transgrediera" ; "transgrediese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"transgrediramos" ; "transgredisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"transgredierais" ; "transgredieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"transgredieran" ; "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) => -} "transgredirs" ;--# 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) => -} "transgrediris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "transgredirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "transgrediere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "transgredieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "transgrediere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "transgrediremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "transgrediereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "transgredieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "transgredira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "transgrediras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "transgredira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "transgrediramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "transgredirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "transgrediran" ;--# 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 (BeschSpa.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) => -} "trasgreds" ; - {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; - {- VPB (Impf Ind C.Sg C.P1) => -} "trasgreda" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "trasgredas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "trasgreda" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "trasgredamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "trasgredais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "trasgredan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trasgrediera" ; "trasgrediese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trasgredieras" ; "trasgredieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trasgrediera" ; "trasgrediese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trasgrediramos" ; "trasgredisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trasgredierais" ; "trasgredieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trasgredieran" ; "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) => -} "trasgredirs" ;--# 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) => -} "trasgrediris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "trasgredirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "trasgrediere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "trasgredieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "trasgrediere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "trasgrediremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "trasgrediereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "trasgredieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "trasgredira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "trasgrediras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "trasgredira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "trasgrediramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "trasgredirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "trasgrediran" ;--# 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 (BeschSpa.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) => -} "adquirs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "adquieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "adquiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "adquieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "adquiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "adquiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "adquiris" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "adquieran" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "adquira" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "adquiras" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "adquira" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "adquiramos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "adquirais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "adquiran" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"adquiriera" ; "adquiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"adquirieras" ; "adquirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"adquiriera" ; "adquiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"adquiriramos" ; "adquirisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"adquirierais" ; "adquirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"adquirieran" ; "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) => -} "adquirirs" ;--# 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) => -} "adquiriris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "adquirirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "adquiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "adquirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "adquiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "adquiriremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "adquiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "adquirieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "adquirira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "adquiriras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "adquirira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "adquiriramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "adquirirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "adquiriran" ;--# 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 (BeschSpa.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) => -} "coadquirs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "coadquieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "coadquiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "coadquieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "coadquiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "coadquiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "coadquiris" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "coadquieran" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "coadquira" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "coadquiras" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "coadquira" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "coadquiramos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "coadquirais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "coadquiran" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"coadquiriera" ; "coadquiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"coadquirieras" ; "coadquirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"coadquiriera" ; "coadquiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"coadquiriramos" ; "coadquirisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"coadquirierais" ; "coadquirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"coadquirieran" ; "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) => -} "coadquirirs" ;--# 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) => -} "coadquiriris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "coadquirirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "coadquiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "coadquirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "coadquiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "coadquiriremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "coadquiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "coadquirieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "coadquirira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "coadquiriras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "coadquirira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "coadquiriramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "coadquirirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "coadquiriran" ;--# 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 (BeschSpa.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) => -} "inquirs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "inquieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "inquiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "inquieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "inquiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "inquiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "inquiris" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "inquieran" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "inquira" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "inquiras" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "inquira" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "inquiramos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "inquirais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "inquiran" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"inquiriera" ; "inquiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"inquirieras" ; "inquirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"inquiriera" ; "inquiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"inquiriramos" ; "inquirisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"inquirierais" ; "inquirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"inquirieran" ; "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) => -} "inquirirs" ;--# 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) => -} "inquiriris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "inquirirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "inquiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "inquirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "inquiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "inquiriremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "inquiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "inquirieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "inquirira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "inquiriras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "inquirira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "inquiriramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "inquirirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "inquiriran" ;--# 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 (BeschSpa.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) => -} "perquirs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "perquieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "perquiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "perquieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "perquiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "perquiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "perquiris" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "perquieran" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "perquira" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "perquiras" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "perquira" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "perquiramos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "perquirais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "perquiran" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"perquiriera" ; "perquiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"perquirieras" ; "perquirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"perquiriera" ; "perquiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"perquiriramos" ; "perquirisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"perquirierais" ; "perquirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"perquirieran" ; "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) => -} "perquirirs" ;--# 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) => -} "perquiriris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "perquirirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "perquiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "perquirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "perquiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "perquiriremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "perquiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "perquirieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "perquirira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "perquiriras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "perquirira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "perquiriramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "perquirirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "perquiriran" ;--# 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 (BeschSpa.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) => -} "ascendis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "ascienden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ascienda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "asciendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ascienda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "ascendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "ascendis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "asciendan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "ascenda" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "ascendas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "ascenda" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "ascendamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "ascendais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "ascendan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ascendiera" ; "ascendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ascendieras" ; "ascendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ascendiera" ; "ascendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ascendiramos" ; "ascendisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ascendierais" ; "ascendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ascendieran" ; "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) => -} "ascenders" ;--# 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) => -} "ascenderis" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "ascendern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "ascendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "ascendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "ascendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "ascendiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "ascendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "ascendieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "ascendera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "ascenderas" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "ascendera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "ascenderamos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "ascenderais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "ascenderan" ;--# 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 (BeschSpa.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) => -} "atendis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "atienden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "atienda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "atiendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "atienda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "atendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "atendis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "atiendan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "atenda" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "atendas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "atenda" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "atendamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "atendais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "atendan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"atendiera" ; "atendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"atendieras" ; "atendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"atendiera" ; "atendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"atendiramos" ; "atendisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"atendierais" ; "atendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"atendieran" ; "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) => -} "atenders" ;--# 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) => -} "atenderis" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "atendern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "atendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "atendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "atendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "atendiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "atendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "atendieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "atendera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "atenderas" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "atendera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "atenderamos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "atenderais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "atenderan" ;--# 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 (BeschSpa.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) => -} "cernis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "ciernen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "cierna" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "ciernas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "cierna" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "cernamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "cernis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "ciernan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "cerna" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "cernas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "cerna" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "cernamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "cernais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "cernan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"cerniera" ; "cerniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"cernieras" ; "cernieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"cerniera" ; "cerniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"cerniramos" ; "cernisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"cernierais" ; "cernieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"cernieran" ; "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) => -} "cerners" ;--# 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) => -} "cerneris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "cernern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "cerniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "cernieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "cerniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "cerniremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "cerniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "cernieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "cernera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "cerneras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "cernera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "cerneramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "cernerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "cerneran" ;--# 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 (BeschSpa.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) => -} "condecendis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "condecienden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "condecienda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "condeciendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "condecienda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "condecendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "condecendis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "condeciendan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "condecenda" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "condecendas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "condecenda" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "condecendamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "condecendais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "condecendan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"condecendiera" ; "condecendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"condecendieras" ; "condecendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"condecendiera" ; "condecendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"condecendiramos" ; "condecendisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"condecendierais" ; "condecendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"condecendieran" ; "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) => -} "condecenders" ;--# 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) => -} "condecenderis" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "condecendern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "condecendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "condecendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "condecendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "condecendiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "condecendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "condecendieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "condecendera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "condecenderas" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "condecendera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "condecenderamos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "condecenderais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "condecenderan" ;--# 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 (BeschSpa.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) => -} "condescendis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "condescienden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "condescienda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "condesciendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "condescienda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "condescendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "condescendis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "condesciendan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "condescenda" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "condescendas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "condescenda" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "condescendamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "condescendais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "condescendan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"condescendiera" ; "condescendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"condescendieras" ; "condescendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"condescendiera" ; "condescendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"condescendiramos" ; "condescendisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"condescendierais" ; "condescendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"condescendieran" ; "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) => -} "condescenders" ;--# 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) => -} "condescenderis" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "condescendern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "condescendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "condescendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "condescendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "condescendiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "condescendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "condescendieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "condescendera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "condescenderas" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "condescendera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "condescenderamos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "condescenderais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "condescenderan" ;--# 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 (BeschSpa.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) => -} "contendis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "contienden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "contienda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "contiendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "contienda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "contendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "contendis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "contiendan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "contenda" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "contendas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "contenda" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "contendamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "contendais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "contendan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"contendiera" ; "contendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"contendieras" ; "contendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"contendiera" ; "contendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"contendiramos" ; "contendisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"contendierais" ; "contendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"contendieran" ; "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) => -} "contenders" ;--# 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) => -} "contenderis" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "contendern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "contendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "contendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "contendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "contendiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "contendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "contendieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "contendera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "contenderas" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "contendera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "contenderamos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "contenderais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "contenderan" ;--# 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 (BeschSpa.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) => -} "defendis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "defienden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "defienda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "defiendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "defienda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "defendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "defendis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "defiendan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "defenda" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "defendas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "defenda" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "defendamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "defendais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "defendan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"defendiera" ; "defendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"defendieras" ; "defendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"defendiera" ; "defendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"defendiramos" ; "defendisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"defendierais" ; "defendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"defendieran" ; "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) => -} "defenders" ;--# 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) => -} "defenderis" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "defendern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "defendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "defendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "defendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "defendiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "defendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "defendieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "defendera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "defenderas" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "defendera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "defenderamos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "defenderais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "defenderan" ;--# 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 (BeschSpa.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) => -} "desatendis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desatienden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desatienda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desatiendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desatienda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desatendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desatendis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desatiendan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "desatenda" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desatendas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "desatenda" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desatendamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desatendais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desatendan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desatendiera" ; "desatendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desatendieras" ; "desatendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desatendiera" ; "desatendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desatendiramos" ; "desatendisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desatendierais" ; "desatendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desatendieran" ; "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) => -} "desatenders" ;--# 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) => -} "desatenderis" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desatendern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desatendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desatendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desatendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desatendiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desatendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desatendieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desatendera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desatenderas" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desatendera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desatenderamos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desatenderais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desatenderan" ;--# 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 (BeschSpa.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) => -} "descendis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "descienden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "descienda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desciendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "descienda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "descendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "descendis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desciendan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "descenda" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "descendas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "descenda" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "descendamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "descendais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "descendan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descendiera" ; "descendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descendieras" ; "descendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descendiera" ; "descendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descendiramos" ; "descendisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descendierais" ; "descendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descendieran" ; "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) => -} "descenders" ;--# 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) => -} "descenderis" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "descendern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "descendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "descendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "descendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "descendiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "descendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "descendieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "descendera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "descenderas" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "descendera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "descenderamos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "descenderais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "descenderan" ;--# 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 (BeschSpa.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) => -} "distendis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "distienden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "distienda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "distiendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "distienda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "distendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "distendis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "distiendan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "distenda" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "distendas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "distenda" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "distendamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "distendais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "distendan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"distendiera" ; "distendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"distendieras" ; "distendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"distendiera" ; "distendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"distendiramos" ; "distendisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"distendierais" ; "distendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"distendieran" ; "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) => -} "distenders" ;--# 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) => -} "distenderis" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "distendern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "distendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "distendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "distendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "distendiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "distendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "distendieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "distendera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "distenderas" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "distendera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "distenderamos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "distenderais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "distenderan" ;--# 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 (BeschSpa.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) => -} "encendis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "encienden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "encienda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enciendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "encienda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "encendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "encendis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enciendan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "encenda" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "encendas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "encenda" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "encendamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "encendais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "encendan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encendiera" ; "encendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encendieras" ; "encendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encendiera" ; "encendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encendiramos" ; "encendisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encendierais" ; "encendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encendieran" ; "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) => -} "encenders" ;--# 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) => -} "encenderis" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "encendern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "encendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "encendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "encendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "encendiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "encendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "encendieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "encendera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "encenderas" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "encendera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "encenderamos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "encenderais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "encenderan" ;--# 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 (BeschSpa.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) => -} "entendis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "entienden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "entienda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "entiendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "entienda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "entendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "entendis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "entiendan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "entenda" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "entendas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "entenda" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "entendamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "entendais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "entendan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entendiera" ; "entendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entendieras" ; "entendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entendiera" ; "entendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entendiramos" ; "entendisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entendierais" ; "entendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entendieran" ; "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) => -} "entenders" ;--# 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) => -} "entenderis" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "entendern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "entendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "entendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "entendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "entendiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "entendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "entendieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "entendera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "entenderas" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "entendera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "entenderamos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "entenderais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "entenderan" ;--# 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 (BeschSpa.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) => -} "extendis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "extienden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "extienda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "extiendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "extienda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "extendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "extendis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "extiendan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "extenda" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "extendas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "extenda" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "extendamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "extendais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "extendan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"extendiera" ; "extendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"extendieras" ; "extendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"extendiera" ; "extendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"extendiramos" ; "extendisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"extendierais" ; "extendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"extendieran" ; "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) => -} "extenders" ;--# 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) => -} "extenderis" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "extendern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "extendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "extendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "extendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "extendiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "extendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "extendieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "extendera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "extenderas" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "extendera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "extenderamos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "extenderais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "extenderan" ;--# 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 (BeschSpa.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) => -} "hedis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "hieden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "hieda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "hiedas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "hieda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "hedamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "hedis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "hiedan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "heda" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "hedas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "heda" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "hedamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "hedais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "hedan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"hediera" ; "hediese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"hedieras" ; "hedieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"hediera" ; "hediese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"hediramos" ; "hedisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"hedierais" ; "hedieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"hedieran" ; "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) => -} "heders" ;--# 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) => -} "hederis" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "hedern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "hediere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "hedieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "hediere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "hediremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "hediereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "hedieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "hedera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "hederas" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "hedera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "hederamos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "hederais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "hederan" ;--# 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 (BeschSpa.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) => -} "hendis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "hienden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "hienda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "hiendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "hienda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "hendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "hendis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "hiendan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "henda" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "hendas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "henda" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "hendamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "hendais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "hendan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"hendiera" ; "hendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"hendieras" ; "hendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"hendiera" ; "hendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"hendiramos" ; "hendisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"hendierais" ; "hendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"hendieran" ; "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) => -} "henders" ;--# 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) => -} "henderis" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "hendern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "hendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "hendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "hendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "hendiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "hendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "hendieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "hendera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "henderas" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "hendera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "henderamos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "henderais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "henderan" ;--# 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 (BeschSpa.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) => -} "malentendis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "malentienden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "malentienda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "malentiendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "malentienda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "malentendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "malentendis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "malentiendan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "malentenda" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "malentendas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "malentenda" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "malentendamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "malentendais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "malentendan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"malentendiera" ; "malentendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"malentendieras" ; "malentendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"malentendiera" ; "malentendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"malentendiramos" ; "malentendisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"malentendierais" ; "malentendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"malentendieran" ; "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) => -} "malentenders" ;--# 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) => -} "malentenderis" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "malentendern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "malentendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "malentendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "malentendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "malentendiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "malentendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "malentendieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "malentendera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "malentenderas" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "malentendera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "malentenderamos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "malentenderais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "malentenderan" ;--# 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 (BeschSpa.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) => -} "perdis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "pierden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "pierda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "pierdas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "pierda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "perdamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "perdis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "pierdan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "perda" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "perdas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "perda" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "perdamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "perdais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "perdan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"perdiera" ; "perdiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"perdieras" ; "perdieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"perdiera" ; "perdiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"perdiramos" ; "perdisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"perdierais" ; "perdieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"perdieran" ; "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) => -} "perders" ;--# 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) => -} "perderis" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "perdern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "perdiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "perdieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "perdiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "perdiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "perdiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "perdieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "perdera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "perderas" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "perdera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "perderamos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "perderais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "perderan" ;--# 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 (BeschSpa.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) => -} "revertis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "revierten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "revierta" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reviertas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "revierta" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "revertamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "revertis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "reviertan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "reverta" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "revertas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "reverta" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "revertamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "revertais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "revertan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"revertiera" ; "revertiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"revertieras" ; "revertieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"revertiera" ; "revertiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"revertiramos" ; "revertisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"revertierais" ; "revertieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"revertieran" ; "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) => -} "reverters" ;--# 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) => -} "reverteris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "revertern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "revertiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "revertieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "revertiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "revertiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "revertiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "revertieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "revertera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "reverteras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "revertera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "reverteramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "reverterais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "reverteran" ;--# 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 (BeschSpa.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) => -} "sobreentendis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "sobreentienden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sobreentienda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sobreentiendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sobreentienda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sobreentendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sobreentendis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sobreentiendan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "sobreentenda" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "sobreentendas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "sobreentenda" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "sobreentendamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "sobreentendais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "sobreentendan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobreentendiera" ; "sobreentendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobreentendieras" ; "sobreentendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobreentendiera" ; "sobreentendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobreentendiramos" ; "sobreentendisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobreentendierais" ; "sobreentendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobreentendieran" ; "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) => -} "sobreentenders" ;--# 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) => -} "sobreentenderis" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "sobreentendern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sobreentendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sobreentendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sobreentendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sobreentendiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sobreentendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sobreentendieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "sobreentendera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "sobreentenderas" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "sobreentendera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "sobreentenderamos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "sobreentenderais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "sobreentenderan" ;--# 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 (BeschSpa.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) => -} "sobrentendis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "sobrentienden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sobrentienda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sobrentiendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sobrentienda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sobrentendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sobrentendis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sobrentiendan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "sobrentenda" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "sobrentendas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "sobrentenda" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "sobrentendamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "sobrentendais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "sobrentendan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobrentendiera" ; "sobrentendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobrentendieras" ; "sobrentendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobrentendiera" ; "sobrentendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobrentendiramos" ; "sobrentendisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobrentendierais" ; "sobrentendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobrentendieran" ; "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) => -} "sobrentenders" ;--# 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) => -} "sobrentenderis" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "sobrentendern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sobrentendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sobrentendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sobrentendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sobrentendiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sobrentendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sobrentendieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "sobrentendera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "sobrentenderas" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "sobrentendera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "sobrentenderamos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "sobrentenderais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "sobrentenderan" ;--# 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 (BeschSpa.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) => -} "subentendis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "subentienden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "subentienda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "subentiendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "subentienda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "subentendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "subentendis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "subentiendan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "subentenda" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "subentendas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "subentenda" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "subentendamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "subentendais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "subentendan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"subentendiera" ; "subentendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"subentendieras" ; "subentendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"subentendiera" ; "subentendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"subentendiramos" ; "subentendisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"subentendierais" ; "subentendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"subentendieran" ; "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) => -} "subentenders" ;--# 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) => -} "subentenderis" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "subentendern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "subentendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "subentendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "subentendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "subentendiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "subentendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "subentendieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "subentendera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "subentenderas" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "subentendera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "subentenderamos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "subentenderais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "subentenderan" ;--# 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 (BeschSpa.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) => -} "subtendis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "subtienden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "subtienda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "subtiendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "subtienda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "subtendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "subtendis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "subtiendan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "subtenda" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "subtendas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "subtenda" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "subtendamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "subtendais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "subtendan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"subtendiera" ; "subtendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"subtendieras" ; "subtendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"subtendiera" ; "subtendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"subtendiramos" ; "subtendisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"subtendierais" ; "subtendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"subtendieran" ; "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) => -} "subtenders" ;--# 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) => -} "subtenderis" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "subtendern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "subtendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "subtendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "subtendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "subtendiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "subtendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "subtendieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "subtendera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "subtenderas" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "subtendera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "subtenderamos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "subtenderais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "subtenderan" ;--# 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 (BeschSpa.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) => -} "superentendis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "superentienden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "superentienda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "superentiendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "superentienda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "superentendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "superentendis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "superentiendan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "superentenda" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "superentendas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "superentenda" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "superentendamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "superentendais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "superentendan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"superentendiera" ; "superentendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"superentendieras" ; "superentendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"superentendiera" ; "superentendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"superentendiramos" ; "superentendisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"superentendierais" ; "superentendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"superentendieran" ; "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) => -} "superentenders" ;--# 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) => -} "superentenderis" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "superentendern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "superentendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "superentendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "superentendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "superentendiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "superentendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "superentendieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "superentendera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "superentenderas" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "superentendera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "superentenderamos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "superentenderais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "superentenderan" ;--# 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 (BeschSpa.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) => -} "tendis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "tienden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "tienda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "tiendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "tienda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "tendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "tendis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "tiendan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "tenda" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "tendas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "tenda" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "tendamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "tendais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "tendan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tendiera" ; "tendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tendieras" ; "tendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tendiera" ; "tendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tendiramos" ; "tendisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tendierais" ; "tendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tendieran" ; "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) => -} "tenders" ;--# 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) => -} "tenderis" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "tendern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "tendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "tendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "tendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "tendiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "tendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "tendieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "tendera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "tenderas" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "tendera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "tenderamos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "tenderais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "tenderan" ;--# 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 (BeschSpa.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) => -} "transcendis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "transcienden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "transcienda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "transciendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "transcienda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "transcendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "transcendis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "transciendan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "transcenda" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "transcendas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "transcenda" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "transcendamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "transcendais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "transcendan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"transcendiera" ; "transcendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"transcendieras" ; "transcendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"transcendiera" ; "transcendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"transcendiramos" ; "transcendisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"transcendierais" ; "transcendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"transcendieran" ; "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) => -} "transcenders" ;--# 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) => -} "transcenderis" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "transcendern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "transcendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "transcendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "transcendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "transcendiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "transcendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "transcendieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "transcendera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "transcenderas" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "transcendera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "transcenderamos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "transcenderais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "transcenderan" ;--# 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 (BeschSpa.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) => -} "trascendis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "trascienden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "trascienda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "trasciendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "trascienda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "trascendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "trascendis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "trasciendan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "trascenda" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "trascendas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "trascenda" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "trascendamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "trascendais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "trascendan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trascendiera" ; "trascendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trascendieras" ; "trascendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trascendiera" ; "trascendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trascendiramos" ; "trascendisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trascendierais" ; "trascendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trascendieran" ; "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) => -} "trascenders" ;--# 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) => -} "trascenderis" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "trascendern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "trascendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "trascendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "trascendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "trascendiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "trascendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "trascendieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "trascendera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "trascenderas" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "trascendera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "trascenderamos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "trascenderais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "trascenderan" ;--# 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 (BeschSpa.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) => -} "trasvertis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "trasvierten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "trasvierta" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "trasviertas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "trasvierta" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "trasvertamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "trasvertis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "trasviertan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "trasverta" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "trasvertas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "trasverta" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "trasvertamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "trasvertais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "trasvertan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trasvertiera" ; "trasvertiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trasvertieras" ; "trasvertieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trasvertiera" ; "trasvertiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trasvertiramos" ; "trasvertisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trasvertierais" ; "trasvertieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trasvertieran" ; "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) => -} "trasverters" ;--# 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) => -} "trasverteris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "trasvertern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "trasvertiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "trasvertieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "trasvertiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "trasvertiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "trasvertiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "trasvertieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "trasvertera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "trasverteras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "trasvertera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "trasverteramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "trasverterais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "trasverteran" ;--# 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 (BeschSpa.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) => -} "vertis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "vierten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "vierta" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "viertas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "vierta" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "vertamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "vertis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "viertan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "verta" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "vertas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "verta" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "vertamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "vertais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "vertan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"vertiera" ; "vertiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"vertieras" ; "vertieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"vertiera" ; "vertiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"vertiramos" ; "vertisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"vertierais" ; "vertieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"vertieran" ; "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) => -} "verters" ;--# 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) => -} "verteris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "vertern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "vertiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "vertieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "vertiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "vertiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "vertiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "vertieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "vertera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "verteras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "vertera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "verteramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "verterais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "verteran" ;--# 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 (BeschSpa.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) => -} "cerns" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "ciernen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "cierna" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "ciernas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "cierna" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "cernamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "cernis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "ciernan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "cerna" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "cernas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "cerna" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "cernamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "cernais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "cernan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"cerniera" ; "cerniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"cernieras" ; "cernieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"cerniera" ; "cerniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"cerniramos" ; "cernisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"cernierais" ; "cernieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"cernieran" ; "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) => -} "cernirs" ;--# 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) => -} "cerniris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "cernirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "cerniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "cernieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "cerniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "cerniremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "cerniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "cernieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "cernira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "cerniras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "cernira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "cerniramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "cernirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "cerniran" ;--# 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 (BeschSpa.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) => -} "concerns" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "conciernen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "concierna" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "conciernas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "concierna" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "concernamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "concernis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "conciernan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "concerna" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "concernas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "concerna" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "concernamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "concernais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "concernan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"concerniera" ; "concerniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"concernieras" ; "concernieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"concerniera" ; "concerniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"concerniramos" ; "concernisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"concernierais" ; "concernieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"concernieran" ; "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) => -} "concernirs" ;--# 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) => -} "concerniris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "concernirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "concerniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "concernieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "concerniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "concerniremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "concerniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "concernieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "concernira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "concerniras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "concernira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "concerniramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "concernirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "concerniran" ;--# 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 (BeschSpa.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) => -} "discerns" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "disciernen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "discierna" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "disciernas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "discierna" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "discernamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "discernis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "disciernan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "discerna" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "discernas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "discerna" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "discernamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "discernais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "discernan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"discerniera" ; "discerniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"discernieras" ; "discernieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"discerniera" ; "discerniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"discerniramos" ; "discernisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"discernierais" ; "discernieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"discernieran" ; "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) => -} "discernirs" ;--# 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) => -} "discerniris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "discernirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "discerniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "discernieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "discerniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "discerniremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "discerniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "discernieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "discernira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "discerniras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "discernira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "discerniramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "discernirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "discerniran" ;--# 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 (BeschSpa.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) => -} "hends" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "hienden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "hienda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "hiendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "hienda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "hendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "hendis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "hiendan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "henda" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "hendas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "henda" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "hendamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "hendais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "hendan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"hendiera" ; "hendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"hendieras" ; "hendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"hendiera" ; "hendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"hendiramos" ; "hendisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"hendierais" ; "hendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"hendieran" ; "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) => -} "hendirs" ;--# 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) => -} "hendiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "hendirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "hendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "hendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "hendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "hendiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "hendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "hendieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "hendira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "hendiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "hendira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "hendiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "hendirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "hendiran" ;--# 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 (BeschSpa.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) => -} "amovis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "amueven" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "amueva" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "amuevas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "amueva" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "amovamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "amovis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "amuevan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "amova" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "amovas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "amova" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "amovamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "amovais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "amovan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"amoviera" ; "amoviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"amovieras" ; "amovieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"amoviera" ; "amoviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"amoviramos" ; "amovisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"amovierais" ; "amovieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"amovieran" ; "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) => -} "amovers" ;--# 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) => -} "amoveris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "amovern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "amoviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "amovieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "amoviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "amoviremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "amoviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "amovieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "amovera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "amoveras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "amovera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "amoveramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "amoverais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "amoveran" ;--# 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 (BeschSpa.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) => -} "conmovis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "conmueven" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "conmueva" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "conmuevas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "conmueva" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "conmovamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "conmovis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "conmuevan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "conmova" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "conmovas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "conmova" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "conmovamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "conmovais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "conmovan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"conmoviera" ; "conmoviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"conmovieras" ; "conmovieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"conmoviera" ; "conmoviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"conmoviramos" ; "conmovisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"conmovierais" ; "conmovieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"conmovieran" ; "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) => -} "conmovers" ;--# 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) => -} "conmoveris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "conmovern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "conmoviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "conmovieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "conmoviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "conmoviremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "conmoviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "conmovieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "conmovera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "conmoveras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "conmovera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "conmoveramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "conmoverais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "conmoveran" ;--# 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 (BeschSpa.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) => -} "demolis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "demuelen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "demuela" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "demuelas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "demuela" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "demolamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "demolis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "demuelan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "demola" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "demolas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "demola" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "demolamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "demolais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "demolan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"demoliera" ; "demoliese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"demolieras" ; "demolieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"demoliera" ; "demoliese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"demoliramos" ; "demolisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"demolierais" ; "demolieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"demolieran" ; "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) => -} "demolers" ;--# 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) => -} "demoleris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "demolern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "demoliere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "demolieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "demoliere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "demoliremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "demoliereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "demolieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "demolera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "demoleras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "demolera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "demoleramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "demolerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "demoleran" ;--# 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 (BeschSpa.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) => -} "dolis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "duelen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "duela" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "duelas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "duela" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "dolamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "dolis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "duelan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "dola" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "dolas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "dola" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "dolamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "dolais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "dolan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"doliera" ; "doliese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"dolieras" ; "dolieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"doliera" ; "doliese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"doliramos" ; "dolisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"dolierais" ; "dolieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"dolieran" ; "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) => -} "dolers" ;--# 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) => -} "doleris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "dolern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "doliere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "dolieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "doliere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "doliremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "doliereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "dolieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "dolera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "doleras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "dolera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "doleramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "dolerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "doleran" ;--# 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 (BeschSpa.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) => -} "molis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "muelen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "muela" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "muelas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "muela" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "molamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "molis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "muelan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "mola" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "molas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "mola" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "molamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "molais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "molan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"moliera" ; "moliese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"molieras" ; "molieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"moliera" ; "moliese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"moliramos" ; "molisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"molierais" ; "molieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"molieran" ; "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) => -} "molers" ;--# 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) => -} "moleris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "molern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "moliere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "molieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "moliere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "moliremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "moliereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "molieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "molera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "moleras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "molera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "moleramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "molerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "moleran" ;--# 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 (BeschSpa.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) => -} "mordis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "muerden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "muerda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "muerdas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "muerda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "mordamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "mordis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "muerdan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "morda" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "mordas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "morda" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "mordamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "mordais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "mordan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"mordiera" ; "mordiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"mordieras" ; "mordieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"mordiera" ; "mordiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"mordiramos" ; "mordisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"mordierais" ; "mordieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"mordieran" ; "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) => -} "morders" ;--# 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) => -} "morderis" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "mordern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "mordiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "mordieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "mordiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "mordiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "mordiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "mordieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "mordera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "morderas" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "mordera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "morderamos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "morderais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "morderan" ;--# 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 (BeschSpa.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) => -} "movis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "mueven" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "mueva" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "muevas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "mueva" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "movamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "movis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "muevan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "mova" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "movas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "mova" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "movamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "movais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "movan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"moviera" ; "moviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"movieras" ; "movieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"moviera" ; "moviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"moviramos" ; "movisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"movierais" ; "movieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"movieran" ; "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) => -} "movers" ;--# 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) => -} "moveris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "movern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "moviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "movieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "moviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "moviremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "moviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "movieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "movera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "moveras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "movera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "moveramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "moverais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "moveran" ;--# 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 (BeschSpa.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) => -} "promovis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "promueven" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "promueva" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "promuevas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "promueva" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "promovamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "promovis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "promuevan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "promova" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "promovas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "promova" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "promovamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "promovais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "promovan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"promoviera" ; "promoviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"promovieras" ; "promovieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"promoviera" ; "promoviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"promoviramos" ; "promovisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"promovierais" ; "promovieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"promovieran" ; "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) => -} "promovers" ;--# 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) => -} "promoveris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "promovern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "promoviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "promovieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "promoviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "promoviremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "promoviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "promovieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "promovera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "promoveras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "promovera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "promoveramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "promoverais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "promoveran" ;--# 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 (BeschSpa.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) => -} "remolis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "remuelen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "remuela" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "remuelas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "remuela" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "remolamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "remolis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "remuelan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "remola" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "remolas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "remola" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "remolamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "remolais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "remolan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"remoliera" ; "remoliese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"remolieras" ; "remolieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"remoliera" ; "remoliese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"remoliramos" ; "remolisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"remolierais" ; "remolieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"remolieran" ; "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) => -} "remolers" ;--# 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) => -} "remoleris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "remolern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "remoliere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "remolieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "remoliere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "remoliremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "remoliereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "remolieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "remolera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "remoleras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "remolera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "remoleramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "remolerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "remoleran" ;--# 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 (BeschSpa.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) => -} "removis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "remueven" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "remueva" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "remuevas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "remueva" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "removamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "removis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "remuevan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "remova" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "removas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "remova" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "removamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "removais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "removan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"removiera" ; "removiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"removieras" ; "removieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"removiera" ; "removiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"removiramos" ; "removisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"removierais" ; "removieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"removieran" ; "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) => -} "removers" ;--# 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) => -} "removeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "removern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "removiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "removieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "removiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "removiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "removiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "removieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "removera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "removeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "removera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "removeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "removerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "removeran" ;--# 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 (BeschSpa.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) => -} "rernordis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "rernuerden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "rernuerda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "rernuerdas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "rernuerda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "rernordamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "rernordis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "rernuerdan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "rernorda" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "rernordas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "rernorda" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "rernordamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "rernordais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "rernordan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rernordiera" ; "rernordiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rernordieras" ; "rernordieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rernordiera" ; "rernordiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rernordiramos" ; "rernordisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rernordierais" ; "rernordieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rernordieran" ; "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) => -} "rernorders" ;--# 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) => -} "rernorderis" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "rernordern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "rernordiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "rernordieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "rernordiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "rernordiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "rernordiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "rernordieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "rernordera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "rernorderas" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "rernordera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "rernorderamos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "rernorderais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "rernorderan" ;--# 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 (BeschSpa.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) => -} "absolvis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "absuelven" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "absuelva" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "absuelvas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "absuelva" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "absolvamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "absolvis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "absuelvan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "absolva" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "absolvas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "absolva" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "absolvamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "absolvais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "absolvan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"absolviera" ; "absolviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"absolvieras" ; "absolvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"absolviera" ; "absolviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"absolviramos" ; "absolvisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"absolvierais" ; "absolvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"absolvieran" ; "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) => -} "absolvers" ;--# 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) => -} "absolveris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "absolvern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "absolviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "absolvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "absolviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "absolviremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "absolviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "absolvieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "absolvera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "absolveras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "absolvera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "absolveramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "absolverais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "absolveran" ;--# 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 (BeschSpa.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) => -} "desenvolvis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desenvuelven" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desenvuelva" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desenvuelvas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desenvuelva" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desenvolvamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desenvolvis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desenvuelvan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "desenvolva" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desenvolvas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "desenvolva" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desenvolvamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desenvolvais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desenvolvan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desenvolviera" ; "desenvolviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desenvolvieras" ; "desenvolvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desenvolviera" ; "desenvolviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desenvolviramos" ; "desenvolvisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desenvolvierais" ; "desenvolvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desenvolvieran" ; "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) => -} "desenvolvers" ;--# 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) => -} "desenvolveris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desenvolvern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desenvolviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desenvolvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desenvolviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desenvolviremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desenvolviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desenvolvieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desenvolvera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desenvolveras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desenvolvera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desenvolveramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desenvolverais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desenvolveran" ;--# 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 (BeschSpa.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) => -} "desvolvis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desvuelven" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desvuelva" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desvuelvas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desvuelva" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desvolvamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desvolvis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desvuelvan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "desvolva" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desvolvas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "desvolva" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desvolvamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desvolvais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desvolvan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desvolviera" ; "desvolviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desvolvieras" ; "desvolvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desvolviera" ; "desvolviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desvolviramos" ; "desvolvisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desvolvierais" ; "desvolvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desvolvieran" ; "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) => -} "desvolvers" ;--# 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) => -} "desvolveris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desvolvern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desvolviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desvolvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desvolviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desvolviremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desvolviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desvolvieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desvolvera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desvolveras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desvolvera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desvolveramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desvolverais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desvolveran" ;--# 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 (BeschSpa.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) => -} "devolvis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "devuelven" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "devuelva" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "devuelvas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "devuelva" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "devolvamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "devolvis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "devuelvan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "devolva" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "devolvas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "devolva" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "devolvamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "devolvais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "devolvan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"devolviera" ; "devolviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"devolvieras" ; "devolvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"devolviera" ; "devolviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"devolviramos" ; "devolvisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"devolvierais" ; "devolvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"devolvieran" ; "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) => -} "devolvers" ;--# 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) => -} "devolveris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "devolvern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "devolviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "devolvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "devolviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "devolviremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "devolviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "devolvieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "devolvera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "devolveras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "devolvera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "devolveramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "devolverais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "devolveran" ;--# 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 (BeschSpa.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) => -} "disolvis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "disuelven" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "disuelva" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "disuelvas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "disuelva" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "disolvamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "disolvis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "disuelvan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "disolva" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "disolvas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "disolva" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "disolvamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "disolvais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "disolvan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"disolviera" ; "disolviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"disolvieras" ; "disolvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"disolviera" ; "disolviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"disolviramos" ; "disolvisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"disolvierais" ; "disolvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"disolvieran" ; "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) => -} "disolvers" ;--# 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) => -} "disolveris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "disolvern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "disolviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "disolvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "disolviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "disolviremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "disolviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "disolvieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "disolvera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "disolveras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "disolvera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "disolveramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "disolverais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "disolveran" ;--# 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 (BeschSpa.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) => -} "ensolvis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "ensuelven" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ensuelva" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "ensuelvas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ensuelva" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "ensolvamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "ensolvis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "ensuelvan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "ensolva" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "ensolvas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "ensolva" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "ensolvamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "ensolvais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "ensolvan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ensolviera" ; "ensolviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ensolvieras" ; "ensolvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ensolviera" ; "ensolviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ensolviramos" ; "ensolvisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ensolvierais" ; "ensolvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ensolvieran" ; "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) => -} "ensolvers" ;--# 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) => -} "ensolveris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "ensolvern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "ensolviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "ensolvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "ensolviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "ensolviremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "ensolviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "ensolvieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "ensolvera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "ensolveras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "ensolvera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "ensolveramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "ensolverais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "ensolveran" ;--# 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 (BeschSpa.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) => -} "envolvis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "envuelven" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "envuelva" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "envuelvas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "envuelva" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "envolvamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "envolvis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "envuelvan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "envolva" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "envolvas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "envolva" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "envolvamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "envolvais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "envolvan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"envolviera" ; "envolviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"envolvieras" ; "envolvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"envolviera" ; "envolviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"envolviramos" ; "envolvisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"envolvierais" ; "envolvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"envolvieran" ; "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) => -} "envolvers" ;--# 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) => -} "envolveris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "envolvern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "envolviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "envolvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "envolviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "envolviremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "envolviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "envolvieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "envolvera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "envolveras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "envolvera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "envolveramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "envolverais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "envolveran" ;--# 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 (BeschSpa.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) => -} "resolvis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "resuelven" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "resuelva" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "resuelvas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "resuelva" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "resolvamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "resolvis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "resuelvan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "resolva" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "resolvas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "resolva" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "resolvamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "resolvais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "resolvan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"resolviera" ; "resolviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"resolvieras" ; "resolvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"resolviera" ; "resolviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"resolviramos" ; "resolvisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"resolvierais" ; "resolvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"resolvieran" ; "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) => -} "resolvers" ;--# 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) => -} "resolveris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "resolvern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "resolviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "resolvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "resolviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "resolviremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "resolviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "resolvieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "resolvera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "resolveras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "resolvera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "resolveramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "resolverais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "resolveran" ;--# 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 (BeschSpa.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) => -} "revolvis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "revuelven" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "revuelva" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "revuelvas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "revuelva" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "revolvamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "revolvis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "revuelvan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "revolva" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "revolvas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "revolva" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "revolvamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "revolvais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "revolvan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"revolviera" ; "revolviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"revolvieras" ; "revolvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"revolviera" ; "revolviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"revolviramos" ; "revolvisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"revolvierais" ; "revolvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"revolvieran" ; "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) => -} "revolvers" ;--# 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) => -} "revolveris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "revolvern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "revolviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "revolvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "revolviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "revolviremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "revolviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "revolvieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "revolvera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "revolveras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "revolvera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "revolveramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "revolverais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "revolveran" ;--# 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 (BeschSpa.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) => -} "coextendis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "coextienden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "coextienda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "coextiendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "coextienda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "coextendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "coextendis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "coextiendan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "coextenda" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "coextendas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "coextenda" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "coextendamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "coextendais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "coextendan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"coextendiera" ; "coextendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"coextendieras" ; "coextendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"coextendiera" ; "coextendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"coextendiramos" ; "coextendisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"coextendierais" ; "coextendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"coextendieran" ; "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) => -} "coextenders" ;--# 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) => -} "coextenderis" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "coextendern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "coextendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "coextendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "coextendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "coextendiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "coextendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "coextendieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "coextendera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "coextenderas" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "coextendera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "coextenderamos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "coextenderais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "coextenderan" ;--# 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 (BeschSpa.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) => -} "desentendis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desentienden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desentienda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desentiendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desentienda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desentendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desentendis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desentiendan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "desentenda" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desentendas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "desentenda" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desentendamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desentendais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desentendan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desentendiera" ; "desentendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desentendieras" ; "desentendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desentendiera" ; "desentendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desentendiramos" ; "desentendisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desentendierais" ; "desentendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desentendieran" ; "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) => -} "desentenders" ;--# 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) => -} "desentenderis" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desentendern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desentendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desentendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desentendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desentendiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desentendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desentendieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desentendera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desentenderas" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desentendera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desentenderamos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desentenderais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desentenderan" ;--# 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 (BeschSpa.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) => -} "sobrevertis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "sobrevierten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sobrevierta" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sobreviertas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sobrevierta" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sobrevertamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sobrevertis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sobreviertan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "sobreverta" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "sobrevertas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "sobreverta" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "sobrevertamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "sobrevertais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "sobrevertan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobrevertiera" ; "sobrevertiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobrevertieras" ; "sobrevertieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobrevertiera" ; "sobrevertiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobrevertiramos" ; "sobrevertisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobrevertierais" ; "sobrevertieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobrevertieran" ; "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) => -} "sobreverters" ;--# 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) => -} "sobreverteris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "sobrevertern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sobrevertiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sobrevertieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sobrevertiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sobrevertiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sobrevertiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sobrevertieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "sobrevertera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "sobreverteras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "sobrevertera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "sobreverteramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "sobreverterais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "sobreverteran" ;--# 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 (BeschSpa.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) => -} "condolis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "conduelen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "conduela" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "conduelas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "conduela" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "condolamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "condolis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "conduelan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "condola" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "condolas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "condola" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "condolamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "condolais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "condolan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"condoliera" ; "condoliese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"condolieras" ; "condolieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"condoliera" ; "condoliese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"condoliramos" ; "condolisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"condolierais" ; "condolieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"condolieran" ; "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) => -} "condolers" ;--# 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) => -} "condoleris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "condolern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "condoliere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "condolieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "condoliere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "condoliremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "condoliereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "condolieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "condolera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "condoleras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "condolera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "condoleramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "condolerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "condoleran" ;--# 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 (BeschSpa.VFB) [ - {- VI Infn => -} "ahincar" ; - {- VI Ger => -} "ahincando" ; - {- VI Part => -} "ahincado" ; - {- VPB (Pres Ind C.Sg C.P1) => -} "ahnco" ; - {- VPB (Pres Ind C.Sg C.P2) => -} "ahncas" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "ahnca" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "ahincamos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "ahincis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "ahncan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ahnque" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "ahnques" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ahnque" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "ahinquemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "ahinquis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "ahnquen" ; - {- 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) => -} "ahincbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "ahincabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "ahincaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ahincara" ; "ahincase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ahincaras" ; "ahincases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ahincara" ; "ahincase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ahincramos" ; "ahincsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ahincarais" ; "ahincaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ahincaran" ; "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) => -} "ahincars" ;--# 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) => -} "ahincaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "ahincarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "ahincare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "ahincares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "ahincare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "ahincremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "ahincareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "ahincaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "ahincara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "ahincaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "ahincara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "ahincaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "ahincarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "ahincaran" ;--# notpresent - {- VPB (Imper C.Sg C.P1) => -} variants {} ; - {- VPB (Imper C.Sg C.P2) => -} "ahnca" ; - {- VPB (Imper C.Sg C.P3) => -} "ahnque" ; - {- VPB (Imper C.Pl C.P1) => -} "ahinquemos" ; - {- VPB (Imper C.Pl C.P2) => -} "ahincad" ; - {- VPB (Imper C.Pl C.P3) => -} "ahnquen" ; - {- 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 (BeschSpa.VFB) [ - {- VI Infn => -} "arrusticar" ; - {- VI Ger => -} "arrusticando" ; - {- VI Part => -} "arrusticado" ; - {- VPB (Pres Ind C.Sg C.P1) => -} "arrustco" ; - {- VPB (Pres Ind C.Sg C.P2) => -} "arrustcas" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "arrustca" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "arrusticamos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "arrusticis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "arrustcan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "arrustque" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "arrustques" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "arrustque" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "arrustiquemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "arrustiquis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "arrustquen" ; - {- 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) => -} "arrusticbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "arrusticabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "arrusticaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"arrusticara" ; "arrusticase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"arrusticaras" ; "arrusticases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"arrusticara" ; "arrusticase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"arrusticramos" ; "arrusticsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"arrusticarais" ; "arrusticaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"arrusticaran" ; "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) => -} "arrusticars" ;--# 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) => -} "arrusticaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "arrusticarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "arrusticare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "arrusticares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "arrusticare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "arrusticremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "arrusticareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "arrusticaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "arrusticara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "arrusticaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "arrusticara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "arrusticaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "arrusticarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "arrusticaran" ;--# notpresent - {- VPB (Imper C.Sg C.P1) => -} variants {} ; - {- VPB (Imper C.Sg C.P2) => -} "arrustca" ; - {- VPB (Imper C.Sg C.P3) => -} "arrustque" ; - {- VPB (Imper C.Pl C.P1) => -} "arrustiquemos" ; - {- VPB (Imper C.Pl C.P2) => -} "arrusticad" ; - {- VPB (Imper C.Pl C.P3) => -} "arrustquen" ; - {- 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 (BeschSpa.VFB) [ - {- VI Infn => -} "arcaizar" ; - {- VI Ger => -} "arcaizando" ; - {- VI Part => -} "arcaizado" ; - {- VPB (Pres Ind C.Sg C.P1) => -} "arcazo" ; - {- VPB (Pres Ind C.Sg C.P2) => -} "arcazas" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "arcaza" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "arcaizamos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "arcaizis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "arcazan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "arcace" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "arcaces" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "arcace" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "arcaicemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "arcaicis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "arcacen" ; - {- 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) => -} "arcaizbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "arcaizabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "arcaizaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"arcaizara" ; "arcaizase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"arcaizaras" ; "arcaizases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"arcaizara" ; "arcaizase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"arcaizramos" ; "arcaizsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"arcaizarais" ; "arcaizaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"arcaizaran" ; "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) => -} "arcaizars" ;--# 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) => -} "arcaizaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "arcaizarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "arcaizare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "arcaizares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "arcaizare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "arcaizremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "arcaizareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "arcaizaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "arcaizara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "arcaizaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "arcaizara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "arcaizaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "arcaizarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "arcaizaran" ;--# notpresent - {- VPB (Imper C.Sg C.P1) => -} variants {} ; - {- VPB (Imper C.Sg C.P2) => -} "arcaza" ; - {- VPB (Imper C.Sg C.P3) => -} "arcace" ; - {- VPB (Imper C.Pl C.P1) => -} "arcaicemos" ; - {- VPB (Imper C.Pl C.P2) => -} "arcaizad" ; - {- VPB (Imper C.Pl C.P3) => -} "arcacen" ; - {- 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 (BeschSpa.VFB) [ - {- VI Infn => -} "desraizar" ; - {- VI Ger => -} "desraizando" ; - {- VI Part => -} "desraizado" ; - {- VPB (Pres Ind C.Sg C.P1) => -} "desrazo" ; - {- VPB (Pres Ind C.Sg C.P2) => -} "desrazas" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "desraza" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "desraizamos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "desraizis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desrazan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desrace" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desraces" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desrace" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desraicemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desraicis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desracen" ; - {- 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) => -} "desraizbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desraizabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desraizaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desraizara" ; "desraizase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desraizaras" ; "desraizases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desraizara" ; "desraizase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desraizramos" ; "desraizsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desraizarais" ; "desraizaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desraizaran" ; "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) => -} "desraizars" ;--# 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) => -} "desraizaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desraizarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desraizare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desraizares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desraizare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desraizremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desraizareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desraizaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desraizara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desraizaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desraizara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desraizaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desraizarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desraizaran" ;--# notpresent - {- VPB (Imper C.Sg C.P1) => -} variants {} ; - {- VPB (Imper C.Sg C.P2) => -} "desraza" ; - {- VPB (Imper C.Sg C.P3) => -} "desrace" ; - {- VPB (Imper C.Pl C.P1) => -} "desraicemos" ; - {- VPB (Imper C.Pl C.P2) => -} "desraizad" ; - {- VPB (Imper C.Pl C.P3) => -} "desracen" ; - {- 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 (BeschSpa.VFB) [ - {- VI Infn => -} "enraizar" ; - {- VI Ger => -} "enraizando" ; - {- VI Part => -} "enraizado" ; - {- VPB (Pres Ind C.Sg C.P1) => -} "enrazo" ; - {- VPB (Pres Ind C.Sg C.P2) => -} "enrazas" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "enraza" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "enraizamos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "enraizis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "enrazan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enrace" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enraces" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enrace" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enraicemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enraicis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enracen" ; - {- 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) => -} "enraizbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "enraizabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "enraizaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enraizara" ; "enraizase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enraizaras" ; "enraizases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enraizara" ; "enraizase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enraizramos" ; "enraizsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enraizarais" ; "enraizaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enraizaran" ; "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) => -} "enraizars" ;--# 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) => -} "enraizaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "enraizarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enraizare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enraizares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enraizare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enraizremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enraizareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enraizaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "enraizara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "enraizaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "enraizara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "enraizaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "enraizarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "enraizaran" ;--# notpresent - {- VPB (Imper C.Sg C.P1) => -} variants {} ; - {- VPB (Imper C.Sg C.P2) => -} "enraza" ; - {- VPB (Imper C.Sg C.P3) => -} "enrace" ; - {- VPB (Imper C.Pl C.P1) => -} "enraicemos" ; - {- VPB (Imper C.Pl C.P2) => -} "enraizad" ; - {- VPB (Imper C.Pl C.P3) => -} "enracen" ; - {- 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 (BeschSpa.VFB) [ - {- VI Infn => -} "europeizar" ; - {- VI Ger => -} "europeizando" ; - {- VI Part => -} "europeizado" ; - {- VPB (Pres Ind C.Sg C.P1) => -} "europezo" ; - {- VPB (Pres Ind C.Sg C.P2) => -} "europezas" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "europeza" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "europeizamos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "europeizis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "europezan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "europece" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "europeces" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "europece" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "europeicemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "europeicis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "europecen" ; - {- 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) => -} "europeizbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "europeizabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "europeizaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"europeizara" ; "europeizase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"europeizaras" ; "europeizases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"europeizara" ; "europeizase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"europeizramos" ; "europeizsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"europeizarais" ; "europeizaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"europeizaran" ; "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) => -} "europeizars" ;--# 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) => -} "europeizaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "europeizarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "europeizare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "europeizares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "europeizare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "europeizremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "europeizareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "europeizaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "europeizara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "europeizaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "europeizara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "europeizaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "europeizarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "europeizaran" ;--# notpresent - {- VPB (Imper C.Sg C.P1) => -} variants {} ; - {- VPB (Imper C.Sg C.P2) => -} "europeza" ; - {- VPB (Imper C.Sg C.P3) => -} "europece" ; - {- VPB (Imper C.Pl C.P1) => -} "europeicemos" ; - {- VPB (Imper C.Pl C.P2) => -} "europeizad" ; - {- VPB (Imper C.Pl C.P3) => -} "europecen" ; - {- 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 (BeschSpa.VFB) [ - {- VI Infn => -} "hebraizar" ; - {- VI Ger => -} "hebraizando" ; - {- VI Part => -} "hebraizado" ; - {- VPB (Pres Ind C.Sg C.P1) => -} "hebrazo" ; - {- VPB (Pres Ind C.Sg C.P2) => -} "hebrazas" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "hebraza" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "hebraizamos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "hebraizis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "hebrazan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "hebrace" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "hebraces" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "hebrace" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "hebraicemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "hebraicis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "hebracen" ; - {- 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) => -} "hebraizbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "hebraizabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "hebraizaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"hebraizara" ; "hebraizase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"hebraizaras" ; "hebraizases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"hebraizara" ; "hebraizase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"hebraizramos" ; "hebraizsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"hebraizarais" ; "hebraizaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"hebraizaran" ; "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) => -} "hebraizars" ;--# 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) => -} "hebraizaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "hebraizarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "hebraizare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "hebraizares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "hebraizare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "hebraizremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "hebraizareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "hebraizaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "hebraizara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "hebraizaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "hebraizara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "hebraizaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "hebraizarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "hebraizaran" ;--# notpresent - {- VPB (Imper C.Sg C.P1) => -} variants {} ; - {- VPB (Imper C.Sg C.P2) => -} "hebraza" ; - {- VPB (Imper C.Sg C.P3) => -} "hebrace" ; - {- VPB (Imper C.Pl C.P1) => -} "hebraicemos" ; - {- VPB (Imper C.Pl C.P2) => -} "hebraizad" ; - {- VPB (Imper C.Pl C.P3) => -} "hebracen" ; - {- 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 (BeschSpa.VFB) [ - {- VI Infn => -} "judaizar" ; - {- VI Ger => -} "judaizando" ; - {- VI Part => -} "judaizado" ; - {- VPB (Pres Ind C.Sg C.P1) => -} "judazo" ; - {- VPB (Pres Ind C.Sg C.P2) => -} "judazas" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "judaza" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "judaizamos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "judaizis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "judazan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "judace" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "judaces" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "judace" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "judaicemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "judaicis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "judacen" ; - {- 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) => -} "judaizbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "judaizabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "judaizaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"judaizara" ; "judaizase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"judaizaras" ; "judaizases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"judaizara" ; "judaizase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"judaizramos" ; "judaizsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"judaizarais" ; "judaizaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"judaizaran" ; "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) => -} "judaizars" ;--# 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) => -} "judaizaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "judaizarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "judaizare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "judaizares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "judaizare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "judaizremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "judaizareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "judaizaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "judaizara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "judaizaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "judaizara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "judaizaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "judaizarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "judaizaran" ;--# notpresent - {- VPB (Imper C.Sg C.P1) => -} variants {} ; - {- VPB (Imper C.Sg C.P2) => -} "judaza" ; - {- VPB (Imper C.Sg C.P3) => -} "judace" ; - {- VPB (Imper C.Pl C.P1) => -} "judaicemos" ; - {- VPB (Imper C.Pl C.P2) => -} "judaizad" ; - {- VPB (Imper C.Pl C.P3) => -} "judacen" ; - {- 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 (BeschSpa.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) => -} "andis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "andan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ande" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "andes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ande" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "andemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "andis" ; - {- VPB (Pres Subj 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) => -} "andbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "andabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "andaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"anduviera" ; "anduviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"anduvieras" ; "anduvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"anduviera" ; "anduviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"anduviramos" ; "anduvisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"anduvierais" ; "anduvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"anduvieran" ; "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) => -} "andars" ;--# 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) => -} "andaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "andarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "anduviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "anduvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "anduviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "anduviremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "anduviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "anduvieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "andara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "andaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "andara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "andaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "andarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "andaran" ;--# 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 (BeschSpa.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) => -} "desandis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desandan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desande" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desandes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desande" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desandemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desandis" ; - {- VPB (Pres Subj 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) => -} "desandbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desandabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desandaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desanduviera" ; "desanduviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desanduvieras" ; "desanduvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desanduviera" ; "desanduviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desanduviramos" ; "desanduvisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desanduvierais" ; "desanduvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desanduvieran" ; "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) => -} "desandars" ;--# 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) => -} "desandaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desandarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desanduviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desanduvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desanduviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desanduviremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desanduviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desanduvieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desandara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desandaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desandara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desandaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desandarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desandaran" ;--# 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 (BeschSpa.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) => -} "ass" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "asen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "asga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "asgas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "asga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "asgamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "asgis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "asgan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "asa" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "asas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "asa" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "asamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "asais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "asan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"asiera" ; "asiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"asieras" ; "asieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"asiera" ; "asiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"asiramos" ; "asisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"asierais" ; "asieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"asieran" ; "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) => -} "asirs" ;--# 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) => -} "asiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "asirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "asiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "asieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "asiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "asiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "asiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "asieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "asira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "asiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "asira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "asiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "asirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "asiran" ;--# 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 (BeschSpa.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) => -} "desass" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desasen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desasga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desasgas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desasga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desasgamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desasgis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desasgan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "desasa" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desasas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "desasa" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desasamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desasais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desasan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desasiera" ; "desasiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desasieras" ; "desasieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desasiera" ; "desasiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desasiramos" ; "desasisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desasierais" ; "desasieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desasieran" ; "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) => -} "desasirs" ;--# 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) => -} "desasiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desasirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desasiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desasieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desasiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desasiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desasiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desasieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desasira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desasiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desasira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desasiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desasirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desasiran" ;--# 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 (BeschSpa.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) => -} "abstergis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "abstergen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "absterja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "absterjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "absterja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "absterjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "absterjis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "absterjan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "absterga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "abstergas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "absterga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "abstergamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "abstergais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "abstergan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"abstergiera" ; "abstergiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"abstergieras" ; "abstergieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"abstergiera" ; "abstergiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"abstergiramos" ; "abstergisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"abstergierais" ; "abstergieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"abstergieran" ; "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) => -} "abstergers" ;--# 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) => -} "abstergeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "abstergern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "abstergiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "abstergieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "abstergiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "abstergiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "abstergiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "abstergieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "abstergera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "abstergeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "abstergera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "abstergeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "abstergerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "abstergeran" ;--# 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 (BeschSpa.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) => -} "acogis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "acogen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "acoja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "acojas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "acoja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "acojamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "acojis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "acojan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "acoga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "acogas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "acoga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "acogamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "acogais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "acogan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"acogiera" ; "acogiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"acogieras" ; "acogieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"acogiera" ; "acogiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"acogiramos" ; "acogisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"acogierais" ; "acogieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acogieran" ; "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) => -} "acogers" ;--# 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) => -} "acogeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "acogern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "acogiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "acogieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "acogiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "acogiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "acogiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "acogieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "acogera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "acogeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "acogera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "acogeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "acogerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "acogeran" ;--# 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 (BeschSpa.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) => -} "antecogis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "antecogen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "antecoja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "antecojas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "antecoja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "antecojamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "antecojis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "antecojan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "antecoga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "antecogas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "antecoga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "antecogamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "antecogais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "antecogan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"antecogiera" ; "antecogiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"antecogieras" ; "antecogieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"antecogiera" ; "antecogiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"antecogiramos" ; "antecogisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"antecogierais" ; "antecogieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"antecogieran" ; "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) => -} "antecogers" ;--# 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) => -} "antecogeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "antecogern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "antecogiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "antecogieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "antecogiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "antecogiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "antecogiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "antecogieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "antecogera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "antecogeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "antecogera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "antecogeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "antecogerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "antecogeran" ;--# 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 (BeschSpa.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) => -} "aspergis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "aspergen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "asperja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "asperjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "asperja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "asperjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "asperjis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "asperjan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "asperga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "aspergas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "asperga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "aspergamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "aspergais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "aspergan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aspergiera" ; "aspergiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aspergieras" ; "aspergieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aspergiera" ; "aspergiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aspergiramos" ; "aspergisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aspergierais" ; "aspergieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aspergieran" ; "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) => -} "aspergers" ;--# 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) => -} "aspergeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "aspergern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "aspergiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "aspergieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "aspergiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "aspergiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "aspergiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "aspergieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "aspergera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "aspergeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "aspergera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "aspergeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "aspergerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "aspergeran" ;--# 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 (BeschSpa.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) => -} "cogis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "cogen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "coja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "cojas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "coja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "cojamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "cojis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "cojan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "coga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "cogas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "coga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "cogamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "cogais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "cogan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"cogiera" ; "cogiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"cogieras" ; "cogieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"cogiera" ; "cogiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"cogiramos" ; "cogisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"cogierais" ; "cogieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"cogieran" ; "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) => -} "cogers" ;--# 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) => -} "cogeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "cogern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "cogiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "cogieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "cogiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "cogiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "cogiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "cogieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "cogera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "cogeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "cogera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "cogeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "cogerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "cogeran" ;--# 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 (BeschSpa.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) => -} "convergis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "convergen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "converja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "converjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "converja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "converjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "converjis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "converjan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "converga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "convergas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "converga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "convergamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "convergais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "convergan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"convergiera" ; "convergiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"convergieras" ; "convergieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"convergiera" ; "convergiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"convergiramos" ; "convergisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"convergierais" ; "convergieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"convergieran" ; "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) => -} "convergers" ;--# 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) => -} "convergeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "convergern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "convergiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "convergieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "convergiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "convergiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "convergiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "convergieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "convergera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "convergeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "convergera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "convergeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "convergerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "convergeran" ;--# 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 (BeschSpa.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) => -} "descogis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "descogen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "descoja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "descojas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "descoja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "descojamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "descojis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "descojan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "descoga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "descogas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "descoga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "descogamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "descogais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "descogan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descogiera" ; "descogiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descogieras" ; "descogieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descogiera" ; "descogiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descogiramos" ; "descogisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descogierais" ; "descogieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descogieran" ; "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) => -} "descogers" ;--# 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) => -} "descogeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "descogern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "descogiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "descogieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "descogiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "descogiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "descogiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "descogieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "descogera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "descogeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "descogera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "descogeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "descogerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "descogeran" ;--# 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 (BeschSpa.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) => -} "desencogis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desencogen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desencoja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desencojas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desencoja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desencojamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desencojis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desencojan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "desencoga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desencogas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "desencoga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desencogamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desencogais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desencogan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desencogiera" ; "desencogiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desencogieras" ; "desencogieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desencogiera" ; "desencogiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desencogiramos" ; "desencogisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desencogierais" ; "desencogieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desencogieran" ; "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) => -} "desencogers" ;--# 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) => -} "desencogeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desencogern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desencogiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desencogieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desencogiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desencogiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desencogiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desencogieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desencogera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desencogeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desencogera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desencogeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desencogerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desencogeran" ;--# 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 (BeschSpa.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) => -} "detergis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "detergen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "deterja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "deterjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "deterja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "deterjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "deterjis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "deterjan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "deterga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "detergas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "deterga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "detergamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "detergais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "detergan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"detergiera" ; "detergiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"detergieras" ; "detergieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"detergiera" ; "detergiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"detergiramos" ; "detergisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"detergierais" ; "detergieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"detergieran" ; "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) => -} "detergers" ;--# 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) => -} "detergeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "detergern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "detergiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "detergieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "detergiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "detergiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "detergiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "detergieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "detergera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "detergeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "detergera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "detergeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "detergerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "detergeran" ;--# 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 (BeschSpa.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) => -} "emergis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "emergen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "emerja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "emerjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "emerja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "emerjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "emerjis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "emerjan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "emerga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "emergas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "emerga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "emergamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "emergais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "emergan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"emergiera" ; "emergiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"emergieras" ; "emergieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"emergiera" ; "emergiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"emergiramos" ; "emergisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"emergierais" ; "emergieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"emergieran" ; "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) => -} "emergers" ;--# 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) => -} "emergeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "emergern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "emergiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "emergieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "emergiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "emergiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "emergiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "emergieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "emergera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "emergeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "emergera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "emergeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "emergerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "emergeran" ;--# 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 (BeschSpa.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) => -} "encogis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "encogen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "encoja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "encojas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "encoja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "encojamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "encojis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "encojan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "encoga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "encogas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "encoga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "encogamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "encogais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "encogan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encogiera" ; "encogiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encogieras" ; "encogieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encogiera" ; "encogiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encogiramos" ; "encogisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encogierais" ; "encogieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encogieran" ; "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) => -} "encogers" ;--# 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) => -} "encogeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "encogern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "encogiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "encogieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "encogiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "encogiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "encogiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "encogieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "encogera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "encogeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "encogera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "encogeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "encogerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "encogeran" ;--# 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 (BeschSpa.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) => -} "entrecogis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "entrecogen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "entrecoja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "entrecojas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "entrecoja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "entrecojamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "entrecojis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "entrecojan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "entrecoga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "entrecogas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "entrecoga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "entrecogamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "entrecogais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "entrecogan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entrecogiera" ; "entrecogiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entrecogieras" ; "entrecogieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entrecogiera" ; "entrecogiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entrecogiramos" ; "entrecogisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entrecogierais" ; "entrecogieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entrecogieran" ; "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) => -} "entrecogers" ;--# 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) => -} "entrecogeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "entrecogern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "entrecogiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "entrecogieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "entrecogiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "entrecogiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "entrecogiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "entrecogieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "entrecogera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "entrecogeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "entrecogera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "entrecogeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "entrecogerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "entrecogeran" ;--# 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 (BeschSpa.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) => -} "escogis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "escogen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "escoja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "escojas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "escoja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "escojamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "escojis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "escojan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "escoga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "escogas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "escoga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "escogamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "escogais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "escogan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"escogiera" ; "escogiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"escogieras" ; "escogieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"escogiera" ; "escogiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"escogiramos" ; "escogisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"escogierais" ; "escogieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"escogieran" ; "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) => -} "escogers" ;--# 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) => -} "escogeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "escogern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "escogiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "escogieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "escogiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "escogiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "escogiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "escogieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "escogera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "escogeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "escogera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "escogeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "escogerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "escogeran" ;--# 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 (BeschSpa.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) => -} "protegis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "protegen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "proteja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "protejas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "proteja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "protejamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "protejis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "protejan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "protega" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "protegas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "protega" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "protegamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "protegais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "protegan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"protegiera" ; "protegiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"protegieras" ; "protegieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"protegiera" ; "protegiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"protegiramos" ; "protegisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"protegierais" ; "protegieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"protegieran" ; "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) => -} "protegers" ;--# 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) => -} "protegeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "protegern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "protegiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "protegieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "protegiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "protegiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "protegiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "protegieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "protegera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "protegeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "protegera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "protegeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "protegerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "protegeran" ;--# 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 (BeschSpa.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) => -} "recogis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "recogen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "recoja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "recojas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "recoja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "recojamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "recojis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "recojan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "recoga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "recogas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "recoga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "recogamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "recogais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "recogan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recogiera" ; "recogiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recogieras" ; "recogieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recogiera" ; "recogiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recogiramos" ; "recogisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recogierais" ; "recogieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recogieran" ; "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) => -} "recogers" ;--# 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) => -} "recogeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "recogern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "recogiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "recogieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "recogiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "recogiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "recogiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "recogieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "recogera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "recogeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "recogera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "recogeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "recogerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "recogeran" ;--# 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 (BeschSpa.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) => -} "sobrecogis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "sobrecogen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sobrecoja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sobrecojas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sobrecoja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sobrecojamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sobrecojis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sobrecojan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "sobrecoga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "sobrecogas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "sobrecoga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "sobrecogamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "sobrecogais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "sobrecogan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobrecogiera" ; "sobrecogiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobrecogieras" ; "sobrecogieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobrecogiera" ; "sobrecogiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobrecogiramos" ; "sobrecogisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobrecogierais" ; "sobrecogieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobrecogieran" ; "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) => -} "sobrecogers" ;--# 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) => -} "sobrecogeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "sobrecogern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sobrecogiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sobrecogieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sobrecogiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sobrecogiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sobrecogiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sobrecogieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "sobrecogera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "sobrecogeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "sobrecogera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "sobrecogeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "sobrecogerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "sobrecogeran" ;--# 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 (BeschSpa.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) => -} "abstergis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "abstergen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "absterja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "absterjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "absterja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "absterjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "absterjis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "absterjan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "absterga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "abstergas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "absterga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "abstergamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "abstergais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "abstergan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"abstergiera" ; "abstergiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"abstergieras" ; "abstergieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"abstergiera" ; "abstergiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"abstergiramos" ; "abstergisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"abstergierais" ; "abstergieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"abstergieran" ; "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) => -} "abstergers" ;--# 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) => -} "abstergeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "abstergern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "abstergiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "abstergieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "abstergiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "abstergiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "abstergiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "abstergieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "abstergera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "abstergeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "abstergera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "abstergeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "abstergerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "abstergeran" ;--# 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 (BeschSpa.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) => -} "acogis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "acogen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "acoja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "acojas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "acoja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "acojamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "acojis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "acojan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "acoga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "acogas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "acoga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "acogamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "acogais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "acogan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"acogiera" ; "acogiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"acogieras" ; "acogieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"acogiera" ; "acogiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"acogiramos" ; "acogisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"acogierais" ; "acogieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acogieran" ; "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) => -} "acogers" ;--# 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) => -} "acogeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "acogern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "acogiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "acogieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "acogiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "acogiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "acogiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "acogieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "acogera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "acogeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "acogera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "acogeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "acogerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "acogeran" ;--# 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 (BeschSpa.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) => -} "antecogis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "antecogen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "antecoja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "antecojas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "antecoja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "antecojamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "antecojis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "antecojan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "antecoga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "antecogas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "antecoga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "antecogamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "antecogais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "antecogan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"antecogiera" ; "antecogiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"antecogieras" ; "antecogieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"antecogiera" ; "antecogiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"antecogiramos" ; "antecogisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"antecogierais" ; "antecogieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"antecogieran" ; "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) => -} "antecogers" ;--# 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) => -} "antecogeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "antecogern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "antecogiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "antecogieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "antecogiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "antecogiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "antecogiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "antecogieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "antecogera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "antecogeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "antecogera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "antecogeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "antecogerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "antecogeran" ;--# 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 (BeschSpa.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) => -} "aspergis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "aspergen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "asperja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "asperjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "asperja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "asperjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "asperjis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "asperjan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "asperga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "aspergas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "asperga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "aspergamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "aspergais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "aspergan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aspergiera" ; "aspergiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aspergieras" ; "aspergieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aspergiera" ; "aspergiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aspergiramos" ; "aspergisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aspergierais" ; "aspergieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aspergieran" ; "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) => -} "aspergers" ;--# 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) => -} "aspergeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "aspergern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "aspergiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "aspergieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "aspergiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "aspergiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "aspergiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "aspergieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "aspergera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "aspergeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "aspergera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "aspergeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "aspergerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "aspergeran" ;--# 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 (BeschSpa.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) => -} "cogis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "cogen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "coja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "cojas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "coja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "cojamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "cojis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "cojan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "coga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "cogas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "coga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "cogamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "cogais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "cogan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"cogiera" ; "cogiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"cogieras" ; "cogieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"cogiera" ; "cogiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"cogiramos" ; "cogisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"cogierais" ; "cogieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"cogieran" ; "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) => -} "cogers" ;--# 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) => -} "cogeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "cogern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "cogiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "cogieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "cogiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "cogiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "cogiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "cogieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "cogera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "cogeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "cogera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "cogeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "cogerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "cogeran" ;--# 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 (BeschSpa.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) => -} "convergis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "convergen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "converja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "converjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "converja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "converjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "converjis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "converjan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "converga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "convergas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "converga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "convergamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "convergais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "convergan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"convergiera" ; "convergiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"convergieras" ; "convergieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"convergiera" ; "convergiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"convergiramos" ; "convergisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"convergierais" ; "convergieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"convergieran" ; "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) => -} "convergers" ;--# 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) => -} "convergeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "convergern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "convergiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "convergieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "convergiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "convergiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "convergiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "convergieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "convergera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "convergeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "convergera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "convergeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "convergerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "convergeran" ;--# 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 (BeschSpa.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) => -} "descogis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "descogen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "descoja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "descojas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "descoja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "descojamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "descojis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "descojan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "descoga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "descogas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "descoga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "descogamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "descogais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "descogan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descogiera" ; "descogiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descogieras" ; "descogieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descogiera" ; "descogiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descogiramos" ; "descogisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descogierais" ; "descogieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descogieran" ; "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) => -} "descogers" ;--# 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) => -} "descogeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "descogern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "descogiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "descogieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "descogiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "descogiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "descogiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "descogieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "descogera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "descogeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "descogera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "descogeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "descogerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "descogeran" ;--# 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 (BeschSpa.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) => -} "desencogis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desencogen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desencoja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desencojas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desencoja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desencojamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desencojis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desencojan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "desencoga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desencogas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "desencoga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desencogamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desencogais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desencogan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desencogiera" ; "desencogiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desencogieras" ; "desencogieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desencogiera" ; "desencogiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desencogiramos" ; "desencogisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desencogierais" ; "desencogieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desencogieran" ; "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) => -} "desencogers" ;--# 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) => -} "desencogeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desencogern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desencogiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desencogieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desencogiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desencogiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desencogiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desencogieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desencogera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desencogeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desencogera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desencogeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desencogerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desencogeran" ;--# 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 (BeschSpa.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) => -} "detergis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "detergen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "deterja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "deterjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "deterja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "deterjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "deterjis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "deterjan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "deterga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "detergas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "deterga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "detergamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "detergais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "detergan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"detergiera" ; "detergiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"detergieras" ; "detergieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"detergiera" ; "detergiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"detergiramos" ; "detergisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"detergierais" ; "detergieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"detergieran" ; "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) => -} "detergers" ;--# 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) => -} "detergeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "detergern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "detergiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "detergieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "detergiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "detergiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "detergiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "detergieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "detergera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "detergeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "detergera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "detergeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "detergerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "detergeran" ;--# 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 (BeschSpa.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) => -} "emergis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "emergen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "emerja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "emerjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "emerja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "emerjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "emerjis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "emerjan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "emerga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "emergas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "emerga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "emergamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "emergais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "emergan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"emergiera" ; "emergiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"emergieras" ; "emergieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"emergiera" ; "emergiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"emergiramos" ; "emergisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"emergierais" ; "emergieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"emergieran" ; "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) => -} "emergers" ;--# 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) => -} "emergeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "emergern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "emergiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "emergieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "emergiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "emergiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "emergiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "emergieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "emergera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "emergeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "emergera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "emergeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "emergerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "emergeran" ;--# 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 (BeschSpa.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) => -} "encogis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "encogen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "encoja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "encojas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "encoja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "encojamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "encojis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "encojan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "encoga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "encogas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "encoga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "encogamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "encogais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "encogan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encogiera" ; "encogiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encogieras" ; "encogieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encogiera" ; "encogiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encogiramos" ; "encogisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encogierais" ; "encogieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encogieran" ; "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) => -} "encogers" ;--# 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) => -} "encogeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "encogern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "encogiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "encogieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "encogiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "encogiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "encogiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "encogieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "encogera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "encogeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "encogera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "encogeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "encogerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "encogeran" ;--# 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 (BeschSpa.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) => -} "entrecogis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "entrecogen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "entrecoja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "entrecojas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "entrecoja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "entrecojamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "entrecojis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "entrecojan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "entrecoga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "entrecogas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "entrecoga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "entrecogamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "entrecogais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "entrecogan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entrecogiera" ; "entrecogiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entrecogieras" ; "entrecogieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entrecogiera" ; "entrecogiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entrecogiramos" ; "entrecogisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entrecogierais" ; "entrecogieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entrecogieran" ; "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) => -} "entrecogers" ;--# 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) => -} "entrecogeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "entrecogern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "entrecogiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "entrecogieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "entrecogiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "entrecogiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "entrecogiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "entrecogieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "entrecogera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "entrecogeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "entrecogera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "entrecogeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "entrecogerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "entrecogeran" ;--# 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 (BeschSpa.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) => -} "escogis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "escogen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "escoja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "escojas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "escoja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "escojamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "escojis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "escojan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "escoga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "escogas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "escoga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "escogamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "escogais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "escogan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"escogiera" ; "escogiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"escogieras" ; "escogieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"escogiera" ; "escogiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"escogiramos" ; "escogisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"escogierais" ; "escogieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"escogieran" ; "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) => -} "escogers" ;--# 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) => -} "escogeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "escogern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "escogiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "escogieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "escogiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "escogiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "escogiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "escogieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "escogera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "escogeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "escogera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "escogeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "escogerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "escogeran" ;--# 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 (BeschSpa.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) => -} "protegis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "protegen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "proteja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "protejas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "proteja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "protejamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "protejis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "protejan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "protega" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "protegas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "protega" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "protegamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "protegais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "protegan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"protegiera" ; "protegiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"protegieras" ; "protegieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"protegiera" ; "protegiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"protegiramos" ; "protegisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"protegierais" ; "protegieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"protegieran" ; "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) => -} "protegers" ;--# 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) => -} "protegeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "protegern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "protegiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "protegieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "protegiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "protegiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "protegiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "protegieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "protegera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "protegeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "protegera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "protegeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "protegerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "protegeran" ;--# 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 (BeschSpa.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) => -} "recogis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "recogen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "recoja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "recojas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "recoja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "recojamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "recojis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "recojan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "recoga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "recogas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "recoga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "recogamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "recogais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "recogan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recogiera" ; "recogiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recogieras" ; "recogieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recogiera" ; "recogiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recogiramos" ; "recogisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recogierais" ; "recogieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recogieran" ; "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) => -} "recogers" ;--# 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) => -} "recogeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "recogern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "recogiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "recogieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "recogiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "recogiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "recogiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "recogieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "recogera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "recogeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "recogera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "recogeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "recogerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "recogeran" ;--# 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 (BeschSpa.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) => -} "sobrecogis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "sobrecogen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sobrecoja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sobrecojas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sobrecoja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sobrecojamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sobrecojis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sobrecojan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "sobrecoga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "sobrecogas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "sobrecoga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "sobrecogamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "sobrecogais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "sobrecogan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobrecogiera" ; "sobrecogiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobrecogieras" ; "sobrecogieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobrecogiera" ; "sobrecogiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobrecogiramos" ; "sobrecogisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobrecogierais" ; "sobrecogieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobrecogieran" ; "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) => -} "sobrecogers" ;--# 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) => -} "sobrecogeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "sobrecogern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sobrecogiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sobrecogieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sobrecogiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sobrecogiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sobrecogiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sobrecogieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "sobrecogera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "sobrecogeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "sobrecogera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "sobrecogeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "sobrecogerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "sobrecogeran" ;--# 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 (BeschSpa.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) => -} "conocis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "conocen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "conozca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "conozcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "conozca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "conozcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "conozcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "conozcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "conoca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "conocas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "conoca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "conocamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "conocais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "conocan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"conociera" ; "conociese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"conocieras" ; "conocieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"conociera" ; "conociese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"conociramos" ; "conocisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"conocierais" ; "conocieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"conocieran" ; "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) => -} "conocers" ;--# 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) => -} "conoceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "conocern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "conociere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "conocieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "conociere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "conociremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "conociereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "conocieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "conocera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "conoceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "conocera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "conoceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "conocerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "conoceran" ;--# 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 (BeschSpa.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) => -} "desconocis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desconocen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desconozca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desconozcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desconozca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desconozcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desconozcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desconozcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "desconoca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desconocas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "desconoca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desconocamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desconocais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desconocan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desconociera" ; "desconociese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desconocieras" ; "desconocieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desconociera" ; "desconociese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desconociramos" ; "desconocisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desconocierais" ; "desconocieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desconocieran" ; "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) => -} "desconocers" ;--# 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) => -} "desconoceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desconocern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desconociere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desconocieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desconociere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desconociremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desconociereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desconocieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desconocera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desconoceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desconocera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desconoceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desconocerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desconoceran" ;--# 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 (BeschSpa.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) => -} "preconocis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "preconocen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "preconozca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "preconozcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "preconozca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "preconozcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "preconozcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "preconozcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "preconoca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "preconocas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "preconoca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "preconocamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "preconocais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "preconocan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"preconociera" ; "preconociese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"preconocieras" ; "preconocieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"preconociera" ; "preconociese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"preconociramos" ; "preconocisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"preconocierais" ; "preconocieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"preconocieran" ; "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) => -} "preconocers" ;--# 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) => -} "preconoceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "preconocern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "preconociere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "preconocieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "preconociere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "preconociremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "preconociereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "preconocieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "preconocera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "preconoceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "preconocera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "preconoceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "preconocerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "preconoceran" ;--# 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 (BeschSpa.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) => -} "reconocis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "reconocen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reconozca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reconozcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reconozca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reconozcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reconozcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "reconozcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "reconoca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "reconocas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "reconoca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "reconocamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "reconocais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "reconocan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reconociera" ; "reconociese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reconocieras" ; "reconocieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reconociera" ; "reconociese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reconociramos" ; "reconocisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reconocierais" ; "reconocieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reconocieran" ; "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) => -} "reconocers" ;--# 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) => -} "reconoceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "reconocern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reconociere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "reconocieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reconociere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reconociremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reconociereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "reconocieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "reconocera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "reconoceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "reconocera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "reconoceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "reconocerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "reconoceran" ;--# 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 (BeschSpa.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) => -} "delinqus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "delinquen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "delinca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "delincas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "delinca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "delincamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "delincis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "delincan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "delinqua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "delinquas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "delinqua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "delinquamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "delinquais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "delinquan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"delinquiera" ; "delinquiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"delinquieras" ; "delinquieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"delinquiera" ; "delinquiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"delinquiramos" ; "delinquisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"delinquierais" ; "delinquieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"delinquieran" ; "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) => -} "delinquirs" ;--# 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) => -} "delinquiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "delinquirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "delinquiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "delinquieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "delinquiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "delinquiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "delinquiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "delinquieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "delinquira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "delinquiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "delinquira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "delinquiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "delinquirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "delinquiran" ;--# 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 (BeschSpa.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) => -} "derrelinqus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "derrelinquen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "derrelinca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "derrelincas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "derrelinca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "derrelincamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "derrelincis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "derrelincan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "derrelinqua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "derrelinquas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "derrelinqua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "derrelinquamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "derrelinquais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "derrelinquan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"derrelinquiera" ; "derrelinquiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"derrelinquieras" ; "derrelinquieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"derrelinquiera" ; "derrelinquiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"derrelinquiramos" ; "derrelinquisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"derrelinquierais" ; "derrelinquieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"derrelinquieran" ; "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) => -} "derrelinquirs" ;--# 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) => -} "derrelinquiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "derrelinquirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "derrelinquiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "derrelinquieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "derrelinquiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "derrelinquiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "derrelinquiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "derrelinquieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "derrelinquira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "derrelinquiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "derrelinquira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "derrelinquiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "derrelinquirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "derrelinquiran" ;--# 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 (BeschSpa.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) => -} "adstrings" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "adstringen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "adstrinja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "adstrinjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "adstrinja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "adstrinjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "adstrinjis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "adstrinjan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "adstringa" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "adstringas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "adstringa" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "adstringamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "adstringais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "adstringan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"adstringiera" ; "adstringiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"adstringieras" ; "adstringieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"adstringiera" ; "adstringiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"adstringiramos" ; "adstringisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"adstringierais" ; "adstringieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"adstringieran" ; "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) => -} "adstringirs" ;--# 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) => -} "adstringiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "adstringirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "adstringiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "adstringieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "adstringiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "adstringiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "adstringiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "adstringieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "adstringira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "adstringiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "adstringira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "adstringiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "adstringirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "adstringiran" ;--# 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 (BeschSpa.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) => -} "afligs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "afligen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "aflija" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "aflijas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "aflija" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "aflijamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "aflijis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "aflijan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "afliga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "afligas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "afliga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "afligamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "afligais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "afligan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"afligiera" ; "afligiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"afligieras" ; "afligieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"afligiera" ; "afligiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"afligiramos" ; "afligisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"afligierais" ; "afligieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"afligieran" ; "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) => -} "afligirs" ;--# 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) => -} "afligiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "afligirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "afligiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "afligieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "afligiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "afligiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "afligiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "afligieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "afligira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "afligiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "afligira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "afligiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "afligirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "afligiran" ;--# 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 (BeschSpa.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) => -} "astrings" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "astringen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "astrinja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "astrinjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "astrinja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "astrinjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "astrinjis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "astrinjan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "astringa" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "astringas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "astringa" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "astringamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "astringais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "astringan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"astringiera" ; "astringiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"astringieras" ; "astringieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"astringiera" ; "astringiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"astringiramos" ; "astringisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"astringierais" ; "astringieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"astringieran" ; "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) => -} "astringirs" ;--# 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) => -} "astringiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "astringirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "astringiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "astringieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "astringiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "astringiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "astringiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "astringieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "astringira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "astringiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "astringira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "astringiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "astringirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "astringiran" ;--# 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 (BeschSpa.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) => -} "compungs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "compungen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "compunja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "compunjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "compunja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "compunjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "compunjis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "compunjan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "compunga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "compungas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "compunga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "compungamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "compungais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "compungan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"compungiera" ; "compungiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"compungieras" ; "compungieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"compungiera" ; "compungiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"compungiramos" ; "compungisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"compungierais" ; "compungieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"compungieran" ; "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) => -} "compungirs" ;--# 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) => -} "compungiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "compungirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "compungiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "compungieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "compungiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "compungiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "compungiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "compungieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "compungira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "compungiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "compungira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "compungiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "compungirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "compungiran" ;--# 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 (BeschSpa.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) => -} "convergs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "convergen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "converja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "converjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "converja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "converjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "converjis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "converjan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "converga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "convergas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "converga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "convergamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "convergais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "convergan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"convergiera" ; "convergiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"convergieras" ; "convergieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"convergiera" ; "convergiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"convergiramos" ; "convergisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"convergierais" ; "convergieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"convergieran" ; "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) => -} "convergirs" ;--# 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) => -} "convergiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "convergirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "convergiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "convergieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "convergiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "convergiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "convergiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "convergieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "convergira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "convergiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "convergira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "convergiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "convergirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "convergiran" ;--# 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 (BeschSpa.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) => -} "dirigs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "dirigen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "dirija" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "dirijas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "dirija" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "dirijamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "dirijis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "dirijan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "diriga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "dirigas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "diriga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "dirigamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "dirigais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "dirigan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"dirigiera" ; "dirigiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"dirigieras" ; "dirigieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"dirigiera" ; "dirigiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"dirigiramos" ; "dirigisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"dirigierais" ; "dirigieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"dirigieran" ; "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) => -} "dirigirs" ;--# 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) => -} "dirigiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "dirigirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "dirigiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "dirigieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "dirigiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "dirigiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "dirigiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "dirigieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "dirigira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "dirigiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "dirigira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "dirigiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "dirigirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "dirigiran" ;--# 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 (BeschSpa.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) => -} "divergs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "divergen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "diverja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "diverjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "diverja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "diverjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "diverjis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "diverjan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "diverga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "divergas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "diverga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "divergamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "divergais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "divergan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"divergiera" ; "divergiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"divergieras" ; "divergieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"divergiera" ; "divergiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"divergiramos" ; "divergisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"divergierais" ; "divergieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"divergieran" ; "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) => -} "divergirs" ;--# 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) => -} "divergiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "divergirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "divergiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "divergieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "divergiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "divergiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "divergiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "divergieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "divergira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "divergiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "divergira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "divergiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "divergirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "divergiran" ;--# 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 (BeschSpa.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) => -} "erigs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "erigen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "erija" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "erijas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "erija" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "erijamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "erijis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "erijan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "eriga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "erigas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "eriga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "erigamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "erigais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "erigan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"erigiera" ; "erigiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"erigieras" ; "erigieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"erigiera" ; "erigiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"erigiramos" ; "erigisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"erigierais" ; "erigieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"erigieran" ; "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) => -} "erigirs" ;--# 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) => -} "erigiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "erigirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "erigiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "erigieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "erigiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "erigiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "erigiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "erigieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "erigira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "erigiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "erigira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "erigiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "erigirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "erigiran" ;--# 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 (BeschSpa.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) => -} "exigs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "exigen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "exija" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "exijas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "exija" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "exijamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "exijis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "exijan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "exiga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "exigas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "exiga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "exigamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "exigais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "exigan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"exigiera" ; "exigiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"exigieras" ; "exigieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"exigiera" ; "exigiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"exigiramos" ; "exigisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"exigierais" ; "exigieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"exigieran" ; "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) => -} "exigirs" ;--# 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) => -} "exigiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "exigirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "exigiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "exigieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "exigiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "exigiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "exigiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "exigieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "exigira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "exigiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "exigira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "exigiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "exigirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "exigiran" ;--# 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 (BeschSpa.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) => -} "fings" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "fingen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "finja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "finjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "finja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "finjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "finjis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "finjan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "finga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "fingas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "finga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "fingamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "fingais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "fingan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"fingiera" ; "fingiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fingieras" ; "fingieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fingiera" ; "fingiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"fingiramos" ; "fingisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fingierais" ; "fingieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fingieran" ; "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) => -} "fingirs" ;--# 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) => -} "fingiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "fingirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "fingiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "fingieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "fingiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "fingiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "fingiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "fingieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "fingira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "fingiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "fingira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "fingiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "fingirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "fingiran" ;--# 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 (BeschSpa.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) => -} "frangs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "frangen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "franja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "franjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "franja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "franjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "franjis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "franjan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "franga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "frangas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "franga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "frangamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "frangais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "frangan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"frangiera" ; "frangiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"frangieras" ; "frangieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"frangiera" ; "frangiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"frangiramos" ; "frangisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"frangierais" ; "frangieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"frangieran" ; "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) => -} "frangirs" ;--# 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) => -} "frangiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "frangirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "frangiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "frangieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "frangiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "frangiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "frangiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "frangieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "frangira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "frangiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "frangira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "frangiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "frangirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "frangiran" ;--# 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 (BeschSpa.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) => -} "fulgs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "fulgen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "fulja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "fuljas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "fulja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "fuljamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "fuljis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "fuljan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "fulga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "fulgas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "fulga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "fulgamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "fulgais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "fulgan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"fulgiera" ; "fulgiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fulgieras" ; "fulgieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fulgiera" ; "fulgiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"fulgiramos" ; "fulgisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fulgierais" ; "fulgieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fulgieran" ; "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) => -} "fulgirs" ;--# 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) => -} "fulgiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "fulgirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "fulgiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "fulgieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "fulgiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "fulgiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "fulgiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "fulgieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "fulgira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "fulgiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "fulgira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "fulgiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "fulgirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "fulgiran" ;--# 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 (BeschSpa.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) => -} "fungs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "fungen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "funja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "funjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "funja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "funjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "funjis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "funjan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "funga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "fungas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "funga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "fungamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "fungais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "fungan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"fungiera" ; "fungiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fungieras" ; "fungieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fungiera" ; "fungiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"fungiramos" ; "fungisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fungierais" ; "fungieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fungieran" ; "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) => -} "fungirs" ;--# 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) => -} "fungiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "fungirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "fungiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "fungieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "fungiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "fungiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "fungiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "fungieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "fungira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "fungiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "fungira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "fungiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "fungirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "fungiran" ;--# 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 (BeschSpa.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) => -} "infligs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "infligen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "inflija" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "inflijas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "inflija" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "inflijamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "inflijis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "inflijan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "infliga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "infligas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "infliga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "infligamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "infligais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "infligan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"infligiera" ; "infligiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"infligieras" ; "infligieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"infligiera" ; "infligiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"infligiramos" ; "infligisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"infligierais" ; "infligieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"infligieran" ; "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) => -} "infligirs" ;--# 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) => -} "infligiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "infligirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "infligiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "infligieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "infligiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "infligiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "infligiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "infligieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "infligira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "infligiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "infligira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "infligiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "infligirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "infligiran" ;--# 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 (BeschSpa.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) => -} "infrings" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "infringen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "infrinja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "infrinjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "infrinja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "infrinjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "infrinjis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "infrinjan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "infringa" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "infringas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "infringa" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "infringamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "infringais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "infringan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"infringiera" ; "infringiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"infringieras" ; "infringieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"infringiera" ; "infringiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"infringiramos" ; "infringisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"infringierais" ; "infringieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"infringieran" ; "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) => -} "infringirs" ;--# 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) => -} "infringiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "infringirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "infringiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "infringieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "infringiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "infringiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "infringiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "infringieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "infringira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "infringiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "infringira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "infringiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "infringirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "infringiran" ;--# 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 (BeschSpa.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) => -} "inmergs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "inmergen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "inmerja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "inmerjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "inmerja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "inmerjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "inmerjis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "inmerjan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "inmerga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "inmergas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "inmerga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "inmergamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "inmergais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "inmergan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"inmergiera" ; "inmergiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"inmergieras" ; "inmergieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"inmergiera" ; "inmergiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"inmergiramos" ; "inmergisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"inmergierais" ; "inmergieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"inmergieran" ; "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) => -} "inmergirs" ;--# 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) => -} "inmergiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "inmergirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "inmergiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "inmergieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "inmergiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "inmergiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "inmergiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "inmergieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "inmergira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "inmergiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "inmergira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "inmergiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "inmergirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "inmergiran" ;--# 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 (BeschSpa.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) => -} "mugs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "mugen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "muja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "mujas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "muja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "mujamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "mujis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "mujan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "muga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "mugas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "muga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "mugamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "mugais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "mugan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"mugiera" ; "mugiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"mugieras" ; "mugieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"mugiera" ; "mugiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"mugiramos" ; "mugisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"mugierais" ; "mugieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"mugieran" ; "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) => -} "mugirs" ;--# 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) => -} "mugiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "mugirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "mugiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "mugieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "mugiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "mugiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "mugiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "mugieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "mugira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "mugiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "mugira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "mugiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "mugirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "mugiran" ;--# 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 (BeschSpa.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) => -} "pungs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "pungen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "punja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "punjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "punja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "punjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "punjis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "punjan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "punga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "pungas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "punga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "pungamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "pungais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "pungan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"pungiera" ; "pungiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"pungieras" ; "pungieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"pungiera" ; "pungiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"pungiramos" ; "pungisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"pungierais" ; "pungieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"pungieran" ; "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) => -} "pungirs" ;--# 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) => -} "pungiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "pungirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "pungiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "pungieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "pungiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "pungiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "pungiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "pungieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "pungira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "pungiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "pungira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "pungiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "pungirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "pungiran" ;--# 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 (BeschSpa.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) => -} "radiodirigs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "radiodirigen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "radiodirija" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "radiodirijas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "radiodirija" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "radiodirijamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "radiodirijis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "radiodirijan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "radiodiriga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "radiodirigas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "radiodiriga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "radiodirigamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "radiodirigais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "radiodirigan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"radiodirigiera" ; "radiodirigiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"radiodirigieras" ; "radiodirigieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"radiodirigiera" ; "radiodirigiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"radiodirigiramos" ; "radiodirigisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"radiodirigierais" ; "radiodirigieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"radiodirigieran" ; "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) => -} "radiodirigirs" ;--# 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) => -} "radiodirigiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "radiodirigirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "radiodirigiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "radiodirigieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "radiodirigiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "radiodirigiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "radiodirigiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "radiodirigieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "radiodirigira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "radiodirigiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "radiodirigira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "radiodirigiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "radiodirigirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "radiodirigiran" ;--# 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 (BeschSpa.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) => -} "refrings" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "refringen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "refrinja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "refrinjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "refrinja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "refrinjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "refrinjis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "refrinjan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "refringa" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "refringas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "refringa" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "refringamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "refringais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "refringan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"refringiera" ; "refringiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"refringieras" ; "refringieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"refringiera" ; "refringiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"refringiramos" ; "refringisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"refringierais" ; "refringieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"refringieran" ; "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) => -} "refringirs" ;--# 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) => -} "refringiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "refringirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "refringiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "refringieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "refringiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "refringiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "refringiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "refringieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "refringira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "refringiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "refringira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "refringiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "refringirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "refringiran" ;--# 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 (BeschSpa.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) => -} "refulgs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "refulgen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "refulja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "refuljas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "refulja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "refuljamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "refuljis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "refuljan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "refulga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "refulgas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "refulga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "refulgamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "refulgais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "refulgan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"refulgiera" ; "refulgiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"refulgieras" ; "refulgieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"refulgiera" ; "refulgiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"refulgiramos" ; "refulgisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"refulgierais" ; "refulgieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"refulgieran" ; "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) => -} "refulgirs" ;--# 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) => -} "refulgiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "refulgirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "refulgiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "refulgieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "refulgiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "refulgiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "refulgiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "refulgieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "refulgira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "refulgiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "refulgira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "refulgiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "refulgirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "refulgiran" ;--# 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 (BeschSpa.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) => -} "restrings" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "restringen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "restrinja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "restrinjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "restrinja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "restrinjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "restrinjis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "restrinjan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "restringa" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "restringas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "restringa" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "restringamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "restringais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "restringan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"restringiera" ; "restringiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"restringieras" ; "restringieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"restringiera" ; "restringiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"restringiramos" ; "restringisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"restringierais" ; "restringieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"restringieran" ; "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) => -} "restringirs" ;--# 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) => -} "restringiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "restringirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "restringiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "restringieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "restringiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "restringiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "restringiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "restringieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "restringira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "restringiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "restringira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "restringiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "restringirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "restringiran" ;--# 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 (BeschSpa.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) => -} "resurgs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "resurgen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "resurja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "resurjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "resurja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "resurjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "resurjis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "resurjan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "resurga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "resurgas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "resurga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "resurgamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "resurgais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "resurgan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"resurgiera" ; "resurgiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"resurgieras" ; "resurgieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"resurgiera" ; "resurgiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"resurgiramos" ; "resurgisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"resurgierais" ; "resurgieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"resurgieran" ; "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) => -} "resurgirs" ;--# 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) => -} "resurgiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "resurgirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "resurgiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "resurgieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "resurgiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "resurgiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "resurgiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "resurgieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "resurgira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "resurgiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "resurgira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "resurgiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "resurgirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "resurgiran" ;--# 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 (BeschSpa.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) => -} "rugs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "rugen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ruja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "rujas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ruja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "rujamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "rujis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "rujan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "ruga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "rugas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "ruga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "rugamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "rugais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "rugan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rugiera" ; "rugiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rugieras" ; "rugieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rugiera" ; "rugiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rugiramos" ; "rugisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rugierais" ; "rugieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rugieran" ; "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) => -} "rugirs" ;--# 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) => -} "rugiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "rugirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "rugiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "rugieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "rugiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "rugiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "rugiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "rugieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "rugira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "rugiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "rugira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "rugiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "rugirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "rugiran" ;--# 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 (BeschSpa.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) => -} "sumergs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "sumergen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sumerja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sumerjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sumerja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sumerjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sumerjis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sumerjan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "sumerga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "sumergas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "sumerga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "sumergamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "sumergais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "sumergan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sumergiera" ; "sumergiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sumergieras" ; "sumergieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sumergiera" ; "sumergiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sumergiramos" ; "sumergisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sumergierais" ; "sumergieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sumergieran" ; "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) => -} "sumergirs" ;--# 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) => -} "sumergiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "sumergirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sumergiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sumergieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sumergiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sumergiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sumergiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sumergieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "sumergira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "sumergiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "sumergira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "sumergiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "sumergirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "sumergiran" ;--# 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 (BeschSpa.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) => -} "surgs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "surgen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "surja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "surjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "surja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "surjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "surjis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "surjan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "surga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "surgas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "surga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "surgamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "surgais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "surgan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"surgiera" ; "surgiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"surgieras" ; "surgieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"surgiera" ; "surgiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"surgiramos" ; "surgisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"surgierais" ; "surgieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"surgieran" ; "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) => -} "surgirs" ;--# 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) => -} "surgiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "surgirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "surgiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "surgieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "surgiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "surgiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "surgiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "surgieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "surgira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "surgiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "surgira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "surgiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "surgirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "surgiran" ;--# 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 (BeschSpa.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) => -} "teledirigs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "teledirigen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "teledirija" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "teledirijas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "teledirija" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "teledirijamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "teledirijis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "teledirijan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "telediriga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "teledirigas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "telediriga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "teledirigamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "teledirigais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "teledirigan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"teledirigiera" ; "teledirigiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"teledirigieras" ; "teledirigieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"teledirigiera" ; "teledirigiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"teledirigiramos" ; "teledirigisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"teledirigierais" ; "teledirigieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"teledirigieran" ; "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) => -} "teledirigirs" ;--# 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) => -} "teledirigiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "teledirigirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "teledirigiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "teledirigieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "teledirigiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "teledirigiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "teledirigiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "teledirigieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "teledirigira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "teledirigiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "teledirigira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "teledirigiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "teledirigirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "teledirigiran" ;--# 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 (BeschSpa.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) => -} "transigs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "transigen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "transija" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "transijas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "transija" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "transijamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "transijis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "transijan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "transiga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "transigas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "transiga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "transigamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "transigais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "transigan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"transigiera" ; "transigiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"transigieras" ; "transigieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"transigiera" ; "transigiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"transigiramos" ; "transigisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"transigierais" ; "transigieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"transigieran" ; "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) => -} "transigirs" ;--# 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) => -} "transigiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "transigirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "transigiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "transigieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "transigiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "transigiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "transigiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "transigieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "transigira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "transigiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "transigira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "transigiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "transigirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "transigiran" ;--# 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 (BeschSpa.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) => -} "ungs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "ungen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "unja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "unjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "unja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "unjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "unjis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "unjan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "unga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "ungas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "unga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "ungamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "ungais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "ungan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ungiera" ; "ungiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ungieras" ; "ungieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ungiera" ; "ungiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ungiramos" ; "ungisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ungierais" ; "ungieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ungieran" ; "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) => -} "ungirs" ;--# 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) => -} "ungiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "ungirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "ungiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "ungieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "ungiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "ungiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "ungiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "ungieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "ungira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "ungiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "ungira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "ungiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "ungirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "ungiran" ;--# 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 (BeschSpa.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) => -} "urgs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "urgen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "urja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "urjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "urja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "urjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "urjis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "urjan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "urga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "urgas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "urga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "urgamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "urgais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "urgan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"urgiera" ; "urgiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"urgieras" ; "urgieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"urgiera" ; "urgiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"urgiramos" ; "urgisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"urgierais" ; "urgieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"urgieran" ; "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) => -} "urgirs" ;--# 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) => -} "urgiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "urgirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "urgiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "urgieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "urgiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "urgiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "urgiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "urgieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "urgira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "urgiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "urgira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "urgiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "urgirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "urgiran" ;--# 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 (BeschSpa.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) => -} "distingus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "distinguen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "distinga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "distingas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "distinga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "distingamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "distingis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "distingan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "distingua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "distinguas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "distingua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "distinguamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "distinguais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "distinguan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"distinguiera" ; "distinguiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"distinguieras" ; "distinguieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"distinguiera" ; "distinguiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"distinguiramos" ; "distinguisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"distinguierais" ; "distinguieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"distinguieran" ; "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) => -} "distinguirs" ;--# 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) => -} "distinguiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "distinguirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "distinguiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "distinguieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "distinguiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "distinguiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "distinguiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "distinguieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "distinguira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "distinguiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "distinguira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "distinguiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "distinguirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "distinguiran" ;--# 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 (BeschSpa.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) => -} "extingus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "extinguen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "extinga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "extingas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "extinga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "extingamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "extingis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "extingan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "extingua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "extinguas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "extingua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "extinguamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "extinguais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "extinguan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"extinguiera" ; "extinguiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"extinguieras" ; "extinguieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"extinguiera" ; "extinguiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"extinguiramos" ; "extinguisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"extinguierais" ; "extinguieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"extinguieran" ; "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) => -} "extinguirs" ;--# 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) => -} "extinguiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "extinguirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "extinguiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "extinguieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "extinguiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "extinguiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "extinguiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "extinguieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "extinguira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "extinguiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "extinguira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "extinguiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "extinguirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "extinguiran" ;--# 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 (BeschSpa.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) => -} "subdistingus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "subdistinguen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "subdistinga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "subdistingas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "subdistinga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "subdistingamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "subdistingis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "subdistingan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "subdistingua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "subdistinguas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "subdistingua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "subdistinguamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "subdistinguais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "subdistinguan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"subdistinguiera" ; "subdistinguiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"subdistinguieras" ; "subdistinguieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"subdistinguiera" ; "subdistinguiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"subdistinguiramos" ; "subdistinguisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"subdistinguierais" ; "subdistinguieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"subdistinguieran" ; "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) => -} "subdistinguirs" ;--# 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) => -} "subdistinguiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "subdistinguirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "subdistinguiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "subdistinguieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "subdistinguiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "subdistinguiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "subdistinguiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "subdistinguieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "subdistinguira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "subdistinguiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "subdistinguira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "subdistinguiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "subdistinguirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "subdistinguiran" ;--# 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 (BeschSpa.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) => -} "deslucs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "deslucen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desluzca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desluzcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desluzca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desluzcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desluzcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desluzcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "desluca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "deslucas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "desluca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "deslucamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "deslucais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "deslucan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desluciera" ; "desluciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"deslucieras" ; "deslucieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desluciera" ; "desluciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desluciramos" ; "deslucisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"deslucierais" ; "deslucieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"deslucieran" ; "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) => -} "deslucirs" ;--# 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) => -} "desluciris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "deslucirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desluciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "deslucieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desluciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desluciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desluciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "deslucieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "deslucira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desluciras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "deslucira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desluciramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "deslucirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desluciran" ;--# 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 (BeschSpa.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) => -} "enlucs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "enlucen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enluzca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enluzcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enluzca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enluzcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enluzcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enluzcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "enluca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "enlucas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "enluca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "enlucamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "enlucais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "enlucan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enluciera" ; "enluciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enlucieras" ; "enlucieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enluciera" ; "enluciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enluciramos" ; "enlucisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enlucierais" ; "enlucieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enlucieran" ; "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) => -} "enlucirs" ;--# 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) => -} "enluciris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "enlucirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enluciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enlucieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enluciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enluciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enluciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enlucieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "enlucira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "enluciras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "enlucira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "enluciramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "enlucirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "enluciran" ;--# 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 (BeschSpa.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) => -} "entrelucs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "entrelucen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "entreluzca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "entreluzcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "entreluzca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "entreluzcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "entreluzcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "entreluzcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "entreluca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "entrelucas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "entreluca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "entrelucamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "entrelucais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "entrelucan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entreluciera" ; "entreluciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entrelucieras" ; "entrelucieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entreluciera" ; "entreluciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entreluciramos" ; "entrelucisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entrelucierais" ; "entrelucieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entrelucieran" ; "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) => -} "entrelucirs" ;--# 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) => -} "entreluciris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "entrelucirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "entreluciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "entrelucieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "entreluciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "entreluciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "entreluciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "entrelucieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "entrelucira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "entreluciras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "entrelucira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "entreluciramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "entrelucirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "entreluciran" ;--# 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 (BeschSpa.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) => -} "lucs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "lucen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "luzca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "luzcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "luzca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "luzcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "luzcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "luzcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "luca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "lucas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "luca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "lucamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "lucais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "lucan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"luciera" ; "luciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"lucieras" ; "lucieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"luciera" ; "luciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"luciramos" ; "lucisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"lucierais" ; "lucieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"lucieran" ; "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) => -} "lucirs" ;--# 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) => -} "luciris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "lucirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "luciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "lucieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "luciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "luciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "luciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "lucieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "lucira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "luciras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "lucira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "luciramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "lucirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "luciran" ;--# 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 (BeschSpa.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) => -} "prelucs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "prelucen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "preluzca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "preluzcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "preluzca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "preluzcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "preluzcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "preluzcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "preluca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "prelucas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "preluca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "prelucamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "prelucais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "prelucan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"preluciera" ; "preluciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"prelucieras" ; "prelucieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"preluciera" ; "preluciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"preluciramos" ; "prelucisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"prelucierais" ; "prelucieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"prelucieran" ; "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) => -} "prelucirs" ;--# 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) => -} "preluciris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "prelucirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "preluciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "prelucieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "preluciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "preluciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "preluciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "prelucieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "prelucira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "preluciras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "prelucira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "preluciramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "prelucirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "preluciran" ;--# 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 (BeschSpa.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) => -} "relucs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "relucen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reluzca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reluzcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reluzca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reluzcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reluzcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "reluzcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "reluca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "relucas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "reluca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "relucamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "relucais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "relucan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reluciera" ; "reluciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"relucieras" ; "relucieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reluciera" ; "reluciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reluciramos" ; "relucisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"relucierais" ; "relucieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"relucieran" ; "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) => -} "relucirs" ;--# 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) => -} "reluciris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "relucirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reluciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "relucieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reluciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reluciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reluciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "relucieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "relucira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "reluciras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "relucira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "reluciramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "relucirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "reluciran" ;--# 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 (BeschSpa.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) => -} "traslucs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "traslucen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "trasluzca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "trasluzcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "trasluzca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "trasluzcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "trasluzcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "trasluzcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "trasluca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "traslucas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "trasluca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "traslucamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "traslucais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "traslucan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trasluciera" ; "trasluciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"traslucieras" ; "traslucieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trasluciera" ; "trasluciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trasluciramos" ; "traslucisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"traslucierais" ; "traslucieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"traslucieran" ; "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) => -} "traslucirs" ;--# 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) => -} "trasluciris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "traslucirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "trasluciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "traslucieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "trasluciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "trasluciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "trasluciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "traslucieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "traslucira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "trasluciras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "traslucira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "trasluciramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "traslucirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "trasluciran" ;--# 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 (BeschSpa.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) => -} "abastecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "abastecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "abastezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "abastezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "abastezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "abastezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "abastezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "abastezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "abasteca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "abastecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "abasteca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "abastecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "abastecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "abastecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"abasteciera" ; "abasteciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"abastecieras" ; "abastecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"abasteciera" ; "abasteciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"abasteciramos" ; "abastecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"abastecierais" ; "abastecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"abastecieran" ; "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) => -} "abastecers" ;--# 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) => -} "abasteceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "abastecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "abasteciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "abastecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "abasteciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "abasteciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "abasteciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "abastecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "abastecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "abasteceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "abastecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "abasteceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "abastecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "abasteceran" ;--# 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 (BeschSpa.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) => -} "ablandecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "ablandecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ablandezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "ablandezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ablandezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "ablandezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "ablandezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "ablandezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "ablandeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "ablandecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "ablandeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "ablandecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "ablandecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "ablandecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ablandeciera" ; "ablandeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ablandecieras" ; "ablandecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ablandeciera" ; "ablandeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ablandeciramos" ; "ablandecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ablandecierais" ; "ablandecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ablandecieran" ; "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) => -} "ablandecers" ;--# 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) => -} "ablandeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "ablandecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "ablandeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "ablandecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "ablandeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "ablandeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "ablandeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "ablandecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "ablandecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "ablandeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "ablandecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "ablandeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "ablandecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "ablandeceran" ;--# 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 (BeschSpa.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) => -} "aborrecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "aborrecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "aborrezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "aborrezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "aborrezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "aborrezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "aborrezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "aborrezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "aborreca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "aborrecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "aborreca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "aborrecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "aborrecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "aborrecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aborreciera" ; "aborreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aborrecieras" ; "aborrecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aborreciera" ; "aborreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aborreciramos" ; "aborrecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aborrecierais" ; "aborrecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aborrecieran" ; "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) => -} "aborrecers" ;--# 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) => -} "aborreceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "aborrecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "aborreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "aborrecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "aborreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "aborreciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "aborreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "aborrecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "aborrecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "aborreceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "aborrecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "aborreceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "aborrecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "aborreceran" ;--# 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 (BeschSpa.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) => -} "abravecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "abravecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "abravezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "abravezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "abravezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "abravezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "abravezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "abravezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "abraveca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "abravecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "abraveca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "abravecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "abravecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "abravecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"abraveciera" ; "abraveciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"abravecieras" ; "abravecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"abraveciera" ; "abraveciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"abraveciramos" ; "abravecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"abravecierais" ; "abravecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"abravecieran" ; "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) => -} "abravecers" ;--# 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) => -} "abraveceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "abravecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "abraveciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "abravecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "abraveciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "abraveciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "abraveciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "abravecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "abravecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "abraveceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "abravecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "abraveceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "abravecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "abraveceran" ;--# 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 (BeschSpa.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) => -} "acaecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "acaecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "acaezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "acaezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "acaezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "acaezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "acaezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "acaezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "acaeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "acaecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "acaeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "acaecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "acaecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "acaecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"acaeciera" ; "acaeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"acaecieras" ; "acaecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"acaeciera" ; "acaeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"acaeciramos" ; "acaecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"acaecierais" ; "acaecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acaecieran" ; "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) => -} "acaecers" ;--# 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) => -} "acaeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "acaecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "acaeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "acaecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "acaeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "acaeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "acaeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "acaecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "acaecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "acaeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "acaecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "acaeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "acaecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "acaeceran" ;--# 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 (BeschSpa.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) => -} "aclarecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "aclarecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "aclarezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "aclarezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "aclarezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "aclarezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "aclarezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "aclarezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "aclareca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "aclarecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "aclareca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "aclarecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "aclarecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "aclarecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aclareciera" ; "aclareciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aclarecieras" ; "aclarecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aclareciera" ; "aclareciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aclareciramos" ; "aclarecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aclarecierais" ; "aclarecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aclarecieran" ; "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) => -} "aclarecers" ;--# 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) => -} "aclareceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "aclarecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "aclareciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "aclarecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "aclareciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "aclareciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "aclareciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "aclarecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "aclarecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "aclareceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "aclarecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "aclareceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "aclarecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "aclareceran" ;--# 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 (BeschSpa.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) => -} "acontecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "acontecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "acontezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "acontezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "acontezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "acontezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "acontezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "acontezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "aconteca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "acontecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "aconteca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "acontecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "acontecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "acontecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aconteciera" ; "aconteciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"acontecieras" ; "acontecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aconteciera" ; "aconteciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aconteciramos" ; "acontecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"acontecierais" ; "acontecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acontecieran" ; "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) => -} "acontecers" ;--# 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) => -} "aconteceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "acontecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "aconteciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "acontecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "aconteciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "aconteciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "aconteciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "acontecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "acontecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "aconteceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "acontecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "aconteceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "acontecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "aconteceran" ;--# 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 (BeschSpa.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) => -} "acrecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "acrecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "acrezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "acrezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "acrezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "acrezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "acrezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "acrezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "acreca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "acrecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "acreca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "acrecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "acrecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "acrecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"acreciera" ; "acreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"acrecieras" ; "acrecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"acreciera" ; "acreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"acreciramos" ; "acrecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"acrecierais" ; "acrecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acrecieran" ; "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) => -} "acrecers" ;--# 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) => -} "acreceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "acrecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "acreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "acrecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "acreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "acreciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "acreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "acrecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "acrecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "acreceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "acrecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "acreceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "acrecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "acreceran" ;--# 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 (BeschSpa.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) => -} "adolecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "adolecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "adolezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "adolezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "adolezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "adolezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "adolezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "adolezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "adoleca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "adolecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "adoleca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "adolecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "adolecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "adolecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"adoleciera" ; "adoleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"adolecieras" ; "adolecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"adoleciera" ; "adoleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"adoleciramos" ; "adolecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"adolecierais" ; "adolecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"adolecieran" ; "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) => -} "adolecers" ;--# 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) => -} "adoleceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "adolecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "adoleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "adolecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "adoleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "adoleciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "adoleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "adolecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "adolecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "adoleceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "adolecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "adoleceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "adolecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "adoleceran" ;--# 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 (BeschSpa.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) => -} "adormecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "adormecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "adormezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "adormezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "adormezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "adormezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "adormezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "adormezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "adormeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "adormecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "adormeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "adormecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "adormecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "adormecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"adormeciera" ; "adormeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"adormecieras" ; "adormecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"adormeciera" ; "adormeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"adormeciramos" ; "adormecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"adormecierais" ; "adormecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"adormecieran" ; "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) => -} "adormecers" ;--# 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) => -} "adormeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "adormecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "adormeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "adormecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "adormeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "adormeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "adormeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "adormecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "adormecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "adormeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "adormecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "adormeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "adormecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "adormeceran" ;--# 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 (BeschSpa.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) => -} "agradecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "agradecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "agradezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "agradezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "agradezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "agradezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "agradezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "agradezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "agradeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "agradecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "agradeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "agradecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "agradecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "agradecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"agradeciera" ; "agradeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"agradecieras" ; "agradecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"agradeciera" ; "agradeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"agradeciramos" ; "agradecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"agradecierais" ; "agradecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"agradecieran" ; "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) => -} "agradecers" ;--# 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) => -} "agradeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "agradecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "agradeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "agradecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "agradeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "agradeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "agradeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "agradecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "agradecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "agradeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "agradecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "agradeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "agradecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "agradeceran" ;--# 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 (BeschSpa.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) => -} "altivecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "altivecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "altivezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "altivezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "altivezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "altivezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "altivezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "altivezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "altiveca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "altivecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "altiveca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "altivecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "altivecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "altivecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"altiveciera" ; "altiveciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"altivecieras" ; "altivecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"altiveciera" ; "altiveciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"altiveciramos" ; "altivecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"altivecierais" ; "altivecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"altivecieran" ; "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) => -} "altivecers" ;--# 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) => -} "altiveceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "altivecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "altiveciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "altivecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "altiveciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "altiveciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "altiveciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "altivecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "altivecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "altiveceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "altivecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "altiveceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "altivecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "altiveceran" ;--# 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 (BeschSpa.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) => -} "amanecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "amanecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "amanezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "amanezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "amanezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "amanezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "amanezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "amanezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "amaneca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "amanecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "amaneca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "amanecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "amanecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "amanecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"amaneciera" ; "amaneciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"amanecieras" ; "amanecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"amaneciera" ; "amaneciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"amaneciramos" ; "amanecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"amanecierais" ; "amanecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"amanecieran" ; "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) => -} "amanecers" ;--# 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) => -} "amaneceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "amanecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "amaneciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "amanecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "amaneciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "amaneciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "amaneciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "amanecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "amanecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "amaneceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "amanecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "amaneceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "amanecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "amaneceran" ;--# 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 (BeschSpa.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) => -} "amarecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "amarecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "amarezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "amarezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "amarezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "amarezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "amarezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "amarezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "amareca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "amarecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "amareca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "amarecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "amarecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "amarecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"amareciera" ; "amareciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"amarecieras" ; "amarecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"amareciera" ; "amareciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"amareciramos" ; "amarecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"amarecierais" ; "amarecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"amarecieran" ; "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) => -} "amarecers" ;--# 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) => -} "amareceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "amarecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "amareciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "amarecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "amareciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "amareciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "amareciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "amarecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "amarecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "amareceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "amarecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "amareceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "amarecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "amareceran" ;--# 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 (BeschSpa.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) => -} "amarillecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "amarillecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "amarillezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "amarillezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "amarillezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "amarillezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "amarillezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "amarillezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "amarilleca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "amarillecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "amarilleca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "amarillecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "amarillecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "amarillecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"amarilleciera" ; "amarilleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"amarillecieras" ; "amarillecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"amarilleciera" ; "amarilleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"amarilleciramos" ; "amarillecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"amarillecierais" ; "amarillecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"amarillecieran" ; "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) => -} "amarillecers" ;--# 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) => -} "amarilleceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "amarillecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "amarilleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "amarillecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "amarilleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "amarilleciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "amarilleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "amarillecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "amarillecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "amarilleceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "amarillecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "amarilleceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "amarillecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "amarilleceran" ;--# 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 (BeschSpa.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) => -} "amohecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "amohecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "amohezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "amohezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "amohezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "amohezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "amohezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "amohezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "amoheca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "amohecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "amoheca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "amohecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "amohecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "amohecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"amoheciera" ; "amoheciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"amohecieras" ; "amohecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"amoheciera" ; "amoheciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"amoheciramos" ; "amohecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"amohecierais" ; "amohecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"amohecieran" ; "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) => -} "amohecers" ;--# 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) => -} "amoheceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "amohecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "amoheciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "amohecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "amoheciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "amoheciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "amoheciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "amohecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "amohecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "amoheceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "amohecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "amoheceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "amohecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "amoheceran" ;--# 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 (BeschSpa.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) => -} "amorecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "amorecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "amorezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "amorezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "amorezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "amorezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "amorezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "amorezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "amoreca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "amorecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "amoreca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "amorecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "amorecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "amorecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"amoreciera" ; "amoreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"amorecieras" ; "amorecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"amoreciera" ; "amoreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"amoreciramos" ; "amorecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"amorecierais" ; "amorecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"amorecieran" ; "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) => -} "amorecers" ;--# 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) => -} "amoreceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "amorecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "amoreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "amorecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "amoreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "amoreciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "amoreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "amorecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "amorecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "amoreceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "amorecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "amoreceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "amorecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "amoreceran" ;--# 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 (BeschSpa.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) => -} "amortecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "amortecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "amortezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "amortezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "amortezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "amortezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "amortezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "amortezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "amorteca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "amortecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "amorteca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "amortecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "amortecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "amortecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"amorteciera" ; "amorteciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"amortecieras" ; "amortecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"amorteciera" ; "amorteciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"amorteciramos" ; "amortecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"amortecierais" ; "amortecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"amortecieran" ; "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) => -} "amortecers" ;--# 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) => -} "amorteceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "amortecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "amorteciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "amortecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "amorteciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "amorteciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "amorteciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "amortecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "amortecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "amorteceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "amortecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "amorteceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "amortecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "amorteceran" ;--# 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 (BeschSpa.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) => -} "anochecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "anochecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "anochezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "anochezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "anochezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "anochezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "anochezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "anochezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "anocheca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "anochecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "anocheca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "anochecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "anochecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "anochecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"anocheciera" ; "anocheciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"anochecieras" ; "anochecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"anocheciera" ; "anocheciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"anocheciramos" ; "anochecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"anochecierais" ; "anochecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"anochecieran" ; "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) => -} "anochecers" ;--# 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) => -} "anocheceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "anochecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "anocheciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "anochecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "anocheciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "anocheciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "anocheciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "anochecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "anochecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "anocheceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "anochecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "anocheceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "anochecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "anocheceran" ;--# 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 (BeschSpa.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) => -} "aparecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "aparecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "aparezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "aparezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "aparezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "aparezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "aparezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "aparezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "apareca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "aparecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "apareca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "aparecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "aparecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "aparecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"apareciera" ; "apareciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aparecieras" ; "aparecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"apareciera" ; "apareciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"apareciramos" ; "aparecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aparecierais" ; "aparecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aparecieran" ; "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) => -} "aparecers" ;--# 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) => -} "apareceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "aparecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "apareciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "aparecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "apareciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "apareciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "apareciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "aparecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "aparecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "apareceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "aparecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "apareceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "aparecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "apareceran" ;--# 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 (BeschSpa.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) => -} "apetecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "apetecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "apetezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "apetezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "apetezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "apetezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "apetezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "apetezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "apeteca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "apetecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "apeteca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "apetecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "apetecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "apetecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"apeteciera" ; "apeteciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"apetecieras" ; "apetecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"apeteciera" ; "apeteciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"apeteciramos" ; "apetecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"apetecierais" ; "apetecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"apetecieran" ; "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) => -} "apetecers" ;--# 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) => -} "apeteceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "apetecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "apeteciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "apetecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "apeteciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "apeteciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "apeteciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "apetecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "apetecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "apeteceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "apetecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "apeteceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "apetecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "apeteceran" ;--# 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 (BeschSpa.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) => -} "arbolecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "arbolecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "arbolezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "arbolezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "arbolezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "arbolezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "arbolezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "arbolezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "arboleca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "arbolecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "arboleca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "arbolecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "arbolecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "arbolecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"arboleciera" ; "arboleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"arbolecieras" ; "arbolecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"arboleciera" ; "arboleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"arboleciramos" ; "arbolecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"arbolecierais" ; "arbolecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"arbolecieran" ; "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) => -} "arbolecers" ;--# 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) => -} "arboleceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "arbolecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "arboleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "arbolecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "arboleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "arboleciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "arboleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "arbolecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "arbolecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "arboleceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "arbolecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "arboleceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "arbolecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "arboleceran" ;--# 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 (BeschSpa.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) => -} "arborecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "arborecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "arborezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "arborezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "arborezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "arborezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "arborezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "arborezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "arboreca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "arborecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "arboreca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "arborecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "arborecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "arborecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"arboreciera" ; "arboreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"arborecieras" ; "arborecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"arboreciera" ; "arboreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"arboreciramos" ; "arborecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"arborecierais" ; "arborecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"arborecieran" ; "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) => -} "arborecers" ;--# 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) => -} "arboreceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "arborecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "arboreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "arborecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "arboreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "arboreciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "arboreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "arborecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "arborecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "arboreceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "arborecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "arboreceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "arborecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "arboreceran" ;--# 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 (BeschSpa.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) => -} "aridecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "aridecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "aridezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "aridezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "aridezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "aridezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "aridezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "aridezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "arideca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "aridecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "arideca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "aridecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "aridecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "aridecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"arideciera" ; "arideciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aridecieras" ; "aridecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"arideciera" ; "arideciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"arideciramos" ; "aridecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aridecierais" ; "aridecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aridecieran" ; "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) => -} "aridecers" ;--# 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) => -} "arideceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "aridecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "arideciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "aridecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "arideciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "arideciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "arideciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "aridecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "aridecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "arideceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "aridecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "arideceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "aridecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "arideceran" ;--# 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 (BeschSpa.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) => -} "atardecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "atardecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "atardezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "atardezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "atardezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "atardezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "atardezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "atardezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "atardeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "atardecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "atardeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "atardecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "atardecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "atardecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"atardeciera" ; "atardeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"atardecieras" ; "atardecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"atardeciera" ; "atardeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"atardeciramos" ; "atardecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"atardecierais" ; "atardecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"atardecieran" ; "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) => -} "atardecers" ;--# 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) => -} "atardeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "atardecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "atardeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "atardecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "atardeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "atardeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "atardeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "atardecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "atardecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "atardeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "atardecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "atardeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "atardecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "atardeceran" ;--# 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 (BeschSpa.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) => -} "blanquecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "blanquecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "blanquezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "blanquezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "blanquezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "blanquezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "blanquezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "blanquezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "blanqueca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "blanquecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "blanqueca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "blanquecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "blanquecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "blanquecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"blanqueciera" ; "blanqueciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"blanquecieras" ; "blanquecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"blanqueciera" ; "blanqueciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"blanqueciramos" ; "blanquecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"blanquecierais" ; "blanquecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"blanquecieran" ; "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) => -} "blanquecers" ;--# 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) => -} "blanqueceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "blanquecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "blanqueciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "blanquecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "blanqueciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "blanqueciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "blanqueciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "blanquecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "blanquecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "blanqueceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "blanquecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "blanqueceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "blanquecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "blanqueceran" ;--# 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 (BeschSpa.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) => -} "calecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "calecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "calezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "calezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "calezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "calezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "calezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "calezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "caleca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "calecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "caleca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "calecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "calecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "calecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"caleciera" ; "caleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"calecieras" ; "calecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"caleciera" ; "caleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"caleciramos" ; "calecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"calecierais" ; "calecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"calecieran" ; "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) => -} "calecers" ;--# 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) => -} "caleceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "calecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "caleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "calecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "caleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "caleciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "caleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "calecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "calecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "caleceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "calecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "caleceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "calecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "caleceran" ;--# 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 (BeschSpa.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) => -} "carecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "carecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "carezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "carezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "carezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "carezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "carezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "carezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "careca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "carecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "careca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "carecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "carecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "carecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"careciera" ; "careciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"carecieras" ; "carecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"careciera" ; "careciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"careciramos" ; "carecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"carecierais" ; "carecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"carecieran" ; "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) => -} "carecers" ;--# 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) => -} "careceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "carecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "careciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "carecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "careciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "careciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "careciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "carecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "carecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "careceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "carecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "careceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "carecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "careceran" ;--# 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 (BeschSpa.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) => -} "clarecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "clarecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "clarezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "clarezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "clarezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "clarezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "clarezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "clarezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "clareca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "clarecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "clareca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "clarecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "clarecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "clarecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"clareciera" ; "clareciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"clarecieras" ; "clarecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"clareciera" ; "clareciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"clareciramos" ; "clarecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"clarecierais" ; "clarecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"clarecieran" ; "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) => -} "clarecers" ;--# 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) => -} "clareceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "clarecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "clareciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "clarecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "clareciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "clareciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "clareciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "clarecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "clarecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "clareceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "clarecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "clareceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "clarecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "clareceran" ;--# 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 (BeschSpa.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) => -} "colicuecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "colicuecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "colicuezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "colicuezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "colicuezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "colicuezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "colicuezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "colicuezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "colicueca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "colicuecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "colicueca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "colicuecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "colicuecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "colicuecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"colicueciera" ; "colicueciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"colicuecieras" ; "colicuecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"colicueciera" ; "colicueciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"colicueciramos" ; "colicuecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"colicuecierais" ; "colicuecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"colicuecieran" ; "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) => -} "colicuecers" ;--# 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) => -} "colicueceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "colicuecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "colicueciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "colicuecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "colicueciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "colicueciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "colicueciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "colicuecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "colicuecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "colicueceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "colicuecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "colicueceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "colicuecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "colicueceran" ;--# 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 (BeschSpa.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) => -} "compadecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "compadecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "compadezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "compadezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "compadezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "compadezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "compadezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "compadezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "compadeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "compadecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "compadeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "compadecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "compadecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "compadecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"compadeciera" ; "compadeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"compadecieras" ; "compadecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"compadeciera" ; "compadeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"compadeciramos" ; "compadecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"compadecierais" ; "compadecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"compadecieran" ; "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) => -} "compadecers" ;--# 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) => -} "compadeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "compadecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "compadeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "compadecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "compadeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "compadeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "compadeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "compadecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "compadecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "compadeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "compadecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "compadeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "compadecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "compadeceran" ;--# 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 (BeschSpa.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) => -} "comparecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "comparecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "comparezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "comparezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "comparezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "comparezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "comparezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "comparezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "compareca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "comparecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "compareca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "comparecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "comparecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "comparecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"compareciera" ; "compareciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"comparecieras" ; "comparecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"compareciera" ; "compareciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"compareciramos" ; "comparecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"comparecierais" ; "comparecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"comparecieran" ; "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) => -} "comparecers" ;--# 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) => -} "compareceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "comparecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "compareciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "comparecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "compareciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "compareciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "compareciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "comparecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "comparecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "compareceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "comparecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "compareceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "comparecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "compareceran" ;--# 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 (BeschSpa.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) => -} "convalecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "convalecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "convalezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "convalezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "convalezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "convalezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "convalezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "convalezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "convaleca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "convalecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "convaleca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "convalecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "convalecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "convalecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"convaleciera" ; "convaleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"convalecieras" ; "convalecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"convaleciera" ; "convaleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"convaleciramos" ; "convalecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"convalecierais" ; "convalecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"convalecieran" ; "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) => -} "convalecers" ;--# 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) => -} "convaleceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "convalecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "convaleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "convalecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "convaleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "convaleciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "convaleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "convalecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "convalecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "convaleceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "convalecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "convaleceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "convalecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "convaleceran" ;--# 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 (BeschSpa.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) => -} "crecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "crecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "crezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "crezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "crezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "crezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "crezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "crezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "creca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "crecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "creca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "crecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "crecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "crecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"creciera" ; "creciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"crecieras" ; "crecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"creciera" ; "creciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"creciramos" ; "crecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"crecierais" ; "crecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"crecieran" ; "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) => -} "crecers" ;--# 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) => -} "creceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "crecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "creciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "crecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "creciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "creciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "creciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "crecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "crecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "creceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "crecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "creceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "crecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "creceran" ;--# 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 (BeschSpa.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) => -} "decrecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "decrecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "decrezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "decrezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "decrezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "decrezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "decrezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "decrezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "decreca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "decrecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "decreca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "decrecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "decrecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "decrecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"decreciera" ; "decreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"decrecieras" ; "decrecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"decreciera" ; "decreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"decreciramos" ; "decrecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"decrecierais" ; "decrecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"decrecieran" ; "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) => -} "decrecers" ;--# 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) => -} "decreceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "decrecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "decreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "decrecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "decreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "decreciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "decreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "decrecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "decrecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "decreceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "decrecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "decreceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "decrecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "decreceran" ;--# 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 (BeschSpa.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) => -} "desabastecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desabastecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desabastezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desabastezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desabastezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desabastezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desabastezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desabastezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "desabasteca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desabastecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "desabasteca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desabastecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desabastecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desabastecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desabasteciera" ; "desabasteciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desabastecieras" ; "desabastecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desabasteciera" ; "desabasteciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desabasteciramos" ; "desabastecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desabastecierais" ; "desabastecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desabastecieran" ; "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) => -} "desabastecers" ;--# 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) => -} "desabasteceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desabastecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desabasteciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desabastecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desabasteciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desabasteciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desabasteciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desabastecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desabastecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desabasteceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desabastecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desabasteceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desabastecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desabasteceran" ;--# 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 (BeschSpa.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) => -} "desadormecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desadormecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desadormezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desadormezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desadormezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desadormezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desadormezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desadormezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "desadormeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desadormecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "desadormeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desadormecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desadormecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desadormecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desadormeciera" ; "desadormeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desadormecieras" ; "desadormecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desadormeciera" ; "desadormeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desadormeciramos" ; "desadormecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desadormecierais" ; "desadormecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desadormecieran" ; "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) => -} "desadormecers" ;--# 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) => -} "desadormeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desadormecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desadormeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desadormecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desadormeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desadormeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desadormeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desadormecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desadormecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desadormeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desadormecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desadormeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desadormecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desadormeceran" ;--# 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 (BeschSpa.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) => -} "desagradecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desagradecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desagradezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desagradezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desagradezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desagradezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desagradezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desagradezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "desagradeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desagradecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "desagradeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desagradecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desagradecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desagradecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desagradeciera" ; "desagradeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desagradecieras" ; "desagradecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desagradeciera" ; "desagradeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desagradeciramos" ; "desagradecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desagradecierais" ; "desagradecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desagradecieran" ; "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) => -} "desagradecers" ;--# 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) => -} "desagradeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desagradecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desagradeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desagradecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desagradeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desagradeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desagradeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desagradecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desagradecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desagradeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desagradecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desagradeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desagradecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desagradeceran" ;--# 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 (BeschSpa.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) => -} "desaparecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desaparecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desaparezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desaparezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desaparezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desaparezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desaparezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desaparezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "desapareca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desaparecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "desapareca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desaparecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desaparecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desaparecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desapareciera" ; "desapareciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desaparecieras" ; "desaparecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desapareciera" ; "desapareciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desapareciramos" ; "desaparecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desaparecierais" ; "desaparecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desaparecieran" ; "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) => -} "desaparecers" ;--# 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) => -} "desapareceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desaparecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desapareciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desaparecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desapareciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desapareciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desapareciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desaparecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desaparecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desapareceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desaparecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desapareceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desaparecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desapareceran" ;--# 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 (BeschSpa.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) => -} "desbravecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desbravecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desbravezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desbravezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desbravezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desbravezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desbravezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desbravezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "desbraveca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desbravecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "desbraveca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desbravecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desbravecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desbravecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desbraveciera" ; "desbraveciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desbravecieras" ; "desbravecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desbraveciera" ; "desbraveciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desbraveciramos" ; "desbravecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desbravecierais" ; "desbravecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desbravecieran" ; "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) => -} "desbravecers" ;--# 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) => -} "desbraveceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desbravecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desbraveciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desbravecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desbraveciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desbraveciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desbraveciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desbravecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desbravecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desbraveceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desbravecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desbraveceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desbravecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desbraveceran" ;--# 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 (BeschSpa.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) => -} "descaecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "descaecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "descaezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "descaezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "descaezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "descaezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "descaezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "descaezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "descaeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "descaecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "descaeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "descaecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "descaecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "descaecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descaeciera" ; "descaeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descaecieras" ; "descaecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descaeciera" ; "descaeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descaeciramos" ; "descaecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descaecierais" ; "descaecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descaecieran" ; "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) => -} "descaecers" ;--# 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) => -} "descaeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "descaecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "descaeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "descaecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "descaeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "descaeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "descaeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "descaecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "descaecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "descaeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "descaecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "descaeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "descaecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "descaeceran" ;--# 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 (BeschSpa.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) => -} "desembravecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desembravecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desembravezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desembravezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desembravezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desembravezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desembravezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desembravezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "desembraveca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desembravecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "desembraveca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desembravecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desembravecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desembravecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desembraveciera" ; "desembraveciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desembravecieras" ; "desembravecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desembraveciera" ; "desembraveciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desembraveciramos" ; "desembravecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desembravecierais" ; "desembravecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desembravecieran" ; "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) => -} "desembravecers" ;--# 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) => -} "desembraveceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desembravecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desembraveciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desembravecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desembraveciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desembraveciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desembraveciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desembravecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desembravecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desembraveceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desembravecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desembraveceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desembravecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desembraveceran" ;--# 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 (BeschSpa.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) => -} "desenfurecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desenfurecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desenfurezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desenfurezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desenfurezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desenfurezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desenfurezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desenfurezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "desenfureca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desenfurecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "desenfureca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desenfurecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desenfurecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desenfurecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desenfureciera" ; "desenfureciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desenfurecieras" ; "desenfurecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desenfureciera" ; "desenfureciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desenfureciramos" ; "desenfurecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desenfurecierais" ; "desenfurecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desenfurecieran" ; "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) => -} "desenfurecers" ;--# 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) => -} "desenfureceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desenfurecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desenfureciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desenfurecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desenfureciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desenfureciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desenfureciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desenfurecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desenfurecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desenfureceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desenfurecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desenfureceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desenfurecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desenfureceran" ;--# 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 (BeschSpa.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) => -} "desenmohecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desenmohecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desenmohezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desenmohezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desenmohezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desenmohezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desenmohezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desenmohezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "desenmoheca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desenmohecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "desenmoheca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desenmohecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desenmohecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desenmohecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desenmoheciera" ; "desenmoheciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desenmohecieras" ; "desenmohecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desenmoheciera" ; "desenmoheciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desenmoheciramos" ; "desenmohecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desenmohecierais" ; "desenmohecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desenmohecieran" ; "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) => -} "desenmohecers" ;--# 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) => -} "desenmoheceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desenmohecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desenmoheciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desenmohecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desenmoheciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desenmoheciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desenmoheciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desenmohecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desenmohecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desenmoheceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desenmohecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desenmoheceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desenmohecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desenmoheceran" ;--# 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 (BeschSpa.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) => -} "desenmudecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desenmudecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desenmudezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desenmudezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desenmudezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desenmudezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desenmudezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desenmudezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "desenmudeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desenmudecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "desenmudeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desenmudecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desenmudecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desenmudecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desenmudeciera" ; "desenmudeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desenmudecieras" ; "desenmudecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desenmudeciera" ; "desenmudeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desenmudeciramos" ; "desenmudecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desenmudecierais" ; "desenmudecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desenmudecieran" ; "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) => -} "desenmudecers" ;--# 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) => -} "desenmudeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desenmudecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desenmudeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desenmudecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desenmudeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desenmudeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desenmudeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desenmudecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desenmudecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desenmudeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desenmudecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desenmudeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desenmudecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desenmudeceran" ;--# 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 (BeschSpa.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) => -} "desenrudecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desenrudecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desenrudezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desenrudezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desenrudezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desenrudezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desenrudezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desenrudezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "desenrudeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desenrudecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "desenrudeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desenrudecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desenrudecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desenrudecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desenrudeciera" ; "desenrudeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desenrudecieras" ; "desenrudecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desenrudeciera" ; "desenrudeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desenrudeciramos" ; "desenrudecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desenrudecierais" ; "desenrudecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desenrudecieran" ; "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) => -} "desenrudecers" ;--# 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) => -} "desenrudeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desenrudecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desenrudeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desenrudecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desenrudeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desenrudeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desenrudeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desenrudecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desenrudecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desenrudeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desenrudecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desenrudeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desenrudecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desenrudeceran" ;--# 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 (BeschSpa.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) => -} "desensoberbecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desensoberbecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desensoberbezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desensoberbezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desensoberbezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desensoberbezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desensoberbezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desensoberbezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "desensoberbeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desensoberbecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "desensoberbeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desensoberbecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desensoberbecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desensoberbecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desensoberbeciera" ; "desensoberbeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desensoberbecieras" ; "desensoberbecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desensoberbeciera" ; "desensoberbeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desensoberbeciramos" ; "desensoberbecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desensoberbecierais" ; "desensoberbecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desensoberbecieran" ; "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) => -} "desensoberbecers" ;--# 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) => -} "desensoberbeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desensoberbecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desensoberbeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desensoberbecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desensoberbeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desensoberbeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desensoberbeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desensoberbecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desensoberbecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desensoberbeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desensoberbecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desensoberbeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desensoberbecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desensoberbeceran" ;--# 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 (BeschSpa.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) => -} "desentorpecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desentorpecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desentorpezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desentorpezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desentorpezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desentorpezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desentorpezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desentorpezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "desentorpeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desentorpecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "desentorpeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desentorpecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desentorpecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desentorpecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desentorpeciera" ; "desentorpeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desentorpecieras" ; "desentorpecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desentorpeciera" ; "desentorpeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desentorpeciramos" ; "desentorpecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desentorpecierais" ; "desentorpecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desentorpecieran" ; "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) => -} "desentorpecers" ;--# 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) => -} "desentorpeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desentorpecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desentorpeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desentorpecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desentorpeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desentorpeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desentorpeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desentorpecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desentorpecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desentorpeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desentorpecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desentorpeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desentorpecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desentorpeceran" ;--# 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 (BeschSpa.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) => -} "desentumecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desentumecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desentumezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desentumezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desentumezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desentumezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desentumezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desentumezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "desentumeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desentumecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "desentumeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desentumecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desentumecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desentumecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desentumeciera" ; "desentumeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desentumecieras" ; "desentumecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desentumeciera" ; "desentumeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desentumeciramos" ; "desentumecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desentumecierais" ; "desentumecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desentumecieran" ; "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) => -} "desentumecers" ;--# 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) => -} "desentumeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desentumecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desentumeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desentumecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desentumeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desentumeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desentumeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desentumecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desentumecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desentumeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desentumecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desentumeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desentumecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desentumeceran" ;--# 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 (BeschSpa.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) => -} "desfallecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desfallecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desfallezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desfallezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desfallezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desfallezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desfallezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desfallezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "desfalleca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desfallecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "desfalleca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desfallecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desfallecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desfallecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desfalleciera" ; "desfalleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desfallecieras" ; "desfallecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desfalleciera" ; "desfalleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desfalleciramos" ; "desfallecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desfallecierais" ; "desfallecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desfallecieran" ; "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) => -} "desfallecers" ;--# 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) => -} "desfalleceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desfallecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desfalleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desfallecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desfalleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desfalleciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desfalleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desfallecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desfallecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desfalleceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desfallecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desfalleceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desfallecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desfalleceran" ;--# 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 (BeschSpa.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) => -} "desfavorecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desfavorecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desfavorezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desfavorezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desfavorezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desfavorezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desfavorezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desfavorezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "desfavoreca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desfavorecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "desfavoreca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desfavorecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desfavorecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desfavorecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desfavoreciera" ; "desfavoreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desfavorecieras" ; "desfavorecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desfavoreciera" ; "desfavoreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desfavoreciramos" ; "desfavorecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desfavorecierais" ; "desfavorecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desfavorecieran" ; "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) => -} "desfavorecers" ;--# 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) => -} "desfavoreceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desfavorecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desfavoreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desfavorecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desfavoreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desfavoreciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desfavoreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desfavorecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desfavorecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desfavoreceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desfavorecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desfavoreceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desfavorecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desfavoreceran" ;--# 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 (BeschSpa.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) => -} "desflorecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desflorecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desflorezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desflorezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desflorezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desflorezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desflorezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desflorezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "desfloreca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desflorecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "desfloreca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desflorecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desflorecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desflorecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desfloreciera" ; "desfloreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desflorecieras" ; "desflorecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desfloreciera" ; "desfloreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desfloreciramos" ; "desflorecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desflorecierais" ; "desflorecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desflorecieran" ; "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) => -} "desflorecers" ;--# 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) => -} "desfloreceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desflorecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desfloreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desflorecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desfloreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desfloreciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desfloreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desflorecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desflorecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desfloreceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desflorecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desfloreceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desflorecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desfloreceran" ;--# 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 (BeschSpa.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) => -} "desfortalecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desfortalecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desfortalezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desfortalezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desfortalezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desfortalezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desfortalezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desfortalezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "desfortaleca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desfortalecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "desfortaleca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desfortalecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desfortalecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desfortalecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desfortaleciera" ; "desfortaleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desfortalecieras" ; "desfortalecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desfortaleciera" ; "desfortaleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desfortaleciramos" ; "desfortalecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desfortalecierais" ; "desfortalecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desfortalecieran" ; "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) => -} "desfortalecers" ;--# 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) => -} "desfortaleceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desfortalecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desfortaleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desfortalecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desfortaleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desfortaleciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desfortaleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desfortalecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desfortalecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desfortaleceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desfortalecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desfortaleceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desfortalecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desfortaleceran" ;--# 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 (BeschSpa.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) => -} "desguarnecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desguarnecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desguarnezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desguarnezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desguarnezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desguarnezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desguarnezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desguarnezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "desguarneca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desguarnecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "desguarneca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desguarnecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desguarnecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desguarnecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desguarneciera" ; "desguarneciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desguarnecieras" ; "desguarnecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desguarneciera" ; "desguarneciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desguarneciramos" ; "desguarnecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desguarnecierais" ; "desguarnecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desguarnecieran" ; "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) => -} "desguarnecers" ;--# 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) => -} "desguarneceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desguarnecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desguarneciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desguarnecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desguarneciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desguarneciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desguarneciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desguarnecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desguarnecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desguarneceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desguarnecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desguarneceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desguarnecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desguarneceran" ;--# 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 (BeschSpa.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) => -} "deshumedecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "deshumedecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "deshumedezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "deshumedezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "deshumedezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "deshumedezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "deshumedezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "deshumedezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "deshumedeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "deshumedecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "deshumedeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "deshumedecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "deshumedecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "deshumedecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"deshumedeciera" ; "deshumedeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"deshumedecieras" ; "deshumedecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"deshumedeciera" ; "deshumedeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"deshumedeciramos" ; "deshumedecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"deshumedecierais" ; "deshumedecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"deshumedecieran" ; "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) => -} "deshumedecers" ;--# 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) => -} "deshumedeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "deshumedecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "deshumedeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "deshumedecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "deshumedeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "deshumedeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "deshumedeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "deshumedecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "deshumedecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "deshumedeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "deshumedecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "deshumedeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "deshumedecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "deshumedeceran" ;--# 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 (BeschSpa.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) => -} "desmerecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desmerecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desmerezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desmerezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desmerezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desmerezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desmerezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desmerezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "desmereca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desmerecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "desmereca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desmerecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desmerecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desmerecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desmereciera" ; "desmereciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desmerecieras" ; "desmerecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desmereciera" ; "desmereciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desmereciramos" ; "desmerecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desmerecierais" ; "desmerecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desmerecieran" ; "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) => -} "desmerecers" ;--# 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) => -} "desmereceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desmerecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desmereciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desmerecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desmereciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desmereciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desmereciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desmerecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desmerecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desmereceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desmerecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desmereceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desmerecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desmereceran" ;--# 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 (BeschSpa.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) => -} "desobedecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desobedecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desobedezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desobedezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desobedezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desobedezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desobedezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desobedezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "desobedeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desobedecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "desobedeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desobedecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desobedecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desobedecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desobedeciera" ; "desobedeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desobedecieras" ; "desobedecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desobedeciera" ; "desobedeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desobedeciramos" ; "desobedecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desobedecierais" ; "desobedecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desobedecieran" ; "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) => -} "desobedecers" ;--# 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) => -} "desobedeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desobedecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desobedeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desobedecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desobedeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desobedeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desobedeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desobedecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desobedecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desobedeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desobedecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desobedeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desobedecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desobedeceran" ;--# 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 (BeschSpa.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) => -} "desparecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desparecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desparezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desparezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desparezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desparezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desparezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desparezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "despareca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desparecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "despareca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desparecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desparecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desparecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"despareciera" ; "despareciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desparecieras" ; "desparecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"despareciera" ; "despareciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"despareciramos" ; "desparecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desparecierais" ; "desparecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desparecieran" ; "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) => -} "desparecers" ;--# 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) => -} "despareceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desparecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "despareciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desparecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "despareciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "despareciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "despareciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desparecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desparecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "despareceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desparecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "despareceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desparecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "despareceran" ;--# 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 (BeschSpa.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) => -} "desvanecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desvanecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desvanezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desvanezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desvanezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desvanezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desvanezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desvanezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "desvaneca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desvanecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "desvaneca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desvanecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desvanecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desvanecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desvaneciera" ; "desvaneciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desvanecieras" ; "desvanecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desvaneciera" ; "desvaneciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desvaneciramos" ; "desvanecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desvanecierais" ; "desvanecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desvanecieran" ; "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) => -} "desvanecers" ;--# 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) => -} "desvaneceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desvanecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desvaneciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desvanecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desvaneciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desvaneciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desvaneciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desvanecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desvanecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desvaneceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desvanecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desvaneceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desvanecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desvaneceran" ;--# 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 (BeschSpa.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) => -} "embarbecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "embarbecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "embarbezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "embarbezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "embarbezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "embarbezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "embarbezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "embarbezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "embarbeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "embarbecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "embarbeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "embarbecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "embarbecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "embarbecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"embarbeciera" ; "embarbeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"embarbecieras" ; "embarbecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"embarbeciera" ; "embarbeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"embarbeciramos" ; "embarbecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"embarbecierais" ; "embarbecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"embarbecieran" ; "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) => -} "embarbecers" ;--# 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) => -} "embarbeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "embarbecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "embarbeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "embarbecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "embarbeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "embarbeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "embarbeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "embarbecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "embarbecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "embarbeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "embarbecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "embarbeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "embarbecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "embarbeceran" ;--# 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 (BeschSpa.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) => -} "embastecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "embastecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "embastezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "embastezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "embastezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "embastezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "embastezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "embastezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "embasteca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "embastecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "embasteca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "embastecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "embastecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "embastecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"embasteciera" ; "embasteciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"embastecieras" ; "embastecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"embasteciera" ; "embasteciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"embasteciramos" ; "embastecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"embastecierais" ; "embastecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"embastecieran" ; "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) => -} "embastecers" ;--# 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) => -} "embasteceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "embastecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "embasteciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "embastecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "embasteciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "embasteciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "embasteciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "embastecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "embastecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "embasteceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "embastecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "embasteceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "embastecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "embasteceran" ;--# 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 (BeschSpa.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) => -} "embebecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "embebecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "embebezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "embebezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "embebezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "embebezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "embebezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "embebezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "embebeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "embebecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "embebeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "embebecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "embebecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "embebecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"embebeciera" ; "embebeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"embebecieras" ; "embebecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"embebeciera" ; "embebeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"embebeciramos" ; "embebecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"embebecierais" ; "embebecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"embebecieran" ; "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) => -} "embebecers" ;--# 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) => -} "embebeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "embebecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "embebeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "embebecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "embebeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "embebeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "embebeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "embebecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "embebecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "embebeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "embebecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "embebeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "embebecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "embebeceran" ;--# 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 (BeschSpa.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) => -} "embellecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "embellecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "embellezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "embellezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "embellezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "embellezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "embellezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "embellezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "embelleca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "embellecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "embelleca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "embellecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "embellecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "embellecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"embelleciera" ; "embelleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"embellecieras" ; "embellecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"embelleciera" ; "embelleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"embelleciramos" ; "embellecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"embellecierais" ; "embellecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"embellecieran" ; "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) => -} "embellecers" ;--# 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) => -} "embelleceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "embellecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "embelleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "embellecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "embelleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "embelleciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "embelleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "embellecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "embellecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "embelleceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "embellecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "embelleceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "embellecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "embelleceran" ;--# 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 (BeschSpa.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) => -} "embermejecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "embermejecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "embermejezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "embermejezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "embermejezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "embermejezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "embermejezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "embermejezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "embermejeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "embermejecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "embermejeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "embermejecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "embermejecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "embermejecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"embermejeciera" ; "embermejeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"embermejecieras" ; "embermejecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"embermejeciera" ; "embermejeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"embermejeciramos" ; "embermejecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"embermejecierais" ; "embermejecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"embermejecieran" ; "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) => -} "embermejecers" ;--# 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) => -} "embermejeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "embermejecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "embermejeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "embermejecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "embermejeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "embermejeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "embermejeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "embermejecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "embermejecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "embermejeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "embermejecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "embermejeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "embermejecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "embermejeceran" ;--# 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 (BeschSpa.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) => -} "emblandecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "emblandecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "emblandezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "emblandezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "emblandezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "emblandezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "emblandezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "emblandezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "emblandeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "emblandecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "emblandeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "emblandecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "emblandecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "emblandecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"emblandeciera" ; "emblandeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"emblandecieras" ; "emblandecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"emblandeciera" ; "emblandeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"emblandeciramos" ; "emblandecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"emblandecierais" ; "emblandecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"emblandecieran" ; "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) => -} "emblandecers" ;--# 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) => -} "emblandeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "emblandecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "emblandeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "emblandecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "emblandeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "emblandeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "emblandeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "emblandecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "emblandecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "emblandeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "emblandecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "emblandeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "emblandecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "emblandeceran" ;--# 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 (BeschSpa.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) => -} "emblanquecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "emblanquecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "emblanquezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "emblanquezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "emblanquezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "emblanquezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "emblanquezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "emblanquezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "emblanqueca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "emblanquecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "emblanqueca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "emblanquecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "emblanquecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "emblanquecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"emblanqueciera" ; "emblanqueciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"emblanquecieras" ; "emblanquecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"emblanqueciera" ; "emblanqueciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"emblanqueciramos" ; "emblanquecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"emblanquecierais" ; "emblanquecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"emblanquecieran" ; "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) => -} "emblanquecers" ;--# 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) => -} "emblanqueceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "emblanquecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "emblanqueciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "emblanquecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "emblanqueciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "emblanqueciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "emblanqueciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "emblanquecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "emblanquecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "emblanqueceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "emblanquecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "emblanqueceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "emblanquecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "emblanqueceran" ;--# 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 (BeschSpa.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) => -} "embobecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "embobecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "embobezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "embobezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "embobezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "embobezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "embobezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "embobezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "embobeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "embobecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "embobeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "embobecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "embobecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "embobecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"embobeciera" ; "embobeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"embobecieras" ; "embobecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"embobeciera" ; "embobeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"embobeciramos" ; "embobecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"embobecierais" ; "embobecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"embobecieran" ; "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) => -} "embobecers" ;--# 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) => -} "embobeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "embobecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "embobeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "embobecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "embobeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "embobeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "embobeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "embobecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "embobecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "embobeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "embobecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "embobeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "embobecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "embobeceran" ;--# 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 (BeschSpa.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) => -} "embosquecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "embosquecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "embosquezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "embosquezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "embosquezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "embosquezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "embosquezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "embosquezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "embosqueca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "embosquecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "embosqueca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "embosquecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "embosquecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "embosquecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"embosqueciera" ; "embosqueciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"embosquecieras" ; "embosquecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"embosqueciera" ; "embosqueciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"embosqueciramos" ; "embosquecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"embosquecierais" ; "embosquecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"embosquecieran" ; "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) => -} "embosquecers" ;--# 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) => -} "embosqueceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "embosquecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "embosqueciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "embosquecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "embosqueciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "embosqueciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "embosqueciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "embosquecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "embosquecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "embosqueceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "embosquecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "embosqueceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "embosquecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "embosqueceran" ;--# 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 (BeschSpa.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) => -} "embravecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "embravecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "embravezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "embravezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "embravezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "embravezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "embravezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "embravezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "embraveca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "embravecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "embraveca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "embravecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "embravecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "embravecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"embraveciera" ; "embraveciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"embravecieras" ; "embravecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"embraveciera" ; "embraveciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"embraveciramos" ; "embravecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"embravecierais" ; "embravecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"embravecieran" ; "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) => -} "embravecers" ;--# 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) => -} "embraveceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "embravecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "embraveciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "embravecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "embraveciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "embraveciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "embraveciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "embravecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "embravecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "embraveceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "embravecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "embraveceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "embravecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "embraveceran" ;--# 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 (BeschSpa.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) => -} "embrutecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "embrutecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "embrutezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "embrutezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "embrutezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "embrutezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "embrutezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "embrutezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "embruteca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "embrutecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "embruteca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "embrutecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "embrutecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "embrutecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"embruteciera" ; "embruteciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"embrutecieras" ; "embrutecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"embruteciera" ; "embruteciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"embruteciramos" ; "embrutecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"embrutecierais" ; "embrutecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"embrutecieran" ; "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) => -} "embrutecers" ;--# 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) => -} "embruteceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "embrutecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "embruteciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "embrutecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "embruteciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "embruteciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "embruteciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "embrutecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "embrutecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "embruteceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "embrutecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "embruteceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "embrutecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "embruteceran" ;--# 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 (BeschSpa.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) => -} "empalidecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "empalidecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "empalidezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "empalidezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "empalidezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "empalidezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "empalidezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "empalidezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "empalideca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "empalidecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "empalideca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "empalidecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "empalidecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "empalidecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empalideciera" ; "empalideciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empalidecieras" ; "empalidecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empalideciera" ; "empalideciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empalideciramos" ; "empalidecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empalidecierais" ; "empalidecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empalidecieran" ; "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) => -} "empalidecers" ;--# 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) => -} "empalideceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "empalidecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "empalideciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "empalidecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "empalideciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "empalideciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "empalideciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "empalidecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "empalidecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "empalideceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "empalidecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "empalideceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "empalidecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "empalideceran" ;--# 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 (BeschSpa.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) => -} "empavorecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "empavorecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "empavorezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "empavorezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "empavorezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "empavorezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "empavorezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "empavorezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "empavoreca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "empavorecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "empavoreca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "empavorecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "empavorecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "empavorecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empavoreciera" ; "empavoreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empavorecieras" ; "empavorecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empavoreciera" ; "empavoreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empavoreciramos" ; "empavorecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empavorecierais" ; "empavorecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empavorecieran" ; "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) => -} "empavorecers" ;--# 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) => -} "empavoreceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "empavorecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "empavoreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "empavorecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "empavoreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "empavoreciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "empavoreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "empavorecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "empavorecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "empavoreceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "empavorecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "empavoreceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "empavorecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "empavoreceran" ;--# 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 (BeschSpa.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) => -} "empecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "empecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "empezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "empezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "empezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "empezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "empezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "empezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "empeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "empecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "empeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "empecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "empecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "empecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empeciera" ; "empeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empecieras" ; "empecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empeciera" ; "empeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empeciramos" ; "empecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empecierais" ; "empecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empecieran" ; "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) => -} "empecers" ;--# 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) => -} "empeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "empecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "empeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "empecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "empeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "empeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "empeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "empecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "empecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "empeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "empecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "empeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "empecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "empeceran" ;--# 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 (BeschSpa.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) => -} "empequehecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "empequehecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "empequehezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "empequehezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "empequehezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "empequehezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "empequehezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "empequehezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "empequeheca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "empequehecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "empequeheca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "empequehecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "empequehecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "empequehecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empequeheciera" ; "empequeheciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empequehecieras" ; "empequehecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empequeheciera" ; "empequeheciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empequeheciramos" ; "empequehecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empequehecierais" ; "empequehecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empequehecieran" ; "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) => -} "empequehecers" ;--# 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) => -} "empequeheceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "empequehecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "empequeheciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "empequehecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "empequeheciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "empequeheciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "empequeheciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "empequehecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "empequehecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "empequeheceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "empequehecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "empequeheceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "empequehecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "empequeheceran" ;--# 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 (BeschSpa.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) => -} "emplastecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "emplastecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "emplastezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "emplastezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "emplastezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "emplastezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "emplastezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "emplastezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "emplasteca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "emplastecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "emplasteca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "emplastecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "emplastecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "emplastecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"emplasteciera" ; "emplasteciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"emplastecieras" ; "emplastecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"emplasteciera" ; "emplasteciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"emplasteciramos" ; "emplastecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"emplastecierais" ; "emplastecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"emplastecieran" ; "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) => -} "emplastecers" ;--# 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) => -} "emplasteceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "emplastecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "emplasteciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "emplastecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "emplasteciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "emplasteciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "emplasteciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "emplastecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "emplastecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "emplasteceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "emplastecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "emplasteceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "emplastecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "emplasteceran" ;--# 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 (BeschSpa.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) => -} "emplebeyecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "emplebeyecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "emplebeyezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "emplebeyezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "emplebeyezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "emplebeyezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "emplebeyezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "emplebeyezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "emplebeyeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "emplebeyecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "emplebeyeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "emplebeyecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "emplebeyecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "emplebeyecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"emplebeyeciera" ; "emplebeyeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"emplebeyecieras" ; "emplebeyecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"emplebeyeciera" ; "emplebeyeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"emplebeyeciramos" ; "emplebeyecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"emplebeyecierais" ; "emplebeyecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"emplebeyecieran" ; "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) => -} "emplebeyecers" ;--# 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) => -} "emplebeyeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "emplebeyecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "emplebeyeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "emplebeyecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "emplebeyeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "emplebeyeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "emplebeyeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "emplebeyecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "emplebeyecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "emplebeyeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "emplebeyecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "emplebeyeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "emplebeyecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "emplebeyeceran" ;--# 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 (BeschSpa.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) => -} "emplumecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "emplumecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "emplumezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "emplumezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "emplumezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "emplumezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "emplumezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "emplumezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "emplumeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "emplumecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "emplumeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "emplumecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "emplumecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "emplumecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"emplumeciera" ; "emplumeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"emplumecieras" ; "emplumecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"emplumeciera" ; "emplumeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"emplumeciramos" ; "emplumecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"emplumecierais" ; "emplumecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"emplumecieran" ; "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) => -} "emplumecers" ;--# 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) => -} "emplumeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "emplumecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "emplumeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "emplumecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "emplumeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "emplumeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "emplumeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "emplumecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "emplumecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "emplumeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "emplumecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "emplumeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "emplumecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "emplumeceran" ;--# 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 (BeschSpa.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) => -} "empobrecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "empobrecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "empobrezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "empobrezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "empobrezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "empobrezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "empobrezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "empobrezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "empobreca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "empobrecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "empobreca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "empobrecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "empobrecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "empobrecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empobreciera" ; "empobreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empobrecieras" ; "empobrecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empobreciera" ; "empobreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empobreciramos" ; "empobrecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empobrecierais" ; "empobrecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empobrecieran" ; "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) => -} "empobrecers" ;--# 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) => -} "empobreceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "empobrecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "empobreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "empobrecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "empobreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "empobreciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "empobreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "empobrecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "empobrecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "empobreceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "empobrecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "empobreceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "empobrecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "empobreceran" ;--# 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 (BeschSpa.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) => -} "empodrecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "empodrecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "empodrezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "empodrezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "empodrezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "empodrezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "empodrezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "empodrezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "empodreca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "empodrecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "empodreca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "empodrecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "empodrecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "empodrecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empodreciera" ; "empodreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empodrecieras" ; "empodrecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empodreciera" ; "empodreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empodreciramos" ; "empodrecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empodrecierais" ; "empodrecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empodrecieran" ; "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) => -} "empodrecers" ;--# 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) => -} "empodreceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "empodrecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "empodreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "empodrecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "empodreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "empodreciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "empodreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "empodrecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "empodrecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "empodreceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "empodrecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "empodreceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "empodrecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "empodreceran" ;--# 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 (BeschSpa.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) => -} "empretecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "empretecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "empretezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "empretezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "empretezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "empretezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "empretezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "empretezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "empreteca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "empretecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "empreteca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "empretecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "empretecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "empretecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empreteciera" ; "empreteciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empretecieras" ; "empretecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empreteciera" ; "empreteciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empreteciramos" ; "empretecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empretecierais" ; "empretecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empretecieran" ; "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) => -} "empretecers" ;--# 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) => -} "empreteceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "empretecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "empreteciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "empretecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "empreteciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "empreteciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "empreteciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "empretecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "empretecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "empreteceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "empretecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "empreteceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "empretecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "empreteceran" ;--# 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 (BeschSpa.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) => -} "emputecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "emputecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "emputezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "emputezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "emputezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "emputezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "emputezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "emputezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "emputeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "emputecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "emputeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "emputecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "emputecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "emputecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"emputeciera" ; "emputeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"emputecieras" ; "emputecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"emputeciera" ; "emputeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"emputeciramos" ; "emputecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"emputecierais" ; "emputecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"emputecieran" ; "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) => -} "emputecers" ;--# 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) => -} "emputeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "emputecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "emputeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "emputecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "emputeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "emputeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "emputeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "emputecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "emputecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "emputeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "emputecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "emputeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "emputecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "emputeceran" ;--# 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 (BeschSpa.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) => -} "enaltecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "enaltecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enaltezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enaltezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enaltezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enaltezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enaltezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enaltezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "enalteca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "enaltecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "enalteca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "enaltecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "enaltecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "enaltecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enalteciera" ; "enalteciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enaltecieras" ; "enaltecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enalteciera" ; "enalteciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enalteciramos" ; "enaltecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enaltecierais" ; "enaltecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enaltecieran" ; "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) => -} "enaltecers" ;--# 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) => -} "enalteceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "enaltecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enalteciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enaltecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enalteciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enalteciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enalteciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enaltecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "enaltecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "enalteceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "enaltecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "enalteceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "enaltecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "enalteceran" ;--# 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 (BeschSpa.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) => -} "enamarillecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "enamarillecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enamarillezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enamarillezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enamarillezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enamarillezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enamarillezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enamarillezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "enamarilleca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "enamarillecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "enamarilleca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "enamarillecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "enamarillecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "enamarillecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enamarilleciera" ; "enamarilleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enamarillecieras" ; "enamarillecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enamarilleciera" ; "enamarilleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enamarilleciramos" ; "enamarillecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enamarillecierais" ; "enamarillecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enamarillecieran" ; "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) => -} "enamarillecers" ;--# 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) => -} "enamarilleceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "enamarillecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enamarilleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enamarillecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enamarilleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enamarilleciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enamarilleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enamarillecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "enamarillecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "enamarilleceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "enamarillecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "enamarilleceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "enamarillecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "enamarilleceran" ;--# 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 (BeschSpa.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) => -} "enardecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "enardecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enardezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enardezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enardezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enardezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enardezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enardezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "enardeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "enardecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "enardeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "enardecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "enardecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "enardecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enardeciera" ; "enardeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enardecieras" ; "enardecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enardeciera" ; "enardeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enardeciramos" ; "enardecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enardecierais" ; "enardecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enardecieran" ; "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) => -} "enardecers" ;--# 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) => -} "enardeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "enardecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enardeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enardecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enardeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enardeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enardeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enardecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "enardecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "enardeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "enardecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "enardeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "enardecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "enardeceran" ;--# 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 (BeschSpa.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) => -} "encallecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "encallecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "encallezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "encallezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "encallezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "encallezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "encallezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "encallezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "encalleca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "encallecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "encalleca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "encallecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "encallecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "encallecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encalleciera" ; "encalleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encallecieras" ; "encallecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encalleciera" ; "encalleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encalleciramos" ; "encallecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encallecierais" ; "encallecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encallecieran" ; "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) => -} "encallecers" ;--# 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) => -} "encalleceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "encallecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "encalleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "encallecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "encalleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "encalleciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "encalleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "encallecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "encallecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "encalleceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "encallecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "encalleceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "encallecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "encalleceran" ;--# 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 (BeschSpa.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) => -} "encalvecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "encalvecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "encalvezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "encalvezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "encalvezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "encalvezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "encalvezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "encalvezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "encalveca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "encalvecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "encalveca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "encalvecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "encalvecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "encalvecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encalveciera" ; "encalveciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encalvecieras" ; "encalvecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encalveciera" ; "encalveciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encalveciramos" ; "encalvecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encalvecierais" ; "encalvecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encalvecieran" ; "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) => -} "encalvecers" ;--# 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) => -} "encalveceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "encalvecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "encalveciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "encalvecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "encalveciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "encalveciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "encalveciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "encalvecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "encalvecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "encalveceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "encalvecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "encalveceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "encalvecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "encalveceran" ;--# 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 (BeschSpa.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) => -} "encandecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "encandecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "encandezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "encandezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "encandezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "encandezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "encandezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "encandezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "encandeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "encandecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "encandeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "encandecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "encandecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "encandecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encandeciera" ; "encandeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encandecieras" ; "encandecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encandeciera" ; "encandeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encandeciramos" ; "encandecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encandecierais" ; "encandecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encandecieran" ; "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) => -} "encandecers" ;--# 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) => -} "encandeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "encandecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "encandeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "encandecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "encandeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "encandeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "encandeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "encandecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "encandecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "encandeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "encandecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "encandeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "encandecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "encandeceran" ;--# 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 (BeschSpa.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) => -} "encanecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "encanecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "encanezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "encanezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "encanezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "encanezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "encanezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "encanezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "encaneca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "encanecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "encaneca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "encanecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "encanecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "encanecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encaneciera" ; "encaneciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encanecieras" ; "encanecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encaneciera" ; "encaneciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encaneciramos" ; "encanecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encanecierais" ; "encanecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encanecieran" ; "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) => -} "encanecers" ;--# 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) => -} "encaneceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "encanecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "encaneciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "encanecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "encaneciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "encaneciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "encaneciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "encanecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "encanecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "encaneceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "encanecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "encaneceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "encanecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "encaneceran" ;--# 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 (BeschSpa.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) => -} "encarecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "encarecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "encarezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "encarezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "encarezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "encarezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "encarezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "encarezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "encareca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "encarecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "encareca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "encarecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "encarecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "encarecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encareciera" ; "encareciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encarecieras" ; "encarecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encareciera" ; "encareciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encareciramos" ; "encarecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encarecierais" ; "encarecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encarecieran" ; "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) => -} "encarecers" ;--# 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) => -} "encareceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "encarecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "encareciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "encarecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "encareciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "encareciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "encareciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "encarecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "encarecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "encareceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "encarecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "encareceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "encarecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "encareceran" ;--# 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 (BeschSpa.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) => -} "encarnecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "encarnecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "encarnezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "encarnezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "encarnezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "encarnezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "encarnezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "encarnezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "encarneca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "encarnecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "encarneca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "encarnecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "encarnecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "encarnecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encarneciera" ; "encarneciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encarnecieras" ; "encarnecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encarneciera" ; "encarneciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encarneciramos" ; "encarnecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encarnecierais" ; "encarnecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encarnecieran" ; "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) => -} "encarnecers" ;--# 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) => -} "encarneceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "encarnecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "encarneciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "encarnecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "encarneciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "encarneciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "encarneciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "encarnecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "encarnecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "encarneceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "encarnecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "encarneceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "encarnecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "encarneceran" ;--# 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 (BeschSpa.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) => -} "enceguecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "enceguecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enceguezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enceguezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enceguezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enceguezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enceguezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enceguezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "encegueca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "enceguecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "encegueca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "enceguecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "enceguecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "enceguecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encegueciera" ; "encegueciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enceguecieras" ; "enceguecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encegueciera" ; "encegueciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encegueciramos" ; "enceguecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enceguecierais" ; "enceguecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enceguecieran" ; "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) => -} "enceguecers" ;--# 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) => -} "encegueceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "enceguecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "encegueciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enceguecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "encegueciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "encegueciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "encegueciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enceguecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "enceguecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "encegueceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "enceguecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "encegueceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "enceguecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "encegueceran" ;--# 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 (BeschSpa.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) => -} "encloquecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "encloquecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "encloquezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "encloquezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "encloquezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "encloquezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "encloquezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "encloquezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "encloqueca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "encloquecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "encloqueca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "encloquecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "encloquecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "encloquecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encloqueciera" ; "encloqueciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encloquecieras" ; "encloquecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encloqueciera" ; "encloqueciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encloqueciramos" ; "encloquecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encloquecierais" ; "encloquecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encloquecieran" ; "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) => -} "encloquecers" ;--# 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) => -} "encloqueceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "encloquecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "encloqueciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "encloquecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "encloqueciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "encloqueciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "encloqueciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "encloquecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "encloquecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "encloqueceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "encloquecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "encloqueceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "encloquecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "encloqueceran" ;--# 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 (BeschSpa.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) => -} "encorecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "encorecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "encorezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "encorezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "encorezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "encorezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "encorezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "encorezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "encoreca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "encorecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "encoreca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "encorecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "encorecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "encorecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encoreciera" ; "encoreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encorecieras" ; "encorecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encoreciera" ; "encoreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encoreciramos" ; "encorecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encorecierais" ; "encorecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encorecieran" ; "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) => -} "encorecers" ;--# 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) => -} "encoreceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "encorecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "encoreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "encorecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "encoreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "encoreciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "encoreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "encorecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "encorecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "encoreceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "encorecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "encoreceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "encorecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "encoreceran" ;--# 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 (BeschSpa.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) => -} "encrudecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "encrudecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "encrudezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "encrudezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "encrudezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "encrudezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "encrudezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "encrudezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "encrudeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "encrudecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "encrudeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "encrudecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "encrudecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "encrudecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encrudeciera" ; "encrudeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encrudecieras" ; "encrudecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encrudeciera" ; "encrudeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encrudeciramos" ; "encrudecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encrudecierais" ; "encrudecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encrudecieran" ; "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) => -} "encrudecers" ;--# 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) => -} "encrudeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "encrudecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "encrudeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "encrudecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "encrudeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "encrudeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "encrudeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "encrudecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "encrudecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "encrudeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "encrudecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "encrudeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "encrudecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "encrudeceran" ;--# 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 (BeschSpa.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) => -} "encruelecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "encruelecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "encruelezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "encruelezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "encruelezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "encruelezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "encruelezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "encruelezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "encrueleca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "encruelecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "encrueleca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "encruelecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "encruelecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "encruelecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encrueleciera" ; "encrueleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encruelecieras" ; "encruelecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encrueleciera" ; "encrueleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encrueleciramos" ; "encruelecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encruelecierais" ; "encruelecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encruelecieran" ; "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) => -} "encruelecers" ;--# 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) => -} "encrueleceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "encruelecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "encrueleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "encruelecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "encrueleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "encrueleciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "encrueleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "encruelecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "encruelecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "encrueleceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "encruelecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "encrueleceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "encruelecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "encrueleceran" ;--# 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 (BeschSpa.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) => -} "endentecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "endentecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "endentezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "endentezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "endentezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "endentezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "endentezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "endentezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "endenteca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "endentecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "endenteca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "endentecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "endentecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "endentecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"endenteciera" ; "endenteciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"endentecieras" ; "endentecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"endenteciera" ; "endenteciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"endenteciramos" ; "endentecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"endentecierais" ; "endentecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"endentecieran" ; "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) => -} "endentecers" ;--# 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) => -} "endenteceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "endentecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "endenteciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "endentecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "endenteciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "endenteciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "endenteciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "endentecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "endentecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "endenteceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "endentecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "endenteceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "endentecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "endenteceran" ;--# 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 (BeschSpa.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) => -} "endurecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "endurecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "endurezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "endurezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "endurezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "endurezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "endurezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "endurezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "endureca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "endurecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "endureca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "endurecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "endurecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "endurecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"endureciera" ; "endureciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"endurecieras" ; "endurecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"endureciera" ; "endureciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"endureciramos" ; "endurecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"endurecierais" ; "endurecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"endurecieran" ; "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) => -} "endurecers" ;--# 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) => -} "endureceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "endurecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "endureciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "endurecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "endureciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "endureciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "endureciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "endurecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "endurecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "endureceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "endurecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "endureceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "endurecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "endureceran" ;--# 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 (BeschSpa.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) => -} "enflaquecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "enflaquecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enflaquezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enflaquezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enflaquezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enflaquezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enflaquezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enflaquezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "enflaqueca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "enflaquecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "enflaqueca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "enflaquecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "enflaquecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "enflaquecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enflaqueciera" ; "enflaqueciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enflaquecieras" ; "enflaquecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enflaqueciera" ; "enflaqueciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enflaqueciramos" ; "enflaquecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enflaquecierais" ; "enflaquecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enflaquecieran" ; "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) => -} "enflaquecers" ;--# 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) => -} "enflaqueceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "enflaquecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enflaqueciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enflaquecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enflaqueciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enflaqueciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enflaqueciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enflaquecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "enflaquecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "enflaqueceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "enflaquecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "enflaqueceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "enflaquecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "enflaqueceran" ;--# 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 (BeschSpa.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) => -} "enflorecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "enflorecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enflorezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enflorezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enflorezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enflorezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enflorezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enflorezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "enfloreca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "enflorecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "enfloreca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "enflorecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "enflorecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "enflorecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enfloreciera" ; "enfloreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enflorecieras" ; "enflorecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enfloreciera" ; "enfloreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enfloreciramos" ; "enflorecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enflorecierais" ; "enflorecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enflorecieran" ; "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) => -} "enflorecers" ;--# 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) => -} "enfloreceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "enflorecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enfloreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enflorecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enfloreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enfloreciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enfloreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enflorecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "enflorecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "enfloreceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "enflorecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "enfloreceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "enflorecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "enfloreceran" ;--# 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 (BeschSpa.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) => -} "enfranquecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "enfranquecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enfranquezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enfranquezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enfranquezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enfranquezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enfranquezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enfranquezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "enfranqueca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "enfranquecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "enfranqueca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "enfranquecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "enfranquecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "enfranquecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enfranqueciera" ; "enfranqueciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enfranquecieras" ; "enfranquecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enfranqueciera" ; "enfranqueciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enfranqueciramos" ; "enfranquecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enfranquecierais" ; "enfranquecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enfranquecieran" ; "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) => -} "enfranquecers" ;--# 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) => -} "enfranqueceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "enfranquecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enfranqueciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enfranquecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enfranqueciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enfranqueciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enfranqueciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enfranquecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "enfranquecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "enfranqueceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "enfranquecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "enfranqueceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "enfranquecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "enfranqueceran" ;--# 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 (BeschSpa.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) => -} "enfurecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "enfurecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enfurezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enfurezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enfurezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enfurezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enfurezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enfurezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "enfureca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "enfurecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "enfureca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "enfurecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "enfurecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "enfurecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enfureciera" ; "enfureciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enfurecieras" ; "enfurecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enfureciera" ; "enfureciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enfureciramos" ; "enfurecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enfurecierais" ; "enfurecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enfurecieran" ; "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) => -} "enfurecers" ;--# 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) => -} "enfureceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "enfurecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enfureciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enfurecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enfureciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enfureciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enfureciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enfurecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "enfurecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "enfureceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "enfurecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "enfureceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "enfurecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "enfureceran" ;--# 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 (BeschSpa.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) => -} "engrandecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "engrandecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "engrandezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "engrandezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "engrandezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "engrandezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "engrandezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "engrandezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "engrandeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "engrandecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "engrandeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "engrandecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "engrandecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "engrandecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"engrandeciera" ; "engrandeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"engrandecieras" ; "engrandecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"engrandeciera" ; "engrandeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"engrandeciramos" ; "engrandecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"engrandecierais" ; "engrandecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"engrandecieran" ; "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) => -} "engrandecers" ;--# 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) => -} "engrandeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "engrandecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "engrandeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "engrandecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "engrandeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "engrandeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "engrandeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "engrandecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "engrandecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "engrandeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "engrandecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "engrandeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "engrandecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "engrandeceran" ;--# 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 (BeschSpa.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) => -} "engravecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "engravecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "engravezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "engravezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "engravezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "engravezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "engravezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "engravezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "engraveca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "engravecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "engraveca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "engravecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "engravecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "engravecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"engraveciera" ; "engraveciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"engravecieras" ; "engravecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"engraveciera" ; "engraveciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"engraveciramos" ; "engravecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"engravecierais" ; "engravecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"engravecieran" ; "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) => -} "engravecers" ;--# 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) => -} "engraveceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "engravecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "engraveciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "engravecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "engraveciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "engraveciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "engraveciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "engravecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "engravecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "engraveceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "engravecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "engraveceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "engravecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "engraveceran" ;--# 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 (BeschSpa.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) => -} "enllentecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "enllentecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enllentezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enllentezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enllentezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enllentezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enllentezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enllentezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "enllenteca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "enllentecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "enllenteca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "enllentecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "enllentecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "enllentecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enllenteciera" ; "enllenteciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enllentecieras" ; "enllentecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enllenteciera" ; "enllenteciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enllenteciramos" ; "enllentecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enllentecierais" ; "enllentecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enllentecieran" ; "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) => -} "enllentecers" ;--# 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) => -} "enllenteceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "enllentecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enllenteciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enllentecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enllenteciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enllenteciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enllenteciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enllentecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "enllentecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "enllenteceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "enllentecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "enllenteceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "enllentecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "enllenteceran" ;--# 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 (BeschSpa.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) => -} "enlobreguecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "enlobreguecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enlobreguezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enlobreguezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enlobreguezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enlobreguezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enlobreguezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enlobreguezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "enlobregueca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "enlobreguecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "enlobregueca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "enlobreguecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "enlobreguecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "enlobreguecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enlobregueciera" ; "enlobregueciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enlobreguecieras" ; "enlobreguecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enlobregueciera" ; "enlobregueciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enlobregueciramos" ; "enlobreguecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enlobreguecierais" ; "enlobreguecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enlobreguecieran" ; "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) => -} "enlobreguecers" ;--# 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) => -} "enlobregueceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "enlobreguecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enlobregueciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enlobreguecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enlobregueciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enlobregueciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enlobregueciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enlobreguecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "enlobreguecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "enlobregueceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "enlobreguecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "enlobregueceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "enlobreguecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "enlobregueceran" ;--# 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 (BeschSpa.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) => -} "enloquecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "enloquecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enloquezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enloquezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enloquezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enloquezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enloquezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enloquezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "enloqueca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "enloquecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "enloqueca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "enloquecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "enloquecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "enloquecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enloqueciera" ; "enloqueciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enloquecieras" ; "enloquecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enloqueciera" ; "enloqueciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enloqueciramos" ; "enloquecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enloquecierais" ; "enloquecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enloquecieran" ; "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) => -} "enloquecers" ;--# 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) => -} "enloqueceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "enloquecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enloqueciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enloquecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enloqueciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enloqueciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enloqueciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enloquecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "enloquecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "enloqueceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "enloquecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "enloqueceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "enloquecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "enloqueceran" ;--# 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 (BeschSpa.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) => -} "enlustrecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "enlustrecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enlustrezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enlustrezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enlustrezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enlustrezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enlustrezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enlustrezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "enlustreca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "enlustrecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "enlustreca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "enlustrecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "enlustrecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "enlustrecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enlustreciera" ; "enlustreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enlustrecieras" ; "enlustrecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enlustreciera" ; "enlustreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enlustreciramos" ; "enlustrecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enlustrecierais" ; "enlustrecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enlustrecieran" ; "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) => -} "enlustrecers" ;--# 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) => -} "enlustreceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "enlustrecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enlustreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enlustrecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enlustreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enlustreciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enlustreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enlustrecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "enlustrecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "enlustreceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "enlustrecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "enlustreceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "enlustrecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "enlustreceran" ;--# 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 (BeschSpa.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) => -} "enmagrecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "enmagrecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enmagrezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enmagrezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enmagrezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enmagrezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enmagrezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enmagrezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "enmagreca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "enmagrecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "enmagreca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "enmagrecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "enmagrecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "enmagrecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enmagreciera" ; "enmagreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enmagrecieras" ; "enmagrecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enmagreciera" ; "enmagreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enmagreciramos" ; "enmagrecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enmagrecierais" ; "enmagrecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enmagrecieran" ; "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) => -} "enmagrecers" ;--# 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) => -} "enmagreceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "enmagrecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enmagreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enmagrecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enmagreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enmagreciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enmagreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enmagrecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "enmagrecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "enmagreceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "enmagrecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "enmagreceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "enmagrecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "enmagreceran" ;--# 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 (BeschSpa.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) => -} "enmalecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "enmalecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enmalezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enmalezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enmalezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enmalezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enmalezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enmalezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "enmaleca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "enmalecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "enmaleca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "enmalecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "enmalecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "enmalecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enmaleciera" ; "enmaleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enmalecieras" ; "enmalecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enmaleciera" ; "enmaleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enmaleciramos" ; "enmalecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enmalecierais" ; "enmalecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enmalecieran" ; "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) => -} "enmalecers" ;--# 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) => -} "enmaleceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "enmalecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enmaleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enmalecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enmaleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enmaleciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enmaleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enmalecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "enmalecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "enmaleceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "enmalecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "enmaleceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "enmalecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "enmaleceran" ;--# 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 (BeschSpa.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) => -} "enmohecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "enmohecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enmohezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enmohezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enmohezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enmohezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enmohezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enmohezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "enmoheca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "enmohecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "enmoheca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "enmohecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "enmohecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "enmohecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enmoheciera" ; "enmoheciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enmohecieras" ; "enmohecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enmoheciera" ; "enmoheciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enmoheciramos" ; "enmohecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enmohecierais" ; "enmohecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enmohecieran" ; "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) => -} "enmohecers" ;--# 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) => -} "enmoheceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "enmohecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enmoheciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enmohecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enmoheciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enmoheciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enmoheciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enmohecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "enmohecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "enmoheceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "enmohecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "enmoheceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "enmohecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "enmoheceran" ;--# 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 (BeschSpa.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) => -} "enmollecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "enmollecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enmollezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enmollezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enmollezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enmollezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enmollezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enmollezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "enmolleca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "enmollecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "enmolleca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "enmollecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "enmollecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "enmollecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enmolleciera" ; "enmolleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enmollecieras" ; "enmollecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enmolleciera" ; "enmolleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enmolleciramos" ; "enmollecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enmollecierais" ; "enmollecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enmollecieran" ; "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) => -} "enmollecers" ;--# 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) => -} "enmolleceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "enmollecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enmolleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enmollecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enmolleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enmolleciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enmolleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enmollecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "enmollecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "enmolleceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "enmollecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "enmolleceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "enmollecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "enmolleceran" ;--# 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 (BeschSpa.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) => -} "enmudecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "enmudecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enmudezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enmudezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enmudezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enmudezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enmudezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enmudezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "enmudeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "enmudecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "enmudeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "enmudecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "enmudecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "enmudecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enmudeciera" ; "enmudeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enmudecieras" ; "enmudecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enmudeciera" ; "enmudeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enmudeciramos" ; "enmudecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enmudecierais" ; "enmudecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enmudecieran" ; "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) => -} "enmudecers" ;--# 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) => -} "enmudeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "enmudecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enmudeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enmudecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enmudeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enmudeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enmudeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enmudecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "enmudecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "enmudeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "enmudecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "enmudeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "enmudecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "enmudeceran" ;--# 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 (BeschSpa.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) => -} "ennegrecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "ennegrecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ennegrezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "ennegrezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ennegrezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "ennegrezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "ennegrezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "ennegrezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "ennegreca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "ennegrecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "ennegreca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "ennegrecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "ennegrecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "ennegrecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ennegreciera" ; "ennegreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ennegrecieras" ; "ennegrecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ennegreciera" ; "ennegreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ennegreciramos" ; "ennegrecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ennegrecierais" ; "ennegrecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ennegrecieran" ; "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) => -} "ennegrecers" ;--# 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) => -} "ennegreceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "ennegrecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "ennegreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "ennegrecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "ennegreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "ennegreciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "ennegreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "ennegrecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "ennegrecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "ennegreceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "ennegrecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "ennegreceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "ennegrecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "ennegreceran" ;--# 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 (BeschSpa.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) => -} "ennoblecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "ennoblecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ennoblezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "ennoblezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ennoblezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "ennoblezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "ennoblezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "ennoblezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "ennobleca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "ennoblecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "ennobleca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "ennoblecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "ennoblecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "ennoblecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ennobleciera" ; "ennobleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ennoblecieras" ; "ennoblecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ennobleciera" ; "ennobleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ennobleciramos" ; "ennoblecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ennoblecierais" ; "ennoblecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ennoblecieran" ; "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) => -} "ennoblecers" ;--# 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) => -} "ennobleceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "ennoblecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "ennobleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "ennoblecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "ennobleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "ennobleciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "ennobleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "ennoblecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "ennoblecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "ennobleceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "ennoblecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "ennobleceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "ennoblecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "ennobleceran" ;--# 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 (BeschSpa.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) => -} "ennudecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "ennudecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ennudezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "ennudezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ennudezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "ennudezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "ennudezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "ennudezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "ennudeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "ennudecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "ennudeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "ennudecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "ennudecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "ennudecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ennudeciera" ; "ennudeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ennudecieras" ; "ennudecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ennudeciera" ; "ennudeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ennudeciramos" ; "ennudecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ennudecierais" ; "ennudecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ennudecieran" ; "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) => -} "ennudecers" ;--# 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) => -} "ennudeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "ennudecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "ennudeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "ennudecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "ennudeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "ennudeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "ennudeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "ennudecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "ennudecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "ennudeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "ennudecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "ennudeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "ennudecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "ennudeceran" ;--# 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 (BeschSpa.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) => -} "enorgullecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "enorgullecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enorgullezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enorgullezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enorgullezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enorgullezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enorgullezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enorgullezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "enorgulleca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "enorgullecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "enorgulleca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "enorgullecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "enorgullecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "enorgullecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enorgulleciera" ; "enorgulleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enorgullecieras" ; "enorgullecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enorgulleciera" ; "enorgulleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enorgulleciramos" ; "enorgullecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enorgullecierais" ; "enorgullecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enorgullecieran" ; "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) => -} "enorgullecers" ;--# 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) => -} "enorgulleceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "enorgullecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enorgulleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enorgullecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enorgulleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enorgulleciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enorgulleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enorgullecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "enorgullecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "enorgulleceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "enorgullecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "enorgulleceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "enorgullecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "enorgulleceran" ;--# 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 (BeschSpa.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) => -} "enralecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "enralecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enralezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enralezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enralezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enralezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enralezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enralezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "enraleca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "enralecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "enraleca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "enralecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "enralecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "enralecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enraleciera" ; "enraleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enralecieras" ; "enralecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enraleciera" ; "enraleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enraleciramos" ; "enralecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enralecierais" ; "enralecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enralecieran" ; "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) => -} "enralecers" ;--# 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) => -} "enraleceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "enralecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enraleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enralecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enraleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enraleciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enraleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enralecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "enralecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "enraleceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "enralecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "enraleceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "enralecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "enraleceran" ;--# 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 (BeschSpa.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) => -} "enrarecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "enrarecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enrarezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enrarezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enrarezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enrarezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enrarezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enrarezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "enrareca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "enrarecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "enrareca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "enrarecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "enrarecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "enrarecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enrareciera" ; "enrareciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enrarecieras" ; "enrarecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enrareciera" ; "enrareciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enrareciramos" ; "enrarecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enrarecierais" ; "enrarecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enrarecieran" ; "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) => -} "enrarecers" ;--# 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) => -} "enrareceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "enrarecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enrareciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enrarecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enrareciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enrareciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enrareciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enrarecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "enrarecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "enrareceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "enrarecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "enrareceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "enrarecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "enrareceran" ;--# 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 (BeschSpa.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) => -} "enrigidecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "enrigidecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enrigidezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enrigidezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enrigidezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enrigidezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enrigidezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enrigidezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "enrigideca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "enrigidecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "enrigideca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "enrigidecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "enrigidecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "enrigidecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enrigideciera" ; "enrigideciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enrigidecieras" ; "enrigidecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enrigideciera" ; "enrigideciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enrigideciramos" ; "enrigidecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enrigidecierais" ; "enrigidecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enrigidecieran" ; "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) => -} "enrigidecers" ;--# 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) => -} "enrigideceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "enrigidecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enrigideciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enrigidecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enrigideciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enrigideciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enrigideciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enrigidecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "enrigidecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "enrigideceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "enrigidecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "enrigideceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "enrigidecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "enrigideceran" ;--# 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 (BeschSpa.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) => -} "enriquecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "enriquecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enriquezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enriquezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enriquezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enriquezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enriquezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enriquezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "enriqueca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "enriquecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "enriqueca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "enriquecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "enriquecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "enriquecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enriqueciera" ; "enriqueciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enriquecieras" ; "enriquecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enriqueciera" ; "enriqueciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enriqueciramos" ; "enriquecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enriquecierais" ; "enriquecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enriquecieran" ; "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) => -} "enriquecers" ;--# 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) => -} "enriqueceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "enriquecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enriqueciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enriquecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enriqueciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enriqueciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enriqueciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enriquecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "enriquecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "enriqueceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "enriquecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "enriqueceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "enriquecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "enriqueceran" ;--# 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 (BeschSpa.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) => -} "enrojecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "enrojecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enrojezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enrojezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enrojezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enrojezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enrojezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enrojezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "enrojeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "enrojecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "enrojeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "enrojecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "enrojecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "enrojecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enrojeciera" ; "enrojeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enrojecieras" ; "enrojecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enrojeciera" ; "enrojeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enrojeciramos" ; "enrojecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enrojecierais" ; "enrojecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enrojecieran" ; "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) => -} "enrojecers" ;--# 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) => -} "enrojeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "enrojecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enrojeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enrojecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enrojeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enrojeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enrojeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enrojecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "enrojecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "enrojeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "enrojecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "enrojeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "enrojecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "enrojeceran" ;--# 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 (BeschSpa.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) => -} "enronquecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "enronquecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enronquezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enronquezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enronquezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enronquezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enronquezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enronquezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "enronqueca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "enronquecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "enronqueca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "enronquecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "enronquecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "enronquecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enronqueciera" ; "enronqueciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enronquecieras" ; "enronquecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enronqueciera" ; "enronqueciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enronqueciramos" ; "enronquecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enronquecierais" ; "enronquecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enronquecieran" ; "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) => -} "enronquecers" ;--# 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) => -} "enronqueceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "enronquecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enronqueciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enronquecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enronqueciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enronqueciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enronqueciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enronquecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "enronquecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "enronqueceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "enronquecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "enronqueceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "enronquecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "enronqueceran" ;--# 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 (BeschSpa.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) => -} "enrudecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "enrudecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enrudezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enrudezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enrudezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enrudezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enrudezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enrudezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "enrudeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "enrudecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "enrudeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "enrudecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "enrudecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "enrudecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enrudeciera" ; "enrudeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enrudecieras" ; "enrudecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enrudeciera" ; "enrudeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enrudeciramos" ; "enrudecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enrudecierais" ; "enrudecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enrudecieran" ; "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) => -} "enrudecers" ;--# 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) => -} "enrudeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "enrudecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enrudeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enrudecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enrudeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enrudeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enrudeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enrudecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "enrudecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "enrudeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "enrudecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "enrudeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "enrudecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "enrudeceran" ;--# 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 (BeschSpa.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) => -} "enruinecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "enruinecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enruinezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enruinezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enruinezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enruinezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enruinezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enruinezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "enruineca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "enruinecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "enruineca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "enruinecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "enruinecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "enruinecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enruineciera" ; "enruineciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enruinecieras" ; "enruinecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enruineciera" ; "enruineciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enruineciramos" ; "enruinecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enruinecierais" ; "enruinecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enruinecieran" ; "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) => -} "enruinecers" ;--# 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) => -} "enruineceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "enruinecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enruineciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enruinecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enruineciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enruineciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enruineciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enruinecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "enruinecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "enruineceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "enruinecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "enruineceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "enruinecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "enruineceran" ;--# 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 (BeschSpa.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) => -} "ensandecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "ensandecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ensandezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "ensandezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ensandezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "ensandezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "ensandezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "ensandezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "ensandeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "ensandecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "ensandeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "ensandecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "ensandecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "ensandecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ensandeciera" ; "ensandeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ensandecieras" ; "ensandecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ensandeciera" ; "ensandeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ensandeciramos" ; "ensandecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ensandecierais" ; "ensandecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ensandecieran" ; "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) => -} "ensandecers" ;--# 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) => -} "ensandeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "ensandecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "ensandeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "ensandecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "ensandeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "ensandeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "ensandeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "ensandecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "ensandecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "ensandeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "ensandecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "ensandeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "ensandecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "ensandeceran" ;--# 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 (BeschSpa.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) => -} "ensarnecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "ensarnecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ensarnezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "ensarnezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ensarnezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "ensarnezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "ensarnezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "ensarnezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "ensarneca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "ensarnecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "ensarneca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "ensarnecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "ensarnecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "ensarnecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ensarneciera" ; "ensarneciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ensarnecieras" ; "ensarnecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ensarneciera" ; "ensarneciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ensarneciramos" ; "ensarnecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ensarnecierais" ; "ensarnecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ensarnecieran" ; "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) => -} "ensarnecers" ;--# 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) => -} "ensarneceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "ensarnecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "ensarneciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "ensarnecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "ensarneciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "ensarneciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "ensarneciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "ensarnecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "ensarnecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "ensarneceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "ensarnecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "ensarneceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "ensarnecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "ensarneceran" ;--# 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 (BeschSpa.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) => -} "ensoberbecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "ensoberbecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ensoberbezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "ensoberbezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ensoberbezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "ensoberbezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "ensoberbezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "ensoberbezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "ensoberbeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "ensoberbecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "ensoberbeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "ensoberbecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "ensoberbecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "ensoberbecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ensoberbeciera" ; "ensoberbeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ensoberbecieras" ; "ensoberbecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ensoberbeciera" ; "ensoberbeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ensoberbeciramos" ; "ensoberbecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ensoberbecierais" ; "ensoberbecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ensoberbecieran" ; "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) => -} "ensoberbecers" ;--# 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) => -} "ensoberbeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "ensoberbecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "ensoberbeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "ensoberbecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "ensoberbeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "ensoberbeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "ensoberbeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "ensoberbecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "ensoberbecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "ensoberbeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "ensoberbecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "ensoberbeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "ensoberbecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "ensoberbeceran" ;--# 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 (BeschSpa.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) => -} "ensombrecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "ensombrecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ensombrezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "ensombrezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ensombrezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "ensombrezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "ensombrezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "ensombrezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "ensombreca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "ensombrecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "ensombreca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "ensombrecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "ensombrecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "ensombrecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ensombreciera" ; "ensombreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ensombrecieras" ; "ensombrecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ensombreciera" ; "ensombreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ensombreciramos" ; "ensombrecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ensombrecierais" ; "ensombrecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ensombrecieran" ; "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) => -} "ensombrecers" ;--# 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) => -} "ensombreceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "ensombrecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "ensombreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "ensombrecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "ensombreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "ensombreciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "ensombreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "ensombrecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "ensombrecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "ensombreceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "ensombrecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "ensombreceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "ensombrecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "ensombreceran" ;--# 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 (BeschSpa.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) => -} "ensordecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "ensordecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ensordezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "ensordezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ensordezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "ensordezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "ensordezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "ensordezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "ensordeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "ensordecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "ensordeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "ensordecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "ensordecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "ensordecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ensordeciera" ; "ensordeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ensordecieras" ; "ensordecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ensordeciera" ; "ensordeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ensordeciramos" ; "ensordecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ensordecierais" ; "ensordecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ensordecieran" ; "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) => -} "ensordecers" ;--# 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) => -} "ensordeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "ensordecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "ensordeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "ensordecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "ensordeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "ensordeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "ensordeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "ensordecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "ensordecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "ensordeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "ensordecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "ensordeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "ensordecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "ensordeceran" ;--# 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 (BeschSpa.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) => -} "entallecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "entallecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "entallezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "entallezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "entallezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "entallezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "entallezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "entallezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "entalleca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "entallecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "entalleca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "entallecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "entallecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "entallecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entalleciera" ; "entalleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entallecieras" ; "entallecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entalleciera" ; "entalleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entalleciramos" ; "entallecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entallecierais" ; "entallecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entallecieran" ; "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) => -} "entallecers" ;--# 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) => -} "entalleceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "entallecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "entalleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "entallecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "entalleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "entalleciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "entalleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "entallecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "entallecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "entalleceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "entallecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "entalleceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "entallecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "entalleceran" ;--# 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 (BeschSpa.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) => -} "entenebrecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "entenebrecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "entenebrezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "entenebrezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "entenebrezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "entenebrezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "entenebrezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "entenebrezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "entenebreca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "entenebrecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "entenebreca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "entenebrecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "entenebrecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "entenebrecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entenebreciera" ; "entenebreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entenebrecieras" ; "entenebrecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entenebreciera" ; "entenebreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entenebreciramos" ; "entenebrecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entenebrecierais" ; "entenebrecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entenebrecieran" ; "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) => -} "entenebrecers" ;--# 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) => -} "entenebreceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "entenebrecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "entenebreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "entenebrecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "entenebreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "entenebreciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "entenebreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "entenebrecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "entenebrecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "entenebreceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "entenebrecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "entenebreceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "entenebrecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "entenebreceran" ;--# 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 (BeschSpa.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) => -} "enternecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "enternecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enternezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enternezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enternezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enternezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enternezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enternezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "enterneca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "enternecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "enterneca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "enternecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "enternecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "enternecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enterneciera" ; "enterneciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enternecieras" ; "enternecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enterneciera" ; "enterneciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enterneciramos" ; "enternecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enternecierais" ; "enternecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enternecieran" ; "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) => -} "enternecers" ;--# 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) => -} "enterneceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "enternecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enterneciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enternecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enterneciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enterneciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enterneciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enternecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "enternecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "enterneceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "enternecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "enterneceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "enternecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "enterneceran" ;--# 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 (BeschSpa.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) => -} "entestecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "entestecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "entestezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "entestezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "entestezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "entestezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "entestezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "entestezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "entesteca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "entestecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "entesteca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "entestecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "entestecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "entestecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entesteciera" ; "entesteciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entestecieras" ; "entestecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entesteciera" ; "entesteciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entesteciramos" ; "entestecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entestecierais" ; "entestecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entestecieran" ; "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) => -} "entestecers" ;--# 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) => -} "entesteceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "entestecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "entesteciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "entestecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "entesteciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "entesteciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "entesteciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "entestecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "entestecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "entesteceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "entestecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "entesteceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "entestecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "entesteceran" ;--# 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 (BeschSpa.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) => -} "entontecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "entontecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "entontezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "entontezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "entontezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "entontezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "entontezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "entontezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "entonteca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "entontecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "entonteca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "entontecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "entontecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "entontecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entonteciera" ; "entonteciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entontecieras" ; "entontecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entonteciera" ; "entonteciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entonteciramos" ; "entontecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entontecierais" ; "entontecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entontecieran" ; "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) => -} "entontecers" ;--# 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) => -} "entonteceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "entontecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "entonteciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "entontecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "entonteciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "entonteciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "entonteciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "entontecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "entontecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "entonteceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "entontecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "entonteceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "entontecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "entonteceran" ;--# 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 (BeschSpa.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) => -} "entorpecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "entorpecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "entorpezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "entorpezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "entorpezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "entorpezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "entorpezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "entorpezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "entorpeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "entorpecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "entorpeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "entorpecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "entorpecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "entorpecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entorpeciera" ; "entorpeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entorpecieras" ; "entorpecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entorpeciera" ; "entorpeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entorpeciramos" ; "entorpecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entorpecierais" ; "entorpecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entorpecieran" ; "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) => -} "entorpecers" ;--# 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) => -} "entorpeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "entorpecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "entorpeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "entorpecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "entorpeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "entorpeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "entorpeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "entorpecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "entorpecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "entorpeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "entorpecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "entorpeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "entorpecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "entorpeceran" ;--# 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 (BeschSpa.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) => -} "entristecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "entristecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "entristezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "entristezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "entristezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "entristezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "entristezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "entristezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "entristeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "entristecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "entristeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "entristecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "entristecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "entristecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entristeciera" ; "entristeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entristecieras" ; "entristecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entristeciera" ; "entristeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entristeciramos" ; "entristecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entristecierais" ; "entristecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entristecieran" ; "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) => -} "entristecers" ;--# 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) => -} "entristeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "entristecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "entristeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "entristecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "entristeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "entristeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "entristeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "entristecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "entristecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "entristeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "entristecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "entristeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "entristecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "entristeceran" ;--# 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 (BeschSpa.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) => -} "entullecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "entullecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "entullezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "entullezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "entullezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "entullezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "entullezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "entullezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "entulleca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "entullecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "entulleca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "entullecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "entullecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "entullecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entulleciera" ; "entulleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entullecieras" ; "entullecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entulleciera" ; "entulleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entulleciramos" ; "entullecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entullecierais" ; "entullecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entullecieran" ; "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) => -} "entullecers" ;--# 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) => -} "entulleceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "entullecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "entulleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "entullecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "entulleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "entulleciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "entulleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "entullecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "entullecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "entulleceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "entullecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "entulleceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "entullecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "entulleceran" ;--# 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 (BeschSpa.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) => -} "entumecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "entumecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "entumezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "entumezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "entumezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "entumezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "entumezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "entumezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "entumeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "entumecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "entumeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "entumecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "entumecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "entumecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entumeciera" ; "entumeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entumecieras" ; "entumecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entumeciera" ; "entumeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entumeciramos" ; "entumecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entumecierais" ; "entumecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entumecieran" ; "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) => -} "entumecers" ;--# 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) => -} "entumeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "entumecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "entumeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "entumecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "entumeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "entumeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "entumeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "entumecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "entumecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "entumeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "entumecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "entumeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "entumecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "entumeceran" ;--# 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 (BeschSpa.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) => -} "envaguecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "envaguecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "envaguezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "envaguezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "envaguezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "envaguezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "envaguezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "envaguezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "envagueca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "envaguecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "envagueca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "envaguecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "envaguecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "envaguecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"envagueciera" ; "envagueciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"envaguecieras" ; "envaguecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"envagueciera" ; "envagueciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"envagueciramos" ; "envaguecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"envaguecierais" ; "envaguecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"envaguecieran" ; "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) => -} "envaguecers" ;--# 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) => -} "envagueceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "envaguecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "envagueciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "envaguecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "envagueciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "envagueciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "envagueciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "envaguecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "envaguecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "envagueceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "envaguecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "envagueceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "envaguecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "envagueceran" ;--# 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 (BeschSpa.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) => -} "envanecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "envanecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "envanezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "envanezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "envanezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "envanezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "envanezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "envanezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "envaneca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "envanecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "envaneca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "envanecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "envanecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "envanecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"envaneciera" ; "envaneciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"envanecieras" ; "envanecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"envaneciera" ; "envaneciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"envaneciramos" ; "envanecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"envanecierais" ; "envanecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"envanecieran" ; "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) => -} "envanecers" ;--# 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) => -} "envaneceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "envanecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "envaneciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "envanecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "envaneciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "envaneciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "envaneciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "envanecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "envanecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "envaneceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "envanecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "envaneceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "envanecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "envaneceran" ;--# 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 (BeschSpa.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) => -} "envejecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "envejecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "envejezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "envejezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "envejezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "envejezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "envejezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "envejezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "envejeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "envejecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "envejeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "envejecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "envejecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "envejecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"envejeciera" ; "envejeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"envejecieras" ; "envejecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"envejeciera" ; "envejeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"envejeciramos" ; "envejecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"envejecierais" ; "envejecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"envejecieran" ; "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) => -} "envejecers" ;--# 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) => -} "envejeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "envejecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "envejeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "envejecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "envejeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "envejeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "envejeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "envejecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "envejecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "envejeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "envejecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "envejeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "envejecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "envejeceran" ;--# 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 (BeschSpa.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) => -} "enverdecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "enverdecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enverdezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enverdezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enverdezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enverdezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enverdezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enverdezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "enverdeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "enverdecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "enverdeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "enverdecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "enverdecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "enverdecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enverdeciera" ; "enverdeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enverdecieras" ; "enverdecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enverdeciera" ; "enverdeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enverdeciramos" ; "enverdecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enverdecierais" ; "enverdecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enverdecieran" ; "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) => -} "enverdecers" ;--# 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) => -} "enverdeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "enverdecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enverdeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enverdecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enverdeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enverdeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enverdeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enverdecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "enverdecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "enverdeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "enverdecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "enverdeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "enverdecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "enverdeceran" ;--# 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 (BeschSpa.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) => -} "enzurdecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "enzurdecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enzurdezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enzurdezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enzurdezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enzurdezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enzurdezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enzurdezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "enzurdeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "enzurdecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "enzurdeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "enzurdecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "enzurdecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "enzurdecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enzurdeciera" ; "enzurdeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enzurdecieras" ; "enzurdecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enzurdeciera" ; "enzurdeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enzurdeciramos" ; "enzurdecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enzurdecierais" ; "enzurdecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enzurdecieran" ; "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) => -} "enzurdecers" ;--# 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) => -} "enzurdeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "enzurdecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enzurdeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enzurdecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enzurdeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enzurdeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enzurdeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enzurdecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "enzurdecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "enzurdeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "enzurdecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "enzurdeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "enzurdecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "enzurdeceran" ;--# 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 (BeschSpa.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) => -} "escaecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "escaecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "escaezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "escaezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "escaezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "escaezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "escaezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "escaezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "escaeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "escaecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "escaeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "escaecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "escaecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "escaecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"escaeciera" ; "escaeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"escaecieras" ; "escaecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"escaeciera" ; "escaeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"escaeciramos" ; "escaecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"escaecierais" ; "escaecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"escaecieran" ; "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) => -} "escaecers" ;--# 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) => -} "escaeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "escaecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "escaeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "escaecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "escaeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "escaeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "escaeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "escaecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "escaecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "escaeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "escaecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "escaeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "escaecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "escaeceran" ;--# 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 (BeschSpa.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) => -} "escarnecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "escarnecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "escarnezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "escarnezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "escarnezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "escarnezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "escarnezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "escarnezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "escarneca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "escarnecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "escarneca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "escarnecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "escarnecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "escarnecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"escarneciera" ; "escarneciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"escarnecieras" ; "escarnecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"escarneciera" ; "escarneciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"escarneciramos" ; "escarnecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"escarnecierais" ; "escarnecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"escarnecieran" ; "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) => -} "escarnecers" ;--# 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) => -} "escarneceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "escarnecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "escarneciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "escarnecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "escarneciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "escarneciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "escarneciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "escarnecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "escarnecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "escarneceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "escarnecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "escarneceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "escarnecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "escarneceran" ;--# 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 (BeschSpa.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) => -} "esclarecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "esclarecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "esclarezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "esclarezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "esclarezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "esclarezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "esclarezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "esclarezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "esclareca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "esclarecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "esclareca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "esclarecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "esclarecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "esclarecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"esclareciera" ; "esclareciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"esclarecieras" ; "esclarecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"esclareciera" ; "esclareciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"esclareciramos" ; "esclarecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"esclarecierais" ; "esclarecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"esclarecieran" ; "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) => -} "esclarecers" ;--# 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) => -} "esclareceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "esclarecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "esclareciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "esclarecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "esclareciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "esclareciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "esclareciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "esclarecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "esclarecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "esclareceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "esclarecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "esclareceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "esclarecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "esclareceran" ;--# 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 (BeschSpa.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) => -} "esmorecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "esmorecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "esmorezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "esmorezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "esmorezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "esmorezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "esmorezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "esmorezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "esmoreca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "esmorecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "esmoreca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "esmorecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "esmorecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "esmorecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"esmoreciera" ; "esmoreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"esmorecieras" ; "esmorecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"esmoreciera" ; "esmoreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"esmoreciramos" ; "esmorecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"esmorecierais" ; "esmorecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"esmorecieran" ; "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) => -} "esmorecers" ;--# 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) => -} "esmoreceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "esmorecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "esmoreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "esmorecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "esmoreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "esmoreciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "esmoreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "esmorecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "esmorecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "esmoreceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "esmorecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "esmoreceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "esmorecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "esmoreceran" ;--# 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 (BeschSpa.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) => -} "establecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "establecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "establezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "establezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "establezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "establezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "establezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "establezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "estableca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "establecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "estableca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "establecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "establecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "establecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"estableciera" ; "estableciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"establecieras" ; "establecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"estableciera" ; "estableciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"estableciramos" ; "establecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"establecierais" ; "establecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"establecieran" ; "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) => -} "establecers" ;--# 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) => -} "estableceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "establecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "estableciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "establecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "estableciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "estableciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "estableciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "establecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "establecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "estableceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "establecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "estableceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "establecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "estableceran" ;--# 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 (BeschSpa.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) => -} "estremecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "estremecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "estremezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "estremezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "estremezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "estremezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "estremezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "estremezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "estremeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "estremecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "estremeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "estremecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "estremecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "estremecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"estremeciera" ; "estremeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"estremecieras" ; "estremecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"estremeciera" ; "estremeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"estremeciramos" ; "estremecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"estremecierais" ; "estremecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"estremecieran" ; "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) => -} "estremecers" ;--# 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) => -} "estremeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "estremecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "estremeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "estremecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "estremeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "estremeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "estremeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "estremecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "estremecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "estremeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "estremecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "estremeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "estremecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "estremeceran" ;--# 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 (BeschSpa.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) => -} "evanecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "evanecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "evanezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "evanezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "evanezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "evanezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "evanezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "evanezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "evaneca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "evanecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "evaneca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "evanecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "evanecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "evanecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"evaneciera" ; "evaneciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"evanecieras" ; "evanecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"evaneciera" ; "evaneciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"evaneciramos" ; "evanecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"evanecierais" ; "evanecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"evanecieran" ; "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) => -} "evanecers" ;--# 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) => -} "evaneceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "evanecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "evaneciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "evanecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "evaneciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "evaneciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "evaneciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "evanecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "evanecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "evaneceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "evanecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "evaneceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "evanecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "evaneceran" ;--# 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 (BeschSpa.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) => -} "evanescis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "evanescen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "evaneszca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "evaneszcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "evaneszca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "evaneszcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "evaneszcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "evaneszcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "evanesca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "evanescas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "evanesca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "evanescamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "evanescais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "evanescan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"evanesciera" ; "evanesciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"evanescieras" ; "evanescieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"evanesciera" ; "evanesciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"evanesciramos" ; "evanescisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"evanescierais" ; "evanescieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"evanescieran" ; "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) => -} "evanescers" ;--# 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) => -} "evanesceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "evanescern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "evanesciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "evanescieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "evanesciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "evanesciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "evanesciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "evanescieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "evanescera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "evanesceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "evanescera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "evanesceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "evanescerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "evanesceran" ;--# 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 (BeschSpa.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) => -} "excandecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "excandecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "excandezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "excandezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "excandezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "excandezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "excandezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "excandezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "excandeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "excandecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "excandeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "excandecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "excandecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "excandecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"excandeciera" ; "excandeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"excandecieras" ; "excandecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"excandeciera" ; "excandeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"excandeciramos" ; "excandecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"excandecierais" ; "excandecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"excandecieran" ; "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) => -} "excandecers" ;--# 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) => -} "excandeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "excandecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "excandeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "excandecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "excandeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "excandeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "excandeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "excandecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "excandecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "excandeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "excandecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "excandeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "excandecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "excandeceran" ;--# 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 (BeschSpa.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) => -} "fallecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "fallecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "fallezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "fallezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "fallezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "fallezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "fallezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "fallezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "falleca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "fallecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "falleca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "fallecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "fallecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "fallecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"falleciera" ; "falleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fallecieras" ; "fallecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"falleciera" ; "falleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"falleciramos" ; "fallecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fallecierais" ; "fallecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fallecieran" ; "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) => -} "fallecers" ;--# 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) => -} "falleceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "fallecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "falleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "fallecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "falleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "falleciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "falleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "fallecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "fallecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "falleceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "fallecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "falleceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "fallecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "falleceran" ;--# 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 (BeschSpa.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) => -} "favorecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "favorecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "favorezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "favorezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "favorezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "favorezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "favorezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "favorezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "favoreca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "favorecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "favoreca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "favorecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "favorecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "favorecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"favoreciera" ; "favoreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"favorecieras" ; "favorecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"favoreciera" ; "favoreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"favoreciramos" ; "favorecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"favorecierais" ; "favorecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"favorecieran" ; "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) => -} "favorecers" ;--# 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) => -} "favoreceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "favorecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "favoreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "favorecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "favoreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "favoreciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "favoreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "favorecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "favorecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "favoreceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "favorecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "favoreceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "favorecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "favoreceran" ;--# 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 (BeschSpa.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) => -} "fenecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "fenecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "fenezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "fenezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "fenezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "fenezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "fenezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "fenezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "feneca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "fenecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "feneca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "fenecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "fenecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "fenecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"feneciera" ; "feneciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fenecieras" ; "fenecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"feneciera" ; "feneciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"feneciramos" ; "fenecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fenecierais" ; "fenecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fenecieran" ; "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) => -} "fenecers" ;--# 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) => -} "feneceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "fenecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "feneciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "fenecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "feneciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "feneciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "feneciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "fenecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "fenecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "feneceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "fenecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "feneceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "fenecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "feneceran" ;--# 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 (BeschSpa.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) => -} "florecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "florecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "florezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "florezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "florezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "florezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "florezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "florezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "floreca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "florecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "floreca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "florecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "florecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "florecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"floreciera" ; "floreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"florecieras" ; "florecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"floreciera" ; "floreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"floreciramos" ; "florecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"florecierais" ; "florecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"florecieran" ; "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) => -} "florecers" ;--# 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) => -} "floreceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "florecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "floreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "florecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "floreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "floreciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "floreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "florecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "florecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "floreceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "florecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "floreceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "florecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "floreceran" ;--# 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 (BeschSpa.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) => -} "fortalecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "fortalecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "fortalezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "fortalezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "fortalezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "fortalezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "fortalezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "fortalezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "fortaleca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "fortalecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "fortaleca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "fortalecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "fortalecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "fortalecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"fortaleciera" ; "fortaleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fortalecieras" ; "fortalecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fortaleciera" ; "fortaleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"fortaleciramos" ; "fortalecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fortalecierais" ; "fortalecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fortalecieran" ; "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) => -} "fortalecers" ;--# 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) => -} "fortaleceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "fortalecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "fortaleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "fortalecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "fortaleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "fortaleciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "fortaleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "fortalecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "fortalecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "fortaleceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "fortalecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "fortaleceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "fortalecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "fortaleceran" ;--# 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 (BeschSpa.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) => -} "fosforecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "fosforecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "fosforezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "fosforezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "fosforezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "fosforezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "fosforezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "fosforezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "fosforeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "fosforecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "fosforeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "fosforecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "fosforecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "fosforecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"fosforeciera" ; "fosforeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fosforecieras" ; "fosforecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fosforeciera" ; "fosforeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"fosforeciramos" ; "fosforecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fosforecierais" ; "fosforecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fosforecieran" ; "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) => -} "fosforecers" ;--# 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) => -} "fosforeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "fosforecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "fosforeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "fosforecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "fosforeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "fosforeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "fosforeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "fosforecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "fosforecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "fosforeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "fosforecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "fosforeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "fosforecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "fosforeceran" ;--# 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 (BeschSpa.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) => -} "fosforescis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "fosforescen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "fosforeszca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "fosforeszcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "fosforeszca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "fosforeszcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "fosforeszcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "fosforeszcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "fosforesca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "fosforescas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "fosforesca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "fosforescamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "fosforescais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "fosforescan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"fosforesciera" ; "fosforesciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fosforescieras" ; "fosforescieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fosforesciera" ; "fosforesciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"fosforesciramos" ; "fosforescisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fosforescierais" ; "fosforescieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fosforescieran" ; "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) => -} "fosforescers" ;--# 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) => -} "fosforesceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "fosforescern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "fosforesciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "fosforescieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "fosforesciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "fosforesciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "fosforesciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "fosforescieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "fosforescera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "fosforesceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "fosforescera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "fosforesceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "fosforescerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "fosforesceran" ;--# 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 (BeschSpa.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) => -} "frutecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "frutecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "frutezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "frutezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "frutezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "frutezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "frutezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "frutezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "fruteca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "frutecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "fruteca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "frutecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "frutecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "frutecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"fruteciera" ; "fruteciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"frutecieras" ; "frutecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fruteciera" ; "fruteciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"fruteciramos" ; "frutecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"frutecierais" ; "frutecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"frutecieran" ; "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) => -} "frutecers" ;--# 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) => -} "fruteceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "frutecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "fruteciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "frutecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "fruteciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "fruteciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "fruteciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "frutecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "frutecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "fruteceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "frutecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "fruteceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "frutecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "fruteceran" ;--# 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 (BeschSpa.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) => -} "guarecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "guarecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "guarezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "guarezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "guarezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "guarezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "guarezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "guarezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "guareca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "guarecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "guareca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "guarecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "guarecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "guarecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"guareciera" ; "guareciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"guarecieras" ; "guarecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"guareciera" ; "guareciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"guareciramos" ; "guarecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"guarecierais" ; "guarecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"guarecieran" ; "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) => -} "guarecers" ;--# 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) => -} "guareceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "guarecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "guareciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "guarecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "guareciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "guareciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "guareciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "guarecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "guarecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "guareceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "guarecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "guareceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "guarecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "guareceran" ;--# 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 (BeschSpa.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) => -} "guarnecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "guarnecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "guarnezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "guarnezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "guarnezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "guarnezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "guarnezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "guarnezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "guarneca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "guarnecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "guarneca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "guarnecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "guarnecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "guarnecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"guarneciera" ; "guarneciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"guarnecieras" ; "guarnecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"guarneciera" ; "guarneciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"guarneciramos" ; "guarnecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"guarnecierais" ; "guarnecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"guarnecieran" ; "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) => -} "guarnecers" ;--# 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) => -} "guarneceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "guarnecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "guarneciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "guarnecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "guarneciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "guarneciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "guarneciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "guarnecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "guarnecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "guarneceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "guarnecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "guarneceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "guarnecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "guarneceran" ;--# 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 (BeschSpa.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) => -} "herbecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "herbecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "herbezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "herbezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "herbezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "herbezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "herbezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "herbezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "herbeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "herbecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "herbeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "herbecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "herbecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "herbecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"herbeciera" ; "herbeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"herbecieras" ; "herbecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"herbeciera" ; "herbeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"herbeciramos" ; "herbecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"herbecierais" ; "herbecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"herbecieran" ; "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) => -} "herbecers" ;--# 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) => -} "herbeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "herbecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "herbeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "herbecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "herbeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "herbeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "herbeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "herbecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "herbecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "herbeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "herbecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "herbeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "herbecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "herbeceran" ;--# 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 (BeschSpa.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) => -} "hermanecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "hermanecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "hermanezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "hermanezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "hermanezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "hermanezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "hermanezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "hermanezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "hermaneca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "hermanecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "hermaneca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "hermanecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "hermanecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "hermanecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"hermaneciera" ; "hermaneciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"hermanecieras" ; "hermanecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"hermaneciera" ; "hermaneciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"hermaneciramos" ; "hermanecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"hermanecierais" ; "hermanecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"hermanecieran" ; "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) => -} "hermanecers" ;--# 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) => -} "hermaneceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "hermanecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "hermaneciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "hermanecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "hermaneciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "hermaneciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "hermaneciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "hermanecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "hermanecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "hermaneceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "hermanecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "hermaneceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "hermanecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "hermaneceran" ;--# 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 (BeschSpa.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) => -} "humedecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "humedecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "humedezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "humedezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "humedezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "humedezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "humedezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "humedezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "humedeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "humedecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "humedeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "humedecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "humedecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "humedecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"humedeciera" ; "humedeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"humedecieras" ; "humedecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"humedeciera" ; "humedeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"humedeciramos" ; "humedecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"humedecierais" ; "humedecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"humedecieran" ; "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) => -} "humedecers" ;--# 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) => -} "humedeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "humedecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "humedeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "humedecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "humedeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "humedeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "humedeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "humedecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "humedecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "humedeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "humedecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "humedeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "humedecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "humedeceran" ;--# 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 (BeschSpa.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) => -} "languidecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "languidecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "languidezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "languidezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "languidezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "languidezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "languidezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "languidezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "languideca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "languidecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "languideca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "languidecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "languidecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "languidecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"languideciera" ; "languideciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"languidecieras" ; "languidecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"languideciera" ; "languideciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"languideciramos" ; "languidecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"languidecierais" ; "languidecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"languidecieran" ; "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) => -} "languidecers" ;--# 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) => -} "languideceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "languidecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "languideciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "languidecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "languideciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "languideciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "languideciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "languidecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "languidecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "languideceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "languidecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "languideceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "languidecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "languideceran" ;--# 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 (BeschSpa.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) => -} "lividecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "lividecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "lividezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "lividezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "lividezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "lividezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "lividezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "lividezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "livideca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "lividecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "livideca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "lividecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "lividecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "lividecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"livideciera" ; "livideciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"lividecieras" ; "lividecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"livideciera" ; "livideciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"livideciramos" ; "lividecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"lividecierais" ; "lividecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"lividecieran" ; "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) => -} "lividecers" ;--# 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) => -} "livideceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "lividecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "livideciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "lividecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "livideciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "livideciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "livideciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "lividecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "lividecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "livideceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "lividecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "livideceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "lividecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "livideceran" ;--# 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 (BeschSpa.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) => -} "lobreguecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "lobreguecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "lobreguezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "lobreguezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "lobreguezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "lobreguezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "lobreguezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "lobreguezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "lobregueca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "lobreguecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "lobregueca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "lobreguecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "lobreguecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "lobreguecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"lobregueciera" ; "lobregueciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"lobreguecieras" ; "lobreguecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"lobregueciera" ; "lobregueciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"lobregueciramos" ; "lobreguecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"lobreguecierais" ; "lobreguecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"lobreguecieran" ; "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) => -} "lobreguecers" ;--# 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) => -} "lobregueceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "lobreguecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "lobregueciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "lobreguecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "lobregueciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "lobregueciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "lobregueciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "lobreguecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "lobreguecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "lobregueceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "lobreguecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "lobregueceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "lobreguecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "lobregueceran" ;--# 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 (BeschSpa.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) => -} "merecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "merecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "merezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "merezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "merezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "merezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "merezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "merezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "mereca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "merecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "mereca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "merecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "merecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "merecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"mereciera" ; "mereciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"merecieras" ; "merecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"mereciera" ; "mereciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"mereciramos" ; "merecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"merecierais" ; "merecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"merecieran" ; "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) => -} "merecers" ;--# 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) => -} "mereceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "merecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "mereciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "merecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "mereciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "mereciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "mereciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "merecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "merecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "mereceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "merecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "mereceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "merecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "mereceran" ;--# 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 (BeschSpa.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) => -} "mohecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "mohecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "mohezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "mohezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "mohezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "mohezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "mohezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "mohezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "moheca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "mohecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "moheca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "mohecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "mohecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "mohecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"moheciera" ; "moheciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"mohecieras" ; "mohecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"moheciera" ; "moheciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"moheciramos" ; "mohecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"mohecierais" ; "mohecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"mohecieran" ; "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) => -} "mohecers" ;--# 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) => -} "moheceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "mohecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "moheciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "mohecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "moheciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "moheciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "moheciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "mohecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "mohecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "moheceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "mohecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "moheceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "mohecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "moheceran" ;--# 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 (BeschSpa.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) => -} "nacis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "nacen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "nazca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "nazcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "nazca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "nazcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "nazcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "nazcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "naca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "nacas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "naca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "nacamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "nacais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "nacan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"naciera" ; "naciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"nacieras" ; "nacieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"naciera" ; "naciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"naciramos" ; "nacisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"nacierais" ; "nacieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"nacieran" ; "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) => -} "nacers" ;--# 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) => -} "naceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "nacern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "naciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "nacieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "naciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "naciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "naciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "nacieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "nacera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "naceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "nacera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "naceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "nacerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "naceran" ;--# 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 (BeschSpa.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) => -} "negrecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "negrecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "negrezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "negrezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "negrezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "negrezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "negrezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "negrezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "negreca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "negrecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "negreca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "negrecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "negrecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "negrecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"negreciera" ; "negreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"negrecieras" ; "negrecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"negreciera" ; "negreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"negreciramos" ; "negrecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"negrecierais" ; "negrecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"negrecieran" ; "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) => -} "negrecers" ;--# 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) => -} "negreceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "negrecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "negreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "negrecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "negreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "negreciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "negreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "negrecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "negrecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "negreceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "negrecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "negreceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "negrecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "negreceran" ;--# 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 (BeschSpa.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) => -} "obedecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "obedecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "obedezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "obedezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "obedezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "obedezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "obedezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "obedezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "obedeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "obedecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "obedeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "obedecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "obedecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "obedecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"obedeciera" ; "obedeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"obedecieras" ; "obedecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"obedeciera" ; "obedeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"obedeciramos" ; "obedecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"obedecierais" ; "obedecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"obedecieran" ; "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) => -} "obedecers" ;--# 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) => -} "obedeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "obedecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "obedeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "obedecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "obedeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "obedeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "obedeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "obedecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "obedecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "obedeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "obedecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "obedeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "obedecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "obedeceran" ;--# 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 (BeschSpa.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) => -} "obscurecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "obscurecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "obscurezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "obscurezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "obscurezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "obscurezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "obscurezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "obscurezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "obscureca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "obscurecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "obscureca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "obscurecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "obscurecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "obscurecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"obscureciera" ; "obscureciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"obscurecieras" ; "obscurecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"obscureciera" ; "obscureciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"obscureciramos" ; "obscurecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"obscurecierais" ; "obscurecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"obscurecieran" ; "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) => -} "obscurecers" ;--# 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) => -} "obscureceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "obscurecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "obscureciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "obscurecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "obscureciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "obscureciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "obscureciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "obscurecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "obscurecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "obscureceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "obscurecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "obscureceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "obscurecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "obscureceran" ;--# 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 (BeschSpa.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) => -} "ofrecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "ofrecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ofrezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "ofrezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ofrezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "ofrezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "ofrezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "ofrezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "ofreca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "ofrecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "ofreca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "ofrecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "ofrecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "ofrecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ofreciera" ; "ofreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ofrecieras" ; "ofrecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ofreciera" ; "ofreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ofreciramos" ; "ofrecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ofrecierais" ; "ofrecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ofrecieran" ; "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) => -} "ofrecers" ;--# 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) => -} "ofreceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "ofrecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "ofreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "ofrecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "ofreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "ofreciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "ofreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "ofrecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "ofrecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "ofreceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "ofrecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "ofreceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "ofrecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "ofreceran" ;--# 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 (BeschSpa.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) => -} "oscurecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "oscurecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "oscurezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "oscurezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "oscurezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "oscurezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "oscurezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "oscurezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "oscureca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "oscurecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "oscureca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "oscurecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "oscurecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "oscurecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"oscureciera" ; "oscureciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"oscurecieras" ; "oscurecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"oscureciera" ; "oscureciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"oscureciramos" ; "oscurecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"oscurecierais" ; "oscurecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"oscurecieran" ; "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) => -} "oscurecers" ;--# 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) => -} "oscureceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "oscurecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "oscureciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "oscurecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "oscureciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "oscureciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "oscureciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "oscurecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "oscurecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "oscureceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "oscurecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "oscureceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "oscurecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "oscureceran" ;--# 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 (BeschSpa.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) => -} "pacis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "pacen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "pazca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "pazcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "pazca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "pazcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "pazcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "pazcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "paca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "pacas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "paca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "pacamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "pacais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "pacan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"paciera" ; "paciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"pacieras" ; "pacieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"paciera" ; "paciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"paciramos" ; "pacisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"pacierais" ; "pacieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"pacieran" ; "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) => -} "pacers" ;--# 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) => -} "paceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "pacern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "paciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "pacieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "paciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "paciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "paciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "pacieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "pacera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "paceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "pacera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "paceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "pacerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "paceran" ;--# 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 (BeschSpa.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) => -} "padecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "padecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "padezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "padezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "padezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "padezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "padezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "padezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "padeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "padecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "padeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "padecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "padecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "padecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"padeciera" ; "padeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"padecieras" ; "padecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"padeciera" ; "padeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"padeciramos" ; "padecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"padecierais" ; "padecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"padecieran" ; "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) => -} "padecers" ;--# 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) => -} "padeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "padecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "padeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "padecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "padeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "padeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "padeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "padecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "padecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "padeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "padecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "padeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "padecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "padeceran" ;--# 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 (BeschSpa.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) => -} "palidecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "palidecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "palidezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "palidezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "palidezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "palidezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "palidezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "palidezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "palideca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "palidecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "palideca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "palidecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "palidecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "palidecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"palideciera" ; "palideciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"palidecieras" ; "palidecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"palideciera" ; "palideciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"palideciramos" ; "palidecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"palidecierais" ; "palidecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"palidecieran" ; "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) => -} "palidecers" ;--# 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) => -} "palideceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "palidecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "palideciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "palidecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "palideciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "palideciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "palideciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "palidecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "palidecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "palideceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "palidecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "palideceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "palidecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "palideceran" ;--# 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 (BeschSpa.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) => -} "parecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "parecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "parezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "parezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "parezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "parezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "parezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "parezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "pareca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "parecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "pareca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "parecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "parecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "parecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"pareciera" ; "pareciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"parecieras" ; "parecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"pareciera" ; "pareciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"pareciramos" ; "parecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"parecierais" ; "parecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"parecieran" ; "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) => -} "parecers" ;--# 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) => -} "pareceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "parecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "pareciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "parecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "pareciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "pareciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "pareciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "parecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "parecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "pareceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "parecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "pareceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "parecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "pareceran" ;--# 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 (BeschSpa.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) => -} "perecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "perecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "perezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "perezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "perezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "perezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "perezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "perezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "pereca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "perecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "pereca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "perecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "perecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "perecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"pereciera" ; "pereciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"perecieras" ; "perecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"pereciera" ; "pereciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"pereciramos" ; "perecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"perecierais" ; "perecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"perecieran" ; "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) => -} "perecers" ;--# 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) => -} "pereceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "perecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "pereciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "perecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "pereciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "pereciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "pereciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "perecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "perecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "pereceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "perecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "pereceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "perecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "pereceran" ;--# 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 (BeschSpa.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) => -} "permanecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "permanecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "permanezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "permanezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "permanezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "permanezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "permanezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "permanezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "permaneca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "permanecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "permaneca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "permanecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "permanecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "permanecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"permaneciera" ; "permaneciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"permanecieras" ; "permanecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"permaneciera" ; "permaneciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"permaneciramos" ; "permanecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"permanecierais" ; "permanecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"permanecieran" ; "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) => -} "permanecers" ;--# 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) => -} "permaneceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "permanecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "permaneciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "permanecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "permaneciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "permaneciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "permaneciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "permanecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "permanecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "permaneceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "permanecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "permaneceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "permanecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "permaneceran" ;--# 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 (BeschSpa.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) => -} "pertenecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "pertenecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "pertenezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "pertenezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "pertenezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "pertenezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "pertenezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "pertenezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "perteneca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "pertenecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "perteneca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "pertenecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "pertenecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "pertenecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"perteneciera" ; "perteneciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"pertenecieras" ; "pertenecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"perteneciera" ; "perteneciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"perteneciramos" ; "pertenecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"pertenecierais" ; "pertenecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"pertenecieran" ; "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) => -} "pertenecers" ;--# 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) => -} "perteneceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "pertenecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "perteneciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "pertenecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "perteneciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "perteneciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "perteneciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "pertenecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "pertenecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "perteneceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "pertenecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "perteneceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "pertenecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "perteneceran" ;--# 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 (BeschSpa.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) => -} "pimpollecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "pimpollecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "pimpollezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "pimpollezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "pimpollezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "pimpollezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "pimpollezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "pimpollezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "pimpolleca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "pimpollecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "pimpolleca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "pimpollecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "pimpollecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "pimpollecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"pimpolleciera" ; "pimpolleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"pimpollecieras" ; "pimpollecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"pimpolleciera" ; "pimpolleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"pimpolleciramos" ; "pimpollecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"pimpollecierais" ; "pimpollecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"pimpollecieran" ; "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) => -} "pimpollecers" ;--# 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) => -} "pimpolleceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "pimpollecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "pimpolleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "pimpollecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "pimpolleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "pimpolleciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "pimpolleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "pimpollecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "pimpollecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "pimpolleceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "pimpollecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "pimpolleceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "pimpollecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "pimpolleceran" ;--# 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 (BeschSpa.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) => -} "plastecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "plastecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "plastezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "plastezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "plastezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "plastezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "plastezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "plastezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "plasteca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "plastecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "plasteca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "plastecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "plastecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "plastecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"plasteciera" ; "plasteciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"plastecieras" ; "plastecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"plasteciera" ; "plasteciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"plasteciramos" ; "plastecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"plastecierais" ; "plastecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"plastecieran" ; "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) => -} "plastecers" ;--# 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) => -} "plasteceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "plastecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "plasteciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "plastecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "plasteciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "plasteciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "plasteciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "plastecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "plastecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "plasteceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "plastecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "plasteceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "plastecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "plasteceran" ;--# 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 (BeschSpa.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) => -} "preestablecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "preestablecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "preestablezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "preestablezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "preestablezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "preestablezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "preestablezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "preestablezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "preestableca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "preestablecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "preestableca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "preestablecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "preestablecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "preestablecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"preestableciera" ; "preestableciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"preestablecieras" ; "preestablecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"preestableciera" ; "preestableciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"preestableciramos" ; "preestablecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"preestablecierais" ; "preestablecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"preestablecieran" ; "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) => -} "preestablecers" ;--# 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) => -} "preestableceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "preestablecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "preestableciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "preestablecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "preestableciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "preestableciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "preestableciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "preestablecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "preestablecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "preestableceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "preestablecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "preestableceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "preestablecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "preestableceran" ;--# 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 (BeschSpa.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) => -} "prevalecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "prevalecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "prevalezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "prevalezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "prevalezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "prevalezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "prevalezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "prevalezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "prevaleca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "prevalecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "prevaleca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "prevalecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "prevalecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "prevalecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"prevaleciera" ; "prevaleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"prevalecieras" ; "prevalecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"prevaleciera" ; "prevaleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"prevaleciramos" ; "prevalecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"prevalecierais" ; "prevalecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"prevalecieran" ; "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) => -} "prevalecers" ;--# 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) => -} "prevaleceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "prevalecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "prevaleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "prevalecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "prevaleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "prevaleciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "prevaleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "prevalecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "prevalecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "prevaleceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "prevalecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "prevaleceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "prevalecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "prevaleceran" ;--# 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 (BeschSpa.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) => -} "reaparecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "reaparecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reaparezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reaparezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reaparezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reaparezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reaparezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "reaparezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "reapareca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "reaparecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "reapareca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "reaparecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "reaparecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "reaparecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reapareciera" ; "reapareciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reaparecieras" ; "reaparecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reapareciera" ; "reapareciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reapareciramos" ; "reaparecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reaparecierais" ; "reaparecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reaparecieran" ; "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) => -} "reaparecers" ;--# 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) => -} "reapareceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "reaparecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reapareciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "reaparecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reapareciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reapareciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reapareciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "reaparecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "reaparecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "reapareceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "reaparecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "reapareceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "reaparecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "reapareceran" ;--# 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 (BeschSpa.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) => -} "reblandecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "reblandecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reblandezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reblandezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reblandezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reblandezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reblandezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "reblandezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "reblandeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "reblandecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "reblandeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "reblandecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "reblandecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "reblandecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reblandeciera" ; "reblandeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reblandecieras" ; "reblandecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reblandeciera" ; "reblandeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reblandeciramos" ; "reblandecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reblandecierais" ; "reblandecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reblandecieran" ; "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) => -} "reblandecers" ;--# 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) => -} "reblandeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "reblandecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reblandeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "reblandecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reblandeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reblandeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reblandeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "reblandecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "reblandecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "reblandeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "reblandecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "reblandeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "reblandecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "reblandeceran" ;--# 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 (BeschSpa.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) => -} "reconvalecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "reconvalecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reconvalezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reconvalezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reconvalezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reconvalezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reconvalezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "reconvalezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "reconvaleca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "reconvalecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "reconvaleca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "reconvalecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "reconvalecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "reconvalecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reconvaleciera" ; "reconvaleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reconvalecieras" ; "reconvalecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reconvaleciera" ; "reconvaleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reconvaleciramos" ; "reconvalecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reconvalecierais" ; "reconvalecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reconvalecieran" ; "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) => -} "reconvalecers" ;--# 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) => -} "reconvaleceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "reconvalecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reconvaleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "reconvalecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reconvaleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reconvaleciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reconvaleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "reconvalecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "reconvalecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "reconvaleceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "reconvalecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "reconvaleceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "reconvalecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "reconvaleceran" ;--# 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 (BeschSpa.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) => -} "recrecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "recrecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "recrezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "recrezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "recrezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "recrezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "recrezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "recrezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "recreca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "recrecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "recreca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "recrecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "recrecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "recrecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recreciera" ; "recreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recrecieras" ; "recrecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recreciera" ; "recreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recreciramos" ; "recrecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recrecierais" ; "recrecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recrecieran" ; "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) => -} "recrecers" ;--# 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) => -} "recreceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "recrecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "recreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "recrecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "recreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "recreciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "recreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "recrecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "recrecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "recreceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "recrecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "recreceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "recrecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "recreceran" ;--# 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 (BeschSpa.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) => -} "recrudecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "recrudecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "recrudezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "recrudezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "recrudezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "recrudezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "recrudezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "recrudezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "recrudeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "recrudecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "recrudeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "recrudecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "recrudecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "recrudecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recrudeciera" ; "recrudeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recrudecieras" ; "recrudecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recrudeciera" ; "recrudeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recrudeciramos" ; "recrudecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recrudecierais" ; "recrudecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recrudecieran" ; "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) => -} "recrudecers" ;--# 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) => -} "recrudeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "recrudecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "recrudeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "recrudecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "recrudeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "recrudeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "recrudeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "recrudecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "recrudecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "recrudeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "recrudecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "recrudeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "recrudecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "recrudeceran" ;--# 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 (BeschSpa.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) => -} "reflorecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "reflorecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reflorezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reflorezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reflorezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reflorezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reflorezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "reflorezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "refloreca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "reflorecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "refloreca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "reflorecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "reflorecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "reflorecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"refloreciera" ; "refloreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reflorecieras" ; "reflorecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"refloreciera" ; "refloreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"refloreciramos" ; "reflorecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reflorecierais" ; "reflorecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reflorecieran" ; "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) => -} "reflorecers" ;--# 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) => -} "refloreceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "reflorecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "refloreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "reflorecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "refloreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "refloreciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "refloreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "reflorecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "reflorecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "refloreceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "reflorecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "refloreceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "reflorecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "refloreceran" ;--# 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 (BeschSpa.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) => -} "reguarnecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "reguarnecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reguarnezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reguarnezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reguarnezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reguarnezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reguarnezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "reguarnezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "reguarneca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "reguarnecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "reguarneca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "reguarnecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "reguarnecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "reguarnecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reguarneciera" ; "reguarneciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reguarnecieras" ; "reguarnecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reguarneciera" ; "reguarneciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reguarneciramos" ; "reguarnecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reguarnecierais" ; "reguarnecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reguarnecieran" ; "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) => -} "reguarnecers" ;--# 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) => -} "reguarneceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "reguarnecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reguarneciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "reguarnecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reguarneciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reguarneciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reguarneciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "reguarnecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "reguarnecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "reguarneceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "reguarnecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "reguarneceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "reguarnecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "reguarneceran" ;--# 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 (BeschSpa.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) => -} "rehumedecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "rehumedecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "rehumedezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "rehumedezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "rehumedezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "rehumedezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "rehumedezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "rehumedezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "rehumedeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "rehumedecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "rehumedeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "rehumedecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "rehumedecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "rehumedecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rehumedeciera" ; "rehumedeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rehumedecieras" ; "rehumedecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rehumedeciera" ; "rehumedeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rehumedeciramos" ; "rehumedecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rehumedecierais" ; "rehumedecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rehumedecieran" ; "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) => -} "rehumedecers" ;--# 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) => -} "rehumedeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "rehumedecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "rehumedeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "rehumedecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "rehumedeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "rehumedeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "rehumedeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "rehumedecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "rehumedecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "rehumedeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "rehumedecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "rehumedeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "rehumedecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "rehumedeceran" ;--# 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 (BeschSpa.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) => -} "rejuvenecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "rejuvenecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "rejuvenezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "rejuvenezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "rejuvenezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "rejuvenezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "rejuvenezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "rejuvenezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "rejuveneca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "rejuvenecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "rejuveneca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "rejuvenecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "rejuvenecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "rejuvenecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rejuveneciera" ; "rejuveneciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rejuvenecieras" ; "rejuvenecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rejuveneciera" ; "rejuveneciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rejuveneciramos" ; "rejuvenecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rejuvenecierais" ; "rejuvenecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rejuvenecieran" ; "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) => -} "rejuvenecers" ;--# 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) => -} "rejuveneceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "rejuvenecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "rejuveneciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "rejuvenecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "rejuveneciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "rejuveneciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "rejuveneciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "rejuvenecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "rejuvenecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "rejuveneceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "rejuvenecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "rejuveneceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "rejuvenecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "rejuveneceran" ;--# 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 (BeschSpa.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) => -} "relentecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "relentecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "relentezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "relentezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "relentezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "relentezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "relentezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "relentezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "relenteca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "relentecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "relenteca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "relentecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "relentecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "relentecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"relenteciera" ; "relenteciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"relentecieras" ; "relentecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"relenteciera" ; "relenteciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"relenteciramos" ; "relentecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"relentecierais" ; "relentecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"relentecieran" ; "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) => -} "relentecers" ;--# 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) => -} "relenteceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "relentecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "relenteciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "relentecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "relenteciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "relenteciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "relenteciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "relentecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "relentecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "relenteceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "relentecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "relenteceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "relentecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "relenteceran" ;--# 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 (BeschSpa.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) => -} "remanecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "remanecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "remanezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "remanezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "remanezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "remanezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "remanezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "remanezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "remaneca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "remanecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "remaneca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "remanecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "remanecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "remanecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"remaneciera" ; "remaneciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"remanecieras" ; "remanecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"remaneciera" ; "remaneciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"remaneciramos" ; "remanecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"remanecierais" ; "remanecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"remanecieran" ; "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) => -} "remanecers" ;--# 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) => -} "remaneceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "remanecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "remaneciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "remanecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "remaneciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "remaneciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "remaneciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "remanecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "remanecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "remaneceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "remanecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "remaneceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "remanecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "remaneceran" ;--# 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 (BeschSpa.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) => -} "renacis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "renacen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "renazca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "renazcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "renazca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "renazcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "renazcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "renazcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "renaca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "renacas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "renaca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "renacamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "renacais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "renacan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"renaciera" ; "renaciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"renacieras" ; "renacieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"renaciera" ; "renaciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"renaciramos" ; "renacisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"renacierais" ; "renacieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"renacieran" ; "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) => -} "renacers" ;--# 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) => -} "renaceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "renacern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "renaciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "renacieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "renaciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "renaciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "renaciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "renacieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "renacera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "renaceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "renacera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "renaceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "renacerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "renaceran" ;--# 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 (BeschSpa.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) => -} "repacis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "repacen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "repazca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "repazcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "repazca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "repazcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "repazcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "repazcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "repaca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "repacas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "repaca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "repacamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "repacais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "repacan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"repaciera" ; "repaciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"repacieras" ; "repacieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"repaciera" ; "repaciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"repaciramos" ; "repacisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"repacierais" ; "repacieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"repacieran" ; "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) => -} "repacers" ;--# 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) => -} "repaceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "repacern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "repaciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "repacieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "repaciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "repaciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "repaciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "repacieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "repacera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "repaceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "repacera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "repaceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "repacerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "repaceran" ;--# 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 (BeschSpa.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) => -} "resplandecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "resplandecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "resplandezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "resplandezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "resplandezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "resplandezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "resplandezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "resplandezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "resplandeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "resplandecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "resplandeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "resplandecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "resplandecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "resplandecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"resplandeciera" ; "resplandeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"resplandecieras" ; "resplandecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"resplandeciera" ; "resplandeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"resplandeciramos" ; "resplandecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"resplandecierais" ; "resplandecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"resplandecieran" ; "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) => -} "resplandecers" ;--# 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) => -} "resplandeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "resplandecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "resplandeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "resplandecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "resplandeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "resplandeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "resplandeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "resplandecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "resplandecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "resplandeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "resplandecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "resplandeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "resplandecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "resplandeceran" ;--# 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 (BeschSpa.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) => -} "restablecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "restablecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "restablezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "restablezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "restablezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "restablezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "restablezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "restablezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "restableca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "restablecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "restableca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "restablecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "restablecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "restablecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"restableciera" ; "restableciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"restablecieras" ; "restablecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"restableciera" ; "restableciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"restableciramos" ; "restablecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"restablecierais" ; "restablecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"restablecieran" ; "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) => -} "restablecers" ;--# 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) => -} "restableceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "restablecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "restableciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "restablecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "restableciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "restableciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "restableciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "restablecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "restablecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "restableceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "restablecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "restableceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "restablecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "restableceran" ;--# 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 (BeschSpa.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) => -} "retallecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "retallecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "retallezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "retallezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "retallezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "retallezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "retallezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "retallezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "retalleca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "retallecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "retalleca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "retallecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "retallecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "retallecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retalleciera" ; "retalleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retallecieras" ; "retallecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retalleciera" ; "retalleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retalleciramos" ; "retallecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retallecierais" ; "retallecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retallecieran" ; "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) => -} "retallecers" ;--# 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) => -} "retalleceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "retallecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "retalleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "retallecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "retalleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "retalleciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "retalleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "retallecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "retallecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "retalleceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "retallecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "retalleceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "retallecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "retalleceran" ;--# 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 retoecer_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "retoecer" ; - {- VI Ger => -} "retoeciendo" ; - {- VI Part => -} "retoecido" ; - {- VPB (Pres Ind C.Sg C.P1) => -} "retoezco" ; - {- VPB (Pres Ind C.Sg C.P2) => -} "retoeces" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "retoece" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "retoecemos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "retoecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "retoecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "retoezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "retoezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "retoezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "retoezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "retoezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "retoezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "retoeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "retoecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "retoeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "retoecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "retoecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "retoecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retoeciera" ; "retoeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retoecieras" ; "retoecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retoeciera" ; "retoeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retoeciramos" ; "retoecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retoecierais" ; "retoecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retoecieran" ; "retoeciesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "retoec" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "retoeciste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "retoeci" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "retoecimos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "retoecisteis" ;--# notpresent - {- VPB (Pret C.Pl C.P3) => -} "retoecieron" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P1) => -} "retoecer" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P2) => -} "retoecers" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P3) => -} "retoecer" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P1) => -} "retoeceremos" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P2) => -} "retoeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "retoecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "retoeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "retoecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "retoeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "retoeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "retoeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "retoecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "retoecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "retoeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "retoecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "retoeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "retoecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "retoeceran" ;--# notpresent - {- VPB (Imper C.Sg C.P1) => -} variants {} ; - {- VPB (Imper C.Sg C.P2) => -} "retoece" ; - {- VPB (Imper C.Sg C.P3) => -} "retoezca" ; - {- VPB (Imper C.Pl C.P1) => -} "retoezcamos" ; - {- VPB (Imper C.Pl C.P2) => -} "retoeced" ; - {- VPB (Imper C.Pl C.P3) => -} "retoezcan" ; - {- VPB (Pass C.Sg Masc) => -} "retoecido" ; - {- VPB (Pass C.Sg Fem) => -} "retoecida" ; - {- VPB (Pass C.Pl Masc) => -} "retoecidos" ; - {- VPB (Pass C.Pl Fem) => -} "retoecidas" - ] - } ; - -lin revejecer_V = verboV - {s = table (BeschSpa.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) => -} "revejecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "revejecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "revejezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "revejezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "revejezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "revejezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "revejezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "revejezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "revejeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "revejecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "revejeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "revejecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "revejecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "revejecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"revejeciera" ; "revejeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"revejecieras" ; "revejecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"revejeciera" ; "revejeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"revejeciramos" ; "revejecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"revejecierais" ; "revejecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"revejecieran" ; "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) => -} "revejecers" ;--# 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) => -} "revejeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "revejecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "revejeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "revejecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "revejeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "revejeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "revejeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "revejecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "revejecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "revejeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "revejecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "revejeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "revejecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "revejeceran" ;--# 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 (BeschSpa.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) => -} "reverdecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "reverdecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reverdezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reverdezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reverdezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reverdezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reverdezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "reverdezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "reverdeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "reverdecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "reverdeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "reverdecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "reverdecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "reverdecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reverdeciera" ; "reverdeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reverdecieras" ; "reverdecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reverdeciera" ; "reverdeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reverdeciramos" ; "reverdecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reverdecierais" ; "reverdecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reverdecieran" ; "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) => -} "reverdecers" ;--# 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) => -} "reverdeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "reverdecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reverdeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "reverdecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reverdeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reverdeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reverdeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "reverdecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "reverdecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "reverdeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "reverdecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "reverdeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "reverdecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "reverdeceran" ;--# 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 (BeschSpa.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) => -} "robustecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "robustecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "robustezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "robustezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "robustezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "robustezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "robustezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "robustezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "robusteca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "robustecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "robusteca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "robustecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "robustecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "robustecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"robusteciera" ; "robusteciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"robustecieras" ; "robustecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"robusteciera" ; "robusteciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"robusteciramos" ; "robustecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"robustecierais" ; "robustecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"robustecieran" ; "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) => -} "robustecers" ;--# 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) => -} "robusteceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "robustecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "robusteciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "robustecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "robusteciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "robusteciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "robusteciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "robustecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "robustecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "robusteceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "robustecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "robusteceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "robustecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "robusteceran" ;--# 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 (BeschSpa.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) => -} "sobrecrecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "sobrecrecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sobrecrezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sobrecrezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sobrecrezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sobrecrezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sobrecrezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sobrecrezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "sobrecreca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "sobrecrecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "sobrecreca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "sobrecrecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "sobrecrecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "sobrecrecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobrecreciera" ; "sobrecreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobrecrecieras" ; "sobrecrecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobrecreciera" ; "sobrecreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobrecreciramos" ; "sobrecrecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobrecrecierais" ; "sobrecrecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobrecrecieran" ; "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) => -} "sobrecrecers" ;--# 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) => -} "sobrecreceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "sobrecrecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sobrecreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sobrecrecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sobrecreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sobrecreciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sobrecreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sobrecrecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "sobrecrecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "sobrecreceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "sobrecrecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "sobrecreceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "sobrecrecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "sobrecreceran" ;--# 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 (BeschSpa.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) => -} "tallecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "tallecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "tallezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "tallezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "tallezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "tallezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "tallezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "tallezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "talleca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "tallecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "talleca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "tallecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "tallecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "tallecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"talleciera" ; "talleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tallecieras" ; "tallecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"talleciera" ; "talleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"talleciramos" ; "tallecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tallecierais" ; "tallecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tallecieran" ; "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) => -} "tallecers" ;--# 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) => -} "talleceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "tallecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "talleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "tallecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "talleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "talleciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "talleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "tallecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "tallecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "talleceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "tallecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "talleceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "tallecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "talleceran" ;--# 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 (BeschSpa.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) => -} "tardecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "tardecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "tardezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "tardezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "tardezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "tardezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "tardezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "tardezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "tardeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "tardecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "tardeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "tardecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "tardecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "tardecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tardeciera" ; "tardeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tardecieras" ; "tardecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tardeciera" ; "tardeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tardeciramos" ; "tardecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tardecierais" ; "tardecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tardecieran" ; "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) => -} "tardecers" ;--# 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) => -} "tardeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "tardecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "tardeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "tardecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "tardeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "tardeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "tardeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "tardecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "tardecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "tardeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "tardecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "tardeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "tardecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "tardeceran" ;--# 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 (BeschSpa.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) => -} "trasparecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "trasparecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "trasparezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "trasparezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "trasparezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "trasparezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "trasparezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "trasparezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "traspareca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "trasparecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "traspareca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "trasparecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "trasparecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "trasparecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"traspareciera" ; "traspareciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trasparecieras" ; "trasparecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"traspareciera" ; "traspareciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"traspareciramos" ; "trasparecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trasparecierais" ; "trasparecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trasparecieran" ; "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) => -} "trasparecers" ;--# 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) => -} "traspareceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "trasparecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "traspareciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "trasparecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "traspareciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "traspareciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "traspareciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "trasparecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "trasparecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "traspareceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "trasparecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "traspareceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "trasparecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "traspareceran" ;--# 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 (BeschSpa.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) => -} "tullecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "tullecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "tullezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "tullezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "tullezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "tullezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "tullezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "tullezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "tulleca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "tullecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "tulleca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "tullecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "tullecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "tullecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tulleciera" ; "tulleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tullecieras" ; "tullecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tulleciera" ; "tulleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tulleciramos" ; "tullecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tullecierais" ; "tullecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tullecieran" ; "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) => -} "tullecers" ;--# 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) => -} "tulleceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "tullecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "tulleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "tullecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "tulleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "tulleciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "tulleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "tullecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "tullecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "tulleceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "tullecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "tulleceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "tullecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "tulleceran" ;--# 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 (BeschSpa.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) => -} "verdecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "verdecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "verdezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "verdezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "verdezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "verdezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "verdezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "verdezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "verdeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "verdecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "verdeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "verdecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "verdecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "verdecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"verdeciera" ; "verdeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"verdecieras" ; "verdecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"verdeciera" ; "verdeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"verdeciramos" ; "verdecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"verdecierais" ; "verdecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"verdecieran" ; "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) => -} "verdecers" ;--# 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) => -} "verdeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "verdecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "verdeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "verdecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "verdeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "verdeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "verdeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "verdecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "verdecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "verdeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "verdecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "verdeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "verdecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "verdeceran" ;--# 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 (BeschSpa.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) => -} "aplacis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "aplacen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "aplazca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "aplazcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {"aplazca" ; "plegue" ; "plega"} ; - {- VPB (Pres Subj C.Pl C.P1) => -} "aplazcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "aplazcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "aplazcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "aplaca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "aplacas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "aplaca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "aplacamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "aplacais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "aplacan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aplaciera" ; "aplaciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aplacieras" ; "aplacieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aplaciera" ; "aplaciese" ; "pluguiera" ; "pluguiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aplaciramos" ; "aplacisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aplacierais" ; "aplacieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aplacieran" ; "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) => -} "aplacers" ;--# 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) => -} "aplaceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "aplacern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "aplaciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "aplacieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} variants {"aplaciere" ; "pluguiere"} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "aplaciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "aplaciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "aplacieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "aplacera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "aplaceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "aplacera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "aplaceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "aplacerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "aplaceran" ;--# 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 (BeschSpa.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) => -} "complacis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "complacen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "complazca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "complazcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {"complazca" ; "plegue" ; "plega"} ; - {- VPB (Pres Subj C.Pl C.P1) => -} "complazcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "complazcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "complazcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "complaca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "complacas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "complaca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "complacamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "complacais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "complacan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"complaciera" ; "complaciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"complacieras" ; "complacieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"complaciera" ; "complaciese" ; "pluguiera" ; "pluguiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"complaciramos" ; "complacisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"complacierais" ; "complacieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"complacieran" ; "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) => -} "complacers" ;--# 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) => -} "complaceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "complacern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "complaciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "complacieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} variants {"complaciere" ; "pluguiere"} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "complaciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "complaciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "complacieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "complacera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "complaceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "complacera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "complaceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "complacerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "complaceran" ;--# 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 (BeschSpa.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) => -} "desplacis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desplacen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desplazca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desplazcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {"desplazca" ; "plegue" ; "plega"} ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desplazcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desplazcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desplazcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "desplaca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desplacas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "desplaca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desplacamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desplacais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desplacan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desplaciera" ; "desplaciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desplacieras" ; "desplacieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desplaciera" ; "desplaciese" ; "pluguiera" ; "pluguiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desplaciramos" ; "desplacisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desplacierais" ; "desplacieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desplacieran" ; "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) => -} "desplacers" ;--# 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) => -} "desplaceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desplacern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desplaciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desplacieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} variants {"desplaciere" ; "pluguiere"} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desplaciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desplaciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desplacieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desplacera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desplaceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desplacera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desplaceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desplacerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desplaceran" ;--# 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 (BeschSpa.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) => -} "displacis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "displacen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "displazca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "displazcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {"displazca" ; "plegue" ; "plega"} ; - {- VPB (Pres Subj C.Pl C.P1) => -} "displazcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "displazcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "displazcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "displaca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "displacas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "displaca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "displacamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "displacais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "displacan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"displaciera" ; "displaciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"displacieras" ; "displacieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"displaciera" ; "displaciese" ; "pluguiera" ; "pluguiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"displaciramos" ; "displacisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"displacierais" ; "displacieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"displacieran" ; "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) => -} "displacers" ;--# 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) => -} "displaceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "displacern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "displaciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "displacieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} variants {"displaciere" ; "pluguiere"} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "displaciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "displaciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "displacieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "displacera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "displaceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "displacera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "displaceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "displacerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "displaceran" ;--# 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 (BeschSpa.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) => -} "placis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "placen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "plazca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "plazcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {"plazca" ; "plegue" ; "plega"} ; - {- VPB (Pres Subj C.Pl C.P1) => -} "plazcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "plazcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "plazcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "placa" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "placas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "placa" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "placamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "placais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "placan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"placiera" ; "placiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"placieras" ; "placieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"placiera" ; "placiese" ; "pluguiera" ; "pluguiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"placiramos" ; "placisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"placierais" ; "placieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"placieran" ; "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) => -} "placers" ;--# 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) => -} "placeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "placern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "placiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "placieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} variants {"placiere" ; "pluguiere"} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "placiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "placiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "placieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "placera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "placeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "placera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "placeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "placerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "placeran" ;--# 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 (BeschSpa.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) => -} "translucs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "translucen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "transluzca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "transluzcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "transluzca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "transluzcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "transluzcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "transluzcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "transluca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "translucas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "transluca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "translucamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "translucais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "translucan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"transluciera" ; "transluciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"translucieras" ; "translucieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"transluciera" ; "transluciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"transluciramos" ; "translucisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"translucierais" ; "translucieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"translucieran" ; "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) => -} "translucirs" ;--# 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) => -} "transluciris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "translucirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "transluciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "translucieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "transluciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "transluciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "transluciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "translucieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "translucira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "transluciras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "translucira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "transluciramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "translucirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "transluciran" ;--# 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 (BeschSpa.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) => -} "aloquecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "aloquecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "aloquezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "aloquezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "aloquezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "aloquezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "aloquezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "aloquezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "aloqueca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "aloquecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "aloqueca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "aloquecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "aloquecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "aloquecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aloqueciera" ; "aloqueciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aloquecieras" ; "aloquecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aloqueciera" ; "aloqueciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aloqueciramos" ; "aloquecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aloquecierais" ; "aloquecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aloquecieran" ; "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) => -} "aloquecers" ;--# 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) => -} "aloqueceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "aloquecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "aloqueciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "aloquecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "aloqueciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "aloqueciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "aloqueciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "aloquecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "aloquecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "aloqueceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "aloquecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "aloqueceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "aloquecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "aloqueceran" ;--# 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 (BeschSpa.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) => -} "avanecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "avanecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "avanezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "avanezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "avanezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "avanezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "avanezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "avanezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "avaneca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "avanecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "avaneca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "avanecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "avanecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "avanecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"avaneciera" ; "avaneciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"avanecieras" ; "avanecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"avaneciera" ; "avaneciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"avaneciramos" ; "avanecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"avanecierais" ; "avanecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"avanecieran" ; "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) => -} "avanecers" ;--# 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) => -} "avaneceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "avanecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "avaneciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "avanecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "avaneciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "avaneciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "avaneciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "avanecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "avanecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "avaneceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "avanecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "avaneceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "avanecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "avaneceran" ;--# 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 (BeschSpa.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) => -} "canecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "canecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "canezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "canezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "canezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "canezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "canezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "canezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "caneca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "canecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "caneca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "canecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "canecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "canecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"caneciera" ; "caneciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"canecieras" ; "canecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"caneciera" ; "caneciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"caneciramos" ; "canecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"canecierais" ; "canecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"canecieran" ; "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) => -} "canecers" ;--# 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) => -} "caneceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "canecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "caneciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "canecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "caneciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "caneciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "caneciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "canecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "canecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "caneceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "canecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "caneceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "canecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "caneceran" ;--# 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 (BeschSpa.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) => -} "condolecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "condolecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "condolezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "condolezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "condolezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "condolezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "condolezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "condolezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "condoleca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "condolecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "condoleca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "condolecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "condolecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "condolecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"condoleciera" ; "condoleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"condolecieras" ; "condolecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"condoleciera" ; "condoleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"condoleciramos" ; "condolecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"condolecierais" ; "condolecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"condolecieran" ; "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) => -} "condolecers" ;--# 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) => -} "condoleceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "condolecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "condoleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "condolecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "condoleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "condoleciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "condoleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "condolecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "condolecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "condoleceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "condolecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "condoleceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "condolecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "condoleceran" ;--# 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 (BeschSpa.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) => -} "desembebecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desembebecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desembebezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desembebezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desembebezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desembebezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desembebezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desembebezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "desembebeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desembebecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "desembebeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desembebecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desembebecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desembebecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desembebeciera" ; "desembebeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desembebecieras" ; "desembebecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desembebeciera" ; "desembebeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desembebeciramos" ; "desembebecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desembebecierais" ; "desembebecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desembebecieran" ; "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) => -} "desembebecers" ;--# 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) => -} "desembebeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desembebecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desembebeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desembebecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desembebeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desembebeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desembebeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desembebecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desembebecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desembebeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desembebecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desembebeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desembebecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desembebeceran" ;--# 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 (BeschSpa.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) => -} "desperecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desperecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desperezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desperezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desperezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desperezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desperezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desperezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "despereca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desperecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "despereca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desperecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desperecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desperecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"despereciera" ; "despereciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desperecieras" ; "desperecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"despereciera" ; "despereciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"despereciramos" ; "desperecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desperecierais" ; "desperecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desperecieran" ; "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) => -} "desperecers" ;--# 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) => -} "despereceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desperecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "despereciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desperecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "despereciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "despereciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "despereciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desperecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desperecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "despereceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desperecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "despereceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desperecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "despereceran" ;--# 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 (BeschSpa.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) => -} "eflorecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "eflorecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "eflorezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "eflorezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "eflorezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "eflorezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "eflorezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "eflorezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "efloreca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "eflorecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "efloreca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "eflorecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "eflorecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "eflorecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"efloreciera" ; "efloreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"eflorecieras" ; "eflorecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"efloreciera" ; "efloreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"efloreciramos" ; "eflorecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"eflorecierais" ; "eflorecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"eflorecieran" ; "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) => -} "eflorecers" ;--# 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) => -} "efloreceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "eflorecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "efloreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "eflorecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "efloreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "efloreciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "efloreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "eflorecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "eflorecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "efloreceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "eflorecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "efloreceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "eflorecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "efloreceran" ;--# 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 (BeschSpa.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) => -} "embellaquecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "embellaquecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "embellaquezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "embellaquezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "embellaquezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "embellaquezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "embellaquezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "embellaquezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "embellaqueca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "embellaquecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "embellaqueca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "embellaquecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "embellaquecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "embellaquecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"embellaqueciera" ; "embellaqueciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"embellaquecieras" ; "embellaquecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"embellaqueciera" ; "embellaqueciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"embellaqueciramos" ; "embellaquecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"embellaquecierais" ; "embellaquecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"embellaquecieran" ; "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) => -} "embellaquecers" ;--# 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) => -} "embellaqueceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "embellaquecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "embellaqueciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "embellaquecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "embellaqueciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "embellaqueciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "embellaqueciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "embellaquecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "embellaquecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "embellaqueceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "embellaquecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "embellaqueceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "embellaquecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "embellaqueceran" ;--# 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 (BeschSpa.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) => -} "empoltronecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "empoltronecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "empoltronezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "empoltronezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "empoltronezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "empoltronezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "empoltronezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "empoltronezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "empoltroneca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "empoltronecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "empoltroneca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "empoltronecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "empoltronecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "empoltronecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empoltroneciera" ; "empoltroneciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empoltronecieras" ; "empoltronecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empoltroneciera" ; "empoltroneciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empoltroneciramos" ; "empoltronecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empoltronecierais" ; "empoltronecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empoltronecieran" ; "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) => -} "empoltronecers" ;--# 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) => -} "empoltroneceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "empoltronecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "empoltroneciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "empoltronecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "empoltroneciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "empoltroneciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "empoltroneciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "empoltronecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "empoltronecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "empoltroneceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "empoltronecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "empoltroneceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "empoltronecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "empoltroneceran" ;--# 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 (BeschSpa.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) => -} "encabellecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "encabellecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "encabellezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "encabellezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "encabellezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "encabellezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "encabellezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "encabellezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "encabelleca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "encabellecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "encabelleca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "encabellecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "encabellecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "encabellecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encabelleciera" ; "encabelleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encabellecieras" ; "encabellecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encabelleciera" ; "encabelleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encabelleciramos" ; "encabellecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encabellecierais" ; "encabellecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encabellecieran" ; "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) => -} "encabellecers" ;--# 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) => -} "encabelleceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "encabellecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "encabelleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "encabellecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "encabelleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "encabelleciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "encabelleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "encabellecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "encabellecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "encabelleceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "encabellecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "encabelleceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "encabellecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "encabelleceran" ;--# 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 (BeschSpa.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) => -} "engrumecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "engrumecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "engrumezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "engrumezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "engrumezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "engrumezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "engrumezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "engrumezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "engrumeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "engrumecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "engrumeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "engrumecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "engrumecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "engrumecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"engrumeciera" ; "engrumeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"engrumecieras" ; "engrumecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"engrumeciera" ; "engrumeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"engrumeciramos" ; "engrumecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"engrumecierais" ; "engrumecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"engrumecieran" ; "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) => -} "engrumecers" ;--# 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) => -} "engrumeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "engrumecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "engrumeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "engrumecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "engrumeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "engrumeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "engrumeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "engrumecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "engrumecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "engrumeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "engrumecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "engrumeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "engrumecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "engrumeceran" ;--# 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 (BeschSpa.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) => -} "enmarillecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "enmarillecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enmarillezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enmarillezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enmarillezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enmarillezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enmarillezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enmarillezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "enmarilleca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "enmarillecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "enmarilleca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "enmarillecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "enmarillecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "enmarillecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enmarilleciera" ; "enmarilleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enmarillecieras" ; "enmarillecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enmarilleciera" ; "enmarilleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enmarilleciramos" ; "enmarillecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enmarillecierais" ; "enmarillecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enmarillecieran" ; "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) => -} "enmarillecers" ;--# 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) => -} "enmarilleceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "enmarillecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enmarilleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enmarillecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enmarilleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enmarilleciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enmarilleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enmarillecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "enmarillecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "enmarilleceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "enmarillecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "enmarilleceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "enmarillecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "enmarilleceran" ;--# 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 (BeschSpa.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) => -} "ensilvecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "ensilvecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ensilvezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "ensilvezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ensilvezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "ensilvezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "ensilvezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "ensilvezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "ensilveca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "ensilvecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "ensilveca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "ensilvecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "ensilvecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "ensilvecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ensilveciera" ; "ensilveciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ensilvecieras" ; "ensilvecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ensilveciera" ; "ensilveciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ensilveciramos" ; "ensilvecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ensilvecierais" ; "ensilvecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ensilvecieran" ; "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) => -} "ensilvecers" ;--# 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) => -} "ensilveceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "ensilvecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "ensilveciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "ensilvecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "ensilveciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "ensilveciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "ensilveciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "ensilvecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "ensilvecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "ensilveceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "ensilvecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "ensilveceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "ensilvecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "ensilveceran" ;--# 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 (BeschSpa.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) => -} "entigrecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "entigrecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "entigrezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "entigrezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "entigrezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "entigrezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "entigrezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "entigrezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "entigreca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "entigrecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "entigreca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "entigrecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "entigrecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "entigrecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entigreciera" ; "entigreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entigrecieras" ; "entigrecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entigreciera" ; "entigreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entigreciramos" ; "entigrecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entigrecierais" ; "entigrecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entigrecieran" ; "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) => -} "entigrecers" ;--# 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) => -} "entigreceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "entigrecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "entigreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "entigrecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "entigreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "entigreciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "entigreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "entigrecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "entigrecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "entigreceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "entigrecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "entigreceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "entigrecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "entigreceran" ;--# 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 (BeschSpa.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) => -} "entreparecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "entreparecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "entreparezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "entreparezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "entreparezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "entreparezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "entreparezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "entreparezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "entrepareca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "entreparecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "entrepareca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "entreparecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "entreparecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "entreparecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entrepareciera" ; "entrepareciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entreparecieras" ; "entreparecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entrepareciera" ; "entrepareciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entrepareciramos" ; "entreparecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entreparecierais" ; "entreparecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entreparecieran" ; "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) => -} "entreparecers" ;--# 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) => -} "entrepareceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "entreparecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "entrepareciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "entreparecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "entrepareciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "entrepareciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "entrepareciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "entreparecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "entreparecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "entrepareceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "entreparecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "entrepareceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "entreparecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "entrepareceran" ;--# 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 (BeschSpa.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) => -} "escalfecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "escalfecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "escalfezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "escalfezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "escalfezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "escalfezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "escalfezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "escalfezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "escalfeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "escalfecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "escalfeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "escalfecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "escalfecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "escalfecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"escalfeciera" ; "escalfeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"escalfecieras" ; "escalfecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"escalfeciera" ; "escalfeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"escalfeciramos" ; "escalfecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"escalfecierais" ; "escalfecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"escalfecieran" ; "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) => -} "escalfecers" ;--# 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) => -} "escalfeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "escalfecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "escalfeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "escalfecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "escalfeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "escalfeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "escalfeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "escalfecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "escalfecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "escalfeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "escalfecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "escalfeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "escalfecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "escalfeceran" ;--# 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 (BeschSpa.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) => -} "remostecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "remostecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "remostezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "remostezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "remostezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "remostezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "remostezcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "remostezcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "remosteca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "remostecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "remosteca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "remostecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "remostecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "remostecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"remosteciera" ; "remosteciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"remostecieras" ; "remostecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"remosteciera" ; "remosteciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"remosteciramos" ; "remostecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"remostecierais" ; "remostecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"remostecieran" ; "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) => -} "remostecers" ;--# 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) => -} "remosteceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "remostecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "remosteciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "remostecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "remosteciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "remosteciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "remosteciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "remostecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "remostecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "remosteceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "remostecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "remosteceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "remostecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "remosteceran" ;--# 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 (BeschSpa.VFB) [ - {- VI Infn => -} "avergonzar" ; - {- VI Ger => -} "avergonzando" ; - {- VI Part => -} "avergonzado" ; - {- VPB (Pres Ind C.Sg C.P1) => -} "avergenzo" ; - {- VPB (Pres Ind C.Sg C.P2) => -} "avergenzas" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "avergenza" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "avergonzamos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "avergonzis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "avergenzan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "avergence" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "avergences" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "avergence" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "avergoncemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "avergoncis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "avergencen" ; - {- 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) => -} "avergonzbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "avergonzabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "avergonzaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"avergonzara" ; "avergonzase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"avergonzaras" ; "avergonzases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"avergonzara" ; "avergonzase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"avergonzramos" ; "avergonzsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"avergonzarais" ; "avergonzaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"avergonzaran" ; "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) => -} "avergonzars" ;--# 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) => -} "avergonzaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "avergonzarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "avergonzare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "avergonzares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "avergonzare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "avergonzremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "avergonzareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "avergonzaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "avergonzara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "avergonzaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "avergonzara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "avergonzaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "avergonzarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "avergonzaran" ;--# notpresent - {- VPB (Imper C.Sg C.P1) => -} variants {} ; - {- VPB (Imper C.Sg C.P2) => -} "avergenza" ; - {- VPB (Imper C.Sg C.P3) => -} "avergence" ; - {- VPB (Imper C.Pl C.P1) => -} "avergoncemos" ; - {- VPB (Imper C.Pl C.P2) => -} "avergonzad" ; - {- VPB (Imper C.Pl C.P3) => -} "avergencen" ; - {- 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 astriir_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "astriir" ; - {- VI Ger => -} "astriendo" ; - {- VI Part => -} "astriido" ; - {- VPB (Pres Ind C.Sg C.P1) => -} "astrio" ; - {- VPB (Pres Ind C.Sg C.P2) => -} "astries" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "astrie" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "astriimos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "astris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "astrien" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "astria" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "astrias" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "astria" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "astriamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "astriis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "astrian" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "astria" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "astrias" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "astria" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "astriamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "astriais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "astrian" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"astriera" ; "astriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"astrieras" ; "astrieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"astriera" ; "astriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"astriramos" ; "astrisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"astrierais" ; "astrieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"astrieran" ; "astriesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "astri" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "astriiste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "astri" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "astriimos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "astriisteis" ;--# notpresent - {- VPB (Pret C.Pl C.P3) => -} "astrieron" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P1) => -} "astriir" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P2) => -} "astriirs" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P3) => -} "astriir" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P1) => -} "astriiremos" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P2) => -} "astriiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "astriirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "astriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "astrieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "astriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "astriremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "astriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "astrieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "astriira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "astriiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "astriira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "astriiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "astriirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "astriiran" ;--# notpresent - {- VPB (Imper C.Sg C.P1) => -} variants {} ; - {- VPB (Imper C.Sg C.P2) => -} "astrie" ; - {- VPB (Imper C.Sg C.P3) => -} "astria" ; - {- VPB (Imper C.Pl C.P1) => -} "astriamos" ; - {- VPB (Imper C.Pl C.P2) => -} "astriid" ; - {- VPB (Imper C.Pl C.P3) => -} "astrian" ; - {- VPB (Pass C.Sg Masc) => -} "astriido" ; - {- VPB (Pass C.Sg Fem) => -} "astriida" ; - {- VPB (Pass C.Pl Masc) => -} "astriidos" ; - {- VPB (Pass C.Pl Fem) => -} "astriidas" - ] - } ; - -lin bruir_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "bruir" ; - {- VI Ger => -} "bruendo" ; - {- VI Part => -} "bruido" ; - {- VPB (Pres Ind C.Sg C.P1) => -} "bruo" ; - {- VPB (Pres Ind C.Sg C.P2) => -} "brues" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "brue" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "bruimos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "brus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "bruen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "brua" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "bruas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "brua" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "bruamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "bruis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "bruan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "brua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "bruas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "brua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "bruamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "bruais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "bruan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"bruera" ; "bruese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"brueras" ; "brueses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"bruera" ; "bruese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"bruramos" ; "brusemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"bruerais" ; "brueseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"brueran" ; "bruesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "bru" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "bruiste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "bru" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "bruimos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "bruisteis" ;--# notpresent - {- VPB (Pret C.Pl C.P3) => -} "brueron" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P1) => -} "bruir" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P2) => -} "bruirs" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P3) => -} "bruir" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P1) => -} "bruiremos" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P2) => -} "bruiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "bruirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "bruere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "brueres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "bruere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "bruremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "bruereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "brueren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "bruira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "bruiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "bruira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "bruiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "bruirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "bruiran" ;--# notpresent - {- VPB (Imper C.Sg C.P1) => -} variants {} ; - {- VPB (Imper C.Sg C.P2) => -} "brue" ; - {- VPB (Imper C.Sg C.P3) => -} "brua" ; - {- VPB (Imper C.Pl C.P1) => -} "bruamos" ; - {- VPB (Imper C.Pl C.P2) => -} "bruid" ; - {- VPB (Imper C.Pl C.P3) => -} "bruan" ; - {- VPB (Pass C.Sg Masc) => -} "bruido" ; - {- VPB (Pass C.Sg Fem) => -} "bruida" ; - {- VPB (Pass C.Pl Masc) => -} "bruidos" ; - {- VPB (Pass C.Pl Fem) => -} "bruidas" - ] - } ; - -lin bullir_V = verboV - {s = table (BeschSpa.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) => -} "bulls" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "bullen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "bulla" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "bullas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "bulla" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "bullamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "bullis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "bullan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "bulla" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "bullas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "bulla" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "bullamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "bullais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "bullan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"bullera" ; "bullese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"bulleras" ; "bulleses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"bullera" ; "bullese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"bullramos" ; "bullsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"bullerais" ; "bulleseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"bulleran" ; "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) => -} "bullirs" ;--# 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) => -} "bulliris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "bullirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "bullere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "bulleres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "bullere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "bullremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "bullereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "bulleren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "bullira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "bulliras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "bullira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "bulliramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "bullirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "bulliran" ;--# 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 (BeschSpa.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) => -} "desmulls" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desmullen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desmulla" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desmullas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desmulla" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desmullamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desmullis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desmullan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "desmulla" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desmullas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "desmulla" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desmullamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desmullais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desmullan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desmullera" ; "desmullese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desmulleras" ; "desmulleses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desmullera" ; "desmullese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desmullramos" ; "desmullsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desmullerais" ; "desmulleseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desmulleran" ; "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) => -} "desmullirs" ;--# 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) => -} "desmulliris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desmullirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desmullere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desmulleres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desmullere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desmullremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desmullereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desmulleren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desmullira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desmulliras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desmullira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desmulliramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desmullirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desmulliran" ;--# 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 (BeschSpa.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) => -} "empellis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "empellen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "empella" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "empellas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "empella" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "empellamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "empellis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "empellan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "empella" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "empellas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "empella" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "empellamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "empellais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "empellan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empellera" ; "empellese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empelleras" ; "empelleses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empellera" ; "empellese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empellramos" ; "empellsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empellerais" ; "empelleseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empelleran" ; "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) => -} "empellers" ;--# 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) => -} "empelleris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "empellern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "empellere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "empelleres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "empellere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "empellremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "empellereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "empelleren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "empellera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "empelleras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "empellera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "empelleramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "empellerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "empelleran" ;--# 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 (BeschSpa.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) => -} "engulls" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "engullen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "engulla" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "engullas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "engulla" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "engullamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "engullis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "engullan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "engulla" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "engullas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "engulla" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "engullamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "engullais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "engullan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"engullera" ; "engullese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"engulleras" ; "engulleses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"engullera" ; "engullese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"engullramos" ; "engullsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"engullerais" ; "engulleseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"engulleran" ; "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) => -} "engullirs" ;--# 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) => -} "engulliris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "engullirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "engullere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "engulleres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "engullere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "engullremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "engullereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "engulleren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "engullira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "engulliras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "engullira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "engulliramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "engullirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "engulliran" ;--# 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 gair_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "gair" ; - {- VI Ger => -} "gaendo" ; - {- VI Part => -} "gaido" ; - {- VPB (Pres Ind C.Sg C.P1) => -} "gao" ; - {- VPB (Pres Ind C.Sg C.P2) => -} "gaes" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "gae" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "gaimos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "gas" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "gaen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "gaa" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "gaas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "gaa" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "gaamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "gais" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "gaan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "gaa" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "gaas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "gaa" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "gaamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "gaais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "gaan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"gaera" ; "gaese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"gaeras" ; "gaeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"gaera" ; "gaese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"garamos" ; "gasemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"gaerais" ; "gaeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"gaeran" ; "gaesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "ga" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "gaiste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "ga" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "gaimos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "gaisteis" ;--# notpresent - {- VPB (Pret C.Pl C.P3) => -} "gaeron" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P1) => -} "gair" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P2) => -} "gairs" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P3) => -} "gair" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P1) => -} "gairemos" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P2) => -} "gairis" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "gairn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "gaere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "gaeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "gaere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "garemos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "gaereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "gaeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "gaira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "gairas" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "gaira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "gairamos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "gairais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "gairan" ;--# notpresent - {- VPB (Imper C.Sg C.P1) => -} variants {} ; - {- VPB (Imper C.Sg C.P2) => -} "gae" ; - {- VPB (Imper C.Sg C.P3) => -} "gaa" ; - {- VPB (Imper C.Pl C.P1) => -} "gaamos" ; - {- VPB (Imper C.Pl C.P2) => -} "gaid" ; - {- VPB (Imper C.Pl C.P3) => -} "gaan" ; - {- VPB (Pass C.Sg Masc) => -} "gaido" ; - {- VPB (Pass C.Sg Fem) => -} "gaida" ; - {- VPB (Pass C.Pl Masc) => -} "gaidos" ; - {- VPB (Pass C.Pl Fem) => -} "gaidas" - ] - } ; - -lin gruir_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "gruir" ; - {- VI Ger => -} "gruendo" ; - {- VI Part => -} "gruido" ; - {- VPB (Pres Ind C.Sg C.P1) => -} "gruo" ; - {- VPB (Pres Ind C.Sg C.P2) => -} "grues" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "grue" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "gruimos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "grus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "gruen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "grua" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "gruas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "grua" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "gruamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "gruis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "gruan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "grua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "gruas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "grua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "gruamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "gruais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "gruan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"gruera" ; "gruese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"grueras" ; "grueses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"gruera" ; "gruese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"gruramos" ; "grusemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"gruerais" ; "grueseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"grueran" ; "gruesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "gru" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "gruiste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "gru" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "gruimos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "gruisteis" ;--# notpresent - {- VPB (Pret C.Pl C.P3) => -} "grueron" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P1) => -} "gruir" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P2) => -} "gruirs" ;--# 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) => -} "gruiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "gruirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "gruere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "grueres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "gruere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "gruremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "gruereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "grueren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "gruira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "gruiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "gruira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "gruiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "gruirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "gruiran" ;--# notpresent - {- VPB (Imper C.Sg C.P1) => -} variants {} ; - {- VPB (Imper C.Sg C.P2) => -} "grue" ; - {- VPB (Imper C.Sg C.P3) => -} "grua" ; - {- VPB (Imper C.Pl C.P1) => -} "gruamos" ; - {- VPB (Imper C.Pl C.P2) => -} "gruid" ; - {- VPB (Imper C.Pl C.P3) => -} "gruan" ; - {- 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 guair_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "guair" ; - {- VI Ger => -} "guaendo" ; - {- VI Part => -} "guaido" ; - {- VPB (Pres Ind C.Sg C.P1) => -} "guao" ; - {- VPB (Pres Ind C.Sg C.P2) => -} "guaes" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "guae" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "guaimos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "guas" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "guaen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "guaa" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "guaas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "guaa" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "guaamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "guais" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "guaan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "guaa" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "guaas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "guaa" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "guaamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "guaais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "guaan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"guaera" ; "guaese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"guaeras" ; "guaeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"guaera" ; "guaese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"guaramos" ; "guasemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"guaerais" ; "guaeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"guaeran" ; "guaesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "gua" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "guaiste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "gua" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "guaimos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "guaisteis" ;--# notpresent - {- VPB (Pret C.Pl C.P3) => -} "guaeron" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P1) => -} "guair" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P2) => -} "guairs" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P3) => -} "guair" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P1) => -} "guairemos" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P2) => -} "guairis" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "guairn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "guaere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "guaeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "guaere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "guaremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "guaereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "guaeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "guaira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "guairas" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "guaira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "guairamos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "guairais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "guairan" ;--# notpresent - {- VPB (Imper C.Sg C.P1) => -} variants {} ; - {- VPB (Imper C.Sg C.P2) => -} "guae" ; - {- VPB (Imper C.Sg C.P3) => -} "guaa" ; - {- VPB (Imper C.Pl C.P1) => -} "guaamos" ; - {- VPB (Imper C.Pl C.P2) => -} "guaid" ; - {- VPB (Imper C.Pl C.P3) => -} "guaan" ; - {- VPB (Pass C.Sg Masc) => -} "guaido" ; - {- VPB (Pass C.Sg Fem) => -} "guaida" ; - {- VPB (Pass C.Pl Masc) => -} "guaidos" ; - {- VPB (Pass C.Pl Fem) => -} "guaidas" - ] - } ; - -lin juir_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "juir" ; - {- VI Ger => -} "juendo" ; - {- VI Part => -} "juido" ; - {- VPB (Pres Ind C.Sg C.P1) => -} "juo" ; - {- VPB (Pres Ind C.Sg C.P2) => -} "jues" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "jue" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "juimos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "jus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "juen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "jua" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "juas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "jua" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "juamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "juis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "juan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "jua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "juas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "jua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "juamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "juais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "juan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"juera" ; "juese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"jueras" ; "jueses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"juera" ; "juese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"juramos" ; "jusemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"juerais" ; "jueseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"jueran" ; "juesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "ju" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "juiste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "ju" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "juimos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "juisteis" ;--# notpresent - {- VPB (Pret C.Pl C.P3) => -} "jueron" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P1) => -} "juir" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P2) => -} "juirs" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P3) => -} "juir" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P1) => -} "juiremos" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P2) => -} "juiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "juirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "juere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "jueres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "juere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "juremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "juereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "jueren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "juira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "juiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "juira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "juiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "juirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "juiran" ;--# notpresent - {- VPB (Imper C.Sg C.P1) => -} variants {} ; - {- VPB (Imper C.Sg C.P2) => -} "jue" ; - {- VPB (Imper C.Sg C.P3) => -} "jua" ; - {- VPB (Imper C.Pl C.P1) => -} "juamos" ; - {- VPB (Imper C.Pl C.P2) => -} "juid" ; - {- VPB (Imper C.Pl C.P3) => -} "juan" ; - {- VPB (Pass C.Sg Masc) => -} "juido" ; - {- VPB (Pass C.Sg Fem) => -} "juida" ; - {- VPB (Pass C.Pl Masc) => -} "juidos" ; - {- VPB (Pass C.Pl Fem) => -} "juidas" - ] - } ; - -lin mullir_V = verboV - {s = table (BeschSpa.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) => -} "mulls" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "mullen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "mulla" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "mullas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "mulla" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "mullamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "mullis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "mullan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "mulla" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "mullas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "mulla" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "mullamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "mullais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "mullan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"mullera" ; "mullese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"mulleras" ; "mulleses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"mullera" ; "mullese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"mullramos" ; "mullsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"mullerais" ; "mulleseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"mulleran" ; "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) => -} "mullirs" ;--# 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) => -} "mulliris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "mullirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "mullere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "mulleres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "mullere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "mullremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "mullereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "mulleren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "mullira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "mulliras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "mullira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "mulliramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "mullirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "mulliran" ;--# 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 muir_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "muir" ; - {- VI Ger => -} "muendo" ; - {- VI Part => -} "muido" ; - {- VPB (Pres Ind C.Sg C.P1) => -} "muo" ; - {- VPB (Pres Ind C.Sg C.P2) => -} "mues" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "mue" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "muimos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "mus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "muen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "mua" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "muas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "mua" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "muamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "muis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "muan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "mua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "muas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "mua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "muamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "muais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "muan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"muera" ; "muese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"mueras" ; "mueses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"muera" ; "muese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"muramos" ; "musemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"muerais" ; "mueseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"mueran" ; "muesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "mu" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "muiste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "mu" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "muimos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "muisteis" ;--# notpresent - {- VPB (Pret C.Pl C.P3) => -} "mueron" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P1) => -} "muir" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P2) => -} "muirs" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P3) => -} "muir" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P1) => -} "muiremos" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P2) => -} "muiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "muirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "muere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "mueres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "muere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "muremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "muereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "mueren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "muira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "muiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "muira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "muiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "muirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "muiran" ;--# notpresent - {- VPB (Imper C.Sg C.P1) => -} variants {} ; - {- VPB (Imper C.Sg C.P2) => -} "mue" ; - {- VPB (Imper C.Sg C.P3) => -} "mua" ; - {- VPB (Imper C.Pl C.P1) => -} "muamos" ; - {- VPB (Imper C.Pl C.P2) => -} "muid" ; - {- VPB (Imper C.Pl C.P3) => -} "muan" ; - {- VPB (Pass C.Sg Masc) => -} "muido" ; - {- VPB (Pass C.Sg Fem) => -} "muida" ; - {- VPB (Pass C.Pl Masc) => -} "muidos" ; - {- VPB (Pass C.Pl Fem) => -} "muidas" - ] - } ; - -lin plair_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "plair" ; - {- VI Ger => -} "plaendo" ; - {- VI Part => -} "plaido" ; - {- VPB (Pres Ind C.Sg C.P1) => -} "plao" ; - {- VPB (Pres Ind C.Sg C.P2) => -} "plaes" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "plae" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "plaimos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "plas" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "plaen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "plaa" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "plaas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "plaa" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "plaamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "plais" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "plaan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "plaa" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "plaas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "plaa" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "plaamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "plaais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "plaan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"plaera" ; "plaese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"plaeras" ; "plaeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"plaera" ; "plaese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"plaramos" ; "plasemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"plaerais" ; "plaeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"plaeran" ; "plaesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "pla" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "plaiste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "pla" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "plaimos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "plaisteis" ;--# notpresent - {- VPB (Pret C.Pl C.P3) => -} "plaeron" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P1) => -} "plair" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P2) => -} "plairs" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P3) => -} "plair" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P1) => -} "plairemos" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P2) => -} "plairis" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "plairn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "plaere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "plaeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "plaere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "plaremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "plaereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "plaeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "plaira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "plairas" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "plaira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "plairamos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "plairais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "plairan" ;--# notpresent - {- VPB (Imper C.Sg C.P1) => -} variants {} ; - {- VPB (Imper C.Sg C.P2) => -} "plae" ; - {- VPB (Imper C.Sg C.P3) => -} "plaa" ; - {- VPB (Imper C.Pl C.P1) => -} "plaamos" ; - {- VPB (Imper C.Pl C.P2) => -} "plaid" ; - {- VPB (Imper C.Pl C.P3) => -} "plaan" ; - {- VPB (Pass C.Sg Masc) => -} "plaido" ; - {- VPB (Pass C.Sg Fem) => -} "plaida" ; - {- VPB (Pass C.Pl Masc) => -} "plaidos" ; - {- VPB (Pass C.Pl Fem) => -} "plaidas" - ] - } ; - -lin rebullir_V = verboV - {s = table (BeschSpa.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) => -} "rebulls" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "rebullen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "rebulla" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "rebullas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "rebulla" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "rebullamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "rebullis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "rebullan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "rebulla" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "rebullas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "rebulla" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "rebullamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "rebullais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "rebullan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rebullera" ; "rebullese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rebulleras" ; "rebulleses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rebullera" ; "rebullese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rebullramos" ; "rebullsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rebullerais" ; "rebulleseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rebulleran" ; "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) => -} "rebullirs" ;--# 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) => -} "rebulliris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "rebullirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "rebullere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "rebulleres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "rebullere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "rebullremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "rebullereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "rebulleren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "rebullira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "rebulliras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "rebullira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "rebulliramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "rebullirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "rebulliran" ;--# 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 regair_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "regair" ; - {- VI Ger => -} "regaendo" ; - {- VI Part => -} "regaido" ; - {- VPB (Pres Ind C.Sg C.P1) => -} "regao" ; - {- VPB (Pres Ind C.Sg C.P2) => -} "regaes" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "regae" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "regaimos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "regas" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "regaen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "regaa" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "regaas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "regaa" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "regaamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "regais" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "regaan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "regaa" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "regaas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "regaa" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "regaamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "regaais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "regaan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"regaera" ; "regaese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"regaeras" ; "regaeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"regaera" ; "regaese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"regaramos" ; "regasemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"regaerais" ; "regaeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"regaeran" ; "regaesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "rega" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "regaiste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "rega" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "regaimos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "regaisteis" ;--# notpresent - {- VPB (Pret C.Pl C.P3) => -} "regaeron" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P1) => -} "regair" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P2) => -} "regairs" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P3) => -} "regair" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P1) => -} "regairemos" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P2) => -} "regairis" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "regairn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "regaere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "regaeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "regaere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "regaremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "regaereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "regaeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "regaira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "regairas" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "regaira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "regairamos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "regairais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "regairan" ;--# notpresent - {- VPB (Imper C.Sg C.P1) => -} variants {} ; - {- VPB (Imper C.Sg C.P2) => -} "regae" ; - {- VPB (Imper C.Sg C.P3) => -} "regaa" ; - {- VPB (Imper C.Pl C.P1) => -} "regaamos" ; - {- VPB (Imper C.Pl C.P2) => -} "regaid" ; - {- VPB (Imper C.Pl C.P3) => -} "regaan" ; - {- VPB (Pass C.Sg Masc) => -} "regaido" ; - {- VPB (Pass C.Sg Fem) => -} "regaida" ; - {- VPB (Pass C.Pl Masc) => -} "regaidos" ; - {- VPB (Pass C.Pl Fem) => -} "regaidas" - ] - } ; - -lin regruir_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "regruir" ; - {- VI Ger => -} "regruendo" ; - {- VI Part => -} "regruido" ; - {- VPB (Pres Ind C.Sg C.P1) => -} "regruo" ; - {- VPB (Pres Ind C.Sg C.P2) => -} "regrues" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "regrue" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "regruimos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "regrus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "regruen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "regrua" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "regruas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "regrua" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "regruamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "regruis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "regruan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "regrua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "regruas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "regrua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "regruamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "regruais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "regruan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"regruera" ; "regruese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"regrueras" ; "regrueses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"regruera" ; "regruese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"regruramos" ; "regrusemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"regruerais" ; "regrueseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"regrueran" ; "regruesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "regru" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "regruiste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "regru" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "regruimos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "regruisteis" ;--# notpresent - {- VPB (Pret C.Pl C.P3) => -} "regrueron" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P1) => -} "regruir" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P2) => -} "regruirs" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P3) => -} "regruir" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P1) => -} "regruiremos" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P2) => -} "regruiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "regruirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "regruere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "regrueres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "regruere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "regruremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "regruereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "regrueren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "regruira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "regruiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "regruira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "regruiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "regruirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "regruiran" ;--# notpresent - {- VPB (Imper C.Sg C.P1) => -} variants {} ; - {- VPB (Imper C.Sg C.P2) => -} "regrue" ; - {- VPB (Imper C.Sg C.P3) => -} "regrua" ; - {- VPB (Imper C.Pl C.P1) => -} "regruamos" ; - {- VPB (Imper C.Pl C.P2) => -} "regruid" ; - {- VPB (Imper C.Pl C.P3) => -} "regruan" ; - {- VPB (Pass C.Sg Masc) => -} "regruido" ; - {- VPB (Pass C.Sg Fem) => -} "regruida" ; - {- VPB (Pass C.Pl Masc) => -} "regruidos" ; - {- VPB (Pass C.Pl Fem) => -} "regruidas" - ] - } ; - -lin remullir_V = verboV - {s = table (BeschSpa.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) => -} "remulls" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "remullen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "remulla" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "remullas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "remulla" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "remullamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "remullis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "remullan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "remulla" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "remullas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "remulla" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "remullamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "remullais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "remullan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"remullera" ; "remullese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"remulleras" ; "remulleses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"remullera" ; "remullese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"remullramos" ; "remullsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"remullerais" ; "remulleseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"remulleran" ; "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) => -} "remullirs" ;--# 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) => -} "remulliris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "remullirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "remullere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "remulleres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "remullere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "remullremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "remullereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "remulleren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "remullira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "remulliras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "remullira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "remulliramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "remullirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "remulliran" ;--# 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 restriir_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "restriir" ; - {- VI Ger => -} "restriendo" ; - {- VI Part => -} "restriido" ; - {- VPB (Pres Ind C.Sg C.P1) => -} "restrio" ; - {- VPB (Pres Ind C.Sg C.P2) => -} "restries" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "restrie" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "restriimos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "restris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "restrien" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "restria" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "restrias" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "restria" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "restriamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "restriis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "restrian" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "restria" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "restrias" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "restria" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "restriamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "restriais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "restrian" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"restriera" ; "restriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"restrieras" ; "restrieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"restriera" ; "restriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"restriramos" ; "restrisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"restrierais" ; "restrieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"restrieran" ; "restriesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "restri" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "restriiste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "restri" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "restriimos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "restriisteis" ;--# notpresent - {- VPB (Pret C.Pl C.P3) => -} "restrieron" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P1) => -} "restriir" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P2) => -} "restriirs" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P3) => -} "restriir" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P1) => -} "restriiremos" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P2) => -} "restriiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "restriirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "restriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "restrieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "restriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "restriremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "restriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "restrieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "restriira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "restriiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "restriira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "restriiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "restriirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "restriiran" ;--# notpresent - {- VPB (Imper C.Sg C.P1) => -} variants {} ; - {- VPB (Imper C.Sg C.P2) => -} "restrie" ; - {- VPB (Imper C.Sg C.P3) => -} "restria" ; - {- VPB (Imper C.Pl C.P1) => -} "restriamos" ; - {- VPB (Imper C.Pl C.P2) => -} "restriid" ; - {- VPB (Imper C.Pl C.P3) => -} "restrian" ; - {- VPB (Pass C.Sg Masc) => -} "restriido" ; - {- VPB (Pass C.Sg Fem) => -} "restriida" ; - {- VPB (Pass C.Pl Masc) => -} "restriidos" ; - {- VPB (Pass C.Pl Fem) => -} "restriidas" - ] - } ; - -lin retiir_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "retiir" ; - {- VI Ger => -} "retiendo" ; - {- VI Part => -} "retiido" ; - {- VPB (Pres Ind C.Sg C.P1) => -} "retio" ; - {- VPB (Pres Ind C.Sg C.P2) => -} "reties" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "retie" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "retiimos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "retis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "retien" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "retia" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "retias" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "retia" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "retiamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "retiis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "retian" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "retia" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "retias" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "retia" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "retiamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "retiais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "retian" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retiera" ; "retiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retieras" ; "retieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retiera" ; "retiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retiramos" ; "retisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retierais" ; "retieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retieran" ; "retiesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "reti" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "retiiste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "reti" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "retiimos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "retiisteis" ;--# notpresent - {- VPB (Pret C.Pl C.P3) => -} "retieron" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P1) => -} "retiir" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P2) => -} "retiirs" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P3) => -} "retiir" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P1) => -} "retiiremos" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P2) => -} "retiiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "retiirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "retiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "retieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "retiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "retiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "retiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "retieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "retiira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "retiiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "retiira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "retiiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "retiirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "retiiran" ;--# notpresent - {- VPB (Imper C.Sg C.P1) => -} variants {} ; - {- VPB (Imper C.Sg C.P2) => -} "retie" ; - {- VPB (Imper C.Sg C.P3) => -} "retia" ; - {- VPB (Imper C.Pl C.P1) => -} "retiamos" ; - {- VPB (Imper C.Pl C.P2) => -} "retiid" ; - {- VPB (Imper C.Pl C.P3) => -} "retian" ; - {- VPB (Pass C.Sg Masc) => -} "retiido" ; - {- VPB (Pass C.Sg Fem) => -} "retiida" ; - {- VPB (Pass C.Pl Masc) => -} "retiidos" ; - {- VPB (Pass C.Pl Fem) => -} "retiidas" - ] - } ; - -lin salpullir_V = verboV - {s = table (BeschSpa.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) => -} "salpulls" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "salpullen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "salpulla" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "salpullas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "salpulla" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "salpullamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "salpullis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "salpullan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "salpulla" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "salpullas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "salpulla" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "salpullamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "salpullais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "salpullan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"salpullera" ; "salpullese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"salpulleras" ; "salpulleses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"salpullera" ; "salpullese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"salpullramos" ; "salpullsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"salpullerais" ; "salpulleseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"salpulleran" ; "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) => -} "salpullirs" ;--# 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) => -} "salpulliris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "salpullirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "salpullere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "salpulleres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "salpullere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "salpullremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "salpullereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "salpulleren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "salpullira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "salpulliras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "salpullira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "salpulliramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "salpullirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "salpulliran" ;--# 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 (BeschSpa.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) => -} "sarpulls" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "sarpullen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sarpulla" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sarpullas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sarpulla" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sarpullamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sarpullis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sarpullan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "sarpulla" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "sarpullas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "sarpulla" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "sarpullamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "sarpullais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "sarpullan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sarpullera" ; "sarpullese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sarpulleras" ; "sarpulleses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sarpullera" ; "sarpullese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sarpullramos" ; "sarpullsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sarpullerais" ; "sarpulleseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sarpulleran" ; "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) => -} "sarpullirs" ;--# 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) => -} "sarpulliris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "sarpullirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sarpullere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sarpulleres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sarpullere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sarpullremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sarpullereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sarpulleren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "sarpullira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "sarpulliras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "sarpullira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "sarpulliramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "sarpullirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "sarpulliran" ;--# 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 taer_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "taer" ; - {- VI Ger => -} "taendo" ; - {- VI Part => -} "taido" ; - {- VPB (Pres Ind C.Sg C.P1) => -} "tao" ; - {- VPB (Pres Ind C.Sg C.P2) => -} "taes" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "tae" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "taemos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "tais" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "taen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "taa" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "taas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "taa" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "taamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "tais" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "taan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "taa" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "taas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "taa" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "taamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "taais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "taan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"taera" ; "taese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"taeras" ; "taeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"taera" ; "taese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"taramos" ; "tasemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"taerais" ; "taeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"taeran" ; "taesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "ta" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "taiste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "ta" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "taimos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "taisteis" ;--# notpresent - {- VPB (Pret C.Pl C.P3) => -} "taeron" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P1) => -} "taer" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P2) => -} "taers" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P3) => -} "taer" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P1) => -} "taeremos" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P2) => -} "taeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "taern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "taere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "taeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "taere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "taremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "taereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "taeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "taera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "taeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "taera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "taeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "taerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "taeran" ;--# notpresent - {- VPB (Imper C.Sg C.P1) => -} variants {} ; - {- VPB (Imper C.Sg C.P2) => -} "tae" ; - {- VPB (Imper C.Sg C.P3) => -} "taa" ; - {- VPB (Imper C.Pl C.P1) => -} "taamos" ; - {- VPB (Imper C.Pl C.P2) => -} "taed" ; - {- VPB (Imper C.Pl C.P3) => -} "taan" ; - {- VPB (Pass C.Sg Masc) => -} "taido" ; - {- VPB (Pass C.Sg Fem) => -} "taida" ; - {- VPB (Pass C.Pl Masc) => -} "taidos" ; - {- VPB (Pass C.Pl Fem) => -} "taidas" - ] - } ; - -lin tullir_V = verboV - {s = table (BeschSpa.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) => -} "tulls" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "tullen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "tulla" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "tullas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "tulla" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "tullamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "tullis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "tullan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "tulla" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "tullas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "tulla" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "tullamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "tullais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "tullan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tullera" ; "tullese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tulleras" ; "tulleses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tullera" ; "tullese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tullramos" ; "tullsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tullerais" ; "tulleseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tulleran" ; "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) => -} "tullirs" ;--# 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) => -} "tulliris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "tullirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "tullere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "tulleres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "tullere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "tullremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "tullereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "tulleren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "tullira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "tulliras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "tullira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "tulliramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "tullirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "tulliran" ;--# 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 (BeschSpa.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) => -} "zabulls" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "zabullen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "zabulla" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "zabullas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "zabulla" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "zabullamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "zabullis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "zabullan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "zabulla" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "zabullas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "zabulla" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "zabullamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "zabullais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "zabullan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"zabullera" ; "zabullese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"zabulleras" ; "zabulleses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"zabullera" ; "zabullese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"zabullramos" ; "zabullsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"zabullerais" ; "zabulleseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"zabulleran" ; "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) => -} "zabullirs" ;--# 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) => -} "zabulliris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "zabullirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "zabullere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "zabulleres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "zabullere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "zabullremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "zabullereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "zabulleren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "zabullira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "zabulliras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "zabullira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "zabulliramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "zabullirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "zabulliran" ;--# 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 (BeschSpa.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) => -} "zambulls" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "zambullen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "zambulla" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "zambullas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "zambulla" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "zambullamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "zambullis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "zambullan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "zambulla" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "zambullas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "zambulla" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "zambullamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "zambullais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "zambullan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"zambullera" ; "zambullese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"zambulleras" ; "zambulleses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"zambullera" ; "zambullese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"zambullramos" ; "zambullsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"zambullerais" ; "zambulleseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"zambulleran" ; "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) => -} "zambullirs" ;--# 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) => -} "zambulliris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "zambullirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "zambullere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "zambulleres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "zambullere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "zambullremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "zambullereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "zambulleren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "zambullira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "zambulliras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "zambullira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "zambulliramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "zambullirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "zambulliran" ;--# 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 (BeschSpa.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) => -} "descabulls" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "descabullen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "descabulla" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "descabullas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "descabulla" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "descabullamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "descabullis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "descabullan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "descabulla" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "descabullas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "descabulla" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "descabullamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "descabullais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "descabullan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descabullera" ; "descabullese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descabulleras" ; "descabulleses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descabullera" ; "descabullese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descabullramos" ; "descabullsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descabullerais" ; "descabulleseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descabulleran" ; "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) => -} "descabullirs" ;--# 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) => -} "descabulliris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "descabullirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "descabullere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "descabulleres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "descabullere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "descabullremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "descabullereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "descabulleren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "descabullira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "descabulliras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "descabullira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "descabulliramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "descabullirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "descabulliran" ;--# 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 (BeschSpa.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) => -} "escabulls" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "escabullen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "escabulla" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "escabullas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "escabulla" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "escabullamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "escabullis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "escabullan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "escabulla" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "escabullas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "escabulla" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "escabullamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "escabullais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "escabullan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"escabullera" ; "escabullese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"escabulleras" ; "escabulleses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"escabullera" ; "escabullese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"escabullramos" ; "escabullsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"escabullerais" ; "escabulleseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"escabulleran" ; "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) => -} "escabullirs" ;--# 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) => -} "escabulliris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "escabullirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "escabullere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "escabulleres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "escabullere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "escabullremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "escabullereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "escabulleren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "escabullira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "escabulliras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "escabullira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "escabulliramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "escabullirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "escabulliran" ;--# 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 (BeschSpa.VFB) [ - {- VI Infn => -} "abstraer" ; - {- VI Ger => -} "abstrayendo" ; - {- VI Part => -} "abstrado" ; - {- 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) => -} "abstrais" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "abstraen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "abstraa" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "abstraas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "abstraa" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "abstraamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "abstrais" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "abstraan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "abstraa" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "abstraas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "abstraa" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "abstraamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "abstraais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "abstraan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"abstrayera" ; "abstrayese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"abstrayeras" ; "abstrayeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"abstrayera" ; "abstrayese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"abstrayramos" ; "abstraysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"abstrayerais" ; "abstrayeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"abstrayeran" ; "abstrayesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "abstra" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "abstraste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "abstray" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "abstramos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "abstrasteis" ;--# 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) => -} "abstraers" ;--# 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) => -} "abstraeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "abstraern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "abstrayere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "abstrayeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "abstrayere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "abstrayremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "abstrayereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "abstrayeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "abstraera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "abstraeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "abstraera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "abstraeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "abstraerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "abstraeran" ;--# 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) => -} "abstrado" ; - {- VPB (Pass C.Sg Fem) => -} "abstrada" ; - {- VPB (Pass C.Pl Masc) => -} "abstrados" ; - {- VPB (Pass C.Pl Fem) => -} "abstradas" - ] - } ; - -lin atraer_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "atraer" ; - {- VI Ger => -} "atrayendo" ; - {- VI Part => -} "atrado" ; - {- 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) => -} "atrais" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "atraen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "atraa" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "atraas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "atraa" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "atraamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "atrais" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "atraan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "atraa" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "atraas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "atraa" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "atraamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "atraais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "atraan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"atrayera" ; "atrayese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"atrayeras" ; "atrayeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"atrayera" ; "atrayese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"atrayramos" ; "atraysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"atrayerais" ; "atrayeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"atrayeran" ; "atrayesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "atra" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "atraste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "atray" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "atramos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "atrasteis" ;--# 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) => -} "atraers" ;--# 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) => -} "atraeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "atraern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "atrayere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "atrayeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "atrayere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "atrayremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "atrayereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "atrayeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "atraera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "atraeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "atraera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "atraeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "atraerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "atraeran" ;--# 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) => -} "atrado" ; - {- VPB (Pass C.Sg Fem) => -} "atrada" ; - {- VPB (Pass C.Pl Masc) => -} "atrados" ; - {- VPB (Pass C.Pl Fem) => -} "atradas" - ] - } ; - -lin caer_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "caer" ; - {- VI Ger => -} "cayendo" ; - {- VI Part => -} "cado" ; - {- 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) => -} "cais" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "caen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "caiga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "caigas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "caiga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "caigamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "caigis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "caigan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "caa" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "caas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "caa" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "caamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "caais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "caan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"cayera" ; "cayese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"cayeras" ; "cayeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"cayera" ; "cayese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"cayramos" ; "caysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"cayerais" ; "cayeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"cayeran" ; "cayesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "ca" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "caste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "cay" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "camos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "casteis" ;--# 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) => -} "caers" ;--# 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) => -} "caeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "caern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "cayere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "cayeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "cayere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "cayremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "cayereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "cayeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "caera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "caeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "caera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "caeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "caerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "caeran" ;--# 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) => -} "cado" ; - {- VPB (Pass C.Sg Fem) => -} "cada" ; - {- VPB (Pass C.Pl Masc) => -} "cados" ; - {- VPB (Pass C.Pl Fem) => -} "cadas" - ] - } ; - -lin contraer_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "contraer" ; - {- VI Ger => -} "contrayendo" ; - {- VI Part => -} "contrado" ; - {- 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) => -} "contrais" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "contraen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "contraa" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "contraas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "contraa" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "contraamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "contrais" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "contraan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "contraa" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "contraas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "contraa" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "contraamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "contraais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "contraan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"contrayera" ; "contrayese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"contrayeras" ; "contrayeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"contrayera" ; "contrayese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"contrayramos" ; "contraysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"contrayerais" ; "contrayeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"contrayeran" ; "contrayesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "contra" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "contraste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "contray" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "contramos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "contrasteis" ;--# 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) => -} "contraers" ;--# 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) => -} "contraeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "contraern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "contrayere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "contrayeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "contrayere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "contrayremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "contrayereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "contrayeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "contraera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "contraeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "contraera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "contraeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "contraerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "contraeran" ;--# 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) => -} "contrado" ; - {- VPB (Pass C.Sg Fem) => -} "contrada" ; - {- VPB (Pass C.Pl Masc) => -} "contrados" ; - {- VPB (Pass C.Pl Fem) => -} "contradas" - ] - } ; - -lin corroer_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "corroer" ; - {- VI Ger => -} "corroyendo" ; - {- VI Part => -} "corrodo" ; - {- 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) => -} "corrois" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "corroen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "corroa" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "corroas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "corroa" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "corroamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "corrois" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "corroan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "corroa" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "corroas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "corroa" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "corroamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "corroais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "corroan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"corroyera" ; "corroyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"corroyeras" ; "corroyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"corroyera" ; "corroyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"corroyramos" ; "corroysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"corroyerais" ; "corroyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"corroyeran" ; "corroyesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "corro" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "corroste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "corroy" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "corromos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "corrosteis" ;--# 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) => -} "corroers" ;--# 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) => -} "corroeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "corroern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "corroyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "corroyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "corroyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "corroyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "corroyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "corroyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "corroera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "corroeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "corroera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "corroeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "corroerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "corroeran" ;--# 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) => -} "corrodo" ; - {- VPB (Pass C.Sg Fem) => -} "corroda" ; - {- VPB (Pass C.Pl Masc) => -} "corrodos" ; - {- VPB (Pass C.Pl Fem) => -} "corrodas" - ] - } ; - -lin creer_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "creer" ; - {- VI Ger => -} "creyendo" ; - {- VI Part => -} "credo" ; - {- 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) => -} "creis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "creen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "crea" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "creas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "crea" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "creamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "creis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "crean" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "crea" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "creas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "crea" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "creamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "creais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "crean" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"creyera" ; "creyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"creyeras" ; "creyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"creyera" ; "creyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"creyramos" ; "creysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"creyerais" ; "creyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"creyeran" ; "creyesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "cre" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "creste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "crey" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "cremos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "cresteis" ;--# 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) => -} "creers" ;--# 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) => -} "creeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "creern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "creyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "creyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "creyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "creyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "creyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "creyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "creera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "creeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "creera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "creeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "creerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "creeran" ;--# 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) => -} "credo" ; - {- VPB (Pass C.Sg Fem) => -} "creda" ; - {- VPB (Pass C.Pl Masc) => -} "credos" ; - {- VPB (Pass C.Pl Fem) => -} "credas" - ] - } ; - -lin decaer_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "decaer" ; - {- VI Ger => -} "decayendo" ; - {- VI Part => -} "decado" ; - {- 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) => -} "decais" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "decaen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "decaiga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "decaigas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "decaiga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "decaigamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "decaigis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "decaigan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "decaa" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "decaas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "decaa" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "decaamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "decaais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "decaan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"decayera" ; "decayese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"decayeras" ; "decayeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"decayera" ; "decayese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"decayramos" ; "decaysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"decayerais" ; "decayeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"decayeran" ; "decayesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "deca" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "decaste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "decay" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "decamos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "decasteis" ;--# 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) => -} "decaers" ;--# 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) => -} "decaeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "decaern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "decayere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "decayeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "decayere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "decayremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "decayereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "decayeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "decaera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "decaeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "decaera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "decaeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "decaerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "decaeran" ;--# 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) => -} "decado" ; - {- VPB (Pass C.Sg Fem) => -} "decada" ; - {- VPB (Pass C.Pl Masc) => -} "decados" ; - {- VPB (Pass C.Pl Fem) => -} "decadas" - ] - } ; - -lin descaer_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "descaer" ; - {- VI Ger => -} "descayendo" ; - {- VI Part => -} "descado" ; - {- 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) => -} "descais" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "descaen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "descaiga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "descaigas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "descaiga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "descaigamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "descaigis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "descaigan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "descaa" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "descaas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "descaa" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "descaamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "descaais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "descaan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descayera" ; "descayese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descayeras" ; "descayeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descayera" ; "descayese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descayramos" ; "descaysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descayerais" ; "descayeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descayeran" ; "descayesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "desca" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "descaste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "descay" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "descamos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "descasteis" ;--# 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) => -} "descaers" ;--# 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) => -} "descaeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "descaern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "descayere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "descayeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "descayere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "descayremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "descayereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "descayeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "descaera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "descaeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "descaera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "descaeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "descaerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "descaeran" ;--# 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) => -} "descado" ; - {- VPB (Pass C.Sg Fem) => -} "descada" ; - {- VPB (Pass C.Pl Masc) => -} "descados" ; - {- VPB (Pass C.Pl Fem) => -} "descadas" - ] - } ; - -lin descreer_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "descreer" ; - {- VI Ger => -} "descreyendo" ; - {- VI Part => -} "descredo" ; - {- 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) => -} "descreis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "descreen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "descrea" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "descreas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "descrea" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "descreamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "descreis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "descrean" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "descrea" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "descreas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "descrea" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "descreamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "descreais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "descrean" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descreyera" ; "descreyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descreyeras" ; "descreyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descreyera" ; "descreyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descreyramos" ; "descreysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descreyerais" ; "descreyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descreyeran" ; "descreyesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "descre" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "descreste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "descrey" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "descremos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "descresteis" ;--# 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) => -} "descreers" ;--# 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) => -} "descreeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "descreern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "descreyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "descreyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "descreyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "descreyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "descreyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "descreyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "descreera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "descreeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "descreera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "descreeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "descreerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "descreeran" ;--# 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) => -} "descredo" ; - {- VPB (Pass C.Sg Fem) => -} "descreda" ; - {- VPB (Pass C.Pl Masc) => -} "descredos" ; - {- VPB (Pass C.Pl Fem) => -} "descredas" - ] - } ; - -lin desposeer_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "desposeer" ; - {- VI Ger => -} "desposeyendo" ; - {- VI Part => -} "desposedo" ; - {- 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) => -} "desposeis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desposeen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desposea" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desposeas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desposea" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desposeamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desposeis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desposean" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "desposea" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desposeas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "desposea" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desposeamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desposeais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desposean" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desposeyera" ; "desposeyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desposeyeras" ; "desposeyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desposeyera" ; "desposeyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desposeyramos" ; "desposeysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desposeyerais" ; "desposeyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desposeyeran" ; "desposeyesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "despose" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "desposeste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "desposey" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "desposemos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "desposesteis" ;--# 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) => -} "desposeers" ;--# 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) => -} "desposeeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desposeern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desposeyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desposeyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desposeyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desposeyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desposeyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desposeyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desposeera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desposeeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desposeera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desposeeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desposeerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desposeeran" ;--# 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) => -} "desposedo" ; - {- VPB (Pass C.Sg Fem) => -} "desposeda" ; - {- VPB (Pass C.Pl Masc) => -} "desposedos" ; - {- VPB (Pass C.Pl Fem) => -} "desposedas" - ] - } ; - -lin desproveer_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "desproveer" ; - {- VI Ger => -} "desproveyendo" ; - {- VI Part => -} "desprovedo" ; - {- 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) => -} "desproveis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desproveen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desprovea" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desproveas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desprovea" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desproveamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desproveis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desprovean" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "desprovea" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desproveas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "desprovea" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desproveamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desproveais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desprovean" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desproveyera" ; "desproveyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desproveyeras" ; "desproveyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desproveyera" ; "desproveyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desproveyramos" ; "desproveysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desproveyerais" ; "desproveyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desproveyeran" ; "desproveyesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "desprove" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "desproveste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "desprovey" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "desprovemos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "desprovesteis" ;--# 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) => -} "desproveers" ;--# 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) => -} "desproveeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desproveern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desproveyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desproveyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desproveyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desproveyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desproveyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desproveyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desproveera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desproveeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desproveera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desproveeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desproveerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desproveeran" ;--# 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) => -} "desprovedo" ; - {- VPB (Pass C.Sg Fem) => -} "desproveda" ; - {- VPB (Pass C.Pl Masc) => -} "desprovedos" ; - {- VPB (Pass C.Pl Fem) => -} "desprovedas" - ] - } ; - -lin detraer_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "detraer" ; - {- VI Ger => -} "detrayendo" ; - {- VI Part => -} "detrado" ; - {- 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) => -} "detrais" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "detraen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "detraa" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "detraas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "detraa" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "detraamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "detrais" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "detraan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "detraa" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "detraas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "detraa" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "detraamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "detraais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "detraan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"detrayera" ; "detrayese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"detrayeras" ; "detrayeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"detrayera" ; "detrayese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"detrayramos" ; "detraysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"detrayerais" ; "detrayeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"detrayeran" ; "detrayesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "detra" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "detraste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "detray" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "detramos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "detrasteis" ;--# 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) => -} "detraers" ;--# 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) => -} "detraeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "detraern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "detrayere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "detrayeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "detrayere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "detrayremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "detrayereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "detrayeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "detraera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "detraeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "detraera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "detraeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "detraerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "detraeran" ;--# 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) => -} "detrado" ; - {- VPB (Pass C.Sg Fem) => -} "detrada" ; - {- VPB (Pass C.Pl Masc) => -} "detrados" ; - {- VPB (Pass C.Pl Fem) => -} "detradas" - ] - } ; - -lin distraer_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "distraer" ; - {- VI Ger => -} "distrayendo" ; - {- VI Part => -} "distrado" ; - {- 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) => -} "distrais" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "distraen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "distraa" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "distraas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "distraa" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "distraamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "distrais" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "distraan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "distraa" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "distraas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "distraa" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "distraamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "distraais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "distraan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"distrayera" ; "distrayese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"distrayeras" ; "distrayeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"distrayera" ; "distrayese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"distrayramos" ; "distraysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"distrayerais" ; "distrayeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"distrayeran" ; "distrayesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "distra" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "distraste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "distray" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "distramos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "distrasteis" ;--# 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) => -} "distraers" ;--# 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) => -} "distraeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "distraern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "distrayere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "distrayeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "distrayere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "distrayremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "distrayereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "distrayeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "distraera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "distraeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "distraera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "distraeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "distraerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "distraeran" ;--# 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) => -} "distrado" ; - {- VPB (Pass C.Sg Fem) => -} "distrada" ; - {- VPB (Pass C.Pl Masc) => -} "distrados" ; - {- VPB (Pass C.Pl Fem) => -} "distradas" - ] - } ; - -lin extraer_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "extraer" ; - {- VI Ger => -} "extrayendo" ; - {- VI Part => -} "extrado" ; - {- 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) => -} "extrais" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "extraen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "extraa" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "extraas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "extraa" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "extraamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "extrais" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "extraan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "extraa" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "extraas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "extraa" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "extraamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "extraais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "extraan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"extrayera" ; "extrayese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"extrayeras" ; "extrayeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"extrayera" ; "extrayese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"extrayramos" ; "extraysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"extrayerais" ; "extrayeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"extrayeran" ; "extrayesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "extra" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "extraste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "extray" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "extramos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "extrasteis" ;--# 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) => -} "extraers" ;--# 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) => -} "extraeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "extraern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "extrayere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "extrayeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "extrayere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "extrayremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "extrayereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "extrayeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "extraera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "extraeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "extraera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "extraeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "extraerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "extraeran" ;--# 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) => -} "extrado" ; - {- VPB (Pass C.Sg Fem) => -} "extrada" ; - {- VPB (Pass C.Pl Masc) => -} "extrados" ; - {- VPB (Pass C.Pl Fem) => -} "extradas" - ] - } ; - -lin leer_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "leer" ; - {- VI Ger => -} "leyendo" ; - {- VI Part => -} "ledo" ; - {- 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) => -} "leis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "leen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "lea" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "leas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "lea" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "leamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "leis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "lean" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "lea" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "leas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "lea" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "leamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "leais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "lean" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"leyera" ; "leyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"leyeras" ; "leyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"leyera" ; "leyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"leyramos" ; "leysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"leyerais" ; "leyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"leyeran" ; "leyesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "le" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "leste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "ley" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "lemos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "lesteis" ;--# 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) => -} "leers" ;--# 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) => -} "leeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "leern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "leyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "leyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "leyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "leyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "leyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "leyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "leera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "leeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "leera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "leeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "leerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "leeran" ;--# 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) => -} "ledo" ; - {- VPB (Pass C.Sg Fem) => -} "leda" ; - {- VPB (Pass C.Pl Masc) => -} "ledos" ; - {- VPB (Pass C.Pl Fem) => -} "ledas" - ] - } ; - -lin maltraer_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "maltraer" ; - {- VI Ger => -} "maltrayendo" ; - {- VI Part => -} "maltrado" ; - {- 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) => -} "maltrais" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "maltraen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "maltraa" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "maltraas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "maltraa" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "maltraamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "maltrais" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "maltraan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "maltraa" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "maltraas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "maltraa" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "maltraamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "maltraais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "maltraan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"maltrayera" ; "maltrayese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"maltrayeras" ; "maltrayeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"maltrayera" ; "maltrayese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"maltrayramos" ; "maltraysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"maltrayerais" ; "maltrayeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"maltrayeran" ; "maltrayesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "maltra" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "maltraste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "maltray" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "maltramos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "maltrasteis" ;--# 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) => -} "maltraers" ;--# 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) => -} "maltraeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "maltraern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "maltrayere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "maltrayeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "maltrayere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "maltrayremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "maltrayereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "maltrayeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "maltraera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "maltraeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "maltraera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "maltraeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "maltraerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "maltraeran" ;--# 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) => -} "maltrado" ; - {- VPB (Pass C.Sg Fem) => -} "maltrada" ; - {- VPB (Pass C.Pl Masc) => -} "maltrados" ; - {- VPB (Pass C.Pl Fem) => -} "maltradas" - ] - } ; - -lin poseer_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "poseer" ; - {- VI Ger => -} "poseyendo" ; - {- VI Part => -} "posedo" ; - {- 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) => -} "poseis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "poseen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "posea" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "poseas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "posea" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "poseamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "poseis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "posean" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "posea" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "poseas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "posea" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "poseamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "poseais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "posean" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"poseyera" ; "poseyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"poseyeras" ; "poseyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"poseyera" ; "poseyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"poseyramos" ; "poseysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"poseyerais" ; "poseyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"poseyeran" ; "poseyesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "pose" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "poseste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "posey" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "posemos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "posesteis" ;--# 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) => -} "poseers" ;--# 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) => -} "poseeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "poseern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "poseyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "poseyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "poseyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "poseyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "poseyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "poseyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "poseera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "poseeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "poseera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "poseeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "poseerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "poseeran" ;--# 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) => -} "posedo" ; - {- VPB (Pass C.Sg Fem) => -} "poseda" ; - {- VPB (Pass C.Pl Masc) => -} "posedos" ; - {- VPB (Pass C.Pl Fem) => -} "posedas" - ] - } ; - -lin proveer_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "proveer" ; - {- VI Ger => -} "proveyendo" ; - {- VI Part => -} variants {"provedo" ; "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) => -} "proveis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "proveen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "provea" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "proveas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "provea" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "proveamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "proveis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "provean" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "provea" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "proveas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "provea" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "proveamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "proveais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "provean" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"proveyera" ; "proveyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"proveyeras" ; "proveyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"proveyera" ; "proveyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"proveyramos" ; "proveysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"proveyerais" ; "proveyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"proveyeran" ; "proveyesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "prove" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "proveste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "provey" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "provemos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "provesteis" ;--# 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) => -} "proveers" ;--# 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) => -} "proveeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "proveern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "proveyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "proveyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "proveyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "proveyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "proveyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "proveyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "proveera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "proveeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "proveera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "proveeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "proveerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "proveeran" ;--# 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 {"provedo" ; "provisto"} ; - {- VPB (Pass C.Sg Fem) => -} variants {"proveda" ; "provista"} ; - {- VPB (Pass C.Pl Masc) => -} variants {"provedos" ; "provistos"} ; - {- VPB (Pass C.Pl Fem) => -} variants {"provedas" ; "provistas"} - ] - } ; - -lin recaer_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "recaer" ; - {- VI Ger => -} "recayendo" ; - {- VI Part => -} "recado" ; - {- 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) => -} "recais" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "recaen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "recaiga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "recaigas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "recaiga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "recaigamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "recaigis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "recaigan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "recaa" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "recaas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "recaa" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "recaamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "recaais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "recaan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recayera" ; "recayese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recayeras" ; "recayeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recayera" ; "recayese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recayramos" ; "recaysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recayerais" ; "recayeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recayeran" ; "recayesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "reca" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "recaste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "recay" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "recamos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "recasteis" ;--# 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) => -} "recaers" ;--# 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) => -} "recaeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "recaern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "recayere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "recayeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "recayere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "recayremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "recayereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "recayeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "recaera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "recaeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "recaera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "recaeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "recaerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "recaeran" ;--# 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) => -} "recado" ; - {- VPB (Pass C.Sg Fem) => -} "recada" ; - {- VPB (Pass C.Pl Masc) => -} "recados" ; - {- VPB (Pass C.Pl Fem) => -} "recadas" - ] - } ; - -lin releer_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "releer" ; - {- VI Ger => -} "releyendo" ; - {- VI Part => -} "reledo" ; - {- 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) => -} "releis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "releen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "relea" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "releas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "relea" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "releamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "releis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "relean" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "relea" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "releas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "relea" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "releamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "releais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "relean" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"releyera" ; "releyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"releyeras" ; "releyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"releyera" ; "releyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"releyramos" ; "releysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"releyerais" ; "releyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"releyeran" ; "releyesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "rele" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "releste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "reley" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "relemos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "relesteis" ;--# 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) => -} "releers" ;--# 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) => -} "releeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "releern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "releyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "releyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "releyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "releyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "releyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "releyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "releera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "releeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "releera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "releeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "releerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "releeran" ;--# 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) => -} "reledo" ; - {- VPB (Pass C.Sg Fem) => -} "releda" ; - {- VPB (Pass C.Pl Masc) => -} "reledos" ; - {- VPB (Pass C.Pl Fem) => -} "reledas" - ] - } ; - -lin retraer_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "retraer" ; - {- VI Ger => -} "retrayendo" ; - {- VI Part => -} "retrado" ; - {- 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) => -} "retrais" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "retraen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "retraa" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "retraas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "retraa" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "retraamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "retrais" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "retraan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "retraa" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "retraas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "retraa" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "retraamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "retraais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "retraan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retrayera" ; "retrayese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retrayeras" ; "retrayeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retrayera" ; "retrayese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retrayramos" ; "retraysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retrayerais" ; "retrayeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retrayeran" ; "retrayesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "retra" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "retraste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "retray" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "retramos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "retrasteis" ;--# 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) => -} "retraers" ;--# 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) => -} "retraeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "retraern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "retrayere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "retrayeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "retrayere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "retrayremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "retrayereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "retrayeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "retraera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "retraeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "retraera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "retraeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "retraerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "retraeran" ;--# 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) => -} "retrado" ; - {- VPB (Pass C.Sg Fem) => -} "retrada" ; - {- VPB (Pass C.Pl Masc) => -} "retrados" ; - {- VPB (Pass C.Pl Fem) => -} "retradas" - ] - } ; - -lin retrotraer_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "retrotraer" ; - {- VI Ger => -} "retrotrayendo" ; - {- VI Part => -} "retrotrado" ; - {- 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) => -} "retrotrais" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "retrotraen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "retrotraa" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "retrotraas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "retrotraa" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "retrotraamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "retrotrais" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "retrotraan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "retrotraa" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "retrotraas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "retrotraa" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "retrotraamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "retrotraais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "retrotraan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retrotrayera" ; "retrotrayese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retrotrayeras" ; "retrotrayeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retrotrayera" ; "retrotrayese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retrotrayramos" ; "retrotraysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retrotrayerais" ; "retrotrayeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retrotrayeran" ; "retrotrayesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "retrotra" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "retrotraste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "retrotray" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "retrotramos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "retrotrasteis" ;--# 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) => -} "retrotraers" ;--# 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) => -} "retrotraeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "retrotraern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "retrotrayere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "retrotrayeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "retrotrayere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "retrotrayremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "retrotrayereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "retrotrayeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "retrotraera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "retrotraeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "retrotraera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "retrotraeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "retrotraerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "retrotraeran" ;--# 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) => -} "retrotrado" ; - {- VPB (Pass C.Sg Fem) => -} "retrotrada" ; - {- VPB (Pass C.Pl Masc) => -} "retrotrados" ; - {- VPB (Pass C.Pl Fem) => -} "retrotradas" - ] - } ; - -lin roer_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "roer" ; - {- VI Ger => -} "royendo" ; - {- VI Part => -} "rodo" ; - {- 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) => -} "rois" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "roen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "roa" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "roas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "roa" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "roamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "rois" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "roan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "roa" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "roas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "roa" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "roamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "roais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "roan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"royera" ; "royese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"royeras" ; "royeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"royera" ; "royese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"royramos" ; "roysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"royerais" ; "royeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"royeran" ; "royesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "ro" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "roste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "roy" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "romos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "rosteis" ;--# 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) => -} "roers" ;--# 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) => -} "roeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "roern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "royere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "royeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "royere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "royremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "royereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "royeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "roera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "roeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "roera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "roeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "roerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "roeran" ;--# 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) => -} "rodo" ; - {- VPB (Pass C.Sg Fem) => -} "roda" ; - {- VPB (Pass C.Pl Masc) => -} "rodos" ; - {- VPB (Pass C.Pl Fem) => -} "rodas" - ] - } ; - -lin sobreseer_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "sobreseer" ; - {- VI Ger => -} "sobreseyendo" ; - {- VI Part => -} "sobresedo" ; - {- 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) => -} "sobreseis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "sobreseen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sobresea" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sobreseas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sobresea" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sobreseamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sobreseis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sobresean" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "sobresea" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "sobreseas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "sobresea" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "sobreseamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "sobreseais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "sobresean" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobreseyera" ; "sobreseyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobreseyeras" ; "sobreseyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobreseyera" ; "sobreseyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobreseyramos" ; "sobreseysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobreseyerais" ; "sobreseyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobreseyeran" ; "sobreseyesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "sobrese" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "sobreseste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "sobresey" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "sobresemos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "sobresesteis" ;--# 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) => -} "sobreseers" ;--# 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) => -} "sobreseeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "sobreseern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sobreseyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sobreseyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sobreseyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sobreseyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sobreseyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sobreseyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "sobreseera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "sobreseeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "sobreseera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "sobreseeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "sobreseerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "sobreseeran" ;--# 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) => -} "sobresedo" ; - {- VPB (Pass C.Sg Fem) => -} "sobreseda" ; - {- VPB (Pass C.Pl Masc) => -} "sobresedos" ; - {- VPB (Pass C.Pl Fem) => -} "sobresedas" - ] - } ; - -lin substraer_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "substraer" ; - {- VI Ger => -} "substrayendo" ; - {- VI Part => -} "substrado" ; - {- 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) => -} "substrais" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "substraen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "substraa" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "substraas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "substraa" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "substraamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "substrais" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "substraan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "substraa" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "substraas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "substraa" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "substraamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "substraais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "substraan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"substrayera" ; "substrayese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"substrayeras" ; "substrayeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"substrayera" ; "substrayese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"substrayramos" ; "substraysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"substrayerais" ; "substrayeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"substrayeran" ; "substrayesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "substra" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "substraste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "substray" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "substramos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "substrasteis" ;--# 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) => -} "substraers" ;--# 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) => -} "substraeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "substraern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "substrayere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "substrayeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "substrayere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "substrayremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "substrayereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "substrayeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "substraera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "substraeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "substraera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "substraeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "substraerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "substraeran" ;--# 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) => -} "substrado" ; - {- VPB (Pass C.Sg Fem) => -} "substrada" ; - {- VPB (Pass C.Pl Masc) => -} "substrados" ; - {- VPB (Pass C.Pl Fem) => -} "substradas" - ] - } ; - -lin sustraer_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "sustraer" ; - {- VI Ger => -} "sustrayendo" ; - {- VI Part => -} "sustrado" ; - {- 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) => -} "sustrais" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "sustraen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sustraa" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sustraas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sustraa" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sustraamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sustrais" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sustraan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "sustraa" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "sustraas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "sustraa" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "sustraamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "sustraais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "sustraan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sustrayera" ; "sustrayese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sustrayeras" ; "sustrayeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sustrayera" ; "sustrayese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sustrayramos" ; "sustraysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sustrayerais" ; "sustrayeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sustrayeran" ; "sustrayesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "sustra" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "sustraste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "sustray" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "sustramos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "sustrasteis" ;--# 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) => -} "sustraers" ;--# 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) => -} "sustraeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "sustraern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sustrayere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sustrayeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sustrayere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sustrayremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sustrayereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sustrayeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "sustraera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "sustraeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "sustraera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "sustraeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "sustraerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "sustraeran" ;--# 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) => -} "sustrado" ; - {- VPB (Pass C.Sg Fem) => -} "sustrada" ; - {- VPB (Pass C.Pl Masc) => -} "sustrados" ; - {- VPB (Pass C.Pl Fem) => -} "sustradas" - ] - } ; - -lin traer_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "traer" ; - {- VI Ger => -} "trayendo" ; - {- VI Part => -} "trado" ; - {- 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) => -} "trais" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "traen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "traa" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "traas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "traa" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "traamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "trais" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "traan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "traa" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "traas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "traa" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "traamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "traais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "traan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trayera" ; "trayese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trayeras" ; "trayeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trayera" ; "trayese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trayramos" ; "traysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trayerais" ; "trayeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trayeran" ; "trayesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "tra" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "traste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "tray" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "tramos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "trasteis" ;--# 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) => -} "traers" ;--# 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) => -} "traeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "traern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "trayere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "trayeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "trayere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "trayremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "trayereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "trayeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "traera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "traeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "traera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "traeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "traerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "traeran" ;--# 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) => -} "trado" ; - {- VPB (Pass C.Sg Fem) => -} "trada" ; - {- VPB (Pass C.Pl Masc) => -} "trados" ; - {- VPB (Pass C.Pl Fem) => -} "tradas" - ] - } ; - -lin cocer_V = verboV - {s = table (BeschSpa.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) => -} "cocis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "cuecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "cueza" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "cuezas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "cueza" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "cozamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "cozis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "cuezan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "coca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "cocas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "coca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "cocamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "cocais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "cocan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"cociera" ; "cociese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"cocieras" ; "cocieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"cociera" ; "cociese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"cociramos" ; "cocisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"cocierais" ; "cocieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"cocieran" ; "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) => -} "cocers" ;--# 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) => -} "coceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "cocern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "cociere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "cocieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "cociere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "cociremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "cociereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "cocieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "cocera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "coceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "cocera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "coceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "cocerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "coceran" ;--# 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 (BeschSpa.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) => -} "descocis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "descuecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "descueza" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "descuezas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "descueza" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "descozamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "descozis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "descuezan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "descoca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "descocas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "descoca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "descocamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "descocais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "descocan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descociera" ; "descociese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descocieras" ; "descocieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descociera" ; "descociese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descociramos" ; "descocisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descocierais" ; "descocieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descocieran" ; "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) => -} "descocers" ;--# 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) => -} "descoceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "descocern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "descociere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "descocieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "descociere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "descociremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "descociereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "descocieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "descocera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "descoceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "descocera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "descoceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "descocerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "descoceran" ;--# 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 (BeschSpa.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) => -} "destorcis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "destuercen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "destuerza" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "destuerzas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "destuerza" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "destorzamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "destorzis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "destuerzan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "destorca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "destorcas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "destorca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "destorcamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "destorcais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "destorcan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"destorciera" ; "destorciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"destorcieras" ; "destorcieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"destorciera" ; "destorciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"destorciramos" ; "destorcisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"destorcierais" ; "destorcieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"destorcieran" ; "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) => -} "destorcers" ;--# 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) => -} "destorceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "destorcern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "destorciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "destorcieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "destorciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "destorciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "destorciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "destorcieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "destorcera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "destorceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "destorcera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "destorceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "destorcerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "destorceran" ;--# 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 (BeschSpa.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) => -} "escocis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "escuecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "escueza" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "escuezas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "escueza" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "escozamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "escozis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "escuezan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "escoca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "escocas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "escoca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "escocamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "escocais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "escocan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"escociera" ; "escociese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"escocieras" ; "escocieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"escociera" ; "escociese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"escociramos" ; "escocisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"escocierais" ; "escocieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"escocieran" ; "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) => -} "escocers" ;--# 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) => -} "escoceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "escocern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "escociere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "escocieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "escociere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "escociremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "escociereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "escocieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "escocera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "escoceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "escocera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "escoceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "escocerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "escoceran" ;--# 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 (BeschSpa.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) => -} "recocis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "recuecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "recueza" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "recuezas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "recueza" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "recozamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "recozis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "recuezan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "recoca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "recocas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "recoca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "recocamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "recocais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "recocan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recociera" ; "recociese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recocieras" ; "recocieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recociera" ; "recociese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recociramos" ; "recocisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recocierais" ; "recocieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recocieran" ; "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) => -} "recocers" ;--# 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) => -} "recoceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "recocern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "recociere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "recocieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "recociere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "recociremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "recociereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "recocieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "recocera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "recoceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "recocera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "recoceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "recocerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "recoceran" ;--# 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 (BeschSpa.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) => -} "retorcis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "retuercen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "retuerza" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "retuerzas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "retuerza" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "retorzamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "retorzis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "retuerzan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "retorca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "retorcas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "retorca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "retorcamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "retorcais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "retorcan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retorciera" ; "retorciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retorcieras" ; "retorcieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retorciera" ; "retorciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retorciramos" ; "retorcisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retorcierais" ; "retorcieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retorcieran" ; "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) => -} "retorcers" ;--# 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) => -} "retorceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "retorcern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "retorciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "retorcieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "retorciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "retorciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "retorciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "retorcieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "retorcera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "retorceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "retorcera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "retorceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "retorcerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "retorceran" ;--# 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 (BeschSpa.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) => -} "torcis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "tuercen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "tuerza" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "tuerzas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "tuerza" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "torzamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "torzis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "tuerzan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "torca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "torcas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "torca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "torcamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "torcais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "torcan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"torciera" ; "torciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"torcieras" ; "torcieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"torciera" ; "torciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"torciramos" ; "torcisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"torcierais" ; "torcieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"torcieran" ; "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) => -} "torcers" ;--# 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) => -} "torceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "torcern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "torciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "torcieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "torciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "torciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "torciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "torcieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "torcera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "torceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "torcera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "torceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "torcerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "torceran" ;--# 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 (BeschSpa.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) => -} "abnegis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "abniegan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "abniegue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "abniegues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "abniegue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "abneguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "abneguis" ; - {- VPB (Pres Subj 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) => -} "abnegbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "abnegabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "abnegaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"abnegara" ; "abnegase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"abnegaras" ; "abnegases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"abnegara" ; "abnegase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"abnegramos" ; "abnegsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"abnegarais" ; "abnegaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"abnegaran" ; "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) => -} "abnegars" ;--# 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) => -} "abnegaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "abnegarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "abnegare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "abnegares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "abnegare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "abnegremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "abnegareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "abnegaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "abnegara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "abnegaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "abnegara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "abnegaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "abnegarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "abnegaran" ;--# 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 (BeschSpa.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) => -} "almorzis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "almuerzan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "almuerce" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "almuerces" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "almuerce" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "almorcemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "almorcis" ; - {- VPB (Pres Subj 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) => -} "almorzbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "almorzabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "almorzaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"almorzara" ; "almorzase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"almorzaras" ; "almorzases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"almorzara" ; "almorzase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"almorzramos" ; "almorzsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"almorzarais" ; "almorzaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"almorzaran" ; "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) => -} "almorzars" ;--# 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) => -} "almorzaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "almorzarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "almorzare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "almorzares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "almorzare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "almorzremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "almorzareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "almorzaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "almorzara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "almorzaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "almorzara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "almorzaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "almorzarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "almorzaran" ;--# 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 (BeschSpa.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) => -} "alongis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "aluengan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "aluengue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "aluengues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "aluengue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "alonguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "alonguis" ; - {- VPB (Pres Subj 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) => -} "alongbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "alongabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "alongaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"alongara" ; "alongase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"alongaras" ; "alongases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"alongara" ; "alongase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"alongramos" ; "alongsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"alongarais" ; "alongaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"alongaran" ; "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) => -} "alongars" ;--# 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) => -} "alongaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "alongarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "alongare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "alongares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "alongare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "alongremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "alongareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "alongaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "alongara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "alongaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "alongara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "alongaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "alongarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "alongaran" ;--# 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 (BeschSpa.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) => -} "cegis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "ciegan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ciegue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "ciegues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ciegue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "ceguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "ceguis" ; - {- VPB (Pres Subj 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) => -} "cegbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "cegabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "cegaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"cegara" ; "cegase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"cegaras" ; "cegases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"cegara" ; "cegase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"cegramos" ; "cegsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"cegarais" ; "cegaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"cegaran" ; "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) => -} "cegars" ;--# 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) => -} "cegaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "cegarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "cegare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "cegares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "cegare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "cegremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "cegareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "cegaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "cegara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "cegaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "cegara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "cegaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "cegarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "cegaran" ;--# 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 (BeschSpa.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) => -} "clocis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "cluecan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "clueque" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "clueques" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "clueque" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "cloquemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "cloquis" ; - {- VPB (Pres Subj 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) => -} "clocbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "clocabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "clocaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"clocara" ; "clocase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"clocaras" ; "clocases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"clocara" ; "clocase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"clocramos" ; "clocsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"clocarais" ; "clocaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"clocaran" ; "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) => -} "clocars" ;--# 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) => -} "clocaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "clocarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "clocare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "clocares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "clocare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "clocremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "clocareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "clocaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "clocara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "clocaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "clocara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "clocaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "clocarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "clocaran" ;--# 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 (BeschSpa.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) => -} "colgis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "cuelgan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "cuelgue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "cuelgues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "cuelgue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "colguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "colguis" ; - {- VPB (Pres Subj 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) => -} "colgbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "colgabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "colgaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"colgara" ; "colgase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"colgaras" ; "colgases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"colgara" ; "colgase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"colgramos" ; "colgsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"colgarais" ; "colgaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"colgaran" ; "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) => -} "colgars" ;--# 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) => -} "colgaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "colgarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "colgare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "colgares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "colgare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "colgremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "colgareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "colgaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "colgara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "colgaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "colgara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "colgaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "colgarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "colgaran" ;--# 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 (BeschSpa.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) => -} "comenzis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "comienzan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "comience" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "comiences" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "comience" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "comencemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "comencis" ; - {- VPB (Pres Subj 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) => -} "comenzbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "comenzabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "comenzaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"comenzara" ; "comenzase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"comenzaras" ; "comenzases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"comenzara" ; "comenzase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"comenzramos" ; "comenzsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"comenzarais" ; "comenzaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"comenzaran" ; "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) => -} "comenzars" ;--# 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) => -} "comenzaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "comenzarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "comenzare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "comenzares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "comenzare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "comenzremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "comenzareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "comenzaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "comenzara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "comenzaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "comenzara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "comenzaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "comenzarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "comenzaran" ;--# 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 (BeschSpa.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) => -} "denegis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "deniegan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "deniegue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "deniegues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "deniegue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "deneguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "deneguis" ; - {- VPB (Pres Subj 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) => -} "denegbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "denegabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "denegaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"denegara" ; "denegase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"denegaras" ; "denegases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"denegara" ; "denegase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"denegramos" ; "denegsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"denegarais" ; "denegaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"denegaran" ; "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) => -} "denegars" ;--# 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) => -} "denegaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "denegarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "denegare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "denegares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "denegare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "denegremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "denegareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "denegaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "denegara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "denegaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "denegara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "denegaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "denegarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "denegaran" ;--# 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 (BeschSpa.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) => -} "derrenegis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "derreniegan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "derreniegue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "derreniegues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "derreniegue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "derreneguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "derreneguis" ; - {- VPB (Pres Subj 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) => -} "derrenegbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "derrenegabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "derrenegaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"derrenegara" ; "derrenegase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"derrenegaras" ; "derrenegases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"derrenegara" ; "derrenegase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"derrenegramos" ; "derrenegsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"derrenegarais" ; "derrenegaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"derrenegaran" ; "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) => -} "derrenegars" ;--# 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) => -} "derrenegaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "derrenegarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "derrenegare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "derrenegares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "derrenegare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "derrenegremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "derrenegareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "derrenegaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "derrenegara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "derrenegaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "derrenegara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "derrenegaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "derrenegarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "derrenegaran" ;--# 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 (BeschSpa.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) => -} "derrengis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "derriengan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "derriengue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "derriengues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "derriengue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "derrenguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "derrenguis" ; - {- VPB (Pres Subj 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) => -} "derrengbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "derrengabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "derrengaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"derrengara" ; "derrengase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"derrengaras" ; "derrengases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"derrengara" ; "derrengase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"derrengramos" ; "derrengsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"derrengarais" ; "derrengaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"derrengaran" ; "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) => -} "derrengars" ;--# 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) => -} "derrengaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "derrengarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "derrengare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "derrengares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "derrengare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "derrengremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "derrengareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "derrengaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "derrengara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "derrengaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "derrengara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "derrengaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "derrengarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "derrengaran" ;--# 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 (BeschSpa.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) => -} "desasosegis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desasosiegan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desasosiegue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desasosiegues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desasosiegue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desasoseguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desasoseguis" ; - {- VPB (Pres Subj 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) => -} "desasosegbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desasosegabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desasosegaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desasosegara" ; "desasosegase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desasosegaras" ; "desasosegases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desasosegara" ; "desasosegase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desasosegramos" ; "desasosegsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desasosegarais" ; "desasosegaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desasosegaran" ; "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) => -} "desasosegars" ;--# 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) => -} "desasosegaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desasosegarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desasosegare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desasosegares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desasosegare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desasosegremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desasosegareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desasosegaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desasosegara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desasosegaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desasosegara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desasosegaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desasosegarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desasosegaran" ;--# 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 (BeschSpa.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) => -} "descolgis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "descuelgan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "descuelgue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "descuelgues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "descuelgue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "descolguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "descolguis" ; - {- VPB (Pres Subj 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) => -} "descolgbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "descolgabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "descolgaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descolgara" ; "descolgase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descolgaras" ; "descolgases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descolgara" ; "descolgase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descolgramos" ; "descolgsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descolgarais" ; "descolgaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descolgaran" ; "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) => -} "descolgars" ;--# 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) => -} "descolgaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "descolgarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "descolgare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "descolgares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "descolgare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "descolgremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "descolgareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "descolgaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "descolgara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "descolgaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "descolgara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "descolgaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "descolgarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "descolgaran" ;--# 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 (BeschSpa.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) => -} "desosegis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desosiegan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desosiegue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desosiegues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desosiegue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desoseguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desoseguis" ; - {- VPB (Pres Subj 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) => -} "desosegbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desosegabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desosegaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desosegara" ; "desosegase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desosegaras" ; "desosegases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desosegara" ; "desosegase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desosegramos" ; "desosegsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desosegarais" ; "desosegaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desosegaran" ; "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) => -} "desosegars" ;--# 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) => -} "desosegaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desosegarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desosegare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desosegares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desosegare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desosegremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desosegareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desosegaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desosegara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desosegaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desosegara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desosegaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desosegarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desosegaran" ;--# 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 (BeschSpa.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) => -} "despezis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "despiezan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "despiece" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "despieces" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "despiece" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "despecemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "despecis" ; - {- VPB (Pres Subj 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) => -} "despezbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "despezabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "despezaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"despezara" ; "despezase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"despezaras" ; "despezases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"despezara" ; "despezase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"despezramos" ; "despezsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"despezarais" ; "despezaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"despezaran" ; "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) => -} "despezars" ;--# 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) => -} "despezaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "despezarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "despezare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "despezares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "despezare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "despezremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "despezareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "despezaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "despezara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "despezaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "despezara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "despezaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "despezarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "despezaran" ;--# 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 (BeschSpa.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) => -} "desplegis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "despliegan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "despliegue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "despliegues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "despliegue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "despleguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "despleguis" ; - {- VPB (Pres Subj 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) => -} "desplegbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desplegabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desplegaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desplegara" ; "desplegase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desplegaras" ; "desplegases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desplegara" ; "desplegase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desplegramos" ; "desplegsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desplegarais" ; "desplegaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desplegaran" ; "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) => -} "desplegars" ;--# 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) => -} "desplegaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desplegarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desplegare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desplegares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desplegare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desplegremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desplegareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desplegaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desplegara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desplegaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desplegara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desplegaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desplegarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desplegaran" ;--# 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 (BeschSpa.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) => -} "empezis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "empiezan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "empiece" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "empieces" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "empiece" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "empecemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "empecis" ; - {- VPB (Pres Subj 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) => -} "empezbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "empezabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "empezaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empezara" ; "empezase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empezaras" ; "empezases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empezara" ; "empezase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empezramos" ; "empezsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empezarais" ; "empezaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empezaran" ; "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) => -} "empezars" ;--# 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) => -} "empezaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "empezarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "empezare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "empezares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "empezare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "empezremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "empezareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "empezaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "empezara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "empezaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "empezara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "empezaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "empezarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "empezaran" ;--# 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 (BeschSpa.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) => -} "emporcis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "empuercan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "empuerque" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "empuerques" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "empuerque" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "emporquemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "emporquis" ; - {- VPB (Pres Subj 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) => -} "emporcbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "emporcabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "emporcaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"emporcara" ; "emporcase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"emporcaras" ; "emporcases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"emporcara" ; "emporcase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"emporcramos" ; "emporcsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"emporcarais" ; "emporcaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"emporcaran" ; "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) => -} "emporcars" ;--# 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) => -} "emporcaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "emporcarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "emporcare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "emporcares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "emporcare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "emporcremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "emporcareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "emporcaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "emporcara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "emporcaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "emporcara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "emporcaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "emporcarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "emporcaran" ;--# 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 (BeschSpa.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) => -} "enclocis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "encluecan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enclueque" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enclueques" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enclueque" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "encloquemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "encloquis" ; - {- VPB (Pres Subj 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) => -} "enclocbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "enclocabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "enclocaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enclocara" ; "enclocase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enclocaras" ; "enclocases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enclocara" ; "enclocase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enclocramos" ; "enclocsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enclocarais" ; "enclocaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enclocaran" ; "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) => -} "enclocars" ;--# 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) => -} "enclocaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "enclocarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enclocare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enclocares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enclocare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enclocremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enclocareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enclocaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "enclocara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "enclocaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "enclocara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "enclocaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "enclocarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "enclocaran" ;--# 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 (BeschSpa.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) => -} "enlenzis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "enlienzan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enlience" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enliences" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enlience" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enlencemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enlencis" ; - {- VPB (Pres Subj 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) => -} "enlenzbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "enlenzabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "enlenzaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enlenzara" ; "enlenzase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enlenzaras" ; "enlenzases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enlenzara" ; "enlenzase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enlenzramos" ; "enlenzsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enlenzarais" ; "enlenzaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enlenzaran" ; "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) => -} "enlenzars" ;--# 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) => -} "enlenzaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "enlenzarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enlenzare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enlenzares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enlenzare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enlenzremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enlenzareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enlenzaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "enlenzara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "enlenzaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "enlenzara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "enlenzaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "enlenzarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "enlenzaran" ;--# 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 (BeschSpa.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) => -} "enrocis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "enruecan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enrueque" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enrueques" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enrueque" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enroquemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enroquis" ; - {- VPB (Pres Subj 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) => -} "enrocbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "enrocabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "enrocaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enrocara" ; "enrocase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enrocaras" ; "enrocases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enrocara" ; "enrocase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enrocramos" ; "enrocsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enrocarais" ; "enrocaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enrocaran" ; "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) => -} "enrocars" ;--# 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) => -} "enrocaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "enrocarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enrocare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enrocares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enrocare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enrocremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enrocareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enrocaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "enrocara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "enrocaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "enrocara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "enrocaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "enrocarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "enrocaran" ;--# 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 (BeschSpa.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) => -} "esforzis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "esfuerzan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "esfuerce" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "esfuerces" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "esfuerce" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "esforcemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "esforcis" ; - {- VPB (Pres Subj 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) => -} "esforzbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "esforzabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "esforzaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"esforzara" ; "esforzase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"esforzaras" ; "esforzases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"esforzara" ; "esforzase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"esforzramos" ; "esforzsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"esforzarais" ; "esforzaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"esforzaran" ; "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) => -} "esforzars" ;--# 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) => -} "esforzaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "esforzarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "esforzare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "esforzares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "esforzare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "esforzremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "esforzareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "esforzaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "esforzara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "esforzaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "esforzara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "esforzaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "esforzarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "esforzaran" ;--# 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 (BeschSpa.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) => -} "estregis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "estriegan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "estriegue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "estriegues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "estriegue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "estreguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "estreguis" ; - {- VPB (Pres Subj 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) => -} "estregbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "estregabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "estregaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"estregara" ; "estregase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"estregaras" ; "estregases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"estregara" ; "estregase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"estregramos" ; "estregsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"estregarais" ; "estregaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"estregaran" ; "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) => -} "estregars" ;--# 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) => -} "estregaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "estregarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "estregare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "estregares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "estregare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "estregremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "estregareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "estregaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "estregara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "estregaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "estregara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "estregaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "estregarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "estregaran" ;--# 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 (BeschSpa.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) => -} "forzis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "fuerzan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "fuerce" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "fuerces" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "fuerce" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "forcemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "forcis" ; - {- VPB (Pres Subj 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) => -} "forzbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "forzabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "forzaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"forzara" ; "forzase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"forzaras" ; "forzases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"forzara" ; "forzase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"forzramos" ; "forzsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"forzarais" ; "forzaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"forzaran" ; "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) => -} "forzars" ;--# 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) => -} "forzaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "forzarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "forzare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "forzares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "forzare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "forzremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "forzareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "forzaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "forzara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "forzaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "forzara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "forzaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "forzarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "forzaran" ;--# 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 (BeschSpa.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) => -} "fregis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "friegan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "friegue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "friegues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "friegue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "freguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "freguis" ; - {- VPB (Pres Subj 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) => -} "fregbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "fregabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "fregaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"fregara" ; "fregase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fregaras" ; "fregases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fregara" ; "fregase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"fregramos" ; "fregsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fregarais" ; "fregaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fregaran" ; "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) => -} "fregars" ;--# 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) => -} "fregaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "fregarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "fregare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "fregares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "fregare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "fregremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "fregareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "fregaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "fregara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "fregaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "fregara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "fregaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "fregarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "fregaran" ;--# 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 (BeschSpa.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) => -} "holgis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "huelgan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "huelgue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "huelgues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "huelgue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "holguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "holguis" ; - {- VPB (Pres Subj 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) => -} "holgbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "holgabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "holgaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"holgara" ; "holgase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"holgaras" ; "holgases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"holgara" ; "holgase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"holgramos" ; "holgsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"holgarais" ; "holgaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"holgaran" ; "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) => -} "holgars" ;--# 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) => -} "holgaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "holgarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "holgare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "holgares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "holgare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "holgremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "holgareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "holgaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "holgara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "holgaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "holgara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "holgaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "holgarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "holgaran" ;--# 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 (BeschSpa.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) => -} "jimenzis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "jimienzan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "jimience" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "jimiences" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "jimience" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "jimencemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "jimencis" ; - {- VPB (Pres Subj 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) => -} "jimenzbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "jimenzabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "jimenzaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"jimenzara" ; "jimenzase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"jimenzaras" ; "jimenzases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"jimenzara" ; "jimenzase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"jimenzramos" ; "jimenzsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"jimenzarais" ; "jimenzaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"jimenzaran" ; "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) => -} "jimenzars" ;--# 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) => -} "jimenzaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "jimenzarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "jimenzare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "jimenzares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "jimenzare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "jimenzremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "jimenzareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "jimenzaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "jimenzara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "jimenzaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "jimenzara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "jimenzaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "jimenzarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "jimenzaran" ;--# 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 (BeschSpa.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) => -} "jugis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "juegan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "juegue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "juegues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "juegue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "juguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "juguis" ; - {- VPB (Pres Subj 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) => -} "jugbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "jugabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "jugaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"jugara" ; "jugase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"jugaras" ; "jugases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"jugara" ; "jugase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"jugramos" ; "jugsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"jugarais" ; "jugaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"jugaran" ; "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) => -} "jugars" ;--# 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) => -} "jugaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "jugarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "jugare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "jugares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "jugare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "jugremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "jugareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "jugaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "jugara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "jugaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "jugara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "jugaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "jugarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "jugaran" ;--# 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 (BeschSpa.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) => -} "negis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "niegan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "niegue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "niegues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "niegue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "neguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "neguis" ; - {- VPB (Pres Subj 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) => -} "negbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "negabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "negaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"negara" ; "negase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"negaras" ; "negases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"negara" ; "negase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"negramos" ; "negsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"negarais" ; "negaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"negaran" ; "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) => -} "negars" ;--# 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) => -} "negaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "negarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "negare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "negares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "negare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "negremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "negareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "negaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "negara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "negaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "negara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "negaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "negarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "negaran" ;--# 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 (BeschSpa.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) => -} "plegis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "pliegan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "pliegue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "pliegues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "pliegue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "pleguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "pleguis" ; - {- VPB (Pres Subj 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) => -} "plegbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "plegabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "plegaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"plegara" ; "plegase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"plegaras" ; "plegases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"plegara" ; "plegase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"plegramos" ; "plegsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"plegarais" ; "plegaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"plegaran" ; "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) => -} "plegars" ;--# 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) => -} "plegaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "plegarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "plegare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "plegares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "plegare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "plegremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "plegareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "plegaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "plegara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "plegaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "plegara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "plegaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "plegarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "plegaran" ;--# 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 (BeschSpa.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) => -} "recomenzis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "recomienzan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "recomience" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "recomiences" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "recomience" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "recomencemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "recomencis" ; - {- VPB (Pres Subj 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) => -} "recomenzbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "recomenzabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "recomenzaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recomenzara" ; "recomenzase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recomenzaras" ; "recomenzases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recomenzara" ; "recomenzase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recomenzramos" ; "recomenzsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recomenzarais" ; "recomenzaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recomenzaran" ; "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) => -} "recomenzars" ;--# 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) => -} "recomenzaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "recomenzarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "recomenzare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "recomenzares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "recomenzare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "recomenzremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "recomenzareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "recomenzaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "recomenzara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "recomenzaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "recomenzara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "recomenzaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "recomenzarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "recomenzaran" ;--# 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 (BeschSpa.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) => -} "reforzis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "refuerzan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "refuerce" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "refuerces" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "refuerce" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reforcemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reforcis" ; - {- VPB (Pres Subj 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) => -} "reforzbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "reforzabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "reforzaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reforzara" ; "reforzase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reforzaras" ; "reforzases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reforzara" ; "reforzase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reforzramos" ; "reforzsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reforzarais" ; "reforzaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reforzaran" ; "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) => -} "reforzars" ;--# 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) => -} "reforzaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "reforzarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reforzare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "reforzares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reforzare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reforzremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reforzareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "reforzaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "reforzara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "reforzaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "reforzara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "reforzaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "reforzarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "reforzaran" ;--# 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 (BeschSpa.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) => -} "refregis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "refriegan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "refriegue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "refriegues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "refriegue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "refreguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "refreguis" ; - {- VPB (Pres Subj 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) => -} "refregbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "refregabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "refregaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"refregara" ; "refregase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"refregaras" ; "refregases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"refregara" ; "refregase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"refregramos" ; "refregsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"refregarais" ; "refregaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"refregaran" ; "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) => -} "refregars" ;--# 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) => -} "refregaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "refregarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "refregare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "refregares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "refregare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "refregremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "refregareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "refregaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "refregara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "refregaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "refregara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "refregaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "refregarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "refregaran" ;--# 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 (BeschSpa.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) => -} "regis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "riegan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "riegue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "riegues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "riegue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reguis" ; - {- VPB (Pres Subj 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) => -} "regbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "regabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "regaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"regara" ; "regase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"regaras" ; "regases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"regara" ; "regase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"regramos" ; "regsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"regarais" ; "regaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"regaran" ; "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) => -} "regars" ;--# 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) => -} "regaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "regarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "regare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "regares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "regare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "regremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "regareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "regaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "regara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "regaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "regara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "regaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "regarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "regaran" ;--# 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 (BeschSpa.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) => -} "renegis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "reniegan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reniegue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reniegues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reniegue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reneguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reneguis" ; - {- VPB (Pres Subj 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) => -} "renegbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "renegabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "renegaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"renegara" ; "renegase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"renegaras" ; "renegases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"renegara" ; "renegase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"renegramos" ; "renegsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"renegarais" ; "renegaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"renegaran" ; "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) => -} "renegars" ;--# 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) => -} "renegaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "renegarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "renegare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "renegares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "renegare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "renegremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "renegareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "renegaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "renegara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "renegaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "renegara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "renegaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "renegarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "renegaran" ;--# 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 (BeschSpa.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) => -} "replegis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "repliegan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "repliegue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "repliegues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "repliegue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "repleguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "repleguis" ; - {- VPB (Pres Subj 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) => -} "replegbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "replegabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "replegaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"replegara" ; "replegase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"replegaras" ; "replegases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"replegara" ; "replegase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"replegramos" ; "replegsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"replegarais" ; "replegaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"replegaran" ; "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) => -} "replegars" ;--# 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) => -} "replegaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "replegarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "replegare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "replegares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "replegare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "replegremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "replegareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "replegaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "replegara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "replegaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "replegara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "replegaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "replegarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "replegaran" ;--# 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 (BeschSpa.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) => -} "resegis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "resiegan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "resiegue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "resiegues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "resiegue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reseguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reseguis" ; - {- VPB (Pres Subj 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) => -} "resegbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "resegabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "resegaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"resegara" ; "resegase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"resegaras" ; "resegases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"resegara" ; "resegase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"resegramos" ; "resegsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"resegarais" ; "resegaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"resegaran" ; "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) => -} "resegars" ;--# 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) => -} "resegaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "resegarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "resegare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "resegares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "resegare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "resegremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "resegareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "resegaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "resegara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "resegaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "resegara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "resegaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "resegarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "resegaran" ;--# 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 (BeschSpa.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) => -} "restregis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "restriegan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "restriegue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "restriegues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "restriegue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "restreguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "restreguis" ; - {- VPB (Pres Subj 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) => -} "restregbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "restregabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "restregaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"restregara" ; "restregase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"restregaras" ; "restregases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"restregara" ; "restregase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"restregramos" ; "restregsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"restregarais" ; "restregaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"restregaran" ; "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) => -} "restregars" ;--# 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) => -} "restregaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "restregarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "restregare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "restregares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "restregare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "restregremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "restregareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "restregaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "restregara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "restregaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "restregara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "restregaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "restregarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "restregaran" ;--# 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 (BeschSpa.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) => -} "revolcis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "revuelcan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "revuelque" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "revuelques" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "revuelque" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "revolquemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "revolquis" ; - {- VPB (Pres Subj 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) => -} "revolcbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "revolcabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "revolcaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"revolcara" ; "revolcase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"revolcaras" ; "revolcases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"revolcara" ; "revolcase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"revolcramos" ; "revolcsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"revolcarais" ; "revolcaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"revolcaran" ; "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) => -} "revolcars" ;--# 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) => -} "revolcaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "revolcarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "revolcare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "revolcares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "revolcare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "revolcremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "revolcareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "revolcaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "revolcara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "revolcaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "revolcara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "revolcaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "revolcarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "revolcaran" ;--# 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 (BeschSpa.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) => -} "rogis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "ruegan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ruegue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "ruegues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ruegue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "roguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "roguis" ; - {- VPB (Pres Subj 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) => -} "rogbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "rogabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "rogaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rogara" ; "rogase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rogaras" ; "rogases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rogara" ; "rogase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rogramos" ; "rogsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rogarais" ; "rogaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rogaran" ; "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) => -} "rogars" ;--# 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) => -} "rogaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "rogarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "rogare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "rogares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "rogare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "rogremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "rogareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "rogaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "rogara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "rogaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "rogara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "rogaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "rogarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "rogaran" ;--# 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 (BeschSpa.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) => -} "segis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "siegan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "siegue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "siegues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "siegue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "seguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "seguis" ; - {- VPB (Pres Subj 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) => -} "segbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "segabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "segaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"segara" ; "segase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"segaras" ; "segases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"segara" ; "segase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"segramos" ; "segsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"segarais" ; "segaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"segaran" ; "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) => -} "segars" ;--# 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) => -} "segaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "segarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "segare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "segares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "segare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "segremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "segareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "segaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "segara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "segaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "segara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "segaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "segarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "segaran" ;--# 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 (BeschSpa.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) => -} "sorregis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "sorriegan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sorriegue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sorriegues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sorriegue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sorreguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sorreguis" ; - {- VPB (Pres Subj 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) => -} "sorregbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "sorregabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "sorregaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sorregara" ; "sorregase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sorregaras" ; "sorregases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sorregara" ; "sorregase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sorregramos" ; "sorregsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sorregarais" ; "sorregaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sorregaran" ; "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) => -} "sorregars" ;--# 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) => -} "sorregaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "sorregarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sorregare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sorregares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sorregare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sorregremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sorregareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sorregaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "sorregara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "sorregaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "sorregara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "sorregaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "sorregarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "sorregaran" ;--# 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 (BeschSpa.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) => -} "sosegis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "sosiegan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sosiegue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sosiegues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sosiegue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "soseguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "soseguis" ; - {- VPB (Pres Subj 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) => -} "sosegbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "sosegabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "sosegaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sosegara" ; "sosegase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sosegaras" ; "sosegases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sosegara" ; "sosegase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sosegramos" ; "sosegsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sosegarais" ; "sosegaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sosegaran" ; "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) => -} "sosegars" ;--# 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) => -} "sosegaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "sosegarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sosegare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sosegares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sosegare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sosegremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sosegareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sosegaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "sosegara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "sosegaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "sosegara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "sosegaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "sosegarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "sosegaran" ;--# 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 (BeschSpa.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) => -} "trasegis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "trasiegan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "trasiegue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "trasiegues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "trasiegue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "traseguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "traseguis" ; - {- VPB (Pres Subj 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) => -} "trasegbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "trasegabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "trasegaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trasegara" ; "trasegase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trasegaras" ; "trasegases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trasegara" ; "trasegase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trasegramos" ; "trasegsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trasegarais" ; "trasegaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trasegaran" ; "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) => -} "trasegars" ;--# 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) => -} "trasegaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "trasegarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "trasegare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "trasegares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "trasegare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "trasegremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "trasegareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "trasegaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "trasegara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "trasegaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "trasegara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "trasegaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "trasegarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "trasegaran" ;--# 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 (BeschSpa.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) => -} "trasfregis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "trasfriegan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "trasfriegue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "trasfriegues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "trasfriegue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "trasfreguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "trasfreguis" ; - {- VPB (Pres Subj 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) => -} "trasfregbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "trasfregabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "trasfregaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trasfregara" ; "trasfregase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trasfregaras" ; "trasfregases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trasfregara" ; "trasfregase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trasfregramos" ; "trasfregsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trasfregarais" ; "trasfregaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trasfregaran" ; "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) => -} "trasfregars" ;--# 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) => -} "trasfregaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "trasfregarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "trasfregare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "trasfregares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "trasfregare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "trasfregremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "trasfregareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "trasfregaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "trasfregara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "trasfregaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "trasfregara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "trasfregaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "trasfregarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "trasfregaran" ;--# 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 (BeschSpa.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) => -} "trastrocis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "trastruecan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "trastrueque" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "trastrueques" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "trastrueque" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "trastroquemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "trastroquis" ; - {- VPB (Pres Subj 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) => -} "trastrocbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "trastrocabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "trastrocaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trastrocara" ; "trastrocase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trastrocaras" ; "trastrocases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trastrocara" ; "trastrocase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trastrocramos" ; "trastrocsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trastrocarais" ; "trastrocaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trastrocaran" ; "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) => -} "trastrocars" ;--# 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) => -} "trastrocaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "trastrocarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "trastrocare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "trastrocares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "trastrocare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "trastrocremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "trastrocareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "trastrocaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "trastrocara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "trastrocaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "trastrocara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "trastrocaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "trastrocarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "trastrocaran" ;--# 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 (BeschSpa.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) => -} "trocis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "truecan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "trueque" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "trueques" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "trueque" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "troquemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "troquis" ; - {- VPB (Pres Subj 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) => -} "trocbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "trocabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "trocaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trocara" ; "trocase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trocaras" ; "trocases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trocara" ; "trocase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trocramos" ; "trocsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trocarais" ; "trocaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trocaran" ; "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) => -} "trocars" ;--# 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) => -} "trocaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "trocarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "trocare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "trocares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "trocare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "trocremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "trocareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "trocaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "trocara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "trocaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "trocara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "trocaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "trocarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "trocaran" ;--# 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 (BeschSpa.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) => -} "tropezis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "tropiezan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "tropiece" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "tropieces" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "tropiece" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "tropecemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "tropecis" ; - {- VPB (Pres Subj 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) => -} "tropezbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "tropezabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "tropezaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tropezara" ; "tropezase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tropezaras" ; "tropezases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tropezara" ; "tropezase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tropezramos" ; "tropezsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tropezarais" ; "tropezaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tropezaran" ; "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) => -} "tropezars" ;--# 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) => -} "tropezaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "tropezarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "tropezare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "tropezares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "tropezare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "tropezremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "tropezareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "tropezaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "tropezara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "tropezaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "tropezara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "tropezaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "tropezarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "tropezaran" ;--# 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 (BeschSpa.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) => -} "volcis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "vuelcan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "vuelque" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "vuelques" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "vuelque" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "volquemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "volquis" ; - {- VPB (Pres Subj 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) => -} "volcbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "volcabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "volcaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"volcara" ; "volcase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"volcaras" ; "volcases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"volcara" ; "volcase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"volcramos" ; "volcsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"volcarais" ; "volcaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"volcaran" ; "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) => -} "volcars" ;--# 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) => -} "volcaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "volcarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "volcare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "volcares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "volcare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "volcremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "volcareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "volcaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "volcara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "volcaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "volcara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "volcaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "volcarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "volcaran" ;--# 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 (BeschSpa.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 Subj C.Sg C.P1) => -} "d" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "des" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "d" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "demos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "deis" ; - {- VPB (Pres Subj 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) => -} "dbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "dabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "daban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"diera" ; "diese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"dieras" ; "dieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"diera" ; "diese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"diramos" ; "disemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"dierais" ; "dieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"dieran" ; "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) => -} "dars" ;--# 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) => -} "daris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "darn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "diere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "dieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "diere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "diremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "diereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "dieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "dara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "daras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "dara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "daramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "darais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "daran" ;--# 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 (BeschSpa.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) => -} "decs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "dicen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "diga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "digas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "diga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "digamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "digis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "digan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "deca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "decas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "deca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "decamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "decais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "decan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"dijera" ; "dijese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"dijeras" ; "dijeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"dijera" ; "dijese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"dijramos" ; "dijsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"dijerais" ; "dijeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"dijeran" ; "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) => -} "dirs" ;--# 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) => -} "diris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "dirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "dijere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "dijeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "dijere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "dijremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "dijereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "dijeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "dira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "diras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "dira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "diramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "dirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "diran" ;--# 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 (BeschSpa.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) => -} "condecs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "condicen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "condiga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "condigas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "condiga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "condigamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "condigis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "condigan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "condeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "condecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "condeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "condecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "condecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "condecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"condijera" ; "condijese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"condijeras" ; "condijeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"condijera" ; "condijese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"condijramos" ; "condijsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"condijerais" ; "condijeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"condijeran" ; "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) => -} "condirs" ;--# 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) => -} "condiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "condirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "condijere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "condijeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "condijere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "condijremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "condijereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "condijeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "condira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "condiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "condira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "condiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "condirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "condiran" ;--# 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 (BeschSpa.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) => -} "redecs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "redicen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "rediga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "redigas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "rediga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "redigamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "redigis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "redigan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "redeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "redecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "redeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "redecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "redecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "redecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"redijera" ; "redijese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"redijeras" ; "redijeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"redijera" ; "redijese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"redijramos" ; "redijsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"redijerais" ; "redijeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"redijeran" ; "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) => -} "redirs" ;--# 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) => -} "rediris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "redirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "redijere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "redijeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "redijere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "redijremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "redijereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "redijeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "redira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "rediras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "redira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "rediramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "redirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "rediran" ;--# 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 (BeschSpa.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) => -} "aberris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "abyerran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "abyerre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "abyerres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "abyerre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "aberremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "aberris" ; - {- VPB (Pres Subj 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) => -} "aberrbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "aberrabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "aberraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aberrara" ; "aberrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aberraras" ; "aberrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aberrara" ; "aberrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aberrramos" ; "aberrsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aberrarais" ; "aberraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aberraran" ; "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) => -} "aberrars" ;--# 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) => -} "aberraris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "aberrarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "aberrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "aberrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "aberrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "aberrremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "aberrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "aberraren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "aberrara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "aberraras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "aberrara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "aberraramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "aberrarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "aberraran" ;--# 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 (BeschSpa.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) => -} "desosis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "deshuesan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "deshuese" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "deshueses" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "deshuese" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desosemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desosis" ; - {- VPB (Pres Subj 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) => -} "desosbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desosabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desosaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desosara" ; "desosase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desosaras" ; "desosases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desosara" ; "desosase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desosramos" ; "desossemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desosarais" ; "desosaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desosaran" ; "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) => -} "desosars" ;--# 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) => -} "desosaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desosarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desosare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desosares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desosare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desosremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desosareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desosaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desosara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desosaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desosara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desosaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desosarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desosaran" ;--# 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 (BeschSpa.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) => -} "erris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "yerran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "yerre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "yerres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "yerre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "erremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "erris" ; - {- VPB (Pres Subj 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) => -} "errbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "errabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "erraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"errara" ; "errase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"erraras" ; "errases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"errara" ; "errase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"errramos" ; "errsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"errarais" ; "erraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"erraran" ; "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) => -} "errars" ;--# 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) => -} "erraris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "errarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "errare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "errares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "errare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "errremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "errareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "erraren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "errara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "erraras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "errara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "erraramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "errarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "erraran" ;--# 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 (BeschSpa.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) => -} "adhers" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "adhieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "adhiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "adhieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "adhiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "adhiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "adhiris" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "adhieran" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "adhera" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "adheras" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "adhera" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "adheramos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "adherais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "adheran" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"adhiriera" ; "adhiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"adhirieras" ; "adhirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"adhiriera" ; "adhiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"adhiriramos" ; "adhirisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"adhirierais" ; "adhirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"adhirieran" ; "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) => -} "adherirs" ;--# 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) => -} "adheriris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "adherirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "adhiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "adhirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "adhiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "adhiriremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "adhiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "adhirieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "adherira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "adheriras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "adherira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "adheriramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "adherirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "adheriran" ;--# 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 (BeschSpa.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) => -} "adorms" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "aduermen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "aduerma" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "aduermas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "aduerma" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "adurmamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "adurmis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "aduerman" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "adorma" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "adormas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "adorma" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "adormamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "adormais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "adorman" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"adurmiera" ; "adurmiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"adurmieras" ; "adurmieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"adurmiera" ; "adurmiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"adurmiramos" ; "adurmisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"adurmierais" ; "adurmieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"adurmieran" ; "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) => -} "adormirs" ;--# 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) => -} "adormiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "adormirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "adurmiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "adurmieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "adurmiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "adurmiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "adurmiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "adurmieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "adormira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "adormiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "adormira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "adormiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "adormirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "adormiran" ;--# 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 (BeschSpa.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) => -} "adverts" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "advierten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "advierta" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "adviertas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "advierta" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "advirtamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "advirtis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "adviertan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "adverta" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "advertas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "adverta" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "advertamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "advertais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "advertan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"advirtiera" ; "advirtiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"advirtieras" ; "advirtieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"advirtiera" ; "advirtiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"advirtiramos" ; "advirtisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"advirtierais" ; "advirtieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"advirtieran" ; "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) => -} "advertirs" ;--# 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) => -} "advertiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "advertirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "advirtiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "advirtieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "advirtiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "advirtiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "advirtiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "advirtieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "advertira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "advertiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "advertira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "advertiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "advertirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "advertiran" ;--# 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 (BeschSpa.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) => -} "asents" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "asienten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "asienta" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "asientas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "asienta" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "asintamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "asintis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "asientan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "asenta" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "asentas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "asenta" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "asentamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "asentais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "asentan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"asintiera" ; "asintiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"asintieras" ; "asintieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"asintiera" ; "asintiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"asintiramos" ; "asintisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"asintierais" ; "asintieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"asintieran" ; "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) => -} "asentirs" ;--# 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) => -} "asentiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "asentirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "asintiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "asintieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "asintiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "asintiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "asintiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "asintieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "asentira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "asentiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "asentira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "asentiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "asentirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "asentiran" ;--# 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 (BeschSpa.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) => -} "circunfers" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "circunfieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "circunfiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "circunfieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "circunfiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "circunfiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "circunfiris" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "circunfieran" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "circunfera" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "circunferas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "circunfera" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "circunferamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "circunferais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "circunferan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"circunfiriera" ; "circunfiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"circunfirieras" ; "circunfirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"circunfiriera" ; "circunfiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"circunfiriramos" ; "circunfirisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"circunfirierais" ; "circunfirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"circunfirieran" ; "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) => -} "circunferirs" ;--# 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) => -} "circunferiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "circunferirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "circunfiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "circunfirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "circunfiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "circunfiriremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "circunfiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "circunfirieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "circunferira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "circunferiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "circunferira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "circunferiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "circunferirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "circunferiran" ;--# 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 (BeschSpa.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) => -} "confers" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "confieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "confiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "confieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "confiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "confiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "confiris" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "confieran" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "confera" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "conferas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "confera" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "conferamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "conferais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "conferan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"confiriera" ; "confiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"confirieras" ; "confirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"confiriera" ; "confiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"confiriramos" ; "confirisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"confirierais" ; "confirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"confirieran" ; "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) => -} "conferirs" ;--# 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) => -} "conferiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "conferirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "confiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "confirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "confiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "confiriremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "confiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "confirieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "conferira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "conferiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "conferira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "conferiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "conferirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "conferiran" ;--# 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 (BeschSpa.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) => -} "consents" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "consienten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "consienta" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "consientas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "consienta" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "consintamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "consintis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "consientan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "consenta" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "consentas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "consenta" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "consentamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "consentais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "consentan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"consintiera" ; "consintiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"consintieras" ; "consintieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"consintiera" ; "consintiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"consintiramos" ; "consintisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"consintierais" ; "consintieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"consintieran" ; "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) => -} "consentirs" ;--# 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) => -} "consentiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "consentirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "consintiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "consintieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "consintiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "consintiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "consintiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "consintieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "consentira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "consentiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "consentira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "consentiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "consentirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "consentiran" ;--# 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 (BeschSpa.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) => -} "controverts" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "controvierten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "controvierta" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "controviertas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "controvierta" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "controvirtamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "controvirtis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "controviertan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "controverta" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "controvertas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "controverta" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "controvertamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "controvertais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "controvertan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"controvirtiera" ; "controvirtiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"controvirtieras" ; "controvirtieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"controvirtiera" ; "controvirtiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"controvirtiramos" ; "controvirtisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"controvirtierais" ; "controvirtieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"controvirtieran" ; "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) => -} "controvertirs" ;--# 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) => -} "controvertiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "controvertirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "controvirtiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "controvirtieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "controvirtiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "controvirtiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "controvirtiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "controvirtieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "controvertira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "controvertiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "controvertira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "controvertiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "controvertirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "controvertiran" ;--# 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 (BeschSpa.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) => -} "converts" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "convierten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "convierta" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "conviertas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "convierta" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "convirtamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "convirtis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "conviertan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "converta" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "convertas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "converta" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "convertamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "convertais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "convertan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"convirtiera" ; "convirtiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"convirtieras" ; "convirtieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"convirtiera" ; "convirtiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"convirtiramos" ; "convirtisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"convirtierais" ; "convirtieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"convirtieran" ; "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) => -} "convertirs" ;--# 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) => -} "convertiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "convertirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "convirtiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "convirtieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "convirtiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "convirtiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "convirtiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "convirtieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "convertira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "convertiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "convertira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "convertiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "convertirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "convertiran" ;--# 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 (BeschSpa.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) => -} "defers" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "defieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "defiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "defieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "defiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "defiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "defiris" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "defieran" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "defera" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "deferas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "defera" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "deferamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "deferais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "deferan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"defiriera" ; "defiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"defirieras" ; "defirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"defiriera" ; "defiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"defiriramos" ; "defirisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"defirierais" ; "defirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"defirieran" ; "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) => -} "deferirs" ;--# 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) => -} "deferiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "deferirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "defiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "defirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "defiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "defiriremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "defiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "defirieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "deferira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "deferiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "deferira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "deferiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "deferirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "deferiran" ;--# 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 (BeschSpa.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) => -} "desadverts" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desadvierten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desadvierta" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desadviertas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desadvierta" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desadvirtamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desadvirtis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desadviertan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "desadverta" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desadvertas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "desadverta" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desadvertamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desadvertais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desadvertan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desadvirtiera" ; "desadvirtiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desadvirtieras" ; "desadvirtieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desadvirtiera" ; "desadvirtiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desadvirtiramos" ; "desadvirtisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desadvirtierais" ; "desadvirtieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desadvirtieran" ; "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) => -} "desadvertirs" ;--# 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) => -} "desadvertiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desadvertirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desadvirtiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desadvirtieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desadvirtiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desadvirtiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desadvirtiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desadvirtieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desadvertira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desadvertiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desadvertira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desadvertiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desadvertirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desadvertiran" ;--# 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 (BeschSpa.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) => -} "desconsents" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desconsienten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desconsienta" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desconsientas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desconsienta" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desconsintamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desconsintis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desconsientan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "desconsenta" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desconsentas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "desconsenta" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desconsentamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desconsentais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desconsentan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desconsintiera" ; "desconsintiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desconsintieras" ; "desconsintieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desconsintiera" ; "desconsintiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desconsintiramos" ; "desconsintisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desconsintierais" ; "desconsintieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desconsintieran" ; "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) => -} "desconsentirs" ;--# 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) => -} "desconsentiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desconsentirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desconsintiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desconsintieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desconsintiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desconsintiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desconsintiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desconsintieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desconsentira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desconsentiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desconsentira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desconsentiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desconsentirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desconsentiran" ;--# 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 (BeschSpa.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) => -} "desments" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desmienten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desmienta" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desmientas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desmienta" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desmintamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desmintis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desmientan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "desmenta" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desmentas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "desmenta" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desmentamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desmentais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desmentan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desmintiera" ; "desmintiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desmintieras" ; "desmintieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desmintiera" ; "desmintiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desmintiramos" ; "desmintisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desmintierais" ; "desmintieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desmintieran" ; "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) => -} "desmentirs" ;--# 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) => -} "desmentiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desmentirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desmintiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desmintieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desmintiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desmintiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desmintiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desmintieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desmentira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desmentiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desmentira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desmentiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desmentirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desmentiran" ;--# 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 (BeschSpa.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) => -} "difers" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "difieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "difiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "difieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "difiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "difiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "difiris" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "difieran" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "difera" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "diferas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "difera" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "diferamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "diferais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "diferan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"difiriera" ; "difiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"difirieras" ; "difirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"difiriera" ; "difiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"difiriramos" ; "difirisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"difirierais" ; "difirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"difirieran" ; "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) => -} "diferirs" ;--# 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) => -} "diferiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "diferirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "difiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "difirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "difiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "difiriremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "difiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "difirieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "diferira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "diferiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "diferira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "diferiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "diferirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "diferiran" ;--# 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 (BeschSpa.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) => -} "digers" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "digieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "digiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "digieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "digiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "digiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "digiris" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "digieran" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "digera" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "digeras" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "digera" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "digeramos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "digerais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "digeran" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"digiriera" ; "digiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"digirieras" ; "digirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"digiriera" ; "digiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"digiriramos" ; "digirisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"digirierais" ; "digirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"digirieran" ; "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) => -} "digerirs" ;--# 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) => -} "digeriris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "digerirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "digiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "digirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "digiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "digiriremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "digiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "digirieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "digerira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "digeriras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "digerira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "digeriramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "digerirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "digeriran" ;--# 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 (BeschSpa.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) => -} "disents" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "disienten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "disienta" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "disientas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "disienta" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "disintamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "disintis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "disientan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "disenta" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "disentas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "disenta" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "disentamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "disentais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "disentan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"disintiera" ; "disintiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"disintieras" ; "disintieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"disintiera" ; "disintiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"disintiramos" ; "disintisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"disintierais" ; "disintieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"disintieran" ; "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) => -} "disentirs" ;--# 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) => -} "disentiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "disentirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "disintiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "disintieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "disintiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "disintiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "disintiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "disintieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "disentira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "disentiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "disentira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "disentiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "disentirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "disentiran" ;--# 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 (BeschSpa.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) => -} "diverts" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "divierten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "divierta" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "diviertas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "divierta" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "divirtamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "divirtis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "diviertan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "diverta" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "divertas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "diverta" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "divertamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "divertais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "divertan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"divirtiera" ; "divirtiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"divirtieras" ; "divirtieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"divirtiera" ; "divirtiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"divirtiramos" ; "divirtisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"divirtierais" ; "divirtieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"divirtieran" ; "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) => -} "divertirs" ;--# 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) => -} "divertiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "divertirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "divirtiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "divirtieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "divirtiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "divirtiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "divirtiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "divirtieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "divertira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "divertiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "divertira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "divertiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "divertirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "divertiran" ;--# 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 (BeschSpa.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) => -} "dorms" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "duermen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "duerma" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "duermas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "duerma" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "durmamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "durmis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "duerman" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "dorma" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "dormas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "dorma" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "dormamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "dormais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "dorman" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"durmiera" ; "durmiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"durmieras" ; "durmieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"durmiera" ; "durmiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"durmiramos" ; "durmisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"durmierais" ; "durmieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"durmieran" ; "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) => -} "dormirs" ;--# 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) => -} "dormiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "dormirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "durmiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "durmieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "durmiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "durmiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "durmiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "durmieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "dormira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "dormiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "dormira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "dormiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "dormirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "dormiran" ;--# 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 (BeschSpa.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) => -} "hers" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "hieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "hiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "hieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "hiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "hiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "hiris" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "hieran" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "hera" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "heras" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "hera" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "heramos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "herais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "heran" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"hiriera" ; "hiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"hirieras" ; "hirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"hiriera" ; "hiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"hiriramos" ; "hirisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"hirierais" ; "hirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"hirieran" ; "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) => -} "herirs" ;--# 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) => -} "heriris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "herirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "hiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "hirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "hiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "hiriremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "hiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "hirieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "herira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "heriras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "herira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "heriramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "herirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "heriran" ;--# 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 (BeschSpa.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) => -} "hervs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "hierven" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "hierva" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "hiervas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "hierva" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "hirvamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "hirvis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "hiervan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "herva" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "hervas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "herva" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "hervamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "hervais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "hervan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"hirviera" ; "hirviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"hirvieras" ; "hirvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"hirviera" ; "hirviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"hirviramos" ; "hirvisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"hirvierais" ; "hirvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"hirvieran" ; "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) => -} "hervirs" ;--# 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) => -} "herviris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "hervirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "hirviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "hirvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "hirviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "hirviremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "hirviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "hirvieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "hervira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "herviras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "hervira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "herviramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "hervirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "herviran" ;--# 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 (BeschSpa.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) => -} "infers" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "infieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "infiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "infieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "infiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "infiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "infiris" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "infieran" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "infera" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "inferas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "infera" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "inferamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "inferais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "inferan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"infiriera" ; "infiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"infirieras" ; "infirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"infiriera" ; "infiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"infiriramos" ; "infirisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"infirierais" ; "infirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"infirieran" ; "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) => -} "inferirs" ;--# 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) => -} "inferiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "inferirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "infiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "infirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "infiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "infiriremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "infiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "infirieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "inferira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "inferiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "inferira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "inferiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "inferirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "inferiran" ;--# 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 (BeschSpa.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) => -} "ingers" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "ingieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ingiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "ingieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ingiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "ingiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "ingiris" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "ingieran" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "ingera" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "ingeras" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "ingera" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "ingeramos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "ingerais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "ingeran" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ingiriera" ; "ingiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ingirieras" ; "ingirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ingiriera" ; "ingiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ingiriramos" ; "ingirisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ingirierais" ; "ingirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ingirieran" ; "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) => -} "ingerirs" ;--# 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) => -} "ingeriris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "ingerirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "ingiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "ingirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "ingiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "ingiriremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "ingiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "ingirieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "ingerira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "ingeriras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "ingerira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "ingeriramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "ingerirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "ingeriran" ;--# 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 (BeschSpa.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) => -} "injers" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "injieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "injiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "injieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "injiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "injiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "injiris" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "injieran" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "injera" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "injeras" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "injera" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "injeramos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "injerais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "injeran" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"injiriera" ; "injiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"injirieras" ; "injirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"injiriera" ; "injiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"injiriramos" ; "injirisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"injirierais" ; "injirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"injirieran" ; "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) => -} "injerirs" ;--# 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) => -} "injeriris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "injerirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "injiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "injirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "injiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "injiriremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "injiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "injirieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "injerira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "injeriras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "injerira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "injeriramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "injerirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "injeriran" ;--# 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 (BeschSpa.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) => -} "insers" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "insieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "insiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "insieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "insiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "insiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "insiris" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "insieran" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "insera" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "inseras" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "insera" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "inseramos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "inserais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "inseran" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"insiriera" ; "insiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"insirieras" ; "insirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"insiriera" ; "insiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"insiriramos" ; "insirisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"insirierais" ; "insirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"insirieran" ; "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) => -} "inserirs" ;--# 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) => -} "inseriris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "inserirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "insiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "insirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "insiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "insiriremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "insiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "insirieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "inserira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "inseriras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "inserira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "inseriramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "inserirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "inseriran" ;--# 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 (BeschSpa.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) => -} "interfers" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "interfieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "interfiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "interfieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "interfiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "interfiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "interfiris" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "interfieran" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "interfera" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "interferas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "interfera" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "interferamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "interferais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "interferan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"interfiriera" ; "interfiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"interfirieras" ; "interfirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"interfiriera" ; "interfiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"interfiriramos" ; "interfirisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"interfirierais" ; "interfirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"interfirieran" ; "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) => -} "interferirs" ;--# 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) => -} "interferiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "interferirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "interfiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "interfirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "interfiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "interfiriremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "interfiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "interfirieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "interferira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "interferiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "interferira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "interferiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "interferirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "interferiran" ;--# 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 (BeschSpa.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) => -} "inverts" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "invierten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "invierta" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "inviertas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "invierta" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "invirtamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "invirtis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "inviertan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "inverta" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "invertas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "inverta" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "invertamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "invertais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "invertan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"invirtiera" ; "invirtiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"invirtieras" ; "invirtieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"invirtiera" ; "invirtiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"invirtiramos" ; "invirtisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"invirtierais" ; "invirtieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"invirtieran" ; "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) => -} "invertirs" ;--# 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) => -} "invertiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "invertirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "invirtiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "invirtieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "invirtiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "invirtiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "invirtiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "invirtieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "invertira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "invertiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "invertira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "invertiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "invertirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "invertiran" ;--# 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 (BeschSpa.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) => -} "malhers" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "malhieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "malhiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "malhieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "malhiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "malhiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "malhiris" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "malhieran" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "malhera" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "malheras" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "malhera" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "malheramos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "malherais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "malheran" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"malhiriera" ; "malhiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"malhirieras" ; "malhirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"malhiriera" ; "malhiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"malhiriramos" ; "malhirisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"malhirierais" ; "malhirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"malhirieran" ; "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) => -} "malherirs" ;--# 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) => -} "malheriris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "malherirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "malhiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "malhirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "malhiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "malhiriremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "malhiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "malhirieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "malherira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "malheriras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "malherira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "malheriramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "malherirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "malheriran" ;--# 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 (BeschSpa.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) => -} "ments" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "mienten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "mienta" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "mientas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "mienta" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "mintamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "mintis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "mientan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "menta" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "mentas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "menta" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "mentamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "mentais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "mentan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"mintiera" ; "mintiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"mintieras" ; "mintieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"mintiera" ; "mintiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"mintiramos" ; "mintisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"mintierais" ; "mintieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"mintieran" ; "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) => -} "mentirs" ;--# 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) => -} "mentiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "mentirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "mintiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "mintieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "mintiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "mintiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "mintiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "mintieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "mentira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "mentiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "mentira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "mentiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "mentirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "mentiran" ;--# 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 (BeschSpa.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) => -} "mors" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "mueren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "muera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "mueras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "muera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "muramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "muris" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "mueran" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "mora" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "moras" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "mora" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "moramos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "morais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "moran" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"muriera" ; "muriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"murieras" ; "murieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"muriera" ; "muriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"muriramos" ; "murisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"murierais" ; "murieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"murieran" ; "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) => -} "morirs" ;--# 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) => -} "moriris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "morirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "muriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "murieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "muriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "muriremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "muriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "murieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "morira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "moriras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "morira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "moriramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "morirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "moriran" ;--# 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 (BeschSpa.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) => -} "perverts" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "pervierten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "pervierta" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "perviertas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "pervierta" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "pervirtamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "pervirtis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "perviertan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "perverta" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "pervertas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "perverta" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "pervertamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "pervertais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "pervertan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"pervirtiera" ; "pervirtiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"pervirtieras" ; "pervirtieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"pervirtiera" ; "pervirtiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"pervirtiramos" ; "pervirtisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"pervirtierais" ; "pervirtieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"pervirtieran" ; "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) => -} "pervertirs" ;--# 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) => -} "pervertiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "pervertirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "pervirtiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "pervirtieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "pervirtiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "pervirtiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "pervirtiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "pervirtieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "pervertira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "pervertiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "pervertira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "pervertiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "pervertirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "pervertiran" ;--# 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 (BeschSpa.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) => -} "prefers" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "prefieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "prefiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "prefieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "prefiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "prefiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "prefiris" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "prefieran" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "prefera" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "preferas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "prefera" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "preferamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "preferais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "preferan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"prefiriera" ; "prefiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"prefirieras" ; "prefirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"prefiriera" ; "prefiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"prefiriramos" ; "prefirisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"prefirierais" ; "prefirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"prefirieran" ; "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) => -} "preferirs" ;--# 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) => -} "preferiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "preferirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "prefiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "prefirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "prefiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "prefiriremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "prefiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "prefirieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "preferira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "preferiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "preferira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "preferiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "preferirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "preferiran" ;--# 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 (BeschSpa.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) => -} "premors" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "premueren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "premuera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "premueras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "premuera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "premuramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "premuris" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "premueran" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "premora" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "premoras" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "premora" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "premoramos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "premorais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "premoran" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"premuriera" ; "premuriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"premurieras" ; "premurieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"premuriera" ; "premuriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"premuriramos" ; "premurisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"premurierais" ; "premurieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"premurieran" ; "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) => -} "premorirs" ;--# 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) => -} "premoriris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "premorirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "premuriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "premurieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "premuriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "premuriremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "premuriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "premurieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "premorira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "premoriras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "premorira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "premoriramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "premorirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "premoriran" ;--# 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 (BeschSpa.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) => -} "presents" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "presienten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "presienta" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "presientas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "presienta" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "presintamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "presintis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "presientan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "presenta" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "presentas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "presenta" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "presentamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "presentais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "presentan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"presintiera" ; "presintiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"presintieras" ; "presintieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"presintiera" ; "presintiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"presintiramos" ; "presintisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"presintierais" ; "presintieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"presintieran" ; "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) => -} "presentirs" ;--# 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) => -} "presentiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "presentirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "presintiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "presintieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "presintiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "presintiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "presintiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "presintieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "presentira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "presentiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "presentira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "presentiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "presentirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "presentiran" ;--# 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 (BeschSpa.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) => -} "profers" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "profieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "profiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "profieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "profiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "profiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "profiris" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "profieran" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "profera" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "proferas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "profera" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "proferamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "proferais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "proferan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"profiriera" ; "profiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"profirieras" ; "profirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"profiriera" ; "profiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"profiriramos" ; "profirisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"profirierais" ; "profirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"profirieran" ; "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) => -} "proferirs" ;--# 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) => -} "proferiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "proferirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "profiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "profirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "profiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "profiriremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "profiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "profirieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "proferira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "proferiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "proferira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "proferiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "proferirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "proferiran" ;--# 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 (BeschSpa.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) => -} "reconverts" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "reconvierten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reconvierta" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reconviertas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reconvierta" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reconvirtamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reconvirtis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "reconviertan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "reconverta" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "reconvertas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "reconverta" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "reconvertamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "reconvertais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "reconvertan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reconvirtiera" ; "reconvirtiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reconvirtieras" ; "reconvirtieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reconvirtiera" ; "reconvirtiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reconvirtiramos" ; "reconvirtisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reconvirtierais" ; "reconvirtieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reconvirtieran" ; "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) => -} "reconvertirs" ;--# 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) => -} "reconvertiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "reconvertirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reconvirtiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "reconvirtieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reconvirtiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reconvirtiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reconvirtiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "reconvirtieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "reconvertira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "reconvertiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "reconvertira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "reconvertiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "reconvertirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "reconvertiran" ;--# 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 (BeschSpa.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) => -} "refers" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "refieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "refiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "refieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "refiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "refiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "refiris" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "refieran" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "refera" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "referas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "refera" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "referamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "referais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "referan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"refiriera" ; "refiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"refirieras" ; "refirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"refiriera" ; "refiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"refiriramos" ; "refirisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"refirierais" ; "refirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"refirieran" ; "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) => -} "referirs" ;--# 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) => -} "referiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "referirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "refiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "refirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "refiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "refiriremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "refiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "refirieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "referira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "referiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "referira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "referiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "referirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "referiran" ;--# 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 (BeschSpa.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) => -} "rehers" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "rehieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "rehiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "rehieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "rehiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "rehiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "rehiris" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "rehieran" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "rehera" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "reheras" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "rehera" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "reheramos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "reherais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "reheran" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rehiriera" ; "rehiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rehirieras" ; "rehirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rehiriera" ; "rehiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rehiriramos" ; "rehirisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rehirierais" ; "rehirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rehirieran" ; "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) => -} "reherirs" ;--# 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) => -} "reheriris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "reherirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "rehiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "rehirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "rehiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "rehiriremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "rehiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "rehirieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "reherira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "reheriras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "reherira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "reheriramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "reherirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "reheriran" ;--# 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 (BeschSpa.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) => -} "rehervs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "rehierven" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "rehierva" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "rehiervas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "rehierva" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "rehirvamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "rehirvis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "rehiervan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "reherva" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "rehervas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "reherva" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "rehervamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "rehervais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "rehervan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rehirviera" ; "rehirviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rehirvieras" ; "rehirvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rehirviera" ; "rehirviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rehirviramos" ; "rehirvisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rehirvierais" ; "rehirvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rehirvieran" ; "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) => -} "rehervirs" ;--# 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) => -} "reherviris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "rehervirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "rehirviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "rehirvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "rehirviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "rehirviremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "rehirviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "rehirvieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "rehervira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "reherviras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "rehervira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "reherviramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "rehervirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "reherviran" ;--# 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 (BeschSpa.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) => -} "requers" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "requieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "requiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "requieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "requiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "requiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "requiris" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "requieran" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "requera" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "requeras" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "requera" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "requeramos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "requerais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "requeran" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"requiriera" ; "requiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"requirieras" ; "requirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"requiriera" ; "requiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"requiriramos" ; "requirisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"requirierais" ; "requirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"requirieran" ; "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) => -} "requerirs" ;--# 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) => -} "requeriris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "requerirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "requiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "requirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "requiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "requiriremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "requiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "requirieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "requerira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "requeriras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "requerira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "requeriramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "requerirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "requeriran" ;--# 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 (BeschSpa.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) => -} "reverts" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "revierten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "revierta" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reviertas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "revierta" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "revirtamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "revirtis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "reviertan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "reverta" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "revertas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "reverta" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "revertamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "revertais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "revertan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"revirtiera" ; "revirtiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"revirtieras" ; "revirtieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"revirtiera" ; "revirtiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"revirtiramos" ; "revirtisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"revirtierais" ; "revirtieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"revirtieran" ; "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) => -} "revertirs" ;--# 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) => -} "revertiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "revertirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "revirtiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "revirtieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "revirtiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "revirtiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "revirtiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "revirtieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "revertira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "revertiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "revertira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "revertiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "revertirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "revertiran" ;--# 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 (BeschSpa.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) => -} "sents" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "sienten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sienta" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sientas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sienta" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sintamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sintis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sientan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "senta" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "sentas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "senta" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "sentamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "sentais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "sentan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sintiera" ; "sintiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sintieras" ; "sintieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sintiera" ; "sintiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sintiramos" ; "sintisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sintierais" ; "sintieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sintieran" ; "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) => -} "sentirs" ;--# 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) => -} "sentiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "sentirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sintiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sintieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sintiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sintiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sintiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sintieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "sentira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "sentiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "sentira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "sentiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "sentirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "sentiran" ;--# 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 (BeschSpa.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) => -} "subverts" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "subvierten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "subvierta" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "subviertas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "subvierta" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "subvirtamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "subvirtis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "subviertan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "subverta" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "subvertas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "subverta" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "subvertamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "subvertais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "subvertan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"subvirtiera" ; "subvirtiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"subvirtieras" ; "subvirtieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"subvirtiera" ; "subvirtiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"subvirtiramos" ; "subvirtisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"subvirtierais" ; "subvirtieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"subvirtieran" ; "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) => -} "subvertirs" ;--# 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) => -} "subvertiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "subvertirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "subvirtiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "subvirtieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "subvirtiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "subvirtiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "subvirtiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "subvirtieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "subvertira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "subvertiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "subvertira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "subvertiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "subvertirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "subvertiran" ;--# 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 (BeschSpa.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) => -} "sugers" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "sugieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sugiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sugieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sugiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sugiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sugiris" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sugieran" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "sugera" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "sugeras" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "sugera" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "sugeramos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "sugerais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "sugeran" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sugiriera" ; "sugiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sugirieras" ; "sugirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sugiriera" ; "sugiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sugiriramos" ; "sugirisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sugirierais" ; "sugirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sugirieran" ; "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) => -} "sugerirs" ;--# 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) => -} "sugeriris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "sugerirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sugiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sugirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sugiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sugiriremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sugiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sugirieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "sugerira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "sugeriras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "sugerira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "sugeriramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "sugerirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "sugeriran" ;--# 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 (BeschSpa.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) => -} "transfers" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "transfieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "transfiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "transfieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "transfiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "transfiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "transfiris" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "transfieran" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "transfera" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "transferas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "transfera" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "transferamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "transferais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "transferan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"transfiriera" ; "transfiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"transfirieras" ; "transfirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"transfiriera" ; "transfiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"transfiriramos" ; "transfirisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"transfirierais" ; "transfirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"transfirieran" ; "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) => -} "transferirs" ;--# 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) => -} "transferiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "transferirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "transfiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "transfirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "transfiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "transfiriremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "transfiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "transfirieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "transferira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "transferiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "transferira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "transferiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "transferirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "transferiran" ;--# 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 (BeschSpa.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) => -} "trasfers" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "trasfieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "trasfiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "trasfieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "trasfiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "trasfiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "trasfiris" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "trasfieran" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "trasfera" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "trasferas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "trasfera" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "trasferamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "trasferais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "trasferan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trasfiriera" ; "trasfiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trasfirieras" ; "trasfirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trasfiriera" ; "trasfiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trasfiriramos" ; "trasfirisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trasfirierais" ; "trasfirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trasfirieran" ; "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) => -} "trasferirs" ;--# 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) => -} "trasferiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "trasferirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "trasfiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "trasfirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "trasfiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "trasfiriremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "trasfiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "trasfirieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "trasferira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "trasferiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "trasferira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "trasferiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "trasferirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "trasferiran" ;--# 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 (BeschSpa.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) => -} "zahers" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "zahieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "zahiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "zahieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "zahiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "zahiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "zahiris" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "zahieran" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "zahera" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "zaheras" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "zahera" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "zaheramos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "zaherais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "zaheran" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"zahiriera" ; "zahiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"zahirieras" ; "zahirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"zahiriera" ; "zahiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"zahiriramos" ; "zahirisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"zahirierais" ; "zahirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"zahirieran" ; "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) => -} "zaherirs" ;--# 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) => -} "zaheriris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "zaherirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "zahiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "zahirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "zahiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "zahiriremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "zahiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "zahirieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "zaherira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "zaheriras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "zaherira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "zaheriramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "zaherirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "zaheriran" ;--# 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 (BeschSpa.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) => -} "colegs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "coligen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "colija" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "colijas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "colija" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "colijamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "colijis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "colijan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "colega" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "colegas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "colega" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "colegamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "colegais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "colegan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"coligiera" ; "coligiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"coligieras" ; "coligieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"coligiera" ; "coligiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"coligiramos" ; "coligisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"coligierais" ; "coligieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"coligieran" ; "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) => -} "colegirs" ;--# 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) => -} "colegiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "colegirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "coligiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "coligieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "coligiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "coligiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "coligiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "coligieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "colegira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "colegiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "colegira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "colegiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "colegirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "colegiran" ;--# 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 (BeschSpa.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) => -} "corregs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "corrigen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "corrija" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "corrijas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "corrija" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "corrijamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "corrijis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "corrijan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "correga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "corregas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "correga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "corregamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "corregais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "corregan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"corrigiera" ; "corrigiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"corrigieras" ; "corrigieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"corrigiera" ; "corrigiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"corrigiramos" ; "corrigisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"corrigierais" ; "corrigieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"corrigieran" ; "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) => -} "corregirs" ;--# 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) => -} "corregiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "corregirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "corrigiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "corrigieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "corrigiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "corrigiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "corrigiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "corrigieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "corregira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "corregiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "corregira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "corregiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "corregirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "corregiran" ;--# 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 (BeschSpa.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) => -} "elegs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "eligen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "elija" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "elijas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "elija" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "elijamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "elijis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "elijan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "elega" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "elegas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "elega" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "elegamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "elegais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "elegan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"eligiera" ; "eligiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"eligieras" ; "eligieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"eligiera" ; "eligiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"eligiramos" ; "eligisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"eligierais" ; "eligieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"eligieran" ; "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) => -} "elegirs" ;--# 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) => -} "elegiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "elegirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "eligiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "eligieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "eligiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "eligiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "eligiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "eligieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "elegira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "elegiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "elegira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "elegiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "elegirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "elegiran" ;--# 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 (BeschSpa.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) => -} "preelegs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "preeligen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "preelija" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "preelijas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "preelija" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "preelijamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "preelijis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "preelijan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "preelega" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "preelegas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "preelega" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "preelegamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "preelegais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "preelegan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"preeligiera" ; "preeligiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"preeligieras" ; "preeligieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"preeligiera" ; "preeligiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"preeligiramos" ; "preeligisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"preeligierais" ; "preeligieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"preeligieran" ; "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) => -} "preelegirs" ;--# 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) => -} "preelegiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "preelegirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "preeligiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "preeligieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "preeligiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "preeligiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "preeligiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "preeligieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "preelegira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "preelegiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "preelegira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "preelegiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "preelegirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "preelegiran" ;--# 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 (BeschSpa.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) => -} "recolegs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "recoligen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "recolija" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "recolijas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "recolija" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "recolijamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "recolijis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "recolijan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "recolega" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "recolegas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "recolega" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "recolegamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "recolegais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "recolegan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recoligiera" ; "recoligiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recoligieras" ; "recoligieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recoligiera" ; "recoligiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recoligiramos" ; "recoligisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recoligierais" ; "recoligieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recoligieran" ; "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) => -} "recolegirs" ;--# 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) => -} "recolegiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "recolegirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "recoligiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "recoligieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "recoligiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "recoligiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "recoligiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "recoligieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "recolegira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "recolegiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "recolegira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "recolegiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "recolegirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "recolegiran" ;--# 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 (BeschSpa.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) => -} "reelegs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "reeligen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reelija" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reelijas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reelija" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reelijamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reelijis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "reelijan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "reelega" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "reelegas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "reelega" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "reelegamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "reelegais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "reelegan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reeligiera" ; "reeligiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reeligieras" ; "reeligieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reeligiera" ; "reeligiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reeligiramos" ; "reeligisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reeligierais" ; "reeligieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reeligieran" ; "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) => -} "reelegirs" ;--# 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) => -} "reelegiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "reelegirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reeligiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "reeligieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reeligiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reeligiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reeligiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "reeligieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "reelegira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "reelegiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "reelegira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "reelegiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "reelegirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "reelegiran" ;--# 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 (BeschSpa.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) => -} "regs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "rigen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "rija" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "rijas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "rija" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "rijamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "rijis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "rijan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "rega" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "regas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "rega" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "regamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "regais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "regan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rigiera" ; "rigiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rigieras" ; "rigieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rigiera" ; "rigiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rigiramos" ; "rigisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rigierais" ; "rigieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rigieran" ; "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) => -} "regirs" ;--# 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) => -} "regiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "regirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "rigiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "rigieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "rigiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "rigiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "rigiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "rigieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "regira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "regiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "regira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "regiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "regirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "regiran" ;--# 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 (BeschSpa.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) => -} "abeldis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "abieldan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "abielde" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "abieldes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "abielde" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "abeldemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "abeldis" ; - {- VPB (Pres Subj 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) => -} "abeldbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "abeldabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "abeldaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"abeldara" ; "abeldase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"abeldaras" ; "abeldases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"abeldara" ; "abeldase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"abeldramos" ; "abeldsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"abeldarais" ; "abeldaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"abeldaran" ; "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) => -} "abeldars" ;--# 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) => -} "abeldaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "abeldarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "abeldare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "abeldares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "abeldare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "abeldremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "abeldareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "abeldaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "abeldara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "abeldaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "abeldara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "abeldaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "abeldarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "abeldaran" ;--# 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 abuolar_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "abuolar" ; - {- VI Ger => -} "abuolando" ; - {- VI Part => -} "abuolado" ; - {- VPB (Pres Ind C.Sg C.P1) => -} "abuuelo" ; - {- VPB (Pres Ind C.Sg C.P2) => -} "abuuelas" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "abuuela" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "abuolamos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "abuolis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "abuuelan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "abuuele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "abuueles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "abuuele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "abuolemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "abuolis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "abuuelen" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "abuolaba" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "abuolabas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "abuolaba" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "abuolbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "abuolabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "abuolaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"abuolara" ; "abuolase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"abuolaras" ; "abuolases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"abuolara" ; "abuolase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"abuolramos" ; "abuolsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"abuolarais" ; "abuolaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"abuolaran" ; "abuolasen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "abuol" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "abuolaste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "abuol" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "abuolamos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "abuolasteis" ;--# notpresent - {- VPB (Pret C.Pl C.P3) => -} "abuolaron" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P1) => -} "abuolar" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P2) => -} "abuolars" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P3) => -} "abuolar" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P1) => -} "abuolaremos" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P2) => -} "abuolaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "abuolarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "abuolare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "abuolares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "abuolare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "abuolremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "abuolareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "abuolaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "abuolara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "abuolaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "abuolara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "abuolaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "abuolarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "abuolaran" ;--# notpresent - {- VPB (Imper C.Sg C.P1) => -} variants {} ; - {- VPB (Imper C.Sg C.P2) => -} "abuuela" ; - {- VPB (Imper C.Sg C.P3) => -} "abuuele" ; - {- VPB (Imper C.Pl C.P1) => -} "abuolemos" ; - {- VPB (Imper C.Pl C.P2) => -} "abuolad" ; - {- VPB (Imper C.Pl C.P3) => -} "abuuelen" ; - {- VPB (Pass C.Sg Masc) => -} "abuolado" ; - {- VPB (Pass C.Sg Fem) => -} "abuolada" ; - {- VPB (Pass C.Pl Masc) => -} "abuolados" ; - {- VPB (Pass C.Pl Fem) => -} "abuoladas" - ] - } ; - -lin acertar_V = verboV - {s = table (BeschSpa.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) => -} "acertis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "aciertan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "acierte" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "aciertes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "acierte" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "acertemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "acertis" ; - {- VPB (Pres Subj 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) => -} "acertbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "acertabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "acertaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"acertara" ; "acertase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"acertaras" ; "acertases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"acertara" ; "acertase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"acertramos" ; "acertsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"acertarais" ; "acertaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acertaran" ; "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) => -} "acertars" ;--# 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) => -} "acertaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "acertarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "acertare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "acertares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "acertare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "acertremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "acertareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "acertaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "acertara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "acertaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "acertara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "acertaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "acertarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "acertaran" ;--# 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 (BeschSpa.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) => -} "acollis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "acuellan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "acuelle" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "acuelles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "acuelle" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "acollemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "acollis" ; - {- VPB (Pres Subj 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) => -} "acollbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "acollabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "acollaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"acollara" ; "acollase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"acollaras" ; "acollases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"acollara" ; "acollase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"acollramos" ; "acollsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"acollarais" ; "acollaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acollaran" ; "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) => -} "acollars" ;--# 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) => -} "acollaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "acollarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "acollare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "acollares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "acollare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "acollremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "acollareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "acollaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "acollara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "acollaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "acollara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "acollaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "acollarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "acollaran" ;--# 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 (BeschSpa.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) => -} "acordis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "acuerdan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "acuerde" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "acuerdes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "acuerde" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "acordemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "acordis" ; - {- VPB (Pres Subj 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) => -} "acordbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "acordabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "acordaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"acordara" ; "acordase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"acordaras" ; "acordases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"acordara" ; "acordase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"acordramos" ; "acordsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"acordarais" ; "acordaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acordaran" ; "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) => -} "acordars" ;--# 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) => -} "acordaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "acordarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "acordare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "acordares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "acordare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "acordremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "acordareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "acordaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "acordara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "acordaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "acordara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "acordaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "acordarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "acordaran" ;--# 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 (BeschSpa.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) => -} "acornis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "acuernan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "acuerne" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "acuernes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "acuerne" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "acornemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "acornis" ; - {- VPB (Pres Subj 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) => -} "acornbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "acornabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "acornaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"acornara" ; "acornase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"acornaras" ; "acornases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"acornara" ; "acornase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"acornramos" ; "acornsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"acornarais" ; "acornaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acornaran" ; "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) => -} "acornars" ;--# 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) => -} "acornaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "acornarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "acornare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "acornares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "acornare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "acornremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "acornareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "acornaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "acornara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "acornaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "acornara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "acornaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "acornarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "acornaran" ;--# 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 (BeschSpa.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) => -} "acostis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "acuestan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "acueste" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "acuestes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "acueste" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "acostemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "acostis" ; - {- VPB (Pres Subj 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) => -} "acostbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "acostabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "acostaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"acostara" ; "acostase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"acostaras" ; "acostases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"acostara" ; "acostase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"acostramos" ; "acostsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"acostarais" ; "acostaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acostaran" ; "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) => -} "acostars" ;--# 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) => -} "acostaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "acostarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "acostare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "acostares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "acostare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "acostremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "acostareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "acostaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "acostara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "acostaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "acostara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "acostaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "acostarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "acostaran" ;--# 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 (BeschSpa.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) => -} "acrecentis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "acrecientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "acreciente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "acrecientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "acreciente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "acrecentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "acrecentis" ; - {- VPB (Pres Subj 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) => -} "acrecentbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "acrecentabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "acrecentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"acrecentara" ; "acrecentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"acrecentaras" ; "acrecentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"acrecentara" ; "acrecentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"acrecentramos" ; "acrecentsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"acrecentarais" ; "acrecentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acrecentaran" ; "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) => -} "acrecentars" ;--# 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) => -} "acrecentaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "acrecentarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "acrecentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "acrecentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "acrecentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "acrecentremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "acrecentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "acrecentaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "acrecentara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "acrecentaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "acrecentara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "acrecentaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "acrecentarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "acrecentaran" ;--# 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 (BeschSpa.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) => -} "adestris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "adiestran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "adiestre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "adiestres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "adiestre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "adestremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "adestris" ; - {- VPB (Pres Subj 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) => -} "adestrbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "adestrabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "adestraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"adestrara" ; "adestrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"adestraras" ; "adestrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"adestrara" ; "adestrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"adestrramos" ; "adestrsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"adestrarais" ; "adestraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"adestraran" ; "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) => -} "adestrars" ;--# 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) => -} "adestraris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "adestrarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "adestrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "adestrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "adestrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "adestrremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "adestrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "adestraren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "adestrara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "adestraras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "adestrara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "adestraramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "adestrarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "adestraran" ;--# 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 (BeschSpa.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) => -} "aferris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "afierran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "afierre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "afierres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "afierre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "aferremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "aferris" ; - {- VPB (Pres Subj 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) => -} "aferrbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "aferrabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "aferraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aferrara" ; "aferrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aferraras" ; "aferrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aferrara" ; "aferrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aferrramos" ; "aferrsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aferrarais" ; "aferraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aferraran" ; "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) => -} "aferrars" ;--# 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) => -} "aferraris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "aferrarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "aferrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "aferrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "aferrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "aferrremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "aferrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "aferraren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "aferrara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "aferraras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "aferrara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "aferraramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "aferrarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "aferraran" ;--# 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 (BeschSpa.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) => -} "afollis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "afuellan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "afuelle" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "afuelles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "afuelle" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "afollemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "afollis" ; - {- VPB (Pres Subj 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) => -} "afollbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "afollabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "afollaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"afollara" ; "afollase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"afollaras" ; "afollases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"afollara" ; "afollase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"afollramos" ; "afollsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"afollarais" ; "afollaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"afollaran" ; "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) => -} "afollars" ;--# 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) => -} "afollaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "afollarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "afollare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "afollares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "afollare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "afollremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "afollareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "afollaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "afollara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "afollaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "afollara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "afollaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "afollarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "afollaran" ;--# 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 (BeschSpa.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) => -} "aforis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "afueran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "afuere" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "afueres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "afuere" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "aforemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "aforis" ; - {- VPB (Pres Subj 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) => -} "aforbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "aforabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "aforaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aforara" ; "aforase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aforaras" ; "aforases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aforara" ; "aforase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aforramos" ; "aforsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aforarais" ; "aforaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aforaran" ; "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) => -} "aforars" ;--# 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) => -} "aforaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "aforarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "aforare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "aforares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "aforare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "aforremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "aforareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "aforaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "aforara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "aforaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "aforara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "aforaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "aforarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "aforaran" ;--# 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 (BeschSpa.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) => -} "albeldis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "albieldan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "albielde" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "albieldes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "albielde" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "albeldemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "albeldis" ; - {- VPB (Pres Subj 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) => -} "albeldbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "albeldabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "albeldaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"albeldara" ; "albeldase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"albeldaras" ; "albeldases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"albeldara" ; "albeldase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"albeldramos" ; "albeldsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"albeldarais" ; "albeldaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"albeldaran" ; "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) => -} "albeldars" ;--# 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) => -} "albeldaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "albeldarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "albeldare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "albeldares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "albeldare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "albeldremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "albeldareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "albeldaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "albeldara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "albeldaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "albeldara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "albeldaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "albeldarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "albeldaran" ;--# 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 (BeschSpa.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) => -} "alentis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "alientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "aliente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "alientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "aliente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "alentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "alentis" ; - {- VPB (Pres Subj 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) => -} "alentbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "alentabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "alentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"alentara" ; "alentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"alentaras" ; "alentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"alentara" ; "alentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"alentramos" ; "alentsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"alentarais" ; "alentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"alentaran" ; "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) => -} "alentars" ;--# 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) => -} "alentaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "alentarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "alentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "alentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "alentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "alentremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "alentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "alentaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "alentara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "alentaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "alentara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "alentaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "alentarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "alentaran" ;--# 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 (BeschSpa.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) => -} "aliquebris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "aliquiebran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "aliquiebre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "aliquiebres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "aliquiebre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "aliquebremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "aliquebris" ; - {- VPB (Pres Subj 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) => -} "aliquebrbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "aliquebrabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "aliquebraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aliquebrara" ; "aliquebrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aliquebraras" ; "aliquebrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aliquebrara" ; "aliquebrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aliquebrramos" ; "aliquebrsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aliquebrarais" ; "aliquebraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aliquebraran" ; "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) => -} "aliquebrars" ;--# 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) => -} "aliquebraris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "aliquebrarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "aliquebrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "aliquebrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "aliquebrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "aliquebrremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "aliquebrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "aliquebraren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "aliquebrara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "aliquebraras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "aliquebrara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "aliquebraramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "aliquebrarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "aliquebraran" ;--# 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 (BeschSpa.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) => -} "amoblis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "amueblan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "amueble" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "amuebles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "amueble" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "amoblemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "amoblis" ; - {- VPB (Pres Subj 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) => -} "amoblbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "amoblabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "amoblaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"amoblara" ; "amoblase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"amoblaras" ; "amoblases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"amoblara" ; "amoblase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"amoblramos" ; "amoblsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"amoblarais" ; "amoblaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"amoblaran" ; "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) => -} "amoblars" ;--# 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) => -} "amoblaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "amoblarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "amoblare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "amoblares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "amoblare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "amoblremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "amoblareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "amoblaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "amoblara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "amoblaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "amoblara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "amoblaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "amoblarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "amoblaran" ;--# 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 (BeschSpa.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) => -} "amolis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "amuelan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "amuele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "amueles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "amuele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "amolemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "amolis" ; - {- VPB (Pres Subj 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) => -} "amolbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "amolabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "amolaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"amolara" ; "amolase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"amolaras" ; "amolases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"amolara" ; "amolase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"amolramos" ; "amolsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"amolarais" ; "amolaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"amolaran" ; "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) => -} "amolars" ;--# 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) => -} "amolaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "amolarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "amolare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "amolares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "amolare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "amolremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "amolareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "amolaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "amolara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "amolaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "amolara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "amolaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "amolarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "amolaran" ;--# 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 (BeschSpa.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) => -} "anzolis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "anzuelan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "anzuele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "anzueles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "anzuele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "anzolemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "anzolis" ; - {- VPB (Pres Subj 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) => -} "anzolbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "anzolabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "anzolaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"anzolara" ; "anzolase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"anzolaras" ; "anzolases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"anzolara" ; "anzolase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"anzolramos" ; "anzolsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"anzolarais" ; "anzolaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"anzolaran" ; "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) => -} "anzolars" ;--# 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) => -} "anzolaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "anzolarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "anzolare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "anzolares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "anzolare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "anzolremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "anzolareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "anzolaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "anzolara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "anzolaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "anzolara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "anzolaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "anzolarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "anzolaran" ;--# 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 (BeschSpa.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) => -} "apacentis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "apacientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "apaciente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "apacientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "apaciente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "apacentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "apacentis" ; - {- VPB (Pres Subj 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) => -} "apacentbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "apacentabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "apacentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"apacentara" ; "apacentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"apacentaras" ; "apacentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"apacentara" ; "apacentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"apacentramos" ; "apacentsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"apacentarais" ; "apacentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"apacentaran" ; "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) => -} "apacentars" ;--# 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) => -} "apacentaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "apacentarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "apacentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "apacentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "apacentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "apacentremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "apacentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "apacentaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "apacentara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "apacentaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "apacentara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "apacentaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "apacentarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "apacentaran" ;--# 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 (BeschSpa.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) => -} "apercollis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "apercuellan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "apercuelle" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "apercuelles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "apercuelle" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "apercollemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "apercollis" ; - {- VPB (Pres Subj 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) => -} "apercollbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "apercollabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "apercollaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"apercollara" ; "apercollase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"apercollaras" ; "apercollases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"apercollara" ; "apercollase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"apercollramos" ; "apercollsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"apercollarais" ; "apercollaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"apercollaran" ; "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) => -} "apercollars" ;--# 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) => -} "apercollaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "apercollarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "apercollare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "apercollares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "apercollare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "apercollremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "apercollareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "apercollaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "apercollara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "apercollaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "apercollara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "apercollaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "apercollarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "apercollaran" ;--# 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 (BeschSpa.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) => -} "apergollis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "aperguellan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "aperguelle" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "aperguelles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "aperguelle" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "apergollemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "apergollis" ; - {- VPB (Pres Subj 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) => -} "apergollbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "apergollabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "apergollaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"apergollara" ; "apergollase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"apergollaras" ; "apergollases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"apergollara" ; "apergollase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"apergollramos" ; "apergollsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"apergollarais" ; "apergollaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"apergollaran" ; "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) => -} "apergollars" ;--# 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) => -} "apergollaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "apergollarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "apergollare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "apergollares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "apergollare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "apergollremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "apergollareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "apergollaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "apergollara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "apergollaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "apergollara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "apergollaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "apergollarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "apergollaran" ;--# 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 (BeschSpa.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) => -} "apernis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "apiernan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "apierne" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "apiernes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "apierne" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "apernemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "apernis" ; - {- VPB (Pres Subj 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) => -} "apernbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "apernabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "apernaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"apernara" ; "apernase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"apernaras" ; "apernases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"apernara" ; "apernase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"apernramos" ; "apernsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"apernarais" ; "apernaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"apernaran" ; "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) => -} "apernars" ;--# 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) => -} "apernaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "apernarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "apernare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "apernares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "apernare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "apernremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "apernareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "apernaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "apernara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "apernaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "apernara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "apernaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "apernarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "apernaran" ;--# 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 (BeschSpa.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) => -} "apescoliis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "apescoliean" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "apescoliee" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "apescoliees" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "apescoliee" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "apescoliemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "apescoliis" ; - {- VPB (Pres Subj 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) => -} "apescolibamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "apescoliabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "apescoliaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"apescoliara" ; "apescoliase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"apescoliaras" ; "apescoliases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"apescoliara" ; "apescoliase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"apescoliramos" ; "apescolisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"apescoliarais" ; "apescoliaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"apescoliaran" ; "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) => -} "apescoliars" ;--# 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) => -} "apescoliaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "apescoliarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "apescoliare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "apescoliares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "apescoliare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "apescoliremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "apescoliareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "apescoliaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "apescoliara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "apescoliaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "apescoliara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "apescoliaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "apescoliarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "apescoliaran" ;--# 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 (BeschSpa.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) => -} "apostis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "apuestan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "apueste" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "apuestes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "apueste" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "apostemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "apostis" ; - {- VPB (Pres Subj 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) => -} "apostbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "apostabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "apostaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"apostara" ; "apostase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"apostaras" ; "apostases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"apostara" ; "apostase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"apostramos" ; "apostsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"apostarais" ; "apostaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"apostaran" ; "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) => -} "apostars" ;--# 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) => -} "apostaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "apostarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "apostare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "apostares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "apostare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "apostremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "apostareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "apostaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "apostara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "apostaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "apostara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "apostaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "apostarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "apostaran" ;--# 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 (BeschSpa.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) => -} "apretis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "aprietan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "apriete" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "aprietes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "apriete" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "apretemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "apretis" ; - {- VPB (Pres Subj 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) => -} "apretbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "apretabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "apretaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"apretara" ; "apretase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"apretaras" ; "apretases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"apretara" ; "apretase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"apretramos" ; "apretsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"apretarais" ; "apretaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"apretaran" ; "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) => -} "apretars" ;--# 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) => -} "apretaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "apretarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "apretare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "apretares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "apretare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "apretremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "apretareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "apretaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "apretara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "apretaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "apretara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "apretaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "apretarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "apretaran" ;--# 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 (BeschSpa.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) => -} "aprobis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "aprueban" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "apruebe" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "apruebes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "apruebe" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "aprobemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "aprobis" ; - {- VPB (Pres Subj 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) => -} "aprobbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "aprobabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "aprobaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aprobara" ; "aprobase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aprobaras" ; "aprobases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aprobara" ; "aprobase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aprobramos" ; "aprobsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aprobarais" ; "aprobaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aprobaran" ; "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) => -} "aprobars" ;--# 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) => -} "aprobaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "aprobarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "aprobare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "aprobares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "aprobare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "aprobremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "aprobareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "aprobaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "aprobara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "aprobaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "aprobara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "aprobaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "aprobarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "aprobaran" ;--# 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 (BeschSpa.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) => -} "arrendis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "arriendan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "arriende" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "arriendes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "arriende" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "arrendemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "arrendis" ; - {- VPB (Pres Subj 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) => -} "arrendbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "arrendabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "arrendaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"arrendara" ; "arrendase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"arrendaras" ; "arrendases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"arrendara" ; "arrendase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"arrendramos" ; "arrendsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"arrendarais" ; "arrendaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"arrendaran" ; "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) => -} "arrendars" ;--# 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) => -} "arrendaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "arrendarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "arrendare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "arrendares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "arrendare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "arrendremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "arrendareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "arrendaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "arrendara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "arrendaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "arrendara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "arrendaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "arrendarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "arrendaran" ;--# 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 (BeschSpa.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) => -} "asentis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "asientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "asiente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "asientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "asiente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "asentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "asentis" ; - {- VPB (Pres Subj 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) => -} "asentbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "asentabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "asentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"asentara" ; "asentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"asentaras" ; "asentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"asentara" ; "asentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"asentramos" ; "asentsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"asentarais" ; "asentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"asentaran" ; "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) => -} "asentars" ;--# 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) => -} "asentaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "asentarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "asentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "asentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "asentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "asentremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "asentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "asentaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "asentara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "asentaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "asentara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "asentaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "asentarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "asentaran" ;--# 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 (BeschSpa.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) => -} "aserris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "asierran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "asierre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "asierres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "asierre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "aserremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "aserris" ; - {- VPB (Pres Subj 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) => -} "aserrbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "aserrabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "aserraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aserrara" ; "aserrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aserraras" ; "aserrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aserrara" ; "aserrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aserrramos" ; "aserrsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aserrarais" ; "aserraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aserraran" ; "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) => -} "aserrars" ;--# 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) => -} "aserraris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "aserrarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "aserrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "aserrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "aserrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "aserrremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "aserrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "aserraren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "aserrara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "aserraras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "aserrara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "aserraramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "aserrarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "aserraran" ;--# 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 (BeschSpa.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) => -} "asestis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "asiestan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "asieste" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "asiestes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "asieste" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "asestemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "asestis" ; - {- VPB (Pres Subj 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) => -} "asestbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "asestabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "asestaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"asestara" ; "asestase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"asestaras" ; "asestases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"asestara" ; "asestase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"asestramos" ; "asestsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"asestarais" ; "asestaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"asestaran" ; "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) => -} "asestars" ;--# 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) => -} "asestaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "asestarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "asestare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "asestares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "asestare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "asestremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "asestareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "asestaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "asestara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "asestaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "asestara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "asestaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "asestarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "asestaran" ;--# 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 (BeschSpa.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) => -} "asestis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "asiestan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "asieste" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "asiestes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "asieste" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "asestemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "asestis" ; - {- VPB (Pres Subj 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) => -} "asestbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "asestabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "asestaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"asestara" ; "asestase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"asestaras" ; "asestases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"asestara" ; "asestase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"asestramos" ; "asestsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"asestarais" ; "asestaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"asestaran" ; "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) => -} "asestars" ;--# 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) => -} "asestaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "asestarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "asestare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "asestares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "asestare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "asestremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "asestareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "asestaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "asestara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "asestaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "asestara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "asestaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "asestarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "asestaran" ;--# 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 (BeschSpa.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) => -} "asolis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "asuelan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "asuele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "asueles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "asuele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "asolemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "asolis" ; - {- VPB (Pres Subj 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) => -} "asolbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "asolabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "asolaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"asolara" ; "asolase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"asolaras" ; "asolases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"asolara" ; "asolase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"asolramos" ; "asolsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"asolarais" ; "asolaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"asolaran" ; "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) => -} "asolars" ;--# 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) => -} "asolaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "asolarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "asolare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "asolares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "asolare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "asolremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "asolareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "asolaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "asolara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "asolaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "asolara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "asolaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "asolarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "asolaran" ;--# 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 (BeschSpa.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) => -} "asoldis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "asueldan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "asuelde" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "asueldes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "asuelde" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "asoldemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "asoldis" ; - {- VPB (Pres Subj 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) => -} "asoldbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "asoldabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "asoldaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"asoldara" ; "asoldase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"asoldaras" ; "asoldases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"asoldara" ; "asoldase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"asoldramos" ; "asoldsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"asoldarais" ; "asoldaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"asoldaran" ; "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) => -} "asoldars" ;--# 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) => -} "asoldaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "asoldarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "asoldare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "asoldares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "asoldare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "asoldremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "asoldareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "asoldaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "asoldara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "asoldaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "asoldara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "asoldaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "asoldarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "asoldaran" ;--# 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 (BeschSpa.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) => -} "asonis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "asuenan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "asuene" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "asuenes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "asuene" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "asonemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "asonis" ; - {- VPB (Pres Subj 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) => -} "asonbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "asonabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "asonaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"asonara" ; "asonase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"asonaras" ; "asonases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"asonara" ; "asonase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"asonramos" ; "asonsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"asonarais" ; "asonaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"asonaran" ; "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) => -} "asonars" ;--# 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) => -} "asonaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "asonarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "asonare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "asonares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "asonare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "asonremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "asonareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "asonaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "asonara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "asonaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "asonara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "asonaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "asonarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "asonaran" ;--# 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 (BeschSpa.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) => -} "aspaventis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "aspavientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "aspaviente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "aspavientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "aspaviente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "aspaventemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "aspaventis" ; - {- VPB (Pres Subj 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) => -} "aspaventbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "aspaventabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "aspaventaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aspaventara" ; "aspaventase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aspaventaras" ; "aspaventases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aspaventara" ; "aspaventase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aspaventramos" ; "aspaventsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aspaventarais" ; "aspaventaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aspaventaran" ; "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) => -} "aspaventars" ;--# 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) => -} "aspaventaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "aspaventarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "aspaventare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "aspaventares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "aspaventare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "aspaventremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "aspaventareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "aspaventaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "aspaventara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "aspaventaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "aspaventara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "aspaventaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "aspaventarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "aspaventaran" ;--# 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 (BeschSpa.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) => -} "aterris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "atierran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "atierre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "atierres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "atierre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "aterremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "aterris" ; - {- VPB (Pres Subj 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) => -} "aterrbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "aterrabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "aterraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aterrara" ; "aterrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aterraras" ; "aterrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aterrara" ; "aterrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aterrramos" ; "aterrsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aterrarais" ; "aterraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aterraran" ; "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) => -} "aterrars" ;--# 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) => -} "aterraris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "aterrarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "aterrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "aterrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "aterrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "aterrremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "aterrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "aterraren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "aterrara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "aterraras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "aterrara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "aterraramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "aterrarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "aterraran" ;--# 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 (BeschSpa.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) => -} "atestis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "atiestan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "atieste" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "atiestes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "atieste" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "atestemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "atestis" ; - {- VPB (Pres Subj 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) => -} "atestbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "atestabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "atestaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"atestara" ; "atestase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"atestaras" ; "atestases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"atestara" ; "atestase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"atestramos" ; "atestsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"atestarais" ; "atestaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"atestaran" ; "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) => -} "atestars" ;--# 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) => -} "atestaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "atestarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "atestare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "atestares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "atestare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "atestremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "atestareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "atestaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "atestara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "atestaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "atestara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "atestaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "atestarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "atestaran" ;--# 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 (BeschSpa.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) => -} "atoris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "atueran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "atuere" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "atueres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "atuere" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "atoremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "atoris" ; - {- VPB (Pres Subj 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) => -} "atorbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "atorabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "atoraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"atorara" ; "atorase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"atoraras" ; "atorases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"atorara" ; "atorase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"atorramos" ; "atorsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"atorarais" ; "atoraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"atoraran" ; "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) => -} "atorars" ;--# 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) => -} "atoraris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "atorarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "atorare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "atorares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "atorare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "atorremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "atorareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "atoraren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "atorara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "atoraras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "atorara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "atoraramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "atorarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "atoraran" ;--# 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 (BeschSpa.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) => -} "atravesis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "atraviesan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "atraviese" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "atravieses" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "atraviese" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "atravesemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "atravesis" ; - {- VPB (Pres Subj 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) => -} "atravesbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "atravesabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "atravesaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"atravesara" ; "atravesase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"atravesaras" ; "atravesases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"atravesara" ; "atravesase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"atravesramos" ; "atravessemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"atravesarais" ; "atravesaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"atravesaran" ; "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) => -} "atravesars" ;--# 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) => -} "atravesaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "atravesarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "atravesare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "atravesares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "atravesare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "atravesremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "atravesareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "atravesaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "atravesara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "atravesaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "atravesara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "atravesaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "atravesarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "atravesaran" ;--# 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 (BeschSpa.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) => -} "atronis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "atruenan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "atruene" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "atruenes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "atruene" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "atronemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "atronis" ; - {- VPB (Pres Subj 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) => -} "atronbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "atronabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "atronaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"atronara" ; "atronase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"atronaras" ; "atronases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"atronara" ; "atronase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"atronramos" ; "atronsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"atronarais" ; "atronaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"atronaran" ; "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) => -} "atronars" ;--# 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) => -} "atronaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "atronarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "atronare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "atronares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "atronare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "atronremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "atronareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "atronaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "atronara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "atronaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "atronara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "atronaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "atronarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "atronaran" ;--# 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 (BeschSpa.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) => -} "aventis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "avientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "aviente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "avientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "aviente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "aventemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "aventis" ; - {- VPB (Pres Subj 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) => -} "aventbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "aventabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "aventaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aventara" ; "aventase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aventaras" ; "aventases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aventara" ; "aventase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aventramos" ; "aventsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aventarais" ; "aventaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aventaran" ; "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) => -} "aventars" ;--# 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) => -} "aventaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "aventarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "aventare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "aventares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "aventare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "aventremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "aventareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "aventaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "aventara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "aventaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "aventara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "aventaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "aventarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "aventaran" ;--# 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 (BeschSpa.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) => -} "azolis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "azuelan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "azuele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "azueles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "azuele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "azolemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "azolis" ; - {- VPB (Pres Subj 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) => -} "azolbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "azolabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "azolaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"azolara" ; "azolase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"azolaras" ; "azolases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"azolara" ; "azolase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"azolramos" ; "azolsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"azolarais" ; "azolaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"azolaran" ; "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) => -} "azolars" ;--# 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) => -} "azolaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "azolarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "azolare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "azolares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "azolare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "azolremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "azolareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "azolaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "azolara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "azolaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "azolara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "azolaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "azolarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "azolaran" ;--# 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 (BeschSpa.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) => -} "beldis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "bieldan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "bielde" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "bieldes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "bielde" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "beldemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "beldis" ; - {- VPB (Pres Subj 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) => -} "beldbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "beldabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "beldaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"beldara" ; "beldase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"beldaras" ; "beldases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"beldara" ; "beldase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"beldramos" ; "beldsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"beldarais" ; "beldaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"beldaran" ; "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) => -} "beldars" ;--# 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) => -} "beldaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "beldarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "beldare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "beldares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "beldare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "beldremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "beldareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "beldaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "beldara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "beldaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "beldara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "beldaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "beldarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "beldaran" ;--# 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 (BeschSpa.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) => -} "calentis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "calientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "caliente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "calientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "caliente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "calentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "calentis" ; - {- VPB (Pres Subj 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) => -} "calentbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "calentabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "calentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"calentara" ; "calentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"calentaras" ; "calentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"calentara" ; "calentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"calentramos" ; "calentsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"calentarais" ; "calentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"calentaran" ; "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) => -} "calentars" ;--# 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) => -} "calentaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "calentarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "calentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "calentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "calentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "calentremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "calentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "calentaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "calentara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "calentaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "calentara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "calentaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "calentarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "calentaran" ;--# 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 (BeschSpa.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) => -} "cerris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "cierran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "cierre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "cierres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "cierre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "cerremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "cerris" ; - {- VPB (Pres Subj 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) => -} "cerrbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "cerrabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "cerraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"cerrara" ; "cerrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"cerraras" ; "cerrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"cerrara" ; "cerrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"cerrramos" ; "cerrsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"cerrarais" ; "cerraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"cerraran" ; "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) => -} "cerrars" ;--# 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) => -} "cerraris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "cerrarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "cerrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "cerrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "cerrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "cerrremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "cerrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "cerraren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "cerrara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "cerraras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "cerrara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "cerraramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "cerrarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "cerraran" ;--# 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 (BeschSpa.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) => -} "cimentis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "cimientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "cimiente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "cimientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "cimiente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "cimentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "cimentis" ; - {- VPB (Pres Subj 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) => -} "cimentbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "cimentabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "cimentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"cimentara" ; "cimentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"cimentaras" ; "cimentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"cimentara" ; "cimentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"cimentramos" ; "cimentsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"cimentarais" ; "cimentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"cimentaran" ; "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) => -} "cimentars" ;--# 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) => -} "cimentaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "cimentarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "cimentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "cimentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "cimentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "cimentremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "cimentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "cimentaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "cimentara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "cimentaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "cimentara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "cimentaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "cimentarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "cimentaran" ;--# 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 (BeschSpa.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) => -} "circunvolis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "circunvuelan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "circunvuele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "circunvueles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "circunvuele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "circunvolemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "circunvolis" ; - {- VPB (Pres Subj 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) => -} "circunvolbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "circunvolabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "circunvolaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"circunvolara" ; "circunvolase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"circunvolaras" ; "circunvolases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"circunvolara" ; "circunvolase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"circunvolramos" ; "circunvolsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"circunvolarais" ; "circunvolaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"circunvolaran" ; "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) => -} "circunvolars" ;--# 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) => -} "circunvolaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "circunvolarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "circunvolare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "circunvolares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "circunvolare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "circunvolremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "circunvolareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "circunvolaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "circunvolara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "circunvolaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "circunvolara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "circunvolaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "circunvolarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "circunvolaran" ;--# 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 (BeschSpa.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) => -} "colis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "cuelan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "cuele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "cueles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "cuele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "colemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "colis" ; - {- VPB (Pres Subj 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) => -} "colbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "colabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "colaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"colara" ; "colase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"colaras" ; "colases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"colara" ; "colase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"colramos" ; "colsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"colarais" ; "colaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"colaran" ; "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) => -} "colars" ;--# 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) => -} "colaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "colarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "colare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "colares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "colare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "colremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "colareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "colaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "colara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "colaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "colara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "colaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "colarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "colaran" ;--# 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 (BeschSpa.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) => -} "comprobis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "comprueban" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "compruebe" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "compruebes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "compruebe" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "comprobemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "comprobis" ; - {- VPB (Pres Subj 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) => -} "comprobbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "comprobabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "comprobaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"comprobara" ; "comprobase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"comprobaras" ; "comprobases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"comprobara" ; "comprobase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"comprobramos" ; "comprobsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"comprobarais" ; "comprobaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"comprobaran" ; "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) => -} "comprobars" ;--# 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) => -} "comprobaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "comprobarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "comprobare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "comprobares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "comprobare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "comprobremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "comprobareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "comprobaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "comprobara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "comprobaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "comprobara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "comprobaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "comprobarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "comprobaran" ;--# 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 (BeschSpa.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) => -} "concertis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "conciertan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "concierte" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "conciertes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "concierte" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "concertemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "concertis" ; - {- VPB (Pres Subj 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) => -} "concertbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "concertabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "concertaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"concertara" ; "concertase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"concertaras" ; "concertases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"concertara" ; "concertase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"concertramos" ; "concertsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"concertarais" ; "concertaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"concertaran" ; "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) => -} "concertars" ;--# 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) => -} "concertaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "concertarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "concertare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "concertares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "concertare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "concertremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "concertareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "concertaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "concertara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "concertaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "concertara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "concertaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "concertarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "concertaran" ;--# 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 (BeschSpa.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) => -} "concordis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "concuerdan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "concuerde" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "concuerdes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "concuerde" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "concordemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "concordis" ; - {- VPB (Pres Subj 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) => -} "concordbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "concordabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "concordaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"concordara" ; "concordase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"concordaras" ; "concordases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"concordara" ; "concordase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"concordramos" ; "concordsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"concordarais" ; "concordaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"concordaran" ; "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) => -} "concordars" ;--# 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) => -} "concordaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "concordarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "concordare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "concordares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "concordare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "concordremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "concordareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "concordaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "concordara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "concordaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "concordara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "concordaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "concordarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "concordaran" ;--# 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 (BeschSpa.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) => -} "confesis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "confiesan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "confiese" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "confieses" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "confiese" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "confesemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "confesis" ; - {- VPB (Pres Subj 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) => -} "confesbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "confesabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "confesaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"confesara" ; "confesase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"confesaras" ; "confesases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"confesara" ; "confesase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"confesramos" ; "confessemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"confesarais" ; "confesaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"confesaran" ; "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) => -} "confesars" ;--# 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) => -} "confesaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "confesarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "confesare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "confesares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "confesare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "confesremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "confesareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "confesaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "confesara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "confesaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "confesara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "confesaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "confesarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "confesaran" ;--# 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 (BeschSpa.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) => -} "consolis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "consuelan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "consuele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "consueles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "consuele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "consolemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "consolis" ; - {- VPB (Pres Subj 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) => -} "consolbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "consolabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "consolaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"consolara" ; "consolase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"consolaras" ; "consolases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"consolara" ; "consolase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"consolramos" ; "consolsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"consolarais" ; "consolaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"consolaran" ; "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) => -} "consolars" ;--# 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) => -} "consolaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "consolarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "consolare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "consolares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "consolare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "consolremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "consolareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "consolaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "consolara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "consolaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "consolara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "consolaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "consolarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "consolaran" ;--# 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 (BeschSpa.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) => -} "consonis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "consuenan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "consuene" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "consuenes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "consuene" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "consonemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "consonis" ; - {- VPB (Pres Subj 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) => -} "consonbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "consonabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "consonaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"consonara" ; "consonase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"consonaras" ; "consonases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"consonara" ; "consonase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"consonramos" ; "consonsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"consonarais" ; "consonaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"consonaran" ; "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) => -} "consonars" ;--# 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) => -} "consonaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "consonarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "consonare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "consonares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "consonare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "consonremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "consonareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "consonaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "consonara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "consonaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "consonara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "consonaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "consonarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "consonaran" ;--# 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 (BeschSpa.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) => -} "contis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "cuentan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "cuente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "cuentes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "cuente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "contemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "contis" ; - {- VPB (Pres Subj 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) => -} "contbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "contabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "contaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"contara" ; "contase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"contaras" ; "contases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"contara" ; "contase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"contramos" ; "contsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"contarais" ; "contaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"contaran" ; "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) => -} "contars" ;--# 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) => -} "contaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "contarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "contare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "contares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "contare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "contremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "contareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "contaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "contara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "contaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "contara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "contaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "contarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "contaran" ;--# 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 (BeschSpa.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) => -} "contramanifestis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "contramanifiestan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "contramanifieste" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "contramanifiestes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "contramanifieste" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "contramanifestemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "contramanifestis" ; - {- VPB (Pres Subj 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) => -} "contramanifestbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "contramanifestabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "contramanifestaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"contramanifestara" ; "contramanifestase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"contramanifestaras" ; "contramanifestases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"contramanifestara" ; "contramanifestase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"contramanifestramos" ; "contramanifestsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"contramanifestarais" ; "contramanifestaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"contramanifestaran" ; "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) => -} "contramanifestars" ;--# 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) => -} "contramanifestaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "contramanifestarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "contramanifestare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "contramanifestares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "contramanifestare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "contramanifestremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "contramanifestareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "contramanifestaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "contramanifestara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "contramanifestaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "contramanifestara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "contramanifestaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "contramanifestarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "contramanifestaran" ;--# 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 (BeschSpa.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) => -} "costis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "cuestan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "cueste" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "cuestes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "cueste" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "costemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "costis" ; - {- VPB (Pres Subj 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) => -} "costbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "costabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "costaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"costara" ; "costase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"costaras" ; "costases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"costara" ; "costase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"costramos" ; "costsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"costarais" ; "costaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"costaran" ; "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) => -} "costars" ;--# 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) => -} "costaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "costarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "costare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "costares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "costare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "costremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "costareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "costaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "costara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "costaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "costara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "costaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "costarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "costaran" ;--# 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 (BeschSpa.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) => -} "decentis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "decientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "deciente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "decientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "deciente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "decentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "decentis" ; - {- VPB (Pres Subj 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) => -} "decentbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "decentabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "decentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"decentara" ; "decentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"decentaras" ; "decentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"decentara" ; "decentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"decentramos" ; "decentsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"decentarais" ; "decentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"decentaran" ; "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) => -} "decentars" ;--# 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) => -} "decentaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "decentarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "decentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "decentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "decentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "decentremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "decentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "decentaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "decentara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "decentaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "decentara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "decentaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "decentarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "decentaran" ;--# 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 (BeschSpa.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) => -} "degollis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "deguellan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "deguelle" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "deguelles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "deguelle" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "degollemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "degollis" ; - {- VPB (Pres Subj 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) => -} "degollbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "degollabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "degollaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"degollara" ; "degollase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"degollaras" ; "degollases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"degollara" ; "degollase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"degollramos" ; "degollsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"degollarais" ; "degollaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"degollaran" ; "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) => -} "degollars" ;--# 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) => -} "degollaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "degollarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "degollare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "degollares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "degollare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "degollremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "degollareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "degollaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "degollara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "degollaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "degollara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "degollaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "degollarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "degollaran" ;--# 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 (BeschSpa.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) => -} "demostris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "demuestran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "demuestre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "demuestres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "demuestre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "demostremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "demostris" ; - {- VPB (Pres Subj 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) => -} "demostrbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "demostrabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "demostraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"demostrara" ; "demostrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"demostraras" ; "demostrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"demostrara" ; "demostrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"demostrramos" ; "demostrsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"demostrarais" ; "demostraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"demostraran" ; "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) => -} "demostrars" ;--# 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) => -} "demostraris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "demostrarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "demostrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "demostrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "demostrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "demostrremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "demostrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "demostraren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "demostrara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "demostraras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "demostrara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "demostraramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "demostrarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "demostraran" ;--# 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 (BeschSpa.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) => -} "denostis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "denuestan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "denueste" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "denuestes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "denueste" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "denostemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "denostis" ; - {- VPB (Pres Subj 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) => -} "denostbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "denostabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "denostaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"denostara" ; "denostase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"denostaras" ; "denostases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"denostara" ; "denostase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"denostramos" ; "denostsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"denostarais" ; "denostaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"denostaran" ; "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) => -} "denostars" ;--# 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) => -} "denostaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "denostarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "denostare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "denostares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "denostare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "denostremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "denostareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "denostaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "denostara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "denostaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "denostara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "denostaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "denostarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "denostaran" ;--# 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 (BeschSpa.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) => -} "dentis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "dientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "diente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "dientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "diente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "dentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "dentis" ; - {- VPB (Pres Subj 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) => -} "dentbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "dentabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "dentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"dentara" ; "dentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"dentaras" ; "dentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"dentara" ; "dentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"dentramos" ; "dentsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"dentarais" ; "dentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"dentaran" ; "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) => -} "dentars" ;--# 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) => -} "dentaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "dentarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "dentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "dentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "dentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "dentremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "dentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "dentaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "dentara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "dentaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "dentara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "dentaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "dentarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "dentaran" ;--# 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 (BeschSpa.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) => -} "desacertis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desaciertan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desacierte" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desaciertes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desacierte" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desacertemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desacertis" ; - {- VPB (Pres Subj 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) => -} "desacertbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desacertabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desacertaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desacertara" ; "desacertase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desacertaras" ; "desacertases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desacertara" ; "desacertase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desacertramos" ; "desacertsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desacertarais" ; "desacertaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desacertaran" ; "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) => -} "desacertars" ;--# 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) => -} "desacertaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desacertarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desacertare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desacertares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desacertare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desacertremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desacertareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desacertaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desacertara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desacertaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desacertara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desacertaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desacertarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desacertaran" ;--# 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 (BeschSpa.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) => -} "desacollis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desacuellan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desacuelle" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desacuelles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desacuelle" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desacollemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desacollis" ; - {- VPB (Pres Subj 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) => -} "desacollbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desacollabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desacollaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desacollara" ; "desacollase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desacollaras" ; "desacollases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desacollara" ; "desacollase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desacollramos" ; "desacollsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desacollarais" ; "desacollaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desacollaran" ; "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) => -} "desacollars" ;--# 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) => -} "desacollaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desacollarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desacollare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desacollares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desacollare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desacollremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desacollareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desacollaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desacollara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desacollaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desacollara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desacollaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desacollarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desacollaran" ;--# 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 (BeschSpa.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) => -} "desacordis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desacuerdan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desacuerde" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desacuerdes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desacuerde" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desacordemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desacordis" ; - {- VPB (Pres Subj 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) => -} "desacordbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desacordabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desacordaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desacordara" ; "desacordase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desacordaras" ; "desacordases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desacordara" ; "desacordase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desacordramos" ; "desacordsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desacordarais" ; "desacordaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desacordaran" ; "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) => -} "desacordars" ;--# 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) => -} "desacordaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desacordarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desacordare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desacordares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desacordare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desacordremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desacordareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desacordaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desacordara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desacordaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desacordara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desacordaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desacordarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desacordaran" ;--# 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 (BeschSpa.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) => -} "desaferris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desafierran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desafierre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desafierres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desafierre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desaferremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desaferris" ; - {- VPB (Pres Subj 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) => -} "desaferrbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desaferrabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desaferraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desaferrara" ; "desaferrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desaferraras" ; "desaferrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desaferrara" ; "desaferrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desaferrramos" ; "desaferrsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desaferrarais" ; "desaferraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desaferraran" ; "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) => -} "desaferrars" ;--# 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) => -} "desaferraris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desaferrarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desaferrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desaferrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desaferrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desaferrremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desaferrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desaferraren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desaferrara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desaferraras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desaferrara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desaferraramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desaferrarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desaferraran" ;--# 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 (BeschSpa.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) => -} "desaforis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desafueran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desafuere" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desafueres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desafuere" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desaforemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desaforis" ; - {- VPB (Pres Subj 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) => -} "desaforbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desaforabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desaforaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desaforara" ; "desaforase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desaforaras" ; "desaforases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desaforara" ; "desaforase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desaforramos" ; "desaforsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desaforarais" ; "desaforaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desaforaran" ; "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) => -} "desaforars" ;--# 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) => -} "desaforaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desaforarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desaforare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desaforares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desaforare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desaforremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desaforareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desaforaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desaforara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desaforaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desaforara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desaforaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desaforarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desaforaran" ;--# 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 (BeschSpa.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) => -} "desalentis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desalientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desaliente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desalientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desaliente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desalentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desalentis" ; - {- VPB (Pres Subj 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) => -} "desalentbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desalentabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desalentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desalentara" ; "desalentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desalentaras" ; "desalentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desalentara" ; "desalentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desalentramos" ; "desalentsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desalentarais" ; "desalentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desalentaran" ; "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) => -} "desalentars" ;--# 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) => -} "desalentaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desalentarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desalentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desalentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desalentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desalentremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desalentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desalentaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desalentara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desalentaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desalentara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desalentaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desalentarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desalentaran" ;--# 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 (BeschSpa.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) => -} "desamoblis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desamueblan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desamueble" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desamuebles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desamueble" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desamoblemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desamoblis" ; - {- VPB (Pres Subj 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) => -} "desamoblbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desamoblabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desamoblaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desamoblara" ; "desamoblase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desamoblaras" ; "desamoblases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desamoblara" ; "desamoblase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desamoblramos" ; "desamoblsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desamoblarais" ; "desamoblaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desamoblaran" ; "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) => -} "desamoblars" ;--# 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) => -} "desamoblaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desamoblarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desamoblare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desamoblares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desamoblare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desamoblremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desamoblareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desamoblaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desamoblara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desamoblaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desamoblara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desamoblaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desamoblarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desamoblaran" ;--# 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 (BeschSpa.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) => -} "desapretis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desaprietan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desapriete" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desaprietes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desapriete" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desapretemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desapretis" ; - {- VPB (Pres Subj 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) => -} "desapretbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desapretabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desapretaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desapretara" ; "desapretase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desapretaras" ; "desapretases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desapretara" ; "desapretase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desapretramos" ; "desapretsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desapretarais" ; "desapretaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desapretaran" ; "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) => -} "desapretars" ;--# 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) => -} "desapretaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desapretarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desapretare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desapretares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desapretare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desapretremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desapretareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desapretaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desapretara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desapretaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desapretara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desapretaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desapretarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desapretaran" ;--# 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 (BeschSpa.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) => -} "desaprobis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desaprueban" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desapruebe" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desapruebes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desapruebe" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desaprobemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desaprobis" ; - {- VPB (Pres Subj 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) => -} "desaprobbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desaprobabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desaprobaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desaprobara" ; "desaprobase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desaprobaras" ; "desaprobases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desaprobara" ; "desaprobase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desaprobramos" ; "desaprobsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desaprobarais" ; "desaprobaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desaprobaran" ; "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) => -} "desaprobars" ;--# 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) => -} "desaprobaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desaprobarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desaprobare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desaprobares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desaprobare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desaprobremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desaprobareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desaprobaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desaprobara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desaprobaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desaprobara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desaprobaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desaprobarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desaprobaran" ;--# 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 (BeschSpa.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) => -} "desarrendis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desarriendan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desarriende" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desarriendes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desarriende" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desarrendemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desarrendis" ; - {- VPB (Pres Subj 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) => -} "desarrendbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desarrendabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desarrendaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desarrendara" ; "desarrendase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desarrendaras" ; "desarrendases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desarrendara" ; "desarrendase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desarrendramos" ; "desarrendsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desarrendarais" ; "desarrendaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desarrendaran" ; "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) => -} "desarrendars" ;--# 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) => -} "desarrendaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desarrendarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desarrendare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desarrendares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desarrendare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desarrendremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desarrendareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desarrendaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desarrendara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desarrendaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desarrendara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desarrendaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desarrendarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desarrendaran" ;--# 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 (BeschSpa.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) => -} "desasentis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desasientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desasiente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desasientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desasiente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desasentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desasentis" ; - {- VPB (Pres Subj 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) => -} "desasentbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desasentabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desasentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desasentara" ; "desasentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desasentaras" ; "desasentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desasentara" ; "desasentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desasentramos" ; "desasentsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desasentarais" ; "desasentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desasentaran" ; "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) => -} "desasentars" ;--# 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) => -} "desasentaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desasentarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desasentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desasentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desasentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desasentremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desasentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desasentaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desasentara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desasentaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desasentara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desasentaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desasentarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desasentaran" ;--# 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 (BeschSpa.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) => -} "desatentis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desatientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desatiente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desatientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desatiente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desatentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desatentis" ; - {- VPB (Pres Subj 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) => -} "desatentbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desatentabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desatentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desatentara" ; "desatentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desatentaras" ; "desatentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desatentara" ; "desatentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desatentramos" ; "desatentsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desatentarais" ; "desatentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desatentaran" ; "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) => -} "desatentars" ;--# 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) => -} "desatentaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desatentarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desatentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desatentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desatentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desatentremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desatentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desatentaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desatentara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desatentaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desatentara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desatentaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desatentarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desatentaran" ;--# 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 (BeschSpa.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) => -} "desaterris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desatierran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desatierre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desatierres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desatierre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desaterremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desaterris" ; - {- VPB (Pres Subj 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) => -} "desaterrbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desaterrabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desaterraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desaterrara" ; "desaterrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desaterraras" ; "desaterrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desaterrara" ; "desaterrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desaterrramos" ; "desaterrsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desaterrarais" ; "desaterraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desaterraran" ; "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) => -} "desaterrars" ;--# 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) => -} "desaterraris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desaterrarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desaterrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desaterrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desaterrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desaterrremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desaterrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desaterraren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desaterrara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desaterraras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desaterrara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desaterraramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desaterrarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desaterraran" ;--# 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 (BeschSpa.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) => -} "descerris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "descierran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "descierre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "descierres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "descierre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "descerremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "descerris" ; - {- VPB (Pres Subj 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) => -} "descerrbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "descerrabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "descerraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descerrara" ; "descerrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descerraras" ; "descerrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descerrara" ; "descerrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descerrramos" ; "descerrsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descerrarais" ; "descerraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descerraran" ; "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) => -} "descerrars" ;--# 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) => -} "descerraris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "descerrarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "descerrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "descerrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "descerrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "descerrremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "descerrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "descerraren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "descerrara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "descerraras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "descerrara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "descerraramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "descerrarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "descerraran" ;--# 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 (BeschSpa.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) => -} "descimentis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "descimientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "descimiente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "descimientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "descimiente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "descimentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "descimentis" ; - {- VPB (Pres Subj 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) => -} "descimentbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "descimentabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "descimentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descimentara" ; "descimentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descimentaras" ; "descimentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descimentara" ; "descimentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descimentramos" ; "descimentsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descimentarais" ; "descimentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descimentaran" ; "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) => -} "descimentars" ;--# 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) => -} "descimentaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "descimentarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "descimentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "descimentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "descimentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "descimentremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "descimentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "descimentaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "descimentara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "descimentaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "descimentara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "descimentaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "descimentarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "descimentaran" ;--# 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 (BeschSpa.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) => -} "descollis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "descuellan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "descuelle" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "descuelles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "descuelle" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "descollemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "descollis" ; - {- VPB (Pres Subj 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) => -} "descollbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "descollabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "descollaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descollara" ; "descollase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descollaras" ; "descollases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descollara" ; "descollase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descollramos" ; "descollsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descollarais" ; "descollaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descollaran" ; "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) => -} "descollars" ;--# 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) => -} "descollaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "descollarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "descollare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "descollares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "descollare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "descollremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "descollareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "descollaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "descollara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "descollaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "descollara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "descollaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "descollarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "descollaran" ;--# 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 (BeschSpa.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) => -} "desconcertis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desconciertan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desconcierte" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desconciertes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desconcierte" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desconcertemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desconcertis" ; - {- VPB (Pres Subj 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) => -} "desconcertbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desconcertabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desconcertaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desconcertara" ; "desconcertase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desconcertaras" ; "desconcertases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desconcertara" ; "desconcertase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desconcertramos" ; "desconcertsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desconcertarais" ; "desconcertaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desconcertaran" ; "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) => -} "desconcertars" ;--# 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) => -} "desconcertaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desconcertarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desconcertare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desconcertares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desconcertare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desconcertremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desconcertareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desconcertaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desconcertara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desconcertaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desconcertara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desconcertaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desconcertarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desconcertaran" ;--# 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 (BeschSpa.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) => -} "desconsolis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desconsuelan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desconsuele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desconsueles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desconsuele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desconsolemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desconsolis" ; - {- VPB (Pres Subj 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) => -} "desconsolbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desconsolabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desconsolaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desconsolara" ; "desconsolase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desconsolaras" ; "desconsolases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desconsolara" ; "desconsolase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desconsolramos" ; "desconsolsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desconsolarais" ; "desconsolaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desconsolaran" ; "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) => -} "desconsolars" ;--# 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) => -} "desconsolaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desconsolarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desconsolare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desconsolares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desconsolare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desconsolremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desconsolareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desconsolaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desconsolara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desconsolaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desconsolara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desconsolaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desconsolarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desconsolaran" ;--# 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 (BeschSpa.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) => -} "descontis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "descuentan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "descuente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "descuentes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "descuente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "descontemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "descontis" ; - {- VPB (Pres Subj 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) => -} "descontbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "descontabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "descontaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descontara" ; "descontase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descontaras" ; "descontases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descontara" ; "descontase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descontramos" ; "descontsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descontarais" ; "descontaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descontaran" ; "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) => -} "descontars" ;--# 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) => -} "descontaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "descontarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "descontare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "descontares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "descontare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "descontremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "descontareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "descontaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "descontara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "descontaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "descontara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "descontaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "descontarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "descontaran" ;--# 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 (BeschSpa.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) => -} "descordis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "descuerdan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "descuerde" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "descuerdes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "descuerde" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "descordemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "descordis" ; - {- VPB (Pres Subj 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) => -} "descordbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "descordabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "descordaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descordara" ; "descordase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descordaras" ; "descordases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descordara" ; "descordase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descordramos" ; "descordsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descordarais" ; "descordaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descordaran" ; "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) => -} "descordars" ;--# 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) => -} "descordaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "descordarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "descordare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "descordares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "descordare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "descordremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "descordareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "descordaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "descordara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "descordaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "descordara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "descordaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "descordarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "descordaran" ;--# 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 (BeschSpa.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) => -} "descornis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "descuernan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "descuerne" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "descuernes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "descuerne" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "descornemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "descornis" ; - {- VPB (Pres Subj 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) => -} "descornbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "descornabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "descornaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descornara" ; "descornase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descornaras" ; "descornases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descornara" ; "descornase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descornramos" ; "descornsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descornarais" ; "descornaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descornaran" ; "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) => -} "descornars" ;--# 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) => -} "descornaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "descornarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "descornare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "descornares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "descornare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "descornremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "descornareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "descornaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "descornara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "descornaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "descornara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "descornaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "descornarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "descornaran" ;--# 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 (BeschSpa.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) => -} "desdentis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desdientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desdiente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desdientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desdiente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desdentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desdentis" ; - {- VPB (Pres Subj 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) => -} "desdentbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desdentabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desdentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desdentara" ; "desdentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desdentaras" ; "desdentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desdentara" ; "desdentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desdentramos" ; "desdentsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desdentarais" ; "desdentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desdentaran" ; "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) => -} "desdentars" ;--# 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) => -} "desdentaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desdentarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desdentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desdentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desdentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desdentremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desdentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desdentaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desdentara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desdentaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desdentara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desdentaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desdentarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desdentaran" ;--# 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 (BeschSpa.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) => -} "desempedris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desempiedran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desempiedre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desempiedres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desempiedre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desempedremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desempedris" ; - {- VPB (Pres Subj 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) => -} "desempedrbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desempedrabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desempedraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desempedrara" ; "desempedrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desempedraras" ; "desempedrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desempedrara" ; "desempedrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desempedrramos" ; "desempedrsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desempedrarais" ; "desempedraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desempedraran" ; "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) => -} "desempedrars" ;--# 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) => -} "desempedraris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desempedrarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desempedrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desempedrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desempedrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desempedrremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desempedrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desempedraren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desempedrara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desempedraras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desempedrara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desempedraramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desempedrarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desempedraran" ;--# 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 (BeschSpa.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) => -} "desencerris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desencierran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desencierre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desencierres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desencierre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desencerremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desencerris" ; - {- VPB (Pres Subj 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) => -} "desencerrbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desencerrabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desencerraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desencerrara" ; "desencerrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desencerraras" ; "desencerrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desencerrara" ; "desencerrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desencerrramos" ; "desencerrsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desencerrarais" ; "desencerraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desencerraran" ; "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) => -} "desencerrars" ;--# 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) => -} "desencerraris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desencerrarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desencerrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desencerrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desencerrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desencerrremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desencerrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desencerraren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desencerrara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desencerraras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desencerrara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desencerraramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desencerrarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desencerraran" ;--# 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 (BeschSpa.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) => -} "desencordis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desencuerdan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desencuerde" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desencuerdes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desencuerde" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desencordemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desencordis" ; - {- VPB (Pres Subj 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) => -} "desencordbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desencordabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desencordaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desencordara" ; "desencordase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desencordaras" ; "desencordases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desencordara" ; "desencordase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desencordramos" ; "desencordsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desencordarais" ; "desencordaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desencordaran" ; "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) => -} "desencordars" ;--# 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) => -} "desencordaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desencordarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desencordare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desencordares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desencordare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desencordremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desencordareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desencordaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desencordara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desencordaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desencordara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desencordaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desencordarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desencordaran" ;--# 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 (BeschSpa.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) => -} "desencovis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desencuevan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desencueve" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desencueves" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desencueve" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desencovemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desencovis" ; - {- VPB (Pres Subj 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) => -} "desencovbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desencovabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desencovaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desencovara" ; "desencovase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desencovaras" ; "desencovases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desencovara" ; "desencovase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desencovramos" ; "desencovsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desencovarais" ; "desencovaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desencovaran" ; "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) => -} "desencovars" ;--# 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) => -} "desencovaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desencovarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desencovare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desencovares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desencovare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desencovremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desencovareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desencovaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desencovara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desencovaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desencovara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desencovaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desencovarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desencovaran" ;--# 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 (BeschSpa.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) => -} "desengrosis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desengruesan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desengruese" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desengrueses" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desengruese" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desengrosemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desengrosis" ; - {- VPB (Pres Subj 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) => -} "desengrosbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desengrosabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desengrosaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desengrosara" ; "desengrosase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desengrosaras" ; "desengrosases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desengrosara" ; "desengrosase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desengrosramos" ; "desengrossemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desengrosarais" ; "desengrosaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desengrosaran" ; "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) => -} "desengrosars" ;--# 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) => -} "desengrosaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desengrosarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desengrosare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desengrosares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desengrosare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desengrosremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desengrosareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desengrosaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desengrosara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desengrosaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desengrosara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desengrosaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desengrosarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desengrosaran" ;--# 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 (BeschSpa.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) => -} "desenterris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desentierran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desentierre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desentierres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desentierre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desenterremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desenterris" ; - {- VPB (Pres Subj 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) => -} "desenterrbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desenterrabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desenterraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desenterrara" ; "desenterrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desenterraras" ; "desenterrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desenterrara" ; "desenterrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desenterrramos" ; "desenterrsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desenterrarais" ; "desenterraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desenterraran" ; "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) => -} "desenterrars" ;--# 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) => -} "desenterraris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desenterrarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desenterrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desenterrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desenterrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desenterrremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desenterrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desenterraren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desenterrara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desenterraras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desenterrara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desenterraramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desenterrarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desenterraran" ;--# 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 (BeschSpa.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) => -} "desgobernis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desgobiernan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desgobierne" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desgobiernes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desgobierne" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desgobernemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desgobernis" ; - {- VPB (Pres Subj 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) => -} "desgobernbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desgobernabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desgobernaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desgobernara" ; "desgobernase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desgobernaras" ; "desgobernases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desgobernara" ; "desgobernase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desgobernramos" ; "desgobernsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desgobernarais" ; "desgobernaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desgobernaran" ; "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) => -} "desgobernars" ;--# 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) => -} "desgobernaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desgobernarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desgobernare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desgobernares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desgobernare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desgobernremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desgobernareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desgobernaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desgobernara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desgobernaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desgobernara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desgobernaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desgobernarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desgobernaran" ;--# 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 (BeschSpa.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) => -} "deshelis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "deshielan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "deshiele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "deshieles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "deshiele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "deshelemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "deshelis" ; - {- VPB (Pres Subj 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) => -} "deshelbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "deshelabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "deshelaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"deshelara" ; "deshelase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"deshelaras" ; "deshelases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"deshelara" ; "deshelase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"deshelramos" ; "deshelsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"deshelarais" ; "deshelaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"deshelaran" ; "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) => -} "deshelars" ;--# 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) => -} "deshelaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "deshelarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "deshelare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "deshelares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "deshelare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "deshelremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "deshelareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "deshelaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "deshelara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "deshelaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "deshelara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "deshelaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "deshelarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "deshelaran" ;--# 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 (BeschSpa.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) => -} "desherbis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "deshierban" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "deshierbe" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "deshierbes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "deshierbe" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desherbemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desherbis" ; - {- VPB (Pres Subj 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) => -} "desherbbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desherbabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desherbaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desherbara" ; "desherbase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desherbaras" ; "desherbases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desherbara" ; "desherbase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desherbramos" ; "desherbsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desherbarais" ; "desherbaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desherbaran" ; "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) => -} "desherbars" ;--# 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) => -} "desherbaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desherbarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desherbare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desherbares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desherbare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desherbremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desherbareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desherbaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desherbara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desherbaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desherbara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desherbaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desherbarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desherbaran" ;--# 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 (BeschSpa.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) => -} "desherris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "deshierran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "deshierre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "deshierres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "deshierre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desherremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desherris" ; - {- VPB (Pres Subj 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) => -} "desherrbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desherrabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desherraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desherrara" ; "desherrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desherraras" ; "desherrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desherrara" ; "desherrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desherrramos" ; "desherrsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desherrarais" ; "desherraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desherraran" ; "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) => -} "desherrars" ;--# 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) => -} "desherraris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desherrarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desherrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desherrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desherrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desherrremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desherrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desherraren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desherrara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desherraras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desherrara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desherraramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desherrarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desherraran" ;--# 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 (BeschSpa.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) => -} "desinvernis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desinviernan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desinvierne" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desinviernes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desinvierne" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desinvernemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desinvernis" ; - {- VPB (Pres Subj 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) => -} "desinvernbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desinvernabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desinvernaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desinvernara" ; "desinvernase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desinvernaras" ; "desinvernases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desinvernara" ; "desinvernase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desinvernramos" ; "desinvernsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desinvernarais" ; "desinvernaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desinvernaran" ; "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) => -} "desinvernars" ;--# 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) => -} "desinvernaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desinvernarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desinvernare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desinvernares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desinvernare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desinvernremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desinvernareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desinvernaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desinvernara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desinvernaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desinvernara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desinvernaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desinvernarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desinvernaran" ;--# 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 (BeschSpa.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) => -} "deslendris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desliendran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desliendre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desliendres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desliendre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "deslendremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "deslendris" ; - {- VPB (Pres Subj 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) => -} "deslendrbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "deslendrabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "deslendraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"deslendrara" ; "deslendrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"deslendraras" ; "deslendrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"deslendrara" ; "deslendrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"deslendrramos" ; "deslendrsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"deslendrarais" ; "deslendraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"deslendraran" ; "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) => -} "deslendrars" ;--# 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) => -} "deslendraris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "deslendrarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "deslendrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "deslendrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "deslendrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "deslendrremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "deslendrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "deslendraren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "deslendrara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "deslendraras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "deslendrara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "deslendraramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "deslendrarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "deslendraran" ;--# 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 (BeschSpa.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) => -} "desmajolis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desmajuelan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desmajuele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desmajueles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desmajuele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desmajolemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desmajolis" ; - {- VPB (Pres Subj 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) => -} "desmajolbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desmajolabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desmajolaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desmajolara" ; "desmajolase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desmajolaras" ; "desmajolases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desmajolara" ; "desmajolase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desmajolramos" ; "desmajolsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desmajolarais" ; "desmajolaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desmajolaran" ; "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) => -} "desmajolars" ;--# 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) => -} "desmajolaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desmajolarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desmajolare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desmajolares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desmajolare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desmajolremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desmajolareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desmajolaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desmajolara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desmajolaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desmajolara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desmajolaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desmajolarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desmajolaran" ;--# 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 (BeschSpa.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) => -} "desmelis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desmielan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desmiele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desmieles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desmiele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desmelemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desmelis" ; - {- VPB (Pres Subj 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) => -} "desmelbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desmelabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desmelaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desmelara" ; "desmelase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desmelaras" ; "desmelases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desmelara" ; "desmelase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desmelramos" ; "desmelsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desmelarais" ; "desmelaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desmelaran" ; "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) => -} "desmelars" ;--# 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) => -} "desmelaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desmelarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desmelare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desmelares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desmelare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desmelremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desmelareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desmelaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desmelara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desmelaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desmelara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desmelaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desmelarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desmelaran" ;--# 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 (BeschSpa.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) => -} "desmembris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desmiembran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desmiembre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desmiembres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desmiembre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desmembremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desmembris" ; - {- VPB (Pres Subj 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) => -} "desmembrbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desmembrabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desmembraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desmembrara" ; "desmembrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desmembraras" ; "desmembrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desmembrara" ; "desmembrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desmembrramos" ; "desmembrsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desmembrarais" ; "desmembraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desmembraran" ; "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) => -} "desmembrars" ;--# 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) => -} "desmembraris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desmembrarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desmembrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desmembrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desmembrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desmembrremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desmembrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desmembraren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desmembrara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desmembraras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desmembrara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desmembraramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desmembrarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desmembraran" ;--# 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 (BeschSpa.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) => -} "desolis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desuelan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desuele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desueles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desuele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desolemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desolis" ; - {- VPB (Pres Subj 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) => -} "desolbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desolabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desolaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desolara" ; "desolase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desolaras" ; "desolases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desolara" ; "desolase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desolramos" ; "desolsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desolarais" ; "desolaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desolaran" ; "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) => -} "desolars" ;--# 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) => -} "desolaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desolarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desolare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desolares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desolare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desolremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desolareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desolaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desolara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desolaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desolara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desolaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desolarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desolaran" ;--# 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 (BeschSpa.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) => -} "desoldis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desueldan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desuelde" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desueldes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desuelde" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desoldemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desoldis" ; - {- VPB (Pres Subj 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) => -} "desoldbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desoldabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desoldaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desoldara" ; "desoldase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desoldaras" ; "desoldases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desoldara" ; "desoldase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desoldramos" ; "desoldsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desoldarais" ; "desoldaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desoldaran" ; "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) => -} "desoldars" ;--# 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) => -} "desoldaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desoldarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desoldare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desoldares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desoldare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desoldremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desoldareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desoldaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desoldara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desoldaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desoldara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desoldaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desoldarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desoldaran" ;--# 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 (BeschSpa.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) => -} "desollis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desuellan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desuelle" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desuelles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desuelle" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desollemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desollis" ; - {- VPB (Pres Subj 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) => -} "desollbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desollabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desollaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desollara" ; "desollase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desollaras" ; "desollases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desollara" ; "desollase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desollramos" ; "desollsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desollarais" ; "desollaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desollaran" ; "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) => -} "desollars" ;--# 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) => -} "desollaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desollarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desollare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desollares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desollare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desollremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desollareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desollaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desollara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desollaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desollara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desollaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desollarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desollaran" ;--# 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 (BeschSpa.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) => -} "despedris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "despiedran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "despiedre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "despiedres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "despiedre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "despedremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "despedris" ; - {- VPB (Pres Subj 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) => -} "despedrbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "despedrabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "despedraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"despedrara" ; "despedrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"despedraras" ; "despedrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"despedrara" ; "despedrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"despedrramos" ; "despedrsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"despedrarais" ; "despedraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"despedraran" ; "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) => -} "despedrars" ;--# 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) => -} "despedraris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "despedrarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "despedrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "despedrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "despedrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "despedrremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "despedrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "despedraren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "despedrara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "despedraras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "despedrara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "despedraramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "despedrarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "despedraran" ;--# 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 (BeschSpa.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) => -} "despernis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "despiernan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "despierne" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "despiernes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "despierne" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "despernemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "despernis" ; - {- VPB (Pres Subj 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) => -} "despernbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "despernabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "despernaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"despernara" ; "despernase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"despernaras" ; "despernases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"despernara" ; "despernase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"despernramos" ; "despernsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"despernarais" ; "despernaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"despernaran" ; "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) => -} "despernars" ;--# 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) => -} "despernaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "despernarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "despernare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "despernares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "despernare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "despernremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "despernareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "despernaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "despernara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "despernaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "despernara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "despernaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "despernarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "despernaran" ;--# 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 (BeschSpa.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) => -} "despertis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "despiertan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "despierte" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "despiertes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "despierte" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "despertemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "despertis" ; - {- VPB (Pres Subj 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) => -} "despertbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "despertabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "despertaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"despertara" ; "despertase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"despertaras" ; "despertases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"despertara" ; "despertase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"despertramos" ; "despertsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"despertarais" ; "despertaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"despertaran" ; "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) => -} "despertars" ;--# 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) => -} "despertaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "despertarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "despertare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "despertares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "despertare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "despertremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "despertareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "despertaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "despertara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "despertaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "despertara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "despertaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "despertarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "despertaran" ;--# 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 (BeschSpa.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) => -} "despoblis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "despueblan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "despueble" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "despuebles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "despueble" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "despoblemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "despoblis" ; - {- VPB (Pres Subj 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) => -} "despoblbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "despoblabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "despoblaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"despoblara" ; "despoblase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"despoblaras" ; "despoblases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"despoblara" ; "despoblase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"despoblramos" ; "despoblsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"despoblarais" ; "despoblaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"despoblaran" ; "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) => -} "despoblars" ;--# 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) => -} "despoblaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "despoblarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "despoblare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "despoblares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "despoblare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "despoblremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "despoblareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "despoblaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "despoblara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "despoblaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "despoblara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "despoblaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "despoblarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "despoblaran" ;--# 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 (BeschSpa.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) => -} "destentis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "destientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "destiente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "destientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "destiente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "destentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "destentis" ; - {- VPB (Pres Subj 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) => -} "destentbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "destentabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "destentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"destentara" ; "destentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"destentaras" ; "destentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"destentara" ; "destentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"destentramos" ; "destentsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"destentarais" ; "destentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"destentaran" ; "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) => -} "destentars" ;--# 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) => -} "destentaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "destentarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "destentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "destentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "destentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "destentremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "destentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "destentaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "destentara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "destentaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "destentara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "destentaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "destentarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "destentaran" ;--# 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 (BeschSpa.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) => -} "desterris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "destierran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "destierre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "destierres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "destierre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desterremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desterris" ; - {- VPB (Pres Subj 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) => -} "desterrbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desterrabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desterraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desterrara" ; "desterrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desterraras" ; "desterrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desterrara" ; "desterrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desterrramos" ; "desterrsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desterrarais" ; "desterraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desterraran" ; "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) => -} "desterrars" ;--# 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) => -} "desterraris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desterrarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desterrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desterrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desterrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desterrremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desterrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desterraren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desterrara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desterraras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desterrara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desterraramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desterrarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desterraran" ;--# 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 (BeschSpa.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) => -} "desventis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desvientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desviente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desvientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desviente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desventemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desventis" ; - {- VPB (Pres Subj 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) => -} "desventbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desventabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desventaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desventara" ; "desventase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desventaras" ; "desventases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desventara" ; "desventase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desventramos" ; "desventsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desventarais" ; "desventaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desventaran" ; "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) => -} "desventars" ;--# 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) => -} "desventaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desventarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desventare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desventares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desventare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desventremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desventareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desventaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desventara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desventaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desventara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desventaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desventarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desventaran" ;--# 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 (BeschSpa.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) => -} "dezmis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "diezman" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "diezme" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "diezmes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "diezme" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "dezmemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "dezmis" ; - {- VPB (Pres Subj 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) => -} "dezmbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "dezmabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "dezmaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"dezmara" ; "dezmase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"dezmaras" ; "dezmases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"dezmara" ; "dezmase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"dezmramos" ; "dezmsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"dezmarais" ; "dezmaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"dezmaran" ; "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) => -} "dezmars" ;--# 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) => -} "dezmaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "dezmarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "dezmare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "dezmares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "dezmare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "dezmremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "dezmareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "dezmaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "dezmara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "dezmaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "dezmara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "dezmaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "dezmarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "dezmaran" ;--# 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 (BeschSpa.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) => -} "discontis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "discuentan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "discuente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "discuentes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "discuente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "discontemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "discontis" ; - {- VPB (Pres Subj 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) => -} "discontbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "discontabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "discontaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"discontara" ; "discontase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"discontaras" ; "discontases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"discontara" ; "discontase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"discontramos" ; "discontsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"discontarais" ; "discontaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"discontaran" ; "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) => -} "discontars" ;--# 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) => -} "discontaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "discontarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "discontare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "discontares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "discontare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "discontremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "discontareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "discontaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "discontara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "discontaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "discontara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "discontaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "discontarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "discontaran" ;--# 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 (BeschSpa.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) => -} "discordis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "discuerdan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "discuerde" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "discuerdes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "discuerde" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "discordemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "discordis" ; - {- VPB (Pres Subj 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) => -} "discordbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "discordabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "discordaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"discordara" ; "discordase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"discordaras" ; "discordases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"discordara" ; "discordase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"discordramos" ; "discordsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"discordarais" ; "discordaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"discordaran" ; "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) => -} "discordars" ;--# 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) => -} "discordaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "discordarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "discordare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "discordares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "discordare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "discordremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "discordareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "discordaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "discordara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "discordaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "discordara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "discordaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "discordarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "discordaran" ;--# 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 (BeschSpa.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) => -} "disonis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "disuenan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "disuene" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "disuenes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "disuene" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "disonemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "disonis" ; - {- VPB (Pres Subj 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) => -} "disonbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "disonabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "disonaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"disonara" ; "disonase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"disonaras" ; "disonases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"disonara" ; "disonase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"disonramos" ; "disonsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"disonarais" ; "disonaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"disonaran" ; "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) => -} "disonars" ;--# 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) => -} "disonaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "disonarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "disonare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "disonares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "disonare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "disonremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "disonareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "disonaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "disonara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "disonaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "disonara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "disonaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "disonarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "disonaran" ;--# 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 (BeschSpa.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) => -} "dolis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "duelan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "duele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "dueles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "duele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "dolemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "dolis" ; - {- VPB (Pres Subj 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) => -} "dolbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "dolabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "dolaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"dolara" ; "dolase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"dolaras" ; "dolases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"dolara" ; "dolase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"dolramos" ; "dolsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"dolarais" ; "dolaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"dolaran" ; "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) => -} "dolars" ;--# 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) => -} "dolaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "dolarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "dolare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "dolares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "dolare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "dolremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "dolareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "dolaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "dolara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "dolaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "dolara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "dolaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "dolarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "dolaran" ;--# 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 (BeschSpa.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) => -} "empajolis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "empajuelan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "empajuele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "empajueles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "empajuele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "empajolemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "empajolis" ; - {- VPB (Pres Subj 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) => -} "empajolbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "empajolabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "empajolaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empajolara" ; "empajolase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empajolaras" ; "empajolases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empajolara" ; "empajolase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empajolramos" ; "empajolsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empajolarais" ; "empajolaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empajolaran" ; "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) => -} "empajolars" ;--# 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) => -} "empajolaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "empajolarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "empajolare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "empajolares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "empajolare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "empajolremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "empajolareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "empajolaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "empajolara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "empajolaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "empajolara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "empajolaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "empajolarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "empajolaran" ;--# 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 (BeschSpa.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) => -} "emparentis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "emparientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "empariente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "emparientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "empariente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "emparentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "emparentis" ; - {- VPB (Pres Subj 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) => -} "emparentbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "emparentabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "emparentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"emparentara" ; "emparentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"emparentaras" ; "emparentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"emparentara" ; "emparentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"emparentramos" ; "emparentsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"emparentarais" ; "emparentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"emparentaran" ; "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) => -} "emparentars" ;--# 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) => -} "emparentaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "emparentarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "emparentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "emparentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "emparentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "emparentremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "emparentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "emparentaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "emparentara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "emparentaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "emparentara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "emparentaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "emparentarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "emparentaran" ;--# 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 (BeschSpa.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) => -} "empedris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "empiedran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "empiedre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "empiedres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "empiedre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "empedremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "empedris" ; - {- VPB (Pres Subj 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) => -} "empedrbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "empedrabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "empedraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empedrara" ; "empedrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empedraras" ; "empedrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empedrara" ; "empedrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empedrramos" ; "empedrsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empedrarais" ; "empedraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empedraran" ; "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) => -} "empedrars" ;--# 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) => -} "empedraris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "empedrarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "empedrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "empedrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "empedrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "empedrremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "empedrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "empedraren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "empedrara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "empedraras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "empedrara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "empedraramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "empedrarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "empedraran" ;--# 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 (BeschSpa.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) => -} "encentis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "encientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enciente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "encientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enciente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "encentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "encentis" ; - {- VPB (Pres Subj 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) => -} "encentbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "encentabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "encentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encentara" ; "encentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encentaras" ; "encentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encentara" ; "encentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encentramos" ; "encentsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encentarais" ; "encentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encentaran" ; "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) => -} "encentars" ;--# 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) => -} "encentaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "encentarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "encentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "encentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "encentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "encentremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "encentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "encentaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "encentara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "encentaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "encentara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "encentaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "encentarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "encentaran" ;--# 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 (BeschSpa.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) => -} "encerris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "encierran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "encierre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "encierres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "encierre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "encerremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "encerris" ; - {- VPB (Pres Subj 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) => -} "encerrbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "encerrabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "encerraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encerrara" ; "encerrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encerraras" ; "encerrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encerrara" ; "encerrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encerrramos" ; "encerrsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encerrarais" ; "encerraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encerraran" ; "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) => -} "encerrars" ;--# 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) => -} "encerraris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "encerrarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "encerrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "encerrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "encerrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "encerrremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "encerrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "encerraren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "encerrara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "encerraras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "encerrara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "encerraramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "encerrarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "encerraran" ;--# 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 (BeschSpa.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) => -} "encomendis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "encomiendan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "encomiende" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "encomiendes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "encomiende" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "encomendemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "encomendis" ; - {- VPB (Pres Subj 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) => -} "encomendbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "encomendabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "encomendaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encomendara" ; "encomendase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encomendaras" ; "encomendases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encomendara" ; "encomendase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encomendramos" ; "encomendsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encomendarais" ; "encomendaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encomendaran" ; "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) => -} "encomendars" ;--# 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) => -} "encomendaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "encomendarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "encomendare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "encomendares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "encomendare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "encomendremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "encomendareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "encomendaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "encomendara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "encomendaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "encomendara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "encomendaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "encomendarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "encomendaran" ;--# 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 (BeschSpa.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) => -} "encontris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "encuentran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "encuentre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "encuentres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "encuentre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "encontremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "encontris" ; - {- VPB (Pres Subj 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) => -} "encontrbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "encontrabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "encontraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encontrara" ; "encontrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encontraras" ; "encontrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encontrara" ; "encontrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encontrramos" ; "encontrsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encontrarais" ; "encontraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encontraran" ; "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) => -} "encontrars" ;--# 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) => -} "encontraris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "encontrarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "encontrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "encontrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "encontrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "encontrremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "encontrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "encontraren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "encontrara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "encontraras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "encontrara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "encontraramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "encontrarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "encontraran" ;--# 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 (BeschSpa.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) => -} "encoris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "encueran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "encuere" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "encueres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "encuere" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "encoremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "encoris" ; - {- VPB (Pres Subj 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) => -} "encorbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "encorabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "encoraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encorara" ; "encorase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encoraras" ; "encorases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encorara" ; "encorase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encorramos" ; "encorsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encorarais" ; "encoraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encoraran" ; "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) => -} "encorars" ;--# 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) => -} "encoraris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "encorarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "encorare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "encorares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "encorare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "encorremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "encorareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "encoraren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "encorara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "encoraras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "encorara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "encoraramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "encorarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "encoraran" ;--# 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 (BeschSpa.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) => -} "encordis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "encuerdan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "encuerde" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "encuerdes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "encuerde" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "encordemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "encordis" ; - {- VPB (Pres Subj 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) => -} "encordbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "encordabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "encordaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encordara" ; "encordase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encordaras" ; "encordases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encordara" ; "encordase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encordramos" ; "encordsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encordarais" ; "encordaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encordaran" ; "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) => -} "encordars" ;--# 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) => -} "encordaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "encordarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "encordare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "encordares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "encordare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "encordremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "encordareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "encordaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "encordara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "encordaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "encordara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "encordaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "encordarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "encordaran" ;--# 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 (BeschSpa.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) => -} "encovis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "encuevan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "encueve" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "encueves" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "encueve" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "encovemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "encovis" ; - {- VPB (Pres Subj 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) => -} "encovbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "encovabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "encovaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encovara" ; "encovase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encovaras" ; "encovases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encovara" ; "encovase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encovramos" ; "encovsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encovarais" ; "encovaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encovaran" ; "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) => -} "encovars" ;--# 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) => -} "encovaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "encovarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "encovare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "encovares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "encovare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "encovremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "encovareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "encovaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "encovara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "encovaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "encovara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "encovaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "encovarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "encovaran" ;--# 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 (BeschSpa.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) => -} "encubertis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "encubiertan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "encubierte" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "encubiertes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "encubierte" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "encubertemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "encubertis" ; - {- VPB (Pres Subj 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) => -} "encubertbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "encubertabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "encubertaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encubertara" ; "encubertase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encubertaras" ; "encubertases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encubertara" ; "encubertase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encubertramos" ; "encubertsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encubertarais" ; "encubertaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encubertaran" ; "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) => -} "encubertars" ;--# 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) => -} "encubertaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "encubertarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "encubertare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "encubertares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "encubertare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "encubertremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "encubertareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "encubertaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "encubertara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "encubertaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "encubertara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "encubertaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "encubertarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "encubertaran" ;--# 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 (BeschSpa.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) => -} "endentis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "endientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "endiente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "endientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "endiente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "endentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "endentis" ; - {- VPB (Pres Subj 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) => -} "endentbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "endentabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "endentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"endentara" ; "endentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"endentaras" ; "endentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"endentara" ; "endentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"endentramos" ; "endentsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"endentarais" ; "endentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"endentaran" ; "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) => -} "endentars" ;--# 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) => -} "endentaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "endentarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "endentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "endentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "endentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "endentremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "endentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "endentaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "endentara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "endentaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "endentara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "endentaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "endentarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "endentaran" ;--# 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 (BeschSpa.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) => -} "engoris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "engueran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enguere" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "engueres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enguere" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "engoremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "engoris" ; - {- VPB (Pres Subj 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) => -} "engorbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "engorabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "engoraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"engorara" ; "engorase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"engoraras" ; "engorases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"engorara" ; "engorase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"engorramos" ; "engorsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"engorarais" ; "engoraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"engoraran" ; "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) => -} "engorars" ;--# 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) => -} "engoraris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "engorarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "engorare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "engorares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "engorare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "engorremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "engorareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "engoraren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "engorara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "engoraras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "engorara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "engoraramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "engorarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "engoraran" ;--# 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 (BeschSpa.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) => -} "engrosis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "engruesan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "engruese" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "engrueses" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "engruese" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "engrosemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "engrosis" ; - {- VPB (Pres Subj 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) => -} "engrosbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "engrosabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "engrosaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"engrosara" ; "engrosase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"engrosaras" ; "engrosases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"engrosara" ; "engrosase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"engrosramos" ; "engrossemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"engrosarais" ; "engrosaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"engrosaran" ; "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) => -} "engrosars" ;--# 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) => -} "engrosaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "engrosarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "engrosare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "engrosares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "engrosare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "engrosremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "engrosareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "engrosaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "engrosara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "engrosaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "engrosara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "engrosaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "engrosarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "engrosaran" ;--# 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 (BeschSpa.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) => -} "enhestis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "enhiestan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enhieste" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enhiestes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enhieste" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enhestemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enhestis" ; - {- VPB (Pres Subj 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) => -} "enhestbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "enhestabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "enhestaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enhestara" ; "enhestase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enhestaras" ; "enhestases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enhestara" ; "enhestase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enhestramos" ; "enhestsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enhestarais" ; "enhestaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enhestaran" ; "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) => -} "enhestars" ;--# 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) => -} "enhestaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "enhestarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enhestare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enhestares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enhestare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enhestremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enhestareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enhestaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "enhestara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "enhestaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "enhestara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "enhestaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "enhestarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "enhestaran" ;--# 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 (BeschSpa.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) => -} "enmelis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "enmielan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enmiele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enmieles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enmiele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enmelemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enmelis" ; - {- VPB (Pres Subj 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) => -} "enmelbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "enmelabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "enmelaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enmelara" ; "enmelase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enmelaras" ; "enmelases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enmelara" ; "enmelase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enmelramos" ; "enmelsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enmelarais" ; "enmelaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enmelaran" ; "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) => -} "enmelars" ;--# 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) => -} "enmelaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "enmelarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enmelare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enmelares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enmelare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enmelremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enmelareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enmelaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "enmelara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "enmelaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "enmelara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "enmelaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "enmelarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "enmelaran" ;--# 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 (BeschSpa.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) => -} "enmendis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "enmiendan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enmiende" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enmiendes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enmiende" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enmendemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enmendis" ; - {- VPB (Pres Subj 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) => -} "enmendbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "enmendabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "enmendaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enmendara" ; "enmendase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enmendaras" ; "enmendases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enmendara" ; "enmendase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enmendramos" ; "enmendsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enmendarais" ; "enmendaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enmendaran" ; "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) => -} "enmendars" ;--# 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) => -} "enmendaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "enmendarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enmendare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enmendares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enmendare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enmendremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enmendareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enmendaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "enmendara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "enmendaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "enmendara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "enmendaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "enmendarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "enmendaran" ;--# 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 (BeschSpa.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) => -} "enrodis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "enruedan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enruede" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enruedes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enruede" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enrodemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enrodis" ; - {- VPB (Pres Subj 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) => -} "enrodbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "enrodabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "enrodaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enrodara" ; "enrodase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enrodaras" ; "enrodases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enrodara" ; "enrodase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enrodramos" ; "enrodsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enrodarais" ; "enrodaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enrodaran" ; "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) => -} "enrodars" ;--# 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) => -} "enrodaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "enrodarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enrodare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enrodares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enrodare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enrodremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enrodareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enrodaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "enrodara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "enrodaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "enrodara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "enrodaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "enrodarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "enrodaran" ;--# 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 (BeschSpa.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) => -} "ensangrentis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "ensangrientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ensangriente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "ensangrientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ensangriente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "ensangrentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "ensangrentis" ; - {- VPB (Pres Subj 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) => -} "ensangrentbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "ensangrentabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "ensangrentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ensangrentara" ; "ensangrentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ensangrentaras" ; "ensangrentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ensangrentara" ; "ensangrentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ensangrentramos" ; "ensangrentsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ensangrentarais" ; "ensangrentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ensangrentaran" ; "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) => -} "ensangrentars" ;--# 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) => -} "ensangrentaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "ensangrentarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "ensangrentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "ensangrentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "ensangrentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "ensangrentremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "ensangrentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "ensangrentaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "ensangrentara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "ensangrentaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "ensangrentara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "ensangrentaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "ensangrentarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "ensangrentaran" ;--# 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 (BeschSpa.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) => -} "ensarmentis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "ensarmientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ensarmiente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "ensarmientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ensarmiente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "ensarmentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "ensarmentis" ; - {- VPB (Pres Subj 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) => -} "ensarmentbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "ensarmentabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "ensarmentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ensarmentara" ; "ensarmentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ensarmentaras" ; "ensarmentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ensarmentara" ; "ensarmentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ensarmentramos" ; "ensarmentsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ensarmentarais" ; "ensarmentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ensarmentaran" ; "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) => -} "ensarmentars" ;--# 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) => -} "ensarmentaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "ensarmentarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "ensarmentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "ensarmentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "ensarmentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "ensarmentremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "ensarmentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "ensarmentaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "ensarmentara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "ensarmentaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "ensarmentara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "ensarmentaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "ensarmentarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "ensarmentaran" ;--# 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 ensoar_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "ensoar" ; - {- VI Ger => -} "ensoando" ; - {- VI Part => -} "ensoado" ; - {- VPB (Pres Ind C.Sg C.P1) => -} "ensueo" ; - {- VPB (Pres Ind C.Sg C.P2) => -} "ensueas" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "ensuea" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "ensoamos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "ensois" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "ensuean" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ensuee" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "ensuees" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ensuee" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "ensoemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "ensois" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "ensueen" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "ensoaba" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "ensoabas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "ensoaba" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "ensobamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "ensoabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "ensoaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ensoara" ; "ensoase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ensoaras" ; "ensoases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ensoara" ; "ensoase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ensoramos" ; "ensosemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ensoarais" ; "ensoaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ensoaran" ; "ensoasen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "enso" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "ensoaste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "enso" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "ensoamos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "ensoasteis" ;--# notpresent - {- VPB (Pret C.Pl C.P3) => -} "ensoaron" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P1) => -} "ensoar" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P2) => -} "ensoars" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P3) => -} "ensoar" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P1) => -} "ensoaremos" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P2) => -} "ensoaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "ensoarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "ensoare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "ensoares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "ensoare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "ensoremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "ensoareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "ensoaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "ensoara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "ensoaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "ensoara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "ensoaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "ensoarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "ensoaran" ;--# notpresent - {- VPB (Imper C.Sg C.P1) => -} variants {} ; - {- VPB (Imper C.Sg C.P2) => -} "ensuea" ; - {- VPB (Imper C.Sg C.P3) => -} "ensuee" ; - {- VPB (Imper C.Pl C.P1) => -} "ensoemos" ; - {- VPB (Imper C.Pl C.P2) => -} "ensoad" ; - {- VPB (Imper C.Pl C.P3) => -} "ensueen" ; - {- VPB (Pass C.Sg Masc) => -} "ensoado" ; - {- VPB (Pass C.Sg Fem) => -} "ensoada" ; - {- VPB (Pass C.Pl Masc) => -} "ensoados" ; - {- VPB (Pass C.Pl Fem) => -} "ensoadas" - ] - } ; - -lin enterrar_V = verboV - {s = table (BeschSpa.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) => -} "enterris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "entierran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "entierre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "entierres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "entierre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enterremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enterris" ; - {- VPB (Pres Subj 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) => -} "enterrbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "enterrabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "enterraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enterrara" ; "enterrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enterraras" ; "enterrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enterrara" ; "enterrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enterrramos" ; "enterrsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enterrarais" ; "enterraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enterraran" ; "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) => -} "enterrars" ;--# 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) => -} "enterraris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "enterrarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enterrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enterrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enterrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enterrremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enterrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enterraren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "enterrara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "enterraras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "enterrara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "enterraramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "enterrarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "enterraran" ;--# 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 (BeschSpa.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) => -} "entesis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "entiesan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "entiese" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "entieses" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "entiese" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "entesemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "entesis" ; - {- VPB (Pres Subj 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) => -} "entesbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "entesabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "entesaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entesara" ; "entesase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entesaras" ; "entesases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entesara" ; "entesase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entesramos" ; "entessemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entesarais" ; "entesaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entesaran" ; "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) => -} "entesars" ;--# 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) => -} "entesaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "entesarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "entesare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "entesares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "entesare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "entesremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "entesareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "entesaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "entesara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "entesaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "entesara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "entesaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "entesarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "entesaran" ;--# 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 (BeschSpa.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) => -} "entortis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "entuertan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "entuerte" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "entuertes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "entuerte" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "entortemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "entortis" ; - {- VPB (Pres Subj 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) => -} "entortbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "entortabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "entortaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entortara" ; "entortase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entortaras" ; "entortases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entortara" ; "entortase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entortramos" ; "entortsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entortarais" ; "entortaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entortaran" ; "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) => -} "entortars" ;--# 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) => -} "entortaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "entortarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "entortare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "entortares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "entortare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "entortremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "entortareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "entortaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "entortara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "entortaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "entortara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "entortaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "entortarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "entortaran" ;--# 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 (BeschSpa.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) => -} "entrecerris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "entrecierran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "entrecierre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "entrecierres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "entrecierre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "entrecerremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "entrecerris" ; - {- VPB (Pres Subj 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) => -} "entrecerrbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "entrecerrabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "entrecerraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entrecerrara" ; "entrecerrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entrecerraras" ; "entrecerrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entrecerrara" ; "entrecerrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entrecerrramos" ; "entrecerrsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entrecerrarais" ; "entrecerraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entrecerraran" ; "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) => -} "entrecerrars" ;--# 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) => -} "entrecerraris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "entrecerrarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "entrecerrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "entrecerrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "entrecerrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "entrecerrremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "entrecerrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "entrecerraren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "entrecerrara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "entrecerraras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "entrecerrara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "entrecerraramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "entrecerrarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "entrecerraran" ;--# 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 (BeschSpa.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) => -} "entrepernis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "entrepiernan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "entrepierne" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "entrepiernes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "entrepierne" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "entrepernemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "entrepernis" ; - {- VPB (Pres Subj 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) => -} "entrepernbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "entrepernabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "entrepernaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entrepernara" ; "entrepernase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entrepernaras" ; "entrepernases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entrepernara" ; "entrepernase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entrepernramos" ; "entrepernsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entrepernarais" ; "entrepernaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entrepernaran" ; "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) => -} "entrepernars" ;--# 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) => -} "entrepernaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "entrepernarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "entrepernare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "entrepernares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "entrepernare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "entrepernremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "entrepernareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "entrepernaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "entrepernara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "entrepernaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "entrepernara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "entrepernaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "entrepernarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "entrepernaran" ;--# 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 (BeschSpa.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) => -} "escarmentis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "escarmientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "escarmiente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "escarmientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "escarmiente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "escarmentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "escarmentis" ; - {- VPB (Pres Subj 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) => -} "escarmentbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "escarmentabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "escarmentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"escarmentara" ; "escarmentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"escarmentaras" ; "escarmentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"escarmentara" ; "escarmentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"escarmentramos" ; "escarmentsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"escarmentarais" ; "escarmentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"escarmentaran" ; "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) => -} "escarmentars" ;--# 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) => -} "escarmentaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "escarmentarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "escarmentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "escarmentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "escarmentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "escarmentremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "escarmentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "escarmentaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "escarmentara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "escarmentaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "escarmentara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "escarmentaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "escarmentarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "escarmentaran" ;--# 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 (BeschSpa.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) => -} "escolis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "escuelan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "escuele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "escueles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "escuele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "escolemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "escolis" ; - {- VPB (Pres Subj 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) => -} "escolbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "escolabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "escolaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"escolara" ; "escolase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"escolaras" ; "escolases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"escolara" ; "escolase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"escolramos" ; "escolsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"escolarais" ; "escolaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"escolaran" ; "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) => -} "escolars" ;--# 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) => -} "escolaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "escolarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "escolare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "escolares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "escolare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "escolremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "escolareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "escolaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "escolara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "escolaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "escolara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "escolaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "escolarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "escolaran" ;--# 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 (BeschSpa.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) => -} "ferris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "fierran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "fierre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "fierres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "fierre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "ferremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "ferris" ; - {- VPB (Pres Subj 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) => -} "ferrbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "ferrabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "ferraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ferrara" ; "ferrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ferraras" ; "ferrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ferrara" ; "ferrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ferrramos" ; "ferrsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ferrarais" ; "ferraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ferraran" ; "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) => -} "ferrars" ;--# 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) => -} "ferraris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "ferrarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "ferrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "ferrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "ferrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "ferrremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "ferrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "ferraren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "ferrara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "ferraras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "ferrara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "ferraramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "ferrarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "ferraran" ;--# 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 (BeschSpa.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) => -} "follis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "fuellan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "fuelle" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "fuelles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "fuelle" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "follemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "follis" ; - {- VPB (Pres Subj 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) => -} "follbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "follabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "follaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"follara" ; "follase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"follaras" ; "follases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"follara" ; "follase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"follramos" ; "follsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"follarais" ; "follaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"follaran" ; "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) => -} "follars" ;--# 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) => -} "follaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "follarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "follare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "follares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "follare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "follremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "follareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "follaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "follara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "follaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "follara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "follaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "follarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "follaran" ;--# 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 (BeschSpa.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) => -} "gobernis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "gobiernan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "gobierne" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "gobiernes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "gobierne" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "gobernemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "gobernis" ; - {- VPB (Pres Subj 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) => -} "gobernbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "gobernabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "gobernaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"gobernara" ; "gobernase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"gobernaras" ; "gobernases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"gobernara" ; "gobernase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"gobernramos" ; "gobernsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"gobernarais" ; "gobernaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"gobernaran" ; "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) => -} "gobernars" ;--# 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) => -} "gobernaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "gobernarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "gobernare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "gobernares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "gobernare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "gobernremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "gobernareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "gobernaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "gobernara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "gobernaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "gobernara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "gobernaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "gobernarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "gobernaran" ;--# 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 (BeschSpa.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) => -} "grandisonis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "grandisuenan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "grandisuene" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "grandisuenes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "grandisuene" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "grandisonemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "grandisonis" ; - {- VPB (Pres Subj 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) => -} "grandisonbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "grandisonabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "grandisonaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"grandisonara" ; "grandisonase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"grandisonaras" ; "grandisonases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"grandisonara" ; "grandisonase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"grandisonramos" ; "grandisonsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"grandisonarais" ; "grandisonaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"grandisonaran" ; "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) => -} "grandisonars" ;--# 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) => -} "grandisonaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "grandisonarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "grandisonare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "grandisonares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "grandisonare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "grandisonremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "grandisonareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "grandisonaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "grandisonara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "grandisonaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "grandisonara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "grandisonaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "grandisonarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "grandisonaran" ;--# 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 (BeschSpa.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) => -} "hacendis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "haciendan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "haciende" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "haciendes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "haciende" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "hacendemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "hacendis" ; - {- VPB (Pres Subj 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) => -} "hacendbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "hacendabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "hacendaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"hacendara" ; "hacendase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"hacendaras" ; "hacendases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"hacendara" ; "hacendase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"hacendramos" ; "hacendsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"hacendarais" ; "hacendaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"hacendaran" ; "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) => -} "hacendars" ;--# 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) => -} "hacendaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "hacendarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "hacendare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "hacendares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "hacendare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "hacendremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "hacendareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "hacendaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "hacendara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "hacendaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "hacendara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "hacendaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "hacendarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "hacendaran" ;--# 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 (BeschSpa.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) => -} "helis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "hielan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "hiele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "hieles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "hiele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "helemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "helis" ; - {- VPB (Pres Subj 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) => -} "helbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "helabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "helaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"helara" ; "helase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"helaras" ; "helases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"helara" ; "helase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"helramos" ; "helsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"helarais" ; "helaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"helaran" ; "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) => -} "helars" ;--# 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) => -} "helaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "helarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "helare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "helares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "helare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "helremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "helareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "helaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "helara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "helaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "helara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "helaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "helarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "helaran" ;--# 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 (BeschSpa.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) => -} "herbis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "hierban" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "hierbe" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "hierbes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "hierbe" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "herbemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "herbis" ; - {- VPB (Pres Subj 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) => -} "herbbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "herbabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "herbaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"herbara" ; "herbase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"herbaras" ; "herbases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"herbara" ; "herbase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"herbramos" ; "herbsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"herbarais" ; "herbaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"herbaran" ; "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) => -} "herbars" ;--# 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) => -} "herbaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "herbarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "herbare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "herbares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "herbare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "herbremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "herbareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "herbaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "herbara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "herbaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "herbara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "herbaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "herbarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "herbaran" ;--# 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 (BeschSpa.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) => -} "herris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "hierran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "hierre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "hierres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "hierre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "herremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "herris" ; - {- VPB (Pres Subj 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) => -} "herrbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "herrabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "herraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"herrara" ; "herrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"herraras" ; "herrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"herrara" ; "herrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"herrramos" ; "herrsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"herrarais" ; "herraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"herraran" ; "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) => -} "herrars" ;--# 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) => -} "herraris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "herrarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "herrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "herrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "herrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "herrremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "herrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "herraren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "herrara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "herraras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "herrara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "herraramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "herrarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "herraran" ;--# 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 (BeschSpa.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) => -} "herventis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "hervientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "herviente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "hervientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "herviente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "herventemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "herventis" ; - {- VPB (Pres Subj 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) => -} "herventbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "herventabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "herventaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"herventara" ; "herventase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"herventaras" ; "herventases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"herventara" ; "herventase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"herventramos" ; "herventsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"herventarais" ; "herventaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"herventaran" ; "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) => -} "herventars" ;--# 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) => -} "herventaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "herventarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "herventare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "herventares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "herventare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "herventremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "herventareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "herventaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "herventara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "herventaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "herventara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "herventaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "herventarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "herventaran" ;--# 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 (BeschSpa.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) => -} "holiis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "holiean" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "holiee" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "holiees" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "holiee" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "holiemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "holiis" ; - {- VPB (Pres Subj 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) => -} "holibamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "holiabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "holiaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"holiara" ; "holiase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"holiaras" ; "holiases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"holiara" ; "holiase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"holiramos" ; "holisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"holiarais" ; "holiaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"holiaran" ; "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) => -} "holiars" ;--# 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) => -} "holiaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "holiarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "holiare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "holiares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "holiare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "holiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "holiareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "holiaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "holiara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "holiaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "holiara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "holiaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "holiarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "holiaran" ;--# 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 (BeschSpa.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) => -} "improbis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "imprueban" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "impruebe" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "impruebes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "impruebe" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "improbemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "improbis" ; - {- VPB (Pres Subj 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) => -} "improbbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "improbabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "improbaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"improbara" ; "improbase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"improbaras" ; "improbases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"improbara" ; "improbase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"improbramos" ; "improbsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"improbarais" ; "improbaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"improbaran" ; "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) => -} "improbars" ;--# 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) => -} "improbaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "improbarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "improbare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "improbares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "improbare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "improbremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "improbareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "improbaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "improbara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "improbaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "improbara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "improbaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "improbarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "improbaran" ;--# 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 (BeschSpa.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) => -} "incensis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "inciensan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "inciense" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "incienses" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "inciense" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "incensemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "incensis" ; - {- VPB (Pres Subj 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) => -} "incensbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "incensabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "incensaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"incensara" ; "incensase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"incensaras" ; "incensases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"incensara" ; "incensase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"incensramos" ; "incenssemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"incensarais" ; "incensaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"incensaran" ; "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) => -} "incensars" ;--# 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) => -} "incensaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "incensarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "incensare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "incensares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "incensare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "incensremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "incensareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "incensaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "incensara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "incensaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "incensara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "incensaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "incensarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "incensaran" ;--# 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 (BeschSpa.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) => -} "infernis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "infiernan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "infierne" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "infiernes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "infierne" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "infernemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "infernis" ; - {- VPB (Pres Subj 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) => -} "infernbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "infernabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "infernaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"infernara" ; "infernase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"infernaras" ; "infernases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"infernara" ; "infernase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"infernramos" ; "infernsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"infernarais" ; "infernaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"infernaran" ; "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) => -} "infernars" ;--# 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) => -} "infernaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "infernarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "infernare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "infernares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "infernare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "infernremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "infernareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "infernaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "infernara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "infernaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "infernara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "infernaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "infernarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "infernaran" ;--# 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 (BeschSpa.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) => -} "invernis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "inviernan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "invierne" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "inviernes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "invierne" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "invernemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "invernis" ; - {- VPB (Pres Subj 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) => -} "invernbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "invernabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "invernaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"invernara" ; "invernase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"invernaras" ; "invernases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"invernara" ; "invernase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"invernramos" ; "invernsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"invernarais" ; "invernaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"invernaran" ; "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) => -} "invernars" ;--# 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) => -} "invernaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "invernarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "invernare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "invernares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "invernare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "invernremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "invernareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "invernaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "invernara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "invernaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "invernara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "invernaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "invernarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "invernaran" ;--# 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 (BeschSpa.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) => -} "jamerdis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "jamierdan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "jamierde" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "jamierdes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "jamierde" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "jamerdemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "jamerdis" ; - {- VPB (Pres Subj 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) => -} "jamerdbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "jamerdabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "jamerdaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"jamerdara" ; "jamerdase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"jamerdaras" ; "jamerdases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"jamerdara" ; "jamerdase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"jamerdramos" ; "jamerdsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"jamerdarais" ; "jamerdaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"jamerdaran" ; "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) => -} "jamerdars" ;--# 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) => -} "jamerdaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "jamerdarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "jamerdare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "jamerdares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "jamerdare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "jamerdremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "jamerdareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "jamerdaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "jamerdara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "jamerdaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "jamerdara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "jamerdaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "jamerdarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "jamerdaran" ;--# 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 (BeschSpa.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) => -} "mancornis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "mancuernan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "mancuerne" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "mancuernes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "mancuerne" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "mancornemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "mancornis" ; - {- VPB (Pres Subj 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) => -} "mancornbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "mancornabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "mancornaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"mancornara" ; "mancornase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"mancornaras" ; "mancornases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"mancornara" ; "mancornase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"mancornramos" ; "mancornsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"mancornarais" ; "mancornaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"mancornaran" ; "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) => -} "mancornars" ;--# 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) => -} "mancornaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "mancornarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "mancornare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "mancornares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "mancornare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "mancornremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "mancornareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "mancornaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "mancornara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "mancornaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "mancornara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "mancornaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "mancornarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "mancornaran" ;--# 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 (BeschSpa.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) => -} "manifestis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "manifiestan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "manifieste" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "manifiestes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "manifieste" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "manifestemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "manifestis" ; - {- VPB (Pres Subj 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) => -} "manifestbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "manifestabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "manifestaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"manifestara" ; "manifestase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"manifestaras" ; "manifestases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"manifestara" ; "manifestase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"manifestramos" ; "manifestsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"manifestarais" ; "manifestaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"manifestaran" ; "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) => -} "manifestars" ;--# 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) => -} "manifestaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "manifestarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "manifestare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "manifestares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "manifestare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "manifestremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "manifestareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "manifestaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "manifestara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "manifestaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "manifestara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "manifestaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "manifestarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "manifestaran" ;--# 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 (BeschSpa.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) => -} "melis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "mielan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "miele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "mieles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "miele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "melemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "melis" ; - {- VPB (Pres Subj 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) => -} "melbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "melabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "melaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"melara" ; "melase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"melaras" ; "melases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"melara" ; "melase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"melramos" ; "melsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"melarais" ; "melaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"melaran" ; "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) => -} "melars" ;--# 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) => -} "melaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "melarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "melare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "melares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "melare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "melremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "melareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "melaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "melara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "melaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "melara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "melaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "melarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "melaran" ;--# 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 (BeschSpa.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) => -} "mentis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "mientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "miente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "mientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "miente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "mentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "mentis" ; - {- VPB (Pres Subj 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) => -} "mentbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "mentabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "mentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"mentara" ; "mentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"mentaras" ; "mentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"mentara" ; "mentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"mentramos" ; "mentsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"mentarais" ; "mentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"mentaran" ; "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) => -} "mentars" ;--# 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) => -} "mentaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "mentarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "mentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "mentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "mentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "mentremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "mentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "mentaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "mentara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "mentaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "mentara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "mentaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "mentarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "mentaran" ;--# 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 (BeschSpa.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) => -} "merendis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "meriendan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "meriende" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "meriendes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "meriende" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "merendemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "merendis" ; - {- VPB (Pres Subj 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) => -} "merendbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "merendabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "merendaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"merendara" ; "merendase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"merendaras" ; "merendases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"merendara" ; "merendase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"merendramos" ; "merendsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"merendarais" ; "merendaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"merendaran" ; "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) => -} "merendars" ;--# 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) => -} "merendaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "merendarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "merendare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "merendares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "merendare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "merendremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "merendareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "merendaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "merendara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "merendaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "merendara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "merendaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "merendarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "merendaran" ;--# 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 (BeschSpa.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) => -} "moblis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "mueblan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "mueble" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "muebles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "mueble" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "moblemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "moblis" ; - {- VPB (Pres Subj 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) => -} "moblbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "moblabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "moblaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"moblara" ; "moblase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"moblaras" ; "moblases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"moblara" ; "moblase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"moblramos" ; "moblsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"moblarais" ; "moblaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"moblaran" ; "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) => -} "moblars" ;--# 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) => -} "moblaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "moblarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "moblare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "moblares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "moblare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "moblremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "moblareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "moblaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "moblara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "moblaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "moblara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "moblaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "moblarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "moblaran" ;--# 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 (BeschSpa.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) => -} "mostris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "muestran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "muestre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "muestres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "muestre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "mostremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "mostris" ; - {- VPB (Pres Subj 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) => -} "mostrbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "mostrabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "mostraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"mostrara" ; "mostrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"mostraras" ; "mostrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"mostrara" ; "mostrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"mostrramos" ; "mostrsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"mostrarais" ; "mostraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"mostraran" ; "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) => -} "mostrars" ;--# 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) => -} "mostraris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "mostrarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "mostrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "mostrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "mostrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "mostrremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "mostrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "mostraren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "mostrara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "mostraras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "mostrara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "mostraramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "mostrarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "mostraran" ;--# 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 (BeschSpa.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) => -} "nevis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "nievan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "nieve" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "nieves" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "nieve" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "nevemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "nevis" ; - {- VPB (Pres Subj 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) => -} "nevbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "nevabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "nevaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"nevara" ; "nevase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"nevaras" ; "nevases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"nevara" ; "nevase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"nevramos" ; "nevsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"nevarais" ; "nevaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"nevaran" ; "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) => -} "nevars" ;--# 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) => -} "nevaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "nevarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "nevare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "nevares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "nevare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "nevremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "nevareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "nevaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "nevara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "nevaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "nevara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "nevaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "nevarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "nevaran" ;--# 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 (BeschSpa.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) => -} "patiquebris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "patiquiebran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "patiquiebre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "patiquiebres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "patiquiebre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "patiquebremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "patiquebris" ; - {- VPB (Pres Subj 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) => -} "patiquebrbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "patiquebrabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "patiquebraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"patiquebrara" ; "patiquebrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"patiquebraras" ; "patiquebrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"patiquebrara" ; "patiquebrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"patiquebrramos" ; "patiquebrsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"patiquebrarais" ; "patiquebraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"patiquebraran" ; "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) => -} "patiquebrars" ;--# 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) => -} "patiquebraris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "patiquebrarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "patiquebrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "patiquebrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "patiquebrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "patiquebrremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "patiquebrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "patiquebraren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "patiquebrara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "patiquebraras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "patiquebrara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "patiquebraramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "patiquebrarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "patiquebraran" ;--# 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 (BeschSpa.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) => -} "pensis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "piensan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "piense" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "pienses" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "piense" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "pensemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "pensis" ; - {- VPB (Pres Subj 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) => -} "pensbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "pensabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "pensaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"pensara" ; "pensase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"pensaras" ; "pensases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"pensara" ; "pensase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"pensramos" ; "penssemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"pensarais" ; "pensaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"pensaran" ; "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) => -} "pensars" ;--# 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) => -} "pensaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "pensarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "pensare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "pensares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "pensare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "pensremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "pensareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "pensaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "pensara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "pensaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "pensara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "pensaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "pensarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "pensaran" ;--# 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 (BeschSpa.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) => -} "percollis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "percuellan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "percuelle" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "percuelles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "percuelle" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "percollemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "percollis" ; - {- VPB (Pres Subj 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) => -} "percollbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "percollabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "percollaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"percollara" ; "percollase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"percollaras" ; "percollases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"percollara" ; "percollase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"percollramos" ; "percollsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"percollarais" ; "percollaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"percollaran" ; "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) => -} "percollars" ;--# 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) => -} "percollaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "percollarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "percollare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "percollares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "percollare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "percollremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "percollareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "percollaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "percollara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "percollaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "percollara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "percollaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "percollarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "percollaran" ;--# 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 (BeschSpa.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) => -} "perniquebris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "perniquiebran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "perniquiebre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "perniquiebres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "perniquiebre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "perniquebremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "perniquebris" ; - {- VPB (Pres Subj 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) => -} "perniquebrbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "perniquebrabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "perniquebraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"perniquebrara" ; "perniquebrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"perniquebraras" ; "perniquebrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"perniquebrara" ; "perniquebrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"perniquebrramos" ; "perniquebrsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"perniquebrarais" ; "perniquebraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"perniquebraran" ; "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) => -} "perniquebrars" ;--# 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) => -} "perniquebraris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "perniquebrarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "perniquebrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "perniquebrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "perniquebrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "perniquebrremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "perniquebrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "perniquebraren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "perniquebrara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "perniquebraras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "perniquebrara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "perniquebraramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "perniquebrarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "perniquebraran" ;--# 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 (BeschSpa.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) => -} "poblis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "pueblan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "pueble" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "puebles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "pueble" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "poblemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "poblis" ; - {- VPB (Pres Subj 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) => -} "poblbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "poblabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "poblaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"poblara" ; "poblase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"poblaras" ; "poblases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"poblara" ; "poblase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"poblramos" ; "poblsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"poblarais" ; "poblaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"poblaran" ; "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) => -} "poblars" ;--# 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) => -} "poblaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "poblarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "poblare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "poblares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "poblare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "poblremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "poblareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "poblaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "poblara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "poblaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "poblara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "poblaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "poblarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "poblaran" ;--# 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 (BeschSpa.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) => -} "premostris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "premuestran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "premuestre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "premuestres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "premuestre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "premostremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "premostris" ; - {- VPB (Pres Subj 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) => -} "premostrbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "premostrabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "premostraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"premostrara" ; "premostrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"premostraras" ; "premostrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"premostrara" ; "premostrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"premostrramos" ; "premostrsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"premostrarais" ; "premostraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"premostraran" ; "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) => -} "premostrars" ;--# 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) => -} "premostraris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "premostrarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "premostrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "premostrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "premostrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "premostrremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "premostrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "premostraren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "premostrara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "premostraras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "premostrara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "premostraramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "premostrarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "premostraran" ;--# 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 (BeschSpa.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) => -} "probis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "prueban" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "pruebe" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "pruebes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "pruebe" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "probemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "probis" ; - {- VPB (Pres Subj 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) => -} "probbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "probabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "probaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"probara" ; "probase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"probaras" ; "probases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"probara" ; "probase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"probramos" ; "probsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"probarais" ; "probaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"probaran" ; "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) => -} "probars" ;--# 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) => -} "probaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "probarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "probare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "probares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "probare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "probremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "probareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "probaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "probara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "probaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "probara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "probaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "probarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "probaran" ;--# 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 (BeschSpa.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) => -} "quebris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "quiebran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "quiebre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "quiebres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "quiebre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "quebremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "quebris" ; - {- VPB (Pres Subj 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) => -} "quebrbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "quebrabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "quebraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"quebrara" ; "quebrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"quebraras" ; "quebrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"quebrara" ; "quebrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"quebrramos" ; "quebrsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"quebrarais" ; "quebraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"quebraran" ; "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) => -} "quebrars" ;--# 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) => -} "quebraris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "quebrarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "quebrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "quebrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "quebrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "quebrremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "quebrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "quebraren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "quebrara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "quebraras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "quebrara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "quebraramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "quebrarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "quebraran" ;--# 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 (BeschSpa.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) => -} "reapretis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "reaprietan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reapriete" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reaprietes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reapriete" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reapretemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reapretis" ; - {- VPB (Pres Subj 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) => -} "reapretbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "reapretabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "reapretaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reapretara" ; "reapretase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reapretaras" ; "reapretases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reapretara" ; "reapretase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reapretramos" ; "reapretsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reapretarais" ; "reapretaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reapretaran" ; "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) => -} "reapretars" ;--# 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) => -} "reapretaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "reapretarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reapretare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "reapretares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reapretare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reapretremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reapretareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "reapretaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "reapretara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "reapretaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "reapretara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "reapretaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "reapretarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "reapretaran" ;--# 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 (BeschSpa.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) => -} "reaventis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "reavientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reaviente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reavientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reaviente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reaventemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reaventis" ; - {- VPB (Pres Subj 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) => -} "reaventbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "reaventabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "reaventaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reaventara" ; "reaventase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reaventaras" ; "reaventases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reaventara" ; "reaventase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reaventramos" ; "reaventsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reaventarais" ; "reaventaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reaventaran" ; "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) => -} "reaventars" ;--# 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) => -} "reaventaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "reaventarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reaventare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "reaventares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reaventare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reaventremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reaventareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "reaventaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "reaventara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "reaventaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "reaventara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "reaventaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "reaventarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "reaventaran" ;--# 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 (BeschSpa.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) => -} "recalentis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "recalientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "recaliente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "recalientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "recaliente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "recalentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "recalentis" ; - {- VPB (Pres Subj 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) => -} "recalentbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "recalentabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "recalentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recalentara" ; "recalentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recalentaras" ; "recalentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recalentara" ; "recalentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recalentramos" ; "recalentsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recalentarais" ; "recalentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recalentaran" ; "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) => -} "recalentars" ;--# 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) => -} "recalentaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "recalentarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "recalentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "recalentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "recalentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "recalentremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "recalentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "recalentaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "recalentara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "recalentaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "recalentara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "recalentaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "recalentarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "recalentaran" ;--# 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 (BeschSpa.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) => -} "recentis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "recientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reciente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "recientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reciente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "recentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "recentis" ; - {- VPB (Pres Subj 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) => -} "recentbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "recentabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "recentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recentara" ; "recentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recentaras" ; "recentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recentara" ; "recentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recentramos" ; "recentsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recentarais" ; "recentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recentaran" ; "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) => -} "recentars" ;--# 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) => -} "recentaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "recentarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "recentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "recentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "recentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "recentremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "recentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "recentaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "recentara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "recentaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "recentara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "recentaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "recentarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "recentaran" ;--# 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 (BeschSpa.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) => -} "recolis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "recuelan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "recuele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "recueles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "recuele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "recolemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "recolis" ; - {- VPB (Pres Subj 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) => -} "recolbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "recolabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "recolaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recolara" ; "recolase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recolaras" ; "recolases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recolara" ; "recolase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recolramos" ; "recolsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recolarais" ; "recolaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recolaran" ; "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) => -} "recolars" ;--# 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) => -} "recolaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "recolarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "recolare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "recolares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "recolare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "recolremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "recolareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "recolaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "recolara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "recolaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "recolara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "recolaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "recolarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "recolaran" ;--# 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 (BeschSpa.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) => -} "recomendis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "recomiendan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "recomiende" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "recomiendes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "recomiende" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "recomendemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "recomendis" ; - {- VPB (Pres Subj 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) => -} "recomendbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "recomendabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "recomendaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recomendara" ; "recomendase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recomendaras" ; "recomendases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recomendara" ; "recomendase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recomendramos" ; "recomendsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recomendarais" ; "recomendaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recomendaran" ; "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) => -} "recomendars" ;--# 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) => -} "recomendaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "recomendarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "recomendare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "recomendares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "recomendare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "recomendremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "recomendareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "recomendaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "recomendara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "recomendaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "recomendara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "recomendaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "recomendarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "recomendaran" ;--# 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 (BeschSpa.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) => -} "recontis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "recuentan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "recuente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "recuentes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "recuente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "recontemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "recontis" ; - {- VPB (Pres Subj 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) => -} "recontbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "recontabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "recontaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recontara" ; "recontase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recontaras" ; "recontases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recontara" ; "recontase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recontramos" ; "recontsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recontarais" ; "recontaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recontaran" ; "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) => -} "recontars" ;--# 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) => -} "recontaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "recontarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "recontare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "recontares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "recontare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "recontremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "recontareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "recontaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "recontara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "recontaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "recontara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "recontaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "recontarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "recontaran" ;--# 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 (BeschSpa.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) => -} "recordis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "recuerdan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "recuerde" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "recuerdes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "recuerde" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "recordemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "recordis" ; - {- VPB (Pres Subj 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) => -} "recordbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "recordabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "recordaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recordara" ; "recordase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recordaras" ; "recordases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recordara" ; "recordase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recordramos" ; "recordsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recordarais" ; "recordaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recordaran" ; "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) => -} "recordars" ;--# 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) => -} "recordaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "recordarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "recordare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "recordares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "recordare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "recordremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "recordareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "recordaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "recordara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "recordaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "recordara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "recordaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "recordarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "recordaran" ;--# 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 (BeschSpa.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) => -} "recostis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "recuestan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "recueste" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "recuestes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "recueste" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "recostemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "recostis" ; - {- VPB (Pres Subj 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) => -} "recostbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "recostabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "recostaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recostara" ; "recostase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recostaras" ; "recostases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recostara" ; "recostase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recostramos" ; "recostsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recostarais" ; "recostaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recostaran" ; "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) => -} "recostars" ;--# 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) => -} "recostaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "recostarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "recostare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "recostares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "recostare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "recostremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "recostareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "recostaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "recostara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "recostaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "recostara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "recostaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "recostarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "recostaran" ;--# 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 (BeschSpa.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) => -} "redescontis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "redescuentan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "redescuente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "redescuentes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "redescuente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "redescontemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "redescontis" ; - {- VPB (Pres Subj 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) => -} "redescontbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "redescontabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "redescontaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"redescontara" ; "redescontase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"redescontaras" ; "redescontases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"redescontara" ; "redescontase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"redescontramos" ; "redescontsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"redescontarais" ; "redescontaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"redescontaran" ; "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) => -} "redescontars" ;--# 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) => -} "redescontaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "redescontarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "redescontare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "redescontares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "redescontare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "redescontremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "redescontareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "redescontaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "redescontara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "redescontaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "redescontara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "redescontaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "redescontarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "redescontaran" ;--# 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 (BeschSpa.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) => -} "reencontris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "reencuentran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reencuentre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reencuentres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reencuentre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reencontremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reencontris" ; - {- VPB (Pres Subj 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) => -} "reencontrbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "reencontrabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "reencontraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reencontrara" ; "reencontrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reencontraras" ; "reencontrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reencontrara" ; "reencontrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reencontrramos" ; "reencontrsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reencontrarais" ; "reencontraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reencontraran" ; "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) => -} "reencontrars" ;--# 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) => -} "reencontraris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "reencontrarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reencontrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "reencontrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reencontrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reencontrremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reencontrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "reencontraren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "reencontrara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "reencontraras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "reencontrara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "reencontraramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "reencontrarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "reencontraran" ;--# 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 (BeschSpa.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) => -} "regimentis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "regimientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "regimiente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "regimientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "regimiente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "regimentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "regimentis" ; - {- VPB (Pres Subj 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) => -} "regimentbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "regimentabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "regimentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"regimentara" ; "regimentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"regimentaras" ; "regimentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"regimentara" ; "regimentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"regimentramos" ; "regimentsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"regimentarais" ; "regimentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"regimentaran" ; "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) => -} "regimentars" ;--# 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) => -} "regimentaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "regimentarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "regimentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "regimentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "regimentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "regimentremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "regimentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "regimentaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "regimentara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "regimentaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "regimentara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "regimentaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "regimentarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "regimentaran" ;--# 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 (BeschSpa.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) => -} "regoldis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "regueldan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reguelde" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "regueldes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reguelde" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "regoldemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "regoldis" ; - {- VPB (Pres Subj 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) => -} "regoldbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "regoldabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "regoldaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"regoldara" ; "regoldase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"regoldaras" ; "regoldases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"regoldara" ; "regoldase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"regoldramos" ; "regoldsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"regoldarais" ; "regoldaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"regoldaran" ; "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) => -} "regoldars" ;--# 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) => -} "regoldaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "regoldarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "regoldare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "regoldares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "regoldare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "regoldremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "regoldareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "regoldaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "regoldara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "regoldaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "regoldara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "regoldaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "regoldarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "regoldaran" ;--# 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 (BeschSpa.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) => -} "reherris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "rehierran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "rehierre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "rehierres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "rehierre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reherremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reherris" ; - {- VPB (Pres Subj 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) => -} "reherrbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "reherrabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "reherraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reherrara" ; "reherrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reherraras" ; "reherrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reherrara" ; "reherrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reherrramos" ; "reherrsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reherrarais" ; "reherraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reherraran" ; "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) => -} "reherrars" ;--# 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) => -} "reherraris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "reherrarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reherrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "reherrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reherrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reherrremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reherrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "reherraren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "reherrara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "reherraras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "reherrara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "reherraramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "reherrarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "reherraran" ;--# 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 (BeschSpa.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) => -} "rehollis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "rehuellan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "rehuelle" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "rehuelles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "rehuelle" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "rehollemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "rehollis" ; - {- VPB (Pres Subj 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) => -} "rehollbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "rehollabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "rehollaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rehollara" ; "rehollase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rehollaras" ; "rehollases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rehollara" ; "rehollase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rehollramos" ; "rehollsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rehollarais" ; "rehollaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rehollaran" ; "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) => -} "rehollars" ;--# 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) => -} "rehollaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "rehollarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "rehollare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "rehollares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "rehollare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "rehollremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "rehollareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "rehollaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "rehollara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "rehollaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "rehollara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "rehollaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "rehollarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "rehollaran" ;--# 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 (BeschSpa.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) => -} "remembris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "remiembran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "remiembre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "remiembres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "remiembre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "remembremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "remembris" ; - {- VPB (Pres Subj 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) => -} "remembrbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "remembrabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "remembraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"remembrara" ; "remembrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"remembraras" ; "remembrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"remembrara" ; "remembrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"remembrramos" ; "remembrsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"remembrarais" ; "remembraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"remembraran" ; "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) => -} "remembrars" ;--# 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) => -} "remembraris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "remembrarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "remembrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "remembrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "remembrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "remembrremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "remembrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "remembraren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "remembrara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "remembraras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "remembrara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "remembraramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "remembrarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "remembraran" ;--# 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 (BeschSpa.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) => -} "remendis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "remiendan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "remiende" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "remiendes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "remiende" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "remendemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "remendis" ; - {- VPB (Pres Subj 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) => -} "remendbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "remendabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "remendaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"remendara" ; "remendase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"remendaras" ; "remendases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"remendara" ; "remendase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"remendramos" ; "remendsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"remendarais" ; "remendaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"remendaran" ; "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) => -} "remendars" ;--# 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) => -} "remendaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "remendarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "remendare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "remendares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "remendare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "remendremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "remendareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "remendaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "remendara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "remendaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "remendara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "remendaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "remendarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "remendaran" ;--# 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 (BeschSpa.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) => -} "remolis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "remuelan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "remuele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "remueles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "remuele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "remolemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "remolis" ; - {- VPB (Pres Subj 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) => -} "remolbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "remolabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "remolaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"remolara" ; "remolase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"remolaras" ; "remolases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"remolara" ; "remolase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"remolramos" ; "remolsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"remolarais" ; "remolaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"remolaran" ; "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) => -} "remolars" ;--# 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) => -} "remolaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "remolarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "remolare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "remolares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "remolare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "remolremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "remolareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "remolaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "remolara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "remolaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "remolara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "remolaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "remolarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "remolaran" ;--# 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 (BeschSpa.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) => -} "rencontris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "rencuentran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "rencuentre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "rencuentres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "rencuentre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "rencontremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "rencontris" ; - {- VPB (Pres Subj 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) => -} "rencontrbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "rencontrabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "rencontraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rencontrara" ; "rencontrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rencontraras" ; "rencontrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rencontrara" ; "rencontrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rencontrramos" ; "rencontrsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rencontrarais" ; "rencontraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rencontraran" ; "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) => -} "rencontrars" ;--# 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) => -} "rencontraris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "rencontrarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "rencontrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "rencontrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "rencontrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "rencontrremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "rencontrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "rencontraren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "rencontrara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "rencontraras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "rencontrara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "rencontraramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "rencontrarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "rencontraran" ;--# 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 (BeschSpa.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) => -} "renovis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "renuevan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "renueve" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "renueves" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "renueve" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "renovemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "renovis" ; - {- VPB (Pres Subj 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) => -} "renovbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "renovabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "renovaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"renovara" ; "renovase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"renovaras" ; "renovases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"renovara" ; "renovase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"renovramos" ; "renovsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"renovarais" ; "renovaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"renovaran" ; "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) => -} "renovars" ;--# 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) => -} "renovaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "renovarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "renovare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "renovares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "renovare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "renovremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "renovareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "renovaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "renovara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "renovaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "renovara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "renovaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "renovarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "renovaran" ;--# 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 (BeschSpa.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) => -} "repensis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "repiensan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "repiense" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "repienses" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "repiense" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "repensemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "repensis" ; - {- VPB (Pres Subj 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) => -} "repensbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "repensabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "repensaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"repensara" ; "repensase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"repensaras" ; "repensases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"repensara" ; "repensase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"repensramos" ; "repenssemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"repensarais" ; "repensaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"repensaran" ; "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) => -} "repensars" ;--# 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) => -} "repensaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "repensarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "repensare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "repensares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "repensare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "repensremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "repensareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "repensaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "repensara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "repensaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "repensara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "repensaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "repensarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "repensaran" ;--# 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 (BeschSpa.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) => -} "repoblis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "repueblan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "repueble" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "repuebles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "repueble" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "repoblemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "repoblis" ; - {- VPB (Pres Subj 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) => -} "repoblbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "repoblabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "repoblaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"repoblara" ; "repoblase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"repoblaras" ; "repoblases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"repoblara" ; "repoblase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"repoblramos" ; "repoblsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"repoblarais" ; "repoblaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"repoblaran" ; "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) => -} "repoblars" ;--# 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) => -} "repoblaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "repoblarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "repoblare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "repoblares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "repoblare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "repoblremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "repoblareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "repoblaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "repoblara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "repoblaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "repoblara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "repoblaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "repoblarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "repoblaran" ;--# 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 (BeschSpa.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) => -} "reprobis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "reprueban" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "repruebe" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "repruebes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "repruebe" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reprobemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reprobis" ; - {- VPB (Pres Subj 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) => -} "reprobbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "reprobabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "reprobaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reprobara" ; "reprobase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reprobaras" ; "reprobases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reprobara" ; "reprobase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reprobramos" ; "reprobsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reprobarais" ; "reprobaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reprobaran" ; "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) => -} "reprobars" ;--# 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) => -} "reprobaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "reprobarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reprobare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "reprobares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reprobare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reprobremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reprobareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "reprobaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "reprobara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "reprobaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "reprobara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "reprobaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "reprobarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "reprobaran" ;--# 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 (BeschSpa.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) => -} "requebris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "requiebran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "requiebre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "requiebres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "requiebre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "requebremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "requebris" ; - {- VPB (Pres Subj 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) => -} "requebrbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "requebrabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "requebraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"requebrara" ; "requebrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"requebraras" ; "requebrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"requebrara" ; "requebrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"requebrramos" ; "requebrsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"requebrarais" ; "requebraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"requebraran" ; "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) => -} "requebrars" ;--# 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) => -} "requebraris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "requebrarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "requebrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "requebrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "requebrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "requebrremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "requebrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "requebraren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "requebrara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "requebraras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "requebrara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "requebraramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "requebrarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "requebraran" ;--# 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 (BeschSpa.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) => -} "rescontris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "rescuentran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "rescuentre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "rescuentres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "rescuentre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "rescontremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "rescontris" ; - {- VPB (Pres Subj 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) => -} "rescontrbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "rescontrabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "rescontraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rescontrara" ; "rescontrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rescontraras" ; "rescontrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rescontrara" ; "rescontrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rescontrramos" ; "rescontrsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rescontrarais" ; "rescontraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rescontraran" ; "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) => -} "rescontrars" ;--# 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) => -} "rescontraris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "rescontrarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "rescontrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "rescontrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "rescontrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "rescontrremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "rescontrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "rescontraren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "rescontrara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "rescontraras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "rescontrara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "rescontraramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "rescontrarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "rescontraran" ;--# 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 (BeschSpa.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) => -} "resolgis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "resuelgan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "resuelge" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "resuelges" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "resuelge" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "resolgemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "resolgis" ; - {- VPB (Pres Subj 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) => -} "resolgbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "resolgabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "resolgaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"resolgara" ; "resolgase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"resolgaras" ; "resolgases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"resolgara" ; "resolgase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"resolgramos" ; "resolgsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"resolgarais" ; "resolgaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"resolgaran" ; "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) => -} "resolgars" ;--# 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) => -} "resolgaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "resolgarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "resolgare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "resolgares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "resolgare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "resolgremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "resolgareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "resolgaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "resolgara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "resolgaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "resolgara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "resolgaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "resolgarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "resolgaran" ;--# 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 (BeschSpa.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) => -} "resollis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "resuellan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "resuelle" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "resuelles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "resuelle" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "resollemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "resollis" ; - {- VPB (Pres Subj 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) => -} "resollbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "resollabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "resollaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"resollara" ; "resollase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"resollaras" ; "resollases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"resollara" ; "resollase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"resollramos" ; "resollsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"resollarais" ; "resollaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"resollaran" ; "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) => -} "resollars" ;--# 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) => -} "resollaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "resollarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "resollare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "resollares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "resollare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "resollremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "resollareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "resollaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "resollara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "resollaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "resollara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "resollaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "resollarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "resollaran" ;--# 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 (BeschSpa.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) => -} "resonis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "resuenan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "resuene" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "resuenes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "resuene" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "resonemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "resonis" ; - {- VPB (Pres Subj 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) => -} "resonbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "resonabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "resonaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"resonara" ; "resonase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"resonaras" ; "resonases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"resonara" ; "resonase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"resonramos" ; "resonsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"resonarais" ; "resonaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"resonaran" ; "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) => -} "resonars" ;--# 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) => -} "resonaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "resonarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "resonare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "resonares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "resonare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "resonremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "resonareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "resonaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "resonara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "resonaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "resonara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "resonaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "resonarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "resonaran" ;--# 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 (BeschSpa.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) => -} "resquebris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "resquiebran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "resquiebre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "resquiebres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "resquiebre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "resquebremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "resquebris" ; - {- VPB (Pres Subj 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) => -} "resquebrbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "resquebrabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "resquebraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"resquebrara" ; "resquebrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"resquebraras" ; "resquebrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"resquebrara" ; "resquebrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"resquebrramos" ; "resquebrsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"resquebrarais" ; "resquebraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"resquebraran" ; "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) => -} "resquebrars" ;--# 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) => -} "resquebraris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "resquebrarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "resquebrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "resquebrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "resquebrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "resquebrremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "resquebrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "resquebraren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "resquebrara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "resquebraras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "resquebrara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "resquebraramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "resquebrarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "resquebraran" ;--# 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 (BeschSpa.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) => -} "retemblis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "retiemblan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "retiemble" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "retiembles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "retiemble" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "retemblemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "retemblis" ; - {- VPB (Pres Subj 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) => -} "retemblbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "retemblabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "retemblaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retemblara" ; "retemblase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retemblaras" ; "retemblases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retemblara" ; "retemblase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retemblramos" ; "retemblsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retemblarais" ; "retemblaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retemblaran" ; "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) => -} "retemblars" ;--# 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) => -} "retemblaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "retemblarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "retemblare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "retemblares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "retemblare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "retemblremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "retemblareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "retemblaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "retemblara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "retemblaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "retemblara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "retemblaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "retemblarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "retemblaran" ;--# 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 (BeschSpa.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) => -} "retentis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "retientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "retiente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "retientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "retiente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "retentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "retentis" ; - {- VPB (Pres Subj 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) => -} "retentbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "retentabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "retentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retentara" ; "retentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retentaras" ; "retentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retentara" ; "retentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retentramos" ; "retentsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retentarais" ; "retentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retentaran" ; "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) => -} "retentars" ;--# 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) => -} "retentaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "retentarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "retentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "retentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "retentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "retentremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "retentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "retentaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "retentara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "retentaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "retentara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "retentaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "retentarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "retentaran" ;--# 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 (BeschSpa.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) => -} "retostis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "retuestan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "retueste" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "retuestes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "retueste" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "retostemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "retostis" ; - {- VPB (Pres Subj 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) => -} "retostbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "retostabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "retostaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retostara" ; "retostase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retostaras" ; "retostases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retostara" ; "retostase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retostramos" ; "retostsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retostarais" ; "retostaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retostaran" ; "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) => -} "retostars" ;--# 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) => -} "retostaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "retostarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "retostare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "retostares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "retostare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "retostremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "retostareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "retostaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "retostara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "retostaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "retostara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "retostaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "retostarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "retostaran" ;--# 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 (BeschSpa.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) => -} "retronis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "retruenan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "retruene" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "retruenes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "retruene" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "retronemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "retronis" ; - {- VPB (Pres Subj 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) => -} "retronbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "retronabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "retronaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retronara" ; "retronase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retronaras" ; "retronases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retronara" ; "retronase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retronramos" ; "retronsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retronarais" ; "retronaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retronaran" ; "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) => -} "retronars" ;--# 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) => -} "retronaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "retronarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "retronare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "retronares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "retronare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "retronremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "retronareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "retronaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "retronara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "retronaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "retronara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "retronaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "retronarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "retronaran" ;--# 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 (BeschSpa.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) => -} "reventis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "revientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reviente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "revientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reviente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reventemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reventis" ; - {- VPB (Pres Subj 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) => -} "reventbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "reventabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "reventaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reventara" ; "reventase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reventaras" ; "reventases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reventara" ; "reventase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reventramos" ; "reventsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reventarais" ; "reventaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reventaran" ; "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) => -} "reventars" ;--# 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) => -} "reventaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "reventarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reventare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "reventares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reventare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reventremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reventareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "reventaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "reventara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "reventaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "reventara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "reventaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "reventarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "reventaran" ;--# 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 (BeschSpa.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) => -} "revolis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "revuelan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "revuele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "revueles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "revuele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "revolemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "revolis" ; - {- VPB (Pres Subj 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) => -} "revolbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "revolabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "revolaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"revolara" ; "revolase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"revolaras" ; "revolases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"revolara" ; "revolase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"revolramos" ; "revolsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"revolarais" ; "revolaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"revolaran" ; "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) => -} "revolars" ;--# 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) => -} "revolaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "revolarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "revolare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "revolares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "revolare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "revolremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "revolareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "revolaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "revolara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "revolaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "revolara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "revolaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "revolarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "revolaran" ;--# 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 (BeschSpa.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) => -} "rodis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "ruedan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ruede" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "ruedes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ruede" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "rodemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "rodis" ; - {- VPB (Pres Subj 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) => -} "rodbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "rodabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "rodaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rodara" ; "rodase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rodaras" ; "rodases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rodara" ; "rodase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rodramos" ; "rodsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rodarais" ; "rodaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rodaran" ; "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) => -} "rodars" ;--# 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) => -} "rodaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "rodarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "rodare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "rodares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "rodare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "rodremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "rodareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "rodaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "rodara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "rodaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "rodara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "rodaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "rodarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "rodaran" ;--# 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 (BeschSpa.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) => -} "rusentis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "rusientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "rusiente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "rusientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "rusiente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "rusentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "rusentis" ; - {- VPB (Pres Subj 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) => -} "rusentbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "rusentabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "rusentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rusentara" ; "rusentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rusentaras" ; "rusentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rusentara" ; "rusentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rusentramos" ; "rusentsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rusentarais" ; "rusentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rusentaran" ; "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) => -} "rusentars" ;--# 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) => -} "rusentaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "rusentarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "rusentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "rusentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "rusentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "rusentremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "rusentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "rusentaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "rusentara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "rusentaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "rusentara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "rusentaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "rusentarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "rusentaran" ;--# 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 (BeschSpa.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) => -} "salpimentis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "salpimientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "salpimiente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "salpimientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "salpimiente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "salpimentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "salpimentis" ; - {- VPB (Pres Subj 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) => -} "salpimentbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "salpimentabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "salpimentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"salpimentara" ; "salpimentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"salpimentaras" ; "salpimentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"salpimentara" ; "salpimentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"salpimentramos" ; "salpimentsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"salpimentarais" ; "salpimentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"salpimentaran" ; "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) => -} "salpimentars" ;--# 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) => -} "salpimentaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "salpimentarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "salpimentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "salpimentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "salpimentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "salpimentremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "salpimentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "salpimentaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "salpimentara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "salpimentaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "salpimentara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "salpimentaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "salpimentarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "salpimentaran" ;--# 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 (BeschSpa.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) => -} "sarmentis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "sarmientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sarmiente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sarmientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sarmiente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sarmentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sarmentis" ; - {- VPB (Pres Subj 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) => -} "sarmentbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "sarmentabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "sarmentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sarmentara" ; "sarmentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sarmentaras" ; "sarmentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sarmentara" ; "sarmentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sarmentramos" ; "sarmentsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sarmentarais" ; "sarmentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sarmentaran" ; "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) => -} "sarmentars" ;--# 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) => -} "sarmentaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "sarmentarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sarmentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sarmentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sarmentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sarmentremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sarmentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sarmentaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "sarmentara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "sarmentaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "sarmentara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "sarmentaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "sarmentarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "sarmentaran" ;--# 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 (BeschSpa.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) => -} "sembris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "siembran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "siembre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "siembres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "siembre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sembremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sembris" ; - {- VPB (Pres Subj 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) => -} "sembrbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "sembrabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "sembraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sembrara" ; "sembrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sembraras" ; "sembrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sembrara" ; "sembrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sembrramos" ; "sembrsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sembrarais" ; "sembraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sembraran" ; "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) => -} "sembrars" ;--# 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) => -} "sembraris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "sembrarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sembrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sembrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sembrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sembrremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sembrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sembraren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "sembrara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "sembraras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "sembrara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "sembraramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "sembrarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "sembraran" ;--# 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 (BeschSpa.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) => -} "sementis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "semientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "semiente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "semientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "semiente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sementemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sementis" ; - {- VPB (Pres Subj 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) => -} "sementbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "sementabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "sementaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sementara" ; "sementase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sementaras" ; "sementases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sementara" ; "sementase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sementramos" ; "sementsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sementarais" ; "sementaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sementaran" ; "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) => -} "sementars" ;--# 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) => -} "sementaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "sementarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sementare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sementares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sementare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sementremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sementareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sementaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "sementara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "sementaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "sementara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "sementaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "sementarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "sementaran" ;--# 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 (BeschSpa.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) => -} "sentis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "sientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "siente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "siente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sentis" ; - {- VPB (Pres Subj 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) => -} "sentbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "sentabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "sentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sentara" ; "sentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sentaras" ; "sentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sentara" ; "sentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sentramos" ; "sentsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sentarais" ; "sentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sentaran" ; "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) => -} "sentars" ;--# 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) => -} "sentaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "sentarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sentremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sentaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "sentara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "sentaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "sentara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "sentaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "sentarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "sentaran" ;--# 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 (BeschSpa.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) => -} "serris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "sierran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sierre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sierres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sierre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "serremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "serris" ; - {- VPB (Pres Subj 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) => -} "serrbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "serrabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "serraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"serrara" ; "serrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"serraras" ; "serrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"serrara" ; "serrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"serrramos" ; "serrsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"serrarais" ; "serraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"serraran" ; "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) => -} "serrars" ;--# 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) => -} "serraris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "serrarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "serrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "serrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "serrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "serrremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "serrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "serraren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "serrara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "serraras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "serrara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "serraramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "serrarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "serraran" ;--# 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 (BeschSpa.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) => -} "sobrecalentis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "sobrecalientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sobrecaliente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sobrecalientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sobrecaliente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sobrecalentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sobrecalentis" ; - {- VPB (Pres Subj 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) => -} "sobrecalentbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "sobrecalentabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "sobrecalentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobrecalentara" ; "sobrecalentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobrecalentaras" ; "sobrecalentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobrecalentara" ; "sobrecalentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobrecalentramos" ; "sobrecalentsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobrecalentarais" ; "sobrecalentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobrecalentaran" ; "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) => -} "sobrecalentars" ;--# 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) => -} "sobrecalentaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "sobrecalentarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sobrecalentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sobrecalentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sobrecalentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sobrecalentremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sobrecalentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sobrecalentaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "sobrecalentara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "sobrecalentaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "sobrecalentara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "sobrecalentaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "sobrecalentarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "sobrecalentaran" ;--# 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 (BeschSpa.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) => -} "sobresembris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "sobresiembran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sobresiembre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sobresiembres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sobresiembre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sobresembremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sobresembris" ; - {- VPB (Pres Subj 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) => -} "sobresembrbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "sobresembrabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "sobresembraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobresembrara" ; "sobresembrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobresembraras" ; "sobresembrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobresembrara" ; "sobresembrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobresembrramos" ; "sobresembrsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobresembrarais" ; "sobresembraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobresembraran" ; "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) => -} "sobresembrars" ;--# 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) => -} "sobresembraris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "sobresembrarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sobresembrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sobresembrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sobresembrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sobresembrremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sobresembrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sobresembraren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "sobresembrara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "sobresembraras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "sobresembrara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "sobresembraramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "sobresembrarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "sobresembraran" ;--# 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 (BeschSpa.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) => -} "sobresolis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "sobresuelan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sobresuele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sobresueles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sobresuele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sobresolemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sobresolis" ; - {- VPB (Pres Subj 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) => -} "sobresolbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "sobresolabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "sobresolaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobresolara" ; "sobresolase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobresolaras" ; "sobresolases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobresolara" ; "sobresolase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobresolramos" ; "sobresolsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobresolarais" ; "sobresolaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobresolaran" ; "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) => -} "sobresolars" ;--# 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) => -} "sobresolaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "sobresolarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sobresolare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sobresolares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sobresolare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sobresolremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sobresolareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sobresolaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "sobresolara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "sobresolaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "sobresolara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "sobresolaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "sobresolarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "sobresolaran" ;--# 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 (BeschSpa.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) => -} "sobrevolis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "sobrevuelan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sobrevuele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sobrevueles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sobrevuele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sobrevolemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sobrevolis" ; - {- VPB (Pres Subj 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) => -} "sobrevolbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "sobrevolabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "sobrevolaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobrevolara" ; "sobrevolase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobrevolaras" ; "sobrevolases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobrevolara" ; "sobrevolase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobrevolramos" ; "sobrevolsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobrevolarais" ; "sobrevolaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobrevolaran" ; "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) => -} "sobrevolars" ;--# 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) => -} "sobrevolaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "sobrevolarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sobrevolare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sobrevolares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sobrevolare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sobrevolremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sobrevolareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sobrevolaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "sobrevolara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "sobrevolaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "sobrevolara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "sobrevolaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "sobrevolarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "sobrevolaran" ;--# 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 (BeschSpa.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) => -} "socolis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "socuelan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "socuele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "socueles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "socuele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "socolemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "socolis" ; - {- VPB (Pres Subj 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) => -} "socolbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "socolabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "socolaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"socolara" ; "socolase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"socolaras" ; "socolases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"socolara" ; "socolase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"socolramos" ; "socolsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"socolarais" ; "socolaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"socolaran" ; "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) => -} "socolars" ;--# 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) => -} "socolaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "socolarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "socolare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "socolares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "socolare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "socolremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "socolareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "socolaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "socolara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "socolaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "socolara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "socolaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "socolarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "socolaran" ;--# 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 (BeschSpa.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) => -} "solis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "suelan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "suele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sueles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "suele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "solemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "solis" ; - {- VPB (Pres Subj 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) => -} "solbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "solabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "solaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"solara" ; "solase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"solaras" ; "solases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"solara" ; "solase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"solramos" ; "solsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"solarais" ; "solaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"solaran" ; "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) => -} "solars" ;--# 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) => -} "solaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "solarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "solare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "solares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "solare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "solremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "solareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "solaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "solara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "solaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "solara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "solaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "solarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "solaran" ;--# 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 (BeschSpa.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) => -} "soldis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "sueldan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "suelde" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sueldes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "suelde" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "soldemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "soldis" ; - {- VPB (Pres Subj 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) => -} "soldbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "soldabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "soldaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"soldara" ; "soldase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"soldaras" ; "soldases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"soldara" ; "soldase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"soldramos" ; "soldsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"soldarais" ; "soldaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"soldaran" ; "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) => -} "soldars" ;--# 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) => -} "soldaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "soldarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "soldare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "soldares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "soldare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "soldremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "soldareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "soldaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "soldara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "soldaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "soldara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "soldaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "soldarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "soldaran" ;--# 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 (BeschSpa.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) => -} "soltis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "sueltan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "suelte" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sueltes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "suelte" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "soltemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "soltis" ; - {- VPB (Pres Subj 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) => -} "soltbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "soltabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "soltaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"soltara" ; "soltase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"soltaras" ; "soltases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"soltara" ; "soltase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"soltramos" ; "soltsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"soltarais" ; "soltaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"soltaran" ; "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) => -} "soltars" ;--# 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) => -} "soltaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "soltarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "soltare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "soltares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "soltare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "soltremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "soltareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "soltaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "soltara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "soltaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "soltara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "soltaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "soltarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "soltaran" ;--# 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 (BeschSpa.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) => -} "sonis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "suenan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "suene" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "suenes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "suene" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sonemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sonis" ; - {- VPB (Pres Subj 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) => -} "sonbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "sonabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "sonaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sonara" ; "sonase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sonaras" ; "sonases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sonara" ; "sonase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sonramos" ; "sonsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sonarais" ; "sonaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sonaran" ; "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) => -} "sonars" ;--# 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) => -} "sonaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "sonarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sonare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sonares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sonare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sonremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sonareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sonaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "sonara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "sonaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "sonara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "sonaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "sonarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "sonaran" ;--# 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 soar_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "soar" ; - {- VI Ger => -} "soando" ; - {- VI Part => -} "soado" ; - {- VPB (Pres Ind C.Sg C.P1) => -} "sueo" ; - {- VPB (Pres Ind C.Sg C.P2) => -} "sueas" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "suea" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "soamos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "sois" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "suean" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "suee" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "suees" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "suee" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "soemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sois" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sueen" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "soaba" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "soabas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "soaba" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "sobamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "soabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "soaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"soara" ; "soase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"soaras" ; "soases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"soara" ; "soase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"soramos" ; "sosemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"soarais" ; "soaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"soaran" ; "soasen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "so" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "soaste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "so" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "soamos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "soasteis" ;--# notpresent - {- VPB (Pret C.Pl C.P3) => -} "soaron" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P1) => -} "soar" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P2) => -} "soars" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P3) => -} "soar" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P1) => -} "soaremos" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P2) => -} "soaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "soarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "soare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "soares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "soare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "soremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "soareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "soaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "soara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "soaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "soara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "soaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "soarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "soaran" ;--# notpresent - {- VPB (Imper C.Sg C.P1) => -} variants {} ; - {- VPB (Imper C.Sg C.P2) => -} "suea" ; - {- VPB (Imper C.Sg C.P3) => -} "suee" ; - {- VPB (Imper C.Pl C.P1) => -} "soemos" ; - {- VPB (Imper C.Pl C.P2) => -} "soad" ; - {- VPB (Imper C.Pl C.P3) => -} "sueen" ; - {- VPB (Pass C.Sg Masc) => -} "soado" ; - {- VPB (Pass C.Sg Fem) => -} "soada" ; - {- VPB (Pass C.Pl Masc) => -} "soados" ; - {- VPB (Pass C.Pl Fem) => -} "soadas" - ] - } ; - -lin soterrar_V = verboV - {s = table (BeschSpa.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) => -} "soterris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "sotierran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sotierre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sotierres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sotierre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "soterremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "soterris" ; - {- VPB (Pres Subj 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) => -} "soterrbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "soterrabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "soterraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"soterrara" ; "soterrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"soterraras" ; "soterrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"soterrara" ; "soterrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"soterrramos" ; "soterrsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"soterrarais" ; "soterraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"soterraran" ; "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) => -} "soterrars" ;--# 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) => -} "soterraris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "soterrarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "soterrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "soterrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "soterrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "soterrremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "soterrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "soterraren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "soterrara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "soterraras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "soterrara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "soterraramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "soterrarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "soterraran" ;--# 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 (BeschSpa.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) => -} "subarrendis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "subarriendan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "subarriende" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "subarriendes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "subarriende" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "subarrendemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "subarrendis" ; - {- VPB (Pres Subj 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) => -} "subarrendbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "subarrendabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "subarrendaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"subarrendara" ; "subarrendase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"subarrendaras" ; "subarrendases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"subarrendara" ; "subarrendase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"subarrendramos" ; "subarrendsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"subarrendarais" ; "subarrendaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"subarrendaran" ; "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) => -} "subarrendars" ;--# 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) => -} "subarrendaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "subarrendarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "subarrendare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "subarrendares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "subarrendare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "subarrendremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "subarrendareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "subarrendaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "subarrendara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "subarrendaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "subarrendara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "subarrendaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "subarrendarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "subarrendaran" ;--# 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 (BeschSpa.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) => -} "subsolis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "subsuelan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "subsuele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "subsueles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "subsuele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "subsolemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "subsolis" ; - {- VPB (Pres Subj 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) => -} "subsolbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "subsolabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "subsolaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"subsolara" ; "subsolase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"subsolaras" ; "subsolases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"subsolara" ; "subsolase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"subsolramos" ; "subsolsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"subsolarais" ; "subsolaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"subsolaran" ; "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) => -} "subsolars" ;--# 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) => -} "subsolaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "subsolarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "subsolare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "subsolares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "subsolare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "subsolremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "subsolareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "subsolaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "subsolara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "subsolaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "subsolara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "subsolaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "subsolarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "subsolaran" ;--# 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 (BeschSpa.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) => -} "temblis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "tiemblan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "tiemble" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "tiembles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "tiemble" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "temblemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "temblis" ; - {- VPB (Pres Subj 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) => -} "temblbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "temblabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "temblaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"temblara" ; "temblase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"temblaras" ; "temblases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"temblara" ; "temblase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"temblramos" ; "temblsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"temblarais" ; "temblaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"temblaran" ; "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) => -} "temblars" ;--# 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) => -} "temblaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "temblarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "temblare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "temblares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "temblare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "temblremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "temblareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "temblaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "temblara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "temblaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "temblara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "temblaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "temblarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "temblaran" ;--# 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 (BeschSpa.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) => -} "tentis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "tientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "tiente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "tientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "tiente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "tentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "tentis" ; - {- VPB (Pres Subj 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) => -} "tentbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "tentabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "tentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tentara" ; "tentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tentaras" ; "tentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tentara" ; "tentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tentramos" ; "tentsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tentarais" ; "tentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tentaran" ; "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) => -} "tentars" ;--# 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) => -} "tentaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "tentarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "tentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "tentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "tentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "tentremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "tentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "tentaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "tentara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "tentaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "tentara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "tentaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "tentarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "tentaran" ;--# 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 (BeschSpa.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) => -} "tonis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "tuenan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "tuene" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "tuenes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "tuene" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "tonemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "tonis" ; - {- VPB (Pres Subj 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) => -} "tonbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "tonabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "tonaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tonara" ; "tonase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tonaras" ; "tonases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tonara" ; "tonase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tonramos" ; "tonsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tonarais" ; "tonaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tonaran" ; "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) => -} "tonars" ;--# 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) => -} "tonaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "tonarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "tonare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "tonares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "tonare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "tonremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "tonareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "tonaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "tonara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "tonaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "tonara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "tonaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "tonarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "tonaran" ;--# 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 (BeschSpa.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) => -} "tostis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "tuestan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "tueste" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "tuestes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "tueste" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "tostemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "tostis" ; - {- VPB (Pres Subj 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) => -} "tostbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "tostabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "tostaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tostara" ; "tostase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tostaras" ; "tostases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tostara" ; "tostase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tostramos" ; "tostsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tostarais" ; "tostaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tostaran" ; "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) => -} "tostars" ;--# 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) => -} "tostaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "tostarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "tostare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "tostares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "tostare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "tostremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "tostareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "tostaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "tostara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "tostaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "tostara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "tostaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "tostarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "tostaran" ;--# 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 (BeschSpa.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) => -} "trascolis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "trascuelan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "trascuele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "trascueles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "trascuele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "trascolemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "trascolis" ; - {- VPB (Pres Subj 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) => -} "trascolbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "trascolabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "trascolaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trascolara" ; "trascolase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trascolaras" ; "trascolases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trascolara" ; "trascolase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trascolramos" ; "trascolsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trascolarais" ; "trascolaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trascolaran" ; "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) => -} "trascolars" ;--# 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) => -} "trascolaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "trascolarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "trascolare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "trascolares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "trascolare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "trascolremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "trascolareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "trascolaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "trascolara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "trascolaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "trascolara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "trascolaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "trascolarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "trascolaran" ;--# 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 trasoar_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "trasoar" ; - {- VI Ger => -} "trasoando" ; - {- VI Part => -} "trasoado" ; - {- VPB (Pres Ind C.Sg C.P1) => -} "trasueo" ; - {- VPB (Pres Ind C.Sg C.P2) => -} "trasueas" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "trasuea" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "trasoamos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "trasois" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "trasuean" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "trasuee" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "trasuees" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "trasuee" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "trasoemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "trasois" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "trasueen" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "trasoaba" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "trasoabas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "trasoaba" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "trasobamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "trasoabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "trasoaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trasoara" ; "trasoase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trasoaras" ; "trasoases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trasoara" ; "trasoase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trasoramos" ; "trasosemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trasoarais" ; "trasoaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trasoaran" ; "trasoasen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "traso" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "trasoaste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "traso" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "trasoamos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "trasoasteis" ;--# notpresent - {- VPB (Pret C.Pl C.P3) => -} "trasoaron" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P1) => -} "trasoar" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P2) => -} "trasoars" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P3) => -} "trasoar" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P1) => -} "trasoaremos" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P2) => -} "trasoaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "trasoarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "trasoare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "trasoares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "trasoare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "trasoremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "trasoareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "trasoaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "trasoara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "trasoaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "trasoara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "trasoaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "trasoarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "trasoaran" ;--# notpresent - {- VPB (Imper C.Sg C.P1) => -} variants {} ; - {- VPB (Imper C.Sg C.P2) => -} "trasuea" ; - {- VPB (Imper C.Sg C.P3) => -} "trasuee" ; - {- VPB (Imper C.Pl C.P1) => -} "trasoemos" ; - {- VPB (Imper C.Pl C.P2) => -} "trasoad" ; - {- VPB (Imper C.Pl C.P3) => -} "trasueen" ; - {- VPB (Pass C.Sg Masc) => -} "trasoado" ; - {- VPB (Pass C.Sg Fem) => -} "trasoada" ; - {- VPB (Pass C.Pl Masc) => -} "trasoados" ; - {- VPB (Pass C.Pl Fem) => -} "trasoadas" - ] - } ; - -lin tronar_V = verboV - {s = table (BeschSpa.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) => -} "tronis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "truenan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "truene" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "truenes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "truene" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "tronemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "tronis" ; - {- VPB (Pres Subj 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) => -} "tronbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "tronabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "tronaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tronara" ; "tronase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tronaras" ; "tronases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tronara" ; "tronase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tronramos" ; "tronsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tronarais" ; "tronaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tronaran" ; "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) => -} "tronars" ;--# 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) => -} "tronaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "tronarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "tronare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "tronares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "tronare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "tronremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "tronareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "tronaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "tronara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "tronaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "tronara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "tronaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "tronarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "tronaran" ;--# 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 (BeschSpa.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) => -} "unisonis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "unisuenan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "unisuene" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "unisuenes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "unisuene" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "unisonemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "unisonis" ; - {- VPB (Pres Subj 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) => -} "unisonbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "unisonabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "unisonaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"unisonara" ; "unisonase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"unisonaras" ; "unisonases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"unisonara" ; "unisonase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"unisonramos" ; "unisonsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"unisonarais" ; "unisonaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"unisonaran" ; "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) => -} "unisonars" ;--# 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) => -} "unisonaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "unisonarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "unisonare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "unisonares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "unisonare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "unisonremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "unisonareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "unisonaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "unisonara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "unisonaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "unisonara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "unisonaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "unisonarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "unisonaran" ;--# 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 (BeschSpa.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) => -} "ventis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "vientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "viente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "vientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "viente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "ventemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "ventis" ; - {- VPB (Pres Subj 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) => -} "ventbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "ventabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "ventaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ventara" ; "ventase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ventaras" ; "ventases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ventara" ; "ventase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ventramos" ; "ventsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ventarais" ; "ventaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ventaran" ; "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) => -} "ventars" ;--# 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) => -} "ventaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "ventarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "ventare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "ventares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "ventare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "ventremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "ventareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "ventaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "ventara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "ventaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "ventara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "ventaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "ventarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "ventaran" ;--# 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 (BeschSpa.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) => -} "volis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "vuelan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "vuele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "vueles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "vuele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "volemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "volis" ; - {- VPB (Pres Subj 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) => -} "volbamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "volabais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "volaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"volara" ; "volase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"volaras" ; "volases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"volara" ; "volase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"volramos" ; "volsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"volarais" ; "volaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"volaran" ; "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) => -} "volars" ;--# 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) => -} "volaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "volarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "volare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "volares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "volare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "volremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "volareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "volaren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "volara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "volaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "volara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "volaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "volarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "volaran" ;--# 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 (BeschSpa.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) => -} "consegus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "consiguen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "consiga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "consigas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "consiga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "consigamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "consigis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "consigan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "consegua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "conseguas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "consegua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "conseguamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "conseguais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "conseguan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"consiguiera" ; "consiguiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"consiguieras" ; "consiguieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"consiguiera" ; "consiguiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"consiguiramos" ; "consiguisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"consiguierais" ; "consiguieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"consiguieran" ; "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) => -} "conseguirs" ;--# 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) => -} "conseguiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "conseguirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "consiguiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "consiguieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "consiguiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "consiguiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "consiguiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "consiguieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "conseguira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "conseguiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "conseguira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "conseguiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "conseguirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "conseguiran" ;--# 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 (BeschSpa.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) => -} "ergus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "yerguen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "yerga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "yergas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "yerga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "irgamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "irgis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "yergan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "ergua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "erguas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "ergua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "erguamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "erguais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "erguan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"irguiera" ; "irguiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"irguieras" ; "irguieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"irguiera" ; "irguiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"irguiramos" ; "irguisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"irguierais" ; "irguieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"irguieran" ; "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) => -} "erguirs" ;--# 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) => -} "erguiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "erguirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "irguiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "irguieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "irguiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "irguiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "irguiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "irguieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "erguira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "erguiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "erguira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "erguiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "erguirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "erguiran" ;--# 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 (BeschSpa.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) => -} "persegus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "persiguen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "persiga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "persigas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "persiga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "persigamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "persigis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "persigan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "persegua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "perseguas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "persegua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "perseguamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "perseguais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "perseguan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"persiguiera" ; "persiguiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"persiguieras" ; "persiguieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"persiguiera" ; "persiguiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"persiguiramos" ; "persiguisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"persiguierais" ; "persiguieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"persiguieran" ; "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) => -} "perseguirs" ;--# 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) => -} "perseguiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "perseguirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "persiguiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "persiguieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "persiguiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "persiguiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "persiguiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "persiguieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "perseguira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "perseguiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "perseguira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "perseguiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "perseguirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "perseguiran" ;--# 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 (BeschSpa.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) => -} "prosegus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "prosiguen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "prosiga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "prosigas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "prosiga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "prosigamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "prosigis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "prosigan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "prosegua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "proseguas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "prosegua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "proseguamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "proseguais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "proseguan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"prosiguiera" ; "prosiguiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"prosiguieras" ; "prosiguieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"prosiguiera" ; "prosiguiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"prosiguiramos" ; "prosiguisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"prosiguierais" ; "prosiguieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"prosiguieran" ; "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) => -} "proseguirs" ;--# 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) => -} "proseguiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "proseguirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "prosiguiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "prosiguieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "prosiguiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "prosiguiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "prosiguiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "prosiguieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "proseguira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "proseguiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "proseguira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "proseguiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "proseguirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "proseguiran" ;--# 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 (BeschSpa.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) => -} "resegus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "resiguen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "resiga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "resigas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "resiga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "resigamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "resigis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "resigan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "resegua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "reseguas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "resegua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "reseguamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "reseguais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "reseguan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"resiguiera" ; "resiguiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"resiguieras" ; "resiguieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"resiguiera" ; "resiguiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"resiguiramos" ; "resiguisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"resiguierais" ; "resiguieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"resiguieran" ; "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) => -} "reseguirs" ;--# 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) => -} "reseguiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "reseguirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "resiguiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "resiguieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "resiguiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "resiguiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "resiguiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "resiguieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "reseguira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "reseguiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "reseguira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "reseguiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "reseguirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "reseguiran" ;--# 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 (BeschSpa.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) => -} "segus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "siguen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "siga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sigas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "siga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sigamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sigis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sigan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "segua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "seguas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "segua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "seguamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "seguais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "seguan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"siguiera" ; "siguiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"siguieras" ; "siguieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"siguiera" ; "siguiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"siguiramos" ; "siguisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"siguierais" ; "siguieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"siguieran" ; "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) => -} "seguirs" ;--# 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) => -} "seguiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "seguirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "siguiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "siguieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "siguiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "siguiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "siguiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "siguieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "seguira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "seguiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "seguira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "seguiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "seguirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "seguiran" ;--# 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 (BeschSpa.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) => -} "subsegus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "subsiguen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "subsiga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "subsigas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "subsiga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "subsigamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "subsigis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "subsigan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "subsegua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "subseguas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "subsegua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "subseguamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "subseguais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "subseguan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"subsiguiera" ; "subsiguiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"subsiguieras" ; "subsiguieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"subsiguiera" ; "subsiguiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"subsiguiramos" ; "subsiguisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"subsiguierais" ; "subsiguieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"subsiguieran" ; "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) => -} "subseguirs" ;--# 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) => -} "subseguiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "subseguirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "subsiguiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "subsiguieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "subsiguiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "subsiguiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "subsiguiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "subsiguieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "subseguira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "subseguiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "subseguira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "subseguiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "subseguirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "subseguiran" ;--# 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 (BeschSpa.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) => -} "contrahacis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "contrahacen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "contrahaga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "contrahagas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "contrahaga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "contrahagamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "contrahagis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "contrahagan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "contrahaca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "contrahacas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "contrahaca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "contrahacamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "contrahacais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "contrahacan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"contrahiciera" ; "contrahiciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"contrahicieras" ; "contrahicieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"contrahiciera" ; "contrahiciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"contrahiciramos" ; "contrahicisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"contrahicierais" ; "contrahicieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"contrahicieran" ; "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) => -} "contrahars" ;--# 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) => -} "contraharis" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "contraharn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "contrahiciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "contrahicieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "contrahiciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "contrahiciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "contrahiciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "contrahicieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "contrahara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "contraharas" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "contrahara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "contraharamos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "contraharais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "contraharan" ;--# 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 (BeschSpa.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) => -} "deshacis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "deshacen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "deshaga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "deshagas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "deshaga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "deshagamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "deshagis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "deshagan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "deshaca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "deshacas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "deshaca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "deshacamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "deshacais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "deshacan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"deshiciera" ; "deshiciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"deshicieras" ; "deshicieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"deshiciera" ; "deshiciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"deshiciramos" ; "deshicisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"deshicierais" ; "deshicieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"deshicieran" ; "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) => -} "deshars" ;--# 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) => -} "desharis" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desharn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "deshiciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "deshicieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "deshiciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "deshiciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "deshiciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "deshicieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "deshara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desharas" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "deshara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desharamos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desharais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desharan" ;--# 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 (BeschSpa.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) => -} "hacis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "hacen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "haga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "hagas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "haga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "hagamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "hagis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "hagan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "haca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "hacas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "haca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "hacamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "hacais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "hacan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"hiciera" ; "hiciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"hicieras" ; "hicieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"hiciera" ; "hiciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"hiciramos" ; "hicisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"hicierais" ; "hicieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"hicieran" ; "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) => -} "hars" ;--# 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) => -} "haris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "harn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "hiciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "hicieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "hiciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "hiciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "hiciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "hicieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "hara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "haras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "hara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "haramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "harais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "haran" ;--# 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 (BeschSpa.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) => -} "licuefacis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "licuefacen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "licuefaga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "licuefagas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "licuefaga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "licuefagamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "licuefagis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "licuefagan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "licuefaca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "licuefacas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "licuefaca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "licuefacamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "licuefacais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "licuefacan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"licueficiera" ; "licueficiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"licueficieras" ; "licueficieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"licueficiera" ; "licueficiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"licueficiramos" ; "licueficisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"licueficierais" ; "licueficieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"licueficieran" ; "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) => -} "licuefars" ;--# 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) => -} "licuefaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "licuefarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "licueficiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "licueficieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "licueficiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "licueficiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "licueficiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "licueficieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "licuefara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "licuefaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "licuefara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "licuefaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "licuefarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "licuefaran" ;--# 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 (BeschSpa.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) => -} "rarefacis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "rarefacen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "rarefaga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "rarefagas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "rarefaga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "rarefagamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "rarefagis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "rarefagan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "rarefaca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "rarefacas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "rarefaca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "rarefacamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "rarefacais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "rarefacan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rareficiera" ; "rareficiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rareficieras" ; "rareficieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rareficiera" ; "rareficiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rareficiramos" ; "rareficisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rareficierais" ; "rareficieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rareficieran" ; "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) => -} "rarefars" ;--# 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) => -} "rarefaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "rarefarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "rareficiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "rareficieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "rareficiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "rareficiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "rareficiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "rareficieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "rarefara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "rarefaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "rarefara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "rarefaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "rarefarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "rarefaran" ;--# 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 (BeschSpa.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) => -} "rehacis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "rehacen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "rehaga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "rehagas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "rehaga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "rehagamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "rehagis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "rehagan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "rehaca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "rehacas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "rehaca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "rehacamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "rehacais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "rehacan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rehiciera" ; "rehiciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rehicieras" ; "rehicieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rehiciera" ; "rehiciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rehiciramos" ; "rehicisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rehicierais" ; "rehicieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rehicieran" ; "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) => -} "rehars" ;--# 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) => -} "reharis" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "reharn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "rehiciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "rehicieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "rehiciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "rehiciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "rehiciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "rehicieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "rehara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "reharas" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "rehara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "reharamos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "reharais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "reharan" ;--# 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 (BeschSpa.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) => -} "satisfacis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "satisfacen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "satisfaga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "satisfagas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "satisfaga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "satisfagamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "satisfagis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "satisfagan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "satisfaca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "satisfacas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "satisfaca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "satisfacamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "satisfacais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "satisfacan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"satisficiera" ; "satisficiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"satisficieras" ; "satisficieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"satisficiera" ; "satisficiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"satisficiramos" ; "satisficisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"satisficierais" ; "satisficieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"satisficieran" ; "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) => -} "satisfars" ;--# 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) => -} "satisfaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "satisfarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "satisficiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "satisficieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "satisficiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "satisficiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "satisficiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "satisficieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "satisfara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "satisfaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "satisfara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "satisfaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "satisfarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "satisfaran" ;--# 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 (BeschSpa.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) => -} "tumefacis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "tumefacen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "tumefaga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "tumefagas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "tumefaga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "tumefagamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "tumefagis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "tumefagan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "tumefaca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "tumefacas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "tumefaca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "tumefacamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "tumefacais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "tumefacan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tumeficiera" ; "tumeficiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tumeficieras" ; "tumeficieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tumeficiera" ; "tumeficiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tumeficiramos" ; "tumeficisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tumeficierais" ; "tumeficieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tumeficieran" ; "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) => -} "tumefars" ;--# 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) => -} "tumefaris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "tumefarn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "tumeficiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "tumeficieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "tumeficiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "tumeficiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "tumeficiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "tumeficieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "tumefara" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "tumefaras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "tumefara" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "tumefaramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "tumefarais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "tumefaran" ;--# 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 (BeschSpa.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) => -} "aflus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "afluyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "afluya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "afluyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "afluya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "afluyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "afluyis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "afluyan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "aflua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "afluas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "aflua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "afluamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "afluais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "afluan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"afluyera" ; "afluyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"afluyeras" ; "afluyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"afluyera" ; "afluyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"afluyramos" ; "afluysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"afluyerais" ; "afluyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"afluyeran" ; "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) => -} "afluirs" ;--# 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) => -} "afluiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "afluirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "afluyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "afluyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "afluyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "afluyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "afluyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "afluyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "afluira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "afluiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "afluira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "afluiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "afluirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "afluiran" ;--# 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 argir_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "argir" ; - {- VI Ger => -} "argyendo" ; - {- VI Part => -} "argido" ; - {- VPB (Pres Ind C.Sg C.P1) => -} "argyo" ; - {- VPB (Pres Ind C.Sg C.P2) => -} "argyes" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "argye" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "argimos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "args" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "argyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "argya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "argyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "argya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "argyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "argyis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "argyan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "arga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "argas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "arga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "argamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "argais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "argan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"argyera" ; "argyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"argyeras" ; "argyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"argyera" ; "argyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"argyramos" ; "argysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"argyerais" ; "argyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"argyeran" ; "argyesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "arg" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "argiste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "argy" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "argimos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "argisteis" ;--# notpresent - {- VPB (Pret C.Pl C.P3) => -} "argyeron" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P1) => -} "argir" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P2) => -} "argirs" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P3) => -} "argir" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P1) => -} "argiremos" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P2) => -} "argiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "argirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "argyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "argyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "argyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "argyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "argyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "argyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "argira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "argiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "argira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "argiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "argirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "argiran" ;--# notpresent - {- VPB (Imper C.Sg C.P1) => -} variants {} ; - {- VPB (Imper C.Sg C.P2) => -} "argye" ; - {- VPB (Imper C.Sg C.P3) => -} "argya" ; - {- VPB (Imper C.Pl C.P1) => -} "argyamos" ; - {- VPB (Imper C.Pl C.P2) => -} "argid" ; - {- VPB (Imper C.Pl C.P3) => -} "argyan" ; - {- VPB (Pass C.Sg Masc) => -} "argido" ; - {- VPB (Pass C.Sg Fem) => -} "argida" ; - {- VPB (Pass C.Pl Masc) => -} "argidos" ; - {- VPB (Pass C.Pl Fem) => -} "argidas" - ] - } ; - -lin atribuir_V = verboV - {s = table (BeschSpa.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) => -} "atribus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "atribuyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "atribuya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "atribuyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "atribuya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "atribuyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "atribuyis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "atribuyan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "atribua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "atribuas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "atribua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "atribuamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "atribuais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "atribuan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"atribuyera" ; "atribuyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"atribuyeras" ; "atribuyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"atribuyera" ; "atribuyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"atribuyramos" ; "atribuysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"atribuyerais" ; "atribuyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"atribuyeran" ; "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) => -} "atribuirs" ;--# 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) => -} "atribuiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "atribuirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "atribuyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "atribuyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "atribuyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "atribuyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "atribuyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "atribuyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "atribuira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "atribuiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "atribuira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "atribuiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "atribuirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "atribuiran" ;--# 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 (BeschSpa.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) => -} "circus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "circuyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "circuya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "circuyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "circuya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "circuyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "circuyis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "circuyan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "circua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "circuas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "circua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "circuamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "circuais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "circuan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"circuyera" ; "circuyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"circuyeras" ; "circuyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"circuyera" ; "circuyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"circuyramos" ; "circuysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"circuyerais" ; "circuyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"circuyeran" ; "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) => -} "circuirs" ;--# 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) => -} "circuiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "circuirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "circuyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "circuyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "circuyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "circuyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "circuyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "circuyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "circuira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "circuiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "circuira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "circuiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "circuirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "circuiran" ;--# 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 (BeschSpa.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) => -} "conclus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "concluyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "concluya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "concluyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "concluya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "concluyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "concluyis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "concluyan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "conclua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "concluas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "conclua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "concluamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "concluais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "concluan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"concluyera" ; "concluyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"concluyeras" ; "concluyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"concluyera" ; "concluyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"concluyramos" ; "concluysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"concluyerais" ; "concluyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"concluyeran" ; "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) => -} "concluirs" ;--# 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) => -} "concluiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "concluirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "concluyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "concluyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "concluyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "concluyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "concluyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "concluyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "concluira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "concluiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "concluira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "concluiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "concluirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "concluiran" ;--# 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 (BeschSpa.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) => -} "conflus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "confluyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "confluya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "confluyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "confluya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "confluyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "confluyis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "confluyan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "conflua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "confluas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "conflua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "confluamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "confluais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "confluan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"confluyera" ; "confluyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"confluyeras" ; "confluyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"confluyera" ; "confluyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"confluyramos" ; "confluysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"confluyerais" ; "confluyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"confluyeran" ; "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) => -} "confluirs" ;--# 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) => -} "confluiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "confluirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "confluyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "confluyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "confluyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "confluyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "confluyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "confluyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "confluira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "confluiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "confluira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "confluiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "confluirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "confluiran" ;--# 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 (BeschSpa.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) => -} "constitus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "constituyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "constituya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "constituyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "constituya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "constituyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "constituyis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "constituyan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "constitua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "constituas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "constitua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "constituamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "constituais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "constituan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"constituyera" ; "constituyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"constituyeras" ; "constituyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"constituyera" ; "constituyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"constituyramos" ; "constituysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"constituyerais" ; "constituyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"constituyeran" ; "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) => -} "constituirs" ;--# 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) => -} "constituiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "constituirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "constituyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "constituyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "constituyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "constituyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "constituyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "constituyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "constituira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "constituiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "constituira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "constituiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "constituirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "constituiran" ;--# 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 (BeschSpa.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) => -} "construs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "construyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "construya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "construyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "construya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "construyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "construyis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "construyan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "construa" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "construas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "construa" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "construamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "construais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "construan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"construyera" ; "construyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"construyeras" ; "construyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"construyera" ; "construyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"construyramos" ; "construysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"construyerais" ; "construyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"construyeran" ; "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) => -} "construirs" ;--# 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) => -} "construiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "construirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "construyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "construyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "construyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "construyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "construyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "construyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "construira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "construiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "construira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "construiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "construirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "construiran" ;--# 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 (BeschSpa.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) => -} "contribus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "contribuyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "contribuya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "contribuyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "contribuya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "contribuyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "contribuyis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "contribuyan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "contribua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "contribuas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "contribua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "contribuamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "contribuais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "contribuan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"contribuyera" ; "contribuyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"contribuyeras" ; "contribuyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"contribuyera" ; "contribuyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"contribuyramos" ; "contribuysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"contribuyerais" ; "contribuyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"contribuyeran" ; "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) => -} "contribuirs" ;--# 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) => -} "contribuiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "contribuirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "contribuyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "contribuyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "contribuyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "contribuyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "contribuyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "contribuyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "contribuira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "contribuiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "contribuira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "contribuiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "contribuirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "contribuiran" ;--# 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 (BeschSpa.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) => -} "derrus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "derruyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "derruya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "derruyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "derruya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "derruyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "derruyis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "derruyan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "derrua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "derruas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "derrua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "derruamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "derruais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "derruan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"derruyera" ; "derruyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"derruyeras" ; "derruyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"derruyera" ; "derruyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"derruyramos" ; "derruysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"derruyerais" ; "derruyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"derruyeran" ; "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) => -} "derruirs" ;--# 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) => -} "derruiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "derruirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "derruyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "derruyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "derruyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "derruyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "derruyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "derruyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "derruira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "derruiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "derruira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "derruiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "derruirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "derruiran" ;--# 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 (BeschSpa.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) => -} "desobstrus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desobstruyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desobstruya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desobstruyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desobstruya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desobstruyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desobstruyis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desobstruyan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "desobstrua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desobstruas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "desobstrua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desobstruamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desobstruais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desobstruan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desobstruyera" ; "desobstruyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desobstruyeras" ; "desobstruyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desobstruyera" ; "desobstruyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desobstruyramos" ; "desobstruysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desobstruyerais" ; "desobstruyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desobstruyeran" ; "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) => -} "desobstruirs" ;--# 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) => -} "desobstruiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desobstruirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desobstruyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desobstruyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desobstruyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desobstruyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desobstruyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desobstruyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desobstruira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desobstruiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desobstruira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desobstruiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desobstruirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desobstruiran" ;--# 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 (BeschSpa.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) => -} "destitus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "destituyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "destituya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "destituyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "destituya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "destituyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "destituyis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "destituyan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "destitua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "destituas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "destitua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "destituamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "destituais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "destituan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"destituyera" ; "destituyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"destituyeras" ; "destituyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"destituyera" ; "destituyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"destituyramos" ; "destituysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"destituyerais" ; "destituyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"destituyeran" ; "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) => -} "destituirs" ;--# 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) => -} "destituiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "destituirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "destituyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "destituyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "destituyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "destituyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "destituyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "destituyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "destituira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "destituiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "destituira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "destituiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "destituirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "destituiran" ;--# 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 (BeschSpa.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) => -} "destrus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "destruyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "destruya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "destruyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "destruya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "destruyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "destruyis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "destruyan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "destrua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "destruas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "destrua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "destruamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "destruais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "destruan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"destruyera" ; "destruyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"destruyeras" ; "destruyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"destruyera" ; "destruyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"destruyramos" ; "destruysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"destruyerais" ; "destruyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"destruyeran" ; "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) => -} "destruirs" ;--# 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) => -} "destruiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "destruirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "destruyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "destruyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "destruyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "destruyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "destruyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "destruyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "destruira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "destruiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "destruira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "destruiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "destruirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "destruiran" ;--# 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 (BeschSpa.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) => -} "diflus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "difluyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "difluya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "difluyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "difluya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "difluyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "difluyis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "difluyan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "diflua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "difluas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "diflua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "difluamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "difluais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "difluan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"difluyera" ; "difluyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"difluyeras" ; "difluyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"difluyera" ; "difluyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"difluyramos" ; "difluysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"difluyerais" ; "difluyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"difluyeran" ; "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) => -} "difluirs" ;--# 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) => -} "difluiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "difluirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "difluyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "difluyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "difluyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "difluyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "difluyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "difluyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "difluira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "difluiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "difluira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "difluiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "difluirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "difluiran" ;--# 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 (BeschSpa.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) => -} "dilus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "diluyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "diluya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "diluyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "diluya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "diluyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "diluyis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "diluyan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "dilua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "diluas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "dilua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "diluamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "diluais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "diluan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"diluyera" ; "diluyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"diluyeras" ; "diluyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"diluyera" ; "diluyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"diluyramos" ; "diluysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"diluyerais" ; "diluyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"diluyeran" ; "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) => -} "diluirs" ;--# 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) => -} "diluiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "diluirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "diluyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "diluyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "diluyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "diluyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "diluyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "diluyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "diluira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "diluiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "diluira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "diluiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "diluirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "diluiran" ;--# 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 (BeschSpa.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) => -} "diminus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "diminuyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "diminuya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "diminuyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "diminuya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "diminuyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "diminuyis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "diminuyan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "diminua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "diminuas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "diminua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "diminuamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "diminuais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "diminuan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"diminuyera" ; "diminuyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"diminuyeras" ; "diminuyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"diminuyera" ; "diminuyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"diminuyramos" ; "diminuysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"diminuyerais" ; "diminuyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"diminuyeran" ; "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) => -} "diminuirs" ;--# 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) => -} "diminuiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "diminuirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "diminuyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "diminuyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "diminuyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "diminuyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "diminuyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "diminuyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "diminuira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "diminuiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "diminuira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "diminuiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "diminuirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "diminuiran" ;--# 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 (BeschSpa.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) => -} "disminus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "disminuyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "disminuya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "disminuyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "disminuya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "disminuyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "disminuyis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "disminuyan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "disminua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "disminuas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "disminua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "disminuamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "disminuais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "disminuan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"disminuyera" ; "disminuyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"disminuyeras" ; "disminuyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"disminuyera" ; "disminuyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"disminuyramos" ; "disminuysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"disminuyerais" ; "disminuyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"disminuyeran" ; "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) => -} "disminuirs" ;--# 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) => -} "disminuiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "disminuirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "disminuyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "disminuyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "disminuyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "disminuyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "disminuyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "disminuyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "disminuira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "disminuiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "disminuira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "disminuiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "disminuirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "disminuiran" ;--# 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 (BeschSpa.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) => -} "distribus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "distribuyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "distribuya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "distribuyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "distribuya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "distribuyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "distribuyis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "distribuyan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "distribua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "distribuas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "distribua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "distribuamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "distribuais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "distribuan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"distribuyera" ; "distribuyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"distribuyeras" ; "distribuyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"distribuyera" ; "distribuyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"distribuyramos" ; "distribuysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"distribuyerais" ; "distribuyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"distribuyeran" ; "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) => -} "distribuirs" ;--# 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) => -} "distribuiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "distribuirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "distribuyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "distribuyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "distribuyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "distribuyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "distribuyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "distribuyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "distribuira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "distribuiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "distribuira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "distribuiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "distribuirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "distribuiran" ;--# 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 (BeschSpa.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) => -} "eflus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "efluyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "efluya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "efluyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "efluya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "efluyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "efluyis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "efluyan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "eflua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "efluas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "eflua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "efluamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "efluais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "efluan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"efluyera" ; "efluyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"efluyeras" ; "efluyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"efluyera" ; "efluyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"efluyramos" ; "efluysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"efluyerais" ; "efluyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"efluyeran" ; "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) => -} "efluirs" ;--# 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) => -} "efluiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "efluirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "efluyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "efluyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "efluyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "efluyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "efluyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "efluyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "efluira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "efluiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "efluira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "efluiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "efluirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "efluiran" ;--# 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 (BeschSpa.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) => -} "esmus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "esmuyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "esmuya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "esmuyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "esmuya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "esmuyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "esmuyis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "esmuyan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "esmua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "esmuas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "esmua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "esmuamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "esmuais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "esmuan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"esmuyera" ; "esmuyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"esmuyeras" ; "esmuyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"esmuyera" ; "esmuyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"esmuyramos" ; "esmuysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"esmuyerais" ; "esmuyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"esmuyeran" ; "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) => -} "esmuirs" ;--# 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) => -} "esmuiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "esmuirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "esmuyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "esmuyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "esmuyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "esmuyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "esmuyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "esmuyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "esmuira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "esmuiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "esmuira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "esmuiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "esmuirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "esmuiran" ;--# 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 (BeschSpa.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) => -} "estatus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "estatuyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "estatuya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "estatuyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "estatuya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "estatuyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "estatuyis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "estatuyan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "estatua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "estatuas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "estatua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "estatuamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "estatuais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "estatuan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"estatuyera" ; "estatuyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"estatuyeras" ; "estatuyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"estatuyera" ; "estatuyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"estatuyramos" ; "estatuysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"estatuyerais" ; "estatuyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"estatuyeran" ; "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) => -} "estatuirs" ;--# 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) => -} "estatuiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "estatuirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "estatuyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "estatuyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "estatuyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "estatuyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "estatuyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "estatuyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "estatuira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "estatuiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "estatuira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "estatuiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "estatuirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "estatuiran" ;--# 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 (BeschSpa.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) => -} "exclus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "excluyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "excluya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "excluyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "excluya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "excluyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "excluyis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "excluyan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "exclua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "excluas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "exclua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "excluamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "excluais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "excluan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"excluyera" ; "excluyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"excluyeras" ; "excluyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"excluyera" ; "excluyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"excluyramos" ; "excluysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"excluyerais" ; "excluyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"excluyeran" ; "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) => -} "excluirs" ;--# 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) => -} "excluiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "excluirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "excluyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "excluyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "excluyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "excluyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "excluyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "excluyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "excluira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "excluiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "excluira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "excluiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "excluirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "excluiran" ;--# 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 (BeschSpa.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) => -} "flus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "fluyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "fluya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "fluyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "fluya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "fluyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "fluyis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "fluyan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "flua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "fluas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "flua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "fluamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "fluais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "fluan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"fluyera" ; "fluyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fluyeras" ; "fluyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fluyera" ; "fluyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"fluyramos" ; "fluysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fluyerais" ; "fluyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fluyeran" ; "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) => -} "fluirs" ;--# 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) => -} "fluiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "fluirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "fluyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "fluyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "fluyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "fluyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "fluyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "fluyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "fluira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "fluiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "fluira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "fluiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "fluirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "fluiran" ;--# 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 (BeschSpa.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) => -} "frus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "fruyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "fruya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "fruyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "fruya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "fruyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "fruyis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "fruyan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "frua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "fruas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "frua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "fruamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "fruais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "fruan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"fruyera" ; "fruyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fruyeras" ; "fruyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fruyera" ; "fruyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"fruyramos" ; "fruysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fruyerais" ; "fruyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fruyeran" ; "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) => -} "fruirs" ;--# 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) => -} "fruiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "fruirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "fruyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "fruyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "fruyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "fruyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "fruyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "fruyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "fruira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "fruiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "fruira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "fruiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "fruirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "fruiran" ;--# 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 (BeschSpa.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) => -} "grus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "gruyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "gruya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "gruyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "gruya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "gruyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "gruyis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "gruyan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "grua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "gruas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "grua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "gruamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "gruais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "gruan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"gruyera" ; "gruyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"gruyeras" ; "gruyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"gruyera" ; "gruyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"gruyramos" ; "gruysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"gruyerais" ; "gruyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"gruyeran" ; "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) => -} "gruirs" ;--# 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) => -} "gruiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "gruirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "gruyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "gruyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "gruyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "gruyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "gruyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "gruyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "gruira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "gruiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "gruira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "gruiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "gruirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "gruiran" ;--# 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 (BeschSpa.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) => -} "hus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "huyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "huya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "huyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "huya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "huyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "huyis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "huyan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "hua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "huas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "hua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "huamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "huais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "huan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"huyera" ; "huyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"huyeras" ; "huyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"huyera" ; "huyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"huyramos" ; "huysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"huyerais" ; "huyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"huyeran" ; "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) => -} "huirs" ;--# 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) => -} "huiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "huirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "huyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "huyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "huyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "huyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "huyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "huyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "huira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "huiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "huira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "huiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "huirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "huiran" ;--# 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 (BeschSpa.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) => -} "imbus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "imbuyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "imbuya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "imbuyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "imbuya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "imbuyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "imbuyis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "imbuyan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "imbua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "imbuas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "imbua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "imbuamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "imbuais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "imbuan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"imbuyera" ; "imbuyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"imbuyeras" ; "imbuyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"imbuyera" ; "imbuyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"imbuyramos" ; "imbuysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"imbuyerais" ; "imbuyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"imbuyeran" ; "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) => -} "imbuirs" ;--# 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) => -} "imbuiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "imbuirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "imbuyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "imbuyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "imbuyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "imbuyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "imbuyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "imbuyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "imbuira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "imbuiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "imbuira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "imbuiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "imbuirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "imbuiran" ;--# 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 (BeschSpa.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) => -} "inclus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "incluyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "incluya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "incluyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "incluya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "incluyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "incluyis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "incluyan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "inclua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "incluas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "inclua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "incluamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "incluais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "incluan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"incluyera" ; "incluyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"incluyeras" ; "incluyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"incluyera" ; "incluyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"incluyramos" ; "incluysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"incluyerais" ; "incluyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"incluyeran" ; "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) => -} "incluirs" ;--# 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) => -} "incluiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "incluirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "incluyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "incluyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "incluyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "incluyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "incluyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "incluyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "incluira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "incluiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "incluira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "incluiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "incluirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "incluiran" ;--# 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 (BeschSpa.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) => -} "influs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "influyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "influya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "influyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "influya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "influyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "influyis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "influyan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "influa" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "influas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "influa" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "influamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "influais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "influan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"influyera" ; "influyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"influyeras" ; "influyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"influyera" ; "influyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"influyramos" ; "influysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"influyerais" ; "influyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"influyeran" ; "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) => -} "influirs" ;--# 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) => -} "influiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "influirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "influyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "influyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "influyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "influyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "influyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "influyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "influira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "influiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "influira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "influiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "influirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "influiran" ;--# 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 (BeschSpa.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) => -} "inmiscus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "inmiscuyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "inmiscuya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "inmiscuyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "inmiscuya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "inmiscuyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "inmiscuyis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "inmiscuyan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "inmiscua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "inmiscuas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "inmiscua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "inmiscuamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "inmiscuais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "inmiscuan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"inmiscuyera" ; "inmiscuyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"inmiscuyeras" ; "inmiscuyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"inmiscuyera" ; "inmiscuyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"inmiscuyramos" ; "inmiscuysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"inmiscuyerais" ; "inmiscuyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"inmiscuyeran" ; "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) => -} "inmiscuirs" ;--# 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) => -} "inmiscuiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "inmiscuirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "inmiscuyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "inmiscuyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "inmiscuyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "inmiscuyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "inmiscuyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "inmiscuyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "inmiscuira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "inmiscuiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "inmiscuira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "inmiscuiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "inmiscuirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "inmiscuiran" ;--# 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 (BeschSpa.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) => -} "institus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "instituyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "instituya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "instituyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "instituya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "instituyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "instituyis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "instituyan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "institua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "instituas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "institua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "instituamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "instituais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "instituan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"instituyera" ; "instituyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"instituyeras" ; "instituyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"instituyera" ; "instituyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"instituyramos" ; "instituysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"instituyerais" ; "instituyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"instituyeran" ; "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) => -} "instituirs" ;--# 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) => -} "instituiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "instituirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "instituyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "instituyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "instituyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "instituyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "instituyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "instituyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "instituira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "instituiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "instituira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "instituiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "instituirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "instituiran" ;--# 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 (BeschSpa.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) => -} "instrus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "instruyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "instruya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "instruyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "instruya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "instruyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "instruyis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "instruyan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "instrua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "instruas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "instrua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "instruamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "instruais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "instruan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"instruyera" ; "instruyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"instruyeras" ; "instruyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"instruyera" ; "instruyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"instruyramos" ; "instruysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"instruyerais" ; "instruyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"instruyeran" ; "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) => -} "instruirs" ;--# 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) => -} "instruiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "instruirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "instruyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "instruyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "instruyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "instruyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "instruyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "instruyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "instruira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "instruiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "instruira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "instruiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "instruirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "instruiran" ;--# 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 (BeschSpa.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) => -} "intus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "intuyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "intuya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "intuyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "intuya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "intuyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "intuyis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "intuyan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "intua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "intuas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "intua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "intuamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "intuais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "intuan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"intuyera" ; "intuyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"intuyeras" ; "intuyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"intuyera" ; "intuyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"intuyramos" ; "intuysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"intuyerais" ; "intuyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"intuyeran" ; "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) => -} "intuirs" ;--# 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) => -} "intuiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "intuirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "intuyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "intuyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "intuyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "intuyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "intuyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "intuyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "intuira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "intuiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "intuira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "intuiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "intuirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "intuiran" ;--# 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 (BeschSpa.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) => -} "irrus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "irruyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "irruya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "irruyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "irruya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "irruyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "irruyis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "irruyan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "irrua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "irruas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "irrua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "irruamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "irruais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "irruan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"irruyera" ; "irruyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"irruyeras" ; "irruyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"irruyera" ; "irruyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"irruyramos" ; "irruysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"irruyerais" ; "irruyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"irruyeran" ; "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) => -} "irruirs" ;--# 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) => -} "irruiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "irruirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "irruyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "irruyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "irruyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "irruyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "irruyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "irruyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "irruira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "irruiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "irruira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "irruiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "irruirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "irruiran" ;--# 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 (BeschSpa.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) => -} "lus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "luyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "luya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "luyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "luya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "luyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "luyis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "luyan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "lua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "luas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "lua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "luamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "luais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "luan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"luyera" ; "luyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"luyeras" ; "luyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"luyera" ; "luyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"luyramos" ; "luysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"luyerais" ; "luyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"luyeran" ; "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) => -} "luirs" ;--# 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) => -} "luiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "luirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "luyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "luyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "luyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "luyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "luyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "luyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "luira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "luiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "luira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "luiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "luirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "luiran" ;--# 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 (BeschSpa.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) => -} "obstrus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "obstruyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "obstruya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "obstruyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "obstruya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "obstruyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "obstruyis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "obstruyan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "obstrua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "obstruas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "obstrua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "obstruamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "obstruais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "obstruan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"obstruyera" ; "obstruyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"obstruyeras" ; "obstruyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"obstruyera" ; "obstruyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"obstruyramos" ; "obstruysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"obstruyerais" ; "obstruyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"obstruyeran" ; "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) => -} "obstruirs" ;--# 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) => -} "obstruiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "obstruirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "obstruyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "obstruyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "obstruyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "obstruyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "obstruyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "obstruyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "obstruira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "obstruiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "obstruira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "obstruiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "obstruirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "obstruiran" ;--# 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 (BeschSpa.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) => -} "oclus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "ocluyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ocluya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "ocluyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ocluya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "ocluyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "ocluyis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "ocluyan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "oclua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "ocluas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "oclua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "ocluamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "ocluais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "ocluan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ocluyera" ; "ocluyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ocluyeras" ; "ocluyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ocluyera" ; "ocluyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ocluyramos" ; "ocluysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ocluyerais" ; "ocluyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ocluyeran" ; "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) => -} "ocluirs" ;--# 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) => -} "ocluiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "ocluirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "ocluyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "ocluyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "ocluyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "ocluyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "ocluyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "ocluyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "ocluira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "ocluiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "ocluira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "ocluiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "ocluirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "ocluiran" ;--# 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 (BeschSpa.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) => -} "prostitus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "prostituyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "prostituya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "prostituyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "prostituya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "prostituyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "prostituyis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "prostituyan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "prostitua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "prostituas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "prostitua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "prostituamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "prostituais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "prostituan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"prostituyera" ; "prostituyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"prostituyeras" ; "prostituyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"prostituyera" ; "prostituyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"prostituyramos" ; "prostituysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"prostituyerais" ; "prostituyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"prostituyeran" ; "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) => -} "prostituirs" ;--# 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) => -} "prostituiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "prostituirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "prostituyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "prostituyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "prostituyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "prostituyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "prostituyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "prostituyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "prostituira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "prostituiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "prostituira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "prostituiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "prostituirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "prostituiran" ;--# 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 reargir_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "reargir" ; - {- VI Ger => -} "reargyendo" ; - {- VI Part => -} "reargido" ; - {- VPB (Pres Ind C.Sg C.P1) => -} "reargyo" ; - {- VPB (Pres Ind C.Sg C.P2) => -} "reargyes" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "reargye" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "reargimos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "reargs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "reargyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reargya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reargyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reargya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reargyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reargyis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "reargyan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "rearga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "reargas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "rearga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "reargamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "reargais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "reargan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reargyera" ; "reargyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reargyeras" ; "reargyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reargyera" ; "reargyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reargyramos" ; "reargysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reargyerais" ; "reargyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reargyeran" ; "reargyesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "rearg" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "reargiste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "reargy" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "reargimos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "reargisteis" ;--# notpresent - {- VPB (Pret C.Pl C.P3) => -} "reargyeron" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P1) => -} "reargir" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P2) => -} "reargirs" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P3) => -} "reargir" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P1) => -} "reargiremos" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P2) => -} "reargiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "reargirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reargyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "reargyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reargyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reargyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reargyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "reargyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "reargira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "reargiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "reargira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "reargiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "reargirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "reargiran" ;--# notpresent - {- VPB (Imper C.Sg C.P1) => -} variants {} ; - {- VPB (Imper C.Sg C.P2) => -} "reargye" ; - {- VPB (Imper C.Sg C.P3) => -} "reargya" ; - {- VPB (Imper C.Pl C.P1) => -} "reargyamos" ; - {- VPB (Imper C.Pl C.P2) => -} "reargid" ; - {- VPB (Imper C.Pl C.P3) => -} "reargyan" ; - {- VPB (Pass C.Sg Masc) => -} "reargido" ; - {- VPB (Pass C.Sg Fem) => -} "reargida" ; - {- VPB (Pass C.Pl Masc) => -} "reargidos" ; - {- VPB (Pass C.Pl Fem) => -} "reargidas" - ] - } ; - -lin recluir_V = verboV - {s = table (BeschSpa.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) => -} "reclus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "recluyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "recluya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "recluyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "recluya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "recluyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "recluyis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "recluyan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "reclua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "recluas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "reclua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "recluamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "recluais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "recluan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recluyera" ; "recluyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recluyeras" ; "recluyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recluyera" ; "recluyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recluyramos" ; "recluysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recluyerais" ; "recluyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recluyeran" ; "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) => -} "recluirs" ;--# 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) => -} "recluiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "recluirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "recluyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "recluyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "recluyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "recluyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "recluyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "recluyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "recluira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "recluiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "recluira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "recluiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "recluirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "recluiran" ;--# 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 (BeschSpa.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) => -} "reconstitus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "reconstituyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reconstituya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reconstituyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reconstituya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reconstituyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reconstituyis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "reconstituyan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "reconstitua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "reconstituas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "reconstitua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "reconstituamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "reconstituais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "reconstituan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reconstituyera" ; "reconstituyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reconstituyeras" ; "reconstituyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reconstituyera" ; "reconstituyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reconstituyramos" ; "reconstituysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reconstituyerais" ; "reconstituyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reconstituyeran" ; "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) => -} "reconstituirs" ;--# 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) => -} "reconstituiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "reconstituirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reconstituyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "reconstituyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reconstituyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reconstituyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reconstituyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "reconstituyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "reconstituira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "reconstituiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "reconstituira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "reconstituiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "reconstituirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "reconstituiran" ;--# 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 (BeschSpa.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) => -} "reconstrus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "reconstruyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reconstruya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reconstruyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reconstruya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reconstruyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reconstruyis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "reconstruyan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "reconstrua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "reconstruas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "reconstrua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "reconstruamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "reconstruais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "reconstruan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reconstruyera" ; "reconstruyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reconstruyeras" ; "reconstruyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reconstruyera" ; "reconstruyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reconstruyramos" ; "reconstruysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reconstruyerais" ; "reconstruyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reconstruyeran" ; "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) => -} "reconstruirs" ;--# 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) => -} "reconstruiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "reconstruirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reconstruyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "reconstruyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reconstruyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reconstruyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reconstruyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "reconstruyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "reconstruira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "reconstruiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "reconstruira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "reconstruiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "reconstruirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "reconstruiran" ;--# 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 redargir_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "redargir" ; - {- VI Ger => -} "redargyendo" ; - {- VI Part => -} "redargido" ; - {- VPB (Pres Ind C.Sg C.P1) => -} "redargyo" ; - {- VPB (Pres Ind C.Sg C.P2) => -} "redargyes" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "redargye" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "redargimos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "redargs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "redargyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "redargya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "redargyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "redargya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "redargyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "redargyis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "redargyan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "redarga" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "redargas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "redarga" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "redargamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "redargais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "redargan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"redargyera" ; "redargyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"redargyeras" ; "redargyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"redargyera" ; "redargyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"redargyramos" ; "redargysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"redargyerais" ; "redargyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"redargyeran" ; "redargyesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "redarg" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "redargiste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "redargy" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "redargimos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "redargisteis" ;--# notpresent - {- VPB (Pret C.Pl C.P3) => -} "redargyeron" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P1) => -} "redargir" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P2) => -} "redargirs" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P3) => -} "redargir" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P1) => -} "redargiremos" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P2) => -} "redargiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "redargirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "redargyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "redargyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "redargyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "redargyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "redargyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "redargyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "redargira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "redargiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "redargira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "redargiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "redargirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "redargiran" ;--# notpresent - {- VPB (Imper C.Sg C.P1) => -} variants {} ; - {- VPB (Imper C.Sg C.P2) => -} "redargye" ; - {- VPB (Imper C.Sg C.P3) => -} "redargya" ; - {- VPB (Imper C.Pl C.P1) => -} "redargyamos" ; - {- VPB (Imper C.Pl C.P2) => -} "redargid" ; - {- VPB (Imper C.Pl C.P3) => -} "redargyan" ; - {- VPB (Pass C.Sg Masc) => -} "redargido" ; - {- VPB (Pass C.Sg Fem) => -} "redargida" ; - {- VPB (Pass C.Pl Masc) => -} "redargidos" ; - {- VPB (Pass C.Pl Fem) => -} "redargidas" - ] - } ; - -lin redistribuir_V = verboV - {s = table (BeschSpa.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) => -} "redistribus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "redistribuyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "redistribuya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "redistribuyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "redistribuya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "redistribuyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "redistribuyis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "redistribuyan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "redistribua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "redistribuas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "redistribua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "redistribuamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "redistribuais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "redistribuan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"redistribuyera" ; "redistribuyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"redistribuyeras" ; "redistribuyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"redistribuyera" ; "redistribuyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"redistribuyramos" ; "redistribuysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"redistribuyerais" ; "redistribuyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"redistribuyeran" ; "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) => -} "redistribuirs" ;--# 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) => -} "redistribuiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "redistribuirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "redistribuyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "redistribuyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "redistribuyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "redistribuyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "redistribuyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "redistribuyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "redistribuira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "redistribuiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "redistribuira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "redistribuiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "redistribuirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "redistribuiran" ;--# 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 (BeschSpa.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) => -} "reflus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "refluyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "refluya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "refluyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "refluya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "refluyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "refluyis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "refluyan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "reflua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "refluas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "reflua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "refluamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "refluais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "refluan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"refluyera" ; "refluyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"refluyeras" ; "refluyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"refluyera" ; "refluyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"refluyramos" ; "refluysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"refluyerais" ; "refluyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"refluyeran" ; "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) => -} "refluirs" ;--# 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) => -} "refluiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "refluirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "refluyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "refluyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "refluyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "refluyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "refluyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "refluyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "refluira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "refluiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "refluira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "refluiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "refluirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "refluiran" ;--# 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 (BeschSpa.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) => -} "rehus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "rehuyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "rehuya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "rehuyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "rehuya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "rehuyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "rehuyis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "rehuyan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "rehua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "rehuas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "rehua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "rehuamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "rehuais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "rehuan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rehuyera" ; "rehuyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rehuyeras" ; "rehuyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rehuyera" ; "rehuyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rehuyramos" ; "rehuysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rehuyerais" ; "rehuyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rehuyeran" ; "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) => -} "rehuirs" ;--# 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) => -} "rehuiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "rehuirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "rehuyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "rehuyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "rehuyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "rehuyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "rehuyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "rehuyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "rehuira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "rehuiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "rehuira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "rehuiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "rehuirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "rehuiran" ;--# 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 (BeschSpa.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) => -} "restitus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "restituyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "restituya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "restituyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "restituya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "restituyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "restituyis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "restituyan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "restitua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "restituas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "restitua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "restituamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "restituais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "restituan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"restituyera" ; "restituyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"restituyeras" ; "restituyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"restituyera" ; "restituyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"restituyramos" ; "restituysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"restituyerais" ; "restituyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"restituyeran" ; "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) => -} "restituirs" ;--# 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) => -} "restituiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "restituirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "restituyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "restituyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "restituyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "restituyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "restituyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "restituyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "restituira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "restituiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "restituira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "restituiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "restituirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "restituiran" ;--# 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 (BeschSpa.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) => -} "retribus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "retribuyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "retribuya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "retribuyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "retribuya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "retribuyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "retribuyis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "retribuyan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "retribua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "retribuas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "retribua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "retribuamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "retribuais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "retribuan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retribuyera" ; "retribuyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retribuyeras" ; "retribuyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retribuyera" ; "retribuyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retribuyramos" ; "retribuysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retribuyerais" ; "retribuyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retribuyeran" ; "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) => -} "retribuirs" ;--# 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) => -} "retribuiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "retribuirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "retribuyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "retribuyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "retribuyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "retribuyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "retribuyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "retribuyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "retribuira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "retribuiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "retribuira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "retribuiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "retribuirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "retribuiran" ;--# 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 (BeschSpa.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) => -} "substitus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "substituyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "substituya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "substituyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "substituya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "substituyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "substituyis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "substituyan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "substitua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "substituas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "substitua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "substituamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "substituais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "substituan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"substituyera" ; "substituyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"substituyeras" ; "substituyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"substituyera" ; "substituyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"substituyramos" ; "substituysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"substituyerais" ; "substituyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"substituyeran" ; "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) => -} "substituirs" ;--# 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) => -} "substituiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "substituirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "substituyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "substituyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "substituyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "substituyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "substituyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "substituyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "substituira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "substituiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "substituira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "substituiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "substituirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "substituiran" ;--# 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 (BeschSpa.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) => -} "sustitus" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "sustituyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sustituya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sustituyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sustituya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sustituyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sustituyis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sustituyan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "sustitua" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "sustituas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "sustitua" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "sustituamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "sustituais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "sustituan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sustituyera" ; "sustituyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sustituyeras" ; "sustituyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sustituyera" ; "sustituyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sustituyramos" ; "sustituysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sustituyerais" ; "sustituyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sustituyeran" ; "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) => -} "sustituirs" ;--# 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) => -} "sustituiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "sustituirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sustituyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sustituyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sustituyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sustituyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sustituyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sustituyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "sustituira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "sustituiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "sustituira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "sustituiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "sustituirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "sustituiran" ;--# 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 (BeschSpa.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) => -} "coercis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "coercen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "coerza" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "coerzas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "coerza" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "coerzamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "coerzis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "coerzan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "coerca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "coercas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "coerca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "coercamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "coercais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "coercan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"coerciera" ; "coerciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"coercieras" ; "coercieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"coerciera" ; "coerciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"coerciramos" ; "coercisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"coercierais" ; "coercieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"coercieran" ; "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) => -} "coercers" ;--# 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) => -} "coerceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "coercern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "coerciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "coercieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "coerciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "coerciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "coerciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "coercieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "coercera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "coerceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "coercera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "coerceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "coercerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "coerceran" ;--# 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 (BeschSpa.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) => -} "convencis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "convencen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "convenza" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "convenzas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "convenza" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "convenzamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "convenzis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "convenzan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "convenca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "convencas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "convenca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "convencamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "convencais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "convencan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"convenciera" ; "convenciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"convencieras" ; "convencieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"convenciera" ; "convenciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"convenciramos" ; "convencisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"convencierais" ; "convencieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"convencieran" ; "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) => -} "convencers" ;--# 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) => -} "convenceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "convencern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "convenciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "convencieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "convenciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "convenciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "convenciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "convencieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "convencera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "convenceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "convencera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "convenceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "convencerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "convenceran" ;--# 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 (BeschSpa.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) => -} "desfruncs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desfruncen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desfrunza" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desfrunzas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desfrunza" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desfrunzamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desfrunzis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desfrunzan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "desfrunca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desfruncas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "desfrunca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desfruncamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desfruncais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desfruncan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desfrunciera" ; "desfrunciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desfruncieras" ; "desfruncieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desfrunciera" ; "desfrunciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desfrunciramos" ; "desfruncisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desfruncierais" ; "desfruncieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desfruncieran" ; "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) => -} "desfruncirs" ;--# 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) => -} "desfrunciris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desfruncirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desfrunciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desfruncieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desfrunciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desfrunciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desfrunciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desfruncieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desfruncira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desfrunciras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desfruncira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desfrunciramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desfruncirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desfrunciran" ;--# 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 (BeschSpa.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) => -} "desuncs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desuncen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desunza" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desunzas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desunza" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desunzamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desunzis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desunzan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "desunca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desuncas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "desunca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desuncamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desuncais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desuncan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desunciera" ; "desunciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desuncieras" ; "desuncieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desunciera" ; "desunciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desunciramos" ; "desuncisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desuncierais" ; "desuncieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desuncieran" ; "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) => -} "desuncirs" ;--# 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) => -} "desunciris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desuncirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desunciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desuncieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desunciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desunciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desunciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desuncieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desuncira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desunciras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desuncira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desunciramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desuncirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desunciran" ;--# 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 (BeschSpa.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) => -} "ejercis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "ejercen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ejerza" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "ejerzas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ejerza" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "ejerzamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "ejerzis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "ejerzan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "ejerca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "ejercas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "ejerca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "ejercamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "ejercais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "ejercan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ejerciera" ; "ejerciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ejercieras" ; "ejercieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ejerciera" ; "ejerciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ejerciramos" ; "ejercisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ejercierais" ; "ejercieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ejercieran" ; "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) => -} "ejercers" ;--# 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) => -} "ejerceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "ejercern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "ejerciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "ejercieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "ejerciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "ejerciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "ejerciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "ejercieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "ejercera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "ejerceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "ejercera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "ejerceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "ejercerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "ejerceran" ;--# 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 (BeschSpa.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) => -} "estarcs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "estarcen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "estarza" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "estarzas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "estarza" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "estarzamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "estarzis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "estarzan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "estarca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "estarcas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "estarca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "estarcamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "estarcais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "estarcan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"estarciera" ; "estarciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"estarcieras" ; "estarcieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"estarciera" ; "estarciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"estarciramos" ; "estarcisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"estarcierais" ; "estarcieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"estarcieran" ; "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) => -} "estarcirs" ;--# 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) => -} "estarciris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "estarcirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "estarciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "estarcieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "estarciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "estarciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "estarciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "estarcieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "estarcira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "estarciras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "estarcira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "estarciramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "estarcirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "estarciran" ;--# 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 (BeschSpa.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) => -} "fruncs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "fruncen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "frunza" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "frunzas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "frunza" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "frunzamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "frunzis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "frunzan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "frunca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "fruncas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "frunca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "fruncamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "fruncais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "fruncan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"frunciera" ; "frunciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fruncieras" ; "fruncieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"frunciera" ; "frunciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"frunciramos" ; "fruncisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fruncierais" ; "fruncieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fruncieran" ; "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) => -} "fruncirs" ;--# 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) => -} "frunciris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "fruncirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "frunciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "fruncieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "frunciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "frunciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "frunciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "fruncieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "fruncira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "frunciras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "fruncira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "frunciramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "fruncirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "frunciran" ;--# 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 (BeschSpa.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) => -} "mecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "mecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "meza" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "mezas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "meza" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "mezamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "mezis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "mezan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "meca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "mecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "meca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "mecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "mecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "mecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"meciera" ; "meciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"mecieras" ; "mecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"meciera" ; "meciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"meciramos" ; "mecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"mecierais" ; "mecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"mecieran" ; "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) => -} "mecers" ;--# 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) => -} "meceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "mecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "meciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "mecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "meciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "meciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "meciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "mecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "mecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "meceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "mecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "meceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "mecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "meceran" ;--# 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 (BeschSpa.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) => -} "remecis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "remecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "remeza" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "remezas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "remeza" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "remezamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "remezis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "remezan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "remeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "remecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "remeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "remecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "remecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "remecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"remeciera" ; "remeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"remecieras" ; "remecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"remeciera" ; "remeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"remeciramos" ; "remecisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"remecierais" ; "remecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"remecieran" ; "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) => -} "remecers" ;--# 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) => -} "remeceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "remecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "remeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "remecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "remeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "remeciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "remeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "remecieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "remecera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "remeceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "remecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "remeceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "remecerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "remeceran" ;--# 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 (BeschSpa.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) => -} "resarcs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "resarcen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "resarza" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "resarzas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "resarza" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "resarzamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "resarzis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "resarzan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "resarca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "resarcas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "resarca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "resarcamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "resarcais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "resarcan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"resarciera" ; "resarciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"resarcieras" ; "resarcieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"resarciera" ; "resarciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"resarciramos" ; "resarcisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"resarcierais" ; "resarcieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"resarcieran" ; "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) => -} "resarcirs" ;--# 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) => -} "resarciris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "resarcirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "resarciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "resarcieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "resarciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "resarciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "resarciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "resarcieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "resarcira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "resarciras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "resarcira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "resarciramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "resarcirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "resarciran" ;--# 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 (BeschSpa.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) => -} "rezurcs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "rezurcen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "rezurza" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "rezurzas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "rezurza" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "rezurzamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "rezurzis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "rezurzan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "rezurca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "rezurcas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "rezurca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "rezurcamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "rezurcais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "rezurcan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rezurciera" ; "rezurciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rezurcieras" ; "rezurcieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rezurciera" ; "rezurciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rezurciramos" ; "rezurcisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rezurcierais" ; "rezurcieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rezurcieran" ; "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) => -} "rezurcirs" ;--# 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) => -} "rezurciris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "rezurcirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "rezurciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "rezurcieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "rezurciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "rezurciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "rezurciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "rezurcieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "rezurcira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "rezurciras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "rezurcira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "rezurciramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "rezurcirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "rezurciran" ;--# 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 (BeschSpa.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) => -} "subyacis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "subyacen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "subyazga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "subyazgas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "subyazga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "subyazgamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "subyazgis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "subyazgan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "subyaca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "subyacas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "subyaca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "subyacamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "subyacais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "subyacan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"subyaciera" ; "subyaciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"subyacieras" ; "subyacieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"subyaciera" ; "subyaciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"subyaciramos" ; "subyacisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"subyacierais" ; "subyacieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"subyacieran" ; "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) => -} "subyacers" ;--# 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) => -} "subyaceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "subyacern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "subyaciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "subyacieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "subyaciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "subyaciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "subyaciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "subyacieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "subyacera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "subyaceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "subyacera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "subyaceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "subyacerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "subyaceran" ;--# 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 (BeschSpa.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) => -} "uncs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "uncen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "unza" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "unzas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "unza" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "unzamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "unzis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "unzan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "unca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "uncas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "unca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "uncamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "uncais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "uncan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"unciera" ; "unciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"uncieras" ; "uncieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"unciera" ; "unciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"unciramos" ; "uncisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"uncierais" ; "uncieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"uncieran" ; "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) => -} "uncirs" ;--# 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) => -} "unciris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "uncirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "unciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "uncieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "unciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "unciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "unciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "uncieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "uncira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "unciras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "uncira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "unciramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "uncirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "unciran" ;--# 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 (BeschSpa.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) => -} "vencis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "vencen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "venza" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "venzas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "venza" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "venzamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "venzis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "venzan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "venca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "vencas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "venca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "vencamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "vencais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "vencan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"venciera" ; "venciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"vencieras" ; "vencieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"venciera" ; "venciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"venciramos" ; "vencisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"vencierais" ; "vencieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"vencieran" ; "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) => -} "vencers" ;--# 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) => -} "venceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "vencern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "venciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "vencieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "venciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "venciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "venciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "vencieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "vencera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "venceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "vencera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "venceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "vencerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "venceran" ;--# 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 (BeschSpa.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) => -} "yacis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "yacen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "yazga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "yazgas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "yazga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "yazgamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "yazgis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "yazgan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "yaca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "yacas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "yaca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "yacamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "yacais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "yacan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"yaciera" ; "yaciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"yacieras" ; "yacieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"yaciera" ; "yaciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"yaciramos" ; "yacisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"yacierais" ; "yacieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"yacieran" ; "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) => -} "yacers" ;--# 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) => -} "yaceris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "yacern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "yaciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "yacieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "yaciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "yaciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "yaciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "yacieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "yacera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "yaceras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "yacera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "yaceramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "yacerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "yaceran" ;--# 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 (BeschSpa.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) => -} "zurcs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "zurcen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "zurza" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "zurzas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "zurza" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "zurzamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "zurzis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "zurzan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "zurca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "zurcas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "zurca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "zurcamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "zurcais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "zurcan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"zurciera" ; "zurciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"zurcieras" ; "zurcieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"zurciera" ; "zurciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"zurciramos" ; "zurcisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"zurcierais" ; "zurcieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"zurcieran" ; "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) => -} "zurcirs" ;--# 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) => -} "zurciris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "zurcirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "zurciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "zurcieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "zurciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "zurciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "zurciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "zurcieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "zurcira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "zurciras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "zurcira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "zurciramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "zurcirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "zurciran" ;--# 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 desor_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "desor" ; - {- VI Ger => -} "desoyendo" ; - {- VI Part => -} "desodo" ; - {- 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) => -} "desomos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "desos" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desoyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desoiga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desoigas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desoiga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desoigamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desoigis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desoigan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "desoa" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desoas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "desoa" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desoamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desoais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desoan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desoyera" ; "desoyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desoyeras" ; "desoyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desoyera" ; "desoyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desoyramos" ; "desoysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desoyerais" ; "desoyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desoyeran" ; "desoyesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "deso" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "desoste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "desoy" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "desomos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "desosteis" ;--# 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) => -} "desoirs" ;--# 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) => -} "desoiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desoirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desoyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desoyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desoyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desoyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desoyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desoyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desoira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desoiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desoira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desoiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desoirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desoiran" ;--# 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) => -} "desod" ; - {- VPB (Imper C.Pl C.P3) => -} "desoigan" ; - {- VPB (Pass C.Sg Masc) => -} "desodo" ; - {- VPB (Pass C.Sg Fem) => -} "desoda" ; - {- VPB (Pass C.Pl Masc) => -} "desodos" ; - {- VPB (Pass C.Pl Fem) => -} "desodas" - ] - } ; - -lin entreor_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "entreor" ; - {- VI Ger => -} "entreoyendo" ; - {- VI Part => -} "entreodo" ; - {- 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) => -} "entreomos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "entreos" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "entreoyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "entreoiga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "entreoigas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "entreoiga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "entreoigamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "entreoigis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "entreoigan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "entreoa" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "entreoas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "entreoa" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "entreoamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "entreoais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "entreoan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entreoyera" ; "entreoyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entreoyeras" ; "entreoyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entreoyera" ; "entreoyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entreoyramos" ; "entreoysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entreoyerais" ; "entreoyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entreoyeran" ; "entreoyesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "entreo" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "entreoste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "entreoy" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "entreomos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "entreosteis" ;--# 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) => -} "entreoirs" ;--# 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) => -} "entreoiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "entreoirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "entreoyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "entreoyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "entreoyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "entreoyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "entreoyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "entreoyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "entreoira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "entreoiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "entreoira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "entreoiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "entreoirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "entreoiran" ;--# 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) => -} "entreod" ; - {- VPB (Imper C.Pl C.P3) => -} "entreoigan" ; - {- VPB (Pass C.Sg Masc) => -} "entreodo" ; - {- VPB (Pass C.Sg Fem) => -} "entreoda" ; - {- VPB (Pass C.Pl Masc) => -} "entreodos" ; - {- VPB (Pass C.Pl Fem) => -} "entreodas" - ] - } ; - -lin or_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "or" ; - {- VI Ger => -} "oyendo" ; - {- VI Part => -} "odo" ; - {- 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) => -} "omos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "os" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "oyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "oiga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "oigas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "oiga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "oigamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "oigis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "oigan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "oa" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "oas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "oa" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "oamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "oais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "oan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"oyera" ; "oyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"oyeras" ; "oyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"oyera" ; "oyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"oyramos" ; "oysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"oyerais" ; "oyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"oyeran" ; "oyesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "o" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "oste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "oy" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "omos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "osteis" ;--# 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) => -} "oirs" ;--# 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) => -} "oiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "oirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "oyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "oyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "oyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "oyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "oyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "oyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "oira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "oiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "oira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "oiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "oirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "oiran" ;--# 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) => -} "od" ; - {- VPB (Imper C.Pl C.P3) => -} "oigan" ; - {- VPB (Pass C.Sg Masc) => -} "odo" ; - {- VPB (Pass C.Sg Fem) => -} "oda" ; - {- VPB (Pass C.Pl Masc) => -} "odos" ; - {- VPB (Pass C.Pl Fem) => -} "odas" - ] - } ; - -lin trasor_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "trasor" ; - {- VI Ger => -} "trasoyendo" ; - {- VI Part => -} "trasodo" ; - {- 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) => -} "trasomos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "trasos" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "trasoyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "trasoiga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "trasoigas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "trasoiga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "trasoigamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "trasoigis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "trasoigan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "trasoa" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "trasoas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "trasoa" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "trasoamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "trasoais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "trasoan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trasoyera" ; "trasoyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trasoyeras" ; "trasoyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trasoyera" ; "trasoyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trasoyramos" ; "trasoysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trasoyerais" ; "trasoyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trasoyeran" ; "trasoyesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "traso" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "trasoste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "trasoy" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "trasomos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "trasosteis" ;--# 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) => -} "trasoirs" ;--# 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) => -} "trasoiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "trasoirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "trasoyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "trasoyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "trasoyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "trasoyremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "trasoyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "trasoyeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "trasoira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "trasoiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "trasoira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "trasoiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "trasoirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "trasoiran" ;--# 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) => -} "trasod" ; - {- VPB (Imper C.Pl C.P3) => -} "trasoigan" ; - {- VPB (Pass C.Sg Masc) => -} "trasodo" ; - {- VPB (Pass C.Sg Fem) => -} "trasoda" ; - {- VPB (Pass C.Pl Masc) => -} "trasodos" ; - {- VPB (Pass C.Pl Fem) => -} "trasodas" - ] - } ; - -lin oler_V = verboV - {s = table (BeschSpa.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) => -} "olis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "huelen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "huela" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "huelas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "huela" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "olamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "olis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "huelan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "ola" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "olas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "ola" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "olamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "olais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "olan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"oliera" ; "oliese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"olieras" ; "olieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"oliera" ; "oliese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"oliramos" ; "olisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"olierais" ; "olieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"olieran" ; "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) => -} "olers" ;--# 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) => -} "oleris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "olern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "oliere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "olieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "oliere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "oliremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "oliereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "olieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "olera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "oleras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "olera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "oleramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "olerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "oleran" ;--# 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 (BeschSpa.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 Subj C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P3) => -} "acaezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Subj 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) => -} "acaeca" ;--# 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) => -} "acaecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"acaeciera" ; "acaeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acaecieran" ; "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) => -} "acaecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "acaeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Subj 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) => -} "acaecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "acaeceran" ;--# 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 (BeschSpa.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 Subj C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P3) => -} "acontezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Subj 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) => -} "aconteca" ;--# 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) => -} "acontecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aconteciera" ; "aconteciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acontecieran" ; "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) => -} "acontecern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "aconteciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Subj 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) => -} "acontecera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "aconteceran" ;--# 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 (BeschSpa.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 Subj C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Subj 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) => -} "aplaca" ;--# 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) => -} "aplacan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Subj 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 Subj C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Subj 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 astreir_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "astreir" ; - {- VI Ger => -} "astriiendo" ; - {- VI Part => -} "astreido" ; - {- VPB (Pres Ind C.Sg C.P1) => -} "astrio" ; - {- VPB (Pres Ind C.Sg C.P2) => -} "astries" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "astrie" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "astreimos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "astres" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "astrien" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "astria" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "astrias" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "astria" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "astriamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "astriis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "astrian" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "astrea" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "astreas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "astrea" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "astreamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "astreais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "astrean" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"astriera" ; "astriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"astrieras" ; "astrieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"astriera" ; "astriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"astriramos" ; "astrisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"astrierais" ; "astrieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"astrieran" ; "astriesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "astre" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "astreiste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "astri" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "astreimos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "astreisteis" ;--# notpresent - {- VPB (Pret C.Pl C.P3) => -} "astrieron" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P1) => -} "astreir" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P2) => -} "astreirs" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P3) => -} "astreir" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P1) => -} "astreiremos" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P2) => -} "astreiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "astreirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "astriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "astrieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "astriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "astriremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "astriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "astrieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "astreira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "astreiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "astreira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "astreiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "astreirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "astreiran" ;--# notpresent - {- VPB (Imper C.Sg C.P1) => -} variants {} ; - {- VPB (Imper C.Sg C.P2) => -} "astrie" ; - {- VPB (Imper C.Sg C.P3) => -} "astria" ; - {- VPB (Imper C.Pl C.P1) => -} "astriamos" ; - {- VPB (Imper C.Pl C.P2) => -} "astreid" ; - {- VPB (Imper C.Pl C.P3) => -} "astrian" ; - {- VPB (Pass C.Sg Masc) => -} "astreido" ; - {- VPB (Pass C.Sg Fem) => -} "astreida" ; - {- VPB (Pass C.Pl Masc) => -} "astreidos" ; - {- VPB (Pass C.Pl Fem) => -} "astreidas" - ] - } ; - -lin ceir_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "ceir" ; - {- VI Ger => -} "ciiendo" ; - {- VI Part => -} "ceido" ; - {- VPB (Pres Ind C.Sg C.P1) => -} "cio" ; - {- VPB (Pres Ind C.Sg C.P2) => -} "cies" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "cie" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "ceimos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "ces" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "cien" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "cia" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "cias" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "cia" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "ciamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "ciis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "cian" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "cea" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "ceas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "cea" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "ceamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "ceais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "cean" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ciera" ; "ciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"cieras" ; "cieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ciera" ; "ciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ciramos" ; "cisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"cierais" ; "cieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"cieran" ; "ciesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "ce" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "ceiste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "ci" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "ceimos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "ceisteis" ;--# notpresent - {- VPB (Pret C.Pl C.P3) => -} "cieron" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P1) => -} "ceir" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P2) => -} "ceirs" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P3) => -} "ceir" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P1) => -} "ceiremos" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P2) => -} "ceiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "ceirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "ciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "cieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "ciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "ciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "ciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "cieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "ceira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "ceiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "ceira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "ceiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "ceirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "ceiran" ;--# notpresent - {- VPB (Imper C.Sg C.P1) => -} variants {} ; - {- VPB (Imper C.Sg C.P2) => -} "cie" ; - {- VPB (Imper C.Sg C.P3) => -} "cia" ; - {- VPB (Imper C.Pl C.P1) => -} "ciamos" ; - {- VPB (Imper C.Pl C.P2) => -} "ceid" ; - {- VPB (Imper C.Pl C.P3) => -} "cian" ; - {- VPB (Pass C.Sg Masc) => -} "ceido" ; - {- VPB (Pass C.Sg Fem) => -} "ceida" ; - {- VPB (Pass C.Pl Masc) => -} "ceidos" ; - {- VPB (Pass C.Pl Fem) => -} "ceidas" - ] - } ; - -lin competir_V = verboV - {s = table (BeschSpa.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) => -} "compets" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "compiten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "compita" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "compitas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "compita" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "compitamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "compitis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "compitan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "competa" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "competas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "competa" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "competamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "competais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "competan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"compitiera" ; "compitiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"compitieras" ; "compitieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"compitiera" ; "compitiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"compitiramos" ; "compitisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"compitierais" ; "compitieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"compitieran" ; "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) => -} "competirs" ;--# 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) => -} "competiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "competirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "compitiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "compitieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "compitiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "compitiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "compitiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "compitieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "competira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "competiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "competira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "competiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "competirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "competiran" ;--# 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 (BeschSpa.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) => -} "concebs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "conciben" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "conciba" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "concibas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "conciba" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "concibamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "concibis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "conciban" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "conceba" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "concebas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "conceba" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "concebamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "concebais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "conceban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"concibiera" ; "concibiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"concibieras" ; "concibieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"concibiera" ; "concibiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"concibiramos" ; "concibisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"concibierais" ; "concibieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"concibieran" ; "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) => -} "concebirs" ;--# 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) => -} "concebiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "concebirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "concibiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "concibieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "concibiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "concibiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "concibiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "concibieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "concebira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "concebiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "concebira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "concebiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "concebirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "concebiran" ;--# 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 constreir_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "constreir" ; - {- VI Ger => -} "constriiendo" ; - {- VI Part => -} "constreido" ; - {- VPB (Pres Ind C.Sg C.P1) => -} "constrio" ; - {- VPB (Pres Ind C.Sg C.P2) => -} "constries" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "constrie" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "constreimos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "constres" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "constrien" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "constria" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "constrias" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "constria" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "constriamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "constriis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "constrian" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "constrea" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "constreas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "constrea" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "constreamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "constreais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "constrean" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"constriera" ; "constriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"constrieras" ; "constrieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"constriera" ; "constriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"constriramos" ; "constrisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"constrierais" ; "constrieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"constrieran" ; "constriesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "constre" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "constreiste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "constri" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "constreimos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "constreisteis" ;--# notpresent - {- VPB (Pret C.Pl C.P3) => -} "constrieron" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P1) => -} "constreir" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P2) => -} "constreirs" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P3) => -} "constreir" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P1) => -} "constreiremos" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P2) => -} "constreiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "constreirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "constriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "constrieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "constriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "constriremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "constriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "constrieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "constreira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "constreiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "constreira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "constreiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "constreirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "constreiran" ;--# notpresent - {- VPB (Imper C.Sg C.P1) => -} variants {} ; - {- VPB (Imper C.Sg C.P2) => -} "constrie" ; - {- VPB (Imper C.Sg C.P3) => -} "constria" ; - {- VPB (Imper C.Pl C.P1) => -} "constriamos" ; - {- VPB (Imper C.Pl C.P2) => -} "constreid" ; - {- VPB (Imper C.Pl C.P3) => -} "constrian" ; - {- VPB (Pass C.Sg Masc) => -} "constreido" ; - {- VPB (Pass C.Sg Fem) => -} "constreida" ; - {- VPB (Pass C.Pl Masc) => -} "constreidos" ; - {- VPB (Pass C.Pl Fem) => -} "constreidas" - ] - } ; - -lin derretir_V = verboV - {s = table (BeschSpa.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) => -} "derrets" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "derriten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "derrita" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "derritas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "derrita" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "derritamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "derritis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "derritan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "derreta" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "derretas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "derreta" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "derretamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "derretais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "derretan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"derritiera" ; "derritiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"derritieras" ; "derritieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"derritiera" ; "derritiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"derritiramos" ; "derritisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"derritierais" ; "derritieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"derritieran" ; "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) => -} "derretirs" ;--# 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) => -} "derretiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "derretirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "derritiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "derritieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "derritiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "derritiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "derritiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "derritieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "derretira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "derretiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "derretira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "derretiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "derretirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "derretiran" ;--# 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 desceir_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "desceir" ; - {- VI Ger => -} "desciiendo" ; - {- VI Part => -} "desceido" ; - {- VPB (Pres Ind C.Sg C.P1) => -} "descio" ; - {- VPB (Pres Ind C.Sg C.P2) => -} "descies" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "descie" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "desceimos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "desces" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "descien" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "descia" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "descias" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "descia" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desciamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desciis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "descian" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "descea" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desceas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "descea" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desceamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desceais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "descean" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desciera" ; "desciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descieras" ; "descieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desciera" ; "desciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desciramos" ; "descisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descierais" ; "descieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descieran" ; "desciesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "desce" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "desceiste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "desci" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "desceimos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "desceisteis" ;--# notpresent - {- VPB (Pret C.Pl C.P3) => -} "descieron" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P1) => -} "desceir" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P2) => -} "desceirs" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P3) => -} "desceir" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P1) => -} "desceiremos" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P2) => -} "desceiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desceirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "descieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "descieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desceira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desceiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desceira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desceiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desceirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desceiran" ;--# notpresent - {- VPB (Imper C.Sg C.P1) => -} variants {} ; - {- VPB (Imper C.Sg C.P2) => -} "descie" ; - {- VPB (Imper C.Sg C.P3) => -} "descia" ; - {- VPB (Imper C.Pl C.P1) => -} "desciamos" ; - {- VPB (Imper C.Pl C.P2) => -} "desceid" ; - {- VPB (Imper C.Pl C.P3) => -} "descian" ; - {- VPB (Pass C.Sg Masc) => -} "desceido" ; - {- VPB (Pass C.Sg Fem) => -} "desceida" ; - {- VPB (Pass C.Pl Masc) => -} "desceidos" ; - {- VPB (Pass C.Pl Fem) => -} "desceidas" - ] - } ; - -lin deservir_V = verboV - {s = table (BeschSpa.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) => -} "deservs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desirven" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desirva" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desirvas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desirva" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desirvamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desirvis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desirvan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "deserva" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "deservas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "deserva" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "deservamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "deservais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "deservan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desirviera" ; "desirviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desirvieras" ; "desirvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desirviera" ; "desirviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desirviramos" ; "desirvisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desirvierais" ; "desirvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desirvieran" ; "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) => -} "deservirs" ;--# 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) => -} "deserviris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "deservirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desirviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desirvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desirviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desirviremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desirviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desirvieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "deservira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "deserviras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "deservira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "deserviramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "deservirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "deserviran" ;--# 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 (BeschSpa.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) => -} "despeds" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "despiden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "despida" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "despidas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "despida" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "despidamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "despidis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "despidan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "despeda" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "despedas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "despeda" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "despedamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "despedais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "despedan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"despidiera" ; "despidiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"despidieras" ; "despidieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"despidiera" ; "despidiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"despidiramos" ; "despidisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"despidierais" ; "despidieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"despidieran" ; "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) => -} "despedirs" ;--# 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) => -} "despediris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "despedirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "despidiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "despidieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "despidiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "despidiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "despidiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "despidieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "despedira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "despediras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "despedira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "despediramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "despedirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "despediran" ;--# 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 desteir_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "desteir" ; - {- VI Ger => -} "destiiendo" ; - {- VI Part => -} "desteido" ; - {- VPB (Pres Ind C.Sg C.P1) => -} "destio" ; - {- VPB (Pres Ind C.Sg C.P2) => -} "desties" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "destie" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "desteimos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "destes" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "destien" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "destia" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "destias" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "destia" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "destiamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "destiis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "destian" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "destea" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desteas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "destea" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desteamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desteais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "destean" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"destiera" ; "destiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"destieras" ; "destieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"destiera" ; "destiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"destiramos" ; "destisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"destierais" ; "destieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"destieran" ; "destiesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "deste" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "desteiste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "desti" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "desteimos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "desteisteis" ;--# notpresent - {- VPB (Pret C.Pl C.P3) => -} "destieron" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P1) => -} "desteir" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P2) => -} "desteirs" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P3) => -} "desteir" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P1) => -} "desteiremos" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P2) => -} "desteiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desteirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "destiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "destieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "destiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "destiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "destiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "destieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desteira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desteiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desteira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desteiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desteirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desteiran" ;--# notpresent - {- VPB (Imper C.Sg C.P1) => -} variants {} ; - {- VPB (Imper C.Sg C.P2) => -} "destie" ; - {- VPB (Imper C.Sg C.P3) => -} "destia" ; - {- VPB (Imper C.Pl C.P1) => -} "destiamos" ; - {- VPB (Imper C.Pl C.P2) => -} "desteid" ; - {- VPB (Imper C.Pl C.P3) => -} "destian" ; - {- VPB (Pass C.Sg Masc) => -} "desteido" ; - {- VPB (Pass C.Sg Fem) => -} "desteida" ; - {- VPB (Pass C.Pl Masc) => -} "desteidos" ; - {- VPB (Pass C.Pl Fem) => -} "desteidas" - ] - } ; - -lin desvestir_V = verboV - {s = table (BeschSpa.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) => -} "desvests" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desvisten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desvista" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desvistas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desvista" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desvistamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desvistis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desvistan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "desvesta" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desvestas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "desvesta" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desvestamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desvestais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desvestan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desvistiera" ; "desvistiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desvistieras" ; "desvistieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desvistiera" ; "desvistiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desvistiramos" ; "desvistisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desvistierais" ; "desvistieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desvistieran" ; "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) => -} "desvestirs" ;--# 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) => -} "desvestiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desvestirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desvistiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desvistieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desvistiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desvistiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desvistiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desvistieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desvestira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desvestiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desvestira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desvestiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desvestirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desvestiran" ;--# 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 (BeschSpa.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) => -} "embests" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "embisten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "embista" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "embistas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "embista" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "embistamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "embistis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "embistan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "embesta" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "embestas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "embesta" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "embestamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "embestais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "embestan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"embistiera" ; "embistiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"embistieras" ; "embistieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"embistiera" ; "embistiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"embistiramos" ; "embistisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"embistierais" ; "embistieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"embistieran" ; "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) => -} "embestirs" ;--# 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) => -} "embestiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "embestirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "embistiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "embistieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "embistiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "embistiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "embistiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "embistieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "embestira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "embestiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "embestira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "embestiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "embestirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "embestiran" ;--# 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 (BeschSpa.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) => -} "envests" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "envisten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "envista" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "envistas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "envista" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "envistamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "envistis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "envistan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "envesta" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "envestas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "envesta" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "envestamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "envestais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "envestan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"envistiera" ; "envistiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"envistieras" ; "envistieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"envistiera" ; "envistiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"envistiramos" ; "envistisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"envistierais" ; "envistieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"envistieran" ; "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) => -} "envestirs" ;--# 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) => -} "envestiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "envestirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "envistiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "envistieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "envistiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "envistiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "envistiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "envistieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "envestira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "envestiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "envestira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "envestiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "envestirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "envestiran" ;--# 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 estreir_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "estreir" ; - {- VI Ger => -} "estriiendo" ; - {- VI Part => -} "estreido" ; - {- VPB (Pres Ind C.Sg C.P1) => -} "estrio" ; - {- VPB (Pres Ind C.Sg C.P2) => -} "estries" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "estrie" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "estreimos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "estres" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "estrien" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "estria" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "estrias" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "estria" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "estriamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "estriis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "estrian" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "estrea" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "estreas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "estrea" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "estreamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "estreais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "estrean" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"estriera" ; "estriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"estrieras" ; "estrieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"estriera" ; "estriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"estriramos" ; "estrisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"estrierais" ; "estrieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"estrieran" ; "estriesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "estre" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "estreiste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "estri" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "estreimos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "estreisteis" ;--# notpresent - {- VPB (Pret C.Pl C.P3) => -} "estrieron" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P1) => -} "estreir" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P2) => -} "estreirs" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P3) => -} "estreir" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P1) => -} "estreiremos" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P2) => -} "estreiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "estreirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "estriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "estrieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "estriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "estriremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "estriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "estrieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "estreira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "estreiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "estreira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "estreiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "estreirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "estreiran" ;--# notpresent - {- VPB (Imper C.Sg C.P1) => -} variants {} ; - {- VPB (Imper C.Sg C.P2) => -} "estrie" ; - {- VPB (Imper C.Sg C.P3) => -} "estria" ; - {- VPB (Imper C.Pl C.P1) => -} "estriamos" ; - {- VPB (Imper C.Pl C.P2) => -} "estreid" ; - {- VPB (Imper C.Pl C.P3) => -} "estrian" ; - {- VPB (Pass C.Sg Masc) => -} "estreido" ; - {- VPB (Pass C.Sg Fem) => -} "estreida" ; - {- VPB (Pass C.Pl Masc) => -} "estreidos" ; - {- VPB (Pass C.Pl Fem) => -} "estreidas" - ] - } ; - -lin expedir_V = verboV - {s = table (BeschSpa.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) => -} "expeds" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "expiden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "expida" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "expidas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "expida" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "expidamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "expidis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "expidan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "expeda" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "expedas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "expeda" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "expedamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "expedais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "expedan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"expidiera" ; "expidiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"expidieras" ; "expidieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"expidiera" ; "expidiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"expidiramos" ; "expidisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"expidierais" ; "expidieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"expidieran" ; "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) => -} "expedirs" ;--# 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) => -} "expediris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "expedirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "expidiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "expidieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "expidiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "expidiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "expidiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "expidieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "expedira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "expediras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "expedira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "expediramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "expedirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "expediran" ;--# 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 (BeschSpa.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) => -} "gems" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "gimen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "gima" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "gimas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "gima" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "gimamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "gimis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "giman" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "gema" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "gemas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "gema" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "gemamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "gemais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "geman" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"gimiera" ; "gimiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"gimieras" ; "gimieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"gimiera" ; "gimiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"gimiramos" ; "gimisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"gimierais" ; "gimieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"gimieran" ; "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) => -} "gemirs" ;--# 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) => -} "gemiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "gemirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "gimiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "gimieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "gimiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "gimiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "gimiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "gimieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "gemira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "gemiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "gemira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "gemiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "gemirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "gemiran" ;--# 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 (BeschSpa.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) => -} "gerns" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "girnen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "girna" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "girnas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "girna" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "girnamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "girnis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "girnan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "gerna" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "gernas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "gerna" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "gernamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "gernais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "gernan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"girniera" ; "girniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"girnieras" ; "girnieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"girniera" ; "girniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"girniramos" ; "girnisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"girnierais" ; "girnieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"girnieran" ; "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) => -} "gernirs" ;--# 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) => -} "gerniris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "gernirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "girniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "girnieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "girniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "girniremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "girniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "girnieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "gernira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "gerniras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "gernira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "gerniramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "gernirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "gerniran" ;--# 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 (BeschSpa.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) => -} "henchs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "hinchen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "hincha" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "hinchas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "hincha" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "hinchamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "hinchis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "hinchan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "hencha" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "henchas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "hencha" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "henchamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "henchais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "henchan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"hinchiera" ; "hinchiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"hinchieras" ; "hinchieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"hinchiera" ; "hinchiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"hinchiramos" ; "hinchisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"hinchierais" ; "hinchieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"hinchieran" ; "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) => -} "henchirs" ;--# 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) => -} "henchiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "henchirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "hinchiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "hinchieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "hinchiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "hinchiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "hinchiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "hinchieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "henchira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "henchiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "henchira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "henchiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "henchirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "henchiran" ;--# 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 heir_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "heir" ; - {- VI Ger => -} "hiiendo" ; - {- VI Part => -} "heido" ; - {- VPB (Pres Ind C.Sg C.P1) => -} "hio" ; - {- VPB (Pres Ind C.Sg C.P2) => -} "hies" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "hie" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "heimos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "hes" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "hien" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "hia" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "hias" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "hia" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "hiamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "hiis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "hian" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "hea" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "heas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "hea" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "heamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "heais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "hean" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"hiera" ; "hiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"hieras" ; "hieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"hiera" ; "hiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"hiramos" ; "hisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"hierais" ; "hieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"hieran" ; "hiesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "he" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "heiste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "hi" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "heimos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "heisteis" ;--# notpresent - {- VPB (Pret C.Pl C.P3) => -} "hieron" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P1) => -} "heir" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P2) => -} "heirs" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P3) => -} "heir" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P1) => -} "heiremos" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P2) => -} "heiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "heirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "hiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "hieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "hiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "hiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "hiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "hieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "heira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "heiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "heira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "heiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "heirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "heiran" ;--# notpresent - {- VPB (Imper C.Sg C.P1) => -} variants {} ; - {- VPB (Imper C.Sg C.P2) => -} "hie" ; - {- VPB (Imper C.Sg C.P3) => -} "hia" ; - {- VPB (Imper C.Pl C.P1) => -} "hiamos" ; - {- VPB (Imper C.Pl C.P2) => -} "heid" ; - {- VPB (Imper C.Pl C.P3) => -} "hian" ; - {- VPB (Pass C.Sg Masc) => -} "heido" ; - {- VPB (Pass C.Sg Fem) => -} "heida" ; - {- VPB (Pass C.Pl Masc) => -} "heidos" ; - {- VPB (Pass C.Pl Fem) => -} "heidas" - ] - } ; - -lin impedir_V = verboV - {s = table (BeschSpa.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) => -} "impeds" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "impiden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "impida" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "impidas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "impida" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "impidamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "impidis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "impidan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "impeda" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "impedas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "impeda" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "impedamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "impedais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "impedan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"impidiera" ; "impidiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"impidieras" ; "impidieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"impidiera" ; "impidiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"impidiramos" ; "impidisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"impidierais" ; "impidieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"impidieran" ; "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) => -} "impedirs" ;--# 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) => -} "impediris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "impedirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "impidiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "impidieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "impidiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "impidiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "impidiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "impidieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "impedira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "impediras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "impedira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "impediramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "impedirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "impediran" ;--# 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 (BeschSpa.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) => -} "invests" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "invisten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "invista" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "invistas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "invista" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "invistamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "invistis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "invistan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "investa" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "investas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "investa" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "investamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "investais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "investan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"invistiera" ; "invistiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"invistieras" ; "invistieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"invistiera" ; "invistiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"invistiramos" ; "invistisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"invistierais" ; "invistieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"invistieran" ; "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) => -} "investirs" ;--# 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) => -} "investiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "investirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "invistiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "invistieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "invistiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "invistiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "invistiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "invistieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "investira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "investiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "investira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "investiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "investirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "investiran" ;--# 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 (BeschSpa.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) => -} "meds" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "miden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "mida" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "midas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "mida" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "midamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "midis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "midan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "meda" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "medas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "meda" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "medamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "medais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "medan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"midiera" ; "midiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"midieras" ; "midieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"midiera" ; "midiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"midiramos" ; "midisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"midierais" ; "midieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"midieran" ; "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) => -} "medirs" ;--# 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) => -} "mediris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "medirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "midiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "midieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "midiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "midiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "midiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "midieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "medira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "mediras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "medira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "mediramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "medirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "mediran" ;--# 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 (BeschSpa.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) => -} "peds" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "piden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "pida" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "pidas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "pida" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "pidamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "pidis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "pidan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "peda" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "pedas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "peda" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "pedamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "pedais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "pedan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"pidiera" ; "pidiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"pidieras" ; "pidieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"pidiera" ; "pidiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"pidiramos" ; "pidisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"pidierais" ; "pidieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"pidieran" ; "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) => -} "pedirs" ;--# 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) => -} "pediris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "pedirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "pidiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "pidieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "pidiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "pidiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "pidiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "pidieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "pedira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "pediras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "pedira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "pediramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "pedirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "pediran" ;--# 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 (BeschSpa.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) => -} "preconcebs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "preconciben" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "preconciba" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "preconcibas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "preconciba" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "preconcibamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "preconcibis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "preconciban" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "preconceba" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "preconcebas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "preconceba" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "preconcebamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "preconcebais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "preconceban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"preconcibiera" ; "preconcibiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"preconcibieras" ; "preconcibieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"preconcibiera" ; "preconcibiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"preconcibiramos" ; "preconcibisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"preconcibierais" ; "preconcibieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"preconcibieran" ; "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) => -} "preconcebirs" ;--# 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) => -} "preconcebiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "preconcebirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "preconcibiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "preconcibieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "preconcibiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "preconcibiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "preconcibiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "preconcibieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "preconcebira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "preconcebiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "preconcebira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "preconcebiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "preconcebirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "preconcebiran" ;--# 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 receir_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "receir" ; - {- VI Ger => -} "reciiendo" ; - {- VI Part => -} "receido" ; - {- VPB (Pres Ind C.Sg C.P1) => -} "recio" ; - {- VPB (Pres Ind C.Sg C.P2) => -} "recies" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "recie" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "receimos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "reces" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "recien" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "recia" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "recias" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "recia" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reciamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reciis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "recian" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "recea" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "receas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "recea" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "receamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "receais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "recean" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reciera" ; "reciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recieras" ; "recieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reciera" ; "reciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reciramos" ; "recisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recierais" ; "recieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recieran" ; "reciesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "rece" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "receiste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "reci" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "receimos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "receisteis" ;--# notpresent - {- VPB (Pret C.Pl C.P3) => -} "recieron" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P1) => -} "receir" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P2) => -} "receirs" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P3) => -} "receir" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P1) => -} "receiremos" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P2) => -} "receiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "receirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "recieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reciremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "recieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "receira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "receiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "receira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "receiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "receirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "receiran" ;--# notpresent - {- VPB (Imper C.Sg C.P1) => -} variants {} ; - {- VPB (Imper C.Sg C.P2) => -} "recie" ; - {- VPB (Imper C.Sg C.P3) => -} "recia" ; - {- VPB (Imper C.Pl C.P1) => -} "reciamos" ; - {- VPB (Imper C.Pl C.P2) => -} "receid" ; - {- VPB (Imper C.Pl C.P3) => -} "recian" ; - {- VPB (Pass C.Sg Masc) => -} "receido" ; - {- VPB (Pass C.Sg Fem) => -} "receida" ; - {- VPB (Pass C.Pl Masc) => -} "receidos" ; - {- VPB (Pass C.Pl Fem) => -} "receidas" - ] - } ; - -lin reexpedir_V = verboV - {s = table (BeschSpa.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) => -} "reexpeds" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "reexpiden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reexpida" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reexpidas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reexpida" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reexpidamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reexpidis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "reexpidan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "reexpeda" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "reexpedas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "reexpeda" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "reexpedamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "reexpedais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "reexpedan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reexpidiera" ; "reexpidiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reexpidieras" ; "reexpidieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reexpidiera" ; "reexpidiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reexpidiramos" ; "reexpidisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reexpidierais" ; "reexpidieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reexpidieran" ; "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) => -} "reexpedirs" ;--# 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) => -} "reexpediris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "reexpedirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reexpidiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "reexpidieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reexpidiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reexpidiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reexpidiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "reexpidieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "reexpedira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "reexpediras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "reexpedira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "reexpediramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "reexpedirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "reexpediran" ;--# 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 (BeschSpa.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) => -} "rehenchs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "rehinchen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "rehincha" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "rehinchas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "rehincha" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "rehinchamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "rehinchis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "rehinchan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "rehencha" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "rehenchas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "rehencha" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "rehenchamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "rehenchais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "rehenchan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rehinchiera" ; "rehinchiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rehinchieras" ; "rehinchieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rehinchiera" ; "rehinchiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rehinchiramos" ; "rehinchisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rehinchierais" ; "rehinchieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rehinchieran" ; "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) => -} "rehenchirs" ;--# 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) => -} "rehenchiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "rehenchirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "rehinchiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "rehinchieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "rehinchiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "rehinchiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "rehinchiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "rehinchieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "rehenchira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "rehenchiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "rehenchira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "rehenchiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "rehenchirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "rehenchiran" ;--# 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 (BeschSpa.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) => -} "remeds" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "remiden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "remida" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "remidas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "remida" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "remidamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "remidis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "remidan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "remeda" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "remedas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "remeda" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "remedamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "remedais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "remedan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"remidiera" ; "remidiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"remidieras" ; "remidieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"remidiera" ; "remidiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"remidiramos" ; "remidisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"remidierais" ; "remidieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"remidieran" ; "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) => -} "remedirs" ;--# 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) => -} "remediris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "remedirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "remidiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "remidieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "remidiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "remidiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "remidiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "remidieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "remedira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "remediras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "remedira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "remediramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "remedirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "remediran" ;--# 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 (BeschSpa.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) => -} "rends" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "rinden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "rinda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "rindas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "rinda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "rindamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "rindis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "rindan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "renda" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "rendas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "renda" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "rendamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "rendais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "rendan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rindiera" ; "rindiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rindieras" ; "rindieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rindiera" ; "rindiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rindiramos" ; "rindisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rindierais" ; "rindieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rindieran" ; "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) => -} "rendirs" ;--# 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) => -} "rendiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "rendirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "rindiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "rindieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "rindiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "rindiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "rindiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "rindieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "rendira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "rendiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "rendira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "rendiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "rendirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "rendiran" ;--# 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 reir_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "reir" ; - {- VI Ger => -} "riiendo" ; - {- VI Part => -} "reido" ; - {- VPB (Pres Ind C.Sg C.P1) => -} "rio" ; - {- VPB (Pres Ind C.Sg C.P2) => -} "ries" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "rie" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "reimos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "res" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "rien" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ria" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "rias" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ria" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "riamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "riis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "rian" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "rea" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "reas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "rea" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "reamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "reais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "rean" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"riera" ; "riese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rieras" ; "rieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"riera" ; "riese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"riramos" ; "risemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rierais" ; "rieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rieran" ; "riesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "re" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "reiste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "ri" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "reimos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "reisteis" ;--# 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) => -} "reirs" ;--# 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) => -} "reiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "reirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "riere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "rieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "riere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "riremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "riereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "rieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "reira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "reiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "reira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "reiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "reirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "reiran" ;--# notpresent - {- VPB (Imper C.Sg C.P1) => -} variants {} ; - {- VPB (Imper C.Sg C.P2) => -} "rie" ; - {- VPB (Imper C.Sg C.P3) => -} "ria" ; - {- VPB (Imper C.Pl C.P1) => -} "riamos" ; - {- VPB (Imper C.Pl C.P2) => -} "reid" ; - {- VPB (Imper C.Pl C.P3) => -} "rian" ; - {- VPB (Pass C.Sg Masc) => -} "reido" ; - {- VPB (Pass C.Sg Fem) => -} "reida" ; - {- VPB (Pass C.Pl Masc) => -} "reidos" ; - {- VPB (Pass C.Pl Fem) => -} "reidas" - ] - } ; - -lin repetir_V = verboV - {s = table (BeschSpa.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) => -} "repets" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "repiten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "repita" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "repitas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "repita" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "repitamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "repitis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "repitan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "repeta" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "repetas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "repeta" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "repetamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "repetais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "repetan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"repitiera" ; "repitiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"repitieras" ; "repitieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"repitiera" ; "repitiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"repitiramos" ; "repitisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"repitierais" ; "repitieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"repitieran" ; "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) => -} "repetirs" ;--# 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) => -} "repetiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "repetirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "repitiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "repitieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "repitiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "repitiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "repitiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "repitieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "repetira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "repetiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "repetira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "repetiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "repetirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "repetiran" ;--# 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 reteir_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "reteir" ; - {- VI Ger => -} "retiiendo" ; - {- VI Part => -} "reteido" ; - {- VPB (Pres Ind C.Sg C.P1) => -} "retio" ; - {- VPB (Pres Ind C.Sg C.P2) => -} "reties" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "retie" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "reteimos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "retes" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "retien" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "retia" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "retias" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "retia" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "retiamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "retiis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "retian" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "retea" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "reteas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "retea" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "reteamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "reteais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "retean" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retiera" ; "retiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retieras" ; "retieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retiera" ; "retiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retiramos" ; "retisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retierais" ; "retieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retieran" ; "retiesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "rete" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "reteiste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "reti" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "reteimos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "reteisteis" ;--# notpresent - {- VPB (Pret C.Pl C.P3) => -} "retieron" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P1) => -} "reteir" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P2) => -} "reteirs" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P3) => -} "reteir" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P1) => -} "reteiremos" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P2) => -} "reteiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "reteirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "retiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "retieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "retiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "retiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "retiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "retieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "reteira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "reteiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "reteira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "reteiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "reteirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "reteiran" ;--# notpresent - {- VPB (Imper C.Sg C.P1) => -} variants {} ; - {- VPB (Imper C.Sg C.P2) => -} "retie" ; - {- VPB (Imper C.Sg C.P3) => -} "retia" ; - {- VPB (Imper C.Pl C.P1) => -} "retiamos" ; - {- VPB (Imper C.Pl C.P2) => -} "reteid" ; - {- VPB (Imper C.Pl C.P3) => -} "retian" ; - {- VPB (Pass C.Sg Masc) => -} "reteido" ; - {- VPB (Pass C.Sg Fem) => -} "reteida" ; - {- VPB (Pass C.Pl Masc) => -} "reteidos" ; - {- VPB (Pass C.Pl Fem) => -} "reteidas" - ] - } ; - -lin revestir_V = verboV - {s = table (BeschSpa.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) => -} "revests" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "revisten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "revista" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "revistas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "revista" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "revistamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "revistis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "revistan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "revesta" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "revestas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "revesta" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "revestamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "revestais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "revestan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"revistiera" ; "revistiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"revistieras" ; "revistieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"revistiera" ; "revistiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"revistiramos" ; "revistisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"revistierais" ; "revistieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"revistieran" ; "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) => -} "revestirs" ;--# 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) => -} "revestiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "revestirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "revistiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "revistieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "revistiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "revistiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "revistiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "revistieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "revestira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "revestiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "revestira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "revestiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "revestirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "revestiran" ;--# 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 (BeschSpa.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) => -} "servs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "sirven" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sirva" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sirvas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sirva" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sirvamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sirvis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sirvan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "serva" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "servas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "serva" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "servamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "servais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "servan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sirviera" ; "sirviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sirvieras" ; "sirvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sirviera" ; "sirviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sirviramos" ; "sirvisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sirvierais" ; "sirvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sirvieran" ; "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) => -} "servirs" ;--# 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) => -} "serviris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "servirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sirviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sirvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sirviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sirviremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sirviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sirvieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "servira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "serviras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "servira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "serviramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "servirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "serviran" ;--# 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 (BeschSpa.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) => -} "sobrevests" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "sobrevisten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sobrevista" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sobrevistas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sobrevista" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sobrevistamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sobrevistis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sobrevistan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "sobrevesta" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "sobrevestas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "sobrevesta" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "sobrevestamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "sobrevestais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "sobrevestan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobrevistiera" ; "sobrevistiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobrevistieras" ; "sobrevistieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobrevistiera" ; "sobrevistiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobrevistiramos" ; "sobrevistisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobrevistierais" ; "sobrevistieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobrevistieran" ; "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) => -} "sobrevestirs" ;--# 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) => -} "sobrevestiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "sobrevestirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sobrevistiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sobrevistieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sobrevistiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sobrevistiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sobrevistiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sobrevistieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "sobrevestira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "sobrevestiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "sobrevestira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "sobrevestiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "sobrevestirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "sobrevestiran" ;--# 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 teir_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "teir" ; - {- VI Ger => -} "tiiendo" ; - {- VI Part => -} "teido" ; - {- VPB (Pres Ind C.Sg C.P1) => -} "tio" ; - {- VPB (Pres Ind C.Sg C.P2) => -} "ties" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "tie" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "teimos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "tes" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "tien" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "tia" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "tias" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "tia" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "tiamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "tiis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "tian" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "tea" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "teas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "tea" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "teamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "teais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "tean" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tiera" ; "tiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tieras" ; "tieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tiera" ; "tiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tiramos" ; "tisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tierais" ; "tieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tieran" ; "tiesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "te" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "teiste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "ti" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "teimos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "teisteis" ;--# notpresent - {- VPB (Pret C.Pl C.P3) => -} "tieron" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P1) => -} "teir" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P2) => -} "teirs" ;--# notpresent - {- VPB (Fut Ind C.Sg C.P3) => -} "teir" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P1) => -} "teiremos" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P2) => -} "teiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "teirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "tiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "tieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "tiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "tiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "tiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "tieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "teira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "teiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "teira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "teiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "teirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "teiran" ;--# notpresent - {- VPB (Imper C.Sg C.P1) => -} variants {} ; - {- VPB (Imper C.Sg C.P2) => -} "tie" ; - {- VPB (Imper C.Sg C.P3) => -} "tia" ; - {- VPB (Imper C.Pl C.P1) => -} "tiamos" ; - {- VPB (Imper C.Pl C.P2) => -} "teid" ; - {- VPB (Imper C.Pl C.P3) => -} "tian" ; - {- VPB (Pass C.Sg Masc) => -} "teido" ; - {- VPB (Pass C.Sg Fem) => -} "teida" ; - {- VPB (Pass C.Pl Masc) => -} "teidos" ; - {- VPB (Pass C.Pl Fem) => -} "teidas" - ] - } ; - -lin travestir_V = verboV - {s = table (BeschSpa.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) => -} "travests" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "travisten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "travista" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "travistas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "travista" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "travistamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "travistis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "travistan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "travesta" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "travestas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "travesta" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "travestamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "travestais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "travestan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"travistiera" ; "travistiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"travistieras" ; "travistieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"travistiera" ; "travistiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"travistiramos" ; "travistisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"travistierais" ; "travistieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"travistieran" ; "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) => -} "travestirs" ;--# 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) => -} "travestiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "travestirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "travistiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "travistieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "travistiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "travistiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "travistiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "travistieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "travestira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "travestiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "travestira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "travestiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "travestirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "travestiran" ;--# 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 (BeschSpa.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) => -} "vests" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "visten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "vista" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "vistas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "vista" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "vistamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "vistis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "vistan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "vesta" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "vestas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "vesta" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "vestamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "vestais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "vestan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"vistiera" ; "vistiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"vistieras" ; "vistieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"vistiera" ; "vistiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"vistiramos" ; "vistisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"vistierais" ; "vistieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"vistieran" ; "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) => -} "vestirs" ;--# 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) => -} "vestiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "vestirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "vistiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "vistieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "vistiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "vistiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "vistiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "vistieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "vestira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "vestiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "vestira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "vestiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "vestirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "vestiran" ;--# 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 (BeschSpa.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) => -} "acomeds" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "acomiden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "acomida" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "acomidas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "acomida" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "acomidamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "acomidis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "acomidan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "acomeda" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "acomedas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "acomeda" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "acomedamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "acomedais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "acomedan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"acomidiera" ; "acomidiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"acomidieras" ; "acomidieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"acomidiera" ; "acomidiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"acomidiramos" ; "acomidisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"acomidierais" ; "acomidieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acomidieran" ; "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) => -} "acomedirs" ;--# 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) => -} "acomediris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "acomedirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "acomidiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "acomidieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "acomidiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "acomidiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "acomidiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "acomidieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "acomedira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "acomediras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "acomedira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "acomediramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "acomedirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "acomediran" ;--# 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 (BeschSpa.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) => -} "comeds" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "comiden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "comida" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "comidas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "comida" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "comidamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "comidis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "comidan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "comeda" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "comedas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "comeda" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "comedamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "comedais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "comedan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"comidiera" ; "comidiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"comidieras" ; "comidieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"comidiera" ; "comidiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"comidiramos" ; "comidisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"comidierais" ; "comidieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"comidieran" ; "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) => -} "comedirs" ;--# 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) => -} "comediris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "comedirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "comidiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "comidieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "comidiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "comidiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "comidiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "comidieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "comedira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "comediras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "comedira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "comediramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "comedirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "comediran" ;--# 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 (BeschSpa.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) => -} "descomeds" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "descomiden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "descomida" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "descomidas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "descomida" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "descomidamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "descomidis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "descomidan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "descomeda" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "descomedas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "descomeda" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "descomedamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "descomedais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "descomedan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descomidiera" ; "descomidiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descomidieras" ; "descomidieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descomidiera" ; "descomidiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descomidiramos" ; "descomidisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descomidierais" ; "descomidieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descomidieran" ; "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) => -} "descomedirs" ;--# 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) => -} "descomediris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "descomedirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "descomidiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "descomidieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "descomidiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "descomidiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "descomidiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "descomidieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "descomedira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "descomediras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "descomedira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "descomediramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "descomedirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "descomediran" ;--# 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 (BeschSpa.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) => -} "desmeds" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desmiden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desmida" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desmidas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desmida" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desmidamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desmidis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desmidan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "desmeda" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desmedas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "desmeda" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desmedamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desmedais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desmedan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desmidiera" ; "desmidiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desmidieras" ; "desmidieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desmidiera" ; "desmidiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desmidiramos" ; "desmidisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desmidierais" ; "desmidieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desmidieran" ; "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) => -} "desmedirs" ;--# 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) => -} "desmediris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desmedirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desmidiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desmidieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desmidiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desmidiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desmidiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desmidieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desmedira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desmediras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desmedira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desmediramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desmedirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desmediran" ;--# 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 (BeschSpa.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 Subj C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Subj 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 Subj C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Subj 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 Subj C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Subj 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 (BeschSpa.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) => -} "podis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "pueden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "pueda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "puedas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "pueda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "podamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "podis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "puedan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "poda" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "podas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "poda" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "podamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "podais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "podan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"pudiera" ; "pudiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"pudieras" ; "pudieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"pudiera" ; "pudiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"pudiramos" ; "pudisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"pudierais" ; "pudieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"pudieran" ; "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) => -} "podrs" ;--# 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) => -} "podris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "podrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "pudiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "pudieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "pudiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "pudiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "pudiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "pudieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "podra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "podras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "podra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "podramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "podrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "podran" ;--# 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 (BeschSpa.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) => -} "bienqueris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "bienquieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "bienquiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "bienquieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "bienquiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "bienqueramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "bienqueris" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "bienquieran" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "bienquera" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "bienqueras" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "bienquera" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "bienqueramos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "bienquerais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "bienqueran" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"bienquisiera" ; "bienquisiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"bienquisieras" ; "bienquisieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"bienquisiera" ; "bienquisiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"bienquisiramos" ; "bienquisisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"bienquisierais" ; "bienquisieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"bienquisieran" ; "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) => -} "bienquerrs" ;--# 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) => -} "bienquerris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "bienquerrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "bienquisiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "bienquisieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "bienquisiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "bienquisiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "bienquisiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "bienquisieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "bienquerra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "bienquerras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "bienquerra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "bienquerramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "bienquerrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "bienquerran" ;--# 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 (BeschSpa.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) => -} "desqueris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desquieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desquiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desquieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desquiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desqueramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desqueris" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desquieran" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "desquera" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desqueras" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "desquera" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desqueramos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desquerais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desqueran" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desquisiera" ; "desquisiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desquisieras" ; "desquisieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desquisiera" ; "desquisiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desquisiramos" ; "desquisisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desquisierais" ; "desquisieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desquisieran" ; "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) => -} "desquerrs" ;--# 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) => -} "desquerris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desquerrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desquisiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desquisieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desquisiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desquisiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desquisiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desquisieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desquerra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desquerras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desquerra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desquerramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desquerrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desquerran" ;--# 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 (BeschSpa.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) => -} "malqueris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "malquieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "malquiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "malquieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "malquiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "malqueramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "malqueris" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "malquieran" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "malquera" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "malqueras" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "malquera" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "malqueramos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "malquerais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "malqueran" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"malquisiera" ; "malquisiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"malquisieras" ; "malquisieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"malquisiera" ; "malquisiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"malquisiramos" ; "malquisisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"malquisierais" ; "malquisieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"malquisieran" ; "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) => -} "malquerrs" ;--# 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) => -} "malquerris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "malquerrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "malquisiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "malquisieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "malquisiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "malquisiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "malquisiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "malquisieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "malquerra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "malquerras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "malquerra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "malquerramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "malquerrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "malquerran" ;--# 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 (BeschSpa.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) => -} "queris" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "quieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "quiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "quieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "quiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "queramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "queris" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "quieran" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "quera" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "queras" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "quera" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "queramos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "querais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "queran" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"quisiera" ; "quisiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"quisieras" ; "quisieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"quisiera" ; "quisiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"quisiramos" ; "quisisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"quisierais" ; "quisieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"quisieran" ; "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) => -} "querrs" ;--# 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) => -} "querris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "querrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "quisiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "quisieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "quisiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "quisiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "quisiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "quisieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "querra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "querras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "querra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "querramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "querrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "querran" ;--# 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 (BeschSpa.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) => -} "antedecs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "antedicen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "antediga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "antedigas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "antediga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "antedigamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "antedigis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "antedigan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "antedeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "antedecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "antedeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "antedecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "antedecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "antedecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"antedijera" ; "antedijese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"antedijeras" ; "antedijeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"antedijera" ; "antedijese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"antedijramos" ; "antedijsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"antedijerais" ; "antedijeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"antedijeran" ; "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) => -} "antedecirs" ;--# 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) => -} "antedeciris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "antedecirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "antedijere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "antedijeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "antedijere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "antedijremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "antedijereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "antedijeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "antedecira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "antedeciras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "antedecira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "antedeciramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "antedecirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "antedeciran" ;--# 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 (BeschSpa.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) => -} "bendecs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "bendicen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "bendiga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "bendigas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "bendiga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "bendigamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "bendigis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "bendigan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "bendeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "bendecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "bendeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "bendecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "bendecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "bendecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"bendijera" ; "bendijese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"bendijeras" ; "bendijeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"bendijera" ; "bendijese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"bendijramos" ; "bendijsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"bendijerais" ; "bendijeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"bendijeran" ; "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) => -} "bendecirs" ;--# 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) => -} "bendeciris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "bendecirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "bendijere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "bendijeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "bendijere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "bendijremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "bendijereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "bendijeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "bendecira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "bendeciras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "bendecira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "bendeciramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "bendecirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "bendeciran" ;--# 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 (BeschSpa.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) => -} "contradecs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "contradicen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "contradiga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "contradigas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "contradiga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "contradigamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "contradigis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "contradigan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "contradeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "contradecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "contradeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "contradecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "contradecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "contradecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"contradijera" ; "contradijese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"contradijeras" ; "contradijeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"contradijera" ; "contradijese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"contradijramos" ; "contradijsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"contradijerais" ; "contradijeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"contradijeran" ; "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) => -} "contradecirs" ;--# 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) => -} "contradeciris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "contradecirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "contradijere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "contradijeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "contradijere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "contradijremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "contradijereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "contradijeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "contradecira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "contradeciras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "contradecira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "contradeciramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "contradecirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "contradeciran" ;--# 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 (BeschSpa.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) => -} "desdecs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "desdicen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desdiga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desdigas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desdiga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desdigamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desdigis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desdigan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "desdeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desdecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "desdeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desdecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desdecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "desdecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desdijera" ; "desdijese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desdijeras" ; "desdijeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desdijera" ; "desdijese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desdijramos" ; "desdijsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desdijerais" ; "desdijeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desdijeran" ; "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) => -} "desdecirs" ;--# 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) => -} "desdeciris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desdecirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desdijere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desdijeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desdijere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desdijremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desdijereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desdijeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desdecira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desdeciras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desdecira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desdeciramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desdecirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desdeciran" ;--# 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 (BeschSpa.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) => -} "entredecs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "entredicen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "entrediga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "entredigas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "entrediga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "entredigamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "entredigis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "entredigan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "entredeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "entredecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "entredeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "entredecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "entredecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "entredecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entredijera" ; "entredijese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entredijeras" ; "entredijeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entredijera" ; "entredijese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entredijramos" ; "entredijsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entredijerais" ; "entredijeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entredijeran" ; "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) => -} "entredecirs" ;--# 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) => -} "entredeciris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "entredecirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "entredijere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "entredijeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "entredijere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "entredijremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "entredijereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "entredijeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "entredecira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "entredeciras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "entredecira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "entredeciramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "entredecirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "entredeciran" ;--# 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 (BeschSpa.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) => -} "predecs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "predicen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "prediga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "predigas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "prediga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "predigamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "predigis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "predigan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "predeca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "predecas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "predeca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "predecamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "predecais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "predecan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"predijera" ; "predijese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"predijeras" ; "predijeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"predijera" ; "predijese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"predijramos" ; "predijsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"predijerais" ; "predijeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"predijeran" ; "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) => -} "predecirs" ;--# 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) => -} "predeciris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "predecirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "predijere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "predijeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "predijere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "predijremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "predijereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "predijeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "predecira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "predeciras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "predecira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "predeciramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "predecirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "predeciran" ;--# 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 (BeschSpa.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) => -} "aducs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "aducen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "aduzca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "aduzcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "aduzca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "aduzcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "aduzcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "aduzcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "aduca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "aducas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "aduca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "aducamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "aducais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "aducan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"adujera" ; "adujese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"adujeras" ; "adujeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"adujera" ; "adujese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"adujramos" ; "adujsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"adujerais" ; "adujeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"adujeran" ; "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) => -} "aducirs" ;--# 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) => -} "aduciris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "aducirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "adujere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "adujeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "adujere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "adujremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "adujereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "adujeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "aducira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "aduciras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "aducira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "aduciramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "aducirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "aduciran" ;--# 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 (BeschSpa.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) => -} "conducs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "conducen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "conduzca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "conduzcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "conduzca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "conduzcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "conduzcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "conduzcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "conduca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "conducas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "conduca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "conducamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "conducais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "conducan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"condujera" ; "condujese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"condujeras" ; "condujeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"condujera" ; "condujese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"condujramos" ; "condujsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"condujerais" ; "condujeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"condujeran" ; "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) => -} "conducirs" ;--# 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) => -} "conduciris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "conducirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "condujere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "condujeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "condujere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "condujremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "condujereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "condujeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "conducira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "conduciras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "conducira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "conduciramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "conducirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "conduciran" ;--# 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 (BeschSpa.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) => -} "coproducs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "coproducen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "coproduzca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "coproduzcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "coproduzca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "coproduzcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "coproduzcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "coproduzcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "coproduca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "coproducas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "coproduca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "coproducamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "coproducais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "coproducan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"coprodujera" ; "coprodujese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"coprodujeras" ; "coprodujeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"coprodujera" ; "coprodujese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"coprodujramos" ; "coprodujsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"coprodujerais" ; "coprodujeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"coprodujeran" ; "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) => -} "coproducirs" ;--# 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) => -} "coproduciris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "coproducirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "coprodujere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "coprodujeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "coprodujere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "coprodujremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "coprodujereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "coprodujeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "coproducira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "coproduciras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "coproducira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "coproduciramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "coproducirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "coproduciran" ;--# 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 (BeschSpa.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) => -} "deducs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "deducen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "deduzca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "deduzcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "deduzca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "deduzcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "deduzcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "deduzcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "deduca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "deducas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "deduca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "deducamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "deducais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "deducan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"dedujera" ; "dedujese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"dedujeras" ; "dedujeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"dedujera" ; "dedujese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"dedujramos" ; "dedujsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"dedujerais" ; "dedujeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"dedujeran" ; "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) => -} "deducirs" ;--# 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) => -} "deduciris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "deducirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "dedujere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "dedujeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "dedujere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "dedujremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "dedujereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "dedujeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "deducira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "deduciras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "deducira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "deduciramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "deducirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "deduciran" ;--# 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 (BeschSpa.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) => -} "inducs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "inducen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "induzca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "induzcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "induzca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "induzcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "induzcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "induzcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "induca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "inducas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "induca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "inducamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "inducais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "inducan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"indujera" ; "indujese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"indujeras" ; "indujeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"indujera" ; "indujese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"indujramos" ; "indujsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"indujerais" ; "indujeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"indujeran" ; "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) => -} "inducirs" ;--# 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) => -} "induciris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "inducirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "indujere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "indujeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "indujere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "indujremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "indujereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "indujeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "inducira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "induciras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "inducira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "induciramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "inducirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "induciran" ;--# 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 (BeschSpa.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) => -} "introducs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "introducen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "introduzca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "introduzcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "introduzca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "introduzcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "introduzcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "introduzcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "introduca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "introducas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "introduca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "introducamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "introducais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "introducan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"introdujera" ; "introdujese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"introdujeras" ; "introdujeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"introdujera" ; "introdujese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"introdujramos" ; "introdujsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"introdujerais" ; "introdujeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"introdujeran" ; "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) => -} "introducirs" ;--# 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) => -} "introduciris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "introducirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "introdujere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "introdujeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "introdujere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "introdujremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "introdujereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "introdujeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "introducira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "introduciras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "introducira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "introduciramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "introducirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "introduciran" ;--# 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 (BeschSpa.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) => -} "producs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "producen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "produzca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "produzcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "produzca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "produzcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "produzcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "produzcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "produca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "producas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "produca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "producamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "producais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "producan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"produjera" ; "produjese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"produjeras" ; "produjeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"produjera" ; "produjese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"produjramos" ; "produjsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"produjerais" ; "produjeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"produjeran" ; "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) => -} "producirs" ;--# 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) => -} "produciris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "producirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "produjere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "produjeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "produjere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "produjremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "produjereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "produjeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "producira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "produciras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "producira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "produciramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "producirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "produciran" ;--# 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 (BeschSpa.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) => -} "reconducs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "reconducen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reconduzca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reconduzcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reconduzca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reconduzcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reconduzcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "reconduzcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "reconduca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "reconducas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "reconduca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "reconducamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "reconducais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "reconducan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recondujera" ; "recondujese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recondujeras" ; "recondujeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recondujera" ; "recondujese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recondujramos" ; "recondujsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recondujerais" ; "recondujeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recondujeran" ; "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) => -} "reconducirs" ;--# 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) => -} "reconduciris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "reconducirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "recondujere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "recondujeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "recondujere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "recondujremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "recondujereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "recondujeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "reconducira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "reconduciras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "reconducira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "reconduciramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "reconducirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "reconduciran" ;--# 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 (BeschSpa.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) => -} "reducs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "reducen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reduzca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reduzcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reduzca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reduzcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reduzcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "reduzcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "reduca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "reducas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "reduca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "reducamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "reducais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "reducan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"redujera" ; "redujese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"redujeras" ; "redujeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"redujera" ; "redujese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"redujramos" ; "redujsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"redujerais" ; "redujeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"redujeran" ; "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) => -} "reducirs" ;--# 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) => -} "reduciris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "reducirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "redujere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "redujeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "redujere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "redujremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "redujereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "redujeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "reducira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "reduciras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "reducira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "reduciramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "reducirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "reduciran" ;--# 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 (BeschSpa.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) => -} "reproducs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "reproducen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reproduzca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reproduzcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reproduzca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reproduzcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reproduzcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "reproduzcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "reproduca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "reproducas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "reproduca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "reproducamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "reproducais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "reproducan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reprodujera" ; "reprodujese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reprodujeras" ; "reprodujeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reprodujera" ; "reprodujese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reprodujramos" ; "reprodujsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reprodujerais" ; "reprodujeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reprodujeran" ; "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) => -} "reproducirs" ;--# 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) => -} "reproduciris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "reproducirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reprodujere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "reprodujeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reprodujere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reprodujremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reprodujereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "reprodujeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "reproducira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "reproduciras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "reproducira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "reproduciramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "reproducirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "reproduciran" ;--# 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 (BeschSpa.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) => -} "retraducs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "retraducen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "retraduzca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "retraduzcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "retraduzca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "retraduzcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "retraduzcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "retraduzcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "retraduca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "retraducas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "retraduca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "retraducamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "retraducais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "retraducan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retradujera" ; "retradujese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retradujeras" ; "retradujeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retradujera" ; "retradujese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retradujramos" ; "retradujsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retradujerais" ; "retradujeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retradujeran" ; "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) => -} "retraducirs" ;--# 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) => -} "retraduciris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "retraducirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "retradujere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "retradujeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "retradujere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "retradujremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "retradujereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "retradujeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "retraducira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "retraduciras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "retraducira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "retraduciramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "retraducirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "retraduciran" ;--# 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 (BeschSpa.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) => -} "seducs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "seducen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "seduzca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "seduzcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "seduzca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "seduzcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "seduzcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "seduzcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "seduca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "seducas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "seduca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "seducamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "seducais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "seducan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sedujera" ; "sedujese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sedujeras" ; "sedujeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sedujera" ; "sedujese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sedujramos" ; "sedujsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sedujerais" ; "sedujeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sedujeran" ; "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) => -} "seducirs" ;--# 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) => -} "seduciris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "seducirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sedujere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sedujeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sedujere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sedujremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sedujereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sedujeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "seducira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "seduciras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "seducira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "seduciramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "seducirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "seduciran" ;--# 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 (BeschSpa.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) => -} "traducs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "traducen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "traduzca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "traduzcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "traduzca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "traduzcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "traduzcis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "traduzcan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "traduca" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "traducas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "traduca" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "traducamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "traducais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "traducan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tradujera" ; "tradujese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tradujeras" ; "tradujeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tradujera" ; "tradujese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tradujramos" ; "tradujsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tradujerais" ; "tradujeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tradujeran" ; "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) => -} "traducirs" ;--# 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) => -} "traduciris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "traducirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "tradujere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "tradujeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "tradujere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "tradujremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "tradujereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "tradujeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "traducira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "traduciras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "traducira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "traduciramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "traducirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "traduciran" ;--# 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 (BeschSpa.VFB) [ - {- VI Infn => -} "cohibir" ; - {- VI Ger => -} "cohibiendo" ; - {- VI Part => -} "cohibido" ; - {- VPB (Pres Ind C.Sg C.P1) => -} "cohbo" ; - {- VPB (Pres Ind C.Sg C.P2) => -} "cohbes" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "cohbe" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "cohibimos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "cohibs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "cohben" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "cohba" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "cohbas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "cohba" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "cohibamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "cohibis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "cohban" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "cohiba" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "cohibas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "cohiba" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "cohibamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "cohibais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "cohiban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"cohibiera" ; "cohibiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"cohibieras" ; "cohibieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"cohibiera" ; "cohibiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"cohibiramos" ; "cohibisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"cohibierais" ; "cohibieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"cohibieran" ; "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) => -} "cohibirs" ;--# 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) => -} "cohibiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "cohibirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "cohibiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "cohibieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "cohibiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "cohibiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "cohibiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "cohibieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "cohibira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "cohibiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "cohibira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "cohibiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "cohibirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "cohibiran" ;--# notpresent - {- VPB (Imper C.Sg C.P1) => -} variants {} ; - {- VPB (Imper C.Sg C.P2) => -} "cohbe" ; - {- VPB (Imper C.Sg C.P3) => -} "cohba" ; - {- VPB (Imper C.Pl C.P1) => -} "cohibamos" ; - {- VPB (Imper C.Pl C.P2) => -} "cohibid" ; - {- VPB (Imper C.Pl C.P3) => -} "cohban" ; - {- 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 (BeschSpa.VFB) [ - {- VI Infn => -} "prohibir" ; - {- VI Ger => -} "prohibiendo" ; - {- VI Part => -} "prohibido" ; - {- VPB (Pres Ind C.Sg C.P1) => -} "prohbo" ; - {- VPB (Pres Ind C.Sg C.P2) => -} "prohbes" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "prohbe" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "prohibimos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "prohibs" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "prohben" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "prohba" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "prohbas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "prohba" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "prohibamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "prohibis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "prohban" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "prohiba" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "prohibas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "prohiba" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "prohibamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "prohibais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "prohiban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"prohibiera" ; "prohibiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"prohibieras" ; "prohibieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"prohibiera" ; "prohibiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"prohibiramos" ; "prohibisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"prohibierais" ; "prohibieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"prohibieran" ; "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) => -} "prohibirs" ;--# 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) => -} "prohibiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "prohibirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "prohibiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "prohibieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "prohibiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "prohibiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "prohibiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "prohibieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "prohibira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "prohibiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "prohibira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "prohibiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "prohibirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "prohibiran" ;--# notpresent - {- VPB (Imper C.Sg C.P1) => -} variants {} ; - {- VPB (Imper C.Sg C.P2) => -} "prohbe" ; - {- VPB (Imper C.Sg C.P3) => -} "prohba" ; - {- VPB (Imper C.Pl C.P1) => -} "prohibamos" ; - {- VPB (Imper C.Pl C.P2) => -} "prohibid" ; - {- VPB (Imper C.Pl C.P3) => -} "prohban" ; - {- 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 (BeschSpa.VFB) [ - {- VI Infn => -} "reunir" ; - {- VI Ger => -} "reuniendo" ; - {- VI Part => -} "reunido" ; - {- VPB (Pres Ind C.Sg C.P1) => -} "reno" ; - {- VPB (Pres Ind C.Sg C.P2) => -} "renes" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "rene" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "reunimos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "reuns" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "renen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "rena" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "renas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "rena" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reunamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reunis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "renan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "reuna" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "reunas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "reuna" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "reunamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "reunais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "reunan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reuniera" ; "reuniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reunieras" ; "reunieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reuniera" ; "reuniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reuniramos" ; "reunisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reunierais" ; "reunieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reunieran" ; "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) => -} "reunirs" ;--# 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) => -} "reuniris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "reunirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reuniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "reunieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reuniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reuniremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reuniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "reunieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "reunira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "reuniras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "reunira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "reuniramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "reunirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "reuniran" ;--# notpresent - {- VPB (Imper C.Sg C.P1) => -} variants {} ; - {- VPB (Imper C.Sg C.P2) => -} "rene" ; - {- VPB (Imper C.Sg C.P3) => -} "rena" ; - {- VPB (Imper C.Pl C.P1) => -} "reunamos" ; - {- VPB (Imper C.Pl C.P2) => -} "reunid" ; - {- VPB (Imper C.Pl C.P3) => -} "renan" ; - {- 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 (BeschSpa.VFB) [ - {- VI Infn => -} "raer" ; - {- VI Ger => -} "rayendo" ; - {- VI Part => -} "rado" ; - {- 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) => -} "rais" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "raen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "raiga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "raigas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "raiga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "raigamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "raigis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "raigan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "raa" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "raas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "raa" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "raamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "raais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "raan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rayera" ; "rayese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rayeras" ; "rayeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rayera" ; "rayese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rayramos" ; "raysemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rayerais" ; "rayeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rayeran" ; "rayesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "ra" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "raste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "ray" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "ramos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "rasteis" ;--# 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) => -} "raers" ;--# 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) => -} "raeris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "raern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "rayere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "rayeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "rayere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "rayremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "rayereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "rayeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "raera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "raeras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "raera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "raeramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "raerais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "raeran" ;--# 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) => -} "rado" ; - {- VPB (Pass C.Sg Fem) => -} "rada" ; - {- VPB (Pass C.Pl Masc) => -} "rados" ; - {- VPB (Pass C.Pl Fem) => -} "radas" - ] - } ; - -lin desler_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "desler" ; - {- VI Ger => -} "desliendo" ; - {- VI Part => -} "desledo" ; - {- VPB (Pres Ind C.Sg C.P1) => -} "deslo" ; - {- VPB (Pres Ind C.Sg C.P2) => -} "desles" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "desle" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "deslemos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "desles" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "deslen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desla" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "deslas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desla" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desliamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desliis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "deslan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "deslea" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "desleas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "deslea" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "desleamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "desleais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "deslean" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desliera" ; "desliese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"deslieras" ; "deslieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desliera" ; "desliese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desliramos" ; "deslisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"deslierais" ; "deslieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"deslieran" ; "desliesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "desle" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "desleste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "desli" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "deslemos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "deslesteis" ;--# 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) => -} "desleirs" ;--# 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) => -} "desleiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "desleirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desliere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "deslieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desliere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desliremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desliereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "deslieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "desleira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "desleiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "desleira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "desleiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "desleirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "desleiran" ;--# notpresent - {- VPB (Imper C.Sg C.P1) => -} variants {} ; - {- VPB (Imper C.Sg C.P2) => -} "desle" ; - {- VPB (Imper C.Sg C.P3) => -} "desla" ; - {- VPB (Imper C.Pl C.P1) => -} "desliamos" ; - {- VPB (Imper C.Pl C.P2) => -} "desled" ; - {- VPB (Imper C.Pl C.P3) => -} "deslan" ; - {- VPB (Pass C.Sg Masc) => -} "desledo" ; - {- VPB (Pass C.Sg Fem) => -} "desleda" ; - {- VPB (Pass C.Pl Masc) => -} "desledos" ; - {- VPB (Pass C.Pl Fem) => -} "desledas" - ] - } ; - -lin engrer_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "engrer" ; - {- VI Ger => -} "engriendo" ; - {- VI Part => -} "engredo" ; - {- VPB (Pres Ind C.Sg C.P1) => -} "engro" ; - {- VPB (Pres Ind C.Sg C.P2) => -} "engres" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "engre" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "engremos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "engres" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "engren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "engra" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "engras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "engra" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "engriamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "engriis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "engran" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "engrea" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "engreas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "engrea" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "engreamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "engreais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "engrean" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"engriera" ; "engriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"engrieras" ; "engrieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"engriera" ; "engriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"engriramos" ; "engrisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"engrierais" ; "engrieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"engrieran" ; "engriesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "engre" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "engreste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "engri" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "engremos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "engresteis" ;--# 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) => -} "engreirs" ;--# 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) => -} "engreiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "engreirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "engriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "engrieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "engriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "engriremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "engriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "engrieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "engreira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "engreiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "engreira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "engreiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "engreirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "engreiran" ;--# notpresent - {- VPB (Imper C.Sg C.P1) => -} variants {} ; - {- VPB (Imper C.Sg C.P2) => -} "engre" ; - {- VPB (Imper C.Sg C.P3) => -} "engra" ; - {- VPB (Imper C.Pl C.P1) => -} "engriamos" ; - {- VPB (Imper C.Pl C.P2) => -} "engred" ; - {- VPB (Imper C.Pl C.P3) => -} "engran" ; - {- VPB (Pass C.Sg Masc) => -} "engredo" ; - {- VPB (Pass C.Sg Fem) => -} "engreda" ; - {- VPB (Pass C.Pl Masc) => -} "engredos" ; - {- VPB (Pass C.Pl Fem) => -} "engredas" - ] - } ; - -lin frer_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "frer" ; - {- VI Ger => -} "friendo" ; - {- VI Part => -} variants {"fredo" ; "frito"} ; - {- VPB (Pres Ind C.Sg C.P1) => -} "fro" ; - {- VPB (Pres Ind C.Sg C.P2) => -} "fres" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "fre" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "fremos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "fres" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "fren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "fra" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "fras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "fra" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "friamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "friis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "fran" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "frea" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "freas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "frea" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "freamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "freais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "frean" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"friera" ; "friese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"frieras" ; "frieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"friera" ; "friese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"friramos" ; "frisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"frierais" ; "frieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"frieran" ; "friesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "fre" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "freste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "fri" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "fremos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "fresteis" ;--# 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) => -} "freirs" ;--# 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) => -} "freiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "freirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "friere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "frieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "friere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "friremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "friereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "frieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "freira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "freiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "freira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "freiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "freirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "freiran" ;--# notpresent - {- VPB (Imper C.Sg C.P1) => -} variants {} ; - {- VPB (Imper C.Sg C.P2) => -} "fre" ; - {- VPB (Imper C.Sg C.P3) => -} "fra" ; - {- VPB (Imper C.Pl C.P1) => -} "friamos" ; - {- VPB (Imper C.Pl C.P2) => -} "fred" ; - {- VPB (Imper C.Pl C.P3) => -} "fran" ; - {- VPB (Pass C.Sg Masc) => -} variants {"fredo" ; "frito"} ; - {- VPB (Pass C.Sg Fem) => -} variants {"freda" ; "frita"} ; - {- VPB (Pass C.Pl Masc) => -} variants {"fredos" ; "fritos"} ; - {- VPB (Pass C.Pl Fem) => -} variants {"fredas" ; "fritas"} - ] - } ; - -lin refrer_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "refrer" ; - {- VI Ger => -} "refriendo" ; - {- VI Part => -} "refredo" ; - {- VPB (Pres Ind C.Sg C.P1) => -} "refro" ; - {- VPB (Pres Ind C.Sg C.P2) => -} "refres" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "refre" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "refremos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "refres" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "refren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "refra" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "refras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "refra" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "refriamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "refriis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "refran" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "refrea" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "refreas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "refrea" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "refreamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "refreais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "refrean" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"refriera" ; "refriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"refrieras" ; "refrieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"refriera" ; "refriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"refriramos" ; "refrisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"refrierais" ; "refrieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"refrieran" ; "refriesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "refre" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "refreste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "refri" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "refremos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "refresteis" ;--# 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) => -} "refreirs" ;--# 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) => -} "refreiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "refreirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "refriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "refrieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "refriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "refriremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "refriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "refrieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "refreira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "refreiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "refreira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "refreiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "refreirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "refreiran" ;--# notpresent - {- VPB (Imper C.Sg C.P1) => -} variants {} ; - {- VPB (Imper C.Sg C.P2) => -} "refre" ; - {- VPB (Imper C.Sg C.P3) => -} "refra" ; - {- VPB (Imper C.Pl C.P1) => -} "refriamos" ; - {- VPB (Imper C.Pl C.P2) => -} "refred" ; - {- VPB (Imper C.Pl C.P3) => -} "refran" ; - {- VPB (Pass C.Sg Masc) => -} "refredo" ; - {- VPB (Pass C.Sg Fem) => -} "refreda" ; - {- VPB (Pass C.Pl Masc) => -} "refredos" ; - {- VPB (Pass C.Pl Fem) => -} "refredas" - ] - } ; - -lin rer_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "rer" ; - {- VI Ger => -} "riendo" ; - {- VI Part => -} "redo" ; - {- VPB (Pres Ind C.Sg C.P1) => -} "ro" ; - {- VPB (Pres Ind C.Sg C.P2) => -} "res" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "re" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "remos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "res" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "ren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ra" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "ras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ra" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "riamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "riis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "ran" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "rea" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "reas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "rea" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "reamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "reais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "rean" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"riera" ; "riese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rieras" ; "rieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"riera" ; "riese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"riramos" ; "risemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rierais" ; "rieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rieran" ; "riesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "re" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "reste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "ri" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "remos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "resteis" ;--# 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) => -} "reirs" ;--# 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) => -} "reiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "reirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "riere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "rieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "riere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "riremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "riereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "rieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "reira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "reiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "reira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "reiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "reirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "reiran" ;--# notpresent - {- VPB (Imper C.Sg C.P1) => -} variants {} ; - {- VPB (Imper C.Sg C.P2) => -} "re" ; - {- VPB (Imper C.Sg C.P3) => -} "ra" ; - {- VPB (Imper C.Pl C.P1) => -} "riamos" ; - {- VPB (Imper C.Pl C.P2) => -} "red" ; - {- VPB (Imper C.Pl C.P3) => -} "ran" ; - {- VPB (Pass C.Sg Masc) => -} "redo" ; - {- VPB (Pass C.Sg Fem) => -} "reda" ; - {- VPB (Pass C.Pl Masc) => -} "redos" ; - {- VPB (Pass C.Pl Fem) => -} "redas" - ] - } ; - -lin sofrer_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "sofrer" ; - {- VI Ger => -} "sofriendo" ; - {- VI Part => -} "sofredo" ; - {- VPB (Pres Ind C.Sg C.P1) => -} "sofro" ; - {- VPB (Pres Ind C.Sg C.P2) => -} "sofres" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "sofre" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "sofremos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "sofres" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "sofren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sofra" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sofras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sofra" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sofriamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sofriis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sofran" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "sofrea" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "sofreas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "sofrea" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "sofreamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "sofreais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "sofrean" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sofriera" ; "sofriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sofrieras" ; "sofrieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sofriera" ; "sofriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sofriramos" ; "sofrisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sofrierais" ; "sofrieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sofrieran" ; "sofriesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "sofre" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "sofreste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "sofri" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "sofremos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "sofresteis" ;--# 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) => -} "sofreirs" ;--# 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) => -} "sofreiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "sofreirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sofriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sofrieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sofriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sofriremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sofriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sofrieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "sofreira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "sofreiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "sofreira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "sofreiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "sofreirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "sofreiran" ;--# notpresent - {- VPB (Imper C.Sg C.P1) => -} variants {} ; - {- VPB (Imper C.Sg C.P2) => -} "sofre" ; - {- VPB (Imper C.Sg C.P3) => -} "sofra" ; - {- VPB (Imper C.Pl C.P1) => -} "sofriamos" ; - {- VPB (Imper C.Pl C.P2) => -} "sofred" ; - {- VPB (Imper C.Pl C.P3) => -} "sofran" ; - {- VPB (Pass C.Sg Masc) => -} "sofredo" ; - {- VPB (Pass C.Sg Fem) => -} "sofreda" ; - {- VPB (Pass C.Pl Masc) => -} "sofredos" ; - {- VPB (Pass C.Pl Fem) => -} "sofredas" - ] - } ; - -lin sonrer_V = verboV - {s = table (BeschSpa.VFB) [ - {- VI Infn => -} "sonrer" ; - {- VI Ger => -} "sonriendo" ; - {- VI Part => -} "sonredo" ; - {- VPB (Pres Ind C.Sg C.P1) => -} "sonro" ; - {- VPB (Pres Ind C.Sg C.P2) => -} "sonres" ; - {- VPB (Pres Ind C.Sg C.P3) => -} "sonre" ; - {- VPB (Pres Ind C.Pl C.P1) => -} "sonremos" ; - {- VPB (Pres Ind C.Pl C.P2) => -} "sonres" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "sonren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sonra" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sonras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sonra" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sonriamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sonriis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sonran" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "sonrea" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "sonreas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "sonrea" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "sonreamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "sonreais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "sonrean" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sonriera" ; "sonriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sonrieras" ; "sonrieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sonriera" ; "sonriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sonriramos" ; "sonrisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sonrierais" ; "sonrieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sonrieran" ; "sonriesen"} ;--# notpresent - {- VPB (Pret C.Sg C.P1) => -} "sonre" ;--# notpresent - {- VPB (Pret C.Sg C.P2) => -} "sonreste" ;--# notpresent - {- VPB (Pret C.Sg C.P3) => -} "sonri" ;--# notpresent - {- VPB (Pret C.Pl C.P1) => -} "sonremos" ;--# notpresent - {- VPB (Pret C.Pl C.P2) => -} "sonresteis" ;--# 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) => -} "sonreirs" ;--# 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) => -} "sonreiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "sonreirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sonriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sonrieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sonriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sonriremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sonriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sonrieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "sonreira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "sonreiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "sonreira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "sonreiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "sonreirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "sonreiran" ;--# notpresent - {- VPB (Imper C.Sg C.P1) => -} variants {} ; - {- VPB (Imper C.Sg C.P2) => -} "sonre" ; - {- VPB (Imper C.Sg C.P3) => -} "sonra" ; - {- VPB (Imper C.Pl C.P1) => -} "sonriamos" ; - {- VPB (Imper C.Pl C.P2) => -} "sonred" ; - {- VPB (Imper C.Pl C.P3) => -} "sonran" ; - {- VPB (Pass C.Sg Masc) => -} "sonredo" ; - {- VPB (Pass C.Sg Fem) => -} "sonreda" ; - {- VPB (Pass C.Pl Masc) => -} "sonredos" ; - {- VPB (Pass C.Pl Fem) => -} "sonredas" - ] - } ; - -lin resalir_V = verboV - {s = table (BeschSpa.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) => -} "resals" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "resalen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "resalga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "resalgas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "resalga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "resalgamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "resalgis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "resalgan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "resala" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "resalas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "resala" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "resalamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "resalais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "resalan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"resaliera" ; "resaliese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"resalieras" ; "resalieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"resaliera" ; "resaliese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"resaliramos" ; "resalisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"resalierais" ; "resalieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"resalieran" ; "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) => -} "resaldrs" ;--# 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) => -} "resaldris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "resaldrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "resaliere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "resalieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "resaliere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "resaliremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "resaliereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "resalieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "resaldra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "resaldras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "resaldra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "resaldramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "resaldrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "resaldran" ;--# 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 (BeschSpa.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) => -} "sals" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "salen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "salga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "salgas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "salga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "salgamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "salgis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "salgan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "sala" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "salas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "sala" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "salamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "salais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "salan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"saliera" ; "saliese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"salieras" ; "salieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"saliera" ; "saliese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"saliramos" ; "salisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"salierais" ; "salieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"salieran" ; "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) => -} "saldrs" ;--# 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) => -} "saldris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "saldrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "saliere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "salieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "saliere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "saliremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "saliereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "salieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "saldra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "saldras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "saldra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "saldramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "saldrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "saldran" ;--# 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 (BeschSpa.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) => -} "sobresals" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "sobresalen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sobresalga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sobresalgas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sobresalga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sobresalgamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sobresalgis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sobresalgan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "sobresala" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "sobresalas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "sobresala" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "sobresalamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "sobresalais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "sobresalan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobresaliera" ; "sobresaliese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobresalieras" ; "sobresalieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobresaliera" ; "sobresaliese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobresaliramos" ; "sobresalisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobresalierais" ; "sobresalieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobresalieran" ; "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) => -} "sobresaldrs" ;--# 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) => -} "sobresaldris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "sobresaldrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sobresaliere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sobresalieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sobresaliere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sobresaliremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sobresaliereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sobresalieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "sobresaldra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "sobresaldras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "sobresaldra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "sobresaldramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "sobresaldrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "sobresaldran" ;--# 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 (BeschSpa.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) => -} "equivalis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "equivalen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "equivalga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "equivalgas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "equivalga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "equivalgamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "equivalgis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "equivalgan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "equivala" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "equivalas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "equivala" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "equivalamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "equivalais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "equivalan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"equivaliera" ; "equivaliese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"equivalieras" ; "equivalieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"equivaliera" ; "equivaliese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"equivaliramos" ; "equivalisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"equivalierais" ; "equivalieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"equivalieran" ; "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) => -} "equivaldrs" ;--# 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) => -} "equivaldris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "equivaldrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "equivaliere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "equivalieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "equivaliere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "equivaliremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "equivaliereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "equivalieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "equivaldra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "equivaldras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "equivaldra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "equivaldramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "equivaldrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "equivaldran" ;--# 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 (BeschSpa.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) => -} "prevalis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "prevalen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "prevalga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "prevalgas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "prevalga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "prevalgamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "prevalgis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "prevalgan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "prevala" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "prevalas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "prevala" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "prevalamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "prevalais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "prevalan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"prevaliera" ; "prevaliese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"prevalieras" ; "prevalieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"prevaliera" ; "prevaliese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"prevaliramos" ; "prevalisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"prevalierais" ; "prevalieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"prevalieran" ; "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) => -} "prevaldrs" ;--# 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) => -} "prevaldris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "prevaldrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "prevaliere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "prevalieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "prevaliere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "prevaliremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "prevaliereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "prevalieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "prevaldra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "prevaldras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "prevaldra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "prevaldramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "prevaldrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "prevaldran" ;--# 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 (BeschSpa.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) => -} "valis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "valen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "valga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "valgas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "valga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "valgamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "valgis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "valgan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "vala" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "valas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "vala" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "valamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "valais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "valan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"valiera" ; "valiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"valieras" ; "valieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"valiera" ; "valiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"valiramos" ; "valisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"valierais" ; "valieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"valieran" ; "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) => -} "valdrs" ;--# 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) => -} "valdris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "valdrn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "valiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "valieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "valiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "valiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "valiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "valieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "valdra" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "valdras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "valdra" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "valdramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "valdrais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "valdran" ;--# 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 (BeschSpa.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) => -} "solis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "suelen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "suela" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "suelas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "suela" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "solamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "solis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "suelan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "sola" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "solas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "sola" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "solamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "solais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "solan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"soliera" ; "soliese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"solieras" ; "solieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"soliera" ; "soliese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"soliramos" ; "solisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"solierais" ; "solieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"solieran" ; "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 Subj C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Subj 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 (BeschSpa.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 Subj C.Sg C.P1) => -} "antevea" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "anteveas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "antevea" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "anteveamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "anteveis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "antevean" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "antevea" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "anteveas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "antevea" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "anteveamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "anteveais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "antevean" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"anteviera" ; "anteviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"antevieras" ; "antevieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"anteviera" ; "anteviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"anteviramos" ; "antevisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"antevierais" ; "antevieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"antevieran" ; "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) => -} "antevers" ;--# 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) => -} "anteveris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "antevern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "anteviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "antevieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "anteviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "anteviremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "anteviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "antevieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "antevera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "anteveras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "antevera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "anteveramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "anteverais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "anteveran" ;--# 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 (BeschSpa.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 Subj C.Sg C.P1) => -} "entrevea" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "entreveas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "entrevea" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "entreveamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "entreveis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "entrevean" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "entrevea" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "entreveas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "entrevea" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "entreveamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "entreveais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "entrevean" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entreviera" ; "entreviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entrevieras" ; "entrevieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entreviera" ; "entreviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entreviramos" ; "entrevisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entrevierais" ; "entrevieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entrevieran" ; "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) => -} "entrevers" ;--# 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) => -} "entreveris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "entrevern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "entreviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "entrevieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "entreviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "entreviremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "entreviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "entrevieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "entrevera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "entreveras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "entrevera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "entreveramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "entreverais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "entreveran" ;--# 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 (BeschSpa.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 Subj C.Sg C.P1) => -} "prevea" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "preveas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "prevea" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "preveamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "preveis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "prevean" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "prevea" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "preveas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "prevea" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "preveamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "preveais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "prevean" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"previera" ; "previese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"previeras" ; "previeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"previera" ; "previese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"previramos" ; "previsemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"previerais" ; "previeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"previeran" ; "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) => -} "prevers" ;--# 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) => -} "preveris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "prevern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "previere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "previeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "previere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "previremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "previereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "previeren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "prevera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "preveras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "prevera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "preveramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "preverais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "preveran" ;--# 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 (BeschSpa.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 Subj C.Sg C.P1) => -} "revea" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reveas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "revea" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reveamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reveis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "revean" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "revea" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "reveas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "revea" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "reveamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "reveais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "revean" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reviera" ; "reviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"revieras" ; "revieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reviera" ; "reviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reviramos" ; "revisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"revierais" ; "revieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"revieran" ; "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) => -} "revers" ;--# 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) => -} "reveris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "revern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "revieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reviremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "revieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "revera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "reveras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "revera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "reveramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "reverais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "reveran" ;--# 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 (BeschSpa.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 Subj C.Sg C.P1) => -} "trasvea" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "trasveas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "trasvea" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "trasveamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "trasveis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "trasvean" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "trasvea" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "trasveas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "trasvea" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "trasveamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "trasveais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "trasvean" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trasviera" ; "trasviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trasvieras" ; "trasvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trasviera" ; "trasviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trasviramos" ; "trasvisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trasvierais" ; "trasvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trasvieran" ; "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) => -} "trasvers" ;--# 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) => -} "trasveris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "trasvern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "trasviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "trasvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "trasviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "trasviremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "trasviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "trasvieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "trasvera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "trasveras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "trasvera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "trasveramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "trasverais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "trasveran" ;--# 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 (BeschSpa.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 Subj C.Sg C.P1) => -} "vea" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "veas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "vea" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "veamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "veis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "vean" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "vea" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "veas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "vea" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "veamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "veais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "vean" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"viera" ; "viese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"vieras" ; "vieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"viera" ; "viese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"viramos" ; "visemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"vierais" ; "vieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"vieran" ; "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) => -} "vers" ;--# 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) => -} "veris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "vern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "viere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "vieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "viere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "viremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "viereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "vieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "vera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "veras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "vera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "veramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "verais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "veran" ;--# 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 (BeschSpa.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) => -} "imprims" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "imprimen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "imprima" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "imprimas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "imprima" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "imprimamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "imprimis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "impriman" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "imprima" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "imprimas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "imprima" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "imprimamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "imprimais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "impriman" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"imprimiera" ; "imprimiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"imprimieras" ; "imprimieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"imprimiera" ; "imprimiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"imprimiramos" ; "imprimisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"imprimierais" ; "imprimieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"imprimieran" ; "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) => -} "imprimirs" ;--# 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) => -} "imprimiris" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "imprimirn" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "imprimiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "imprimieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "imprimiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "imprimiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "imprimiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "imprimieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "imprimira" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "imprimiras" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "imprimira" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "imprimiramos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "imprimirais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "imprimiran" ;--# 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 (BeschSpa.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) => -} "prendis" ; - {- VPB (Pres Ind C.Pl C.P3) => -} "prenden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "prenda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "prendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "prenda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "prendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "prendis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "prendan" ; - {- VPB (Impf Ind C.Sg C.P1) => -} "prenda" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P2) => -} "prendas" ;--# notpresent - {- VPB (Impf Ind C.Sg C.P3) => -} "prenda" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P1) => -} "prendamos" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P2) => -} "prendais" ;--# notpresent - {- VPB (Impf Ind C.Pl C.P3) => -} "prendan" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"prendiera" ; "prendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"prendieras" ; "prendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"prendiera" ; "prendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"prendiramos" ; "prendisemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"prendierais" ; "prendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"prendieran" ; "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) => -} "prenders" ;--# 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) => -} "prenderis" ;--# notpresent - {- VPB (Fut Ind C.Pl C.P3) => -} "prendern" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "prendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "prendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "prendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "prendiremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "prendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "prendieren" ;--# notpresent - {- VPB (Cond C.Sg C.P1) => -} "prendera" ;--# notpresent - {- VPB (Cond C.Sg C.P2) => -} "prenderas" ;--# notpresent - {- VPB (Cond C.Sg C.P3) => -} "prendera" ;--# notpresent - {- VPB (Cond C.Pl C.P1) => -} "prenderamos" ;--# notpresent - {- VPB (Cond C.Pl C.P2) => -} "prenderais" ;--# notpresent - {- VPB (Cond C.Pl C.P3) => -} "prenderan" ;--# 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 (BeschSpa.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 Subj C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P3) => -} "llueva" ; - {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Subj 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) => -} "llova" ;--# 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 Subj C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"lloviera" ; "lloviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Subj 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 Subj C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "lloviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Subj 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) => -} "llovera" ;--# 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/old-lib/resource/spanish/IrregSpaAbs.gf b/old-lib/resource/spanish/IrregSpaAbs.gf deleted file mode 100644 index 23a5052f0..000000000 --- a/old-lib/resource/spanish/IrregSpaAbs.gf +++ /dev/null @@ -1,1092 +0,0 @@ -abstract IrregSpaAbs = Cat ** { - 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 abuolar_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 argir_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 astreir_V : V ; - fun astriir_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 bruir_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 ceir_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 constreir_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 desceir_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 desler_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 desor_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 desteir_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 engrer_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 ensoar_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 entreor_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 estreir_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 frer_V : V ; - fun fruir_V : V ; - fun fruncir_V : V ; - fun frutecer_V : V ; - fun fulgir_V : V ; - fun fungir_V : V ; - fun gair_V : V ; - fun garantir_V : V ; - fun gemir_V : V ; - fun gernir_V : V ; - fun gobernar_V : V ; - fun grandisonar_V : V ; - fun gruir_V : V ; - fun gruir_V : V ; - fun guair_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 heir_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 juir_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 muir_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 or_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 plair_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 reargir_V : V ; - fun reaventar_V : V ; - fun reblandecer_V : V ; - fun rebullir_V : V ; - fun recaer_V : V ; - fun recalentar_V : V ; - fun receir_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 redargir_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 refrer_V : V ; - fun refringir_V : V ; - fun refulgir_V : V ; - fun regair_V : V ; - fun regar_V : V ; - fun regimentar_V : V ; - fun regir_V : V ; - fun regoldar_V : V ; - fun regruir_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 reir_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 rer_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 restriir_V : V ; - fun restringir_V : V ; - fun resurgir_V : V ; - fun retallecer_V : V ; - fun reteir_V : V ; - fun retemblar_V : V ; - fun retener_V : V ; - fun retentar_V : V ; - fun retiir_V : V ; - fun retoecer_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 soar_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 sofrer_V : V ; - fun solar_V : V ; - fun soldar_V : V ; - fun soler_V : V ; - fun soltar_V : V ; - fun sonar_V : V ; - fun sonrer_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 taer_V : V ; - fun tallecer_V : V ; - fun tardecer_V : V ; - fun teir_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 trasoar_V : V ; - fun trasor_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 ; - - -} \ No newline at end of file diff --git a/old-lib/resource/spanish/LangSpa.gf b/old-lib/resource/spanish/LangSpa.gf deleted file mode 100644 index ca4248e27..000000000 --- a/old-lib/resource/spanish/LangSpa.gf +++ /dev/null @@ -1,10 +0,0 @@ ---# -path=.:../romance:../abstract:../common:prelude - -concrete LangSpa of Lang = - GrammarSpa, - LexiconSpa - ** { - -flags startcat = Phr ; unlexer = text ; lexer = text ; - -} ; diff --git a/old-lib/resource/spanish/LexiconSpa.gf b/old-lib/resource/spanish/LexiconSpa.gf deleted file mode 100644 index fb7352ef0..000000000 --- a/old-lib/resource/spanish/LexiconSpa.gf +++ /dev/null @@ -1,359 +0,0 @@ ---# -path=.:../romance:../common:../abstract:../../prelude - -concrete LexiconSpa of Lexicon = CatSpa ** open - (M=MorphoSpa), ParadigmsSpa, BeschSpa in { - -flags - optimize=values ; - -lin - airplane_N = regN "aeroplano" ; -- avin 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 (regV "convertir") ; --- convertirse en, volverse, ponerse - beer_N = regN "cerveza" ; - beg_V2V = mkV2V (regV "rogar") accusative dative ; -- pedir - big_A = prefA (regADeg "grande") ; - bike_N = regN "bicicleta" ; - bird_N = regN "pjaro" ; - 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 "nio" ; - bread_N = regN "pan" ; - break_V2 = dirV2 (special_ppV (regV "romper") "roto") ; - broad_A = regADeg "ancho" ; - brother_N2 = deN2 (regN "hermano") ; - brown_A = regADeg "marrn" ; --- * - butter_N = regN "manteca" ; - buy_V2 = dirV2 (regV "comprar") ; - camera_N = regN "cmara" ; -- ["mquina fotogrfica"] - 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 "nio" ; -- nia - church_N = regN "iglesia" ; - city_N = femN (regN "ciudad") ; -- fem - clean_A = regADeg "limpio" ; - clever_A = regADeg "inteligente" ; - close_V2 = dirV2 (regV "cerrar") ; - coat_N = regN "abrigo" ; - cold_A = regADeg "fro" ; -- fra - come_V = verboV (venir_82 "venir") ; - computer_N = regN "computadora" ; -- also computador, ordenador in Spain - country_N = regN "pas" ; -- 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 "mdico" ; -- mdica - dog_N = regN "perro" ; -- perra - door_N = regN "puerta" ; - drink_V2 = dirV2 (regV "tomar") ; -- beber - easy_A2V = mkA2V (regA "fcil") dative genitive ; - eat_V2 = dirV2 (regV "comer") ; - empty_A = regADeg "vaco" ; - enemy_N = regN "enemigo" ; -- enemiga - factory_N = regN "fbrica" ; - 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 "jardn" ; - girl_N = regN "nia" ; - 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 (regV "odiar") ; - hat_N = regN "sombrero" ; - have_V2 = dirV2 (verboV (tener_4 "tener")) ; - hear_V2 = mkV2 (regV "escuchar") dative ; -- or_51 - 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 "fierro" ; - king_N = regN "rey" ; - know_V2 = dirV2 (verboV (saber_71 "saber")) ; -- conocer - lake_N = regN "lago" ; - lamp_N = regN "lmpara" ; - 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 (femN (regN "madre")) ; -- fem - mountain_N = regN "montaa" ; - music_N = regN "msica" ; - narrow_A = regADeg "estrecho" ; - new_A = prefA (regADeg "nuevo") ; - newspaper_N = regN "peridico" ; -- diario - oil_N = regN "aceite" ; - old_A = prefA (regADeg "viejo") ; - open_V2 = dirV2 (special_ppV (regV "abrir") "abierto") ; - paint_V2A = mkV2A (regV "pintar") accusative (mkPrep "en") ; - paper_N = regN "papel" ; - paris_PN = mkPN "Paris" masculine ; - peace_N = femN (regN "paz") ; - pen_N = regN "lapicera" ; - planet_N = mascN (regN "planeta") ; - plastic_N = regN "plstico" ; - play_V2 = dirV2 (verboV (jugar_47 "jugar")) ; - policeman_N = mascN (regN "polica") ; -- fem refers to the institution - priest_N = mascN (regN "cura") ; -- masc - probable_AS = mkAS (regA "probable") ; - queen_N = regN "reina" ; - radio_N = femN (regN "radio") ; - rain_V0 = mkV0 (verboV (llover_89 "llover")) ; - read_V2 = dirV2 (verboV (creer_26 "leer")) ; - red_A = regADeg "rojo" ; - religion_N = mkN "religin" "religiones" feminine ; - restaurant_N = regN "restaurante" ; -- restorn, restaurn, masc - river_N = regN "ro" ; - rock_N = regN "roca" ; - roof_N = regN "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 "pequeo") ; - 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 "estpido" ; - 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 "ensear") ; - television_N = mkN "televisin" "televisiones" 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 "pantaln" ; -- masc - ugly_A = regADeg "feo" ; - understand_V2 = dirV2 (regV "entender") ; - university_N = femN (regN "universidad") ; - village_N = regN "pueblo" ; - wait_V2 = mkV2 (regV "esperar") dative ; - walk_V = regV "caminar" ; - warm_A = regADeg "tibio" ; - war_N = regN "guerra" ; - watch_V2 = dirV2 (regV "mirar") ; -- ver - water_N = mascN (regN "agua") ; - white_A = compADeg (regA "blanco") ; - window_N = regN "ventana" ; - wine_N = regN "vino" ; - win_V2 = dirV2 (regV "ganar") ; - woman_N = femN (regN "mujer") ; - 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 (regADeg "joven") ; - - do_V2 = dirV2 (verboV (hacer_44 "hacer")) ; - now_Adv = mkAdv "ahora" ; - already_Adv = mkAdv "ya" ; - song_N = mkN "cancin" "canciones" feminine ; - add_V3 = dirV3 (regV "sumar") dative ; - number_N = regN "nmero" ; - 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 "cerca" ; - 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 "da") ; - 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 "ua" ; - 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, csped (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 "corazn" "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 "hgado" ; - 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 "raz") ; - 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 "bastn" "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 "ao" ; - 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 rer_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 (regV "sentar") ; - 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 "apualar") ; - 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 "gramtica" ; - language_N = regN "lengua" ; - rule_N = regN "regla" ; - - -} ; diff --git a/old-lib/resource/spanish/MorphoSpa.gf b/old-lib/resource/spanish/MorphoSpa.gf deleted file mode 100644 index 4868758df..000000000 --- a/old-lib/resource/spanish/MorphoSpa.gf +++ /dev/null @@ -1,121 +0,0 @@ ---# -path=.:../romance:../common:../../prelude - ---1 A Simple Spanish 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 $ParadigmsSpa$, which --- gives a higher-level access to this module. - -resource MorphoSpa = CommonRomance, ResSpa ** - open PhonoSpa, Prelude, Predef in { - - flags optimize=all ; - - ---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 last mec of { - "o" | "e" => mkNoun (nomVino mec) Masc ; - "a" => mkNoun (nomVino mec) Fem ; - "z" => mkNounIrreg mec (init mec + "ces") Fem ; - _ => 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") ; - - adjUtil : Str -> Str -> Adj = \util,utiles -> - mkAdj util util utiles utiles (util + "mente") ; - - adjBlu : Str -> Adj = \blu -> - mkAdj blu blu blu blu blu ; --- - - mkAdjReg : Str -> Adj = \solo -> - case last solo of { - "o" => adjSolo solo ; - "e" => adjUtil solo (solo + "s") ; - _ => adjUtil solo (solo + "es") ----- _ => adjBlu solo - } ; - ---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 -> - {s = table { - Ton Nom => il ; - Ton x => prepCase x ++ Lui ; - Aton Nom => strOpt il ; ---- [] ; - Aton Acc => le ; - Aton (CPrep P_a) => lui ; - Aton q => prepCase q ++ Lui ; ---- GF bug with c or p! - Poss Masc Sg => son ; - Poss Fem Sg => sa ; - Poss Masc Pl => ses ; - Poss Fem Pl => see - } ; - a = {g = g ; n = n ; p = p} ; - hasClit = True - } ; - - ---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 ; - -} diff --git a/old-lib/resource/spanish/NounSpa.gf b/old-lib/resource/spanish/NounSpa.gf deleted file mode 100644 index 4b8c211d0..000000000 --- a/old-lib/resource/spanish/NounSpa.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete NounSpa of Noun = CatSpa ** NounRomance with - (ResRomance = ResSpa) ; diff --git a/old-lib/resource/spanish/NumeralSpa.gf b/old-lib/resource/spanish/NumeralSpa.gf deleted file mode 100644 index 7775c105b..000000000 --- a/old-lib/resource/spanish/NumeralSpa.gf +++ /dev/null @@ -1,142 +0,0 @@ -concrete NumeralSpa of Numeral = CatSpa ** - open CommonRomance, ResRomance, MorphoSpa, Prelude in { - -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" "duodcimo" "vigsimo" "ducentsimo" ; -lin n3 = - mkTal "tres" "trece" "treinta" "trescientos" - "tercero" "decimotercero" "trigsimo" "tricentesimo" ; -lin n4 = - mkTal "cuatro" "catorce" "cuarenta" "cuatrocientos" - "cuarto" "decimocuarto" "cuadragsimo" "cuadringentesimo" ; -lin n5 = - mkTal "cinco" "quince" "cinquenta" "quinientos" - "quinto" "decimoquinto" "quincuagsimo" "guingentsimo" ; -lin n6 = - mkTal "seis" "diecisis" "sesenta" "seiscientos" - "sexto" "decimosexto" "sexagsimo" "sexcentesimo" ; -lin n7 = - mkTal "siete" "diecisite" "setenta" "setecientos" - "sptimo" "decimosptimo" "septuagsimo" "septingentesimo" ; -lin n8 = - mkTal "ocho" "dieciocho" "ochenta" "ochocientos" - "octavo" "decimoctavo" "octogsimo" "octingentsimo" ; -lin n9 = - mkTal "nueve" "diecinueve" "noventa" "novecientos" - "noveno" "decimonoveno" "nonagsimo" "noningentsimo" ; - -lin pot01 = - let uno = (mkTal "uno" "once" "diez" "ciento" "primero" "undcimo" - "dcimo" "centsimo").s in - {s =\\f,g => case of { - => [] ; - => "una" ; - => "cien" ; - => "ciento" ; - _ => uno ! f ! g - } ; - n = Pl - } ; - -lin pot0 d = {s = d.s ; n = Pl} ; -lin pot110 = spl ((mkTal "diez" [] [] [] "decimo" [] [] []).s ! ental indip) ; -lin pot111 = spl ((mkTal "once" [] [] [] "undcimo" [] [] []).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 ; - => venti ; - => regCard ventesimo 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" [] [] [] "milsimo" [] [] []).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 ++ 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/old-lib/resource/spanish/ParadigmsSpa.gf b/old-lib/resource/spanish/ParadigmsSpa.gf deleted file mode 100644 index 90190a1a8..000000000 --- a/old-lib/resource/spanish/ParadigmsSpa.gf +++ /dev/null @@ -1,464 +0,0 @@ ---# -path=.:../romance:../common:../abstract:../../prelude - ---1 Spanish 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 $MorphoSpa.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 --- [``IrregSpa`` ../../spanish/IrregSpa.gf]. - -resource ParadigmsSpa = - open - (Predef=Predef), - Prelude, - CommonRomance, - ResSpa, - MorphoSpa, - BeschSpa, - CatSpa in { - - flags optimize=all ; - ---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 ; - genitive : Prep ; - dative : Prep ; - - mkPrep : Str -> Prep ; - - ---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 ; - --- A different gender can be forced. - - mkN : Str -> Gender -> N ; - --- The worst case has two forms (singular + plural) and the gender. - - mkN : (baston,bastones : Str) -> Gender -> N - } ; - - ---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. "nmero de telfono". --- They could be formed in syntax, but we give a shortcut here since --- they are frequent in lexica. - - compN : N -> Str -> N ; - - ---3 Relational nouns --- --- Relational nouns ("fille de x") need a case and a preposition. - - mkN2 : N -> Prep -> N2 ; - --- The most common cases are the genitive "de" and the dative "a", --- with the empty preposition. - - deN2 : N -> N2 ; - aN2 : N -> N2 ; - --- Three-place relational nouns ("la connessione di x a y") need two prepositions. - - mkN3 : N -> Prep -> Prep -> N3 ; - - ---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 ; - mkPN : (Pilar : Str) -> Gender -> PN - } ; - - ---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 ; - --- 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 ; - --- In the worst case, two separate adjectives are given: --- the positive ("bueno"), and the comparative ("mejor"). - - mkA : (bueno : A) -> (mejor : A) -> A - } ; - --- 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 ; - - ---3 Two-place adjectives --- --- Two-place adjectives need a preposition for their second argument. - - mkA2 : A -> Prep -> A2 ; - - - ---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 ; - - ---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 $BeschSpa$ gives --- the complete set of "Bescherelle" conjugations. - - mkV : (pagar : Str) -> V ; - --- Verbs with vowel alternatition in the stem - easiest to give with --- two forms, e.g. "mostrar"/"muestro". - - mkV : (mostrar,muestro : Str) -> V ; - --- Most irreguler verbs are found in $IrregSpa$. If this is not enough, --- the module $BeschSpa$ gives all the patterns of the "Bescherelle" --- book. To use them in the category $V$, wrap them with the function - - mkV : Verbum -> V - } ; - --- To form reflexive verbs: - - reflV : V -> V ; - --- Verbs with a deviant passive participle: just give the participle --- in masculine singular form as second argument. - - special_ppV : V -> Str -> V ; - - - ---3 Two-place verbs --- --- Two-place verbs need a preposition, except the special case with direct object. --- (transitive verbs). - - mkV2 : overload { - mkV2 : Str -> V2 ; - mkV2 : V -> V2 ; - mkV2 : V -> Prep -> V2 - } ; - - --- 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 : V -> Prep -> Prep -> V3 ; -- hablar, a, di - dirV3 : V -> Prep -> V3 ; -- dar,(accusative),a - dirdirV3 : V -> V3 ; -- 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 ; - mkV2S : V -> Prep -> V2S ; - mkVV : V -> VV ; -- plain infinitive: "quiero hablar" - deVV : V -> VV ; -- "terminar de hablar" - aVV : V -> VV ; -- "aprender a hablar" - mkV2V : V -> Prep -> Prep -> V2V ; - mkVA : V -> VA ; - mkV2A : V -> Prep -> Prep -> V2A ; - mkVQ : V -> VQ ; - mkV2Q : V -> Prep -> V2Q ; - - 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 = MorphoSpa.Gender ; - Number = MorphoSpa.Number ; - masculine = Masc ; - feminine = Fem ; - singular = Sg ; - plural = Pl ; - - accusative = complAcc ** {lock_Prep = <>} ; - genitive = complGen ** {lock_Prep = <>} ; - dative = complDat ** {lock_Prep = <>} ; - mkPrep p = {s = p ; c = Acc ; 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} ** {lock_NP = <>} ; - - mk5A a b c d e = - compADeg {s = \\_ => (mkAdj a b c d e).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 => "ms" ++ 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 = <>} ; - - 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 ; - _ => 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 - } - } - in verbBesch verb ** {vtyp = VHabere ; lock_V = <>} ; - - reflV v = {s = v.s ; vtyp = VRefl ; lock_V = <>} ; - - verboV ve = verbBesch ve ** {vtyp = VHabere ; 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 = <> ; - vtyp = VHabere - } ; - - regAltV x y = verboV (regAlternV x y) ; - - mk2V2 v p = {s = v.s ; vtyp = v.vtyp ; c2 = p ; lock_V2 = <>} ; - dirV2 v = mk2V2 v accusative ; - v2V v = v ** {lock_V = <>} ; - - mkV3 v p q = {s = v.s ; vtyp = v.vtyp ; - c2 = p ; c3 = q ; lock_V3 = <>} ; - dirV3 v p = mkV3 v accusative p ; - dirdirV3 v = dirV3 v dative ; - - 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 - mkV2S v p = mk2V2 v p ** {mn,mp = Indic ; lock_V2S = <>} ; - mkVV v = v ** {c2 = complAcc ; lock_VV = <>} ; - deVV v = v ** {c2 = complGen ; lock_VV = <>} ; - aVV v = v ** {c2 = complDat ; lock_VV = <>} ; - mkV2V v p t = mkV3 v p t ** {lock_V2V = <>} ; - mkVA v = v ** {lock_VA = <>} ; - mkV2A v p q = mkV3 v p q ** {lock_V2A = <>} ; - 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 - } ; - 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 : (solo,sola,solos,solas,solamente : Str) -> A = mk5A ; - mkA : (bueno : A) -> (mejor : A) -> A = mkADeg ; - } ; - - mk5A : (solo,sola,solos,solas, solamente : 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 = regV ; - mkV : (mostrar,muestro : Str) -> V = regAltV ; - mkV : Verbum -> V = verboV - } ; - 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/old-lib/resource/spanish/PhonoSpa.gf b/old-lib/resource/spanish/PhonoSpa.gf deleted file mode 100644 index f6f9cf50f..000000000 --- a/old-lib/resource/spanish/PhonoSpa.gf +++ /dev/null @@ -1,14 +0,0 @@ -resource PhonoSpa = open Prelude in { - ---3 Elision --- --- The phonological rule of *elision* can be defined as follows in GF. --- In Spanish it includes both vowels and 'h'. - -oper - vocale : Strs = strs { - "a" ; "e" ; "h" ; "i" ; "o" ; "u" - } ; - - -} diff --git a/old-lib/resource/spanish/PhraseSpa.gf b/old-lib/resource/spanish/PhraseSpa.gf deleted file mode 100644 index 8f88d2a5b..000000000 --- a/old-lib/resource/spanish/PhraseSpa.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete PhraseSpa of Phrase = CatSpa ** PhraseRomance with - (ResRomance = ResSpa) ; diff --git a/old-lib/resource/spanish/QuestionSpa.gf b/old-lib/resource/spanish/QuestionSpa.gf deleted file mode 100644 index fe8b7e720..000000000 --- a/old-lib/resource/spanish/QuestionSpa.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete QuestionSpa of Question = CatSpa ** QuestionRomance with - (ResRomance = ResSpa) ; diff --git a/old-lib/resource/spanish/RelativeSpa.gf b/old-lib/resource/spanish/RelativeSpa.gf deleted file mode 100644 index 5fabba429..000000000 --- a/old-lib/resource/spanish/RelativeSpa.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete RelativeSpa of Relative = CatSpa ** RelativeRomance with - (ResRomance = ResSpa) ; diff --git a/old-lib/resource/spanish/ResSpa.gf b/old-lib/resource/spanish/ResSpa.gf deleted file mode 100644 index c5576ce00..000000000 --- a/old-lib/resource/spanish/ResSpa.gf +++ /dev/null @@ -1,13 +0,0 @@ ---1 Spanish 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 ResSpa of ResRomance = DiffSpa ** open CommonRomance, Prelude in { - ---- flags optimize=noexpand ; - -} ; diff --git a/old-lib/resource/spanish/SentenceSpa.gf b/old-lib/resource/spanish/SentenceSpa.gf deleted file mode 100644 index 0fc075574..000000000 --- a/old-lib/resource/spanish/SentenceSpa.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete SentenceSpa of Sentence = CatSpa ** SentenceRomance with - (ResRomance = ResSpa) ; diff --git a/old-lib/resource/spanish/StructuralSpa.gf b/old-lib/resource/spanish/StructuralSpa.gf deleted file mode 100644 index 0483d6606..000000000 --- a/old-lib/resource/spanish/StructuralSpa.gf +++ /dev/null @@ -1,159 +0,0 @@ -concrete StructuralSpa of Structural = CatSpa ** - open PhonoSpa, MorphoSpa, ParadigmsSpa, BeschSpa, Prelude in { - - flags optimize=all ; - -lin - - above_Prep = mkPrep "sobre" ; - after_Prep = {s = ["despues"] ; c = MorphoSpa.genitive ; isDir = False} ; - all_Predet = { - s = \\a,c => prepCase c ++ aagrForms "todo" "toda" "todos" "todas" ! a ; - c = Nom - } ; - almost_AdA, almost_AdN = ss "casi" ; - always_AdV = ss "siempre" ; - although_Subj = ss "bench" ** {m = Conjunct} ; - and_Conj = {s1 = [] ; s2 = "y" ; n = Pl} ; - because_Subj = ss "porque" ** {m = Indic} ; - before_Prep = {s = "antes" ; c = MorphoSpa.genitive ; isDir = False} ; - behind_Prep = {s = "detrs" ; c = MorphoSpa.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 = {s = \\_,_ => "cada" ; n = Sg} ; - everything_NP = pn2np (mkPN ["todo"] Masc) ; - everywhere_Adv = ss ["en todas partes"] ; - few_Det = {s = \\g,c => prepCase c ++ genForms "pocos" "pocas" ! g ; n = Pl} ; ---- first_Ord = {s = \\ag => (regA "primero").s ! Posit ! AF ag.g ag.n} ; - for_Prep = mkPrep "por" ; - from_Prep = complGen ; --- - he_Pron = - mkPronoun - "el" "lo" "le" "l" - "su" "su" "sus" "sus" - Masc Sg P3 ; - here_Adv = mkAdv "aqu" ; -- ac - here7to_Adv = mkAdv ["para ac"] ; - here7from_Adv = mkAdv ["de ac"] ; - how_IAdv = ss "como" ; - how8many_IDet = - {s = \\g,c => prepCase c ++ genForms "cuantos" "cuantas" ! g ; n = Pl} ; - if_Subj = ss "si" ** {m = Indic} ; - in8front_Prep = {s = "delante" ; c = MorphoSpa.genitive ; isDir = False} ; - i_Pron = - mkPronoun - "yo" "me" "me" "m" - "mi" "mi" "mis" "mis" - Masc Sg P1 ; - in_Prep = mkPrep "en" ; - it_Pron = - mkPronoun - "el" "lo" "le" "l" - "su" "su" "sus" "sus" - Masc Sg P3 ; - less_CAdv = ss "meno" ; ---- - many_Det = {s = \\g,c => prepCase c ++ genForms "muchos" "muchas" ! g ; n = Pl} ; - more_CAdv = ss "mas" ; - most_Predet = {s = \\_,c => prepCase c ++ ["la mayor parte"] ; c = CPrep P_de} ; - much_Det = {s = \\g,c => prepCase c ++ genForms "mucho" "mucha" ! g ; n = Sg} ; - must_VV = mkVV (verboV (deber_6 "deber")) ; - no_Utt = ss "no" ; - on_Prep = mkPrep "sobre" ; ---- one_Quant = {s = \\g,c => prepCase c ++ genForms "uno" "una" ! g} ; - only_Predet = {s = \\_,c => prepCase c ++ "solamente" ; c = Nom} ; - 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 ["algn"] Masc) ; - somePl_Det = {s = \\g,c => prepCase c ++ genForms "algunos" "algunas" ! g ; n = Pl} ; - someSg_Det = {s = \\g,c => prepCase c ++ genForms "algun" "alguna" ! g ; n = Sg} ; - something_NP = pn2np (mkPN ["algo"] Masc) ; - somewhere_Adv = ss ["en ninguna parte"] ; - that_Quant = { - s = table { - Sg => \\g,c => prepCase c ++ genForms "ese" "esa" ! g ; - Pl => \\g,c => prepCase c ++ genForms "esos" "esas" ! g - } - } ; - 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 = { - s = table { - Sg => \\g,c => prepCase c ++ genForms "este" "esta" ! g ; - Pl => \\g,c => prepCase c ++ genForms "estos" "estas" ! g - } - } ; - 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 "cuando" ; - when_Subj = ss "cuando" ** {m = Indic} ; - where_IAdv = ss "donde" ; - which_IQuant = {s = table { - Sg => \\g,c => prepCase c ++ "qu" ; --- cual - Pl => \\g,c => prepCase c ++ "qu" - } - } ; - whoPl_IP = {s = \\c => prepCase c ++ "quin" ; a = aagr Masc Pl} ; - whoSg_IP = {s = \\c => prepCase c ++ "quin" ; a = aagr Masc Sg} ; - why_IAdv = ss "porqu" ; - without_Prep = mkPrep "sin" ; - with_Prep = mkPrep "con" ; - yes_Utt = ss "s" ; - youSg_Pron = mkPronoun - "tu" "te" "te" "t" - "tu" "tu" "tus" "tus" - Masc Sg P2 ; - youPl_Pron = - mkPronoun - "vosotros" "vos" "vos" "vosotros" - "vuestro" "vuestra" "vuestros" "vuestras" - Masc Pl P2 ; - youPol_Pron = - mkPronoun - "usted" "la" "le" "usted" - "su" "su" "sus" "sus" - Masc Sg P3 ; - -oper - etConj : {s : Str ; n : MorphoSpa.Number} = {s = pre { - "y" ; - "y" / strs {"ya" ; "ye" ; "yo" ; "yu"} ; - "e" / strs {"i" ; "hi" ; "y"} - }} ** {n = Pl} ; - -} - diff --git a/old-lib/resource/spanish/TextSpa.gf b/old-lib/resource/spanish/TextSpa.gf deleted file mode 100644 index 9f9eb75b9..000000000 --- a/old-lib/resource/spanish/TextSpa.gf +++ /dev/null @@ -1,11 +0,0 @@ -concrete TextSpa of Text = CommonX - [Tense,TPres,TPast,TFut,TCond] ** { - --- This works for the special punctuation marks of Spanish. - - 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/old-lib/resource/spanish/VerbSpa.gf b/old-lib/resource/spanish/VerbSpa.gf deleted file mode 100644 index 7ff1820e7..000000000 --- a/old-lib/resource/spanish/VerbSpa.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete VerbSpa of Verb = CatSpa ** VerbRomance with - (ResRomance = ResSpa) ; diff --git a/old-lib/resource/swedish/AdjectiveSwe.gf b/old-lib/resource/swedish/AdjectiveSwe.gf deleted file mode 100644 index 00603805b..000000000 --- a/old-lib/resource/swedish/AdjectiveSwe.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete AdjectiveSwe of Adjective = CatSwe ** AdjectiveScand with - (ResScand = ResSwe) ; diff --git a/old-lib/resource/swedish/AdverbSwe.gf b/old-lib/resource/swedish/AdverbSwe.gf deleted file mode 100644 index 4ecd8aff4..000000000 --- a/old-lib/resource/swedish/AdverbSwe.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete AdverbSwe of Adverb = CatSwe ** AdverbScand with - (ResScand = ResSwe) ; diff --git a/old-lib/resource/swedish/AllSwe.gf b/old-lib/resource/swedish/AllSwe.gf deleted file mode 100644 index c63bd9424..000000000 --- a/old-lib/resource/swedish/AllSwe.gf +++ /dev/null @@ -1,7 +0,0 @@ ---# -path=.:../scandinavian:../abstract:../common:prelude - -concrete AllSwe of AllSweAbs = - LangSwe, - IrregSwe, - ExtraSwe - ** {} ; diff --git a/old-lib/resource/swedish/AllSweAbs.gf b/old-lib/resource/swedish/AllSweAbs.gf deleted file mode 100644 index 33ea20ec1..000000000 --- a/old-lib/resource/swedish/AllSweAbs.gf +++ /dev/null @@ -1,5 +0,0 @@ -abstract AllSweAbs = - Lang, - IrregSweAbs, - ExtraSweAbs - ** {} ; diff --git a/old-lib/resource/swedish/CatSwe.gf b/old-lib/resource/swedish/CatSwe.gf deleted file mode 100644 index c35924036..000000000 --- a/old-lib/resource/swedish/CatSwe.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete CatSwe of Cat = CommonX ** CatScand with - (ResScand = ResSwe) ; diff --git a/old-lib/resource/swedish/CompatibilitySwe.gf b/old-lib/resource/swedish/CompatibilitySwe.gf deleted file mode 100644 index 84ab961b3..000000000 --- a/old-lib/resource/swedish/CompatibilitySwe.gf +++ /dev/null @@ -1,11 +0,0 @@ ---# -path=.:../scandinavian:../abstract:../common - -concrete CompatibilitySwe of Compatibility = CatSwe ** open Prelude, CommonScand in { - --- from Noun 19/4/2008 - -lin - NumInt n = {s = \\_ => n.s ; isDet = True ; n = Pl} ; - OrdInt n = {s = n.s ++ ":e" ; isDet = True} ; - -} diff --git a/old-lib/resource/swedish/ConjunctionSwe.gf b/old-lib/resource/swedish/ConjunctionSwe.gf deleted file mode 100644 index dca410032..000000000 --- a/old-lib/resource/swedish/ConjunctionSwe.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete ConjunctionSwe of Conjunction = CatSwe ** ConjunctionScand with - (ResScand = ResSwe) ; diff --git a/old-lib/resource/swedish/DiffSwe.gf b/old-lib/resource/swedish/DiffSwe.gf deleted file mode 100644 index 97d9fa9cd..000000000 --- a/old-lib/resource/swedish/DiffSwe.gf +++ /dev/null @@ -1,98 +0,0 @@ -instance DiffSwe of DiffScand = open CommonScand, Prelude in { - --- Parameters. - - param - Gender = Utr | Neutr ; - - oper - utrum = Utr ; - neutrum = Neutr ; - - gennumN : Gender -> Number -> GenNum = \g,n -> Plg ; ----- - gennum : Gender -> Number -> GenNum = \g,n -> -{- ---- debugging Compute 9/11/2007 - case n of { - Sg => case g of { - Utr => SgUtr ; - Neutr => SgNeutr - } ; - _ => Plg - } ; --} - case < : Gender * Number> of { - => SgUtr ; - => SgNeutr ; - _ => Plg - } ; - - detDef : Species = Def ; - - Verb : Type = { - s : VForm => Str ; - part : Str ; - vtype : VType - } ; - - hasAuxBe _ = False ; - - --- Strings. - - conjThat = "att" ; - conjThan = "n" ; - conjAnd = "och" ; - infMark = "att" ; - compMore = "mera" ; - - subjIf = "om" ; - - artIndef : Gender => Str = table { - Utr => "en" ; - Neutr => "ett" - } ; - - verbHave = - mkVerb "ha" "har" "ha" "hade" "haft" "havd" "havt" "havda" ** noPart ; - verbBe = - mkVerb "vara" "r" "var" "var" "varit" "varen" "varet" "varna" - ** noPart ; - verbBecome = - mkVerb "bli" "blir" "bli" "blev" "blivit" "bliven" "blivet" "blivna" - ** noPart ; - - -- auxiliary - noPart = {part = []} ; - - auxFut = "ska" ; -- "skall" in ExtSwe - auxCond = "skulle" ; - - negation : Polarity => Str = table { - Pos => [] ; - Neg => "inte" - } ; - - genderForms : (x1,x2 : Str) -> Gender => Str = \all,allt -> - table { - Utr => all ; - Neutr => allt - } ; - - relPron : GenNum => RCase => Str = \\gn,c => case c of { - RNom | RPrep False => "som" ; - RGen => "vars" ; - RPrep True => gennumForms "vilken" "vilket" "vilka" ! gn - } ; - - pronSuch = gennumForms "sdan" "sdant" "sdana" ; - - reflPron : Agr -> Str = \a -> case a of { - {gn = Plg ; p = P1} => "oss" ; - {gn = Plg ; p = P2} => "er" ; - {p = P1} => "mig" ; - {p = P2} => "dig" ; - {p = P3} => "sig" - } ; - -} diff --git a/old-lib/resource/swedish/ExtraScandSwe.gf b/old-lib/resource/swedish/ExtraScandSwe.gf deleted file mode 100644 index ba62a8f1e..000000000 --- a/old-lib/resource/swedish/ExtraScandSwe.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete ExtraScandSwe of ExtraScandAbs = CatSwe ** ExtraScand with - (ResScand = ResSwe) ; diff --git a/old-lib/resource/swedish/ExtraSwe.gf b/old-lib/resource/swedish/ExtraSwe.gf deleted file mode 100644 index ca533be6b..000000000 --- a/old-lib/resource/swedish/ExtraSwe.gf +++ /dev/null @@ -1,3 +0,0 @@ -concrete ExtraSwe of ExtraSweAbs = ExtraScandSwe ** { - -} diff --git a/old-lib/resource/swedish/ExtraSweAbs.gf b/old-lib/resource/swedish/ExtraSweAbs.gf deleted file mode 100644 index 9371b3e11..000000000 --- a/old-lib/resource/swedish/ExtraSweAbs.gf +++ /dev/null @@ -1,7 +0,0 @@ --- Structures special for Swedish. These are not implemented in other --- Scandinavian languages. - -abstract ExtraSweAbs = ExtraScandAbs ** { - - -} \ No newline at end of file diff --git a/old-lib/resource/swedish/GrammarSwe.gf b/old-lib/resource/swedish/GrammarSwe.gf deleted file mode 100644 index 109669dfb..000000000 --- a/old-lib/resource/swedish/GrammarSwe.gf +++ /dev/null @@ -1,21 +0,0 @@ ---# -path=.:../scandinavian:../abstract:../common:prelude - -concrete GrammarSwe of Grammar = - NounSwe, - VerbSwe, - AdjectiveSwe, - AdverbSwe, - NumeralSwe, - SentenceSwe, - QuestionSwe, - RelativeSwe, - ConjunctionSwe, - PhraseSwe, - TextX, - IdiomSwe, - StructuralSwe - ** { - -flags startcat = Phr ; unlexer = text ; lexer = text ; - -} ; diff --git a/old-lib/resource/swedish/IdiomSwe.gf b/old-lib/resource/swedish/IdiomSwe.gf deleted file mode 100644 index 65ebf9b30..000000000 --- a/old-lib/resource/swedish/IdiomSwe.gf +++ /dev/null @@ -1,44 +0,0 @@ -concrete IdiomSwe of Idiom = CatSwe ** - open MorphoSwe, ParadigmsSwe, IrregSwe, Prelude in { - - flags optimize=all_subs ; - - oper - utr = ParadigmsSwe.utrum ; - neutr = ParadigmsSwe.neutrum ; - - lin - ImpersCl vp = mkClause "det" (agrP3 neutr Sg) vp ; - GenericCl vp = mkClause "man" (agrP3 utr Sg) vp ; - - CleftNP np rs = mkClause "det" (agrP3 neutr Sg) - (insertObj (\\_ => np.s ! rs.c ++ rs.s ! np.a) (predV verbBe)) ; - - CleftAdv ad s = mkClause "det" (agrP3 neutr Sg) - (insertObj (\\_ => ad.s ++ s.s ! Sub) (predV verbBe)) ; - - ExistNP np = - mkClause "det" (agrP3 neutr Sg) (insertObj - (\\_ => np.s ! accusative) (predV (depV finna_V))) ; - - ExistIP ip = { - s = \\t,a,p => - let - cls = - (mkClause "det" (agrP3 neutr Sg) (predV (depV finna_V))).s ! t ! a ! p ; - who = ip.s ! accusative - in table { - QDir => who ++ cls ! Inv ; - QIndir => who ++ cls ! Sub - } - } ; - - - ProgrVP vp = - insertObj (\\a => "att" ++ infVP vp a) (predV (partV hlla_V "p")) ; - - ImpPl1 vp = {s = ["lt oss"] ++ infVP vp {gn = Plg ; p = P1}} ; - - -} - diff --git a/old-lib/resource/swedish/IrregSwe.gf b/old-lib/resource/swedish/IrregSwe.gf deleted file mode 100644 index a31fd7241..000000000 --- a/old-lib/resource/swedish/IrregSwe.gf +++ /dev/null @@ -1,185 +0,0 @@ ---# -path=.:../scandinavian:../common:../abstract:../../prelude - -concrete IrregSwe of IrregSweAbs = CatSwe ** open ParadigmsSwe in { - - flags optimize=values ; - - lin - anfalla_V = irregV "anfalla" "anfll" "anfallit" ; - angiva_V = irregV "angiva" "angav" "angivit" ; - angripa_V = irregV "angripa" "angrep" "angripit" ; - anhlla_V = irregV "anhlla" "anhll" "anhllit" ; - antaga_V = irregV "antaga" "antog" "antagit" ; - ta_V = irregV "ta" "t" "tit" ; - terfinna_V = irregV "terfinna" "terfann" "terfunnit" ; - avbryta_V = irregV "avbryta" "avbrt" "avbrutit" ; - avfalla_V = irregV "avfalla" "avfll" "avfallit" ; - avhugga_V = irregV "avhugga" "avhgg" "avhuggit" ; - avlida_V = irregV "avlida" "avled" "avlidit" ; - avnjuta_V = irregV "avnjuta" "avnjt" "avnjutit" ; - avsitta_V = irregV "avsitta" "avsatt" "avsuttit" ; - avskriva_V = irregV "avskriva" "avskrev" "avskrivit" ; - avstiga_V = irregV "avstiga" "avsteg" "avstigit" ; - bra_V = irregV "bra" "bar" "burit" ; - bedraga_V = irregV "bedraga" "bedrog" "bedragit" ; - bedriva_V = irregV "bedriva" "bedrev" "bedrivit" ; - befinna_V = irregV "befinna" "befann" "befunnit" ; - begrava_V = irregV "begrava" "begrov" "begravit" ; - behlla_V = irregV "behlla" "behll" "behllit" ; - beljuga_V = irregV "beljuga" "beljg" "beljugit" ; - berida_V = irregV "berida" "bered" "beridit" ; - besitta_V = irregV "besitta" "besatt" "besuttit" ; - beskriva_V = irregV "beskriva" "beskrev" "beskrivit" ; - besluta_V = irregV "besluta" "beslt" "beslutit" ; - bestiga_V = irregV "bestiga" "besteg" "bestigit" ; - bestrida_V = irregV "bestrida" "bestred" "bestridit" ; - bidraga_V = irregV "bidraga" "bidrog" "bidragit" ; - bifalla_V = irregV "bifalla" "bifll" "bifallit" ; - binda_V = irregV "binda" "band" "bundit" ; - bita_V = irregV "bita" "bet" "bitit" ; - bjuda_V = irregV "bjuda" "bjd" "bjudit" ; - bliva_V = irregV "bli" "blev" "blivit" ; - borttaga_V = irregV "borttaga" "borttog" "borttagit" ; - brinna_V = irregV "brinna" "brann" "brunnit" ; - brista_V = irregV "brista" "brast" "brustit" ; - bryta_V = irregV "bryta" "brt" "brutit" ; - d_V = irregV "d" "dog" "dtt" ; - draga_V = mkV (variants { "dra"; "draga"}) (variants { "drar" ; - "drager"}) (variants { "dra" ; "drag" }) "drog" "dragit" "dragen" ; - dricka_V = irregV "dricka" "drack" "druckit" ; - driva_V = irregV "driva" "drev" "drivit" ; - drypa_V = irregV "drypa" "drp" "drupit" ; - duga_V = irregV "duga" "dg" "dugit" ; - dyka_V = irregV "dyka" "dk" "dukit" ; - erbjuda_V = irregV "erbjuda" "erbjd" "erbjudit" ; - erfara_V = irregV "erfara" "erfor" "erfarit" ; - erhlla_V = irregV "erhlla" "erhll" "erhllit" ; - falla_V = irregV "falla" "fll" "fallit" ; - fnga_V = irregV "fnga" "fng" "fngit" ; - fara_V = irregV "fara" "for" "farit" ; - finna_V = irregV "finna" "fann" "funnit" ; - flyga_V = irregV "flyga" "flg" "flugit" ; - flyta_V = irregV "flyta" "flt" "flutit" ; - frbehlla_V = irregV "frbehlla" "frbehll" "frbehllit" ; - frbinda_V = irregV "frbinda" "frband" "frbundit" ; - frbjuda_V = irregV "frbjuda" "frbjd" "frbjudit" ; - frdriva_V = irregV "frdriva" "frdrev" "frdrivit" ; - freskriva_V = irregV "freskriva" "freskrev" "freskrivit" ; - fretaga_V = irregV "fretaga" "fretog" "fretagit" ; - frfrysa_V = irregV "frfrysa" "frfrs" "frfrusit" ; - frlta_V = irregV "frlta" "frlt" "frltit" ; - frnimma_V = irregV "frnimma" "frnamm" "frnummit" ; - frsitta_V = irregV "frsitta" "frsatt" "frsuttit" ; - frsvinna_V = irregV "frsvinna" "frsvann" "frsvunnit" ; - frtiga_V = irregV "frtiga" "frteg" "frtigit" ; - frysa_V = irregV "frysa" "frs" "frusit" ; - g_V = irregV "g" "gick" "gtt" ; - gra_V = mkV "gra" "gr" "gr" "gjorde" "gjort" "gjord" ; - genomdriva_V = irregV "genomdriva" "genomdrev" "genomdrivit" ; - gilla_V = irregV "gilla" "gall" "gillit" ; - giva_V = irregV "ge" "gav" "givit" ; - gjuta_V = irregV "gjuta" "gjt" "gjutit" ; - glida_V = irregV "glida" "gled" "glidit" ; - gnida_V = irregV "gnida" "gned" "gnidit" ; - grta_V = irregV "grta" "grt" "grtit" ; - gripa_V = irregV "gripa" "grep" "gripit" ; - hlla_V = irregV "hlla" "hll" "hllit" ; - hinna_V = irregV "hinna" "hann" "hunnit" ; - hugga_V = irregV "hugga" "hgg" "huggit" ; - iakttaga_V = irregV "iakttaga" "iakttog" "iakttagit" ; - inbegripa_V = irregV "inbegripa" "inbegrep" "inbegripit" ; - inbjuda_V = irregV "inbjuda" "inbjd" "inbjudit" ; - indraga_V = irregV "indraga" "indrog" "indragit" ; - innesluta_V = irregV "innesluta" "inneslt" "inneslutit" ; - inskriva_V = irregV "inskriva" "inskrev" "inskrivit" ; - intaga_V = irregV "intaga" "intog" "intagit" ; - knna_V = irregV "knna" "knde" "knt" ; - klmma_V = regV "klmmer" ; - kliva_V = irregV "kliva" "klev" "klivit" ; - klyva_V = irregV "klyva" "klv" "kluvit" ; - knipa_V = irregV "knipa" "knep" "knipit" ; - knyta_V = irregV "knyta" "knt" "knutit" ; - komma_V = irregV "komma" "kom" "kommit" ; - krypa_V = irregV "krypa" "krp" "krupit" ; - kunna_V = mkV "kunna" "kan" "kan" "kunde" "kunnat" "knd" ; - kvida_V = irregV "kvida" "kved" "kvidit" ; - lta_V = irregV "lta" "lt" "ltit" ; - leva_V = irregV "leva" "levde" "levt" ; - ligga_V = irregV "ligga" "lg" "legat" ; - ljuda_V = irregV "ljuda" "ljd" "ljudit" ; - ljuga_V = irregV "ljuga" "ljg" "ljugit" ; - ljuta_V = irregV "ljuta" "ljt" "ljutit" ; - lgga_V = irregV "lgga" "lade" "lagt" ; - mottaga_V = irregV "mottaga" "mottog" "mottagit" ; - nerstiga_V = irregV "nerstiga" "nersteg" "nerstigit" ; - niga_V = irregV "niga" "neg" "nigit" ; - njuta_V = irregV "njuta" "njt" "njutit" ; - omgiva_V = irregV "omgiva" "omgav" "omgivit" ; - verfalla_V = irregV "verfalla" "verfll" "verfallit" ; - vergiva_V = irregV "vergiva" "vergav" "vergivit" ; - pipa_V = irregV "pipa" "pep" "pipit" ; - rida_V = irregV "rida" "red" "ridit" ; - rinna_V = irregV "rinna" "rann" "runnit" ; - riva_V = irregV "riva" "rev" "rivit" ; - ryta_V = irregV "ryta" "rt" "rutit" ; - sga_V = irregV "sga" "sade" "sagt" ; - se_V = irregV "se" "sg" "sett" ; - sitta_V = irregV "sitta" "satt" "suttit" ; - sjuda_V = irregV "sjuda" "sjd" "sjudit" ; - sjunga_V = irregV "sjunga" "sjng" "sjungit" ; - sjunka_V = irregV "sjunka" "sjnk" "sjunkit" ; - skra_V = mkV "skra" "skr" "skr" "skar" "skurit" "skuren" ; - skina_V = irregV "skina" "sken" "skinit" ; - skita_V = irregV "skita" "sket" "skitit" ; - skjuta_V = irregV "skjuta" "skjt" "skjutit" ; - skrida_V = irregV "skrida" "skred" "skridit" ; - skrika_V = irregV "skrika" "skrek" "skrikit" ; - skriva_V = irregV "skriva" "skrev" "skrivit" ; - skryta_V = irregV "skryta" "skrt" "skrutit" ; - sl_V = irregV "sl" "slog" "slagit" ; - slinka_V = irregV "slinka" "slank" "slunkit" ; - slippa_V = irregV "slippa" "slapp" "sluppit" ; - slita_V = irregV "slita" "slet" "slitit" ; - sluta_V = irregV "sluta" "slt" "slutit" ; - smrja_V = irregV "smrja" "smorjde" "smort" ; - smita_V = irregV "smita" "smet" "smitit" ; - snyta_V = irregV "snyta" "snt" "snutit" ; - sova_V = irregV "sova" "sov" "sovit" ; - spinna_V = irregV "spinna" "spann" "spunnit" ; - spricka_V = irregV "spricka" "sprack" "spruckit" ; - sprida_V = irregV "sprida" "spred" "spridit" ; - springa_V = irregV "springa" "sprang" "sprungit" ; - st_V = irregV "st" "stod" "sttt" ; - sticka_V = irregV "sticka" "stack" "stuckit" ; - stiga_V = irregV "stiga" "steg" "stigit" ; - stinka_V = irregV "stinka" "stank" "stunkit" ; - strida_V = irregV "strida" "stred" "stridit" ; - strypa_V = irregV "strypa" "strp" "strupit" ; - suga_V = irregV "suga" "sg" "sugit" ; - supa_V = irregV "supa" "sp" "supit" ; - svlla_V = irregV "svlla" "svllde" "svllt" ; - svida_V = irregV "svida" "sved" "svidit" ; - svika_V = irregV "svika" "svek" "svikit" ; - sy_V = irregV "sy" "sydde" "sytt" ; - taga_V = irregV "taga" "tog" "tagit" ; - tiga_V = irregV "tiga" "teg" "tigit" ; - tillta_V = irregV "tillta" "tillt" "tilltit" ; - tillsluta_V = irregV "tillsluta" "tillslt" "tillslutit" ; - tjuta_V = irregV "tjuta" "tjt" "tjutit" ; - tryta_V = irregV "tryta" "trt" "trutit" ; - tvinga_V = irregV "tvinga" "tvang" "tvungit" ; - uppfinna_V = irregV "uppfinna" "uppfann" "uppfunnit" ; - uppgiva_V = irregV "uppgiva" "uppgav" "uppgivit" ; - upplta_V = irregV "upplta" "upplt" "uppltit" ; - uppstiga_V = irregV "uppstiga" "uppsteg" "uppstigit" ; - upptaga_V = irregV "upptaga" "upptog" "upptagit" ; - utbjuda_V = irregV "utbjuda" "utbjd" "utbjudit" ; - utbrista_V = irregV "utbrista" "utbrast" "utbrustit" ; - utesluta_V = irregV "utesluta" "uteslt" "uteslutit" ; - utskriva_V = irregV "utskriva" "utskrev" "utskrivit" ; - veta_V = mk6V "veta" "vet" "vet" "visste" "vetat" (variants {}) ; - vnda_V = irregV "vnda" "vnde" "vnt" ; - vina_V = irregV "vina" "ven" "vinit" ; - vinna_V = irregV "vinna" "vann" "vunnit" ; - vrida_V = irregV "vrida" "vred" "vridit" ; -} \ No newline at end of file diff --git a/old-lib/resource/swedish/IrregSweAbs.gf b/old-lib/resource/swedish/IrregSweAbs.gf deleted file mode 100644 index b4da1aaa7..000000000 --- a/old-lib/resource/swedish/IrregSweAbs.gf +++ /dev/null @@ -1,179 +0,0 @@ -abstract IrregSweAbs = Cat ** { - fun - anfalla_V : V ; - angiva_V : V ; - angripa_V : V ; - anhlla_V : V ; - antaga_V : V ; - ta_V : V ; - terfinna_V : V ; - avbryta_V : V ; - avfalla_V : V ; - avhugga_V : V ; - avlida_V : V ; - avnjuta_V : V ; - avsitta_V : V ; - avskriva_V : V ; - avstiga_V : V ; - bra_V : V ; - bedraga_V : V ; - bedriva_V : V ; - befinna_V : V ; - begrava_V : V ; - behlla_V : V ; - beljuga_V : V ; - berida_V : V ; - besitta_V : V ; - beskriva_V : V ; - besluta_V : V ; - bestiga_V : V ; - bestrida_V : V ; - bidraga_V : V ; - bifalla_V : V ; - binda_V : V ; - bita_V : V ; - bjuda_V : V ; - bliva_V : V ; - borttaga_V : V ; - brinna_V : V ; - brista_V : V ; - bryta_V : V ; - d_V : V ; - draga_V : V ; - dricka_V : V ; - driva_V : V ; - drypa_V : V ; - duga_V : V ; - dyka_V : V ; - erbjuda_V : V ; - erfara_V : V ; - erhlla_V : V ; - falla_V : V ; - fnga_V : V ; - fara_V : V ; - finna_V : V ; - flyga_V : V ; - flyta_V : V ; - frbehlla_V : V ; - frbinda_V : V ; - frbjuda_V : V ; - frdriva_V : V ; - freskriva_V : V ; - fretaga_V : V ; - frfrysa_V : V ; - frlta_V : V ; - frnimma_V : V ; - frsitta_V : V ; - frsvinna_V : V ; - frtiga_V : V ; - frysa_V : V ; - g_V : V ; - gra_V : V ; - genomdriva_V : V ; - gilla_V : V ; - giva_V : V ; - gjuta_V : V ; - glida_V : V ; - gnida_V : V ; - grta_V : V ; - gripa_V : V ; - hlla_V : V ; - hinna_V : V ; - hugga_V : V ; - iakttaga_V : V ; - inbegripa_V : V ; - inbjuda_V : V ; - indraga_V : V ; - innesluta_V : V ; - inskriva_V : V ; - intaga_V : V ; - knna_V : V ; - klmma_V : V ; - kliva_V : V ; - klyva_V : V ; - knipa_V : V ; - knyta_V : V ; - komma_V : V ; - krypa_V : V ; - kunna_V : V ; - kvida_V : V ; - lta_V : V ; - leva_V : V ; - ligga_V : V ; - ljuda_V : V ; - ljuga_V : V ; - ljuta_V : V ; - lgga_V : V ; - mottaga_V : V ; - nerstiga_V : V ; - niga_V : V ; - njuta_V : V ; - omgiva_V : V ; - verfalla_V : V ; - vergiva_V : V ; - pipa_V : V ; - rida_V : V ; - rinna_V : V ; - riva_V : V ; - ryta_V : V ; - sga_V : V ; - se_V : V ; - sitta_V : V ; - sjuda_V : V ; - sjunga_V : V ; - sjunka_V : V ; - skra_V : V ; - skina_V : V ; - skita_V : V ; - skjuta_V : V ; - skrida_V : V ; - skrika_V : V ; - skriva_V : V ; - skryta_V : V ; - sl_V : V ; - slinka_V : V ; - slippa_V : V ; - slita_V : V ; - sluta_V : V ; - smrja_V : V ; - smita_V : V ; - snyta_V : V ; - sova_V : V ; - spinna_V : V ; - spricka_V : V ; - sprida_V : V ; - springa_V : V ; - st_V : V ; - sticka_V : V ; - stiga_V : V ; - stinka_V : V ; - strida_V : V ; - strypa_V : V ; - suga_V : V ; - supa_V : V ; - svlla_V : V ; - svida_V : V ; - svika_V : V ; - sy_V : V ; - taga_V : V ; - tiga_V : V ; - tillta_V : V ; - tillsluta_V : V ; - tjuta_V : V ; - tryta_V : V ; - tvinga_V : V ; - uppfinna_V : V ; - uppgiva_V : V ; - upplta_V : V ; - uppstiga_V : V ; - upptaga_V : V ; - utbjuda_V : V ; - utbrista_V : V ; - utesluta_V : V ; - utskriva_V : V ; - vnda_V : V ; - veta_V : V ; - vina_V : V ; - vinna_V : V ; - vrida_V : V ; -} diff --git a/old-lib/resource/swedish/LangSwe.gf b/old-lib/resource/swedish/LangSwe.gf deleted file mode 100644 index a321acd1f..000000000 --- a/old-lib/resource/swedish/LangSwe.gf +++ /dev/null @@ -1,10 +0,0 @@ ---# -path=.:../scandinavian:../abstract:../common:prelude - -concrete LangSwe of Lang = - GrammarSwe, - LexiconSwe - ** { - -flags startcat = Phr ; unlexer = text ; lexer = text ; - -} ; diff --git a/old-lib/resource/swedish/LexiconSwe.gf b/old-lib/resource/swedish/LexiconSwe.gf deleted file mode 100644 index 3bca3ec0f..000000000 --- a/old-lib/resource/swedish/LexiconSwe.gf +++ /dev/null @@ -1,366 +0,0 @@ ---# -path=.:../scandinavian:../common:../abstract:../../prelude - -concrete LexiconSwe of Lexicon = CatSwe ** - open Prelude, ParadigmsSwe, IrregSwe in { - -flags - optimize=values ; - -lin - airplane_N = regGenN "flygplan" neutrum ; - answer_V2S = mkV2S (regV "svarar") (mkPrep "till") ; - apartment_N = mk2N "lgenhet" "lgenheter" ; - apple_N = regGenN "pple" neutrum ; - art_N = mk2N "konst" "konster" ; - ask_V2Q = mkV2Q (regV "frgar") noPrep ; - baby_N = regGenN "bebis" utrum ; - bad_A = irregA "dlig" "smre" "smst"; - bank_N = mk2N "bank" "banker" ; - beautiful_A = mk3A "vacker" "vackert" "vackra" ; - become_VA = mkVA (mkV "bli" "blir""bli" "blev" "blivit" "bliven") ; - beer_N = regGenN "l" neutrum ; - beg_V2V = mkV2V (mkV "be" "ber""be" "bad" "bett" "bedd") noPrep (mkPrep "att") ; - big_A = irregA "stor" "strre" "strst"; - bike_N = mk2N "cykel" "cyklar" ; - bird_N = mk2N "fgel" "fglar" ; - black_A = mk2A "svart" "svart" ; - blue_A = mk2A "bl" "bltt"; - boat_N = regGenN "bt" utrum ; - book_N = mkN "bok" "boken" "bcker" "bckerna" ; - boot_N = mk2N "stvel" "stvlar" ; - boss_N = mk2N "chef" "chefer" ; - boy_N = regGenN "pojke" utrum ; - bread_N = regGenN "brd" neutrum ; - break_V2 = dirV2 (partV (mkV "sl" "slr" "sl" "slog" "slagit" "slagen") "snder") ; - broad_A = mk2A "bred" "brett" ; - brother_N2 = mkN2 ((mkN "bror" "brodern" "brder" "brderna")) (mkPrep "till") ; - brown_A = regA "brun" ; - butter_N = regGenN "smr" neutrum ; - buy_V2 = dirV2 (mk2V "kpa" "kpte") ; - camera_N = regGenN "kamera" utrum ; - cap_N = regGenN "mssa" utrum ; - car_N = regGenN "bil" utrum ; - carpet_N = regGenN "matta" utrum ; - cat_N = mk2N "katt" "katter" ; - ceiling_N = regGenN "tak" neutrum ; - chair_N = regGenN "stol" utrum ; - cheese_N = regGenN "ost" utrum ; - child_N = regGenN "barn" neutrum ; - church_N = regGenN "kyrka" utrum ; - city_N = mkN "stad" "staden" "stder" "stderna" ; - clean_A = regA "ren" ; - clever_A = regA "klok" ; - close_V2 = dirV2 (mk2V "stnga" "stngde") ; - coat_N = regGenN "rock" utrum ; - cold_A = regA "kall" ; - come_V = komma_V ; - computer_N = mk2N "dator" "datorer" ; - country_N = mkN "land" "landet" "lnder" "lnderna" ; - cousin_N = mk2N "kusin" "kusiner" ; - cow_N = mk2N "ko" "kor" ; - die_V = (mkV "d" "dr" "d" "dog" "dtt" "ddd") ; ---- - distance_N3 = mkN3 (mk2N "avstnd" "avstnd") (mkPrep "frn") (mkPrep "till") ; - dirty_A = regA "smutsig" ; - doctor_N = mk2N "lkare" "lkare" ; - dog_N = regGenN "hund" utrum ; - door_N = regGenN "drr" utrum ; - drink_V2 = dirV2 (irregV "dricka" "drack" "druckit") ; - easy_A2V = mkA2V (mk2A "ltt" "ltt") (mkPrep "fr") ; - eat_V2 = dirV2 (irregV "ta" "t" "tit") ; - empty_A = mkA "tom" "tomt" "tomma" "tomma" "tommare" "tommast" "tommaste" ; - enemy_N = regGenN "fiende" neutrum ; - factory_N = mk2N "fabrik" "fabriker" ; - father_N2 = mkN2 ((mkN "far" "fadern" "fder" "fderna")) (mkPrep "till") ; - fear_VS = mkVS (regV "fruktar") ; - find_V2 = dirV2 (irregV "finna" "fann" "funnit") ; - fish_N = mk2N "fisk" "fiskar" ; - floor_N = regGenN "golv" neutrum ; - forget_V2 = dirV2 (mkV "glmma" "glmmer" "glm" "glmde" "glmt" "glmd") ; - fridge_N = regGenN "kylskp" neutrum ; - friend_N = mkN "vn" "vnnen" "vnner" "vnnerna" ; - fruit_N = mk2N "frukt" "frukter" ; - fun_AV = mkAV (regA "rolig") ; - garden_N = regGenN "trdgrd" utrum ; - girl_N = regGenN "flicka" utrum ; - glove_N = regGenN "handske" utrum ; - gold_N = regGenN "guld" neutrum ; - good_A = mkA "god" "gott" "goda" "goda" "bttre" "bst" "bsta" ; - go_V = (mkV "g" "gr" "g" "gick" "gtt" "gngen") ; - green_A = regA "grn" ; - harbour_N = regGenN "hamn" utrum; - hate_V2 = dirV2 (regV "hatar") ; - hat_N = regGenN "hatt" utrum ; - have_V2 = dirV2 (mkV "ha" "har" "ha" "hade" "haft" "haft") ; ---- pp - hear_V2 = dirV2 (mkV "hra" "hr" "hr" "hrde" "hrt" "hrd") ; - hill_N = regGenN "kulle" utrum ; --- hope_VS = mkVS ((regV "nskar")) ; - hope_VS = mkVS (depV (regV "hoppar")) ; - horse_N = regGenN "hst" utrum ; - hot_A = regA "het" ; - house_N = regGenN "hus" neutrum ; - important_A = regA "viktig" ; - industry_N = mk2N "industri" "industrier" ; ---- "ien" ?? - iron_N = regGenN "jrn" neutrum ; - king_N = (regGenN "kung" utrum) ; - know_V2 = dirV2 (mkV "veta" "vet" "vet" "visste" "vetat" "visst") ; - lake_N = mkN "sj" "sjn" "sjar" "sjarna" ; - lamp_N = regGenN "lampa" utrum; - learn_V2 = dirV2 (reflV (mkV "lra" "lr" "lr" "lrde" "lrt" "lrd")) ; - leather_N = mkN "lder" "ldret" "lder" "ldren" ; - leave_V2 = dirV2 (regV "lmnar") ; - like_V2 = mkV2 (mk2V "tycka" "tyckte") (mkPrep "om") ; - listen_V2 = mkV2 (regV "lyssnar") (mkPrep "p") ; - live_V = (irregV "leva" "levde" "levt") ; ---- ? - long_A = irregA "lng" "lngre" "lngst" ; - lose_V2 = dirV2 (regV "frlora") ; - love_N = regGenN "krlek" utrum ; - love_V2 = dirV2 (regV "lska") ; - man_N = (mkN "man" "mannen" "mn" "mnnen") ; - married_A2 = mkA2 (mk2A "gift" "gift") (mkPrep "med") ; - meat_N = regGenN "ktt" neutrum ; - milk_N = regGenN "mjlk" utrum ; ---- -ar? - moon_N = regGenN "mne" utrum ; - mother_N2 = mkN2 (mkN "mor" "modern" "mdrar" "mdrarna") (mkPrep "till") ; - mountain_N = regGenN "berg" neutrum ; - music_N = mk2N "musik" "musiker" ; ---- er ? - narrow_A = regA "smal" ; - new_A = mkA "ny" "nytt" "nya" "nya" "nyare" "nyast" "nyaste" ; - newspaper_N = regGenN "tidning" utrum ; - oil_N = regGenN "olja" utrum ; - old_A = mkA "gammal" "gammalt" "gamla" "gamla" "ldre" "ldst" "ldsta" ; - open_V2 = dirV2 (regV "ppna") ; - paint_V2A = mkV2A (regV "mla") noPrep ; - paper_N = mkN "papper" "pappret" "papper" "pappren" ; - paris_PN = regGenPN "Paris" neutrum ; - peace_N = regGenN "fred" utrum ; ---- ar? - pen_N = regGenN "penna" utrum ; - planet_N = mk2N "planet" "planeter" ; - plastic_N = mk2N "plast" "plaster" ; - play_V2 = dirV2 (regV "spela") ; - policeman_N = mk2N "polis" "poliser" ; - priest_N = mk2N "prst" "prster" ; - probable_AS = mkAS (regA "sannolik") ; - queen_N = regGenN "drottning" utrum ; - radio_N = mkN "radio" "radion" "radioapparater" "radioapparaterna" ; -- SAOL - rain_V0 = mkV0 (regV "regna") ; - read_V2 = dirV2 (mk2V "lsa" "lste") ; - red_A = mk2A "rd" "rtt" ; - religion_N = mk2N "religion" "religioner" ; - restaurant_N = mk2N "restaurang" "restauranger" ; - river_N = mkN "" "n" "ar" "arna" ; - rock_N = mkN "sten" "stenen" "stenar" "stenarna" ; - roof_N = regGenN "tak" neutrum ; - rubber_N = mkN "gummi" "gummit" "gummin" "gummina" ; - run_V = (irregV "springa" "sprang" "sprungit") ; - say_VS = mkVS (mkV "sga" "sger" "sg" "sade" "sagt" "sagd") ; - school_N = regGenN "skola" utrum; - science_N = mk2N "vetenskap" "vetenskaper" ; - sea_N = mkN "hav" "hav" ; - seek_V2 = dirV2 (mk2V "ska" "skte") ; - see_V2 = dirV2 (mkV "se" "ser" "se" "sg" "sett" "sedd") ; - sell_V3 = dirV3 (irregV "slja" "slde" "slt") (mkPrep "till") ; - send_V3 = dirV3 (regV "skicka") (mkPrep "till") ; - sheep_N = mk2N "fr" "fr" ; - ship_N = regGenN "skepp" neutrum ; - shirt_N = regGenN "skjorta" utrum ; - shoe_N = mk2N "sko" "skor" ; - shop_N = mk2N "affr" "affren" ; - short_A = regA "kort" ; - silver_N = mkN "silver" "silvret" "silver" "silvren" ; - sister_N = mk2N "syster" "systrar" ; - sleep_V = (irregV "sova" "sov" "sovit") ; - small_A = mkA "liten" "litet" "lilla" "sm" "mindre" "minst" "minsta" ; - snake_N = regGenN "orm" utrum ; - sock_N = regGenN "strumpa" utrum ; - speak_V2 = dirV2 (regV "tala") ; - star_N = regGenN "stjrna" utrum ; - steel_N = regGenN "stl" utrum ; - stone_N = mkN "sten" "stenen" "stenar" "stenarna" ; - stove_N = regGenN "spis" utrum ; - student_N = mk2N "student" "studenter" ; - stupid_A = mk3A "dum" "dumt" "dumma" ; - sun_N = regGenN "sol" utrum ; - switch8off_V2 = dirV2 (partV (irregV "stnga" "stngde" "stngt") "av") ; - switch8on_V2 = dirV2 (partV (irregV "sl" "slog" "slagit") "p") ; - table_N = regGenN "bord" neutrum ; - talk_V3 = mkV3 (regV "prata") (mkPrep "till") (mkPrep "om") ; - teacher_N = mk2N "lrare" "lrare" ; - teach_V2 = dirV2 (regV "undervisa") ; - television_N = mk2N "television" "televisioner" ; - thick_A = regA "tjock" ; - thin_A = mk2A "tunn" "tunt" ; - train_N = regGenN "tg" neutrum ; - travel_V = mk2V "resa" "reste" ; - tree_N = regGenN "trd" neutrum ; - ---- trousers_N = regGenN "trousers" ; ---- pl t ! - ugly_A = regA "ful" ; - understand_V2 = dirV2 (mkV "frst" "frstr" "frst" "frstod" "frsttt" "frstdd") ; - university_N = regGenN "universitet" neutrum ; - village_N = mkN "by" "byn" "byar" "byarna" ; - wait_V2 = mkV2 (regV "vnta") (mkPrep "p") ; - walk_V = (mkV "g" "gr" "g" "gick" "gtt" "gngen") ; - warm_A = regA "varm" ; - war_N = regGenN "krig" neutrum ; - watch_V2 = mkV2 (regV "titta") (mkPrep "p") ; - water_N = mkN "vatten" "vattnet" "vatten" "vattnen" ; - white_A = regA "vit" ; - window_N = mkN "fnster" "fnstret" "fnster" "fnstren" ; - wine_N = mkN "vin" "vinet" "viner" "vinerna" ; ---- - win_V2 = dirV2 (irregV "vinna" "vann" "vunnit") ; - woman_N = regGenN "kvinna" utrum ; - wonder_VQ = mkVQ (regV "undra") ; - wood_N = mkN "tr" "tret" "tren" "trena" ; ---- ? - write_V2 = dirV2 (irregV "skriva" "skrev" "skrivit") ; - yellow_A = regA "gul" ; - young_A = irregA "ung" "yngre" "yngst" ; - - do_V2 = dirV2 gra_V ; - now_Adv = mkAdv "nu" ; - already_Adv = mkAdv "redan" ; - song_N = mk2N "sng" "snger" ; - add_V3 = mkV3 (partV (irregV "lgga" "lade" "lagt") "till") noPrep (mkPrep "till") ; - number_N = mkN "nummer" "numret" "numren" "numren" ; - put_V2 = mkV2 (mkV "stta" "stter" "stt" "satte" "satt" "satt") noPrep ; - stop_V = regV "stanna" ; - jump_V = regV "hoppa" ; - - left_Ord = {s = "vnstra" ; isDet = True} ; - right_Ord = {s = "hgra" ; isDet = True} ; - far_Adv = mkAdv "lngt" ; - correct_A = regA "riktig" ; - dry_A = regA "torr" ; - dull_A = mk2A "sl" "sltt"; - full_A = regA "full" ; - heavy_A = irregA "tung" "tyngre" "tyngst" ; - near_A = mkA "nra" "nra" "nra" "nra" "nrmare" "nrmast" "nrmaste" ; - rotten_A = mk3A "rutten" "ruttet" "ruttna" ; - round_A = regA "rund" ; - sharp_A = regA "vass" ; - smooth_A = regA "slt" ; - straight_A = regA "rak" ; - wet_A = regA "vt" ; - wide_A = mk2A "bred" "brett" ; - animal_N = mk2N "djur" "djur" ; - ashes_N = mk2N "aska" "askor" ; - back_N = mk2N "rygg" "ryggar" ; - bark_N = mk2N "bark" "barkar" ; - belly_N = mk2N "mage" "magar" ; - blood_N = mk2N "blod" "blod" ; - bone_N = mk2N "ben" "ben" ; - breast_N = mk2N "brst" "brst" ; - cloud_N = mk2N "moln" "moln" ; - day_N = mk2N "dag" "dagar" ; - dust_N = mk2N "damm" "damm" ; - ear_N = mkN "ra" "rat" "ron" "ronen" ; - earth_N = mk2N "jord" "jordar" ; - egg_N = mk2N "gg" "gg" ; - eye_N = mkN "ga" "gat" "gon" "gonen" ; - fat_N = mk2N "fett" "fett" ; - feather_N = mk2N "fjder" "fjdrar" ; - fingernail_N = mkN "nagel" "nageln" "naglar" "naglarna"; - fire_N = mk2N "eld" "eldar" ; - flower_N = mk2N "blomma" "blommor" ; - fog_N = mk2N "dimma" "dimmor" ; - foot_N = mk2N "fot" "ftter" ; - forest_N = mk2N "skog" "skogar" ; - grass_N = mk2N "grs" "grs" ; - guts_N = mk2N "inlva" "inlvor" ; - hair_N = mk2N "hr" "hr" ; - hand_N = mk2N "hand" "hnder" ; - head_N = mkN "huvud" "huvudet" "huvuden" "huvudena" ; - heart_N = mkN "hjrta" "hjrtat" "hjrtan" "hjrtana" ; - horn_N = mk2N "horn" "horn" ; - husband_N = (mk2N "make" "makar") ; - ice_N = mk2N "is" "isar" ; - knee_N = mkN "kn" "knet" "knn" "knna" ; - leaf_N = mk2N "lv" "lv" ; - leg_N = mk2N "ben" "ben" ; - liver_N = mkN "lever" "levern" "levrar" "levrarna"; - louse_N = mkN "lus" "lusen" "lss" "lssen" ; - mouth_N = mkN "mun" "munnen" "munnar" "munnarna" ; - name_N = mk2N "namn" "namn" ; - neck_N = mk2N "nacke" "nackar" ; - night_N = mk2N "natt" "ntter" ; - nose_N = mk2N "nsa" "nsor" ; - person_N = mk2N "person" "personer" ; - rain_N = mk2N "regn" "regn" ; - road_N = mk2N "vg" "vgar" ; - root_N = mk2N "rot" "rtter" ; - rope_N = mk2N "rep" "rep" ; - salt_N = mkN "salt" "saltet" "salter" "salterna"; - sand_N = mk2N "sand" "sander" ; - seed_N = mkN "fr" "fret" "frn" "frna" ; - skin_N = mk2N "skinn" "skinn" ; - sky_N = mk2N "himmel" "himlar" ; - smoke_N = mk2N "rk" "rkar" ; - snow_N = mkN "sn" "snn" "sner" "snerna" ; - stick_N = mk2N "pinne" "pinnar" ; - tail_N = mk2N "svans" "svansar" ; - tongue_N = mk2N "tunga" "tungor" ; - tooth_N = mk2N "tand" "tnder" ; - wife_N = mk2N "fru" "fruar" ; - wind_N = mk2N "vind" "vindar" ; - wing_N = mk2N "vinge" "vingar" ; - worm_N = mk2N "mask" "maskar" ; - year_N = mk2N "r" "r" ; - bite_V2 = dirV2 (bita_V) ; - blow_V = mk2V "blsa" "blste" ; - burn_V = brinna_V ; -- FIXME: brnna? - count_V2 = dirV2 (regV "rkna") ; - cut_V2 = dirV2 (skra_V) ; - dig_V = mk2V "grva" "grvde" ; - fall_V = falla_V ; - fear_V2 = dirV2 (regV "frukta") ; - float_V = flyta_V ; - flow_V = rinna_V ; - fly_V = flyga_V ; - freeze_V = frysa_V ; - give_V3 = dirV3 giva_V (mkPrep "till"); - hit_V2 = dirV2 (sl_V) ; - hold_V2 = dirV2 (hlla_V) ; - hunt_V2 = dirV2 (regV "jaga") ; - kill_V2 = dirV2 (regV "dda") ; - laugh_V = regV "skratta" ; - lie_V = ligga_V ; - play_V = mk2V "leka" "lekte" ; - pull_V2 = dirV2 (draga_V) ; - push_V2 = dirV2 (mk2V "trycka" "tryckte") ; - rub_V2 = dirV2 (gnida_V) ; - scratch_V2 = dirV2 (regV "klia") ; - sew_V = sy_V ; - sing_V = sjunga_V ; - sit_V = sitta_V ; - smell_V = regV "lukta" ; - spit_V = regV "spotta" ; - split_V2 = dirV2 (klyva_V) ; - squeeze_V2 = dirV2 (klmma_V) ; - stab_V2 = dirV2 (sticka_V) ; - stand_V = st_V ; - suck_V2 = dirV2 (suga_V) ; - swell_V = svlla_V ; - swim_V = regV "simma" ; - think_V = mk2V "tnka" "tnkte" ; - throw_V2 = dirV2 (regV "kasta") ; - tie_V2 = dirV2 (knyta_V) ; - turn_V = vnda_V ; - vomit_V = mk2V "spy" "spydde" ; - wash_V2 = dirV2 (regV "tvtta") ; - wipe_V2 = dirV2 (regV "torka") ; - - breathe_V = depV (regV "anda") ; - fight_V2 = - mkV2 (mkV "slss" "slss" "slss" "slogs" "slagits" "slagen") (mkPrep "med") ; - - grammar_N = mk1N "grammatikerna" ; - language_N = mk2N "sprk" "sprk" ; - rule_N = mkN "regel" "regeln" "regler" "reglerna" ; - - john_PN = regPN "Johan" ; - question_N = regN "frga" ; - ready_A = regA "frdig" ; - reason_N = regN "anledning" ; - today_Adv = mkAdv "idag" ; - uncertain_A = mk3A "osker" "oskert" "oskra" ; - - -} ; diff --git a/old-lib/resource/swedish/MorphoSwe.gf b/old-lib/resource/swedish/MorphoSwe.gf deleted file mode 100644 index 48180b781..000000000 --- a/old-lib/resource/swedish/MorphoSwe.gf +++ /dev/null @@ -1,73 +0,0 @@ ---# -path=.:../scandinavian:../common:../../prelude - ---1 A Simple Swedish 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 $ParadigmsSwe$, which --- gives a higher-level access to this module. - -resource MorphoSwe = CommonScand, ResSwe ** open Prelude, (Predef=Predef) in { - - --- Verbs - --- Heuristic to infer all participle forms from one. - -oper - ptPretAll : Str -> Str * Str = \funnen -> - case funnen of { - ko +"mmen" => ; - vun +"nen" => ; - bjud + "en" => ; - se + "dd" => ; - tal + "ad" => ; - kaen + "d" => ; - lekt => - } ; - - ptPretForms : Str -> AFormPos => Case => Str = \funnen -> \\a,c => - let - funfun = ptPretAll funnen - in - mkCase c (case a of { - (Strong (SgUtr)) => funnen ; - (Strong (SgNeutr)) => funfun.p1 ; - _ => funfun.p2 - } - ) ; - --- For $Numeral$. - -param DForm = ental | ton | tiotal ; - -oper - LinDigit = {s : DForm => CardOrd => Str} ; - - cardOrd : Str -> Str -> CardOrd => Str = \tre,tredje -> - table { - NCard _ => tre ; - NOrd a => tredje ---- a - } ; - - cardReg : Str -> CardOrd => Str = \tio -> - cardOrd tio (tio + "nde") ; - - mkTal : (x1,_,_,_,x5 : Str) -> LinDigit = - \tv, tolv, tjugo, andra, tolfte -> - {s = table { - ental => cardOrd tv andra ; - ton => cardOrd tolv tolfte ; - tiotal => cardReg tjugo - } - } ; - - numPl : (CardOrd => Str) -> {s : CardOrd => Str ; n : Number} = \n -> - {s = n ; n = Pl} ; - - invNum : CardOrd = NCard Neutr ; - - -} ; - diff --git a/old-lib/resource/swedish/NounSwe.gf b/old-lib/resource/swedish/NounSwe.gf deleted file mode 100644 index d866558a4..000000000 --- a/old-lib/resource/swedish/NounSwe.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete NounSwe of Noun = CatSwe ** NounScand with - (ResScand = ResSwe) ; diff --git a/old-lib/resource/swedish/NumeralSwe.gf b/old-lib/resource/swedish/NumeralSwe.gf deleted file mode 100644 index bf4186be2..000000000 --- a/old-lib/resource/swedish/NumeralSwe.gf +++ /dev/null @@ -1,83 +0,0 @@ -concrete NumeralSwe of Numeral = CatSwe ** open ResSwe, MorphoSwe in { - -lincat - Digit = {s : DForm => CardOrd => Str} ; - Sub10 = {s : DForm => CardOrd => Str ; n : Number} ; - Sub100, Sub1000, Sub1000000 = - {s : CardOrd => Str ; n : Number} ; - -lin - num x = x ; - - n2 = mkTal "tv" "tolv" "tjugo" "andra" "tolfte" ; - n3 = mkTal "tre" "tretton" "trettio" "tredje" "trettonde" ; - n4 = mkTal "fyra" "fjorton" "fyrtio" "fjrde" "fjortonde" ; - n5 = mkTal "fem" "femton" "femtio" "femte" "femtonde" ; - n6 = mkTal "sex" "sexton" "sextio" "sjtte" "sextonde" ; - n7 = mkTal "sju" "sjutton" "sjuttio" "sjunde" "sjuttonde" ; - n8 = mkTal "tta" "arton" "ttio" "ttonde" "artonde" ; - n9 = mkTal "nio" "nitton" "nittio" "nionde" "nittonde" ; - - pot01 = { - s = \\f => table { - NCard g => case g of {Neutr => "ett" ; _ => "en"} ; - _ => "frsta" - } ; - n = Sg - } ; - pot0 d = {s = \\f,g => d.s ! f ! g ; n = Pl} ; - pot110 = numPl (cardReg "tio") ; - pot111 = numPl (cardOrd "elva" "elfte") ; - pot1to19 d = numPl (d.s ! ton) ; - pot0as1 n = {s = n.s ! ental ; n = n.n} ; - pot1 d = numPl (d.s ! tiotal) ; - pot1plus d e = {s = \\g => d.s ! tiotal ! invNum ++ e.s ! ental ! g ; n = Pl} ; - pot1as2 n = n ; - pot2 d = - numPl (\\g => d.s ! ental ! invNum ++ cardOrd "hundra" "hundrade" ! g) ; - pot2plus d e = - {s = \\g => d.s ! ental ! invNum ++ "hundra" ++ e.s ! g ; n = Pl} ; - pot2as3 n = n ; - pot3 n = - numPl (\\g => n.s ! invNum ++ cardOrd "tusen" "tusende" ! g) ; - pot3plus n m = - {s = \\g => n.s ! invNum ++ "tusen" ++ m.s ! g ; n = Pl} ; - - lincat - Dig = TDigit ; - - lin - IDig d = d ; - - IIDig d i = { - s = \\o => d.s ! NCard neutrum ++ i.s ! o ; - n = Pl - } ; - - D_0 = mkDig "0" ; - D_1 = mk3Dig "1" "1:a" Sg ; - D_2 = mk2Dig "2" "2:a" ; - D_3 = mkDig "3" ; - 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 + ":e") ; - - mk3Dig : Str -> Str -> Number -> TDigit = \c,o,n -> { - s = table {NCard _ => c ; NOrd _ => o} ; - n = n - } ; - - TDigit = { - n : Number ; - s : CardOrd => Str - } ; - -} - diff --git a/old-lib/resource/swedish/ParadigmsSwe.gf b/old-lib/resource/swedish/ParadigmsSwe.gf deleted file mode 100644 index 32a4d4b43..000000000 --- a/old-lib/resource/swedish/ParadigmsSwe.gf +++ /dev/null @@ -1,654 +0,0 @@ ---# -path=.:../scandinavian:../common:../abstract:../../prelude - ---1 Swedish Lexical Paradigms --- --- Aarne Ranta 2001 - 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 $MorphoSwe.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$. --- However, this function should only seldom be needed: we have a --- separate module [``IrregSwe`` ../../swedish/IrregSwe], --- which covers many irregular verbs. - - -resource ParadigmsSwe = - open - (Predef=Predef), - Prelude, - CommonScand, - ResSwe, - MorphoSwe, - CatSwe in { - ---2 Parameters --- --- To abstract over gender names, we define the following identifiers. - -oper - Gender : Type ; - - utrum : Gender ; - neutrum : Gender ; - --- To abstract over number names, we define the following. - - Number : Type ; - - singular : Number ; - plural : Number ; - --- To abstract over case names, we define the following. - - Case : Type ; - - nominative : Case ; - genitive : Case ; - --- Prepositions used in many-argument functions can be constructed from strings. - - mkPrep : Str -> Prep ; - noPrep : Prep ; -- empty string - - ---2 Nouns - --- The following overloaded paradigm takes care of all noun formation. - - mkN : overload { - --- The one-argument case takes the singular indefinite form and computes --- the other forms and the gender by a simple heuristic. The heuristic is currently --- to treat all words ending with "a" like "apa-apor", with "e" like "rike-riken", --- and otherwise like "bil-bilar". - - mkN : (apa : Str) -> N ; - --- The case with a string and gender makes it possible to treat --- "lik" (neutrum) and "pojke" (utrum). - - mkN : (lik : Str) -> Gender -> N ; - --- Giving two forms - the singular and plural indefinite - is sufficient for --- most nouns. The paradigm deals correctly with the vowel contractions in --- "nyckel - nycklar" such as "pojke - pojkar". - - mkN : (nyckel,nycklar : Str) -> N ; - --- In the worst case, four forms are needed. - - mkN : (museum,museet,museer,museerna : Str) -> N - } ; - --- All the functions above work quite as well to form *compound nouns*, --- such as "fotboll". - - - ---3 Relational nouns --- --- Relational nouns ("kung av x") are nouns with a preposition. --- As a special case, we provide regular nouns (formed with one-argument $mkN$) --- with the preposition "av". - - mkN2 : overload { - mkN2 : Str -> N2 ; - mkN2 : N -> Prep -> N2 - } ; - --- Three-place relational nouns ("frbindelse frn x till y") --- need two prepositions. - - mkN3 : N -> Prep -> Prep -> N3 ; - - ---3 Relational common noun phrases --- --- In some cases, you may want to make a complex $CN$ into a --- relational noun (e.g. "den fre detta maken till"). 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, with a regular genitive, are formed from strings and --- have the default gender utrum. - - mkPN : overload { - mkPN : Str -> PN ; - mkPN : Str -> Gender -> PN ; - --- In the worst case, the genitive form is irregular. - - mkPN : (jesus,jesu : Str) -> Gender -> PN - } ; - - ---2 Adjectives - --- Adjectives need one to seven forms. - - mkA : overload { - --- Most adjectives are formed simply by adding endings to a stem. - - mkA : (billig : Str) -> A ; - --- Some adjectives have a deviant neuter form. The following pattern --- also recognizes the neuter formation "galen-galet" and forms the --- proper plural and comparison forms "galna-galnare-galnast". - - mkA : (bred,brett : Str) -> A ; - --- Umlaut in comparison forms is - - mkA : (tung,tyngre,tyngst : Str) -> A ; - --- A few adjectives need 5 forms. - mkA : (god,gott,goda,battre,bast : Str) -> A ; - --- Hardly any other adjective than "liten" needs the full 7 forms. - - mkA : (liten,litet,lilla,sma,mindre,minst,minsta : Str) -> A - } ; - --- Comparison forms may be compound ("mera svensk" - "mest svensk"); --- this behaviour can be forced on any adjective. - - compoundA : A -> A ; - - - - ---3 Two-place adjectives --- --- Two-place adjectives need a preposition for their second argument. - - mkA2 : A -> Prep -> A2 ; - - ---2 Adverbs - --- Adverbs are not inflected. Most lexical ones have position --- after the verb. Some can be preverbal in subordinate position --- (e.g. "alltid"). - - mkAdv : Str -> Adv ; -- hr - mkAdV : Str -> AdV ; -- alltid - --- Adverbs modifying adjectives and sentences can also be formed. - - mkAdA : Str -> AdA ; - ---2 Verbs --- --- All verbs can be defined by the overloaded paradigm $mkV$. - - mkV : overload { - --- The 'regular verb' (= one-place) case is inspired by Lexin. It uses the --- present tense indicative form. The value is the first conjugation if the --- argument ends with "ar" ("tala" - "talar" - "talade" - "talat"), --- the second with "er" ("leka" - "leker" - "lekte" - "lekt", with the --- variations like in "grva", "vnda", "tyda", "hyra"), and --- the third in other cases ("bo" - "bor" - "bodde" - "bott"). --- It is also possible to give the infinite form to it; they are treated --- as if they were implicitly suffixed by "r". Moreover, deponent verbs --- are recognized from the final "s" ("hoppas"). - - mkV : (stmmer : Str) -> V ; - --- Most irregular verbs need just the conventional three forms. - - mkV : (dricka,drack,druckit : Str) -> V ; - --- In the worst case, six forms are given. - - mkV : (g,gr,g,gick,gtt,gngen : Str) -> V ; - --- Particle verbs, such as "passa p", are formed by adding a string to a verb. - - mkV : V -> Str -> V - } ; - - ---3 Deponent verbs. --- --- Some words are used in passive forms only, e.g. "hoppas", some as --- reflexive e.g. "ngra sig". Regular deponent verbs are also --- handled by $mkV$ and recognized from the ending "s". - - depV : V -> V ; - reflV : V -> V ; - - ---3 Two-place verbs --- --- Two-place verbs need a preposition, which default to the 'empty preposition' --- i.e. direct object. (transitive verbs). The simplest case is a regular --- verb (as in $mkV$) with a direct object. --- Notice that, if a particle is needed, it comes from the $V$. - - mkV2 : overload { - mkV2 : Str -> V2 ; - mkV2 : V -> V2 ; - mkV2 : V -> Prep -> V2 - } ; - - ---3 Three-place verbs --- --- Three-place (ditransitive) verbs need two prepositions, of which --- the first one or both can be absent. The simplest case is a regular --- verb (as in $mkV$) with no prepositions. - - mkV3 : overload { - mkV3 : Str -> V3 ; - mkV3 : V -> V3 ; - mkV3 : V -> Prep -> V3 ; - mkV3 : V -> Prep -> Prep -> V3 - } ; - ---3 Other complement patterns --- --- Verbs and adjectives can take complements such as sentences, --- questions, verb phrases, and adjectives. - - mkV0 : V -> V0 ; - mkVS : V -> VS ; - mkV2S : V -> Prep -> V2S ; - mkVV : V -> VV ; - mkV2V : V -> Prep -> Prep -> V2V ; - mkVA : V -> VA ; - mkV2A : V -> Prep -> V2A ; - mkVQ : V -> VQ ; - mkV2Q : V -> Prep -> V2Q ; - - mkAS : A -> AS ; - mkA2S : A -> Prep -> A2S ; - mkAV : A -> AV ; - mkA2V : A -> Prep -> A2V ; - --- Notice: categories $AS, A2S, AV, A2V$ are just $A$. --- $V0$ is just $V$. - - V0 : Type ; - AS, A2S, AV, A2V : Type ; - ---. ---2 Definitions of the paradigms --- --- The definitions should not bother the user of the API. So they are --- hidden from the document. - - Gender = ResSwe.Gender ; - Number = CommonScand.Number ; - Case = CommonScand.Case ; - utrum = Utr ; - neutrum = Neutr ; - singular = Sg ; - plural = Pl ; - nominative = Nom ; - genitive = Gen ; - - mkPrep p = {s = p ; lock_Prep = <>} ; - noPrep = mkPrep [] ; - - mkN = overload { - mkN : (apa : Str) -> N = regN ; - mkN : Str -> Gender -> N = regGenN ; - mkN : (nyckel, nycklar : Str) -> N = mk2N ; - mkN : (museum,museet,museer,museerna : Str) -> N = mk4N ; - mkN : Str -> N -> N = compoundN ; - } ; - - compoundN : Str -> N -> N = \s,no -> { - s = \\n,d,c => s ++ no.s ! n ! d ! c ; - g = no.g ; - lock_N = <> - } ; - - mk4N : (museum,museet,museer,museerna : Str) -> N = \apa,apan,apor,aporna -> { - s = nounForms apa apan apor aporna ; - g = case last apan of { - "n" => Utr ; - _ => Neutr - } - } ** {lock_N = <>} ; - - regN : Str -> N = \bil -> regGenN bil g where { - g = case of { - _ + "e" => Neutr ; - _ => Utr - } - } ; - - regGenN : Str -> Gender -> N = \bil, g -> case g of { - Utr => case last bil of { - "a" => decl1Noun bil ; - _ => decl2Noun bil - } ; - Neutr => case last bil of { - "e" => decl4Noun bil ; - _ => decl5Noun bil - } - } ** {lock_N = <>} ; - - mk1N : Str -> N = \bilarna -> case bilarna of { - ap + "orna" => decl1Noun (ap + "a") ; - bil + "arna" => decl2Noun bil ; - rad + "erna" => decl3Noun rad ; - rik + "ena" => decl4Noun (rik + "e") ; - husen => decl5Noun (Predef.tk 2 husen) - } ; - - mk2N : Str -> Str -> N = \bil,bilar -> - ifTok N bil bilar (decl5Noun bil) ( - case Predef.dp 2 bilar of { - "or" => case bil of { - _ + "a" => decl1Noun bil ; -- apa, apor - _ + "o" => mk4N bil (bil + "n") bilar (bilar + "na") ; -- ko,kor - _ => mk4N bil (bil + "en") bilar (bilar + "na") -- ros,rosor - } ; - "ar" => decl2Noun bil ; - "er" => case bil of { - _ + "or" => mk4N bil (bil + "n") bilar (bilar + "na") ; -- motor,motorn - _ => decl3gNoun bil bilar -- fot, ftter - } ; - "en" => decl4Noun bil ; -- rike, riken - _ => mk4N bil (bil + "et") bilar (bilar + "n") -- centrum, centra - }) ; - --- School declensions. - - decl1Noun : Str -> N = \apa -> - let ap = init apa in - mk4N apa (apa + "n") (ap + "or") (ap + "orna") ; - - decl2Noun : Str -> N = \bil -> - let - bb : Str * Str = case bil of { - br + ("o" | "u" | "" | "") => ; - pojk + "e" => ; - hi + "mme" + l@("l" | "r") => ; - nyck + "e" + l@("l" | "r") => ; - sock + "e" + "n" => ; - _ => - } ; - in mk4N bil bb.p2 bb.p1 (bb.p1 + "na") ; - - decl3Noun : Str -> N = \sak -> - case last sak of { - "e" => mk4N sak (sak + "n") (sak +"r") (sak + "rna") ; - "y" | "" | "" | "y" => mk4N sak (sak + "n") (sak +"er") (sak + "erna") ; - _ => mk4N sak (sak + "en") (sak + "er") (sak + "erna") - } ; - decl3gNoun : Str -> Str -> N = \sak,saker -> - case last sak of { - "e" => mk4N sak (sak + "n") saker (saker + "na") ; - "y" | "" | "" | "y" => mk4N sak (sak + "n") saker (saker + "na") ; - _ => mk4N sak (sak + "en") saker (saker + "na") - } ; - - decl4Noun : Str -> N = \rike -> - mk4N rike (rike + "t") (rike + "n") (rike + "na") ; - - decl5Noun : Str -> N = \lik -> - case lik of { - nu + "mme" + l@("l" | "r") => - mk4N lik (nu + "m" + l + "et") lik (nu + "m" + l + "en") ; - vad@(?+?+?+_) + "e" + l@("l" | "r") => - mk4N lik (vad + l + "et") lik (vad + l + "en") ; - _ + "are" => mk4N lik (lik + "n") lik (init lik + "na") ; -- kikare - _ => mk4N lik (lik + "et") lik (lik + "en") - } ; - - mkN2 = overload { - mkN2 : Str -> N2 = \s -> mmkN2 (regN s) (mkPrep "av") ; - mkN2 : N -> Prep -> N2 = mmkN2 - } ; - - mmkN2 : N -> Prep -> N2 ; - regN2 : Str -> Gender -> N2 ; - - - mmkN2 = \n,p -> n ** {lock_N2 = <> ; c2 = mkComplement p.s} ; - regN2 n g = mmkN2 (regGenN n g) (mkPrep "av") ; - mkN3 = \n,p,q -> n ** - {lock_N3 = <> ; c2 = mkComplement p.s ; c3 = mkComplement q.s} ; - - mkPN = overload { - mkPN : Str -> PN = regPN ; - mkPN : Str -> Gender -> PN = regGenPN ; - mkPN : (jesus,jesu : Str) -> Gender -> PN = \jesus,jesu,g -> - {s = table {Nom => jesus ; Gen => jesu} ; g = g ; lock_PN = <>} ; - } ; - - regPN n = regGenPN n utrum ; - regGenPN n g = {s = \\c => mkCase c n ; g = g} ** {lock_PN = <>} ; - nounPN n = {s = n.s ! singular ! Indef ; g = n.g ; lock_PN = <>} ; - makeNP x y n g = - {s = table {NPPoss _ => y ; _ => x} ; a = agrP3 g n ; p = P3 ; - lock_NP = <>} ; - - mkA = overload { - mkA : (billig : Str) -> A = regA ; - mkA : (bred,brett : Str) -> A = mk2A ; - mkA : (tung,tyngre,tyngst : Str) -> A = irregA ; - mkA : (god,gott,goda,battre,bast : Str) -> A = - \liten,litet,lilla,mindre,minst -> - mk7A liten litet lilla lilla mindre minst (minst + "a") ; - mkA : (liten,litet,lilla,sma,mindre,minst,minsta : Str) -> A = mk7A - } ; - - - regA : Str -> A ; - mk2A : (bred,brett : Str) -> A ; - irregA : (tung,tyngre,tyngst : Str) -> A ; - mk7A : (liten,litet,lilla,sma,mindre,minst,minsta : Str) -> A ; - - mk7A a b c d e f g = mkAdjective a b c d e f g ** {isComp = False ; lock_A = <>} ; - regA fin = - let fint : Str = case fin of { - ru + "nd" => ru + "nt" ; - se + "dd" => se + "tt" ; - pla + "tt" => pla + "tt" ; - gla + "d" => gla + "tt" ; - _ => fin + "t" - } - in - mk3A fin fint (fin + "a") ; - irregA ung yngre yngst = - mk7A ung (ung + "t") (ung + "a") (ung + "a") yngre yngst (yngst+"a") ; - - mk3A ljummen ljummet ljumma = - mk7A - ljummen ljummet ljumma ljumma - (ljumma + "re") (ljumma + "st") (ljumma + "ste") ; - mk2A vid vitt = case of { - => mk3A vid vitt (gal + "na") ; - _ => mk3A vid vitt (vid + "a") - } ; - - compoundA adj = {s = adj.s ; isComp = True ; lock_A = <>} ; - - mkA2 a p = a ** {c2 = mkComplement p.s ; lock_A2 = <>} ; - - mkAdv x = ss x ** {lock_Adv = <>} ; - mkAdV x = ss x ** {lock_AdV = <>} ; - mkAdA x = ss x ** {lock_AdA = <>} ; - - mkV = overload { - mkV : (stmmer : Str) -> V = regV ; - mkV : (dricka,drack,druckit : Str) -> V = irregV ; - mkV : (supa,super,sup,sp,supit,supen : Str) -> V = mk6V ; - mkV : V -> Str -> V = partV - } ; - - mk6V = \finna,finner,finn,fann,funnit,funnen -> - let - funn = ptPretForms funnen ; - funnet = funn ! Strong SgNeutr ! Nom ; - funna = funn ! Strong Plg ! Nom - in - mkVerb finna finner finn fann funnit funnen funnet funna ** - {part = [] ; vtype=VAct ; lock_V = <>} ; - - regV leker = case leker of { - lek + "a" => conj1 leker ; --- bw compat - lek + "ar" => conj1 (lek + "a") ; - lek + "er" => conj2 (lek + "a") ; - bo + "r" => conj3 bo ; - ret + "as" => depV (conj1 (ret + "a")) ; - n + ("os" | "ys" | "s" | "s") => depV (conj3 (init leker)) ; - ret + "s" => depV (conj2 (ret + "a")) ; - _ => conj3 leker - } ; - - mk2V leka lekte = case of { - <_, _ + "ade"> => conj1 leka ; - <_ + "a", _> => conj2 leka ; - _ => conj3 leka - } ; - --- school conjugations - - conj1 : Str -> V = \tala -> - mk6V tala (tala + "r") tala (tala +"de") (tala +"t") (tala +"d") ; - - conj2 : Str -> V = \leka -> - let lek = init leka in - case last lek of { - "l" | "m" | "n" | "v" | "g" => - let gom = case of { - _ + "mm" => init lek ; - _ => lek - } - in mk6V leka (lek + "er") gom (gom +"de") (gom +"t") (gom +"d") ; - "r" => - mk6V leka lek lek (lek +"de") (lek +"t") (lek +"d") ; - _ => case lek of { - _ + "nd" => - mk6V leka (lek + "er") lek (lek +"e") (init lek +"t") lek ; - _ => - mk6V leka (lek + "er") lek (lek +"te") (lek +"t") (lek +"t") - } - } ; - - conj3 : Str -> V = \bo -> - mk6V bo (bo + "r") bo (bo +"dde") (bo +"tt") (bo +"dd") ; - - irregV = \slja, slde, slt -> - let - sljer = case last slja of { - "a" => conj2 slja ; - _ => conj3 slja - } ; - sld = case Predef.dp 2 slt of { - "it" => Predef.tk 2 slt + "en" ; - "tt" => Predef.tk 2 slt + "dd" ; - _ => init slt + "d" - } - in - mk6V slja (sljer.s ! VF (VPres Act)) (sljer.s ! (VF (VImper Act))) slde slt sld - ** {s1 = [] ; lock_V = <>} ; - - partV v p = {s = v.s ; part = p ; vtype = v.vtype ; lock_V = <>} ; - depV v = {s = v.s ; part = v.part ; vtype = VPass ; lock_V = <>} ; - reflV v = {s = v.s ; part = v.part ; vtype = VRefl ; lock_V = <>} ; - - mkV2 = overload { - mkV2 : (lser : Str) -> V2 = \v -> dirV2 (regV v) ; - mkV2 : V -> V2 = dirV2 ; - mkV2 : V -> Prep -> V2 = mmkV2 - } ; - - - mmkV2 v p = v ** {c2 = mkComplement p.s ; lock_V2 = <>} ; - dirV2 v = mmkV2 v noPrep ; - - mkV3 = overload { - mkV3 : Str -> V3 = \v -> dirdirV3 (regV v) ; - mkV3 : V -> V3 = dirdirV3 ; - mkV3 : V -> Prep -> V3 = dirV3 ; - mkV3 : V -> Prep -> Prep -> V3 = mmkV3 - } ; - - mmkV3 : V -> Prep -> Prep -> V3 ; -- tala, med, om - dirV3 : V -> Prep -> V3 ; -- ge, (acc),till - dirdirV3 : V -> V3 ; -- ge, (dat), (acc) - - - mmkV3 v p q = v ** {c2 = mkComplement p.s ; c3 = mkComplement q.s ; lock_V3 = <>} ; - dirV3 v p = mmkV3 v noPrep p ; - dirdirV3 v = dirV3 v noPrep ; - - mkV0 v = v ** {lock_V0 = <>} ; - mkVS v = v ** {lock_VS = <>} ; - mkVV v = v ** {c2 = mkComplement "att" ; lock_VV = <>} ; - mkVQ v = v ** {lock_VQ = <>} ; - - mkVA v = v ** {lock_VA = <>} ; - mkV2A v p = mmkV2 v p ** {lock_V2A = <>} ; - - V0 : Type = V ; --- V2S, V2V, V2Q : Type = V2 ; - AS, A2S, AV : Type = A ; - A2V : Type = A2 ; - - mkV2S v p = mmkV2 v p ** {lock_V2S = <>} ; - mkV2V v p t = mmkV2 v p ** {c3 = mkComplement "att" ; lock_V2V = <>} ; - mkV2Q v p = mmkV2 v p ** {lock_V2Q = <>} ; - - mkAS v = v ** {lock_A = <>} ; - mkA2S v p = mkA2 v p ** {lock_A = <>} ; - mkAV v = v ** {lock_A = <>} ; - mkA2V v p = mkA2 v p ** {lock_A = <>} ; - -----------Obsolete - --- To form a noun phrase that can also be plural and have an irregular --- genitive, you can use the worst-case function. - - makeNP : Str -> Str -> Number -> Gender -> NP ; - - - - regGenPN : Str -> Gender -> PN ; - regPN : Str -> PN ; -- utrum - --- Sometimes you can reuse a common noun as a proper name, e.g. "Bank". - - nounPN : N -> PN ; - --- Sometimes just the positive forms are irregular. - - mk3A : (galen,galet,galna : Str) -> A ; - - mk6V : (supa,super,sup,sp,supit,supen : Str) -> V ; - regV : (talar : Str) -> V ; - mk2V : (leka,lekte : Str) -> V ; - irregV : (dricka, drack, druckit : Str) -> V ; - - partV : V -> Str -> V ; - - mmkV2 : V -> Prep -> V2 ; - - dirV2 : V -> V2 ; - - -} ; diff --git a/old-lib/resource/swedish/PhraseSwe.gf b/old-lib/resource/swedish/PhraseSwe.gf deleted file mode 100644 index 8fccfc6d2..000000000 --- a/old-lib/resource/swedish/PhraseSwe.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete PhraseSwe of Phrase = CatSwe ** PhraseScand with - (ResScand = ResSwe) ; diff --git a/old-lib/resource/swedish/QuestionSwe.gf b/old-lib/resource/swedish/QuestionSwe.gf deleted file mode 100644 index 642fd0353..000000000 --- a/old-lib/resource/swedish/QuestionSwe.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete QuestionSwe of Question = CatSwe ** QuestionScand with - (ResScand = ResSwe) ; diff --git a/old-lib/resource/swedish/RelativeSwe.gf b/old-lib/resource/swedish/RelativeSwe.gf deleted file mode 100644 index 3bf74a3d6..000000000 --- a/old-lib/resource/swedish/RelativeSwe.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete RelativeSwe of Relative = CatSwe ** RelativeScand with - (ResScand = ResSwe) ; diff --git a/old-lib/resource/swedish/ResSwe.gf b/old-lib/resource/swedish/ResSwe.gf deleted file mode 100644 index 7b5a52a88..000000000 --- a/old-lib/resource/swedish/ResSwe.gf +++ /dev/null @@ -1,3 +0,0 @@ -instance ResSwe of ResScand = DiffSwe ** open CommonScand, Prelude in { -} ; - diff --git a/old-lib/resource/swedish/SentenceSwe.gf b/old-lib/resource/swedish/SentenceSwe.gf deleted file mode 100644 index 553af3b46..000000000 --- a/old-lib/resource/swedish/SentenceSwe.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete SentenceSwe of Sentence = CatSwe ** SentenceScand with - (ResScand = ResSwe) ; diff --git a/old-lib/resource/swedish/StructuralSwe.gf b/old-lib/resource/swedish/StructuralSwe.gf deleted file mode 100644 index ec7200bae..000000000 --- a/old-lib/resource/swedish/StructuralSwe.gf +++ /dev/null @@ -1,127 +0,0 @@ -concrete StructuralSwe of Structural = CatSwe ** - open MorphoSwe, ParadigmsSwe, Prelude in { - - flags optimize=all ; - - lin - above_Prep = ss "ovanfr" ; - after_Prep = ss "efter" ; - by8agent_Prep = ss "av" ; - all_Predet = {s = gennumForms "all" "allt" "alla"} ; - almost_AdA, almost_AdN = ss "nstan" ; - although_Subj = ss "fast" ; - always_AdV = ss "alltid" ; - and_Conj = {s1 = [] ; s2 = "och" ; n = Pl} ; - because_Subj = ss "eftersom" ; - before_Prep = ss "fre" ; - behind_Prep = ss "bakom" ; - between_Prep = ss "mellan" ; - both7and_DConj = sd2 "bde" "och" ** {n = Pl} ; - but_PConj = ss "men" ; - by8means_Prep = ss "med" ; - can8know_VV, can_VV = - mkV "kunna" "kan" "kunn" "kunde" "kunnat" "kunnen" ** - {c2 = mkComplement [] ; lock_VV = <>} ; - during_Prep = ss "under" ; - either7or_DConj = sd2 "antingen" "eller" ** {n = Sg} ; - everybody_NP = regNP "alla" "allas" Plg ; - every_Det = {s = \\_,_ => "varje" ; n = Sg ; det = DIndef} ; - everything_NP = regNP "allting" "alltings" SgNeutr ; - everywhere_Adv = ss "verallt" ; - few_Det = {s = \\_,_ => "f" ; n = Pl ; det = DDef Indef} ; ---- first_Ord = {s = "frsta" ; isDet = True} ; - for_Prep = ss "fr" ; - from_Prep = ss "frn" ; - he_Pron = MorphoSwe.mkNP "han" "honom" "hans" "hans" "hans" SgUtr P3 ; - here_Adv = ss "hr" ; - here7to_Adv = ss "hit" ; - here7from_Adv = ss "hrifrn" ; - how_IAdv = ss "hur" ; - how8many_IDet = {s = \\_ => ["hur mnga"] ; n = Pl ; det = DDef Indef} ; - if_Subj = ss "om" ; - in8front_Prep = ss "framfr" ; - i_Pron = MorphoSwe.mkNP "jag" "mig" "min" "mitt" "mina" SgUtr P1 ; - in_Prep = ss "i" ; - it_Pron = MorphoSwe.regNP "det" "dess" SgNeutr ; - less_CAdv = ss "mindre" ; - many_Det = {s = \\_,_ => "mnga" ; n = Pl ; det = DDef Indef} ; - more_CAdv = ss "mer" ; - most_Predet = {s = gennumForms ["den mesta"] ["det mesta"] ["de flesta"]} ; - much_Det = {s = \\_,_ => "mycket" ; n = Pl ; det = DDef Indef} ; - must_VV = - mkV "f" "mste" "f" "fick" "mst" "mst" ** - {c2 = mkComplement [] ; lock_VV = <>} ; - no_Utt = ss ["nej"] ; - on_Prep = ss "p" ; ---- one_Quant = {s = \\_ => genderForms ["en"] ["ett"] ; n = Sg ; det = DIndef} ; - only_Predet = {s = \\_ => "bara"} ; - or_Conj = {s1 = [] ; s2 = "eller" ; n = Sg} ; - otherwise_PConj = ss "annars" ; - part_Prep = ss "av" ; - please_Voc = ss "tack" ; --- - possess_Prep = ss "av" ; - quite_Adv = ss "ganska" ; - she_Pron = MorphoSwe.mkNP "hon" "henne" "hennes" "hennes" "hennes" SgUtr P3 ; - so_AdA = ss "s" ; - someSg_Det = {s = \\_ => genderForms "ngon" "ngot" ; n = Sg ; det = DIndef} ; - somePl_Det = {s = \\_,_ => "ngra" ; n = Pl ; det = DIndef} ; - somebody_NP = regNP "ngon" "ngons" SgUtr ; - something_NP = regNP "ngot" "ngots" SgNeutr ; - somewhere_Adv = ss "ngonstans" ; - that_Quant = - {s = table { - Sg => \\_ => genderForms ["den dr"] ["det dr"] ; - Pl => \\_,_ => ["de dr"] - } ; - det = DDef Def - } ; - there_Adv = ss "dr" ; - there7to_Adv = ss "dit" ; - there7from_Adv = ss "drifrn" ; - therefore_PConj = ss "drfr" ; - they_Pron = MorphoSwe.mkNP "de" "dem" "deras" "deras" "deras" Plg P1 ; - this_Quant = - {s = table { - Sg => \\_ => genderForms ["den hr"] ["det hr"] ; - Pl => \\_,_ => ["de hr"] - } ; - det = DDef Def - } ; - through_Prep = ss "genom" ; - too_AdA = ss "fr" ; - to_Prep = ss "till" ; - under_Prep = ss "under" ; - very_AdA = ss "mycket" ; - want_VV = - mkV "vilja" "vill" "vilj" "ville" "velat" "velad" ** - {c2 = mkComplement [] ; lock_VV = <>} ; - we_Pron = MorphoSwe.mkNP "vi" "oss" "vr" "vrt" "vra" Plg P1 ; - whatSg_IP = {s = \\_ => "vad" ; gn = SgUtr} ; ---- infl - whatPl_IP = {s = \\_ => "vad" ; gn = Plg} ; ---- infl - when_IAdv = ss "nr" ; - when_Subj = ss "nr" ; - where_IAdv = ss "var" ; - which_IQuant = { - s = table { - Sg => genderForms "vilken" "vilket" ; - Pl => \\_ => "vilka" - } ; - det = DIndef - } ; - whoSg_IP = {s = vem.s ; gn = SgUtr} ; - whoPl_IP = {s = \\_ => "vilka" ; gn = Plg} ; - why_IAdv = ss "varfr" ; - without_Prep = ss "utan" ; - with_Prep = ss "med" ; - yes_Utt = ss ["ja"] ; - youSg_Pron = MorphoSwe.mkNP "du" "dig" "din" "ditt" "dina" SgUtr P2 ; - youPl_Pron = MorphoSwe.mkNP "ni" "er" "er" "ert" "era" Plg P2 ; - youPol_Pron = MorphoSwe.mkNP "ni" "er" "er" "ert" "era" SgUtr P2 ; --- wrong in refl - --- Auxiliaries that are used repeatedly. - - oper - vem = MorphoSwe.mkNP "vem" "vem" "vems" "vems" "vems" SgUtr P3 ; - -} - diff --git a/old-lib/resource/swedish/VerbSwe.gf b/old-lib/resource/swedish/VerbSwe.gf deleted file mode 100644 index e918f4809..000000000 --- a/old-lib/resource/swedish/VerbSwe.gf +++ /dev/null @@ -1,2 +0,0 @@ -concrete VerbSwe of Verb = CatSwe ** VerbScand with - (ResScand = ResSwe) ; diff --git a/old-lib/resource/thai/AdjectiveTha.gf b/old-lib/resource/thai/AdjectiveTha.gf deleted file mode 100644 index 68e8acba9..000000000 --- a/old-lib/resource/thai/AdjectiveTha.gf +++ /dev/null @@ -1,36 +0,0 @@ -concrete AdjectiveTha of Adjective = CatTha ** open ResTha, Prelude in { - - lin - - PositA a = a ; - --- ComparA a np = { --- s = \\_ => a.s ! AAdj Compar ++ "than" ++ np.s ! Nom ; --- isPre = False --- } ; --- ----- $SuperlA$ belongs to determiner syntax in $Noun$. --- --- ComplA2 a np = { --- s = \\_ => a.s ! AAdj Posit ++ a.c2 ++ np.s ! Acc ; --- isPre = False --- } ; --- --- ReflA2 a = { --- s = \\ag => a.s ! AAdj Posit ++ a.c2 ++ reflPron ! ag ; --- isPre = False --- } ; --- --- SentAP ap sc = { --- s = \\a => ap.s ! a ++ sc.s ; --- isPre = False --- } ; --- --- AdAP ada ap = { --- s = \\a => ada.s ++ ap.s ! a ; --- isPre = ap.isPre --- } ; --- --- UseA2 a = a ; --- -} diff --git a/old-lib/resource/thai/AdverbTha.gf b/old-lib/resource/thai/AdverbTha.gf deleted file mode 100644 index 876629468..000000000 --- a/old-lib/resource/thai/AdverbTha.gf +++ /dev/null @@ -1,23 +0,0 @@ -concrete AdverbTha of Adverb = CatTha ** - open ResTha, StringsTha, Prelude in { - - lin - PositAdvAdj a = a ; - --- ComparAdvAdj cadv a np = { --- s = cadv.s ++ a.s ! AAdv ++ "than" ++ np.s ! Nom --- } ; --- ComparAdvAdjS cadv a s = { --- s = cadv.s ++ a.s ! AAdv ++ "than" ++ s.s --- } ; --- --- PrepNP prep np = {s = prep.s ++ np.s ! Acc} ; --- --- AdAdv = cc2 ; --- --- SubjS = cc2 ; --- AdvSC s = s ; --- this rule give stack overflow in ordinary parsing --- --- AdnCAdv cadv = {s = cadv.s ++ "than"} ; --- -} diff --git a/old-lib/resource/thai/AllTha.gf b/old-lib/resource/thai/AllTha.gf deleted file mode 100644 index 0ca824967..000000000 --- a/old-lib/resource/thai/AllTha.gf +++ /dev/null @@ -1,3 +0,0 @@ ---# -path=.:../abstract:../common:prelude - -concrete AllTha of AllThaAbs = LangTha ; diff --git a/old-lib/resource/thai/AllThaAbs.gf b/old-lib/resource/thai/AllThaAbs.gf deleted file mode 100644 index 6e1bc90cf..000000000 --- a/old-lib/resource/thai/AllThaAbs.gf +++ /dev/null @@ -1,3 +0,0 @@ ---# -path=.:../abstract:../common:prelude - -abstract AllThaAbs = Lang ; diff --git a/old-lib/resource/thai/CatTha.gf b/old-lib/resource/thai/CatTha.gf deleted file mode 100644 index d13983f4a..000000000 --- a/old-lib/resource/thai/CatTha.gf +++ /dev/null @@ -1,77 +0,0 @@ -concrete CatTha of Cat = CommonX ** open ResTha, Prelude in { - - flags optimize=all_subs ; - - lincat - --- Tensed/Untensed - - S = {s : Str} ; - QS = {s : QForm => Str} ; --- RS = {s : Agr => Str ; c : Case} ; -- c for it clefts --- ----- Sentence --- - Cl = {s : Polarity => Str} ; --- Slash = { --- s : Tense => Anteriority => CPolarity => Order => Str ; --- c2 : Str --- } ; - Imp = {s : Polarity => Str} ; --- ----- Question --- - QCl = {s : Polarity => Str} ; --- IP = {s : Case => Str ; n : Number} ; --- IComp = {s : Str} ; --- IDet = {s : Str ; n : Number} ; --- ----- Relative --- --- RCl = {s : Tense => Anteriority => CPolarity => Agr => Str ; c : Case} ; --- RP = {s : RCase => Str ; a : RAgr} ; --- ----- Verb --- - VP = ResTha.VP ; - Comp = ResTha.VP ; --- ----- Adjective --- --- AP = {s : Agr => Str ; isPre : Bool} ; --- --- Noun --- - CN = Noun ; - NP, Pron = SS ; - Det = Determiner ; --- Predet, Ord = {s : Str} ; - Num, Quant = {s : Str ; hasC : Bool} ; - --- Numeral - - Numeral = {s : Str} ; - ----- Structural --- --- Conj = {s : Str ; n : Number} ; --- DConj = {s1,s2 : Str ; n : Number} ; --- Subj = {s : Str} ; --- Prep = {s : Str} ; --- --- Open lexical classes, e.g. Lexicon - - V, VS, VQ, VA = Verb ; - V2, V2A = Verb ** {c2 : Str} ; - V3 = Verb ** {c2, c3 : Str} ; - VV = VVerb ; --- --- A = {s : AForm => Str} ; --- A2 = {s : AForm => Str ; c2 : Str} ; --- - N = Noun ; --- N2 = {s : Number => Case => Str} ** {c2 : Str} ; --- N3 = {s : Number => Case => Str} ** {c2,c3 : Str} ; --- PN = {s : Case => Str} ; --- -} diff --git a/old-lib/resource/thai/ConjunctionTha.gf b/old-lib/resource/thai/ConjunctionTha.gf deleted file mode 100644 index 38071f077..000000000 --- a/old-lib/resource/thai/ConjunctionTha.gf +++ /dev/null @@ -1,45 +0,0 @@ ---concrete ConjunctionTha of Conjunction = --- CatTha ** open ResTha, Coordination, Prelude in { --- --- flags optimize=all_subs ; --- --- lin --- --- ConjS = conjunctSS ; --- DConjS = conjunctDistrSS ; --- --- ConjAdv = conjunctSS ; --- DConjAdv = conjunctDistrSS ; --- --- ConjNP conj ss = conjunctTable Case conj ss ** { --- a = {n = conjNumber conj.n ss.a.n ; p = ss.a.p} --- } ; --- DConjNP conj ss = conjunctDistrTable Case conj ss ** { --- a = {n = conjNumber conj.n ss.a.n ; p = ss.a.p} --- } ; --- --- ConjAP conj ss = conjunctTable Agr conj ss ** { --- isPre = ss.isPre --- } ; --- DConjAP conj ss = conjunctDistrTable Agr conj ss ** { --- isPre = ss.isPre --- } ; --- ----- These fun's are generated from the list cat's. --- --- BaseS = twoSS ; --- ConsS = consrSS comma ; --- BaseAdv = twoSS ; --- ConsAdv = consrSS comma ; --- BaseNP x y = twoTable Case x y ** {a = conjAgr x.a y.a} ; --- ConsNP xs x = consrTable Case comma xs x ** {a = conjAgr xs.a x.a} ; --- BaseAP x y = twoTable Agr x y ** {isPre = andB x.isPre y.isPre} ; --- ConsAP xs x = consrTable Agr comma xs x ** {isPre = andB xs.isPre x.isPre} ; --- --- lincat --- [S] = {s1,s2 : Str} ; --- [Adv] = {s1,s2 : Str} ; --- [NP] = {s1,s2 : Case => Str ; a : Agr} ; --- [AP] = {s1,s2 : Agr => Str ; isPre : Bool} ; --- ---} diff --git a/old-lib/resource/thai/ExtraTha.gf b/old-lib/resource/thai/ExtraTha.gf deleted file mode 100644 index d987fb7e5..000000000 --- a/old-lib/resource/thai/ExtraTha.gf +++ /dev/null @@ -1,52 +0,0 @@ ---concrete ExtraTha of ExtraThaAbs = CatTha ** --- open ResTha, Coordination, Prelude in { --- --- lin --- GenNP np = {s = \\_ => np.s ! Gen} ; --- ComplBareVS v s = insertObj (\\_ => s.s) (predV v) ; --- --- StrandRelSlash rp slash = { --- s = \\t,a,p,_ => rp.s ! RC Acc ++ slash.s ! t ! a ! p ! ODir ++ slash.c2 ; --- c = Acc --- } ; --- EmptyRelSlash rp slash = { --- s = \\t,a,p,_ => slash.s ! t ! a ! p ! ODir ++ slash.c2 ; --- c = Acc --- } ; --- --- StrandQuestSlash ip slash = --- {s = \\t,a,b,q => --- (mkQuestion (ss (ip.s ! Acc)) slash).s ! t ! a ! b ! q ++ slash.c2 --- }; --- --- lincat --- VPI = {s : VPIForm => Agr => Str} ; --- [VPI] = {s1,s2 : VPIForm => Agr => Str} ; --- --- lin --- BaseVPI = twoTable2 VPIForm Agr ; --- ConsVPI = consrTable2 VPIForm Agr comma ; --- --- MkVPI vp = { --- s = \\v,a => vp.ad ++ vp.inf ++ vp.s2 ! a --- } ; --- ConjVPI = conjunctTable2 VPIForm Agr ; --- ComplVPIVV vv vpi = --- insertObj (\\a => (if_then_Str vv.isAux [] "to") ++ vpi.s ! VPIInf ! a) (predVV vv) ; --- --- UncNegCl t a cl = {s = t.s ++ a.s ++ cl.s ! t.t ! a.a ! neg ! ODir} ; --- UncNegQCl t a cl = {s = \\q => t.s ++ a.s ++ cl.s ! t.t ! a.a ! neg !q} ; --- UncNegRCl t a cl = { --- s = \\r => t.s ++ a.s ++ cl.s ! t.t ! a.a ! neg ! r ; --- c = cl.c --- } ; --- UncNegImpSg imp = {s = imp.s ! neg ! ImpF Sg False} ; --- UncNegImpPl imp = {s = imp.s ! neg ! ImpF Pl False} ; --- --- CompoundCN a b = {s = \\n,c => a.s ! Sg ! Nom ++ b.s ! n ! c} ; --- --- --- oper --- neg = CNeg False ; --- ---} diff --git a/old-lib/resource/thai/GrammarTha.gf b/old-lib/resource/thai/GrammarTha.gf deleted file mode 100644 index 28105857a..000000000 --- a/old-lib/resource/thai/GrammarTha.gf +++ /dev/null @@ -1,21 +0,0 @@ ---# -path=.:../abstract:../common:prelude - -concrete GrammarTha of Grammar = - NounTha, - VerbTha, - AdjectiveTha, - AdverbTha, - NumeralTha, - SentenceTha, - QuestionTha, --- RelativeTha, --- ConjunctionTha, - PhraseTha, --- TextX, - StructuralTha --- IdiomTha - ** { - -flags startcat = Phr ; unlexer = text ; lexer = text ; - -} ; diff --git a/old-lib/resource/thai/IdiomTha.gf b/old-lib/resource/thai/IdiomTha.gf deleted file mode 100644 index 40851f3ab..000000000 --- a/old-lib/resource/thai/IdiomTha.gf +++ /dev/null @@ -1,30 +0,0 @@ ---concrete IdiomTha of Idiom = CatTha ** open Prelude, ResTha in { --- --- flags optimize=all_subs ; --- --- lin --- ImpersCl vp = mkClause "it" (agrP3 Sg) vp ; --- GenericCl vp = mkClause "one" (agrP3 Sg) vp ; --- --- CleftNP np rs = mkClause "it" (agrP3 Sg) --- (insertObj (\\_ => rs.s ! np.a) --- (insertObj (\\_ => np.s ! rs.c) (predAux auxBe))) ; --- --- CleftAdv ad s = mkClause "it" (agrP3 Sg) --- (insertObj (\\_ => conjThat ++ s.s) --- (insertObj (\\_ => ad.s) (predAux auxBe))) ; --- --- ExistNP np = --- mkClause "there" (agrP3 np.a.n) --- (insertObj (\\_ => np.s ! Acc) (predAux auxBe)) ; --- --- ExistIP ip = --- mkQuestion (ss (ip.s ! Nom)) --- (mkClause "there" (agrP3 ip.n) (predAux auxBe)) ; --- --- ProgrVP vp = insertObj (\\a => vp.ad ++ vp.prp ++ vp.s2 ! a) (predAux auxBe) ; --- --- ImpPl1 vp = {s = "let's" ++ infVP True vp {n = Pl ; p = P1}} ; --- ---} --- diff --git a/old-lib/resource/thai/IrregTha.gf b/old-lib/resource/thai/IrregTha.gf deleted file mode 100644 index 27aa23e41..000000000 --- a/old-lib/resource/thai/IrregTha.gf +++ /dev/null @@ -1,181 +0,0 @@ -----# -path=.:prelude:../abstract:../common --- ---concrete IrregTha of IrregThaAbs = CatTha ** open ParadigmsTha in { --- ---flags optimize=values ; --- --- lin --- awake_V = irregV "awake" "awoke" "awoken" ; --- bear_V = irregV "bear" "bore" "born" ; --- beat_V = irregV "beat" "beat" "beat" ; --- become_V = irregV "become" "became" "become" ; --- begin_V = irregV "begin" "began" "begun" ; --- bend_V = irregV "bend" "bent" "bent" ; --- beset_V = irregV "beset" "beset" "beset" ; --- bet_V = irregDuplV "bet" "bet" "bet" ; --- bid_V = irregDuplV "bid" (variants {"bid" ; "bade"}) (variants {"bid" ; "bidden"}) ; --- bind_V = irregV "bind" "bound" "bound" ; --- bite_V = irregV "bite" "bit" "bitten" ; --- bleed_V = irregV "bleed" "bled" "bled" ; --- blow_V = irregV "blow" "blew" "blown" ; --- break_V = irregV "break" "broke" "broken" ; --- breed_V = irregV "breed" "bred" "bred" ; --- bring_V = irregV "bring" "brought" "brought" ; --- broadcast_V = irregV "broadcast" "broadcast" "broadcast" ; --- build_V = irregV "build" "built" "built" ; --- burn_V = irregV "burn" (variants {"burned" ; "burnt"}) (variants {"burned" ; "burnt"}) ; --- burst_V = irregV "burst" "burst" "burst" ; --- buy_V = irregV "buy" "bought" "bought" ; --- cast_V = irregV "cast" "cast" "cast" ; --- catch_V = irregV "catch" "caught" "caught" ; --- choose_V = irregV "choose" "chose" "chosen" ; --- cling_V = irregV "cling" "clung" "clung" ; --- come_V = irregV "come" "came" "come" ; --- cost_V = irregV "cost" "cost" "cost" ; --- creep_V = irregV "creep" "crept" "crept" ; --- cut_V = irregDuplV "cut" "cut" "cut" ; --- deal_V = irregV "deal" "dealt" "dealt" ; --- dig_V = irregDuplV "dig" "dug" "dug" ; --- dive_V = irregV "dive" (variants {"dived" ; "dove"}) "dived" ; --- do_V = mkV "do" "does" "did" "done" "doing" ; --- draw_V = irregV "draw" "drew" "drawn" ; --- dream_V = irregV "dream" (variants {"dreamed" ; "dreamt"}) (variants {"dreamed" ; "dreamt"}) ; --- drive_V = irregV "drive" "drove" "driven" ; --- drink_V = irregV "drink" "drank" "drunk" ; --- eat_V = irregV "eat" "ate" "eaten" ; --- fall_V = irregV "fall" "fell" "fallen" ; --- feed_V = irregV "feed" "fed" "fed" ; --- feel_V = irregV "feel" "felt" "felt" ; --- fight_V = irregV "fight" "fought" "fought" ; --- find_V = irregV "find" "found" "found" ; --- fit_V = irregDuplV "fit" "fit" "fit" ; --- flee_V = irregV "flee" "fled" "fled" ; --- fling_V = irregV "fling" "flung" "flung" ; --- fly_V = irregV "fly" "flew" "flown" ; --- forbid_V = irregDuplV "forbid" "forbade" "forbidden" ; --- forget_V = irregDuplV "forget" "forgot" "forgotten" ; --- forgive_V = irregV "forgive" "forgave" "forgiven" ; --- forsake_V = irregV "forsake" "forsook" "forsaken" ; --- freeze_V = irregV "freeze" "froze" "frozen" ; --- get_V = irregDuplV "get" "got" "gotten" ; --- give_V = irregV "give" "gave" "given" ; --- go_V = mkV "go" "goes" "went" "gone" "going" ; --- grind_V = irregV "grind" "ground" "ground" ; --- grow_V = irregV "grow" "grew" "grown" ; --- hang_V = irregV "hang" "hung" "hung" ; --- have_V = mkV "have" "has" "had" "had" "having" ; --- hear_V = irregV "hear" "heard" "heard" ; --- hide_V = irregV "hide" "hid" "hidden" ; --- hit_V = irregDuplV "hit" "hit" "hit" ; --- hold_V = irregV "hold" "held" "held" ; --- hurt_V = irregV "hurt" "hurt" "hurt" ; --- keep_V = irregV "keep" "kept" "kept" ; --- kneel_V = irregV "kneel" "knelt" "knelt" ; --- knit_V = irregDuplV "knit" "knit" "knit" ; --- know_V = irregV "know" "knew" "know" ; --- lay_V = irregV "lay" "laid" "laid" ; --- lead_V = irregV "lead" "led" "led" ; --- leap_V = irregV "leap" (variants {"leaped" ; "lept"}) (variants {"leaped" ; "lept"}) ; --- learn_V = irregV "learn" (variants {"learned" ; "learnt"}) (variants {"learned" ; "learnt"}) ; --- leave_V = irregV "leave" "left" "left" ; --- lend_V = irregV "lend" "lent" "lent" ; --- let_V = irregDuplV "let" "let" "let" ; --- lie_V = irregV "lie" "lay" "lain" ; --- light_V = irregV "light" (variants {"lighted" ; "lit"}) "lighted" ; --- lose_V = irregV "lose" "lost" "lost" ; --- make_V = irregV "make" "made" "made" ; --- mean_V = irregV "mean" "meant" "meant" ; --- meet_V = irregV "meet" "met" "met" ; --- misspell_V = irregV "misspell" (variants {"misspelled" ; "misspelt"}) (variants {"misspelled" ; "misspelt"}) ; --- mistake_V = irregV "mistake" "mistook" "mistaken" ; --- mow_V = irregV "mow" "mowed" (variants {"mowed" ; "mown"}) ; --- overcome_V = irregV "overcome" "overcame" "overcome" ; --- overdo_V = mkV "overdo" "overdoes" "overdid" "overdone" "overdoing" ; --- overtake_V = irregV "overtake" "overtook" "overtaken" ; --- overthrow_V = irregV "overthrow" "overthrew" "overthrown" ; --- pay_V = irregV "pay" "paid" "paid" ; --- plead_V = irregV "plead" "pled" "pled" ; --- prove_V = irregV "prove" "proved" (variants {"proved" ; "proven"}) ; --- put_V = irregDuplV "put" "put" "put" ; --- quit_V = irregDuplV "quit" "quit" "quit" ; --- read_V = irregV "read" "read" "read" ; --- rid_V = irregDuplV "rid" "rid" "rid" ; --- ride_V = irregV "ride" "rode" "ridden" ; --- ring_V = irregV "ring" "rang" "rung" ; --- rise_V = irregV "rise" "rose" "risen" ; --- run_V = irregDuplV "run" "ran" "run" ; --- saw_V = irregV "saw" "sawed" (variants {"sawed" ; "sawn"}) ; --- say_V = irregV "say" "said" "said" ; --- see_V = irregV "see" "saw" "seen" ; --- seek_V = irregV "seek" "sought" "sought" ; --- sell_V = irregV "sell" "sold" "sold" ; --- send_V = irregV "send" "sent" "sent" ; --- set_V = irregDuplV "set" "set" "set" ; --- sew_V = irregV "sew" "sewed" (variants {"sewed" ; "sewn"}) ; --- shake_V = irregV "shake" "shook" "shaken" ; --- shave_V = irregV "shave" "shaved" (variants {"shaved" ; "shaven"}) ; --- shear_V = irregV "shear" "shore" "shorn" ; --- shed_V = irregDuplV "shed" "shed" "shed" ; --- shine_V = irregV "shine" "shone" "shone" ; --- shoe_V = irregV "shoe" "shoed" (variants {"shoed" ; "shod"}) ; --- shoot_V = irregV "shoot" "shot" "shot" ; --- show_V = irregV "show" "showed" (variants {"showed" ; "shown"}) ; --- shrink_V = irregV "shrink" "shrank" "shrunk" ; --- shut_V = irregDuplV "shut" "shut" "shut" ; --- sing_V = irregV "sing" "sang" "sung" ; --- sink_V = irregV "sink" "sank" "sunk" ; --- sit_V = irregDuplV "sit" "sat" "sat" ; --- sleep_V = irregV "sleep" "slept" "slept" ; --- slay_V = irregV "slay" "slew" "slain" ; --- slide_V = irregV "slide" "slid" "slid" ; --- sling_V = irregV "sling" "slung" "slung" ; --- slit_V = irregDuplV "slit" "slit" "slit" ; --- smite_V = irregV "smite" "smote" "smitten" ; --- sow_V = irregV "sow" "sowed" (variants {"sowed" ; "sown"}) ; --- speak_V = irregV "speak" "spoke" "spoken" ; --- speed_V = irregV "speed" "sped" "sped" ; --- spend_V = irregV "spend" "spent" "spent" ; --- spill_V = irregV "spill" (variants {"spilled" ; "spilt"}) (variants {"spilled" ; "spilt"}) ; --- spin_V = irregDuplV "spin" "spun" "spun" ; --- spit_V = irregDuplV "spit" (variants {"spit" ; "spat"}) "spit" ; --- split_V = irregDuplV "split" "split" "split" ; --- spread_V = irregV "spread" "spread" "spread" ; --- spring_V = irregV "spring" (variants {"sprang" ; "sprung"}) "sprung" ; --- stand_V = irregV "stand" "stood" "stood" ; --- steal_V = irregV "steal" "stole" "stolen" ; --- stick_V = irregV "stick" "stuck" "stuck" ; --- sting_V = irregV "sting" "stung" "stung" ; --- stink_V = irregV "stink" "stank" "stunk" ; --- stride_V = irregV "stride" "strod" "stridden" ; --- strike_V = irregV "strike" "struck" "struck" ; --- string_V = irregV "string" "strung" "strung" ; --- strive_V = irregV "strive" "strove" "striven" ; --- swear_V = irregV "swear" "swore" "sworn" ; --- sweep_V = irregV "sweep" "swept" "swept" ; --- swell_V = irregV "swell" "swelled" (variants {"swelled" ; "swollen"}) ; --- swim_V = irregDuplV "swim" "swam" "swum" ; --- swing_V = irregV "swing" "swung" "swung" ; --- take_V = irregV "take" "took" "taken" ; --- teach_V = irregV "teach" "taught" "taught" ; --- tear_V = irregV "tear" "tore" "torn" ; --- tell_V = irregV "tell" "told" "told" ; --- think_V = irregV "think" "thought" "thought" ; --- thrive_V = irregV "thrive" (variants {"thrived" ; "throve"}) "thrived" ; --- throw_V = irregV "throw" "threw" "thrown" ; --- thrust_V = irregV "thrust" "thrust" "thrust" ; --- tread_V = irregV "tread" "trod" "trodden" ; --- understand_V = irregV "understand" "understood" "understood" ; --- uphold_V = irregV "uphold" "upheld" "upheld" ; --- upset_V = irregDuplV "upset" "upset" "upset" ; --- wake_V = irregV "wake" "woke" "woken" ; --- wear_V = irregV "wear" "wore" "worn" ; --- weave_V = irregV "weave" (variants {"weaved" ; "wove"}) (variants {"weaved" ; "woven"}) ; --- wed_V = irregDuplV "wed" "wed" "wed" ; --- weep_V = irregV "weep" "wept" "wept" ; --- wind_V = irregV "wind" "wound" "wound" ; --- win_V = irregDuplV "win" "won" "won" ; --- withhold_V = irregV "withhold" "withheld" "withheld" ; --- withstand_V = irregV "withstand" "withstood" "withstood" ; --- wring_V = irregV "wring" "wrung" "wrung" ; --- write_V = irregV "write" "wrote" "written" ; ---} diff --git a/old-lib/resource/thai/LangTha.gf b/old-lib/resource/thai/LangTha.gf deleted file mode 100644 index 77ebd1018..000000000 --- a/old-lib/resource/thai/LangTha.gf +++ /dev/null @@ -1,10 +0,0 @@ ---# -path=.:../abstract:../common:prelude - -concrete LangTha of Lang = - GrammarTha, - LexiconTha - ** { - -flags startcat = Phr ; unlexer = concat ; lexer = text ; - -} ; diff --git a/old-lib/resource/thai/LexiconTha.gf b/old-lib/resource/thai/LexiconTha.gf deleted file mode 100644 index c1e047894..000000000 --- a/old-lib/resource/thai/LexiconTha.gf +++ /dev/null @@ -1,368 +0,0 @@ ---# -path=.:prelude - -concrete LexiconTha of Lexicon = CatTha ** - open StringsTha, ResTha, Prelude in { - -flags - optimize=values ; - -lin --- airplane_N = regN "airplane" ; --- answer_V2S = mkV2S (regV "answer") toP ; --- apartment_N = regN "apartment" ; --- apple_N = regN "apple" ; --- art_N = regN "art" ; --- ask_V2Q = mkV2Q (regV "ask") noPrep ; --- baby_N = regN "baby" ; --- bad_A = mkADeg "bad" "badly" "worse" "worst" ; --- bank_N = regN "bank" ; --- beautiful_A = regADeg "beautiful" ; --- become_VA = mkVA (irregV "become" "became" "become") ; - beer_N = mkN biar_s kew_s ; --- beg_V2V = mkV2V (regDuplV "beg") noPrep toP ; - big_A = ss yay_s ; --- bike_N = regN "bike" ; --- bird_N = regN "bird" ; --- black_A = regADeg "black" ; --- blue_A = regADeg "blue" ; --- boat_N = regN "boat" ; - book_N = mkN (nag_s ++ svv_s) lem_s ; --- boot_N = regN "boot" ; --- boss_N = regN "boss" ; --- boy_N = regN "boy" ; --- bread_N = regN "bread" ; --- break_V2 = dirV2 (irregV "break" "broke" "broken") ; --- broad_A = regADeg "broad" ; --- brother_N2 = regN2 "brother" ; --- brown_A = regADeg "brown" ; --- butter_N = regN "butter" ; --- buy_V2 = dirV2 (irregV "buy" "bought" "bought") ; --- camera_N = regN "camera" ; --- cap_N = regN "cap" ; --- car_N = regN "car" ; --- carpet_N = regN "carpet" ; --- cat_N = regN "cat" ; --- ceiling_N = regN "ceiling" ; --- chair_N = regN "chair" ; --- cheese_N = regN "cheese" ; --- child_N = mk2N "child" "children" ; --- church_N = regN "church" ; --- city_N = regN "city" ; --- clean_A = regADeg "clean" ; --- clever_A = regADeg "clever" ; --- close_V2 = dirV2 (regV "close") ; --- coat_N = regN "coat" ; --- cold_A = regADeg "cold" ; --- come_V = (irregV "come" "came" "come") ; --- computer_N = regN "computer" ; --- country_N = regN "country" ; --- cousin_N = regN "cousin" ; --- cow_N = regN "cow" ; --- die_V = (regV "die") ; --- dirty_A = regADeg "dirty" ; --- distance_N3 = mkN3 (regN "distance") fromP toP ; --- doctor_N = regN "doctor" ; --- dog_N = regN "dog" ; --- door_N = regN "door" ; - drink_V2 = dirV2 (regV dvm_s) ; --- easy_A2V = mkA2V (regA "easy") forP ; --- eat_V2 = dirV2 (irregV "eat" "ate" "eaten") ; --- empty_A = regADeg "empty" ; --- enemy_N = regN "enemy" ; --- factory_N = regN "factory" ; --- father_N2 = regN2 "father" ; --- fear_VS = mkVS (regV "fear") ; --- find_V2 = dirV2 (irregV "find" "found" "found") ; --- fish_N = mk2N "fish" "fish" ; --- floor_N = regN "floor" ; --- forget_V2 = dirV2 (irregDuplV "forget" "forgot" "forgotten") ; --- fridge_N = regN "fridge" ; --- friend_N = regN "friend" ; --- fruit_N = regN "fruit" ; --- fun_AV = mkAV (regA "fun") ; --- garden_N = regN "garden" ; --- girl_N = regN "girl" ; --- glove_N = regN "glove" ; --- gold_N = regN "gold" ; --- good_A = mkADeg "good" "well" "better" "best" ; - go_V = regV pay_s ; --- green_A = regADeg "green" ; --- harbour_N = regN "harbour" ; --- hate_V2 = dirV2 (regV "hate") ; --- hat_N = regN "hat" ; --- have_V2 = dirV2 (mkV "have" "has" "had" "had" "having") ; --- hear_V2 = dirV2 (irregV "hear" "heard" "heard") ; --- hill_N = regN "hill" ; --- hope_VS = mkVS (regV "hope") ; --- horse_N = regN "horse" ; --- hot_A = duplADeg "hot" ; - house_N = mkN baan_s lag_s ; --- important_A = compoundADeg (regA "important") ; --- industry_N = regN "industry" ; --- iron_N = regN "iron" ; --- king_N = regN "king" ; --- know_V2 = dirV2 (irregV "know" "knew" "known") ; --- lake_N = regN "lake" ; --- lamp_N = regN "lamp" ; --- learn_V2 = dirV2 (regV "learn") ; --- leather_N = regN "leather" ; --- leave_V2 = dirV2 (irregV "leave" "left" "left") ; --- like_V2 = dirV2 (regV "like") ; --- listen_V2 = mkV2 (regV "listen") toP ; --- live_V = (regV "live") ; - john_PN = ss "cn" ; --- long_A = regADeg "long" ; --- lose_V2 = dirV2 (irregV "lose" "lost" "lost") ; --- love_N = regN "love" ; - love_V2 = dirV2 (regV rak_s) ; --- man_N = mk2N "man" "men" ; --- married_A2 = mkA2 (regA "married") toP ; --- meat_N = regN "meat" ; --- milk_N = regN "milk" ; --- moon_N = regN "moon" ; --- mother_N2 = regN2 "mother" ; --- mountain_N = regN "mountain" ; --- music_N = regN "music" ; --- narrow_A = regADeg "narrow" ; --- new_A = regADeg "new" ; --- newspaper_N = regN "newspaper" ; --- oil_N = regN "oil" ; --- old_A = regADeg "old" ; --- open_V2 = dirV2 (regV "open") ; --- paint_V2A = mkV2A (regV "paint") noPrep ; --- paper_N = regN "paper" ; --- paris_PN = regPN "Paris" ; --- peace_N = regN "peace" ; --- pen_N = regN "pen" ; --- planet_N = regN "planet" ; --- plastic_N = regN "plastic" ; --- play_V2 = dirV2 (regV "play") ; --- policeman_N = regN "policeman" ; --- priest_N = regN "priest" ; --- probable_AS = mkAS (regA "probable") ; --- queen_N = regN "queen" ; --- radio_N = regN "radio" ; --- rain_V0 = mkV0 (regV "rain") ; --- read_V2 = dirV2 (irregV "read" "read" "read") ; --- red_A = duplADeg "red" ; --- religion_N = regN "religion" ; --- restaurant_N = regN "restaurant" ; --- river_N = regN "river" ; --- rock_N = regN "rock" ; --- roof_N = regN "roof" ; --- rubber_N = regN "rubber" ; --- run_V = (irregDuplV "run" "ran" "run") ; --- say_VS = mkVS (irregV "say" "said" "said") ; --- school_N = regN "school" ; --- science_N = regN "science" ; --- sea_N = regN "sea" ; --- seek_V2 = dirV2 (irregV "seek" "sought" "sought") ; --- see_V2 = dirV2 (irregV "see" "saw" "seen") ; --- sell_V3 = dirV3 (irregV "sell" "sold" "sold") toP ; --- send_V3 = dirV3 (irregV "send" "sent" "sent") toP ; --- sheep_N = mk2N "sheep" "sheep" ; --- ship_N = regN "ship" ; --- shirt_N = regN "shirt" ; --- shoe_N = regN "shoe" ; --- shop_N = regN "shop" ; --- short_A = regADeg "short" ; --- silver_N = regN "silver" ; --- sister_N = regN "sister" ; - sleep_V = resV noon_s lap_s ; --- small_A = regADeg "small" ; --- snake_N = regN "snake" ; --- sock_N = regN "sock" ; --- speak_V2 = dirV2 (irregV "speak" "spoke" "spoken") ; --- star_N = regN "star" ; --- steel_N = regN "steel" ; --- stone_N = regN "stone" ; --- stove_N = regN "stove" ; --- student_N = regN "student" ; --- stupid_A = regADeg "stupid" ; --- sun_N = regN "sun" ; --- switch8off_V2 = dirV2 (partV (regV "switch") "off") ; --- switch8on_V2 = dirV2 (partV (regV "switch") "on") ; --- table_N = regN "table" ; --- talk_V3 = mkV3 (regV "talk") toP aboutP ; --- teacher_N = regN "teacher" ; --- teach_V2 = dirV2 (irregV "teach" "taught" "taught") ; --- television_N = regN "television" ; --- thick_A = regADeg "thick" ; --- thin_A = duplADeg "thin" ; --- train_N = regN "train" ; --- travel_V = (regDuplV "travel") ; --- tree_N = regN "tree" ; --- ---- trousers_N = regN "trousers" ; --- ugly_A = regADeg "ugly" ; --- understand_V2 = dirV2 (irregV "understand" "understood" "understood") ; --- university_N = regN "university" ; --- village_N = regN "village" ; --- wait_V2 = mkV2 (regV "wait") forP ; --- walk_V = (regV "walk") ; --- warm_A = regADeg "warm" ; --- war_N = regN "war" ; --- watch_V2 = dirV2 (regV "watch") ; --- water_N = regN "water" ; --- white_A = regADeg "white" ; --- window_N = regN "window" ; --- wine_N = regN "wine" ; --- win_V2 = dirV2 (irregDuplV "win" "won" "won") ; - woman_N = mkN (puu_s ++ yig_s) khon_s ; --- wonder_VQ = mkVQ (regV "wonder") ; --- wood_N = regN "wood" ; --- write_V2 = dirV2 (irregV "write" "wrote" "written") ; --- yellow_A = regADeg "yellow" ; --- young_A = regADeg "young" ; --- --- do_V2 = dirV2 (mkV "do" "does" "did" "done" "doing") ; --- now_Adv = mkAdv "now" ; --- already_Adv = mkAdv "already" ; --- song_N = regN "song" ; --- add_V3 = dirV3 (regV "add") toP ; --- number_N = regN "number" ; --- put_V2 = mkV2 (irregDuplV "put" "put" "put") noPrep ; --- stop_V = regDuplV "stop" ; --- jump_V = regV "jump" ; --- --- left_Ord = ss "left" ; --- right_Ord = ss "right" ; --- far_Adv = mkAdv "far" ; --- correct_A = (regA "correct") ; --- dry_A = regA "dry" ; --- dull_A = regA "dull" ; --- full_A = regA "full" ; --- heavy_A = regA "heavy" ; --- near_A = regA "near" ; --- rotten_A = (regA "rotten") ; --- round_A = regA "round" ; --- sharp_A = regA "sharp" ; --- smooth_A = regA "smooth" ; --- straight_A = regA "straight" ; --- wet_A = regA "wet" ; ---- --- wide_A = regA "wide" ; --- animal_N = regN "animal" ; --- ashes_N = regN "ash" ; -- FIXME: plural only? --- back_N = regN "back" ; --- bark_N = regN "bark" ; --- belly_N = regN "belly" ; --- blood_N = regN "blood" ; --- bone_N = regN "bone" ; --- breast_N = regN "breast" ; --- cloud_N = regN "cloud" ; --- day_N = regN "day" ; --- dust_N = regN "dust" ; --- ear_N = regN "ear" ; --- earth_N = regN "earth" ; --- egg_N = regN "egg" ; --- eye_N = regN "eye" ; --- fat_N = regN "fat" ; --- feather_N = regN "feather" ; --- fingernail_N = regN "fingernail" ; --- fire_N = regN "fire" ; --- flower_N = regN "flower" ; --- fog_N = regN "fog" ; --- foot_N = mk2N "foot" "feet" ; --- forest_N = regN "forest" ; --- grass_N = regN "grass" ; --- guts_N = regN "gut" ; -- FIXME: no singular --- hair_N = regN "hair" ; --- hand_N = regN "hand" ; --- head_N = regN "head" ; --- heart_N = regN "heart" ; --- horn_N = regN "horn" ; --- husband_N = genderN masculine (regN "husband") ; --- ice_N = regN "ice" ; --- knee_N = regN "knee" ; --- leaf_N = mk2N "leaf" "leaves" ; --- leg_N = regN "leg" ; --- liver_N = regN "liver" ; --- louse_N = mk2N "louse" "lice" ; --- mouth_N = regN "mouth" ; --- name_N = regN "name" ; --- neck_N = regN "neck" ; --- night_N = regN "night" ; --- nose_N = regN "nose" ; --- person_N = genderN human (regN "person") ; --- rain_N = regN "rain" ; --- road_N = regN "road" ; --- root_N = regN "root" ; --- rope_N = regN "rope" ; --- salt_N = regN "salt" ; --- sand_N = regN "sand" ; --- seed_N = regN "seed" ; --- skin_N = regN "skin" ; --- sky_N = regN "sky" ; --- smoke_N = regN "smoke" ; --- snow_N = regN "snow" ; --- stick_N = regN "stick" ; --- tail_N = regN "tail" ; --- tongue_N = regN "tongue" ; --- tooth_N = mk2N "tooth" "teeth" ; --- wife_N = genderN feminine (mk2N "wife" "wives") ; --- wind_N = regN "wind" ; --- wing_N = regN "wing" ; --- worm_N = regN "worm" ; --- year_N = regN "year" ; --- blow_V = blow_V ; --- breathe_V = dirV2 (regV "breathe") ; --- burn_V = burn_V ; --- dig_V = dig_V ; --- fall_V = fall_V ; --- float_V = regV "float" ; --- flow_V = regV "flow" ; --- fly_V = fly_V ; --- freeze_V = freeze_V ; --- give_V3 = dirV3 give_V toP ; --- laugh_V = regV "laugh" ; --- lie_V = lie_V ; --- play_V = regV "play" ; --- sew_V = sew_V ; --- sing_V = sing_V ; --- sit_V = sit_V ; --- smell_V = regV "smell" ; --- spit_V = spit_V ; --- stand_V = stand_V ; --- swell_V = swell_V ; --- swim_V = swim_V ; --- think_V = think_V ; --- turn_V = regV "turn" ; --- vomit_V = regV "vomit" ; --- --- bite_V2 = dirV2 bite_V ; --- count_V2 = dirV2 (regV "count") ; --- cut_V2 = dirV2 cut_V ; --- fear_V2 = dirV2 (regV "fear") ; --- fight_V2 = dirV2 fight_V ; --- hit_V2 = dirV2 hit_V ; --- hold_V2 = dirV2 hold_V ; --- hunt_V2 = dirV2 (regV "hunt") ; --- kill_V2 = dirV2 (regV "kill") ; --- pull_V2 = dirV2 (regV "pull") ; --- push_V2 = dirV2 (regV "push") ; --- rub_V2 = dirV2 (regDuplV "rub") ; --- scratch_V2 = dirV2 (regV "scratch") ; --- split_V2 = dirV2 split_V ; --- squeeze_V2 = dirV2 (regV "squeeze") ; --- stab_V2 = dirV2 (regDuplV "stab") ; --- suck_V2 = dirV2 (regV "suck") ; --- throw_V2 = dirV2 throw_V ; --- tie_V2 = dirV2 (regV "tie") ; --- wash_V2 = dirV2 (regV "wash") ; --- wipe_V2 = dirV2 (regV "wipe") ; --- ----- other_A = regA "other" ; --- --- grammar_N = regN "grammar" ; --- language_N = regN "language" ; --- rule_N = regN "rule" ; --- ---oper --- aboutP = mkPrep "about" ; --- atP = mkPrep "at" ; --- forP = mkPrep "for" ; --- fromP = mkPrep "from" ; --- inP = mkPrep "in" ; --- onP = mkPrep "on" ; --- toP = mkPrep "to" ; --- -} diff --git a/old-lib/resource/thai/MorphoTha.gf b/old-lib/resource/thai/MorphoTha.gf deleted file mode 100644 index a703f10ba..000000000 --- a/old-lib/resource/thai/MorphoTha.gf +++ /dev/null @@ -1,198 +0,0 @@ -----# -path=.:../../prelude --- -----1 A Simple Thai 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 $ParadigmsTha$, which ----- gives a higher-level access to this module. --- ---resource MorphoTha = ResTha ** open Prelude, (Predef=Predef) in { --- --- flags optimize=all ; --- -----2 Phonology ----- ----- To regulate the use of endings for both nouns, adjectives, and verbs: --- ---oper --- y2ie : Str -> Str -> Str = \fly,s -> --- let y = last (init fly) in --- case y of { --- "a" => fly + s ; --- "e" => fly + s ; --- "o" => fly + s ; --- "u" => fly + s ; --- _ => init fly + "ie" + s --- } ; --- --- -----2 Nouns ----- ----- For conciseness and abstraction, we define a worst-case macro for ----- noun inflection. It is used for defining special case that ----- only need one string as argument. --- ---oper --- CommonNoun : Type = {s : Number => Case => Str} ; --- --- nounGen : Str -> CommonNoun = \dog -> case last dog of { --- "y" => nounY "dog" ; --- "s" => nounS (init "dog") ; --- _ => nounReg "dog" --- } ; --- ----- These are auxiliaries to $nounGen$. --- --- nounReg : Str -> CommonNoun = \dog -> --- mkNoun dog (dog + "s") (dog + "'s") (dog + "s'"); --- nounS : Str -> CommonNoun = \kiss -> --- mkNoun kiss (kiss + "es") (kiss + "'s") (kiss + "es'") ; --- nounY : Str -> CommonNoun = \fl -> --- mkNoun (fl + "y") (fl + "ies") (fl + "y's") (fl + "ies'") ; --- --- -----3 Proper names ----- ----- Regular proper names are inflected with "'s" in the genitive. --- --- nameReg : Str -> Gender -> {s : Case => Str} = \john,g -> --- {s = table {Gen => john + "'s" ; _ => john} ; g = g} ; --- -----2 Determiners --- --- mkDeterminer : Number -> Str -> {s : Str ; n : Number} = \n,s -> --- {s = s ; n = n} ; --- -----2 Pronouns ----- ----- Here we define personal pronouns. ----- ----- We record the form "mine" and the gender for later use. --- --- Pronoun : Type = --- {s : Case => Str ; a : Agr ; g : Gender} ; --- --- mkPronoun : (_,_,_,_ : Str) -> Number -> Person -> Gender -> Pronoun = --- \I,me,my,mine,n,p,g -> --- {s = table {Nom => I ; Acc => me ; Gen => my} ; --- a = {n = n ; p = p} ; --- g = g --- } ; --- --- human : Gender = Masc ; --- doesn't matter --- --- pronI = mkPronoun "I" "me" "my" "mine" Sg P1 human ; --- pronYouSg = mkPronoun "you" "you" "your" "yours" Sg P2 human ; -- verb agr OK --- pronHe = mkPronoun "he" "him" "his" "his" Sg P3 Masc ; --- pronShe = mkPronoun "she" "her" "her" "hers" Sg P3 Fem ; --- pronIt = mkPronoun "it" "it" "its" "it" Sg P3 Neutr ; --- --- pronWe = mkPronoun "we" "us" "our" "ours" Pl P1 human ; --- pronYouPl = mkPronoun "you" "you" "your" "yours" Pl P2 human ; --- pronThey = mkPronoun "they" "them" "their" "theirs" Pl P3 human ; --- --- --- -----2 Adjectives ----- ----- To form the adjectival and the adverbial forms, two strings are needed ----- in the worst case. (First without degrees.) --- --- Adjective = {s : AForm => Str} ; --- ----- However, most adjectives can be inflected using the final character. ----- N.B. this is not correct for "shy", but $mkAdjective$ has to be used. --- --- regAdjective : Str -> Adjective = \free -> --- let --- e = last free ; --- fre = init free ; --- freely = case e of { --- "y" => fre + "ily" ; --- _ => free + "ly" --- } ; --- fre = case e of { --- "e" => fre ; --- "y" => fre + "i" ; --- _ => free --- } --- in --- mkAdjective free (fre + "er") (fre + "est") freely ; --- ----- Many adjectives are 'inflected' by adding a comparison word. --- --- adjDegrLong : Str -> Adjective = \ridiculous -> --- mkAdjective --- ridiculous --- ("more" ++ ridiculous) --- ("most" ++ ridiculous) --- ((regAdjective ridiculous).s ! AAdv) ; --- --- -----3 Verbs ----- ----- The worst case needs five forms. (The verb "be" is treated separately.) --- --- mkVerb4 : (_,_,_,_: Str) -> Verb = \go,goes,went,gone -> --- let going = case last go of { --- "e" => init go + "ing" ; --- _ => go + "ing" --- } --- in --- mkVerb go goes went gone going ; --- ----- This is what we use to derive the irregular forms in almost all cases --- --- mkVerbIrreg : (_,_,_ : Str) -> Verb = \bite,bit,bitten -> --- let bites = case last bite of { --- "y" => y2ie bite "s" ; --- "s" => init bite + "es" ; --- _ => bite + "s" --- } --- in mkVerb4 bite bites bit bitten ; --- ----- This is used to derive regular forms. --- --- mkVerbReg : Str -> Verb = \soak -> --- let --- soaks = case last soak of { --- "y" => y2ie soak "s" ; --- "s" => init soak + "es" ; --- _ => soak + "s" --- } ; --- soaked = case last soak of { --- "e" => init soak + "s" ; --- _ => soak + "ed" --- } --- in --- mkVerb4 soak soaks soaked soaked ; --- --- verbGen : Str -> Verb = \kill -> case last kill of { --- "y" => verbP3y (init kill) ; --- "e" => verbP3e (init kill) ; --- "s" => verbP3s (init kill) ; --- _ => regVerbP3 kill --- } ; --- ----- These are just auxiliary to $verbGen$. --- --- regVerbP3 : Str -> Verb = \walk -> --- mkVerbIrreg walk (walk + "ed") (walk + "ed") ; --- verbP3s : Str -> Verb = \kiss -> --- mkVerb4 kiss (kiss + "es") (kiss + "ed") (kiss + "ed") ; --- verbP3e : Str -> Verb = \love -> --- mkVerb4 love (love + "s") (love + "d") (love + "d") ; --- verbP3y : Str -> Verb = \cr -> --- mkVerb4 (cr + "y") (cr + "ies") (cr + "ied") (cr + "ied") ; --- ------ The particle always appears right after the verb. --- --- verbPart : Verb -> Str -> Verb = \v,p -> --- {s = \\f => v.s ! f ++ p ; isRefl = v.isRefl} ; --- --- verbNoPart : Verb -> Verb = \v -> verbPart v [] ; --- --- ---} ; --- diff --git a/old-lib/resource/thai/NounTha.gf b/old-lib/resource/thai/NounTha.gf deleted file mode 100644 index 3bc9ab578..000000000 --- a/old-lib/resource/thai/NounTha.gf +++ /dev/null @@ -1,76 +0,0 @@ -concrete NounTha of Noun = CatTha ** open StringsTha, ResTha, Prelude in { - - flags optimize=all_subs ; - - lin - DetCN det cn = - let cnc = if_then_Str det.hasC cn.c [] - in ss (cn.s ++ det.s1 ++ cnc ++ det.s2) ; - UsePN pn = pn ; - UsePron p = p ; --- --- PredetNP pred np = { --- s = \\c => pred.s ++ np.s ! c ; --- a = np.a --- } ; --- --- PPartNP np v2 = { --- s = \\c => np.s ! c ++ v2.s ! VPPart ; --- a = np.a --- } ; --- --- AdvNP np adv = { --- s = \\c => np.s ! c ++ adv.s ; --- a = np.a --- } ; - - DetQuant quant num = { - s1 = [] ; - s2 = quant.s ++ num.s ; - hasC = quant.hasC ; - } ; - DetQuantOrd quant num ord = { - s1 = num.s ; - s2 = quant.s ++ ord.s ; - hasC = orB num.hasC quant.hasC ; - } ; - - PossPron p = { - s = khoog_s ++ p.s ; - hasC = False - } ; - - NumSg, NumPl = {s = [] ; hasC = False} ; - - NumCard n = n ** {hasC = True} ; --- OrdInt n = {s = n.s ++ "th"} ; --- --- - NumNumeral numeral = numeral ** {hasC = True} ; - OrdNumeral numeral = {s = thii_s ++ numeral.s} ; --- --- AdNum adn num = {s = adn.s ++ num.s} ; --- --- OrdSuperl a = {s = a.s ! AAdj Superl} ; --- - DefArt = {s = [] ; hasC = False} ; - IndefArt = {s = [] ; hasC = False} ; - - MassNP cn = cn ; - - UseN n = n ; --- UseN2 n = n ; --- UseN3 n = n ; --- --- ComplN2 f x = {s = \\n,c => f.s ! n ! Nom ++ f.c2 ++ x.s ! c} ; --- ComplN3 f x = {s = \\n,c => f.s ! n ! Nom ++ f.c2 ++ x.s ! c ; c2 = f.c3} ; - - AdjCN ap cn = {s = cn.s ++ ap.s ; c = cn.c} ; - --- RelCN cn rs = {s = \\n,c => cn.s ! n ! c ++ rs.s ! {n = n ; p = P3}} ; --- AdvCN cn ad = {s = \\n,c => cn.s ! n ! c ++ ad.s} ; --- --- SentCN cn sc = {s = \\n,c => cn.s ! n ! c ++ sc.s} ; --- --- ApposCN cn np = {s = \\n,c => cn.s ! n ! Nom ++ np.s ! c} ; --- -} diff --git a/old-lib/resource/thai/NumeralTha.gf b/old-lib/resource/thai/NumeralTha.gf deleted file mode 100644 index 80c1e3788..000000000 --- a/old-lib/resource/thai/NumeralTha.gf +++ /dev/null @@ -1,66 +0,0 @@ -concrete NumeralTha of Numeral = CatTha ** open ResTha, StringsTha in { - -lincat --- Numeral = {s : Str} ; - Digit = {s : DForm => Str} ; - Sub10 = {s : DForm => Str} ; - Sub100 = {s : NForm => Str} ; - Sub1000 = {s : NForm => Str} ; - Sub1000000 = {s : Str} ; - -lin - num x = x ; - - pot01 = mkNum nvg_s nvg_s et_s ; - - n2 = mkNum soog_s yii_s soog_s ; - n3 = regNum saam_s ; - n4 = regNum sii_s ; - n5 = regNum haa_s ; - n6 = regNum hok_s ; - n7 = regNum cet_s ; - n8 = regNum peet_s ; - n9 = regNum kaaw_s ; - - - pot0 d = d ; - - pot110 = {s = sip} ; - pot111 = {s = table { - Unit => sip_s ++ et_s ; - Thousand => nvg_s ++ mvvn_s ++ nvg_s ++ phan_s - } - } ; - pot1to19 d = {s = table { - Unit => sip_s ++ d.s ! After ; - Thousand => nvg_s ++ mvvn_s ++ d.s ! Indep ++ phan_s - } - } ; - pot0as1 d = {s = \\n => d.s ! Indep ++ phan ! n} ; - pot1 d = {s = \\n => d.s ! ModTen ++ sip ! n} ; - pot1plus d e = { - s = \\n => d.s ! ModTen ++ sip ! n ++ e.s ! After ++ phan ! n - } ; - pot1as2 n = n ; - pot2 d = {s = \\n => d.s ! Indep ++ roy ! n} ; - pot2plus d e = {s = \\n => d.s ! Indep ++ roy ! n ++ e.s ! n} ; - pot2as3 n = {s = n.s ! Unit} ; - pot3 n = {s = n.s ! Thousand} ; - pot3plus n m = {s = n.s ! Thousand ++ m.s ! Unit} ; - -param - DForm = Indep | ModTen | After ; - NForm = Unit | Thousand ; - -oper - mkNum : Str -> Str -> Str -> {s : DForm => Str} = \x,y,z -> - {s = table {Indep => x ; ModTen => y ; After => z}} ; - regNum : Str -> {s : DForm => Str} = \x -> - mkNum x x x ; - - - sip = table {Unit => sip_s ; Thousand => mvvn_s} ; - roy = table {Unit => rooy_s ; Thousand => seen_s} ; - phan = table {Unit => [] ; Thousand => phan_s} ; - -} diff --git a/old-lib/resource/thai/ParadigmsTha.gf b/old-lib/resource/thai/ParadigmsTha.gf deleted file mode 100644 index a0dc0d4d3..000000000 --- a/old-lib/resource/thai/ParadigmsTha.gf +++ /dev/null @@ -1,496 +0,0 @@ -----# -path=.:../abstract:../../prelude:../common --- -----1 Thai Lexical Paradigms ----- ----- Aarne Ranta 2003--2005 ----- ----- 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 $MorphoTha.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$. ----- However, this function should only seldom be needed: we have a ----- separate module [``IrregTha`` ../../english/IrregTha.gf], ----- which covers irregular verbss. --- ---resource ParadigmsTha = open --- (Predef=Predef), --- Prelude, --- MorphoTha, --- CatTha --- in { -----2 Parameters ----- ----- To abstract over gender names, we define the following identifiers. --- ---oper --- Gender : Type ; --- --- human : Gender ; --- nonhuman : Gender ; --- masculine : Gender ; --- ----- To abstract over number names, we define the following. --- --- Number : Type ; --- --- singular : Number ; --- plural : Number ; --- ----- To abstract over case names, we define the following. --- --- Case : Type ; --- --- nominative : Case ; --- genitive : Case ; --- ----- Prepositions are used in many-argument functions for rection. ----- The resource category $Prep$ is used. --- --- --- -----2 Nouns --- ----- Nouns are constructed by the function $mkN$, which takes a varying ----- number of arguments. --- --- mkN : overload { --- ----- Worst case: give all four forms. --- --- mkN : (man,men,man's,men's : Str) -> N ; --- ----- The regular function captures the variants for nouns ending with ----- "s","sh","x","z" or "y": "kiss - kisses", "flash - flashes"; ----- "fly - flies" (but "toy - toys"), --- --- mkN : (flash : Str) -> N ; --- ----- In practice the worst case is just: give singular and plural nominative. --- --- mkN : (man,men : Str) -> N ; --- ----- All nouns created by the previous functions are marked as ----- $nonhuman$. If you want a $human$ noun, wrap it with the following ----- function: --- --- mkN : Gender -> N -> N ; --- -----3 Compound nouns ----- ----- A compound noun is an uninflected string attached to an inflected noun, ----- such as "baby boom", "chief executive officer". --- --- mkN : Str -> N -> N --- } ; --- --- -----3 Relational nouns ----- ----- Relational nouns ("daughter of x") need a preposition. --- --- mkN2 : N -> Prep -> N2 ; --- ----- The most common preposition is "of", and the following is a ----- shortcut for regular relational nouns with "of". --- --- regN2 : Str -> N2 ; --- ----- Use the function $mkPrep$ or see the section on prepositions below to ----- form other prepositions. ----- ----- Three-place relational nouns ("the connection from x to y") need two prepositions. --- --- mkN3 : N -> Prep -> Prep -> N3 ; --- --- -----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"). --- --- cnN2 : CN -> Prep -> N2 ; --- cnN3 : CN -> Prep -> Prep -> N3 ; --- ----- -----3 Proper names and noun phrases ----- ----- Proper names, with a regular genitive, are formed as follows --- --- regPN : Str -> PN ; --- regGenPN : Str -> Gender -> PN ; -- John, John's --- ----- Sometimes you can reuse a common noun as a proper name, e.g. "Bank". --- --- nounPN : N -> PN ; --- ----- To form a noun phrase that can also be plural and have an irregular ----- genitive, you can use the worst-case function. --- --- mkNP : Str -> Str -> Number -> Gender -> NP ; --- -----2 Adjectives --- ----- Non-comparison one-place adjectives need two forms: one for ----- the adjectival and one for the adverbial form ("free - freely") --- --- mkA : (free,freely : Str) -> A ; --- ----- For regular adjectives, the adverbial form is derived. This holds ----- even for cases with the variation "happy - happily". --- --- regA : Str -> A ; --- -----3 Two-place adjectives ----- ----- Two-place adjectives need a preposition for their second argument. --- --- mkA2 : A -> Prep -> A2 ; --- ----- Comparison adjectives may two more forms. --- --- ADeg : Type ; --- --- mkADeg : (good,better,best,well : Str) -> ADeg ; --- ----- The regular pattern recognizes two common variations: ----- "-e" ("rude" - "ruder" - "rudest") and ----- "-y" ("happy - happier - happiest - happily") --- --- regADeg : Str -> ADeg ; -- long, longer, longest --- ----- However, the duplication of the final consonant is nor predicted, ----- but a separate pattern is used: --- --- duplADeg : Str -> ADeg ; -- fat, fatter, fattest --- ----- If comparison is formed by "more", "most", as in general for ----- long adjective, the following pattern is used: --- --- compoundADeg : A -> ADeg ; -- -/more/most ridiculous --- ----- From a given $ADeg$, it is possible to get back to $A$. --- --- adegA : ADeg -> A ; --- --- -----2 Adverbs --- ----- Adverbs are not inflected. Most lexical ones have position ----- after the verb. Some can be preverbal (e.g. "always"). --- --- mkAdv : Str -> Adv ; --- mkAdV : Str -> AdV ; --- ----- Adverbs modifying adjectives and sentences can also be formed. --- --- mkAdA : Str -> AdA ; --- -----2 Prepositions ----- ----- A preposition as used for rection in the lexicon, as well as to ----- build $PP$s in the resource API, just requires a string. --- --- mkPrep : Str -> Prep ; --- noPrep : Prep ; --- ----- (These two functions are synonyms.) --- -----2 Verbs ----- ----- Except for "be", the worst case needs five forms: the infinitive and ----- the third person singular present, the past indicative, and the ----- past and present participles. --- --- mkV : (go, goes, went, gone, going : Str) -> V ; --- ----- The regular verb function recognizes the special cases where the last ----- character is "y" ("cry - cries" but "buy - buys") or "s", "sh", "x", "z" ----- ("fix - fixes", etc). --- --- regV : Str -> V ; --- ----- The following variant duplicates the last letter in the forms like ----- "rip - ripped - ripping". --- --- regDuplV : Str -> V ; --- ----- There is an extensive list of irregular verbs in the module $IrregularTha$. ----- In practice, it is enough to give three forms, ----- e.g. "drink - drank - drunk", with a variant indicating consonant ----- duplication in the present participle. --- --- irregV : (drink, drank, drunk : Str) -> V ; --- irregDuplV : (get, got, gotten : Str) -> V ; --- --- -----3 Verbs with a particle. ----- ----- The particle, such as in "switch on", is given as a string. --- --- partV : V -> Str -> V ; --- -----3 Reflexive verbs ----- ----- By default, verbs are not reflexive; this function makes them that. --- --- reflV : V -> V ; --- -----3 Two-place verbs ----- ----- Two-place verbs need a preposition, except the special case with direct object. ----- (transitive verbs). Notice that a particle comes from the $V$. --- --- mkV2 : V -> Prep -> V2 ; --- --- dirV2 : V -> V2 ; --- -----3 Three-place verbs ----- ----- Three-place (ditransitive) verbs need two prepositions, of which ----- the first one or both can be absent. --- --- mkV3 : V -> Prep -> Prep -> V3 ; -- speak, with, about --- dirV3 : V -> Prep -> V3 ; -- give,_,to --- dirdirV3 : V -> V3 ; -- give,_,_ --- -----3 Other complement patterns ----- ----- Verbs and adjectives can take complements such as sentences, ----- questions, verb phrases, and adjectives. --- --- mkV0 : V -> V0 ; --- mkVS : V -> VS ; --- mkV2S : V -> Prep -> V2S ; --- mkVV : V -> VV ; --- mkV2V : V -> Prep -> Prep -> V2V ; --- mkVA : V -> VA ; --- mkV2A : V -> Prep -> V2A ; --- mkVQ : V -> VQ ; --- mkV2Q : V -> Prep -> V2Q ; --- --- mkAS : A -> AS ; --- mkA2S : A -> Prep -> A2S ; --- mkAV : A -> AV ; --- mkA2V : A -> Prep -> A2V ; --- ----- Notice: categories $V2S, V2V, V2A, V2Q$ are in v 1.0 treated ----- just as synonyms of $V2$, and the second argument is given ----- as an adverb. Likewise $AS, A2S, AV, A2V$ are just $A$. ----- $V0$ is just $V$. --- --- V0, V2S, V2V, V2A, V2Q : Type ; --- AS, A2S, AV, A2V : Type ; --- -----. -----2 Definitions of paradigms ----- ----- The definitions should not bother the user of the API. So they are ----- hidden from the document. --- --- Gender = MorphoTha.Gender ; --- Number = MorphoTha.Number ; --- Case = MorphoTha.Case ; --- human = Masc ; --- nonhuman = Neutr ; --- masculine = Masc ; --- feminine = Fem ; --- singular = Sg ; --- plural = Pl ; --- nominative = Nom ; --- genitive = Gen ; --- --- Preposition : Type = Str ; -- obsolete --- --- regN = \ray -> --- let --- ra = Predef.tk 1 ray ; --- y = Predef.dp 1 ray ; --- r = Predef.tk 2 ray ; --- ay = Predef.dp 2 ray ; --- rays = --- case y of { --- "y" => y2ie ray "s" ; --- "s" => ray + "es" ; --- "z" => ray + "es" ; --- "x" => ray + "es" ; --- _ => case ay of { --- "sh" => ray + "es" ; --- "ch" => ray + "es" ; --- _ => ray + "s" --- } --- } --- in --- mk2N ray rays ; --- --- mk2N = \man,men -> --- let mens = case last men of { --- "s" => men + "'" ; --- _ => men + "'s" --- } --- in --- mk4N man men (man + "'s") mens ; --- --- mk4N = \man,men,man's,men's -> --- mkNoun man man's men men's ** {g = Neutr ; lock_N = <>} ; --- --- genderN g man = {s = man.s ; g = g ; lock_N = <>} ; --- --- compoundN s n = {s = \\x,y => s ++ n.s ! x ! y ; g=n.g ; lock_N = <>} ; --- --- mkN2 = \n,p -> n ** {lock_N2 = <> ; c2 = p.s} ; --- regN2 n = mkN2 (regN n) (mkPrep "of") ; --- mkN3 = \n,p,q -> n ** {lock_N3 = <> ; c2 = p.s ; c3 = q.s} ; --- cnN2 = \n,p -> n ** {lock_N2 = <> ; c2 = p.s} ; --- cnN3 = \n,p,q -> n ** {lock_N3 = <> ; c2 = p.s ; c3 = q.s} ; --- --- regPN n = regGenPN n human ; --- regGenPN n g = nameReg n g ** {lock_PN = <>} ; --- nounPN n = {s = n.s ! singular ; g = n.g ; lock_PN = <>} ; --- mkNP x y n g = {s = table {Gen => x ; _ => y} ; a = agrP3 n ; --- lock_NP = <>} ; --- --- mkA a b = mkAdjective a a a b ** {lock_A = <>} ; --- regA a = regAdjective a ** {lock_A = <>} ; --- --- mkA2 a p = a ** {c2 = p.s ; lock_A2 = <>} ; --- --- ADeg = A ; ---- --- --- mkADeg a b c d = mkAdjective a b c d ** {lock_A = <>} ; --- --- regADeg happy = --- let --- happ = init happy ; --- y = last happy ; --- happie = case y of { --- "y" => happ + "ie" ; --- "e" => happy ; --- _ => happy + "e" --- } ; --- happily = case y of { --- "y" => happ + "ily" ; --- _ => happy + "ly" --- } ; --- in mkADeg happy (happie + "r") (happie + "st") happily ; --- --- duplADeg fat = --- mkADeg fat --- (fat + last fat + "er") (fat + last fat + "est") (fat + "ly") ; --- --- compoundADeg a = --- let ad = (a.s ! AAdj Posit) --- in mkADeg ad ("more" ++ ad) ("most" ++ ad) (a.s ! AAdv) ; --- --- adegA a = a ; --- --- mkAdv x = ss x ** {lock_Adv = <>} ; --- mkAdV x = ss x ** {lock_AdV = <>} ; --- mkAdA x = ss x ** {lock_AdA = <>} ; --- --- mkPrep p = ss p ** {lock_Prep = <>} ; --- noPrep = mkPrep [] ; --- --- mkV a b c d e = mkVerb a b c d e ** {s1 = [] ; lock_V = <>} ; --- --- regV cry = --- let --- cr = init cry ; --- y = last cry ; --- cries = (regN cry).s ! Pl ! Nom ; -- ! --- crie = init cries ; --- cried = case last crie of { --- "e" => crie + "d" ; --- _ => crie + "ed" --- } ; --- crying = case y of { --- "e" => case last cr of { --- "e" => cry + "ing" ; --- _ => cr + "ing" --- } ; --- _ => cry + "ing" --- } --- in mkV cry cries cried cried crying ; --- --- regDuplV fit = --- case last fit of { --- ("a" | "e" | "i" | "o" | "u" | "y") => --- Predef.error (["final duplication makes no sense for"] ++ fit) ; --- t => --- let fitt = fit + t in --- mkV fit (fit + "s") (fitt + "ed") (fitt + "ed") (fitt + "ing") --- } ; --- --- irregV x y z = let reg = (regV x).s in --- mkV x (reg ! VPres) y z (reg ! VPresPart) ** {s1 = [] ; lock_V = <>} ; --- --- irregDuplV fit y z = --- let --- fitting = (regDuplV fit).s ! VPresPart --- in --- mkV fit (fit + "s") y z fitting ; --- --- partV v p = verbPart v p ** {lock_V = <>} ; --- reflV v = {s = v.s ; part = v.part ; lock_V = v.lock_V ; isRefl = True} ; --- --- mkV2 v p = v ** {s = v.s ; s1 = v.s1 ; c2 = p.s ; lock_V2 = <>} ; --- dirV2 v = mkV2 v noPrep ; --- --- mkV3 v p q = v ** {s = v.s ; s1 = v.s1 ; c2 = p.s ; c3 = q.s ; lock_V3 = <>} ; --- dirV3 v p = mkV3 v noPrep p ; --- dirdirV3 v = dirV3 v noPrep ; --- --- mkVS v = v ** {lock_VS = <>} ; --- mkVV v = { --- s = table {VVF vf => v.s ! vf ; _ => variants {}} ; --- isAux = False ; lock_VV = <> --- } ; --- mkVQ v = v ** {lock_VQ = <>} ; --- --- V0 : Type = V ; --- V2S, V2V, V2Q, V2A : Type = V2 ; --- AS, A2S, AV : Type = A ; --- A2V : Type = A2 ; --- --- mkV0 v = v ** {lock_V = <>} ; --- mkV2S v p = mkV2 v p ** {lock_V2 = <>} ; --- mkV2V v p t = mkV2 v p ** {s4 = t ; lock_V2 = <>} ; --- mkVA v = v ** {lock_VA = <>} ; --- mkV2A v p = mkV2 v p ** {lock_V2A = <>} ; --- mkV2Q v p = mkV2 v p ** {lock_V2 = <>} ; --- --- mkAS v = v ** {lock_A = <>} ; --- mkA2S v p = mkA2 v p ** {lock_A = <>} ; --- mkAV v = v ** {lock_A = <>} ; --- mkA2V v p = mkA2 v p ** {lock_A2 = <>} ; --- --- ----- pre-overload API and overload definitions --- --- mk4N : (man,men,man's,men's : Str) -> N ; --- regN : Str -> N ; --- mk2N : (man,men : Str) -> N ; --- genderN : Gender -> N -> N ; --- compoundN : Str -> N -> N ; --- --- mkN = overload { --- mkN : (man,men,man's,men's : Str) -> N = mk4N ; --- mkN : Str -> N = regN ; --- mkN : (man,men : Str) -> N = mk2N ; --- mkN : Gender -> N -> N = genderN ; --- mkN : Str -> N -> N = compoundN --- } ; --- --- ---} ; diff --git a/old-lib/resource/thai/PhraseTha.gf b/old-lib/resource/thai/PhraseTha.gf deleted file mode 100644 index c51d85a20..000000000 --- a/old-lib/resource/thai/PhraseTha.gf +++ /dev/null @@ -1,24 +0,0 @@ -concrete PhraseTha of Phrase = CatTha ** open Prelude, ResTha in { - - lin - PhrUtt pconj utt voc = {s = pconj.s ++ utt.s ++ voc.s} ; - - UttS s = s ; - UttQS qs = {s = qs.s ! QDir} ; - UttImpSg pol imp = {s = pol.s ++ imp.s ! pol.p} ; - UttImpPl pol imp = {s = pol.s ++ imp.s ! pol.p} ; - UttImpPol pol imp = {s = pol.s ++ imp.s ! pol.p} ; --- add politeness here? - - UttIP ip = ip ; - UttIAdv iadv = iadv ; - UttNP np = np ; - UttVP vp = {s = vp.s ! Pos} ; - UttAdv adv = adv ; - - NoPConj = {s = []} ; - PConjConj conj = conj ; - - NoVoc = {s = []} ; - VocNP np = {s = np.s} ; ---- ?? - -} diff --git a/old-lib/resource/thai/QuestionTha.gf b/old-lib/resource/thai/QuestionTha.gf deleted file mode 100644 index 033539bdf..000000000 --- a/old-lib/resource/thai/QuestionTha.gf +++ /dev/null @@ -1,41 +0,0 @@ -concrete QuestionTha of Question = CatTha ** - open ResTha, StringsTha, Prelude in { - - flags optimize=all_subs ; - - lin - --- pos. may, neg. chay may - not always the proper forms --- - - QuestCl cl = {s = \\p => cl.s ! Pos ++ polStr chay_s p ++ m'ay_s} ; - --- --- QuestVP qp vp = --- let cl = mkClause (qp.s ! Nom) {n = qp.n ; p = P3} vp --- in {s = \\t,a,b,_ => cl.s ! t ! a ! b ! ODir} ; --- --- QuestSlash ip slash = --- mkQuestion (ss (slash.c2 ++ ip.s ! Acc)) slash ; --- --- stranding in ExratTha --- --- QuestIAdv iadv cl = mkQuestion iadv cl ; --- --- QuestIComp icomp np = --- mkQuestion icomp (mkClause (np.s ! Nom) np.a (predAux auxBe)) ; --- --- --- PrepIP p ip = {s = p.s ++ ip.s ! Nom} ; --- --- AdvIP ip adv = { --- s = \\c => ip.s ! c ++ adv.s ; --- n = ip.n --- } ; --- --- IDetCN idet num ord cn = { --- s = \\c => idet.s ++ num.s ++ ord.s ++ cn.s ! idet.n ! c ; --- n = idet.n --- } ; --- --- CompIAdv a = a ; --- -} diff --git a/old-lib/resource/thai/RelativeTha.gf b/old-lib/resource/thai/RelativeTha.gf deleted file mode 100644 index 1dadd0ccf..000000000 --- a/old-lib/resource/thai/RelativeTha.gf +++ /dev/null @@ -1,48 +0,0 @@ ---concrete RelativeTha of Relative = CatTha ** open ResTha in { --- --- flags optimize=all_subs ; --- --- lin --- --- RelCl cl = { --- s = \\t,a,p,_ => "such" ++ "that" ++ cl.s ! t ! a ! p ! ODir ; --- c = Nom --- } ; --- --- RelVP rp vp = { --- s = \\t,ant,b,ag => --- let --- agr = case rp.a of { --- RNoAg => ag ; --- RAg a => a --- } ; --- cl = mkClause (rp.s ! RC Nom) agr vp --- in --- cl.s ! t ! ant ! b ! ODir ; --- c = Nom --- } ; --- ----- Pied piping: "at which we are looking". Stranding and empty ----- relative are defined in $ExtraTha.gf$ ("that we are looking at", ----- "we are looking at"). --- --- RelSlash rp slash = { --- s = \\t,a,p,_ => slash.c2 ++ rp.s ! RPrep ++ slash.s ! t ! a ! p ! ODir ; --- c = Acc --- } ; --- --- FunRP p np rp = { --- s = \\c => np.s ! Acc ++ p.s ++ rp.s ! RPrep ; --- a = RAg np.a --- } ; --- --- IdRP = { --- s = table { --- RC Gen => "whose" ; --- RC _ => "that" ; --- RPrep => "which" --- } ; --- a = RNoAg --- } ; --- ---} diff --git a/old-lib/resource/thai/ResTha.gf b/old-lib/resource/thai/ResTha.gf deleted file mode 100644 index 6c1657151..000000000 --- a/old-lib/resource/thai/ResTha.gf +++ /dev/null @@ -1,484 +0,0 @@ ---# -path=.:../abstract:../common:../../prelude - ---1 Thai 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$. --- -resource ResTha = ParamX ** open StringsTha, Prelude in { - - oper - --- noun and classifier - - Noun = {s,c : Str} ; - - mkN : Str -> Str -> Noun = \s,c -> {s = s ; c = c} ; - --- before and after classifier; whether classifier needed (default) - - Determiner = {s1, s2 : Str ; hasC : Bool} ; - - mkDet : Str -> Str -> Determiner = - \s,c -> {s1 = s ; s2 = c ; hasC = True} ; - --- Part before and after negation (mai_s) - - Verb = {s1,s2 : Str} ; - - resV : Str -> Str -> Verb = \s,c -> {s1 = s ; s2 = c} ; - - regV : Str -> Verb = \s -> resV [] s ; - - dirV2 : Verb -> Verb ** {c2 : Str} = \v -> v ** {c2 = []} ; - --- Auxiliary verbs, according to order and negation. --- The three types are $VV may VP | may VV VP | VP may VV$ - - param VVTyp = VVPre | VVMid | VVPost ; - - oper VVerb = {s : Str ; typ : VVTyp} ; - --- Verb phrases: form negation and question, too. - - VP = { - s : Polarity => Str - } ; - - mkVP : Verb -> VP = \v -> { - s = \\p => v.s1 ++ polStr may_s p ++ v.s2 - } ; - - insertObject : Str -> VP -> VP = \np,vp -> { - s = \\p => vp.s ! p ++ np - } ; - - polStr : Str -> Polarity -> Str = \m,p -> case p of { - Pos => [] ; - Neg => m - } ; - --- flags optimize=all ; --- --- ----- Some parameters, such as $Number$, are inherited from $ParamX$. --- -----2 For $Noun$ --- ----- This is the worst-case $Case$ needed for pronouns. --- --- param --- Case = Nom | Acc | Gen ; --- ----- Agreement of $NP$ is a record. We'll add $Gender$ later. --- --- oper --- Agr = {n : Number ; p : Person} ; --- --- param --- Gender = Neutr | Masc | Fem ; --- -----2 For $Verb$ --- ----- Only these five forms are needed for open-lexicon verbs. --- --- param --- VForm = --- VInf --- | VPres --- | VPPart --- | VPresPart --- | VPast --# notpresent --- ; --- ----- Auxiliary verbs have special negative forms. --- --- VVForm = --- VVF VForm --- | VVPresNeg --- | VVPastNeg --# notpresent --- ; --- ----- The order of sentence is needed already in $VP$. --- --- Order = ODir | OQuest ; --- --- -----2 For $Adjective$ --- --- AForm = AAdj Degree | AAdv ; --- -----2 For $Relative$ --- --- RAgr = RNoAg | RAg {n : Number ; p : Person} ; --- RCase = RPrep | RC Case ; --- -----2 For $Numeral$ --- --- CardOrd = NCard | NOrd ; --- DForm = unit | teen | ten ; --- -----2 Transformations between parameter types --- --- oper --- agrP3 : Number -> Agr = \n -> --- {n = n ; p = P3} ; --- --- conjAgr : Agr -> Agr -> Agr = \a,b -> { --- n = conjNumber a.n b.n ; --- p = conjPerson a.p b.p --- } ; --- ----- For $Lex$. --- ----- For each lexical category, here are the worst-case constructors. --- --- mkNoun : (_,_,_,_ : Str) -> {s : Number => Case => Str} = --- \man,mans,men,mens -> { --- s = table { --- Sg => table { --- Gen => mans ; --- _ => man --- } ; --- Pl => table { --- Gen => mens ; --- _ => men --- } --- } --- } ; --- --- mkAdjective : (_,_,_,_ : Str) -> {s : AForm => Str} = --- \good,better,best,well -> { --- s = table { --- AAdj Posit => good ; --- AAdj Compar => better ; --- AAdj Superl => best ; --- AAdv => well --- } --- } ; --- --- mkVerb : (_,_,_,_,_ : Str) -> Verb = --- \go,goes,went,gone,going -> { --- s = table { --- VInf => go ; --- VPres => goes ; --- VPast => went ; --# notpresent --- VPPart => gone ; --- VPresPart => going --- } ; --- isRefl = False --- } ; --- --- mkIP : (i,me,my : Str) -> Number -> {s : Case => Str ; n : Number} = --- \i,me,my,n -> let who = mkNP i me my n P3 in {s = who.s ; n = n} ; --- --- mkNP : (i,me,my : Str) -> Number -> Person -> {s : Case => Str ; a : Agr} = --- \i,me,my,n,p -> { --- s = table { --- Nom => i ; --- Acc => me ; --- Gen => my --- } ; --- a = { --- n = n ; --- p = p --- } --- } ; --- ----- These functions cover many cases; full coverage inflectional patterns are ----- in $MorphoTha$. --- --- regN : Str -> {s : Number => Case => Str} = \car -> --- mkNoun car (car + "'s") (car + "s") (car + "s'") ; --- --- regA : Str -> {s : AForm => Str} = \warm -> --- mkAdjective warm (warm + "er") (warm + "est") (warm + "ly") ; --- --- regV : Str -> Verb = \walk -> --- mkVerb walk (walk + "s") (walk + "ed") (walk + "ed") (walk + "ing") ; --- --- regNP : Str -> Number -> {s : Case => Str ; a : Agr} = \that,n -> --- mkNP that that (that + "'s") n P3 ; --- ----- We have just a heuristic definition of the indefinite article. ----- There are lots of exceptions: consonantic "e" ("euphemism"), consonantic ----- "o" ("one-sided"), vocalic "u" ("umbrella"). --- --- artIndef = pre { --- "a" ; --- "an" / strs {"a" ; "e" ; "i" ; "o" ; "A" ; "E" ; "I" ; "O" } --- } ; --- --- artDef = "the" ; --- ----- For $Verb$. --- --- Verb : Type = { --- s : VForm => Str ; --- isRefl : Bool --- } ; --- --- param --- CPolarity = --- CPos --- | CNeg Bool ; -- contracted or not --- --- oper --- contrNeg : Bool -> Polarity -> CPolarity = \b,p -> case p of { --- Pos => CPos ; --- Neg => CNeg b --- } ; --- --- VerbForms : Type = --- Tense => Anteriority => CPolarity => Order => Agr => {fin, inf : Str} ; --- --- VP : Type = { --- s : VerbForms ; --- prp : Str ; -- present participle --- inf : Str ; -- the infinitive form ; VerbForms would be the logical place --- ad : Str ; -- sentential adverb --- s2 : Agr => Str -- complement --- } ; --- --- --- predV : Verb -> VP = \verb -> { --- s = \\t,ant,b,ord,agr => --- let --- inf = verb.s ! VInf ; --- fin = presVerb verb agr ; --- part = verb.s ! VPPart ; --- in --- case of { --- => vf fin [] ; --- => vf (does agr) inf ; --- => vf (have agr) part ; --# notpresent --- => vfn c (have agr) (havent agr) part ; --# notpresent --- => vf (verb.s ! VPast) [] ; --# notpresent --- => vf "did" inf ; --# notpresent --- => vfn c "did" "didn't" inf ; --# notpresent --- => vf "had" part ; --# notpresent --- => vfn c "had" "hadn't" part ; --# notpresent --- => vf "will" inf ; --# notpresent --- => vfn c "will" "won't" inf ; --# notpresent --- => vf "will" ("have" ++ part) ; --# notpresent --- => vfn c "will" "won't"("have" ++ part) ; --# notpresent --- => vf "would" inf ; --# notpresent --- => vfn c "would" "wouldn't" inf ; --# notpresent --- => vf "would" ("have" ++ part) ; --# notpresent --- => vfn c "would" "wouldn't" ("have" ++ part) ; --# notpresent --- => vfn c (does agr) (doesnt agr) inf --- } ; --- prp = verb.s ! VPresPart ; --- inf = verb.s ! VInf ; --- ad = [] ; --- s2 = \\a => if_then_Str verb.isRefl (reflPron ! a) [] --- } ; --- --- predAux : Aux -> VP = \verb -> { --- s = \\t,ant,cb,ord,agr => --- let --- b = case cb of { --- CPos => Pos ; --- _ => Neg --- } ; --- inf = verb.inf ; --- fin = verb.pres ! b ! agr ; --- finp = verb.pres ! Pos ! agr ; --- part = verb.ppart ; --- in --- case of { --- => vf (have agr) part ; --# notpresent --- => vfn c (have agr) (havent agr) part ; --# notpresent --- => vf (verb.past ! b ! agr) [] ; --# notpresent --- => vfn c (verb.past!Pos!agr)(verb.past!Neg!agr) [] ; --# notpresent --- => vf "had" part ; --# notpresent --- => vfn c "had" "hadn't" part ; --# notpresent --- => vf "will" inf ; --# notpresent --- => vfn c "will" "won't" inf ; --# notpresent --- => vf "will" ("have" ++ part) ; --# notpresent --- => vfn c "will" "won't"("have" ++ part) ; --# notpresent --- => vf "would" inf ; --# notpresent --- => vfn c "would" "wouldn't" inf ; --# notpresent --- => vf "would" ("have" ++ part) ; --# notpresent --- => vfn c "would" "wouldn't" ("have" ++ part) ; --# notpresent --- => vf fin [] ; --- => vfn c finp fin [] --- } ; --- prp = verb.prpart ; --- inf = verb.inf ; --- ad = [] ; --- s2 = \\_ => [] --- } ; --- --- vf : Str -> Str -> {fin, inf : Str} = \x,y -> vfn True x x y ; --- --- vfn : Bool -> Str -> Str -> Str -> {fin, inf : Str} = \contr,x,y,z -> --- case contr of { --- True => {fin = y ; inf = z} ; --- False => {fin = x ; inf = "not" ++ z} --- } ; --- --- insertObj : (Agr => Str) -> VP -> VP = \obj,vp -> { --- s = vp.s ; --- prp = vp.prp ; --- inf = vp.inf ; --- ad = vp.ad ; --- s2 = \\a => vp.s2 ! a ++ obj ! a --- } ; --- ------ The adverb should be before the finite verb. --- --- insertAdV : Str -> VP -> VP = \adv,vp -> { --- s = vp.s ; --- prp = vp.prp ; --- inf = vp.inf ; --- ad = vp.ad ++ adv ; --- s2 = \\a => vp.s2 ! a --- } ; --- ----- --- --- predVV : {s : VVForm => Str ; isAux : Bool} -> VP = \verb -> --- let verbs = verb.s --- in --- case verb.isAux of { --- True => predAux { --- pres = table { --- Pos => \\_ => verbs ! VVF VPres ; --- Neg => \\_ => verbs ! VVPresNeg --- } ; --- past = table { --# notpresent --- Pos => \\_ => verbs ! VVF VPast ; --# notpresent --- Neg => \\_ => verbs ! VVPastNeg --# notpresent --- } ; --# notpresent --- inf = verbs ! VVF VInf ; --- ppart = verbs ! VVF VPPart ; --- prpart = verbs ! VVF VPresPart ; --- } ; --- _ => predV {s = \\vf => verbs ! VVF vf ; isRefl = False} --- } ; --- --- presVerb : {s : VForm => Str} -> Agr -> Str = \verb -> --- agrVerb (verb.s ! VPres) (verb.s ! VInf) ; --- --- infVP : Bool -> VP -> Agr -> Str = \isAux,vp,a -> --- vp.ad ++ if_then_Str isAux [] "to" ++ --- vp.inf ++ vp.s2 ! a ; --- --- agrVerb : Str -> Str -> Agr -> Str = \has,have,agr -> --- case agr of { --- {n = Sg ; p = P3} => has ; --- _ => have --- } ; --- --- have = agrVerb "has" "have" ; --- havent = agrVerb "hasn't" "haven't" ; --- does = agrVerb "does" "do" ; --- doesnt = agrVerb "doesn't" "don't" ; --- --- Aux = { --- pres : Polarity => Agr => Str ; --- past : Polarity => Agr => Str ; --# notpresent --- inf,ppart,prpart : Str --- } ; --- --- auxBe : Aux = { --- pres = \\b,a => case of { --- => "am" ; --- => ["am not"] ; --- am not I --- _ => agrVerb (posneg b "is") (posneg b "are") a --- } ; --- past = \\b,a => case a of { --# notpresent --- {n = Sg ; p = P1|P3} => (posneg b "was") ; --# notpresent --- _ => (posneg b "were") --# notpresent --- } ; --# notpresent --- inf = "be" ; --- ppart = "been" ; --- prpart = "being" --- } ; --- --- posneg : Polarity -> Str -> Str = \p,s -> case p of { --- Pos => s ; --- Neg => s + "n't" --- } ; --- --- conjThat : Str = "that" ; --- --- reflPron : Agr => Str = table { --- {n = Sg ; p = P1} => "myself" ; --- {n = Sg ; p = P2} => "yourself" ; --- {n = Sg ; p = P3} => "itself" ; ---- --- {n = Pl ; p = P1} => "ourselves" ; --- {n = Pl ; p = P2} => "yourselves" ; --- {n = Pl ; p = P3} => "themselves" --- } ; --- ----- For $Sentence$. --- --- Clause : Type = { --- s : Tense => Anteriority => CPolarity => Order => Str --- } ; --- --- mkClause : Str -> Agr -> VP -> Clause = --- \subj,agr,vp -> { --- s = \\t,a,b,o => --- let --- verb = vp.s ! t ! a ! b ! o ! agr ; --- compl = vp.s2 ! agr --- in --- case o of { --- ODir => subj ++ verb.fin ++ vp.ad ++ verb.inf ++ compl ; --- OQuest => verb.fin ++ subj ++ vp.ad ++ verb.inf ++ compl --- } --- } ; --- --- ----- For $Numeral$. --- --- mkNum : Str -> Str -> Str -> Str -> {s : DForm => CardOrd => Str} = --- \two, twelve, twenty, second -> --- {s = table { --- unit => table {NCard => two ; NOrd => second} ; --- teen => \\c => mkCard c twelve ; --- ten => \\c => mkCard c twenty --- } --- } ; --- --- regNum : Str -> {s : DForm => CardOrd => Str} = --- \six -> mkNum six (six + "teen") (six + "ty") (regOrd six) ; --- --- regCardOrd : Str -> {s : CardOrd => Str} = \ten -> --- {s = table {NCard => ten ; NOrd => regOrd ten}} ; --- --- mkCard : CardOrd -> Str -> Str = \c,ten -> --- (regCardOrd ten).s ! c ; --- --- regOrd : Str -> Str = \ten -> --- case last ten of { --- "y" => init ten + "ieth" ; --- _ => ten + "th" --- } ; --- --- mkQuestion : --- {s : Str} -> Clause -> --- {s : Tense => Anteriority => CPolarity => QForm => Str} = \wh,cl -> --- { --- s = \\t,a,p => --- let --- cls = cl.s ! t ! a ! p ; --- why = wh.s --- in table { --- QDir => why ++ cls ! OQuest ; --- QIndir => why ++ cls ! ODir --- } --- } ; --- ----- for VP conjunction --- --- param --- VPIForm = VPIInf | VPIPPart ; --- --- -} diff --git a/old-lib/resource/thai/SentenceTha.gf b/old-lib/resource/thai/SentenceTha.gf deleted file mode 100644 index e4185f61f..000000000 --- a/old-lib/resource/thai/SentenceTha.gf +++ /dev/null @@ -1,61 +0,0 @@ -concrete SentenceTha of Sentence = CatTha ** - open Prelude, StringsTha, ResTha in { - - flags optimize=all_subs ; - - lin - - PredVP np vp = {s = \\p => np.s ++ vp.s ! p} ; - --- PredSCVP sc vp = mkClause sc.s (agrP3 Sg) vp ; - - ImpVP vp = { - s = table { - Pos => vp.s ! Pos ++ si_s ; - Neg => yaa_s ++ vp.s ! Pos - } - } ; --- SlashV2 np v2 = --- mkClause (np.s ! Nom) np.a (predV v2) ** {c2 = v2.c2} ; --- --- SlashVVV2 np vv v2 = --- mkClause (np.s ! Nom) np.a --- (insertObj (\\a => infVP vv.isAux (predV v2) a) (predVV vv)) ** --- {c2 = v2.c2} ; --- --- AdvSlash slash adv = { --- s = \\t,a,b,o => slash.s ! t ! a ! b ! o ++ adv.s ; --- c2 = slash.c2 --- } ; --- --- SlashPrep cl prep = cl ** {c2 = prep.s} ; --- --- EmbedS s = {s = conjThat ++ s.s} ; --- EmbedQS qs = {s = qs.s ! QIndir} ; --- EmbedVP vp = {s = infVP False vp (agrP3 Sg)} ; --- agr --- - UseCl t a p cl = {s = t.s ++ a.s ++ p.s ++ cl.s ! p.p} ; - UseQCl t a p cl = { - s = \\q => t.s ++ a.s ++ p.s ++ - case q of {QIndir => waa_s ; _ => []} ++ - cl.s ! p.p - } ; --- UseRCl t a p cl = { --- s = \\r => t.s ++ a.s ++ p.s ++ cl.s ! t.t ! a.a ! ctr p.p ! r ; --- c = cl.c --- } ; --- --- AdvS a s = {s = a.s ++ "," ++ s.s} ; --- --- oper --- ctr = contrNeg True ; -- contracted negations ---} --- ---{- ------ todo: tense of embedded Slash --- --- SlashVSS np vs s = --- mkClause (np.s ! Nom) np.a --- (insertObj (\\_ => conjThat ++ s.s) (predV vs)) ** --- {c2 = s.c2} ; -} diff --git a/old-lib/resource/thai/StringsTha.gf b/old-lib/resource/thai/StringsTha.gf deleted file mode 100644 index 1f7f932f6..000000000 --- a/old-lib/resource/thai/StringsTha.gf +++ /dev/null @@ -1,87 +0,0 @@ --- The only place where literal Thai strings are defined --- (except for Lexicon and Structural). --- Convert this into StringsThai by 'make strings' - -resource StringsTha = { - -oper - -aphai_s = "Op3ay" ; -- excuse2 -baan_s = "bT2a:n" ; -- house -biar_s = "ebi:OrK" ; -- beer -ca_s = "ca." ; -- Modal -cet_s = "ecSd" ; -- seven -chan_s = "c1an" ; -- I -chay_s = "a%c2T1" ; -- yes -cheut_s = "ec2v:T2t" ; -- shirt2 -chuay_s = "c2T1wy" ; -- help1 -di_s = "di" ; -- I (fem)1 -dii_s = "di:" ; -- hello2 -duay_s = "dT2wy" ; -- help2 -dvm_s = "dvm" ; -- drink -et_s = "eOSd" ; -- one' -haa_s = "hT2a:" ; -- five -hay_s = "a%hT2" ; -- give -hoog_s = "hT2Og" ; -- room -hok_s = "ho?k" ; -- six -jai_s = "a%j" ; -- understand2 -kaaw_s = "eka:" ; -- nine -kew_s = "e'kT2w" ; -- glass (drink Classif) -khaw_s = "ek1a:" ; -- he -khon_s = "k2n" ; -- people Classif -khoo_s = "k1O" ; -- please -khoog_s = "k1Og" ; -- Possessive -khoop_s = "k1Ob" ; -- thank -khow_s = "ek1T2w" ; -- understand1 -khun_s = "k2un'" ; -- you -koon_s = "kT1On" ; -- bye2 -laa_s = "la:" ; -- bye1 -lag_s = "hlag" ; -- houses Classif -lap_s = "hlab" ; -- sleep2 -lem_s = "elT1m" ; -- books Classif -may_s = "a&mT1" ; -- not -m'ay_s = "a&hm" ; -- Question -mvvn_s = "hmv:T1n" ; -- ten thousand -nag_s = "hna.g" ; -- book1 -nai_s = "a&hn" ; -- where2 -nam_s = "na+" ; -- water -nan_s = "naT2n" ; -- that -nii_s = "ni:T2" ; -- this -nit_s = "nid" ; -- little1 -noon_s = "nOn" ; -- sleep1 -noi_s = "hnT1Oy" ; -- little2 -nvg_s = "hnvg" ; -- one -pay_s = "a&p" ; -- go -peet_s = "e'pd" ; -- eight -pen_s = "epSn" ; -- be, can-know -phan_s = "p2an" ; -- thousand -phom_s = "p1m" ; -- I (masc) -puu_s = "p1u:T2" ; -- woman1 -rai_s = "a&r" ; -- how-much2 -rak_s = "rak" ; -- love -raw_s = "era:" ; -- we -rooy_s = "rT2Oy" ; -- hundred -saam_s = "sa:m" ; -- three -sawat_s = "swas" ; -- hello1 -seen_s = "e'sn" ; -- hundred thousand -seua_s = "esv:T2O" ; -- shirt1 -si_s = "s'i" ; -- Imperative -sii_s = "si:T1" ; -- four -sip_s = "sib" ; -- ten -soog_s = "sOg" ; -- two -svv_s = "sv:O" ; -- book2 -thii_s = "t5i:T1" ; -- Ord -thoot_s = "o:t5r'" ; -- sorry2 -thao_s = "et5T1a:" ; -- how-much1 -tog_s = "tT2Og" ; -- must -waa_s = "wT1a:" ; -- that Conj -way_s = "a&hw" ; -- can-potent -yaa_s = "OyT1a:" ; -- Neg Imper -yaak_s = "Oya:k" ; -- want -yay_s = "a%hy'" ; -- big -yig_s = "hy'ig" ; -- woman2 -yii_s = "yi:T1" ; -- two' -yin_s = "yin" ; -- you're-welcome1 -yuu_s = "yu:" ; -- where0(?) - -} diff --git a/old-lib/resource/thai/StructuralTha.gf b/old-lib/resource/thai/StructuralTha.gf deleted file mode 100644 index 1767c4652..000000000 --- a/old-lib/resource/thai/StructuralTha.gf +++ /dev/null @@ -1,110 +0,0 @@ -concrete StructuralTha of Structural = CatTha ** - open StringsTha, ResTha, Prelude in { - - flags optimize=all ; - - lin --- above_Prep = ss "above" ; --- after_Prep = ss "after" ; --- all_Predet = ss "all" ; --- almost_AdA, almost_AdN = ss "almost" ; --- although_Subj = ss "although" ; --- always_AdV = ss "always" ; --- and_Conj = ss "and" ** {n = Pl} ; --- because_Subj = ss "because" ; --- before_Prep = ss "before" ; --- behind_Prep = ss "behind" ; --- between_Prep = ss "between" ; --- both7and_DConj = sd2 "both" "and" ** {n = Pl} ; --- but_PConj = ss "but" ; --- by8agent_Prep = ss "by" ; --- by8means_Prep = ss "by" ; - can8know_VV = {s = pen_s ; typ = VVPost} ; - can_VV = {s = way_s ; typ = VVPost} ; --- during_Prep = ss "during" ; --- either7or_DConj = sd2 "either" "or" ** {n = Sg} ; --- everybody_NP = regNP "everybody" Sg ; --- every_Det = mkDeterminer Sg "every" ; --- everything_NP = regNP "everything" Sg ; --- everywhere_Adv = ss "everywhere" ; --- few_Det = mkDeterminer Pl "few" ; --- first_Ord = ss "first" ; --- for_Prep = ss "for" ; --- from_Prep = ss "from" ; - he_Pron = ss khaw_s ; --- here_Adv = ss "here" ; --- here7to_Adv = ss ["to here"] ; --- here7from_Adv = ss ["from here"] ; --- how_IAdv = ss "how" ; --- how8many_IDet = mkDeterminer Pl ["how many"] ; --- if_Subj = ss "if" ; --- in8front_Prep = ss ["in front of"] ; - i_Pron = ss chan_s ; --- in_Prep = ss "in" ; --- it_Pron = mkNP "it" "it" "its" Sg P3 ; --- less_CAdv = ss "less" ; --- many_Det = mkDeterminer Pl "many" ; --- more_CAdv = ss "more" ; --- most_Predet = ss "most" ; --- much_Det = mkDeterminer Sg "much" ; - must_VV = {s = tog_s ; typ = VVPre} ; --- no_Phr = ss "no" ; --- on_Prep = ss "on" ; --- one_Quant = mkDeterminer Sg "one" ; --- only_Predet = ss "only" ; --- or_Conj = ss "or" ** {n = Sg} ; --- otherwise_PConj = ss "otherwise" ; --- part_Prep = ss "of" ; --- please_Voc = ss "please" ; --- possess_Prep = ss "of" ; --- quite_Adv = ss "quite" ; - she_Pron = ss khaw_s ; --- so_AdA = ss "so" ; --- somebody_NP = regNP "somebody" Sg ; --- someSg_Det = mkDeterminer Sg "some" ; --- somePl_Det = mkDeterminer Pl "some" ; --- something_NP = regNP "something" Sg ; --- somewhere_Adv = ss "somewhere" ; - that_Quant = ss nan_s ** {hasC = True} ; --- that_NP = regNP "that" Sg ; --- there_Adv = ss "there" ; --- there7to_Adv = ss "there" ; --- there7from_Adv = ss ["from there"] ; --- therefore_PConj = ss "therefore" ; --- these_NP = regNP "these" Pl ; --- they_Pron = mkNP "they" "them" "their" Pl P3 ; --- this_Quant = mkQuant "this" "these" ; --- this_NP = regNP "this" Sg ; --- those_NP = regNP "those" Pl ; --- through_Prep = ss "through" ; --- too_AdA = ss "too" ; --- to_Prep = ss "to" ; --- under_Prep = ss "under" ; --- very_AdA = ss "very" ; - want_VV = {s = yaak_s ; typ = VVMid} ; - we_Pron = ss raw_s ; --- whatPl_IP = mkIP "what" "what" "what's" Sg ; --- whatSg_IP = mkIP "what" "what" "what's" Sg ; --- when_IAdv = ss "when" ; --- when_Subj = ss "when" ; --- where_IAdv = ss "where" ; --- whichPl_IDet = mkDeterminer Pl ["which"] ; --- whichSg_IDet = mkDeterminer Sg ["which"] ; --- whoSg_IP = mkIP "who" "whom" "whose" Sg ; --- whoPl_IP = mkIP "who" "whom" "whose" Pl ; --- why_IAdv = ss "why" ; --- without_Prep = ss "without" ; --- with_Prep = ss "with" ; --- yes_Phr = ss "yes" ; - youSg_Pron = ss khun_s ; - youPl_Pron = ss khun_s ; - youPol_Pron = ss khun_s ; --- --- ---oper --- mkQuant : Str -> Str -> {s : Number => Str} = \x,y -> { --- s = table Number [x ; y] --- } ; --- -} - diff --git a/old-lib/resource/thai/VerbTha.gf b/old-lib/resource/thai/VerbTha.gf deleted file mode 100644 index b894a04f9..000000000 --- a/old-lib/resource/thai/VerbTha.gf +++ /dev/null @@ -1,51 +0,0 @@ -concrete VerbTha of Verb = CatTha ** open ResTha, StringsTha, Prelude in { - - flags optimize=all_subs ; - - lin - UseV = mkVP ; --- ComplV2 v np = insertObject (v.c2 ++ np.s) (mkVP v) ; --- ComplV3 v np np2 = insertObject (v.c2 ++ np.s ++ v.c3 ++ np2.s) (mkVP v) ; - - ComplVV vv vp = { - s = \\p => - let - neg = polStr may_s p ; - v = vp.s ! Pos - in - case vv.typ of { - VVPre => vv.s ++ neg ++ v ; - VVMid => neg ++ vv.s ++ v ; - VVPost => v ++ neg ++ vv.s - } - } ; - --- --- ComplVS v s = insertObj (\\_ => conjThat ++ s.s) (predV v) ; --- ComplVQ v q = insertObj (\\_ => q.s ! QIndir) (predV v) ; --- --- ComplVA v ap = insertObj (ap.s) (predV v) ; --- ComplV2A v np ap = --- insertObj (\\_ => v.c2 ++ np.s ! Acc ++ ap.s ! np.a) (predV v) ; --- - UseComp comp = comp ; --- --- AdvVP vp adv = insertObj (\\_ => adv.s) vp ; --- --- AdVVP adv vp = insertAdV adv.s vp ; --- --- ReflV2 v = insertObj (\\a => v.c2 ++ reflPron ! a) (predV v) ; --- --- PassV2 v = insertObj (\\_ => v.s ! VPPart) (predAux auxBe) ; --- --- UseVS, UseVQ = \vv -> {s = vv.s ; c2 = [] ; isRefl = vv.isRefl} ; - - CompAP ap = {s = \\p => polStr may_s p ++ ap.s} ; - CompNP np = {s = table { - Pos => pen_s ++ np.s ; - Neg => may_s ++ chay_s ++ np.s - } - } ; - CompAdv a = {s = \\p => polStr may_s p ++ a.s} ; --- ?? - -} diff --git a/old-lib/resource/turkish/CatTur.gf b/old-lib/resource/turkish/CatTur.gf deleted file mode 100644 index 9de9db5c9..000000000 --- a/old-lib/resource/turkish/CatTur.gf +++ /dev/null @@ -1,13 +0,0 @@ -concrete CatTur of Cat = CommonX ** open ResTur, Prelude in { - - flags optimize=all_subs ; - - lincat - --- Noun - NP, Pron = {s : Case => Str ; a : Agr} ; - --- Open lexical classes, e.g. Lexicon - V, VS, VQ, VA = Verb ; - N = {s : Number => Case => Str} ; -} diff --git a/old-lib/resource/turkish/GrammarTur.gf b/old-lib/resource/turkish/GrammarTur.gf deleted file mode 100644 index e61e55718..000000000 --- a/old-lib/resource/turkish/GrammarTur.gf +++ /dev/null @@ -1,9 +0,0 @@ ---# -path=.:../abstract:../common:prelude - -concrete GrammarTur of Grammar = - NumeralTur - ** { - -flags startcat = Phr ; unlexer = text ; lexer = text ; - -} ; diff --git a/old-lib/resource/turkish/LangTur.gf b/old-lib/resource/turkish/LangTur.gf deleted file mode 100644 index 1f7c912e8..000000000 --- a/old-lib/resource/turkish/LangTur.gf +++ /dev/null @@ -1,10 +0,0 @@ ---# -path=.:../abstract:../common:prelude - -concrete LangTur of Lang = - GrammarTur, - LexiconTur - ** { - -flags startcat = Phr ; unlexer = text ; lexer = text ; coding=utf8 ; - -} ; diff --git a/old-lib/resource/turkish/LexiconTur.gf b/old-lib/resource/turkish/LexiconTur.gf deleted file mode 100644 index 20b1d5f54..000000000 --- a/old-lib/resource/turkish/LexiconTur.gf +++ /dev/null @@ -1,11 +0,0 @@ ---# -path=.:prelude - -concrete LexiconTur of Lexicon = CatTur ** - open ResTur, ParadigmsTur, Prelude in { - -lin - come_V = regV "gelmek" ; - go_V = regV "gitmek" ; - run_V = regV "koşmek" ; - stop_V = regV "durmak" ; -} ; diff --git a/old-lib/resource/turkish/NumeralTur.gf b/old-lib/resource/turkish/NumeralTur.gf deleted file mode 100644 index dbee7d3da..000000000 --- a/old-lib/resource/turkish/NumeralTur.gf +++ /dev/null @@ -1,34 +0,0 @@ -concrete NumeralTur of Numeral = CatTur ** open ResTur in { - -lincat - Digit = {s : DForm => Str} ; - Sub10 = {s : DForm => Str ; n : Number} ; - Sub100 = {s : Str ; n : Number} ; - Sub1000 = {s : Str ; n : Number} ; - Sub1000000 = {s : Str ; n : Number} ; - -lin num x = x ; - -lin n2 = mkNum "iki" "yirmi" ; -lin n3 = mkNum "üç" "otuz" ; -lin n4 = mkNum "dört" "kırk" ; -lin n5 = mkNum "beş" "elli" ; -lin n6 = mkNum "altı" "altmış" ; -lin n7 = mkNum "yedi" "yetmiş" ; -lin n8 = mkNum "sekiz" "seksen" ; -lin n9 = mkNum "dokuz" "doksan" ; -lin pot01 = mkNum "bir" "on" ** {n = Sg} ; -lin pot0 d = d ** {n = Pl} ; -lin pot110 = {s="on"; n = Pl} ; -lin pot111 = {s="on" ++ "&+" ++ "bir"; n = Pl} ; -lin pot1to19 d = {s = "on" ++ "&+" ++ d.s ! unit; n = Pl} ; -lin pot0as1 n = {s = n.s ! unit; n = n.n} ; -lin pot1 d = {s = d.s ! ten; n = Pl} ; -lin pot1plus d e = {s = d.s ! ten ++ e.s ! unit ; n = Pl} ; -lin pot1as2 n = n ; -lin pot2 d = {s = d.s ! unit ++ "&+" ++ "yüz"; n = Pl} ; -lin pot2plus d e = {s = d.s ! unit ++ "&+" ++ "yüz" ++ e.s ; n = Pl} ; -lin pot2as3 n = n ; -lin pot3 n = {s = n.s ++ "&+" ++ "bin" ; n = Pl} ; -lin pot3plus n m = {s = n.s ++ "&+" ++ "bin" ++ "&+" ++ m.s; n = Pl} ; -} diff --git a/old-lib/resource/turkish/ParadigmsTur.gf b/old-lib/resource/turkish/ParadigmsTur.gf deleted file mode 100644 index 102098c8c..000000000 --- a/old-lib/resource/turkish/ParadigmsTur.gf +++ /dev/null @@ -1,43 +0,0 @@ -resource ParadigmsTur = open - Predef, - Prelude, - ResTur - in { - -oper - regV : Str -> Verb = \inf -> - let base : Str - = case inf of { - base+"mak" => base ; - base+"mek" => base - } - in { s = table { - VPres Sg P1 => harmony4 (harmony4 base "iyor") "im" ; - VPres Sg P2 => harmony4 (harmony4 base "iyor") "sin" ; - VPres Sg P3 => harmony4 base "iyor" ; - VPres Pl P1 => harmony4 (harmony4 base "iyor") "iz" ; - VPres Pl P2 => harmony4 (harmony4 (harmony4 base "iyor") "sin") "iz" ; - VPres Pl P3 => harmony4 (harmony4 base "iyor") "ler" ; - VPast Sg P1 => harmony4 base "dim" ; - VPast Sg P2 => harmony4 base "din" ; - VPast Sg P3 => harmony4 base "di" ; - VPast Pl P1 => harmony4 base "dik" ; - VPast Pl P2 => harmony4 (harmony4 base "din") "iz" ; - VPast Pl P3 => harmony4 base "diler" ; - VFuture Sg P1 => harmony4 (harmony2 base "ecek") "im" ; - VFuture Sg P2 => harmony4 (harmony2 base "ecek") "sin" ; - VFuture Sg P3 => harmony2 base "ecek" ; - VFuture Pl P1 => harmony4 (harmony2 base "ecek") "iz" ; - VFuture Pl P2 => harmony4 (harmony2 base "ecek") "siniz" ; - VFuture Pl P3 => harmony4 (harmony2 base "ecek") "ler" ; - VAorist Sg P1 => harmony4 base "im" ; - VAorist Sg P2 => harmony4 base "sin" ; - VAorist Sg P3 => base ; - VAorist Pl P1 => harmony4 base "iz" ; - VAorist Pl P2 => harmony4 (harmony4 base "sin") "iz" ; - VAorist Pl P3 => harmony4 base "ler" ; - VImperative => base ; - VInfinitive => inf - } - } ; -} \ No newline at end of file diff --git a/old-lib/resource/turkish/ResTur.gf b/old-lib/resource/turkish/ResTur.gf deleted file mode 100644 index 1fc1a8157..000000000 --- a/old-lib/resource/turkish/ResTur.gf +++ /dev/null @@ -1,106 +0,0 @@ ---# -path=.:../abstract:../common:../../prelude - -resource ResTur = ParamX ** open Prelude, Predef in { - ---2 For $Noun$ - - param - Case = Nom | Acc | Dat | Gen | Loc | Ablat | Abess ; - - Species = Indef | Def ; - - VForm = - VPres Number Person - | VPast Number Person - | VFuture Number Person - | VAorist Number Person - | VImperative - | VInfinitive - ; - - oper - Agr = {n : Number ; p : Person} ; - --- For $Verb$. - - Verb : Type = { - s : VForm => Str - } ; - ---2 For $Numeral$ - param - DForm = unit | ten ; - --- For $Numeral$. - oper - mkNum : Str -> Str -> {s : DForm => Str} = - \two, twenty -> - {s = table { - unit => two ; - ten => twenty - } - } ; - - mkNP : (ben,beni,bana,banin,bende,benden:Str) -> Number -> Person -> - {s : Case => Str ; a : Agr} = - \ben,beni,bana,banin,bende,benden,n,p -> { - s = table { - Nom => ben ; - Acc => beni ; - Dat => bana ; - Gen => banin ; - Loc => bende ; - Abl => benden - } ; - a = {n=n; p=p} ; - } ; - - oper - harmony4 : Str -> Str -> Str - = \base,suffix0 -> - let c : Str = - case base of { - _+c@("ı"|"a"|"i"|"e"|"u"|"o"|"ü"|"ö")+ - ("b"|"v"|"d"|"z"|"j"|"c"|"g"|"ğ"|"l"|"r"|"m"|"n"|"y"|"p"|"f"|"t"|"s"|"ş"|"ç"|"k"|"h")* => c ; - _ => error "harmony4" - } ; - h : Str = - case c of { - ("ı"|"a") => "ı" ; - ("i"|"e") => "i" ; - ("u"|"o") => "u" ; - ("ü"|"ö") => "ü" - } ; - suffix : Str = - case suffix0 of { - s1@(("b"|"v"|"d"|"z"|"j"|"c"|"g"|"ğ"|"l"|"r"|"m"|"n"|"y"|"p"|"f"|"t"|"s"|"ş"|"ç"|"k"|"h")*) - + ("ı"|"a"|"i"|"e"|"u"|"o"|"ü"|"ö") - +s2 => s1+h+s2 ; - s => s - } - in base + suffix ; - - harmony2 : Str -> Str -> Str - = \base,suffix0 -> - let c : Str = - case base of { - _+c@("ı"|"a"|"i"|"e"|"u"|"o"|"ü"|"ö")+ - ("b"|"v"|"d"|"z"|"j"|"c"|"g"|"ğ"|"l"|"r"|"m"|"n"|"y"|"p"|"f"|"t"|"s"|"ş"|"ç"|"k"|"h")* => c ; - _ => error "harmony4" - } ; - h : Str = - case c of { - ("ı"|"a") => "ı" ; - ("i"|"e") => "i" ; - ("u"|"o") => "u" ; - ("ü"|"ö") => "ü" - } ; - suffix : Str = - case suffix0 of { - s1@(("b"|"v"|"d"|"z"|"j"|"c"|"g"|"ğ"|"l"|"r"|"m"|"n"|"y"|"p"|"f"|"t"|"s"|"ş"|"ç"|"k"|"h")*) - + ("ı"|"a"|"i"|"e"|"u"|"o"|"ü"|"ö") - +s2 => s1+h+s2 ; - s => s - } - in base + suffix ; -} diff --git a/old-lib/resource/turkish/StructuralTur.gf b/old-lib/resource/turkish/StructuralTur.gf deleted file mode 100644 index ee27b2a1a..000000000 --- a/old-lib/resource/turkish/StructuralTur.gf +++ /dev/null @@ -1,16 +0,0 @@ -concrete StructuralTur of Structural = CatTur ** { - - flags optimize=all ; - - lin - he_Pron = mkNP "o" "onu" "ona" "onun" "onda" "ondan" Sg P3 ; - i_Pron = mkNP "ben" "beni" "bana" "banim" "bende" "benden" Sg P1 ; - it_Pron = mkNP "o" "onu" "ona" "onun" "onda" "ondan" Sg P3 ; - she_Pron = mkNP "o" "onu" "ona" "onun" "onda" "ondan" Sg P3 ; - they_Pron = mkNP "onlar" "onları" "onlara" "onların" "onlarda" "onlardan" Pl P3 ; - we_Pron = mkNP "biz" "bizi" "bize" "bizim" "bizde" "bizden" Pl P1 ; - youSg_Pron = mkNP "sen" "seni" "sana" "senin" "sende" "senden" Sg P2 ; - youPl_Pron = mkNP "siz" "sizi" "size" "sizin" "sizde" "sizden" Pl P2 ; - youPol_Pron = mkNP "siz" "sizi" "size" "sizin" "sizde" "sizden" Pl P2 ; -} - -- cgit v1.2.3